01KWWN118485CA8RY8YKAD4C2H: 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: 01KWWN1H1NDH9G46QFJ3GMZ8KE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-06T21:24:34.202Zjob assigned to worker 01KWWN1SA1HQPSBH9G5BWKDEGE [factory aws, i-0ed4af17a8c1ca1d7] (queued for 51 s)
 
22026-07-06T21:24:41.073Zstarting task 0: "setup"
32026-07-06T21:24:41.078Z++ uname -s
42026-07-06T21:24:41.081Z+ kern=SunOS
52026-07-06T21:24:41.081Z+ build_user=build
62026-07-06T21:24:41.081Z+ build_uid=12345
72026-07-06T21:24:41.081Z+ work_dir=/work
82026-07-06T21:24:41.081Z+ input_dir=/input
92026-07-06T21:24:41.082Z+ [[ 0 == 12345 ]]
102026-07-06T21:24:41.082Z+ case "$kern" in
112026-07-06T21:24:41.082Z+ groupadd -g 12345 build
122026-07-06T21:24:41.085Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-06T21:24:43.092Z+ zfs create -o mountpoint=/work rpool/work
142026-07-06T21:24:43.223Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-06T21:24:43.226Z+ home_fs=zfs
162026-07-06T21:24:43.226Z+ [[ zfs == autofs ]]
172026-07-06T21:24:43.226Z+ mkdir -p /home/build
182026-07-06T21:24:43.229Z+ chown build:build /home/build /work
192026-07-06T21:24:45.230Z+ chmod 0700 /home/build /work
202026-07-06T21:24:45.234Zprocess exited: duration 4164 ms, exit code 0
 
212026-07-06T21:24:45.243Zstarting task 1: "rust-toolchain"
222026-07-06T21:24:45.249Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-06T21:24:45.249Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-06T21:24:45.249Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-06T21:24:45.249Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-06T21:24:45.249Z * rust toolchain channel = "1.96.1"
272026-07-06T21:24:45.249Z * rust toolchain profile = "default"
282026-07-06T21:24:45.253Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-06T21:24:45.253Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-06T21:24:45.344Zinfo: downloading installer
312026-07-06T21:24:46.787Zwarn: It looks like you have an existing rustup settings file at:
322026-07-06T21:24:46.787Zwarn: /home/build/.rustup/settings.toml
332026-07-06T21:24:46.788Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-06T21:24:46.788Zwarn: instead of the one inferred from the default host triple.
352026-07-06T21:24:46.800Zinfo: profile set to default
362026-07-06T21:24:46.800Zinfo: default host triple is x86_64-unknown-illumos
372026-07-06T21:24:46.803Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-06T21:24:46.957Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-06T21:24:46.960Zinfo: downloading 6 components
402026-07-06T21:25:03.546Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-06T21:25:03.546Z
422026-07-06T21:25:03.574Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-06T21:25:03.574Z
442026-07-06T21:25:03.574Z
452026-07-06T21:25:03.574ZRust is installed now. Great!
462026-07-06T21:25:03.574Z
472026-07-06T21:25:03.574ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-06T21:25:03.574Zenvironment variable. This has not been done automatically.
492026-07-06T21:25:03.574Z
502026-07-06T21:25:03.574ZTo configure your current shell, you need to source
512026-07-06T21:25:03.575Zthe corresponding env file under $HOME/.cargo.
522026-07-06T21:25:03.575Z
532026-07-06T21:25:03.575ZThis is usually done by running one of the following (note the leading DOT):
542026-07-06T21:25:03.575Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-06T21:25:03.575Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-06T21:25:03.575Zsource "~/.cargo/env.nu" # For nushell
572026-07-06T21:25:03.575Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-06T21:25:03.575Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-06T21:25:03.575Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-06T21:25:03.578Zwarn: no default linker (`cc`) was found in your PATH
612026-07-06T21:25:03.578Zwarn: many Rust crates require a system C toolchain to build
622026-07-06T21:25:03.677Z+ rustup --version
632026-07-06T21:25:03.684Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-06T21:25:03.684Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-06T21:25:03.703Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-06T21:25:03.706Z+ cargo --version
672026-07-06T21:25:03.716Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-06T21:25:03.719Z+ rustc --version
692026-07-06T21:25:03.739Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-06T21:25:03.742Zprocess exited: duration 18499 ms, exit code 0
 
712026-07-06T21:25:03.748Zstarting task 2: "authentication"
722026-07-06T21:25:03.767Zprocess exited: duration 18 ms, exit code 0
 
732026-07-06T21:25:03.773Zstarting task 3: "clone repository"
742026-07-06T21:25:03.778Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-06T21:25:03.781Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-06T21:25:03.816ZCloning into '/work/oxidecomputer/omicron'...
772026-07-06T21:25:14.266Z+ cd /work/oxidecomputer/omicron
782026-07-06T21:25:14.266Z+ git fetch origin 5e1011e8b432215b5e7c60d363db58c9dc1a115e
792026-07-06T21:25:14.534ZFrom https://github.com/oxidecomputer/omicron
802026-07-06T21:25:14.534Z * branch 5e1011e8b432215b5e7c60d363db58c9dc1a115e -> FETCH_HEAD
812026-07-06T21:25:14.548Z+ [[ -n trey/bgp-unnumbered-status ]]
822026-07-06T21:25:14.551Z++ git branch --show-current
832026-07-06T21:25:14.554Z+ current=main
842026-07-06T21:25:14.554Z+ [[ main != trey/bgp-unnumbered-status ]]
852026-07-06T21:25:14.554Z+ git branch -f trey/bgp-unnumbered-status 5e1011e8b432215b5e7c60d363db58c9dc1a115e
862026-07-06T21:25:14.557Z+ git checkout -f trey/bgp-unnumbered-status
872026-07-06T21:25:14.799ZSwitched to branch 'trey/bgp-unnumbered-status'
882026-07-06T21:25:14.802Z+ git reset --hard 5e1011e8b432215b5e7c60d363db58c9dc1a115e
892026-07-06T21:25:14.828ZHEAD is now at 5e1011e8b initial review feedback
902026-07-06T21:25:14.831Zprocess exited: duration 11056 ms, exit code 0
 
912026-07-06T21:25:14.837Zstarting task 4: "build"
922026-07-06T21:25:14.843Z+ source .github/buildomat/ci-env.sh
932026-07-06T21:25:14.846Z++ export CARGO_TERM_COLOR=always
942026-07-06T21:25:14.846Z++ CARGO_TERM_COLOR=always
952026-07-06T21:25:14.846Z+++ uname -s
962026-07-06T21:25:14.846Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-06T21:25:14.846Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-06T21:25:14.849Z+ cargo --version
992026-07-06T21:25:14.858Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-06T21:25:14.861Z+ rustc --version
1012026-07-06T21:25:14.882Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-06T21:25:14.885Z+ cargo tree --locked
1032026-07-06T21:25:15.053Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-06T21:25:15.354Z Updating crates.io index
1052026-07-06T21:25:15.357Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-06T21:25:15.594Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-06T21:25:15.882Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-06T21:25:16.868Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-06T21:25:17.366Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-06T21:25:18.918Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-06T21:25:19.693Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-06T21:25:19.956Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-06T21:25:20.263Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-06T21:25:21.343Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-06T21:25:21.772Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-06T21:25:22.112Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-06T21:25:22.350Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-06T21:25:23.216Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-06T21:25:23.674Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-06T21:25:23.934Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-06T21:25:24.172Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-06T21:25:24.421Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-06T21:25:24.733Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-06T21:25:25.035Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-06T21:25:25.262Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-06T21:25:25.498Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-06T21:25:25.866Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-06T21:25:26.199Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-06T21:25:26.601Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-06T21:25:27.008Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-06T21:25:27.273Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322026-07-06T21:25:27.552Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-07-06T21:25:27.827Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1342026-07-06T21:25:28.047Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352026-07-06T21:25:28.366Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-07-06T21:25:28.759Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372026-07-06T21:25:29.172Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-07-06T21:25:29.437Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-07-06T21:25:29.707Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-07-06T21:25:29.990Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-07-06T21:25:30.313Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-06T21:25:30.560Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-06T21:25:30.819Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-06T21:25:31.083Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-07-06T21:25:34.580Z Downloading crates ...
1462026-07-06T21:25:34.673Z Downloaded addr2line v0.25.1
1472026-07-06T21:25:34.681Z Downloaded aead v0.6.1
1482026-07-06T21:25:34.684Z Downloaded backtrace-ext v0.2.1
1492026-07-06T21:25:34.688Z Downloaded anstream v1.0.0
1502026-07-06T21:25:34.695Z Downloaded convert_case v0.4.0
1512026-07-06T21:25:34.698Z Downloaded async-stream v0.3.6
1522026-07-06T21:25:34.701Z Downloaded async-object-pool v0.2.0
1532026-07-06T21:25:34.701Z Downloaded array-init v0.0.4
1542026-07-06T21:25:34.701Z Downloaded chacha20 v0.9.1
1552026-07-06T21:25:34.704Z Downloaded aes v0.9.1
1562026-07-06T21:25:34.707Z Downloaded crc v3.4.0
1572026-07-06T21:25:34.707Z Downloaded base16ct v1.0.0
1582026-07-06T21:25:34.710Z Downloaded aead v0.5.2
1592026-07-06T21:25:34.710Z Downloaded argon2 v0.5.3
1602026-07-06T21:25:34.710Z Downloaded ciborium-io v0.2.2
1612026-07-06T21:25:34.713Z Downloaded allocator-api2 v0.2.21
1622026-07-06T21:25:34.713Z Downloaded backoff v0.4.0
1632026-07-06T21:25:34.716Z Downloaded argon2 v0.6.0-rc.8
1642026-07-06T21:25:34.716Z Downloaded ascii-canvas v3.0.0
1652026-07-06T21:25:34.716Z Downloaded anstyle-parse v0.2.7
1662026-07-06T21:25:34.719Z Downloaded aes-gcm v0.11.0
1672026-07-06T21:25:34.723Z Downloaded assert_matches v1.5.0
1682026-07-06T21:25:34.723Z Downloaded console v0.15.11
1692026-07-06T21:25:34.723Z Downloaded adler2 v2.0.1
1702026-07-06T21:25:34.726Z Downloaded cmov v0.5.4
1712026-07-06T21:25:34.726Z Downloaded async-trait v0.1.89
1722026-07-06T21:25:34.729Z Downloaded const_format_proc_macros v0.2.34
1732026-07-06T21:25:34.729Z Downloaded cobs v0.3.0
1742026-07-06T21:25:34.732Z Downloaded colorchoice v1.0.4
1752026-07-06T21:25:34.732Z Downloaded cpubits v0.1.1
1762026-07-06T21:25:34.732Z Downloaded base16ct v0.2.0
1772026-07-06T21:25:34.732Z Downloaded anstyle-query v1.1.5
1782026-07-06T21:25:34.735Z Downloaded cipher v0.4.4
1792026-07-06T21:25:34.739Z Downloaded ctr v0.10.1
1802026-07-06T21:25:34.739Z Downloaded atomicwrites v0.4.4
1812026-07-06T21:25:34.742Z Downloaded async-recursion v1.1.1
1822026-07-06T21:25:34.742Z Downloaded approx v0.5.1
1832026-07-06T21:25:34.746Z Downloaded clap_lex v1.0.0
1842026-07-06T21:25:34.746Z Downloaded data-encoding v2.10.0
1852026-07-06T21:25:34.749Z Downloaded arrayref v0.3.9
1862026-07-06T21:25:34.749Z Downloaded block-buffer v0.12.1
1872026-07-06T21:25:34.749Z Downloaded aho-corasick v1.1.4
1882026-07-06T21:25:34.752Z Downloaded atty v0.2.14
1892026-07-06T21:25:34.754Z Downloaded crossbeam-deque v0.8.6
1902026-07-06T21:25:34.754Z Downloaded atomic-waker v1.1.2
1912026-07-06T21:25:34.755Z Downloaded async-stream-impl v0.3.6
1922026-07-06T21:25:34.757Z Downloaded crc32fast v1.5.0
1932026-07-06T21:25:34.757Z Downloaded constant_time_eq v0.4.2
1942026-07-06T21:25:34.760Z Downloaded daft-derive v0.1.7
1952026-07-06T21:25:34.765Z Downloaded bit-vec v0.8.0
1962026-07-06T21:25:34.765Z Downloaded assert_cmd v2.1.2
1972026-07-06T21:25:34.768Z Downloaded crc-catalog v2.4.0
1982026-07-06T21:25:34.768Z Downloaded bit-set v0.8.0
1992026-07-06T21:25:34.768Z Downloaded constant_time_eq v0.3.1
2002026-07-06T21:25:34.771Z Downloaded cfg_aliases v0.2.1
2012026-07-06T21:25:34.774Z Downloaded ciborium-ll v0.2.2
2022026-07-06T21:25:34.774Z Downloaded clang-sys v1.8.1
2032026-07-06T21:25:34.774Z Downloaded cfg-if v1.0.4
2042026-07-06T21:25:34.776Z Downloaded cookie_store v0.22.1
2052026-07-06T21:25:34.776Z Downloaded cargo-platform v0.3.2
2062026-07-06T21:25:34.779Z Downloaded crc8 v0.1.1
2072026-07-06T21:25:34.787Z Downloaded debug-ignore v1.0.5
2082026-07-06T21:25:34.790Z Downloaded darling_macro v0.20.11
2092026-07-06T21:25:34.790Z Downloaded anstream v0.6.21
2102026-07-06T21:25:34.793Z Downloaded defmt v0.3.100
2112026-07-06T21:25:34.793Z Downloaded assert-json-diff v2.0.2
2122026-07-06T21:25:34.793Z Downloaded anstyle v1.0.14
2132026-07-06T21:25:34.796Z Downloaded darling_macro v0.23.0
2142026-07-06T21:25:34.796Z Downloaded chacha20poly1305 v0.10.1
2152026-07-06T21:25:34.799Z Downloaded cstr-argument v0.1.2
2162026-07-06T21:25:34.799Z Downloaded corncobs v0.1.4
2172026-07-06T21:25:34.799Z Downloaded backon v1.6.0
2182026-07-06T21:25:34.802Z Downloaded block-padding v0.4.2
2192026-07-06T21:25:34.802Z Downloaded anyhow v1.0.102
2202026-07-06T21:25:34.805Z Downloaded ahash v0.8.12
2212026-07-06T21:25:34.805Z Downloaded cpufeatures v0.3.0
2222026-07-06T21:25:34.808Z Downloaded darling_macro v0.13.4
2232026-07-06T21:25:34.808Z Downloaded crucible-workspace-hack v0.1.0
2242026-07-06T21:25:34.808Z Downloaded cast v0.3.0
2252026-07-06T21:25:34.808Z Downloaded cmake v0.1.57
2262026-07-06T21:25:34.811Z Downloaded darling_macro v0.21.3
2272026-07-06T21:25:34.811Z Downloaded crypto-common v0.1.7
2282026-07-06T21:25:34.811Z Downloaded arrayvec v0.7.6
2292026-07-06T21:25:34.814Z Downloaded bit-set v0.5.3
2302026-07-06T21:25:34.814Z Downloaded crunchy v0.2.4
2312026-07-06T21:25:34.814Z Downloaded cfg_aliases v0.1.1
2322026-07-06T21:25:34.817Z Downloaded bitfield-macros v0.19.4
2332026-07-06T21:25:34.817Z Downloaded byte-wrapper v0.1.0
2342026-07-06T21:25:34.817Z Downloaded defmt-parser v1.0.0
2352026-07-06T21:25:34.820Z Downloaded compression-core v0.4.31
2362026-07-06T21:25:34.823Z Downloaded castaway v0.2.4
2372026-07-06T21:25:34.823Z Downloaded base64ct v1.8.3
2382026-07-06T21:25:34.826Z Downloaded cpufeatures v0.2.17
2392026-07-06T21:25:34.826Z Downloaded anes v0.1.6
2402026-07-06T21:25:34.868Z Downloaded concurrent-queue v2.5.0
2412026-07-06T21:25:34.868Z Downloaded block-buffer v0.10.4
2422026-07-06T21:25:34.868Z Downloaded bcrypt-pbkdf v0.11.0
2432026-07-06T21:25:34.874Z Downloaded bytecount v0.6.9
2442026-07-06T21:25:34.874Z Downloaded display-error-chain v0.2.2
2452026-07-06T21:25:34.874Z Downloaded crypto-common v0.2.2
2462026-07-06T21:25:34.874Z Downloaded critical-section v1.2.0
2472026-07-06T21:25:34.874Z Downloaded colored v3.1.1
2482026-07-06T21:25:34.874Z Downloaded bit-vec v0.6.3
2492026-07-06T21:25:34.874Z Downloaded diesel_table_macro_syntax v0.3.0
2502026-07-06T21:25:34.874Z Downloaded dunce v1.0.5
2512026-07-06T21:25:34.874Z Downloaded dyn-clone v1.0.20
2522026-07-06T21:25:34.874Z Downloaded dof v0.3.0
2532026-07-06T21:25:34.874Z Downloaded dtrace-parser v0.3.0
2542026-07-06T21:25:34.874Z Downloaded dtrace-parser v0.2.0
2552026-07-06T21:25:34.874Z Downloaded bitfield-struct v0.6.2
2562026-07-06T21:25:34.874Z Downloaded cassowary v0.3.0
2572026-07-06T21:25:34.874Z Downloaded camino-tempfile-ext v0.3.3
2582026-07-06T21:25:34.874Z Downloaded defmt-macros v1.0.1
2592026-07-06T21:25:34.874Z Downloaded cipher v0.5.2
2602026-07-06T21:25:34.874Z Downloaded bzip2 v0.4.4
2612026-07-06T21:25:34.874Z Downloaded dsl_auto_type v0.2.0
2622026-07-06T21:25:34.874Z Downloaded dof v0.4.0
2632026-07-06T21:25:34.875Z Downloaded bitflags v1.3.2
2642026-07-06T21:25:34.875Z Downloaded dirs-next v2.0.0
2652026-07-06T21:25:34.875Z Downloaded derive-ex v0.1.8
2662026-07-06T21:25:34.875Z Downloaded ctutils v0.4.2
2672026-07-06T21:25:34.875Z Downloaded cbc v0.2.1
2682026-07-06T21:25:34.875Z Downloaded criterion-plot v0.6.0
2692026-07-06T21:25:34.875Z Downloaded curve25519-dalek-derive v0.1.1
2702026-07-06T21:25:34.875Z Downloaded bb8 v0.8.6
2712026-07-06T21:25:34.875Z Downloaded camino-tempfile v1.4.1
2722026-07-06T21:25:34.875Z Downloaded errno v0.3.14
2732026-07-06T21:25:34.875Z Downloaded chumsky v0.9.3
2742026-07-06T21:25:34.875Z Downloaded diesel-dtrace v0.5.0
2752026-07-06T21:25:34.875Z Downloaded colored v2.2.0
2762026-07-06T21:25:34.875Z Downloaded autocfg v1.5.0
2772026-07-06T21:25:34.875Z Downloaded derive_builder_macro v0.20.2
2782026-07-06T21:25:34.875Z Downloaded deranged v0.5.8
2792026-07-06T21:25:34.879Z Downloaded dropshot-api-manager-types v0.7.2
2802026-07-06T21:25:34.879Z Downloaded defmt v1.0.1
2812026-07-06T21:25:34.879Z Downloaded enum-as-inner v0.6.1
2822026-07-06T21:25:34.879Z Downloaded endian-type v0.1.2
2832026-07-06T21:25:34.879Z Downloaded downcast-rs v2.0.2
2842026-07-06T21:25:34.879Z Downloaded equivalent v1.0.2
2852026-07-06T21:25:34.882Z Downloaded csv-core v0.1.13
2862026-07-06T21:25:34.882Z Downloaded embedded-io v0.6.1
2872026-07-06T21:25:34.882Z Downloaded fastrand v2.3.0
2882026-07-06T21:25:34.882Z Downloaded document-features v0.2.12
2892026-07-06T21:25:34.887Z Downloaded darling v0.13.4
2902026-07-06T21:25:34.887Z Downloaded console v0.16.2
2912026-07-06T21:25:34.887Z Downloaded daft v0.1.7
2922026-07-06T21:25:34.890Z Downloaded clap_derive v4.6.1
2932026-07-06T21:25:34.890Z Downloaded bcs v0.1.6
2942026-07-06T21:25:34.890Z Downloaded darling v0.21.3
2952026-07-06T21:25:34.893Z Downloaded darling v0.23.0
2962026-07-06T21:25:34.896Z Downloaded camino v1.2.2
2972026-07-06T21:25:34.898Z Downloaded blake2 v0.10.6
2982026-07-06T21:25:34.901Z Downloaded blake2 v0.11.0-rc.6
2992026-07-06T21:25:34.901Z Downloaded float-cmp v0.10.0
3002026-07-06T21:25:34.901Z Downloaded flagset v0.4.7
3012026-07-06T21:25:34.904Z Downloaded event-listener-strategy v0.5.4
3022026-07-06T21:25:34.904Z Downloaded escape8259 v0.5.3
3032026-07-06T21:25:34.904Z Downloaded embedded-io v0.4.0
3042026-07-06T21:25:34.907Z Downloaded chacha20 v0.10.0
3052026-07-06T21:25:34.907Z Downloaded digest v0.10.7
3062026-07-06T21:25:34.911Z Downloaded foreign-types-shared v0.3.1
3072026-07-06T21:25:34.911Z Downloaded ciborium v0.2.2
3082026-07-06T21:25:34.911Z Downloaded fixedbitset v0.4.2
3092026-07-06T21:25:34.913Z Downloaded compression-codecs v0.4.37
3102026-07-06T21:25:34.913Z Downloaded byteorder v1.5.0
3112026-07-06T21:25:34.916Z Downloaded der_derive v0.7.3
3122026-07-06T21:25:34.916Z Downloaded foreign-types v0.5.0
3132026-07-06T21:25:34.917Z Downloaded funty v2.0.0
3142026-07-06T21:25:34.919Z Downloaded foreign-types-shared v0.1.1
3152026-07-06T21:25:34.920Z Downloaded fd-lock v4.0.4
3162026-07-06T21:25:34.920Z Downloaded darling_core v0.20.11
3172026-07-06T21:25:34.924Z Downloaded foreign-types v0.3.2
3182026-07-06T21:25:34.924Z Downloaded crossbeam-epoch v0.9.18
3192026-07-06T21:25:34.926Z Downloaded ena v0.14.4
3202026-07-06T21:25:34.926Z Downloaded crossbeam-utils v0.8.21
3212026-07-06T21:25:34.931Z Downloaded either v1.15.0
3222026-07-06T21:25:34.932Z Downloaded enum_dispatch v0.3.13
3232026-07-06T21:25:34.935Z Downloaded foreign-types-macros v0.2.3
3242026-07-06T21:25:34.935Z Downloaded futures-io v0.3.32
3252026-07-06T21:25:34.935Z Downloaded const-oid v0.10.2
3262026-07-06T21:25:34.935Z Downloaded ed25519 v3.0.0
3272026-07-06T21:25:34.938Z Downloaded erased-serde v0.3.31
3282026-07-06T21:25:34.938Z Downloaded cookie v0.18.1
3292026-07-06T21:25:34.940Z Downloaded ghash v0.6.0
3302026-07-06T21:25:34.941Z Downloaded cfg-expr v0.20.6
3312026-07-06T21:25:34.943Z Downloaded fxhash v0.2.1
3322026-07-06T21:25:34.943Z Downloaded derive_builder v0.20.2
3332026-07-06T21:25:34.946Z Downloaded darling v0.20.11
3342026-07-06T21:25:34.949Z Downloaded git-stub v1.0.0
3352026-07-06T21:25:34.949Z Downloaded fallible-iterator v0.2.0
3362026-07-06T21:25:34.952Z Downloaded des v0.9.0
3372026-07-06T21:25:34.952Z Downloaded form_urlencoded v1.2.2
3382026-07-06T21:25:34.952Z Downloaded cargo_metadata v0.23.1
3392026-07-06T21:25:34.955Z Downloaded async-lock v3.4.2
3402026-07-06T21:25:34.955Z Downloaded globwalk v0.9.1
3412026-07-06T21:25:34.959Z Downloaded futures-sink v0.3.32
3422026-07-06T21:25:34.959Z Downloaded futures-macro v0.3.32
3432026-07-06T21:25:34.959Z Downloaded const-oid v0.9.6
3442026-07-06T21:25:34.962Z Downloaded datatest-stable v0.3.3
3452026-07-06T21:25:34.962Z Downloaded fnv v1.0.7
3462026-07-06T21:25:34.962Z Downloaded fixedbitset v0.5.7
3472026-07-06T21:25:34.965Z Downloaded ff v0.14.0
3482026-07-06T21:25:34.965Z Downloaded ff v0.13.1
3492026-07-06T21:25:34.965Z Downloaded env_logger v0.11.9
3502026-07-06T21:25:34.968Z Downloaded hash32 v0.3.1
3512026-07-06T21:25:34.968Z Downloaded hash32 v0.2.1
3522026-07-06T21:25:34.971Z Downloaded heck v0.4.1
3532026-07-06T21:25:34.971Z Downloaded guppy-workspace-hack v0.1.0
3542026-07-06T21:25:34.971Z Downloaded digest v0.11.3
3552026-07-06T21:25:34.974Z Downloaded derive_builder_core v0.20.2
3562026-07-06T21:25:34.974Z Downloaded bitflags v2.11.0
3572026-07-06T21:25:34.977Z Downloaded headers-core v0.3.0
3582026-07-06T21:25:34.977Z Downloaded gethostname v0.5.0
3592026-07-06T21:25:34.980Z Downloaded foldhash v0.2.0
3602026-07-06T21:25:34.980Z Downloaded hex-literal v1.1.0
3612026-07-06T21:25:34.980Z Downloaded hex-literal v0.4.1
3622026-07-06T21:25:34.980Z Downloaded heck v0.5.0
3632026-07-06T21:25:34.983Z Downloaded foldhash v0.1.5
3642026-07-06T21:25:34.983Z Downloaded hostname v0.3.1
3652026-07-06T21:25:34.983Z Downloaded clap v4.6.1
3662026-07-06T21:25:34.988Z Downloaded hostname v0.4.2
3672026-07-06T21:25:34.991Z Downloaded crypto-bigint v0.5.5
3682026-07-06T21:25:34.993Z Downloaded hex v0.4.3
3692026-07-06T21:25:34.996Z Downloaded generic-array v0.14.7
3702026-07-06T21:25:34.996Z Downloaded futures-executor v0.3.32
3712026-07-06T21:25:34.996Z Downloaded fs_extra v1.3.0
3722026-07-06T21:25:34.999Z Downloaded fs-err v3.3.0
3732026-07-06T21:25:34.999Z Downloaded http-body v1.0.1
3742026-07-06T21:25:35.002Z Downloaded home v0.5.12
3752026-07-06T21:25:35.002Z Downloaded hubpack v0.1.2
3762026-07-06T21:25:35.002Z Downloaded buf-list v1.1.2
3772026-07-06T21:25:35.008Z Downloaded base64 v0.22.1
3782026-07-06T21:25:35.008Z Downloaded base64 v0.21.7
3792026-07-06T21:25:35.012Z Downloaded futures-timer v3.0.3
3802026-07-06T21:25:35.013Z Downloaded derive-where v1.6.0
3812026-07-06T21:25:35.015Z Downloaded globset v0.4.18
3822026-07-06T21:25:35.015Z Downloaded futures-task v0.3.32
3832026-07-06T21:25:35.015Z Downloaded event-listener v5.4.1
3842026-07-06T21:25:35.015Z Downloaded fs-err v2.11.0
3852026-07-06T21:25:35.019Z Downloaded ecdsa v0.17.0-rc.18
3862026-07-06T21:25:35.019Z Downloaded httpdate v1.0.3
3872026-07-06T21:25:35.019Z Downloaded darling_core v0.13.4
3882026-07-06T21:25:35.022Z Downloaded ident_case v1.0.1
3892026-07-06T21:25:35.022Z Downloaded backtrace v0.3.76
3902026-07-06T21:25:35.025Z Downloaded http-range v0.1.5
3912026-07-06T21:25:35.028Z Downloaded idna_adapter v1.2.1
3922026-07-06T21:25:35.028Z Downloaded ar_archive_writer v0.5.1
3932026-07-06T21:25:35.031Z Downloaded dropshot_endpoint v0.17.1
3942026-07-06T21:25:35.031Z Downloaded hubpack_derive v0.1.1
3952026-07-06T21:25:35.034Z Downloaded group v0.14.0
3962026-07-06T21:25:35.034Z Downloaded drift v0.2.0
3972026-07-06T21:25:35.038Z Downloaded git-stub-vcs v0.1.0
3982026-07-06T21:25:35.041Z Downloaded inout v0.2.2
3992026-07-06T21:25:35.041Z Downloaded futures-core v0.3.32
4002026-07-06T21:25:35.044Z Downloaded crc-any v2.5.0
4012026-07-06T21:25:35.044Z Downloaded find-msvc-tools v0.1.9
4022026-07-06T21:25:35.048Z Downloaded filetime v0.2.27
4032026-07-06T21:25:35.048Z Downloaded indent_write v2.2.0
4042026-07-06T21:25:35.048Z Downloaded ed25519 v2.2.3
4052026-07-06T21:25:35.048Z Downloaded instant v0.1.13
4062026-07-06T21:25:35.051Z Downloaded difflib v0.4.0
4072026-07-06T21:25:35.051Z Downloaded cexpr v0.6.0
4082026-07-06T21:25:35.051Z Downloaded indoc v1.0.9
4092026-07-06T21:25:35.054Z Downloaded illumos-nvpair-sys v0.2.0
4102026-07-06T21:25:35.054Z Downloaded internet-checksum v0.2.1
4112026-07-06T21:25:35.054Z Downloaded illumos-nvpair v0.3.0
4122026-07-06T21:25:35.054Z Downloaded is_terminal_polyfill v1.70.2
4132026-07-06T21:25:35.057Z Downloaded is_ci v1.2.0
4142026-07-06T21:25:35.057Z Downloaded is-terminal v0.4.17
4152026-07-06T21:25:35.057Z Downloaded instability v0.3.11
4162026-07-06T21:25:35.060Z Downloaded cancel-safe-futures v0.1.5
4172026-07-06T21:25:35.060Z Downloaded delegate v0.13.5
4182026-07-06T21:25:35.060Z Downloaded displaydoc v0.2.5
4192026-07-06T21:25:35.063Z Downloaded const_format v0.2.35
4202026-07-06T21:25:35.066Z Downloaded ecdsa v0.16.9
4212026-07-06T21:25:35.069Z Downloaded compact_str v0.8.1
4222026-07-06T21:25:35.069Z Downloaded derive_more v0.99.20
4232026-07-06T21:25:35.072Z Downloaded bzip2 v0.6.1
4242026-07-06T21:25:35.075Z Downloaded itoa v1.0.17
4252026-07-06T21:25:35.075Z Downloaded blake2b_simd v1.0.4
4262026-07-06T21:25:35.076Z Downloaded lazy_static v1.5.0
4272026-07-06T21:25:35.079Z Downloaded kstat-rs v0.2.4
4282026-07-06T21:25:35.079Z Downloaded lalrpop-util v0.19.12
4292026-07-06T21:25:35.079Z Downloaded kem v0.3.0
4302026-07-06T21:25:35.079Z Downloaded keccak v0.1.6
4312026-07-06T21:25:35.082Z Downloaded bytes v1.11.1
4322026-07-06T21:25:35.082Z Downloaded humantime v2.3.0
4332026-07-06T21:25:35.085Z Downloaded arc-swap v1.8.2
4342026-07-06T21:25:35.088Z Downloaded diff v0.1.13
4352026-07-06T21:25:35.088Z Downloaded cc v1.2.56
4362026-07-06T21:25:35.091Z Downloaded hyper-tls v0.6.0
4372026-07-06T21:25:35.091Z Downloaded http-body-util v0.1.3
4382026-07-06T21:25:35.094Z Downloaded group v0.13.0
4392026-07-06T21:25:35.094Z Downloaded glob v0.3.3
4402026-07-06T21:25:35.094Z Downloaded futures-channel v0.3.32
4412026-07-06T21:25:35.097Z Downloaded elliptic-curve v0.14.0-rc.33
4422026-07-06T21:25:35.100Z Downloaded linked-hash-map v0.5.6
4432026-07-06T21:25:35.100Z Downloaded libscf-sys v1.1.0
4442026-07-06T21:25:35.100Z Downloaded hyper-staticfile v0.10.1
4452026-07-06T21:25:35.103Z Downloaded darling_core v0.23.0
4462026-07-06T21:25:35.107Z Downloaded bumpalo v3.20.2
4472026-07-06T21:25:35.107Z Downloaded float-ord v0.3.2
4482026-07-06T21:25:35.111Z Downloaded lru v0.12.5
4492026-07-06T21:25:35.111Z Downloaded dirs-sys-next v0.1.2
4502026-07-06T21:25:35.111Z Downloaded convert_case v0.10.0
4512026-07-06T21:25:35.111Z Downloaded env_filter v1.0.0
4522026-07-06T21:25:35.114Z Downloaded match_cfg v0.1.0
4532026-07-06T21:25:35.114Z Downloaded lru-slab v0.1.2
4542026-07-06T21:25:35.114Z Downloaded maybe-uninit v2.0.0
4552026-07-06T21:25:35.114Z Downloaded fatfs v0.3.6
4562026-07-06T21:25:35.117Z Downloaded linkme-impl v0.3.35
4572026-07-06T21:25:35.117Z Downloaded getrandom v0.2.17
4582026-07-06T21:25:35.117Z Downloaded maplit v1.0.2
4592026-07-06T21:25:35.120Z Downloaded indoc v2.0.7
4602026-07-06T21:25:35.120Z Downloaded half v1.8.3
4612026-07-06T21:25:35.122Z Downloaded blowfish v0.10.0
4622026-07-06T21:25:35.122Z Downloaded bitfield v0.19.4
4632026-07-06T21:25:35.125Z Downloaded async-bb8-diesel v0.2.1
4642026-07-06T21:25:35.125Z Downloaded ipnet v2.11.0
4652026-07-06T21:25:35.129Z Downloaded inout v0.1.4
4662026-07-06T21:25:35.129Z Downloaded ingot v0.1.1
4672026-07-06T21:25:35.129Z Downloaded managed v0.8.0
4682026-07-06T21:25:35.132Z Downloaded impl-trait-for-tuples v0.2.3
4692026-07-06T21:25:35.132Z Downloaded highway v1.3.0
4702026-07-06T21:25:35.132Z Downloaded memoffset v0.9.1
4712026-07-06T21:25:35.135Z Downloaded ingot-types v0.1.2
4722026-07-06T21:25:35.135Z Downloaded lzss v0.8.2
4732026-07-06T21:25:35.138Z Downloaded md5 v0.8.0
4742026-07-06T21:25:35.138Z Downloaded md-5 v0.10.6
4752026-07-06T21:25:35.138Z Downloaded lru-cache v0.1.2
4762026-07-06T21:25:35.138Z Downloaded anstyle-parse v1.0.0
4772026-07-06T21:25:35.141Z Downloaded ipnetwork v0.21.1
4782026-07-06T21:25:35.141Z Downloaded hmac v0.13.0
4792026-07-06T21:25:35.144Z Downloaded derive_more v2.1.1
4802026-07-06T21:25:35.149Z Downloaded jobserver v0.1.34
4812026-07-06T21:25:35.151Z Downloaded httptest v0.16.4
4822026-07-06T21:25:35.151Z Downloaded hickory-client v0.25.2
4832026-07-06T21:25:35.154Z Downloaded getrandom v0.4.1
4842026-07-06T21:25:35.157Z Downloaded mime v0.3.17
4852026-07-06T21:25:35.158Z Downloaded multimap v0.10.1
4862026-07-06T21:25:35.158Z Downloaded libloading v0.8.9
4872026-07-06T21:25:35.160Z Downloaded async-compression v0.4.41
4882026-07-06T21:25:35.163Z Downloaded miette-derive v5.10.0
4892026-07-06T21:25:35.163Z Downloaded hyper-rustls v0.27.7
4902026-07-06T21:25:35.166Z Downloaded hybrid-array v0.4.13
4912026-07-06T21:25:35.166Z Downloaded httparse v1.10.1
4922026-07-06T21:25:35.169Z Downloaded darling_core v0.21.3
4932026-07-06T21:25:35.173Z Downloaded newtype-uuid-macros v0.1.0
4942026-07-06T21:25:35.173Z Downloaded keccak v0.2.0
4952026-07-06T21:25:35.177Z Downloaded elliptic-curve v0.13.8
4962026-07-06T21:25:35.177Z Downloaded nibble_vec v0.1.0
4972026-07-06T21:25:35.181Z Downloaded newline-converter v0.3.0
4982026-07-06T21:25:35.181Z Downloaded new_debug_unreachable v1.0.6
4992026-07-06T21:25:35.181Z Downloaded nested v0.1.1
5002026-07-06T21:25:35.181Z Downloaded knuffel-derive v3.2.0
5012026-07-06T21:25:35.183Z Downloaded generic-array v1.4.3
5022026-07-06T21:25:35.183Z Downloaded crossbeam-channel v0.5.15
5032026-07-06T21:25:35.186Z Downloaded nonempty v0.12.0
5042026-07-06T21:25:35.186Z Downloaded nodrop v0.1.14
5052026-07-06T21:25:35.186Z Downloaded linkme v0.3.35
5062026-07-06T21:25:35.189Z Downloaded newtype_derive v0.1.6
5072026-07-06T21:25:35.189Z Downloaded linear-map v1.2.0
5082026-07-06T21:25:35.192Z Downloaded num-conv v0.2.0
5092026-07-06T21:25:35.192Z Downloaded libtest-mimic v0.8.1
5102026-07-06T21:25:35.196Z Downloaded lock_api v0.4.14
5112026-07-06T21:25:35.196Z Downloaded getrandom v0.3.4
5122026-07-06T21:25:35.196Z Downloaded flume v0.11.1
5132026-07-06T21:25:35.198Z Downloaded macaddr v1.0.1
5142026-07-06T21:25:35.201Z Downloaded libsw-core v0.3.2
5152026-07-06T21:25:35.204Z Downloaded num-derive v0.3.3
5162026-07-06T21:25:35.207Z Downloaded num v0.4.3
5172026-07-06T21:25:35.207Z Downloaded ingot-macros v0.1.1
5182026-07-06T21:25:35.210Z Downloaded num-iter v0.1.45
5192026-07-06T21:25:35.210Z Downloaded num_enum_derive v0.5.11
5202026-07-06T21:25:35.213Z Downloaded olpc-cjson v0.1.4
5212026-07-06T21:25:35.217Z Downloaded hmac v0.12.1
5222026-07-06T21:25:35.217Z Downloaded futures v0.3.32
5232026-07-06T21:25:35.220Z Downloaded num_threads v0.1.7
5242026-07-06T21:25:35.223Z Downloaded num-derive v0.4.2
5252026-07-06T21:25:35.223Z Downloaded multer v3.1.0
5262026-07-06T21:25:35.226Z Downloaded criterion v0.7.0
5272026-07-06T21:25:35.229Z Downloaded libefi-sys v0.1.0
5282026-07-06T21:25:35.229Z Downloaded icu_provider v2.1.1
5292026-07-06T21:25:35.232Z Downloaded icu_properties v2.1.2
5302026-07-06T21:25:35.232Z Downloaded native-tls v0.2.18
5312026-07-06T21:25:35.232Z Downloaded memmap v0.7.0
5322026-07-06T21:25:35.235Z Downloaded oso-derive v0.27.3
5332026-07-06T21:25:35.238Z Downloaded opaque-debug v0.3.1
5342026-07-06T21:25:35.238Z Downloaded openssl-probe v0.2.1
5352026-07-06T21:25:35.238Z Downloaded openssl-probe v0.1.6
5362026-07-06T21:25:35.241Z Downloaded packed_struct_codegen v0.10.1
5372026-07-06T21:25:35.241Z Downloaded openssl-macros v0.1.1
5382026-07-06T21:25:35.244Z Downloaded nanorand v0.7.0
5392026-07-06T21:25:35.244Z Downloaded newtype-uuid v1.3.2
5402026-07-06T21:25:35.248Z Downloaded libsw v3.5.0
5412026-07-06T21:25:35.248Z Downloaded module-lattice v0.2.3
5422026-07-06T21:25:35.248Z Downloaded derive_more-impl v2.1.1
5432026-07-06T21:25:35.251Z Downloaded half v2.7.1
5442026-07-06T21:25:35.251Z Downloaded der v0.7.10
5452026-07-06T21:25:35.256Z Downloaded fancy-regex v0.14.0
5462026-07-06T21:25:35.259Z Downloaded litemap v0.8.1
5472026-07-06T21:25:35.261Z Downloaded pathdiff v0.2.3
5482026-07-06T21:25:35.264Z Downloaded parse-size v1.1.0
5492026-07-06T21:25:35.264Z Downloaded parking v2.2.1
5502026-07-06T21:25:35.264Z Downloaded ignore v0.4.25
5512026-07-06T21:25:35.271Z Downloaded flate2 v1.1.9
5522026-07-06T21:25:35.274Z Downloaded normalize-line-endings v0.3.0
5532026-07-06T21:25:35.276Z Downloaded path-slash v0.1.5
5542026-07-06T21:25:35.279Z Downloaded indexmap v1.9.3
5552026-07-06T21:25:35.284Z Downloaded password-hash v0.6.1
5562026-07-06T21:25:35.284Z Downloaded parse-display v0.10.0
5572026-07-06T21:25:35.284Z Downloaded litrs v1.0.0
5582026-07-06T21:25:35.289Z Downloaded num_enum v0.5.11
5592026-07-06T21:25:35.289Z Downloaded percent-encoding v2.3.2
5602026-07-06T21:25:35.289Z Downloaded num_enum_derive v0.7.6
5612026-07-06T21:25:35.292Z Downloaded crossterm v0.28.1
5622026-07-06T21:25:35.295Z Downloaded ed25519-dalek v2.2.0
5632026-07-06T21:25:35.295Z Downloaded num-rational v0.4.2
5642026-07-06T21:25:35.298Z Downloaded heapless v0.8.0
5652026-07-06T21:25:35.300Z Downloaded phf_shared v0.12.1
5662026-07-06T21:25:35.300Z Downloaded peg-runtime v0.8.5
5672026-07-06T21:25:35.300Z Downloaded mime_guess v2.0.5
5682026-07-06T21:25:35.300Z Downloaded ml-kem v0.3.2
5692026-07-06T21:25:35.303Z Downloaded ed25519-dalek v3.0.0-rc.0
5702026-07-06T21:25:35.306Z Downloaded heapless v0.7.17
5712026-07-06T21:25:35.309Z Downloaded num-integer v0.1.46
5722026-07-06T21:25:35.309Z Downloaded icu_normalizer_data v2.1.1
5732026-07-06T21:25:35.312Z Downloaded phf_shared v0.13.1
5742026-07-06T21:25:35.312Z Downloaded packed_struct v0.10.1
5752026-07-06T21:25:35.312Z Downloaded icu_normalizer v2.1.1
5762026-07-06T21:25:35.315Z Downloaded oxnet v0.1.6
5772026-07-06T21:25:35.315Z Downloaded oorandom v11.1.5
5782026-07-06T21:25:35.319Z Downloaded oxide-tokio-rt v0.1.4
5792026-07-06T21:25:35.319Z Downloaded num-complex v0.4.6
5802026-07-06T21:25:35.323Z Downloaded memmap2 v0.9.10
5812026-07-06T21:25:35.323Z Downloaded owo-colors v3.5.0
5822026-07-06T21:25:35.326Z Downloaded owo-colors v4.3.0
5832026-07-06T21:25:35.329Z Downloaded expectorate v1.2.0
5842026-07-06T21:25:35.333Z Downloaded libbz2-rs-sys v0.2.2
5852026-07-06T21:25:35.333Z Downloaded icu_locale_core v2.1.1
5862026-07-06T21:25:35.337Z Downloaded iana-time-zone v0.1.65
5872026-07-06T21:25:35.340Z Downloaded phf_shared v0.11.3
5882026-07-06T21:25:35.341Z Downloaded nu-ansi-term v0.50.3
5892026-07-06T21:25:35.341Z Downloaded plain v0.2.3
5902026-07-06T21:25:35.341Z Downloaded plotters-svg v0.3.7
5912026-07-06T21:25:35.345Z Downloaded plotters-backend v0.3.7
5922026-07-06T21:25:35.345Z Downloaded path-tree v0.8.3
5932026-07-06T21:25:35.348Z Downloaded password-hash v0.5.0
5942026-07-06T21:25:35.348Z Downloaded partial-io v0.5.4
5952026-07-06T21:25:35.353Z Downloaded log v0.4.29
5962026-07-06T21:25:35.357Z Downloaded potential_utf v0.1.4
5972026-07-06T21:25:35.357Z Downloaded parse-display-derive v0.10.0
5982026-07-06T21:25:35.357Z Downloaded indicatif v0.18.4
5992026-07-06T21:25:35.359Z Downloaded powerfmt v0.2.0
6002026-07-06T21:25:35.359Z Downloaded parking_lot_core v0.8.6
6012026-07-06T21:25:35.362Z Downloaded pretty-hex v0.4.1
6022026-07-06T21:25:35.365Z Downloaded pem v3.0.6
6032026-07-06T21:25:35.368Z Downloaded pbkdf2 v0.13.0
6042026-07-06T21:25:35.368Z Downloaded paste v1.0.15
6052026-07-06T21:25:35.371Z Downloaded hickory-resolver v0.24.4
6062026-07-06T21:25:35.374Z Downloaded peg v0.8.5
6072026-07-06T21:25:35.377Z Downloaded predicates-tree v1.0.13
6082026-07-06T21:25:35.381Z Downloaded proc-macro-crate v3.4.0
6092026-07-06T21:25:35.384Z Downloaded proc-macro-crate v1.3.1
6102026-07-06T21:25:35.384Z Downloaded icu_collections v2.1.1
6112026-07-06T21:25:35.387Z Downloaded pem-rfc7468 v0.7.0
6122026-07-06T21:25:35.391Z Downloaded pin-project-internal v1.1.11
6132026-07-06T21:25:35.391Z Downloaded phf v0.13.1
6142026-07-06T21:25:35.394Z Downloaded num_enum v0.7.6
6152026-07-06T21:25:35.396Z Downloaded proc-macro-error-attr2 v2.0.0
6162026-07-06T21:25:35.397Z Downloaded precomputed-hash v0.1.1
6172026-07-06T21:25:35.397Z Downloaded peg-macros v0.8.5
6182026-07-06T21:25:35.397Z Downloaded der v0.8.0
6192026-07-06T21:25:35.400Z Downloaded proc-macro-error-attr v1.0.4
6202026-07-06T21:25:35.403Z Downloaded phc v0.6.1
6212026-07-06T21:25:35.403Z Downloaded pin-project-lite v0.2.17
6222026-07-06T21:25:35.406Z Downloaded phf v0.12.1
6232026-07-06T21:25:35.406Z Downloaded pem-rfc7468 v1.0.0
6242026-07-06T21:25:35.410Z Downloaded headers v0.4.1
6252026-07-06T21:25:35.413Z Downloaded once_cell v1.21.3
6262026-07-06T21:25:35.416Z Downloaded psl-types v2.0.11
6272026-07-06T21:25:35.418Z Downloaded quick-error v1.2.3
6282026-07-06T21:25:35.418Z Downloaded progenitor-client v0.14.0
6292026-07-06T21:25:35.418Z Downloaded progenitor-macro v0.14.0
6302026-07-06T21:25:35.418Z Downloaded progenitor-macro v0.13.0
6312026-07-06T21:25:35.423Z Downloaded pkcs8 v0.10.2
6322026-07-06T21:25:35.426Z Downloaded radium v0.7.0
6332026-07-06T21:25:35.426Z Downloaded hashbrown v0.12.3
6342026-07-06T21:25:35.429Z Downloaded diesel_derives v2.3.7
6352026-07-06T21:25:35.432Z Downloaded predicates-core v1.0.10
6362026-07-06T21:25:35.436Z Downloaded predicates v3.1.4
6372026-07-06T21:25:35.436Z Downloaded poly1305 v0.8.0
6382026-07-06T21:25:35.439Z Downloaded pkg-config v0.3.32
6392026-07-06T21:25:35.439Z Downloaded parking_lot v0.11.2
6402026-07-06T21:25:35.439Z Downloaded polyval v0.7.1
6412026-07-06T21:25:35.442Z Downloaded parking_lot_core v0.9.12
6422026-07-06T21:25:35.442Z Downloaded parking_lot v0.12.5
6432026-07-06T21:25:35.444Z Downloaded hickory-resolver v0.25.2
6442026-07-06T21:25:35.447Z Downloaded rand_chacha v0.3.1
6452026-07-06T21:25:35.447Z Downloaded omicron-zone-package v0.12.3
6462026-07-06T21:25:35.450Z Downloaded primeorder v0.13.6
6472026-07-06T21:25:35.450Z Downloaded primefield v0.14.0
6482026-07-06T21:25:35.453Z Downloaded ppv-lite86 v0.2.21
6492026-07-06T21:25:35.453Z Downloaded pest_generator v2.8.6
6502026-07-06T21:25:35.456Z Downloaded postgres-protocol v0.6.10
6512026-07-06T21:25:35.456Z Downloaded miniz_oxide v0.8.9
6522026-07-06T21:25:35.458Z Downloaded rand_xorshift v0.4.0
6532026-07-06T21:25:35.462Z Downloaded num-traits v0.2.19
6542026-07-06T21:25:35.465Z Downloaded jiff-static v0.2.21
6552026-07-06T21:25:35.468Z Downloaded crossterm v0.29.0
6562026-07-06T21:25:35.471Z Downloaded proc-macro-error2 v2.0.1
6572026-07-06T21:25:35.474Z Downloaded ref-cast-impl v1.0.25
6582026-07-06T21:25:35.474Z Downloaded recursive-proc-macro-impl v0.1.1
6592026-07-06T21:25:35.477Z Downloaded papergrid v0.11.0
6602026-07-06T21:25:35.479Z Downloaded progenitor v0.13.0
6612026-07-06T21:25:35.479Z Downloaded knuffel v3.2.0
6622026-07-06T21:25:35.483Z Downloaded primeorder v0.14.0-rc.10
6632026-07-06T21:25:35.483Z Downloaded recursive v0.1.1
6642026-07-06T21:25:35.483Z Downloaded progenitor-client v0.13.0
6652026-07-06T21:25:35.486Z Downloaded proc-macro-error v1.0.4
6662026-07-06T21:25:35.486Z Downloaded oso v0.27.3
6672026-07-06T21:25:35.490Z Downloaded progenitor v0.14.0
6682026-07-06T21:25:35.492Z Downloaded pkcs8 v0.11.0
6692026-07-06T21:25:35.492Z Downloaded psm v0.1.30
6702026-07-06T21:25:35.492Z Downloaded progenitor-extras v0.2.0
6712026-07-06T21:25:35.495Z Downloaded pkcs1 v0.8.0-rc.4
6722026-07-06T21:25:35.495Z Downloaded quote v1.0.45
6732026-07-06T21:25:35.502Z Downloaded hashbrown v0.13.2
6742026-07-06T21:25:35.505Z Downloaded postcard v1.1.3
6752026-07-06T21:25:35.507Z Downloaded rfc6979 v0.4.0
6762026-07-06T21:25:35.512Z Downloaded rfc6979 v0.5.0
6772026-07-06T21:25:35.512Z Downloaded rustc-hash v2.1.1
6782026-07-06T21:25:35.512Z Downloaded russh-util v0.52.0
6792026-07-06T21:25:35.515Z Downloaded poly1305 v0.9.0
6802026-07-06T21:25:35.515Z Downloaded r2d2 v0.8.10
6812026-07-06T21:25:35.515Z Downloaded hickory-server v0.25.2
6822026-07-06T21:25:35.519Z Downloaded rtoolbox v0.0.3
6832026-07-06T21:25:35.522Z Downloaded russh-cryptovec v0.61.0
6842026-07-06T21:25:35.525Z Downloaded rand_core v0.10.0
6852026-07-06T21:25:35.525Z Downloaded rand_core v0.6.4
6862026-07-06T21:25:35.528Z Downloaded rustc_version v0.1.7
6872026-07-06T21:25:35.528Z Downloaded minimal-lexical v0.2.1
6882026-07-06T21:25:35.531Z Downloaded rand_chacha v0.9.0
6892026-07-06T21:25:35.534Z Downloaded pest_derive v2.8.6
6902026-07-06T21:25:35.538Z Downloaded rustc_version v0.4.1
6912026-07-06T21:25:35.538Z Downloaded rand_seeder v0.4.0
6922026-07-06T21:25:35.542Z Downloaded ref-cast v1.0.25
6932026-07-06T21:25:35.545Z Downloaded http v1.4.2
6942026-07-06T21:25:35.548Z Downloaded hyper-util v0.1.20
6952026-07-06T21:25:35.551Z Downloaded same-file v1.0.6
6962026-07-06T21:25:35.554Z Downloaded sapling-renderdag v0.1.0
6972026-07-06T21:25:35.557Z Downloaded pkcs5 v0.8.1
6982026-07-06T21:25:35.560Z Downloaded relative-path v1.9.3
6992026-07-06T21:25:35.563Z Downloaded pin-project v1.1.11
7002026-07-06T21:25:35.566Z Downloaded p256 v0.14.0-rc.10
7012026-07-06T21:25:35.570Z Downloaded scopeguard v1.2.0
7022026-07-06T21:25:35.574Z Downloaded pkcs1 v0.7.5
7032026-07-06T21:25:35.574Z Downloaded scroll_derive v0.13.1
7042026-07-06T21:25:35.574Z Downloaded papergrid v0.17.0
7052026-07-06T21:25:35.577Z Downloaded quinn-udp v0.5.14
7062026-07-06T21:25:35.580Z Downloaded resolv-conf v0.7.6
7072026-07-06T21:25:35.580Z Downloaded indexmap v2.14.0
7082026-07-06T21:25:35.583Z Downloaded p384 v0.14.0-rc.10
7092026-07-06T21:25:35.590Z Downloaded semver v0.1.20
7102026-07-06T21:25:35.593Z Downloaded seq-macro v0.3.6
7112026-07-06T21:25:35.596Z Downloaded postgres-types v0.2.12
7122026-07-06T21:25:35.600Z Downloaded miette v5.10.0
7132026-07-06T21:25:35.603Z Downloaded clap_builder v4.6.0
7142026-07-06T21:25:35.606Z Downloaded serde-big-array v0.5.1
7152026-07-06T21:25:35.609Z Downloaded rust-argon2 v2.1.0
7162026-07-06T21:25:35.609Z Downloaded serde_spanned v0.6.9
7172026-07-06T21:25:35.612Z Downloaded serde_bytes v0.11.19
7182026-07-06T21:25:35.612Z Downloaded secrecy v0.10.3
7192026-07-06T21:25:35.612Z Downloaded secrecy v0.8.0
7202026-07-06T21:25:35.615Z Downloaded scroll_derive v0.12.1
7212026-07-06T21:25:35.615Z Downloaded prefix-trie v0.7.0
7222026-07-06T21:25:35.618Z Downloaded rustls-native-certs v0.8.3
7232026-07-06T21:25:35.618Z Downloaded rustc-demangle v0.1.27
7242026-07-06T21:25:35.621Z Downloaded openssl-sys v0.9.115
7252026-07-06T21:25:35.624Z Downloaded pest_meta v2.8.6
7262026-07-06T21:25:35.624Z Downloaded serde_plain v1.0.2
7272026-07-06T21:25:35.630Z Downloaded scheduled-thread-pool v0.2.7
7282026-07-06T21:25:35.633Z Downloaded rustversion v1.0.22
7292026-07-06T21:25:35.636Z Downloaded serde_spanned v1.1.1
7302026-07-06T21:25:35.636Z Downloaded dropshot-api-manager v0.7.2
7312026-07-06T21:25:35.639Z Downloaded sha1 v0.10.6
7322026-07-06T21:25:35.639Z Downloaded rustls-pemfile v2.2.0
7332026-07-06T21:25:35.642Z Downloaded progenitor-impl v0.13.0
7342026-07-06T21:25:35.642Z Downloaded serde_regex v1.1.0
7352026-07-06T21:25:35.645Z Downloaded serde_urlencoded v0.7.1
7362026-07-06T21:25:35.645Z Downloaded rusty-fork v0.3.1
7372026-07-06T21:25:35.645Z Downloaded progenitor-impl v0.14.0
7382026-07-06T21:25:35.648Z Downloaded serde_repr v0.1.20
7392026-07-06T21:25:35.655Z Downloaded sha1 v0.11.0
7402026-07-06T21:25:35.659Z Downloaded scroll v0.12.0
7412026-07-06T21:25:35.659Z Downloaded hashbrown v0.16.1
7422026-07-06T21:25:35.662Z Downloaded proc-macro2 v1.0.106
7432026-07-06T21:25:35.664Z Downloaded guppy v0.17.25
7442026-07-06T21:25:35.667Z Downloaded shell-words v1.1.1
7452026-07-06T21:25:35.667Z Downloaded pretty_assertions v1.4.1
7462026-07-06T21:25:35.670Z Downloaded hashbrown v0.14.5
7472026-07-06T21:25:35.673Z Downloaded signal-hook-tokio v0.3.1
7482026-07-06T21:25:35.673Z Downloaded internal-russh-num-bigint v0.5.0
7492026-07-06T21:25:35.676Z Downloaded itertools v0.10.5
7502026-07-06T21:25:35.679Z Downloaded signal-hook-mio v0.2.5
7512026-07-06T21:25:35.682Z Downloaded schemars_derive v0.8.22
7522026-07-06T21:25:35.682Z Downloaded sigpipe v0.1.3
7532026-07-06T21:25:35.682Z Downloaded signature v3.0.0
7542026-07-06T21:25:35.684Z Downloaded sec1 v0.8.1
7552026-07-06T21:25:35.687Z Downloaded signature v2.2.0
7562026-07-06T21:25:35.687Z Downloaded scrypt v0.12.0
7572026-07-06T21:25:35.721Z Downloaded prettyplease v0.2.37
7582026-07-06T21:25:35.721Z Downloaded siphasher v1.0.2
7592026-07-06T21:25:35.721Z Downloaded serde_derive_internals v0.29.1
7602026-07-06T21:25:35.721Z Downloaded similar-asserts v1.7.0
7612026-07-06T21:25:35.721Z Downloaded serde-hex v0.1.0
7622026-07-06T21:25:35.722Z Downloaded rand_core v0.9.5
7632026-07-06T21:25:35.722Z Downloaded mio v1.2.0
7642026-07-06T21:25:35.722Z Downloaded serde_path_to_error v0.1.20
7652026-07-06T21:25:35.722Z Downloaded rustls-pki-types v1.14.0
7662026-07-06T21:25:35.722Z Downloaded rcgen v0.12.1
7672026-07-06T21:25:35.722Z Downloaded serde_with_macros v1.5.2
7682026-07-06T21:25:35.722Z Downloaded serdect v0.4.3
7692026-07-06T21:25:35.726Z Downloaded serde_tokenstream v0.2.3
7702026-07-06T21:25:35.726Z Downloaded smawk v0.3.2
7712026-07-06T21:25:35.726Z Downloaded slog-envlogger v2.2.0
7722026-07-06T21:25:35.729Z Downloaded crypto-primes v0.7.2
7732026-07-06T21:25:35.732Z Downloaded nom v7.1.3
7742026-07-06T21:25:35.734Z Downloaded salsa20 v0.11.0
7752026-07-06T21:25:35.734Z Downloaded sha2 v0.10.9
7762026-07-06T21:25:35.737Z Downloaded scroll v0.13.0
7772026-07-06T21:25:35.737Z Downloaded idna v1.1.0
7782026-07-06T21:25:35.740Z Downloaded libxml v0.3.3
7792026-07-06T21:25:35.744Z Downloaded slog-bunyan v2.5.0
7802026-07-06T21:25:35.747Z Downloaded hashbrown v0.15.5
7812026-07-06T21:25:35.754Z Downloaded num-bigint v0.4.6
7822026-07-06T21:25:35.757Z Downloaded sqlparser_derive v0.5.0
7832026-07-06T21:25:35.760Z Downloaded shlex v1.3.0
7842026-07-06T21:25:35.760Z Downloaded iri-string v0.7.10
7852026-07-06T21:25:35.763Z Downloaded stable_deref_trait v1.2.1
7862026-07-06T21:25:35.778Z Downloaded semver v1.0.28
7872026-07-06T21:25:35.778Z Downloaded signal-hook-registry v1.4.8
7882026-07-06T21:25:35.778Z Downloaded sec1 v0.7.3
7892026-07-06T21:25:35.778Z Downloaded memchr v2.8.0
7902026-07-06T21:25:35.781Z Downloaded strum v0.26.3
7912026-07-06T21:25:35.784Z Downloaded structmeta v0.3.0
7922026-07-06T21:25:35.784Z Downloaded slog-dtrace v0.3.0
7932026-07-06T21:25:35.787Z Downloaded strsim v0.10.0
7942026-07-06T21:25:35.787Z Downloaded slog-async v2.8.0
7952026-07-06T21:25:35.787Z Downloaded strsim v0.11.1
7962026-07-06T21:25:35.790Z Downloaded strip-ansi-escapes v0.2.1
7972026-07-06T21:25:35.790Z Downloaded rand_distr v0.5.1
7982026-07-06T21:25:35.793Z Downloaded simd-adler32 v0.3.8
7992026-07-06T21:25:35.793Z Downloaded serde_cbor v0.11.2
8002026-07-06T21:25:35.796Z Downloaded rstest v0.25.0
8012026-07-06T21:25:35.799Z Downloaded smf v0.2.3
8022026-07-06T21:25:35.800Z Downloaded ryu v1.0.23
8032026-07-06T21:25:35.803Z Downloaded sync_wrapper v1.0.2
8042026-07-06T21:25:35.803Z Downloaded supports-hyperlinks v2.1.0
8052026-07-06T21:25:35.803Z Downloaded smallvec v0.6.14
8062026-07-06T21:25:35.806Z Downloaded supports-color v2.1.0
8072026-07-06T21:25:35.806Z Downloaded subtle v2.6.1
8082026-07-06T21:25:35.806Z Downloaded strum v0.27.2
8092026-07-06T21:25:35.809Z Downloaded schemars v0.8.22
8102026-07-06T21:25:35.813Z Downloaded slog-term v2.9.2
8112026-07-06T21:25:35.816Z Downloaded slog-stdlog v4.1.1
8122026-07-06T21:25:35.816Z Downloaded qorb v0.4.1
8132026-07-06T21:25:35.819Z Downloaded icu_properties_data v2.1.2
8142026-07-06T21:25:35.825Z Downloaded supports-color v3.0.2
8152026-07-06T21:25:35.828Z Downloaded spki v0.8.0
8162026-07-06T21:25:35.828Z Downloaded swrite v0.1.0
8172026-07-06T21:25:35.828Z Downloaded sync-ptr v0.1.4
8182026-07-06T21:25:35.831Z Downloaded ron v0.8.1
8192026-07-06T21:25:35.833Z Downloaded hashbrown v0.17.0
8202026-07-06T21:25:35.836Z Downloaded tabled_derive v0.7.0
8212026-07-06T21:25:35.836Z Downloaded take_mut v0.2.2
8222026-07-06T21:25:35.839Z Downloaded tabled_derive v0.11.0
8232026-07-06T21:25:35.839Z Downloaded string_cache v0.8.9
8242026-07-06T21:25:35.839Z Downloaded ssh-encoding v0.3.0-rc.9
8252026-07-06T21:25:35.842Z Downloaded target-triple v1.0.0
8262026-07-06T21:25:35.842Z Downloaded tabwriter v1.4.1
8272026-07-06T21:25:35.845Z Downloaded stacker v0.1.23
8282026-07-06T21:25:35.845Z Downloaded itertools v0.14.0
8292026-07-06T21:25:35.848Z Downloaded num-bigint-dig v0.8.6
8302026-07-06T21:25:35.851Z Downloaded tap v1.0.1
8312026-07-06T21:25:35.853Z Downloaded tagptr v0.2.0
8322026-07-06T21:25:35.853Z Downloaded itertools v0.13.0
8332026-07-06T21:25:35.856Z Downloaded stringmetrics v2.2.2
8342026-07-06T21:25:35.859Z Downloaded terminal_size v0.4.3
8352026-07-06T21:25:35.859Z Downloaded terminal_size v0.1.17
8362026-07-06T21:25:35.862Z Downloaded strum_macros v0.26.4
8372026-07-06T21:25:35.862Z Downloaded strum_macros v0.24.3
8382026-07-06T21:25:35.865Z Downloaded hyper v1.10.1
8392026-07-06T21:25:35.868Z Downloaded supports-unicode v2.1.0
8402026-07-06T21:25:35.871Z Downloaded smallvec v1.15.1
8412026-07-06T21:25:35.871Z Downloaded testing_table v0.3.0
8422026-07-06T21:25:35.871Z Downloaded bitvec v1.0.1
8432026-07-06T21:25:35.878Z Downloaded termtree v0.5.1
8442026-07-06T21:25:35.881Z Downloaded goblin v0.8.2
8452026-07-06T21:25:35.884Z Downloaded quinn v0.11.9
8462026-07-06T21:25:35.887Z Downloaded publicsuffix v2.3.0
8472026-07-06T21:25:35.887Z Downloaded thread-id v5.1.0
8482026-07-06T21:25:35.890Z Downloaded support-bundle-viewer v0.1.2
8492026-07-06T21:25:35.890Z Downloaded sha2 v0.11.0
8502026-07-06T21:25:35.894Z Downloaded strum_macros v0.27.2
8512026-07-06T21:25:35.894Z Downloaded static_assertions v1.1.0
8522026-07-06T21:25:35.897Z Downloaded snafu-derive v0.8.9
8532026-07-06T21:25:35.897Z Downloaded synstructure v0.13.2
8542026-07-06T21:25:35.897Z Downloaded sqlformat v0.3.5
8552026-07-06T21:25:35.897Z Downloaded signal-hook v0.3.18
8562026-07-06T21:25:35.905Z Downloaded termcolor v1.4.1
8572026-07-06T21:25:35.908Z Downloaded target-lexicon v0.13.3
8582026-07-06T21:25:35.908Z Downloaded time-core v0.1.8
8592026-07-06T21:25:35.910Z Downloaded rsa v0.9.10
8602026-07-06T21:25:35.913Z Downloaded tinyvec_macros v0.1.1
8612026-07-06T21:25:35.916Z Downloaded thread-id v4.2.2
8622026-07-06T21:25:35.916Z Downloaded thiserror-impl-no-std v2.0.2
8632026-07-06T21:25:35.916Z Downloaded itertools v0.12.1
8642026-07-06T21:25:35.920Z Downloaded tokio-macros v2.7.0
8652026-07-06T21:25:35.923Z Downloaded bindgen v0.71.1
8662026-07-06T21:25:35.926Z Downloaded target-spec v3.5.7
8672026-07-06T21:25:35.929Z Downloaded tokio-test v0.4.5
8682026-07-06T21:25:35.929Z Downloaded similar v2.7.0
8692026-07-06T21:25:35.932Z Downloaded hkdf v0.12.4
8702026-07-06T21:25:35.935Z Downloaded serde_derive v1.0.228
8712026-07-06T21:25:35.935Z Downloaded serde_yaml v0.9.34+deprecated
8722026-07-06T21:25:35.939Z Downloaded rayon-core v1.13.0
8732026-07-06T21:25:35.942Z Downloaded rustls-webpki v0.103.13
8742026-07-06T21:25:35.945Z Downloaded rustls-platform-verifier v0.6.2
8752026-07-06T21:25:35.948Z Downloaded thiserror-impl v1.0.69
8762026-07-06T21:25:35.948Z Downloaded stringprep v0.1.5
8772026-07-06T21:25:35.948Z Downloaded slab v0.4.12
8782026-07-06T21:25:35.951Z Downloaded serde_core v1.0.228
8792026-07-06T21:25:35.951Z Downloaded try-lock v0.2.5
8802026-07-06T21:25:35.951Z Downloaded nom v8.0.0
8812026-07-06T21:25:35.954Z Downloaded thiserror-impl v2.0.18
8822026-07-06T21:25:35.957Z Downloaded schemars v1.2.1
8832026-07-06T21:25:35.964Z Downloaded tower-service v0.3.3
8842026-07-06T21:25:35.967Z Downloaded chrono v0.4.44
8852026-07-06T21:25:35.970Z Downloaded trait-variant v0.1.2
8862026-07-06T21:25:35.973Z Downloaded rand v0.10.1
8872026-07-06T21:25:35.976Z Downloaded rand v0.9.2
8882026-07-06T21:25:35.978Z Downloaded tiny-keccak v2.0.2
8892026-07-06T21:25:35.981Z Downloaded thread_local v1.1.9
8902026-07-06T21:25:35.981Z Downloaded aws-lc-rs v1.16.3
8912026-07-06T21:25:35.987Z Downloaded unicode-linebreak v0.1.5
8922026-07-06T21:25:35.990Z Downloaded tokio-dtrace v0.1.1
8932026-07-06T21:25:35.990Z Downloaded tinytemplate v1.2.1
8942026-07-06T21:25:35.993Z Downloaded tls_codec v0.4.2
8952026-07-06T21:25:35.993Z Downloaded serde v1.0.228
8962026-07-06T21:25:35.996Z Downloaded pest v2.8.6
8972026-07-06T21:25:35.999Z Downloaded unicode-truncate v1.1.0
8982026-07-06T21:25:35.999Z Downloaded tls_codec_derive v0.4.2
8992026-07-06T21:25:36.002Z Downloaded tokio-native-tls v0.3.1
9002026-07-06T21:25:36.002Z Downloaded tokio-tungstenite v0.23.1
9012026-07-06T21:25:36.005Z Downloaded universal-hash v0.5.1
9022026-07-06T21:25:36.005Z Downloaded unit-prefix v0.5.2
9032026-07-06T21:25:36.005Z Downloaded untrusted v0.9.0
9042026-07-06T21:25:36.008Z Downloaded untrusted v0.7.1
9052026-07-06T21:25:36.009Z Downloaded unicode-xid v0.2.6
9062026-07-06T21:25:36.009Z Downloaded term v0.7.0
9072026-07-06T21:25:36.013Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9082026-07-06T21:25:36.013Z Downloaded tokio-tungstenite v0.21.0
9092026-07-06T21:25:36.013Z Downloaded termios v0.3.3
9102026-07-06T21:25:36.015Z Downloaded unarray v0.1.4
9112026-07-06T21:25:36.016Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9122026-07-06T21:25:36.018Z Downloaded toml_datetime v0.6.11
9132026-07-06T21:25:36.018Z Downloaded typify-macro v0.6.2
9142026-07-06T21:25:36.018Z Downloaded spin v0.9.8
9152026-07-06T21:25:36.021Z Downloaded subprocess v0.2.15
9162026-07-06T21:25:36.022Z Downloaded utf-8 v0.7.6
9172026-07-06T21:25:36.026Z Downloaded usdt v0.6.0
9182026-07-06T21:25:36.026Z Downloaded usdt-attr-macro v0.5.0
9192026-07-06T21:25:36.026Z Downloaded plotters v0.3.7
9202026-07-06T21:25:36.029Z Downloaded usdt-attr-macro v0.6.0
9212026-07-06T21:25:36.039Z Downloaded usdt v0.5.0
9222026-07-06T21:25:36.044Z Downloaded utf8parse v0.2.2
9232026-07-06T21:25:36.047Z Downloaded utf8_iter v1.0.4
9242026-07-06T21:25:36.047Z Downloaded tui-tree-widget v0.23.1
9252026-07-06T21:25:36.047Z Downloaded usdt-macro v0.6.0
9262026-07-06T21:25:36.050Z Downloaded toml_writer v1.1.1+spec-1.1.0
9272026-07-06T21:25:36.050Z Downloaded toml_write v0.1.2
9282026-07-06T21:25:36.050Z Downloaded thiserror v2.0.18
9292026-07-06T21:25:36.054Z Downloaded time-macros v0.2.27
9302026-07-06T21:25:36.059Z Downloaded universal-hash v0.6.1
9312026-07-06T21:25:36.059Z Downloaded unicase v2.9.0
9322026-07-06T21:25:36.059Z Downloaded rsa v0.10.0-rc.18
9332026-07-06T21:25:36.062Z Downloaded version_check v0.9.5
9342026-07-06T21:25:36.062Z Downloaded tinystr v0.8.2
9352026-07-06T21:25:36.062Z Downloaded slog v2.8.2
9362026-07-06T21:25:36.065Z Downloaded tempfile v3.25.0
9372026-07-06T21:25:36.068Z Downloaded blake3 v1.8.5
9382026-07-06T21:25:36.075Z Downloaded tokio-rustls v0.26.4
9392026-07-06T21:25:36.075Z Downloaded term v1.2.1
9402026-07-06T21:25:36.078Z Downloaded void v1.0.2
9412026-07-06T21:25:36.078Z Downloaded wait-timeout v0.2.1
9422026-07-06T21:25:36.078Z Downloaded thiserror-no-std v2.0.2
9432026-07-06T21:25:36.081Z Downloaded want v0.3.1
9442026-07-06T21:25:36.081Z Downloaded waitgroup v0.1.2
9452026-07-06T21:25:36.081Z Downloaded socket2 v0.5.10
9462026-07-06T21:25:36.084Z Downloaded xattr v1.6.1
9472026-07-06T21:25:36.084Z Downloaded toml v0.8.23
9482026-07-06T21:25:36.087Z Downloaded textwrap v0.15.2
9492026-07-06T21:25:36.087Z Downloaded toml_parser v1.1.2+spec-1.1.0
9502026-07-06T21:25:36.089Z Downloaded iddqd v0.4.2
9512026-07-06T21:25:36.093Z Downloaded xshell-macros v0.2.7
9522026-07-06T21:25:36.095Z Downloaded test-strategy v0.4.5
9532026-07-06T21:25:36.096Z Downloaded zerofrom v0.1.6
9542026-07-06T21:25:36.099Z Downloaded yoke-derive v0.8.1
9552026-07-06T21:25:36.099Z Downloaded tower-layer v0.3.3
9562026-07-06T21:25:36.099Z Downloaded topological-sort v0.2.2
9572026-07-06T21:25:36.099Z Downloaded thiserror v1.0.69
9582026-07-06T21:25:36.102Z Downloaded socket2 v0.6.3
9592026-07-06T21:25:36.105Z Downloaded libm v0.2.16
9602026-07-06T21:25:36.109Z Downloaded trybuild v1.0.116
9612026-07-06T21:25:36.112Z Downloaded snafu v0.8.9
9622026-07-06T21:25:36.115Z Downloaded usdt-macro v0.5.0
9632026-07-06T21:25:36.118Z Downloaded zerofrom-derive v0.1.6
9642026-07-06T21:25:36.118Z Downloaded usdt-impl v0.6.0
9652026-07-06T21:25:36.118Z Downloaded usdt-impl v0.5.0
9662026-07-06T21:25:36.121Z Downloaded tracing-attributes v0.1.31
9672026-07-06T21:25:36.121Z Downloaded zeroize_derive v1.4.3
9682026-07-06T21:25:36.121Z Downloaded schemars v0.9.0
9692026-07-06T21:25:36.132Z Downloaded zone_cfg_derive v0.3.1
9702026-07-06T21:25:36.135Z Downloaded twox-hash v2.1.2
9712026-07-06T21:25:36.135Z Downloaded ucd-trie v0.1.7
9722026-07-06T21:25:36.135Z Downloaded steno v0.4.1
9732026-07-06T21:25:36.135Z Downloaded samael v0.0.19
9742026-07-06T21:25:36.138Z Downloaded hkdf v0.13.0
9752026-07-06T21:25:36.143Z Downloaded vergen-lib v9.1.0
9762026-07-06T21:25:36.143Z Downloaded tinyvec v1.10.0
9772026-07-06T21:25:36.150Z Downloaded rpassword v7.4.0
9782026-07-06T21:25:36.150Z Downloaded tar v0.4.45
9792026-07-06T21:25:36.150Z Downloaded git2 v0.20.4
9802026-07-06T21:25:36.153Z Downloaded vergen-lib v0.1.6
9812026-07-06T21:25:36.153Z Downloaded vsss-rs v3.3.4
9822026-07-06T21:25:36.156Z Downloaded tokio-stream v0.1.18
9832026-07-06T21:25:36.156Z Downloaded walkdir v2.5.0
9842026-07-06T21:25:36.159Z Downloaded vergen-git2 v9.1.0
9852026-07-06T21:25:36.160Z Downloaded rstest_macros v0.25.0
9862026-07-06T21:25:36.163Z Downloaded toml v0.7.8
9872026-07-06T21:25:36.164Z Downloaded ssh-cipher v0.3.0-rc.9
9882026-07-06T21:25:36.167Z Downloaded rustyline v14.0.0
9892026-07-06T21:25:36.167Z Downloaded spki v0.7.3
9902026-07-06T21:25:36.170Z Downloaded futures-util v0.3.32
9912026-07-06T21:25:36.174Z Downloaded yoke v0.8.1
9922026-07-06T21:25:36.177Z Downloaded xshell v0.2.7
9932026-07-06T21:25:36.177Z Downloaded wyz v0.5.1
9942026-07-06T21:25:36.180Z Downloaded writeable v0.6.2
9952026-07-06T21:25:36.181Z Downloaded whoami v1.6.1
9962026-07-06T21:25:36.181Z Downloaded rand v0.8.6
9972026-07-06T21:25:36.183Z Downloaded p521 v0.14.0-rc.10
9982026-07-06T21:25:36.186Z Downloaded textwrap v0.16.2
9992026-07-06T21:25:36.186Z Downloaded h2 v0.4.15
10002026-07-06T21:25:36.191Z Downloaded vergen v9.1.0
10012026-07-06T21:25:36.194Z Downloaded tungstenite v0.21.0
10022026-07-06T21:25:36.194Z Downloaded zerovec-derive v0.11.2
10032026-07-06T21:25:36.194Z Downloaded zeroize v1.8.2
10042026-07-06T21:25:36.198Z Downloaded tracing-core v0.1.36
10052026-07-06T21:25:36.198Z Downloaded structmeta-derive v0.3.0
10062026-07-06T21:25:36.201Z Downloaded zone v0.3.1
10072026-07-06T21:25:36.201Z Downloaded slog-json v2.6.1
10082026-07-06T21:25:36.201Z Downloaded slog-scope v4.4.1
10092026-07-06T21:25:36.205Z Downloaded serde_with_macros v3.17.0
10102026-07-06T21:25:36.205Z Downloaded typify v0.6.2
10112026-07-06T21:25:36.208Z Downloaded uzers v0.12.2
10122026-07-06T21:25:36.211Z Downloaded tungstenite v0.23.0
10132026-07-06T21:25:36.214Z Downloaded vergen-gitcl v1.0.8
10142026-07-06T21:25:36.214Z Downloaded zstd v0.13.3
10152026-07-06T21:25:36.217Z Downloaded zstd-safe v7.2.4
10162026-07-06T21:25:36.220Z Downloaded unicode-properties v0.1.4
10172026-07-06T21:25:36.220Z Downloaded unicode-ident v1.0.24
10182026-07-06T21:25:36.225Z Downloaded reedline v0.40.0
10192026-07-06T21:25:36.230Z Downloaded toml_edit v0.23.10+spec-1.0.0
10202026-07-06T21:25:36.233Z Downloaded toml_edit v0.22.27
10212026-07-06T21:25:36.236Z Downloaded whoami v2.1.0
10222026-07-06T21:25:36.240Z Downloaded toml v1.1.2+spec-1.1.0
10232026-07-06T21:25:36.243Z Downloaded lalrpop v0.19.12
10242026-07-06T21:25:36.247Z Downloaded yasna v0.5.2
10252026-07-06T21:25:36.250Z Downloaded zerocopy v0.6.6
10262026-07-06T21:25:36.250Z Downloaded uuid v1.23.4
10272026-07-06T21:25:36.253Z Downloaded reqwest v0.13.2
10282026-07-06T21:25:36.255Z Downloaded zmij v1.0.21
10292026-07-06T21:25:36.260Z Downloaded zerocopy-derive v0.7.35
10302026-07-06T21:25:36.266Z Downloaded unicode-bidi v0.3.18
10312026-07-06T21:25:36.269Z Downloaded reqwest v0.12.28
10322026-07-06T21:25:36.282Z Downloaded vte v0.14.1
10332026-07-06T21:25:36.285Z Downloaded toml_edit v0.19.15
10342026-07-06T21:25:36.294Z Downloaded unsafe-libyaml v0.2.11
10352026-07-06T21:25:36.298Z Downloaded crypto-bigint v0.7.5
10362026-07-06T21:25:36.306Z Downloaded zopfli v0.8.3
10372026-07-06T21:25:36.310Z Downloaded tokio-postgres v0.7.16
10382026-07-06T21:25:36.312Z Downloaded serde_with v1.14.0
10392026-07-06T21:25:36.315Z Downloaded serde_json v1.0.150
10402026-07-06T21:25:36.319Z Downloaded regex v1.12.3
10412026-07-06T21:25:36.322Z Downloaded goblin v0.10.5
10422026-07-06T21:25:36.325Z Downloaded rayon v1.11.0
10432026-07-06T21:25:36.331Z Downloaded p384 v0.13.1
10442026-07-06T21:25:36.337Z Downloaded curve25519-dalek v5.0.0-rc.0
10452026-07-06T21:25:36.343Z Downloaded zerotrie v0.2.3
10462026-07-06T21:25:36.346Z Downloaded moka v0.12.13
10472026-07-06T21:25:36.350Z Downloaded ssh-key v0.7.0-rc.10
10482026-07-06T21:25:36.355Z Downloaded portable-atomic v1.13.1
10492026-07-06T21:25:36.360Z Downloaded url v2.5.8
10502026-07-06T21:25:36.363Z Downloaded tower v0.5.3
10512026-07-06T21:25:36.369Z Downloaded quick-xml v0.37.5
10522026-07-06T21:25:36.372Z Downloaded zip v0.6.6
10532026-07-06T21:25:36.375Z Downloaded curve25519-dalek v4.1.3
10542026-07-06T21:25:36.380Z Downloaded zerocopy-derive v0.8.40
10552026-07-06T21:25:36.386Z Downloaded gimli v0.32.3
10562026-07-06T21:25:36.391Z Downloaded unicode_categories v0.1.1
10572026-07-06T21:25:36.394Z Downloaded typed-path v0.9.3
10582026-07-06T21:25:36.397Z Downloaded bstr v1.12.1
10592026-07-06T21:25:36.404Z Downloaded salty v0.3.0
10602026-07-06T21:25:36.407Z Downloaded proptest v1.10.0
10612026-07-06T21:25:36.412Z Downloaded nix v0.27.1
10622026-07-06T21:25:36.419Z Downloaded unicode-normalization v0.1.25
10632026-07-06T21:25:36.421Z Downloaded typenum v1.20.1
10642026-07-06T21:25:36.424Z Downloaded object v0.30.4
10652026-07-06T21:25:36.431Z Downloaded unicode-segmentation v1.12.0
10662026-07-06T21:25:36.434Z Downloaded petname v2.0.2
10672026-07-06T21:25:36.437Z Downloaded yansi v1.0.1
10682026-07-06T21:25:36.440Z Downloaded x509-cert v0.2.5
10692026-07-06T21:25:36.442Z Downloaded zerovec v0.11.5
10702026-07-06T21:25:36.471Z Downloaded tokio-util v0.7.18
10712026-07-06T21:25:36.476Z Downloaded quinn-proto v0.11.13
10722026-07-06T21:25:36.483Z Downloaded tower-http v0.6.8
10732026-07-06T21:25:36.488Z Downloaded zip v4.6.1
10742026-07-06T21:25:36.491Z Downloaded dropshot v0.17.1
10752026-07-06T21:25:36.503Z Downloaded polar-core v0.27.3
10762026-07-06T21:25:36.508Z Downloaded tough v0.22.0
10772026-07-06T21:25:36.513Z Downloaded serde_with v3.17.0
10782026-07-06T21:25:36.521Z Downloaded zerocopy v0.7.35
10792026-07-06T21:25:36.530Z Downloaded tabled v0.15.0
10802026-07-06T21:25:36.539Z Downloaded nix v0.28.0
10812026-07-06T21:25:36.546Z Downloaded winnow v0.5.40
10822026-07-06T21:25:36.552Z Downloaded radix_trie v0.2.1
10832026-07-06T21:25:36.555Z Downloaded tabled v0.20.0
10842026-07-06T21:25:36.568Z Downloaded winnow v0.6.26
10852026-07-06T21:25:36.572Z Downloaded syn v1.0.109
10862026-07-06T21:25:36.578Z Downloaded russh v0.61.2
10872026-07-06T21:25:36.583Z Downloaded hickory-proto v0.24.4
10882026-07-06T21:25:36.592Z Downloaded nix v0.31.2
10892026-07-06T21:25:36.599Z Downloaded regex-syntax v0.6.29
10902026-07-06T21:25:36.604Z Downloaded openssl v0.10.79
10912026-07-06T21:25:36.610Z Downloaded zlib-rs v0.6.2
10922026-07-06T21:25:36.613Z Downloaded winnow v0.7.14
10932026-07-06T21:25:36.618Z Downloaded hickory-proto v0.25.2
10942026-07-06T21:25:36.628Z Downloaded syn v2.0.117
10952026-07-06T21:25:36.636Z Downloaded time v0.3.47
10962026-07-06T21:25:36.645Z Downloaded unicode-width v0.2.0
10972026-07-06T21:25:36.648Z Downloaded smoltcp v0.9.1
10982026-07-06T21:25:36.654Z Downloaded winnow v1.0.3
10992026-07-06T21:25:36.659Z Downloaded unicode-width v0.1.14
11002026-07-06T21:25:36.663Z Downloaded regress v0.11.1
11012026-07-06T21:25:36.669Z Downloaded vcpkg v0.2.15
11022026-07-06T21:25:36.694Z Downloaded openapiv3 v2.2.0
11032026-07-06T21:25:36.701Z Downloaded diesel v2.3.7
11042026-07-06T21:25:36.713Z Downloaded smoltcp v0.11.0
11052026-07-06T21:25:36.722Z Downloaded regress v0.10.5
11062026-07-06T21:25:36.726Z Downloaded regex-syntax v0.8.10
11072026-07-06T21:25:36.731Z Downloaded object v0.37.3
11082026-07-06T21:25:36.744Z Downloaded rustls v0.23.41
11092026-07-06T21:25:36.752Z Downloaded zerocopy v0.8.40
11102026-07-06T21:25:36.758Z Downloaded rustix v0.38.44
11112026-07-06T21:25:36.774Z Downloaded bzip2-sys v0.1.13+1.0.8
11122026-07-06T21:25:36.796Z Downloaded rustix v1.1.3
11132026-07-06T21:25:36.813Z Downloaded tracing v0.1.44
11142026-07-06T21:25:36.839Z Downloaded regex-automata v0.4.14
11152026-07-06T21:25:36.849Z Downloaded sqlparser v0.61.0
11162026-07-06T21:25:36.855Z Downloaded fiat-crypto v0.3.0
11172026-07-06T21:25:36.864Z Downloaded sled v0.34.7
11182026-07-06T21:25:36.871Z Downloaded ratatui v0.29.0
11192026-07-06T21:25:36.885Z Downloaded typify-impl v0.6.2
11202026-07-06T21:25:36.894Z Downloaded sha3 v0.11.0
11212026-07-06T21:25:36.920Z Downloaded libc v0.2.185
11222026-07-06T21:25:36.941Z Downloaded chrono-tz v0.10.4
11232026-07-06T21:25:36.953Z Downloaded petgraph v0.6.5
11242026-07-06T21:25:36.964Z Downloaded zerocopy-derive v0.6.6
11252026-07-06T21:25:36.970Z Downloaded jiff v0.2.21
11262026-07-06T21:25:36.981Z Downloaded csv v1.4.0
11272026-07-06T21:25:37.000Z Downloaded libz-sys v1.1.24
11282026-07-06T21:25:37.012Z Downloaded petgraph v0.8.3
11292026-07-06T21:25:37.026Z Downloaded sha3 v0.10.8
11302026-07-06T21:25:37.034Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11312026-07-06T21:25:37.065Z Downloaded tokio v1.52.1
11322026-07-06T21:25:37.089Z Downloaded httpmock v0.8.3
11332026-07-06T21:25:37.149Z Downloaded encoding_rs v0.8.35
11342026-07-06T21:25:37.186Z Downloaded ring v0.17.14
11352026-07-06T21:25:37.244Z Downloaded libgit2-sys v0.18.3+1.9.2
11362026-07-06T21:25:37.771Z Downloaded aws-lc-sys v0.40.0
11372026-07-06T21:25:38.185Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11382026-07-06T21:25:39.851Z Startup: Refreshing catalog 'helios' ... Done
11392026-07-06T21:25:39.965Z Startup: Caching catalogs ... Done
11402026-07-06T21:25:40.472ZPlanning: Solver setup ... Done (0.452s)
11412026-07-06T21:25:40.499ZPlanning: Running solver ... Done (0.027s)
11422026-07-06T21:25:40.512ZPlanning: Finding local manifests ... Done (0.003s)
11432026-07-06T21:25:40.525ZPlanning: Fetching manifests: 0/2 0% complete
11442026-07-06T21:25:40.550ZPlanning: Fetching manifests: 2/2 100% complete
11452026-07-06T21:25:40.565ZPlanning: Package planning ... Done (0.015s)
11462026-07-06T21:25:40.568ZPlanning: Merging actions ... Done (0.002s)
11472026-07-06T21:25:40.738ZPlanning: Checking for conflicting actions ... Done (0.171s)
11482026-07-06T21:25:40.741ZPlanning: Consolidating action changes ... Done (0.001s)
11492026-07-06T21:25:41.691ZPlanning: Evaluating mediators ... Done (0.952s)
11502026-07-06T21:25:41.694ZPlanning: Planning completed in 1.70 seconds
11512026-07-06T21:25:41.700Z Packages to install: 2
11522026-07-06T21:25:41.700Z Estimated space available: 155.78 GB
11532026-07-06T21:25:41.700ZEstimated space to be consumed: 30.99 MB
11542026-07-06T21:25:41.700Z Create boot environment: No
11552026-07-06T21:25:41.700ZCreate backup boot environment: No
11562026-07-06T21:25:41.701Z Rebuild boot archive: No
11572026-07-06T21:25:41.704Z
11582026-07-06T21:25:41.704ZChanged packages:
11592026-07-06T21:25:41.704Zhelios
11602026-07-06T21:25:41.704Z developer/build-essential
11612026-07-06T21:25:41.704Z None -> 11-3.0
11622026-07-06T21:25:41.704Z library/libxmlsec1
11632026-07-06T21:25:41.704Z None -> 1.2.35-3.0
11642026-07-06T21:25:41.728Z
11652026-07-06T21:25:41.728ZDownload: 0/214 items 0.0/1.3MB 0% complete
11662026-07-06T21:25:42.429ZDownload: Completed 1.28 MB in 0.70 seconds (1.8M/s)
11672026-07-06T21:25:42.525Z Actions: 1/268 actions (Installing new actions)
11682026-07-06T21:25:42.565Z Actions: Completed 268 actions in 0.04 seconds.
11692026-07-06T21:25:42.576ZFinalize: Updating package state database ... Done (0.011s)
11702026-07-06T21:25:42.576ZFinalize: Updating package cache ... Done (0.000s)
11712026-07-06T21:25:42.605ZFinalize: Updating image state ... Done (0.029s)
11722026-07-06T21:25:45.215ZFinalize: Creating fast lookup database ... Done (2.585s)
11732026-07-06T21:25:45.284ZFinalize: Reading search index ... Done (0.013s)
11742026-07-06T21:25:45.287ZFinalize: Updating search index ... Done (0.000s)
11752026-07-06T21:25:45.361ZFinalize: Updating package cache ... Done (0.000s)
11762026-07-06T21:25:45.676ZPlanning: Evaluating mediator changes ... Done
11772026-07-06T21:25:45.780ZPlanning: Checking for conflicting actions ... Done
11782026-07-06T21:25:45.785ZPlanning: Consolidating action changes ... Done
11792026-07-06T21:25:45.938ZPlanning: Evaluating mediators ... Done
11802026-07-06T21:25:45.941ZPlanning: Planning completed in 0.26 seconds
11812026-07-06T21:25:45.964Z Mediators to change: 2
11822026-07-06T21:25:45.964Z Create boot environment: No
11832026-07-06T21:25:45.965ZCreate backup boot environment: No
11842026-07-06T21:25:46.022ZFinalize: Updating package state database ... Done
11852026-07-06T21:25:46.022ZFinalize: Updating package cache ... Done
11862026-07-06T21:25:46.041ZFinalize: Updating image state ... Done
11872026-07-06T21:25:47.999ZFinalize: Creating fast lookup database ... Done
11882026-07-06T21:25:48.067ZFinalize: Reading search index ... Done
11892026-07-06T21:25:48.070ZFinalize: Updating search index ... Done
11902026-07-06T21:25:48.151ZFinalize: Updating package cache ... Done
11912026-07-06T21:25:48.435ZPlanning: Evaluating mediator changes ... Done
11922026-07-06T21:25:48.541ZPlanning: Checking for conflicting actions ... Done
11932026-07-06T21:25:48.544ZPlanning: Consolidating action changes ... Done
11942026-07-06T21:25:48.698ZPlanning: Evaluating mediators ... Done
11952026-07-06T21:25:48.701ZPlanning: Planning completed in 0.26 seconds
11962026-07-06T21:25:48.724Z Mediators to change: 1
11972026-07-06T21:25:48.725Z Create boot environment: No
11982026-07-06T21:25:48.725ZCreate backup boot environment: No
11992026-07-06T21:25:48.792ZFinalize: Updating package state database ... Done
12002026-07-06T21:25:48.792ZFinalize: Updating package cache ... Done
12012026-07-06T21:25:48.811ZFinalize: Updating image state ... Done
12022026-07-06T21:25:50.761ZFinalize: Creating fast lookup database ... Done
12032026-07-06T21:25:50.830ZFinalize: Reading search index ... Done
12042026-07-06T21:25:50.833ZFinalize: Updating search index ... Done
12052026-07-06T21:25:50.912ZFinalize: Updating package cache ... Done
12062026-07-06T21:25:51.230ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12072026-07-06T21:25:51.230Zapache system 2.4 system
12082026-07-06T21:25:51.230Zclang system 15 system
12092026-07-06T21:25:51.230Zcsh system system illumos
12102026-07-06T21:25:51.230Zctags system system illumos
12112026-07-06T21:25:51.230Zfile vendor vendor darwinsys
12122026-07-06T21:25:51.230Zfile system system illumos
12132026-07-06T21:25:51.230Zgcc vendor 14 vendor
12142026-07-06T21:25:51.230Zgcc system 13 system
12152026-07-06T21:25:51.230Zgcc system 10 system
12162026-07-06T21:25:51.230Zgo system 1.25 system
12172026-07-06T21:25:51.230Zllvm system 15 system
12182026-07-06T21:25:51.230Zmariadb system 11.4 system
12192026-07-06T21:25:51.230Zmta vendor vendor dma
12202026-07-06T21:25:51.230Zopenjdk system 17 system
12212026-07-06T21:25:51.230Zopenjdk system 11 system
12222026-07-06T21:25:51.230Zopenssl vendor 3 vendor
12232026-07-06T21:25:51.230Zperl system 5.40 system
12242026-07-06T21:25:51.230Zpostgresql system 18 system
12252026-07-06T21:25:51.230Zpostgresql system 17 system
12262026-07-06T21:25:51.230Zpython vendor 3 vendor
12272026-07-06T21:25:51.230Zpython system 2 system
12282026-07-06T21:25:51.230Zpython3 vendor 3.13 vendor
12292026-07-06T21:25:51.230Zruby system 3.4 system
12302026-07-06T21:25:51.231Zruby system 3.0 system
12312026-07-06T21:25:51.231Zwords vendor vendor american-english
12322026-07-06T21:25:51.231Zwords system system australian-english
12332026-07-06T21:25:51.231Zwords system system british-english
12342026-07-06T21:25:51.231Zwords system system canadian-english
12352026-07-06T21:25:51.231Zwords system system french
12362026-07-06T21:25:51.231Zwords system system italian
12372026-07-06T21:25:51.231Zwords system system ngerman
12382026-07-06T21:25:51.231Zwords system system ogerman
12392026-07-06T21:25:51.231Zwords system system spanish
12402026-07-06T21:25:51.486ZPUBLISHER TYPE STATUS P LOCATION
12412026-07-06T21:25:51.486Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12422026-07-06T21:25:51.795ZFMRI IFO
12432026-07-06T21:25:51.795Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12442026-07-06T21:25:51.795Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12452026-07-06T21:25:51.795Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12462026-07-06T21:25:51.795Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12472026-07-06T21:25:51.795Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12482026-07-06T21:25:51.796Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12492026-07-06T21:25:51.796Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12502026-07-06T21:25:51.796Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12512026-07-06T21:25:51.796Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12522026-07-06T21:25:52.328Z Downloading crates ...
12532026-07-06T21:25:52.434Z Downloaded cargo_toml v0.21.0
12542026-07-06T21:25:52.475Z Compiling proc-macro2 v1.0.106
12552026-07-06T21:25:52.475Z Compiling quote v1.0.45
12562026-07-06T21:25:52.478Z Compiling unicode-ident v1.0.24
12572026-07-06T21:25:52.478Z Compiling serde_core v1.0.228
12582026-07-06T21:25:52.479Z Compiling libc v0.2.185
12592026-07-06T21:25:52.479Z Compiling version_check v0.9.5
12602026-07-06T21:25:52.479Z Compiling memchr v2.8.0
12612026-07-06T21:25:52.479Z Compiling serde v1.0.228
12622026-07-06T21:25:52.479Z Compiling zmij v1.0.21
12632026-07-06T21:25:52.571Z Compiling itoa v1.0.17
12642026-07-06T21:25:52.576Z Compiling thiserror v1.0.69
12652026-07-06T21:25:52.576Z Compiling ucd-trie v0.1.7
12662026-07-06T21:25:52.576Z Compiling byteorder v1.5.0
12672026-07-06T21:25:52.598Z Compiling rustix v1.1.3
12682026-07-06T21:25:52.710Z Compiling bitflags v2.11.0
12692026-07-06T21:25:52.825Z Compiling serde_json v1.0.150
12702026-07-06T21:25:52.954Z Compiling syn v1.0.109
12712026-07-06T21:25:52.999Z Compiling camino v1.2.2
12722026-07-06T21:25:53.071Z Compiling usdt-impl v0.5.0
12732026-07-06T21:25:53.084Z Compiling proc-macro-error-attr v1.0.4
12742026-07-06T21:25:53.084Z Compiling pest v2.8.6
12752026-07-06T21:25:53.168Z Compiling proc-macro-error v1.0.4
12762026-07-06T21:25:53.176Z Compiling log v0.4.29
12772026-07-06T21:25:53.221Z Compiling equivalent v1.0.2
12782026-07-06T21:25:53.290Z Compiling hashbrown v0.17.0
12792026-07-06T21:25:53.329Z Compiling plain v0.2.3
12802026-07-06T21:25:53.344Z Compiling getrandom v0.4.1
12812026-07-06T21:25:53.360Z Compiling utf8parse v0.2.2
12822026-07-06T21:25:53.385Z Compiling cfg-if v1.0.4
12832026-07-06T21:25:53.408Z Compiling toml_write v0.1.2
12842026-07-06T21:25:53.417Z Compiling thiserror v2.0.18
12852026-07-06T21:25:53.437Z Compiling pretty-hex v0.4.1
12862026-07-06T21:25:53.450Z Compiling anstyle-parse v1.0.0
12872026-07-06T21:25:53.469Z Compiling autocfg v1.5.0
12882026-07-06T21:25:53.481Z Compiling is_terminal_polyfill v1.70.2
12892026-07-06T21:25:53.481Z Compiling anstyle-query v1.1.5
12902026-07-06T21:25:53.544Z Compiling errno v0.3.14
12912026-07-06T21:25:53.575Z Compiling thread-id v4.2.2
12922026-07-06T21:25:53.584Z Compiling colorchoice v1.0.4
12932026-07-06T21:25:53.612Z Compiling winnow v0.7.14
12942026-07-06T21:25:53.643Z Compiling anstyle v1.0.14
12952026-07-06T21:25:53.643Z Compiling fastrand v2.3.0
12962026-07-06T21:25:53.672Z Compiling bytecount v0.6.9
12972026-07-06T21:25:53.715Z Compiling anyhow v1.0.102
12982026-07-06T21:25:53.734Z Compiling heck v0.5.0
12992026-07-06T21:25:53.750Z Compiling fnv v1.0.7
13002026-07-06T21:25:53.846Z Compiling indexmap v2.14.0
13012026-07-06T21:25:53.856Z Compiling anstream v1.0.0
13022026-07-06T21:25:53.885Z Compiling clap_lex v1.0.0
13032026-07-06T21:25:53.891Z Compiling unicode-width v0.1.14
13042026-07-06T21:25:53.895Z Compiling fs-err v3.3.0
13052026-07-06T21:25:53.940Z Compiling heck v0.4.1
13062026-07-06T21:25:53.961Z Compiling once_cell v1.21.3
13072026-07-06T21:25:54.020Z Compiling syn v2.0.117
13082026-07-06T21:25:54.119Z Compiling strsim v0.11.1
13092026-07-06T21:25:54.181Z Compiling pest_meta v2.8.6
13102026-07-06T21:25:54.204Z Compiling papergrid v0.11.0
13112026-07-06T21:25:54.231Z Compiling memmap v0.7.0
13122026-07-06T21:25:54.265Z Compiling smawk v0.3.2
13132026-07-06T21:25:54.300Z Compiling unicode-width v0.2.0
13142026-07-06T21:25:54.380Z Compiling unicode-linebreak v0.1.5
13152026-07-06T21:25:54.418Z Compiling swrite v0.1.0
13162026-07-06T21:25:54.549Z Compiling terminal_size v0.4.3
13172026-07-06T21:25:54.549Z Compiling tempfile v3.25.0
13182026-07-06T21:25:54.645Z Compiling clap_builder v4.6.0
13192026-07-06T21:25:54.645Z Compiling textwrap v0.16.2
13202026-07-06T21:25:54.857Z Compiling semver v1.0.28
13212026-07-06T21:25:54.877Z Compiling cargo-platform v0.3.2
13222026-07-06T21:25:55.137Z Compiling camino-tempfile v1.4.1
13232026-07-06T21:25:55.462Z Compiling tabled_derive v0.7.0
13242026-07-06T21:25:56.113Z Compiling tabled v0.15.0
13252026-07-06T21:25:56.171Z Compiling pest_generator v2.8.6
13262026-07-06T21:25:56.669Z Compiling serde_derive v1.0.228
13272026-07-06T21:25:56.670Z Compiling thiserror-impl v1.0.69
13282026-07-06T21:25:56.673Z Compiling zerocopy-derive v0.7.35
13292026-07-06T21:25:56.673Z Compiling scroll_derive v0.12.1
13302026-07-06T21:25:56.673Z Compiling thiserror-impl v2.0.18
13312026-07-06T21:25:56.673Z Compiling clap_derive v4.6.1
13322026-07-06T21:25:56.705Z Compiling pest_derive v2.8.6
13332026-07-06T21:25:57.283Z Compiling scroll v0.12.0
13342026-07-06T21:25:57.372Z Compiling zerocopy v0.7.35
13352026-07-06T21:25:57.489Z Compiling goblin v0.8.2
13362026-07-06T21:25:57.733Z Compiling dtrace-parser v0.2.0
13372026-07-06T21:25:58.038Z Compiling clap v4.6.1
13382026-07-06T21:25:59.060Z Compiling toml_datetime v0.6.11
13392026-07-06T21:25:59.060Z Compiling serde_spanned v0.6.9
13402026-07-06T21:25:59.063Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13412026-07-06T21:25:59.063Z Compiling cargo_metadata v0.23.1
13422026-07-06T21:25:59.063Z Compiling macaddr v1.0.1
13432026-07-06T21:25:59.071Z Compiling dof v0.3.0
13442026-07-06T21:25:59.074Z Compiling serde_tokenstream v0.2.3
13452026-07-06T21:25:59.222Z Compiling toml_edit v0.22.27
13462026-07-06T21:25:59.759Z Compiling usdt-macro v0.5.0
13472026-07-06T21:25:59.759Z Compiling usdt-attr-macro v0.5.0
13482026-07-06T21:26:00.375Z Compiling usdt v0.5.0
13492026-07-06T21:26:00.492Z Compiling toml v0.8.23
13502026-07-06T21:26:00.805Z Compiling cargo_toml v0.21.0
13512026-07-06T21:26:02.095Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-07-06T21:26:04.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.18s
13532026-07-06T21:26:04.116Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13542026-07-06T21:26:04.834Z Compiling libc v0.2.185
13552026-07-06T21:26:04.834Z Compiling serde_core v1.0.228
13562026-07-06T21:26:04.834Z Compiling serde v1.0.228
13572026-07-06T21:26:04.834Z Compiling log v0.4.29
13582026-07-06T21:26:04.834Z Compiling smallvec v1.15.1
13592026-07-06T21:26:04.837Z Compiling shlex v1.3.0
13602026-07-06T21:26:04.837Z Compiling find-msvc-tools v0.1.9
13612026-07-06T21:26:04.837Z Compiling subtle v2.6.1
13622026-07-06T21:26:04.837Z Compiling scopeguard v1.2.0
13632026-07-06T21:26:04.837Z Compiling stable_deref_trait v1.2.1
13642026-07-06T21:26:04.838Z Compiling typenum v1.20.1
13652026-07-06T21:26:04.838Z Compiling serde_json v1.0.150
13662026-07-06T21:26:05.047Z Compiling zerocopy v0.8.40
13672026-07-06T21:26:05.070Z Compiling syn v2.0.117
13682026-07-06T21:26:05.082Z Compiling portable-atomic v1.13.1
13692026-07-06T21:26:05.095Z Compiling parking_lot_core v0.9.12
13702026-07-06T21:26:05.134Z Compiling lock_api v0.4.14
13712026-07-06T21:26:05.134Z Compiling pin-project-lite v0.2.17
13722026-07-06T21:26:05.160Z Compiling pkg-config v0.3.32
13732026-07-06T21:26:05.175Z Compiling critical-section v1.2.0
13742026-07-06T21:26:05.237Z Compiling getrandom v0.4.1
13752026-07-06T21:26:05.255Z Compiling libm v0.2.16
13762026-07-06T21:26:05.270Z Compiling futures-core v0.3.32
13772026-07-06T21:26:05.283Z Compiling num-traits v0.2.19
13782026-07-06T21:26:05.300Z Compiling generic-array v0.14.7
13792026-07-06T21:26:05.376Z Compiling const-oid v0.9.6
13802026-07-06T21:26:05.390Z Compiling rand_core v0.10.0
13812026-07-06T21:26:05.421Z Compiling percent-encoding v2.3.2
13822026-07-06T21:26:05.480Z Compiling litemap v0.8.1
13832026-07-06T21:26:05.480Z Compiling writeable v0.6.2
13842026-07-06T21:26:05.561Z Compiling icu_normalizer_data v2.1.1
13852026-07-06T21:26:05.582Z Compiling icu_properties_data v2.1.2
13862026-07-06T21:26:05.627Z Compiling futures-sink v0.3.32
13872026-07-06T21:26:05.696Z Compiling futures-task v0.3.32
13882026-07-06T21:26:05.700Z Compiling futures-io v0.3.32
13892026-07-06T21:26:05.700Z Compiling slab v0.4.12
13902026-07-06T21:26:05.727Z Compiling utf8_iter v1.0.4
13912026-07-06T21:26:05.739Z Compiling futures-channel v0.3.32
13922026-07-06T21:26:05.751Z Compiling rustversion v1.0.22
13932026-07-06T21:26:05.778Z Compiling getrandom v0.3.4
13942026-07-06T21:26:05.873Z Compiling form_urlencoded v1.2.2
13952026-07-06T21:26:05.911Z Compiling rustix v1.1.3
13962026-07-06T21:26:05.924Z Compiling fs_extra v1.3.0
13972026-07-06T21:26:05.939Z Compiling ident_case v1.0.1
13982026-07-06T21:26:05.942Z Compiling dunce v1.0.5
13992026-07-06T21:26:05.968Z Compiling iana-time-zone v0.1.65
14002026-07-06T21:26:05.989Z Compiling jobserver v0.1.34
14012026-07-06T21:26:06.009Z Compiling errno v0.3.14
14022026-07-06T21:26:06.055Z Compiling getrandom v0.2.17
14032026-07-06T21:26:06.085Z Compiling mio v1.2.0
14042026-07-06T21:26:06.170Z Compiling signal-hook-registry v1.4.8
14052026-07-06T21:26:06.186Z Compiling once_cell v1.21.3
14062026-07-06T21:26:06.189Z Compiling socket2 v0.6.3
14072026-07-06T21:26:06.232Z Compiling cc v1.2.56
14082026-07-06T21:26:06.246Z Compiling rand_core v0.6.4
14092026-07-06T21:26:06.269Z Compiling parking_lot v0.12.5
14102026-07-06T21:26:06.338Z Compiling regex-syntax v0.8.10
14112026-07-06T21:26:06.386Z Compiling vcpkg v0.2.15
14122026-07-06T21:26:06.400Z Compiling base64ct v1.8.3
14132026-07-06T21:26:06.427Z Compiling tracing-core v0.1.36
14142026-07-06T21:26:06.555Z Compiling aws-lc-rs v1.16.3
14152026-07-06T21:26:06.558Z Compiling flagset v0.4.7
14162026-07-06T21:26:06.583Z Compiling base64 v0.22.1
14172026-07-06T21:26:06.630Z Compiling cmov v0.5.4
14182026-07-06T21:26:06.661Z Compiling pem-rfc7468 v0.7.0
14192026-07-06T21:26:06.709Z Compiling rand_core v0.9.5
14202026-07-06T21:26:06.724Z Compiling tinyvec_macros v0.1.1
14212026-07-06T21:26:06.773Z Compiling httparse v1.10.1
14222026-07-06T21:26:06.803Z Compiling openssl-probe v0.2.1
14232026-07-06T21:26:06.827Z Compiling ctutils v0.4.2
14242026-07-06T21:26:06.865Z Compiling tinyvec v1.10.0
14252026-07-06T21:26:06.880Z Compiling aho-corasick v1.1.4
14262026-07-06T21:26:06.925Z Compiling tower-service v0.3.3
14272026-07-06T21:26:06.946Z Compiling untrusted v0.7.1
14282026-07-06T21:26:06.991Z Compiling cmake v0.1.57
14292026-07-06T21:26:07.009Z Compiling dyn-clone v1.0.20
14302026-07-06T21:26:07.013Z Compiling tower-layer v0.3.3
14312026-07-06T21:26:07.036Z Compiling schemars v0.8.22
14322026-07-06T21:26:07.039Z Compiling atomic-waker v1.1.2
14332026-07-06T21:26:07.082Z Compiling try-lock v0.2.5
14342026-07-06T21:26:07.096Z Compiling foreign-types-shared v0.1.1
14352026-07-06T21:26:07.142Z Compiling untrusted v0.9.0
14362026-07-06T21:26:07.155Z Compiling httpdate v1.0.3
14372026-07-06T21:26:07.167Z Compiling want v0.3.1
14382026-07-06T21:26:07.193Z Compiling cpufeatures v0.2.17
14392026-07-06T21:26:07.193Z Compiling rustls v0.23.41
14402026-07-06T21:26:07.222Z Compiling bitflags v2.11.0
14412026-07-06T21:26:07.226Z Compiling semver v1.0.28
14422026-07-06T21:26:07.236Z Compiling indexmap v2.14.0
14432026-07-06T21:26:07.280Z Compiling uuid v1.23.4
14442026-07-06T21:26:07.350Z Compiling openssl v0.10.79
14452026-07-06T21:26:07.369Z Compiling unicode-normalization v0.1.25
14462026-07-06T21:26:07.436Z Compiling foreign-types v0.3.2
14472026-07-06T21:26:07.440Z Compiling spin v0.9.8
14482026-07-06T21:26:07.452Z Compiling native-tls v0.2.18
14492026-07-06T21:26:07.503Z Compiling rustc_version v0.4.1
14502026-07-06T21:26:07.518Z Compiling num-conv v0.2.0
14512026-07-06T21:26:07.620Z Compiling crc32fast v1.5.0
14522026-07-06T21:26:07.634Z Compiling time-core v0.1.8
14532026-07-06T21:26:07.647Z Compiling powerfmt v0.2.0
14542026-07-06T21:26:07.661Z Compiling wait-timeout v0.2.1
14552026-07-06T21:26:07.678Z Compiling sync_wrapper v1.0.2
14562026-07-06T21:26:07.709Z Compiling crossbeam-utils v0.8.21
14572026-07-06T21:26:07.787Z Compiling time-macros v0.2.27
14582026-07-06T21:26:07.804Z Compiling deranged v0.5.8
14592026-07-06T21:26:07.847Z Compiling regex-automata v0.4.14
14602026-07-06T21:26:07.863Z Compiling siphasher v1.0.2
14612026-07-06T21:26:07.876Z Compiling bit-vec v0.8.0
14622026-07-06T21:26:07.880Z Compiling aws-lc-sys v0.40.0
14632026-07-06T21:26:07.929Z Compiling synstructure v0.13.2
14642026-07-06T21:26:07.943Z Compiling openssl-sys v0.9.115
14652026-07-06T21:26:07.958Z Compiling serde_derive_internals v0.29.1
14662026-07-06T21:26:08.064Z Compiling pest_generator v2.8.6
14672026-07-06T21:26:08.068Z Compiling darling_core v0.20.11
14682026-07-06T21:26:08.068Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-07-06T21:26:08.181Z Compiling syn v1.0.109
14702026-07-06T21:26:08.401Z Compiling tempfile v3.25.0
14712026-07-06T21:26:08.532Z Compiling simd-adler32 v0.3.8
14722026-07-06T21:26:08.547Z Compiling num_threads v0.1.7
14732026-07-06T21:26:08.568Z Compiling usdt-impl v0.6.0
14742026-07-06T21:26:08.633Z Compiling quick-error v1.2.3
14752026-07-06T21:26:08.753Z Compiling rusty-fork v0.3.1
14762026-07-06T21:26:08.781Z Compiling bit-set v0.8.0
14772026-07-06T21:26:08.810Z Compiling darling_core v0.21.3
14782026-07-06T21:26:08.813Z Compiling bzip2-sys v0.1.13+1.0.8
14792026-07-06T21:26:08.827Z Compiling heapless v0.7.17
14802026-07-06T21:26:08.869Z Compiling slog v2.8.2
14812026-07-06T21:26:08.872Z Compiling rand_xorshift v0.4.0
14822026-07-06T21:26:08.895Z Compiling thread-id v5.1.0
14832026-07-06T21:26:08.911Z Compiling cookie v0.18.1
14842026-07-06T21:26:08.926Z Compiling time v0.3.47
14852026-07-06T21:26:08.954Z Compiling unicode-properties v0.1.4
14862026-07-06T21:26:08.991Z Compiling ryu v1.0.23
14872026-07-06T21:26:09.064Z Compiling anyhow v1.0.102
14882026-07-06T21:26:09.102Z Compiling allocator-api2 v0.2.21
14892026-07-06T21:26:09.117Z Compiling unicode-bidi v0.3.18
14902026-07-06T21:26:09.134Z Compiling iri-string v0.7.10
14912026-07-06T21:26:09.148Z Compiling zstd-safe v7.2.4
14922026-07-06T21:26:09.164Z Compiling signal-hook v0.3.18
14932026-07-06T21:26:09.185Z Compiling paste v1.0.15
14942026-07-06T21:26:09.198Z Compiling adler2 v2.0.1
14952026-07-06T21:26:09.201Z Compiling unarray v0.1.4
14962026-07-06T21:26:09.334Z Compiling miniz_oxide v0.8.9
14972026-07-06T21:26:09.444Z Compiling stringprep v0.1.5
14982026-07-06T21:26:09.489Z Compiling camino v1.2.2
14992026-07-06T21:26:09.612Z Compiling serde_derive v1.0.228
15002026-07-06T21:26:09.646Z Compiling zeroize_derive v1.4.3
15012026-07-06T21:26:09.661Z Compiling zerofrom-derive v0.1.6
15022026-07-06T21:26:09.882Z Compiling yoke-derive v0.8.1
15032026-07-06T21:26:09.900Z Compiling zerovec-derive v0.11.2
15042026-07-06T21:26:09.953Z Compiling zerocopy-derive v0.8.40
15052026-07-06T21:26:09.993Z Compiling displaydoc v0.2.5
15062026-07-06T21:26:10.131Z Compiling tokio-macros v2.7.0
15072026-07-06T21:26:10.367Z Compiling zeroize v1.8.2
15082026-07-06T21:26:10.380Z Compiling futures-macro v0.3.32
15092026-07-06T21:26:10.586Z Compiling der_derive v0.7.3
15102026-07-06T21:26:10.693Z Compiling tracing-attributes v0.1.31
15112026-07-06T21:26:10.804Z Compiling thiserror-impl v2.0.18
15122026-07-06T21:26:10.905Z Compiling rustls-pki-types v1.14.0
15132026-07-06T21:26:11.137Z Compiling crypto-common v0.1.7
15142026-07-06T21:26:11.155Z Compiling block-buffer v0.10.4
15152026-07-06T21:26:11.159Z Compiling zerofrom v0.1.6
15162026-07-06T21:26:11.184Z Compiling hybrid-array v0.4.13
15172026-07-06T21:26:11.294Z Compiling yoke v0.8.1
15182026-07-06T21:26:11.309Z Compiling futures-util v0.3.32
15192026-07-06T21:26:11.321Z Compiling digest v0.10.7
15202026-07-06T21:26:11.348Z Compiling scroll_derive v0.13.1
15212026-07-06T21:26:11.400Z Compiling pest_derive v2.8.6
15222026-07-06T21:26:11.416Z Compiling schemars_derive v0.8.22
15232026-07-06T21:26:11.504Z Compiling zerovec v0.11.5
15242026-07-06T21:26:11.587Z Compiling zerotrie v0.2.3
15252026-07-06T21:26:11.663Z Compiling der v0.7.10
15262026-07-06T21:26:11.884Z Compiling darling_macro v0.20.11
15272026-07-06T21:26:11.903Z Compiling openssl-macros v0.1.1
15282026-07-06T21:26:12.010Z Compiling tinystr v0.8.2
15292026-07-06T21:26:12.026Z Compiling potential_utf v0.1.4
15302026-07-06T21:26:12.051Z Compiling hmac v0.12.1
15312026-07-06T21:26:12.154Z Compiling icu_collections v2.1.1
15322026-07-06T21:26:12.210Z Compiling icu_locale_core v2.1.1
15332026-07-06T21:26:12.235Z Compiling tracing v0.1.44
15342026-07-06T21:26:12.249Z Compiling scroll v0.13.0
15352026-07-06T21:26:12.253Z Compiling sha2 v0.10.9
15362026-07-06T21:26:12.280Z Compiling thiserror v2.0.18
15372026-07-06T21:26:12.403Z Compiling dtrace-parser v0.3.0
15382026-07-06T21:26:12.418Z Compiling darling v0.20.11
15392026-07-06T21:26:12.511Z Compiling goblin v0.10.5
15402026-07-06T21:26:12.527Z Compiling spki v0.7.3
15412026-07-06T21:26:12.544Z Compiling derive_builder_core v0.20.2
15422026-07-06T21:26:12.689Z Compiling scroll_derive v0.12.1
15432026-07-06T21:26:12.778Z Compiling pkcs8 v0.10.2
15442026-07-06T21:26:12.792Z Compiling thiserror-impl v1.0.69
15452026-07-06T21:26:12.948Z Compiling icu_provider v2.1.1
15462026-07-06T21:26:13.060Z Compiling crypto-common v0.2.2
15472026-07-06T21:26:13.164Z Compiling block-padding v0.4.2
15482026-07-06T21:26:13.219Z Compiling bytes v1.11.1
15492026-07-06T21:26:13.281Z Compiling icu_properties v2.1.2
15502026-07-06T21:26:13.295Z Compiling icu_normalizer v2.1.1
15512026-07-06T21:26:13.349Z Compiling chrono v0.4.44
15522026-07-06T21:26:13.436Z Compiling ipnet v2.11.0
15532026-07-06T21:26:13.484Z Compiling derive_builder_macro v0.20.2
15542026-07-06T21:26:13.589Z Compiling scroll v0.12.0
15552026-07-06T21:26:13.707Z Compiling tokio v1.52.1
15562026-07-06T21:26:13.749Z Compiling http v1.4.2
15572026-07-06T21:26:13.840Z Compiling serde_tokenstream v0.2.3
15582026-07-06T21:26:13.859Z Compiling serde_spanned v0.6.9
15592026-07-06T21:26:13.872Z Compiling erased-serde v0.3.31
15602026-07-06T21:26:13.961Z Compiling serde_urlencoded v0.7.1
15612026-07-06T21:26:13.996Z Compiling toml_datetime v0.6.11
15622026-07-06T21:26:14.016Z Compiling block-buffer v0.12.1
15632026-07-06T21:26:14.137Z Compiling idna_adapter v1.2.1
15642026-07-06T21:26:14.168Z Compiling thiserror v1.0.69
15652026-07-06T21:26:14.223Z Compiling md-5 v0.10.6
15662026-07-06T21:26:14.237Z Compiling signature v2.2.0
15672026-07-06T21:26:14.278Z Compiling idna v1.1.0
15682026-07-06T21:26:14.292Z Compiling darling_macro v0.21.3
15692026-07-06T21:26:14.295Z Compiling rustls-native-certs v0.8.3
15702026-07-06T21:26:14.372Z Compiling bstr v1.12.1
15712026-07-06T21:26:14.396Z Compiling http-body v1.0.1
15722026-07-06T21:26:14.408Z Compiling pin-project-internal v1.1.11
15732026-07-06T21:26:14.429Z Compiling async-trait v0.1.89
15742026-07-06T21:26:14.570Z Compiling ppv-lite86 v0.2.21
15752026-07-06T21:26:14.619Z Compiling url v2.5.8
15762026-07-06T21:26:14.700Z Compiling http-body-util v0.1.3
15772026-07-06T21:26:14.779Z Compiling zerocopy-derive v0.7.35
15782026-07-06T21:26:14.817Z Compiling curve25519-dalek v4.1.3
15792026-07-06T21:26:14.831Z Compiling num-integer v0.1.46
15802026-07-06T21:26:14.915Z Compiling rand_chacha v0.9.0
15812026-07-06T21:26:14.962Z Compiling rand_chacha v0.3.1
15822026-07-06T21:26:14.975Z Compiling vergen-lib v9.1.0
15832026-07-06T21:26:15.004Z Compiling hash32 v0.2.1
15842026-07-06T21:26:15.041Z Compiling memoffset v0.9.1
15852026-07-06T21:26:15.170Z Compiling rand v0.9.2
15862026-07-06T21:26:15.207Z Compiling encoding_rs v0.8.35
15872026-07-06T21:26:15.210Z Compiling mime v0.3.17
15882026-07-06T21:26:15.266Z Compiling dof v0.4.0
15892026-07-06T21:26:15.394Z Compiling litrs v1.0.0
15902026-07-06T21:26:15.435Z Compiling psl-types v2.0.11
15912026-07-06T21:26:15.497Z Compiling smoltcp v0.9.1
15922026-07-06T21:26:15.512Z Compiling ref-cast v1.0.25
15932026-07-06T21:26:15.564Z Compiling zlib-rs v0.6.2
15942026-07-06T21:26:15.584Z Compiling num-bigint-dig v0.8.6
15952026-07-06T21:26:15.629Z Compiling rustix v0.38.44
15962026-07-06T21:26:15.698Z Compiling cfg_aliases v0.2.1
15972026-07-06T21:26:15.784Z Compiling proptest v1.10.0
15982026-07-06T21:26:15.798Z Compiling fallible-iterator v0.2.0
15992026-07-06T21:26:15.830Z Compiling nix v0.31.2
16002026-07-06T21:26:15.951Z Compiling zerocopy v0.7.35
16012026-07-06T21:26:15.974Z Compiling pin-project v1.1.11
16022026-07-06T21:26:15.988Z Compiling document-features v0.2.12
16032026-07-06T21:26:16.081Z Compiling ipnetwork v0.21.1
16042026-07-06T21:26:16.162Z Compiling postgres-protocol v0.6.10
16052026-07-06T21:26:16.186Z Compiling publicsuffix v2.3.0
16062026-07-06T21:26:16.373Z Compiling oxnet v0.1.6
16072026-07-06T21:26:16.501Z Compiling rand v0.8.6
16082026-07-06T21:26:16.535Z Compiling num-iter v0.1.45
16092026-07-06T21:26:16.547Z Compiling darling v0.21.3
16102026-07-06T21:26:16.633Z Compiling derive_builder v0.20.2
16112026-07-06T21:26:16.650Z Compiling goblin v0.8.2
16122026-07-06T21:26:16.654Z Compiling hubpack_derive v0.1.1
16132026-07-06T21:26:16.675Z Compiling futures-executor v0.3.32
16142026-07-06T21:26:16.749Z Compiling inout v0.2.2
16152026-07-06T21:26:16.782Z Compiling hex v0.4.3
16162026-07-06T21:26:16.841Z Compiling regex v1.12.3
16172026-07-06T21:26:16.924Z Compiling strum_macros v0.27.2
16182026-07-06T21:26:16.941Z Compiling snafu-derive v0.8.9
16192026-07-06T21:26:16.955Z Compiling ref-cast-impl v1.0.25
16202026-07-06T21:26:16.991Z Compiling daft-derive v0.1.7
16212026-07-06T21:26:17.003Z Compiling curve25519-dalek-derive v0.1.1
16222026-07-06T21:26:17.226Z Compiling terminal_size v0.4.3
16232026-07-06T21:26:17.297Z Compiling phf_shared v0.13.1
16242026-07-06T21:26:17.357Z Compiling lazy_static v1.5.0
16252026-07-06T21:26:17.360Z Compiling anstyle-parse v0.2.7
16262026-07-06T21:26:17.386Z Compiling cargo-platform v0.3.2
16272026-07-06T21:26:17.464Z Compiling vergen v9.1.0
16282026-07-06T21:26:17.477Z Compiling ff v0.13.1
16292026-07-06T21:26:17.548Z Compiling tokio-util v0.7.18
16302026-07-06T21:26:17.562Z Compiling tower v0.5.3
16312026-07-06T21:26:17.578Z Compiling tokio-native-tls v0.3.1
16322026-07-06T21:26:17.633Z Compiling fs-err v3.3.0
16332026-07-06T21:26:17.654Z Compiling ahash v0.8.12
16342026-07-06T21:26:17.676Z Compiling libbz2-rs-sys v0.2.2
16352026-07-06T21:26:17.691Z Compiling winnow v0.5.40
16362026-07-06T21:26:17.706Z Compiling bitflags v1.3.2
16372026-07-06T21:26:17.769Z Compiling foldhash v0.1.5
16382026-07-06T21:26:17.782Z Compiling foldhash v0.2.0
16392026-07-06T21:26:17.797Z Compiling managed v0.8.0
16402026-07-06T21:26:17.865Z Compiling bumpalo v3.20.2
16412026-07-06T21:26:17.905Z Compiling same-file v1.0.6
16422026-07-06T21:26:17.958Z Compiling unicode-segmentation v1.12.0
16432026-07-06T21:26:18.021Z Compiling tower-http v0.6.8
16442026-07-06T21:26:18.034Z Compiling object v0.37.3
16452026-07-06T21:26:18.065Z Compiling base16ct v0.2.0
16462026-07-06T21:26:18.085Z Compiling zopfli v0.8.3
16472026-07-06T21:26:18.130Z Compiling bzip2 v0.6.1
16482026-07-06T21:26:18.255Z Compiling h2 v0.4.15
16492026-07-06T21:26:18.339Z Compiling newtype-uuid v1.3.2
16502026-07-06T21:26:18.365Z Compiling sec1 v0.7.3
16512026-07-06T21:26:18.385Z Compiling walkdir v2.5.0
16522026-07-06T21:26:18.439Z Compiling hashbrown v0.16.1
16532026-07-06T21:26:18.638Z Compiling flate2 v1.1.9
16542026-07-06T21:26:18.653Z Compiling daft v0.1.7
16552026-07-06T21:26:18.696Z Compiling clap_builder v4.6.0
16562026-07-06T21:26:18.759Z Compiling hashbrown v0.15.5
16572026-07-06T21:26:18.896Z Compiling snafu v0.8.9
16582026-07-06T21:26:18.962Z Compiling dof v0.3.0
16592026-07-06T21:26:18.981Z Compiling toml_edit v0.19.15
16602026-07-06T21:26:18.995Z Compiling strum v0.27.2
16612026-07-06T21:26:19.065Z Compiling group v0.13.0
16622026-07-06T21:26:19.079Z Compiling cargo_metadata v0.23.1
16632026-07-06T21:26:19.151Z Compiling anstream v0.6.21
16642026-07-06T21:26:19.229Z Compiling phf v0.13.1
16652026-07-06T21:26:19.270Z Compiling signal-hook-mio v0.2.5
16662026-07-06T21:26:19.271Z Compiling hubpack v0.1.2
16672026-07-06T21:26:19.332Z Compiling cookie_store v0.22.1
16682026-07-06T21:26:19.401Z Compiling cipher v0.5.2
16692026-07-06T21:26:19.479Z Compiling bzip2 v0.4.4
16702026-07-06T21:26:19.511Z Compiling usdt-macro v0.6.0
16712026-07-06T21:26:19.529Z Compiling usdt-attr-macro v0.6.0
16722026-07-06T21:26:19.693Z Compiling futures v0.3.32
16732026-07-06T21:26:19.719Z Compiling zstd v0.13.3
16742026-07-06T21:26:19.733Z Compiling serde_with_macros v3.17.0
16752026-07-06T21:26:19.773Z Compiling postgres-types v0.2.12
16762026-07-06T21:26:19.990Z Compiling globset v0.4.18
16772026-07-06T21:26:20.004Z Compiling ed25519 v2.2.3
16782026-07-06T21:26:20.186Z Compiling dtrace-parser v0.2.0
16792026-07-06T21:26:20.325Z Compiling serde_plain v1.0.2
16802026-07-06T21:26:20.353Z Compiling olpc-cjson v0.1.4
16812026-07-06T21:26:20.394Z Compiling serde-big-array v0.5.1
16822026-07-06T21:26:20.458Z Compiling pkcs1 v0.7.5
16832026-07-06T21:26:20.532Z Compiling hkdf v0.12.4
16842026-07-06T21:26:20.546Z Compiling crypto-bigint v0.5.5
16852026-07-06T21:26:20.561Z Compiling enum-as-inner v0.6.1
16862026-07-06T21:26:20.688Z Compiling clap_derive v4.6.1
16872026-07-06T21:26:20.719Z Compiling async-recursion v1.1.1
16882026-07-06T21:26:20.873Z Compiling strum_macros v0.26.4
16892026-07-06T21:26:20.930Z Compiling serde_repr v0.1.20
16902026-07-06T21:26:20.947Z Compiling phf_shared v0.11.3
16912026-07-06T21:26:20.979Z Compiling float-cmp v0.10.0
16922026-07-06T21:26:21.093Z Compiling pem v3.0.6
16932026-07-06T21:26:21.147Z Compiling thread-id v4.2.2
16942026-07-06T21:26:21.162Z Compiling memmap2 v0.9.10
16952026-07-06T21:26:21.162Z Compiling env_filter v1.0.0
16962026-07-06T21:26:21.246Z Compiling const-oid v0.10.2
16972026-07-06T21:26:21.400Z Compiling difflib v0.4.0
16982026-07-06T21:26:21.442Z Compiling hyper v1.10.1
16992026-07-06T21:26:21.463Z Compiling precomputed-hash v0.1.1
17002026-07-06T21:26:21.478Z Compiling whoami v2.1.0
17012026-07-06T21:26:21.502Z Compiling winnow v1.0.3
17022026-07-06T21:26:21.532Z Compiling keccak v0.1.6
17032026-07-06T21:26:21.562Z Compiling fixedbitset v0.5.7
17042026-07-06T21:26:21.660Z Compiling new_debug_unreachable v1.0.6
17052026-07-06T21:26:21.742Z Compiling cpufeatures v0.3.0
17062026-07-06T21:26:21.759Z Compiling either v1.15.0
17072026-07-06T21:26:21.834Z Compiling fixedbitset v0.4.2
17082026-07-06T21:26:21.889Z Compiling static_assertions v1.1.0
17092026-07-06T21:26:21.903Z Compiling data-encoding v2.10.0
17102026-07-06T21:26:21.906Z Compiling normalize-line-endings v0.3.0
17112026-07-06T21:26:21.946Z Compiling predicates-core v1.0.10
17122026-07-06T21:26:21.975Z Compiling jiff v0.2.21
17132026-07-06T21:26:21.988Z Compiling typed-path v0.9.3
17142026-07-06T21:26:22.003Z Compiling toml_edit v0.22.27
17152026-07-06T21:26:22.025Z Compiling petgraph v0.6.5
17162026-07-06T21:26:22.078Z Compiling predicates v3.1.4
17172026-07-06T21:26:22.147Z Compiling itertools v0.13.0
17182026-07-06T21:26:22.304Z Compiling hickory-proto v0.25.2
17192026-07-06T21:26:22.516Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-07-06T21:26:22.617Z Compiling hyper-util v0.1.20
17212026-07-06T21:26:22.640Z Compiling clap v4.6.1
17222026-07-06T21:26:22.742Z Compiling strum v0.26.3
17232026-07-06T21:26:22.745Z Compiling toml_parser v1.1.2+spec-1.1.0
17242026-07-06T21:26:22.771Z Compiling chacha20 v0.10.0
17252026-07-06T21:26:22.807Z Compiling petgraph v0.8.3
17262026-07-06T21:26:22.890Z Compiling string_cache v0.8.9
17272026-07-06T21:26:23.122Z Compiling tokio-postgres v0.7.16
17282026-07-06T21:26:23.139Z Compiling sha3 v0.10.8
17292026-07-06T21:26:23.174Z Compiling elliptic-curve v0.13.8
17302026-07-06T21:26:23.267Z Compiling digest v0.11.3
17312026-07-06T21:26:23.439Z Compiling env_logger v0.11.9
17322026-07-06T21:26:23.454Z Compiling usdt v0.6.0
17332026-07-06T21:26:23.517Z Compiling usdt-impl v0.5.0
17342026-07-06T21:26:23.569Z Compiling serde_with v3.17.0
17352026-07-06T21:26:23.617Z Compiling crossterm v0.28.1
17362026-07-06T21:26:23.631Z Compiling rsa v0.9.10
17372026-07-06T21:26:23.726Z Compiling toml v0.7.8
17382026-07-06T21:26:23.802Z Compiling ed25519-dalek v2.2.0
17392026-07-06T21:26:24.130Z Compiling hyper-tls v0.6.0
17402026-07-06T21:26:24.342Z Compiling reqwest v0.12.28
17412026-07-06T21:26:24.464Z Compiling zip v0.6.6
17422026-07-06T21:26:24.774Z Compiling zip v4.6.1
17432026-07-06T21:26:24.795Z Compiling iddqd v0.4.2
17442026-07-06T21:26:25.065Z Compiling similar v2.7.0
17452026-07-06T21:26:25.172Z Compiling heck v0.4.1
17462026-07-06T21:26:25.244Z Compiling tokio-stream v0.1.18
17472026-07-06T21:26:25.330Z Compiling buf-list v1.1.2
17482026-07-06T21:26:25.404Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-07-06T21:26:25.420Z Compiling openapiv3 v2.2.0
17502026-07-06T21:26:25.436Z Compiling x509-cert v0.2.5
17512026-07-06T21:26:25.624Z Compiling crossbeam-epoch v0.9.18
17522026-07-06T21:26:25.725Z Compiling peg-runtime v0.8.5
17532026-07-06T21:26:25.729Z Compiling lalrpop-util v0.19.12
17542026-07-06T21:26:25.781Z Compiling thread_local v1.1.9
17552026-07-06T21:26:25.957Z Compiling slog-async v2.8.0
17562026-07-06T21:26:25.995Z Compiling crossbeam-channel v0.5.15
17572026-07-06T21:26:26.009Z Compiling is-terminal v0.4.17
17582026-07-06T21:26:26.054Z Compiling filetime v0.2.27
17592026-07-06T21:26:26.089Z Compiling xattr v1.6.1
17602026-07-06T21:26:26.118Z Compiling take_mut v0.2.2
17612026-07-06T21:26:26.174Z Compiling term v1.2.1
17622026-07-06T21:26:26.199Z Compiling camino-tempfile v1.4.1
17632026-07-06T21:26:26.219Z Compiling tar v0.4.45
17642026-07-06T21:26:26.473Z Compiling slog-term v2.9.2
17652026-07-06T21:26:43.997Z Compiling rustls-webpki v0.103.13
17662026-07-06T21:26:46.694Z Compiling tokio-rustls v0.26.4
17672026-07-06T21:26:46.694Z Compiling rustls-platform-verifier v0.6.2
17682026-07-06T21:26:46.694Z Compiling tough v0.22.0
17692026-07-06T21:26:46.880Z Compiling hyper-rustls v0.27.7
17702026-07-06T21:26:47.066Z Compiling reqwest v0.13.2
17712026-07-06T21:26:49.242Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17722026-07-06T21:26:49.487Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17732026-07-06T21:26:52.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.15s
17742026-07-06T21:26:52.439Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17752026-07-06T21:26:52.489ZJul 06 21:26:51.902 INFO Starting download, target: Clickhouse
17762026-07-06T21:26:52.489ZJul 06 21:26:51.902 INFO Starting download, target: Console
17772026-07-06T21:26:52.489ZJul 06 21:26:51.902 INFO Starting download, target: Cockroach
17782026-07-06T21:26:52.489ZJul 06 21:26:51.903 INFO Starting download, target: DendriteStub
17792026-07-06T21:26:52.495ZJul 06 21:26:51.903 INFO Starting download, target: MaghemiteMgd
17802026-07-06T21:26:52.495ZJul 06 21:26:51.903 INFO Starting download, target: MaghemiteDdmd
17812026-07-06T21:26:52.495ZJul 06 21:26:51.903 INFO Starting download, target: TransceiverControl
17822026-07-06T21:26:52.495ZJul 06 21:26:51.903 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17832026-07-06T21:26:52.495ZJul 06 21:26:51.903 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17842026-07-06T21:26:52.495ZJul 06 21:26:51.903 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17852026-07-06T21:26:52.495ZJul 06 21:26:51.903 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17862026-07-06T21:26:52.495ZJul 06 21:26:51.903 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17872026-07-06T21:26:52.495ZJul 06 21:26:51.903 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17882026-07-06T21:26:52.495ZJul 06 21:26:51.903 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17892026-07-06T21:26:53.082ZJul 06 21:26:52.475 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17902026-07-06T21:26:53.285ZJul 06 21:26:52.682 INFO Download complete, target: TransceiverControl
17912026-07-06T21:26:53.659ZJul 06 21:26:53.072 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17922026-07-06T21:26:54.327ZJul 06 21:26:53.730 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17932026-07-06T21:26:54.986ZJul 06 21:26:53.992 INFO Download complete, target: Console
17942026-07-06T21:26:55.042ZJul 06 21:26:54.443 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17952026-07-06T21:26:55.074ZJul 06 21:26:54.474 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17962026-07-06T21:26:55.118ZJul 06 21:26:54.524 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17972026-07-06T21:26:55.382ZJul 06 21:26:54.782 INFO Download complete, target: MaghemiteDdmd
17982026-07-06T21:26:55.993ZJul 06 21:26:55.403 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17992026-07-06T21:26:55.993ZJul 06 21:26:55.403 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18002026-07-06T21:26:57.672ZJul 06 21:26:57.086 INFO Download complete, target: MaghemiteMgd
18012026-07-06T21:26:57.699ZJul 06 21:26:57.113 INFO Download complete, target: DendriteStub
18022026-07-06T21:27:00.566ZJul 06 21:26:59.979 INFO Checking that binary works, target: Cockroach
18032026-07-06T21:27:00.688ZJul 06 21:27:00.102 INFO Download complete, target: Cockroach
18042026-07-06T21:27:01.639ZJul 06 21:27:01.052 INFO Checking that binary works, target: Clickhouse
18052026-07-06T21:27:01.723ZJul 06 21:27:01.136 INFO Download complete, target: Clickhouse
18062026-07-06T21:27:01.729ZAll prerequisites installed successfully
18072026-07-06T21:27:01.733Z
18082026-07-06T21:27:01.733Zreal 1:23.540391964
18092026-07-06T21:27:01.733Zuser 6:32.685074303
18102026-07-06T21:27:01.733Zsys 1:36.549480149
18112026-07-06T21:27:01.733Ztrap 0.231279945
18122026-07-06T21:27:01.733Ztflt 0.969016437
18132026-07-06T21:27:01.734Zdflt 1.677264060
18142026-07-06T21:27:01.734Zkflt 0.025819105
18152026-07-06T21:27:01.734Zlock 23:11.831465978
18162026-07-06T21:27:01.734Zslp 17:51.434109595
18172026-07-06T21:27:01.734Zlat 20.348735300
18182026-07-06T21:27:01.734Zstop 2:23.130104520
18192026-07-06T21:27:01.734Z+ source ./tools/include/force-git-over-https.sh
18202026-07-06T21:27:01.734Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18212026-07-06T21:27:01.734Z++ (( i = 0 ))
18222026-07-06T21:27:01.734Z++ (( i < 5 ))
18232026-07-06T21:27:01.734Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18242026-07-06T21:27:01.741Z++ (( i++ ))
18252026-07-06T21:27:01.741Z++ (( i < 5 ))
18262026-07-06T21:27:01.741Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18272026-07-06T21:27:01.741Z++ (( i++ ))
18282026-07-06T21:27:01.741Z++ (( i < 5 ))
18292026-07-06T21:27:01.741Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18302026-07-06T21:27:01.741Z++ (( i++ ))
18312026-07-06T21:27:01.741Z++ (( i < 5 ))
18322026-07-06T21:27:01.741Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18332026-07-06T21:27:01.745Z++ (( i++ ))
18342026-07-06T21:27:01.745Z++ (( i < 5 ))
18352026-07-06T21:27:01.745Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18362026-07-06T21:27:01.748Z++ (( i++ ))
18372026-07-06T21:27:01.748Z++ (( i < 5 ))
18382026-07-06T21:27:01.748Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18392026-07-06T21:27:01.748Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-07-06T21:27:01.748Z+ rc=0
18412026-07-06T21:27:01.748Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18422026-07-06T21:27:07.941Z+ case $rc in
18432026-07-06T21:27:07.941Z+ pfexec zfs create -p rpool/images/build/host
18442026-07-06T21:27:08.113Z+ pfexec zfs create -p rpool/images/build/recovery
18452026-07-06T21:27:08.190Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18462026-07-06T21:27:08.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18472026-07-06T21:27:08.698Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18482026-07-06T21:27:09.424Z Compiling proc-macro2 v1.0.106
18492026-07-06T21:27:09.424Z Compiling quote v1.0.45
18502026-07-06T21:27:09.424Z Compiling unicode-ident v1.0.24
18512026-07-06T21:27:09.424Z Compiling libc v0.2.185
18522026-07-06T21:27:09.424Z Compiling serde_core v1.0.228
18532026-07-06T21:27:09.432Z Compiling serde v1.0.228
18542026-07-06T21:27:09.432Z Compiling cfg-if v1.0.4
18552026-07-06T21:27:09.432Z Compiling shlex v1.3.0
18562026-07-06T21:27:09.432Z Compiling find-msvc-tools v0.1.9
18572026-07-06T21:27:09.432Z Compiling version_check v0.9.5
18582026-07-06T21:27:09.432Z Compiling autocfg v1.5.0
18592026-07-06T21:27:09.556Z Compiling zerocopy v0.8.40
18602026-07-06T21:27:09.569Z Compiling portable-atomic v1.13.1
18612026-07-06T21:27:09.569Z Compiling memchr v2.8.0
18622026-07-06T21:27:09.573Z Compiling zmij v1.0.21
18632026-07-06T21:27:09.694Z Compiling serde_json v1.0.150
18642026-07-06T21:27:09.847Z Compiling parking_lot_core v0.9.12
18652026-07-06T21:27:09.889Z Compiling libm v0.2.16
18662026-07-06T21:27:10.043Z Compiling getrandom v0.4.1
18672026-07-06T21:27:10.067Z Compiling generic-array v0.14.7
18682026-07-06T21:27:10.067Z Compiling smallvec v1.15.1
18692026-07-06T21:27:10.096Z Compiling num-traits v0.2.19
18702026-07-06T21:27:10.102Z Compiling icu_normalizer_data v2.1.1
18712026-07-06T21:27:10.140Z Compiling icu_properties_data v2.1.2
18722026-07-06T21:27:10.145Z Compiling pkg-config v0.3.32
18732026-07-06T21:27:10.175Z Compiling log v0.4.29
18742026-07-06T21:27:10.202Z Compiling itoa v1.0.17
18752026-07-06T21:27:10.326Z Compiling getrandom v0.3.4
18762026-07-06T21:27:10.391Z Compiling subtle v2.6.1
18772026-07-06T21:27:10.397Z Compiling rustix v1.1.3
18782026-07-06T21:27:10.428Z Compiling scopeguard v1.2.0
18792026-07-06T21:27:10.493Z Compiling stable_deref_trait v1.2.1
18802026-07-06T21:27:10.514Z Compiling lock_api v0.4.14
18812026-07-06T21:27:10.584Z Compiling critical-section v1.2.0
18822026-07-06T21:27:10.597Z Compiling heck v0.5.0
18832026-07-06T21:27:10.597Z Compiling dunce v1.0.5
18842026-07-06T21:27:10.657Z Compiling fs_extra v1.3.0
18852026-07-06T21:27:10.673Z Compiling typenum v1.20.1
18862026-07-06T21:27:10.673Z Compiling jobserver v0.1.34
18872026-07-06T21:27:10.682Z Compiling errno v0.3.14
18882026-07-06T21:27:10.897Z Compiling fnv v1.0.7
18892026-07-06T21:27:10.938Z Compiling cc v1.2.56
18902026-07-06T21:27:10.938Z Compiling pin-project-lite v0.2.17
18912026-07-06T21:27:10.964Z Compiling thiserror v2.0.18
18922026-07-06T21:27:10.980Z Compiling syn v2.0.117
18932026-07-06T21:27:11.014Z Compiling rustversion v1.0.22
18942026-07-06T21:27:11.128Z Compiling once_cell v1.21.3
18952026-07-06T21:27:11.128Z Compiling futures-core v0.3.32
18962026-07-06T21:27:11.134Z Compiling aws-lc-rs v1.16.3
18972026-07-06T21:27:11.176Z Compiling rand_core v0.10.0
18982026-07-06T21:27:11.285Z Compiling signal-hook-registry v1.4.8
18992026-07-06T21:27:11.336Z Compiling getrandom v0.2.17
19002026-07-06T21:27:11.402Z Compiling percent-encoding v2.3.2
19012026-07-06T21:27:11.434Z Compiling httparse v1.10.1
19022026-07-06T21:27:11.453Z Compiling writeable v0.6.2
19032026-07-06T21:27:11.511Z Compiling litemap v0.8.1
19042026-07-06T21:27:11.623Z Compiling rand_core v0.6.4
19052026-07-06T21:27:11.651Z Compiling parking_lot v0.12.5
19062026-07-06T21:27:11.651Z Compiling mio v1.2.0
19072026-07-06T21:27:11.695Z Compiling cmake v0.1.57
19082026-07-06T21:27:11.777Z Compiling equivalent v1.0.2
19092026-07-06T21:27:11.883Z Compiling semver v1.0.28
19102026-07-06T21:27:11.929Z Compiling bitflags v2.11.0
19112026-07-06T21:27:12.164Z Compiling vcpkg v0.2.15
19122026-07-06T21:27:12.167Z Compiling schemars v0.8.22
19132026-07-06T21:27:12.240Z Compiling aws-lc-sys v0.40.0
19142026-07-06T21:27:12.340Z Compiling socket2 v0.6.3
19152026-07-06T21:27:12.383Z Compiling const-oid v0.9.6
19162026-07-06T21:27:12.598Z Compiling crc32fast v1.5.0
19172026-07-06T21:27:12.731Z Compiling openssl-sys v0.9.115
19182026-07-06T21:27:12.796Z Compiling rustls v0.23.41
19192026-07-06T21:27:12.879Z Compiling futures-sink v0.3.32
19202026-07-06T21:27:12.904Z Compiling utf8_iter v1.0.4
19212026-07-06T21:27:12.921Z Compiling hashbrown v0.17.0
19222026-07-06T21:27:12.938Z Compiling form_urlencoded v1.2.2
19232026-07-06T21:27:13.016Z Compiling futures-channel v0.3.32
19242026-07-06T21:27:13.064Z Compiling slab v0.4.12
19252026-07-06T21:27:13.105Z Compiling futures-task v0.3.32
19262026-07-06T21:27:13.129Z Compiling futures-io v0.3.32
19272026-07-06T21:27:13.253Z Compiling rustc_version v0.4.1
19282026-07-06T21:27:13.289Z Compiling byteorder v1.5.0
19292026-07-06T21:27:13.306Z Compiling strsim v0.11.1
19302026-07-06T21:27:13.322Z Compiling ucd-trie v0.1.7
19312026-07-06T21:27:13.416Z Compiling time-core v0.1.8
19322026-07-06T21:27:13.518Z Compiling pest v2.8.6
19332026-07-06T21:27:13.556Z Compiling num-conv v0.2.0
19342026-07-06T21:27:13.560Z Compiling ident_case v1.0.1
19352026-07-06T21:27:13.590Z Compiling indexmap v2.14.0
19362026-07-06T21:27:13.611Z Compiling openssl v0.10.79
19372026-07-06T21:27:13.686Z Compiling regex-syntax v0.8.10
19382026-07-06T21:27:13.689Z Compiling syn v1.0.109
19392026-07-06T21:27:13.716Z Compiling time-macros v0.2.27
19402026-07-06T21:27:13.720Z Compiling thiserror v1.0.69
19412026-07-06T21:27:13.734Z Compiling iana-time-zone v0.1.65
19422026-07-06T21:27:13.811Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19432026-07-06T21:27:13.885Z Compiling synstructure v0.13.2
19442026-07-06T21:27:13.922Z Compiling serde_derive_internals v0.29.1
19452026-07-06T21:27:13.998Z Compiling crossbeam-utils v0.8.21
19462026-07-06T21:27:14.112Z Compiling base64 v0.22.1
19472026-07-06T21:27:14.129Z Compiling native-tls v0.2.18
19482026-07-06T21:27:14.335Z Compiling slog v2.8.2
19492026-07-06T21:27:14.431Z Compiling camino v1.2.2
19502026-07-06T21:27:14.471Z Compiling rand_core v0.9.5
19512026-07-06T21:27:14.575Z Compiling pest_meta v2.8.6
19522026-07-06T21:27:14.618Z Compiling bzip2-sys v0.1.13+1.0.8
19532026-07-06T21:27:14.637Z Compiling uuid v1.23.4
19542026-07-06T21:27:14.723Z Compiling cookie v0.18.1
19552026-07-06T21:27:14.744Z Compiling paste v1.0.15
19562026-07-06T21:27:14.745Z Compiling base64ct v1.8.3
19572026-07-06T21:27:14.797Z Compiling fastrand v2.3.0
19582026-07-06T21:27:14.812Z Compiling plain v0.2.3
19592026-07-06T21:27:15.014Z Compiling pem-rfc7468 v0.7.0
19602026-07-06T21:27:15.051Z Compiling tracing-core v0.1.36
19612026-07-06T21:27:15.078Z Compiling serde_derive v1.0.228
19622026-07-06T21:27:15.095Z Compiling zeroize_derive v1.4.3
19632026-07-06T21:27:15.130Z Compiling zerofrom-derive v0.1.6
19642026-07-06T21:27:15.172Z Compiling zerocopy-derive v0.8.40
19652026-07-06T21:27:15.224Z Compiling yoke-derive v0.8.1
19662026-07-06T21:27:15.275Z Compiling zerovec-derive v0.11.2
19672026-07-06T21:27:15.290Z Compiling displaydoc v0.2.5
19682026-07-06T21:27:15.379Z Compiling tokio-macros v2.7.0
19692026-07-06T21:27:15.550Z Compiling futures-macro v0.3.32
19702026-07-06T21:27:15.716Z Compiling zeroize v1.8.2
19712026-07-06T21:27:15.810Z Compiling thiserror-impl v2.0.18
19722026-07-06T21:27:15.984Z Compiling tracing-attributes v0.1.31
19732026-07-06T21:27:15.989Z Compiling der_derive v0.7.3
19742026-07-06T21:27:16.017Z Compiling schemars_derive v0.8.22
19752026-07-06T21:27:16.186Z Compiling pest_generator v2.8.6
19762026-07-06T21:27:16.286Z Compiling zerofrom v0.1.6
19772026-07-06T21:27:16.346Z Compiling futures-util v0.3.32
19782026-07-06T21:27:16.431Z Compiling yoke v0.8.1
19792026-07-06T21:27:16.605Z Compiling zerovec v0.11.5
19802026-07-06T21:27:16.690Z Compiling zerotrie v0.2.3
19812026-07-06T21:27:17.030Z Compiling crypto-common v0.1.7
19822026-07-06T21:27:17.126Z Compiling tinystr v0.8.2
19832026-07-06T21:27:17.160Z Compiling potential_utf v0.1.4
19842026-07-06T21:27:17.199Z Compiling block-buffer v0.10.4
19852026-07-06T21:27:17.338Z Compiling icu_locale_core v2.1.1
19862026-07-06T21:27:17.355Z Compiling icu_collections v2.1.1
19872026-07-06T21:27:17.385Z Compiling digest v0.10.7
19882026-07-06T21:27:17.389Z Compiling pest_derive v2.8.6
19892026-07-06T21:27:17.568Z Compiling openssl-macros v0.1.1
19902026-07-06T21:27:17.639Z Compiling scroll_derive v0.13.1
19912026-07-06T21:27:17.681Z Compiling thiserror-impl v1.0.69
19922026-07-06T21:27:18.001Z Compiling icu_provider v2.1.1
19932026-07-06T21:27:18.023Z Compiling rustls-pki-types v1.14.0
19942026-07-06T21:27:18.214Z Compiling bytes v1.11.1
19952026-07-06T21:27:18.350Z Compiling icu_normalizer v2.1.1
19962026-07-06T21:27:18.407Z Compiling icu_properties v2.1.2
19972026-07-06T21:27:18.848Z Compiling tokio v1.52.1
19982026-07-06T21:27:18.918Z Compiling chrono v0.4.44
19992026-07-06T21:27:18.965Z Compiling http v1.4.2
20002026-07-06T21:27:19.624Z Compiling idna_adapter v1.2.1
20012026-07-06T21:27:19.676Z Compiling ppv-lite86 v0.2.21
20022026-07-06T21:27:19.778Z Compiling idna v1.1.0
20032026-07-06T21:27:19.921Z Compiling aho-corasick v1.1.4
20042026-07-06T21:27:20.028Z Compiling flagset v0.4.7
20052026-07-06T21:27:20.071Z Compiling num-bigint-dig v0.8.6
20062026-07-06T21:27:20.178Z Compiling url v2.5.8
20072026-07-06T21:27:20.290Z Compiling tracing v0.1.44
20082026-07-06T21:27:20.402Z Compiling der v0.7.10
20092026-07-06T21:27:20.543Z Compiling rand_chacha v0.9.0
20102026-07-06T21:27:20.724Z Compiling http-body v1.0.1
20112026-07-06T21:27:20.837Z Compiling regex-automata v0.4.14
20122026-07-06T21:27:21.080Z Compiling async-trait v0.1.89
20132026-07-06T21:27:21.212Z Compiling ahash v0.8.12
20142026-07-06T21:27:21.228Z Compiling openssl-probe v0.2.1
20152026-07-06T21:27:21.350Z Compiling cmov v0.5.4
20162026-07-06T21:27:21.405Z Compiling zstd-safe v7.2.4
20172026-07-06T21:27:21.434Z Compiling dyn-clone v1.0.20
20182026-07-06T21:27:21.515Z Compiling tinyvec_macros v0.1.1
20192026-07-06T21:27:21.534Z Compiling pretty-hex v0.4.1
20202026-07-06T21:27:21.582Z Compiling atomic-waker v1.1.2
20212026-07-06T21:27:21.597Z Compiling usdt-impl v0.6.0
20222026-07-06T21:27:21.627Z Compiling tinyvec v1.10.0
20232026-07-06T21:27:21.659Z Compiling ctutils v0.4.2
20242026-07-06T21:27:21.662Z Compiling spki v0.7.3
20252026-07-06T21:27:21.730Z Compiling rand v0.9.2
20262026-07-06T21:27:21.870Z Compiling scroll v0.13.0
20272026-07-06T21:27:21.885Z Compiling serde_tokenstream v0.2.3
20282026-07-06T21:27:21.938Z Compiling clap_derive v4.6.1
20292026-07-06T21:27:21.992Z Compiling scroll_derive v0.12.1
20302026-07-06T21:27:22.007Z Compiling daft-derive v0.1.7
20312026-07-06T21:27:22.161Z Compiling tempfile v3.25.0
20322026-07-06T21:27:22.191Z Compiling heapless v0.7.17
20332026-07-06T21:27:22.320Z Compiling untrusted v0.7.1
20342026-07-06T21:27:22.361Z Compiling litrs v1.0.0
20352026-07-06T21:27:22.383Z Compiling try-lock v0.2.5
20362026-07-06T21:27:22.489Z Compiling signal-hook v0.3.18
20372026-07-06T21:27:22.668Z Compiling tokio-util v0.7.18
20382026-07-06T21:27:22.706Z Compiling tower-layer v0.3.3
20392026-07-06T21:27:22.723Z Compiling utf8parse v0.2.2
20402026-07-06T21:27:22.727Z Compiling tower-service v0.3.3
20412026-07-06T21:27:22.839Z Compiling anyhow v1.0.102
20422026-07-06T21:27:22.855Z Compiling document-features v0.2.12
20432026-07-06T21:27:22.858Z Compiling want v0.3.1
20442026-07-06T21:27:23.140Z Compiling goblin v0.10.5
20452026-07-06T21:27:23.224Z Compiling hybrid-array v0.4.13
20462026-07-06T21:27:23.258Z Compiling ipnet v2.11.0
20472026-07-06T21:27:23.460Z Compiling h2 v0.4.15
20482026-07-06T21:27:23.710Z Compiling pin-project-internal v1.1.11
20492026-07-06T21:27:23.726Z Compiling darling_core v0.20.11
20502026-07-06T21:27:23.777Z Compiling spin v0.9.8
20512026-07-06T21:27:24.047Z Compiling simd-adler32 v0.3.8
20522026-07-06T21:27:24.098Z Compiling cpufeatures v0.2.17
20532026-07-06T21:27:24.290Z Compiling untrusted v0.9.0
20542026-07-06T21:27:24.318Z Compiling anstyle v1.0.14
20552026-07-06T21:27:24.441Z Compiling foreign-types-shared v0.1.1
20562026-07-06T21:27:24.546Z Compiling powerfmt v0.2.0
20572026-07-06T21:27:24.576Z Compiling httpdate v1.0.3
20582026-07-06T21:27:24.596Z Compiling rustix v0.38.44
20592026-07-06T21:27:24.662Z Compiling foreign-types v0.3.2
20602026-07-06T21:27:24.708Z Compiling deranged v0.5.8
20612026-07-06T21:27:24.819Z Compiling unicode-normalization v0.1.25
20622026-07-06T21:27:24.895Z Compiling pkcs8 v0.10.2
20632026-07-06T21:27:25.031Z Compiling hex v0.4.3
20642026-07-06T21:27:25.108Z Compiling dtrace-parser v0.3.0
20652026-07-06T21:27:25.167Z Compiling strum_macros v0.26.4
20662026-07-06T21:27:25.307Z Compiling zerocopy-derive v0.7.35
20672026-07-06T21:27:25.329Z Compiling darling_core v0.21.3
20682026-07-06T21:27:25.379Z Compiling curve25519-dalek v4.1.3
20692026-07-06T21:27:25.627Z Compiling thread-id v5.1.0
20702026-07-06T21:27:25.671Z Compiling memoffset v0.9.1
20712026-07-06T21:27:25.720Z Compiling is_terminal_polyfill v1.70.2
20722026-07-06T21:27:25.749Z Compiling darling_macro v0.20.11
20732026-07-06T21:27:25.864Z Compiling ref-cast v1.0.25
20742026-07-06T21:27:25.885Z Compiling smoltcp v0.9.1
20752026-07-06T21:27:25.957Z Compiling dof v0.4.0
20762026-07-06T21:27:26.079Z Compiling anstyle-query v1.1.5
20772026-07-06T21:27:26.125Z Compiling adler2 v2.0.1
20782026-07-06T21:27:26.187Z Compiling colorchoice v1.0.4
20792026-07-06T21:27:26.213Z Compiling num_threads v0.1.7
20802026-07-06T21:27:26.280Z Compiling darling v0.20.11
20812026-07-06T21:27:26.310Z Compiling miniz_oxide v0.8.9
20822026-07-06T21:27:26.355Z Compiling sha2 v0.10.9
20832026-07-06T21:27:26.369Z Compiling time v0.3.47
20842026-07-06T21:27:26.765Z Compiling hyper v1.10.1
20852026-07-06T21:27:27.001Z Compiling hmac v0.12.1
20862026-07-06T21:27:27.025Z Compiling snafu-derive v0.8.9
20872026-07-06T21:27:27.303Z Compiling sync_wrapper v1.0.2
20882026-07-06T21:27:27.359Z Compiling wait-timeout v0.2.1
20892026-07-06T21:27:27.362Z Compiling siphasher v1.0.2
20902026-07-06T21:27:27.415Z Compiling bit-vec v0.8.0
20912026-07-06T21:27:27.470Z Compiling cfg_aliases v0.2.1
20922026-07-06T21:27:27.502Z Compiling darling_macro v0.21.3
20932026-07-06T21:27:27.566Z Compiling zlib-rs v0.6.2
20942026-07-06T21:27:27.596Z Compiling quick-error v1.2.3
20952026-07-06T21:27:27.891Z Compiling hyper-util v0.1.20
20962026-07-06T21:27:27.992Z Compiling rusty-fork v0.3.1
20972026-07-06T21:27:28.033Z Compiling darling v0.21.3
20982026-07-06T21:27:28.166Z Compiling bit-set v0.8.0
20992026-07-06T21:27:28.281Z Compiling nix v0.31.2
21002026-07-06T21:27:28.298Z Compiling tower v0.5.3
21012026-07-06T21:27:28.521Z Compiling derive_builder_core v0.20.2
21022026-07-06T21:27:28.738Z Compiling regex v1.12.3
21032026-07-06T21:27:28.799Z Compiling anstyle-parse v1.0.0
21042026-07-06T21:27:29.029Z Compiling http-body-util v0.1.3
21052026-07-06T21:27:29.071Z Compiling erased-serde v0.3.31
21062026-07-06T21:27:29.238Z Compiling hubpack_derive v0.1.1
21072026-07-06T21:27:29.254Z Compiling ref-cast-impl v1.0.25
21082026-07-06T21:27:29.321Z Compiling strum_macros v0.27.2
21092026-07-06T21:27:29.337Z Compiling curve25519-dalek-derive v0.1.1
21102026-07-06T21:27:29.352Z Compiling rand_xorshift v0.4.0
21112026-07-06T21:27:29.649Z Compiling fs-err v3.3.0
21122026-07-06T21:27:29.695Z Compiling usdt-impl v0.5.0
21132026-07-06T21:27:29.741Z Compiling encoding_rs v0.8.35
21142026-07-06T21:27:29.840Z Compiling flate2 v1.1.9
21152026-07-06T21:27:29.981Z Compiling unicode-bidi v0.3.18
21162026-07-06T21:27:30.022Z Compiling object v0.37.3
21172026-07-06T21:27:30.217Z Compiling allocator-api2 v0.2.21
21182026-07-06T21:27:30.327Z Compiling ryu v1.0.23
21192026-07-06T21:27:30.417Z Compiling mime v0.3.17
21202026-07-06T21:27:30.425Z Compiling iri-string v0.7.10
21212026-07-06T21:27:30.490Z Compiling unarray v0.1.4
21222026-07-06T21:27:30.614Z Compiling unicode-properties v0.1.4
21232026-07-06T21:27:30.754Z Compiling serde_urlencoded v0.7.1
21242026-07-06T21:27:30.835Z Compiling stringprep v0.1.5
21252026-07-06T21:27:30.897Z Compiling proptest v1.10.0
21262026-07-06T21:27:31.809Z Compiling tower-http v0.6.8
21272026-07-06T21:27:31.923Z Compiling derive_builder_macro v0.20.2
21282026-07-06T21:27:32.003Z Compiling anstream v1.0.0
21292026-07-06T21:27:32.025Z Compiling tokio-native-tls v0.3.1
21302026-07-06T21:27:32.098Z Compiling serde_with_macros v3.17.0
21312026-07-06T21:27:32.214Z Compiling usdt-attr-macro v0.6.0
21322026-07-06T21:27:32.248Z Compiling usdt-macro v0.6.0
21332026-07-06T21:27:32.303Z Compiling ipnetwork v0.21.1
21342026-07-06T21:27:32.480Z Compiling block-buffer v0.12.1
21352026-07-06T21:27:32.515Z Compiling crypto-common v0.2.2
21362026-07-06T21:27:32.586Z Compiling block-padding v0.4.2
21372026-07-06T21:27:32.621Z Compiling bstr v1.12.1
21382026-07-06T21:27:32.680Z Compiling scroll v0.12.0
21392026-07-06T21:27:32.747Z Compiling rustls-native-certs v0.8.3
21402026-07-06T21:27:32.761Z Compiling rand_chacha v0.3.1
21412026-07-06T21:27:32.961Z Compiling serde_spanned v0.6.9
21422026-07-06T21:27:32.981Z Compiling toml_datetime v0.6.11
21432026-07-06T21:27:33.133Z Compiling signature v2.2.0
21442026-07-06T21:27:33.152Z Compiling md-5 v0.10.6
21452026-07-06T21:27:33.204Z Compiling async-recursion v1.1.1
21462026-07-06T21:27:33.316Z Compiling terminal_size v0.4.3
21472026-07-06T21:27:33.333Z Compiling num-integer v0.1.46
21482026-07-06T21:27:33.436Z Compiling hash32 v0.2.1
21492026-07-06T21:27:33.436Z Compiling vergen-lib v9.1.0
21502026-07-06T21:27:33.569Z Compiling fallible-iterator v0.2.0
21512026-07-06T21:27:33.674Z Compiling psl-types v2.0.11
21522026-07-06T21:27:33.833Z Compiling clap_lex v1.0.0
21532026-07-06T21:27:33.857Z Compiling postgres-protocol v0.6.10
21542026-07-06T21:27:33.899Z Compiling publicsuffix v2.3.0
21552026-07-06T21:27:33.982Z Compiling num-iter v0.1.45
21562026-07-06T21:27:34.087Z Compiling clap_builder v4.6.0
21572026-07-06T21:27:34.208Z Compiling rand v0.8.6
21582026-07-06T21:27:34.364Z Compiling goblin v0.8.2
21592026-07-06T21:27:34.488Z Compiling newtype-uuid v1.3.2
21602026-07-06T21:27:34.604Z Compiling inout v0.2.2
21612026-07-06T21:27:34.786Z Compiling oxnet v0.1.6
21622026-07-06T21:27:34.804Z Compiling derive_builder v0.20.2
21632026-07-06T21:27:34.831Z Compiling hyper-tls v0.6.0
21642026-07-06T21:27:34.871Z Compiling phf_shared v0.13.1
21652026-07-06T21:27:35.052Z Compiling zerocopy v0.7.35
21662026-07-06T21:27:35.123Z Compiling lazy_static v1.5.0
21672026-07-06T21:27:35.194Z Compiling pin-project v1.1.11
21682026-07-06T21:27:35.198Z Compiling anstyle-parse v0.2.7
21692026-07-06T21:27:35.300Z Compiling futures-executor v0.3.32
21702026-07-06T21:27:35.471Z Compiling enum-as-inner v0.6.1
21712026-07-06T21:27:35.585Z Compiling serde_repr v0.1.20
21722026-07-06T21:27:35.654Z Compiling ff v0.13.1
21732026-07-06T21:27:35.670Z Compiling vergen v9.1.0
21742026-07-06T21:27:35.784Z Compiling cargo-platform v0.3.2
21752026-07-06T21:27:35.888Z Compiling unicode-segmentation v1.12.0
21762026-07-06T21:27:35.927Z Compiling base16ct v0.2.0
21772026-07-06T21:27:36.000Z Compiling foldhash v0.2.0
21782026-07-06T21:27:36.054Z Compiling same-file v1.0.6
21792026-07-06T21:27:36.103Z Compiling foldhash v0.1.5
21802026-07-06T21:27:36.120Z Compiling managed v0.8.0
21812026-07-06T21:27:36.135Z Compiling bumpalo v3.20.2
21822026-07-06T21:27:36.151Z Compiling bitflags v1.3.2
21832026-07-06T21:27:36.184Z Compiling libbz2-rs-sys v0.2.2
21842026-07-06T21:27:36.233Z Compiling winnow v0.5.40
21852026-07-06T21:27:36.235Z Compiling hashbrown v0.15.5
21862026-07-06T21:27:36.353Z Compiling zopfli v0.8.3
21872026-07-06T21:27:36.691Z Compiling bzip2 v0.6.1
21882026-07-06T21:27:36.767Z Compiling dof v0.3.0
21892026-07-06T21:27:36.812Z Compiling walkdir v2.5.0
21902026-07-06T21:27:36.884Z Compiling hashbrown v0.16.1
21912026-07-06T21:27:36.911Z Compiling sec1 v0.7.3
21922026-07-06T21:27:37.110Z Compiling cargo_metadata v0.23.1
21932026-07-06T21:27:37.196Z Compiling clap v4.6.1
21942026-07-06T21:27:37.294Z Compiling group v0.13.0
21952026-07-06T21:27:37.481Z Compiling futures v0.3.32
21962026-07-06T21:27:37.482Z Compiling anstream v0.6.21
21972026-07-06T21:27:37.576Z Compiling toml_edit v0.19.15
21982026-07-06T21:27:37.804Z Compiling snafu v0.8.9
21992026-07-06T21:27:38.161Z Compiling phf v0.13.1
22002026-07-06T21:27:38.176Z Compiling daft v0.1.7
22012026-07-06T21:27:38.324Z Compiling reqwest v0.12.28
22022026-07-06T21:27:38.368Z Compiling signal-hook-mio v0.2.5
22032026-07-06T21:27:38.470Z Compiling cipher v0.5.2
22042026-07-06T21:27:38.503Z Compiling cookie_store v0.22.1
22052026-07-06T21:27:38.653Z Compiling postgres-types v0.2.12
22062026-07-06T21:27:38.721Z Compiling bzip2 v0.4.4
22072026-07-06T21:27:38.757Z Compiling zstd v0.13.3
22082026-07-06T21:27:38.879Z Compiling ed25519 v2.2.3
22092026-07-06T21:27:38.920Z Compiling globset v0.4.18
22102026-07-06T21:27:38.944Z Compiling dtrace-parser v0.2.0
22112026-07-06T21:27:38.959Z Compiling strum v0.27.2
22122026-07-06T21:27:39.115Z Compiling hubpack v0.1.2
22132026-07-06T21:27:39.149Z Compiling phf_shared v0.11.3
22142026-07-06T21:27:39.182Z Compiling hkdf v0.12.4
22152026-07-06T21:27:39.200Z Compiling olpc-cjson v0.1.4
22162026-07-06T21:27:39.216Z Compiling pkcs1 v0.7.5
22172026-07-06T21:27:39.423Z Compiling pem v3.0.6
22182026-07-06T21:27:39.438Z Compiling serde-big-array v0.5.1
22192026-07-06T21:27:39.452Z Compiling serde_plain v1.0.2
22202026-07-06T21:27:39.535Z Compiling crypto-bigint v0.5.5
22212026-07-06T21:27:39.646Z Compiling float-cmp v0.10.0
22222026-07-06T21:27:39.660Z Compiling memmap2 v0.9.10
22232026-07-06T21:27:39.721Z Compiling thread-id v4.2.2
22242026-07-06T21:27:39.810Z Compiling env_filter v1.0.0
22252026-07-06T21:27:39.852Z Compiling cpufeatures v0.3.0
22262026-07-06T21:27:39.892Z Compiling predicates-core v1.0.10
22272026-07-06T21:27:39.941Z Compiling either v1.15.0
22282026-07-06T21:27:40.000Z Compiling whoami v2.1.0
22292026-07-06T21:27:40.034Z Compiling precomputed-hash v0.1.1
22302026-07-06T21:27:40.072Z Compiling const-oid v0.10.2
22312026-07-06T21:27:40.133Z Compiling winnow v0.7.14
22322026-07-06T21:27:40.148Z Compiling winnow v1.0.3
22332026-07-06T21:27:40.234Z Compiling fixedbitset v0.5.7
22342026-07-06T21:27:40.281Z Compiling toml_write v0.1.2
22352026-07-06T21:27:40.333Z Compiling fixedbitset v0.4.2
22362026-07-06T21:27:40.490Z Compiling normalize-line-endings v0.3.0
22372026-07-06T21:27:40.506Z Compiling keccak v0.1.6
22382026-07-06T21:27:40.519Z Compiling difflib v0.4.0
22392026-07-06T21:27:40.552Z Compiling static_assertions v1.1.0
22402026-07-06T21:27:40.597Z Compiling typed-path v0.9.3
22412026-07-06T21:27:40.613Z Compiling data-encoding v2.10.0
22422026-07-06T21:27:40.639Z Compiling new_debug_unreachable v1.0.6
22432026-07-06T21:27:40.715Z Compiling jiff v0.2.21
22442026-07-06T21:27:40.731Z Compiling string_cache v0.8.9
22452026-07-06T21:27:40.962Z Compiling hickory-proto v0.25.2
22462026-07-06T21:27:40.965Z Compiling predicates v3.1.4
22472026-07-06T21:27:41.152Z Compiling sha3 v0.10.8
22482026-07-06T21:27:41.288Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22492026-07-06T21:27:41.430Z Compiling petgraph v0.6.5
22502026-07-06T21:27:41.560Z Compiling toml_edit v0.22.27
22512026-07-06T21:27:41.612Z Compiling toml_parser v1.1.2+spec-1.1.0
22522026-07-06T21:27:41.869Z Compiling petgraph v0.8.3
22532026-07-06T21:27:41.961Z Compiling elliptic-curve v0.13.8
22542026-07-06T21:27:42.188Z Compiling digest v0.11.3
22552026-07-06T21:27:42.318Z Compiling tokio-postgres v0.7.16
22562026-07-06T21:27:42.622Z Compiling itertools v0.13.0
22572026-07-06T21:27:42.906Z Compiling env_logger v0.11.9
22582026-07-06T21:27:43.252Z Compiling chacha20 v0.10.0
22592026-07-06T21:27:43.561Z Compiling zip v4.6.1
22602026-07-06T21:27:43.816Z Compiling usdt v0.6.0
22612026-07-06T21:27:44.091Z Compiling rsa v0.9.10
22622026-07-06T21:27:44.424Z Compiling ed25519-dalek v2.2.0
22632026-07-06T21:27:44.455Z Compiling toml v0.7.8
22642026-07-06T21:27:44.471Z Compiling zip v0.6.6
22652026-07-06T21:27:44.495Z Compiling crossterm v0.28.1
22662026-07-06T21:27:44.743Z Compiling iddqd v0.4.2
22672026-07-06T21:27:44.863Z Compiling crossbeam-epoch v0.9.18
22682026-07-06T21:27:44.989Z Compiling heck v0.4.1
22692026-07-06T21:27:45.006Z Compiling similar v2.7.0
22702026-07-06T21:27:45.092Z Compiling serde_with v3.17.0
22712026-07-06T21:27:45.207Z Compiling strum v0.26.3
22722026-07-06T21:27:45.319Z Compiling tokio-stream v0.1.18
22732026-07-06T21:27:45.363Z Compiling buf-list v1.1.2
22742026-07-06T21:27:45.428Z Compiling x509-cert v0.2.5
22752026-07-06T21:27:45.629Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-07-06T21:27:45.790Z Compiling openapiv3 v2.2.0
22772026-07-06T21:27:45.960Z Compiling structmeta-derive v0.3.0
22782026-07-06T21:27:46.201Z Compiling peg-runtime v0.8.5
22792026-07-06T21:27:46.395Z Compiling lalrpop-util v0.19.12
22802026-07-06T21:27:46.439Z Compiling radium v0.7.0
22812026-07-06T21:27:46.957Z Compiling structmeta v0.3.0
22822026-07-06T21:27:47.340Z Compiling maybe-uninit v2.0.0
22832026-07-06T21:27:47.630Z Compiling tap v1.0.1
22842026-07-06T21:27:47.764Z Compiling wyz v0.5.1
22852026-07-06T21:27:49.147Z Compiling packed_struct v0.10.1
22862026-07-06T21:27:49.292Z Compiling funty v2.0.0
22872026-07-06T21:27:50.077Z Compiling bitvec v1.0.1
22882026-07-06T21:27:52.283Z Compiling packed_struct_codegen v0.10.1
22892026-07-06T21:27:52.512Z Compiling bitfield-macros v0.19.4
22902026-07-06T21:27:52.527Z Compiling zerocopy-derive v0.6.6
22912026-07-06T21:27:53.206Z Compiling indexmap v1.9.3
22922026-07-06T21:27:53.235Z Compiling crc-catalog v2.4.0
22932026-07-06T21:27:53.530Z Compiling nodrop v0.1.14
22942026-07-06T21:27:53.550Z Compiling array-init v0.0.4
22952026-07-06T21:27:53.919Z Compiling crc v3.4.0
22962026-07-06T21:27:54.114Z Compiling zerocopy v0.6.6
22972026-07-06T21:27:54.471Z Compiling bitfield v0.19.4
22982026-07-06T21:27:54.815Z Compiling smallvec v0.6.14
22992026-07-06T21:27:55.677Z Compiling derive-ex v0.1.8
23002026-07-06T21:27:57.487Z Compiling base64 v0.21.7
23012026-07-06T21:27:58.121Z Compiling hashbrown v0.12.3
23022026-07-06T21:27:59.475Z Compiling rustls-webpki v0.103.13
23032026-07-06T21:28:00.068Z Compiling ron v0.8.1
23042026-07-06T21:28:00.284Z Compiling test-strategy v0.4.5
23052026-07-06T21:28:01.778Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23062026-07-06T21:28:02.359Z Compiling serde-hex v0.1.0
23072026-07-06T21:28:02.880Z Compiling tokio-rustls v0.26.4
23082026-07-06T21:28:03.180Z Compiling hyper-rustls v0.27.7
23092026-07-06T21:28:03.520Z Compiling rustls-platform-verifier v0.6.2
23102026-07-06T21:28:03.534Z Compiling tough v0.22.0
23112026-07-06T21:28:03.733Z Compiling reqwest v0.13.2
23122026-07-06T21:28:04.007Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23132026-07-06T21:28:04.026Z Compiling hashbrown v0.13.2
23142026-07-06T21:28:04.226Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23152026-07-06T21:28:04.498Z Compiling filetime v0.2.27
23162026-07-06T21:28:04.630Z Compiling multer v3.1.0
23172026-07-06T21:28:04.723Z Compiling thread_local v1.1.9
23182026-07-06T21:28:04.765Z Compiling match_cfg v0.1.0
23192026-07-06T21:28:04.804Z Compiling slog-async v2.8.0
23202026-07-06T21:28:04.857Z Compiling crc-any v2.5.0
23212026-07-06T21:28:04.872Z Compiling xattr v1.6.1
23222026-07-06T21:28:04.984Z Compiling rayon-core v1.13.0
23232026-07-06T21:28:05.086Z Compiling compression-core v0.4.31
23242026-07-06T21:28:05.102Z Compiling tar v0.4.45
23252026-07-06T21:28:05.231Z Compiling compression-codecs v0.4.37
23262026-07-06T21:28:05.250Z Compiling hostname v0.3.1
23272026-07-06T21:28:05.268Z Compiling object v0.30.4
23282026-07-06T21:28:05.284Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23292026-07-06T21:28:05.309Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-07-06T21:28:05.417Z Compiling crossbeam-channel v0.5.15
23312026-07-06T21:28:05.432Z Compiling slog-json v2.6.1
23322026-07-06T21:28:05.598Z Compiling async-stream-impl v0.3.6
23332026-07-06T21:28:05.615Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-07-06T21:28:05.708Z Compiling serde_path_to_error v0.1.20
23352026-07-06T21:28:05.944Z Compiling toml_datetime v1.1.1+spec-1.1.0
23362026-07-06T21:28:05.985Z Compiling serde_spanned v1.1.1
23372026-07-06T21:28:06.046Z Compiling is-terminal v0.4.17
23382026-07-06T21:28:06.133Z Compiling fs-err v2.11.0
23392026-07-06T21:28:06.154Z Compiling dropshot v0.17.1
23402026-07-06T21:28:06.170Z Compiling take_mut v0.2.2
23412026-07-06T21:28:06.186Z Compiling toml_writer v1.1.1+spec-1.1.0
23422026-07-06T21:28:06.204Z Compiling term v1.2.1
23432026-07-06T21:28:06.302Z Compiling debug-ignore v1.0.5
23442026-07-06T21:28:06.368Z Compiling path-slash v0.1.5
23452026-07-06T21:28:06.391Z Compiling toml v1.1.2+spec-1.1.0
23462026-07-06T21:28:06.429Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23472026-07-06T21:28:06.546Z Compiling slog-term v2.9.2
23482026-07-06T21:28:06.580Z Compiling async-stream v0.3.6
23492026-07-06T21:28:06.793Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23502026-07-06T21:28:06.837Z Compiling slog-bunyan v2.5.0
23512026-07-06T21:28:06.865Z Compiling async-compression v0.4.41
23522026-07-06T21:28:07.006Z Compiling atomicwrites v0.4.4
23532026-07-06T21:28:07.048Z Compiling sha1 v0.11.0
23542026-07-06T21:28:07.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23552026-07-06T21:28:07.300Z Compiling crossbeam-deque v0.8.6
23562026-07-06T21:28:07.348Z Compiling parse-display-derive v0.10.0
23572026-07-06T21:28:07.481Z Compiling camino-tempfile v1.4.1
23582026-07-06T21:28:07.499Z Compiling dropshot_endpoint v0.17.1
23592026-07-06T21:28:07.515Z Compiling newtype-uuid-macros v0.1.0
23602026-07-06T21:28:07.541Z Compiling waitgroup v0.1.2
23612026-07-06T21:28:07.545Z Compiling half v2.7.1
23622026-07-06T21:28:07.721Z Compiling rustls-pemfile v2.2.0
23632026-07-06T21:28:07.725Z Compiling backon v1.6.0
23642026-07-06T21:28:07.824Z Compiling blake3 v1.8.5
23652026-07-06T21:28:07.914Z Compiling hostname v0.4.2
23662026-07-06T21:28:07.930Z Compiling instant v0.1.13
23672026-07-06T21:28:07.973Z Compiling ciborium-io v0.2.2
23682026-07-06T21:28:08.010Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23692026-07-06T21:28:08.039Z Compiling backoff v0.4.0
23702026-07-06T21:28:08.069Z Compiling ciborium-ll v0.2.2
23712026-07-06T21:28:08.106Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23722026-07-06T21:28:08.307Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-07-06T21:28:08.322Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23742026-07-06T21:28:08.376Z Compiling toml v0.8.23
23752026-07-06T21:28:08.574Z Compiling regress v0.10.5
23762026-07-06T21:28:08.590Z Compiling itertools v0.14.0
23772026-07-06T21:28:08.625Z Compiling macaddr v1.0.1
23782026-07-06T21:28:08.885Z Compiling parse-display v0.10.0
23792026-07-06T21:28:08.927Z Compiling indent_write v2.2.0
23802026-07-06T21:28:09.100Z Compiling arrayref v0.3.9
23812026-07-06T21:28:09.139Z Compiling arrayvec v0.7.6
23822026-07-06T21:28:09.186Z Compiling parse-size v1.1.0
23832026-07-06T21:28:09.371Z Compiling constant_time_eq v0.4.2
23842026-07-06T21:28:09.387Z Compiling humantime v2.3.0
23852026-07-06T21:28:09.643Z Compiling ciborium v0.2.2
23862026-07-06T21:28:09.741Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-07-06T21:28:09.846Z Compiling topological-sort v0.2.2
23882026-07-06T21:28:10.039Z Compiling display-error-chain v0.2.2
23892026-07-06T21:28:10.080Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-07-06T21:28:10.130Z Compiling shell-words v1.1.1
23912026-07-06T21:28:10.203Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-07-06T21:28:19.938Z Compiling progenitor-client v0.14.0
23932026-07-06T21:28:19.938Z Compiling omicron-zone-package v0.12.3
23942026-07-06T21:28:20.182Z Compiling progenitor-extras v0.2.0
23952026-07-06T21:28:20.465Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23962026-07-06T21:28:20.512Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-07-06T21:28:20.535Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23982026-07-06T21:28:21.697Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-07-06T21:28:25.520Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24002026-07-06T21:28:28.580Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24012026-07-06T21:28:36.640Z Finished `release` profile [optimized] target(s) in 1m 27s
24022026-07-06T21:28:36.780Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24032026-07-06T21:28:36.836ZJul 06 21:28:36.249 DEBG changing working directory to /work/oxidecomputer/omicron
24042026-07-06T21:28:36.928ZJul 06 21:28:36.342 DEBG running: git rev-parse HEAD
24052026-07-06T21:28:36.931ZJul 06 21:28:36.345 DEBG process exited with exit status: 0 (3.225856ms)
24062026-07-06T21:28:36.931ZJul 06 21:28:36.345 INFO version: 21.0.0-0.ci+git5e1011e8b43
24072026-07-06T21:28:36.940ZJul 06 21:28:36.354 INFO cloning helios to /work/oxidecomputer/helios
24082026-07-06T21:28:36.940ZJul 06 21:28:36.354 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24092026-07-06T21:28:36.942ZCloning into '/work/oxidecomputer/helios'...
24102026-07-06T21:28:37.451ZJul 06 21:28:36.865 DEBG process exited with exit status: 0 (511.15225ms)
24112026-07-06T21:28:37.451ZJul 06 21:28:36.865 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24122026-07-06T21:28:37.454ZJul 06 21:28:36.867 DEBG process exited with exit status: 0 (2.397984ms)
24132026-07-06T21:28:37.454ZJul 06 21:28:36.867 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24142026-07-06T21:28:37.775ZJul 06 21:28:37.189 DEBG process exited with exit status: 0 (322.093188ms)
24152026-07-06T21:28:37.775ZJul 06 21:28:37.189 DEBG running: zfs list rpool/images/build/host
24162026-07-06T21:28:37.780ZNAME USED AVAIL REFER MOUNTPOINT
24172026-07-06T21:28:37.780Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24182026-07-06T21:28:37.783ZJul 06 21:28:37.195 DEBG process exited with exit status: 0 (5.27349ms)
24192026-07-06T21:28:37.783ZJul 06 21:28:37.195 DEBG running: zfs list rpool/images/build/recovery
24202026-07-06T21:28:37.786ZNAME USED AVAIL REFER MOUNTPOINT
24212026-07-06T21:28:37.787Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24222026-07-06T21:28:37.787ZJul 06 21:28:37.198 DEBG process exited with exit status: 0 (3.707867ms)
24232026-07-06T21:28:37.787ZJul 06 21:28:37.198 INFO console assets match pinned console commit (975bba9f3f2ce5fc0fa0d03ea4d71e04d9e4d6c5)
24242026-07-06T21:28:37.797ZJul 06 21:28:37.211 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026062500.0.0; the console needs a client regen and tools/console_version needs a bump
24252026-07-06T21:28:37.800ZJul 06 21:28:37.211 INFO [hubris-staging] running task
24262026-07-06T21:28:37.800ZJul 06 21:28:37.211 INFO [hubris-production] running task
24272026-07-06T21:28:37.800ZJul 06 21:28:37.211 INFO [incorp-manifest] running task
24282026-07-06T21:28:37.800ZJul 06 21:28:37.212 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24292026-07-06T21:28:37.800ZJul 06 21:28:37.212 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24302026-07-06T21:28:37.800ZJul 06 21:28:37.213 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-06T21:28:37.800ZJul 06 21:28:37.213 INFO [incorp-create] running: pkgrepo create /work/incorporation
24322026-07-06T21:28:37.839Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24332026-07-06T21:28:38.034ZJul 06 21:28:37.448 INFO [incorp-create] process exited with exit status: 0 (234.80065ms)
24342026-07-06T21:28:38.038ZJul 06 21:28:37.448 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24352026-07-06T21:28:38.236Z[ omicron-package] Blocking waiting for file lock on package cache
24362026-07-06T21:28:38.266ZJul 06 21:28:37.680 INFO [incorp-publisher] process exited with exit status: 0 (231.685884ms)
24372026-07-06T21:28:38.567ZJul 06 21:28:37.981 DEBG process exited with exit status: 0 (769.196304ms)
24382026-07-06T21:28:38.569ZJul 06 21:28:37.981 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24392026-07-06T21:28:38.594Z[ omicron-package] Blocking waiting for file lock on package cache
24402026-07-06T21:28:38.875ZJul 06 21:28:38.290 INFO [hubris-production] task succeeded (1.078156376s)
24412026-07-06T21:28:39.349ZJul 06 21:28:38.763 DEBG process exited with exit status: 0 (782.205959ms)
24422026-07-06T21:28:39.352ZJul 06 21:28:38.764 INFO [incorp-manifest] task succeeded (1.552874316s)
24432026-07-06T21:28:39.352ZJul 06 21:28:38.764 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24442026-07-06T21:28:39.544ZJul 06 21:28:38.958 INFO [incorp-fmt] process exited with exit status: 0 (193.887021ms)
24452026-07-06T21:28:39.548ZJul 06 21:28:38.960 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24462026-07-06T21:28:39.670Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24472026-07-06T21:28:39.670Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24482026-07-06T21:28:39.670Z[ omicron-package] Compiling itertools v0.14.0
24492026-07-06T21:28:39.670Z[ omicron-package] Compiling secrecy v0.10.3
24502026-07-06T21:28:39.670Z[ omicron-package] Compiling heapless v0.8.0
24512026-07-06T21:28:39.673Z[ omicron-package] Compiling hash32 v0.3.1
24522026-07-06T21:28:39.673Z[ omicron-package] Compiling inout v0.1.4
24532026-07-06T21:28:39.673Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24542026-07-06T21:28:39.673Z[ omicron-package] Compiling smoltcp v0.11.0
24552026-07-06T21:28:39.673Z[ omicron-package] Compiling unicode-width v0.2.0
24562026-07-06T21:28:39.673Z[ omicron-package] Compiling cobs v0.3.0
24572026-07-06T21:28:39.673Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24582026-07-06T21:28:39.673Z[ omicron-package] Compiling universal-hash v0.5.1
24592026-07-06T21:28:39.673Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24602026-07-06T21:28:39.825Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24612026-07-06T21:28:39.828Z[ omicron-package] Compiling opaque-debug v0.3.1
24622026-07-06T21:28:39.854Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260706T212839Z
24632026-07-06T21:28:39.855Z[ incorp-pkgsend] PUBLISHED
24642026-07-06T21:28:40.031Z[ omicron-package] Compiling convert_case v0.4.0
24652026-07-06T21:28:40.034ZJul 06 21:28:39.445 INFO [incorp-pkgsend] process exited with exit status: 0 (486.176182ms)
24662026-07-06T21:28:40.034ZJul 06 21:28:39.445 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24672026-07-06T21:28:40.347Z[ omicron-package] Compiling cipher v0.4.4
24682026-07-06T21:28:40.385Z[ helios-incorp] Retrieving packages for publisher helios ...
24692026-07-06T21:28:40.389Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24702026-07-06T21:28:40.452Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24712026-07-06T21:28:40.452Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24722026-07-06T21:28:40.452Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24732026-07-06T21:28:40.456Z[ helios-incorp]
24742026-07-06T21:28:40.456Z[ helios-incorp] Archiving packages ...
24752026-07-06T21:28:40.456Z[ helios-incorp] Packages to add: 1
24762026-07-06T21:28:40.459Z[ helios-incorp] Files to retrieve: 0
24772026-07-06T21:28:40.459Z[ helios-incorp] Estimated transfer size: 0.00 B
24782026-07-06T21:28:40.459Z[ helios-incorp]
24792026-07-06T21:28:40.459Z[ helios-incorp] Packages to archive:
24802026-07-06T21:28:40.459Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260706T212839Z
24812026-07-06T21:28:40.459Z[ helios-incorp]
24822026-07-06T21:28:40.459Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24832026-07-06T21:28:40.459Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24842026-07-06T21:28:40.576Z[ omicron-package] Compiling postcard v1.1.3
24852026-07-06T21:28:40.580ZJul 06 21:28:39.993 INFO [helios-incorp] process exited with exit status: 0 (548.502951ms)
24862026-07-06T21:28:40.623Z[ omicron-package] Compiling poly1305 v0.8.0
24872026-07-06T21:28:40.698Z[ omicron-package] Compiling num_enum_derive v0.7.6
24882026-07-06T21:28:40.723Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24892026-07-06T21:28:40.728Z[ omicron-package] Compiling password-hash v0.5.0
24902026-07-06T21:28:40.728Z[ omicron-package] Compiling blake2 v0.10.6
24912026-07-06T21:28:40.728Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24922026-07-06T21:28:40.929Z[ omicron-package] Compiling derive_more v0.99.20
24932026-07-06T21:28:41.145Z[ omicron-package] Compiling chacha20 v0.9.1
24942026-07-06T21:28:41.149Z[ omicron-package] Compiling aead v0.5.2
24952026-07-06T21:28:41.228Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24962026-07-06T21:28:41.233Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24972026-07-06T21:28:41.233Z[ omicron-package] Compiling proc-macro-error v1.0.4
24982026-07-06T21:28:41.609Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24992026-07-06T21:28:41.609Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25002026-07-06T21:28:41.625Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25012026-07-06T21:28:41.730Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25022026-07-06T21:28:41.892Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25032026-07-06T21:28:42.056Z[ omicron-package] Compiling argon2 v0.5.3
25042026-07-06T21:28:42.077Z[ omicron-package] Compiling vsss-rs v3.3.4
25052026-07-06T21:28:42.097Z[ omicron-package] Compiling ingot-macros v0.1.1
25062026-07-06T21:28:42.125Z[ omicron-package] Compiling num_enum_derive v0.5.11
25072026-07-06T21:28:42.192Z[ omicron-package] Compiling num_enum v0.7.6
25082026-07-06T21:28:42.224Z[ omicron-package] Compiling tabwriter v1.4.1
25092026-07-06T21:28:42.227Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25102026-07-06T21:28:42.366Z[ omicron-package] Compiling byte-wrapper v0.1.0
25112026-07-06T21:28:42.369Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25122026-07-06T21:28:42.369Z[ omicron-package] Compiling cstr-argument v0.1.2
25132026-07-06T21:28:42.602Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25142026-07-06T21:28:42.605Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25152026-07-06T21:28:42.732Z[ omicron-package] Compiling foreign-types v0.5.0
25162026-07-06T21:28:42.732Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25172026-07-06T21:28:42.853Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25182026-07-06T21:28:42.932Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25192026-07-06T21:28:43.215Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25202026-07-06T21:28:43.246Z[ omicron-package] Compiling rayon v1.11.0
25212026-07-06T21:28:43.307Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25222026-07-06T21:28:43.331Z[ omicron-package] Compiling num_enum v0.5.11
25232026-07-06T21:28:43.366Z[ omicron-package] Compiling rand v0.10.1
25242026-07-06T21:28:43.433Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25252026-07-06T21:28:43.438Z[ omicron-package] Compiling colored v3.1.1
25262026-07-06T21:28:43.487Z[ omicron-package] Compiling libefi-sys v0.1.0
25272026-07-06T21:28:43.490Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25282026-07-06T21:28:43.544Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25292026-07-06T21:28:43.579Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25302026-07-06T21:28:43.638Z[ omicron-package] Compiling itertools v0.12.1
25312026-07-06T21:28:43.762Z[ omicron-package] Compiling usdt-macro v0.5.0
25322026-07-06T21:28:43.825Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25332026-07-06T21:28:43.849Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25342026-07-06T21:28:43.891Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25352026-07-06T21:28:43.928Z[ omicron-package] Compiling memmap v0.7.0
25362026-07-06T21:28:44.202Z[ omicron-package] Compiling sigpipe v0.1.3
25372026-07-06T21:28:44.242Z[ omicron-package] Compiling num-derive v0.4.2
25382026-07-06T21:28:44.259Z[ omicron-package] Compiling bitfield-struct v0.6.2
25392026-07-06T21:28:44.271Z[ omicron-package] Compiling glob v0.3.3
25402026-07-06T21:28:44.367Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-07-06T21:28:44.370Z[ omicron-package] Compiling swrite v0.1.0
25422026-07-06T21:28:44.589Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25432026-07-06T21:28:44.738Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25442026-07-06T21:28:44.779Z[ omicron-package] Compiling usdt v0.5.0
25452026-07-06T21:28:45.002Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25462026-07-06T21:28:45.037Z[ omicron-package] Compiling smf v0.2.3
25472026-07-06T21:28:45.106Z[ omicron-package] Compiling zone v0.3.1
25482026-07-06T21:28:45.169Z[ omicron-package] Compiling whoami v1.6.1
25492026-07-06T21:28:45.189Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-07-06T21:28:45.251Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-07-06T21:28:45.282Z[ omicron-package] Compiling ingot-types v0.1.2
25522026-07-06T21:28:45.342Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25532026-07-06T21:28:45.389Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25542026-07-06T21:28:45.455Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-07-06T21:28:45.458Z[ omicron-package] Compiling console v0.16.2
25562026-07-06T21:28:45.610Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25572026-07-06T21:28:45.658Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25582026-07-06T21:28:45.754Z[ omicron-package] Compiling ingot v0.1.1
25592026-07-06T21:28:45.780Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-07-06T21:28:45.824Z[ omicron-package] Compiling gethostname v0.5.0
25612026-07-06T21:28:45.891Z[ omicron-package] Compiling unit-prefix v0.5.2
25622026-07-06T21:28:45.973Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25632026-07-06T21:28:46.157Z[ omicron-package] Compiling indicatif v0.18.4
25642026-07-06T21:28:47.968Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25652026-07-06T21:28:49.178Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25662026-07-06T21:28:50.371Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25672026-07-06T21:28:51.788ZJul 06 21:28:51.202 INFO [hubris-staging] task succeeded (13.990356856s)
25682026-07-06T21:28:52.435Z[ helios-setup] Jul 06 21:28:51.848 INFO helios repository root is: /work/oxidecomputer/helios
25692026-07-06T21:28:52.438Z[ helios-setup] Jul 06 21:28:51.849 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
25702026-07-06T21:28:52.438Z[ helios-setup] Jul 06 21:28:51.849 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25712026-07-06T21:28:52.438Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25722026-07-06T21:28:53.130Z[ helios-setup] Jul 06 21:28:52.543 INFO clone ok!, project: dmar-report
25732026-07-06T21:28:53.133Z[ helios-setup] Jul 06 21:28:52.544 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25742026-07-06T21:28:53.133Z[ helios-setup] Jul 06 21:28:52.544 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25752026-07-06T21:28:53.133Z[ helios-setup] Jul 06 21:28:52.544 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
25762026-07-06T21:28:53.133Z[ helios-setup] Jul 06 21:28:52.544 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25772026-07-06T21:28:53.133Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25782026-07-06T21:28:53.603Z[ helios-setup] Jul 06 21:28:53.017 INFO clone ok!, project: phbl
25792026-07-06T21:28:53.603Z[ helios-setup] Jul 06 21:28:53.017 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
25802026-07-06T21:28:53.606Z[ helios-setup] Jul 06 21:28:53.017 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
25812026-07-06T21:28:53.606Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25822026-07-06T21:28:54.336Z[ helios-setup] Jul 06 21:28:53.750 INFO clone ok!, project: amd-host-image-builder
25832026-07-06T21:28:54.336Z[ helios-setup] Jul 06 21:28:53.750 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
25842026-07-06T21:28:54.339Z[ helios-setup] Jul 06 21:28:53.750 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25852026-07-06T21:28:54.339Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25862026-07-06T21:28:54.672Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25872026-07-06T21:28:54.721Z[ helios-setup] Jul 06 21:28:54.135 INFO clone ok!, project: pinprick
25882026-07-06T21:28:54.722Z[ helios-setup] Jul 06 21:28:54.136 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
25892026-07-06T21:28:54.722Z[ helios-setup] Jul 06 21:28:54.136 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25902026-07-06T21:28:54.728Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25912026-07-06T21:28:55.434Z[ helios-setup] Jul 06 21:28:54.848 INFO clone ok!, project: chelsio-t6-roms
25922026-07-06T21:28:55.434Z[ helios-setup] Jul 06 21:28:54.848 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
25932026-07-06T21:28:55.437Z[ helios-setup] Jul 06 21:28:54.848 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25942026-07-06T21:28:55.437Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25952026-07-06T21:28:56.477Z[ helios-setup] Jul 06 21:28:55.890 INFO clone ok!, project: pilot
25962026-07-06T21:28:56.480Z[ helios-setup] Jul 06 21:28:55.891 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
25972026-07-06T21:28:56.480Z[ helios-setup] Jul 06 21:28:55.891 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25982026-07-06T21:28:56.480Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25992026-07-06T21:28:57.235Z[ helios-setup] Jul 06 21:28:56.649 INFO clone ok!, project: image-builder
26002026-07-06T21:28:57.235Z[ helios-setup] Jul 06 21:28:56.649 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26012026-07-06T21:28:57.238Z[ helios-setup] Jul 06 21:28:56.649 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
26022026-07-06T21:28:57.238Z[ helios-setup] Jul 06 21:28:56.649 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26032026-07-06T21:28:57.238Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26042026-07-06T21:28:57.724Z[ helios-setup] Jul 06 21:28:57.138 INFO clone ok!, project: bootserver
26052026-07-06T21:28:57.728Z[ helios-setup] Jul 06 21:28:57.138 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
26062026-07-06T21:28:57.728Z[ helios-setup] Jul 06 21:28:57.138 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26072026-07-06T21:28:57.728Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26082026-07-06T21:28:57.857Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26092026-07-06T21:28:58.896Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26102026-07-06T21:29:05.785Z[ helios-setup] Jul 06 21:29:05.199 INFO clone ok!, project: amd-firmware
26112026-07-06T21:29:05.789Z[ helios-setup] Jul 06 21:29:05.199 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26122026-07-06T21:29:06.031Z[ helios-setup] Jul 06 21:29:05.444 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26132026-07-06T21:29:06.315Z[ helios-setup] Jul 06 21:29:05.729 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26142026-07-06T21:29:06.315Z[ helios-setup] Jul 06 21:29:05.729 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26152026-07-06T21:29:06.577Z[ helios-setup] Jul 06 21:29:05.991 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26162026-07-06T21:29:06.819Z[ helios-setup] Jul 06 21:29:06.233 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26172026-07-06T21:29:06.820Z[ helios-setup] Jul 06 21:29:06.233 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26182026-07-06T21:29:07.044Z[ helios-setup] Jul 06 21:29:06.458 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26192026-07-06T21:29:07.258Z[ helios-setup] Jul 06 21:29:06.672 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26202026-07-06T21:29:07.258Z[ helios-setup] Jul 06 21:29:06.672 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26212026-07-06T21:29:07.258Z[ helios-setup] Jul 06 21:29:06.672 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26222026-07-06T21:29:07.258Z[ helios-setup] Jul 06 21:29:06.672 INFO ok!
26232026-07-06T21:29:07.262Z[ helios-setup] Jul 06 21:29:06.672 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26242026-07-06T21:29:07.262Z[ helios-setup] Jul 06 21:29:06.672 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26252026-07-06T21:29:07.262Z[ helios-setup] Jul 06 21:29:06.672 INFO ok!
26262026-07-06T21:29:07.262Z[ helios-setup] Jul 06 21:29:06.672 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26272026-07-06T21:29:07.262Z[ helios-setup] Jul 06 21:29:06.672 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26282026-07-06T21:29:07.262Z[ helios-setup] Jul 06 21:29:06.672 INFO ok!
26292026-07-06T21:29:07.262Z[ helios-setup] Jul 06 21:29:06.672 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26302026-07-06T21:29:07.265Z[ helios-setup] Jul 06 21:29:06.679 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
26312026-07-06T21:29:07.266Z[ helios-setup] Jul 06 21:29:06.679 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26322026-07-06T21:29:07.269Z[ helios-setup] Jul 06 21:29:06.679 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26332026-07-06T21:29:07.353Z[ helios-setup] Jul 06 21:29:06.767 INFO E| Updating crates.io index
26342026-07-06T21:29:07.434Z[ helios-setup] Jul 06 21:29:06.848 INFO E| Downloading crates ...
26352026-07-06T21:29:07.479Z[ helios-setup] Jul 06 21:29:06.893 INFO E| Downloaded deranged v0.4.0
26362026-07-06T21:29:07.491Z[ helios-setup] Jul 06 21:29:06.905 INFO E| Downloaded itoa v1.0.15
26372026-07-06T21:29:07.500Z[ helios-setup] Jul 06 21:29:06.914 INFO E| Downloaded quote v1.0.40
26382026-07-06T21:29:07.504Z[ helios-setup] Jul 06 21:29:06.916 INFO E| Downloaded ryu v1.0.20
26392026-07-06T21:29:07.510Z[ helios-setup] Jul 06 21:29:06.918 INFO E| Downloaded errno v0.3.12
26402026-07-06T21:29:07.513Z[ helios-setup] Jul 06 21:29:06.923 INFO E| Downloaded time-core v0.1.4
26412026-07-06T21:29:07.531Z[ helios-setup] Jul 06 21:29:06.945 INFO E| Downloaded thiserror v2.0.12
26422026-07-06T21:29:07.538Z[ helios-setup] Jul 06 21:29:06.950 INFO E| Downloaded autocfg v1.4.0
26432026-07-06T21:29:07.541Z[ helios-setup] Jul 06 21:29:06.952 INFO E| Downloaded thiserror-impl v2.0.12
26442026-07-06T21:29:07.544Z[ helios-setup] Jul 06 21:29:06.957 INFO E| Downloaded time-macros v0.2.22
26452026-07-06T21:29:07.546Z[ helios-setup] Jul 06 21:29:06.959 INFO E| Downloaded anyhow v1.0.98
26462026-07-06T21:29:07.549Z[ helios-setup] Jul 06 21:29:06.961 INFO E| Downloaded unicode-ident v1.0.18
26472026-07-06T21:29:07.549Z[ helios-setup] Jul 06 21:29:06.963 INFO E| Downloaded hashbrown v0.15.3
26482026-07-06T21:29:07.552Z[ helios-setup] Jul 06 21:29:06.966 INFO E| Downloaded tempfile v3.20.0
26492026-07-06T21:29:07.555Z[ helios-setup] Jul 06 21:29:06.968 INFO E| Downloaded serde_with_macros v3.12.0
26502026-07-06T21:29:07.557Z[ helios-setup] Jul 06 21:29:06.969 INFO E| Downloaded bitflags v2.9.1
26512026-07-06T21:29:07.558Z[ helios-setup] Jul 06 21:29:06.971 INFO E| Downloaded iana-time-zone v0.1.63
26522026-07-06T21:29:07.572Z[ helios-setup] Jul 06 21:29:06.986 INFO E| Downloaded getrandom v0.3.3
26532026-07-06T21:29:07.577Z[ helios-setup] Jul 06 21:29:06.988 INFO E| Downloaded serde_derive v1.0.219
26542026-07-06T21:29:07.580Z[ helios-setup] Jul 06 21:29:06.990 INFO E| Downloaded proc-macro2 v1.0.95
26552026-07-06T21:29:07.580Z[ helios-setup] Jul 06 21:29:06.992 INFO E| Downloaded serde v1.0.219
26562026-07-06T21:29:07.590Z[ helios-setup] Jul 06 21:29:07.004 INFO E| Downloaded indexmap v2.9.0
26572026-07-06T21:29:07.595Z[ helios-setup] Jul 06 21:29:07.009 INFO E| Downloaded memchr v2.7.4
26582026-07-06T21:29:07.619Z[ helios-setup] Jul 06 21:29:07.033 INFO E| Downloaded serde_with v3.12.0
26592026-07-06T21:29:07.624Z[ helios-setup] Jul 06 21:29:07.038 INFO E| Downloaded time v0.3.41
26602026-07-06T21:29:07.630Z[ helios-setup] Jul 06 21:29:07.044 INFO E| Downloaded serde_json v1.0.140
26612026-07-06T21:29:07.648Z[ helios-setup] Jul 06 21:29:07.062 INFO E| Downloaded chrono v0.4.41
26622026-07-06T21:29:07.658Z[ helios-setup] Jul 06 21:29:07.072 INFO E| Downloaded syn v2.0.101
26632026-07-06T21:29:07.679Z[ helios-setup] Jul 06 21:29:07.093 INFO E| Downloaded rustix v1.0.7
26642026-07-06T21:29:07.703Z[ helios-setup] Jul 06 21:29:07.117 INFO E| Downloaded libc v0.2.172
26652026-07-06T21:29:07.751Z[ helios-setup] Jul 06 21:29:07.165 INFO E| Compiling proc-macro2 v1.0.95
26662026-07-06T21:29:07.751Z[ helios-setup] Jul 06 21:29:07.165 INFO E| Compiling unicode-ident v1.0.18
26672026-07-06T21:29:07.751Z[ helios-setup] Jul 06 21:29:07.165 INFO E| Compiling libc v0.2.172
26682026-07-06T21:29:07.755Z[ helios-setup] Jul 06 21:29:07.165 INFO E| Compiling ident_case v1.0.1
26692026-07-06T21:29:07.755Z[ helios-setup] Jul 06 21:29:07.165 INFO E| Compiling fnv v1.0.7
26702026-07-06T21:29:07.755Z[ helios-setup] Jul 06 21:29:07.165 INFO E| Compiling strsim v0.11.1
26712026-07-06T21:29:07.755Z[ helios-setup] Jul 06 21:29:07.165 INFO E| Compiling serde v1.0.219
26722026-07-06T21:29:07.755Z[ helios-setup] Jul 06 21:29:07.165 INFO E| Compiling rustix v1.0.7
26732026-07-06T21:29:07.766Z[ helios-setup] Jul 06 21:29:07.180 INFO E| Compiling getrandom v0.3.3
26742026-07-06T21:29:07.769Z[ helios-setup] Jul 06 21:29:07.181 INFO E| Compiling cfg-if v1.0.0
26752026-07-06T21:29:07.769Z[ helios-setup] Jul 06 21:29:07.181 INFO E| Compiling serde_json v1.0.140
26762026-07-06T21:29:07.769Z[ helios-setup] Jul 06 21:29:07.181 INFO E| Compiling bitflags v2.9.1
26772026-07-06T21:29:07.769Z[ helios-setup] Jul 06 21:29:07.181 INFO E| Compiling thiserror v2.0.12
26782026-07-06T21:29:07.769Z[ helios-setup] Jul 06 21:29:07.181 INFO E| Compiling anyhow v1.0.98
26792026-07-06T21:29:07.769Z[ helios-setup] Jul 06 21:29:07.181 INFO E| Compiling ryu v1.0.20
26802026-07-06T21:29:07.769Z[ helios-setup] Jul 06 21:29:07.181 INFO E| Compiling itoa v1.0.15
26812026-07-06T21:29:07.859Z[ helios-setup] Jul 06 21:29:07.273 INFO E| Compiling memchr v2.7.4
26822026-07-06T21:29:07.881Z[ helios-setup] Jul 06 21:29:07.295 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
26832026-07-06T21:29:07.926Z[ helios-setup] Jul 06 21:29:07.340 INFO E| Compiling once_cell v1.21.3
26842026-07-06T21:29:07.942Z[ helios-setup] Jul 06 21:29:07.355 INFO E| Compiling fastrand v2.3.0
26852026-07-06T21:29:08.400Z[ helios-setup] Jul 06 21:29:07.814 INFO E| Compiling errno v0.3.12
26862026-07-06T21:29:08.472Z[ omicron-package] Finished `release` profile [optimized] target(s) in 30.66s
26872026-07-06T21:29:08.637Z[ helios-setup] Jul 06 21:29:08.051 INFO E| Compiling quote v1.0.40
26882026-07-06T21:29:08.721Z[ omicron-package]
26892026-07-06T21:29:08.721Z[ omicron-package] real 30.839996229
26902026-07-06T21:29:08.721Z[ omicron-package] user 2:53.755717010
26912026-07-06T21:29:08.726Z[ omicron-package] sys 20.774413349
26922026-07-06T21:29:08.726Z[ omicron-package] trap 0.309766526
26932026-07-06T21:29:08.726Z[ omicron-package] tflt 0.517946463
26942026-07-06T21:29:08.726Z[ omicron-package] dflt 1.967675777
26952026-07-06T21:29:08.726Z[ omicron-package] kflt 0.000263110
26962026-07-06T21:29:08.726Z[ omicron-package] lock 7:45.690303157
26972026-07-06T21:29:08.726Z[ omicron-package] slp 4:25.888627412
26982026-07-06T21:29:08.726Z[ omicron-package] lat 33.666048050
26992026-07-06T21:29:08.726Z[ omicron-package] stop 1:12.460621505
27002026-07-06T21:29:08.726ZJul 06 21:29:08.136 INFO [omicron-package] process exited with exit status: 0 (30.922841758s)
27012026-07-06T21:29:08.726ZJul 06 21:29:08.136 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27022026-07-06T21:29:08.726ZJul 06 21:29:08.136 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27032026-07-06T21:29:08.732Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27042026-07-06T21:29:08.732Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27052026-07-06T21:29:08.736Z[ host-target] Created new build target 'host' and set it as active
27062026-07-06T21:29:08.736Z[ recovery-target] Created new build target 'recovery' and set it as active
27072026-07-06T21:29:08.738ZJul 06 21:29:08.150 INFO [recovery-target] process exited with exit status: 0 (14.142407ms)
27082026-07-06T21:29:08.738ZJul 06 21:29:08.151 INFO [host-target] process exited with exit status: 0 (14.655028ms)
27092026-07-06T21:29:08.738ZJul 06 21:29:08.151 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27102026-07-06T21:29:08.743Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27112026-07-06T21:29:08.789Z[ helios-setup] Jul 06 21:29:08.203 INFO E| Compiling syn v2.0.101
27122026-07-06T21:29:09.132Z[ helios-setup] Jul 06 21:29:08.546 INFO E| Compiling tempfile v3.20.0
27132026-07-06T21:29:10.214Z[ host-package] Compiling heck v0.5.0
27142026-07-06T21:29:10.214Z[ host-package] Compiling regress v0.11.1
27152026-07-06T21:29:10.433Z[ host-package] Compiling unsafe-libyaml v0.2.11
27162026-07-06T21:29:10.476Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27172026-07-06T21:29:10.502Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27182026-07-06T21:29:10.524Z[ host-package] Compiling unicode-width v0.1.14
27192026-07-06T21:29:10.527Z[ host-package] Compiling atomicwrites v0.4.4
27202026-07-06T21:29:10.566Z[ host-package] Compiling derive-where v1.6.0
27212026-07-06T21:29:10.566Z[ host-package] Compiling bytecount v0.6.9
27222026-07-06T21:29:10.584Z[ host-package] Compiling is-terminal v0.4.17
27232026-07-06T21:29:10.605Z[ host-package] Compiling prettyplease v0.2.37
27242026-07-06T21:29:10.650Z[ host-package] Compiling console v0.15.11
27252026-07-06T21:29:10.653Z[ host-package] Compiling newline-converter v0.3.0
27262026-07-06T21:29:10.653Z[ host-package] Compiling slog-dtrace v0.3.0
27272026-07-06T21:29:10.691Z[ host-package] Compiling resolv-conf v0.7.6
27282026-07-06T21:29:10.738Z[ host-package] Compiling cancel-safe-futures v0.1.5
27292026-07-06T21:29:10.743Z[ helios-setup] Jul 06 21:29:10.155 INFO E| Compiling darling_core v0.20.11
27302026-07-06T21:29:10.770Z[ host-package] Compiling owo-colors v4.3.0
27312026-07-06T21:29:10.819Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27322026-07-06T21:29:10.852Z[ host-package] Compiling num-rational v0.4.2
27332026-07-06T21:29:10.879Z[ host-package] Compiling libsw-core v0.3.2
27342026-07-06T21:29:10.882Z[ host-package] Compiling num-complex v0.4.6
27352026-07-06T21:29:10.978Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27362026-07-06T21:29:11.034Z[ host-package] Compiling thread_local v1.1.9
27372026-07-06T21:29:11.162Z[ host-package] Compiling expectorate v1.2.0
27382026-07-06T21:29:11.210Z[ host-package] Compiling compression-core v0.4.31
27392026-07-06T21:29:11.376Z[ host-package] Compiling match_cfg v0.1.0
27402026-07-06T21:29:11.401Z[ host-package] Compiling num v0.4.3
27412026-07-06T21:29:11.447Z[ helios-setup] Jul 06 21:29:10.860 INFO E| Compiling serde_derive v1.0.219
27422026-07-06T21:29:11.447Z[ helios-setup] Jul 06 21:29:10.861 INFO E| Compiling thiserror-impl v2.0.12
27432026-07-06T21:29:11.469Z[ host-package] Compiling hostname v0.3.1
27442026-07-06T21:29:11.509Z[ host-package] Compiling compression-codecs v0.4.37
27452026-07-06T21:29:11.517Z[ host-package] Compiling libsw v3.5.0
27462026-07-06T21:29:11.603Z[ host-package] Compiling multer v3.1.0
27472026-07-06T21:29:11.606Z[ host-package] Compiling slog-async v2.8.0
27482026-07-06T21:29:11.690Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27492026-07-06T21:29:11.737Z[ host-package] Compiling crossbeam-channel v0.5.15
27502026-07-06T21:29:11.805Z[ host-package] Compiling slog-json v2.6.1
27512026-07-06T21:29:11.843Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27522026-07-06T21:29:11.904Z[ host-package] Compiling serde_spanned v1.1.1
27532026-07-06T21:29:11.907Z[ host-package] Compiling take_mut v0.2.2
27542026-07-06T21:29:11.907Z[ host-package] Compiling linear-map v1.2.0
27552026-07-06T21:29:11.948Z[ host-package] Compiling typify-impl v0.6.2
27562026-07-06T21:29:12.065Z[ host-package] Compiling term v1.2.1
27572026-07-06T21:29:12.065Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27582026-07-06T21:29:12.065Z[ host-package] Compiling linked-hash-map v0.5.6
27592026-07-06T21:29:12.212Z[ host-package] Compiling float-ord v0.3.2
27602026-07-06T21:29:12.343Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27612026-07-06T21:29:12.346Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27622026-07-06T21:29:12.346Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27632026-07-06T21:29:12.354Z[ helios-setup] Jul 06 21:29:11.768 INFO E| Compiling darling_macro v0.20.11
27642026-07-06T21:29:12.412Z[ host-package] Compiling lru-cache v0.1.2
27652026-07-06T21:29:12.416Z[ host-package] Compiling slog-bunyan v2.5.0
27662026-07-06T21:29:12.416Z[ host-package] Compiling async-compression v0.4.41
27672026-07-06T21:29:12.472Z[ host-package] Compiling slog-term v2.9.2
27682026-07-06T21:29:12.667Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27692026-07-06T21:29:12.670Z[ host-package] Compiling dropshot v0.17.1
27702026-07-06T21:29:12.777Z[ host-package] Compiling async-stream v0.3.6
27712026-07-06T21:29:12.777Z[ host-package] Compiling sha1 v0.11.0
27722026-07-06T21:29:12.851Z[ host-package] Compiling progenitor-client v0.14.0
27732026-07-06T21:29:12.855Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27742026-07-06T21:29:12.938Z[ host-package] Compiling waitgroup v0.1.2
27752026-07-06T21:29:12.978Z[ helios-setup] Jul 06 21:29:12.391 INFO E| Compiling darling v0.20.11
27762026-07-06T21:29:13.035Z[ host-package] Compiling rustls-pemfile v2.2.0
27772026-07-06T21:29:13.035Z[ host-package] Compiling backon v1.6.0
27782026-07-06T21:29:13.062Z[ helios-setup] Jul 06 21:29:12.474 INFO E| Compiling serde_with_macros v3.12.0
27792026-07-06T21:29:13.153Z[ host-package] Compiling hostname v0.4.2
27802026-07-06T21:29:13.211Z[ host-package] Compiling serde_path_to_error v0.1.20
27812026-07-06T21:29:13.250Z[ host-package] Compiling instant v0.1.13
27822026-07-06T21:29:13.285Z[ host-package] Compiling debug-ignore v1.0.5
27832026-07-06T21:29:13.291Z[ host-package] Compiling minimal-lexical v0.2.1
27842026-07-06T21:29:13.406Z[ host-package] Compiling backoff v0.4.0
27852026-07-06T21:29:13.409Z[ host-package] Compiling progenitor-extras v0.2.0
27862026-07-06T21:29:13.409Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27872026-07-06T21:29:13.523Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27882026-07-06T21:29:13.642Z[ host-package] Compiling nom v7.1.3
27892026-07-06T21:29:13.670Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27902026-07-06T21:29:13.678Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27912026-07-06T21:29:13.678Z[ host-package] Compiling parse-display v0.10.0
27922026-07-06T21:29:13.805Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27932026-07-06T21:29:13.851Z[ host-package] Compiling hickory-proto v0.24.4
27942026-07-06T21:29:14.077Z[ host-package] Compiling regress v0.10.5
27952026-07-06T21:29:14.547Z[ host-package] Compiling macaddr v1.0.1
27962026-07-06T21:29:14.589Z[ host-package] Compiling humantime v2.3.0
27972026-07-06T21:29:14.631Z[ host-package] Compiling unicode-xid v0.2.6
27982026-07-06T21:29:14.839Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27992026-07-06T21:29:14.939Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28002026-07-06T21:29:14.997Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28012026-07-06T21:29:15.053Z[ host-package] Compiling convert_case v0.10.0
28022026-07-06T21:29:15.091Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28032026-07-06T21:29:15.359Z[ host-package] Compiling toml v0.8.23
28042026-07-06T21:29:15.362Z[ host-package] Compiling derive_more-impl v2.1.1
28052026-07-06T21:29:15.509Z[ host-package] Compiling typify-macro v0.6.2
28062026-07-06T21:29:15.619Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28072026-07-06T21:29:15.813Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28082026-07-06T21:29:15.949Z[ host-package] Compiling papergrid v0.11.0
28092026-07-06T21:29:16.091Z[ host-package] Compiling tabled_derive v0.7.0
28102026-07-06T21:29:16.197Z[ host-package] Compiling derive_more v2.1.1
28112026-07-06T21:29:16.224Z[ host-package] Compiling termtree v0.5.1
28122026-07-06T21:29:16.327Z[ host-package] Compiling crossterm v0.29.0
28132026-07-06T21:29:16.330Z[ helios-setup] Jul 06 21:29:15.743 INFO E| Compiling serde_with v3.12.0
28142026-07-06T21:29:16.533Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28152026-07-06T21:29:16.597Z[ host-package] Compiling hickory-resolver v0.24.4
28162026-07-06T21:29:17.183Z[ host-package] Compiling typify v0.6.2
28172026-07-06T21:29:17.321Z[ host-package] Compiling progenitor-impl v0.14.0
28182026-07-06T21:29:17.587Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28192026-07-06T21:29:18.697Z[ host-package] Compiling qorb v0.4.1
28202026-07-06T21:29:18.984Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28212026-07-06T21:29:19.225Z[ host-package] Compiling tabled v0.15.0
28222026-07-06T21:29:19.482Z[ host-package] Compiling phf_shared v0.12.1
28232026-07-06T21:29:19.849Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28242026-07-06T21:29:20.041Z[ host-package] Compiling progenitor-macro v0.14.0
28252026-07-06T21:29:20.581Z[ host-package] Compiling csv-core v0.1.13
28262026-07-06T21:29:21.076Z[ host-package] Compiling vte v0.14.1
28272026-07-06T21:29:21.187Z[ host-package] Compiling highway v1.3.0
28282026-07-06T21:29:21.264Z[ helios-setup] Jul 06 21:29:20.678 INFO E| Finished `release` profile [optimized] target(s) in 13.98s
28292026-07-06T21:29:21.289Z[ helios-setup] Jul 06 21:29:20.702 INFO building project "dmar-report" ok (14 seconds)
28302026-07-06T21:29:21.289Z[ helios-setup] Jul 06 21:29:20.702 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
28312026-07-06T21:29:21.356Z[ host-package] Compiling chrono-tz v0.10.4
28322026-07-06T21:29:21.618Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28332026-07-06T21:29:22.008Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28342026-07-06T21:29:22.355Z[ host-package] Compiling csv v1.4.0
28352026-07-06T21:29:22.422Z[ host-package] Compiling phf v0.12.1
28362026-07-06T21:29:22.576Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28372026-07-06T21:29:22.622Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-07-06T21:29:22.660Z[ host-package] Compiling const_format_proc_macros v0.2.34
28392026-07-06T21:29:22.706Z[ host-package] Compiling fd-lock v4.0.4
28402026-07-06T21:29:22.921Z[ host-package] Compiling peg-macros v0.8.5
28412026-07-06T21:29:23.207Z[ host-package] Compiling nu-ansi-term v0.50.3
28422026-07-06T21:29:23.508Z[ host-package] Compiling reedline v0.40.0
28432026-07-06T21:29:23.553Z[ host-package] Compiling const_format v0.2.35
28442026-07-06T21:29:23.769Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28452026-07-06T21:29:23.829Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
28462026-07-06T21:29:24.306Z[ host-package] Compiling peg v0.8.5
28472026-07-06T21:29:24.376Z[ host-package] Compiling progenitor v0.14.0
28482026-07-06T21:29:24.591Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
28492026-07-06T21:29:24.656Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28502026-07-06T21:29:25.412Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28512026-07-06T21:29:25.738Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28522026-07-06T21:29:26.429Z[ host-package] Compiling bcs v0.1.6
28532026-07-06T21:29:26.979Z[ host-package] Compiling nom v8.0.0
28542026-07-06T21:29:27.626Z[ host-package] Compiling semver v0.1.20
28552026-07-06T21:29:27.845Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28562026-07-06T21:29:27.878Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28572026-07-06T21:29:28.054Z[ host-package] Compiling rustc_version v0.1.7
28582026-07-06T21:29:28.093Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
28592026-07-06T21:29:28.119Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28602026-07-06T21:29:28.164Z[ host-package] Compiling unicode-linebreak v0.1.5
28612026-07-06T21:29:28.269Z[ host-package] Compiling smawk v0.3.2
28622026-07-06T21:29:28.438Z[ host-package] Compiling newtype_derive v0.1.6
28632026-07-06T21:29:28.513Z[ host-package] Compiling textwrap v0.16.2
28642026-07-06T21:29:28.617Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
28652026-07-06T21:29:28.669Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
28662026-07-06T21:29:28.715Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28672026-07-06T21:29:28.941Z[ host-package] Compiling steno v0.4.1
28682026-07-06T21:29:29.068Z[ host-package] Compiling sha1 v0.10.6
28692026-07-06T21:29:29.413Z[ host-package] Compiling utf-8 v0.7.6
28702026-07-06T21:29:29.536Z[ host-package] Compiling tagptr v0.2.0
28712026-07-06T21:29:29.704Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28722026-07-06T21:29:29.767Z[ host-package] Compiling moka v0.12.13
28732026-07-06T21:29:29.955Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
28742026-07-06T21:29:30.330Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
28752026-07-06T21:29:30.335Z[ host-package] Compiling tungstenite v0.21.0
28762026-07-06T21:29:30.534Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28772026-07-06T21:29:30.737Z[ host-package] Compiling vergen-lib v0.1.6
28782026-07-06T21:29:31.025Z[ host-package] Compiling diesel_derives v2.3.7
28792026-07-06T21:29:31.148Z[ host-package] Compiling hickory-resolver v0.25.2
28802026-07-06T21:29:31.291Z[ host-package] Compiling tokio-tungstenite v0.21.0
28812026-07-06T21:29:31.502Z[ host-package] Compiling scheduled-thread-pool v0.2.7
28822026-07-06T21:29:31.637Z[ host-package] Compiling dsl_auto_type v0.2.0
28832026-07-06T21:29:31.731Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28842026-07-06T21:29:32.161Z[ host-package] Compiling vergen-gitcl v1.0.8
28852026-07-06T21:29:32.340Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
28862026-07-06T21:29:32.475Z[ host-package] Compiling dirs-sys-next v0.1.2
28872026-07-06T21:29:32.660Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28882026-07-06T21:29:32.722Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
28892026-07-06T21:29:32.785Z[ host-package] Compiling crunchy v0.2.4
28902026-07-06T21:29:33.211Z[ host-package] Compiling maplit v1.0.2
28912026-07-06T21:29:33.368Z[ host-package] Compiling glob v0.3.3
28922026-07-06T21:29:33.492Z[ host-package] Compiling proc-macro-error2 v2.0.1
28932026-07-06T21:29:33.650Z[ host-package] Compiling dirs-next v2.0.0
28942026-07-06T21:29:33.822Z[ host-package] Compiling clang-sys v1.8.1
28952026-07-06T21:29:34.015Z[ host-package] Compiling r2d2 v0.8.10
28962026-07-06T21:29:34.191Z[ host-package] Compiling num-derive v0.3.3
28972026-07-06T21:29:34.392Z[ host-package] Compiling tiny-keccak v2.0.2
28982026-07-06T21:29:34.522Z[ host-package] Compiling downcast-rs v2.0.2
28992026-07-06T21:29:34.579Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29002026-07-06T21:29:34.781Z[ host-package] Compiling tabled_derive v0.11.0
29012026-07-06T21:29:34.834Z[ host-package] Compiling term v0.7.0
29022026-07-06T21:29:35.231Z[ host-package] Compiling libscf-sys v1.1.0
29032026-07-06T21:29:35.414Z[ host-package] Compiling papergrid v0.17.0
29042026-07-06T21:29:35.480Z[ host-package] Compiling testing_table v0.3.0
29052026-07-06T21:29:35.556Z[ host-package] Compiling bit-vec v0.6.3
29062026-07-06T21:29:35.825Z[ host-package] Compiling bit-set v0.5.3
29072026-07-06T21:29:36.023Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29082026-07-06T21:29:36.098Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29092026-07-06T21:29:36.243Z[ host-package] Compiling ascii-canvas v3.0.0
29102026-07-06T21:29:36.517Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
29112026-07-06T21:29:36.697Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
29122026-07-06T21:29:36.737Z[ host-package] Compiling tabled v0.20.0
29132026-07-06T21:29:36.921Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29142026-07-06T21:29:37.502Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29152026-07-06T21:29:37.585Z[ host-package] Compiling progenitor-impl v0.13.0
29162026-07-06T21:29:37.671Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29172026-07-06T21:29:37.990Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29182026-07-06T21:29:38.276Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29192026-07-06T21:29:38.303Z[ host-package] Compiling itertools v0.10.5
29202026-07-06T21:29:38.326Z[ host-package] Compiling ena v0.14.4
29212026-07-06T21:29:38.362Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29222026-07-06T21:29:38.477Z[ host-package] Compiling libloading v0.8.9
29232026-07-06T21:29:38.579Z[ host-package] Compiling unicase v2.9.0
29242026-07-06T21:29:38.668Z[ host-package] Compiling xshell-macros v0.2.7
29252026-07-06T21:29:38.746Z[ host-package] Compiling diff v0.1.13
29262026-07-06T21:29:38.975Z[ host-package] Compiling bindgen v0.71.1
29272026-07-06T21:29:39.079Z[ host-package] Compiling diesel v2.3.7
29282026-07-06T21:29:39.126Z[ host-package] Compiling regex-syntax v0.6.29
29292026-07-06T21:29:39.148Z[ host-package] Compiling xshell v0.2.7
29302026-07-06T21:29:39.391Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29312026-07-06T21:29:39.920Z[ host-package] Compiling progenitor-macro v0.13.0
29322026-07-06T21:29:40.046Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29332026-07-06T21:29:41.014Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
29342026-07-06T21:29:41.143Z[ host-package] Compiling lalrpop v0.19.12
29352026-07-06T21:29:41.486Z[ host-package] Compiling cexpr v0.6.0
29362026-07-06T21:29:41.615Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29372026-07-06T21:29:42.001Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29382026-07-06T21:29:42.286Z[ host-package] Compiling progenitor-client v0.13.0
29392026-07-06T21:29:42.543Z[ host-package] Compiling rustc-hash v2.1.1
29402026-07-06T21:29:42.847Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29412026-07-06T21:29:44.212Z[ host-package] Compiling progenitor v0.13.0
29422026-07-06T21:29:44.236Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29432026-07-06T21:29:44.317Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29442026-07-06T21:29:44.392Z[ host-package] Compiling headers-core v0.3.0
29452026-07-06T21:29:44.550Z[ host-package] Compiling libxml v0.3.3
29462026-07-06T21:29:44.618Z[ host-package] Compiling crc8 v0.1.1
29472026-07-06T21:29:44.673Z[ helios-setup] Jul 06 21:29:44.087 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')"
29482026-07-06T21:29:44.673Z[ helios-setup] Jul 06 21:29:44.087 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
29492026-07-06T21:29:44.706Z[ helios-setup] Jul 06 21:29:44.120 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')"
29502026-07-06T21:29:44.706Z[ helios-setup] Jul 06 21:29:44.120 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29512026-07-06T21:29:44.709Z[ helios-setup] Jul 06 21:29:44.120 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29522026-07-06T21:29:44.805Z[ host-package] Compiling headers v0.4.1
29532026-07-06T21:29:44.870Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29542026-07-06T21:29:44.873Z[ helios-setup] Jul 06 21:29:44.286 INFO E| Updating crates.io index
29552026-07-06T21:29:44.873Z[ helios-setup] Jul 06 21:29:44.287 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29562026-07-06T21:29:44.930Z[ host-package] Compiling strum_macros v0.24.3
29572026-07-06T21:29:45.104Z[ host-package] Compiling indoc v1.0.9
29582026-07-06T21:29:45.314Z[ helios-setup] Jul 06 21:29:44.727 INFO E| From https://github.com/oxidecomputer/amd-apcb
29592026-07-06T21:29:45.314Z[ helios-setup] Jul 06 21:29:44.727 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
29602026-07-06T21:29:45.390Z[ helios-setup] Jul 06 21:29:44.803 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
29612026-07-06T21:29:45.539Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29622026-07-06T21:29:45.562Z[ host-package] Compiling git-stub v1.0.0
29632026-07-06T21:29:45.595Z[ host-package] Compiling derive_builder v0.20.2
29642026-07-06T21:29:45.729Z[ helios-setup] Jul 06 21:29:45.143 INFO E| From https://github.com/oxidecomputer/amd-efs
29652026-07-06T21:29:45.730Z[ helios-setup] Jul 06 21:29:45.143 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
29662026-07-06T21:29:45.801Z[ host-package] Compiling oso-derive v0.27.3
29672026-07-06T21:29:45.822Z[ host-package] Compiling quick-xml v0.37.5
29682026-07-06T21:29:45.851Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
29692026-07-06T21:29:45.954Z[ helios-setup] Jul 06 21:29:45.368 INFO E| Downloading crates ...
29702026-07-06T21:29:46.015Z[ helios-setup] Jul 06 21:29:45.429 INFO E| Downloaded ansi_term v0.12.1
29712026-07-06T21:29:46.019Z[ helios-setup] Jul 06 21:29:45.430 INFO E| Downloaded parse_int v0.9.0
29722026-07-06T21:29:46.022Z[ helios-setup] Jul 06 21:29:45.434 INFO E| Downloaded bytesize v2.0.1
29732026-07-06T21:29:46.022Z[ helios-setup] Jul 06 21:29:45.435 INFO E| Downloaded unic-char-range v0.9.0
29742026-07-06T21:29:46.025Z[ helios-setup] Jul 06 21:29:45.436 INFO E| Downloaded rustversion v1.0.20
29752026-07-06T21:29:46.028Z[ helios-setup] Jul 06 21:29:45.441 INFO E| Downloaded unic-ucd-ident v0.9.0
29762026-07-06T21:29:46.031Z[ helios-setup] Jul 06 21:29:45.442 INFO E| Downloaded textwrap v0.11.0
29772026-07-06T21:29:46.031Z[ helios-setup] Jul 06 21:29:45.444 INFO E| Downloaded heck v0.3.3
29782026-07-06T21:29:46.034Z[ helios-setup] Jul 06 21:29:45.448 INFO E| Downloaded unic-ucd-version v0.9.0
29792026-07-06T21:29:46.037Z[ helios-setup] Jul 06 21:29:45.449 INFO E| Downloaded strum v0.27.1
29802026-07-06T21:29:46.037Z[ helios-setup] Jul 06 21:29:45.450 INFO E| Downloaded strum_macros v0.27.1
29812026-07-06T21:29:46.040Z[ helios-setup] Jul 06 21:29:45.452 INFO E| Downloaded structopt-derive v0.4.18
29822026-07-06T21:29:46.046Z[ helios-setup] Jul 06 21:29:45.460 INFO E| Downloaded vec_map v0.8.2
29832026-07-06T21:29:46.049Z[ helios-setup] Jul 06 21:29:45.461 INFO E| Downloaded unic-common v0.9.0
29842026-07-06T21:29:46.052Z[ helios-setup] Jul 06 21:29:45.462 INFO E| Downloaded strsim v0.8.0
29852026-07-06T21:29:46.052Z[ helios-setup] Jul 06 21:29:45.463 INFO E| Downloaded modular-bitfield v0.13.1
29862026-07-06T21:29:46.055Z[ helios-setup] Jul 06 21:29:45.468 INFO E| Downloaded fletcher v1.0.0
29872026-07-06T21:29:46.059Z[ helios-setup] Jul 06 21:29:45.469 INFO E| Downloaded dyn-clone v1.0.19
29882026-07-06T21:29:46.059Z[ helios-setup] Jul 06 21:29:45.470 INFO E| Downloaded four-cc v0.4.0
29892026-07-06T21:29:46.067Z[ helios-setup] Jul 06 21:29:45.478 INFO E| Downloaded pest_meta v2.8.0
29902026-07-06T21:29:46.067Z[ helios-setup] Jul 06 21:29:45.480 INFO E| Downloaded pest_generator v2.8.0
29912026-07-06T21:29:46.070Z[ helios-setup] Jul 06 21:29:45.481 INFO E| Downloaded log v0.4.27
29922026-07-06T21:29:46.077Z[ helios-setup] Jul 06 21:29:45.487 INFO E| Downloaded unic-char-property v0.9.0
29932026-07-06T21:29:46.077Z[ helios-setup] Jul 06 21:29:45.488 INFO E| Downloaded structopt v0.3.26
29942026-07-06T21:29:46.080Z[ helios-setup] Jul 06 21:29:45.493 INFO E| Downloaded pest_derive v2.8.0
29952026-07-06T21:29:46.085Z[ helios-setup] Jul 06 21:29:45.495 INFO E| Downloaded typenum v1.18.0
29962026-07-06T21:29:46.091Z[ helios-setup] Jul 06 21:29:45.497 INFO E| Downloaded modular-bitfield v0.11.2
29972026-07-06T21:29:46.091Z[ helios-setup] Jul 06 21:29:45.503 INFO E| Downloaded modular-bitfield-impl v0.13.1
29982026-07-06T21:29:46.091Z[ helios-setup] Jul 06 21:29:45.504 INFO E| Downloaded modular-bitfield-impl v0.11.2
29992026-07-06T21:29:46.117Z[ helios-setup] Jul 06 21:29:45.530 INFO E| Downloaded zerocopy-derive v0.8.25
30002026-07-06T21:29:46.121Z[ helios-setup] Jul 06 21:29:45.535 INFO E| Downloaded pest v2.8.0
30012026-07-06T21:29:46.145Z[ helios-setup] Jul 06 21:29:45.558 INFO E| Downloaded clap v2.34.0
30022026-07-06T21:29:46.149Z[ helios-setup] Jul 06 21:29:45.563 INFO E| Downloaded goblin v0.9.3
30032026-07-06T21:29:46.153Z[ helios-setup] Jul 06 21:29:45.566 INFO E| Downloaded zerocopy v0.8.25
30042026-07-06T21:29:46.203Z[ host-package] Compiling openssl-probe v0.1.6
30052026-07-06T21:29:46.246Z[ helios-setup] Jul 06 21:29:45.659 INFO E| Compiling proc-macro2 v1.0.95
30062026-07-06T21:29:46.251Z[ helios-setup] Jul 06 21:29:45.664 INFO E| Compiling unicode-ident v1.0.18
30072026-07-06T21:29:46.251Z[ helios-setup] Jul 06 21:29:45.664 INFO E| Compiling memchr v2.7.4
30082026-07-06T21:29:46.251Z[ helios-setup] Jul 06 21:29:45.664 INFO E| Compiling thiserror v2.0.12
30092026-07-06T21:29:46.254Z[ helios-setup] Jul 06 21:29:45.664 INFO E| Compiling autocfg v1.4.0
30102026-07-06T21:29:46.254Z[ helios-setup] Jul 06 21:29:45.664 INFO E| Compiling syn v1.0.109
30112026-07-06T21:29:46.254Z[ helios-setup] Jul 06 21:29:45.664 INFO E| Compiling serde v1.0.219
30122026-07-06T21:29:46.255Z[ helios-setup] Jul 06 21:29:45.664 INFO E| Compiling version_check v0.9.5
30132026-07-06T21:29:46.255Z[ helios-setup] Jul 06 21:29:45.665 INFO E| Compiling serde_json v1.0.140
30142026-07-06T21:29:46.255Z[ helios-setup] Jul 06 21:29:45.665 INFO E| Compiling ryu v1.0.20
30152026-07-06T21:29:46.255Z[ helios-setup] Jul 06 21:29:45.665 INFO E| Compiling schemars v0.8.22
30162026-07-06T21:29:46.255Z[ helios-setup] Jul 06 21:29:45.665 INFO E| Compiling itoa v1.0.15
30172026-07-06T21:29:46.255Z[ helios-setup] Jul 06 21:29:45.665 INFO E| Compiling static_assertions v1.1.0
30182026-07-06T21:29:46.255Z[ helios-setup] Jul 06 21:29:45.665 INFO E| Compiling dyn-clone v1.0.19
30192026-07-06T21:29:46.255Z[ helios-setup] Jul 06 21:29:45.665 INFO E| Compiling paste v1.0.15
30202026-07-06T21:29:46.255Z[ helios-setup] Jul 06 21:29:45.665 INFO E| Compiling libc v0.2.172
30212026-07-06T21:29:46.423Z[ host-package] Compiling git-stub-vcs v0.1.0
30222026-07-06T21:29:46.485Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30232026-07-06T21:29:46.531Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30242026-07-06T21:29:46.658Z[ helios-setup] Jul 06 21:29:46.071 INFO E| Compiling zerocopy v0.8.25
30252026-07-06T21:29:46.817Z[ helios-setup] Jul 06 21:29:46.230 INFO E| Compiling ucd-trie v0.1.7
30262026-07-06T21:29:46.888Z[ helios-setup] Jul 06 21:29:46.302 INFO E| Compiling rustversion v1.0.20
30272026-07-06T21:29:47.006Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30282026-07-06T21:29:47.078Z[ helios-setup] Jul 06 21:29:46.491 INFO E| Compiling once_cell v1.21.3
30292026-07-06T21:29:47.078Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30302026-07-06T21:29:47.094Z[ helios-setup] Jul 06 21:29:46.507 INFO E| Compiling heck v0.5.0
30312026-07-06T21:29:47.138Z[ helios-setup] Jul 06 21:29:46.551 INFO E| Compiling unicode-width v0.1.14
30322026-07-06T21:29:47.414Z[ helios-setup] Jul 06 21:29:46.828 INFO E| Compiling unicode-segmentation v1.12.0
30332026-07-06T21:29:47.577Z[ helios-setup] Jul 06 21:29:46.991 INFO E| Compiling proc-macro-error-attr v1.0.4
30342026-07-06T21:29:47.600Z[ helios-setup] Jul 06 21:29:47.014 INFO E| Compiling proc-macro-error v1.0.4
30352026-07-06T21:29:47.658Z[ host-package] Compiling bb8 v0.8.6
30362026-07-06T21:29:47.713Z[ helios-setup] Jul 06 21:29:47.126 INFO E| Compiling textwrap v0.11.0
30372026-07-06T21:29:47.713Z[ helios-setup] Jul 06 21:29:47.126 INFO E| Compiling strum v0.27.1
30382026-07-06T21:29:47.748Z[ helios-setup] Jul 06 21:29:47.161 INFO E| Compiling strsim v0.8.0
30392026-07-06T21:29:47.751Z[ helios-setup] Jul 06 21:29:47.162 INFO E| Compiling fletcher v1.0.0
30402026-07-06T21:29:47.758Z[ helios-setup] Jul 06 21:29:47.171 INFO E| Compiling bitflags v1.3.2
30412026-07-06T21:29:47.816Z[ host-package] Compiling trait-variant v0.1.2
30422026-07-06T21:29:47.834Z[ helios-setup] Jul 06 21:29:47.248 INFO E| Compiling vec_map v0.8.2
30432026-07-06T21:29:47.838Z[ helios-setup] Jul 06 21:29:47.252 INFO E| Compiling num-traits v0.2.19
30442026-07-06T21:29:47.860Z[ helios-setup] Jul 06 21:29:47.273 INFO E| Compiling memoffset v0.9.1
30452026-07-06T21:29:47.860Z[ helios-setup] Jul 06 21:29:47.273 INFO E| Compiling unic-char-range v0.9.0
30462026-07-06T21:29:47.978Z[ helios-setup] Jul 06 21:29:47.385 INFO E| Compiling unic-common v0.9.0
30472026-07-06T21:29:48.062Z[ helios-setup] Jul 06 21:29:47.475 INFO E| Compiling ansi_term v0.12.1
30482026-07-06T21:29:48.086Z[ helios-setup] Jul 06 21:29:47.500 INFO E| Compiling byteorder v1.5.0
30492026-07-06T21:29:48.103Z[ helios-setup] Jul 06 21:29:47.515 INFO E| Compiling unic-ucd-version v0.9.0
30502026-07-06T21:29:48.196Z[ helios-setup] Jul 06 21:29:47.610 INFO E| Compiling heck v0.3.3
30512026-07-06T21:29:48.217Z[ helios-setup] Jul 06 21:29:47.631 INFO E| Compiling unic-char-property v0.9.0
30522026-07-06T21:29:48.220Z[ helios-setup] Jul 06 21:29:47.631 INFO E| Compiling lazy_static v1.5.0
30532026-07-06T21:29:48.229Z[ host-package] Compiling half v1.8.3
30542026-07-06T21:29:48.297Z[ helios-setup] Jul 06 21:29:47.710 INFO E| Compiling plain v0.2.3
30552026-07-06T21:29:48.306Z[ helios-setup] Jul 06 21:29:47.719 INFO E| Compiling log v0.4.27
30562026-07-06T21:29:48.368Z[ helios-setup] Jul 06 21:29:47.782 INFO E| Compiling bytesize v2.0.1
30572026-07-06T21:29:48.395Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30582026-07-06T21:29:48.453Z[ helios-setup] Jul 06 21:29:47.867 INFO E| Compiling unic-ucd-ident v0.9.0
30592026-07-06T21:29:48.528Z[ helios-setup] Jul 06 21:29:47.942 INFO E| Compiling atty v0.2.14
30602026-07-06T21:29:48.606Z[ helios-setup] Jul 06 21:29:48.020 INFO E| Compiling quote v1.0.40
30612026-07-06T21:29:48.622Z[ helios-setup] Jul 06 21:29:48.035 INFO E| Compiling clap v2.34.0
30622026-07-06T21:29:48.681Z[ host-package] Compiling samael v0.0.19
30632026-07-06T21:29:48.725Z[ host-package] Compiling serde_cbor v0.11.2
30642026-07-06T21:29:48.869Z[ helios-setup] Jul 06 21:29:48.282 INFO E| Compiling syn v2.0.101
30652026-07-06T21:29:48.881Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30662026-07-06T21:29:48.988Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30672026-07-06T21:29:49.180Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30682026-07-06T21:29:49.292Z[ host-package] Compiling nonempty v0.12.0
30692026-07-06T21:29:49.419Z[ helios-setup] Jul 06 21:29:48.833 INFO E| Compiling parse_int v0.9.0
30702026-07-06T21:29:49.681Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30712026-07-06T21:29:50.023Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30722026-07-06T21:29:50.158Z[ host-package] Compiling polar-core v0.27.3
30732026-07-06T21:29:50.189Z[ host-package] Compiling fxhash v0.2.1
30742026-07-06T21:29:50.485Z[ host-package] Compiling libz-sys v1.1.24
30752026-07-06T21:29:50.723Z[ host-package] Compiling salty v0.3.0
30762026-07-06T21:29:51.426Z[ helios-setup] Jul 06 21:29:50.840 INFO E| Compiling serde_derive_internals v0.29.1
30772026-07-06T21:29:51.503Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
30782026-07-06T21:29:51.506Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30792026-07-06T21:29:51.662Z[ host-package] Compiling kstat-rs v0.2.4
30802026-07-06T21:29:51.665Z[ host-package] Compiling arc-swap v1.8.2
30812026-07-06T21:29:51.992Z[ helios-setup] Jul 06 21:29:51.405 INFO E| Compiling modular-bitfield-impl v0.11.2
30822026-07-06T21:29:51.993Z[ helios-setup] Jul 06 21:29:51.405 INFO E| Compiling structopt-derive v0.4.18
30832026-07-06T21:29:52.550Z[ helios-setup] Jul 06 21:29:51.964 INFO E| Compiling thiserror-impl v2.0.12
30842026-07-06T21:29:52.551Z[ helios-setup] Jul 06 21:29:51.964 INFO E| Compiling serde_derive v1.0.219
30852026-07-06T21:29:52.551Z[ helios-setup] Jul 06 21:29:51.964 INFO E| Compiling zerocopy-derive v0.8.25
30862026-07-06T21:29:52.554Z[ helios-setup] Jul 06 21:29:51.964 INFO E| Compiling modular-bitfield-impl v0.13.1
30872026-07-06T21:29:52.554Z[ helios-setup] Jul 06 21:29:51.964 INFO E| Compiling num-derive v0.4.2
30882026-07-06T21:29:52.554Z[ helios-setup] Jul 06 21:29:51.965 INFO E| Compiling strum_macros v0.27.1
30892026-07-06T21:29:52.554Z[ helios-setup] Jul 06 21:29:51.965 INFO E| Compiling scroll_derive v0.12.1
30902026-07-06T21:29:52.616Z[ host-package] Compiling mime_guess v2.0.5
30912026-07-06T21:29:52.716Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30922026-07-06T21:29:52.735Z[ helios-setup] Jul 06 21:29:52.149 INFO E| Compiling schemars_derive v0.8.22
30932026-07-06T21:29:53.505Z[ helios-setup] Jul 06 21:29:52.918 INFO E| Compiling structopt v0.3.26
30942026-07-06T21:29:53.638Z[ helios-setup] Jul 06 21:29:53.052 INFO E| Compiling modular-bitfield v0.11.2
30952026-07-06T21:29:53.767Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30962026-07-06T21:29:54.367Z[ helios-setup] Jul 06 21:29:53.781 INFO E| Compiling modular-bitfield v0.13.1
30972026-07-06T21:29:54.527Z[ host-package] Compiling slog-scope v4.4.1
30982026-07-06T21:29:54.817Z[ helios-setup] Jul 06 21:29:54.231 INFO E| Compiling scroll v0.12.0
30992026-07-06T21:29:54.836Z[ helios-setup] Jul 06 21:29:54.250 INFO E| Compiling pest v2.8.0
31002026-07-06T21:29:55.146Z[ helios-setup] Jul 06 21:29:54.560 INFO E| Compiling goblin v0.9.3
31012026-07-06T21:29:55.165Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
31022026-07-06T21:29:55.770Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31032026-07-06T21:29:55.851Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31042026-07-06T21:29:55.991Z[ host-package] Compiling rfc6979 v0.4.0
31052026-07-06T21:29:56.235Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
31062026-07-06T21:29:56.308Z[ host-package] Compiling nanorand v0.7.0
31072026-07-06T21:29:56.322Z[ helios-setup] Jul 06 21:29:55.736 INFO E| Compiling pest_meta v2.8.0
31082026-07-06T21:29:56.587Z[ host-package] Compiling darling_core v0.23.0
31092026-07-06T21:29:56.795Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31102026-07-06T21:29:57.007Z[ helios-setup] Jul 06 21:29:56.421 INFO E| Compiling pest_generator v2.8.0
31112026-07-06T21:29:57.405Z[ host-package] Compiling parking_lot_core v0.8.6
31122026-07-06T21:29:57.570Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
31132026-07-06T21:29:57.861Z[ helios-setup] Jul 06 21:29:57.275 INFO E| Compiling pest_derive v2.8.0
31142026-07-06T21:29:57.876Z[ host-package] Compiling flume v0.11.1
31152026-07-06T21:29:57.969Z[ host-package] Compiling ecdsa v0.16.9
31162026-07-06T21:29:58.344Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31172026-07-06T21:29:58.767Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31182026-07-06T21:29:58.879Z[ helios-setup] Jul 06 21:29:58.292 INFO E| Compiling json5 v0.4.1
31192026-07-06T21:29:59.384Z[ host-package] Compiling darling_macro v0.23.0
31202026-07-06T21:29:59.418Z[ host-package] Compiling slog-stdlog v4.1.1
31212026-07-06T21:29:59.889Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31222026-07-06T21:29:59.959Z[ host-package] Compiling primeorder v0.13.6
31232026-07-06T21:29:59.981Z[ host-package] Compiling atty v0.2.14
31242026-07-06T21:30:00.017Z[ host-package] Compiling instability v0.3.11
31252026-07-06T21:30:00.140Z[ host-package] Compiling strsim v0.10.0
31262026-07-06T21:30:00.162Z[ host-package] Compiling http-range v0.1.5
31272026-07-06T21:30:00.285Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31282026-07-06T21:30:00.372Z[ host-package] Compiling darling_core v0.13.4
31292026-07-06T21:30:00.422Z[ helios-setup] Jul 06 21:29:59.836 INFO E| Compiling four-cc v0.4.0
31302026-07-06T21:30:00.422Z[ helios-setup] Jul 06 21:29:59.836 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
31312026-07-06T21:30:00.542Z[ helios-setup] Jul 06 21:29:59.955 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
31322026-07-06T21:30:00.623Z[ host-package] Compiling async-bb8-diesel v0.2.1
31332026-07-06T21:30:00.675Z[ host-package] Compiling diesel-dtrace v0.5.0
31342026-07-06T21:30:01.224Z[ host-package] Compiling p384 v0.13.1
31352026-07-06T21:30:01.293Z[ host-package] Compiling darling v0.23.0
31362026-07-06T21:30:01.545Z[ host-package] Compiling slog-envlogger v2.2.0
31372026-07-06T21:30:02.159Z[ host-package] Compiling oso v0.27.3
31382026-07-06T21:30:06.352Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
31392026-07-06T21:30:06.358Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31402026-07-06T21:30:06.358Z[ host-package] Compiling ignore v0.4.25
31412026-07-06T21:30:06.358Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31422026-07-06T21:30:06.358Z[ host-package] Compiling castaway v0.2.4
31432026-07-06T21:30:06.358Z[ host-package] Compiling vergen-git2 v9.1.0
31442026-07-06T21:30:06.358Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31452026-07-06T21:30:06.358Z[ host-package] Compiling indoc v2.0.7
31462026-07-06T21:30:06.358Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31472026-07-06T21:30:06.449Z[ host-package] Compiling globwalk v0.9.1
31482026-07-06T21:30:09.873Z[ host-package] Compiling compact_str v0.8.1
31492026-07-06T21:30:09.896Z[ host-package] Compiling parking_lot v0.11.2
31502026-07-06T21:30:09.896Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31512026-07-06T21:30:09.896Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31522026-07-06T21:30:09.896Z[ host-package] Compiling darling_macro v0.13.4
31532026-07-06T21:30:09.896Z[ host-package] Compiling hyper-staticfile v0.10.1
31542026-07-06T21:30:09.896Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31552026-07-06T21:30:09.896Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31562026-07-06T21:30:09.896Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31572026-07-06T21:30:09.896Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31582026-07-06T21:30:09.896Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31592026-07-06T21:30:09.896Z[ host-package] Compiling predicates-tree v1.0.13
31602026-07-06T21:30:09.897Z[ host-package] Compiling unicode-truncate v1.1.0
31612026-07-06T21:30:09.897Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31622026-07-06T21:30:09.897Z[ host-package] Compiling lru v0.12.5
31632026-07-06T21:30:09.897Z[ host-package] Compiling rand_seeder v0.4.0
31642026-07-06T21:30:09.897Z[ host-package] Compiling prefix-trie v0.7.0
31652026-07-06T21:30:09.897Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31662026-07-06T21:30:11.089Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
31672026-07-06T21:30:11.112Z[ host-package] Compiling cassowary v0.3.0
31682026-07-06T21:30:11.112Z[ host-package] Compiling corncobs v0.1.4
31692026-07-06T21:30:11.112Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
31702026-07-06T21:30:11.112Z[ host-package] Compiling hickory-server v0.25.2
31712026-07-06T21:30:11.112Z[ host-package] Compiling ratatui v0.29.0
31722026-07-06T21:30:11.112Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31732026-07-06T21:30:11.112Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31742026-07-06T21:30:11.112Z[ host-package] Compiling camino-tempfile-ext v0.3.3
31752026-07-06T21:30:11.112Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
31762026-07-06T21:30:11.112Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31772026-07-06T21:30:11.564Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31782026-07-06T21:30:11.572Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31792026-07-06T21:30:11.611Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31802026-07-06T21:30:12.651Z[ host-package] Compiling darling v0.13.4
31812026-07-06T21:30:12.656Z[ host-package] Compiling sled v0.34.7
31822026-07-06T21:30:15.254Z[ helios-setup] Jul 06 21:30:14.237 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31832026-07-06T21:30:15.273Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31842026-07-06T21:30:16.835Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
31852026-07-06T21:30:16.852Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31862026-07-06T21:30:16.872Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31872026-07-06T21:30:16.872Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31882026-07-06T21:30:16.873Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31892026-07-06T21:30:16.873Z[ host-package] Compiling secrecy v0.8.0
31902026-07-06T21:30:17.664Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31912026-07-06T21:30:17.669Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
31922026-07-06T21:30:18.027Z[ helios-setup] Jul 06 21:30:17.364 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31932026-07-06T21:30:18.846Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31942026-07-06T21:30:19.290Z[ host-package] Compiling serde_with_macros v1.5.2
31952026-07-06T21:30:20.729Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31962026-07-06T21:30:20.800Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31972026-07-06T21:30:20.800Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31982026-07-06T21:30:20.800Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31992026-07-06T21:30:21.923Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32002026-07-06T21:30:21.923Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32012026-07-06T21:30:21.930Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32022026-07-06T21:30:22.534Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32032026-07-06T21:30:22.550Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32042026-07-06T21:30:22.550Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32052026-07-06T21:30:22.550Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32062026-07-06T21:30:22.602Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32072026-07-06T21:30:22.860Z[ host-package] Compiling base64 v0.21.7
32082026-07-06T21:30:22.869Z[ host-package] Compiling void v1.0.2
32092026-07-06T21:30:23.556Z[ host-package] Compiling lzss v0.8.2
32102026-07-06T21:30:23.568Z[ host-package] Compiling ron v0.8.1
32112026-07-06T21:30:23.568Z[ host-package] Compiling illumos-nvpair v0.3.0
32122026-07-06T21:30:24.034Z[ host-package] Compiling git2 v0.20.4
32132026-07-06T21:30:24.086Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32142026-07-06T21:30:25.551Z[ host-package] Compiling serde_with v1.14.0
32152026-07-06T21:30:25.574Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32162026-07-06T21:30:25.574Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32172026-07-06T21:30:27.219Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32182026-07-06T21:30:28.046Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32192026-07-06T21:30:28.057Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32202026-07-06T21:30:29.034Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32212026-07-06T21:30:29.038Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32222026-07-06T21:30:29.410Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32232026-07-06T21:30:29.540Z[ host-package] Compiling tungstenite v0.23.0
32242026-07-06T21:30:30.391Z[ helios-setup] Jul 06 21:30:28.979 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.82s
32252026-07-06T21:30:30.400Z[ helios-setup] Jul 06 21:30:29.013 INFO building project "amd-host-image-builder" ok (44 seconds)
32262026-07-06T21:30:30.400Z[ helios-setup] Jul 06 21:30:29.013 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
32272026-07-06T21:30:30.400Z[ helios-setup] Jul 06 21:30:29.023 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
32282026-07-06T21:30:30.400Z[ helios-setup] Jul 06 21:30:29.023 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32292026-07-06T21:30:30.400Z[ helios-setup] Jul 06 21:30:29.023 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32302026-07-06T21:30:30.400Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32312026-07-06T21:30:30.400Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32322026-07-06T21:30:30.400Z[ helios-setup] Jul 06 21:30:29.128 INFO E| Blocking waiting for file lock on package cache
32332026-07-06T21:30:31.345Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32342026-07-06T21:30:31.349Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32352026-07-06T21:30:31.352Z[ host-package] Compiling nix v0.27.1
32362026-07-06T21:30:31.925Z[ host-package] Compiling twox-hash v2.1.2
32372026-07-06T21:30:31.933Z[ host-package] Compiling serde_bytes v0.11.19
32382026-07-06T21:30:31.933Z[ host-package] Compiling tokio-tungstenite v0.23.1
32392026-07-06T21:30:31.933Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32402026-07-06T21:30:32.211Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32412026-07-06T21:30:32.217Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32422026-07-06T21:30:32.217Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32432026-07-06T21:30:32.823Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32442026-07-06T21:30:35.142Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
32452026-07-06T21:30:35.570Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32462026-07-06T21:30:35.848Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32472026-07-06T21:30:36.398Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32482026-07-06T21:30:36.459Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32492026-07-06T21:30:36.708Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32502026-07-06T21:30:36.713Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32512026-07-06T21:30:36.731Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32522026-07-06T21:30:36.835Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32532026-07-06T21:30:37.667Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
32542026-07-06T21:30:38.464Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32552026-07-06T21:30:38.544Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32562026-07-06T21:30:38.908Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32572026-07-06T21:30:39.841Z[ helios-setup] Jul 06 21:30:39.145 INFO E| Blocking waiting for file lock on package cache
32582026-07-06T21:30:39.846Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32592026-07-06T21:30:39.869Z[ helios-setup] Jul 06 21:30:39.282 INFO E| Blocking waiting for file lock on package cache
32602026-07-06T21:30:41.300Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32612026-07-06T21:30:41.362Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32622026-07-06T21:30:43.113Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32632026-07-06T21:30:43.118Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32642026-07-06T21:30:43.118Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32652026-07-06T21:30:43.816Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32662026-07-06T21:30:43.993Z[ host-package] Compiling signal-hook-tokio v0.3.1
32672026-07-06T21:30:44.042Z[ host-package] Compiling fatfs v0.3.6
32682026-07-06T21:30:44.644Z[ host-package] Compiling yasna v0.5.2
32692026-07-06T21:30:44.660Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
32702026-07-06T21:30:45.195Z[ helios-setup] Jul 06 21:30:44.565 INFO E| Downloading crates ...
32712026-07-06T21:30:45.197Z[ host-package] Compiling seq-macro v0.3.6
32722026-07-06T21:30:45.200Z[ helios-setup] Jul 06 21:30:44.613 INFO E| Downloaded adler2 v2.0.0
32732026-07-06T21:30:45.210Z[ helios-setup] Jul 06 21:30:44.624 INFO E| Downloaded miniz_oxide v0.8.8
32742026-07-06T21:30:45.249Z[ helios-setup] Jul 06 21:30:44.662 INFO E| Compiling adler2 v2.0.0
32752026-07-06T21:30:45.592Z[ helios-setup] Jul 06 21:30:44.772 INFO E| Compiling miniz_oxide v0.8.8
32762026-07-06T21:30:45.596Z[ host-package] Compiling is_ci v1.2.0
32772026-07-06T21:30:45.707Z[ host-package] Compiling assert_matches v1.5.0
32782026-07-06T21:30:45.738Z[ host-package] Compiling supports-color v3.0.2
32792026-07-06T21:30:45.859Z[ host-package] Compiling rcgen v0.12.1
32802026-07-06T21:30:45.868Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32812026-07-06T21:30:46.320Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32822026-07-06T21:30:46.462Z[ helios-setup] Jul 06 21:30:45.876 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32832026-07-06T21:30:46.751Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32842026-07-06T21:30:46.972Z[ helios-setup] Jul 06 21:30:46.385 INFO E| Finished `release` profile [optimized] target(s) in 17.35s
32852026-07-06T21:30:46.981Z[ helios-setup] Jul 06 21:30:46.395 INFO building project "pinprick" ok (17 seconds)
32862026-07-06T21:30:46.981Z[ helios-setup] Jul 06 21:30:46.395 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32872026-07-06T21:30:46.990Z[ helios-setup] Jul 06 21:30:46.403 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
32882026-07-06T21:30:46.990Z[ helios-setup] Jul 06 21:30:46.404 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32892026-07-06T21:30:46.990Z[ helios-setup] Jul 06 21:30:46.404 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32902026-07-06T21:30:47.108Z[ helios-setup] Jul 06 21:30:46.522 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32912026-07-06T21:30:47.556Z[ helios-setup] Jul 06 21:30:46.970 INFO E| From https://github.com/jclulow/hiercmd
32922026-07-06T21:30:47.556Z[ helios-setup] Jul 06 21:30:46.970 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32932026-07-06T21:30:47.606Z[ helios-setup] Jul 06 21:30:47.019 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32942026-07-06T21:30:47.996Z[ helios-setup] Jul 06 21:30:47.410 INFO E| From https://github.com/oxidecomputer/network-interface
32952026-07-06T21:30:47.996Z[ helios-setup] Jul 06 21:30:47.410 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32962026-07-06T21:30:48.010Z[ helios-setup] Jul 06 21:30:47.423 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32972026-07-06T21:30:48.162Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32982026-07-06T21:30:48.310Z[ helios-setup] Jul 06 21:30:47.724 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32992026-07-06T21:30:48.310Z[ helios-setup] Jul 06 21:30:47.724 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
33002026-07-06T21:30:48.329Z[ helios-setup] Jul 06 21:30:47.742 INFO E| Updating crates.io index
33012026-07-06T21:30:48.396Z[ helios-setup] Jul 06 21:30:47.809 INFO E| Downloading crates ...
33022026-07-06T21:30:48.469Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33032026-07-06T21:30:48.493Z[ helios-setup] Jul 06 21:30:47.906 INFO E| Downloaded devinfo v0.1.0
33042026-07-06T21:30:48.496Z[ helios-setup] Jul 06 21:30:47.908 INFO E| Downloaded bitfield v0.19.3
33052026-07-06T21:30:48.496Z[ helios-setup] Jul 06 21:30:47.909 INFO E| Downloaded clap v4.5.51
33062026-07-06T21:30:48.548Z[ helios-setup] Jul 06 21:30:47.915 INFO E| Downloaded num_enum_derive v0.7.5
33072026-07-06T21:30:48.548Z[ helios-setup] Jul 06 21:30:47.916 INFO E| Downloaded libdevinfo-sys v1.1.0
33082026-07-06T21:30:48.548Z[ helios-setup] Jul 06 21:30:47.918 INFO E| Downloaded anstyle v1.0.13
33092026-07-06T21:30:48.548Z[ helios-setup] Jul 06 21:30:47.925 INFO E| Downloaded futures-macro v0.3.31
33102026-07-06T21:30:48.548Z[ helios-setup] Jul 06 21:30:47.926 INFO E| Downloaded bitfield-macros v0.19.3
33112026-07-06T21:30:48.548Z[ helios-setup] Jul 06 21:30:47.957 INFO E| Downloaded time-core v0.1.6
33122026-07-06T21:30:48.548Z[ helios-setup] Jul 06 21:30:47.959 INFO E| Downloaded simd-adler32 v0.3.7
33132026-07-06T21:30:48.552Z[ helios-setup] Jul 06 21:30:47.960 INFO E| Downloaded quote v1.0.41
33142026-07-06T21:30:48.552Z[ helios-setup] Jul 06 21:30:47.962 INFO E| Downloaded crc v3.3.0
33152026-07-06T21:30:48.552Z[ helios-setup] Jul 06 21:30:47.963 INFO E| Downloaded base64ct v1.8.0
33162026-07-06T21:30:48.577Z[ helios-setup] Jul 06 21:30:47.991 INFO E| Downloaded futures-channel v0.3.31
33172026-07-06T21:30:48.580Z[ helios-setup] Jul 06 21:30:47.992 INFO E| Downloaded env_filter v0.1.4
33182026-07-06T21:30:48.580Z[ helios-setup] Jul 06 21:30:47.993 INFO E| Downloaded clap_lex v0.7.6
33192026-07-06T21:30:48.609Z[ helios-setup] Jul 06 21:30:48.023 INFO E| Downloaded num_enum v0.7.5
33202026-07-06T21:30:48.612Z[ helios-setup] Jul 06 21:30:48.026 INFO E| Downloaded hashbrown v0.16.0
33212026-07-06T21:30:48.616Z[ helios-setup] Jul 06 21:30:48.030 INFO E| Downloaded futures-task v0.3.31
33222026-07-06T21:30:48.619Z[ helios-setup] Jul 06 21:30:48.030 INFO E| Downloaded pin-project-lite v0.2.16
33232026-07-06T21:30:48.622Z[ helios-setup] Jul 06 21:30:48.033 INFO E| Downloaded slab v0.4.11
33242026-07-06T21:30:48.622Z[ helios-setup] Jul 06 21:30:48.034 INFO E| Downloaded futures-sink v0.3.31
33252026-07-06T21:30:48.622Z[ helios-setup] Jul 06 21:30:48.035 INFO E| Downloaded futures-io v0.3.31
33262026-07-06T21:30:48.622Z[ helios-setup] Jul 06 21:30:48.036 INFO E| Downloaded futures-executor v0.3.31
33272026-07-06T21:30:48.625Z[ helios-setup] Jul 06 21:30:48.037 INFO E| Downloaded futures-core v0.3.31
33282026-07-06T21:30:48.625Z[ helios-setup] Jul 06 21:30:48.037 INFO E| Downloaded env_logger v0.11.8
33292026-07-06T21:30:48.628Z[ helios-setup] Jul 06 21:30:48.040 INFO E| Downloaded thiserror v2.0.17
33302026-07-06T21:30:48.631Z[ helios-setup] Jul 06 21:30:48.043 INFO E| Downloaded deranged v0.5.5
33312026-07-06T21:30:48.634Z[ helios-setup] Jul 06 21:30:48.046 INFO E| Downloaded serde_spanned v1.0.3
33322026-07-06T21:30:48.640Z[ helios-setup] Jul 06 21:30:48.054 INFO E| Downloaded signal-hook-registry v1.4.6
33332026-07-06T21:30:48.643Z[ helios-setup] Jul 06 21:30:48.055 INFO E| Downloaded getopts v0.2.24
33342026-07-06T21:30:48.643Z[ helios-setup] Jul 06 21:30:48.056 INFO E| Downloaded bitflags v2.10.0
33352026-07-06T21:30:48.646Z[ helios-setup] Jul 06 21:30:48.060 INFO E| Downloaded zeroize_derive v1.4.2
33362026-07-06T21:30:48.652Z[ helios-setup] Jul 06 21:30:48.065 INFO E| Downloaded toml_writer v1.0.4
33372026-07-06T21:30:48.655Z[ helios-setup] Jul 06 21:30:48.067 INFO E| Downloaded anstyle-query v1.1.4
33382026-07-06T21:30:48.655Z[ helios-setup] Jul 06 21:30:48.067 INFO E| Downloaded pin-utils v0.1.0
33392026-07-06T21:30:48.655Z[ helios-setup] Jul 06 21:30:48.068 INFO E| Downloaded getrandom v0.2.16
33402026-07-06T21:30:48.658Z[ helios-setup] Jul 06 21:30:48.070 INFO E| Downloaded find-msvc-tools v0.1.4
33412026-07-06T21:30:48.668Z[ helios-setup] Jul 06 21:30:48.082 INFO E| Downloaded unicode-ident v1.0.22
33422026-07-06T21:30:48.671Z[ helios-setup] Jul 06 21:30:48.084 INFO E| Downloaded time-macros v0.2.24
33432026-07-06T21:30:48.674Z[ helios-setup] Jul 06 21:30:48.086 INFO E| Downloaded log v0.4.28
33442026-07-06T21:30:48.674Z[ helios-setup] Jul 06 21:30:48.087 INFO E| Downloaded anyhow v1.0.100
33452026-07-06T21:30:48.677Z[ helios-setup] Jul 06 21:30:48.091 INFO E| Downloaded tokio-macros v2.6.0
33462026-07-06T21:30:48.680Z[ helios-setup] Jul 06 21:30:48.092 INFO E| Downloaded thiserror-impl v2.0.17
33472026-07-06T21:30:48.685Z[ helios-setup] Jul 06 21:30:48.099 INFO E| Downloaded toml_datetime v0.7.3
33482026-07-06T21:30:48.688Z[ helios-setup] Jul 06 21:30:48.100 INFO E| Downloaded toml v0.9.8
33492026-07-06T21:30:48.692Z[ helios-setup] Jul 06 21:30:48.106 INFO E| Downloaded toml_parser v1.0.4
33502026-07-06T21:30:48.695Z[ helios-setup] Jul 06 21:30:48.108 INFO E| Downloaded uuid v1.18.1
33512026-07-06T21:30:48.698Z[ helios-setup] Jul 06 21:30:48.110 INFO E| Downloaded generic-array v0.14.9
33522026-07-06T21:30:48.701Z[ helios-setup] Jul 06 21:30:48.114 INFO E| Downloaded cc v1.2.44
33532026-07-06T21:30:48.712Z[ helios-setup] Jul 06 21:30:48.125 INFO E| Downloaded toml_edit v0.23.7
33542026-07-06T21:30:48.717Z[ helios-setup] Jul 06 21:30:48.131 INFO E| Downloaded rand v0.8.5
33552026-07-06T21:30:48.720Z[ helios-setup] Jul 06 21:30:48.133 INFO E| Downloaded proc-macro2 v1.0.103
33562026-07-06T21:30:48.723Z[ helios-setup] Jul 06 21:30:48.137 INFO E| Downloaded clap_derive v4.5.49
33572026-07-06T21:30:48.726Z[ helios-setup] Jul 06 21:30:48.139 INFO E| Downloaded mio v1.1.0
33582026-07-06T21:30:48.731Z[ helios-setup] Jul 06 21:30:48.145 INFO E| Downloaded indexmap v2.12.0
33592026-07-06T21:30:48.735Z[ host-package] Compiling rtoolbox v0.0.3
33602026-07-06T21:30:48.746Z[ helios-setup] Jul 06 21:30:48.151 INFO E| Downloaded typenum v1.19.0
33612026-07-06T21:30:48.749Z[ helios-setup] Jul 06 21:30:48.160 INFO E| Downloaded futures v0.3.31
33622026-07-06T21:30:48.753Z[ helios-setup] Jul 06 21:30:48.163 INFO E| Downloaded flate2 v1.1.5
33632026-07-06T21:30:48.756Z[ helios-setup] Jul 06 21:30:48.166 INFO E| Downloaded socket2 v0.6.1
33642026-07-06T21:30:48.756Z[ helios-setup] Jul 06 21:30:48.168 INFO E| Downloaded bytes v1.10.1
33652026-07-06T21:30:48.759Z[ helios-setup] Jul 06 21:30:48.171 INFO E| Downloaded rsa v0.9.8
33662026-07-06T21:30:48.791Z[ helios-setup] Jul 06 21:30:48.205 INFO E| Downloaded memchr v2.7.6
33672026-07-06T21:30:48.821Z[ helios-setup] Jul 06 21:30:48.235 INFO E| Downloaded iddqd v0.3.14
33682026-07-06T21:30:48.825Z[ helios-setup] Jul 06 21:30:48.239 INFO E| Downloaded futures-util v0.3.31
33692026-07-06T21:30:48.833Z[ helios-setup] Jul 06 21:30:48.247 INFO E| Downloaded time v0.3.44
33702026-07-06T21:30:48.838Z[ helios-setup] Jul 06 21:30:48.252 INFO E| Downloaded serde_json v1.0.145
33712026-07-06T21:30:48.842Z[ helios-setup] Jul 06 21:30:48.256 INFO E| Downloaded num-bigint-dig v0.8.4
33722026-07-06T21:30:48.846Z[ helios-setup] Jul 06 21:30:48.259 INFO E| Downloaded libm v0.2.15
33732026-07-06T21:30:48.854Z[ helios-setup] Jul 06 21:30:48.266 INFO E| Downloaded clap_builder v4.5.51
33742026-07-06T21:30:48.878Z[ helios-setup] Jul 06 21:30:48.291 INFO E| Downloaded chrono v0.4.42
33752026-07-06T21:30:48.912Z[ helios-setup] Jul 06 21:30:48.325 INFO E| Downloaded unicode-width v0.2.2
33762026-07-06T21:30:48.915Z[ helios-setup] Jul 06 21:30:48.329 INFO E| Downloaded syn v2.0.108
33772026-07-06T21:30:48.952Z[ helios-setup] Jul 06 21:30:48.365 INFO E| Downloaded rustix v1.1.2
33782026-07-06T21:30:49.021Z[ host-package] Compiling subprocess v0.2.15
33792026-07-06T21:30:49.071Z[ helios-setup] Jul 06 21:30:48.485 INFO E| Downloaded tokio v1.48.0
33802026-07-06T21:30:49.095Z[ helios-setup] Jul 06 21:30:48.509 INFO E| Downloaded libc v0.2.177
33812026-07-06T21:30:49.217Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling proc-macro2 v1.0.103
33822026-07-06T21:30:49.217Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling quote v1.0.41
33832026-07-06T21:30:49.217Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling unicode-ident v1.0.22
33842026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling libc v0.2.177
33852026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling serde_core v1.0.228
33862026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling cfg-if v1.0.4
33872026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling serde v1.0.228
33882026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling version_check v0.9.5
33892026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling autocfg v1.5.0
33902026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling typenum v1.19.0
33912026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling const-oid v0.9.6
33922026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling libm v0.2.15
33932026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling zerocopy v0.8.27
33942026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling rustversion v1.0.22
33952026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling smallvec v1.15.1
33962026-07-06T21:30:49.221Z[ helios-setup] Jul 06 21:30:48.631 INFO E| Compiling zeroize v1.8.2
33972026-07-06T21:30:49.664Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33982026-07-06T21:30:49.834Z[ helios-setup] Jul 06 21:30:49.247 INFO E| Compiling base64ct v1.8.0
33992026-07-06T21:30:50.133Z[ helios-setup] Jul 06 21:30:49.546 INFO E| Compiling rustix v1.1.2
34002026-07-06T21:30:50.350Z[ helios-setup] Jul 06 21:30:49.764 INFO E| Compiling pem-rfc7468 v0.7.0
34012026-07-06T21:30:50.444Z[ helios-setup] Jul 06 21:30:49.857 INFO E| Compiling equivalent v1.0.2
34022026-07-06T21:30:50.575Z[ helios-setup] Jul 06 21:30:49.989 INFO E| Compiling anyhow v1.0.100
34032026-07-06T21:30:50.683Z[ helios-setup] Jul 06 21:30:50.097 INFO E| Compiling winnow v0.7.13
34042026-07-06T21:30:50.687Z[ helios-setup] Jul 06 21:30:50.097 INFO E| Compiling generic-array v0.14.9
34052026-07-06T21:30:50.766Z[ host-package] Compiling rpassword v7.4.0
34062026-07-06T21:30:50.790Z[ helios-setup] Jul 06 21:30:50.203 INFO E| Compiling memchr v2.7.6
34072026-07-06T21:30:50.802Z[ helios-setup] Jul 06 21:30:50.215 INFO E| Compiling utf8parse v0.2.2
34082026-07-06T21:30:50.846Z[ helios-setup] Jul 06 21:30:50.259 INFO E| Compiling num-traits v0.2.19
34092026-07-06T21:30:50.866Z[ helios-setup] Jul 06 21:30:50.279 INFO E| Compiling crc32fast v1.5.0
34102026-07-06T21:30:51.168Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34112026-07-06T21:30:51.281Z[ helios-setup] Jul 06 21:30:50.694 INFO E| Compiling getrandom v0.2.16
34122026-07-06T21:30:51.289Z[ helios-setup] Jul 06 21:30:50.702 INFO E| Compiling hashbrown v0.16.0
34132026-07-06T21:30:51.347Z[ helios-setup] Jul 06 21:30:50.760 INFO E| Compiling flagset v0.4.7
34142026-07-06T21:30:51.409Z[ helios-setup] Jul 06 21:30:50.822 INFO E| Compiling byteorder v1.5.0
34152026-07-06T21:30:51.605Z[ helios-setup] Jul 06 21:30:51.018 INFO E| Compiling syn v2.0.108
34162026-07-06T21:30:51.622Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34172026-07-06T21:30:51.666Z[ helios-setup] Jul 06 21:30:51.080 INFO E| Compiling rand_core v0.6.4
34182026-07-06T21:30:51.810Z[ helios-setup] Jul 06 21:30:51.223 INFO E| Compiling errno v0.3.14
34192026-07-06T21:30:51.814Z[ helios-setup] Jul 06 21:30:51.224 INFO E| Compiling anstyle-parse v0.2.7
34202026-07-06T21:30:51.857Z[ helios-setup] Jul 06 21:30:51.269 INFO E| Compiling shlex v1.3.0
34212026-07-06T21:30:51.893Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34222026-07-06T21:30:51.977Z[ helios-setup] Jul 06 21:30:51.391 INFO E| Compiling syn v1.0.109
34232026-07-06T21:30:51.992Z[ helios-setup] Jul 06 21:30:51.405 INFO E| Compiling find-msvc-tools v0.1.4
34242026-07-06T21:30:52.043Z[ helios-setup] Jul 06 21:30:51.457 INFO E| Compiling cpufeatures v0.2.17
34252026-07-06T21:30:52.102Z[ helios-setup] Jul 06 21:30:51.509 INFO E| Compiling anstyle v1.0.13
34262026-07-06T21:30:52.105Z[ helios-setup] Jul 06 21:30:51.518 INFO E| Compiling toml_datetime v0.7.3
34272026-07-06T21:30:52.134Z[ helios-setup] Jul 06 21:30:51.547 INFO E| Compiling is_terminal_polyfill v1.70.2
34282026-07-06T21:30:52.140Z[ helios-setup] Jul 06 21:30:51.554 INFO E| Compiling allocator-api2 v0.2.21
34292026-07-06T21:30:52.209Z[ helios-setup] Jul 06 21:30:51.622 INFO E| Compiling anstyle-query v1.1.4
34302026-07-06T21:30:52.257Z[ helios-setup] Jul 06 21:30:51.671 INFO E| Compiling colorchoice v1.0.4
34312026-07-06T21:30:52.383Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34322026-07-06T21:30:52.507Z[ helios-setup] Jul 06 21:30:51.920 INFO E| Compiling crypto-common v0.1.6
34332026-07-06T21:30:52.527Z[ helios-setup] Jul 06 21:30:51.941 INFO E| Compiling block-buffer v0.10.4
34342026-07-06T21:30:52.527Z[ helios-setup] Jul 06 21:30:51.941 INFO E| Compiling indexmap v2.12.0
34352026-07-06T21:30:52.585Z[ helios-setup] Jul 06 21:30:51.990 INFO E| Compiling radium v0.7.0
34362026-07-06T21:30:52.652Z[ helios-setup] Jul 06 21:30:52.066 INFO E| Compiling anstream v0.6.21
34372026-07-06T21:30:52.705Z[ helios-setup] Jul 06 21:30:52.118 INFO E| Compiling cc v1.2.44
34382026-07-06T21:30:52.713Z[ helios-setup] Jul 06 21:30:52.125 INFO E| Compiling slog v2.8.2
34392026-07-06T21:30:52.721Z[ helios-setup] Jul 06 21:30:52.135 INFO E| Compiling digest v0.10.7
34402026-07-06T21:30:52.804Z[ helios-setup] Jul 06 21:30:52.217 INFO E| Compiling pkg-config v0.3.32
34412026-07-06T21:30:52.868Z[ host-package] Compiling tui-tree-widget v0.23.1
34422026-07-06T21:30:53.257Z[ helios-setup] Jul 06 21:30:52.670 INFO E| Compiling sha2 v0.10.9
34432026-07-06T21:30:53.263Z[ helios-setup] Jul 06 21:30:52.677 INFO E| Compiling unicode-width v0.2.2
34442026-07-06T21:30:53.517Z[ helios-setup] Jul 06 21:30:52.930 INFO E| Compiling toml_parser v1.0.4
34452026-07-06T21:30:53.537Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34462026-07-06T21:30:53.601Z[ helios-setup] Jul 06 21:30:53.015 INFO E| Compiling tap v1.0.1
34472026-07-06T21:30:53.757Z[ helios-setup] Jul 06 21:30:53.170 INFO E| Compiling maybe-uninit v2.0.0
34482026-07-06T21:30:53.797Z[ helios-setup] Jul 06 21:30:53.210 INFO E| Compiling futures-sink v0.3.31
34492026-07-06T21:30:53.806Z[ helios-setup] Jul 06 21:30:53.219 INFO E| Compiling parking_lot_core v0.9.12
34502026-07-06T21:30:53.841Z[ helios-setup] Jul 06 21:30:53.254 INFO E| Compiling pin-project-lite v0.2.16
34512026-07-06T21:30:53.913Z[ helios-setup] Jul 06 21:30:53.326 INFO E| Compiling futures-core v0.3.31
34522026-07-06T21:30:53.920Z[ helios-setup] Jul 06 21:30:53.333 INFO E| Compiling wyz v0.5.1
34532026-07-06T21:30:53.927Z[ helios-setup] Jul 06 21:30:53.340 INFO E| Compiling getopts v0.2.24
34542026-07-06T21:30:54.083Z[ helios-setup] Jul 06 21:30:53.497 INFO E| Compiling futures-channel v0.3.31
34552026-07-06T21:30:54.154Z[ helios-setup] Jul 06 21:30:53.568 INFO E| Compiling ahash v0.8.12
34562026-07-06T21:30:54.365Z[ helios-setup] Jul 06 21:30:53.778 INFO E| Compiling num-integer v0.1.46
34572026-07-06T21:30:54.449Z[ helios-setup] Jul 06 21:30:53.862 INFO E| Compiling bitflags v2.10.0
34582026-07-06T21:30:54.460Z[ helios-setup] Jul 06 21:30:53.873 INFO E| Compiling toml_edit v0.23.7
34592026-07-06T21:30:54.566Z[ helios-setup] Jul 06 21:30:53.980 INFO E| Compiling pin-utils v0.1.0
34602026-07-06T21:30:54.660Z[ helios-setup] Jul 06 21:30:54.074 INFO E| Compiling num-conv v0.1.0
34612026-07-06T21:30:54.689Z[ helios-setup] Jul 06 21:30:54.103 INFO E| Compiling clap_lex v0.7.6
34622026-07-06T21:30:54.701Z[ helios-setup] Jul 06 21:30:54.115 INFO E| Compiling strsim v0.11.1
34632026-07-06T21:30:54.766Z[ helios-setup] Jul 06 21:30:54.180 INFO E| Compiling itoa v1.0.15
34642026-07-06T21:30:54.782Z[ helios-setup] Jul 06 21:30:54.196 INFO E| Compiling slab v0.4.11
34652026-07-06T21:30:54.862Z[ helios-setup] Jul 06 21:30:54.275 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34662026-07-06T21:30:54.868Z[ helios-setup] Jul 06 21:30:54.282 INFO E| Compiling time-core v0.1.6
34672026-07-06T21:30:55.095Z[ helios-setup] Jul 06 21:30:54.508 INFO E| Compiling bytes v1.10.1
34682026-07-06T21:30:55.136Z[ helios-setup] Jul 06 21:30:54.549 INFO E| Compiling heck v0.5.0
34692026-07-06T21:30:55.158Z[ helios-setup] Jul 06 21:30:54.572 INFO E| Compiling powerfmt v0.2.0
34702026-07-06T21:30:55.239Z[ helios-setup] Jul 06 21:30:54.652 INFO E| Compiling packed_struct v0.10.1
34712026-07-06T21:30:55.245Z[ helios-setup] Jul 06 21:30:54.659 INFO E| Compiling scopeguard v1.2.0
34722026-07-06T21:30:55.479Z[ helios-setup] Jul 06 21:30:54.892 INFO E| Compiling futures-task v0.3.31
34732026-07-06T21:30:55.576Z[ helios-setup] Jul 06 21:30:54.989 INFO E| Compiling funty v2.0.0
34742026-07-06T21:30:55.617Z[ helios-setup] Jul 06 21:30:55.030 INFO E| Compiling proc-macro-crate v3.4.0
34752026-07-06T21:30:55.680Z[ helios-setup] Jul 06 21:30:55.093 INFO E| Compiling getrandom v0.3.4
34762026-07-06T21:30:55.704Z[ helios-setup] Jul 06 21:30:55.118 INFO E| Compiling futures-io v0.3.31
34772026-07-06T21:30:55.746Z[ helios-setup] Jul 06 21:30:55.159 INFO E| Compiling num-bigint-dig v0.8.4
34782026-07-06T21:30:55.841Z[ helios-setup] Jul 06 21:30:55.254 INFO E| Compiling thiserror v1.0.69
34792026-07-06T21:30:55.859Z[ helios-setup] Jul 06 21:30:55.272 INFO E| Compiling spin v0.9.8
34802026-07-06T21:30:56.063Z[ helios-setup] Jul 06 21:30:55.476 INFO E| Compiling terminal_size v0.4.3
34812026-07-06T21:30:56.102Z[ helios-setup] Jul 06 21:30:55.516 INFO E| Compiling lazy_static v1.5.0
34822026-07-06T21:30:56.210Z[ helios-setup] Jul 06 21:30:55.624 INFO E| Compiling clap_builder v4.5.51
34832026-07-06T21:30:56.265Z[ helios-setup] Jul 06 21:30:55.679 INFO E| Compiling time-macros v0.2.24
34842026-07-06T21:30:56.294Z[ helios-setup] Jul 06 21:30:55.707 INFO E| Compiling bitvec v1.0.1
34852026-07-06T21:30:56.337Z[ helios-setup] Jul 06 21:30:55.751 INFO E| Compiling deranged v0.5.5
34862026-07-06T21:30:56.359Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34872026-07-06T21:30:56.371Z[ helios-setup] Jul 06 21:30:55.785 INFO E| Compiling lock_api v0.4.14
34882026-07-06T21:30:56.683Z[ helios-setup] Jul 06 21:30:56.097 INFO E| Compiling num-iter v0.1.45
34892026-07-06T21:30:56.748Z[ helios-setup] Jul 06 21:30:56.161 INFO E| Compiling indexmap v1.9.3
34902026-07-06T21:30:56.812Z[ helios-setup] Jul 06 21:30:56.225 INFO E| Compiling thiserror v2.0.17
34912026-07-06T21:30:57.004Z[ helios-setup] Jul 06 21:30:56.417 INFO E| Compiling iana-time-zone v0.1.64
34922026-07-06T21:30:57.058Z[ helios-setup] Jul 06 21:30:56.469 INFO E| Compiling once_cell v1.21.3
34932026-07-06T21:30:57.181Z[ helios-setup] Jul 06 21:30:56.594 INFO E| Compiling crc-catalog v2.4.0
34942026-07-06T21:30:57.232Z[ helios-setup] Jul 06 21:30:56.645 INFO E| Compiling adler2 v2.0.1
34952026-07-06T21:30:57.256Z[ helios-setup] Jul 06 21:30:56.669 INFO E| Compiling nodrop v0.1.14
34962026-07-06T21:30:57.354Z[ helios-setup] Jul 06 21:30:56.767 INFO E| Compiling serde_json v1.0.145
34972026-07-06T21:30:57.396Z[ helios-setup] Jul 06 21:30:56.809 INFO E| Compiling simd-adler32 v0.3.7
34982026-07-06T21:30:57.560Z[ helios-setup] Jul 06 21:30:56.973 INFO E| Compiling log v0.4.28
34992026-07-06T21:30:57.683Z[ helios-setup] Jul 06 21:30:57.097 INFO E| Compiling miniz_oxide v0.8.9
35002026-07-06T21:30:57.710Z[ helios-setup] Jul 06 21:30:57.123 INFO E| Compiling array-init v0.0.4
35012026-07-06T21:30:57.795Z[ helios-setup] Jul 06 21:30:57.208 INFO E| Compiling crc v3.3.0
35022026-07-06T21:30:57.895Z[ helios-setup] Jul 06 21:30:57.308 INFO E| Compiling env_filter v0.1.4
35032026-07-06T21:30:57.923Z[ helios-setup] Jul 06 21:30:57.336 INFO E| Compiling chrono v0.4.42
35042026-07-06T21:30:58.099Z[ helios-setup] Jul 06 21:30:57.512 INFO E| Compiling parking_lot v0.12.5
35052026-07-06T21:30:58.303Z[ helios-setup] Jul 06 21:30:57.716 INFO E| Compiling serde_derive v1.0.228
35062026-07-06T21:30:58.350Z[ helios-setup] Jul 06 21:30:57.764 INFO E| Compiling zerocopy-derive v0.8.27
35072026-07-06T21:30:58.350Z[ helios-setup] Jul 06 21:30:57.764 INFO E| Compiling der_derive v0.7.3
35082026-07-06T21:30:58.525Z[ helios-setup] Jul 06 21:30:57.938 INFO E| Compiling futures-macro v0.3.31
35092026-07-06T21:30:58.691Z[ helios-setup] Jul 06 21:30:58.105 INFO E| Compiling zerocopy-derive v0.6.6
35102026-07-06T21:30:58.845Z[ helios-setup] Jul 06 21:30:58.258 INFO E| Compiling num_enum_derive v0.7.5
35112026-07-06T21:30:59.298Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35122026-07-06T21:30:59.350Z[ helios-setup] Jul 06 21:30:58.763 INFO E| Compiling bitfield-macros v0.19.3
35132026-07-06T21:30:59.528Z[ helios-setup] Jul 06 21:30:58.941 INFO E| Compiling clap_derive v4.5.49
35142026-07-06T21:30:59.633Z[ helios-setup] Jul 06 21:30:59.046 INFO E| Compiling thiserror-impl v1.0.69
35152026-07-06T21:31:00.093Z[ helios-setup] Jul 06 21:30:59.506 INFO E| Compiling packed_struct_codegen v0.10.1
35162026-07-06T21:31:00.148Z[ helios-setup] Jul 06 21:30:59.561 INFO E| Compiling time v0.3.44
35172026-07-06T21:31:00.153Z[ host-package] Compiling uzers v0.12.2
35182026-07-06T21:31:00.472Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35192026-07-06T21:31:00.529Z[ helios-setup] Jul 06 21:30:59.942 INFO E| Compiling tokio-macros v2.6.0
35202026-07-06T21:31:00.571Z[ helios-setup] Jul 06 21:30:59.984 INFO E| Compiling thiserror-impl v2.0.17
35212026-07-06T21:31:00.704Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35222026-07-06T21:31:00.743Z[ helios-setup] Jul 06 21:31:00.157 INFO E| Compiling zerocopy v0.6.6
35232026-07-06T21:31:00.770Z[ helios-setup] Jul 06 21:31:00.183 INFO E| Compiling futures-util v0.3.31
35242026-07-06T21:31:00.943Z[ helios-setup] Jul 06 21:31:00.357 INFO E| Compiling der v0.7.10
35252026-07-06T21:31:01.016Z[ helios-setup] Jul 06 21:31:00.429 INFO E| Compiling bitfield v0.19.3
35262026-07-06T21:31:01.067Z[ helios-setup] Jul 06 21:31:00.480 INFO E| Compiling num_enum v0.7.5
35272026-07-06T21:31:01.641Z[ helios-setup] Jul 06 21:31:01.054 INFO E| Compiling smallvec v0.6.14
35282026-07-06T21:31:01.716Z[ helios-setup] Jul 06 21:31:01.129 INFO E| Compiling serde_spanned v1.0.3
35292026-07-06T21:31:02.270Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35302026-07-06T21:31:02.415Z[ helios-setup] Jul 06 21:31:01.827 INFO E| Compiling signature v2.2.0
35312026-07-06T21:31:02.482Z[ helios-setup] Jul 06 21:31:01.896 INFO E| Compiling socket2 v0.6.1
35322026-07-06T21:31:02.629Z[ helios-setup] Jul 06 21:31:02.043 INFO E| Compiling mio v1.1.0
35332026-07-06T21:31:02.692Z[ helios-setup] Jul 06 21:31:02.106 INFO E| Compiling is-terminal v0.4.17
35342026-07-06T21:31:02.696Z[ helios-setup] Jul 06 21:31:02.106 INFO E| Compiling signal-hook-registry v1.4.6
35352026-07-06T21:31:02.712Z[ helios-setup] Jul 06 21:31:02.126 INFO E| Compiling thread_local v1.1.9
35362026-07-06T21:31:02.767Z[ helios-setup] Jul 06 21:31:02.181 INFO E| Compiling toml_writer v1.0.4
35372026-07-06T21:31:02.831Z[ helios-setup] Jul 06 21:31:02.242 INFO E| Compiling base64 v0.21.7
35382026-07-06T21:31:02.907Z[ helios-setup] Jul 06 21:31:02.321 INFO E| Compiling clap v4.5.51
35392026-07-06T21:31:03.009Z[ helios-setup] Jul 06 21:31:02.422 INFO E| Compiling ryu v1.0.20
35402026-07-06T21:31:03.016Z[ helios-setup] Jul 06 21:31:02.429 INFO E| Compiling term v1.2.0
35412026-07-06T21:31:03.091Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35422026-07-06T21:31:03.525Z[ helios-setup] Jul 06 21:31:02.938 INFO E| Compiling spki v0.7.3
35432026-07-06T21:31:03.632Z[ helios-setup] Jul 06 21:31:03.046 INFO E| Compiling libdevinfo-sys v1.1.0
35442026-07-06T21:31:03.738Z[ helios-setup] Jul 06 21:31:03.151 INFO E| Compiling hashbrown v0.12.3
35452026-07-06T21:31:03.792Z[ helios-setup] Jul 06 21:31:03.200 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35462026-07-06T21:31:03.856Z[ helios-setup] Jul 06 21:31:03.269 INFO E| Compiling winnow v0.5.40
35472026-07-06T21:31:03.863Z[ helios-setup] Jul 06 21:31:03.276 INFO E| Compiling subtle v2.6.1
35482026-07-06T21:31:03.876Z[ helios-setup] Jul 06 21:31:03.289 INFO E| Compiling devinfo v0.1.0
35492026-07-06T21:31:04.145Z[ helios-setup] Jul 06 21:31:03.527 INFO E| Compiling pkcs8 v0.10.2
35502026-07-06T21:31:04.149Z[ helios-setup] Jul 06 21:31:03.534 INFO E| Compiling x509-cert v0.2.5
35512026-07-06T21:31:04.159Z[ helios-setup] Jul 06 21:31:03.573 INFO E| Compiling tokio v1.48.0
35522026-07-06T21:31:04.364Z[ helios-setup] Jul 06 21:31:03.778 INFO E| Compiling toml v0.9.8
35532026-07-06T21:31:04.441Z[ helios-setup] Jul 06 21:31:03.854 INFO E| Compiling pkcs1 v0.7.5
35542026-07-06T21:31:04.727Z[ helios-setup] Jul 06 21:31:04.141 INFO E| Compiling erased-serde v0.3.31
35552026-07-06T21:31:04.857Z[ helios-setup] Jul 06 21:31:04.270 INFO E| Compiling ppv-lite86 v0.2.21
35562026-07-06T21:31:05.187Z[ helios-setup] Jul 06 21:31:04.600 INFO E| Compiling serde_spanned v0.6.9
35572026-07-06T21:31:05.470Z[ helios-setup] Jul 06 21:31:04.880 INFO E| Compiling rand_chacha v0.3.1
35582026-07-06T21:31:05.516Z[ helios-setup] Jul 06 21:31:04.930 INFO E| Compiling toml_datetime v0.6.11
35592026-07-06T21:31:05.613Z[ helios-setup] Jul 06 21:31:05.026 INFO E| Compiling hashbrown v0.13.2
35602026-07-06T21:31:05.881Z[ helios-setup] Jul 06 21:31:05.294 INFO E| Compiling rand v0.8.5
35612026-07-06T21:31:06.182Z[ helios-setup] Jul 06 21:31:05.596 INFO E| Compiling futures-executor v0.3.31
35622026-07-06T21:31:06.195Z[ helios-setup] Jul 06 21:31:05.609 INFO E| Compiling slog-term v2.9.2
35632026-07-06T21:31:06.293Z[ helios-setup] Jul 06 21:31:05.707 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35642026-07-06T21:31:06.813Z[ helios-setup] Jul 06 21:31:06.227 INFO E| Compiling futures v0.3.31
35652026-07-06T21:31:06.845Z[ helios-setup] Jul 06 21:31:06.259 INFO E| Compiling ron v0.8.1
35662026-07-06T21:31:06.939Z[ helios-setup] Jul 06 21:31:06.353 INFO E| Compiling serde-hex v0.1.0
35672026-07-06T21:31:07.057Z[ helios-setup] Jul 06 21:31:06.471 INFO E| Compiling uuid v1.18.1
35682026-07-06T21:31:07.080Z[ helios-setup] Jul 06 21:31:06.493 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35692026-07-06T21:31:07.139Z[ helios-setup] Jul 06 21:31:06.552 INFO E| Compiling bzip2 v0.4.4
35702026-07-06T21:31:07.330Z[ helios-setup] Jul 06 21:31:06.744 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35712026-07-06T21:31:07.647Z[ helios-setup] Jul 06 21:31:07.061 INFO E| Compiling toml_edit v0.19.15
35722026-07-06T21:31:07.745Z[ helios-setup] Jul 06 21:31:07.158 INFO E| Compiling flate2 v1.1.5
35732026-07-06T21:31:07.806Z[ helios-setup] Jul 06 21:31:07.219 INFO E| Compiling env_logger v0.11.8
35742026-07-06T21:31:07.924Z[ helios-setup] Jul 06 21:31:07.338 INFO E| Compiling crc-any v2.5.0
35752026-07-06T21:31:08.788Z[ helios-setup] Jul 06 21:31:08.201 INFO E| Compiling bitflags v1.3.2
35762026-07-06T21:31:08.813Z[ helios-setup] Jul 06 21:31:08.226 INFO E| Compiling foldhash v0.2.0
35772026-07-06T21:31:08.894Z[ helios-setup] Jul 06 21:31:08.307 INFO E| Compiling hex v0.4.3
35782026-07-06T21:31:08.920Z[ helios-setup] Jul 06 21:31:08.333 INFO E| Compiling rustc-hash v2.1.1
35792026-07-06T21:31:08.994Z[ helios-setup] Jul 06 21:31:08.408 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35802026-07-06T21:31:09.123Z[ helios-setup] Jul 06 21:31:08.537 INFO E| Compiling rsa v0.9.8
35812026-07-06T21:31:09.148Z[ helios-setup] Jul 06 21:31:08.561 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35822026-07-06T21:31:09.203Z[ host-package] Compiling support-bundle-viewer v0.1.2
35832026-07-06T21:31:09.419Z[ helios-setup] Jul 06 21:31:08.832 INFO E| Compiling iddqd v0.3.14
35842026-07-06T21:31:09.544Z[ helios-setup] Jul 06 21:31:08.957 INFO E| Compiling zip v0.6.6
35852026-07-06T21:31:09.722Z[ helios-setup] Jul 06 21:31:09.136 INFO E| Compiling object v0.30.4
35862026-07-06T21:31:10.278Z[ helios-setup] Jul 06 21:31:09.691 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35872026-07-06T21:31:10.757Z[ helios-setup] Jul 06 21:31:10.171 INFO E| Compiling path-slash v0.1.5
35882026-07-06T21:31:11.062Z[ helios-setup] Jul 06 21:31:10.475 INFO E| Compiling toml v0.7.8
35892026-07-06T21:31:12.246Z[ helios-setup] Jul 06 21:31:11.660 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35902026-07-06T21:31:12.252Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35912026-07-06T21:31:12.437Z[ helios-setup] Jul 06 21:31:11.850 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35922026-07-06T21:31:14.134Z[ host-package] Compiling multimap v0.10.1
35932026-07-06T21:31:17.544Z[ helios-setup] Jul 06 21:31:16.958 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35942026-07-06T21:31:18.889Z[ helios-setup] Jul 06 21:31:18.303 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35952026-07-06T21:31:23.168Z[ helios-setup] Jul 06 21:31:22.581 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35962026-07-06T21:31:32.567Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
35972026-07-06T21:31:35.176Z[ helios-setup] Jul 06 21:31:34.589 INFO E| Finished `release` profile [optimized] target(s) in 48.17s
35982026-07-06T21:31:35.179Z[ helios-setup] Jul 06 21:31:34.592 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35992026-07-06T21:31:35.179Z[ helios-setup] Jul 06 21:31:34.592 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36002026-07-06T21:31:35.237Z[ helios-setup] Jul 06 21:31:34.651 INFO building project "pilot" ok (48 seconds)
36012026-07-06T21:31:35.237Z[ helios-setup] Jul 06 21:31:34.651 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36022026-07-06T21:31:35.247Z[ helios-setup] Jul 06 21:31:34.660 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
36032026-07-06T21:31:35.247Z[ helios-setup] Jul 06 21:31:34.660 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36042026-07-06T21:31:35.247Z[ helios-setup] Jul 06 21:31:34.660 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36052026-07-06T21:31:35.261Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
36062026-07-06T21:31:35.365Z[ helios-setup] Jul 06 21:31:34.778 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36072026-07-06T21:31:35.646Z[ helios-setup] Jul 06 21:31:35.059 INFO E| From https://github.com/jclulow/rust-jmclib
36082026-07-06T21:31:35.646Z[ helios-setup] Jul 06 21:31:35.059 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36092026-07-06T21:31:35.663Z[ helios-setup] Jul 06 21:31:35.076 INFO E| Updating crates.io index
36102026-07-06T21:31:35.716Z[ helios-setup] Jul 06 21:31:35.130 INFO E| Downloading crates ...
36112026-07-06T21:31:35.772Z[ helios-setup] Jul 06 21:31:35.185 INFO E| Downloaded tempfile v3.7.0
36122026-07-06T21:31:35.779Z[ helios-setup] Jul 06 21:31:35.193 INFO E| Downloaded cpufeatures v0.2.9
36132026-07-06T21:31:35.784Z[ helios-setup] Jul 06 21:31:35.198 INFO E| Downloaded fastrand v2.0.0
36142026-07-06T21:31:35.790Z[ helios-setup] Jul 06 21:31:35.203 INFO E| Downloaded serde_json v1.0.103
36152026-07-06T21:31:35.794Z[ helios-setup] Jul 06 21:31:35.208 INFO E| Downloaded md-5 v0.9.1
36162026-07-06T21:31:35.797Z[ helios-setup] Jul 06 21:31:35.209 INFO E| Downloaded errno v0.3.1
36172026-07-06T21:31:35.797Z[ helios-setup] Jul 06 21:31:35.210 INFO E| Downloaded serde_derive v1.0.193
36182026-07-06T21:31:35.800Z[ helios-setup] Jul 06 21:31:35.213 INFO E| Downloaded block-buffer v0.9.0
36192026-07-06T21:31:35.802Z[ helios-setup] Jul 06 21:31:35.216 INFO E| Downloaded digest v0.9.0
36202026-07-06T21:31:35.806Z[ helios-setup] Jul 06 21:31:35.220 INFO E| Downloaded libdevinfo-sys v1.0.0
36212026-07-06T21:31:35.814Z[ helios-setup] Jul 06 21:31:35.225 INFO E| Downloaded glob v0.3.1
36222026-07-06T21:31:35.817Z[ helios-setup] Jul 06 21:31:35.230 INFO E| Downloaded unicode-width v0.1.10
36232026-07-06T21:31:35.820Z[ helios-setup] Jul 06 21:31:35.234 INFO E| Downloaded sha-1 v0.9.8
36242026-07-06T21:31:35.828Z[ helios-setup] Jul 06 21:31:35.241 INFO E| Downloaded uuid v0.8.2
36252026-07-06T21:31:35.831Z[ helios-setup] Jul 06 21:31:35.243 INFO E| Downloaded typenum v1.16.0
36262026-07-06T21:31:35.831Z[ helios-setup] Jul 06 21:31:35.244 INFO E| Downloaded proc-macro2 v1.0.66
36272026-07-06T21:31:35.834Z[ helios-setup] Jul 06 21:31:35.246 INFO E| Downloaded walkdir v2.3.3
36282026-07-06T21:31:35.834Z[ helios-setup] Jul 06 21:31:35.247 INFO E| Downloaded bitflags v2.3.3
36292026-07-06T21:31:35.837Z[ helios-setup] Jul 06 21:31:35.248 INFO E| Downloaded unicode-ident v1.0.11
36302026-07-06T21:31:35.837Z[ helios-setup] Jul 06 21:31:35.250 INFO E| Downloaded once_cell v1.18.0
36312026-07-06T21:31:35.840Z[ helios-setup] Jul 06 21:31:35.251 INFO E| Downloaded getrandom v0.2.10
36322026-07-06T21:31:35.840Z[ helios-setup] Jul 06 21:31:35.253 INFO E| Downloaded anyhow v1.0.72
36332026-07-06T21:31:35.844Z[ helios-setup] Jul 06 21:31:35.258 INFO E| Downloaded quote v1.0.31
36342026-07-06T21:31:35.848Z[ helios-setup] Jul 06 21:31:35.262 INFO E| Downloaded toml v0.5.11
36352026-07-06T21:31:35.858Z[ helios-setup] Jul 06 21:31:35.272 INFO E| Downloaded serde v1.0.193
36362026-07-06T21:31:35.881Z[ helios-setup] Jul 06 21:31:35.293 INFO E| Downloaded syn v2.0.32
36372026-07-06T21:31:35.897Z[ helios-setup] Jul 06 21:31:35.310 INFO E| Downloaded rustix v0.38.4
36382026-07-06T21:31:35.933Z[ helios-setup] Jul 06 21:31:35.347 INFO E| Downloaded libc v0.2.147
36392026-07-06T21:31:35.997Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling libc v0.2.147
36402026-07-06T21:31:35.997Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling proc-macro2 v1.0.66
36412026-07-06T21:31:35.997Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling cfg-if v1.0.0
36422026-07-06T21:31:36.000Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling unicode-ident v1.0.11
36432026-07-06T21:31:36.001Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling typenum v1.16.0
36442026-07-06T21:31:36.001Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling version_check v0.9.4
36452026-07-06T21:31:36.001Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling serde v1.0.193
36462026-07-06T21:31:36.001Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling slog v2.7.0
36472026-07-06T21:31:36.001Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling rustix v0.38.4
36482026-07-06T21:31:36.001Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling powerfmt v0.2.0
36492026-07-06T21:31:36.001Z[ helios-setup] Jul 06 21:31:35.410 INFO E| Compiling time-core v0.1.2
36502026-07-06T21:31:36.001Z[ helios-setup] Jul 06 21:31:35.411 INFO E| Compiling num-conv v0.1.0
36512026-07-06T21:31:36.654Z[ helios-setup] Jul 06 21:31:36.067 INFO E| Compiling itoa v1.0.9
36522026-07-06T21:31:36.657Z[ helios-setup] Jul 06 21:31:36.067 INFO E| Compiling num_threads v0.1.6
36532026-07-06T21:31:36.657Z[ helios-setup] Jul 06 21:31:36.067 INFO E| Compiling bitflags v2.3.3
36542026-07-06T21:31:36.657Z[ helios-setup] Jul 06 21:31:36.068 INFO E| Compiling once_cell v1.18.0
36552026-07-06T21:31:36.734Z[ helios-setup] Jul 06 21:31:36.147 INFO E| Compiling serde_json v1.0.103
36562026-07-06T21:31:36.807Z[ helios-setup] Jul 06 21:31:36.220 INFO E| Compiling fastrand v2.0.0
36572026-07-06T21:31:36.942Z[ helios-setup] Jul 06 21:31:36.356 INFO E| Compiling anyhow v1.0.72
36582026-07-06T21:31:36.963Z[ helios-setup] Jul 06 21:31:36.376 INFO E| Compiling deranged v0.3.11
36592026-07-06T21:31:36.986Z[ helios-setup] Jul 06 21:31:36.400 INFO E| Compiling opaque-debug v0.3.0
36602026-07-06T21:31:37.074Z[ helios-setup] Jul 06 21:31:36.487 INFO E| Compiling ryu v1.0.15
36612026-07-06T21:31:37.107Z[ helios-setup] Jul 06 21:31:36.521 INFO E| Compiling thread_local v1.1.7
36622026-07-06T21:31:37.241Z[ helios-setup] Jul 06 21:31:36.654 INFO E| Compiling same-file v1.0.6
36632026-07-06T21:31:37.274Z[ helios-setup] Jul 06 21:31:36.688 INFO E| Compiling generic-array v0.14.7
36642026-07-06T21:31:37.365Z[ helios-setup] Jul 06 21:31:36.779 INFO E| Compiling cpufeatures v0.2.9
36652026-07-06T21:31:37.392Z[ helios-setup] Jul 06 21:31:36.806 INFO E| Compiling unicode-width v0.1.10
36662026-07-06T21:31:37.581Z[ helios-setup] Jul 06 21:31:36.995 INFO E| Compiling quote v1.0.31
36672026-07-06T21:31:37.594Z[ helios-setup] Jul 06 21:31:37.007 INFO E| Compiling getopts v0.2.21
36682026-07-06T21:31:37.675Z[ helios-setup] Jul 06 21:31:37.089 INFO E| Compiling dirs-sys-next v0.1.2
36692026-07-06T21:31:37.692Z[ helios-setup] Jul 06 21:31:37.105 INFO E| Compiling time-macros v0.2.18
36702026-07-06T21:31:37.698Z[ helios-setup] Jul 06 21:31:37.112 INFO E| Compiling errno v0.3.1
36712026-07-06T21:31:37.801Z[ helios-setup] Jul 06 21:31:37.214 INFO E| Compiling atty v0.2.14
36722026-07-06T21:31:37.837Z[ helios-setup] Jul 06 21:31:37.251 INFO E| Compiling getrandom v0.2.10
36732026-07-06T21:31:37.897Z[ helios-setup] Jul 06 21:31:37.311 INFO E| Compiling walkdir v2.3.3
36742026-07-06T21:31:37.915Z[ helios-setup] Jul 06 21:31:37.328 INFO E| Compiling glob v0.3.1
36752026-07-06T21:31:37.948Z[ helios-setup] Jul 06 21:31:37.361 INFO E| Compiling libdevinfo-sys v1.0.0
36762026-07-06T21:31:38.020Z[ helios-setup] Jul 06 21:31:37.433 INFO E| Compiling dirs-next v2.0.0
36772026-07-06T21:31:38.060Z[ helios-setup] Jul 06 21:31:37.473 INFO E| Compiling syn v2.0.32
36782026-07-06T21:31:38.174Z[ helios-setup] Jul 06 21:31:37.588 INFO E| Compiling term v0.7.0
36792026-07-06T21:31:38.825Z[ helios-setup] Jul 06 21:31:38.238 INFO E| Compiling tempfile v3.7.0
36802026-07-06T21:31:39.071Z[ helios-setup] Jul 06 21:31:38.484 INFO E| Compiling digest v0.9.0
36812026-07-06T21:31:39.071Z[ helios-setup] Jul 06 21:31:38.484 INFO E| Compiling block-buffer v0.9.0
36822026-07-06T21:31:39.164Z[ helios-setup] Jul 06 21:31:38.578 INFO E| Compiling time v0.3.36
36832026-07-06T21:31:39.188Z[ helios-setup] Jul 06 21:31:38.593 INFO E| Compiling md-5 v0.9.1
36842026-07-06T21:31:39.188Z[ helios-setup] Jul 06 21:31:38.593 INFO E| Compiling sha-1 v0.9.8
36852026-07-06T21:31:40.050Z[ helios-setup] Jul 06 21:31:39.463 INFO E| Compiling slog-term v2.9.0
36862026-07-06T21:31:40.724Z[ helios-setup] Jul 06 21:31:40.137 INFO E| Compiling serde_derive v1.0.193
36872026-07-06T21:31:41.385Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
36882026-07-06T21:31:42.417Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36892026-07-06T21:31:43.004Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36902026-07-06T21:31:45.471Z[ helios-setup] Jul 06 21:31:44.884 INFO E| Compiling toml v0.5.11
36912026-07-06T21:31:45.471Z[ helios-setup] Jul 06 21:31:44.884 INFO E| Compiling uuid v0.8.2
36922026-07-06T21:31:46.207Z[ helios-setup] Jul 06 21:31:45.620 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
36932026-07-06T21:31:47.009Z[ helios-setup] Jul 06 21:31:46.423 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
36942026-07-06T21:31:51.778Z[ helios-setup] Jul 06 21:31:51.192 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.51s
36952026-07-06T21:31:51.803Z[ helios-setup] Jul 06 21:31:51.216 INFO building project "image-builder" ok (16 seconds)
36962026-07-06T21:31:51.803Z[ helios-setup] Jul 06 21:31:51.217 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36972026-07-06T21:31:51.813Z[ helios-setup] Jul 06 21:31:51.227 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
36982026-07-06T21:31:51.813Z[ helios-setup] Jul 06 21:31:51.227 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36992026-07-06T21:31:51.816Z[ helios-setup] Jul 06 21:31:51.227 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37002026-07-06T21:31:51.938Z[ helios-setup] Jul 06 21:31:51.343 INFO E| Downloading crates ...
37012026-07-06T21:31:51.984Z[ helios-setup] Jul 06 21:31:51.398 INFO E| Downloaded typenum v1.15.0
37022026-07-06T21:31:51.992Z[ helios-setup] Jul 06 21:31:51.406 INFO E| Downloaded generic-array v0.14.6
37032026-07-06T21:31:51.995Z[ helios-setup] Jul 06 21:31:51.407 INFO E| Downloaded cpufeatures v0.2.5
37042026-07-06T21:31:51.995Z[ helios-setup] Jul 06 21:31:51.408 INFO E| Downloaded sha2 v0.10.5
37052026-07-06T21:31:51.998Z[ helios-setup] Jul 06 21:31:51.409 INFO E| Downloaded block-buffer v0.10.3
37062026-07-06T21:31:52.001Z[ helios-setup] Jul 06 21:31:51.414 INFO E| Downloaded bytes v1.2.1
37072026-07-06T21:31:52.004Z[ helios-setup] Jul 06 21:31:51.416 INFO E| Downloaded digest v0.10.3
37082026-07-06T21:31:52.008Z[ helios-setup] Jul 06 21:31:51.421 INFO E| Downloaded miniz_oxide v0.6.2
37092026-07-06T21:31:52.010Z[ helios-setup] Jul 06 21:31:51.423 INFO E| Downloaded flate2 v1.0.25
37102026-07-06T21:31:52.013Z[ helios-setup] Jul 06 21:31:51.426 INFO E| Downloaded anyhow v1.0.62
37112026-07-06T21:31:52.058Z[ helios-setup] Jul 06 21:31:51.471 INFO E| Compiling version_check v0.9.4
37122026-07-06T21:31:52.058Z[ helios-setup] Jul 06 21:31:51.471 INFO E| Compiling typenum v1.15.0
37132026-07-06T21:31:52.061Z[ helios-setup] Jul 06 21:31:51.471 INFO E| Compiling cfg-if v1.0.0
37142026-07-06T21:31:52.061Z[ helios-setup] Jul 06 21:31:51.472 INFO E| Compiling crc32fast v1.3.2
37152026-07-06T21:31:52.061Z[ helios-setup] Jul 06 21:31:51.472 INFO E| Compiling anyhow v1.0.62
37162026-07-06T21:31:52.061Z[ helios-setup] Jul 06 21:31:51.472 INFO E| Compiling adler v1.0.2
37172026-07-06T21:31:52.061Z[ helios-setup] Jul 06 21:31:51.472 INFO E| Compiling cpufeatures v0.2.5
37182026-07-06T21:31:52.061Z[ helios-setup] Jul 06 21:31:51.472 INFO E| Compiling unicode-width v0.1.10
37192026-07-06T21:31:52.061Z[ helios-setup] Jul 06 21:31:51.472 INFO E| Compiling bytes v1.2.1
37202026-07-06T21:31:52.061Z[ helios-setup] Jul 06 21:31:51.472 INFO E| Compiling bitflags v1.3.2
37212026-07-06T21:31:52.652Z[ helios-setup] Jul 06 21:31:52.066 INFO E| Compiling getopts v0.2.21
37222026-07-06T21:31:52.683Z[ helios-setup] Jul 06 21:31:52.097 INFO E| Compiling generic-array v0.14.6
37232026-07-06T21:31:52.831Z[ helios-setup] Jul 06 21:31:52.244 INFO E| Compiling miniz_oxide v0.6.2
37242026-07-06T21:31:53.524Z[ helios-setup] Jul 06 21:31:52.937 INFO E| Compiling flate2 v1.0.25
37252026-07-06T21:31:54.314Z[ helios-setup] Jul 06 21:31:53.718 INFO E| Compiling crypto-common v0.1.6
37262026-07-06T21:31:54.315Z[ helios-setup] Jul 06 21:31:53.718 INFO E| Compiling block-buffer v0.10.3
37272026-07-06T21:31:54.416Z[ helios-setup] Jul 06 21:31:53.829 INFO E| Compiling digest v0.10.3
37282026-07-06T21:31:54.596Z[ helios-setup] Jul 06 21:31:54.009 INFO E| Compiling sha2 v0.10.5
37292026-07-06T21:31:54.834Z[ helios-setup] Jul 06 21:31:54.248 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37302026-07-06T21:31:56.799Z[ helios-setup] Jul 06 21:31:56.212 INFO E| Finished `release` profile [optimized] target(s) in 4.97s
37312026-07-06T21:31:56.811Z[ helios-setup] Jul 06 21:31:56.224 INFO building project "bootserver" ok (4 seconds)
37322026-07-06T21:31:56.814Z[ helios-setup] rm -f helios-build
37332026-07-06T21:31:56.814Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37342026-07-06T21:31:56.818Z[ helios-setup]
37352026-07-06T21:31:56.818Z[ helios-setup] Setup complete! ./helios-build is now available.
37362026-07-06T21:31:56.821Z[ helios-setup]
37372026-07-06T21:31:56.821Z[ helios-setup]
37382026-07-06T21:31:56.821Z[ helios-setup] real 3:19.017171257
37392026-07-06T21:31:56.821Z[ helios-setup] user 7:06.153801893
37402026-07-06T21:31:56.821Z[ helios-setup] sys 1:22.329079636
37412026-07-06T21:31:56.821Z[ helios-setup] trap 0.467304139
37422026-07-06T21:31:56.821Z[ helios-setup] tflt 2.762411482
37432026-07-06T21:31:56.822Z[ helios-setup] dflt 8.412067949
37442026-07-06T21:31:56.822Z[ helios-setup] kflt 0.023111073
37452026-07-06T21:31:56.822Z[ helios-setup] lock 56:58.786839876
37462026-07-06T21:31:56.822Z[ helios-setup] slp 40:15.665077455
37472026-07-06T21:31:56.822Z[ helios-setup] lat 7:35.670387231
37482026-07-06T21:31:56.822Z[ helios-setup] stop 1:30.780444954
37492026-07-06T21:31:56.822ZJul 06 21:31:56.233 INFO [helios-setup] process exited with exit status: 0 (199.020468453s)
37502026-07-06T21:31:56.822ZJul 06 21:31:56.233 INFO [helios-record] running task
37512026-07-06T21:31:56.822ZJul 06 21:31:56.233 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37522026-07-06T21:31:56.830ZJul 06 21:31:56.243 DEBG process exited with exit status: 0 (10.557391ms)
37532026-07-06T21:31:56.830ZJul 06 21:31:56.243 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37542026-07-06T21:31:56.833ZJul 06 21:31:56.247 DEBG process exited with exit status: 0 (3.497426ms)
37552026-07-06T21:31:56.836ZJul 06 21:31:56.247 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37562026-07-06T21:31:56.840ZJul 06 21:31:56.250 DEBG process exited with exit status: 0 (3.158856ms)
37572026-07-06T21:31:56.840ZJul 06 21:31:56.250 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37582026-07-06T21:31:56.842ZJul 06 21:31:56.253 DEBG process exited with exit status: 0 (3.216287ms)
37592026-07-06T21:31:56.842ZJul 06 21:31:56.253 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37602026-07-06T21:31:56.846ZJul 06 21:31:56.258 DEBG process exited with exit status: 0 (4.105097ms)
37612026-07-06T21:31:56.847ZJul 06 21:31:56.258 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37622026-07-06T21:31:56.849ZJul 06 21:31:56.261 DEBG process exited with exit status: 0 (3.738427ms)
37632026-07-06T21:31:56.849ZJul 06 21:31:56.261 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37642026-07-06T21:31:56.852ZJul 06 21:31:56.265 DEBG process exited with exit status: 0 (4.021347ms)
37652026-07-06T21:31:56.852ZJul 06 21:31:56.265 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37662026-07-06T21:31:56.856ZJul 06 21:31:56.269 DEBG process exited with exit status: 0 (3.284017ms)
37672026-07-06T21:31:56.856ZJul 06 21:31:56.269 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37682026-07-06T21:31:56.858ZJul 06 21:31:56.272 DEBG process exited with exit status: 0 (3.059786ms)
37692026-07-06T21:31:56.859ZJul 06 21:31:56.272 INFO [helios-record] task succeeded (39.139265ms)
37702026-07-06T21:38:07.264Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 58s
37712026-07-06T21:38:53.457ZJul 06 21:38:52.869 INFO [host-package] process exited with exit status: 0 (584.71798377s)
37722026-07-06T21:38:53.457ZJul 06 21:38:52.869 INFO [host-libraries] running task
37732026-07-06T21:38:53.457ZJul 06 21:38:52.869 INFO [host-stamp] running task
37742026-07-06T21:38:53.465ZJul 06 21:38:52.872 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+git5e1011e8b43
37752026-07-06T21:38:53.465ZJul 06 21:38:52.872 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+git5e1011e8b43
37762026-07-06T21:38:53.465ZJul 06 21:38:52.872 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+git5e1011e8b43
37772026-07-06T21:38:53.465ZJul 06 21:38:52.873 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+git5e1011e8b43
37782026-07-06T21:38:53.465ZJul 06 21:38:52.873 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+git5e1011e8b43
37792026-07-06T21:38:53.465ZJul 06 21:38:52.873 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+git5e1011e8b43
37802026-07-06T21:38:53.465ZJul 06 21:38:52.873 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+git5e1011e8b43
37812026-07-06T21:38:53.465ZJul 06 21:38:52.874 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+git5e1011e8b43
37822026-07-06T21:38:53.468Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37832026-07-06T21:38:53.471Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37842026-07-06T21:38:53.471Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37852026-07-06T21:38:53.472Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37862026-07-06T21:38:53.472Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37872026-07-06T21:38:53.472Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37882026-07-06T21:38:53.472Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37892026-07-06T21:38:53.472Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37902026-07-06T21:38:53.472Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37912026-07-06T21:38:53.475ZJul 06 21:38:52.886 INFO [stamp-overlay] process exited with exit status: 0 (13.960576ms)
37922026-07-06T21:38:53.478Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
37932026-07-06T21:38:53.478ZJul 06 21:38:52.891 INFO [stamp-oxlog] process exited with exit status: 0 (16.893362ms)
37942026-07-06T21:38:53.506Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
37952026-07-06T21:38:53.511ZJul 06 21:38:52.918 INFO [stamp-crucible-utils] process exited with exit status: 0 (46.68877ms)
37962026-07-06T21:38:53.627Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
37972026-07-06T21:38:53.627ZJul 06 21:38:52.931 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (58.563432ms)
37982026-07-06T21:38:53.657Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
37992026-07-06T21:38:53.657ZJul 06 21:38:53.038 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (165.498337ms)
38002026-07-06T21:38:53.976Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38012026-07-06T21:38:53.985ZJul 06 21:38:53.390 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (517.241331ms)
38022026-07-06T21:38:54.005Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38032026-07-06T21:38:55.016ZJul 06 21:38:53.420 INFO [stamp-propolis-server] process exited with exit status: 0 (547.73571ms)
38042026-07-06T21:38:55.019ZJul 06 21:38:54.244 INFO [host-libraries] task succeeded (1.375625075s)
38052026-07-06T21:38:55.019ZJul 06 21:38:54.245 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38062026-07-06T21:38:55.019Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38072026-07-06T21:38:55.762Z[recovery-package] Compiling newtype-uuid v1.3.2
38082026-07-06T21:38:56.089Z[recovery-package] Compiling daft v0.1.7
38092026-07-06T21:38:56.295Z[recovery-package] Compiling iddqd v0.4.2
38102026-07-06T21:38:57.231Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38112026-07-06T21:38:57.535Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38122026-07-06T21:38:57.535Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38132026-07-06T21:38:57.542Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38142026-07-06T21:38:57.542Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38152026-07-06T21:38:57.542Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38162026-07-06T21:38:57.542Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38172026-07-06T21:38:57.546Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38182026-07-06T21:38:57.551Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38192026-07-06T21:38:57.643Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38202026-07-06T21:38:57.909Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38212026-07-06T21:38:57.924Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38222026-07-06T21:38:58.064Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38232026-07-06T21:39:00.003Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38242026-07-06T21:39:00.007ZJul 06 21:38:59.415 INFO [stamp-switch-asic] process exited with exit status: 0 (6.542040245s)
38252026-07-06T21:39:00.007ZJul 06 21:38:59.416 INFO [host-stamp] task succeeded (6.546702273s)
38262026-07-06T21:39:00.007ZJul 06 21:38:59.416 INFO [host-proto] running task
38272026-07-06T21:39:00.429ZJul 06 21:38:59.822 INFO [host-proto] task succeeded (406.79631ms)
38282026-07-06T21:39:00.429ZJul 06 21:38:59.822 INFO [host-profile] running task
38292026-07-06T21:39:00.435ZJul 06 21:38:59.823 INFO [host-profile] task succeeded (277.36µs)
38302026-07-06T21:39:00.435ZJul 06 21:38:59.823 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/.tmpLgBkya/proto/host/root -N 'ci 5e1011e/${os_short_commit} 2026-07-06 21:28' -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/'
38312026-07-06T21:39:00.435Z[ host-image] Jul 06 21:38:59.830 INFO Checking files for board 'cosmo-mbist'
38322026-07-06T21:39:00.435Z[ host-image] Jul 06 21:38:59.830 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38332026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.830 INFO Checking files for board 'gimlet'
38342026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.830 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38352026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.830 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38362026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.830 INFO Checking files for board 'cosmo'
38372026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.830 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38382026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.830 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38392026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.830 INFO Checking files for board 'cosmo-mbist-noaggr'
38402026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.830 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38412026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.839 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpLgBkya/proto/host/root"
38422026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.839 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38432026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.839 INFO image builder template: ramdisk-01-os...
38442026-07-06T21:39:00.436Z[ host-image] Jul 06 21:38:59.839 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/.tmpLgBkya/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38452026-07-06T21:39:00.440Z[ host-image] Jul 06 21:38:59.852 INFO O| Jul 06 21:38:59.851 INFO CREATE DATASET: rpool/images/build/host/output
38462026-07-06T21:39:01.777Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38472026-07-06T21:39:01.777Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38482026-07-06T21:39:01.780Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38492026-07-06T21:39:01.780Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38502026-07-06T21:39:01.780Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38512026-07-06T21:39:02.252Z[ host-image] Jul 06 21:39:01.664 INFO O| Jul 06 21:39:01.664 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38522026-07-06T21:39:02.255Z[ host-image] Jul 06 21:39:01.668 INFO O| Jul 06 21:39:01.668 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38532026-07-06T21:39:02.460Z[ host-image] Jul 06 21:39:01.872 INFO O| Jul 06 21:39:01.872 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38542026-07-06T21:39:02.509Z[ host-image] Jul 06 21:39:01.920 INFO O| Jul 06 21:39:01.920 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38552026-07-06T21:39:02.509Z[ host-image] Jul 06 21:39:01.921 INFO O| Jul 06 21:39:01.921 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38562026-07-06T21:39:02.509Z[ host-image] Jul 06 21:39:01.921 INFO O| Jul 06 21:39:01.921 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38572026-07-06T21:39:02.514Z[ host-image] Jul 06 21:39:01.921 INFO O| Jul 06 21:39:01.921 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38582026-07-06T21:39:02.517Z[ host-image] Jul 06 21:39:01.926 INFO O| Jul 06 21:39:01.926 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38592026-07-06T21:39:02.761Z[ host-image] Jul 06 21:39:02.173 INFO O| Jul 06 21:39:02.173 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38602026-07-06T21:39:02.768Z[ host-image] Jul 06 21:39:02.181 INFO O| Jul 06 21:39:02.180 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38612026-07-06T21:39:03.135Z[ host-image] Jul 06 21:39:02.492 INFO O| Jul 06 21:39:02.492 INFO O| Caching catalogs ... Done
38622026-07-06T21:39:03.158Z[ host-image] Jul 06 21:39:02.568 INFO O| Jul 06 21:39:02.568 INFO STEP 0 (pkg_image_create) COMPLETE
38632026-07-06T21:39:03.158Z[ host-image] Jul 06 21:39:02.568 INFO O| Jul 06 21:39:02.568 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38642026-07-06T21:39:03.166Z[ host-image] Jul 06 21:39:02.576 INFO O| Jul 06 21:39:02.576 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"]
38652026-07-06T21:39:03.416Z[ host-image] Jul 06 21:39:02.828 INFO O| Jul 06 21:39:02.828 INFO STEP 1 (pkg_set_publisher) COMPLETE
38662026-07-06T21:39:03.416Z[ host-image] Jul 06 21:39:02.828 INFO O| Jul 06 21:39:02.828 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38672026-07-06T21:39:03.416Z[ host-image] Jul 06 21:39:02.828 INFO O| Jul 06 21:39:02.828 INFO skip step because feature "publisher_1_name" is not enabled
38682026-07-06T21:39:03.420Z[ host-image] Jul 06 21:39:02.828 INFO O| Jul 06 21:39:02.828 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38692026-07-06T21:39:03.420Z[ host-image] Jul 06 21:39:02.828 INFO O| Jul 06 21:39:02.828 INFO skip step because feature "publisher_2_name" is not enabled
38702026-07-06T21:39:03.420Z[ host-image] Jul 06 21:39:02.828 INFO O| Jul 06 21:39:02.828 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38712026-07-06T21:39:03.420Z[ host-image] Jul 06 21:39:02.828 INFO O| Jul 06 21:39:02.828 INFO skip step because feature "publisher_3_name" is not enabled
38722026-07-06T21:39:03.420Z[ host-image] Jul 06 21:39:02.828 INFO O| Jul 06 21:39:02.828 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38732026-07-06T21:39:03.670Z[ host-image] Jul 06 21:39:03.082 INFO O| Jul 06 21:39:03.082 INFO variant opensolaris.zone is already global
38742026-07-06T21:39:03.670Z[ host-image] Jul 06 21:39:03.082 INFO O| Jul 06 21:39:03.082 INFO STEP 5 (pkg_change_variant) COMPLETE
38752026-07-06T21:39:03.674Z[ host-image] Jul 06 21:39:03.082 INFO O| Jul 06 21:39:03.082 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38762026-07-06T21:39:03.926Z[ host-image] Jul 06 21:39:03.339 INFO O| Jul 06 21:39:03.338 INFO variant opensolaris.imagetype is full; changing to partial
38772026-07-06T21:39:03.926Z[ host-image] Jul 06 21:39:03.339 INFO O| Jul 06 21:39:03.338 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38782026-07-06T21:39:04.585Z[ host-image] Jul 06 21:39:03.994 INFO O| Jul 06 21:39:03.994 INFO O| Startup: Refreshing catalog 'helios' ... Done
38792026-07-06T21:39:04.692Z[ host-image] Jul 06 21:39:04.100 INFO O| Jul 06 21:39:04.100 INFO O| Startup: Caching catalogs ... Done
38802026-07-06T21:39:04.765Z[ host-image] Jul 06 21:39:04.104 INFO O| Jul 06 21:39:04.104 INFO O| Planning: Planning completed in 0.00 seconds
38812026-07-06T21:39:04.765Z[ host-image] Jul 06 21:39:04.104 INFO O| Jul 06 21:39:04.104 INFO O| Planning: Consolidating action changes ... Done
38822026-07-06T21:39:04.765Z[ host-image] Jul 06 21:39:04.104 INFO O| Jul 06 21:39:04.104 INFO O| Planning: Evaluating mediators ... Done
38832026-07-06T21:39:04.765Z[ host-image] Jul 06 21:39:04.104 INFO O| Jul 06 21:39:04.104 INFO O| Planning: Planning completed in 0.00 seconds
38842026-07-06T21:39:04.765Z[ host-image] Jul 06 21:39:04.105 INFO O| Jul 06 21:39:04.105 INFO O| Variants/Facets to change: 1
38852026-07-06T21:39:04.813Z[ host-image] Jul 06 21:39:04.114 INFO O| Jul 06 21:39:04.114 INFO O| Finalize: Updating package state database ... Done
38862026-07-06T21:39:04.813Z[ host-image] Jul 06 21:39:04.114 INFO O| Jul 06 21:39:04.114 INFO O| Finalize: Updating package cache ... Done
38872026-07-06T21:39:04.813Z[ host-image] Jul 06 21:39:04.132 INFO O| Jul 06 21:39:04.132 INFO O| Finalize: Updating image state ... Done
38882026-07-06T21:39:04.813Z[ host-image] Jul 06 21:39:04.135 INFO O| Jul 06 21:39:04.135 INFO O| Finalize: Creating fast lookup database ... Done
38892026-07-06T21:39:04.813Z[ host-image] Jul 06 21:39:04.135 INFO O| Jul 06 21:39:04.135 INFO O| Finalize: Reading search index ... Done
38902026-07-06T21:39:04.813Z[ host-image] Jul 06 21:39:04.135 INFO O| Jul 06 21:39:04.135 INFO O| Finalize: Updating search index ... Done
38912026-07-06T21:39:04.813Z[ host-image] Jul 06 21:39:04.136 INFO O| Jul 06 21:39:04.136 INFO O| Finalize: Updating package cache ... Done
38922026-07-06T21:39:04.832Z[ host-image] Jul 06 21:39:04.221 INFO O| Jul 06 21:39:04.221 INFO STEP 6 (pkg_change_variant) COMPLETE
38932026-07-06T21:39:04.832Z[ host-image] Jul 06 21:39:04.221 INFO O| Jul 06 21:39:04.221 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38942026-07-06T21:39:04.832Z[ host-image] Jul 06 21:39:04.221 INFO O| Jul 06 21:39:04.221 INFO skip step because feature "debug_variant" is not enabled
38952026-07-06T21:39:04.832Z[ host-image] Jul 06 21:39:04.221 INFO O| Jul 06 21:39:04.221 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38962026-07-06T21:39:05.055Z[ host-image] Jul 06 21:39:04.467 INFO O| Jul 06 21:39:04.467 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
38972026-07-06T21:39:05.685Z[ host-image] Jul 06 21:39:05.096 INFO O| Jul 06 21:39:05.096 INFO O| Startup: Refreshing catalog 'helios' ... Done
38982026-07-06T21:39:05.789Z[ host-image] Jul 06 21:39:05.201 INFO O| Jul 06 21:39:05.201 INFO O| Startup: Caching catalogs ... Done
38992026-07-06T21:39:05.799Z[ host-image] Jul 06 21:39:05.205 INFO O| Jul 06 21:39:05.205 INFO O| Planning: Planning completed in 0.00 seconds
39002026-07-06T21:39:05.799Z[ host-image] Jul 06 21:39:05.205 INFO O| Jul 06 21:39:05.205 INFO O| Planning: Consolidating action changes ... Done
39012026-07-06T21:39:05.799Z[ host-image] Jul 06 21:39:05.205 INFO O| Jul 06 21:39:05.205 INFO O| Planning: Evaluating mediators ... Done
39022026-07-06T21:39:05.799Z[ host-image] Jul 06 21:39:05.206 INFO O| Jul 06 21:39:05.205 INFO O| Planning: Planning completed in 0.00 seconds
39032026-07-06T21:39:05.799Z[ host-image] Jul 06 21:39:05.206 INFO O| Jul 06 21:39:05.206 INFO O| Variants/Facets to change: 1
39042026-07-06T21:39:05.808Z[ host-image] Jul 06 21:39:05.215 INFO O| Jul 06 21:39:05.215 INFO O| Finalize: Updating package state database ... Done
39052026-07-06T21:39:05.808Z[ host-image] Jul 06 21:39:05.215 INFO O| Jul 06 21:39:05.215 INFO O| Finalize: Updating package cache ... Done
39062026-07-06T21:39:05.821Z[ host-image] Jul 06 21:39:05.233 INFO O| Jul 06 21:39:05.233 INFO O| Finalize: Updating image state ... Done
39072026-07-06T21:39:05.835Z[ host-image] Jul 06 21:39:05.236 INFO O| Jul 06 21:39:05.236 INFO O| Finalize: Creating fast lookup database ... Done
39082026-07-06T21:39:05.835Z[ host-image] Jul 06 21:39:05.236 INFO O| Jul 06 21:39:05.236 INFO O| Finalize: Reading search index ... Done
39092026-07-06T21:39:05.835Z[ host-image] Jul 06 21:39:05.236 INFO O| Jul 06 21:39:05.236 INFO O| Finalize: Updating search index ... Done
39102026-07-06T21:39:05.835Z[ host-image] Jul 06 21:39:05.237 INFO O| Jul 06 21:39:05.237 INFO O| Finalize: Updating package cache ... Done
39112026-07-06T21:39:05.911Z[ host-image] Jul 06 21:39:05.323 INFO O| Jul 06 21:39:05.322 INFO STEP 8 (pkg_change_facet) COMPLETE
39122026-07-06T21:39:05.911Z[ host-image] Jul 06 21:39:05.323 INFO O| Jul 06 21:39:05.322 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-07-06T21:39:05.911Z[ host-image] Jul 06 21:39:05.323 INFO O| Jul 06 21:39:05.322 INFO skip step because feature "recovery" is not enabled
39142026-07-06T21:39:05.914Z[ host-image] Jul 06 21:39:05.323 INFO O| Jul 06 21:39:05.323 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-07-06T21:39:05.915Z[ host-image] Jul 06 21:39:05.323 INFO O| Jul 06 21:39:05.323 INFO skip step because feature "recovery" is not enabled
39162026-07-06T21:39:05.915Z[ host-image] Jul 06 21:39:05.323 INFO O| Jul 06 21:39:05.323 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-07-06T21:39:05.918Z[ host-image] Jul 06 21:39:05.331 INFO O| Jul 06 21:39:05.330 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"]
39182026-07-06T21:39:06.539Z[ host-image] Jul 06 21:39:05.943 INFO O| Jul 06 21:39:05.943 INFO O| Startup: Refreshing catalog 'helios' ... Done
39192026-07-06T21:39:06.640Z[ host-image] Jul 06 21:39:06.048 INFO O| Jul 06 21:39:06.048 INFO O| Startup: Caching catalogs ... Done
39202026-07-06T21:39:07.074Z[ host-image] Jul 06 21:39:06.483 INFO O| Jul 06 21:39:06.483 INFO O| Planning: Solver setup ... Done
39212026-07-06T21:39:07.087Z[ host-image] Jul 06 21:39:06.499 INFO O| Jul 06 21:39:06.499 INFO O| Planning: Running solver ... Done
39222026-07-06T21:39:07.097Z[ host-image] Jul 06 21:39:06.509 INFO O| Jul 06 21:39:06.509 INFO O| Planning: Finding local manifests ... Done
39232026-07-06T21:39:07.114Z[ host-image] Jul 06 21:39:06.526 INFO O| Jul 06 21:39:06.526 INFO O| Planning: Fetching manifests: 0/128 0% complete
39242026-07-06T21:39:08.679Z[ host-image] Jul 06 21:39:08.091 INFO O| Jul 06 21:39:08.091 INFO O| Planning: Fetching manifests: 128/128 100% complete
39252026-07-06T21:39:09.067Z[ host-image] Jul 06 21:39:08.480 INFO O| Jul 06 21:39:08.480 INFO O| Planning: Package planning ... Done
39262026-07-06T21:39:09.376Z[ host-image] Jul 06 21:39:08.788 INFO O| Jul 06 21:39:08.788 INFO O| Planning: Merging actions ... Done
39272026-07-06T21:39:09.474Z[ host-image] Jul 06 21:39:08.885 INFO O| Jul 06 21:39:08.885 INFO O| Planning: Checking for conflicting actions ... Done
39282026-07-06T21:39:09.576Z[ host-image] Jul 06 21:39:08.983 INFO O| Jul 06 21:39:08.983 INFO O| Planning: Consolidating action changes ... Done
39292026-07-06T21:39:09.803Z[ host-image] Jul 06 21:39:09.216 INFO O| Jul 06 21:39:09.215 INFO O| Planning: Evaluating mediators ... Done
39302026-07-06T21:39:14.261Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39312026-07-06T21:39:14.392Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39322026-07-06T21:39:14.441Z[ host-image] Jul 06 21:39:10.610 INFO O| Jul 06 21:39:10.610 INFO O| Planning: Planning completed in 4.56 seconds
39332026-07-06T21:39:14.441Z[ host-image] Jul 06 21:39:10.612 INFO O| Jul 06 21:39:10.612 INFO O| Packages to install: 128
39342026-07-06T21:39:14.441Z[ host-image] Jul 06 21:39:10.612 INFO O| Jul 06 21:39:10.612 INFO O| Mediators to change: 5
39352026-07-06T21:39:14.441Z[ host-image] Jul 06 21:39:10.612 INFO O| Jul 06 21:39:10.612 INFO O| Services to change: 6
39362026-07-06T21:39:14.442Z[ host-image] Jul 06 21:39:10.644 INFO O| Jul 06 21:39:10.644 INFO O| Download: 0/23767 items 0.0/222.4MB 0% complete
39372026-07-06T21:39:14.442Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39382026-07-06T21:39:14.442Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39392026-07-06T21:39:14.442Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39402026-07-06T21:39:14.850Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39412026-07-06T21:39:16.332Z[ host-image] Jul 06 21:39:15.745 INFO O| Jul 06 21:39:15.744 INFO O| Download: 1639/23767 items 10.2/222.4MB 4% complete (2.1M/s)
39422026-07-06T21:39:21.393Z[ host-image] Jul 06 21:39:20.806 INFO O| Jul 06 21:39:20.806 INFO O| Download: 2445/23767 items 27.5/222.4MB 12% complete (2.8M/s)
39432026-07-06T21:39:26.395Z[ host-image] Jul 06 21:39:25.807 INFO O| Jul 06 21:39:25.807 INFO O| Download: 4530/23767 items 41.2/222.4MB 18% complete (3.2M/s)
39442026-07-06T21:39:27.031Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.07s
39452026-07-06T21:39:31.395Z[ host-image] Jul 06 21:39:30.807 INFO O| Jul 06 21:39:30.807 INFO O| Download: 5940/23767 items 46.9/222.4MB 21% complete (1.9M/s)
39462026-07-06T21:39:36.597Z[ host-image] Jul 06 21:39:36.009 INFO O| Jul 06 21:39:36.009 INFO O| Download: 7249/23767 items 49.8/222.4MB 22% complete (914k/s)
39472026-07-06T21:39:38.972ZJul 06 21:39:38.384 INFO [recovery-package] process exited with exit status: 0 (44.139640321s)
39482026-07-06T21:39:38.972ZJul 06 21:39:38.384 INFO [recovery-libraries] running task
39492026-07-06T21:39:38.972ZJul 06 21:39:38.384 INFO [recovery-stamp] running task
39502026-07-06T21:39:38.975ZJul 06 21:39:38.385 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git5e1011e8b43
39512026-07-06T21:39:38.975ZJul 06 21:39:38.385 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+git5e1011e8b43
39522026-07-06T21:39:38.979Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39532026-07-06T21:39:38.982Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39542026-07-06T21:39:39.023ZJul 06 21:39:38.435 INFO [recovery-libraries] task succeeded (51.089818ms)
39552026-07-06T21:39:39.026ZJul 06 21:39:38.435 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39562026-07-06T21:39:39.108Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39572026-07-06T21:39:39.112ZJul 06 21:39:38.524 INFO [stamp-installinator] process exited with exit status: 0 (139.314017ms)
39582026-07-06T21:39:39.159Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39592026-07-06T21:39:39.163ZJul 06 21:39:38.574 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (189.542503ms)
39602026-07-06T21:39:39.163ZJul 06 21:39:38.574 INFO [recovery-stamp] task succeeded (190.203555ms)
39612026-07-06T21:39:39.163ZJul 06 21:39:38.574 INFO [recovery-proto] running task
39622026-07-06T21:39:39.163ZJul 06 21:39:38.575 INFO [tuf-stamp] running task
39632026-07-06T21:39:39.163ZJul 06 21:39:38.575 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+git5e1011e8b43
39642026-07-06T21:39:39.163ZJul 06 21:39:38.575 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+git5e1011e8b43
39652026-07-06T21:39:39.167ZJul 06 21:39:38.576 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+git5e1011e8b43
39662026-07-06T21:39:39.167ZJul 06 21:39:38.576 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+git5e1011e8b43
39672026-07-06T21:39:39.167ZJul 06 21:39:38.576 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+git5e1011e8b43
39682026-07-06T21:39:39.167ZJul 06 21:39:38.577 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+git5e1011e8b43
39692026-07-06T21:39:39.167ZJul 06 21:39:38.577 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+git5e1011e8b43
39702026-07-06T21:39:39.167ZJul 06 21:39:38.577 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+git5e1011e8b43
39712026-07-06T21:39:39.167ZJul 06 21:39:38.578 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+git5e1011e8b43
39722026-07-06T21:39:39.167ZJul 06 21:39:38.578 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+git5e1011e8b43
39732026-07-06T21:39:39.167ZJul 06 21:39:38.578 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+git5e1011e8b43
39742026-07-06T21:39:39.168ZJul 06 21:39:38.579 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+git5e1011e8b43
39752026-07-06T21:39:39.171Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39762026-07-06T21:39:39.171Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39772026-07-06T21:39:39.171Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39782026-07-06T21:39:39.175Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39792026-07-06T21:39:39.175Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39802026-07-06T21:39:39.175Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39812026-07-06T21:39:39.175Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-07-06T21:39:39.175Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-07-06T21:39:39.175Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-07-06T21:39:39.175Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-07-06T21:39:39.175Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-07-06T21:39:39.175Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-07-06T21:39:39.221Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39882026-07-06T21:39:39.225ZJul 06 21:39:38.636 INFO [stamp-probe] process exited with exit status: 0 (59.498794ms)
39892026-07-06T21:39:39.284ZJul 06 21:39:38.696 INFO [recovery-proto] task succeeded (121.666413ms)
39902026-07-06T21:39:39.287ZJul 06 21:39:38.696 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/.tmpLgBkya/proto/recovery/root -N 'recovery 5e1011e/${os_short_commit} 2026-07-06 21:28' -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/'
39912026-07-06T21:39:39.292Z[ recovery-image] Jul 06 21:39:38.702 INFO Checking files for board 'cosmo-mbist'
39922026-07-06T21:39:39.292Z[ recovery-image] Jul 06 21:39:38.703 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39932026-07-06T21:39:39.292Z[ recovery-image] Jul 06 21:39:38.703 INFO Checking files for board 'gimlet'
39942026-07-06T21:39:39.292Z[ recovery-image] Jul 06 21:39:38.703 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39952026-07-06T21:39:39.292Z[ recovery-image] Jul 06 21:39:38.703 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39962026-07-06T21:39:39.292Z[ recovery-image] Jul 06 21:39:38.703 INFO Checking files for board 'cosmo'
39972026-07-06T21:39:39.292Z[ recovery-image] Jul 06 21:39:38.703 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39982026-07-06T21:39:39.292Z[ recovery-image] Jul 06 21:39:38.703 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39992026-07-06T21:39:39.292Z[ recovery-image] Jul 06 21:39:38.703 INFO Checking files for board 'cosmo-mbist-noaggr'
40002026-07-06T21:39:39.292Z[ recovery-image] Jul 06 21:39:38.703 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40012026-07-06T21:39:39.299Z[ recovery-image] Jul 06 21:39:38.712 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpLgBkya/proto/recovery/root"
40022026-07-06T21:39:39.303Z[ recovery-image] Jul 06 21:39:38.712 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40032026-07-06T21:39:39.303Z[ recovery-image] Jul 06 21:39:38.712 INFO image builder template: ramdisk-01-os...
40042026-07-06T21:39:39.303Z[ recovery-image] Jul 06 21:39:38.712 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/.tmpLgBkya/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40052026-07-06T21:39:39.315Z[ recovery-image] Jul 06 21:39:38.728 INFO O| Jul 06 21:39:38.728 INFO CREATE DATASET: rpool/images/build/recovery/output
40062026-07-06T21:39:39.522Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40072026-07-06T21:39:39.546Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40082026-07-06T21:39:39.618Z[ recovery-image] Jul 06 21:39:39.031 INFO O| Jul 06 21:39:39.031 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40092026-07-06T21:39:39.622Z[ recovery-image] Jul 06 21:39:39.034 INFO O| Jul 06 21:39:39.034 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40102026-07-06T21:39:39.638Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40112026-07-06T21:39:39.642ZJul 06 21:39:39.054 INFO [stamp-ntp] process exited with exit status: 0 (476.183152ms)
40122026-07-06T21:39:39.790Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40132026-07-06T21:39:39.793ZJul 06 21:39:39.206 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (629.499496ms)
40142026-07-06T21:39:39.919Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40152026-07-06T21:39:39.923Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40162026-07-06T21:39:39.923ZJul 06 21:39:39.330 INFO [stamp-external-dns] process exited with exit status: 0 (752.435482ms)
40172026-07-06T21:39:39.924ZJul 06 21:39:39.332 INFO [stamp-internal-dns] process exited with exit status: 0 (756.76588ms)
40182026-07-06T21:39:39.992Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40192026-07-06T21:39:40.002ZJul 06 21:39:39.408 INFO [stamp-crucible-zone] process exited with exit status: 0 (831.378083ms)
40202026-07-06T21:39:40.143Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40212026-07-06T21:39:40.147ZJul 06 21:39:39.560 INFO [stamp-oximeter] process exited with exit status: 0 (980.919039ms)
40222026-07-06T21:39:40.257Z[ recovery-image] Jul 06 21:39:39.670 INFO O| Jul 06 21:39:39.670 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40232026-07-06T21:39:40.400Z[ recovery-image] Jul 06 21:39:39.813 INFO O| Jul 06 21:39:39.813 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40242026-07-06T21:39:40.400Z[ recovery-image] Jul 06 21:39:39.813 INFO O| Jul 06 21:39:39.813 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40252026-07-06T21:39:40.403Z[ recovery-image] Jul 06 21:39:39.813 INFO O| Jul 06 21:39:39.813 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40262026-07-06T21:39:40.403Z[ recovery-image] Jul 06 21:39:39.813 INFO O| Jul 06 21:39:39.813 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40272026-07-06T21:39:40.408Z[ recovery-image] Jul 06 21:39:39.818 INFO O| Jul 06 21:39:39.818 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40282026-07-06T21:39:41.598Z[ host-image] Jul 06 21:39:41.010 INFO O| Jul 06 21:39:41.010 INFO O| Download: 8257/23767 items 61.3/222.4MB 27% complete (1.4M/s)
40292026-07-06T21:39:41.648Z[ recovery-image] Jul 06 21:39:41.061 INFO O| Jul 06 21:39:41.061 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-07-06T21:39:41.656Z[ recovery-image] Jul 06 21:39:41.068 INFO O| Jul 06 21:39:41.068 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40312026-07-06T21:39:41.732Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40322026-07-06T21:39:41.736ZJul 06 21:39:41.148 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.570333024s)
40332026-07-06T21:39:41.909Z[ recovery-image] Jul 06 21:39:41.322 INFO O| Jul 06 21:39:41.321 INFO O| Caching catalogs ... Done
40342026-07-06T21:39:41.979Z[ recovery-image] Jul 06 21:39:41.391 INFO O| Jul 06 21:39:41.391 INFO STEP 0 (pkg_image_create) COMPLETE
40352026-07-06T21:39:41.979Z[ recovery-image] Jul 06 21:39:41.391 INFO O| Jul 06 21:39:41.391 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40362026-07-06T21:39:41.987Z[ recovery-image] Jul 06 21:39:41.400 INFO O| Jul 06 21:39:41.400 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"]
40372026-07-06T21:39:42.241Z[ recovery-image] Jul 06 21:39:41.652 INFO O| Jul 06 21:39:41.652 INFO STEP 1 (pkg_set_publisher) COMPLETE
40382026-07-06T21:39:42.241Z[ recovery-image] Jul 06 21:39:41.652 INFO O| Jul 06 21:39:41.652 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40392026-07-06T21:39:42.241Z[ recovery-image] Jul 06 21:39:41.652 INFO O| Jul 06 21:39:41.652 INFO skip step because feature "publisher_1_name" is not enabled
40402026-07-06T21:39:42.255Z[ recovery-image] Jul 06 21:39:41.652 INFO O| Jul 06 21:39:41.652 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-07-06T21:39:42.255Z[ recovery-image] Jul 06 21:39:41.652 INFO O| Jul 06 21:39:41.652 INFO skip step because feature "publisher_2_name" is not enabled
40422026-07-06T21:39:42.255Z[ recovery-image] Jul 06 21:39:41.652 INFO O| Jul 06 21:39:41.652 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40432026-07-06T21:39:42.255Z[ recovery-image] Jul 06 21:39:41.652 INFO O| Jul 06 21:39:41.652 INFO skip step because feature "publisher_3_name" is not enabled
40442026-07-06T21:39:42.255Z[ recovery-image] Jul 06 21:39:41.652 INFO O| Jul 06 21:39:41.652 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40452026-07-06T21:39:42.491Z[ recovery-image] Jul 06 21:39:41.904 INFO O| Jul 06 21:39:41.904 INFO variant opensolaris.zone is already global
40462026-07-06T21:39:42.492Z[ recovery-image] Jul 06 21:39:41.904 INFO O| Jul 06 21:39:41.904 INFO STEP 5 (pkg_change_variant) COMPLETE
40472026-07-06T21:39:42.492Z[ recovery-image] Jul 06 21:39:41.904 INFO O| Jul 06 21:39:41.904 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-07-06T21:39:42.770Z[ recovery-image] Jul 06 21:39:42.182 INFO O| Jul 06 21:39:42.182 INFO variant opensolaris.imagetype is full; changing to partial
40492026-07-06T21:39:42.770Z[ recovery-image] Jul 06 21:39:42.182 INFO O| Jul 06 21:39:42.182 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40502026-07-06T21:39:43.221Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40512026-07-06T21:39:43.224ZJul 06 21:39:42.636 INFO [stamp-nexus] process exited with exit status: 0 (4.061199962s)
40522026-07-06T21:39:43.712Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40532026-07-06T21:39:43.716ZJul 06 21:39:43.128 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.551878111s)
40542026-07-06T21:39:43.903Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40552026-07-06T21:39:43.906ZJul 06 21:39:43.319 INFO [stamp-clickhouse] process exited with exit status: 0 (4.743699669s)
40562026-07-06T21:39:43.932Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40572026-07-06T21:39:43.936ZJul 06 21:39:43.348 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.769836339s)
40582026-07-06T21:39:43.936ZJul 06 21:39:43.348 INFO [tuf-stamp] task succeeded (4.773072975s)
40592026-07-06T21:39:44.506Z[verify-libraries] Compiling match_cfg v0.1.0
40602026-07-06T21:39:44.506Z[verify-libraries] Compiling slog-json v2.6.1
40612026-07-06T21:39:44.509Z[verify-libraries] Compiling itertools v0.14.0
40622026-07-06T21:39:44.509Z[verify-libraries] Compiling progenitor-client v0.14.0
40632026-07-06T21:39:44.509Z[verify-libraries] Compiling structmeta-derive v0.3.0
40642026-07-06T21:39:44.509Z[verify-libraries] Compiling debug-ignore v1.0.5
40652026-07-06T21:39:44.509Z[verify-libraries] Compiling sha1 v0.11.0
40662026-07-06T21:39:44.799Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40672026-07-06T21:39:44.803Z[ recovery-image] Jul 06 21:39:44.216 INFO O| Jul 06 21:39:44.216 INFO O| Startup: Refreshing catalog 'helios' ... Done
40682026-07-06T21:39:44.818Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40692026-07-06T21:39:44.821Z[verify-libraries] Compiling multer v3.1.0
40702026-07-06T21:39:44.821Z[verify-libraries] Compiling compression-core v0.4.31
40712026-07-06T21:39:44.821Z[verify-libraries] Compiling async-stream-impl v0.3.6
40722026-07-06T21:39:44.821Z[verify-libraries] Compiling serde_spanned v1.1.1
40732026-07-06T21:39:44.924Z[ recovery-image] Jul 06 21:39:44.337 INFO O| Jul 06 21:39:44.337 INFO O| Startup: Caching catalogs ... Done
40742026-07-06T21:39:44.930Z[ recovery-image] Jul 06 21:39:44.343 INFO O| Jul 06 21:39:44.343 INFO O| Planning: Planning completed in 0.00 seconds
40752026-07-06T21:39:44.933Z[ recovery-image] Jul 06 21:39:44.344 INFO O| Jul 06 21:39:44.344 INFO O| Planning: Consolidating action changes ... Done
40762026-07-06T21:39:44.933Z[ recovery-image] Jul 06 21:39:44.344 INFO O| Jul 06 21:39:44.344 INFO O| Planning: Evaluating mediators ... Done
40772026-07-06T21:39:44.933Z[ recovery-image] Jul 06 21:39:44.344 INFO O| Jul 06 21:39:44.344 INFO O| Planning: Planning completed in 0.00 seconds
40782026-07-06T21:39:44.933Z[ recovery-image] Jul 06 21:39:44.344 INFO O| Jul 06 21:39:44.344 INFO O| Variants/Facets to change: 1
40792026-07-06T21:39:44.940Z[ recovery-image] Jul 06 21:39:44.353 INFO O| Jul 06 21:39:44.353 INFO O| Finalize: Updating package state database ... Done
40802026-07-06T21:39:44.940Z[ recovery-image] Jul 06 21:39:44.353 INFO O| Jul 06 21:39:44.353 INFO O| Finalize: Updating package cache ... Done
40812026-07-06T21:39:44.943Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40822026-07-06T21:39:44.965Z[verify-libraries] Compiling hostname v0.3.1
40832026-07-06T21:39:44.965Z[verify-libraries] Compiling dropshot v0.17.1
40842026-07-06T21:39:44.968Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40852026-07-06T21:39:44.968Z[ recovery-image] Jul 06 21:39:44.379 INFO O| Jul 06 21:39:44.379 INFO O| Finalize: Updating image state ... Done
40862026-07-06T21:39:44.971Z[ recovery-image] Jul 06 21:39:44.384 INFO O| Jul 06 21:39:44.384 INFO O| Finalize: Creating fast lookup database ... Done
40872026-07-06T21:39:44.971Z[ recovery-image] Jul 06 21:39:44.384 INFO O| Jul 06 21:39:44.384 INFO O| Finalize: Reading search index ... Done
40882026-07-06T21:39:44.974Z[ recovery-image] Jul 06 21:39:44.384 INFO O| Jul 06 21:39:44.384 INFO O| Finalize: Updating search index ... Done
40892026-07-06T21:39:44.974Z[ recovery-image] Jul 06 21:39:44.385 INFO O| Jul 06 21:39:44.385 INFO O| Finalize: Updating package cache ... Done
40902026-07-06T21:39:45.036Z[verify-libraries] Compiling compression-codecs v0.4.37
40912026-07-06T21:39:45.036Z[verify-libraries] Compiling waitgroup v0.1.2
40922026-07-06T21:39:45.039Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40932026-07-06T21:39:45.102Z[verify-libraries] Compiling slog-bunyan v2.5.0
40942026-07-06T21:39:45.106Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40952026-07-06T21:39:45.106Z[verify-libraries] Compiling hostname v0.4.2
40962026-07-06T21:39:45.106Z[ recovery-image] Jul 06 21:39:44.518 INFO O| Jul 06 21:39:44.518 INFO STEP 6 (pkg_change_variant) COMPLETE
40972026-07-06T21:39:45.106Z[ recovery-image] Jul 06 21:39:44.518 INFO O| Jul 06 21:39:44.518 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40982026-07-06T21:39:45.106Z[ recovery-image] Jul 06 21:39:44.518 INFO O| Jul 06 21:39:44.518 INFO skip step because feature "debug_variant" is not enabled
40992026-07-06T21:39:45.106Z[ recovery-image] Jul 06 21:39:44.518 INFO O| Jul 06 21:39:44.518 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41002026-07-06T21:39:45.197Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41012026-07-06T21:39:45.226Z[verify-libraries] Compiling async-compression v0.4.41
41022026-07-06T21:39:45.252Z[verify-libraries] Compiling atomicwrites v0.4.4
41032026-07-06T21:39:45.274Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
41042026-07-06T21:39:45.313Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41052026-07-06T21:39:45.316Z[verify-libraries] Compiling macaddr v1.0.1
41062026-07-06T21:39:45.316Z[verify-libraries] Compiling regress v0.10.5
41072026-07-06T21:39:45.316Z[verify-libraries] Compiling instant v0.1.13
41082026-07-06T21:39:45.317Z[verify-libraries] Compiling backon v1.6.0
41092026-07-06T21:39:45.416Z[ recovery-image] Jul 06 21:39:44.828 INFO O| Jul 06 21:39:44.828 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41102026-07-06T21:39:45.439Z[verify-libraries] Compiling humantime v2.3.0
41112026-07-06T21:39:45.481Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41122026-07-06T21:39:45.529Z[verify-libraries] Compiling backoff v0.4.0
41132026-07-06T21:39:45.563Z[verify-libraries] Compiling convert_case v0.4.0
41142026-07-06T21:39:45.583Z[verify-libraries] Compiling async-stream v0.3.6
41152026-07-06T21:39:45.603Z[verify-libraries] Compiling progenitor-extras v0.2.0
41162026-07-06T21:39:45.635Z[verify-libraries] Compiling half v2.7.1
41172026-07-06T21:39:45.672Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41182026-07-06T21:39:45.675Z[verify-libraries] Compiling ciborium-io v0.2.2
41192026-07-06T21:39:45.763Z[verify-libraries] Compiling regress v0.11.1
41202026-07-06T21:39:45.788Z[verify-libraries] Compiling indent_write v2.2.0
41212026-07-06T21:39:45.788Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41222026-07-06T21:39:45.831Z[verify-libraries] Compiling secrecy v0.10.3
41232026-07-06T21:39:45.834Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41242026-07-06T21:39:45.834Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41252026-07-06T21:39:45.898Z[verify-libraries] Compiling structmeta v0.3.0
41262026-07-06T21:39:45.898Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41272026-07-06T21:39:45.978Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41282026-07-06T21:39:46.000Z[verify-libraries] Compiling derive_more v0.99.20
41292026-07-06T21:39:46.003Z[verify-libraries] Compiling ciborium-ll v0.2.2
41302026-07-06T21:39:46.022Z[verify-libraries] Compiling inout v0.1.4
41312026-07-06T21:39:46.064Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41322026-07-06T21:39:46.090Z[verify-libraries] Compiling universal-hash v0.5.1
41332026-07-06T21:39:46.111Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41342026-07-06T21:39:46.154Z[verify-libraries] Compiling derive-ex v0.1.8
41352026-07-06T21:39:46.172Z[verify-libraries] Compiling parse-display-derive v0.10.0
41362026-07-06T21:39:46.175Z[ recovery-image] Jul 06 21:39:45.587 INFO O| Jul 06 21:39:45.587 INFO O| Startup: Refreshing catalog 'helios' ... Done
41372026-07-06T21:39:46.241Z[verify-libraries] Compiling ciborium v0.2.2
41382026-07-06T21:39:46.304Z[ recovery-image] Jul 06 21:39:45.715 INFO O| Jul 06 21:39:45.715 INFO O| Startup: Caching catalogs ... Done
41392026-07-06T21:39:46.311Z[ recovery-image] Jul 06 21:39:45.723 INFO O| Jul 06 21:39:45.722 INFO O| Planning: Planning completed in 0.00 seconds
41402026-07-06T21:39:46.311Z[ recovery-image] Jul 06 21:39:45.723 INFO O| Jul 06 21:39:45.723 INFO O| Planning: Consolidating action changes ... Done
41412026-07-06T21:39:46.314Z[ recovery-image] Jul 06 21:39:45.723 INFO O| Jul 06 21:39:45.723 INFO O| Planning: Evaluating mediators ... Done
41422026-07-06T21:39:46.314Z[ recovery-image] Jul 06 21:39:45.723 INFO O| Jul 06 21:39:45.723 INFO O| Planning: Planning completed in 0.00 seconds
41432026-07-06T21:39:46.314Z[ recovery-image] Jul 06 21:39:45.723 INFO O| Jul 06 21:39:45.723 INFO O| Variants/Facets to change: 1
41442026-07-06T21:39:46.317Z[verify-libraries] Compiling cipher v0.4.4
41452026-07-06T21:39:46.322Z[ recovery-image] Jul 06 21:39:45.735 INFO O| Jul 06 21:39:45.734 INFO O| Finalize: Updating package state database ... Done
41462026-07-06T21:39:46.322Z[ recovery-image] Jul 06 21:39:45.735 INFO O| Jul 06 21:39:45.734 INFO O| Finalize: Updating package cache ... Done
41472026-07-06T21:39:46.345Z[ recovery-image] Jul 06 21:39:45.758 INFO O| Jul 06 21:39:45.758 INFO O| Finalize: Updating image state ... Done
41482026-07-06T21:39:46.350Z[ recovery-image] Jul 06 21:39:45.763 INFO O| Jul 06 21:39:45.763 INFO O| Finalize: Creating fast lookup database ... Done
41492026-07-06T21:39:46.353Z[ recovery-image] Jul 06 21:39:45.763 INFO O| Jul 06 21:39:45.763 INFO O| Finalize: Reading search index ... Done
41502026-07-06T21:39:46.353Z[ recovery-image] Jul 06 21:39:45.763 INFO O| Jul 06 21:39:45.763 INFO O| Finalize: Updating search index ... Done
41512026-07-06T21:39:46.353Z[ recovery-image] Jul 06 21:39:45.764 INFO O| Jul 06 21:39:45.764 INFO O| Finalize: Updating package cache ... Done
41522026-07-06T21:39:46.358Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41532026-07-06T21:39:46.383Z[verify-libraries] Compiling opaque-debug v0.3.1
41542026-07-06T21:39:46.452Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41552026-07-06T21:39:46.483Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41562026-07-06T21:39:46.511Z[ recovery-image] Jul 06 21:39:45.919 INFO O| Jul 06 21:39:45.919 INFO STEP 8 (pkg_change_facet) COMPLETE
41572026-07-06T21:39:46.511Z[ recovery-image] Jul 06 21:39:45.920 INFO O| Jul 06 21:39:45.919 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41582026-07-06T21:39:46.515Z[verify-libraries] Compiling poly1305 v0.8.0
41592026-07-06T21:39:46.547Z[verify-libraries] Compiling chacha20 v0.9.1
41602026-07-06T21:39:46.585Z[verify-libraries] Compiling byte-wrapper v0.1.0
41612026-07-06T21:39:46.602Z[ host-image] Jul 06 21:39:46.015 INFO O| Jul 06 21:39:46.015 INFO O| Download: 8792/23767 items 70.3/222.4MB 31% complete (1.9M/s)
41622026-07-06T21:39:46.624Z[verify-libraries] Compiling blake2 v0.10.6
41632026-07-06T21:39:46.654Z[verify-libraries] Compiling aead v0.5.2
41642026-07-06T21:39:46.830Z[ recovery-image] Jul 06 21:39:46.243 INFO O| Jul 06 21:39:46.243 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41652026-07-06T21:39:46.894Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41662026-07-06T21:39:46.944Z[verify-libraries] Compiling password-hash v0.5.0
41672026-07-06T21:39:46.978Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41682026-07-06T21:39:47.007Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41692026-07-06T21:39:47.134Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41702026-07-06T21:39:47.184Z[verify-libraries] Compiling rayon-core v1.13.0
41712026-07-06T21:39:47.239Z[verify-libraries] Compiling argon2 v0.5.3
41722026-07-06T21:39:47.357Z[verify-libraries] Compiling glob v0.3.3
41732026-07-06T21:39:47.385Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41742026-07-06T21:39:47.428Z[verify-libraries] Compiling typify-impl v0.6.2
41752026-07-06T21:39:47.463Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41762026-07-06T21:39:47.509Z[verify-libraries] Compiling num_enum_derive v0.7.6
41772026-07-06T21:39:47.652Z[verify-libraries] Compiling vsss-rs v3.3.4
41782026-07-06T21:39:47.775Z[ recovery-image] Jul 06 21:39:47.187 INFO O| Jul 06 21:39:47.187 INFO O| Startup: Refreshing catalog 'helios' ... Done
41792026-07-06T21:39:47.856Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41802026-07-06T21:39:48.126Z[verify-libraries] Compiling test-strategy v0.4.5
41812026-07-06T21:39:48.148Z[verify-libraries] Compiling parse-display v0.10.0
41822026-07-06T21:39:48.171Z[verify-libraries] Compiling usdt-macro v0.5.0
41832026-07-06T21:39:48.263Z[verify-libraries] Compiling memmap v0.7.0
41842026-07-06T21:39:48.318Z[verify-libraries] Compiling heapless v0.8.0
41852026-07-06T21:39:48.340Z[verify-libraries] Compiling proc-macro-error v1.0.4
41862026-07-06T21:39:48.485Z[verify-libraries] Compiling ingot-macros v0.1.1
41872026-07-06T21:39:48.488Z[verify-libraries] Compiling tabwriter v1.4.1
41882026-07-06T21:39:48.528Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41892026-07-06T21:39:48.701Z[verify-libraries] Compiling hash32 v0.3.1
41902026-07-06T21:39:48.704Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41912026-07-06T21:39:48.721Z[ recovery-image] Jul 06 21:39:48.133 INFO O| Jul 06 21:39:48.132 INFO O| Startup: Caching catalogs ... Done
41922026-07-06T21:39:48.727Z[ recovery-image] Jul 06 21:39:48.139 INFO O| Jul 06 21:39:48.139 INFO O| Planning: Planning completed in 0.00 seconds
41932026-07-06T21:39:48.727Z[ recovery-image] Jul 06 21:39:48.140 INFO O| Jul 06 21:39:48.140 INFO O| Planning: Consolidating action changes ... Done
41942026-07-06T21:39:48.730Z[ recovery-image] Jul 06 21:39:48.140 INFO O| Jul 06 21:39:48.140 INFO O| Planning: Evaluating mediators ... Done
41952026-07-06T21:39:48.730Z[ recovery-image] Jul 06 21:39:48.140 INFO O| Jul 06 21:39:48.140 INFO O| Planning: Planning completed in 0.00 seconds
41962026-07-06T21:39:48.730Z[ recovery-image] Jul 06 21:39:48.141 INFO O| Jul 06 21:39:48.141 INFO O| Variants/Facets to change: 1
41972026-07-06T21:39:48.740Z[ recovery-image] Jul 06 21:39:48.152 INFO O| Jul 06 21:39:48.152 INFO O| Finalize: Updating package state database ... Done
41982026-07-06T21:39:48.740Z[ recovery-image] Jul 06 21:39:48.152 INFO O| Jul 06 21:39:48.152 INFO O| Finalize: Updating package cache ... Done
41992026-07-06T21:39:48.766Z[ recovery-image] Jul 06 21:39:48.178 INFO O| Jul 06 21:39:48.178 INFO O| Finalize: Updating image state ... Done
42002026-07-06T21:39:48.770Z[ recovery-image] Jul 06 21:39:48.183 INFO O| Jul 06 21:39:48.183 INFO O| Finalize: Creating fast lookup database ... Done
42012026-07-06T21:39:48.773Z[ recovery-image] Jul 06 21:39:48.184 INFO O| Jul 06 21:39:48.184 INFO O| Finalize: Reading search index ... Done
42022026-07-06T21:39:48.773Z[ recovery-image] Jul 06 21:39:48.184 INFO O| Jul 06 21:39:48.184 INFO O| Finalize: Updating search index ... Done
42032026-07-06T21:39:48.773Z[ recovery-image] Jul 06 21:39:48.185 INFO O| Jul 06 21:39:48.185 INFO O| Finalize: Updating package cache ... Done
42042026-07-06T21:39:48.795Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42052026-07-06T21:39:48.818Z[verify-libraries] Compiling smoltcp v0.11.0
42062026-07-06T21:39:48.821Z[verify-libraries] Compiling toml v0.8.23
42072026-07-06T21:39:48.841Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42082026-07-06T21:39:48.892Z[verify-libraries] Compiling num_enum v0.7.6
42092026-07-06T21:39:48.918Z[verify-libraries] Compiling cobs v0.3.0
42102026-07-06T21:39:48.932Z[ recovery-image] Jul 06 21:39:48.340 INFO O| Jul 06 21:39:48.340 INFO STEP 9 (pkg_change_facet) COMPLETE
42112026-07-06T21:39:48.932Z[ recovery-image] Jul 06 21:39:48.340 INFO O| Jul 06 21:39:48.340 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42122026-07-06T21:39:48.947Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42132026-07-06T21:39:49.054Z[verify-libraries] Compiling usdt v0.5.0
42142026-07-06T21:39:49.074Z[verify-libraries] Compiling colored v3.1.1
42152026-07-06T21:39:49.100Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42162026-07-06T21:39:49.234Z[verify-libraries] Compiling postcard v1.1.3
42172026-07-06T21:39:49.248Z[ recovery-image] Jul 06 21:39:48.661 INFO O| Jul 06 21:39:48.661 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42182026-07-06T21:39:49.288Z[verify-libraries] Compiling rayon v1.11.0
42192026-07-06T21:39:49.292Z[verify-libraries] Compiling rand v0.10.1
42202026-07-06T21:39:49.331Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42212026-07-06T21:39:49.373Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42222026-07-06T21:39:49.481Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42232026-07-06T21:39:49.481Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42242026-07-06T21:39:49.663Z[verify-libraries] Compiling num_enum_derive v0.5.11
42252026-07-06T21:39:49.663Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42262026-07-06T21:39:49.666Z[verify-libraries] Compiling num-derive v0.4.2
42272026-07-06T21:39:49.740Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42282026-07-06T21:39:49.791Z[verify-libraries] Compiling cstr-argument v0.1.2
42292026-07-06T21:39:49.834Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
42302026-07-06T21:39:49.858Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42312026-07-06T21:39:50.014Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42322026-07-06T21:39:50.045Z[ recovery-image] Jul 06 21:39:49.457 INFO O| Jul 06 21:39:49.457 INFO O| Startup: Refreshing catalog 'helios' ... Done
42332026-07-06T21:39:50.049Z[verify-libraries] Compiling foreign-types v0.5.0
42342026-07-06T21:39:50.175Z[ recovery-image] Jul 06 21:39:49.587 INFO O| Jul 06 21:39:49.587 INFO O| Startup: Caching catalogs ... Done
42352026-07-06T21:39:50.182Z[ recovery-image] Jul 06 21:39:49.594 INFO O| Jul 06 21:39:49.594 INFO O| Planning: Planning completed in 0.00 seconds
42362026-07-06T21:39:50.186Z[ recovery-image] Jul 06 21:39:49.595 INFO O| Jul 06 21:39:49.594 INFO O| Planning: Consolidating action changes ... Done
42372026-07-06T21:39:50.186Z[ recovery-image] Jul 06 21:39:49.595 INFO O| Jul 06 21:39:49.595 INFO O| Planning: Evaluating mediators ... Done
42382026-07-06T21:39:50.186Z[ recovery-image] Jul 06 21:39:49.595 INFO O| Jul 06 21:39:49.595 INFO O| Planning: Planning completed in 0.00 seconds
42392026-07-06T21:39:50.186Z[ recovery-image] Jul 06 21:39:49.595 INFO O| Jul 06 21:39:49.595 INFO O| Variants/Facets to change: 1
42402026-07-06T21:39:50.190Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42412026-07-06T21:39:50.195Z[ recovery-image] Jul 06 21:39:49.608 INFO O| Jul 06 21:39:49.608 INFO O| Finalize: Updating package state database ... Done
42422026-07-06T21:39:50.195Z[ recovery-image] Jul 06 21:39:49.608 INFO O| Jul 06 21:39:49.608 INFO O| Finalize: Updating package cache ... Done
42432026-07-06T21:39:50.218Z[ recovery-image] Jul 06 21:39:49.630 INFO O| Jul 06 21:39:49.630 INFO O| Finalize: Updating image state ... Done
42442026-07-06T21:39:50.221Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42452026-07-06T21:39:50.224Z[ recovery-image] Jul 06 21:39:49.635 INFO O| Jul 06 21:39:49.635 INFO O| Finalize: Creating fast lookup database ... Done
42462026-07-06T21:39:50.224Z[ recovery-image] Jul 06 21:39:49.636 INFO O| Jul 06 21:39:49.636 INFO O| Finalize: Reading search index ... Done
42472026-07-06T21:39:50.224Z[ recovery-image] Jul 06 21:39:49.636 INFO O| Jul 06 21:39:49.636 INFO O| Finalize: Updating search index ... Done
42482026-07-06T21:39:50.224Z[ recovery-image] Jul 06 21:39:49.636 INFO O| Jul 06 21:39:49.636 INFO O| Finalize: Updating package cache ... Done
42492026-07-06T21:39:50.274Z[verify-libraries] Compiling sigpipe v0.1.3
42502026-07-06T21:39:50.299Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42512026-07-06T21:39:50.299Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42522026-07-06T21:39:50.352Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42532026-07-06T21:39:50.360Z[ recovery-image] Jul 06 21:39:49.773 INFO O| Jul 06 21:39:49.773 INFO STEP 10 (pkg_change_facet) COMPLETE
42542026-07-06T21:39:50.360Z[ recovery-image] Jul 06 21:39:49.773 INFO O| Jul 06 21:39:49.773 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42552026-07-06T21:39:50.373Z[ recovery-image] Jul 06 21:39:49.783 INFO O| Jul 06 21:39:49.783 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"]
42562026-07-06T21:39:50.390Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42572026-07-06T21:39:50.416Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42582026-07-06T21:39:50.447Z[verify-libraries] Compiling itertools v0.12.1
42592026-07-06T21:39:50.493Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42602026-07-06T21:39:50.565Z[verify-libraries] Compiling smf v0.2.3
42612026-07-06T21:39:50.656Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42622026-07-06T21:39:50.711Z[verify-libraries] Compiling whoami v1.6.1
42632026-07-06T21:39:50.756Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42642026-07-06T21:39:50.804Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42652026-07-06T21:39:50.851Z[verify-libraries] Compiling num_enum v0.5.11
42662026-07-06T21:39:50.952Z[verify-libraries] Compiling derive-where v1.6.0
42672026-07-06T21:39:50.999Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42682026-07-06T21:39:51.043Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42692026-07-06T21:39:51.111Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42702026-07-06T21:39:51.131Z[verify-libraries] Compiling owo-colors v4.3.0
42712026-07-06T21:39:51.159Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42722026-07-06T21:39:51.193Z[verify-libraries] Compiling gethostname v0.5.0
42732026-07-06T21:39:51.361Z[verify-libraries] Compiling libsw-core v0.3.2
42742026-07-06T21:39:51.384Z[verify-libraries] Compiling console v0.15.11
42752026-07-06T21:39:51.416Z[verify-libraries] Compiling linear-map v1.2.0
42762026-07-06T21:39:51.463Z[verify-libraries] Compiling newline-converter v0.3.0
42772026-07-06T21:39:51.533Z[ recovery-image] Jul 06 21:39:50.946 INFO O| Jul 06 21:39:50.946 INFO O| Startup: Refreshing catalog 'helios' ... Done
42782026-07-06T21:39:51.574Z[verify-libraries] Compiling ingot-types v0.1.2
42792026-07-06T21:39:51.574Z[verify-libraries] Compiling libsw v3.5.0
42802026-07-06T21:39:51.578Z[verify-libraries] Compiling resolv-conf v0.7.6
42812026-07-06T21:39:51.604Z[ host-image] Jul 06 21:39:51.016 INFO O| Jul 06 21:39:51.016 INFO O| Download: 10665/23767 items 92.9/222.4MB 41% complete (3.1M/s)
42822026-07-06T21:39:51.638Z[verify-libraries] Compiling num-rational v0.4.2
42832026-07-06T21:39:51.660Z[verify-libraries] Compiling num-complex v0.4.6
42842026-07-06T21:39:51.664Z[ recovery-image] Jul 06 21:39:51.075 INFO O| Jul 06 21:39:51.075 INFO O| Startup: Caching catalogs ... Done
42852026-07-06T21:39:51.798Z[verify-libraries] Compiling zone v0.3.1
42862026-07-06T21:39:51.823Z[verify-libraries] Compiling expectorate v1.2.0
42872026-07-06T21:39:51.882Z[verify-libraries] Compiling slog-dtrace v0.3.0
42882026-07-06T21:39:51.905Z[verify-libraries] Compiling prettyplease v0.2.37
42892026-07-06T21:39:52.022Z[verify-libraries] Compiling ingot v0.1.1
42902026-07-06T21:39:52.056Z[verify-libraries] Compiling float-ord v0.3.2
42912026-07-06T21:39:52.056Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42922026-07-06T21:39:52.115Z[verify-libraries] Compiling num v0.4.3
42932026-07-06T21:39:52.150Z[verify-libraries] Compiling linked-hash-map v0.5.6
42942026-07-06T21:39:52.150Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42952026-07-06T21:39:52.187Z[ recovery-image] Jul 06 21:39:51.599 INFO O| Jul 06 21:39:51.599 INFO O| Planning: Solver setup ... Done
42962026-07-06T21:39:52.206Z[ recovery-image] Jul 06 21:39:51.617 INFO O| Jul 06 21:39:51.617 INFO O| Planning: Running solver ... Done
42972026-07-06T21:39:52.219Z[ recovery-image] Jul 06 21:39:51.632 INFO O| Jul 06 21:39:51.632 INFO O| Planning: Finding local manifests ... Done
42982026-07-06T21:39:52.231Z[verify-libraries] Compiling hickory-proto v0.24.4
42992026-07-06T21:39:52.234Z[verify-libraries] Compiling typify-macro v0.6.2
43002026-07-06T21:39:52.234Z[verify-libraries] Compiling convert_case v0.10.0
43012026-07-06T21:39:52.237Z[ recovery-image] Jul 06 21:39:51.650 INFO O| Jul 06 21:39:51.650 INFO O| Planning: Fetching manifests: 0/128 0% complete
43022026-07-06T21:39:52.343Z[verify-libraries] Compiling minimal-lexical v0.2.1
43032026-07-06T21:39:52.411Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43042026-07-06T21:39:52.455Z[verify-libraries] Compiling lru-cache v0.1.2
43052026-07-06T21:39:52.565Z[verify-libraries] Compiling display-error-chain v0.2.2
43062026-07-06T21:39:52.568Z[verify-libraries] Compiling unicode-xid v0.2.6
43072026-07-06T21:39:52.674Z[verify-libraries] Compiling nom v7.1.3
43082026-07-06T21:39:52.696Z[verify-libraries] Compiling tabled_derive v0.7.0
43092026-07-06T21:39:52.696Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43102026-07-06T21:39:52.699Z[verify-libraries] Compiling derive_more-impl v2.1.1
43112026-07-06T21:39:52.795Z[verify-libraries] Compiling fd-lock v4.0.4
43122026-07-06T21:39:52.808Z[verify-libraries] Compiling vte v0.14.1
43132026-07-06T21:39:52.957Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43142026-07-06T21:39:52.985Z[verify-libraries] Compiling stacker v0.1.23
43152026-07-06T21:39:53.046Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43162026-07-06T21:39:53.084Z[verify-libraries] Compiling cfg_aliases v0.1.1
43172026-07-06T21:39:53.182Z[verify-libraries] Compiling reedline v0.40.0
43182026-07-06T21:39:53.277Z[verify-libraries] Compiling nix v0.28.0
43192026-07-06T21:39:53.299Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43202026-07-06T21:39:53.354Z[verify-libraries] Compiling semver v0.1.20
43212026-07-06T21:39:53.471Z[verify-libraries] Compiling termtree v0.5.1
43222026-07-06T21:39:53.650Z[verify-libraries] Compiling psm v0.1.30
43232026-07-06T21:39:53.672Z[verify-libraries] Compiling derive_more v2.1.1
43242026-07-06T21:39:53.693Z[verify-libraries] Compiling rustc_version v0.1.7
43252026-07-06T21:39:53.717Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43262026-07-06T21:39:53.717Z[verify-libraries] Compiling phf_shared v0.12.1
43272026-07-06T21:39:53.787Z[verify-libraries] Compiling crossterm v0.29.0
43282026-07-06T21:39:53.809Z[verify-libraries] Compiling tabled v0.15.0
43292026-07-06T21:39:53.831Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43302026-07-06T21:39:53.929Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43312026-07-06T21:39:53.961Z[verify-libraries] Compiling nibble_vec v0.1.0
43322026-07-06T21:39:54.038Z[verify-libraries] Compiling chrono-tz v0.10.4
43332026-07-06T21:39:54.128Z[verify-libraries] Compiling endian-type v0.1.2
43342026-07-06T21:39:54.155Z[verify-libraries] Compiling highway v1.3.0
43352026-07-06T21:39:54.281Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43362026-07-06T21:39:54.327Z[verify-libraries] Compiling typify v0.6.2
43372026-07-06T21:39:54.367Z[verify-libraries] Compiling radix_trie v0.2.1
43382026-07-06T21:39:54.407Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43392026-07-06T21:39:54.447Z[verify-libraries] Compiling progenitor-impl v0.14.0
43402026-07-06T21:39:54.500Z[verify-libraries] Compiling hickory-resolver v0.24.4
43412026-07-06T21:39:54.532Z[verify-libraries] Compiling newtype_derive v0.1.6
43422026-07-06T21:39:54.559Z[verify-libraries] Compiling phf v0.12.1
43432026-07-06T21:39:54.647Z[verify-libraries] Compiling recursive v0.1.1
43442026-07-06T21:39:54.719Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43452026-07-06T21:39:54.783Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43462026-07-06T21:39:54.803Z[verify-libraries] Compiling peg-macros v0.8.5
43472026-07-06T21:39:54.931Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43482026-07-06T21:39:54.955Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43492026-07-06T21:39:54.997Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43502026-07-06T21:39:55.091Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43512026-07-06T21:39:55.256Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43522026-07-06T21:39:55.591Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43532026-07-06T21:39:55.626Z[verify-libraries] Compiling qorb v0.4.1
43542026-07-06T21:39:55.744Z[verify-libraries] Compiling csv-core v0.1.13
43552026-07-06T21:39:55.886Z[verify-libraries] Compiling winnow v0.6.26
43562026-07-06T21:39:56.014Z[verify-libraries] Compiling unicode_categories v0.1.1
43572026-07-06T21:39:56.052Z[verify-libraries] Compiling home v0.5.12
43582026-07-06T21:39:56.134Z[verify-libraries] Compiling textwrap v0.16.2
43592026-07-06T21:39:56.221Z[verify-libraries] Compiling rustyline v14.0.0
43602026-07-06T21:39:56.242Z[verify-libraries] Compiling csv v1.4.0
43612026-07-06T21:39:56.242Z[verify-libraries] Compiling sqlparser v0.61.0
43622026-07-06T21:39:56.316Z[verify-libraries] Compiling peg v0.8.5
43632026-07-06T21:39:56.423Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43642026-07-06T21:39:56.567Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43652026-07-06T21:39:56.639Z[verify-libraries] Compiling const_format v0.2.35
43662026-07-06T21:39:56.753Z[ host-image] Jul 06 21:39:56.165 INFO O| Jul 06 21:39:56.165 INFO O| Download: 12036/23767 items 103.4/222.4MB 46% complete (3.5M/s)
43672026-07-06T21:39:56.873Z[verify-libraries] Compiling bcs v0.1.6
43682026-07-06T21:39:57.036Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43692026-07-06T21:39:57.084Z[verify-libraries] Compiling nom v8.0.0
43702026-07-06T21:39:57.186Z[verify-libraries] Compiling progenitor-macro v0.14.0
43712026-07-06T21:39:57.209Z[verify-libraries] Compiling sqlformat v0.3.5
43722026-07-06T21:39:57.243Z[ recovery-image] Jul 06 21:39:56.656 INFO O| Jul 06 21:39:56.655 INFO O| Planning: Fetching manifests: 99/128 77% complete
43732026-07-06T21:39:57.246Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43742026-07-06T21:39:57.414Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43752026-07-06T21:39:57.438Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
43762026-07-06T21:39:57.592Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43772026-07-06T21:39:57.812Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43782026-07-06T21:39:57.843Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43792026-07-06T21:39:57.897Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43802026-07-06T21:39:57.933Z[verify-libraries] Compiling base64 v0.21.7
43812026-07-06T21:39:57.984Z[verify-libraries] Compiling steno v0.4.1
43822026-07-06T21:39:58.178Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43832026-07-06T21:39:58.249Z[verify-libraries] Compiling sha1 v0.10.6
43842026-07-06T21:39:58.280Z[ recovery-image] Jul 06 21:39:57.693 INFO O| Jul 06 21:39:57.693 INFO O| Planning: Fetching manifests: 128/128 100% complete
43852026-07-06T21:39:58.306Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43862026-07-06T21:39:58.344Z[verify-libraries] Compiling tagptr v0.2.0
43872026-07-06T21:39:58.375Z[verify-libraries] Compiling utf-8 v0.7.6
43882026-07-06T21:39:58.574Z[verify-libraries] Compiling moka v0.12.13
43892026-07-06T21:39:58.596Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43902026-07-06T21:39:58.624Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43912026-07-06T21:39:58.652Z[verify-libraries] Compiling tungstenite v0.21.0
43922026-07-06T21:39:58.704Z[verify-libraries] Compiling radium v0.7.0
43932026-07-06T21:39:58.727Z[verify-libraries] Compiling ron v0.8.1
43942026-07-06T21:39:58.795Z[ recovery-image] Jul 06 21:39:58.208 INFO O| Jul 06 21:39:58.207 INFO O| Planning: Package planning ... Done
43952026-07-06T21:39:58.821Z[verify-libraries] Compiling tap v1.0.1
43962026-07-06T21:39:58.895Z[verify-libraries] Compiling maybe-uninit v2.0.0
43972026-07-06T21:39:58.938Z[verify-libraries] Compiling zerocopy-derive v0.6.6
43982026-07-06T21:39:58.949Z[ recovery-image] Jul 06 21:39:58.362 INFO O| Jul 06 21:39:58.362 INFO O| Planning: Merging actions ... Done
43992026-07-06T21:39:59.022Z[ recovery-image] Jul 06 21:39:58.435 INFO O| Jul 06 21:39:58.435 INFO O| Planning: Checking for conflicting actions ... Done
44002026-07-06T21:39:59.055Z[verify-libraries] Compiling wyz v0.5.1
44012026-07-06T21:39:59.077Z[ recovery-image] Jul 06 21:39:58.490 INFO O| Jul 06 21:39:58.490 INFO O| Planning: Consolidating action changes ... Done
44022026-07-06T21:39:59.217Z[ recovery-image] Jul 06 21:39:58.625 INFO O| Jul 06 21:39:58.625 INFO O| Planning: Evaluating mediators ... Done
44032026-07-06T21:39:59.294Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44042026-07-06T21:39:59.344Z[verify-libraries] Compiling hickory-resolver v0.25.2
44052026-07-06T21:39:59.453Z[verify-libraries] Compiling crc-catalog v2.4.0
44062026-07-06T21:39:59.494Z[verify-libraries] Compiling packed_struct v0.10.1
44072026-07-06T21:39:59.560Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
44082026-07-06T21:39:59.616Z[verify-libraries] Compiling funty v2.0.0
44092026-07-06T21:39:59.688Z[verify-libraries] Compiling crc v3.4.0
44102026-07-06T21:39:59.776Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44112026-07-06T21:39:59.850Z[verify-libraries] Compiling bitfield-macros v0.19.4
44122026-07-06T21:39:59.874Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44132026-07-06T21:39:59.910Z[verify-libraries] Compiling indexmap v1.9.3
44142026-07-06T21:39:59.954Z[verify-libraries] Compiling nodrop v0.1.14
44152026-07-06T21:40:00.014Z[verify-libraries] Compiling zerocopy v0.6.6
44162026-07-06T21:40:00.074Z[verify-libraries] Compiling bitvec v1.0.1
44172026-07-06T21:40:00.115Z[verify-libraries] Compiling libefi-sys v0.1.0
44182026-07-06T21:40:00.304Z[verify-libraries] Compiling array-init v0.0.4
44192026-07-06T21:40:00.366Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44202026-07-06T21:40:00.453Z[verify-libraries] Compiling smallvec v0.6.14
44212026-07-06T21:40:00.503Z[verify-libraries] Compiling bitfield-struct v0.6.2
44222026-07-06T21:40:00.664Z[ recovery-image] Jul 06 21:40:00.076 INFO O| Jul 06 21:40:00.076 INFO O| Planning: Planning completed in 8.99 seconds
44232026-07-06T21:40:00.670Z[ recovery-image] Jul 06 21:40:00.078 INFO O| Jul 06 21:40:00.078 INFO O| Packages to install: 128
44242026-07-06T21:40:00.670Z[ recovery-image] Jul 06 21:40:00.078 INFO O| Jul 06 21:40:00.078 INFO O| Mediators to change: 5
44252026-07-06T21:40:00.670Z[ recovery-image] Jul 06 21:40:00.078 INFO O| Jul 06 21:40:00.078 INFO O| Services to change: 5
44262026-07-06T21:40:00.694Z[ recovery-image] Jul 06 21:40:00.106 INFO O| Jul 06 21:40:00.106 INFO O| Download: 0/16572 items 0.0/199.6MB 0% complete
44272026-07-06T21:40:00.697Z[verify-libraries] Compiling hashbrown v0.12.3
44282026-07-06T21:40:00.733Z[verify-libraries] Compiling serde-hex v0.1.0
44292026-07-06T21:40:00.759Z[verify-libraries] Compiling bitfield v0.19.4
44302026-07-06T21:40:00.998Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44312026-07-06T21:40:01.060Z[verify-libraries] Compiling hashbrown v0.13.2
44322026-07-06T21:40:01.124Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44332026-07-06T21:40:01.244Z[verify-libraries] Compiling crc-any v2.5.0
44342026-07-06T21:40:01.284Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44352026-07-06T21:40:01.310Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44362026-07-06T21:40:01.361Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44372026-07-06T21:40:01.614Z[verify-libraries] Compiling object v0.30.4
44382026-07-06T21:40:01.638Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44392026-07-06T21:40:01.642Z[verify-libraries] Compiling path-slash v0.1.5
44402026-07-06T21:40:01.707Z[verify-libraries] Compiling xshell-macros v0.2.7
44412026-07-06T21:40:01.819Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44422026-07-06T21:40:01.848Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44432026-07-06T21:40:01.902Z[verify-libraries] Compiling num-derive v0.3.3
44442026-07-06T21:40:01.924Z[verify-libraries] Compiling subprocess v0.2.15
44452026-07-06T21:40:02.013Z[ host-image] Jul 06 21:40:01.426 INFO O| Jul 06 21:40:01.426 INFO O| Download: 12984/23767 items 118.5/222.4MB 53% complete (2.6M/s)
44462026-07-06T21:40:02.084Z[verify-libraries] Compiling papergrid v0.17.0
44472026-07-06T21:40:02.174Z[verify-libraries] Compiling xshell v0.2.7
44482026-07-06T21:40:02.320Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44492026-07-06T21:40:02.416Z[verify-libraries] Compiling testing_table v0.3.0
44502026-07-06T21:40:02.507Z[verify-libraries] Compiling progenitor v0.14.0
44512026-07-06T21:40:02.561Z[verify-libraries] Compiling progenitor-impl v0.13.0
44522026-07-06T21:40:02.666Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44532026-07-06T21:40:02.695Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44542026-07-06T21:40:02.721Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44552026-07-06T21:40:02.770Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44562026-07-06T21:40:02.828Z[verify-libraries] Compiling tabled_derive v0.11.0
44572026-07-06T21:40:02.880Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44582026-07-06T21:40:02.967Z[verify-libraries] Compiling headers-core v0.3.0
44592026-07-06T21:40:03.002Z[verify-libraries] Compiling libscf-sys v1.1.0
44602026-07-06T21:40:03.086Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44612026-07-06T21:40:03.138Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44622026-07-06T21:40:03.183Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44632026-07-06T21:40:03.378Z[verify-libraries] Compiling unicase v2.9.0
44642026-07-06T21:40:03.514Z[verify-libraries] Compiling headers v0.4.1
44652026-07-06T21:40:03.570Z[verify-libraries] Compiling progenitor-client v0.13.0
44662026-07-06T21:40:03.619Z[verify-libraries] Compiling maplit v1.0.2
44672026-07-06T21:40:03.735Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44682026-07-06T21:40:03.881Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44692026-07-06T21:40:03.905Z[verify-libraries] Compiling yasna v0.5.2
44702026-07-06T21:40:03.927Z[verify-libraries] Compiling crc8 v0.1.1
44712026-07-06T21:40:03.949Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44722026-07-06T21:40:04.055Z[verify-libraries] Compiling vergen-lib v0.1.6
44732026-07-06T21:40:04.086Z[verify-libraries] Compiling diesel_derives v2.3.7
44742026-07-06T21:40:04.106Z[verify-libraries] Compiling tabled v0.20.0
44752026-07-06T21:40:04.268Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44762026-07-06T21:40:04.356Z[verify-libraries] Compiling rcgen v0.12.1
44772026-07-06T21:40:04.360Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44782026-07-06T21:40:04.398Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44792026-07-06T21:40:04.632Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
44802026-07-06T21:40:04.653Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
44812026-07-06T21:40:04.727Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44822026-07-06T21:40:04.748Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44832026-07-06T21:40:04.801Z[verify-libraries] Compiling half v1.8.3
44842026-07-06T21:40:04.988Z[verify-libraries] Compiling r2d2 v0.8.10
44852026-07-06T21:40:05.037Z[verify-libraries] Compiling serde_cbor v0.11.2
44862026-07-06T21:40:05.099Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
44872026-07-06T21:40:05.237Z[verify-libraries] Compiling git-stub v1.0.0
44882026-07-06T21:40:05.292Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44892026-07-06T21:40:05.315Z[verify-libraries] Compiling downcast-rs v2.0.2
44902026-07-06T21:40:05.315Z[verify-libraries] Compiling crunchy v0.2.4
44912026-07-06T21:40:05.383Z[verify-libraries] Compiling progenitor-macro v0.13.0
44922026-07-06T21:40:05.458Z[verify-libraries] Compiling git-stub-vcs v0.1.0
44932026-07-06T21:40:05.543Z[verify-libraries] Compiling dirs-next v2.0.0
44942026-07-06T21:40:05.624Z[verify-libraries] Compiling clang-sys v1.8.1
44952026-07-06T21:40:05.668Z[verify-libraries] Compiling tiny-keccak v2.0.2
44962026-07-06T21:40:05.737Z[verify-libraries] Compiling cpubits v0.1.1
44972026-07-06T21:40:05.873Z[verify-libraries] Compiling term v0.7.0
44982026-07-06T21:40:05.920Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44992026-07-06T21:40:05.986Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45002026-07-06T21:40:06.039Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45012026-07-06T21:40:06.042Z[ recovery-image] Jul 06 21:40:05.455 INFO O| Jul 06 21:40:05.455 INFO O| Download: 1102/16572 items 9.2/199.6MB 4% complete (2.1M/s)
45022026-07-06T21:40:06.091Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45032026-07-06T21:40:06.127Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45042026-07-06T21:40:06.294Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45052026-07-06T21:40:06.317Z[verify-libraries] Compiling bit-vec v0.6.3
45062026-07-06T21:40:06.505Z[verify-libraries] Compiling diff v0.1.13
45072026-07-06T21:40:06.566Z[verify-libraries] Compiling bit-set v0.5.3
45082026-07-06T21:40:06.645Z[verify-libraries] Compiling ascii-canvas v3.0.0
45092026-07-06T21:40:06.757Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45102026-07-06T21:40:06.814Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45112026-07-06T21:40:06.884Z[verify-libraries] Compiling itertools v0.10.5
45122026-07-06T21:40:06.934Z[verify-libraries] Compiling libloading v0.8.9
45132026-07-06T21:40:06.979Z[verify-libraries] Compiling ena v0.14.4
45142026-07-06T21:40:07.013Z[ host-image] Jul 06 21:40:06.426 INFO O| Jul 06 21:40:06.426 INFO O| Download: 14166/23767 items 119.7/222.4MB 53% complete (1.6M/s)
45152026-07-06T21:40:07.073Z[verify-libraries] Compiling regex-syntax v0.6.29
45162026-07-06T21:40:07.150Z[verify-libraries] Compiling bindgen v0.71.1
45172026-07-06T21:40:07.233Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45182026-07-06T21:40:07.306Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45192026-07-06T21:40:07.310Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45202026-07-06T21:40:07.642Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45212026-07-06T21:40:08.046Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45222026-07-06T21:40:08.538Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45232026-07-06T21:40:08.902Z[verify-libraries] Compiling lalrpop v0.19.12
45242026-07-06T21:40:09.196Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45252026-07-06T21:40:09.282Z[verify-libraries] Compiling cexpr v0.6.0
45262026-07-06T21:40:09.377Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45272026-07-06T21:40:09.716Z[verify-libraries] Compiling rustc-hash v2.1.1
45282026-07-06T21:40:09.738Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45292026-07-06T21:40:09.770Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45302026-07-06T21:40:10.016Z[verify-libraries] Compiling libxml v0.3.3
45312026-07-06T21:40:10.045Z[verify-libraries] Compiling arc-swap v1.8.2
45322026-07-06T21:40:10.357Z[verify-libraries] Compiling slog-scope v4.4.1
45332026-07-06T21:40:10.424Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45342026-07-06T21:40:10.458Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45352026-07-06T21:40:10.667Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45362026-07-06T21:40:10.725Z[verify-libraries] Compiling progenitor v0.13.0
45372026-07-06T21:40:10.746Z[verify-libraries] Compiling strum_macros v0.24.3
45382026-07-06T21:40:10.749Z[verify-libraries] Compiling diesel v2.3.7
45392026-07-06T21:40:10.891Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45402026-07-06T21:40:10.914Z[verify-libraries] Compiling hmac v0.13.0
45412026-07-06T21:40:10.949Z[verify-libraries] Compiling universal-hash v0.6.1
45422026-07-06T21:40:11.131Z[verify-libraries] Compiling fxhash v0.2.1
45432026-07-06T21:40:11.151Z[verify-libraries] Compiling fs-err v2.11.0
45442026-07-06T21:40:11.310Z[verify-libraries] Compiling indoc v1.0.9
45452026-07-06T21:40:11.480Z[verify-libraries] Compiling slog-stdlog v4.1.1
45462026-07-06T21:40:11.514Z[ recovery-image] Jul 06 21:40:10.927 INFO O| Jul 06 21:40:10.927 INFO O| Download: 1507/16572 items 21.1/199.6MB 10% complete (2.2M/s)
45472026-07-06T21:40:11.745Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45482026-07-06T21:40:11.781Z[verify-libraries] Compiling oso-derive v0.27.3
45492026-07-06T21:40:11.827Z[verify-libraries] Compiling quick-xml v0.37.5
45502026-07-06T21:40:11.996Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45512026-07-06T21:40:12.108Z[ host-image] Jul 06 21:40:11.520 INFO O| Jul 06 21:40:11.520 INFO O| Download: 15269/23767 items 126.3/222.4MB 56% complete (730k/s)
45522026-07-06T21:40:12.220Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45532026-07-06T21:40:12.378Z[verify-libraries] Compiling openssl-probe v0.1.6
45542026-07-06T21:40:12.684Z[verify-libraries] Compiling slog-envlogger v2.2.0
45552026-07-06T21:40:12.740Z[verify-libraries] Compiling polyval v0.7.1
45562026-07-06T21:40:13.015Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45572026-07-06T21:40:13.037Z[verify-libraries] Compiling der v0.8.0
45582026-07-06T21:40:13.061Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45592026-07-06T21:40:13.109Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45602026-07-06T21:40:13.299Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45612026-07-06T21:40:13.403Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
45622026-07-06T21:40:13.534Z[verify-libraries] Compiling kstat-rs v0.2.4
45632026-07-06T21:40:13.891Z[verify-libraries] Compiling trait-variant v0.1.2
45642026-07-06T21:40:13.928Z[verify-libraries] Compiling parse-size v1.1.0
45652026-07-06T21:40:14.120Z[verify-libraries] Compiling salty v0.3.0
45662026-07-06T21:40:14.142Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45672026-07-06T21:40:14.255Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
45682026-07-06T21:40:14.354Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45692026-07-06T21:40:14.383Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45702026-07-06T21:40:14.430Z[verify-libraries] Compiling ghash v0.6.0
45712026-07-06T21:40:14.482Z[verify-libraries] Compiling pbkdf2 v0.13.0
45722026-07-06T21:40:14.526Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45732026-07-06T21:40:14.590Z[verify-libraries] Compiling aes v0.9.1
45742026-07-06T21:40:14.621Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45752026-07-06T21:40:14.645Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45762026-07-06T21:40:14.714Z[verify-libraries] Compiling bb8 v0.8.6
45772026-07-06T21:40:14.909Z[verify-libraries] Compiling ctr v0.10.1
45782026-07-06T21:40:15.086Z[verify-libraries] Compiling aead v0.6.1
45792026-07-06T21:40:15.162Z[verify-libraries] Compiling sha2 v0.11.0
45802026-07-06T21:40:15.219Z[verify-libraries] Compiling parking_lot_core v0.8.6
45812026-07-06T21:40:15.297Z[verify-libraries] Compiling aes-gcm v0.11.0
45822026-07-06T21:40:15.547Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45832026-07-06T21:40:15.634Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
45842026-07-06T21:40:15.996Z[verify-libraries] Compiling spki v0.8.0
45852026-07-06T21:40:16.213Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
45862026-07-06T21:40:16.265Z[verify-libraries] Compiling crypto-bigint v0.7.5
45872026-07-06T21:40:16.268Z[verify-libraries] Compiling mime_guess v2.0.5
45882026-07-06T21:40:16.362Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45892026-07-06T21:40:16.436Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45902026-07-06T21:40:16.515Z[ recovery-image] Jul 06 21:40:15.928 INFO O| Jul 06 21:40:15.928 INFO O| Download: 2259/16572 items 30.7/199.6MB 15% complete (2.2M/s)
45912026-07-06T21:40:16.638Z[verify-libraries] Compiling rfc6979 v0.4.0
45922026-07-06T21:40:16.795Z[verify-libraries] Compiling cbc v0.2.1
45932026-07-06T21:40:16.832Z[verify-libraries] Compiling salsa20 v0.11.0
45942026-07-06T21:40:16.981Z[verify-libraries] Compiling nanorand v0.7.0
45952026-07-06T21:40:17.037Z[verify-libraries] Compiling scrypt v0.12.0
45962026-07-06T21:40:17.102Z[verify-libraries] Compiling ecdsa v0.16.9
45972026-07-06T21:40:17.182Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45982026-07-06T21:40:17.212Z[verify-libraries] Compiling flume v0.11.1
45992026-07-06T21:40:17.372Z[verify-libraries] Compiling primeorder v0.13.6
46002026-07-06T21:40:17.584Z[verify-libraries] Compiling atty v0.2.14
46012026-07-06T21:40:17.620Z[verify-libraries] Compiling http-range v0.1.5
46022026-07-06T21:40:17.679Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46032026-07-06T21:40:17.715Z[verify-libraries] Compiling nonempty v0.12.0
46042026-07-06T21:40:17.735Z[verify-libraries] Compiling p384 v0.13.1
46052026-07-06T21:40:17.788Z[verify-libraries] Compiling parking_lot v0.11.2
46062026-07-06T21:40:17.856Z[verify-libraries] Compiling pkcs5 v0.8.1
46072026-07-06T21:40:18.000Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46082026-07-06T21:40:18.227Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46092026-07-06T21:40:18.376Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46102026-07-06T21:40:18.405Z[verify-libraries] Compiling prefix-trie v0.7.0
46112026-07-06T21:40:18.437Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46122026-07-06T21:40:18.462Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46132026-07-06T21:40:18.465Z[verify-libraries] Compiling pkcs8 v0.11.0
46142026-07-06T21:40:18.509Z[verify-libraries] Compiling sled v0.34.7
46152026-07-06T21:40:18.592Z[ host-image] Jul 06 21:40:18.004 INFO O| Jul 06 21:40:18.004 INFO O| Download: 16319/23767 items 135.3/222.4MB 60% complete (1.6M/s)
46162026-07-06T21:40:18.631Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46172026-07-06T21:40:18.838Z[verify-libraries] Compiling hickory-server v0.25.2
46182026-07-06T21:40:18.860Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46192026-07-06T21:40:18.915Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46202026-07-06T21:40:19.023Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46212026-07-06T21:40:19.181Z[verify-libraries] Compiling ignore v0.4.25
46222026-07-06T21:40:19.382Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46232026-07-06T21:40:19.454Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46242026-07-06T21:40:19.658Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46252026-07-06T21:40:19.844Z[verify-libraries] Compiling corncobs v0.1.4
46262026-07-06T21:40:19.866Z[verify-libraries] Compiling globwalk v0.9.1
46272026-07-06T21:40:19.975Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46282026-07-06T21:40:20.022Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46292026-07-06T21:40:20.062Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46302026-07-06T21:40:20.172Z[verify-libraries] Compiling predicates-tree v1.0.13
46312026-07-06T21:40:20.194Z[verify-libraries] Compiling libz-sys v1.1.24
46322026-07-06T21:40:20.483Z[verify-libraries] Compiling rand_seeder v0.4.0
46332026-07-06T21:40:20.526Z[verify-libraries] Compiling darling_core v0.23.0
46342026-07-06T21:40:20.548Z[verify-libraries] Compiling secrecy v0.8.0
46352026-07-06T21:40:20.653Z[verify-libraries] Compiling ff v0.14.0
46362026-07-06T21:40:20.707Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46372026-07-06T21:40:20.844Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46382026-07-06T21:40:20.915Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46392026-07-06T21:40:21.061Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46402026-07-06T21:40:21.083Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46412026-07-06T21:40:21.123Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46422026-07-06T21:40:21.169Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46432026-07-06T21:40:21.265Z[verify-libraries] Compiling signature v3.0.0
46442026-07-06T21:40:21.372Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46452026-07-06T21:40:21.487Z[verify-libraries] Compiling base16ct v1.0.0
46462026-07-06T21:40:21.515Z[ recovery-image] Jul 06 21:40:20.928 INFO O| Jul 06 21:40:20.928 INFO O| Download: 3752/16572 items 38.6/199.6MB 19% complete (1.8M/s)
46472026-07-06T21:40:21.667Z[verify-libraries] Compiling instability v0.3.11
46482026-07-06T21:40:21.773Z[verify-libraries] Compiling sec1 v0.8.1
46492026-07-06T21:40:21.842Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46502026-07-06T21:40:21.864Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46512026-07-06T21:40:22.006Z[verify-libraries] Compiling group v0.14.0
46522026-07-06T21:40:22.078Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46532026-07-06T21:40:22.128Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46542026-07-06T21:40:22.158Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46552026-07-06T21:40:22.192Z[verify-libraries] Compiling hkdf v0.13.0
46562026-07-06T21:40:22.213Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46572026-07-06T21:40:22.235Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46582026-07-06T21:40:22.403Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46592026-07-06T21:40:22.424Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46602026-07-06T21:40:22.722Z[verify-libraries] Compiling castaway v0.2.4
46612026-07-06T21:40:22.755Z[verify-libraries] Compiling indoc v2.0.7
46622026-07-06T21:40:22.879Z[verify-libraries] Compiling compact_str v0.8.1
46632026-07-06T21:40:23.179Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46642026-07-06T21:40:23.246Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46652026-07-06T21:40:23.269Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46662026-07-06T21:40:23.303Z[verify-libraries] Compiling darling_macro v0.23.0
46672026-07-06T21:40:23.529Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46682026-07-06T21:40:23.593Z[ host-image] Jul 06 21:40:23.005 INFO O| Jul 06 21:40:23.005 INFO O| Download: 17221/23767 items 144.2/222.4MB 64% complete (1.1M/s)
46692026-07-06T21:40:23.738Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46702026-07-06T21:40:23.879Z[verify-libraries] Compiling darling v0.23.0
46712026-07-06T21:40:23.994Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46722026-07-06T21:40:24.228Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46732026-07-06T21:40:24.275Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46742026-07-06T21:40:24.300Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46752026-07-06T21:40:24.409Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46762026-07-06T21:40:24.581Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46772026-07-06T21:40:24.619Z[verify-libraries] Compiling unicode-truncate v1.1.0
46782026-07-06T21:40:24.827Z[verify-libraries] Compiling lru v0.12.5
46792026-07-06T21:40:25.020Z[verify-libraries] Compiling cassowary v0.3.0
46802026-07-06T21:40:25.049Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46812026-07-06T21:40:25.360Z[verify-libraries] Compiling ratatui v0.29.0
46822026-07-06T21:40:25.392Z[verify-libraries] Compiling rfc6979 v0.5.0
46832026-07-06T21:40:25.414Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46842026-07-06T21:40:25.485Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46852026-07-06T21:40:25.579Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46862026-07-06T21:40:25.600Z[verify-libraries] Compiling vergen-git2 v9.1.0
46872026-07-06T21:40:25.743Z[verify-libraries] Compiling is_ci v1.2.0
46882026-07-06T21:40:25.768Z[verify-libraries] Compiling strsim v0.10.0
46892026-07-06T21:40:25.905Z[verify-libraries] Compiling supports-color v3.0.2
46902026-07-06T21:40:25.929Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
46912026-07-06T21:40:25.972Z[verify-libraries] Compiling darling_core v0.13.4
46922026-07-06T21:40:25.995Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
46932026-07-06T21:40:26.120Z[verify-libraries] Compiling primefield v0.14.0
46942026-07-06T21:40:26.151Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46952026-07-06T21:40:26.360Z[verify-libraries] Compiling tungstenite v0.23.0
46962026-07-06T21:40:26.397Z[verify-libraries] Compiling console v0.16.2
46972026-07-06T21:40:26.427Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
46982026-07-06T21:40:26.728Z[verify-libraries] Compiling void v1.0.2
46992026-07-06T21:40:26.841Z[verify-libraries] Compiling unit-prefix v0.5.2
47002026-07-06T21:40:26.863Z[verify-libraries] Compiling assert_matches v1.5.0
47012026-07-06T21:40:26.969Z[verify-libraries] Compiling indicatif v0.18.4
47022026-07-06T21:40:26.989Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47032026-07-06T21:40:27.013Z[verify-libraries] Compiling lzss v0.8.2
47042026-07-06T21:40:27.036Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47052026-07-06T21:40:27.154Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47062026-07-06T21:40:27.314Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47072026-07-06T21:40:27.349Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47082026-07-06T21:40:27.416Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47092026-07-06T21:40:27.635Z[ recovery-image] Jul 06 21:40:27.047 INFO O| Jul 06 21:40:27.047 INFO O| Download: 4014/16572 items 40.7/199.6MB 20% complete (1.5M/s)
47102026-07-06T21:40:27.708Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47112026-07-06T21:40:27.730Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47122026-07-06T21:40:27.887Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47132026-07-06T21:40:27.977Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47142026-07-06T21:40:27.999Z[verify-libraries] Compiling nix v0.27.1
47152026-07-06T21:40:28.020Z[verify-libraries] Compiling darling_macro v0.13.4
47162026-07-06T21:40:28.117Z[verify-libraries] Compiling colored v2.2.0
47172026-07-06T21:40:28.153Z[verify-libraries] Compiling serde_bytes v0.11.19
47182026-07-06T21:40:28.244Z[verify-libraries] Compiling shell-words v1.1.1
47192026-07-06T21:40:28.421Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47202026-07-06T21:40:28.518Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47212026-07-06T21:40:28.565Z[verify-libraries] Compiling ed25519 v3.0.0
47222026-07-06T21:40:28.589Z[verify-libraries] Compiling darling v0.13.4
47232026-07-06T21:40:28.613Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47242026-07-06T21:40:28.706Z[verify-libraries] Compiling crypto-primes v0.7.2
47252026-07-06T21:40:28.792Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47262026-07-06T21:40:29.045Z[ host-image] Jul 06 21:40:28.458 INFO O| Jul 06 21:40:28.458 INFO O| Download: 18741/23767 items 171.7/222.4MB 77% complete (3.7M/s)
47272026-07-06T21:40:29.091Z[verify-libraries] Compiling poly1305 v0.9.0
47282026-07-06T21:40:29.234Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47292026-07-06T21:40:29.349Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47302026-07-06T21:40:29.608Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47312026-07-06T21:40:29.751Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47322026-07-06T21:40:29.847Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47332026-07-06T21:40:29.869Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47342026-07-06T21:40:29.893Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47352026-07-06T21:40:30.020Z[verify-libraries] Compiling blowfish v0.10.0
47362026-07-06T21:40:30.112Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47372026-07-06T21:40:30.134Z[verify-libraries] Compiling petname v2.0.2
47382026-07-06T21:40:30.154Z[verify-libraries] Compiling keccak v0.2.0
47392026-07-06T21:40:30.331Z[verify-libraries] Compiling fiat-crypto v0.3.0
47402026-07-06T21:40:30.380Z[verify-libraries] Compiling sha3 v0.11.0
47412026-07-06T21:40:30.402Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47422026-07-06T21:40:30.749Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47432026-07-06T21:40:31.004Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47442026-07-06T21:40:31.065Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47452026-07-06T21:40:31.107Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47462026-07-06T21:40:31.581Z[verify-libraries] Compiling serde_with_macros v1.5.2
47472026-07-06T21:40:31.752Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47482026-07-06T21:40:31.777Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47492026-07-06T21:40:31.836Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47502026-07-06T21:40:31.921Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47512026-07-06T21:40:32.252Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47522026-07-06T21:40:32.504Z[verify-libraries] Compiling twox-hash v2.1.2
47532026-07-06T21:40:32.527Z[verify-libraries] Compiling kem v0.3.0
47542026-07-06T21:40:32.531Z[verify-libraries] Compiling module-lattice v0.2.3
47552026-07-06T21:40:32.634Z[ recovery-image] Jul 06 21:40:32.047 INFO O| Jul 06 21:40:32.047 INFO O| Download: 5231/16572 items 43.8/199.6MB 21% complete (435k/s)
47562026-07-06T21:40:32.734Z[verify-libraries] Compiling blake3 v1.8.5
47572026-07-06T21:40:32.893Z[verify-libraries] Compiling rtoolbox v0.0.3
47582026-07-06T21:40:32.967Z[verify-libraries] Compiling ml-kem v0.3.2
47592026-07-06T21:40:33.034Z[verify-libraries] Compiling serde_with v1.14.0
47602026-07-06T21:40:33.068Z[verify-libraries] Compiling rpassword v7.4.0
47612026-07-06T21:40:33.282Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47622026-07-06T21:40:33.594Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47632026-07-06T21:40:33.766Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47642026-07-06T21:40:33.836Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47652026-07-06T21:40:34.015Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47662026-07-06T21:40:34.047Z[ host-image] Jul 06 21:40:33.459 INFO O| Jul 06 21:40:33.459 INFO O| Download: 20093/23767 items 177.8/222.4MB 79% complete (3.1M/s)
47672026-07-06T21:40:34.220Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47682026-07-06T21:40:34.245Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47692026-07-06T21:40:34.324Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47702026-07-06T21:40:35.112Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47712026-07-06T21:40:35.177Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47722026-07-06T21:40:35.356Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47732026-07-06T21:40:35.377Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47742026-07-06T21:40:35.426Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47752026-07-06T21:40:35.527Z[verify-libraries] Compiling fatfs v0.3.6
47762026-07-06T21:40:35.574Z[verify-libraries] Compiling num-bigint v0.4.6
47772026-07-06T21:40:35.612Z[verify-libraries] Compiling generic-array v1.4.3
47782026-07-06T21:40:35.633Z[verify-libraries] Compiling russh-util v0.52.0
47792026-07-06T21:40:35.706Z[verify-libraries] Compiling enum_dispatch v0.3.13
47802026-07-06T21:40:35.728Z[verify-libraries] Compiling sapling-renderdag v0.1.0
47812026-07-06T21:40:35.795Z[verify-libraries] Compiling delegate v0.13.5
47822026-07-06T21:40:35.825Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47832026-07-06T21:40:35.880Z[verify-libraries] Compiling p384 v0.14.0-rc.10
47842026-07-06T21:40:36.083Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47852026-07-06T21:40:36.124Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47862026-07-06T21:40:36.271Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47872026-07-06T21:40:36.323Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47882026-07-06T21:40:36.819Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47892026-07-06T21:40:37.647Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47902026-07-06T21:40:37.943Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47912026-07-06T21:40:38.551Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47922026-07-06T21:40:38.852Z[ recovery-image] Jul 06 21:40:38.264 INFO O| Jul 06 21:40:38.264 INFO O| Download: 5999/16572 items 45.2/199.6MB 22% complete (454k/s)
47932026-07-06T21:40:38.887Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47942026-07-06T21:40:39.238Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47952026-07-06T21:40:39.570Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47962026-07-06T21:40:39.775Z[ host-image] Jul 06 21:40:39.187 INFO O| Jul 06 21:40:39.187 INFO O| Download: 21421/23767 items 182.8/222.4MB 82% complete (1.1M/s)
47972026-07-06T21:40:39.800Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47982026-07-06T21:40:39.867Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
47992026-07-06T21:40:40.494Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48002026-07-06T21:40:41.005Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48012026-07-06T21:40:41.294Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48022026-07-06T21:40:41.718Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48032026-07-06T21:40:41.799Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48042026-07-06T21:40:41.962Z[verify-libraries] Compiling hex-literal v1.1.0
48052026-07-06T21:40:42.111Z[verify-libraries] Compiling md5 v0.8.0
48062026-07-06T21:40:42.233Z[verify-libraries] Compiling seq-macro v0.3.6
48072026-07-06T21:40:42.285Z[verify-libraries] Compiling constant_time_eq v0.4.2
48082026-07-06T21:40:42.420Z[verify-libraries] Compiling arrayref v0.3.9
48092026-07-06T21:40:42.526Z[verify-libraries] Compiling arrayvec v0.7.6
48102026-07-06T21:40:42.614Z[verify-libraries] Compiling sync-ptr v0.1.4
48112026-07-06T21:40:42.802Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48122026-07-06T21:40:42.885Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48132026-07-06T21:40:43.042Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48142026-07-06T21:40:43.276Z[verify-libraries] Compiling russh v0.61.2
48152026-07-06T21:40:43.355Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48162026-07-06T21:40:43.567Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48172026-07-06T21:40:43.945Z[ recovery-image] Jul 06 21:40:43.357 INFO O| Jul 06 21:40:43.357 INFO O| Download: 6371/16572 items 56.4/199.6MB 28% complete (1.2M/s)
48182026-07-06T21:40:44.048Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48192026-07-06T21:40:44.108Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48202026-07-06T21:40:44.388Z[verify-libraries] Compiling socket2 v0.5.10
48212026-07-06T21:40:44.530Z[verify-libraries] Compiling internet-checksum v0.2.1
48222026-07-06T21:40:44.712Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48232026-07-06T21:40:44.733Z[verify-libraries] Compiling topological-sort v0.2.2
48242026-07-06T21:40:44.777Z[ host-image] Jul 06 21:40:44.189 INFO O| Jul 06 21:40:44.189 INFO O| Download: 22040/23767 items 190.5/222.4MB 85% complete (1.2M/s)
48252026-07-06T21:40:44.925Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48262026-07-06T21:40:47.670Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48272026-07-06T21:40:48.058Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48282026-07-06T21:40:48.358Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48292026-07-06T21:40:48.940Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48302026-07-06T21:40:48.946Z[ recovery-image] Jul 06 21:40:48.359 INFO O| Jul 06 21:40:48.358 INFO O| Download: 7627/16572 items 81.4/199.6MB 40% complete (3.5M/s)
48312026-07-06T21:40:49.079Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48322026-07-06T21:40:49.491Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48332026-07-06T21:40:49.753Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48342026-07-06T21:40:49.789Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48352026-07-06T21:40:50.017Z[verify-libraries] Compiling yansi v1.0.1
48362026-07-06T21:40:50.308Z[verify-libraries] Compiling pretty_assertions v1.4.1
48372026-07-06T21:40:50.366Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48382026-07-06T21:40:50.397Z[ host-image] Jul 06 21:40:49.810 INFO O| Jul 06 21:40:49.810 INFO O| Download: 22856/23767 items 214.6/222.4MB 96% complete (3.1M/s)
48392026-07-06T21:40:50.625Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48402026-07-06T21:40:50.719Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48412026-07-06T21:40:50.769Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48422026-07-06T21:40:51.032Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48432026-07-06T21:40:51.100Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48442026-07-06T21:40:51.293Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48452026-07-06T21:40:51.368Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48462026-07-06T21:40:51.518Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48472026-07-06T21:40:51.562Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48482026-07-06T21:40:51.638Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48492026-07-06T21:40:51.780Z[verify-libraries] Compiling drift v0.2.0
48502026-07-06T21:40:51.829Z[verify-libraries] Compiling uzers v0.12.2
48512026-07-06T21:40:51.991Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48522026-07-06T21:40:52.136Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48532026-07-06T21:40:52.457Z[verify-libraries] Compiling samael v0.0.19
48542026-07-06T21:40:52.571Z[verify-libraries] Compiling git2 v0.20.4
48552026-07-06T21:40:52.676Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48562026-07-06T21:40:53.015Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48572026-07-06T21:40:54.260Z[ recovery-image] Jul 06 21:40:53.672 INFO O| Jul 06 21:40:53.672 INFO O| Download: 8493/16572 items 86.9/199.6MB 43% complete (3.0M/s)
48582026-07-06T21:40:55.509Z[ host-image] Jul 06 21:40:54.921 INFO O| Jul 06 21:40:54.921 INFO O| Download: 23214/23767 items 220.3/222.4MB 99% complete (3.0M/s)
48592026-07-06T21:40:56.170Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48602026-07-06T21:40:56.825Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48612026-07-06T21:40:56.849Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48622026-07-06T21:40:57.259Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48632026-07-06T21:40:57.307Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48642026-07-06T21:40:58.311Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48652026-07-06T21:40:58.416Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48662026-07-06T21:40:58.900Z[ host-image] Jul 06 21:40:58.312 INFO O| Jul 06 21:40:58.312 INFO O| Download: Completed 222.36 MB in 107.67 seconds (2.1M/s)
48672026-07-06T21:40:59.107Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48682026-07-06T21:40:59.170Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48692026-07-06T21:40:59.311Z[ recovery-image] Jul 06 21:40:58.723 INFO O| Jul 06 21:40:58.723 INFO O| Download: 9294/16572 items 94.3/199.6MB 47% complete (1.3M/s)
48702026-07-06T21:40:59.572Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48712026-07-06T21:40:59.600Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48722026-07-06T21:40:59.634Z[verify-libraries] Compiling multimap v0.10.1
48732026-07-06T21:40:59.693Z[verify-libraries] Compiling termios v0.3.3
48742026-07-06T21:40:59.886Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48752026-07-06T21:41:01.105Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48762026-07-06T21:41:03.506Z[ host-image] Jul 06 21:41:02.918 INFO O| Jul 06 21:41:02.918 INFO O| Actions: 1/53970 actions (Installing new actions)
48772026-07-06T21:41:04.323Z[ recovery-image] Jul 06 21:41:03.735 INFO O| Jul 06 21:41:03.735 INFO O| Download: 10881/16572 items 103.6/199.6MB 51% complete (1.7M/s)
48782026-07-06T21:41:07.222Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48792026-07-06T21:41:08.506Z[ host-image] Jul 06 21:41:07.918 INFO O| Jul 06 21:41:07.918 INFO O| Actions: 21366/53970 actions (Installing new actions)
48802026-07-06T21:41:09.364Z[ recovery-image] Jul 06 21:41:08.776 INFO O| Jul 06 21:41:08.776 INFO O| Download: 11926/16572 items 117.4/199.6MB 58% complete (2.3M/s)
48812026-07-06T21:41:10.238Z[verify-libraries] Compiling polar-core v0.27.3
48822026-07-06T21:41:11.782Z[ host-image] Jul 06 21:41:11.193 INFO O| Jul 06 21:41:11.193 INFO O| Actions: Completed 53970 actions in 8.27 seconds.
48832026-07-06T21:41:11.867Z[ host-image] Jul 06 21:41:11.262 INFO O| Jul 06 21:41:11.261 INFO O| Finalize: Updating package state database ... Done
48842026-07-06T21:41:11.867Z[ host-image] Jul 06 21:41:11.262 INFO O| Jul 06 21:41:11.261 INFO O| Finalize: Updating package cache ... Done
48852026-07-06T21:41:11.902Z[ host-image] Jul 06 21:41:11.307 INFO O| Jul 06 21:41:11.306 INFO O| Finalize: Updating image state ... Done
48862026-07-06T21:41:12.843Z[ host-image] Jul 06 21:41:12.252 INFO O| Jul 06 21:41:12.252 INFO O| Finalize: Creating fast lookup database ... Done
48872026-07-06T21:41:12.872Z[ host-image] Jul 06 21:41:12.284 INFO O| Jul 06 21:41:12.283 INFO O| Finalize: Reading search index ... Done
48882026-07-06T21:41:14.380Z[ recovery-image] Jul 06 21:41:13.792 INFO O| Jul 06 21:41:13.792 INFO O| Download: 13371/16572 items 154.5/199.6MB 77% complete (5.1M/s)
48892026-07-06T21:41:15.257Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
48902026-07-06T21:41:15.594Z[ host-image] Jul 06 21:41:15.006 INFO O| Jul 06 21:41:15.006 INFO O| Finalize: Building new search index ... Done
48912026-07-06T21:41:15.741Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48922026-07-06T21:41:16.262Z[ host-image] Jul 06 21:41:15.673 INFO O| Jul 06 21:41:15.673 INFO O| Finalize: Updating package cache ... Done
48932026-07-06T21:41:16.479Z[ host-image] Jul 06 21:41:15.891 INFO O| Jul 06 21:41:15.891 INFO STEP 11 (pkg_install) COMPLETE
48942026-07-06T21:41:16.479Z[ host-image] Jul 06 21:41:15.891 INFO O| Jul 06 21:41:15.891 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48952026-07-06T21:41:16.492Z[ host-image] Jul 06 21:41:15.903 INFO O| Jul 06 21:41:15.903 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"]
48962026-07-06T21:41:16.896Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48972026-07-06T21:41:17.737Z[verify-libraries] Compiling oso v0.27.3
48982026-07-06T21:41:19.389Z[ recovery-image] Jul 06 21:41:18.800 INFO O| Jul 06 21:41:18.800 INFO O| Download: 15068/16572 items 161.0/199.6MB 80% complete (4.4M/s)
48992026-07-06T21:41:22.685Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49002026-07-06T21:41:23.431Z[ host-image] Jul 06 21:41:22.840 INFO O| Jul 06 21:41:22.840 INFO O| Startup: Refreshing catalog 'helios' ... Done
49012026-07-06T21:41:23.599Z[ host-image] Jul 06 21:41:22.992 INFO O| Jul 06 21:41:22.992 INFO O| Startup: Caching catalogs ... Done
49022026-07-06T21:41:23.839Z[ host-image] Jul 06 21:41:23.207 INFO O| Jul 06 21:41:23.207 INFO O| Planning: Solver setup ... Done
49032026-07-06T21:41:23.861Z[ host-image] Jul 06 21:41:23.212 INFO O| Jul 06 21:41:23.212 INFO O| Planning: Running solver ... Done
49042026-07-06T21:41:23.861Z[ host-image] Jul 06 21:41:23.218 INFO O| Jul 06 21:41:23.218 INFO O| Planning: Finding local manifests ... Done
49052026-07-06T21:41:23.861Z[ host-image] Jul 06 21:41:23.234 INFO O| Jul 06 21:41:23.234 INFO O| Planning: Fetching manifests: 0/6 0% complete
49062026-07-06T21:41:23.881Z[ host-image] Jul 06 21:41:23.288 INFO O| Jul 06 21:41:23.288 INFO O| Planning: Fetching manifests: 6/6 100% complete
49072026-07-06T21:41:23.906Z[ host-image] Jul 06 21:41:23.307 INFO O| Jul 06 21:41:23.307 INFO O| Planning: Package planning ... Done
49082026-07-06T21:41:23.919Z[ host-image] Jul 06 21:41:23.309 INFO O| Jul 06 21:41:23.309 INFO O| Planning: Merging actions ... Done
49092026-07-06T21:41:24.010Z[ host-image] Jul 06 21:41:23.422 INFO O| Jul 06 21:41:23.421 INFO O| Planning: Checking for conflicting actions ... Done
49102026-07-06T21:41:24.018Z[ host-image] Jul 06 21:41:23.423 INFO O| Jul 06 21:41:23.423 INFO O| Planning: Consolidating action changes ... Done
49112026-07-06T21:41:24.157Z[ host-image] Jul 06 21:41:23.558 INFO O| Jul 06 21:41:23.558 INFO O| Planning: Evaluating mediators ... Done
49122026-07-06T21:41:24.209Z[ host-image] Jul 06 21:41:23.560 INFO O| Jul 06 21:41:23.559 INFO O| Planning: Planning completed in 0.56 seconds
49132026-07-06T21:41:24.209Z[ host-image] Jul 06 21:41:23.560 INFO O| Jul 06 21:41:23.560 INFO O| Packages to install: 6
49142026-07-06T21:41:24.209Z[ host-image] Jul 06 21:41:23.560 INFO O| Jul 06 21:41:23.560 INFO O| Services to change: 2
49152026-07-06T21:41:24.209Z[ host-image] Jul 06 21:41:23.571 INFO O| Jul 06 21:41:23.571 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49162026-07-06T21:41:24.398Z[ recovery-image] Jul 06 21:41:23.806 INFO O| Jul 06 21:41:23.806 INFO O| Download: 15951/16572 items 178.2/199.6MB 89% complete (2.4M/s)
49172026-07-06T21:41:26.136Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49182026-07-06T21:41:27.634Z[ host-image] Jul 06 21:41:27.045 INFO O| Jul 06 21:41:27.045 INFO O| Download: Completed 1.75 MB in 3.47 seconds (514k/s)
49192026-07-06T21:41:28.515Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49202026-07-06T21:41:29.554Z[ host-image] Jul 06 21:41:28.945 INFO O| Jul 06 21:41:28.944 INFO O| Actions: 1/390 actions (Installing new actions)
49212026-07-06T21:41:29.591Z[ recovery-image] Jul 06 21:41:29.003 INFO O| Jul 06 21:41:29.003 INFO O| Download: 16565/16572 items 199.5/199.6MB 99% complete (3.8M/s)
49222026-07-06T21:41:29.609Z[ recovery-image] Jul 06 21:41:29.020 INFO O| Jul 06 21:41:29.020 INFO O| Download: Completed 199.55 MB in 88.92 seconds (2.2M/s)
49232026-07-06T21:41:29.752Z[ host-image] Jul 06 21:41:29.164 INFO O| Jul 06 21:41:29.164 INFO O| Actions: Completed 390 actions in 0.22 seconds.
49242026-07-06T21:41:29.766Z[ host-image] Jul 06 21:41:29.179 INFO O| Jul 06 21:41:29.179 INFO O| Finalize: Updating package state database ... Done
49252026-07-06T21:41:29.766Z[ host-image] Jul 06 21:41:29.179 INFO O| Jul 06 21:41:29.179 INFO O| Finalize: Updating package cache ... Done
49262026-07-06T21:41:29.802Z[ host-image] Jul 06 21:41:29.214 INFO O| Jul 06 21:41:29.214 INFO O| Finalize: Updating image state ... Done
49272026-07-06T21:41:29.865Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49282026-07-06T21:41:30.718Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49292026-07-06T21:41:30.773Z[ host-image] Jul 06 21:41:30.185 INFO O| Jul 06 21:41:30.185 INFO O| Finalize: Creating fast lookup database ... Done
49302026-07-06T21:41:30.829Z[ host-image] Jul 06 21:41:30.241 INFO O| Jul 06 21:41:30.241 INFO O| Finalize: Reading search index ... Done
49312026-07-06T21:41:30.838Z[ host-image] Jul 06 21:41:30.242 INFO O| Jul 06 21:41:30.242 INFO O| Finalize: Updating search index ... Done
49322026-07-06T21:41:30.848Z[ host-image] Jul 06 21:41:30.258 INFO O| Jul 06 21:41:30.258 INFO O| Finalize: Updating package cache ... Done
49332026-07-06T21:41:31.020Z[ recovery-image] Jul 06 21:41:30.432 INFO O| Jul 06 21:41:30.431 INFO O| Actions: 1/27411 actions (Installing new actions)
49342026-07-06T21:41:31.085Z[ host-image] Jul 06 21:41:30.497 INFO O| Jul 06 21:41:30.497 INFO STEP 12 (pkg_install) COMPLETE
49352026-07-06T21:41:31.085Z[ host-image] Jul 06 21:41:30.497 INFO O| Jul 06 21:41:30.497 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49362026-07-06T21:41:31.096Z[ host-image] Jul 06 21:41:30.509 INFO O| Jul 06 21:41:30.509 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49372026-07-06T21:41:32.193Z[ host-image] Jul 06 21:41:31.604 INFO O| Jul 06 21:41:31.604 INFO O| Startup: Refreshing catalog 'helios' ... Done
49382026-07-06T21:41:32.465Z[ host-image] Jul 06 21:41:31.877 INFO O| Jul 06 21:41:31.877 INFO O| Startup: Caching catalogs ... Done
49392026-07-06T21:41:32.672Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49402026-07-06T21:41:32.741Z[ host-image] Jul 06 21:41:32.153 INFO O| Jul 06 21:41:32.153 INFO O| Planning: Solver setup ... Done
49412026-07-06T21:41:32.753Z[ host-image] Jul 06 21:41:32.159 INFO O| Jul 06 21:41:32.159 INFO O| Planning: Running solver ... Done
49422026-07-06T21:41:32.772Z[ host-image] Jul 06 21:41:32.165 INFO O| Jul 06 21:41:32.165 INFO O| Planning: Finding local manifests ... Done
49432026-07-06T21:41:32.791Z[ host-image] Jul 06 21:41:32.190 INFO O| Jul 06 21:41:32.190 INFO O| Planning: Fetching manifests: 0/6 0% complete
49442026-07-06T21:41:32.912Z[ host-image] Jul 06 21:41:32.324 INFO O| Jul 06 21:41:32.324 INFO O| Planning: Fetching manifests: 6/6 100% complete
49452026-07-06T21:41:32.993Z[ host-image] Jul 06 21:41:32.405 INFO O| Jul 06 21:41:32.405 INFO O| Planning: Package planning ... Done
49462026-07-06T21:41:33.017Z[ host-image] Jul 06 21:41:32.414 INFO O| Jul 06 21:41:32.414 INFO O| Planning: Merging actions ... Done
49472026-07-06T21:41:33.055Z[ host-image] Jul 06 21:41:32.467 INFO O| Jul 06 21:41:32.467 INFO O| Planning: Checking for conflicting actions ... Done
49482026-07-06T21:41:33.061Z[ host-image] Jul 06 21:41:32.470 INFO O| Jul 06 21:41:32.470 INFO O| Planning: Consolidating action changes ... Done
49492026-07-06T21:41:33.207Z[ host-image] Jul 06 21:41:32.613 INFO O| Jul 06 21:41:32.613 INFO O| Planning: Evaluating mediators ... Done
49502026-07-06T21:41:33.221Z[ host-image] Jul 06 21:41:32.616 INFO O| Jul 06 21:41:32.616 INFO O| Planning: Planning completed in 0.73 seconds
49512026-07-06T21:41:33.221Z[ host-image] Jul 06 21:41:32.617 INFO O| Jul 06 21:41:32.616 INFO O| Packages to install: 6
49522026-07-06T21:41:33.221Z[ host-image] Jul 06 21:41:32.617 INFO O| Jul 06 21:41:32.617 INFO O| Mediators to change: 1
49532026-07-06T21:41:33.221Z[ host-image] Jul 06 21:41:32.617 INFO O| Jul 06 21:41:32.617 INFO O| Services to change: 1
49542026-07-06T21:41:33.221Z[ host-image] Jul 06 21:41:32.628 INFO O| Jul 06 21:41:32.628 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49552026-07-06T21:41:36.745Z[ recovery-image] Jul 06 21:41:35.432 INFO O| Jul 06 21:41:35.431 INFO O| Actions: 20377/27411 actions (Installing new actions)
49562026-07-06T21:41:37.620Z[ recovery-image] Jul 06 21:41:37.032 INFO O| Jul 06 21:41:37.032 INFO O| Actions: Completed 27411 actions in 6.60 seconds.
49572026-07-06T21:41:37.706Z[ recovery-image] Jul 06 21:41:37.118 INFO O| Jul 06 21:41:37.118 INFO O| Finalize: Updating package state database ... Done
49582026-07-06T21:41:37.706Z[ recovery-image] Jul 06 21:41:37.118 INFO O| Jul 06 21:41:37.118 INFO O| Finalize: Updating package cache ... Done
49592026-07-06T21:41:37.770Z[ host-image] Jul 06 21:41:37.181 INFO O| Jul 06 21:41:37.181 INFO O| Download: Completed 7.84 MB in 4.55 seconds (1.7M/s)
49602026-07-06T21:41:37.773Z[ recovery-image] Jul 06 21:41:37.185 INFO O| Jul 06 21:41:37.185 INFO O| Finalize: Updating image state ... Done
49612026-07-06T21:41:38.543Z[ recovery-image] Jul 06 21:41:37.955 INFO O| Jul 06 21:41:37.954 INFO O| Finalize: Creating fast lookup database ... Done
49622026-07-06T21:41:38.560Z[ recovery-image] Jul 06 21:41:37.972 INFO O| Jul 06 21:41:37.972 INFO O| Finalize: Reading search index ... Done
49632026-07-06T21:41:40.179Z[ recovery-image] Jul 06 21:41:39.591 INFO O| Jul 06 21:41:39.591 INFO O| Finalize: Building new search index ... Done
49642026-07-06T21:41:40.484Z[ recovery-image] Jul 06 21:41:39.897 INFO O| Jul 06 21:41:39.897 INFO O| Finalize: Updating package cache ... Done
49652026-07-06T21:41:40.663Z[ recovery-image] Jul 06 21:41:40.075 INFO O| Jul 06 21:41:40.075 INFO STEP 11 (pkg_install) COMPLETE
49662026-07-06T21:41:40.663Z[ recovery-image] Jul 06 21:41:40.075 INFO O| Jul 06 21:41:40.075 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49672026-07-06T21:41:40.663Z[ recovery-image] Jul 06 21:41:40.075 INFO O| Jul 06 21:41:40.075 INFO skip step because feature "recovery" is enabled
49682026-07-06T21:41:40.663Z[ recovery-image] Jul 06 21:41:40.075 INFO O| Jul 06 21:41:40.075 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49692026-07-06T21:41:40.666Z[ recovery-image] Jul 06 21:41:40.075 INFO O| Jul 06 21:41:40.075 INFO skip step because feature "omicron1" is not enabled
49702026-07-06T21:41:40.666Z[ recovery-image] Jul 06 21:41:40.075 INFO O| Jul 06 21:41:40.075 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49712026-07-06T21:41:42.089Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49722026-07-06T21:41:42.565Z[ recovery-image] Jul 06 21:41:41.976 INFO O| Jul 06 21:41:41.976 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49732026-07-06T21:41:42.578Z[ host-image] Jul 06 21:41:41.988 INFO O| Jul 06 21:41:41.986 INFO O| Actions: 1/1366 actions (Installing new actions)
49742026-07-06T21:41:42.818Z[ host-image] Jul 06 21:41:42.230 INFO O| Jul 06 21:41:42.230 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
49752026-07-06T21:41:42.830Z[ host-image] Jul 06 21:41:42.243 INFO O| Jul 06 21:41:42.243 INFO O| Finalize: Updating package state database ... Done
49762026-07-06T21:41:42.831Z[ host-image] Jul 06 21:41:42.243 INFO O| Jul 06 21:41:42.243 INFO O| Finalize: Updating package cache ... Done
49772026-07-06T21:41:42.863Z[ host-image] Jul 06 21:41:42.275 INFO O| Jul 06 21:41:42.275 INFO O| Finalize: Updating image state ... Done
49782026-07-06T21:41:43.700Z[ host-image] Jul 06 21:41:43.112 INFO O| Jul 06 21:41:43.112 INFO O| Finalize: Creating fast lookup database ... Done
49792026-07-06T21:41:43.727Z[ host-image] Jul 06 21:41:43.139 INFO O| Jul 06 21:41:43.139 INFO O| Finalize: Reading search index ... Done
49802026-07-06T21:41:43.728Z[ host-image] Jul 06 21:41:43.139 INFO O| Jul 06 21:41:43.139 INFO O| Finalize: Updating search index ... Done
49812026-07-06T21:41:43.741Z[ recovery-image] Jul 06 21:41:43.153 INFO O| Jul 06 21:41:43.153 INFO O| Startup: Refreshing catalog 'helios' ... Done
49822026-07-06T21:41:43.759Z[ host-image] Jul 06 21:41:43.171 INFO O| Jul 06 21:41:43.170 INFO O| Finalize: Updating package cache ... Done
49832026-07-06T21:41:43.861Z[ recovery-image] Jul 06 21:41:43.274 INFO O| Jul 06 21:41:43.273 INFO O| Startup: Caching catalogs ... Done
49842026-07-06T21:41:43.890Z[ host-image] Jul 06 21:41:43.302 INFO O| Jul 06 21:41:43.302 INFO STEP 13 (pkg_install) COMPLETE
49852026-07-06T21:41:43.890Z[ host-image] Jul 06 21:41:43.302 INFO O| Jul 06 21:41:43.302 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49862026-07-06T21:41:43.897Z[ host-image] Jul 06 21:41:43.310 INFO O| Jul 06 21:41:43.310 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49872026-07-06T21:41:44.034Z[ recovery-image] Jul 06 21:41:43.446 INFO O| Jul 06 21:41:43.446 INFO O| Planning: Solver setup ... Done
49882026-07-06T21:41:44.038Z[ recovery-image] Jul 06 21:41:43.450 INFO O| Jul 06 21:41:43.450 INFO O| Planning: Running solver ... Done
49892026-07-06T21:41:44.043Z[ recovery-image] Jul 06 21:41:43.455 INFO O| Jul 06 21:41:43.455 INFO O| Planning: Finding local manifests ... Done
49902026-07-06T21:41:44.056Z[ recovery-image] Jul 06 21:41:43.469 INFO O| Jul 06 21:41:43.469 INFO O| Planning: Fetching manifests: 0/1 0% complete
49912026-07-06T21:41:44.061Z[ recovery-image] Jul 06 21:41:43.473 INFO O| Jul 06 21:41:43.473 INFO O| Planning: Fetching manifests: 1/1 100% complete
49922026-07-06T21:41:44.076Z[ recovery-image] Jul 06 21:41:43.488 INFO O| Jul 06 21:41:43.488 INFO O| Planning: Package planning ... Done
49932026-07-06T21:41:44.079Z[ recovery-image] Jul 06 21:41:43.488 INFO O| Jul 06 21:41:43.488 INFO O| Planning: Merging actions ... Done
49942026-07-06T21:41:44.136Z[ recovery-image] Jul 06 21:41:43.548 INFO O| Jul 06 21:41:43.548 INFO O| Planning: Checking for conflicting actions ... Done
49952026-07-06T21:41:44.139Z[ recovery-image] Jul 06 21:41:43.548 INFO O| Jul 06 21:41:43.548 INFO O| Planning: Consolidating action changes ... Done
49962026-07-06T21:41:44.256Z[ recovery-image] Jul 06 21:41:43.669 INFO O| Jul 06 21:41:43.669 INFO O| Planning: Evaluating mediators ... Done
49972026-07-06T21:41:44.260Z[ recovery-image] Jul 06 21:41:43.669 INFO O| Jul 06 21:41:43.669 INFO O| Planning: Planning completed in 0.39 seconds
49982026-07-06T21:41:44.260Z[ recovery-image] Jul 06 21:41:43.669 INFO O| Jul 06 21:41:43.669 INFO O| Packages to install: 1
49992026-07-06T21:41:44.268Z[ recovery-image] Jul 06 21:41:43.681 INFO O| Jul 06 21:41:43.681 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50002026-07-06T21:41:44.388Z[ recovery-image] Jul 06 21:41:43.799 INFO O| Jul 06 21:41:43.799 INFO O| Download: Completed 13.06 MB in 0.12 seconds (110M/s)
50012026-07-06T21:41:44.405Z[ recovery-image] Jul 06 21:41:43.817 INFO O| Jul 06 21:41:43.817 INFO O| Actions: 1/22 actions (Installing new actions)
50022026-07-06T21:41:44.618Z[ recovery-image] Jul 06 21:41:44.030 INFO O| Jul 06 21:41:44.030 INFO O| Actions: Completed 22 actions in 0.21 seconds.
50032026-07-06T21:41:44.630Z[ recovery-image] Jul 06 21:41:44.042 INFO O| Jul 06 21:41:44.042 INFO O| Finalize: Updating package state database ... Done
50042026-07-06T21:41:44.630Z[ recovery-image] Jul 06 21:41:44.042 INFO O| Jul 06 21:41:44.042 INFO O| Finalize: Updating package cache ... Done
50052026-07-06T21:41:44.651Z[ host-image] Jul 06 21:41:44.063 INFO O| Jul 06 21:41:44.063 INFO O| Startup: Refreshing catalog 'helios' ... Done
50062026-07-06T21:41:44.661Z[ recovery-image] Jul 06 21:41:44.073 INFO O| Jul 06 21:41:44.073 INFO O| Finalize: Updating image state ... Done
50072026-07-06T21:41:44.767Z[ host-image] Jul 06 21:41:44.177 INFO O| Jul 06 21:41:44.177 INFO O| Startup: Caching catalogs ... Done
50082026-07-06T21:41:44.926Z[ host-image] Jul 06 21:41:44.337 INFO O| Jul 06 21:41:44.337 INFO O| Planning: Solver setup ... Done
50092026-07-06T21:41:44.932Z[ host-image] Jul 06 21:41:44.342 INFO O| Jul 06 21:41:44.342 INFO O| Planning: Running solver ... Done
50102026-07-06T21:41:44.936Z[ host-image] Jul 06 21:41:44.345 INFO O| Jul 06 21:41:44.345 INFO O| Planning: Finding local manifests ... Done
50112026-07-06T21:41:44.945Z[ host-image] Jul 06 21:41:44.358 INFO O| Jul 06 21:41:44.358 INFO O| Planning: Fetching manifests: 0/1 0% complete
50122026-07-06T21:41:44.950Z[ host-image] Jul 06 21:41:44.362 INFO O| Jul 06 21:41:44.362 INFO O| Planning: Fetching manifests: 1/1 100% complete
50132026-07-06T21:41:44.964Z[ host-image] Jul 06 21:41:44.376 INFO O| Jul 06 21:41:44.376 INFO O| Planning: Package planning ... Done
50142026-07-06T21:41:44.968Z[ host-image] Jul 06 21:41:44.376 INFO O| Jul 06 21:41:44.376 INFO O| Planning: Merging actions ... Done
50152026-07-06T21:41:45.037Z[ host-image] Jul 06 21:41:44.448 INFO O| Jul 06 21:41:44.448 INFO O| Planning: Checking for conflicting actions ... Done
50162026-07-06T21:41:45.041Z[ host-image] Jul 06 21:41:44.449 INFO O| Jul 06 21:41:44.449 INFO O| Planning: Consolidating action changes ... Done
50172026-07-06T21:41:45.146Z[ recovery-image] Jul 06 21:41:44.558 INFO O| Jul 06 21:41:44.558 INFO O| Finalize: Creating fast lookup database ... Done
50182026-07-06T21:41:45.159Z[ host-image] Jul 06 21:41:44.572 INFO O| Jul 06 21:41:44.572 INFO O| Planning: Evaluating mediators ... Done
50192026-07-06T21:41:45.163Z[ host-image] Jul 06 21:41:44.572 INFO O| Jul 06 21:41:44.572 INFO O| Planning: Planning completed in 0.39 seconds
50202026-07-06T21:41:45.163Z[ host-image] Jul 06 21:41:44.572 INFO O| Jul 06 21:41:44.572 INFO O| Packages to install: 1
50212026-07-06T21:41:45.163Z[ recovery-image] Jul 06 21:41:44.573 INFO O| Jul 06 21:41:44.573 INFO O| Finalize: Reading search index ... Done
50222026-07-06T21:41:45.163Z[ recovery-image] Jul 06 21:41:44.573 INFO O| Jul 06 21:41:44.573 INFO O| Finalize: Updating search index ... Done
50232026-07-06T21:41:45.169Z[ host-image] Jul 06 21:41:44.582 INFO O| Jul 06 21:41:44.582 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50242026-07-06T21:41:45.173Z[ recovery-image] Jul 06 21:41:44.583 INFO O| Jul 06 21:41:44.583 INFO O| Finalize: Updating package cache ... Done
50252026-07-06T21:41:45.268Z[ host-image] Jul 06 21:41:44.680 INFO O| Jul 06 21:41:44.680 INFO O| Download: Completed 13.06 MB in 0.10 seconds (133M/s)
50262026-07-06T21:41:45.287Z[ host-image] Jul 06 21:41:44.698 INFO O| Jul 06 21:41:44.698 INFO O| Actions: 1/22 actions (Installing new actions)
50272026-07-06T21:41:45.292Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO STEP 14 (pkg_install) COMPLETE
50282026-07-06T21:41:45.292Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50292026-07-06T21:41:45.304Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO skip step because feature "mfg" is not enabled
50302026-07-06T21:41:45.304Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50312026-07-06T21:41:45.304Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO skip step because feature "compliance" is not enabled
50322026-07-06T21:41:45.305Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50332026-07-06T21:41:45.305Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO skip step because feature "stress" is not enabled
50342026-07-06T21:41:45.305Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50352026-07-06T21:41:45.305Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO skip step because feature "compliance" is not enabled
50362026-07-06T21:41:45.305Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50372026-07-06T21:41:45.305Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO skip step because feature "nfs" is not enabled
50382026-07-06T21:41:45.305Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50392026-07-06T21:41:45.305Z[ recovery-image] Jul 06 21:41:44.704 INFO O| Jul 06 21:41:44.704 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50402026-07-06T21:41:45.503Z[ host-image] Jul 06 21:41:44.915 INFO O| Jul 06 21:41:44.915 INFO O| Actions: Completed 22 actions in 0.22 seconds.
50412026-07-06T21:41:45.513Z[ host-image] Jul 06 21:41:44.925 INFO O| Jul 06 21:41:44.925 INFO O| Finalize: Updating package state database ... Done
50422026-07-06T21:41:45.513Z[ host-image] Jul 06 21:41:44.925 INFO O| Jul 06 21:41:44.925 INFO O| Finalize: Updating package cache ... Done
50432026-07-06T21:41:45.544Z[ host-image] Jul 06 21:41:44.956 INFO O| Jul 06 21:41:44.956 INFO O| Finalize: Updating image state ... Done
50442026-07-06T21:41:45.564Z[ recovery-image] Jul 06 21:41:44.976 INFO O| Jul 06 21:41:44.976 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50452026-07-06T21:41:45.688Z[ recovery-image] Jul 06 21:41:45.100 INFO O| Jul 06 21:41:45.100 INFO completed processing sled/ramdisk-01-os
50462026-07-06T21:41:45.692Z[ recovery-image] Jul 06 21:41:45.102 INFO image builder template: ramdisk-02-trim...
50472026-07-06T21:41:45.692Z[ recovery-image] Jul 06 21:41:45.102 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/.tmpLgBkya/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-02-trim"], pwd: None
50482026-07-06T21:41:45.711Z[ recovery-image] Jul 06 21:41:45.122 INFO O| Jul 06 21:41:45.121 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50492026-07-06T21:41:45.716Z[ recovery-image] Jul 06 21:41:45.126 INFO O| Jul 06 21:41:45.126 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50502026-07-06T21:41:45.781Z[ recovery-image] Jul 06 21:41:45.193 INFO O| Jul 06 21:41:45.193 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50512026-07-06T21:41:45.824Z[ recovery-image] Jul 06 21:41:45.236 INFO O| Jul 06 21:41:45.236 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50522026-07-06T21:41:45.824Z[ recovery-image] Jul 06 21:41:45.236 INFO O| Jul 06 21:41:45.236 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50532026-07-06T21:41:45.828Z[ recovery-image] Jul 06 21:41:45.241 INFO O| Jul 06 21:41:45.241 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50542026-07-06T21:41:45.832Z[ recovery-image] Jul 06 21:41:45.244 INFO O| Jul 06 21:41:45.244 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50552026-07-06T21:41:45.836Z[ recovery-image] Jul 06 21:41:45.248 INFO O| Jul 06 21:41:45.248 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50562026-07-06T21:41:46.152Z[ recovery-image] Jul 06 21:41:45.564 INFO O| Jul 06 21:41:45.564 INFO rolled back to input snapshot; work may begin
50572026-07-06T21:41:46.152Z[ recovery-image] Jul 06 21:41:45.564 INFO O| Jul 06 21:41:45.564 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50582026-07-06T21:41:46.156Z[ recovery-image] Jul 06 21:41:45.569 INFO O| Jul 06 21:41:45.568 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-07-06T21:41:46.165Z[ recovery-image] Jul 06 21:41:45.577 INFO O| Jul 06 21:41:45.577 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50602026-07-06T21:41:46.203Z[ recovery-image] Jul 06 21:41:45.615 INFO O| Jul 06 21:41:45.614 INFO STEP 0 (remove_files) COMPLETE
50612026-07-06T21:41:46.203Z[ recovery-image] Jul 06 21:41:45.615 INFO O| Jul 06 21:41:45.615 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-07-06T21:41:46.211Z[ recovery-image] Jul 06 21:41:45.623 INFO O| Jul 06 21:41:45.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50632026-07-06T21:41:46.214Z[ recovery-image] Jul 06 21:41:45.625 INFO O| Jul 06 21:41:45.625 INFO STEP 1 (remove_files) COMPLETE
50642026-07-06T21:41:46.215Z[ recovery-image] Jul 06 21:41:45.625 INFO O| Jul 06 21:41:45.625 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-07-06T21:41:46.219Z[ recovery-image] Jul 06 21:41:45.632 INFO O| Jul 06 21:41:45.632 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50662026-07-06T21:41:46.232Z[ recovery-image] Jul 06 21:41:45.644 INFO O| Jul 06 21:41:45.644 INFO STEP 2 (remove_files) COMPLETE
50672026-07-06T21:41:46.232Z[ recovery-image] Jul 06 21:41:45.644 INFO O| Jul 06 21:41:45.644 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-07-06T21:41:46.241Z[ recovery-image] Jul 06 21:41:45.654 INFO O| Jul 06 21:41:45.654 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50692026-07-06T21:41:46.245Z[ recovery-image] Jul 06 21:41:45.655 INFO O| Jul 06 21:41:45.655 INFO STEP 3 (remove_files) COMPLETE
50702026-07-06T21:41:46.245Z[ recovery-image] Jul 06 21:41:45.655 INFO O| Jul 06 21:41:45.655 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-07-06T21:41:46.251Z[ recovery-image] Jul 06 21:41:45.664 INFO O| Jul 06 21:41:45.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50722026-07-06T21:41:46.255Z[ recovery-image] Jul 06 21:41:45.667 INFO O| Jul 06 21:41:45.667 INFO STEP 4 (remove_files) COMPLETE
50732026-07-06T21:41:46.255Z[ recovery-image] Jul 06 21:41:45.667 INFO O| Jul 06 21:41:45.667 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-07-06T21:41:46.262Z[ recovery-image] Jul 06 21:41:45.674 INFO O| Jul 06 21:41:45.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50752026-07-06T21:41:46.266Z[ recovery-image] Jul 06 21:41:45.675 INFO O| Jul 06 21:41:45.675 INFO STEP 5 (remove_files) COMPLETE
50762026-07-06T21:41:46.266Z[ recovery-image] Jul 06 21:41:45.675 INFO O| Jul 06 21:41:45.675 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-07-06T21:41:46.270Z[ recovery-image] Jul 06 21:41:45.682 INFO O| Jul 06 21:41:45.682 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50782026-07-06T21:41:46.280Z[ recovery-image] Jul 06 21:41:45.693 INFO O| Jul 06 21:41:45.693 INFO STEP 6 (remove_files) COMPLETE
50792026-07-06T21:41:46.281Z[ recovery-image] Jul 06 21:41:45.693 INFO O| Jul 06 21:41:45.693 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-07-06T21:41:46.281Z[ recovery-image] Jul 06 21:41:45.693 INFO O| Jul 06 21:41:45.693 INFO skip step because feature "heliosv2" is not enabled
50812026-07-06T21:41:46.281Z[ recovery-image] Jul 06 21:41:45.693 INFO O| Jul 06 21:41:45.693 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-07-06T21:41:46.284Z[ recovery-image] Jul 06 21:41:45.693 INFO O| Jul 06 21:41:45.693 INFO skip step because feature "recovery" is enabled
50832026-07-06T21:41:46.284Z[ recovery-image] Jul 06 21:41:45.693 INFO O| Jul 06 21:41:45.693 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-07-06T21:41:46.284Z[ recovery-image] Jul 06 21:41:45.693 INFO O| Jul 06 21:41:45.693 INFO skip step because feature "recovery" is enabled
50852026-07-06T21:41:46.285Z[ recovery-image] Jul 06 21:41:45.693 INFO O| Jul 06 21:41:45.693 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-07-06T21:41:46.285Z[ recovery-image] Jul 06 21:41:45.693 INFO O| Jul 06 21:41:45.693 INFO skip step because feature "recovery" is enabled
50872026-07-06T21:41:46.285Z[ recovery-image] Jul 06 21:41:45.693 INFO O| Jul 06 21:41:45.693 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-07-06T21:41:46.291Z[ recovery-image] Jul 06 21:41:45.702 INFO O| Jul 06 21:41:45.702 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50892026-07-06T21:41:46.294Z[ recovery-image] Jul 06 21:41:45.704 INFO O| Jul 06 21:41:45.704 INFO STEP 11 (remove_files) COMPLETE
50902026-07-06T21:41:46.295Z[ recovery-image] Jul 06 21:41:45.704 INFO O| Jul 06 21:41:45.704 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-07-06T21:41:46.300Z[ recovery-image] Jul 06 21:41:45.712 INFO O| Jul 06 21:41:45.712 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50922026-07-06T21:41:46.303Z[ recovery-image] Jul 06 21:41:45.713 INFO O| Jul 06 21:41:45.713 INFO STEP 12 (remove_files) COMPLETE
50932026-07-06T21:41:46.303Z[ recovery-image] Jul 06 21:41:45.713 INFO O| Jul 06 21:41:45.713 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-07-06T21:41:46.308Z[ recovery-image] Jul 06 21:41:45.720 INFO O| Jul 06 21:41:45.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50952026-07-06T21:41:46.311Z[ recovery-image] Jul 06 21:41:45.721 INFO O| Jul 06 21:41:45.721 INFO STEP 13 (remove_files) COMPLETE
50962026-07-06T21:41:46.311Z[ recovery-image] Jul 06 21:41:45.721 INFO O| Jul 06 21:41:45.721 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-07-06T21:41:46.315Z[ host-image] Jul 06 21:41:45.726 INFO O| Jul 06 21:41:45.726 INFO O| Finalize: Creating fast lookup database ... Done
50982026-07-06T21:41:46.340Z[ host-image] Jul 06 21:41:45.752 INFO O| Jul 06 21:41:45.752 INFO O| Finalize: Reading search index ... Done
50992026-07-06T21:41:46.340Z[ host-image] Jul 06 21:41:45.752 INFO O| Jul 06 21:41:45.752 INFO O| Finalize: Updating search index ... Done
51002026-07-06T21:41:46.350Z[ host-image] Jul 06 21:41:45.762 INFO O| Jul 06 21:41:45.762 INFO O| Finalize: Updating package cache ... Done
51012026-07-06T21:41:46.378Z[ recovery-image] Jul 06 21:41:45.791 INFO O| Jul 06 21:41:45.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51022026-07-06T21:41:46.385Z[ recovery-image] Jul 06 21:41:45.798 INFO O| Jul 06 21:41:45.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51032026-07-06T21:41:46.473Z[ recovery-image] Jul 06 21:41:45.885 INFO O| Jul 06 21:41:45.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51042026-07-06T21:41:46.473Z[ recovery-image] Jul 06 21:41:45.885 INFO O| Jul 06 21:41:45.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51052026-07-06T21:41:46.477Z[ recovery-image] Jul 06 21:41:45.885 INFO O| Jul 06 21:41:45.885 INFO STEP 14 (remove_files) COMPLETE
51062026-07-06T21:41:46.477Z[ recovery-image] Jul 06 21:41:45.885 INFO O| Jul 06 21:41:45.885 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-07-06T21:41:46.483Z[ recovery-image] Jul 06 21:41:45.895 INFO O| Jul 06 21:41:45.895 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51082026-07-06T21:41:46.487Z[ recovery-image] Jul 06 21:41:45.896 INFO O| Jul 06 21:41:45.896 INFO STEP 15 (remove_files) COMPLETE
51092026-07-06T21:41:46.487Z[ recovery-image] Jul 06 21:41:45.896 INFO O| Jul 06 21:41:45.896 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-07-06T21:41:46.492Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO STEP 14 (pkg_install) COMPLETE
51112026-07-06T21:41:46.493Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51122026-07-06T21:41:46.496Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO skip step because feature "mfg" is not enabled
51132026-07-06T21:41:46.496Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51142026-07-06T21:41:46.496Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO skip step because feature "compliance" is not enabled
51152026-07-06T21:41:46.496Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51162026-07-06T21:41:46.496Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO skip step because feature "stress" is not enabled
51172026-07-06T21:41:46.497Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51182026-07-06T21:41:46.497Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO skip step because feature "compliance" is not enabled
51192026-07-06T21:41:46.497Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51202026-07-06T21:41:46.497Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO skip step because feature "nfs" is not enabled
51212026-07-06T21:41:46.497Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
51222026-07-06T21:41:46.497Z[ host-image] Jul 06 21:41:45.905 INFO O| Jul 06 21:41:45.905 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
51232026-07-06T21:41:46.497Z[ recovery-image] Jul 06 21:41:45.906 INFO O| Jul 06 21:41:45.905 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51242026-07-06T21:41:46.506Z[ recovery-image] Jul 06 21:41:45.917 INFO O| Jul 06 21:41:45.917 INFO STEP 16 (remove_files) COMPLETE
51252026-07-06T21:41:46.509Z[ recovery-image] Jul 06 21:41:45.917 INFO O| Jul 06 21:41:45.917 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-07-06T21:41:46.516Z[ recovery-image] Jul 06 21:41:45.928 INFO O| Jul 06 21:41:45.928 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51272026-07-06T21:41:46.519Z[ recovery-image] Jul 06 21:41:45.928 INFO O| Jul 06 21:41:45.928 INFO STEP 17 (remove_files) COMPLETE
51282026-07-06T21:41:46.519Z[ recovery-image] Jul 06 21:41:45.928 INFO O| Jul 06 21:41:45.928 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-07-06T21:41:46.529Z[ recovery-image] Jul 06 21:41:45.938 INFO O| Jul 06 21:41:45.938 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51302026-07-06T21:41:46.533Z[ recovery-image] Jul 06 21:41:45.939 INFO O| Jul 06 21:41:45.939 INFO STEP 18 (remove_files) COMPLETE
51312026-07-06T21:41:46.534Z[ recovery-image] Jul 06 21:41:45.939 INFO O| Jul 06 21:41:45.939 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-07-06T21:41:46.539Z[ recovery-image] Jul 06 21:41:45.952 INFO O| Jul 06 21:41:45.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51332026-07-06T21:41:46.539Z[ recovery-image] Jul 06 21:41:45.952 INFO O| Jul 06 21:41:45.952 INFO STEP 19 (remove_files) COMPLETE
51342026-07-06T21:41:46.539Z[ recovery-image] Jul 06 21:41:45.952 INFO O| Jul 06 21:41:45.952 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-07-06T21:41:46.550Z[ recovery-image] Jul 06 21:41:45.962 INFO O| Jul 06 21:41:45.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51362026-07-06T21:41:46.550Z[ recovery-image] Jul 06 21:41:45.962 INFO O| Jul 06 21:41:45.962 INFO STEP 20 (remove_files) COMPLETE
51372026-07-06T21:41:46.550Z[ recovery-image] Jul 06 21:41:45.962 INFO O| Jul 06 21:41:45.962 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-07-06T21:41:46.558Z[ recovery-image] Jul 06 21:41:45.971 INFO O| Jul 06 21:41:45.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51392026-07-06T21:41:46.559Z[ recovery-image] Jul 06 21:41:45.971 INFO O| Jul 06 21:41:45.971 INFO STEP 21 (remove_files) COMPLETE
51402026-07-06T21:41:46.562Z[ recovery-image] Jul 06 21:41:45.971 INFO O| Jul 06 21:41:45.971 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-07-06T21:41:46.568Z[ recovery-image] Jul 06 21:41:45.981 INFO O| Jul 06 21:41:45.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51422026-07-06T21:41:46.568Z[ recovery-image] Jul 06 21:41:45.981 INFO O| Jul 06 21:41:45.981 INFO STEP 22 (remove_files) COMPLETE
51432026-07-06T21:41:46.572Z[ recovery-image] Jul 06 21:41:45.981 INFO O| Jul 06 21:41:45.981 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-07-06T21:41:46.575Z[ host-image] Jul 06 21:41:45.986 INFO O| Jul 06 21:41:45.986 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
51452026-07-06T21:41:46.579Z[ recovery-image] Jul 06 21:41:45.991 INFO O| Jul 06 21:41:45.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51462026-07-06T21:41:46.579Z[ recovery-image] Jul 06 21:41:45.991 INFO O| Jul 06 21:41:45.991 INFO STEP 23 (remove_files) COMPLETE
51472026-07-06T21:41:46.579Z[ recovery-image] Jul 06 21:41:45.991 INFO O| Jul 06 21:41:45.991 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-07-06T21:41:46.588Z[ recovery-image] Jul 06 21:41:46.000 INFO O| Jul 06 21:41:46.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51492026-07-06T21:41:46.588Z[ recovery-image] Jul 06 21:41:46.000 INFO O| Jul 06 21:41:46.000 INFO STEP 24 (remove_files) COMPLETE
51502026-07-06T21:41:46.588Z[ recovery-image] Jul 06 21:41:46.000 INFO O| Jul 06 21:41:46.000 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-07-06T21:41:46.600Z[ recovery-image] Jul 06 21:41:46.012 INFO O| Jul 06 21:41:46.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51522026-07-06T21:41:46.600Z[ recovery-image] Jul 06 21:41:46.012 INFO O| Jul 06 21:41:46.012 INFO STEP 25 (remove_files) COMPLETE
51532026-07-06T21:41:46.604Z[ recovery-image] Jul 06 21:41:46.012 INFO O| Jul 06 21:41:46.012 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-07-06T21:41:46.609Z[ recovery-image] Jul 06 21:41:46.021 INFO O| Jul 06 21:41:46.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51552026-07-06T21:41:46.609Z[ recovery-image] Jul 06 21:41:46.021 INFO O| Jul 06 21:41:46.021 INFO STEP 26 (remove_files) COMPLETE
51562026-07-06T21:41:46.609Z[ recovery-image] Jul 06 21:41:46.021 INFO O| Jul 06 21:41:46.021 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-07-06T21:41:46.618Z[ recovery-image] Jul 06 21:41:46.030 INFO O| Jul 06 21:41:46.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51582026-07-06T21:41:46.618Z[ recovery-image] Jul 06 21:41:46.030 INFO O| Jul 06 21:41:46.030 INFO STEP 27 (remove_files) COMPLETE
51592026-07-06T21:41:46.618Z[ recovery-image] Jul 06 21:41:46.030 INFO O| Jul 06 21:41:46.030 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-07-06T21:41:46.626Z[ recovery-image] Jul 06 21:41:46.038 INFO O| Jul 06 21:41:46.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51612026-07-06T21:41:46.626Z[ recovery-image] Jul 06 21:41:46.038 INFO O| Jul 06 21:41:46.038 INFO STEP 28 (remove_files) COMPLETE
51622026-07-06T21:41:46.629Z[ recovery-image] Jul 06 21:41:46.038 INFO O| Jul 06 21:41:46.038 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-07-06T21:41:46.636Z[ recovery-image] Jul 06 21:41:46.048 INFO O| Jul 06 21:41:46.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51642026-07-06T21:41:46.636Z[ recovery-image] Jul 06 21:41:46.048 INFO O| Jul 06 21:41:46.048 INFO STEP 29 (remove_files) COMPLETE
51652026-07-06T21:41:46.636Z[ recovery-image] Jul 06 21:41:46.048 INFO O| Jul 06 21:41:46.048 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-07-06T21:41:46.644Z[ host-image] Jul 06 21:41:46.056 INFO O| Jul 06 21:41:46.056 INFO completed processing sled/ramdisk-01-os
51672026-07-06T21:41:46.647Z[ recovery-image] Jul 06 21:41:46.058 INFO O| Jul 06 21:41:46.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51682026-07-06T21:41:46.648Z[ recovery-image] Jul 06 21:41:46.058 INFO O| Jul 06 21:41:46.058 INFO STEP 30 (remove_files) COMPLETE
51692026-07-06T21:41:46.648Z[ recovery-image] Jul 06 21:41:46.058 INFO O| Jul 06 21:41:46.058 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-07-06T21:41:46.648Z[ host-image] Jul 06 21:41:46.059 INFO omicron1 baseline generation...
51712026-07-06T21:41:46.648Z[ host-image] Jul 06 21:41:46.059 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
51722026-07-06T21:41:46.655Z[ recovery-image] Jul 06 21:41:46.067 INFO O| Jul 06 21:41:46.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51732026-07-06T21:41:46.655Z[ recovery-image] Jul 06 21:41:46.067 INFO O| Jul 06 21:41:46.067 INFO STEP 31 (remove_files) COMPLETE
51742026-07-06T21:41:46.655Z[ recovery-image] Jul 06 21:41:46.067 INFO O| Jul 06 21:41:46.067 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-07-06T21:41:46.665Z[ recovery-image] Jul 06 21:41:46.077 INFO O| Jul 06 21:41:46.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51762026-07-06T21:41:46.665Z[ recovery-image] Jul 06 21:41:46.077 INFO O| Jul 06 21:41:46.077 INFO STEP 32 (remove_files) COMPLETE
51772026-07-06T21:41:46.665Z[ recovery-image] Jul 06 21:41:46.077 INFO O| Jul 06 21:41:46.077 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-07-06T21:41:46.674Z[ recovery-image] Jul 06 21:41:46.087 INFO O| Jul 06 21:41:46.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51792026-07-06T21:41:46.675Z[ recovery-image] Jul 06 21:41:46.087 INFO O| Jul 06 21:41:46.087 INFO STEP 33 (remove_files) COMPLETE
51802026-07-06T21:41:46.675Z[ recovery-image] Jul 06 21:41:46.087 INFO O| Jul 06 21:41:46.087 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-07-06T21:41:46.685Z[ recovery-image] Jul 06 21:41:46.097 INFO O| Jul 06 21:41:46.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51822026-07-06T21:41:46.689Z[ recovery-image] Jul 06 21:41:46.097 INFO O| Jul 06 21:41:46.097 INFO STEP 34 (remove_files) COMPLETE
51832026-07-06T21:41:46.689Z[ recovery-image] Jul 06 21:41:46.097 INFO O| Jul 06 21:41:46.097 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-07-06T21:41:46.694Z[ recovery-image] Jul 06 21:41:46.106 INFO O| Jul 06 21:41:46.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51852026-07-06T21:41:46.694Z[ recovery-image] Jul 06 21:41:46.106 INFO O| Jul 06 21:41:46.106 INFO STEP 35 (remove_files) COMPLETE
51862026-07-06T21:41:46.698Z[ recovery-image] Jul 06 21:41:46.106 INFO O| Jul 06 21:41:46.106 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-07-06T21:41:46.703Z[ recovery-image] Jul 06 21:41:46.115 INFO O| Jul 06 21:41:46.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51882026-07-06T21:41:46.703Z[ recovery-image] Jul 06 21:41:46.115 INFO O| Jul 06 21:41:46.115 INFO STEP 36 (remove_files) COMPLETE
51892026-07-06T21:41:46.706Z[ recovery-image] Jul 06 21:41:46.115 INFO O| Jul 06 21:41:46.115 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-07-06T21:41:46.712Z[ recovery-image] Jul 06 21:41:46.124 INFO O| Jul 06 21:41:46.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51912026-07-06T21:41:46.715Z[ recovery-image] Jul 06 21:41:46.124 INFO O| Jul 06 21:41:46.124 INFO STEP 37 (remove_files) COMPLETE
51922026-07-06T21:41:46.715Z[ recovery-image] Jul 06 21:41:46.124 INFO O| Jul 06 21:41:46.124 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-07-06T21:41:46.720Z[ recovery-image] Jul 06 21:41:46.133 INFO O| Jul 06 21:41:46.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51942026-07-06T21:41:46.724Z[ recovery-image] Jul 06 21:41:46.133 INFO O| Jul 06 21:41:46.133 INFO STEP 38 (remove_files) COMPLETE
51952026-07-06T21:41:46.724Z[ recovery-image] Jul 06 21:41:46.133 INFO O| Jul 06 21:41:46.133 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-07-06T21:41:46.729Z[ recovery-image] Jul 06 21:41:46.141 INFO O| Jul 06 21:41:46.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51972026-07-06T21:41:46.733Z[ recovery-image] Jul 06 21:41:46.141 INFO O| Jul 06 21:41:46.141 INFO STEP 39 (remove_files) COMPLETE
51982026-07-06T21:41:46.733Z[ recovery-image] Jul 06 21:41:46.141 INFO O| Jul 06 21:41:46.141 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-07-06T21:41:46.738Z[ recovery-image] Jul 06 21:41:46.150 INFO O| Jul 06 21:41:46.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52002026-07-06T21:41:46.738Z[ recovery-image] Jul 06 21:41:46.150 INFO O| Jul 06 21:41:46.150 INFO STEP 40 (remove_files) COMPLETE
52012026-07-06T21:41:46.741Z[ recovery-image] Jul 06 21:41:46.150 INFO O| Jul 06 21:41:46.150 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-07-06T21:41:46.747Z[ recovery-image] Jul 06 21:41:46.159 INFO O| Jul 06 21:41:46.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52032026-07-06T21:41:46.747Z[ recovery-image] Jul 06 21:41:46.160 INFO O| Jul 06 21:41:46.160 INFO STEP 41 (remove_files) COMPLETE
52042026-07-06T21:41:46.751Z[ recovery-image] Jul 06 21:41:46.160 INFO O| Jul 06 21:41:46.160 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-07-06T21:41:46.756Z[ recovery-image] Jul 06 21:41:46.168 INFO O| Jul 06 21:41:46.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52062026-07-06T21:41:46.756Z[ recovery-image] Jul 06 21:41:46.168 INFO O| Jul 06 21:41:46.168 INFO STEP 42 (remove_files) COMPLETE
52072026-07-06T21:41:46.756Z[ recovery-image] Jul 06 21:41:46.168 INFO O| Jul 06 21:41:46.168 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-07-06T21:41:46.764Z[ recovery-image] Jul 06 21:41:46.176 INFO O| Jul 06 21:41:46.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52092026-07-06T21:41:46.768Z[ recovery-image] Jul 06 21:41:46.177 INFO O| Jul 06 21:41:46.176 INFO STEP 43 (remove_files) COMPLETE
52102026-07-06T21:41:46.768Z[ recovery-image] Jul 06 21:41:46.177 INFO O| Jul 06 21:41:46.176 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-07-06T21:41:46.775Z[ recovery-image] Jul 06 21:41:46.187 INFO O| Jul 06 21:41:46.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52122026-07-06T21:41:46.775Z[ recovery-image] Jul 06 21:41:46.187 INFO O| Jul 06 21:41:46.187 INFO STEP 44 (remove_files) COMPLETE
52132026-07-06T21:41:46.782Z[ recovery-image] Jul 06 21:41:46.187 INFO O| Jul 06 21:41:46.187 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-07-06T21:41:46.787Z[ recovery-image] Jul 06 21:41:46.196 INFO O| Jul 06 21:41:46.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52152026-07-06T21:41:46.787Z[ recovery-image] Jul 06 21:41:46.196 INFO O| Jul 06 21:41:46.196 INFO STEP 45 (remove_files) COMPLETE
52162026-07-06T21:41:46.787Z[ recovery-image] Jul 06 21:41:46.196 INFO O| Jul 06 21:41:46.196 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-07-06T21:41:46.794Z[ recovery-image] Jul 06 21:41:46.206 INFO O| Jul 06 21:41:46.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52182026-07-06T21:41:46.794Z[ recovery-image] Jul 06 21:41:46.206 INFO O| Jul 06 21:41:46.206 INFO STEP 46 (remove_files) COMPLETE
52192026-07-06T21:41:46.798Z[ recovery-image] Jul 06 21:41:46.206 INFO O| Jul 06 21:41:46.206 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52202026-07-06T21:41:46.803Z[ recovery-image] Jul 06 21:41:46.215 INFO O| Jul 06 21:41:46.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52212026-07-06T21:41:46.803Z[ recovery-image] Jul 06 21:41:46.215 INFO O| Jul 06 21:41:46.215 INFO STEP 47 (remove_files) COMPLETE
52222026-07-06T21:41:46.807Z[ recovery-image] Jul 06 21:41:46.215 INFO O| Jul 06 21:41:46.215 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-07-06T21:41:46.812Z[ recovery-image] Jul 06 21:41:46.224 INFO O| Jul 06 21:41:46.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52242026-07-06T21:41:46.815Z[ recovery-image] Jul 06 21:41:46.224 INFO O| Jul 06 21:41:46.224 INFO STEP 48 (remove_files) COMPLETE
52252026-07-06T21:41:46.815Z[ recovery-image] Jul 06 21:41:46.224 INFO O| Jul 06 21:41:46.224 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52262026-07-06T21:41:46.820Z[ recovery-image] Jul 06 21:41:46.232 INFO O| Jul 06 21:41:46.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52272026-07-06T21:41:46.820Z[ recovery-image] Jul 06 21:41:46.232 INFO O| Jul 06 21:41:46.232 INFO STEP 49 (remove_files) COMPLETE
52282026-07-06T21:41:46.820Z[ recovery-image] Jul 06 21:41:46.232 INFO O| Jul 06 21:41:46.232 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-07-06T21:41:46.827Z[ recovery-image] Jul 06 21:41:46.240 INFO O| Jul 06 21:41:46.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52302026-07-06T21:41:46.827Z[ recovery-image] Jul 06 21:41:46.240 INFO O| Jul 06 21:41:46.240 INFO STEP 50 (remove_files) COMPLETE
52312026-07-06T21:41:46.827Z[ recovery-image] Jul 06 21:41:46.240 INFO O| Jul 06 21:41:46.240 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52322026-07-06T21:41:46.835Z[ recovery-image] Jul 06 21:41:46.248 INFO O| Jul 06 21:41:46.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52332026-07-06T21:41:46.835Z[ recovery-image] Jul 06 21:41:46.248 INFO O| Jul 06 21:41:46.248 INFO STEP 51 (remove_files) COMPLETE
52342026-07-06T21:41:46.841Z[ recovery-image] Jul 06 21:41:46.248 INFO O| Jul 06 21:41:46.248 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-07-06T21:41:46.844Z[ recovery-image] Jul 06 21:41:46.256 INFO O| Jul 06 21:41:46.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52362026-07-06T21:41:46.844Z[ recovery-image] Jul 06 21:41:46.256 INFO O| Jul 06 21:41:46.256 INFO STEP 52 (remove_files) COMPLETE
52372026-07-06T21:41:46.844Z[ recovery-image] Jul 06 21:41:46.256 INFO O| Jul 06 21:41:46.256 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-07-06T21:41:46.854Z[ recovery-image] Jul 06 21:41:46.266 INFO O| Jul 06 21:41:46.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52392026-07-06T21:41:46.854Z[ recovery-image] Jul 06 21:41:46.266 INFO O| Jul 06 21:41:46.266 INFO STEP 53 (remove_files) COMPLETE
52402026-07-06T21:41:46.857Z[ recovery-image] Jul 06 21:41:46.266 INFO O| Jul 06 21:41:46.266 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52412026-07-06T21:41:46.861Z[ recovery-image] Jul 06 21:41:46.274 INFO O| Jul 06 21:41:46.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52422026-07-06T21:41:46.861Z[ recovery-image] Jul 06 21:41:46.274 INFO O| Jul 06 21:41:46.274 INFO STEP 54 (remove_files) COMPLETE
52432026-07-06T21:41:46.865Z[ recovery-image] Jul 06 21:41:46.274 INFO O| Jul 06 21:41:46.274 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-07-06T21:41:46.872Z[ recovery-image] Jul 06 21:41:46.284 INFO O| Jul 06 21:41:46.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52452026-07-06T21:41:46.872Z[ recovery-image] Jul 06 21:41:46.284 INFO O| Jul 06 21:41:46.284 INFO STEP 55 (remove_files) COMPLETE
52462026-07-06T21:41:46.876Z[ recovery-image] Jul 06 21:41:46.284 INFO O| Jul 06 21:41:46.284 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52472026-07-06T21:41:46.882Z[ recovery-image] Jul 06 21:41:46.294 INFO O| Jul 06 21:41:46.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52482026-07-06T21:41:46.882Z[ recovery-image] Jul 06 21:41:46.294 INFO O| Jul 06 21:41:46.294 INFO STEP 56 (remove_files) COMPLETE
52492026-07-06T21:41:46.886Z[ recovery-image] Jul 06 21:41:46.295 INFO O| Jul 06 21:41:46.294 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-07-06T21:41:46.890Z[ recovery-image] Jul 06 21:41:46.303 INFO O| Jul 06 21:41:46.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52512026-07-06T21:41:46.890Z[ recovery-image] Jul 06 21:41:46.303 INFO O| Jul 06 21:41:46.303 INFO STEP 57 (remove_files) COMPLETE
52522026-07-06T21:41:46.894Z[ recovery-image] Jul 06 21:41:46.303 INFO O| Jul 06 21:41:46.303 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52532026-07-06T21:41:46.898Z[ recovery-image] Jul 06 21:41:46.310 INFO O| Jul 06 21:41:46.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52542026-07-06T21:41:46.901Z[ recovery-image] Jul 06 21:41:46.310 INFO O| Jul 06 21:41:46.310 INFO STEP 58 (remove_files) COMPLETE
52552026-07-06T21:41:46.901Z[ recovery-image] Jul 06 21:41:46.310 INFO O| Jul 06 21:41:46.310 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52562026-07-06T21:41:46.905Z[ recovery-image] Jul 06 21:41:46.318 INFO O| Jul 06 21:41:46.318 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52572026-07-06T21:41:46.909Z[ recovery-image] Jul 06 21:41:46.318 INFO O| Jul 06 21:41:46.318 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52582026-07-06T21:41:46.909Z[ recovery-image] Jul 06 21:41:46.318 INFO O| Jul 06 21:41:46.318 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52592026-07-06T21:41:46.909Z[ recovery-image] Jul 06 21:41:46.318 INFO O| Jul 06 21:41:46.318 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52602026-07-06T21:41:46.909Z[ recovery-image] Jul 06 21:41:46.318 INFO O| Jul 06 21:41:46.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52612026-07-06T21:41:46.909Z[ recovery-image] Jul 06 21:41:46.318 INFO O| Jul 06 21:41:46.318 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52622026-07-06T21:41:46.909Z[ recovery-image] Jul 06 21:41:46.318 INFO O| Jul 06 21:41:46.318 INFO ok!
52632026-07-06T21:41:46.910Z[ recovery-image] Jul 06 21:41:46.318 INFO O| Jul 06 21:41:46.318 INFO STEP 59 (ensure_file) COMPLETE
52642026-07-06T21:41:46.910Z[ recovery-image] Jul 06 21:41:46.318 INFO O| Jul 06 21:41:46.318 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52652026-07-06T21:41:46.914Z[ recovery-image] Jul 06 21:41:46.325 INFO O| Jul 06 21:41:46.325 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52662026-07-06T21:41:46.914Z[ recovery-image] Jul 06 21:41:46.325 INFO O| Jul 06 21:41:46.325 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52672026-07-06T21:41:46.914Z[ recovery-image] Jul 06 21:41:46.325 INFO O| Jul 06 21:41:46.325 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52682026-07-06T21:41:46.914Z[ recovery-image] Jul 06 21:41:46.325 INFO O| Jul 06 21:41:46.325 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52692026-07-06T21:41:46.914Z[ recovery-image] Jul 06 21:41:46.325 INFO O| Jul 06 21:41:46.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52702026-07-06T21:41:46.915Z[ recovery-image] Jul 06 21:41:46.325 INFO O| Jul 06 21:41:46.325 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52712026-07-06T21:41:46.915Z[ recovery-image] Jul 06 21:41:46.325 INFO O| Jul 06 21:41:46.325 INFO ok!
52722026-07-06T21:41:46.915Z[ recovery-image] Jul 06 21:41:46.325 INFO O| Jul 06 21:41:46.325 INFO STEP 60 (ensure_file) COMPLETE
52732026-07-06T21:41:46.915Z[ recovery-image] Jul 06 21:41:46.325 INFO O| Jul 06 21:41:46.325 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52742026-07-06T21:41:46.920Z[ recovery-image] Jul 06 21:41:46.333 INFO O| Jul 06 21:41:46.333 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52752026-07-06T21:41:46.920Z[ recovery-image] Jul 06 21:41:46.333 INFO O| Jul 06 21:41:46.333 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52762026-07-06T21:41:46.923Z[ recovery-image] Jul 06 21:41:46.333 INFO O| Jul 06 21:41:46.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52772026-07-06T21:41:46.924Z[ recovery-image] Jul 06 21:41:46.333 INFO O| Jul 06 21:41:46.333 INFO ok!
52782026-07-06T21:41:46.924Z[ recovery-image] Jul 06 21:41:46.333 INFO O| Jul 06 21:41:46.333 INFO STEP 61 (ensure_file) COMPLETE
52792026-07-06T21:41:46.924Z[ recovery-image] Jul 06 21:41:46.333 INFO O| Jul 06 21:41:46.333 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52802026-07-06T21:41:46.928Z[ recovery-image] Jul 06 21:41:46.340 INFO O| Jul 06 21:41:46.340 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52812026-07-06T21:41:46.928Z[ recovery-image] Jul 06 21:41:46.340 INFO O| Jul 06 21:41:46.340 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52822026-07-06T21:41:46.932Z[ recovery-image] Jul 06 21:41:46.340 INFO O| Jul 06 21:41:46.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52832026-07-06T21:41:46.932Z[ recovery-image] Jul 06 21:41:46.340 INFO O| Jul 06 21:41:46.340 INFO ok!
52842026-07-06T21:41:46.932Z[ recovery-image] Jul 06 21:41:46.340 INFO O| Jul 06 21:41:46.340 INFO STEP 62 (ensure_file) COMPLETE
52852026-07-06T21:41:46.932Z[ recovery-image] Jul 06 21:41:46.340 INFO O| Jul 06 21:41:46.340 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52862026-07-06T21:41:46.938Z[ recovery-image] Jul 06 21:41:46.350 INFO O| Jul 06 21:41:46.350 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52872026-07-06T21:41:46.938Z[ recovery-image] Jul 06 21:41:46.350 INFO O| Jul 06 21:41:46.350 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52882026-07-06T21:41:46.938Z[ recovery-image] Jul 06 21:41:46.350 INFO O| Jul 06 21:41:46.350 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52892026-07-06T21:41:46.941Z[ recovery-image] Jul 06 21:41:46.350 INFO O| Jul 06 21:41:46.350 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52902026-07-06T21:41:46.941Z[ recovery-image] Jul 06 21:41:46.350 INFO O| Jul 06 21:41:46.350 INFO ok!
52912026-07-06T21:41:46.941Z[ recovery-image] Jul 06 21:41:46.350 INFO O| Jul 06 21:41:46.350 INFO STEP 63 (ensure_file) COMPLETE
52922026-07-06T21:41:46.941Z[ recovery-image] Jul 06 21:41:46.350 INFO O| Jul 06 21:41:46.350 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52932026-07-06T21:41:46.946Z[ recovery-image] Jul 06 21:41:46.358 INFO O| Jul 06 21:41:46.358 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52942026-07-06T21:41:46.946Z[ recovery-image] Jul 06 21:41:46.358 INFO O| Jul 06 21:41:46.358 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52952026-07-06T21:41:46.949Z[ recovery-image] Jul 06 21:41:46.358 INFO O| Jul 06 21:41:46.358 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52962026-07-06T21:41:46.949Z[ recovery-image] Jul 06 21:41:46.358 INFO O| Jul 06 21:41:46.358 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52972026-07-06T21:41:46.949Z[ recovery-image] Jul 06 21:41:46.358 INFO O| Jul 06 21:41:46.358 INFO ok!
52982026-07-06T21:41:46.949Z[ recovery-image] Jul 06 21:41:46.358 INFO O| Jul 06 21:41:46.358 INFO STEP 64 (ensure_file) COMPLETE
52992026-07-06T21:41:46.949Z[ recovery-image] Jul 06 21:41:46.358 INFO O| Jul 06 21:41:46.358 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53002026-07-06T21:41:46.955Z[ recovery-image] Jul 06 21:41:46.367 INFO O| Jul 06 21:41:46.367 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53012026-07-06T21:41:46.955Z[ recovery-image] Jul 06 21:41:46.367 INFO O| Jul 06 21:41:46.367 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53022026-07-06T21:41:46.958Z[ recovery-image] Jul 06 21:41:46.367 INFO O| Jul 06 21:41:46.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53032026-07-06T21:41:46.958Z[ recovery-image] Jul 06 21:41:46.367 INFO O| Jul 06 21:41:46.367 INFO ok!
53042026-07-06T21:41:46.958Z[ recovery-image] Jul 06 21:41:46.367 INFO O| Jul 06 21:41:46.367 INFO STEP 65 (assemble_files) COMPLETE
53052026-07-06T21:41:46.958Z[ recovery-image] Jul 06 21:41:46.367 INFO O| Jul 06 21:41:46.367 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53062026-07-06T21:41:46.964Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53072026-07-06T21:41:46.964Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53082026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53092026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53102026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO ok!
53112026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO STEP 66 (ensure_file) COMPLETE
53122026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53132026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO skip step because feature "omicron1" is not enabled
53142026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53152026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO skip step because feature "omicron1" is not enabled
53162026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53172026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO skip step because feature "omicron1" is not enabled
53182026-07-06T21:41:46.969Z[ recovery-image] Jul 06 21:41:46.376 INFO O| Jul 06 21:41:46.376 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53192026-07-06T21:41:46.980Z[ recovery-image] Jul 06 21:41:46.391 INFO O| Jul 06 21:41:46.391 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53202026-07-06T21:41:46.980Z[ recovery-image] Jul 06 21:41:46.391 INFO O| Jul 06 21:41:46.391 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53212026-07-06T21:41:46.983Z[ host-image] Jul 06 21:41:46.394 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
53222026-07-06T21:41:48.105Z[ recovery-image] Jul 06 21:41:47.517 INFO O| Jul 06 21:41:47.511 INFO STEP 70 (pack_tar) COMPLETE
53232026-07-06T21:41:48.105Z[ recovery-image] Jul 06 21:41:47.517 INFO O| Jul 06 21:41:47.511 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53242026-07-06T21:41:48.105Z[ recovery-image] Jul 06 21:41:47.517 INFO O| Jul 06 21:41:47.511 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53252026-07-06T21:41:48.974Z[ recovery-image] Jul 06 21:41:48.386 INFO O| Jul 06 21:41:48.386 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53262026-07-06T21:41:49.066Z[ recovery-image] Jul 06 21:41:48.478 INFO O| Jul 06 21:41:48.478 INFO completed processing sled/ramdisk-02-trim
53272026-07-06T21:41:49.070Z[ recovery-image] Jul 06 21:41:48.481 INFO image builder template: ramdisk-03-recovery-trim...
53282026-07-06T21:41:49.071Z[ recovery-image] Jul 06 21:41:48.481 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/.tmpLgBkya/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-03-recovery-trim"], pwd: None
53292026-07-06T21:41:49.074Z[ recovery-image] Jul 06 21:41:48.486 INFO O| Jul 06 21:41:48.486 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53302026-07-06T21:41:49.150Z[ recovery-image] Jul 06 21:41:48.561 INFO O| Jul 06 21:41:48.561 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53312026-07-06T21:41:49.154Z[ recovery-image] Jul 06 21:41:48.566 INFO O| Jul 06 21:41:48.566 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53322026-07-06T21:41:49.225Z[ recovery-image] Jul 06 21:41:48.638 INFO O| Jul 06 21:41:48.637 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53332026-07-06T21:41:49.290Z[ recovery-image] Jul 06 21:41:48.703 INFO O| Jul 06 21:41:48.703 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53342026-07-06T21:41:49.291Z[ recovery-image] Jul 06 21:41:48.703 INFO O| Jul 06 21:41:48.703 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53352026-07-06T21:41:49.296Z[ recovery-image] Jul 06 21:41:48.708 INFO O| Jul 06 21:41:48.708 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53362026-07-06T21:41:49.299Z[ recovery-image] Jul 06 21:41:48.711 INFO O| Jul 06 21:41:48.711 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53372026-07-06T21:41:49.302Z[ recovery-image] Jul 06 21:41:48.715 INFO O| Jul 06 21:41:48.715 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53382026-07-06T21:41:50.034Z[ recovery-image] Jul 06 21:41:49.446 INFO O| Jul 06 21:41:49.446 INFO rolled back to input snapshot; work may begin
53392026-07-06T21:41:50.034Z[ recovery-image] Jul 06 21:41:49.446 INFO O| Jul 06 21:41:49.446 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53402026-07-06T21:41:50.039Z[ recovery-image] Jul 06 21:41:49.451 INFO O| Jul 06 21:41:49.451 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-07-06T21:41:50.048Z[ recovery-image] Jul 06 21:41:49.461 INFO O| Jul 06 21:41:49.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53422026-07-06T21:41:50.052Z[ recovery-image] Jul 06 21:41:49.463 INFO O| Jul 06 21:41:49.463 INFO STEP 0 (remove_files) COMPLETE
53432026-07-06T21:41:50.052Z[ recovery-image] Jul 06 21:41:49.463 INFO O| Jul 06 21:41:49.463 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-07-06T21:41:50.061Z[ recovery-image] Jul 06 21:41:49.473 INFO O| Jul 06 21:41:49.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53452026-07-06T21:41:50.068Z[ recovery-image] Jul 06 21:41:49.474 INFO O| Jul 06 21:41:49.474 INFO STEP 1 (remove_files) COMPLETE
53462026-07-06T21:41:50.068Z[ recovery-image] Jul 06 21:41:49.474 INFO O| Jul 06 21:41:49.474 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-07-06T21:41:50.073Z[ recovery-image] Jul 06 21:41:49.485 INFO O| Jul 06 21:41:49.485 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53482026-07-06T21:41:50.077Z[ recovery-image] Jul 06 21:41:49.490 INFO O| Jul 06 21:41:49.490 INFO STEP 2 (remove_files) COMPLETE
53492026-07-06T21:41:50.078Z[ recovery-image] Jul 06 21:41:49.490 INFO O| Jul 06 21:41:49.490 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-07-06T21:41:50.088Z[ recovery-image] Jul 06 21:41:49.500 INFO O| Jul 06 21:41:49.500 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53512026-07-06T21:41:50.136Z[ recovery-image] Jul 06 21:41:49.547 INFO O| Jul 06 21:41:49.547 INFO STEP 3 (remove_files) COMPLETE
53522026-07-06T21:41:50.136Z[ recovery-image] Jul 06 21:41:49.547 INFO O| Jul 06 21:41:49.547 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-07-06T21:41:50.146Z[ recovery-image] Jul 06 21:41:49.558 INFO O| Jul 06 21:41:49.558 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53542026-07-06T21:41:50.150Z[ recovery-image] Jul 06 21:41:49.560 INFO O| Jul 06 21:41:49.560 INFO STEP 4 (remove_files) COMPLETE
53552026-07-06T21:41:50.150Z[ recovery-image] Jul 06 21:41:49.560 INFO O| Jul 06 21:41:49.560 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-07-06T21:41:50.158Z[ recovery-image] Jul 06 21:41:49.570 INFO O| Jul 06 21:41:49.570 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53572026-07-06T21:41:50.191Z[ recovery-image] Jul 06 21:41:49.602 INFO O| Jul 06 21:41:49.602 INFO STEP 5 (remove_files) COMPLETE
53582026-07-06T21:41:50.191Z[ recovery-image] Jul 06 21:41:49.602 INFO O| Jul 06 21:41:49.602 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-07-06T21:41:50.202Z[ recovery-image] Jul 06 21:41:49.614 INFO O| Jul 06 21:41:49.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53602026-07-06T21:41:50.211Z[ recovery-image] Jul 06 21:41:49.623 INFO O| Jul 06 21:41:49.623 INFO STEP 6 (remove_files) COMPLETE
53612026-07-06T21:41:50.211Z[ recovery-image] Jul 06 21:41:49.623 INFO O| Jul 06 21:41:49.623 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-07-06T21:41:50.222Z[ recovery-image] Jul 06 21:41:49.634 INFO O| Jul 06 21:41:49.634 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53632026-07-06T21:41:50.226Z[ recovery-image] Jul 06 21:41:49.636 INFO O| Jul 06 21:41:49.636 INFO STEP 7 (remove_files) COMPLETE
53642026-07-06T21:41:50.226Z[ recovery-image] Jul 06 21:41:49.636 INFO O| Jul 06 21:41:49.636 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-07-06T21:41:50.238Z[ recovery-image] Jul 06 21:41:49.646 INFO O| Jul 06 21:41:49.646 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53662026-07-06T21:41:50.242Z[ recovery-image] Jul 06 21:41:49.649 INFO O| Jul 06 21:41:49.649 INFO STEP 8 (remove_files) COMPLETE
53672026-07-06T21:41:50.243Z[ recovery-image] Jul 06 21:41:49.649 INFO O| Jul 06 21:41:49.649 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-07-06T21:41:50.249Z[ recovery-image] Jul 06 21:41:49.660 INFO O| Jul 06 21:41:49.660 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53692026-07-06T21:41:50.256Z[ recovery-image] Jul 06 21:41:49.664 INFO O| Jul 06 21:41:49.664 INFO STEP 9 (remove_files) COMPLETE
53702026-07-06T21:41:50.256Z[ recovery-image] Jul 06 21:41:49.664 INFO O| Jul 06 21:41:49.664 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-07-06T21:41:50.264Z[ recovery-image] Jul 06 21:41:49.676 INFO O| Jul 06 21:41:49.676 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53722026-07-06T21:41:50.275Z[ recovery-image] Jul 06 21:41:49.687 INFO O| Jul 06 21:41:49.686 INFO STEP 10 (remove_files) COMPLETE
53732026-07-06T21:41:50.279Z[ recovery-image] Jul 06 21:41:49.687 INFO O| Jul 06 21:41:49.687 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-07-06T21:41:50.288Z[ recovery-image] Jul 06 21:41:49.700 INFO O| Jul 06 21:41:49.700 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53752026-07-06T21:41:50.292Z[ recovery-image] Jul 06 21:41:49.702 INFO O| Jul 06 21:41:49.702 INFO STEP 11 (remove_files) COMPLETE
53762026-07-06T21:41:50.292Z[ recovery-image] Jul 06 21:41:49.702 INFO O| Jul 06 21:41:49.702 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-07-06T21:41:50.301Z[ recovery-image] Jul 06 21:41:49.712 INFO O| Jul 06 21:41:49.712 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53782026-07-06T21:41:50.448Z[ recovery-image] Jul 06 21:41:49.859 INFO O| Jul 06 21:41:49.859 INFO STEP 12 (remove_files) COMPLETE
53792026-07-06T21:41:50.448Z[ recovery-image] Jul 06 21:41:49.860 INFO O| Jul 06 21:41:49.859 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-07-06T21:41:50.460Z[ recovery-image] Jul 06 21:41:49.872 INFO O| Jul 06 21:41:49.872 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53812026-07-06T21:41:50.463Z[ recovery-image] Jul 06 21:41:49.874 INFO O| Jul 06 21:41:49.874 INFO STEP 13 (remove_files) COMPLETE
53822026-07-06T21:41:50.463Z[ recovery-image] Jul 06 21:41:49.874 INFO O| Jul 06 21:41:49.874 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-07-06T21:41:50.473Z[ recovery-image] Jul 06 21:41:49.886 INFO O| Jul 06 21:41:49.885 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53842026-07-06T21:41:50.477Z[ recovery-image] Jul 06 21:41:49.888 INFO O| Jul 06 21:41:49.888 INFO STEP 14 (remove_files) COMPLETE
53852026-07-06T21:41:50.477Z[ recovery-image] Jul 06 21:41:49.888 INFO O| Jul 06 21:41:49.888 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-07-06T21:41:50.496Z[ recovery-image] Jul 06 21:41:49.908 INFO O| Jul 06 21:41:49.908 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53872026-07-06T21:41:50.500Z[ recovery-image] Jul 06 21:41:49.909 INFO O| Jul 06 21:41:49.909 INFO STEP 15 (remove_files) COMPLETE
53882026-07-06T21:41:50.500Z[ recovery-image] Jul 06 21:41:49.909 INFO O| Jul 06 21:41:49.909 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-07-06T21:41:50.513Z[ recovery-image] Jul 06 21:41:49.925 INFO O| Jul 06 21:41:49.925 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53902026-07-06T21:41:50.516Z[ recovery-image] Jul 06 21:41:49.927 INFO O| Jul 06 21:41:49.927 INFO STEP 16 (remove_files) COMPLETE
53912026-07-06T21:41:50.516Z[ recovery-image] Jul 06 21:41:49.927 INFO O| Jul 06 21:41:49.927 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-07-06T21:41:50.526Z[ recovery-image] Jul 06 21:41:49.938 INFO O| Jul 06 21:41:49.938 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53932026-07-06T21:41:50.542Z[ recovery-image] Jul 06 21:41:49.954 INFO O| Jul 06 21:41:49.953 INFO STEP 17 (remove_files) COMPLETE
53942026-07-06T21:41:50.542Z[ recovery-image] Jul 06 21:41:49.954 INFO O| Jul 06 21:41:49.954 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-07-06T21:41:50.558Z[ recovery-image] Jul 06 21:41:49.969 INFO O| Jul 06 21:41:49.969 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53962026-07-06T21:41:50.562Z[ recovery-image] Jul 06 21:41:49.973 INFO O| Jul 06 21:41:49.973 INFO STEP 18 (remove_files) COMPLETE
53972026-07-06T21:41:50.562Z[ recovery-image] Jul 06 21:41:49.973 INFO O| Jul 06 21:41:49.973 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-07-06T21:41:50.575Z[ recovery-image] Jul 06 21:41:49.987 INFO O| Jul 06 21:41:49.987 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53992026-07-06T21:41:50.579Z[ recovery-image] Jul 06 21:41:49.989 INFO O| Jul 06 21:41:49.989 INFO STEP 19 (remove_files) COMPLETE
54002026-07-06T21:41:50.579Z[ recovery-image] Jul 06 21:41:49.989 INFO O| Jul 06 21:41:49.989 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-07-06T21:41:50.589Z[ recovery-image] Jul 06 21:41:50.001 INFO O| Jul 06 21:41:50.001 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54022026-07-06T21:41:50.637Z[ recovery-image] Jul 06 21:41:50.049 INFO O| Jul 06 21:41:50.049 INFO STEP 20 (remove_files) COMPLETE
54032026-07-06T21:41:50.637Z[ recovery-image] Jul 06 21:41:50.049 INFO O| Jul 06 21:41:50.049 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-07-06T21:41:50.647Z[ recovery-image] Jul 06 21:41:50.060 INFO O| Jul 06 21:41:50.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54052026-07-06T21:41:50.652Z[ recovery-image] Jul 06 21:41:50.063 INFO O| Jul 06 21:41:50.063 INFO STEP 21 (remove_files) COMPLETE
54062026-07-06T21:41:50.652Z[ recovery-image] Jul 06 21:41:50.063 INFO O| Jul 06 21:41:50.063 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-07-06T21:41:50.662Z[ recovery-image] Jul 06 21:41:50.074 INFO O| Jul 06 21:41:50.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54082026-07-06T21:41:50.662Z[ recovery-image] Jul 06 21:41:50.074 INFO O| Jul 06 21:41:50.074 INFO STEP 22 (remove_files) COMPLETE
54092026-07-06T21:41:50.662Z[ recovery-image] Jul 06 21:41:50.074 INFO O| Jul 06 21:41:50.074 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-07-06T21:41:50.673Z[ recovery-image] Jul 06 21:41:50.085 INFO O| Jul 06 21:41:50.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54112026-07-06T21:41:50.677Z[ recovery-image] Jul 06 21:41:50.086 INFO O| Jul 06 21:41:50.086 INFO STEP 23 (remove_files) COMPLETE
54122026-07-06T21:41:50.677Z[ recovery-image] Jul 06 21:41:50.086 INFO O| Jul 06 21:41:50.086 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-07-06T21:41:50.686Z[ recovery-image] Jul 06 21:41:50.098 INFO O| Jul 06 21:41:50.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54142026-07-06T21:41:50.691Z[ recovery-image] Jul 06 21:41:50.101 INFO O| Jul 06 21:41:50.101 INFO STEP 24 (remove_files) COMPLETE
54152026-07-06T21:41:50.691Z[ recovery-image] Jul 06 21:41:50.101 INFO O| Jul 06 21:41:50.101 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-07-06T21:41:50.699Z[ recovery-image] Jul 06 21:41:50.111 INFO O| Jul 06 21:41:50.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54172026-07-06T21:41:50.705Z[ recovery-image] Jul 06 21:41:50.117 INFO O| Jul 06 21:41:50.117 INFO STEP 25 (remove_files) COMPLETE
54182026-07-06T21:41:50.705Z[ recovery-image] Jul 06 21:41:50.117 INFO O| Jul 06 21:41:50.117 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-07-06T21:41:50.716Z[ recovery-image] Jul 06 21:41:50.128 INFO O| Jul 06 21:41:50.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54202026-07-06T21:41:50.716Z[ recovery-image] Jul 06 21:41:50.128 INFO O| Jul 06 21:41:50.128 INFO STEP 26 (remove_files) COMPLETE
54212026-07-06T21:41:50.716Z[ recovery-image] Jul 06 21:41:50.128 INFO O| Jul 06 21:41:50.128 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-07-06T21:41:50.726Z[ recovery-image] Jul 06 21:41:50.139 INFO O| Jul 06 21:41:50.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54232026-07-06T21:41:50.727Z[ recovery-image] Jul 06 21:41:50.139 INFO O| Jul 06 21:41:50.139 INFO STEP 27 (remove_files) COMPLETE
54242026-07-06T21:41:50.727Z[ recovery-image] Jul 06 21:41:50.139 INFO O| Jul 06 21:41:50.139 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-07-06T21:41:50.739Z[ recovery-image] Jul 06 21:41:50.150 INFO O| Jul 06 21:41:50.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54262026-07-06T21:41:50.740Z[ recovery-image] Jul 06 21:41:50.150 INFO O| Jul 06 21:41:50.150 INFO STEP 28 (remove_files) COMPLETE
54272026-07-06T21:41:50.740Z[ recovery-image] Jul 06 21:41:50.150 INFO O| Jul 06 21:41:50.150 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-07-06T21:41:50.748Z[ recovery-image] Jul 06 21:41:50.160 INFO O| Jul 06 21:41:50.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54292026-07-06T21:41:50.752Z[ recovery-image] Jul 06 21:41:50.161 INFO O| Jul 06 21:41:50.161 INFO STEP 29 (remove_files) COMPLETE
54302026-07-06T21:41:50.752Z[ recovery-image] Jul 06 21:41:50.161 INFO O| Jul 06 21:41:50.161 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-07-06T21:41:50.761Z[ recovery-image] Jul 06 21:41:50.173 INFO O| Jul 06 21:41:50.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54322026-07-06T21:41:50.762Z[ recovery-image] Jul 06 21:41:50.173 INFO O| Jul 06 21:41:50.173 INFO STEP 30 (remove_files) COMPLETE
54332026-07-06T21:41:50.762Z[ recovery-image] Jul 06 21:41:50.173 INFO O| Jul 06 21:41:50.173 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-07-06T21:41:50.772Z[ recovery-image] Jul 06 21:41:50.184 INFO O| Jul 06 21:41:50.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54352026-07-06T21:41:50.772Z[ recovery-image] Jul 06 21:41:50.184 INFO O| Jul 06 21:41:50.184 INFO STEP 31 (remove_files) COMPLETE
54362026-07-06T21:41:50.772Z[ recovery-image] Jul 06 21:41:50.184 INFO O| Jul 06 21:41:50.184 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-07-06T21:41:50.784Z[ recovery-image] Jul 06 21:41:50.196 INFO O| Jul 06 21:41:50.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54382026-07-06T21:41:50.787Z[ recovery-image] Jul 06 21:41:50.197 INFO O| Jul 06 21:41:50.197 INFO STEP 32 (remove_files) COMPLETE
54392026-07-06T21:41:50.787Z[ recovery-image] Jul 06 21:41:50.197 INFO O| Jul 06 21:41:50.197 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-07-06T21:41:50.797Z[ recovery-image] Jul 06 21:41:50.209 INFO O| Jul 06 21:41:50.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54412026-07-06T21:41:50.801Z[ recovery-image] Jul 06 21:41:50.210 INFO O| Jul 06 21:41:50.209 INFO STEP 33 (remove_files) COMPLETE
54422026-07-06T21:41:50.801Z[ recovery-image] Jul 06 21:41:50.210 INFO O| Jul 06 21:41:50.210 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-07-06T21:41:50.809Z[ recovery-image] Jul 06 21:41:50.221 INFO O| Jul 06 21:41:50.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54442026-07-06T21:41:50.809Z[ recovery-image] Jul 06 21:41:50.221 INFO O| Jul 06 21:41:50.221 INFO STEP 34 (remove_files) COMPLETE
54452026-07-06T21:41:50.813Z[ recovery-image] Jul 06 21:41:50.221 INFO O| Jul 06 21:41:50.221 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-07-06T21:41:50.820Z[ recovery-image] Jul 06 21:41:50.232 INFO O| Jul 06 21:41:50.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54472026-07-06T21:41:50.820Z[ recovery-image] Jul 06 21:41:50.232 INFO O| Jul 06 21:41:50.232 INFO STEP 35 (remove_files) COMPLETE
54482026-07-06T21:41:50.823Z[ recovery-image] Jul 06 21:41:50.232 INFO O| Jul 06 21:41:50.232 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-07-06T21:41:50.831Z[ recovery-image] Jul 06 21:41:50.243 INFO O| Jul 06 21:41:50.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54502026-07-06T21:41:50.831Z[ recovery-image] Jul 06 21:41:50.243 INFO O| Jul 06 21:41:50.243 INFO STEP 36 (remove_files) COMPLETE
54512026-07-06T21:41:50.835Z[ recovery-image] Jul 06 21:41:50.243 INFO O| Jul 06 21:41:50.243 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-07-06T21:41:50.841Z[ recovery-image] Jul 06 21:41:50.254 INFO O| Jul 06 21:41:50.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54532026-07-06T21:41:50.841Z[ recovery-image] Jul 06 21:41:50.254 INFO O| Jul 06 21:41:50.254 INFO STEP 37 (remove_files) COMPLETE
54542026-07-06T21:41:50.841Z[ recovery-image] Jul 06 21:41:50.254 INFO O| Jul 06 21:41:50.254 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-07-06T21:41:50.852Z[ recovery-image] Jul 06 21:41:50.264 INFO O| Jul 06 21:41:50.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54562026-07-06T21:41:50.852Z[ recovery-image] Jul 06 21:41:50.264 INFO O| Jul 06 21:41:50.264 INFO STEP 38 (remove_files) COMPLETE
54572026-07-06T21:41:50.856Z[ recovery-image] Jul 06 21:41:50.264 INFO O| Jul 06 21:41:50.264 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-07-06T21:41:50.863Z[ recovery-image] Jul 06 21:41:50.275 INFO O| Jul 06 21:41:50.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54592026-07-06T21:41:50.863Z[ recovery-image] Jul 06 21:41:50.275 INFO O| Jul 06 21:41:50.275 INFO STEP 39 (remove_files) COMPLETE
54602026-07-06T21:41:50.866Z[ recovery-image] Jul 06 21:41:50.275 INFO O| Jul 06 21:41:50.275 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-07-06T21:41:50.874Z[ recovery-image] Jul 06 21:41:50.286 INFO O| Jul 06 21:41:50.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54622026-07-06T21:41:50.874Z[ recovery-image] Jul 06 21:41:50.286 INFO O| Jul 06 21:41:50.286 INFO STEP 40 (remove_files) COMPLETE
54632026-07-06T21:41:50.874Z[ recovery-image] Jul 06 21:41:50.286 INFO O| Jul 06 21:41:50.286 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-07-06T21:41:50.885Z[ recovery-image] Jul 06 21:41:50.297 INFO O| Jul 06 21:41:50.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54652026-07-06T21:41:50.885Z[ recovery-image] Jul 06 21:41:50.297 INFO O| Jul 06 21:41:50.297 INFO STEP 41 (remove_files) COMPLETE
54662026-07-06T21:41:50.885Z[ recovery-image] Jul 06 21:41:50.297 INFO O| Jul 06 21:41:50.297 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-07-06T21:41:50.895Z[ recovery-image] Jul 06 21:41:50.308 INFO O| Jul 06 21:41:50.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54682026-07-06T21:41:50.896Z[ recovery-image] Jul 06 21:41:50.308 INFO O| Jul 06 21:41:50.308 INFO STEP 42 (remove_files) COMPLETE
54692026-07-06T21:41:50.896Z[ recovery-image] Jul 06 21:41:50.308 INFO O| Jul 06 21:41:50.308 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-07-06T21:41:50.907Z[ recovery-image] Jul 06 21:41:50.319 INFO O| Jul 06 21:41:50.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54712026-07-06T21:41:50.907Z[ recovery-image] Jul 06 21:41:50.319 INFO O| Jul 06 21:41:50.319 INFO STEP 43 (remove_files) COMPLETE
54722026-07-06T21:41:50.907Z[ recovery-image] Jul 06 21:41:50.319 INFO O| Jul 06 21:41:50.319 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-07-06T21:41:50.918Z[ recovery-image] Jul 06 21:41:50.330 INFO O| Jul 06 21:41:50.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54742026-07-06T21:41:50.944Z[ recovery-image] Jul 06 21:41:50.331 INFO O| Jul 06 21:41:50.331 INFO STEP 44 (remove_files) COMPLETE
54752026-07-06T21:41:50.944Z[ recovery-image] Jul 06 21:41:50.331 INFO O| Jul 06 21:41:50.331 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-07-06T21:41:50.953Z[ recovery-image] Jul 06 21:41:50.366 INFO O| Jul 06 21:41:50.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54772026-07-06T21:41:50.954Z[ recovery-image] Jul 06 21:41:50.366 INFO O| Jul 06 21:41:50.366 INFO STEP 45 (remove_files) COMPLETE
54782026-07-06T21:41:50.957Z[ recovery-image] Jul 06 21:41:50.366 INFO O| Jul 06 21:41:50.366 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-07-06T21:41:50.963Z[ recovery-image] Jul 06 21:41:50.375 INFO O| Jul 06 21:41:50.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54802026-07-06T21:41:50.963Z[ recovery-image] Jul 06 21:41:50.375 INFO O| Jul 06 21:41:50.375 INFO STEP 46 (remove_files) COMPLETE
54812026-07-06T21:41:50.963Z[ recovery-image] Jul 06 21:41:50.375 INFO O| Jul 06 21:41:50.375 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-07-06T21:41:50.974Z[ recovery-image] Jul 06 21:41:50.386 INFO O| Jul 06 21:41:50.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54832026-07-06T21:41:50.974Z[ recovery-image] Jul 06 21:41:50.386 INFO O| Jul 06 21:41:50.386 INFO STEP 47 (remove_files) COMPLETE
54842026-07-06T21:41:50.977Z[ recovery-image] Jul 06 21:41:50.386 INFO O| Jul 06 21:41:50.386 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-07-06T21:41:50.985Z[ recovery-image] Jul 06 21:41:50.397 INFO O| Jul 06 21:41:50.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54862026-07-06T21:41:50.985Z[ recovery-image] Jul 06 21:41:50.397 INFO O| Jul 06 21:41:50.397 INFO STEP 48 (remove_files) COMPLETE
54872026-07-06T21:41:50.989Z[ recovery-image] Jul 06 21:41:50.397 INFO O| Jul 06 21:41:50.397 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-07-06T21:41:50.996Z[ recovery-image] Jul 06 21:41:50.408 INFO O| Jul 06 21:41:50.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54892026-07-06T21:41:50.996Z[ recovery-image] Jul 06 21:41:50.408 INFO O| Jul 06 21:41:50.408 INFO STEP 49 (remove_files) COMPLETE
54902026-07-06T21:41:51.000Z[ recovery-image] Jul 06 21:41:50.408 INFO O| Jul 06 21:41:50.408 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-07-06T21:41:51.006Z[ recovery-image] Jul 06 21:41:50.418 INFO O| Jul 06 21:41:50.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54922026-07-06T21:41:51.006Z[ recovery-image] Jul 06 21:41:50.418 INFO O| Jul 06 21:41:50.418 INFO STEP 50 (remove_files) COMPLETE
54932026-07-06T21:41:51.006Z[ recovery-image] Jul 06 21:41:50.418 INFO O| Jul 06 21:41:50.418 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-07-06T21:41:51.017Z[ recovery-image] Jul 06 21:41:50.429 INFO O| Jul 06 21:41:50.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54952026-07-06T21:41:51.017Z[ recovery-image] Jul 06 21:41:50.429 INFO O| Jul 06 21:41:50.429 INFO STEP 51 (remove_files) COMPLETE
54962026-07-06T21:41:51.021Z[ recovery-image] Jul 06 21:41:50.429 INFO O| Jul 06 21:41:50.429 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-07-06T21:41:51.027Z[ recovery-image] Jul 06 21:41:50.440 INFO O| Jul 06 21:41:50.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54982026-07-06T21:41:51.031Z[ recovery-image] Jul 06 21:41:50.441 INFO O| Jul 06 21:41:50.441 INFO STEP 52 (remove_files) COMPLETE
54992026-07-06T21:41:51.031Z[ recovery-image] Jul 06 21:41:50.441 INFO O| Jul 06 21:41:50.441 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-07-06T21:41:51.039Z[ recovery-image] Jul 06 21:41:50.451 INFO O| Jul 06 21:41:50.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55012026-07-06T21:41:51.039Z[ recovery-image] Jul 06 21:41:50.451 INFO O| Jul 06 21:41:50.451 INFO STEP 53 (remove_files) COMPLETE
55022026-07-06T21:41:51.043Z[ recovery-image] Jul 06 21:41:50.451 INFO O| Jul 06 21:41:50.451 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-07-06T21:41:51.049Z[ recovery-image] Jul 06 21:41:50.461 INFO O| Jul 06 21:41:50.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55042026-07-06T21:41:51.049Z[ recovery-image] Jul 06 21:41:50.461 INFO O| Jul 06 21:41:50.461 INFO STEP 54 (remove_files) COMPLETE
55052026-07-06T21:41:51.049Z[ recovery-image] Jul 06 21:41:50.461 INFO O| Jul 06 21:41:50.461 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-07-06T21:41:51.059Z[ recovery-image] Jul 06 21:41:50.471 INFO O| Jul 06 21:41:50.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55072026-07-06T21:41:51.063Z[ recovery-image] Jul 06 21:41:50.472 INFO O| Jul 06 21:41:50.472 INFO STEP 55 (remove_files) COMPLETE
55082026-07-06T21:41:51.063Z[ recovery-image] Jul 06 21:41:50.472 INFO O| Jul 06 21:41:50.472 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-07-06T21:41:51.074Z[ recovery-image] Jul 06 21:41:50.484 INFO O| Jul 06 21:41:50.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55102026-07-06T21:41:51.074Z[ recovery-image] Jul 06 21:41:50.484 INFO O| Jul 06 21:41:50.484 INFO STEP 56 (remove_files) COMPLETE
55112026-07-06T21:41:51.083Z[ recovery-image] Jul 06 21:41:50.484 INFO O| Jul 06 21:41:50.484 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-07-06T21:41:51.088Z[ recovery-image] Jul 06 21:41:50.495 INFO O| Jul 06 21:41:50.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55132026-07-06T21:41:51.088Z[ recovery-image] Jul 06 21:41:50.495 INFO O| Jul 06 21:41:50.495 INFO STEP 57 (remove_files) COMPLETE
55142026-07-06T21:41:51.089Z[ recovery-image] Jul 06 21:41:50.495 INFO O| Jul 06 21:41:50.495 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-07-06T21:41:51.095Z[ recovery-image] Jul 06 21:41:50.506 INFO O| Jul 06 21:41:50.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55162026-07-06T21:41:51.095Z[ recovery-image] Jul 06 21:41:50.506 INFO O| Jul 06 21:41:50.506 INFO STEP 58 (remove_files) COMPLETE
55172026-07-06T21:41:51.095Z[ recovery-image] Jul 06 21:41:50.506 INFO O| Jul 06 21:41:50.506 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-07-06T21:41:51.105Z[ recovery-image] Jul 06 21:41:50.517 INFO O| Jul 06 21:41:50.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55192026-07-06T21:41:51.105Z[ recovery-image] Jul 06 21:41:50.517 INFO O| Jul 06 21:41:50.517 INFO STEP 59 (remove_files) COMPLETE
55202026-07-06T21:41:51.109Z[ recovery-image] Jul 06 21:41:50.517 INFO O| Jul 06 21:41:50.517 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-07-06T21:41:51.114Z[ recovery-image] Jul 06 21:41:50.525 INFO O| Jul 06 21:41:50.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55222026-07-06T21:41:51.114Z[ recovery-image] Jul 06 21:41:50.526 INFO O| Jul 06 21:41:50.526 INFO STEP 60 (remove_files) COMPLETE
55232026-07-06T21:41:51.114Z[ recovery-image] Jul 06 21:41:50.526 INFO O| Jul 06 21:41:50.526 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-07-06T21:41:51.126Z[ recovery-image] Jul 06 21:41:50.538 INFO O| Jul 06 21:41:50.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55252026-07-06T21:41:51.126Z[ recovery-image] Jul 06 21:41:50.538 INFO O| Jul 06 21:41:50.538 INFO STEP 61 (remove_files) COMPLETE
55262026-07-06T21:41:51.127Z[ recovery-image] Jul 06 21:41:50.538 INFO O| Jul 06 21:41:50.538 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-07-06T21:41:51.137Z[ recovery-image] Jul 06 21:41:50.549 INFO O| Jul 06 21:41:50.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55282026-07-06T21:41:51.137Z[ recovery-image] Jul 06 21:41:50.549 INFO O| Jul 06 21:41:50.549 INFO STEP 62 (remove_files) COMPLETE
55292026-07-06T21:41:51.137Z[ recovery-image] Jul 06 21:41:50.549 INFO O| Jul 06 21:41:50.549 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-07-06T21:41:51.144Z[ recovery-image] Jul 06 21:41:50.557 INFO O| Jul 06 21:41:50.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55312026-07-06T21:41:51.145Z[ recovery-image] Jul 06 21:41:50.557 INFO O| Jul 06 21:41:50.557 INFO STEP 63 (remove_files) COMPLETE
55322026-07-06T21:41:51.149Z[ recovery-image] Jul 06 21:41:50.557 INFO O| Jul 06 21:41:50.557 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-07-06T21:41:51.154Z[ recovery-image] Jul 06 21:41:50.565 INFO O| Jul 06 21:41:50.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55342026-07-06T21:41:51.154Z[ recovery-image] Jul 06 21:41:50.565 INFO O| Jul 06 21:41:50.565 INFO STEP 64 (remove_files) COMPLETE
55352026-07-06T21:41:51.159Z[ recovery-image] Jul 06 21:41:50.565 INFO O| Jul 06 21:41:50.565 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-07-06T21:41:51.163Z[ recovery-image] Jul 06 21:41:50.573 INFO O| Jul 06 21:41:50.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55372026-07-06T21:41:51.163Z[ recovery-image] Jul 06 21:41:50.573 INFO O| Jul 06 21:41:50.573 INFO STEP 65 (remove_files) COMPLETE
55382026-07-06T21:41:51.163Z[ recovery-image] Jul 06 21:41:50.573 INFO O| Jul 06 21:41:50.573 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-07-06T21:41:51.175Z[ recovery-image] Jul 06 21:41:50.587 INFO O| Jul 06 21:41:50.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55402026-07-06T21:41:51.175Z[ recovery-image] Jul 06 21:41:50.587 INFO O| Jul 06 21:41:50.587 INFO STEP 66 (remove_files) COMPLETE
55412026-07-06T21:41:51.175Z[ recovery-image] Jul 06 21:41:50.587 INFO O| Jul 06 21:41:50.587 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-07-06T21:41:51.186Z[ recovery-image] Jul 06 21:41:50.598 INFO O| Jul 06 21:41:50.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55432026-07-06T21:41:51.190Z[ recovery-image] Jul 06 21:41:50.598 INFO O| Jul 06 21:41:50.598 INFO STEP 67 (remove_files) COMPLETE
55442026-07-06T21:41:51.190Z[ recovery-image] Jul 06 21:41:50.598 INFO O| Jul 06 21:41:50.598 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-07-06T21:41:51.197Z[ recovery-image] Jul 06 21:41:50.610 INFO O| Jul 06 21:41:50.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55462026-07-06T21:41:51.198Z[ recovery-image] Jul 06 21:41:50.610 INFO O| Jul 06 21:41:50.609 INFO STEP 68 (remove_files) COMPLETE
55472026-07-06T21:41:51.201Z[ recovery-image] Jul 06 21:41:50.610 INFO O| Jul 06 21:41:50.609 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-07-06T21:41:51.207Z[ recovery-image] Jul 06 21:41:50.619 INFO O| Jul 06 21:41:50.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55492026-07-06T21:41:51.207Z[ recovery-image] Jul 06 21:41:50.619 INFO O| Jul 06 21:41:50.619 INFO STEP 69 (remove_files) COMPLETE
55502026-07-06T21:41:51.211Z[ recovery-image] Jul 06 21:41:50.619 INFO O| Jul 06 21:41:50.619 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-07-06T21:41:51.218Z[ recovery-image] Jul 06 21:41:50.629 INFO O| Jul 06 21:41:50.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55522026-07-06T21:41:51.218Z[ recovery-image] Jul 06 21:41:50.629 INFO O| Jul 06 21:41:50.629 INFO STEP 70 (remove_files) COMPLETE
55532026-07-06T21:41:51.222Z[ recovery-image] Jul 06 21:41:50.629 INFO O| Jul 06 21:41:50.629 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-07-06T21:41:51.226Z[ recovery-image] Jul 06 21:41:50.638 INFO O| Jul 06 21:41:50.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55552026-07-06T21:41:51.226Z[ recovery-image] Jul 06 21:41:50.638 INFO O| Jul 06 21:41:50.638 INFO STEP 71 (remove_files) COMPLETE
55562026-07-06T21:41:51.230Z[ recovery-image] Jul 06 21:41:50.638 INFO O| Jul 06 21:41:50.638 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-07-06T21:41:51.235Z[ recovery-image] Jul 06 21:41:50.647 INFO O| Jul 06 21:41:50.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55582026-07-06T21:41:51.235Z[ recovery-image] Jul 06 21:41:50.647 INFO O| Jul 06 21:41:50.647 INFO STEP 72 (remove_files) COMPLETE
55592026-07-06T21:41:51.235Z[ recovery-image] Jul 06 21:41:50.647 INFO O| Jul 06 21:41:50.647 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-07-06T21:41:51.247Z[ recovery-image] Jul 06 21:41:50.659 INFO O| Jul 06 21:41:50.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55612026-07-06T21:41:51.247Z[ recovery-image] Jul 06 21:41:50.659 INFO O| Jul 06 21:41:50.659 INFO STEP 73 (remove_files) COMPLETE
55622026-07-06T21:41:51.247Z[ recovery-image] Jul 06 21:41:50.659 INFO O| Jul 06 21:41:50.659 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-07-06T21:41:51.258Z[ recovery-image] Jul 06 21:41:50.670 INFO O| Jul 06 21:41:50.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55642026-07-06T21:41:51.258Z[ recovery-image] Jul 06 21:41:50.670 INFO O| Jul 06 21:41:50.670 INFO STEP 74 (remove_files) COMPLETE
55652026-07-06T21:41:51.262Z[ recovery-image] Jul 06 21:41:50.670 INFO O| Jul 06 21:41:50.670 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-07-06T21:41:51.268Z[ recovery-image] Jul 06 21:41:50.681 INFO O| Jul 06 21:41:50.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55672026-07-06T21:41:51.268Z[ recovery-image] Jul 06 21:41:50.681 INFO O| Jul 06 21:41:50.681 INFO STEP 75 (remove_files) COMPLETE
55682026-07-06T21:41:51.272Z[ recovery-image] Jul 06 21:41:50.681 INFO O| Jul 06 21:41:50.681 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-07-06T21:41:51.280Z[ recovery-image] Jul 06 21:41:50.692 INFO O| Jul 06 21:41:50.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55702026-07-06T21:41:51.280Z[ recovery-image] Jul 06 21:41:50.692 INFO O| Jul 06 21:41:50.692 INFO STEP 76 (remove_files) COMPLETE
55712026-07-06T21:41:51.280Z[ recovery-image] Jul 06 21:41:50.692 INFO O| Jul 06 21:41:50.692 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-07-06T21:41:51.290Z[ recovery-image] Jul 06 21:41:50.702 INFO O| Jul 06 21:41:50.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55732026-07-06T21:41:51.290Z[ recovery-image] Jul 06 21:41:50.702 INFO O| Jul 06 21:41:50.702 INFO STEP 77 (remove_files) COMPLETE
55742026-07-06T21:41:51.290Z[ recovery-image] Jul 06 21:41:50.702 INFO O| Jul 06 21:41:50.702 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-07-06T21:41:51.301Z[ recovery-image] Jul 06 21:41:50.713 INFO O| Jul 06 21:41:50.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55762026-07-06T21:41:51.301Z[ recovery-image] Jul 06 21:41:50.713 INFO O| Jul 06 21:41:50.713 INFO STEP 78 (remove_files) COMPLETE
55772026-07-06T21:41:51.301Z[ recovery-image] Jul 06 21:41:50.713 INFO O| Jul 06 21:41:50.713 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-07-06T21:41:51.310Z[ recovery-image] Jul 06 21:41:50.722 INFO O| Jul 06 21:41:50.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55792026-07-06T21:41:51.311Z[ recovery-image] Jul 06 21:41:50.722 INFO O| Jul 06 21:41:50.722 INFO STEP 79 (remove_files) COMPLETE
55802026-07-06T21:41:51.311Z[ recovery-image] Jul 06 21:41:50.722 INFO O| Jul 06 21:41:50.722 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-07-06T21:41:51.319Z[ recovery-image] Jul 06 21:41:50.731 INFO O| Jul 06 21:41:50.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55822026-07-06T21:41:51.320Z[ recovery-image] Jul 06 21:41:50.731 INFO O| Jul 06 21:41:50.731 INFO STEP 80 (remove_files) COMPLETE
55832026-07-06T21:41:51.320Z[ recovery-image] Jul 06 21:41:50.731 INFO O| Jul 06 21:41:50.731 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-07-06T21:41:51.331Z[ recovery-image] Jul 06 21:41:50.743 INFO O| Jul 06 21:41:50.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55852026-07-06T21:41:51.331Z[ recovery-image] Jul 06 21:41:50.743 INFO O| Jul 06 21:41:50.743 INFO STEP 81 (remove_files) COMPLETE
55862026-07-06T21:41:51.332Z[ recovery-image] Jul 06 21:41:50.743 INFO O| Jul 06 21:41:50.743 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-07-06T21:41:51.342Z[ recovery-image] Jul 06 21:41:50.753 INFO O| Jul 06 21:41:50.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55882026-07-06T21:41:51.342Z[ recovery-image] Jul 06 21:41:50.754 INFO O| Jul 06 21:41:50.753 INFO STEP 82 (remove_files) COMPLETE
55892026-07-06T21:41:51.346Z[ recovery-image] Jul 06 21:41:50.754 INFO O| Jul 06 21:41:50.754 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-07-06T21:41:51.352Z[ recovery-image] Jul 06 21:41:50.764 INFO O| Jul 06 21:41:50.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55912026-07-06T21:41:51.352Z[ recovery-image] Jul 06 21:41:50.764 INFO O| Jul 06 21:41:50.764 INFO STEP 83 (remove_files) COMPLETE
55922026-07-06T21:41:51.352Z[ recovery-image] Jul 06 21:41:50.764 INFO O| Jul 06 21:41:50.764 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-07-06T21:41:51.364Z[ recovery-image] Jul 06 21:41:50.776 INFO O| Jul 06 21:41:50.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55942026-07-06T21:41:51.364Z[ recovery-image] Jul 06 21:41:50.776 INFO O| Jul 06 21:41:50.776 INFO STEP 84 (remove_files) COMPLETE
55952026-07-06T21:41:51.369Z[ recovery-image] Jul 06 21:41:50.776 INFO O| Jul 06 21:41:50.776 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-07-06T21:41:51.374Z[ recovery-image] Jul 06 21:41:50.786 INFO O| Jul 06 21:41:50.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55972026-07-06T21:41:51.374Z[ recovery-image] Jul 06 21:41:50.786 INFO O| Jul 06 21:41:50.786 INFO STEP 85 (remove_files) COMPLETE
55982026-07-06T21:41:51.374Z[ recovery-image] Jul 06 21:41:50.786 INFO O| Jul 06 21:41:50.786 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-07-06T21:41:51.386Z[ recovery-image] Jul 06 21:41:50.796 INFO O| Jul 06 21:41:50.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56002026-07-06T21:41:51.386Z[ recovery-image] Jul 06 21:41:50.796 INFO O| Jul 06 21:41:50.796 INFO STEP 86 (remove_files) COMPLETE
56012026-07-06T21:41:51.386Z[ recovery-image] Jul 06 21:41:50.796 INFO O| Jul 06 21:41:50.796 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-07-06T21:41:51.395Z[ recovery-image] Jul 06 21:41:50.807 INFO O| Jul 06 21:41:50.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56032026-07-06T21:41:51.395Z[ recovery-image] Jul 06 21:41:50.807 INFO O| Jul 06 21:41:50.807 INFO STEP 87 (remove_files) COMPLETE
56042026-07-06T21:41:51.395Z[ recovery-image] Jul 06 21:41:50.807 INFO O| Jul 06 21:41:50.807 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-07-06T21:41:51.404Z[ recovery-image] Jul 06 21:41:50.815 INFO O| Jul 06 21:41:50.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56062026-07-06T21:41:51.404Z[ recovery-image] Jul 06 21:41:50.815 INFO O| Jul 06 21:41:50.815 INFO STEP 88 (remove_files) COMPLETE
56072026-07-06T21:41:51.404Z[ recovery-image] Jul 06 21:41:50.815 INFO O| Jul 06 21:41:50.815 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-07-06T21:41:51.414Z[ recovery-image] Jul 06 21:41:50.826 INFO O| Jul 06 21:41:50.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56092026-07-06T21:41:51.414Z[ recovery-image] Jul 06 21:41:50.827 INFO O| Jul 06 21:41:50.827 INFO STEP 89 (remove_files) COMPLETE
56102026-07-06T21:41:51.418Z[ recovery-image] Jul 06 21:41:50.827 INFO O| Jul 06 21:41:50.827 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-07-06T21:41:51.425Z[ recovery-image] Jul 06 21:41:50.837 INFO O| Jul 06 21:41:50.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56122026-07-06T21:41:51.425Z[ recovery-image] Jul 06 21:41:50.837 INFO O| Jul 06 21:41:50.837 INFO STEP 90 (remove_files) COMPLETE
56132026-07-06T21:41:51.425Z[ recovery-image] Jul 06 21:41:50.837 INFO O| Jul 06 21:41:50.837 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-07-06T21:41:51.434Z[ recovery-image] Jul 06 21:41:50.846 INFO O| Jul 06 21:41:50.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56152026-07-06T21:41:51.434Z[ recovery-image] Jul 06 21:41:50.846 INFO O| Jul 06 21:41:50.846 INFO STEP 91 (remove_files) COMPLETE
56162026-07-06T21:41:51.439Z[ recovery-image] Jul 06 21:41:50.846 INFO O| Jul 06 21:41:50.846 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-07-06T21:41:51.445Z[ recovery-image] Jul 06 21:41:50.857 INFO O| Jul 06 21:41:50.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56182026-07-06T21:41:51.445Z[ recovery-image] Jul 06 21:41:50.857 INFO O| Jul 06 21:41:50.857 INFO STEP 92 (remove_files) COMPLETE
56192026-07-06T21:41:51.445Z[ recovery-image] Jul 06 21:41:50.857 INFO O| Jul 06 21:41:50.857 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-07-06T21:41:51.456Z[ recovery-image] Jul 06 21:41:50.868 INFO O| Jul 06 21:41:50.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56212026-07-06T21:41:51.456Z[ recovery-image] Jul 06 21:41:50.869 INFO O| Jul 06 21:41:50.869 INFO STEP 93 (remove_files) COMPLETE
56222026-07-06T21:41:51.460Z[ recovery-image] Jul 06 21:41:50.869 INFO O| Jul 06 21:41:50.869 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-07-06T21:41:51.467Z[ recovery-image] Jul 06 21:41:50.879 INFO O| Jul 06 21:41:50.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56242026-07-06T21:41:51.467Z[ recovery-image] Jul 06 21:41:50.879 INFO O| Jul 06 21:41:50.879 INFO STEP 94 (remove_files) COMPLETE
56252026-07-06T21:41:51.467Z[ recovery-image] Jul 06 21:41:50.879 INFO O| Jul 06 21:41:50.879 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-07-06T21:41:51.477Z[ recovery-image] Jul 06 21:41:50.889 INFO O| Jul 06 21:41:50.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56272026-07-06T21:41:51.477Z[ recovery-image] Jul 06 21:41:50.890 INFO O| Jul 06 21:41:50.889 INFO STEP 95 (remove_files) COMPLETE
56282026-07-06T21:41:51.477Z[ recovery-image] Jul 06 21:41:50.890 INFO O| Jul 06 21:41:50.890 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-07-06T21:41:51.488Z[ recovery-image] Jul 06 21:41:50.900 INFO O| Jul 06 21:41:50.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56302026-07-06T21:41:51.488Z[ recovery-image] Jul 06 21:41:50.900 INFO O| Jul 06 21:41:50.900 INFO STEP 96 (remove_files) COMPLETE
56312026-07-06T21:41:51.492Z[ recovery-image] Jul 06 21:41:50.900 INFO O| Jul 06 21:41:50.900 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-07-06T21:41:51.499Z[ recovery-image] Jul 06 21:41:50.911 INFO O| Jul 06 21:41:50.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56332026-07-06T21:41:51.503Z[ recovery-image] Jul 06 21:41:50.911 INFO O| Jul 06 21:41:50.911 INFO STEP 97 (remove_files) COMPLETE
56342026-07-06T21:41:51.503Z[ recovery-image] Jul 06 21:41:50.911 INFO O| Jul 06 21:41:50.911 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-07-06T21:41:51.509Z[ recovery-image] Jul 06 21:41:50.921 INFO O| Jul 06 21:41:50.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56362026-07-06T21:41:51.509Z[ recovery-image] Jul 06 21:41:50.921 INFO O| Jul 06 21:41:50.921 INFO STEP 98 (remove_files) COMPLETE
56372026-07-06T21:41:51.512Z[ recovery-image] Jul 06 21:41:50.921 INFO O| Jul 06 21:41:50.921 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-07-06T21:41:51.519Z[ recovery-image] Jul 06 21:41:50.931 INFO O| Jul 06 21:41:50.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56392026-07-06T21:41:51.519Z[ recovery-image] Jul 06 21:41:50.931 INFO O| Jul 06 21:41:50.931 INFO STEP 99 (remove_files) COMPLETE
56402026-07-06T21:41:51.519Z[ recovery-image] Jul 06 21:41:50.931 INFO O| Jul 06 21:41:50.931 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-07-06T21:41:51.530Z[ recovery-image] Jul 06 21:41:50.943 INFO O| Jul 06 21:41:50.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56422026-07-06T21:41:51.534Z[ recovery-image] Jul 06 21:41:50.943 INFO O| Jul 06 21:41:50.943 INFO STEP 100 (remove_files) COMPLETE
56432026-07-06T21:41:51.534Z[ recovery-image] Jul 06 21:41:50.943 INFO O| Jul 06 21:41:50.943 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-07-06T21:41:51.543Z[ recovery-image] Jul 06 21:41:50.955 INFO O| Jul 06 21:41:50.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56452026-07-06T21:41:51.543Z[ recovery-image] Jul 06 21:41:50.955 INFO O| Jul 06 21:41:50.955 INFO STEP 101 (remove_files) COMPLETE
56462026-07-06T21:41:51.543Z[ recovery-image] Jul 06 21:41:50.955 INFO O| Jul 06 21:41:50.955 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-07-06T21:41:51.556Z[ recovery-image] Jul 06 21:41:50.967 INFO O| Jul 06 21:41:50.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56482026-07-06T21:41:51.561Z[ recovery-image] Jul 06 21:41:50.967 INFO O| Jul 06 21:41:50.967 INFO STEP 102 (remove_files) COMPLETE
56492026-07-06T21:41:51.561Z[ recovery-image] Jul 06 21:41:50.967 INFO O| Jul 06 21:41:50.967 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-07-06T21:41:51.567Z[ recovery-image] Jul 06 21:41:50.979 INFO O| Jul 06 21:41:50.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56512026-07-06T21:41:51.567Z[ recovery-image] Jul 06 21:41:50.979 INFO O| Jul 06 21:41:50.979 INFO STEP 103 (remove_files) COMPLETE
56522026-07-06T21:41:51.571Z[ recovery-image] Jul 06 21:41:50.979 INFO O| Jul 06 21:41:50.979 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-07-06T21:41:51.579Z[ recovery-image] Jul 06 21:41:50.991 INFO O| Jul 06 21:41:50.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56542026-07-06T21:41:51.579Z[ recovery-image] Jul 06 21:41:50.991 INFO O| Jul 06 21:41:50.991 INFO STEP 104 (remove_files) COMPLETE
56552026-07-06T21:41:51.583Z[ recovery-image] Jul 06 21:41:50.991 INFO O| Jul 06 21:41:50.991 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-07-06T21:41:51.589Z[ recovery-image] Jul 06 21:41:51.001 INFO O| Jul 06 21:41:51.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56572026-07-06T21:41:51.589Z[ recovery-image] Jul 06 21:41:51.001 INFO O| Jul 06 21:41:51.001 INFO STEP 105 (remove_files) COMPLETE
56582026-07-06T21:41:51.592Z[ recovery-image] Jul 06 21:41:51.001 INFO O| Jul 06 21:41:51.001 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-07-06T21:41:51.600Z[ recovery-image] Jul 06 21:41:51.012 INFO O| Jul 06 21:41:51.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56602026-07-06T21:41:51.600Z[ recovery-image] Jul 06 21:41:51.012 INFO O| Jul 06 21:41:51.012 INFO STEP 106 (remove_files) COMPLETE
56612026-07-06T21:41:51.605Z[ recovery-image] Jul 06 21:41:51.012 INFO O| Jul 06 21:41:51.012 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-07-06T21:41:51.612Z[ recovery-image] Jul 06 21:41:51.024 INFO O| Jul 06 21:41:51.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56632026-07-06T21:41:51.612Z[ recovery-image] Jul 06 21:41:51.024 INFO O| Jul 06 21:41:51.024 INFO STEP 107 (remove_files) COMPLETE
56642026-07-06T21:41:51.616Z[ recovery-image] Jul 06 21:41:51.024 INFO O| Jul 06 21:41:51.024 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-07-06T21:41:51.622Z[ recovery-image] Jul 06 21:41:51.033 INFO O| Jul 06 21:41:51.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56662026-07-06T21:41:51.622Z[ recovery-image] Jul 06 21:41:51.034 INFO O| Jul 06 21:41:51.034 INFO STEP 108 (remove_files) COMPLETE
56672026-07-06T21:41:51.625Z[ recovery-image] Jul 06 21:41:51.034 INFO O| Jul 06 21:41:51.034 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-07-06T21:41:51.630Z[ recovery-image] Jul 06 21:41:51.042 INFO O| Jul 06 21:41:51.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56692026-07-06T21:41:51.630Z[ recovery-image] Jul 06 21:41:51.042 INFO O| Jul 06 21:41:51.042 INFO STEP 109 (remove_files) COMPLETE
56702026-07-06T21:41:51.630Z[ recovery-image] Jul 06 21:41:51.042 INFO O| Jul 06 21:41:51.042 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-07-06T21:41:51.638Z[ recovery-image] Jul 06 21:41:51.050 INFO O| Jul 06 21:41:51.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56722026-07-06T21:41:51.638Z[ recovery-image] Jul 06 21:41:51.050 INFO O| Jul 06 21:41:51.050 INFO STEP 110 (remove_files) COMPLETE
56732026-07-06T21:41:51.638Z[ recovery-image] Jul 06 21:41:51.050 INFO O| Jul 06 21:41:51.050 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-07-06T21:41:51.645Z[ recovery-image] Jul 06 21:41:51.058 INFO O| Jul 06 21:41:51.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56752026-07-06T21:41:51.645Z[ recovery-image] Jul 06 21:41:51.058 INFO O| Jul 06 21:41:51.058 INFO STEP 111 (remove_files) COMPLETE
56762026-07-06T21:41:51.646Z[ recovery-image] Jul 06 21:41:51.058 INFO O| Jul 06 21:41:51.058 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-07-06T21:41:51.656Z[ recovery-image] Jul 06 21:41:51.068 INFO O| Jul 06 21:41:51.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56782026-07-06T21:41:51.656Z[ recovery-image] Jul 06 21:41:51.068 INFO O| Jul 06 21:41:51.068 INFO STEP 112 (remove_files) COMPLETE
56792026-07-06T21:41:51.656Z[ recovery-image] Jul 06 21:41:51.068 INFO O| Jul 06 21:41:51.068 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-07-06T21:41:51.667Z[ recovery-image] Jul 06 21:41:51.079 INFO O| Jul 06 21:41:51.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56812026-07-06T21:41:51.667Z[ recovery-image] Jul 06 21:41:51.079 INFO O| Jul 06 21:41:51.079 INFO STEP 113 (remove_files) COMPLETE
56822026-07-06T21:41:51.671Z[ recovery-image] Jul 06 21:41:51.079 INFO O| Jul 06 21:41:51.079 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-07-06T21:41:51.677Z[ recovery-image] Jul 06 21:41:51.089 INFO O| Jul 06 21:41:51.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56842026-07-06T21:41:51.677Z[ recovery-image] Jul 06 21:41:51.089 INFO O| Jul 06 21:41:51.089 INFO STEP 114 (remove_files) COMPLETE
56852026-07-06T21:41:51.677Z[ recovery-image] Jul 06 21:41:51.089 INFO O| Jul 06 21:41:51.089 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-07-06T21:41:51.685Z[ recovery-image] Jul 06 21:41:51.097 INFO O| Jul 06 21:41:51.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56872026-07-06T21:41:51.689Z[ recovery-image] Jul 06 21:41:51.098 INFO O| Jul 06 21:41:51.098 INFO STEP 115 (remove_files) COMPLETE
56882026-07-06T21:41:51.689Z[ recovery-image] Jul 06 21:41:51.098 INFO O| Jul 06 21:41:51.098 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-07-06T21:41:51.697Z[ recovery-image] Jul 06 21:41:51.109 INFO O| Jul 06 21:41:51.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56902026-07-06T21:41:51.701Z[ recovery-image] Jul 06 21:41:51.110 INFO O| Jul 06 21:41:51.110 INFO STEP 116 (remove_files) COMPLETE
56912026-07-06T21:41:51.701Z[ recovery-image] Jul 06 21:41:51.110 INFO O| Jul 06 21:41:51.110 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-07-06T21:41:51.709Z[ recovery-image] Jul 06 21:41:51.121 INFO O| Jul 06 21:41:51.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56932026-07-06T21:41:51.709Z[ recovery-image] Jul 06 21:41:51.121 INFO O| Jul 06 21:41:51.121 INFO STEP 117 (remove_files) COMPLETE
56942026-07-06T21:41:51.710Z[ recovery-image] Jul 06 21:41:51.121 INFO O| Jul 06 21:41:51.121 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-07-06T21:41:51.718Z[ recovery-image] Jul 06 21:41:51.130 INFO O| Jul 06 21:41:51.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56962026-07-06T21:41:51.718Z[ recovery-image] Jul 06 21:41:51.130 INFO O| Jul 06 21:41:51.130 INFO STEP 118 (remove_files) COMPLETE
56972026-07-06T21:41:51.722Z[ recovery-image] Jul 06 21:41:51.130 INFO O| Jul 06 21:41:51.130 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-07-06T21:41:51.726Z[ recovery-image] Jul 06 21:41:51.139 INFO O| Jul 06 21:41:51.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56992026-07-06T21:41:51.726Z[ recovery-image] Jul 06 21:41:51.139 INFO O| Jul 06 21:41:51.139 INFO STEP 119 (remove_files) COMPLETE
57002026-07-06T21:41:51.726Z[ recovery-image] Jul 06 21:41:51.139 INFO O| Jul 06 21:41:51.139 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-07-06T21:41:51.737Z[ recovery-image] Jul 06 21:41:51.149 INFO O| Jul 06 21:41:51.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57022026-07-06T21:41:51.737Z[ recovery-image] Jul 06 21:41:51.149 INFO O| Jul 06 21:41:51.149 INFO STEP 120 (remove_files) COMPLETE
57032026-07-06T21:41:51.741Z[ recovery-image] Jul 06 21:41:51.149 INFO O| Jul 06 21:41:51.149 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-07-06T21:41:51.747Z[ recovery-image] Jul 06 21:41:51.159 INFO O| Jul 06 21:41:51.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57052026-07-06T21:41:51.747Z[ recovery-image] Jul 06 21:41:51.159 INFO O| Jul 06 21:41:51.159 INFO STEP 121 (remove_files) COMPLETE
57062026-07-06T21:41:51.751Z[ recovery-image] Jul 06 21:41:51.159 INFO O| Jul 06 21:41:51.159 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-07-06T21:41:51.755Z[ recovery-image] Jul 06 21:41:51.168 INFO O| Jul 06 21:41:51.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57082026-07-06T21:41:51.756Z[ recovery-image] Jul 06 21:41:51.168 INFO O| Jul 06 21:41:51.168 INFO STEP 122 (remove_files) COMPLETE
57092026-07-06T21:41:51.760Z[ recovery-image] Jul 06 21:41:51.168 INFO O| Jul 06 21:41:51.168 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-07-06T21:41:51.764Z[ recovery-image] Jul 06 21:41:51.177 INFO O| Jul 06 21:41:51.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57112026-07-06T21:41:51.764Z[ recovery-image] Jul 06 21:41:51.177 INFO O| Jul 06 21:41:51.177 INFO STEP 123 (remove_files) COMPLETE
57122026-07-06T21:41:51.764Z[ recovery-image] Jul 06 21:41:51.177 INFO O| Jul 06 21:41:51.177 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-07-06T21:41:51.776Z[ recovery-image] Jul 06 21:41:51.188 INFO O| Jul 06 21:41:51.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57142026-07-06T21:41:51.776Z[ recovery-image] Jul 06 21:41:51.188 INFO O| Jul 06 21:41:51.188 INFO STEP 124 (remove_files) COMPLETE
57152026-07-06T21:41:51.776Z[ recovery-image] Jul 06 21:41:51.188 INFO O| Jul 06 21:41:51.188 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-07-06T21:41:51.786Z[ recovery-image] Jul 06 21:41:51.198 INFO O| Jul 06 21:41:51.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57172026-07-06T21:41:51.786Z[ recovery-image] Jul 06 21:41:51.199 INFO O| Jul 06 21:41:51.199 INFO STEP 125 (remove_files) COMPLETE
57182026-07-06T21:41:51.786Z[ recovery-image] Jul 06 21:41:51.199 INFO O| Jul 06 21:41:51.199 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-07-06T21:41:51.796Z[ recovery-image] Jul 06 21:41:51.209 INFO O| Jul 06 21:41:51.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57202026-07-06T21:41:51.797Z[ recovery-image] Jul 06 21:41:51.209 INFO O| Jul 06 21:41:51.209 INFO STEP 126 (remove_files) COMPLETE
57212026-07-06T21:41:51.801Z[ recovery-image] Jul 06 21:41:51.209 INFO O| Jul 06 21:41:51.209 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-07-06T21:41:51.806Z[ recovery-image] Jul 06 21:41:51.219 INFO O| Jul 06 21:41:51.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57232026-07-06T21:41:51.806Z[ recovery-image] Jul 06 21:41:51.219 INFO O| Jul 06 21:41:51.219 INFO STEP 127 (remove_files) COMPLETE
57242026-07-06T21:41:51.807Z[ recovery-image] Jul 06 21:41:51.219 INFO O| Jul 06 21:41:51.219 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-07-06T21:41:51.817Z[ recovery-image] Jul 06 21:41:51.229 INFO O| Jul 06 21:41:51.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57262026-07-06T21:41:51.820Z[ recovery-image] Jul 06 21:41:51.229 INFO O| Jul 06 21:41:51.229 INFO STEP 128 (remove_files) COMPLETE
57272026-07-06T21:41:51.821Z[ recovery-image] Jul 06 21:41:51.229 INFO O| Jul 06 21:41:51.229 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-07-06T21:41:51.826Z[ recovery-image] Jul 06 21:41:51.239 INFO O| Jul 06 21:41:51.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57292026-07-06T21:41:51.826Z[ recovery-image] Jul 06 21:41:51.239 INFO O| Jul 06 21:41:51.239 INFO STEP 129 (remove_files) COMPLETE
57302026-07-06T21:41:51.826Z[ recovery-image] Jul 06 21:41:51.239 INFO O| Jul 06 21:41:51.239 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-07-06T21:41:51.836Z[ recovery-image] Jul 06 21:41:51.248 INFO O| Jul 06 21:41:51.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57322026-07-06T21:41:51.836Z[ recovery-image] Jul 06 21:41:51.248 INFO O| Jul 06 21:41:51.248 INFO STEP 130 (remove_files) COMPLETE
57332026-07-06T21:41:51.836Z[ recovery-image] Jul 06 21:41:51.248 INFO O| Jul 06 21:41:51.248 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-07-06T21:41:51.846Z[ recovery-image] Jul 06 21:41:51.258 INFO O| Jul 06 21:41:51.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57352026-07-06T21:41:51.846Z[ recovery-image] Jul 06 21:41:51.259 INFO O| Jul 06 21:41:51.259 INFO STEP 131 (remove_files) COMPLETE
57362026-07-06T21:41:51.846Z[ recovery-image] Jul 06 21:41:51.259 INFO O| Jul 06 21:41:51.259 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-07-06T21:41:51.854Z[ recovery-image] Jul 06 21:41:51.267 INFO O| Jul 06 21:41:51.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57382026-07-06T21:41:51.855Z[ recovery-image] Jul 06 21:41:51.267 INFO O| Jul 06 21:41:51.267 INFO STEP 132 (remove_files) COMPLETE
57392026-07-06T21:41:51.855Z[ recovery-image] Jul 06 21:41:51.267 INFO O| Jul 06 21:41:51.267 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-07-06T21:41:51.865Z[ recovery-image] Jul 06 21:41:51.277 INFO O| Jul 06 21:41:51.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57412026-07-06T21:41:51.865Z[ recovery-image] Jul 06 21:41:51.277 INFO O| Jul 06 21:41:51.277 INFO STEP 133 (remove_files) COMPLETE
57422026-07-06T21:41:51.869Z[ recovery-image] Jul 06 21:41:51.277 INFO O| Jul 06 21:41:51.277 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-07-06T21:41:51.876Z[ recovery-image] Jul 06 21:41:51.287 INFO O| Jul 06 21:41:51.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57442026-07-06T21:41:51.876Z[ recovery-image] Jul 06 21:41:51.287 INFO O| Jul 06 21:41:51.287 INFO STEP 134 (remove_files) COMPLETE
57452026-07-06T21:41:51.876Z[ recovery-image] Jul 06 21:41:51.287 INFO O| Jul 06 21:41:51.287 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-07-06T21:41:51.884Z[ recovery-image] Jul 06 21:41:51.296 INFO O| Jul 06 21:41:51.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57472026-07-06T21:41:51.884Z[ recovery-image] Jul 06 21:41:51.296 INFO O| Jul 06 21:41:51.296 INFO STEP 135 (remove_files) COMPLETE
57482026-07-06T21:41:51.884Z[ recovery-image] Jul 06 21:41:51.296 INFO O| Jul 06 21:41:51.296 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-07-06T21:41:51.892Z[ recovery-image] Jul 06 21:41:51.304 INFO O| Jul 06 21:41:51.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57502026-07-06T21:41:51.892Z[ recovery-image] Jul 06 21:41:51.304 INFO O| Jul 06 21:41:51.304 INFO STEP 136 (remove_files) COMPLETE
57512026-07-06T21:41:51.892Z[ recovery-image] Jul 06 21:41:51.304 INFO O| Jul 06 21:41:51.304 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-07-06T21:41:51.899Z[ recovery-image] Jul 06 21:41:51.312 INFO O| Jul 06 21:41:51.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57532026-07-06T21:41:51.900Z[ recovery-image] Jul 06 21:41:51.312 INFO O| Jul 06 21:41:51.312 INFO STEP 137 (remove_files) COMPLETE
57542026-07-06T21:41:51.903Z[ recovery-image] Jul 06 21:41:51.312 INFO O| Jul 06 21:41:51.312 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-07-06T21:41:51.911Z[ recovery-image] Jul 06 21:41:51.323 INFO O| Jul 06 21:41:51.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57562026-07-06T21:41:51.911Z[ recovery-image] Jul 06 21:41:51.323 INFO O| Jul 06 21:41:51.323 INFO STEP 138 (remove_files) COMPLETE
57572026-07-06T21:41:51.911Z[ recovery-image] Jul 06 21:41:51.323 INFO O| Jul 06 21:41:51.323 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-07-06T21:41:51.921Z[ recovery-image] Jul 06 21:41:51.333 INFO O| Jul 06 21:41:51.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57592026-07-06T21:41:51.925Z[ recovery-image] Jul 06 21:41:51.333 INFO O| Jul 06 21:41:51.333 INFO STEP 139 (remove_files) COMPLETE
57602026-07-06T21:41:51.925Z[ recovery-image] Jul 06 21:41:51.334 INFO O| Jul 06 21:41:51.333 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-07-06T21:41:51.930Z[ recovery-image] Jul 06 21:41:51.342 INFO O| Jul 06 21:41:51.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57622026-07-06T21:41:51.933Z[ recovery-image] Jul 06 21:41:51.342 INFO O| Jul 06 21:41:51.342 INFO STEP 140 (remove_files) COMPLETE
57632026-07-06T21:41:51.933Z[ recovery-image] Jul 06 21:41:51.342 INFO O| Jul 06 21:41:51.342 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-07-06T21:41:51.938Z[ recovery-image] Jul 06 21:41:51.351 INFO O| Jul 06 21:41:51.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57652026-07-06T21:41:51.938Z[ recovery-image] Jul 06 21:41:51.351 INFO O| Jul 06 21:41:51.351 INFO STEP 141 (remove_files) COMPLETE
57662026-07-06T21:41:51.943Z[ recovery-image] Jul 06 21:41:51.351 INFO O| Jul 06 21:41:51.351 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-07-06T21:41:51.949Z[ recovery-image] Jul 06 21:41:51.361 INFO O| Jul 06 21:41:51.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57682026-07-06T21:41:51.952Z[ recovery-image] Jul 06 21:41:51.361 INFO O| Jul 06 21:41:51.361 INFO STEP 142 (remove_files) COMPLETE
57692026-07-06T21:41:51.952Z[ recovery-image] Jul 06 21:41:51.361 INFO O| Jul 06 21:41:51.361 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-07-06T21:41:51.957Z[ recovery-image] Jul 06 21:41:51.370 INFO O| Jul 06 21:41:51.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57712026-07-06T21:41:51.957Z[ recovery-image] Jul 06 21:41:51.370 INFO O| Jul 06 21:41:51.370 INFO STEP 143 (remove_files) COMPLETE
57722026-07-06T21:41:51.961Z[ recovery-image] Jul 06 21:41:51.370 INFO O| Jul 06 21:41:51.370 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-07-06T21:41:51.966Z[ recovery-image] Jul 06 21:41:51.379 INFO O| Jul 06 21:41:51.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57742026-07-06T21:41:51.967Z[ recovery-image] Jul 06 21:41:51.379 INFO O| Jul 06 21:41:51.379 INFO STEP 144 (remove_files) COMPLETE
57752026-07-06T21:41:51.967Z[ recovery-image] Jul 06 21:41:51.379 INFO O| Jul 06 21:41:51.379 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-07-06T21:41:51.975Z[ recovery-image] Jul 06 21:41:51.387 INFO O| Jul 06 21:41:51.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57772026-07-06T21:41:51.975Z[ recovery-image] Jul 06 21:41:51.387 INFO O| Jul 06 21:41:51.387 INFO STEP 145 (remove_files) COMPLETE
57782026-07-06T21:41:51.979Z[ recovery-image] Jul 06 21:41:51.387 INFO O| Jul 06 21:41:51.387 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-07-06T21:41:51.984Z[ recovery-image] Jul 06 21:41:51.396 INFO O| Jul 06 21:41:51.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57802026-07-06T21:41:51.984Z[ recovery-image] Jul 06 21:41:51.396 INFO O| Jul 06 21:41:51.396 INFO STEP 146 (remove_files) COMPLETE
57812026-07-06T21:41:51.988Z[ recovery-image] Jul 06 21:41:51.396 INFO O| Jul 06 21:41:51.396 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-07-06T21:41:51.996Z[ recovery-image] Jul 06 21:41:51.408 INFO O| Jul 06 21:41:51.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57832026-07-06T21:41:51.996Z[ recovery-image] Jul 06 21:41:51.408 INFO O| Jul 06 21:41:51.408 INFO STEP 147 (remove_files) COMPLETE
57842026-07-06T21:41:51.996Z[ recovery-image] Jul 06 21:41:51.408 INFO O| Jul 06 21:41:51.408 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-07-06T21:41:52.006Z[ recovery-image] Jul 06 21:41:51.418 INFO O| Jul 06 21:41:51.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57862026-07-06T21:41:52.006Z[ recovery-image] Jul 06 21:41:51.418 INFO O| Jul 06 21:41:51.418 INFO STEP 148 (remove_files) COMPLETE
57872026-07-06T21:41:52.010Z[ recovery-image] Jul 06 21:41:51.418 INFO O| Jul 06 21:41:51.418 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-07-06T21:41:52.017Z[ recovery-image] Jul 06 21:41:51.430 INFO O| Jul 06 21:41:51.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57892026-07-06T21:41:52.018Z[ recovery-image] Jul 06 21:41:51.430 INFO O| Jul 06 21:41:51.430 INFO STEP 149 (remove_files) COMPLETE
57902026-07-06T21:41:52.021Z[ recovery-image] Jul 06 21:41:51.430 INFO O| Jul 06 21:41:51.430 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-07-06T21:41:52.028Z[ recovery-image] Jul 06 21:41:51.440 INFO O| Jul 06 21:41:51.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57922026-07-06T21:41:52.028Z[ recovery-image] Jul 06 21:41:51.441 INFO O| Jul 06 21:41:51.441 INFO STEP 150 (remove_files) COMPLETE
57932026-07-06T21:41:52.032Z[ recovery-image] Jul 06 21:41:51.441 INFO O| Jul 06 21:41:51.441 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-07-06T21:41:52.038Z[ recovery-image] Jul 06 21:41:51.450 INFO O| Jul 06 21:41:51.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57952026-07-06T21:41:52.038Z[ recovery-image] Jul 06 21:41:51.451 INFO O| Jul 06 21:41:51.450 INFO STEP 151 (remove_files) COMPLETE
57962026-07-06T21:41:52.043Z[ recovery-image] Jul 06 21:41:51.451 INFO O| Jul 06 21:41:51.450 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-07-06T21:41:52.049Z[ recovery-image] Jul 06 21:41:51.461 INFO O| Jul 06 21:41:51.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57982026-07-06T21:41:52.049Z[ recovery-image] Jul 06 21:41:51.461 INFO O| Jul 06 21:41:51.461 INFO STEP 152 (remove_files) COMPLETE
57992026-07-06T21:41:52.049Z[ recovery-image] Jul 06 21:41:51.461 INFO O| Jul 06 21:41:51.461 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-07-06T21:41:52.058Z[ recovery-image] Jul 06 21:41:51.470 INFO O| Jul 06 21:41:51.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58012026-07-06T21:41:52.062Z[ recovery-image] Jul 06 21:41:51.470 INFO O| Jul 06 21:41:51.470 INFO STEP 153 (remove_files) COMPLETE
58022026-07-06T21:41:52.062Z[ recovery-image] Jul 06 21:41:51.470 INFO O| Jul 06 21:41:51.470 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-07-06T21:41:52.067Z[ recovery-image] Jul 06 21:41:51.480 INFO O| Jul 06 21:41:51.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58042026-07-06T21:41:52.071Z[ recovery-image] Jul 06 21:41:51.480 INFO O| Jul 06 21:41:51.480 INFO STEP 154 (remove_files) COMPLETE
58052026-07-06T21:41:52.071Z[ recovery-image] Jul 06 21:41:51.480 INFO O| Jul 06 21:41:51.480 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-07-06T21:41:52.078Z[ recovery-image] Jul 06 21:41:51.490 INFO O| Jul 06 21:41:51.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58072026-07-06T21:41:52.082Z[ recovery-image] Jul 06 21:41:51.491 INFO O| Jul 06 21:41:51.490 INFO STEP 155 (remove_files) COMPLETE
58082026-07-06T21:41:52.082Z[ recovery-image] Jul 06 21:41:51.491 INFO O| Jul 06 21:41:51.490 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-07-06T21:41:52.088Z[ recovery-image] Jul 06 21:41:51.500 INFO O| Jul 06 21:41:51.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58102026-07-06T21:41:52.088Z[ recovery-image] Jul 06 21:41:51.500 INFO O| Jul 06 21:41:51.500 INFO STEP 156 (remove_files) COMPLETE
58112026-07-06T21:41:52.093Z[ recovery-image] Jul 06 21:41:51.500 INFO O| Jul 06 21:41:51.500 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-07-06T21:41:52.097Z[ recovery-image] Jul 06 21:41:51.509 INFO O| Jul 06 21:41:51.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58132026-07-06T21:41:52.097Z[ recovery-image] Jul 06 21:41:51.509 INFO O| Jul 06 21:41:51.509 INFO STEP 157 (remove_files) COMPLETE
58142026-07-06T21:41:52.097Z[ recovery-image] Jul 06 21:41:51.509 INFO O| Jul 06 21:41:51.509 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-07-06T21:41:52.107Z[ recovery-image] Jul 06 21:41:51.520 INFO O| Jul 06 21:41:51.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58162026-07-06T21:41:52.112Z[ recovery-image] Jul 06 21:41:51.520 INFO O| Jul 06 21:41:51.520 INFO STEP 158 (remove_files) COMPLETE
58172026-07-06T21:41:52.112Z[ recovery-image] Jul 06 21:41:51.520 INFO O| Jul 06 21:41:51.520 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-07-06T21:41:52.117Z[ recovery-image] Jul 06 21:41:51.529 INFO O| Jul 06 21:41:51.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58192026-07-06T21:41:52.122Z[ recovery-image] Jul 06 21:41:51.529 INFO O| Jul 06 21:41:51.529 INFO STEP 159 (remove_files) COMPLETE
58202026-07-06T21:41:52.123Z[ recovery-image] Jul 06 21:41:51.529 INFO O| Jul 06 21:41:51.529 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-07-06T21:41:52.127Z[ recovery-image] Jul 06 21:41:51.540 INFO O| Jul 06 21:41:51.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58222026-07-06T21:41:52.128Z[ recovery-image] Jul 06 21:41:51.540 INFO O| Jul 06 21:41:51.540 INFO STEP 160 (remove_files) COMPLETE
58232026-07-06T21:41:52.131Z[ recovery-image] Jul 06 21:41:51.540 INFO O| Jul 06 21:41:51.540 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-07-06T21:41:52.154Z[ recovery-image] Jul 06 21:41:51.566 INFO O| Jul 06 21:41:51.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58252026-07-06T21:41:52.154Z[ recovery-image] Jul 06 21:41:51.566 INFO O| Jul 06 21:41:51.566 INFO STEP 161 (remove_files) COMPLETE
58262026-07-06T21:41:52.158Z[ recovery-image] Jul 06 21:41:51.566 INFO O| Jul 06 21:41:51.566 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-07-06T21:41:52.165Z[ recovery-image] Jul 06 21:41:51.577 INFO O| Jul 06 21:41:51.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58282026-07-06T21:41:52.165Z[ recovery-image] Jul 06 21:41:51.577 INFO O| Jul 06 21:41:51.577 INFO STEP 162 (remove_files) COMPLETE
58292026-07-06T21:41:52.169Z[ recovery-image] Jul 06 21:41:51.577 INFO O| Jul 06 21:41:51.577 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-07-06T21:41:52.175Z[ recovery-image] Jul 06 21:41:51.587 INFO O| Jul 06 21:41:51.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58312026-07-06T21:41:52.175Z[ recovery-image] Jul 06 21:41:51.587 INFO O| Jul 06 21:41:51.587 INFO STEP 163 (remove_files) COMPLETE
58322026-07-06T21:41:52.178Z[ recovery-image] Jul 06 21:41:51.587 INFO O| Jul 06 21:41:51.587 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-07-06T21:41:52.183Z[ recovery-image] Jul 06 21:41:51.595 INFO O| Jul 06 21:41:51.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58342026-07-06T21:41:52.183Z[ recovery-image] Jul 06 21:41:51.595 INFO O| Jul 06 21:41:51.595 INFO STEP 164 (remove_files) COMPLETE
58352026-07-06T21:41:52.187Z[ recovery-image] Jul 06 21:41:51.595 INFO O| Jul 06 21:41:51.595 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-07-06T21:41:52.190Z[ recovery-image] Jul 06 21:41:51.603 INFO O| Jul 06 21:41:51.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58372026-07-06T21:41:52.194Z[ recovery-image] Jul 06 21:41:51.604 INFO O| Jul 06 21:41:51.604 INFO STEP 165 (remove_files) COMPLETE
58382026-07-06T21:41:52.194Z[ recovery-image] Jul 06 21:41:51.604 INFO O| Jul 06 21:41:51.604 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-07-06T21:41:52.214Z[ recovery-image] Jul 06 21:41:51.612 INFO O| Jul 06 21:41:51.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58402026-07-06T21:41:52.214Z[ recovery-image] Jul 06 21:41:51.612 INFO O| Jul 06 21:41:51.612 INFO STEP 166 (remove_files) COMPLETE
58412026-07-06T21:41:52.214Z[ recovery-image] Jul 06 21:41:51.612 INFO O| Jul 06 21:41:51.612 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-07-06T21:41:52.215Z[ recovery-image] Jul 06 21:41:51.619 INFO O| Jul 06 21:41:51.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58432026-07-06T21:41:52.215Z[ recovery-image] Jul 06 21:41:51.619 INFO O| Jul 06 21:41:51.619 INFO STEP 167 (remove_files) COMPLETE
58442026-07-06T21:41:52.215Z[ recovery-image] Jul 06 21:41:51.619 INFO O| Jul 06 21:41:51.619 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-07-06T21:41:52.215Z[ recovery-image] Jul 06 21:41:51.626 INFO O| Jul 06 21:41:51.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58462026-07-06T21:41:52.215Z[ recovery-image] Jul 06 21:41:51.626 INFO O| Jul 06 21:41:51.626 INFO STEP 168 (remove_files) COMPLETE
58472026-07-06T21:41:52.215Z[ recovery-image] Jul 06 21:41:51.626 INFO O| Jul 06 21:41:51.626 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-07-06T21:41:52.220Z[ recovery-image] Jul 06 21:41:51.633 INFO O| Jul 06 21:41:51.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58492026-07-06T21:41:52.220Z[ recovery-image] Jul 06 21:41:51.633 INFO O| Jul 06 21:41:51.633 INFO STEP 169 (remove_files) COMPLETE
58502026-07-06T21:41:52.220Z[ recovery-image] Jul 06 21:41:51.633 INFO O| Jul 06 21:41:51.633 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-07-06T21:41:52.227Z[ recovery-image] Jul 06 21:41:51.640 INFO O| Jul 06 21:41:51.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58522026-07-06T21:41:52.227Z[ recovery-image] Jul 06 21:41:51.640 INFO O| Jul 06 21:41:51.640 INFO STEP 170 (remove_files) COMPLETE
58532026-07-06T21:41:52.231Z[ recovery-image] Jul 06 21:41:51.640 INFO O| Jul 06 21:41:51.640 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-07-06T21:41:52.235Z[ recovery-image] Jul 06 21:41:51.646 INFO O| Jul 06 21:41:51.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58552026-07-06T21:41:52.235Z[ recovery-image] Jul 06 21:41:51.646 INFO O| Jul 06 21:41:51.646 INFO STEP 171 (remove_files) COMPLETE
58562026-07-06T21:41:52.235Z[ recovery-image] Jul 06 21:41:51.647 INFO O| Jul 06 21:41:51.646 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-07-06T21:41:52.241Z[ recovery-image] Jul 06 21:41:51.654 INFO O| Jul 06 21:41:51.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58582026-07-06T21:41:52.241Z[ recovery-image] Jul 06 21:41:51.654 INFO O| Jul 06 21:41:51.654 INFO STEP 172 (remove_files) COMPLETE
58592026-07-06T21:41:52.242Z[ recovery-image] Jul 06 21:41:51.654 INFO O| Jul 06 21:41:51.654 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-07-06T21:41:52.248Z[ recovery-image] Jul 06 21:41:51.661 INFO O| Jul 06 21:41:51.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58612026-07-06T21:41:52.252Z[ recovery-image] Jul 06 21:41:51.661 INFO O| Jul 06 21:41:51.661 INFO STEP 173 (remove_files) COMPLETE
58622026-07-06T21:41:52.252Z[ recovery-image] Jul 06 21:41:51.661 INFO O| Jul 06 21:41:51.661 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-07-06T21:41:52.258Z[ recovery-image] Jul 06 21:41:51.669 INFO O| Jul 06 21:41:51.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58642026-07-06T21:41:52.258Z[ recovery-image] Jul 06 21:41:51.669 INFO O| Jul 06 21:41:51.669 INFO STEP 174 (remove_files) COMPLETE
58652026-07-06T21:41:52.262Z[ recovery-image] Jul 06 21:41:51.669 INFO O| Jul 06 21:41:51.669 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-07-06T21:41:52.266Z[ recovery-image] Jul 06 21:41:51.677 INFO O| Jul 06 21:41:51.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58672026-07-06T21:41:52.266Z[ recovery-image] Jul 06 21:41:51.677 INFO O| Jul 06 21:41:51.677 INFO STEP 175 (remove_files) COMPLETE
58682026-07-06T21:41:52.266Z[ recovery-image] Jul 06 21:41:51.677 INFO O| Jul 06 21:41:51.677 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-07-06T21:41:52.273Z[ recovery-image] Jul 06 21:41:51.686 INFO O| Jul 06 21:41:51.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58702026-07-06T21:41:52.273Z[ recovery-image] Jul 06 21:41:51.686 INFO O| Jul 06 21:41:51.686 INFO STEP 176 (remove_files) COMPLETE
58712026-07-06T21:41:52.277Z[ recovery-image] Jul 06 21:41:51.686 INFO O| Jul 06 21:41:51.686 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-07-06T21:41:52.282Z[ recovery-image] Jul 06 21:41:51.694 INFO O| Jul 06 21:41:51.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58732026-07-06T21:41:52.286Z[ recovery-image] Jul 06 21:41:51.695 INFO O| Jul 06 21:41:51.695 INFO STEP 177 (remove_files) COMPLETE
58742026-07-06T21:41:52.286Z[ recovery-image] Jul 06 21:41:51.695 INFO O| Jul 06 21:41:51.695 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-07-06T21:41:52.291Z[ recovery-image] Jul 06 21:41:51.702 INFO O| Jul 06 21:41:51.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58762026-07-06T21:41:52.291Z[ recovery-image] Jul 06 21:41:51.702 INFO O| Jul 06 21:41:51.702 INFO STEP 178 (remove_files) COMPLETE
58772026-07-06T21:41:52.291Z[ recovery-image] Jul 06 21:41:51.702 INFO O| Jul 06 21:41:51.702 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-07-06T21:41:52.297Z[ recovery-image] Jul 06 21:41:51.709 INFO O| Jul 06 21:41:51.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58792026-07-06T21:41:52.297Z[ recovery-image] Jul 06 21:41:51.709 INFO O| Jul 06 21:41:51.709 INFO STEP 179 (remove_files) COMPLETE
58802026-07-06T21:41:52.297Z[ recovery-image] Jul 06 21:41:51.709 INFO O| Jul 06 21:41:51.709 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-07-06T21:41:52.305Z[ recovery-image] Jul 06 21:41:51.716 INFO O| Jul 06 21:41:51.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58822026-07-06T21:41:52.305Z[ recovery-image] Jul 06 21:41:51.716 INFO O| Jul 06 21:41:51.716 INFO STEP 180 (remove_files) COMPLETE
58832026-07-06T21:41:52.309Z[ recovery-image] Jul 06 21:41:51.716 INFO O| Jul 06 21:41:51.716 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-07-06T21:41:52.312Z[ recovery-image] Jul 06 21:41:51.723 INFO O| Jul 06 21:41:51.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58852026-07-06T21:41:52.312Z[ recovery-image] Jul 06 21:41:51.723 INFO O| Jul 06 21:41:51.723 INFO STEP 181 (remove_files) COMPLETE
58862026-07-06T21:41:52.312Z[ recovery-image] Jul 06 21:41:51.723 INFO O| Jul 06 21:41:51.723 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-07-06T21:41:52.319Z[ recovery-image] Jul 06 21:41:51.729 INFO O| Jul 06 21:41:51.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58882026-07-06T21:41:52.319Z[ recovery-image] Jul 06 21:41:51.729 INFO O| Jul 06 21:41:51.729 INFO STEP 182 (remove_files) COMPLETE
58892026-07-06T21:41:52.323Z[ recovery-image] Jul 06 21:41:51.729 INFO O| Jul 06 21:41:51.729 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-07-06T21:41:52.326Z[ recovery-image] Jul 06 21:41:51.736 INFO O| Jul 06 21:41:51.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58912026-07-06T21:41:52.326Z[ recovery-image] Jul 06 21:41:51.736 INFO O| Jul 06 21:41:51.736 INFO STEP 183 (remove_files) COMPLETE
58922026-07-06T21:41:52.327Z[ recovery-image] Jul 06 21:41:51.736 INFO O| Jul 06 21:41:51.736 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-07-06T21:41:52.332Z[ recovery-image] Jul 06 21:41:51.744 INFO O| Jul 06 21:41:51.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58942026-07-06T21:41:52.336Z[ recovery-image] Jul 06 21:41:51.744 INFO O| Jul 06 21:41:51.744 INFO STEP 184 (remove_files) COMPLETE
58952026-07-06T21:41:52.336Z[ recovery-image] Jul 06 21:41:51.744 INFO O| Jul 06 21:41:51.744 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-07-06T21:41:52.341Z[ recovery-image] Jul 06 21:41:51.753 INFO O| Jul 06 21:41:51.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58972026-07-06T21:41:52.341Z[ recovery-image] Jul 06 21:41:51.753 INFO O| Jul 06 21:41:51.753 INFO STEP 185 (remove_files) COMPLETE
58982026-07-06T21:41:52.341Z[ recovery-image] Jul 06 21:41:51.753 INFO O| Jul 06 21:41:51.753 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-07-06T21:41:52.350Z[ recovery-image] Jul 06 21:41:51.762 INFO O| Jul 06 21:41:51.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59002026-07-06T21:41:52.350Z[ recovery-image] Jul 06 21:41:51.762 INFO O| Jul 06 21:41:51.762 INFO STEP 186 (remove_files) COMPLETE
59012026-07-06T21:41:52.354Z[ recovery-image] Jul 06 21:41:51.762 INFO O| Jul 06 21:41:51.762 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-07-06T21:41:52.359Z[ recovery-image] Jul 06 21:41:51.771 INFO O| Jul 06 21:41:51.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59032026-07-06T21:41:52.363Z[ recovery-image] Jul 06 21:41:51.771 INFO O| Jul 06 21:41:51.771 INFO STEP 187 (remove_files) COMPLETE
59042026-07-06T21:41:52.363Z[ recovery-image] Jul 06 21:41:51.771 INFO O| Jul 06 21:41:51.771 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-07-06T21:41:52.371Z[ recovery-image] Jul 06 21:41:51.781 INFO O| Jul 06 21:41:51.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59062026-07-06T21:41:52.376Z[ recovery-image] Jul 06 21:41:51.781 INFO O| Jul 06 21:41:51.781 INFO STEP 188 (remove_files) COMPLETE
59072026-07-06T21:41:52.376Z[ recovery-image] Jul 06 21:41:51.781 INFO O| Jul 06 21:41:51.781 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-07-06T21:41:52.381Z[ recovery-image] Jul 06 21:41:51.792 INFO O| Jul 06 21:41:51.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59092026-07-06T21:41:52.381Z[ recovery-image] Jul 06 21:41:51.792 INFO O| Jul 06 21:41:51.792 INFO STEP 189 (remove_files) COMPLETE
59102026-07-06T21:41:52.381Z[ recovery-image] Jul 06 21:41:51.792 INFO O| Jul 06 21:41:51.792 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-07-06T21:41:52.388Z[ recovery-image] Jul 06 21:41:51.800 INFO O| Jul 06 21:41:51.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59122026-07-06T21:41:52.388Z[ recovery-image] Jul 06 21:41:51.800 INFO O| Jul 06 21:41:51.800 INFO STEP 190 (remove_files) COMPLETE
59132026-07-06T21:41:52.388Z[ recovery-image] Jul 06 21:41:51.800 INFO O| Jul 06 21:41:51.800 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-07-06T21:41:52.396Z[ recovery-image] Jul 06 21:41:51.808 INFO O| Jul 06 21:41:51.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59152026-07-06T21:41:52.396Z[ recovery-image] Jul 06 21:41:51.809 INFO O| Jul 06 21:41:51.808 INFO STEP 191 (remove_files) COMPLETE
59162026-07-06T21:41:52.400Z[ recovery-image] Jul 06 21:41:51.809 INFO O| Jul 06 21:41:51.808 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-07-06T21:41:52.405Z[ recovery-image] Jul 06 21:41:51.817 INFO O| Jul 06 21:41:51.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59182026-07-06T21:41:52.405Z[ recovery-image] Jul 06 21:41:51.817 INFO O| Jul 06 21:41:51.817 INFO STEP 192 (remove_files) COMPLETE
59192026-07-06T21:41:52.408Z[ recovery-image] Jul 06 21:41:51.817 INFO O| Jul 06 21:41:51.817 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-07-06T21:41:52.413Z[ recovery-image] Jul 06 21:41:51.825 INFO O| Jul 06 21:41:51.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59212026-07-06T21:41:52.413Z[ recovery-image] Jul 06 21:41:51.825 INFO O| Jul 06 21:41:51.825 INFO STEP 193 (remove_files) COMPLETE
59222026-07-06T21:41:52.416Z[ recovery-image] Jul 06 21:41:51.825 INFO O| Jul 06 21:41:51.825 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-07-06T21:41:52.420Z[ recovery-image] Jul 06 21:41:51.833 INFO O| Jul 06 21:41:51.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59242026-07-06T21:41:52.421Z[ recovery-image] Jul 06 21:41:51.833 INFO O| Jul 06 21:41:51.833 INFO STEP 194 (remove_files) COMPLETE
59252026-07-06T21:41:52.424Z[ recovery-image] Jul 06 21:41:51.833 INFO O| Jul 06 21:41:51.833 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-07-06T21:41:52.430Z[ recovery-image] Jul 06 21:41:51.842 INFO O| Jul 06 21:41:51.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59272026-07-06T21:41:52.430Z[ recovery-image] Jul 06 21:41:51.842 INFO O| Jul 06 21:41:51.842 INFO STEP 195 (remove_files) COMPLETE
59282026-07-06T21:41:52.430Z[ recovery-image] Jul 06 21:41:51.842 INFO O| Jul 06 21:41:51.842 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-07-06T21:41:52.438Z[ recovery-image] Jul 06 21:41:51.850 INFO O| Jul 06 21:41:51.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59302026-07-06T21:41:52.438Z[ recovery-image] Jul 06 21:41:51.850 INFO O| Jul 06 21:41:51.850 INFO STEP 196 (remove_files) COMPLETE
59312026-07-06T21:41:52.442Z[ recovery-image] Jul 06 21:41:51.850 INFO O| Jul 06 21:41:51.850 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-07-06T21:41:52.449Z[ recovery-image] Jul 06 21:41:51.861 INFO O| Jul 06 21:41:51.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59332026-07-06T21:41:52.449Z[ recovery-image] Jul 06 21:41:51.861 INFO O| Jul 06 21:41:51.861 INFO STEP 197 (remove_files) COMPLETE
59342026-07-06T21:41:52.452Z[ recovery-image] Jul 06 21:41:51.861 INFO O| Jul 06 21:41:51.861 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-07-06T21:41:52.459Z[ recovery-image] Jul 06 21:41:51.871 INFO O| Jul 06 21:41:51.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59362026-07-06T21:41:52.459Z[ recovery-image] Jul 06 21:41:51.871 INFO O| Jul 06 21:41:51.871 INFO STEP 198 (remove_files) COMPLETE
59372026-07-06T21:41:52.463Z[ recovery-image] Jul 06 21:41:51.871 INFO O| Jul 06 21:41:51.871 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-07-06T21:41:52.470Z[ recovery-image] Jul 06 21:41:51.882 INFO O| Jul 06 21:41:51.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59392026-07-06T21:41:52.470Z[ recovery-image] Jul 06 21:41:51.882 INFO O| Jul 06 21:41:51.882 INFO STEP 199 (remove_files) COMPLETE
59402026-07-06T21:41:52.470Z[ recovery-image] Jul 06 21:41:51.882 INFO O| Jul 06 21:41:51.882 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-07-06T21:41:52.479Z[ recovery-image] Jul 06 21:41:51.891 INFO O| Jul 06 21:41:51.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59422026-07-06T21:41:52.479Z[ recovery-image] Jul 06 21:41:51.891 INFO O| Jul 06 21:41:51.891 INFO STEP 200 (remove_files) COMPLETE
59432026-07-06T21:41:52.483Z[ recovery-image] Jul 06 21:41:51.891 INFO O| Jul 06 21:41:51.891 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-07-06T21:41:52.490Z[ recovery-image] Jul 06 21:41:51.902 INFO O| Jul 06 21:41:51.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59452026-07-06T21:41:52.493Z[ recovery-image] Jul 06 21:41:51.902 INFO O| Jul 06 21:41:51.902 INFO STEP 201 (remove_files) COMPLETE
59462026-07-06T21:41:52.493Z[ recovery-image] Jul 06 21:41:51.902 INFO O| Jul 06 21:41:51.902 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-07-06T21:41:52.500Z[ recovery-image] Jul 06 21:41:51.912 INFO O| Jul 06 21:41:51.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59482026-07-06T21:41:52.504Z[ recovery-image] Jul 06 21:41:51.912 INFO O| Jul 06 21:41:51.912 INFO STEP 202 (remove_files) COMPLETE
59492026-07-06T21:41:52.504Z[ recovery-image] Jul 06 21:41:51.912 INFO O| Jul 06 21:41:51.912 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-07-06T21:41:52.508Z[ recovery-image] Jul 06 21:41:51.921 INFO O| Jul 06 21:41:51.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59512026-07-06T21:41:52.509Z[ recovery-image] Jul 06 21:41:51.921 INFO O| Jul 06 21:41:51.921 INFO STEP 203 (remove_files) COMPLETE
59522026-07-06T21:41:52.509Z[ recovery-image] Jul 06 21:41:51.921 INFO O| Jul 06 21:41:51.921 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-07-06T21:41:52.519Z[ recovery-image] Jul 06 21:41:51.931 INFO O| Jul 06 21:41:51.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59542026-07-06T21:41:52.522Z[ recovery-image] Jul 06 21:41:51.931 INFO O| Jul 06 21:41:51.931 INFO STEP 204 (remove_files) COMPLETE
59552026-07-06T21:41:52.523Z[ recovery-image] Jul 06 21:41:51.931 INFO O| Jul 06 21:41:51.931 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-07-06T21:41:52.537Z[ recovery-image] Jul 06 21:41:51.948 INFO O| Jul 06 21:41:51.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59572026-07-06T21:41:52.568Z[ recovery-image] Jul 06 21:41:51.978 INFO O| Jul 06 21:41:51.978 INFO STEP 205 (remove_files) COMPLETE
59582026-07-06T21:41:52.568Z[ recovery-image] Jul 06 21:41:51.978 INFO O| Jul 06 21:41:51.978 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-07-06T21:41:52.575Z[ recovery-image] Jul 06 21:41:51.987 INFO O| Jul 06 21:41:51.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59602026-07-06T21:41:52.579Z[ recovery-image] Jul 06 21:41:51.988 INFO O| Jul 06 21:41:51.987 INFO STEP 206 (remove_files) COMPLETE
59612026-07-06T21:41:52.580Z[ recovery-image] Jul 06 21:41:51.988 INFO O| Jul 06 21:41:51.988 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-07-06T21:41:52.583Z[ recovery-image] Jul 06 21:41:51.995 INFO O| Jul 06 21:41:51.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59632026-07-06T21:41:52.599Z[ recovery-image] Jul 06 21:41:51.995 INFO O| Jul 06 21:41:51.995 INFO STEP 207 (remove_files) COMPLETE
59642026-07-06T21:41:52.599Z[ recovery-image] Jul 06 21:41:51.995 INFO O| Jul 06 21:41:51.995 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-07-06T21:41:52.605Z[ recovery-image] Jul 06 21:41:52.018 INFO O| Jul 06 21:41:52.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59662026-07-06T21:41:52.611Z[ recovery-image] Jul 06 21:41:52.018 INFO O| Jul 06 21:41:52.017 INFO STEP 208 (remove_files) COMPLETE
59672026-07-06T21:41:52.611Z[ recovery-image] Jul 06 21:41:52.018 INFO O| Jul 06 21:41:52.017 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-07-06T21:41:52.616Z[ recovery-image] Jul 06 21:41:52.028 INFO O| Jul 06 21:41:52.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59692026-07-06T21:41:52.616Z[ recovery-image] Jul 06 21:41:52.028 INFO O| Jul 06 21:41:52.028 INFO STEP 209 (remove_files) COMPLETE
59702026-07-06T21:41:52.616Z[ recovery-image] Jul 06 21:41:52.028 INFO O| Jul 06 21:41:52.028 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-07-06T21:41:52.629Z[ recovery-image] Jul 06 21:41:52.037 INFO O| Jul 06 21:41:52.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59722026-07-06T21:41:52.633Z[ recovery-image] Jul 06 21:41:52.037 INFO O| Jul 06 21:41:52.037 INFO STEP 210 (remove_files) COMPLETE
59732026-07-06T21:41:52.633Z[ recovery-image] Jul 06 21:41:52.037 INFO O| Jul 06 21:41:52.037 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-07-06T21:41:52.637Z[ recovery-image] Jul 06 21:41:52.045 INFO O| Jul 06 21:41:52.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59752026-07-06T21:41:52.637Z[ recovery-image] Jul 06 21:41:52.045 INFO O| Jul 06 21:41:52.045 INFO STEP 211 (remove_files) COMPLETE
59762026-07-06T21:41:52.637Z[ recovery-image] Jul 06 21:41:52.045 INFO O| Jul 06 21:41:52.045 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-07-06T21:41:52.642Z[ recovery-image] Jul 06 21:41:52.054 INFO O| Jul 06 21:41:52.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59782026-07-06T21:41:52.642Z[ recovery-image] Jul 06 21:41:52.055 INFO O| Jul 06 21:41:52.054 INFO STEP 212 (remove_files) COMPLETE
59792026-07-06T21:41:52.642Z[ recovery-image] Jul 06 21:41:52.055 INFO O| Jul 06 21:41:52.054 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-07-06T21:41:52.653Z[ recovery-image] Jul 06 21:41:52.065 INFO O| Jul 06 21:41:52.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59812026-07-06T21:41:52.653Z[ recovery-image] Jul 06 21:41:52.065 INFO O| Jul 06 21:41:52.065 INFO STEP 213 (remove_files) COMPLETE
59822026-07-06T21:41:52.656Z[ recovery-image] Jul 06 21:41:52.065 INFO O| Jul 06 21:41:52.065 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-07-06T21:41:52.664Z[ recovery-image] Jul 06 21:41:52.076 INFO O| Jul 06 21:41:52.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59842026-07-06T21:41:52.664Z[ recovery-image] Jul 06 21:41:52.076 INFO O| Jul 06 21:41:52.076 INFO STEP 214 (remove_files) COMPLETE
59852026-07-06T21:41:52.668Z[ recovery-image] Jul 06 21:41:52.076 INFO O| Jul 06 21:41:52.076 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-07-06T21:41:52.675Z[ recovery-image] Jul 06 21:41:52.087 INFO O| Jul 06 21:41:52.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59872026-07-06T21:41:52.675Z[ recovery-image] Jul 06 21:41:52.087 INFO O| Jul 06 21:41:52.087 INFO STEP 215 (remove_files) COMPLETE
59882026-07-06T21:41:52.678Z[ recovery-image] Jul 06 21:41:52.087 INFO O| Jul 06 21:41:52.087 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-07-06T21:41:52.686Z[ recovery-image] Jul 06 21:41:52.097 INFO O| Jul 06 21:41:52.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59902026-07-06T21:41:52.686Z[ recovery-image] Jul 06 21:41:52.097 INFO O| Jul 06 21:41:52.097 INFO STEP 216 (remove_files) COMPLETE
59912026-07-06T21:41:52.689Z[ recovery-image] Jul 06 21:41:52.097 INFO O| Jul 06 21:41:52.097 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-07-06T21:41:52.699Z[ recovery-image] Jul 06 21:41:52.109 INFO O| Jul 06 21:41:52.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59932026-07-06T21:41:52.699Z[ recovery-image] Jul 06 21:41:52.109 INFO O| Jul 06 21:41:52.109 INFO STEP 217 (remove_files) COMPLETE
59942026-07-06T21:41:52.704Z[ recovery-image] Jul 06 21:41:52.109 INFO O| Jul 06 21:41:52.109 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-07-06T21:41:52.708Z[ recovery-image] Jul 06 21:41:52.119 INFO O| Jul 06 21:41:52.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59962026-07-06T21:41:52.708Z[ recovery-image] Jul 06 21:41:52.119 INFO O| Jul 06 21:41:52.119 INFO STEP 218 (remove_files) COMPLETE
59972026-07-06T21:41:52.708Z[ recovery-image] Jul 06 21:41:52.119 INFO O| Jul 06 21:41:52.119 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-07-06T21:41:52.717Z[ recovery-image] Jul 06 21:41:52.129 INFO O| Jul 06 21:41:52.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59992026-07-06T21:41:52.717Z[ recovery-image] Jul 06 21:41:52.129 INFO O| Jul 06 21:41:52.129 INFO STEP 219 (remove_files) COMPLETE
60002026-07-06T21:41:52.721Z[ recovery-image] Jul 06 21:41:52.129 INFO O| Jul 06 21:41:52.129 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-07-06T21:41:52.727Z[ recovery-image] Jul 06 21:41:52.139 INFO O| Jul 06 21:41:52.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60022026-07-06T21:41:52.727Z[ recovery-image] Jul 06 21:41:52.139 INFO O| Jul 06 21:41:52.139 INFO STEP 220 (remove_files) COMPLETE
60032026-07-06T21:41:52.727Z[ recovery-image] Jul 06 21:41:52.139 INFO O| Jul 06 21:41:52.139 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-07-06T21:41:52.738Z[ recovery-image] Jul 06 21:41:52.150 INFO O| Jul 06 21:41:52.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60052026-07-06T21:41:52.738Z[ recovery-image] Jul 06 21:41:52.150 INFO O| Jul 06 21:41:52.150 INFO STEP 221 (remove_files) COMPLETE
60062026-07-06T21:41:52.742Z[ recovery-image] Jul 06 21:41:52.150 INFO O| Jul 06 21:41:52.150 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-07-06T21:41:52.749Z[ recovery-image] Jul 06 21:41:52.162 INFO O| Jul 06 21:41:52.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60082026-07-06T21:41:52.750Z[ recovery-image] Jul 06 21:41:52.162 INFO O| Jul 06 21:41:52.162 INFO STEP 222 (remove_files) COMPLETE
60092026-07-06T21:41:52.750Z[ recovery-image] Jul 06 21:41:52.162 INFO O| Jul 06 21:41:52.162 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-07-06T21:41:52.759Z[ recovery-image] Jul 06 21:41:52.172 INFO O| Jul 06 21:41:52.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60112026-07-06T21:41:52.760Z[ recovery-image] Jul 06 21:41:52.172 INFO O| Jul 06 21:41:52.172 INFO STEP 223 (remove_files) COMPLETE
60122026-07-06T21:41:52.763Z[ recovery-image] Jul 06 21:41:52.172 INFO O| Jul 06 21:41:52.172 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-07-06T21:41:52.770Z[ recovery-image] Jul 06 21:41:52.182 INFO O| Jul 06 21:41:52.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60142026-07-06T21:41:52.771Z[ recovery-image] Jul 06 21:41:52.182 INFO O| Jul 06 21:41:52.182 INFO STEP 224 (remove_files) COMPLETE
60152026-07-06T21:41:52.775Z[ recovery-image] Jul 06 21:41:52.182 INFO O| Jul 06 21:41:52.182 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-07-06T21:41:52.779Z[ recovery-image] Jul 06 21:41:52.191 INFO O| Jul 06 21:41:52.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60172026-07-06T21:41:52.779Z[ recovery-image] Jul 06 21:41:52.191 INFO O| Jul 06 21:41:52.191 INFO STEP 225 (remove_files) COMPLETE
60182026-07-06T21:41:52.784Z[ recovery-image] Jul 06 21:41:52.191 INFO O| Jul 06 21:41:52.191 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-07-06T21:41:52.790Z[ recovery-image] Jul 06 21:41:52.202 INFO O| Jul 06 21:41:52.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60202026-07-06T21:41:52.794Z[ recovery-image] Jul 06 21:41:52.202 INFO O| Jul 06 21:41:52.202 INFO STEP 226 (remove_files) COMPLETE
60212026-07-06T21:41:52.794Z[ recovery-image] Jul 06 21:41:52.202 INFO O| Jul 06 21:41:52.202 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-07-06T21:41:52.800Z[ recovery-image] Jul 06 21:41:52.212 INFO O| Jul 06 21:41:52.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60232026-07-06T21:41:52.800Z[ recovery-image] Jul 06 21:41:52.212 INFO O| Jul 06 21:41:52.212 INFO STEP 227 (remove_files) COMPLETE
60242026-07-06T21:41:52.800Z[ recovery-image] Jul 06 21:41:52.212 INFO O| Jul 06 21:41:52.212 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-07-06T21:41:52.811Z[ recovery-image] Jul 06 21:41:52.224 INFO O| Jul 06 21:41:52.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60262026-07-06T21:41:52.815Z[ recovery-image] Jul 06 21:41:52.224 INFO O| Jul 06 21:41:52.224 INFO STEP 228 (remove_files) COMPLETE
60272026-07-06T21:41:52.815Z[ recovery-image] Jul 06 21:41:52.224 INFO O| Jul 06 21:41:52.224 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-07-06T21:41:52.822Z[ recovery-image] Jul 06 21:41:52.235 INFO O| Jul 06 21:41:52.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60292026-07-06T21:41:52.822Z[ recovery-image] Jul 06 21:41:52.235 INFO O| Jul 06 21:41:52.235 INFO STEP 229 (remove_files) COMPLETE
60302026-07-06T21:41:52.827Z[ recovery-image] Jul 06 21:41:52.235 INFO O| Jul 06 21:41:52.235 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-07-06T21:41:52.832Z[ recovery-image] Jul 06 21:41:52.244 INFO O| Jul 06 21:41:52.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60322026-07-06T21:41:52.832Z[ recovery-image] Jul 06 21:41:52.244 INFO O| Jul 06 21:41:52.244 INFO STEP 230 (remove_files) COMPLETE
60332026-07-06T21:41:52.836Z[ recovery-image] Jul 06 21:41:52.244 INFO O| Jul 06 21:41:52.244 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-07-06T21:41:52.839Z[ recovery-image] Jul 06 21:41:52.251 INFO O| Jul 06 21:41:52.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60352026-07-06T21:41:52.839Z[ recovery-image] Jul 06 21:41:52.252 INFO O| Jul 06 21:41:52.252 INFO STEP 231 (remove_files) COMPLETE
60362026-07-06T21:41:52.839Z[ recovery-image] Jul 06 21:41:52.252 INFO O| Jul 06 21:41:52.252 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-07-06T21:41:52.850Z[ recovery-image] Jul 06 21:41:52.263 INFO O| Jul 06 21:41:52.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60382026-07-06T21:41:52.850Z[ recovery-image] Jul 06 21:41:52.263 INFO O| Jul 06 21:41:52.263 INFO STEP 232 (remove_files) COMPLETE
60392026-07-06T21:41:52.854Z[ recovery-image] Jul 06 21:41:52.263 INFO O| Jul 06 21:41:52.263 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-07-06T21:41:52.859Z[ recovery-image] Jul 06 21:41:52.271 INFO O| Jul 06 21:41:52.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60412026-07-06T21:41:52.862Z[ recovery-image] Jul 06 21:41:52.271 INFO O| Jul 06 21:41:52.271 INFO STEP 233 (remove_files) COMPLETE
60422026-07-06T21:41:52.862Z[ recovery-image] Jul 06 21:41:52.271 INFO O| Jul 06 21:41:52.271 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-07-06T21:41:52.867Z[ recovery-image] Jul 06 21:41:52.279 INFO O| Jul 06 21:41:52.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60442026-07-06T21:41:52.867Z[ recovery-image] Jul 06 21:41:52.279 INFO O| Jul 06 21:41:52.279 INFO STEP 234 (remove_files) COMPLETE
60452026-07-06T21:41:52.867Z[ recovery-image] Jul 06 21:41:52.279 INFO O| Jul 06 21:41:52.279 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-07-06T21:41:52.874Z[ recovery-image] Jul 06 21:41:52.287 INFO O| Jul 06 21:41:52.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60472026-07-06T21:41:52.875Z[ recovery-image] Jul 06 21:41:52.287 INFO O| Jul 06 21:41:52.287 INFO STEP 235 (remove_files) COMPLETE
60482026-07-06T21:41:52.878Z[ recovery-image] Jul 06 21:41:52.287 INFO O| Jul 06 21:41:52.287 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-07-06T21:41:52.886Z[ recovery-image] Jul 06 21:41:52.297 INFO O| Jul 06 21:41:52.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60502026-07-06T21:41:52.886Z[ recovery-image] Jul 06 21:41:52.297 INFO O| Jul 06 21:41:52.297 INFO STEP 236 (remove_files) COMPLETE
60512026-07-06T21:41:52.890Z[ recovery-image] Jul 06 21:41:52.297 INFO O| Jul 06 21:41:52.297 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-07-06T21:41:52.895Z[ recovery-image] Jul 06 21:41:52.308 INFO O| Jul 06 21:41:52.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60532026-07-06T21:41:52.899Z[ recovery-image] Jul 06 21:41:52.308 INFO O| Jul 06 21:41:52.308 INFO STEP 237 (remove_files) COMPLETE
60542026-07-06T21:41:52.899Z[ recovery-image] Jul 06 21:41:52.308 INFO O| Jul 06 21:41:52.308 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-07-06T21:41:52.906Z[ recovery-image] Jul 06 21:41:52.318 INFO O| Jul 06 21:41:52.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60562026-07-06T21:41:52.906Z[ recovery-image] Jul 06 21:41:52.318 INFO O| Jul 06 21:41:52.318 INFO STEP 238 (remove_files) COMPLETE
60572026-07-06T21:41:52.910Z[ recovery-image] Jul 06 21:41:52.318 INFO O| Jul 06 21:41:52.318 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-07-06T21:41:52.917Z[ recovery-image] Jul 06 21:41:52.329 INFO O| Jul 06 21:41:52.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60592026-07-06T21:41:52.917Z[ recovery-image] Jul 06 21:41:52.329 INFO O| Jul 06 21:41:52.329 INFO STEP 239 (remove_files) COMPLETE
60602026-07-06T21:41:52.922Z[ recovery-image] Jul 06 21:41:52.329 INFO O| Jul 06 21:41:52.329 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-07-06T21:41:52.927Z[ recovery-image] Jul 06 21:41:52.340 INFO O| Jul 06 21:41:52.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60622026-07-06T21:41:52.927Z[ recovery-image] Jul 06 21:41:52.340 INFO O| Jul 06 21:41:52.340 INFO STEP 240 (remove_files) COMPLETE
60632026-07-06T21:41:52.928Z[ recovery-image] Jul 06 21:41:52.340 INFO O| Jul 06 21:41:52.340 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-07-06T21:41:52.937Z[ recovery-image] Jul 06 21:41:52.350 INFO O| Jul 06 21:41:52.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60652026-07-06T21:41:52.937Z[ recovery-image] Jul 06 21:41:52.350 INFO O| Jul 06 21:41:52.350 INFO STEP 241 (remove_files) COMPLETE
60662026-07-06T21:41:52.937Z[ recovery-image] Jul 06 21:41:52.350 INFO O| Jul 06 21:41:52.350 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-07-06T21:41:52.948Z[ recovery-image] Jul 06 21:41:52.360 INFO O| Jul 06 21:41:52.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60682026-07-06T21:41:52.951Z[ recovery-image] Jul 06 21:41:52.360 INFO O| Jul 06 21:41:52.360 INFO STEP 242 (remove_files) COMPLETE
60692026-07-06T21:41:52.951Z[ recovery-image] Jul 06 21:41:52.360 INFO O| Jul 06 21:41:52.360 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-07-06T21:41:52.958Z[ recovery-image] Jul 06 21:41:52.370 INFO O| Jul 06 21:41:52.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60712026-07-06T21:41:52.958Z[ recovery-image] Jul 06 21:41:52.370 INFO O| Jul 06 21:41:52.370 INFO STEP 243 (remove_files) COMPLETE
60722026-07-06T21:41:52.958Z[ recovery-image] Jul 06 21:41:52.370 INFO O| Jul 06 21:41:52.370 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-07-06T21:41:52.968Z[ recovery-image] Jul 06 21:41:52.380 INFO O| Jul 06 21:41:52.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60742026-07-06T21:41:52.968Z[ recovery-image] Jul 06 21:41:52.380 INFO O| Jul 06 21:41:52.380 INFO STEP 244 (remove_files) COMPLETE
60752026-07-06T21:41:52.971Z[ recovery-image] Jul 06 21:41:52.380 INFO O| Jul 06 21:41:52.380 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-07-06T21:41:52.979Z[ recovery-image] Jul 06 21:41:52.389 INFO O| Jul 06 21:41:52.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60772026-07-06T21:41:52.983Z[ recovery-image] Jul 06 21:41:52.390 INFO O| Jul 06 21:41:52.389 INFO STEP 245 (remove_files) COMPLETE
60782026-07-06T21:41:52.983Z[ recovery-image] Jul 06 21:41:52.390 INFO O| Jul 06 21:41:52.390 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-07-06T21:41:52.987Z[ recovery-image] Jul 06 21:41:52.399 INFO O| Jul 06 21:41:52.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60802026-07-06T21:41:52.987Z[ recovery-image] Jul 06 21:41:52.399 INFO O| Jul 06 21:41:52.399 INFO STEP 246 (remove_files) COMPLETE
60812026-07-06T21:41:52.991Z[ recovery-image] Jul 06 21:41:52.399 INFO O| Jul 06 21:41:52.399 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-07-06T21:41:52.996Z[ recovery-image] Jul 06 21:41:52.409 INFO O| Jul 06 21:41:52.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60832026-07-06T21:41:52.996Z[ recovery-image] Jul 06 21:41:52.409 INFO O| Jul 06 21:41:52.409 INFO STEP 247 (remove_files) COMPLETE
60842026-07-06T21:41:52.996Z[ recovery-image] Jul 06 21:41:52.409 INFO O| Jul 06 21:41:52.409 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-07-06T21:41:53.007Z[ recovery-image] Jul 06 21:41:52.418 INFO O| Jul 06 21:41:52.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60862026-07-06T21:41:53.011Z[ recovery-image] Jul 06 21:41:52.418 INFO O| Jul 06 21:41:52.418 INFO STEP 248 (remove_files) COMPLETE
60872026-07-06T21:41:53.011Z[ recovery-image] Jul 06 21:41:52.418 INFO O| Jul 06 21:41:52.418 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-07-06T21:41:53.015Z[ recovery-image] Jul 06 21:41:52.427 INFO O| Jul 06 21:41:52.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60892026-07-06T21:41:53.015Z[ recovery-image] Jul 06 21:41:52.427 INFO O| Jul 06 21:41:52.427 INFO STEP 249 (remove_files) COMPLETE
60902026-07-06T21:41:53.015Z[ recovery-image] Jul 06 21:41:52.427 INFO O| Jul 06 21:41:52.427 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-07-06T21:41:53.024Z[ recovery-image] Jul 06 21:41:52.436 INFO O| Jul 06 21:41:52.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60922026-07-06T21:41:53.027Z[ recovery-image] Jul 06 21:41:52.436 INFO O| Jul 06 21:41:52.436 INFO STEP 250 (remove_files) COMPLETE
60932026-07-06T21:41:53.028Z[ recovery-image] Jul 06 21:41:52.436 INFO O| Jul 06 21:41:52.436 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-07-06T21:41:53.034Z[ recovery-image] Jul 06 21:41:52.446 INFO O| Jul 06 21:41:52.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60952026-07-06T21:41:53.034Z[ recovery-image] Jul 06 21:41:52.446 INFO O| Jul 06 21:41:52.446 INFO STEP 251 (remove_files) COMPLETE
60962026-07-06T21:41:53.038Z[ recovery-image] Jul 06 21:41:52.446 INFO O| Jul 06 21:41:52.446 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-07-06T21:41:53.043Z[ recovery-image] Jul 06 21:41:52.454 INFO O| Jul 06 21:41:52.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60982026-07-06T21:41:53.047Z[ recovery-image] Jul 06 21:41:52.454 INFO O| Jul 06 21:41:52.454 INFO STEP 252 (remove_files) COMPLETE
60992026-07-06T21:41:53.047Z[ recovery-image] Jul 06 21:41:52.454 INFO O| Jul 06 21:41:52.454 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-07-06T21:41:53.051Z[ recovery-image] Jul 06 21:41:52.462 INFO O| Jul 06 21:41:52.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61012026-07-06T21:41:53.051Z[ recovery-image] Jul 06 21:41:52.462 INFO O| Jul 06 21:41:52.462 INFO STEP 253 (remove_files) COMPLETE
61022026-07-06T21:41:53.051Z[ recovery-image] Jul 06 21:41:52.462 INFO O| Jul 06 21:41:52.462 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-07-06T21:41:53.061Z[ recovery-image] Jul 06 21:41:52.473 INFO O| Jul 06 21:41:52.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61042026-07-06T21:41:53.061Z[ recovery-image] Jul 06 21:41:52.473 INFO O| Jul 06 21:41:52.473 INFO STEP 254 (remove_files) COMPLETE
61052026-07-06T21:41:53.062Z[ recovery-image] Jul 06 21:41:52.473 INFO O| Jul 06 21:41:52.473 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-07-06T21:41:53.070Z[ recovery-image] Jul 06 21:41:52.481 INFO O| Jul 06 21:41:52.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61072026-07-06T21:41:53.070Z[ recovery-image] Jul 06 21:41:52.481 INFO O| Jul 06 21:41:52.481 INFO STEP 255 (remove_files) COMPLETE
61082026-07-06T21:41:53.075Z[ recovery-image] Jul 06 21:41:52.481 INFO O| Jul 06 21:41:52.481 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-07-06T21:41:53.080Z[ recovery-image] Jul 06 21:41:52.491 INFO O| Jul 06 21:41:52.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61102026-07-06T21:41:53.086Z[ recovery-image] Jul 06 21:41:52.491 INFO O| Jul 06 21:41:52.491 INFO STEP 256 (remove_files) COMPLETE
61112026-07-06T21:41:53.086Z[ recovery-image] Jul 06 21:41:52.491 INFO O| Jul 06 21:41:52.491 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-07-06T21:41:53.091Z[ recovery-image] Jul 06 21:41:52.500 INFO O| Jul 06 21:41:52.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61132026-07-06T21:41:53.091Z[ recovery-image] Jul 06 21:41:52.500 INFO O| Jul 06 21:41:52.500 INFO STEP 257 (remove_files) COMPLETE
61142026-07-06T21:41:53.091Z[ recovery-image] Jul 06 21:41:52.500 INFO O| Jul 06 21:41:52.500 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-07-06T21:41:53.099Z[ recovery-image] Jul 06 21:41:52.509 INFO O| Jul 06 21:41:52.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61162026-07-06T21:41:53.102Z[ recovery-image] Jul 06 21:41:52.509 INFO O| Jul 06 21:41:52.509 INFO STEP 258 (remove_files) COMPLETE
61172026-07-06T21:41:53.103Z[ recovery-image] Jul 06 21:41:52.509 INFO O| Jul 06 21:41:52.509 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-07-06T21:41:53.106Z[ recovery-image] Jul 06 21:41:52.517 INFO O| Jul 06 21:41:52.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61192026-07-06T21:41:53.106Z[ recovery-image] Jul 06 21:41:52.517 INFO O| Jul 06 21:41:52.517 INFO STEP 259 (remove_files) COMPLETE
61202026-07-06T21:41:53.106Z[ recovery-image] Jul 06 21:41:52.517 INFO O| Jul 06 21:41:52.517 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-07-06T21:41:53.113Z[ recovery-image] Jul 06 21:41:52.525 INFO O| Jul 06 21:41:52.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61222026-07-06T21:41:53.117Z[ recovery-image] Jul 06 21:41:52.525 INFO O| Jul 06 21:41:52.525 INFO STEP 260 (remove_files) COMPLETE
61232026-07-06T21:41:53.117Z[ recovery-image] Jul 06 21:41:52.525 INFO O| Jul 06 21:41:52.525 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-07-06T21:41:53.124Z[ recovery-image] Jul 06 21:41:52.536 INFO O| Jul 06 21:41:52.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61252026-07-06T21:41:53.124Z[ recovery-image] Jul 06 21:41:52.536 INFO O| Jul 06 21:41:52.536 INFO STEP 261 (remove_files) COMPLETE
61262026-07-06T21:41:53.128Z[ recovery-image] Jul 06 21:41:52.536 INFO O| Jul 06 21:41:52.536 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-07-06T21:41:53.134Z[ recovery-image] Jul 06 21:41:52.545 INFO O| Jul 06 21:41:52.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61282026-07-06T21:41:53.139Z[ recovery-image] Jul 06 21:41:52.545 INFO O| Jul 06 21:41:52.545 INFO STEP 262 (remove_files) COMPLETE
61292026-07-06T21:41:53.139Z[ recovery-image] Jul 06 21:41:52.545 INFO O| Jul 06 21:41:52.545 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-07-06T21:41:53.143Z[ recovery-image] Jul 06 21:41:52.555 INFO O| Jul 06 21:41:52.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61312026-07-06T21:41:53.148Z[ recovery-image] Jul 06 21:41:52.556 INFO O| Jul 06 21:41:52.556 INFO STEP 263 (remove_files) COMPLETE
61322026-07-06T21:41:53.148Z[ recovery-image] Jul 06 21:41:52.556 INFO O| Jul 06 21:41:52.556 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-07-06T21:41:53.153Z[ recovery-image] Jul 06 21:41:52.565 INFO O| Jul 06 21:41:52.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61342026-07-06T21:41:53.153Z[ recovery-image] Jul 06 21:41:52.565 INFO O| Jul 06 21:41:52.565 INFO STEP 264 (remove_files) COMPLETE
61352026-07-06T21:41:53.157Z[ recovery-image] Jul 06 21:41:52.565 INFO O| Jul 06 21:41:52.565 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-07-06T21:41:53.162Z[ recovery-image] Jul 06 21:41:52.573 INFO O| Jul 06 21:41:52.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61372026-07-06T21:41:53.162Z[ recovery-image] Jul 06 21:41:52.574 INFO O| Jul 06 21:41:52.573 INFO STEP 265 (remove_files) COMPLETE
61382026-07-06T21:41:53.162Z[ recovery-image] Jul 06 21:41:52.574 INFO O| Jul 06 21:41:52.573 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-07-06T21:41:53.170Z[ recovery-image] Jul 06 21:41:52.581 INFO O| Jul 06 21:41:52.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61402026-07-06T21:41:53.170Z[ recovery-image] Jul 06 21:41:52.581 INFO O| Jul 06 21:41:52.581 INFO STEP 266 (remove_files) COMPLETE
61412026-07-06T21:41:53.174Z[ recovery-image] Jul 06 21:41:52.581 INFO O| Jul 06 21:41:52.581 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-07-06T21:41:53.178Z[ recovery-image] Jul 06 21:41:52.588 INFO O| Jul 06 21:41:52.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61432026-07-06T21:41:53.178Z[ recovery-image] Jul 06 21:41:52.588 INFO O| Jul 06 21:41:52.588 INFO STEP 267 (remove_files) COMPLETE
61442026-07-06T21:41:53.178Z[ recovery-image] Jul 06 21:41:52.588 INFO O| Jul 06 21:41:52.588 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-07-06T21:41:53.186Z[ recovery-image] Jul 06 21:41:52.598 INFO O| Jul 06 21:41:52.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61462026-07-06T21:41:53.187Z[ recovery-image] Jul 06 21:41:52.598 INFO O| Jul 06 21:41:52.598 INFO STEP 268 (remove_files) COMPLETE
61472026-07-06T21:41:53.187Z[ recovery-image] Jul 06 21:41:52.598 INFO O| Jul 06 21:41:52.598 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-07-06T21:41:53.198Z[ recovery-image] Jul 06 21:41:52.607 INFO O| Jul 06 21:41:52.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61492026-07-06T21:41:53.198Z[ recovery-image] Jul 06 21:41:52.607 INFO O| Jul 06 21:41:52.607 INFO STEP 269 (remove_files) COMPLETE
61502026-07-06T21:41:53.198Z[ recovery-image] Jul 06 21:41:52.607 INFO O| Jul 06 21:41:52.607 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-07-06T21:41:53.205Z[ recovery-image] Jul 06 21:41:52.616 INFO O| Jul 06 21:41:52.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61522026-07-06T21:41:53.210Z[ recovery-image] Jul 06 21:41:52.616 INFO O| Jul 06 21:41:52.616 INFO STEP 270 (remove_files) COMPLETE
61532026-07-06T21:41:53.210Z[ recovery-image] Jul 06 21:41:52.616 INFO O| Jul 06 21:41:52.616 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-07-06T21:41:53.215Z[ recovery-image] Jul 06 21:41:52.625 INFO O| Jul 06 21:41:52.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61552026-07-06T21:41:53.215Z[ recovery-image] Jul 06 21:41:52.625 INFO O| Jul 06 21:41:52.625 INFO STEP 271 (remove_files) COMPLETE
61562026-07-06T21:41:53.215Z[ recovery-image] Jul 06 21:41:52.625 INFO O| Jul 06 21:41:52.625 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-07-06T21:41:53.222Z[ recovery-image] Jul 06 21:41:52.634 INFO O| Jul 06 21:41:52.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61582026-07-06T21:41:53.222Z[ recovery-image] Jul 06 21:41:52.634 INFO O| Jul 06 21:41:52.634 INFO STEP 272 (remove_files) COMPLETE
61592026-07-06T21:41:53.227Z[ recovery-image] Jul 06 21:41:52.634 INFO O| Jul 06 21:41:52.634 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-07-06T21:41:53.232Z[ recovery-image] Jul 06 21:41:52.642 INFO O| Jul 06 21:41:52.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61612026-07-06T21:41:53.232Z[ recovery-image] Jul 06 21:41:52.642 INFO O| Jul 06 21:41:52.642 INFO STEP 273 (remove_files) COMPLETE
61622026-07-06T21:41:53.232Z[ recovery-image] Jul 06 21:41:52.643 INFO O| Jul 06 21:41:52.642 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-07-06T21:41:53.239Z[ recovery-image] Jul 06 21:41:52.651 INFO O| Jul 06 21:41:52.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61642026-07-06T21:41:53.239Z[ recovery-image] Jul 06 21:41:52.651 INFO O| Jul 06 21:41:52.651 INFO STEP 274 (remove_files) COMPLETE
61652026-07-06T21:41:53.239Z[ recovery-image] Jul 06 21:41:52.651 INFO O| Jul 06 21:41:52.651 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-07-06T21:41:53.248Z[ recovery-image] Jul 06 21:41:52.661 INFO O| Jul 06 21:41:52.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61672026-07-06T21:41:53.249Z[ recovery-image] Jul 06 21:41:52.661 INFO O| Jul 06 21:41:52.661 INFO STEP 275 (remove_files) COMPLETE
61682026-07-06T21:41:53.249Z[ recovery-image] Jul 06 21:41:52.661 INFO O| Jul 06 21:41:52.661 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-07-06T21:41:53.258Z[ recovery-image] Jul 06 21:41:52.670 INFO O| Jul 06 21:41:52.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61702026-07-06T21:41:53.259Z[ recovery-image] Jul 06 21:41:52.670 INFO O| Jul 06 21:41:52.670 INFO STEP 276 (remove_files) COMPLETE
61712026-07-06T21:41:53.262Z[ recovery-image] Jul 06 21:41:52.670 INFO O| Jul 06 21:41:52.670 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-07-06T21:41:53.266Z[ recovery-image] Jul 06 21:41:52.678 INFO O| Jul 06 21:41:52.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61732026-07-06T21:41:53.266Z[ recovery-image] Jul 06 21:41:52.678 INFO O| Jul 06 21:41:52.678 INFO STEP 277 (remove_files) COMPLETE
61742026-07-06T21:41:53.266Z[ recovery-image] Jul 06 21:41:52.678 INFO O| Jul 06 21:41:52.678 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-07-06T21:41:53.275Z[ recovery-image] Jul 06 21:41:52.688 INFO O| Jul 06 21:41:52.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61762026-07-06T21:41:53.275Z[ recovery-image] Jul 06 21:41:52.688 INFO O| Jul 06 21:41:52.688 INFO STEP 278 (remove_files) COMPLETE
61772026-07-06T21:41:53.279Z[ recovery-image] Jul 06 21:41:52.688 INFO O| Jul 06 21:41:52.688 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-07-06T21:41:53.284Z[ recovery-image] Jul 06 21:41:52.696 INFO O| Jul 06 21:41:52.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61792026-07-06T21:41:53.284Z[ recovery-image] Jul 06 21:41:52.696 INFO O| Jul 06 21:41:52.696 INFO STEP 279 (remove_files) COMPLETE
61802026-07-06T21:41:53.284Z[ recovery-image] Jul 06 21:41:52.696 INFO O| Jul 06 21:41:52.696 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-07-06T21:41:53.292Z[ recovery-image] Jul 06 21:41:52.704 INFO O| Jul 06 21:41:52.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61822026-07-06T21:41:53.292Z[ recovery-image] Jul 06 21:41:52.705 INFO O| Jul 06 21:41:52.705 INFO STEP 280 (remove_files) COMPLETE
61832026-07-06T21:41:53.296Z[ recovery-image] Jul 06 21:41:52.705 INFO O| Jul 06 21:41:52.705 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-07-06T21:41:53.305Z[ recovery-image] Jul 06 21:41:52.715 INFO O| Jul 06 21:41:52.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61852026-07-06T21:41:53.305Z[ recovery-image] Jul 06 21:41:52.715 INFO O| Jul 06 21:41:52.715 INFO STEP 281 (remove_files) COMPLETE
61862026-07-06T21:41:53.305Z[ recovery-image] Jul 06 21:41:52.715 INFO O| Jul 06 21:41:52.715 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-07-06T21:41:53.311Z[ recovery-image] Jul 06 21:41:52.723 INFO O| Jul 06 21:41:52.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61882026-07-06T21:41:53.311Z[ recovery-image] Jul 06 21:41:52.723 INFO O| Jul 06 21:41:52.723 INFO STEP 282 (remove_files) COMPLETE
61892026-07-06T21:41:53.311Z[ recovery-image] Jul 06 21:41:52.723 INFO O| Jul 06 21:41:52.723 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-07-06T21:41:53.320Z[ recovery-image] Jul 06 21:41:52.732 INFO O| Jul 06 21:41:52.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61912026-07-06T21:41:53.320Z[ recovery-image] Jul 06 21:41:52.732 INFO O| Jul 06 21:41:52.732 INFO STEP 283 (remove_files) COMPLETE
61922026-07-06T21:41:53.324Z[ recovery-image] Jul 06 21:41:52.732 INFO O| Jul 06 21:41:52.732 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-07-06T21:41:53.328Z[ recovery-image] Jul 06 21:41:52.741 INFO O| Jul 06 21:41:52.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61942026-07-06T21:41:53.328Z[ recovery-image] Jul 06 21:41:52.741 INFO O| Jul 06 21:41:52.741 INFO STEP 284 (remove_files) COMPLETE
61952026-07-06T21:41:53.332Z[ recovery-image] Jul 06 21:41:52.741 INFO O| Jul 06 21:41:52.741 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-07-06T21:41:53.337Z[ recovery-image] Jul 06 21:41:52.749 INFO O| Jul 06 21:41:52.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61972026-07-06T21:41:53.340Z[ recovery-image] Jul 06 21:41:52.749 INFO O| Jul 06 21:41:52.749 INFO STEP 285 (remove_files) COMPLETE
61982026-07-06T21:41:53.341Z[ recovery-image] Jul 06 21:41:52.749 INFO O| Jul 06 21:41:52.749 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-07-06T21:41:53.344Z[ recovery-image] Jul 06 21:41:52.756 INFO O| Jul 06 21:41:52.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62002026-07-06T21:41:53.345Z[ recovery-image] Jul 06 21:41:52.756 INFO O| Jul 06 21:41:52.756 INFO STEP 286 (remove_files) COMPLETE
62012026-07-06T21:41:53.345Z[ recovery-image] Jul 06 21:41:52.756 INFO O| Jul 06 21:41:52.756 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-07-06T21:41:53.351Z[ recovery-image] Jul 06 21:41:52.763 INFO O| Jul 06 21:41:52.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62032026-07-06T21:41:53.351Z[ recovery-image] Jul 06 21:41:52.763 INFO O| Jul 06 21:41:52.763 INFO STEP 287 (remove_files) COMPLETE
62042026-07-06T21:41:53.354Z[ recovery-image] Jul 06 21:41:52.763 INFO O| Jul 06 21:41:52.763 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-07-06T21:41:53.358Z[ recovery-image] Jul 06 21:41:52.770 INFO O| Jul 06 21:41:52.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62062026-07-06T21:41:53.358Z[ recovery-image] Jul 06 21:41:52.770 INFO O| Jul 06 21:41:52.770 INFO STEP 288 (remove_files) COMPLETE
62072026-07-06T21:41:53.358Z[ recovery-image] Jul 06 21:41:52.770 INFO O| Jul 06 21:41:52.770 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-07-06T21:41:53.368Z[ recovery-image] Jul 06 21:41:52.780 INFO O| Jul 06 21:41:52.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62092026-07-06T21:41:53.371Z[ recovery-image] Jul 06 21:41:52.780 INFO O| Jul 06 21:41:52.780 INFO STEP 289 (remove_files) COMPLETE
62102026-07-06T21:41:53.372Z[ recovery-image] Jul 06 21:41:52.780 INFO O| Jul 06 21:41:52.780 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-07-06T21:41:53.377Z[ recovery-image] Jul 06 21:41:52.790 INFO O| Jul 06 21:41:52.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62122026-07-06T21:41:53.377Z[ recovery-image] Jul 06 21:41:52.790 INFO O| Jul 06 21:41:52.790 INFO STEP 290 (remove_files) COMPLETE
62132026-07-06T21:41:53.381Z[ recovery-image] Jul 06 21:41:52.790 INFO O| Jul 06 21:41:52.790 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-07-06T21:41:53.387Z[ recovery-image] Jul 06 21:41:52.799 INFO O| Jul 06 21:41:52.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62152026-07-06T21:41:53.387Z[ recovery-image] Jul 06 21:41:52.799 INFO O| Jul 06 21:41:52.799 INFO STEP 291 (remove_files) COMPLETE
62162026-07-06T21:41:53.390Z[ recovery-image] Jul 06 21:41:52.799 INFO O| Jul 06 21:41:52.799 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-07-06T21:41:53.396Z[ recovery-image] Jul 06 21:41:52.809 INFO O| Jul 06 21:41:52.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62182026-07-06T21:41:53.400Z[ recovery-image] Jul 06 21:41:52.809 INFO O| Jul 06 21:41:52.809 INFO STEP 292 (remove_files) COMPLETE
62192026-07-06T21:41:53.400Z[ recovery-image] Jul 06 21:41:52.809 INFO O| Jul 06 21:41:52.809 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-07-06T21:41:53.405Z[ recovery-image] Jul 06 21:41:52.816 INFO O| Jul 06 21:41:52.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62212026-07-06T21:41:53.405Z[ recovery-image] Jul 06 21:41:52.816 INFO O| Jul 06 21:41:52.816 INFO STEP 293 (remove_files) COMPLETE
62222026-07-06T21:41:53.405Z[ recovery-image] Jul 06 21:41:52.816 INFO O| Jul 06 21:41:52.816 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-07-06T21:41:53.413Z[ recovery-image] Jul 06 21:41:52.825 INFO O| Jul 06 21:41:52.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62242026-07-06T21:41:53.413Z[ recovery-image] Jul 06 21:41:52.825 INFO O| Jul 06 21:41:52.825 INFO STEP 294 (remove_files) COMPLETE
62252026-07-06T21:41:53.413Z[ recovery-image] Jul 06 21:41:52.825 INFO O| Jul 06 21:41:52.825 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-07-06T21:41:53.420Z[ recovery-image] Jul 06 21:41:52.833 INFO O| Jul 06 21:41:52.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62272026-07-06T21:41:53.424Z[ recovery-image] Jul 06 21:41:52.833 INFO O| Jul 06 21:41:52.833 INFO STEP 295 (remove_files) COMPLETE
62282026-07-06T21:41:53.424Z[ recovery-image] Jul 06 21:41:52.833 INFO O| Jul 06 21:41:52.833 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-07-06T21:41:53.429Z[ recovery-image] Jul 06 21:41:52.841 INFO O| Jul 06 21:41:52.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62302026-07-06T21:41:53.432Z[ recovery-image] Jul 06 21:41:52.842 INFO O| Jul 06 21:41:52.842 INFO STEP 296 (remove_files) COMPLETE
62312026-07-06T21:41:53.432Z[ recovery-image] Jul 06 21:41:52.842 INFO O| Jul 06 21:41:52.842 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-07-06T21:41:53.438Z[ recovery-image] Jul 06 21:41:52.850 INFO O| Jul 06 21:41:52.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62332026-07-06T21:41:53.438Z[ recovery-image] Jul 06 21:41:52.850 INFO O| Jul 06 21:41:52.850 INFO STEP 297 (remove_files) COMPLETE
62342026-07-06T21:41:53.439Z[ recovery-image] Jul 06 21:41:52.850 INFO O| Jul 06 21:41:52.850 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-07-06T21:41:53.446Z[ recovery-image] Jul 06 21:41:52.858 INFO O| Jul 06 21:41:52.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62362026-07-06T21:41:53.446Z[ recovery-image] Jul 06 21:41:52.858 INFO O| Jul 06 21:41:52.858 INFO STEP 298 (remove_files) COMPLETE
62372026-07-06T21:41:53.449Z[ recovery-image] Jul 06 21:41:52.858 INFO O| Jul 06 21:41:52.858 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-07-06T21:41:53.457Z[ recovery-image] Jul 06 21:41:52.869 INFO O| Jul 06 21:41:52.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62392026-07-06T21:41:53.457Z[ recovery-image] Jul 06 21:41:52.869 INFO O| Jul 06 21:41:52.869 INFO STEP 299 (remove_files) COMPLETE
62402026-07-06T21:41:53.461Z[ recovery-image] Jul 06 21:41:52.869 INFO O| Jul 06 21:41:52.869 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-07-06T21:41:53.464Z[ recovery-image] Jul 06 21:41:52.877 INFO O| Jul 06 21:41:52.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62422026-07-06T21:41:53.468Z[ recovery-image] Jul 06 21:41:52.877 INFO O| Jul 06 21:41:52.877 INFO STEP 300 (remove_files) COMPLETE
62432026-07-06T21:41:53.468Z[ recovery-image] Jul 06 21:41:52.877 INFO O| Jul 06 21:41:52.877 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-07-06T21:41:53.474Z[ recovery-image] Jul 06 21:41:52.886 INFO O| Jul 06 21:41:52.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62452026-07-06T21:41:53.474Z[ recovery-image] Jul 06 21:41:52.886 INFO O| Jul 06 21:41:52.886 INFO STEP 301 (remove_files) COMPLETE
62462026-07-06T21:41:53.474Z[ recovery-image] Jul 06 21:41:52.886 INFO O| Jul 06 21:41:52.886 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-07-06T21:41:53.482Z[ recovery-image] Jul 06 21:41:52.894 INFO O| Jul 06 21:41:52.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62482026-07-06T21:41:53.482Z[ recovery-image] Jul 06 21:41:52.894 INFO O| Jul 06 21:41:52.894 INFO STEP 302 (remove_files) COMPLETE
62492026-07-06T21:41:53.485Z[ recovery-image] Jul 06 21:41:52.894 INFO O| Jul 06 21:41:52.894 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-07-06T21:41:53.489Z[ recovery-image] Jul 06 21:41:52.902 INFO O| Jul 06 21:41:52.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62512026-07-06T21:41:53.489Z[ recovery-image] Jul 06 21:41:52.902 INFO O| Jul 06 21:41:52.902 INFO STEP 303 (remove_files) COMPLETE
62522026-07-06T21:41:53.489Z[ recovery-image] Jul 06 21:41:52.902 INFO O| Jul 06 21:41:52.902 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-07-06T21:41:53.498Z[ recovery-image] Jul 06 21:41:52.910 INFO O| Jul 06 21:41:52.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62542026-07-06T21:41:53.498Z[ recovery-image] Jul 06 21:41:52.910 INFO O| Jul 06 21:41:52.910 INFO STEP 304 (remove_files) COMPLETE
62552026-07-06T21:41:53.501Z[ recovery-image] Jul 06 21:41:52.910 INFO O| Jul 06 21:41:52.910 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-07-06T21:41:53.506Z[ recovery-image] Jul 06 21:41:52.918 INFO O| Jul 06 21:41:52.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62572026-07-06T21:41:53.506Z[ recovery-image] Jul 06 21:41:52.918 INFO O| Jul 06 21:41:52.918 INFO STEP 305 (remove_files) COMPLETE
62582026-07-06T21:41:53.506Z[ recovery-image] Jul 06 21:41:52.918 INFO O| Jul 06 21:41:52.918 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-07-06T21:41:53.515Z[ recovery-image] Jul 06 21:41:52.926 INFO O| Jul 06 21:41:52.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62602026-07-06T21:41:53.515Z[ recovery-image] Jul 06 21:41:52.926 INFO O| Jul 06 21:41:52.926 INFO STEP 306 (remove_files) COMPLETE
62612026-07-06T21:41:53.515Z[ recovery-image] Jul 06 21:41:52.926 INFO O| Jul 06 21:41:52.926 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-07-06T21:41:53.522Z[ recovery-image] Jul 06 21:41:52.934 INFO O| Jul 06 21:41:52.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62632026-07-06T21:41:53.522Z[ recovery-image] Jul 06 21:41:52.934 INFO O| Jul 06 21:41:52.934 INFO STEP 307 (remove_files) COMPLETE
62642026-07-06T21:41:53.526Z[ recovery-image] Jul 06 21:41:52.934 INFO O| Jul 06 21:41:52.934 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-07-06T21:41:53.531Z[ recovery-image] Jul 06 21:41:52.943 INFO O| Jul 06 21:41:52.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62662026-07-06T21:41:53.531Z[ recovery-image] Jul 06 21:41:52.943 INFO O| Jul 06 21:41:52.943 INFO STEP 308 (remove_files) COMPLETE
62672026-07-06T21:41:53.534Z[ recovery-image] Jul 06 21:41:52.943 INFO O| Jul 06 21:41:52.943 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-07-06T21:41:53.539Z[ recovery-image] Jul 06 21:41:52.951 INFO O| Jul 06 21:41:52.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62692026-07-06T21:41:53.539Z[ recovery-image] Jul 06 21:41:52.951 INFO O| Jul 06 21:41:52.951 INFO STEP 309 (remove_files) COMPLETE
62702026-07-06T21:41:53.543Z[ recovery-image] Jul 06 21:41:52.951 INFO O| Jul 06 21:41:52.951 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-07-06T21:41:53.548Z[ recovery-image] Jul 06 21:41:52.960 INFO O| Jul 06 21:41:52.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62722026-07-06T21:41:53.548Z[ recovery-image] Jul 06 21:41:52.960 INFO O| Jul 06 21:41:52.960 INFO STEP 310 (remove_files) COMPLETE
62732026-07-06T21:41:53.548Z[ recovery-image] Jul 06 21:41:52.960 INFO O| Jul 06 21:41:52.960 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-07-06T21:41:53.556Z[ recovery-image] Jul 06 21:41:52.968 INFO O| Jul 06 21:41:52.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62752026-07-06T21:41:53.560Z[ recovery-image] Jul 06 21:41:52.968 INFO O| Jul 06 21:41:52.968 INFO STEP 311 (remove_files) COMPLETE
62762026-07-06T21:41:53.560Z[ recovery-image] Jul 06 21:41:52.968 INFO O| Jul 06 21:41:52.968 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-07-06T21:41:53.564Z[ recovery-image] Jul 06 21:41:52.975 INFO O| Jul 06 21:41:52.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62782026-07-06T21:41:53.564Z[ recovery-image] Jul 06 21:41:52.975 INFO O| Jul 06 21:41:52.975 INFO STEP 312 (remove_files) COMPLETE
62792026-07-06T21:41:53.564Z[ recovery-image] Jul 06 21:41:52.975 INFO O| Jul 06 21:41:52.975 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-07-06T21:41:53.570Z[ recovery-image] Jul 06 21:41:52.982 INFO O| Jul 06 21:41:52.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62812026-07-06T21:41:53.573Z[ recovery-image] Jul 06 21:41:52.982 INFO O| Jul 06 21:41:52.982 INFO STEP 313 (remove_files) COMPLETE
62822026-07-06T21:41:53.574Z[ recovery-image] Jul 06 21:41:52.982 INFO O| Jul 06 21:41:52.982 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-07-06T21:41:53.579Z[ recovery-image] Jul 06 21:41:52.991 INFO O| Jul 06 21:41:52.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62842026-07-06T21:41:53.579Z[ recovery-image] Jul 06 21:41:52.991 INFO O| Jul 06 21:41:52.991 INFO STEP 314 (remove_files) COMPLETE
62852026-07-06T21:41:53.579Z[ recovery-image] Jul 06 21:41:52.991 INFO O| Jul 06 21:41:52.991 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-07-06T21:41:53.588Z[ recovery-image] Jul 06 21:41:53.000 INFO O| Jul 06 21:41:53.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62872026-07-06T21:41:53.588Z[ recovery-image] Jul 06 21:41:53.000 INFO O| Jul 06 21:41:53.000 INFO STEP 315 (remove_files) COMPLETE
62882026-07-06T21:41:53.592Z[ recovery-image] Jul 06 21:41:53.000 INFO O| Jul 06 21:41:53.000 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-07-06T21:41:53.597Z[ recovery-image] Jul 06 21:41:53.009 INFO O| Jul 06 21:41:53.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62902026-07-06T21:41:53.597Z[ recovery-image] Jul 06 21:41:53.009 INFO O| Jul 06 21:41:53.009 INFO STEP 316 (remove_files) COMPLETE
62912026-07-06T21:41:53.601Z[ recovery-image] Jul 06 21:41:53.009 INFO O| Jul 06 21:41:53.009 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-07-06T21:41:53.605Z[ recovery-image] Jul 06 21:41:53.017 INFO O| Jul 06 21:41:53.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62932026-07-06T21:41:53.609Z[ recovery-image] Jul 06 21:41:53.017 INFO O| Jul 06 21:41:53.017 INFO STEP 317 (remove_files) COMPLETE
62942026-07-06T21:41:53.609Z[ recovery-image] Jul 06 21:41:53.017 INFO O| Jul 06 21:41:53.017 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-07-06T21:41:53.614Z[ recovery-image] Jul 06 21:41:53.026 INFO O| Jul 06 21:41:53.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62962026-07-06T21:41:53.614Z[ recovery-image] Jul 06 21:41:53.026 INFO O| Jul 06 21:41:53.026 INFO STEP 318 (remove_files) COMPLETE
62972026-07-06T21:41:53.614Z[ recovery-image] Jul 06 21:41:53.026 INFO O| Jul 06 21:41:53.026 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-07-06T21:41:53.622Z[ recovery-image] Jul 06 21:41:53.034 INFO O| Jul 06 21:41:53.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62992026-07-06T21:41:53.622Z[ recovery-image] Jul 06 21:41:53.034 INFO O| Jul 06 21:41:53.034 INFO STEP 319 (remove_files) COMPLETE
63002026-07-06T21:41:53.626Z[ recovery-image] Jul 06 21:41:53.034 INFO O| Jul 06 21:41:53.034 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-07-06T21:41:53.629Z[ recovery-image] Jul 06 21:41:53.042 INFO O| Jul 06 21:41:53.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63022026-07-06T21:41:53.629Z[ recovery-image] Jul 06 21:41:53.042 INFO O| Jul 06 21:41:53.042 INFO STEP 320 (remove_files) COMPLETE
63032026-07-06T21:41:53.630Z[ recovery-image] Jul 06 21:41:53.042 INFO O| Jul 06 21:41:53.042 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-07-06T21:41:53.639Z[ recovery-image] Jul 06 21:41:53.051 INFO O| Jul 06 21:41:53.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63052026-07-06T21:41:53.639Z[ recovery-image] Jul 06 21:41:53.051 INFO O| Jul 06 21:41:53.051 INFO STEP 321 (remove_files) COMPLETE
63062026-07-06T21:41:53.643Z[ recovery-image] Jul 06 21:41:53.051 INFO O| Jul 06 21:41:53.051 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-07-06T21:41:53.648Z[ recovery-image] Jul 06 21:41:53.061 INFO O| Jul 06 21:41:53.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63082026-07-06T21:41:53.652Z[ recovery-image] Jul 06 21:41:53.061 INFO O| Jul 06 21:41:53.061 INFO STEP 322 (remove_files) COMPLETE
63092026-07-06T21:41:53.652Z[ recovery-image] Jul 06 21:41:53.061 INFO O| Jul 06 21:41:53.061 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-07-06T21:41:53.657Z[ recovery-image] Jul 06 21:41:53.069 INFO O| Jul 06 21:41:53.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63112026-07-06T21:41:53.660Z[ recovery-image] Jul 06 21:41:53.069 INFO O| Jul 06 21:41:53.069 INFO STEP 323 (remove_files) COMPLETE
63122026-07-06T21:41:53.661Z[ recovery-image] Jul 06 21:41:53.069 INFO O| Jul 06 21:41:53.069 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-07-06T21:41:53.665Z[ recovery-image] Jul 06 21:41:53.077 INFO O| Jul 06 21:41:53.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63142026-07-06T21:41:53.668Z[ recovery-image] Jul 06 21:41:53.077 INFO O| Jul 06 21:41:53.077 INFO STEP 324 (remove_files) COMPLETE
63152026-07-06T21:41:53.668Z[ recovery-image] Jul 06 21:41:53.077 INFO O| Jul 06 21:41:53.077 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-07-06T21:41:53.674Z[ recovery-image] Jul 06 21:41:53.086 INFO O| Jul 06 21:41:53.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63172026-07-06T21:41:53.674Z[ recovery-image] Jul 06 21:41:53.086 INFO O| Jul 06 21:41:53.086 INFO STEP 325 (remove_files) COMPLETE
63182026-07-06T21:41:53.674Z[ recovery-image] Jul 06 21:41:53.086 INFO O| Jul 06 21:41:53.086 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-07-06T21:41:53.686Z[ recovery-image] Jul 06 21:41:53.095 INFO O| Jul 06 21:41:53.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63202026-07-06T21:41:53.686Z[ recovery-image] Jul 06 21:41:53.095 INFO O| Jul 06 21:41:53.095 INFO STEP 326 (remove_files) COMPLETE
63212026-07-06T21:41:53.686Z[ recovery-image] Jul 06 21:41:53.095 INFO O| Jul 06 21:41:53.095 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-07-06T21:41:53.693Z[ recovery-image] Jul 06 21:41:53.105 INFO O| Jul 06 21:41:53.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63232026-07-06T21:41:53.693Z[ recovery-image] Jul 06 21:41:53.105 INFO O| Jul 06 21:41:53.105 INFO STEP 327 (remove_files) COMPLETE
63242026-07-06T21:41:53.697Z[ recovery-image] Jul 06 21:41:53.105 INFO O| Jul 06 21:41:53.105 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-07-06T21:41:53.702Z[ recovery-image] Jul 06 21:41:53.114 INFO O| Jul 06 21:41:53.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63262026-07-06T21:41:53.705Z[ recovery-image] Jul 06 21:41:53.114 INFO O| Jul 06 21:41:53.114 INFO STEP 328 (remove_files) COMPLETE
63272026-07-06T21:41:53.706Z[ recovery-image] Jul 06 21:41:53.114 INFO O| Jul 06 21:41:53.114 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-07-06T21:41:53.710Z[ recovery-image] Jul 06 21:41:53.122 INFO O| Jul 06 21:41:53.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63292026-07-06T21:41:53.713Z[ recovery-image] Jul 06 21:41:53.122 INFO O| Jul 06 21:41:53.122 INFO STEP 329 (remove_files) COMPLETE
63302026-07-06T21:41:53.713Z[ recovery-image] Jul 06 21:41:53.122 INFO O| Jul 06 21:41:53.122 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-07-06T21:41:53.717Z[ recovery-image] Jul 06 21:41:53.130 INFO O| Jul 06 21:41:53.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63322026-07-06T21:41:53.718Z[ recovery-image] Jul 06 21:41:53.130 INFO O| Jul 06 21:41:53.130 INFO STEP 330 (remove_files) COMPLETE
63332026-07-06T21:41:53.718Z[ recovery-image] Jul 06 21:41:53.130 INFO O| Jul 06 21:41:53.130 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-07-06T21:41:53.727Z[ recovery-image] Jul 06 21:41:53.139 INFO O| Jul 06 21:41:53.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63352026-07-06T21:41:53.731Z[ recovery-image] Jul 06 21:41:53.139 INFO O| Jul 06 21:41:53.139 INFO STEP 331 (remove_files) COMPLETE
63362026-07-06T21:41:53.731Z[ recovery-image] Jul 06 21:41:53.139 INFO O| Jul 06 21:41:53.139 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-07-06T21:41:53.735Z[ recovery-image] Jul 06 21:41:53.147 INFO O| Jul 06 21:41:53.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63382026-07-06T21:41:53.740Z[ recovery-image] Jul 06 21:41:53.147 INFO O| Jul 06 21:41:53.147 INFO STEP 332 (remove_files) COMPLETE
63392026-07-06T21:41:53.740Z[ recovery-image] Jul 06 21:41:53.147 INFO O| Jul 06 21:41:53.147 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-07-06T21:41:53.743Z[ recovery-image] Jul 06 21:41:53.155 INFO O| Jul 06 21:41:53.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63412026-07-06T21:41:53.744Z[ recovery-image] Jul 06 21:41:53.155 INFO O| Jul 06 21:41:53.155 INFO STEP 333 (remove_files) COMPLETE
63422026-07-06T21:41:53.744Z[ recovery-image] Jul 06 21:41:53.155 INFO O| Jul 06 21:41:53.155 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-07-06T21:41:53.752Z[ recovery-image] Jul 06 21:41:53.165 INFO O| Jul 06 21:41:53.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63442026-07-06T21:41:53.757Z[ recovery-image] Jul 06 21:41:53.165 INFO O| Jul 06 21:41:53.165 INFO STEP 334 (remove_files) COMPLETE
63452026-07-06T21:41:53.757Z[ recovery-image] Jul 06 21:41:53.165 INFO O| Jul 06 21:41:53.165 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-07-06T21:41:53.760Z[ recovery-image] Jul 06 21:41:53.173 INFO O| Jul 06 21:41:53.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63472026-07-06T21:41:53.764Z[ recovery-image] Jul 06 21:41:53.173 INFO O| Jul 06 21:41:53.173 INFO STEP 335 (remove_files) COMPLETE
63482026-07-06T21:41:53.764Z[ recovery-image] Jul 06 21:41:53.173 INFO O| Jul 06 21:41:53.173 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-07-06T21:41:53.769Z[ recovery-image] Jul 06 21:41:53.181 INFO O| Jul 06 21:41:53.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63502026-07-06T21:41:53.769Z[ recovery-image] Jul 06 21:41:53.181 INFO O| Jul 06 21:41:53.181 INFO STEP 336 (remove_files) COMPLETE
63512026-07-06T21:41:53.773Z[ recovery-image] Jul 06 21:41:53.181 INFO O| Jul 06 21:41:53.181 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-07-06T21:41:53.777Z[ recovery-image] Jul 06 21:41:53.188 INFO O| Jul 06 21:41:53.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63532026-07-06T21:41:53.777Z[ recovery-image] Jul 06 21:41:53.188 INFO O| Jul 06 21:41:53.188 INFO STEP 337 (remove_files) COMPLETE
63542026-07-06T21:41:53.777Z[ recovery-image] Jul 06 21:41:53.188 INFO O| Jul 06 21:41:53.188 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-07-06T21:41:53.784Z[ recovery-image] Jul 06 21:41:53.196 INFO O| Jul 06 21:41:53.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63562026-07-06T21:41:53.784Z[ recovery-image] Jul 06 21:41:53.196 INFO O| Jul 06 21:41:53.196 INFO STEP 338 (remove_files) COMPLETE
63572026-07-06T21:41:53.784Z[ recovery-image] Jul 06 21:41:53.196 INFO O| Jul 06 21:41:53.196 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-07-06T21:41:53.791Z[ recovery-image] Jul 06 21:41:53.204 INFO O| Jul 06 21:41:53.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63592026-07-06T21:41:53.791Z[ recovery-image] Jul 06 21:41:53.204 INFO O| Jul 06 21:41:53.204 INFO STEP 339 (remove_files) COMPLETE
63602026-07-06T21:41:53.795Z[ recovery-image] Jul 06 21:41:53.204 INFO O| Jul 06 21:41:53.204 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-07-06T21:41:53.799Z[ recovery-image] Jul 06 21:41:53.211 INFO O| Jul 06 21:41:53.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63622026-07-06T21:41:53.799Z[ recovery-image] Jul 06 21:41:53.211 INFO O| Jul 06 21:41:53.211 INFO STEP 340 (remove_files) COMPLETE
63632026-07-06T21:41:53.799Z[ recovery-image] Jul 06 21:41:53.211 INFO O| Jul 06 21:41:53.211 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-07-06T21:41:53.807Z[ recovery-image] Jul 06 21:41:53.218 INFO O| Jul 06 21:41:53.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63652026-07-06T21:41:53.807Z[ recovery-image] Jul 06 21:41:53.218 INFO O| Jul 06 21:41:53.218 INFO STEP 341 (remove_files) COMPLETE
63662026-07-06T21:41:53.812Z[ recovery-image] Jul 06 21:41:53.218 INFO O| Jul 06 21:41:53.218 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-07-06T21:41:53.816Z[ recovery-image] Jul 06 21:41:53.227 INFO O| Jul 06 21:41:53.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63682026-07-06T21:41:53.816Z[ recovery-image] Jul 06 21:41:53.227 INFO O| Jul 06 21:41:53.227 INFO STEP 342 (remove_files) COMPLETE
63692026-07-06T21:41:53.816Z[ recovery-image] Jul 06 21:41:53.227 INFO O| Jul 06 21:41:53.227 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-07-06T21:41:53.822Z[ recovery-image] Jul 06 21:41:53.234 INFO O| Jul 06 21:41:53.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63712026-07-06T21:41:53.822Z[ recovery-image] Jul 06 21:41:53.234 INFO O| Jul 06 21:41:53.234 INFO STEP 343 (remove_files) COMPLETE
63722026-07-06T21:41:53.826Z[ recovery-image] Jul 06 21:41:53.234 INFO O| Jul 06 21:41:53.234 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-07-06T21:41:53.830Z[ recovery-image] Jul 06 21:41:53.241 INFO O| Jul 06 21:41:53.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63742026-07-06T21:41:53.830Z[ recovery-image] Jul 06 21:41:53.241 INFO O| Jul 06 21:41:53.241 INFO STEP 344 (remove_files) COMPLETE
63752026-07-06T21:41:53.830Z[ recovery-image] Jul 06 21:41:53.241 INFO O| Jul 06 21:41:53.241 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-07-06T21:41:53.838Z[ recovery-image] Jul 06 21:41:53.250 INFO O| Jul 06 21:41:53.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63772026-07-06T21:41:53.838Z[ recovery-image] Jul 06 21:41:53.250 INFO O| Jul 06 21:41:53.250 INFO STEP 345 (remove_files) COMPLETE
63782026-07-06T21:41:53.842Z[ recovery-image] Jul 06 21:41:53.250 INFO O| Jul 06 21:41:53.250 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-07-06T21:41:53.846Z[ recovery-image] Jul 06 21:41:53.257 INFO O| Jul 06 21:41:53.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63802026-07-06T21:41:53.846Z[ recovery-image] Jul 06 21:41:53.257 INFO O| Jul 06 21:41:53.257 INFO STEP 346 (remove_files) COMPLETE
63812026-07-06T21:41:53.846Z[ recovery-image] Jul 06 21:41:53.257 INFO O| Jul 06 21:41:53.257 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-07-06T21:41:53.855Z[ recovery-image] Jul 06 21:41:53.267 INFO O| Jul 06 21:41:53.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63832026-07-06T21:41:53.858Z[ recovery-image] Jul 06 21:41:53.267 INFO O| Jul 06 21:41:53.267 INFO STEP 347 (remove_files) COMPLETE
63842026-07-06T21:41:53.858Z[ recovery-image] Jul 06 21:41:53.267 INFO O| Jul 06 21:41:53.267 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-07-06T21:41:53.863Z[ recovery-image] Jul 06 21:41:53.276 INFO O| Jul 06 21:41:53.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63862026-07-06T21:41:53.867Z[ recovery-image] Jul 06 21:41:53.276 INFO O| Jul 06 21:41:53.276 INFO STEP 348 (remove_files) COMPLETE
63872026-07-06T21:41:53.867Z[ recovery-image] Jul 06 21:41:53.276 INFO O| Jul 06 21:41:53.276 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-07-06T21:41:53.873Z[ recovery-image] Jul 06 21:41:53.285 INFO O| Jul 06 21:41:53.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63892026-07-06T21:41:53.873Z[ recovery-image] Jul 06 21:41:53.285 INFO O| Jul 06 21:41:53.285 INFO STEP 349 (remove_files) COMPLETE
63902026-07-06T21:41:53.876Z[ recovery-image] Jul 06 21:41:53.285 INFO O| Jul 06 21:41:53.285 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-07-06T21:41:53.880Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
63922026-07-06T21:41:53.883Z[ recovery-image] Jul 06 21:41:53.293 INFO O| Jul 06 21:41:53.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63932026-07-06T21:41:53.884Z[ recovery-image] Jul 06 21:41:53.293 INFO O| Jul 06 21:41:53.293 INFO STEP 350 (remove_files) COMPLETE
63942026-07-06T21:41:53.884Z[ recovery-image] Jul 06 21:41:53.293 INFO O| Jul 06 21:41:53.293 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-07-06T21:41:53.900Z[ recovery-image] Jul 06 21:41:53.301 INFO O| Jul 06 21:41:53.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63962026-07-06T21:41:53.900Z[ recovery-image] Jul 06 21:41:53.301 INFO O| Jul 06 21:41:53.301 INFO STEP 351 (remove_files) COMPLETE
63972026-07-06T21:41:53.901Z[ recovery-image] Jul 06 21:41:53.301 INFO O| Jul 06 21:41:53.301 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-07-06T21:41:53.901Z[ recovery-image] Jul 06 21:41:53.311 INFO O| Jul 06 21:41:53.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63992026-07-06T21:41:53.901Z[ recovery-image] Jul 06 21:41:53.311 INFO O| Jul 06 21:41:53.311 INFO STEP 352 (remove_files) COMPLETE
64002026-07-06T21:41:53.901Z[ recovery-image] Jul 06 21:41:53.311 INFO O| Jul 06 21:41:53.311 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-07-06T21:41:53.908Z[ recovery-image] Jul 06 21:41:53.320 INFO O| Jul 06 21:41:53.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64022026-07-06T21:41:53.912Z[ recovery-image] Jul 06 21:41:53.320 INFO O| Jul 06 21:41:53.320 INFO STEP 353 (remove_files) COMPLETE
64032026-07-06T21:41:53.912Z[ recovery-image] Jul 06 21:41:53.320 INFO O| Jul 06 21:41:53.320 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-07-06T21:41:53.916Z[ recovery-image] Jul 06 21:41:53.328 INFO O| Jul 06 21:41:53.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64052026-07-06T21:41:53.916Z[ recovery-image] Jul 06 21:41:53.328 INFO O| Jul 06 21:41:53.328 INFO STEP 354 (remove_files) COMPLETE
64062026-07-06T21:41:53.919Z[ recovery-image] Jul 06 21:41:53.328 INFO O| Jul 06 21:41:53.328 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-07-06T21:41:53.926Z[ recovery-image] Jul 06 21:41:53.339 INFO O| Jul 06 21:41:53.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64082026-07-06T21:41:53.926Z[ recovery-image] Jul 06 21:41:53.339 INFO O| Jul 06 21:41:53.339 INFO STEP 355 (remove_files) COMPLETE
64092026-07-06T21:41:53.930Z[ recovery-image] Jul 06 21:41:53.339 INFO O| Jul 06 21:41:53.339 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-07-06T21:41:53.936Z[ recovery-image] Jul 06 21:41:53.348 INFO O| Jul 06 21:41:53.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64112026-07-06T21:41:53.936Z[ recovery-image] Jul 06 21:41:53.348 INFO O| Jul 06 21:41:53.348 INFO STEP 356 (remove_files) COMPLETE
64122026-07-06T21:41:53.940Z[ recovery-image] Jul 06 21:41:53.348 INFO O| Jul 06 21:41:53.348 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-07-06T21:41:53.944Z[ recovery-image] Jul 06 21:41:53.356 INFO O| Jul 06 21:41:53.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64142026-07-06T21:41:53.944Z[ recovery-image] Jul 06 21:41:53.356 INFO O| Jul 06 21:41:53.356 INFO STEP 357 (remove_files) COMPLETE
64152026-07-06T21:41:53.944Z[ recovery-image] Jul 06 21:41:53.356 INFO O| Jul 06 21:41:53.356 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-07-06T21:41:53.951Z[ recovery-image] Jul 06 21:41:53.364 INFO O| Jul 06 21:41:53.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64172026-07-06T21:41:53.952Z[ recovery-image] Jul 06 21:41:53.364 INFO O| Jul 06 21:41:53.364 INFO STEP 358 (remove_files) COMPLETE
64182026-07-06T21:41:53.952Z[ recovery-image] Jul 06 21:41:53.364 INFO O| Jul 06 21:41:53.364 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-07-06T21:41:53.962Z[ recovery-image] Jul 06 21:41:53.374 INFO O| Jul 06 21:41:53.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64202026-07-06T21:41:53.962Z[ recovery-image] Jul 06 21:41:53.374 INFO O| Jul 06 21:41:53.374 INFO STEP 359 (remove_files) COMPLETE
64212026-07-06T21:41:53.966Z[ recovery-image] Jul 06 21:41:53.374 INFO O| Jul 06 21:41:53.374 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-07-06T21:41:53.970Z[ recovery-image] Jul 06 21:41:53.383 INFO O| Jul 06 21:41:53.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64232026-07-06T21:41:53.970Z[ recovery-image] Jul 06 21:41:53.383 INFO O| Jul 06 21:41:53.383 INFO STEP 360 (remove_files) COMPLETE
64242026-07-06T21:41:53.974Z[ recovery-image] Jul 06 21:41:53.383 INFO O| Jul 06 21:41:53.383 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-07-06T21:41:53.979Z[ recovery-image] Jul 06 21:41:53.392 INFO O| Jul 06 21:41:53.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64262026-07-06T21:41:53.979Z[ recovery-image] Jul 06 21:41:53.392 INFO O| Jul 06 21:41:53.392 INFO STEP 361 (remove_files) COMPLETE
64272026-07-06T21:41:53.983Z[ recovery-image] Jul 06 21:41:53.392 INFO O| Jul 06 21:41:53.392 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-07-06T21:41:53.989Z[ recovery-image] Jul 06 21:41:53.401 INFO O| Jul 06 21:41:53.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64292026-07-06T21:41:53.993Z[ recovery-image] Jul 06 21:41:53.402 INFO O| Jul 06 21:41:53.402 INFO STEP 362 (remove_files) COMPLETE
64302026-07-06T21:41:53.993Z[ recovery-image] Jul 06 21:41:53.402 INFO O| Jul 06 21:41:53.402 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-07-06T21:41:53.999Z[ recovery-image] Jul 06 21:41:53.411 INFO O| Jul 06 21:41:53.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64322026-07-06T21:41:54.003Z[ recovery-image] Jul 06 21:41:53.411 INFO O| Jul 06 21:41:53.411 INFO STEP 363 (remove_files) COMPLETE
64332026-07-06T21:41:54.003Z[ recovery-image] Jul 06 21:41:53.411 INFO O| Jul 06 21:41:53.411 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-07-06T21:41:54.010Z[ recovery-image] Jul 06 21:41:53.420 INFO O| Jul 06 21:41:53.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64352026-07-06T21:41:54.010Z[ recovery-image] Jul 06 21:41:53.420 INFO O| Jul 06 21:41:53.420 INFO STEP 364 (remove_files) COMPLETE
64362026-07-06T21:41:54.013Z[ recovery-image] Jul 06 21:41:53.420 INFO O| Jul 06 21:41:53.420 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-07-06T21:41:54.018Z[ recovery-image] Jul 06 21:41:53.430 INFO O| Jul 06 21:41:53.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64382026-07-06T21:41:54.018Z[ recovery-image] Jul 06 21:41:53.430 INFO O| Jul 06 21:41:53.430 INFO STEP 365 (remove_files) COMPLETE
64392026-07-06T21:41:54.022Z[ recovery-image] Jul 06 21:41:53.430 INFO O| Jul 06 21:41:53.430 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-07-06T21:41:54.027Z[ recovery-image] Jul 06 21:41:53.440 INFO O| Jul 06 21:41:53.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64412026-07-06T21:41:54.027Z[ recovery-image] Jul 06 21:41:53.440 INFO O| Jul 06 21:41:53.440 INFO STEP 366 (remove_files) COMPLETE
64422026-07-06T21:41:54.028Z[ recovery-image] Jul 06 21:41:53.440 INFO O| Jul 06 21:41:53.440 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-07-06T21:41:54.038Z[ recovery-image] Jul 06 21:41:53.450 INFO O| Jul 06 21:41:53.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64442026-07-06T21:41:54.038Z[ recovery-image] Jul 06 21:41:53.450 INFO O| Jul 06 21:41:53.450 INFO STEP 367 (remove_files) COMPLETE
64452026-07-06T21:41:54.038Z[ recovery-image] Jul 06 21:41:53.450 INFO O| Jul 06 21:41:53.450 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-07-06T21:41:54.049Z[ recovery-image] Jul 06 21:41:53.461 INFO O| Jul 06 21:41:53.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64472026-07-06T21:41:54.049Z[ recovery-image] Jul 06 21:41:53.461 INFO O| Jul 06 21:41:53.461 INFO STEP 368 (remove_files) COMPLETE
64482026-07-06T21:41:54.049Z[ recovery-image] Jul 06 21:41:53.461 INFO O| Jul 06 21:41:53.461 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-07-06T21:41:54.057Z[ recovery-image] Jul 06 21:41:53.470 INFO O| Jul 06 21:41:53.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64502026-07-06T21:41:54.057Z[ recovery-image] Jul 06 21:41:53.470 INFO O| Jul 06 21:41:53.470 INFO STEP 369 (remove_files) COMPLETE
64512026-07-06T21:41:54.058Z[ recovery-image] Jul 06 21:41:53.470 INFO O| Jul 06 21:41:53.470 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-07-06T21:41:54.066Z[ recovery-image] Jul 06 21:41:53.478 INFO O| Jul 06 21:41:53.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64532026-07-06T21:41:54.066Z[ recovery-image] Jul 06 21:41:53.478 INFO O| Jul 06 21:41:53.478 INFO STEP 370 (remove_files) COMPLETE
64542026-07-06T21:41:54.070Z[ recovery-image] Jul 06 21:41:53.478 INFO O| Jul 06 21:41:53.478 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-07-06T21:41:54.074Z[ recovery-image] Jul 06 21:41:53.486 INFO O| Jul 06 21:41:53.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64562026-07-06T21:41:54.074Z[ recovery-image] Jul 06 21:41:53.486 INFO O| Jul 06 21:41:53.486 INFO STEP 371 (remove_files) COMPLETE
64572026-07-06T21:41:54.074Z[ recovery-image] Jul 06 21:41:53.486 INFO O| Jul 06 21:41:53.486 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-07-06T21:41:54.084Z[ recovery-image] Jul 06 21:41:53.496 INFO O| Jul 06 21:41:53.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64592026-07-06T21:41:54.084Z[ recovery-image] Jul 06 21:41:53.496 INFO O| Jul 06 21:41:53.496 INFO STEP 372 (remove_files) COMPLETE
64602026-07-06T21:41:54.084Z[ recovery-image] Jul 06 21:41:53.496 INFO O| Jul 06 21:41:53.496 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-07-06T21:41:54.095Z[ recovery-image] Jul 06 21:41:53.507 INFO O| Jul 06 21:41:53.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64622026-07-06T21:41:54.095Z[ recovery-image] Jul 06 21:41:53.507 INFO O| Jul 06 21:41:53.507 INFO STEP 373 (remove_files) COMPLETE
64632026-07-06T21:41:54.095Z[ recovery-image] Jul 06 21:41:53.507 INFO O| Jul 06 21:41:53.507 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-07-06T21:41:54.105Z[ recovery-image] Jul 06 21:41:53.517 INFO O| Jul 06 21:41:53.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64652026-07-06T21:41:54.105Z[ recovery-image] Jul 06 21:41:53.517 INFO O| Jul 06 21:41:53.517 INFO STEP 374 (remove_files) COMPLETE
64662026-07-06T21:41:54.105Z[ recovery-image] Jul 06 21:41:53.517 INFO O| Jul 06 21:41:53.517 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-07-06T21:41:54.116Z[ recovery-image] Jul 06 21:41:53.528 INFO O| Jul 06 21:41:53.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64682026-07-06T21:41:54.116Z[ recovery-image] Jul 06 21:41:53.528 INFO O| Jul 06 21:41:53.528 INFO STEP 375 (remove_files) COMPLETE
64692026-07-06T21:41:54.120Z[ recovery-image] Jul 06 21:41:53.528 INFO O| Jul 06 21:41:53.528 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-07-06T21:41:54.126Z[ recovery-image] Jul 06 21:41:53.538 INFO O| Jul 06 21:41:53.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64712026-07-06T21:41:54.126Z[ recovery-image] Jul 06 21:41:53.539 INFO O| Jul 06 21:41:53.538 INFO STEP 376 (remove_files) COMPLETE
64722026-07-06T21:41:54.130Z[ recovery-image] Jul 06 21:41:53.539 INFO O| Jul 06 21:41:53.538 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-07-06T21:41:54.136Z[ recovery-image] Jul 06 21:41:53.548 INFO O| Jul 06 21:41:53.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64742026-07-06T21:41:54.136Z[ recovery-image] Jul 06 21:41:53.548 INFO O| Jul 06 21:41:53.548 INFO STEP 377 (remove_files) COMPLETE
64752026-07-06T21:41:54.140Z[ recovery-image] Jul 06 21:41:53.548 INFO O| Jul 06 21:41:53.548 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-07-06T21:41:54.146Z[ recovery-image] Jul 06 21:41:53.558 INFO O| Jul 06 21:41:53.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64772026-07-06T21:41:54.146Z[ recovery-image] Jul 06 21:41:53.558 INFO O| Jul 06 21:41:53.558 INFO STEP 378 (remove_files) COMPLETE
64782026-07-06T21:41:54.146Z[ recovery-image] Jul 06 21:41:53.558 INFO O| Jul 06 21:41:53.558 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-07-06T21:41:54.157Z[ recovery-image] Jul 06 21:41:53.568 INFO O| Jul 06 21:41:53.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64802026-07-06T21:41:54.157Z[ recovery-image] Jul 06 21:41:53.568 INFO O| Jul 06 21:41:53.568 INFO STEP 379 (remove_files) COMPLETE
64812026-07-06T21:41:54.157Z[ recovery-image] Jul 06 21:41:53.568 INFO O| Jul 06 21:41:53.568 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-07-06T21:41:54.167Z[ recovery-image] Jul 06 21:41:53.579 INFO O| Jul 06 21:41:53.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64832026-07-06T21:41:54.167Z[ recovery-image] Jul 06 21:41:53.580 INFO O| Jul 06 21:41:53.579 INFO STEP 380 (remove_files) COMPLETE
64842026-07-06T21:41:54.171Z[ recovery-image] Jul 06 21:41:53.580 INFO O| Jul 06 21:41:53.580 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-07-06T21:41:54.178Z[ recovery-image] Jul 06 21:41:53.590 INFO O| Jul 06 21:41:53.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64862026-07-06T21:41:54.179Z[ recovery-image] Jul 06 21:41:53.590 INFO O| Jul 06 21:41:53.590 INFO STEP 381 (remove_files) COMPLETE
64872026-07-06T21:41:54.179Z[ recovery-image] Jul 06 21:41:53.590 INFO O| Jul 06 21:41:53.590 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-07-06T21:41:54.190Z[ recovery-image] Jul 06 21:41:53.602 INFO O| Jul 06 21:41:53.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64892026-07-06T21:41:54.190Z[ recovery-image] Jul 06 21:41:53.602 INFO O| Jul 06 21:41:53.602 INFO STEP 382 (remove_files) COMPLETE
64902026-07-06T21:41:54.190Z[ recovery-image] Jul 06 21:41:53.602 INFO O| Jul 06 21:41:53.602 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-07-06T21:41:54.200Z[ recovery-image] Jul 06 21:41:53.613 INFO O| Jul 06 21:41:53.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64922026-07-06T21:41:54.201Z[ recovery-image] Jul 06 21:41:53.613 INFO O| Jul 06 21:41:53.613 INFO STEP 383 (remove_files) COMPLETE
64932026-07-06T21:41:54.201Z[ recovery-image] Jul 06 21:41:53.613 INFO O| Jul 06 21:41:53.613 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-07-06T21:41:54.210Z[ recovery-image] Jul 06 21:41:53.622 INFO O| Jul 06 21:41:53.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64952026-07-06T21:41:54.210Z[ recovery-image] Jul 06 21:41:53.622 INFO O| Jul 06 21:41:53.622 INFO STEP 384 (remove_files) COMPLETE
64962026-07-06T21:41:54.214Z[ recovery-image] Jul 06 21:41:53.622 INFO O| Jul 06 21:41:53.622 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-07-06T21:41:54.221Z[ recovery-image] Jul 06 21:41:53.634 INFO O| Jul 06 21:41:53.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64982026-07-06T21:41:54.222Z[ recovery-image] Jul 06 21:41:53.634 INFO O| Jul 06 21:41:53.634 INFO STEP 385 (remove_files) COMPLETE
64992026-07-06T21:41:54.226Z[ recovery-image] Jul 06 21:41:53.634 INFO O| Jul 06 21:41:53.634 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-07-06T21:41:54.232Z[ recovery-image] Jul 06 21:41:53.645 INFO O| Jul 06 21:41:53.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65012026-07-06T21:41:54.233Z[ recovery-image] Jul 06 21:41:53.645 INFO O| Jul 06 21:41:53.645 INFO STEP 386 (remove_files) COMPLETE
65022026-07-06T21:41:54.233Z[ recovery-image] Jul 06 21:41:53.645 INFO O| Jul 06 21:41:53.645 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-07-06T21:41:54.244Z[ recovery-image] Jul 06 21:41:53.656 INFO O| Jul 06 21:41:53.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65042026-07-06T21:41:54.244Z[ recovery-image] Jul 06 21:41:53.656 INFO O| Jul 06 21:41:53.656 INFO STEP 387 (remove_files) COMPLETE
65052026-07-06T21:41:54.244Z[ recovery-image] Jul 06 21:41:53.656 INFO O| Jul 06 21:41:53.656 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-07-06T21:41:54.254Z[ recovery-image] Jul 06 21:41:53.666 INFO O| Jul 06 21:41:53.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65072026-07-06T21:41:54.254Z[ recovery-image] Jul 06 21:41:53.666 INFO O| Jul 06 21:41:53.666 INFO STEP 388 (remove_files) COMPLETE
65082026-07-06T21:41:54.258Z[ recovery-image] Jul 06 21:41:53.666 INFO O| Jul 06 21:41:53.666 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-07-06T21:41:54.263Z[ recovery-image] Jul 06 21:41:53.675 INFO O| Jul 06 21:41:53.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65102026-07-06T21:41:54.263Z[ recovery-image] Jul 06 21:41:53.675 INFO O| Jul 06 21:41:53.675 INFO STEP 389 (remove_files) COMPLETE
65112026-07-06T21:41:54.267Z[ recovery-image] Jul 06 21:41:53.675 INFO O| Jul 06 21:41:53.675 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-07-06T21:41:54.274Z[ recovery-image] Jul 06 21:41:53.687 INFO O| Jul 06 21:41:53.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65132026-07-06T21:41:54.274Z[ recovery-image] Jul 06 21:41:53.687 INFO O| Jul 06 21:41:53.687 INFO STEP 390 (remove_files) COMPLETE
65142026-07-06T21:41:54.275Z[ recovery-image] Jul 06 21:41:53.687 INFO O| Jul 06 21:41:53.687 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-07-06T21:41:54.284Z[ recovery-image] Jul 06 21:41:53.696 INFO O| Jul 06 21:41:53.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65162026-07-06T21:41:54.284Z[ recovery-image] Jul 06 21:41:53.696 INFO O| Jul 06 21:41:53.696 INFO STEP 391 (remove_files) COMPLETE
65172026-07-06T21:41:54.288Z[ recovery-image] Jul 06 21:41:53.696 INFO O| Jul 06 21:41:53.696 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-07-06T21:41:54.294Z[ recovery-image] Jul 06 21:41:53.707 INFO O| Jul 06 21:41:53.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65192026-07-06T21:41:54.295Z[ recovery-image] Jul 06 21:41:53.707 INFO O| Jul 06 21:41:53.707 INFO STEP 392 (remove_files) COMPLETE
65202026-07-06T21:41:54.295Z[ recovery-image] Jul 06 21:41:53.707 INFO O| Jul 06 21:41:53.707 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-07-06T21:41:54.307Z[ recovery-image] Jul 06 21:41:53.717 INFO O| Jul 06 21:41:53.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65222026-07-06T21:41:54.307Z[ recovery-image] Jul 06 21:41:53.718 INFO O| Jul 06 21:41:53.718 INFO STEP 393 (remove_files) COMPLETE
65232026-07-06T21:41:54.307Z[ recovery-image] Jul 06 21:41:53.718 INFO O| Jul 06 21:41:53.718 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-07-06T21:41:54.316Z[ recovery-image] Jul 06 21:41:53.728 INFO O| Jul 06 21:41:53.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65252026-07-06T21:41:54.319Z[ recovery-image] Jul 06 21:41:53.728 INFO O| Jul 06 21:41:53.728 INFO STEP 394 (remove_files) COMPLETE
65262026-07-06T21:41:54.319Z[ recovery-image] Jul 06 21:41:53.728 INFO O| Jul 06 21:41:53.728 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-07-06T21:41:54.325Z[ recovery-image] Jul 06 21:41:53.737 INFO O| Jul 06 21:41:53.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65282026-07-06T21:41:54.325Z[ recovery-image] Jul 06 21:41:53.737 INFO O| Jul 06 21:41:53.737 INFO STEP 395 (remove_files) COMPLETE
65292026-07-06T21:41:54.329Z[ recovery-image] Jul 06 21:41:53.737 INFO O| Jul 06 21:41:53.737 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-07-06T21:41:54.333Z[ recovery-image] Jul 06 21:41:53.746 INFO O| Jul 06 21:41:53.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65312026-07-06T21:41:54.338Z[ recovery-image] Jul 06 21:41:53.746 INFO O| Jul 06 21:41:53.746 INFO STEP 396 (remove_files) COMPLETE
65322026-07-06T21:41:54.338Z[ recovery-image] Jul 06 21:41:53.746 INFO O| Jul 06 21:41:53.746 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-07-06T21:41:54.343Z[ recovery-image] Jul 06 21:41:53.756 INFO O| Jul 06 21:41:53.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65342026-07-06T21:41:54.347Z[ recovery-image] Jul 06 21:41:53.756 INFO O| Jul 06 21:41:53.756 INFO STEP 397 (remove_files) COMPLETE
65352026-07-06T21:41:54.348Z[ recovery-image] Jul 06 21:41:53.756 INFO O| Jul 06 21:41:53.756 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-07-06T21:41:54.352Z[ recovery-image] Jul 06 21:41:53.764 INFO O| Jul 06 21:41:53.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65372026-07-06T21:41:54.356Z[ recovery-image] Jul 06 21:41:53.764 INFO O| Jul 06 21:41:53.764 INFO STEP 398 (remove_files) COMPLETE
65382026-07-06T21:41:54.356Z[ recovery-image] Jul 06 21:41:53.764 INFO O| Jul 06 21:41:53.764 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-07-06T21:41:54.363Z[ recovery-image] Jul 06 21:41:53.775 INFO O| Jul 06 21:41:53.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65402026-07-06T21:41:54.368Z[ recovery-image] Jul 06 21:41:53.776 INFO O| Jul 06 21:41:53.776 INFO STEP 399 (remove_files) COMPLETE
65412026-07-06T21:41:54.369Z[ recovery-image] Jul 06 21:41:53.776 INFO O| Jul 06 21:41:53.776 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-07-06T21:41:54.372Z[ recovery-image] Jul 06 21:41:53.785 INFO O| Jul 06 21:41:53.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65432026-07-06T21:41:54.373Z[ recovery-image] Jul 06 21:41:53.785 INFO O| Jul 06 21:41:53.785 INFO STEP 400 (remove_files) COMPLETE
65442026-07-06T21:41:54.373Z[ recovery-image] Jul 06 21:41:53.785 INFO O| Jul 06 21:41:53.785 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-07-06T21:41:54.381Z[ recovery-image] Jul 06 21:41:53.793 INFO O| Jul 06 21:41:53.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65462026-07-06T21:41:54.385Z[ recovery-image] Jul 06 21:41:53.793 INFO O| Jul 06 21:41:53.793 INFO STEP 401 (remove_files) COMPLETE
65472026-07-06T21:41:54.385Z[ recovery-image] Jul 06 21:41:53.793 INFO O| Jul 06 21:41:53.793 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-07-06T21:41:54.391Z[ recovery-image] Jul 06 21:41:53.803 INFO O| Jul 06 21:41:53.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65492026-07-06T21:41:54.395Z[ recovery-image] Jul 06 21:41:53.803 INFO O| Jul 06 21:41:53.803 INFO STEP 402 (remove_files) COMPLETE
65502026-07-06T21:41:54.395Z[ recovery-image] Jul 06 21:41:53.803 INFO O| Jul 06 21:41:53.803 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-07-06T21:41:54.400Z[ recovery-image] Jul 06 21:41:53.812 INFO O| Jul 06 21:41:53.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65522026-07-06T21:41:54.403Z[ recovery-image] Jul 06 21:41:53.812 INFO O| Jul 06 21:41:53.812 INFO STEP 403 (remove_files) COMPLETE
65532026-07-06T21:41:54.403Z[ recovery-image] Jul 06 21:41:53.812 INFO O| Jul 06 21:41:53.812 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-07-06T21:41:54.408Z[ recovery-image] Jul 06 21:41:53.820 INFO O| Jul 06 21:41:53.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65552026-07-06T21:41:54.411Z[ recovery-image] Jul 06 21:41:53.820 INFO O| Jul 06 21:41:53.820 INFO STEP 404 (remove_files) COMPLETE
65562026-07-06T21:41:54.411Z[ recovery-image] Jul 06 21:41:53.820 INFO O| Jul 06 21:41:53.820 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-07-06T21:41:54.417Z[ recovery-image] Jul 06 21:41:53.829 INFO O| Jul 06 21:41:53.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65582026-07-06T21:41:54.417Z[ recovery-image] Jul 06 21:41:53.829 INFO O| Jul 06 21:41:53.829 INFO STEP 405 (remove_files) COMPLETE
65592026-07-06T21:41:54.420Z[ recovery-image] Jul 06 21:41:53.829 INFO O| Jul 06 21:41:53.829 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-07-06T21:41:54.425Z[ recovery-image] Jul 06 21:41:53.837 INFO O| Jul 06 21:41:53.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65612026-07-06T21:41:54.425Z[ recovery-image] Jul 06 21:41:53.837 INFO O| Jul 06 21:41:53.837 INFO STEP 406 (remove_files) COMPLETE
65622026-07-06T21:41:54.425Z[ recovery-image] Jul 06 21:41:53.837 INFO O| Jul 06 21:41:53.837 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-07-06T21:41:54.433Z[ recovery-image] Jul 06 21:41:53.845 INFO O| Jul 06 21:41:53.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65642026-07-06T21:41:54.433Z[ recovery-image] Jul 06 21:41:53.845 INFO O| Jul 06 21:41:53.845 INFO STEP 407 (remove_files) COMPLETE
65652026-07-06T21:41:54.433Z[ recovery-image] Jul 06 21:41:53.845 INFO O| Jul 06 21:41:53.845 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-07-06T21:41:54.442Z[ recovery-image] Jul 06 21:41:53.855 INFO O| Jul 06 21:41:53.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65672026-07-06T21:41:54.443Z[ recovery-image] Jul 06 21:41:53.855 INFO O| Jul 06 21:41:53.855 INFO STEP 408 (remove_files) COMPLETE
65682026-07-06T21:41:54.443Z[ recovery-image] Jul 06 21:41:53.855 INFO O| Jul 06 21:41:53.855 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-07-06T21:41:54.451Z[ recovery-image] Jul 06 21:41:53.863 INFO O| Jul 06 21:41:53.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65702026-07-06T21:41:54.451Z[ recovery-image] Jul 06 21:41:53.863 INFO O| Jul 06 21:41:53.863 INFO STEP 409 (remove_files) COMPLETE
65712026-07-06T21:41:54.451Z[ recovery-image] Jul 06 21:41:53.863 INFO O| Jul 06 21:41:53.863 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-07-06T21:41:54.460Z[ recovery-image] Jul 06 21:41:53.872 INFO O| Jul 06 21:41:53.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65732026-07-06T21:41:54.460Z[ recovery-image] Jul 06 21:41:53.872 INFO O| Jul 06 21:41:53.872 INFO STEP 410 (remove_files) COMPLETE
65742026-07-06T21:41:54.463Z[ recovery-image] Jul 06 21:41:53.872 INFO O| Jul 06 21:41:53.872 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-07-06T21:41:54.467Z[ recovery-image] Jul 06 21:41:53.880 INFO O| Jul 06 21:41:53.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65762026-07-06T21:41:54.468Z[ recovery-image] Jul 06 21:41:53.880 INFO O| Jul 06 21:41:53.880 INFO STEP 411 (remove_files) COMPLETE
65772026-07-06T21:41:54.471Z[ recovery-image] Jul 06 21:41:53.880 INFO O| Jul 06 21:41:53.880 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-07-06T21:41:54.479Z[ recovery-image] Jul 06 21:41:53.889 INFO O| Jul 06 21:41:53.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65792026-07-06T21:41:54.479Z[ recovery-image] Jul 06 21:41:53.889 INFO O| Jul 06 21:41:53.889 INFO STEP 412 (remove_files) COMPLETE
65802026-07-06T21:41:54.479Z[ recovery-image] Jul 06 21:41:53.889 INFO O| Jul 06 21:41:53.889 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-07-06T21:41:54.485Z[ recovery-image] Jul 06 21:41:53.897 INFO O| Jul 06 21:41:53.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65822026-07-06T21:41:54.485Z[ recovery-image] Jul 06 21:41:53.897 INFO O| Jul 06 21:41:53.897 INFO STEP 413 (remove_files) COMPLETE
65832026-07-06T21:41:54.485Z[ recovery-image] Jul 06 21:41:53.897 INFO O| Jul 06 21:41:53.897 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-07-06T21:41:54.493Z[ recovery-image] Jul 06 21:41:53.905 INFO O| Jul 06 21:41:53.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65852026-07-06T21:41:54.493Z[ recovery-image] Jul 06 21:41:53.905 INFO O| Jul 06 21:41:53.905 INFO STEP 414 (remove_files) COMPLETE
65862026-07-06T21:41:54.494Z[ recovery-image] Jul 06 21:41:53.905 INFO O| Jul 06 21:41:53.905 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-07-06T21:41:54.504Z[ recovery-image] Jul 06 21:41:53.913 INFO O| Jul 06 21:41:53.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65882026-07-06T21:41:54.504Z[ recovery-image] Jul 06 21:41:53.913 INFO O| Jul 06 21:41:53.913 INFO STEP 415 (remove_files) COMPLETE
65892026-07-06T21:41:54.504Z[ recovery-image] Jul 06 21:41:53.913 INFO O| Jul 06 21:41:53.913 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-07-06T21:41:54.509Z[ recovery-image] Jul 06 21:41:53.920 INFO O| Jul 06 21:41:53.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65912026-07-06T21:41:54.509Z[ recovery-image] Jul 06 21:41:53.920 INFO O| Jul 06 21:41:53.920 INFO STEP 416 (remove_files) COMPLETE
65922026-07-06T21:41:54.509Z[ recovery-image] Jul 06 21:41:53.920 INFO O| Jul 06 21:41:53.920 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-07-06T21:41:54.517Z[ recovery-image] Jul 06 21:41:53.929 INFO O| Jul 06 21:41:53.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65942026-07-06T21:41:54.517Z[ recovery-image] Jul 06 21:41:53.929 INFO O| Jul 06 21:41:53.929 INFO STEP 417 (remove_files) COMPLETE
65952026-07-06T21:41:54.521Z[ recovery-image] Jul 06 21:41:53.929 INFO O| Jul 06 21:41:53.929 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-07-06T21:41:54.526Z[ recovery-image] Jul 06 21:41:53.938 INFO O| Jul 06 21:41:53.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65972026-07-06T21:41:54.529Z[ recovery-image] Jul 06 21:41:53.938 INFO O| Jul 06 21:41:53.938 INFO STEP 418 (remove_files) COMPLETE
65982026-07-06T21:41:54.529Z[ recovery-image] Jul 06 21:41:53.938 INFO O| Jul 06 21:41:53.938 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-07-06T21:41:54.534Z[ recovery-image] Jul 06 21:41:53.947 INFO O| Jul 06 21:41:53.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66002026-07-06T21:41:54.538Z[ recovery-image] Jul 06 21:41:53.947 INFO O| Jul 06 21:41:53.947 INFO STEP 419 (remove_files) COMPLETE
66012026-07-06T21:41:54.538Z[ recovery-image] Jul 06 21:41:53.947 INFO O| Jul 06 21:41:53.947 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-07-06T21:41:54.543Z[ recovery-image] Jul 06 21:41:53.955 INFO O| Jul 06 21:41:53.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66032026-07-06T21:41:54.546Z[ recovery-image] Jul 06 21:41:53.955 INFO O| Jul 06 21:41:53.955 INFO STEP 420 (remove_files) COMPLETE
66042026-07-06T21:41:54.547Z[ recovery-image] Jul 06 21:41:53.955 INFO O| Jul 06 21:41:53.955 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-07-06T21:41:54.551Z[ recovery-image] Jul 06 21:41:53.963 INFO O| Jul 06 21:41:53.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66062026-07-06T21:41:54.551Z[ recovery-image] Jul 06 21:41:53.963 INFO O| Jul 06 21:41:53.963 INFO STEP 421 (remove_files) COMPLETE
66072026-07-06T21:41:54.555Z[ recovery-image] Jul 06 21:41:53.963 INFO O| Jul 06 21:41:53.963 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-07-06T21:41:54.560Z[ recovery-image] Jul 06 21:41:53.972 INFO O| Jul 06 21:41:53.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66092026-07-06T21:41:54.560Z[ recovery-image] Jul 06 21:41:53.972 INFO O| Jul 06 21:41:53.972 INFO STEP 422 (remove_files) COMPLETE
66102026-07-06T21:41:54.563Z[ recovery-image] Jul 06 21:41:53.972 INFO O| Jul 06 21:41:53.972 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-07-06T21:41:54.570Z[ recovery-image] Jul 06 21:41:53.983 INFO O| Jul 06 21:41:53.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66122026-07-06T21:41:54.570Z[ recovery-image] Jul 06 21:41:53.983 INFO O| Jul 06 21:41:53.983 INFO STEP 423 (remove_files) COMPLETE
66132026-07-06T21:41:54.574Z[ recovery-image] Jul 06 21:41:53.983 INFO O| Jul 06 21:41:53.983 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-07-06T21:41:54.580Z[ recovery-image] Jul 06 21:41:53.992 INFO O| Jul 06 21:41:53.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66152026-07-06T21:41:54.580Z[ recovery-image] Jul 06 21:41:53.992 INFO O| Jul 06 21:41:53.992 INFO STEP 424 (remove_files) COMPLETE
66162026-07-06T21:41:54.583Z[ recovery-image] Jul 06 21:41:53.992 INFO O| Jul 06 21:41:53.992 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-07-06T21:41:54.590Z[ recovery-image] Jul 06 21:41:54.002 INFO O| Jul 06 21:41:54.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66182026-07-06T21:41:54.590Z[ recovery-image] Jul 06 21:41:54.002 INFO O| Jul 06 21:41:54.002 INFO STEP 425 (remove_files) COMPLETE
66192026-07-06T21:41:54.593Z[ recovery-image] Jul 06 21:41:54.002 INFO O| Jul 06 21:41:54.002 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-07-06T21:41:54.599Z[ recovery-image] Jul 06 21:41:54.011 INFO O| Jul 06 21:41:54.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66212026-07-06T21:41:54.599Z[ recovery-image] Jul 06 21:41:54.011 INFO O| Jul 06 21:41:54.011 INFO STEP 426 (remove_files) COMPLETE
66222026-07-06T21:41:54.599Z[ recovery-image] Jul 06 21:41:54.011 INFO O| Jul 06 21:41:54.011 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-07-06T21:41:54.609Z[ recovery-image] Jul 06 21:41:54.021 INFO O| Jul 06 21:41:54.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66242026-07-06T21:41:54.610Z[ recovery-image] Jul 06 21:41:54.021 INFO O| Jul 06 21:41:54.021 INFO STEP 427 (remove_files) COMPLETE
66252026-07-06T21:41:54.613Z[ recovery-image] Jul 06 21:41:54.021 INFO O| Jul 06 21:41:54.021 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-07-06T21:41:54.618Z[ recovery-image] Jul 06 21:41:54.030 INFO O| Jul 06 21:41:54.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66272026-07-06T21:41:54.618Z[ recovery-image] Jul 06 21:41:54.030 INFO O| Jul 06 21:41:54.030 INFO STEP 428 (remove_files) COMPLETE
66282026-07-06T21:41:54.622Z[ recovery-image] Jul 06 21:41:54.030 INFO O| Jul 06 21:41:54.030 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-07-06T21:41:54.626Z[ recovery-image] Jul 06 21:41:54.038 INFO O| Jul 06 21:41:54.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66302026-07-06T21:41:54.626Z[ recovery-image] Jul 06 21:41:54.039 INFO O| Jul 06 21:41:54.039 INFO STEP 429 (remove_files) COMPLETE
66312026-07-06T21:41:54.630Z[ recovery-image] Jul 06 21:41:54.039 INFO O| Jul 06 21:41:54.039 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-07-06T21:41:54.636Z[ recovery-image] Jul 06 21:41:54.047 INFO O| Jul 06 21:41:54.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66332026-07-06T21:41:54.637Z[ recovery-image] Jul 06 21:41:54.047 INFO O| Jul 06 21:41:54.047 INFO STEP 430 (remove_files) COMPLETE
66342026-07-06T21:41:54.640Z[ recovery-image] Jul 06 21:41:54.047 INFO O| Jul 06 21:41:54.047 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-07-06T21:41:54.644Z[ recovery-image] Jul 06 21:41:54.056 INFO O| Jul 06 21:41:54.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66362026-07-06T21:41:54.644Z[ recovery-image] Jul 06 21:41:54.056 INFO O| Jul 06 21:41:54.056 INFO STEP 431 (remove_files) COMPLETE
66372026-07-06T21:41:54.644Z[ recovery-image] Jul 06 21:41:54.056 INFO O| Jul 06 21:41:54.056 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-07-06T21:41:54.651Z[ recovery-image] Jul 06 21:41:54.063 INFO O| Jul 06 21:41:54.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66392026-07-06T21:41:54.655Z[ recovery-image] Jul 06 21:41:54.063 INFO O| Jul 06 21:41:54.063 INFO STEP 432 (remove_files) COMPLETE
66402026-07-06T21:41:54.655Z[ recovery-image] Jul 06 21:41:54.063 INFO O| Jul 06 21:41:54.063 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-07-06T21:41:54.659Z[ recovery-image] Jul 06 21:41:54.070 INFO O| Jul 06 21:41:54.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66422026-07-06T21:41:54.659Z[ recovery-image] Jul 06 21:41:54.070 INFO O| Jul 06 21:41:54.070 INFO STEP 433 (remove_files) COMPLETE
66432026-07-06T21:41:54.659Z[ recovery-image] Jul 06 21:41:54.070 INFO O| Jul 06 21:41:54.070 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-07-06T21:41:54.665Z[ recovery-image] Jul 06 21:41:54.077 INFO O| Jul 06 21:41:54.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66452026-07-06T21:41:54.670Z[ recovery-image] Jul 06 21:41:54.077 INFO O| Jul 06 21:41:54.077 INFO STEP 434 (remove_files) COMPLETE
66462026-07-06T21:41:54.670Z[ recovery-image] Jul 06 21:41:54.077 INFO O| Jul 06 21:41:54.077 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-07-06T21:41:54.675Z[ recovery-image] Jul 06 21:41:54.087 INFO O| Jul 06 21:41:54.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66482026-07-06T21:41:54.678Z[ recovery-image] Jul 06 21:41:54.088 INFO O| Jul 06 21:41:54.088 INFO STEP 435 (remove_files) COMPLETE
66492026-07-06T21:41:54.678Z[ recovery-image] Jul 06 21:41:54.088 INFO O| Jul 06 21:41:54.088 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-07-06T21:41:54.686Z[ recovery-image] Jul 06 21:41:54.097 INFO O| Jul 06 21:41:54.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66512026-07-06T21:41:54.689Z[ recovery-image] Jul 06 21:41:54.097 INFO O| Jul 06 21:41:54.097 INFO STEP 436 (remove_files) COMPLETE
66522026-07-06T21:41:54.689Z[ recovery-image] Jul 06 21:41:54.097 INFO O| Jul 06 21:41:54.097 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-07-06T21:41:54.695Z[ recovery-image] Jul 06 21:41:54.107 INFO O| Jul 06 21:41:54.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66542026-07-06T21:41:54.695Z[ recovery-image] Jul 06 21:41:54.107 INFO O| Jul 06 21:41:54.107 INFO STEP 437 (remove_files) COMPLETE
66552026-07-06T21:41:54.695Z[ recovery-image] Jul 06 21:41:54.107 INFO O| Jul 06 21:41:54.107 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-07-06T21:41:54.703Z[ recovery-image] Jul 06 21:41:54.116 INFO O| Jul 06 21:41:54.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66572026-07-06T21:41:54.704Z[ recovery-image] Jul 06 21:41:54.116 INFO O| Jul 06 21:41:54.116 INFO STEP 438 (remove_files) COMPLETE
66582026-07-06T21:41:54.707Z[ recovery-image] Jul 06 21:41:54.116 INFO O| Jul 06 21:41:54.116 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-07-06T21:41:54.713Z[ recovery-image] Jul 06 21:41:54.126 INFO O| Jul 06 21:41:54.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66602026-07-06T21:41:54.718Z[ recovery-image] Jul 06 21:41:54.126 INFO O| Jul 06 21:41:54.126 INFO STEP 439 (remove_files) COMPLETE
66612026-07-06T21:41:54.718Z[ recovery-image] Jul 06 21:41:54.126 INFO O| Jul 06 21:41:54.126 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-07-06T21:41:54.722Z[ recovery-image] Jul 06 21:41:54.135 INFO O| Jul 06 21:41:54.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66632026-07-06T21:41:54.722Z[ recovery-image] Jul 06 21:41:54.135 INFO O| Jul 06 21:41:54.135 INFO STEP 440 (remove_files) COMPLETE
66642026-07-06T21:41:54.726Z[ recovery-image] Jul 06 21:41:54.135 INFO O| Jul 06 21:41:54.135 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-07-06T21:41:54.730Z[ recovery-image] Jul 06 21:41:54.142 INFO O| Jul 06 21:41:54.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66662026-07-06T21:41:54.734Z[ recovery-image] Jul 06 21:41:54.142 INFO O| Jul 06 21:41:54.142 INFO STEP 441 (remove_files) COMPLETE
66672026-07-06T21:41:54.734Z[ recovery-image] Jul 06 21:41:54.142 INFO O| Jul 06 21:41:54.142 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-07-06T21:41:54.739Z[ recovery-image] Jul 06 21:41:54.151 INFO O| Jul 06 21:41:54.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66692026-07-06T21:41:54.739Z[ recovery-image] Jul 06 21:41:54.151 INFO O| Jul 06 21:41:54.151 INFO STEP 442 (remove_files) COMPLETE
66702026-07-06T21:41:54.739Z[ recovery-image] Jul 06 21:41:54.151 INFO O| Jul 06 21:41:54.151 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-07-06T21:41:54.747Z[ recovery-image] Jul 06 21:41:54.160 INFO O| Jul 06 21:41:54.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66722026-07-06T21:41:54.748Z[ recovery-image] Jul 06 21:41:54.160 INFO O| Jul 06 21:41:54.160 INFO STEP 443 (remove_files) COMPLETE
66732026-07-06T21:41:54.752Z[ recovery-image] Jul 06 21:41:54.160 INFO O| Jul 06 21:41:54.160 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-07-06T21:41:54.756Z[ recovery-image] Jul 06 21:41:54.168 INFO O| Jul 06 21:41:54.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66752026-07-06T21:41:54.760Z[ recovery-image] Jul 06 21:41:54.168 INFO O| Jul 06 21:41:54.168 INFO STEP 444 (remove_files) COMPLETE
66762026-07-06T21:41:54.760Z[ recovery-image] Jul 06 21:41:54.168 INFO O| Jul 06 21:41:54.168 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-07-06T21:41:54.764Z[ recovery-image] Jul 06 21:41:54.177 INFO O| Jul 06 21:41:54.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66782026-07-06T21:41:54.768Z[ recovery-image] Jul 06 21:41:54.177 INFO O| Jul 06 21:41:54.177 INFO STEP 445 (remove_files) COMPLETE
66792026-07-06T21:41:54.768Z[ recovery-image] Jul 06 21:41:54.177 INFO O| Jul 06 21:41:54.177 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-07-06T21:41:54.772Z[ recovery-image] Jul 06 21:41:54.185 INFO O| Jul 06 21:41:54.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66812026-07-06T21:41:54.775Z[ recovery-image] Jul 06 21:41:54.185 INFO O| Jul 06 21:41:54.185 INFO STEP 446 (remove_files) COMPLETE
66822026-07-06T21:41:54.776Z[ recovery-image] Jul 06 21:41:54.185 INFO O| Jul 06 21:41:54.185 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-07-06T21:41:54.780Z[ recovery-image] Jul 06 21:41:54.192 INFO O| Jul 06 21:41:54.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66842026-07-06T21:41:54.784Z[ recovery-image] Jul 06 21:41:54.193 INFO O| Jul 06 21:41:54.193 INFO STEP 447 (remove_files) COMPLETE
66852026-07-06T21:41:54.784Z[ recovery-image] Jul 06 21:41:54.193 INFO O| Jul 06 21:41:54.193 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-07-06T21:41:54.788Z[ recovery-image] Jul 06 21:41:54.200 INFO O| Jul 06 21:41:54.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66872026-07-06T21:41:54.788Z[ recovery-image] Jul 06 21:41:54.200 INFO O| Jul 06 21:41:54.200 INFO STEP 448 (remove_files) COMPLETE
66882026-07-06T21:41:54.788Z[ recovery-image] Jul 06 21:41:54.200 INFO O| Jul 06 21:41:54.200 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-07-06T21:41:54.795Z[ recovery-image] Jul 06 21:41:54.208 INFO O| Jul 06 21:41:54.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66902026-07-06T21:41:54.802Z[ recovery-image] Jul 06 21:41:54.208 INFO O| Jul 06 21:41:54.208 INFO STEP 449 (remove_files) COMPLETE
66912026-07-06T21:41:54.802Z[ recovery-image] Jul 06 21:41:54.208 INFO O| Jul 06 21:41:54.208 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-07-06T21:41:54.807Z[ recovery-image] Jul 06 21:41:54.215 INFO O| Jul 06 21:41:54.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66932026-07-06T21:41:54.807Z[ recovery-image] Jul 06 21:41:54.215 INFO O| Jul 06 21:41:54.215 INFO STEP 450 (remove_files) COMPLETE
66942026-07-06T21:41:54.807Z[ recovery-image] Jul 06 21:41:54.215 INFO O| Jul 06 21:41:54.215 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-07-06T21:41:54.812Z[ recovery-image] Jul 06 21:41:54.224 INFO O| Jul 06 21:41:54.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66962026-07-06T21:41:54.815Z[ recovery-image] Jul 06 21:41:54.225 INFO O| Jul 06 21:41:54.225 INFO STEP 451 (remove_files) COMPLETE
66972026-07-06T21:41:54.815Z[ recovery-image] Jul 06 21:41:54.225 INFO O| Jul 06 21:41:54.225 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-07-06T21:41:54.820Z[ recovery-image] Jul 06 21:41:54.233 INFO O| Jul 06 21:41:54.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66992026-07-06T21:41:54.820Z[ recovery-image] Jul 06 21:41:54.233 INFO O| Jul 06 21:41:54.233 INFO STEP 452 (remove_files) COMPLETE
67002026-07-06T21:41:54.827Z[ recovery-image] Jul 06 21:41:54.233 INFO O| Jul 06 21:41:54.233 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-07-06T21:41:54.832Z[ recovery-image] Jul 06 21:41:54.241 INFO O| Jul 06 21:41:54.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67022026-07-06T21:41:54.832Z[ recovery-image] Jul 06 21:41:54.241 INFO O| Jul 06 21:41:54.241 INFO STEP 453 (remove_files) COMPLETE
67032026-07-06T21:41:54.832Z[ recovery-image] Jul 06 21:41:54.241 INFO O| Jul 06 21:41:54.241 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-07-06T21:41:54.836Z[ recovery-image] Jul 06 21:41:54.248 INFO O| Jul 06 21:41:54.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67052026-07-06T21:41:54.836Z[ recovery-image] Jul 06 21:41:54.248 INFO O| Jul 06 21:41:54.248 INFO STEP 454 (remove_files) COMPLETE
67062026-07-06T21:41:54.837Z[ recovery-image] Jul 06 21:41:54.248 INFO O| Jul 06 21:41:54.248 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-07-06T21:41:54.847Z[ recovery-image] Jul 06 21:41:54.259 INFO O| Jul 06 21:41:54.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67082026-07-06T21:41:54.847Z[ recovery-image] Jul 06 21:41:54.259 INFO O| Jul 06 21:41:54.259 INFO STEP 455 (remove_files) COMPLETE
67092026-07-06T21:41:54.851Z[ recovery-image] Jul 06 21:41:54.259 INFO O| Jul 06 21:41:54.259 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-07-06T21:41:54.857Z[ recovery-image] Jul 06 21:41:54.267 INFO O| Jul 06 21:41:54.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67112026-07-06T21:41:54.857Z[ recovery-image] Jul 06 21:41:54.267 INFO O| Jul 06 21:41:54.267 INFO STEP 456 (remove_files) COMPLETE
67122026-07-06T21:41:54.857Z[ recovery-image] Jul 06 21:41:54.267 INFO O| Jul 06 21:41:54.267 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-07-06T21:41:54.861Z[ recovery-image] Jul 06 21:41:54.273 INFO O| Jul 06 21:41:54.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67142026-07-06T21:41:54.865Z[ recovery-image] Jul 06 21:41:54.273 INFO O| Jul 06 21:41:54.273 INFO STEP 457 (remove_files) COMPLETE
67152026-07-06T21:41:54.865Z[ recovery-image] Jul 06 21:41:54.274 INFO O| Jul 06 21:41:54.273 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-07-06T21:41:54.872Z[ recovery-image] Jul 06 21:41:54.283 INFO O| Jul 06 21:41:54.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67172026-07-06T21:41:54.872Z[ recovery-image] Jul 06 21:41:54.283 INFO O| Jul 06 21:41:54.283 INFO STEP 458 (remove_files) COMPLETE
67182026-07-06T21:41:54.872Z[ recovery-image] Jul 06 21:41:54.283 INFO O| Jul 06 21:41:54.283 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-07-06T21:41:54.879Z[ recovery-image] Jul 06 21:41:54.292 INFO O| Jul 06 21:41:54.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67202026-07-06T21:41:54.883Z[ recovery-image] Jul 06 21:41:54.292 INFO O| Jul 06 21:41:54.292 INFO STEP 459 (remove_files) COMPLETE
67212026-07-06T21:41:54.883Z[ recovery-image] Jul 06 21:41:54.292 INFO O| Jul 06 21:41:54.292 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-07-06T21:41:54.889Z[ recovery-image] Jul 06 21:41:54.301 INFO O| Jul 06 21:41:54.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67232026-07-06T21:41:54.889Z[ recovery-image] Jul 06 21:41:54.301 INFO O| Jul 06 21:41:54.301 INFO STEP 460 (remove_files) COMPLETE
67242026-07-06T21:41:54.894Z[ recovery-image] Jul 06 21:41:54.301 INFO O| Jul 06 21:41:54.301 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-07-06T21:41:54.898Z[ recovery-image] Jul 06 21:41:54.310 INFO O| Jul 06 21:41:54.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67262026-07-06T21:41:54.899Z[ recovery-image] Jul 06 21:41:54.310 INFO O| Jul 06 21:41:54.310 INFO STEP 461 (remove_files) COMPLETE
67272026-07-06T21:41:54.899Z[ recovery-image] Jul 06 21:41:54.310 INFO O| Jul 06 21:41:54.310 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-07-06T21:41:54.906Z[ recovery-image] Jul 06 21:41:54.318 INFO O| Jul 06 21:41:54.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67292026-07-06T21:41:54.910Z[ recovery-image] Jul 06 21:41:54.318 INFO O| Jul 06 21:41:54.318 INFO STEP 462 (remove_files) COMPLETE
67302026-07-06T21:41:54.910Z[ recovery-image] Jul 06 21:41:54.318 INFO O| Jul 06 21:41:54.318 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-07-06T21:41:54.914Z[ recovery-image] Jul 06 21:41:54.327 INFO O| Jul 06 21:41:54.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67322026-07-06T21:41:54.914Z[ recovery-image] Jul 06 21:41:54.327 INFO O| Jul 06 21:41:54.327 INFO STEP 463 (remove_files) COMPLETE
67332026-07-06T21:41:54.914Z[ recovery-image] Jul 06 21:41:54.327 INFO O| Jul 06 21:41:54.327 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-07-06T21:41:54.924Z[ recovery-image] Jul 06 21:41:54.336 INFO O| Jul 06 21:41:54.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67352026-07-06T21:41:54.924Z[ recovery-image] Jul 06 21:41:54.336 INFO O| Jul 06 21:41:54.336 INFO STEP 464 (remove_files) COMPLETE
67362026-07-06T21:41:54.924Z[ recovery-image] Jul 06 21:41:54.336 INFO O| Jul 06 21:41:54.336 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-07-06T21:41:54.934Z[ recovery-image] Jul 06 21:41:54.346 INFO O| Jul 06 21:41:54.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67382026-07-06T21:41:54.934Z[ recovery-image] Jul 06 21:41:54.346 INFO O| Jul 06 21:41:54.346 INFO STEP 465 (remove_files) COMPLETE
67392026-07-06T21:41:54.934Z[ recovery-image] Jul 06 21:41:54.346 INFO O| Jul 06 21:41:54.346 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-07-06T21:41:54.943Z[ recovery-image] Jul 06 21:41:54.355 INFO O| Jul 06 21:41:54.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67412026-07-06T21:41:54.947Z[ recovery-image] Jul 06 21:41:54.355 INFO O| Jul 06 21:41:54.355 INFO STEP 466 (remove_files) COMPLETE
67422026-07-06T21:41:54.947Z[ recovery-image] Jul 06 21:41:54.356 INFO O| Jul 06 21:41:54.355 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-07-06T21:41:54.953Z[ recovery-image] Jul 06 21:41:54.365 INFO O| Jul 06 21:41:54.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67442026-07-06T21:41:54.953Z[ recovery-image] Jul 06 21:41:54.365 INFO O| Jul 06 21:41:54.365 INFO STEP 467 (remove_files) COMPLETE
67452026-07-06T21:41:54.953Z[ recovery-image] Jul 06 21:41:54.365 INFO O| Jul 06 21:41:54.365 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-07-06T21:41:54.961Z[ recovery-image] Jul 06 21:41:54.373 INFO O| Jul 06 21:41:54.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67472026-07-06T21:41:54.961Z[ recovery-image] Jul 06 21:41:54.373 INFO O| Jul 06 21:41:54.373 INFO STEP 468 (remove_files) COMPLETE
67482026-07-06T21:41:54.961Z[ recovery-image] Jul 06 21:41:54.373 INFO O| Jul 06 21:41:54.373 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-07-06T21:41:54.969Z[ recovery-image] Jul 06 21:41:54.381 INFO O| Jul 06 21:41:54.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67502026-07-06T21:41:54.969Z[ recovery-image] Jul 06 21:41:54.381 INFO O| Jul 06 21:41:54.381 INFO STEP 469 (remove_files) COMPLETE
67512026-07-06T21:41:54.975Z[ recovery-image] Jul 06 21:41:54.381 INFO O| Jul 06 21:41:54.381 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-07-06T21:41:54.979Z[ recovery-image] Jul 06 21:41:54.391 INFO O| Jul 06 21:41:54.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67532026-07-06T21:41:54.979Z[ recovery-image] Jul 06 21:41:54.391 INFO O| Jul 06 21:41:54.391 INFO STEP 470 (remove_files) COMPLETE
67542026-07-06T21:41:54.979Z[ recovery-image] Jul 06 21:41:54.391 INFO O| Jul 06 21:41:54.391 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-07-06T21:41:54.987Z[ recovery-image] Jul 06 21:41:54.398 INFO O| Jul 06 21:41:54.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67562026-07-06T21:41:54.987Z[ recovery-image] Jul 06 21:41:54.399 INFO O| Jul 06 21:41:54.399 INFO STEP 471 (remove_files) COMPLETE
67572026-07-06T21:41:54.987Z[ recovery-image] Jul 06 21:41:54.399 INFO O| Jul 06 21:41:54.399 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-07-06T21:41:54.995Z[ recovery-image] Jul 06 21:41:54.408 INFO O| Jul 06 21:41:54.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67592026-07-06T21:41:55.000Z[ recovery-image] Jul 06 21:41:54.408 INFO O| Jul 06 21:41:54.408 INFO STEP 472 (remove_files) COMPLETE
67602026-07-06T21:41:55.000Z[ recovery-image] Jul 06 21:41:54.408 INFO O| Jul 06 21:41:54.408 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-07-06T21:41:55.004Z[ recovery-image] Jul 06 21:41:54.416 INFO O| Jul 06 21:41:54.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67622026-07-06T21:41:55.004Z[ recovery-image] Jul 06 21:41:54.416 INFO O| Jul 06 21:41:54.416 INFO STEP 473 (remove_files) COMPLETE
67632026-07-06T21:41:55.004Z[ recovery-image] Jul 06 21:41:54.416 INFO O| Jul 06 21:41:54.416 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-07-06T21:41:55.012Z[ recovery-image] Jul 06 21:41:54.424 INFO O| Jul 06 21:41:54.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67652026-07-06T21:41:55.015Z[ recovery-image] Jul 06 21:41:54.425 INFO O| Jul 06 21:41:54.425 INFO STEP 474 (remove_files) COMPLETE
67662026-07-06T21:41:55.016Z[ recovery-image] Jul 06 21:41:54.425 INFO O| Jul 06 21:41:54.425 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-07-06T21:41:55.022Z[ recovery-image] Jul 06 21:41:54.435 INFO O| Jul 06 21:41:54.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67682026-07-06T21:41:55.026Z[ recovery-image] Jul 06 21:41:54.435 INFO O| Jul 06 21:41:54.435 INFO STEP 475 (remove_files) COMPLETE
67692026-07-06T21:41:55.026Z[ recovery-image] Jul 06 21:41:54.435 INFO O| Jul 06 21:41:54.435 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-07-06T21:41:55.031Z[ recovery-image] Jul 06 21:41:54.443 INFO O| Jul 06 21:41:54.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67712026-07-06T21:41:55.031Z[ recovery-image] Jul 06 21:41:54.443 INFO O| Jul 06 21:41:54.443 INFO STEP 476 (remove_files) COMPLETE
67722026-07-06T21:41:55.031Z[ recovery-image] Jul 06 21:41:54.443 INFO O| Jul 06 21:41:54.443 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-07-06T21:41:55.039Z[ recovery-image] Jul 06 21:41:54.451 INFO O| Jul 06 21:41:54.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67742026-07-06T21:41:55.042Z[ recovery-image] Jul 06 21:41:54.451 INFO O| Jul 06 21:41:54.451 INFO STEP 477 (remove_files) COMPLETE
67752026-07-06T21:41:55.042Z[ recovery-image] Jul 06 21:41:54.451 INFO O| Jul 06 21:41:54.451 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-07-06T21:41:55.047Z[ recovery-image] Jul 06 21:41:54.459 INFO O| Jul 06 21:41:54.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67772026-07-06T21:41:55.047Z[ recovery-image] Jul 06 21:41:54.459 INFO O| Jul 06 21:41:54.459 INFO STEP 478 (remove_files) COMPLETE
67782026-07-06T21:41:55.051Z[ recovery-image] Jul 06 21:41:54.459 INFO O| Jul 06 21:41:54.459 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-07-06T21:41:55.056Z[ recovery-image] Jul 06 21:41:54.469 INFO O| Jul 06 21:41:54.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67802026-07-06T21:41:55.056Z[ recovery-image] Jul 06 21:41:54.469 INFO O| Jul 06 21:41:54.469 INFO STEP 479 (remove_files) COMPLETE
67812026-07-06T21:41:55.056Z[ recovery-image] Jul 06 21:41:54.469 INFO O| Jul 06 21:41:54.469 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-07-06T21:41:55.064Z[ recovery-image] Jul 06 21:41:54.476 INFO O| Jul 06 21:41:54.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67832026-07-06T21:41:55.068Z[ recovery-image] Jul 06 21:41:54.476 INFO O| Jul 06 21:41:54.476 INFO STEP 480 (remove_files) COMPLETE
67842026-07-06T21:41:55.068Z[ recovery-image] Jul 06 21:41:54.476 INFO O| Jul 06 21:41:54.476 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-07-06T21:41:55.072Z[ recovery-image] Jul 06 21:41:54.484 INFO O| Jul 06 21:41:54.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67862026-07-06T21:41:55.072Z[ recovery-image] Jul 06 21:41:54.484 INFO O| Jul 06 21:41:54.484 INFO STEP 481 (remove_files) COMPLETE
67872026-07-06T21:41:55.072Z[ recovery-image] Jul 06 21:41:54.484 INFO O| Jul 06 21:41:54.484 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-07-06T21:41:55.081Z[ recovery-image] Jul 06 21:41:54.493 INFO O| Jul 06 21:41:54.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67892026-07-06T21:41:55.081Z[ recovery-image] Jul 06 21:41:54.493 INFO O| Jul 06 21:41:54.493 INFO STEP 482 (remove_files) COMPLETE
67902026-07-06T21:41:55.081Z[ recovery-image] Jul 06 21:41:54.493 INFO O| Jul 06 21:41:54.493 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-07-06T21:41:55.089Z[ recovery-image] Jul 06 21:41:54.501 INFO O| Jul 06 21:41:54.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67922026-07-06T21:41:55.089Z[ recovery-image] Jul 06 21:41:54.501 INFO O| Jul 06 21:41:54.501 INFO STEP 483 (remove_files) COMPLETE
67932026-07-06T21:41:55.089Z[ recovery-image] Jul 06 21:41:54.501 INFO O| Jul 06 21:41:54.501 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-07-06T21:41:55.098Z[ recovery-image] Jul 06 21:41:54.510 INFO O| Jul 06 21:41:54.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67952026-07-06T21:41:55.098Z[ recovery-image] Jul 06 21:41:54.510 INFO O| Jul 06 21:41:54.510 INFO STEP 484 (remove_files) COMPLETE
67962026-07-06T21:41:55.103Z[ recovery-image] Jul 06 21:41:54.510 INFO O| Jul 06 21:41:54.510 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-07-06T21:41:55.107Z[ recovery-image] Jul 06 21:41:54.518 INFO O| Jul 06 21:41:54.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67982026-07-06T21:41:55.107Z[ recovery-image] Jul 06 21:41:54.518 INFO O| Jul 06 21:41:54.518 INFO STEP 485 (remove_files) COMPLETE
67992026-07-06T21:41:55.107Z[ recovery-image] Jul 06 21:41:54.518 INFO O| Jul 06 21:41:54.518 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-07-06T21:41:55.114Z[ recovery-image] Jul 06 21:41:54.526 INFO O| Jul 06 21:41:54.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68012026-07-06T21:41:55.114Z[ recovery-image] Jul 06 21:41:54.526 INFO O| Jul 06 21:41:54.526 INFO STEP 486 (remove_files) COMPLETE
68022026-07-06T21:41:55.114Z[ recovery-image] Jul 06 21:41:54.526 INFO O| Jul 06 21:41:54.526 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-07-06T21:41:55.123Z[ recovery-image] Jul 06 21:41:54.535 INFO O| Jul 06 21:41:54.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68042026-07-06T21:41:55.123Z[ recovery-image] Jul 06 21:41:54.535 INFO O| Jul 06 21:41:54.535 INFO STEP 487 (remove_files) COMPLETE
68052026-07-06T21:41:55.127Z[ recovery-image] Jul 06 21:41:54.535 INFO O| Jul 06 21:41:54.535 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-07-06T21:41:55.132Z[ recovery-image] Jul 06 21:41:54.543 INFO O| Jul 06 21:41:54.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68072026-07-06T21:41:55.133Z[ recovery-image] Jul 06 21:41:54.543 INFO O| Jul 06 21:41:54.543 INFO STEP 488 (remove_files) COMPLETE
68082026-07-06T21:41:55.133Z[ recovery-image] Jul 06 21:41:54.543 INFO O| Jul 06 21:41:54.543 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-07-06T21:41:55.138Z[ recovery-image] Jul 06 21:41:54.550 INFO O| Jul 06 21:41:54.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68102026-07-06T21:41:55.143Z[ recovery-image] Jul 06 21:41:54.550 INFO O| Jul 06 21:41:54.550 INFO STEP 489 (remove_files) COMPLETE
68112026-07-06T21:41:55.143Z[ recovery-image] Jul 06 21:41:54.550 INFO O| Jul 06 21:41:54.550 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-07-06T21:41:55.148Z[ recovery-image] Jul 06 21:41:54.560 INFO O| Jul 06 21:41:54.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68132026-07-06T21:41:55.148Z[ recovery-image] Jul 06 21:41:54.560 INFO O| Jul 06 21:41:54.560 INFO STEP 490 (remove_files) COMPLETE
68142026-07-06T21:41:55.148Z[ recovery-image] Jul 06 21:41:54.560 INFO O| Jul 06 21:41:54.560 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-07-06T21:41:55.156Z[ recovery-image] Jul 06 21:41:54.568 INFO O| Jul 06 21:41:54.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68162026-07-06T21:41:55.160Z[ recovery-image] Jul 06 21:41:54.568 INFO O| Jul 06 21:41:54.568 INFO STEP 491 (remove_files) COMPLETE
68172026-07-06T21:41:55.160Z[ recovery-image] Jul 06 21:41:54.568 INFO O| Jul 06 21:41:54.568 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-07-06T21:41:55.166Z[ recovery-image] Jul 06 21:41:54.578 INFO O| Jul 06 21:41:54.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68192026-07-06T21:41:55.166Z[ recovery-image] Jul 06 21:41:54.578 INFO O| Jul 06 21:41:54.578 INFO STEP 492 (remove_files) COMPLETE
68202026-07-06T21:41:55.169Z[ recovery-image] Jul 06 21:41:54.578 INFO O| Jul 06 21:41:54.578 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-07-06T21:41:55.175Z[ recovery-image] Jul 06 21:41:54.587 INFO O| Jul 06 21:41:54.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68222026-07-06T21:41:55.175Z[ recovery-image] Jul 06 21:41:54.587 INFO O| Jul 06 21:41:54.587 INFO STEP 493 (remove_files) COMPLETE
68232026-07-06T21:41:55.175Z[ recovery-image] Jul 06 21:41:54.587 INFO O| Jul 06 21:41:54.587 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-07-06T21:41:55.184Z[ recovery-image] Jul 06 21:41:54.596 INFO O| Jul 06 21:41:54.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68252026-07-06T21:41:55.184Z[ recovery-image] Jul 06 21:41:54.596 INFO O| Jul 06 21:41:54.596 INFO STEP 494 (remove_files) COMPLETE
68262026-07-06T21:41:55.188Z[ recovery-image] Jul 06 21:41:54.596 INFO O| Jul 06 21:41:54.596 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-07-06T21:41:55.192Z[ recovery-image] Jul 06 21:41:54.604 INFO O| Jul 06 21:41:54.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68282026-07-06T21:41:55.192Z[ recovery-image] Jul 06 21:41:54.604 INFO O| Jul 06 21:41:54.604 INFO STEP 495 (remove_files) COMPLETE
68292026-07-06T21:41:55.192Z[ recovery-image] Jul 06 21:41:54.604 INFO O| Jul 06 21:41:54.604 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-07-06T21:41:55.199Z[ recovery-image] Jul 06 21:41:54.611 INFO O| Jul 06 21:41:54.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68312026-07-06T21:41:55.202Z[ recovery-image] Jul 06 21:41:54.611 INFO O| Jul 06 21:41:54.611 INFO STEP 496 (remove_files) COMPLETE
68322026-07-06T21:41:55.203Z[ recovery-image] Jul 06 21:41:54.611 INFO O| Jul 06 21:41:54.611 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-07-06T21:41:55.206Z[ recovery-image] Jul 06 21:41:54.618 INFO O| Jul 06 21:41:54.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68342026-07-06T21:41:55.206Z[ recovery-image] Jul 06 21:41:54.619 INFO O| Jul 06 21:41:54.618 INFO STEP 497 (remove_files) COMPLETE
68352026-07-06T21:41:55.207Z[ recovery-image] Jul 06 21:41:54.619 INFO O| Jul 06 21:41:54.619 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-07-06T21:41:55.214Z[ recovery-image] Jul 06 21:41:54.626 INFO O| Jul 06 21:41:54.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68372026-07-06T21:41:55.214Z[ recovery-image] Jul 06 21:41:54.626 INFO O| Jul 06 21:41:54.626 INFO STEP 498 (remove_files) COMPLETE
68382026-07-06T21:41:55.217Z[ recovery-image] Jul 06 21:41:54.626 INFO O| Jul 06 21:41:54.626 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-07-06T21:41:55.224Z[ recovery-image] Jul 06 21:41:54.636 INFO O| Jul 06 21:41:54.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68402026-07-06T21:41:55.224Z[ recovery-image] Jul 06 21:41:54.636 INFO O| Jul 06 21:41:54.636 INFO STEP 499 (remove_files) COMPLETE
68412026-07-06T21:41:55.224Z[ recovery-image] Jul 06 21:41:54.636 INFO O| Jul 06 21:41:54.636 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-07-06T21:41:55.232Z[ recovery-image] Jul 06 21:41:54.645 INFO O| Jul 06 21:41:54.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68432026-07-06T21:41:55.233Z[ recovery-image] Jul 06 21:41:54.645 INFO O| Jul 06 21:41:54.645 INFO STEP 500 (remove_files) COMPLETE
68442026-07-06T21:41:55.236Z[ recovery-image] Jul 06 21:41:54.645 INFO O| Jul 06 21:41:54.645 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-07-06T21:41:55.241Z[ recovery-image] Jul 06 21:41:54.653 INFO O| Jul 06 21:41:54.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68462026-07-06T21:41:55.241Z[ recovery-image] Jul 06 21:41:54.653 INFO O| Jul 06 21:41:54.653 INFO STEP 501 (remove_files) COMPLETE
68472026-07-06T21:41:55.244Z[ recovery-image] Jul 06 21:41:54.653 INFO O| Jul 06 21:41:54.653 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-07-06T21:41:55.248Z[ recovery-image] Jul 06 21:41:54.661 INFO O| Jul 06 21:41:54.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68492026-07-06T21:41:55.248Z[ recovery-image] Jul 06 21:41:54.661 INFO O| Jul 06 21:41:54.661 INFO STEP 502 (remove_files) COMPLETE
68502026-07-06T21:41:55.252Z[ recovery-image] Jul 06 21:41:54.661 INFO O| Jul 06 21:41:54.661 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-07-06T21:41:55.256Z[ recovery-image] Jul 06 21:41:54.668 INFO O| Jul 06 21:41:54.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68522026-07-06T21:41:55.256Z[ recovery-image] Jul 06 21:41:54.668 INFO O| Jul 06 21:41:54.668 INFO STEP 503 (remove_files) COMPLETE
68532026-07-06T21:41:55.256Z[ recovery-image] Jul 06 21:41:54.668 INFO O| Jul 06 21:41:54.668 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-07-06T21:41:55.264Z[ recovery-image] Jul 06 21:41:54.676 INFO O| Jul 06 21:41:54.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68552026-07-06T21:41:55.264Z[ recovery-image] Jul 06 21:41:54.676 INFO O| Jul 06 21:41:54.676 INFO STEP 504 (remove_files) COMPLETE
68562026-07-06T21:41:55.264Z[ recovery-image] Jul 06 21:41:54.676 INFO O| Jul 06 21:41:54.676 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-07-06T21:41:55.273Z[ recovery-image] Jul 06 21:41:54.685 INFO O| Jul 06 21:41:54.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68582026-07-06T21:41:55.273Z[ recovery-image] Jul 06 21:41:54.685 INFO O| Jul 06 21:41:54.685 INFO STEP 505 (remove_files) COMPLETE
68592026-07-06T21:41:55.277Z[ recovery-image] Jul 06 21:41:54.685 INFO O| Jul 06 21:41:54.685 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-07-06T21:41:55.281Z[ recovery-image] Jul 06 21:41:54.693 INFO O| Jul 06 21:41:54.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68612026-07-06T21:41:55.281Z[ recovery-image] Jul 06 21:41:54.693 INFO O| Jul 06 21:41:54.693 INFO STEP 506 (remove_files) COMPLETE
68622026-07-06T21:41:55.281Z[ recovery-image] Jul 06 21:41:54.693 INFO O| Jul 06 21:41:54.693 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-07-06T21:41:55.288Z[ recovery-image] Jul 06 21:41:54.701 INFO O| Jul 06 21:41:54.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68642026-07-06T21:41:55.292Z[ recovery-image] Jul 06 21:41:54.701 INFO O| Jul 06 21:41:54.701 INFO STEP 507 (remove_files) COMPLETE
68652026-07-06T21:41:55.292Z[ recovery-image] Jul 06 21:41:54.701 INFO O| Jul 06 21:41:54.701 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-07-06T21:41:55.296Z[ recovery-image] Jul 06 21:41:54.708 INFO O| Jul 06 21:41:54.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68672026-07-06T21:41:55.296Z[ recovery-image] Jul 06 21:41:54.708 INFO O| Jul 06 21:41:54.708 INFO STEP 508 (remove_files) COMPLETE
68682026-07-06T21:41:55.296Z[ recovery-image] Jul 06 21:41:54.708 INFO O| Jul 06 21:41:54.708 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-07-06T21:41:55.304Z[ recovery-image] Jul 06 21:41:54.717 INFO O| Jul 06 21:41:54.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68702026-07-06T21:41:55.304Z[ recovery-image] Jul 06 21:41:54.717 INFO O| Jul 06 21:41:54.717 INFO STEP 509 (remove_files) COMPLETE
68712026-07-06T21:41:55.305Z[ recovery-image] Jul 06 21:41:54.717 INFO O| Jul 06 21:41:54.717 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-07-06T21:41:55.311Z[ recovery-image] Jul 06 21:41:54.724 INFO O| Jul 06 21:41:54.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68732026-07-06T21:41:55.311Z[ recovery-image] Jul 06 21:41:54.724 INFO O| Jul 06 21:41:54.724 INFO STEP 510 (remove_files) COMPLETE
68742026-07-06T21:41:55.315Z[ recovery-image] Jul 06 21:41:54.724 INFO O| Jul 06 21:41:54.724 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-07-06T21:41:55.322Z[ recovery-image] Jul 06 21:41:54.730 INFO O| Jul 06 21:41:54.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68762026-07-06T21:41:55.322Z[ recovery-image] Jul 06 21:41:54.731 INFO O| Jul 06 21:41:54.730 INFO STEP 511 (remove_files) COMPLETE
68772026-07-06T21:41:55.322Z[ recovery-image] Jul 06 21:41:54.731 INFO O| Jul 06 21:41:54.730 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-07-06T21:41:55.327Z[ recovery-image] Jul 06 21:41:54.737 INFO O| Jul 06 21:41:54.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68792026-07-06T21:41:55.327Z[ recovery-image] Jul 06 21:41:54.737 INFO O| Jul 06 21:41:54.737 INFO STEP 512 (remove_files) COMPLETE
68802026-07-06T21:41:55.327Z[ recovery-image] Jul 06 21:41:54.737 INFO O| Jul 06 21:41:54.737 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-07-06T21:41:55.335Z[ recovery-image] Jul 06 21:41:54.747 INFO O| Jul 06 21:41:54.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68822026-07-06T21:41:55.339Z[ recovery-image] Jul 06 21:41:54.748 INFO O| Jul 06 21:41:54.748 INFO STEP 513 (remove_files) COMPLETE
68832026-07-06T21:41:55.339Z[ recovery-image] Jul 06 21:41:54.748 INFO O| Jul 06 21:41:54.748 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-07-06T21:41:55.344Z[ recovery-image] Jul 06 21:41:54.756 INFO O| Jul 06 21:41:54.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68852026-07-06T21:41:55.348Z[ recovery-image] Jul 06 21:41:54.757 INFO O| Jul 06 21:41:54.757 INFO STEP 514 (remove_files) COMPLETE
68862026-07-06T21:41:55.348Z[ recovery-image] Jul 06 21:41:54.757 INFO O| Jul 06 21:41:54.757 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-07-06T21:41:55.353Z[ recovery-image] Jul 06 21:41:54.766 INFO O| Jul 06 21:41:54.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68882026-07-06T21:41:55.353Z[ recovery-image] Jul 06 21:41:54.766 INFO O| Jul 06 21:41:54.766 INFO STEP 515 (remove_files) COMPLETE
68892026-07-06T21:41:55.357Z[ recovery-image] Jul 06 21:41:54.766 INFO O| Jul 06 21:41:54.766 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-07-06T21:41:55.361Z[ recovery-image] Jul 06 21:41:54.774 INFO O| Jul 06 21:41:54.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68912026-07-06T21:41:55.361Z[ recovery-image] Jul 06 21:41:54.774 INFO O| Jul 06 21:41:54.774 INFO STEP 516 (remove_files) COMPLETE
68922026-07-06T21:41:55.361Z[ recovery-image] Jul 06 21:41:54.774 INFO O| Jul 06 21:41:54.774 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-07-06T21:41:55.368Z[ recovery-image] Jul 06 21:41:54.781 INFO O| Jul 06 21:41:54.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68942026-07-06T21:41:55.368Z[ recovery-image] Jul 06 21:41:54.781 INFO O| Jul 06 21:41:54.781 INFO STEP 517 (remove_files) COMPLETE
68952026-07-06T21:41:55.372Z[ recovery-image] Jul 06 21:41:54.781 INFO O| Jul 06 21:41:54.781 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-07-06T21:41:55.375Z[ recovery-image] Jul 06 21:41:54.788 INFO O| Jul 06 21:41:54.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68972026-07-06T21:41:55.375Z[ recovery-image] Jul 06 21:41:54.788 INFO O| Jul 06 21:41:54.788 INFO STEP 518 (remove_files) COMPLETE
68982026-07-06T21:41:55.379Z[ recovery-image] Jul 06 21:41:54.788 INFO O| Jul 06 21:41:54.788 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-07-06T21:41:55.384Z[ recovery-image] Jul 06 21:41:54.796 INFO O| Jul 06 21:41:54.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69002026-07-06T21:41:55.384Z[ recovery-image] Jul 06 21:41:54.796 INFO O| Jul 06 21:41:54.796 INFO STEP 519 (remove_files) COMPLETE
69012026-07-06T21:41:55.387Z[ recovery-image] Jul 06 21:41:54.796 INFO O| Jul 06 21:41:54.796 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-07-06T21:41:55.394Z[ recovery-image] Jul 06 21:41:54.805 INFO O| Jul 06 21:41:54.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69032026-07-06T21:41:55.400Z[ recovery-image] Jul 06 21:41:54.806 INFO O| Jul 06 21:41:54.806 INFO STEP 520 (remove_files) COMPLETE
69042026-07-06T21:41:55.400Z[ recovery-image] Jul 06 21:41:54.806 INFO O| Jul 06 21:41:54.806 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-07-06T21:41:55.403Z[ recovery-image] Jul 06 21:41:54.813 INFO O| Jul 06 21:41:54.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69062026-07-06T21:41:55.404Z[ recovery-image] Jul 06 21:41:54.813 INFO O| Jul 06 21:41:54.813 INFO STEP 521 (remove_files) COMPLETE
69072026-07-06T21:41:55.404Z[ recovery-image] Jul 06 21:41:54.813 INFO O| Jul 06 21:41:54.813 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-07-06T21:41:55.407Z[ recovery-image] Jul 06 21:41:54.819 INFO O| Jul 06 21:41:54.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69092026-07-06T21:41:55.407Z[ recovery-image] Jul 06 21:41:54.819 INFO O| Jul 06 21:41:54.819 INFO STEP 522 (remove_files) COMPLETE
69102026-07-06T21:41:55.407Z[ recovery-image] Jul 06 21:41:54.819 INFO O| Jul 06 21:41:54.819 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-07-06T21:41:55.415Z[ recovery-image] Jul 06 21:41:54.827 INFO O| Jul 06 21:41:54.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69122026-07-06T21:41:55.415Z[ recovery-image] Jul 06 21:41:54.828 INFO O| Jul 06 21:41:54.827 INFO STEP 523 (remove_files) COMPLETE
69132026-07-06T21:41:55.419Z[ recovery-image] Jul 06 21:41:54.828 INFO O| Jul 06 21:41:54.828 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-07-06T21:41:55.422Z[ recovery-image] Jul 06 21:41:54.834 INFO O| Jul 06 21:41:54.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69152026-07-06T21:41:55.422Z[ recovery-image] Jul 06 21:41:54.834 INFO O| Jul 06 21:41:54.834 INFO STEP 524 (remove_files) COMPLETE
69162026-07-06T21:41:55.422Z[ recovery-image] Jul 06 21:41:54.834 INFO O| Jul 06 21:41:54.834 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-07-06T21:41:55.431Z[ recovery-image] Jul 06 21:41:54.843 INFO O| Jul 06 21:41:54.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69182026-07-06T21:41:55.431Z[ recovery-image] Jul 06 21:41:54.843 INFO O| Jul 06 21:41:54.843 INFO STEP 525 (remove_files) COMPLETE
69192026-07-06T21:41:55.435Z[ recovery-image] Jul 06 21:41:54.843 INFO O| Jul 06 21:41:54.843 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-07-06T21:41:55.438Z[ recovery-image] Jul 06 21:41:54.850 INFO O| Jul 06 21:41:54.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69212026-07-06T21:41:55.438Z[ recovery-image] Jul 06 21:41:54.850 INFO O| Jul 06 21:41:54.850 INFO STEP 526 (remove_files) COMPLETE
69222026-07-06T21:41:55.438Z[ recovery-image] Jul 06 21:41:54.850 INFO O| Jul 06 21:41:54.850 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-07-06T21:41:55.445Z[ recovery-image] Jul 06 21:41:54.858 INFO O| Jul 06 21:41:54.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69242026-07-06T21:41:55.449Z[ recovery-image] Jul 06 21:41:54.858 INFO O| Jul 06 21:41:54.858 INFO STEP 527 (remove_files) COMPLETE
69252026-07-06T21:41:55.449Z[ recovery-image] Jul 06 21:41:54.858 INFO O| Jul 06 21:41:54.858 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-07-06T21:41:55.453Z[ recovery-image] Jul 06 21:41:54.865 INFO O| Jul 06 21:41:54.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69272026-07-06T21:41:55.453Z[ recovery-image] Jul 06 21:41:54.866 INFO O| Jul 06 21:41:54.865 INFO STEP 528 (remove_files) COMPLETE
69282026-07-06T21:41:55.457Z[ recovery-image] Jul 06 21:41:54.866 INFO O| Jul 06 21:41:54.866 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-07-06T21:41:55.461Z[ recovery-image] Jul 06 21:41:54.874 INFO O| Jul 06 21:41:54.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69302026-07-06T21:41:55.461Z[ recovery-image] Jul 06 21:41:54.874 INFO O| Jul 06 21:41:54.874 INFO STEP 529 (remove_files) COMPLETE
69312026-07-06T21:41:55.465Z[ recovery-image] Jul 06 21:41:54.874 INFO O| Jul 06 21:41:54.874 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-07-06T21:41:55.470Z[ recovery-image] Jul 06 21:41:54.880 INFO O| Jul 06 21:41:54.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69332026-07-06T21:41:55.473Z[ recovery-image] Jul 06 21:41:54.881 INFO O| Jul 06 21:41:54.881 INFO STEP 530 (remove_files) COMPLETE
69342026-07-06T21:41:55.473Z[ recovery-image] Jul 06 21:41:54.881 INFO O| Jul 06 21:41:54.881 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-07-06T21:41:55.476Z[ recovery-image] Jul 06 21:41:54.887 INFO O| Jul 06 21:41:54.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69362026-07-06T21:41:55.476Z[ recovery-image] Jul 06 21:41:54.887 INFO O| Jul 06 21:41:54.887 INFO STEP 531 (remove_files) COMPLETE
69372026-07-06T21:41:55.477Z[ recovery-image] Jul 06 21:41:54.887 INFO O| Jul 06 21:41:54.887 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-07-06T21:41:55.482Z[ recovery-image] Jul 06 21:41:54.894 INFO O| Jul 06 21:41:54.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69392026-07-06T21:41:55.485Z[ recovery-image] Jul 06 21:41:54.894 INFO O| Jul 06 21:41:54.894 INFO STEP 532 (remove_files) COMPLETE
69402026-07-06T21:41:55.485Z[ recovery-image] Jul 06 21:41:54.894 INFO O| Jul 06 21:41:54.894 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-07-06T21:41:55.490Z[ recovery-image] Jul 06 21:41:54.901 INFO O| Jul 06 21:41:54.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69422026-07-06T21:41:55.490Z[ recovery-image] Jul 06 21:41:54.902 INFO O| Jul 06 21:41:54.902 INFO STEP 533 (remove_files) COMPLETE
69432026-07-06T21:41:55.490Z[ recovery-image] Jul 06 21:41:54.902 INFO O| Jul 06 21:41:54.902 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-07-06T21:41:55.498Z[ recovery-image] Jul 06 21:41:54.911 INFO O| Jul 06 21:41:54.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69452026-07-06T21:41:55.503Z[ recovery-image] Jul 06 21:41:54.911 INFO O| Jul 06 21:41:54.911 INFO STEP 534 (remove_files) COMPLETE
69462026-07-06T21:41:55.503Z[ recovery-image] Jul 06 21:41:54.911 INFO O| Jul 06 21:41:54.911 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-07-06T21:41:55.507Z[ recovery-image] Jul 06 21:41:54.919 INFO O| Jul 06 21:41:54.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69482026-07-06T21:41:55.507Z[ recovery-image] Jul 06 21:41:54.919 INFO O| Jul 06 21:41:54.919 INFO STEP 535 (remove_files) COMPLETE
69492026-07-06T21:41:55.507Z[ recovery-image] Jul 06 21:41:54.919 INFO O| Jul 06 21:41:54.919 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-07-06T21:41:55.513Z[ recovery-image] Jul 06 21:41:54.925 INFO O| Jul 06 21:41:54.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69512026-07-06T21:41:55.513Z[ recovery-image] Jul 06 21:41:54.926 INFO O| Jul 06 21:41:54.926 INFO STEP 536 (remove_files) COMPLETE
69522026-07-06T21:41:55.516Z[ recovery-image] Jul 06 21:41:54.926 INFO O| Jul 06 21:41:54.926 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-07-06T21:41:55.522Z[ recovery-image] Jul 06 21:41:54.934 INFO O| Jul 06 21:41:54.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69542026-07-06T21:41:55.522Z[ recovery-image] Jul 06 21:41:54.934 INFO O| Jul 06 21:41:54.934 INFO STEP 537 (remove_files) COMPLETE
69552026-07-06T21:41:55.538Z[ recovery-image] Jul 06 21:41:54.934 INFO O| Jul 06 21:41:54.934 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-07-06T21:41:55.538Z[ recovery-image] Jul 06 21:41:54.943 INFO O| Jul 06 21:41:54.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69572026-07-06T21:41:55.539Z[ recovery-image] Jul 06 21:41:54.943 INFO O| Jul 06 21:41:54.943 INFO STEP 538 (remove_files) COMPLETE
69582026-07-06T21:41:55.539Z[ recovery-image] Jul 06 21:41:54.943 INFO O| Jul 06 21:41:54.943 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-07-06T21:41:55.543Z[ recovery-image] Jul 06 21:41:54.951 INFO O| Jul 06 21:41:54.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69602026-07-06T21:41:55.543Z[ recovery-image] Jul 06 21:41:54.951 INFO O| Jul 06 21:41:54.951 INFO STEP 539 (remove_files) COMPLETE
69612026-07-06T21:41:55.543Z[ recovery-image] Jul 06 21:41:54.951 INFO O| Jul 06 21:41:54.951 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-07-06T21:41:55.547Z[ recovery-image] Jul 06 21:41:54.959 INFO O| Jul 06 21:41:54.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69632026-07-06T21:41:55.547Z[ recovery-image] Jul 06 21:41:54.959 INFO O| Jul 06 21:41:54.959 INFO STEP 540 (remove_files) COMPLETE
69642026-07-06T21:41:55.547Z[ recovery-image] Jul 06 21:41:54.959 INFO O| Jul 06 21:41:54.959 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-07-06T21:41:55.553Z[ recovery-image] Jul 06 21:41:54.965 INFO O| Jul 06 21:41:54.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69662026-07-06T21:41:55.553Z[ recovery-image] Jul 06 21:41:54.965 INFO O| Jul 06 21:41:54.965 INFO STEP 541 (remove_files) COMPLETE
69672026-07-06T21:41:55.557Z[ recovery-image] Jul 06 21:41:54.965 INFO O| Jul 06 21:41:54.965 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-07-06T21:41:55.562Z[ recovery-image] Jul 06 21:41:54.974 INFO O| Jul 06 21:41:54.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69692026-07-06T21:41:55.565Z[ recovery-image] Jul 06 21:41:54.974 INFO O| Jul 06 21:41:54.974 INFO STEP 542 (remove_files) COMPLETE
69702026-07-06T21:41:55.566Z[ recovery-image] Jul 06 21:41:54.974 INFO O| Jul 06 21:41:54.974 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-07-06T21:41:55.569Z[ recovery-image] Jul 06 21:41:54.981 INFO O| Jul 06 21:41:54.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69722026-07-06T21:41:55.569Z[ recovery-image] Jul 06 21:41:54.981 INFO O| Jul 06 21:41:54.981 INFO STEP 543 (remove_files) COMPLETE
69732026-07-06T21:41:55.569Z[ recovery-image] Jul 06 21:41:54.981 INFO O| Jul 06 21:41:54.981 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-07-06T21:41:55.575Z[ recovery-image] Jul 06 21:41:54.987 INFO O| Jul 06 21:41:54.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69752026-07-06T21:41:55.575Z[ recovery-image] Jul 06 21:41:54.987 INFO O| Jul 06 21:41:54.987 INFO STEP 544 (remove_files) COMPLETE
69762026-07-06T21:41:55.575Z[ recovery-image] Jul 06 21:41:54.987 INFO O| Jul 06 21:41:54.987 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-07-06T21:41:55.581Z[ recovery-image] Jul 06 21:41:54.993 INFO O| Jul 06 21:41:54.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69782026-07-06T21:41:55.581Z[ recovery-image] Jul 06 21:41:54.993 INFO O| Jul 06 21:41:54.993 INFO STEP 545 (remove_files) COMPLETE
69792026-07-06T21:41:55.584Z[ recovery-image] Jul 06 21:41:54.993 INFO O| Jul 06 21:41:54.993 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-07-06T21:41:55.590Z[ recovery-image] Jul 06 21:41:55.002 INFO O| Jul 06 21:41:55.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69812026-07-06T21:41:55.593Z[ recovery-image] Jul 06 21:41:55.003 INFO O| Jul 06 21:41:55.003 INFO STEP 546 (remove_files) COMPLETE
69822026-07-06T21:41:55.593Z[ recovery-image] Jul 06 21:41:55.003 INFO O| Jul 06 21:41:55.003 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-07-06T21:41:55.597Z[ recovery-image] Jul 06 21:41:55.010 INFO O| Jul 06 21:41:55.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69842026-07-06T21:41:55.601Z[ recovery-image] Jul 06 21:41:55.010 INFO O| Jul 06 21:41:55.010 INFO STEP 547 (remove_files) COMPLETE
69852026-07-06T21:41:55.601Z[ recovery-image] Jul 06 21:41:55.010 INFO O| Jul 06 21:41:55.010 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-07-06T21:41:55.607Z[ recovery-image] Jul 06 21:41:55.019 INFO O| Jul 06 21:41:55.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69872026-07-06T21:41:55.607Z[ recovery-image] Jul 06 21:41:55.019 INFO O| Jul 06 21:41:55.019 INFO STEP 548 (remove_files) COMPLETE
69882026-07-06T21:41:55.610Z[ recovery-image] Jul 06 21:41:55.019 INFO O| Jul 06 21:41:55.019 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-07-06T21:41:55.615Z[ recovery-image] Jul 06 21:41:55.028 INFO O| Jul 06 21:41:55.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69902026-07-06T21:41:55.619Z[ recovery-image] Jul 06 21:41:55.028 INFO O| Jul 06 21:41:55.028 INFO STEP 549 (remove_files) COMPLETE
69912026-07-06T21:41:55.619Z[ recovery-image] Jul 06 21:41:55.028 INFO O| Jul 06 21:41:55.028 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-07-06T21:41:55.622Z[ recovery-image] Jul 06 21:41:55.034 INFO O| Jul 06 21:41:55.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69932026-07-06T21:41:55.622Z[ recovery-image] Jul 06 21:41:55.034 INFO O| Jul 06 21:41:55.034 INFO STEP 550 (remove_files) COMPLETE
69942026-07-06T21:41:55.622Z[ recovery-image] Jul 06 21:41:55.034 INFO O| Jul 06 21:41:55.034 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-07-06T21:41:55.629Z[ recovery-image] Jul 06 21:41:55.042 INFO O| Jul 06 21:41:55.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69962026-07-06T21:41:55.629Z[ recovery-image] Jul 06 21:41:55.042 INFO O| Jul 06 21:41:55.042 INFO STEP 551 (remove_files) COMPLETE
69972026-07-06T21:41:55.633Z[ recovery-image] Jul 06 21:41:55.042 INFO O| Jul 06 21:41:55.042 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-07-06T21:41:55.636Z[ recovery-image] Jul 06 21:41:55.049 INFO O| Jul 06 21:41:55.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69992026-07-06T21:41:55.636Z[ recovery-image] Jul 06 21:41:55.049 INFO O| Jul 06 21:41:55.049 INFO STEP 552 (remove_files) COMPLETE
70002026-07-06T21:41:55.636Z[ recovery-image] Jul 06 21:41:55.049 INFO O| Jul 06 21:41:55.049 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-07-06T21:41:55.643Z[ recovery-image] Jul 06 21:41:55.055 INFO O| Jul 06 21:41:55.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70022026-07-06T21:41:55.643Z[ recovery-image] Jul 06 21:41:55.055 INFO O| Jul 06 21:41:55.055 INFO STEP 553 (remove_files) COMPLETE
70032026-07-06T21:41:55.643Z[ recovery-image] Jul 06 21:41:55.055 INFO O| Jul 06 21:41:55.055 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-07-06T21:41:55.649Z[ recovery-image] Jul 06 21:41:55.061 INFO O| Jul 06 21:41:55.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70052026-07-06T21:41:55.649Z[ recovery-image] Jul 06 21:41:55.061 INFO O| Jul 06 21:41:55.061 INFO STEP 554 (remove_files) COMPLETE
70062026-07-06T21:41:55.652Z[ recovery-image] Jul 06 21:41:55.061 INFO O| Jul 06 21:41:55.061 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-07-06T21:41:55.655Z[ recovery-image] Jul 06 21:41:55.068 INFO O| Jul 06 21:41:55.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70082026-07-06T21:41:55.655Z[ recovery-image] Jul 06 21:41:55.068 INFO O| Jul 06 21:41:55.068 INFO STEP 555 (remove_files) COMPLETE
70092026-07-06T21:41:55.655Z[ recovery-image] Jul 06 21:41:55.068 INFO O| Jul 06 21:41:55.068 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-07-06T21:41:55.661Z[ recovery-image] Jul 06 21:41:55.074 INFO O| Jul 06 21:41:55.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70112026-07-06T21:41:55.665Z[ recovery-image] Jul 06 21:41:55.074 INFO O| Jul 06 21:41:55.074 INFO STEP 556 (remove_files) COMPLETE
70122026-07-06T21:41:55.665Z[ recovery-image] Jul 06 21:41:55.074 INFO O| Jul 06 21:41:55.074 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-07-06T21:41:55.668Z[ recovery-image] Jul 06 21:41:55.080 INFO O| Jul 06 21:41:55.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70142026-07-06T21:41:55.668Z[ recovery-image] Jul 06 21:41:55.080 INFO O| Jul 06 21:41:55.080 INFO STEP 557 (remove_files) COMPLETE
70152026-07-06T21:41:55.669Z[ recovery-image] Jul 06 21:41:55.080 INFO O| Jul 06 21:41:55.080 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-07-06T21:41:55.673Z[ recovery-image] Jul 06 21:41:55.086 INFO O| Jul 06 21:41:55.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70172026-07-06T21:41:55.677Z[ recovery-image] Jul 06 21:41:55.086 INFO O| Jul 06 21:41:55.086 INFO STEP 558 (remove_files) COMPLETE
70182026-07-06T21:41:55.677Z[ recovery-image] Jul 06 21:41:55.086 INFO O| Jul 06 21:41:55.086 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-07-06T21:41:55.680Z[ recovery-image] Jul 06 21:41:55.092 INFO O| Jul 06 21:41:55.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70202026-07-06T21:41:55.680Z[ recovery-image] Jul 06 21:41:55.092 INFO O| Jul 06 21:41:55.092 INFO STEP 559 (remove_files) COMPLETE
70212026-07-06T21:41:55.680Z[ recovery-image] Jul 06 21:41:55.092 INFO O| Jul 06 21:41:55.092 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-07-06T21:41:55.689Z[ recovery-image] Jul 06 21:41:55.101 INFO O| Jul 06 21:41:55.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70232026-07-06T21:41:55.689Z[ recovery-image] Jul 06 21:41:55.101 INFO O| Jul 06 21:41:55.101 INFO STEP 560 (remove_files) COMPLETE
70242026-07-06T21:41:55.692Z[ recovery-image] Jul 06 21:41:55.101 INFO O| Jul 06 21:41:55.101 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-07-06T21:41:55.696Z[ recovery-image] Jul 06 21:41:55.109 INFO O| Jul 06 21:41:55.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70262026-07-06T21:41:55.699Z[ recovery-image] Jul 06 21:41:55.109 INFO O| Jul 06 21:41:55.109 INFO STEP 561 (remove_files) COMPLETE
70272026-07-06T21:41:55.699Z[ recovery-image] Jul 06 21:41:55.109 INFO O| Jul 06 21:41:55.109 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-07-06T21:41:55.703Z[ recovery-image] Jul 06 21:41:55.116 INFO O| Jul 06 21:41:55.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70292026-07-06T21:41:55.707Z[ recovery-image] Jul 06 21:41:55.116 INFO O| Jul 06 21:41:55.116 INFO STEP 562 (remove_files) COMPLETE
70302026-07-06T21:41:55.707Z[ recovery-image] Jul 06 21:41:55.116 INFO O| Jul 06 21:41:55.116 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-07-06T21:41:55.712Z[ recovery-image] Jul 06 21:41:55.125 INFO O| Jul 06 21:41:55.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70322026-07-06T21:41:55.716Z[ recovery-image] Jul 06 21:41:55.125 INFO O| Jul 06 21:41:55.125 INFO STEP 563 (remove_files) COMPLETE
70332026-07-06T21:41:55.716Z[ recovery-image] Jul 06 21:41:55.125 INFO O| Jul 06 21:41:55.125 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-07-06T21:41:55.719Z[ recovery-image] Jul 06 21:41:55.131 INFO O| Jul 06 21:41:55.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70352026-07-06T21:41:55.719Z[ recovery-image] Jul 06 21:41:55.131 INFO O| Jul 06 21:41:55.131 INFO STEP 564 (remove_files) COMPLETE
70362026-07-06T21:41:55.719Z[ recovery-image] Jul 06 21:41:55.131 INFO O| Jul 06 21:41:55.131 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-07-06T21:41:55.727Z[ recovery-image] Jul 06 21:41:55.140 INFO O| Jul 06 21:41:55.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70382026-07-06T21:41:55.730Z[ recovery-image] Jul 06 21:41:55.140 INFO O| Jul 06 21:41:55.140 INFO STEP 565 (remove_files) COMPLETE
70392026-07-06T21:41:55.730Z[ recovery-image] Jul 06 21:41:55.140 INFO O| Jul 06 21:41:55.140 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-07-06T21:41:55.736Z[ recovery-image] Jul 06 21:41:55.149 INFO O| Jul 06 21:41:55.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70412026-07-06T21:41:55.736Z[ recovery-image] Jul 06 21:41:55.149 INFO O| Jul 06 21:41:55.149 INFO STEP 566 (remove_files) COMPLETE
70422026-07-06T21:41:55.740Z[ recovery-image] Jul 06 21:41:55.149 INFO O| Jul 06 21:41:55.149 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-07-06T21:41:55.743Z[ recovery-image] Jul 06 21:41:55.156 INFO O| Jul 06 21:41:55.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70442026-07-06T21:41:55.743Z[ recovery-image] Jul 06 21:41:55.156 INFO O| Jul 06 21:41:55.156 INFO STEP 567 (remove_files) COMPLETE
70452026-07-06T21:41:55.744Z[ recovery-image] Jul 06 21:41:55.156 INFO O| Jul 06 21:41:55.156 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-07-06T21:41:55.753Z[ recovery-image] Jul 06 21:41:55.165 INFO O| Jul 06 21:41:55.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70472026-07-06T21:41:55.753Z[ recovery-image] Jul 06 21:41:55.165 INFO O| Jul 06 21:41:55.165 INFO STEP 568 (remove_files) COMPLETE
70482026-07-06T21:41:55.753Z[ recovery-image] Jul 06 21:41:55.165 INFO O| Jul 06 21:41:55.165 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-07-06T21:41:55.762Z[ recovery-image] Jul 06 21:41:55.174 INFO O| Jul 06 21:41:55.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70502026-07-06T21:41:55.762Z[ recovery-image] Jul 06 21:41:55.174 INFO O| Jul 06 21:41:55.174 INFO STEP 569 (remove_files) COMPLETE
70512026-07-06T21:41:55.762Z[ recovery-image] Jul 06 21:41:55.174 INFO O| Jul 06 21:41:55.174 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-07-06T21:41:55.769Z[ recovery-image] Jul 06 21:41:55.181 INFO O| Jul 06 21:41:55.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70532026-07-06T21:41:55.769Z[ recovery-image] Jul 06 21:41:55.181 INFO O| Jul 06 21:41:55.181 INFO STEP 570 (remove_files) COMPLETE
70542026-07-06T21:41:55.772Z[ recovery-image] Jul 06 21:41:55.181 INFO O| Jul 06 21:41:55.181 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-07-06T21:41:55.777Z[ recovery-image] Jul 06 21:41:55.189 INFO O| Jul 06 21:41:55.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70562026-07-06T21:41:55.777Z[ recovery-image] Jul 06 21:41:55.189 INFO O| Jul 06 21:41:55.189 INFO STEP 571 (remove_files) COMPLETE
70572026-07-06T21:41:55.780Z[ recovery-image] Jul 06 21:41:55.189 INFO O| Jul 06 21:41:55.189 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-07-06T21:41:55.784Z[ recovery-image] Jul 06 21:41:55.197 INFO O| Jul 06 21:41:55.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70592026-07-06T21:41:55.784Z[ recovery-image] Jul 06 21:41:55.197 INFO O| Jul 06 21:41:55.197 INFO STEP 572 (remove_files) COMPLETE
70602026-07-06T21:41:55.788Z[ recovery-image] Jul 06 21:41:55.197 INFO O| Jul 06 21:41:55.197 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-07-06T21:41:55.791Z[ recovery-image] Jul 06 21:41:55.204 INFO O| Jul 06 21:41:55.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70622026-07-06T21:41:55.791Z[ recovery-image] Jul 06 21:41:55.204 INFO O| Jul 06 21:41:55.204 INFO STEP 573 (remove_files) COMPLETE
70632026-07-06T21:41:55.792Z[ recovery-image] Jul 06 21:41:55.204 INFO O| Jul 06 21:41:55.204 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-07-06T21:41:55.799Z[ recovery-image] Jul 06 21:41:55.211 INFO O| Jul 06 21:41:55.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70652026-07-06T21:41:55.799Z[ recovery-image] Jul 06 21:41:55.211 INFO O| Jul 06 21:41:55.211 INFO STEP 574 (remove_files) COMPLETE
70662026-07-06T21:41:55.799Z[ recovery-image] Jul 06 21:41:55.211 INFO O| Jul 06 21:41:55.211 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-07-06T21:41:55.805Z[ recovery-image] Jul 06 21:41:55.218 INFO O| Jul 06 21:41:55.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70682026-07-06T21:41:55.810Z[ recovery-image] Jul 06 21:41:55.218 INFO O| Jul 06 21:41:55.218 INFO STEP 575 (remove_files) COMPLETE
70692026-07-06T21:41:55.810Z[ recovery-image] Jul 06 21:41:55.218 INFO O| Jul 06 21:41:55.218 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-07-06T21:41:55.816Z[ recovery-image] Jul 06 21:41:55.225 INFO O| Jul 06 21:41:55.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70712026-07-06T21:41:55.816Z[ recovery-image] Jul 06 21:41:55.225 INFO O| Jul 06 21:41:55.225 INFO STEP 576 (remove_files) COMPLETE
70722026-07-06T21:41:55.816Z[ recovery-image] Jul 06 21:41:55.225 INFO O| Jul 06 21:41:55.225 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-07-06T21:41:55.822Z[ recovery-image] Jul 06 21:41:55.234 INFO O| Jul 06 21:41:55.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70742026-07-06T21:41:55.827Z[ recovery-image] Jul 06 21:41:55.234 INFO O| Jul 06 21:41:55.234 INFO STEP 577 (remove_files) COMPLETE
70752026-07-06T21:41:55.827Z[ recovery-image] Jul 06 21:41:55.234 INFO O| Jul 06 21:41:55.234 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-07-06T21:41:55.831Z[ recovery-image] Jul 06 21:41:55.243 INFO O| Jul 06 21:41:55.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70772026-07-06T21:41:55.831Z[ recovery-image] Jul 06 21:41:55.243 INFO O| Jul 06 21:41:55.243 INFO STEP 578 (remove_files) COMPLETE
70782026-07-06T21:41:55.831Z[ recovery-image] Jul 06 21:41:55.243 INFO O| Jul 06 21:41:55.243 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-07-06T21:41:55.837Z[ recovery-image] Jul 06 21:41:55.250 INFO O| Jul 06 21:41:55.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70802026-07-06T21:41:55.841Z[ recovery-image] Jul 06 21:41:55.250 INFO O| Jul 06 21:41:55.250 INFO STEP 579 (remove_files) COMPLETE
70812026-07-06T21:41:55.841Z[ recovery-image] Jul 06 21:41:55.250 INFO O| Jul 06 21:41:55.250 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-07-06T21:41:55.844Z[ recovery-image] Jul 06 21:41:55.257 INFO O| Jul 06 21:41:55.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70832026-07-06T21:41:55.844Z[ recovery-image] Jul 06 21:41:55.257 INFO O| Jul 06 21:41:55.257 INFO STEP 580 (remove_files) COMPLETE
70842026-07-06T21:41:55.848Z[ recovery-image] Jul 06 21:41:55.257 INFO O| Jul 06 21:41:55.257 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-07-06T21:41:55.852Z[ recovery-image] Jul 06 21:41:55.264 INFO O| Jul 06 21:41:55.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70862026-07-06T21:41:55.852Z[ recovery-image] Jul 06 21:41:55.264 INFO O| Jul 06 21:41:55.264 INFO STEP 581 (remove_files) COMPLETE
70872026-07-06T21:41:55.855Z[ recovery-image] Jul 06 21:41:55.264 INFO O| Jul 06 21:41:55.264 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-07-06T21:41:55.860Z[ recovery-image] Jul 06 21:41:55.273 INFO O| Jul 06 21:41:55.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70892026-07-06T21:41:55.864Z[ recovery-image] Jul 06 21:41:55.273 INFO O| Jul 06 21:41:55.273 INFO STEP 582 (remove_files) COMPLETE
70902026-07-06T21:41:55.864Z[ recovery-image] Jul 06 21:41:55.273 INFO O| Jul 06 21:41:55.273 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-07-06T21:41:55.868Z[ recovery-image] Jul 06 21:41:55.281 INFO O| Jul 06 21:41:55.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70922026-07-06T21:41:55.868Z[ recovery-image] Jul 06 21:41:55.281 INFO O| Jul 06 21:41:55.281 INFO STEP 583 (remove_files) COMPLETE
70932026-07-06T21:41:55.872Z[ recovery-image] Jul 06 21:41:55.281 INFO O| Jul 06 21:41:55.281 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-07-06T21:41:55.876Z[ recovery-image] Jul 06 21:41:55.288 INFO O| Jul 06 21:41:55.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70952026-07-06T21:41:55.876Z[ recovery-image] Jul 06 21:41:55.288 INFO O| Jul 06 21:41:55.288 INFO STEP 584 (remove_files) COMPLETE
70962026-07-06T21:41:55.879Z[ recovery-image] Jul 06 21:41:55.288 INFO O| Jul 06 21:41:55.288 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-07-06T21:41:55.883Z[ recovery-image] Jul 06 21:41:55.295 INFO O| Jul 06 21:41:55.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70982026-07-06T21:41:55.883Z[ recovery-image] Jul 06 21:41:55.295 INFO O| Jul 06 21:41:55.295 INFO STEP 585 (remove_files) COMPLETE
70992026-07-06T21:41:55.883Z[ recovery-image] Jul 06 21:41:55.295 INFO O| Jul 06 21:41:55.295 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-07-06T21:41:55.892Z[ recovery-image] Jul 06 21:41:55.304 INFO O| Jul 06 21:41:55.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71012026-07-06T21:41:55.892Z[ recovery-image] Jul 06 21:41:55.304 INFO O| Jul 06 21:41:55.304 INFO STEP 586 (remove_files) COMPLETE
71022026-07-06T21:41:55.895Z[ recovery-image] Jul 06 21:41:55.304 INFO O| Jul 06 21:41:55.304 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-07-06T21:41:55.899Z[ recovery-image] Jul 06 21:41:55.312 INFO O| Jul 06 21:41:55.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71042026-07-06T21:41:55.903Z[ recovery-image] Jul 06 21:41:55.313 INFO O| Jul 06 21:41:55.313 INFO STEP 587 (remove_files) COMPLETE
71052026-07-06T21:41:55.903Z[ recovery-image] Jul 06 21:41:55.313 INFO O| Jul 06 21:41:55.313 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-07-06T21:41:55.909Z[ recovery-image] Jul 06 21:41:55.321 INFO O| Jul 06 21:41:55.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71072026-07-06T21:41:55.909Z[ recovery-image] Jul 06 21:41:55.321 INFO O| Jul 06 21:41:55.321 INFO STEP 588 (remove_files) COMPLETE
71082026-07-06T21:41:55.909Z[ recovery-image] Jul 06 21:41:55.321 INFO O| Jul 06 21:41:55.321 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-07-06T21:41:55.918Z[ recovery-image] Jul 06 21:41:55.330 INFO O| Jul 06 21:41:55.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71102026-07-06T21:41:55.918Z[ recovery-image] Jul 06 21:41:55.330 INFO O| Jul 06 21:41:55.330 INFO STEP 589 (remove_files) COMPLETE
71112026-07-06T21:41:55.922Z[ recovery-image] Jul 06 21:41:55.330 INFO O| Jul 06 21:41:55.330 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-07-06T21:41:55.926Z[ recovery-image] Jul 06 21:41:55.338 INFO O| Jul 06 21:41:55.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71132026-07-06T21:41:55.926Z[ recovery-image] Jul 06 21:41:55.338 INFO O| Jul 06 21:41:55.338 INFO STEP 590 (remove_files) COMPLETE
71142026-07-06T21:41:55.926Z[ recovery-image] Jul 06 21:41:55.338 INFO O| Jul 06 21:41:55.338 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-07-06T21:41:55.932Z[ recovery-image] Jul 06 21:41:55.345 INFO O| Jul 06 21:41:55.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71162026-07-06T21:41:55.936Z[ recovery-image] Jul 06 21:41:55.345 INFO O| Jul 06 21:41:55.345 INFO STEP 591 (remove_files) COMPLETE
71172026-07-06T21:41:55.936Z[ recovery-image] Jul 06 21:41:55.345 INFO O| Jul 06 21:41:55.345 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-07-06T21:41:55.940Z[ recovery-image] Jul 06 21:41:55.352 INFO O| Jul 06 21:41:55.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71192026-07-06T21:41:55.940Z[ recovery-image] Jul 06 21:41:55.352 INFO O| Jul 06 21:41:55.352 INFO STEP 592 (remove_files) COMPLETE
71202026-07-06T21:41:55.943Z[ recovery-image] Jul 06 21:41:55.352 INFO O| Jul 06 21:41:55.352 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-07-06T21:41:55.948Z[ recovery-image] Jul 06 21:41:55.360 INFO O| Jul 06 21:41:55.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71222026-07-06T21:41:55.948Z[ recovery-image] Jul 06 21:41:55.360 INFO O| Jul 06 21:41:55.360 INFO STEP 593 (remove_files) COMPLETE
71232026-07-06T21:41:55.948Z[ recovery-image] Jul 06 21:41:55.360 INFO O| Jul 06 21:41:55.360 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-07-06T21:41:55.955Z[ recovery-image] Jul 06 21:41:55.368 INFO O| Jul 06 21:41:55.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71252026-07-06T21:41:55.955Z[ recovery-image] Jul 06 21:41:55.368 INFO O| Jul 06 21:41:55.368 INFO STEP 594 (remove_files) COMPLETE
71262026-07-06T21:41:55.956Z[ recovery-image] Jul 06 21:41:55.368 INFO O| Jul 06 21:41:55.368 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-07-06T21:41:55.963Z[ recovery-image] Jul 06 21:41:55.375 INFO O| Jul 06 21:41:55.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71282026-07-06T21:41:55.963Z[ recovery-image] Jul 06 21:41:55.375 INFO O| Jul 06 21:41:55.375 INFO STEP 595 (remove_files) COMPLETE
71292026-07-06T21:41:55.968Z[ recovery-image] Jul 06 21:41:55.375 INFO O| Jul 06 21:41:55.375 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-07-06T21:41:55.972Z[ recovery-image] Jul 06 21:41:55.382 INFO O| Jul 06 21:41:55.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71312026-07-06T21:41:55.972Z[ recovery-image] Jul 06 21:41:55.382 INFO O| Jul 06 21:41:55.382 INFO STEP 596 (remove_files) COMPLETE
71322026-07-06T21:41:55.972Z[ recovery-image] Jul 06 21:41:55.382 INFO O| Jul 06 21:41:55.382 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-07-06T21:41:55.979Z[ recovery-image] Jul 06 21:41:55.390 INFO O| Jul 06 21:41:55.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71342026-07-06T21:41:55.979Z[ recovery-image] Jul 06 21:41:55.390 INFO O| Jul 06 21:41:55.390 INFO STEP 597 (remove_files) COMPLETE
71352026-07-06T21:41:55.982Z[ recovery-image] Jul 06 21:41:55.390 INFO O| Jul 06 21:41:55.390 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-07-06T21:41:55.986Z[ recovery-image] Jul 06 21:41:55.398 INFO O| Jul 06 21:41:55.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71372026-07-06T21:41:55.986Z[ recovery-image] Jul 06 21:41:55.398 INFO O| Jul 06 21:41:55.398 INFO STEP 598 (remove_files) COMPLETE
71382026-07-06T21:41:55.986Z[ recovery-image] Jul 06 21:41:55.398 INFO O| Jul 06 21:41:55.398 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-07-06T21:41:55.993Z[ recovery-image] Jul 06 21:41:55.405 INFO O| Jul 06 21:41:55.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71402026-07-06T21:41:55.993Z[ recovery-image] Jul 06 21:41:55.405 INFO O| Jul 06 21:41:55.405 INFO STEP 599 (remove_files) COMPLETE
71412026-07-06T21:41:55.993Z[ recovery-image] Jul 06 21:41:55.405 INFO O| Jul 06 21:41:55.405 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-07-06T21:41:56.002Z[ recovery-image] Jul 06 21:41:55.413 INFO O| Jul 06 21:41:55.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71432026-07-06T21:41:56.005Z[ recovery-image] Jul 06 21:41:55.413 INFO O| Jul 06 21:41:55.413 INFO STEP 600 (remove_files) COMPLETE
71442026-07-06T21:41:56.005Z[ recovery-image] Jul 06 21:41:55.413 INFO O| Jul 06 21:41:55.413 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-07-06T21:41:56.009Z[ recovery-image] Jul 06 21:41:55.420 INFO O| Jul 06 21:41:55.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71462026-07-06T21:41:56.009Z[ recovery-image] Jul 06 21:41:55.420 INFO O| Jul 06 21:41:55.420 INFO STEP 601 (remove_files) COMPLETE
71472026-07-06T21:41:56.009Z[ recovery-image] Jul 06 21:41:55.420 INFO O| Jul 06 21:41:55.420 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-07-06T21:41:56.015Z[ recovery-image] Jul 06 21:41:55.427 INFO O| Jul 06 21:41:55.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71492026-07-06T21:41:56.015Z[ recovery-image] Jul 06 21:41:55.427 INFO O| Jul 06 21:41:55.427 INFO STEP 602 (remove_files) COMPLETE
71502026-07-06T21:41:56.018Z[ recovery-image] Jul 06 21:41:55.428 INFO O| Jul 06 21:41:55.427 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-07-06T21:41:56.024Z[ recovery-image] Jul 06 21:41:55.436 INFO O| Jul 06 21:41:55.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71522026-07-06T21:41:56.027Z[ recovery-image] Jul 06 21:41:55.436 INFO O| Jul 06 21:41:55.436 INFO STEP 603 (remove_files) COMPLETE
71532026-07-06T21:41:56.027Z[ recovery-image] Jul 06 21:41:55.436 INFO O| Jul 06 21:41:55.436 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-07-06T21:41:56.031Z[ recovery-image] Jul 06 21:41:55.443 INFO O| Jul 06 21:41:55.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71552026-07-06T21:41:56.031Z[ recovery-image] Jul 06 21:41:55.443 INFO O| Jul 06 21:41:55.443 INFO STEP 604 (remove_files) COMPLETE
71562026-07-06T21:41:56.035Z[ recovery-image] Jul 06 21:41:55.443 INFO O| Jul 06 21:41:55.443 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-07-06T21:41:56.040Z[ recovery-image] Jul 06 21:41:55.452 INFO O| Jul 06 21:41:55.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71582026-07-06T21:41:56.040Z[ recovery-image] Jul 06 21:41:55.452 INFO O| Jul 06 21:41:55.452 INFO STEP 605 (remove_files) COMPLETE
71592026-07-06T21:41:56.043Z[ recovery-image] Jul 06 21:41:55.452 INFO O| Jul 06 21:41:55.452 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-07-06T21:41:56.047Z[ recovery-image] Jul 06 21:41:55.460 INFO O| Jul 06 21:41:55.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71612026-07-06T21:41:56.047Z[ recovery-image] Jul 06 21:41:55.460 INFO O| Jul 06 21:41:55.460 INFO STEP 606 (remove_files) COMPLETE
71622026-07-06T21:41:56.048Z[ recovery-image] Jul 06 21:41:55.460 INFO O| Jul 06 21:41:55.460 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-07-06T21:41:56.055Z[ recovery-image] Jul 06 21:41:55.467 INFO O| Jul 06 21:41:55.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71642026-07-06T21:41:56.055Z[ recovery-image] Jul 06 21:41:55.467 INFO O| Jul 06 21:41:55.467 INFO STEP 607 (remove_files) COMPLETE
71652026-07-06T21:41:56.060Z[ recovery-image] Jul 06 21:41:55.467 INFO O| Jul 06 21:41:55.467 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-07-06T21:41:56.063Z[ recovery-image] Jul 06 21:41:55.474 INFO O| Jul 06 21:41:55.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71672026-07-06T21:41:56.063Z[ recovery-image] Jul 06 21:41:55.474 INFO O| Jul 06 21:41:55.474 INFO STEP 608 (remove_files) COMPLETE
71682026-07-06T21:41:56.063Z[ recovery-image] Jul 06 21:41:55.474 INFO O| Jul 06 21:41:55.474 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-07-06T21:41:56.069Z[ recovery-image] Jul 06 21:41:55.481 INFO O| Jul 06 21:41:55.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71702026-07-06T21:41:56.080Z[ recovery-image] Jul 06 21:41:55.482 INFO O| Jul 06 21:41:55.482 INFO STEP 609 (remove_files) COMPLETE
71712026-07-06T21:41:56.080Z[ recovery-image] Jul 06 21:41:55.482 INFO O| Jul 06 21:41:55.482 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-07-06T21:41:56.084Z[ recovery-image] Jul 06 21:41:55.489 INFO O| Jul 06 21:41:55.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71732026-07-06T21:41:56.084Z[ recovery-image] Jul 06 21:41:55.489 INFO O| Jul 06 21:41:55.489 INFO STEP 610 (remove_files) COMPLETE
71742026-07-06T21:41:56.084Z[ recovery-image] Jul 06 21:41:55.489 INFO O| Jul 06 21:41:55.489 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-07-06T21:41:56.088Z[ recovery-image] Jul 06 21:41:55.498 INFO O| Jul 06 21:41:55.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71762026-07-06T21:41:56.088Z[ recovery-image] Jul 06 21:41:55.498 INFO O| Jul 06 21:41:55.498 INFO STEP 611 (remove_files) COMPLETE
71772026-07-06T21:41:56.088Z[ recovery-image] Jul 06 21:41:55.498 INFO O| Jul 06 21:41:55.498 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-07-06T21:41:56.094Z[ recovery-image] Jul 06 21:41:55.506 INFO O| Jul 06 21:41:55.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71792026-07-06T21:41:56.097Z[ recovery-image] Jul 06 21:41:55.506 INFO O| Jul 06 21:41:55.506 INFO STEP 612 (remove_files) COMPLETE
71802026-07-06T21:41:56.097Z[ recovery-image] Jul 06 21:41:55.506 INFO O| Jul 06 21:41:55.506 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-07-06T21:41:56.101Z[ recovery-image] Jul 06 21:41:55.514 INFO O| Jul 06 21:41:55.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71822026-07-06T21:41:56.101Z[ recovery-image] Jul 06 21:41:55.514 INFO O| Jul 06 21:41:55.514 INFO STEP 613 (remove_files) COMPLETE
71832026-07-06T21:41:56.105Z[ recovery-image] Jul 06 21:41:55.514 INFO O| Jul 06 21:41:55.514 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-07-06T21:41:56.108Z[ recovery-image] Jul 06 21:41:55.521 INFO O| Jul 06 21:41:55.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71852026-07-06T21:41:56.112Z[ recovery-image] Jul 06 21:41:55.522 INFO O| Jul 06 21:41:55.522 INFO STEP 614 (remove_files) COMPLETE
71862026-07-06T21:41:56.112Z[ recovery-image] Jul 06 21:41:55.522 INFO O| Jul 06 21:41:55.522 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-07-06T21:41:56.116Z[ recovery-image] Jul 06 21:41:55.528 INFO O| Jul 06 21:41:55.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71882026-07-06T21:41:56.116Z[ recovery-image] Jul 06 21:41:55.528 INFO O| Jul 06 21:41:55.528 INFO STEP 615 (remove_files) COMPLETE
71892026-07-06T21:41:56.120Z[ recovery-image] Jul 06 21:41:55.528 INFO O| Jul 06 21:41:55.528 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-07-06T21:41:56.125Z[ recovery-image] Jul 06 21:41:55.535 INFO O| Jul 06 21:41:55.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71912026-07-06T21:41:56.125Z[ recovery-image] Jul 06 21:41:55.535 INFO O| Jul 06 21:41:55.535 INFO STEP 616 (remove_files) COMPLETE
71922026-07-06T21:41:56.125Z[ recovery-image] Jul 06 21:41:55.535 INFO O| Jul 06 21:41:55.535 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-07-06T21:41:56.130Z[ recovery-image] Jul 06 21:41:55.542 INFO O| Jul 06 21:41:55.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71942026-07-06T21:41:56.133Z[ recovery-image] Jul 06 21:41:55.542 INFO O| Jul 06 21:41:55.542 INFO STEP 617 (remove_files) COMPLETE
71952026-07-06T21:41:56.133Z[ recovery-image] Jul 06 21:41:55.542 INFO O| Jul 06 21:41:55.542 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-07-06T21:41:56.139Z[ recovery-image] Jul 06 21:41:55.549 INFO O| Jul 06 21:41:55.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71972026-07-06T21:41:56.139Z[ recovery-image] Jul 06 21:41:55.549 INFO O| Jul 06 21:41:55.549 INFO STEP 618 (remove_files) COMPLETE
71982026-07-06T21:41:56.139Z[ recovery-image] Jul 06 21:41:55.549 INFO O| Jul 06 21:41:55.549 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-07-06T21:41:56.144Z[ recovery-image] Jul 06 21:41:55.556 INFO O| Jul 06 21:41:55.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72002026-07-06T21:41:56.144Z[ recovery-image] Jul 06 21:41:55.556 INFO O| Jul 06 21:41:55.556 INFO STEP 619 (remove_files) COMPLETE
72012026-07-06T21:41:56.148Z[ recovery-image] Jul 06 21:41:55.556 INFO O| Jul 06 21:41:55.556 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-07-06T21:41:56.152Z[ recovery-image] Jul 06 21:41:55.563 INFO O| Jul 06 21:41:55.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72032026-07-06T21:41:56.152Z[ recovery-image] Jul 06 21:41:55.563 INFO O| Jul 06 21:41:55.563 INFO STEP 620 (remove_files) COMPLETE
72042026-07-06T21:41:56.152Z[ recovery-image] Jul 06 21:41:55.563 INFO O| Jul 06 21:41:55.563 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-07-06T21:41:56.158Z[ recovery-image] Jul 06 21:41:55.570 INFO O| Jul 06 21:41:55.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72062026-07-06T21:41:56.162Z[ recovery-image] Jul 06 21:41:55.570 INFO O| Jul 06 21:41:55.570 INFO STEP 621 (remove_files) COMPLETE
72072026-07-06T21:41:56.162Z[ recovery-image] Jul 06 21:41:55.570 INFO O| Jul 06 21:41:55.570 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-07-06T21:41:56.165Z[ recovery-image] Jul 06 21:41:55.578 INFO O| Jul 06 21:41:55.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72092026-07-06T21:41:56.166Z[ recovery-image] Jul 06 21:41:55.578 INFO O| Jul 06 21:41:55.578 INFO STEP 622 (remove_files) COMPLETE
72102026-07-06T21:41:56.166Z[ recovery-image] Jul 06 21:41:55.578 INFO O| Jul 06 21:41:55.578 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-07-06T21:41:56.173Z[ recovery-image] Jul 06 21:41:55.585 INFO O| Jul 06 21:41:55.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72122026-07-06T21:41:56.173Z[ recovery-image] Jul 06 21:41:55.585 INFO O| Jul 06 21:41:55.585 INFO STEP 623 (remove_files) COMPLETE
72132026-07-06T21:41:56.177Z[ recovery-image] Jul 06 21:41:55.585 INFO O| Jul 06 21:41:55.585 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-07-06T21:41:56.180Z[ recovery-image] Jul 06 21:41:55.592 INFO O| Jul 06 21:41:55.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72152026-07-06T21:41:56.180Z[ recovery-image] Jul 06 21:41:55.592 INFO O| Jul 06 21:41:55.592 INFO STEP 624 (remove_files) COMPLETE
72162026-07-06T21:41:56.180Z[ recovery-image] Jul 06 21:41:55.592 INFO O| Jul 06 21:41:55.592 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-07-06T21:41:56.187Z[ recovery-image] Jul 06 21:41:55.599 INFO O| Jul 06 21:41:55.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72182026-07-06T21:41:56.188Z[ recovery-image] Jul 06 21:41:55.599 INFO O| Jul 06 21:41:55.599 INFO STEP 625 (remove_files) COMPLETE
72192026-07-06T21:41:56.191Z[ recovery-image] Jul 06 21:41:55.599 INFO O| Jul 06 21:41:55.599 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-07-06T21:41:56.194Z[ recovery-image] Jul 06 21:41:55.606 INFO O| Jul 06 21:41:55.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72212026-07-06T21:41:56.194Z[ recovery-image] Jul 06 21:41:55.606 INFO O| Jul 06 21:41:55.606 INFO STEP 626 (remove_files) COMPLETE
72222026-07-06T21:41:56.194Z[ recovery-image] Jul 06 21:41:55.606 INFO O| Jul 06 21:41:55.606 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-07-06T21:41:56.200Z[ recovery-image] Jul 06 21:41:55.613 INFO O| Jul 06 21:41:55.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72242026-07-06T21:41:56.200Z[ recovery-image] Jul 06 21:41:55.613 INFO O| Jul 06 21:41:55.613 INFO STEP 627 (remove_files) COMPLETE
72252026-07-06T21:41:56.204Z[ recovery-image] Jul 06 21:41:55.613 INFO O| Jul 06 21:41:55.613 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-07-06T21:41:56.208Z[ recovery-image] Jul 06 21:41:55.620 INFO O| Jul 06 21:41:55.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72272026-07-06T21:41:56.208Z[ recovery-image] Jul 06 21:41:55.620 INFO O| Jul 06 21:41:55.620 INFO STEP 628 (remove_files) COMPLETE
72282026-07-06T21:41:56.208Z[ recovery-image] Jul 06 21:41:55.620 INFO O| Jul 06 21:41:55.620 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-07-06T21:41:56.215Z[ recovery-image] Jul 06 21:41:55.627 INFO O| Jul 06 21:41:55.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72302026-07-06T21:41:56.215Z[ recovery-image] Jul 06 21:41:55.627 INFO O| Jul 06 21:41:55.627 INFO STEP 629 (remove_files) COMPLETE
72312026-07-06T21:41:56.215Z[ recovery-image] Jul 06 21:41:55.627 INFO O| Jul 06 21:41:55.627 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-07-06T21:41:56.223Z[ recovery-image] Jul 06 21:41:55.634 INFO O| Jul 06 21:41:55.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72332026-07-06T21:41:56.223Z[ recovery-image] Jul 06 21:41:55.634 INFO O| Jul 06 21:41:55.634 INFO STEP 630 (remove_files) COMPLETE
72342026-07-06T21:41:56.223Z[ recovery-image] Jul 06 21:41:55.634 INFO O| Jul 06 21:41:55.634 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-07-06T21:41:56.229Z[ recovery-image] Jul 06 21:41:55.641 INFO O| Jul 06 21:41:55.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72362026-07-06T21:41:56.229Z[ recovery-image] Jul 06 21:41:55.641 INFO O| Jul 06 21:41:55.641 INFO STEP 631 (remove_files) COMPLETE
72372026-07-06T21:41:56.233Z[ recovery-image] Jul 06 21:41:55.641 INFO O| Jul 06 21:41:55.641 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-07-06T21:41:56.236Z[ recovery-image] Jul 06 21:41:55.648 INFO O| Jul 06 21:41:55.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72392026-07-06T21:41:56.236Z[ recovery-image] Jul 06 21:41:55.648 INFO O| Jul 06 21:41:55.648 INFO STEP 632 (remove_files) COMPLETE
72402026-07-06T21:41:56.237Z[ recovery-image] Jul 06 21:41:55.648 INFO O| Jul 06 21:41:55.648 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-07-06T21:41:56.243Z[ recovery-image] Jul 06 21:41:55.655 INFO O| Jul 06 21:41:55.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72422026-07-06T21:41:56.246Z[ recovery-image] Jul 06 21:41:55.656 INFO O| Jul 06 21:41:55.656 INFO STEP 633 (remove_files) COMPLETE
72432026-07-06T21:41:56.246Z[ recovery-image] Jul 06 21:41:55.656 INFO O| Jul 06 21:41:55.656 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-07-06T21:41:56.250Z[ recovery-image] Jul 06 21:41:55.663 INFO O| Jul 06 21:41:55.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72452026-07-06T21:41:56.250Z[ recovery-image] Jul 06 21:41:55.663 INFO O| Jul 06 21:41:55.663 INFO STEP 634 (remove_files) COMPLETE
72462026-07-06T21:41:56.250Z[ recovery-image] Jul 06 21:41:55.663 INFO O| Jul 06 21:41:55.663 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-07-06T21:41:56.258Z[ recovery-image] Jul 06 21:41:55.670 INFO O| Jul 06 21:41:55.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72482026-07-06T21:41:56.258Z[ recovery-image] Jul 06 21:41:55.670 INFO O| Jul 06 21:41:55.670 INFO STEP 635 (remove_files) COMPLETE
72492026-07-06T21:41:56.262Z[ recovery-image] Jul 06 21:41:55.670 INFO O| Jul 06 21:41:55.670 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-07-06T21:41:56.267Z[ recovery-image] Jul 06 21:41:55.679 INFO O| Jul 06 21:41:55.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72512026-07-06T21:41:56.267Z[ recovery-image] Jul 06 21:41:55.679 INFO O| Jul 06 21:41:55.679 INFO STEP 636 (remove_files) COMPLETE
72522026-07-06T21:41:56.267Z[ recovery-image] Jul 06 21:41:55.679 INFO O| Jul 06 21:41:55.679 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-07-06T21:41:56.274Z[ recovery-image] Jul 06 21:41:55.687 INFO O| Jul 06 21:41:55.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72542026-07-06T21:41:56.274Z[ recovery-image] Jul 06 21:41:55.687 INFO O| Jul 06 21:41:55.687 INFO STEP 637 (remove_files) COMPLETE
72552026-07-06T21:41:56.278Z[ recovery-image] Jul 06 21:41:55.687 INFO O| Jul 06 21:41:55.687 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-07-06T21:41:56.282Z[ recovery-image] Jul 06 21:41:55.694 INFO O| Jul 06 21:41:55.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72572026-07-06T21:41:56.282Z[ recovery-image] Jul 06 21:41:55.694 INFO O| Jul 06 21:41:55.694 INFO STEP 638 (remove_files) COMPLETE
72582026-07-06T21:41:56.282Z[ recovery-image] Jul 06 21:41:55.694 INFO O| Jul 06 21:41:55.694 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-07-06T21:41:56.289Z[ recovery-image] Jul 06 21:41:55.701 INFO O| Jul 06 21:41:55.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72602026-07-06T21:41:56.289Z[ recovery-image] Jul 06 21:41:55.701 INFO O| Jul 06 21:41:55.701 INFO STEP 639 (remove_files) COMPLETE
72612026-07-06T21:41:56.289Z[ recovery-image] Jul 06 21:41:55.701 INFO O| Jul 06 21:41:55.701 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-07-06T21:41:56.296Z[ recovery-image] Jul 06 21:41:55.708 INFO O| Jul 06 21:41:55.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72632026-07-06T21:41:56.296Z[ recovery-image] Jul 06 21:41:55.708 INFO O| Jul 06 21:41:55.708 INFO STEP 640 (remove_files) COMPLETE
72642026-07-06T21:41:56.299Z[ recovery-image] Jul 06 21:41:55.708 INFO O| Jul 06 21:41:55.708 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-07-06T21:41:56.308Z[ recovery-image] Jul 06 21:41:55.715 INFO O| Jul 06 21:41:55.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72662026-07-06T21:41:56.308Z[ recovery-image] Jul 06 21:41:55.715 INFO O| Jul 06 21:41:55.715 INFO STEP 641 (remove_files) COMPLETE
72672026-07-06T21:41:56.308Z[ recovery-image] Jul 06 21:41:55.715 INFO O| Jul 06 21:41:55.715 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-07-06T21:41:56.376Z[ recovery-image] Jul 06 21:41:55.725 INFO O| Jul 06 21:41:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72692026-07-06T21:41:56.376Z[ recovery-image] Jul 06 21:41:55.725 INFO O| Jul 06 21:41:55.725 INFO STEP 642 (remove_files) COMPLETE
72702026-07-06T21:41:56.380Z[ recovery-image] Jul 06 21:41:55.725 INFO O| Jul 06 21:41:55.725 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-07-06T21:41:56.383Z[ recovery-image] Jul 06 21:41:55.733 INFO O| Jul 06 21:41:55.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72722026-07-06T21:41:56.387Z[ recovery-image] Jul 06 21:41:55.733 INFO O| Jul 06 21:41:55.733 INFO STEP 643 (remove_files) COMPLETE
72732026-07-06T21:41:56.391Z[ recovery-image] Jul 06 21:41:55.733 INFO O| Jul 06 21:41:55.733 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-07-06T21:41:56.394Z[ recovery-image] Jul 06 21:41:55.743 INFO O| Jul 06 21:41:55.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72752026-07-06T21:41:56.394Z[ recovery-image] Jul 06 21:41:55.744 INFO O| Jul 06 21:41:55.744 INFO STEP 644 (remove_files) COMPLETE
72762026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.744 INFO O| Jul 06 21:41:55.744 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.754 INFO O| Jul 06 21:41:55.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72782026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.754 INFO O| Jul 06 21:41:55.754 INFO STEP 645 (remove_files) COMPLETE
72792026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.754 INFO O| Jul 06 21:41:55.754 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.763 INFO O| Jul 06 21:41:55.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72812026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.765 INFO O| Jul 06 21:41:55.765 INFO STEP 646 (remove_files) COMPLETE
72822026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.765 INFO O| Jul 06 21:41:55.765 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.788 INFO O| Jul 06 21:41:55.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72842026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.788 INFO O| Jul 06 21:41:55.788 INFO STEP 647 (remove_files) COMPLETE
72852026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.788 INFO O| Jul 06 21:41:55.788 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.805 INFO O| Jul 06 21:41:55.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72872026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.805 INFO O| Jul 06 21:41:55.805 INFO STEP 648 (remove_files) COMPLETE
72882026-07-06T21:41:56.395Z[ recovery-image] Jul 06 21:41:55.805 INFO O| Jul 06 21:41:55.805 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-07-06T21:41:56.402Z[ recovery-image] Jul 06 21:41:55.815 INFO O| Jul 06 21:41:55.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72902026-07-06T21:41:56.402Z[ recovery-image] Jul 06 21:41:55.815 INFO O| Jul 06 21:41:55.815 INFO STEP 649 (remove_files) COMPLETE
72912026-07-06T21:41:56.406Z[ recovery-image] Jul 06 21:41:55.815 INFO O| Jul 06 21:41:55.815 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-07-06T21:41:56.412Z[ recovery-image] Jul 06 21:41:55.824 INFO O| Jul 06 21:41:55.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72932026-07-06T21:41:56.415Z[ recovery-image] Jul 06 21:41:55.824 INFO O| Jul 06 21:41:55.824 INFO STEP 650 (remove_files) COMPLETE
72942026-07-06T21:41:56.415Z[ recovery-image] Jul 06 21:41:55.824 INFO O| Jul 06 21:41:55.824 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-07-06T21:41:56.421Z[ recovery-image] Jul 06 21:41:55.833 INFO O| Jul 06 21:41:55.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72962026-07-06T21:41:56.424Z[ recovery-image] Jul 06 21:41:55.833 INFO O| Jul 06 21:41:55.833 INFO STEP 651 (remove_files) COMPLETE
72972026-07-06T21:41:56.424Z[ recovery-image] Jul 06 21:41:55.833 INFO O| Jul 06 21:41:55.833 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-07-06T21:41:56.428Z[ recovery-image] Jul 06 21:41:55.840 INFO O| Jul 06 21:41:55.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72992026-07-06T21:41:56.428Z[ recovery-image] Jul 06 21:41:55.840 INFO O| Jul 06 21:41:55.840 INFO STEP 652 (remove_files) COMPLETE
73002026-07-06T21:41:56.431Z[ recovery-image] Jul 06 21:41:55.840 INFO O| Jul 06 21:41:55.840 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-07-06T21:41:56.435Z[ recovery-image] Jul 06 21:41:55.848 INFO O| Jul 06 21:41:55.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73022026-07-06T21:41:56.438Z[ recovery-image] Jul 06 21:41:55.848 INFO O| Jul 06 21:41:55.848 INFO STEP 653 (remove_files) COMPLETE
73032026-07-06T21:41:56.438Z[ recovery-image] Jul 06 21:41:55.848 INFO O| Jul 06 21:41:55.848 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-07-06T21:41:56.443Z[ recovery-image] Jul 06 21:41:55.856 INFO O| Jul 06 21:41:55.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73052026-07-06T21:41:56.447Z[ recovery-image] Jul 06 21:41:55.856 INFO O| Jul 06 21:41:55.856 INFO STEP 654 (remove_files) COMPLETE
73062026-07-06T21:41:56.447Z[ recovery-image] Jul 06 21:41:55.856 INFO O| Jul 06 21:41:55.856 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-07-06T21:41:56.450Z[ recovery-image] Jul 06 21:41:55.863 INFO O| Jul 06 21:41:55.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73082026-07-06T21:41:56.454Z[ recovery-image] Jul 06 21:41:55.863 INFO O| Jul 06 21:41:55.863 INFO STEP 655 (remove_files) COMPLETE
73092026-07-06T21:41:56.454Z[ recovery-image] Jul 06 21:41:55.863 INFO O| Jul 06 21:41:55.863 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-07-06T21:41:56.458Z[ recovery-image] Jul 06 21:41:55.871 INFO O| Jul 06 21:41:55.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73112026-07-06T21:41:56.464Z[ recovery-image] Jul 06 21:41:55.871 INFO O| Jul 06 21:41:55.871 INFO STEP 656 (remove_files) COMPLETE
73122026-07-06T21:41:56.464Z[ recovery-image] Jul 06 21:41:55.871 INFO O| Jul 06 21:41:55.871 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-07-06T21:41:56.467Z[ recovery-image] Jul 06 21:41:55.879 INFO O| Jul 06 21:41:55.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73142026-07-06T21:41:56.467Z[ recovery-image] Jul 06 21:41:55.879 INFO O| Jul 06 21:41:55.879 INFO STEP 657 (remove_files) COMPLETE
73152026-07-06T21:41:56.467Z[ recovery-image] Jul 06 21:41:55.879 INFO O| Jul 06 21:41:55.879 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-07-06T21:41:56.475Z[ recovery-image] Jul 06 21:41:55.888 INFO O| Jul 06 21:41:55.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73172026-07-06T21:41:56.479Z[ recovery-image] Jul 06 21:41:55.888 INFO O| Jul 06 21:41:55.888 INFO STEP 658 (remove_files) COMPLETE
73182026-07-06T21:41:56.479Z[ recovery-image] Jul 06 21:41:55.888 INFO O| Jul 06 21:41:55.888 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-07-06T21:41:56.484Z[ recovery-image] Jul 06 21:41:55.897 INFO O| Jul 06 21:41:55.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73202026-07-06T21:41:56.487Z[ recovery-image] Jul 06 21:41:55.897 INFO O| Jul 06 21:41:55.897 INFO STEP 659 (remove_files) COMPLETE
73212026-07-06T21:41:56.487Z[ recovery-image] Jul 06 21:41:55.897 INFO O| Jul 06 21:41:55.897 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-07-06T21:41:56.491Z[ recovery-image] Jul 06 21:41:55.904 INFO O| Jul 06 21:41:55.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73232026-07-06T21:41:56.492Z[ recovery-image] Jul 06 21:41:55.904 INFO O| Jul 06 21:41:55.904 INFO STEP 660 (remove_files) COMPLETE
73242026-07-06T21:41:56.492Z[ recovery-image] Jul 06 21:41:55.904 INFO O| Jul 06 21:41:55.904 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-07-06T21:41:56.501Z[ recovery-image] Jul 06 21:41:55.913 INFO O| Jul 06 21:41:55.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73262026-07-06T21:41:56.504Z[ recovery-image] Jul 06 21:41:55.913 INFO O| Jul 06 21:41:55.913 INFO STEP 661 (remove_files) COMPLETE
73272026-07-06T21:41:56.504Z[ recovery-image] Jul 06 21:41:55.914 INFO O| Jul 06 21:41:55.913 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-07-06T21:41:56.509Z[ recovery-image] Jul 06 21:41:55.921 INFO O| Jul 06 21:41:55.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73292026-07-06T21:41:56.512Z[ recovery-image] Jul 06 21:41:55.922 INFO O| Jul 06 21:41:55.922 INFO STEP 662 (remove_files) COMPLETE
73302026-07-06T21:41:56.512Z[ recovery-image] Jul 06 21:41:55.922 INFO O| Jul 06 21:41:55.922 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-07-06T21:41:56.517Z[ recovery-image] Jul 06 21:41:55.929 INFO O| Jul 06 21:41:55.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73322026-07-06T21:41:56.520Z[ recovery-image] Jul 06 21:41:55.929 INFO O| Jul 06 21:41:55.929 INFO STEP 663 (remove_files) COMPLETE
73332026-07-06T21:41:56.520Z[ recovery-image] Jul 06 21:41:55.929 INFO O| Jul 06 21:41:55.929 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-07-06T21:41:56.525Z[ recovery-image] Jul 06 21:41:55.938 INFO O| Jul 06 21:41:55.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73352026-07-06T21:41:56.529Z[ recovery-image] Jul 06 21:41:55.938 INFO O| Jul 06 21:41:55.938 INFO STEP 664 (remove_files) COMPLETE
73362026-07-06T21:41:56.529Z[ recovery-image] Jul 06 21:41:55.938 INFO O| Jul 06 21:41:55.938 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-07-06T21:41:56.533Z[ recovery-image] Jul 06 21:41:55.946 INFO O| Jul 06 21:41:55.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73382026-07-06T21:41:56.533Z[ recovery-image] Jul 06 21:41:55.946 INFO O| Jul 06 21:41:55.946 INFO STEP 665 (remove_files) COMPLETE
73392026-07-06T21:41:56.537Z[ recovery-image] Jul 06 21:41:55.946 INFO O| Jul 06 21:41:55.946 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-07-06T21:41:56.541Z[ recovery-image] Jul 06 21:41:55.954 INFO O| Jul 06 21:41:55.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73412026-07-06T21:41:56.545Z[ recovery-image] Jul 06 21:41:55.954 INFO O| Jul 06 21:41:55.954 INFO STEP 666 (remove_files) COMPLETE
73422026-07-06T21:41:56.545Z[ recovery-image] Jul 06 21:41:55.954 INFO O| Jul 06 21:41:55.954 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-07-06T21:41:56.550Z[ recovery-image] Jul 06 21:41:55.962 INFO O| Jul 06 21:41:55.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73442026-07-06T21:41:56.553Z[ recovery-image] Jul 06 21:41:55.962 INFO O| Jul 06 21:41:55.962 INFO STEP 667 (remove_files) COMPLETE
73452026-07-06T21:41:56.553Z[ recovery-image] Jul 06 21:41:55.962 INFO O| Jul 06 21:41:55.962 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-07-06T21:41:56.557Z[ recovery-image] Jul 06 21:41:55.969 INFO O| Jul 06 21:41:55.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73472026-07-06T21:41:56.557Z[ recovery-image] Jul 06 21:41:55.969 INFO O| Jul 06 21:41:55.969 INFO STEP 668 (remove_files) COMPLETE
73482026-07-06T21:41:56.557Z[ recovery-image] Jul 06 21:41:55.969 INFO O| Jul 06 21:41:55.969 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-07-06T21:41:56.565Z[ recovery-image] Jul 06 21:41:55.977 INFO O| Jul 06 21:41:55.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73502026-07-06T21:41:56.565Z[ recovery-image] Jul 06 21:41:55.977 INFO O| Jul 06 21:41:55.977 INFO STEP 669 (remove_files) COMPLETE
73512026-07-06T21:41:56.565Z[ recovery-image] Jul 06 21:41:55.977 INFO O| Jul 06 21:41:55.977 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-07-06T21:41:56.572Z[ recovery-image] Jul 06 21:41:55.985 INFO O| Jul 06 21:41:55.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73532026-07-06T21:41:56.572Z[ recovery-image] Jul 06 21:41:55.985 INFO O| Jul 06 21:41:55.985 INFO STEP 670 (remove_files) COMPLETE
73542026-07-06T21:41:56.573Z[ recovery-image] Jul 06 21:41:55.985 INFO O| Jul 06 21:41:55.985 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-07-06T21:41:56.580Z[ recovery-image] Jul 06 21:41:55.992 INFO O| Jul 06 21:41:55.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73562026-07-06T21:41:56.580Z[ recovery-image] Jul 06 21:41:55.992 INFO O| Jul 06 21:41:55.992 INFO STEP 671 (remove_files) COMPLETE
73572026-07-06T21:41:56.583Z[ recovery-image] Jul 06 21:41:55.992 INFO O| Jul 06 21:41:55.992 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-07-06T21:41:56.587Z[ recovery-image] Jul 06 21:41:56.000 INFO O| Jul 06 21:41:56.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73592026-07-06T21:41:56.588Z[ recovery-image] Jul 06 21:41:56.000 INFO O| Jul 06 21:41:56.000 INFO STEP 672 (remove_files) COMPLETE
73602026-07-06T21:41:56.591Z[ recovery-image] Jul 06 21:41:56.000 INFO O| Jul 06 21:41:56.000 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-07-06T21:41:56.597Z[ recovery-image] Jul 06 21:41:56.009 INFO O| Jul 06 21:41:56.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73622026-07-06T21:41:56.597Z[ recovery-image] Jul 06 21:41:56.009 INFO O| Jul 06 21:41:56.009 INFO STEP 673 (remove_files) COMPLETE
73632026-07-06T21:41:56.600Z[ recovery-image] Jul 06 21:41:56.009 INFO O| Jul 06 21:41:56.009 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-07-06T21:41:56.603Z[ recovery-image] Jul 06 21:41:56.016 INFO O| Jul 06 21:41:56.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73652026-07-06T21:41:56.604Z[ recovery-image] Jul 06 21:41:56.016 INFO O| Jul 06 21:41:56.016 INFO STEP 674 (remove_files) COMPLETE
73662026-07-06T21:41:56.604Z[ recovery-image] Jul 06 21:41:56.016 INFO O| Jul 06 21:41:56.016 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-07-06T21:41:56.612Z[ recovery-image] Jul 06 21:41:56.024 INFO O| Jul 06 21:41:56.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73682026-07-06T21:41:56.612Z[ recovery-image] Jul 06 21:41:56.024 INFO O| Jul 06 21:41:56.024 INFO STEP 675 (remove_files) COMPLETE
73692026-07-06T21:41:56.612Z[ recovery-image] Jul 06 21:41:56.024 INFO O| Jul 06 21:41:56.024 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-07-06T21:41:56.619Z[ recovery-image] Jul 06 21:41:56.032 INFO O| Jul 06 21:41:56.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73712026-07-06T21:41:56.619Z[ recovery-image] Jul 06 21:41:56.032 INFO O| Jul 06 21:41:56.032 INFO STEP 676 (remove_files) COMPLETE
73722026-07-06T21:41:56.619Z[ recovery-image] Jul 06 21:41:56.032 INFO O| Jul 06 21:41:56.032 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-07-06T21:41:56.627Z[ recovery-image] Jul 06 21:41:56.040 INFO O| Jul 06 21:41:56.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73742026-07-06T21:41:56.627Z[ recovery-image] Jul 06 21:41:56.040 INFO O| Jul 06 21:41:56.040 INFO STEP 677 (remove_files) COMPLETE
73752026-07-06T21:41:56.627Z[ recovery-image] Jul 06 21:41:56.040 INFO O| Jul 06 21:41:56.040 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-07-06T21:41:56.636Z[ recovery-image] Jul 06 21:41:56.047 INFO O| Jul 06 21:41:56.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73772026-07-06T21:41:56.636Z[ recovery-image] Jul 06 21:41:56.047 INFO O| Jul 06 21:41:56.047 INFO STEP 678 (remove_files) COMPLETE
73782026-07-06T21:41:56.636Z[ recovery-image] Jul 06 21:41:56.047 INFO O| Jul 06 21:41:56.047 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-07-06T21:41:56.643Z[ recovery-image] Jul 06 21:41:56.056 INFO O| Jul 06 21:41:56.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73802026-07-06T21:41:56.643Z[ recovery-image] Jul 06 21:41:56.056 INFO O| Jul 06 21:41:56.056 INFO STEP 679 (remove_files) COMPLETE
73812026-07-06T21:41:56.643Z[ recovery-image] Jul 06 21:41:56.056 INFO O| Jul 06 21:41:56.056 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-07-06T21:41:56.651Z[ recovery-image] Jul 06 21:41:56.063 INFO O| Jul 06 21:41:56.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73832026-07-06T21:41:56.654Z[ recovery-image] Jul 06 21:41:56.063 INFO O| Jul 06 21:41:56.063 INFO STEP 680 (remove_files) COMPLETE
73842026-07-06T21:41:56.654Z[ recovery-image] Jul 06 21:41:56.063 INFO O| Jul 06 21:41:56.063 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-07-06T21:41:56.659Z[ recovery-image] Jul 06 21:41:56.071 INFO O| Jul 06 21:41:56.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73862026-07-06T21:41:56.662Z[ recovery-image] Jul 06 21:41:56.071 INFO O| Jul 06 21:41:56.071 INFO STEP 681 (remove_files) COMPLETE
73872026-07-06T21:41:56.662Z[ recovery-image] Jul 06 21:41:56.071 INFO O| Jul 06 21:41:56.071 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-07-06T21:41:56.668Z[ recovery-image] Jul 06 21:41:56.080 INFO O| Jul 06 21:41:56.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73892026-07-06T21:41:56.668Z[ recovery-image] Jul 06 21:41:56.080 INFO O| Jul 06 21:41:56.080 INFO STEP 682 (remove_files) COMPLETE
73902026-07-06T21:41:56.671Z[ recovery-image] Jul 06 21:41:56.080 INFO O| Jul 06 21:41:56.080 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-07-06T21:41:56.677Z[ recovery-image] Jul 06 21:41:56.089 INFO O| Jul 06 21:41:56.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73922026-07-06T21:41:56.677Z[ recovery-image] Jul 06 21:41:56.089 INFO O| Jul 06 21:41:56.089 INFO STEP 683 (remove_files) COMPLETE
73932026-07-06T21:41:56.677Z[ recovery-image] Jul 06 21:41:56.089 INFO O| Jul 06 21:41:56.089 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-07-06T21:41:56.684Z[ recovery-image] Jul 06 21:41:56.096 INFO O| Jul 06 21:41:56.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73952026-07-06T21:41:56.684Z[ recovery-image] Jul 06 21:41:56.096 INFO O| Jul 06 21:41:56.096 INFO STEP 684 (remove_files) COMPLETE
73962026-07-06T21:41:56.684Z[ recovery-image] Jul 06 21:41:56.096 INFO O| Jul 06 21:41:56.096 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-07-06T21:41:56.692Z[ recovery-image] Jul 06 21:41:56.104 INFO O| Jul 06 21:41:56.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73982026-07-06T21:41:56.692Z[ recovery-image] Jul 06 21:41:56.104 INFO O| Jul 06 21:41:56.104 INFO STEP 685 (remove_files) COMPLETE
73992026-07-06T21:41:56.696Z[ recovery-image] Jul 06 21:41:56.104 INFO O| Jul 06 21:41:56.104 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-07-06T21:41:56.700Z[ recovery-image] Jul 06 21:41:56.112 INFO O| Jul 06 21:41:56.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74012026-07-06T21:41:56.700Z[ recovery-image] Jul 06 21:41:56.112 INFO O| Jul 06 21:41:56.112 INFO STEP 686 (remove_files) COMPLETE
74022026-07-06T21:41:56.700Z[ recovery-image] Jul 06 21:41:56.112 INFO O| Jul 06 21:41:56.112 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-07-06T21:41:56.708Z[ recovery-image] Jul 06 21:41:56.120 INFO O| Jul 06 21:41:56.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74042026-07-06T21:41:56.708Z[ recovery-image] Jul 06 21:41:56.120 INFO O| Jul 06 21:41:56.120 INFO STEP 687 (remove_files) COMPLETE
74052026-07-06T21:41:56.708Z[ recovery-image] Jul 06 21:41:56.120 INFO O| Jul 06 21:41:56.120 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-07-06T21:41:56.716Z[ recovery-image] Jul 06 21:41:56.128 INFO O| Jul 06 21:41:56.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74072026-07-06T21:41:56.716Z[ recovery-image] Jul 06 21:41:56.128 INFO O| Jul 06 21:41:56.128 INFO STEP 688 (remove_files) COMPLETE
74082026-07-06T21:41:56.716Z[ recovery-image] Jul 06 21:41:56.128 INFO O| Jul 06 21:41:56.128 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-07-06T21:41:56.724Z[ recovery-image] Jul 06 21:41:56.135 INFO O| Jul 06 21:41:56.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74102026-07-06T21:41:56.724Z[ recovery-image] Jul 06 21:41:56.135 INFO O| Jul 06 21:41:56.135 INFO STEP 689 (remove_files) COMPLETE
74112026-07-06T21:41:56.730Z[ recovery-image] Jul 06 21:41:56.135 INFO O| Jul 06 21:41:56.135 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-07-06T21:41:56.735Z[ recovery-image] Jul 06 21:41:56.142 INFO O| Jul 06 21:41:56.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74132026-07-06T21:41:56.735Z[ recovery-image] Jul 06 21:41:56.142 INFO O| Jul 06 21:41:56.142 INFO STEP 690 (remove_files) COMPLETE
74142026-07-06T21:41:56.735Z[ recovery-image] Jul 06 21:41:56.142 INFO O| Jul 06 21:41:56.142 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-07-06T21:41:56.739Z[ recovery-image] Jul 06 21:41:56.149 INFO O| Jul 06 21:41:56.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74162026-07-06T21:41:56.739Z[ recovery-image] Jul 06 21:41:56.149 INFO O| Jul 06 21:41:56.149 INFO STEP 691 (remove_files) COMPLETE
74172026-07-06T21:41:56.739Z[ recovery-image] Jul 06 21:41:56.149 INFO O| Jul 06 21:41:56.149 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-07-06T21:41:56.744Z[ recovery-image] Jul 06 21:41:56.156 INFO O| Jul 06 21:41:56.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74192026-07-06T21:41:56.744Z[ recovery-image] Jul 06 21:41:56.156 INFO O| Jul 06 21:41:56.156 INFO STEP 692 (remove_files) COMPLETE
74202026-07-06T21:41:56.748Z[ recovery-image] Jul 06 21:41:56.156 INFO O| Jul 06 21:41:56.156 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-07-06T21:41:56.751Z[ recovery-image] Jul 06 21:41:56.163 INFO O| Jul 06 21:41:56.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74222026-07-06T21:41:56.751Z[ recovery-image] Jul 06 21:41:56.163 INFO O| Jul 06 21:41:56.163 INFO STEP 693 (remove_files) COMPLETE
74232026-07-06T21:41:56.751Z[ recovery-image] Jul 06 21:41:56.163 INFO O| Jul 06 21:41:56.163 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-07-06T21:41:56.759Z[ recovery-image] Jul 06 21:41:56.171 INFO O| Jul 06 21:41:56.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74252026-07-06T21:41:56.762Z[ recovery-image] Jul 06 21:41:56.171 INFO O| Jul 06 21:41:56.171 INFO STEP 694 (remove_files) COMPLETE
74262026-07-06T21:41:56.762Z[ recovery-image] Jul 06 21:41:56.171 INFO O| Jul 06 21:41:56.171 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-07-06T21:41:56.765Z[ recovery-image] Jul 06 21:41:56.178 INFO O| Jul 06 21:41:56.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74282026-07-06T21:41:56.766Z[ recovery-image] Jul 06 21:41:56.178 INFO O| Jul 06 21:41:56.178 INFO STEP 695 (remove_files) COMPLETE
74292026-07-06T21:41:56.766Z[ recovery-image] Jul 06 21:41:56.178 INFO O| Jul 06 21:41:56.178 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-07-06T21:41:56.773Z[ recovery-image] Jul 06 21:41:56.185 INFO O| Jul 06 21:41:56.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74312026-07-06T21:41:56.773Z[ recovery-image] Jul 06 21:41:56.185 INFO O| Jul 06 21:41:56.185 INFO STEP 696 (remove_files) COMPLETE
74322026-07-06T21:41:56.773Z[ recovery-image] Jul 06 21:41:56.185 INFO O| Jul 06 21:41:56.185 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-07-06T21:41:56.782Z[ recovery-image] Jul 06 21:41:56.194 INFO O| Jul 06 21:41:56.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74342026-07-06T21:41:56.786Z[ recovery-image] Jul 06 21:41:56.194 INFO O| Jul 06 21:41:56.194 INFO STEP 697 (remove_files) COMPLETE
74352026-07-06T21:41:56.786Z[ recovery-image] Jul 06 21:41:56.194 INFO O| Jul 06 21:41:56.194 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-07-06T21:41:56.790Z[ recovery-image] Jul 06 21:41:56.202 INFO O| Jul 06 21:41:56.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74372026-07-06T21:41:56.790Z[ recovery-image] Jul 06 21:41:56.202 INFO O| Jul 06 21:41:56.202 INFO STEP 698 (remove_files) COMPLETE
74382026-07-06T21:41:56.790Z[ recovery-image] Jul 06 21:41:56.202 INFO O| Jul 06 21:41:56.202 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-07-06T21:41:56.799Z[ recovery-image] Jul 06 21:41:56.211 INFO O| Jul 06 21:41:56.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74402026-07-06T21:41:56.802Z[ recovery-image] Jul 06 21:41:56.211 INFO O| Jul 06 21:41:56.211 INFO STEP 699 (remove_files) COMPLETE
74412026-07-06T21:41:56.802Z[ recovery-image] Jul 06 21:41:56.211 INFO O| Jul 06 21:41:56.211 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-07-06T21:41:56.806Z[ recovery-image] Jul 06 21:41:56.219 INFO O| Jul 06 21:41:56.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74432026-07-06T21:41:56.807Z[ recovery-image] Jul 06 21:41:56.219 INFO O| Jul 06 21:41:56.219 INFO STEP 700 (remove_files) COMPLETE
74442026-07-06T21:41:56.810Z[ recovery-image] Jul 06 21:41:56.219 INFO O| Jul 06 21:41:56.219 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-07-06T21:41:56.814Z[ recovery-image] Jul 06 21:41:56.227 INFO O| Jul 06 21:41:56.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74462026-07-06T21:41:56.814Z[ recovery-image] Jul 06 21:41:56.227 INFO O| Jul 06 21:41:56.227 INFO STEP 701 (remove_files) COMPLETE
74472026-07-06T21:41:56.814Z[ recovery-image] Jul 06 21:41:56.227 INFO O| Jul 06 21:41:56.227 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-07-06T21:41:56.823Z[ recovery-image] Jul 06 21:41:56.236 INFO O| Jul 06 21:41:56.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74492026-07-06T21:41:56.824Z[ recovery-image] Jul 06 21:41:56.236 INFO O| Jul 06 21:41:56.236 INFO STEP 702 (remove_files) COMPLETE
74502026-07-06T21:41:56.824Z[ recovery-image] Jul 06 21:41:56.236 INFO O| Jul 06 21:41:56.236 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-07-06T21:41:56.832Z[ recovery-image] Jul 06 21:41:56.245 INFO O| Jul 06 21:41:56.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74522026-07-06T21:41:56.836Z[ recovery-image] Jul 06 21:41:56.245 INFO O| Jul 06 21:41:56.245 INFO STEP 703 (remove_files) COMPLETE
74532026-07-06T21:41:56.836Z[ recovery-image] Jul 06 21:41:56.245 INFO O| Jul 06 21:41:56.245 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-07-06T21:41:56.840Z[ recovery-image] Jul 06 21:41:56.253 INFO O| Jul 06 21:41:56.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74552026-07-06T21:41:56.840Z[ recovery-image] Jul 06 21:41:56.253 INFO O| Jul 06 21:41:56.253 INFO STEP 704 (remove_files) COMPLETE
74562026-07-06T21:41:56.840Z[ recovery-image] Jul 06 21:41:56.253 INFO O| Jul 06 21:41:56.253 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-07-06T21:41:56.848Z[ recovery-image] Jul 06 21:41:56.260 INFO O| Jul 06 21:41:56.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74582026-07-06T21:41:56.848Z[ recovery-image] Jul 06 21:41:56.260 INFO O| Jul 06 21:41:56.260 INFO STEP 705 (remove_files) COMPLETE
74592026-07-06T21:41:56.852Z[ recovery-image] Jul 06 21:41:56.261 INFO O| Jul 06 21:41:56.260 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-07-06T21:41:56.856Z[ recovery-image] Jul 06 21:41:56.268 INFO O| Jul 06 21:41:56.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74612026-07-06T21:41:56.856Z[ recovery-image] Jul 06 21:41:56.268 INFO O| Jul 06 21:41:56.268 INFO STEP 706 (remove_files) COMPLETE
74622026-07-06T21:41:56.856Z[ recovery-image] Jul 06 21:41:56.268 INFO O| Jul 06 21:41:56.268 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-07-06T21:41:56.862Z[ recovery-image] Jul 06 21:41:56.275 INFO O| Jul 06 21:41:56.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74642026-07-06T21:41:56.863Z[ recovery-image] Jul 06 21:41:56.275 INFO O| Jul 06 21:41:56.275 INFO STEP 707 (remove_files) COMPLETE
74652026-07-06T21:41:56.867Z[ recovery-image] Jul 06 21:41:56.275 INFO O| Jul 06 21:41:56.275 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-07-06T21:41:56.870Z[ recovery-image] Jul 06 21:41:56.283 INFO O| Jul 06 21:41:56.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74672026-07-06T21:41:56.874Z[ recovery-image] Jul 06 21:41:56.283 INFO O| Jul 06 21:41:56.283 INFO STEP 708 (remove_files) COMPLETE
74682026-07-06T21:41:56.874Z[ recovery-image] Jul 06 21:41:56.283 INFO O| Jul 06 21:41:56.283 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-07-06T21:41:56.878Z[ recovery-image] Jul 06 21:41:56.290 INFO O| Jul 06 21:41:56.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74702026-07-06T21:41:56.878Z[ recovery-image] Jul 06 21:41:56.291 INFO O| Jul 06 21:41:56.291 INFO STEP 709 (remove_files) COMPLETE
74712026-07-06T21:41:56.881Z[ recovery-image] Jul 06 21:41:56.291 INFO O| Jul 06 21:41:56.291 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-07-06T21:41:56.886Z[ recovery-image] Jul 06 21:41:56.298 INFO O| Jul 06 21:41:56.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74732026-07-06T21:41:56.886Z[ recovery-image] Jul 06 21:41:56.298 INFO O| Jul 06 21:41:56.298 INFO STEP 710 (remove_files) COMPLETE
74742026-07-06T21:41:56.889Z[ recovery-image] Jul 06 21:41:56.298 INFO O| Jul 06 21:41:56.298 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-07-06T21:41:56.894Z[ recovery-image] Jul 06 21:41:56.307 INFO O| Jul 06 21:41:56.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74762026-07-06T21:41:56.894Z[ recovery-image] Jul 06 21:41:56.307 INFO O| Jul 06 21:41:56.307 INFO STEP 711 (remove_files) COMPLETE
74772026-07-06T21:41:56.894Z[ recovery-image] Jul 06 21:41:56.307 INFO O| Jul 06 21:41:56.307 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-07-06T21:41:56.902Z[ recovery-image] Jul 06 21:41:56.315 INFO O| Jul 06 21:41:56.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74792026-07-06T21:41:56.902Z[ recovery-image] Jul 06 21:41:56.315 INFO O| Jul 06 21:41:56.315 INFO STEP 712 (remove_files) COMPLETE
74802026-07-06T21:41:56.906Z[ recovery-image] Jul 06 21:41:56.315 INFO O| Jul 06 21:41:56.315 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-07-06T21:41:56.910Z[ recovery-image] Jul 06 21:41:56.323 INFO O| Jul 06 21:41:56.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74822026-07-06T21:41:56.932Z[ recovery-image] Jul 06 21:41:56.323 INFO O| Jul 06 21:41:56.323 INFO STEP 713 (remove_files) COMPLETE
74832026-07-06T21:41:56.932Z[ recovery-image] Jul 06 21:41:56.323 INFO O| Jul 06 21:41:56.323 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-07-06T21:41:56.937Z[ recovery-image] Jul 06 21:41:56.331 INFO O| Jul 06 21:41:56.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74852026-07-06T21:41:56.937Z[ recovery-image] Jul 06 21:41:56.331 INFO O| Jul 06 21:41:56.331 INFO STEP 714 (remove_files) COMPLETE
74862026-07-06T21:41:56.937Z[ recovery-image] Jul 06 21:41:56.331 INFO O| Jul 06 21:41:56.331 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-07-06T21:41:56.937Z[ recovery-image] Jul 06 21:41:56.338 INFO O| Jul 06 21:41:56.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74882026-07-06T21:41:56.937Z[ recovery-image] Jul 06 21:41:56.338 INFO O| Jul 06 21:41:56.338 INFO STEP 715 (remove_files) COMPLETE
74892026-07-06T21:41:56.937Z[ recovery-image] Jul 06 21:41:56.338 INFO O| Jul 06 21:41:56.338 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-07-06T21:41:56.937Z[ recovery-image] Jul 06 21:41:56.346 INFO O| Jul 06 21:41:56.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74912026-07-06T21:41:56.937Z[ recovery-image] Jul 06 21:41:56.346 INFO O| Jul 06 21:41:56.346 INFO STEP 716 (remove_files) COMPLETE
74922026-07-06T21:41:56.937Z[ recovery-image] Jul 06 21:41:56.346 INFO O| Jul 06 21:41:56.346 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-07-06T21:41:56.940Z[ recovery-image] Jul 06 21:41:56.353 INFO O| Jul 06 21:41:56.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74942026-07-06T21:41:56.940Z[ recovery-image] Jul 06 21:41:56.353 INFO O| Jul 06 21:41:56.353 INFO STEP 717 (remove_files) COMPLETE
74952026-07-06T21:41:56.941Z[ recovery-image] Jul 06 21:41:56.353 INFO O| Jul 06 21:41:56.353 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-07-06T21:41:56.949Z[ recovery-image] Jul 06 21:41:56.361 INFO O| Jul 06 21:41:56.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74972026-07-06T21:41:56.952Z[ recovery-image] Jul 06 21:41:56.361 INFO O| Jul 06 21:41:56.361 INFO STEP 718 (remove_files) COMPLETE
74982026-07-06T21:41:56.952Z[ recovery-image] Jul 06 21:41:56.361 INFO O| Jul 06 21:41:56.361 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-07-06T21:41:56.960Z[ recovery-image] Jul 06 21:41:56.369 INFO O| Jul 06 21:41:56.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75002026-07-06T21:41:56.960Z[ recovery-image] Jul 06 21:41:56.369 INFO O| Jul 06 21:41:56.369 INFO STEP 719 (remove_files) COMPLETE
75012026-07-06T21:41:56.960Z[ recovery-image] Jul 06 21:41:56.369 INFO O| Jul 06 21:41:56.369 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-07-06T21:41:56.966Z[ recovery-image] Jul 06 21:41:56.378 INFO O| Jul 06 21:41:56.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75032026-07-06T21:41:56.966Z[ recovery-image] Jul 06 21:41:56.378 INFO O| Jul 06 21:41:56.378 INFO STEP 720 (remove_files) COMPLETE
75042026-07-06T21:41:56.967Z[ recovery-image] Jul 06 21:41:56.378 INFO O| Jul 06 21:41:56.378 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-07-06T21:41:56.974Z[ recovery-image] Jul 06 21:41:56.386 INFO O| Jul 06 21:41:56.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75062026-07-06T21:41:56.978Z[ recovery-image] Jul 06 21:41:56.386 INFO O| Jul 06 21:41:56.386 INFO STEP 721 (remove_files) COMPLETE
75072026-07-06T21:41:56.978Z[ recovery-image] Jul 06 21:41:56.386 INFO O| Jul 06 21:41:56.386 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-07-06T21:41:56.983Z[ recovery-image] Jul 06 21:41:56.395 INFO O| Jul 06 21:41:56.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75092026-07-06T21:41:56.983Z[ recovery-image] Jul 06 21:41:56.395 INFO O| Jul 06 21:41:56.395 INFO STEP 722 (remove_files) COMPLETE
75102026-07-06T21:41:56.986Z[ recovery-image] Jul 06 21:41:56.395 INFO O| Jul 06 21:41:56.395 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-07-06T21:41:56.990Z[ recovery-image] Jul 06 21:41:56.402 INFO O| Jul 06 21:41:56.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75122026-07-06T21:41:56.990Z[ recovery-image] Jul 06 21:41:56.402 INFO O| Jul 06 21:41:56.402 INFO STEP 723 (remove_files) COMPLETE
75132026-07-06T21:41:56.990Z[ recovery-image] Jul 06 21:41:56.402 INFO O| Jul 06 21:41:56.402 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-07-06T21:41:56.997Z[ recovery-image] Jul 06 21:41:56.410 INFO O| Jul 06 21:41:56.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75152026-07-06T21:41:57.000Z[ recovery-image] Jul 06 21:41:56.410 INFO O| Jul 06 21:41:56.410 INFO STEP 724 (remove_files) COMPLETE
75162026-07-06T21:41:57.000Z[ recovery-image] Jul 06 21:41:56.410 INFO O| Jul 06 21:41:56.410 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-07-06T21:41:57.006Z[ recovery-image] Jul 06 21:41:56.418 INFO O| Jul 06 21:41:56.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75182026-07-06T21:41:57.009Z[ recovery-image] Jul 06 21:41:56.419 INFO O| Jul 06 21:41:56.419 INFO STEP 725 (remove_files) COMPLETE
75192026-07-06T21:41:57.009Z[ recovery-image] Jul 06 21:41:56.419 INFO O| Jul 06 21:41:56.419 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-07-06T21:41:57.015Z[ recovery-image] Jul 06 21:41:56.427 INFO O| Jul 06 21:41:56.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75212026-07-06T21:41:57.015Z[ recovery-image] Jul 06 21:41:56.427 INFO O| Jul 06 21:41:56.427 INFO STEP 726 (remove_files) COMPLETE
75222026-07-06T21:41:57.018Z[ recovery-image] Jul 06 21:41:56.427 INFO O| Jul 06 21:41:56.427 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-07-06T21:41:57.022Z[ recovery-image] Jul 06 21:41:56.435 INFO O| Jul 06 21:41:56.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75242026-07-06T21:41:57.026Z[ recovery-image] Jul 06 21:41:56.435 INFO O| Jul 06 21:41:56.435 INFO STEP 727 (remove_files) COMPLETE
75252026-07-06T21:41:57.026Z[ recovery-image] Jul 06 21:41:56.435 INFO O| Jul 06 21:41:56.435 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-07-06T21:41:57.030Z[ recovery-image] Jul 06 21:41:56.443 INFO O| Jul 06 21:41:56.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75272026-07-06T21:41:57.034Z[ recovery-image] Jul 06 21:41:56.443 INFO O| Jul 06 21:41:56.443 INFO STEP 728 (remove_files) COMPLETE
75282026-07-06T21:41:57.034Z[ recovery-image] Jul 06 21:41:56.443 INFO O| Jul 06 21:41:56.443 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-07-06T21:41:57.039Z[ recovery-image] Jul 06 21:41:56.452 INFO O| Jul 06 21:41:56.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75302026-07-06T21:41:57.039Z[ recovery-image] Jul 06 21:41:56.452 INFO O| Jul 06 21:41:56.452 INFO STEP 729 (remove_files) COMPLETE
75312026-07-06T21:41:57.042Z[ recovery-image] Jul 06 21:41:56.452 INFO O| Jul 06 21:41:56.452 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-07-06T21:41:57.048Z[ recovery-image] Jul 06 21:41:56.460 INFO O| Jul 06 21:41:56.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75332026-07-06T21:41:57.048Z[ recovery-image] Jul 06 21:41:56.460 INFO O| Jul 06 21:41:56.460 INFO STEP 730 (remove_files) COMPLETE
75342026-07-06T21:41:57.052Z[ recovery-image] Jul 06 21:41:56.460 INFO O| Jul 06 21:41:56.460 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-07-06T21:41:57.056Z[ recovery-image] Jul 06 21:41:56.469 INFO O| Jul 06 21:41:56.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75362026-07-06T21:41:57.056Z[ recovery-image] Jul 06 21:41:56.469 INFO O| Jul 06 21:41:56.468 INFO STEP 731 (remove_files) COMPLETE
75372026-07-06T21:41:57.060Z[ recovery-image] Jul 06 21:41:56.469 INFO O| Jul 06 21:41:56.469 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-07-06T21:41:57.063Z[ recovery-image] Jul 06 21:41:56.476 INFO O| Jul 06 21:41:56.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75392026-07-06T21:41:57.064Z[ recovery-image] Jul 06 21:41:56.476 INFO O| Jul 06 21:41:56.476 INFO STEP 732 (remove_files) COMPLETE
75402026-07-06T21:41:57.067Z[ recovery-image] Jul 06 21:41:56.476 INFO O| Jul 06 21:41:56.476 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-07-06T21:41:57.071Z[ recovery-image] Jul 06 21:41:56.483 INFO O| Jul 06 21:41:56.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75422026-07-06T21:41:57.071Z[ recovery-image] Jul 06 21:41:56.483 INFO O| Jul 06 21:41:56.483 INFO STEP 733 (remove_files) COMPLETE
75432026-07-06T21:41:57.075Z[ recovery-image] Jul 06 21:41:56.483 INFO O| Jul 06 21:41:56.483 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-07-06T21:41:57.080Z[ recovery-image] Jul 06 21:41:56.492 INFO O| Jul 06 21:41:56.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75452026-07-06T21:41:57.083Z[ recovery-image] Jul 06 21:41:56.493 INFO O| Jul 06 21:41:56.493 INFO STEP 734 (remove_files) COMPLETE
75462026-07-06T21:41:57.083Z[ recovery-image] Jul 06 21:41:56.493 INFO O| Jul 06 21:41:56.493 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-07-06T21:41:57.089Z[ recovery-image] Jul 06 21:41:56.501 INFO O| Jul 06 21:41:56.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75482026-07-06T21:41:57.089Z[ recovery-image] Jul 06 21:41:56.501 INFO O| Jul 06 21:41:56.501 INFO STEP 735 (remove_files) COMPLETE
75492026-07-06T21:41:57.092Z[ recovery-image] Jul 06 21:41:56.501 INFO O| Jul 06 21:41:56.501 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-07-06T21:41:57.098Z[ recovery-image] Jul 06 21:41:56.510 INFO O| Jul 06 21:41:56.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75512026-07-06T21:41:57.099Z[ recovery-image] Jul 06 21:41:56.510 INFO O| Jul 06 21:41:56.510 INFO STEP 736 (remove_files) COMPLETE
75522026-07-06T21:41:57.102Z[ recovery-image] Jul 06 21:41:56.510 INFO O| Jul 06 21:41:56.510 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-07-06T21:41:57.106Z[ recovery-image] Jul 06 21:41:56.517 INFO O| Jul 06 21:41:56.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75542026-07-06T21:41:57.106Z[ recovery-image] Jul 06 21:41:56.517 INFO O| Jul 06 21:41:56.517 INFO STEP 737 (remove_files) COMPLETE
75552026-07-06T21:41:57.106Z[ recovery-image] Jul 06 21:41:56.517 INFO O| Jul 06 21:41:56.517 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-07-06T21:41:57.111Z[ recovery-image] Jul 06 21:41:56.524 INFO O| Jul 06 21:41:56.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75572026-07-06T21:41:57.112Z[ recovery-image] Jul 06 21:41:56.524 INFO O| Jul 06 21:41:56.524 INFO STEP 738 (remove_files) COMPLETE
75582026-07-06T21:41:57.115Z[ recovery-image] Jul 06 21:41:56.524 INFO O| Jul 06 21:41:56.524 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-07-06T21:41:57.119Z[ recovery-image] Jul 06 21:41:56.530 INFO O| Jul 06 21:41:56.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75602026-07-06T21:41:57.119Z[ recovery-image] Jul 06 21:41:56.530 INFO O| Jul 06 21:41:56.530 INFO STEP 739 (remove_files) COMPLETE
75612026-07-06T21:41:57.119Z[ recovery-image] Jul 06 21:41:56.530 INFO O| Jul 06 21:41:56.530 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-07-06T21:41:57.127Z[ recovery-image] Jul 06 21:41:56.537 INFO O| Jul 06 21:41:56.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75632026-07-06T21:41:57.127Z[ recovery-image] Jul 06 21:41:56.537 INFO O| Jul 06 21:41:56.537 INFO STEP 740 (remove_files) COMPLETE
75642026-07-06T21:41:57.135Z[ recovery-image] Jul 06 21:41:56.537 INFO O| Jul 06 21:41:56.537 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-07-06T21:41:57.139Z[ recovery-image] Jul 06 21:41:56.547 INFO O| Jul 06 21:41:56.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75662026-07-06T21:41:57.140Z[ recovery-image] Jul 06 21:41:56.547 INFO O| Jul 06 21:41:56.547 INFO STEP 741 (remove_files) COMPLETE
75672026-07-06T21:41:57.140Z[ recovery-image] Jul 06 21:41:56.547 INFO O| Jul 06 21:41:56.547 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-07-06T21:41:57.143Z[ recovery-image] Jul 06 21:41:56.555 INFO O| Jul 06 21:41:56.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75692026-07-06T21:41:57.143Z[ recovery-image] Jul 06 21:41:56.555 INFO O| Jul 06 21:41:56.555 INFO STEP 742 (remove_files) COMPLETE
75702026-07-06T21:41:57.143Z[ recovery-image] Jul 06 21:41:56.555 INFO O| Jul 06 21:41:56.555 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-07-06T21:41:57.156Z[ recovery-image] Jul 06 21:41:56.566 INFO O| Jul 06 21:41:56.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75722026-07-06T21:41:57.156Z[ recovery-image] Jul 06 21:41:56.566 INFO O| Jul 06 21:41:56.566 INFO STEP 743 (remove_files) COMPLETE
75732026-07-06T21:41:57.156Z[ recovery-image] Jul 06 21:41:56.566 INFO O| Jul 06 21:41:56.566 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-07-06T21:41:57.164Z[ recovery-image] Jul 06 21:41:56.575 INFO O| Jul 06 21:41:56.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75752026-07-06T21:41:57.167Z[ recovery-image] Jul 06 21:41:56.575 INFO O| Jul 06 21:41:56.575 INFO STEP 744 (remove_files) COMPLETE
75762026-07-06T21:41:57.168Z[ recovery-image] Jul 06 21:41:56.575 INFO O| Jul 06 21:41:56.575 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-07-06T21:41:57.171Z[ recovery-image] Jul 06 21:41:56.583 INFO O| Jul 06 21:41:56.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75782026-07-06T21:41:57.171Z[ recovery-image] Jul 06 21:41:56.583 INFO O| Jul 06 21:41:56.583 INFO STEP 745 (remove_files) COMPLETE
75792026-07-06T21:41:57.171Z[ recovery-image] Jul 06 21:41:56.583 INFO O| Jul 06 21:41:56.583 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-07-06T21:41:57.178Z[ recovery-image] Jul 06 21:41:56.590 INFO O| Jul 06 21:41:56.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75812026-07-06T21:41:57.178Z[ recovery-image] Jul 06 21:41:56.590 INFO O| Jul 06 21:41:56.590 INFO STEP 746 (remove_files) COMPLETE
75822026-07-06T21:41:57.182Z[ recovery-image] Jul 06 21:41:56.590 INFO O| Jul 06 21:41:56.590 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-07-06T21:41:57.186Z[ recovery-image] Jul 06 21:41:56.597 INFO O| Jul 06 21:41:56.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75842026-07-06T21:41:57.186Z[ recovery-image] Jul 06 21:41:56.598 INFO O| Jul 06 21:41:56.598 INFO STEP 747 (remove_files) COMPLETE
75852026-07-06T21:41:57.186Z[ recovery-image] Jul 06 21:41:56.598 INFO O| Jul 06 21:41:56.598 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-07-06T21:41:57.192Z[ recovery-image] Jul 06 21:41:56.604 INFO O| Jul 06 21:41:56.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75872026-07-06T21:41:57.192Z[ recovery-image] Jul 06 21:41:56.604 INFO O| Jul 06 21:41:56.604 INFO STEP 748 (remove_files) COMPLETE
75882026-07-06T21:41:57.195Z[ recovery-image] Jul 06 21:41:56.604 INFO O| Jul 06 21:41:56.604 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-07-06T21:41:57.199Z[ recovery-image] Jul 06 21:41:56.611 INFO O| Jul 06 21:41:56.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75902026-07-06T21:41:57.199Z[ recovery-image] Jul 06 21:41:56.612 INFO O| Jul 06 21:41:56.611 INFO STEP 749 (remove_files) COMPLETE
75912026-07-06T21:41:57.199Z[ recovery-image] Jul 06 21:41:56.612 INFO O| Jul 06 21:41:56.612 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-07-06T21:41:57.206Z[ recovery-image] Jul 06 21:41:56.618 INFO O| Jul 06 21:41:56.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75932026-07-06T21:41:57.206Z[ recovery-image] Jul 06 21:41:56.618 INFO O| Jul 06 21:41:56.618 INFO STEP 750 (remove_files) COMPLETE
75942026-07-06T21:41:57.210Z[ recovery-image] Jul 06 21:41:56.618 INFO O| Jul 06 21:41:56.618 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-07-06T21:41:57.214Z[ recovery-image] Jul 06 21:41:56.626 INFO O| Jul 06 21:41:56.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75962026-07-06T21:41:57.214Z[ recovery-image] Jul 06 21:41:56.626 INFO O| Jul 06 21:41:56.626 INFO STEP 751 (remove_files) COMPLETE
75972026-07-06T21:41:57.214Z[ recovery-image] Jul 06 21:41:56.626 INFO O| Jul 06 21:41:56.626 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-07-06T21:41:57.221Z[ recovery-image] Jul 06 21:41:56.633 INFO O| Jul 06 21:41:56.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75992026-07-06T21:41:57.222Z[ recovery-image] Jul 06 21:41:56.633 INFO O| Jul 06 21:41:56.633 INFO STEP 752 (remove_files) COMPLETE
76002026-07-06T21:41:57.225Z[ recovery-image] Jul 06 21:41:56.634 INFO O| Jul 06 21:41:56.633 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-07-06T21:41:57.229Z[ recovery-image] Jul 06 21:41:56.642 INFO O| Jul 06 21:41:56.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76022026-07-06T21:41:57.233Z[ recovery-image] Jul 06 21:41:56.642 INFO O| Jul 06 21:41:56.642 INFO STEP 753 (remove_files) COMPLETE
76032026-07-06T21:41:57.233Z[ recovery-image] Jul 06 21:41:56.642 INFO O| Jul 06 21:41:56.642 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-07-06T21:41:57.239Z[ recovery-image] Jul 06 21:41:56.651 INFO O| Jul 06 21:41:56.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76052026-07-06T21:41:57.239Z[ recovery-image] Jul 06 21:41:56.651 INFO O| Jul 06 21:41:56.651 INFO STEP 754 (remove_files) COMPLETE
76062026-07-06T21:41:57.243Z[ recovery-image] Jul 06 21:41:56.651 INFO O| Jul 06 21:41:56.651 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-07-06T21:41:57.247Z[ recovery-image] Jul 06 21:41:56.660 INFO O| Jul 06 21:41:56.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76082026-07-06T21:41:57.247Z[ recovery-image] Jul 06 21:41:56.660 INFO O| Jul 06 21:41:56.660 INFO STEP 755 (remove_files) COMPLETE
76092026-07-06T21:41:57.251Z[ recovery-image] Jul 06 21:41:56.660 INFO O| Jul 06 21:41:56.660 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-07-06T21:41:57.256Z[ recovery-image] Jul 06 21:41:56.669 INFO O| Jul 06 21:41:56.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76112026-07-06T21:41:57.256Z[ recovery-image] Jul 06 21:41:56.669 INFO O| Jul 06 21:41:56.669 INFO STEP 756 (remove_files) COMPLETE
76122026-07-06T21:41:57.257Z[ recovery-image] Jul 06 21:41:56.669 INFO O| Jul 06 21:41:56.669 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-07-06T21:41:57.264Z[ recovery-image] Jul 06 21:41:56.676 INFO O| Jul 06 21:41:56.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76142026-07-06T21:41:57.269Z[ recovery-image] Jul 06 21:41:56.677 INFO O| Jul 06 21:41:56.677 INFO STEP 757 (remove_files) COMPLETE
76152026-07-06T21:41:57.269Z[ recovery-image] Jul 06 21:41:56.677 INFO O| Jul 06 21:41:56.677 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-07-06T21:41:57.272Z[ recovery-image] Jul 06 21:41:56.685 INFO O| Jul 06 21:41:56.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76172026-07-06T21:41:57.272Z[ recovery-image] Jul 06 21:41:56.685 INFO O| Jul 06 21:41:56.685 INFO STEP 758 (remove_files) COMPLETE
76182026-07-06T21:41:57.272Z[ recovery-image] Jul 06 21:41:56.685 INFO O| Jul 06 21:41:56.685 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-07-06T21:41:57.280Z[ recovery-image] Jul 06 21:41:56.692 INFO O| Jul 06 21:41:56.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76202026-07-06T21:41:57.280Z[ recovery-image] Jul 06 21:41:56.692 INFO O| Jul 06 21:41:56.692 INFO STEP 759 (remove_files) COMPLETE
76212026-07-06T21:41:57.280Z[ recovery-image] Jul 06 21:41:56.692 INFO O| Jul 06 21:41:56.692 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-07-06T21:41:57.288Z[ recovery-image] Jul 06 21:41:56.699 INFO O| Jul 06 21:41:56.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76232026-07-06T21:41:57.288Z[ recovery-image] Jul 06 21:41:56.699 INFO O| Jul 06 21:41:56.699 INFO STEP 760 (remove_files) COMPLETE
76242026-07-06T21:41:57.288Z[ recovery-image] Jul 06 21:41:56.699 INFO O| Jul 06 21:41:56.699 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-07-06T21:41:57.293Z[ recovery-image] Jul 06 21:41:56.706 INFO O| Jul 06 21:41:56.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76262026-07-06T21:41:57.294Z[ recovery-image] Jul 06 21:41:56.706 INFO O| Jul 06 21:41:56.706 INFO STEP 761 (remove_files) COMPLETE
76272026-07-06T21:41:57.298Z[ recovery-image] Jul 06 21:41:56.706 INFO O| Jul 06 21:41:56.706 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-07-06T21:41:57.307Z[ recovery-image] Jul 06 21:41:56.712 INFO O| Jul 06 21:41:56.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76292026-07-06T21:41:57.307Z[ recovery-image] Jul 06 21:41:56.713 INFO O| Jul 06 21:41:56.713 INFO STEP 762 (remove_files) COMPLETE
76302026-07-06T21:41:57.307Z[ recovery-image] Jul 06 21:41:56.713 INFO O| Jul 06 21:41:56.713 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-07-06T21:41:57.313Z[ recovery-image] Jul 06 21:41:56.721 INFO O| Jul 06 21:41:56.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76322026-07-06T21:41:57.313Z[ recovery-image] Jul 06 21:41:56.721 INFO O| Jul 06 21:41:56.721 INFO STEP 763 (remove_files) COMPLETE
76332026-07-06T21:41:57.313Z[ recovery-image] Jul 06 21:41:56.721 INFO O| Jul 06 21:41:56.721 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-07-06T21:41:57.318Z[ recovery-image] Jul 06 21:41:56.728 INFO O| Jul 06 21:41:56.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76352026-07-06T21:41:57.318Z[ recovery-image] Jul 06 21:41:56.728 INFO O| Jul 06 21:41:56.728 INFO STEP 764 (remove_files) COMPLETE
76362026-07-06T21:41:57.318Z[ recovery-image] Jul 06 21:41:56.728 INFO O| Jul 06 21:41:56.728 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-07-06T21:41:57.322Z[ recovery-image] Jul 06 21:41:56.734 INFO O| Jul 06 21:41:56.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76382026-07-06T21:41:57.326Z[ recovery-image] Jul 06 21:41:56.734 INFO O| Jul 06 21:41:56.734 INFO STEP 765 (remove_files) COMPLETE
76392026-07-06T21:41:57.326Z[ recovery-image] Jul 06 21:41:56.734 INFO O| Jul 06 21:41:56.734 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-07-06T21:41:57.329Z[ recovery-image] Jul 06 21:41:56.741 INFO O| Jul 06 21:41:56.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76412026-07-06T21:41:57.330Z[ recovery-image] Jul 06 21:41:56.741 INFO O| Jul 06 21:41:56.741 INFO STEP 766 (remove_files) COMPLETE
76422026-07-06T21:41:57.330Z[ recovery-image] Jul 06 21:41:56.741 INFO O| Jul 06 21:41:56.741 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-07-06T21:41:57.338Z[ recovery-image] Jul 06 21:41:56.750 INFO O| Jul 06 21:41:56.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76442026-07-06T21:41:57.338Z[ recovery-image] Jul 06 21:41:56.750 INFO O| Jul 06 21:41:56.750 INFO STEP 767 (remove_files) COMPLETE
76452026-07-06T21:41:57.339Z[ recovery-image] Jul 06 21:41:56.750 INFO O| Jul 06 21:41:56.750 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-07-06T21:41:57.346Z[ recovery-image] Jul 06 21:41:56.758 INFO O| Jul 06 21:41:56.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76472026-07-06T21:41:57.350Z[ recovery-image] Jul 06 21:41:56.758 INFO O| Jul 06 21:41:56.758 INFO STEP 768 (remove_files) COMPLETE
76482026-07-06T21:41:57.350Z[ recovery-image] Jul 06 21:41:56.758 INFO O| Jul 06 21:41:56.758 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-07-06T21:41:57.353Z[ recovery-image] Jul 06 21:41:56.766 INFO O| Jul 06 21:41:56.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76502026-07-06T21:41:57.354Z[ recovery-image] Jul 06 21:41:56.766 INFO O| Jul 06 21:41:56.766 INFO STEP 769 (remove_files) COMPLETE
76512026-07-06T21:41:57.357Z[ recovery-image] Jul 06 21:41:56.766 INFO O| Jul 06 21:41:56.766 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-07-06T21:41:57.361Z[ recovery-image] Jul 06 21:41:56.773 INFO O| Jul 06 21:41:56.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76532026-07-06T21:41:57.365Z[ recovery-image] Jul 06 21:41:56.773 INFO O| Jul 06 21:41:56.773 INFO STEP 770 (remove_files) COMPLETE
76542026-07-06T21:41:57.365Z[ recovery-image] Jul 06 21:41:56.773 INFO O| Jul 06 21:41:56.773 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-07-06T21:41:57.369Z[ recovery-image] Jul 06 21:41:56.781 INFO O| Jul 06 21:41:56.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76562026-07-06T21:41:57.369Z[ recovery-image] Jul 06 21:41:56.781 INFO O| Jul 06 21:41:56.781 INFO STEP 771 (remove_files) COMPLETE
76572026-07-06T21:41:57.369Z[ recovery-image] Jul 06 21:41:56.781 INFO O| Jul 06 21:41:56.781 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-07-06T21:41:57.376Z[ recovery-image] Jul 06 21:41:56.789 INFO O| Jul 06 21:41:56.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76592026-07-06T21:41:57.376Z[ recovery-image] Jul 06 21:41:56.789 INFO O| Jul 06 21:41:56.789 INFO STEP 772 (remove_files) COMPLETE
76602026-07-06T21:41:57.380Z[ recovery-image] Jul 06 21:41:56.789 INFO O| Jul 06 21:41:56.789 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-07-06T21:41:57.383Z[ recovery-image] Jul 06 21:41:56.796 INFO O| Jul 06 21:41:56.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76622026-07-06T21:41:57.383Z[ recovery-image] Jul 06 21:41:56.796 INFO O| Jul 06 21:41:56.796 INFO STEP 773 (remove_files) COMPLETE
76632026-07-06T21:41:57.387Z[ recovery-image] Jul 06 21:41:56.796 INFO O| Jul 06 21:41:56.796 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-07-06T21:41:57.390Z[ recovery-image] Jul 06 21:41:56.802 INFO O| Jul 06 21:41:56.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76652026-07-06T21:41:57.390Z[ recovery-image] Jul 06 21:41:56.802 INFO O| Jul 06 21:41:56.802 INFO STEP 774 (remove_files) COMPLETE
76662026-07-06T21:41:57.390Z[ recovery-image] Jul 06 21:41:56.802 INFO O| Jul 06 21:41:56.802 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-07-06T21:41:57.398Z[ recovery-image] Jul 06 21:41:56.811 INFO O| Jul 06 21:41:56.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76682026-07-06T21:41:57.402Z[ recovery-image] Jul 06 21:41:56.811 INFO O| Jul 06 21:41:56.811 INFO STEP 775 (remove_files) COMPLETE
76692026-07-06T21:41:57.402Z[ recovery-image] Jul 06 21:41:56.811 INFO O| Jul 06 21:41:56.811 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-07-06T21:41:57.406Z[ recovery-image] Jul 06 21:41:56.818 INFO O| Jul 06 21:41:56.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76712026-07-06T21:41:57.410Z[ recovery-image] Jul 06 21:41:56.818 INFO O| Jul 06 21:41:56.818 INFO STEP 776 (remove_files) COMPLETE
76722026-07-06T21:41:57.410Z[ recovery-image] Jul 06 21:41:56.818 INFO O| Jul 06 21:41:56.818 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-07-06T21:41:57.413Z[ recovery-image] Jul 06 21:41:56.825 INFO O| Jul 06 21:41:56.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76742026-07-06T21:41:57.413Z[ recovery-image] Jul 06 21:41:56.825 INFO O| Jul 06 21:41:56.825 INFO STEP 777 (remove_files) COMPLETE
76752026-07-06T21:41:57.413Z[ recovery-image] Jul 06 21:41:56.825 INFO O| Jul 06 21:41:56.825 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-07-06T21:41:57.422Z[ recovery-image] Jul 06 21:41:56.834 INFO O| Jul 06 21:41:56.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76772026-07-06T21:41:57.425Z[ recovery-image] Jul 06 21:41:56.834 INFO O| Jul 06 21:41:56.834 INFO STEP 778 (remove_files) COMPLETE
76782026-07-06T21:41:57.425Z[ recovery-image] Jul 06 21:41:56.834 INFO O| Jul 06 21:41:56.834 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-07-06T21:41:57.430Z[ recovery-image] Jul 06 21:41:56.842 INFO O| Jul 06 21:41:56.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76802026-07-06T21:41:57.433Z[ recovery-image] Jul 06 21:41:56.842 INFO O| Jul 06 21:41:56.842 INFO STEP 779 (remove_files) COMPLETE
76812026-07-06T21:41:57.433Z[ recovery-image] Jul 06 21:41:56.842 INFO O| Jul 06 21:41:56.842 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-07-06T21:41:57.437Z[ recovery-image] Jul 06 21:41:56.849 INFO O| Jul 06 21:41:56.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76832026-07-06T21:41:57.437Z[ recovery-image] Jul 06 21:41:56.849 INFO O| Jul 06 21:41:56.849 INFO STEP 780 (remove_files) COMPLETE
76842026-07-06T21:41:57.437Z[ recovery-image] Jul 06 21:41:56.849 INFO O| Jul 06 21:41:56.849 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-07-06T21:41:57.444Z[ recovery-image] Jul 06 21:41:56.856 INFO O| Jul 06 21:41:56.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76862026-07-06T21:41:57.444Z[ recovery-image] Jul 06 21:41:56.856 INFO O| Jul 06 21:41:56.856 INFO STEP 781 (remove_files) COMPLETE
76872026-07-06T21:41:57.448Z[ recovery-image] Jul 06 21:41:56.856 INFO O| Jul 06 21:41:56.856 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-07-06T21:41:57.451Z[ recovery-image] Jul 06 21:41:56.863 INFO O| Jul 06 21:41:56.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76892026-07-06T21:41:57.451Z[ recovery-image] Jul 06 21:41:56.863 INFO O| Jul 06 21:41:56.863 INFO STEP 782 (remove_files) COMPLETE
76902026-07-06T21:41:57.451Z[ recovery-image] Jul 06 21:41:56.863 INFO O| Jul 06 21:41:56.863 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-07-06T21:41:57.457Z[ recovery-image] Jul 06 21:41:56.869 INFO O| Jul 06 21:41:56.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76922026-07-06T21:41:57.457Z[ recovery-image] Jul 06 21:41:56.869 INFO O| Jul 06 21:41:56.869 INFO STEP 783 (remove_files) COMPLETE
76932026-07-06T21:41:57.461Z[ recovery-image] Jul 06 21:41:56.869 INFO O| Jul 06 21:41:56.869 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-07-06T21:41:57.466Z[ recovery-image] Jul 06 21:41:56.879 INFO O| Jul 06 21:41:56.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76952026-07-06T21:41:57.470Z[ recovery-image] Jul 06 21:41:56.879 INFO O| Jul 06 21:41:56.879 INFO STEP 784 (remove_files) COMPLETE
76962026-07-06T21:41:57.470Z[ recovery-image] Jul 06 21:41:56.879 INFO O| Jul 06 21:41:56.879 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-07-06T21:41:57.476Z[ recovery-image] Jul 06 21:41:56.887 INFO O| Jul 06 21:41:56.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76982026-07-06T21:41:57.477Z[ recovery-image] Jul 06 21:41:56.887 INFO O| Jul 06 21:41:56.887 INFO STEP 785 (remove_files) COMPLETE
76992026-07-06T21:41:57.477Z[ recovery-image] Jul 06 21:41:56.887 INFO O| Jul 06 21:41:56.887 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-07-06T21:41:57.482Z[ recovery-image] Jul 06 21:41:56.894 INFO O| Jul 06 21:41:56.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77012026-07-06T21:41:57.482Z[ recovery-image] Jul 06 21:41:56.894 INFO O| Jul 06 21:41:56.894 INFO STEP 786 (remove_files) COMPLETE
77022026-07-06T21:41:57.482Z[ recovery-image] Jul 06 21:41:56.894 INFO O| Jul 06 21:41:56.894 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-07-06T21:41:57.491Z[ recovery-image] Jul 06 21:41:56.903 INFO O| Jul 06 21:41:56.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77042026-07-06T21:41:57.491Z[ recovery-image] Jul 06 21:41:56.903 INFO O| Jul 06 21:41:56.903 INFO STEP 787 (remove_files) COMPLETE
77052026-07-06T21:41:57.491Z[ recovery-image] Jul 06 21:41:56.903 INFO O| Jul 06 21:41:56.903 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-07-06T21:41:57.499Z[ recovery-image] Jul 06 21:41:56.911 INFO O| Jul 06 21:41:56.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77072026-07-06T21:41:57.499Z[ recovery-image] Jul 06 21:41:56.911 INFO O| Jul 06 21:41:56.911 INFO STEP 788 (remove_files) COMPLETE
77082026-07-06T21:41:57.499Z[ recovery-image] Jul 06 21:41:56.911 INFO O| Jul 06 21:41:56.911 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-07-06T21:41:57.506Z[ recovery-image] Jul 06 21:41:56.919 INFO O| Jul 06 21:41:56.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77102026-07-06T21:41:57.510Z[ recovery-image] Jul 06 21:41:56.919 INFO O| Jul 06 21:41:56.919 INFO STEP 789 (remove_files) COMPLETE
77112026-07-06T21:41:57.510Z[ recovery-image] Jul 06 21:41:56.919 INFO O| Jul 06 21:41:56.919 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-07-06T21:41:57.515Z[ recovery-image] Jul 06 21:41:56.926 INFO O| Jul 06 21:41:56.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77132026-07-06T21:41:57.515Z[ recovery-image] Jul 06 21:41:56.926 INFO O| Jul 06 21:41:56.926 INFO STEP 790 (remove_files) COMPLETE
77142026-07-06T21:41:57.515Z[ recovery-image] Jul 06 21:41:56.926 INFO O| Jul 06 21:41:56.926 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-07-06T21:41:57.522Z[ recovery-image] Jul 06 21:41:56.934 INFO O| Jul 06 21:41:56.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77162026-07-06T21:41:57.522Z[ recovery-image] Jul 06 21:41:56.934 INFO O| Jul 06 21:41:56.934 INFO STEP 791 (remove_files) COMPLETE
77172026-07-06T21:41:57.522Z[ recovery-image] Jul 06 21:41:56.934 INFO O| Jul 06 21:41:56.934 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-07-06T21:41:57.530Z[ recovery-image] Jul 06 21:41:56.942 INFO O| Jul 06 21:41:56.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77192026-07-06T21:41:57.530Z[ recovery-image] Jul 06 21:41:56.942 INFO O| Jul 06 21:41:56.942 INFO STEP 792 (remove_files) COMPLETE
77202026-07-06T21:41:57.534Z[ recovery-image] Jul 06 21:41:56.942 INFO O| Jul 06 21:41:56.942 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-07-06T21:41:57.537Z[ recovery-image] Jul 06 21:41:56.949 INFO O| Jul 06 21:41:56.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77222026-07-06T21:41:57.537Z[ recovery-image] Jul 06 21:41:56.949 INFO O| Jul 06 21:41:56.949 INFO STEP 793 (remove_files) COMPLETE
77232026-07-06T21:41:57.537Z[ recovery-image] Jul 06 21:41:56.949 INFO O| Jul 06 21:41:56.949 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-07-06T21:41:57.544Z[ recovery-image] Jul 06 21:41:56.956 INFO O| Jul 06 21:41:56.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77252026-07-06T21:41:57.544Z[ recovery-image] Jul 06 21:41:56.956 INFO O| Jul 06 21:41:56.956 INFO STEP 794 (remove_files) COMPLETE
77262026-07-06T21:41:57.548Z[ recovery-image] Jul 06 21:41:56.957 INFO O| Jul 06 21:41:56.956 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-07-06T21:41:57.552Z[ recovery-image] Jul 06 21:41:56.965 INFO O| Jul 06 21:41:56.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77282026-07-06T21:41:57.553Z[ recovery-image] Jul 06 21:41:56.965 INFO O| Jul 06 21:41:56.965 INFO STEP 795 (remove_files) COMPLETE
77292026-07-06T21:41:57.556Z[ recovery-image] Jul 06 21:41:56.965 INFO O| Jul 06 21:41:56.965 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-07-06T21:41:57.560Z[ recovery-image] Jul 06 21:41:56.972 INFO O| Jul 06 21:41:56.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77312026-07-06T21:41:57.560Z[ recovery-image] Jul 06 21:41:56.972 INFO O| Jul 06 21:41:56.972 INFO STEP 796 (remove_files) COMPLETE
77322026-07-06T21:41:57.560Z[ recovery-image] Jul 06 21:41:56.972 INFO O| Jul 06 21:41:56.972 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-07-06T21:41:57.566Z[ recovery-image] Jul 06 21:41:56.978 INFO O| Jul 06 21:41:56.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77342026-07-06T21:41:57.566Z[ recovery-image] Jul 06 21:41:56.978 INFO O| Jul 06 21:41:56.978 INFO STEP 797 (remove_files) COMPLETE
77352026-07-06T21:41:57.566Z[ recovery-image] Jul 06 21:41:56.978 INFO O| Jul 06 21:41:56.978 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-07-06T21:41:57.574Z[ recovery-image] Jul 06 21:41:56.986 INFO O| Jul 06 21:41:56.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77372026-07-06T21:41:57.577Z[ recovery-image] Jul 06 21:41:56.986 INFO O| Jul 06 21:41:56.986 INFO STEP 798 (remove_files) COMPLETE
77382026-07-06T21:41:57.577Z[ recovery-image] Jul 06 21:41:56.986 INFO O| Jul 06 21:41:56.986 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-07-06T21:41:57.581Z[ recovery-image] Jul 06 21:41:56.993 INFO O| Jul 06 21:41:56.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77402026-07-06T21:41:57.581Z[ recovery-image] Jul 06 21:41:56.993 INFO O| Jul 06 21:41:56.993 INFO STEP 799 (remove_files) COMPLETE
77412026-07-06T21:41:57.581Z[ recovery-image] Jul 06 21:41:56.993 INFO O| Jul 06 21:41:56.993 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-07-06T21:41:57.590Z[ recovery-image] Jul 06 21:41:57.002 INFO O| Jul 06 21:41:57.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77432026-07-06T21:41:57.590Z[ recovery-image] Jul 06 21:41:57.002 INFO O| Jul 06 21:41:57.002 INFO STEP 800 (remove_files) COMPLETE
77442026-07-06T21:41:57.594Z[ recovery-image] Jul 06 21:41:57.002 INFO O| Jul 06 21:41:57.002 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-07-06T21:41:57.597Z[ recovery-image] Jul 06 21:41:57.009 INFO O| Jul 06 21:41:57.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77462026-07-06T21:41:57.597Z[ recovery-image] Jul 06 21:41:57.009 INFO O| Jul 06 21:41:57.009 INFO STEP 801 (remove_files) COMPLETE
77472026-07-06T21:41:57.597Z[ recovery-image] Jul 06 21:41:57.009 INFO O| Jul 06 21:41:57.009 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-07-06T21:41:57.604Z[ recovery-image] Jul 06 21:41:57.017 INFO O| Jul 06 21:41:57.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77492026-07-06T21:41:57.605Z[ recovery-image] Jul 06 21:41:57.017 INFO O| Jul 06 21:41:57.017 INFO STEP 802 (remove_files) COMPLETE
77502026-07-06T21:41:57.608Z[ recovery-image] Jul 06 21:41:57.017 INFO O| Jul 06 21:41:57.017 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-07-06T21:41:57.611Z[ recovery-image] Jul 06 21:41:57.024 INFO O| Jul 06 21:41:57.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77522026-07-06T21:41:57.612Z[ recovery-image] Jul 06 21:41:57.024 INFO O| Jul 06 21:41:57.024 INFO STEP 803 (remove_files) COMPLETE
77532026-07-06T21:41:57.612Z[ recovery-image] Jul 06 21:41:57.024 INFO O| Jul 06 21:41:57.024 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-07-06T21:41:57.618Z[ recovery-image] Jul 06 21:41:57.031 INFO O| Jul 06 21:41:57.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77552026-07-06T21:41:57.622Z[ recovery-image] Jul 06 21:41:57.031 INFO O| Jul 06 21:41:57.031 INFO STEP 804 (remove_files) COMPLETE
77562026-07-06T21:41:57.622Z[ recovery-image] Jul 06 21:41:57.031 INFO O| Jul 06 21:41:57.031 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-07-06T21:41:57.626Z[ recovery-image] Jul 06 21:41:57.037 INFO O| Jul 06 21:41:57.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77582026-07-06T21:41:57.626Z[ recovery-image] Jul 06 21:41:57.037 INFO O| Jul 06 21:41:57.037 INFO STEP 805 (remove_files) COMPLETE
77592026-07-06T21:41:57.626Z[ recovery-image] Jul 06 21:41:57.037 INFO O| Jul 06 21:41:57.037 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-07-06T21:41:57.632Z[ recovery-image] Jul 06 21:41:57.044 INFO O| Jul 06 21:41:57.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77612026-07-06T21:41:57.635Z[ recovery-image] Jul 06 21:41:57.044 INFO O| Jul 06 21:41:57.044 INFO STEP 806 (remove_files) COMPLETE
77622026-07-06T21:41:57.635Z[ recovery-image] Jul 06 21:41:57.044 INFO O| Jul 06 21:41:57.044 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-07-06T21:41:57.641Z[ recovery-image] Jul 06 21:41:57.054 INFO O| Jul 06 21:41:57.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77642026-07-06T21:41:57.641Z[ recovery-image] Jul 06 21:41:57.054 INFO O| Jul 06 21:41:57.054 INFO STEP 807 (remove_files) COMPLETE
77652026-07-06T21:41:57.647Z[ recovery-image] Jul 06 21:41:57.054 INFO O| Jul 06 21:41:57.054 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-07-06T21:41:57.651Z[ recovery-image] Jul 06 21:41:57.060 INFO O| Jul 06 21:41:57.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77672026-07-06T21:41:57.651Z[ recovery-image] Jul 06 21:41:57.060 INFO O| Jul 06 21:41:57.060 INFO STEP 808 (remove_files) COMPLETE
77682026-07-06T21:41:57.651Z[ recovery-image] Jul 06 21:41:57.060 INFO O| Jul 06 21:41:57.060 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-07-06T21:41:57.654Z[ recovery-image] Jul 06 21:41:57.066 INFO O| Jul 06 21:41:57.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77702026-07-06T21:41:57.654Z[ recovery-image] Jul 06 21:41:57.066 INFO O| Jul 06 21:41:57.066 INFO STEP 809 (remove_files) COMPLETE
77712026-07-06T21:41:57.654Z[ recovery-image] Jul 06 21:41:57.066 INFO O| Jul 06 21:41:57.066 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-07-06T21:41:57.660Z[ recovery-image] Jul 06 21:41:57.073 INFO O| Jul 06 21:41:57.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77732026-07-06T21:41:57.660Z[ recovery-image] Jul 06 21:41:57.073 INFO O| Jul 06 21:41:57.073 INFO STEP 810 (remove_files) COMPLETE
77742026-07-06T21:41:57.664Z[ recovery-image] Jul 06 21:41:57.073 INFO O| Jul 06 21:41:57.073 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-07-06T21:41:57.668Z[ recovery-image] Jul 06 21:41:57.079 INFO O| Jul 06 21:41:57.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77762026-07-06T21:41:57.668Z[ recovery-image] Jul 06 21:41:57.079 INFO O| Jul 06 21:41:57.079 INFO STEP 811 (remove_files) COMPLETE
77772026-07-06T21:41:57.668Z[ recovery-image] Jul 06 21:41:57.079 INFO O| Jul 06 21:41:57.079 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-07-06T21:41:57.673Z[ recovery-image] Jul 06 21:41:57.085 INFO O| Jul 06 21:41:57.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77792026-07-06T21:41:57.676Z[ recovery-image] Jul 06 21:41:57.086 INFO O| Jul 06 21:41:57.086 INFO STEP 812 (remove_files) COMPLETE
77802026-07-06T21:41:57.676Z[ recovery-image] Jul 06 21:41:57.086 INFO O| Jul 06 21:41:57.086 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-07-06T21:41:57.680Z[ recovery-image] Jul 06 21:41:57.093 INFO O| Jul 06 21:41:57.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77822026-07-06T21:41:57.680Z[ recovery-image] Jul 06 21:41:57.093 INFO O| Jul 06 21:41:57.093 INFO STEP 813 (remove_files) COMPLETE
77832026-07-06T21:41:57.681Z[ recovery-image] Jul 06 21:41:57.093 INFO O| Jul 06 21:41:57.093 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-07-06T21:41:57.687Z[ recovery-image] Jul 06 21:41:57.099 INFO O| Jul 06 21:41:57.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77852026-07-06T21:41:57.690Z[ recovery-image] Jul 06 21:41:57.100 INFO O| Jul 06 21:41:57.100 INFO STEP 814 (remove_files) COMPLETE
77862026-07-06T21:41:57.690Z[ recovery-image] Jul 06 21:41:57.100 INFO O| Jul 06 21:41:57.100 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-07-06T21:41:57.694Z[ recovery-image] Jul 06 21:41:57.106 INFO O| Jul 06 21:41:57.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77882026-07-06T21:41:57.694Z[ recovery-image] Jul 06 21:41:57.106 INFO O| Jul 06 21:41:57.106 INFO STEP 815 (remove_files) COMPLETE
77892026-07-06T21:41:57.694Z[ recovery-image] Jul 06 21:41:57.106 INFO O| Jul 06 21:41:57.106 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-07-06T21:41:57.703Z[ recovery-image] Jul 06 21:41:57.116 INFO O| Jul 06 21:41:57.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77912026-07-06T21:41:57.703Z[ recovery-image] Jul 06 21:41:57.116 INFO O| Jul 06 21:41:57.116 INFO STEP 816 (remove_files) COMPLETE
77922026-07-06T21:41:57.703Z[ recovery-image] Jul 06 21:41:57.116 INFO O| Jul 06 21:41:57.116 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-07-06T21:41:57.712Z[ recovery-image] Jul 06 21:41:57.124 INFO O| Jul 06 21:41:57.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77942026-07-06T21:41:57.712Z[ recovery-image] Jul 06 21:41:57.124 INFO O| Jul 06 21:41:57.124 INFO STEP 817 (remove_files) COMPLETE
77952026-07-06T21:41:57.712Z[ recovery-image] Jul 06 21:41:57.124 INFO O| Jul 06 21:41:57.124 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-07-06T21:41:57.718Z[ recovery-image] Jul 06 21:41:57.131 INFO O| Jul 06 21:41:57.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77972026-07-06T21:41:57.718Z[ recovery-image] Jul 06 21:41:57.131 INFO O| Jul 06 21:41:57.131 INFO STEP 818 (remove_files) COMPLETE
77982026-07-06T21:41:57.718Z[ recovery-image] Jul 06 21:41:57.131 INFO O| Jul 06 21:41:57.131 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-07-06T21:41:57.725Z[ recovery-image] Jul 06 21:41:57.137 INFO O| Jul 06 21:41:57.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78002026-07-06T21:41:57.725Z[ recovery-image] Jul 06 21:41:57.137 INFO O| Jul 06 21:41:57.137 INFO STEP 819 (remove_files) COMPLETE
78012026-07-06T21:41:57.728Z[ recovery-image] Jul 06 21:41:57.137 INFO O| Jul 06 21:41:57.137 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-07-06T21:41:57.732Z[ recovery-image] Jul 06 21:41:57.143 INFO O| Jul 06 21:41:57.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78032026-07-06T21:41:57.732Z[ recovery-image] Jul 06 21:41:57.143 INFO O| Jul 06 21:41:57.143 INFO STEP 820 (remove_files) COMPLETE
78042026-07-06T21:41:57.732Z[ recovery-image] Jul 06 21:41:57.143 INFO O| Jul 06 21:41:57.143 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-07-06T21:41:57.738Z[ recovery-image] Jul 06 21:41:57.149 INFO O| Jul 06 21:41:57.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78062026-07-06T21:41:57.738Z[ recovery-image] Jul 06 21:41:57.150 INFO O| Jul 06 21:41:57.150 INFO STEP 821 (remove_files) COMPLETE
78072026-07-06T21:41:57.738Z[ recovery-image] Jul 06 21:41:57.150 INFO O| Jul 06 21:41:57.150 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-07-06T21:41:57.746Z[ recovery-image] Jul 06 21:41:57.158 INFO O| Jul 06 21:41:57.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78092026-07-06T21:41:57.746Z[ recovery-image] Jul 06 21:41:57.158 INFO O| Jul 06 21:41:57.158 INFO STEP 822 (remove_files) COMPLETE
78102026-07-06T21:41:57.749Z[ recovery-image] Jul 06 21:41:57.158 INFO O| Jul 06 21:41:57.158 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-07-06T21:41:57.752Z[ recovery-image] Jul 06 21:41:57.165 INFO O| Jul 06 21:41:57.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78122026-07-06T21:41:57.752Z[ recovery-image] Jul 06 21:41:57.165 INFO O| Jul 06 21:41:57.165 INFO STEP 823 (remove_files) COMPLETE
78132026-07-06T21:41:57.753Z[ recovery-image] Jul 06 21:41:57.165 INFO O| Jul 06 21:41:57.165 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-07-06T21:41:57.759Z[ recovery-image] Jul 06 21:41:57.171 INFO O| Jul 06 21:41:57.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78152026-07-06T21:41:57.759Z[ recovery-image] Jul 06 21:41:57.171 INFO O| Jul 06 21:41:57.171 INFO STEP 824 (remove_files) COMPLETE
78162026-07-06T21:41:57.762Z[ recovery-image] Jul 06 21:41:57.171 INFO O| Jul 06 21:41:57.171 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-07-06T21:41:57.765Z[ recovery-image] Jul 06 21:41:57.177 INFO O| Jul 06 21:41:57.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78182026-07-06T21:41:57.766Z[ recovery-image] Jul 06 21:41:57.177 INFO O| Jul 06 21:41:57.177 INFO STEP 825 (remove_files) COMPLETE
78192026-07-06T21:41:57.766Z[ recovery-image] Jul 06 21:41:57.177 INFO O| Jul 06 21:41:57.177 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-07-06T21:41:57.771Z[ recovery-image] Jul 06 21:41:57.183 INFO O| Jul 06 21:41:57.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78212026-07-06T21:41:57.771Z[ recovery-image] Jul 06 21:41:57.183 INFO O| Jul 06 21:41:57.183 INFO STEP 826 (remove_files) COMPLETE
78222026-07-06T21:41:57.774Z[ recovery-image] Jul 06 21:41:57.183 INFO O| Jul 06 21:41:57.183 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-07-06T21:41:57.779Z[ recovery-image] Jul 06 21:41:57.192 INFO O| Jul 06 21:41:57.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78242026-07-06T21:41:57.783Z[ recovery-image] Jul 06 21:41:57.192 INFO O| Jul 06 21:41:57.192 INFO STEP 827 (remove_files) COMPLETE
78252026-07-06T21:41:57.783Z[ recovery-image] Jul 06 21:41:57.192 INFO O| Jul 06 21:41:57.192 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-07-06T21:41:57.788Z[ recovery-image] Jul 06 21:41:57.201 INFO O| Jul 06 21:41:57.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78272026-07-06T21:41:57.788Z[ recovery-image] Jul 06 21:41:57.201 INFO O| Jul 06 21:41:57.201 INFO STEP 828 (remove_files) COMPLETE
78282026-07-06T21:41:57.788Z[ recovery-image] Jul 06 21:41:57.201 INFO O| Jul 06 21:41:57.201 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-07-06T21:41:57.797Z[ recovery-image] Jul 06 21:41:57.209 INFO O| Jul 06 21:41:57.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78302026-07-06T21:41:57.800Z[ recovery-image] Jul 06 21:41:57.209 INFO O| Jul 06 21:41:57.209 INFO STEP 829 (remove_files) COMPLETE
78312026-07-06T21:41:57.800Z[ recovery-image] Jul 06 21:41:57.209 INFO O| Jul 06 21:41:57.209 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-07-06T21:41:57.805Z[ recovery-image] Jul 06 21:41:57.217 INFO O| Jul 06 21:41:57.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78332026-07-06T21:41:57.805Z[ recovery-image] Jul 06 21:41:57.217 INFO O| Jul 06 21:41:57.217 INFO STEP 830 (remove_files) COMPLETE
78342026-07-06T21:41:57.808Z[ recovery-image] Jul 06 21:41:57.217 INFO O| Jul 06 21:41:57.217 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-07-06T21:41:57.813Z[ recovery-image] Jul 06 21:41:57.225 INFO O| Jul 06 21:41:57.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78362026-07-06T21:41:57.813Z[ recovery-image] Jul 06 21:41:57.225 INFO O| Jul 06 21:41:57.225 INFO STEP 831 (remove_files) COMPLETE
78372026-07-06T21:41:57.821Z[ recovery-image] Jul 06 21:41:57.225 INFO O| Jul 06 21:41:57.225 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-07-06T21:41:57.825Z[ recovery-image] Jul 06 21:41:57.233 INFO O| Jul 06 21:41:57.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78392026-07-06T21:41:57.825Z[ recovery-image] Jul 06 21:41:57.233 INFO O| Jul 06 21:41:57.233 INFO STEP 832 (remove_files) COMPLETE
78402026-07-06T21:41:57.825Z[ recovery-image] Jul 06 21:41:57.233 INFO O| Jul 06 21:41:57.233 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-07-06T21:41:57.831Z[ recovery-image] Jul 06 21:41:57.243 INFO O| Jul 06 21:41:57.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78422026-07-06T21:41:57.831Z[ recovery-image] Jul 06 21:41:57.243 INFO O| Jul 06 21:41:57.243 INFO STEP 833 (remove_files) COMPLETE
78432026-07-06T21:41:57.835Z[ recovery-image] Jul 06 21:41:57.243 INFO O| Jul 06 21:41:57.243 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-07-06T21:41:57.840Z[ recovery-image] Jul 06 21:41:57.252 INFO O| Jul 06 21:41:57.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78452026-07-06T21:41:57.840Z[ recovery-image] Jul 06 21:41:57.252 INFO O| Jul 06 21:41:57.252 INFO STEP 834 (remove_files) COMPLETE
78462026-07-06T21:41:57.840Z[ recovery-image] Jul 06 21:41:57.252 INFO O| Jul 06 21:41:57.252 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-07-06T21:41:57.849Z[ recovery-image] Jul 06 21:41:57.260 INFO O| Jul 06 21:41:57.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78482026-07-06T21:41:57.849Z[ recovery-image] Jul 06 21:41:57.260 INFO O| Jul 06 21:41:57.260 INFO STEP 835 (remove_files) COMPLETE
78492026-07-06T21:41:57.849Z[ recovery-image] Jul 06 21:41:57.260 INFO O| Jul 06 21:41:57.260 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-07-06T21:41:57.855Z[ recovery-image] Jul 06 21:41:57.268 INFO O| Jul 06 21:41:57.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78512026-07-06T21:41:57.859Z[ recovery-image] Jul 06 21:41:57.268 INFO O| Jul 06 21:41:57.268 INFO STEP 836 (remove_files) COMPLETE
78522026-07-06T21:41:57.859Z[ recovery-image] Jul 06 21:41:57.268 INFO O| Jul 06 21:41:57.268 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-07-06T21:41:57.865Z[ recovery-image] Jul 06 21:41:57.278 INFO O| Jul 06 21:41:57.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78542026-07-06T21:41:57.868Z[ recovery-image] Jul 06 21:41:57.278 INFO O| Jul 06 21:41:57.278 INFO STEP 837 (remove_files) COMPLETE
78552026-07-06T21:41:57.868Z[ recovery-image] Jul 06 21:41:57.278 INFO O| Jul 06 21:41:57.278 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-07-06T21:41:57.873Z[ recovery-image] Jul 06 21:41:57.286 INFO O| Jul 06 21:41:57.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78572026-07-06T21:41:57.873Z[ recovery-image] Jul 06 21:41:57.286 INFO O| Jul 06 21:41:57.286 INFO STEP 838 (remove_files) COMPLETE
78582026-07-06T21:41:57.876Z[ recovery-image] Jul 06 21:41:57.286 INFO O| Jul 06 21:41:57.286 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-07-06T21:41:57.881Z[ recovery-image] Jul 06 21:41:57.293 INFO O| Jul 06 21:41:57.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78602026-07-06T21:41:57.881Z[ recovery-image] Jul 06 21:41:57.293 INFO O| Jul 06 21:41:57.293 INFO STEP 839 (remove_files) COMPLETE
78612026-07-06T21:41:57.884Z[ recovery-image] Jul 06 21:41:57.293 INFO O| Jul 06 21:41:57.293 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-07-06T21:41:57.888Z[ recovery-image] Jul 06 21:41:57.300 INFO O| Jul 06 21:41:57.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78632026-07-06T21:41:57.892Z[ recovery-image] Jul 06 21:41:57.300 INFO O| Jul 06 21:41:57.300 INFO STEP 840 (remove_files) COMPLETE
78642026-07-06T21:41:57.892Z[ recovery-image] Jul 06 21:41:57.300 INFO O| Jul 06 21:41:57.300 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-07-06T21:41:57.895Z[ recovery-image] Jul 06 21:41:57.307 INFO O| Jul 06 21:41:57.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78662026-07-06T21:41:57.895Z[ recovery-image] Jul 06 21:41:57.307 INFO O| Jul 06 21:41:57.307 INFO STEP 841 (remove_files) COMPLETE
78672026-07-06T21:41:57.895Z[ recovery-image] Jul 06 21:41:57.307 INFO O| Jul 06 21:41:57.307 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-07-06T21:41:57.901Z[ recovery-image] Jul 06 21:41:57.314 INFO O| Jul 06 21:41:57.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78692026-07-06T21:41:57.905Z[ recovery-image] Jul 06 21:41:57.314 INFO O| Jul 06 21:41:57.314 INFO STEP 842 (remove_files) COMPLETE
78702026-07-06T21:41:57.905Z[ recovery-image] Jul 06 21:41:57.314 INFO O| Jul 06 21:41:57.314 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-07-06T21:41:57.912Z[ recovery-image] Jul 06 21:41:57.324 INFO O| Jul 06 21:41:57.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78722026-07-06T21:41:57.915Z[ recovery-image] Jul 06 21:41:57.324 INFO O| Jul 06 21:41:57.324 INFO STEP 843 (remove_files) COMPLETE
78732026-07-06T21:41:57.915Z[ recovery-image] Jul 06 21:41:57.324 INFO O| Jul 06 21:41:57.324 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-07-06T21:41:57.920Z[ recovery-image] Jul 06 21:41:57.333 INFO O| Jul 06 21:41:57.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78752026-07-06T21:41:57.924Z[ recovery-image] Jul 06 21:41:57.333 INFO O| Jul 06 21:41:57.333 INFO STEP 844 (remove_files) COMPLETE
78762026-07-06T21:41:57.924Z[ recovery-image] Jul 06 21:41:57.333 INFO O| Jul 06 21:41:57.333 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-07-06T21:41:57.930Z[ recovery-image] Jul 06 21:41:57.342 INFO O| Jul 06 21:41:57.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78782026-07-06T21:41:57.933Z[ recovery-image] Jul 06 21:41:57.343 INFO O| Jul 06 21:41:57.343 INFO STEP 845 (remove_files) COMPLETE
78792026-07-06T21:41:57.934Z[ recovery-image] Jul 06 21:41:57.343 INFO O| Jul 06 21:41:57.343 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-07-06T21:41:57.940Z[ recovery-image] Jul 06 21:41:57.352 INFO O| Jul 06 21:41:57.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78812026-07-06T21:41:57.943Z[ recovery-image] Jul 06 21:41:57.352 INFO O| Jul 06 21:41:57.352 INFO STEP 846 (remove_files) COMPLETE
78822026-07-06T21:41:57.943Z[ recovery-image] Jul 06 21:41:57.352 INFO O| Jul 06 21:41:57.352 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-07-06T21:41:57.950Z[ recovery-image] Jul 06 21:41:57.362 INFO O| Jul 06 21:41:57.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78842026-07-06T21:41:57.953Z[ recovery-image] Jul 06 21:41:57.362 INFO O| Jul 06 21:41:57.362 INFO STEP 847 (remove_files) COMPLETE
78852026-07-06T21:41:57.953Z[ recovery-image] Jul 06 21:41:57.362 INFO O| Jul 06 21:41:57.362 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-07-06T21:41:57.959Z[ recovery-image] Jul 06 21:41:57.371 INFO O| Jul 06 21:41:57.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78872026-07-06T21:41:57.962Z[ recovery-image] Jul 06 21:41:57.371 INFO O| Jul 06 21:41:57.371 INFO STEP 848 (remove_files) COMPLETE
78882026-07-06T21:41:57.962Z[ recovery-image] Jul 06 21:41:57.371 INFO O| Jul 06 21:41:57.371 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-07-06T21:41:57.967Z[ recovery-image] Jul 06 21:41:57.379 INFO O| Jul 06 21:41:57.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78902026-07-06T21:41:57.967Z[ recovery-image] Jul 06 21:41:57.379 INFO O| Jul 06 21:41:57.379 INFO STEP 849 (remove_files) COMPLETE
78912026-07-06T21:41:57.967Z[ recovery-image] Jul 06 21:41:57.379 INFO O| Jul 06 21:41:57.379 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-07-06T21:41:57.974Z[ recovery-image] Jul 06 21:41:57.387 INFO O| Jul 06 21:41:57.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78932026-07-06T21:41:57.975Z[ recovery-image] Jul 06 21:41:57.387 INFO O| Jul 06 21:41:57.387 INFO STEP 850 (remove_files) COMPLETE
78942026-07-06T21:41:57.978Z[ recovery-image] Jul 06 21:41:57.387 INFO O| Jul 06 21:41:57.387 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-07-06T21:41:57.982Z[ recovery-image] Jul 06 21:41:57.395 INFO O| Jul 06 21:41:57.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78962026-07-06T21:41:57.985Z[ recovery-image] Jul 06 21:41:57.395 INFO O| Jul 06 21:41:57.395 INFO STEP 851 (remove_files) COMPLETE
78972026-07-06T21:41:57.985Z[ recovery-image] Jul 06 21:41:57.395 INFO O| Jul 06 21:41:57.395 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-07-06T21:41:57.991Z[ recovery-image] Jul 06 21:41:57.402 INFO O| Jul 06 21:41:57.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78992026-07-06T21:41:57.991Z[ recovery-image] Jul 06 21:41:57.402 INFO O| Jul 06 21:41:57.402 INFO STEP 852 (remove_files) COMPLETE
79002026-07-06T21:41:57.991Z[ recovery-image] Jul 06 21:41:57.402 INFO O| Jul 06 21:41:57.402 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-07-06T21:41:57.998Z[ recovery-image] Jul 06 21:41:57.410 INFO O| Jul 06 21:41:57.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79022026-07-06T21:41:57.998Z[ recovery-image] Jul 06 21:41:57.410 INFO O| Jul 06 21:41:57.410 INFO STEP 853 (remove_files) COMPLETE
79032026-07-06T21:41:57.998Z[ recovery-image] Jul 06 21:41:57.410 INFO O| Jul 06 21:41:57.410 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-07-06T21:41:58.008Z[ recovery-image] Jul 06 21:41:57.420 INFO O| Jul 06 21:41:57.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79052026-07-06T21:41:58.008Z[ recovery-image] Jul 06 21:41:57.420 INFO O| Jul 06 21:41:57.420 INFO STEP 854 (remove_files) COMPLETE
79062026-07-06T21:41:58.012Z[ recovery-image] Jul 06 21:41:57.420 INFO O| Jul 06 21:41:57.420 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-07-06T21:41:58.016Z[ recovery-image] Jul 06 21:41:57.429 INFO O| Jul 06 21:41:57.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79082026-07-06T21:41:58.016Z[ recovery-image] Jul 06 21:41:57.429 INFO O| Jul 06 21:41:57.429 INFO STEP 855 (remove_files) COMPLETE
79092026-07-06T21:41:58.020Z[ recovery-image] Jul 06 21:41:57.429 INFO O| Jul 06 21:41:57.429 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-07-06T21:41:58.026Z[ recovery-image] Jul 06 21:41:57.438 INFO O| Jul 06 21:41:57.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79112026-07-06T21:41:58.026Z[ recovery-image] Jul 06 21:41:57.438 INFO O| Jul 06 21:41:57.438 INFO STEP 856 (remove_files) COMPLETE
79122026-07-06T21:41:58.026Z[ recovery-image] Jul 06 21:41:57.438 INFO O| Jul 06 21:41:57.438 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-07-06T21:41:58.034Z[ recovery-image] Jul 06 21:41:57.446 INFO O| Jul 06 21:41:57.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79142026-07-06T21:41:58.034Z[ recovery-image] Jul 06 21:41:57.446 INFO O| Jul 06 21:41:57.446 INFO STEP 857 (remove_files) COMPLETE
79152026-07-06T21:41:58.037Z[ recovery-image] Jul 06 21:41:57.446 INFO O| Jul 06 21:41:57.446 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-07-06T21:41:58.041Z[ recovery-image] Jul 06 21:41:57.454 INFO O| Jul 06 21:41:57.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79172026-07-06T21:41:58.044Z[ recovery-image] Jul 06 21:41:57.454 INFO O| Jul 06 21:41:57.454 INFO STEP 858 (remove_files) COMPLETE
79182026-07-06T21:41:58.045Z[ recovery-image] Jul 06 21:41:57.454 INFO O| Jul 06 21:41:57.454 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-07-06T21:41:58.050Z[ recovery-image] Jul 06 21:41:57.462 INFO O| Jul 06 21:41:57.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79202026-07-06T21:41:58.050Z[ recovery-image] Jul 06 21:41:57.462 INFO O| Jul 06 21:41:57.462 INFO STEP 859 (remove_files) COMPLETE
79212026-07-06T21:41:58.050Z[ recovery-image] Jul 06 21:41:57.462 INFO O| Jul 06 21:41:57.462 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-07-06T21:41:58.059Z[ recovery-image] Jul 06 21:41:57.471 INFO O| Jul 06 21:41:57.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79232026-07-06T21:41:58.059Z[ recovery-image] Jul 06 21:41:57.471 INFO O| Jul 06 21:41:57.471 INFO STEP 860 (remove_files) COMPLETE
79242026-07-06T21:41:58.062Z[ recovery-image] Jul 06 21:41:57.471 INFO O| Jul 06 21:41:57.471 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-07-06T21:41:58.067Z[ recovery-image] Jul 06 21:41:57.479 INFO O| Jul 06 21:41:57.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79262026-07-06T21:41:58.067Z[ recovery-image] Jul 06 21:41:57.479 INFO O| Jul 06 21:41:57.479 INFO STEP 861 (remove_files) COMPLETE
79272026-07-06T21:41:58.071Z[ recovery-image] Jul 06 21:41:57.479 INFO O| Jul 06 21:41:57.479 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-07-06T21:41:58.074Z[ recovery-image] Jul 06 21:41:57.486 INFO O| Jul 06 21:41:57.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79292026-07-06T21:41:58.074Z[ recovery-image] Jul 06 21:41:57.486 INFO O| Jul 06 21:41:57.486 INFO STEP 862 (remove_files) COMPLETE
79302026-07-06T21:41:58.074Z[ recovery-image] Jul 06 21:41:57.486 INFO O| Jul 06 21:41:57.486 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-07-06T21:41:58.082Z[ recovery-image] Jul 06 21:41:57.494 INFO O| Jul 06 21:41:57.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79322026-07-06T21:41:58.082Z[ recovery-image] Jul 06 21:41:57.494 INFO O| Jul 06 21:41:57.494 INFO STEP 863 (remove_files) COMPLETE
79332026-07-06T21:41:58.086Z[ recovery-image] Jul 06 21:41:57.494 INFO O| Jul 06 21:41:57.494 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-07-06T21:41:58.089Z[ recovery-image] Jul 06 21:41:57.502 INFO O| Jul 06 21:41:57.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79352026-07-06T21:41:58.093Z[ recovery-image] Jul 06 21:41:57.502 INFO O| Jul 06 21:41:57.502 INFO STEP 864 (remove_files) COMPLETE
79362026-07-06T21:41:58.093Z[ recovery-image] Jul 06 21:41:57.502 INFO O| Jul 06 21:41:57.502 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-07-06T21:41:58.097Z[ recovery-image] Jul 06 21:41:57.510 INFO O| Jul 06 21:41:57.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79382026-07-06T21:41:58.097Z[ recovery-image] Jul 06 21:41:57.510 INFO O| Jul 06 21:41:57.510 INFO STEP 865 (remove_files) COMPLETE
79392026-07-06T21:41:58.101Z[ recovery-image] Jul 06 21:41:57.510 INFO O| Jul 06 21:41:57.510 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-07-06T21:41:58.105Z[ recovery-image] Jul 06 21:41:57.517 INFO O| Jul 06 21:41:57.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79412026-07-06T21:41:58.105Z[ recovery-image] Jul 06 21:41:57.517 INFO O| Jul 06 21:41:57.517 INFO STEP 866 (remove_files) COMPLETE
79422026-07-06T21:41:58.105Z[ recovery-image] Jul 06 21:41:57.517 INFO O| Jul 06 21:41:57.517 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-07-06T21:41:58.112Z[ recovery-image] Jul 06 21:41:57.524 INFO O| Jul 06 21:41:57.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79442026-07-06T21:41:58.112Z[ recovery-image] Jul 06 21:41:57.524 INFO O| Jul 06 21:41:57.524 INFO STEP 867 (remove_files) COMPLETE
79452026-07-06T21:41:58.115Z[ recovery-image] Jul 06 21:41:57.524 INFO O| Jul 06 21:41:57.524 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-07-06T21:41:58.120Z[ recovery-image] Jul 06 21:41:57.532 INFO O| Jul 06 21:41:57.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79472026-07-06T21:41:58.120Z[ recovery-image] Jul 06 21:41:57.532 INFO O| Jul 06 21:41:57.532 INFO STEP 868 (remove_files) COMPLETE
79482026-07-06T21:41:58.123Z[ recovery-image] Jul 06 21:41:57.532 INFO O| Jul 06 21:41:57.532 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-07-06T21:41:58.127Z[ recovery-image] Jul 06 21:41:57.540 INFO O| Jul 06 21:41:57.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79502026-07-06T21:41:58.131Z[ recovery-image] Jul 06 21:41:57.540 INFO O| Jul 06 21:41:57.540 INFO STEP 869 (remove_files) COMPLETE
79512026-07-06T21:41:58.131Z[ recovery-image] Jul 06 21:41:57.540 INFO O| Jul 06 21:41:57.540 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-07-06T21:41:58.137Z[ recovery-image] Jul 06 21:41:57.550 INFO O| Jul 06 21:41:57.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79532026-07-06T21:41:58.137Z[ recovery-image] Jul 06 21:41:57.550 INFO O| Jul 06 21:41:57.550 INFO STEP 870 (remove_files) COMPLETE
79542026-07-06T21:41:58.141Z[ recovery-image] Jul 06 21:41:57.550 INFO O| Jul 06 21:41:57.550 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-07-06T21:41:58.146Z[ recovery-image] Jul 06 21:41:57.558 INFO O| Jul 06 21:41:57.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79562026-07-06T21:41:58.146Z[ recovery-image] Jul 06 21:41:57.558 INFO O| Jul 06 21:41:57.558 INFO STEP 871 (remove_files) COMPLETE
79572026-07-06T21:41:58.150Z[ recovery-image] Jul 06 21:41:57.558 INFO O| Jul 06 21:41:57.558 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-07-06T21:41:58.154Z[ recovery-image] Jul 06 21:41:57.567 INFO O| Jul 06 21:41:57.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79592026-07-06T21:41:58.154Z[ recovery-image] Jul 06 21:41:57.567 INFO O| Jul 06 21:41:57.567 INFO STEP 872 (remove_files) COMPLETE
79602026-07-06T21:41:58.158Z[ recovery-image] Jul 06 21:41:57.567 INFO O| Jul 06 21:41:57.567 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-07-06T21:41:58.163Z[ recovery-image] Jul 06 21:41:57.575 INFO O| Jul 06 21:41:57.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79622026-07-06T21:41:58.163Z[ recovery-image] Jul 06 21:41:57.575 INFO O| Jul 06 21:41:57.575 INFO STEP 873 (remove_files) COMPLETE
79632026-07-06T21:41:58.166Z[ recovery-image] Jul 06 21:41:57.575 INFO O| Jul 06 21:41:57.575 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-07-06T21:41:58.172Z[ recovery-image] Jul 06 21:41:57.584 INFO O| Jul 06 21:41:57.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79652026-07-06T21:41:58.172Z[ recovery-image] Jul 06 21:41:57.584 INFO O| Jul 06 21:41:57.584 INFO STEP 874 (remove_files) COMPLETE
79662026-07-06T21:41:58.175Z[ recovery-image] Jul 06 21:41:57.584 INFO O| Jul 06 21:41:57.584 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-07-06T21:41:58.180Z[ recovery-image] Jul 06 21:41:57.593 INFO O| Jul 06 21:41:57.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79682026-07-06T21:41:58.180Z[ recovery-image] Jul 06 21:41:57.593 INFO O| Jul 06 21:41:57.593 INFO STEP 875 (remove_files) COMPLETE
79692026-07-06T21:41:58.183Z[ recovery-image] Jul 06 21:41:57.593 INFO O| Jul 06 21:41:57.593 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-07-06T21:41:58.189Z[ recovery-image] Jul 06 21:41:57.602 INFO O| Jul 06 21:41:57.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79712026-07-06T21:41:58.193Z[ recovery-image] Jul 06 21:41:57.602 INFO O| Jul 06 21:41:57.602 INFO STEP 876 (remove_files) COMPLETE
79722026-07-06T21:41:58.193Z[ recovery-image] Jul 06 21:41:57.602 INFO O| Jul 06 21:41:57.602 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-07-06T21:41:58.198Z[ recovery-image] Jul 06 21:41:57.611 INFO O| Jul 06 21:41:57.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79742026-07-06T21:41:58.203Z[ recovery-image] Jul 06 21:41:57.611 INFO O| Jul 06 21:41:57.611 INFO STEP 877 (remove_files) COMPLETE
79752026-07-06T21:41:58.203Z[ recovery-image] Jul 06 21:41:57.611 INFO O| Jul 06 21:41:57.611 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-07-06T21:41:58.208Z[ recovery-image] Jul 06 21:41:57.620 INFO O| Jul 06 21:41:57.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79772026-07-06T21:41:58.208Z[ recovery-image] Jul 06 21:41:57.620 INFO O| Jul 06 21:41:57.620 INFO STEP 878 (remove_files) COMPLETE
79782026-07-06T21:41:58.208Z[ recovery-image] Jul 06 21:41:57.620 INFO O| Jul 06 21:41:57.620 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-07-06T21:41:58.216Z[ recovery-image] Jul 06 21:41:57.629 INFO O| Jul 06 21:41:57.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79802026-07-06T21:41:58.216Z[ recovery-image] Jul 06 21:41:57.629 INFO O| Jul 06 21:41:57.629 INFO STEP 879 (remove_files) COMPLETE
79812026-07-06T21:41:58.216Z[ recovery-image] Jul 06 21:41:57.629 INFO O| Jul 06 21:41:57.629 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-07-06T21:41:58.225Z[ recovery-image] Jul 06 21:41:57.638 INFO O| Jul 06 21:41:57.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79832026-07-06T21:41:58.228Z[ recovery-image] Jul 06 21:41:57.638 INFO O| Jul 06 21:41:57.638 INFO STEP 880 (remove_files) COMPLETE
79842026-07-06T21:41:58.229Z[ recovery-image] Jul 06 21:41:57.638 INFO O| Jul 06 21:41:57.638 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-07-06T21:41:58.233Z[ recovery-image] Jul 06 21:41:57.645 INFO O| Jul 06 21:41:57.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79862026-07-06T21:41:58.233Z[ recovery-image] Jul 06 21:41:57.645 INFO O| Jul 06 21:41:57.645 INFO STEP 881 (remove_files) COMPLETE
79872026-07-06T21:41:58.233Z[ recovery-image] Jul 06 21:41:57.645 INFO O| Jul 06 21:41:57.645 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-07-06T21:41:58.240Z[ recovery-image] Jul 06 21:41:57.653 INFO O| Jul 06 21:41:57.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79892026-07-06T21:41:58.244Z[ recovery-image] Jul 06 21:41:57.653 INFO O| Jul 06 21:41:57.653 INFO STEP 882 (remove_files) COMPLETE
79902026-07-06T21:41:58.244Z[ recovery-image] Jul 06 21:41:57.653 INFO O| Jul 06 21:41:57.653 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-07-06T21:41:58.248Z[ recovery-image] Jul 06 21:41:57.661 INFO O| Jul 06 21:41:57.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79922026-07-06T21:41:58.252Z[ recovery-image] Jul 06 21:41:57.661 INFO O| Jul 06 21:41:57.661 INFO STEP 883 (remove_files) COMPLETE
79932026-07-06T21:41:58.252Z[ recovery-image] Jul 06 21:41:57.661 INFO O| Jul 06 21:41:57.661 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-07-06T21:41:58.256Z[ recovery-image] Jul 06 21:41:57.669 INFO O| Jul 06 21:41:57.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79952026-07-06T21:41:58.256Z[ recovery-image] Jul 06 21:41:57.669 INFO O| Jul 06 21:41:57.669 INFO STEP 884 (remove_files) COMPLETE
79962026-07-06T21:41:58.260Z[ recovery-image] Jul 06 21:41:57.669 INFO O| Jul 06 21:41:57.669 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-07-06T21:41:58.263Z[ recovery-image] Jul 06 21:41:57.675 INFO O| Jul 06 21:41:57.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79982026-07-06T21:41:58.263Z[ recovery-image] Jul 06 21:41:57.675 INFO O| Jul 06 21:41:57.675 INFO STEP 885 (remove_files) COMPLETE
79992026-07-06T21:41:58.263Z[ recovery-image] Jul 06 21:41:57.675 INFO O| Jul 06 21:41:57.675 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-07-06T21:41:58.272Z[ recovery-image] Jul 06 21:41:57.684 INFO O| Jul 06 21:41:57.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80012026-07-06T21:41:58.272Z[ recovery-image] Jul 06 21:41:57.684 INFO O| Jul 06 21:41:57.684 INFO STEP 886 (remove_files) COMPLETE
80022026-07-06T21:41:58.272Z[ recovery-image] Jul 06 21:41:57.684 INFO O| Jul 06 21:41:57.684 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-07-06T21:41:58.281Z[ recovery-image] Jul 06 21:41:57.693 INFO O| Jul 06 21:41:57.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80042026-07-06T21:41:58.281Z[ recovery-image] Jul 06 21:41:57.693 INFO O| Jul 06 21:41:57.693 INFO STEP 887 (remove_files) COMPLETE
80052026-07-06T21:41:58.284Z[ recovery-image] Jul 06 21:41:57.693 INFO O| Jul 06 21:41:57.693 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-07-06T21:41:58.289Z[ recovery-image] Jul 06 21:41:57.701 INFO O| Jul 06 21:41:57.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80072026-07-06T21:41:58.289Z[ recovery-image] Jul 06 21:41:57.702 INFO O| Jul 06 21:41:57.702 INFO STEP 888 (remove_files) COMPLETE
80082026-07-06T21:41:58.289Z[ recovery-image] Jul 06 21:41:57.702 INFO O| Jul 06 21:41:57.702 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-07-06T21:41:58.297Z[ recovery-image] Jul 06 21:41:57.709 INFO O| Jul 06 21:41:57.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80102026-07-06T21:41:58.297Z[ recovery-image] Jul 06 21:41:57.709 INFO O| Jul 06 21:41:57.709 INFO STEP 889 (remove_files) COMPLETE
80112026-07-06T21:41:58.300Z[ recovery-image] Jul 06 21:41:57.709 INFO O| Jul 06 21:41:57.709 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-07-06T21:41:58.305Z[ recovery-image] Jul 06 21:41:57.718 INFO O| Jul 06 21:41:57.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80132026-07-06T21:41:58.305Z[ recovery-image] Jul 06 21:41:57.718 INFO O| Jul 06 21:41:57.718 INFO STEP 890 (remove_files) COMPLETE
80142026-07-06T21:41:58.308Z[ recovery-image] Jul 06 21:41:57.718 INFO O| Jul 06 21:41:57.718 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-07-06T21:41:58.313Z[ recovery-image] Jul 06 21:41:57.726 INFO O| Jul 06 21:41:57.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80162026-07-06T21:41:58.316Z[ recovery-image] Jul 06 21:41:57.726 INFO O| Jul 06 21:41:57.726 INFO STEP 891 (remove_files) COMPLETE
80172026-07-06T21:41:58.317Z[ recovery-image] Jul 06 21:41:57.726 INFO O| Jul 06 21:41:57.726 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-07-06T21:41:58.320Z[ recovery-image] Jul 06 21:41:57.733 INFO O| Jul 06 21:41:57.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80192026-07-06T21:41:58.324Z[ recovery-image] Jul 06 21:41:57.733 INFO O| Jul 06 21:41:57.733 INFO STEP 892 (remove_files) COMPLETE
80202026-07-06T21:41:58.324Z[ recovery-image] Jul 06 21:41:57.733 INFO O| Jul 06 21:41:57.733 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-07-06T21:41:58.328Z[ recovery-image] Jul 06 21:41:57.740 INFO O| Jul 06 21:41:57.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80222026-07-06T21:41:58.331Z[ recovery-image] Jul 06 21:41:57.741 INFO O| Jul 06 21:41:57.741 INFO STEP 893 (remove_files) COMPLETE
80232026-07-06T21:41:58.332Z[ recovery-image] Jul 06 21:41:57.741 INFO O| Jul 06 21:41:57.741 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-07-06T21:41:58.337Z[ recovery-image] Jul 06 21:41:57.749 INFO O| Jul 06 21:41:57.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80252026-07-06T21:41:58.343Z[ recovery-image] Jul 06 21:41:57.749 INFO O| Jul 06 21:41:57.749 INFO STEP 894 (remove_files) COMPLETE
80262026-07-06T21:41:58.343Z[ recovery-image] Jul 06 21:41:57.749 INFO O| Jul 06 21:41:57.749 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-07-06T21:41:58.347Z[ recovery-image] Jul 06 21:41:57.759 INFO O| Jul 06 21:41:57.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80282026-07-06T21:41:58.347Z[ recovery-image] Jul 06 21:41:57.759 INFO O| Jul 06 21:41:57.759 INFO STEP 895 (remove_files) COMPLETE
80292026-07-06T21:41:58.347Z[ recovery-image] Jul 06 21:41:57.759 INFO O| Jul 06 21:41:57.759 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-07-06T21:41:58.357Z[ recovery-image] Jul 06 21:41:57.769 INFO O| Jul 06 21:41:57.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80312026-07-06T21:41:58.357Z[ recovery-image] Jul 06 21:41:57.769 INFO O| Jul 06 21:41:57.769 INFO STEP 896 (remove_files) COMPLETE
80322026-07-06T21:41:58.361Z[ recovery-image] Jul 06 21:41:57.769 INFO O| Jul 06 21:41:57.769 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-07-06T21:41:58.365Z[ recovery-image] Jul 06 21:41:57.778 INFO O| Jul 06 21:41:57.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80342026-07-06T21:41:58.365Z[ recovery-image] Jul 06 21:41:57.778 INFO O| Jul 06 21:41:57.778 INFO STEP 897 (remove_files) COMPLETE
80352026-07-06T21:41:58.369Z[ recovery-image] Jul 06 21:41:57.778 INFO O| Jul 06 21:41:57.778 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-07-06T21:41:58.373Z[ recovery-image] Jul 06 21:41:57.786 INFO O| Jul 06 21:41:57.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80372026-07-06T21:41:58.374Z[ recovery-image] Jul 06 21:41:57.786 INFO O| Jul 06 21:41:57.786 INFO STEP 898 (remove_files) COMPLETE
80382026-07-06T21:41:58.374Z[ recovery-image] Jul 06 21:41:57.786 INFO O| Jul 06 21:41:57.786 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-07-06T21:41:58.380Z[ recovery-image] Jul 06 21:41:57.793 INFO O| Jul 06 21:41:57.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80402026-07-06T21:41:58.384Z[ recovery-image] Jul 06 21:41:57.793 INFO O| Jul 06 21:41:57.793 INFO STEP 899 (remove_files) COMPLETE
80412026-07-06T21:41:58.384Z[ recovery-image] Jul 06 21:41:57.793 INFO O| Jul 06 21:41:57.793 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-07-06T21:41:58.388Z[ recovery-image] Jul 06 21:41:57.801 INFO O| Jul 06 21:41:57.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80432026-07-06T21:41:58.392Z[ recovery-image] Jul 06 21:41:57.801 INFO O| Jul 06 21:41:57.801 INFO STEP 900 (remove_files) COMPLETE
80442026-07-06T21:41:58.392Z[ recovery-image] Jul 06 21:41:57.801 INFO O| Jul 06 21:41:57.801 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-07-06T21:41:58.397Z[ recovery-image] Jul 06 21:41:57.810 INFO O| Jul 06 21:41:57.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80462026-07-06T21:41:58.401Z[ recovery-image] Jul 06 21:41:57.810 INFO O| Jul 06 21:41:57.810 INFO STEP 901 (remove_files) COMPLETE
80472026-07-06T21:41:58.401Z[ recovery-image] Jul 06 21:41:57.810 INFO O| Jul 06 21:41:57.810 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-07-06T21:41:58.418Z[ recovery-image] Jul 06 21:41:57.817 INFO O| Jul 06 21:41:57.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80492026-07-06T21:41:58.418Z[ recovery-image] Jul 06 21:41:57.818 INFO O| Jul 06 21:41:57.818 INFO STEP 902 (remove_files) COMPLETE
80502026-07-06T21:41:58.418Z[ recovery-image] Jul 06 21:41:57.818 INFO O| Jul 06 21:41:57.818 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-07-06T21:41:58.423Z[ recovery-image] Jul 06 21:41:57.825 INFO O| Jul 06 21:41:57.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80522026-07-06T21:41:58.423Z[ recovery-image] Jul 06 21:41:57.825 INFO O| Jul 06 21:41:57.825 INFO STEP 903 (remove_files) COMPLETE
80532026-07-06T21:41:58.423Z[ recovery-image] Jul 06 21:41:57.825 INFO O| Jul 06 21:41:57.825 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-07-06T21:41:58.428Z[ recovery-image] Jul 06 21:41:57.836 INFO O| Jul 06 21:41:57.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80552026-07-06T21:41:58.428Z[ recovery-image] Jul 06 21:41:57.836 INFO O| Jul 06 21:41:57.836 INFO STEP 904 (remove_files) COMPLETE
80562026-07-06T21:41:58.428Z[ recovery-image] Jul 06 21:41:57.836 INFO O| Jul 06 21:41:57.836 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-07-06T21:41:58.432Z[ recovery-image] Jul 06 21:41:57.844 INFO O| Jul 06 21:41:57.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80582026-07-06T21:41:58.432Z[ recovery-image] Jul 06 21:41:57.844 INFO O| Jul 06 21:41:57.844 INFO STEP 905 (remove_files) COMPLETE
80592026-07-06T21:41:58.436Z[ recovery-image] Jul 06 21:41:57.844 INFO O| Jul 06 21:41:57.844 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-07-06T21:41:58.439Z[ recovery-image] Jul 06 21:41:57.851 INFO O| Jul 06 21:41:57.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80612026-07-06T21:41:58.439Z[ recovery-image] Jul 06 21:41:57.851 INFO O| Jul 06 21:41:57.851 INFO STEP 906 (remove_files) COMPLETE
80622026-07-06T21:41:58.440Z[ recovery-image] Jul 06 21:41:57.851 INFO O| Jul 06 21:41:57.851 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-07-06T21:41:58.445Z[ recovery-image] Jul 06 21:41:57.858 INFO O| Jul 06 21:41:57.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80642026-07-06T21:41:58.445Z[ recovery-image] Jul 06 21:41:57.858 INFO O| Jul 06 21:41:57.858 INFO STEP 907 (remove_files) COMPLETE
80652026-07-06T21:41:58.449Z[ recovery-image] Jul 06 21:41:57.858 INFO O| Jul 06 21:41:57.858 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-07-06T21:41:58.452Z[ recovery-image] Jul 06 21:41:57.865 INFO O| Jul 06 21:41:57.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80672026-07-06T21:41:58.452Z[ recovery-image] Jul 06 21:41:57.865 INFO O| Jul 06 21:41:57.865 INFO STEP 908 (remove_files) COMPLETE
80682026-07-06T21:41:58.456Z[ recovery-image] Jul 06 21:41:57.865 INFO O| Jul 06 21:41:57.865 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-07-06T21:41:58.460Z[ recovery-image] Jul 06 21:41:57.872 INFO O| Jul 06 21:41:57.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80702026-07-06T21:41:58.460Z[ recovery-image] Jul 06 21:41:57.872 INFO O| Jul 06 21:41:57.872 INFO STEP 909 (remove_files) COMPLETE
80712026-07-06T21:41:58.460Z[ recovery-image] Jul 06 21:41:57.872 INFO O| Jul 06 21:41:57.872 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-07-06T21:41:58.466Z[ recovery-image] Jul 06 21:41:57.879 INFO O| Jul 06 21:41:57.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80732026-07-06T21:41:58.466Z[ recovery-image] Jul 06 21:41:57.879 INFO O| Jul 06 21:41:57.879 INFO STEP 910 (remove_files) COMPLETE
80742026-07-06T21:41:58.470Z[ recovery-image] Jul 06 21:41:57.879 INFO O| Jul 06 21:41:57.879 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-07-06T21:41:58.474Z[ recovery-image] Jul 06 21:41:57.886 INFO O| Jul 06 21:41:57.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80762026-07-06T21:41:58.474Z[ recovery-image] Jul 06 21:41:57.886 INFO O| Jul 06 21:41:57.886 INFO STEP 911 (remove_files) COMPLETE
80772026-07-06T21:41:58.474Z[ recovery-image] Jul 06 21:41:57.886 INFO O| Jul 06 21:41:57.886 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-07-06T21:41:58.481Z[ recovery-image] Jul 06 21:41:57.894 INFO O| Jul 06 21:41:57.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80792026-07-06T21:41:58.481Z[ recovery-image] Jul 06 21:41:57.894 INFO O| Jul 06 21:41:57.894 INFO STEP 912 (remove_files) COMPLETE
80802026-07-06T21:41:58.484Z[ recovery-image] Jul 06 21:41:57.894 INFO O| Jul 06 21:41:57.894 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-07-06T21:41:58.488Z[ recovery-image] Jul 06 21:41:57.900 INFO O| Jul 06 21:41:57.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80822026-07-06T21:41:58.488Z[ recovery-image] Jul 06 21:41:57.901 INFO O| Jul 06 21:41:57.900 INFO STEP 913 (remove_files) COMPLETE
80832026-07-06T21:41:58.488Z[ recovery-image] Jul 06 21:41:57.901 INFO O| Jul 06 21:41:57.901 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-07-06T21:41:58.498Z[ recovery-image] Jul 06 21:41:57.910 INFO O| Jul 06 21:41:57.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80852026-07-06T21:41:58.498Z[ recovery-image] Jul 06 21:41:57.910 INFO O| Jul 06 21:41:57.910 INFO STEP 914 (remove_files) COMPLETE
80862026-07-06T21:41:58.498Z[ recovery-image] Jul 06 21:41:57.910 INFO O| Jul 06 21:41:57.910 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-07-06T21:41:58.509Z[ recovery-image] Jul 06 21:41:57.920 INFO O| Jul 06 21:41:57.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80882026-07-06T21:41:58.509Z[ recovery-image] Jul 06 21:41:57.920 INFO O| Jul 06 21:41:57.920 INFO STEP 915 (remove_files) COMPLETE
80892026-07-06T21:41:58.509Z[ recovery-image] Jul 06 21:41:57.920 INFO O| Jul 06 21:41:57.920 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-07-06T21:41:58.516Z[ recovery-image] Jul 06 21:41:57.928 INFO O| Jul 06 21:41:57.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80912026-07-06T21:41:58.516Z[ recovery-image] Jul 06 21:41:57.928 INFO O| Jul 06 21:41:57.928 INFO STEP 916 (remove_files) COMPLETE
80922026-07-06T21:41:58.520Z[ recovery-image] Jul 06 21:41:57.928 INFO O| Jul 06 21:41:57.928 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-07-06T21:41:58.524Z[ recovery-image] Jul 06 21:41:57.936 INFO O| Jul 06 21:41:57.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80942026-07-06T21:41:58.524Z[ recovery-image] Jul 06 21:41:57.936 INFO O| Jul 06 21:41:57.936 INFO STEP 917 (remove_files) COMPLETE
80952026-07-06T21:41:58.527Z[ recovery-image] Jul 06 21:41:57.936 INFO O| Jul 06 21:41:57.936 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-07-06T21:41:58.531Z[ recovery-image] Jul 06 21:41:57.944 INFO O| Jul 06 21:41:57.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80972026-07-06T21:41:58.535Z[ recovery-image] Jul 06 21:41:57.944 INFO O| Jul 06 21:41:57.944 INFO STEP 918 (remove_files) COMPLETE
80982026-07-06T21:41:58.535Z[ recovery-image] Jul 06 21:41:57.944 INFO O| Jul 06 21:41:57.944 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-07-06T21:41:58.539Z[ recovery-image] Jul 06 21:41:57.952 INFO O| Jul 06 21:41:57.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81002026-07-06T21:41:58.542Z[ recovery-image] Jul 06 21:41:57.952 INFO O| Jul 06 21:41:57.952 INFO STEP 919 (remove_files) COMPLETE
81012026-07-06T21:41:58.542Z[ recovery-image] Jul 06 21:41:57.952 INFO O| Jul 06 21:41:57.952 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-07-06T21:41:58.546Z[ recovery-image] Jul 06 21:41:57.958 INFO O| Jul 06 21:41:57.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81032026-07-06T21:41:58.546Z[ recovery-image] Jul 06 21:41:57.959 INFO O| Jul 06 21:41:57.959 INFO STEP 920 (remove_files) COMPLETE
81042026-07-06T21:41:58.549Z[ recovery-image] Jul 06 21:41:57.959 INFO O| Jul 06 21:41:57.959 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-07-06T21:41:58.555Z[ recovery-image] Jul 06 21:41:57.968 INFO O| Jul 06 21:41:57.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81062026-07-06T21:41:58.556Z[ recovery-image] Jul 06 21:41:57.968 INFO O| Jul 06 21:41:57.968 INFO STEP 921 (remove_files) COMPLETE
81072026-07-06T21:41:58.556Z[ recovery-image] Jul 06 21:41:57.968 INFO O| Jul 06 21:41:57.968 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-07-06T21:41:58.563Z[ recovery-image] Jul 06 21:41:57.976 INFO O| Jul 06 21:41:57.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81092026-07-06T21:41:58.567Z[ recovery-image] Jul 06 21:41:57.976 INFO O| Jul 06 21:41:57.976 INFO STEP 922 (remove_files) COMPLETE
81102026-07-06T21:41:58.567Z[ recovery-image] Jul 06 21:41:57.976 INFO O| Jul 06 21:41:57.976 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-07-06T21:41:58.572Z[ recovery-image] Jul 06 21:41:57.983 INFO O| Jul 06 21:41:57.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81122026-07-06T21:41:58.572Z[ recovery-image] Jul 06 21:41:57.983 INFO O| Jul 06 21:41:57.983 INFO STEP 923 (remove_files) COMPLETE
81132026-07-06T21:41:58.576Z[ recovery-image] Jul 06 21:41:57.983 INFO O| Jul 06 21:41:57.983 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-07-06T21:41:58.579Z[ recovery-image] Jul 06 21:41:57.990 INFO O| Jul 06 21:41:57.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81152026-07-06T21:41:58.579Z[ recovery-image] Jul 06 21:41:57.990 INFO O| Jul 06 21:41:57.990 INFO STEP 924 (remove_files) COMPLETE
81162026-07-06T21:41:58.579Z[ recovery-image] Jul 06 21:41:57.990 INFO O| Jul 06 21:41:57.990 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-07-06T21:41:58.587Z[ recovery-image] Jul 06 21:41:57.999 INFO O| Jul 06 21:41:57.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81182026-07-06T21:41:58.590Z[ recovery-image] Jul 06 21:41:57.999 INFO O| Jul 06 21:41:57.999 INFO STEP 925 (remove_files) COMPLETE
81192026-07-06T21:41:58.590Z[ recovery-image] Jul 06 21:41:57.999 INFO O| Jul 06 21:41:57.999 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-07-06T21:41:58.596Z[ recovery-image] Jul 06 21:41:58.008 INFO O| Jul 06 21:41:58.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81212026-07-06T21:41:58.596Z[ recovery-image] Jul 06 21:41:58.008 INFO O| Jul 06 21:41:58.008 INFO STEP 926 (remove_files) COMPLETE
81222026-07-06T21:41:58.599Z[ recovery-image] Jul 06 21:41:58.008 INFO O| Jul 06 21:41:58.008 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-07-06T21:41:58.604Z[ recovery-image] Jul 06 21:41:58.016 INFO O| Jul 06 21:41:58.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81242026-07-06T21:41:58.604Z[ recovery-image] Jul 06 21:41:58.016 INFO O| Jul 06 21:41:58.016 INFO STEP 927 (remove_files) COMPLETE
81252026-07-06T21:41:58.607Z[ recovery-image] Jul 06 21:41:58.016 INFO O| Jul 06 21:41:58.016 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-07-06T21:41:58.613Z[ recovery-image] Jul 06 21:41:58.025 INFO O| Jul 06 21:41:58.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81272026-07-06T21:41:58.613Z[ recovery-image] Jul 06 21:41:58.025 INFO O| Jul 06 21:41:58.025 INFO STEP 928 (remove_files) COMPLETE
81282026-07-06T21:41:58.613Z[ recovery-image] Jul 06 21:41:58.025 INFO O| Jul 06 21:41:58.025 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-07-06T21:41:58.622Z[ recovery-image] Jul 06 21:41:58.035 INFO O| Jul 06 21:41:58.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81302026-07-06T21:41:58.622Z[ recovery-image] Jul 06 21:41:58.035 INFO O| Jul 06 21:41:58.035 INFO STEP 929 (remove_files) COMPLETE
81312026-07-06T21:41:58.622Z[ recovery-image] Jul 06 21:41:58.035 INFO O| Jul 06 21:41:58.035 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-07-06T21:41:58.631Z[ recovery-image] Jul 06 21:41:58.044 INFO O| Jul 06 21:41:58.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81332026-07-06T21:41:58.635Z[ recovery-image] Jul 06 21:41:58.044 INFO O| Jul 06 21:41:58.044 INFO STEP 930 (remove_files) COMPLETE
81342026-07-06T21:41:58.635Z[ recovery-image] Jul 06 21:41:58.044 INFO O| Jul 06 21:41:58.044 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-07-06T21:41:58.638Z[ recovery-image] Jul 06 21:41:58.050 INFO O| Jul 06 21:41:58.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81362026-07-06T21:41:58.638Z[ recovery-image] Jul 06 21:41:58.050 INFO O| Jul 06 21:41:58.050 INFO STEP 931 (remove_files) COMPLETE
81372026-07-06T21:41:58.638Z[ recovery-image] Jul 06 21:41:58.050 INFO O| Jul 06 21:41:58.050 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-07-06T21:41:58.647Z[ recovery-image] Jul 06 21:41:58.059 INFO O| Jul 06 21:41:58.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81392026-07-06T21:41:58.647Z[ recovery-image] Jul 06 21:41:58.059 INFO O| Jul 06 21:41:58.059 INFO STEP 932 (remove_files) COMPLETE
81402026-07-06T21:41:58.650Z[ recovery-image] Jul 06 21:41:58.059 INFO O| Jul 06 21:41:58.059 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-07-06T21:41:58.655Z[ recovery-image] Jul 06 21:41:58.068 INFO O| Jul 06 21:41:58.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81422026-07-06T21:41:58.655Z[ recovery-image] Jul 06 21:41:58.068 INFO O| Jul 06 21:41:58.068 INFO STEP 933 (remove_files) COMPLETE
81432026-07-06T21:41:58.658Z[ recovery-image] Jul 06 21:41:58.068 INFO O| Jul 06 21:41:58.068 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-07-06T21:41:58.664Z[ recovery-image] Jul 06 21:41:58.076 INFO O| Jul 06 21:41:58.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81452026-07-06T21:41:58.664Z[ recovery-image] Jul 06 21:41:58.076 INFO O| Jul 06 21:41:58.076 INFO STEP 934 (remove_files) COMPLETE
81462026-07-06T21:41:58.664Z[ recovery-image] Jul 06 21:41:58.076 INFO O| Jul 06 21:41:58.076 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-07-06T21:41:58.672Z[ recovery-image] Jul 06 21:41:58.085 INFO O| Jul 06 21:41:58.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81482026-07-06T21:41:58.672Z[ recovery-image] Jul 06 21:41:58.085 INFO O| Jul 06 21:41:58.085 INFO STEP 935 (remove_files) COMPLETE
81492026-07-06T21:41:58.676Z[ recovery-image] Jul 06 21:41:58.085 INFO O| Jul 06 21:41:58.085 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-07-06T21:41:58.683Z[ recovery-image] Jul 06 21:41:58.094 INFO O| Jul 06 21:41:58.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81512026-07-06T21:41:58.683Z[ recovery-image] Jul 06 21:41:58.094 INFO O| Jul 06 21:41:58.094 INFO STEP 936 (remove_files) COMPLETE
81522026-07-06T21:41:58.687Z[ recovery-image] Jul 06 21:41:58.094 INFO O| Jul 06 21:41:58.094 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-07-06T21:41:58.690Z[ recovery-image] Jul 06 21:41:58.101 INFO O| Jul 06 21:41:58.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81542026-07-06T21:41:58.690Z[ recovery-image] Jul 06 21:41:58.101 INFO O| Jul 06 21:41:58.101 INFO STEP 937 (remove_files) COMPLETE
81552026-07-06T21:41:58.690Z[ recovery-image] Jul 06 21:41:58.101 INFO O| Jul 06 21:41:58.101 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-07-06T21:41:58.696Z[ recovery-image] Jul 06 21:41:58.109 INFO O| Jul 06 21:41:58.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81572026-07-06T21:41:58.696Z[ recovery-image] Jul 06 21:41:58.109 INFO O| Jul 06 21:41:58.109 INFO STEP 938 (remove_files) COMPLETE
81582026-07-06T21:41:58.696Z[ recovery-image] Jul 06 21:41:58.109 INFO O| Jul 06 21:41:58.109 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-07-06T21:41:58.705Z[ recovery-image] Jul 06 21:41:58.117 INFO O| Jul 06 21:41:58.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81602026-07-06T21:41:58.708Z[ recovery-image] Jul 06 21:41:58.117 INFO O| Jul 06 21:41:58.117 INFO STEP 939 (remove_files) COMPLETE
81612026-07-06T21:41:58.708Z[ recovery-image] Jul 06 21:41:58.117 INFO O| Jul 06 21:41:58.117 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-07-06T21:41:58.713Z[ recovery-image] Jul 06 21:41:58.125 INFO O| Jul 06 21:41:58.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81632026-07-06T21:41:58.716Z[ recovery-image] Jul 06 21:41:58.125 INFO O| Jul 06 21:41:58.125 INFO STEP 940 (remove_files) COMPLETE
81642026-07-06T21:41:58.717Z[ recovery-image] Jul 06 21:41:58.125 INFO O| Jul 06 21:41:58.125 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-07-06T21:41:58.720Z[ recovery-image] Jul 06 21:41:58.132 INFO O| Jul 06 21:41:58.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81662026-07-06T21:41:58.720Z[ recovery-image] Jul 06 21:41:58.132 INFO O| Jul 06 21:41:58.132 INFO STEP 941 (remove_files) COMPLETE
81672026-07-06T21:41:58.720Z[ recovery-image] Jul 06 21:41:58.132 INFO O| Jul 06 21:41:58.132 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-07-06T21:41:58.727Z[ recovery-image] Jul 06 21:41:58.140 INFO O| Jul 06 21:41:58.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81692026-07-06T21:41:58.731Z[ recovery-image] Jul 06 21:41:58.140 INFO O| Jul 06 21:41:58.140 INFO STEP 942 (remove_files) COMPLETE
81702026-07-06T21:41:58.731Z[ recovery-image] Jul 06 21:41:58.140 INFO O| Jul 06 21:41:58.140 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-07-06T21:41:58.736Z[ recovery-image] Jul 06 21:41:58.149 INFO O| Jul 06 21:41:58.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81722026-07-06T21:41:58.737Z[ recovery-image] Jul 06 21:41:58.149 INFO O| Jul 06 21:41:58.149 INFO STEP 943 (remove_files) COMPLETE
81732026-07-06T21:41:58.737Z[ recovery-image] Jul 06 21:41:58.149 INFO O| Jul 06 21:41:58.149 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-07-06T21:41:58.743Z[ recovery-image] Jul 06 21:41:58.156 INFO O| Jul 06 21:41:58.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81752026-07-06T21:41:58.743Z[ recovery-image] Jul 06 21:41:58.156 INFO O| Jul 06 21:41:58.156 INFO STEP 944 (remove_files) COMPLETE
81762026-07-06T21:41:58.743Z[ recovery-image] Jul 06 21:41:58.156 INFO O| Jul 06 21:41:58.156 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-07-06T21:41:58.750Z[ recovery-image] Jul 06 21:41:58.162 INFO O| Jul 06 21:41:58.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81782026-07-06T21:41:58.750Z[ recovery-image] Jul 06 21:41:58.162 INFO O| Jul 06 21:41:58.162 INFO STEP 945 (remove_files) COMPLETE
81792026-07-06T21:41:58.753Z[ recovery-image] Jul 06 21:41:58.162 INFO O| Jul 06 21:41:58.162 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-07-06T21:41:58.758Z[ recovery-image] Jul 06 21:41:58.170 INFO O| Jul 06 21:41:58.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81812026-07-06T21:41:58.758Z[ recovery-image] Jul 06 21:41:58.170 INFO O| Jul 06 21:41:58.170 INFO STEP 946 (remove_files) COMPLETE
81822026-07-06T21:41:58.762Z[ recovery-image] Jul 06 21:41:58.170 INFO O| Jul 06 21:41:58.170 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-07-06T21:41:58.767Z[ recovery-image] Jul 06 21:41:58.179 INFO O| Jul 06 21:41:58.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81842026-07-06T21:41:58.767Z[ recovery-image] Jul 06 21:41:58.179 INFO O| Jul 06 21:41:58.179 INFO STEP 947 (remove_files) COMPLETE
81852026-07-06T21:41:58.771Z[ recovery-image] Jul 06 21:41:58.179 INFO O| Jul 06 21:41:58.179 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-07-06T21:41:58.775Z[ recovery-image] Jul 06 21:41:58.187 INFO O| Jul 06 21:41:58.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81872026-07-06T21:41:58.778Z[ recovery-image] Jul 06 21:41:58.188 INFO O| Jul 06 21:41:58.188 INFO STEP 948 (remove_files) COMPLETE
81882026-07-06T21:41:58.778Z[ recovery-image] Jul 06 21:41:58.188 INFO O| Jul 06 21:41:58.188 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-07-06T21:41:58.782Z[ recovery-image] Jul 06 21:41:58.195 INFO O| Jul 06 21:41:58.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81902026-07-06T21:41:58.782Z[ recovery-image] Jul 06 21:41:58.195 INFO O| Jul 06 21:41:58.195 INFO STEP 949 (remove_files) COMPLETE
81912026-07-06T21:41:58.786Z[ recovery-image] Jul 06 21:41:58.195 INFO O| Jul 06 21:41:58.195 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-07-06T21:41:58.792Z[ recovery-image] Jul 06 21:41:58.204 INFO O| Jul 06 21:41:58.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81932026-07-06T21:41:58.792Z[ recovery-image] Jul 06 21:41:58.204 INFO O| Jul 06 21:41:58.204 INFO STEP 950 (remove_files) COMPLETE
81942026-07-06T21:41:58.795Z[ recovery-image] Jul 06 21:41:58.204 INFO O| Jul 06 21:41:58.204 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-07-06T21:41:58.799Z[ recovery-image] Jul 06 21:41:58.211 INFO O| Jul 06 21:41:58.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81962026-07-06T21:41:58.802Z[ recovery-image] Jul 06 21:41:58.211 INFO O| Jul 06 21:41:58.211 INFO STEP 951 (remove_files) COMPLETE
81972026-07-06T21:41:58.802Z[ recovery-image] Jul 06 21:41:58.211 INFO O| Jul 06 21:41:58.211 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-07-06T21:41:58.806Z[ recovery-image] Jul 06 21:41:58.218 INFO O| Jul 06 21:41:58.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81992026-07-06T21:41:58.806Z[ recovery-image] Jul 06 21:41:58.218 INFO O| Jul 06 21:41:58.218 INFO STEP 952 (remove_files) COMPLETE
82002026-07-06T21:41:58.806Z[ recovery-image] Jul 06 21:41:58.218 INFO O| Jul 06 21:41:58.218 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-07-06T21:41:58.814Z[ recovery-image] Jul 06 21:41:58.225 INFO O| Jul 06 21:41:58.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82022026-07-06T21:41:58.817Z[ recovery-image] Jul 06 21:41:58.225 INFO O| Jul 06 21:41:58.225 INFO STEP 953 (remove_files) COMPLETE
82032026-07-06T21:41:58.817Z[ recovery-image] Jul 06 21:41:58.225 INFO O| Jul 06 21:41:58.225 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-07-06T21:41:58.822Z[ recovery-image] Jul 06 21:41:58.234 INFO O| Jul 06 21:41:58.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82052026-07-06T21:41:58.822Z[ recovery-image] Jul 06 21:41:58.234 INFO O| Jul 06 21:41:58.234 INFO STEP 954 (remove_files) COMPLETE
82062026-07-06T21:41:58.825Z[ recovery-image] Jul 06 21:41:58.234 INFO O| Jul 06 21:41:58.234 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-07-06T21:41:58.831Z[ recovery-image] Jul 06 21:41:58.243 INFO O| Jul 06 21:41:58.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82082026-07-06T21:41:58.831Z[ recovery-image] Jul 06 21:41:58.243 INFO O| Jul 06 21:41:58.243 INFO STEP 955 (remove_files) COMPLETE
82092026-07-06T21:41:58.834Z[ recovery-image] Jul 06 21:41:58.243 INFO O| Jul 06 21:41:58.243 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-07-06T21:41:58.841Z[ recovery-image] Jul 06 21:41:58.253 INFO O| Jul 06 21:41:58.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82112026-07-06T21:41:58.841Z[ recovery-image] Jul 06 21:41:58.253 INFO O| Jul 06 21:41:58.253 INFO STEP 956 (remove_files) COMPLETE
82122026-07-06T21:41:58.841Z[ recovery-image] Jul 06 21:41:58.253 INFO O| Jul 06 21:41:58.253 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-07-06T21:41:58.850Z[ recovery-image] Jul 06 21:41:58.261 INFO O| Jul 06 21:41:58.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82142026-07-06T21:41:58.850Z[ recovery-image] Jul 06 21:41:58.261 INFO O| Jul 06 21:41:58.261 INFO STEP 957 (remove_files) COMPLETE
82152026-07-06T21:41:58.854Z[ recovery-image] Jul 06 21:41:58.261 INFO O| Jul 06 21:41:58.261 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-07-06T21:41:58.857Z[ recovery-image] Jul 06 21:41:58.268 INFO O| Jul 06 21:41:58.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82172026-07-06T21:41:58.857Z[ recovery-image] Jul 06 21:41:58.269 INFO O| Jul 06 21:41:58.269 INFO STEP 958 (remove_files) COMPLETE
82182026-07-06T21:41:58.858Z[ recovery-image] Jul 06 21:41:58.269 INFO O| Jul 06 21:41:58.269 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-07-06T21:41:58.864Z[ recovery-image] Jul 06 21:41:58.277 INFO O| Jul 06 21:41:58.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82202026-07-06T21:41:58.864Z[ recovery-image] Jul 06 21:41:58.277 INFO O| Jul 06 21:41:58.277 INFO STEP 959 (remove_files) COMPLETE
82212026-07-06T21:41:58.864Z[ recovery-image] Jul 06 21:41:58.277 INFO O| Jul 06 21:41:58.277 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-07-06T21:41:58.872Z[ recovery-image] Jul 06 21:41:58.284 INFO O| Jul 06 21:41:58.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82232026-07-06T21:41:58.872Z[ recovery-image] Jul 06 21:41:58.284 INFO O| Jul 06 21:41:58.284 INFO STEP 960 (remove_files) COMPLETE
82242026-07-06T21:41:58.876Z[ recovery-image] Jul 06 21:41:58.284 INFO O| Jul 06 21:41:58.284 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-07-06T21:41:58.881Z[ recovery-image] Jul 06 21:41:58.294 INFO O| Jul 06 21:41:58.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82262026-07-06T21:41:58.881Z[ recovery-image] Jul 06 21:41:58.294 INFO O| Jul 06 21:41:58.294 INFO STEP 961 (remove_files) COMPLETE
82272026-07-06T21:41:58.885Z[ recovery-image] Jul 06 21:41:58.294 INFO O| Jul 06 21:41:58.294 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-07-06T21:41:58.889Z[ recovery-image] Jul 06 21:41:58.301 INFO O| Jul 06 21:41:58.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82292026-07-06T21:41:58.889Z[ recovery-image] Jul 06 21:41:58.302 INFO O| Jul 06 21:41:58.302 INFO STEP 962 (remove_files) COMPLETE
82302026-07-06T21:41:58.893Z[ recovery-image] Jul 06 21:41:58.302 INFO O| Jul 06 21:41:58.302 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-07-06T21:41:58.896Z[ recovery-image] Jul 06 21:41:58.308 INFO O| Jul 06 21:41:58.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82322026-07-06T21:41:58.896Z[ recovery-image] Jul 06 21:41:58.308 INFO O| Jul 06 21:41:58.308 INFO STEP 963 (remove_files) COMPLETE
82332026-07-06T21:41:58.896Z[ recovery-image] Jul 06 21:41:58.308 INFO O| Jul 06 21:41:58.308 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-07-06T21:41:58.903Z[ recovery-image] Jul 06 21:41:58.315 INFO O| Jul 06 21:41:58.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82352026-07-06T21:41:58.903Z[ recovery-image] Jul 06 21:41:58.315 INFO O| Jul 06 21:41:58.315 INFO STEP 964 (remove_files) COMPLETE
82362026-07-06T21:41:58.903Z[ recovery-image] Jul 06 21:41:58.315 INFO O| Jul 06 21:41:58.315 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-07-06T21:41:58.912Z[ recovery-image] Jul 06 21:41:58.324 INFO O| Jul 06 21:41:58.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82382026-07-06T21:41:58.915Z[ recovery-image] Jul 06 21:41:58.324 INFO O| Jul 06 21:41:58.324 INFO STEP 965 (remove_files) COMPLETE
82392026-07-06T21:41:58.915Z[ recovery-image] Jul 06 21:41:58.324 INFO O| Jul 06 21:41:58.324 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-07-06T21:41:58.919Z[ recovery-image] Jul 06 21:41:58.331 INFO O| Jul 06 21:41:58.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82412026-07-06T21:41:58.919Z[ recovery-image] Jul 06 21:41:58.331 INFO O| Jul 06 21:41:58.331 INFO STEP 966 (remove_files) COMPLETE
82422026-07-06T21:41:58.919Z[ recovery-image] Jul 06 21:41:58.331 INFO O| Jul 06 21:41:58.331 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-07-06T21:41:58.926Z[ recovery-image] Jul 06 21:41:58.338 INFO O| Jul 06 21:41:58.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82442026-07-06T21:41:58.926Z[ recovery-image] Jul 06 21:41:58.338 INFO O| Jul 06 21:41:58.338 INFO STEP 967 (remove_files) COMPLETE
82452026-07-06T21:41:58.929Z[ recovery-image] Jul 06 21:41:58.338 INFO O| Jul 06 21:41:58.338 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-07-06T21:41:58.935Z[ recovery-image] Jul 06 21:41:58.348 INFO O| Jul 06 21:41:58.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82472026-07-06T21:41:58.935Z[ recovery-image] Jul 06 21:41:58.348 INFO O| Jul 06 21:41:58.348 INFO STEP 968 (remove_files) COMPLETE
82482026-07-06T21:41:58.939Z[ recovery-image] Jul 06 21:41:58.348 INFO O| Jul 06 21:41:58.348 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-07-06T21:41:58.944Z[ recovery-image] Jul 06 21:41:58.356 INFO O| Jul 06 21:41:58.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82502026-07-06T21:41:58.944Z[ recovery-image] Jul 06 21:41:58.356 INFO O| Jul 06 21:41:58.356 INFO STEP 969 (remove_files) COMPLETE
82512026-07-06T21:41:58.947Z[ recovery-image] Jul 06 21:41:58.356 INFO O| Jul 06 21:41:58.356 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-07-06T21:41:58.952Z[ recovery-image] Jul 06 21:41:58.364 INFO O| Jul 06 21:41:58.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82532026-07-06T21:41:58.952Z[ recovery-image] Jul 06 21:41:58.364 INFO O| Jul 06 21:41:58.364 INFO STEP 970 (remove_files) COMPLETE
82542026-07-06T21:41:58.955Z[ recovery-image] Jul 06 21:41:58.364 INFO O| Jul 06 21:41:58.364 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-07-06T21:41:58.959Z[ recovery-image] Jul 06 21:41:58.372 INFO O| Jul 06 21:41:58.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82562026-07-06T21:41:58.959Z[ recovery-image] Jul 06 21:41:58.372 INFO O| Jul 06 21:41:58.372 INFO STEP 971 (remove_files) COMPLETE
82572026-07-06T21:41:58.962Z[ recovery-image] Jul 06 21:41:58.372 INFO O| Jul 06 21:41:58.372 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-07-06T21:41:58.967Z[ recovery-image] Jul 06 21:41:58.380 INFO O| Jul 06 21:41:58.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82592026-07-06T21:41:58.970Z[ recovery-image] Jul 06 21:41:58.380 INFO O| Jul 06 21:41:58.380 INFO STEP 972 (remove_files) COMPLETE
82602026-07-06T21:41:58.971Z[ recovery-image] Jul 06 21:41:58.380 INFO O| Jul 06 21:41:58.380 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-07-06T21:41:58.975Z[ recovery-image] Jul 06 21:41:58.388 INFO O| Jul 06 21:41:58.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82622026-07-06T21:41:58.975Z[ recovery-image] Jul 06 21:41:58.388 INFO O| Jul 06 21:41:58.388 INFO STEP 973 (remove_files) COMPLETE
82632026-07-06T21:41:58.975Z[ recovery-image] Jul 06 21:41:58.388 INFO O| Jul 06 21:41:58.388 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-07-06T21:41:58.982Z[ recovery-image] Jul 06 21:41:58.394 INFO O| Jul 06 21:41:58.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82652026-07-06T21:41:58.982Z[ recovery-image] Jul 06 21:41:58.394 INFO O| Jul 06 21:41:58.394 INFO STEP 974 (remove_files) COMPLETE
82662026-07-06T21:41:58.982Z[ recovery-image] Jul 06 21:41:58.394 INFO O| Jul 06 21:41:58.394 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-07-06T21:41:58.988Z[ recovery-image] Jul 06 21:41:58.401 INFO O| Jul 06 21:41:58.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82682026-07-06T21:41:58.988Z[ recovery-image] Jul 06 21:41:58.401 INFO O| Jul 06 21:41:58.401 INFO STEP 975 (remove_files) COMPLETE
82692026-07-06T21:41:58.988Z[ recovery-image] Jul 06 21:41:58.401 INFO O| Jul 06 21:41:58.401 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-07-06T21:41:58.997Z[ recovery-image] Jul 06 21:41:58.409 INFO O| Jul 06 21:41:58.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82712026-07-06T21:41:58.997Z[ recovery-image] Jul 06 21:41:58.409 INFO O| Jul 06 21:41:58.409 INFO STEP 976 (remove_files) COMPLETE
82722026-07-06T21:41:59.000Z[ recovery-image] Jul 06 21:41:58.409 INFO O| Jul 06 21:41:58.409 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-07-06T21:41:59.004Z[ recovery-image] Jul 06 21:41:58.417 INFO O| Jul 06 21:41:58.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82742026-07-06T21:41:59.005Z[ recovery-image] Jul 06 21:41:58.417 INFO O| Jul 06 21:41:58.417 INFO STEP 977 (remove_files) COMPLETE
82752026-07-06T21:41:59.005Z[ recovery-image] Jul 06 21:41:58.417 INFO O| Jul 06 21:41:58.417 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-07-06T21:41:59.013Z[ recovery-image] Jul 06 21:41:58.426 INFO O| Jul 06 21:41:58.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82772026-07-06T21:41:59.016Z[ recovery-image] Jul 06 21:41:58.426 INFO O| Jul 06 21:41:58.426 INFO STEP 978 (remove_files) COMPLETE
82782026-07-06T21:41:59.016Z[ recovery-image] Jul 06 21:41:58.426 INFO O| Jul 06 21:41:58.426 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-07-06T21:41:59.022Z[ recovery-image] Jul 06 21:41:58.434 INFO O| Jul 06 21:41:58.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82802026-07-06T21:41:59.022Z[ recovery-image] Jul 06 21:41:58.434 INFO O| Jul 06 21:41:58.434 INFO STEP 979 (remove_files) COMPLETE
82812026-07-06T21:41:59.022Z[ recovery-image] Jul 06 21:41:58.434 INFO O| Jul 06 21:41:58.434 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-07-06T21:41:59.030Z[ recovery-image] Jul 06 21:41:58.443 INFO O| Jul 06 21:41:58.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82832026-07-06T21:41:59.031Z[ recovery-image] Jul 06 21:41:58.443 INFO O| Jul 06 21:41:58.443 INFO STEP 980 (remove_files) COMPLETE
82842026-07-06T21:41:59.034Z[ recovery-image] Jul 06 21:41:58.443 INFO O| Jul 06 21:41:58.443 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-07-06T21:41:59.039Z[ recovery-image] Jul 06 21:41:58.451 INFO O| Jul 06 21:41:58.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82862026-07-06T21:41:59.042Z[ recovery-image] Jul 06 21:41:58.451 INFO O| Jul 06 21:41:58.451 INFO STEP 981 (remove_files) COMPLETE
82872026-07-06T21:41:59.042Z[ recovery-image] Jul 06 21:41:58.451 INFO O| Jul 06 21:41:58.451 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-07-06T21:41:59.045Z[ recovery-image] Jul 06 21:41:58.457 INFO O| Jul 06 21:41:58.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82892026-07-06T21:41:59.046Z[ recovery-image] Jul 06 21:41:58.457 INFO O| Jul 06 21:41:58.457 INFO STEP 982 (remove_files) COMPLETE
82902026-07-06T21:41:59.046Z[ recovery-image] Jul 06 21:41:58.457 INFO O| Jul 06 21:41:58.457 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-07-06T21:41:59.055Z[ recovery-image] Jul 06 21:41:58.467 INFO O| Jul 06 21:41:58.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82922026-07-06T21:41:59.055Z[ recovery-image] Jul 06 21:41:58.467 INFO O| Jul 06 21:41:58.467 INFO STEP 983 (remove_files) COMPLETE
82932026-07-06T21:41:59.055Z[ recovery-image] Jul 06 21:41:58.467 INFO O| Jul 06 21:41:58.467 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-07-06T21:41:59.062Z[ recovery-image] Jul 06 21:41:58.474 INFO O| Jul 06 21:41:58.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82952026-07-06T21:41:59.062Z[ recovery-image] Jul 06 21:41:58.474 INFO O| Jul 06 21:41:58.474 INFO STEP 984 (remove_files) COMPLETE
82962026-07-06T21:41:59.065Z[ recovery-image] Jul 06 21:41:58.474 INFO O| Jul 06 21:41:58.474 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-07-06T21:41:59.070Z[ recovery-image] Jul 06 21:41:58.482 INFO O| Jul 06 21:41:58.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82982026-07-06T21:41:59.074Z[ recovery-image] Jul 06 21:41:58.482 INFO O| Jul 06 21:41:58.482 INFO STEP 985 (remove_files) COMPLETE
82992026-07-06T21:41:59.074Z[ recovery-image] Jul 06 21:41:58.482 INFO O| Jul 06 21:41:58.482 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-07-06T21:41:59.078Z[ recovery-image] Jul 06 21:41:58.491 INFO O| Jul 06 21:41:58.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83012026-07-06T21:41:59.079Z[ recovery-image] Jul 06 21:41:58.491 INFO O| Jul 06 21:41:58.491 INFO STEP 986 (remove_files) COMPLETE
83022026-07-06T21:41:59.079Z[ recovery-image] Jul 06 21:41:58.491 INFO O| Jul 06 21:41:58.491 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-07-06T21:41:59.086Z[ recovery-image] Jul 06 21:41:58.498 INFO O| Jul 06 21:41:58.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83042026-07-06T21:41:59.086Z[ recovery-image] Jul 06 21:41:58.498 INFO O| Jul 06 21:41:58.498 INFO STEP 987 (remove_files) COMPLETE
83052026-07-06T21:41:59.090Z[ recovery-image] Jul 06 21:41:58.498 INFO O| Jul 06 21:41:58.498 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-07-06T21:41:59.095Z[ recovery-image] Jul 06 21:41:58.507 INFO O| Jul 06 21:41:58.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83072026-07-06T21:41:59.095Z[ recovery-image] Jul 06 21:41:58.507 INFO O| Jul 06 21:41:58.507 INFO STEP 988 (remove_files) COMPLETE
83082026-07-06T21:41:59.098Z[ recovery-image] Jul 06 21:41:58.507 INFO O| Jul 06 21:41:58.507 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-07-06T21:41:59.103Z[ recovery-image] Jul 06 21:41:58.515 INFO O| Jul 06 21:41:58.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83102026-07-06T21:41:59.103Z[ recovery-image] Jul 06 21:41:58.515 INFO O| Jul 06 21:41:58.515 INFO STEP 989 (remove_files) COMPLETE
83112026-07-06T21:41:59.106Z[ recovery-image] Jul 06 21:41:58.515 INFO O| Jul 06 21:41:58.515 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-07-06T21:41:59.111Z[ recovery-image] Jul 06 21:41:58.524 INFO O| Jul 06 21:41:58.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83132026-07-06T21:41:59.111Z[ recovery-image] Jul 06 21:41:58.524 INFO O| Jul 06 21:41:58.524 INFO STEP 990 (remove_files) COMPLETE
83142026-07-06T21:41:59.115Z[ recovery-image] Jul 06 21:41:58.524 INFO O| Jul 06 21:41:58.524 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-07-06T21:41:59.119Z[ recovery-image] Jul 06 21:41:58.532 INFO O| Jul 06 21:41:58.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83162026-07-06T21:41:59.122Z[ recovery-image] Jul 06 21:41:58.532 INFO O| Jul 06 21:41:58.532 INFO STEP 991 (remove_files) COMPLETE
83172026-07-06T21:41:59.122Z[ recovery-image] Jul 06 21:41:58.532 INFO O| Jul 06 21:41:58.532 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-07-06T21:41:59.127Z[ recovery-image] Jul 06 21:41:58.539 INFO O| Jul 06 21:41:58.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83192026-07-06T21:41:59.127Z[ recovery-image] Jul 06 21:41:58.539 INFO O| Jul 06 21:41:58.539 INFO STEP 992 (remove_files) COMPLETE
83202026-07-06T21:41:59.130Z[ recovery-image] Jul 06 21:41:58.539 INFO O| Jul 06 21:41:58.539 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-07-06T21:41:59.134Z[ recovery-image] Jul 06 21:41:58.547 INFO O| Jul 06 21:41:58.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83222026-07-06T21:41:59.138Z[ recovery-image] Jul 06 21:41:58.547 INFO O| Jul 06 21:41:58.547 INFO STEP 993 (remove_files) COMPLETE
83232026-07-06T21:41:59.138Z[ recovery-image] Jul 06 21:41:58.547 INFO O| Jul 06 21:41:58.547 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-07-06T21:41:59.142Z[ recovery-image] Jul 06 21:41:58.555 INFO O| Jul 06 21:41:58.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83252026-07-06T21:41:59.142Z[ recovery-image] Jul 06 21:41:58.555 INFO O| Jul 06 21:41:58.555 INFO STEP 994 (remove_files) COMPLETE
83262026-07-06T21:41:59.142Z[ recovery-image] Jul 06 21:41:58.555 INFO O| Jul 06 21:41:58.555 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-07-06T21:41:59.151Z[ recovery-image] Jul 06 21:41:58.564 INFO O| Jul 06 21:41:58.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83282026-07-06T21:41:59.155Z[ recovery-image] Jul 06 21:41:58.564 INFO O| Jul 06 21:41:58.564 INFO STEP 995 (remove_files) COMPLETE
83292026-07-06T21:41:59.155Z[ recovery-image] Jul 06 21:41:58.564 INFO O| Jul 06 21:41:58.564 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-07-06T21:41:59.160Z[ recovery-image] Jul 06 21:41:58.572 INFO O| Jul 06 21:41:58.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83312026-07-06T21:41:59.160Z[ recovery-image] Jul 06 21:41:58.572 INFO O| Jul 06 21:41:58.572 INFO STEP 996 (remove_files) COMPLETE
83322026-07-06T21:41:59.161Z[ recovery-image] Jul 06 21:41:58.572 INFO O| Jul 06 21:41:58.572 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-07-06T21:41:59.169Z[ recovery-image] Jul 06 21:41:58.581 INFO O| Jul 06 21:41:58.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83342026-07-06T21:41:59.169Z[ recovery-image] Jul 06 21:41:58.581 INFO O| Jul 06 21:41:58.581 INFO STEP 997 (remove_files) COMPLETE
83352026-07-06T21:41:59.172Z[ recovery-image] Jul 06 21:41:58.581 INFO O| Jul 06 21:41:58.581 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-07-06T21:41:59.178Z[ recovery-image] Jul 06 21:41:58.590 INFO O| Jul 06 21:41:58.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83372026-07-06T21:41:59.179Z[ recovery-image] Jul 06 21:41:58.590 INFO O| Jul 06 21:41:58.590 INFO STEP 998 (remove_files) COMPLETE
83382026-07-06T21:41:59.186Z[ recovery-image] Jul 06 21:41:58.590 INFO O| Jul 06 21:41:58.590 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-07-06T21:41:59.196Z[ recovery-image] Jul 06 21:41:58.597 INFO O| Jul 06 21:41:58.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83402026-07-06T21:41:59.196Z[ recovery-image] Jul 06 21:41:58.597 INFO O| Jul 06 21:41:58.597 INFO STEP 999 (remove_files) COMPLETE
83412026-07-06T21:41:59.196Z[ recovery-image] Jul 06 21:41:58.597 INFO O| Jul 06 21:41:58.597 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-07-06T21:41:59.201Z[ recovery-image] Jul 06 21:41:58.604 INFO O| Jul 06 21:41:58.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83432026-07-06T21:41:59.201Z[ recovery-image] Jul 06 21:41:58.604 INFO O| Jul 06 21:41:58.604 INFO STEP 1000 (remove_files) COMPLETE
83442026-07-06T21:41:59.202Z[ recovery-image] Jul 06 21:41:58.604 INFO O| Jul 06 21:41:58.604 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-07-06T21:41:59.205Z[ recovery-image] Jul 06 21:41:58.613 INFO O| Jul 06 21:41:58.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83462026-07-06T21:41:59.205Z[ recovery-image] Jul 06 21:41:58.613 INFO O| Jul 06 21:41:58.613 INFO STEP 1001 (remove_files) COMPLETE
83472026-07-06T21:41:59.205Z[ recovery-image] Jul 06 21:41:58.613 INFO O| Jul 06 21:41:58.613 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-07-06T21:41:59.209Z[ recovery-image] Jul 06 21:41:58.620 INFO O| Jul 06 21:41:58.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83492026-07-06T21:41:59.209Z[ recovery-image] Jul 06 21:41:58.620 INFO O| Jul 06 21:41:58.620 INFO STEP 1002 (remove_files) COMPLETE
83502026-07-06T21:41:59.209Z[ recovery-image] Jul 06 21:41:58.620 INFO O| Jul 06 21:41:58.620 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-07-06T21:41:59.214Z[ recovery-image] Jul 06 21:41:58.627 INFO O| Jul 06 21:41:58.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83522026-07-06T21:41:59.217Z[ recovery-image] Jul 06 21:41:58.627 INFO O| Jul 06 21:41:58.627 INFO STEP 1003 (remove_files) COMPLETE
83532026-07-06T21:41:59.217Z[ recovery-image] Jul 06 21:41:58.627 INFO O| Jul 06 21:41:58.627 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-07-06T21:41:59.221Z[ recovery-image] Jul 06 21:41:58.633 INFO O| Jul 06 21:41:58.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83552026-07-06T21:41:59.224Z[ recovery-image] Jul 06 21:41:58.633 INFO O| Jul 06 21:41:58.633 INFO STEP 1004 (remove_files) COMPLETE
83562026-07-06T21:41:59.224Z[ recovery-image] Jul 06 21:41:58.633 INFO O| Jul 06 21:41:58.633 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-07-06T21:41:59.229Z[ recovery-image] Jul 06 21:41:58.642 INFO O| Jul 06 21:41:58.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83582026-07-06T21:41:59.229Z[ recovery-image] Jul 06 21:41:58.642 INFO O| Jul 06 21:41:58.642 INFO STEP 1005 (remove_files) COMPLETE
83592026-07-06T21:41:59.229Z[ recovery-image] Jul 06 21:41:58.642 INFO O| Jul 06 21:41:58.642 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-07-06T21:41:59.237Z[ recovery-image] Jul 06 21:41:58.649 INFO O| Jul 06 21:41:58.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83612026-07-06T21:41:59.237Z[ recovery-image] Jul 06 21:41:58.649 INFO O| Jul 06 21:41:58.649 INFO STEP 1006 (remove_files) COMPLETE
83622026-07-06T21:41:59.241Z[ recovery-image] Jul 06 21:41:58.649 INFO O| Jul 06 21:41:58.649 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-07-06T21:41:59.244Z[ recovery-image] Jul 06 21:41:58.657 INFO O| Jul 06 21:41:58.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83642026-07-06T21:41:59.248Z[ recovery-image] Jul 06 21:41:58.657 INFO O| Jul 06 21:41:58.657 INFO STEP 1007 (remove_files) COMPLETE
83652026-07-06T21:41:59.248Z[ recovery-image] Jul 06 21:41:58.657 INFO O| Jul 06 21:41:58.657 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-07-06T21:41:59.251Z[ recovery-image] Jul 06 21:41:58.664 INFO O| Jul 06 21:41:58.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83672026-07-06T21:41:59.252Z[ recovery-image] Jul 06 21:41:58.664 INFO O| Jul 06 21:41:58.664 INFO STEP 1008 (remove_files) COMPLETE
83682026-07-06T21:41:59.255Z[ recovery-image] Jul 06 21:41:58.664 INFO O| Jul 06 21:41:58.664 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-07-06T21:41:59.258Z[ recovery-image] Jul 06 21:41:58.671 INFO O| Jul 06 21:41:58.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83702026-07-06T21:41:59.262Z[ recovery-image] Jul 06 21:41:58.671 INFO O| Jul 06 21:41:58.671 INFO STEP 1009 (remove_files) COMPLETE
83712026-07-06T21:41:59.262Z[ recovery-image] Jul 06 21:41:58.671 INFO O| Jul 06 21:41:58.671 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-07-06T21:41:59.266Z[ recovery-image] Jul 06 21:41:58.679 INFO O| Jul 06 21:41:58.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83732026-07-06T21:41:59.269Z[ recovery-image] Jul 06 21:41:58.679 INFO O| Jul 06 21:41:58.679 INFO STEP 1010 (remove_files) COMPLETE
83742026-07-06T21:41:59.270Z[ recovery-image] Jul 06 21:41:58.679 INFO O| Jul 06 21:41:58.679 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-07-06T21:41:59.273Z[ recovery-image] Jul 06 21:41:58.685 INFO O| Jul 06 21:41:58.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83762026-07-06T21:41:59.277Z[ recovery-image] Jul 06 21:41:58.686 INFO O| Jul 06 21:41:58.686 INFO STEP 1011 (remove_files) COMPLETE
83772026-07-06T21:41:59.277Z[ recovery-image] Jul 06 21:41:58.686 INFO O| Jul 06 21:41:58.686 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-07-06T21:41:59.280Z[ recovery-image] Jul 06 21:41:58.692 INFO O| Jul 06 21:41:58.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83792026-07-06T21:41:59.280Z[ recovery-image] Jul 06 21:41:58.693 INFO O| Jul 06 21:41:58.693 INFO STEP 1012 (remove_files) COMPLETE
83802026-07-06T21:41:59.280Z[ recovery-image] Jul 06 21:41:58.693 INFO O| Jul 06 21:41:58.693 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-07-06T21:41:59.289Z[ recovery-image] Jul 06 21:41:58.702 INFO O| Jul 06 21:41:58.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83822026-07-06T21:41:59.289Z[ recovery-image] Jul 06 21:41:58.702 INFO O| Jul 06 21:41:58.702 INFO STEP 1013 (remove_files) COMPLETE
83832026-07-06T21:41:59.292Z[ recovery-image] Jul 06 21:41:58.702 INFO O| Jul 06 21:41:58.702 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-07-06T21:41:59.297Z[ recovery-image] Jul 06 21:41:58.709 INFO O| Jul 06 21:41:58.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83852026-07-06T21:41:59.297Z[ recovery-image] Jul 06 21:41:58.709 INFO O| Jul 06 21:41:58.709 INFO STEP 1014 (remove_files) COMPLETE
83862026-07-06T21:41:59.300Z[ recovery-image] Jul 06 21:41:58.709 INFO O| Jul 06 21:41:58.709 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-07-06T21:41:59.304Z[ recovery-image] Jul 06 21:41:58.716 INFO O| Jul 06 21:41:58.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83882026-07-06T21:41:59.307Z[ recovery-image] Jul 06 21:41:58.716 INFO O| Jul 06 21:41:58.716 INFO STEP 1015 (remove_files) COMPLETE
83892026-07-06T21:41:59.307Z[ recovery-image] Jul 06 21:41:58.716 INFO O| Jul 06 21:41:58.716 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-07-06T21:41:59.313Z[ recovery-image] Jul 06 21:41:58.725 INFO O| Jul 06 21:41:58.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83912026-07-06T21:41:59.313Z[ recovery-image] Jul 06 21:41:58.725 INFO O| Jul 06 21:41:58.725 INFO STEP 1016 (remove_files) COMPLETE
83922026-07-06T21:41:59.316Z[ recovery-image] Jul 06 21:41:58.725 INFO O| Jul 06 21:41:58.725 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-07-06T21:41:59.320Z[ recovery-image] Jul 06 21:41:58.732 INFO O| Jul 06 21:41:58.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83942026-07-06T21:41:59.320Z[ recovery-image] Jul 06 21:41:58.732 INFO O| Jul 06 21:41:58.732 INFO STEP 1017 (remove_files) COMPLETE
83952026-07-06T21:41:59.320Z[ recovery-image] Jul 06 21:41:58.732 INFO O| Jul 06 21:41:58.732 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-07-06T21:41:59.326Z[ recovery-image] Jul 06 21:41:58.739 INFO O| Jul 06 21:41:58.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83972026-07-06T21:41:59.326Z[ recovery-image] Jul 06 21:41:58.739 INFO O| Jul 06 21:41:58.739 INFO STEP 1018 (remove_files) COMPLETE
83982026-07-06T21:41:59.330Z[ recovery-image] Jul 06 21:41:58.739 INFO O| Jul 06 21:41:58.739 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-07-06T21:41:59.334Z[ recovery-image] Jul 06 21:41:58.746 INFO O| Jul 06 21:41:58.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84002026-07-06T21:41:59.337Z[ recovery-image] Jul 06 21:41:58.746 INFO O| Jul 06 21:41:58.746 INFO STEP 1019 (remove_files) COMPLETE
84012026-07-06T21:41:59.337Z[ recovery-image] Jul 06 21:41:58.746 INFO O| Jul 06 21:41:58.746 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-07-06T21:41:59.340Z[ recovery-image] Jul 06 21:41:58.753 INFO O| Jul 06 21:41:58.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84032026-07-06T21:41:59.341Z[ recovery-image] Jul 06 21:41:58.753 INFO O| Jul 06 21:41:58.753 INFO STEP 1020 (remove_files) COMPLETE
84042026-07-06T21:41:59.341Z[ recovery-image] Jul 06 21:41:58.753 INFO O| Jul 06 21:41:58.753 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-07-06T21:41:59.347Z[ recovery-image] Jul 06 21:41:58.760 INFO O| Jul 06 21:41:58.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84062026-07-06T21:41:59.348Z[ recovery-image] Jul 06 21:41:58.760 INFO O| Jul 06 21:41:58.760 INFO STEP 1021 (remove_files) COMPLETE
84072026-07-06T21:41:59.351Z[ recovery-image] Jul 06 21:41:58.760 INFO O| Jul 06 21:41:58.760 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-07-06T21:41:59.354Z[ recovery-image] Jul 06 21:41:58.766 INFO O| Jul 06 21:41:58.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84092026-07-06T21:41:59.354Z[ recovery-image] Jul 06 21:41:58.766 INFO O| Jul 06 21:41:58.766 INFO STEP 1022 (remove_files) COMPLETE
84102026-07-06T21:41:59.354Z[ recovery-image] Jul 06 21:41:58.766 INFO O| Jul 06 21:41:58.766 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-07-06T21:41:59.361Z[ recovery-image] Jul 06 21:41:58.773 INFO O| Jul 06 21:41:58.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84122026-07-06T21:41:59.364Z[ recovery-image] Jul 06 21:41:58.773 INFO O| Jul 06 21:41:58.773 INFO STEP 1023 (remove_files) COMPLETE
84132026-07-06T21:41:59.364Z[ recovery-image] Jul 06 21:41:58.773 INFO O| Jul 06 21:41:58.773 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-07-06T21:41:59.369Z[ recovery-image] Jul 06 21:41:58.781 INFO O| Jul 06 21:41:58.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84152026-07-06T21:41:59.369Z[ recovery-image] Jul 06 21:41:58.781 INFO O| Jul 06 21:41:58.781 INFO STEP 1024 (remove_files) COMPLETE
84162026-07-06T21:41:59.369Z[ recovery-image] Jul 06 21:41:58.781 INFO O| Jul 06 21:41:58.781 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-07-06T21:41:59.374Z[ recovery-image] Jul 06 21:41:58.787 INFO O| Jul 06 21:41:58.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84182026-07-06T21:41:59.374Z[ recovery-image] Jul 06 21:41:58.787 INFO O| Jul 06 21:41:58.787 INFO STEP 1025 (remove_files) COMPLETE
84192026-07-06T21:41:59.374Z[ recovery-image] Jul 06 21:41:58.787 INFO O| Jul 06 21:41:58.787 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-07-06T21:41:59.381Z[ recovery-image] Jul 06 21:41:58.793 INFO O| Jul 06 21:41:58.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84212026-07-06T21:41:59.381Z[ recovery-image] Jul 06 21:41:58.793 INFO O| Jul 06 21:41:58.793 INFO STEP 1026 (remove_files) COMPLETE
84222026-07-06T21:41:59.381Z[ recovery-image] Jul 06 21:41:58.793 INFO O| Jul 06 21:41:58.793 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-07-06T21:41:59.387Z[ recovery-image] Jul 06 21:41:58.799 INFO O| Jul 06 21:41:58.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84242026-07-06T21:41:59.387Z[ recovery-image] Jul 06 21:41:58.799 INFO O| Jul 06 21:41:58.799 INFO STEP 1027 (remove_files) COMPLETE
84252026-07-06T21:41:59.390Z[ recovery-image] Jul 06 21:41:58.799 INFO O| Jul 06 21:41:58.799 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-07-06T21:41:59.393Z[ recovery-image] Jul 06 21:41:58.805 INFO O| Jul 06 21:41:58.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84272026-07-06T21:41:59.393Z[ recovery-image] Jul 06 21:41:58.806 INFO O| Jul 06 21:41:58.806 INFO STEP 1028 (remove_files) COMPLETE
84282026-07-06T21:41:59.394Z[ recovery-image] Jul 06 21:41:58.806 INFO O| Jul 06 21:41:58.806 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-07-06T21:41:59.400Z[ recovery-image] Jul 06 21:41:58.813 INFO O| Jul 06 21:41:58.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84302026-07-06T21:41:59.400Z[ recovery-image] Jul 06 21:41:58.813 INFO O| Jul 06 21:41:58.813 INFO STEP 1029 (remove_files) COMPLETE
84312026-07-06T21:41:59.400Z[ recovery-image] Jul 06 21:41:58.813 INFO O| Jul 06 21:41:58.813 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-07-06T21:41:59.407Z[ recovery-image] Jul 06 21:41:58.820 INFO O| Jul 06 21:41:58.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84332026-07-06T21:41:59.407Z[ recovery-image] Jul 06 21:41:58.820 INFO O| Jul 06 21:41:58.820 INFO STEP 1030 (remove_files) COMPLETE
84342026-07-06T21:41:59.411Z[ recovery-image] Jul 06 21:41:58.820 INFO O| Jul 06 21:41:58.820 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-07-06T21:41:59.416Z[ recovery-image] Jul 06 21:41:58.828 INFO O| Jul 06 21:41:58.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84362026-07-06T21:41:59.419Z[ recovery-image] Jul 06 21:41:58.828 INFO O| Jul 06 21:41:58.828 INFO STEP 1031 (remove_files) COMPLETE
84372026-07-06T21:41:59.420Z[ recovery-image] Jul 06 21:41:58.828 INFO O| Jul 06 21:41:58.828 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-07-06T21:41:59.423Z[ recovery-image] Jul 06 21:41:58.835 INFO O| Jul 06 21:41:58.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84392026-07-06T21:41:59.423Z[ recovery-image] Jul 06 21:41:58.835 INFO O| Jul 06 21:41:58.835 INFO STEP 1032 (remove_files) COMPLETE
84402026-07-06T21:41:59.423Z[ recovery-image] Jul 06 21:41:58.835 INFO O| Jul 06 21:41:58.835 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-07-06T21:41:59.430Z[ recovery-image] Jul 06 21:41:58.842 INFO O| Jul 06 21:41:58.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84422026-07-06T21:41:59.433Z[ recovery-image] Jul 06 21:41:58.842 INFO O| Jul 06 21:41:58.842 INFO STEP 1033 (remove_files) COMPLETE
84432026-07-06T21:41:59.433Z[ recovery-image] Jul 06 21:41:58.842 INFO O| Jul 06 21:41:58.842 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-07-06T21:41:59.437Z[ recovery-image] Jul 06 21:41:58.849 INFO O| Jul 06 21:41:58.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84452026-07-06T21:41:59.437Z[ recovery-image] Jul 06 21:41:58.849 INFO O| Jul 06 21:41:58.849 INFO STEP 1034 (remove_files) COMPLETE
84462026-07-06T21:41:59.437Z[ recovery-image] Jul 06 21:41:58.849 INFO O| Jul 06 21:41:58.849 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-07-06T21:41:59.444Z[ recovery-image] Jul 06 21:41:58.857 INFO O| Jul 06 21:41:58.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84482026-07-06T21:41:59.445Z[ recovery-image] Jul 06 21:41:58.857 INFO O| Jul 06 21:41:58.857 INFO STEP 1035 (remove_files) COMPLETE
84492026-07-06T21:41:59.448Z[ recovery-image] Jul 06 21:41:58.857 INFO O| Jul 06 21:41:58.857 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-07-06T21:41:59.451Z[ recovery-image] Jul 06 21:41:58.863 INFO O| Jul 06 21:41:58.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84512026-07-06T21:41:59.451Z[ recovery-image] Jul 06 21:41:58.863 INFO O| Jul 06 21:41:58.863 INFO STEP 1036 (remove_files) COMPLETE
84522026-07-06T21:41:59.452Z[ recovery-image] Jul 06 21:41:58.863 INFO O| Jul 06 21:41:58.863 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-07-06T21:41:59.457Z[ recovery-image] Jul 06 21:41:58.870 INFO O| Jul 06 21:41:58.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84542026-07-06T21:41:59.461Z[ recovery-image] Jul 06 21:41:58.870 INFO O| Jul 06 21:41:58.870 INFO STEP 1037 (remove_files) COMPLETE
84552026-07-06T21:41:59.461Z[ recovery-image] Jul 06 21:41:58.870 INFO O| Jul 06 21:41:58.870 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-07-06T21:41:59.464Z[ recovery-image] Jul 06 21:41:58.876 INFO O| Jul 06 21:41:58.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84572026-07-06T21:41:59.464Z[ recovery-image] Jul 06 21:41:58.877 INFO O| Jul 06 21:41:58.877 INFO STEP 1038 (remove_files) COMPLETE
84582026-07-06T21:41:59.465Z[ recovery-image] Jul 06 21:41:58.877 INFO O| Jul 06 21:41:58.877 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-07-06T21:41:59.470Z[ recovery-image] Jul 06 21:41:58.882 INFO O| Jul 06 21:41:58.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84602026-07-06T21:41:59.473Z[ recovery-image] Jul 06 21:41:58.882 INFO O| Jul 06 21:41:58.882 INFO STEP 1039 (remove_files) COMPLETE
84612026-07-06T21:41:59.473Z[ recovery-image] Jul 06 21:41:58.882 INFO O| Jul 06 21:41:58.882 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-07-06T21:41:59.478Z[ recovery-image] Jul 06 21:41:58.890 INFO O| Jul 06 21:41:58.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84632026-07-06T21:41:59.481Z[ recovery-image] Jul 06 21:41:58.890 INFO O| Jul 06 21:41:58.890 INFO STEP 1040 (remove_files) COMPLETE
84642026-07-06T21:41:59.482Z[ recovery-image] Jul 06 21:41:58.890 INFO O| Jul 06 21:41:58.890 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-07-06T21:41:59.485Z[ recovery-image] Jul 06 21:41:58.897 INFO O| Jul 06 21:41:58.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84662026-07-06T21:41:59.485Z[ recovery-image] Jul 06 21:41:58.897 INFO O| Jul 06 21:41:58.897 INFO STEP 1041 (remove_files) COMPLETE
84672026-07-06T21:41:59.485Z[ recovery-image] Jul 06 21:41:58.897 INFO O| Jul 06 21:41:58.897 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-07-06T21:41:59.493Z[ recovery-image] Jul 06 21:41:58.905 INFO O| Jul 06 21:41:58.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84692026-07-06T21:41:59.497Z[ recovery-image] Jul 06 21:41:58.905 INFO O| Jul 06 21:41:58.905 INFO STEP 1042 (remove_files) COMPLETE
84702026-07-06T21:41:59.497Z[ recovery-image] Jul 06 21:41:58.905 INFO O| Jul 06 21:41:58.905 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-07-06T21:41:59.503Z[ recovery-image] Jul 06 21:41:58.915 INFO O| Jul 06 21:41:58.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84722026-07-06T21:41:59.503Z[ recovery-image] Jul 06 21:41:58.915 INFO O| Jul 06 21:41:58.915 INFO STEP 1043 (remove_files) COMPLETE
84732026-07-06T21:41:59.506Z[ recovery-image] Jul 06 21:41:58.915 INFO O| Jul 06 21:41:58.915 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-07-06T21:41:59.511Z[ recovery-image] Jul 06 21:41:58.923 INFO O| Jul 06 21:41:58.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84752026-07-06T21:41:59.511Z[ recovery-image] Jul 06 21:41:58.923 INFO O| Jul 06 21:41:58.923 INFO STEP 1044 (remove_files) COMPLETE
84762026-07-06T21:41:59.514Z[ recovery-image] Jul 06 21:41:58.923 INFO O| Jul 06 21:41:58.923 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-07-06T21:41:59.520Z[ recovery-image] Jul 06 21:41:58.933 INFO O| Jul 06 21:41:58.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84782026-07-06T21:41:59.521Z[ recovery-image] Jul 06 21:41:58.933 INFO O| Jul 06 21:41:58.933 INFO STEP 1045 (remove_files) COMPLETE
84792026-07-06T21:41:59.526Z[ recovery-image] Jul 06 21:41:58.933 INFO O| Jul 06 21:41:58.933 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-07-06T21:41:59.529Z[ recovery-image] Jul 06 21:41:58.941 INFO O| Jul 06 21:41:58.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84812026-07-06T21:41:59.530Z[ recovery-image] Jul 06 21:41:58.941 INFO O| Jul 06 21:41:58.941 INFO STEP 1046 (remove_files) COMPLETE
84822026-07-06T21:41:59.530Z[ recovery-image] Jul 06 21:41:58.941 INFO O| Jul 06 21:41:58.941 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-07-06T21:41:59.537Z[ recovery-image] Jul 06 21:41:58.950 INFO O| Jul 06 21:41:58.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84842026-07-06T21:41:59.538Z[ recovery-image] Jul 06 21:41:58.950 INFO O| Jul 06 21:41:58.950 INFO STEP 1047 (remove_files) COMPLETE
84852026-07-06T21:41:59.538Z[ recovery-image] Jul 06 21:41:58.950 INFO O| Jul 06 21:41:58.950 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-07-06T21:41:59.547Z[ recovery-image] Jul 06 21:41:58.959 INFO O| Jul 06 21:41:58.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84872026-07-06T21:41:59.547Z[ recovery-image] Jul 06 21:41:58.959 INFO O| Jul 06 21:41:58.959 INFO STEP 1048 (remove_files) COMPLETE
84882026-07-06T21:41:59.551Z[ recovery-image] Jul 06 21:41:58.959 INFO O| Jul 06 21:41:58.959 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-07-06T21:41:59.554Z[ recovery-image] Jul 06 21:41:58.967 INFO O| Jul 06 21:41:58.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84902026-07-06T21:41:59.554Z[ recovery-image] Jul 06 21:41:58.967 INFO O| Jul 06 21:41:58.967 INFO STEP 1049 (remove_files) COMPLETE
84912026-07-06T21:41:59.554Z[ recovery-image] Jul 06 21:41:58.967 INFO O| Jul 06 21:41:58.967 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-07-06T21:41:59.561Z[ recovery-image] Jul 06 21:41:58.974 INFO O| Jul 06 21:41:58.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84932026-07-06T21:41:59.561Z[ recovery-image] Jul 06 21:41:58.974 INFO O| Jul 06 21:41:58.974 INFO STEP 1050 (remove_files) COMPLETE
84942026-07-06T21:41:59.565Z[ recovery-image] Jul 06 21:41:58.974 INFO O| Jul 06 21:41:58.974 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-07-06T21:41:59.570Z[ recovery-image] Jul 06 21:41:58.983 INFO O| Jul 06 21:41:58.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84962026-07-06T21:41:59.571Z[ recovery-image] Jul 06 21:41:58.983 INFO O| Jul 06 21:41:58.983 INFO STEP 1051 (remove_files) COMPLETE
84972026-07-06T21:41:59.571Z[ recovery-image] Jul 06 21:41:58.983 INFO O| Jul 06 21:41:58.983 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-07-06T21:41:59.578Z[ recovery-image] Jul 06 21:41:58.991 INFO O| Jul 06 21:41:58.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84992026-07-06T21:41:59.578Z[ recovery-image] Jul 06 21:41:58.991 INFO O| Jul 06 21:41:58.991 INFO STEP 1052 (remove_files) COMPLETE
85002026-07-06T21:41:59.582Z[ recovery-image] Jul 06 21:41:58.991 INFO O| Jul 06 21:41:58.991 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-07-06T21:41:59.586Z[ recovery-image] Jul 06 21:41:58.999 INFO O| Jul 06 21:41:58.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85022026-07-06T21:41:59.586Z[ recovery-image] Jul 06 21:41:58.999 INFO O| Jul 06 21:41:58.999 INFO STEP 1053 (remove_files) COMPLETE
85032026-07-06T21:41:59.590Z[ recovery-image] Jul 06 21:41:58.999 INFO O| Jul 06 21:41:58.999 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-07-06T21:41:59.595Z[ recovery-image] Jul 06 21:41:59.007 INFO O| Jul 06 21:41:59.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85052026-07-06T21:41:59.595Z[ recovery-image] Jul 06 21:41:59.007 INFO O| Jul 06 21:41:59.007 INFO STEP 1054 (remove_files) COMPLETE
85062026-07-06T21:41:59.595Z[ recovery-image] Jul 06 21:41:59.007 INFO O| Jul 06 21:41:59.007 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-07-06T21:41:59.603Z[ recovery-image] Jul 06 21:41:59.015 INFO O| Jul 06 21:41:59.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85082026-07-06T21:41:59.603Z[ recovery-image] Jul 06 21:41:59.015 INFO O| Jul 06 21:41:59.015 INFO STEP 1055 (remove_files) COMPLETE
85092026-07-06T21:41:59.606Z[ recovery-image] Jul 06 21:41:59.015 INFO O| Jul 06 21:41:59.015 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-07-06T21:41:59.612Z[ recovery-image] Jul 06 21:41:59.024 INFO O| Jul 06 21:41:59.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85112026-07-06T21:41:59.612Z[ recovery-image] Jul 06 21:41:59.024 INFO O| Jul 06 21:41:59.024 INFO STEP 1056 (remove_files) COMPLETE
85122026-07-06T21:41:59.616Z[ recovery-image] Jul 06 21:41:59.024 INFO O| Jul 06 21:41:59.024 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-07-06T21:41:59.620Z[ recovery-image] Jul 06 21:41:59.032 INFO O| Jul 06 21:41:59.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85142026-07-06T21:41:59.620Z[ recovery-image] Jul 06 21:41:59.032 INFO O| Jul 06 21:41:59.032 INFO STEP 1057 (remove_files) COMPLETE
85152026-07-06T21:41:59.623Z[ recovery-image] Jul 06 21:41:59.032 INFO O| Jul 06 21:41:59.032 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-07-06T21:41:59.628Z[ recovery-image] Jul 06 21:41:59.040 INFO O| Jul 06 21:41:59.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85172026-07-06T21:41:59.632Z[ recovery-image] Jul 06 21:41:59.040 INFO O| Jul 06 21:41:59.040 INFO STEP 1058 (remove_files) COMPLETE
85182026-07-06T21:41:59.632Z[ recovery-image] Jul 06 21:41:59.041 INFO O| Jul 06 21:41:59.040 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-07-06T21:41:59.636Z[ recovery-image] Jul 06 21:41:59.049 INFO O| Jul 06 21:41:59.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85202026-07-06T21:41:59.636Z[ recovery-image] Jul 06 21:41:59.049 INFO O| Jul 06 21:41:59.049 INFO STEP 1059 (remove_files) COMPLETE
85212026-07-06T21:41:59.640Z[ recovery-image] Jul 06 21:41:59.049 INFO O| Jul 06 21:41:59.049 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-07-06T21:41:59.644Z[ recovery-image] Jul 06 21:41:59.057 INFO O| Jul 06 21:41:59.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85232026-07-06T21:41:59.644Z[ recovery-image] Jul 06 21:41:59.057 INFO O| Jul 06 21:41:59.057 INFO STEP 1060 (remove_files) COMPLETE
85242026-07-06T21:41:59.648Z[ recovery-image] Jul 06 21:41:59.057 INFO O| Jul 06 21:41:59.057 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-07-06T21:41:59.651Z[ recovery-image] Jul 06 21:41:59.064 INFO O| Jul 06 21:41:59.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85262026-07-06T21:41:59.651Z[ recovery-image] Jul 06 21:41:59.064 INFO O| Jul 06 21:41:59.064 INFO STEP 1061 (remove_files) COMPLETE
85272026-07-06T21:41:59.651Z[ recovery-image] Jul 06 21:41:59.064 INFO O| Jul 06 21:41:59.064 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-07-06T21:41:59.658Z[ recovery-image] Jul 06 21:41:59.071 INFO O| Jul 06 21:41:59.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85292026-07-06T21:41:59.658Z[ recovery-image] Jul 06 21:41:59.071 INFO O| Jul 06 21:41:59.071 INFO STEP 1062 (remove_files) COMPLETE
85302026-07-06T21:41:59.661Z[ recovery-image] Jul 06 21:41:59.071 INFO O| Jul 06 21:41:59.071 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-07-06T21:41:59.668Z[ recovery-image] Jul 06 21:41:59.079 INFO O| Jul 06 21:41:59.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85322026-07-06T21:41:59.668Z[ recovery-image] Jul 06 21:41:59.079 INFO O| Jul 06 21:41:59.079 INFO STEP 1063 (remove_files) COMPLETE
85332026-07-06T21:41:59.668Z[ recovery-image] Jul 06 21:41:59.079 INFO O| Jul 06 21:41:59.079 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-07-06T21:41:59.674Z[ recovery-image] Jul 06 21:41:59.087 INFO O| Jul 06 21:41:59.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85352026-07-06T21:41:59.675Z[ recovery-image] Jul 06 21:41:59.087 INFO O| Jul 06 21:41:59.087 INFO STEP 1064 (remove_files) COMPLETE
85362026-07-06T21:41:59.678Z[ recovery-image] Jul 06 21:41:59.087 INFO O| Jul 06 21:41:59.087 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-07-06T21:41:59.682Z[ recovery-image] Jul 06 21:41:59.095 INFO O| Jul 06 21:41:59.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85382026-07-06T21:41:59.683Z[ recovery-image] Jul 06 21:41:59.095 INFO O| Jul 06 21:41:59.095 INFO STEP 1065 (remove_files) COMPLETE
85392026-07-06T21:41:59.686Z[ recovery-image] Jul 06 21:41:59.095 INFO O| Jul 06 21:41:59.095 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-07-06T21:41:59.692Z[ recovery-image] Jul 06 21:41:59.104 INFO O| Jul 06 21:41:59.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85412026-07-06T21:41:59.696Z[ recovery-image] Jul 06 21:41:59.105 INFO O| Jul 06 21:41:59.104 INFO STEP 1066 (remove_files) COMPLETE
85422026-07-06T21:41:59.696Z[ recovery-image] Jul 06 21:41:59.105 INFO O| Jul 06 21:41:59.105 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-07-06T21:41:59.700Z[ recovery-image] Jul 06 21:41:59.112 INFO O| Jul 06 21:41:59.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85442026-07-06T21:41:59.700Z[ recovery-image] Jul 06 21:41:59.112 INFO O| Jul 06 21:41:59.112 INFO STEP 1067 (remove_files) COMPLETE
85452026-07-06T21:41:59.704Z[ recovery-image] Jul 06 21:41:59.112 INFO O| Jul 06 21:41:59.112 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-07-06T21:41:59.707Z[ recovery-image] Jul 06 21:41:59.120 INFO O| Jul 06 21:41:59.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85472026-07-06T21:41:59.707Z[ recovery-image] Jul 06 21:41:59.120 INFO O| Jul 06 21:41:59.120 INFO STEP 1068 (remove_files) COMPLETE
85482026-07-06T21:41:59.711Z[ recovery-image] Jul 06 21:41:59.120 INFO O| Jul 06 21:41:59.120 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-07-06T21:41:59.716Z[ recovery-image] Jul 06 21:41:59.128 INFO O| Jul 06 21:41:59.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85502026-07-06T21:41:59.716Z[ recovery-image] Jul 06 21:41:59.128 INFO O| Jul 06 21:41:59.128 INFO STEP 1069 (remove_files) COMPLETE
85512026-07-06T21:41:59.716Z[ recovery-image] Jul 06 21:41:59.128 INFO O| Jul 06 21:41:59.128 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-07-06T21:41:59.724Z[ recovery-image] Jul 06 21:41:59.137 INFO O| Jul 06 21:41:59.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85532026-07-06T21:41:59.724Z[ recovery-image] Jul 06 21:41:59.137 INFO O| Jul 06 21:41:59.137 INFO STEP 1070 (remove_files) COMPLETE
85542026-07-06T21:41:59.725Z[ recovery-image] Jul 06 21:41:59.137 INFO O| Jul 06 21:41:59.137 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-07-06T21:41:59.732Z[ recovery-image] Jul 06 21:41:59.145 INFO O| Jul 06 21:41:59.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85562026-07-06T21:41:59.732Z[ recovery-image] Jul 06 21:41:59.145 INFO O| Jul 06 21:41:59.145 INFO STEP 1071 (remove_files) COMPLETE
85572026-07-06T21:41:59.736Z[ recovery-image] Jul 06 21:41:59.145 INFO O| Jul 06 21:41:59.145 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-07-06T21:41:59.739Z[ recovery-image] Jul 06 21:41:59.152 INFO O| Jul 06 21:41:59.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85592026-07-06T21:41:59.743Z[ recovery-image] Jul 06 21:41:59.152 INFO O| Jul 06 21:41:59.152 INFO STEP 1072 (remove_files) COMPLETE
85602026-07-06T21:41:59.743Z[ recovery-image] Jul 06 21:41:59.152 INFO O| Jul 06 21:41:59.152 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-07-06T21:41:59.746Z[ recovery-image] Jul 06 21:41:59.159 INFO O| Jul 06 21:41:59.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85622026-07-06T21:41:59.746Z[ recovery-image] Jul 06 21:41:59.159 INFO O| Jul 06 21:41:59.159 INFO STEP 1073 (remove_files) COMPLETE
85632026-07-06T21:41:59.750Z[ recovery-image] Jul 06 21:41:59.159 INFO O| Jul 06 21:41:59.159 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-07-06T21:41:59.755Z[ recovery-image] Jul 06 21:41:59.168 INFO O| Jul 06 21:41:59.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85652026-07-06T21:41:59.755Z[ recovery-image] Jul 06 21:41:59.168 INFO O| Jul 06 21:41:59.168 INFO STEP 1074 (remove_files) COMPLETE
85662026-07-06T21:41:59.755Z[ recovery-image] Jul 06 21:41:59.168 INFO O| Jul 06 21:41:59.168 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-07-06T21:41:59.763Z[ recovery-image] Jul 06 21:41:59.175 INFO O| Jul 06 21:41:59.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85682026-07-06T21:41:59.763Z[ recovery-image] Jul 06 21:41:59.175 INFO O| Jul 06 21:41:59.175 INFO STEP 1075 (remove_files) COMPLETE
85692026-07-06T21:41:59.763Z[ recovery-image] Jul 06 21:41:59.176 INFO O| Jul 06 21:41:59.175 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-07-06T21:41:59.771Z[ recovery-image] Jul 06 21:41:59.183 INFO O| Jul 06 21:41:59.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85712026-07-06T21:41:59.774Z[ recovery-image] Jul 06 21:41:59.183 INFO O| Jul 06 21:41:59.183 INFO STEP 1076 (remove_files) COMPLETE
85722026-07-06T21:41:59.774Z[ recovery-image] Jul 06 21:41:59.183 INFO O| Jul 06 21:41:59.183 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-07-06T21:41:59.778Z[ recovery-image] Jul 06 21:41:59.190 INFO O| Jul 06 21:41:59.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85742026-07-06T21:41:59.778Z[ recovery-image] Jul 06 21:41:59.190 INFO O| Jul 06 21:41:59.190 INFO STEP 1077 (remove_files) COMPLETE
85752026-07-06T21:41:59.778Z[ recovery-image] Jul 06 21:41:59.190 INFO O| Jul 06 21:41:59.190 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-07-06T21:41:59.785Z[ recovery-image] Jul 06 21:41:59.197 INFO O| Jul 06 21:41:59.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85772026-07-06T21:41:59.785Z[ recovery-image] Jul 06 21:41:59.197 INFO O| Jul 06 21:41:59.197 INFO STEP 1078 (remove_files) COMPLETE
85782026-07-06T21:41:59.788Z[ recovery-image] Jul 06 21:41:59.197 INFO O| Jul 06 21:41:59.197 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-07-06T21:41:59.793Z[ recovery-image] Jul 06 21:41:59.206 INFO O| Jul 06 21:41:59.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85802026-07-06T21:41:59.796Z[ recovery-image] Jul 06 21:41:59.206 INFO O| Jul 06 21:41:59.206 INFO STEP 1079 (remove_files) COMPLETE
85812026-07-06T21:41:59.796Z[ recovery-image] Jul 06 21:41:59.206 INFO O| Jul 06 21:41:59.206 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-07-06T21:41:59.801Z[ recovery-image] Jul 06 21:41:59.214 INFO O| Jul 06 21:41:59.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85832026-07-06T21:41:59.805Z[ recovery-image] Jul 06 21:41:59.214 INFO O| Jul 06 21:41:59.214 INFO STEP 1080 (remove_files) COMPLETE
85842026-07-06T21:41:59.805Z[ recovery-image] Jul 06 21:41:59.214 INFO O| Jul 06 21:41:59.214 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-07-06T21:41:59.810Z[ recovery-image] Jul 06 21:41:59.223 INFO O| Jul 06 21:41:59.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85862026-07-06T21:41:59.813Z[ recovery-image] Jul 06 21:41:59.223 INFO O| Jul 06 21:41:59.223 INFO STEP 1081 (remove_files) COMPLETE
85872026-07-06T21:41:59.813Z[ recovery-image] Jul 06 21:41:59.223 INFO O| Jul 06 21:41:59.223 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-07-06T21:41:59.817Z[ recovery-image] Jul 06 21:41:59.230 INFO O| Jul 06 21:41:59.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85892026-07-06T21:41:59.817Z[ recovery-image] Jul 06 21:41:59.230 INFO O| Jul 06 21:41:59.230 INFO STEP 1082 (remove_files) COMPLETE
85902026-07-06T21:41:59.820Z[ recovery-image] Jul 06 21:41:59.230 INFO O| Jul 06 21:41:59.230 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-07-06T21:41:59.825Z[ recovery-image] Jul 06 21:41:59.238 INFO O| Jul 06 21:41:59.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85922026-07-06T21:41:59.825Z[ recovery-image] Jul 06 21:41:59.238 INFO O| Jul 06 21:41:59.238 INFO STEP 1083 (remove_files) COMPLETE
85932026-07-06T21:41:59.832Z[ recovery-image] Jul 06 21:41:59.238 INFO O| Jul 06 21:41:59.238 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-07-06T21:41:59.837Z[ recovery-image] Jul 06 21:41:59.248 INFO O| Jul 06 21:41:59.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85952026-07-06T21:41:59.837Z[ recovery-image] Jul 06 21:41:59.248 INFO O| Jul 06 21:41:59.248 INFO STEP 1084 (remove_files) COMPLETE
85962026-07-06T21:41:59.837Z[ recovery-image] Jul 06 21:41:59.248 INFO O| Jul 06 21:41:59.248 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-07-06T21:41:59.844Z[ recovery-image] Jul 06 21:41:59.256 INFO O| Jul 06 21:41:59.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85982026-07-06T21:41:59.845Z[ recovery-image] Jul 06 21:41:59.256 INFO O| Jul 06 21:41:59.256 INFO STEP 1085 (remove_files) COMPLETE
85992026-07-06T21:41:59.845Z[ recovery-image] Jul 06 21:41:59.256 INFO O| Jul 06 21:41:59.256 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-07-06T21:41:59.851Z[ recovery-image] Jul 06 21:41:59.264 INFO O| Jul 06 21:41:59.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86012026-07-06T21:41:59.856Z[ recovery-image] Jul 06 21:41:59.264 INFO O| Jul 06 21:41:59.264 INFO STEP 1086 (remove_files) COMPLETE
86022026-07-06T21:41:59.856Z[ recovery-image] Jul 06 21:41:59.264 INFO O| Jul 06 21:41:59.264 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-07-06T21:41:59.860Z[ recovery-image] Jul 06 21:41:59.271 INFO O| Jul 06 21:41:59.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86042026-07-06T21:41:59.860Z[ recovery-image] Jul 06 21:41:59.271 INFO O| Jul 06 21:41:59.271 INFO STEP 1087 (remove_files) COMPLETE
86052026-07-06T21:41:59.860Z[ recovery-image] Jul 06 21:41:59.271 INFO O| Jul 06 21:41:59.271 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-07-06T21:41:59.867Z[ recovery-image] Jul 06 21:41:59.279 INFO O| Jul 06 21:41:59.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86072026-07-06T21:41:59.867Z[ recovery-image] Jul 06 21:41:59.279 INFO O| Jul 06 21:41:59.279 INFO STEP 1088 (remove_files) COMPLETE
86082026-07-06T21:41:59.872Z[ recovery-image] Jul 06 21:41:59.279 INFO O| Jul 06 21:41:59.279 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-07-06T21:41:59.877Z[ recovery-image] Jul 06 21:41:59.286 INFO O| Jul 06 21:41:59.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86102026-07-06T21:41:59.877Z[ recovery-image] Jul 06 21:41:59.286 INFO O| Jul 06 21:41:59.286 INFO STEP 1089 (remove_files) COMPLETE
86112026-07-06T21:41:59.877Z[ recovery-image] Jul 06 21:41:59.286 INFO O| Jul 06 21:41:59.286 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-07-06T21:41:59.909Z[ recovery-image] Jul 06 21:41:59.294 INFO O| Jul 06 21:41:59.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86132026-07-06T21:41:59.909Z[ recovery-image] Jul 06 21:41:59.294 INFO O| Jul 06 21:41:59.294 INFO STEP 1090 (remove_files) COMPLETE
86142026-07-06T21:41:59.909Z[ recovery-image] Jul 06 21:41:59.294 INFO O| Jul 06 21:41:59.294 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-07-06T21:41:59.909Z[ recovery-image] Jul 06 21:41:59.301 INFO O| Jul 06 21:41:59.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86162026-07-06T21:41:59.909Z[ recovery-image] Jul 06 21:41:59.301 INFO O| Jul 06 21:41:59.301 INFO STEP 1091 (remove_files) COMPLETE
86172026-07-06T21:41:59.909Z[ recovery-image] Jul 06 21:41:59.301 INFO O| Jul 06 21:41:59.301 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-07-06T21:41:59.909Z[ recovery-image] Jul 06 21:41:59.307 INFO O| Jul 06 21:41:59.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86192026-07-06T21:41:59.909Z[ recovery-image] Jul 06 21:41:59.307 INFO O| Jul 06 21:41:59.307 INFO STEP 1092 (remove_files) COMPLETE
86202026-07-06T21:41:59.910Z[ recovery-image] Jul 06 21:41:59.307 INFO O| Jul 06 21:41:59.307 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-07-06T21:41:59.910Z[ recovery-image] Jul 06 21:41:59.316 INFO O| Jul 06 21:41:59.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86222026-07-06T21:41:59.910Z[ recovery-image] Jul 06 21:41:59.316 INFO O| Jul 06 21:41:59.316 INFO STEP 1093 (remove_files) COMPLETE
86232026-07-06T21:41:59.910Z[ recovery-image] Jul 06 21:41:59.316 INFO O| Jul 06 21:41:59.316 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-07-06T21:41:59.913Z[ recovery-image] Jul 06 21:41:59.324 INFO O| Jul 06 21:41:59.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86252026-07-06T21:41:59.913Z[ recovery-image] Jul 06 21:41:59.324 INFO O| Jul 06 21:41:59.324 INFO STEP 1094 (remove_files) COMPLETE
86262026-07-06T21:41:59.913Z[ recovery-image] Jul 06 21:41:59.324 INFO O| Jul 06 21:41:59.324 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-07-06T21:41:59.919Z[ recovery-image] Jul 06 21:41:59.332 INFO O| Jul 06 21:41:59.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86282026-07-06T21:41:59.919Z[ recovery-image] Jul 06 21:41:59.332 INFO O| Jul 06 21:41:59.332 INFO STEP 1095 (remove_files) COMPLETE
86292026-07-06T21:41:59.923Z[ recovery-image] Jul 06 21:41:59.332 INFO O| Jul 06 21:41:59.332 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-07-06T21:41:59.927Z[ recovery-image] Jul 06 21:41:59.340 INFO O| Jul 06 21:41:59.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86312026-07-06T21:41:59.928Z[ recovery-image] Jul 06 21:41:59.340 INFO O| Jul 06 21:41:59.340 INFO STEP 1096 (remove_files) COMPLETE
86322026-07-06T21:41:59.931Z[ recovery-image] Jul 06 21:41:59.340 INFO O| Jul 06 21:41:59.340 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-07-06T21:41:59.935Z[ recovery-image] Jul 06 21:41:59.348 INFO O| Jul 06 21:41:59.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86342026-07-06T21:41:59.935Z[ recovery-image] Jul 06 21:41:59.348 INFO O| Jul 06 21:41:59.348 INFO STEP 1097 (remove_files) COMPLETE
86352026-07-06T21:41:59.939Z[ recovery-image] Jul 06 21:41:59.348 INFO O| Jul 06 21:41:59.348 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-07-06T21:41:59.943Z[ recovery-image] Jul 06 21:41:59.356 INFO O| Jul 06 21:41:59.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86372026-07-06T21:41:59.943Z[ recovery-image] Jul 06 21:41:59.356 INFO O| Jul 06 21:41:59.356 INFO STEP 1098 (remove_files) COMPLETE
86382026-07-06T21:41:59.946Z[ recovery-image] Jul 06 21:41:59.356 INFO O| Jul 06 21:41:59.356 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-07-06T21:41:59.951Z[ recovery-image] Jul 06 21:41:59.363 INFO O| Jul 06 21:41:59.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86402026-07-06T21:41:59.951Z[ recovery-image] Jul 06 21:41:59.363 INFO O| Jul 06 21:41:59.363 INFO STEP 1099 (remove_files) COMPLETE
86412026-07-06T21:41:59.955Z[ recovery-image] Jul 06 21:41:59.363 INFO O| Jul 06 21:41:59.363 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-07-06T21:41:59.958Z[ recovery-image] Jul 06 21:41:59.370 INFO O| Jul 06 21:41:59.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86432026-07-06T21:41:59.958Z[ recovery-image] Jul 06 21:41:59.370 INFO O| Jul 06 21:41:59.370 INFO STEP 1100 (remove_files) COMPLETE
86442026-07-06T21:41:59.958Z[ recovery-image] Jul 06 21:41:59.370 INFO O| Jul 06 21:41:59.370 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-07-06T21:41:59.966Z[ recovery-image] Jul 06 21:41:59.377 INFO O| Jul 06 21:41:59.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86462026-07-06T21:41:59.970Z[ recovery-image] Jul 06 21:41:59.378 INFO O| Jul 06 21:41:59.378 INFO STEP 1101 (remove_files) COMPLETE
86472026-07-06T21:41:59.970Z[ recovery-image] Jul 06 21:41:59.378 INFO O| Jul 06 21:41:59.378 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-07-06T21:41:59.973Z[ recovery-image] Jul 06 21:41:59.386 INFO O| Jul 06 21:41:59.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86492026-07-06T21:41:59.974Z[ recovery-image] Jul 06 21:41:59.386 INFO O| Jul 06 21:41:59.386 INFO STEP 1102 (remove_files) COMPLETE
86502026-07-06T21:41:59.978Z[ recovery-image] Jul 06 21:41:59.386 INFO O| Jul 06 21:41:59.386 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-07-06T21:41:59.982Z[ recovery-image] Jul 06 21:41:59.394 INFO O| Jul 06 21:41:59.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86522026-07-06T21:41:59.985Z[ recovery-image] Jul 06 21:41:59.394 INFO O| Jul 06 21:41:59.394 INFO STEP 1103 (remove_files) COMPLETE
86532026-07-06T21:41:59.985Z[ recovery-image] Jul 06 21:41:59.394 INFO O| Jul 06 21:41:59.394 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-07-06T21:41:59.990Z[ recovery-image] Jul 06 21:41:59.403 INFO O| Jul 06 21:41:59.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86552026-07-06T21:41:59.990Z[ recovery-image] Jul 06 21:41:59.403 INFO O| Jul 06 21:41:59.403 INFO STEP 1104 (remove_files) COMPLETE
86562026-07-06T21:41:59.991Z[ recovery-image] Jul 06 21:41:59.403 INFO O| Jul 06 21:41:59.403 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-07-06T21:41:59.999Z[ recovery-image] Jul 06 21:41:59.412 INFO O| Jul 06 21:41:59.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86582026-07-06T21:42:00.000Z[ recovery-image] Jul 06 21:41:59.412 INFO O| Jul 06 21:41:59.412 INFO STEP 1105 (remove_files) COMPLETE
86592026-07-06T21:42:00.003Z[ recovery-image] Jul 06 21:41:59.412 INFO O| Jul 06 21:41:59.412 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-07-06T21:42:00.007Z[ recovery-image] Jul 06 21:41:59.420 INFO O| Jul 06 21:41:59.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86612026-07-06T21:42:00.007Z[ recovery-image] Jul 06 21:41:59.420 INFO O| Jul 06 21:41:59.420 INFO STEP 1106 (remove_files) COMPLETE
86622026-07-06T21:42:00.011Z[ recovery-image] Jul 06 21:41:59.420 INFO O| Jul 06 21:41:59.420 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-07-06T21:42:00.016Z[ recovery-image] Jul 06 21:41:59.429 INFO O| Jul 06 21:41:59.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86642026-07-06T21:42:00.020Z[ recovery-image] Jul 06 21:41:59.429 INFO O| Jul 06 21:41:59.429 INFO STEP 1107 (remove_files) COMPLETE
86652026-07-06T21:42:00.020Z[ recovery-image] Jul 06 21:41:59.429 INFO O| Jul 06 21:41:59.429 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-07-06T21:42:00.024Z[ recovery-image] Jul 06 21:41:59.437 INFO O| Jul 06 21:41:59.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86672026-07-06T21:42:00.024Z[ recovery-image] Jul 06 21:41:59.437 INFO O| Jul 06 21:41:59.437 INFO STEP 1108 (remove_files) COMPLETE
86682026-07-06T21:42:00.024Z[ recovery-image] Jul 06 21:41:59.437 INFO O| Jul 06 21:41:59.437 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-07-06T21:42:00.033Z[ recovery-image] Jul 06 21:41:59.445 INFO O| Jul 06 21:41:59.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86702026-07-06T21:42:00.033Z[ recovery-image] Jul 06 21:41:59.445 INFO O| Jul 06 21:41:59.445 INFO STEP 1109 (remove_files) COMPLETE
86712026-07-06T21:42:00.037Z[ recovery-image] Jul 06 21:41:59.446 INFO O| Jul 06 21:41:59.445 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-07-06T21:42:00.041Z[ recovery-image] Jul 06 21:41:59.454 INFO O| Jul 06 21:41:59.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86732026-07-06T21:42:00.041Z[ recovery-image] Jul 06 21:41:59.454 INFO O| Jul 06 21:41:59.454 INFO STEP 1110 (remove_files) COMPLETE
86742026-07-06T21:42:00.041Z[ recovery-image] Jul 06 21:41:59.454 INFO O| Jul 06 21:41:59.454 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-07-06T21:42:00.050Z[ recovery-image] Jul 06 21:41:59.462 INFO O| Jul 06 21:41:59.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86762026-07-06T21:42:00.050Z[ recovery-image] Jul 06 21:41:59.462 INFO O| Jul 06 21:41:59.462 INFO STEP 1111 (remove_files) COMPLETE
86772026-07-06T21:42:00.054Z[ recovery-image] Jul 06 21:41:59.462 INFO O| Jul 06 21:41:59.462 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-07-06T21:42:00.057Z[ recovery-image] Jul 06 21:41:59.469 INFO O| Jul 06 21:41:59.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86792026-07-06T21:42:00.058Z[ recovery-image] Jul 06 21:41:59.469 INFO O| Jul 06 21:41:59.469 INFO STEP 1112 (remove_files) COMPLETE
86802026-07-06T21:42:00.058Z[ recovery-image] Jul 06 21:41:59.469 INFO O| Jul 06 21:41:59.469 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-07-06T21:42:00.065Z[ recovery-image] Jul 06 21:41:59.477 INFO O| Jul 06 21:41:59.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86822026-07-06T21:42:00.065Z[ recovery-image] Jul 06 21:41:59.477 INFO O| Jul 06 21:41:59.477 INFO STEP 1113 (remove_files) COMPLETE
86832026-07-06T21:42:00.065Z[ recovery-image] Jul 06 21:41:59.478 INFO O| Jul 06 21:41:59.477 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-07-06T21:42:00.073Z[ recovery-image] Jul 06 21:41:59.486 INFO O| Jul 06 21:41:59.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86852026-07-06T21:42:00.077Z[ recovery-image] Jul 06 21:41:59.486 INFO O| Jul 06 21:41:59.486 INFO STEP 1114 (remove_files) COMPLETE
86862026-07-06T21:42:00.077Z[ recovery-image] Jul 06 21:41:59.486 INFO O| Jul 06 21:41:59.486 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-07-06T21:42:00.082Z[ recovery-image] Jul 06 21:41:59.494 INFO O| Jul 06 21:41:59.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86882026-07-06T21:42:00.082Z[ recovery-image] Jul 06 21:41:59.494 INFO O| Jul 06 21:41:59.494 INFO STEP 1115 (remove_files) COMPLETE
86892026-07-06T21:42:00.082Z[ recovery-image] Jul 06 21:41:59.494 INFO O| Jul 06 21:41:59.494 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-07-06T21:42:00.090Z[ recovery-image] Jul 06 21:41:59.502 INFO O| Jul 06 21:41:59.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86912026-07-06T21:42:00.090Z[ recovery-image] Jul 06 21:41:59.502 INFO O| Jul 06 21:41:59.502 INFO STEP 1116 (remove_files) COMPLETE
86922026-07-06T21:42:00.090Z[ recovery-image] Jul 06 21:41:59.502 INFO O| Jul 06 21:41:59.502 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-07-06T21:42:00.098Z[ recovery-image] Jul 06 21:41:59.511 INFO O| Jul 06 21:41:59.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86942026-07-06T21:42:00.098Z[ recovery-image] Jul 06 21:41:59.511 INFO O| Jul 06 21:41:59.511 INFO STEP 1117 (remove_files) COMPLETE
86952026-07-06T21:42:00.098Z[ recovery-image] Jul 06 21:41:59.511 INFO O| Jul 06 21:41:59.511 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-07-06T21:42:00.107Z[ recovery-image] Jul 06 21:41:59.519 INFO O| Jul 06 21:41:59.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86972026-07-06T21:42:00.107Z[ recovery-image] Jul 06 21:41:59.519 INFO O| Jul 06 21:41:59.519 INFO STEP 1118 (remove_files) COMPLETE
86982026-07-06T21:42:00.107Z[ recovery-image] Jul 06 21:41:59.519 INFO O| Jul 06 21:41:59.519 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-07-06T21:42:00.116Z[ recovery-image] Jul 06 21:41:59.528 INFO O| Jul 06 21:41:59.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87002026-07-06T21:42:00.116Z[ recovery-image] Jul 06 21:41:59.528 INFO O| Jul 06 21:41:59.528 INFO STEP 1119 (remove_files) COMPLETE
87012026-07-06T21:42:00.116Z[ recovery-image] Jul 06 21:41:59.528 INFO O| Jul 06 21:41:59.528 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-07-06T21:42:00.123Z[ recovery-image] Jul 06 21:41:59.535 INFO O| Jul 06 21:41:59.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87032026-07-06T21:42:00.123Z[ recovery-image] Jul 06 21:41:59.536 INFO O| Jul 06 21:41:59.536 INFO STEP 1120 (remove_files) COMPLETE
87042026-07-06T21:42:00.123Z[ recovery-image] Jul 06 21:41:59.536 INFO O| Jul 06 21:41:59.536 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-07-06T21:42:00.130Z[ recovery-image] Jul 06 21:41:59.543 INFO O| Jul 06 21:41:59.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87062026-07-06T21:42:00.130Z[ recovery-image] Jul 06 21:41:59.543 INFO O| Jul 06 21:41:59.543 INFO STEP 1121 (remove_files) COMPLETE
87072026-07-06T21:42:00.134Z[ recovery-image] Jul 06 21:41:59.543 INFO O| Jul 06 21:41:59.543 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-07-06T21:42:00.138Z[ recovery-image] Jul 06 21:41:59.551 INFO O| Jul 06 21:41:59.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87092026-07-06T21:42:00.142Z[ recovery-image] Jul 06 21:41:59.551 INFO O| Jul 06 21:41:59.551 INFO STEP 1122 (remove_files) COMPLETE
87102026-07-06T21:42:00.142Z[ recovery-image] Jul 06 21:41:59.551 INFO O| Jul 06 21:41:59.551 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-07-06T21:42:00.145Z[ recovery-image] Jul 06 21:41:59.558 INFO O| Jul 06 21:41:59.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87122026-07-06T21:42:00.148Z[ recovery-image] Jul 06 21:41:59.559 INFO O| Jul 06 21:41:59.559 INFO STEP 1123 (remove_files) COMPLETE
87132026-07-06T21:42:00.149Z[ recovery-image] Jul 06 21:41:59.559 INFO O| Jul 06 21:41:59.559 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-07-06T21:42:00.154Z[ recovery-image] Jul 06 21:41:59.567 INFO O| Jul 06 21:41:59.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87152026-07-06T21:42:00.155Z[ recovery-image] Jul 06 21:41:59.567 INFO O| Jul 06 21:41:59.567 INFO STEP 1124 (remove_files) COMPLETE
87162026-07-06T21:42:00.158Z[ recovery-image] Jul 06 21:41:59.567 INFO O| Jul 06 21:41:59.567 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87172026-07-06T21:42:00.165Z[ recovery-image] Jul 06 21:41:59.578 INFO O| Jul 06 21:41:59.577 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87182026-07-06T21:42:00.168Z[ recovery-image] Jul 06 21:41:59.578 INFO O| Jul 06 21:41:59.578 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87192026-07-06T21:42:00.868Z[ recovery-image] Jul 06 21:42:00.280 INFO O| Jul 06 21:42:00.280 INFO STEP 1125 (pack_tar) COMPLETE
87202026-07-06T21:42:00.868Z[ recovery-image] Jul 06 21:42:00.280 INFO O| Jul 06 21:42:00.280 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87212026-07-06T21:42:00.868Z[ recovery-image] Jul 06 21:42:00.280 INFO O| Jul 06 21:42:00.280 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87222026-07-06T21:42:02.875Z[ recovery-image] Jul 06 21:42:02.287 INFO O| Jul 06 21:42:02.287 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87232026-07-06T21:42:02.965Z[ recovery-image] Jul 06 21:42:02.377 INFO O| Jul 06 21:42:02.377 INFO completed processing sled/ramdisk-03-recovery-trim
87242026-07-06T21:42:02.970Z[ recovery-image] Jul 06 21:42:02.381 INFO image builder template: zfs-recovery...
87252026-07-06T21:42:02.970Z[ recovery-image] Jul 06 21:42:02.381 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/.tmpLgBkya/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "zfs-recovery"], pwd: None
87262026-07-06T21:42:02.993Z[ recovery-image] Jul 06 21:42:02.405 INFO O| Jul 06 21:42:02.405 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87272026-07-06T21:42:02.996Z[ recovery-image] Jul 06 21:42:02.408 INFO O| Jul 06 21:42:02.408 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87282026-07-06T21:42:03.145Z[ recovery-image] Jul 06 21:42:02.557 INFO O| Jul 06 21:42:02.557 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87292026-07-06T21:42:03.207Z[ recovery-image] Jul 06 21:42:02.619 INFO O| Jul 06 21:42:02.619 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87302026-07-06T21:42:03.207Z[ recovery-image] Jul 06 21:42:02.619 INFO O| Jul 06 21:42:02.619 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87312026-07-06T21:42:03.211Z[ recovery-image] Jul 06 21:42:02.622 INFO O| Jul 06 21:42:02.622 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87322026-07-06T21:42:03.293Z[ recovery-image] Jul 06 21:42:02.704 INFO O| Jul 06 21:42:02.704 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87332026-07-06T21:42:03.361Z[ recovery-image] Jul 06 21:42:02.773 INFO O| Jul 06 21:42:02.773 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87342026-07-06T21:42:03.368Z[ recovery-image] Jul 06 21:42:02.780 INFO O| Jul 06 21:42:02.780 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87352026-07-06T21:42:03.372Z[ recovery-image] Jul 06 21:42:02.784 INFO O| Jul 06 21:42:02.784 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87362026-07-06T21:42:03.376Z[ recovery-image] Jul 06 21:42:02.785 INFO O| Jul 06 21:42:02.785 INFO no lofi found
87372026-07-06T21:42:03.376Z[ recovery-image] Jul 06 21:42:02.785 INFO O| Jul 06 21:42:02.785 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87382026-07-06T21:42:03.376Z[ recovery-image] Jul 06 21:42:02.785 INFO O| Jul 06 21:42:02.785 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87392026-07-06T21:42:05.590Z[ recovery-image] Jul 06 21:42:05.001 INFO O| Jul 06 21:42:05.001 INFO lofi device = /dev/dsk/c2t1d0p0
87402026-07-06T21:42:05.590Z[ recovery-image] Jul 06 21:42:05.002 INFO O| Jul 06 21:42:05.001 INFO pool device = /dev/dsk/c2t1d0p0
87412026-07-06T21:42:05.595Z[ recovery-image] Jul 06 21:42:05.002 INFO O| Jul 06 21:42:05.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"]
87422026-07-06T21:42:05.653Z[ recovery-image] Jul 06 21:42:05.064 INFO O| Jul 06 21:42:05.063 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87432026-07-06T21:42:05.653Z[ recovery-image] Jul 06 21:42:05.064 INFO O| Jul 06 21:42:05.064 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87442026-07-06T21:42:05.665Z[ recovery-image] Jul 06 21:42:05.078 INFO O| Jul 06 21:42:05.078 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87452026-07-06T21:42:05.711Z[ recovery-image] Jul 06 21:42:05.124 INFO O| Jul 06 21:42:05.124 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87462026-07-06T21:42:05.737Z[ recovery-image] Jul 06 21:42:05.149 INFO O| Jul 06 21:42:05.149 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87472026-07-06T21:42:05.747Z[ recovery-image] Jul 06 21:42:05.159 INFO O| Jul 06 21:42:05.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87482026-07-06T21:42:05.754Z[ recovery-image] Jul 06 21:42:05.167 INFO O| Jul 06 21:42:05.167 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87492026-07-06T21:42:05.786Z[ recovery-image] Jul 06 21:42:05.198 INFO O| Jul 06 21:42:05.198 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87502026-07-06T21:42:05.786Z[ recovery-image] Jul 06 21:42:05.198 INFO O| Jul 06 21:42:05.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87512026-07-06T21:42:05.790Z[ recovery-image] Jul 06 21:42:05.198 INFO O| Jul 06 21:42:05.198 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87522026-07-06T21:42:05.794Z[ recovery-image] Jul 06 21:42:05.206 INFO O| Jul 06 21:42:05.206 INFO boot environment UUID: b900d8bf-1349-4141-a1bd-be88c7a715c9
87532026-07-06T21:42:05.794Z[ recovery-image] Jul 06 21:42:05.206 INFO O| Jul 06 21:42:05.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b900d8bf-1349-4141-a1bd-be88c7a715c9
87542026-07-06T21:42:05.801Z[ recovery-image] Jul 06 21:42:05.214 INFO O| Jul 06 21:42:05.214 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87552026-07-06T21:42:05.808Z[ recovery-image] Jul 06 21:42:05.220 INFO O| Jul 06 21:42:05.220 INFO STEP 0 (create_be) COMPLETE
87562026-07-06T21:42:05.808Z[ recovery-image] Jul 06 21:42:05.220 INFO O| Jul 06 21:42:05.220 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87572026-07-06T21:42:05.818Z[ recovery-image] Jul 06 21:42:05.231 INFO O| Jul 06 21:42:05.231 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"]
87582026-07-06T21:42:08.242Z[ recovery-image] Jul 06 21:42:07.655 INFO O| Jul 06 21:42:07.654 INFO STEP 1 (unpack_tar) COMPLETE
87592026-07-06T21:42:08.242Z[ recovery-image] Jul 06 21:42:07.655 INFO O| Jul 06 21:42:07.655 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87602026-07-06T21:42:08.249Z[ recovery-image] Jul 06 21:42:07.662 INFO O| Jul 06 21:42:07.662 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87612026-07-06T21:42:08.581Z[ recovery-image] Jul 06 21:42:07.994 INFO O| Jul 06 21:42:07.994 INFO STEP 2 (devfsadm) COMPLETE
87622026-07-06T21:42:08.581Z[ recovery-image] Jul 06 21:42:07.994 INFO O| Jul 06 21:42:07.994 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632026-07-06T21:42:08.589Z[ recovery-image] Jul 06 21:42:08.002 INFO O| Jul 06 21:42:08.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87642026-07-06T21:42:08.589Z[ recovery-image] Jul 06 21:42:08.002 INFO O| Jul 06 21:42:08.002 INFO STEP 3 (ensure_dir) COMPLETE
87652026-07-06T21:42:08.592Z[ recovery-image] Jul 06 21:42:08.002 INFO O| Jul 06 21:42:08.002 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662026-07-06T21:42:08.596Z[ recovery-image] Jul 06 21:42:08.009 INFO O| Jul 06 21:42:08.009 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87672026-07-06T21:42:08.599Z[ recovery-image] Jul 06 21:42:08.009 INFO O| Jul 06 21:42:08.009 INFO STEP 4 (ensure_dir) COMPLETE
87682026-07-06T21:42:08.599Z[ recovery-image] Jul 06 21:42:08.009 INFO O| Jul 06 21:42:08.009 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87692026-07-06T21:42:08.602Z[ recovery-image] Jul 06 21:42:08.015 INFO O| Jul 06 21:42:08.015 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87702026-07-06T21:42:08.602Z[ recovery-image] Jul 06 21:42:08.015 INFO O| Jul 06 21:42:08.015 INFO STEP 5 (ensure_dir) COMPLETE
87712026-07-06T21:42:08.602Z[ recovery-image] Jul 06 21:42:08.015 INFO O| Jul 06 21:42:08.015 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-07-06T21:42:08.607Z[ recovery-image] Jul 06 21:42:08.020 INFO O| Jul 06 21:42:08.020 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87732026-07-06T21:42:08.610Z[ recovery-image] Jul 06 21:42:08.020 INFO O| Jul 06 21:42:08.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87742026-07-06T21:42:08.610Z[ recovery-image] Jul 06 21:42:08.020 INFO O| Jul 06 21:42:08.020 INFO STEP 6 (ensure_dir) COMPLETE
87752026-07-06T21:42:08.610Z[ recovery-image] Jul 06 21:42:08.020 INFO O| Jul 06 21:42:08.020 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-07-06T21:42:08.614Z[ recovery-image] Jul 06 21:42:08.027 INFO O| Jul 06 21:42:08.027 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87772026-07-06T21:42:08.617Z[ recovery-image] Jul 06 21:42:08.027 INFO O| Jul 06 21:42:08.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87782026-07-06T21:42:08.617Z[ recovery-image] Jul 06 21:42:08.027 INFO O| Jul 06 21:42:08.027 INFO STEP 7 (ensure_dir) COMPLETE
87792026-07-06T21:42:08.617Z[ recovery-image] Jul 06 21:42:08.027 INFO O| Jul 06 21:42:08.027 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802026-07-06T21:42:08.620Z[ recovery-image] Jul 06 21:42:08.033 INFO O| Jul 06 21:42:08.033 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87812026-07-06T21:42:08.623Z[ recovery-image] Jul 06 21:42:08.034 INFO O| Jul 06 21:42:08.034 INFO STEP 8 (remove_files) COMPLETE
87822026-07-06T21:42:08.623Z[ recovery-image] Jul 06 21:42:08.034 INFO O| Jul 06 21:42:08.034 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832026-07-06T21:42:08.627Z[ recovery-image] Jul 06 21:42:08.040 INFO O| Jul 06 21:42:08.040 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87842026-07-06T21:42:08.629Z[ recovery-image] Jul 06 21:42:08.040 INFO O| Jul 06 21:42:08.040 INFO STEP 9 (remove_files) COMPLETE
87852026-07-06T21:42:08.630Z[ recovery-image] Jul 06 21:42:08.040 INFO O| Jul 06 21:42:08.040 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-07-06T21:42:08.634Z[ recovery-image] Jul 06 21:42:08.046 INFO O| Jul 06 21:42:08.046 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87872026-07-06T21:42:08.636Z[ recovery-image] Jul 06 21:42:08.047 INFO O| Jul 06 21:42:08.047 INFO STEP 10 (remove_files) COMPLETE
87882026-07-06T21:42:08.636Z[ recovery-image] Jul 06 21:42:08.047 INFO O| Jul 06 21:42:08.047 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892026-07-06T21:42:08.641Z[ recovery-image] Jul 06 21:42:08.054 INFO O| Jul 06 21:42:08.054 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87902026-07-06T21:42:08.641Z[ recovery-image] Jul 06 21:42:08.054 INFO O| Jul 06 21:42:08.054 INFO STEP 11 (remove_files) COMPLETE
87912026-07-06T21:42:08.644Z[ recovery-image] Jul 06 21:42:08.054 INFO O| Jul 06 21:42:08.054 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-07-06T21:42:08.648Z[ recovery-image] Jul 06 21:42:08.060 INFO O| Jul 06 21:42:08.060 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87932026-07-06T21:42:08.648Z[ recovery-image] Jul 06 21:42:08.061 INFO O| Jul 06 21:42:08.061 INFO STEP 12 (remove_files) COMPLETE
87942026-07-06T21:42:08.650Z[ recovery-image] Jul 06 21:42:08.061 INFO O| Jul 06 21:42:08.061 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-07-06T21:42:08.660Z[ recovery-image] Jul 06 21:42:08.068 INFO O| Jul 06 21:42:08.067 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87962026-07-06T21:42:08.663Z[ recovery-image] Jul 06 21:42:08.068 INFO O| Jul 06 21:42:08.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87972026-07-06T21:42:08.663Z[ recovery-image] Jul 06 21:42:08.068 INFO O| Jul 06 21:42:08.067 INFO STEP 13 (ensure_dir) COMPLETE
87982026-07-06T21:42:08.663Z[ recovery-image] Jul 06 21:42:08.068 INFO O| Jul 06 21:42:08.067 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992026-07-06T21:42:08.663Z[ recovery-image] Jul 06 21:42:08.075 INFO O| Jul 06 21:42:08.075 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88002026-07-06T21:42:08.664Z[ recovery-image] Jul 06 21:42:08.075 INFO O| Jul 06 21:42:08.075 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88012026-07-06T21:42:08.664Z[ recovery-image] Jul 06 21:42:08.075 INFO O| Jul 06 21:42:08.075 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88022026-07-06T21:42:08.664Z[ recovery-image] Jul 06 21:42:08.075 INFO O| Jul 06 21:42:08.075 INFO STEP 14 (ensure_dir) COMPLETE
88032026-07-06T21:42:08.664Z[ recovery-image] Jul 06 21:42:08.075 INFO O| Jul 06 21:42:08.075 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-07-06T21:42:08.670Z[ recovery-image] Jul 06 21:42:08.083 INFO O| Jul 06 21:42:08.083 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88052026-07-06T21:42:08.670Z[ recovery-image] Jul 06 21:42:08.083 INFO O| Jul 06 21:42:08.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88062026-07-06T21:42:08.673Z[ recovery-image] Jul 06 21:42:08.083 INFO O| Jul 06 21:42:08.083 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88072026-07-06T21:42:08.673Z[ recovery-image] Jul 06 21:42:08.083 INFO O| Jul 06 21:42:08.083 INFO STEP 15 (ensure_dir) COMPLETE
88082026-07-06T21:42:08.673Z[ recovery-image] Jul 06 21:42:08.083 INFO O| Jul 06 21:42:08.083 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-07-06T21:42:08.982Z[ recovery-image] Jul 06 21:42:08.092 INFO O| Jul 06 21:42:08.092 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88102026-07-06T21:42:08.982Z[ recovery-image] Jul 06 21:42:08.092 INFO O| Jul 06 21:42:08.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88112026-07-06T21:42:08.982Z[ recovery-image] Jul 06 21:42:08.092 INFO O| Jul 06 21:42:08.092 INFO STEP 16 (ensure_dir) COMPLETE
88122026-07-06T21:42:08.982Z[ recovery-image] Jul 06 21:42:08.092 INFO O| Jul 06 21:42:08.092 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.100 INFO O| Jul 06 21:42:08.100 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88142026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.100 INFO O| Jul 06 21:42:08.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88152026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.100 INFO O| Jul 06 21:42:08.100 INFO STEP 17 (ensure_dir) COMPLETE
88162026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.100 INFO O| Jul 06 21:42:08.100 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.108 INFO O| Jul 06 21:42:08.108 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88182026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.108 INFO O| Jul 06 21:42:08.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88192026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.108 INFO O| Jul 06 21:42:08.108 INFO ok!
88202026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.108 INFO O| Jul 06 21:42:08.108 INFO STEP 18 (ensure_symlink) COMPLETE
88212026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.108 INFO O| Jul 06 21:42:08.108 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.117 INFO O| Jul 06 21:42:08.117 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88232026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.117 INFO O| Jul 06 21:42:08.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88242026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.117 INFO O| Jul 06 21:42:08.117 INFO ok!
88252026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.117 INFO O| Jul 06 21:42:08.117 INFO STEP 19 (ensure_file) COMPLETE
88262026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.117 INFO O| Jul 06 21:42:08.117 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.125 INFO O| Jul 06 21:42:08.125 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88282026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.125 INFO O| Jul 06 21:42:08.125 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88292026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.125 INFO O| Jul 06 21:42:08.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88302026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.125 INFO O| Jul 06 21:42:08.125 INFO ok!
88312026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.125 INFO O| Jul 06 21:42:08.125 INFO STEP 20 (ensure_symlink) COMPLETE
88322026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.125 INFO O| Jul 06 21:42:08.125 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332026-07-06T21:42:08.991Z[ recovery-image] Jul 06 21:42:08.132 INFO O| Jul 06 21:42:08.132 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88342026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.132 INFO O| Jul 06 21:42:08.132 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88352026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.132 INFO O| Jul 06 21:42:08.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88362026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.132 INFO O| Jul 06 21:42:08.132 INFO ok!
88372026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.132 INFO O| Jul 06 21:42:08.132 INFO STEP 21 (ensure_symlink) COMPLETE
88382026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.132 INFO O| Jul 06 21:42:08.132 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.141 INFO O| Jul 06 21:42:08.141 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88402026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.141 INFO O| Jul 06 21:42:08.141 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88412026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.141 INFO O| Jul 06 21:42:08.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88422026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.141 INFO O| Jul 06 21:42:08.141 INFO ok!
88432026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.141 INFO O| Jul 06 21:42:08.141 INFO STEP 22 (ensure_symlink) COMPLETE
88442026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.141 INFO O| Jul 06 21:42:08.141 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88452026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.148 INFO O| Jul 06 21:42:08.148 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88462026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.148 INFO O| Jul 06 21:42:08.148 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88472026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.148 INFO O| Jul 06 21:42:08.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88482026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.148 INFO O| Jul 06 21:42:08.148 INFO ok!
88492026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.148 INFO O| Jul 06 21:42:08.148 INFO STEP 23 (ensure_symlink) COMPLETE
88502026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.148 INFO O| Jul 06 21:42:08.148 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.155 INFO O| Jul 06 21:42:08.155 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88522026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.155 INFO O| Jul 06 21:42:08.155 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 ...
88532026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.155 INFO O| Jul 06 21:42:08.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88542026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.155 INFO O| Jul 06 21:42:08.155 INFO ok!
88552026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.155 INFO O| Jul 06 21:42:08.155 INFO STEP 24 (ensure_file) COMPLETE
88562026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.155 INFO O| Jul 06 21:42:08.155 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88572026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.161 INFO O| Jul 06 21:42:08.161 INFO updating shadow file
88582026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.161 INFO O| Jul 06 21:42:08.161 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88592026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.161 INFO O| Jul 06 21:42:08.161 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88602026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.161 INFO O| Jul 06 21:42:08.161 INFO STEP 25 (shadow) COMPLETE
88612026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.161 INFO O| Jul 06 21:42:08.161 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.169 INFO O| Jul 06 21:42:08.169 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88632026-07-06T21:42:08.992Z[ recovery-image] Jul 06 21:42:08.169 INFO O| Jul 06 21:42:08.169 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88642026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.169 INFO O| Jul 06 21:42:08.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88652026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.169 INFO O| Jul 06 21:42:08.169 INFO ok!
88662026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.169 INFO O| Jul 06 21:42:08.169 INFO STEP 26 (ensure_file) COMPLETE
88672026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.169 INFO O| Jul 06 21:42:08.169 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.175 INFO O| Jul 06 21:42:08.175 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88692026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.175 INFO O| Jul 06 21:42:08.175 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88702026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.175 INFO O| Jul 06 21:42:08.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88712026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.175 INFO O| Jul 06 21:42:08.175 INFO ok!
88722026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.175 INFO O| Jul 06 21:42:08.175 INFO STEP 27 (ensure_file) COMPLETE
88732026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.175 INFO O| Jul 06 21:42:08.175 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.181 INFO O| Jul 06 21:42:08.181 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88752026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.181 INFO O| Jul 06 21:42:08.181 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88762026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.181 INFO O| Jul 06 21:42:08.181 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88772026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.181 INFO O| Jul 06 21:42:08.181 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88782026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.181 INFO O| Jul 06 21:42:08.181 INFO ok!
88792026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.181 INFO O| Jul 06 21:42:08.181 INFO STEP 28 (ensure_file) COMPLETE
88802026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.181 INFO O| Jul 06 21:42:08.181 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88812026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.189 INFO O| Jul 06 21:42:08.189 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88822026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.189 INFO O| Jul 06 21:42:08.189 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88832026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.189 INFO O| Jul 06 21:42:08.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88842026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.189 INFO O| Jul 06 21:42:08.189 INFO ok!
88852026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.189 INFO O| Jul 06 21:42:08.189 INFO STEP 29 (ensure_file) COMPLETE
88862026-07-06T21:42:08.993Z[ recovery-image] Jul 06 21:42:08.189 INFO O| Jul 06 21:42:08.189 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88872026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.196 INFO O| Jul 06 21:42:08.196 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88882026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.196 INFO O| Jul 06 21:42:08.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88892026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.196 INFO O| Jul 06 21:42:08.196 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88902026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.196 INFO O| Jul 06 21:42:08.196 INFO STEP 30 (ensure_dir) COMPLETE
88912026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.196 INFO O| Jul 06 21:42:08.196 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88922026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.202 INFO O| Jul 06 21:42:08.202 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88932026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.202 INFO O| Jul 06 21:42:08.202 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 ...
88942026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.202 INFO O| Jul 06 21:42:08.202 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
88952026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.202 INFO O| Jul 06 21:42:08.202 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88962026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.202 INFO O| Jul 06 21:42:08.202 INFO ok!
88972026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.202 INFO O| Jul 06 21:42:08.202 INFO STEP 31 (ensure_file) COMPLETE
88982026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.202 INFO O| Jul 06 21:42:08.202 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88992026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.209 INFO O| Jul 06 21:42:08.209 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89002026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.209 INFO O| Jul 06 21:42:08.209 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89012026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.209 INFO O| Jul 06 21:42:08.209 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89022026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.209 INFO O| Jul 06 21:42:08.209 INFO STEP 32 (ensure_dir) COMPLETE
89032026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.209 INFO O| Jul 06 21:42:08.209 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89042026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.216 INFO O| Jul 06 21:42:08.216 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89052026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.216 INFO O| Jul 06 21:42:08.216 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 ...
89062026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.216 INFO O| Jul 06 21:42:08.216 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
89072026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.216 INFO O| Jul 06 21:42:08.216 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89082026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.216 INFO O| Jul 06 21:42:08.216 INFO ok!
89092026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.216 INFO O| Jul 06 21:42:08.216 INFO STEP 33 (ensure_file) COMPLETE
89102026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.216 INFO O| Jul 06 21:42:08.216 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89112026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.224 INFO O| Jul 06 21:42:08.224 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89122026-07-06T21:42:08.994Z[ recovery-image] Jul 06 21:42:08.224 INFO O| Jul 06 21:42:08.224 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89132026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.224 INFO O| Jul 06 21:42:08.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89142026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.224 INFO O| Jul 06 21:42:08.224 INFO ok!
89152026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.224 INFO O| Jul 06 21:42:08.224 INFO STEP 34 (ensure_file) COMPLETE
89162026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.224 INFO O| Jul 06 21:42:08.224 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89172026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.231 INFO O| Jul 06 21:42:08.231 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89182026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.231 INFO O| Jul 06 21:42:08.231 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89192026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.231 INFO O| Jul 06 21:42:08.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89202026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.231 INFO O| Jul 06 21:42:08.231 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89212026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.231 INFO O| Jul 06 21:42:08.231 INFO ok!
89222026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.231 INFO O| Jul 06 21:42:08.231 INFO STEP 35 (ensure_file) COMPLETE
89232026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.231 INFO O| Jul 06 21:42:08.231 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89242026-07-06T21:42:08.999Z[ recovery-image] Jul 06 21:42:08.238 INFO O| Jul 06 21:42:08.238 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89252026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.238 INFO O| Jul 06 21:42:08.238 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89262026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.238 INFO O| Jul 06 21:42:08.238 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89272026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.238 INFO O| Jul 06 21:42:08.238 INFO ok!
89282026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.238 INFO O| Jul 06 21:42:08.238 INFO STEP 36 (ensure_file) COMPLETE
89292026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.238 INFO O| Jul 06 21:42:08.238 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89302026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.245 INFO O| Jul 06 21:42:08.245 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89312026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.245 INFO O| Jul 06 21:42:08.245 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89322026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.245 INFO O| Jul 06 21:42:08.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89332026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.245 INFO O| Jul 06 21:42:08.245 INFO ok!
89342026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.245 INFO O| Jul 06 21:42:08.245 INFO STEP 37 (ensure_file) COMPLETE
89352026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.245 INFO O| Jul 06 21:42:08.245 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89362026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.251 INFO O| Jul 06 21:42:08.251 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89372026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.251 INFO O| Jul 06 21:42:08.251 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89382026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.251 INFO O| Jul 06 21:42:08.251 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89392026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.251 INFO O| Jul 06 21:42:08.251 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89402026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.251 INFO O| Jul 06 21:42:08.251 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89412026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.251 INFO O| Jul 06 21:42:08.251 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89422026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.251 INFO O| Jul 06 21:42:08.251 INFO ok!
89432026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.251 INFO O| Jul 06 21:42:08.251 INFO STEP 38 (ensure_file) COMPLETE
89442026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.251 INFO O| Jul 06 21:42:08.251 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89452026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.258 INFO O| Jul 06 21:42:08.258 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89462026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.258 INFO O| Jul 06 21:42:08.258 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89472026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.258 INFO O| Jul 06 21:42:08.258 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89482026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.258 INFO O| Jul 06 21:42:08.258 INFO STEP 39 (ensure_dir) COMPLETE
89492026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.258 INFO O| Jul 06 21:42:08.258 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89502026-07-06T21:42:09.000Z[ recovery-image] Jul 06 21:42:08.265 INFO O| Jul 06 21:42:08.265 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
89512026-07-06T21:42:09.001Z[ recovery-image] Jul 06 21:42:08.265 INFO O| Jul 06 21:42:08.265 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 ...
89522026-07-06T21:42:09.001Z[ recovery-image] Jul 06 21:42:08.265 INFO O| Jul 06 21:42:08.265 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
89532026-07-06T21:42:09.001Z[ recovery-image] Jul 06 21:42:08.265 INFO O| Jul 06 21:42:08.265 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
89542026-07-06T21:42:09.001Z[ recovery-image] Jul 06 21:42:08.265 INFO O| Jul 06 21:42:08.265 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
89552026-07-06T21:42:09.001Z[ recovery-image] Jul 06 21:42:08.265 INFO O| Jul 06 21:42:08.265 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
89562026-07-06T21:42:09.001Z[ recovery-image] Jul 06 21:42:08.265 INFO O| Jul 06 21:42:08.265 INFO ok!
89572026-07-06T21:42:09.002Z[ recovery-image] Jul 06 21:42:08.265 INFO O| Jul 06 21:42:08.265 INFO STEP 40 (ensure_file) COMPLETE
89582026-07-06T21:42:09.002Z[ recovery-image] Jul 06 21:42:08.265 INFO O| Jul 06 21:42:08.265 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89592026-07-06T21:42:09.002Z[ recovery-image] Jul 06 21:42:08.271 INFO O| Jul 06 21:42:08.271 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89602026-07-06T21:42:09.002Z[ recovery-image] Jul 06 21:42:08.271 INFO O| Jul 06 21:42:08.271 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 ...
89612026-07-06T21:42:09.002Z[ recovery-image] Jul 06 21:42:08.271 INFO O| Jul 06 21:42:08.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89622026-07-06T21:42:09.002Z[ recovery-image] Jul 06 21:42:08.271 INFO O| Jul 06 21:42:08.271 INFO ok!
89632026-07-06T21:42:09.002Z[ recovery-image] Jul 06 21:42:08.271 INFO O| Jul 06 21:42:08.271 INFO STEP 41 (ensure_symlink) COMPLETE
89642026-07-06T21:42:09.002Z[ recovery-image] Jul 06 21:42:08.271 INFO O| Jul 06 21:42:08.271 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89652026-07-06T21:42:09.002Z[ recovery-image] Jul 06 21:42:08.278 INFO O| Jul 06 21:42:08.278 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89662026-07-06T21:42:09.002Z[ recovery-image] Jul 06 21:42:08.278 INFO O| Jul 06 21:42:08.278 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89672026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.278 INFO O| Jul 06 21:42:08.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89682026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.278 INFO O| Jul 06 21:42:08.278 INFO ok!
89692026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.278 INFO O| Jul 06 21:42:08.278 INFO STEP 42 (ensure_symlink) COMPLETE
89702026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.278 INFO O| Jul 06 21:42:08.278 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89712026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.284 INFO O| Jul 06 21:42:08.284 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89722026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.284 INFO O| Jul 06 21:42:08.284 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89732026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.284 INFO O| Jul 06 21:42:08.284 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89742026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.284 INFO O| Jul 06 21:42:08.284 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89752026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.284 INFO O| Jul 06 21:42:08.284 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89762026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.284 INFO O| Jul 06 21:42:08.284 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89772026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.284 INFO O| Jul 06 21:42:08.284 INFO ok!
89782026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.284 INFO O| Jul 06 21:42:08.284 INFO STEP 43 (ensure_file) COMPLETE
89792026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.284 INFO O| Jul 06 21:42:08.284 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89802026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.292 INFO O| Jul 06 21:42:08.292 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89812026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.292 INFO O| Jul 06 21:42:08.292 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 ...
89822026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.292 INFO O| Jul 06 21:42:08.292 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
89832026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.292 INFO O| Jul 06 21:42:08.292 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89842026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.292 INFO O| Jul 06 21:42:08.292 INFO ok!
89852026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.292 INFO O| Jul 06 21:42:08.292 INFO STEP 44 (ensure_file) COMPLETE
89862026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.292 INFO O| Jul 06 21:42:08.292 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89872026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.298 INFO O| Jul 06 21:42:08.298 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89882026-07-06T21:42:09.003Z[ recovery-image] Jul 06 21:42:08.299 INFO O| Jul 06 21:42:08.298 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89892026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.299 INFO O| Jul 06 21:42:08.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89902026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.299 INFO O| Jul 06 21:42:08.299 INFO ok!
89912026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.299 INFO O| Jul 06 21:42:08.299 INFO STEP 45 (ensure_file) COMPLETE
89922026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.299 INFO O| Jul 06 21:42:08.299 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89932026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.306 INFO O| Jul 06 21:42:08.306 INFO updating shadow file
89942026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.306 INFO O| Jul 06 21:42:08.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89952026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.306 INFO O| Jul 06 21:42:08.306 INFO STEP 46 (shadow) COMPLETE
89962026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.306 INFO O| Jul 06 21:42:08.306 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89972026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.313 INFO O| Jul 06 21:42:08.313 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89982026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.313 INFO O| Jul 06 21:42:08.313 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89992026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.313 INFO O| Jul 06 21:42:08.313 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90002026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.313 INFO O| Jul 06 21:42:08.313 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90012026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.313 INFO O| Jul 06 21:42:08.313 INFO ok!
90022026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.313 INFO O| Jul 06 21:42:08.313 INFO STEP 47 (ensure_file) COMPLETE
90032026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.313 INFO O| Jul 06 21:42:08.313 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90042026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.318 INFO O| Jul 06 21:42:08.318 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90052026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.318 INFO O| Jul 06 21:42:08.318 INFO STEP 48 (ensure_dir) COMPLETE
90062026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.318 INFO O| Jul 06 21:42:08.318 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90072026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.325 INFO O| Jul 06 21:42:08.324 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90082026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.325 INFO O| Jul 06 21:42:08.325 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90092026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.325 INFO O| Jul 06 21:42:08.325 INFO STEP 49 (ensure_dir) COMPLETE
90102026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.325 INFO O| Jul 06 21:42:08.325 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90112026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.332 INFO O| Jul 06 21:42:08.331 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90122026-07-06T21:42:09.004Z[ recovery-image] Jul 06 21:42:08.332 INFO O| Jul 06 21:42:08.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90132026-07-06T21:42:09.012Z[ recovery-image] Jul 06 21:42:08.332 INFO O| Jul 06 21:42:08.332 INFO STEP 50 (ensure_dir) COMPLETE
90142026-07-06T21:42:09.012Z[ recovery-image] Jul 06 21:42:08.332 INFO O| Jul 06 21:42:08.332 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-07-06T21:42:09.012Z[ recovery-image] Jul 06 21:42:08.338 INFO O| Jul 06 21:42:08.338 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90162026-07-06T21:42:09.012Z[ recovery-image] Jul 06 21:42:08.338 INFO O| Jul 06 21:42:08.338 INFO copying /tmp/.tmpLgBkya/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90172026-07-06T21:42:09.012Z[ recovery-image] Jul 06 21:42:08.369 INFO O| Jul 06 21:42:08.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90182026-07-06T21:42:09.012Z[ recovery-image] Jul 06 21:42:08.369 INFO O| Jul 06 21:42:08.369 INFO ok!
90192026-07-06T21:42:09.012Z[ recovery-image] Jul 06 21:42:08.369 INFO O| Jul 06 21:42:08.369 INFO STEP 51 (ensure_file) COMPLETE
90202026-07-06T21:42:09.012Z[ recovery-image] Jul 06 21:42:08.369 INFO O| Jul 06 21:42:08.369 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90212026-07-06T21:42:09.012Z[ recovery-image] Jul 06 21:42:08.376 INFO O| Jul 06 21:42:08.376 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90222026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.376 INFO O| Jul 06 21:42:08.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90232026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.376 INFO O| Jul 06 21:42:08.376 INFO STEP 52 (ensure_dir) COMPLETE
90242026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.376 INFO O| Jul 06 21:42:08.376 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.383 INFO O| Jul 06 21:42:08.383 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90262026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.383 INFO O| Jul 06 21:42:08.383 INFO copying /tmp/.tmpLgBkya/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90272026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.383 INFO O| Jul 06 21:42:08.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90282026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.383 INFO O| Jul 06 21:42:08.383 INFO ok!
90292026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.383 INFO O| Jul 06 21:42:08.383 INFO STEP 53 (ensure_file) COMPLETE
90302026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.383 INFO O| Jul 06 21:42:08.383 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.389 INFO O| Jul 06 21:42:08.389 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90322026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.389 INFO O| Jul 06 21:42:08.389 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90332026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.389 INFO O| Jul 06 21:42:08.389 INFO STEP 54 (ensure_dir) COMPLETE
90342026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.389 INFO O| Jul 06 21:42:08.389 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.395 INFO O| Jul 06 21:42:08.395 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90362026-07-06T21:42:09.013Z[ recovery-image] Jul 06 21:42:08.395 INFO O| Jul 06 21:42:08.395 INFO copying /tmp/.tmpLgBkya/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90372026-07-06T21:42:09.480Z[ recovery-image] Jul 06 21:42:08.893 INFO O| Jul 06 21:42:08.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90382026-07-06T21:42:09.480Z[ recovery-image] Jul 06 21:42:08.893 INFO O| Jul 06 21:42:08.892 INFO ok!
90392026-07-06T21:42:09.483Z[ recovery-image] Jul 06 21:42:08.893 INFO O| Jul 06 21:42:08.893 INFO STEP 55 (ensure_file) COMPLETE
90402026-07-06T21:42:09.483Z[ recovery-image] Jul 06 21:42:08.893 INFO O| Jul 06 21:42:08.893 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-07-06T21:42:09.488Z[ recovery-image] Jul 06 21:42:08.901 INFO O| Jul 06 21:42:08.901 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90422026-07-06T21:42:09.488Z[ recovery-image] Jul 06 21:42:08.901 INFO O| Jul 06 21:42:08.901 INFO copying /tmp/.tmpLgBkya/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90432026-07-06T21:42:09.972Z[ recovery-image] Jul 06 21:42:09.385 INFO O| Jul 06 21:42:09.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90442026-07-06T21:42:09.972Z[ recovery-image] Jul 06 21:42:09.385 INFO O| Jul 06 21:42:09.385 INFO ok!
90452026-07-06T21:42:09.975Z[ recovery-image] Jul 06 21:42:09.385 INFO O| Jul 06 21:42:09.385 INFO STEP 56 (ensure_file) COMPLETE
90462026-07-06T21:42:09.975Z[ recovery-image] Jul 06 21:42:09.385 INFO O| Jul 06 21:42:09.385 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-07-06T21:42:09.981Z[ recovery-image] Jul 06 21:42:09.392 INFO O| Jul 06 21:42:09.392 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90482026-07-06T21:42:09.984Z[ recovery-image] Jul 06 21:42:09.392 INFO O| Jul 06 21:42:09.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90492026-07-06T21:42:09.984Z[ recovery-image] Jul 06 21:42:09.392 INFO O| Jul 06 21:42:09.392 INFO STEP 57 (ensure_dir) COMPLETE
90502026-07-06T21:42:09.985Z[ recovery-image] Jul 06 21:42:09.392 INFO O| Jul 06 21:42:09.392 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-07-06T21:42:09.988Z[ recovery-image] Jul 06 21:42:09.398 INFO O| Jul 06 21:42:09.398 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90522026-07-06T21:42:09.988Z[ recovery-image] Jul 06 21:42:09.398 INFO O| Jul 06 21:42:09.398 INFO copying /tmp/.tmpLgBkya/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 ...
90532026-07-06T21:42:09.988Z[ recovery-image] Jul 06 21:42:09.399 INFO O| Jul 06 21:42:09.399 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
90542026-07-06T21:42:09.989Z[ recovery-image] Jul 06 21:42:09.399 INFO O| Jul 06 21:42:09.399 INFO ok!
90552026-07-06T21:42:09.989Z[ recovery-image] Jul 06 21:42:09.399 INFO O| Jul 06 21:42:09.399 INFO STEP 58 (ensure_file) COMPLETE
90562026-07-06T21:42:09.989Z[ recovery-image] Jul 06 21:42:09.399 INFO O| Jul 06 21:42:09.399 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-07-06T21:42:09.991Z[ recovery-image] Jul 06 21:42:09.404 INFO O| Jul 06 21:42:09.404 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90582026-07-06T21:42:09.994Z[ recovery-image] Jul 06 21:42:09.404 INFO O| Jul 06 21:42:09.404 INFO copying /tmp/.tmpLgBkya/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 ...
90592026-07-06T21:42:09.994Z[ recovery-image] Jul 06 21:42:09.404 INFO O| Jul 06 21:42:09.404 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
90602026-07-06T21:42:09.994Z[ recovery-image] Jul 06 21:42:09.404 INFO O| Jul 06 21:42:09.404 INFO ok!
90612026-07-06T21:42:09.994Z[ recovery-image] Jul 06 21:42:09.404 INFO O| Jul 06 21:42:09.404 INFO STEP 59 (ensure_file) COMPLETE
90622026-07-06T21:42:09.994Z[ recovery-image] Jul 06 21:42:09.404 INFO O| Jul 06 21:42:09.404 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-07-06T21:42:09.997Z[ recovery-image] Jul 06 21:42:09.410 INFO O| Jul 06 21:42:09.410 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90642026-07-06T21:42:09.997Z[ recovery-image] Jul 06 21:42:09.410 INFO O| Jul 06 21:42:09.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90652026-07-06T21:42:09.997Z[ recovery-image] Jul 06 21:42:09.410 INFO O| Jul 06 21:42:09.410 INFO STEP 60 (ensure_dir) COMPLETE
90662026-07-06T21:42:09.997Z[ recovery-image] Jul 06 21:42:09.410 INFO O| Jul 06 21:42:09.410 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90672026-07-06T21:42:10.003Z[ recovery-image] Jul 06 21:42:09.416 INFO O| Jul 06 21:42:09.416 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90682026-07-06T21:42:10.006Z[ recovery-image] Jul 06 21:42:09.416 INFO O| Jul 06 21:42:09.416 INFO copying /tmp/.tmpLgBkya/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 ...
90692026-07-06T21:42:10.006Z[ recovery-image] Jul 06 21:42:09.416 INFO O| Jul 06 21:42:09.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90702026-07-06T21:42:10.006Z[ recovery-image] Jul 06 21:42:09.416 INFO O| Jul 06 21:42:09.416 INFO ok!
90712026-07-06T21:42:10.006Z[ recovery-image] Jul 06 21:42:09.416 INFO O| Jul 06 21:42:09.416 INFO STEP 61 (ensure_file) COMPLETE
90722026-07-06T21:42:10.006Z[ recovery-image] Jul 06 21:42:09.416 INFO O| Jul 06 21:42:09.416 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-07-06T21:42:10.009Z[ recovery-image] Jul 06 21:42:09.422 INFO O| Jul 06 21:42:09.422 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90742026-07-06T21:42:10.012Z[ recovery-image] Jul 06 21:42:09.422 INFO O| Jul 06 21:42:09.422 INFO copying /tmp/.tmpLgBkya/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 ...
90752026-07-06T21:42:10.012Z[ recovery-image] Jul 06 21:42:09.422 INFO O| Jul 06 21:42:09.422 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
90762026-07-06T21:42:10.012Z[ recovery-image] Jul 06 21:42:09.422 INFO O| Jul 06 21:42:09.422 INFO ok!
90772026-07-06T21:42:10.012Z[ recovery-image] Jul 06 21:42:09.422 INFO O| Jul 06 21:42:09.422 INFO STEP 62 (ensure_file) COMPLETE
90782026-07-06T21:42:10.012Z[ recovery-image] Jul 06 21:42:09.422 INFO O| Jul 06 21:42:09.422 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-07-06T21:42:10.015Z[ recovery-image] Jul 06 21:42:09.428 INFO O| Jul 06 21:42:09.428 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90802026-07-06T21:42:10.015Z[ recovery-image] Jul 06 21:42:09.428 INFO O| Jul 06 21:42:09.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90812026-07-06T21:42:10.015Z[ recovery-image] Jul 06 21:42:09.428 INFO O| Jul 06 21:42:09.428 INFO STEP 63 (ensure_dir) COMPLETE
90822026-07-06T21:42:10.015Z[ recovery-image] Jul 06 21:42:09.428 INFO O| Jul 06 21:42:09.428 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90832026-07-06T21:42:10.021Z[ recovery-image] Jul 06 21:42:09.434 INFO O| Jul 06 21:42:09.434 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90842026-07-06T21:42:10.024Z[ recovery-image] Jul 06 21:42:09.434 INFO O| Jul 06 21:42:09.434 INFO copying /tmp/.tmpLgBkya/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 ...
90852026-07-06T21:42:10.024Z[ recovery-image] Jul 06 21:42:09.434 INFO O| Jul 06 21:42:09.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90862026-07-06T21:42:10.024Z[ recovery-image] Jul 06 21:42:09.434 INFO O| Jul 06 21:42:09.434 INFO ok!
90872026-07-06T21:42:10.024Z[ recovery-image] Jul 06 21:42:09.434 INFO O| Jul 06 21:42:09.434 INFO STEP 64 (ensure_file) COMPLETE
90882026-07-06T21:42:10.024Z[ recovery-image] Jul 06 21:42:09.434 INFO O| Jul 06 21:42:09.434 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90892026-07-06T21:42:10.026Z[ recovery-image] Jul 06 21:42:09.439 INFO O| Jul 06 21:42:09.439 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90902026-07-06T21:42:10.026Z[ recovery-image] Jul 06 21:42:09.439 INFO O| Jul 06 21:42:09.439 INFO copying /tmp/.tmpLgBkya/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90912026-07-06T21:42:10.029Z[ recovery-image] Jul 06 21:42:09.439 INFO O| Jul 06 21:42:09.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90922026-07-06T21:42:10.030Z[ recovery-image] Jul 06 21:42:09.439 INFO O| Jul 06 21:42:09.439 INFO ok!
90932026-07-06T21:42:10.030Z[ recovery-image] Jul 06 21:42:09.439 INFO O| Jul 06 21:42:09.439 INFO STEP 65 (ensure_file) COMPLETE
90942026-07-06T21:42:10.030Z[ recovery-image] Jul 06 21:42:09.439 INFO O| Jul 06 21:42:09.439 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-07-06T21:42:10.034Z[ recovery-image] Jul 06 21:42:09.445 INFO O| Jul 06 21:42:09.445 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90962026-07-06T21:42:10.034Z[ recovery-image] Jul 06 21:42:09.445 INFO O| Jul 06 21:42:09.445 INFO STEP 66 (ensure_dir) COMPLETE
90972026-07-06T21:42:10.034Z[ recovery-image] Jul 06 21:42:09.445 INFO O| Jul 06 21:42:09.445 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-07-06T21:42:10.038Z[ recovery-image] Jul 06 21:42:09.451 INFO O| Jul 06 21:42:09.451 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90992026-07-06T21:42:10.038Z[ recovery-image] Jul 06 21:42:09.451 INFO O| Jul 06 21:42:09.451 INFO STEP 67 (ensure_dir) COMPLETE
91002026-07-06T21:42:10.041Z[ recovery-image] Jul 06 21:42:09.451 INFO O| Jul 06 21:42:09.451 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-07-06T21:42:10.044Z[ recovery-image] Jul 06 21:42:09.456 INFO O| Jul 06 21:42:09.456 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91022026-07-06T21:42:10.044Z[ recovery-image] Jul 06 21:42:09.456 INFO O| Jul 06 21:42:09.456 INFO STEP 68 (ensure_dir) COMPLETE
91032026-07-06T21:42:10.044Z[ recovery-image] Jul 06 21:42:09.456 INFO O| Jul 06 21:42:09.456 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91042026-07-06T21:42:10.049Z[ recovery-image] Jul 06 21:42:09.462 INFO O| Jul 06 21:42:09.462 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91052026-07-06T21:42:10.049Z[ recovery-image] Jul 06 21:42:09.462 INFO O| Jul 06 21:42:09.462 INFO STEP 69 (ensure_dir) COMPLETE
91062026-07-06T21:42:10.049Z[ recovery-image] Jul 06 21:42:09.462 INFO O| Jul 06 21:42:09.462 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-07-06T21:42:10.057Z[ recovery-image] Jul 06 21:42:09.469 INFO O| Jul 06 21:42:09.469 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91082026-07-06T21:42:10.057Z[ recovery-image] Jul 06 21:42:09.469 INFO O| Jul 06 21:42:09.469 INFO copying /tmp/.tmpLgBkya/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91092026-07-06T21:42:10.059Z[ recovery-image] Jul 06 21:42:09.470 INFO O| Jul 06 21:42:09.470 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91102026-07-06T21:42:10.059Z[ recovery-image] Jul 06 21:42:09.470 INFO O| Jul 06 21:42:09.470 INFO ok!
91112026-07-06T21:42:10.059Z[ recovery-image] Jul 06 21:42:09.470 INFO O| Jul 06 21:42:09.470 INFO STEP 70 (ensure_file) COMPLETE
91122026-07-06T21:42:10.059Z[ recovery-image] Jul 06 21:42:09.470 INFO O| Jul 06 21:42:09.470 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-07-06T21:42:10.063Z[ recovery-image] Jul 06 21:42:09.475 INFO O| Jul 06 21:42:09.475 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91142026-07-06T21:42:10.065Z[ recovery-image] Jul 06 21:42:09.476 INFO O| Jul 06 21:42:09.476 INFO STEP 71 (remove_files) COMPLETE
91152026-07-06T21:42:10.065Z[ recovery-image] Jul 06 21:42:09.476 INFO O| Jul 06 21:42:09.476 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-07-06T21:42:10.070Z[ recovery-image] Jul 06 21:42:09.483 INFO O| Jul 06 21:42:09.483 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91172026-07-06T21:42:10.070Z[ recovery-image] Jul 06 21:42:09.483 INFO O| Jul 06 21:42:09.483 INFO STEP 72 (remove_files) COMPLETE
91182026-07-06T21:42:10.073Z[ recovery-image] Jul 06 21:42:09.483 INFO O| Jul 06 21:42:09.483 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-07-06T21:42:10.077Z[ recovery-image] Jul 06 21:42:09.490 INFO O| Jul 06 21:42:09.490 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91202026-07-06T21:42:10.080Z[ recovery-image] Jul 06 21:42:09.490 INFO O| Jul 06 21:42:09.490 INFO STEP 73 (remove_files) COMPLETE
91212026-07-06T21:42:10.080Z[ recovery-image] Jul 06 21:42:09.490 INFO O| Jul 06 21:42:09.490 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-07-06T21:42:10.097Z[ recovery-image] Jul 06 21:42:09.496 INFO O| Jul 06 21:42:09.496 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91232026-07-06T21:42:10.097Z[ recovery-image] Jul 06 21:42:09.497 INFO O| Jul 06 21:42:09.497 INFO STEP 74 (remove_files) COMPLETE
91242026-07-06T21:42:10.097Z[ recovery-image] Jul 06 21:42:09.497 INFO O| Jul 06 21:42:09.497 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-07-06T21:42:10.097Z[ recovery-image] Jul 06 21:42:09.503 INFO O| Jul 06 21:42:09.503 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91262026-07-06T21:42:10.097Z[ recovery-image] Jul 06 21:42:09.503 INFO O| Jul 06 21:42:09.503 INFO STEP 75 (remove_files) COMPLETE
91272026-07-06T21:42:10.097Z[ recovery-image] Jul 06 21:42:09.503 INFO O| Jul 06 21:42:09.503 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-07-06T21:42:10.101Z[ recovery-image] Jul 06 21:42:09.510 INFO O| Jul 06 21:42:09.510 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91292026-07-06T21:42:10.101Z[ recovery-image] Jul 06 21:42:09.510 INFO O| Jul 06 21:42:09.510 INFO STEP 76 (remove_files) COMPLETE
91302026-07-06T21:42:10.101Z[ recovery-image] Jul 06 21:42:09.510 INFO O| Jul 06 21:42:09.510 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-07-06T21:42:10.104Z[ recovery-image] Jul 06 21:42:09.516 INFO O| Jul 06 21:42:09.516 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91322026-07-06T21:42:10.104Z[ recovery-image] Jul 06 21:42:09.516 INFO O| Jul 06 21:42:09.516 INFO STEP 77 (remove_files) COMPLETE
91332026-07-06T21:42:10.104Z[ recovery-image] Jul 06 21:42:09.516 INFO O| Jul 06 21:42:09.516 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-07-06T21:42:10.109Z[ recovery-image] Jul 06 21:42:09.522 INFO O| Jul 06 21:42:09.522 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91352026-07-06T21:42:10.109Z[ recovery-image] Jul 06 21:42:09.522 INFO O| Jul 06 21:42:09.522 INFO STEP 78 (remove_files) COMPLETE
91362026-07-06T21:42:10.112Z[ recovery-image] Jul 06 21:42:09.522 INFO O| Jul 06 21:42:09.522 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-07-06T21:42:10.116Z[ recovery-image] Jul 06 21:42:09.529 INFO O| Jul 06 21:42:09.529 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91382026-07-06T21:42:10.116Z[ recovery-image] Jul 06 21:42:09.529 INFO O| Jul 06 21:42:09.529 INFO STEP 79 (remove_files) COMPLETE
91392026-07-06T21:42:10.119Z[ recovery-image] Jul 06 21:42:09.529 INFO O| Jul 06 21:42:09.529 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-07-06T21:42:10.123Z[ recovery-image] Jul 06 21:42:09.536 INFO O| Jul 06 21:42:09.536 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91412026-07-06T21:42:10.123Z[ recovery-image] Jul 06 21:42:09.536 INFO O| Jul 06 21:42:09.536 INFO STEP 80 (remove_files) COMPLETE
91422026-07-06T21:42:10.123Z[ recovery-image] Jul 06 21:42:09.536 INFO O| Jul 06 21:42:09.536 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-07-06T21:42:10.130Z[ recovery-image] Jul 06 21:42:09.542 INFO O| Jul 06 21:42:09.542 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91442026-07-06T21:42:10.130Z[ recovery-image] Jul 06 21:42:09.542 INFO O| Jul 06 21:42:09.542 INFO STEP 81 (remove_files) COMPLETE
91452026-07-06T21:42:10.130Z[ recovery-image] Jul 06 21:42:09.542 INFO O| Jul 06 21:42:09.542 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-07-06T21:42:10.136Z[ recovery-image] Jul 06 21:42:09.549 INFO O| Jul 06 21:42:09.549 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91472026-07-06T21:42:10.136Z[ recovery-image] Jul 06 21:42:09.549 INFO O| Jul 06 21:42:09.549 INFO STEP 82 (remove_files) COMPLETE
91482026-07-06T21:42:10.139Z[ recovery-image] Jul 06 21:42:09.549 INFO O| Jul 06 21:42:09.549 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-07-06T21:42:10.141Z[ recovery-image] Jul 06 21:42:09.554 INFO O| Jul 06 21:42:09.554 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91502026-07-06T21:42:10.142Z[ recovery-image] Jul 06 21:42:09.554 INFO O| Jul 06 21:42:09.554 INFO STEP 83 (remove_files) COMPLETE
91512026-07-06T21:42:10.144Z[ recovery-image] Jul 06 21:42:09.554 INFO O| Jul 06 21:42:09.554 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-07-06T21:42:10.147Z[ recovery-image] Jul 06 21:42:09.560 INFO O| Jul 06 21:42:09.560 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91532026-07-06T21:42:10.147Z[ recovery-image] Jul 06 21:42:09.560 INFO O| Jul 06 21:42:09.560 INFO STEP 84 (remove_files) COMPLETE
91542026-07-06T21:42:10.147Z[ recovery-image] Jul 06 21:42:09.560 INFO O| Jul 06 21:42:09.560 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-07-06T21:42:10.153Z[ recovery-image] Jul 06 21:42:09.566 INFO O| Jul 06 21:42:09.566 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91562026-07-06T21:42:10.153Z[ recovery-image] Jul 06 21:42:09.566 INFO O| Jul 06 21:42:09.566 INFO STEP 85 (remove_files) COMPLETE
91572026-07-06T21:42:10.156Z[ recovery-image] Jul 06 21:42:09.566 INFO O| Jul 06 21:42:09.566 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-07-06T21:42:10.160Z[ recovery-image] Jul 06 21:42:09.573 INFO O| Jul 06 21:42:09.573 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91592026-07-06T21:42:10.160Z[ recovery-image] Jul 06 21:42:09.573 INFO O| Jul 06 21:42:09.573 INFO STEP 86 (remove_files) COMPLETE
91602026-07-06T21:42:10.163Z[ recovery-image] Jul 06 21:42:09.573 INFO O| Jul 06 21:42:09.573 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-07-06T21:42:10.166Z[ recovery-image] Jul 06 21:42:09.579 INFO O| Jul 06 21:42:09.579 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91622026-07-06T21:42:10.166Z[ recovery-image] Jul 06 21:42:09.579 INFO O| Jul 06 21:42:09.579 INFO STEP 87 (remove_files) COMPLETE
91632026-07-06T21:42:10.166Z[ recovery-image] Jul 06 21:42:09.579 INFO O| Jul 06 21:42:09.579 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-07-06T21:42:10.173Z[ recovery-image] Jul 06 21:42:09.585 INFO O| Jul 06 21:42:09.585 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91652026-07-06T21:42:10.173Z[ recovery-image] Jul 06 21:42:09.585 INFO O| Jul 06 21:42:09.585 INFO STEP 88 (remove_files) COMPLETE
91662026-07-06T21:42:10.173Z[ recovery-image] Jul 06 21:42:09.585 INFO O| Jul 06 21:42:09.585 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-07-06T21:42:10.178Z[ recovery-image] Jul 06 21:42:09.591 INFO O| Jul 06 21:42:09.591 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91682026-07-06T21:42:10.181Z[ recovery-image] Jul 06 21:42:09.591 INFO O| Jul 06 21:42:09.591 INFO STEP 89 (remove_files) COMPLETE
91692026-07-06T21:42:10.181Z[ recovery-image] Jul 06 21:42:09.591 INFO O| Jul 06 21:42:09.591 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-07-06T21:42:10.184Z[ recovery-image] Jul 06 21:42:09.597 INFO O| Jul 06 21:42:09.597 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91712026-07-06T21:42:10.184Z[ recovery-image] Jul 06 21:42:09.597 INFO O| Jul 06 21:42:09.597 INFO STEP 90 (remove_files) COMPLETE
91722026-07-06T21:42:10.187Z[ recovery-image] Jul 06 21:42:09.597 INFO O| Jul 06 21:42:09.597 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-07-06T21:42:10.192Z[ recovery-image] Jul 06 21:42:09.604 INFO O| Jul 06 21:42:09.604 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91742026-07-06T21:42:10.192Z[ recovery-image] Jul 06 21:42:09.604 INFO O| Jul 06 21:42:09.604 INFO STEP 91 (remove_files) COMPLETE
91752026-07-06T21:42:10.195Z[ recovery-image] Jul 06 21:42:09.604 INFO O| Jul 06 21:42:09.604 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-07-06T21:42:10.197Z[ recovery-image] Jul 06 21:42:09.610 INFO O| Jul 06 21:42:09.610 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91772026-07-06T21:42:10.197Z[ recovery-image] Jul 06 21:42:09.610 INFO O| Jul 06 21:42:09.610 INFO STEP 92 (remove_files) COMPLETE
91782026-07-06T21:42:10.197Z[ recovery-image] Jul 06 21:42:09.610 INFO O| Jul 06 21:42:09.610 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-07-06T21:42:10.203Z[ recovery-image] Jul 06 21:42:09.616 INFO O| Jul 06 21:42:09.616 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91802026-07-06T21:42:10.203Z[ recovery-image] Jul 06 21:42:09.616 INFO O| Jul 06 21:42:09.616 INFO STEP 93 (remove_files) COMPLETE
91812026-07-06T21:42:10.203Z[ recovery-image] Jul 06 21:42:09.616 INFO O| Jul 06 21:42:09.616 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-07-06T21:42:10.209Z[ recovery-image] Jul 06 21:42:09.622 INFO O| Jul 06 21:42:09.622 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91832026-07-06T21:42:10.209Z[ recovery-image] Jul 06 21:42:09.622 INFO O| Jul 06 21:42:09.622 INFO STEP 94 (remove_files) COMPLETE
91842026-07-06T21:42:10.209Z[ recovery-image] Jul 06 21:42:09.622 INFO O| Jul 06 21:42:09.622 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-07-06T21:42:10.215Z[ recovery-image] Jul 06 21:42:09.628 INFO O| Jul 06 21:42:09.628 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91862026-07-06T21:42:10.215Z[ recovery-image] Jul 06 21:42:09.628 INFO O| Jul 06 21:42:09.628 INFO STEP 95 (remove_files) COMPLETE
91872026-07-06T21:42:10.218Z[ recovery-image] Jul 06 21:42:09.628 INFO O| Jul 06 21:42:09.628 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-07-06T21:42:10.221Z[ recovery-image] Jul 06 21:42:09.634 INFO O| Jul 06 21:42:09.634 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91892026-07-06T21:42:10.221Z[ recovery-image] Jul 06 21:42:09.634 INFO O| Jul 06 21:42:09.634 INFO STEP 96 (remove_files) COMPLETE
91902026-07-06T21:42:10.221Z[ recovery-image] Jul 06 21:42:09.634 INFO O| Jul 06 21:42:09.634 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-07-06T21:42:10.227Z[ recovery-image] Jul 06 21:42:09.640 INFO O| Jul 06 21:42:09.640 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91922026-07-06T21:42:10.227Z[ recovery-image] Jul 06 21:42:09.640 INFO O| Jul 06 21:42:09.640 INFO STEP 97 (remove_files) COMPLETE
91932026-07-06T21:42:10.230Z[ recovery-image] Jul 06 21:42:09.640 INFO O| Jul 06 21:42:09.640 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-07-06T21:42:10.233Z[ recovery-image] Jul 06 21:42:09.645 INFO O| Jul 06 21:42:09.645 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91952026-07-06T21:42:10.233Z[ recovery-image] Jul 06 21:42:09.645 INFO O| Jul 06 21:42:09.645 INFO STEP 98 (remove_files) COMPLETE
91962026-07-06T21:42:10.233Z[ recovery-image] Jul 06 21:42:09.645 INFO O| Jul 06 21:42:09.645 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91972026-07-06T21:42:10.240Z[ recovery-image] Jul 06 21:42:09.652 INFO O| Jul 06 21:42:09.652 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91982026-07-06T21:42:10.240Z[ recovery-image] Jul 06 21:42:09.652 INFO O| Jul 06 21:42:09.652 INFO STEP 99 (remove_files) COMPLETE
91992026-07-06T21:42:10.243Z[ recovery-image] Jul 06 21:42:09.652 INFO O| Jul 06 21:42:09.652 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92002026-07-06T21:42:10.248Z[ recovery-image] Jul 06 21:42:09.661 INFO O| Jul 06 21:42:09.661 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92012026-07-06T21:42:10.251Z[ recovery-image] Jul 06 21:42:09.661 INFO O| Jul 06 21:42:09.661 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92022026-07-06T21:42:13.603Z[ recovery-image] Jul 06 21:42:13.015 INFO O| Jul 06 21:42:13.015 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
92032026-07-06T21:42:13.603Z[ recovery-image] Jul 06 21:42:13.015 INFO O| Jul 06 21:42:13.015 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92042026-07-06T21:42:13.612Z[ recovery-image] Jul 06 21:42:13.025 INFO O| Jul 06 21:42:13.025 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"}
92052026-07-06T21:42:13.704Z[ recovery-image] Jul 06 21:42:13.116 INFO O| Jul 06 21:42:13.116 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92062026-07-06T21:42:13.754Z[ recovery-image] Jul 06 21:42:13.166 INFO O| Jul 06 21:42:13.166 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92072026-07-06T21:42:13.811Z[ recovery-image] Jul 06 21:42:13.224 INFO O| Jul 06 21:42:13.223 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92082026-07-06T21:42:13.811Z[ recovery-image] Jul 06 21:42:13.224 INFO O| Jul 06 21:42:13.223 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 ...
92092026-07-06T21:42:13.814Z[ recovery-image] Jul 06 21:42:13.225 INFO O| Jul 06 21:42:13.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92102026-07-06T21:42:13.814Z[ recovery-image] Jul 06 21:42:13.225 INFO O| Jul 06 21:42:13.225 INFO ok!
92112026-07-06T21:42:13.814Z[ recovery-image] Jul 06 21:42:13.225 INFO O| Jul 06 21:42:13.225 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92122026-07-06T21:42:13.814Z[ recovery-image] Jul 06 21:42:13.225 INFO O| Jul 06 21:42:13.225 INFO STEP 100 (seed_smf) COMPLETE
92132026-07-06T21:42:13.814Z[ recovery-image] Jul 06 21:42:13.225 INFO O| Jul 06 21:42:13.225 INFO steps complete; finalising image!
92142026-07-06T21:42:13.814Z[ recovery-image] Jul 06 21:42:13.225 INFO O| Jul 06 21:42:13.225 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92152026-07-06T21:42:13.952Z[ recovery-image] Jul 06 21:42:13.365 INFO O| Jul 06 21:42:13.365 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Mon Jul 6 21:42:13 2026)
92162026-07-06T21:42:14.158Z[ recovery-image] Jul 06 21:42:13.571 INFO O| Jul 06 21:42:13.571 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Jul 6 21:42:13 2026)
92172026-07-06T21:42:14.364Z[ recovery-image] Jul 06 21:42:13.775 INFO O| Jul 06 21:42:13.775 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Jul 6 21:42:13 2026)
92182026-07-06T21:42:14.567Z[ recovery-image] Jul 06 21:42:13.979 INFO O| Jul 06 21:42:13.979 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Jul 6 21:42:13 2026)
92192026-07-06T21:42:14.770Z[ recovery-image] Jul 06 21:42:14.183 INFO O| Jul 06 21:42:14.183 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Jul 6 21:42:13 2026)
92202026-07-06T21:42:14.977Z[ recovery-image] Jul 06 21:42:14.389 INFO O| Jul 06 21:42:14.389 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Jul 6 21:42:13 2026)
92212026-07-06T21:42:15.191Z[ recovery-image] Jul 06 21:42:14.603 INFO O| Jul 06 21:42:14.603 INFO temporary pool has 494M used, 1.27G avail, 1.00x compressratio
92222026-07-06T21:42:15.191Z[ recovery-image] Jul 06 21:42:14.603 INFO O| Jul 06 21:42:14.603 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92232026-07-06T21:42:15.456Z[ recovery-image] Jul 06 21:42:14.868 INFO O| Jul 06 21:42:14.868 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
92242026-07-06T21:42:15.456Z[ recovery-image] Jul 06 21:42:14.868 INFO O| Jul 06 21:42:14.868 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92252026-07-06T21:42:17.461Z[ recovery-image] Jul 06 21:42:16.873 INFO O| Jul 06 21:42:16.873 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92262026-07-06T21:42:17.461Z[ recovery-image] Jul 06 21:42:16.873 INFO O| Jul 06 21:42:16.873 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92272026-07-06T21:42:17.461Z[ recovery-image] Jul 06 21:42:16.873 INFO O| Jul 06 21:42:16.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92282026-07-06T21:42:17.464Z[ recovery-image] Jul 06 21:42:16.873 INFO O| Jul 06 21:42:16.873 INFO completed processing sled/zfs-recovery
92292026-07-06T21:42:17.464Z[ recovery-image] Jul 06 21:42:16.873 INFO O| Jul 06 21:42:16.873 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92302026-07-06T21:42:19.246Z[ recovery-image] Jul 06 21:42:18.659 INFO O| Jul 06 21:42:18.659 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92312026-07-06T21:42:19.321Z[ recovery-image] Jul 06 21:42:18.734 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
92322026-07-06T21:42:19.321Z[ recovery-image] Jul 06 21:42:18.734 INFO expanded image name: "recovery 5e1011e/${os_short_commit} 2026-07-06 21:28" -> "recovery 5e1011e/9b09742 2026-07-06 21:28"
92332026-07-06T21:42:19.321Z[ recovery-image] Jul 06 21:42:18.734 INFO output artefacts stored in: "/work/os-recovery"
92342026-07-06T21:42:19.325Z[ recovery-image] Jul 06 21:42:18.734 INFO collecting git info from project "dmar-report"...
92352026-07-06T21:42:19.332Z[ recovery-image] Jul 06 21:42:18.744 INFO collecting git info from project "chelsio-t6-roms"...
92362026-07-06T21:42:19.347Z[ recovery-image] Jul 06 21:42:18.759 INFO collecting git info from project "image-builder"...
92372026-07-06T21:42:19.352Z[ recovery-image] Jul 06 21:42:18.765 INFO collecting git info from project "pilot"...
92382026-07-06T21:42:19.359Z[ recovery-image] Jul 06 21:42:18.772 INFO collecting git info from project "pinprick"...
92392026-07-06T21:42:19.363Z[ recovery-image] Jul 06 21:42:18.776 INFO collecting git info from project "amd-firmware"...
92402026-07-06T21:42:19.474Z[ recovery-image] Jul 06 21:42:18.886 INFO collecting git info from project "phbl"...
92412026-07-06T21:42:19.479Z[ recovery-image] Jul 06 21:42:18.892 INFO collecting git info from project "amd-host-image-builder"...
92422026-07-06T21:42:19.516Z[ recovery-image] Jul 06 21:42:18.929 INFO collecting git info from project "bootserver"...
92432026-07-06T21:42:19.521Z[ recovery-image] Jul 06 21:42:18.934 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92442026-07-06T21:42:19.811Z[ recovery-image] Jul 06 21:42:19.223 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92452026-07-06T21:42:20.085Z[ recovery-image] Jul 06 21:42:19.497 INFO creating Oxide boot image...
92462026-07-06T21:42:20.085Z[ recovery-image] Jul 06 21:42:19.497 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 5e1011e/9b09742 2026-07-06 21:28", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92472026-07-06T21:42:28.468Z[ host-image] Jul 06 21:42:27.880 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92482026-07-06T21:42:28.468Z[ host-image] Jul 06 21:42:27.880 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92492026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.880 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92502026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.880 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92512026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.880 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92522026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.880 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92532026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.880 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92542026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.880 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92552026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.881 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260706T212839Z
92562026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.881 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92572026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.881 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92582026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.881 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92592026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.881 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92602026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.881 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92612026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92622026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92632026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92642026-07-06T21:42:28.472Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92652026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92662026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92672026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92682026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92692026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92702026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92712026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92722026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92732026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92742026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.882 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92752026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.883 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92762026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.883 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92772026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.883 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92782026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.883 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92792026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.883 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92802026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.883 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92812026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.883 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92822026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.883 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92832026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.883 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92842026-07-06T21:42:28.473Z[ host-image] Jul 06 21:42:27.883 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92852026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.886 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92862026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.886 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92872026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.886 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92882026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.886 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92892026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.886 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92902026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.886 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92912026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.886 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
92922026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.886 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92932026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.886 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92942026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.887 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92952026-07-06T21:42:28.477Z[ host-image] Jul 06 21:42:27.887 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92962026-07-06T21:42:28.480Z[ host-image] Jul 06 21:42:27.890 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92972026-07-06T21:42:28.480Z[ host-image] Jul 06 21:42:27.890 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92982026-07-06T21:42:28.481Z[ host-image] Jul 06 21:42:27.890 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92992026-07-06T21:42:28.481Z[ host-image] Jul 06 21:42:27.890 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93002026-07-06T21:42:28.481Z[ host-image] Jul 06 21:42:27.891 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93012026-07-06T21:42:28.481Z[ host-image] Jul 06 21:42:27.891 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93022026-07-06T21:42:28.489Z[ host-image] Jul 06 21:42:27.902 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93032026-07-06T21:42:28.492Z[ host-image] Jul 06 21:42:27.902 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93042026-07-06T21:42:28.492Z[ host-image] Jul 06 21:42:27.902 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93052026-07-06T21:42:28.492Z[ host-image] Jul 06 21:42:27.902 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
93062026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.903 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
93072026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.903 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93082026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.903 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
93092026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.903 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93102026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.903 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93112026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.903 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93122026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.903 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93132026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.903 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
93142026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.903 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93152026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.904 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93162026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.904 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93172026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.904 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93182026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.904 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
93192026-07-06T21:42:28.493Z[ host-image] Jul 06 21:42:27.904 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93202026-07-06T21:42:28.496Z[ host-image] Jul 06 21:42:27.908 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93212026-07-06T21:42:28.496Z[ host-image] Jul 06 21:42:27.908 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
93222026-07-06T21:42:28.497Z[ host-image] Jul 06 21:42:27.909 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
93232026-07-06T21:42:28.497Z[ host-image] Jul 06 21:42:27.909 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
93242026-07-06T21:42:28.497Z[ host-image] Jul 06 21:42:27.909 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93252026-07-06T21:42:28.497Z[ host-image] Jul 06 21:42:27.909 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
93262026-07-06T21:42:28.497Z[ host-image] Jul 06 21:42:27.909 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
93272026-07-06T21:42:28.497Z[ host-image] Jul 06 21:42:27.909 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
93282026-07-06T21:42:28.497Z[ host-image] Jul 06 21:42:27.909 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
93292026-07-06T21:42:28.500Z[ host-image] Jul 06 21:42:27.910 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
93302026-07-06T21:42:28.500Z[ host-image] Jul 06 21:42:27.910 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
93312026-07-06T21:42:28.500Z[ host-image] Jul 06 21:42:27.910 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
93322026-07-06T21:42:28.500Z[ host-image] Jul 06 21:42:27.910 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93332026-07-06T21:42:28.501Z[ host-image] Jul 06 21:42:27.910 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
93342026-07-06T21:42:28.501Z[ host-image] Jul 06 21:42:27.910 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
93352026-07-06T21:42:28.501Z[ host-image] Jul 06 21:42:27.910 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
93362026-07-06T21:42:28.501Z[ host-image] Jul 06 21:42:27.911 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93372026-07-06T21:42:28.501Z[ host-image] Jul 06 21:42:27.913 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93382026-07-06T21:42:28.501Z[ host-image] Jul 06 21:42:27.913 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93392026-07-06T21:42:28.504Z[ host-image] Jul 06 21:42:27.913 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93402026-07-06T21:42:28.504Z[ host-image] Jul 06 21:42:27.913 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93412026-07-06T21:42:28.504Z[ host-image] Jul 06 21:42:27.913 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93422026-07-06T21:42:28.504Z[ host-image] Jul 06 21:42:27.914 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93432026-07-06T21:42:28.504Z[ host-image] Jul 06 21:42:27.914 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93442026-07-06T21:42:28.504Z[ host-image] Jul 06 21:42:27.914 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93452026-07-06T21:42:28.504Z[ host-image] Jul 06 21:42:27.914 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93462026-07-06T21:42:28.507Z[ host-image] Jul 06 21:42:27.917 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93472026-07-06T21:42:28.507Z[ host-image] Jul 06 21:42:27.917 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93482026-07-06T21:42:28.507Z[ host-image] Jul 06 21:42:27.917 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93492026-07-06T21:42:28.507Z[ host-image] Jul 06 21:42:27.917 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93502026-07-06T21:42:28.507Z[ host-image] Jul 06 21:42:27.917 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93512026-07-06T21:42:28.510Z[ host-image] Jul 06 21:42:27.923 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93522026-07-06T21:42:28.510Z[ host-image] Jul 06 21:42:27.923 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93532026-07-06T21:42:28.513Z[ host-image] Jul 06 21:42:27.923 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93542026-07-06T21:42:28.513Z[ host-image] Jul 06 21:42:27.923 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93552026-07-06T21:42:28.513Z[ host-image] Jul 06 21:42:27.923 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93562026-07-06T21:42:28.519Z[ host-image] Jul 06 21:42:27.931 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93572026-07-06T21:42:28.519Z[ host-image] Jul 06 21:42:27.931 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93582026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.932 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93592026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.932 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93602026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.932 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93612026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.932 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93622026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.932 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93632026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.932 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93642026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.932 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93652026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.932 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93662026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.933 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93672026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.933 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93682026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.933 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93692026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.933 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93702026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.933 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93712026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93722026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93732026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93742026-07-06T21:42:28.522Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93752026-07-06T21:42:28.523Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93762026-07-06T21:42:28.523Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93772026-07-06T21:42:28.523Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93782026-07-06T21:42:28.523Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93792026-07-06T21:42:28.523Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93802026-07-06T21:42:28.523Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93812026-07-06T21:42:28.523Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93822026-07-06T21:42:28.523Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93832026-07-06T21:42:28.527Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93842026-07-06T21:42:28.527Z[ host-image] Jul 06 21:42:27.934 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93852026-07-06T21:42:28.527Z[ host-image] Jul 06 21:42:27.935 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93862026-07-06T21:42:28.527Z[ host-image] Jul 06 21:42:27.935 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93872026-07-06T21:42:28.527Z[ host-image] Jul 06 21:42:27.936 INFO O| tempdir @ "/tmp/.tmp4g1cIQ/tmp"
93882026-07-06T21:42:28.527Z[ host-image] Jul 06 21:42:27.936 INFO O| image root @ "/tmp/.tmp4g1cIQ/tmp/root"
93892026-07-06T21:42:28.527Z[ host-image] Jul 06 21:42:27.936 INFO O| creating image...
93902026-07-06T21:42:28.843Z[ host-image] Jul 06 21:42:28.256 INFO O| copying publishers...
93912026-07-06T21:42:29.689Z[ host-image] Jul 06 21:42:29.100 INFO O| adding properties...
93922026-07-06T21:42:30.428Z[ host-image] Jul 06 21:42:29.840 INFO O| installing packages...
93932026-07-06T21:42:39.732Z[ host-image] Jul 06 21:42:39.144 INFO O| seeding SMF database...
93942026-07-06T21:42:43.995Z[ host-image] Jul 06 21:42:43.408 INFO O| configuring SMF profile...
93952026-07-06T21:42:43.995Z[ host-image] Jul 06 21:42:43.408 INFO O| modifying shadow(5)...
93962026-07-06T21:42:43.999Z[ host-image] Jul 06 21:42:43.408 INFO O| loading user and group database...
93972026-07-06T21:42:43.999Z[ host-image] Jul 06 21:42:43.408 INFO O| loading facet selections...
93982026-07-06T21:42:44.298Z[ host-image] Jul 06 21:42:43.707 INFO O| devel -> true
93992026-07-06T21:42:44.298Z[ host-image] Jul 06 21:42:43.708 INFO O| doc.man -> true
94002026-07-06T21:42:44.298Z[ host-image] Jul 06 21:42:43.708 INFO O| version-lock.shell/ksh93 -> true
94012026-07-06T21:42:44.298Z[ host-image] Jul 06 21:42:43.708 INFO O| version-lock.system/data/hardware-registry -> true
94022026-07-06T21:42:44.298Z[ host-image] Jul 06 21:42:43.708 INFO O| version-lock.system/data/zoneinfo -> true
94032026-07-06T21:42:44.298Z[ host-image] Jul 06 21:42:43.708 INFO O| version-lock.system/microcode/amd -> true
94042026-07-06T21:42:44.298Z[ host-image] Jul 06 21:42:43.708 INFO O| version-lock.system/microcode/intel -> true
94052026-07-06T21:42:44.298Z[ host-image] Jul 06 21:42:43.708 INFO O| version-lock.system/microcode/oxide -> true
94062026-07-06T21:42:44.298Z[ host-image] Jul 06 21:42:43.708 INFO O| assessing packaged files...
94072026-07-06T21:42:45.717Z[ host-image] Jul 06 21:42:45.129 INFO O| creating archive...
94082026-07-06T21:42:45.737Z[ host-image] Jul 06 21:42:45.149 INFO O| missing from packaging:
94092026-07-06T21:42:45.737Z[ host-image] Jul 06 21:42:45.149 INFO O| "etc/.pwd.lock"
94102026-07-06T21:42:45.740Z[ host-image] Jul 06 21:42:45.149 INFO O| "etc/bash"
94112026-07-06T21:42:45.740Z[ host-image] Jul 06 21:42:45.153 INFO O| "etc/svc/profile/generic.xml"
94122026-07-06T21:42:45.740Z[ host-image] Jul 06 21:42:45.153 INFO O| "etc/svc/profile/inetd_services.xml"
94132026-07-06T21:42:45.740Z[ host-image] Jul 06 21:42:45.153 INFO O| "etc/svc/profile/name_service.xml"
94142026-07-06T21:42:45.740Z[ host-image] Jul 06 21:42:45.153 INFO O| "etc/svc/profile/platform.xml"
94152026-07-06T21:42:45.743Z[ host-image] Jul 06 21:42:45.153 INFO O| "etc/svc/profile/platform_omicron1.xml"
94162026-07-06T21:42:45.743Z[ host-image] Jul 06 21:42:45.153 INFO O| "etc/svc/repository.db"
94172026-07-06T21:42:45.747Z[ host-image] Jul 06 21:42:45.158 INFO O| "opt/ooce/share"
94182026-07-06T21:42:45.747Z[ host-image] Jul 06 21:42:45.158 INFO O| "opt/ooce/share/man"
94192026-07-06T21:42:45.747Z[ host-image] Jul 06 21:42:45.158 INFO O| "opt/ooce/share/man/man1"
94202026-07-06T21:42:45.753Z[ host-image] Jul 06 21:42:45.166 INFO O| finishing archive...
94212026-07-06T21:42:48.066Z[ host-image] Jul 06 21:42:47.478 INFO O| creating gzonly manifest...
94222026-07-06T21:42:48.072Z[ host-image] Jul 06 21:42:47.484 INFO O| ok
94232026-07-06T21:42:48.161Z[ host-image] Jul 06 21:42:47.573 INFO image builder template: ramdisk-02-trim...
94242026-07-06T21:42:48.161Z[ host-image] Jul 06 21:42:47.573 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/.tmpLgBkya/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94252026-07-06T21:42:48.177Z[ host-image] Jul 06 21:42:47.590 INFO O| Jul 06 21:42:47.589 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94262026-07-06T21:42:48.181Z[ host-image] Jul 06 21:42:47.592 INFO O| Jul 06 21:42:47.592 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94272026-07-06T21:42:48.310Z[ host-image] Jul 06 21:42:47.721 INFO O| Jul 06 21:42:47.721 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94282026-07-06T21:42:48.358Z[ host-image] Jul 06 21:42:47.770 INFO O| Jul 06 21:42:47.770 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94292026-07-06T21:42:48.358Z[ host-image] Jul 06 21:42:47.770 INFO O| Jul 06 21:42:47.770 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94302026-07-06T21:42:48.361Z[ host-image] Jul 06 21:42:47.773 INFO O| Jul 06 21:42:47.773 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94312026-07-06T21:42:48.364Z[ host-image] Jul 06 21:42:47.777 INFO O| Jul 06 21:42:47.777 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94322026-07-06T21:42:48.368Z[ host-image] Jul 06 21:42:47.780 INFO O| Jul 06 21:42:47.780 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94332026-07-06T21:42:48.832Z[ host-image] Jul 06 21:42:48.244 INFO O| Jul 06 21:42:48.244 INFO rolled back to input snapshot; work may begin
94342026-07-06T21:42:48.832Z[ host-image] Jul 06 21:42:48.244 INFO O| Jul 06 21:42:48.244 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94352026-07-06T21:42:48.836Z[ host-image] Jul 06 21:42:48.248 INFO O| Jul 06 21:42:48.248 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-07-06T21:42:48.843Z[ host-image] Jul 06 21:42:48.254 INFO O| Jul 06 21:42:48.254 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94372026-07-06T21:42:48.876Z[ host-image] Jul 06 21:42:48.288 INFO O| Jul 06 21:42:48.288 INFO STEP 0 (remove_files) COMPLETE
94382026-07-06T21:42:48.876Z[ host-image] Jul 06 21:42:48.288 INFO O| Jul 06 21:42:48.288 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-07-06T21:42:48.884Z[ host-image] Jul 06 21:42:48.296 INFO O| Jul 06 21:42:48.296 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94402026-07-06T21:42:48.888Z[ host-image] Jul 06 21:42:48.297 INFO O| Jul 06 21:42:48.297 INFO STEP 1 (remove_files) COMPLETE
94412026-07-06T21:42:48.888Z[ host-image] Jul 06 21:42:48.297 INFO O| Jul 06 21:42:48.297 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-07-06T21:42:48.892Z[ host-image] Jul 06 21:42:48.305 INFO O| Jul 06 21:42:48.305 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94432026-07-06T21:42:48.904Z[ host-image] Jul 06 21:42:48.316 INFO O| Jul 06 21:42:48.316 INFO STEP 2 (remove_files) COMPLETE
94442026-07-06T21:42:48.904Z[ host-image] Jul 06 21:42:48.316 INFO O| Jul 06 21:42:48.316 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-07-06T21:42:48.913Z[ host-image] Jul 06 21:42:48.325 INFO O| Jul 06 21:42:48.325 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94462026-07-06T21:42:48.916Z[ host-image] Jul 06 21:42:48.326 INFO O| Jul 06 21:42:48.326 INFO STEP 3 (remove_files) COMPLETE
94472026-07-06T21:42:48.916Z[ host-image] Jul 06 21:42:48.326 INFO O| Jul 06 21:42:48.326 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-07-06T21:42:48.922Z[ host-image] Jul 06 21:42:48.335 INFO O| Jul 06 21:42:48.335 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94492026-07-06T21:42:48.926Z[ host-image] Jul 06 21:42:48.337 INFO O| Jul 06 21:42:48.337 INFO STEP 4 (remove_files) COMPLETE
94502026-07-06T21:42:48.926Z[ host-image] Jul 06 21:42:48.337 INFO O| Jul 06 21:42:48.337 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-07-06T21:42:48.931Z[ host-image] Jul 06 21:42:48.343 INFO O| Jul 06 21:42:48.343 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94522026-07-06T21:42:48.934Z[ host-image] Jul 06 21:42:48.345 INFO O| Jul 06 21:42:48.345 INFO STEP 5 (remove_files) COMPLETE
94532026-07-06T21:42:48.934Z[ host-image] Jul 06 21:42:48.345 INFO O| Jul 06 21:42:48.345 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-07-06T21:42:48.939Z[ host-image] Jul 06 21:42:48.352 INFO O| Jul 06 21:42:48.352 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94552026-07-06T21:42:48.949Z[ host-image] Jul 06 21:42:48.361 INFO O| Jul 06 21:42:48.361 INFO STEP 6 (remove_files) COMPLETE
94562026-07-06T21:42:48.949Z[ host-image] Jul 06 21:42:48.361 INFO O| Jul 06 21:42:48.361 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-07-06T21:42:48.952Z[ host-image] Jul 06 21:42:48.361 INFO O| Jul 06 21:42:48.361 INFO skip step because feature "heliosv2" is not enabled
94582026-07-06T21:42:48.952Z[ host-image] Jul 06 21:42:48.361 INFO O| Jul 06 21:42:48.361 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-07-06T21:42:48.955Z[ host-image] Jul 06 21:42:48.367 INFO O| Jul 06 21:42:48.367 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94602026-07-06T21:42:48.964Z[ host-image] Jul 06 21:42:48.376 INFO O| Jul 06 21:42:48.376 INFO STEP 8 (remove_files) COMPLETE
94612026-07-06T21:42:48.964Z[ host-image] Jul 06 21:42:48.376 INFO O| Jul 06 21:42:48.376 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-07-06T21:42:48.970Z[ host-image] Jul 06 21:42:48.382 INFO O| Jul 06 21:42:48.382 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94632026-07-06T21:42:49.031Z[ host-image] Jul 06 21:42:48.443 INFO O| Jul 06 21:42:48.443 INFO STEP 9 (remove_files) COMPLETE
94642026-07-06T21:42:49.031Z[ host-image] Jul 06 21:42:48.443 INFO O| Jul 06 21:42:48.443 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-07-06T21:42:49.038Z[ host-image] Jul 06 21:42:48.450 INFO O| Jul 06 21:42:48.450 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94662026-07-06T21:42:49.106Z[ host-image] Jul 06 21:42:48.518 INFO O| Jul 06 21:42:48.518 INFO STEP 10 (remove_files) COMPLETE
94672026-07-06T21:42:49.106Z[ host-image] Jul 06 21:42:48.518 INFO O| Jul 06 21:42:48.518 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-07-06T21:42:49.113Z[ host-image] Jul 06 21:42:48.526 INFO O| Jul 06 21:42:48.526 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94692026-07-06T21:42:49.117Z[ host-image] Jul 06 21:42:48.528 INFO O| Jul 06 21:42:48.528 INFO STEP 11 (remove_files) COMPLETE
94702026-07-06T21:42:49.117Z[ host-image] Jul 06 21:42:48.528 INFO O| Jul 06 21:42:48.528 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-07-06T21:42:49.121Z[ host-image] Jul 06 21:42:48.534 INFO O| Jul 06 21:42:48.534 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94722026-07-06T21:42:49.125Z[ host-image] Jul 06 21:42:48.534 INFO O| Jul 06 21:42:48.534 INFO STEP 12 (remove_files) COMPLETE
94732026-07-06T21:42:49.125Z[ host-image] Jul 06 21:42:48.534 INFO O| Jul 06 21:42:48.534 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-07-06T21:42:49.128Z[ host-image] Jul 06 21:42:48.540 INFO O| Jul 06 21:42:48.540 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94752026-07-06T21:42:49.136Z[ host-image] Jul 06 21:42:48.541 INFO O| Jul 06 21:42:48.541 INFO STEP 13 (remove_files) COMPLETE
94762026-07-06T21:42:49.136Z[ host-image] Jul 06 21:42:48.541 INFO O| Jul 06 21:42:48.541 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-07-06T21:42:49.144Z[ host-image] Jul 06 21:42:48.556 INFO O| Jul 06 21:42:48.556 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94782026-07-06T21:42:49.148Z[ host-image] Jul 06 21:42:48.556 INFO O| Jul 06 21:42:48.556 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94792026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.562 INFO O| Jul 06 21:42:48.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94802026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.562 INFO O| Jul 06 21:42:48.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94812026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.562 INFO O| Jul 06 21:42:48.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94822026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.562 INFO O| Jul 06 21:42:48.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94832026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94842026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94852026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94862026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94872026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94882026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94892026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94902026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94912026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94922026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94932026-07-06T21:42:49.153Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94942026-07-06T21:42:49.154Z[ host-image] Jul 06 21:42:48.563 INFO O| Jul 06 21:42:48.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94952026-07-06T21:42:49.301Z[ host-image] Jul 06 21:42:48.712 INFO O| Jul 06 21:42:48.712 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94962026-07-06T21:42:49.310Z[ host-image] Jul 06 21:42:48.722 INFO O| Jul 06 21:42:48.722 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94972026-07-06T21:42:49.362Z[ host-image] Jul 06 21:42:48.774 INFO O| Jul 06 21:42:48.774 INFO STEP 14 (remove_files) COMPLETE
94982026-07-06T21:42:49.362Z[ host-image] Jul 06 21:42:48.774 INFO O| Jul 06 21:42:48.774 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-07-06T21:42:49.369Z[ host-image] Jul 06 21:42:48.781 INFO O| Jul 06 21:42:48.781 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95002026-07-06T21:42:49.372Z[ host-image] Jul 06 21:42:48.782 INFO O| Jul 06 21:42:48.782 INFO STEP 15 (remove_files) COMPLETE
95012026-07-06T21:42:49.372Z[ host-image] Jul 06 21:42:48.782 INFO O| Jul 06 21:42:48.782 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-07-06T21:42:49.378Z[ host-image] Jul 06 21:42:48.791 INFO O| Jul 06 21:42:48.791 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95032026-07-06T21:42:49.384Z[ host-image] Jul 06 21:42:48.796 INFO O| Jul 06 21:42:48.796 INFO STEP 16 (remove_files) COMPLETE
95042026-07-06T21:42:49.384Z[ host-image] Jul 06 21:42:48.796 INFO O| Jul 06 21:42:48.796 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-07-06T21:42:49.392Z[ host-image] Jul 06 21:42:48.804 INFO O| Jul 06 21:42:48.804 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95062026-07-06T21:42:49.395Z[ host-image] Jul 06 21:42:48.804 INFO O| Jul 06 21:42:48.804 INFO STEP 17 (remove_files) COMPLETE
95072026-07-06T21:42:49.395Z[ host-image] Jul 06 21:42:48.804 INFO O| Jul 06 21:42:48.804 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-07-06T21:42:49.400Z[ host-image] Jul 06 21:42:48.812 INFO O| Jul 06 21:42:48.812 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95092026-07-06T21:42:49.403Z[ host-image] Jul 06 21:42:48.813 INFO O| Jul 06 21:42:48.813 INFO STEP 18 (remove_files) COMPLETE
95102026-07-06T21:42:49.403Z[ host-image] Jul 06 21:42:48.813 INFO O| Jul 06 21:42:48.813 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-07-06T21:42:49.406Z[ host-image] Jul 06 21:42:48.819 INFO O| Jul 06 21:42:48.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95122026-07-06T21:42:49.410Z[ host-image] Jul 06 21:42:48.819 INFO O| Jul 06 21:42:48.819 INFO STEP 19 (remove_files) COMPLETE
95132026-07-06T21:42:49.410Z[ host-image] Jul 06 21:42:48.819 INFO O| Jul 06 21:42:48.819 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-07-06T21:42:49.413Z[ host-image] Jul 06 21:42:48.826 INFO O| Jul 06 21:42:48.826 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95152026-07-06T21:42:49.413Z[ host-image] Jul 06 21:42:48.826 INFO O| Jul 06 21:42:48.826 INFO STEP 20 (remove_files) COMPLETE
95162026-07-06T21:42:49.416Z[ host-image] Jul 06 21:42:48.826 INFO O| Jul 06 21:42:48.826 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-07-06T21:42:49.420Z[ host-image] Jul 06 21:42:48.833 INFO O| Jul 06 21:42:48.833 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95182026-07-06T21:42:49.420Z[ host-image] Jul 06 21:42:48.833 INFO O| Jul 06 21:42:48.833 INFO STEP 21 (remove_files) COMPLETE
95192026-07-06T21:42:49.424Z[ host-image] Jul 06 21:42:48.833 INFO O| Jul 06 21:42:48.833 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-07-06T21:42:49.428Z[ host-image] Jul 06 21:42:48.841 INFO O| Jul 06 21:42:48.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95212026-07-06T21:42:49.428Z[ host-image] Jul 06 21:42:48.841 INFO O| Jul 06 21:42:48.841 INFO STEP 22 (remove_files) COMPLETE
95222026-07-06T21:42:49.431Z[ host-image] Jul 06 21:42:48.841 INFO O| Jul 06 21:42:48.841 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-07-06T21:42:49.435Z[ host-image] Jul 06 21:42:48.848 INFO O| Jul 06 21:42:48.848 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95242026-07-06T21:42:49.435Z[ host-image] Jul 06 21:42:48.848 INFO O| Jul 06 21:42:48.848 INFO STEP 23 (remove_files) COMPLETE
95252026-07-06T21:42:49.439Z[ host-image] Jul 06 21:42:48.848 INFO O| Jul 06 21:42:48.848 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-07-06T21:42:49.442Z[ host-image] Jul 06 21:42:48.855 INFO O| Jul 06 21:42:48.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95272026-07-06T21:42:49.442Z[ host-image] Jul 06 21:42:48.855 INFO O| Jul 06 21:42:48.855 INFO STEP 24 (remove_files) COMPLETE
95282026-07-06T21:42:49.442Z[ host-image] Jul 06 21:42:48.855 INFO O| Jul 06 21:42:48.855 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-07-06T21:42:49.448Z[ host-image] Jul 06 21:42:48.861 INFO O| Jul 06 21:42:48.861 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95302026-07-06T21:42:49.449Z[ host-image] Jul 06 21:42:48.861 INFO O| Jul 06 21:42:48.861 INFO STEP 25 (remove_files) COMPLETE
95312026-07-06T21:42:49.449Z[ host-image] Jul 06 21:42:48.861 INFO O| Jul 06 21:42:48.861 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-07-06T21:42:49.454Z[ host-image] Jul 06 21:42:48.867 INFO O| Jul 06 21:42:48.867 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95332026-07-06T21:42:49.454Z[ host-image] Jul 06 21:42:48.867 INFO O| Jul 06 21:42:48.867 INFO STEP 26 (remove_files) COMPLETE
95342026-07-06T21:42:49.454Z[ host-image] Jul 06 21:42:48.867 INFO O| Jul 06 21:42:48.867 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-07-06T21:42:49.461Z[ host-image] Jul 06 21:42:48.873 INFO O| Jul 06 21:42:48.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95362026-07-06T21:42:49.461Z[ host-image] Jul 06 21:42:48.873 INFO O| Jul 06 21:42:48.873 INFO STEP 27 (remove_files) COMPLETE
95372026-07-06T21:42:49.461Z[ host-image] Jul 06 21:42:48.873 INFO O| Jul 06 21:42:48.873 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-07-06T21:42:49.466Z[ host-image] Jul 06 21:42:48.879 INFO O| Jul 06 21:42:48.879 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95392026-07-06T21:42:49.466Z[ host-image] Jul 06 21:42:48.879 INFO O| Jul 06 21:42:48.879 INFO STEP 28 (remove_files) COMPLETE
95402026-07-06T21:42:49.467Z[ host-image] Jul 06 21:42:48.879 INFO O| Jul 06 21:42:48.879 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-07-06T21:42:49.473Z[ host-image] Jul 06 21:42:48.885 INFO O| Jul 06 21:42:48.885 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95422026-07-06T21:42:49.473Z[ host-image] Jul 06 21:42:48.885 INFO O| Jul 06 21:42:48.885 INFO STEP 29 (remove_files) COMPLETE
95432026-07-06T21:42:49.476Z[ host-image] Jul 06 21:42:48.885 INFO O| Jul 06 21:42:48.885 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-07-06T21:42:49.479Z[ host-image] Jul 06 21:42:48.891 INFO O| Jul 06 21:42:48.891 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95452026-07-06T21:42:49.480Z[ host-image] Jul 06 21:42:48.891 INFO O| Jul 06 21:42:48.891 INFO STEP 30 (remove_files) COMPLETE
95462026-07-06T21:42:49.480Z[ host-image] Jul 06 21:42:48.891 INFO O| Jul 06 21:42:48.891 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-07-06T21:42:49.484Z[ host-image] Jul 06 21:42:48.897 INFO O| Jul 06 21:42:48.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95482026-07-06T21:42:49.484Z[ host-image] Jul 06 21:42:48.897 INFO O| Jul 06 21:42:48.897 INFO STEP 31 (remove_files) COMPLETE
95492026-07-06T21:42:49.484Z[ host-image] Jul 06 21:42:48.897 INFO O| Jul 06 21:42:48.897 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-07-06T21:42:49.490Z[ host-image] Jul 06 21:42:48.902 INFO O| Jul 06 21:42:48.902 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95512026-07-06T21:42:49.490Z[ host-image] Jul 06 21:42:48.902 INFO O| Jul 06 21:42:48.902 INFO STEP 32 (remove_files) COMPLETE
95522026-07-06T21:42:49.493Z[ host-image] Jul 06 21:42:48.903 INFO O| Jul 06 21:42:48.902 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-07-06T21:42:49.496Z[ host-image] Jul 06 21:42:48.908 INFO O| Jul 06 21:42:48.908 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95542026-07-06T21:42:49.496Z[ host-image] Jul 06 21:42:48.908 INFO O| Jul 06 21:42:48.908 INFO STEP 33 (remove_files) COMPLETE
95552026-07-06T21:42:49.496Z[ host-image] Jul 06 21:42:48.908 INFO O| Jul 06 21:42:48.908 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-07-06T21:42:49.502Z[ host-image] Jul 06 21:42:48.915 INFO O| Jul 06 21:42:48.915 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95572026-07-06T21:42:49.502Z[ host-image] Jul 06 21:42:48.915 INFO O| Jul 06 21:42:48.915 INFO STEP 34 (remove_files) COMPLETE
95582026-07-06T21:42:49.502Z[ host-image] Jul 06 21:42:48.915 INFO O| Jul 06 21:42:48.915 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-07-06T21:42:49.508Z[ host-image] Jul 06 21:42:48.920 INFO O| Jul 06 21:42:48.920 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95602026-07-06T21:42:49.508Z[ host-image] Jul 06 21:42:48.920 INFO O| Jul 06 21:42:48.920 INFO STEP 35 (remove_files) COMPLETE
95612026-07-06T21:42:49.508Z[ host-image] Jul 06 21:42:48.920 INFO O| Jul 06 21:42:48.920 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-07-06T21:42:49.514Z[ host-image] Jul 06 21:42:48.926 INFO O| Jul 06 21:42:48.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95632026-07-06T21:42:49.514Z[ host-image] Jul 06 21:42:48.927 INFO O| Jul 06 21:42:48.926 INFO STEP 36 (remove_files) COMPLETE
95642026-07-06T21:42:49.514Z[ host-image] Jul 06 21:42:48.927 INFO O| Jul 06 21:42:48.926 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-07-06T21:42:49.522Z[ host-image] Jul 06 21:42:48.934 INFO O| Jul 06 21:42:48.934 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95662026-07-06T21:42:49.522Z[ host-image] Jul 06 21:42:48.934 INFO O| Jul 06 21:42:48.934 INFO STEP 37 (remove_files) COMPLETE
95672026-07-06T21:42:49.522Z[ host-image] Jul 06 21:42:48.934 INFO O| Jul 06 21:42:48.934 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-07-06T21:42:49.527Z[ host-image] Jul 06 21:42:48.940 INFO O| Jul 06 21:42:48.939 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95692026-07-06T21:42:49.527Z[ host-image] Jul 06 21:42:48.940 INFO O| Jul 06 21:42:48.940 INFO STEP 38 (remove_files) COMPLETE
95702026-07-06T21:42:49.530Z[ host-image] Jul 06 21:42:48.940 INFO O| Jul 06 21:42:48.940 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-07-06T21:42:49.534Z[ host-image] Jul 06 21:42:48.945 INFO O| Jul 06 21:42:48.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95722026-07-06T21:42:49.534Z[ host-image] Jul 06 21:42:48.945 INFO O| Jul 06 21:42:48.945 INFO STEP 39 (remove_files) COMPLETE
95732026-07-06T21:42:49.534Z[ host-image] Jul 06 21:42:48.945 INFO O| Jul 06 21:42:48.945 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-07-06T21:42:49.538Z[ host-image] Jul 06 21:42:48.950 INFO O| Jul 06 21:42:48.950 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95752026-07-06T21:42:49.538Z[ host-image] Jul 06 21:42:48.950 INFO O| Jul 06 21:42:48.950 INFO STEP 40 (remove_files) COMPLETE
95762026-07-06T21:42:49.541Z[ host-image] Jul 06 21:42:48.950 INFO O| Jul 06 21:42:48.950 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-07-06T21:42:49.546Z[ host-image] Jul 06 21:42:48.958 INFO O| Jul 06 21:42:48.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95782026-07-06T21:42:49.546Z[ host-image] Jul 06 21:42:48.958 INFO O| Jul 06 21:42:48.958 INFO STEP 41 (remove_files) COMPLETE
95792026-07-06T21:42:49.546Z[ host-image] Jul 06 21:42:48.958 INFO O| Jul 06 21:42:48.958 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-07-06T21:42:49.552Z[ host-image] Jul 06 21:42:48.964 INFO O| Jul 06 21:42:48.964 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95812026-07-06T21:42:49.552Z[ host-image] Jul 06 21:42:48.964 INFO O| Jul 06 21:42:48.964 INFO STEP 42 (remove_files) COMPLETE
95822026-07-06T21:42:49.552Z[ host-image] Jul 06 21:42:48.964 INFO O| Jul 06 21:42:48.964 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-07-06T21:42:49.559Z[ host-image] Jul 06 21:42:48.971 INFO O| Jul 06 21:42:48.971 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95842026-07-06T21:42:49.559Z[ host-image] Jul 06 21:42:48.971 INFO O| Jul 06 21:42:48.971 INFO STEP 43 (remove_files) COMPLETE
95852026-07-06T21:42:49.559Z[ host-image] Jul 06 21:42:48.971 INFO O| Jul 06 21:42:48.971 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-07-06T21:42:49.566Z[ host-image] Jul 06 21:42:48.977 INFO O| Jul 06 21:42:48.977 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95872026-07-06T21:42:49.566Z[ host-image] Jul 06 21:42:48.977 INFO O| Jul 06 21:42:48.977 INFO STEP 44 (remove_files) COMPLETE
95882026-07-06T21:42:49.569Z[ host-image] Jul 06 21:42:48.977 INFO O| Jul 06 21:42:48.977 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.982 INFO O| Jul 06 21:42:48.982 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95902026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.982 INFO O| Jul 06 21:42:48.982 INFO STEP 45 (remove_files) COMPLETE
95912026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.982 INFO O| Jul 06 21:42:48.982 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.988 INFO O| Jul 06 21:42:48.988 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95932026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.988 INFO O| Jul 06 21:42:48.988 INFO STEP 46 (remove_files) COMPLETE
95942026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.988 INFO O| Jul 06 21:42:48.988 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.993 INFO O| Jul 06 21:42:48.993 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95962026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.993 INFO O| Jul 06 21:42:48.993 INFO STEP 47 (remove_files) COMPLETE
95972026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.993 INFO O| Jul 06 21:42:48.993 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.999 INFO O| Jul 06 21:42:48.999 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95992026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.999 INFO O| Jul 06 21:42:48.999 INFO STEP 48 (remove_files) COMPLETE
96002026-07-06T21:42:49.592Z[ host-image] Jul 06 21:42:48.999 INFO O| Jul 06 21:42:48.999 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-07-06T21:42:49.597Z[ host-image] Jul 06 21:42:49.004 INFO O| Jul 06 21:42:49.004 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96022026-07-06T21:42:49.597Z[ host-image] Jul 06 21:42:49.005 INFO O| Jul 06 21:42:49.005 INFO STEP 49 (remove_files) COMPLETE
96032026-07-06T21:42:49.597Z[ host-image] Jul 06 21:42:49.005 INFO O| Jul 06 21:42:49.005 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-07-06T21:42:49.601Z[ host-image] Jul 06 21:42:49.010 INFO O| Jul 06 21:42:49.010 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96052026-07-06T21:42:49.601Z[ host-image] Jul 06 21:42:49.010 INFO O| Jul 06 21:42:49.010 INFO STEP 50 (remove_files) COMPLETE
96062026-07-06T21:42:49.601Z[ host-image] Jul 06 21:42:49.010 INFO O| Jul 06 21:42:49.010 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-07-06T21:42:49.605Z[ host-image] Jul 06 21:42:49.016 INFO O| Jul 06 21:42:49.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96082026-07-06T21:42:49.605Z[ host-image] Jul 06 21:42:49.016 INFO O| Jul 06 21:42:49.016 INFO STEP 51 (remove_files) COMPLETE
96092026-07-06T21:42:49.605Z[ host-image] Jul 06 21:42:49.016 INFO O| Jul 06 21:42:49.016 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-07-06T21:42:49.610Z[ host-image] Jul 06 21:42:49.022 INFO O| Jul 06 21:42:49.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96112026-07-06T21:42:49.613Z[ host-image] Jul 06 21:42:49.023 INFO O| Jul 06 21:42:49.023 INFO STEP 52 (remove_files) COMPLETE
96122026-07-06T21:42:49.614Z[ host-image] Jul 06 21:42:49.023 INFO O| Jul 06 21:42:49.023 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-07-06T21:42:49.617Z[ host-image] Jul 06 21:42:49.028 INFO O| Jul 06 21:42:49.028 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96142026-07-06T21:42:49.617Z[ host-image] Jul 06 21:42:49.028 INFO O| Jul 06 21:42:49.028 INFO STEP 53 (remove_files) COMPLETE
96152026-07-06T21:42:49.617Z[ host-image] Jul 06 21:42:49.028 INFO O| Jul 06 21:42:49.028 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-07-06T21:42:49.621Z[ host-image] Jul 06 21:42:49.034 INFO O| Jul 06 21:42:49.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96172026-07-06T21:42:49.622Z[ host-image] Jul 06 21:42:49.034 INFO O| Jul 06 21:42:49.034 INFO STEP 54 (remove_files) COMPLETE
96182026-07-06T21:42:49.626Z[ host-image] Jul 06 21:42:49.034 INFO O| Jul 06 21:42:49.034 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-07-06T21:42:49.630Z[ host-image] Jul 06 21:42:49.042 INFO O| Jul 06 21:42:49.042 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96202026-07-06T21:42:49.630Z[ host-image] Jul 06 21:42:49.042 INFO O| Jul 06 21:42:49.042 INFO STEP 55 (remove_files) COMPLETE
96212026-07-06T21:42:49.633Z[ host-image] Jul 06 21:42:49.042 INFO O| Jul 06 21:42:49.042 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-07-06T21:42:49.637Z[ host-image] Jul 06 21:42:49.049 INFO O| Jul 06 21:42:49.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96232026-07-06T21:42:49.637Z[ host-image] Jul 06 21:42:49.049 INFO O| Jul 06 21:42:49.049 INFO STEP 56 (remove_files) COMPLETE
96242026-07-06T21:42:49.640Z[ host-image] Jul 06 21:42:49.049 INFO O| Jul 06 21:42:49.049 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-07-06T21:42:49.643Z[ host-image] Jul 06 21:42:49.055 INFO O| Jul 06 21:42:49.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96262026-07-06T21:42:49.643Z[ host-image] Jul 06 21:42:49.055 INFO O| Jul 06 21:42:49.055 INFO STEP 57 (remove_files) COMPLETE
96272026-07-06T21:42:49.643Z[ host-image] Jul 06 21:42:49.055 INFO O| Jul 06 21:42:49.055 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-07-06T21:42:49.648Z[ host-image] Jul 06 21:42:49.060 INFO O| Jul 06 21:42:49.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96292026-07-06T21:42:49.648Z[ host-image] Jul 06 21:42:49.060 INFO O| Jul 06 21:42:49.060 INFO STEP 58 (remove_files) COMPLETE
96302026-07-06T21:42:49.651Z[ host-image] Jul 06 21:42:49.060 INFO O| Jul 06 21:42:49.060 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-07-06T21:42:49.654Z[ host-image] Jul 06 21:42:49.066 INFO O| Jul 06 21:42:49.066 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96322026-07-06T21:42:49.654Z[ host-image] Jul 06 21:42:49.066 INFO O| Jul 06 21:42:49.066 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96332026-07-06T21:42:49.654Z[ host-image] Jul 06 21:42:49.066 INFO O| Jul 06 21:42:49.066 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96342026-07-06T21:42:49.654Z[ host-image] Jul 06 21:42:49.066 INFO O| Jul 06 21:42:49.066 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96352026-07-06T21:42:49.654Z[ host-image] Jul 06 21:42:49.066 INFO O| Jul 06 21:42:49.066 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96362026-07-06T21:42:49.654Z[ host-image] Jul 06 21:42:49.066 INFO O| Jul 06 21:42:49.066 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96372026-07-06T21:42:49.654Z[ host-image] Jul 06 21:42:49.066 INFO O| Jul 06 21:42:49.066 INFO ok!
96382026-07-06T21:42:49.654Z[ host-image] Jul 06 21:42:49.066 INFO O| Jul 06 21:42:49.066 INFO STEP 59 (ensure_file) COMPLETE
96392026-07-06T21:42:49.655Z[ host-image] Jul 06 21:42:49.066 INFO O| Jul 06 21:42:49.066 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-07-06T21:42:49.659Z[ host-image] Jul 06 21:42:49.072 INFO O| Jul 06 21:42:49.071 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96412026-07-06T21:42:49.659Z[ host-image] Jul 06 21:42:49.072 INFO O| Jul 06 21:42:49.072 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96422026-07-06T21:42:49.662Z[ host-image] Jul 06 21:42:49.072 INFO O| Jul 06 21:42:49.072 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96432026-07-06T21:42:49.662Z[ host-image] Jul 06 21:42:49.072 INFO O| Jul 06 21:42:49.072 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96442026-07-06T21:42:49.662Z[ host-image] Jul 06 21:42:49.072 INFO O| Jul 06 21:42:49.072 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96452026-07-06T21:42:49.662Z[ host-image] Jul 06 21:42:49.072 INFO O| Jul 06 21:42:49.072 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96462026-07-06T21:42:49.662Z[ host-image] Jul 06 21:42:49.072 INFO O| Jul 06 21:42:49.072 INFO ok!
96472026-07-06T21:42:49.662Z[ host-image] Jul 06 21:42:49.072 INFO O| Jul 06 21:42:49.072 INFO STEP 60 (ensure_file) COMPLETE
96482026-07-06T21:42:49.662Z[ host-image] Jul 06 21:42:49.072 INFO O| Jul 06 21:42:49.072 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-07-06T21:42:49.666Z[ host-image] Jul 06 21:42:49.077 INFO O| Jul 06 21:42:49.077 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96502026-07-06T21:42:49.666Z[ host-image] Jul 06 21:42:49.077 INFO O| Jul 06 21:42:49.077 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96512026-07-06T21:42:49.666Z[ host-image] Jul 06 21:42:49.077 INFO O| Jul 06 21:42:49.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96522026-07-06T21:42:49.666Z[ host-image] Jul 06 21:42:49.077 INFO O| Jul 06 21:42:49.077 INFO ok!
96532026-07-06T21:42:49.666Z[ host-image] Jul 06 21:42:49.077 INFO O| Jul 06 21:42:49.077 INFO STEP 61 (ensure_file) COMPLETE
96542026-07-06T21:42:49.666Z[ host-image] Jul 06 21:42:49.077 INFO O| Jul 06 21:42:49.077 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-07-06T21:42:49.672Z[ host-image] Jul 06 21:42:49.083 INFO O| Jul 06 21:42:49.083 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96562026-07-06T21:42:49.672Z[ host-image] Jul 06 21:42:49.083 INFO O| Jul 06 21:42:49.083 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96572026-07-06T21:42:49.675Z[ host-image] Jul 06 21:42:49.083 INFO O| Jul 06 21:42:49.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96582026-07-06T21:42:49.675Z[ host-image] Jul 06 21:42:49.083 INFO O| Jul 06 21:42:49.083 INFO ok!
96592026-07-06T21:42:49.675Z[ host-image] Jul 06 21:42:49.083 INFO O| Jul 06 21:42:49.083 INFO STEP 62 (ensure_file) COMPLETE
96602026-07-06T21:42:49.675Z[ host-image] Jul 06 21:42:49.083 INFO O| Jul 06 21:42:49.083 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-07-06T21:42:49.678Z[ host-image] Jul 06 21:42:49.090 INFO O| Jul 06 21:42:49.090 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96622026-07-06T21:42:49.678Z[ host-image] Jul 06 21:42:49.090 INFO O| Jul 06 21:42:49.090 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96632026-07-06T21:42:49.678Z[ host-image] Jul 06 21:42:49.090 INFO O| Jul 06 21:42:49.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96642026-07-06T21:42:49.678Z[ host-image] Jul 06 21:42:49.090 INFO O| Jul 06 21:42:49.090 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96652026-07-06T21:42:49.678Z[ host-image] Jul 06 21:42:49.090 INFO O| Jul 06 21:42:49.090 INFO ok!
96662026-07-06T21:42:49.678Z[ host-image] Jul 06 21:42:49.090 INFO O| Jul 06 21:42:49.090 INFO STEP 63 (ensure_file) COMPLETE
96672026-07-06T21:42:49.679Z[ host-image] Jul 06 21:42:49.090 INFO O| Jul 06 21:42:49.090 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-07-06T21:42:49.685Z[ host-image] Jul 06 21:42:49.097 INFO O| Jul 06 21:42:49.097 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96692026-07-06T21:42:49.685Z[ host-image] Jul 06 21:42:49.097 INFO O| Jul 06 21:42:49.097 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96702026-07-06T21:42:49.688Z[ host-image] Jul 06 21:42:49.097 INFO O| Jul 06 21:42:49.097 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96712026-07-06T21:42:49.688Z[ host-image] Jul 06 21:42:49.097 INFO O| Jul 06 21:42:49.097 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96722026-07-06T21:42:49.688Z[ host-image] Jul 06 21:42:49.097 INFO O| Jul 06 21:42:49.097 INFO ok!
96732026-07-06T21:42:49.688Z[ host-image] Jul 06 21:42:49.097 INFO O| Jul 06 21:42:49.097 INFO STEP 64 (ensure_file) COMPLETE
96742026-07-06T21:42:49.688Z[ host-image] Jul 06 21:42:49.097 INFO O| Jul 06 21:42:49.097 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-07-06T21:42:49.692Z[ host-image] Jul 06 21:42:49.104 INFO O| Jul 06 21:42:49.104 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96762026-07-06T21:42:49.692Z[ host-image] Jul 06 21:42:49.104 INFO O| Jul 06 21:42:49.104 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96772026-07-06T21:42:49.692Z[ host-image] Jul 06 21:42:49.104 INFO O| Jul 06 21:42:49.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96782026-07-06T21:42:49.692Z[ host-image] Jul 06 21:42:49.104 INFO O| Jul 06 21:42:49.104 INFO ok!
96792026-07-06T21:42:49.692Z[ host-image] Jul 06 21:42:49.104 INFO O| Jul 06 21:42:49.104 INFO STEP 65 (assemble_files) COMPLETE
96802026-07-06T21:42:49.692Z[ host-image] Jul 06 21:42:49.104 INFO O| Jul 06 21:42:49.104 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-07-06T21:42:49.698Z[ host-image] Jul 06 21:42:49.111 INFO O| Jul 06 21:42:49.111 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96822026-07-06T21:42:49.698Z[ host-image] Jul 06 21:42:49.111 INFO O| Jul 06 21:42:49.111 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96832026-07-06T21:42:49.698Z[ host-image] Jul 06 21:42:49.111 INFO O| Jul 06 21:42:49.111 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96842026-07-06T21:42:49.702Z[ host-image] Jul 06 21:42:49.111 INFO O| Jul 06 21:42:49.111 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96852026-07-06T21:42:49.702Z[ host-image] Jul 06 21:42:49.111 INFO O| Jul 06 21:42:49.111 INFO ok!
96862026-07-06T21:42:49.702Z[ host-image] Jul 06 21:42:49.111 INFO O| Jul 06 21:42:49.111 INFO STEP 66 (ensure_file) COMPLETE
96872026-07-06T21:42:49.702Z[ host-image] Jul 06 21:42:49.111 INFO O| Jul 06 21:42:49.111 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-07-06T21:42:49.705Z[ host-image] Jul 06 21:42:49.116 INFO O| Jul 06 21:42:49.116 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96892026-07-06T21:42:49.705Z[ host-image] Jul 06 21:42:49.116 INFO O| Jul 06 21:42:49.116 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96902026-07-06T21:42:49.705Z[ host-image] Jul 06 21:42:49.116 INFO O| Jul 06 21:42:49.116 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96912026-07-06T21:42:49.705Z[ host-image] Jul 06 21:42:49.116 INFO O| Jul 06 21:42:49.116 INFO STEP 67 (ensure_dir) COMPLETE
96922026-07-06T21:42:49.705Z[ host-image] Jul 06 21:42:49.116 INFO O| Jul 06 21:42:49.116 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-07-06T21:42:49.710Z[ host-image] Jul 06 21:42:49.123 INFO O| Jul 06 21:42:49.123 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96942026-07-06T21:42:49.710Z[ host-image] Jul 06 21:42:49.123 INFO O| Jul 06 21:42:49.123 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 ...
96952026-07-06T21:42:49.716Z[ host-image] Jul 06 21:42:49.128 INFO O| Jul 06 21:42:49.128 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
96962026-07-06T21:42:49.716Z[ host-image] Jul 06 21:42:49.128 INFO O| Jul 06 21:42:49.128 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96972026-07-06T21:42:49.716Z[ host-image] Jul 06 21:42:49.128 INFO O| Jul 06 21:42:49.128 INFO ok!
96982026-07-06T21:42:49.725Z[ host-image] Jul 06 21:42:49.128 INFO O| Jul 06 21:42:49.128 INFO STEP 68 (ensure_file) COMPLETE
96992026-07-06T21:42:49.725Z[ host-image] Jul 06 21:42:49.128 INFO O| Jul 06 21:42:49.128 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97002026-07-06T21:42:49.729Z[ host-image] Jul 06 21:42:49.134 INFO O| Jul 06 21:42:49.134 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97012026-07-06T21:42:49.729Z[ host-image] Jul 06 21:42:49.134 INFO O| Jul 06 21:42:49.134 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 ...
97022026-07-06T21:42:49.729Z[ host-image] Jul 06 21:42:49.134 INFO O| Jul 06 21:42:49.134 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
97032026-07-06T21:42:49.729Z[ host-image] Jul 06 21:42:49.134 INFO O| Jul 06 21:42:49.134 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97042026-07-06T21:42:49.729Z[ host-image] Jul 06 21:42:49.134 INFO O| Jul 06 21:42:49.134 INFO ok!
97052026-07-06T21:42:49.729Z[ host-image] Jul 06 21:42:49.134 INFO O| Jul 06 21:42:49.134 INFO STEP 69 (ensure_file) COMPLETE
97062026-07-06T21:42:49.729Z[ host-image] Jul 06 21:42:49.134 INFO O| Jul 06 21:42:49.134 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-07-06T21:42:49.735Z[ host-image] Jul 06 21:42:49.147 INFO O| Jul 06 21:42:49.147 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97082026-07-06T21:42:49.735Z[ host-image] Jul 06 21:42:49.147 INFO O| Jul 06 21:42:49.147 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97092026-07-06T21:42:51.178Z[ host-image] Jul 06 21:42:50.590 INFO O| Jul 06 21:42:50.590 INFO STEP 70 (pack_tar) COMPLETE
97102026-07-06T21:42:51.178Z[ host-image] Jul 06 21:42:50.590 INFO O| Jul 06 21:42:50.590 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97112026-07-06T21:42:51.181Z[ host-image] Jul 06 21:42:50.590 INFO O| Jul 06 21:42:50.590 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97122026-07-06T21:42:51.952Z[ host-image] Jul 06 21:42:51.364 INFO O| Jul 06 21:42:51.364 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97132026-07-06T21:42:52.041Z[ host-image] Jul 06 21:42:51.453 INFO O| Jul 06 21:42:51.453 INFO completed processing sled/ramdisk-02-trim
97142026-07-06T21:42:52.045Z[ host-image] Jul 06 21:42:51.455 INFO image builder template: zfs...
97152026-07-06T21:42:52.045Z[ host-image] Jul 06 21:42:51.455 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/.tmpLgBkya/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs"], pwd: None
97162026-07-06T21:42:52.056Z[ host-image] Jul 06 21:42:51.468 INFO O| Jul 06 21:42:51.468 INFO skip include "stress" because feature "stress" is not enabled
97172026-07-06T21:42:52.056Z[ host-image] Jul 06 21:42:51.468 INFO O| Jul 06 21:42:51.468 INFO skip include "stress" because feature "compliance" is not enabled
97182026-07-06T21:42:52.086Z[ host-image] Jul 06 21:42:51.499 INFO O| Jul 06 21:42:51.499 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97192026-07-06T21:42:52.089Z[ host-image] Jul 06 21:42:51.501 INFO O| Jul 06 21:42:51.501 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97202026-07-06T21:42:52.171Z[ host-image] Jul 06 21:42:51.583 INFO O| Jul 06 21:42:51.583 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97212026-07-06T21:42:52.301Z[ host-image] Jul 06 21:42:51.713 INFO O| Jul 06 21:42:51.713 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97222026-07-06T21:42:52.301Z[ host-image] Jul 06 21:42:51.713 INFO O| Jul 06 21:42:51.713 INFO work dataset: rpool/images/build/host/work/sled/zfs
97232026-07-06T21:42:52.304Z[ host-image] Jul 06 21:42:51.716 INFO O| Jul 06 21:42:51.716 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97242026-07-06T21:42:52.386Z[ host-image] Jul 06 21:42:51.798 INFO O| Jul 06 21:42:51.798 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97252026-07-06T21:42:52.457Z[ host-image] Jul 06 21:42:51.869 INFO O| Jul 06 21:42:51.869 INFO DESTROY POOL: TEMPORARY-sled-zfs
97262026-07-06T21:42:52.464Z[ host-image] Jul 06 21:42:51.877 INFO O| Jul 06 21:42:51.877 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97272026-07-06T21:42:52.469Z[ host-image] Jul 06 21:42:51.881 INFO O| Jul 06 21:42:51.881 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97282026-07-06T21:42:52.469Z[ host-image] Jul 06 21:42:51.881 INFO O| Jul 06 21:42:51.881 INFO no lofi found
97292026-07-06T21:42:52.472Z[ host-image] Jul 06 21:42:51.881 INFO O| Jul 06 21:42:51.881 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97302026-07-06T21:42:52.472Z[ host-image] Jul 06 21:42:51.881 INFO O| Jul 06 21:42:51.881 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97312026-07-06T21:42:54.589Z[ host-image] Jul 06 21:42:54.001 INFO O| Jul 06 21:42:54.001 INFO lofi device = /dev/dsk/c2t1d0p0
97322026-07-06T21:42:54.589Z[ host-image] Jul 06 21:42:54.002 INFO O| Jul 06 21:42:54.001 INFO pool device = /dev/dsk/c2t1d0p0
97332026-07-06T21:42:54.589Z[ host-image] Jul 06 21:42:54.002 INFO O| Jul 06 21:42: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"]
97342026-07-06T21:42:54.644Z[ host-image] Jul 06 21:42:54.056 INFO O| Jul 06 21:42:54.056 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97352026-07-06T21:42:54.644Z[ host-image] Jul 06 21:42:54.056 INFO O| Jul 06 21:42:54.056 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97362026-07-06T21:42:54.656Z[ host-image] Jul 06 21:42:54.068 INFO O| Jul 06 21:42:54.068 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97372026-07-06T21:42:54.691Z[ host-image] Jul 06 21:42:54.104 INFO O| Jul 06 21:42:54.103 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97382026-07-06T21:42:54.716Z[ host-image] Jul 06 21:42:54.129 INFO O| Jul 06 21:42:54.128 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97392026-07-06T21:42:54.725Z[ host-image] Jul 06 21:42:54.138 INFO O| Jul 06 21:42:54.138 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97402026-07-06T21:42:54.732Z[ host-image] Jul 06 21:42:54.145 INFO O| Jul 06 21:42:54.145 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97412026-07-06T21:42:54.760Z[ host-image] Jul 06 21:42:54.173 INFO O| Jul 06 21:42:54.173 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97422026-07-06T21:42:54.760Z[ host-image] Jul 06 21:42:54.173 INFO O| Jul 06 21:42:54.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97432026-07-06T21:42:54.763Z[ host-image] Jul 06 21:42:54.173 INFO O| Jul 06 21:42:54.173 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97442026-07-06T21:42:54.767Z[ host-image] Jul 06 21:42:54.180 INFO O| Jul 06 21:42:54.180 INFO boot environment UUID: ea9a202d-f8be-48b5-9924-c4427d2fc33f
97452026-07-06T21:42:54.767Z[ host-image] Jul 06 21:42:54.180 INFO O| Jul 06 21:42:54.180 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ea9a202d-f8be-48b5-9924-c4427d2fc33f
97462026-07-06T21:42:54.774Z[ host-image] Jul 06 21:42:54.186 INFO O| Jul 06 21:42:54.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97472026-07-06T21:42:54.779Z[ host-image] Jul 06 21:42:54.192 INFO O| Jul 06 21:42:54.192 INFO STEP 0 (create_be) COMPLETE
97482026-07-06T21:42:54.779Z[ host-image] Jul 06 21:42:54.192 INFO O| Jul 06 21:42:54.192 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97492026-07-06T21:42:54.789Z[ host-image] Jul 06 21:42:54.202 INFO O| Jul 06 21:42:54.202 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97502026-07-06T21:42:57.872Z[ recovery-image] Jul 06 21:42:57.284 INFO O| ok, image written!
97512026-07-06T21:42:57.873Z[ recovery-image] Jul 06 21:42:57.284 INFO O| ok, boot_image_csum file written!
97522026-07-06T21:42:57.876Z[ recovery-image] Jul 06 21:42:57.287 INFO creating boot archive (CPIO)...
97532026-07-06T21:42:57.876Z[ recovery-image] Jul 06 21:42:57.287 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
97542026-07-06T21:42:57.880Z[ recovery-image] Jul 06 21:42:57.293 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97552026-07-06T21:42:57.883Z[ recovery-image] Jul 06 21:42:57.293 INFO E| + outfile=/work/os-recovery/cpio
97562026-07-06T21:42:57.883Z[ recovery-image] Jul 06 21:42:57.293 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97572026-07-06T21:42:57.883Z[ recovery-image] Jul 06 21:42:57.294 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97582026-07-06T21:42:57.883Z[ recovery-image] Jul 06 21:42:57.294 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97592026-07-06T21:42:57.910Z[ recovery-image] Jul 06 21:42:57.322 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97602026-07-06T21:42:57.910Z[ recovery-image] Jul 06 21:42:57.322 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97612026-07-06T21:42:57.915Z[ recovery-image] Jul 06 21:42:57.328 INFO creating compressed cpio/unix for dev loaders...
97622026-07-06T21:42:57.915Z[ recovery-image] Jul 06 21:42:57.328 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
97632026-07-06T21:42:58.157Z[ recovery-image] Jul 06 21:42:57.569 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97642026-07-06T21:43:01.703Z[ recovery-image] Jul 06 21:43:01.115 INFO creating reset image...
97652026-07-06T21:43:01.703Z[ recovery-image] Jul 06 21:43:01.115 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")
97662026-07-06T21:43:01.932Z[ recovery-image] Jul 06 21:43:01.343 INFO E| Updating crates.io index
97672026-07-06T21:43:02.030Z[ recovery-image] Jul 06 21:43:01.442 INFO E| Downloading crates ...
97682026-07-06T21:43:02.078Z[ recovery-image] Jul 06 21:43:01.490 INFO E| Downloaded clap_lex v1.1.0
97692026-07-06T21:43:02.081Z[ recovery-image] Jul 06 21:43:01.491 INFO E| Downloaded sigchld v0.2.4
97702026-07-06T21:43:02.081Z[ recovery-image] Jul 06 21:43:01.492 INFO E| Downloaded colorchoice v1.0.5
97712026-07-06T21:43:02.081Z[ recovery-image] Jul 06 21:43:01.493 INFO E| Downloaded shared_thread v0.2.0
97722026-07-06T21:43:02.084Z[ recovery-image] Jul 06 21:43:01.496 INFO E| Downloaded shared_child v1.1.1
97732026-07-06T21:43:02.087Z[ recovery-image] Jul 06 21:43:01.497 INFO E| Downloaded os_pipe v1.2.3
97742026-07-06T21:43:02.090Z[ recovery-image] Jul 06 21:43:01.500 INFO E| Downloaded duct v1.1.1
97752026-07-06T21:43:02.123Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling libc v0.2.186
97762026-07-06T21:43:02.123Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling proc-macro2 v1.0.106
97772026-07-06T21:43:02.123Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling quote v1.0.45
97782026-07-06T21:43:02.123Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling unicode-ident v1.0.24
97792026-07-06T21:43:02.130Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling signal-hook v0.3.18
97802026-07-06T21:43:02.130Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling utf8parse v0.2.2
97812026-07-06T21:43:02.130Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling colorchoice v1.0.5
97822026-07-06T21:43:02.130Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling anstyle v1.0.14
97832026-07-06T21:43:02.130Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling is_terminal_polyfill v1.70.2
97842026-07-06T21:43:02.130Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling anstyle-query v1.1.5
97852026-07-06T21:43:02.130Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling strsim v0.11.1
97862026-07-06T21:43:02.130Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling clap_lex v1.1.0
97872026-07-06T21:43:02.130Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling heck v0.5.0
97882026-07-06T21:43:02.130Z[ recovery-image] Jul 06 21:43:01.535 INFO E| Compiling shared_thread v0.2.0
97892026-07-06T21:43:02.455Z[ host-image] Jul 06 21:43:01.868 INFO O| Jul 06 21:43:01.868 INFO STEP 1 (unpack_tar) COMPLETE
97902026-07-06T21:43:02.456Z[ host-image] Jul 06 21:43:01.868 INFO O| Jul 06 21:43:01.868 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97912026-07-06T21:43:02.465Z[ host-image] Jul 06 21:43:01.878 INFO O| Jul 06 21:43:01.878 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97922026-07-06T21:43:02.515Z[ recovery-image] Jul 06 21:43:01.927 INFO E| Compiling anstyle-parse v1.0.0
97932026-07-06T21:43:02.735Z[ host-image] Jul 06 21:43:02.147 INFO O| Jul 06 21:43:02.147 INFO STEP 2 (devfsadm) COMPLETE
97942026-07-06T21:43:02.735Z[ host-image] Jul 06 21:43:02.147 INFO O| Jul 06 21:43:02.147 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-07-06T21:43:02.744Z[ host-image] Jul 06 21:43:02.157 INFO O| Jul 06 21:43:02.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97962026-07-06T21:43:02.745Z[ host-image] Jul 06 21:43:02.157 INFO O| Jul 06 21:43:02.157 INFO STEP 3 (ensure_dir) COMPLETE
97972026-07-06T21:43:02.748Z[ host-image] Jul 06 21:43:02.157 INFO O| Jul 06 21:43:02.157 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-07-06T21:43:02.754Z[ host-image] Jul 06 21:43:02.166 INFO O| Jul 06 21:43:02.165 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97992026-07-06T21:43:02.754Z[ host-image] Jul 06 21:43:02.166 INFO O| Jul 06 21:43:02.166 INFO STEP 4 (ensure_dir) COMPLETE
98002026-07-06T21:43:02.757Z[ host-image] Jul 06 21:43:02.166 INFO O| Jul 06 21:43:02.166 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98012026-07-06T21:43:02.761Z[ host-image] Jul 06 21:43:02.174 INFO O| Jul 06 21:43:02.174 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98022026-07-06T21:43:02.761Z[ host-image] Jul 06 21:43:02.174 INFO O| Jul 06 21:43:02.174 INFO STEP 5 (ensure_dir) COMPLETE
98032026-07-06T21:43:02.761Z[ host-image] Jul 06 21:43:02.174 INFO O| Jul 06 21:43:02.174 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98042026-07-06T21:43:02.768Z[ host-image] Jul 06 21:43:02.181 INFO O| Jul 06 21:43:02.181 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98052026-07-06T21:43:02.771Z[ host-image] Jul 06 21:43:02.181 INFO O| Jul 06 21:43:02.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98062026-07-06T21:43:02.771Z[ host-image] Jul 06 21:43:02.181 INFO O| Jul 06 21:43:02.181 INFO STEP 6 (ensure_dir) COMPLETE
98072026-07-06T21:43:02.771Z[ host-image] Jul 06 21:43:02.181 INFO O| Jul 06 21:43:02.181 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98082026-07-06T21:43:02.778Z[ host-image] Jul 06 21:43:02.191 INFO O| Jul 06 21:43:02.190 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98092026-07-06T21:43:02.781Z[ host-image] Jul 06 21:43:02.191 INFO O| Jul 06 21:43:02.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98102026-07-06T21:43:02.781Z[ host-image] Jul 06 21:43:02.191 INFO O| Jul 06 21:43:02.191 INFO STEP 7 (ensure_dir) COMPLETE
98112026-07-06T21:43:02.781Z[ host-image] Jul 06 21:43:02.191 INFO O| Jul 06 21:43:02.191 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-07-06T21:43:02.787Z[ host-image] Jul 06 21:43:02.200 INFO O| Jul 06 21:43:02.200 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98132026-07-06T21:43:02.790Z[ host-image] Jul 06 21:43:02.200 INFO O| Jul 06 21:43:02.200 INFO STEP 8 (remove_files) COMPLETE
98142026-07-06T21:43:02.790Z[ host-image] Jul 06 21:43:02.200 INFO O| Jul 06 21:43:02.200 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-07-06T21:43:02.795Z[ recovery-image] Jul 06 21:43:02.207 INFO E| Compiling anstream v1.0.0
98162026-07-06T21:43:02.798Z[ host-image] Jul 06 21:43:02.209 INFO O| Jul 06 21:43:02.209 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98172026-07-06T21:43:02.798Z[ host-image] Jul 06 21:43:02.210 INFO O| Jul 06 21:43:02.210 INFO STEP 9 (remove_files) COMPLETE
98182026-07-06T21:43:02.798Z[ host-image] Jul 06 21:43:02.210 INFO O| Jul 06 21:43:02.210 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-07-06T21:43:02.806Z[ host-image] Jul 06 21:43:02.219 INFO O| Jul 06 21:43:02.219 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98202026-07-06T21:43:02.809Z[ host-image] Jul 06 21:43:02.219 INFO O| Jul 06 21:43:02.219 INFO STEP 10 (remove_files) COMPLETE
98212026-07-06T21:43:02.809Z[ host-image] Jul 06 21:43:02.220 INFO O| Jul 06 21:43:02.219 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-07-06T21:43:02.815Z[ host-image] Jul 06 21:43:02.228 INFO O| Jul 06 21:43:02.228 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98232026-07-06T21:43:02.818Z[ host-image] Jul 06 21:43:02.228 INFO O| Jul 06 21:43:02.228 INFO STEP 11 (remove_files) COMPLETE
98242026-07-06T21:43:02.818Z[ host-image] Jul 06 21:43:02.228 INFO O| Jul 06 21:43:02.228 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-07-06T21:43:02.824Z[ host-image] Jul 06 21:43:02.237 INFO O| Jul 06 21:43:02.237 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98262026-07-06T21:43:02.824Z[ host-image] Jul 06 21:43:02.237 INFO O| Jul 06 21:43:02.237 INFO STEP 12 (remove_files) COMPLETE
98272026-07-06T21:43:02.827Z[ host-image] Jul 06 21:43:02.237 INFO O| Jul 06 21:43:02.237 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-07-06T21:43:02.832Z[ host-image] Jul 06 21:43:02.245 INFO O| Jul 06 21:43:02.244 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98292026-07-06T21:43:02.832Z[ host-image] Jul 06 21:43:02.245 INFO O| Jul 06 21:43:02.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98302026-07-06T21:43:02.832Z[ host-image] Jul 06 21:43:02.245 INFO O| Jul 06 21:43:02.245 INFO STEP 13 (ensure_dir) COMPLETE
98312026-07-06T21:43:02.835Z[ host-image] Jul 06 21:43:02.245 INFO O| Jul 06 21:43:02.245 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-07-06T21:43:02.840Z[ host-image] Jul 06 21:43:02.253 INFO O| Jul 06 21:43:02.253 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98332026-07-06T21:43:02.843Z[ host-image] Jul 06 21:43:02.253 INFO O| Jul 06 21:43:02.253 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98342026-07-06T21:43:02.843Z[ host-image] Jul 06 21:43:02.253 INFO O| Jul 06 21:43:02.253 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98352026-07-06T21:43:02.843Z[ host-image] Jul 06 21:43:02.253 INFO O| Jul 06 21:43:02.253 INFO STEP 14 (ensure_dir) COMPLETE
98362026-07-06T21:43:02.843Z[ host-image] Jul 06 21:43:02.253 INFO O| Jul 06 21:43:02.253 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98372026-07-06T21:43:02.849Z[ host-image] Jul 06 21:43:02.262 INFO O| Jul 06 21:43:02.262 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98382026-07-06T21:43:02.853Z[ host-image] Jul 06 21:43:02.262 INFO O| Jul 06 21:43:02.262 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98392026-07-06T21:43:02.853Z[ host-image] Jul 06 21:43:02.262 INFO O| Jul 06 21:43:02.262 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98402026-07-06T21:43:02.853Z[ host-image] Jul 06 21:43:02.262 INFO O| Jul 06 21:43:02.262 INFO STEP 15 (ensure_dir) COMPLETE
98412026-07-06T21:43:02.853Z[ host-image] Jul 06 21:43:02.262 INFO O| Jul 06 21:43:02.262 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98422026-07-06T21:43:02.858Z[ host-image] Jul 06 21:43:02.270 INFO O| Jul 06 21:43:02.270 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98432026-07-06T21:43:02.858Z[ host-image] Jul 06 21:43:02.270 INFO O| Jul 06 21:43:02.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98442026-07-06T21:43:02.861Z[ host-image] Jul 06 21:43:02.270 INFO O| Jul 06 21:43:02.270 INFO STEP 16 (ensure_dir) COMPLETE
98452026-07-06T21:43:02.861Z[ host-image] Jul 06 21:43:02.270 INFO O| Jul 06 21:43:02.270 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98462026-07-06T21:43:02.866Z[ host-image] Jul 06 21:43:02.279 INFO O| Jul 06 21:43:02.279 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98472026-07-06T21:43:02.866Z[ host-image] Jul 06 21:43:02.279 INFO O| Jul 06 21:43:02.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98482026-07-06T21:43:02.869Z[ host-image] Jul 06 21:43:02.279 INFO O| Jul 06 21:43:02.279 INFO STEP 17 (ensure_dir) COMPLETE
98492026-07-06T21:43:02.869Z[ host-image] Jul 06 21:43:02.279 INFO O| Jul 06 21:43:02.279 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98502026-07-06T21:43:02.875Z[ host-image] Jul 06 21:43:02.287 INFO O| Jul 06 21:43:02.287 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98512026-07-06T21:43:02.875Z[ host-image] Jul 06 21:43:02.287 INFO O| Jul 06 21:43:02.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98522026-07-06T21:43:02.878Z[ host-image] Jul 06 21:43:02.287 INFO O| Jul 06 21:43:02.287 INFO ok!
98532026-07-06T21:43:02.878Z[ host-image] Jul 06 21:43:02.287 INFO O| Jul 06 21:43:02.287 INFO STEP 18 (ensure_symlink) COMPLETE
98542026-07-06T21:43:02.878Z[ host-image] Jul 06 21:43:02.287 INFO O| Jul 06 21:43:02.287 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98552026-07-06T21:43:02.883Z[ host-image] Jul 06 21:43:02.296 INFO O| Jul 06 21:43:02.295 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98562026-07-06T21:43:02.883Z[ host-image] Jul 06 21:43:02.296 INFO O| Jul 06 21:43:02.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98572026-07-06T21:43:02.886Z[ host-image] Jul 06 21:43:02.296 INFO O| Jul 06 21:43:02.296 INFO ok!
98582026-07-06T21:43:02.886Z[ host-image] Jul 06 21:43:02.296 INFO O| Jul 06 21:43:02.296 INFO STEP 19 (ensure_file) COMPLETE
98592026-07-06T21:43:02.886Z[ host-image] Jul 06 21:43:02.296 INFO O| Jul 06 21:43:02.296 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98602026-07-06T21:43:02.891Z[ host-image] Jul 06 21:43:02.304 INFO O| Jul 06 21:43:02.304 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98612026-07-06T21:43:02.891Z[ host-image] Jul 06 21:43:02.304 INFO O| Jul 06 21:43:02.304 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98622026-07-06T21:43:02.894Z[ host-image] Jul 06 21:43:02.304 INFO O| Jul 06 21:43:02.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98632026-07-06T21:43:02.894Z[ host-image] Jul 06 21:43:02.304 INFO O| Jul 06 21:43:02.304 INFO ok!
98642026-07-06T21:43:02.894Z[ host-image] Jul 06 21:43:02.304 INFO O| Jul 06 21:43:02.304 INFO STEP 20 (ensure_symlink) COMPLETE
98652026-07-06T21:43:02.894Z[ host-image] Jul 06 21:43:02.304 INFO O| Jul 06 21:43:02.304 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98662026-07-06T21:43:02.899Z[ host-image] Jul 06 21:43:02.312 INFO O| Jul 06 21:43:02.312 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98672026-07-06T21:43:02.899Z[ host-image] Jul 06 21:43:02.312 INFO O| Jul 06 21:43:02.312 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98682026-07-06T21:43:02.902Z[ host-image] Jul 06 21:43:02.312 INFO O| Jul 06 21:43:02.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98692026-07-06T21:43:02.902Z[ host-image] Jul 06 21:43:02.312 INFO O| Jul 06 21:43:02.312 INFO ok!
98702026-07-06T21:43:02.902Z[ host-image] Jul 06 21:43:02.312 INFO O| Jul 06 21:43:02.312 INFO STEP 21 (ensure_symlink) COMPLETE
98712026-07-06T21:43:02.902Z[ host-image] Jul 06 21:43:02.312 INFO O| Jul 06 21:43:02.312 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98722026-07-06T21:43:02.907Z[ host-image] Jul 06 21:43:02.319 INFO O| Jul 06 21:43:02.319 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98732026-07-06T21:43:02.907Z[ host-image] Jul 06 21:43:02.319 INFO O| Jul 06 21:43:02.319 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98742026-07-06T21:43:02.910Z[ host-image] Jul 06 21:43:02.319 INFO O| Jul 06 21:43:02.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98752026-07-06T21:43:02.910Z[ host-image] Jul 06 21:43:02.319 INFO O| Jul 06 21:43:02.319 INFO ok!
98762026-07-06T21:43:02.910Z[ host-image] Jul 06 21:43:02.319 INFO O| Jul 06 21:43:02.319 INFO STEP 22 (ensure_symlink) COMPLETE
98772026-07-06T21:43:02.910Z[ host-image] Jul 06 21:43:02.319 INFO O| Jul 06 21:43:02.319 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98782026-07-06T21:43:02.913Z[ host-image] Jul 06 21:43:02.325 INFO O| Jul 06 21:43:02.325 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98792026-07-06T21:43:02.913Z[ host-image] Jul 06 21:43:02.325 INFO O| Jul 06 21:43:02.325 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98802026-07-06T21:43:02.913Z[ host-image] Jul 06 21:43:02.325 INFO O| Jul 06 21:43:02.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98812026-07-06T21:43:02.913Z[ host-image] Jul 06 21:43:02.325 INFO O| Jul 06 21:43:02.325 INFO ok!
98822026-07-06T21:43:02.913Z[ host-image] Jul 06 21:43:02.325 INFO O| Jul 06 21:43:02.325 INFO STEP 23 (ensure_symlink) COMPLETE
98832026-07-06T21:43:02.913Z[ host-image] Jul 06 21:43:02.325 INFO O| Jul 06 21:43:02.325 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-07-06T21:43:02.936Z[ host-image] Jul 06 21:43:02.334 INFO O| Jul 06 21:43:02.334 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98852026-07-06T21:43:02.936Z[ host-image] Jul 06 21:43:02.334 INFO O| Jul 06 21:43:02.334 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98862026-07-06T21:43:02.936Z[ host-image] Jul 06 21:43:02.334 INFO O| Jul 06 21:43:02.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98872026-07-06T21:43:02.936Z[ host-image] Jul 06 21:43:02.334 INFO O| Jul 06 21:43:02.334 INFO ok!
98882026-07-06T21:43:02.936Z[ host-image] Jul 06 21:43:02.334 INFO O| Jul 06 21:43:02.334 INFO STEP 24 (ensure_file) COMPLETE
98892026-07-06T21:43:02.936Z[ host-image] Jul 06 21:43:02.334 INFO O| Jul 06 21:43:02.334 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98902026-07-06T21:43:02.936Z[ host-image] Jul 06 21:43:02.340 INFO O| Jul 06 21:43:02.340 INFO updating shadow file
98912026-07-06T21:43:02.936Z[ host-image] Jul 06 21:43:02.340 INFO O| Jul 06 21:43:02.340 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98922026-07-06T21:43:02.936Z[ host-image] Jul 06 21:43:02.340 INFO O| Jul 06 21:43:02.340 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98932026-07-06T21:43:02.936Z[ host-image] Jul 06 21:43:02.340 INFO O| Jul 06 21:43:02.340 INFO STEP 25 (shadow) COMPLETE
98942026-07-06T21:43:02.937Z[ host-image] Jul 06 21:43:02.340 INFO O| Jul 06 21:43:02.340 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-07-06T21:43:02.937Z[ host-image] Jul 06 21:43:02.346 INFO O| Jul 06 21:43:02.346 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98962026-07-06T21:43:02.937Z[ host-image] Jul 06 21:43:02.346 INFO O| Jul 06 21:43:02.346 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98972026-07-06T21:43:02.937Z[ host-image] Jul 06 21:43:02.346 INFO O| Jul 06 21:43:02.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98982026-07-06T21:43:02.937Z[ host-image] Jul 06 21:43:02.346 INFO O| Jul 06 21:43:02.346 INFO ok!
98992026-07-06T21:43:02.937Z[ host-image] Jul 06 21:43:02.346 INFO O| Jul 06 21:43:02.346 INFO STEP 26 (ensure_file) COMPLETE
99002026-07-06T21:43:02.937Z[ host-image] Jul 06 21:43:02.346 INFO O| Jul 06 21:43:02.346 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99012026-07-06T21:43:02.942Z[ host-image] Jul 06 21:43:02.354 INFO O| Jul 06 21:43:02.354 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99022026-07-06T21:43:02.945Z[ host-image] Jul 06 21:43:02.354 INFO O| Jul 06 21:43:02.354 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99032026-07-06T21:43:02.945Z[ host-image] Jul 06 21:43:02.354 INFO O| Jul 06 21:43:02.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99042026-07-06T21:43:02.945Z[ host-image] Jul 06 21:43:02.354 INFO O| Jul 06 21:43:02.354 INFO ok!
99052026-07-06T21:43:02.945Z[ host-image] Jul 06 21:43:02.354 INFO O| Jul 06 21:43:02.354 INFO STEP 27 (ensure_file) COMPLETE
99062026-07-06T21:43:02.945Z[ host-image] Jul 06 21:43:02.354 INFO O| Jul 06 21:43:02.354 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99072026-07-06T21:43:02.950Z[ host-image] Jul 06 21:43:02.362 INFO O| Jul 06 21:43:02.362 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99082026-07-06T21:43:02.952Z[ host-image] Jul 06 21:43:02.362 INFO O| Jul 06 21:43:02.362 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99092026-07-06T21:43:02.952Z[ host-image] Jul 06 21:43:02.362 INFO O| Jul 06 21:43:02.362 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99102026-07-06T21:43:02.952Z[ host-image] Jul 06 21:43:02.362 INFO O| Jul 06 21:43:02.362 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99112026-07-06T21:43:02.952Z[ host-image] Jul 06 21:43:02.362 INFO O| Jul 06 21:43:02.362 INFO ok!
99122026-07-06T21:43:02.952Z[ host-image] Jul 06 21:43:02.362 INFO O| Jul 06 21:43:02.362 INFO STEP 28 (ensure_file) COMPLETE
99132026-07-06T21:43:02.952Z[ host-image] Jul 06 21:43:02.362 INFO O| Jul 06 21:43:02.362 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-07-06T21:43:02.957Z[ host-image] Jul 06 21:43:02.370 INFO O| Jul 06 21:43:02.370 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99152026-07-06T21:43:02.957Z[ host-image] Jul 06 21:43:02.370 INFO O| Jul 06 21:43:02.370 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99162026-07-06T21:43:02.957Z[ host-image] Jul 06 21:43:02.370 INFO O| Jul 06 21:43:02.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99172026-07-06T21:43:02.957Z[ host-image] Jul 06 21:43:02.370 INFO O| Jul 06 21:43:02.370 INFO ok!
99182026-07-06T21:43:02.960Z[ host-image] Jul 06 21:43:02.370 INFO O| Jul 06 21:43:02.370 INFO STEP 29 (ensure_file) COMPLETE
99192026-07-06T21:43:02.960Z[ host-image] Jul 06 21:43:02.370 INFO O| Jul 06 21:43:02.370 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99202026-07-06T21:43:02.965Z[ host-image] Jul 06 21:43:02.377 INFO O| Jul 06 21:43:02.377 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99212026-07-06T21:43:02.965Z[ host-image] Jul 06 21:43:02.377 INFO O| Jul 06 21:43:02.377 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99222026-07-06T21:43:02.968Z[ host-image] Jul 06 21:43:02.377 INFO O| Jul 06 21:43:02.377 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99232026-07-06T21:43:02.968Z[ host-image] Jul 06 21:43:02.377 INFO O| Jul 06 21:43:02.377 INFO STEP 30 (ensure_dir) COMPLETE
99242026-07-06T21:43:02.968Z[ host-image] Jul 06 21:43:02.377 INFO O| Jul 06 21:43:02.377 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99252026-07-06T21:43:02.973Z[ host-image] Jul 06 21:43:02.385 INFO O| Jul 06 21:43:02.385 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99262026-07-06T21:43:02.973Z[ host-image] Jul 06 21:43:02.385 INFO O| Jul 06 21:43:02.385 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99272026-07-06T21:43:02.976Z[ host-image] Jul 06 21:43:02.385 INFO O| Jul 06 21:43:02.385 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99282026-07-06T21:43:02.976Z[ host-image] Jul 06 21:43:02.385 INFO O| Jul 06 21:43:02.385 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99292026-07-06T21:43:02.976Z[ host-image] Jul 06 21:43:02.385 INFO O| Jul 06 21:43:02.385 INFO ok!
99302026-07-06T21:43:02.976Z[ host-image] Jul 06 21:43:02.385 INFO O| Jul 06 21:43:02.385 INFO STEP 31 (ensure_file) COMPLETE
99312026-07-06T21:43:02.976Z[ host-image] Jul 06 21:43:02.385 INFO O| Jul 06 21:43:02.385 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99322026-07-06T21:43:02.979Z[ host-image] Jul 06 21:43:02.392 INFO O| Jul 06 21:43:02.392 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99332026-07-06T21:43:02.982Z[ host-image] Jul 06 21:43:02.392 INFO O| Jul 06 21:43:02.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99342026-07-06T21:43:02.982Z[ host-image] Jul 06 21:43:02.392 INFO O| Jul 06 21:43:02.392 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99352026-07-06T21:43:02.982Z[ host-image] Jul 06 21:43:02.392 INFO O| Jul 06 21:43:02.392 INFO STEP 32 (ensure_dir) COMPLETE
99362026-07-06T21:43:02.982Z[ host-image] Jul 06 21:43:02.392 INFO O| Jul 06 21:43:02.392 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99372026-07-06T21:43:02.988Z[ host-image] Jul 06 21:43:02.401 INFO O| Jul 06 21:43:02.401 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99382026-07-06T21:43:02.988Z[ host-image] Jul 06 21:43:02.401 INFO O| Jul 06 21:43:02.401 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 ...
99392026-07-06T21:43:02.991Z[ host-image] Jul 06 21:43:02.401 INFO O| Jul 06 21:43:02.401 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
99402026-07-06T21:43:02.991Z[ host-image] Jul 06 21:43:02.401 INFO O| Jul 06 21:43:02.401 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99412026-07-06T21:43:02.991Z[ host-image] Jul 06 21:43:02.401 INFO O| Jul 06 21:43:02.401 INFO ok!
99422026-07-06T21:43:02.991Z[ host-image] Jul 06 21:43:02.401 INFO O| Jul 06 21:43:02.401 INFO STEP 33 (ensure_file) COMPLETE
99432026-07-06T21:43:02.991Z[ host-image] Jul 06 21:43:02.401 INFO O| Jul 06 21:43:02.401 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99442026-07-06T21:43:02.991Z[ recovery-image] Jul 06 21:43:02.401 INFO E| Compiling clap_builder v4.6.0
99452026-07-06T21:43:02.997Z[ host-image] Jul 06 21:43:02.410 INFO O| Jul 06 21:43:02.410 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99462026-07-06T21:43:03.001Z[ host-image] Jul 06 21:43:02.410 INFO O| Jul 06 21:43:02.410 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99472026-07-06T21:43:03.001Z[ host-image] Jul 06 21:43:02.410 INFO O| Jul 06 21:43:02.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99482026-07-06T21:43:03.001Z[ host-image] Jul 06 21:43:02.410 INFO O| Jul 06 21:43:02.410 INFO ok!
99492026-07-06T21:43:03.001Z[ host-image] Jul 06 21:43:02.410 INFO O| Jul 06 21:43:02.410 INFO STEP 34 (ensure_file) COMPLETE
99502026-07-06T21:43:03.001Z[ host-image] Jul 06 21:43:02.410 INFO O| Jul 06 21:43:02.410 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99512026-07-06T21:43:03.005Z[ host-image] Jul 06 21:43:02.418 INFO O| Jul 06 21:43:02.418 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99522026-07-06T21:43:03.009Z[ host-image] Jul 06 21:43:02.418 INFO O| Jul 06 21:43:02.418 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99532026-07-06T21:43:03.009Z[ host-image] Jul 06 21:43:02.418 INFO O| Jul 06 21:43:02.418 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99542026-07-06T21:43:03.009Z[ host-image] Jul 06 21:43:02.418 INFO O| Jul 06 21:43:02.418 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99552026-07-06T21:43:03.009Z[ host-image] Jul 06 21:43:02.418 INFO O| Jul 06 21:43:02.418 INFO ok!
99562026-07-06T21:43:03.009Z[ host-image] Jul 06 21:43:02.418 INFO O| Jul 06 21:43:02.418 INFO STEP 35 (ensure_file) COMPLETE
99572026-07-06T21:43:03.009Z[ host-image] Jul 06 21:43:02.418 INFO O| Jul 06 21:43:02.418 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99582026-07-06T21:43:03.009Z[ recovery-image] Jul 06 21:43:02.419 INFO E| Compiling errno v0.3.14
99592026-07-06T21:43:03.009Z[ recovery-image] Jul 06 21:43:02.419 INFO E| Compiling os_pipe v1.2.3
99602026-07-06T21:43:03.013Z[ host-image] Jul 06 21:43:02.426 INFO O| Jul 06 21:43:02.426 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99612026-07-06T21:43:03.013Z[ host-image] Jul 06 21:43:02.426 INFO O| Jul 06 21:43:02.426 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99622026-07-06T21:43:03.016Z[ host-image] Jul 06 21:43:02.426 INFO O| Jul 06 21:43:02.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99632026-07-06T21:43:03.016Z[ host-image] Jul 06 21:43:02.426 INFO O| Jul 06 21:43:02.426 INFO ok!
99642026-07-06T21:43:03.016Z[ host-image] Jul 06 21:43:02.426 INFO O| Jul 06 21:43:02.426 INFO STEP 36 (ensure_file) COMPLETE
99652026-07-06T21:43:03.016Z[ host-image] Jul 06 21:43:02.426 INFO O| Jul 06 21:43:02.426 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99662026-07-06T21:43:03.022Z[ host-image] Jul 06 21:43:02.435 INFO O| Jul 06 21:43:02.435 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99672026-07-06T21:43:03.025Z[ host-image] Jul 06 21:43:02.435 INFO O| Jul 06 21:43:02.435 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99682026-07-06T21:43:03.025Z[ host-image] Jul 06 21:43:02.435 INFO O| Jul 06 21:43:02.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99692026-07-06T21:43:03.025Z[ host-image] Jul 06 21:43:02.435 INFO O| Jul 06 21:43:02.435 INFO ok!
99702026-07-06T21:43:03.025Z[ host-image] Jul 06 21:43:02.435 INFO O| Jul 06 21:43:02.435 INFO STEP 37 (ensure_file) COMPLETE
99712026-07-06T21:43:03.025Z[ host-image] Jul 06 21:43:02.435 INFO O| Jul 06 21:43:02.435 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99722026-07-06T21:43:03.031Z[ host-image] Jul 06 21:43:02.444 INFO O| Jul 06 21:43:02.444 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99732026-07-06T21:43:03.031Z[ host-image] Jul 06 21:43:02.444 INFO O| Jul 06 21:43:02.444 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99742026-07-06T21:43:03.031Z[ host-image] Jul 06 21:43:02.444 INFO O| Jul 06 21:43:02.444 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99752026-07-06T21:43:03.035Z[ host-image] Jul 06 21:43:02.444 INFO O| Jul 06 21:43:02.444 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99762026-07-06T21:43:03.035Z[ host-image] Jul 06 21:43:02.444 INFO O| Jul 06 21:43:02.444 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99772026-07-06T21:43:03.035Z[ host-image] Jul 06 21:43:02.444 INFO O| Jul 06 21:43:02.444 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99782026-07-06T21:43:03.035Z[ host-image] Jul 06 21:43:02.444 INFO O| Jul 06 21:43:02.444 INFO ok!
99792026-07-06T21:43:03.035Z[ host-image] Jul 06 21:43:02.444 INFO O| Jul 06 21:43:02.444 INFO STEP 38 (ensure_file) COMPLETE
99802026-07-06T21:43:03.035Z[ host-image] Jul 06 21:43:02.444 INFO O| Jul 06 21:43:02.444 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99812026-07-06T21:43:03.040Z[ host-image] Jul 06 21:43:02.453 INFO O| Jul 06 21:43:02.453 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99822026-07-06T21:43:03.040Z[ host-image] Jul 06 21:43:02.453 INFO O| Jul 06 21:43:02.453 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99832026-07-06T21:43:03.044Z[ host-image] Jul 06 21:43:02.453 INFO O| Jul 06 21:43:02.453 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99842026-07-06T21:43:03.044Z[ host-image] Jul 06 21:43:02.453 INFO O| Jul 06 21:43:02.453 INFO STEP 39 (ensure_dir) COMPLETE
99852026-07-06T21:43:03.044Z[ host-image] Jul 06 21:43:02.453 INFO O| Jul 06 21:43:02.453 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99862026-07-06T21:43:03.050Z[ host-image] Jul 06 21:43:02.462 INFO O| Jul 06 21:43:02.462 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
99872026-07-06T21:43:03.050Z[ host-image] Jul 06 21:43:02.462 INFO O| Jul 06 21:43:02.462 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 ...
99882026-07-06T21:43:03.053Z[ host-image] Jul 06 21:43:02.462 INFO O| Jul 06 21:43:02.462 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
99892026-07-06T21:43:03.053Z[ host-image] Jul 06 21:43:02.462 INFO O| Jul 06 21:43:02.462 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
99902026-07-06T21:43:03.053Z[ host-image] Jul 06 21:43:02.462 INFO O| Jul 06 21:43:02.462 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
99912026-07-06T21:43:03.053Z[ host-image] Jul 06 21:43:02.462 INFO O| Jul 06 21:43:02.462 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
99922026-07-06T21:43:03.053Z[ host-image] Jul 06 21:43:02.462 INFO O| Jul 06 21:43:02.462 INFO ok!
99932026-07-06T21:43:03.053Z[ host-image] Jul 06 21:43:02.462 INFO O| Jul 06 21:43:02.462 INFO STEP 40 (ensure_file) COMPLETE
99942026-07-06T21:43:03.053Z[ host-image] Jul 06 21:43:02.462 INFO O| Jul 06 21:43:02.462 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99952026-07-06T21:43:03.058Z[ host-image] Jul 06 21:43:02.470 INFO O| Jul 06 21:43:02.470 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99962026-07-06T21:43:03.058Z[ host-image] Jul 06 21:43:02.470 INFO O| Jul 06 21:43:02.470 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 ...
99972026-07-06T21:43:03.058Z[ host-image] Jul 06 21:43:02.470 INFO O| Jul 06 21:43:02.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99982026-07-06T21:43:03.061Z[ host-image] Jul 06 21:43:02.470 INFO O| Jul 06 21:43:02.470 INFO ok!
99992026-07-06T21:43:03.061Z[ host-image] Jul 06 21:43:02.470 INFO O| Jul 06 21:43:02.470 INFO STEP 41 (ensure_symlink) COMPLETE
100002026-07-06T21:43:03.061Z[ host-image] Jul 06 21:43:02.470 INFO O| Jul 06 21:43:02.470 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100012026-07-06T21:43:03.065Z[ host-image] Jul 06 21:43:02.478 INFO O| Jul 06 21:43:02.478 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100022026-07-06T21:43:03.068Z[ host-image] Jul 06 21:43:02.478 INFO O| Jul 06 21:43:02.478 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100032026-07-06T21:43:03.068Z[ host-image] Jul 06 21:43:02.478 INFO O| Jul 06 21:43:02.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100042026-07-06T21:43:03.068Z[ host-image] Jul 06 21:43:02.478 INFO O| Jul 06 21:43:02.478 INFO ok!
100052026-07-06T21:43:03.068Z[ host-image] Jul 06 21:43:02.478 INFO O| Jul 06 21:43:02.478 INFO STEP 42 (ensure_symlink) COMPLETE
100062026-07-06T21:43:03.068Z[ host-image] Jul 06 21:43:02.478 INFO O| Jul 06 21:43:02.478 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100072026-07-06T21:43:03.073Z[ host-image] Jul 06 21:43:02.485 INFO O| Jul 06 21:43:02.485 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100082026-07-06T21:43:03.073Z[ host-image] Jul 06 21:43:02.485 INFO O| Jul 06 21:43:02.485 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100092026-07-06T21:43:03.076Z[ host-image] Jul 06 21:43:02.486 INFO O| Jul 06 21:43:02.485 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100102026-07-06T21:43:03.076Z[ host-image] Jul 06 21:43:02.486 INFO O| Jul 06 21:43:02.486 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100112026-07-06T21:43:03.076Z[ host-image] Jul 06 21:43:02.486 INFO O| Jul 06 21:43:02.486 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100122026-07-06T21:43:03.076Z[ host-image] Jul 06 21:43:02.486 INFO O| Jul 06 21:43:02.486 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100132026-07-06T21:43:03.076Z[ host-image] Jul 06 21:43:02.486 INFO O| Jul 06 21:43:02.486 INFO ok!
100142026-07-06T21:43:03.076Z[ host-image] Jul 06 21:43:02.486 INFO O| Jul 06 21:43:02.486 INFO STEP 43 (ensure_file) COMPLETE
100152026-07-06T21:43:03.076Z[ host-image] Jul 06 21:43:02.486 INFO O| Jul 06 21:43:02.486 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100162026-07-06T21:43:03.082Z[ host-image] Jul 06 21:43:02.495 INFO O| Jul 06 21:43:02.495 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100172026-07-06T21:43:03.082Z[ host-image] Jul 06 21:43:02.495 INFO O| Jul 06 21:43:02.495 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 ...
100182026-07-06T21:43:03.085Z[ host-image] Jul 06 21:43:02.495 INFO O| Jul 06 21:43:02.495 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
100192026-07-06T21:43:03.085Z[ host-image] Jul 06 21:43:02.495 INFO O| Jul 06 21:43:02.495 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100202026-07-06T21:43:03.085Z[ host-image] Jul 06 21:43:02.495 INFO O| Jul 06 21:43:02.495 INFO ok!
100212026-07-06T21:43:03.085Z[ host-image] Jul 06 21:43:02.495 INFO O| Jul 06 21:43:02.495 INFO STEP 44 (ensure_file) COMPLETE
100222026-07-06T21:43:03.085Z[ host-image] Jul 06 21:43:02.495 INFO O| Jul 06 21:43:02.495 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100232026-07-06T21:43:03.089Z[ host-image] Jul 06 21:43:02.502 INFO O| Jul 06 21:43:02.502 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100242026-07-06T21:43:03.089Z[ host-image] Jul 06 21:43:02.502 INFO O| Jul 06 21:43:02.502 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100252026-07-06T21:43:03.092Z[ host-image] Jul 06 21:43:02.502 INFO O| Jul 06 21:43:02.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100262026-07-06T21:43:03.092Z[ host-image] Jul 06 21:43:02.502 INFO O| Jul 06 21:43:02.502 INFO ok!
100272026-07-06T21:43:03.092Z[ host-image] Jul 06 21:43:02.502 INFO O| Jul 06 21:43:02.502 INFO STEP 45 (ensure_file) COMPLETE
100282026-07-06T21:43:03.092Z[ host-image] Jul 06 21:43:02.502 INFO O| Jul 06 21:43:02.502 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100292026-07-06T21:43:03.099Z[ host-image] Jul 06 21:43:02.511 INFO O| Jul 06 21:43:02.511 INFO updating shadow file
100302026-07-06T21:43:03.102Z[ host-image] Jul 06 21:43:02.511 INFO O| Jul 06 21:43:02.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100312026-07-06T21:43:03.102Z[ host-image] Jul 06 21:43:02.511 INFO O| Jul 06 21:43:02.511 INFO STEP 46 (shadow) COMPLETE
100322026-07-06T21:43:03.102Z[ host-image] Jul 06 21:43:02.511 INFO O| Jul 06 21:43:02.511 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100332026-07-06T21:43:03.105Z[ recovery-image] Jul 06 21:43:02.516 INFO E| Compiling signal-hook-registry v1.4.8
100342026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100352026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100362026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100372026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100382026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 INFO ok!
100392026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 INFO STEP 47 (ensure_file) COMPLETE
100402026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100412026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 INFO skip step because feature "mfg" is not enabled
100422026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100432026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 INFO skip step because feature "mfg" is not enabled
100442026-07-06T21:43:03.108Z[ host-image] Jul 06 21:43:02.520 INFO O| Jul 06 21:43:02.520 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100452026-07-06T21:43:03.116Z[ host-image] Jul 06 21:43:02.529 INFO O| Jul 06 21:43:02.529 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100462026-07-06T21:43:03.116Z[ host-image] Jul 06 21:43:02.529 INFO O| Jul 06 21:43:02.529 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100472026-07-06T21:43:03.138Z[ host-image] Jul 06 21:43:02.550 INFO O| Jul 06 21:43:02.550 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100482026-07-06T21:43:03.138Z[ host-image] Jul 06 21:43:02.550 INFO O| Jul 06 21:43:02.550 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100492026-07-06T21:43:03.141Z[ host-image] Jul 06 21:43:02.550 INFO O| Jul 06 21:43:02.550 INFO ok!
100502026-07-06T21:43:03.141Z[ host-image] Jul 06 21:43:02.550 INFO O| Jul 06 21:43:02.550 INFO STEP 50 (ensure_file) COMPLETE
100512026-07-06T21:43:03.141Z[ host-image] Jul 06 21:43:02.550 INFO O| Jul 06 21:43:02.550 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100522026-07-06T21:43:03.141Z[ host-image] Jul 06 21:43:02.550 INFO O| Jul 06 21:43:02.550 INFO skip step because feature "compliance" is not enabled
100532026-07-06T21:43:03.141Z[ host-image] Jul 06 21:43:02.550 INFO O| Jul 06 21:43:02.550 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100542026-07-06T21:43:03.147Z[ host-image] Jul 06 21:43:02.559 INFO O| Jul 06 21:43:02.559 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100552026-07-06T21:43:03.147Z[ host-image] Jul 06 21:43:02.559 INFO O| Jul 06 21:43:02.559 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100562026-07-06T21:43:03.150Z[ host-image] Jul 06 21:43:02.559 INFO O| Jul 06 21:43:02.559 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100572026-07-06T21:43:03.150Z[ host-image] Jul 06 21:43:02.559 INFO O| Jul 06 21:43:02.559 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100582026-07-06T21:43:03.150Z[ host-image] Jul 06 21:43:02.559 INFO O| Jul 06 21:43:02.559 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100592026-07-06T21:43:03.150Z[ host-image] Jul 06 21:43:02.559 INFO O| Jul 06 21:43:02.559 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100602026-07-06T21:43:03.150Z[ host-image] Jul 06 21:43:02.559 INFO O| Jul 06 21:43:02.559 INFO ok!
100612026-07-06T21:43:03.150Z[ host-image] Jul 06 21:43:02.559 INFO O| Jul 06 21:43:02.559 INFO STEP 52 (ensure_file) COMPLETE
100622026-07-06T21:43:03.150Z[ host-image] Jul 06 21:43:02.559 INFO O| Jul 06 21:43:02.559 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100632026-07-06T21:43:03.155Z[ host-image] Jul 06 21:43:02.567 INFO O| Jul 06 21:43:02.567 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100642026-07-06T21:43:03.160Z[ host-image] Jul 06 21:43:02.567 INFO O| Jul 06 21:43:02.567 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 ...
100652026-07-06T21:43:03.160Z[ host-image] Jul 06 21:43:02.567 INFO O| Jul 06 21:43:02.567 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
100662026-07-06T21:43:03.160Z[ host-image] Jul 06 21:43:02.567 INFO O| Jul 06 21:43:02.567 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100672026-07-06T21:43:03.160Z[ host-image] Jul 06 21:43:02.567 INFO O| Jul 06 21:43:02.567 INFO ok!
100682026-07-06T21:43:03.160Z[ host-image] Jul 06 21:43:02.567 INFO O| Jul 06 21:43:02.567 INFO STEP 53 (ensure_file) COMPLETE
100692026-07-06T21:43:03.160Z[ host-image] Jul 06 21:43:02.567 INFO O| Jul 06 21:43:02.567 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100702026-07-06T21:43:03.163Z[ host-image] Jul 06 21:43:02.574 INFO O| Jul 06 21:43:02.574 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100712026-07-06T21:43:03.164Z[ host-image] Jul 06 21:43:02.574 INFO O| Jul 06 21:43:02.574 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 ...
100722026-07-06T21:43:03.164Z[ host-image] Jul 06 21:43:02.574 INFO O| Jul 06 21:43:02.574 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100732026-07-06T21:43:03.164Z[ host-image] Jul 06 21:43:02.574 INFO O| Jul 06 21:43:02.574 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100742026-07-06T21:43:03.164Z[ host-image] Jul 06 21:43:02.574 INFO O| Jul 06 21:43:02.574 INFO ok!
100752026-07-06T21:43:03.164Z[ host-image] Jul 06 21:43:02.574 INFO O| Jul 06 21:43:02.574 INFO STEP 54 (ensure_file) COMPLETE
100762026-07-06T21:43:03.164Z[ host-image] Jul 06 21:43:02.574 INFO O| Jul 06 21:43:02.574 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100772026-07-06T21:43:03.170Z[ host-image] Jul 06 21:43:02.583 INFO O| Jul 06 21:43:02.583 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100782026-07-06T21:43:03.170Z[ host-image] Jul 06 21:43:02.583 INFO O| Jul 06 21:43:02.583 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 ...
100792026-07-06T21:43:03.170Z[ host-image] Jul 06 21:43:02.583 INFO O| Jul 06 21:43:02.583 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
100802026-07-06T21:43:03.173Z[ host-image] Jul 06 21:43:02.583 INFO O| Jul 06 21:43:02.583 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100812026-07-06T21:43:03.173Z[ host-image] Jul 06 21:43:02.583 INFO O| Jul 06 21:43:02.583 INFO ok!
100822026-07-06T21:43:03.173Z[ host-image] Jul 06 21:43:02.583 INFO O| Jul 06 21:43:02.583 INFO STEP 55 (ensure_file) COMPLETE
100832026-07-06T21:43:03.173Z[ host-image] Jul 06 21:43:02.583 INFO O| Jul 06 21:43:02.583 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100842026-07-06T21:43:03.177Z[ host-image] Jul 06 21:43:02.589 INFO O| Jul 06 21:43:02.589 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100852026-07-06T21:43:03.177Z[ host-image] Jul 06 21:43:02.589 INFO O| Jul 06 21:43:02.589 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 ...
100862026-07-06T21:43:03.180Z[ host-image] Jul 06 21:43:02.589 INFO O| Jul 06 21:43:02.589 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100872026-07-06T21:43:03.180Z[ host-image] Jul 06 21:43:02.589 INFO O| Jul 06 21:43:02.589 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100882026-07-06T21:43:03.180Z[ host-image] Jul 06 21:43:02.589 INFO O| Jul 06 21:43:02.589 INFO ok!
100892026-07-06T21:43:03.180Z[ host-image] Jul 06 21:43:02.589 INFO O| Jul 06 21:43:02.589 INFO STEP 56 (ensure_file) COMPLETE
100902026-07-06T21:43:03.180Z[ host-image] Jul 06 21:43:02.589 INFO O| Jul 06 21:43:02.589 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100912026-07-06T21:43:03.183Z[ host-image] Jul 06 21:43:02.595 INFO O| Jul 06 21:43:02.595 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100922026-07-06T21:43:03.183Z[ host-image] Jul 06 21:43:02.595 INFO O| Jul 06 21:43:02.595 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 ...
100932026-07-06T21:43:03.183Z[ host-image] Jul 06 21:43:02.596 INFO O| Jul 06 21:43:02.596 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
100942026-07-06T21:43:03.184Z[ host-image] Jul 06 21:43:02.596 INFO O| Jul 06 21:43:02.596 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100952026-07-06T21:43:03.184Z[ host-image] Jul 06 21:43:02.596 INFO O| Jul 06 21:43:02.596 INFO ok!
100962026-07-06T21:43:03.184Z[ host-image] Jul 06 21:43:02.596 INFO O| Jul 06 21:43:02.596 INFO STEP 57 (ensure_file) COMPLETE
100972026-07-06T21:43:03.184Z[ host-image] Jul 06 21:43:02.596 INFO O| Jul 06 21:43:02.596 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100982026-07-06T21:43:03.190Z[ host-image] Jul 06 21:43:02.603 INFO O| Jul 06 21:43:02.603 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100992026-07-06T21:43:03.190Z[ host-image] Jul 06 21:43:02.603 INFO O| Jul 06 21:43:02.603 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 ...
101002026-07-06T21:43:03.194Z[ host-image] Jul 06 21:43:02.603 INFO O| Jul 06 21:43:02.603 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101012026-07-06T21:43:03.194Z[ host-image] Jul 06 21:43:02.603 INFO O| Jul 06 21:43:02.603 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101022026-07-06T21:43:03.194Z[ host-image] Jul 06 21:43:02.603 INFO O| Jul 06 21:43:02.603 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101032026-07-06T21:43:03.194Z[ host-image] Jul 06 21:43:02.603 INFO O| Jul 06 21:43:02.603 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101042026-07-06T21:43:03.194Z[ host-image] Jul 06 21:43:02.603 INFO O| Jul 06 21:43:02.603 INFO ok!
101052026-07-06T21:43:03.195Z[ host-image] Jul 06 21:43:02.603 INFO O| Jul 06 21:43:02.603 INFO STEP 58 (ensure_file) COMPLETE
101062026-07-06T21:43:03.195Z[ host-image] Jul 06 21:43:02.603 INFO O| Jul 06 21:43:02.603 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101072026-07-06T21:43:03.197Z[ host-image] Jul 06 21:43:02.609 INFO O| Jul 06 21:43:02.609 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101082026-07-06T21:43:03.197Z[ host-image] Jul 06 21:43:02.609 INFO O| Jul 06 21:43:02.609 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 ...
101092026-07-06T21:43:03.197Z[ host-image] Jul 06 21:43:02.609 INFO O| Jul 06 21:43:02.609 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
101102026-07-06T21:43:03.197Z[ host-image] Jul 06 21:43:02.609 INFO O| Jul 06 21:43:02.609 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101112026-07-06T21:43:03.197Z[ host-image] Jul 06 21:43:02.609 INFO O| Jul 06 21:43:02.609 INFO ok!
101122026-07-06T21:43:03.198Z[ host-image] Jul 06 21:43:02.609 INFO O| Jul 06 21:43:02.609 INFO STEP 59 (ensure_file) COMPLETE
101132026-07-06T21:43:03.198Z[ host-image] Jul 06 21:43:02.609 INFO O| Jul 06 21:43:02.609 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101142026-07-06T21:43:03.203Z[ host-image] Jul 06 21:43:02.616 INFO O| Jul 06 21:43:02.616 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101152026-07-06T21:43:03.203Z[ host-image] Jul 06 21:43:02.616 INFO O| Jul 06 21:43:02.616 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101162026-07-06T21:43:03.209Z[ host-image] Jul 06 21:43:02.616 INFO O| Jul 06 21:43:02.616 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101172026-07-06T21:43:03.209Z[ host-image] Jul 06 21:43:02.616 INFO O| Jul 06 21:43:02.616 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101182026-07-06T21:43:03.209Z[ host-image] Jul 06 21:43:02.616 INFO O| Jul 06 21:43:02.616 INFO ok!
101192026-07-06T21:43:03.209Z[ host-image] Jul 06 21:43:02.616 INFO O| Jul 06 21:43:02.616 INFO STEP 60 (ensure_file) COMPLETE
101202026-07-06T21:43:03.209Z[ host-image] Jul 06 21:43:02.616 INFO O| Jul 06 21:43:02.616 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101212026-07-06T21:43:03.212Z[ host-image] Jul 06 21:43:02.624 INFO O| Jul 06 21:43:02.624 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101222026-07-06T21:43:03.212Z[ host-image] Jul 06 21:43:02.624 INFO O| Jul 06 21:43:02.624 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 ...
101232026-07-06T21:43:03.212Z[ host-image] Jul 06 21:43:02.624 INFO O| Jul 06 21:43:02.624 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
101242026-07-06T21:43:03.212Z[ host-image] Jul 06 21:43:02.624 INFO O| Jul 06 21:43:02.624 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101252026-07-06T21:43:03.212Z[ host-image] Jul 06 21:43:02.624 INFO O| Jul 06 21:43:02.624 INFO ok!
101262026-07-06T21:43:03.212Z[ host-image] Jul 06 21:43:02.624 INFO O| Jul 06 21:43:02.624 INFO STEP 61 (ensure_file) COMPLETE
101272026-07-06T21:43:03.212Z[ host-image] Jul 06 21:43:02.624 INFO O| Jul 06 21:43:02.624 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101282026-07-06T21:43:03.218Z[ host-image] Jul 06 21:43:02.630 INFO O| Jul 06 21:43:02.630 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101292026-07-06T21:43:03.218Z[ host-image] Jul 06 21:43:02.630 INFO O| Jul 06 21:43:02.630 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101302026-07-06T21:43:03.218Z[ host-image] Jul 06 21:43:02.630 INFO O| Jul 06 21:43:02.630 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101312026-07-06T21:43:03.224Z[ host-image] Jul 06 21:43:02.630 INFO O| Jul 06 21:43:02.630 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101322026-07-06T21:43:03.224Z[ host-image] Jul 06 21:43:02.630 INFO O| Jul 06 21:43:02.630 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101332026-07-06T21:43:03.224Z[ host-image] Jul 06 21:43:02.630 INFO O| Jul 06 21:43:02.630 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101342026-07-06T21:43:03.224Z[ host-image] Jul 06 21:43:02.630 INFO O| Jul 06 21:43:02.630 INFO ok!
101352026-07-06T21:43:03.224Z[ host-image] Jul 06 21:43:02.630 INFO O| Jul 06 21:43:02.630 INFO STEP 62 (ensure_file) COMPLETE
101362026-07-06T21:43:03.224Z[ host-image] Jul 06 21:43:02.630 INFO O| Jul 06 21:43:02.630 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101372026-07-06T21:43:03.227Z[ host-image] Jul 06 21:43:02.636 INFO O| Jul 06 21:43:02.636 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101382026-07-06T21:43:03.227Z[ host-image] Jul 06 21:43:02.636 INFO O| Jul 06 21:43:02.636 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 ...
101392026-07-06T21:43:03.227Z[ host-image] Jul 06 21:43:02.636 INFO O| Jul 06 21:43:02.636 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
101402026-07-06T21:43:03.227Z[ host-image] Jul 06 21:43:02.636 INFO O| Jul 06 21:43:02.636 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101412026-07-06T21:43:03.227Z[ host-image] Jul 06 21:43:02.636 INFO O| Jul 06 21:43:02.636 INFO ok!
101422026-07-06T21:43:03.227Z[ host-image] Jul 06 21:43:02.636 INFO O| Jul 06 21:43:02.636 INFO STEP 63 (ensure_file) COMPLETE
101432026-07-06T21:43:03.227Z[ host-image] Jul 06 21:43:02.636 INFO O| Jul 06 21:43:02.636 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101442026-07-06T21:43:03.231Z[ host-image] Jul 06 21:43:02.642 INFO O| Jul 06 21:43:02.642 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101452026-07-06T21:43:03.231Z[ host-image] Jul 06 21:43:02.642 INFO O| Jul 06 21:43:02.642 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 ...
101462026-07-06T21:43:03.231Z[ host-image] Jul 06 21:43:02.642 INFO O| Jul 06 21:43:02.642 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
101472026-07-06T21:43:03.231Z[ host-image] Jul 06 21:43:02.642 INFO O| Jul 06 21:43:02.642 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101482026-07-06T21:43:03.231Z[ host-image] Jul 06 21:43:02.642 INFO O| Jul 06 21:43:02.642 INFO ok!
101492026-07-06T21:43:03.231Z[ host-image] Jul 06 21:43:02.642 INFO O| Jul 06 21:43:02.642 INFO STEP 64 (ensure_file) COMPLETE
101502026-07-06T21:43:03.231Z[ host-image] Jul 06 21:43:02.642 INFO O| Jul 06 21:43:02.642 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101512026-07-06T21:43:03.236Z[ host-image] Jul 06 21:43:02.649 INFO O| Jul 06 21:43:02.649 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101522026-07-06T21:43:03.236Z[ host-image] Jul 06 21:43:02.649 INFO O| Jul 06 21:43:02.649 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 ...
101532026-07-06T21:43:03.242Z[ host-image] Jul 06 21:43:02.649 INFO O| Jul 06 21:43:02.649 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
101542026-07-06T21:43:03.242Z[ host-image] Jul 06 21:43:02.649 INFO O| Jul 06 21:43:02.649 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101552026-07-06T21:43:03.242Z[ host-image] Jul 06 21:43:02.649 INFO O| Jul 06 21:43:02.649 INFO ok!
101562026-07-06T21:43:03.242Z[ host-image] Jul 06 21:43:02.649 INFO O| Jul 06 21:43:02.649 INFO STEP 65 (ensure_file) COMPLETE
101572026-07-06T21:43:03.242Z[ host-image] Jul 06 21:43:02.649 INFO O| Jul 06 21:43:02.649 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101582026-07-06T21:43:03.242Z[ host-image] Jul 06 21:43:02.649 INFO O| Jul 06 21:43:02.649 INFO skip step because feature "mbist" is not enabled
101592026-07-06T21:43:03.242Z[ host-image] Jul 06 21:43:02.649 INFO O| Jul 06 21:43:02.649 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-07-06T21:43:03.245Z[ host-image] Jul 06 21:43:02.657 INFO O| Jul 06 21:43:02.657 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101612026-07-06T21:43:03.246Z[ host-image] Jul 06 21:43:02.657 INFO O| Jul 06 21:43:02.657 INFO STEP 67 (ensure_dir) COMPLETE
101622026-07-06T21:43:03.246Z[ host-image] Jul 06 21:43:02.657 INFO O| Jul 06 21:43:02.657 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-07-06T21:43:03.254Z[ host-image] Jul 06 21:43:02.664 INFO O| Jul 06 21:43:02.664 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101642026-07-06T21:43:03.254Z[ host-image] Jul 06 21:43:02.664 INFO O| Jul 06 21:43:02.664 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101652026-07-06T21:43:03.254Z[ host-image] Jul 06 21:43:02.664 INFO O| Jul 06 21:43:02.664 INFO STEP 68 (ensure_dir) COMPLETE
101662026-07-06T21:43:03.254Z[ host-image] Jul 06 21:43:02.664 INFO O| Jul 06 21:43:02.664 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-07-06T21:43:03.261Z[ host-image] Jul 06 21:43:02.671 INFO O| Jul 06 21:43:02.671 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101682026-07-06T21:43:03.261Z[ host-image] Jul 06 21:43:02.671 INFO O| Jul 06 21:43:02.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101692026-07-06T21:43:03.267Z[ host-image] Jul 06 21:43:02.671 INFO O| Jul 06 21:43:02.671 INFO STEP 69 (ensure_dir) COMPLETE
101702026-07-06T21:43:03.267Z[ host-image] Jul 06 21:43:02.671 INFO O| Jul 06 21:43:02.671 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-07-06T21:43:03.267Z[ host-image] Jul 06 21:43:02.679 INFO O| Jul 06 21:43:02.679 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101722026-07-06T21:43:03.267Z[ host-image] Jul 06 21:43:02.679 INFO O| Jul 06 21:43:02.679 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101732026-07-06T21:43:03.378Z[ recovery-image] Jul 06 21:43:02.790 INFO E| Compiling sigchld v0.2.4
101742026-07-06T21:43:03.528Z[ recovery-image] Jul 06 21:43:02.940 INFO E| Compiling shared_child v1.1.1
101752026-07-06T21:43:03.579Z[ recovery-image] Jul 06 21:43:02.989 INFO E| Compiling syn v2.0.117
101762026-07-06T21:43:03.675Z[ recovery-image] Jul 06 21:43:03.080 INFO E| Compiling duct v1.1.1
101772026-07-06T21:43:03.830Z[ host-image] Jul 06 21:43:03.242 INFO O| Jul 06 21:43:03.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101782026-07-06T21:43:03.831Z[ host-image] Jul 06 21:43:03.243 INFO O| Jul 06 21:43:03.242 INFO ok!
101792026-07-06T21:43:03.831Z[ host-image] Jul 06 21:43:03.243 INFO O| Jul 06 21:43:03.242 INFO STEP 70 (ensure_file) COMPLETE
101802026-07-06T21:43:03.834Z[ host-image] Jul 06 21:43:03.243 INFO O| Jul 06 21:43:03.242 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-07-06T21:43:03.839Z[ host-image] Jul 06 21:43:03.252 INFO O| Jul 06 21:43:03.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101822026-07-06T21:43:03.839Z[ host-image] Jul 06 21:43:03.252 INFO O| Jul 06 21:43:03.252 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101832026-07-06T21:43:04.351Z[ host-image] Jul 06 21:43:03.763 INFO O| Jul 06 21:43:03.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101842026-07-06T21:43:04.351Z[ host-image] Jul 06 21:43:03.763 INFO O| Jul 06 21:43:03.763 INFO ok!
101852026-07-06T21:43:04.351Z[ host-image] Jul 06 21:43:03.763 INFO O| Jul 06 21:43:03.763 INFO STEP 71 (ensure_file) COMPLETE
101862026-07-06T21:43:04.351Z[ host-image] Jul 06 21:43:03.763 INFO O| Jul 06 21:43:03.763 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-07-06T21:43:04.360Z[ host-image] Jul 06 21:43:03.773 INFO O| Jul 06 21:43:03.773 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101882026-07-06T21:43:04.360Z[ host-image] Jul 06 21:43:03.773 INFO O| Jul 06 21:43:03.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101892026-07-06T21:43:04.361Z[ host-image] Jul 06 21:43:03.773 INFO O| Jul 06 21:43:03.773 INFO STEP 72 (ensure_dir) COMPLETE
101902026-07-06T21:43:04.364Z[ host-image] Jul 06 21:43:03.773 INFO O| Jul 06 21:43:03.773 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-07-06T21:43:04.367Z[ host-image] Jul 06 21:43:03.779 INFO O| Jul 06 21:43:03.779 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101922026-07-06T21:43:04.367Z[ host-image] Jul 06 21:43:03.779 INFO O| Jul 06 21:43:03.779 INFO copying /tmp/.tmpLgBkya/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 ...
101932026-07-06T21:43:04.367Z[ host-image] Jul 06 21:43:03.779 INFO O| Jul 06 21:43:03.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101942026-07-06T21:43:04.367Z[ host-image] Jul 06 21:43:03.779 INFO O| Jul 06 21:43:03.779 INFO ok!
101952026-07-06T21:43:04.367Z[ host-image] Jul 06 21:43:03.779 INFO O| Jul 06 21:43:03.779 INFO STEP 73 (ensure_file) COMPLETE
101962026-07-06T21:43:04.367Z[ host-image] Jul 06 21:43:03.779 INFO O| Jul 06 21:43:03.779 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-07-06T21:43:04.373Z[ host-image] Jul 06 21:43:03.786 INFO O| Jul 06 21:43:03.786 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101982026-07-06T21:43:04.374Z[ host-image] Jul 06 21:43:03.786 INFO O| Jul 06 21:43:03.786 INFO copying /tmp/.tmpLgBkya/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 ...
101992026-07-06T21:43:04.377Z[ host-image] Jul 06 21:43:03.786 INFO O| Jul 06 21:43:03.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102002026-07-06T21:43:04.377Z[ host-image] Jul 06 21:43:03.786 INFO O| Jul 06 21:43:03.786 INFO ok!
102012026-07-06T21:43:04.377Z[ host-image] Jul 06 21:43:03.786 INFO O| Jul 06 21:43:03.786 INFO STEP 74 (ensure_file) COMPLETE
102022026-07-06T21:43:04.377Z[ host-image] Jul 06 21:43:03.786 INFO O| Jul 06 21:43:03.786 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-07-06T21:43:04.382Z[ host-image] Jul 06 21:43:03.794 INFO O| Jul 06 21:43:03.794 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102042026-07-06T21:43:04.385Z[ host-image] Jul 06 21:43:03.794 INFO O| Jul 06 21:43:03.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102052026-07-06T21:43:04.385Z[ host-image] Jul 06 21:43:03.794 INFO O| Jul 06 21:43:03.794 INFO STEP 75 (ensure_dir) COMPLETE
102062026-07-06T21:43:04.385Z[ host-image] Jul 06 21:43:03.794 INFO O| Jul 06 21:43:03.794 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-07-06T21:43:04.387Z[ host-image] Jul 06 21:43:03.800 INFO O| Jul 06 21:43:03.800 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102082026-07-06T21:43:04.387Z[ host-image] Jul 06 21:43:03.800 INFO O| Jul 06 21:43:03.800 INFO copying /tmp/.tmpLgBkya/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 ...
102092026-07-06T21:43:04.390Z[ host-image] Jul 06 21:43:03.800 INFO O| Jul 06 21:43:03.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102102026-07-06T21:43:04.390Z[ host-image] Jul 06 21:43:03.800 INFO O| Jul 06 21:43:03.800 INFO ok!
102112026-07-06T21:43:04.390Z[ host-image] Jul 06 21:43:03.800 INFO O| Jul 06 21:43:03.800 INFO STEP 76 (ensure_file) COMPLETE
102122026-07-06T21:43:04.391Z[ host-image] Jul 06 21:43:03.800 INFO O| Jul 06 21:43:03.800 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-07-06T21:43:04.393Z[ host-image] Jul 06 21:43:03.806 INFO O| Jul 06 21:43:03.806 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102142026-07-06T21:43:04.393Z[ host-image] Jul 06 21:43:03.806 INFO O| Jul 06 21:43:03.806 INFO copying /tmp/.tmpLgBkya/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 ...
102152026-07-06T21:43:04.393Z[ host-image] Jul 06 21:43:03.806 INFO O| Jul 06 21:43:03.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102162026-07-06T21:43:04.393Z[ host-image] Jul 06 21:43:03.806 INFO O| Jul 06 21:43:03.806 INFO ok!
102172026-07-06T21:43:04.393Z[ host-image] Jul 06 21:43:03.806 INFO O| Jul 06 21:43:03.806 INFO STEP 77 (ensure_file) COMPLETE
102182026-07-06T21:43:04.394Z[ host-image] Jul 06 21:43:03.806 INFO O| Jul 06 21:43:03.806 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-07-06T21:43:04.401Z[ host-image] Jul 06 21:43:03.814 INFO O| Jul 06 21:43:03.814 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102202026-07-06T21:43:04.401Z[ host-image] Jul 06 21:43:03.814 INFO O| Jul 06 21:43:03.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102212026-07-06T21:43:04.401Z[ host-image] Jul 06 21:43:03.814 INFO O| Jul 06 21:43:03.814 INFO STEP 78 (ensure_dir) COMPLETE
102222026-07-06T21:43:04.401Z[ host-image] Jul 06 21:43:03.814 INFO O| Jul 06 21:43:03.814 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-07-06T21:43:04.408Z[ host-image] Jul 06 21:43:03.821 INFO O| Jul 06 21:43:03.821 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102242026-07-06T21:43:04.408Z[ host-image] Jul 06 21:43:03.821 INFO O| Jul 06 21:43:03.821 INFO copying /tmp/.tmpLgBkya/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 ...
102252026-07-06T21:43:04.412Z[ host-image] Jul 06 21:43:03.821 INFO O| Jul 06 21:43:03.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102262026-07-06T21:43:04.413Z[ host-image] Jul 06 21:43:03.821 INFO O| Jul 06 21:43:03.821 INFO ok!
102272026-07-06T21:43:04.413Z[ host-image] Jul 06 21:43:03.821 INFO O| Jul 06 21:43:03.821 INFO STEP 79 (ensure_file) COMPLETE
102282026-07-06T21:43:04.413Z[ host-image] Jul 06 21:43:03.821 INFO O| Jul 06 21:43:03.821 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-07-06T21:43:04.416Z[ host-image] Jul 06 21:43:03.828 INFO O| Jul 06 21:43:03.828 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102302026-07-06T21:43:04.416Z[ host-image] Jul 06 21:43:03.828 INFO O| Jul 06 21:43:03.828 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102312026-07-06T21:43:04.416Z[ host-image] Jul 06 21:43:03.828 INFO O| Jul 06 21:43:03.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102322026-07-06T21:43:04.416Z[ host-image] Jul 06 21:43:03.828 INFO O| Jul 06 21:43:03.828 INFO ok!
102332026-07-06T21:43:04.416Z[ host-image] Jul 06 21:43:03.828 INFO O| Jul 06 21:43:03.828 INFO STEP 80 (ensure_file) COMPLETE
102342026-07-06T21:43:04.416Z[ host-image] Jul 06 21:43:03.828 INFO O| Jul 06 21:43:03.828 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-07-06T21:43:04.422Z[ host-image] Jul 06 21:43:03.835 INFO O| Jul 06 21:43:03.834 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102362026-07-06T21:43:04.422Z[ host-image] Jul 06 21:43:03.835 INFO O| Jul 06 21:43:03.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102372026-07-06T21:43:04.425Z[ host-image] Jul 06 21:43:03.835 INFO O| Jul 06 21:43:03.835 INFO STEP 81 (ensure_dir) COMPLETE
102382026-07-06T21:43:04.425Z[ host-image] Jul 06 21:43:03.835 INFO O| Jul 06 21:43:03.835 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-07-06T21:43:04.431Z[ host-image] Jul 06 21:43:03.841 INFO O| Jul 06 21:43:03.841 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102402026-07-06T21:43:04.431Z[ host-image] Jul 06 21:43:03.841 INFO O| Jul 06 21:43:03.841 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102412026-07-06T21:43:04.643Z[ host-image] Jul 06 21:43:04.055 INFO O| Jul 06 21:43:04.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102422026-07-06T21:43:04.643Z[ host-image] Jul 06 21:43:04.055 INFO O| Jul 06 21:43:04.055 INFO ok!
102432026-07-06T21:43:04.643Z[ host-image] Jul 06 21:43:04.055 INFO O| Jul 06 21:43:04.055 INFO STEP 82 (ensure_file) COMPLETE
102442026-07-06T21:43:04.646Z[ host-image] Jul 06 21:43:04.055 INFO O| Jul 06 21:43:04.055 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-07-06T21:43:04.651Z[ host-image] Jul 06 21:43:04.063 INFO O| Jul 06 21:43:04.063 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102462026-07-06T21:43:04.651Z[ host-image] Jul 06 21:43:04.063 INFO O| Jul 06 21:43:04.063 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102472026-07-06T21:43:05.130Z[ host-image] Jul 06 21:43:04.542 INFO O| Jul 06 21:43:04.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102482026-07-06T21:43:05.130Z[ host-image] Jul 06 21:43:04.542 INFO O| Jul 06 21:43:04.542 INFO ok!
102492026-07-06T21:43:05.130Z[ host-image] Jul 06 21:43:04.542 INFO O| Jul 06 21:43:04.542 INFO STEP 83 (ensure_file) COMPLETE
102502026-07-06T21:43:05.134Z[ host-image] Jul 06 21:43:04.542 INFO O| Jul 06 21:43:04.542 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-07-06T21:43:05.139Z[ host-image] Jul 06 21:43:04.551 INFO O| Jul 06 21:43:04.551 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102522026-07-06T21:43:05.139Z[ host-image] Jul 06 21:43:04.551 INFO O| Jul 06 21:43:04.551 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102532026-07-06T21:43:06.078Z[ recovery-image] Jul 06 21:43:05.491 INFO E| Compiling clap_derive v4.6.1
102542026-07-06T21:43:06.266Z[ host-image] Jul 06 21:43:05.678 INFO O| Jul 06 21:43:05.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102552026-07-06T21:43:06.266Z[ host-image] Jul 06 21:43:05.678 INFO O| Jul 06 21:43:05.678 INFO ok!
102562026-07-06T21:43:06.266Z[ host-image] Jul 06 21:43:05.678 INFO O| Jul 06 21:43:05.678 INFO STEP 84 (ensure_file) COMPLETE
102572026-07-06T21:43:06.270Z[ host-image] Jul 06 21:43:05.678 INFO O| Jul 06 21:43:05.678 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-07-06T21:43:06.274Z[ host-image] Jul 06 21:43:05.687 INFO O| Jul 06 21:43:05.687 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102592026-07-06T21:43:06.277Z[ host-image] Jul 06 21:43:05.687 INFO O| Jul 06 21:43:05.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102602026-07-06T21:43:06.277Z[ host-image] Jul 06 21:43:05.687 INFO O| Jul 06 21:43:05.687 INFO STEP 85 (ensure_dir) COMPLETE
102612026-07-06T21:43:06.277Z[ host-image] Jul 06 21:43:05.687 INFO O| Jul 06 21:43:05.687 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-07-06T21:43:06.281Z[ host-image] Jul 06 21:43:05.694 INFO O| Jul 06 21:43:05.694 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102632026-07-06T21:43:06.281Z[ host-image] Jul 06 21:43:05.694 INFO O| Jul 06 21:43:05.694 INFO copying /tmp/.tmpLgBkya/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 ...
102642026-07-06T21:43:06.281Z[ host-image] Jul 06 21:43:05.694 INFO O| Jul 06 21:43:05.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102652026-07-06T21:43:06.284Z[ host-image] Jul 06 21:43:05.694 INFO O| Jul 06 21:43:05.694 INFO ok!
102662026-07-06T21:43:06.284Z[ host-image] Jul 06 21:43:05.694 INFO O| Jul 06 21:43:05.694 INFO STEP 86 (ensure_file) COMPLETE
102672026-07-06T21:43:06.284Z[ host-image] Jul 06 21:43:05.694 INFO O| Jul 06 21:43:05.694 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-07-06T21:43:06.289Z[ host-image] Jul 06 21:43:05.702 INFO O| Jul 06 21:43:05.702 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102692026-07-06T21:43:06.289Z[ host-image] Jul 06 21:43:05.702 INFO O| Jul 06 21:43:05.702 INFO copying /tmp/.tmpLgBkya/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 ...
102702026-07-06T21:43:06.292Z[ host-image] Jul 06 21:43:05.702 INFO O| Jul 06 21:43:05.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102712026-07-06T21:43:06.292Z[ host-image] Jul 06 21:43:05.702 INFO O| Jul 06 21:43:05.702 INFO ok!
102722026-07-06T21:43:06.292Z[ host-image] Jul 06 21:43:05.702 INFO O| Jul 06 21:43:05.702 INFO STEP 87 (ensure_file) COMPLETE
102732026-07-06T21:43:06.292Z[ host-image] Jul 06 21:43:05.702 INFO O| Jul 06 21:43:05.702 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-07-06T21:43:06.298Z[ host-image] Jul 06 21:43:05.709 INFO O| Jul 06 21:43:05.709 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102752026-07-06T21:43:06.298Z[ host-image] Jul 06 21:43:05.709 INFO O| Jul 06 21:43:05.709 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102762026-07-06T21:43:06.301Z[ host-image] Jul 06 21:43:05.709 INFO O| Jul 06 21:43:05.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102772026-07-06T21:43:06.301Z[ host-image] Jul 06 21:43:05.709 INFO O| Jul 06 21:43:05.709 INFO ok!
102782026-07-06T21:43:06.301Z[ host-image] Jul 06 21:43:05.709 INFO O| Jul 06 21:43:05.709 INFO STEP 88 (ensure_file) COMPLETE
102792026-07-06T21:43:06.301Z[ host-image] Jul 06 21:43:05.709 INFO O| Jul 06 21:43:05.709 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-07-06T21:43:06.304Z[ host-image] Jul 06 21:43:05.716 INFO O| Jul 06 21:43:05.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102812026-07-06T21:43:06.304Z[ host-image] Jul 06 21:43:05.716 INFO O| Jul 06 21:43:05.716 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102822026-07-06T21:43:06.304Z[ host-image] Jul 06 21:43:05.716 INFO O| Jul 06 21:43:05.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102832026-07-06T21:43:06.304Z[ host-image] Jul 06 21:43:05.716 INFO O| Jul 06 21:43:05.716 INFO ok!
102842026-07-06T21:43:06.304Z[ host-image] Jul 06 21:43:05.716 INFO O| Jul 06 21:43:05.716 INFO STEP 89 (ensure_file) COMPLETE
102852026-07-06T21:43:06.304Z[ host-image] Jul 06 21:43:05.716 INFO O| Jul 06 21:43:05.716 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-07-06T21:43:06.310Z[ host-image] Jul 06 21:43:05.723 INFO O| Jul 06 21:43:05.722 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102872026-07-06T21:43:06.313Z[ host-image] Jul 06 21:43:05.723 INFO O| Jul 06 21:43:05.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102882026-07-06T21:43:06.313Z[ host-image] Jul 06 21:43:05.723 INFO O| Jul 06 21:43:05.723 INFO STEP 90 (ensure_dir) COMPLETE
102892026-07-06T21:43:06.313Z[ host-image] Jul 06 21:43:05.723 INFO O| Jul 06 21:43:05.723 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-07-06T21:43:06.317Z[ host-image] Jul 06 21:43:05.729 INFO O| Jul 06 21:43:05.729 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102912026-07-06T21:43:06.317Z[ host-image] Jul 06 21:43:05.729 INFO O| Jul 06 21:43:05.729 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102922026-07-06T21:43:06.320Z[ host-image] Jul 06 21:43:05.733 INFO O| Jul 06 21:43:05.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102932026-07-06T21:43:06.321Z[ host-image] Jul 06 21:43:05.733 INFO O| Jul 06 21:43:05.733 INFO ok!
102942026-07-06T21:43:06.323Z[ host-image] Jul 06 21:43:05.733 INFO O| Jul 06 21:43:05.733 INFO STEP 91 (ensure_file) COMPLETE
102952026-07-06T21:43:06.323Z[ host-image] Jul 06 21:43:05.733 INFO O| Jul 06 21:43:05.733 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-07-06T21:43:06.328Z[ host-image] Jul 06 21:43:05.741 INFO O| Jul 06 21:43:05.741 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102972026-07-06T21:43:06.328Z[ host-image] Jul 06 21:43:05.741 INFO O| Jul 06 21:43:05.741 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102982026-07-06T21:43:06.331Z[ host-image] Jul 06 21:43:05.741 INFO O| Jul 06 21:43:05.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102992026-07-06T21:43:06.331Z[ host-image] Jul 06 21:43:05.741 INFO O| Jul 06 21:43:05.741 INFO ok!
103002026-07-06T21:43:06.331Z[ host-image] Jul 06 21:43:05.741 INFO O| Jul 06 21:43:05.741 INFO STEP 92 (ensure_file) COMPLETE
103012026-07-06T21:43:06.331Z[ host-image] Jul 06 21:43:05.741 INFO O| Jul 06 21:43:05.741 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-07-06T21:43:06.335Z[ host-image] Jul 06 21:43:05.748 INFO O| Jul 06 21:43:05.748 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103032026-07-06T21:43:06.335Z[ host-image] Jul 06 21:43:05.748 INFO O| Jul 06 21:43:05.748 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103042026-07-06T21:43:06.561Z[ host-image] Jul 06 21:43:05.973 INFO O| Jul 06 21:43:05.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103052026-07-06T21:43:06.561Z[ host-image] Jul 06 21:43:05.973 INFO O| Jul 06 21:43:05.973 INFO ok!
103062026-07-06T21:43:06.564Z[ host-image] Jul 06 21:43:05.973 INFO O| Jul 06 21:43:05.973 INFO STEP 93 (ensure_file) COMPLETE
103072026-07-06T21:43:06.564Z[ host-image] Jul 06 21:43:05.973 INFO O| Jul 06 21:43:05.973 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-07-06T21:43:06.568Z[ host-image] Jul 06 21:43:05.981 INFO O| Jul 06 21:43:05.981 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103092026-07-06T21:43:06.568Z[ host-image] Jul 06 21:43:05.981 INFO O| Jul 06 21:43:05.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103102026-07-06T21:43:06.571Z[ host-image] Jul 06 21:43:05.981 INFO O| Jul 06 21:43:05.981 INFO STEP 94 (ensure_dir) COMPLETE
103112026-07-06T21:43:06.571Z[ host-image] Jul 06 21:43:05.981 INFO O| Jul 06 21:43:05.981 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-07-06T21:43:06.574Z[ host-image] Jul 06 21:43:05.987 INFO O| Jul 06 21:43:05.987 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103132026-07-06T21:43:06.574Z[ host-image] Jul 06 21:43:05.987 INFO O| Jul 06 21:43:05.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103142026-07-06T21:43:06.574Z[ host-image] Jul 06 21:43:05.987 INFO O| Jul 06 21:43:05.987 INFO STEP 95 (ensure_dir) COMPLETE
103152026-07-06T21:43:06.574Z[ host-image] Jul 06 21:43:05.987 INFO O| Jul 06 21:43:05.987 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-07-06T21:43:06.580Z[ host-image] Jul 06 21:43:05.993 INFO O| Jul 06 21:43:05.993 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103172026-07-06T21:43:06.580Z[ host-image] Jul 06 21:43:05.993 INFO O| Jul 06 21:43:05.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103182026-07-06T21:43:06.583Z[ host-image] Jul 06 21:43:05.993 INFO O| Jul 06 21:43:05.993 INFO STEP 96 (ensure_dir) COMPLETE
103192026-07-06T21:43:06.583Z[ host-image] Jul 06 21:43:05.993 INFO O| Jul 06 21:43:05.993 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-07-06T21:43:06.587Z[ host-image] Jul 06 21:43:05.999 INFO O| Jul 06 21:43:05.999 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103212026-07-06T21:43:06.587Z[ host-image] Jul 06 21:43:05.999 INFO O| Jul 06 21:43:05.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103222026-07-06T21:43:06.590Z[ host-image] Jul 06 21:43:05.999 INFO O| Jul 06 21:43:05.999 INFO STEP 97 (ensure_dir) COMPLETE
103232026-07-06T21:43:06.590Z[ host-image] Jul 06 21:43:05.999 INFO O| Jul 06 21:43:05.999 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-07-06T21:43:06.593Z[ host-image] Jul 06 21:43:06.006 INFO O| Jul 06 21:43:06.006 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103252026-07-06T21:43:06.596Z[ host-image] Jul 06 21:43:06.006 INFO O| Jul 06 21:43:06.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103262026-07-06T21:43:06.596Z[ host-image] Jul 06 21:43:06.006 INFO O| Jul 06 21:43:06.006 INFO STEP 98 (ensure_dir) COMPLETE
103272026-07-06T21:43:06.596Z[ host-image] Jul 06 21:43:06.006 INFO O| Jul 06 21:43:06.006 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-07-06T21:43:06.602Z[ host-image] Jul 06 21:43:06.015 INFO O| Jul 06 21:43:06.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103292026-07-06T21:43:06.605Z[ host-image] Jul 06 21:43:06.015 INFO O| Jul 06 21:43:06.015 INFO copying /tmp/.tmpLgBkya/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 ...
103302026-07-06T21:43:06.605Z[ host-image] Jul 06 21:43:06.015 INFO O| Jul 06 21:43:06.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103312026-07-06T21:43:06.605Z[ host-image] Jul 06 21:43:06.015 INFO O| Jul 06 21:43:06.015 INFO ok!
103322026-07-06T21:43:06.605Z[ host-image] Jul 06 21:43:06.015 INFO O| Jul 06 21:43:06.015 INFO STEP 99 (ensure_file) COMPLETE
103332026-07-06T21:43:06.605Z[ host-image] Jul 06 21:43:06.015 INFO O| Jul 06 21:43:06.015 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-07-06T21:43:06.609Z[ host-image] Jul 06 21:43:06.021 INFO O| Jul 06 21:43:06.021 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103352026-07-06T21:43:06.609Z[ host-image] Jul 06 21:43:06.021 INFO O| Jul 06 21:43:06.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103362026-07-06T21:43:06.609Z[ host-image] Jul 06 21:43:06.021 INFO O| Jul 06 21:43:06.021 INFO STEP 100 (ensure_dir) COMPLETE
103372026-07-06T21:43:06.612Z[ host-image] Jul 06 21:43:06.021 INFO O| Jul 06 21:43:06.021 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-07-06T21:43:06.616Z[ host-image] Jul 06 21:43:06.028 INFO O| Jul 06 21:43:06.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103392026-07-06T21:43:06.616Z[ host-image] Jul 06 21:43:06.028 INFO O| Jul 06 21:43:06.028 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103402026-07-06T21:43:06.833Z[ host-image] Jul 06 21:43:06.245 INFO O| Jul 06 21:43:06.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103412026-07-06T21:43:06.833Z[ host-image] Jul 06 21:43:06.245 INFO O| Jul 06 21:43:06.245 INFO ok!
103422026-07-06T21:43:06.833Z[ host-image] Jul 06 21:43:06.245 INFO O| Jul 06 21:43:06.245 INFO STEP 101 (ensure_file) COMPLETE
103432026-07-06T21:43:06.836Z[ host-image] Jul 06 21:43:06.245 INFO O| Jul 06 21:43:06.245 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-07-06T21:43:06.841Z[ host-image] Jul 06 21:43:06.253 INFO O| Jul 06 21:43:06.253 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103452026-07-06T21:43:06.841Z[ host-image] Jul 06 21:43:06.253 INFO O| Jul 06 21:43:06.253 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103462026-07-06T21:43:06.841Z[ host-image] Jul 06 21:43:06.253 INFO O| Jul 06 21:43:06.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103472026-07-06T21:43:06.844Z[ host-image] Jul 06 21:43:06.253 INFO O| Jul 06 21:43:06.253 INFO ok!
103482026-07-06T21:43:06.844Z[ host-image] Jul 06 21:43:06.253 INFO O| Jul 06 21:43:06.253 INFO STEP 102 (ensure_file) COMPLETE
103492026-07-06T21:43:06.844Z[ host-image] Jul 06 21:43:06.253 INFO O| Jul 06 21:43:06.253 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-07-06T21:43:06.847Z[ host-image] Jul 06 21:43:06.259 INFO O| Jul 06 21:43:06.259 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103512026-07-06T21:43:06.847Z[ host-image] Jul 06 21:43:06.259 INFO O| Jul 06 21:43:06.259 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103522026-07-06T21:43:07.088Z[ host-image] Jul 06 21:43:06.500 INFO O| Jul 06 21:43:06.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103532026-07-06T21:43:07.088Z[ host-image] Jul 06 21:43:06.500 INFO O| Jul 06 21:43:06.500 INFO ok!
103542026-07-06T21:43:07.088Z[ host-image] Jul 06 21:43:06.500 INFO O| Jul 06 21:43:06.500 INFO STEP 103 (ensure_file) COMPLETE
103552026-07-06T21:43:07.091Z[ host-image] Jul 06 21:43:06.500 INFO O| Jul 06 21:43:06.500 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-07-06T21:43:07.096Z[ host-image] Jul 06 21:43:06.508 INFO O| Jul 06 21:43:06.508 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103572026-07-06T21:43:07.096Z[ host-image] Jul 06 21:43:06.508 INFO O| Jul 06 21:43:06.508 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103582026-07-06T21:43:07.098Z[ host-image] Jul 06 21:43:06.508 INFO O| Jul 06 21:43:06.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103592026-07-06T21:43:07.099Z[ host-image] Jul 06 21:43:06.508 INFO O| Jul 06 21:43:06.508 INFO ok!
103602026-07-06T21:43:07.099Z[ host-image] Jul 06 21:43:06.508 INFO O| Jul 06 21:43:06.508 INFO STEP 104 (ensure_file) COMPLETE
103612026-07-06T21:43:07.099Z[ host-image] Jul 06 21:43:06.508 INFO O| Jul 06 21:43:06.508 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-07-06T21:43:07.104Z[ host-image] Jul 06 21:43:06.516 INFO O| Jul 06 21:43:06.516 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103632026-07-06T21:43:07.104Z[ host-image] Jul 06 21:43:06.516 INFO O| Jul 06 21:43:06.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103642026-07-06T21:43:07.107Z[ host-image] Jul 06 21:43:06.516 INFO O| Jul 06 21:43:06.516 INFO STEP 105 (ensure_dir) COMPLETE
103652026-07-06T21:43:07.107Z[ host-image] Jul 06 21:43:06.516 INFO O| Jul 06 21:43:06.516 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-07-06T21:43:07.110Z[ host-image] Jul 06 21:43:06.522 INFO O| Jul 06 21:43:06.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103672026-07-06T21:43:07.110Z[ host-image] Jul 06 21:43:06.522 INFO O| Jul 06 21:43:06.522 INFO copying /tmp/.tmpLgBkya/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 ...
103682026-07-06T21:43:07.341Z[ host-image] Jul 06 21:43:06.753 INFO O| Jul 06 21:43:06.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103692026-07-06T21:43:07.341Z[ host-image] Jul 06 21:43:06.753 INFO O| Jul 06 21:43:06.753 INFO ok!
103702026-07-06T21:43:07.341Z[ host-image] Jul 06 21:43:06.753 INFO O| Jul 06 21:43:06.753 INFO STEP 106 (ensure_file) COMPLETE
103712026-07-06T21:43:07.344Z[ host-image] Jul 06 21:43:06.753 INFO O| Jul 06 21:43:06.753 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-07-06T21:43:07.348Z[ host-image] Jul 06 21:43:06.761 INFO O| Jul 06 21:43:06.761 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103732026-07-06T21:43:07.348Z[ host-image] Jul 06 21:43:06.761 INFO O| Jul 06 21:43:06.761 INFO copying /tmp/.tmpLgBkya/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 ...
103742026-07-06T21:43:07.351Z[ host-image] Jul 06 21:43:06.761 INFO O| Jul 06 21:43:06.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103752026-07-06T21:43:07.351Z[ host-image] Jul 06 21:43:06.761 INFO O| Jul 06 21:43:06.761 INFO ok!
103762026-07-06T21:43:07.351Z[ host-image] Jul 06 21:43:06.761 INFO O| Jul 06 21:43:06.761 INFO STEP 107 (ensure_file) COMPLETE
103772026-07-06T21:43:07.352Z[ host-image] Jul 06 21:43:06.761 INFO O| Jul 06 21:43:06.761 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-07-06T21:43:07.357Z[ host-image] Jul 06 21:43:06.770 INFO O| Jul 06 21:43:06.770 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103792026-07-06T21:43:07.360Z[ host-image] Jul 06 21:43:06.770 INFO O| Jul 06 21:43:06.770 INFO copying /tmp/.tmpLgBkya/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 ...
103802026-07-06T21:43:07.360Z[ host-image] Jul 06 21:43:06.770 INFO O| Jul 06 21:43:06.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103812026-07-06T21:43:07.360Z[ host-image] Jul 06 21:43:06.770 INFO O| Jul 06 21:43:06.770 INFO ok!
103822026-07-06T21:43:07.360Z[ host-image] Jul 06 21:43:06.770 INFO O| Jul 06 21:43:06.770 INFO STEP 108 (ensure_file) COMPLETE
103832026-07-06T21:43:07.360Z[ host-image] Jul 06 21:43:06.770 INFO O| Jul 06 21:43:06.770 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-07-06T21:43:07.365Z[ host-image] Jul 06 21:43:06.777 INFO O| Jul 06 21:43:06.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103852026-07-06T21:43:07.367Z[ host-image] Jul 06 21:43:06.777 INFO O| Jul 06 21:43:06.777 INFO copying /tmp/.tmpLgBkya/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 ...
103862026-07-06T21:43:07.367Z[ host-image] Jul 06 21:43:06.777 INFO O| Jul 06 21:43:06.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103872026-07-06T21:43:07.368Z[ host-image] Jul 06 21:43:06.777 INFO O| Jul 06 21:43:06.777 INFO ok!
103882026-07-06T21:43:07.368Z[ host-image] Jul 06 21:43:06.777 INFO O| Jul 06 21:43:06.777 INFO STEP 109 (ensure_file) COMPLETE
103892026-07-06T21:43:07.368Z[ host-image] Jul 06 21:43:06.777 INFO O| Jul 06 21:43:06.777 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-07-06T21:43:07.372Z[ host-image] Jul 06 21:43:06.785 INFO O| Jul 06 21:43:06.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103912026-07-06T21:43:07.372Z[ host-image] Jul 06 21:43:06.785 INFO O| Jul 06 21:43:06.785 INFO copying /tmp/.tmpLgBkya/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 ...
103922026-07-06T21:43:07.375Z[ host-image] Jul 06 21:43:06.785 INFO O| Jul 06 21:43:06.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103932026-07-06T21:43:07.375Z[ host-image] Jul 06 21:43:06.785 INFO O| Jul 06 21:43:06.785 INFO ok!
103942026-07-06T21:43:07.375Z[ host-image] Jul 06 21:43:06.785 INFO O| Jul 06 21:43:06.785 INFO STEP 110 (ensure_file) COMPLETE
103952026-07-06T21:43:07.375Z[ host-image] Jul 06 21:43:06.785 INFO O| Jul 06 21:43:06.785 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-07-06T21:43:07.378Z[ host-image] Jul 06 21:43:06.791 INFO O| Jul 06 21:43:06.791 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103972026-07-06T21:43:07.378Z[ host-image] Jul 06 21:43:06.791 INFO O| Jul 06 21:43:06.791 INFO copying /tmp/.tmpLgBkya/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 ...
103982026-07-06T21:43:07.378Z[ host-image] Jul 06 21:43:06.791 INFO O| Jul 06 21:43:06.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103992026-07-06T21:43:07.381Z[ host-image] Jul 06 21:43:06.791 INFO O| Jul 06 21:43:06.791 INFO ok!
104002026-07-06T21:43:07.381Z[ host-image] Jul 06 21:43:06.791 INFO O| Jul 06 21:43:06.791 INFO STEP 111 (ensure_file) COMPLETE
104012026-07-06T21:43:07.381Z[ host-image] Jul 06 21:43:06.791 INFO O| Jul 06 21:43:06.791 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-07-06T21:43:07.384Z[ host-image] Jul 06 21:43:06.796 INFO O| Jul 06 21:43:06.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104032026-07-06T21:43:07.384Z[ host-image] Jul 06 21:43:06.797 INFO O| Jul 06 21:43:06.796 INFO copying /tmp/.tmpLgBkya/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 ...
104042026-07-06T21:43:07.384Z[ host-image] Jul 06 21:43:06.797 INFO O| Jul 06 21:43:06.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104052026-07-06T21:43:07.384Z[ host-image] Jul 06 21:43:06.797 INFO O| Jul 06 21:43:06.797 INFO ok!
104062026-07-06T21:43:07.384Z[ host-image] Jul 06 21:43:06.797 INFO O| Jul 06 21:43:06.797 INFO STEP 112 (ensure_file) COMPLETE
104072026-07-06T21:43:07.384Z[ host-image] Jul 06 21:43:06.797 INFO O| Jul 06 21:43:06.797 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-07-06T21:43:07.389Z[ host-image] Jul 06 21:43:06.802 INFO O| Jul 06 21:43:06.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104092026-07-06T21:43:07.389Z[ host-image] Jul 06 21:43:06.802 INFO O| Jul 06 21:43:06.802 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104102026-07-06T21:43:07.392Z[ host-image] Jul 06 21:43:06.802 INFO O| Jul 06 21:43:06.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104112026-07-06T21:43:07.392Z[ host-image] Jul 06 21:43:06.802 INFO O| Jul 06 21:43:06.802 INFO ok!
104122026-07-06T21:43:07.392Z[ host-image] Jul 06 21:43:06.802 INFO O| Jul 06 21:43:06.802 INFO STEP 113 (ensure_file) COMPLETE
104132026-07-06T21:43:07.392Z[ host-image] Jul 06 21:43:06.802 INFO O| Jul 06 21:43:06.802 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-07-06T21:43:07.395Z[ host-image] Jul 06 21:43:06.808 INFO O| Jul 06 21:43:06.808 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104152026-07-06T21:43:07.398Z[ host-image] Jul 06 21:43:06.808 INFO O| Jul 06 21:43:06.808 INFO copying /tmp/.tmpLgBkya/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 ...
104162026-07-06T21:43:07.398Z[ host-image] Jul 06 21:43:06.808 INFO O| Jul 06 21:43:06.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104172026-07-06T21:43:07.398Z[ host-image] Jul 06 21:43:06.808 INFO O| Jul 06 21:43:06.808 INFO ok!
104182026-07-06T21:43:07.398Z[ host-image] Jul 06 21:43:06.808 INFO O| Jul 06 21:43:06.808 INFO STEP 114 (ensure_file) COMPLETE
104192026-07-06T21:43:07.398Z[ host-image] Jul 06 21:43:06.808 INFO O| Jul 06 21:43:06.808 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-07-06T21:43:07.402Z[ host-image] Jul 06 21:43:06.815 INFO O| Jul 06 21:43:06.815 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104212026-07-06T21:43:07.405Z[ host-image] Jul 06 21:43:06.815 INFO O| Jul 06 21:43:06.815 INFO copying /tmp/.tmpLgBkya/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 ...
104222026-07-06T21:43:07.405Z[ host-image] Jul 06 21:43:06.815 INFO O| Jul 06 21:43:06.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104232026-07-06T21:43:07.405Z[ host-image] Jul 06 21:43:06.815 INFO O| Jul 06 21:43:06.815 INFO ok!
104242026-07-06T21:43:07.405Z[ host-image] Jul 06 21:43:06.815 INFO O| Jul 06 21:43:06.815 INFO STEP 115 (ensure_file) COMPLETE
104252026-07-06T21:43:07.405Z[ host-image] Jul 06 21:43:06.815 INFO O| Jul 06 21:43:06.815 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-07-06T21:43:07.409Z[ host-image] Jul 06 21:43:06.821 INFO O| Jul 06 21:43:06.821 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104272026-07-06T21:43:07.409Z[ host-image] Jul 06 21:43:06.821 INFO O| Jul 06 21:43:06.821 INFO copying /tmp/.tmpLgBkya/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 ...
104282026-07-06T21:43:07.409Z[ host-image] Jul 06 21:43:06.821 INFO O| Jul 06 21:43:06.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104292026-07-06T21:43:07.409Z[ host-image] Jul 06 21:43:06.821 INFO O| Jul 06 21:43:06.821 INFO ok!
104302026-07-06T21:43:07.409Z[ host-image] Jul 06 21:43:06.821 INFO O| Jul 06 21:43:06.821 INFO STEP 116 (ensure_file) COMPLETE
104312026-07-06T21:43:07.409Z[ host-image] Jul 06 21:43:06.821 INFO O| Jul 06 21:43:06.821 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-07-06T21:43:07.415Z[ host-image] Jul 06 21:43:06.827 INFO O| Jul 06 21:43:06.827 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104332026-07-06T21:43:07.418Z[ host-image] Jul 06 21:43:06.827 INFO O| Jul 06 21:43:06.827 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104342026-07-06T21:43:07.418Z[ host-image] Jul 06 21:43:06.828 INFO O| Jul 06 21:43:06.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104352026-07-06T21:43:07.418Z[ host-image] Jul 06 21:43:06.828 INFO O| Jul 06 21:43:06.828 INFO ok!
104362026-07-06T21:43:07.418Z[ host-image] Jul 06 21:43:06.828 INFO O| Jul 06 21:43:06.828 INFO STEP 117 (ensure_file) COMPLETE
104372026-07-06T21:43:07.418Z[ host-image] Jul 06 21:43:06.828 INFO O| Jul 06 21:43:06.828 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-07-06T21:43:07.422Z[ host-image] Jul 06 21:43:06.834 INFO O| Jul 06 21:43:06.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104392026-07-06T21:43:07.422Z[ host-image] Jul 06 21:43:06.834 INFO O| Jul 06 21:43:06.834 INFO copying /tmp/.tmpLgBkya/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 ...
104402026-07-06T21:43:07.425Z[ host-image] Jul 06 21:43:06.834 INFO O| Jul 06 21:43:06.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104412026-07-06T21:43:07.425Z[ host-image] Jul 06 21:43:06.834 INFO O| Jul 06 21:43:06.834 INFO ok!
104422026-07-06T21:43:07.425Z[ host-image] Jul 06 21:43:06.834 INFO O| Jul 06 21:43:06.834 INFO STEP 118 (ensure_file) COMPLETE
104432026-07-06T21:43:07.425Z[ host-image] Jul 06 21:43:06.834 INFO O| Jul 06 21:43:06.834 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-07-06T21:43:07.428Z[ host-image] Jul 06 21:43:06.841 INFO O| Jul 06 21:43:06.841 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104452026-07-06T21:43:07.431Z[ host-image] Jul 06 21:43:06.841 INFO O| Jul 06 21:43:06.841 INFO copying /tmp/.tmpLgBkya/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 ...
104462026-07-06T21:43:07.431Z[ host-image] Jul 06 21:43:06.841 INFO O| Jul 06 21:43:06.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104472026-07-06T21:43:07.431Z[ host-image] Jul 06 21:43:06.841 INFO O| Jul 06 21:43:06.841 INFO ok!
104482026-07-06T21:43:07.431Z[ host-image] Jul 06 21:43:06.841 INFO O| Jul 06 21:43:06.841 INFO STEP 119 (ensure_file) COMPLETE
104492026-07-06T21:43:07.431Z[ host-image] Jul 06 21:43:06.841 INFO O| Jul 06 21:43:06.841 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-07-06T21:43:07.434Z[ host-image] Jul 06 21:43:06.847 INFO O| Jul 06 21:43:06.847 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104512026-07-06T21:43:07.437Z[ host-image] Jul 06 21:43:06.847 INFO O| Jul 06 21:43:06.847 INFO copying /tmp/.tmpLgBkya/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 ...
104522026-07-06T21:43:07.437Z[ host-image] Jul 06 21:43:06.847 INFO O| Jul 06 21:43:06.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104532026-07-06T21:43:07.437Z[ host-image] Jul 06 21:43:06.847 INFO O| Jul 06 21:43:06.847 INFO ok!
104542026-07-06T21:43:07.437Z[ host-image] Jul 06 21:43:06.847 INFO O| Jul 06 21:43:06.847 INFO STEP 120 (ensure_file) COMPLETE
104552026-07-06T21:43:07.437Z[ host-image] Jul 06 21:43:06.847 INFO O| Jul 06 21:43:06.847 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-07-06T21:43:07.440Z[ host-image] Jul 06 21:43:06.853 INFO O| Jul 06 21:43:06.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104572026-07-06T21:43:07.440Z[ host-image] Jul 06 21:43:06.853 INFO O| Jul 06 21:43:06.853 INFO copying /tmp/.tmpLgBkya/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 ...
104582026-07-06T21:43:07.443Z[ host-image] Jul 06 21:43:06.853 INFO O| Jul 06 21:43:06.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104592026-07-06T21:43:07.443Z[ host-image] Jul 06 21:43:06.853 INFO O| Jul 06 21:43:06.853 INFO ok!
104602026-07-06T21:43:07.444Z[ host-image] Jul 06 21:43:06.853 INFO O| Jul 06 21:43:06.853 INFO STEP 121 (ensure_file) COMPLETE
104612026-07-06T21:43:07.444Z[ host-image] Jul 06 21:43:06.853 INFO O| Jul 06 21:43:06.853 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-07-06T21:43:07.449Z[ host-image] Jul 06 21:43:06.861 INFO O| Jul 06 21:43:06.861 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104632026-07-06T21:43:07.449Z[ host-image] Jul 06 21:43:06.861 INFO O| Jul 06 21:43:06.861 INFO copying /tmp/.tmpLgBkya/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 ...
104642026-07-06T21:43:07.452Z[ host-image] Jul 06 21:43:06.861 INFO O| Jul 06 21:43:06.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104652026-07-06T21:43:07.452Z[ host-image] Jul 06 21:43:06.861 INFO O| Jul 06 21:43:06.861 INFO ok!
104662026-07-06T21:43:07.452Z[ host-image] Jul 06 21:43:06.861 INFO O| Jul 06 21:43:06.861 INFO STEP 122 (ensure_file) COMPLETE
104672026-07-06T21:43:07.452Z[ host-image] Jul 06 21:43:06.861 INFO O| Jul 06 21:43:06.861 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-07-06T21:43:07.457Z[ host-image] Jul 06 21:43:06.869 INFO O| Jul 06 21:43:06.869 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104692026-07-06T21:43:07.457Z[ host-image] Jul 06 21:43:06.869 INFO O| Jul 06 21:43:06.869 INFO copying /tmp/.tmpLgBkya/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 ...
104702026-07-06T21:43:07.457Z[ host-image] Jul 06 21:43:06.869 INFO O| Jul 06 21:43:06.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104712026-07-06T21:43:07.460Z[ host-image] Jul 06 21:43:06.869 INFO O| Jul 06 21:43:06.869 INFO ok!
104722026-07-06T21:43:07.460Z[ host-image] Jul 06 21:43:06.869 INFO O| Jul 06 21:43:06.869 INFO STEP 123 (ensure_file) COMPLETE
104732026-07-06T21:43:07.460Z[ host-image] Jul 06 21:43:06.869 INFO O| Jul 06 21:43:06.869 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-07-06T21:43:07.463Z[ host-image] Jul 06 21:43:06.876 INFO O| Jul 06 21:43:06.876 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104752026-07-06T21:43:07.463Z[ host-image] Jul 06 21:43:06.876 INFO O| Jul 06 21:43:06.876 INFO copying /tmp/.tmpLgBkya/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 ...
104762026-07-06T21:43:07.466Z[ host-image] Jul 06 21:43:06.876 INFO O| Jul 06 21:43:06.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104772026-07-06T21:43:07.466Z[ host-image] Jul 06 21:43:06.876 INFO O| Jul 06 21:43:06.876 INFO ok!
104782026-07-06T21:43:07.466Z[ host-image] Jul 06 21:43:06.876 INFO O| Jul 06 21:43:06.876 INFO STEP 124 (ensure_file) COMPLETE
104792026-07-06T21:43:07.466Z[ host-image] Jul 06 21:43:06.876 INFO O| Jul 06 21:43:06.876 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-07-06T21:43:07.469Z[ host-image] Jul 06 21:43:06.882 INFO O| Jul 06 21:43:06.882 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104812026-07-06T21:43:07.469Z[ host-image] Jul 06 21:43:06.882 INFO O| Jul 06 21:43:06.882 INFO copying /tmp/.tmpLgBkya/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 ...
104822026-07-06T21:43:07.472Z[ host-image] Jul 06 21:43:06.882 INFO O| Jul 06 21:43:06.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104832026-07-06T21:43:07.472Z[ host-image] Jul 06 21:43:06.882 INFO O| Jul 06 21:43:06.882 INFO ok!
104842026-07-06T21:43:07.472Z[ host-image] Jul 06 21:43:06.882 INFO O| Jul 06 21:43:06.882 INFO STEP 125 (ensure_file) COMPLETE
104852026-07-06T21:43:07.472Z[ host-image] Jul 06 21:43:06.882 INFO O| Jul 06 21:43:06.882 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-07-06T21:43:07.477Z[ host-image] Jul 06 21:43:06.890 INFO O| Jul 06 21:43:06.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104872026-07-06T21:43:07.477Z[ host-image] Jul 06 21:43:06.890 INFO O| Jul 06 21:43:06.890 INFO copying /tmp/.tmpLgBkya/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 ...
104882026-07-06T21:43:07.480Z[ host-image] Jul 06 21:43:06.890 INFO O| Jul 06 21:43:06.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104892026-07-06T21:43:07.480Z[ host-image] Jul 06 21:43:06.890 INFO O| Jul 06 21:43:06.890 INFO ok!
104902026-07-06T21:43:07.480Z[ host-image] Jul 06 21:43:06.890 INFO O| Jul 06 21:43:06.890 INFO STEP 126 (ensure_file) COMPLETE
104912026-07-06T21:43:07.480Z[ host-image] Jul 06 21:43:06.890 INFO O| Jul 06 21:43:06.890 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-07-06T21:43:07.485Z[ host-image] Jul 06 21:43:06.896 INFO O| Jul 06 21:43:06.896 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104932026-07-06T21:43:07.485Z[ host-image] Jul 06 21:43:06.896 INFO O| Jul 06 21:43:06.896 INFO copying /tmp/.tmpLgBkya/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 ...
104942026-07-06T21:43:07.488Z[ host-image] Jul 06 21:43:06.896 INFO O| Jul 06 21:43:06.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104952026-07-06T21:43:07.488Z[ host-image] Jul 06 21:43:06.896 INFO O| Jul 06 21:43:06.896 INFO ok!
104962026-07-06T21:43:07.488Z[ host-image] Jul 06 21:43:06.896 INFO O| Jul 06 21:43:06.896 INFO STEP 127 (ensure_file) COMPLETE
104972026-07-06T21:43:07.488Z[ host-image] Jul 06 21:43:06.896 INFO O| Jul 06 21:43:06.896 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-07-06T21:43:07.492Z[ host-image] Jul 06 21:43:06.902 INFO O| Jul 06 21:43:06.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104992026-07-06T21:43:07.492Z[ host-image] Jul 06 21:43:06.902 INFO O| Jul 06 21:43:06.902 INFO copying /tmp/.tmpLgBkya/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 ...
105002026-07-06T21:43:07.492Z[ host-image] Jul 06 21:43:06.902 INFO O| Jul 06 21:43:06.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105012026-07-06T21:43:07.492Z[ host-image] Jul 06 21:43:06.902 INFO O| Jul 06 21:43:06.902 INFO ok!
105022026-07-06T21:43:07.492Z[ host-image] Jul 06 21:43:06.902 INFO O| Jul 06 21:43:06.902 INFO STEP 128 (ensure_file) COMPLETE
105032026-07-06T21:43:07.492Z[ host-image] Jul 06 21:43:06.902 INFO O| Jul 06 21:43:06.902 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-07-06T21:43:07.497Z[ host-image] Jul 06 21:43:06.909 INFO O| Jul 06 21:43:06.909 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105052026-07-06T21:43:07.500Z[ host-image] Jul 06 21:43:06.909 INFO O| Jul 06 21:43:06.909 INFO copying /tmp/.tmpLgBkya/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 ...
105062026-07-06T21:43:07.500Z[ host-image] Jul 06 21:43:06.909 INFO O| Jul 06 21:43:06.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105072026-07-06T21:43:07.500Z[ host-image] Jul 06 21:43:06.909 INFO O| Jul 06 21:43:06.909 INFO ok!
105082026-07-06T21:43:07.500Z[ host-image] Jul 06 21:43:06.909 INFO O| Jul 06 21:43:06.909 INFO STEP 129 (ensure_file) COMPLETE
105092026-07-06T21:43:07.500Z[ host-image] Jul 06 21:43:06.909 INFO O| Jul 06 21:43:06.909 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-07-06T21:43:07.505Z[ host-image] Jul 06 21:43:06.917 INFO O| Jul 06 21:43:06.917 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105112026-07-06T21:43:07.508Z[ host-image] Jul 06 21:43:06.917 INFO O| Jul 06 21:43:06.917 INFO copying /tmp/.tmpLgBkya/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 ...
105122026-07-06T21:43:07.508Z[ host-image] Jul 06 21:43:06.917 INFO O| Jul 06 21:43:06.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105132026-07-06T21:43:07.508Z[ host-image] Jul 06 21:43:06.917 INFO O| Jul 06 21:43:06.917 INFO ok!
105142026-07-06T21:43:07.508Z[ host-image] Jul 06 21:43:06.917 INFO O| Jul 06 21:43:06.917 INFO STEP 130 (ensure_file) COMPLETE
105152026-07-06T21:43:07.508Z[ host-image] Jul 06 21:43:06.917 INFO O| Jul 06 21:43:06.917 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-07-06T21:43:07.511Z[ host-image] Jul 06 21:43:06.923 INFO O| Jul 06 21:43:06.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105172026-07-06T21:43:07.511Z[ host-image] Jul 06 21:43:06.923 INFO O| Jul 06 21:43:06.923 INFO copying /tmp/.tmpLgBkya/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 ...
105182026-07-06T21:43:07.514Z[ host-image] Jul 06 21:43:06.923 INFO O| Jul 06 21:43:06.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105192026-07-06T21:43:07.514Z[ host-image] Jul 06 21:43:06.923 INFO O| Jul 06 21:43:06.923 INFO ok!
105202026-07-06T21:43:07.514Z[ host-image] Jul 06 21:43:06.923 INFO O| Jul 06 21:43:06.923 INFO STEP 131 (ensure_file) COMPLETE
105212026-07-06T21:43:07.514Z[ host-image] Jul 06 21:43:06.923 INFO O| Jul 06 21:43:06.923 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-07-06T21:43:07.518Z[ host-image] Jul 06 21:43:06.930 INFO O| Jul 06 21:43:06.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105232026-07-06T21:43:07.518Z[ host-image] Jul 06 21:43:06.930 INFO O| Jul 06 21:43:06.930 INFO copying /tmp/.tmpLgBkya/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 ...
105242026-07-06T21:43:07.521Z[ host-image] Jul 06 21:43:06.930 INFO O| Jul 06 21:43:06.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105252026-07-06T21:43:07.521Z[ host-image] Jul 06 21:43:06.930 INFO O| Jul 06 21:43:06.930 INFO ok!
105262026-07-06T21:43:07.521Z[ host-image] Jul 06 21:43:06.930 INFO O| Jul 06 21:43:06.930 INFO STEP 132 (ensure_file) COMPLETE
105272026-07-06T21:43:07.521Z[ host-image] Jul 06 21:43:06.930 INFO O| Jul 06 21:43:06.930 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-07-06T21:43:07.525Z[ host-image] Jul 06 21:43:06.937 INFO O| Jul 06 21:43:06.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105292026-07-06T21:43:07.525Z[ host-image] Jul 06 21:43:06.937 INFO O| Jul 06 21:43:06.937 INFO copying /tmp/.tmpLgBkya/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 ...
105302026-07-06T21:43:07.528Z[ host-image] Jul 06 21:43:06.937 INFO O| Jul 06 21:43:06.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105312026-07-06T21:43:07.528Z[ host-image] Jul 06 21:43:06.937 INFO O| Jul 06 21:43:06.937 INFO ok!
105322026-07-06T21:43:07.528Z[ host-image] Jul 06 21:43:06.937 INFO O| Jul 06 21:43:06.937 INFO STEP 133 (ensure_file) COMPLETE
105332026-07-06T21:43:07.528Z[ host-image] Jul 06 21:43:06.937 INFO O| Jul 06 21:43:06.937 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-07-06T21:43:07.531Z[ host-image] Jul 06 21:43:06.944 INFO O| Jul 06 21:43:06.944 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105352026-07-06T21:43:07.531Z[ host-image] Jul 06 21:43:06.944 INFO O| Jul 06 21:43:06.944 INFO copying /tmp/.tmpLgBkya/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 ...
105362026-07-06T21:43:07.547Z[ host-image] Jul 06 21:43:06.944 INFO O| Jul 06 21:43:06.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105372026-07-06T21:43:07.547Z[ host-image] Jul 06 21:43:06.944 INFO O| Jul 06 21:43:06.944 INFO ok!
105382026-07-06T21:43:07.547Z[ host-image] Jul 06 21:43:06.944 INFO O| Jul 06 21:43:06.944 INFO STEP 134 (ensure_file) COMPLETE
105392026-07-06T21:43:07.547Z[ host-image] Jul 06 21:43:06.944 INFO O| Jul 06 21:43:06.944 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-07-06T21:43:07.547Z[ host-image] Jul 06 21:43:06.950 INFO O| Jul 06 21:43:06.950 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105412026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.950 INFO O| Jul 06 21:43:06.950 INFO copying /tmp/.tmpLgBkya/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 ...
105422026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.950 INFO O| Jul 06 21:43:06.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105432026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.950 INFO O| Jul 06 21:43:06.950 INFO ok!
105442026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.950 INFO O| Jul 06 21:43:06.950 INFO STEP 135 (ensure_file) COMPLETE
105452026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.950 INFO O| Jul 06 21:43:06.950 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.956 INFO O| Jul 06 21:43:06.956 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105472026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.956 INFO O| Jul 06 21:43:06.956 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105482026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.956 INFO O| Jul 06 21:43:06.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105492026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.956 INFO O| Jul 06 21:43:06.956 INFO ok!
105502026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.956 INFO O| Jul 06 21:43:06.956 INFO STEP 136 (ensure_file) COMPLETE
105512026-07-06T21:43:07.548Z[ host-image] Jul 06 21:43:06.956 INFO O| Jul 06 21:43:06.956 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-07-06T21:43:07.552Z[ recovery-image] Jul 06 21:43:06.960 INFO E| Compiling clap v4.6.1
105532026-07-06T21:43:07.552Z[ host-image] Jul 06 21:43:06.962 INFO O| Jul 06 21:43:06.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105542026-07-06T21:43:07.552Z[ host-image] Jul 06 21:43:06.962 INFO O| Jul 06 21:43:06.962 INFO copying /tmp/.tmpLgBkya/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 ...
105552026-07-06T21:43:07.552Z[ host-image] Jul 06 21:43:06.962 INFO O| Jul 06 21:43:06.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105562026-07-06T21:43:07.552Z[ host-image] Jul 06 21:43:06.962 INFO O| Jul 06 21:43:06.962 INFO ok!
105572026-07-06T21:43:07.552Z[ host-image] Jul 06 21:43:06.962 INFO O| Jul 06 21:43:06.962 INFO STEP 137 (ensure_file) COMPLETE
105582026-07-06T21:43:07.552Z[ host-image] Jul 06 21:43:06.962 INFO O| Jul 06 21:43:06.962 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-07-06T21:43:07.558Z[ host-image] Jul 06 21:43:06.971 INFO O| Jul 06 21:43:06.971 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105602026-07-06T21:43:07.558Z[ host-image] Jul 06 21:43:06.971 INFO O| Jul 06 21:43:06.971 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105612026-07-06T21:43:07.561Z[ host-image] Jul 06 21:43:06.971 INFO O| Jul 06 21:43:06.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105622026-07-06T21:43:07.561Z[ host-image] Jul 06 21:43:06.971 INFO O| Jul 06 21:43:06.971 INFO ok!
105632026-07-06T21:43:07.561Z[ host-image] Jul 06 21:43:06.971 INFO O| Jul 06 21:43:06.971 INFO STEP 138 (ensure_file) COMPLETE
105642026-07-06T21:43:07.561Z[ host-image] Jul 06 21:43:06.971 INFO O| Jul 06 21:43:06.971 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-07-06T21:43:07.565Z[ host-image] Jul 06 21:43:06.978 INFO O| Jul 06 21:43:06.977 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105662026-07-06T21:43:07.565Z[ host-image] Jul 06 21:43:06.978 INFO O| Jul 06 21:43:06.978 INFO copying /tmp/.tmpLgBkya/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105672026-07-06T21:43:07.607Z[ recovery-image] Jul 06 21:43:07.019 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105682026-07-06T21:43:08.675Z[ recovery-image] Jul 06 21:43:08.087 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s
105692026-07-06T21:43:08.682Z[ recovery-image] Jul 06 21:43:08.095 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105702026-07-06T21:43:08.960Z[ recovery-image] Jul 06 21:43:08.372 INFO E| Downloading crates ...
105712026-07-06T21:43:09.017Z[ recovery-image] Jul 06 21:43:08.430 INFO E| Downloaded log v0.4.32
105722026-07-06T21:43:09.023Z[ recovery-image] Jul 06 21:43:08.436 INFO E| Downloaded bitstruct v0.1.1
105732026-07-06T21:43:09.027Z[ recovery-image] Jul 06 21:43:08.437 INFO E| Downloaded bitstruct_derive v0.1.0
105742026-07-06T21:43:09.030Z[ recovery-image] Jul 06 21:43:08.441 INFO E| Downloaded bit_field v0.10.3
105752026-07-06T21:43:09.031Z[ recovery-image] Jul 06 21:43:08.442 INFO E| Downloaded cpio_reader v0.1.2
105762026-07-06T21:43:09.041Z[ recovery-image] Jul 06 21:43:08.453 INFO E| Downloaded bitflags v2.13.0
105772026-07-06T21:43:09.044Z[ recovery-image] Jul 06 21:43:08.457 INFO E| Downloaded miniz_oxide v0.9.1
105782026-07-06T21:43:09.055Z[ recovery-image] Jul 06 21:43:08.468 INFO E| Downloaded raw-cpuid v10.7.0
105792026-07-06T21:43:09.068Z[ recovery-image] Jul 06 21:43:08.480 INFO E| Downloaded goblin v0.10.7
105802026-07-06T21:43:09.189Z[ recovery-image] Jul 06 21:43:08.601 INFO E| Downloaded x86 v0.52.0
105812026-07-06T21:43:09.240Z[ recovery-image] Jul 06 21:43:08.652 INFO E| Updating crates.io index
105822026-07-06T21:43:09.287Z[ recovery-image] Jul 06 21:43:08.700 INFO E| Downloading crates ...
105832026-07-06T21:43:09.315Z[ recovery-image] Jul 06 21:43:08.727 INFO E| Downloaded hashbrown v0.17.1
105842026-07-06T21:43:09.320Z[ recovery-image] Jul 06 21:43:08.733 INFO E| Downloaded rustc-literal-escaper v0.0.7
105852026-07-06T21:43:09.370Z[ recovery-image] Jul 06 21:43:08.781 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)
105862026-07-06T21:43:09.370Z[ recovery-image] Jul 06 21:43:08.781 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)
105872026-07-06T21:43:09.370Z[ recovery-image] Jul 06 21:43:08.781 INFO E| Compiling proc-macro2 v1.0.106
105882026-07-06T21:43:09.370Z[ recovery-image] Jul 06 21:43:08.781 INFO E| Compiling quote v1.0.45
105892026-07-06T21:43:09.370Z[ recovery-image] Jul 06 21:43:08.781 INFO E| Compiling unicode-ident v1.0.24
105902026-07-06T21:43:09.370Z[ recovery-image] Jul 06 21:43:08.781 INFO E| Compiling syn v1.0.109
105912026-07-06T21:43:09.370Z[ recovery-image] Jul 06 21:43:08.781 INFO E| Compiling x86 v0.52.0
105922026-07-06T21:43:09.370Z[ recovery-image] Jul 06 21:43:08.781 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105932026-07-06T21:43:09.370Z[ recovery-image] Jul 06 21:43:08.781 INFO E| Compiling seq-macro v0.3.6
105942026-07-06T21:43:10.525Z[ recovery-image] Jul 06 21:43:09.937 INFO E| Compiling syn v2.0.117
105952026-07-06T21:43:12.079Z[ recovery-image] Jul 06 21:43:11.491 INFO E| Compiling scroll_derive v0.13.1
105962026-07-06T21:43:13.311Z[ recovery-image] Jul 06 21:43:12.724 INFO E| Compiling bitstruct_derive v0.1.0
105972026-07-06T21:43:14.147Z[ host-image] Jul 06 21:43:13.559 INFO O| Jul 06 21:43:13.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105982026-07-06T21:43:14.147Z[ host-image] Jul 06 21:43:13.559 INFO O| Jul 06 21:43:13.559 INFO ok!
105992026-07-06T21:43:14.147Z[ host-image] Jul 06 21:43:13.559 INFO O| Jul 06 21:43:13.559 INFO STEP 139 (ensure_file) COMPLETE
106002026-07-06T21:43:14.150Z[ host-image] Jul 06 21:43:13.559 INFO O| Jul 06 21:43:13.559 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106012026-07-06T21:43:14.155Z[ host-image] Jul 06 21:43:13.568 INFO O| Jul 06 21:43:13.567 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106022026-07-06T21:43:14.155Z[ host-image] Jul 06 21:43:13.568 INFO O| Jul 06 21:43:13.568 INFO STEP 140 (ensure_dir) COMPLETE
106032026-07-06T21:43:14.158Z[ host-image] Jul 06 21:43:13.568 INFO O| Jul 06 21:43:13.568 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-07-06T21:43:14.163Z[ host-image] Jul 06 21:43:13.576 INFO O| Jul 06 21:43:13.576 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106052026-07-06T21:43:14.166Z[ host-image] Jul 06 21:43:13.576 INFO O| Jul 06 21:43:13.576 INFO STEP 141 (ensure_dir) COMPLETE
106062026-07-06T21:43:14.167Z[ host-image] Jul 06 21:43:13.576 INFO O| Jul 06 21:43:13.576 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-07-06T21:43:14.171Z[ host-image] Jul 06 21:43:13.581 INFO O| Jul 06 21:43:13.581 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106082026-07-06T21:43:14.171Z[ host-image] Jul 06 21:43:13.581 INFO O| Jul 06 21:43:13.581 INFO STEP 142 (ensure_dir) COMPLETE
106092026-07-06T21:43:14.171Z[ host-image] Jul 06 21:43:13.581 INFO O| Jul 06 21:43:13.581 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-07-06T21:43:14.174Z[ host-image] Jul 06 21:43:13.586 INFO O| Jul 06 21:43:13.586 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106112026-07-06T21:43:14.174Z[ host-image] Jul 06 21:43:13.586 INFO O| Jul 06 21:43:13.586 INFO STEP 143 (ensure_dir) COMPLETE
106122026-07-06T21:43:14.174Z[ host-image] Jul 06 21:43:13.586 INFO O| Jul 06 21:43:13.586 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106132026-07-06T21:43:14.179Z[ host-image] Jul 06 21:43:13.591 INFO O| Jul 06 21:43:13.591 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106142026-07-06T21:43:14.182Z[ host-image] Jul 06 21:43:13.592 INFO O| Jul 06 21:43:13.591 INFO copying /tmp/.tmpLgBkya/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 ...
106152026-07-06T21:43:14.182Z[ host-image] Jul 06 21:43:13.592 INFO O| Jul 06 21:43:13.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106162026-07-06T21:43:14.182Z[ host-image] Jul 06 21:43:13.592 INFO O| Jul 06 21:43:13.592 INFO ok!
106172026-07-06T21:43:14.182Z[ host-image] Jul 06 21:43:13.592 INFO O| Jul 06 21:43:13.592 INFO STEP 144 (ensure_file) COMPLETE
106182026-07-06T21:43:14.182Z[ host-image] Jul 06 21:43:13.592 INFO O| Jul 06 21:43:13.592 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106192026-07-06T21:43:14.185Z[ host-image] Jul 06 21:43:13.597 INFO O| Jul 06 21:43:13.597 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106202026-07-06T21:43:14.185Z[ host-image] Jul 06 21:43:13.597 INFO O| Jul 06 21:43:13.597 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106212026-07-06T21:43:14.185Z[ host-image] Jul 06 21:43:13.597 INFO O| Jul 06 21:43:13.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106222026-07-06T21:43:14.185Z[ host-image] Jul 06 21:43:13.597 INFO O| Jul 06 21:43:13.597 INFO STEP 145 (ensure_dir) COMPLETE
106232026-07-06T21:43:14.185Z[ host-image] Jul 06 21:43:13.597 INFO O| Jul 06 21:43:13.597 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-07-06T21:43:14.191Z[ host-image] Jul 06 21:43:13.603 INFO O| Jul 06 21:43:13.603 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106252026-07-06T21:43:14.191Z[ host-image] Jul 06 21:43:13.603 INFO O| Jul 06 21:43:13.603 INFO copying /tmp/.tmpLgBkya/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106262026-07-06T21:43:14.194Z[ host-image] Jul 06 21:43:13.603 INFO O| Jul 06 21:43:13.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106272026-07-06T21:43:14.195Z[ host-image] Jul 06 21:43:13.603 INFO O| Jul 06 21:43:13.603 INFO ok!
106282026-07-06T21:43:14.195Z[ host-image] Jul 06 21:43:13.603 INFO O| Jul 06 21:43:13.603 INFO STEP 146 (ensure_file) COMPLETE
106292026-07-06T21:43:14.195Z[ host-image] Jul 06 21:43:13.603 INFO O| Jul 06 21:43:13.603 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-07-06T21:43:14.198Z[ host-image] Jul 06 21:43:13.610 INFO O| Jul 06 21:43:13.610 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106312026-07-06T21:43:14.199Z[ host-image] Jul 06 21:43:13.610 INFO O| Jul 06 21:43:13.610 INFO STEP 147 (remove_files) COMPLETE
106322026-07-06T21:43:14.199Z[ host-image] Jul 06 21:43:13.610 INFO O| Jul 06 21:43:13.610 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-07-06T21:43:14.206Z[ host-image] Jul 06 21:43:13.619 INFO O| Jul 06 21:43:13.619 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106342026-07-06T21:43:14.209Z[ host-image] Jul 06 21:43:13.619 INFO O| Jul 06 21:43:13.619 INFO STEP 148 (remove_files) COMPLETE
106352026-07-06T21:43:14.209Z[ host-image] Jul 06 21:43:13.619 INFO O| Jul 06 21:43:13.619 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-07-06T21:43:14.213Z[ host-image] Jul 06 21:43:13.626 INFO O| Jul 06 21:43:13.626 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106372026-07-06T21:43:14.216Z[ host-image] Jul 06 21:43:13.626 INFO O| Jul 06 21:43:13.626 INFO STEP 149 (remove_files) COMPLETE
106382026-07-06T21:43:14.216Z[ host-image] Jul 06 21:43:13.626 INFO O| Jul 06 21:43:13.626 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-07-06T21:43:14.220Z[ host-image] Jul 06 21:43:13.633 INFO O| Jul 06 21:43:13.633 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106402026-07-06T21:43:14.223Z[ host-image] Jul 06 21:43:13.633 INFO O| Jul 06 21:43:13.633 INFO STEP 150 (remove_files) COMPLETE
106412026-07-06T21:43:14.223Z[ host-image] Jul 06 21:43:13.633 INFO O| Jul 06 21:43:13.633 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-07-06T21:43:14.226Z[ host-image] Jul 06 21:43:13.638 INFO O| Jul 06 21:43:13.638 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106432026-07-06T21:43:14.226Z[ host-image] Jul 06 21:43:13.639 INFO O| Jul 06 21:43:13.639 INFO STEP 151 (remove_files) COMPLETE
106442026-07-06T21:43:14.226Z[ host-image] Jul 06 21:43:13.639 INFO O| Jul 06 21:43:13.639 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-07-06T21:43:14.232Z[ host-image] Jul 06 21:43:13.645 INFO O| Jul 06 21:43:13.645 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106462026-07-06T21:43:14.235Z[ host-image] Jul 06 21:43:13.645 INFO O| Jul 06 21:43:13.645 INFO STEP 152 (remove_files) COMPLETE
106472026-07-06T21:43:14.235Z[ host-image] Jul 06 21:43:13.645 INFO O| Jul 06 21:43:13.645 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-07-06T21:43:14.239Z[ host-image] Jul 06 21:43:13.651 INFO O| Jul 06 21:43:13.651 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106492026-07-06T21:43:14.242Z[ host-image] Jul 06 21:43:13.652 INFO O| Jul 06 21:43:13.652 INFO STEP 153 (remove_files) COMPLETE
106502026-07-06T21:43:14.242Z[ host-image] Jul 06 21:43:13.652 INFO O| Jul 06 21:43:13.652 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-07-06T21:43:14.246Z[ host-image] Jul 06 21:43:13.659 INFO O| Jul 06 21:43:13.659 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106522026-07-06T21:43:14.249Z[ host-image] Jul 06 21:43:13.659 INFO O| Jul 06 21:43:13.659 INFO STEP 154 (remove_files) COMPLETE
106532026-07-06T21:43:14.249Z[ host-image] Jul 06 21:43:13.659 INFO O| Jul 06 21:43:13.659 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-07-06T21:43:14.253Z[ host-image] Jul 06 21:43:13.665 INFO O| Jul 06 21:43:13.665 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106552026-07-06T21:43:14.253Z[ host-image] Jul 06 21:43:13.665 INFO O| Jul 06 21:43:13.665 INFO STEP 155 (remove_files) COMPLETE
106562026-07-06T21:43:14.256Z[ host-image] Jul 06 21:43:13.665 INFO O| Jul 06 21:43:13.665 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-07-06T21:43:14.259Z[ host-image] Jul 06 21:43:13.672 INFO O| Jul 06 21:43:13.672 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106582026-07-06T21:43:14.262Z[ host-image] Jul 06 21:43:13.672 INFO O| Jul 06 21:43:13.672 INFO STEP 156 (remove_files) COMPLETE
106592026-07-06T21:43:14.262Z[ host-image] Jul 06 21:43:13.672 INFO O| Jul 06 21:43:13.672 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-07-06T21:43:14.266Z[ host-image] Jul 06 21:43:13.678 INFO O| Jul 06 21:43:13.678 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106612026-07-06T21:43:14.266Z[ host-image] Jul 06 21:43:13.678 INFO O| Jul 06 21:43:13.678 INFO STEP 157 (remove_files) COMPLETE
106622026-07-06T21:43:14.266Z[ host-image] Jul 06 21:43:13.678 INFO O| Jul 06 21:43:13.678 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-07-06T21:43:14.272Z[ host-image] Jul 06 21:43:13.684 INFO O| Jul 06 21:43:13.684 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106642026-07-06T21:43:14.272Z[ host-image] Jul 06 21:43:13.684 INFO O| Jul 06 21:43:13.684 INFO STEP 158 (remove_files) COMPLETE
106652026-07-06T21:43:14.275Z[ host-image] Jul 06 21:43:13.684 INFO O| Jul 06 21:43:13.684 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-07-06T21:43:14.278Z[ host-image] Jul 06 21:43:13.690 INFO O| Jul 06 21:43:13.690 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106672026-07-06T21:43:14.278Z[ host-image] Jul 06 21:43:13.690 INFO O| Jul 06 21:43:13.690 INFO STEP 159 (remove_files) COMPLETE
106682026-07-06T21:43:14.278Z[ host-image] Jul 06 21:43:13.690 INFO O| Jul 06 21:43:13.690 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-07-06T21:43:14.285Z[ host-image] Jul 06 21:43:13.698 INFO O| Jul 06 21:43:13.698 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106702026-07-06T21:43:14.285Z[ host-image] Jul 06 21:43:13.698 INFO O| Jul 06 21:43:13.698 INFO STEP 160 (remove_files) COMPLETE
106712026-07-06T21:43:14.285Z[ host-image] Jul 06 21:43:13.698 INFO O| Jul 06 21:43:13.698 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-07-06T21:43:14.292Z[ host-image] Jul 06 21:43:13.705 INFO O| Jul 06 21:43:13.705 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106732026-07-06T21:43:14.292Z[ host-image] Jul 06 21:43:13.705 INFO O| Jul 06 21:43:13.705 INFO STEP 161 (remove_files) COMPLETE
106742026-07-06T21:43:14.295Z[ host-image] Jul 06 21:43:13.705 INFO O| Jul 06 21:43:13.705 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-07-06T21:43:14.299Z[ host-image] Jul 06 21:43:13.712 INFO O| Jul 06 21:43:13.712 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106762026-07-06T21:43:14.303Z[ host-image] Jul 06 21:43:13.712 INFO O| Jul 06 21:43:13.712 INFO STEP 162 (remove_files) COMPLETE
106772026-07-06T21:43:14.303Z[ host-image] Jul 06 21:43:13.712 INFO O| Jul 06 21:43:13.712 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-07-06T21:43:14.306Z[ host-image] Jul 06 21:43:13.719 INFO O| Jul 06 21:43:13.719 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106792026-07-06T21:43:14.309Z[ host-image] Jul 06 21:43:13.719 INFO O| Jul 06 21:43:13.719 INFO STEP 163 (remove_files) COMPLETE
106802026-07-06T21:43:14.309Z[ host-image] Jul 06 21:43:13.719 INFO O| Jul 06 21:43:13.719 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-07-06T21:43:14.314Z[ host-image] Jul 06 21:43:13.726 INFO O| Jul 06 21:43:13.726 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106822026-07-06T21:43:14.316Z[ host-image] Jul 06 21:43:13.726 INFO O| Jul 06 21:43:13.726 INFO STEP 164 (remove_files) COMPLETE
106832026-07-06T21:43:14.316Z[ host-image] Jul 06 21:43:13.726 INFO O| Jul 06 21:43:13.726 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106842026-07-06T21:43:14.320Z[ host-image] Jul 06 21:43:13.733 INFO O| Jul 06 21:43:13.733 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106852026-07-06T21:43:14.320Z[ host-image] Jul 06 21:43:13.733 INFO O| Jul 06 21:43:13.733 INFO STEP 165 (remove_files) COMPLETE
106862026-07-06T21:43:14.323Z[ host-image] Jul 06 21:43:13.733 INFO O| Jul 06 21:43:13.733 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106872026-07-06T21:43:14.328Z[ host-image] Jul 06 21:43:13.740 INFO O| Jul 06 21:43:13.740 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106882026-07-06T21:43:14.328Z[ host-image] Jul 06 21:43:13.740 INFO O| Jul 06 21:43:13.740 INFO STEP 166 (remove_files) COMPLETE
106892026-07-06T21:43:14.330Z[ host-image] Jul 06 21:43:13.740 INFO O| Jul 06 21:43:13.740 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106902026-07-06T21:43:14.334Z[ host-image] Jul 06 21:43:13.747 INFO O| Jul 06 21:43:13.747 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106912026-07-06T21:43:14.337Z[ host-image] Jul 06 21:43:13.747 INFO O| Jul 06 21:43:13.747 INFO STEP 167 (remove_files) COMPLETE
106922026-07-06T21:43:14.337Z[ host-image] Jul 06 21:43:13.747 INFO O| Jul 06 21:43:13.747 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106932026-07-06T21:43:14.341Z[ host-image] Jul 06 21:43:13.754 INFO O| Jul 06 21:43:13.754 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106942026-07-06T21:43:14.344Z[ host-image] Jul 06 21:43:13.754 INFO O| Jul 06 21:43:13.754 INFO STEP 168 (remove_files) COMPLETE
106952026-07-06T21:43:14.344Z[ host-image] Jul 06 21:43:13.754 INFO O| Jul 06 21:43:13.754 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-07-06T21:43:14.347Z[ host-image] Jul 06 21:43:13.759 INFO O| Jul 06 21:43:13.759 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106972026-07-06T21:43:14.347Z[ host-image] Jul 06 21:43:13.759 INFO O| Jul 06 21:43:13.759 INFO STEP 169 (remove_files) COMPLETE
106982026-07-06T21:43:14.350Z[ host-image] Jul 06 21:43:13.759 INFO O| Jul 06 21:43:13.759 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-07-06T21:43:14.353Z[ host-image] Jul 06 21:43:13.766 INFO O| Jul 06 21:43:13.766 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107002026-07-06T21:43:14.353Z[ host-image] Jul 06 21:43:13.766 INFO O| Jul 06 21:43:13.766 INFO STEP 170 (remove_files) COMPLETE
107012026-07-06T21:43:14.356Z[ host-image] Jul 06 21:43:13.766 INFO O| Jul 06 21:43:13.766 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-07-06T21:43:14.359Z[ host-image] Jul 06 21:43:13.772 INFO O| Jul 06 21:43:13.772 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107032026-07-06T21:43:14.362Z[ host-image] Jul 06 21:43:13.772 INFO O| Jul 06 21:43:13.772 INFO STEP 171 (remove_files) COMPLETE
107042026-07-06T21:43:14.362Z[ host-image] Jul 06 21:43:13.772 INFO O| Jul 06 21:43:13.772 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107052026-07-06T21:43:14.365Z[ host-image] Jul 06 21:43:13.778 INFO O| Jul 06 21:43:13.778 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107062026-07-06T21:43:14.365Z[ host-image] Jul 06 21:43:13.778 INFO O| Jul 06 21:43:13.778 INFO STEP 172 (remove_files) COMPLETE
107072026-07-06T21:43:14.368Z[ host-image] Jul 06 21:43:13.778 INFO O| Jul 06 21:43:13.778 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107082026-07-06T21:43:14.371Z[ host-image] Jul 06 21:43:13.784 INFO O| Jul 06 21:43:13.784 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107092026-07-06T21:43:14.374Z[ host-image] Jul 06 21:43:13.784 INFO O| Jul 06 21:43:13.784 INFO STEP 173 (remove_files) COMPLETE
107102026-07-06T21:43:14.374Z[ host-image] Jul 06 21:43:13.784 INFO O| Jul 06 21:43:13.784 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107112026-07-06T21:43:14.377Z[ host-image] Jul 06 21:43:13.790 INFO O| Jul 06 21:43:13.790 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107122026-07-06T21:43:14.377Z[ host-image] Jul 06 21:43:13.790 INFO O| Jul 06 21:43:13.790 INFO STEP 174 (remove_files) COMPLETE
107132026-07-06T21:43:14.380Z[ host-image] Jul 06 21:43:13.790 INFO O| Jul 06 21:43:13.790 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107142026-07-06T21:43:14.384Z[ host-image] Jul 06 21:43:13.796 INFO O| Jul 06 21:43:13.796 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107152026-07-06T21:43:14.387Z[ host-image] Jul 06 21:43:13.797 INFO O| Jul 06 21:43:13.797 INFO STEP 175 (remove_files) COMPLETE
107162026-07-06T21:43:14.387Z[ host-image] Jul 06 21:43:13.797 INFO O| Jul 06 21:43:13.797 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107172026-07-06T21:43:14.394Z[ host-image] Jul 06 21:43:13.805 INFO O| Jul 06 21:43:13.805 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107182026-07-06T21:43:14.394Z[ host-image] Jul 06 21:43:13.805 INFO O| Jul 06 21:43:13.805 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107192026-07-06T21:43:18.452Z[ host-image] Jul 06 21:43:17.862 INFO O| Jul 06 21:43:17.862 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
107202026-07-06T21:43:18.452Z[ host-image] Jul 06 21:43:17.862 INFO O| Jul 06 21:43:17.862 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107212026-07-06T21:43:18.465Z[ host-image] Jul 06 21:43:17.873 INFO O| Jul 06 21:43:17.873 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107222026-07-06T21:43:18.561Z[ host-image] Jul 06 21:43:17.966 INFO O| Jul 06 21:43:17.966 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107232026-07-06T21:43:18.610Z[ host-image] Jul 06 21:43:18.022 INFO O| Jul 06 21:43:18.022 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107242026-07-06T21:43:18.670Z[ host-image] Jul 06 21:43:18.082 INFO O| Jul 06 21:43:18.082 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107252026-07-06T21:43:18.670Z[ host-image] Jul 06 21:43:18.082 INFO O| Jul 06 21:43:18.082 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107262026-07-06T21:43:18.748Z[ host-image] Jul 06 21:43:18.158 INFO O| Jul 06 21:43:18.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107272026-07-06T21:43:18.748Z[ host-image] Jul 06 21:43:18.158 INFO O| Jul 06 21:43:18.158 INFO ok!
107282026-07-06T21:43:18.748Z[ host-image] Jul 06 21:43:18.158 INFO O| Jul 06 21:43:18.158 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107292026-07-06T21:43:18.748Z[ host-image] Jul 06 21:43:18.158 INFO O| Jul 06 21:43:18.158 INFO STEP 176 (seed_smf) COMPLETE
107302026-07-06T21:43:18.748Z[ host-image] Jul 06 21:43:18.158 INFO O| Jul 06 21:43:18.158 INFO steps complete; finalising image!
107312026-07-06T21:43:18.757Z[ host-image] Jul 06 21:43:18.158 INFO O| Jul 06 21:43:18.158 INFO TRIM POOL: TEMPORARY-sled-zfs
107322026-07-06T21:43:18.797Z[ host-image] Jul 06 21:43:18.208 INFO O| Jul 06 21:43:18.208 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Mon Jul 6 21:43:18 2026)
107332026-07-06T21:43:19.022Z[ host-image] Jul 06 21:43:18.424 INFO O| Jul 06 21:43:18.424 INFO temporary pool has 848M used, 47.8M avail, 1.81x compressratio
107342026-07-06T21:43:19.022Z[ host-image] Jul 06 21:43:18.424 INFO O| Jul 06 21:43:18.424 INFO EXPORT POOL: TEMPORARY-sled-zfs
107352026-07-06T21:43:19.360Z[ host-image] Jul 06 21:43:18.771 INFO O| Jul 06 21:43:18.771 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107362026-07-06T21:43:19.360Z[ host-image] Jul 06 21:43:18.771 INFO O| Jul 06 21:43:18.771 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107372026-07-06T21:43:20.037Z[ host-image] Jul 06 21:43:19.446 INFO O| Jul 06 21:43:19.446 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107382026-07-06T21:43:20.037Z[ host-image] Jul 06 21:43:19.446 INFO O| Jul 06 21:43:19.446 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107392026-07-06T21:43:20.042Z[ host-image] Jul 06 21:43:19.446 INFO O| Jul 06 21:43:19.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107402026-07-06T21:43:20.042Z[ host-image] Jul 06 21:43:19.446 INFO O| Jul 06 21:43:19.446 INFO completed processing sled/zfs
107412026-07-06T21:43:20.042Z[ host-image] Jul 06 21:43:19.446 INFO O| Jul 06 21:43:19.446 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107422026-07-06T21:43:22.629Z[ recovery-image] Jul 06 21:43:22.031 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)
107432026-07-06T21:43:24.673Z[ recovery-image] Jul 06 21:43:24.078 INFO E| Compiling bitflags v1.3.2
107442026-07-06T21:43:24.673Z[ recovery-image] Jul 06 21:43:24.078 INFO E| Compiling plain v0.2.3
107452026-07-06T21:43:24.677Z[ recovery-image] Jul 06 21:43:24.079 INFO E| Compiling scroll v0.13.0
107462026-07-06T21:43:24.677Z[ recovery-image] Jul 06 21:43:24.079 INFO E| Compiling log v0.4.32
107472026-07-06T21:43:24.677Z[ recovery-image] Jul 06 21:43:24.079 INFO E| Compiling bitflags v2.13.0
107482026-07-06T21:43:24.677Z[ recovery-image] Jul 06 21:43:24.079 INFO E| Compiling bit_field v0.10.3
107492026-07-06T21:43:24.677Z[ recovery-image] Jul 06 21:43:24.079 INFO E| Compiling adler2 v2.0.1
107502026-07-06T21:43:24.677Z[ recovery-image] Jul 06 21:43:24.079 INFO E| Compiling static_assertions v1.1.0
107512026-07-06T21:43:24.677Z[ recovery-image] Jul 06 21:43:24.079 INFO E| Compiling bitstruct v0.1.1
107522026-07-06T21:43:24.718Z[ recovery-image] Jul 06 21:43:24.131 INFO E| Compiling raw-cpuid v10.7.0
107532026-07-06T21:43:24.772Z[ recovery-image] Jul 06 21:43:24.184 INFO E| Compiling miniz_oxide v0.9.1
107542026-07-06T21:43:24.827Z[ recovery-image] Jul 06 21:43:24.234 INFO E| Compiling cpio_reader v0.1.2
107552026-07-06T21:43:24.877Z[ recovery-image] Jul 06 21:43:24.290 INFO E| Compiling goblin v0.10.7
107562026-07-06T21:43:27.686Z[ recovery-image] Jul 06 21:43:27.093 INFO E| Finished `release` profile [optimized] target(s) in 18.97s
107572026-07-06T21:43:27.704Z[ recovery-image] Jul 06 21:43:27.112 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107582026-07-06T21:43:27.705Z[ recovery-image] Jul 06 21:43:27.112 INFO building ROM for gimlet
107592026-07-06T21:43:27.705Z[ recovery-image] Jul 06 21:43:27.112 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")
107602026-07-06T21:43:27.784Z[ recovery-image] Jul 06 21:43:27.185 INFO E| Downloading crates ...
107612026-07-06T21:43:27.832Z[ recovery-image] Jul 06 21:43:27.238 INFO E| Downloaded os_pipe v1.2.1
107622026-07-06T21:43:27.839Z[ recovery-image] Jul 06 21:43:27.242 INFO E| Downloaded colorchoice v1.0.3
107632026-07-06T21:43:27.839Z[ recovery-image] Jul 06 21:43:27.245 INFO E| Downloaded clap_lex v0.7.4
107642026-07-06T21:43:27.840Z[ recovery-image] Jul 06 21:43:27.247 INFO E| Downloaded shared_child v1.0.1
107652026-07-06T21:43:27.840Z[ recovery-image] Jul 06 21:43:27.248 INFO E| Downloaded is_terminal_polyfill v1.70.1
107662026-07-06T21:43:27.840Z[ recovery-image] Jul 06 21:43:27.249 INFO E| Downloaded anstyle-query v1.1.2
107672026-07-06T21:43:27.844Z[ recovery-image] Jul 06 21:43:27.253 INFO E| Downloaded serde_spanned v0.6.8
107682026-07-06T21:43:27.880Z[ recovery-image] Jul 06 21:43:27.256 INFO E| Downloaded toml_datetime v0.6.9
107692026-07-06T21:43:27.898Z[ recovery-image] Jul 06 21:43:27.264 INFO E| Downloaded anstyle v1.0.10
107702026-07-06T21:43:27.898Z[ recovery-image] Jul 06 21:43:27.269 INFO E| Downloaded toml_write v0.1.1
107712026-07-06T21:43:27.898Z[ recovery-image] Jul 06 21:43:27.270 INFO E| Downloaded duct v0.13.7
107722026-07-06T21:43:27.898Z[ recovery-image] Jul 06 21:43:27.271 INFO E| Downloaded anstream v0.6.18
107732026-07-06T21:43:27.898Z[ recovery-image] Jul 06 21:43:27.274 INFO E| Downloaded anstyle-parse v0.2.6
107742026-07-06T21:43:27.898Z[ recovery-image] Jul 06 21:43:27.283 INFO E| Downloaded clap_derive v4.5.32
107752026-07-06T21:43:27.898Z[ recovery-image] Jul 06 21:43:27.287 INFO E| Downloaded clap v4.5.37
107762026-07-06T21:43:27.898Z[ recovery-image] Jul 06 21:43:27.292 INFO E| Downloaded toml v0.8.22
107772026-07-06T21:43:27.905Z[ recovery-image] Jul 06 21:43:27.311 INFO E| Downloaded toml_edit v0.22.26
107782026-07-06T21:43:27.930Z[ recovery-image] Jul 06 21:43:27.331 INFO E| Downloaded winnow v0.7.7
107792026-07-06T21:43:27.939Z[ recovery-image] Jul 06 21:43:27.336 INFO E| Downloaded clap_builder v4.5.37
107802026-07-06T21:43:27.940Z[ recovery-image] Jul 06 21:43:27.340 INFO E| Downloaded cc v1.2.20
107812026-07-06T21:43:27.944Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling libc v0.2.172
107822026-07-06T21:43:27.944Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling utf8parse v0.2.2
107832026-07-06T21:43:27.944Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling anstyle v1.0.10
107842026-07-06T21:43:27.944Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling colorchoice v1.0.3
107852026-07-06T21:43:27.944Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling hashbrown v0.15.2
107862026-07-06T21:43:27.944Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling equivalent v1.0.2
107872026-07-06T21:43:27.945Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling once_cell v1.21.3
107882026-07-06T21:43:27.945Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling shlex v1.3.0
107892026-07-06T21:43:27.945Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling is_terminal_polyfill v1.70.1
107902026-07-06T21:43:27.945Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling anstyle-query v1.1.2
107912026-07-06T21:43:27.945Z[ recovery-image] Jul 06 21:43:27.353 INFO E| Compiling strsim v0.11.1
107922026-07-06T21:43:27.963Z[ recovery-image] Jul 06 21:43:27.371 INFO E| Compiling clap_lex v0.7.4
107932026-07-06T21:43:27.972Z[ recovery-image] Jul 06 21:43:27.383 INFO E| Compiling anyhow v1.0.98
107942026-07-06T21:43:27.977Z[ recovery-image] Jul 06 21:43:27.386 INFO E| Compiling toml_write v0.1.1
107952026-07-06T21:43:27.980Z[ recovery-image] Jul 06 21:43:27.390 INFO E| Compiling winnow v0.7.7
107962026-07-06T21:43:27.984Z[ recovery-image] Jul 06 21:43:27.394 INFO E| Compiling syn v2.0.101
107972026-07-06T21:43:28.078Z[ recovery-image] Jul 06 21:43:27.486 INFO E| Compiling anstyle-parse v0.2.6
107982026-07-06T21:43:28.127Z[ recovery-image] Jul 06 21:43:27.539 INFO E| Compiling cc v1.2.20
107992026-07-06T21:43:28.235Z[ recovery-image] Jul 06 21:43:27.629 INFO E| Compiling anstream v0.6.18
108002026-07-06T21:43:28.415Z[ recovery-image] Jul 06 21:43:27.826 INFO E| Compiling clap_builder v4.5.37
108012026-07-06T21:43:28.426Z[ recovery-image] Jul 06 21:43:27.838 INFO E| Compiling indexmap v2.9.0
108022026-07-06T21:43:28.577Z[ recovery-image] Jul 06 21:43:27.982 INFO E| Compiling shared_child v1.0.1
108032026-07-06T21:43:28.577Z[ recovery-image] Jul 06 21:43:27.982 INFO E| Compiling os_pipe v1.2.1
108042026-07-06T21:43:28.681Z[ recovery-image] Jul 06 21:43:28.092 INFO E| Compiling duct v0.13.7
108052026-07-06T21:43:29.107Z[ recovery-image] Jul 06 21:43:28.515 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108062026-07-06T21:43:29.966Z[ recovery-image] Jul 06 21:43:29.374 INFO E| Compiling serde_derive v1.0.219
108072026-07-06T21:43:29.966Z[ recovery-image] Jul 06 21:43:29.375 INFO E| Compiling clap_derive v4.5.32
108082026-07-06T21:43:31.162Z[ recovery-image] Jul 06 21:43:30.573 INFO E| Compiling clap v4.5.37
108092026-07-06T21:43:31.804Z[ recovery-image] Jul 06 21:43:31.212 INFO E| Compiling serde v1.0.219
108102026-07-06T21:43:33.367Z[ host-image] Jul 06 21:43:32.770 INFO O| Jul 06 21:43:32.770 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108112026-07-06T21:43:33.451Z[ host-image] Jul 06 21:43:32.862 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
108122026-07-06T21:43:33.451Z[ host-image] Jul 06 21:43:32.862 INFO expanded image name: "ci 5e1011e/${os_short_commit} 2026-07-06 21:28" -> "ci 5e1011e/9b09742 2026-07-06 21:28"
108132026-07-06T21:43:33.451Z[ host-image] Jul 06 21:43:32.862 INFO output artefacts stored in: "/work/os-host"
108142026-07-06T21:43:33.456Z[ host-image] Jul 06 21:43:32.862 INFO collecting git info from project "dmar-report"...
108152026-07-06T21:43:33.456Z[ host-image] Jul 06 21:43:32.868 INFO collecting git info from project "chelsio-t6-roms"...
108162026-07-06T21:43:33.463Z[ host-image] Jul 06 21:43:32.872 INFO collecting git info from project "image-builder"...
108172026-07-06T21:43:33.474Z[ host-image] Jul 06 21:43:32.877 INFO collecting git info from project "pilot"...
108182026-07-06T21:43:33.474Z[ host-image] Jul 06 21:43:32.881 INFO collecting git info from project "pinprick"...
108192026-07-06T21:43:33.474Z[ host-image] Jul 06 21:43:32.884 INFO collecting git info from project "amd-firmware"...
108202026-07-06T21:43:33.478Z[ recovery-image] Jul 06 21:43:32.885 INFO E| Compiling toml_datetime v0.6.9
108212026-07-06T21:43:33.478Z[ recovery-image] Jul 06 21:43:32.885 INFO E| Compiling serde_spanned v0.6.8
108222026-07-06T21:43:33.484Z[ host-image] Jul 06 21:43:32.896 INFO collecting git info from project "phbl"...
108232026-07-06T21:43:33.490Z[ host-image] Jul 06 21:43:32.900 INFO collecting git info from project "amd-host-image-builder"...
108242026-07-06T21:43:33.499Z[ host-image] Jul 06 21:43:32.905 INFO collecting git info from project "bootserver"...
108252026-07-06T21:43:33.505Z[ host-image] Jul 06 21:43:32.909 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108262026-07-06T21:43:33.615Z[ recovery-image] Jul 06 21:43:33.026 INFO E| Compiling toml_edit v0.22.26
108272026-07-06T21:43:33.811Z[ host-image] Jul 06 21:43:33.213 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108282026-07-06T21:43:34.091Z[ host-image] Jul 06 21:43:33.501 INFO creating Oxide boot image...
108292026-07-06T21:43:34.091Z[ host-image] Jul 06 21:43:33.501 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 5e1011e/9b09742 2026-07-06 21:28", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108302026-07-06T21:43:34.851Z[ host-image] Jul 06 21:43:34.178 INFO O| ok, image written!
108312026-07-06T21:43:34.851Z[ host-image] Jul 06 21:43:34.178 INFO O| ok, boot_image_csum file written!
108322026-07-06T21:43:34.895Z[ host-image] Jul 06 21:43:34.181 INFO creating boot archive (CPIO)...
108332026-07-06T21:43:34.896Z[ host-image] Jul 06 21:43:34.181 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
108342026-07-06T21:43:34.896Z[ host-image] Jul 06 21:43:34.184 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108352026-07-06T21:43:34.896Z[ host-image] Jul 06 21:43:34.184 INFO E| + outfile=/work/os-host/cpio
108362026-07-06T21:43:34.896Z[ host-image] Jul 06 21:43:34.184 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108372026-07-06T21:43:34.896Z[ host-image] Jul 06 21:43:34.186 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108382026-07-06T21:43:34.896Z[ host-image] Jul 06 21:43:34.186 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108392026-07-06T21:43:34.896Z[ recovery-image] Jul 06 21:43:34.195 INFO E| Compiling toml v0.8.22
108402026-07-06T21:43:34.896Z[ host-image] Jul 06 21:43:34.211 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108412026-07-06T21:43:34.896Z[ host-image] Jul 06 21:43:34.211 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108422026-07-06T21:43:34.896Z[ host-image] Jul 06 21:43:34.217 INFO creating compressed cpio/unix for dev loaders...
108432026-07-06T21:43:34.896Z[ host-image] Jul 06 21:43:34.217 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
108442026-07-06T21:43:35.031Z[ host-image] Jul 06 21:43:34.443 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108452026-07-06T21:43:36.809Z[ recovery-image] Jul 06 21:43:36.164 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
108462026-07-06T21:43:36.825Z[ recovery-image] Jul 06 21:43:36.177 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`
108472026-07-06T21:43:36.825Z[ recovery-image] Jul 06 21:43:36.190 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108482026-07-06T21:43:36.851Z[ recovery-image] Jul 06 21:43:36.262 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108492026-07-06T21:43:36.856Z[ recovery-image] Jul 06 21:43:36.265 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`
108502026-07-06T21:43:36.974Z[ recovery-image] Jul 06 21:43:36.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108512026-07-06T21:43:36.974Z[ recovery-image] Jul 06 21:43:36.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108522026-07-06T21:43:36.974Z[ recovery-image] Jul 06 21:43:36.385 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108532026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108542026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108552026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108562026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108572026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108582026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108592026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108602026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108612026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108622026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108632026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108642026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108652026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO O| Info: ABL version: 0x100f5010
108662026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108672026-07-06T21:43:36.978Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108682026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108692026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108702026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108712026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108722026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108732026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108742026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108752026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108762026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108772026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.386 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108782026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108792026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108802026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108812026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108822026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108832026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108842026-07-06T21:43:36.979Z[ recovery-image] Jul 06 21:43:36.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108852026-07-06T21:43:37.008Z[ recovery-image] Jul 06 21:43:36.420 INFO building ROM for cosmo
108862026-07-06T21:43:37.012Z[ recovery-image] Jul 06 21:43:36.420 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")
108872026-07-06T21:43:37.092Z[ recovery-image] Jul 06 21:43:36.504 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108882026-07-06T21:43:37.096Z[ recovery-image] Jul 06 21:43:36.506 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`
108892026-07-06T21:43:37.104Z[ recovery-image] Jul 06 21:43:36.517 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108902026-07-06T21:43:37.173Z[ recovery-image] Jul 06 21:43:36.585 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108912026-07-06T21:43:37.177Z[ recovery-image] Jul 06 21:43:36.588 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`
108922026-07-06T21:43:37.391Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108932026-07-06T21:43:37.391Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108942026-07-06T21:43:37.391Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108952026-07-06T21:43:37.395Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108962026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108972026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108982026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108992026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109002026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109012026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109022026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109032026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109042026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109052026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109062026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109072026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109082026-07-06T21:43:37.396Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109092026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109102026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109112026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109122026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109132026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109142026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109152026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109162026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109172026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109182026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109192026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109202026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109212026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109222026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109232026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109242026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109252026-07-06T21:43:37.397Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109262026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109272026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109282026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109292026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109302026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109312026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109322026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109332026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109342026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109352026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109362026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109372026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109382026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109392026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109402026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109412026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109422026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109432026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109442026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109452026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.805 INFO O| Info: ABL version: 0x100af010
109462026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.805 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109472026-07-06T21:43:37.398Z[ recovery-image] Jul 06 21:43:36.805 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109482026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109492026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109502026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109512026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109522026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109532026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109542026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109552026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109562026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109572026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109582026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109592026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109602026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109612026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109622026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109632026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109642026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109652026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.805 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109662026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109672026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109682026-07-06T21:43:37.399Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109692026-07-06T21:43:37.400Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109702026-07-06T21:43:37.405Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109712026-07-06T21:43:37.405Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109722026-07-06T21:43:37.405Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109732026-07-06T21:43:37.405Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109742026-07-06T21:43:37.405Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109752026-07-06T21:43:37.405Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109762026-07-06T21:43:37.405Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109772026-07-06T21:43:37.405Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109782026-07-06T21:43:37.406Z[ recovery-image] Jul 06 21:43:36.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109792026-07-06T21:43:37.427Z[ recovery-image] Jul 06 21:43:36.839 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109802026-07-06T21:43:37.427Z[ recovery-image] Jul 06 21:43:36.839 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109812026-07-06T21:43:38.261Z[ host-image] Jul 06 21:43:37.672 INFO creating reset image...
109822026-07-06T21:43:38.261Z[ host-image] Jul 06 21:43:37.673 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")
109832026-07-06T21:43:38.323Z[ host-image] Jul 06 21:43:37.735 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
109842026-07-06T21:43:38.332Z[ host-image] Jul 06 21:43:37.737 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109852026-07-06T21:43:38.571Z[ host-image] Jul 06 21:43:37.983 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)
109862026-07-06T21:43:38.572Z[ host-image] Jul 06 21:43:37.983 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)
109872026-07-06T21:43:38.572Z[ host-image] Jul 06 21:43:37.983 INFO E| Compiling proc-macro2 v1.0.106
109882026-07-06T21:43:38.582Z[ host-image] Jul 06 21:43:37.983 INFO E| Compiling unicode-ident v1.0.24
109892026-07-06T21:43:38.582Z[ host-image] Jul 06 21:43:37.983 INFO E| Compiling quote v1.0.45
109902026-07-06T21:43:38.582Z[ host-image] Jul 06 21:43:37.983 INFO E| Compiling syn v1.0.109
109912026-07-06T21:43:38.582Z[ host-image] Jul 06 21:43:37.983 INFO E| Compiling x86 v0.52.0
109922026-07-06T21:43:38.582Z[ host-image] Jul 06 21:43:37.983 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109932026-07-06T21:43:38.582Z[ host-image] Jul 06 21:43:37.984 INFO E| Compiling seq-macro v0.3.6
109942026-07-06T21:43:38.630Z[ recovery-image] Jul 06 21:43:38.042 INFO image complete! materials are in "/work/os-recovery"
109952026-07-06T21:43:38.640Z[ recovery-image]
109962026-07-06T21:43:38.640Z[ recovery-image] real 3:59.344630175
109972026-07-06T21:43:38.640Z[ recovery-image] user 2:28.401253413
109982026-07-06T21:43:38.640Z[ recovery-image] sys 35.175545484
109992026-07-06T21:43:38.641Z[ recovery-image] trap 0.067889457
110002026-07-06T21:43:38.641Z[ recovery-image] tflt 0.666648732
110012026-07-06T21:43:38.641Z[ recovery-image] dflt 0.896508022
110022026-07-06T21:43:38.641Z[ recovery-image] kflt 0.000075260
110032026-07-06T21:43:38.641Z[ recovery-image] lock 8:31.842657345
110042026-07-06T21:43:38.641Z[ recovery-image] slp 23:22.218018812
110052026-07-06T21:43:38.641Z[ recovery-image] lat 26.301395925
110062026-07-06T21:43:38.641Z[ recovery-image] stop 9.414988032
110072026-07-06T21:43:38.641ZJul 06 21:43:38.046 INFO [recovery-image] process exited with exit status: 0 (239.349501784s)
110082026-07-06T21:43:39.513Z[ host-image] Jul 06 21:43:38.919 INFO E| Compiling syn v2.0.117
110092026-07-06T21:43:40.778Z[ host-image] Jul 06 21:43:40.190 INFO E| Compiling scroll_derive v0.13.1
110102026-07-06T21:43:41.796Z[ host-image] Jul 06 21:43:41.208 INFO E| Compiling bitstruct_derive v0.1.0
110112026-07-06T21:43:50.781Z[ host-image] Jul 06 21:43:50.193 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)
110122026-07-06T21:43:52.876Z[ host-image] Jul 06 21:43:52.286 INFO E| Compiling bitflags v1.3.2
110132026-07-06T21:43:52.876Z[ host-image] Jul 06 21:43:52.286 INFO E| Compiling plain v0.2.3
110142026-07-06T21:43:52.879Z[ host-image] Jul 06 21:43:52.286 INFO E| Compiling bitflags v2.13.0
110152026-07-06T21:43:52.879Z[ host-image] Jul 06 21:43:52.286 INFO E| Compiling bit_field v0.10.3
110162026-07-06T21:43:52.879Z[ host-image] Jul 06 21:43:52.286 INFO E| Compiling scroll v0.13.0
110172026-07-06T21:43:52.879Z[ host-image] Jul 06 21:43:52.286 INFO E| Compiling log v0.4.32
110182026-07-06T21:43:52.879Z[ host-image] Jul 06 21:43:52.286 INFO E| Compiling adler2 v2.0.1
110192026-07-06T21:43:52.879Z[ host-image] Jul 06 21:43:52.286 INFO E| Compiling bitstruct v0.1.1
110202026-07-06T21:43:52.879Z[ host-image] Jul 06 21:43:52.286 INFO E| Compiling static_assertions v1.1.0
110212026-07-06T21:43:52.924Z[ host-image] Jul 06 21:43:52.336 INFO E| Compiling raw-cpuid v10.7.0
110222026-07-06T21:43:52.967Z[ host-image] Jul 06 21:43:52.379 INFO E| Compiling miniz_oxide v0.9.1
110232026-07-06T21:43:53.042Z[ host-image] Jul 06 21:43:52.454 INFO E| Compiling cpio_reader v0.1.2
110242026-07-06T21:43:53.103Z[ host-image] Jul 06 21:43:52.515 INFO E| Compiling goblin v0.10.7
110252026-07-06T21:43:55.915Z[ host-image] Jul 06 21:43:55.326 INFO E| Finished `release` profile [optimized] target(s) in 17.57s
110262026-07-06T21:43:55.928Z[ host-image] Jul 06 21:43:55.340 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110272026-07-06T21:43:55.928Z[ host-image] Jul 06 21:43:55.340 INFO building ROM for gimlet
110282026-07-06T21:43:55.928Z[ host-image] Jul 06 21:43:55.340 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")
110292026-07-06T21:43:56.012Z[ host-image] Jul 06 21:43:55.424 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110302026-07-06T21:43:56.015Z[ host-image] Jul 06 21:43:55.426 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`
110312026-07-06T21:43:56.024Z[ host-image] Jul 06 21:43:55.437 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110322026-07-06T21:43:56.094Z[ host-image] Jul 06 21:43:55.506 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110332026-07-06T21:43:56.097Z[ host-image] Jul 06 21:43:55.509 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`
110342026-07-06T21:43:56.210Z[ host-image] Jul 06 21:43:55.622 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110352026-07-06T21:43:56.210Z[ host-image] Jul 06 21:43:55.622 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110362026-07-06T21:43:56.210Z[ host-image] Jul 06 21:43:55.622 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110372026-07-06T21:43:56.211Z[ host-image] Jul 06 21:43:55.622 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110382026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.622 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110392026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.622 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110402026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.622 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110412026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110422026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110432026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110442026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110452026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110462026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110472026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110482026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110492026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO O| Info: ABL version: 0x100f5010
110502026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110512026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110522026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110532026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110542026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110552026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110562026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110572026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110582026-07-06T21:43:56.214Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110592026-07-06T21:43:56.215Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110602026-07-06T21:43:56.215Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110612026-07-06T21:43:56.215Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110622026-07-06T21:43:56.215Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110632026-07-06T21:43:56.215Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110642026-07-06T21:43:56.215Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110652026-07-06T21:43:56.215Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110662026-07-06T21:43:56.215Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110672026-07-06T21:43:56.215Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110682026-07-06T21:43:56.215Z[ host-image] Jul 06 21:43:55.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110692026-07-06T21:43:56.246Z[ host-image] Jul 06 21:43:55.658 INFO building ROM for cosmo
110702026-07-06T21:43:56.249Z[ host-image] Jul 06 21:43:55.658 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")
110712026-07-06T21:43:56.333Z[ host-image] Jul 06 21:43:55.745 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110722026-07-06T21:43:56.336Z[ host-image] Jul 06 21:43:55.747 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`
110732026-07-06T21:43:56.345Z[ host-image] Jul 06 21:43:55.757 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110742026-07-06T21:43:56.410Z[ host-image] Jul 06 21:43:55.822 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110752026-07-06T21:43:56.413Z[ host-image] Jul 06 21:43:55.825 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`
110762026-07-06T21:43:56.615Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110772026-07-06T21:43:56.615Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110782026-07-06T21:43:56.618Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110792026-07-06T21:43:56.618Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110802026-07-06T21:43:56.618Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110812026-07-06T21:43:56.618Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110822026-07-06T21:43:56.618Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110832026-07-06T21:43:56.618Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110842026-07-06T21:43:56.618Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110852026-07-06T21:43:56.618Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110862026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110872026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110882026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110892026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110902026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110912026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110922026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110932026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110942026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110952026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110962026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110972026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110982026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110992026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111002026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111012026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111022026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111032026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111042026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111052026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111062026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111072026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111082026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111092026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111102026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111112026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111122026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111132026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111142026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111152026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111162026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111172026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111182026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111192026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111202026-07-06T21:43:56.619Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111212026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111222026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111232026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111242026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111252026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111262026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111272026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111282026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111292026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO O| Info: ABL version: 0x100af010
111302026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111312026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111322026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111332026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111342026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111352026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111362026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111372026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111382026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111392026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111402026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111412026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111422026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111432026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111442026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111452026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111462026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111472026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111482026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111492026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111502026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111512026-07-06T21:43:56.620Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111522026-07-06T21:43:56.621Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111532026-07-06T21:43:56.621Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111542026-07-06T21:43:56.621Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111552026-07-06T21:43:56.621Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111562026-07-06T21:43:56.621Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111572026-07-06T21:43:56.621Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111582026-07-06T21:43:56.621Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111592026-07-06T21:43:56.621Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111602026-07-06T21:43:56.625Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111612026-07-06T21:43:56.625Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111622026-07-06T21:43:56.625Z[ host-image] Jul 06 21:43:56.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111632026-07-06T21:43:56.648Z[ host-image] Jul 06 21:43:56.060 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111642026-07-06T21:43:56.648Z[ host-image] Jul 06 21:43:56.060 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111652026-07-06T21:44:06.112Z[ host-image] Jul 06 21:44:05.524 INFO image complete! materials are in "/work/os-host"
111662026-07-06T21:44:06.115Z[ host-image]
111672026-07-06T21:44:06.118Z[ host-image] real 5:05.699751120
111682026-07-06T21:44:06.118Z[ host-image] user 2:27.686511436
111692026-07-06T21:44:06.118Z[ host-image] sys 32.737161078
111702026-07-06T21:44:06.118Z[ host-image] trap 0.063294005
111712026-07-06T21:44:06.118Z[ host-image] tflt 0.336393350
111722026-07-06T21:44:06.118Z[ host-image] dflt 0.208248812
111732026-07-06T21:44:06.118Z[ host-image] kflt 0.000064880
111742026-07-06T21:44:06.118Z[ host-image] lock 6:14.140251239
111752026-07-06T21:44:06.118Z[ host-image] slp 29:35.531229526
111762026-07-06T21:44:06.118Z[ host-image] lat 19.528172853
111772026-07-06T21:44:06.118Z[ host-image] stop 1.586342814
111782026-07-06T21:44:06.118ZJul 06 21:44:05.528 INFO [host-image] process exited with exit status: 0 (305.705559952s)
111792026-07-06T21:44:06.118ZJul 06 21:44:05.528 INFO [tuf-repo] running task
111802026-07-06T21:44:24.770ZJul 06 21:44:24.182 INFO assembling repository in `/tmp/tufaceousN9Myih`, component: OmicronRepoAssembler
111812026-07-06T21:44:29.744ZJul 06 21:44:29.156 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111822026-07-06T21:44:29.982ZJul 06 21:44:29.394 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111832026-07-06T21:44:38.955ZJul 06 21:44:38.366 INFO extracting uploaded archive to /tmp/.tmpv02SP6
111842026-07-06T21:44:40.700ZJul 06 21:44:40.112 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.vqqWa3
111852026-07-06T21:44:40.759ZJul 06 21:44:40.170 INFO added artifact, length: 6688375, hash: d79c0fabd0ae8b9ac214cbf1ab9ab7ca35624c3a237f54b7f5570a61f1201435, version: 1.75.0, kind: gimlet_sp, name: cosmo-a
111862026-07-06T21:44:40.858ZJul 06 21:44:40.270 INFO added artifact, length: 6689817, hash: a013fb3249e70ca00ad127747d323871f219545221a7fd6451399bd3b28c1012, version: 1.75.0, kind: gimlet_sp, name: cosmo-b
111872026-07-06T21:44:40.950ZJul 06 21:44:40.361 INFO added artifact, length: 5483194, hash: 5ca4198fdede424ae2f75bf2720525924b12b1a119ccd9dafb0904fac65548d4, version: 1.75.0, kind: gimlet_sp, name: gimlet-b
111882026-07-06T21:44:41.029ZJul 06 21:44:40.441 INFO added artifact, length: 5486075, hash: 66a6498252f5e75d75a04f79dbe6af9485b770628ff5615b7614866b1c55cf66, version: 1.75.0, kind: gimlet_sp, name: gimlet-c
111892026-07-06T21:44:41.112ZJul 06 21:44:40.524 INFO added artifact, length: 5466043, hash: aa750d1e04bdf114b4981e324712e0a8c4f6acd2b587fd028bc3bc82f46cb0e2, version: 1.75.0, kind: gimlet_sp, name: gimlet-d
111902026-07-06T21:44:41.205ZJul 06 21:44:40.617 INFO added artifact, length: 5465819, hash: 29e2f7c64e83cdadf404bd5570be553a9600aaa187ff231d4dd7d6c03967d16c, version: 1.75.0, kind: gimlet_sp, name: gimlet-e
111912026-07-06T21:44:41.276ZJul 06 21:44:40.688 INFO added artifact, length: 5465843, hash: 6cf303db2c8318157e9efe65a06e98b21ba28b47f913717b4ba7bb4431192357, version: 1.75.0, kind: gimlet_sp, name: gimlet-f
111922026-07-06T21:44:41.368ZJul 06 21:44:40.780 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111932026-07-06T21:44:41.368ZJul 06 21:44:40.780 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111942026-07-06T21:44:41.416ZJul 06 21:44:40.828 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111952026-07-06T21:44:41.416ZJul 06 21:44:40.828 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
111962026-07-06T21:44:41.473ZJul 06 21:44:40.884 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111972026-07-06T21:44:41.477ZJul 06 21:44:40.884 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111982026-07-06T21:44:41.517ZJul 06 21:44:40.929 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
111992026-07-06T21:44:41.517ZJul 06 21:44:40.929 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112002026-07-06T21:44:41.567ZJul 06 21:44:40.979 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112012026-07-06T21:44:41.571ZJul 06 21:44:40.979 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112022026-07-06T21:44:41.615ZJul 06 21:44:41.028 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112032026-07-06T21:44:41.618ZJul 06 21:44:41.028 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112042026-07-06T21:44:41.660ZJul 06 21:44:41.072 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112052026-07-06T21:44:41.664ZJul 06 21:44:41.073 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112062026-07-06T21:44:41.664ZJul 06 21:44:41.073 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112072026-07-06T21:44:41.664ZJul 06 21:44:41.074 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112082026-07-06T21:44:41.664ZJul 06 21:44:41.074 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112092026-07-06T21:44:41.664ZJul 06 21:44:41.075 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112102026-07-06T21:44:41.664ZJul 06 21:44:41.075 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112112026-07-06T21:44:47.333ZJul 06 21:44:46.745 INFO added artifact, length: 33554432, hash: 7e878ca72e21ba8e29922497bd49d440f9471ba5d898a5b8728c1560613fb3ec, version: 21.0.0-0.ci+git5e1011e8b43, kind: gimlet_host_phase_1, name: host
112122026-07-06T21:44:47.333ZJul 06 21:44:46.745 INFO added artifact, length: 33554432, hash: 6c583baf896b5d93803be60ed5ba4f0e596383d3a9c9119f78f9962707d190a6, version: 21.0.0-0.ci+git5e1011e8b43, kind: cosmo_host_phase_1, name: host
112132026-07-06T21:44:47.333ZJul 06 21:44:46.745 INFO added artifact, length: 1101008896, hash: 7491cb389352251095b187a05b862da195b503fb6c6ca0a2aab4f61922b7850b, version: 21.0.0-0.ci+git5e1011e8b43, kind: host_phase_2, name: host
112142026-07-06T21:44:48.408ZJul 06 21:44:47.820 INFO added artifact, length: 33554432, hash: 3a9713250a299d55a1e710ee829d54e12dbbbf9a3f1a1205c2be136157eee146, version: 21.0.0-0.ci+git5e1011e8b43, kind: gimlet_trampoline_phase_1, name: trampoline
112152026-07-06T21:44:48.408ZJul 06 21:44:47.820 INFO added artifact, length: 33554432, hash: 174f05c4f5cceafb134f893caba6967a52840b778c888faf9e5667bdd108a233, version: 21.0.0-0.ci+git5e1011e8b43, kind: cosmo_trampoline_phase_1, name: trampoline
112162026-07-06T21:44:48.411ZJul 06 21:44:47.820 INFO added artifact, length: 164675934, hash: 60c11dfbbe6999c0fc6ae7cced58b1b71fdacc46c5dd323c1b5310c5fab5acaa, version: 21.0.0-0.ci+git5e1011e8b43, kind: trampoline_phase_2, name: trampoline
112172026-07-06T21:44:50.270ZJul 06 21:44:49.682 INFO added artifact, length: 304985258, hash: c9f4f5964f423a07346b6efaa9ccca7b78221ddc9491294f75d31d54be19a27b, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: clickhouse_keeper
112182026-07-06T21:44:52.195ZJul 06 21:44:51.603 INFO added artifact, length: 318836013, hash: b00226f8a791b8ee6aa7e14f85e5f7bafaa3e2d1aedcf7318b6de61222e317d1, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: clickhouse_server
112192026-07-06T21:44:53.978ZJul 06 21:44:53.390 INFO added artifact, length: 318838568, hash: 2e361e85c158a56342d3ac2abb109ca20de5c9f5c35e2e87be94561325525de9, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: clickhouse
112202026-07-06T21:44:54.929ZJul 06 21:44:54.341 INFO added artifact, length: 165618456, hash: cc7d38b021b32b89377d066a01620cbf4ea04faf28973513e17f526361382ca3, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: cockroachdb
112212026-07-06T21:44:55.126ZJul 06 21:44:54.537 INFO added artifact, length: 40049551, hash: 5440035bf57aff8ccbd986e8d74e6d2ded399ab8b8e10d7e31ad8798d1484ebb, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: crucible-pantry-zone
112222026-07-06T21:44:55.437ZJul 06 21:44:54.847 INFO added artifact, length: 55097855, hash: 40a488b4705617e29d40d9d9181b7957328b45c27c27c87b2168dbafe6b4549f, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: crucible-zone
112232026-07-06T21:44:55.703ZJul 06 21:44:55.115 INFO added artifact, length: 47918185, hash: 093c5ca4f928291ca4f8909c63e1fd1f958c1ae1d3cf792b65f4442078c86473, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: external-dns
112242026-07-06T21:44:55.981ZJul 06 21:44:55.393 INFO added artifact, length: 47917782, hash: be9f756761af82537142a1d2d6dc6cacf7da30cc39bdb276e7992ff477ae9935, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: internal-dns
112252026-07-06T21:44:57.607ZJul 06 21:44:57.019 INFO added artifact, length: 281606454, hash: 48cd812f45a17c59dc80f2dfb3d3808a5562f406f977bed5c5c5a834c7d8b320, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: nexus
112262026-07-06T21:44:57.790ZJul 06 21:44:57.203 INFO added artifact, length: 30629682, hash: 40b2b80d10c7f109b000f534aa8182691fe4a5ea328dd530805d96bf30fbd8c6, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: ntp
112272026-07-06T21:44:58.168ZJul 06 21:44:57.580 INFO added artifact, length: 64052281, hash: b89ec8bd96d221ba6084fd1516729c998fbbc0926672e88b03a762b788a86fab, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: oximeter
112282026-07-06T21:44:58.184ZJul 06 21:44:57.596 INFO added artifact, length: 3109592, hash: f6792106627becf62e5a2f615b0b44b9ecf763345e9e8d5c0c22e649a031f8de, version: 21.0.0-0.ci+git5e1011e8b43, kind: zone, name: probe
112292026-07-06T21:44:58.188ZJul 06 21:44:57.597 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112302026-07-06T21:44:58.188ZJul 06 21:44:57.597 INFO added artifact, length: 829, hash: f34c1863c60e642825f77fcb32050991d12d2d96d2871e14258e60e87365bb8a, version: 1.75.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.75.0
112312026-07-06T21:44:58.188ZJul 06 21:44:57.597 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112322026-07-06T21:44:58.220ZJul 06 21:44:57.632 INFO added artifact, length: 4035283, hash: 6b6ba45835d82ae8d87e452a4727f7567ea20d20b4fa959a1d897aa4c216d1a9, version: 1.75.0, kind: psc_sp, name: observer-a
112332026-07-06T21:44:58.253ZJul 06 21:44:57.666 INFO added artifact, length: 4085411, hash: 3fc6bbceac84d5dc1cfe4f9109e574b8c151ae7c009e30c1186f57fa10fd20f7, version: 1.75.0, kind: psc_sp, name: psc-b
112342026-07-06T21:44:58.280ZJul 06 21:44:57.693 INFO added artifact, length: 4087253, hash: d2511f1f6372973742221503bb1ca60361d61c0db4463d8ade31dca14728a3dc, version: 1.75.0, kind: psc_sp, name: psc-c
112352026-07-06T21:44:58.317ZJul 06 21:44:57.729 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112362026-07-06T21:44:58.317ZJul 06 21:44:57.729 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112372026-07-06T21:44:58.356ZJul 06 21:44:57.767 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112382026-07-06T21:44:58.356ZJul 06 21:44:57.767 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112392026-07-06T21:44:58.409ZJul 06 21:44:57.821 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112402026-07-06T21:44:58.409ZJul 06 21:44:57.821 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112412026-07-06T21:44:58.462ZJul 06 21:44:57.874 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112422026-07-06T21:44:58.462ZJul 06 21:44:57.874 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112432026-07-06T21:44:58.466ZJul 06 21:44:57.874 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112442026-07-06T21:44:58.466ZJul 06 21:44:57.875 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112452026-07-06T21:44:58.466ZJul 06 21:44:57.876 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112462026-07-06T21:44:58.519ZJul 06 21:44:57.931 INFO added artifact, length: 6973860, hash: 5af06d0a238acdf29ae4d44e224d5c4b684a47a7cb350562851318be4ada2103, version: 1.75.0, kind: switch_sp, name: sidecar-b
112472026-07-06T21:44:58.619ZJul 06 21:44:58.030 INFO added artifact, length: 6989315, hash: 8fc9a1a75b3aedaf841cfd51a7adce938420c03e12b0273498e7905496176ab8, version: 1.75.0, kind: switch_sp, name: sidecar-c
112482026-07-06T21:44:58.723ZJul 06 21:44:58.122 INFO added artifact, length: 6989800, hash: 79fceec71f16b08c91b5b8764811d46939d839a7542c2a7462a37649f2d2b882, version: 1.75.0, kind: switch_sp, name: sidecar-d
112492026-07-06T21:44:58.782ZJul 06 21:44:58.194 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112502026-07-06T21:44:58.782ZJul 06 21:44:58.194 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112512026-07-06T21:44:58.821ZJul 06 21:44:58.232 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112522026-07-06T21:44:58.824ZJul 06 21:44:58.232 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112532026-07-06T21:44:58.857ZJul 06 21:44:58.270 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112542026-07-06T21:44:58.861ZJul 06 21:44:58.270 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112552026-07-06T21:44:58.895ZJul 06 21:44:58.307 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112562026-07-06T21:44:58.898ZJul 06 21:44:58.307 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112572026-07-06T21:44:58.898ZJul 06 21:44:58.308 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112582026-07-06T21:44:58.898ZJul 06 21:44:58.308 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112592026-07-06T21:44:58.898ZJul 06 21:44:58.309 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112602026-07-06T21:44:58.898ZJul 06 21:44:58.309 INFO added artifact, length: 924, hash: b1e6db622b0555efd6d4b9cf0e3e4b8e0b732cf44574f444a1c46916a884af28, version: 21.0.0-0.ci+git5e1011e8b43, kind: installinator_document, name: installinator_document
112612026-07-06T21:44:59.466ZJul 06 21:44:58.878 INFO extracting uploaded archive to /tmp/.tmpJHnVha
112622026-07-06T21:45:01.321ZJul 06 21:45:00.733 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.4BPxum
112632026-07-06T21:45:01.369ZJul 06 21:45:00.781 INFO added artifact, length: 6688375, hash: d79c0fabd0ae8b9ac214cbf1ab9ab7ca35624c3a237f54b7f5570a61f1201435, version: 1.75.0, kind: gimlet_sp, name: cosmo-a
112642026-07-06T21:45:01.452ZJul 06 21:45:00.862 INFO added artifact, length: 6689817, hash: a013fb3249e70ca00ad127747d323871f219545221a7fd6451399bd3b28c1012, version: 1.75.0, kind: gimlet_sp, name: cosmo-b
112652026-07-06T21:45:01.577ZJul 06 21:45:00.948 INFO added artifact, length: 5483194, hash: 5ca4198fdede424ae2f75bf2720525924b12b1a119ccd9dafb0904fac65548d4, version: 1.75.0, kind: gimlet_sp, name: gimlet-b
112662026-07-06T21:45:01.640ZJul 06 21:45:01.021 INFO added artifact, length: 5486075, hash: 66a6498252f5e75d75a04f79dbe6af9485b770628ff5615b7614866b1c55cf66, version: 1.75.0, kind: gimlet_sp, name: gimlet-c
112672026-07-06T21:45:01.690ZJul 06 21:45:01.102 INFO added artifact, length: 5466043, hash: aa750d1e04bdf114b4981e324712e0a8c4f6acd2b587fd028bc3bc82f46cb0e2, version: 1.75.0, kind: gimlet_sp, name: gimlet-d
112682026-07-06T21:45:01.777ZJul 06 21:45:01.189 INFO added artifact, length: 5465819, hash: 29e2f7c64e83cdadf404bd5570be553a9600aaa187ff231d4dd7d6c03967d16c, version: 1.75.0, kind: gimlet_sp, name: gimlet-e
112692026-07-06T21:45:01.857ZJul 06 21:45:01.269 INFO added artifact, length: 5465843, hash: 6cf303db2c8318157e9efe65a06e98b21ba28b47f913717b4ba7bb4431192357, version: 1.75.0, kind: gimlet_sp, name: gimlet-f
112702026-07-06T21:45:01.963ZJul 06 21:45:01.375 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112712026-07-06T21:45:01.967ZJul 06 21:45:01.375 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112722026-07-06T21:45:02.013ZJul 06 21:45:01.425 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112732026-07-06T21:45:02.017ZJul 06 21:45:01.425 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112742026-07-06T21:45:02.061ZJul 06 21:45:01.473 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112752026-07-06T21:45:02.065ZJul 06 21:45:01.473 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112762026-07-06T21:45:02.109ZJul 06 21:45:01.521 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112772026-07-06T21:45:02.113ZJul 06 21:45:01.521 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112782026-07-06T21:45:02.159ZJul 06 21:45:01.571 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112792026-07-06T21:45:02.159ZJul 06 21:45:01.571 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112802026-07-06T21:45:02.208ZJul 06 21:45:01.620 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112812026-07-06T21:45:02.208ZJul 06 21:45:01.620 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112822026-07-06T21:45:02.256ZJul 06 21:45:01.667 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112832026-07-06T21:45:02.259ZJul 06 21:45:01.667 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112842026-07-06T21:45:02.259ZJul 06 21:45:01.668 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112852026-07-06T21:45:02.259ZJul 06 21:45:01.669 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112862026-07-06T21:45:02.259ZJul 06 21:45:01.670 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112872026-07-06T21:45:02.259ZJul 06 21:45:01.670 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112882026-07-06T21:45:02.259ZJul 06 21:45:01.671 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112892026-07-06T21:45:07.553ZJul 06 21:45:06.966 INFO added artifact, length: 33554432, hash: 7e878ca72e21ba8e29922497bd49d440f9471ba5d898a5b8728c1560613fb3ec, version: 21.0.0-0.ci+git5e1011e8b43, kind: gimlet_host_phase_1, name: host
112902026-07-06T21:45:07.553ZJul 06 21:45:06.966 INFO added artifact, length: 33554432, hash: 6c583baf896b5d93803be60ed5ba4f0e596383d3a9c9119f78f9962707d190a6, version: 21.0.0-0.ci+git5e1011e8b43, kind: cosmo_host_phase_1, name: host
112912026-07-06T21:45:07.553ZJul 06 21:45:06.966 INFO added artifact, length: 1101008896, hash: 7491cb389352251095b187a05b862da195b503fb6c6ca0a2aab4f61922b7850b, version: 21.0.0-0.ci+git5e1011e8b43, kind: host_phase_2, name: host
112922026-07-06T21:45:08.551ZJul 06 21:45:07.963 INFO added artifact, length: 33554432, hash: 3a9713250a299d55a1e710ee829d54e12dbbbf9a3f1a1205c2be136157eee146, version: 21.0.0-0.ci+git5e1011e8b43, kind: gimlet_trampoline_phase_1, name: trampoline
112932026-07-06T21:45:08.551ZJul 06 21:45:07.964 INFO added artifact, length: 33554432, hash: 174f05c4f5cceafb134f893caba6967a52840b778c888faf9e5667bdd108a233, version: 21.0.0-0.ci+git5e1011e8b43, kind: cosmo_trampoline_phase_1, name: trampoline
112942026-07-06T21:45:08.551ZJul 06 21:45:07.964 INFO added artifact, length: 164675934, hash: 60c11dfbbe6999c0fc6ae7cced58b1b71fdacc46c5dd323c1b5310c5fab5acaa, version: 21.0.0-0.ci+git5e1011e8b43, kind: trampoline_phase_2, name: trampoline
112952026-07-06T21:45:13.697ZJul 06 21:45:13.107 INFO added artifact, length: 1737288298, hash: 737282e03835227c4b08c6cadfec5b6671130520975c90dcb71f0a09c61166c3, version: 21.0.0-0.ci+git5e1011e8b43, kind: control_plane, name: control-plane
112962026-07-06T21:45:13.701ZJul 06 21:45:13.107 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112972026-07-06T21:45:13.701ZJul 06 21:45:13.107 INFO added artifact, length: 829, hash: f34c1863c60e642825f77fcb32050991d12d2d96d2871e14258e60e87365bb8a, version: 1.75.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.75.0
112982026-07-06T21:45:13.701ZJul 06 21:45:13.107 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112992026-07-06T21:45:13.721ZJul 06 21:45:13.133 INFO added artifact, length: 4035283, hash: 6b6ba45835d82ae8d87e452a4727f7567ea20d20b4fa959a1d897aa4c216d1a9, version: 1.75.0, kind: psc_sp, name: observer-a
113002026-07-06T21:45:13.752ZJul 06 21:45:13.163 INFO added artifact, length: 4085411, hash: 3fc6bbceac84d5dc1cfe4f9109e574b8c151ae7c009e30c1186f57fa10fd20f7, version: 1.75.0, kind: psc_sp, name: psc-b
113012026-07-06T21:45:13.782ZJul 06 21:45:13.194 INFO added artifact, length: 4087253, hash: d2511f1f6372973742221503bb1ca60361d61c0db4463d8ade31dca14728a3dc, version: 1.75.0, kind: psc_sp, name: psc-c
113022026-07-06T21:45:13.829ZJul 06 21:45:13.241 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113032026-07-06T21:45:13.833ZJul 06 21:45:13.241 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113042026-07-06T21:45:13.883ZJul 06 21:45:13.295 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113052026-07-06T21:45:13.883ZJul 06 21:45:13.295 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113062026-07-06T21:45:13.938ZJul 06 21:45:13.350 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113072026-07-06T21:45:13.938ZJul 06 21:45:13.350 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113082026-07-06T21:45:13.987ZJul 06 21:45:13.397 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113092026-07-06T21:45:13.987ZJul 06 21:45:13.397 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113102026-07-06T21:45:13.990ZJul 06 21:45:13.397 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113112026-07-06T21:45:13.991ZJul 06 21:45:13.398 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113122026-07-06T21:45:13.991ZJul 06 21:45:13.398 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113132026-07-06T21:45:14.027ZJul 06 21:45:13.439 INFO added artifact, length: 6973860, hash: 5af06d0a238acdf29ae4d44e224d5c4b684a47a7cb350562851318be4ada2103, version: 1.75.0, kind: switch_sp, name: sidecar-b
113142026-07-06T21:45:14.114ZJul 06 21:45:13.526 INFO added artifact, length: 6989315, hash: 8fc9a1a75b3aedaf841cfd51a7adce938420c03e12b0273498e7905496176ab8, version: 1.75.0, kind: switch_sp, name: sidecar-c
113152026-07-06T21:45:14.212ZJul 06 21:45:13.624 INFO added artifact, length: 6989800, hash: 79fceec71f16b08c91b5b8764811d46939d839a7542c2a7462a37649f2d2b882, version: 1.75.0, kind: switch_sp, name: sidecar-d
113162026-07-06T21:45:14.309ZJul 06 21:45:13.721 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113172026-07-06T21:45:14.309ZJul 06 21:45:13.721 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113182026-07-06T21:45:14.359ZJul 06 21:45:13.771 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113192026-07-06T21:45:14.359ZJul 06 21:45:13.771 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113202026-07-06T21:45:14.402ZJul 06 21:45:13.814 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113212026-07-06T21:45:14.402ZJul 06 21:45:13.814 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113222026-07-06T21:45:14.448ZJul 06 21:45:13.860 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113232026-07-06T21:45:14.448ZJul 06 21:45:13.860 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113242026-07-06T21:45:14.451ZJul 06 21:45:13.860 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113252026-07-06T21:45:14.451ZJul 06 21:45:13.861 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113262026-07-06T21:45:14.451ZJul 06 21:45:13.861 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113272026-07-06T21:45:14.451ZJul 06 21:45:13.862 INFO added artifact, length: 924, hash: b1e6db622b0555efd6d4b9cf0e3e4b8e0b732cf44574f444a1c46916a884af28, version: 21.0.0-0.ci+git5e1011e8b43, kind: installinator_document, name: installinator_document
113282026-07-06T21:45:14.999ZJul 06 21:45:14.411 INFO [tuf-repo] task succeeded (68.882410318s)
113292026-07-06T21:46:10.723Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s
113302026-07-06T21:46:12.508ZJul 06 21:46:11.919 INFO [verify-libraries] process exited with exit status: 0 (393.483987156s)
113312026-07-06T21:46:12.508ZJul 06 21:46:11.920 INFO all jobs completed in 1054.708191261s
113322026-07-06T21:46:13.455Zprocess exited: duration 1258616 ms, exit code 0
 
113332026-07-06T21:46:13.467Zfound 41 output files
113342026-07-06T21:46:13.467Zuploading: /work/manifest.toml (17334 bytes)
113352026-07-06T21:46:14.481Zuploaded: /work/manifest.toml
113362026-07-06T21:46:14.481Zuploading: /work/repo.zip (3045809910 bytes)
113372026-07-06T21:46:53.459Zuploaded: /work/repo.zip
113382026-07-06T21:46:53.459Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113392026-07-06T21:46:54.490Zuploaded: /work/repo.zip.sha256.txt
113402026-07-06T21:46:54.490Zuploading: /work/helios.json (647 bytes)
113412026-07-06T21:46:55.501Zuploaded: /work/helios.json
113422026-07-06T21:46:55.501Zuploading: /work/incorporation.p5m (113332 bytes)
113432026-07-06T21:46:56.517Zuploaded: /work/incorporation.p5m
113442026-07-06T21:46:56.517Zuploading: /work/incorporation.p5p (133120 bytes)
113452026-07-06T21:46:57.536Zuploaded: /work/incorporation.p5p
113462026-07-06T21:46:57.537Zuploading: /work/helios-incorp.log (522 bytes)
113472026-07-06T21:46:58.547Zuploaded: /work/helios-incorp.log
113482026-07-06T21:46:58.547Zuploading: /work/helios-setup.log (56828 bytes)
113492026-07-06T21:46:59.565Zuploaded: /work/helios-setup.log
113502026-07-06T21:46:59.565Zuploading: /work/host-image.log (235092 bytes)
113512026-07-06T21:47:00.712Zuploaded: /work/host-image.log
113522026-07-06T21:47:00.713Zuploading: /work/host-package.log (32820 bytes)
113532026-07-06T21:47:01.726Zuploaded: /work/host-package.log
113542026-07-06T21:47:01.726Zuploading: /work/host-target.log (101 bytes)
113552026-07-06T21:47:02.737Zuploaded: /work/host-target.log
113562026-07-06T21:47:02.737Zuploading: /work/incorp-create.log (0 bytes)
113572026-07-06T21:47:03.747Zuploaded: /work/incorp-create.log
113582026-07-06T21:47:03.747Zuploading: /work/incorp-fmt.log (0 bytes)
113592026-07-06T21:47:04.754Zuploaded: /work/incorp-fmt.log
113602026-07-06T21:47:04.754Zuploading: /work/incorp-pkgsend.log (108 bytes)
113612026-07-06T21:47:05.765Zuploaded: /work/incorp-pkgsend.log
113622026-07-06T21:47:05.765Zuploading: /work/incorp-publisher.log (0 bytes)
113632026-07-06T21:47:06.775Zuploaded: /work/incorp-publisher.log
113642026-07-06T21:47:06.775Zuploading: /work/omicron-package.log (7839 bytes)
113652026-07-06T21:47:07.789Zuploaded: /work/omicron-package.log
113662026-07-06T21:47:07.789Zuploading: /work/recovery-image.log (593763 bytes)
113672026-07-06T21:47:08.811Zuploaded: /work/recovery-image.log
113682026-07-06T21:47:08.811Zuploading: /work/recovery-package.log (2545 bytes)
113692026-07-06T21:47:09.822Zuploaded: /work/recovery-package.log
113702026-07-06T21:47:09.822Zuploading: /work/recovery-target.log (98 bytes)
113712026-07-06T21:47:10.835Zuploaded: /work/recovery-target.log
113722026-07-06T21:47:10.835Zuploading: /work/stamp-clickhouse.log (117 bytes)
113732026-07-06T21:47:11.846Zuploaded: /work/stamp-clickhouse.log
113742026-07-06T21:47:11.846Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113752026-07-06T21:47:12.856Zuploaded: /work/stamp-clickhouse_keeper.log
113762026-07-06T21:47:12.856Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113772026-07-06T21:47:13.867Zuploaded: /work/stamp-clickhouse_server.log
113782026-07-06T21:47:13.867Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113792026-07-06T21:47:14.878Zuploaded: /work/stamp-cockroachdb.log
113802026-07-06T21:47:14.878Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113812026-07-06T21:47:15.891Zuploaded: /work/stamp-crucible-pantry-zone.log
113822026-07-06T21:47:15.891Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113832026-07-06T21:47:16.901Zuploaded: /work/stamp-crucible-utils.log
113842026-07-06T21:47:16.902Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113852026-07-06T21:47:17.914Zuploaded: /work/stamp-crucible-zone.log
113862026-07-06T21:47:17.914Zuploading: /work/stamp-external-dns.log (119 bytes)
113872026-07-06T21:47:18.924Zuploaded: /work/stamp-external-dns.log
113882026-07-06T21:47:18.924Zuploading: /work/stamp-installinator.log (103 bytes)
113892026-07-06T21:47:20.011Zuploaded: /work/stamp-installinator.log
113902026-07-06T21:47:20.011Zuploading: /work/stamp-internal-dns.log (119 bytes)
113912026-07-06T21:47:21.023Zuploaded: /work/stamp-internal-dns.log
113922026-07-06T21:47:21.023Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113932026-07-06T21:47:22.035Zuploaded: /work/stamp-mg-ddm-gz.log
113942026-07-06T21:47:22.035Zuploading: /work/stamp-nexus.log (112 bytes)
113952026-07-06T21:47:23.045Zuploaded: /work/stamp-nexus.log
113962026-07-06T21:47:23.045Zuploading: /work/stamp-ntp.log (110 bytes)
113972026-07-06T21:47:24.053Zuploaded: /work/stamp-ntp.log
113982026-07-06T21:47:24.053Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113992026-07-06T21:47:25.070Zuploaded: /work/stamp-omicron-sled-agent.log
114002026-07-06T21:47:25.070Zuploading: /work/stamp-overlay.log (114 bytes)
114012026-07-06T21:47:26.083Zuploaded: /work/stamp-overlay.log
114022026-07-06T21:47:26.083Zuploading: /work/stamp-oximeter.log (115 bytes)
114032026-07-06T21:47:27.096Zuploaded: /work/stamp-oximeter.log
114042026-07-06T21:47:27.096Zuploading: /work/stamp-oxlog.log (109 bytes)
114052026-07-06T21:47:28.106Zuploaded: /work/stamp-oxlog.log
114062026-07-06T21:47:28.106Zuploading: /work/stamp-probe.log (112 bytes)
114072026-07-06T21:47:29.117Zuploaded: /work/stamp-probe.log
114082026-07-06T21:47:29.117Zuploading: /work/stamp-propolis-server.log (122 bytes)
114092026-07-06T21:47:30.131Zuploaded: /work/stamp-propolis-server.log
114102026-07-06T21:47:30.131Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114112026-07-06T21:47:31.140Zuploaded: /work/stamp-pumpkind-gz.log
114122026-07-06T21:47:31.144Zuploading: /work/stamp-switch-asic.log (118 bytes)
114132026-07-06T21:47:32.152Zuploaded: /work/stamp-switch-asic.log
114142026-07-06T21:47:32.152Zuploading: /work/verify-libraries.log (50222 bytes)
114152026-07-06T21:47:33.167Zuploaded: /work/verify-libraries.log