01KXKZHAHHEBMZ8BEEZZTEZWK3: 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: 01KXKZJ3005BTJMA2ZDY77EJ0W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-15T22:50:52.876Zjob assigned to worker 01KXKZJ9HWP6FF4B0JEYD1T81S [factory aws, i-0ff41d550ab276e73] (queued for 50 s)
 
22026-07-15T22:51:00.273Zstarting task 0: "setup"
32026-07-15T22:51:00.277Z++ uname -s
42026-07-15T22:51:00.280Z+ kern=SunOS
52026-07-15T22:51:00.280Z+ build_user=build
62026-07-15T22:51:00.280Z+ build_uid=12345
72026-07-15T22:51:00.281Z+ work_dir=/work
82026-07-15T22:51:00.281Z+ input_dir=/input
92026-07-15T22:51:00.281Z+ [[ 0 == 12345 ]]
102026-07-15T22:51:00.281Z+ case "$kern" in
112026-07-15T22:51:00.281Z+ groupadd -g 12345 build
122026-07-15T22:51:00.287Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-15T22:51:02.290Z+ zfs create -o mountpoint=/work rpool/work
142026-07-15T22:51:02.408Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-15T22:51:02.411Z+ home_fs=zfs
162026-07-15T22:51:02.411Z+ [[ zfs == autofs ]]
172026-07-15T22:51:02.411Z+ mkdir -p /home/build
182026-07-15T22:51:02.416Z+ chown build:build /home/build /work
192026-07-15T22:51:04.416Z+ chmod 0700 /home/build /work
202026-07-15T22:51:04.419Zprocess exited: duration 4149 ms, exit code 0
 
212026-07-15T22:51:04.427Zstarting task 1: "rust-toolchain"
222026-07-15T22:51:04.434Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-15T22:51:04.434Z * rust toolchain channel = "1.96.1"
242026-07-15T22:51:04.434Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-15T22:51:04.434Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-15T22:51:04.434Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-15T22:51:04.434Z * rust toolchain profile = "default"
282026-07-15T22:51:04.438Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-15T22:51:04.438Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-15T22:51:04.500Zinfo: downloading installer
312026-07-15T22:51:05.901Zwarn: It looks like you have an existing rustup settings file at:
322026-07-15T22:51:05.901Zwarn: /home/build/.rustup/settings.toml
332026-07-15T22:51:05.901Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-15T22:51:05.905Zwarn: instead of the one inferred from the default host triple.
352026-07-15T22:51:05.913Zinfo: profile set to default
362026-07-15T22:51:05.913Zinfo: default host triple is x86_64-unknown-illumos
372026-07-15T22:51:05.917Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-15T22:51:06.067Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-15T22:51:06.067Zinfo: downloading 6 components
402026-07-15T22:51:21.269Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-15T22:51:21.269Z
422026-07-15T22:51:21.371Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-15T22:51:21.371Z
442026-07-15T22:51:21.371Z
452026-07-15T22:51:21.371ZRust is installed now. Great!
462026-07-15T22:51:21.371Z
472026-07-15T22:51:21.371ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-15T22:51:21.371Zenvironment variable. This has not been done automatically.
492026-07-15T22:51:21.371Z
502026-07-15T22:51:21.371ZTo configure your current shell, you need to source
512026-07-15T22:51:21.371Zthe corresponding env file under $HOME/.cargo.
522026-07-15T22:51:21.371Z
532026-07-15T22:51:21.371ZThis is usually done by running one of the following (note the leading DOT):
542026-07-15T22:51:21.371Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-15T22:51:21.371Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-15T22:51:21.371Zsource "~/.cargo/env.nu" # For nushell
572026-07-15T22:51:21.371Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-15T22:51:21.371Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-15T22:51:21.371Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-15T22:51:21.371Zwarn: no default linker (`cc`) was found in your PATH
612026-07-15T22:51:21.371Zwarn: many Rust crates require a system C toolchain to build
622026-07-15T22:51:21.414Z+ rustup --version
632026-07-15T22:51:21.420Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-15T22:51:21.424Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-15T22:51:21.440Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-15T22:51:21.443Z+ cargo --version
672026-07-15T22:51:21.452Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-15T22:51:21.455Z+ rustc --version
692026-07-15T22:51:21.475Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-15T22:51:21.478Zprocess exited: duration 17051 ms, exit code 0
 
712026-07-15T22:51:21.485Zstarting task 2: "authentication"
722026-07-15T22:51:21.504Zprocess exited: duration 19 ms, exit code 0
 
732026-07-15T22:51:21.511Zstarting task 3: "clone repository"
742026-07-15T22:51:21.516Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-15T22:51:21.519Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-15T22:51:21.552ZCloning into '/work/oxidecomputer/omicron'...
772026-07-15T22:51:32.411Z+ cd /work/oxidecomputer/omicron
782026-07-15T22:51:32.411Z+ git fetch origin c6314e62fb70cf5738c081d504b441b74f01f86c
792026-07-15T22:51:32.737ZFrom https://github.com/oxidecomputer/omicron
802026-07-15T22:51:32.737Z * branch c6314e62fb70cf5738c081d504b441b74f01f86c -> FETCH_HEAD
812026-07-15T22:51:32.752Z+ [[ -n dap/ls-apis-slightly-less-brittle ]]
822026-07-15T22:51:32.755Z++ git branch --show-current
832026-07-15T22:51:32.758Z+ current=main
842026-07-15T22:51:32.758Z+ [[ main != dap/ls-apis-slightly-less-brittle ]]
852026-07-15T22:51:32.759Z+ git branch -f dap/ls-apis-slightly-less-brittle c6314e62fb70cf5738c081d504b441b74f01f86c
862026-07-15T22:51:32.762Z+ git checkout -f dap/ls-apis-slightly-less-brittle
872026-07-15T22:51:33.010ZSwitched to branch 'dap/ls-apis-slightly-less-brittle'
882026-07-15T22:51:33.015Z+ git reset --hard c6314e62fb70cf5738c081d504b441b74f01f86c
892026-07-15T22:51:33.028ZHEAD is now at c6314e62f small fixes
902026-07-15T22:51:33.031Zprocess exited: duration 11518 ms, exit code 0
 
912026-07-15T22:51:33.038Zstarting task 4: "build"
922026-07-15T22:51:33.043Z+ source .github/buildomat/ci-env.sh
932026-07-15T22:51:33.046Z++ export CARGO_TERM_COLOR=always
942026-07-15T22:51:33.046Z++ CARGO_TERM_COLOR=always
952026-07-15T22:51:33.047Z+++ uname -s
962026-07-15T22:51:33.047Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-15T22:51:33.047Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-15T22:51:33.050Z+ cargo --version
992026-07-15T22:51:33.059Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-15T22:51:33.062Z+ rustc --version
1012026-07-15T22:51:33.085Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-15T22:51:33.088Z+ cargo tree --locked
1032026-07-15T22:51:33.257Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-15T22:51:33.518Z Updating crates.io index
1052026-07-15T22:51:33.521Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-15T22:51:33.750Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-15T22:51:34.053Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-15T22:51:34.945Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-15T22:51:35.469Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-15T22:51:36.996Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-15T22:51:37.796Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-15T22:51:38.026Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-15T22:51:38.348Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-15T22:51:39.415Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-15T22:51:39.855Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-15T22:51:40.158Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-15T22:51:40.437Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-15T22:51:40.855Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-15T22:51:41.348Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-15T22:51:41.603Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-15T22:51:41.799Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-15T22:51:42.061Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-15T22:51:42.325Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-15T22:51:42.720Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-15T22:51:42.958Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-15T22:51:43.221Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-15T22:51:43.544Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-15T22:51:43.855Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-15T22:51:44.085Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-15T22:51:44.460Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-15T22:51:44.728Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322026-07-15T22:51:45.296Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-07-15T22:51:45.525Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1342026-07-15T22:51:45.751Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352026-07-15T22:51:46.099Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-07-15T22:51:46.462Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372026-07-15T22:51:46.708Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-07-15T22:51:46.974Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-07-15T22:51:47.227Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-07-15T22:51:47.485Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-07-15T22:51:47.953Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-15T22:51:48.183Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-15T22:51:48.467Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-15T22:51:48.682Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-07-15T22:51:51.451Z Downloading crates ...
1462026-07-15T22:51:51.528Z Downloaded adler2 v2.0.1
1472026-07-15T22:51:51.535Z Downloaded approx v0.5.1
1482026-07-15T22:51:51.538Z Downloaded async-trait v0.1.89
1492026-07-15T22:51:51.541Z Downloaded addr2line v0.25.1
1502026-07-15T22:51:51.541Z Downloaded aead v0.5.2
1512026-07-15T22:51:51.551Z Downloaded anstyle-query v1.1.5
1522026-07-15T22:51:51.554Z Downloaded anstyle-parse v1.0.0
1532026-07-15T22:51:51.557Z Downloaded chacha20 v0.9.1
1542026-07-15T22:51:51.563Z Downloaded cipher v0.4.4
1552026-07-15T22:51:51.567Z Downloaded assert_matches v1.5.0
1562026-07-15T22:51:51.568Z Downloaded async-recursion v1.1.1
1572026-07-15T22:51:51.571Z Downloaded async-stream v0.3.6
1582026-07-15T22:51:51.571Z Downloaded const_format v0.2.35
1592026-07-15T22:51:51.575Z Downloaded atomic-waker v1.1.2
1602026-07-15T22:51:51.578Z Downloaded anstream v1.0.0
1612026-07-15T22:51:51.578Z Downloaded critical-section v1.2.0
1622026-07-15T22:51:51.583Z Downloaded anstream v0.6.21
1632026-07-15T22:51:51.586Z Downloaded anyhow v1.0.102
1642026-07-15T22:51:51.586Z Downloaded colorchoice v1.0.4
1652026-07-15T22:51:51.587Z Downloaded async-object-pool v0.2.0
1662026-07-15T22:51:51.590Z Downloaded compression-core v0.4.31
1672026-07-15T22:51:51.590Z Downloaded backoff v0.4.0
1682026-07-15T22:51:51.593Z Downloaded cpubits v0.1.1
1692026-07-15T22:51:51.593Z Downloaded async-lock v3.4.2
1702026-07-15T22:51:51.596Z Downloaded crc v3.4.0
1712026-07-15T22:51:51.600Z Downloaded backtrace-ext v0.2.1
1722026-07-15T22:51:51.600Z Downloaded array-init v0.0.4
1732026-07-15T22:51:51.604Z Downloaded concurrent-queue v2.5.0
1742026-07-15T22:51:51.608Z Downloaded cfg_aliases v0.2.1
1752026-07-15T22:51:51.608Z Downloaded arrayref v0.3.9
1762026-07-15T22:51:51.611Z Downloaded ciborium-ll v0.2.2
1772026-07-15T22:51:51.614Z Downloaded atty v0.2.14
1782026-07-15T22:51:51.614Z Downloaded base16ct v0.2.0
1792026-07-15T22:51:51.617Z Downloaded bitfield-macros v0.19.4
1802026-07-15T22:51:51.620Z Downloaded async-stream-impl v0.3.6
1812026-07-15T22:51:51.620Z Downloaded cfg-if v1.0.4
1822026-07-15T22:51:51.623Z Downloaded cpufeatures v0.3.0
1832026-07-15T22:51:51.623Z Downloaded ahash v0.8.12
1842026-07-15T22:51:51.626Z Downloaded allocator-api2 v0.2.21
1852026-07-15T22:51:51.626Z Downloaded clap_lex v1.0.0
1862026-07-15T22:51:51.630Z Downloaded darling_macro v0.23.0
1872026-07-15T22:51:51.630Z Downloaded const_format_proc_macros v0.2.34
1882026-07-15T22:51:51.630Z Downloaded corncobs v0.1.4
1892026-07-15T22:51:51.633Z Downloaded assert-json-diff v2.0.2
1902026-07-15T22:51:51.633Z Downloaded convert_case v0.4.0
1912026-07-15T22:51:51.633Z Downloaded cast v0.3.0
1922026-07-15T22:51:51.636Z Downloaded atomicwrites v0.4.4
1932026-07-15T22:51:51.636Z Downloaded ascii-canvas v3.0.0
1942026-07-15T22:51:51.636Z Downloaded der_derive v0.7.3
1952026-07-15T22:51:51.639Z Downloaded criterion-plot v0.6.0
1962026-07-15T22:51:51.639Z Downloaded darling_macro v0.20.11
1972026-07-15T22:51:51.639Z Downloaded derive_builder_macro v0.20.2
1982026-07-15T22:51:51.643Z Downloaded base16ct v1.0.0
1992026-07-15T22:51:51.643Z Downloaded cfg_aliases v0.1.1
2002026-07-15T22:51:51.643Z Downloaded cargo-platform v0.3.2
2012026-07-15T22:51:51.643Z Downloaded ciborium-io v0.2.2
2022026-07-15T22:51:51.646Z Downloaded crc-catalog v2.4.0
2032026-07-15T22:51:51.646Z Downloaded crc8 v0.1.1
2042026-07-15T22:51:51.646Z Downloaded cpufeatures v0.2.17
2052026-07-15T22:51:51.646Z Downloaded bb8 v0.8.6
2062026-07-15T22:51:51.649Z Downloaded ciborium v0.2.2
2072026-07-15T22:51:51.649Z Downloaded crossbeam-deque v0.8.6
2082026-07-15T22:51:51.649Z Downloaded cmov v0.5.4
2092026-07-15T22:51:51.652Z Downloaded cobs v0.3.0
2102026-07-15T22:51:51.652Z Downloaded bcrypt-pbkdf v0.11.0
2112026-07-15T22:51:51.656Z Downloaded cookie_store v0.22.1
2122026-07-15T22:51:51.659Z Downloaded bitfield-struct v0.6.2
2132026-07-15T22:51:51.659Z Downloaded castaway v0.2.4
2142026-07-15T22:51:51.662Z Downloaded defmt-parser v1.0.0
2152026-07-15T22:51:51.666Z Downloaded constant_time_eq v0.3.1
2162026-07-15T22:51:51.666Z Downloaded curve25519-dalek-derive v0.1.1
2172026-07-15T22:51:51.670Z Downloaded bit-set v0.8.0
2182026-07-15T22:51:51.673Z Downloaded block-padding v0.4.2
2192026-07-15T22:51:51.677Z Downloaded block-buffer v0.10.4
2202026-07-15T22:51:51.680Z Downloaded defmt v1.0.1
2212026-07-15T22:51:51.683Z Downloaded argon2 v0.5.3
2222026-07-15T22:51:51.683Z Downloaded constant_time_eq v0.4.2
2232026-07-15T22:51:51.687Z Downloaded autocfg v1.5.0
2242026-07-15T22:51:51.687Z Downloaded bit-set v0.5.3
2252026-07-15T22:51:51.687Z Downloaded anstyle-parse v0.2.7
2262026-07-15T22:51:51.690Z Downloaded cmake v0.1.57
2272026-07-15T22:51:51.690Z Downloaded anstyle v1.0.14
2282026-07-15T22:51:51.690Z Downloaded difflib v0.4.0
2292026-07-15T22:51:51.693Z Downloaded cipher v0.5.2
2302026-07-15T22:51:51.693Z Downloaded defmt v0.3.100
2312026-07-15T22:51:51.693Z Downloaded cexpr v0.6.0
2322026-07-15T22:51:51.696Z Downloaded cassowary v0.3.0
2332026-07-15T22:51:51.696Z Downloaded camino-tempfile v1.4.1
2342026-07-15T22:51:51.696Z Downloaded debug-ignore v1.0.5
2352026-07-15T22:51:51.699Z Downloaded crucible-workspace-hack v0.1.0
2362026-07-15T22:51:51.699Z Downloaded compression-codecs v0.4.37
2372026-07-15T22:51:51.702Z Downloaded diesel_table_macro_syntax v0.3.0
2382026-07-15T22:51:51.702Z Downloaded cstr-argument v0.1.2
2392026-07-15T22:51:51.702Z Downloaded crypto-common v0.1.7
2402026-07-15T22:51:51.702Z Downloaded dirs-next v2.0.0
2412026-07-15T22:51:51.706Z Downloaded downcast-rs v2.0.2
2422026-07-15T22:51:51.706Z Downloaded dof v0.3.0
2432026-07-15T22:51:51.706Z Downloaded display-error-chain v0.2.2
2442026-07-15T22:51:51.709Z Downloaded aead v0.6.1
2452026-07-15T22:51:51.709Z Downloaded crunchy v0.2.4
2462026-07-15T22:51:51.709Z Downloaded dropshot-api-manager-types v0.7.2
2472026-07-15T22:51:51.712Z Downloaded dyn-clone v1.0.20
2482026-07-15T22:51:51.712Z Downloaded dtrace-parser v0.3.0
2492026-07-15T22:51:51.712Z Downloaded dof v0.4.0
2502026-07-15T22:51:51.716Z Downloaded document-features v0.2.12
2512026-07-15T22:51:51.716Z Downloaded darling_macro v0.13.4
2522026-07-15T22:51:51.716Z Downloaded dtrace-parser v0.2.0
2532026-07-15T22:51:51.719Z Downloaded crypto-common v0.2.2
2542026-07-15T22:51:51.719Z Downloaded async-bb8-diesel v0.2.1
2552026-07-15T22:51:51.722Z Downloaded byteorder v1.5.0
2562026-07-15T22:51:51.722Z Downloaded byte-wrapper v0.1.0
2572026-07-15T22:51:51.725Z Downloaded bitflags v1.3.2
2582026-07-15T22:51:51.725Z Downloaded dirs-sys-next v0.1.2
2592026-07-15T22:51:51.725Z Downloaded bitfield v0.19.4
2602026-07-15T22:51:51.728Z Downloaded const-oid v0.9.6
2612026-07-15T22:51:51.728Z Downloaded console v0.15.11
2622026-07-15T22:51:51.731Z Downloaded cargo_metadata v0.23.1
2632026-07-15T22:51:51.732Z Downloaded bit-vec v0.8.0
2642026-07-15T22:51:51.732Z Downloaded anes v0.1.6
2652026-07-15T22:51:51.735Z Downloaded dsl_auto_type v0.2.0
2662026-07-15T22:51:51.735Z Downloaded crc-any v2.5.0
2672026-07-15T22:51:51.738Z Downloaded clap v4.6.1
2682026-07-15T22:51:51.741Z Downloaded blowfish v0.10.0
2692026-07-15T22:51:51.745Z Downloaded bcs v0.1.6
2702026-07-15T22:51:51.745Z Downloaded darling v0.13.4
2712026-07-15T22:51:51.749Z Downloaded arrayvec v0.7.6
2722026-07-15T22:51:51.749Z Downloaded assert_cmd v2.1.2
2732026-07-15T22:51:51.749Z Downloaded argon2 v0.6.0-rc.8
2742026-07-15T22:51:51.752Z Downloaded dunce v1.0.5
2752026-07-15T22:51:51.753Z Downloaded embedded-io v0.6.1
2762026-07-15T22:51:51.753Z Downloaded bit-vec v0.6.3
2772026-07-15T22:51:51.753Z Downloaded enum-as-inner v0.6.1
2782026-07-15T22:51:51.756Z Downloaded endian-type v0.1.2
2792026-07-15T22:51:51.756Z Downloaded camino-tempfile-ext v0.3.3
2802026-07-15T22:51:51.756Z Downloaded equivalent v1.0.2
2812026-07-15T22:51:51.759Z Downloaded embedded-io v0.4.0
2822026-07-15T22:51:51.759Z Downloaded buf-list v1.1.2
2832026-07-15T22:51:51.759Z Downloaded block-buffer v0.12.1
2842026-07-15T22:51:51.762Z Downloaded cancel-safe-futures v0.1.5
2852026-07-15T22:51:51.762Z Downloaded event-listener-strategy v0.5.4
2862026-07-15T22:51:51.765Z Downloaded escape8259 v0.5.3
2872026-07-15T22:51:51.765Z Downloaded fastrand v2.3.0
2882026-07-15T22:51:51.765Z Downloaded errno v0.3.14
2892026-07-15T22:51:51.768Z Downloaded env_filter v1.0.0
2902026-07-15T22:51:51.768Z Downloaded fixedbitset v0.4.2
2912026-07-15T22:51:51.768Z Downloaded colored v2.2.0
2922026-07-15T22:51:51.771Z Downloaded convert_case v0.10.0
2932026-07-15T22:51:51.771Z Downloaded displaydoc v0.2.5
2942026-07-15T22:51:51.775Z Downloaded derive_builder_core v0.20.2
2952026-07-15T22:51:51.775Z Downloaded daft v0.1.7
2962026-07-15T22:51:51.778Z Downloaded cookie v0.18.1
2972026-07-15T22:51:51.778Z Downloaded float-ord v0.3.2
2982026-07-15T22:51:51.783Z Downloaded colored v3.1.1
2992026-07-15T22:51:51.783Z Downloaded foreign-types-shared v0.3.1
3002026-07-15T22:51:51.783Z Downloaded delegate v0.13.5
3012026-07-15T22:51:51.786Z Downloaded darling_macro v0.21.3
3022026-07-15T22:51:51.786Z Downloaded console v0.16.2
3032026-07-15T22:51:51.786Z Downloaded form_urlencoded v1.2.2
3042026-07-15T22:51:51.786Z Downloaded foreign-types v0.3.2
3052026-07-15T22:51:51.786Z Downloaded float-cmp v0.10.0
3062026-07-15T22:51:51.786Z Downloaded ed25519 v3.0.0
3072026-07-15T22:51:51.789Z Downloaded futures-sink v0.3.32
3082026-07-15T22:51:51.789Z Downloaded defmt-macros v1.0.1
3092026-07-15T22:51:51.792Z Downloaded ena v0.14.4
3102026-07-15T22:51:51.792Z Downloaded deranged v0.5.8
3112026-07-15T22:51:51.792Z Downloaded daft-derive v0.1.7
3122026-07-15T22:51:51.795Z Downloaded csv-core v0.1.13
3132026-07-15T22:51:51.799Z Downloaded base64ct v1.8.3
3142026-07-15T22:51:51.799Z Downloaded fd-lock v4.0.4
3152026-07-15T22:51:51.802Z Downloaded blake2 v0.11.0-rc.6
3162026-07-15T22:51:51.802Z Downloaded derive-where v1.6.0
3172026-07-15T22:51:51.805Z Downloaded bzip2 v0.6.1
3182026-07-15T22:51:51.805Z Downloaded bzip2 v0.4.4
3192026-07-15T22:51:51.832Z Downloaded fxhash v0.2.1
3202026-07-15T22:51:51.832Z Downloaded flagset v0.4.7
3212026-07-15T22:51:51.832Z Downloaded digest v0.10.7
3222026-07-15T22:51:51.836Z Downloaded ctr v0.10.1
3232026-07-15T22:51:51.836Z Downloaded derive_builder v0.20.2
3242026-07-15T22:51:51.836Z Downloaded bitflags v2.11.0
3252026-07-15T22:51:51.836Z Downloaded foreign-types-shared v0.1.1
3262026-07-15T22:51:51.836Z Downloaded enum_dispatch v0.3.13
3272026-07-15T22:51:51.836Z Downloaded des v0.9.0
3282026-07-15T22:51:51.836Z Downloaded futures-core v0.3.32
3292026-07-15T22:51:51.836Z Downloaded gethostname v0.5.0
3302026-07-15T22:51:51.836Z Downloaded generic-array v0.14.7
3312026-07-15T22:51:51.836Z Downloaded funty v2.0.0
3322026-07-15T22:51:51.836Z Downloaded cbc v0.2.1
3332026-07-15T22:51:51.836Z Downloaded backon v1.6.0
3342026-07-15T22:51:51.837Z Downloaded futures-task v0.3.32
3352026-07-15T22:51:51.837Z Downloaded fallible-iterator v0.2.0
3362026-07-15T22:51:51.837Z Downloaded derive-ex v0.1.8
3372026-07-15T22:51:51.837Z Downloaded crossbeam-epoch v0.9.18
3382026-07-15T22:51:51.837Z Downloaded foreign-types-macros v0.2.3
3392026-07-15T22:51:51.837Z Downloaded darling v0.23.0
3402026-07-15T22:51:51.837Z Downloaded erased-serde v0.3.31
3412026-07-15T22:51:51.840Z Downloaded globwalk v0.9.1
3422026-07-15T22:51:51.840Z Downloaded env_logger v0.11.9
3432026-07-15T22:51:51.840Z Downloaded guppy-workspace-hack v0.1.0
3442026-07-15T22:51:51.840Z Downloaded datatest-stable v0.3.3
3452026-07-15T22:51:51.844Z Downloaded diff v0.1.13
3462026-07-15T22:51:51.844Z Downloaded git-stub v1.0.0
3472026-07-15T22:51:51.847Z Downloaded ecdsa v0.16.9
3482026-07-15T22:51:51.847Z Downloaded digest v0.11.3
3492026-07-15T22:51:51.850Z Downloaded foreign-types v0.5.0
3502026-07-15T22:51:51.850Z Downloaded find-msvc-tools v0.1.9
3512026-07-15T22:51:51.850Z Downloaded fs-err v2.11.0
3522026-07-15T22:51:51.853Z Downloaded hash32 v0.3.1
3532026-07-15T22:51:51.854Z Downloaded headers-core v0.3.0
3542026-07-15T22:51:51.854Z Downloaded hash32 v0.2.1
3552026-07-15T22:51:51.854Z Downloaded ecdsa v0.17.0-rc.18
3562026-07-15T22:51:51.857Z Downloaded fixedbitset v0.5.7
3572026-07-15T22:51:51.857Z Downloaded aws-lc-rs v1.16.3
3582026-07-15T22:51:51.862Z Downloaded hex v0.4.3
3592026-07-15T22:51:51.866Z Downloaded heck v0.5.0
3602026-07-15T22:51:51.866Z Downloaded chacha20 v0.10.0
3612026-07-15T22:51:51.870Z Downloaded derive_more v0.99.20
3622026-07-15T22:51:51.870Z Downloaded darling v0.20.11
3632026-07-15T22:51:51.874Z Downloaded crc32fast v1.5.0
3642026-07-15T22:51:51.874Z Downloaded hex-literal v0.4.1
3652026-07-15T22:51:51.874Z Downloaded ctutils v0.4.2
3662026-07-15T22:51:51.878Z Downloaded cfg-expr v0.20.6
3672026-07-15T22:51:51.878Z Downloaded blake2b_simd v1.0.4
3682026-07-15T22:51:51.878Z Downloaded filetime v0.2.27
3692026-07-15T22:51:51.882Z Downloaded ff v0.14.0
3702026-07-15T22:51:51.882Z Downloaded ff v0.13.1
3712026-07-15T22:51:51.885Z Downloaded fs-err v3.3.0
3722026-07-15T22:51:51.885Z Downloaded chumsky v0.9.3
3732026-07-15T22:51:51.885Z Downloaded http-body v1.0.1
3742026-07-15T22:51:51.888Z Downloaded hostname v0.4.2
3752026-07-15T22:51:51.888Z Downloaded hubpack_derive v0.1.1
3762026-07-15T22:51:51.888Z Downloaded httpdate v1.0.3
3772026-07-15T22:51:51.888Z Downloaded darling v0.21.3
3782026-07-15T22:51:51.891Z Downloaded foldhash v0.2.0
3792026-07-15T22:51:51.894Z Downloaded async-compression v0.4.41
3802026-07-15T22:51:51.897Z Downloaded hex-literal v1.1.0
3812026-07-15T22:51:51.897Z Downloaded heck v0.4.1
3822026-07-15T22:51:51.900Z Downloaded foldhash v0.1.5
3832026-07-15T22:51:51.900Z Downloaded fnv v1.0.7
3842026-07-15T22:51:51.900Z Downloaded futures-executor v0.3.32
3852026-07-15T22:51:51.900Z Downloaded camino v1.2.2
3862026-07-15T22:51:51.903Z Downloaded globset v0.4.18
3872026-07-15T22:51:51.903Z Downloaded data-encoding v2.10.0
3882026-07-15T22:51:51.906Z Downloaded http-range v0.1.5
3892026-07-15T22:51:51.906Z Downloaded hostname v0.3.1
3902026-07-15T22:51:51.906Z Downloaded home v0.5.12
3912026-07-15T22:51:51.910Z Downloaded hubpack v0.1.2
3922026-07-15T22:51:51.910Z Downloaded crossbeam-utils v0.8.21
3932026-07-15T22:51:51.910Z Downloaded dropshot_endpoint v0.17.1
3942026-07-15T22:51:51.913Z Downloaded group v0.13.0
3952026-07-15T22:51:51.913Z Downloaded drift v0.2.0
3962026-07-15T22:51:51.918Z Downloaded idna_adapter v1.2.1
3972026-07-15T22:51:51.921Z Downloaded ident_case v1.0.1
3982026-07-15T22:51:51.921Z Downloaded arc-swap v1.8.2
3992026-07-15T22:51:51.924Z Downloaded instant v0.1.13
4002026-07-15T22:51:51.924Z Downloaded ar_archive_writer v0.5.1
4012026-07-15T22:51:51.927Z Downloaded const-oid v0.10.2
4022026-07-15T22:51:51.927Z Downloaded bytes v1.11.1
4032026-07-15T22:51:51.931Z Downloaded group v0.14.0
4042026-07-15T22:51:51.934Z Downloaded git-stub-vcs v0.1.0
4052026-07-15T22:51:51.934Z Downloaded ghash v0.6.0
4062026-07-15T22:51:51.934Z Downloaded indoc v1.0.9
4072026-07-15T22:51:51.937Z Downloaded futures-timer v3.0.3
4082026-07-15T22:51:51.937Z Downloaded clap_derive v4.6.1
4092026-07-15T22:51:51.940Z Downloaded inout v0.1.4
4102026-07-15T22:51:51.940Z Downloaded clang-sys v1.8.1
4112026-07-15T22:51:51.940Z Downloaded futures-macro v0.3.32
4122026-07-15T22:51:51.943Z Downloaded internet-checksum v0.2.1
4132026-07-15T22:51:51.943Z Downloaded futures-io v0.3.32
4142026-07-15T22:51:51.943Z Downloaded either v1.15.0
4152026-07-15T22:51:51.943Z Downloaded bytecount v0.6.9
4162026-07-15T22:51:51.946Z Downloaded base64 v0.21.7
4172026-07-15T22:51:51.950Z Downloaded indent_write v2.2.0
4182026-07-15T22:51:51.950Z Downloaded illumos-nvpair-sys v0.2.0
4192026-07-15T22:51:51.950Z Downloaded illumos-nvpair v0.3.0
4202026-07-15T22:51:51.950Z Downloaded blake2 v0.10.6
4212026-07-15T22:51:51.953Z Downloaded diesel-dtrace v0.5.0
4222026-07-15T22:51:51.953Z Downloaded ed25519 v2.2.3
4232026-07-15T22:51:51.956Z Downloaded compact_str v0.8.1
4242026-07-15T22:51:51.956Z Downloaded http-body-util v0.1.3
4252026-07-15T22:51:51.959Z Downloaded darling_core v0.13.4
4262026-07-15T22:51:51.962Z Downloaded keccak v0.1.6
4272026-07-15T22:51:51.967Z Downloaded lazy_static v1.5.0
4282026-07-15T22:51:51.967Z Downloaded darling_core v0.21.3
4292026-07-15T22:51:51.970Z Downloaded humantime v2.3.0
4302026-07-15T22:51:51.970Z Downloaded getrandom v0.2.17
4312026-07-15T22:51:51.973Z Downloaded instability v0.3.11
4322026-07-15T22:51:51.977Z Downloaded hyper-tls v0.6.0
4332026-07-15T22:51:51.977Z Downloaded glob v0.3.3
4342026-07-15T22:51:51.980Z Downloaded kstat-rs v0.2.4
4352026-07-15T22:51:51.980Z Downloaded hyper-staticfile v0.10.1
4362026-07-15T22:51:51.983Z Downloaded lalrpop-util v0.19.12
4372026-07-15T22:51:51.987Z Downloaded highway v1.3.0
4382026-07-15T22:51:51.987Z Downloaded libscf-sys v1.1.0
4392026-07-15T22:51:51.987Z Downloaded is-terminal v0.4.17
4402026-07-15T22:51:51.991Z Downloaded linked-hash-map v0.5.6
4412026-07-15T22:51:51.994Z Downloaded is_ci v1.2.0
4422026-07-15T22:51:51.994Z Downloaded aes-gcm v0.11.0
4432026-07-15T22:51:51.997Z Downloaded is_terminal_polyfill v1.70.2
4442026-07-15T22:51:51.997Z Downloaded kem v0.3.0
4452026-07-15T22:51:51.997Z Downloaded fs_extra v1.3.0
4462026-07-15T22:51:52.001Z Downloaded itoa v1.0.17
4472026-07-15T22:51:52.004Z Downloaded futures-channel v0.3.32
4482026-07-15T22:51:52.008Z Downloaded lru v0.12.5
4492026-07-15T22:51:52.011Z Downloaded lru-slab v0.1.2
4502026-07-15T22:51:52.011Z Downloaded darling_core v0.20.11
4512026-07-15T22:51:52.015Z Downloaded fatfs v0.3.6
4522026-07-15T22:51:52.018Z Downloaded elliptic-curve v0.14.0-rc.33
4532026-07-15T22:51:52.018Z Downloaded base64 v0.22.1
4542026-07-15T22:51:52.021Z Downloaded half v1.8.3
4552026-07-15T22:51:52.024Z Downloaded impl-trait-for-tuples v0.2.3
4562026-07-15T22:51:52.024Z Downloaded ingot-types v0.1.2
4572026-07-15T22:51:52.028Z Downloaded md5 v0.8.0
4582026-07-15T22:51:52.028Z Downloaded md-5 v0.10.6
4592026-07-15T22:51:52.028Z Downloaded macaddr v1.0.1
4602026-07-15T22:51:52.031Z Downloaded lru-cache v0.1.2
4612026-07-15T22:51:52.031Z Downloaded derive_more v2.1.1
4622026-07-15T22:51:52.037Z Downloaded linkme-impl v0.3.35
4632026-07-15T22:51:52.040Z Downloaded hmac v0.12.1
4642026-07-15T22:51:52.040Z Downloaded mime v0.3.17
4652026-07-15T22:51:52.043Z Downloaded darling_core v0.23.0
4662026-07-15T22:51:52.046Z Downloaded chacha20poly1305 v0.10.1
4672026-07-15T22:51:52.046Z Downloaded miette-derive v5.10.0
4682026-07-15T22:51:52.046Z Downloaded jobserver v0.1.34
4692026-07-15T22:51:52.050Z Downloaded generic-array v1.4.3
4702026-07-15T22:51:52.050Z Downloaded event-listener v5.4.1
4712026-07-15T22:51:52.054Z Downloaded knuffel-derive v3.2.0
4722026-07-15T22:51:52.054Z Downloaded keccak v0.2.0
4732026-07-15T22:51:52.057Z Downloaded httparse v1.10.1
4742026-07-15T22:51:52.058Z Downloaded maplit v1.0.2
4752026-07-15T22:51:52.058Z Downloaded lzss v0.8.2
4762026-07-15T22:51:52.058Z Downloaded getrandom v0.4.1
4772026-07-15T22:51:52.061Z Downloaded inout v0.2.2
4782026-07-15T22:51:52.061Z Downloaded ingot v0.1.1
4792026-07-15T22:51:52.064Z Downloaded libsw-core v0.3.2
4802026-07-15T22:51:52.064Z Downloaded libloading v0.8.9
4812026-07-15T22:51:52.067Z Downloaded maybe-uninit v2.0.0
4822026-07-15T22:51:52.067Z Downloaded match_cfg v0.1.0
4832026-07-15T22:51:52.067Z Downloaded libefi-sys v0.1.0
4842026-07-15T22:51:52.067Z Downloaded indoc v2.0.7
4852026-07-15T22:51:52.070Z Downloaded new_debug_unreachable v1.0.6
4862026-07-15T22:51:52.070Z Downloaded memoffset v0.9.1
4872026-07-15T22:51:52.070Z Downloaded memmap v0.7.0
4882026-07-15T22:51:52.073Z Downloaded hyper-rustls v0.27.7
4892026-07-15T22:51:52.073Z Downloaded libtest-mimic v0.8.1
4902026-07-15T22:51:52.077Z Downloaded flume v0.11.1
4912026-07-15T22:51:52.080Z Downloaded nested v0.1.1
4922026-07-15T22:51:52.080Z Downloaded getrandom v0.3.4
4932026-07-15T22:51:52.080Z Downloaded hickory-client v0.25.2
4942026-07-15T22:51:52.083Z Downloaded ipnetwork v0.21.1
4952026-07-15T22:51:52.083Z Downloaded nibble_vec v0.1.0
4962026-07-15T22:51:52.087Z Downloaded ipnet v2.11.0
4972026-07-15T22:51:52.087Z Downloaded hmac v0.13.0
4982026-07-15T22:51:52.090Z Downloaded backtrace v0.3.76
4992026-07-15T22:51:52.090Z Downloaded bumpalo v3.20.2
5002026-07-15T22:51:52.094Z Downloaded newline-converter v0.3.0
5012026-07-15T22:51:52.094Z Downloaded multimap v0.10.1
5022026-07-15T22:51:52.097Z Downloaded ingot-macros v0.1.1
5032026-07-15T22:51:52.100Z Downloaded iana-time-zone v0.1.65
5042026-07-15T22:51:52.103Z Downloaded num v0.4.3
5052026-07-15T22:51:52.103Z Downloaded normalize-line-endings v0.3.0
5062026-07-15T22:51:52.106Z Downloaded num-conv v0.2.0
5072026-07-15T22:51:52.109Z Downloaded elliptic-curve v0.13.8
5082026-07-15T22:51:52.117Z Downloaded hybrid-array v0.4.13
5092026-07-15T22:51:52.123Z Downloaded num-iter v0.1.45
5102026-07-15T22:51:52.123Z Downloaded num-derive v0.4.2
5112026-07-15T22:51:52.129Z Downloaded mime_guess v2.0.5
5122026-07-15T22:51:52.129Z Downloaded httptest v0.16.4
5132026-07-15T22:51:52.129Z Downloaded num_threads v0.1.7
5142026-07-15T22:51:52.129Z Downloaded linear-map v1.2.0
5152026-07-15T22:51:52.133Z Downloaded newtype-uuid-macros v0.1.0
5162026-07-15T22:51:52.133Z Downloaded linkme v0.3.35
5172026-07-15T22:51:52.133Z Downloaded nodrop v0.1.14
5182026-07-15T22:51:52.136Z Downloaded newtype_derive v0.1.6
5192026-07-15T22:51:52.136Z Downloaded nonempty v0.12.0
5202026-07-15T22:51:52.139Z Downloaded der v0.7.10
5212026-07-15T22:51:52.142Z Downloaded native-tls v0.2.18
5222026-07-15T22:51:52.142Z Downloaded nanorand v0.7.0
5232026-07-15T22:51:52.142Z Downloaded openssl-probe v0.1.6
5242026-07-15T22:51:52.145Z Downloaded libsw v3.5.0
5252026-07-15T22:51:52.145Z Downloaded crypto-bigint v0.5.5
5262026-07-15T22:51:52.148Z Downloaded icu_provider v2.1.1
5272026-07-15T22:51:52.151Z Downloaded half v2.7.1
5282026-07-15T22:51:52.151Z Downloaded heapless v0.7.17
5292026-07-15T22:51:52.155Z Downloaded openssl-macros v0.1.1
5302026-07-15T22:51:52.155Z Downloaded opaque-debug v0.3.1
5312026-07-15T22:51:52.158Z Downloaded managed v0.8.0
5322026-07-15T22:51:52.158Z Downloaded oso-derive v0.27.3
5332026-07-15T22:51:52.158Z Downloaded openssl-probe v0.2.1
5342026-07-15T22:51:52.158Z Downloaded lock_api v0.4.14
5352026-07-15T22:51:52.161Z Downloaded crossbeam-channel v0.5.15
5362026-07-15T22:51:52.165Z Downloaded num-derive v0.3.3
5372026-07-15T22:51:52.168Z Downloaded derive_more-impl v2.1.1
5382026-07-15T22:51:52.171Z Downloaded ed25519-dalek v3.0.0-rc.0
5392026-07-15T22:51:52.175Z Downloaded cc v1.2.56
5402026-07-15T22:51:52.180Z Downloaded num_enum_derive v0.5.11
5412026-07-15T22:51:52.183Z Downloaded olpc-cjson v0.1.4
5422026-07-15T22:51:52.183Z Downloaded multer v3.1.0
5432026-07-15T22:51:52.186Z Downloaded module-lattice v0.2.3
5442026-07-15T22:51:52.186Z Downloaded packed_struct_codegen v0.10.1
5452026-07-15T22:51:52.189Z Downloaded aes v0.9.1
5462026-07-15T22:51:52.193Z Downloaded futures v0.3.32
5472026-07-15T22:51:52.198Z Downloaded icu_properties v2.1.2
5482026-07-15T22:51:52.201Z Downloaded password-hash v0.6.1
5492026-07-15T22:51:52.201Z Downloaded parse-display v0.10.0
5502026-07-15T22:51:52.204Z Downloaded indexmap v1.9.3
5512026-07-15T22:51:52.204Z Downloaded ignore v0.4.25
5522026-07-15T22:51:52.208Z Downloaded newtype-uuid v1.3.2
5532026-07-15T22:51:52.208Z Downloaded litemap v0.8.1
5542026-07-15T22:51:52.208Z Downloaded percent-encoding v2.3.2
5552026-07-15T22:51:52.211Z Downloaded path-slash v0.1.5
5562026-07-15T22:51:52.211Z Downloaded num_enum_derive v0.7.6
5572026-07-15T22:51:52.211Z Downloaded parking v2.2.1
5582026-07-15T22:51:52.211Z Downloaded aho-corasick v1.1.4
5592026-07-15T22:51:52.214Z Downloaded fancy-regex v0.14.0
5602026-07-15T22:51:52.217Z Downloaded libbz2-rs-sys v0.2.2
5612026-07-15T22:51:52.220Z Downloaded expectorate v1.2.0
5622026-07-15T22:51:52.228Z Downloaded icu_normalizer v2.1.1
5632026-07-15T22:51:52.231Z Downloaded parse-size v1.1.0
5642026-07-15T22:51:52.234Z Downloaded peg-runtime v0.8.5
5652026-07-15T22:51:52.234Z Downloaded pathdiff v0.2.3
5662026-07-15T22:51:52.234Z Downloaded log v0.4.29
5672026-07-15T22:51:52.238Z Downloaded headers v0.4.1
5682026-07-15T22:51:52.243Z Downloaded oxnet v0.1.6
5692026-07-15T22:51:52.243Z Downloaded oxide-tokio-rt v0.1.4
5702026-07-15T22:51:52.243Z Downloaded num_enum v0.7.6
5712026-07-15T22:51:52.246Z Downloaded phf_shared v0.12.1
5722026-07-15T22:51:52.246Z Downloaded phf_shared v0.11.3
5732026-07-15T22:51:52.246Z Downloaded num_enum v0.5.11
5742026-07-15T22:51:52.249Z Downloaded indicatif v0.18.4
5752026-07-15T22:51:52.253Z Downloaded heapless v0.8.0
5762026-07-15T22:51:52.253Z Downloaded criterion v0.7.0
5772026-07-15T22:51:52.256Z Downloaded num-rational v0.4.2
5782026-07-15T22:51:52.259Z Downloaded num-integer v0.1.46
5792026-07-15T22:51:52.259Z Downloaded num-complex v0.4.6
5802026-07-15T22:51:52.263Z Downloaded plotters-svg v0.3.7
5812026-07-15T22:51:52.263Z Downloaded plotters-backend v0.3.7
5822026-07-15T22:51:52.263Z Downloaded packed_struct v0.10.1
5832026-07-15T22:51:52.266Z Downloaded nu-ansi-term v0.50.3
5842026-07-15T22:51:52.266Z Downloaded parse-display-derive v0.10.0
5852026-07-15T22:51:52.266Z Downloaded oorandom v11.1.5
5862026-07-15T22:51:52.266Z Downloaded memmap2 v0.9.10
5872026-07-15T22:51:52.269Z Downloaded flate2 v1.1.9
5882026-07-15T22:51:52.272Z Downloaded litrs v1.0.0
5892026-07-15T22:51:52.272Z Downloaded plain v0.2.3
5902026-07-15T22:51:52.275Z Downloaded icu_normalizer_data v2.1.1
5912026-07-15T22:51:52.275Z Downloaded icu_locale_core v2.1.1
5922026-07-15T22:51:52.278Z Downloaded paste v1.0.15
5932026-07-15T22:51:52.281Z Downloaded pbkdf2 v0.13.0
5942026-07-15T22:51:52.281Z Downloaded password-hash v0.5.0
5952026-07-15T22:51:52.284Z Downloaded ml-kem v0.3.2
5962026-07-15T22:51:52.284Z Downloaded ed25519-dalek v2.2.0
5972026-07-15T22:51:52.287Z Downloaded precomputed-hash v0.1.1
5982026-07-15T22:51:52.288Z Downloaded potential_utf v0.1.4
5992026-07-15T22:51:52.291Z Downloaded der v0.8.0
6002026-07-15T22:51:52.291Z Downloaded knuffel v3.2.0
6012026-07-15T22:51:52.294Z Downloaded owo-colors v3.5.0
6022026-07-15T22:51:52.297Z Downloaded pem-rfc7468 v0.7.0
6032026-07-15T22:51:52.300Z Downloaded pem-rfc7468 v1.0.0
6042026-07-15T22:51:52.308Z Downloaded parking_lot_core v0.8.6
6052026-07-15T22:51:52.313Z Downloaded partial-io v0.5.4
6062026-07-15T22:51:52.318Z Downloaded phf_shared v0.13.1
6072026-07-15T22:51:52.321Z Downloaded path-tree v0.8.3
6082026-07-15T22:51:52.322Z Downloaded proc-macro-crate v1.3.1
6092026-07-15T22:51:52.322Z Downloaded owo-colors v4.3.0
6102026-07-15T22:51:52.325Z Downloaded powerfmt v0.2.0
6112026-07-15T22:51:52.328Z Downloaded predicates-core v1.0.10
6122026-07-15T22:51:52.331Z Downloaded pem v3.0.6
6132026-07-15T22:51:52.331Z Downloaded peg-macros v0.8.5
6142026-07-15T22:51:52.331Z Downloaded pretty-hex v0.4.1
6152026-07-15T22:51:52.334Z Downloaded predicates-tree v1.0.13
6162026-07-15T22:51:52.334Z Downloaded peg v0.8.5
6172026-07-15T22:51:52.337Z Downloaded hickory-resolver v0.24.4
6182026-07-15T22:51:52.345Z Downloaded polyval v0.7.1
6192026-07-15T22:51:52.349Z Downloaded phf v0.13.1
6202026-07-15T22:51:52.352Z Downloaded phf v0.12.1
6212026-07-15T22:51:52.352Z Downloaded phc v0.6.1
6222026-07-15T22:51:52.355Z Downloaded parking_lot_core v0.9.12
6232026-07-15T22:51:52.355Z Downloaded once_cell v1.21.3
6242026-07-15T22:51:52.358Z Downloaded proc-macro-error-attr2 v2.0.0
6252026-07-15T22:51:52.361Z Downloaded progenitor-client v0.14.0
6262026-07-15T22:51:52.368Z Downloaded miniz_oxide v0.8.9
6272026-07-15T22:51:52.368Z Downloaded pkg-config v0.3.32
6282026-07-15T22:51:52.371Z Downloaded port-file v0.1.0
6292026-07-15T22:51:52.371Z Downloaded poly1305 v0.8.0
6302026-07-15T22:51:52.371Z Downloaded icu_collections v2.1.1
6312026-07-15T22:51:52.374Z Downloaded psl-types v2.0.11
6322026-07-15T22:51:52.374Z Downloaded progenitor-macro v0.13.0
6332026-07-15T22:51:52.377Z Downloaded crossterm v0.28.1
6342026-07-15T22:51:52.380Z Downloaded parking_lot v0.12.5
6352026-07-15T22:51:52.380Z Downloaded pin-project-internal v1.1.11
6362026-07-15T22:51:52.384Z Downloaded ppv-lite86 v0.2.21
6372026-07-15T22:51:52.384Z Downloaded radium v0.7.0
6382026-07-15T22:51:52.390Z Downloaded pest_generator v2.8.6
6392026-07-15T22:51:52.394Z Downloaded diesel_derives v2.3.7
6402026-07-15T22:51:52.398Z Downloaded parking_lot v0.11.2
6412026-07-15T22:51:52.401Z Downloaded postgres-protocol v0.6.10
6422026-07-15T22:51:52.405Z Downloaded progenitor-macro v0.14.0
6432026-07-15T22:51:52.408Z Downloaded oso v0.27.3
6442026-07-15T22:51:52.408Z Downloaded quick-error v1.2.3
6452026-07-15T22:51:52.411Z Downloaded proc-macro-crate v3.4.0
6462026-07-15T22:51:52.411Z Downloaded primeorder v0.14.0-rc.10
6472026-07-15T22:51:52.414Z Downloaded ref-cast v1.0.25
6482026-07-15T22:51:52.414Z Downloaded num-traits v0.2.19
6492026-07-15T22:51:52.418Z Downloaded ref-cast-impl v1.0.25
6502026-07-15T22:51:52.418Z Downloaded recursive-proc-macro-impl v0.1.1
6512026-07-15T22:51:52.421Z Downloaded progenitor v0.14.0
6522026-07-15T22:51:52.424Z Downloaded rand_xorshift v0.4.0
6532026-07-15T22:51:52.424Z Downloaded pest_derive v2.8.6
6542026-07-15T22:51:52.427Z Downloaded papergrid v0.11.0
6552026-07-15T22:51:52.433Z Downloaded progenitor-extras v0.2.0
6562026-07-15T22:51:52.438Z Downloaded omicron-zone-package v0.12.3
6572026-07-15T22:51:52.443Z Downloaded proc-macro-error-attr v1.0.4
6582026-07-15T22:51:52.443Z Downloaded primeorder v0.13.6
6592026-07-15T22:51:52.443Z Downloaded proc-macro-error2 v2.0.1
6602026-07-15T22:51:52.443Z Downloaded proc-macro-error v1.0.4
6612026-07-15T22:51:52.446Z Downloaded rfc6979 v0.4.0
6622026-07-15T22:51:52.446Z Downloaded recursive v0.1.1
6632026-07-15T22:51:52.446Z Downloaded primefield v0.14.0
6642026-07-15T22:51:52.446Z Downloaded pkcs8 v0.10.2
6652026-07-15T22:51:52.449Z Downloaded pkcs1 v0.7.5
6662026-07-15T22:51:52.449Z Downloaded hickory-server v0.25.2
6672026-07-15T22:51:52.453Z Downloaded http v1.4.2
6682026-07-15T22:51:52.457Z Downloaded predicates v3.1.4
6692026-07-15T22:51:52.457Z Downloaded poly1305 v0.9.0
6702026-07-15T22:51:52.460Z Downloaded miette v5.10.0
6712026-07-15T22:51:52.460Z Downloaded rand_core v0.10.0
6722026-07-15T22:51:52.460Z Downloaded rand_core v0.9.5
6732026-07-15T22:51:52.464Z Downloaded jiff-static v0.2.21
6742026-07-15T22:51:52.464Z Downloaded pkcs1 v0.8.0-rc.4
6752026-07-15T22:51:52.467Z Downloaded pkcs8 v0.11.0
6762026-07-15T22:51:52.467Z Downloaded hyper-util v0.1.20
6772026-07-15T22:51:52.470Z Downloaded pin-project-lite v0.2.17
6782026-07-15T22:51:52.474Z Downloaded papergrid v0.17.0
6792026-07-15T22:51:52.477Z Downloaded rtoolbox v0.0.3
6802026-07-15T22:51:52.477Z Downloaded psm v0.1.30
6812026-07-15T22:51:52.480Z Downloaded hashbrown v0.13.2
6822026-07-15T22:51:52.483Z Downloaded crossterm v0.29.0
6832026-07-15T22:51:52.486Z Downloaded rfc6979 v0.5.0
6842026-07-15T22:51:52.486Z Downloaded progenitor-client v0.13.0
6852026-07-15T22:51:52.489Z Downloaded rand_seeder v0.4.0
6862026-07-15T22:51:52.489Z Downloaded pin-project v1.1.11
6872026-07-15T22:51:52.495Z Downloaded rustc_version v0.4.1
6882026-07-15T22:51:52.499Z Downloaded rand_chacha v0.9.0
6892026-07-15T22:51:52.499Z Downloaded r2d2 v0.8.10
6902026-07-15T22:51:52.499Z Downloaded russh-cryptovec v0.61.0
6912026-07-15T22:51:52.502Z Downloaded rustc_version v0.1.7
6922026-07-15T22:51:52.502Z Downloaded russh-util v0.52.0
6932026-07-15T22:51:52.502Z Downloaded quote v1.0.45
6942026-07-15T22:51:52.506Z Downloaded internal-russh-num-bigint v0.5.0
6952026-07-15T22:51:52.509Z Downloaded hickory-resolver v0.25.2
6962026-07-15T22:51:52.513Z Downloaded p384 v0.14.0-rc.10
6972026-07-15T22:51:52.516Z Downloaded progenitor v0.13.0
6982026-07-15T22:51:52.516Z Downloaded rustc-hash v2.1.1
6992026-07-15T22:51:52.525Z Downloaded minimal-lexical v0.2.1
7002026-07-15T22:51:52.530Z Downloaded postgres-types v0.2.12
7012026-07-15T22:51:52.533Z Downloaded p256 v0.14.0-rc.10
7022026-07-15T22:51:52.537Z Downloaded pkcs5 v0.8.1
7032026-07-15T22:51:52.540Z Downloaded relative-path v1.9.3
7042026-07-15T22:51:52.540Z Downloaded sapling-renderdag v0.1.0
7052026-07-15T22:51:52.540Z Downloaded scheduled-thread-pool v0.2.7
7062026-07-15T22:51:52.543Z Downloaded postcard v1.1.3
7072026-07-15T22:51:52.546Z Downloaded resolv-conf v0.7.6
7082026-07-15T22:51:52.557Z Downloaded quinn-udp v0.5.14
7092026-07-15T22:51:52.561Z Downloaded rustc-demangle v0.1.27
7102026-07-15T22:51:52.561Z Downloaded same-file v1.0.6
7112026-07-15T22:51:52.565Z Downloaded hashbrown v0.12.3
7122026-07-15T22:51:52.570Z Downloaded rand_chacha v0.3.1
7132026-07-15T22:51:52.570Z Downloaded indexmap v2.14.0
7142026-07-15T22:51:52.573Z Downloaded openssl-sys v0.9.115
7152026-07-15T22:51:52.576Z Downloaded scopeguard v1.2.0
7162026-07-15T22:51:52.579Z Downloaded scroll_derive v0.12.1
7172026-07-15T22:51:52.582Z Downloaded prefix-trie v0.7.0
7182026-07-15T22:51:52.582Z Downloaded dropshot-api-manager v0.7.2
7192026-07-15T22:51:52.585Z Downloaded serde_regex v1.1.0
7202026-07-15T22:51:52.588Z Downloaded serde_plain v1.0.2
7212026-07-15T22:51:52.588Z Downloaded itertools v0.10.5
7222026-07-15T22:51:52.592Z Downloaded rust-argon2 v2.1.0
7232026-07-15T22:51:52.595Z Downloaded hashbrown v0.15.5
7242026-07-15T22:51:52.598Z Downloaded rustls-native-certs v0.8.3
7252026-07-15T22:51:52.601Z Downloaded proc-macro2 v1.0.106
7262026-07-15T22:51:52.601Z Downloaded serde-big-array v0.5.1
7272026-07-15T22:51:52.604Z Downloaded semver v0.1.20
7282026-07-15T22:51:52.604Z Downloaded secrecy v0.8.0
7292026-07-15T22:51:52.604Z Downloaded serde_bytes v0.11.19
7302026-07-15T22:51:52.607Z Downloaded rusty-fork v0.3.1
7312026-07-15T22:51:52.607Z Downloaded secrecy v0.10.3
7322026-07-15T22:51:52.607Z Downloaded progenitor-impl v0.14.0
7332026-07-15T22:51:52.611Z Downloaded clap_builder v4.6.0
7342026-07-15T22:51:52.620Z Downloaded serde_spanned v0.6.9
7352026-07-15T22:51:52.624Z Downloaded mio v1.2.0
7362026-07-15T22:51:52.627Z Downloaded schemars_derive v0.8.22
7372026-07-15T22:51:52.627Z Downloaded rustversion v1.0.22
7382026-07-15T22:51:52.630Z Downloaded sha1 v0.11.0
7392026-07-15T22:51:52.633Z Downloaded sha1 v0.10.6
7402026-07-15T22:51:52.633Z Downloaded signature v2.2.0
7412026-07-15T22:51:52.636Z Downloaded rand_core v0.6.4
7422026-07-15T22:51:52.641Z Downloaded libxml v0.3.3
7432026-07-15T22:51:52.644Z Downloaded pretty_assertions v1.4.1
7442026-07-15T22:51:52.648Z Downloaded sec1 v0.7.3
7452026-07-15T22:51:52.652Z Downloaded seq-macro v0.3.6
7462026-07-15T22:51:52.652Z Downloaded scroll_derive v0.13.1
7472026-07-15T22:51:52.652Z Downloaded memchr v2.8.0
7482026-07-15T22:51:52.655Z Downloaded sigpipe v0.1.3
7492026-07-15T22:51:52.658Z Downloaded prettyplease v0.2.37
7502026-07-15T22:51:52.658Z Downloaded hashbrown v0.17.0
7512026-07-15T22:51:52.661Z Downloaded signal-hook-tokio v0.3.1
7522026-07-15T22:51:52.664Z Downloaded hashbrown v0.16.1
7532026-07-15T22:51:52.668Z Downloaded serde_urlencoded v0.7.1
7542026-07-15T22:51:52.669Z Downloaded serde_spanned v1.1.1
7552026-07-15T22:51:52.672Z Downloaded rcgen v0.12.1
7562026-07-15T22:51:52.672Z Downloaded signal-hook-mio v0.2.5
7572026-07-15T22:51:52.672Z Downloaded shell-words v1.1.1
7582026-07-15T22:51:52.672Z Downloaded serde_path_to_error v0.1.20
7592026-07-15T22:51:52.675Z Downloaded serde_derive_internals v0.29.1
7602026-07-15T22:51:52.675Z Downloaded rustls-pki-types v1.14.0
7612026-07-15T22:51:52.678Z Downloaded sec1 v0.8.1
7622026-07-15T22:51:52.678Z Downloaded serde_repr v0.1.20
7632026-07-15T22:51:52.678Z Downloaded pest_meta v2.8.6
7642026-07-15T22:51:52.681Z Downloaded iri-string v0.7.10
7652026-07-15T22:51:52.684Z Downloaded num-bigint v0.4.6
7662026-07-15T22:51:52.687Z Downloaded nom v7.1.3
7672026-07-15T22:51:52.690Z Downloaded guppy v0.17.25
7682026-07-15T22:51:52.694Z Downloaded rustls-pemfile v2.2.0
7692026-07-15T22:51:52.697Z Downloaded futures-util v0.3.32
7702026-07-15T22:51:52.703Z Downloaded signature v3.0.0
7712026-07-15T22:51:52.706Z Downloaded rand_distr v0.5.1
7722026-07-15T22:51:52.709Z Downloaded scroll v0.13.0
7732026-07-15T22:51:52.709Z Downloaded scroll v0.12.0
7742026-07-15T22:51:52.716Z Downloaded sha2 v0.10.9
7752026-07-15T22:51:52.721Z Downloaded siphasher v1.0.2
7762026-07-15T22:51:52.724Z Downloaded similar-asserts v1.7.0
7772026-07-15T22:51:52.726Z Downloaded slog-bunyan v2.5.0
7782026-07-15T22:51:52.726Z Downloaded simd-adler32 v0.3.8
7792026-07-15T22:51:52.731Z Downloaded scrypt v0.12.0
7802026-07-15T22:51:52.731Z Downloaded idna v1.1.0
7812026-07-15T22:51:52.735Z Downloaded hashbrown v0.14.5
7822026-07-15T22:51:52.738Z Downloaded rayon-core v1.13.0
7832026-07-15T22:51:52.741Z Downloaded serde_cbor v0.11.2
7842026-07-15T22:51:52.748Z Downloaded salsa20 v0.11.0
7852026-07-15T22:51:52.751Z Downloaded strip-ansi-escapes v0.2.1
7862026-07-15T22:51:52.755Z Downloaded slog-envlogger v2.2.0
7872026-07-15T22:51:52.758Z Downloaded slog-dtrace v0.3.0
7882026-07-15T22:51:52.758Z Downloaded blake3 v1.8.5
7892026-07-15T22:51:52.761Z Downloaded smawk v0.3.2
7902026-07-15T22:51:52.764Z Downloaded serde_tokenstream v0.2.3
7912026-07-15T22:51:52.764Z Downloaded progenitor-impl v0.13.0
7922026-07-15T22:51:52.768Z Downloaded num-bigint-dig v0.8.6
7932026-07-15T22:51:52.771Z Downloaded strsim v0.11.1
7942026-07-15T22:51:52.771Z Downloaded strsim v0.10.0
7952026-07-15T22:51:52.771Z Downloaded serde_with_macros v1.5.2
7962026-07-15T22:51:52.774Z Downloaded rstest v0.25.0
7972026-07-15T22:51:52.777Z Downloaded supports-hyperlinks v2.1.0
7982026-07-15T22:51:52.777Z Downloaded itertools v0.14.0
7992026-07-15T22:51:52.781Z Downloaded serdect v0.4.3
8002026-07-15T22:51:52.784Z Downloaded ron v0.8.1
8012026-07-15T22:51:52.787Z Downloaded supports-color v2.1.0
8022026-07-15T22:51:52.787Z Downloaded slog-term v2.9.2
8032026-07-15T22:51:52.816Z Downloaded signal-hook-registry v1.4.8
8042026-07-15T22:51:52.816Z Downloaded itertools v0.13.0
8052026-07-15T22:51:52.816Z Downloaded sync_wrapper v1.0.2
8062026-07-15T22:51:52.816Z Downloaded sync-ptr v0.1.4
8072026-07-15T22:51:52.816Z Downloaded serde-hex v0.1.0
8082026-07-15T22:51:52.816Z Downloaded semver v1.0.28
8092026-07-15T22:51:52.816Z Downloaded swrite v0.1.0
8102026-07-15T22:51:52.816Z Downloaded sqlparser_derive v0.5.0
8112026-07-15T22:51:52.816Z Downloaded libm v0.2.16
8122026-07-15T22:51:52.816Z Downloaded rand v0.8.6
8132026-07-15T22:51:52.816Z Downloaded tabled_derive v0.11.0
8142026-07-15T22:51:52.816Z Downloaded spki v0.7.3
8152026-07-15T22:51:52.816Z Downloaded crypto-primes v0.7.2
8162026-07-15T22:51:52.816Z Downloaded tagptr v0.2.0
8172026-07-15T22:51:52.816Z Downloaded tabwriter v1.4.1
8182026-07-15T22:51:52.816Z Downloaded rustls-platform-verifier v0.6.2
8192026-07-15T22:51:52.820Z Downloaded icu_properties_data v2.1.2
8202026-07-15T22:51:52.823Z Downloaded strum v0.27.2
8212026-07-15T22:51:52.827Z Downloaded stringprep v0.1.5
8222026-07-15T22:51:52.827Z Downloaded stringmetrics v2.2.2
8232026-07-15T22:51:52.832Z Downloaded string_cache v0.8.9
8242026-07-15T22:51:52.832Z Downloaded static_assertions v1.1.0
8252026-07-15T22:51:52.832Z Downloaded stacker v0.1.23
8262026-07-15T22:51:52.832Z Downloaded nom v8.0.0
8272026-07-15T22:51:52.835Z Downloaded publicsuffix v2.3.0
8282026-07-15T22:51:52.835Z Downloaded bitvec v1.0.1
8292026-07-15T22:51:52.844Z Downloaded subtle v2.6.1
8302026-07-15T22:51:52.847Z Downloaded smf v0.2.3
8312026-07-15T22:51:52.847Z Downloaded rand v0.9.2
8322026-07-15T22:51:52.850Z Downloaded tap v1.0.1
8332026-07-15T22:51:52.850Z Downloaded tabled_derive v0.7.0
8342026-07-15T22:51:52.850Z Downloaded smallvec v0.6.14
8352026-07-15T22:51:52.853Z Downloaded strum_macros v0.27.2
8362026-07-15T22:51:52.853Z Downloaded termtree v0.5.1
8372026-07-15T22:51:52.857Z Downloaded supports-color v3.0.2
8382026-07-15T22:51:52.857Z Downloaded support-bundle-viewer v0.1.2
8392026-07-15T22:51:52.857Z Downloaded rstest_macros v0.25.0
8402026-07-15T22:51:52.860Z Downloaded slog-stdlog v4.1.1
8412026-07-15T22:51:52.860Z Downloaded slog-json v2.6.1
8422026-07-15T22:51:52.863Z Downloaded synstructure v0.13.2
8432026-07-15T22:51:52.863Z Downloaded serde_with_macros v3.17.0
8442026-07-15T22:51:52.863Z Downloaded snafu-derive v0.8.9
8452026-07-15T22:51:52.866Z Downloaded ryu v1.0.23
8462026-07-15T22:51:52.867Z Downloaded spki v0.8.0
8472026-07-15T22:51:52.870Z Downloaded testing_table v0.3.0
8482026-07-15T22:51:52.870Z Downloaded qorb v0.4.1
8492026-07-15T22:51:52.873Z Downloaded target-triple v1.0.0
8502026-07-15T22:51:52.873Z Downloaded slog-async v2.8.0
8512026-07-15T22:51:52.873Z Downloaded ssh-encoding v0.3.0-rc.9
8522026-07-15T22:51:52.877Z Downloaded iddqd v0.4.2
8532026-07-15T22:51:52.880Z Downloaded serde_derive v1.0.228
8542026-07-15T22:51:52.883Z Downloaded take_mut v0.2.2
8552026-07-15T22:51:52.883Z Downloaded thread-id v4.2.2
8562026-07-15T22:51:52.886Z Downloaded serde_core v1.0.228
8572026-07-15T22:51:52.886Z Downloaded slab v0.4.12
8582026-07-15T22:51:52.886Z Downloaded h2 v0.4.15
8592026-07-15T22:51:52.890Z Downloaded time-core v0.1.8
8602026-07-15T22:51:52.893Z Downloaded ssh-cipher v0.3.0-rc.9
8612026-07-15T22:51:52.893Z Downloaded sqlformat v0.3.5
8622026-07-15T22:51:52.896Z Downloaded stable_deref_trait v1.2.1
8632026-07-15T22:51:52.896Z Downloaded goblin v0.8.2
8642026-07-15T22:51:52.899Z Downloaded p521 v0.14.0-rc.10
8652026-07-15T22:51:52.902Z Downloaded supports-unicode v2.1.0
8662026-07-15T22:51:52.902Z Downloaded itertools v0.12.1
8672026-07-15T22:51:52.906Z Downloaded terminal_size v0.1.17
8682026-07-15T22:51:52.909Z Downloaded termcolor v1.4.1
8692026-07-15T22:51:52.909Z Downloaded target-spec v3.5.7
8702026-07-15T22:51:52.912Z Downloaded strum_macros v0.26.4
8712026-07-15T22:51:52.912Z Downloaded strum_macros v0.24.3
8722026-07-15T22:51:52.912Z Downloaded shlex v1.3.0
8732026-07-15T22:51:52.915Z Downloaded tokio-test v0.4.5
8742026-07-15T22:51:52.915Z Downloaded termios v0.3.3
8752026-07-15T22:51:52.915Z Downloaded schemars v0.8.22
8762026-07-15T22:51:52.922Z Downloaded topological-sort v0.2.2
8772026-07-15T22:51:52.925Z Downloaded toml_write v0.1.2
8782026-07-15T22:51:52.925Z Downloaded quinn v0.11.9
8792026-07-15T22:51:52.928Z Downloaded hkdf v0.12.4
8802026-07-15T22:51:52.928Z Downloaded thiserror v1.0.69
8812026-07-15T22:51:52.931Z Downloaded socket2 v0.5.10
8822026-07-15T22:51:52.934Z Downloaded thread-id v5.1.0
8832026-07-15T22:51:52.934Z Downloaded thiserror-impl-no-std v2.0.2
8842026-07-15T22:51:52.934Z Downloaded strum v0.26.3
8852026-07-15T22:51:52.939Z Downloaded socket2 v0.6.3
8862026-07-15T22:51:52.939Z Downloaded slog-scope v4.4.1
8872026-07-15T22:51:52.942Z Downloaded rand v0.10.1
8882026-07-15T22:51:52.942Z Downloaded smallvec v1.15.1
8892026-07-15T22:51:52.942Z Downloaded tower-service v0.3.3
8902026-07-15T22:51:52.945Z Downloaded tower-layer v0.3.3
8912026-07-15T22:51:52.945Z Downloaded rsa v0.9.10
8922026-07-15T22:51:52.948Z Downloaded spin v0.9.8
8932026-07-15T22:51:52.948Z Downloaded signal-hook v0.3.18
8942026-07-15T22:51:52.951Z Downloaded thiserror-no-std v2.0.2
8952026-07-15T22:51:52.955Z Downloaded tokio-macros v2.7.0
8962026-07-15T22:51:52.955Z Downloaded thiserror-impl v1.0.69
8972026-07-15T22:51:52.955Z Downloaded thiserror v2.0.18
8982026-07-15T22:51:52.959Z Downloaded toml_datetime v0.6.11
8992026-07-15T22:51:52.962Z Downloaded tls_codec v0.4.2
9002026-07-15T22:51:52.962Z Downloaded tinystr v0.8.2
9012026-07-15T22:51:52.965Z Downloaded time-macros v0.2.27
9022026-07-15T22:51:52.965Z Downloaded tinytemplate v1.2.1
9032026-07-15T22:51:52.968Z Downloaded tokio-dtrace v0.1.1
9042026-07-15T22:51:52.968Z Downloaded plotters v0.3.7
9052026-07-15T22:51:52.972Z Downloaded tokio-tungstenite v0.23.1
9062026-07-15T22:51:52.975Z Downloaded term v1.2.1
9072026-07-15T22:51:52.978Z Downloaded terminal_size v0.4.3
9082026-07-15T22:51:52.978Z Downloaded bindgen v0.71.1
9092026-07-15T22:51:52.983Z Downloaded unicode-linebreak v0.1.5
9102026-07-15T22:51:52.986Z Downloaded unit-prefix v0.5.2
9112026-07-15T22:51:52.986Z Downloaded unicode-xid v0.2.6
9122026-07-15T22:51:52.986Z Downloaded hyper v1.10.1
9132026-07-15T22:51:52.989Z Downloaded slog v2.8.2
9142026-07-15T22:51:52.993Z Downloaded subprocess v0.2.15
9152026-07-15T22:51:52.996Z Downloaded tokio-tungstenite v0.21.0
9162026-07-15T22:51:52.996Z Downloaded trait-variant v0.1.2
9172026-07-15T22:51:52.996Z Downloaded universal-hash v0.5.1
9182026-07-15T22:51:52.996Z Downloaded untrusted v0.7.1
9192026-07-15T22:51:52.999Z Downloaded universal-hash v0.6.1
9202026-07-15T22:51:52.999Z Downloaded try-lock v0.2.5
9212026-07-15T22:51:52.999Z Downloaded untrusted v0.9.0
9222026-07-15T22:51:53.003Z Downloaded typify-macro v0.6.2
9232026-07-15T22:51:53.003Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9242026-07-15T22:51:53.003Z Downloaded bstr v1.12.1
9252026-07-15T22:51:53.007Z Downloaded schemars v1.2.1
9262026-07-15T22:51:53.015Z Downloaded serde_yaml v0.9.34+deprecated
9272026-07-15T22:51:53.018Z Downloaded tui-tree-widget v0.23.1
9282026-07-15T22:51:53.021Z Downloaded toml_writer v1.1.1+spec-1.1.0
9292026-07-15T22:51:53.021Z Downloaded tinyvec_macros v0.1.1
9302026-07-15T22:51:53.021Z Downloaded thread_local v1.1.9
9312026-07-15T22:51:53.024Z Downloaded thiserror-impl v2.0.18
9322026-07-15T22:51:53.025Z Downloaded samael v0.0.19
9332026-07-15T22:51:53.028Z Downloaded unarray v0.1.4
9342026-07-15T22:51:53.028Z Downloaded unicode-truncate v1.1.0
9352026-07-15T22:51:53.031Z Downloaded pest v2.8.6
9362026-07-15T22:51:53.034Z Downloaded utf8parse v0.2.2
9372026-07-15T22:51:53.034Z Downloaded tokio-native-tls v0.3.1
9382026-07-15T22:51:53.034Z Downloaded utf8_iter v1.0.4
9392026-07-15T22:51:53.037Z Downloaded utf-8 v0.7.6
9402026-07-15T22:51:53.037Z Downloaded usdt-macro v0.6.0
9412026-07-15T22:51:53.037Z Downloaded usdt-attr-macro v0.6.0
9422026-07-15T22:51:53.037Z Downloaded usdt-attr-macro v0.5.0
9432026-07-15T22:51:53.040Z Downloaded similar v2.7.0
9442026-07-15T22:51:53.043Z Downloaded hkdf v0.13.0
9452026-07-15T22:51:53.043Z Downloaded tls_codec_derive v0.4.2
9462026-07-15T22:51:53.046Z Downloaded usdt v0.5.0
9472026-07-15T22:51:53.046Z Downloaded tiny-keccak v2.0.2
9482026-07-15T22:51:53.046Z Downloaded target-lexicon v0.13.3
9492026-07-15T22:51:53.049Z Downloaded tempfile v3.25.0
9502026-07-15T22:51:53.049Z Downloaded sha2 v0.11.0
9512026-07-15T22:51:53.052Z Downloaded structmeta-derive v0.3.0
9522026-07-15T22:51:53.052Z Downloaded structmeta v0.3.0
9532026-07-15T22:51:53.056Z Downloaded void v1.0.2
9542026-07-15T22:51:53.056Z Downloaded version_check v0.9.5
9552026-07-15T22:51:53.056Z Downloaded tokio-stream v0.1.18
9562026-07-15T22:51:53.061Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9572026-07-15T22:51:53.064Z Downloaded want v0.3.1
9582026-07-15T22:51:53.068Z Downloaded term v0.7.0
9592026-07-15T22:51:53.073Z Downloaded usdt-macro v0.5.0
9602026-07-15T22:51:53.077Z Downloaded toml_parser v1.1.2+spec-1.1.0
9612026-07-15T22:51:53.081Z Downloaded toml v0.8.23
9622026-07-15T22:51:53.085Z Downloaded textwrap v0.16.2
9632026-07-15T22:51:53.088Z Downloaded tracing-attributes v0.1.31
9642026-07-15T22:51:53.088Z Downloaded chrono v0.4.45
9652026-07-15T22:51:53.091Z Downloaded xshell-macros v0.2.7
9662026-07-15T22:51:53.094Z Downloaded xattr v1.6.1
9672026-07-15T22:51:53.094Z Downloaded trybuild v1.0.116
9682026-07-15T22:51:53.097Z Downloaded wait-timeout v0.2.1
9692026-07-15T22:51:53.097Z Downloaded tar v0.4.45
9702026-07-15T22:51:53.105Z Downloaded yoke-derive v0.8.1
9712026-07-15T22:51:53.108Z Downloaded usdt-impl v0.5.0
9722026-07-15T22:51:53.108Z Downloaded unicase v2.9.0
9732026-07-15T22:51:53.111Z Downloaded zerofrom-derive v0.1.6
9742026-07-15T22:51:53.111Z Downloaded zeroize_derive v1.4.3
9752026-07-15T22:51:53.121Z Downloaded waitgroup v0.1.2
9762026-07-15T22:51:53.125Z Downloaded twox-hash v2.1.2
9772026-07-15T22:51:53.131Z Downloaded tokio-rustls v0.26.4
9782026-07-15T22:51:53.131Z Downloaded snafu v0.8.9
9792026-07-15T22:51:53.134Z Downloaded schemars v0.9.0
9802026-07-15T22:51:53.138Z Downloaded zone v0.3.1
9812026-07-15T22:51:53.142Z Downloaded vergen-gitcl v1.0.8
9822026-07-15T22:51:53.142Z Downloaded uzers v0.12.2
9832026-07-15T22:51:53.142Z Downloaded toml v1.1.2+spec-1.1.0
9842026-07-15T22:51:53.145Z Downloaded whoami v1.6.1
9852026-07-15T22:51:53.148Z Downloaded wyz v0.5.1
9862026-07-15T22:51:53.148Z Downloaded walkdir v2.5.0
9872026-07-15T22:51:53.148Z Downloaded goblin v0.10.5
9882026-07-15T22:51:53.151Z Downloaded writeable v0.6.2
9892026-07-15T22:51:53.155Z Downloaded serde v1.0.228
9902026-07-15T22:51:53.159Z Downloaded rsa v0.10.0-rc.18
9912026-07-15T22:51:53.162Z Downloaded usdt-impl v0.6.0
9922026-07-15T22:51:53.162Z Downloaded tracing-core v0.1.36
9932026-07-15T22:51:53.166Z Downloaded zerofrom v0.1.6
9942026-07-15T22:51:53.166Z Downloaded yoke v0.8.1
9952026-07-15T22:51:53.169Z Downloaded xshell v0.2.7
9962026-07-15T22:51:53.169Z Downloaded zone_cfg_derive v0.3.1
9972026-07-15T22:51:53.169Z Downloaded usdt v0.6.0
9982026-07-15T22:51:53.169Z Downloaded reedline v0.40.0
9992026-07-15T22:51:53.175Z Downloaded rustls-webpki v0.103.13
10002026-07-15T22:51:53.181Z Downloaded test-strategy v0.4.5
10012026-07-15T22:51:53.181Z Downloaded git2 v0.20.4
10022026-07-15T22:51:53.189Z Downloaded rustyline v14.0.0
10032026-07-15T22:51:53.192Z Downloaded zeroize v1.8.2
10042026-07-15T22:51:53.195Z Downloaded reqwest v0.13.2
10052026-07-15T22:51:53.198Z Downloaded vsss-rs v3.3.4
10062026-07-15T22:51:53.198Z Downloaded reqwest v0.12.28
10072026-07-15T22:51:53.201Z Downloaded unicode-ident v1.0.24
10082026-07-15T22:51:53.205Z Downloaded vergen-git2 v9.1.0
10092026-07-15T22:51:53.205Z Downloaded unicode-properties v0.1.4
10102026-07-15T22:51:53.208Z Downloaded tinyvec v1.10.0
10112026-07-15T22:51:53.208Z Downloaded portable-atomic v1.13.1
10122026-07-15T22:51:53.211Z Downloaded zstd-safe v7.2.4
10132026-07-15T22:51:53.214Z Downloaded vergen-lib v9.1.0
10142026-07-15T22:51:53.215Z Downloaded vergen-lib v0.1.6
10152026-07-15T22:51:53.215Z Downloaded lalrpop v0.19.12
10162026-07-15T22:51:53.220Z Downloaded toml v0.7.8
10172026-07-15T22:51:53.223Z Downloaded yasna v0.5.2
10182026-07-15T22:51:53.226Z Downloaded rpassword v7.4.0
10192026-07-15T22:51:53.226Z Downloaded unicode-bidi v0.3.18
10202026-07-15T22:51:53.226Z Downloaded serde_with v1.14.0
10212026-07-15T22:51:53.230Z Downloaded tungstenite v0.23.0
10222026-07-15T22:51:53.247Z Downloaded ucd-trie v0.1.7
10232026-07-15T22:51:53.250Z Downloaded zmij v1.0.21
10242026-07-15T22:51:53.253Z Downloaded uuid v1.23.4
10252026-07-15T22:51:53.253Z Downloaded textwrap v0.15.2
10262026-07-15T22:51:53.256Z Downloaded zerovec-derive v0.11.2
10272026-07-15T22:51:53.259Z Downloaded toml_edit v0.22.27
10282026-07-15T22:51:53.259Z Downloaded tungstenite v0.21.0
10292026-07-15T22:51:53.265Z Downloaded zstd v0.13.3
10302026-07-15T22:51:53.283Z Downloaded serde_json v1.0.150
10312026-07-15T22:51:53.286Z Downloaded vergen v9.1.0
10322026-07-15T22:51:53.289Z Downloaded whoami v2.1.0
10332026-07-15T22:51:53.298Z Downloaded unsafe-libyaml v0.2.11
10342026-07-15T22:51:53.305Z Downloaded regex v1.12.3
10352026-07-15T22:51:53.311Z Downloaded steno v0.4.1
10362026-07-15T22:51:53.314Z Downloaded tower v0.5.3
10372026-07-15T22:51:53.318Z Downloaded toml_edit v0.23.10+spec-1.0.0
10382026-07-15T22:51:53.321Z Downloaded zerocopy v0.6.6
10392026-07-15T22:51:53.324Z Downloaded petname v2.0.2
10402026-07-15T22:51:53.327Z Downloaded zerotrie v0.2.3
10412026-07-15T22:51:53.330Z Downloaded zip v0.6.6
10422026-07-15T22:51:53.339Z Downloaded crypto-bigint v0.7.5
10432026-07-15T22:51:53.356Z Downloaded vte v0.14.1
10442026-07-15T22:51:53.363Z Downloaded tokio-postgres v0.7.16
10452026-07-15T22:51:53.381Z Downloaded serde_with v3.17.0
10462026-07-15T22:51:53.390Z Downloaded unicode-segmentation v1.12.0
10472026-07-15T22:51:53.393Z Downloaded zerocopy-derive v0.7.35
10482026-07-15T22:51:53.397Z Downloaded quick-xml v0.37.5
10492026-07-15T22:51:53.401Z Downloaded p384 v0.13.1
10502026-07-15T22:51:53.404Z Downloaded typify v0.6.2
10512026-07-15T22:51:53.407Z Downloaded curve25519-dalek v4.1.3
10522026-07-15T22:51:53.422Z Downloaded unicode_categories v0.1.1
10532026-07-15T22:51:53.429Z Downloaded x509-cert v0.2.5
10542026-07-15T22:51:53.434Z Downloaded yansi v1.0.1
10552026-07-15T22:51:53.445Z Downloaded toml_edit v0.19.15
10562026-07-15T22:51:53.454Z Downloaded gimli v0.32.3
10572026-07-15T22:51:53.459Z Downloaded zopfli v0.8.3
10582026-07-15T22:51:53.462Z Downloaded typenum v1.20.1
10592026-07-15T22:51:53.466Z Downloaded unicode-normalization v0.1.25
10602026-07-15T22:51:53.469Z Downloaded nix v0.28.0
10612026-07-15T22:51:53.482Z Downloaded moka v0.12.13
10622026-07-15T22:51:53.487Z Downloaded zip v4.6.1
10632026-07-15T22:51:53.490Z Downloaded rayon v1.11.0
10642026-07-15T22:51:53.495Z Downloaded ssh-key v0.7.0-rc.10
10652026-07-15T22:51:53.500Z Downloaded openssl v0.10.79
10662026-07-15T22:51:53.506Z Downloaded zerovec v0.11.5
10672026-07-15T22:51:53.510Z Downloaded polar-core v0.27.3
10682026-07-15T22:51:53.517Z Downloaded proptest v1.10.0
10692026-07-15T22:51:53.525Z Downloaded winnow v0.6.26
10702026-07-15T22:51:53.542Z Downloaded zerocopy-derive v0.8.40
10712026-07-15T22:51:53.547Z Downloaded nix v0.27.1
10722026-07-15T22:51:53.554Z Downloaded nix v0.31.2
10732026-07-15T22:51:53.561Z Downloaded url v2.5.8
10742026-07-15T22:51:53.564Z Downloaded typed-path v0.9.3
10752026-07-15T22:51:53.567Z Downloaded object v0.30.4
10762026-07-15T22:51:53.571Z Downloaded zerocopy v0.7.35
10772026-07-15T22:51:53.582Z Downloaded diesel v2.3.7
10782026-07-15T22:51:53.593Z Downloaded tower-http v0.6.8
10792026-07-15T22:51:53.597Z Downloaded curve25519-dalek v5.0.0-rc.0
10802026-07-15T22:51:53.603Z Downloaded tough v0.22.0
10812026-07-15T22:51:53.609Z Downloaded winnow v0.7.14
10822026-07-15T22:51:53.613Z Downloaded tokio-util v0.7.18
10832026-07-15T22:51:53.618Z Downloaded smoltcp v0.9.1
10842026-07-15T22:51:53.624Z Downloaded russh v0.61.2
10852026-07-15T22:51:53.629Z Downloaded tabled v0.20.0
10862026-07-15T22:51:53.640Z Downloaded zlib-rs v0.6.2
10872026-07-15T22:51:53.644Z Downloaded hickory-proto v0.25.2
10882026-07-15T22:51:53.652Z Downloaded openapiv3 v2.2.0
10892026-07-15T22:51:53.659Z Downloaded dropshot v0.17.1
10902026-07-15T22:51:53.672Z Downloaded winnow v0.5.40
10912026-07-15T22:51:53.676Z Downloaded regress v0.10.5
10922026-07-15T22:51:53.682Z Downloaded smoltcp v0.11.0
10932026-07-15T22:51:53.689Z Downloaded zerocopy v0.8.40
10942026-07-15T22:51:53.695Z Downloaded quinn-proto v0.11.13
10952026-07-15T22:51:53.700Z Downloaded rustls v0.23.41
10962026-07-15T22:51:53.707Z Downloaded regex-syntax v0.8.10
10972026-07-15T22:51:53.711Z Downloaded time v0.3.47
10982026-07-15T22:51:53.718Z Downloaded tabled v0.15.0
10992026-07-15T22:51:53.727Z Downloaded winnow v1.0.3
11002026-07-15T22:51:53.733Z Downloaded rustix v1.1.3
11012026-07-15T22:51:53.747Z Downloaded radix_trie v0.2.1
11022026-07-15T22:51:53.750Z Downloaded syn v1.0.109
11032026-07-15T22:51:53.757Z Downloaded regex-syntax v0.6.29
11042026-07-15T22:51:53.761Z Downloaded salty v0.3.0
11052026-07-15T22:51:53.764Z Downloaded hickory-proto v0.24.4
11062026-07-15T22:51:53.773Z Downloaded object v0.37.3
11072026-07-15T22:51:53.779Z Downloaded fiat-crypto v0.3.0
11082026-07-15T22:51:53.788Z Downloaded vcpkg v0.2.15
11092026-07-15T22:51:53.817Z Downloaded bzip2-sys v0.1.13+1.0.8
11102026-07-15T22:51:53.825Z Downloaded sled v0.34.7
11112026-07-15T22:51:53.831Z Downloaded syn v2.0.117
11122026-07-15T22:51:53.838Z Downloaded unicode-width v0.2.0
11132026-07-15T22:51:53.842Z Downloaded tracing v0.1.44
11142026-07-15T22:51:53.856Z Downloaded unicode-width v0.1.14
11152026-07-15T22:51:53.859Z Downloaded regress v0.11.1
11162026-07-15T22:51:53.875Z Downloaded regex-automata v0.4.14
11172026-07-15T22:51:53.885Z Downloaded rustix v0.38.44
11182026-07-15T22:51:53.896Z Downloaded zerocopy-derive v0.6.6
11192026-07-15T22:51:53.903Z Downloaded petgraph v0.6.5
11202026-07-15T22:51:53.914Z Downloaded jiff v0.2.21
11212026-07-15T22:51:53.956Z Downloaded petgraph v0.8.3
11222026-07-15T22:51:53.974Z Downloaded sqlparser v0.61.0
11232026-07-15T22:51:53.980Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11242026-07-15T22:51:53.992Z Downloaded ratatui v0.29.0
11252026-07-15T22:51:54.005Z Downloaded tokio v1.52.1
11262026-07-15T22:51:54.028Z Downloaded typify-impl v0.6.2
11272026-07-15T22:51:54.042Z Downloaded sha3 v0.11.0
11282026-07-15T22:51:54.082Z Downloaded chrono-tz v0.10.4
11292026-07-15T22:51:54.135Z Downloaded libc v0.2.185
11302026-07-15T22:51:54.155Z Downloaded libgit2-sys v0.18.3+1.9.2
11312026-07-15T22:51:54.189Z Downloaded csv v1.4.0
11322026-07-15T22:51:54.211Z Downloaded libz-sys v1.1.24
11332026-07-15T22:51:54.245Z Downloaded sha3 v0.10.8
11342026-07-15T22:51:54.331Z Downloaded encoding_rs v0.8.35
11352026-07-15T22:51:54.365Z Downloaded ring v0.17.14
11362026-07-15T22:51:54.394Z Downloaded httpmock v0.8.3
11372026-07-15T22:51:54.724Z Downloaded aws-lc-sys v0.40.0
11382026-07-15T22:51:55.135Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11392026-07-15T22:51:58.759Z Startup: Refreshing catalog 'helios' ... Done
11402026-07-15T22:51:58.882Z Startup: Caching catalogs ... Done
11412026-07-15T22:51:59.431ZPlanning: Solver setup ... Done (0.493s)
11422026-07-15T22:51:59.460ZPlanning: Running solver ... Done (0.029s)
11432026-07-15T22:51:59.475ZPlanning: Finding local manifests ... Done (0.003s)
11442026-07-15T22:51:59.486ZPlanning: Fetching manifests: 0/2 0% complete
11452026-07-15T22:51:59.503ZPlanning: Fetching manifests: 2/2 100% complete
11462026-07-15T22:51:59.518ZPlanning: Package planning ... Done (0.015s)
11472026-07-15T22:51:59.521ZPlanning: Merging actions ... Done (0.002s)
11482026-07-15T22:51:59.703ZPlanning: Checking for conflicting actions ... Done (0.183s)
11492026-07-15T22:51:59.707ZPlanning: Consolidating action changes ... Done (0.001s)
11502026-07-15T22:52:00.659ZPlanning: Evaluating mediators ... Done (0.955s)
11512026-07-15T22:52:00.662ZPlanning: Planning completed in 1.75 seconds
11522026-07-15T22:52:00.669Z Packages to install: 2
11532026-07-15T22:52:00.669Z Estimated space available: 155.78 GB
11542026-07-15T22:52:00.669ZEstimated space to be consumed: 32.66 MB
11552026-07-15T22:52:00.669Z Create boot environment: No
11562026-07-15T22:52:00.669ZCreate backup boot environment: No
11572026-07-15T22:52:00.669Z Rebuild boot archive: No
11582026-07-15T22:52:00.672Z
11592026-07-15T22:52:00.673ZChanged packages:
11602026-07-15T22:52:00.673Zhelios
11612026-07-15T22:52:00.673Z developer/build-essential
11622026-07-15T22:52:00.673Z None -> 11-3.0
11632026-07-15T22:52:00.673Z library/libxmlsec1
11642026-07-15T22:52:00.673Z None -> 1.2.35-3.0
11652026-07-15T22:52:00.696Z
11662026-07-15T22:52:00.696ZDownload: 0/214 items 0.0/1.3MB 0% complete
11672026-07-15T22:52:01.178ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
11682026-07-15T22:52:01.280Z Actions: 1/268 actions (Installing new actions)
11692026-07-15T22:52:01.319Z Actions: Completed 268 actions in 0.04 seconds.
11702026-07-15T22:52:01.331ZFinalize: Updating package state database ... Done (0.012s)
11712026-07-15T22:52:01.331ZFinalize: Updating package cache ... Done (0.000s)
11722026-07-15T22:52:01.363ZFinalize: Updating image state ... Done (0.031s)
11732026-07-15T22:52:04.056ZFinalize: Creating fast lookup database ... Done (2.666s)
11742026-07-15T22:52:04.134ZFinalize: Reading search index ... Done (0.013s)
11752026-07-15T22:52:04.137ZFinalize: Updating search index ... Done (0.000s)
11762026-07-15T22:52:04.253ZFinalize: Updating package cache ... Done (0.000s)
11772026-07-15T22:52:04.575ZPlanning: Evaluating mediator changes ... Done
11782026-07-15T22:52:04.682ZPlanning: Checking for conflicting actions ... Done
11792026-07-15T22:52:04.689ZPlanning: Consolidating action changes ... Done
11802026-07-15T22:52:04.838ZPlanning: Evaluating mediators ... Done
11812026-07-15T22:52:04.843ZPlanning: Planning completed in 0.26 seconds
11822026-07-15T22:52:04.861Z Mediators to change: 2
11832026-07-15T22:52:04.861Z Create boot environment: No
11842026-07-15T22:52:04.861ZCreate backup boot environment: No
11852026-07-15T22:52:04.920ZFinalize: Updating package state database ... Done
11862026-07-15T22:52:04.920ZFinalize: Updating package cache ... Done
11872026-07-15T22:52:04.939ZFinalize: Updating image state ... Done
11882026-07-15T22:52:06.951ZFinalize: Creating fast lookup database ... Done
11892026-07-15T22:52:07.017ZFinalize: Reading search index ... Done
11902026-07-15T22:52:07.020ZFinalize: Updating search index ... Done
11912026-07-15T22:52:07.101ZFinalize: Updating package cache ... Done
11922026-07-15T22:52:07.396ZPlanning: Evaluating mediator changes ... Done
11932026-07-15T22:52:07.501ZPlanning: Checking for conflicting actions ... Done
11942026-07-15T22:52:07.505ZPlanning: Consolidating action changes ... Done
11952026-07-15T22:52:07.666ZPlanning: Evaluating mediators ... Done
11962026-07-15T22:52:07.672ZPlanning: Planning completed in 0.27 seconds
11972026-07-15T22:52:07.683Z Mediators to change: 1
11982026-07-15T22:52:07.683Z Create boot environment: No
11992026-07-15T22:52:07.683ZCreate backup boot environment: No
12002026-07-15T22:52:07.734ZFinalize: Updating package state database ... Done
12012026-07-15T22:52:07.734ZFinalize: Updating package cache ... Done
12022026-07-15T22:52:07.751ZFinalize: Updating image state ... Done
12032026-07-15T22:52:09.765ZFinalize: Creating fast lookup database ... Done
12042026-07-15T22:52:09.796ZFinalize: Reading search index ... Done
12052026-07-15T22:52:09.811ZFinalize: Updating search index ... Done
12062026-07-15T22:52:09.864ZFinalize: Updating package cache ... Done
12072026-07-15T22:52:10.190ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12082026-07-15T22:52:10.190Zapache system 2.4 system
12092026-07-15T22:52:10.190Zclang system 15 system
12102026-07-15T22:52:10.190Zcsh system system illumos
12112026-07-15T22:52:10.190Zctags system system illumos
12122026-07-15T22:52:10.190Zfile vendor vendor darwinsys
12132026-07-15T22:52:10.190Zfile system system illumos
12142026-07-15T22:52:10.190Zgcc vendor 14 vendor
12152026-07-15T22:52:10.190Zgcc system 13 system
12162026-07-15T22:52:10.190Zgcc system 10 system
12172026-07-15T22:52:10.190Zgo system 1.25 system
12182026-07-15T22:52:10.190Zllvm system 15 system
12192026-07-15T22:52:10.190Zmariadb system 11.4 system
12202026-07-15T22:52:10.190Zmta vendor vendor dma
12212026-07-15T22:52:10.190Zopenjdk system 17 system
12222026-07-15T22:52:10.190Zopenjdk system 11 system
12232026-07-15T22:52:10.190Zopenssl vendor 3 vendor
12242026-07-15T22:52:10.190Zperl system 5.40 system
12252026-07-15T22:52:10.190Zpostgresql system 18 system
12262026-07-15T22:52:10.191Zpostgresql system 17 system
12272026-07-15T22:52:10.191Zpython vendor 3 vendor
12282026-07-15T22:52:10.191Zpython system 2 system
12292026-07-15T22:52:10.191Zpython3 vendor 3.13 vendor
12302026-07-15T22:52:10.191Zruby system 3.4 system
12312026-07-15T22:52:10.191Zruby system 3.0 system
12322026-07-15T22:52:10.191Zwords vendor vendor american-english
12332026-07-15T22:52:10.191Zwords system system australian-english
12342026-07-15T22:52:10.191Zwords system system british-english
12352026-07-15T22:52:10.191Zwords system system canadian-english
12362026-07-15T22:52:10.191Zwords system system french
12372026-07-15T22:52:10.191Zwords system system italian
12382026-07-15T22:52:10.191Zwords system system ngerman
12392026-07-15T22:52:10.191Zwords system system ogerman
12402026-07-15T22:52:10.191Zwords system system spanish
12412026-07-15T22:52:10.446ZPUBLISHER TYPE STATUS P LOCATION
12422026-07-15T22:52:10.446Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12432026-07-15T22:52:10.752ZFMRI IFO
12442026-07-15T22:52:10.752Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12452026-07-15T22:52:10.752Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12462026-07-15T22:52:10.752Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12472026-07-15T22:52:10.752Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12482026-07-15T22:52:10.752Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12492026-07-15T22:52:10.752Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12502026-07-15T22:52:10.752Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12512026-07-15T22:52:10.752Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12522026-07-15T22:52:10.752Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12532026-07-15T22:52:11.296Z Downloading crates ...
12542026-07-15T22:52:11.361Z Downloaded cargo_toml v0.21.0
12552026-07-15T22:52:11.411Z Compiling proc-macro2 v1.0.106
12562026-07-15T22:52:11.411Z Compiling quote v1.0.45
12572026-07-15T22:52:11.411Z Compiling unicode-ident v1.0.24
12582026-07-15T22:52:11.411Z Compiling serde_core v1.0.228
12592026-07-15T22:52:11.414Z Compiling libc v0.2.185
12602026-07-15T22:52:11.414Z Compiling version_check v0.9.5
12612026-07-15T22:52:11.414Z Compiling memchr v2.8.0
12622026-07-15T22:52:11.414Z Compiling serde v1.0.228
12632026-07-15T22:52:11.414Z Compiling zmij v1.0.21
12642026-07-15T22:52:11.414Z Compiling itoa v1.0.17
12652026-07-15T22:52:11.492Z Compiling thiserror v1.0.69
12662026-07-15T22:52:11.496Z Compiling ucd-trie v0.1.7
12672026-07-15T22:52:11.496Z Compiling byteorder v1.5.0
12682026-07-15T22:52:11.496Z Compiling rustix v1.1.3
12692026-07-15T22:52:11.664Z Compiling serde_json v1.0.150
12702026-07-15T22:52:11.785Z Compiling bitflags v2.11.0
12712026-07-15T22:52:11.864Z Compiling syn v1.0.109
12722026-07-15T22:52:12.006Z Compiling proc-macro-error-attr v1.0.4
12732026-07-15T22:52:12.017Z Compiling usdt-impl v0.5.0
12742026-07-15T22:52:12.029Z Compiling pest v2.8.6
12752026-07-15T22:52:12.097Z Compiling camino v1.2.2
12762026-07-15T22:52:12.135Z Compiling proc-macro-error v1.0.4
12772026-07-15T22:52:12.162Z Compiling utf8parse v0.2.2
12782026-07-15T22:52:12.181Z Compiling plain v0.2.3
12792026-07-15T22:52:12.234Z Compiling hashbrown v0.17.0
12802026-07-15T22:52:12.282Z Compiling getrandom v0.4.1
12812026-07-15T22:52:12.307Z Compiling equivalent v1.0.2
12822026-07-15T22:52:12.314Z Compiling log v0.4.29
12832026-07-15T22:52:12.314Z Compiling anstyle-parse v1.0.0
12842026-07-15T22:52:12.377Z Compiling pretty-hex v0.4.1
12852026-07-15T22:52:12.455Z Compiling colorchoice v1.0.4
12862026-07-15T22:52:12.466Z Compiling cfg-if v1.0.4
12872026-07-15T22:52:12.477Z Compiling thiserror v2.0.18
12882026-07-15T22:52:12.540Z Compiling errno v0.3.14
12892026-07-15T22:52:12.551Z Compiling thread-id v4.2.2
12902026-07-15T22:52:12.555Z Compiling is_terminal_polyfill v1.70.2
12912026-07-15T22:52:12.572Z Compiling anstyle v1.0.14
12922026-07-15T22:52:12.589Z Compiling autocfg v1.5.0
12932026-07-15T22:52:12.599Z Compiling winnow v0.7.14
12942026-07-15T22:52:12.610Z Compiling anstyle-query v1.1.5
12952026-07-15T22:52:12.613Z Compiling toml_write v0.1.2
12962026-07-15T22:52:12.648Z Compiling strsim v0.11.1
12972026-07-15T22:52:12.718Z Compiling heck v0.4.1
12982026-07-15T22:52:12.741Z Compiling fastrand v2.3.0
12992026-07-15T22:52:12.818Z Compiling indexmap v2.14.0
13002026-07-15T22:52:12.840Z Compiling anstream v1.0.0
13012026-07-15T22:52:12.880Z Compiling heck v0.5.0
13022026-07-15T22:52:12.973Z Compiling clap_lex v1.0.0
13032026-07-15T22:52:12.994Z Compiling syn v2.0.117
13042026-07-15T22:52:13.034Z Compiling unicode-width v0.1.14
13052026-07-15T22:52:13.048Z Compiling fs-err v3.3.0
13062026-07-15T22:52:13.078Z Compiling bytecount v0.6.9
13072026-07-15T22:52:13.091Z Compiling fnv v1.0.7
13082026-07-15T22:52:13.133Z Compiling once_cell v1.21.3
13092026-07-15T22:52:13.173Z Compiling pest_meta v2.8.6
13102026-07-15T22:52:13.201Z Compiling anyhow v1.0.102
13112026-07-15T22:52:13.211Z Compiling memmap v0.7.0
13122026-07-15T22:52:13.222Z Compiling smawk v0.3.2
13132026-07-15T22:52:13.324Z Compiling papergrid v0.11.0
13142026-07-15T22:52:13.379Z Compiling unicode-linebreak v0.1.5
13152026-07-15T22:52:13.382Z Compiling unicode-width v0.2.0
13162026-07-15T22:52:13.410Z Compiling swrite v0.1.0
13172026-07-15T22:52:13.527Z Compiling terminal_size v0.4.3
13182026-07-15T22:52:13.527Z Compiling tempfile v3.25.0
13192026-07-15T22:52:13.627Z Compiling clap_builder v4.6.0
13202026-07-15T22:52:13.637Z Compiling textwrap v0.16.2
13212026-07-15T22:52:13.829Z Compiling cargo-platform v0.3.2
13222026-07-15T22:52:13.832Z Compiling semver v1.0.28
13232026-07-15T22:52:14.117Z Compiling camino-tempfile v1.4.1
13242026-07-15T22:52:14.477Z Compiling tabled_derive v0.7.0
13252026-07-15T22:52:15.139Z Compiling pest_generator v2.8.6
13262026-07-15T22:52:15.149Z Compiling tabled v0.15.0
13272026-07-15T22:52:15.656Z Compiling serde_derive v1.0.228
13282026-07-15T22:52:15.656Z Compiling thiserror-impl v1.0.69
13292026-07-15T22:52:15.656Z Compiling zerocopy-derive v0.7.35
13302026-07-15T22:52:15.660Z Compiling scroll_derive v0.12.1
13312026-07-15T22:52:15.660Z Compiling thiserror-impl v2.0.18
13322026-07-15T22:52:15.660Z Compiling clap_derive v4.6.1
13332026-07-15T22:52:15.706Z Compiling pest_derive v2.8.6
13342026-07-15T22:52:16.244Z Compiling scroll v0.12.0
13352026-07-15T22:52:16.351Z Compiling zerocopy v0.7.35
13362026-07-15T22:52:16.448Z Compiling goblin v0.8.2
13372026-07-15T22:52:16.674Z Compiling dtrace-parser v0.2.0
13382026-07-15T22:52:16.977Z Compiling clap v4.6.1
13392026-07-15T22:52:18.034Z Compiling serde_spanned v0.6.9
13402026-07-15T22:52:18.034Z Compiling toml_datetime v0.6.11
13412026-07-15T22:52:18.038Z Compiling cargo_metadata v0.23.1
13422026-07-15T22:52:18.038Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13432026-07-15T22:52:18.038Z Compiling macaddr v1.0.1
13442026-07-15T22:52:18.045Z Compiling dof v0.3.0
13452026-07-15T22:52:18.049Z Compiling serde_tokenstream v0.2.3
13462026-07-15T22:52:18.220Z Compiling toml_edit v0.22.27
13472026-07-15T22:52:18.789Z Compiling usdt-attr-macro v0.5.0
13482026-07-15T22:52:18.789Z Compiling usdt-macro v0.5.0
13492026-07-15T22:52:19.388Z Compiling usdt v0.5.0
13502026-07-15T22:52:19.553Z Compiling toml v0.8.23
13512026-07-15T22:52:19.877Z Compiling cargo_toml v0.21.0
13522026-07-15T22:52:21.177Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13532026-07-15T22:52:23.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.33s
13542026-07-15T22:52:23.218Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13552026-07-15T22:52:24.535Z Compiling libc v0.2.185
13562026-07-15T22:52:24.535Z Compiling serde_core v1.0.228
13572026-07-15T22:52:24.535Z Compiling serde v1.0.228
13582026-07-15T22:52:24.535Z Compiling log v0.4.29
13592026-07-15T22:52:24.561Z Compiling smallvec v1.15.1
13602026-07-15T22:52:24.561Z Compiling find-msvc-tools v0.1.9
13612026-07-15T22:52:24.561Z Compiling shlex v1.3.0
13622026-07-15T22:52:24.561Z Compiling subtle v2.6.1
13632026-07-15T22:52:24.561Z Compiling scopeguard v1.2.0
13642026-07-15T22:52:24.561Z Compiling stable_deref_trait v1.2.1
13652026-07-15T22:52:24.561Z Compiling typenum v1.20.1
13662026-07-15T22:52:24.561Z Compiling serde_json v1.0.150
13672026-07-15T22:52:24.561Z Compiling portable-atomic v1.13.1
13682026-07-15T22:52:24.561Z Compiling syn v2.0.117
13692026-07-15T22:52:24.561Z Compiling zerocopy v0.8.40
13702026-07-15T22:52:24.561Z Compiling parking_lot_core v0.9.12
13712026-07-15T22:52:24.561Z Compiling lock_api v0.4.14
13722026-07-15T22:52:24.561Z Compiling pin-project-lite v0.2.17
13732026-07-15T22:52:24.561Z Compiling pkg-config v0.3.32
13742026-07-15T22:52:24.561Z Compiling critical-section v1.2.0
13752026-07-15T22:52:24.561Z Compiling getrandom v0.4.1
13762026-07-15T22:52:24.561Z Compiling libm v0.2.16
13772026-07-15T22:52:24.561Z Compiling futures-core v0.3.32
13782026-07-15T22:52:24.561Z Compiling num-traits v0.2.19
13792026-07-15T22:52:24.561Z Compiling generic-array v0.14.7
13802026-07-15T22:52:24.562Z Compiling rand_core v0.10.0
13812026-07-15T22:52:24.562Z Compiling const-oid v0.9.6
13822026-07-15T22:52:24.562Z Compiling writeable v0.6.2
13832026-07-15T22:52:24.579Z Compiling litemap v0.8.1
13842026-07-15T22:52:24.579Z Compiling percent-encoding v2.3.2
13852026-07-15T22:52:24.632Z Compiling icu_properties_data v2.1.2
13862026-07-15T22:52:24.704Z Compiling icu_normalizer_data v2.1.1
13872026-07-15T22:52:24.744Z Compiling futures-sink v0.3.32
13882026-07-15T22:52:24.782Z Compiling slab v0.4.12
13892026-07-15T22:52:24.795Z Compiling futures-task v0.3.32
13902026-07-15T22:52:24.799Z Compiling futures-io v0.3.32
13912026-07-15T22:52:24.799Z Compiling getrandom v0.3.4
13922026-07-15T22:52:24.874Z Compiling utf8_iter v1.0.4
13932026-07-15T22:52:24.890Z Compiling futures-channel v0.3.32
13942026-07-15T22:52:24.919Z Compiling rustversion v1.0.22
13952026-07-15T22:52:24.988Z Compiling form_urlencoded v1.2.2
13962026-07-15T22:52:24.992Z Compiling dunce v1.0.5
13972026-07-15T22:52:25.019Z Compiling fs_extra v1.3.0
13982026-07-15T22:52:25.036Z Compiling rustix v1.1.3
13992026-07-15T22:52:25.052Z Compiling jobserver v0.1.34
14002026-07-15T22:52:25.055Z Compiling errno v0.3.14
14012026-07-15T22:52:25.076Z Compiling getrandom v0.2.17
14022026-07-15T22:52:25.129Z Compiling mio v1.2.0
14032026-07-15T22:52:25.175Z Compiling once_cell v1.21.3
14042026-07-15T22:52:25.241Z Compiling rand_core v0.6.4
14052026-07-15T22:52:25.286Z Compiling cc v1.2.56
14062026-07-15T22:52:25.300Z Compiling signal-hook-registry v1.4.8
14072026-07-15T22:52:25.314Z Compiling socket2 v0.6.3
14082026-07-15T22:52:25.340Z Compiling parking_lot v0.12.5
14092026-07-15T22:52:25.393Z Compiling ident_case v1.0.1
14102026-07-15T22:52:25.410Z Compiling iana-time-zone v0.1.65
14112026-07-15T22:52:25.424Z Compiling regex-syntax v0.8.10
14122026-07-15T22:52:25.454Z Compiling vcpkg v0.2.15
14132026-07-15T22:52:25.553Z Compiling base64ct v1.8.3
14142026-07-15T22:52:25.600Z Compiling tracing-core v0.1.36
14152026-07-15T22:52:25.618Z Compiling aws-lc-rs v1.16.3
14162026-07-15T22:52:25.635Z Compiling base64 v0.22.1
14172026-07-15T22:52:25.667Z Compiling flagset v0.4.7
14182026-07-15T22:52:25.746Z Compiling rand_core v0.9.5
14192026-07-15T22:52:25.761Z Compiling tinyvec_macros v0.1.1
14202026-07-15T22:52:25.816Z Compiling pem-rfc7468 v0.7.0
14212026-07-15T22:52:25.831Z Compiling openssl-probe v0.2.1
14222026-07-15T22:52:25.845Z Compiling cmov v0.5.4
14232026-07-15T22:52:25.867Z Compiling httparse v1.10.1
14242026-07-15T22:52:25.891Z Compiling tinyvec v1.10.0
14252026-07-15T22:52:25.954Z Compiling aho-corasick v1.1.4
14262026-07-15T22:52:25.979Z Compiling tower-service v0.3.3
14272026-07-15T22:52:26.029Z Compiling cmake v0.1.57
14282026-07-15T22:52:26.032Z Compiling ctutils v0.4.2
14292026-07-15T22:52:26.056Z Compiling schemars v0.8.22
14302026-07-15T22:52:26.072Z Compiling dyn-clone v1.0.20
14312026-07-15T22:52:26.087Z Compiling tower-layer v0.3.3
14322026-07-15T22:52:26.140Z Compiling untrusted v0.7.1
14332026-07-15T22:52:26.186Z Compiling try-lock v0.2.5
14342026-07-15T22:52:26.190Z Compiling atomic-waker v1.1.2
14352026-07-15T22:52:26.215Z Compiling foreign-types-shared v0.1.1
14362026-07-15T22:52:26.230Z Compiling cpufeatures v0.2.17
14372026-07-15T22:52:26.264Z Compiling rustls v0.23.41
14382026-07-15T22:52:26.264Z Compiling openssl v0.10.79
14392026-07-15T22:52:26.294Z Compiling want v0.3.1
14402026-07-15T22:52:26.311Z Compiling httpdate v1.0.3
14412026-07-15T22:52:26.316Z Compiling untrusted v0.9.0
14422026-07-15T22:52:26.377Z Compiling bitflags v2.11.0
14432026-07-15T22:52:26.381Z Compiling semver v1.0.28
14442026-07-15T22:52:26.392Z Compiling indexmap v2.14.0
14452026-07-15T22:52:26.449Z Compiling uuid v1.23.4
14462026-07-15T22:52:26.474Z Compiling foreign-types v0.3.2
14472026-07-15T22:52:26.492Z Compiling unicode-normalization v0.1.25
14482026-07-15T22:52:26.505Z Compiling spin v0.9.8
14492026-07-15T22:52:26.520Z Compiling powerfmt v0.2.0
14502026-07-15T22:52:26.535Z Compiling time-core v0.1.8
14512026-07-15T22:52:26.572Z Compiling crc32fast v1.5.0
14522026-07-15T22:52:26.621Z Compiling rustc_version v0.4.1
14532026-07-15T22:52:26.634Z Compiling native-tls v0.2.18
14542026-07-15T22:52:26.693Z Compiling num-conv v0.2.0
14552026-07-15T22:52:26.742Z Compiling deranged v0.5.8
14562026-07-15T22:52:26.746Z Compiling wait-timeout v0.2.1
14572026-07-15T22:52:26.769Z Compiling sync_wrapper v1.0.2
14582026-07-15T22:52:26.835Z Compiling time-macros v0.2.27
14592026-07-15T22:52:26.858Z Compiling aws-lc-sys v0.40.0
14602026-07-15T22:52:26.877Z Compiling openssl-sys v0.9.115
14612026-07-15T22:52:26.893Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14622026-07-15T22:52:26.961Z Compiling regex-automata v0.4.14
14632026-07-15T22:52:26.965Z Compiling syn v1.0.109
14642026-07-15T22:52:26.989Z Compiling simd-adler32 v0.3.8
14652026-07-15T22:52:27.038Z Compiling synstructure v0.13.2
14662026-07-15T22:52:27.075Z Compiling serde_derive_internals v0.29.1
14672026-07-15T22:52:27.193Z Compiling pest_generator v2.8.6
14682026-07-15T22:52:27.259Z Compiling darling_core v0.20.11
14692026-07-15T22:52:27.328Z Compiling num_threads v0.1.7
14702026-07-15T22:52:27.455Z Compiling tempfile v3.25.0
14712026-07-15T22:52:27.518Z Compiling bit-vec v0.8.0
14722026-07-15T22:52:27.680Z Compiling siphasher v1.0.2
14732026-07-15T22:52:27.693Z Compiling crossbeam-utils v0.8.21
14742026-07-15T22:52:27.738Z Compiling usdt-impl v0.6.0
14752026-07-15T22:52:27.753Z Compiling quick-error v1.2.3
14762026-07-15T22:52:27.782Z Compiling bit-set v0.8.0
14772026-07-15T22:52:27.883Z Compiling rusty-fork v0.3.1
14782026-07-15T22:52:27.908Z Compiling darling_core v0.21.3
14792026-07-15T22:52:27.908Z Compiling heapless v0.7.17
14802026-07-15T22:52:27.931Z Compiling bzip2-sys v0.1.13+1.0.8
14812026-07-15T22:52:27.964Z Compiling slog v2.8.2
14822026-07-15T22:52:27.983Z Compiling time v0.3.47
14832026-07-15T22:52:28.006Z Compiling rand_xorshift v0.4.0
14842026-07-15T22:52:28.020Z Compiling thread-id v5.1.0
14852026-07-15T22:52:28.035Z Compiling cookie v0.18.1
14862026-07-15T22:52:28.071Z Compiling unarray v0.1.4
14872026-07-15T22:52:28.100Z Compiling unicode-bidi v0.3.18
14882026-07-15T22:52:28.115Z Compiling iri-string v0.7.10
14892026-07-15T22:52:28.185Z Compiling paste v1.0.15
14902026-07-15T22:52:28.199Z Compiling ryu v1.0.23
14912026-07-15T22:52:28.204Z Compiling allocator-api2 v0.2.21
14922026-07-15T22:52:28.228Z Compiling zstd-safe v7.2.4
14932026-07-15T22:52:28.233Z Compiling signal-hook v0.3.18
14942026-07-15T22:52:28.263Z Compiling unicode-properties v0.1.4
14952026-07-15T22:52:28.267Z Compiling adler2 v2.0.1
14962026-07-15T22:52:28.397Z Compiling anyhow v1.0.102
14972026-07-15T22:52:28.422Z Compiling miniz_oxide v0.8.9
14982026-07-15T22:52:28.465Z Compiling stringprep v0.1.5
14992026-07-15T22:52:28.651Z Compiling camino v1.2.2
15002026-07-15T22:52:28.677Z Compiling curve25519-dalek v4.1.3
15012026-07-15T22:52:28.726Z Compiling serde_derive v1.0.228
15022026-07-15T22:52:28.750Z Compiling zeroize_derive v1.4.3
15032026-07-15T22:52:28.922Z Compiling zerofrom-derive v0.1.6
15042026-07-15T22:52:29.000Z Compiling yoke-derive v0.8.1
15052026-07-15T22:52:29.037Z Compiling zerocopy-derive v0.8.40
15062026-07-15T22:52:29.052Z Compiling zerovec-derive v0.11.2
15072026-07-15T22:52:29.089Z Compiling displaydoc v0.2.5
15082026-07-15T22:52:29.259Z Compiling tokio-macros v2.7.0
15092026-07-15T22:52:29.422Z Compiling zeroize v1.8.2
15102026-07-15T22:52:29.621Z Compiling futures-macro v0.3.32
15112026-07-15T22:52:29.641Z Compiling der_derive v0.7.3
15122026-07-15T22:52:29.659Z Compiling tracing-attributes v0.1.31
15132026-07-15T22:52:29.943Z Compiling thiserror-impl v2.0.18
15142026-07-15T22:52:30.103Z Compiling rustls-pki-types v1.14.0
15152026-07-15T22:52:30.239Z Compiling block-buffer v0.10.4
15162026-07-15T22:52:30.261Z Compiling crypto-common v0.1.7
15172026-07-15T22:52:30.276Z Compiling hybrid-array v0.4.13
15182026-07-15T22:52:30.397Z Compiling zerofrom v0.1.6
15192026-07-15T22:52:30.424Z Compiling digest v0.10.7
15202026-07-15T22:52:30.438Z Compiling scroll_derive v0.13.1
15212026-07-15T22:52:30.461Z Compiling pest_derive v2.8.6
15222026-07-15T22:52:30.518Z Compiling yoke v0.8.1
15232026-07-15T22:52:30.539Z Compiling futures-util v0.3.32
15242026-07-15T22:52:30.593Z Compiling schemars_derive v0.8.22
15252026-07-15T22:52:30.703Z Compiling zerovec v0.11.5
15262026-07-15T22:52:30.720Z Compiling zerotrie v0.2.3
15272026-07-15T22:52:30.729Z Compiling der v0.7.10
15282026-07-15T22:52:30.954Z Compiling darling_macro v0.20.11
15292026-07-15T22:52:31.045Z Compiling openssl-macros v0.1.1
15302026-07-15T22:52:31.096Z Compiling tracing v0.1.44
15312026-07-15T22:52:31.108Z Compiling hmac v0.12.1
15322026-07-15T22:52:31.149Z Compiling sha2 v0.10.9
15332026-07-15T22:52:31.253Z Compiling tinystr v0.8.2
15342026-07-15T22:52:31.291Z Compiling potential_utf v0.1.4
15352026-07-15T22:52:31.336Z Compiling scroll v0.13.0
15362026-07-15T22:52:31.388Z Compiling thiserror v2.0.18
15372026-07-15T22:52:31.427Z Compiling thiserror-impl v1.0.69
15382026-07-15T22:52:31.481Z Compiling icu_locale_core v2.1.1
15392026-07-15T22:52:31.494Z Compiling icu_collections v2.1.1
15402026-07-15T22:52:31.508Z Compiling darling v0.20.11
15412026-07-15T22:52:31.534Z Compiling dtrace-parser v0.3.0
15422026-07-15T22:52:31.609Z Compiling spki v0.7.3
15432026-07-15T22:52:31.645Z Compiling goblin v0.10.5
15442026-07-15T22:52:31.916Z Compiling pkcs8 v0.10.2
15452026-07-15T22:52:31.949Z Compiling derive_builder_core v0.20.2
15462026-07-15T22:52:32.011Z Compiling scroll_derive v0.12.1
15472026-07-15T22:52:32.025Z Compiling block-buffer v0.12.1
15482026-07-15T22:52:32.118Z Compiling crypto-common v0.2.2
15492026-07-15T22:52:32.243Z Compiling bytes v1.11.1
15502026-07-15T22:52:32.304Z Compiling icu_provider v2.1.1
15512026-07-15T22:52:32.323Z Compiling chrono v0.4.45
15522026-07-15T22:52:32.411Z Compiling ipnet v2.11.0
15532026-07-15T22:52:32.540Z Compiling serde_spanned v0.6.9
15542026-07-15T22:52:32.629Z Compiling icu_properties v2.1.2
15552026-07-15T22:52:32.634Z Compiling icu_normalizer v2.1.1
15562026-07-15T22:52:32.709Z Compiling serde_tokenstream v0.2.3
15572026-07-15T22:52:32.748Z Compiling tokio v1.52.1
15582026-07-15T22:52:32.768Z Compiling http v1.4.2
15592026-07-15T22:52:32.856Z Compiling derive_builder_macro v0.20.2
15602026-07-15T22:52:32.884Z Compiling thiserror v1.0.69
15612026-07-15T22:52:32.949Z Compiling scroll v0.12.0
15622026-07-15T22:52:32.965Z Compiling serde_urlencoded v0.7.1
15632026-07-15T22:52:33.009Z Compiling toml_datetime v0.6.11
15642026-07-15T22:52:33.033Z Compiling erased-serde v0.3.31
15652026-07-15T22:52:33.180Z Compiling block-padding v0.4.2
15662026-07-15T22:52:33.224Z Compiling md-5 v0.10.6
15672026-07-15T22:52:33.227Z Compiling signature v2.2.0
15682026-07-15T22:52:33.320Z Compiling darling_macro v0.21.3
15692026-07-15T22:52:33.364Z Compiling rustls-native-certs v0.8.3
15702026-07-15T22:52:33.383Z Compiling bstr v1.12.1
15712026-07-15T22:52:33.405Z Compiling http-body v1.0.1
15722026-07-15T22:52:33.533Z Compiling idna_adapter v1.2.1
15732026-07-15T22:52:33.580Z Compiling ppv-lite86 v0.2.21
15742026-07-15T22:52:33.673Z Compiling idna v1.1.0
15752026-07-15T22:52:33.679Z Compiling http-body-util v0.1.3
15762026-07-15T22:52:33.697Z Compiling pin-project-internal v1.1.11
15772026-07-15T22:52:33.713Z Compiling async-trait v0.1.89
15782026-07-15T22:52:33.751Z Compiling zerocopy-derive v0.7.35
15792026-07-15T22:52:33.796Z Compiling num-integer v0.1.46
15802026-07-15T22:52:33.815Z Compiling vergen-lib v9.1.0
15812026-07-15T22:52:33.868Z Compiling hash32 v0.2.1
15822026-07-15T22:52:33.931Z Compiling rand_chacha v0.9.0
15832026-07-15T22:52:33.948Z Compiling rand_chacha v0.3.1
15842026-07-15T22:52:34.021Z Compiling url v2.5.8
15852026-07-15T22:52:34.047Z Compiling memoffset v0.9.1
15862026-07-15T22:52:34.076Z Compiling encoding_rs v0.8.35
15872026-07-15T22:52:34.101Z Compiling smoltcp v0.9.1
15882026-07-15T22:52:34.125Z Compiling ref-cast v1.0.25
15892026-07-15T22:52:34.274Z Compiling rand v0.9.2
15902026-07-15T22:52:34.335Z Compiling zlib-rs v0.6.2
15912026-07-15T22:52:34.479Z Compiling dof v0.4.0
15922026-07-15T22:52:34.498Z Compiling mime v0.3.17
15932026-07-15T22:52:34.643Z Compiling rustix v0.38.44
15942026-07-15T22:52:34.671Z Compiling num-bigint-dig v0.8.6
15952026-07-15T22:52:34.759Z Compiling litrs v1.0.0
15962026-07-15T22:52:34.780Z Compiling psl-types v2.0.11
15972026-07-15T22:52:34.821Z Compiling cfg_aliases v0.2.1
15982026-07-15T22:52:34.899Z Compiling proptest v1.10.0
15992026-07-15T22:52:34.904Z Compiling fallible-iterator v0.2.0
16002026-07-15T22:52:34.944Z Compiling pin-project v1.1.11
16012026-07-15T22:52:34.975Z Compiling nix v0.31.2
16022026-07-15T22:52:34.989Z Compiling publicsuffix v2.3.0
16032026-07-15T22:52:35.082Z Compiling zerocopy v0.7.35
16042026-07-15T22:52:35.197Z Compiling postgres-protocol v0.6.10
16052026-07-15T22:52:35.214Z Compiling rand v0.8.6
16062026-07-15T22:52:35.295Z Compiling num-iter v0.1.45
16072026-07-15T22:52:35.344Z Compiling document-features v0.2.12
16082026-07-15T22:52:35.379Z Compiling darling v0.21.3
16092026-07-15T22:52:35.424Z Compiling ipnetwork v0.21.1
16102026-07-15T22:52:35.691Z Compiling oxnet v0.1.6
16112026-07-15T22:52:35.722Z Compiling derive_builder v0.20.2
16122026-07-15T22:52:35.757Z Compiling inout v0.2.2
16132026-07-15T22:52:35.775Z Compiling goblin v0.8.2
16142026-07-15T22:52:35.836Z Compiling futures-executor v0.3.32
16152026-07-15T22:52:35.852Z Compiling hubpack_derive v0.1.1
16162026-07-15T22:52:35.865Z Compiling hex v0.4.3
16172026-07-15T22:52:35.954Z Compiling regex v1.12.3
16182026-07-15T22:52:35.989Z Compiling snafu-derive v0.8.9
16192026-07-15T22:52:36.018Z Compiling curve25519-dalek-derive v0.1.1
16202026-07-15T22:52:36.076Z Compiling ref-cast-impl v1.0.25
16212026-07-15T22:52:36.090Z Compiling daft-derive v0.1.7
16222026-07-15T22:52:36.102Z Compiling strum_macros v0.27.2
16232026-07-15T22:52:36.162Z Compiling phf_shared v0.13.1
16242026-07-15T22:52:36.346Z Compiling terminal_size v0.4.3
16252026-07-15T22:52:36.399Z Compiling lazy_static v1.5.0
16262026-07-15T22:52:36.418Z Compiling cargo-platform v0.3.2
16272026-07-15T22:52:36.482Z Compiling anstyle-parse v0.2.7
16282026-07-15T22:52:36.499Z Compiling vergen v9.1.0
16292026-07-15T22:52:36.513Z Compiling ff v0.13.1
16302026-07-15T22:52:36.538Z Compiling fs-err v3.3.0
16312026-07-15T22:52:36.661Z Compiling tokio-util v0.7.18
16322026-07-15T22:52:36.676Z Compiling tower v0.5.3
16332026-07-15T22:52:36.679Z Compiling tokio-native-tls v0.3.1
16342026-07-15T22:52:36.704Z Compiling ahash v0.8.12
16352026-07-15T22:52:36.719Z Compiling winnow v0.5.40
16362026-07-15T22:52:36.733Z Compiling foldhash v0.1.5
16372026-07-15T22:52:36.733Z Compiling foldhash v0.2.0
16382026-07-15T22:52:36.767Z Compiling bitflags v1.3.2
16392026-07-15T22:52:36.856Z Compiling unicode-segmentation v1.12.0
16402026-07-15T22:52:36.878Z Compiling object v0.37.3
16412026-07-15T22:52:36.892Z Compiling base16ct v0.2.0
16422026-07-15T22:52:36.916Z Compiling bumpalo v3.20.2
16432026-07-15T22:52:36.953Z Compiling same-file v1.0.6
16442026-07-15T22:52:36.985Z Compiling managed v0.8.0
16452026-07-15T22:52:37.083Z Compiling libbz2-rs-sys v0.2.2
16462026-07-15T22:52:37.132Z Compiling tower-http v0.6.8
16472026-07-15T22:52:37.198Z Compiling zopfli v0.8.3
16482026-07-15T22:52:37.223Z Compiling walkdir v2.5.0
16492026-07-15T22:52:37.260Z Compiling sec1 v0.7.3
16502026-07-15T22:52:37.330Z Compiling flate2 v1.1.9
16512026-07-15T22:52:37.576Z Compiling h2 v0.4.15
16522026-07-15T22:52:37.589Z Compiling newtype-uuid v1.3.2
16532026-07-15T22:52:37.605Z Compiling bzip2 v0.6.1
16542026-07-15T22:52:37.752Z Compiling hashbrown v0.16.1
16552026-07-15T22:52:37.773Z Compiling hashbrown v0.15.5
16562026-07-15T22:52:37.821Z Compiling daft v0.1.7
16572026-07-15T22:52:37.855Z Compiling clap_builder v4.6.0
16582026-07-15T22:52:37.953Z Compiling group v0.13.0
16592026-07-15T22:52:37.967Z Compiling snafu v0.8.9
16602026-07-15T22:52:38.029Z Compiling anstream v0.6.21
16612026-07-15T22:52:38.051Z Compiling dof v0.3.0
16622026-07-15T22:52:38.124Z Compiling toml_edit v0.19.15
16632026-07-15T22:52:38.138Z Compiling strum v0.27.2
16642026-07-15T22:52:38.152Z Compiling cargo_metadata v0.23.1
16652026-07-15T22:52:38.283Z Compiling signal-hook-mio v0.2.5
16662026-07-15T22:52:38.341Z Compiling phf v0.13.1
16672026-07-15T22:52:38.354Z Compiling hubpack v0.1.2
16682026-07-15T22:52:38.360Z Compiling cookie_store v0.22.1
16692026-07-15T22:52:38.375Z Compiling usdt-macro v0.6.0
16702026-07-15T22:52:38.417Z Compiling usdt-attr-macro v0.6.0
16712026-07-15T22:52:38.507Z Compiling futures v0.3.32
16722026-07-15T22:52:38.548Z Compiling bzip2 v0.4.4
16732026-07-15T22:52:38.580Z Compiling cipher v0.5.2
16742026-07-15T22:52:38.771Z Compiling postgres-types v0.2.12
16752026-07-15T22:52:38.787Z Compiling serde_with_macros v3.17.0
16762026-07-15T22:52:39.011Z Compiling zstd v0.13.3
16772026-07-15T22:52:39.028Z Compiling globset v0.4.18
16782026-07-15T22:52:39.171Z Compiling ed25519 v2.2.3
16792026-07-15T22:52:39.275Z Compiling dtrace-parser v0.2.0
16802026-07-15T22:52:39.298Z Compiling olpc-cjson v0.1.4
16812026-07-15T22:52:39.339Z Compiling serde-big-array v0.5.1
16822026-07-15T22:52:39.355Z Compiling serde_plain v1.0.2
16832026-07-15T22:52:39.468Z Compiling pkcs1 v0.7.5
16842026-07-15T22:52:39.498Z Compiling hkdf v0.12.4
16852026-07-15T22:52:39.533Z Compiling crypto-bigint v0.5.5
16862026-07-15T22:52:39.564Z Compiling serde_repr v0.1.20
16872026-07-15T22:52:39.681Z Compiling clap_derive v4.6.1
16882026-07-15T22:52:39.770Z Compiling async-recursion v1.1.1
16892026-07-15T22:52:39.898Z Compiling enum-as-inner v0.6.1
16902026-07-15T22:52:40.017Z Compiling strum_macros v0.26.4
16912026-07-15T22:52:40.080Z Compiling phf_shared v0.11.3
16922026-07-15T22:52:40.153Z Compiling float-cmp v0.10.0
16932026-07-15T22:52:40.158Z Compiling pem v3.0.6
16942026-07-15T22:52:40.158Z Compiling thread-id v4.2.2
16952026-07-15T22:52:40.276Z Compiling memmap2 v0.9.10
16962026-07-15T22:52:40.290Z Compiling env_filter v1.0.0
16972026-07-15T22:52:40.320Z Compiling precomputed-hash v0.1.1
16982026-07-15T22:52:40.422Z Compiling cpufeatures v0.3.0
16992026-07-15T22:52:40.458Z Compiling data-encoding v2.10.0
17002026-07-15T22:52:40.462Z Compiling predicates-core v1.0.10
17012026-07-15T22:52:40.511Z Compiling jiff v0.2.21
17022026-07-15T22:52:40.524Z Compiling fixedbitset v0.5.7
17032026-07-15T22:52:40.536Z Compiling fixedbitset v0.4.2
17042026-07-15T22:52:40.615Z Compiling typed-path v0.9.3
17052026-07-15T22:52:40.665Z Compiling const-oid v0.10.2
17062026-07-15T22:52:40.775Z Compiling either v1.15.0
17072026-07-15T22:52:40.821Z Compiling hyper v1.10.1
17082026-07-15T22:52:40.854Z Compiling whoami v2.1.0
17092026-07-15T22:52:40.892Z Compiling normalize-line-endings v0.3.0
17102026-07-15T22:52:40.908Z Compiling keccak v0.1.6
17112026-07-15T22:52:40.974Z Compiling difflib v0.4.0
17122026-07-15T22:52:41.006Z Compiling new_debug_unreachable v1.0.6
17132026-07-15T22:52:41.020Z Compiling winnow v1.0.3
17142026-07-15T22:52:41.089Z Compiling static_assertions v1.1.0
17152026-07-15T22:52:41.177Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17162026-07-15T22:52:41.192Z Compiling tokio-postgres v0.7.16
17172026-07-15T22:52:41.260Z Compiling predicates v3.1.4
17182026-07-15T22:52:41.403Z Compiling toml_parser v1.1.2+spec-1.1.0
17192026-07-15T22:52:41.581Z Compiling string_cache v0.8.9
17202026-07-15T22:52:41.606Z Compiling clap v4.6.1
17212026-07-15T22:52:41.685Z Compiling sha3 v0.10.8
17222026-07-15T22:52:41.701Z Compiling toml_edit v0.22.27
17232026-07-15T22:52:41.736Z Compiling itertools v0.13.0
17242026-07-15T22:52:41.842Z Compiling digest v0.11.3
17252026-07-15T22:52:41.885Z Compiling strum v0.26.3
17262026-07-15T22:52:41.916Z Compiling hickory-proto v0.25.2
17272026-07-15T22:52:42.340Z Compiling petgraph v0.8.3
17282026-07-15T22:52:42.364Z Compiling petgraph v0.6.5
17292026-07-15T22:52:42.364Z Compiling hyper-util v0.1.20
17302026-07-15T22:52:42.364Z Compiling elliptic-curve v0.13.8
17312026-07-15T22:52:42.365Z Compiling chacha20 v0.10.0
17322026-07-15T22:52:42.365Z Compiling env_logger v0.11.9
17332026-07-15T22:52:42.547Z Compiling usdt v0.6.0
17342026-07-15T22:52:42.573Z Compiling usdt-impl v0.5.0
17352026-07-15T22:52:42.574Z Compiling serde_with v3.17.0
17362026-07-15T22:52:42.574Z Compiling crossterm v0.28.1
17372026-07-15T22:52:42.800Z Compiling rsa v0.9.10
17382026-07-15T22:52:43.113Z Compiling toml v0.7.8
17392026-07-15T22:52:43.220Z Compiling ed25519-dalek v2.2.0
17402026-07-15T22:52:43.533Z Compiling hyper-tls v0.6.0
17412026-07-15T22:52:43.549Z Compiling zip v4.6.1
17422026-07-15T22:52:43.809Z Compiling reqwest v0.12.28
17432026-07-15T22:52:43.914Z Compiling zip v0.6.6
17442026-07-15T22:52:43.935Z Compiling iddqd v0.4.2
17452026-07-15T22:52:44.114Z Compiling tokio-stream v0.1.18
17462026-07-15T22:52:44.409Z Compiling heck v0.4.1
17472026-07-15T22:52:44.419Z Compiling similar v2.7.0
17482026-07-15T22:52:44.481Z Compiling buf-list v1.1.2
17492026-07-15T22:52:44.554Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17502026-07-15T22:52:44.565Z Compiling openapiv3 v2.2.0
17512026-07-15T22:52:44.603Z Compiling x509-cert v0.2.5
17522026-07-15T22:52:44.636Z Compiling crossbeam-epoch v0.9.18
17532026-07-15T22:52:44.667Z Compiling peg-runtime v0.8.5
17542026-07-15T22:52:44.791Z Compiling lalrpop-util v0.19.12
17552026-07-15T22:52:44.923Z Compiling thread_local v1.1.9
17562026-07-15T22:52:44.982Z Compiling slog-async v2.8.0
17572026-07-15T22:52:45.009Z Compiling crossbeam-channel v0.5.15
17582026-07-15T22:52:45.017Z Compiling is-terminal v0.4.17
17592026-07-15T22:52:45.061Z Compiling filetime v0.2.27
17602026-07-15T22:52:45.141Z Compiling term v1.2.1
17612026-07-15T22:52:45.208Z Compiling xattr v1.6.1
17622026-07-15T22:52:45.304Z Compiling take_mut v0.2.2
17632026-07-15T22:52:45.336Z Compiling camino-tempfile v1.4.1
17642026-07-15T22:52:45.373Z Compiling tar v0.4.45
17652026-07-15T22:52:45.525Z Compiling slog-term v2.9.2
17662026-07-15T22:53:03.613Z Compiling rustls-webpki v0.103.13
17672026-07-15T22:53:06.458Z Compiling tokio-rustls v0.26.4
17682026-07-15T22:53:06.459Z Compiling rustls-platform-verifier v0.6.2
17692026-07-15T22:53:06.459Z Compiling tough v0.22.0
17702026-07-15T22:53:06.670Z Compiling hyper-rustls v0.27.7
17712026-07-15T22:53:06.872Z Compiling reqwest v0.13.2
17722026-07-15T22:53:09.214Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17732026-07-15T22:53:09.484Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17742026-07-15T22:53:12.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.23s
17752026-07-15T22:53:12.626Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17762026-07-15T22:53:12.679ZJul 15 22:53:11.681 INFO Starting download, target: Clickhouse
17772026-07-15T22:53:12.679ZJul 15 22:53:11.682 INFO Starting download, target: Cockroach
17782026-07-15T22:53:12.679ZJul 15 22:53:11.682 INFO Starting download, target: Console
17792026-07-15T22:53:12.679ZJul 15 22:53:11.682 INFO Starting download, target: DendriteStub
17802026-07-15T22:53:12.683ZJul 15 22:53:11.682 INFO Starting download, target: MaghemiteMgd
17812026-07-15T22:53:12.683ZJul 15 22:53:11.682 INFO Starting download, target: MaghemiteDdmd
17822026-07-15T22:53:12.683ZJul 15 22:53:11.682 INFO Starting download, target: TransceiverControl
17832026-07-15T22:53:12.683ZJul 15 22:53:11.682 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17842026-07-15T22:53:12.683ZJul 15 22:53:11.682 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17852026-07-15T22:53:12.683ZJul 15 22:53:11.682 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17862026-07-15T22:53:12.683ZJul 15 22:53:11.682 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17872026-07-15T22:53:12.683ZJul 15 22:53:11.682 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17882026-07-15T22:53:12.683ZJul 15 22:53:11.682 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17892026-07-15T22:53:12.683ZJul 15 22:53:11.683 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17902026-07-15T22:53:13.335ZJul 15 22:53:12.328 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17912026-07-15T22:53:13.545ZJul 15 22:53:12.548 INFO Download complete, target: TransceiverControl
17922026-07-15T22:53:14.486ZJul 15 22:53:13.488 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17932026-07-15T22:53:14.785ZJul 15 22:53:13.781 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17942026-07-15T22:53:14.807ZJul 15 22:53:13.805 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17952026-07-15T22:53:14.970ZJul 15 22:53:13.970 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17962026-07-15T22:53:15.065ZJul 15 22:53:14.067 INFO Download complete, target: Console
17972026-07-15T22:53:15.126ZJul 15 22:53:14.127 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17982026-07-15T22:53:15.288ZJul 15 22:53:14.291 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17992026-07-15T22:53:15.288ZJul 15 22:53:14.291 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18002026-07-15T22:53:16.918ZJul 15 22:53:15.921 INFO Download complete, target: MaghemiteDdmd
18012026-07-15T22:53:17.105ZJul 15 22:53:16.108 INFO Download complete, target: DendriteStub
18022026-07-15T22:53:17.535ZJul 15 22:53:16.538 INFO Download complete, target: MaghemiteMgd
18032026-07-15T22:53:19.928ZJul 15 22:53:18.931 INFO Checking that binary works, target: Cockroach
18042026-07-15T22:53:20.050ZJul 15 22:53:19.054 INFO Download complete, target: Cockroach
18052026-07-15T22:53:21.889ZJul 15 22:53:20.891 INFO Checking that binary works, target: Clickhouse
18062026-07-15T22:53:21.972ZJul 15 22:53:20.975 INFO Download complete, target: Clickhouse
18072026-07-15T22:53:21.980ZAll prerequisites installed successfully
18082026-07-15T22:53:21.983Z
18092026-07-15T22:53:21.983Zreal 1:26.841891814
18102026-07-15T22:53:21.983Zuser 6:39.961930619
18112026-07-15T22:53:21.983Zsys 1:37.040778367
18122026-07-15T22:53:21.983Ztrap 0.232779811
18132026-07-15T22:53:21.983Ztflt 0.810006740
18142026-07-15T22:53:21.983Zdflt 1.707219617
18152026-07-15T22:53:21.983Zkflt 0.023522015
18162026-07-15T22:53:21.983Zlock 23:44.621995262
18172026-07-15T22:53:21.983Zslp 18:05.373078608
18182026-07-15T22:53:21.983Zlat 20.720574584
18192026-07-15T22:53:21.983Zstop 2:23.338455455
18202026-07-15T22:53:21.983Z+ source ./tools/include/force-git-over-https.sh
18212026-07-15T22:53:21.983Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18222026-07-15T22:53:21.983Z++ (( i = 0 ))
18232026-07-15T22:53:21.983Z++ (( i < 5 ))
18242026-07-15T22:53:21.983Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18252026-07-15T22:53:21.986Z++ (( i++ ))
18262026-07-15T22:53:21.986Z++ (( i < 5 ))
18272026-07-15T22:53:21.986Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18282026-07-15T22:53:21.989Z++ (( i++ ))
18292026-07-15T22:53:21.989Z++ (( i < 5 ))
18302026-07-15T22:53:21.989Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18312026-07-15T22:53:21.992Z++ (( i++ ))
18322026-07-15T22:53:21.992Z++ (( i < 5 ))
18332026-07-15T22:53:21.992Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18342026-07-15T22:53:21.995Z++ (( i++ ))
18352026-07-15T22:53:21.995Z++ (( i < 5 ))
18362026-07-15T22:53:21.995Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18372026-07-15T22:53:21.998Z++ (( i++ ))
18382026-07-15T22:53:21.998Z++ (( i < 5 ))
18392026-07-15T22:53:21.998Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-07-15T22:53:21.998Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18412026-07-15T22:53:21.998Z+ rc=0
18422026-07-15T22:53:21.998Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18432026-07-15T22:53:27.361Z+ case $rc in
18442026-07-15T22:53:27.361Z+ pfexec zfs create -p rpool/images/build/host
18452026-07-15T22:53:27.560Z+ pfexec zfs create -p rpool/images/build/recovery
18462026-07-15T22:53:27.630Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18472026-07-15T22:53:28.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18482026-07-15T22:53:28.103Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18492026-07-15T22:53:29.014Z Compiling proc-macro2 v1.0.106
18502026-07-15T22:53:29.015Z Compiling quote v1.0.45
18512026-07-15T22:53:29.015Z Compiling unicode-ident v1.0.24
18522026-07-15T22:53:29.015Z Compiling libc v0.2.185
18532026-07-15T22:53:29.019Z Compiling serde_core v1.0.228
18542026-07-15T22:53:29.019Z Compiling serde v1.0.228
18552026-07-15T22:53:29.019Z Compiling cfg-if v1.0.4
18562026-07-15T22:53:29.020Z Compiling shlex v1.3.0
18572026-07-15T22:53:29.104Z Compiling find-msvc-tools v0.1.9
18582026-07-15T22:53:29.117Z Compiling version_check v0.9.5
18592026-07-15T22:53:29.120Z Compiling autocfg v1.5.0
18602026-07-15T22:53:29.121Z Compiling zerocopy v0.8.40
18612026-07-15T22:53:29.121Z Compiling zmij v1.0.21
18622026-07-15T22:53:29.121Z Compiling portable-atomic v1.13.1
18632026-07-15T22:53:29.121Z Compiling memchr v2.8.0
18642026-07-15T22:53:29.439Z Compiling serde_json v1.0.150
18652026-07-15T22:53:29.459Z Compiling parking_lot_core v0.9.12
18662026-07-15T22:53:29.628Z Compiling libm v0.2.16
18672026-07-15T22:53:29.681Z Compiling getrandom v0.4.1
18682026-07-15T22:53:29.701Z Compiling generic-array v0.14.7
18692026-07-15T22:53:29.704Z Compiling smallvec v1.15.1
18702026-07-15T22:53:29.748Z Compiling num-traits v0.2.19
18712026-07-15T22:53:29.751Z Compiling icu_normalizer_data v2.1.1
18722026-07-15T22:53:29.762Z Compiling icu_properties_data v2.1.2
18732026-07-15T22:53:29.762Z Compiling pkg-config v0.3.32
18742026-07-15T22:53:29.766Z Compiling log v0.4.29
18752026-07-15T22:53:30.016Z Compiling itoa v1.0.17
18762026-07-15T22:53:30.037Z Compiling jobserver v0.1.34
18772026-07-15T22:53:30.040Z Compiling subtle v2.6.1
18782026-07-15T22:53:30.053Z Compiling getrandom v0.3.4
18792026-07-15T22:53:30.070Z Compiling rustix v1.1.3
18802026-07-15T22:53:30.118Z Compiling errno v0.3.14
18812026-07-15T22:53:30.151Z Compiling scopeguard v1.2.0
18822026-07-15T22:53:30.299Z Compiling cc v1.2.56
18832026-07-15T22:53:30.315Z Compiling lock_api v0.4.14
18842026-07-15T22:53:30.318Z Compiling stable_deref_trait v1.2.1
18852026-07-15T22:53:30.382Z Compiling critical-section v1.2.0
18862026-07-15T22:53:30.403Z Compiling heck v0.5.0
18872026-07-15T22:53:30.453Z Compiling typenum v1.20.1
18882026-07-15T22:53:30.456Z Compiling fs_extra v1.3.0
18892026-07-15T22:53:30.456Z Compiling dunce v1.0.5
18902026-07-15T22:53:30.517Z Compiling syn v2.0.117
18912026-07-15T22:53:30.613Z Compiling pin-project-lite v0.2.17
18922026-07-15T22:53:30.616Z Compiling fnv v1.0.7
18932026-07-15T22:53:30.663Z Compiling rustversion v1.0.22
18942026-07-15T22:53:30.693Z Compiling thiserror v2.0.18
18952026-07-15T22:53:30.820Z Compiling futures-core v0.3.32
18962026-07-15T22:53:30.848Z Compiling rand_core v0.10.0
18972026-07-15T22:53:30.863Z Compiling aws-lc-rs v1.16.3
18982026-07-15T22:53:30.984Z Compiling once_cell v1.21.3
18992026-07-15T22:53:31.030Z Compiling signal-hook-registry v1.4.8
19002026-07-15T22:53:31.069Z Compiling getrandom v0.2.17
19012026-07-15T22:53:31.127Z Compiling cmake v0.1.57
19022026-07-15T22:53:31.227Z Compiling percent-encoding v2.3.2
19032026-07-15T22:53:31.255Z Compiling litemap v0.8.1
19042026-07-15T22:53:31.298Z Compiling httparse v1.10.1
19052026-07-15T22:53:31.347Z Compiling writeable v0.6.2
19062026-07-15T22:53:31.374Z Compiling parking_lot v0.12.5
19072026-07-15T22:53:31.402Z Compiling rand_core v0.6.4
19082026-07-15T22:53:31.487Z Compiling mio v1.2.0
19092026-07-15T22:53:31.538Z Compiling semver v1.0.28
19102026-07-15T22:53:31.611Z Compiling equivalent v1.0.2
19112026-07-15T22:53:31.628Z Compiling bitflags v2.11.0
19122026-07-15T22:53:31.728Z Compiling aws-lc-sys v0.40.0
19132026-07-15T22:53:31.894Z Compiling schemars v0.8.22
19142026-07-15T22:53:32.015Z Compiling vcpkg v0.2.15
19152026-07-15T22:53:32.133Z Compiling socket2 v0.6.3
19162026-07-15T22:53:32.155Z Compiling const-oid v0.9.6
19172026-07-15T22:53:32.484Z Compiling crc32fast v1.5.0
19182026-07-15T22:53:32.668Z Compiling openssl-sys v0.9.115
19192026-07-15T22:53:32.671Z Compiling futures-sink v0.3.32
19202026-07-15T22:53:32.729Z Compiling utf8_iter v1.0.4
19212026-07-15T22:53:32.764Z Compiling hashbrown v0.17.0
19222026-07-15T22:53:32.767Z Compiling rustls v0.23.41
19232026-07-15T22:53:32.825Z Compiling futures-channel v0.3.32
19242026-07-15T22:53:32.842Z Compiling form_urlencoded v1.2.2
19252026-07-15T22:53:32.924Z Compiling slab v0.4.12
19262026-07-15T22:53:32.948Z Compiling futures-io v0.3.32
19272026-07-15T22:53:33.023Z Compiling futures-task v0.3.32
19282026-07-15T22:53:33.136Z Compiling rustc_version v0.4.1
19292026-07-15T22:53:33.202Z Compiling ucd-trie v0.1.7
19302026-07-15T22:53:33.238Z Compiling strsim v0.11.1
19312026-07-15T22:53:33.255Z Compiling byteorder v1.5.0
19322026-07-15T22:53:33.339Z Compiling time-core v0.1.8
19332026-07-15T22:53:33.392Z Compiling pest v2.8.6
19342026-07-15T22:53:33.446Z Compiling indexmap v2.14.0
19352026-07-15T22:53:33.470Z Compiling num-conv v0.2.0
19362026-07-15T22:53:33.544Z Compiling openssl v0.10.79
19372026-07-15T22:53:33.547Z Compiling ident_case v1.0.1
19382026-07-15T22:53:33.621Z Compiling synstructure v0.13.2
19392026-07-15T22:53:33.640Z Compiling serde_derive_internals v0.29.1
19402026-07-15T22:53:33.673Z Compiling time-macros v0.2.27
19412026-07-15T22:53:33.708Z Compiling thiserror v1.0.69
19422026-07-15T22:53:33.739Z Compiling syn v1.0.109
19432026-07-15T22:53:33.754Z Compiling iana-time-zone v0.1.65
19442026-07-15T22:53:33.792Z Compiling regex-syntax v0.8.10
19452026-07-15T22:53:33.924Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19462026-07-15T22:53:34.062Z Compiling native-tls v0.2.18
19472026-07-15T22:53:34.108Z Compiling base64 v0.22.1
19482026-07-15T22:53:34.195Z Compiling crossbeam-utils v0.8.21
19492026-07-15T22:53:34.254Z Compiling slog v2.8.2
19502026-07-15T22:53:34.452Z Compiling camino v1.2.2
19512026-07-15T22:53:34.501Z Compiling rand_core v0.9.5
19522026-07-15T22:53:34.562Z Compiling bzip2-sys v0.1.13+1.0.8
19532026-07-15T22:53:34.587Z Compiling uuid v1.23.4
19542026-07-15T22:53:34.671Z Compiling pest_meta v2.8.6
19552026-07-15T22:53:34.689Z Compiling cookie v0.18.1
19562026-07-15T22:53:34.745Z Compiling base64ct v1.8.3
19572026-07-15T22:53:34.830Z Compiling paste v1.0.15
19582026-07-15T22:53:34.859Z Compiling fastrand v2.3.0
19592026-07-15T22:53:34.875Z Compiling plain v0.2.3
19602026-07-15T22:53:35.001Z Compiling serde_derive v1.0.228
19612026-07-15T22:53:35.019Z Compiling zeroize_derive v1.4.3
19622026-07-15T22:53:35.022Z Compiling zerofrom-derive v0.1.6
19632026-07-15T22:53:35.071Z Compiling zerocopy-derive v0.8.40
19642026-07-15T22:53:35.141Z Compiling yoke-derive v0.8.1
19652026-07-15T22:53:35.222Z Compiling zerovec-derive v0.11.2
19662026-07-15T22:53:35.262Z Compiling displaydoc v0.2.5
19672026-07-15T22:53:35.287Z Compiling tokio-macros v2.7.0
19682026-07-15T22:53:35.290Z Compiling futures-macro v0.3.32
19692026-07-15T22:53:35.706Z Compiling zeroize v1.8.2
19702026-07-15T22:53:36.069Z Compiling tracing-attributes v0.1.31
19712026-07-15T22:53:36.090Z Compiling thiserror-impl v2.0.18
19722026-07-15T22:53:36.110Z Compiling der_derive v0.7.3
19732026-07-15T22:53:36.165Z Compiling schemars_derive v0.8.22
19742026-07-15T22:53:36.239Z Compiling futures-util v0.3.32
19752026-07-15T22:53:36.314Z Compiling zerofrom v0.1.6
19762026-07-15T22:53:36.469Z Compiling yoke v0.8.1
19772026-07-15T22:53:36.702Z Compiling zerovec v0.11.5
19782026-07-15T22:53:36.852Z Compiling zerotrie v0.2.3
19792026-07-15T22:53:37.374Z Compiling tinystr v0.8.2
19802026-07-15T22:53:37.379Z Compiling potential_utf v0.1.4
19812026-07-15T22:53:37.418Z Compiling block-buffer v0.10.4
19822026-07-15T22:53:37.421Z Compiling crypto-common v0.1.7
19832026-07-15T22:53:37.575Z Compiling icu_locale_core v2.1.1
19842026-07-15T22:53:37.637Z Compiling icu_collections v2.1.1
19852026-07-15T22:53:37.654Z Compiling digest v0.10.7
19862026-07-15T22:53:37.716Z Compiling pest_generator v2.8.6
19872026-07-15T22:53:37.938Z Compiling openssl-macros v0.1.1
19882026-07-15T22:53:37.955Z Compiling scroll_derive v0.13.1
19892026-07-15T22:53:38.380Z Compiling thiserror-impl v1.0.69
19902026-07-15T22:53:38.401Z Compiling icu_provider v2.1.1
19912026-07-15T22:53:38.416Z Compiling pest_derive v2.8.6
19922026-07-15T22:53:38.548Z Compiling bytes v1.11.1
19932026-07-15T22:53:38.779Z Compiling icu_normalizer v2.1.1
19942026-07-15T22:53:38.828Z Compiling icu_properties v2.1.2
19952026-07-15T22:53:38.845Z Compiling chrono v0.4.45
19962026-07-15T22:53:39.170Z Compiling tokio v1.52.1
19972026-07-15T22:53:39.528Z Compiling http v1.4.2
19982026-07-15T22:53:39.600Z Compiling rustls-pki-types v1.14.0
19992026-07-15T22:53:39.910Z Compiling idna_adapter v1.2.1
20002026-07-15T22:53:40.078Z Compiling idna v1.1.0
20012026-07-15T22:53:40.124Z Compiling ppv-lite86 v0.2.21
20022026-07-15T22:53:40.254Z Compiling pem-rfc7468 v0.7.0
20032026-07-15T22:53:40.502Z Compiling url v2.5.8
20042026-07-15T22:53:40.519Z Compiling tracing-core v0.1.36
20052026-07-15T22:53:40.587Z Compiling aho-corasick v1.1.4
20062026-07-15T22:53:41.070Z Compiling num-bigint-dig v0.8.6
20072026-07-15T22:53:41.152Z Compiling flagset v0.4.7
20082026-07-15T22:53:41.287Z Compiling tracing v0.1.44
20092026-07-15T22:53:41.314Z Compiling der v0.7.10
20102026-07-15T22:53:41.548Z Compiling regex-automata v0.4.14
20112026-07-15T22:53:41.654Z Compiling rand_chacha v0.9.0
20122026-07-15T22:53:41.693Z Compiling http-body v1.0.1
20132026-07-15T22:53:41.937Z Compiling async-trait v0.1.89
20142026-07-15T22:53:42.114Z Compiling ahash v0.8.12
20152026-07-15T22:53:42.133Z Compiling dyn-clone v1.0.20
20162026-07-15T22:53:42.156Z Compiling pretty-hex v0.4.1
20172026-07-15T22:53:42.307Z Compiling atomic-waker v1.1.2
20182026-07-15T22:53:42.323Z Compiling cmov v0.5.4
20192026-07-15T22:53:42.362Z Compiling openssl-probe v0.2.1
20202026-07-15T22:53:42.390Z Compiling zstd-safe v7.2.4
20212026-07-15T22:53:42.406Z Compiling tinyvec_macros v0.1.1
20222026-07-15T22:53:42.450Z Compiling usdt-impl v0.6.0
20232026-07-15T22:53:42.480Z Compiling spki v0.7.3
20242026-07-15T22:53:42.533Z Compiling tinyvec v1.10.0
20252026-07-15T22:53:42.594Z Compiling ctutils v0.4.2
20262026-07-15T22:53:42.633Z Compiling rand v0.9.2
20272026-07-15T22:53:42.740Z Compiling scroll v0.13.0
20282026-07-15T22:53:42.772Z Compiling serde_tokenstream v0.2.3
20292026-07-15T22:53:42.789Z Compiling tempfile v3.25.0
20302026-07-15T22:53:42.897Z Compiling scroll_derive v0.12.1
20312026-07-15T22:53:42.964Z Compiling clap_derive v4.6.1
20322026-07-15T22:53:42.988Z Compiling daft-derive v0.1.7
20332026-07-15T22:53:43.061Z Compiling heapless v0.7.17
20342026-07-15T22:53:43.222Z Compiling untrusted v0.7.1
20352026-07-15T22:53:43.258Z Compiling try-lock v0.2.5
20362026-07-15T22:53:43.312Z Compiling signal-hook v0.3.18
20372026-07-15T22:53:43.344Z Compiling tower-service v0.3.3
20382026-07-15T22:53:43.393Z Compiling utf8parse v0.2.2
20392026-07-15T22:53:43.444Z Compiling litrs v1.0.0
20402026-07-15T22:53:43.460Z Compiling tower-layer v0.3.3
20412026-07-15T22:53:43.536Z Compiling tokio-util v0.7.18
20422026-07-15T22:53:43.570Z Compiling anyhow v1.0.102
20432026-07-15T22:53:43.743Z Compiling want v0.3.1
20442026-07-15T22:53:43.961Z Compiling goblin v0.10.5
20452026-07-15T22:53:43.977Z Compiling document-features v0.2.12
20462026-07-15T22:53:44.084Z Compiling hybrid-array v0.4.13
20472026-07-15T22:53:44.121Z Compiling ipnet v2.11.0
20482026-07-15T22:53:44.610Z Compiling h2 v0.4.15
20492026-07-15T22:53:44.614Z Compiling pin-project-internal v1.1.11
20502026-07-15T22:53:44.749Z Compiling darling_core v0.20.11
20512026-07-15T22:53:44.800Z Compiling spin v0.9.8
20522026-07-15T22:53:44.979Z Compiling anstyle v1.0.14
20532026-07-15T22:53:45.084Z Compiling httpdate v1.0.3
20542026-07-15T22:53:45.289Z Compiling simd-adler32 v0.3.8
20552026-07-15T22:53:45.337Z Compiling untrusted v0.9.0
20562026-07-15T22:53:45.502Z Compiling powerfmt v0.2.0
20572026-07-15T22:53:45.567Z Compiling cpufeatures v0.2.17
20582026-07-15T22:53:45.663Z Compiling foreign-types-shared v0.1.1
20592026-07-15T22:53:45.731Z Compiling rustix v0.38.44
20602026-07-15T22:53:45.779Z Compiling foreign-types v0.3.2
20612026-07-15T22:53:45.783Z Compiling deranged v0.5.8
20622026-07-15T22:53:45.863Z Compiling unicode-normalization v0.1.25
20632026-07-15T22:53:45.897Z Compiling pkcs8 v0.10.2
20642026-07-15T22:53:46.152Z Compiling dtrace-parser v0.3.0
20652026-07-15T22:53:46.192Z Compiling hex v0.4.3
20662026-07-15T22:53:46.196Z Compiling zerocopy-derive v0.7.35
20672026-07-15T22:53:46.314Z Compiling strum_macros v0.26.4
20682026-07-15T22:53:46.385Z Compiling darling_core v0.21.3
20692026-07-15T22:53:46.419Z Compiling curve25519-dalek v4.1.3
20702026-07-15T22:53:46.728Z Compiling thread-id v5.1.0
20712026-07-15T22:53:46.801Z Compiling memoffset v0.9.1
20722026-07-15T22:53:46.873Z Compiling ref-cast v1.0.25
20732026-07-15T22:53:46.940Z Compiling darling_macro v0.20.11
20742026-07-15T22:53:47.062Z Compiling dof v0.4.0
20752026-07-15T22:53:47.065Z Compiling num_threads v0.1.7
20762026-07-15T22:53:47.120Z Compiling smoltcp v0.9.1
20772026-07-15T22:53:47.152Z Compiling adler2 v2.0.1
20782026-07-15T22:53:47.237Z Compiling anstyle-query v1.1.5
20792026-07-15T22:53:47.388Z Compiling is_terminal_polyfill v1.70.2
20802026-07-15T22:53:47.409Z Compiling colorchoice v1.0.4
20812026-07-15T22:53:47.423Z Compiling time v0.3.47
20822026-07-15T22:53:47.521Z Compiling darling v0.20.11
20832026-07-15T22:53:47.544Z Compiling miniz_oxide v0.8.9
20842026-07-15T22:53:47.631Z Compiling sha2 v0.10.9
20852026-07-15T22:53:48.129Z Compiling hyper v1.10.1
20862026-07-15T22:53:48.178Z Compiling hmac v0.12.1
20872026-07-15T22:53:48.269Z Compiling snafu-derive v0.8.9
20882026-07-15T22:53:48.577Z Compiling sync_wrapper v1.0.2
20892026-07-15T22:53:48.602Z Compiling wait-timeout v0.2.1
20902026-07-15T22:53:48.709Z Compiling quick-error v1.2.3
20912026-07-15T22:53:48.759Z Compiling darling_macro v0.21.3
20922026-07-15T22:53:48.995Z Compiling cfg_aliases v0.2.1
20932026-07-15T22:53:49.084Z Compiling bit-vec v0.8.0
20942026-07-15T22:53:49.104Z Compiling siphasher v1.0.2
20952026-07-15T22:53:49.230Z Compiling zlib-rs v0.6.2
20962026-07-15T22:53:49.304Z Compiling darling v0.21.3
20972026-07-15T22:53:49.323Z Compiling bit-set v0.8.0
20982026-07-15T22:53:49.355Z Compiling nix v0.31.2
20992026-07-15T22:53:49.408Z Compiling hyper-util v0.1.20
21002026-07-15T22:53:49.522Z Compiling rusty-fork v0.3.1
21012026-07-15T22:53:49.770Z Compiling tower v0.5.3
21022026-07-15T22:53:49.860Z Compiling derive_builder_core v0.20.2
21032026-07-15T22:53:50.074Z Compiling regex v1.12.3
21042026-07-15T22:53:50.343Z Compiling anstyle-parse v1.0.0
21052026-07-15T22:53:50.480Z Compiling http-body-util v0.1.3
21062026-07-15T22:53:50.645Z Compiling erased-serde v0.3.31
21072026-07-15T22:53:50.752Z Compiling hubpack_derive v0.1.1
21082026-07-15T22:53:50.755Z Compiling curve25519-dalek-derive v0.1.1
21092026-07-15T22:53:50.784Z Compiling ref-cast-impl v1.0.25
21102026-07-15T22:53:50.803Z Compiling strum_macros v0.27.2
21112026-07-15T22:53:50.806Z Compiling rand_xorshift v0.4.0
21122026-07-15T22:53:51.167Z Compiling fs-err v3.3.0
21132026-07-15T22:53:51.304Z Compiling usdt-impl v0.5.0
21142026-07-15T22:53:51.384Z Compiling encoding_rs v0.8.35
21152026-07-15T22:53:51.423Z Compiling mime v0.3.17
21162026-07-15T22:53:51.477Z Compiling ryu v1.0.23
21172026-07-15T22:53:51.503Z Compiling object v0.37.3
21182026-07-15T22:53:51.655Z Compiling flate2 v1.1.9
21192026-07-15T22:53:51.720Z Compiling unicode-properties v0.1.4
21202026-07-15T22:53:51.898Z Compiling allocator-api2 v0.2.21
21212026-07-15T22:53:51.915Z Compiling iri-string v0.7.10
21222026-07-15T22:53:51.976Z Compiling unicode-bidi v0.3.18
21232026-07-15T22:53:52.159Z Compiling unarray v0.1.4
21242026-07-15T22:53:52.752Z Compiling stringprep v0.1.5
21252026-07-15T22:53:52.772Z Compiling proptest v1.10.0
21262026-07-15T22:53:52.872Z Compiling serde_urlencoded v0.7.1
21272026-07-15T22:53:53.405Z Compiling tower-http v0.6.8
21282026-07-15T22:53:53.629Z Compiling derive_builder_macro v0.20.2
21292026-07-15T22:53:53.669Z Compiling anstream v1.0.0
21302026-07-15T22:53:53.897Z Compiling tokio-native-tls v0.3.1
21312026-07-15T22:53:53.922Z Compiling serde_with_macros v3.17.0
21322026-07-15T22:53:53.948Z Compiling usdt-attr-macro v0.6.0
21332026-07-15T22:53:54.073Z Compiling usdt-macro v0.6.0
21342026-07-15T22:53:54.107Z Compiling ipnetwork v0.21.1
21352026-07-15T22:53:54.185Z Compiling crypto-common v0.2.2
21362026-07-15T22:53:54.259Z Compiling block-buffer v0.12.1
21372026-07-15T22:53:54.366Z Compiling block-padding v0.4.2
21382026-07-15T22:53:54.395Z Compiling bstr v1.12.1
21392026-07-15T22:53:54.506Z Compiling scroll v0.12.0
21402026-07-15T22:53:54.622Z Compiling rustls-native-certs v0.8.3
21412026-07-15T22:53:54.720Z Compiling rand_chacha v0.3.1
21422026-07-15T22:53:54.853Z Compiling toml_datetime v0.6.11
21432026-07-15T22:53:54.856Z Compiling serde_spanned v0.6.9
21442026-07-15T22:53:55.020Z Compiling signature v2.2.0
21452026-07-15T22:53:55.044Z Compiling md-5 v0.10.6
21462026-07-15T22:53:55.093Z Compiling async-recursion v1.1.1
21472026-07-15T22:53:55.194Z Compiling terminal_size v0.4.3
21482026-07-15T22:53:55.235Z Compiling num-integer v0.1.46
21492026-07-15T22:53:55.235Z Compiling hash32 v0.2.1
21502026-07-15T22:53:55.268Z Compiling vergen-lib v9.1.0
21512026-07-15T22:53:55.426Z Compiling psl-types v2.0.11
21522026-07-15T22:53:55.574Z Compiling clap_lex v1.0.0
21532026-07-15T22:53:55.630Z Compiling fallible-iterator v0.2.0
21542026-07-15T22:53:55.930Z Compiling clap_builder v4.6.0
21552026-07-15T22:53:55.973Z Compiling postgres-protocol v0.6.10
21562026-07-15T22:53:56.004Z Compiling publicsuffix v2.3.0
21572026-07-15T22:53:56.052Z Compiling num-iter v0.1.45
21582026-07-15T22:53:56.216Z Compiling newtype-uuid v1.3.2
21592026-07-15T22:53:56.216Z Compiling rand v0.8.6
21602026-07-15T22:53:56.530Z Compiling goblin v0.8.2
21612026-07-15T22:53:56.673Z Compiling inout v0.2.2
21622026-07-15T22:53:56.674Z Compiling oxnet v0.1.6
21632026-07-15T22:53:56.865Z Compiling derive_builder v0.20.2
21642026-07-15T22:53:56.923Z Compiling hyper-tls v0.6.0
21652026-07-15T22:53:57.015Z Compiling phf_shared v0.13.1
21662026-07-15T22:53:57.137Z Compiling zerocopy v0.7.35
21672026-07-15T22:53:57.175Z Compiling lazy_static v1.5.0
21682026-07-15T22:53:57.291Z Compiling pin-project v1.1.11
21692026-07-15T22:53:57.298Z Compiling anstyle-parse v0.2.7
21702026-07-15T22:53:57.400Z Compiling futures-executor v0.3.32
21712026-07-15T22:53:57.594Z Compiling enum-as-inner v0.6.1
21722026-07-15T22:53:57.695Z Compiling serde_repr v0.1.20
21732026-07-15T22:53:57.808Z Compiling ff v0.13.1
21742026-07-15T22:53:57.827Z Compiling vergen v9.1.0
21752026-07-15T22:53:57.975Z Compiling cargo-platform v0.3.2
21762026-07-15T22:53:58.145Z Compiling foldhash v0.2.0
21772026-07-15T22:53:58.196Z Compiling bitflags v1.3.2
21782026-07-15T22:53:58.212Z Compiling bumpalo v3.20.2
21792026-07-15T22:53:58.271Z Compiling foldhash v0.1.5
21802026-07-15T22:53:58.295Z Compiling libbz2-rs-sys v0.2.2
21812026-07-15T22:53:58.312Z Compiling winnow v0.5.40
21822026-07-15T22:53:58.328Z Compiling base16ct v0.2.0
21832026-07-15T22:53:58.345Z Compiling unicode-segmentation v1.12.0
21842026-07-15T22:53:58.386Z Compiling managed v0.8.0
21852026-07-15T22:53:58.414Z Compiling same-file v1.0.6
21862026-07-15T22:53:58.501Z Compiling sec1 v0.7.3
21872026-07-15T22:53:58.642Z Compiling walkdir v2.5.0
21882026-07-15T22:53:58.770Z Compiling bzip2 v0.6.1
21892026-07-15T22:53:58.940Z Compiling zopfli v0.8.3
21902026-07-15T22:53:58.965Z Compiling hashbrown v0.15.5
21912026-07-15T22:53:59.002Z Compiling dof v0.3.0
21922026-07-15T22:53:59.019Z Compiling hashbrown v0.16.1
21932026-07-15T22:53:59.443Z Compiling cargo_metadata v0.23.1
21942026-07-15T22:53:59.613Z Compiling clap v4.6.1
21952026-07-15T22:53:59.631Z Compiling group v0.13.0
21962026-07-15T22:53:59.751Z Compiling toml_edit v0.19.15
21972026-07-15T22:53:59.842Z Compiling futures v0.3.32
21982026-07-15T22:53:59.895Z Compiling anstream v0.6.21
21992026-07-15T22:54:00.197Z Compiling snafu v0.8.9
22002026-07-15T22:54:00.629Z Compiling phf v0.13.1
22012026-07-15T22:54:00.786Z Compiling reqwest v0.12.28
22022026-07-15T22:54:00.809Z Compiling daft v0.1.7
22032026-07-15T22:54:00.847Z Compiling signal-hook-mio v0.2.5
22042026-07-15T22:54:00.990Z Compiling cipher v0.5.2
22052026-07-15T22:54:01.089Z Compiling cookie_store v0.22.1
22062026-07-15T22:54:01.129Z Compiling postgres-types v0.2.12
22072026-07-15T22:54:01.170Z Compiling zstd v0.13.3
22082026-07-15T22:54:01.297Z Compiling bzip2 v0.4.4
22092026-07-15T22:54:01.377Z Compiling ed25519 v2.2.3
22102026-07-15T22:54:01.423Z Compiling globset v0.4.18
22112026-07-15T22:54:01.462Z Compiling dtrace-parser v0.2.0
22122026-07-15T22:54:01.530Z Compiling strum v0.27.2
22132026-07-15T22:54:01.649Z Compiling hubpack v0.1.2
22142026-07-15T22:54:01.708Z Compiling phf_shared v0.11.3
22152026-07-15T22:54:01.744Z Compiling hkdf v0.12.4
22162026-07-15T22:54:01.764Z Compiling olpc-cjson v0.1.4
22172026-07-15T22:54:01.767Z Compiling pkcs1 v0.7.5
22182026-07-15T22:54:01.986Z Compiling pem v3.0.6
22192026-07-15T22:54:02.019Z Compiling serde-big-array v0.5.1
22202026-07-15T22:54:02.046Z Compiling serde_plain v1.0.2
22212026-07-15T22:54:02.109Z Compiling crypto-bigint v0.5.5
22222026-07-15T22:54:02.240Z Compiling float-cmp v0.10.0
22232026-07-15T22:54:02.256Z Compiling env_filter v1.0.0
22242026-07-15T22:54:02.273Z Compiling thread-id v4.2.2
22252026-07-15T22:54:02.307Z Compiling memmap2 v0.9.10
22262026-07-15T22:54:02.412Z Compiling fixedbitset v0.5.7
22272026-07-15T22:54:02.433Z Compiling winnow v0.7.14
22282026-07-15T22:54:02.542Z Compiling precomputed-hash v0.1.1
22292026-07-15T22:54:02.588Z Compiling keccak v0.1.6
22302026-07-15T22:54:02.661Z Compiling cpufeatures v0.3.0
22312026-07-15T22:54:02.726Z Compiling data-encoding v2.10.0
22322026-07-15T22:54:02.749Z Compiling predicates-core v1.0.10
22332026-07-15T22:54:02.765Z Compiling typed-path v0.9.3
22342026-07-15T22:54:02.787Z Compiling either v1.15.0
22352026-07-15T22:54:02.834Z Compiling const-oid v0.10.2
22362026-07-15T22:54:02.940Z Compiling fixedbitset v0.4.2
22372026-07-15T22:54:03.032Z Compiling normalize-line-endings v0.3.0
22382026-07-15T22:54:03.172Z Compiling winnow v1.0.3
22392026-07-15T22:54:03.307Z Compiling static_assertions v1.1.0
22402026-07-15T22:54:03.323Z Compiling jiff v0.2.21
22412026-07-15T22:54:03.327Z Compiling difflib v0.4.0
22422026-07-15T22:54:03.399Z Compiling whoami v2.1.0
22432026-07-15T22:54:03.564Z Compiling toml_write v0.1.2
22442026-07-15T22:54:03.771Z Compiling new_debug_unreachable v1.0.6
22452026-07-15T22:54:03.791Z Compiling tokio-postgres v0.7.16
22462026-07-15T22:54:03.836Z Compiling string_cache v0.8.9
22472026-07-15T22:54:03.857Z Compiling predicates v3.1.4
22482026-07-15T22:54:04.041Z Compiling toml_edit v0.22.27
22492026-07-15T22:54:04.059Z Compiling toml_parser v1.1.2+spec-1.1.0
22502026-07-15T22:54:04.076Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22512026-07-15T22:54:04.093Z Compiling elliptic-curve v0.13.8
22522026-07-15T22:54:04.490Z Compiling petgraph v0.6.5
22532026-07-15T22:54:04.508Z Compiling hickory-proto v0.25.2
22542026-07-15T22:54:04.702Z Compiling digest v0.11.3
22552026-07-15T22:54:04.940Z Compiling itertools v0.13.0
22562026-07-15T22:54:04.977Z Compiling sha3 v0.10.8
22572026-07-15T22:54:05.275Z Compiling chacha20 v0.10.0
22582026-07-15T22:54:05.601Z Compiling petgraph v0.8.3
22592026-07-15T22:54:06.074Z Compiling usdt v0.6.0
22602026-07-15T22:54:06.275Z Compiling zip v4.6.1
22612026-07-15T22:54:06.367Z Compiling env_logger v0.11.9
22622026-07-15T22:54:06.882Z Compiling rsa v0.9.10
22632026-07-15T22:54:07.288Z Compiling ed25519-dalek v2.2.0
22642026-07-15T22:54:07.356Z Compiling zip v0.6.6
22652026-07-15T22:54:07.394Z Compiling toml v0.7.8
22662026-07-15T22:54:07.580Z Compiling crossterm v0.28.1
22672026-07-15T22:54:07.625Z Compiling iddqd v0.4.2
22682026-07-15T22:54:07.940Z Compiling crossbeam-epoch v0.9.18
22692026-07-15T22:54:08.025Z Compiling heck v0.4.1
22702026-07-15T22:54:08.050Z Compiling similar v2.7.0
22712026-07-15T22:54:08.156Z Compiling serde_with v3.17.0
22722026-07-15T22:54:08.318Z Compiling strum v0.26.3
22732026-07-15T22:54:08.410Z Compiling tokio-stream v0.1.18
22742026-07-15T22:54:08.474Z Compiling buf-list v1.1.2
22752026-07-15T22:54:08.769Z Compiling x509-cert v0.2.5
22762026-07-15T22:54:08.854Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22772026-07-15T22:54:08.985Z Compiling openapiv3 v2.2.0
22782026-07-15T22:54:09.198Z Compiling structmeta-derive v0.3.0
22792026-07-15T22:54:09.252Z Compiling peg-runtime v0.8.5
22802026-07-15T22:54:09.347Z Compiling lalrpop-util v0.19.12
22812026-07-15T22:54:09.534Z Compiling radium v0.7.0
22822026-07-15T22:54:10.315Z Compiling structmeta v0.3.0
22832026-07-15T22:54:10.759Z Compiling maybe-uninit v2.0.0
22842026-07-15T22:54:10.971Z Compiling tap v1.0.1
22852026-07-15T22:54:11.116Z Compiling wyz v0.5.1
22862026-07-15T22:54:12.877Z Compiling packed_struct v0.10.1
22872026-07-15T22:54:12.972Z Compiling funty v2.0.0
22882026-07-15T22:54:13.948Z Compiling bitvec v1.0.1
22892026-07-15T22:54:16.142Z Compiling packed_struct_codegen v0.10.1
22902026-07-15T22:54:16.449Z Compiling bitfield-macros v0.19.4
22912026-07-15T22:54:16.580Z Compiling zerocopy-derive v0.6.6
22922026-07-15T22:54:17.206Z Compiling indexmap v1.9.3
22932026-07-15T22:54:17.332Z Compiling nodrop v0.1.14
22942026-07-15T22:54:17.451Z Compiling crc-catalog v2.4.0
22952026-07-15T22:54:17.585Z Compiling crc v3.4.0
22962026-07-15T22:54:17.837Z Compiling zerocopy v0.6.6
22972026-07-15T22:54:18.182Z Compiling array-init v0.0.4
22982026-07-15T22:54:18.611Z Compiling bitfield v0.19.4
22992026-07-15T22:54:18.904Z Compiling smallvec v0.6.14
23002026-07-15T22:54:19.845Z Compiling derive-ex v0.1.8
23012026-07-15T22:54:21.953Z Compiling hashbrown v0.12.3
23022026-07-15T22:54:23.189Z Compiling base64 v0.21.7
23032026-07-15T22:54:23.520Z Compiling ron v0.8.1
23042026-07-15T22:54:23.971Z Compiling rustls-webpki v0.103.13
23052026-07-15T22:54:25.760Z Compiling test-strategy v0.4.5
23062026-07-15T22:54:26.976Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23072026-07-15T22:54:27.592Z Compiling serde-hex v0.1.0
23082026-07-15T22:54:27.735Z Compiling tokio-rustls v0.26.4
23092026-07-15T22:54:27.830Z Compiling rustls-platform-verifier v0.6.2
23102026-07-15T22:54:28.002Z Compiling hyper-rustls v0.27.7
23112026-07-15T22:54:28.054Z Compiling tough v0.22.0
23122026-07-15T22:54:28.348Z Compiling reqwest v0.13.2
23132026-07-15T22:54:28.945Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23142026-07-15T22:54:29.167Z Compiling hashbrown v0.13.2
23152026-07-15T22:54:29.183Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23162026-07-15T22:54:29.829Z Compiling filetime v0.2.27
23172026-07-15T22:54:29.849Z Compiling multer v3.1.0
23182026-07-15T22:54:29.928Z Compiling thread_local v1.1.9
23192026-07-15T22:54:30.083Z Compiling crc-any v2.5.0
23202026-07-15T22:54:30.118Z Compiling xattr v1.6.1
23212026-07-15T22:54:30.350Z Compiling rayon-core v1.13.0
23222026-07-15T22:54:30.350Z Compiling compression-core v0.4.31
23232026-07-15T22:54:30.385Z Compiling slog-async v2.8.0
23242026-07-15T22:54:30.542Z Compiling match_cfg v0.1.0
23252026-07-15T22:54:30.599Z Compiling compression-codecs v0.4.37
23262026-07-15T22:54:30.703Z Compiling hostname v0.3.1
23272026-07-15T22:54:30.708Z Compiling tar v0.4.45
23282026-07-15T22:54:30.824Z Compiling object v0.30.4
23292026-07-15T22:54:30.850Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23302026-07-15T22:54:30.942Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23312026-07-15T22:54:30.984Z Compiling crossbeam-channel v0.5.15
23322026-07-15T22:54:31.002Z Compiling slog-json v2.6.1
23332026-07-15T22:54:31.020Z Compiling async-stream-impl v0.3.6
23342026-07-15T22:54:31.211Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23352026-07-15T22:54:31.302Z Compiling toml_datetime v1.1.1+spec-1.1.0
23362026-07-15T22:54:31.585Z Compiling serde_path_to_error v0.1.20
23372026-07-15T22:54:31.644Z Compiling serde_spanned v1.1.1
23382026-07-15T22:54:31.661Z Compiling is-terminal v0.4.17
23392026-07-15T22:54:31.677Z Compiling fs-err v2.11.0
23402026-07-15T22:54:31.754Z Compiling dropshot v0.17.1
23412026-07-15T22:54:31.782Z Compiling path-slash v0.1.5
23422026-07-15T22:54:31.797Z Compiling toml_writer v1.1.1+spec-1.1.0
23432026-07-15T22:54:31.827Z Compiling debug-ignore v1.0.5
23442026-07-15T22:54:31.897Z Compiling take_mut v0.2.2
23452026-07-15T22:54:31.932Z Compiling term v1.2.1
23462026-07-15T22:54:31.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23472026-07-15T22:54:31.966Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23482026-07-15T22:54:32.074Z Compiling toml v1.1.2+spec-1.1.0
23492026-07-15T22:54:32.090Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23502026-07-15T22:54:32.106Z Compiling async-stream v0.3.6
23512026-07-15T22:54:32.124Z Compiling slog-bunyan v2.5.0
23522026-07-15T22:54:32.269Z Compiling async-compression v0.4.41
23532026-07-15T22:54:32.330Z Compiling slog-term v2.9.2
23542026-07-15T22:54:32.349Z Compiling atomicwrites v0.4.4
23552026-07-15T22:54:32.349Z Compiling sha1 v0.11.0
23562026-07-15T22:54:32.555Z Compiling crossbeam-deque v0.8.6
23572026-07-15T22:54:32.699Z Compiling parse-display-derive v0.10.0
23582026-07-15T22:54:32.826Z Compiling camino-tempfile v1.4.1
23592026-07-15T22:54:32.842Z Compiling newtype-uuid-macros v0.1.0
23602026-07-15T22:54:32.869Z Compiling dropshot_endpoint v0.17.1
23612026-07-15T22:54:33.098Z Compiling waitgroup v0.1.2
23622026-07-15T22:54:33.290Z Compiling rustls-pemfile v2.2.0
23632026-07-15T22:54:33.293Z Compiling half v2.7.1
23642026-07-15T22:54:33.324Z Compiling backon v1.6.0
23652026-07-15T22:54:33.418Z Compiling blake3 v1.8.5
23662026-07-15T22:54:33.502Z Compiling hostname v0.4.2
23672026-07-15T22:54:33.617Z Compiling instant v0.1.13
23682026-07-15T22:54:33.633Z Compiling ciborium-io v0.2.2
23692026-07-15T22:54:33.682Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23702026-07-15T22:54:33.718Z Compiling ciborium-ll v0.2.2
23712026-07-15T22:54:33.749Z Compiling backoff v0.4.0
23722026-07-15T22:54:33.766Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23732026-07-15T22:54:33.782Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23742026-07-15T22:54:34.007Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23752026-07-15T22:54:34.023Z Compiling toml v0.8.23
23762026-07-15T22:54:34.251Z Compiling regress v0.10.5
23772026-07-15T22:54:34.319Z Compiling parse-display v0.10.0
23782026-07-15T22:54:34.337Z Compiling itertools v0.14.0
23792026-07-15T22:54:34.355Z Compiling macaddr v1.0.1
23802026-07-15T22:54:34.619Z Compiling arrayvec v0.7.6
23812026-07-15T22:54:34.674Z Compiling indent_write v2.2.0
23822026-07-15T22:54:34.913Z Compiling constant_time_eq v0.4.2
23832026-07-15T22:54:34.922Z Compiling arrayref v0.3.9
23842026-07-15T22:54:34.966Z Compiling parse-size v1.1.0
23852026-07-15T22:54:34.996Z Compiling humantime v2.3.0
23862026-07-15T22:54:35.250Z Compiling ciborium v0.2.2
23872026-07-15T22:54:35.380Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23882026-07-15T22:54:35.500Z Compiling topological-sort v0.2.2
23892026-07-15T22:54:35.656Z Compiling display-error-chain v0.2.2
23902026-07-15T22:54:35.698Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-07-15T22:54:35.829Z Compiling shell-words v1.1.1
23922026-07-15T22:54:36.057Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23932026-07-15T22:54:45.999Z Compiling progenitor-client v0.14.0
23942026-07-15T22:54:45.999Z Compiling omicron-zone-package v0.12.3
23952026-07-15T22:54:46.251Z Compiling progenitor-extras v0.2.0
23962026-07-15T22:54:46.516Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23972026-07-15T22:54:46.552Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23982026-07-15T22:54:46.603Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23992026-07-15T22:54:47.676Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-07-15T22:54:51.827Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24012026-07-15T22:54:55.032Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24022026-07-15T22:55:03.405Z Finished `release` profile [optimized] target(s) in 1m 35s
24032026-07-15T22:55:03.543Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24042026-07-15T22:55:03.603ZJul 15 22:55:02.603 DEBG changing working directory to /work/oxidecomputer/omicron
24052026-07-15T22:55:03.700ZJul 15 22:55:02.701 DEBG running: git rev-parse HEAD
24062026-07-15T22:55:03.724ZJul 15 22:55:02.704 DEBG process exited with exit status: 0 (3.275732ms)
24072026-07-15T22:55:03.724ZJul 15 22:55:02.704 INFO version: 22.0.0-0.ci+gitc6314e62fb7
24082026-07-15T22:55:03.743ZJul 15 22:55:02.713 INFO cloning helios to /work/oxidecomputer/helios
24092026-07-15T22:55:03.744ZJul 15 22:55:02.713 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24102026-07-15T22:55:03.744ZCloning into '/work/oxidecomputer/helios'...
24112026-07-15T22:55:04.251ZJul 15 22:55:03.231 DEBG process exited with exit status: 0 (518.401959ms)
24122026-07-15T22:55:04.251ZJul 15 22:55:03.231 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24132026-07-15T22:55:04.295ZJul 15 22:55:03.234 DEBG process exited with exit status: 0 (3.261441ms)
24142026-07-15T22:55:04.295ZJul 15 22:55:03.234 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24152026-07-15T22:55:04.578ZJul 15 22:55:03.568 DEBG process exited with exit status: 0 (333.844723ms)
24162026-07-15T22:55:04.578ZJul 15 22:55:03.568 DEBG running: zfs list rpool/images/build/host
24172026-07-15T22:55:04.587ZNAME USED AVAIL REFER MOUNTPOINT
24182026-07-15T22:55:04.587Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24192026-07-15T22:55:04.588ZJul 15 22:55:03.573 DEBG process exited with exit status: 0 (5.098462ms)
24202026-07-15T22:55:04.588ZJul 15 22:55:03.573 DEBG running: zfs list rpool/images/build/recovery
24212026-07-15T22:55:04.588ZNAME USED AVAIL REFER MOUNTPOINT
24222026-07-15T22:55:04.588Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24232026-07-15T22:55:04.588ZJul 15 22:55:03.577 DEBG process exited with exit status: 0 (4.131221ms)
24242026-07-15T22:55:04.588ZJul 15 22:55:03.577 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24252026-07-15T22:55:04.598ZJul 15 22:55:03.589 INFO console client API version matches nexus API version (2026061000.0.0)
24262026-07-15T22:55:04.598ZJul 15 22:55:03.590 INFO [hubris-production] running task
24272026-07-15T22:55:04.598ZJul 15 22:55:03.591 INFO [incorp-manifest] running task
24282026-07-15T22:55:04.598ZJul 15 22:55:03.591 INFO [hubris-staging] running task
24292026-07-15T22:55:04.598ZJul 15 22:55:03.591 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24302026-07-15T22:55:04.598ZJul 15 22:55:03.591 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-15T22:55:04.598ZJul 15 22:55:03.592 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24322026-07-15T22:55:04.598ZJul 15 22:55:03.592 INFO [incorp-create] running: pkgrepo create /work/incorporation
24332026-07-15T22:55:04.683Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24342026-07-15T22:55:04.706Z[ omicron-package] Blocking waiting for file lock on package cache
24352026-07-15T22:55:04.840ZJul 15 22:55:03.835 INFO [incorp-create] process exited with exit status: 0 (242.615848ms)
24362026-07-15T22:55:04.846ZJul 15 22:55:03.835 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24372026-07-15T22:55:05.089ZJul 15 22:55:04.084 INFO [incorp-publisher] process exited with exit status: 0 (248.513481ms)
24382026-07-15T22:55:05.338Z[ omicron-package] Blocking waiting for file lock on package cache
24392026-07-15T22:55:05.446ZJul 15 22:55:04.444 DEBG process exited with exit status: 0 (853.134102ms)
24402026-07-15T22:55:05.450ZJul 15 22:55:04.444 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24412026-07-15T22:55:05.648ZJul 15 22:55:04.646 INFO [hubris-production] task succeeded (1.055777157s)
24422026-07-15T22:55:06.433ZJul 15 22:55:05.436 DEBG process exited with exit status: 0 (991.526783ms)
24432026-07-15T22:55:06.437ZJul 15 22:55:05.437 INFO [incorp-manifest] task succeeded (1.846198976s)
24442026-07-15T22:55:06.437ZJul 15 22:55:05.437 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24452026-07-15T22:55:06.530Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24462026-07-15T22:55:06.530Z[ omicron-package] Compiling itertools v0.14.0
24472026-07-15T22:55:06.530Z[ omicron-package] Compiling secrecy v0.10.3
24482026-07-15T22:55:06.530Z[ omicron-package] Compiling heapless v0.8.0
24492026-07-15T22:55:06.530Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24502026-07-15T22:55:06.530Z[ omicron-package] Compiling hash32 v0.3.1
24512026-07-15T22:55:06.530Z[ omicron-package] Compiling inout v0.1.4
24522026-07-15T22:55:06.530Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24532026-07-15T22:55:06.530Z[ omicron-package] Compiling smoltcp v0.11.0
24542026-07-15T22:55:06.530Z[ omicron-package] Compiling unicode-width v0.2.0
24552026-07-15T22:55:06.530Z[ omicron-package] Compiling cobs v0.3.0
24562026-07-15T22:55:06.533Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24572026-07-15T22:55:06.533Z[ omicron-package] Compiling universal-hash v0.5.1
24582026-07-15T22:55:06.533Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24592026-07-15T22:55:06.533Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24602026-07-15T22:55:06.533Z[ omicron-package] Compiling convert_case v0.4.0
24612026-07-15T22:55:06.721ZJul 15 22:55:05.671 INFO [incorp-fmt] process exited with exit status: 0 (233.739745ms)
24622026-07-15T22:55:06.728ZJul 15 22:55:05.671 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24632026-07-15T22:55:07.069Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260715T225506Z
24642026-07-15T22:55:07.069Z[ incorp-pkgsend] PUBLISHED
24652026-07-15T22:55:07.157ZJul 15 22:55:06.159 INFO [incorp-pkgsend] process exited with exit status: 0 (488.391488ms)
24662026-07-15T22:55:07.165ZJul 15 22:55:06.162 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24672026-07-15T22:55:07.212Z[ omicron-package] Compiling opaque-debug v0.3.1
24682026-07-15T22:55:07.395Z[ omicron-package] Compiling postcard v1.1.3
24692026-07-15T22:55:07.398Z[ omicron-package] Compiling poly1305 v0.8.0
24702026-07-15T22:55:07.421Z[ helios-incorp] Retrieving packages for publisher helios ...
24712026-07-15T22:55:07.424Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24722026-07-15T22:55:07.449Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24732026-07-15T22:55:07.449Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24742026-07-15T22:55:07.449Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24752026-07-15T22:55:07.456Z[ helios-incorp]
24762026-07-15T22:55:07.456Z[ helios-incorp] Archiving packages ...
24772026-07-15T22:55:07.456Z[ helios-incorp] Packages to add: 1
24782026-07-15T22:55:07.456Z[ helios-incorp] Files to retrieve: 0
24792026-07-15T22:55:07.456Z[ helios-incorp] Estimated transfer size: 0.00 B
24802026-07-15T22:55:07.456Z[ helios-incorp]
24812026-07-15T22:55:07.456Z[ helios-incorp] Packages to archive:
24822026-07-15T22:55:07.456Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260715T225506Z
24832026-07-15T22:55:07.456Z[ helios-incorp]
24842026-07-15T22:55:07.456Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24852026-07-15T22:55:07.456Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24862026-07-15T22:55:07.514ZJul 15 22:55:06.516 INFO [helios-incorp] process exited with exit status: 0 (357.010311ms)
24872026-07-15T22:55:07.854Z[ omicron-package] Compiling cipher v0.4.4
24882026-07-15T22:55:07.890Z[ omicron-package] Compiling derive_more v0.99.20
24892026-07-15T22:55:07.915Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24902026-07-15T22:55:08.013Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24912026-07-15T22:55:08.063Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24922026-07-15T22:55:08.067Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24932026-07-15T22:55:08.067Z[ omicron-package] Compiling password-hash v0.5.0
24942026-07-15T22:55:08.067Z[ omicron-package] Compiling blake2 v0.10.6
24952026-07-15T22:55:08.067Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24962026-07-15T22:55:08.067Z[ omicron-package] Compiling aead v0.5.2
24972026-07-15T22:55:08.249Z[ omicron-package] Compiling chacha20 v0.9.1
24982026-07-15T22:55:08.396Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24992026-07-15T22:55:08.396Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25002026-07-15T22:55:08.655Z[ omicron-package] Compiling proc-macro-error v1.0.4
25012026-07-15T22:55:08.660Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25022026-07-15T22:55:08.694Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25032026-07-15T22:55:08.850Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25042026-07-15T22:55:08.946Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25052026-07-15T22:55:09.070Z[ omicron-package] Compiling vsss-rs v3.3.4
25062026-07-15T22:55:09.073Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25072026-07-15T22:55:09.167Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25082026-07-15T22:55:09.334Z[ omicron-package] Compiling num_enum_derive v0.5.11
25092026-07-15T22:55:09.334Z[ omicron-package] Compiling argon2 v0.5.3
25102026-07-15T22:55:09.415Z[ omicron-package] Compiling foreign-types v0.5.0
25112026-07-15T22:55:09.440Z[ omicron-package] Compiling ingot-macros v0.1.1
25122026-07-15T22:55:09.559Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25132026-07-15T22:55:09.582Z[ omicron-package] Compiling num_enum_derive v0.7.6
25142026-07-15T22:55:09.585Z[ omicron-package] Compiling tabwriter v1.4.1
25152026-07-15T22:55:09.636Z[ omicron-package] Compiling byte-wrapper v0.1.0
25162026-07-15T22:55:09.639Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25172026-07-15T22:55:09.715Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25182026-07-15T22:55:09.754Z[ omicron-package] Compiling cstr-argument v0.1.2
25192026-07-15T22:55:09.774Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25202026-07-15T22:55:10.006Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25212026-07-15T22:55:10.119Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25222026-07-15T22:55:10.268Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25232026-07-15T22:55:10.459Z[ omicron-package] Compiling rayon v1.11.0
25242026-07-15T22:55:10.459Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25252026-07-15T22:55:10.521Z[ omicron-package] Compiling rand v0.10.1
25262026-07-15T22:55:10.557Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25272026-07-15T22:55:10.557Z[ omicron-package] Compiling colored v3.1.1
25282026-07-15T22:55:10.633Z[ omicron-package] Compiling num_enum v0.5.11
25292026-07-15T22:55:10.675Z[ omicron-package] Compiling libefi-sys v0.1.0
25302026-07-15T22:55:10.703Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25312026-07-15T22:55:10.729Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25322026-07-15T22:55:10.729Z[ omicron-package] Compiling itertools v0.12.1
25332026-07-15T22:55:10.794Z[ omicron-package] Compiling num_enum v0.7.6
25342026-07-15T22:55:10.886Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25352026-07-15T22:55:10.957Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25362026-07-15T22:55:11.046Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25372026-07-15T22:55:11.071Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25382026-07-15T22:55:11.076Z[ omicron-package] Compiling usdt-macro v0.5.0
25392026-07-15T22:55:11.094Z[ omicron-package] Compiling bitfield-struct v0.6.2
25402026-07-15T22:55:11.097Z[ omicron-package] Compiling num-derive v0.4.2
25412026-07-15T22:55:11.243Z[ omicron-package] Compiling sigpipe v0.1.3
25422026-07-15T22:55:11.454Z[ omicron-package] Compiling memmap v0.7.0
25432026-07-15T22:55:11.618Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25442026-07-15T22:55:11.727Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25452026-07-15T22:55:11.768Z[ omicron-package] Compiling swrite v0.1.0
25462026-07-15T22:55:11.838Z[ omicron-package] Compiling glob v0.3.3
25472026-07-15T22:55:12.126Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25482026-07-15T22:55:12.183Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-07-15T22:55:12.195Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25502026-07-15T22:55:12.238Z[ omicron-package] Compiling usdt v0.5.0
25512026-07-15T22:55:12.368Z[ omicron-package] Compiling zone v0.3.1
25522026-07-15T22:55:12.389Z[ omicron-package] Compiling smf v0.2.3
25532026-07-15T22:55:12.417Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25542026-07-15T22:55:12.480Z[ omicron-package] Compiling ingot-types v0.1.2
25552026-07-15T22:55:12.531Z[ omicron-package] Compiling whoami v1.6.1
25562026-07-15T22:55:12.597Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-07-15T22:55:12.668Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25582026-07-15T22:55:12.728Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25592026-07-15T22:55:12.829Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25602026-07-15T22:55:13.067Z[ omicron-package] Compiling ingot v0.1.1
25612026-07-15T22:55:13.097Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-07-15T22:55:13.100Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25632026-07-15T22:55:13.194Z[ omicron-package] Compiling console v0.16.2
25642026-07-15T22:55:13.260Z[ omicron-package] Compiling gethostname v0.5.0
25652026-07-15T22:55:13.260Z[ omicron-package] Compiling unit-prefix v0.5.2
25662026-07-15T22:55:13.346Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25672026-07-15T22:55:13.954Z[ omicron-package] Compiling indicatif v0.18.4
25682026-07-15T22:55:15.453Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25692026-07-15T22:55:16.679Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25702026-07-15T22:55:17.888Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25712026-07-15T22:55:18.632ZJul 15 22:55:17.635 INFO [hubris-staging] task succeeded (14.04444152s)
25722026-07-15T22:55:19.771Z[ helios-setup] Jul 15 22:55:18.773 INFO helios repository root is: /work/oxidecomputer/helios
25732026-07-15T22:55:19.774Z[ helios-setup] Jul 15 22:55:18.775 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
25742026-07-15T22:55:19.774Z[ helios-setup] Jul 15 22:55:18.775 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25752026-07-15T22:55:19.777Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25762026-07-15T22:55:22.437Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25772026-07-15T22:55:25.882Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-07-15T22:55:25.972Z[ helios-setup] Jul 15 22:55:24.973 INFO clone ok!, project: amd-firmware
25792026-07-15T22:55:25.975Z[ helios-setup] Jul 15 22:55:24.974 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
25802026-07-15T22:55:25.975Z[ helios-setup] Jul 15 22:55:24.974 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25812026-07-15T22:55:25.975Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25822026-07-15T22:55:26.754Z[ helios-setup] Jul 15 22:55:25.756 INFO clone ok!, project: bootserver
25832026-07-15T22:55:26.758Z[ helios-setup] Jul 15 22:55:25.756 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
25842026-07-15T22:55:26.758Z[ helios-setup] Jul 15 22:55:25.757 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25852026-07-15T22:55:26.758Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25862026-07-15T22:55:27.020Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25872026-07-15T22:55:27.478Z[ helios-setup] Jul 15 22:55:26.480 INFO clone ok!, project: pilot
25882026-07-15T22:55:27.482Z[ helios-setup] Jul 15 22:55:26.480 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-15T22:55:27.482Z[ helios-setup] Jul 15 22:55:26.480 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25902026-07-15T22:55:27.482Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25912026-07-15T22:55:28.641Z[ helios-setup] Jul 15 22:55:27.644 INFO clone ok!, project: chelsio-t6-roms
25922026-07-15T22:55:28.641Z[ helios-setup] Jul 15 22:55:27.644 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
25932026-07-15T22:55:28.644Z[ helios-setup] Jul 15 22:55:27.644 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25942026-07-15T22:55:28.644Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25952026-07-15T22:55:29.099Z[ helios-setup] Jul 15 22:55:28.102 INFO clone ok!, project: image-builder
25962026-07-15T22:55:29.102Z[ helios-setup] Jul 15 22:55:28.102 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25972026-07-15T22:55:29.102Z[ helios-setup] Jul 15 22:55:28.102 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
25982026-07-15T22:55:29.102Z[ helios-setup] Jul 15 22:55:28.102 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25992026-07-15T22:55:29.103Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26002026-07-15T22:55:29.501Z[ helios-setup] Jul 15 22:55:28.504 INFO clone ok!, project: pinprick
26012026-07-15T22:55:29.502Z[ helios-setup] Jul 15 22:55:28.504 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26022026-07-15T22:55:29.502Z[ helios-setup] Jul 15 22:55:28.504 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
26032026-07-15T22:55:29.505Z[ helios-setup] Jul 15 22:55:28.504 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
26042026-07-15T22:55:29.505Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26052026-07-15T22:55:30.197Z[ helios-setup] Jul 15 22:55:29.199 INFO clone ok!, project: amd-host-image-builder
26062026-07-15T22:55:30.197Z[ helios-setup] Jul 15 22:55:29.200 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
26072026-07-15T22:55:30.197Z[ helios-setup] Jul 15 22:55:29.200 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26082026-07-15T22:55:30.200Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26092026-07-15T22:55:30.833Z[ helios-setup] Jul 15 22:55:29.835 INFO clone ok!, project: dmar-report
26102026-07-15T22:55:30.833Z[ helios-setup] Jul 15 22:55:29.835 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26112026-07-15T22:55:30.833Z[ helios-setup] Jul 15 22:55:29.835 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
26122026-07-15T22:55:30.836Z[ helios-setup] Jul 15 22:55:29.835 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26132026-07-15T22:55:30.836Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26142026-07-15T22:55:31.289Z[ helios-setup] Jul 15 22:55:30.290 INFO clone ok!, project: phbl
26152026-07-15T22:55:31.292Z[ helios-setup] Jul 15 22:55:30.290 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26162026-07-15T22:55:31.497Z[ helios-setup] Jul 15 22:55:30.499 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26172026-07-15T22:55:31.710Z[ helios-setup] Jul 15 22:55:30.712 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26182026-07-15T22:55:31.710Z[ helios-setup] Jul 15 22:55:30.712 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26192026-07-15T22:55:31.924Z[ helios-setup] Jul 15 22:55:30.926 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26202026-07-15T22:55:32.135Z[ helios-setup] Jul 15 22:55:31.137 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26212026-07-15T22:55:32.135Z[ helios-setup] Jul 15 22:55:31.137 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26222026-07-15T22:55:32.347Z[ helios-setup] Jul 15 22:55:31.349 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26232026-07-15T22:55:32.566Z[ helios-setup] Jul 15 22:55:31.568 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26242026-07-15T22:55:32.569Z[ helios-setup] Jul 15 22:55:31.568 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26252026-07-15T22:55:32.569Z[ helios-setup] Jul 15 22:55:31.568 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26262026-07-15T22:55:32.569Z[ helios-setup] Jul 15 22:55:31.568 INFO ok!
26272026-07-15T22:55:32.569Z[ helios-setup] Jul 15 22:55:31.569 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26282026-07-15T22:55:32.569Z[ helios-setup] Jul 15 22:55:31.569 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26292026-07-15T22:55:32.569Z[ helios-setup] Jul 15 22:55:31.569 INFO ok!
26302026-07-15T22:55:32.570Z[ helios-setup] Jul 15 22:55:31.569 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26312026-07-15T22:55:32.570Z[ helios-setup] Jul 15 22:55:31.569 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26322026-07-15T22:55:32.570Z[ helios-setup] Jul 15 22:55:31.569 INFO ok!
26332026-07-15T22:55:32.570Z[ helios-setup] Jul 15 22:55:31.569 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26342026-07-15T22:55:32.575Z[ helios-setup] Jul 15 22:55:31.578 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
26352026-07-15T22:55:32.575Z[ helios-setup] Jul 15 22:55:31.578 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26362026-07-15T22:55:32.575Z[ helios-setup] Jul 15 22:55:31.578 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26372026-07-15T22:55:32.647Z[ helios-setup] Jul 15 22:55:31.648 INFO E| Downloading crates ...
26382026-07-15T22:55:32.698Z[ helios-setup] Jul 15 22:55:31.701 INFO E| Downloaded miniz_oxide v0.6.2
26392026-07-15T22:55:32.702Z[ helios-setup] Jul 15 22:55:31.703 INFO E| Downloaded sha2 v0.10.5
26402026-07-15T22:55:32.702Z[ helios-setup] Jul 15 22:55:31.704 INFO E| Downloaded cpufeatures v0.2.5
26412026-07-15T22:55:32.706Z[ helios-setup] Jul 15 22:55:31.709 INFO E| Downloaded typenum v1.15.0
26422026-07-15T22:55:32.709Z[ helios-setup] Jul 15 22:55:31.710 INFO E| Downloaded generic-array v0.14.6
26432026-07-15T22:55:32.709Z[ helios-setup] Jul 15 22:55:31.711 INFO E| Downloaded block-buffer v0.10.3
26442026-07-15T22:55:32.713Z[ helios-setup] Jul 15 22:55:31.715 INFO E| Downloaded unicode-width v0.1.10
26452026-07-15T22:55:32.716Z[ helios-setup] Jul 15 22:55:31.718 INFO E| Downloaded digest v0.10.3
26462026-07-15T22:55:32.718Z[ helios-setup] Jul 15 22:55:31.719 INFO E| Downloaded anyhow v1.0.62
26472026-07-15T22:55:32.723Z[ helios-setup] Jul 15 22:55:31.722 INFO E| Downloaded flate2 v1.0.25
26482026-07-15T22:55:32.726Z[ helios-setup] Jul 15 22:55:31.725 INFO E| Downloaded bytes v1.2.1
26492026-07-15T22:55:32.753Z[ helios-setup] Jul 15 22:55:31.754 INFO E| Compiling typenum v1.15.0
26502026-07-15T22:55:32.753Z[ helios-setup] Jul 15 22:55:31.754 INFO E| Compiling version_check v0.9.4
26512026-07-15T22:55:32.757Z[ helios-setup] Jul 15 22:55:31.754 INFO E| Compiling crc32fast v1.3.2
26522026-07-15T22:55:32.757Z[ helios-setup] Jul 15 22:55:31.754 INFO E| Compiling cfg-if v1.0.0
26532026-07-15T22:55:32.757Z[ helios-setup] Jul 15 22:55:31.754 INFO E| Compiling anyhow v1.0.62
26542026-07-15T22:55:32.757Z[ helios-setup] Jul 15 22:55:31.754 INFO E| Compiling adler v1.0.2
26552026-07-15T22:55:32.757Z[ helios-setup] Jul 15 22:55:31.754 INFO E| Compiling unicode-width v0.1.10
26562026-07-15T22:55:32.757Z[ helios-setup] Jul 15 22:55:31.754 INFO E| Compiling cpufeatures v0.2.5
26572026-07-15T22:55:32.757Z[ helios-setup] Jul 15 22:55:31.754 INFO E| Compiling bitflags v1.3.2
26582026-07-15T22:55:32.757Z[ helios-setup] Jul 15 22:55:31.754 INFO E| Compiling bytes v1.2.1
26592026-07-15T22:55:32.835Z[ helios-setup] Jul 15 22:55:31.837 INFO E| Compiling getopts v0.2.21
26602026-07-15T22:55:32.851Z[ helios-setup] Jul 15 22:55:31.852 INFO E| Compiling miniz_oxide v0.6.2
26612026-07-15T22:55:32.976Z[ helios-setup] Jul 15 22:55:31.978 INFO E| Compiling generic-array v0.14.6
26622026-07-15T22:55:33.202Z[ helios-setup] Jul 15 22:55:32.205 INFO E| Compiling flate2 v1.0.25
26632026-07-15T22:55:34.094Z[ helios-setup] Jul 15 22:55:33.096 INFO E| Compiling block-buffer v0.10.3
26642026-07-15T22:55:34.094Z[ helios-setup] Jul 15 22:55:33.096 INFO E| Compiling crypto-common v0.1.6
26652026-07-15T22:55:34.219Z[ helios-setup] Jul 15 22:55:33.198 INFO E| Compiling digest v0.10.3
26662026-07-15T22:55:34.348Z[ helios-setup] Jul 15 22:55:33.351 INFO E| Compiling sha2 v0.10.5
26672026-07-15T22:55:34.561Z[ helios-setup] Jul 15 22:55:33.562 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26682026-07-15T22:55:35.959Z[ helios-setup] Jul 15 22:55:34.954 INFO E| Finished `release` profile [optimized] target(s) in 3.36s
26692026-07-15T22:55:35.968Z[ helios-setup] Jul 15 22:55:34.964 INFO building project "bootserver" ok (3 seconds)
26702026-07-15T22:55:35.968Z[ helios-setup] Jul 15 22:55:34.964 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26712026-07-15T22:55:35.972Z[ helios-setup] Jul 15 22:55:34.970 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
26722026-07-15T22:55:35.972Z[ helios-setup] Jul 15 22:55:34.970 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26732026-07-15T22:55:35.973Z[ helios-setup] Jul 15 22:55:34.970 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26742026-07-15T22:55:36.038Z[ helios-setup] Jul 15 22:55:35.037 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26752026-07-15T22:55:36.320Z[ helios-setup] Jul 15 22:55:35.303 INFO E| From https://github.com/jclulow/hiercmd
26762026-07-15T22:55:36.320Z[ helios-setup] Jul 15 22:55:35.303 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26772026-07-15T22:55:36.331Z[ helios-setup] Jul 15 22:55:35.313 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26782026-07-15T22:55:36.549Z[ helios-setup] Jul 15 22:55:35.551 INFO E| From https://github.com/oxidecomputer/network-interface
26792026-07-15T22:55:36.549Z[ helios-setup] Jul 15 22:55:35.551 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26802026-07-15T22:55:36.562Z[ helios-setup] Jul 15 22:55:35.561 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26812026-07-15T22:55:36.824Z[ helios-setup] Jul 15 22:55:35.822 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26822026-07-15T22:55:36.824Z[ helios-setup] Jul 15 22:55:35.822 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26832026-07-15T22:55:36.839Z[ helios-setup] Jul 15 22:55:35.836 INFO E| Updating crates.io index
26842026-07-15T22:55:36.899Z[ helios-setup] Jul 15 22:55:35.897 INFO E| Downloading crates ...
26852026-07-15T22:55:36.966Z[ helios-setup] Jul 15 22:55:35.968 INFO E| Downloaded bytes v1.10.1
26862026-07-15T22:55:36.972Z[ helios-setup] Jul 15 22:55:35.970 INFO E| Downloaded tokio-macros v2.6.0
26872026-07-15T22:55:36.972Z[ helios-setup] Jul 15 22:55:35.973 INFO E| Downloaded anstyle v1.0.13
26882026-07-15T22:55:36.979Z[ helios-setup] Jul 15 22:55:35.975 INFO E| Downloaded rsa v0.9.8
26892026-07-15T22:55:36.990Z[ helios-setup] Jul 15 22:55:35.979 INFO E| Downloaded futures-task v0.3.31
26902026-07-15T22:55:36.990Z[ helios-setup] Jul 15 22:55:35.980 INFO E| Downloaded anstyle-query v1.1.4
26912026-07-15T22:55:36.990Z[ helios-setup] Jul 15 22:55:35.981 INFO E| Downloaded libdevinfo-sys v1.1.0
26922026-07-15T22:55:36.990Z[ helios-setup] Jul 15 22:55:35.983 INFO E| Downloaded futures-sink v0.3.31
26932026-07-15T22:55:36.990Z[ helios-setup] Jul 15 22:55:35.983 INFO E| Downloaded futures-io v0.3.31
26942026-07-15T22:55:36.996Z[ helios-setup] Jul 15 22:55:35.988 INFO E| Downloaded futures-core v0.3.31
26952026-07-15T22:55:36.997Z[ helios-setup] Jul 15 22:55:35.992 INFO E| Downloaded futures-channel v0.3.31
26962026-07-15T22:55:36.997Z[ helios-setup] Jul 15 22:55:35.993 INFO E| Downloaded find-msvc-tools v0.1.4
26972026-07-15T22:55:36.997Z[ helios-setup] Jul 15 22:55:35.996 INFO E| Downloaded devinfo v0.1.0
26982026-07-15T22:55:37.003Z[ helios-setup] Jul 15 22:55:36.003 INFO E| Downloaded futures-macro v0.3.31
26992026-07-15T22:55:37.003Z[ helios-setup] Jul 15 22:55:36.004 INFO E| Downloaded num_enum v0.7.5
27002026-07-15T22:55:37.011Z[ helios-setup] Jul 15 22:55:36.007 INFO E| Downloaded iana-time-zone v0.1.64
27012026-07-15T22:55:37.011Z[ helios-setup] Jul 15 22:55:36.009 INFO E| Downloaded generic-array v0.14.9
27022026-07-15T22:55:37.015Z[ helios-setup] Jul 15 22:55:36.010 INFO E| Downloaded itoa v1.0.15
27032026-07-15T22:55:37.015Z[ helios-setup] Jul 15 22:55:36.011 INFO E| Downloaded clap_lex v0.7.6
27042026-07-15T22:55:37.015Z[ helios-setup] Jul 15 22:55:36.012 INFO E| Downloaded deranged v0.5.5
27052026-07-15T22:55:37.015Z[ helios-setup] Jul 15 22:55:36.014 INFO E| Downloaded pin-utils v0.1.0
27062026-07-15T22:55:37.015Z[ helios-setup] Jul 15 22:55:36.014 INFO E| Downloaded bitfield-macros v0.19.3
27072026-07-15T22:55:37.021Z[ helios-setup] Jul 15 22:55:36.019 INFO E| Downloaded bitfield v0.19.3
27082026-07-15T22:55:37.021Z[ helios-setup] Jul 15 22:55:36.022 INFO E| Downloaded env_filter v0.1.4
27092026-07-15T22:55:37.024Z[ helios-setup] Jul 15 22:55:36.025 INFO E| Downloaded simd-adler32 v0.3.7
27102026-07-15T22:55:37.024Z[ helios-setup] Jul 15 22:55:36.027 INFO E| Downloaded crc v3.3.0
27112026-07-15T22:55:37.028Z[ helios-setup] Jul 15 22:55:36.030 INFO E| Downloaded pin-project-lite v0.2.16
27122026-07-15T22:55:37.031Z[ helios-setup] Jul 15 22:55:36.033 INFO E| Downloaded env_logger v0.11.8
27132026-07-15T22:55:37.037Z[ helios-setup] Jul 15 22:55:36.035 INFO E| Downloaded num_enum_derive v0.7.5
27142026-07-15T22:55:37.046Z[ helios-setup] Jul 15 22:55:36.044 INFO E| Downloaded time-core v0.1.6
27152026-07-15T22:55:37.056Z[ helios-setup] Jul 15 22:55:36.050 INFO E| Downloaded zeroize_derive v1.4.2
27162026-07-15T22:55:37.056Z[ helios-setup] Jul 15 22:55:36.052 INFO E| Downloaded serde_spanned v1.0.3
27172026-07-15T22:55:37.065Z[ helios-setup] Jul 15 22:55:36.059 INFO E| Downloaded getrandom v0.2.16
27182026-07-15T22:55:37.085Z[ omicron-package] Finished `release` profile [optimized] target(s) in 32.48s
27192026-07-15T22:55:37.098Z[ helios-setup] Jul 15 22:55:36.087 INFO E| Downloaded time-macros v0.2.24
27202026-07-15T22:55:37.098Z[ helios-setup] Jul 15 22:55:36.089 INFO E| Downloaded quote v1.0.41
27212026-07-15T22:55:37.098Z[ helios-setup] Jul 15 22:55:36.091 INFO E| Downloaded thiserror v2.0.17
27222026-07-15T22:55:37.110Z[ helios-setup] Jul 15 22:55:36.095 INFO E| Downloaded futures-executor v0.3.31
27232026-07-15T22:55:37.110Z[ helios-setup] Jul 15 22:55:36.096 INFO E| Downloaded toml_datetime v0.7.3
27242026-07-15T22:55:37.111Z[ helios-setup] Jul 15 22:55:36.096 INFO E| Downloaded signal-hook-registry v1.4.6
27252026-07-15T22:55:37.111Z[ helios-setup] Jul 15 22:55:36.103 INFO E| Downloaded toml_writer v1.0.4
27262026-07-15T22:55:37.120Z[ helios-setup] Jul 15 22:55:36.114 INFO E| Downloaded slab v0.4.11
27272026-07-15T22:55:37.120Z[ helios-setup] Jul 15 22:55:36.116 INFO E| Downloaded getopts v0.2.24
27282026-07-15T22:55:37.120Z[ helios-setup] Jul 15 22:55:36.117 INFO E| Downloaded base64ct v1.8.0
27292026-07-15T22:55:37.120Z[ helios-setup] Jul 15 22:55:36.119 INFO E| Downloaded ryu v1.0.20
27302026-07-15T22:55:37.120Z[ helios-setup] Jul 15 22:55:36.120 INFO E| Downloaded clap_derive v4.5.49
27312026-07-15T22:55:37.128Z[ helios-setup] Jul 15 22:55:36.127 INFO E| Downloaded term v1.2.0
27322026-07-15T22:55:37.128Z[ helios-setup] Jul 15 22:55:36.129 INFO E| Downloaded bitflags v2.10.0
27332026-07-15T22:55:37.138Z[ helios-setup] Jul 15 22:55:36.131 INFO E| Downloaded thiserror-impl v2.0.17
27342026-07-15T22:55:37.146Z[ helios-setup] Jul 15 22:55:36.135 INFO E| Downloaded unicode-ident v1.0.22
27352026-07-15T22:55:37.146Z[ helios-setup] Jul 15 22:55:36.137 INFO E| Downloaded toml_parser v1.0.4
27362026-07-15T22:55:37.146Z[ helios-setup] Jul 15 22:55:36.138 INFO E| Downloaded proc-macro2 v1.0.103
27372026-07-15T22:55:37.146Z[ helios-setup] Jul 15 22:55:36.140 INFO E| Downloaded futures v0.3.31
27382026-07-15T22:55:37.154Z[ helios-setup] Jul 15 22:55:36.153 INFO E| Downloaded uuid v1.18.1
27392026-07-15T22:55:37.162Z[ helios-setup] Jul 15 22:55:36.155 INFO E| Downloaded log v0.4.28
27402026-07-15T22:55:37.162Z[ helios-setup] Jul 15 22:55:36.158 INFO E| Downloaded anyhow v1.0.100
27412026-07-15T22:55:37.167Z[ helios-setup] Jul 15 22:55:36.162 INFO E| Downloaded socket2 v0.6.1
27422026-07-15T22:55:37.171Z[ helios-setup] Jul 15 22:55:36.171 INFO E| Downloaded toml v0.9.8
27432026-07-15T22:55:37.187Z[ helios-setup] Jul 15 22:55:36.188 INFO E| Downloaded clap v4.5.51
27442026-07-15T22:55:37.194Z[ helios-setup] Jul 15 22:55:36.193 INFO E| Downloaded memchr v2.7.6
27452026-07-15T22:55:37.203Z[ helios-setup] Jul 15 22:55:36.206 INFO E| Downloaded toml_edit v0.23.7
27462026-07-15T22:55:37.209Z[ helios-setup] Jul 15 22:55:36.209 INFO E| Downloaded rand v0.8.5
27472026-07-15T22:55:37.216Z[ helios-setup] Jul 15 22:55:36.213 INFO E| Downloaded cc v1.2.44
27482026-07-15T22:55:37.216Z[ helios-setup] Jul 15 22:55:36.215 INFO E| Downloaded mio v1.1.0
27492026-07-15T22:55:37.229Z[ helios-setup] Jul 15 22:55:36.222 INFO E| Downloaded indexmap v2.12.0
27502026-07-15T22:55:37.234Z[ helios-setup] Jul 15 22:55:36.231 INFO E| Downloaded zerocopy-derive v0.8.27
27512026-07-15T22:55:37.234Z[ helios-setup] Jul 15 22:55:36.234 INFO E| Downloaded typenum v1.19.0
27522026-07-15T22:55:37.244Z[ helios-setup] Jul 15 22:55:36.236 INFO E| Downloaded iddqd v0.3.14
27532026-07-15T22:55:37.244Z[ helios-setup] Jul 15 22:55:36.240 INFO E| Downloaded flate2 v1.1.5
27542026-07-15T22:55:37.249Z[ helios-setup] Jul 15 22:55:36.247 INFO E| Downloaded hashbrown v0.16.0
27552026-07-15T22:55:37.266Z[ helios-setup] Jul 15 22:55:36.257 INFO E| Downloaded num-bigint-dig v0.8.4
27562026-07-15T22:55:37.283Z[ helios-setup] Jul 15 22:55:36.282 INFO E| Downloaded time v0.3.44
27572026-07-15T22:55:37.295Z[ helios-setup] Jul 15 22:55:36.287 INFO E| Downloaded serde_json v1.0.145
27582026-07-15T22:55:37.295Z[ helios-setup] Jul 15 22:55:36.291 INFO E| Downloaded chrono v0.4.42
27592026-07-15T22:55:37.295Z[ helios-setup] Jul 15 22:55:36.295 INFO E| Downloaded libm v0.2.15
27602026-07-15T22:55:37.301Z[ helios-setup] Jul 15 22:55:36.302 INFO E| Downloaded futures-util v0.3.31
27612026-07-15T22:55:37.311Z[ omicron-package]
27622026-07-15T22:55:37.311Z[ omicron-package] real 32.654790141
27632026-07-15T22:55:37.311Z[ omicron-package] user 3:06.640345313
27642026-07-15T22:55:37.311Z[ omicron-package] sys 22.036713017
27652026-07-15T22:55:37.311Z[ omicron-package] trap 0.379035285
27662026-07-15T22:55:37.311Z[ omicron-package] tflt 0.630786805
27672026-07-15T22:55:37.311Z[ omicron-package] dflt 2.221006646
27682026-07-15T22:55:37.311Z[ omicron-package] kflt 0.009730913
27692026-07-15T22:55:37.311Z[ omicron-package] lock 8:09.950370412
27702026-07-15T22:55:37.311Z[ omicron-package] slp 4:35.622864564
27712026-07-15T22:55:37.312Z[ omicron-package] lat 36.206885708
27722026-07-15T22:55:37.312Z[ omicron-package] stop 1:15.873608433
27732026-07-15T22:55:37.312ZJul 15 22:55:36.308 INFO [omicron-package] process exited with exit status: 0 (32.716879655s)
27742026-07-15T22:55:37.312ZJul 15 22:55:36.308 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27752026-07-15T22:55:37.312ZJul 15 22:55:36.309 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27762026-07-15T22:55:37.317Z[ helios-setup] Jul 15 22:55:36.310 INFO E| Downloaded winnow v0.7.13
27772026-07-15T22:55:37.317Z[ helios-setup] Jul 15 22:55:36.315 INFO E| Downloaded clap_builder v4.5.51
27782026-07-15T22:55:37.317Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27792026-07-15T22:55:37.317Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27802026-07-15T22:55:37.317Z[ recovery-target] Created new build target 'recovery' and set it as active
27812026-07-15T22:55:37.318Z[ host-target] Created new build target 'host' and set it as active
27822026-07-15T22:55:37.327Z[ helios-setup] Jul 15 22:55:36.320 INFO E| Downloaded zerocopy v0.8.27
27832026-07-15T22:55:37.327ZJul 15 22:55:36.323 INFO [host-target] process exited with exit status: 0 (14.222015ms)
27842026-07-15T22:55:37.327ZJul 15 22:55:36.323 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27852026-07-15T22:55:37.327ZJul 15 22:55:36.324 INFO [recovery-target] process exited with exit status: 0 (14.825655ms)
27862026-07-15T22:55:37.327Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27872026-07-15T22:55:37.341Z[ helios-setup] Jul 15 22:55:36.344 INFO E| Downloaded unicode-width v0.2.2
27882026-07-15T22:55:37.348Z[ helios-setup] Jul 15 22:55:36.348 INFO E| Downloaded syn v2.0.108
27892026-07-15T22:55:37.366Z[ helios-setup] Jul 15 22:55:36.366 INFO E| Downloaded rustix v1.1.2
27902026-07-15T22:55:37.416Z[ helios-setup] Jul 15 22:55:36.409 INFO E| Downloaded libc v0.2.177
27912026-07-15T22:55:37.422Z[ helios-setup] Jul 15 22:55:36.424 INFO E| Downloaded tokio v1.48.0
27922026-07-15T22:55:37.509Z[ helios-setup] Jul 15 22:55:36.509 INFO E| Compiling proc-macro2 v1.0.103
27932026-07-15T22:55:37.509Z[ helios-setup] Jul 15 22:55:36.509 INFO E| Compiling quote v1.0.41
27942026-07-15T22:55:37.509Z[ helios-setup] Jul 15 22:55:36.509 INFO E| Compiling unicode-ident v1.0.22
27952026-07-15T22:55:37.514Z[ helios-setup] Jul 15 22:55:36.509 INFO E| Compiling libc v0.2.177
27962026-07-15T22:55:37.514Z[ helios-setup] Jul 15 22:55:36.509 INFO E| Compiling serde_core v1.0.228
27972026-07-15T22:55:37.515Z[ helios-setup] Jul 15 22:55:36.509 INFO E| Compiling cfg-if v1.0.4
27982026-07-15T22:55:37.515Z[ helios-setup] Jul 15 22:55:36.509 INFO E| Compiling serde v1.0.228
27992026-07-15T22:55:37.515Z[ helios-setup] Jul 15 22:55:36.510 INFO E| Compiling version_check v0.9.5
28002026-07-15T22:55:37.515Z[ helios-setup] Jul 15 22:55:36.510 INFO E| Compiling autocfg v1.5.0
28012026-07-15T22:55:37.515Z[ helios-setup] Jul 15 22:55:36.510 INFO E| Compiling typenum v1.19.0
28022026-07-15T22:55:37.515Z[ helios-setup] Jul 15 22:55:36.510 INFO E| Compiling const-oid v0.9.6
28032026-07-15T22:55:37.545Z[ helios-setup] Jul 15 22:55:36.544 INFO E| Compiling libm v0.2.15
28042026-07-15T22:55:37.550Z[ helios-setup] Jul 15 22:55:36.544 INFO E| Compiling zerocopy v0.8.27
28052026-07-15T22:55:37.550Z[ helios-setup] Jul 15 22:55:36.544 INFO E| Compiling rustversion v1.0.22
28062026-07-15T22:55:37.551Z[ helios-setup] Jul 15 22:55:36.545 INFO E| Compiling base64ct v1.8.0
28072026-07-15T22:55:37.551Z[ helios-setup] Jul 15 22:55:36.545 INFO E| Compiling zeroize v1.8.2
28082026-07-15T22:55:37.664Z[ helios-setup] Jul 15 22:55:36.666 INFO E| Compiling smallvec v1.15.1
28092026-07-15T22:55:37.692Z[ helios-setup] Jul 15 22:55:36.693 INFO E| Compiling crc32fast v1.5.0
28102026-07-15T22:55:37.772Z[ helios-setup] Jul 15 22:55:36.773 INFO E| Compiling rustix v1.1.2
28112026-07-15T22:55:37.926Z[ helios-setup] Jul 15 22:55:36.924 INFO E| Compiling generic-array v0.14.9
28122026-07-15T22:55:37.975Z[ helios-setup] Jul 15 22:55:36.973 INFO E| Compiling pem-rfc7468 v0.7.0
28132026-07-15T22:55:37.988Z[ helios-setup] Jul 15 22:55:36.973 INFO E| Compiling equivalent v1.0.2
28142026-07-15T22:55:38.003Z[ helios-setup] Jul 15 22:55:37.002 INFO E| Compiling num-traits v0.2.19
28152026-07-15T22:55:38.014Z[ helios-setup] Jul 15 22:55:37.016 INFO E| Compiling byteorder v1.5.0
28162026-07-15T22:55:38.056Z[ helios-setup] Jul 15 22:55:37.047 INFO E| Compiling memchr v2.7.6
28172026-07-15T22:55:38.064Z[ helios-setup] Jul 15 22:55:37.063 INFO E| Compiling winnow v0.7.13
28182026-07-15T22:55:38.076Z[ helios-setup] Jul 15 22:55:37.076 INFO E| Compiling hashbrown v0.16.0
28192026-07-15T22:55:38.154Z[ helios-setup] Jul 15 22:55:37.153 INFO E| Compiling flagset v0.4.7
28202026-07-15T22:55:38.231Z[ helios-setup] Jul 15 22:55:37.228 INFO E| Compiling anyhow v1.0.100
28212026-07-15T22:55:38.316Z[ helios-setup] Jul 15 22:55:37.317 INFO E| Compiling utf8parse v0.2.2
28222026-07-15T22:55:38.371Z[ helios-setup] Jul 15 22:55:37.372 INFO E| Compiling getrandom v0.2.16
28232026-07-15T22:55:38.442Z[ helios-setup] Jul 15 22:55:37.439 INFO E| Compiling anstyle-parse v0.2.7
28242026-07-15T22:55:38.489Z[ helios-setup] Jul 15 22:55:37.489 INFO E| Compiling errno v0.3.14
28252026-07-15T22:55:38.512Z[ helios-setup] Jul 15 22:55:37.512 INFO E| Compiling rand_core v0.6.4
28262026-07-15T22:55:38.559Z[ helios-setup] Jul 15 22:55:37.557 INFO E| Compiling allocator-api2 v0.2.21
28272026-07-15T22:55:38.580Z[ helios-setup] Jul 15 22:55:37.578 INFO E| Compiling shlex v1.3.0
28282026-07-15T22:55:38.613Z[ helios-setup] Jul 15 22:55:37.610 INFO E| Compiling indexmap v2.12.0
28292026-07-15T22:55:38.680Z[ helios-setup] Jul 15 22:55:37.676 INFO E| Compiling is_terminal_polyfill v1.70.2
28302026-07-15T22:55:38.700Z[ helios-setup] Jul 15 22:55:37.690 INFO E| Compiling find-msvc-tools v0.1.4
28312026-07-15T22:55:38.719Z[ helios-setup] Jul 15 22:55:37.717 INFO E| Compiling anstyle v1.0.13
28322026-07-15T22:55:38.732Z[ helios-setup] Jul 15 22:55:37.730 INFO E| Compiling radium v0.7.0
28332026-07-15T22:55:38.807Z[ helios-setup] Jul 15 22:55:37.797 INFO E| Compiling anstyle-query v1.1.4
28342026-07-15T22:55:38.814Z[ helios-setup] Jul 15 22:55:37.806 INFO E| Compiling syn v1.0.109
28352026-07-15T22:55:38.900Z[ helios-setup] Jul 15 22:55:37.897 INFO E| Compiling toml_datetime v0.7.3
28362026-07-15T22:55:38.916Z[ helios-setup] Jul 15 22:55:37.911 INFO E| Compiling colorchoice v1.0.4
28372026-07-15T22:55:38.957Z[ helios-setup] Jul 15 22:55:37.959 INFO E| Compiling cpufeatures v0.2.17
28382026-07-15T22:55:38.976Z[ helios-setup] Jul 15 22:55:37.978 INFO E| Compiling syn v2.0.108
28392026-07-15T22:55:39.030Z[ helios-setup] Jul 15 22:55:38.027 INFO E| Compiling anstream v0.6.21
28402026-07-15T22:55:39.051Z[ helios-setup] Jul 15 22:55:38.051 INFO E| Compiling cc v1.2.44
28412026-07-15T22:55:39.077Z[ helios-setup] Jul 15 22:55:38.076 INFO E| Compiling slog v2.8.2
28422026-07-15T22:55:39.140Z[ helios-setup] Jul 15 22:55:38.142 INFO E| Compiling futures-sink v0.3.31
28432026-07-15T22:55:39.193Z[ host-package] Compiling heck v0.5.0
28442026-07-15T22:55:39.194Z[ host-package] Compiling regress v0.11.1
28452026-07-15T22:55:39.246Z[ helios-setup] Jul 15 22:55:38.248 INFO E| Compiling crypto-common v0.1.6
28462026-07-15T22:55:39.254Z[ helios-setup] Jul 15 22:55:38.257 INFO E| Compiling block-buffer v0.10.4
28472026-07-15T22:55:39.305Z[ helios-setup] Jul 15 22:55:38.299 INFO E| Compiling tap v1.0.1
28482026-07-15T22:55:39.325Z[ helios-setup] Jul 15 22:55:38.324 INFO E| Compiling futures-core v0.3.31
28492026-07-15T22:55:39.331Z[ helios-setup] Jul 15 22:55:38.328 INFO E| Compiling maybe-uninit v2.0.0
28502026-07-15T22:55:39.386Z[ helios-setup] Jul 15 22:55:38.387 INFO E| Compiling digest v0.10.7
28512026-07-15T22:55:39.393Z[ helios-setup] Jul 15 22:55:38.395 INFO E| Compiling pkg-config v0.3.32
28522026-07-15T22:55:39.422Z[ helios-setup] Jul 15 22:55:38.424 INFO E| Compiling unicode-width v0.2.2
28532026-07-15T22:55:39.443Z[ helios-setup] Jul 15 22:55:38.445 INFO E| Compiling parking_lot_core v0.9.12
28542026-07-15T22:55:39.447Z[ host-package] Compiling unsafe-libyaml v0.2.11
28552026-07-15T22:55:39.447Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28562026-07-15T22:55:39.462Z[ helios-setup] Jul 15 22:55:38.464 INFO E| Compiling pin-project-lite v0.2.16
28572026-07-15T22:55:39.561Z[ helios-setup] Jul 15 22:55:38.563 INFO E| Compiling toml_parser v1.0.4
28582026-07-15T22:55:39.572Z[ helios-setup] Jul 15 22:55:38.574 INFO E| Compiling sha2 v0.10.9
28592026-07-15T22:55:39.604Z[ helios-setup] Jul 15 22:55:38.606 INFO E| Compiling num-integer v0.1.46
28602026-07-15T22:55:39.618Z[ helios-setup] Jul 15 22:55:38.620 INFO E| Compiling futures-channel v0.3.31
28612026-07-15T22:55:39.719Z[ helios-setup] Jul 15 22:55:38.722 INFO E| Compiling getopts v0.2.24
28622026-07-15T22:55:39.751Z[ helios-setup] Jul 15 22:55:38.753 INFO E| Compiling wyz v0.5.1
28632026-07-15T22:55:39.791Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28642026-07-15T22:55:39.794Z[ host-package] Compiling unicode-width v0.1.14
28652026-07-15T22:55:39.794Z[ host-package] Compiling derive-where v1.6.0
28662026-07-15T22:55:39.794Z[ host-package] Compiling bytecount v0.6.9
28672026-07-15T22:55:39.794Z[ host-package] Compiling atomicwrites v0.4.4
28682026-07-15T22:55:39.794Z[ host-package] Compiling is-terminal v0.4.17
28692026-07-15T22:55:39.794Z[ host-package] Compiling prettyplease v0.2.37
28702026-07-15T22:55:39.795Z[ host-package] Compiling console v0.15.11
28712026-07-15T22:55:39.795Z[ host-package] Compiling newline-converter v0.3.0
28722026-07-15T22:55:39.795Z[ host-package] Compiling slog-dtrace v0.3.0
28732026-07-15T22:55:39.795Z[ host-package] Compiling owo-colors v4.3.0
28742026-07-15T22:55:39.812Z[ helios-setup] Jul 15 22:55:38.814 INFO E| Compiling ahash v0.8.12
28752026-07-15T22:55:39.857Z[ helios-setup] Jul 15 22:55:38.859 INFO E| Compiling pin-utils v0.1.0
28762026-07-15T22:55:39.907Z[ helios-setup] Jul 15 22:55:38.909 INFO E| Compiling num-bigint-dig v0.8.4
28772026-07-15T22:55:39.925Z[ helios-setup] Jul 15 22:55:38.928 INFO E| Compiling futures-task v0.3.31
28782026-07-15T22:55:39.937Z[ helios-setup] Jul 15 22:55:38.940 INFO E| Compiling time-core v0.1.6
28792026-07-15T22:55:39.946Z[ helios-setup] Jul 15 22:55:38.949 INFO E| Compiling itoa v1.0.15
28802026-07-15T22:55:40.017Z[ helios-setup] Jul 15 22:55:38.984 INFO E| Compiling bytes v1.10.1
28812026-07-15T22:55:40.096Z[ helios-setup] Jul 15 22:55:39.098 INFO E| Compiling toml_edit v0.23.7
28822026-07-15T22:55:40.103Z[ helios-setup] Jul 15 22:55:39.106 INFO E| Compiling funty v2.0.0
28832026-07-15T22:55:40.124Z[ helios-setup] Jul 15 22:55:39.127 INFO E| Compiling clap_lex v0.7.6
28842026-07-15T22:55:40.132Z[ helios-setup] Jul 15 22:55:39.134 INFO E| Compiling getrandom v0.3.4
28852026-07-15T22:55:40.159Z[ helios-setup] Jul 15 22:55:39.160 INFO E| Compiling slab v0.4.11
28862026-07-15T22:55:40.159Z[ helios-setup] Jul 15 22:55:39.161 INFO E| Compiling strsim v0.11.1
28872026-07-15T22:55:40.257Z[ helios-setup] Jul 15 22:55:39.260 INFO E| Compiling bitflags v2.10.0
28882026-07-15T22:55:40.267Z[ helios-setup] Jul 15 22:55:39.267 INFO E| Compiling packed_struct v0.10.1
28892026-07-15T22:55:40.335Z[ helios-setup] Jul 15 22:55:39.337 INFO E| Compiling thiserror v1.0.69
28902026-07-15T22:55:40.442Z[ helios-setup] Jul 15 22:55:39.443 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28912026-07-15T22:55:40.528Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28922026-07-15T22:55:40.532Z[ helios-setup] Jul 15 22:55:39.534 INFO E| Compiling scopeguard v1.2.0
28932026-07-15T22:55:40.654Z[ helios-setup] Jul 15 22:55:39.656 INFO E| Compiling futures-io v0.3.31
28942026-07-15T22:55:40.805Z[ helios-setup] Jul 15 22:55:39.808 INFO E| Compiling powerfmt v0.2.0
28952026-07-15T22:55:40.834Z[ helios-setup] Jul 15 22:55:39.837 INFO E| Compiling heck v0.5.0
28962026-07-15T22:55:40.845Z[ helios-setup] Jul 15 22:55:39.848 INFO E| Compiling spin v0.9.8
28972026-07-15T22:55:40.879Z[ helios-setup] Jul 15 22:55:39.879 INFO E| Compiling num-conv v0.1.0
28982026-07-15T22:55:40.938Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28992026-07-15T22:55:40.989Z[ helios-setup] Jul 15 22:55:39.991 INFO E| Compiling proc-macro-crate v3.4.0
29002026-07-15T22:55:41.038Z[ helios-setup] Jul 15 22:55:40.040 INFO E| Compiling deranged v0.5.5
29012026-07-15T22:55:41.083Z[ host-package] Compiling expectorate v1.2.0
29022026-07-15T22:55:41.087Z[ host-package] Compiling resolv-conf v0.7.6
29032026-07-15T22:55:41.087Z[ host-package] Compiling cancel-safe-futures v0.1.5
29042026-07-15T22:55:41.137Z[ helios-setup] Jul 15 22:55:40.139 INFO E| Compiling lazy_static v1.5.0
29052026-07-15T22:55:41.168Z[ host-package] Compiling num-rational v0.4.2
29062026-07-15T22:55:41.177Z[ helios-setup] Jul 15 22:55:40.179 INFO E| Compiling time-macros v0.2.24
29072026-07-15T22:55:41.218Z[ helios-setup] Jul 15 22:55:40.220 INFO E| Compiling bitvec v1.0.1
29082026-07-15T22:55:41.219Z[ helios-setup] Jul 15 22:55:40.220 INFO E| Compiling lock_api v0.4.14
29092026-07-15T22:55:41.339Z[ helios-setup] Jul 15 22:55:40.341 INFO E| Compiling num-iter v0.1.45
29102026-07-15T22:55:41.392Z[ helios-setup] Jul 15 22:55:40.394 INFO E| Compiling terminal_size v0.4.3
29112026-07-15T22:55:41.496Z[ helios-setup] Jul 15 22:55:40.493 INFO E| Compiling indexmap v1.9.3
29122026-07-15T22:55:41.549Z[ helios-setup] Jul 15 22:55:40.550 INFO E| Compiling clap_builder v4.5.51
29132026-07-15T22:55:41.715Z[ helios-setup] Jul 15 22:55:40.718 INFO E| Compiling simd-adler32 v0.3.7
29142026-07-15T22:55:41.735Z[ helios-setup] Jul 15 22:55:40.737 INFO E| Compiling once_cell v1.21.3
29152026-07-15T22:55:41.770Z[ helios-setup] Jul 15 22:55:40.773 INFO E| Compiling adler2 v2.0.1
29162026-07-15T22:55:41.910Z[ helios-setup] Jul 15 22:55:40.913 INFO E| Compiling crc-catalog v2.4.0
29172026-07-15T22:55:41.955Z[ helios-setup] Jul 15 22:55:40.957 INFO E| Compiling nodrop v0.1.14
29182026-07-15T22:55:42.003Z[ helios-setup] Jul 15 22:55:41.003 INFO E| Compiling iana-time-zone v0.1.64
29192026-07-15T22:55:42.017Z[ helios-setup] Jul 15 22:55:41.019 INFO E| Compiling thiserror v2.0.17
29202026-07-15T22:55:42.023Z[ helios-setup] Jul 15 22:55:41.026 INFO E| Compiling serde_json v1.0.145
29212026-07-15T22:55:42.064Z[ helios-setup] Jul 15 22:55:41.066 INFO E| Compiling log v0.4.28
29222026-07-15T22:55:42.094Z[ host-package] Compiling libsw-core v0.3.2
29232026-07-15T22:55:42.097Z[ host-package] Compiling num-complex v0.4.6
29242026-07-15T22:55:42.097Z[ host-package] Compiling thread_local v1.1.9
29252026-07-15T22:55:42.104Z[ helios-setup] Jul 15 22:55:41.106 INFO E| Compiling array-init v0.0.4
29262026-07-15T22:55:42.119Z[ helios-setup] Jul 15 22:55:41.114 INFO E| Compiling crc v3.3.0
29272026-07-15T22:55:42.152Z[ host-package] Compiling match_cfg v0.1.0
29282026-07-15T22:55:42.169Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29292026-07-15T22:55:42.169Z[ host-package] Compiling compression-core v0.4.31
29302026-07-15T22:55:42.339Z[ helios-setup] Jul 15 22:55:41.342 INFO E| Compiling env_filter v0.1.4
29312026-07-15T22:55:42.395Z[ helios-setup] Jul 15 22:55:41.396 INFO E| Compiling chrono v0.4.42
29322026-07-15T22:55:42.465Z[ host-package] Compiling typify-impl v0.6.2
29332026-07-15T22:55:42.489Z[ helios-setup] Jul 15 22:55:41.491 INFO E| Compiling miniz_oxide v0.8.9
29342026-07-15T22:55:42.579Z[ helios-setup] Jul 15 22:55:41.556 INFO E| Compiling parking_lot v0.12.5
29352026-07-15T22:55:42.709Z[ helios-setup] Jul 15 22:55:41.711 INFO E| Compiling smallvec v0.6.14
29362026-07-15T22:55:43.013Z[ host-package] Compiling multer v3.1.0
29372026-07-15T22:55:43.021Z[ host-package] Compiling compression-codecs v0.4.37
29382026-07-15T22:55:43.033Z[ helios-setup] Jul 15 22:55:42.036 INFO E| Compiling serde_spanned v1.0.3
29392026-07-15T22:55:43.036Z[ host-package] Compiling hostname v0.3.1
29402026-07-15T22:55:43.049Z[ helios-setup] Jul 15 22:55:42.052 INFO E| Compiling signature v2.2.0
29412026-07-15T22:55:43.131Z[ helios-setup] Jul 15 22:55:42.134 INFO E| Compiling mio v1.1.0
29422026-07-15T22:55:43.193Z[ host-package] Compiling num v0.4.3
29432026-07-15T22:55:43.196Z[ host-package] Compiling slog-async v2.8.0
29442026-07-15T22:55:43.389Z[ helios-setup] Jul 15 22:55:42.391 INFO E| Compiling socket2 v0.6.1
29452026-07-15T22:55:43.553Z[ host-package] Compiling libsw v3.5.0
29462026-07-15T22:55:43.637Z[ helios-setup] Jul 15 22:55:42.627 INFO E| Compiling signal-hook-registry v1.4.6
29472026-07-15T22:55:43.767Z[ helios-setup] Jul 15 22:55:42.770 INFO E| Compiling is-terminal v0.4.17
29482026-07-15T22:55:43.775Z[ helios-setup] Jul 15 22:55:42.777 INFO E| Compiling time v0.3.44
29492026-07-15T22:55:43.790Z[ host-package] Compiling crossbeam-channel v0.5.15
29502026-07-15T22:55:43.794Z[ helios-setup] Jul 15 22:55:42.797 INFO E| Compiling thread_local v1.1.9
29512026-07-15T22:55:43.884Z[ helios-setup] Jul 15 22:55:42.886 INFO E| Compiling libdevinfo-sys v1.1.0
29522026-07-15T22:55:44.027Z[ helios-setup] Jul 15 22:55:43.029 INFO E| Compiling ryu v1.0.20
29532026-07-15T22:55:44.098Z[ helios-setup] Jul 15 22:55:43.099 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29542026-07-15T22:55:44.190Z[ host-package] Compiling slog-json v2.6.1
29552026-07-15T22:55:44.193Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29562026-07-15T22:55:44.194Z[ host-package] Compiling serde_spanned v1.1.1
29572026-07-15T22:55:44.194Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29582026-07-15T22:55:44.232Z[ helios-setup] Jul 15 22:55:43.234 INFO E| Compiling subtle v2.6.1
29592026-07-15T22:55:44.392Z[ helios-setup] Jul 15 22:55:43.393 INFO E| Compiling base64 v0.21.7
29602026-07-15T22:55:44.395Z[ helios-setup] Jul 15 22:55:43.393 INFO E| Compiling packed_struct_codegen v0.10.1
29612026-07-15T22:55:44.395Z[ helios-setup] Jul 15 22:55:43.394 INFO E| Compiling toml_writer v1.0.4
29622026-07-15T22:55:44.402Z[ host-package] Compiling float-ord v0.3.2
29632026-07-15T22:55:44.452Z[ host-package] Compiling linear-map v1.2.0
29642026-07-15T22:55:44.452Z[ host-package] Compiling term v1.2.1
29652026-07-15T22:55:44.480Z[ helios-setup] Jul 15 22:55:43.482 INFO E| Compiling hashbrown v0.12.3
29662026-07-15T22:55:44.483Z[ helios-setup] Jul 15 22:55:43.483 INFO E| Compiling serde_derive v1.0.228
29672026-07-15T22:55:44.553Z[ helios-setup] Jul 15 22:55:43.555 INFO E| Compiling zerocopy-derive v0.8.27
29682026-07-15T22:55:44.619Z[ helios-setup] Jul 15 22:55:43.621 INFO E| Compiling der_derive v0.7.3
29692026-07-15T22:55:44.619Z[ helios-setup] Jul 15 22:55:43.622 INFO E| Compiling futures-macro v0.3.31
29702026-07-15T22:55:44.626Z[ host-package] Compiling take_mut v0.2.2
29712026-07-15T22:55:44.629Z[ host-package] Compiling linked-hash-map v0.5.6
29722026-07-15T22:55:44.654Z[ helios-setup] Jul 15 22:55:43.656 INFO E| Compiling bitfield-macros v0.19.3
29732026-07-15T22:55:44.748Z[ helios-setup] Jul 15 22:55:43.750 INFO E| Compiling num_enum_derive v0.7.5
29742026-07-15T22:55:44.843Z[ helios-setup] Jul 15 22:55:43.845 INFO E| Compiling clap_derive v4.5.49
29752026-07-15T22:55:44.995Z[ helios-setup] Jul 15 22:55:43.998 INFO E| Compiling thiserror-impl v1.0.69
29762026-07-15T22:55:45.094Z[ helios-setup] Jul 15 22:55:44.097 INFO E| Compiling zerocopy-derive v0.6.6
29772026-07-15T22:55:45.131Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29782026-07-15T22:55:45.168Z[ host-package] Compiling lru-cache v0.1.2
29792026-07-15T22:55:45.172Z[ host-package] Compiling slog-term v2.9.2
29802026-07-15T22:55:45.208Z[ helios-setup] Jul 15 22:55:44.211 INFO E| Compiling tokio-macros v2.6.0
29812026-07-15T22:55:45.368Z[ host-package] Compiling async-compression v0.4.41
29822026-07-15T22:55:45.424Z[ helios-setup] Jul 15 22:55:44.426 INFO E| Compiling thiserror-impl v2.0.17
29832026-07-15T22:55:45.633Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29842026-07-15T22:55:45.662Z[ helios-setup] Jul 15 22:55:44.665 INFO E| Compiling term v1.2.0
29852026-07-15T22:55:45.985Z[ host-package] Compiling dropshot v0.17.1
29862026-07-15T22:55:45.994Z[ helios-setup] Jul 15 22:55:44.996 INFO E| Compiling der v0.7.10
29872026-07-15T22:55:46.032Z[ helios-setup] Jul 15 22:55:45.035 INFO E| Compiling futures-util v0.3.31
29882026-07-15T22:55:46.068Z[ helios-setup] Jul 15 22:55:45.071 INFO E| Compiling winnow v0.5.40
29892026-07-15T22:55:46.136Z[ helios-setup] Jul 15 22:55:45.138 INFO E| Compiling bitfield v0.19.3
29902026-07-15T22:55:46.193Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29912026-07-15T22:55:46.193Z[ host-package] Compiling slog-bunyan v2.5.0
29922026-07-15T22:55:46.196Z[ host-package] Compiling async-stream v0.3.6
29932026-07-15T22:55:46.322Z[ helios-setup] Jul 15 22:55:45.324 INFO E| Compiling num_enum v0.7.5
29942026-07-15T22:55:46.495Z[ helios-setup] Jul 15 22:55:45.498 INFO E| Compiling tokio v1.48.0
29952026-07-15T22:55:46.678Z[ helios-setup] Jul 15 22:55:45.667 INFO E| Compiling devinfo v0.1.0
29962026-07-15T22:55:46.893Z[ helios-setup] Jul 15 22:55:45.896 INFO E| Compiling zerocopy v0.6.6
29972026-07-15T22:55:46.974Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29982026-07-15T22:55:46.977Z[ host-package] Compiling sha1 v0.11.0
29992026-07-15T22:55:47.080Z[ host-package] Compiling progenitor-client v0.14.0
30002026-07-15T22:55:47.084Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30012026-07-15T22:55:47.084Z[ host-package] Compiling waitgroup v0.1.2
30022026-07-15T22:55:47.092Z[ host-package] Compiling rustls-pemfile v2.2.0
30032026-07-15T22:55:47.092Z[ host-package] Compiling backon v1.6.0
30042026-07-15T22:55:47.092Z[ host-package] Compiling serde_path_to_error v0.1.20
30052026-07-15T22:55:47.130Z[ helios-setup] Jul 15 22:55:46.132 INFO E| Compiling toml v0.9.8
30062026-07-15T22:55:47.276Z[ helios-setup] Jul 15 22:55:46.279 INFO E| Compiling bzip2 v0.4.4
30072026-07-15T22:55:47.307Z[ host-package] Compiling hostname v0.4.2
30082026-07-15T22:55:47.535Z[ helios-setup] Jul 15 22:55:46.537 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30092026-07-15T22:55:47.737Z[ helios-setup] Jul 15 22:55:46.739 INFO E| Compiling spki v0.7.3
30102026-07-15T22:55:47.848Z[ helios-setup] Jul 15 22:55:46.850 INFO E| Compiling flate2 v1.1.5
30112026-07-15T22:55:47.928Z[ helios-setup] Jul 15 22:55:46.931 INFO E| Compiling uuid v1.18.1
30122026-07-15T22:55:47.989Z[ helios-setup] Jul 15 22:55:46.980 INFO E| Compiling clap v4.5.51
30132026-07-15T22:55:48.040Z[ helios-setup] Jul 15 22:55:47.042 INFO E| Compiling pkcs8 v0.10.2
30142026-07-15T22:55:48.067Z[ helios-setup] Jul 15 22:55:47.069 INFO E| Compiling x509-cert v0.2.5
30152026-07-15T22:55:48.209Z[ helios-setup] Jul 15 22:55:47.212 INFO E| Compiling env_logger v0.11.8
30162026-07-15T22:55:48.213Z[ host-package] Compiling instant v0.1.13
30172026-07-15T22:55:48.213Z[ host-package] Compiling minimal-lexical v0.2.1
30182026-07-15T22:55:48.216Z[ host-package] Compiling debug-ignore v1.0.5
30192026-07-15T22:55:48.216Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
30202026-07-15T22:55:48.216Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30212026-07-15T22:55:48.216Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30222026-07-15T22:55:48.216Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30232026-07-15T22:55:48.257Z[ helios-setup] Jul 15 22:55:47.259 INFO E| Compiling foldhash v0.2.0
30242026-07-15T22:55:48.350Z[ host-package] Compiling parse-display v0.10.0
30252026-07-15T22:55:48.682Z[ host-package] Compiling progenitor-extras v0.2.0
30262026-07-15T22:55:48.895Z[ helios-setup] Jul 15 22:55:47.897 INFO E| Compiling pkcs1 v0.7.5
30272026-07-15T22:55:49.055Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30282026-07-15T22:55:49.087Z[ helios-setup] Jul 15 22:55:48.089 INFO E| Compiling rustc-hash v2.1.1
30292026-07-15T22:55:49.093Z[ helios-setup] Jul 15 22:55:48.096 INFO E| Compiling bitflags v1.3.2
30302026-07-15T22:55:49.185Z[ helios-setup] Jul 15 22:55:48.187 INFO E| Compiling hex v0.4.3
30312026-07-15T22:55:49.200Z[ host-package] Compiling nom v7.1.3
30322026-07-15T22:55:49.204Z[ host-package] Compiling hickory-proto v0.24.4
30332026-07-15T22:55:49.207Z[ helios-setup] Jul 15 22:55:48.209 INFO E| Compiling crc-any v2.5.0
30342026-07-15T22:55:49.240Z[ helios-setup] Jul 15 22:55:48.243 INFO E| Compiling iddqd v0.3.14
30352026-07-15T22:55:49.260Z[ helios-setup] Jul 15 22:55:48.262 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30362026-07-15T22:55:49.288Z[ helios-setup] Jul 15 22:55:48.290 INFO E| Compiling zip v0.6.6
30372026-07-15T22:55:49.429Z[ host-package] Compiling typify-macro v0.6.2
30382026-07-15T22:55:49.695Z[ helios-setup] Jul 15 22:55:48.697 INFO E| Compiling ppv-lite86 v0.2.21
30392026-07-15T22:55:49.862Z[ host-package] Compiling backoff v0.4.0
30402026-07-15T22:55:49.905Z[ helios-setup] Jul 15 22:55:48.907 INFO E| Compiling futures-executor v0.3.31
30412026-07-15T22:55:50.186Z[ host-package] Compiling regress v0.10.5
30422026-07-15T22:55:50.189Z[ host-package] Compiling macaddr v1.0.1
30432026-07-15T22:55:50.217Z[ helios-setup] Jul 15 22:55:49.219 INFO E| Compiling rand_chacha v0.3.1
30442026-07-15T22:55:50.233Z[ helios-setup] Jul 15 22:55:49.235 INFO E| Compiling hashbrown v0.13.2
30452026-07-15T22:55:50.249Z[ helios-setup] Jul 15 22:55:49.252 INFO E| Compiling futures v0.3.31
30462026-07-15T22:55:50.294Z[ helios-setup] Jul 15 22:55:49.297 INFO E| Compiling erased-serde v0.3.31
30472026-07-15T22:55:50.360Z[ helios-setup] Jul 15 22:55:49.362 INFO E| Compiling serde_spanned v0.6.9
30482026-07-15T22:55:50.546Z[ helios-setup] Jul 15 22:55:49.549 INFO E| Compiling rand v0.8.5
30492026-07-15T22:55:50.679Z[ helios-setup] Jul 15 22:55:49.679 INFO E| Compiling toml_datetime v0.6.11
30502026-07-15T22:55:50.769Z[ host-package] Compiling unicode-xid v0.2.6
30512026-07-15T22:55:50.769Z[ host-package] Compiling humantime v2.3.0
30522026-07-15T22:55:50.772Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30532026-07-15T22:55:50.780Z[ helios-setup] Jul 15 22:55:49.780 INFO E| Compiling serde-hex v0.1.0
30542026-07-15T22:55:50.884Z[ helios-setup] Jul 15 22:55:49.886 INFO E| Compiling ron v0.8.1
30552026-07-15T22:55:51.269Z[ helios-setup] Jul 15 22:55:50.271 INFO E| Compiling toml_edit v0.19.15
30562026-07-15T22:55:51.290Z[ helios-setup] Jul 15 22:55:50.292 INFO E| Compiling object v0.30.4
30572026-07-15T22:55:51.348Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30582026-07-15T22:55:51.348Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30592026-07-15T22:55:51.498Z[ helios-setup] Jul 15 22:55:50.500 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30602026-07-15T22:55:51.744Z[ helios-setup] Jul 15 22:55:50.746 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30612026-07-15T22:55:51.750Z[ host-package] Compiling convert_case v0.10.0
30622026-07-15T22:55:51.764Z[ helios-setup] Jul 15 22:55:50.767 INFO E| Compiling slog-term v2.9.2
30632026-07-15T22:55:51.913Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30642026-07-15T22:55:52.063Z[ helios-setup] Jul 15 22:55:51.065 INFO E| Compiling path-slash v0.1.5
30652026-07-15T22:55:52.150Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30662026-07-15T22:55:52.350Z[ host-package] Compiling toml v0.8.23
30672026-07-15T22:55:52.362Z[ helios-setup] Jul 15 22:55:51.354 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30682026-07-15T22:55:52.618Z[ host-package] Compiling derive_more-impl v2.1.1
30692026-07-15T22:55:52.946Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30702026-07-15T22:55:53.284Z[ host-package] Compiling typify v0.6.2
30712026-07-15T22:55:53.642Z[ host-package] Compiling progenitor-impl v0.14.0
30722026-07-15T22:55:53.700Z[ helios-setup] Jul 15 22:55:52.698 INFO E| Compiling rsa v0.9.8
30732026-07-15T22:55:53.795Z[ host-package] Compiling papergrid v0.11.0
30742026-07-15T22:55:53.824Z[ helios-setup] Jul 15 22:55:52.826 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30752026-07-15T22:55:54.054Z[ host-package] Compiling tabled_derive v0.7.0
30762026-07-15T22:55:54.302Z[ helios-setup] Jul 15 22:55:53.304 INFO E| Compiling toml v0.7.8
30772026-07-15T22:55:54.362Z[ helios-setup] Jul 15 22:55:53.364 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30782026-07-15T22:55:54.602Z[ host-package] Compiling termtree v0.5.1
30792026-07-15T22:55:54.634Z[ helios-setup] Jul 15 22:55:53.636 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30802026-07-15T22:55:55.110Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30812026-07-15T22:55:55.226Z[ host-package] Compiling derive_more v2.1.1
30822026-07-15T22:55:55.683Z[ host-package] Compiling hickory-resolver v0.24.4
30832026-07-15T22:55:55.879Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30842026-07-15T22:55:56.004Z[ host-package] Compiling tabled v0.15.0
30852026-07-15T22:55:56.628Z[ host-package] Compiling crossterm v0.29.0
30862026-07-15T22:55:58.006Z[ host-package] Compiling progenitor-macro v0.14.0
30872026-07-15T22:55:58.165Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30882026-07-15T22:56:00.765Z[ host-package] Compiling qorb v0.4.1
30892026-07-15T22:56:01.581Z[ host-package] Compiling phf_shared v0.12.1
30902026-07-15T22:56:01.818Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30912026-07-15T22:56:01.870Z[ host-package] Compiling vte v0.14.1
30922026-07-15T22:56:01.953Z[ host-package] Compiling csv-core v0.1.13
30932026-07-15T22:56:02.161Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30942026-07-15T22:56:02.422Z[ host-package] Compiling highway v1.3.0
30952026-07-15T22:56:02.466Z[ host-package] Compiling chrono-tz v0.10.4
30962026-07-15T22:56:02.551Z[ host-package] Compiling csv v1.4.0
30972026-07-15T22:56:02.611Z[ helios-setup] Jul 15 22:56:01.604 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30982026-07-15T22:56:02.901Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30992026-07-15T22:56:03.268Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31002026-07-15T22:56:03.299Z[ host-package] Compiling phf v0.12.1
31012026-07-15T22:56:03.339Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31022026-07-15T22:56:03.550Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31032026-07-15T22:56:03.811Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31042026-07-15T22:56:03.900Z[ helios-setup] Jul 15 22:56:02.895 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31052026-07-15T22:56:04.105Z[ host-package] Compiling const_format_proc_macros v0.2.34
31062026-07-15T22:56:04.110Z[ host-package] Compiling fd-lock v4.0.4
31072026-07-15T22:56:04.111Z[ host-package] Compiling progenitor v0.14.0
31082026-07-15T22:56:04.557Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31092026-07-15T22:56:04.690Z[ host-package] Compiling peg-macros v0.8.5
31102026-07-15T22:56:05.546Z[ host-package] Compiling nu-ansi-term v0.50.3
31112026-07-15T22:56:06.252Z[ host-package] Compiling reedline v0.40.0
31122026-07-15T22:56:06.622Z[ host-package] Compiling const_format v0.2.35
31132026-07-15T22:56:07.215Z[ host-package] Compiling peg v0.8.5
31142026-07-15T22:56:08.090Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31152026-07-15T22:56:08.322Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31162026-07-15T22:56:08.452Z[ host-package] Compiling bcs v0.1.6
31172026-07-15T22:56:08.705Z[ helios-setup] Jul 15 22:56:07.707 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31182026-07-15T22:56:08.755Z[ host-package] Compiling nom v8.0.0
31192026-07-15T22:56:08.950Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31202026-07-15T22:56:08.998Z[ host-package] Compiling semver v0.1.20
31212026-07-15T22:56:09.096Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31222026-07-15T22:56:09.404Z[ host-package] Compiling rustc_version v0.1.7
31232026-07-15T22:56:09.428Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31242026-07-15T22:56:09.750Z[ host-package] Compiling newtype_derive v0.1.6
31252026-07-15T22:56:10.048Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31262026-07-15T22:56:10.472Z[ host-package] Compiling smawk v0.3.2
31272026-07-15T22:56:10.514Z[ host-package] Compiling unicode-linebreak v0.1.5
31282026-07-15T22:56:10.691Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31292026-07-15T22:56:10.915Z[ host-package] Compiling textwrap v0.16.2
31302026-07-15T22:56:11.146Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31312026-07-15T22:56:11.324Z[ host-package] Compiling steno v0.4.1
31322026-07-15T22:56:11.723Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31332026-07-15T22:56:11.769Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
31342026-07-15T22:56:12.019Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31352026-07-15T22:56:12.269Z[ host-package] Compiling sha1 v0.10.6
31362026-07-15T22:56:12.642Z[ host-package] Compiling tagptr v0.2.0
31372026-07-15T22:56:12.814Z[ host-package] Compiling utf-8 v0.7.6
31382026-07-15T22:56:12.874Z[ host-package] Compiling moka v0.12.13
31392026-07-15T22:56:12.950Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31402026-07-15T22:56:13.033Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31412026-07-15T22:56:13.209Z[ host-package] Compiling tungstenite v0.21.0
31422026-07-15T22:56:13.275Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31432026-07-15T22:56:13.343Z[ host-package] Compiling vergen-lib v0.1.6
31442026-07-15T22:56:13.436Z[ host-package] Compiling diesel_derives v2.3.7
31452026-07-15T22:56:14.138Z[ host-package] Compiling tokio-tungstenite v0.21.0
31462026-07-15T22:56:14.202Z[ host-package] Compiling scheduled-thread-pool v0.2.7
31472026-07-15T22:56:14.304Z[ host-package] Compiling dsl_auto_type v0.2.0
31482026-07-15T22:56:14.826Z[ host-package] Compiling hickory-resolver v0.25.2
31492026-07-15T22:56:14.855Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31502026-07-15T22:56:15.025Z[ host-package] Compiling vergen-gitcl v1.0.8
31512026-07-15T22:56:15.117Z[ host-package] Compiling dirs-sys-next v0.1.2
31522026-07-15T22:56:15.264Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
31532026-07-15T22:56:15.315Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31542026-07-15T22:56:15.391Z[ host-package] Compiling crunchy v0.2.4
31552026-07-15T22:56:15.463Z[ host-package] Compiling glob v0.3.3
31562026-07-15T22:56:15.611Z[ host-package] Compiling maplit v1.0.2
31572026-07-15T22:56:16.297Z[ host-package] Compiling proc-macro-error2 v2.0.1
31582026-07-15T22:56:16.376Z[ host-package] Compiling dirs-next v2.0.0
31592026-07-15T22:56:16.390Z[ host-package] Compiling clang-sys v1.8.1
31602026-07-15T22:56:16.689Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31612026-07-15T22:56:16.874Z[ host-package] Compiling r2d2 v0.8.10
31622026-07-15T22:56:17.094Z[ host-package] Compiling num-derive v0.3.3
31632026-07-15T22:56:17.319Z[ host-package] Compiling tiny-keccak v2.0.2
31642026-07-15T22:56:17.394Z[ host-package] Compiling downcast-rs v2.0.2
31652026-07-15T22:56:17.623Z[ host-package] Compiling tabled_derive v0.11.0
31662026-07-15T22:56:18.078Z[ host-package] Compiling term v0.7.0
31672026-07-15T22:56:18.238Z[ host-package] Compiling libscf-sys v1.1.0
31682026-07-15T22:56:18.274Z[ host-package] Compiling papergrid v0.17.0
31692026-07-15T22:56:18.486Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31702026-07-15T22:56:18.820Z[ host-package] Compiling testing_table v0.3.0
31712026-07-15T22:56:19.256Z[ host-package] Compiling bit-vec v0.6.3
31722026-07-15T22:56:19.333Z[ host-package] Compiling ascii-canvas v3.0.0
31732026-07-15T22:56:19.414Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31742026-07-15T22:56:19.550Z[ host-package] Compiling bit-set v0.5.3
31752026-07-15T22:56:19.637Z[ host-package] Compiling tabled v0.20.0
31762026-07-15T22:56:19.672Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31772026-07-15T22:56:19.747Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31782026-07-15T22:56:20.197Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
31792026-07-15T22:56:20.344Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31802026-07-15T22:56:20.552Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31812026-07-15T22:56:21.144Z[ helios-setup] Jul 15 22:56:20.145 INFO E| Finished `release` profile [optimized] target(s) in 45.16s
31822026-07-15T22:56:21.147Z[ helios-setup] Jul 15 22:56:20.148 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31832026-07-15T22:56:21.147Z[ helios-setup] Jul 15 22:56:20.148 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31842026-07-15T22:56:21.197Z[ host-package] Compiling progenitor-impl v0.13.0
31852026-07-15T22:56:21.205Z[ helios-setup] Jul 15 22:56:20.207 INFO building project "pilot" ok (45 seconds)
31862026-07-15T22:56:21.205Z[ helios-setup] Jul 15 22:56:20.207 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31872026-07-15T22:56:21.215Z[ helios-setup] Jul 15 22:56:20.217 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
31882026-07-15T22:56:21.215Z[ helios-setup] Jul 15 22:56:20.217 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31892026-07-15T22:56:21.215Z[ helios-setup] Jul 15 22:56:20.217 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31902026-07-15T22:56:21.322Z[ helios-setup] Jul 15 22:56:20.324 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31912026-07-15T22:56:21.435Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31922026-07-15T22:56:21.511Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31932026-07-15T22:56:21.580Z[ helios-setup] Jul 15 22:56:20.582 INFO E| From https://github.com/jclulow/rust-jmclib
31942026-07-15T22:56:21.580Z[ helios-setup] Jul 15 22:56:20.582 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31952026-07-15T22:56:21.595Z[ helios-setup] Jul 15 22:56:20.597 INFO E| Updating crates.io index
31962026-07-15T22:56:21.625Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31972026-07-15T22:56:21.645Z[ helios-setup] Jul 15 22:56:20.647 INFO E| Downloading crates ...
31982026-07-15T22:56:21.653Z[ host-package] Compiling diesel v2.3.7
31992026-07-15T22:56:21.688Z[ host-package] Compiling itertools v0.10.5
32002026-07-15T22:56:21.706Z[ helios-setup] Jul 15 22:56:20.707 INFO E| Downloaded once_cell v1.18.0
32012026-07-15T22:56:21.710Z[ helios-setup] Jul 15 22:56:20.711 INFO E| Downloaded itoa v1.0.9
32022026-07-15T22:56:21.713Z[ helios-setup] Jul 15 22:56:20.713 INFO E| Downloaded digest v0.9.0
32032026-07-15T22:56:21.713Z[ helios-setup] Jul 15 22:56:20.713 INFO E| Downloaded block-buffer v0.9.0
32042026-07-15T22:56:21.716Z[ host-package] Compiling ena v0.14.4
32052026-07-15T22:56:21.735Z[ helios-setup] Jul 15 22:56:20.737 INFO E| Downloaded sha-1 v0.9.8
32062026-07-15T22:56:21.738Z[ helios-setup] Jul 15 22:56:20.739 INFO E| Downloaded libdevinfo-sys v1.0.0
32072026-07-15T22:56:21.738Z[ helios-setup] Jul 15 22:56:20.739 INFO E| Downloaded cpufeatures v0.2.9
32082026-07-15T22:56:21.738Z[ helios-setup] Jul 15 22:56:20.740 INFO E| Downloaded anyhow v1.0.72
32092026-07-15T22:56:21.743Z[ helios-setup] Jul 15 22:56:20.742 INFO E| Downloaded opaque-debug v0.3.0
32102026-07-15T22:56:21.743Z[ helios-setup] Jul 15 22:56:20.743 INFO E| Downloaded md-5 v0.9.1
32112026-07-15T22:56:21.744Z[ helios-setup] Jul 15 22:56:20.744 INFO E| Downloaded fastrand v2.0.0
32122026-07-15T22:56:21.753Z[ helios-setup] Jul 15 22:56:20.754 INFO E| Downloaded tempfile v3.7.0
32132026-07-15T22:56:21.756Z[ helios-setup] Jul 15 22:56:20.757 INFO E| Downloaded walkdir v2.3.3
32142026-07-15T22:56:21.783Z[ helios-setup] Jul 15 22:56:20.785 INFO E| Downloaded uuid v0.8.2
32152026-07-15T22:56:21.786Z[ helios-setup] Jul 15 22:56:20.787 INFO E| Downloaded ryu v1.0.15
32162026-07-15T22:56:21.790Z[ helios-setup] Jul 15 22:56:20.789 INFO E| Downloaded quote v1.0.31
32172026-07-15T22:56:21.790Z[ helios-setup] Jul 15 22:56:20.791 INFO E| Downloaded getrandom v0.2.10
32182026-07-15T22:56:21.793Z[ helios-setup] Jul 15 22:56:20.792 INFO E| Downloaded bitflags v2.3.3
32192026-07-15T22:56:21.793Z[ helios-setup] Jul 15 22:56:20.794 INFO E| Downloaded typenum v1.16.0
32202026-07-15T22:56:21.814Z[ host-package] Compiling libloading v0.8.9
32212026-07-15T22:56:21.821Z[ helios-setup] Jul 15 22:56:20.824 INFO E| Downloaded unicode-ident v1.0.11
32222026-07-15T22:56:21.825Z[ helios-setup] Jul 15 22:56:20.826 INFO E| Downloaded serde_derive v1.0.193
32232026-07-15T22:56:21.827Z[ helios-setup] Jul 15 22:56:20.828 INFO E| Downloaded serde v1.0.193
32242026-07-15T22:56:21.828Z[ helios-setup] Jul 15 22:56:20.830 INFO E| Downloaded toml v0.5.11
32252026-07-15T22:56:21.831Z[ helios-setup] Jul 15 22:56:20.832 INFO E| Downloaded proc-macro2 v1.0.66
32262026-07-15T22:56:21.831Z[ helios-setup] Jul 15 22:56:20.833 INFO E| Downloaded glob v0.3.1
32272026-07-15T22:56:21.834Z[ helios-setup] Jul 15 22:56:20.834 INFO E| Downloaded errno v0.3.1
32282026-07-15T22:56:21.850Z[ helios-setup] Jul 15 22:56:20.852 INFO E| Downloaded serde_json v1.0.103
32292026-07-15T22:56:21.891Z[ helios-setup] Jul 15 22:56:20.893 INFO E| Downloaded syn v2.0.32
32302026-07-15T22:56:21.915Z[ helios-setup] Jul 15 22:56:20.918 INFO E| Downloaded rustix v0.38.4
32312026-07-15T22:56:21.959Z[ helios-setup] Jul 15 22:56:20.961 INFO E| Downloaded libc v0.2.147
32322026-07-15T22:56:21.977Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32332026-07-15T22:56:22.026Z[ helios-setup] Jul 15 22:56:21.025 INFO E| Compiling libc v0.2.147
32342026-07-15T22:56:22.026Z[ helios-setup] Jul 15 22:56:21.025 INFO E| Compiling proc-macro2 v1.0.66
32352026-07-15T22:56:22.030Z[ helios-setup] Jul 15 22:56:21.025 INFO E| Compiling cfg-if v1.0.0
32362026-07-15T22:56:22.030Z[ helios-setup] Jul 15 22:56:21.025 INFO E| Compiling unicode-ident v1.0.11
32372026-07-15T22:56:22.030Z[ helios-setup] Jul 15 22:56:21.025 INFO E| Compiling version_check v0.9.4
32382026-07-15T22:56:22.030Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling typenum v1.16.0
32392026-07-15T22:56:22.030Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling serde v1.0.193
32402026-07-15T22:56:22.030Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling powerfmt v0.2.0
32412026-07-15T22:56:22.031Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling rustix v0.38.4
32422026-07-15T22:56:22.031Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling time-core v0.1.2
32432026-07-15T22:56:22.031Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling slog v2.7.0
32442026-07-15T22:56:22.031Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling num-conv v0.1.0
32452026-07-15T22:56:22.031Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling itoa v1.0.9
32462026-07-15T22:56:22.031Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling once_cell v1.18.0
32472026-07-15T22:56:22.031Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling num_threads v0.1.6
32482026-07-15T22:56:22.031Z[ helios-setup] Jul 15 22:56:21.026 INFO E| Compiling bitflags v2.3.3
32492026-07-15T22:56:22.072Z[ host-package] Compiling diff v0.1.13
32502026-07-15T22:56:22.205Z[ helios-setup] Jul 15 22:56:21.207 INFO E| Compiling fastrand v2.0.0
32512026-07-15T22:56:22.319Z[ helios-setup] Jul 15 22:56:21.322 INFO E| Compiling anyhow v1.0.72
32522026-07-15T22:56:22.340Z[ helios-setup] Jul 15 22:56:21.342 INFO E| Compiling serde_json v1.0.103
32532026-07-15T22:56:22.351Z[ helios-setup] Jul 15 22:56:21.351 INFO E| Compiling opaque-debug v0.3.0
32542026-07-15T22:56:22.420Z[ helios-setup] Jul 15 22:56:21.423 INFO E| Compiling deranged v0.3.11
32552026-07-15T22:56:22.526Z[ host-package] Compiling xshell-macros v0.2.7
32562026-07-15T22:56:22.729Z[ host-package] Compiling unicase v2.9.0
32572026-07-15T22:56:22.861Z[ helios-setup] Jul 15 22:56:21.863 INFO E| Compiling time-macros v0.2.18
32582026-07-15T22:56:23.083Z[ helios-setup] Jul 15 22:56:22.086 INFO E| Compiling thread_local v1.1.7
32592026-07-15T22:56:23.113Z[ helios-setup] Jul 15 22:56:22.110 INFO E| Compiling same-file v1.0.6
32602026-07-15T22:56:23.113Z[ helios-setup] Jul 15 22:56:22.111 INFO E| Compiling ryu v1.0.15
32612026-07-15T22:56:23.131Z[ helios-setup] Jul 15 22:56:22.132 INFO E| Compiling cpufeatures v0.2.9
32622026-07-15T22:56:23.146Z[ host-package] Compiling bindgen v0.71.1
32632026-07-15T22:56:23.225Z[ helios-setup] Jul 15 22:56:22.227 INFO E| Compiling unicode-width v0.1.10
32642026-07-15T22:56:23.245Z[ helios-setup] Jul 15 22:56:22.247 INFO E| Compiling walkdir v2.3.3
32652026-07-15T22:56:23.329Z[ helios-setup] Jul 15 22:56:22.332 INFO E| Compiling generic-array v0.14.7
32662026-07-15T22:56:23.362Z[ helios-setup] Jul 15 22:56:22.364 INFO E| Compiling getopts v0.2.21
32672026-07-15T22:56:23.374Z[ host-package] Compiling regex-syntax v0.6.29
32682026-07-15T22:56:23.435Z[ helios-setup] Jul 15 22:56:22.437 INFO E| Compiling glob v0.3.1
32692026-07-15T22:56:23.502Z[ helios-setup] Jul 15 22:56:22.505 INFO E| Compiling libdevinfo-sys v1.0.0
32702026-07-15T22:56:23.537Z[ host-package] Compiling xshell v0.2.7
32712026-07-15T22:56:23.696Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32722026-07-15T22:56:24.052Z[ helios-setup] Jul 15 22:56:23.054 INFO E| Compiling dirs-sys-next v0.1.2
32732026-07-15T22:56:24.052Z[ helios-setup] Jul 15 22:56:23.054 INFO E| Compiling errno v0.3.1
32742026-07-15T22:56:24.052Z[ helios-setup] Jul 15 22:56:23.054 INFO E| Compiling atty v0.2.14
32752026-07-15T22:56:24.056Z[ helios-setup] Jul 15 22:56:23.054 INFO E| Compiling getrandom v0.2.10
32762026-07-15T22:56:24.288Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32772026-07-15T22:56:24.338Z[ helios-setup] Jul 15 22:56:23.340 INFO E| Compiling dirs-next v2.0.0
32782026-07-15T22:56:24.345Z[ host-package] Compiling progenitor-macro v0.13.0
32792026-07-15T22:56:24.348Z[ helios-setup] Jul 15 22:56:23.348 INFO E| Compiling quote v1.0.31
32802026-07-15T22:56:24.420Z[ helios-setup] Jul 15 22:56:23.422 INFO E| Compiling term v0.7.0
32812026-07-15T22:56:24.541Z[ helios-setup] Jul 15 22:56:23.544 INFO E| Compiling syn v2.0.32
32822026-07-15T22:56:24.688Z[ helios-setup] Jul 15 22:56:23.690 INFO E| Compiling block-buffer v0.9.0
32832026-07-15T22:56:24.688Z[ helios-setup] Jul 15 22:56:23.690 INFO E| Compiling digest v0.9.0
32842026-07-15T22:56:24.711Z[ helios-setup] Jul 15 22:56:23.713 INFO E| Compiling time v0.3.36
32852026-07-15T22:56:24.815Z[ helios-setup] Jul 15 22:56:23.818 INFO E| Compiling md-5 v0.9.1
32862026-07-15T22:56:24.815Z[ helios-setup] Jul 15 22:56:23.818 INFO E| Compiling sha-1 v0.9.8
32872026-07-15T22:56:25.061Z[ helios-setup] Jul 15 22:56:24.055 INFO E| Compiling tempfile v3.7.0
32882026-07-15T22:56:25.801Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32892026-07-15T22:56:25.866Z[ host-package] Compiling lalrpop v0.19.12
32902026-07-15T22:56:25.954Z[ helios-setup] Jul 15 22:56:24.956 INFO E| Compiling slog-term v2.9.0
32912026-07-15T22:56:26.483Z[ host-package] Compiling cexpr v0.6.0
32922026-07-15T22:56:26.947Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32932026-07-15T22:56:27.022Z[ helios-setup] Jul 15 22:56:26.023 INFO E| Compiling serde_derive v1.0.193
32942026-07-15T22:56:27.217Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32952026-07-15T22:56:27.305Z[ host-package] Compiling progenitor-client v0.13.0
32962026-07-15T22:56:27.782Z[ host-package] Compiling rustc-hash v2.1.1
32972026-07-15T22:56:28.058Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32982026-07-15T22:56:29.510Z[ host-package] Compiling progenitor v0.13.0
32992026-07-15T22:56:29.592Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33002026-07-15T22:56:29.648Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33012026-07-15T22:56:29.693Z[ host-package] Compiling headers-core v0.3.0
33022026-07-15T22:56:29.725Z[ host-package] Compiling libxml v0.3.3
33032026-07-15T22:56:29.782Z[ host-package] Compiling crc8 v0.1.1
33042026-07-15T22:56:29.923Z[ host-package] Compiling headers v0.4.1
33052026-07-15T22:56:30.009Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33062026-07-15T22:56:30.121Z[ host-package] Compiling strum_macros v0.24.3
33072026-07-15T22:56:30.177Z[ host-package] Compiling indoc v1.0.9
33082026-07-15T22:56:30.840Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33092026-07-15T22:56:31.085Z[ host-package] Compiling derive_builder v0.20.2
33102026-07-15T22:56:31.186Z[ host-package] Compiling oso-derive v0.27.3
33112026-07-15T22:56:31.239Z[ host-package] Compiling quick-xml v0.37.5
33122026-07-15T22:56:31.310Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33132026-07-15T22:56:31.552Z[ host-package] Compiling openssl-probe v0.1.6
33142026-07-15T22:56:31.882Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33152026-07-15T22:56:31.907Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33162026-07-15T22:56:31.949Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33172026-07-15T22:56:31.975Z[ helios-setup] Jul 15 22:56:30.977 INFO E| Compiling toml v0.5.11
33182026-07-15T22:56:31.975Z[ helios-setup] Jul 15 22:56:30.977 INFO E| Compiling uuid v0.8.2
33192026-07-15T22:56:32.107Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33202026-07-15T22:56:32.350Z[ host-package] Compiling bb8 v0.8.6
33212026-07-15T22:56:32.809Z[ host-package] Compiling trait-variant v0.1.2
33222026-07-15T22:56:32.893Z[ host-package] Compiling half v1.8.3
33232026-07-15T22:56:32.988Z[ helios-setup] Jul 15 22:56:31.991 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33242026-07-15T22:56:33.111Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33252026-07-15T22:56:33.157Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33262026-07-15T22:56:33.387Z[ host-package] Compiling samael v0.0.19
33272026-07-15T22:56:33.573Z[ host-package] Compiling serde_cbor v0.11.2
33282026-07-15T22:56:33.616Z[ helios-setup] Jul 15 22:56:32.618 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33292026-07-15T22:56:33.642Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33302026-07-15T22:56:33.671Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33312026-07-15T22:56:34.450Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33322026-07-15T22:56:34.715Z[ host-package] Compiling nonempty v0.12.0
33332026-07-15T22:56:34.749Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33342026-07-15T22:56:34.772Z[ host-package] Compiling polar-core v0.27.3
33352026-07-15T22:56:34.830Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33362026-07-15T22:56:34.972Z[ host-package] Compiling fxhash v0.2.1
33372026-07-15T22:56:35.041Z[ host-package] Compiling libz-sys v1.1.24
33382026-07-15T22:56:35.158Z[ host-package] Compiling salty v0.3.0
33392026-07-15T22:56:35.691Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33402026-07-15T22:56:35.938Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33412026-07-15T22:56:36.446Z[ host-package] Compiling kstat-rs v0.2.4
33422026-07-15T22:56:37.088Z[ host-package] Compiling arc-swap v1.8.2
33432026-07-15T22:56:37.516Z[ host-package] Compiling mime_guess v2.0.5
33442026-07-15T22:56:37.604Z[ host-package] Compiling slog-scope v4.4.1
33452026-07-15T22:56:38.032Z[ helios-setup] Jul 15 22:56:37.027 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.79s
33462026-07-15T22:56:38.050Z[ helios-setup] Jul 15 22:56:37.052 INFO building project "image-builder" ok (16 seconds)
33472026-07-15T22:56:38.050Z[ helios-setup] Jul 15 22:56:37.053 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
33482026-07-15T22:56:38.064Z[ helios-setup] Jul 15 22:56:37.067 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
33492026-07-15T22:56:38.064Z[ helios-setup] Jul 15 22:56:37.067 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
33502026-07-15T22:56:38.068Z[ helios-setup] Jul 15 22:56:37.067 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
33512026-07-15T22:56:38.200Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33522026-07-15T22:56:38.252Z[ helios-setup] Jul 15 22:56:37.254 INFO E| Downloading crates ...
33532026-07-15T22:56:38.301Z[ helios-setup] Jul 15 22:56:37.303 INFO E| Downloaded miniz_oxide v0.8.8
33542026-07-15T22:56:38.305Z[ helios-setup] Jul 15 22:56:37.306 INFO E| Downloaded adler2 v2.0.0
33552026-07-15T22:56:38.345Z[ helios-setup] Jul 15 22:56:37.348 INFO E| Compiling adler2 v2.0.0
33562026-07-15T22:56:38.370Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33572026-07-15T22:56:38.447Z[ helios-setup] Jul 15 22:56:37.449 INFO E| Compiling miniz_oxide v0.8.8
33582026-07-15T22:56:38.572Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33592026-07-15T22:56:39.144Z[ host-package] Compiling rfc6979 v0.4.0
33602026-07-15T22:56:39.413Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33612026-07-15T22:56:39.516Z[ host-package] Compiling nanorand v0.7.0
33622026-07-15T22:56:39.649Z[ helios-setup] Jul 15 22:56:38.651 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
33632026-07-15T22:56:39.659Z[ host-package] Compiling darling_core v0.23.0
33642026-07-15T22:56:39.763Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33652026-07-15T22:56:40.001Z[ host-package] Compiling parking_lot_core v0.8.6
33662026-07-15T22:56:40.308Z[ helios-setup] Jul 15 22:56:39.310 INFO E| Finished `release` profile [optimized] target(s) in 2.23s
33672026-07-15T22:56:40.318Z[ helios-setup] Jul 15 22:56:39.320 INFO building project "pinprick" ok (2 seconds)
33682026-07-15T22:56:40.318Z[ helios-setup] Jul 15 22:56:39.320 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33692026-07-15T22:56:40.358Z[ helios-setup] Jul 15 22:56:39.360 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')"
33702026-07-15T22:56:40.358Z[ helios-setup] Jul 15 22:56:39.360 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33712026-07-15T22:56:40.358Z[ helios-setup] Jul 15 22:56:39.360 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33722026-07-15T22:56:40.556Z[ helios-setup] Jul 15 22:56:39.557 INFO E| Updating crates.io index
33732026-07-15T22:56:40.556Z[ helios-setup] Jul 15 22:56:39.557 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33742026-07-15T22:56:40.560Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33752026-07-15T22:56:40.648Z[ host-package] Compiling flume v0.11.1
33762026-07-15T22:56:40.976Z[ helios-setup] Jul 15 22:56:39.976 INFO E| From https://github.com/oxidecomputer/amd-apcb
33772026-07-15T22:56:40.976Z[ helios-setup] Jul 15 22:56:39.976 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33782026-07-15T22:56:40.990Z[ helios-setup] Jul 15 22:56:39.993 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33792026-07-15T22:56:41.071Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33802026-07-15T22:56:41.345Z[ helios-setup] Jul 15 22:56:40.347 INFO E| From https://github.com/oxidecomputer/amd-efs
33812026-07-15T22:56:41.345Z[ helios-setup] Jul 15 22:56:40.347 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33822026-07-15T22:56:41.485Z[ helios-setup] Jul 15 22:56:40.488 INFO E| Downloading crates ...
33832026-07-15T22:56:41.567Z[ helios-setup] Jul 15 22:56:40.569 INFO E| Downloaded vec_map v0.8.2
33842026-07-15T22:56:41.571Z[ helios-setup] Jul 15 22:56:40.570 INFO E| Downloaded fletcher v1.0.0
33852026-07-15T22:56:41.593Z[ helios-setup] Jul 15 22:56:40.596 INFO E| Downloaded ansi_term v0.12.1
33862026-07-15T22:56:41.597Z[ helios-setup] Jul 15 22:56:40.598 INFO E| Downloaded unic-char-property v0.9.0
33872026-07-15T22:56:41.597Z[ helios-setup] Jul 15 22:56:40.599 INFO E| Downloaded strum v0.27.1
33882026-07-15T22:56:41.602Z[ helios-setup] Jul 15 22:56:40.604 INFO E| Downloaded strsim v0.8.0
33892026-07-15T22:56:41.605Z[ helios-setup] Jul 15 22:56:40.606 INFO E| Downloaded unic-ucd-version v0.9.0
33902026-07-15T22:56:41.605Z[ helios-setup] Jul 15 22:56:40.607 INFO E| Downloaded unic-char-range v0.9.0
33912026-07-15T22:56:41.608Z[ helios-setup] Jul 15 22:56:40.608 INFO E| Downloaded parse_int v0.9.0
33922026-07-15T22:56:41.608Z[ helios-setup] Jul 15 22:56:40.608 INFO E| Downloaded dyn-clone v1.0.19
33932026-07-15T22:56:41.608Z[ helios-setup] Jul 15 22:56:40.609 INFO E| Downloaded log v0.4.27
33942026-07-15T22:56:41.612Z[ helios-setup] Jul 15 22:56:40.611 INFO E| Downloaded heck v0.3.3
33952026-07-15T22:56:41.612Z[ helios-setup] Jul 15 22:56:40.612 INFO E| Downloaded textwrap v0.11.0
33962026-07-15T22:56:41.612Z[ helios-setup] Jul 15 22:56:40.613 INFO E| Downloaded unic-common v0.9.0
33972026-07-15T22:56:41.612Z[ helios-setup] Jul 15 22:56:40.614 INFO E| Downloaded bytesize v2.0.1
33982026-07-15T22:56:41.616Z[ helios-setup] Jul 15 22:56:40.615 INFO E| Downloaded rustversion v1.0.20
33992026-07-15T22:56:41.616Z[ helios-setup] Jul 15 22:56:40.617 INFO E| Downloaded four-cc v0.4.0
34002026-07-15T22:56:41.626Z[ helios-setup] Jul 15 22:56:40.618 INFO E| Downloaded quote v1.0.40
34012026-07-15T22:56:41.626Z[ helios-setup] Jul 15 22:56:40.620 INFO E| Downloaded strum_macros v0.27.1
34022026-07-15T22:56:41.629Z[ helios-setup] Jul 15 22:56:40.622 INFO E| Downloaded autocfg v1.4.0
34032026-07-15T22:56:41.629Z[ helios-setup] Jul 15 22:56:40.631 INFO E| Downloaded unic-ucd-ident v0.9.0
34042026-07-15T22:56:41.632Z[ helios-setup] Jul 15 22:56:40.633 INFO E| Downloaded modular-bitfield-impl v0.11.2
34052026-07-15T22:56:41.632Z[ helios-setup] Jul 15 22:56:40.634 INFO E| Downloaded modular-bitfield v0.11.2
34062026-07-15T22:56:41.640Z[ helios-setup] Jul 15 22:56:40.641 INFO E| Downloaded unicode-ident v1.0.18
34072026-07-15T22:56:41.643Z[ helios-setup] Jul 15 22:56:40.643 INFO E| Downloaded pest_meta v2.8.0
34082026-07-15T22:56:41.643Z[ helios-setup] Jul 15 22:56:40.645 INFO E| Downloaded pest_generator v2.8.0
34092026-07-15T22:56:41.646Z[ helios-setup] Jul 15 22:56:40.646 INFO E| Downloaded pest_derive v2.8.0
34102026-07-15T22:56:41.646Z[ helios-setup] Jul 15 22:56:40.648 INFO E| Downloaded modular-bitfield v0.13.1
34112026-07-15T22:56:41.651Z[ helios-setup] Jul 15 22:56:40.654 INFO E| Downloaded structopt v0.3.26
34122026-07-15T22:56:41.657Z[ helios-setup] Jul 15 22:56:40.659 INFO E| Downloaded serde v1.0.219
34132026-07-15T22:56:41.660Z[ helios-setup] Jul 15 22:56:40.662 INFO E| Downloaded serde_derive v1.0.219
34142026-07-15T22:56:41.663Z[ helios-setup] Jul 15 22:56:40.663 INFO E| Downloaded proc-macro2 v1.0.95
34152026-07-15T22:56:41.666Z[ helios-setup] Jul 15 22:56:40.666 INFO E| Downloaded typenum v1.18.0
34162026-07-15T22:56:41.666Z[ helios-setup] Jul 15 22:56:40.668 INFO E| Downloaded thiserror-impl v2.0.12
34172026-07-15T22:56:41.669Z[ helios-setup] Jul 15 22:56:40.669 INFO E| Downloaded thiserror v2.0.12
34182026-07-15T22:56:41.672Z[ helios-setup] Jul 15 22:56:40.673 INFO E| Downloaded structopt-derive v0.4.18
34192026-07-15T22:56:41.672Z[ helios-setup] Jul 15 22:56:40.674 INFO E| Downloaded memchr v2.7.4
34202026-07-15T22:56:41.675Z[ helios-setup] Jul 15 22:56:40.678 INFO E| Downloaded zerocopy-derive v0.8.25
34212026-07-15T22:56:41.680Z[ helios-setup] Jul 15 22:56:40.683 INFO E| Downloaded modular-bitfield-impl v0.13.1
34222026-07-15T22:56:41.695Z[ helios-setup] Jul 15 22:56:40.696 INFO E| Downloaded pest v2.8.0
34232026-07-15T22:56:41.704Z[ helios-setup] Jul 15 22:56:40.705 INFO E| Downloaded serde_json v1.0.140
34242026-07-15T22:56:41.708Z[ helios-setup] Jul 15 22:56:40.711 INFO E| Downloaded goblin v0.9.3
34252026-07-15T22:56:41.715Z[ helios-setup] Jul 15 22:56:40.718 INFO E| Downloaded clap v2.34.0
34262026-07-15T22:56:41.720Z[ helios-setup] Jul 15 22:56:40.722 INFO E| Downloaded zerocopy v0.8.25
34272026-07-15T22:56:41.764Z[ helios-setup] Jul 15 22:56:40.744 INFO E| Downloaded syn v2.0.101
34282026-07-15T22:56:41.801Z[ helios-setup] Jul 15 22:56:40.804 INFO E| Downloaded libc v0.2.172
34292026-07-15T22:56:41.886Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling proc-macro2 v1.0.95
34302026-07-15T22:56:41.886Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling unicode-ident v1.0.18
34312026-07-15T22:56:41.886Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling memchr v2.7.4
34322026-07-15T22:56:41.890Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling autocfg v1.4.0
34332026-07-15T22:56:41.890Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling thiserror v2.0.12
34342026-07-15T22:56:41.890Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling syn v1.0.109
34352026-07-15T22:56:41.891Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling serde v1.0.219
34362026-07-15T22:56:41.891Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling version_check v0.9.5
34372026-07-15T22:56:41.891Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling serde_json v1.0.140
34382026-07-15T22:56:41.891Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling schemars v0.8.22
34392026-07-15T22:56:41.891Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling itoa v1.0.15
34402026-07-15T22:56:41.891Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling ryu v1.0.20
34412026-07-15T22:56:41.891Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling paste v1.0.15
34422026-07-15T22:56:41.891Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling ucd-trie v0.1.7
34432026-07-15T22:56:41.891Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling zerocopy v0.8.25
34442026-07-15T22:56:41.891Z[ helios-setup] Jul 15 22:56:40.888 INFO E| Compiling static_assertions v1.1.0
34452026-07-15T22:56:42.105Z[ helios-setup] Jul 15 22:56:41.107 INFO E| Compiling dyn-clone v1.0.19
34462026-07-15T22:56:42.128Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-07-15T22:56:42.205Z[ helios-setup] Jul 15 22:56:41.207 INFO E| Compiling libc v0.2.172
34482026-07-15T22:56:42.327Z[ host-package] Compiling darling_macro v0.23.0
34492026-07-15T22:56:42.348Z[ helios-setup] Jul 15 22:56:41.350 INFO E| Compiling rustversion v1.0.20
34502026-07-15T22:56:42.413Z[ helios-setup] Jul 15 22:56:41.416 INFO E| Compiling once_cell v1.21.3
34512026-07-15T22:56:42.562Z[ host-package] Compiling ecdsa v0.16.9
34522026-07-15T22:56:42.667Z[ helios-setup] Jul 15 22:56:41.669 INFO E| Compiling heck v0.5.0
34532026-07-15T22:56:42.777Z[ helios-setup] Jul 15 22:56:41.779 INFO E| Compiling unicode-segmentation v1.12.0
34542026-07-15T22:56:42.920Z[ helios-setup] Jul 15 22:56:41.921 INFO E| Compiling unicode-width v0.1.14
34552026-07-15T22:56:42.964Z[ helios-setup] Jul 15 22:56:41.966 INFO E| Compiling proc-macro-error-attr v1.0.4
34562026-07-15T22:56:42.995Z[ helios-setup] Jul 15 22:56:41.997 INFO E| Compiling proc-macro-error v1.0.4
34572026-07-15T22:56:43.011Z[ helios-setup] Jul 15 22:56:42.013 INFO E| Compiling vec_map v0.8.2
34582026-07-15T22:56:43.092Z[ helios-setup] Jul 15 22:56:42.094 INFO E| Compiling byteorder v1.5.0
34592026-07-15T22:56:43.102Z[ helios-setup] Jul 15 22:56:42.105 INFO E| Compiling unic-common v0.9.0
34602026-07-15T22:56:43.230Z[ host-package] Compiling slog-stdlog v4.1.1
34612026-07-15T22:56:43.233Z[ helios-setup] Jul 15 22:56:42.234 INFO E| Compiling num-traits v0.2.19
34622026-07-15T22:56:43.238Z[ helios-setup] Jul 15 22:56:42.240 INFO E| Compiling memoffset v0.9.1
34632026-07-15T22:56:43.268Z[ helios-setup] Jul 15 22:56:42.270 INFO E| Compiling ansi_term v0.12.1
34642026-07-15T22:56:43.275Z[ helios-setup] Jul 15 22:56:42.277 INFO E| Compiling bitflags v1.3.2
34652026-07-15T22:56:43.381Z[ helios-setup] Jul 15 22:56:42.382 INFO E| Compiling unic-char-range v0.9.0
34662026-07-15T22:56:43.393Z[ helios-setup] Jul 15 22:56:42.396 INFO E| Compiling fletcher v1.0.0
34672026-07-15T22:56:43.424Z[ helios-setup] Jul 15 22:56:42.426 INFO E| Compiling heck v0.3.3
34682026-07-15T22:56:43.496Z[ helios-setup] Jul 15 22:56:42.498 INFO E| Compiling strsim v0.8.0
34692026-07-15T22:56:43.595Z[ helios-setup] Jul 15 22:56:42.597 INFO E| Compiling textwrap v0.11.0
34702026-07-15T22:56:43.637Z[ helios-setup] Jul 15 22:56:42.637 INFO E| Compiling atty v0.2.14
34712026-07-15T22:56:43.662Z[ helios-setup] Jul 15 22:56:42.665 INFO E| Compiling strum v0.27.1
34722026-07-15T22:56:43.711Z[ helios-setup] Jul 15 22:56:42.713 INFO E| Compiling unic-char-property v0.9.0
34732026-07-15T22:56:43.724Z[ helios-setup] Jul 15 22:56:42.726 INFO E| Compiling unic-ucd-version v0.9.0
34742026-07-15T22:56:43.769Z[ helios-setup] Jul 15 22:56:42.771 INFO E| Compiling plain v0.2.3
34752026-07-15T22:56:43.779Z[ helios-setup] Jul 15 22:56:42.781 INFO E| Compiling log v0.4.27
34762026-07-15T22:56:43.788Z[ helios-setup] Jul 15 22:56:42.790 INFO E| Compiling lazy_static v1.5.0
34772026-07-15T22:56:43.811Z[ helios-setup] Jul 15 22:56:42.813 INFO E| Compiling bytesize v2.0.1
34782026-07-15T22:56:43.822Z[ helios-setup] Jul 15 22:56:42.824 INFO E| Compiling unic-ucd-ident v0.9.0
34792026-07-15T22:56:43.924Z[ helios-setup] Jul 15 22:56:42.925 INFO E| Compiling clap v2.34.0
34802026-07-15T22:56:44.027Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34812026-07-15T22:56:44.173Z[ host-package] Compiling async-bb8-diesel v0.2.1
34822026-07-15T22:56:44.309Z[ host-package] Compiling diesel-dtrace v0.5.0
34832026-07-15T22:56:44.340Z[ helios-setup] Jul 15 22:56:43.340 INFO E| Compiling quote v1.0.40
34842026-07-15T22:56:44.533Z[ helios-setup] Jul 15 22:56:43.535 INFO E| Compiling syn v2.0.101
34852026-07-15T22:56:44.742Z[ host-package] Compiling primeorder v0.13.6
34862026-07-15T22:56:44.745Z[ helios-setup] Jul 15 22:56:43.745 INFO E| Compiling parse_int v0.9.0
34872026-07-15T22:56:44.802Z[ host-package] Compiling git-stub v1.0.0
34882026-07-15T22:56:44.914Z[ host-package] Compiling atty v0.2.14
34892026-07-15T22:56:45.133Z[ host-package] Compiling instability v0.3.11
34902026-07-15T22:56:45.189Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
34912026-07-15T22:56:45.241Z[ host-package] Compiling http-range v0.1.5
34922026-07-15T22:56:45.567Z[ host-package] Compiling strsim v0.10.0
34932026-07-15T22:56:45.772Z[ host-package] Compiling p384 v0.13.1
34942026-07-15T22:56:45.900Z[ host-package] Compiling git-stub-vcs v0.1.0
34952026-07-15T22:56:45.961Z[ host-package] Compiling darling_core v0.13.4
34962026-07-15T22:56:46.073Z[ host-package] Compiling darling v0.23.0
34972026-07-15T22:56:46.215Z[ host-package] Compiling slog-envlogger v2.2.0
34982026-07-15T22:56:47.401Z[ helios-setup] Jul 15 22:56:46.402 INFO E| Compiling modular-bitfield-impl v0.11.2
34992026-07-15T22:56:47.401Z[ helios-setup] Jul 15 22:56:46.402 INFO E| Compiling structopt-derive v0.4.18
35002026-07-15T22:56:47.635Z[ helios-setup] Jul 15 22:56:46.637 INFO E| Compiling serde_derive_internals v0.29.1
35012026-07-15T22:56:47.684Z[ host-package] Compiling oso v0.27.3
35022026-07-15T22:56:47.813Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
35032026-07-15T22:56:48.633Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35042026-07-15T22:56:48.886Z[ helios-setup] Jul 15 22:56:47.885 INFO E| Compiling thiserror-impl v2.0.12
35052026-07-15T22:56:48.887Z[ helios-setup] Jul 15 22:56:47.885 INFO E| Compiling serde_derive v1.0.219
35062026-07-15T22:56:48.887Z[ helios-setup] Jul 15 22:56:47.885 INFO E| Compiling schemars_derive v0.8.22
35072026-07-15T22:56:48.891Z[ helios-setup] Jul 15 22:56:47.885 INFO E| Compiling zerocopy-derive v0.8.25
35082026-07-15T22:56:48.891Z[ helios-setup] Jul 15 22:56:47.885 INFO E| Compiling num-derive v0.4.2
35092026-07-15T22:56:48.891Z[ helios-setup] Jul 15 22:56:47.885 INFO E| Compiling modular-bitfield-impl v0.13.1
35102026-07-15T22:56:48.892Z[ helios-setup] Jul 15 22:56:47.885 INFO E| Compiling scroll_derive v0.12.1
35112026-07-15T22:56:48.892Z[ helios-setup] Jul 15 22:56:47.885 INFO E| Compiling strum_macros v0.27.1
35122026-07-15T22:56:48.973Z[ host-package] Compiling ignore v0.4.25
35132026-07-15T22:56:48.979Z[ helios-setup] Jul 15 22:56:47.973 INFO E| Compiling structopt v0.3.26
35142026-07-15T22:56:49.119Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35152026-07-15T22:56:49.210Z[ host-package] Compiling vergen-git2 v9.1.0
35162026-07-15T22:56:49.708Z[ host-package] Compiling castaway v0.2.4
35172026-07-15T22:56:49.863Z[ helios-setup] Jul 15 22:56:48.855 INFO E| Compiling modular-bitfield v0.11.2
35182026-07-15T22:56:50.096Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35192026-07-15T22:56:50.125Z[ helios-setup] Jul 15 22:56:49.126 INFO E| Compiling scroll v0.12.0
35202026-07-15T22:56:50.480Z[ helios-setup] Jul 15 22:56:49.482 INFO E| Compiling goblin v0.9.3
35212026-07-15T22:56:50.835Z[ helios-setup] Jul 15 22:56:49.837 INFO E| Compiling modular-bitfield v0.13.1
35222026-07-15T22:56:50.935Z[ host-package] Compiling indoc v2.0.7
35232026-07-15T22:56:51.044Z[ helios-setup] Jul 15 22:56:50.046 INFO E| Compiling pest v2.8.0
35242026-07-15T22:56:51.879Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35252026-07-15T22:56:52.213Z[ host-package] Compiling globwalk v0.9.1
35262026-07-15T22:56:52.471Z[ helios-setup] Jul 15 22:56:51.473 INFO E| Compiling pest_meta v2.8.0
35272026-07-15T22:56:52.849Z[ host-package] Compiling compact_str v0.8.1
35282026-07-15T22:56:53.242Z[ host-package] Compiling parking_lot v0.11.2
35292026-07-15T22:56:53.357Z[ helios-setup] Jul 15 22:56:52.359 INFO E| Compiling pest_generator v2.8.0
35302026-07-15T22:56:53.642Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35312026-07-15T22:56:54.223Z[ helios-setup] Jul 15 22:56:53.226 INFO E| Compiling pest_derive v2.8.0
35322026-07-15T22:56:54.391Z[ host-package] Compiling darling_macro v0.13.4
35332026-07-15T22:56:54.485Z[ host-package] Compiling hyper-staticfile v0.10.1
35342026-07-15T22:56:54.743Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35352026-07-15T22:56:55.060Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35362026-07-15T22:56:55.352Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35372026-07-15T22:56:55.615Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35382026-07-15T22:56:55.843Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35392026-07-15T22:56:55.895Z[ helios-setup] Jul 15 22:56:54.895 INFO E| Compiling json5 v0.4.1
35402026-07-15T22:56:55.934Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35412026-07-15T22:56:55.994Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35422026-07-15T22:56:56.268Z[ host-package] Compiling predicates-tree v1.0.13
35432026-07-15T22:56:56.832Z[ host-package] Compiling unicode-truncate v1.1.0
35442026-07-15T22:56:56.895Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35452026-07-15T22:56:57.082Z[ host-package] Compiling lru v0.12.5
35462026-07-15T22:56:57.226Z[ host-package] Compiling rand_seeder v0.4.0
35472026-07-15T22:56:57.349Z[ host-package] Compiling prefix-trie v0.7.0
35482026-07-15T22:56:57.469Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35492026-07-15T22:56:57.510Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
35502026-07-15T22:56:57.561Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35512026-07-15T22:56:57.745Z[ helios-setup] Jul 15 22:56:56.746 INFO E| Compiling four-cc v0.4.0
35522026-07-15T22:56:57.745Z[ helios-setup] Jul 15 22:56:56.746 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35532026-07-15T22:56:57.896Z[ helios-setup] Jul 15 22:56:56.898 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35542026-07-15T22:56:57.919Z[ host-package] Compiling cassowary v0.3.0
35552026-07-15T22:56:57.977Z[ host-package] Compiling corncobs v0.1.4
35562026-07-15T22:56:58.112Z[ host-package] Compiling hickory-server v0.25.2
35572026-07-15T22:56:58.191Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35582026-07-15T22:56:58.260Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35592026-07-15T22:56:58.421Z[ host-package] Compiling ratatui v0.29.0
35602026-07-15T22:56:58.479Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35612026-07-15T22:56:58.517Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35622026-07-15T22:56:58.759Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35632026-07-15T22:56:59.166Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35642026-07-15T22:56:59.302Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35652026-07-15T22:56:59.732Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35662026-07-15T22:57:00.231Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35672026-07-15T22:57:00.566Z[ host-package] Compiling darling v0.13.4
35682026-07-15T22:57:00.868Z[ host-package] Compiling sled v0.34.7
35692026-07-15T22:57:03.619Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35702026-07-15T22:57:04.230Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35712026-07-15T22:57:04.411Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35722026-07-15T22:57:04.631Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35732026-07-15T22:57:04.726Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35742026-07-15T22:57:05.019Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35752026-07-15T22:57:05.286Z[ host-package] Compiling secrecy v0.8.0
35762026-07-15T22:57:05.513Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35772026-07-15T22:57:05.938Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35782026-07-15T22:57:07.351Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35792026-07-15T22:57:08.134Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35802026-07-15T22:57:08.241Z[ host-package] Compiling serde_with_macros v1.5.2
35812026-07-15T22:57:08.330Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35822026-07-15T22:57:09.261Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35832026-07-15T22:57:09.504Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35842026-07-15T22:57:09.996Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35852026-07-15T22:57:10.250Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35862026-07-15T22:57:10.510Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35872026-07-15T22:57:10.776Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35882026-07-15T22:57:11.361Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35892026-07-15T22:57:11.700Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35902026-07-15T22:57:11.999Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35912026-07-15T22:57:12.025Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35922026-07-15T22:57:12.047Z[ host-package] Compiling base64 v0.21.7
35932026-07-15T22:57:12.110Z[ host-package] Compiling void v1.0.2
35942026-07-15T22:57:12.287Z[ host-package] Compiling lzss v0.8.2
35952026-07-15T22:57:12.401Z[ host-package] Compiling ron v0.8.1
35962026-07-15T22:57:12.481Z[ host-package] Compiling git2 v0.20.4
35972026-07-15T22:57:12.688Z[ host-package] Compiling illumos-nvpair v0.3.0
35982026-07-15T22:57:12.735Z[ host-package] Compiling serde_with v1.14.0
35992026-07-15T22:57:13.259Z[ helios-setup] Jul 15 22:57:12.253 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36002026-07-15T22:57:13.318Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36012026-07-15T22:57:13.573Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36022026-07-15T22:57:13.963Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36032026-07-15T22:57:14.263Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36042026-07-15T22:57:15.977Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36052026-07-15T22:57:16.128Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36062026-07-15T22:57:16.197Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
36072026-07-15T22:57:16.961Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36082026-07-15T22:57:18.029Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36092026-07-15T22:57:18.107Z[ helios-setup] Jul 15 22:57:17.109 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36102026-07-15T22:57:18.347Z[ host-package] Compiling tungstenite v0.23.0
36112026-07-15T22:57:18.566Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36122026-07-15T22:57:19.024Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36132026-07-15T22:57:19.681Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36142026-07-15T22:57:19.999Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36152026-07-15T22:57:20.267Z[ host-package] Compiling nix v0.27.1
36162026-07-15T22:57:20.960Z[ host-package] Compiling twox-hash v2.1.2
36172026-07-15T22:57:20.993Z[ host-package] Compiling serde_bytes v0.11.19
36182026-07-15T22:57:21.326Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36192026-07-15T22:57:21.558Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36202026-07-15T22:57:21.627Z[ host-package] Compiling tokio-tungstenite v0.23.1
36212026-07-15T22:57:21.662Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36222026-07-15T22:57:21.697Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36232026-07-15T22:57:22.055Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36242026-07-15T22:57:25.607Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36252026-07-15T22:57:27.394Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36262026-07-15T22:57:27.551Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36272026-07-15T22:57:27.654Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36282026-07-15T22:57:27.767Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36292026-07-15T22:57:27.914Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36302026-07-15T22:57:28.174Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36312026-07-15T22:57:28.210Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36322026-07-15T22:57:28.239Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36332026-07-15T22:57:28.308Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36342026-07-15T22:57:29.379Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36352026-07-15T22:57:30.349Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36362026-07-15T22:57:30.415Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36372026-07-15T22:57:30.616Z[ helios-setup] Jul 15 22:57:29.618 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.21s
36382026-07-15T22:57:30.655Z[ helios-setup] Jul 15 22:57:29.657 INFO building project "amd-host-image-builder" ok (50 seconds)
36392026-07-15T22:57:30.655Z[ helios-setup] Jul 15 22:57:29.657 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36402026-07-15T22:57:30.665Z[ helios-setup] Jul 15 22:57:29.667 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
36412026-07-15T22:57:30.665Z[ helios-setup] Jul 15 22:57:29.667 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36422026-07-15T22:57:30.668Z[ helios-setup] Jul 15 22:57:29.667 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36432026-07-15T22:57:30.782Z[ helios-setup] Jul 15 22:57:29.784 INFO E| Blocking waiting for file lock on package cache
36442026-07-15T22:57:30.925Z[ helios-setup] Jul 15 22:57:29.927 INFO E| Blocking waiting for file lock on package cache
36452026-07-15T22:57:31.029Z[ helios-setup] Jul 15 22:57:30.031 INFO E| Blocking waiting for file lock on package cache
36462026-07-15T22:57:31.422Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36472026-07-15T22:57:32.750Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36482026-07-15T22:57:34.662Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36492026-07-15T22:57:35.006Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36502026-07-15T22:57:35.234Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
36512026-07-15T22:57:35.887Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36522026-07-15T22:57:36.115Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36532026-07-15T22:57:36.140Z[ host-package] Compiling signal-hook-tokio v0.3.1
36542026-07-15T22:57:36.346Z[ host-package] Compiling fatfs v0.3.6
36552026-07-15T22:57:36.370Z[ host-package] Compiling yasna v0.5.2
36562026-07-15T22:57:36.932Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36572026-07-15T22:57:37.155Z[ host-package] Compiling assert_matches v1.5.0
36582026-07-15T22:57:37.270Z[ host-package] Compiling is_ci v1.2.0
36592026-07-15T22:57:37.319Z[ helios-setup] Jul 15 22:57:36.322 INFO E| Downloading crates ...
36602026-07-15T22:57:37.392Z[ helios-setup] Jul 15 22:57:36.394 INFO E| Downloaded errno v0.3.12
36612026-07-15T22:57:37.400Z[ helios-setup] Jul 15 22:57:36.402 INFO E| Downloaded time-core v0.1.4
36622026-07-15T22:57:37.407Z[ helios-setup] Jul 15 22:57:36.409 INFO E| Downloaded time-macros v0.2.22
36632026-07-15T22:57:37.410Z[ helios-setup] Jul 15 22:57:36.412 INFO E| Downloaded serde_with_macros v3.12.0
36642026-07-15T22:57:37.413Z[ helios-setup] Jul 15 22:57:36.413 INFO E| Downloaded deranged v0.4.0
36652026-07-15T22:57:37.416Z[ helios-setup] Jul 15 22:57:36.418 INFO E| Downloaded iana-time-zone v0.1.63
36662026-07-15T22:57:37.419Z[ helios-setup] Jul 15 22:57:36.420 INFO E| Downloaded tempfile v3.20.0
36672026-07-15T22:57:37.422Z[ helios-setup] Jul 15 22:57:36.422 INFO E| Downloaded bitflags v2.9.1
36682026-07-15T22:57:37.428Z[ helios-setup] Jul 15 22:57:36.427 INFO E| Downloaded getrandom v0.3.3
36692026-07-15T22:57:37.430Z[ helios-setup] Jul 15 22:57:36.430 INFO E| Downloaded anyhow v1.0.98
36702026-07-15T22:57:37.437Z[ helios-setup] Jul 15 22:57:36.440 INFO E| Downloaded indexmap v2.9.0
36712026-07-15T22:57:37.454Z[ helios-setup] Jul 15 22:57:36.456 INFO E| Downloaded time v0.3.41
36722026-07-15T22:57:37.459Z[ helios-setup] Jul 15 22:57:36.461 INFO E| Downloaded hashbrown v0.15.3
36732026-07-15T22:57:37.463Z[ helios-setup] Jul 15 22:57:36.466 INFO E| Downloaded serde_with v3.12.0
36742026-07-15T22:57:37.471Z[ helios-setup] Jul 15 22:57:36.474 INFO E| Downloaded chrono v0.4.41
36752026-07-15T22:57:37.475Z[ helios-setup] Jul 15 22:57:36.478 INFO E| Downloaded rustix v1.0.7
36762026-07-15T22:57:37.539Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling proc-macro2 v1.0.95
36772026-07-15T22:57:37.539Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling unicode-ident v1.0.18
36782026-07-15T22:57:37.542Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling libc v0.2.172
36792026-07-15T22:57:37.542Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling ident_case v1.0.1
36802026-07-15T22:57:37.543Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling strsim v0.11.1
36812026-07-15T22:57:37.543Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling fnv v1.0.7
36822026-07-15T22:57:37.543Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling serde v1.0.219
36832026-07-15T22:57:37.543Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling rustix v1.0.7
36842026-07-15T22:57:37.543Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling getrandom v0.3.3
36852026-07-15T22:57:37.543Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling bitflags v2.9.1
36862026-07-15T22:57:37.543Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling serde_json v1.0.140
36872026-07-15T22:57:37.543Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling cfg-if v1.0.0
36882026-07-15T22:57:37.543Z[ helios-setup] Jul 15 22:57:36.542 INFO E| Compiling thiserror v2.0.12
36892026-07-15T22:57:37.543Z[ helios-setup] Jul 15 22:57:36.543 INFO E| Compiling anyhow v1.0.98
36902026-07-15T22:57:37.555Z[ helios-setup] Jul 15 22:57:36.557 INFO E| Compiling fastrand v2.3.0
36912026-07-15T22:57:37.559Z[ helios-setup] Jul 15 22:57:36.558 INFO E| Compiling itoa v1.0.15
36922026-07-15T22:57:37.595Z[ host-package] Compiling seq-macro v0.3.6
36932026-07-15T22:57:37.749Z[ host-package] Compiling supports-color v3.0.2
36942026-07-15T22:57:37.892Z[ helios-setup] Jul 15 22:57:36.893 INFO E| Compiling ryu v1.0.20
36952026-07-15T22:57:38.109Z[ helios-setup] Jul 15 22:57:37.111 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36962026-07-15T22:57:38.112Z[ helios-setup] Jul 15 22:57:37.112 INFO E| Compiling memchr v2.7.4
36972026-07-15T22:57:38.134Z[ host-package] Compiling rcgen v0.12.1
36982026-07-15T22:57:38.189Z[ helios-setup] Jul 15 22:57:37.192 INFO E| Compiling once_cell v1.21.3
36992026-07-15T22:57:38.368Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37002026-07-15T22:57:38.728Z[ helios-setup] Jul 15 22:57:37.722 INFO E| Compiling errno v0.3.12
37012026-07-15T22:57:39.300Z[ helios-setup] Jul 15 22:57:38.302 INFO E| Compiling quote v1.0.40
37022026-07-15T22:57:39.316Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37032026-07-15T22:57:39.593Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37042026-07-15T22:57:39.610Z[ helios-setup] Jul 15 22:57:38.611 INFO E| Compiling syn v2.0.101
37052026-07-15T22:57:40.320Z[ helios-setup] Jul 15 22:57:39.322 INFO E| Compiling tempfile v3.20.0
37062026-07-15T22:57:41.927Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37072026-07-15T22:57:42.290Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37082026-07-15T22:57:42.327Z[ host-package] Compiling port-file v0.1.0
37092026-07-15T22:57:42.517Z[ helios-setup] Jul 15 22:57:41.519 INFO E| Compiling darling_core v0.20.11
37102026-07-15T22:57:42.709Z[ host-package] Compiling subprocess v0.2.15
37112026-07-15T22:57:42.773Z[ host-package] Compiling rtoolbox v0.0.3
37122026-07-15T22:57:43.161Z[ host-package] Compiling rpassword v7.4.0
37132026-07-15T22:57:43.473Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37142026-07-15T22:57:43.686Z[ helios-setup] Jul 15 22:57:42.689 INFO E| Compiling serde_derive v1.0.219
37152026-07-15T22:57:43.686Z[ helios-setup] Jul 15 22:57:42.689 INFO E| Compiling thiserror-impl v2.0.12
37162026-07-15T22:57:44.539Z[ helios-setup] Jul 15 22:57:43.542 INFO E| Compiling darling_macro v0.20.11
37172026-07-15T22:57:44.609Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37182026-07-15T22:57:44.745Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37192026-07-15T22:57:45.496Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37202026-07-15T22:57:45.674Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37212026-07-15T22:57:45.837Z[ helios-setup] Jul 15 22:57:44.840 INFO E| Compiling darling v0.20.11
37222026-07-15T22:57:45.955Z[ helios-setup] Jul 15 22:57:44.956 INFO E| Compiling serde_with_macros v3.12.0
37232026-07-15T22:57:47.128Z[ host-package] Compiling tui-tree-widget v0.23.1
37242026-07-15T22:57:47.525Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37252026-07-15T22:57:47.916Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37262026-07-15T22:57:48.777Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37272026-07-15T22:57:49.188Z[ host-package] Compiling uzers v0.12.2
37282026-07-15T22:57:49.455Z[ helios-setup] Jul 15 22:57:48.457 INFO E| Compiling serde_with v3.12.0
37292026-07-15T22:57:50.439Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37302026-07-15T22:57:51.099Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37312026-07-15T22:57:52.476Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37322026-07-15T22:57:53.160Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37332026-07-15T22:57:54.626Z[ helios-setup] Jul 15 22:57:53.621 INFO E| Finished `release` profile [optimized] target(s) in 23.93s
37342026-07-15T22:57:54.645Z[ helios-setup] Jul 15 22:57:53.646 INFO building project "dmar-report" ok (23 seconds)
37352026-07-15T22:57:54.645Z[ helios-setup] Jul 15 22:57:53.646 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
37362026-07-15T22:57:56.547Z[ host-package] Compiling support-bundle-viewer v0.1.2
37372026-07-15T22:57:58.246Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37382026-07-15T22:57:59.257Z[ host-package] Compiling multimap v0.10.1
37392026-07-15T22:58:15.616Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37402026-07-15T22:58:16.794Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37412026-07-15T22:58:23.038Z[ helios-setup] Jul 15 22:58:22.040 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')"
37422026-07-15T22:58:23.041Z[ helios-setup] rm -f helios-build
37432026-07-15T22:58:23.044Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37442026-07-15T22:58:23.047Z[ helios-setup]
37452026-07-15T22:58:23.047Z[ helios-setup] Setup complete! ./helios-build is now available.
37462026-07-15T22:58:23.047Z[ helios-setup]
37472026-07-15T22:58:23.051Z[ helios-setup]
37482026-07-15T22:58:23.051ZJul 15 22:58:22.051 INFO [helios-setup] process exited with exit status: 0 (198.459569845s)
37492026-07-15T22:58:23.051Z[ helios-setup] real 3:18.456218175
37502026-07-15T22:58:23.051Z[ helios-setup] user 7:36.355473548
37512026-07-15T22:58:23.051Z[ helios-setup] sys 1:23.559665859
37522026-07-15T22:58:23.051Z[ helios-setup] trap 0.580230937
37532026-07-15T22:58:23.051Z[ helios-setup] tflt 2.993283645
37542026-07-15T22:58:23.051Z[ helios-setup] dflt 6.474895685
37552026-07-15T22:58:23.051Z[ helios-setup] kflt 0.002139370
37562026-07-15T22:58:23.051Z[ helios-setup] lock 1:00:26.750515103
37572026-07-15T22:58:23.051Z[ helios-setup] slp 37:51.780663862
37582026-07-15T22:58:23.051Z[ helios-setup] lat 6:16.590538956
37592026-07-15T22:58:23.051Z[ helios-setup] stop 1:27.694588501
37602026-07-15T22:58:23.051ZJul 15 22:58:22.052 INFO [helios-record] running task
37612026-07-15T22:58:23.051ZJul 15 22:58:22.052 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37622026-07-15T22:58:23.055ZJul 15 22:58:22.057 DEBG process exited with exit status: 0 (4.966142ms)
37632026-07-15T22:58:23.055ZJul 15 22:58:22.057 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37642026-07-15T22:58:23.063ZJul 15 22:58:22.066 DEBG process exited with exit status: 0 (8.828793ms)
37652026-07-15T22:58:23.063ZJul 15 22:58:22.066 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37662026-07-15T22:58:23.068ZJul 15 22:58:22.071 DEBG process exited with exit status: 0 (4.674701ms)
37672026-07-15T22:58:23.068ZJul 15 22:58:22.071 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37682026-07-15T22:58:23.072ZJul 15 22:58:22.075 DEBG process exited with exit status: 0 (4.053972ms)
37692026-07-15T22:58:23.072ZJul 15 22:58:22.075 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37702026-07-15T22:58:23.076ZJul 15 22:58:22.078 DEBG process exited with exit status: 0 (3.743251ms)
37712026-07-15T22:58:23.076ZJul 15 22:58:22.078 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37722026-07-15T22:58:23.079ZJul 15 22:58:22.082 DEBG process exited with exit status: 0 (3.464102ms)
37732026-07-15T22:58:23.079ZJul 15 22:58:22.082 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37742026-07-15T22:58:23.083ZJul 15 22:58:22.085 DEBG process exited with exit status: 0 (3.640841ms)
37752026-07-15T22:58:23.083ZJul 15 22:58:22.085 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37762026-07-15T22:58:23.086ZJul 15 22:58:22.089 DEBG process exited with exit status: 0 (3.298341ms)
37772026-07-15T22:58:23.086ZJul 15 22:58:22.089 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37782026-07-15T22:58:23.090ZJul 15 22:58:22.093 DEBG process exited with exit status: 0 (3.829362ms)
37792026-07-15T22:58:23.093ZJul 15 22:58:22.093 INFO [helios-record] task succeeded (41.039625ms)
37802026-07-15T22:58:23.106Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37812026-07-15T22:58:24.620Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37822026-07-15T22:58:24.698Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37832026-07-15T23:04:47.260Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 09s
37842026-07-15T23:05:58.170ZJul 15 23:05:57.170 INFO [host-package] process exited with exit status: 0 (620.84754301s)
37852026-07-15T23:05:58.170ZJul 15 23:05:57.170 INFO [host-libraries] running task
37862026-07-15T23:05:58.170ZJul 15 23:05:57.170 INFO [host-stamp] running task
37872026-07-15T23:05:58.174ZJul 15 23:05:57.173 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+gitc6314e62fb7
37882026-07-15T23:05:58.174ZJul 15 23:05:57.173 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+gitc6314e62fb7
37892026-07-15T23:05:58.174ZJul 15 23:05:57.173 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+gitc6314e62fb7
37902026-07-15T23:05:58.174ZJul 15 23:05:57.174 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+gitc6314e62fb7
37912026-07-15T23:05:58.174ZJul 15 23:05:57.174 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+gitc6314e62fb7
37922026-07-15T23:05:58.174ZJul 15 23:05:57.174 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+gitc6314e62fb7
37932026-07-15T23:05:58.174ZJul 15 23:05:57.174 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+gitc6314e62fb7
37942026-07-15T23:05:58.175ZJul 15 23:05:57.175 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+gitc6314e62fb7
37952026-07-15T23:05:58.181Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37962026-07-15T23:05:58.184Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37972026-07-15T23:05:58.184Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37982026-07-15T23:05:58.185Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37992026-07-15T23:05:58.185Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38002026-07-15T23:05:58.185Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38012026-07-15T23:05:58.185Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38022026-07-15T23:05:58.185Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38032026-07-15T23:05:58.185Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38042026-07-15T23:05:58.192ZJul 15 23:05:57.187 INFO [stamp-overlay] process exited with exit status: 0 (13.598155ms)
38052026-07-15T23:05:58.195Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38062026-07-15T23:05:58.195ZJul 15 23:05:57.193 INFO [stamp-oxlog] process exited with exit status: 0 (18.990557ms)
38072026-07-15T23:05:58.219Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38082026-07-15T23:05:58.222ZJul 15 23:05:57.223 INFO [stamp-crucible-utils] process exited with exit status: 0 (50.111129ms)
38092026-07-15T23:05:58.237Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38102026-07-15T23:05:58.241ZJul 15 23:05:57.241 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (66.263874ms)
38112026-07-15T23:05:58.348Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38122026-07-15T23:05:58.354ZJul 15 23:05:57.352 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (177.741326ms)
38132026-07-15T23:05:58.652Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38142026-07-15T23:05:58.657ZJul 15 23:05:57.656 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (483.470587ms)
38152026-07-15T23:05:58.721Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38162026-07-15T23:05:58.724ZJul 15 23:05:57.724 INFO [stamp-propolis-server] process exited with exit status: 0 (550.960222ms)
38172026-07-15T23:05:59.488ZJul 15 23:05:58.489 INFO [host-libraries] task succeeded (1.318859783s)
38182026-07-15T23:05:59.492ZJul 15 23:05:58.489 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38192026-07-15T23:05:59.496Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38202026-07-15T23:06:00.447Z[recovery-package] Compiling newtype-uuid v1.3.2
38212026-07-15T23:06:00.682Z[recovery-package] Compiling daft v0.1.7
38222026-07-15T23:06:00.894Z[recovery-package] Compiling iddqd v0.4.2
38232026-07-15T23:06:01.847Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38242026-07-15T23:06:02.155Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38252026-07-15T23:06:02.155Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38262026-07-15T23:06:02.155Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38272026-07-15T23:06:02.160Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38282026-07-15T23:06:02.160Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38292026-07-15T23:06:02.160Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38302026-07-15T23:06:02.160Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38312026-07-15T23:06:02.168Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38322026-07-15T23:06:02.261Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38332026-07-15T23:06:02.446Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38342026-07-15T23:06:02.537Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38352026-07-15T23:06:02.663Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38362026-07-15T23:06:04.578Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38372026-07-15T23:06:04.584ZJul 15 23:06:03.582 INFO [stamp-switch-asic] process exited with exit status: 0 (6.408293986s)
38382026-07-15T23:06:04.584ZJul 15 23:06:03.582 INFO [host-stamp] task succeeded (6.411968147s)
38392026-07-15T23:06:04.584ZJul 15 23:06:03.582 INFO [host-proto] running task
38402026-07-15T23:06:04.996ZJul 15 23:06:03.997 INFO [host-proto] task succeeded (415.046912ms)
38412026-07-15T23:06:04.996ZJul 15 23:06:03.997 INFO [host-profile] running task
38422026-07-15T23:06:05.001ZJul 15 23:06:03.998 INFO [host-profile] task succeeded (247.99µs)
38432026-07-15T23:06:05.001ZJul 15 23:06:03.998 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/.tmp3HlLLB/proto/host/root -N 'ci c6314e6/${os_short_commit} 2026-07-15 22:55' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38442026-07-15T23:06:05.007Z[ host-image] Jul 15 23:06:04.004 INFO Checking files for board 'gimlet'
38452026-07-15T23:06:05.007Z[ host-image] Jul 15 23:06:04.004 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38462026-07-15T23:06:05.007Z[ host-image] Jul 15 23:06:04.004 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38472026-07-15T23:06:05.007Z[ host-image] Jul 15 23:06:04.004 INFO Checking files for board 'cosmo-mbist'
38482026-07-15T23:06:05.007Z[ host-image] Jul 15 23:06:04.004 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38492026-07-15T23:06:05.007Z[ host-image] Jul 15 23:06:04.004 INFO Checking files for board 'cosmo'
38502026-07-15T23:06:05.007Z[ host-image] Jul 15 23:06:04.004 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38512026-07-15T23:06:05.007Z[ host-image] Jul 15 23:06:04.004 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38522026-07-15T23:06:05.007Z[ host-image] Jul 15 23:06:04.004 INFO Checking files for board 'cosmo-mbist-noaggr'
38532026-07-15T23:06:05.007Z[ host-image] Jul 15 23:06:04.004 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38542026-07-15T23:06:05.013Z[ host-image] Jul 15 23:06:04.014 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp3HlLLB/proto/host/root"
38552026-07-15T23:06:05.016Z[ host-image] Jul 15 23:06:04.014 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38562026-07-15T23:06:05.016Z[ host-image] Jul 15 23:06:04.014 INFO image builder template: ramdisk-01-os...
38572026-07-15T23:06:05.016Z[ host-image] Jul 15 23:06:04.014 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/.tmp3HlLLB/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38582026-07-15T23:06:05.027Z[ host-image] Jul 15 23:06:04.028 INFO O| Jul 15 23:06:04.028 INFO CREATE DATASET: rpool/images/build/host/output
38592026-07-15T23:06:06.291Z[ host-image] Jul 15 23:06:05.291 INFO O| Jul 15 23:06:05.291 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38602026-07-15T23:06:06.294Z[ host-image] Jul 15 23:06:05.295 INFO O| Jul 15 23:06:05.295 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38612026-07-15T23:06:06.418Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38622026-07-15T23:06:06.418Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38632026-07-15T23:06:06.422Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38642026-07-15T23:06:06.422Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38652026-07-15T23:06:06.422Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38662026-07-15T23:06:06.437Z[ host-image] Jul 15 23:06:05.438 INFO O| Jul 15 23:06:05.438 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38672026-07-15T23:06:06.469Z[ host-image] Jul 15 23:06:05.470 INFO O| Jul 15 23:06:05.470 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38682026-07-15T23:06:06.470Z[ host-image] Jul 15 23:06:05.470 INFO O| Jul 15 23:06:05.470 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38692026-07-15T23:06:06.474Z[ host-image] Jul 15 23:06:05.470 INFO O| Jul 15 23:06:05.470 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38702026-07-15T23:06:06.474Z[ host-image] Jul 15 23:06:05.470 INFO O| Jul 15 23:06:05.470 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38712026-07-15T23:06:06.479Z[ host-image] Jul 15 23:06:05.476 INFO O| Jul 15 23:06:05.476 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38722026-07-15T23:06:06.610Z[ host-image] Jul 15 23:06:05.610 INFO O| Jul 15 23:06:05.610 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38732026-07-15T23:06:06.618Z[ host-image] Jul 15 23:06:05.619 INFO O| Jul 15 23:06:05.619 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38742026-07-15T23:06:06.925Z[ host-image] Jul 15 23:06:05.926 INFO O| Jul 15 23:06:05.926 INFO O| Caching catalogs ... Done
38752026-07-15T23:06:07.004Z[ host-image] Jul 15 23:06:06.004 INFO O| Jul 15 23:06:06.004 INFO STEP 0 (pkg_image_create) COMPLETE
38762026-07-15T23:06:07.004Z[ host-image] Jul 15 23:06:06.004 INFO O| Jul 15 23:06:06.004 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38772026-07-15T23:06:07.011Z[ host-image] Jul 15 23:06:06.012 INFO O| Jul 15 23:06:06.012 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"]
38782026-07-15T23:06:07.357Z[ host-image] Jul 15 23:06:06.358 INFO O| Jul 15 23:06:06.358 INFO STEP 1 (pkg_set_publisher) COMPLETE
38792026-07-15T23:06:07.357Z[ host-image] Jul 15 23:06:06.358 INFO O| Jul 15 23:06:06.358 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38802026-07-15T23:06:07.362Z[ host-image] Jul 15 23:06:06.358 INFO O| Jul 15 23:06:06.358 INFO skip step because feature "publisher_1_name" is not enabled
38812026-07-15T23:06:07.362Z[ host-image] Jul 15 23:06:06.358 INFO O| Jul 15 23:06:06.358 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38822026-07-15T23:06:07.362Z[ host-image] Jul 15 23:06:06.358 INFO O| Jul 15 23:06:06.358 INFO skip step because feature "publisher_2_name" is not enabled
38832026-07-15T23:06:07.362Z[ host-image] Jul 15 23:06:06.358 INFO O| Jul 15 23:06:06.358 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38842026-07-15T23:06:07.362Z[ host-image] Jul 15 23:06:06.358 INFO O| Jul 15 23:06:06.358 INFO skip step because feature "publisher_3_name" is not enabled
38852026-07-15T23:06:07.362Z[ host-image] Jul 15 23:06:06.358 INFO O| Jul 15 23:06:06.358 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38862026-07-15T23:06:07.656Z[ host-image] Jul 15 23:06:06.658 INFO O| Jul 15 23:06:06.657 INFO variant opensolaris.zone is already global
38872026-07-15T23:06:07.657Z[ host-image] Jul 15 23:06:06.658 INFO O| Jul 15 23:06:06.657 INFO STEP 5 (pkg_change_variant) COMPLETE
38882026-07-15T23:06:07.661Z[ host-image] Jul 15 23:06:06.658 INFO O| Jul 15 23:06:06.657 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38892026-07-15T23:06:07.932Z[ host-image] Jul 15 23:06:06.933 INFO O| Jul 15 23:06:06.933 INFO variant opensolaris.imagetype is full; changing to partial
38902026-07-15T23:06:07.932Z[ host-image] Jul 15 23:06:06.933 INFO O| Jul 15 23:06:06.933 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38912026-07-15T23:06:08.637Z[ host-image] Jul 15 23:06:07.637 INFO O| Jul 15 23:06:07.637 INFO O| Startup: Refreshing catalog 'helios' ... Done
38922026-07-15T23:06:08.754Z[ host-image] Jul 15 23:06:07.754 INFO O| Jul 15 23:06:07.754 INFO O| Startup: Caching catalogs ... Done
38932026-07-15T23:06:08.758Z[ host-image] Jul 15 23:06:07.759 INFO O| Jul 15 23:06:07.759 INFO O| Planning: Planning completed in 0.00 seconds
38942026-07-15T23:06:08.758Z[ host-image] Jul 15 23:06:07.760 INFO O| Jul 15 23:06:07.760 INFO O| Planning: Consolidating action changes ... Done
38952026-07-15T23:06:08.758Z[ host-image] Jul 15 23:06:07.760 INFO O| Jul 15 23:06:07.760 INFO O| Planning: Evaluating mediators ... Done
38962026-07-15T23:06:08.762Z[ host-image] Jul 15 23:06:07.760 INFO O| Jul 15 23:06:07.760 INFO O| Planning: Planning completed in 0.00 seconds
38972026-07-15T23:06:08.762Z[ host-image] Jul 15 23:06:07.760 INFO O| Jul 15 23:06:07.760 INFO O| Variants/Facets to change: 1
38982026-07-15T23:06:08.768Z[ host-image] Jul 15 23:06:07.770 INFO O| Jul 15 23:06:07.769 INFO O| Finalize: Updating package state database ... Done
38992026-07-15T23:06:08.768Z[ host-image] Jul 15 23:06:07.770 INFO O| Jul 15 23:06:07.770 INFO O| Finalize: Updating package cache ... Done
39002026-07-15T23:06:08.791Z[ host-image] Jul 15 23:06:07.791 INFO O| Jul 15 23:06:07.791 INFO O| Finalize: Updating image state ... Done
39012026-07-15T23:06:08.796Z[ host-image] Jul 15 23:06:07.794 INFO O| Jul 15 23:06:07.794 INFO O| Finalize: Creating fast lookup database ... Done
39022026-07-15T23:06:08.796Z[ host-image] Jul 15 23:06:07.794 INFO O| Jul 15 23:06:07.794 INFO O| Finalize: Reading search index ... Done
39032026-07-15T23:06:08.796Z[ host-image] Jul 15 23:06:07.795 INFO O| Jul 15 23:06:07.794 INFO O| Finalize: Updating search index ... Done
39042026-07-15T23:06:08.796Z[ host-image] Jul 15 23:06:07.795 INFO O| Jul 15 23:06:07.795 INFO O| Finalize: Updating package cache ... Done
39052026-07-15T23:06:08.929Z[ host-image] Jul 15 23:06:07.895 INFO O| Jul 15 23:06:07.895 INFO STEP 6 (pkg_change_variant) COMPLETE
39062026-07-15T23:06:08.930Z[ host-image] Jul 15 23:06:07.895 INFO O| Jul 15 23:06:07.895 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-07-15T23:06:08.940Z[ host-image] Jul 15 23:06:07.895 INFO O| Jul 15 23:06:07.895 INFO skip step because feature "debug_variant" is not enabled
39082026-07-15T23:06:08.940Z[ host-image] Jul 15 23:06:07.895 INFO O| Jul 15 23:06:07.895 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39092026-07-15T23:06:09.155Z[ host-image] Jul 15 23:06:08.156 INFO O| Jul 15 23:06:08.156 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39102026-07-15T23:06:09.822Z[ host-image] Jul 15 23:06:08.822 INFO O| Jul 15 23:06:08.822 INFO O| Startup: Refreshing catalog 'helios' ... Done
39112026-07-15T23:06:09.937Z[ host-image] Jul 15 23:06:08.937 INFO O| Jul 15 23:06:08.937 INFO O| Startup: Caching catalogs ... Done
39122026-07-15T23:06:09.941Z[ host-image] Jul 15 23:06:08.941 INFO O| Jul 15 23:06:08.940 INFO O| Planning: Planning completed in 0.00 seconds
39132026-07-15T23:06:09.941Z[ host-image] Jul 15 23:06:08.941 INFO O| Jul 15 23:06:08.941 INFO O| Planning: Consolidating action changes ... Done
39142026-07-15T23:06:09.941Z[ host-image] Jul 15 23:06:08.941 INFO O| Jul 15 23:06:08.941 INFO O| Planning: Evaluating mediators ... Done
39152026-07-15T23:06:09.941Z[ host-image] Jul 15 23:06:08.941 INFO O| Jul 15 23:06:08.941 INFO O| Planning: Planning completed in 0.00 seconds
39162026-07-15T23:06:09.941Z[ host-image] Jul 15 23:06:08.941 INFO O| Jul 15 23:06:08.941 INFO O| Variants/Facets to change: 1
39172026-07-15T23:06:09.949Z[ host-image] Jul 15 23:06:08.951 INFO O| Jul 15 23:06:08.950 INFO O| Finalize: Updating package state database ... Done
39182026-07-15T23:06:09.949Z[ host-image] Jul 15 23:06:08.951 INFO O| Jul 15 23:06:08.950 INFO O| Finalize: Updating package cache ... Done
39192026-07-15T23:06:09.970Z[ host-image] Jul 15 23:06:08.971 INFO O| Jul 15 23:06:08.971 INFO O| Finalize: Updating image state ... Done
39202026-07-15T23:06:09.974Z[ host-image] Jul 15 23:06:08.974 INFO O| Jul 15 23:06:08.973 INFO O| Finalize: Creating fast lookup database ... Done
39212026-07-15T23:06:09.974Z[ host-image] Jul 15 23:06:08.974 INFO O| Jul 15 23:06:08.974 INFO O| Finalize: Reading search index ... Done
39222026-07-15T23:06:09.974Z[ host-image] Jul 15 23:06:08.974 INFO O| Jul 15 23:06:08.974 INFO O| Finalize: Updating search index ... Done
39232026-07-15T23:06:09.974Z[ host-image] Jul 15 23:06:08.975 INFO O| Jul 15 23:06:08.975 INFO O| Finalize: Updating package cache ... Done
39242026-07-15T23:06:10.063Z[ host-image] Jul 15 23:06:09.064 INFO O| Jul 15 23:06:09.064 INFO STEP 8 (pkg_change_facet) COMPLETE
39252026-07-15T23:06:10.063Z[ host-image] Jul 15 23:06:09.064 INFO O| Jul 15 23:06:09.064 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-07-15T23:06:10.063Z[ host-image] Jul 15 23:06:09.064 INFO O| Jul 15 23:06:09.064 INFO skip step because feature "recovery" is not enabled
39272026-07-15T23:06:10.069Z[ host-image] Jul 15 23:06:09.064 INFO O| Jul 15 23:06:09.064 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39282026-07-15T23:06:10.069Z[ host-image] Jul 15 23:06:09.064 INFO O| Jul 15 23:06:09.064 INFO skip step because feature "recovery" is not enabled
39292026-07-15T23:06:10.069Z[ host-image] Jul 15 23:06:09.064 INFO O| Jul 15 23:06:09.064 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39302026-07-15T23:06:10.073Z[ host-image] Jul 15 23:06:09.072 INFO O| Jul 15 23:06:09.072 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@22.0.0.0"]
39312026-07-15T23:06:10.731Z[ host-image] Jul 15 23:06:09.732 INFO O| Jul 15 23:06:09.732 INFO O| Startup: Refreshing catalog 'helios' ... Done
39322026-07-15T23:06:10.846Z[ host-image] Jul 15 23:06:09.847 INFO O| Jul 15 23:06:09.847 INFO O| Startup: Caching catalogs ... Done
39332026-07-15T23:06:11.310Z[ host-image] Jul 15 23:06:10.311 INFO O| Jul 15 23:06:10.311 INFO O| Planning: Solver setup ... Done
39342026-07-15T23:06:11.328Z[ host-image] Jul 15 23:06:10.329 INFO O| Jul 15 23:06:10.329 INFO O| Planning: Running solver ... Done
39352026-07-15T23:06:11.338Z[ host-image] Jul 15 23:06:10.339 INFO O| Jul 15 23:06:10.339 INFO O| Planning: Finding local manifests ... Done
39362026-07-15T23:06:11.367Z[ host-image] Jul 15 23:06:10.368 INFO O| Jul 15 23:06:10.368 INFO O| Planning: Fetching manifests: 0/128 0% complete
39372026-07-15T23:06:13.517Z[ host-image] Jul 15 23:06:12.518 INFO O| Jul 15 23:06:12.518 INFO O| Planning: Fetching manifests: 128/128 100% complete
39382026-07-15T23:06:13.911Z[ host-image] Jul 15 23:06:12.911 INFO O| Jul 15 23:06:12.911 INFO O| Planning: Package planning ... Done
39392026-07-15T23:06:14.217Z[ host-image] Jul 15 23:06:13.218 INFO O| Jul 15 23:06:13.218 INFO O| Planning: Merging actions ... Done
39402026-07-15T23:06:14.401Z[ host-image] Jul 15 23:06:13.402 INFO O| Jul 15 23:06:13.402 INFO O| Planning: Checking for conflicting actions ... Done
39412026-07-15T23:06:14.507Z[ host-image] Jul 15 23:06:13.499 INFO O| Jul 15 23:06:13.499 INFO O| Planning: Consolidating action changes ... Done
39422026-07-15T23:06:14.658Z[ host-image] Jul 15 23:06:13.660 INFO O| Jul 15 23:06:13.659 INFO O| Planning: Evaluating mediators ... Done
39432026-07-15T23:06:14.674Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39442026-07-15T23:06:15.559Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39452026-07-15T23:06:16.048Z[ host-image] Jul 15 23:06:15.048 INFO O| Jul 15 23:06:15.048 INFO O| Planning: Planning completed in 5.20 seconds
39462026-07-15T23:06:16.053Z[ host-image] Jul 15 23:06:15.050 INFO O| Jul 15 23:06:15.050 INFO O| Packages to install: 128
39472026-07-15T23:06:16.053Z[ host-image] Jul 15 23:06:15.050 INFO O| Jul 15 23:06:15.050 INFO O| Mediators to change: 5
39482026-07-15T23:06:16.053Z[ host-image] Jul 15 23:06:15.050 INFO O| Jul 15 23:06:15.050 INFO O| Services to change: 6
39492026-07-15T23:06:16.081Z[ host-image] Jul 15 23:06:15.075 INFO O| Jul 15 23:06:15.075 INFO O| Download: 0/23866 items 0.0/222.6MB 0% complete
39502026-07-15T23:06:17.948Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39512026-07-15T23:06:17.948Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39522026-07-15T23:06:19.067Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39532026-07-15T23:06:19.668Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39542026-07-15T23:06:21.182Z[ host-image] Jul 15 23:06:20.183 INFO O| Jul 15 23:06:20.183 INFO O| Download: 1640/23866 items 10.5/222.6MB 4% complete (2.2M/s)
39552026-07-15T23:06:26.222Z[ host-image] Jul 15 23:06:25.223 INFO O| Jul 15 23:06:25.223 INFO O| Download: 2253/23866 items 24.1/222.6MB 10% complete (2.5M/s)
39562026-07-15T23:06:31.222Z[ host-image] Jul 15 23:06:30.223 INFO O| Jul 15 23:06:30.223 INFO O| Download: 3816/23866 items 37.0/222.6MB 16% complete (2.7M/s)
39572026-07-15T23:06:31.846Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.23s
39582026-07-15T23:06:36.269Z[ host-image] Jul 15 23:06:35.270 INFO O| Jul 15 23:06:35.270 INFO O| Download: 4976/23866 items 43.9/222.6MB 19% complete (2.0M/s)
39592026-07-15T23:06:41.297Z[ host-image] Jul 15 23:06:40.280 INFO O| Jul 15 23:06:40.280 INFO O| Download: 7080/23866 items 48.5/222.6MB 21% complete (1.1M/s)
39602026-07-15T23:06:46.299Z[ host-image] Jul 15 23:06:45.294 INFO O| Jul 15 23:06:45.294 INFO O| Download: 8421/23866 items 61.7/222.6MB 27% complete (1.8M/s)
39612026-07-15T23:06:51.317Z[ host-image] Jul 15 23:06:50.294 INFO O| Jul 15 23:06:50.294 INFO O| Download: 9830/23866 items 84.5/222.6MB 37% complete (3.6M/s)
39622026-07-15T23:06:52.157ZJul 15 23:06:51.136 INFO [recovery-package] process exited with exit status: 0 (52.647183259s)
39632026-07-15T23:06:52.158ZJul 15 23:06:51.137 INFO [recovery-libraries] running task
39642026-07-15T23:06:52.158ZJul 15 23:06:51.137 INFO [recovery-stamp] running task
39652026-07-15T23:06:52.174ZJul 15 23:06:51.137 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+gitc6314e62fb7
39662026-07-15T23:06:52.175ZJul 15 23:06:51.137 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+gitc6314e62fb7
39672026-07-15T23:06:52.175Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39682026-07-15T23:06:52.175Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39692026-07-15T23:06:52.193ZJul 15 23:06:51.187 INFO [recovery-libraries] task succeeded (50.904738ms)
39702026-07-15T23:06:52.220ZJul 15 23:06:51.188 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39712026-07-15T23:06:52.234Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39722026-07-15T23:06:52.234ZJul 15 23:06:51.218 INFO [stamp-installinator] process exited with exit status: 0 (80.414659ms)
39732026-07-15T23:06:52.310Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39742026-07-15T23:06:52.342ZJul 15 23:06:51.308 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (171.328643ms)
39752026-07-15T23:06:52.342ZJul 15 23:06:51.308 INFO [recovery-stamp] task succeeded (171.810643ms)
39762026-07-15T23:06:52.342ZJul 15 23:06:51.308 INFO [recovery-proto] running task
39772026-07-15T23:06:52.342ZJul 15 23:06:51.308 INFO [tuf-stamp] running task
39782026-07-15T23:06:52.342ZJul 15 23:06:51.309 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+gitc6314e62fb7
39792026-07-15T23:06:52.348ZJul 15 23:06:51.309 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+gitc6314e62fb7
39802026-07-15T23:06:52.349ZJul 15 23:06:51.310 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+gitc6314e62fb7
39812026-07-15T23:06:52.349ZJul 15 23:06:51.310 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+gitc6314e62fb7
39822026-07-15T23:06:52.349ZJul 15 23:06:51.311 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+gitc6314e62fb7
39832026-07-15T23:06:52.349ZJul 15 23:06:51.311 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+gitc6314e62fb7
39842026-07-15T23:06:52.349ZJul 15 23:06:51.311 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+gitc6314e62fb7
39852026-07-15T23:06:52.349ZJul 15 23:06:51.312 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+gitc6314e62fb7
39862026-07-15T23:06:52.349ZJul 15 23:06:51.312 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+gitc6314e62fb7
39872026-07-15T23:06:52.350ZJul 15 23:06:51.313 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+gitc6314e62fb7
39882026-07-15T23:06:52.350ZJul 15 23:06:51.313 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+gitc6314e62fb7
39892026-07-15T23:06:52.350ZJul 15 23:06:51.313 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+gitc6314e62fb7
39902026-07-15T23:06:52.350Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-07-15T23:06:52.370Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-07-15T23:06:52.370Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-07-15T23:06:52.370Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-07-15T23:06:52.370Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-07-15T23:06:52.370Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-07-15T23:06:52.370Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-07-15T23:06:52.370Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-07-15T23:06:52.370Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-07-15T23:06:52.370Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-07-15T23:06:52.370Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-07-15T23:06:52.370Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-07-15T23:06:52.389Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40032026-07-15T23:06:52.389ZJul 15 23:06:51.374 INFO [stamp-probe] process exited with exit status: 0 (61.391663ms)
40042026-07-15T23:06:52.446ZJul 15 23:06:51.440 INFO [recovery-proto] task succeeded (131.651698ms)
40052026-07-15T23:06:52.461ZJul 15 23:06:51.440 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/.tmp3HlLLB/proto/recovery/root -N 'recovery c6314e6/${os_short_commit} 2026-07-15 22:55' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40062026-07-15T23:06:52.462Z[ recovery-image] Jul 15 23:06:51.447 INFO Checking files for board 'cosmo'
40072026-07-15T23:06:52.462Z[ recovery-image] Jul 15 23:06:51.447 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40082026-07-15T23:06:52.462Z[ recovery-image] Jul 15 23:06:51.447 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40092026-07-15T23:06:52.462Z[ recovery-image] Jul 15 23:06:51.447 INFO Checking files for board 'gimlet'
40102026-07-15T23:06:52.462Z[ recovery-image] Jul 15 23:06:51.447 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40112026-07-15T23:06:52.462Z[ recovery-image] Jul 15 23:06:51.447 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40122026-07-15T23:06:52.462Z[ recovery-image] Jul 15 23:06:51.447 INFO Checking files for board 'cosmo-mbist'
40132026-07-15T23:06:52.462Z[ recovery-image] Jul 15 23:06:51.447 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40142026-07-15T23:06:52.462Z[ recovery-image] Jul 15 23:06:51.447 INFO Checking files for board 'cosmo-mbist-noaggr'
40152026-07-15T23:06:52.462Z[ recovery-image] Jul 15 23:06:51.447 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40162026-07-15T23:06:52.474Z[ recovery-image] Jul 15 23:06:51.457 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp3HlLLB/proto/recovery/root"
40172026-07-15T23:06:52.474Z[ recovery-image] Jul 15 23:06:51.457 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40182026-07-15T23:06:52.474Z[ recovery-image] Jul 15 23:06:51.457 INFO image builder template: ramdisk-01-os...
40192026-07-15T23:06:52.474Z[ recovery-image] Jul 15 23:06:51.457 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/.tmp3HlLLB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40202026-07-15T23:06:52.499Z[ recovery-image] Jul 15 23:06:51.473 INFO O| Jul 15 23:06:51.473 INFO CREATE DATASET: rpool/images/build/recovery/output
40212026-07-15T23:06:52.769Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40222026-07-15T23:06:52.794Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40232026-07-15T23:06:52.794ZJul 15 23:06:51.760 INFO [stamp-ntp] process exited with exit status: 0 (446.362313ms)
40242026-07-15T23:06:52.794Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40252026-07-15T23:06:52.831Z[ recovery-image] Jul 15 23:06:51.800 INFO O| Jul 15 23:06:51.800 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40262026-07-15T23:06:52.898Z[ recovery-image] Jul 15 23:06:51.804 INFO O| Jul 15 23:06:51.804 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40272026-07-15T23:06:52.923Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40282026-07-15T23:06:52.935ZJul 15 23:06:51.916 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (604.425861ms)
40292026-07-15T23:06:53.063Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40302026-07-15T23:06:53.084Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40312026-07-15T23:06:53.084ZJul 15 23:06:52.056 INFO [stamp-internal-dns] process exited with exit status: 0 (745.359683ms)
40322026-07-15T23:06:53.084ZJul 15 23:06:52.057 INFO [stamp-external-dns] process exited with exit status: 0 (746.446303ms)
40332026-07-15T23:06:53.116Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40342026-07-15T23:06:53.150ZJul 15 23:06:52.116 INFO [stamp-crucible-zone] process exited with exit status: 0 (805.788895ms)
40352026-07-15T23:06:53.295Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40362026-07-15T23:06:53.357ZJul 15 23:06:52.250 INFO [stamp-oximeter] process exited with exit status: 0 (938.402503ms)
40372026-07-15T23:06:53.410Z[ recovery-image] Jul 15 23:06:52.332 INFO O| Jul 15 23:06:52.332 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40382026-07-15T23:06:53.468Z[ recovery-image] Jul 15 23:06:52.455 INFO O| Jul 15 23:06:52.455 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40392026-07-15T23:06:53.468Z[ recovery-image] Jul 15 23:06:52.455 INFO O| Jul 15 23:06:52.455 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40402026-07-15T23:06:53.482Z[ recovery-image] Jul 15 23:06:52.455 INFO O| Jul 15 23:06:52.455 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40412026-07-15T23:06:53.482Z[ recovery-image] Jul 15 23:06:52.455 INFO O| Jul 15 23:06:52.455 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40422026-07-15T23:06:53.482Z[ recovery-image] Jul 15 23:06:52.460 INFO O| Jul 15 23:06:52.460 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40432026-07-15T23:06:53.914Z[ recovery-image] Jul 15 23:06:52.867 INFO O| Jul 15 23:06:52.867 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40442026-07-15T23:06:53.928Z[ recovery-image] Jul 15 23:06:52.875 INFO O| Jul 15 23:06:52.875 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40452026-07-15T23:06:54.615Z[ recovery-image] Jul 15 23:06:53.137 INFO O| Jul 15 23:06:53.137 INFO O| Caching catalogs ... Done
40462026-07-15T23:06:54.633Z[ recovery-image] Jul 15 23:06:53.208 INFO O| Jul 15 23:06:53.208 INFO STEP 0 (pkg_image_create) COMPLETE
40472026-07-15T23:06:54.634Z[ recovery-image] Jul 15 23:06:53.208 INFO O| Jul 15 23:06:53.208 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-07-15T23:06:54.634Z[ recovery-image] Jul 15 23:06:53.217 INFO O| Jul 15 23:06:53.217 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"]
40492026-07-15T23:06:54.634Z[ recovery-image] Jul 15 23:06:53.484 INFO O| Jul 15 23:06:53.484 INFO STEP 1 (pkg_set_publisher) COMPLETE
40502026-07-15T23:06:54.634Z[ recovery-image] Jul 15 23:06:53.484 INFO O| Jul 15 23:06:53.484 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40512026-07-15T23:06:54.634Z[ recovery-image] Jul 15 23:06:53.484 INFO O| Jul 15 23:06:53.484 INFO skip step because feature "publisher_1_name" is not enabled
40522026-07-15T23:06:54.634Z[ recovery-image] Jul 15 23:06:53.484 INFO O| Jul 15 23:06:53.484 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40532026-07-15T23:06:54.634Z[ recovery-image] Jul 15 23:06:53.484 INFO O| Jul 15 23:06:53.484 INFO skip step because feature "publisher_2_name" is not enabled
40542026-07-15T23:06:54.634Z[ recovery-image] Jul 15 23:06:53.484 INFO O| Jul 15 23:06:53.484 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40552026-07-15T23:06:54.634Z[ recovery-image] Jul 15 23:06:53.484 INFO O| Jul 15 23:06:53.484 INFO skip step because feature "publisher_3_name" is not enabled
40562026-07-15T23:06:54.634Z[ recovery-image] Jul 15 23:06:53.484 INFO O| Jul 15 23:06:53.484 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40572026-07-15T23:06:54.763Z[ recovery-image] Jul 15 23:06:53.753 INFO O| Jul 15 23:06:53.753 INFO variant opensolaris.zone is already global
40582026-07-15T23:06:54.763Z[ recovery-image] Jul 15 23:06:53.753 INFO O| Jul 15 23:06:53.753 INFO STEP 5 (pkg_change_variant) COMPLETE
40592026-07-15T23:06:54.778Z[ recovery-image] Jul 15 23:06:53.753 INFO O| Jul 15 23:06:53.753 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40602026-07-15T23:06:54.874Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40612026-07-15T23:06:54.899ZJul 15 23:06:53.861 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.548398063s)
40622026-07-15T23:06:55.039Z[ recovery-image] Jul 15 23:06:54.028 INFO O| Jul 15 23:06:54.028 INFO variant opensolaris.imagetype is full; changing to partial
40632026-07-15T23:06:55.039Z[ recovery-image] Jul 15 23:06:54.028 INFO O| Jul 15 23:06:54.028 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40642026-07-15T23:06:56.524Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40652026-07-15T23:06:56.565ZJul 15 23:06:55.429 INFO [stamp-nexus] process exited with exit status: 0 (4.116659277s)
40662026-07-15T23:06:56.565Z[ host-image] Jul 15 23:06:55.500 INFO O| Jul 15 23:06:55.500 INFO O| Download: 11671/23866 items 99.0/222.6MB 44% complete (3.8M/s)
40672026-07-15T23:06:56.848Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40682026-07-15T23:06:56.867ZJul 15 23:06:55.819 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.51018323s)
40692026-07-15T23:06:57.163Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40702026-07-15T23:06:57.194ZJul 15 23:06:56.063 INFO [stamp-clickhouse] process exited with exit status: 0 (4.75379365s)
40712026-07-15T23:06:57.194Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40722026-07-15T23:06:57.198ZJul 15 23:06:56.068 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.7564666s)
40732026-07-15T23:06:57.198ZJul 15 23:06:56.068 INFO [tuf-stamp] task succeeded (4.759208961s)
40742026-07-15T23:06:57.659Z[ recovery-image] Jul 15 23:06:56.643 INFO O| Jul 15 23:06:56.643 INFO O| Startup: Refreshing catalog 'helios' ... Done
40752026-07-15T23:06:57.760Z[verify-libraries] Compiling match_cfg v0.1.0
40762026-07-15T23:06:57.760Z[verify-libraries] Compiling slog-json v2.6.1
40772026-07-15T23:06:57.781Z[verify-libraries] Compiling itertools v0.14.0
40782026-07-15T23:06:57.781Z[verify-libraries] Compiling structmeta-derive v0.3.0
40792026-07-15T23:06:57.781Z[verify-libraries] Compiling debug-ignore v1.0.5
40802026-07-15T23:06:57.781Z[verify-libraries] Compiling progenitor-client v0.14.0
40812026-07-15T23:06:57.781Z[verify-libraries] Compiling sha1 v0.11.0
40822026-07-15T23:06:57.781Z[ recovery-image] Jul 15 23:06:56.760 INFO O| Jul 15 23:06:56.760 INFO O| Startup: Caching catalogs ... Done
40832026-07-15T23:06:57.782Z[ recovery-image] Jul 15 23:06:56.764 INFO O| Jul 15 23:06:56.764 INFO O| Planning: Planning completed in 0.00 seconds
40842026-07-15T23:06:57.782Z[ recovery-image] Jul 15 23:06:56.764 INFO O| Jul 15 23:06:56.764 INFO O| Planning: Consolidating action changes ... Done
40852026-07-15T23:06:57.782Z[ recovery-image] Jul 15 23:06:56.765 INFO O| Jul 15 23:06:56.765 INFO O| Planning: Evaluating mediators ... Done
40862026-07-15T23:06:57.782Z[ recovery-image] Jul 15 23:06:56.765 INFO O| Jul 15 23:06:56.765 INFO O| Planning: Planning completed in 0.00 seconds
40872026-07-15T23:06:57.782Z[ recovery-image] Jul 15 23:06:56.765 INFO O| Jul 15 23:06:56.765 INFO O| Variants/Facets to change: 1
40882026-07-15T23:06:57.805Z[ recovery-image] Jul 15 23:06:56.774 INFO O| Jul 15 23:06:56.774 INFO O| Finalize: Updating package state database ... Done
40892026-07-15T23:06:57.805Z[ recovery-image] Jul 15 23:06:56.774 INFO O| Jul 15 23:06:56.774 INFO O| Finalize: Updating package cache ... Done
40902026-07-15T23:06:57.843Z[ recovery-image] Jul 15 23:06:56.796 INFO O| Jul 15 23:06:56.796 INFO O| Finalize: Updating image state ... Done
40912026-07-15T23:06:57.843Z[ recovery-image] Jul 15 23:06:56.799 INFO O| Jul 15 23:06:56.799 INFO O| Finalize: Creating fast lookup database ... Done
40922026-07-15T23:06:57.843Z[ recovery-image] Jul 15 23:06:56.799 INFO O| Jul 15 23:06:56.799 INFO O| Finalize: Reading search index ... Done
40932026-07-15T23:06:57.843Z[ recovery-image] Jul 15 23:06:56.799 INFO O| Jul 15 23:06:56.799 INFO O| Finalize: Updating search index ... Done
40942026-07-15T23:06:57.843Z[ recovery-image] Jul 15 23:06:56.800 INFO O| Jul 15 23:06:56.800 INFO O| Finalize: Updating package cache ... Done
40952026-07-15T23:06:57.903Z[ recovery-image] Jul 15 23:06:56.894 INFO O| Jul 15 23:06:56.894 INFO STEP 6 (pkg_change_variant) COMPLETE
40962026-07-15T23:06:57.903Z[ recovery-image] Jul 15 23:06:56.894 INFO O| Jul 15 23:06:56.894 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40972026-07-15T23:06:57.929Z[ recovery-image] Jul 15 23:06:56.894 INFO O| Jul 15 23:06:56.894 INFO skip step because feature "debug_variant" is not enabled
40982026-07-15T23:06:57.929Z[ recovery-image] Jul 15 23:06:56.894 INFO O| Jul 15 23:06:56.894 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40992026-07-15T23:06:57.995Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41002026-07-15T23:06:58.021Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41012026-07-15T23:06:58.021Z[verify-libraries] Compiling multer v3.1.0
41022026-07-15T23:06:58.021Z[verify-libraries] Compiling compression-core v0.4.31
41032026-07-15T23:06:58.021Z[verify-libraries] Compiling async-stream-impl v0.3.6
41042026-07-15T23:06:58.070Z[verify-libraries] Compiling serde_spanned v1.1.1
41052026-07-15T23:06:58.216Z[ recovery-image] Jul 15 23:06:57.184 INFO O| Jul 15 23:06:57.184 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41062026-07-15T23:06:58.250Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41072026-07-15T23:06:58.250Z[verify-libraries] Compiling hostname v0.3.1
41082026-07-15T23:06:58.250Z[verify-libraries] Compiling compression-codecs v0.4.37
41092026-07-15T23:06:58.294Z[verify-libraries] Compiling dropshot v0.17.1
41102026-07-15T23:06:58.323Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41112026-07-15T23:06:58.323Z[verify-libraries] Compiling waitgroup v0.1.2
41122026-07-15T23:06:58.323Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41132026-07-15T23:06:58.343Z[verify-libraries] Compiling slog-bunyan v2.5.0
41142026-07-15T23:06:58.374Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41152026-07-15T23:06:58.443Z[verify-libraries] Compiling hostname v0.4.2
41162026-07-15T23:06:58.467Z[verify-libraries] Compiling atomicwrites v0.4.4
41172026-07-15T23:06:58.502Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41182026-07-15T23:06:58.542Z[verify-libraries] Compiling async-compression v0.4.41
41192026-07-15T23:06:58.568Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
41202026-07-15T23:06:58.569Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41212026-07-15T23:06:58.569Z[verify-libraries] Compiling macaddr v1.0.1
41222026-07-15T23:06:58.656Z[verify-libraries] Compiling regress v0.10.5
41232026-07-15T23:06:58.671Z[verify-libraries] Compiling instant v0.1.13
41242026-07-15T23:06:58.671Z[verify-libraries] Compiling backon v1.6.0
41252026-07-15T23:06:58.706Z[verify-libraries] Compiling async-stream v0.3.6
41262026-07-15T23:06:58.743Z[verify-libraries] Compiling humantime v2.3.0
41272026-07-15T23:06:58.804Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41282026-07-15T23:06:58.818Z[verify-libraries] Compiling backoff v0.4.0
41292026-07-15T23:06:58.861Z[verify-libraries] Compiling convert_case v0.4.0
41302026-07-15T23:06:58.861Z[verify-libraries] Compiling half v2.7.1
41312026-07-15T23:06:58.945Z[verify-libraries] Compiling progenitor-extras v0.2.0
41322026-07-15T23:06:58.975Z[ recovery-image] Jul 15 23:06:57.964 INFO O| Jul 15 23:06:57.964 INFO O| Startup: Refreshing catalog 'helios' ... Done
41332026-07-15T23:06:58.994Z[verify-libraries] Compiling ciborium-io v0.2.2
41342026-07-15T23:06:59.007Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41352026-07-15T23:06:59.050Z[verify-libraries] Compiling indent_write v2.2.0
41362026-07-15T23:06:59.066Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41372026-07-15T23:06:59.066Z[verify-libraries] Compiling regress v0.11.1
41382026-07-15T23:06:59.080Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41392026-07-15T23:06:59.119Z[ recovery-image] Jul 15 23:06:58.105 INFO O| Jul 15 23:06:58.105 INFO O| Startup: Caching catalogs ... Done
41402026-07-15T23:06:59.145Z[ recovery-image] Jul 15 23:06:58.113 INFO O| Jul 15 23:06:58.113 INFO O| Planning: Planning completed in 0.00 seconds
41412026-07-15T23:06:59.146Z[ recovery-image] Jul 15 23:06:58.113 INFO O| Jul 15 23:06:58.113 INFO O| Planning: Consolidating action changes ... Done
41422026-07-15T23:06:59.146Z[ recovery-image] Jul 15 23:06:58.113 INFO O| Jul 15 23:06:58.113 INFO O| Planning: Evaluating mediators ... Done
41432026-07-15T23:06:59.147Z[ recovery-image] Jul 15 23:06:58.113 INFO O| Jul 15 23:06:58.113 INFO O| Planning: Planning completed in 0.00 seconds
41442026-07-15T23:06:59.147Z[ recovery-image] Jul 15 23:06:58.114 INFO O| Jul 15 23:06:58.113 INFO O| Variants/Facets to change: 1
41452026-07-15T23:06:59.147Z[verify-libraries] Compiling secrecy v0.10.3
41462026-07-15T23:06:59.147Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41472026-07-15T23:06:59.184Z[ recovery-image] Jul 15 23:06:58.128 INFO O| Jul 15 23:06:58.128 INFO O| Finalize: Updating package state database ... Done
41482026-07-15T23:06:59.185Z[ recovery-image] Jul 15 23:06:58.128 INFO O| Jul 15 23:06:58.128 INFO O| Finalize: Updating package cache ... Done
41492026-07-15T23:06:59.212Z[ recovery-image] Jul 15 23:06:58.186 INFO O| Jul 15 23:06:58.185 INFO O| Finalize: Updating image state ... Done
41502026-07-15T23:06:59.212Z[ recovery-image] Jul 15 23:06:58.193 INFO O| Jul 15 23:06:58.193 INFO O| Finalize: Creating fast lookup database ... Done
41512026-07-15T23:06:59.212Z[ recovery-image] Jul 15 23:06:58.193 INFO O| Jul 15 23:06:58.193 INFO O| Finalize: Reading search index ... Done
41522026-07-15T23:06:59.212Z[ recovery-image] Jul 15 23:06:58.193 INFO O| Jul 15 23:06:58.193 INFO O| Finalize: Updating search index ... Done
41532026-07-15T23:06:59.212Z[ recovery-image] Jul 15 23:06:58.194 INFO O| Jul 15 23:06:58.194 INFO O| Finalize: Updating package cache ... Done
41542026-07-15T23:06:59.266Z[verify-libraries] Compiling ciborium-ll v0.2.2
41552026-07-15T23:06:59.288Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41562026-07-15T23:06:59.296Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41572026-07-15T23:06:59.296Z[verify-libraries] Compiling derive_more v0.99.20
41582026-07-15T23:06:59.296Z[verify-libraries] Compiling inout v0.1.4
41592026-07-15T23:06:59.357Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41602026-07-15T23:06:59.383Z[ recovery-image] Jul 15 23:06:58.370 INFO O| Jul 15 23:06:58.370 INFO STEP 8 (pkg_change_facet) COMPLETE
41612026-07-15T23:06:59.384Z[ recovery-image] Jul 15 23:06:58.370 INFO O| Jul 15 23:06:58.370 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41622026-07-15T23:06:59.516Z[verify-libraries] Compiling universal-hash v0.5.1
41632026-07-15T23:06:59.586Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41642026-07-15T23:06:59.586Z[verify-libraries] Compiling structmeta v0.3.0
41652026-07-15T23:06:59.586Z[verify-libraries] Compiling ciborium v0.2.2
41662026-07-15T23:06:59.666Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41672026-07-15T23:06:59.685Z[verify-libraries] Compiling cipher v0.4.4
41682026-07-15T23:06:59.685Z[verify-libraries] Compiling opaque-debug v0.3.1
41692026-07-15T23:06:59.729Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41702026-07-15T23:06:59.767Z[verify-libraries] Compiling poly1305 v0.8.0
41712026-07-15T23:06:59.767Z[ recovery-image] Jul 15 23:06:58.750 INFO O| Jul 15 23:06:58.750 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41722026-07-15T23:06:59.790Z[verify-libraries] Compiling byte-wrapper v0.1.0
41732026-07-15T23:06:59.823Z[verify-libraries] Compiling derive-ex v0.1.8
41742026-07-15T23:06:59.869Z[verify-libraries] Compiling parse-display-derive v0.10.0
41752026-07-15T23:06:59.931Z[verify-libraries] Compiling chacha20 v0.9.1
41762026-07-15T23:06:59.958Z[verify-libraries] Compiling blake2 v0.10.6
41772026-07-15T23:07:00.027Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41782026-07-15T23:07:00.212Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41792026-07-15T23:07:00.250Z[verify-libraries] Compiling aead v0.5.2
41802026-07-15T23:07:00.263Z[verify-libraries] Compiling password-hash v0.5.0
41812026-07-15T23:07:00.286Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41822026-07-15T23:07:00.384Z[verify-libraries] Compiling rayon-core v1.13.0
41832026-07-15T23:07:00.519Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41842026-07-15T23:07:00.620Z[verify-libraries] Compiling argon2 v0.5.3
41852026-07-15T23:07:00.631Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41862026-07-15T23:07:00.631Z[verify-libraries] Compiling glob v0.3.3
41872026-07-15T23:07:00.715Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41882026-07-15T23:07:00.761Z[verify-libraries] Compiling usdt-macro v0.5.0
41892026-07-15T23:07:00.850Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41902026-07-15T23:07:00.918Z[verify-libraries] Compiling typify-impl v0.6.2
41912026-07-15T23:07:00.944Z[ recovery-image] Jul 15 23:06:59.938 INFO O| Jul 15 23:06:59.937 INFO O| Startup: Refreshing catalog 'helios' ... Done
41922026-07-15T23:07:00.994Z[verify-libraries] Compiling vsss-rs v3.3.4
41932026-07-15T23:07:01.073Z[ recovery-image] Jul 15 23:07:00.072 INFO O| Jul 15 23:07:00.072 INFO O| Startup: Caching catalogs ... Done
41942026-07-15T23:07:01.086Z[ recovery-image] Jul 15 23:07:00.080 INFO O| Jul 15 23:07:00.080 INFO O| Planning: Planning completed in 0.00 seconds
41952026-07-15T23:07:01.097Z[ recovery-image] Jul 15 23:07:00.080 INFO O| Jul 15 23:07:00.080 INFO O| Planning: Consolidating action changes ... Done
41962026-07-15T23:07:01.098Z[ recovery-image] Jul 15 23:07:00.080 INFO O| Jul 15 23:07:00.080 INFO O| Planning: Evaluating mediators ... Done
41972026-07-15T23:07:01.098Z[ recovery-image] Jul 15 23:07:00.081 INFO O| Jul 15 23:07:00.081 INFO O| Planning: Planning completed in 0.00 seconds
41982026-07-15T23:07:01.098Z[ recovery-image] Jul 15 23:07:00.081 INFO O| Jul 15 23:07:00.081 INFO O| Variants/Facets to change: 1
41992026-07-15T23:07:01.123Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42002026-07-15T23:07:01.123Z[ recovery-image] Jul 15 23:07:00.101 INFO O| Jul 15 23:07:00.101 INFO O| Finalize: Updating package state database ... Done
42012026-07-15T23:07:01.123Z[ recovery-image] Jul 15 23:07:00.101 INFO O| Jul 15 23:07:00.101 INFO O| Finalize: Updating package cache ... Done
42022026-07-15T23:07:01.132Z[ recovery-image] Jul 15 23:07:00.127 INFO O| Jul 15 23:07:00.126 INFO O| Finalize: Updating image state ... Done
42032026-07-15T23:07:01.152Z[ recovery-image] Jul 15 23:07:00.132 INFO O| Jul 15 23:07:00.132 INFO O| Finalize: Creating fast lookup database ... Done
42042026-07-15T23:07:01.153Z[ recovery-image] Jul 15 23:07:00.133 INFO O| Jul 15 23:07:00.133 INFO O| Finalize: Reading search index ... Done
42052026-07-15T23:07:01.153Z[ recovery-image] Jul 15 23:07:00.133 INFO O| Jul 15 23:07:00.133 INFO O| Finalize: Updating search index ... Done
42062026-07-15T23:07:01.153Z[ recovery-image] Jul 15 23:07:00.134 INFO O| Jul 15 23:07:00.134 INFO O| Finalize: Updating package cache ... Done
42072026-07-15T23:07:01.322Z[ recovery-image] Jul 15 23:07:00.300 INFO O| Jul 15 23:07:00.300 INFO STEP 9 (pkg_change_facet) COMPLETE
42082026-07-15T23:07:01.322Z[ recovery-image] Jul 15 23:07:00.300 INFO O| Jul 15 23:07:00.300 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42092026-07-15T23:07:01.522Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42102026-07-15T23:07:01.558Z[verify-libraries] Compiling memmap v0.7.0
42112026-07-15T23:07:01.662Z[ recovery-image] Jul 15 23:07:00.650 INFO O| Jul 15 23:07:00.649 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42122026-07-15T23:07:01.678Z[verify-libraries] Compiling heapless v0.8.0
42132026-07-15T23:07:01.697Z[verify-libraries] Compiling proc-macro-error v1.0.4
42142026-07-15T23:07:01.697Z[verify-libraries] Compiling ingot-macros v0.1.1
42152026-07-15T23:07:01.770Z[verify-libraries] Compiling test-strategy v0.4.5
42162026-07-15T23:07:01.802Z[ host-image] Jul 15 23:07:00.775 INFO O| Jul 15 23:07:00.775 INFO O| Download: 12973/23866 items 110.7/222.6MB 49% complete (2.3M/s)
42172026-07-15T23:07:01.812Z[verify-libraries] Compiling usdt v0.5.0
42182026-07-15T23:07:01.844Z[verify-libraries] Compiling parse-display v0.10.0
42192026-07-15T23:07:01.845Z[verify-libraries] Compiling tabwriter v1.4.1
42202026-07-15T23:07:02.120Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42212026-07-15T23:07:02.241Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42222026-07-15T23:07:02.280Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42232026-07-15T23:07:02.280Z[verify-libraries] Compiling hash32 v0.3.1
42242026-07-15T23:07:02.280Z[verify-libraries] Compiling smoltcp v0.11.0
42252026-07-15T23:07:02.280Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42262026-07-15T23:07:02.315Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42272026-07-15T23:07:02.315Z[verify-libraries] Compiling toml v0.8.23
42282026-07-15T23:07:02.366Z[verify-libraries] Compiling cobs v0.3.0
42292026-07-15T23:07:02.484Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42302026-07-15T23:07:02.594Z[ recovery-image] Jul 15 23:07:01.568 INFO O| Jul 15 23:07:01.568 INFO O| Startup: Refreshing catalog 'helios' ... Done
42312026-07-15T23:07:02.691Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42322026-07-15T23:07:02.761Z[verify-libraries] Compiling colored v3.1.1
42332026-07-15T23:07:02.820Z[ recovery-image] Jul 15 23:07:01.716 INFO O| Jul 15 23:07:01.716 INFO O| Startup: Caching catalogs ... Done
42342026-07-15T23:07:02.820Z[ recovery-image] Jul 15 23:07:01.723 INFO O| Jul 15 23:07:01.723 INFO O| Planning: Planning completed in 0.00 seconds
42352026-07-15T23:07:02.820Z[ recovery-image] Jul 15 23:07:01.724 INFO O| Jul 15 23:07:01.724 INFO O| Planning: Consolidating action changes ... Done
42362026-07-15T23:07:02.820Z[ recovery-image] Jul 15 23:07:01.724 INFO O| Jul 15 23:07:01.724 INFO O| Planning: Evaluating mediators ... Done
42372026-07-15T23:07:02.820Z[ recovery-image] Jul 15 23:07:01.724 INFO O| Jul 15 23:07:01.724 INFO O| Planning: Planning completed in 0.00 seconds
42382026-07-15T23:07:02.820Z[ recovery-image] Jul 15 23:07:01.724 INFO O| Jul 15 23:07:01.724 INFO O| Variants/Facets to change: 1
42392026-07-15T23:07:02.820Z[verify-libraries] Compiling postcard v1.1.3
42402026-07-15T23:07:02.820Z[ recovery-image] Jul 15 23:07:01.735 INFO O| Jul 15 23:07:01.735 INFO O| Finalize: Updating package state database ... Done
42412026-07-15T23:07:02.820Z[ recovery-image] Jul 15 23:07:01.735 INFO O| Jul 15 23:07:01.735 INFO O| Finalize: Updating package cache ... Done
42422026-07-15T23:07:02.820Z[verify-libraries] Compiling rayon v1.11.0
42432026-07-15T23:07:02.821Z[verify-libraries] Compiling rand v0.10.1
42442026-07-15T23:07:02.821Z[ recovery-image] Jul 15 23:07:01.763 INFO O| Jul 15 23:07:01.763 INFO O| Finalize: Updating image state ... Done
42452026-07-15T23:07:02.821Z[ recovery-image] Jul 15 23:07:01.769 INFO O| Jul 15 23:07:01.769 INFO O| Finalize: Creating fast lookup database ... Done
42462026-07-15T23:07:02.821Z[ recovery-image] Jul 15 23:07:01.769 INFO O| Jul 15 23:07:01.769 INFO O| Finalize: Reading search index ... Done
42472026-07-15T23:07:02.821Z[ recovery-image] Jul 15 23:07:01.769 INFO O| Jul 15 23:07:01.769 INFO O| Finalize: Updating search index ... Done
42482026-07-15T23:07:02.821Z[ recovery-image] Jul 15 23:07:01.770 INFO O| Jul 15 23:07:01.770 INFO O| Finalize: Updating package cache ... Done
42492026-07-15T23:07:02.872Z[verify-libraries] Compiling num_enum_derive v0.7.6
42502026-07-15T23:07:02.873Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42512026-07-15T23:07:02.948Z[ recovery-image] Jul 15 23:07:01.915 INFO O| Jul 15 23:07:01.915 INFO STEP 10 (pkg_change_facet) COMPLETE
42522026-07-15T23:07:02.948Z[ recovery-image] Jul 15 23:07:01.915 INFO O| Jul 15 23:07:01.915 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42532026-07-15T23:07:02.986Z[ recovery-image] Jul 15 23:07:01.925 INFO O| Jul 15 23:07:01.925 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@22.0.0.0"]
42542026-07-15T23:07:03.004Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42552026-07-15T23:07:03.038Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42562026-07-15T23:07:03.066Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42572026-07-15T23:07:03.216Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42582026-07-15T23:07:03.334Z[verify-libraries] Compiling num_enum_derive v0.5.11
42592026-07-15T23:07:03.359Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42602026-07-15T23:07:03.389Z[verify-libraries] Compiling num-derive v0.4.2
42612026-07-15T23:07:03.493Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42622026-07-15T23:07:03.519Z[verify-libraries] Compiling cstr-argument v0.1.2
42632026-07-15T23:07:03.537Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
42642026-07-15T23:07:03.804Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42652026-07-15T23:07:03.829Z[verify-libraries] Compiling foreign-types v0.5.0
42662026-07-15T23:07:03.880Z[ recovery-image] Jul 15 23:07:02.847 INFO O| Jul 15 23:07:02.847 INFO O| Startup: Refreshing catalog 'helios' ... Done
42672026-07-15T23:07:03.903Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42682026-07-15T23:07:03.932Z[verify-libraries] Compiling sigpipe v0.1.3
42692026-07-15T23:07:03.941Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42702026-07-15T23:07:04.014Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42712026-07-15T23:07:04.060Z[ recovery-image] Jul 15 23:07:02.991 INFO O| Jul 15 23:07:02.991 INFO O| Startup: Caching catalogs ... Done
42722026-07-15T23:07:04.079Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42732026-07-15T23:07:04.079Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42742026-07-15T23:07:04.103Z[verify-libraries] Compiling num_enum v0.7.6
42752026-07-15T23:07:04.143Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42762026-07-15T23:07:04.238Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42772026-07-15T23:07:04.265Z[verify-libraries] Compiling itertools v0.12.1
42782026-07-15T23:07:04.365Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42792026-07-15T23:07:04.404Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42802026-07-15T23:07:04.436Z[verify-libraries] Compiling smf v0.2.3
42812026-07-15T23:07:04.487Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42822026-07-15T23:07:04.518Z[verify-libraries] Compiling whoami v1.6.1
42832026-07-15T23:07:04.565Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42842026-07-15T23:07:04.630Z[verify-libraries] Compiling num_enum v0.5.11
42852026-07-15T23:07:04.650Z[ recovery-image] Jul 15 23:07:03.640 INFO O| Jul 15 23:07:03.639 INFO O| Planning: Solver setup ... Done
42862026-07-15T23:07:04.709Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42872026-07-15T23:07:04.709Z[ recovery-image] Jul 15 23:07:03.661 INFO O| Jul 15 23:07:03.661 INFO O| Planning: Running solver ... Done
42882026-07-15T23:07:04.723Z[ recovery-image] Jul 15 23:07:03.677 INFO O| Jul 15 23:07:03.677 INFO O| Planning: Finding local manifests ... Done
42892026-07-15T23:07:04.723Z[ recovery-image] Jul 15 23:07:03.711 INFO O| Jul 15 23:07:03.711 INFO O| Planning: Fetching manifests: 0/128 0% complete
42902026-07-15T23:07:04.842Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42912026-07-15T23:07:04.851Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42922026-07-15T23:07:04.873Z[verify-libraries] Compiling derive-where v1.6.0
42932026-07-15T23:07:04.914Z[verify-libraries] Compiling owo-colors v4.3.0
42942026-07-15T23:07:04.970Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42952026-07-15T23:07:05.067Z[verify-libraries] Compiling gethostname v0.5.0
42962026-07-15T23:07:05.076Z[verify-libraries] Compiling ingot-types v0.1.2
42972026-07-15T23:07:05.076Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42982026-07-15T23:07:05.167Z[verify-libraries] Compiling libsw-core v0.3.2
42992026-07-15T23:07:05.174Z[verify-libraries] Compiling console v0.15.11
43002026-07-15T23:07:05.235Z[verify-libraries] Compiling linear-map v1.2.0
43012026-07-15T23:07:05.369Z[verify-libraries] Compiling newline-converter v0.3.0
43022026-07-15T23:07:05.397Z[verify-libraries] Compiling libsw v3.5.0
43032026-07-15T23:07:05.448Z[verify-libraries] Compiling resolv-conf v0.7.6
43042026-07-15T23:07:05.480Z[verify-libraries] Compiling num-rational v0.4.2
43052026-07-15T23:07:05.591Z[verify-libraries] Compiling ingot v0.1.1
43062026-07-15T23:07:05.615Z[verify-libraries] Compiling zone v0.3.1
43072026-07-15T23:07:05.642Z[verify-libraries] Compiling expectorate v1.2.0
43082026-07-15T23:07:05.696Z[verify-libraries] Compiling num-complex v0.4.6
43092026-07-15T23:07:05.696Z[verify-libraries] Compiling slog-dtrace v0.3.0
43102026-07-15T23:07:05.705Z[verify-libraries] Compiling prettyplease v0.2.37
43112026-07-15T23:07:05.855Z[verify-libraries] Compiling float-ord v0.3.2
43122026-07-15T23:07:05.896Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43132026-07-15T23:07:05.913Z[verify-libraries] Compiling linked-hash-map v0.5.6
43142026-07-15T23:07:06.034Z[verify-libraries] Compiling typify-macro v0.6.2
43152026-07-15T23:07:06.056Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43162026-07-15T23:07:06.089Z[verify-libraries] Compiling num v0.4.3
43172026-07-15T23:07:06.155Z[verify-libraries] Compiling lru-cache v0.1.2
43182026-07-15T23:07:06.189Z[verify-libraries] Compiling hickory-proto v0.24.4
43192026-07-15T23:07:06.212Z[verify-libraries] Compiling convert_case v0.10.0
43202026-07-15T23:07:06.258Z[verify-libraries] Compiling display-error-chain v0.2.2
43212026-07-15T23:07:06.320Z[verify-libraries] Compiling minimal-lexical v0.2.1
43222026-07-15T23:07:06.380Z[verify-libraries] Compiling unicode-xid v0.2.6
43232026-07-15T23:07:06.395Z[verify-libraries] Compiling tabled_derive v0.7.0
43242026-07-15T23:07:06.436Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43252026-07-15T23:07:06.449Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43262026-07-15T23:07:06.554Z[verify-libraries] Compiling fd-lock v4.0.4
43272026-07-15T23:07:06.590Z[verify-libraries] Compiling vte v0.14.1
43282026-07-15T23:07:06.613Z[verify-libraries] Compiling derive_more-impl v2.1.1
43292026-07-15T23:07:06.631Z[verify-libraries] Compiling nom v7.1.3
43302026-07-15T23:07:06.662Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43312026-07-15T23:07:06.693Z[verify-libraries] Compiling stacker v0.1.23
43322026-07-15T23:07:06.798Z[ host-image] Jul 15 23:07:05.779 INFO O| Jul 15 23:07:05.779 INFO O| Download: 14713/23866 items 120.2/222.6MB 53% complete (2.0M/s)
43332026-07-15T23:07:06.813Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43342026-07-15T23:07:06.903Z[verify-libraries] Compiling cfg_aliases v0.1.1
43352026-07-15T23:07:07.034Z[verify-libraries] Compiling reedline v0.40.0
43362026-07-15T23:07:07.070Z[verify-libraries] Compiling nix v0.28.0
43372026-07-15T23:07:07.081Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43382026-07-15T23:07:07.112Z[verify-libraries] Compiling semver v0.1.20
43392026-07-15T23:07:07.263Z[verify-libraries] Compiling termtree v0.5.1
43402026-07-15T23:07:07.415Z[verify-libraries] Compiling rustc_version v0.1.7
43412026-07-15T23:07:07.466Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43422026-07-15T23:07:07.486Z[verify-libraries] Compiling psm v0.1.30
43432026-07-15T23:07:07.509Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43442026-07-15T23:07:07.556Z[verify-libraries] Compiling tabled v0.15.0
43452026-07-15T23:07:07.577Z[verify-libraries] Compiling derive_more v2.1.1
43462026-07-15T23:07:07.600Z[verify-libraries] Compiling phf_shared v0.12.1
43472026-07-15T23:07:07.667Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43482026-07-15T23:07:07.693Z[verify-libraries] Compiling nibble_vec v0.1.0
43492026-07-15T23:07:08.189Z[verify-libraries] Compiling crossterm v0.29.0
43502026-07-15T23:07:08.209Z[verify-libraries] Compiling endian-type v0.1.2
43512026-07-15T23:07:08.209Z[verify-libraries] Compiling chrono-tz v0.10.4
43522026-07-15T23:07:08.209Z[verify-libraries] Compiling typify v0.6.2
43532026-07-15T23:07:08.209Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43542026-07-15T23:07:08.209Z[verify-libraries] Compiling highway v1.3.0
43552026-07-15T23:07:08.209Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43562026-07-15T23:07:08.274Z[verify-libraries] Compiling progenitor-impl v0.14.0
43572026-07-15T23:07:08.292Z[verify-libraries] Compiling radix_trie v0.2.1
43582026-07-15T23:07:08.354Z[verify-libraries] Compiling phf v0.12.1
43592026-07-15T23:07:08.372Z[verify-libraries] Compiling newtype_derive v0.1.6
43602026-07-15T23:07:08.545Z[verify-libraries] Compiling hickory-resolver v0.24.4
43612026-07-15T23:07:08.687Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43622026-07-15T23:07:08.719Z[verify-libraries] Compiling recursive v0.1.1
43632026-07-15T23:07:08.766Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43642026-07-15T23:07:08.823Z[verify-libraries] Compiling peg-macros v0.8.5
43652026-07-15T23:07:08.840Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43662026-07-15T23:07:08.889Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43672026-07-15T23:07:08.963Z[ recovery-image] Jul 15 23:07:07.933 INFO O| Jul 15 23:07:07.933 INFO O| Planning: Fetching manifests: 128/128 100% complete
43682026-07-15T23:07:08.987Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43692026-07-15T23:07:09.052Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43702026-07-15T23:07:09.070Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43712026-07-15T23:07:09.560Z[ recovery-image] Jul 15 23:07:08.549 INFO O| Jul 15 23:07:08.549 INFO O| Planning: Package planning ... Done
43722026-07-15T23:07:09.726Z[ recovery-image] Jul 15 23:07:08.713 INFO O| Jul 15 23:07:08.712 INFO O| Planning: Merging actions ... Done
43732026-07-15T23:07:09.768Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43742026-07-15T23:07:09.819Z[ recovery-image] Jul 15 23:07:08.789 INFO O| Jul 15 23:07:08.789 INFO O| Planning: Checking for conflicting actions ... Done
43752026-07-15T23:07:09.887Z[verify-libraries] Compiling winnow v0.6.26
43762026-07-15T23:07:09.902Z[ recovery-image] Jul 15 23:07:08.849 INFO O| Jul 15 23:07:08.849 INFO O| Planning: Consolidating action changes ... Done
43772026-07-15T23:07:09.902Z[verify-libraries] Compiling qorb v0.4.1
43782026-07-15T23:07:09.977Z[verify-libraries] Compiling csv-core v0.1.13
43792026-07-15T23:07:10.003Z[ recovery-image] Jul 15 23:07:08.990 INFO O| Jul 15 23:07:08.990 INFO O| Planning: Evaluating mediators ... Done
43802026-07-15T23:07:10.148Z[verify-libraries] Compiling home v0.5.12
43812026-07-15T23:07:10.164Z[verify-libraries] Compiling unicode_categories v0.1.1
43822026-07-15T23:07:10.235Z[verify-libraries] Compiling textwrap v0.16.2
43832026-07-15T23:07:10.412Z[verify-libraries] Compiling rustyline v14.0.0
43842026-07-15T23:07:10.420Z[verify-libraries] Compiling csv v1.4.0
43852026-07-15T23:07:10.425Z[verify-libraries] Compiling sqlparser v0.61.0
43862026-07-15T23:07:10.505Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43872026-07-15T23:07:10.665Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43882026-07-15T23:07:10.857Z[verify-libraries] Compiling peg v0.8.5
43892026-07-15T23:07:10.966Z[verify-libraries] Compiling const_format v0.2.35
43902026-07-15T23:07:11.144Z[verify-libraries] Compiling bcs v0.1.6
43912026-07-15T23:07:11.278Z[verify-libraries] Compiling progenitor-macro v0.14.0
43922026-07-15T23:07:11.329Z[verify-libraries] Compiling sqlformat v0.3.5
43932026-07-15T23:07:11.378Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43942026-07-15T23:07:11.551Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43952026-07-15T23:07:11.572Z[ recovery-image] Jul 15 23:07:10.572 INFO O| Jul 15 23:07:10.572 INFO O| Planning: Planning completed in 7.57 seconds
43962026-07-15T23:07:11.577Z[ recovery-image] Jul 15 23:07:10.574 INFO O| Jul 15 23:07:10.574 INFO O| Packages to install: 128
43972026-07-15T23:07:11.577Z[ recovery-image] Jul 15 23:07:10.574 INFO O| Jul 15 23:07:10.574 INFO O| Mediators to change: 5
43982026-07-15T23:07:11.577Z[ recovery-image] Jul 15 23:07:10.574 INFO O| Jul 15 23:07:10.574 INFO O| Services to change: 5
43992026-07-15T23:07:11.577Z[verify-libraries] Compiling nom v8.0.0
44002026-07-15T23:07:11.610Z[ recovery-image] Jul 15 23:07:10.603 INFO O| Jul 15 23:07:10.603 INFO O| Download: 0/16671 items 0.0/199.8MB 0% complete
44012026-07-15T23:07:11.649Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44022026-07-15T23:07:11.689Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44032026-07-15T23:07:11.861Z[ host-image] Jul 15 23:07:10.851 INFO O| Jul 15 23:07:10.851 INFO O| Download: 16056/23866 items 132.2/222.6MB 59% complete (2.1M/s)
44042026-07-15T23:07:11.938Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44052026-07-15T23:07:11.973Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44062026-07-15T23:07:12.138Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44072026-07-15T23:07:12.188Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
44082026-07-15T23:07:12.254Z[verify-libraries] Compiling base64 v0.21.7
44092026-07-15T23:07:12.295Z[verify-libraries] Compiling steno v0.4.1
44102026-07-15T23:07:12.475Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44112026-07-15T23:07:12.511Z[verify-libraries] Compiling sha1 v0.10.6
44122026-07-15T23:07:12.611Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44132026-07-15T23:07:12.681Z[verify-libraries] Compiling utf-8 v0.7.6
44142026-07-15T23:07:12.745Z[verify-libraries] Compiling tagptr v0.2.0
44152026-07-15T23:07:12.776Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44162026-07-15T23:07:12.801Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44172026-07-15T23:07:12.927Z[verify-libraries] Compiling moka v0.12.13
44182026-07-15T23:07:12.944Z[verify-libraries] Compiling tungstenite v0.21.0
44192026-07-15T23:07:13.003Z[verify-libraries] Compiling radium v0.7.0
44202026-07-15T23:07:13.027Z[verify-libraries] Compiling ron v0.8.1
44212026-07-15T23:07:13.062Z[verify-libraries] Compiling tap v1.0.1
44222026-07-15T23:07:13.099Z[verify-libraries] Compiling maybe-uninit v2.0.0
44232026-07-15T23:07:13.128Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44242026-07-15T23:07:13.233Z[verify-libraries] Compiling wyz v0.5.1
44252026-07-15T23:07:13.507Z[verify-libraries] Compiling packed_struct v0.10.1
44262026-07-15T23:07:13.556Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44272026-07-15T23:07:13.646Z[verify-libraries] Compiling crc-catalog v2.4.0
44282026-07-15T23:07:13.783Z[verify-libraries] Compiling hickory-resolver v0.25.2
44292026-07-15T23:07:13.833Z[verify-libraries] Compiling funty v2.0.0
44302026-07-15T23:07:13.902Z[verify-libraries] Compiling crc v3.4.0
44312026-07-15T23:07:14.046Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44322026-07-15T23:07:14.060Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44332026-07-15T23:07:14.061Z[verify-libraries] Compiling bitfield-macros v0.19.4
44342026-07-15T23:07:14.171Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
44352026-07-15T23:07:14.199Z[verify-libraries] Compiling zerocopy v0.6.6
44362026-07-15T23:07:14.199Z[verify-libraries] Compiling indexmap v1.9.3
44372026-07-15T23:07:14.321Z[verify-libraries] Compiling bitvec v1.0.1
44382026-07-15T23:07:14.345Z[verify-libraries] Compiling nodrop v0.1.14
44392026-07-15T23:07:14.483Z[verify-libraries] Compiling libefi-sys v0.1.0
44402026-07-15T23:07:14.599Z[verify-libraries] Compiling array-init v0.0.4
44412026-07-15T23:07:14.599Z[verify-libraries] Compiling smallvec v0.6.14
44422026-07-15T23:07:14.599Z[verify-libraries] Compiling bitfield-struct v0.6.2
44432026-07-15T23:07:14.826Z[verify-libraries] Compiling hashbrown v0.12.3
44442026-07-15T23:07:14.914Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44452026-07-15T23:07:14.976Z[verify-libraries] Compiling bitfield v0.19.4
44462026-07-15T23:07:15.127Z[verify-libraries] Compiling serde-hex v0.1.0
44472026-07-15T23:07:15.143Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44482026-07-15T23:07:15.301Z[verify-libraries] Compiling hashbrown v0.13.2
44492026-07-15T23:07:15.353Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44502026-07-15T23:07:15.382Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44512026-07-15T23:07:15.382Z[verify-libraries] Compiling crc-any v2.5.0
44522026-07-15T23:07:15.505Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44532026-07-15T23:07:15.757Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44542026-07-15T23:07:15.778Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44552026-07-15T23:07:15.827Z[verify-libraries] Compiling path-slash v0.1.5
44562026-07-15T23:07:15.937Z[verify-libraries] Compiling object v0.30.4
44572026-07-15T23:07:16.027Z[verify-libraries] Compiling xshell-macros v0.2.7
44582026-07-15T23:07:16.051Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44592026-07-15T23:07:16.156Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44602026-07-15T23:07:16.207Z[verify-libraries] Compiling num-derive v0.3.3
44612026-07-15T23:07:16.229Z[verify-libraries] Compiling subprocess v0.2.15
44622026-07-15T23:07:16.439Z[verify-libraries] Compiling papergrid v0.17.0
44632026-07-15T23:07:16.536Z[verify-libraries] Compiling xshell v0.2.7
44642026-07-15T23:07:16.604Z[ recovery-image] Jul 15 23:07:15.605 INFO O| Jul 15 23:07:15.605 INFO O| Download: 1152/16671 items 9.9/199.8MB 4% complete (2.0M/s)
44652026-07-15T23:07:16.675Z[verify-libraries] Compiling testing_table v0.3.0
44662026-07-15T23:07:16.702Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44672026-07-15T23:07:17.144Z[ host-image] Jul 15 23:07:15.853 INFO O| Jul 15 23:07:15.853 INFO O| Download: 16910/23866 items 142.9/222.6MB 64% complete (2.2M/s)
44682026-07-15T23:07:17.150Z[verify-libraries] Compiling progenitor v0.14.0
44692026-07-15T23:07:17.150Z[verify-libraries] Compiling progenitor-impl v0.13.0
44702026-07-15T23:07:17.151Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44712026-07-15T23:07:17.151Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44722026-07-15T23:07:17.151Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44732026-07-15T23:07:17.151Z[verify-libraries] Compiling tabled_derive v0.11.0
44742026-07-15T23:07:17.151Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44752026-07-15T23:07:17.300Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44762026-07-15T23:07:17.435Z[verify-libraries] Compiling libscf-sys v1.1.0
44772026-07-15T23:07:17.459Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44782026-07-15T23:07:17.504Z[verify-libraries] Compiling headers-core v0.3.0
44792026-07-15T23:07:17.606Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44802026-07-15T23:07:17.656Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44812026-07-15T23:07:17.793Z[verify-libraries] Compiling unicase v2.9.0
44822026-07-15T23:07:18.005Z[verify-libraries] Compiling headers v0.4.1
44832026-07-15T23:07:18.047Z[verify-libraries] Compiling progenitor-client v0.13.0
44842026-07-15T23:07:18.068Z[verify-libraries] Compiling maplit v1.0.2
44852026-07-15T23:07:18.190Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44862026-07-15T23:07:18.269Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44872026-07-15T23:07:18.317Z[verify-libraries] Compiling yasna v0.5.2
44882026-07-15T23:07:18.328Z[verify-libraries] Compiling crc8 v0.1.1
44892026-07-15T23:07:18.450Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44902026-07-15T23:07:18.490Z[verify-libraries] Compiling tabled v0.20.0
44912026-07-15T23:07:18.539Z[verify-libraries] Compiling vergen-lib v0.1.6
44922026-07-15T23:07:18.561Z[verify-libraries] Compiling diesel_derives v2.3.7
44932026-07-15T23:07:18.765Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44942026-07-15T23:07:18.838Z[verify-libraries] Compiling rcgen v0.12.1
44952026-07-15T23:07:18.859Z[verify-libraries] Compiling port-file v0.1.0
44962026-07-15T23:07:18.882Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44972026-07-15T23:07:19.112Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44982026-07-15T23:07:19.393Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44992026-07-15T23:07:19.393Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45002026-07-15T23:07:19.394Z[verify-libraries] Compiling half v1.8.3
45012026-07-15T23:07:19.496Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45022026-07-15T23:07:19.527Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45032026-07-15T23:07:19.527Z[verify-libraries] Compiling serde_cbor v0.11.2
45042026-07-15T23:07:19.569Z[verify-libraries] Compiling r2d2 v0.8.10
45052026-07-15T23:07:19.617Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45062026-07-15T23:07:19.818Z[verify-libraries] Compiling progenitor-macro v0.13.0
45072026-07-15T23:07:19.847Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45082026-07-15T23:07:19.859Z[verify-libraries] Compiling crunchy v0.2.4
45092026-07-15T23:07:19.875Z[verify-libraries] Compiling downcast-rs v2.0.2
45102026-07-15T23:07:20.010Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45112026-07-15T23:07:20.066Z[verify-libraries] Compiling dirs-next v2.0.0
45122026-07-15T23:07:20.209Z[verify-libraries] Compiling clang-sys v1.8.1
45132026-07-15T23:07:20.236Z[verify-libraries] Compiling tiny-keccak v2.0.2
45142026-07-15T23:07:20.268Z[verify-libraries] Compiling cpubits v0.1.1
45152026-07-15T23:07:20.499Z[verify-libraries] Compiling term v0.7.0
45162026-07-15T23:07:20.526Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45172026-07-15T23:07:20.554Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45182026-07-15T23:07:20.723Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45192026-07-15T23:07:20.740Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45202026-07-15T23:07:20.758Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45212026-07-15T23:07:20.958Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45222026-07-15T23:07:21.006Z[verify-libraries] Compiling bit-vec v0.6.3
45232026-07-15T23:07:21.141Z[verify-libraries] Compiling diff v0.1.13
45242026-07-15T23:07:21.196Z[verify-libraries] Compiling ascii-canvas v3.0.0
45252026-07-15T23:07:21.256Z[verify-libraries] Compiling bit-set v0.5.3
45262026-07-15T23:07:21.332Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45272026-07-15T23:07:21.449Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45282026-07-15T23:07:21.482Z[verify-libraries] Compiling itertools v0.10.5
45292026-07-15T23:07:21.502Z[verify-libraries] Compiling libloading v0.8.9
45302026-07-15T23:07:21.520Z[verify-libraries] Compiling ena v0.14.4
45312026-07-15T23:07:21.716Z[verify-libraries] Compiling regex-syntax v0.6.29
45322026-07-15T23:07:21.776Z[verify-libraries] Compiling bindgen v0.71.1
45332026-07-15T23:07:21.906Z[ host-image] Jul 15 23:07:20.853 INFO O| Jul 15 23:07:20.853 INFO O| Download: 18248/23866 items 153.8/222.6MB 69% complete (2.1M/s)
45342026-07-15T23:07:21.931Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45352026-07-15T23:07:22.136Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45362026-07-15T23:07:22.217Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45372026-07-15T23:07:22.282Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45382026-07-15T23:07:22.324Z[ recovery-image] Jul 15 23:07:21.325 INFO O| Jul 15 23:07:21.325 INFO O| Download: 1543/16671 items 21.5/199.8MB 10% complete (2.3M/s)
45392026-07-15T23:07:22.489Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45402026-07-15T23:07:22.733Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45412026-07-15T23:07:23.491Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45422026-07-15T23:07:23.614Z[verify-libraries] Compiling lalrpop v0.19.12
45432026-07-15T23:07:23.773Z[verify-libraries] Compiling cexpr v0.6.0
45442026-07-15T23:07:24.070Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45452026-07-15T23:07:24.190Z[verify-libraries] Compiling rustc-hash v2.1.1
45462026-07-15T23:07:24.229Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45472026-07-15T23:07:24.473Z[verify-libraries] Compiling libxml v0.3.3
45482026-07-15T23:07:24.531Z[verify-libraries] Compiling arc-swap v1.8.2
45492026-07-15T23:07:25.279Z[verify-libraries] Compiling slog-scope v4.4.1
45502026-07-15T23:07:25.354Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45512026-07-15T23:07:25.354Z[verify-libraries] Compiling strum_macros v0.24.3
45522026-07-15T23:07:25.354Z[verify-libraries] Compiling hmac v0.13.0
45532026-07-15T23:07:25.354Z[verify-libraries] Compiling universal-hash v0.6.1
45542026-07-15T23:07:25.354Z[verify-libraries] Compiling progenitor v0.13.0
45552026-07-15T23:07:25.385Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45562026-07-15T23:07:25.410Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45572026-07-15T23:07:25.460Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45582026-07-15T23:07:25.569Z[verify-libraries] Compiling fxhash v0.2.1
45592026-07-15T23:07:25.592Z[verify-libraries] Compiling diesel v2.3.7
45602026-07-15T23:07:25.753Z[verify-libraries] Compiling fs-err v2.11.0
45612026-07-15T23:07:25.845Z[verify-libraries] Compiling indoc v1.0.9
45622026-07-15T23:07:25.943Z[verify-libraries] Compiling slog-stdlog v4.1.1
45632026-07-15T23:07:26.210Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45642026-07-15T23:07:26.413Z[verify-libraries] Compiling oso-derive v0.27.3
45652026-07-15T23:07:26.481Z[verify-libraries] Compiling quick-xml v0.37.5
45662026-07-15T23:07:26.507Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45672026-07-15T23:07:26.743Z[verify-libraries] Compiling openssl-probe v0.1.6
45682026-07-15T23:07:26.866Z[ host-image] Jul 15 23:07:25.857 INFO O| Jul 15 23:07:25.856 INFO O| Download: 19333/23866 items 174.8/222.6MB 78% complete (3.2M/s)
45692026-07-15T23:07:27.121Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45702026-07-15T23:07:27.224Z[verify-libraries] Compiling slog-envlogger v2.2.0
45712026-07-15T23:07:27.334Z[ recovery-image] Jul 15 23:07:26.331 INFO O| Jul 15 23:07:26.331 INFO O| Download: 2795/16671 items 32.9/199.8MB 16% complete (2.4M/s)
45722026-07-15T23:07:30.486Z[verify-libraries] Compiling polyval v0.7.1
45732026-07-15T23:07:30.517Z[verify-libraries] Compiling der v0.8.0
45742026-07-15T23:07:30.517Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45752026-07-15T23:07:30.517Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45762026-07-15T23:07:30.517Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45772026-07-15T23:07:30.517Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45782026-07-15T23:07:30.517Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45792026-07-15T23:07:30.517Z[verify-libraries] Compiling git-stub v1.0.0
45802026-07-15T23:07:30.517Z[verify-libraries] Compiling kstat-rs v0.2.4
45812026-07-15T23:07:30.517Z[verify-libraries] Compiling trait-variant v0.1.2
45822026-07-15T23:07:30.517Z[verify-libraries] Compiling salty v0.3.0
45832026-07-15T23:07:30.517Z[verify-libraries] Compiling parse-size v1.1.0
45842026-07-15T23:07:30.517Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45852026-07-15T23:07:30.517Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45862026-07-15T23:07:30.517Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45872026-07-15T23:07:30.517Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
45882026-07-15T23:07:30.517Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45892026-07-15T23:07:30.517Z[verify-libraries] Compiling ghash v0.6.0
45902026-07-15T23:07:30.517Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45912026-07-15T23:07:30.518Z[verify-libraries] Compiling pbkdf2 v0.13.0
45922026-07-15T23:07:30.518Z[verify-libraries] Compiling aes v0.9.1
45932026-07-15T23:07:30.518Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45942026-07-15T23:07:30.518Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45952026-07-15T23:07:30.518Z[verify-libraries] Compiling ctr v0.10.1
45962026-07-15T23:07:30.518Z[verify-libraries] Compiling bb8 v0.8.6
45972026-07-15T23:07:30.518Z[verify-libraries] Compiling aead v0.6.1
45982026-07-15T23:07:30.518Z[verify-libraries] Compiling sha2 v0.11.0
45992026-07-15T23:07:30.527Z[verify-libraries] Compiling parking_lot_core v0.8.6
46002026-07-15T23:07:30.527Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46012026-07-15T23:07:30.648Z[verify-libraries] Compiling aes-gcm v0.11.0
46022026-07-15T23:07:30.712Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
46032026-07-15T23:07:30.906Z[verify-libraries] Compiling spki v0.8.0
46042026-07-15T23:07:31.102Z[verify-libraries] Compiling crypto-bigint v0.7.5
46052026-07-15T23:07:31.192Z[verify-libraries] Compiling mime_guess v2.0.5
46062026-07-15T23:07:31.215Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46072026-07-15T23:07:31.333Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46082026-07-15T23:07:31.495Z[verify-libraries] Compiling rfc6979 v0.4.0
46092026-07-15T23:07:31.521Z[verify-libraries] Compiling salsa20 v0.11.0
46102026-07-15T23:07:31.677Z[verify-libraries] Compiling cbc v0.2.1
46112026-07-15T23:07:31.720Z[verify-libraries] Compiling nanorand v0.7.0
46122026-07-15T23:07:31.861Z[ host-image] Jul 15 23:07:30.861 INFO O| Jul 15 23:07:30.861 INFO O| Download: 20527/23866 items 179.6/222.6MB 80% complete (2.7M/s)
46132026-07-15T23:07:31.916Z[verify-libraries] Compiling scrypt v0.12.0
46142026-07-15T23:07:31.948Z[verify-libraries] Compiling flume v0.11.1
46152026-07-15T23:07:32.061Z[verify-libraries] Compiling ecdsa v0.16.9
46162026-07-15T23:07:32.223Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46172026-07-15T23:07:32.299Z[verify-libraries] Compiling primeorder v0.13.6
46182026-07-15T23:07:32.329Z[verify-libraries] Compiling atty v0.2.14
46192026-07-15T23:07:32.473Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46202026-07-15T23:07:32.545Z[verify-libraries] Compiling http-range v0.1.5
46212026-07-15T23:07:32.558Z[ recovery-image] Jul 15 23:07:31.557 INFO O| Jul 15 23:07:31.556 INFO O| Download: 3934/16671 items 39.6/199.8MB 19% complete (1.9M/s)
46222026-07-15T23:07:32.622Z[verify-libraries] Compiling nonempty v0.12.0
46232026-07-15T23:07:32.646Z[verify-libraries] Compiling p384 v0.13.1
46242026-07-15T23:07:32.754Z[verify-libraries] Compiling parking_lot v0.11.2
46252026-07-15T23:07:32.787Z[verify-libraries] Compiling pkcs5 v0.8.1
46262026-07-15T23:07:32.995Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46272026-07-15T23:07:33.000Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46282026-07-15T23:07:33.189Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46292026-07-15T23:07:33.237Z[verify-libraries] Compiling prefix-trie v0.7.0
46302026-07-15T23:07:33.268Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46312026-07-15T23:07:33.290Z[verify-libraries] Compiling pkcs8 v0.11.0
46322026-07-15T23:07:33.320Z[verify-libraries] Compiling sled v0.34.7
46332026-07-15T23:07:33.372Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46342026-07-15T23:07:33.478Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46352026-07-15T23:07:33.603Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46362026-07-15T23:07:33.697Z[verify-libraries] Compiling hickory-server v0.25.2
46372026-07-15T23:07:33.730Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46382026-07-15T23:07:33.834Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46392026-07-15T23:07:33.890Z[verify-libraries] Compiling ignore v0.4.25
46402026-07-15T23:07:34.074Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46412026-07-15T23:07:34.200Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46422026-07-15T23:07:34.377Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46432026-07-15T23:07:34.580Z[verify-libraries] Compiling corncobs v0.1.4
46442026-07-15T23:07:34.665Z[verify-libraries] Compiling globwalk v0.9.1
46452026-07-15T23:07:34.719Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46462026-07-15T23:07:34.812Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46472026-07-15T23:07:34.834Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46482026-07-15T23:07:34.927Z[verify-libraries] Compiling predicates-tree v1.0.13
46492026-07-15T23:07:34.967Z[verify-libraries] Compiling libz-sys v1.1.24
46502026-07-15T23:07:35.287Z[verify-libraries] Compiling rand_seeder v0.4.0
46512026-07-15T23:07:35.308Z[verify-libraries] Compiling darling_core v0.23.0
46522026-07-15T23:07:35.447Z[verify-libraries] Compiling secrecy v0.8.0
46532026-07-15T23:07:35.452Z[verify-libraries] Compiling ff v0.14.0
46542026-07-15T23:07:35.523Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46552026-07-15T23:07:35.640Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46562026-07-15T23:07:35.843Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46572026-07-15T23:07:35.888Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46582026-07-15T23:07:35.912Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46592026-07-15T23:07:36.043Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46602026-07-15T23:07:36.210Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46612026-07-15T23:07:36.336Z[verify-libraries] Compiling signature v3.0.0
46622026-07-15T23:07:36.582Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46632026-07-15T23:07:36.606Z[verify-libraries] Compiling base16ct v1.0.0
46642026-07-15T23:07:36.630Z[verify-libraries] Compiling instability v0.3.11
46652026-07-15T23:07:36.783Z[verify-libraries] Compiling sec1 v0.8.1
46662026-07-15T23:07:36.906Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46672026-07-15T23:07:36.930Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46682026-07-15T23:07:36.978Z[verify-libraries] Compiling group v0.14.0
46692026-07-15T23:07:36.983Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46702026-07-15T23:07:37.011Z[ host-image] Jul 15 23:07:36.012 INFO O| Jul 15 23:07:36.012 INFO O| Download: 21917/23866 items 189.9/222.6MB 85% complete (1.5M/s)
46712026-07-15T23:07:37.152Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46722026-07-15T23:07:37.234Z[verify-libraries] Compiling hkdf v0.13.0
46732026-07-15T23:07:37.259Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46742026-07-15T23:07:37.282Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46752026-07-15T23:07:37.332Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
46762026-07-15T23:07:37.355Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46772026-07-15T23:07:37.455Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46782026-07-15T23:07:37.630Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46792026-07-15T23:07:37.658Z[verify-libraries] Compiling castaway v0.2.4
46802026-07-15T23:07:37.767Z[ recovery-image] Jul 15 23:07:36.766 INFO O| Jul 15 23:07:36.766 INFO O| Download: 3961/16671 items 40.0/199.8MB 20% complete (710k/s)
46812026-07-15T23:07:37.831Z[verify-libraries] Compiling indoc v2.0.7
46822026-07-15T23:07:38.079Z[verify-libraries] Compiling darling_macro v0.23.0
46832026-07-15T23:07:38.223Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46842026-07-15T23:07:38.315Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46852026-07-15T23:07:38.406Z[verify-libraries] Compiling compact_str v0.8.1
46862026-07-15T23:07:38.601Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46872026-07-15T23:07:38.691Z[verify-libraries] Compiling darling v0.23.0
46882026-07-15T23:07:38.800Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46892026-07-15T23:07:38.840Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46902026-07-15T23:07:39.051Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46912026-07-15T23:07:39.466Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46922026-07-15T23:07:39.491Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46932026-07-15T23:07:39.625Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46942026-07-15T23:07:39.653Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46952026-07-15T23:07:39.716Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46962026-07-15T23:07:39.755Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46972026-07-15T23:07:39.985Z[verify-libraries] Compiling unicode-truncate v1.1.0
46982026-07-15T23:07:39.998Z[verify-libraries] Compiling lru v0.12.5
46992026-07-15T23:07:40.182Z[verify-libraries] Compiling cassowary v0.3.0
47002026-07-15T23:07:40.219Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47012026-07-15T23:07:40.359Z[verify-libraries] Compiling rfc6979 v0.5.0
47022026-07-15T23:07:40.557Z[verify-libraries] Compiling ratatui v0.29.0
47032026-07-15T23:07:40.573Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47042026-07-15T23:07:40.667Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47052026-07-15T23:07:40.732Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47062026-07-15T23:07:40.776Z[verify-libraries] Compiling vergen-git2 v9.1.0
47072026-07-15T23:07:40.926Z[verify-libraries] Compiling strsim v0.10.0
47082026-07-15T23:07:40.945Z[verify-libraries] Compiling is_ci v1.2.0
47092026-07-15T23:07:41.082Z[verify-libraries] Compiling supports-color v3.0.2
47102026-07-15T23:07:41.102Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
47112026-07-15T23:07:41.125Z[verify-libraries] Compiling darling_core v0.13.4
47122026-07-15T23:07:41.204Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
47132026-07-15T23:07:41.306Z[verify-libraries] Compiling primefield v0.14.0
47142026-07-15T23:07:41.328Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47152026-07-15T23:07:41.570Z[verify-libraries] Compiling tungstenite v0.23.0
47162026-07-15T23:07:41.586Z[verify-libraries] Compiling console v0.16.2
47172026-07-15T23:07:41.592Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47182026-07-15T23:07:41.909Z[verify-libraries] Compiling void v1.0.2
47192026-07-15T23:07:41.974Z[verify-libraries] Compiling assert_matches v1.5.0
47202026-07-15T23:07:42.025Z[verify-libraries] Compiling unit-prefix v0.5.2
47212026-07-15T23:07:42.070Z[verify-libraries] Compiling lzss v0.8.2
47222026-07-15T23:07:42.160Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47232026-07-15T23:07:42.228Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47242026-07-15T23:07:42.250Z[verify-libraries] Compiling indicatif v0.18.4
47252026-07-15T23:07:42.336Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47262026-07-15T23:07:42.535Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47272026-07-15T23:07:42.556Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47282026-07-15T23:07:42.641Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47292026-07-15T23:07:42.705Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47302026-07-15T23:07:42.716Z[ host-image] Jul 15 23:07:41.717 INFO O| Jul 15 23:07:41.717 INFO O| Download: 22731/23866 items 200.6/222.6MB 90% complete (2.2M/s)
47312026-07-15T23:07:42.767Z[ recovery-image] Jul 15 23:07:41.766 INFO O| Jul 15 23:07:41.766 INFO O| Download: 5121/16671 items 43.8/199.8MB 21% complete (492k/s)
47322026-07-15T23:07:42.895Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47332026-07-15T23:07:42.960Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47342026-07-15T23:07:43.155Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47352026-07-15T23:07:43.202Z[verify-libraries] Compiling darling_macro v0.13.4
47362026-07-15T23:07:43.233Z[verify-libraries] Compiling nix v0.27.1
47372026-07-15T23:07:43.257Z[verify-libraries] Compiling colored v2.2.0
47382026-07-15T23:07:43.290Z[verify-libraries] Compiling blake3 v1.8.5
47392026-07-15T23:07:43.306Z[verify-libraries] Compiling serde_bytes v0.11.19
47402026-07-15T23:07:43.388Z[verify-libraries] Compiling shell-words v1.1.1
47412026-07-15T23:07:43.583Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47422026-07-15T23:07:43.606Z[verify-libraries] Compiling ed25519 v3.0.0
47432026-07-15T23:07:43.669Z[verify-libraries] Compiling crypto-primes v0.7.2
47442026-07-15T23:07:43.763Z[verify-libraries] Compiling darling v0.13.4
47452026-07-15T23:07:43.873Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47462026-07-15T23:07:44.035Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47472026-07-15T23:07:44.171Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47482026-07-15T23:07:44.264Z[verify-libraries] Compiling poly1305 v0.9.0
47492026-07-15T23:07:44.633Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47502026-07-15T23:07:44.794Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47512026-07-15T23:07:44.802Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47522026-07-15T23:07:44.840Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47532026-07-15T23:07:45.033Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47542026-07-15T23:07:45.055Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47552026-07-15T23:07:45.092Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47562026-07-15T23:07:45.111Z[verify-libraries] Compiling blowfish v0.10.0
47572026-07-15T23:07:45.300Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47582026-07-15T23:07:45.349Z[verify-libraries] Compiling petname v2.0.2
47592026-07-15T23:07:45.370Z[verify-libraries] Compiling keccak v0.2.0
47602026-07-15T23:07:45.419Z[verify-libraries] Compiling arrayref v0.3.9
47612026-07-15T23:07:45.520Z[verify-libraries] Compiling arrayvec v0.7.6
47622026-07-15T23:07:45.574Z[verify-libraries] Compiling constant_time_eq v0.4.2
47632026-07-15T23:07:45.781Z[verify-libraries] Compiling fiat-crypto v0.3.0
47642026-07-15T23:07:45.861Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47652026-07-15T23:07:45.969Z[verify-libraries] Compiling sha3 v0.11.0
47662026-07-15T23:07:46.184Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47672026-07-15T23:07:46.502Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47682026-07-15T23:07:46.555Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47692026-07-15T23:07:46.572Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47702026-07-15T23:07:47.062Z[verify-libraries] Compiling serde_with_macros v1.5.2
47712026-07-15T23:07:47.097Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47722026-07-15T23:07:47.271Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47732026-07-15T23:07:47.301Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47742026-07-15T23:07:47.320Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
47752026-07-15T23:07:47.781Z[ recovery-image] Jul 15 23:07:46.768 INFO O| Jul 15 23:07:46.768 INFO O| Download: 6124/16671 items 46.6/199.8MB 23% complete (654k/s)
47762026-07-15T23:07:47.793Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47772026-07-15T23:07:47.794Z[ host-image] Jul 15 23:07:46.781 INFO O| Jul 15 23:07:46.780 INFO O| Download: 23110/23866 items 216.6/222.6MB 97% complete (2.6M/s)
47782026-07-15T23:07:47.972Z[verify-libraries] Compiling twox-hash v2.1.2
47792026-07-15T23:07:48.055Z[verify-libraries] Compiling kem v0.3.0
47802026-07-15T23:07:48.064Z[verify-libraries] Compiling module-lattice v0.2.3
47812026-07-15T23:07:48.218Z[verify-libraries] Compiling rtoolbox v0.0.3
47822026-07-15T23:07:48.369Z[verify-libraries] Compiling topological-sort v0.2.2
47832026-07-15T23:07:48.431Z[verify-libraries] Compiling rpassword v7.4.0
47842026-07-15T23:07:48.453Z[verify-libraries] Compiling ml-kem v0.3.2
47852026-07-15T23:07:48.516Z[verify-libraries] Compiling serde_with v1.14.0
47862026-07-15T23:07:48.575Z[verify-libraries] Compiling omicron-zone-package v0.12.3
47872026-07-15T23:07:48.638Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47882026-07-15T23:07:48.908Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47892026-07-15T23:07:49.157Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47902026-07-15T23:07:49.499Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47912026-07-15T23:07:49.676Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47922026-07-15T23:07:49.859Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47932026-07-15T23:07:49.901Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47942026-07-15T23:07:50.244Z[ host-image] Jul 15 23:07:49.244 INFO O| Jul 15 23:07:49.244 INFO O| Download: Completed 222.63 MB in 94.17 seconds (2.4M/s)
47952026-07-15T23:07:50.425Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47962026-07-15T23:07:50.833Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47972026-07-15T23:07:50.915Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47982026-07-15T23:07:50.939Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47992026-07-15T23:07:51.059Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48002026-07-15T23:07:51.103Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48012026-07-15T23:07:51.236Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48022026-07-15T23:07:51.254Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48032026-07-15T23:07:51.254Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48042026-07-15T23:07:51.354Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
48052026-07-15T23:07:51.420Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48062026-07-15T23:07:51.573Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48072026-07-15T23:07:51.625Z[ host-image] Jul 15 23:07:50.625 INFO O| Jul 15 23:07:50.625 INFO O| Actions: 1/54077 actions (Installing new actions)
48082026-07-15T23:07:51.894Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48092026-07-15T23:07:51.968Z[verify-libraries] Compiling p384 v0.14.0-rc.10
48102026-07-15T23:07:52.779Z[ recovery-image] Jul 15 23:07:51.775 INFO O| Jul 15 23:07:51.775 INFO O| Download: 6373/16671 items 56.4/199.8MB 28% complete (1.3M/s)
48112026-07-15T23:07:52.800Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48122026-07-15T23:07:53.368Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48132026-07-15T23:07:54.308Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48142026-07-15T23:07:54.404Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48152026-07-15T23:07:54.838Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48162026-07-15T23:07:55.003Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48172026-07-15T23:07:55.411Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48182026-07-15T23:07:55.624Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48192026-07-15T23:07:55.666Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48202026-07-15T23:07:56.725Z[ host-image] Jul 15 23:07:55.626 INFO O| Jul 15 23:07:55.625 INFO O| Actions: 21953/54077 actions (Installing new actions)
48212026-07-15T23:07:56.801Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48222026-07-15T23:07:57.487Z[verify-libraries] Compiling fatfs v0.3.6
48232026-07-15T23:07:57.905Z[verify-libraries] Compiling num-bigint v0.4.6
48242026-07-15T23:07:58.323Z[verify-libraries] Compiling generic-array v1.4.3
48252026-07-15T23:07:58.360Z[verify-libraries] Compiling russh-util v0.52.0
48262026-07-15T23:07:58.384Z[verify-libraries] Compiling enum_dispatch v0.3.13
48272026-07-15T23:07:58.411Z[verify-libraries] Compiling sapling-renderdag v0.1.0
48282026-07-15T23:07:58.559Z[ recovery-image] Jul 15 23:07:57.538 INFO O| Jul 15 23:07:57.533 INFO O| Download: 7641/16671 items 82.2/199.8MB 41% complete (3.6M/s)
48292026-07-15T23:07:58.582Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48302026-07-15T23:07:58.662Z[verify-libraries] Compiling delegate v0.13.5
48312026-07-15T23:07:58.845Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48322026-07-15T23:07:58.943Z[verify-libraries] Compiling seq-macro v0.3.6
48332026-07-15T23:07:59.104Z[verify-libraries] Compiling md5 v0.8.0
48342026-07-15T23:07:59.406Z[verify-libraries] Compiling hex-literal v1.1.0
48352026-07-15T23:07:59.486Z[verify-libraries] Compiling sync-ptr v0.1.4
48362026-07-15T23:07:59.572Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48372026-07-15T23:07:59.600Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48382026-07-15T23:07:59.744Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48392026-07-15T23:07:59.811Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48402026-07-15T23:07:59.850Z[verify-libraries] Compiling russh v0.61.2
48412026-07-15T23:08:00.144Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48422026-07-15T23:08:00.510Z[ host-image] Jul 15 23:07:59.476 INFO O| Jul 15 23:07:59.476 INFO O| Actions: Completed 54077 actions in 8.85 seconds.
48432026-07-15T23:08:00.568Z[ host-image] Jul 15 23:07:59.554 INFO O| Jul 15 23:07:59.554 INFO O| Finalize: Updating package state database ... Done
48442026-07-15T23:08:00.569Z[ host-image] Jul 15 23:07:59.554 INFO O| Jul 15 23:07:59.554 INFO O| Finalize: Updating package cache ... Done
48452026-07-15T23:08:00.645Z[ host-image] Jul 15 23:07:59.611 INFO O| Jul 15 23:07:59.611 INFO O| Finalize: Updating image state ... Done
48462026-07-15T23:08:00.890Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48472026-07-15T23:08:01.075Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48482026-07-15T23:08:01.594Z[ host-image] Jul 15 23:08:00.586 INFO O| Jul 15 23:08:00.586 INFO O| Finalize: Creating fast lookup database ... Done
48492026-07-15T23:08:01.649Z[ host-image] Jul 15 23:08:00.619 INFO O| Jul 15 23:08:00.619 INFO O| Finalize: Reading search index ... Done
48502026-07-15T23:08:01.697Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48512026-07-15T23:08:01.999Z[verify-libraries] Compiling socket2 v0.5.10
48522026-07-15T23:08:02.751Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48532026-07-15T23:08:02.829Z[verify-libraries] Compiling internet-checksum v0.2.1
48542026-07-15T23:08:03.575Z[ recovery-image] Jul 15 23:08:02.543 INFO O| Jul 15 23:08:02.543 INFO O| Download: 8875/16671 items 89.8/199.8MB 44% complete (3.1M/s)
48552026-07-15T23:08:04.737Z[ host-image] Jul 15 23:08:03.643 INFO O| Jul 15 23:08:03.643 INFO O| Finalize: Building new search index ... Done
48562026-07-15T23:08:04.803Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48572026-07-15T23:08:04.822Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48582026-07-15T23:08:05.774Z[ host-image] Jul 15 23:08:04.139 INFO O| Jul 15 23:08:04.139 INFO O| Finalize: Updating package cache ... Done
48592026-07-15T23:08:05.800Z[ host-image] Jul 15 23:08:04.331 INFO O| Jul 15 23:08:04.331 INFO STEP 11 (pkg_install) COMPLETE
48602026-07-15T23:08:05.800Z[ host-image] Jul 15 23:08:04.331 INFO O| Jul 15 23:08:04.331 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48612026-07-15T23:08:05.800Z[ host-image] Jul 15 23:08:04.343 INFO O| Jul 15 23:08:04.343 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"]
48622026-07-15T23:08:05.800Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48632026-07-15T23:08:06.299Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48642026-07-15T23:08:06.634Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48652026-07-15T23:08:06.795Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48662026-07-15T23:08:06.796Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48672026-07-15T23:08:06.966Z[verify-libraries] Compiling yansi v1.0.1
48682026-07-15T23:08:07.482Z[verify-libraries] Compiling pretty_assertions v1.4.1
48692026-07-15T23:08:07.520Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48702026-07-15T23:08:07.561Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48712026-07-15T23:08:07.733Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48722026-07-15T23:08:08.280Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48732026-07-15T23:08:08.569Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48742026-07-15T23:08:08.625Z[ recovery-image] Jul 15 23:08:07.543 INFO O| Jul 15 23:08:07.543 INFO O| Download: 9752/16671 items 103.2/199.8MB 51% complete (2.1M/s)
48752026-07-15T23:08:08.937Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48762026-07-15T23:08:09.121Z[verify-libraries] Compiling git2 v0.20.4
48772026-07-15T23:08:09.392Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48782026-07-15T23:08:09.494Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48792026-07-15T23:08:09.494Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48802026-07-15T23:08:09.502Z[verify-libraries] Compiling samael v0.0.19
48812026-07-15T23:08:09.582Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48822026-07-15T23:08:09.741Z[ host-image] Jul 15 23:08:08.696 INFO O| Jul 15 23:08:08.696 INFO O| Startup: Refreshing catalog 'helios' ... Done
48832026-07-15T23:08:09.753Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48842026-07-15T23:08:09.807Z[verify-libraries] Compiling drift v0.2.0
48852026-07-15T23:08:09.896Z[ host-image] Jul 15 23:08:08.876 INFO O| Jul 15 23:08:08.876 INFO O| Startup: Caching catalogs ... Done
48862026-07-15T23:08:09.908Z[verify-libraries] Compiling uzers v0.12.2
48872026-07-15T23:08:10.381Z[ host-image] Jul 15 23:08:09.213 INFO O| Jul 15 23:08:09.212 INFO O| Planning: Solver setup ... Done
48882026-07-15T23:08:10.620Z[ host-image] Jul 15 23:08:09.219 INFO O| Jul 15 23:08:09.219 INFO O| Planning: Running solver ... Done
48892026-07-15T23:08:10.620Z[ host-image] Jul 15 23:08:09.226 INFO O| Jul 15 23:08:09.225 INFO O| Planning: Finding local manifests ... Done
48902026-07-15T23:08:10.620Z[ host-image] Jul 15 23:08:09.263 INFO O| Jul 15 23:08:09.263 INFO O| Planning: Fetching manifests: 0/6 0% complete
48912026-07-15T23:08:10.620Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48922026-07-15T23:08:10.620Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48932026-07-15T23:08:10.620Z[ host-image] Jul 15 23:08:09.385 INFO O| Jul 15 23:08:09.385 INFO O| Planning: Fetching manifests: 6/6 100% complete
48942026-07-15T23:08:10.620Z[ host-image] Jul 15 23:08:09.408 INFO O| Jul 15 23:08:09.408 INFO O| Planning: Package planning ... Done
48952026-07-15T23:08:10.620Z[ host-image] Jul 15 23:08:09.410 INFO O| Jul 15 23:08:09.410 INFO O| Planning: Merging actions ... Done
48962026-07-15T23:08:10.621Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48972026-07-15T23:08:10.621Z[ host-image] Jul 15 23:08:09.476 INFO O| Jul 15 23:08:09.476 INFO O| Planning: Checking for conflicting actions ... Done
48982026-07-15T23:08:10.621Z[ host-image] Jul 15 23:08:09.477 INFO O| Jul 15 23:08:09.477 INFO O| Planning: Consolidating action changes ... Done
48992026-07-15T23:08:10.674Z[ host-image] Jul 15 23:08:09.634 INFO O| Jul 15 23:08:09.634 INFO O| Planning: Evaluating mediators ... Done
49002026-07-15T23:08:10.675Z[ host-image] Jul 15 23:08:09.634 INFO O| Jul 15 23:08:09.634 INFO O| Planning: Planning completed in 0.74 seconds
49012026-07-15T23:08:10.675Z[ host-image] Jul 15 23:08:09.634 INFO O| Jul 15 23:08:09.634 INFO O| Packages to install: 6
49022026-07-15T23:08:10.675Z[ host-image] Jul 15 23:08:09.634 INFO O| Jul 15 23:08:09.634 INFO O| Services to change: 2
49032026-07-15T23:08:10.675Z[ host-image] Jul 15 23:08:09.644 INFO O| Jul 15 23:08:09.644 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49042026-07-15T23:08:11.206Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
49052026-07-15T23:08:13.586Z[ recovery-image] Jul 15 23:08:12.550 INFO O| Jul 15 23:08:12.550 INFO O| Download: 11297/16671 items 104.1/199.8MB 52% complete (1.4M/s)
49062026-07-15T23:08:13.652Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
49072026-07-15T23:08:13.922Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
49082026-07-15T23:08:14.318Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49092026-07-15T23:08:14.472Z[ host-image] Jul 15 23:08:13.465 INFO O| Jul 15 23:08:13.465 INFO O| Download: Completed 1.75 MB in 3.82 seconds (467k/s)
49102026-07-15T23:08:14.489Z[ host-image] Jul 15 23:08:13.488 INFO O| Jul 15 23:08:13.488 INFO O| Actions: 1/390 actions (Installing new actions)
49112026-07-15T23:08:14.648Z[ host-image] Jul 15 23:08:13.637 INFO O| Jul 15 23:08:13.637 INFO O| Actions: Completed 390 actions in 0.15 seconds.
49122026-07-15T23:08:14.656Z[ host-image] Jul 15 23:08:13.650 INFO O| Jul 15 23:08:13.650 INFO O| Finalize: Updating package state database ... Done
49132026-07-15T23:08:14.656Z[ host-image] Jul 15 23:08:13.650 INFO O| Jul 15 23:08:13.650 INFO O| Finalize: Updating package cache ... Done
49142026-07-15T23:08:14.669Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
49152026-07-15T23:08:14.688Z[ host-image] Jul 15 23:08:13.688 INFO O| Jul 15 23:08:13.688 INFO O| Finalize: Updating image state ... Done
49162026-07-15T23:08:15.608Z[ host-image] Jul 15 23:08:14.608 INFO O| Jul 15 23:08:14.608 INFO O| Finalize: Creating fast lookup database ... Done
49172026-07-15T23:08:15.794Z[ host-image] Jul 15 23:08:14.638 INFO O| Jul 15 23:08:14.638 INFO O| Finalize: Reading search index ... Done
49182026-07-15T23:08:15.795Z[ host-image] Jul 15 23:08:14.638 INFO O| Jul 15 23:08:14.638 INFO O| Finalize: Updating search index ... Done
49192026-07-15T23:08:15.858Z[ host-image] Jul 15 23:08:14.654 INFO O| Jul 15 23:08:14.654 INFO O| Finalize: Updating package cache ... Done
49202026-07-15T23:08:15.903Z[ host-image] Jul 15 23:08:14.832 INFO O| Jul 15 23:08:14.832 INFO STEP 12 (pkg_install) COMPLETE
49212026-07-15T23:08:15.903Z[ host-image] Jul 15 23:08:14.833 INFO O| Jul 15 23:08:14.832 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49222026-07-15T23:08:15.903Z[ host-image] Jul 15 23:08:14.847 INFO O| Jul 15 23:08:14.846 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49232026-07-15T23:08:16.084Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
49242026-07-15T23:08:16.645Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
49252026-07-15T23:08:16.703Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49262026-07-15T23:08:17.240Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
49272026-07-15T23:08:17.344Z[ host-image] Jul 15 23:08:16.330 INFO O| Jul 15 23:08:16.330 INFO O| Startup: Refreshing catalog 'helios' ... Done
49282026-07-15T23:08:17.363Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
49292026-07-15T23:08:17.401Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49302026-07-15T23:08:17.459Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
49312026-07-15T23:08:17.480Z[ host-image] Jul 15 23:08:16.480 INFO O| Jul 15 23:08:16.480 INFO O| Startup: Caching catalogs ... Done
49322026-07-15T23:08:17.510Z[verify-libraries] Compiling multimap v0.10.1
49332026-07-15T23:08:17.547Z[verify-libraries] Compiling termios v0.3.3
49342026-07-15T23:08:17.764Z[ host-image] Jul 15 23:08:16.764 INFO O| Jul 15 23:08:16.764 INFO O| Planning: Solver setup ... Done
49352026-07-15T23:08:17.769Z[ host-image] Jul 15 23:08:16.770 INFO O| Jul 15 23:08:16.769 INFO O| Planning: Running solver ... Done
49362026-07-15T23:08:17.777Z[ host-image] Jul 15 23:08:16.776 INFO O| Jul 15 23:08:16.776 INFO O| Planning: Finding local manifests ... Done
49372026-07-15T23:08:20.560Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49382026-07-15T23:08:20.560Z[ host-image] Jul 15 23:08:16.815 INFO O| Jul 15 23:08:16.815 INFO O| Planning: Fetching manifests: 0/6 0% complete
49392026-07-15T23:08:20.560Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49402026-07-15T23:08:20.560Z[ host-image] Jul 15 23:08:16.972 INFO O| Jul 15 23:08:16.972 INFO O| Planning: Fetching manifests: 6/6 100% complete
49412026-07-15T23:08:20.560Z[ host-image] Jul 15 23:08:17.001 INFO O| Jul 15 23:08:17.001 INFO O| Planning: Package planning ... Done
49422026-07-15T23:08:20.560Z[ host-image] Jul 15 23:08:17.010 INFO O| Jul 15 23:08:17.010 INFO O| Planning: Merging actions ... Done
49432026-07-15T23:08:20.560Z[ host-image] Jul 15 23:08:17.064 INFO O| Jul 15 23:08:17.064 INFO O| Planning: Checking for conflicting actions ... Done
49442026-07-15T23:08:20.560Z[ host-image] Jul 15 23:08:17.067 INFO O| Jul 15 23:08:17.067 INFO O| Planning: Consolidating action changes ... Done
49452026-07-15T23:08:20.560Z[ host-image] Jul 15 23:08:17.292 INFO O| Jul 15 23:08:17.292 INFO O| Planning: Evaluating mediators ... Done
49462026-07-15T23:08:20.560Z[ host-image] Jul 15 23:08:17.296 INFO O| Jul 15 23:08:17.295 INFO O| Planning: Planning completed in 0.81 seconds
49472026-07-15T23:08:20.560Z[ host-image] Jul 15 23:08:17.296 INFO O| Jul 15 23:08:17.296 INFO O| Packages to install: 6
49482026-07-15T23:08:20.560Z[ host-image] Jul 15 23:08:17.296 INFO O| Jul 15 23:08:17.296 INFO O| Mediators to change: 1
49492026-07-15T23:08:20.561Z[ host-image] Jul 15 23:08:17.296 INFO O| Jul 15 23:08:17.296 INFO O| Services to change: 1
49502026-07-15T23:08:20.561Z[ host-image] Jul 15 23:08:17.309 INFO O| Jul 15 23:08:17.309 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49512026-07-15T23:08:20.561Z[ recovery-image] Jul 15 23:08:17.577 INFO O| Jul 15 23:08:17.577 INFO O| Download: 12129/16671 items 121.7/199.8MB 60% complete (1.8M/s)
49522026-07-15T23:08:20.561Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49532026-07-15T23:08:23.311Z[ host-image] Jul 15 23:08:22.311 INFO O| Jul 15 23:08:22.311 INFO O| Download: 691/1147 items 2.9/7.8MB 37% complete (596k/s)
49542026-07-15T23:08:23.838Z[ recovery-image] Jul 15 23:08:22.839 INFO O| Jul 15 23:08:22.839 INFO O| Download: 12583/16671 items 143.7/199.8MB 71% complete (3.9M/s)
49552026-07-15T23:08:25.938Z[ host-image] Jul 15 23:08:24.939 INFO O| Jul 15 23:08:24.939 INFO O| Download: Completed 7.84 MB in 7.63 seconds (1.0M/s)
49562026-07-15T23:08:27.374Z[ host-image] Jul 15 23:08:26.374 INFO O| Jul 15 23:08:26.374 INFO O| Actions: 1/1366 actions (Installing new actions)
49572026-07-15T23:08:27.402Z[verify-libraries] Compiling polar-core v0.27.3
49582026-07-15T23:08:27.653Z[ host-image] Jul 15 23:08:26.653 INFO O| Jul 15 23:08:26.653 INFO O| Actions: Completed 1366 actions in 0.28 seconds.
49592026-07-15T23:08:27.668Z[ host-image] Jul 15 23:08:26.670 INFO O| Jul 15 23:08:26.669 INFO O| Finalize: Updating package state database ... Done
49602026-07-15T23:08:27.668Z[ host-image] Jul 15 23:08:26.670 INFO O| Jul 15 23:08:26.669 INFO O| Finalize: Updating package cache ... Done
49612026-07-15T23:08:27.714Z[ host-image] Jul 15 23:08:26.716 INFO O| Jul 15 23:08:26.715 INFO O| Finalize: Updating image state ... Done
49622026-07-15T23:08:28.663Z[ host-image] Jul 15 23:08:27.655 INFO O| Jul 15 23:08:27.655 INFO O| Finalize: Creating fast lookup database ... Done
49632026-07-15T23:08:28.683Z[ host-image] Jul 15 23:08:27.684 INFO O| Jul 15 23:08:27.684 INFO O| Finalize: Reading search index ... Done
49642026-07-15T23:08:28.683Z[ host-image] Jul 15 23:08:27.684 INFO O| Jul 15 23:08:27.684 INFO O| Finalize: Updating search index ... Done
49652026-07-15T23:08:28.718Z[ host-image] Jul 15 23:08:27.719 INFO O| Jul 15 23:08:27.719 INFO O| Finalize: Updating package cache ... Done
49662026-07-15T23:08:28.918Z[ host-image] Jul 15 23:08:27.919 INFO O| Jul 15 23:08:27.919 INFO STEP 13 (pkg_install) COMPLETE
49672026-07-15T23:08:28.918Z[ host-image] Jul 15 23:08:27.919 INFO O| Jul 15 23:08:27.919 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49682026-07-15T23:08:28.929Z[ host-image] Jul 15 23:08:27.930 INFO O| Jul 15 23:08:27.930 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49692026-07-15T23:08:28.937Z[ recovery-image] Jul 15 23:08:27.938 INFO O| Jul 15 23:08:27.938 INFO O| Download: 13657/16671 items 156.2/199.8MB 78% complete (3.8M/s)
49702026-07-15T23:08:30.313Z[ host-image] Jul 15 23:08:29.314 INFO O| Jul 15 23:08:29.314 INFO O| Startup: Refreshing catalog 'helios' ... Done
49712026-07-15T23:08:30.506Z[ host-image] Jul 15 23:08:29.506 INFO O| Jul 15 23:08:29.506 INFO O| Startup: Caching catalogs ... Done
49722026-07-15T23:08:30.773Z[ host-image] Jul 15 23:08:29.772 INFO O| Jul 15 23:08:29.772 INFO O| Planning: Solver setup ... Done
49732026-07-15T23:08:30.778Z[ host-image] Jul 15 23:08:29.778 INFO O| Jul 15 23:08:29.778 INFO O| Planning: Running solver ... Done
49742026-07-15T23:08:30.799Z[ host-image] Jul 15 23:08:29.787 INFO O| Jul 15 23:08:29.787 INFO O| Planning: Finding local manifests ... Done
49752026-07-15T23:08:30.845Z[ host-image] Jul 15 23:08:29.838 INFO O| Jul 15 23:08:29.838 INFO O| Planning: Fetching manifests: 0/1 0% complete
49762026-07-15T23:08:30.848Z[ host-image] Jul 15 23:08:29.849 INFO O| Jul 15 23:08:29.849 INFO O| Planning: Fetching manifests: 1/1 100% complete
49772026-07-15T23:08:30.865Z[ host-image] Jul 15 23:08:29.866 INFO O| Jul 15 23:08:29.866 INFO O| Planning: Package planning ... Done
49782026-07-15T23:08:30.866Z[ host-image] Jul 15 23:08:29.867 INFO O| Jul 15 23:08:29.866 INFO O| Planning: Merging actions ... Done
49792026-07-15T23:08:30.910Z[ host-image] Jul 15 23:08:29.911 INFO O| Jul 15 23:08:29.911 INFO O| Planning: Checking for conflicting actions ... Done
49802026-07-15T23:08:30.914Z[ host-image] Jul 15 23:08:29.911 INFO O| Jul 15 23:08:29.911 INFO O| Planning: Consolidating action changes ... Done
49812026-07-15T23:08:31.042Z[ host-image] Jul 15 23:08:30.043 INFO O| Jul 15 23:08:30.043 INFO O| Planning: Evaluating mediators ... Done
49822026-07-15T23:08:31.045Z[ host-image] Jul 15 23:08:30.043 INFO O| Jul 15 23:08:30.043 INFO O| Planning: Planning completed in 0.53 seconds
49832026-07-15T23:08:31.045Z[ host-image] Jul 15 23:08:30.043 INFO O| Jul 15 23:08:30.043 INFO O| Packages to install: 1
49842026-07-15T23:08:31.052Z[ host-image] Jul 15 23:08:30.053 INFO O| Jul 15 23:08:30.053 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
49852026-07-15T23:08:31.576Z[ host-image] Jul 15 23:08:30.577 INFO O| Jul 15 23:08:30.577 INFO O| Download: Completed 13.06 MB in 0.52 seconds (25.0M/s)
49862026-07-15T23:08:31.986Z[ host-image] Jul 15 23:08:30.987 INFO O| Jul 15 23:08:30.987 INFO O| Actions: 1/22 actions (Installing new actions)
49872026-07-15T23:08:32.241Z[ host-image] Jul 15 23:08:31.242 INFO O| Jul 15 23:08:31.242 INFO O| Actions: Completed 22 actions in 0.25 seconds.
49882026-07-15T23:08:32.256Z[ host-image] Jul 15 23:08:31.255 INFO O| Jul 15 23:08:31.255 INFO O| Finalize: Updating package state database ... Done
49892026-07-15T23:08:32.256Z[ host-image] Jul 15 23:08:31.255 INFO O| Jul 15 23:08:31.255 INFO O| Finalize: Updating package cache ... Done
49902026-07-15T23:08:32.289Z[ host-image] Jul 15 23:08:31.290 INFO O| Jul 15 23:08:31.290 INFO O| Finalize: Updating image state ... Done
49912026-07-15T23:08:33.365Z[ host-image] Jul 15 23:08:32.366 INFO O| Jul 15 23:08:32.366 INFO O| Finalize: Creating fast lookup database ... Done
49922026-07-15T23:08:33.397Z[ host-image] Jul 15 23:08:32.399 INFO O| Jul 15 23:08:32.398 INFO O| Finalize: Reading search index ... Done
49932026-07-15T23:08:33.401Z[ host-image] Jul 15 23:08:32.399 INFO O| Jul 15 23:08:32.399 INFO O| Finalize: Updating search index ... Done
49942026-07-15T23:08:33.409Z[ host-image] Jul 15 23:08:32.410 INFO O| Jul 15 23:08:32.410 INFO O| Finalize: Updating package cache ... Done
49952026-07-15T23:08:33.602Z[ host-image] Jul 15 23:08:32.603 INFO O| Jul 15 23:08:32.603 INFO STEP 14 (pkg_install) COMPLETE
49962026-07-15T23:08:33.602Z[ host-image] Jul 15 23:08:32.603 INFO O| Jul 15 23:08:32.603 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49972026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.603 INFO O| Jul 15 23:08:32.603 INFO skip step because feature "mfg" is not enabled
49982026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.603 INFO O| Jul 15 23:08:32.603 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49992026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.603 INFO O| Jul 15 23:08:32.603 INFO skip step because feature "compliance" is not enabled
50002026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.603 INFO O| Jul 15 23:08:32.603 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50012026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.604 INFO O| Jul 15 23:08:32.603 INFO skip step because feature "stress" is not enabled
50022026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.604 INFO O| Jul 15 23:08:32.603 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50032026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.604 INFO O| Jul 15 23:08:32.603 INFO skip step because feature "compliance" is not enabled
50042026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.604 INFO O| Jul 15 23:08:32.603 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50052026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.604 INFO O| Jul 15 23:08:32.603 INFO skip step because feature "nfs" is not enabled
50062026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.604 INFO O| Jul 15 23:08:32.603 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50072026-07-15T23:08:33.605Z[ host-image] Jul 15 23:08:32.604 INFO O| Jul 15 23:08:32.603 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50082026-07-15T23:08:33.834Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
50092026-07-15T23:08:34.104Z[ recovery-image] Jul 15 23:08:33.101 INFO O| Jul 15 23:08:33.101 INFO O| Download: 15326/16671 items 161.9/199.8MB 81% complete (1.8M/s)
50102026-07-15T23:08:34.166Z[ host-image] Jul 15 23:08:33.167 INFO O| Jul 15 23:08:33.167 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50112026-07-15T23:08:34.354Z[ host-image] Jul 15 23:08:33.352 INFO O| Jul 15 23:08:33.352 INFO completed processing sled/ramdisk-01-os
50122026-07-15T23:08:34.358Z[ host-image] Jul 15 23:08:33.354 INFO omicron1 baseline generation...
50132026-07-15T23:08:34.358Z[ host-image] Jul 15 23:08:33.354 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50142026-07-15T23:08:34.441Z[verify-libraries] Compiling oso v0.27.3
50152026-07-15T23:08:34.727Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50162026-07-15T23:08:34.788Z[ host-image] Jul 15 23:08:33.769 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24101:20260713T223226Z
50172026-07-15T23:08:38.771Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
50182026-07-15T23:08:39.106Z[ recovery-image] Jul 15 23:08:38.103 INFO O| Jul 15 23:08:38.103 INFO O| Download: 16215/16671 items 183.4/199.8MB 91% complete (2.6M/s)
50192026-07-15T23:08:40.953Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50202026-07-15T23:08:42.686Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50212026-07-15T23:08:43.932Z[ recovery-image] Jul 15 23:08:42.932 INFO O| Jul 15 23:08:42.932 INFO O| Download: Completed 199.81 MB in 92.33 seconds (2.2M/s)
50222026-07-15T23:08:45.048Z[ recovery-image] Jul 15 23:08:44.049 INFO O| Jul 15 23:08:44.049 INFO O| Actions: 1/27518 actions (Installing new actions)
50232026-07-15T23:08:46.291Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50242026-07-15T23:08:48.705Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
50252026-07-15T23:08:48.937Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50262026-07-15T23:08:50.054Z[ recovery-image] Jul 15 23:08:49.055 INFO O| Jul 15 23:08:49.055 INFO O| Actions: 19485/27518 actions (Installing new actions)
50272026-07-15T23:08:50.773Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50282026-07-15T23:08:50.988Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
50292026-07-15T23:08:51.898Z[ recovery-image] Jul 15 23:08:50.890 INFO O| Jul 15 23:08:50.890 INFO O| Actions: Completed 27518 actions in 6.84 seconds.
50302026-07-15T23:08:51.951Z[ recovery-image] Jul 15 23:08:50.951 INFO O| Jul 15 23:08:50.951 INFO O| Finalize: Updating package state database ... Done
50312026-07-15T23:08:51.951Z[ recovery-image] Jul 15 23:08:50.951 INFO O| Jul 15 23:08:50.951 INFO O| Finalize: Updating package cache ... Done
50322026-07-15T23:08:51.999Z[ recovery-image] Jul 15 23:08:51.000 INFO O| Jul 15 23:08:51.000 INFO O| Finalize: Updating image state ... Done
50332026-07-15T23:08:52.693Z[ recovery-image] Jul 15 23:08:51.694 INFO O| Jul 15 23:08:51.694 INFO O| Finalize: Creating fast lookup database ... Done
50342026-07-15T23:08:52.712Z[ recovery-image] Jul 15 23:08:51.711 INFO O| Jul 15 23:08:51.711 INFO O| Finalize: Reading search index ... Done
50352026-07-15T23:08:54.647Z[ recovery-image] Jul 15 23:08:53.646 INFO O| Jul 15 23:08:53.646 INFO O| Finalize: Building new search index ... Done
50362026-07-15T23:08:55.005Z[ recovery-image] Jul 15 23:08:54.005 INFO O| Jul 15 23:08:54.005 INFO O| Finalize: Updating package cache ... Done
50372026-07-15T23:08:55.409Z[ recovery-image] Jul 15 23:08:54.407 INFO O| Jul 15 23:08:54.407 INFO STEP 11 (pkg_install) COMPLETE
50382026-07-15T23:08:55.415Z[ recovery-image] Jul 15 23:08:54.407 INFO O| Jul 15 23:08:54.407 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50392026-07-15T23:08:55.416Z[ recovery-image] Jul 15 23:08:54.407 INFO O| Jul 15 23:08:54.407 INFO skip step because feature "recovery" is enabled
50402026-07-15T23:08:55.416Z[ recovery-image] Jul 15 23:08:54.407 INFO O| Jul 15 23:08:54.407 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50412026-07-15T23:08:55.416Z[ recovery-image] Jul 15 23:08:54.407 INFO O| Jul 15 23:08:54.407 INFO skip step because feature "omicron1" is not enabled
50422026-07-15T23:08:55.416Z[ recovery-image] Jul 15 23:08:54.407 INFO O| Jul 15 23:08:54.407 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50432026-07-15T23:08:55.594Z[ recovery-image] Jul 15 23:08:54.438 INFO O| Jul 15 23:08:54.438 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
50442026-07-15T23:09:00.458Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
50452026-07-15T23:09:02.041Z[ recovery-image] Jul 15 23:09:01.042 INFO O| Jul 15 23:09:01.042 INFO O| Startup: Refreshing catalog 'helios' ... Done
50462026-07-15T23:09:02.173Z[ recovery-image] Jul 15 23:09:01.174 INFO O| Jul 15 23:09:01.174 INFO O| Startup: Caching catalogs ... Done
50472026-07-15T23:09:02.403Z[ recovery-image] Jul 15 23:09:01.404 INFO O| Jul 15 23:09:01.404 INFO O| Planning: Solver setup ... Done
50482026-07-15T23:09:02.407Z[ recovery-image] Jul 15 23:09:01.409 INFO O| Jul 15 23:09:01.409 INFO O| Planning: Running solver ... Done
50492026-07-15T23:09:02.412Z[ recovery-image] Jul 15 23:09:01.414 INFO O| Jul 15 23:09:01.414 INFO O| Planning: Finding local manifests ... Done
50502026-07-15T23:09:02.426Z[ recovery-image] Jul 15 23:09:01.427 INFO O| Jul 15 23:09:01.427 INFO O| Planning: Fetching manifests: 0/1 0% complete
50512026-07-15T23:09:02.430Z[ recovery-image] Jul 15 23:09:01.431 INFO O| Jul 15 23:09:01.431 INFO O| Planning: Fetching manifests: 1/1 100% complete
50522026-07-15T23:09:02.446Z[ recovery-image] Jul 15 23:09:01.447 INFO O| Jul 15 23:09:01.447 INFO O| Planning: Package planning ... Done
50532026-07-15T23:09:02.449Z[ recovery-image] Jul 15 23:09:01.447 INFO O| Jul 15 23:09:01.447 INFO O| Planning: Merging actions ... Done
50542026-07-15T23:09:02.467Z[ recovery-image] Jul 15 23:09:01.468 INFO O| Jul 15 23:09:01.468 INFO O| Planning: Checking for conflicting actions ... Done
50552026-07-15T23:09:02.470Z[ recovery-image] Jul 15 23:09:01.468 INFO O| Jul 15 23:09:01.468 INFO O| Planning: Consolidating action changes ... Done
50562026-07-15T23:09:02.560Z[ recovery-image] Jul 15 23:09:01.561 INFO O| Jul 15 23:09:01.561 INFO O| Planning: Evaluating mediators ... Done
50572026-07-15T23:09:02.564Z[ recovery-image] Jul 15 23:09:01.561 INFO O| Jul 15 23:09:01.561 INFO O| Planning: Planning completed in 0.38 seconds
50582026-07-15T23:09:02.564Z[ recovery-image] Jul 15 23:09:01.562 INFO O| Jul 15 23:09:01.562 INFO O| Packages to install: 1
50592026-07-15T23:09:02.572Z[ recovery-image] Jul 15 23:09:01.573 INFO O| Jul 15 23:09:01.573 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50602026-07-15T23:09:02.684Z[ recovery-image] Jul 15 23:09:01.685 INFO O| Jul 15 23:09:01.685 INFO O| Download: Completed 13.06 MB in 0.11 seconds (116M/s)
50612026-07-15T23:09:02.702Z[ recovery-image] Jul 15 23:09:01.703 INFO O| Jul 15 23:09:01.703 INFO O| Actions: 1/22 actions (Installing new actions)
50622026-07-15T23:09:02.915Z[ recovery-image] Jul 15 23:09:01.916 INFO O| Jul 15 23:09:01.916 INFO O| Actions: Completed 22 actions in 0.21 seconds.
50632026-07-15T23:09:02.928Z[ recovery-image] Jul 15 23:09:01.929 INFO O| Jul 15 23:09:01.929 INFO O| Finalize: Updating package state database ... Done
50642026-07-15T23:09:02.928Z[ recovery-image] Jul 15 23:09:01.929 INFO O| Jul 15 23:09:01.929 INFO O| Finalize: Updating package cache ... Done
50652026-07-15T23:09:02.961Z[ recovery-image] Jul 15 23:09:01.962 INFO O| Jul 15 23:09:01.962 INFO O| Finalize: Updating image state ... Done
50662026-07-15T23:09:03.446Z[ recovery-image] Jul 15 23:09:02.447 INFO O| Jul 15 23:09:02.447 INFO O| Finalize: Creating fast lookup database ... Done
50672026-07-15T23:09:03.457Z[ recovery-image] Jul 15 23:09:02.459 INFO O| Jul 15 23:09:02.459 INFO O| Finalize: Reading search index ... Done
50682026-07-15T23:09:03.458Z[ recovery-image] Jul 15 23:09:02.459 INFO O| Jul 15 23:09:02.459 INFO O| Finalize: Updating search index ... Done
50692026-07-15T23:09:03.467Z[ recovery-image] Jul 15 23:09:02.469 INFO O| Jul 15 23:09:02.469 INFO O| Finalize: Updating package cache ... Done
50702026-07-15T23:09:03.585Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO STEP 14 (pkg_install) COMPLETE
50712026-07-15T23:09:03.585Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50722026-07-15T23:09:03.588Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO skip step because feature "mfg" is not enabled
50732026-07-15T23:09:03.590Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50742026-07-15T23:09:03.590Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO skip step because feature "compliance" is not enabled
50752026-07-15T23:09:03.590Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50762026-07-15T23:09:03.590Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO skip step because feature "stress" is not enabled
50772026-07-15T23:09:03.590Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50782026-07-15T23:09:03.590Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO skip step because feature "compliance" is not enabled
50792026-07-15T23:09:03.590Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50802026-07-15T23:09:03.590Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO skip step because feature "nfs" is not enabled
50812026-07-15T23:09:03.590Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50822026-07-15T23:09:03.590Z[ recovery-image] Jul 15 23:09:02.586 INFO O| Jul 15 23:09:02.586 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50832026-07-15T23:09:03.825Z[ recovery-image] Jul 15 23:09:02.826 INFO O| Jul 15 23:09:02.826 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50842026-07-15T23:09:03.968Z[ recovery-image] Jul 15 23:09:02.926 INFO O| Jul 15 23:09:02.926 INFO completed processing sled/ramdisk-01-os
50852026-07-15T23:09:03.975Z[ recovery-image] Jul 15 23:09:02.928 INFO image builder template: ramdisk-02-trim...
50862026-07-15T23:09:03.975Z[ recovery-image] Jul 15 23:09:02.929 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/.tmp3HlLLB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
50872026-07-15T23:09:03.975Z[ recovery-image] Jul 15 23:09:02.947 INFO O| Jul 15 23:09:02.947 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50882026-07-15T23:09:03.975Z[ recovery-image] Jul 15 23:09:02.950 INFO O| Jul 15 23:09:02.950 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50892026-07-15T23:09:04.021Z[ recovery-image] Jul 15 23:09:03.022 INFO O| Jul 15 23:09:03.022 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50902026-07-15T23:09:04.082Z[ recovery-image] Jul 15 23:09:03.083 INFO O| Jul 15 23:09:03.083 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50912026-07-15T23:09:04.082Z[ recovery-image] Jul 15 23:09:03.083 INFO O| Jul 15 23:09:03.083 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50922026-07-15T23:09:04.087Z[ recovery-image] Jul 15 23:09:03.087 INFO O| Jul 15 23:09:03.087 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50932026-07-15T23:09:04.090Z[ recovery-image] Jul 15 23:09:03.091 INFO O| Jul 15 23:09:03.091 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50942026-07-15T23:09:04.093Z[ recovery-image] Jul 15 23:09:03.095 INFO O| Jul 15 23:09:03.095 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50952026-07-15T23:09:04.416Z[ recovery-image] Jul 15 23:09:03.417 INFO O| Jul 15 23:09:03.417 INFO rolled back to input snapshot; work may begin
50962026-07-15T23:09:04.416Z[ recovery-image] Jul 15 23:09:03.417 INFO O| Jul 15 23:09:03.417 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50972026-07-15T23:09:04.420Z[ recovery-image] Jul 15 23:09:03.421 INFO O| Jul 15 23:09:03.421 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-07-15T23:09:04.428Z[ recovery-image] Jul 15 23:09:03.430 INFO O| Jul 15 23:09:03.430 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50992026-07-15T23:09:04.468Z[ recovery-image] Jul 15 23:09:03.469 INFO O| Jul 15 23:09:03.469 INFO STEP 0 (remove_files) COMPLETE
51002026-07-15T23:09:04.468Z[ recovery-image] Jul 15 23:09:03.469 INFO O| Jul 15 23:09:03.469 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-07-15T23:09:04.476Z[ recovery-image] Jul 15 23:09:03.478 INFO O| Jul 15 23:09:03.478 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
51022026-07-15T23:09:04.480Z[ recovery-image] Jul 15 23:09:03.479 INFO O| Jul 15 23:09:03.479 INFO STEP 1 (remove_files) COMPLETE
51032026-07-15T23:09:04.480Z[ recovery-image] Jul 15 23:09:03.479 INFO O| Jul 15 23:09:03.479 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-07-15T23:09:04.485Z[ recovery-image] Jul 15 23:09:03.487 INFO O| Jul 15 23:09:03.487 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
51052026-07-15T23:09:04.500Z[ recovery-image] Jul 15 23:09:03.502 INFO O| Jul 15 23:09:03.502 INFO STEP 2 (remove_files) COMPLETE
51062026-07-15T23:09:04.500Z[ recovery-image] Jul 15 23:09:03.502 INFO O| Jul 15 23:09:03.502 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-07-15T23:09:04.510Z[ recovery-image] Jul 15 23:09:03.511 INFO O| Jul 15 23:09:03.511 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
51082026-07-15T23:09:04.513Z[ recovery-image] Jul 15 23:09:03.513 INFO O| Jul 15 23:09:03.513 INFO STEP 3 (remove_files) COMPLETE
51092026-07-15T23:09:04.513Z[ recovery-image] Jul 15 23:09:03.513 INFO O| Jul 15 23:09:03.513 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-07-15T23:09:04.519Z[ recovery-image] Jul 15 23:09:03.521 INFO O| Jul 15 23:09:03.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
51112026-07-15T23:09:04.524Z[ recovery-image] Jul 15 23:09:03.525 INFO O| Jul 15 23:09:03.525 INFO STEP 4 (remove_files) COMPLETE
51122026-07-15T23:09:04.527Z[ recovery-image] Jul 15 23:09:03.525 INFO O| Jul 15 23:09:03.525 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-07-15T23:09:04.531Z[ recovery-image] Jul 15 23:09:03.533 INFO O| Jul 15 23:09:03.533 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
51142026-07-15T23:09:04.534Z[ recovery-image] Jul 15 23:09:03.533 INFO O| Jul 15 23:09:03.533 INFO STEP 5 (remove_files) COMPLETE
51152026-07-15T23:09:04.534Z[ recovery-image] Jul 15 23:09:03.533 INFO O| Jul 15 23:09:03.533 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-07-15T23:09:04.541Z[ recovery-image] Jul 15 23:09:03.542 INFO O| Jul 15 23:09:03.542 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
51172026-07-15T23:09:04.553Z[ recovery-image] Jul 15 23:09:03.554 INFO O| Jul 15 23:09:03.554 INFO STEP 6 (remove_files) COMPLETE
51182026-07-15T23:09:04.553Z[ recovery-image] Jul 15 23:09:03.554 INFO O| Jul 15 23:09:03.554 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-07-15T23:09:04.553Z[ recovery-image] Jul 15 23:09:03.554 INFO O| Jul 15 23:09:03.554 INFO skip step because feature "heliosv2" is not enabled
51202026-07-15T23:09:04.558Z[ recovery-image] Jul 15 23:09:03.554 INFO O| Jul 15 23:09:03.554 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-07-15T23:09:04.559Z[ recovery-image] Jul 15 23:09:03.554 INFO O| Jul 15 23:09:03.554 INFO skip step because feature "recovery" is enabled
51222026-07-15T23:09:04.559Z[ recovery-image] Jul 15 23:09:03.554 INFO O| Jul 15 23:09:03.554 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-07-15T23:09:04.559Z[ recovery-image] Jul 15 23:09:03.554 INFO O| Jul 15 23:09:03.554 INFO skip step because feature "recovery" is enabled
51242026-07-15T23:09:04.559Z[ recovery-image] Jul 15 23:09:03.554 INFO O| Jul 15 23:09:03.554 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-07-15T23:09:04.559Z[ recovery-image] Jul 15 23:09:03.554 INFO O| Jul 15 23:09:03.554 INFO skip step because feature "recovery" is enabled
51262026-07-15T23:09:04.559Z[ recovery-image] Jul 15 23:09:03.554 INFO O| Jul 15 23:09:03.554 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-07-15T23:09:04.562Z[ recovery-image] Jul 15 23:09:03.564 INFO O| Jul 15 23:09:03.564 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
51282026-07-15T23:09:04.566Z[ recovery-image] Jul 15 23:09:03.567 INFO O| Jul 15 23:09:03.567 INFO STEP 11 (remove_files) COMPLETE
51292026-07-15T23:09:04.568Z[ recovery-image] Jul 15 23:09:03.567 INFO O| Jul 15 23:09:03.567 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-07-15T23:09:04.574Z[ recovery-image] Jul 15 23:09:03.576 INFO O| Jul 15 23:09:03.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
51312026-07-15T23:09:04.578Z[ recovery-image] Jul 15 23:09:03.577 INFO O| Jul 15 23:09:03.577 INFO STEP 12 (remove_files) COMPLETE
51322026-07-15T23:09:04.578Z[ recovery-image] Jul 15 23:09:03.577 INFO O| Jul 15 23:09:03.577 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-07-15T23:09:04.584Z[ recovery-image] Jul 15 23:09:03.586 INFO O| Jul 15 23:09:03.586 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51342026-07-15T23:09:04.588Z[ recovery-image] Jul 15 23:09:03.587 INFO O| Jul 15 23:09:03.587 INFO STEP 13 (remove_files) COMPLETE
51352026-07-15T23:09:04.588Z[ recovery-image] Jul 15 23:09:03.587 INFO O| Jul 15 23:09:03.587 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-07-15T23:09:04.604Z[ recovery-image] Jul 15 23:09:03.605 INFO O| Jul 15 23:09:03.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51372026-07-15T23:09:04.607Z[ recovery-image] Jul 15 23:09:03.605 INFO O| Jul 15 23:09:03.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51382026-07-15T23:09:04.675Z[ recovery-image] Jul 15 23:09:03.676 INFO O| Jul 15 23:09:03.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51392026-07-15T23:09:04.678Z[ recovery-image] Jul 15 23:09:03.677 INFO O| Jul 15 23:09:03.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51402026-07-15T23:09:04.745Z[ recovery-image] Jul 15 23:09:03.746 INFO O| Jul 15 23:09:03.746 INFO STEP 14 (remove_files) COMPLETE
51412026-07-15T23:09:04.745Z[ recovery-image] Jul 15 23:09:03.746 INFO O| Jul 15 23:09:03.746 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-07-15T23:09:04.754Z[ recovery-image] Jul 15 23:09:03.756 INFO O| Jul 15 23:09:03.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51432026-07-15T23:09:04.758Z[ recovery-image] Jul 15 23:09:03.757 INFO O| Jul 15 23:09:03.757 INFO STEP 15 (remove_files) COMPLETE
51442026-07-15T23:09:04.758Z[ recovery-image] Jul 15 23:09:03.757 INFO O| Jul 15 23:09:03.757 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-07-15T23:09:04.765Z[ recovery-image] Jul 15 23:09:03.766 INFO O| Jul 15 23:09:03.766 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51462026-07-15T23:09:04.770Z[ recovery-image] Jul 15 23:09:03.772 INFO O| Jul 15 23:09:03.772 INFO STEP 16 (remove_files) COMPLETE
51472026-07-15T23:09:04.770Z[ recovery-image] Jul 15 23:09:03.772 INFO O| Jul 15 23:09:03.772 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-07-15T23:09:04.780Z[ recovery-image] Jul 15 23:09:03.781 INFO O| Jul 15 23:09:03.780 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51492026-07-15T23:09:04.783Z[ recovery-image] Jul 15 23:09:03.781 INFO O| Jul 15 23:09:03.781 INFO STEP 17 (remove_files) COMPLETE
51502026-07-15T23:09:04.783Z[ recovery-image] Jul 15 23:09:03.781 INFO O| Jul 15 23:09:03.781 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-07-15T23:09:04.787Z[ recovery-image] Jul 15 23:09:03.789 INFO O| Jul 15 23:09:03.789 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51522026-07-15T23:09:04.791Z[ recovery-image] Jul 15 23:09:03.790 INFO O| Jul 15 23:09:03.790 INFO STEP 18 (remove_files) COMPLETE
51532026-07-15T23:09:04.791Z[ recovery-image] Jul 15 23:09:03.790 INFO O| Jul 15 23:09:03.790 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-07-15T23:09:04.797Z[ recovery-image] Jul 15 23:09:03.798 INFO O| Jul 15 23:09:03.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51552026-07-15T23:09:04.801Z[ recovery-image] Jul 15 23:09:03.799 INFO O| Jul 15 23:09:03.799 INFO STEP 19 (remove_files) COMPLETE
51562026-07-15T23:09:04.801Z[ recovery-image] Jul 15 23:09:03.799 INFO O| Jul 15 23:09:03.799 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-07-15T23:09:04.808Z[ recovery-image] Jul 15 23:09:03.809 INFO O| Jul 15 23:09:03.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51582026-07-15T23:09:04.808Z[ recovery-image] Jul 15 23:09:03.809 INFO O| Jul 15 23:09:03.809 INFO STEP 20 (remove_files) COMPLETE
51592026-07-15T23:09:04.811Z[ recovery-image] Jul 15 23:09:03.809 INFO O| Jul 15 23:09:03.809 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-07-15T23:09:04.817Z[ recovery-image] Jul 15 23:09:03.819 INFO O| Jul 15 23:09:03.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51612026-07-15T23:09:04.817Z[ recovery-image] Jul 15 23:09:03.819 INFO O| Jul 15 23:09:03.819 INFO STEP 21 (remove_files) COMPLETE
51622026-07-15T23:09:04.821Z[ recovery-image] Jul 15 23:09:03.819 INFO O| Jul 15 23:09:03.819 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-07-15T23:09:04.827Z[ recovery-image] Jul 15 23:09:03.828 INFO O| Jul 15 23:09:03.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51642026-07-15T23:09:04.827Z[ recovery-image] Jul 15 23:09:03.828 INFO O| Jul 15 23:09:03.828 INFO STEP 22 (remove_files) COMPLETE
51652026-07-15T23:09:04.827Z[ recovery-image] Jul 15 23:09:03.828 INFO O| Jul 15 23:09:03.828 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-07-15T23:09:04.837Z[ recovery-image] Jul 15 23:09:03.838 INFO O| Jul 15 23:09:03.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51672026-07-15T23:09:04.837Z[ recovery-image] Jul 15 23:09:03.838 INFO O| Jul 15 23:09:03.838 INFO STEP 23 (remove_files) COMPLETE
51682026-07-15T23:09:04.837Z[ recovery-image] Jul 15 23:09:03.838 INFO O| Jul 15 23:09:03.838 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-07-15T23:09:04.847Z[ recovery-image] Jul 15 23:09:03.848 INFO O| Jul 15 23:09:03.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51702026-07-15T23:09:04.847Z[ recovery-image] Jul 15 23:09:03.848 INFO O| Jul 15 23:09:03.848 INFO STEP 24 (remove_files) COMPLETE
51712026-07-15T23:09:04.847Z[ recovery-image] Jul 15 23:09:03.848 INFO O| Jul 15 23:09:03.848 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-07-15T23:09:04.856Z[ recovery-image] Jul 15 23:09:03.857 INFO O| Jul 15 23:09:03.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51732026-07-15T23:09:04.860Z[ recovery-image] Jul 15 23:09:03.858 INFO O| Jul 15 23:09:03.858 INFO STEP 25 (remove_files) COMPLETE
51742026-07-15T23:09:04.860Z[ recovery-image] Jul 15 23:09:03.858 INFO O| Jul 15 23:09:03.858 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-07-15T23:09:04.864Z[ recovery-image] Jul 15 23:09:03.866 INFO O| Jul 15 23:09:03.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51762026-07-15T23:09:04.864Z[ recovery-image] Jul 15 23:09:03.866 INFO O| Jul 15 23:09:03.866 INFO STEP 26 (remove_files) COMPLETE
51772026-07-15T23:09:04.864Z[ recovery-image] Jul 15 23:09:03.866 INFO O| Jul 15 23:09:03.866 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-07-15T23:09:04.872Z[ recovery-image] Jul 15 23:09:03.874 INFO O| Jul 15 23:09:03.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51792026-07-15T23:09:04.875Z[ recovery-image] Jul 15 23:09:03.874 INFO O| Jul 15 23:09:03.874 INFO STEP 27 (remove_files) COMPLETE
51802026-07-15T23:09:04.875Z[ recovery-image] Jul 15 23:09:03.874 INFO O| Jul 15 23:09:03.874 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-07-15T23:09:04.882Z[ recovery-image] Jul 15 23:09:03.883 INFO O| Jul 15 23:09:03.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51822026-07-15T23:09:04.882Z[ recovery-image] Jul 15 23:09:03.883 INFO O| Jul 15 23:09:03.883 INFO STEP 28 (remove_files) COMPLETE
51832026-07-15T23:09:04.882Z[ recovery-image] Jul 15 23:09:03.883 INFO O| Jul 15 23:09:03.883 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-07-15T23:09:04.890Z[ recovery-image] Jul 15 23:09:03.891 INFO O| Jul 15 23:09:03.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51852026-07-15T23:09:04.891Z[ recovery-image] Jul 15 23:09:03.891 INFO O| Jul 15 23:09:03.891 INFO STEP 29 (remove_files) COMPLETE
51862026-07-15T23:09:04.894Z[ recovery-image] Jul 15 23:09:03.891 INFO O| Jul 15 23:09:03.891 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-07-15T23:09:04.898Z[ recovery-image] Jul 15 23:09:03.899 INFO O| Jul 15 23:09:03.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51882026-07-15T23:09:04.901Z[ recovery-image] Jul 15 23:09:03.899 INFO O| Jul 15 23:09:03.899 INFO STEP 30 (remove_files) COMPLETE
51892026-07-15T23:09:04.901Z[ recovery-image] Jul 15 23:09:03.899 INFO O| Jul 15 23:09:03.899 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-07-15T23:09:04.908Z[ recovery-image] Jul 15 23:09:03.909 INFO O| Jul 15 23:09:03.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51912026-07-15T23:09:04.911Z[ recovery-image] Jul 15 23:09:03.909 INFO O| Jul 15 23:09:03.909 INFO STEP 31 (remove_files) COMPLETE
51922026-07-15T23:09:04.911Z[ recovery-image] Jul 15 23:09:03.909 INFO O| Jul 15 23:09:03.909 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-07-15T23:09:04.916Z[ recovery-image] Jul 15 23:09:03.918 INFO O| Jul 15 23:09:03.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51942026-07-15T23:09:04.916Z[ recovery-image] Jul 15 23:09:03.918 INFO O| Jul 15 23:09:03.918 INFO STEP 32 (remove_files) COMPLETE
51952026-07-15T23:09:04.916Z[ recovery-image] Jul 15 23:09:03.918 INFO O| Jul 15 23:09:03.918 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-07-15T23:09:04.924Z[ recovery-image] Jul 15 23:09:03.926 INFO O| Jul 15 23:09:03.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51972026-07-15T23:09:04.924Z[ recovery-image] Jul 15 23:09:03.926 INFO O| Jul 15 23:09:03.926 INFO STEP 33 (remove_files) COMPLETE
51982026-07-15T23:09:04.924Z[ recovery-image] Jul 15 23:09:03.926 INFO O| Jul 15 23:09:03.926 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-07-15T23:09:04.932Z[ recovery-image] Jul 15 23:09:03.933 INFO O| Jul 15 23:09:03.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
52002026-07-15T23:09:04.932Z[ recovery-image] Jul 15 23:09:03.933 INFO O| Jul 15 23:09:03.933 INFO STEP 34 (remove_files) COMPLETE
52012026-07-15T23:09:04.932Z[ recovery-image] Jul 15 23:09:03.933 INFO O| Jul 15 23:09:03.933 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-07-15T23:09:04.942Z[ recovery-image] Jul 15 23:09:03.943 INFO O| Jul 15 23:09:03.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
52032026-07-15T23:09:04.942Z[ recovery-image] Jul 15 23:09:03.943 INFO O| Jul 15 23:09:03.943 INFO STEP 35 (remove_files) COMPLETE
52042026-07-15T23:09:04.942Z[ recovery-image] Jul 15 23:09:03.943 INFO O| Jul 15 23:09:03.943 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-07-15T23:09:04.951Z[ recovery-image] Jul 15 23:09:03.952 INFO O| Jul 15 23:09:03.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
52062026-07-15T23:09:04.953Z[ recovery-image] Jul 15 23:09:03.952 INFO O| Jul 15 23:09:03.952 INFO STEP 36 (remove_files) COMPLETE
52072026-07-15T23:09:04.956Z[ recovery-image] Jul 15 23:09:03.952 INFO O| Jul 15 23:09:03.952 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-07-15T23:09:04.959Z[ recovery-image] Jul 15 23:09:03.960 INFO O| Jul 15 23:09:03.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
52092026-07-15T23:09:04.959Z[ recovery-image] Jul 15 23:09:03.960 INFO O| Jul 15 23:09:03.960 INFO STEP 37 (remove_files) COMPLETE
52102026-07-15T23:09:04.959Z[ recovery-image] Jul 15 23:09:03.960 INFO O| Jul 15 23:09:03.960 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-07-15T23:09:04.968Z[ recovery-image] Jul 15 23:09:03.969 INFO O| Jul 15 23:09:03.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
52122026-07-15T23:09:04.968Z[ recovery-image] Jul 15 23:09:03.969 INFO O| Jul 15 23:09:03.969 INFO STEP 38 (remove_files) COMPLETE
52132026-07-15T23:09:04.968Z[ recovery-image] Jul 15 23:09:03.969 INFO O| Jul 15 23:09:03.969 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-07-15T23:09:04.977Z[ recovery-image] Jul 15 23:09:03.978 INFO O| Jul 15 23:09:03.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
52152026-07-15T23:09:04.977Z[ recovery-image] Jul 15 23:09:03.978 INFO O| Jul 15 23:09:03.978 INFO STEP 39 (remove_files) COMPLETE
52162026-07-15T23:09:04.981Z[ recovery-image] Jul 15 23:09:03.978 INFO O| Jul 15 23:09:03.978 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-07-15T23:09:04.985Z[ recovery-image] Jul 15 23:09:03.986 INFO O| Jul 15 23:09:03.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52182026-07-15T23:09:04.985Z[ recovery-image] Jul 15 23:09:03.986 INFO O| Jul 15 23:09:03.986 INFO STEP 40 (remove_files) COMPLETE
52192026-07-15T23:09:04.985Z[ recovery-image] Jul 15 23:09:03.986 INFO O| Jul 15 23:09:03.986 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52202026-07-15T23:09:04.992Z[ recovery-image] Jul 15 23:09:03.994 INFO O| Jul 15 23:09:03.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52212026-07-15T23:09:04.993Z[ recovery-image] Jul 15 23:09:03.994 INFO O| Jul 15 23:09:03.994 INFO STEP 41 (remove_files) COMPLETE
52222026-07-15T23:09:04.993Z[ recovery-image] Jul 15 23:09:03.994 INFO O| Jul 15 23:09:03.994 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-07-15T23:09:05.004Z[ recovery-image] Jul 15 23:09:04.004 INFO O| Jul 15 23:09:04.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52242026-07-15T23:09:05.004Z[ recovery-image] Jul 15 23:09:04.004 INFO O| Jul 15 23:09:04.004 INFO STEP 42 (remove_files) COMPLETE
52252026-07-15T23:09:05.008Z[ recovery-image] Jul 15 23:09:04.004 INFO O| Jul 15 23:09:04.004 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52262026-07-15T23:09:05.011Z[ recovery-image] Jul 15 23:09:04.012 INFO O| Jul 15 23:09:04.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52272026-07-15T23:09:05.011Z[ recovery-image] Jul 15 23:09:04.012 INFO O| Jul 15 23:09:04.012 INFO STEP 43 (remove_files) COMPLETE
52282026-07-15T23:09:05.011Z[ recovery-image] Jul 15 23:09:04.012 INFO O| Jul 15 23:09:04.012 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-07-15T23:09:05.020Z[ recovery-image] Jul 15 23:09:04.020 INFO O| Jul 15 23:09:04.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52302026-07-15T23:09:05.020Z[ recovery-image] Jul 15 23:09:04.020 INFO O| Jul 15 23:09:04.020 INFO STEP 44 (remove_files) COMPLETE
52312026-07-15T23:09:05.023Z[ recovery-image] Jul 15 23:09:04.020 INFO O| Jul 15 23:09:04.020 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52322026-07-15T23:09:05.026Z[ recovery-image] Jul 15 23:09:04.028 INFO O| Jul 15 23:09:04.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52332026-07-15T23:09:05.026Z[ recovery-image] Jul 15 23:09:04.028 INFO O| Jul 15 23:09:04.028 INFO STEP 45 (remove_files) COMPLETE
52342026-07-15T23:09:05.026Z[ recovery-image] Jul 15 23:09:04.028 INFO O| Jul 15 23:09:04.028 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-07-15T23:09:05.034Z[ recovery-image] Jul 15 23:09:04.036 INFO O| Jul 15 23:09:04.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52362026-07-15T23:09:05.034Z[ recovery-image] Jul 15 23:09:04.036 INFO O| Jul 15 23:09:04.036 INFO STEP 46 (remove_files) COMPLETE
52372026-07-15T23:09:05.038Z[ recovery-image] Jul 15 23:09:04.036 INFO O| Jul 15 23:09:04.036 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-07-15T23:09:05.044Z[ recovery-image] Jul 15 23:09:04.045 INFO O| Jul 15 23:09:04.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52392026-07-15T23:09:05.044Z[ recovery-image] Jul 15 23:09:04.045 INFO O| Jul 15 23:09:04.045 INFO STEP 47 (remove_files) COMPLETE
52402026-07-15T23:09:05.047Z[ recovery-image] Jul 15 23:09:04.045 INFO O| Jul 15 23:09:04.045 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52412026-07-15T23:09:05.052Z[ recovery-image] Jul 15 23:09:04.054 INFO O| Jul 15 23:09:04.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52422026-07-15T23:09:05.052Z[ recovery-image] Jul 15 23:09:04.054 INFO O| Jul 15 23:09:04.054 INFO STEP 48 (remove_files) COMPLETE
52432026-07-15T23:09:05.052Z[ recovery-image] Jul 15 23:09:04.054 INFO O| Jul 15 23:09:04.054 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-07-15T23:09:05.062Z[ recovery-image] Jul 15 23:09:04.063 INFO O| Jul 15 23:09:04.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52452026-07-15T23:09:05.062Z[ recovery-image] Jul 15 23:09:04.063 INFO O| Jul 15 23:09:04.063 INFO STEP 49 (remove_files) COMPLETE
52462026-07-15T23:09:05.062Z[ recovery-image] Jul 15 23:09:04.063 INFO O| Jul 15 23:09:04.063 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52472026-07-15T23:09:05.072Z[ recovery-image] Jul 15 23:09:04.073 INFO O| Jul 15 23:09:04.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52482026-07-15T23:09:05.072Z[ recovery-image] Jul 15 23:09:04.073 INFO O| Jul 15 23:09:04.073 INFO STEP 50 (remove_files) COMPLETE
52492026-07-15T23:09:05.076Z[ recovery-image] Jul 15 23:09:04.073 INFO O| Jul 15 23:09:04.073 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-07-15T23:09:05.081Z[ recovery-image] Jul 15 23:09:04.082 INFO O| Jul 15 23:09:04.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52512026-07-15T23:09:05.081Z[ recovery-image] Jul 15 23:09:04.082 INFO O| Jul 15 23:09:04.082 INFO STEP 51 (remove_files) COMPLETE
52522026-07-15T23:09:05.086Z[ recovery-image] Jul 15 23:09:04.082 INFO O| Jul 15 23:09:04.082 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52532026-07-15T23:09:05.092Z[ recovery-image] Jul 15 23:09:04.093 INFO O| Jul 15 23:09:04.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52542026-07-15T23:09:05.092Z[ recovery-image] Jul 15 23:09:04.093 INFO O| Jul 15 23:09:04.093 INFO STEP 52 (remove_files) COMPLETE
52552026-07-15T23:09:05.092Z[ recovery-image] Jul 15 23:09:04.093 INFO O| Jul 15 23:09:04.093 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52562026-07-15T23:09:05.102Z[ recovery-image] Jul 15 23:09:04.102 INFO O| Jul 15 23:09:04.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52572026-07-15T23:09:05.103Z[ recovery-image] Jul 15 23:09:04.102 INFO O| Jul 15 23:09:04.102 INFO STEP 53 (remove_files) COMPLETE
52582026-07-15T23:09:05.103Z[ recovery-image] Jul 15 23:09:04.102 INFO O| Jul 15 23:09:04.102 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52592026-07-15T23:09:05.112Z[ recovery-image] Jul 15 23:09:04.113 INFO O| Jul 15 23:09:04.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52602026-07-15T23:09:05.112Z[ recovery-image] Jul 15 23:09:04.113 INFO O| Jul 15 23:09:04.113 INFO STEP 54 (remove_files) COMPLETE
52612026-07-15T23:09:05.112Z[ recovery-image] Jul 15 23:09:04.113 INFO O| Jul 15 23:09:04.113 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52622026-07-15T23:09:05.121Z[ recovery-image] Jul 15 23:09:04.122 INFO O| Jul 15 23:09:04.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52632026-07-15T23:09:05.121Z[ recovery-image] Jul 15 23:09:04.122 INFO O| Jul 15 23:09:04.122 INFO STEP 55 (remove_files) COMPLETE
52642026-07-15T23:09:05.124Z[ recovery-image] Jul 15 23:09:04.122 INFO O| Jul 15 23:09:04.122 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52652026-07-15T23:09:05.132Z[ recovery-image] Jul 15 23:09:04.133 INFO O| Jul 15 23:09:04.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52662026-07-15T23:09:05.136Z[ recovery-image] Jul 15 23:09:04.133 INFO O| Jul 15 23:09:04.133 INFO STEP 56 (remove_files) COMPLETE
52672026-07-15T23:09:05.136Z[ recovery-image] Jul 15 23:09:04.133 INFO O| Jul 15 23:09:04.133 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52682026-07-15T23:09:05.141Z[ recovery-image] Jul 15 23:09:04.142 INFO O| Jul 15 23:09:04.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52692026-07-15T23:09:05.141Z[ recovery-image] Jul 15 23:09:04.142 INFO O| Jul 15 23:09:04.142 INFO STEP 57 (remove_files) COMPLETE
52702026-07-15T23:09:05.144Z[ recovery-image] Jul 15 23:09:04.142 INFO O| Jul 15 23:09:04.142 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52712026-07-15T23:09:05.150Z[ recovery-image] Jul 15 23:09:04.150 INFO O| Jul 15 23:09:04.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52722026-07-15T23:09:05.153Z[ recovery-image] Jul 15 23:09:04.151 INFO O| Jul 15 23:09:04.151 INFO STEP 58 (remove_files) COMPLETE
52732026-07-15T23:09:05.153Z[ recovery-image] Jul 15 23:09:04.151 INFO O| Jul 15 23:09:04.151 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52742026-07-15T23:09:05.158Z[ recovery-image] Jul 15 23:09:04.160 INFO O| Jul 15 23:09:04.160 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52752026-07-15T23:09:05.162Z[ recovery-image] Jul 15 23:09:04.160 INFO O| Jul 15 23:09:04.160 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52762026-07-15T23:09:05.162Z[ recovery-image] Jul 15 23:09:04.160 INFO O| Jul 15 23:09:04.160 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52772026-07-15T23:09:05.162Z[ recovery-image] Jul 15 23:09:04.160 INFO O| Jul 15 23:09:04.160 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52782026-07-15T23:09:05.162Z[ recovery-image] Jul 15 23:09:04.160 INFO O| Jul 15 23:09:04.160 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52792026-07-15T23:09:05.162Z[ recovery-image] Jul 15 23:09:04.160 INFO O| Jul 15 23:09:04.160 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52802026-07-15T23:09:05.162Z[ recovery-image] Jul 15 23:09:04.160 INFO O| Jul 15 23:09:04.160 INFO ok!
52812026-07-15T23:09:05.162Z[ recovery-image] Jul 15 23:09:04.160 INFO O| Jul 15 23:09:04.160 INFO STEP 59 (ensure_file) COMPLETE
52822026-07-15T23:09:05.162Z[ recovery-image] Jul 15 23:09:04.160 INFO O| Jul 15 23:09:04.160 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52832026-07-15T23:09:05.169Z[ recovery-image] Jul 15 23:09:04.170 INFO O| Jul 15 23:09:04.170 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52842026-07-15T23:09:05.169Z[ recovery-image] Jul 15 23:09:04.170 INFO O| Jul 15 23:09:04.170 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52852026-07-15T23:09:05.172Z[ recovery-image] Jul 15 23:09:04.170 INFO O| Jul 15 23:09:04.170 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52862026-07-15T23:09:05.172Z[ recovery-image] Jul 15 23:09:04.170 INFO O| Jul 15 23:09:04.170 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52872026-07-15T23:09:05.172Z[ recovery-image] Jul 15 23:09:04.170 INFO O| Jul 15 23:09:04.170 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52882026-07-15T23:09:05.172Z[ recovery-image] Jul 15 23:09:04.170 INFO O| Jul 15 23:09:04.170 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52892026-07-15T23:09:05.172Z[ recovery-image] Jul 15 23:09:04.170 INFO O| Jul 15 23:09:04.170 INFO ok!
52902026-07-15T23:09:05.172Z[ recovery-image] Jul 15 23:09:04.170 INFO O| Jul 15 23:09:04.170 INFO STEP 60 (ensure_file) COMPLETE
52912026-07-15T23:09:05.172Z[ recovery-image] Jul 15 23:09:04.170 INFO O| Jul 15 23:09:04.170 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52922026-07-15T23:09:05.179Z[ recovery-image] Jul 15 23:09:04.179 INFO O| Jul 15 23:09:04.179 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52932026-07-15T23:09:05.179Z[ recovery-image] Jul 15 23:09:04.179 INFO O| Jul 15 23:09:04.179 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52942026-07-15T23:09:05.179Z[ recovery-image] Jul 15 23:09:04.179 INFO O| Jul 15 23:09:04.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52952026-07-15T23:09:05.183Z[ recovery-image] Jul 15 23:09:04.179 INFO O| Jul 15 23:09:04.179 INFO ok!
52962026-07-15T23:09:05.183Z[ recovery-image] Jul 15 23:09:04.179 INFO O| Jul 15 23:09:04.179 INFO STEP 61 (ensure_file) COMPLETE
52972026-07-15T23:09:05.183Z[ recovery-image] Jul 15 23:09:04.179 INFO O| Jul 15 23:09:04.179 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52982026-07-15T23:09:05.187Z[ recovery-image] Jul 15 23:09:04.188 INFO O| Jul 15 23:09:04.188 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52992026-07-15T23:09:05.187Z[ recovery-image] Jul 15 23:09:04.188 INFO O| Jul 15 23:09:04.188 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
53002026-07-15T23:09:05.192Z[ recovery-image] Jul 15 23:09:04.188 INFO O| Jul 15 23:09:04.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
53012026-07-15T23:09:05.192Z[ recovery-image] Jul 15 23:09:04.188 INFO O| Jul 15 23:09:04.188 INFO ok!
53022026-07-15T23:09:05.192Z[ recovery-image] Jul 15 23:09:04.188 INFO O| Jul 15 23:09:04.188 INFO STEP 62 (ensure_file) COMPLETE
53032026-07-15T23:09:05.192Z[ recovery-image] Jul 15 23:09:04.188 INFO O| Jul 15 23:09:04.188 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53042026-07-15T23:09:05.196Z[ recovery-image] Jul 15 23:09:04.196 INFO O| Jul 15 23:09:04.196 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
53052026-07-15T23:09:05.197Z[ recovery-image] Jul 15 23:09:04.196 INFO O| Jul 15 23:09:04.196 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
53062026-07-15T23:09:05.197Z[ recovery-image] Jul 15 23:09:04.196 INFO O| Jul 15 23:09:04.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53072026-07-15T23:09:05.197Z[ recovery-image] Jul 15 23:09:04.196 INFO O| Jul 15 23:09:04.196 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53082026-07-15T23:09:05.197Z[ recovery-image] Jul 15 23:09:04.196 INFO O| Jul 15 23:09:04.196 INFO ok!
53092026-07-15T23:09:05.197Z[ recovery-image] Jul 15 23:09:04.196 INFO O| Jul 15 23:09:04.196 INFO STEP 63 (ensure_file) COMPLETE
53102026-07-15T23:09:05.197Z[ recovery-image] Jul 15 23:09:04.196 INFO O| Jul 15 23:09:04.196 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53112026-07-15T23:09:05.204Z[ recovery-image] Jul 15 23:09:04.206 INFO O| Jul 15 23:09:04.206 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
53122026-07-15T23:09:05.207Z[ recovery-image] Jul 15 23:09:04.206 INFO O| Jul 15 23:09:04.206 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
53132026-07-15T23:09:05.207Z[ recovery-image] Jul 15 23:09:04.206 INFO O| Jul 15 23:09:04.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53142026-07-15T23:09:05.208Z[ recovery-image] Jul 15 23:09:04.206 INFO O| Jul 15 23:09:04.206 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53152026-07-15T23:09:05.208Z[ recovery-image] Jul 15 23:09:04.206 INFO O| Jul 15 23:09:04.206 INFO ok!
53162026-07-15T23:09:05.208Z[ recovery-image] Jul 15 23:09:04.206 INFO O| Jul 15 23:09:04.206 INFO STEP 64 (ensure_file) COMPLETE
53172026-07-15T23:09:05.208Z[ recovery-image] Jul 15 23:09:04.206 INFO O| Jul 15 23:09:04.206 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53182026-07-15T23:09:05.213Z[ recovery-image] Jul 15 23:09:04.214 INFO O| Jul 15 23:09:04.214 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53192026-07-15T23:09:05.213Z[ recovery-image] Jul 15 23:09:04.215 INFO O| Jul 15 23:09:04.214 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53202026-07-15T23:09:05.216Z[ recovery-image] Jul 15 23:09:04.215 INFO O| Jul 15 23:09:04.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53212026-07-15T23:09:05.216Z[ recovery-image] Jul 15 23:09:04.215 INFO O| Jul 15 23:09:04.215 INFO ok!
53222026-07-15T23:09:05.216Z[ recovery-image] Jul 15 23:09:04.215 INFO O| Jul 15 23:09:04.215 INFO STEP 65 (assemble_files) COMPLETE
53232026-07-15T23:09:05.216Z[ recovery-image] Jul 15 23:09:04.215 INFO O| Jul 15 23:09:04.215 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53242026-07-15T23:09:05.221Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53252026-07-15T23:09:05.221Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53262026-07-15T23:09:05.224Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53272026-07-15T23:09:05.224Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53282026-07-15T23:09:05.225Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO ok!
53292026-07-15T23:09:05.225Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO STEP 66 (ensure_file) COMPLETE
53302026-07-15T23:09:05.225Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53312026-07-15T23:09:05.225Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO skip step because feature "omicron1" is not enabled
53322026-07-15T23:09:05.225Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53332026-07-15T23:09:05.225Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO skip step because feature "omicron1" is not enabled
53342026-07-15T23:09:05.225Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53352026-07-15T23:09:05.225Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO skip step because feature "omicron1" is not enabled
53362026-07-15T23:09:05.225Z[ recovery-image] Jul 15 23:09:04.223 INFO O| Jul 15 23:09:04.223 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53372026-07-15T23:09:05.235Z[ recovery-image] Jul 15 23:09:04.236 INFO O| Jul 15 23:09:04.236 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53382026-07-15T23:09:05.235Z[ recovery-image] Jul 15 23:09:04.236 INFO O| Jul 15 23:09:04.236 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53392026-07-15T23:09:06.373Z[ recovery-image] Jul 15 23:09:05.359 INFO O| Jul 15 23:09:05.359 INFO STEP 70 (pack_tar) COMPLETE
53402026-07-15T23:09:06.374Z[ recovery-image] Jul 15 23:09:05.359 INFO O| Jul 15 23:09:05.359 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53412026-07-15T23:09:06.379Z[ recovery-image] Jul 15 23:09:05.359 INFO O| Jul 15 23:09:05.359 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53422026-07-15T23:09:07.292Z[ recovery-image] Jul 15 23:09:06.294 INFO O| Jul 15 23:09:06.294 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53432026-07-15T23:09:07.363Z[ recovery-image] Jul 15 23:09:06.364 INFO O| Jul 15 23:09:06.364 INFO completed processing sled/ramdisk-02-trim
53442026-07-15T23:09:07.367Z[ recovery-image] Jul 15 23:09:06.366 INFO image builder template: ramdisk-03-recovery-trim...
53452026-07-15T23:09:07.367Z[ recovery-image] Jul 15 23:09:06.366 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/.tmp3HlLLB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
53462026-07-15T23:09:07.370Z[ recovery-image] Jul 15 23:09:06.371 INFO O| Jul 15 23:09:06.371 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53472026-07-15T23:09:07.443Z[ recovery-image] Jul 15 23:09:06.445 INFO O| Jul 15 23:09:06.445 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53482026-07-15T23:09:07.447Z[ recovery-image] Jul 15 23:09:06.448 INFO O| Jul 15 23:09:06.448 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53492026-07-15T23:09:07.506Z[ recovery-image] Jul 15 23:09:06.506 INFO O| Jul 15 23:09:06.506 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53502026-07-15T23:09:07.582Z[ recovery-image] Jul 15 23:09:06.581 INFO O| Jul 15 23:09:06.581 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53512026-07-15T23:09:07.583Z[ recovery-image] Jul 15 23:09:06.581 INFO O| Jul 15 23:09:06.581 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53522026-07-15T23:09:07.588Z[ recovery-image] Jul 15 23:09:06.589 INFO O| Jul 15 23:09:06.589 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53532026-07-15T23:09:07.593Z[ recovery-image] Jul 15 23:09:06.594 INFO O| Jul 15 23:09:06.594 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53542026-07-15T23:09:07.598Z[ recovery-image] Jul 15 23:09:06.600 INFO O| Jul 15 23:09:06.600 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53552026-07-15T23:09:08.332Z[ recovery-image] Jul 15 23:09:07.330 INFO O| Jul 15 23:09:07.330 INFO rolled back to input snapshot; work may begin
53562026-07-15T23:09:08.333Z[ recovery-image] Jul 15 23:09:07.330 INFO O| Jul 15 23:09:07.330 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53572026-07-15T23:09:08.337Z[ recovery-image] Jul 15 23:09:07.335 INFO O| Jul 15 23:09:07.335 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-07-15T23:09:08.343Z[ recovery-image] Jul 15 23:09:07.344 INFO O| Jul 15 23:09:07.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53592026-07-15T23:09:08.348Z[ recovery-image] Jul 15 23:09:07.349 INFO O| Jul 15 23:09:07.349 INFO STEP 0 (remove_files) COMPLETE
53602026-07-15T23:09:08.348Z[ recovery-image] Jul 15 23:09:07.350 INFO O| Jul 15 23:09:07.349 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-07-15T23:09:08.361Z[ recovery-image] Jul 15 23:09:07.359 INFO O| Jul 15 23:09:07.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53622026-07-15T23:09:08.361Z[ recovery-image] Jul 15 23:09:07.359 INFO O| Jul 15 23:09:07.359 INFO STEP 1 (remove_files) COMPLETE
53632026-07-15T23:09:08.361Z[ recovery-image] Jul 15 23:09:07.359 INFO O| Jul 15 23:09:07.359 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-07-15T23:09:08.367Z[ recovery-image] Jul 15 23:09:07.369 INFO O| Jul 15 23:09:07.368 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53652026-07-15T23:09:08.385Z[ recovery-image] Jul 15 23:09:07.386 INFO O| Jul 15 23:09:07.386 INFO STEP 2 (remove_files) COMPLETE
53662026-07-15T23:09:08.385Z[ recovery-image] Jul 15 23:09:07.386 INFO O| Jul 15 23:09:07.386 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-07-15T23:09:08.395Z[ recovery-image] Jul 15 23:09:07.397 INFO O| Jul 15 23:09:07.397 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53682026-07-15T23:09:08.446Z[ recovery-image] Jul 15 23:09:07.447 INFO O| Jul 15 23:09:07.447 INFO STEP 3 (remove_files) COMPLETE
53692026-07-15T23:09:08.446Z[ recovery-image] Jul 15 23:09:07.447 INFO O| Jul 15 23:09:07.447 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-07-15T23:09:08.457Z[ recovery-image] Jul 15 23:09:07.458 INFO O| Jul 15 23:09:07.458 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53712026-07-15T23:09:08.460Z[ recovery-image] Jul 15 23:09:07.461 INFO O| Jul 15 23:09:07.461 INFO STEP 4 (remove_files) COMPLETE
53722026-07-15T23:09:08.460Z[ recovery-image] Jul 15 23:09:07.461 INFO O| Jul 15 23:09:07.461 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-07-15T23:09:08.470Z[ recovery-image] Jul 15 23:09:07.470 INFO O| Jul 15 23:09:07.470 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53742026-07-15T23:09:08.506Z[ recovery-image] Jul 15 23:09:07.507 INFO O| Jul 15 23:09:07.507 INFO STEP 5 (remove_files) COMPLETE
53752026-07-15T23:09:08.506Z[ recovery-image] Jul 15 23:09:07.507 INFO O| Jul 15 23:09:07.507 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-07-15T23:09:08.515Z[ recovery-image] Jul 15 23:09:07.516 INFO O| Jul 15 23:09:07.516 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53772026-07-15T23:09:08.526Z[ recovery-image] Jul 15 23:09:07.526 INFO O| Jul 15 23:09:07.526 INFO STEP 6 (remove_files) COMPLETE
53782026-07-15T23:09:08.526Z[ recovery-image] Jul 15 23:09:07.526 INFO O| Jul 15 23:09:07.526 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-07-15T23:09:08.534Z[ recovery-image] Jul 15 23:09:07.535 INFO O| Jul 15 23:09:07.535 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53802026-07-15T23:09:08.537Z[ recovery-image] Jul 15 23:09:07.537 INFO O| Jul 15 23:09:07.537 INFO STEP 7 (remove_files) COMPLETE
53812026-07-15T23:09:08.537Z[ recovery-image] Jul 15 23:09:07.537 INFO O| Jul 15 23:09:07.537 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-07-15T23:09:08.548Z[ recovery-image] Jul 15 23:09:07.549 INFO O| Jul 15 23:09:07.549 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53832026-07-15T23:09:08.551Z[ recovery-image] Jul 15 23:09:07.551 INFO O| Jul 15 23:09:07.551 INFO STEP 8 (remove_files) COMPLETE
53842026-07-15T23:09:08.551Z[ recovery-image] Jul 15 23:09:07.551 INFO O| Jul 15 23:09:07.551 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-07-15T23:09:08.560Z[ recovery-image] Jul 15 23:09:07.560 INFO O| Jul 15 23:09:07.560 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53862026-07-15T23:09:08.566Z[ recovery-image] Jul 15 23:09:07.566 INFO O| Jul 15 23:09:07.566 INFO STEP 9 (remove_files) COMPLETE
53872026-07-15T23:09:08.566Z[ recovery-image] Jul 15 23:09:07.566 INFO O| Jul 15 23:09:07.566 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-07-15T23:09:08.580Z[ recovery-image] Jul 15 23:09:07.576 INFO O| Jul 15 23:09:07.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53892026-07-15T23:09:08.581Z[ recovery-image] Jul 15 23:09:07.577 INFO O| Jul 15 23:09:07.577 INFO STEP 10 (remove_files) COMPLETE
53902026-07-15T23:09:08.588Z[ recovery-image] Jul 15 23:09:07.577 INFO O| Jul 15 23:09:07.577 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-07-15T23:09:08.588Z[ recovery-image] Jul 15 23:09:07.586 INFO O| Jul 15 23:09:07.586 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53922026-07-15T23:09:08.592Z[ recovery-image] Jul 15 23:09:07.587 INFO O| Jul 15 23:09:07.587 INFO STEP 11 (remove_files) COMPLETE
53932026-07-15T23:09:08.592Z[ recovery-image] Jul 15 23:09:07.587 INFO O| Jul 15 23:09:07.587 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-07-15T23:09:08.596Z[ recovery-image] Jul 15 23:09:07.598 INFO O| Jul 15 23:09:07.598 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53952026-07-15T23:09:08.759Z[ recovery-image] Jul 15 23:09:07.760 INFO O| Jul 15 23:09:07.760 INFO STEP 12 (remove_files) COMPLETE
53962026-07-15T23:09:08.759Z[ recovery-image] Jul 15 23:09:07.760 INFO O| Jul 15 23:09:07.760 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-07-15T23:09:08.778Z[ recovery-image] Jul 15 23:09:07.779 INFO O| Jul 15 23:09:07.779 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53982026-07-15T23:09:08.781Z[ recovery-image] Jul 15 23:09:07.782 INFO O| Jul 15 23:09:07.782 INFO STEP 13 (remove_files) COMPLETE
53992026-07-15T23:09:08.781Z[ recovery-image] Jul 15 23:09:07.783 INFO O| Jul 15 23:09:07.782 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-07-15T23:09:08.795Z[ recovery-image] Jul 15 23:09:07.796 INFO O| Jul 15 23:09:07.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
54012026-07-15T23:09:08.800Z[ recovery-image] Jul 15 23:09:07.800 INFO O| Jul 15 23:09:07.800 INFO STEP 14 (remove_files) COMPLETE
54022026-07-15T23:09:08.800Z[ recovery-image] Jul 15 23:09:07.800 INFO O| Jul 15 23:09:07.800 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-07-15T23:09:08.812Z[ recovery-image] Jul 15 23:09:07.811 INFO O| Jul 15 23:09:07.811 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
54042026-07-15T23:09:08.816Z[ recovery-image] Jul 15 23:09:07.812 INFO O| Jul 15 23:09:07.812 INFO STEP 15 (remove_files) COMPLETE
54052026-07-15T23:09:08.816Z[ recovery-image] Jul 15 23:09:07.812 INFO O| Jul 15 23:09:07.812 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-07-15T23:09:08.824Z[ recovery-image] Jul 15 23:09:07.825 INFO O| Jul 15 23:09:07.825 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
54072026-07-15T23:09:08.828Z[ recovery-image] Jul 15 23:09:07.829 INFO O| Jul 15 23:09:07.829 INFO STEP 16 (remove_files) COMPLETE
54082026-07-15T23:09:08.828Z[ recovery-image] Jul 15 23:09:07.829 INFO O| Jul 15 23:09:07.829 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-07-15T23:09:08.842Z[ recovery-image] Jul 15 23:09:07.842 INFO O| Jul 15 23:09:07.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54102026-07-15T23:09:08.856Z[ recovery-image] Jul 15 23:09:07.857 INFO O| Jul 15 23:09:07.857 INFO STEP 17 (remove_files) COMPLETE
54112026-07-15T23:09:08.856Z[ recovery-image] Jul 15 23:09:07.857 INFO O| Jul 15 23:09:07.857 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-07-15T23:09:08.875Z[ recovery-image] Jul 15 23:09:07.876 INFO O| Jul 15 23:09:07.875 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54132026-07-15T23:09:08.875Z[ recovery-image] Jul 15 23:09:07.876 INFO O| Jul 15 23:09:07.876 INFO STEP 18 (remove_files) COMPLETE
54142026-07-15T23:09:08.875Z[ recovery-image] Jul 15 23:09:07.876 INFO O| Jul 15 23:09:07.876 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-07-15T23:09:08.895Z[ recovery-image] Jul 15 23:09:07.892 INFO O| Jul 15 23:09:07.892 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54162026-07-15T23:09:08.895Z[ recovery-image] Jul 15 23:09:07.892 INFO O| Jul 15 23:09:07.892 INFO STEP 19 (remove_files) COMPLETE
54172026-07-15T23:09:08.895Z[ recovery-image] Jul 15 23:09:07.892 INFO O| Jul 15 23:09:07.892 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-07-15T23:09:08.902Z[ recovery-image] Jul 15 23:09:07.904 INFO O| Jul 15 23:09:07.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54192026-07-15T23:09:08.969Z[ recovery-image] Jul 15 23:09:07.966 INFO O| Jul 15 23:09:07.966 INFO STEP 20 (remove_files) COMPLETE
54202026-07-15T23:09:08.970Z[ recovery-image] Jul 15 23:09:07.966 INFO O| Jul 15 23:09:07.966 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-07-15T23:09:08.977Z[ recovery-image] Jul 15 23:09:07.978 INFO O| Jul 15 23:09:07.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54222026-07-15T23:09:08.981Z[ recovery-image] Jul 15 23:09:07.979 INFO O| Jul 15 23:09:07.979 INFO STEP 21 (remove_files) COMPLETE
54232026-07-15T23:09:08.981Z[ recovery-image] Jul 15 23:09:07.979 INFO O| Jul 15 23:09:07.979 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-07-15T23:09:08.987Z[ recovery-image] Jul 15 23:09:07.988 INFO O| Jul 15 23:09:07.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54252026-07-15T23:09:08.994Z[ recovery-image] Jul 15 23:09:07.996 INFO O| Jul 15 23:09:07.996 INFO STEP 22 (remove_files) COMPLETE
54262026-07-15T23:09:08.994Z[ recovery-image] Jul 15 23:09:07.996 INFO O| Jul 15 23:09:07.996 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-07-15T23:09:09.015Z[ recovery-image] Jul 15 23:09:08.016 INFO O| Jul 15 23:09:08.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54282026-07-15T23:09:09.015Z[ recovery-image] Jul 15 23:09:08.016 INFO O| Jul 15 23:09:08.015 INFO STEP 23 (remove_files) COMPLETE
54292026-07-15T23:09:09.018Z[ recovery-image] Jul 15 23:09:08.016 INFO O| Jul 15 23:09:08.015 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-07-15T23:09:09.028Z[ recovery-image] Jul 15 23:09:08.029 INFO O| Jul 15 23:09:08.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54312026-07-15T23:09:09.028Z[ recovery-image] Jul 15 23:09:08.029 INFO O| Jul 15 23:09:08.029 INFO STEP 24 (remove_files) COMPLETE
54322026-07-15T23:09:09.031Z[ recovery-image] Jul 15 23:09:08.029 INFO O| Jul 15 23:09:08.029 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-07-15T23:09:09.039Z[ recovery-image] Jul 15 23:09:08.041 INFO O| Jul 15 23:09:08.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54342026-07-15T23:09:09.043Z[ recovery-image] Jul 15 23:09:08.044 INFO O| Jul 15 23:09:08.044 INFO STEP 25 (remove_files) COMPLETE
54352026-07-15T23:09:09.043Z[ recovery-image] Jul 15 23:09:08.044 INFO O| Jul 15 23:09:08.044 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-07-15T23:09:09.054Z[ recovery-image] Jul 15 23:09:08.055 INFO O| Jul 15 23:09:08.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54372026-07-15T23:09:09.054Z[ recovery-image] Jul 15 23:09:08.055 INFO O| Jul 15 23:09:08.055 INFO STEP 26 (remove_files) COMPLETE
54382026-07-15T23:09:09.054Z[ recovery-image] Jul 15 23:09:08.055 INFO O| Jul 15 23:09:08.055 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-07-15T23:09:09.067Z[ recovery-image] Jul 15 23:09:08.066 INFO O| Jul 15 23:09:08.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54402026-07-15T23:09:09.072Z[ recovery-image] Jul 15 23:09:08.067 INFO O| Jul 15 23:09:08.067 INFO STEP 27 (remove_files) COMPLETE
54412026-07-15T23:09:09.072Z[ recovery-image] Jul 15 23:09:08.067 INFO O| Jul 15 23:09:08.067 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-07-15T23:09:09.078Z[ recovery-image] Jul 15 23:09:08.079 INFO O| Jul 15 23:09:08.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54432026-07-15T23:09:09.079Z[ recovery-image] Jul 15 23:09:08.079 INFO O| Jul 15 23:09:08.078 INFO STEP 28 (remove_files) COMPLETE
54442026-07-15T23:09:09.079Z[ recovery-image] Jul 15 23:09:08.079 INFO O| Jul 15 23:09:08.078 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-07-15T23:09:09.090Z[ recovery-image] Jul 15 23:09:08.091 INFO O| Jul 15 23:09:08.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54462026-07-15T23:09:09.090Z[ recovery-image] Jul 15 23:09:08.091 INFO O| Jul 15 23:09:08.091 INFO STEP 29 (remove_files) COMPLETE
54472026-07-15T23:09:09.090Z[ recovery-image] Jul 15 23:09:08.091 INFO O| Jul 15 23:09:08.091 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-07-15T23:09:09.100Z[ recovery-image] Jul 15 23:09:08.101 INFO O| Jul 15 23:09:08.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54492026-07-15T23:09:09.104Z[ recovery-image] Jul 15 23:09:08.102 INFO O| Jul 15 23:09:08.102 INFO STEP 30 (remove_files) COMPLETE
54502026-07-15T23:09:09.104Z[ recovery-image] Jul 15 23:09:08.102 INFO O| Jul 15 23:09:08.102 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-07-15T23:09:09.114Z[ recovery-image] Jul 15 23:09:08.113 INFO O| Jul 15 23:09:08.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54522026-07-15T23:09:09.114Z[ recovery-image] Jul 15 23:09:08.113 INFO O| Jul 15 23:09:08.113 INFO STEP 31 (remove_files) COMPLETE
54532026-07-15T23:09:09.114Z[ recovery-image] Jul 15 23:09:08.113 INFO O| Jul 15 23:09:08.113 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-07-15T23:09:09.122Z[ recovery-image] Jul 15 23:09:08.123 INFO O| Jul 15 23:09:08.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54552026-07-15T23:09:09.125Z[ recovery-image] Jul 15 23:09:08.123 INFO O| Jul 15 23:09:08.123 INFO STEP 32 (remove_files) COMPLETE
54562026-07-15T23:09:09.125Z[ recovery-image] Jul 15 23:09:08.124 INFO O| Jul 15 23:09:08.123 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-07-15T23:09:09.133Z[ recovery-image] Jul 15 23:09:08.134 INFO O| Jul 15 23:09:08.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54582026-07-15T23:09:09.133Z[ recovery-image] Jul 15 23:09:08.134 INFO O| Jul 15 23:09:08.134 INFO STEP 33 (remove_files) COMPLETE
54592026-07-15T23:09:09.136Z[ recovery-image] Jul 15 23:09:08.134 INFO O| Jul 15 23:09:08.134 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-07-15T23:09:09.144Z[ recovery-image] Jul 15 23:09:08.145 INFO O| Jul 15 23:09:08.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54612026-07-15T23:09:09.148Z[ recovery-image] Jul 15 23:09:08.145 INFO O| Jul 15 23:09:08.145 INFO STEP 34 (remove_files) COMPLETE
54622026-07-15T23:09:09.148Z[ recovery-image] Jul 15 23:09:08.145 INFO O| Jul 15 23:09:08.145 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-07-15T23:09:09.155Z[ recovery-image] Jul 15 23:09:08.156 INFO O| Jul 15 23:09:08.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54642026-07-15T23:09:09.155Z[ recovery-image] Jul 15 23:09:08.156 INFO O| Jul 15 23:09:08.156 INFO STEP 35 (remove_files) COMPLETE
54652026-07-15T23:09:09.159Z[ recovery-image] Jul 15 23:09:08.156 INFO O| Jul 15 23:09:08.156 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-07-15T23:09:09.165Z[ recovery-image] Jul 15 23:09:08.167 INFO O| Jul 15 23:09:08.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54672026-07-15T23:09:09.166Z[ recovery-image] Jul 15 23:09:08.167 INFO O| Jul 15 23:09:08.167 INFO STEP 36 (remove_files) COMPLETE
54682026-07-15T23:09:09.169Z[ recovery-image] Jul 15 23:09:08.167 INFO O| Jul 15 23:09:08.167 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-07-15T23:09:09.177Z[ recovery-image] Jul 15 23:09:08.178 INFO O| Jul 15 23:09:08.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54702026-07-15T23:09:09.177Z[ recovery-image] Jul 15 23:09:08.178 INFO O| Jul 15 23:09:08.178 INFO STEP 37 (remove_files) COMPLETE
54712026-07-15T23:09:09.181Z[ recovery-image] Jul 15 23:09:08.178 INFO O| Jul 15 23:09:08.178 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-07-15T23:09:09.188Z[ recovery-image] Jul 15 23:09:08.189 INFO O| Jul 15 23:09:08.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54732026-07-15T23:09:09.188Z[ recovery-image] Jul 15 23:09:08.189 INFO O| Jul 15 23:09:08.189 INFO STEP 38 (remove_files) COMPLETE
54742026-07-15T23:09:09.192Z[ recovery-image] Jul 15 23:09:08.189 INFO O| Jul 15 23:09:08.189 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-07-15T23:09:09.199Z[ recovery-image] Jul 15 23:09:08.199 INFO O| Jul 15 23:09:08.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54762026-07-15T23:09:09.199Z[ recovery-image] Jul 15 23:09:08.199 INFO O| Jul 15 23:09:08.199 INFO STEP 39 (remove_files) COMPLETE
54772026-07-15T23:09:09.202Z[ recovery-image] Jul 15 23:09:08.199 INFO O| Jul 15 23:09:08.199 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-07-15T23:09:09.207Z[ recovery-image] Jul 15 23:09:08.208 INFO O| Jul 15 23:09:08.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54792026-07-15T23:09:09.207Z[ recovery-image] Jul 15 23:09:08.208 INFO O| Jul 15 23:09:08.208 INFO STEP 40 (remove_files) COMPLETE
54802026-07-15T23:09:09.207Z[ recovery-image] Jul 15 23:09:08.208 INFO O| Jul 15 23:09:08.208 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-07-15T23:09:09.216Z[ recovery-image] Jul 15 23:09:08.217 INFO O| Jul 15 23:09:08.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54822026-07-15T23:09:09.216Z[ recovery-image] Jul 15 23:09:08.217 INFO O| Jul 15 23:09:08.217 INFO STEP 41 (remove_files) COMPLETE
54832026-07-15T23:09:09.219Z[ recovery-image] Jul 15 23:09:08.217 INFO O| Jul 15 23:09:08.217 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-07-15T23:09:09.228Z[ recovery-image] Jul 15 23:09:08.228 INFO O| Jul 15 23:09:08.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54852026-07-15T23:09:09.228Z[ recovery-image] Jul 15 23:09:08.228 INFO O| Jul 15 23:09:08.228 INFO STEP 42 (remove_files) COMPLETE
54862026-07-15T23:09:09.228Z[ recovery-image] Jul 15 23:09:08.228 INFO O| Jul 15 23:09:08.228 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-07-15T23:09:09.237Z[ recovery-image] Jul 15 23:09:08.238 INFO O| Jul 15 23:09:08.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54882026-07-15T23:09:09.237Z[ recovery-image] Jul 15 23:09:08.238 INFO O| Jul 15 23:09:08.238 INFO STEP 43 (remove_files) COMPLETE
54892026-07-15T23:09:09.242Z[ recovery-image] Jul 15 23:09:08.238 INFO O| Jul 15 23:09:08.238 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-07-15T23:09:09.245Z[ recovery-image] Jul 15 23:09:08.247 INFO O| Jul 15 23:09:08.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54912026-07-15T23:09:09.249Z[ recovery-image] Jul 15 23:09:08.247 INFO O| Jul 15 23:09:08.247 INFO STEP 44 (remove_files) COMPLETE
54922026-07-15T23:09:09.249Z[ recovery-image] Jul 15 23:09:08.248 INFO O| Jul 15 23:09:08.247 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-07-15T23:09:09.255Z[ recovery-image] Jul 15 23:09:08.256 INFO O| Jul 15 23:09:08.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54942026-07-15T23:09:09.255Z[ recovery-image] Jul 15 23:09:08.256 INFO O| Jul 15 23:09:08.256 INFO STEP 45 (remove_files) COMPLETE
54952026-07-15T23:09:09.258Z[ recovery-image] Jul 15 23:09:08.256 INFO O| Jul 15 23:09:08.256 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-07-15T23:09:09.265Z[ recovery-image] Jul 15 23:09:08.266 INFO O| Jul 15 23:09:08.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54972026-07-15T23:09:09.265Z[ recovery-image] Jul 15 23:09:08.266 INFO O| Jul 15 23:09:08.266 INFO STEP 46 (remove_files) COMPLETE
54982026-07-15T23:09:09.268Z[ recovery-image] Jul 15 23:09:08.266 INFO O| Jul 15 23:09:08.266 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-07-15T23:09:09.277Z[ recovery-image] Jul 15 23:09:08.275 INFO O| Jul 15 23:09:08.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
55002026-07-15T23:09:09.277Z[ recovery-image] Jul 15 23:09:08.275 INFO O| Jul 15 23:09:08.275 INFO STEP 47 (remove_files) COMPLETE
55012026-07-15T23:09:09.277Z[ recovery-image] Jul 15 23:09:08.275 INFO O| Jul 15 23:09:08.275 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-07-15T23:09:09.283Z[ recovery-image] Jul 15 23:09:08.284 INFO O| Jul 15 23:09:08.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
55032026-07-15T23:09:09.283Z[ recovery-image] Jul 15 23:09:08.284 INFO O| Jul 15 23:09:08.284 INFO STEP 48 (remove_files) COMPLETE
55042026-07-15T23:09:09.287Z[ recovery-image] Jul 15 23:09:08.284 INFO O| Jul 15 23:09:08.284 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-07-15T23:09:09.293Z[ recovery-image] Jul 15 23:09:08.294 INFO O| Jul 15 23:09:08.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
55062026-07-15T23:09:09.293Z[ recovery-image] Jul 15 23:09:08.295 INFO O| Jul 15 23:09:08.294 INFO STEP 49 (remove_files) COMPLETE
55072026-07-15T23:09:09.294Z[ recovery-image] Jul 15 23:09:08.295 INFO O| Jul 15 23:09:08.294 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-07-15T23:09:09.305Z[ recovery-image] Jul 15 23:09:08.306 INFO O| Jul 15 23:09:08.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55092026-07-15T23:09:09.305Z[ recovery-image] Jul 15 23:09:08.306 INFO O| Jul 15 23:09:08.306 INFO STEP 50 (remove_files) COMPLETE
55102026-07-15T23:09:09.305Z[ recovery-image] Jul 15 23:09:08.306 INFO O| Jul 15 23:09:08.306 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-07-15T23:09:09.315Z[ recovery-image] Jul 15 23:09:08.316 INFO O| Jul 15 23:09:08.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55122026-07-15T23:09:09.321Z[ recovery-image] Jul 15 23:09:08.317 INFO O| Jul 15 23:09:08.317 INFO STEP 51 (remove_files) COMPLETE
55132026-07-15T23:09:09.321Z[ recovery-image] Jul 15 23:09:08.317 INFO O| Jul 15 23:09:08.317 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-07-15T23:09:09.326Z[ recovery-image] Jul 15 23:09:08.327 INFO O| Jul 15 23:09:08.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55152026-07-15T23:09:09.326Z[ recovery-image] Jul 15 23:09:08.327 INFO O| Jul 15 23:09:08.327 INFO STEP 52 (remove_files) COMPLETE
55162026-07-15T23:09:09.326Z[ recovery-image] Jul 15 23:09:08.327 INFO O| Jul 15 23:09:08.327 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-07-15T23:09:09.336Z[ recovery-image] Jul 15 23:09:08.337 INFO O| Jul 15 23:09:08.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55182026-07-15T23:09:09.340Z[ recovery-image] Jul 15 23:09:08.337 INFO O| Jul 15 23:09:08.337 INFO STEP 53 (remove_files) COMPLETE
55192026-07-15T23:09:09.340Z[ recovery-image] Jul 15 23:09:08.337 INFO O| Jul 15 23:09:08.337 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-07-15T23:09:09.346Z[ recovery-image] Jul 15 23:09:08.347 INFO O| Jul 15 23:09:08.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55212026-07-15T23:09:09.346Z[ recovery-image] Jul 15 23:09:08.347 INFO O| Jul 15 23:09:08.347 INFO STEP 54 (remove_files) COMPLETE
55222026-07-15T23:09:09.349Z[ recovery-image] Jul 15 23:09:08.347 INFO O| Jul 15 23:09:08.347 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-07-15T23:09:09.357Z[ recovery-image] Jul 15 23:09:08.359 INFO O| Jul 15 23:09:08.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55242026-07-15T23:09:09.358Z[ recovery-image] Jul 15 23:09:08.359 INFO O| Jul 15 23:09:08.359 INFO STEP 55 (remove_files) COMPLETE
55252026-07-15T23:09:09.361Z[ recovery-image] Jul 15 23:09:08.359 INFO O| Jul 15 23:09:08.359 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-07-15T23:09:09.368Z[ recovery-image] Jul 15 23:09:08.369 INFO O| Jul 15 23:09:08.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55272026-07-15T23:09:09.368Z[ recovery-image] Jul 15 23:09:08.369 INFO O| Jul 15 23:09:08.369 INFO STEP 56 (remove_files) COMPLETE
55282026-07-15T23:09:09.445Z[ recovery-image] Jul 15 23:09:08.369 INFO O| Jul 15 23:09:08.369 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-07-15T23:09:09.445Z[ recovery-image] Jul 15 23:09:08.380 INFO O| Jul 15 23:09:08.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55302026-07-15T23:09:09.445Z[ recovery-image] Jul 15 23:09:08.380 INFO O| Jul 15 23:09:08.380 INFO STEP 57 (remove_files) COMPLETE
55312026-07-15T23:09:09.445Z[ recovery-image] Jul 15 23:09:08.380 INFO O| Jul 15 23:09:08.380 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-07-15T23:09:09.445Z[ recovery-image] Jul 15 23:09:08.390 INFO O| Jul 15 23:09:08.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55332026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.390 INFO O| Jul 15 23:09:08.390 INFO STEP 58 (remove_files) COMPLETE
55342026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.390 INFO O| Jul 15 23:09:08.390 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.400 INFO O| Jul 15 23:09:08.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55362026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.400 INFO O| Jul 15 23:09:08.400 INFO STEP 59 (remove_files) COMPLETE
55372026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.400 INFO O| Jul 15 23:09:08.400 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.410 INFO O| Jul 15 23:09:08.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55392026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.410 INFO O| Jul 15 23:09:08.410 INFO STEP 60 (remove_files) COMPLETE
55402026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.410 INFO O| Jul 15 23:09:08.410 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.418 INFO O| Jul 15 23:09:08.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55422026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.418 INFO O| Jul 15 23:09:08.418 INFO STEP 61 (remove_files) COMPLETE
55432026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.418 INFO O| Jul 15 23:09:08.418 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.430 INFO O| Jul 15 23:09:08.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55452026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.430 INFO O| Jul 15 23:09:08.430 INFO STEP 62 (remove_files) COMPLETE
55462026-07-15T23:09:09.446Z[ recovery-image] Jul 15 23:09:08.430 INFO O| Jul 15 23:09:08.430 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-07-15T23:09:09.450Z[ recovery-image] Jul 15 23:09:08.440 INFO O| Jul 15 23:09:08.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55482026-07-15T23:09:09.450Z[ recovery-image] Jul 15 23:09:08.440 INFO O| Jul 15 23:09:08.440 INFO STEP 63 (remove_files) COMPLETE
55492026-07-15T23:09:09.450Z[ recovery-image] Jul 15 23:09:08.440 INFO O| Jul 15 23:09:08.440 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-07-15T23:09:09.451Z[ recovery-image] Jul 15 23:09:08.450 INFO O| Jul 15 23:09:08.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55512026-07-15T23:09:09.451Z[ recovery-image] Jul 15 23:09:08.450 INFO O| Jul 15 23:09:08.450 INFO STEP 64 (remove_files) COMPLETE
55522026-07-15T23:09:09.451Z[ recovery-image] Jul 15 23:09:08.450 INFO O| Jul 15 23:09:08.450 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-07-15T23:09:09.458Z[ recovery-image] Jul 15 23:09:08.460 INFO O| Jul 15 23:09:08.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55542026-07-15T23:09:09.458Z[ recovery-image] Jul 15 23:09:08.460 INFO O| Jul 15 23:09:08.460 INFO STEP 65 (remove_files) COMPLETE
55552026-07-15T23:09:09.459Z[ recovery-image] Jul 15 23:09:08.460 INFO O| Jul 15 23:09:08.460 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-07-15T23:09:09.467Z[ recovery-image] Jul 15 23:09:08.468 INFO O| Jul 15 23:09:08.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55572026-07-15T23:09:09.467Z[ recovery-image] Jul 15 23:09:08.468 INFO O| Jul 15 23:09:08.468 INFO STEP 66 (remove_files) COMPLETE
55582026-07-15T23:09:09.471Z[ recovery-image] Jul 15 23:09:08.468 INFO O| Jul 15 23:09:08.468 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-07-15T23:09:09.477Z[ recovery-image] Jul 15 23:09:08.479 INFO O| Jul 15 23:09:08.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55602026-07-15T23:09:09.477Z[ recovery-image] Jul 15 23:09:08.479 INFO O| Jul 15 23:09:08.479 INFO STEP 67 (remove_files) COMPLETE
55612026-07-15T23:09:09.477Z[ recovery-image] Jul 15 23:09:08.479 INFO O| Jul 15 23:09:08.479 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-07-15T23:09:09.488Z[ recovery-image] Jul 15 23:09:08.489 INFO O| Jul 15 23:09:08.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55632026-07-15T23:09:09.488Z[ recovery-image] Jul 15 23:09:08.489 INFO O| Jul 15 23:09:08.489 INFO STEP 68 (remove_files) COMPLETE
55642026-07-15T23:09:09.491Z[ recovery-image] Jul 15 23:09:08.489 INFO O| Jul 15 23:09:08.489 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-07-15T23:09:09.497Z[ recovery-image] Jul 15 23:09:08.498 INFO O| Jul 15 23:09:08.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55662026-07-15T23:09:09.497Z[ recovery-image] Jul 15 23:09:08.498 INFO O| Jul 15 23:09:08.498 INFO STEP 69 (remove_files) COMPLETE
55672026-07-15T23:09:09.497Z[ recovery-image] Jul 15 23:09:08.498 INFO O| Jul 15 23:09:08.498 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-07-15T23:09:09.506Z[ recovery-image] Jul 15 23:09:08.507 INFO O| Jul 15 23:09:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55692026-07-15T23:09:09.506Z[ recovery-image] Jul 15 23:09:08.507 INFO O| Jul 15 23:09:08.507 INFO STEP 70 (remove_files) COMPLETE
55702026-07-15T23:09:09.510Z[ recovery-image] Jul 15 23:09:08.507 INFO O| Jul 15 23:09:08.507 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-07-15T23:09:09.515Z[ recovery-image] Jul 15 23:09:08.517 INFO O| Jul 15 23:09:08.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55722026-07-15T23:09:09.515Z[ recovery-image] Jul 15 23:09:08.517 INFO O| Jul 15 23:09:08.517 INFO STEP 71 (remove_files) COMPLETE
55732026-07-15T23:09:09.518Z[ recovery-image] Jul 15 23:09:08.517 INFO O| Jul 15 23:09:08.517 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-07-15T23:09:09.525Z[ recovery-image] Jul 15 23:09:08.527 INFO O| Jul 15 23:09:08.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55752026-07-15T23:09:09.526Z[ recovery-image] Jul 15 23:09:08.527 INFO O| Jul 15 23:09:08.527 INFO STEP 72 (remove_files) COMPLETE
55762026-07-15T23:09:09.526Z[ recovery-image] Jul 15 23:09:08.527 INFO O| Jul 15 23:09:08.527 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-07-15T23:09:09.533Z[ recovery-image] Jul 15 23:09:08.534 INFO O| Jul 15 23:09:08.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55782026-07-15T23:09:09.533Z[ recovery-image] Jul 15 23:09:08.534 INFO O| Jul 15 23:09:08.534 INFO STEP 73 (remove_files) COMPLETE
55792026-07-15T23:09:09.536Z[ recovery-image] Jul 15 23:09:08.535 INFO O| Jul 15 23:09:08.534 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-07-15T23:09:09.543Z[ recovery-image] Jul 15 23:09:08.544 INFO O| Jul 15 23:09:08.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55812026-07-15T23:09:09.543Z[ recovery-image] Jul 15 23:09:08.545 INFO O| Jul 15 23:09:08.545 INFO STEP 74 (remove_files) COMPLETE
55822026-07-15T23:09:09.543Z[ recovery-image] Jul 15 23:09:08.545 INFO O| Jul 15 23:09:08.545 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-07-15T23:09:09.553Z[ recovery-image] Jul 15 23:09:08.554 INFO O| Jul 15 23:09:08.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55842026-07-15T23:09:09.553Z[ recovery-image] Jul 15 23:09:08.554 INFO O| Jul 15 23:09:08.554 INFO STEP 75 (remove_files) COMPLETE
55852026-07-15T23:09:09.553Z[ recovery-image] Jul 15 23:09:08.554 INFO O| Jul 15 23:09:08.554 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-07-15T23:09:09.563Z[ recovery-image] Jul 15 23:09:08.564 INFO O| Jul 15 23:09:08.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55872026-07-15T23:09:09.563Z[ recovery-image] Jul 15 23:09:08.564 INFO O| Jul 15 23:09:08.564 INFO STEP 76 (remove_files) COMPLETE
55882026-07-15T23:09:09.568Z[ recovery-image] Jul 15 23:09:08.564 INFO O| Jul 15 23:09:08.564 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-07-15T23:09:09.571Z[ recovery-image] Jul 15 23:09:08.573 INFO O| Jul 15 23:09:08.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55902026-07-15T23:09:09.572Z[ recovery-image] Jul 15 23:09:08.573 INFO O| Jul 15 23:09:08.573 INFO STEP 77 (remove_files) COMPLETE
55912026-07-15T23:09:09.575Z[ recovery-image] Jul 15 23:09:08.573 INFO O| Jul 15 23:09:08.573 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-07-15T23:09:09.580Z[ recovery-image] Jul 15 23:09:08.581 INFO O| Jul 15 23:09:08.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55932026-07-15T23:09:09.580Z[ recovery-image] Jul 15 23:09:08.582 INFO O| Jul 15 23:09:08.581 INFO STEP 78 (remove_files) COMPLETE
55942026-07-15T23:09:09.583Z[ recovery-image] Jul 15 23:09:08.582 INFO O| Jul 15 23:09:08.582 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-07-15T23:09:09.589Z[ recovery-image] Jul 15 23:09:08.591 INFO O| Jul 15 23:09:08.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55962026-07-15T23:09:09.589Z[ recovery-image] Jul 15 23:09:08.591 INFO O| Jul 15 23:09:08.591 INFO STEP 79 (remove_files) COMPLETE
55972026-07-15T23:09:09.589Z[ recovery-image] Jul 15 23:09:08.591 INFO O| Jul 15 23:09:08.591 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-07-15T23:09:09.598Z[ recovery-image] Jul 15 23:09:08.599 INFO O| Jul 15 23:09:08.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55992026-07-15T23:09:09.601Z[ recovery-image] Jul 15 23:09:08.599 INFO O| Jul 15 23:09:08.599 INFO STEP 80 (remove_files) COMPLETE
56002026-07-15T23:09:09.601Z[ recovery-image] Jul 15 23:09:08.599 INFO O| Jul 15 23:09:08.599 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-07-15T23:09:09.608Z[ recovery-image] Jul 15 23:09:08.609 INFO O| Jul 15 23:09:08.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
56022026-07-15T23:09:09.608Z[ recovery-image] Jul 15 23:09:08.609 INFO O| Jul 15 23:09:08.609 INFO STEP 81 (remove_files) COMPLETE
56032026-07-15T23:09:09.611Z[ recovery-image] Jul 15 23:09:08.609 INFO O| Jul 15 23:09:08.609 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-07-15T23:09:09.616Z[ recovery-image] Jul 15 23:09:08.617 INFO O| Jul 15 23:09:08.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
56052026-07-15T23:09:09.616Z[ recovery-image] Jul 15 23:09:08.617 INFO O| Jul 15 23:09:08.617 INFO STEP 82 (remove_files) COMPLETE
56062026-07-15T23:09:09.616Z[ recovery-image] Jul 15 23:09:08.617 INFO O| Jul 15 23:09:08.617 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-07-15T23:09:09.625Z[ recovery-image] Jul 15 23:09:08.625 INFO O| Jul 15 23:09:08.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56082026-07-15T23:09:09.628Z[ recovery-image] Jul 15 23:09:08.626 INFO O| Jul 15 23:09:08.626 INFO STEP 83 (remove_files) COMPLETE
56092026-07-15T23:09:09.628Z[ recovery-image] Jul 15 23:09:08.626 INFO O| Jul 15 23:09:08.626 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-07-15T23:09:09.633Z[ recovery-image] Jul 15 23:09:08.634 INFO O| Jul 15 23:09:08.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56112026-07-15T23:09:09.633Z[ recovery-image] Jul 15 23:09:08.634 INFO O| Jul 15 23:09:08.634 INFO STEP 84 (remove_files) COMPLETE
56122026-07-15T23:09:09.633Z[ recovery-image] Jul 15 23:09:08.634 INFO O| Jul 15 23:09:08.634 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-07-15T23:09:09.641Z[ recovery-image] Jul 15 23:09:08.643 INFO O| Jul 15 23:09:08.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56142026-07-15T23:09:09.642Z[ recovery-image] Jul 15 23:09:08.643 INFO O| Jul 15 23:09:08.643 INFO STEP 85 (remove_files) COMPLETE
56152026-07-15T23:09:09.645Z[ recovery-image] Jul 15 23:09:08.643 INFO O| Jul 15 23:09:08.643 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-07-15T23:09:09.650Z[ recovery-image] Jul 15 23:09:08.651 INFO O| Jul 15 23:09:08.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56172026-07-15T23:09:09.653Z[ recovery-image] Jul 15 23:09:08.651 INFO O| Jul 15 23:09:08.651 INFO STEP 86 (remove_files) COMPLETE
56182026-07-15T23:09:09.653Z[ recovery-image] Jul 15 23:09:08.651 INFO O| Jul 15 23:09:08.651 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-07-15T23:09:09.658Z[ recovery-image] Jul 15 23:09:08.659 INFO O| Jul 15 23:09:08.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56202026-07-15T23:09:09.658Z[ recovery-image] Jul 15 23:09:08.659 INFO O| Jul 15 23:09:08.659 INFO STEP 87 (remove_files) COMPLETE
56212026-07-15T23:09:09.658Z[ recovery-image] Jul 15 23:09:08.660 INFO O| Jul 15 23:09:08.659 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-07-15T23:09:09.666Z[ recovery-image] Jul 15 23:09:08.668 INFO O| Jul 15 23:09:08.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56232026-07-15T23:09:09.666Z[ recovery-image] Jul 15 23:09:08.668 INFO O| Jul 15 23:09:08.668 INFO STEP 88 (remove_files) COMPLETE
56242026-07-15T23:09:09.666Z[ recovery-image] Jul 15 23:09:08.668 INFO O| Jul 15 23:09:08.668 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-07-15T23:09:09.675Z[ recovery-image] Jul 15 23:09:08.677 INFO O| Jul 15 23:09:08.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56262026-07-15T23:09:09.675Z[ recovery-image] Jul 15 23:09:08.677 INFO O| Jul 15 23:09:08.677 INFO STEP 89 (remove_files) COMPLETE
56272026-07-15T23:09:09.675Z[ recovery-image] Jul 15 23:09:08.677 INFO O| Jul 15 23:09:08.677 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-07-15T23:09:09.685Z[ recovery-image] Jul 15 23:09:08.686 INFO O| Jul 15 23:09:08.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56292026-07-15T23:09:09.685Z[ recovery-image] Jul 15 23:09:08.686 INFO O| Jul 15 23:09:08.686 INFO STEP 90 (remove_files) COMPLETE
56302026-07-15T23:09:09.688Z[ recovery-image] Jul 15 23:09:08.686 INFO O| Jul 15 23:09:08.686 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-07-15T23:09:09.691Z[ recovery-image] Jul 15 23:09:08.693 INFO O| Jul 15 23:09:08.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56322026-07-15T23:09:09.695Z[ recovery-image] Jul 15 23:09:08.693 INFO O| Jul 15 23:09:08.693 INFO STEP 91 (remove_files) COMPLETE
56332026-07-15T23:09:09.695Z[ recovery-image] Jul 15 23:09:08.693 INFO O| Jul 15 23:09:08.693 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-07-15T23:09:09.700Z[ recovery-image] Jul 15 23:09:08.701 INFO O| Jul 15 23:09:08.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56352026-07-15T23:09:09.700Z[ recovery-image] Jul 15 23:09:08.701 INFO O| Jul 15 23:09:08.701 INFO STEP 92 (remove_files) COMPLETE
56362026-07-15T23:09:09.703Z[ recovery-image] Jul 15 23:09:08.701 INFO O| Jul 15 23:09:08.701 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-07-15T23:09:09.710Z[ recovery-image] Jul 15 23:09:08.712 INFO O| Jul 15 23:09:08.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56382026-07-15T23:09:09.710Z[ recovery-image] Jul 15 23:09:08.712 INFO O| Jul 15 23:09:08.712 INFO STEP 93 (remove_files) COMPLETE
56392026-07-15T23:09:09.713Z[ recovery-image] Jul 15 23:09:08.712 INFO O| Jul 15 23:09:08.712 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-07-15T23:09:09.719Z[ recovery-image] Jul 15 23:09:08.721 INFO O| Jul 15 23:09:08.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56412026-07-15T23:09:09.719Z[ recovery-image] Jul 15 23:09:08.721 INFO O| Jul 15 23:09:08.721 INFO STEP 94 (remove_files) COMPLETE
56422026-07-15T23:09:09.719Z[ recovery-image] Jul 15 23:09:08.721 INFO O| Jul 15 23:09:08.721 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-07-15T23:09:09.728Z[ recovery-image] Jul 15 23:09:08.729 INFO O| Jul 15 23:09:08.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56442026-07-15T23:09:09.728Z[ recovery-image] Jul 15 23:09:08.729 INFO O| Jul 15 23:09:08.729 INFO STEP 95 (remove_files) COMPLETE
56452026-07-15T23:09:09.731Z[ recovery-image] Jul 15 23:09:08.729 INFO O| Jul 15 23:09:08.729 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-07-15T23:09:09.735Z[ recovery-image] Jul 15 23:09:08.736 INFO O| Jul 15 23:09:08.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56472026-07-15T23:09:09.735Z[ recovery-image] Jul 15 23:09:08.736 INFO O| Jul 15 23:09:08.736 INFO STEP 96 (remove_files) COMPLETE
56482026-07-15T23:09:09.739Z[ recovery-image] Jul 15 23:09:08.736 INFO O| Jul 15 23:09:08.736 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-07-15T23:09:09.745Z[ recovery-image] Jul 15 23:09:08.746 INFO O| Jul 15 23:09:08.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56502026-07-15T23:09:09.745Z[ recovery-image] Jul 15 23:09:08.746 INFO O| Jul 15 23:09:08.746 INFO STEP 97 (remove_files) COMPLETE
56512026-07-15T23:09:09.748Z[ recovery-image] Jul 15 23:09:08.746 INFO O| Jul 15 23:09:08.746 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-07-15T23:09:09.754Z[ recovery-image] Jul 15 23:09:08.755 INFO O| Jul 15 23:09:08.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56532026-07-15T23:09:09.754Z[ recovery-image] Jul 15 23:09:08.755 INFO O| Jul 15 23:09:08.755 INFO STEP 98 (remove_files) COMPLETE
56542026-07-15T23:09:09.757Z[ recovery-image] Jul 15 23:09:08.755 INFO O| Jul 15 23:09:08.755 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-07-15T23:09:09.763Z[ recovery-image] Jul 15 23:09:08.765 INFO O| Jul 15 23:09:08.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56562026-07-15T23:09:09.763Z[ recovery-image] Jul 15 23:09:08.765 INFO O| Jul 15 23:09:08.765 INFO STEP 99 (remove_files) COMPLETE
56572026-07-15T23:09:09.766Z[ recovery-image] Jul 15 23:09:08.765 INFO O| Jul 15 23:09:08.765 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-07-15T23:09:09.772Z[ recovery-image] Jul 15 23:09:08.773 INFO O| Jul 15 23:09:08.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56592026-07-15T23:09:09.772Z[ recovery-image] Jul 15 23:09:08.773 INFO O| Jul 15 23:09:08.773 INFO STEP 100 (remove_files) COMPLETE
56602026-07-15T23:09:09.775Z[ recovery-image] Jul 15 23:09:08.773 INFO O| Jul 15 23:09:08.773 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-07-15T23:09:09.782Z[ recovery-image] Jul 15 23:09:08.784 INFO O| Jul 15 23:09:08.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56622026-07-15T23:09:09.783Z[ recovery-image] Jul 15 23:09:08.784 INFO O| Jul 15 23:09:08.784 INFO STEP 101 (remove_files) COMPLETE
56632026-07-15T23:09:09.786Z[ recovery-image] Jul 15 23:09:08.784 INFO O| Jul 15 23:09:08.784 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-07-15T23:09:09.792Z[ recovery-image] Jul 15 23:09:08.794 INFO O| Jul 15 23:09:08.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56652026-07-15T23:09:09.792Z[ recovery-image] Jul 15 23:09:08.794 INFO O| Jul 15 23:09:08.794 INFO STEP 102 (remove_files) COMPLETE
56662026-07-15T23:09:09.796Z[ recovery-image] Jul 15 23:09:08.794 INFO O| Jul 15 23:09:08.794 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-07-15T23:09:09.803Z[ recovery-image] Jul 15 23:09:08.804 INFO O| Jul 15 23:09:08.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56682026-07-15T23:09:09.803Z[ recovery-image] Jul 15 23:09:08.804 INFO O| Jul 15 23:09:08.804 INFO STEP 103 (remove_files) COMPLETE
56692026-07-15T23:09:09.808Z[ recovery-image] Jul 15 23:09:08.804 INFO O| Jul 15 23:09:08.804 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-07-15T23:09:09.812Z[ recovery-image] Jul 15 23:09:08.813 INFO O| Jul 15 23:09:08.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56712026-07-15T23:09:09.812Z[ recovery-image] Jul 15 23:09:08.813 INFO O| Jul 15 23:09:08.813 INFO STEP 104 (remove_files) COMPLETE
56722026-07-15T23:09:09.815Z[ recovery-image] Jul 15 23:09:08.813 INFO O| Jul 15 23:09:08.813 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-07-15T23:09:09.822Z[ recovery-image] Jul 15 23:09:08.823 INFO O| Jul 15 23:09:08.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56742026-07-15T23:09:09.823Z[ recovery-image] Jul 15 23:09:08.823 INFO O| Jul 15 23:09:08.823 INFO STEP 105 (remove_files) COMPLETE
56752026-07-15T23:09:09.823Z[ recovery-image] Jul 15 23:09:08.823 INFO O| Jul 15 23:09:08.823 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-07-15T23:09:09.831Z[ recovery-image] Jul 15 23:09:08.833 INFO O| Jul 15 23:09:08.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56772026-07-15T23:09:09.832Z[ recovery-image] Jul 15 23:09:08.833 INFO O| Jul 15 23:09:08.833 INFO STEP 106 (remove_files) COMPLETE
56782026-07-15T23:09:09.835Z[ recovery-image] Jul 15 23:09:08.833 INFO O| Jul 15 23:09:08.833 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-07-15T23:09:09.840Z[ recovery-image] Jul 15 23:09:08.842 INFO O| Jul 15 23:09:08.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56802026-07-15T23:09:09.844Z[ recovery-image] Jul 15 23:09:08.842 INFO O| Jul 15 23:09:08.842 INFO STEP 107 (remove_files) COMPLETE
56812026-07-15T23:09:09.844Z[ recovery-image] Jul 15 23:09:08.842 INFO O| Jul 15 23:09:08.842 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-07-15T23:09:09.849Z[ recovery-image] Jul 15 23:09:08.850 INFO O| Jul 15 23:09:08.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56832026-07-15T23:09:09.852Z[ recovery-image] Jul 15 23:09:08.850 INFO O| Jul 15 23:09:08.850 INFO STEP 108 (remove_files) COMPLETE
56842026-07-15T23:09:09.852Z[ recovery-image] Jul 15 23:09:08.850 INFO O| Jul 15 23:09:08.850 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-07-15T23:09:09.858Z[ recovery-image] Jul 15 23:09:08.859 INFO O| Jul 15 23:09:08.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56862026-07-15T23:09:09.858Z[ recovery-image] Jul 15 23:09:08.859 INFO O| Jul 15 23:09:08.859 INFO STEP 109 (remove_files) COMPLETE
56872026-07-15T23:09:09.861Z[ recovery-image] Jul 15 23:09:08.859 INFO O| Jul 15 23:09:08.859 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-07-15T23:09:09.865Z[ recovery-image] Jul 15 23:09:08.867 INFO O| Jul 15 23:09:08.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56892026-07-15T23:09:09.865Z[ recovery-image] Jul 15 23:09:08.867 INFO O| Jul 15 23:09:08.867 INFO STEP 110 (remove_files) COMPLETE
56902026-07-15T23:09:09.868Z[ recovery-image] Jul 15 23:09:08.867 INFO O| Jul 15 23:09:08.867 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-07-15T23:09:09.922Z[ recovery-image] Jul 15 23:09:08.878 INFO O| Jul 15 23:09:08.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56922026-07-15T23:09:09.922Z[ recovery-image] Jul 15 23:09:08.878 INFO O| Jul 15 23:09:08.878 INFO STEP 111 (remove_files) COMPLETE
56932026-07-15T23:09:09.929Z[ recovery-image] Jul 15 23:09:08.878 INFO O| Jul 15 23:09:08.878 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-07-15T23:09:09.929Z[ recovery-image] Jul 15 23:09:08.888 INFO O| Jul 15 23:09:08.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56952026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.888 INFO O| Jul 15 23:09:08.888 INFO STEP 112 (remove_files) COMPLETE
56962026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.888 INFO O| Jul 15 23:09:08.888 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.897 INFO O| Jul 15 23:09:08.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56982026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.898 INFO O| Jul 15 23:09:08.898 INFO STEP 113 (remove_files) COMPLETE
56992026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.898 INFO O| Jul 15 23:09:08.898 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.907 INFO O| Jul 15 23:09:08.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
57012026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.907 INFO O| Jul 15 23:09:08.907 INFO STEP 114 (remove_files) COMPLETE
57022026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.908 INFO O| Jul 15 23:09:08.907 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.917 INFO O| Jul 15 23:09:08.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
57042026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.917 INFO O| Jul 15 23:09:08.917 INFO STEP 115 (remove_files) COMPLETE
57052026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.917 INFO O| Jul 15 23:09:08.917 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.927 INFO O| Jul 15 23:09:08.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
57072026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.927 INFO O| Jul 15 23:09:08.927 INFO STEP 116 (remove_files) COMPLETE
57082026-07-15T23:09:09.930Z[ recovery-image] Jul 15 23:09:08.927 INFO O| Jul 15 23:09:08.927 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-07-15T23:09:09.934Z[ recovery-image] Jul 15 23:09:08.936 INFO O| Jul 15 23:09:08.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57102026-07-15T23:09:09.934Z[ recovery-image] Jul 15 23:09:08.936 INFO O| Jul 15 23:09:08.936 INFO STEP 117 (remove_files) COMPLETE
57112026-07-15T23:09:09.934Z[ recovery-image] Jul 15 23:09:08.936 INFO O| Jul 15 23:09:08.936 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-07-15T23:09:09.948Z[ recovery-image] Jul 15 23:09:08.945 INFO O| Jul 15 23:09:08.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57132026-07-15T23:09:09.948Z[ recovery-image] Jul 15 23:09:08.945 INFO O| Jul 15 23:09:08.945 INFO STEP 118 (remove_files) COMPLETE
57142026-07-15T23:09:09.952Z[ recovery-image] Jul 15 23:09:08.945 INFO O| Jul 15 23:09:08.945 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-07-15T23:09:09.956Z[ recovery-image] Jul 15 23:09:08.955 INFO O| Jul 15 23:09:08.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57162026-07-15T23:09:09.956Z[ recovery-image] Jul 15 23:09:08.955 INFO O| Jul 15 23:09:08.955 INFO STEP 119 (remove_files) COMPLETE
57172026-07-15T23:09:09.956Z[ recovery-image] Jul 15 23:09:08.955 INFO O| Jul 15 23:09:08.955 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-07-15T23:09:09.963Z[ recovery-image] Jul 15 23:09:08.964 INFO O| Jul 15 23:09:08.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57192026-07-15T23:09:09.963Z[ recovery-image] Jul 15 23:09:08.964 INFO O| Jul 15 23:09:08.964 INFO STEP 120 (remove_files) COMPLETE
57202026-07-15T23:09:09.963Z[ recovery-image] Jul 15 23:09:08.964 INFO O| Jul 15 23:09:08.964 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-07-15T23:09:09.973Z[ recovery-image] Jul 15 23:09:08.974 INFO O| Jul 15 23:09:08.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57222026-07-15T23:09:09.973Z[ recovery-image] Jul 15 23:09:08.974 INFO O| Jul 15 23:09:08.974 INFO STEP 121 (remove_files) COMPLETE
57232026-07-15T23:09:09.973Z[ recovery-image] Jul 15 23:09:08.974 INFO O| Jul 15 23:09:08.974 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-07-15T23:09:09.984Z[ recovery-image] Jul 15 23:09:08.986 INFO O| Jul 15 23:09:08.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57252026-07-15T23:09:09.988Z[ recovery-image] Jul 15 23:09:08.986 INFO O| Jul 15 23:09:08.986 INFO STEP 122 (remove_files) COMPLETE
57262026-07-15T23:09:09.988Z[ recovery-image] Jul 15 23:09:08.986 INFO O| Jul 15 23:09:08.986 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-07-15T23:09:09.993Z[ recovery-image] Jul 15 23:09:08.995 INFO O| Jul 15 23:09:08.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57282026-07-15T23:09:09.993Z[ recovery-image] Jul 15 23:09:08.995 INFO O| Jul 15 23:09:08.995 INFO STEP 123 (remove_files) COMPLETE
57292026-07-15T23:09:09.993Z[ recovery-image] Jul 15 23:09:08.995 INFO O| Jul 15 23:09:08.995 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-07-15T23:09:10.006Z[ recovery-image] Jul 15 23:09:09.005 INFO O| Jul 15 23:09:09.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57312026-07-15T23:09:10.006Z[ recovery-image] Jul 15 23:09:09.005 INFO O| Jul 15 23:09:09.005 INFO STEP 124 (remove_files) COMPLETE
57322026-07-15T23:09:10.006Z[ recovery-image] Jul 15 23:09:09.005 INFO O| Jul 15 23:09:09.005 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-07-15T23:09:10.012Z[ recovery-image] Jul 15 23:09:09.014 INFO O| Jul 15 23:09:09.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57342026-07-15T23:09:10.016Z[ recovery-image] Jul 15 23:09:09.014 INFO O| Jul 15 23:09:09.014 INFO STEP 125 (remove_files) COMPLETE
57352026-07-15T23:09:10.016Z[ recovery-image] Jul 15 23:09:09.014 INFO O| Jul 15 23:09:09.014 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-07-15T23:09:10.022Z[ recovery-image] Jul 15 23:09:09.024 INFO O| Jul 15 23:09:09.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57372026-07-15T23:09:10.022Z[ recovery-image] Jul 15 23:09:09.024 INFO O| Jul 15 23:09:09.024 INFO STEP 126 (remove_files) COMPLETE
57382026-07-15T23:09:10.027Z[ recovery-image] Jul 15 23:09:09.024 INFO O| Jul 15 23:09:09.024 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-07-15T23:09:10.034Z[ recovery-image] Jul 15 23:09:09.034 INFO O| Jul 15 23:09:09.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57402026-07-15T23:09:10.034Z[ recovery-image] Jul 15 23:09:09.034 INFO O| Jul 15 23:09:09.034 INFO STEP 127 (remove_files) COMPLETE
57412026-07-15T23:09:10.037Z[ recovery-image] Jul 15 23:09:09.034 INFO O| Jul 15 23:09:09.034 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-07-15T23:09:10.040Z[ recovery-image] Jul 15 23:09:09.042 INFO O| Jul 15 23:09:09.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57432026-07-15T23:09:10.044Z[ recovery-image] Jul 15 23:09:09.042 INFO O| Jul 15 23:09:09.042 INFO STEP 128 (remove_files) COMPLETE
57442026-07-15T23:09:10.044Z[ recovery-image] Jul 15 23:09:09.042 INFO O| Jul 15 23:09:09.042 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-07-15T23:09:10.053Z[ recovery-image] Jul 15 23:09:09.050 INFO O| Jul 15 23:09:09.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57462026-07-15T23:09:10.054Z[ recovery-image] Jul 15 23:09:09.050 INFO O| Jul 15 23:09:09.050 INFO STEP 129 (remove_files) COMPLETE
57472026-07-15T23:09:10.054Z[ recovery-image] Jul 15 23:09:09.050 INFO O| Jul 15 23:09:09.050 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-07-15T23:09:10.065Z[ recovery-image] Jul 15 23:09:09.062 INFO O| Jul 15 23:09:09.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57492026-07-15T23:09:10.065Z[ recovery-image] Jul 15 23:09:09.062 INFO O| Jul 15 23:09:09.062 INFO STEP 130 (remove_files) COMPLETE
57502026-07-15T23:09:10.084Z[ recovery-image] Jul 15 23:09:09.062 INFO O| Jul 15 23:09:09.062 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-07-15T23:09:10.099Z[ recovery-image] Jul 15 23:09:09.093 INFO O| Jul 15 23:09:09.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57522026-07-15T23:09:10.100Z[ recovery-image] Jul 15 23:09:09.093 INFO O| Jul 15 23:09:09.092 INFO STEP 131 (remove_files) COMPLETE
57532026-07-15T23:09:10.106Z[ recovery-image] Jul 15 23:09:09.093 INFO O| Jul 15 23:09:09.092 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-07-15T23:09:10.119Z[ recovery-image] Jul 15 23:09:09.108 INFO O| Jul 15 23:09:09.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57552026-07-15T23:09:10.119Z[ recovery-image] Jul 15 23:09:09.108 INFO O| Jul 15 23:09:09.107 INFO STEP 132 (remove_files) COMPLETE
57562026-07-15T23:09:10.119Z[ recovery-image] Jul 15 23:09:09.108 INFO O| Jul 15 23:09:09.107 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-07-15T23:09:10.126Z[ recovery-image] Jul 15 23:09:09.124 INFO O| Jul 15 23:09:09.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57582026-07-15T23:09:10.126Z[ recovery-image] Jul 15 23:09:09.124 INFO O| Jul 15 23:09:09.124 INFO STEP 133 (remove_files) COMPLETE
57592026-07-15T23:09:10.126Z[ recovery-image] Jul 15 23:09:09.124 INFO O| Jul 15 23:09:09.124 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-07-15T23:09:10.157Z[ recovery-image] Jul 15 23:09:09.158 INFO O| Jul 15 23:09:09.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57612026-07-15T23:09:10.158Z[ recovery-image] Jul 15 23:09:09.158 INFO O| Jul 15 23:09:09.158 INFO STEP 134 (remove_files) COMPLETE
57622026-07-15T23:09:10.158Z[ recovery-image] Jul 15 23:09:09.158 INFO O| Jul 15 23:09:09.158 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-07-15T23:09:10.170Z[ recovery-image] Jul 15 23:09:09.169 INFO O| Jul 15 23:09:09.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57642026-07-15T23:09:10.170Z[ recovery-image] Jul 15 23:09:09.169 INFO O| Jul 15 23:09:09.169 INFO STEP 135 (remove_files) COMPLETE
57652026-07-15T23:09:10.174Z[ recovery-image] Jul 15 23:09:09.169 INFO O| Jul 15 23:09:09.169 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-07-15T23:09:10.178Z[ recovery-image] Jul 15 23:09:09.179 INFO O| Jul 15 23:09:09.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57672026-07-15T23:09:10.184Z[ recovery-image] Jul 15 23:09:09.180 INFO O| Jul 15 23:09:09.180 INFO STEP 136 (remove_files) COMPLETE
57682026-07-15T23:09:10.184Z[ recovery-image] Jul 15 23:09:09.180 INFO O| Jul 15 23:09:09.180 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-07-15T23:09:10.187Z[ recovery-image] Jul 15 23:09:09.189 INFO O| Jul 15 23:09:09.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57702026-07-15T23:09:10.191Z[ recovery-image] Jul 15 23:09:09.189 INFO O| Jul 15 23:09:09.189 INFO STEP 137 (remove_files) COMPLETE
57712026-07-15T23:09:10.191Z[ recovery-image] Jul 15 23:09:09.189 INFO O| Jul 15 23:09:09.189 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-07-15T23:09:10.197Z[ recovery-image] Jul 15 23:09:09.199 INFO O| Jul 15 23:09:09.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57732026-07-15T23:09:10.198Z[ recovery-image] Jul 15 23:09:09.199 INFO O| Jul 15 23:09:09.199 INFO STEP 138 (remove_files) COMPLETE
57742026-07-15T23:09:10.201Z[ recovery-image] Jul 15 23:09:09.199 INFO O| Jul 15 23:09:09.199 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-07-15T23:09:10.207Z[ recovery-image] Jul 15 23:09:09.208 INFO O| Jul 15 23:09:09.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57762026-07-15T23:09:10.207Z[ recovery-image] Jul 15 23:09:09.208 INFO O| Jul 15 23:09:09.208 INFO STEP 139 (remove_files) COMPLETE
57772026-07-15T23:09:10.207Z[ recovery-image] Jul 15 23:09:09.208 INFO O| Jul 15 23:09:09.208 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-07-15T23:09:10.217Z[ recovery-image] Jul 15 23:09:09.219 INFO O| Jul 15 23:09:09.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57792026-07-15T23:09:10.221Z[ recovery-image] Jul 15 23:09:09.219 INFO O| Jul 15 23:09:09.219 INFO STEP 140 (remove_files) COMPLETE
57802026-07-15T23:09:10.221Z[ recovery-image] Jul 15 23:09:09.219 INFO O| Jul 15 23:09:09.219 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-07-15T23:09:10.227Z[ recovery-image] Jul 15 23:09:09.229 INFO O| Jul 15 23:09:09.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57822026-07-15T23:09:10.227Z[ recovery-image] Jul 15 23:09:09.229 INFO O| Jul 15 23:09:09.229 INFO STEP 141 (remove_files) COMPLETE
57832026-07-15T23:09:10.235Z[ recovery-image] Jul 15 23:09:09.229 INFO O| Jul 15 23:09:09.229 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-07-15T23:09:10.239Z[ recovery-image] Jul 15 23:09:09.239 INFO O| Jul 15 23:09:09.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57852026-07-15T23:09:10.239Z[ recovery-image] Jul 15 23:09:09.239 INFO O| Jul 15 23:09:09.239 INFO STEP 142 (remove_files) COMPLETE
57862026-07-15T23:09:10.239Z[ recovery-image] Jul 15 23:09:09.239 INFO O| Jul 15 23:09:09.239 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-07-15T23:09:10.248Z[ recovery-image] Jul 15 23:09:09.248 INFO O| Jul 15 23:09:09.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57882026-07-15T23:09:10.251Z[ recovery-image] Jul 15 23:09:09.248 INFO O| Jul 15 23:09:09.248 INFO STEP 143 (remove_files) COMPLETE
57892026-07-15T23:09:10.251Z[ recovery-image] Jul 15 23:09:09.248 INFO O| Jul 15 23:09:09.248 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-07-15T23:09:10.257Z[ recovery-image] Jul 15 23:09:09.259 INFO O| Jul 15 23:09:09.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57912026-07-15T23:09:10.257Z[ recovery-image] Jul 15 23:09:09.259 INFO O| Jul 15 23:09:09.259 INFO STEP 144 (remove_files) COMPLETE
57922026-07-15T23:09:10.257Z[ recovery-image] Jul 15 23:09:09.259 INFO O| Jul 15 23:09:09.259 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-07-15T23:09:10.267Z[ recovery-image] Jul 15 23:09:09.268 INFO O| Jul 15 23:09:09.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57942026-07-15T23:09:10.267Z[ recovery-image] Jul 15 23:09:09.268 INFO O| Jul 15 23:09:09.268 INFO STEP 145 (remove_files) COMPLETE
57952026-07-15T23:09:10.273Z[ recovery-image] Jul 15 23:09:09.268 INFO O| Jul 15 23:09:09.268 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-07-15T23:09:10.277Z[ recovery-image] Jul 15 23:09:09.279 INFO O| Jul 15 23:09:09.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57972026-07-15T23:09:10.281Z[ recovery-image] Jul 15 23:09:09.281 INFO O| Jul 15 23:09:09.281 INFO STEP 146 (remove_files) COMPLETE
57982026-07-15T23:09:10.281Z[ recovery-image] Jul 15 23:09:09.281 INFO O| Jul 15 23:09:09.281 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-07-15T23:09:10.291Z[ recovery-image] Jul 15 23:09:09.292 INFO O| Jul 15 23:09:09.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
58002026-07-15T23:09:10.291Z[ recovery-image] Jul 15 23:09:09.292 INFO O| Jul 15 23:09:09.292 INFO STEP 147 (remove_files) COMPLETE
58012026-07-15T23:09:10.295Z[ recovery-image] Jul 15 23:09:09.292 INFO O| Jul 15 23:09:09.292 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-07-15T23:09:10.304Z[ recovery-image] Jul 15 23:09:09.302 INFO O| Jul 15 23:09:09.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
58032026-07-15T23:09:10.304Z[ recovery-image] Jul 15 23:09:09.302 INFO O| Jul 15 23:09:09.302 INFO STEP 148 (remove_files) COMPLETE
58042026-07-15T23:09:10.308Z[ recovery-image] Jul 15 23:09:09.302 INFO O| Jul 15 23:09:09.302 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-07-15T23:09:10.311Z[ recovery-image] Jul 15 23:09:09.312 INFO O| Jul 15 23:09:09.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
58062026-07-15T23:09:10.311Z[ recovery-image] Jul 15 23:09:09.312 INFO O| Jul 15 23:09:09.312 INFO STEP 149 (remove_files) COMPLETE
58072026-07-15T23:09:10.311Z[ recovery-image] Jul 15 23:09:09.312 INFO O| Jul 15 23:09:09.312 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-07-15T23:09:10.320Z[ recovery-image] Jul 15 23:09:09.322 INFO O| Jul 15 23:09:09.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58092026-07-15T23:09:10.320Z[ recovery-image] Jul 15 23:09:09.322 INFO O| Jul 15 23:09:09.322 INFO STEP 150 (remove_files) COMPLETE
58102026-07-15T23:09:10.323Z[ recovery-image] Jul 15 23:09:09.322 INFO O| Jul 15 23:09:09.322 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-07-15T23:09:10.330Z[ recovery-image] Jul 15 23:09:09.332 INFO O| Jul 15 23:09:09.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58122026-07-15T23:09:10.334Z[ recovery-image] Jul 15 23:09:09.332 INFO O| Jul 15 23:09:09.332 INFO STEP 151 (remove_files) COMPLETE
58132026-07-15T23:09:10.334Z[ recovery-image] Jul 15 23:09:09.332 INFO O| Jul 15 23:09:09.332 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-07-15T23:09:10.339Z[ recovery-image] Jul 15 23:09:09.341 INFO O| Jul 15 23:09:09.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58152026-07-15T23:09:10.339Z[ recovery-image] Jul 15 23:09:09.341 INFO O| Jul 15 23:09:09.341 INFO STEP 152 (remove_files) COMPLETE
58162026-07-15T23:09:10.346Z[ recovery-image] Jul 15 23:09:09.341 INFO O| Jul 15 23:09:09.341 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-07-15T23:09:10.350Z[ recovery-image] Jul 15 23:09:09.351 INFO O| Jul 15 23:09:09.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58182026-07-15T23:09:10.350Z[ recovery-image] Jul 15 23:09:09.351 INFO O| Jul 15 23:09:09.351 INFO STEP 153 (remove_files) COMPLETE
58192026-07-15T23:09:10.354Z[ recovery-image] Jul 15 23:09:09.351 INFO O| Jul 15 23:09:09.351 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-07-15T23:09:10.364Z[ recovery-image] Jul 15 23:09:09.363 INFO O| Jul 15 23:09:09.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58212026-07-15T23:09:10.366Z[ recovery-image] Jul 15 23:09:09.363 INFO O| Jul 15 23:09:09.363 INFO STEP 154 (remove_files) COMPLETE
58222026-07-15T23:09:10.369Z[ recovery-image] Jul 15 23:09:09.363 INFO O| Jul 15 23:09:09.363 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-07-15T23:09:10.385Z[ recovery-image] Jul 15 23:09:09.373 INFO O| Jul 15 23:09:09.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58242026-07-15T23:09:10.385Z[ recovery-image] Jul 15 23:09:09.374 INFO O| Jul 15 23:09:09.374 INFO STEP 155 (remove_files) COMPLETE
58252026-07-15T23:09:10.385Z[ recovery-image] Jul 15 23:09:09.374 INFO O| Jul 15 23:09:09.374 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-07-15T23:09:10.390Z[ recovery-image] Jul 15 23:09:09.384 INFO O| Jul 15 23:09:09.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58272026-07-15T23:09:10.390Z[ recovery-image] Jul 15 23:09:09.384 INFO O| Jul 15 23:09:09.384 INFO STEP 156 (remove_files) COMPLETE
58282026-07-15T23:09:10.390Z[ recovery-image] Jul 15 23:09:09.384 INFO O| Jul 15 23:09:09.384 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-07-15T23:09:10.393Z[ recovery-image] Jul 15 23:09:09.395 INFO O| Jul 15 23:09:09.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58302026-07-15T23:09:10.398Z[ recovery-image] Jul 15 23:09:09.395 INFO O| Jul 15 23:09:09.395 INFO STEP 157 (remove_files) COMPLETE
58312026-07-15T23:09:10.398Z[ recovery-image] Jul 15 23:09:09.395 INFO O| Jul 15 23:09:09.395 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-07-15T23:09:10.403Z[ recovery-image] Jul 15 23:09:09.405 INFO O| Jul 15 23:09:09.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58332026-07-15T23:09:10.406Z[ recovery-image] Jul 15 23:09:09.405 INFO O| Jul 15 23:09:09.405 INFO STEP 158 (remove_files) COMPLETE
58342026-07-15T23:09:10.406Z[ recovery-image] Jul 15 23:09:09.405 INFO O| Jul 15 23:09:09.405 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-07-15T23:09:10.415Z[ recovery-image] Jul 15 23:09:09.415 INFO O| Jul 15 23:09:09.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58362026-07-15T23:09:10.420Z[ recovery-image] Jul 15 23:09:09.415 INFO O| Jul 15 23:09:09.415 INFO STEP 159 (remove_files) COMPLETE
58372026-07-15T23:09:10.420Z[ recovery-image] Jul 15 23:09:09.415 INFO O| Jul 15 23:09:09.415 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-07-15T23:09:10.428Z[ recovery-image] Jul 15 23:09:09.426 INFO O| Jul 15 23:09:09.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58392026-07-15T23:09:10.428Z[ recovery-image] Jul 15 23:09:09.427 INFO O| Jul 15 23:09:09.427 INFO STEP 160 (remove_files) COMPLETE
58402026-07-15T23:09:10.433Z[ recovery-image] Jul 15 23:09:09.427 INFO O| Jul 15 23:09:09.427 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-07-15T23:09:10.437Z[ recovery-image] Jul 15 23:09:09.437 INFO O| Jul 15 23:09:09.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58422026-07-15T23:09:10.437Z[ recovery-image] Jul 15 23:09:09.437 INFO O| Jul 15 23:09:09.437 INFO STEP 161 (remove_files) COMPLETE
58432026-07-15T23:09:10.437Z[ recovery-image] Jul 15 23:09:09.437 INFO O| Jul 15 23:09:09.437 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-07-15T23:09:10.445Z[ recovery-image] Jul 15 23:09:09.446 INFO O| Jul 15 23:09:09.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58452026-07-15T23:09:10.445Z[ recovery-image] Jul 15 23:09:09.446 INFO O| Jul 15 23:09:09.446 INFO STEP 162 (remove_files) COMPLETE
58462026-07-15T23:09:10.449Z[ recovery-image] Jul 15 23:09:09.446 INFO O| Jul 15 23:09:09.446 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-07-15T23:09:10.455Z[ recovery-image] Jul 15 23:09:09.456 INFO O| Jul 15 23:09:09.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58482026-07-15T23:09:10.458Z[ recovery-image] Jul 15 23:09:09.456 INFO O| Jul 15 23:09:09.456 INFO STEP 163 (remove_files) COMPLETE
58492026-07-15T23:09:10.458Z[ recovery-image] Jul 15 23:09:09.456 INFO O| Jul 15 23:09:09.456 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-07-15T23:09:10.466Z[ recovery-image] Jul 15 23:09:09.467 INFO O| Jul 15 23:09:09.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58512026-07-15T23:09:10.473Z[ recovery-image] Jul 15 23:09:09.467 INFO O| Jul 15 23:09:09.467 INFO STEP 164 (remove_files) COMPLETE
58522026-07-15T23:09:10.473Z[ recovery-image] Jul 15 23:09:09.467 INFO O| Jul 15 23:09:09.467 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-07-15T23:09:10.476Z[ recovery-image] Jul 15 23:09:09.477 INFO O| Jul 15 23:09:09.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58542026-07-15T23:09:10.476Z[ recovery-image] Jul 15 23:09:09.477 INFO O| Jul 15 23:09:09.477 INFO STEP 165 (remove_files) COMPLETE
58552026-07-15T23:09:10.476Z[ recovery-image] Jul 15 23:09:09.477 INFO O| Jul 15 23:09:09.477 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-07-15T23:09:10.484Z[ recovery-image] Jul 15 23:09:09.486 INFO O| Jul 15 23:09:09.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58572026-07-15T23:09:10.484Z[ recovery-image] Jul 15 23:09:09.486 INFO O| Jul 15 23:09:09.486 INFO STEP 166 (remove_files) COMPLETE
58582026-07-15T23:09:10.490Z[ recovery-image] Jul 15 23:09:09.486 INFO O| Jul 15 23:09:09.486 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-07-15T23:09:10.495Z[ recovery-image] Jul 15 23:09:09.497 INFO O| Jul 15 23:09:09.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58602026-07-15T23:09:10.495Z[ recovery-image] Jul 15 23:09:09.497 INFO O| Jul 15 23:09:09.497 INFO STEP 167 (remove_files) COMPLETE
58612026-07-15T23:09:10.500Z[ recovery-image] Jul 15 23:09:09.497 INFO O| Jul 15 23:09:09.497 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-07-15T23:09:10.505Z[ recovery-image] Jul 15 23:09:09.506 INFO O| Jul 15 23:09:09.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58632026-07-15T23:09:10.505Z[ recovery-image] Jul 15 23:09:09.506 INFO O| Jul 15 23:09:09.506 INFO STEP 168 (remove_files) COMPLETE
58642026-07-15T23:09:10.508Z[ recovery-image] Jul 15 23:09:09.506 INFO O| Jul 15 23:09:09.506 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-07-15T23:09:10.516Z[ recovery-image] Jul 15 23:09:09.517 INFO O| Jul 15 23:09:09.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58662026-07-15T23:09:10.516Z[ recovery-image] Jul 15 23:09:09.517 INFO O| Jul 15 23:09:09.517 INFO STEP 169 (remove_files) COMPLETE
58672026-07-15T23:09:10.519Z[ recovery-image] Jul 15 23:09:09.517 INFO O| Jul 15 23:09:09.517 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-07-15T23:09:10.526Z[ recovery-image] Jul 15 23:09:09.527 INFO O| Jul 15 23:09:09.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58692026-07-15T23:09:10.526Z[ recovery-image] Jul 15 23:09:09.527 INFO O| Jul 15 23:09:09.527 INFO STEP 170 (remove_files) COMPLETE
58702026-07-15T23:09:10.529Z[ recovery-image] Jul 15 23:09:09.527 INFO O| Jul 15 23:09:09.527 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-07-15T23:09:10.537Z[ recovery-image] Jul 15 23:09:09.536 INFO O| Jul 15 23:09:09.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58722026-07-15T23:09:10.537Z[ recovery-image] Jul 15 23:09:09.536 INFO O| Jul 15 23:09:09.536 INFO STEP 171 (remove_files) COMPLETE
58732026-07-15T23:09:10.537Z[ recovery-image] Jul 15 23:09:09.536 INFO O| Jul 15 23:09:09.536 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-07-15T23:09:10.542Z[ recovery-image] Jul 15 23:09:09.544 INFO O| Jul 15 23:09:09.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58752026-07-15T23:09:10.545Z[ recovery-image] Jul 15 23:09:09.544 INFO O| Jul 15 23:09:09.544 INFO STEP 172 (remove_files) COMPLETE
58762026-07-15T23:09:10.545Z[ recovery-image] Jul 15 23:09:09.544 INFO O| Jul 15 23:09:09.544 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-07-15T23:09:10.554Z[ recovery-image] Jul 15 23:09:09.551 INFO O| Jul 15 23:09:09.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58782026-07-15T23:09:10.554Z[ recovery-image] Jul 15 23:09:09.551 INFO O| Jul 15 23:09:09.551 INFO STEP 173 (remove_files) COMPLETE
58792026-07-15T23:09:10.559Z[ recovery-image] Jul 15 23:09:09.551 INFO O| Jul 15 23:09:09.551 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-07-15T23:09:10.562Z[ recovery-image] Jul 15 23:09:09.559 INFO O| Jul 15 23:09:09.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58812026-07-15T23:09:10.562Z[ recovery-image] Jul 15 23:09:09.560 INFO O| Jul 15 23:09:09.560 INFO STEP 174 (remove_files) COMPLETE
58822026-07-15T23:09:10.562Z[ recovery-image] Jul 15 23:09:09.560 INFO O| Jul 15 23:09:09.560 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-07-15T23:09:10.570Z[ recovery-image] Jul 15 23:09:09.571 INFO O| Jul 15 23:09:09.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58842026-07-15T23:09:10.570Z[ recovery-image] Jul 15 23:09:09.571 INFO O| Jul 15 23:09:09.571 INFO STEP 175 (remove_files) COMPLETE
58852026-07-15T23:09:10.577Z[ recovery-image] Jul 15 23:09:09.571 INFO O| Jul 15 23:09:09.571 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-07-15T23:09:10.580Z[ recovery-image] Jul 15 23:09:09.580 INFO O| Jul 15 23:09:09.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58872026-07-15T23:09:10.580Z[ recovery-image] Jul 15 23:09:09.580 INFO O| Jul 15 23:09:09.580 INFO STEP 176 (remove_files) COMPLETE
58882026-07-15T23:09:10.580Z[ recovery-image] Jul 15 23:09:09.580 INFO O| Jul 15 23:09:09.580 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-07-15T23:09:10.590Z[ recovery-image] Jul 15 23:09:09.591 INFO O| Jul 15 23:09:09.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58902026-07-15T23:09:10.594Z[ recovery-image] Jul 15 23:09:09.591 INFO O| Jul 15 23:09:09.591 INFO STEP 177 (remove_files) COMPLETE
58912026-07-15T23:09:10.594Z[ recovery-image] Jul 15 23:09:09.591 INFO O| Jul 15 23:09:09.591 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-07-15T23:09:10.599Z[ recovery-image] Jul 15 23:09:09.600 INFO O| Jul 15 23:09:09.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58932026-07-15T23:09:10.599Z[ recovery-image] Jul 15 23:09:09.600 INFO O| Jul 15 23:09:09.600 INFO STEP 178 (remove_files) COMPLETE
58942026-07-15T23:09:10.603Z[ recovery-image] Jul 15 23:09:09.600 INFO O| Jul 15 23:09:09.600 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-07-15T23:09:10.606Z[ recovery-image] Jul 15 23:09:09.608 INFO O| Jul 15 23:09:09.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58962026-07-15T23:09:10.609Z[ recovery-image] Jul 15 23:09:09.608 INFO O| Jul 15 23:09:09.608 INFO STEP 179 (remove_files) COMPLETE
58972026-07-15T23:09:10.609Z[ recovery-image] Jul 15 23:09:09.608 INFO O| Jul 15 23:09:09.608 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-07-15T23:09:10.615Z[ recovery-image] Jul 15 23:09:09.616 INFO O| Jul 15 23:09:09.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58992026-07-15T23:09:10.615Z[ recovery-image] Jul 15 23:09:09.616 INFO O| Jul 15 23:09:09.616 INFO STEP 180 (remove_files) COMPLETE
59002026-07-15T23:09:10.623Z[ recovery-image] Jul 15 23:09:09.616 INFO O| Jul 15 23:09:09.616 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-07-15T23:09:10.626Z[ recovery-image] Jul 15 23:09:09.627 INFO O| Jul 15 23:09:09.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
59022026-07-15T23:09:10.626Z[ recovery-image] Jul 15 23:09:09.627 INFO O| Jul 15 23:09:09.627 INFO STEP 181 (remove_files) COMPLETE
59032026-07-15T23:09:10.626Z[ recovery-image] Jul 15 23:09:09.627 INFO O| Jul 15 23:09:09.627 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-07-15T23:09:10.634Z[ recovery-image] Jul 15 23:09:09.636 INFO O| Jul 15 23:09:09.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
59052026-07-15T23:09:10.638Z[ recovery-image] Jul 15 23:09:09.636 INFO O| Jul 15 23:09:09.636 INFO STEP 182 (remove_files) COMPLETE
59062026-07-15T23:09:10.638Z[ recovery-image] Jul 15 23:09:09.636 INFO O| Jul 15 23:09:09.636 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-07-15T23:09:10.644Z[ recovery-image] Jul 15 23:09:09.646 INFO O| Jul 15 23:09:09.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59082026-07-15T23:09:10.645Z[ recovery-image] Jul 15 23:09:09.646 INFO O| Jul 15 23:09:09.646 INFO STEP 183 (remove_files) COMPLETE
59092026-07-15T23:09:10.648Z[ recovery-image] Jul 15 23:09:09.646 INFO O| Jul 15 23:09:09.646 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-07-15T23:09:10.654Z[ recovery-image] Jul 15 23:09:09.655 INFO O| Jul 15 23:09:09.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59112026-07-15T23:09:10.654Z[ recovery-image] Jul 15 23:09:09.655 INFO O| Jul 15 23:09:09.655 INFO STEP 184 (remove_files) COMPLETE
59122026-07-15T23:09:10.657Z[ recovery-image] Jul 15 23:09:09.655 INFO O| Jul 15 23:09:09.655 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-07-15T23:09:10.663Z[ recovery-image] Jul 15 23:09:09.664 INFO O| Jul 15 23:09:09.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59142026-07-15T23:09:10.663Z[ recovery-image] Jul 15 23:09:09.664 INFO O| Jul 15 23:09:09.664 INFO STEP 185 (remove_files) COMPLETE
59152026-07-15T23:09:10.667Z[ recovery-image] Jul 15 23:09:09.665 INFO O| Jul 15 23:09:09.664 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-07-15T23:09:10.671Z[ recovery-image] Jul 15 23:09:09.673 INFO O| Jul 15 23:09:09.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59172026-07-15T23:09:10.671Z[ recovery-image] Jul 15 23:09:09.673 INFO O| Jul 15 23:09:09.673 INFO STEP 186 (remove_files) COMPLETE
59182026-07-15T23:09:10.675Z[ recovery-image] Jul 15 23:09:09.673 INFO O| Jul 15 23:09:09.673 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-07-15T23:09:10.682Z[ recovery-image] Jul 15 23:09:09.684 INFO O| Jul 15 23:09:09.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59202026-07-15T23:09:10.682Z[ recovery-image] Jul 15 23:09:09.684 INFO O| Jul 15 23:09:09.684 INFO STEP 187 (remove_files) COMPLETE
59212026-07-15T23:09:10.687Z[ recovery-image] Jul 15 23:09:09.684 INFO O| Jul 15 23:09:09.684 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-07-15T23:09:10.691Z[ recovery-image] Jul 15 23:09:09.693 INFO O| Jul 15 23:09:09.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59232026-07-15T23:09:10.691Z[ recovery-image] Jul 15 23:09:09.693 INFO O| Jul 15 23:09:09.693 INFO STEP 188 (remove_files) COMPLETE
59242026-07-15T23:09:10.692Z[ recovery-image] Jul 15 23:09:09.693 INFO O| Jul 15 23:09:09.693 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-07-15T23:09:10.701Z[ recovery-image] Jul 15 23:09:09.702 INFO O| Jul 15 23:09:09.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59262026-07-15T23:09:10.704Z[ recovery-image] Jul 15 23:09:09.702 INFO O| Jul 15 23:09:09.702 INFO STEP 189 (remove_files) COMPLETE
59272026-07-15T23:09:10.704Z[ recovery-image] Jul 15 23:09:09.702 INFO O| Jul 15 23:09:09.702 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-07-15T23:09:10.708Z[ recovery-image] Jul 15 23:09:09.710 INFO O| Jul 15 23:09:09.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59292026-07-15T23:09:10.708Z[ recovery-image] Jul 15 23:09:09.710 INFO O| Jul 15 23:09:09.710 INFO STEP 190 (remove_files) COMPLETE
59302026-07-15T23:09:10.712Z[ recovery-image] Jul 15 23:09:09.710 INFO O| Jul 15 23:09:09.710 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-07-15T23:09:10.719Z[ recovery-image] Jul 15 23:09:09.720 INFO O| Jul 15 23:09:09.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59322026-07-15T23:09:10.725Z[ recovery-image] Jul 15 23:09:09.720 INFO O| Jul 15 23:09:09.720 INFO STEP 191 (remove_files) COMPLETE
59332026-07-15T23:09:10.725Z[ recovery-image] Jul 15 23:09:09.720 INFO O| Jul 15 23:09:09.720 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-07-15T23:09:10.728Z[ recovery-image] Jul 15 23:09:09.729 INFO O| Jul 15 23:09:09.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59352026-07-15T23:09:10.729Z[ recovery-image] Jul 15 23:09:09.730 INFO O| Jul 15 23:09:09.730 INFO STEP 192 (remove_files) COMPLETE
59362026-07-15T23:09:10.729Z[ recovery-image] Jul 15 23:09:09.730 INFO O| Jul 15 23:09:09.730 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-07-15T23:09:10.737Z[ recovery-image] Jul 15 23:09:09.738 INFO O| Jul 15 23:09:09.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59382026-07-15T23:09:10.740Z[ recovery-image] Jul 15 23:09:09.738 INFO O| Jul 15 23:09:09.738 INFO STEP 193 (remove_files) COMPLETE
59392026-07-15T23:09:10.740Z[ recovery-image] Jul 15 23:09:09.738 INFO O| Jul 15 23:09:09.738 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-07-15T23:09:10.746Z[ recovery-image] Jul 15 23:09:09.748 INFO O| Jul 15 23:09:09.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59412026-07-15T23:09:10.750Z[ recovery-image] Jul 15 23:09:09.748 INFO O| Jul 15 23:09:09.748 INFO STEP 194 (remove_files) COMPLETE
59422026-07-15T23:09:10.750Z[ recovery-image] Jul 15 23:09:09.748 INFO O| Jul 15 23:09:09.748 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-07-15T23:09:10.756Z[ recovery-image] Jul 15 23:09:09.758 INFO O| Jul 15 23:09:09.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59442026-07-15T23:09:10.756Z[ recovery-image] Jul 15 23:09:09.758 INFO O| Jul 15 23:09:09.758 INFO STEP 195 (remove_files) COMPLETE
59452026-07-15T23:09:10.759Z[ recovery-image] Jul 15 23:09:09.758 INFO O| Jul 15 23:09:09.758 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-07-15T23:09:10.764Z[ recovery-image] Jul 15 23:09:09.766 INFO O| Jul 15 23:09:09.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59472026-07-15T23:09:10.770Z[ recovery-image] Jul 15 23:09:09.766 INFO O| Jul 15 23:09:09.766 INFO STEP 196 (remove_files) COMPLETE
59482026-07-15T23:09:10.770Z[ recovery-image] Jul 15 23:09:09.766 INFO O| Jul 15 23:09:09.766 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-07-15T23:09:10.775Z[ recovery-image] Jul 15 23:09:09.776 INFO O| Jul 15 23:09:09.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59502026-07-15T23:09:10.775Z[ recovery-image] Jul 15 23:09:09.776 INFO O| Jul 15 23:09:09.776 INFO STEP 197 (remove_files) COMPLETE
59512026-07-15T23:09:10.775Z[ recovery-image] Jul 15 23:09:09.776 INFO O| Jul 15 23:09:09.776 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-07-15T23:09:10.783Z[ recovery-image] Jul 15 23:09:09.785 INFO O| Jul 15 23:09:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59532026-07-15T23:09:10.784Z[ recovery-image] Jul 15 23:09:09.785 INFO O| Jul 15 23:09:09.785 INFO STEP 198 (remove_files) COMPLETE
59542026-07-15T23:09:10.787Z[ recovery-image] Jul 15 23:09:09.785 INFO O| Jul 15 23:09:09.785 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-07-15T23:09:10.792Z[ recovery-image] Jul 15 23:09:09.793 INFO O| Jul 15 23:09:09.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59562026-07-15T23:09:10.792Z[ recovery-image] Jul 15 23:09:09.793 INFO O| Jul 15 23:09:09.793 INFO STEP 199 (remove_files) COMPLETE
59572026-07-15T23:09:10.792Z[ recovery-image] Jul 15 23:09:09.793 INFO O| Jul 15 23:09:09.793 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-07-15T23:09:10.801Z[ recovery-image] Jul 15 23:09:09.802 INFO O| Jul 15 23:09:09.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59592026-07-15T23:09:10.806Z[ recovery-image] Jul 15 23:09:09.802 INFO O| Jul 15 23:09:09.802 INFO STEP 200 (remove_files) COMPLETE
59602026-07-15T23:09:10.806Z[ recovery-image] Jul 15 23:09:09.802 INFO O| Jul 15 23:09:09.802 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-07-15T23:09:10.809Z[ recovery-image] Jul 15 23:09:09.810 INFO O| Jul 15 23:09:09.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59622026-07-15T23:09:10.809Z[ recovery-image] Jul 15 23:09:09.810 INFO O| Jul 15 23:09:09.810 INFO STEP 201 (remove_files) COMPLETE
59632026-07-15T23:09:10.809Z[ recovery-image] Jul 15 23:09:09.810 INFO O| Jul 15 23:09:09.810 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-07-15T23:09:10.822Z[ recovery-image] Jul 15 23:09:09.820 INFO O| Jul 15 23:09:09.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59652026-07-15T23:09:10.822Z[ recovery-image] Jul 15 23:09:09.820 INFO O| Jul 15 23:09:09.820 INFO STEP 202 (remove_files) COMPLETE
59662026-07-15T23:09:10.825Z[ recovery-image] Jul 15 23:09:09.820 INFO O| Jul 15 23:09:09.820 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-07-15T23:09:10.829Z[ recovery-image] Jul 15 23:09:09.829 INFO O| Jul 15 23:09:09.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59682026-07-15T23:09:10.829Z[ recovery-image] Jul 15 23:09:09.829 INFO O| Jul 15 23:09:09.829 INFO STEP 203 (remove_files) COMPLETE
59692026-07-15T23:09:10.829Z[ recovery-image] Jul 15 23:09:09.829 INFO O| Jul 15 23:09:09.829 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-07-15T23:09:10.835Z[ recovery-image] Jul 15 23:09:09.837 INFO O| Jul 15 23:09:09.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59712026-07-15T23:09:10.839Z[ recovery-image] Jul 15 23:09:09.838 INFO O| Jul 15 23:09:09.838 INFO STEP 204 (remove_files) COMPLETE
59722026-07-15T23:09:10.839Z[ recovery-image] Jul 15 23:09:09.838 INFO O| Jul 15 23:09:09.838 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-07-15T23:09:10.844Z[ recovery-image] Jul 15 23:09:09.845 INFO O| Jul 15 23:09:09.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59742026-07-15T23:09:10.844Z[ recovery-image] Jul 15 23:09:09.845 INFO O| Jul 15 23:09:09.845 INFO STEP 205 (remove_files) COMPLETE
59752026-07-15T23:09:10.844Z[ recovery-image] Jul 15 23:09:09.845 INFO O| Jul 15 23:09:09.845 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-07-15T23:09:10.853Z[ recovery-image] Jul 15 23:09:09.854 INFO O| Jul 15 23:09:09.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59772026-07-15T23:09:10.853Z[ recovery-image] Jul 15 23:09:09.854 INFO O| Jul 15 23:09:09.854 INFO STEP 206 (remove_files) COMPLETE
59782026-07-15T23:09:10.853Z[ recovery-image] Jul 15 23:09:09.854 INFO O| Jul 15 23:09:09.854 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.862 INFO O| Jul 15 23:09:09.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59802026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.862 INFO O| Jul 15 23:09:09.862 INFO STEP 207 (remove_files) COMPLETE
59812026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.862 INFO O| Jul 15 23:09:09.862 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.871 INFO O| Jul 15 23:09:09.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59832026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.871 INFO O| Jul 15 23:09:09.871 INFO STEP 208 (remove_files) COMPLETE
59842026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.871 INFO O| Jul 15 23:09:09.871 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.880 INFO O| Jul 15 23:09:09.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59862026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.880 INFO O| Jul 15 23:09:09.880 INFO STEP 209 (remove_files) COMPLETE
59872026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.880 INFO O| Jul 15 23:09:09.880 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.888 INFO O| Jul 15 23:09:09.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59892026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.888 INFO O| Jul 15 23:09:09.888 INFO STEP 210 (remove_files) COMPLETE
59902026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.888 INFO O| Jul 15 23:09:09.888 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.895 INFO O| Jul 15 23:09:09.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59922026-07-15T23:09:10.936Z[ recovery-image] Jul 15 23:09:09.895 INFO O| Jul 15 23:09:09.895 INFO STEP 211 (remove_files) COMPLETE
59932026-07-15T23:09:10.937Z[ recovery-image] Jul 15 23:09:09.895 INFO O| Jul 15 23:09:09.895 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-07-15T23:09:10.937Z[ recovery-image] Jul 15 23:09:09.903 INFO O| Jul 15 23:09:09.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59952026-07-15T23:09:10.937Z[ recovery-image] Jul 15 23:09:09.903 INFO O| Jul 15 23:09:09.903 INFO STEP 212 (remove_files) COMPLETE
59962026-07-15T23:09:10.937Z[ recovery-image] Jul 15 23:09:09.903 INFO O| Jul 15 23:09:09.903 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-07-15T23:09:10.937Z[ recovery-image] Jul 15 23:09:09.912 INFO O| Jul 15 23:09:09.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59982026-07-15T23:09:10.937Z[ recovery-image] Jul 15 23:09:09.912 INFO O| Jul 15 23:09:09.912 INFO STEP 213 (remove_files) COMPLETE
59992026-07-15T23:09:10.937Z[ recovery-image] Jul 15 23:09:09.912 INFO O| Jul 15 23:09:09.912 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-07-15T23:09:10.937Z[ recovery-image] Jul 15 23:09:09.921 INFO O| Jul 15 23:09:09.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
60012026-07-15T23:09:10.937Z[ recovery-image] Jul 15 23:09:09.921 INFO O| Jul 15 23:09:09.921 INFO STEP 214 (remove_files) COMPLETE
60022026-07-15T23:09:10.937Z[ recovery-image] Jul 15 23:09:09.921 INFO O| Jul 15 23:09:09.921 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-07-15T23:09:10.941Z[ recovery-image] Jul 15 23:09:09.929 INFO O| Jul 15 23:09:09.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
60042026-07-15T23:09:10.942Z[ recovery-image] Jul 15 23:09:09.930 INFO O| Jul 15 23:09:09.930 INFO STEP 215 (remove_files) COMPLETE
60052026-07-15T23:09:10.942Z[ recovery-image] Jul 15 23:09:09.930 INFO O| Jul 15 23:09:09.930 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-07-15T23:09:10.942Z[ recovery-image] Jul 15 23:09:09.937 INFO O| Jul 15 23:09:09.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
60072026-07-15T23:09:10.942Z[ recovery-image] Jul 15 23:09:09.937 INFO O| Jul 15 23:09:09.937 INFO STEP 216 (remove_files) COMPLETE
60082026-07-15T23:09:10.942Z[ recovery-image] Jul 15 23:09:09.937 INFO O| Jul 15 23:09:09.937 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-07-15T23:09:10.946Z[ recovery-image] Jul 15 23:09:09.945 INFO O| Jul 15 23:09:09.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60102026-07-15T23:09:10.946Z[ recovery-image] Jul 15 23:09:09.945 INFO O| Jul 15 23:09:09.945 INFO STEP 217 (remove_files) COMPLETE
60112026-07-15T23:09:10.946Z[ recovery-image] Jul 15 23:09:09.945 INFO O| Jul 15 23:09:09.945 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-07-15T23:09:10.952Z[ recovery-image] Jul 15 23:09:09.953 INFO O| Jul 15 23:09:09.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60132026-07-15T23:09:10.952Z[ recovery-image] Jul 15 23:09:09.953 INFO O| Jul 15 23:09:09.953 INFO STEP 218 (remove_files) COMPLETE
60142026-07-15T23:09:10.955Z[ recovery-image] Jul 15 23:09:09.953 INFO O| Jul 15 23:09:09.953 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-07-15T23:09:10.960Z[ recovery-image] Jul 15 23:09:09.961 INFO O| Jul 15 23:09:09.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60162026-07-15T23:09:10.961Z[ recovery-image] Jul 15 23:09:09.961 INFO O| Jul 15 23:09:09.961 INFO STEP 219 (remove_files) COMPLETE
60172026-07-15T23:09:10.961Z[ recovery-image] Jul 15 23:09:09.961 INFO O| Jul 15 23:09:09.961 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-07-15T23:09:10.968Z[ recovery-image] Jul 15 23:09:09.969 INFO O| Jul 15 23:09:09.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60192026-07-15T23:09:10.970Z[ recovery-image] Jul 15 23:09:09.969 INFO O| Jul 15 23:09:09.969 INFO STEP 220 (remove_files) COMPLETE
60202026-07-15T23:09:10.974Z[ recovery-image] Jul 15 23:09:09.969 INFO O| Jul 15 23:09:09.969 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-07-15T23:09:10.977Z[ recovery-image] Jul 15 23:09:09.977 INFO O| Jul 15 23:09:09.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60222026-07-15T23:09:10.978Z[ recovery-image] Jul 15 23:09:09.977 INFO O| Jul 15 23:09:09.977 INFO STEP 221 (remove_files) COMPLETE
60232026-07-15T23:09:10.978Z[ recovery-image] Jul 15 23:09:09.977 INFO O| Jul 15 23:09:09.977 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-07-15T23:09:10.985Z[ recovery-image] Jul 15 23:09:09.985 INFO O| Jul 15 23:09:09.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60252026-07-15T23:09:10.985Z[ recovery-image] Jul 15 23:09:09.985 INFO O| Jul 15 23:09:09.985 INFO STEP 222 (remove_files) COMPLETE
60262026-07-15T23:09:10.989Z[ recovery-image] Jul 15 23:09:09.985 INFO O| Jul 15 23:09:09.985 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-07-15T23:09:10.997Z[ recovery-image] Jul 15 23:09:09.994 INFO O| Jul 15 23:09:09.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60282026-07-15T23:09:10.997Z[ recovery-image] Jul 15 23:09:09.994 INFO O| Jul 15 23:09:09.994 INFO STEP 223 (remove_files) COMPLETE
60292026-07-15T23:09:10.997Z[ recovery-image] Jul 15 23:09:09.994 INFO O| Jul 15 23:09:09.994 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-07-15T23:09:11.002Z[ recovery-image] Jul 15 23:09:10.003 INFO O| Jul 15 23:09:10.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60312026-07-15T23:09:11.002Z[ recovery-image] Jul 15 23:09:10.003 INFO O| Jul 15 23:09:10.003 INFO STEP 224 (remove_files) COMPLETE
60322026-07-15T23:09:11.002Z[ recovery-image] Jul 15 23:09:10.003 INFO O| Jul 15 23:09:10.003 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-07-15T23:09:11.011Z[ recovery-image] Jul 15 23:09:10.012 INFO O| Jul 15 23:09:10.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60342026-07-15T23:09:11.011Z[ recovery-image] Jul 15 23:09:10.012 INFO O| Jul 15 23:09:10.012 INFO STEP 225 (remove_files) COMPLETE
60352026-07-15T23:09:11.011Z[ recovery-image] Jul 15 23:09:10.012 INFO O| Jul 15 23:09:10.012 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-07-15T23:09:11.020Z[ recovery-image] Jul 15 23:09:10.020 INFO O| Jul 15 23:09:10.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60372026-07-15T23:09:11.024Z[ recovery-image] Jul 15 23:09:10.021 INFO O| Jul 15 23:09:10.021 INFO STEP 226 (remove_files) COMPLETE
60382026-07-15T23:09:11.024Z[ recovery-image] Jul 15 23:09:10.021 INFO O| Jul 15 23:09:10.021 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-07-15T23:09:11.030Z[ recovery-image] Jul 15 23:09:10.029 INFO O| Jul 15 23:09:10.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60402026-07-15T23:09:11.030Z[ recovery-image] Jul 15 23:09:10.029 INFO O| Jul 15 23:09:10.029 INFO STEP 227 (remove_files) COMPLETE
60412026-07-15T23:09:11.033Z[ recovery-image] Jul 15 23:09:10.029 INFO O| Jul 15 23:09:10.029 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-07-15T23:09:11.038Z[ recovery-image] Jul 15 23:09:10.040 INFO O| Jul 15 23:09:10.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60432026-07-15T23:09:11.038Z[ recovery-image] Jul 15 23:09:10.040 INFO O| Jul 15 23:09:10.040 INFO STEP 228 (remove_files) COMPLETE
60442026-07-15T23:09:11.041Z[ recovery-image] Jul 15 23:09:10.040 INFO O| Jul 15 23:09:10.040 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-07-15T23:09:11.047Z[ recovery-image] Jul 15 23:09:10.049 INFO O| Jul 15 23:09:10.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60462026-07-15T23:09:11.047Z[ recovery-image] Jul 15 23:09:10.049 INFO O| Jul 15 23:09:10.049 INFO STEP 229 (remove_files) COMPLETE
60472026-07-15T23:09:11.052Z[ recovery-image] Jul 15 23:09:10.049 INFO O| Jul 15 23:09:10.049 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-07-15T23:09:11.056Z[ recovery-image] Jul 15 23:09:10.058 INFO O| Jul 15 23:09:10.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60492026-07-15T23:09:11.056Z[ recovery-image] Jul 15 23:09:10.058 INFO O| Jul 15 23:09:10.058 INFO STEP 230 (remove_files) COMPLETE
60502026-07-15T23:09:11.056Z[ recovery-image] Jul 15 23:09:10.058 INFO O| Jul 15 23:09:10.058 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-07-15T23:09:11.066Z[ recovery-image] Jul 15 23:09:10.067 INFO O| Jul 15 23:09:10.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60522026-07-15T23:09:11.066Z[ recovery-image] Jul 15 23:09:10.067 INFO O| Jul 15 23:09:10.067 INFO STEP 231 (remove_files) COMPLETE
60532026-07-15T23:09:11.070Z[ recovery-image] Jul 15 23:09:10.067 INFO O| Jul 15 23:09:10.067 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-07-15T23:09:11.079Z[ recovery-image] Jul 15 23:09:10.076 INFO O| Jul 15 23:09:10.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60552026-07-15T23:09:11.079Z[ recovery-image] Jul 15 23:09:10.076 INFO O| Jul 15 23:09:10.076 INFO STEP 232 (remove_files) COMPLETE
60562026-07-15T23:09:11.083Z[ recovery-image] Jul 15 23:09:10.076 INFO O| Jul 15 23:09:10.076 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-07-15T23:09:11.083Z[ recovery-image] Jul 15 23:09:10.084 INFO O| Jul 15 23:09:10.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60582026-07-15T23:09:11.083Z[ recovery-image] Jul 15 23:09:10.084 INFO O| Jul 15 23:09:10.084 INFO STEP 233 (remove_files) COMPLETE
60592026-07-15T23:09:11.083Z[ recovery-image] Jul 15 23:09:10.084 INFO O| Jul 15 23:09:10.084 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-07-15T23:09:11.090Z[ recovery-image] Jul 15 23:09:10.092 INFO O| Jul 15 23:09:10.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60612026-07-15T23:09:11.090Z[ recovery-image] Jul 15 23:09:10.092 INFO O| Jul 15 23:09:10.092 INFO STEP 234 (remove_files) COMPLETE
60622026-07-15T23:09:11.090Z[ recovery-image] Jul 15 23:09:10.092 INFO O| Jul 15 23:09:10.092 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-07-15T23:09:11.099Z[ recovery-image] Jul 15 23:09:10.099 INFO O| Jul 15 23:09:10.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60642026-07-15T23:09:11.100Z[ recovery-image] Jul 15 23:09:10.099 INFO O| Jul 15 23:09:10.099 INFO STEP 235 (remove_files) COMPLETE
60652026-07-15T23:09:11.103Z[ recovery-image] Jul 15 23:09:10.099 INFO O| Jul 15 23:09:10.099 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-07-15T23:09:11.106Z[ recovery-image] Jul 15 23:09:10.107 INFO O| Jul 15 23:09:10.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60672026-07-15T23:09:11.106Z[ recovery-image] Jul 15 23:09:10.107 INFO O| Jul 15 23:09:10.107 INFO STEP 236 (remove_files) COMPLETE
60682026-07-15T23:09:11.106Z[ recovery-image] Jul 15 23:09:10.107 INFO O| Jul 15 23:09:10.107 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-07-15T23:09:11.115Z[ recovery-image] Jul 15 23:09:10.116 INFO O| Jul 15 23:09:10.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60702026-07-15T23:09:11.115Z[ recovery-image] Jul 15 23:09:10.116 INFO O| Jul 15 23:09:10.116 INFO STEP 237 (remove_files) COMPLETE
60712026-07-15T23:09:11.124Z[ recovery-image] Jul 15 23:09:10.116 INFO O| Jul 15 23:09:10.116 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-07-15T23:09:11.124Z[ recovery-image] Jul 15 23:09:10.124 INFO O| Jul 15 23:09:10.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60732026-07-15T23:09:11.124Z[ recovery-image] Jul 15 23:09:10.124 INFO O| Jul 15 23:09:10.124 INFO STEP 238 (remove_files) COMPLETE
60742026-07-15T23:09:11.124Z[ recovery-image] Jul 15 23:09:10.124 INFO O| Jul 15 23:09:10.124 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-07-15T23:09:11.130Z[ recovery-image] Jul 15 23:09:10.132 INFO O| Jul 15 23:09:10.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60762026-07-15T23:09:11.134Z[ recovery-image] Jul 15 23:09:10.132 INFO O| Jul 15 23:09:10.132 INFO STEP 239 (remove_files) COMPLETE
60772026-07-15T23:09:11.134Z[ recovery-image] Jul 15 23:09:10.132 INFO O| Jul 15 23:09:10.132 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-07-15T23:09:11.141Z[ recovery-image] Jul 15 23:09:10.140 INFO O| Jul 15 23:09:10.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60792026-07-15T23:09:11.145Z[ recovery-image] Jul 15 23:09:10.140 INFO O| Jul 15 23:09:10.140 INFO STEP 240 (remove_files) COMPLETE
60802026-07-15T23:09:11.145Z[ recovery-image] Jul 15 23:09:10.140 INFO O| Jul 15 23:09:10.140 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-07-15T23:09:11.148Z[ recovery-image] Jul 15 23:09:10.149 INFO O| Jul 15 23:09:10.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60822026-07-15T23:09:11.148Z[ recovery-image] Jul 15 23:09:10.149 INFO O| Jul 15 23:09:10.149 INFO STEP 241 (remove_files) COMPLETE
60832026-07-15T23:09:11.148Z[ recovery-image] Jul 15 23:09:10.149 INFO O| Jul 15 23:09:10.149 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-07-15T23:09:11.156Z[ recovery-image] Jul 15 23:09:10.157 INFO O| Jul 15 23:09:10.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60852026-07-15T23:09:11.159Z[ recovery-image] Jul 15 23:09:10.157 INFO O| Jul 15 23:09:10.157 INFO STEP 242 (remove_files) COMPLETE
60862026-07-15T23:09:11.159Z[ recovery-image] Jul 15 23:09:10.157 INFO O| Jul 15 23:09:10.157 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-07-15T23:09:11.163Z[ recovery-image] Jul 15 23:09:10.164 INFO O| Jul 15 23:09:10.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60882026-07-15T23:09:11.163Z[ recovery-image] Jul 15 23:09:10.164 INFO O| Jul 15 23:09:10.164 INFO STEP 243 (remove_files) COMPLETE
60892026-07-15T23:09:11.166Z[ recovery-image] Jul 15 23:09:10.164 INFO O| Jul 15 23:09:10.164 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-07-15T23:09:11.171Z[ recovery-image] Jul 15 23:09:10.173 INFO O| Jul 15 23:09:10.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60912026-07-15T23:09:11.175Z[ recovery-image] Jul 15 23:09:10.173 INFO O| Jul 15 23:09:10.173 INFO STEP 244 (remove_files) COMPLETE
60922026-07-15T23:09:11.175Z[ recovery-image] Jul 15 23:09:10.173 INFO O| Jul 15 23:09:10.173 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-07-15T23:09:11.178Z[ recovery-image] Jul 15 23:09:10.180 INFO O| Jul 15 23:09:10.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60942026-07-15T23:09:11.178Z[ recovery-image] Jul 15 23:09:10.180 INFO O| Jul 15 23:09:10.180 INFO STEP 245 (remove_files) COMPLETE
60952026-07-15T23:09:11.183Z[ recovery-image] Jul 15 23:09:10.180 INFO O| Jul 15 23:09:10.180 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-07-15T23:09:11.188Z[ recovery-image] Jul 15 23:09:10.190 INFO O| Jul 15 23:09:10.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60972026-07-15T23:09:11.188Z[ recovery-image] Jul 15 23:09:10.190 INFO O| Jul 15 23:09:10.190 INFO STEP 246 (remove_files) COMPLETE
60982026-07-15T23:09:11.192Z[ recovery-image] Jul 15 23:09:10.190 INFO O| Jul 15 23:09:10.190 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-07-15T23:09:11.196Z[ recovery-image] Jul 15 23:09:10.198 INFO O| Jul 15 23:09:10.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
61002026-07-15T23:09:11.197Z[ recovery-image] Jul 15 23:09:10.198 INFO O| Jul 15 23:09:10.198 INFO STEP 247 (remove_files) COMPLETE
61012026-07-15T23:09:11.203Z[ recovery-image] Jul 15 23:09:10.198 INFO O| Jul 15 23:09:10.198 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-07-15T23:09:11.206Z[ recovery-image] Jul 15 23:09:10.206 INFO O| Jul 15 23:09:10.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
61032026-07-15T23:09:11.206Z[ recovery-image] Jul 15 23:09:10.206 INFO O| Jul 15 23:09:10.206 INFO STEP 248 (remove_files) COMPLETE
61042026-07-15T23:09:11.206Z[ recovery-image] Jul 15 23:09:10.206 INFO O| Jul 15 23:09:10.206 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-07-15T23:09:11.212Z[ recovery-image] Jul 15 23:09:10.214 INFO O| Jul 15 23:09:10.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
61062026-07-15T23:09:11.215Z[ recovery-image] Jul 15 23:09:10.214 INFO O| Jul 15 23:09:10.214 INFO STEP 249 (remove_files) COMPLETE
61072026-07-15T23:09:11.215Z[ recovery-image] Jul 15 23:09:10.214 INFO O| Jul 15 23:09:10.214 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-07-15T23:09:11.221Z[ recovery-image] Jul 15 23:09:10.223 INFO O| Jul 15 23:09:10.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61092026-07-15T23:09:11.221Z[ recovery-image] Jul 15 23:09:10.223 INFO O| Jul 15 23:09:10.223 INFO STEP 250 (remove_files) COMPLETE
61102026-07-15T23:09:11.225Z[ recovery-image] Jul 15 23:09:10.223 INFO O| Jul 15 23:09:10.223 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-07-15T23:09:11.229Z[ recovery-image] Jul 15 23:09:10.231 INFO O| Jul 15 23:09:10.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61122026-07-15T23:09:11.229Z[ recovery-image] Jul 15 23:09:10.231 INFO O| Jul 15 23:09:10.231 INFO STEP 251 (remove_files) COMPLETE
61132026-07-15T23:09:11.229Z[ recovery-image] Jul 15 23:09:10.231 INFO O| Jul 15 23:09:10.231 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-07-15T23:09:11.240Z[ recovery-image] Jul 15 23:09:10.240 INFO O| Jul 15 23:09:10.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61152026-07-15T23:09:11.243Z[ recovery-image] Jul 15 23:09:10.240 INFO O| Jul 15 23:09:10.240 INFO STEP 252 (remove_files) COMPLETE
61162026-07-15T23:09:11.243Z[ recovery-image] Jul 15 23:09:10.240 INFO O| Jul 15 23:09:10.240 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-07-15T23:09:11.250Z[ recovery-image] Jul 15 23:09:10.249 INFO O| Jul 15 23:09:10.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61182026-07-15T23:09:11.250Z[ recovery-image] Jul 15 23:09:10.249 INFO O| Jul 15 23:09:10.249 INFO STEP 253 (remove_files) COMPLETE
61192026-07-15T23:09:11.250Z[ recovery-image] Jul 15 23:09:10.249 INFO O| Jul 15 23:09:10.249 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-07-15T23:09:11.255Z[ recovery-image] Jul 15 23:09:10.257 INFO O| Jul 15 23:09:10.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61212026-07-15T23:09:11.260Z[ recovery-image] Jul 15 23:09:10.257 INFO O| Jul 15 23:09:10.257 INFO STEP 254 (remove_files) COMPLETE
61222026-07-15T23:09:11.260Z[ recovery-image] Jul 15 23:09:10.257 INFO O| Jul 15 23:09:10.257 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-07-15T23:09:11.265Z[ recovery-image] Jul 15 23:09:10.266 INFO O| Jul 15 23:09:10.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61242026-07-15T23:09:11.268Z[ recovery-image] Jul 15 23:09:10.267 INFO O| Jul 15 23:09:10.266 INFO STEP 255 (remove_files) COMPLETE
61252026-07-15T23:09:11.268Z[ recovery-image] Jul 15 23:09:10.267 INFO O| Jul 15 23:09:10.267 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-07-15T23:09:11.273Z[ recovery-image] Jul 15 23:09:10.275 INFO O| Jul 15 23:09:10.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61272026-07-15T23:09:11.273Z[ recovery-image] Jul 15 23:09:10.275 INFO O| Jul 15 23:09:10.275 INFO STEP 256 (remove_files) COMPLETE
61282026-07-15T23:09:11.277Z[ recovery-image] Jul 15 23:09:10.275 INFO O| Jul 15 23:09:10.275 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-07-15T23:09:11.280Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
61302026-07-15T23:09:11.283Z[ recovery-image] Jul 15 23:09:10.283 INFO O| Jul 15 23:09:10.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61312026-07-15T23:09:11.283Z[ recovery-image] Jul 15 23:09:10.283 INFO O| Jul 15 23:09:10.283 INFO STEP 257 (remove_files) COMPLETE
61322026-07-15T23:09:11.283Z[ recovery-image] Jul 15 23:09:10.283 INFO O| Jul 15 23:09:10.283 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-07-15T23:09:11.290Z[ recovery-image] Jul 15 23:09:10.291 INFO O| Jul 15 23:09:10.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61342026-07-15T23:09:11.293Z[ recovery-image] Jul 15 23:09:10.292 INFO O| Jul 15 23:09:10.291 INFO STEP 258 (remove_files) COMPLETE
61352026-07-15T23:09:11.293Z[ recovery-image] Jul 15 23:09:10.292 INFO O| Jul 15 23:09:10.292 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-07-15T23:09:11.298Z[ recovery-image] Jul 15 23:09:10.299 INFO O| Jul 15 23:09:10.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61372026-07-15T23:09:11.298Z[ recovery-image] Jul 15 23:09:10.299 INFO O| Jul 15 23:09:10.299 INFO STEP 259 (remove_files) COMPLETE
61382026-07-15T23:09:11.301Z[ recovery-image] Jul 15 23:09:10.299 INFO O| Jul 15 23:09:10.299 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-07-15T23:09:11.307Z[ recovery-image] Jul 15 23:09:10.309 INFO O| Jul 15 23:09:10.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61402026-07-15T23:09:11.308Z[ recovery-image] Jul 15 23:09:10.309 INFO O| Jul 15 23:09:10.309 INFO STEP 260 (remove_files) COMPLETE
61412026-07-15T23:09:11.308Z[ recovery-image] Jul 15 23:09:10.309 INFO O| Jul 15 23:09:10.309 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-07-15T23:09:11.317Z[ recovery-image] Jul 15 23:09:10.318 INFO O| Jul 15 23:09:10.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61432026-07-15T23:09:11.323Z[ recovery-image] Jul 15 23:09:10.318 INFO O| Jul 15 23:09:10.318 INFO STEP 261 (remove_files) COMPLETE
61442026-07-15T23:09:11.323Z[ recovery-image] Jul 15 23:09:10.318 INFO O| Jul 15 23:09:10.318 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-07-15T23:09:11.329Z[ recovery-image] Jul 15 23:09:10.327 INFO O| Jul 15 23:09:10.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61462026-07-15T23:09:11.329Z[ recovery-image] Jul 15 23:09:10.327 INFO O| Jul 15 23:09:10.327 INFO STEP 262 (remove_files) COMPLETE
61472026-07-15T23:09:11.329Z[ recovery-image] Jul 15 23:09:10.327 INFO O| Jul 15 23:09:10.327 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-07-15T23:09:11.335Z[ recovery-image] Jul 15 23:09:10.337 INFO O| Jul 15 23:09:10.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61492026-07-15T23:09:11.335Z[ recovery-image] Jul 15 23:09:10.337 INFO O| Jul 15 23:09:10.337 INFO STEP 263 (remove_files) COMPLETE
61502026-07-15T23:09:11.339Z[ recovery-image] Jul 15 23:09:10.337 INFO O| Jul 15 23:09:10.337 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-07-15T23:09:11.345Z[ recovery-image] Jul 15 23:09:10.346 INFO O| Jul 15 23:09:10.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61522026-07-15T23:09:11.345Z[ recovery-image] Jul 15 23:09:10.346 INFO O| Jul 15 23:09:10.346 INFO STEP 264 (remove_files) COMPLETE
61532026-07-15T23:09:11.345Z[ recovery-image] Jul 15 23:09:10.346 INFO O| Jul 15 23:09:10.346 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-07-15T23:09:11.354Z[ recovery-image] Jul 15 23:09:10.356 INFO O| Jul 15 23:09:10.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61552026-07-15T23:09:11.358Z[ recovery-image] Jul 15 23:09:10.356 INFO O| Jul 15 23:09:10.356 INFO STEP 265 (remove_files) COMPLETE
61562026-07-15T23:09:11.358Z[ recovery-image] Jul 15 23:09:10.356 INFO O| Jul 15 23:09:10.356 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-07-15T23:09:11.365Z[ recovery-image] Jul 15 23:09:10.363 INFO O| Jul 15 23:09:10.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61582026-07-15T23:09:11.365Z[ recovery-image] Jul 15 23:09:10.363 INFO O| Jul 15 23:09:10.363 INFO STEP 266 (remove_files) COMPLETE
61592026-07-15T23:09:11.369Z[ recovery-image] Jul 15 23:09:10.363 INFO O| Jul 15 23:09:10.363 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-07-15T23:09:11.373Z[ recovery-image] Jul 15 23:09:10.372 INFO O| Jul 15 23:09:10.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61612026-07-15T23:09:11.373Z[ recovery-image] Jul 15 23:09:10.373 INFO O| Jul 15 23:09:10.373 INFO STEP 267 (remove_files) COMPLETE
61622026-07-15T23:09:11.373Z[ recovery-image] Jul 15 23:09:10.373 INFO O| Jul 15 23:09:10.373 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-07-15T23:09:11.379Z[ recovery-image] Jul 15 23:09:10.381 INFO O| Jul 15 23:09:10.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61642026-07-15T23:09:11.380Z[ recovery-image] Jul 15 23:09:10.381 INFO O| Jul 15 23:09:10.381 INFO STEP 268 (remove_files) COMPLETE
61652026-07-15T23:09:11.380Z[ recovery-image] Jul 15 23:09:10.381 INFO O| Jul 15 23:09:10.381 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-07-15T23:09:11.388Z[ recovery-image] Jul 15 23:09:10.389 INFO O| Jul 15 23:09:10.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61672026-07-15T23:09:11.392Z[ recovery-image] Jul 15 23:09:10.389 INFO O| Jul 15 23:09:10.389 INFO STEP 269 (remove_files) COMPLETE
61682026-07-15T23:09:11.392Z[ recovery-image] Jul 15 23:09:10.389 INFO O| Jul 15 23:09:10.389 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-07-15T23:09:11.396Z[ recovery-image] Jul 15 23:09:10.398 INFO O| Jul 15 23:09:10.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61702026-07-15T23:09:11.399Z[ recovery-image] Jul 15 23:09:10.398 INFO O| Jul 15 23:09:10.398 INFO STEP 270 (remove_files) COMPLETE
61712026-07-15T23:09:11.399Z[ recovery-image] Jul 15 23:09:10.398 INFO O| Jul 15 23:09:10.398 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-07-15T23:09:11.405Z[ recovery-image] Jul 15 23:09:10.406 INFO O| Jul 15 23:09:10.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61732026-07-15T23:09:11.405Z[ recovery-image] Jul 15 23:09:10.406 INFO O| Jul 15 23:09:10.406 INFO STEP 271 (remove_files) COMPLETE
61742026-07-15T23:09:11.405Z[ recovery-image] Jul 15 23:09:10.406 INFO O| Jul 15 23:09:10.406 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-07-15T23:09:11.412Z[ recovery-image] Jul 15 23:09:10.413 INFO O| Jul 15 23:09:10.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61762026-07-15T23:09:11.412Z[ recovery-image] Jul 15 23:09:10.413 INFO O| Jul 15 23:09:10.413 INFO STEP 272 (remove_files) COMPLETE
61772026-07-15T23:09:11.412Z[ recovery-image] Jul 15 23:09:10.413 INFO O| Jul 15 23:09:10.413 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-07-15T23:09:11.421Z[ recovery-image] Jul 15 23:09:10.423 INFO O| Jul 15 23:09:10.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61792026-07-15T23:09:11.421Z[ recovery-image] Jul 15 23:09:10.423 INFO O| Jul 15 23:09:10.423 INFO STEP 273 (remove_files) COMPLETE
61802026-07-15T23:09:11.425Z[ recovery-image] Jul 15 23:09:10.423 INFO O| Jul 15 23:09:10.423 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-07-15T23:09:11.429Z[ recovery-image] Jul 15 23:09:10.431 INFO O| Jul 15 23:09:10.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61822026-07-15T23:09:11.432Z[ recovery-image] Jul 15 23:09:10.431 INFO O| Jul 15 23:09:10.431 INFO STEP 274 (remove_files) COMPLETE
61832026-07-15T23:09:11.432Z[ recovery-image] Jul 15 23:09:10.431 INFO O| Jul 15 23:09:10.431 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-07-15T23:09:11.440Z[ recovery-image] Jul 15 23:09:10.440 INFO O| Jul 15 23:09:10.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61852026-07-15T23:09:11.440Z[ recovery-image] Jul 15 23:09:10.441 INFO O| Jul 15 23:09:10.441 INFO STEP 275 (remove_files) COMPLETE
61862026-07-15T23:09:11.443Z[ recovery-image] Jul 15 23:09:10.441 INFO O| Jul 15 23:09:10.441 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-07-15T23:09:11.447Z[ recovery-image] Jul 15 23:09:10.449 INFO O| Jul 15 23:09:10.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61882026-07-15T23:09:11.447Z[ recovery-image] Jul 15 23:09:10.449 INFO O| Jul 15 23:09:10.449 INFO STEP 276 (remove_files) COMPLETE
61892026-07-15T23:09:11.447Z[ recovery-image] Jul 15 23:09:10.449 INFO O| Jul 15 23:09:10.449 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-07-15T23:09:11.457Z[ recovery-image] Jul 15 23:09:10.458 INFO O| Jul 15 23:09:10.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61912026-07-15T23:09:11.457Z[ recovery-image] Jul 15 23:09:10.458 INFO O| Jul 15 23:09:10.458 INFO STEP 277 (remove_files) COMPLETE
61922026-07-15T23:09:11.461Z[ recovery-image] Jul 15 23:09:10.458 INFO O| Jul 15 23:09:10.458 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-07-15T23:09:11.465Z[ recovery-image] Jul 15 23:09:10.466 INFO O| Jul 15 23:09:10.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61942026-07-15T23:09:11.465Z[ recovery-image] Jul 15 23:09:10.467 INFO O| Jul 15 23:09:10.467 INFO STEP 278 (remove_files) COMPLETE
61952026-07-15T23:09:11.465Z[ recovery-image] Jul 15 23:09:10.467 INFO O| Jul 15 23:09:10.467 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-07-15T23:09:11.473Z[ recovery-image] Jul 15 23:09:10.475 INFO O| Jul 15 23:09:10.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61972026-07-15T23:09:11.473Z[ recovery-image] Jul 15 23:09:10.475 INFO O| Jul 15 23:09:10.475 INFO STEP 279 (remove_files) COMPLETE
61982026-07-15T23:09:11.478Z[ recovery-image] Jul 15 23:09:10.475 INFO O| Jul 15 23:09:10.475 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-07-15T23:09:11.484Z[ recovery-image] Jul 15 23:09:10.483 INFO O| Jul 15 23:09:10.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
62002026-07-15T23:09:11.484Z[ recovery-image] Jul 15 23:09:10.483 INFO O| Jul 15 23:09:10.483 INFO STEP 280 (remove_files) COMPLETE
62012026-07-15T23:09:11.484Z[ recovery-image] Jul 15 23:09:10.483 INFO O| Jul 15 23:09:10.483 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-07-15T23:09:11.489Z[ recovery-image] Jul 15 23:09:10.491 INFO O| Jul 15 23:09:10.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
62032026-07-15T23:09:11.496Z[ recovery-image] Jul 15 23:09:10.491 INFO O| Jul 15 23:09:10.491 INFO STEP 281 (remove_files) COMPLETE
62042026-07-15T23:09:11.496Z[ recovery-image] Jul 15 23:09:10.491 INFO O| Jul 15 23:09:10.491 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-07-15T23:09:11.499Z[ recovery-image] Jul 15 23:09:10.499 INFO O| Jul 15 23:09:10.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62062026-07-15T23:09:11.499Z[ recovery-image] Jul 15 23:09:10.499 INFO O| Jul 15 23:09:10.499 INFO STEP 282 (remove_files) COMPLETE
62072026-07-15T23:09:11.499Z[ recovery-image] Jul 15 23:09:10.499 INFO O| Jul 15 23:09:10.499 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-07-15T23:09:11.507Z[ recovery-image] Jul 15 23:09:10.508 INFO O| Jul 15 23:09:10.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62092026-07-15T23:09:11.507Z[ recovery-image] Jul 15 23:09:10.508 INFO O| Jul 15 23:09:10.508 INFO STEP 283 (remove_files) COMPLETE
62102026-07-15T23:09:11.507Z[ recovery-image] Jul 15 23:09:10.508 INFO O| Jul 15 23:09:10.508 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-07-15T23:09:11.516Z[ recovery-image] Jul 15 23:09:10.517 INFO O| Jul 15 23:09:10.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62122026-07-15T23:09:11.516Z[ recovery-image] Jul 15 23:09:10.517 INFO O| Jul 15 23:09:10.517 INFO STEP 284 (remove_files) COMPLETE
62132026-07-15T23:09:11.519Z[ recovery-image] Jul 15 23:09:10.517 INFO O| Jul 15 23:09:10.517 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-07-15T23:09:11.525Z[ recovery-image] Jul 15 23:09:10.527 INFO O| Jul 15 23:09:10.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62152026-07-15T23:09:11.525Z[ recovery-image] Jul 15 23:09:10.527 INFO O| Jul 15 23:09:10.527 INFO STEP 285 (remove_files) COMPLETE
62162026-07-15T23:09:11.529Z[ recovery-image] Jul 15 23:09:10.527 INFO O| Jul 15 23:09:10.527 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-07-15T23:09:11.534Z[ recovery-image] Jul 15 23:09:10.535 INFO O| Jul 15 23:09:10.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62182026-07-15T23:09:11.534Z[ recovery-image] Jul 15 23:09:10.535 INFO O| Jul 15 23:09:10.535 INFO STEP 286 (remove_files) COMPLETE
62192026-07-15T23:09:11.534Z[ recovery-image] Jul 15 23:09:10.535 INFO O| Jul 15 23:09:10.535 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-07-15T23:09:11.543Z[ recovery-image] Jul 15 23:09:10.545 INFO O| Jul 15 23:09:10.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62212026-07-15T23:09:11.543Z[ recovery-image] Jul 15 23:09:10.545 INFO O| Jul 15 23:09:10.545 INFO STEP 287 (remove_files) COMPLETE
62222026-07-15T23:09:11.543Z[ recovery-image] Jul 15 23:09:10.545 INFO O| Jul 15 23:09:10.545 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-07-15T23:09:11.554Z[ recovery-image] Jul 15 23:09:10.555 INFO O| Jul 15 23:09:10.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62242026-07-15T23:09:11.554Z[ recovery-image] Jul 15 23:09:10.555 INFO O| Jul 15 23:09:10.555 INFO STEP 288 (remove_files) COMPLETE
62252026-07-15T23:09:11.554Z[ recovery-image] Jul 15 23:09:10.555 INFO O| Jul 15 23:09:10.555 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-07-15T23:09:11.565Z[ recovery-image] Jul 15 23:09:10.565 INFO O| Jul 15 23:09:10.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62272026-07-15T23:09:11.565Z[ recovery-image] Jul 15 23:09:10.565 INFO O| Jul 15 23:09:10.565 INFO STEP 289 (remove_files) COMPLETE
62282026-07-15T23:09:11.565Z[ recovery-image] Jul 15 23:09:10.565 INFO O| Jul 15 23:09:10.565 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-07-15T23:09:11.572Z[ recovery-image] Jul 15 23:09:10.573 INFO O| Jul 15 23:09:10.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62302026-07-15T23:09:11.572Z[ recovery-image] Jul 15 23:09:10.573 INFO O| Jul 15 23:09:10.573 INFO STEP 290 (remove_files) COMPLETE
62312026-07-15T23:09:11.575Z[ recovery-image] Jul 15 23:09:10.573 INFO O| Jul 15 23:09:10.573 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-07-15T23:09:11.583Z[ recovery-image] Jul 15 23:09:10.584 INFO O| Jul 15 23:09:10.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62332026-07-15T23:09:11.583Z[ recovery-image] Jul 15 23:09:10.584 INFO O| Jul 15 23:09:10.584 INFO STEP 291 (remove_files) COMPLETE
62342026-07-15T23:09:11.583Z[ recovery-image] Jul 15 23:09:10.584 INFO O| Jul 15 23:09:10.584 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-07-15T23:09:11.593Z[ recovery-image] Jul 15 23:09:10.594 INFO O| Jul 15 23:09:10.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62362026-07-15T23:09:11.593Z[ recovery-image] Jul 15 23:09:10.595 INFO O| Jul 15 23:09:10.594 INFO STEP 292 (remove_files) COMPLETE
62372026-07-15T23:09:11.593Z[ recovery-image] Jul 15 23:09:10.595 INFO O| Jul 15 23:09:10.594 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-07-15T23:09:11.602Z[ recovery-image] Jul 15 23:09:10.604 INFO O| Jul 15 23:09:10.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62392026-07-15T23:09:11.602Z[ recovery-image] Jul 15 23:09:10.604 INFO O| Jul 15 23:09:10.604 INFO STEP 293 (remove_files) COMPLETE
62402026-07-15T23:09:11.605Z[ recovery-image] Jul 15 23:09:10.604 INFO O| Jul 15 23:09:10.604 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-07-15T23:09:11.610Z[ recovery-image] Jul 15 23:09:10.612 INFO O| Jul 15 23:09:10.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62422026-07-15T23:09:11.610Z[ recovery-image] Jul 15 23:09:10.612 INFO O| Jul 15 23:09:10.612 INFO STEP 294 (remove_files) COMPLETE
62432026-07-15T23:09:11.610Z[ recovery-image] Jul 15 23:09:10.612 INFO O| Jul 15 23:09:10.612 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-07-15T23:09:11.624Z[ recovery-image] Jul 15 23:09:10.623 INFO O| Jul 15 23:09:10.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62452026-07-15T23:09:11.624Z[ recovery-image] Jul 15 23:09:10.623 INFO O| Jul 15 23:09:10.623 INFO STEP 295 (remove_files) COMPLETE
62462026-07-15T23:09:11.624Z[ recovery-image] Jul 15 23:09:10.623 INFO O| Jul 15 23:09:10.623 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-07-15T23:09:11.632Z[ recovery-image] Jul 15 23:09:10.633 INFO O| Jul 15 23:09:10.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62482026-07-15T23:09:11.632Z[ recovery-image] Jul 15 23:09:10.633 INFO O| Jul 15 23:09:10.633 INFO STEP 296 (remove_files) COMPLETE
62492026-07-15T23:09:11.632Z[ recovery-image] Jul 15 23:09:10.633 INFO O| Jul 15 23:09:10.633 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-07-15T23:09:11.642Z[ recovery-image] Jul 15 23:09:10.643 INFO O| Jul 15 23:09:10.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62512026-07-15T23:09:11.642Z[ recovery-image] Jul 15 23:09:10.643 INFO O| Jul 15 23:09:10.643 INFO STEP 297 (remove_files) COMPLETE
62522026-07-15T23:09:11.642Z[ recovery-image] Jul 15 23:09:10.643 INFO O| Jul 15 23:09:10.643 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-07-15T23:09:11.650Z[ recovery-image] Jul 15 23:09:10.652 INFO O| Jul 15 23:09:10.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62542026-07-15T23:09:11.653Z[ recovery-image] Jul 15 23:09:10.652 INFO O| Jul 15 23:09:10.652 INFO STEP 298 (remove_files) COMPLETE
62552026-07-15T23:09:11.653Z[ recovery-image] Jul 15 23:09:10.652 INFO O| Jul 15 23:09:10.652 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-07-15T23:09:11.661Z[ recovery-image] Jul 15 23:09:10.662 INFO O| Jul 15 23:09:10.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62572026-07-15T23:09:11.661Z[ recovery-image] Jul 15 23:09:10.662 INFO O| Jul 15 23:09:10.662 INFO STEP 299 (remove_files) COMPLETE
62582026-07-15T23:09:11.661Z[ recovery-image] Jul 15 23:09:10.662 INFO O| Jul 15 23:09:10.662 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-07-15T23:09:11.670Z[ recovery-image] Jul 15 23:09:10.672 INFO O| Jul 15 23:09:10.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62602026-07-15T23:09:11.675Z[ recovery-image] Jul 15 23:09:10.672 INFO O| Jul 15 23:09:10.672 INFO STEP 300 (remove_files) COMPLETE
62612026-07-15T23:09:11.675Z[ recovery-image] Jul 15 23:09:10.672 INFO O| Jul 15 23:09:10.672 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-07-15T23:09:11.679Z[ recovery-image] Jul 15 23:09:10.681 INFO O| Jul 15 23:09:10.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62632026-07-15T23:09:11.679Z[ recovery-image] Jul 15 23:09:10.681 INFO O| Jul 15 23:09:10.681 INFO STEP 301 (remove_files) COMPLETE
62642026-07-15T23:09:11.682Z[ recovery-image] Jul 15 23:09:10.681 INFO O| Jul 15 23:09:10.681 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-07-15T23:09:11.686Z[ recovery-image] Jul 15 23:09:10.688 INFO O| Jul 15 23:09:10.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62662026-07-15T23:09:11.686Z[ recovery-image] Jul 15 23:09:10.688 INFO O| Jul 15 23:09:10.688 INFO STEP 302 (remove_files) COMPLETE
62672026-07-15T23:09:11.686Z[ recovery-image] Jul 15 23:09:10.688 INFO O| Jul 15 23:09:10.688 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-07-15T23:09:11.696Z[ recovery-image] Jul 15 23:09:10.697 INFO O| Jul 15 23:09:10.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62692026-07-15T23:09:11.696Z[ recovery-image] Jul 15 23:09:10.698 INFO O| Jul 15 23:09:10.697 INFO STEP 303 (remove_files) COMPLETE
62702026-07-15T23:09:11.699Z[ recovery-image] Jul 15 23:09:10.698 INFO O| Jul 15 23:09:10.697 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-07-15T23:09:11.705Z[ recovery-image] Jul 15 23:09:10.707 INFO O| Jul 15 23:09:10.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62722026-07-15T23:09:11.705Z[ recovery-image] Jul 15 23:09:10.707 INFO O| Jul 15 23:09:10.707 INFO STEP 304 (remove_files) COMPLETE
62732026-07-15T23:09:11.705Z[ recovery-image] Jul 15 23:09:10.707 INFO O| Jul 15 23:09:10.707 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-07-15T23:09:11.715Z[ recovery-image] Jul 15 23:09:10.716 INFO O| Jul 15 23:09:10.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62752026-07-15T23:09:11.715Z[ recovery-image] Jul 15 23:09:10.716 INFO O| Jul 15 23:09:10.716 INFO STEP 305 (remove_files) COMPLETE
62762026-07-15T23:09:11.715Z[ recovery-image] Jul 15 23:09:10.716 INFO O| Jul 15 23:09:10.716 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-07-15T23:09:11.725Z[ recovery-image] Jul 15 23:09:10.726 INFO O| Jul 15 23:09:10.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62782026-07-15T23:09:11.725Z[ recovery-image] Jul 15 23:09:10.726 INFO O| Jul 15 23:09:10.726 INFO STEP 306 (remove_files) COMPLETE
62792026-07-15T23:09:11.725Z[ recovery-image] Jul 15 23:09:10.726 INFO O| Jul 15 23:09:10.726 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-07-15T23:09:11.733Z[ recovery-image] Jul 15 23:09:10.734 INFO O| Jul 15 23:09:10.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62812026-07-15T23:09:11.733Z[ recovery-image] Jul 15 23:09:10.734 INFO O| Jul 15 23:09:10.734 INFO STEP 307 (remove_files) COMPLETE
62822026-07-15T23:09:11.733Z[ recovery-image] Jul 15 23:09:10.734 INFO O| Jul 15 23:09:10.734 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-07-15T23:09:11.740Z[ recovery-image] Jul 15 23:09:10.741 INFO O| Jul 15 23:09:10.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62842026-07-15T23:09:11.740Z[ recovery-image] Jul 15 23:09:10.742 INFO O| Jul 15 23:09:10.742 INFO STEP 308 (remove_files) COMPLETE
62852026-07-15T23:09:11.740Z[ recovery-image] Jul 15 23:09:10.742 INFO O| Jul 15 23:09:10.742 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-07-15T23:09:11.753Z[ recovery-image] Jul 15 23:09:10.753 INFO O| Jul 15 23:09:10.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62872026-07-15T23:09:11.753Z[ recovery-image] Jul 15 23:09:10.753 INFO O| Jul 15 23:09:10.753 INFO STEP 309 (remove_files) COMPLETE
62882026-07-15T23:09:11.753Z[ recovery-image] Jul 15 23:09:10.753 INFO O| Jul 15 23:09:10.753 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-07-15T23:09:11.761Z[ recovery-image] Jul 15 23:09:10.763 INFO O| Jul 15 23:09:10.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62902026-07-15T23:09:11.765Z[ recovery-image] Jul 15 23:09:10.763 INFO O| Jul 15 23:09:10.763 INFO STEP 310 (remove_files) COMPLETE
62912026-07-15T23:09:11.765Z[ recovery-image] Jul 15 23:09:10.763 INFO O| Jul 15 23:09:10.763 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-07-15T23:09:11.769Z[ recovery-image] Jul 15 23:09:10.771 INFO O| Jul 15 23:09:10.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62932026-07-15T23:09:11.769Z[ recovery-image] Jul 15 23:09:10.771 INFO O| Jul 15 23:09:10.771 INFO STEP 311 (remove_files) COMPLETE
62942026-07-15T23:09:11.772Z[ recovery-image] Jul 15 23:09:10.771 INFO O| Jul 15 23:09:10.771 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-07-15T23:09:11.777Z[ recovery-image] Jul 15 23:09:10.779 INFO O| Jul 15 23:09:10.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62962026-07-15T23:09:11.777Z[ recovery-image] Jul 15 23:09:10.779 INFO O| Jul 15 23:09:10.779 INFO STEP 312 (remove_files) COMPLETE
62972026-07-15T23:09:11.777Z[ recovery-image] Jul 15 23:09:10.779 INFO O| Jul 15 23:09:10.779 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-07-15T23:09:11.785Z[ recovery-image] Jul 15 23:09:10.787 INFO O| Jul 15 23:09:10.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62992026-07-15T23:09:11.788Z[ recovery-image] Jul 15 23:09:10.787 INFO O| Jul 15 23:09:10.787 INFO STEP 313 (remove_files) COMPLETE
63002026-07-15T23:09:11.788Z[ recovery-image] Jul 15 23:09:10.787 INFO O| Jul 15 23:09:10.787 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-07-15T23:09:11.793Z[ recovery-image] Jul 15 23:09:10.795 INFO O| Jul 15 23:09:10.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
63022026-07-15T23:09:11.794Z[ recovery-image] Jul 15 23:09:10.795 INFO O| Jul 15 23:09:10.795 INFO STEP 314 (remove_files) COMPLETE
63032026-07-15T23:09:11.797Z[ recovery-image] Jul 15 23:09:10.795 INFO O| Jul 15 23:09:10.795 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-07-15T23:09:11.801Z[ recovery-image] Jul 15 23:09:10.803 INFO O| Jul 15 23:09:10.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63052026-07-15T23:09:11.804Z[ recovery-image] Jul 15 23:09:10.804 INFO O| Jul 15 23:09:10.804 INFO STEP 315 (remove_files) COMPLETE
63062026-07-15T23:09:11.804Z[ recovery-image] Jul 15 23:09:10.804 INFO O| Jul 15 23:09:10.804 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-07-15T23:09:11.809Z[ recovery-image] Jul 15 23:09:10.811 INFO O| Jul 15 23:09:10.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63082026-07-15T23:09:11.813Z[ recovery-image] Jul 15 23:09:10.811 INFO O| Jul 15 23:09:10.811 INFO STEP 316 (remove_files) COMPLETE
63092026-07-15T23:09:11.813Z[ recovery-image] Jul 15 23:09:10.811 INFO O| Jul 15 23:09:10.811 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-07-15T23:09:11.816Z[ recovery-image] Jul 15 23:09:10.818 INFO O| Jul 15 23:09:10.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63112026-07-15T23:09:11.819Z[ recovery-image] Jul 15 23:09:10.818 INFO O| Jul 15 23:09:10.818 INFO STEP 317 (remove_files) COMPLETE
63122026-07-15T23:09:11.819Z[ recovery-image] Jul 15 23:09:10.818 INFO O| Jul 15 23:09:10.818 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-07-15T23:09:11.823Z[ recovery-image] Jul 15 23:09:10.825 INFO O| Jul 15 23:09:10.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63142026-07-15T23:09:11.827Z[ recovery-image] Jul 15 23:09:10.825 INFO O| Jul 15 23:09:10.825 INFO STEP 318 (remove_files) COMPLETE
63152026-07-15T23:09:11.827Z[ recovery-image] Jul 15 23:09:10.825 INFO O| Jul 15 23:09:10.825 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-07-15T23:09:11.833Z[ recovery-image] Jul 15 23:09:10.835 INFO O| Jul 15 23:09:10.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63172026-07-15T23:09:11.836Z[ recovery-image] Jul 15 23:09:10.835 INFO O| Jul 15 23:09:10.835 INFO STEP 319 (remove_files) COMPLETE
63182026-07-15T23:09:11.836Z[ recovery-image] Jul 15 23:09:10.835 INFO O| Jul 15 23:09:10.835 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-07-15T23:09:11.842Z[ recovery-image] Jul 15 23:09:10.843 INFO O| Jul 15 23:09:10.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63202026-07-15T23:09:11.842Z[ recovery-image] Jul 15 23:09:10.843 INFO O| Jul 15 23:09:10.843 INFO STEP 320 (remove_files) COMPLETE
63212026-07-15T23:09:11.842Z[ recovery-image] Jul 15 23:09:10.843 INFO O| Jul 15 23:09:10.843 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-07-15T23:09:11.849Z[ recovery-image] Jul 15 23:09:10.851 INFO O| Jul 15 23:09:10.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63232026-07-15T23:09:11.853Z[ recovery-image] Jul 15 23:09:10.851 INFO O| Jul 15 23:09:10.851 INFO STEP 321 (remove_files) COMPLETE
63242026-07-15T23:09:11.853Z[ recovery-image] Jul 15 23:09:10.851 INFO O| Jul 15 23:09:10.851 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-07-15T23:09:11.858Z[ recovery-image] Jul 15 23:09:10.859 INFO O| Jul 15 23:09:10.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63262026-07-15T23:09:11.858Z[ recovery-image] Jul 15 23:09:10.859 INFO O| Jul 15 23:09:10.859 INFO STEP 322 (remove_files) COMPLETE
63272026-07-15T23:09:11.861Z[ recovery-image] Jul 15 23:09:10.859 INFO O| Jul 15 23:09:10.859 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-07-15T23:09:11.865Z[ recovery-image] Jul 15 23:09:10.867 INFO O| Jul 15 23:09:10.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63292026-07-15T23:09:11.868Z[ recovery-image] Jul 15 23:09:10.867 INFO O| Jul 15 23:09:10.867 INFO STEP 323 (remove_files) COMPLETE
63302026-07-15T23:09:11.868Z[ recovery-image] Jul 15 23:09:10.867 INFO O| Jul 15 23:09:10.867 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-07-15T23:09:11.873Z[ recovery-image] Jul 15 23:09:10.875 INFO O| Jul 15 23:09:10.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63322026-07-15T23:09:11.873Z[ recovery-image] Jul 15 23:09:10.875 INFO O| Jul 15 23:09:10.875 INFO STEP 324 (remove_files) COMPLETE
63332026-07-15T23:09:11.873Z[ recovery-image] Jul 15 23:09:10.875 INFO O| Jul 15 23:09:10.875 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-07-15T23:09:11.884Z[ recovery-image] Jul 15 23:09:10.882 INFO O| Jul 15 23:09:10.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63352026-07-15T23:09:11.884Z[ recovery-image] Jul 15 23:09:10.882 INFO O| Jul 15 23:09:10.882 INFO STEP 325 (remove_files) COMPLETE
63362026-07-15T23:09:11.888Z[ recovery-image] Jul 15 23:09:10.882 INFO O| Jul 15 23:09:10.882 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-07-15T23:09:11.888Z[ recovery-image] Jul 15 23:09:10.888 INFO O| Jul 15 23:09:10.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63382026-07-15T23:09:11.888Z[ recovery-image] Jul 15 23:09:10.888 INFO O| Jul 15 23:09:10.888 INFO STEP 326 (remove_files) COMPLETE
63392026-07-15T23:09:11.888Z[ recovery-image] Jul 15 23:09:10.888 INFO O| Jul 15 23:09:10.888 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-07-15T23:09:11.901Z[ recovery-image] Jul 15 23:09:10.899 INFO O| Jul 15 23:09:10.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63412026-07-15T23:09:11.904Z[ recovery-image] Jul 15 23:09:10.899 INFO O| Jul 15 23:09:10.899 INFO STEP 327 (remove_files) COMPLETE
63422026-07-15T23:09:11.904Z[ recovery-image] Jul 15 23:09:10.899 INFO O| Jul 15 23:09:10.899 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-07-15T23:09:11.907Z[ recovery-image] Jul 15 23:09:10.907 INFO O| Jul 15 23:09:10.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63442026-07-15T23:09:11.907Z[ recovery-image] Jul 15 23:09:10.907 INFO O| Jul 15 23:09:10.907 INFO STEP 328 (remove_files) COMPLETE
63452026-07-15T23:09:11.907Z[ recovery-image] Jul 15 23:09:10.907 INFO O| Jul 15 23:09:10.907 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-07-15T23:09:11.913Z[ recovery-image] Jul 15 23:09:10.915 INFO O| Jul 15 23:09:10.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63472026-07-15T23:09:11.913Z[ recovery-image] Jul 15 23:09:10.915 INFO O| Jul 15 23:09:10.915 INFO STEP 329 (remove_files) COMPLETE
63482026-07-15T23:09:11.916Z[ recovery-image] Jul 15 23:09:10.915 INFO O| Jul 15 23:09:10.915 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-07-15T23:09:11.921Z[ recovery-image] Jul 15 23:09:10.923 INFO O| Jul 15 23:09:10.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63502026-07-15T23:09:11.926Z[ recovery-image] Jul 15 23:09:10.923 INFO O| Jul 15 23:09:10.923 INFO STEP 330 (remove_files) COMPLETE
63512026-07-15T23:09:11.926Z[ recovery-image] Jul 15 23:09:10.923 INFO O| Jul 15 23:09:10.923 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-07-15T23:09:11.938Z[ recovery-image] Jul 15 23:09:10.930 INFO O| Jul 15 23:09:10.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63532026-07-15T23:09:11.938Z[ recovery-image] Jul 15 23:09:10.930 INFO O| Jul 15 23:09:10.930 INFO STEP 331 (remove_files) COMPLETE
63542026-07-15T23:09:11.938Z[ recovery-image] Jul 15 23:09:10.930 INFO O| Jul 15 23:09:10.930 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-07-15T23:09:11.943Z[ recovery-image] Jul 15 23:09:10.938 INFO O| Jul 15 23:09:10.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63562026-07-15T23:09:11.943Z[ recovery-image] Jul 15 23:09:10.938 INFO O| Jul 15 23:09:10.938 INFO STEP 332 (remove_files) COMPLETE
63572026-07-15T23:09:11.943Z[ recovery-image] Jul 15 23:09:10.938 INFO O| Jul 15 23:09:10.938 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-07-15T23:09:11.947Z[ recovery-image] Jul 15 23:09:10.946 INFO O| Jul 15 23:09:10.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63592026-07-15T23:09:11.947Z[ recovery-image] Jul 15 23:09:10.946 INFO O| Jul 15 23:09:10.946 INFO STEP 333 (remove_files) COMPLETE
63602026-07-15T23:09:11.947Z[ recovery-image] Jul 15 23:09:10.946 INFO O| Jul 15 23:09:10.946 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-07-15T23:09:11.954Z[ recovery-image] Jul 15 23:09:10.955 INFO O| Jul 15 23:09:10.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63622026-07-15T23:09:11.954Z[ recovery-image] Jul 15 23:09:10.955 INFO O| Jul 15 23:09:10.955 INFO STEP 334 (remove_files) COMPLETE
63632026-07-15T23:09:11.954Z[ recovery-image] Jul 15 23:09:10.956 INFO O| Jul 15 23:09:10.955 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-07-15T23:09:11.961Z[ recovery-image] Jul 15 23:09:10.963 INFO O| Jul 15 23:09:10.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63652026-07-15T23:09:11.961Z[ recovery-image] Jul 15 23:09:10.963 INFO O| Jul 15 23:09:10.963 INFO STEP 335 (remove_files) COMPLETE
63662026-07-15T23:09:11.964Z[ recovery-image] Jul 15 23:09:10.963 INFO O| Jul 15 23:09:10.963 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-07-15T23:09:11.971Z[ recovery-image] Jul 15 23:09:10.972 INFO O| Jul 15 23:09:10.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63682026-07-15T23:09:11.971Z[ recovery-image] Jul 15 23:09:10.972 INFO O| Jul 15 23:09:10.972 INFO STEP 336 (remove_files) COMPLETE
63692026-07-15T23:09:11.977Z[ recovery-image] Jul 15 23:09:10.972 INFO O| Jul 15 23:09:10.972 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-07-15T23:09:11.980Z[ recovery-image] Jul 15 23:09:10.981 INFO O| Jul 15 23:09:10.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63712026-07-15T23:09:11.980Z[ recovery-image] Jul 15 23:09:10.981 INFO O| Jul 15 23:09:10.981 INFO STEP 337 (remove_files) COMPLETE
63722026-07-15T23:09:11.980Z[ recovery-image] Jul 15 23:09:10.981 INFO O| Jul 15 23:09:10.981 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-07-15T23:09:11.988Z[ recovery-image] Jul 15 23:09:10.990 INFO O| Jul 15 23:09:10.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63742026-07-15T23:09:11.988Z[ recovery-image] Jul 15 23:09:10.990 INFO O| Jul 15 23:09:10.990 INFO STEP 338 (remove_files) COMPLETE
63752026-07-15T23:09:11.999Z[ recovery-image] Jul 15 23:09:10.990 INFO O| Jul 15 23:09:10.990 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-07-15T23:09:12.003Z[ recovery-image] Jul 15 23:09:10.997 INFO O| Jul 15 23:09:10.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63772026-07-15T23:09:12.003Z[ recovery-image] Jul 15 23:09:10.997 INFO O| Jul 15 23:09:10.997 INFO STEP 339 (remove_files) COMPLETE
63782026-07-15T23:09:12.003Z[ recovery-image] Jul 15 23:09:10.997 INFO O| Jul 15 23:09:10.997 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-07-15T23:09:12.006Z[ recovery-image] Jul 15 23:09:11.005 INFO O| Jul 15 23:09:11.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63802026-07-15T23:09:12.006Z[ recovery-image] Jul 15 23:09:11.005 INFO O| Jul 15 23:09:11.005 INFO STEP 340 (remove_files) COMPLETE
63812026-07-15T23:09:12.006Z[ recovery-image] Jul 15 23:09:11.005 INFO O| Jul 15 23:09:11.005 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-07-15T23:09:12.014Z[ recovery-image] Jul 15 23:09:11.016 INFO O| Jul 15 23:09:11.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63832026-07-15T23:09:12.014Z[ recovery-image] Jul 15 23:09:11.016 INFO O| Jul 15 23:09:11.016 INFO STEP 341 (remove_files) COMPLETE
63842026-07-15T23:09:12.014Z[ recovery-image] Jul 15 23:09:11.016 INFO O| Jul 15 23:09:11.016 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-07-15T23:09:12.024Z[ recovery-image] Jul 15 23:09:11.025 INFO O| Jul 15 23:09:11.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63862026-07-15T23:09:12.027Z[ recovery-image] Jul 15 23:09:11.026 INFO O| Jul 15 23:09:11.026 INFO STEP 342 (remove_files) COMPLETE
63872026-07-15T23:09:12.027Z[ recovery-image] Jul 15 23:09:11.026 INFO O| Jul 15 23:09:11.026 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-07-15T23:09:12.033Z[ recovery-image] Jul 15 23:09:11.035 INFO O| Jul 15 23:09:11.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63892026-07-15T23:09:12.033Z[ recovery-image] Jul 15 23:09:11.035 INFO O| Jul 15 23:09:11.035 INFO STEP 343 (remove_files) COMPLETE
63902026-07-15T23:09:12.033Z[ recovery-image] Jul 15 23:09:11.035 INFO O| Jul 15 23:09:11.035 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-07-15T23:09:12.041Z[ recovery-image] Jul 15 23:09:11.043 INFO O| Jul 15 23:09:11.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63922026-07-15T23:09:12.041Z[ recovery-image] Jul 15 23:09:11.043 INFO O| Jul 15 23:09:11.043 INFO STEP 344 (remove_files) COMPLETE
63932026-07-15T23:09:12.045Z[ recovery-image] Jul 15 23:09:11.043 INFO O| Jul 15 23:09:11.043 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-07-15T23:09:12.050Z[ recovery-image] Jul 15 23:09:11.052 INFO O| Jul 15 23:09:11.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63952026-07-15T23:09:12.050Z[ recovery-image] Jul 15 23:09:11.052 INFO O| Jul 15 23:09:11.052 INFO STEP 345 (remove_files) COMPLETE
63962026-07-15T23:09:12.054Z[ recovery-image] Jul 15 23:09:11.052 INFO O| Jul 15 23:09:11.052 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-07-15T23:09:12.058Z[ recovery-image] Jul 15 23:09:11.060 INFO O| Jul 15 23:09:11.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63982026-07-15T23:09:12.058Z[ recovery-image] Jul 15 23:09:11.060 INFO O| Jul 15 23:09:11.060 INFO STEP 346 (remove_files) COMPLETE
63992026-07-15T23:09:12.058Z[ recovery-image] Jul 15 23:09:11.060 INFO O| Jul 15 23:09:11.060 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-07-15T23:09:12.067Z[ recovery-image] Jul 15 23:09:11.069 INFO O| Jul 15 23:09:11.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
64012026-07-15T23:09:12.071Z[ recovery-image] Jul 15 23:09:11.069 INFO O| Jul 15 23:09:11.069 INFO STEP 347 (remove_files) COMPLETE
64022026-07-15T23:09:12.071Z[ recovery-image] Jul 15 23:09:11.069 INFO O| Jul 15 23:09:11.069 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-07-15T23:09:12.076Z[ recovery-image] Jul 15 23:09:11.077 INFO O| Jul 15 23:09:11.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64042026-07-15T23:09:12.080Z[ recovery-image] Jul 15 23:09:11.077 INFO O| Jul 15 23:09:11.077 INFO STEP 348 (remove_files) COMPLETE
64052026-07-15T23:09:12.080Z[ recovery-image] Jul 15 23:09:11.077 INFO O| Jul 15 23:09:11.077 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-07-15T23:09:12.085Z[ recovery-image] Jul 15 23:09:11.087 INFO O| Jul 15 23:09:11.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64072026-07-15T23:09:12.085Z[ recovery-image] Jul 15 23:09:11.087 INFO O| Jul 15 23:09:11.087 INFO STEP 349 (remove_files) COMPLETE
64082026-07-15T23:09:12.088Z[ recovery-image] Jul 15 23:09:11.087 INFO O| Jul 15 23:09:11.087 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-07-15T23:09:12.093Z[ recovery-image] Jul 15 23:09:11.095 INFO O| Jul 15 23:09:11.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64102026-07-15T23:09:12.093Z[ recovery-image] Jul 15 23:09:11.095 INFO O| Jul 15 23:09:11.095 INFO STEP 350 (remove_files) COMPLETE
64112026-07-15T23:09:12.093Z[ recovery-image] Jul 15 23:09:11.095 INFO O| Jul 15 23:09:11.095 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-07-15T23:09:12.102Z[ recovery-image] Jul 15 23:09:11.104 INFO O| Jul 15 23:09:11.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64132026-07-15T23:09:12.102Z[ recovery-image] Jul 15 23:09:11.104 INFO O| Jul 15 23:09:11.104 INFO STEP 351 (remove_files) COMPLETE
64142026-07-15T23:09:12.106Z[ recovery-image] Jul 15 23:09:11.104 INFO O| Jul 15 23:09:11.104 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-07-15T23:09:12.111Z[ recovery-image] Jul 15 23:09:11.113 INFO O| Jul 15 23:09:11.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64162026-07-15T23:09:12.111Z[ recovery-image] Jul 15 23:09:11.113 INFO O| Jul 15 23:09:11.113 INFO STEP 352 (remove_files) COMPLETE
64172026-07-15T23:09:12.115Z[ recovery-image] Jul 15 23:09:11.113 INFO O| Jul 15 23:09:11.113 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-07-15T23:09:12.121Z[ recovery-image] Jul 15 23:09:11.122 INFO O| Jul 15 23:09:11.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64192026-07-15T23:09:12.121Z[ recovery-image] Jul 15 23:09:11.123 INFO O| Jul 15 23:09:11.123 INFO STEP 353 (remove_files) COMPLETE
64202026-07-15T23:09:12.124Z[ recovery-image] Jul 15 23:09:11.123 INFO O| Jul 15 23:09:11.123 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-07-15T23:09:12.130Z[ recovery-image] Jul 15 23:09:11.131 INFO O| Jul 15 23:09:11.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64222026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.131 INFO O| Jul 15 23:09:11.131 INFO STEP 354 (remove_files) COMPLETE
64232026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.131 INFO O| Jul 15 23:09:11.131 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.139 INFO O| Jul 15 23:09:11.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64252026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.139 INFO O| Jul 15 23:09:11.139 INFO STEP 355 (remove_files) COMPLETE
64262026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.139 INFO O| Jul 15 23:09:11.139 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.148 INFO O| Jul 15 23:09:11.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64282026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.148 INFO O| Jul 15 23:09:11.148 INFO STEP 356 (remove_files) COMPLETE
64292026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.148 INFO O| Jul 15 23:09:11.148 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.156 INFO O| Jul 15 23:09:11.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64312026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.156 INFO O| Jul 15 23:09:11.156 INFO STEP 357 (remove_files) COMPLETE
64322026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.156 INFO O| Jul 15 23:09:11.156 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.165 INFO O| Jul 15 23:09:11.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64342026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.165 INFO O| Jul 15 23:09:11.165 INFO STEP 358 (remove_files) COMPLETE
64352026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.165 INFO O| Jul 15 23:09:11.165 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.173 INFO O| Jul 15 23:09:11.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64372026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.173 INFO O| Jul 15 23:09:11.173 INFO STEP 359 (remove_files) COMPLETE
64382026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.173 INFO O| Jul 15 23:09:11.173 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-07-15T23:09:12.189Z[ recovery-image] Jul 15 23:09:11.182 INFO O| Jul 15 23:09:11.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64402026-07-15T23:09:12.190Z[ recovery-image] Jul 15 23:09:11.182 INFO O| Jul 15 23:09:11.182 INFO STEP 360 (remove_files) COMPLETE
64412026-07-15T23:09:12.190Z[ recovery-image] Jul 15 23:09:11.182 INFO O| Jul 15 23:09:11.182 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-07-15T23:09:12.193Z[ recovery-image] Jul 15 23:09:11.190 INFO O| Jul 15 23:09:11.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64432026-07-15T23:09:12.193Z[ recovery-image] Jul 15 23:09:11.190 INFO O| Jul 15 23:09:11.190 INFO STEP 361 (remove_files) COMPLETE
64442026-07-15T23:09:12.193Z[ recovery-image] Jul 15 23:09:11.190 INFO O| Jul 15 23:09:11.190 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-07-15T23:09:12.196Z[ recovery-image] Jul 15 23:09:11.197 INFO O| Jul 15 23:09:11.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64462026-07-15T23:09:12.196Z[ recovery-image] Jul 15 23:09:11.197 INFO O| Jul 15 23:09:11.197 INFO STEP 362 (remove_files) COMPLETE
64472026-07-15T23:09:12.196Z[ recovery-image] Jul 15 23:09:11.197 INFO O| Jul 15 23:09:11.197 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-07-15T23:09:12.205Z[ recovery-image] Jul 15 23:09:11.206 INFO O| Jul 15 23:09:11.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64492026-07-15T23:09:12.205Z[ recovery-image] Jul 15 23:09:11.207 INFO O| Jul 15 23:09:11.207 INFO STEP 363 (remove_files) COMPLETE
64502026-07-15T23:09:12.205Z[ recovery-image] Jul 15 23:09:11.207 INFO O| Jul 15 23:09:11.207 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-07-15T23:09:12.214Z[ recovery-image] Jul 15 23:09:11.215 INFO O| Jul 15 23:09:11.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64522026-07-15T23:09:12.219Z[ recovery-image] Jul 15 23:09:11.215 INFO O| Jul 15 23:09:11.215 INFO STEP 364 (remove_files) COMPLETE
64532026-07-15T23:09:12.219Z[ recovery-image] Jul 15 23:09:11.215 INFO O| Jul 15 23:09:11.215 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-07-15T23:09:12.225Z[ recovery-image] Jul 15 23:09:11.223 INFO O| Jul 15 23:09:11.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64552026-07-15T23:09:12.226Z[ recovery-image] Jul 15 23:09:11.223 INFO O| Jul 15 23:09:11.223 INFO STEP 365 (remove_files) COMPLETE
64562026-07-15T23:09:12.226Z[ recovery-image] Jul 15 23:09:11.223 INFO O| Jul 15 23:09:11.223 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-07-15T23:09:12.229Z[ recovery-image] Jul 15 23:09:11.231 INFO O| Jul 15 23:09:11.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64582026-07-15T23:09:12.230Z[ recovery-image] Jul 15 23:09:11.231 INFO O| Jul 15 23:09:11.231 INFO STEP 366 (remove_files) COMPLETE
64592026-07-15T23:09:12.233Z[ recovery-image] Jul 15 23:09:11.231 INFO O| Jul 15 23:09:11.231 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-07-15T23:09:12.237Z[ recovery-image] Jul 15 23:09:11.239 INFO O| Jul 15 23:09:11.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64612026-07-15T23:09:12.237Z[ recovery-image] Jul 15 23:09:11.239 INFO O| Jul 15 23:09:11.239 INFO STEP 367 (remove_files) COMPLETE
64622026-07-15T23:09:12.242Z[ recovery-image] Jul 15 23:09:11.239 INFO O| Jul 15 23:09:11.239 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-07-15T23:09:12.248Z[ recovery-image] Jul 15 23:09:11.247 INFO O| Jul 15 23:09:11.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64642026-07-15T23:09:12.248Z[ recovery-image] Jul 15 23:09:11.247 INFO O| Jul 15 23:09:11.247 INFO STEP 368 (remove_files) COMPLETE
64652026-07-15T23:09:12.248Z[ recovery-image] Jul 15 23:09:11.247 INFO O| Jul 15 23:09:11.247 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-07-15T23:09:12.254Z[ recovery-image] Jul 15 23:09:11.255 INFO O| Jul 15 23:09:11.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64672026-07-15T23:09:12.254Z[ recovery-image] Jul 15 23:09:11.255 INFO O| Jul 15 23:09:11.255 INFO STEP 369 (remove_files) COMPLETE
64682026-07-15T23:09:12.258Z[ recovery-image] Jul 15 23:09:11.255 INFO O| Jul 15 23:09:11.255 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-07-15T23:09:12.261Z[ recovery-image] Jul 15 23:09:11.263 INFO O| Jul 15 23:09:11.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64702026-07-15T23:09:12.264Z[ recovery-image] Jul 15 23:09:11.263 INFO O| Jul 15 23:09:11.263 INFO STEP 370 (remove_files) COMPLETE
64712026-07-15T23:09:12.264Z[ recovery-image] Jul 15 23:09:11.263 INFO O| Jul 15 23:09:11.263 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-07-15T23:09:12.270Z[ recovery-image] Jul 15 23:09:11.271 INFO O| Jul 15 23:09:11.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64732026-07-15T23:09:12.270Z[ recovery-image] Jul 15 23:09:11.272 INFO O| Jul 15 23:09:11.272 INFO STEP 371 (remove_files) COMPLETE
64742026-07-15T23:09:12.274Z[ recovery-image] Jul 15 23:09:11.272 INFO O| Jul 15 23:09:11.272 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-07-15T23:09:12.278Z[ recovery-image] Jul 15 23:09:11.279 INFO O| Jul 15 23:09:11.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64762026-07-15T23:09:12.282Z[ recovery-image] Jul 15 23:09:11.280 INFO O| Jul 15 23:09:11.280 INFO STEP 372 (remove_files) COMPLETE
64772026-07-15T23:09:12.282Z[ recovery-image] Jul 15 23:09:11.280 INFO O| Jul 15 23:09:11.280 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-07-15T23:09:12.286Z[ recovery-image] Jul 15 23:09:11.288 INFO O| Jul 15 23:09:11.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64792026-07-15T23:09:12.286Z[ recovery-image] Jul 15 23:09:11.288 INFO O| Jul 15 23:09:11.288 INFO STEP 373 (remove_files) COMPLETE
64802026-07-15T23:09:12.289Z[ recovery-image] Jul 15 23:09:11.288 INFO O| Jul 15 23:09:11.288 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-07-15T23:09:12.294Z[ recovery-image] Jul 15 23:09:11.296 INFO O| Jul 15 23:09:11.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64822026-07-15T23:09:12.297Z[ recovery-image] Jul 15 23:09:11.296 INFO O| Jul 15 23:09:11.296 INFO STEP 374 (remove_files) COMPLETE
64832026-07-15T23:09:12.297Z[ recovery-image] Jul 15 23:09:11.296 INFO O| Jul 15 23:09:11.296 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-07-15T23:09:12.303Z[ recovery-image] Jul 15 23:09:11.305 INFO O| Jul 15 23:09:11.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64852026-07-15T23:09:12.303Z[ recovery-image] Jul 15 23:09:11.305 INFO O| Jul 15 23:09:11.305 INFO STEP 375 (remove_files) COMPLETE
64862026-07-15T23:09:12.303Z[ recovery-image] Jul 15 23:09:11.305 INFO O| Jul 15 23:09:11.305 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-07-15T23:09:12.313Z[ recovery-image] Jul 15 23:09:11.314 INFO O| Jul 15 23:09:11.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64882026-07-15T23:09:12.313Z[ recovery-image] Jul 15 23:09:11.314 INFO O| Jul 15 23:09:11.314 INFO STEP 376 (remove_files) COMPLETE
64892026-07-15T23:09:12.313Z[ recovery-image] Jul 15 23:09:11.314 INFO O| Jul 15 23:09:11.314 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-07-15T23:09:12.321Z[ recovery-image] Jul 15 23:09:11.323 INFO O| Jul 15 23:09:11.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64912026-07-15T23:09:12.324Z[ recovery-image] Jul 15 23:09:11.323 INFO O| Jul 15 23:09:11.323 INFO STEP 377 (remove_files) COMPLETE
64922026-07-15T23:09:12.324Z[ recovery-image] Jul 15 23:09:11.323 INFO O| Jul 15 23:09:11.323 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-07-15T23:09:12.331Z[ recovery-image] Jul 15 23:09:11.332 INFO O| Jul 15 23:09:11.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64942026-07-15T23:09:12.331Z[ recovery-image] Jul 15 23:09:11.332 INFO O| Jul 15 23:09:11.332 INFO STEP 378 (remove_files) COMPLETE
64952026-07-15T23:09:12.334Z[ recovery-image] Jul 15 23:09:11.332 INFO O| Jul 15 23:09:11.332 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-07-15T23:09:12.340Z[ recovery-image] Jul 15 23:09:11.341 INFO O| Jul 15 23:09:11.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64972026-07-15T23:09:12.340Z[ recovery-image] Jul 15 23:09:11.341 INFO O| Jul 15 23:09:11.341 INFO STEP 379 (remove_files) COMPLETE
64982026-07-15T23:09:12.343Z[ recovery-image] Jul 15 23:09:11.341 INFO O| Jul 15 23:09:11.341 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-07-15T23:09:12.347Z[ recovery-image] Jul 15 23:09:11.349 INFO O| Jul 15 23:09:11.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
65002026-07-15T23:09:12.351Z[ recovery-image] Jul 15 23:09:11.349 INFO O| Jul 15 23:09:11.349 INFO STEP 380 (remove_files) COMPLETE
65012026-07-15T23:09:12.351Z[ recovery-image] Jul 15 23:09:11.349 INFO O| Jul 15 23:09:11.349 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-07-15T23:09:12.355Z[ recovery-image] Jul 15 23:09:11.357 INFO O| Jul 15 23:09:11.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65032026-07-15T23:09:12.355Z[ recovery-image] Jul 15 23:09:11.357 INFO O| Jul 15 23:09:11.357 INFO STEP 381 (remove_files) COMPLETE
65042026-07-15T23:09:12.355Z[ recovery-image] Jul 15 23:09:11.357 INFO O| Jul 15 23:09:11.357 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-07-15T23:09:12.365Z[ recovery-image] Jul 15 23:09:11.366 INFO O| Jul 15 23:09:11.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65062026-07-15T23:09:12.365Z[ recovery-image] Jul 15 23:09:11.366 INFO O| Jul 15 23:09:11.366 INFO STEP 382 (remove_files) COMPLETE
65072026-07-15T23:09:12.368Z[ recovery-image] Jul 15 23:09:11.366 INFO O| Jul 15 23:09:11.366 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-07-15T23:09:12.374Z[ recovery-image] Jul 15 23:09:11.376 INFO O| Jul 15 23:09:11.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65092026-07-15T23:09:12.377Z[ recovery-image] Jul 15 23:09:11.376 INFO O| Jul 15 23:09:11.376 INFO STEP 383 (remove_files) COMPLETE
65102026-07-15T23:09:12.377Z[ recovery-image] Jul 15 23:09:11.376 INFO O| Jul 15 23:09:11.376 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-07-15T23:09:12.384Z[ recovery-image] Jul 15 23:09:11.385 INFO O| Jul 15 23:09:11.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65122026-07-15T23:09:12.384Z[ recovery-image] Jul 15 23:09:11.385 INFO O| Jul 15 23:09:11.385 INFO STEP 384 (remove_files) COMPLETE
65132026-07-15T23:09:12.387Z[ recovery-image] Jul 15 23:09:11.385 INFO O| Jul 15 23:09:11.385 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-07-15T23:09:12.391Z[ recovery-image] Jul 15 23:09:11.393 INFO O| Jul 15 23:09:11.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65152026-07-15T23:09:12.394Z[ recovery-image] Jul 15 23:09:11.393 INFO O| Jul 15 23:09:11.393 INFO STEP 385 (remove_files) COMPLETE
65162026-07-15T23:09:12.394Z[ recovery-image] Jul 15 23:09:11.393 INFO O| Jul 15 23:09:11.393 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-07-15T23:09:12.400Z[ recovery-image] Jul 15 23:09:11.402 INFO O| Jul 15 23:09:11.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65182026-07-15T23:09:12.400Z[ recovery-image] Jul 15 23:09:11.402 INFO O| Jul 15 23:09:11.402 INFO STEP 386 (remove_files) COMPLETE
65192026-07-15T23:09:12.403Z[ recovery-image] Jul 15 23:09:11.402 INFO O| Jul 15 23:09:11.402 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-07-15T23:09:12.409Z[ recovery-image] Jul 15 23:09:11.411 INFO O| Jul 15 23:09:11.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65212026-07-15T23:09:12.409Z[ recovery-image] Jul 15 23:09:11.411 INFO O| Jul 15 23:09:11.411 INFO STEP 387 (remove_files) COMPLETE
65222026-07-15T23:09:12.409Z[ recovery-image] Jul 15 23:09:11.411 INFO O| Jul 15 23:09:11.411 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-07-15T23:09:12.418Z[ recovery-image] Jul 15 23:09:11.420 INFO O| Jul 15 23:09:11.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65242026-07-15T23:09:12.422Z[ recovery-image] Jul 15 23:09:11.420 INFO O| Jul 15 23:09:11.420 INFO STEP 388 (remove_files) COMPLETE
65252026-07-15T23:09:12.422Z[ recovery-image] Jul 15 23:09:11.420 INFO O| Jul 15 23:09:11.420 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-07-15T23:09:12.426Z[ recovery-image] Jul 15 23:09:11.428 INFO O| Jul 15 23:09:11.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65272026-07-15T23:09:12.426Z[ recovery-image] Jul 15 23:09:11.428 INFO O| Jul 15 23:09:11.428 INFO STEP 389 (remove_files) COMPLETE
65282026-07-15T23:09:12.426Z[ recovery-image] Jul 15 23:09:11.428 INFO O| Jul 15 23:09:11.428 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-07-15T23:09:12.435Z[ recovery-image] Jul 15 23:09:11.436 INFO O| Jul 15 23:09:11.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65302026-07-15T23:09:12.438Z[ recovery-image] Jul 15 23:09:11.436 INFO O| Jul 15 23:09:11.436 INFO STEP 390 (remove_files) COMPLETE
65312026-07-15T23:09:12.438Z[ recovery-image] Jul 15 23:09:11.436 INFO O| Jul 15 23:09:11.436 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-07-15T23:09:12.441Z[ recovery-image] Jul 15 23:09:11.443 INFO O| Jul 15 23:09:11.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65332026-07-15T23:09:12.441Z[ recovery-image] Jul 15 23:09:11.443 INFO O| Jul 15 23:09:11.443 INFO STEP 391 (remove_files) COMPLETE
65342026-07-15T23:09:12.442Z[ recovery-image] Jul 15 23:09:11.443 INFO O| Jul 15 23:09:11.443 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-07-15T23:09:12.448Z[ recovery-image] Jul 15 23:09:11.450 INFO O| Jul 15 23:09:11.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65362026-07-15T23:09:12.454Z[ recovery-image] Jul 15 23:09:11.450 INFO O| Jul 15 23:09:11.450 INFO STEP 392 (remove_files) COMPLETE
65372026-07-15T23:09:12.454Z[ recovery-image] Jul 15 23:09:11.450 INFO O| Jul 15 23:09:11.450 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-07-15T23:09:12.457Z[ recovery-image] Jul 15 23:09:11.457 INFO O| Jul 15 23:09:11.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65392026-07-15T23:09:12.457Z[ recovery-image] Jul 15 23:09:11.457 INFO O| Jul 15 23:09:11.457 INFO STEP 393 (remove_files) COMPLETE
65402026-07-15T23:09:12.457Z[ recovery-image] Jul 15 23:09:11.457 INFO O| Jul 15 23:09:11.457 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-07-15T23:09:12.462Z[ recovery-image] Jul 15 23:09:11.464 INFO O| Jul 15 23:09:11.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65422026-07-15T23:09:12.462Z[ recovery-image] Jul 15 23:09:11.464 INFO O| Jul 15 23:09:11.464 INFO STEP 394 (remove_files) COMPLETE
65432026-07-15T23:09:12.465Z[ recovery-image] Jul 15 23:09:11.464 INFO O| Jul 15 23:09:11.464 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-07-15T23:09:12.468Z[ recovery-image] Jul 15 23:09:11.470 INFO O| Jul 15 23:09:11.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65452026-07-15T23:09:12.468Z[ recovery-image] Jul 15 23:09:11.470 INFO O| Jul 15 23:09:11.470 INFO STEP 395 (remove_files) COMPLETE
65462026-07-15T23:09:12.471Z[ recovery-image] Jul 15 23:09:11.470 INFO O| Jul 15 23:09:11.470 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-07-15T23:09:12.474Z[ recovery-image] Jul 15 23:09:11.476 INFO O| Jul 15 23:09:11.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65482026-07-15T23:09:12.475Z[ recovery-image] Jul 15 23:09:11.476 INFO O| Jul 15 23:09:11.476 INFO STEP 396 (remove_files) COMPLETE
65492026-07-15T23:09:12.477Z[ recovery-image] Jul 15 23:09:11.476 INFO O| Jul 15 23:09:11.476 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-07-15T23:09:12.480Z[ recovery-image] Jul 15 23:09:11.482 INFO O| Jul 15 23:09:11.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65512026-07-15T23:09:12.481Z[ recovery-image] Jul 15 23:09:11.482 INFO O| Jul 15 23:09:11.482 INFO STEP 397 (remove_files) COMPLETE
65522026-07-15T23:09:12.481Z[ recovery-image] Jul 15 23:09:11.482 INFO O| Jul 15 23:09:11.482 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-07-15T23:09:12.487Z[ recovery-image] Jul 15 23:09:11.489 INFO O| Jul 15 23:09:11.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65542026-07-15T23:09:12.487Z[ recovery-image] Jul 15 23:09:11.489 INFO O| Jul 15 23:09:11.489 INFO STEP 398 (remove_files) COMPLETE
65552026-07-15T23:09:12.492Z[ recovery-image] Jul 15 23:09:11.489 INFO O| Jul 15 23:09:11.489 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-07-15T23:09:12.495Z[ recovery-image] Jul 15 23:09:11.495 INFO O| Jul 15 23:09:11.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65572026-07-15T23:09:12.495Z[ recovery-image] Jul 15 23:09:11.495 INFO O| Jul 15 23:09:11.495 INFO STEP 399 (remove_files) COMPLETE
65582026-07-15T23:09:12.495Z[ recovery-image] Jul 15 23:09:11.495 INFO O| Jul 15 23:09:11.495 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-07-15T23:09:12.500Z[ recovery-image] Jul 15 23:09:11.502 INFO O| Jul 15 23:09:11.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65602026-07-15T23:09:12.500Z[ recovery-image] Jul 15 23:09:11.502 INFO O| Jul 15 23:09:11.502 INFO STEP 400 (remove_files) COMPLETE
65612026-07-15T23:09:12.500Z[ recovery-image] Jul 15 23:09:11.502 INFO O| Jul 15 23:09:11.502 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-07-15T23:09:12.507Z[ recovery-image] Jul 15 23:09:11.508 INFO O| Jul 15 23:09:11.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65632026-07-15T23:09:12.507Z[ recovery-image] Jul 15 23:09:11.508 INFO O| Jul 15 23:09:11.508 INFO STEP 401 (remove_files) COMPLETE
65642026-07-15T23:09:12.510Z[ recovery-image] Jul 15 23:09:11.508 INFO O| Jul 15 23:09:11.508 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-07-15T23:09:12.513Z[ recovery-image] Jul 15 23:09:11.515 INFO O| Jul 15 23:09:11.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65662026-07-15T23:09:12.513Z[ recovery-image] Jul 15 23:09:11.515 INFO O| Jul 15 23:09:11.515 INFO STEP 402 (remove_files) COMPLETE
65672026-07-15T23:09:12.513Z[ recovery-image] Jul 15 23:09:11.515 INFO O| Jul 15 23:09:11.515 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-07-15T23:09:12.519Z[ recovery-image] Jul 15 23:09:11.521 INFO O| Jul 15 23:09:11.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65692026-07-15T23:09:12.519Z[ recovery-image] Jul 15 23:09:11.521 INFO O| Jul 15 23:09:11.521 INFO STEP 403 (remove_files) COMPLETE
65702026-07-15T23:09:12.522Z[ recovery-image] Jul 15 23:09:11.521 INFO O| Jul 15 23:09:11.521 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-07-15T23:09:12.526Z[ recovery-image] Jul 15 23:09:11.527 INFO O| Jul 15 23:09:11.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65722026-07-15T23:09:12.526Z[ recovery-image] Jul 15 23:09:11.528 INFO O| Jul 15 23:09:11.528 INFO STEP 404 (remove_files) COMPLETE
65732026-07-15T23:09:12.529Z[ recovery-image] Jul 15 23:09:11.528 INFO O| Jul 15 23:09:11.528 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-07-15T23:09:12.534Z[ recovery-image] Jul 15 23:09:11.536 INFO O| Jul 15 23:09:11.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65752026-07-15T23:09:12.537Z[ recovery-image] Jul 15 23:09:11.536 INFO O| Jul 15 23:09:11.536 INFO STEP 405 (remove_files) COMPLETE
65762026-07-15T23:09:12.537Z[ recovery-image] Jul 15 23:09:11.536 INFO O| Jul 15 23:09:11.536 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-07-15T23:09:12.542Z[ recovery-image] Jul 15 23:09:11.543 INFO O| Jul 15 23:09:11.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65782026-07-15T23:09:12.542Z[ recovery-image] Jul 15 23:09:11.543 INFO O| Jul 15 23:09:11.543 INFO STEP 406 (remove_files) COMPLETE
65792026-07-15T23:09:12.545Z[ recovery-image] Jul 15 23:09:11.543 INFO O| Jul 15 23:09:11.543 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-07-15T23:09:12.551Z[ recovery-image] Jul 15 23:09:11.552 INFO O| Jul 15 23:09:11.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65812026-07-15T23:09:12.551Z[ recovery-image] Jul 15 23:09:11.552 INFO O| Jul 15 23:09:11.552 INFO STEP 407 (remove_files) COMPLETE
65822026-07-15T23:09:12.555Z[ recovery-image] Jul 15 23:09:11.552 INFO O| Jul 15 23:09:11.552 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-07-15T23:09:12.561Z[ recovery-image] Jul 15 23:09:11.562 INFO O| Jul 15 23:09:11.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65842026-07-15T23:09:12.561Z[ recovery-image] Jul 15 23:09:11.562 INFO O| Jul 15 23:09:11.562 INFO STEP 408 (remove_files) COMPLETE
65852026-07-15T23:09:12.561Z[ recovery-image] Jul 15 23:09:11.562 INFO O| Jul 15 23:09:11.562 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-07-15T23:09:12.570Z[ recovery-image] Jul 15 23:09:11.572 INFO O| Jul 15 23:09:11.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65872026-07-15T23:09:12.570Z[ recovery-image] Jul 15 23:09:11.572 INFO O| Jul 15 23:09:11.572 INFO STEP 409 (remove_files) COMPLETE
65882026-07-15T23:09:12.570Z[ recovery-image] Jul 15 23:09:11.572 INFO O| Jul 15 23:09:11.572 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-07-15T23:09:12.579Z[ recovery-image] Jul 15 23:09:11.580 INFO O| Jul 15 23:09:11.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65902026-07-15T23:09:12.579Z[ recovery-image] Jul 15 23:09:11.580 INFO O| Jul 15 23:09:11.580 INFO STEP 410 (remove_files) COMPLETE
65912026-07-15T23:09:12.579Z[ recovery-image] Jul 15 23:09:11.580 INFO O| Jul 15 23:09:11.580 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-07-15T23:09:12.588Z[ recovery-image] Jul 15 23:09:11.589 INFO O| Jul 15 23:09:11.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65932026-07-15T23:09:12.588Z[ recovery-image] Jul 15 23:09:11.589 INFO O| Jul 15 23:09:11.589 INFO STEP 411 (remove_files) COMPLETE
65942026-07-15T23:09:12.594Z[ recovery-image] Jul 15 23:09:11.589 INFO O| Jul 15 23:09:11.589 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-07-15T23:09:12.598Z[ recovery-image] Jul 15 23:09:11.596 INFO O| Jul 15 23:09:11.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65962026-07-15T23:09:12.598Z[ recovery-image] Jul 15 23:09:11.596 INFO O| Jul 15 23:09:11.596 INFO STEP 412 (remove_files) COMPLETE
65972026-07-15T23:09:12.598Z[ recovery-image] Jul 15 23:09:11.596 INFO O| Jul 15 23:09:11.596 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-07-15T23:09:12.604Z[ recovery-image] Jul 15 23:09:11.605 INFO O| Jul 15 23:09:11.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65992026-07-15T23:09:12.604Z[ recovery-image] Jul 15 23:09:11.605 INFO O| Jul 15 23:09:11.605 INFO STEP 413 (remove_files) COMPLETE
66002026-07-15T23:09:12.608Z[ recovery-image] Jul 15 23:09:11.605 INFO O| Jul 15 23:09:11.605 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-07-15T23:09:12.612Z[ recovery-image] Jul 15 23:09:11.613 INFO O| Jul 15 23:09:11.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66022026-07-15T23:09:12.612Z[ recovery-image] Jul 15 23:09:11.613 INFO O| Jul 15 23:09:11.613 INFO STEP 414 (remove_files) COMPLETE
66032026-07-15T23:09:12.612Z[ recovery-image] Jul 15 23:09:11.613 INFO O| Jul 15 23:09:11.613 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-07-15T23:09:12.618Z[ recovery-image] Jul 15 23:09:11.620 INFO O| Jul 15 23:09:11.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66052026-07-15T23:09:12.622Z[ recovery-image] Jul 15 23:09:11.620 INFO O| Jul 15 23:09:11.620 INFO STEP 415 (remove_files) COMPLETE
66062026-07-15T23:09:12.623Z[ recovery-image] Jul 15 23:09:11.620 INFO O| Jul 15 23:09:11.620 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-07-15T23:09:12.627Z[ recovery-image] Jul 15 23:09:11.627 INFO O| Jul 15 23:09:11.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66082026-07-15T23:09:12.627Z[ recovery-image] Jul 15 23:09:11.627 INFO O| Jul 15 23:09:11.627 INFO STEP 416 (remove_files) COMPLETE
66092026-07-15T23:09:12.628Z[ recovery-image] Jul 15 23:09:11.627 INFO O| Jul 15 23:09:11.627 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-07-15T23:09:12.634Z[ recovery-image] Jul 15 23:09:11.635 INFO O| Jul 15 23:09:11.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66112026-07-15T23:09:12.638Z[ recovery-image] Jul 15 23:09:11.635 INFO O| Jul 15 23:09:11.635 INFO STEP 417 (remove_files) COMPLETE
66122026-07-15T23:09:12.638Z[ recovery-image] Jul 15 23:09:11.635 INFO O| Jul 15 23:09:11.635 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-07-15T23:09:12.643Z[ recovery-image] Jul 15 23:09:11.643 INFO O| Jul 15 23:09:11.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66142026-07-15T23:09:12.643Z[ recovery-image] Jul 15 23:09:11.644 INFO O| Jul 15 23:09:11.643 INFO STEP 418 (remove_files) COMPLETE
66152026-07-15T23:09:12.643Z[ recovery-image] Jul 15 23:09:11.644 INFO O| Jul 15 23:09:11.643 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-07-15T23:09:12.650Z[ recovery-image] Jul 15 23:09:11.651 INFO O| Jul 15 23:09:11.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66172026-07-15T23:09:12.650Z[ recovery-image] Jul 15 23:09:11.651 INFO O| Jul 15 23:09:11.651 INFO STEP 419 (remove_files) COMPLETE
66182026-07-15T23:09:12.650Z[ recovery-image] Jul 15 23:09:11.651 INFO O| Jul 15 23:09:11.651 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-07-15T23:09:12.659Z[ recovery-image] Jul 15 23:09:11.660 INFO O| Jul 15 23:09:11.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66202026-07-15T23:09:12.659Z[ recovery-image] Jul 15 23:09:11.661 INFO O| Jul 15 23:09:11.660 INFO STEP 420 (remove_files) COMPLETE
66212026-07-15T23:09:12.663Z[ recovery-image] Jul 15 23:09:11.661 INFO O| Jul 15 23:09:11.660 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-07-15T23:09:12.670Z[ recovery-image] Jul 15 23:09:11.669 INFO O| Jul 15 23:09:11.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66232026-07-15T23:09:12.670Z[ recovery-image] Jul 15 23:09:11.669 INFO O| Jul 15 23:09:11.669 INFO STEP 421 (remove_files) COMPLETE
66242026-07-15T23:09:12.674Z[ recovery-image] Jul 15 23:09:11.669 INFO O| Jul 15 23:09:11.669 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-07-15T23:09:12.677Z[ recovery-image] Jul 15 23:09:11.678 INFO O| Jul 15 23:09:11.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66262026-07-15T23:09:12.677Z[ recovery-image] Jul 15 23:09:11.678 INFO O| Jul 15 23:09:11.678 INFO STEP 422 (remove_files) COMPLETE
66272026-07-15T23:09:12.677Z[ recovery-image] Jul 15 23:09:11.678 INFO O| Jul 15 23:09:11.678 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-07-15T23:09:12.684Z[ recovery-image] Jul 15 23:09:11.686 INFO O| Jul 15 23:09:11.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66292026-07-15T23:09:12.688Z[ recovery-image] Jul 15 23:09:11.686 INFO O| Jul 15 23:09:11.686 INFO STEP 423 (remove_files) COMPLETE
66302026-07-15T23:09:12.688Z[ recovery-image] Jul 15 23:09:11.686 INFO O| Jul 15 23:09:11.686 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-07-15T23:09:12.693Z[ recovery-image] Jul 15 23:09:11.695 INFO O| Jul 15 23:09:11.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66322026-07-15T23:09:12.693Z[ recovery-image] Jul 15 23:09:11.695 INFO O| Jul 15 23:09:11.695 INFO STEP 424 (remove_files) COMPLETE
66332026-07-15T23:09:12.694Z[ recovery-image] Jul 15 23:09:11.695 INFO O| Jul 15 23:09:11.695 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-07-15T23:09:12.702Z[ recovery-image] Jul 15 23:09:11.703 INFO O| Jul 15 23:09:11.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66352026-07-15T23:09:12.702Z[ recovery-image] Jul 15 23:09:11.703 INFO O| Jul 15 23:09:11.703 INFO STEP 425 (remove_files) COMPLETE
66362026-07-15T23:09:12.702Z[ recovery-image] Jul 15 23:09:11.703 INFO O| Jul 15 23:09:11.703 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-07-15T23:09:12.712Z[ recovery-image] Jul 15 23:09:11.712 INFO O| Jul 15 23:09:11.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66382026-07-15T23:09:12.712Z[ recovery-image] Jul 15 23:09:11.712 INFO O| Jul 15 23:09:11.712 INFO STEP 426 (remove_files) COMPLETE
66392026-07-15T23:09:12.716Z[ recovery-image] Jul 15 23:09:11.712 INFO O| Jul 15 23:09:11.712 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-07-15T23:09:12.720Z[ recovery-image] Jul 15 23:09:11.719 INFO O| Jul 15 23:09:11.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66412026-07-15T23:09:12.720Z[ recovery-image] Jul 15 23:09:11.719 INFO O| Jul 15 23:09:11.719 INFO STEP 427 (remove_files) COMPLETE
66422026-07-15T23:09:12.720Z[ recovery-image] Jul 15 23:09:11.719 INFO O| Jul 15 23:09:11.719 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-07-15T23:09:12.725Z[ recovery-image] Jul 15 23:09:11.726 INFO O| Jul 15 23:09:11.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66442026-07-15T23:09:12.725Z[ recovery-image] Jul 15 23:09:11.726 INFO O| Jul 15 23:09:11.726 INFO STEP 428 (remove_files) COMPLETE
66452026-07-15T23:09:12.729Z[ recovery-image] Jul 15 23:09:11.726 INFO O| Jul 15 23:09:11.726 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-07-15T23:09:12.732Z[ recovery-image] Jul 15 23:09:11.734 INFO O| Jul 15 23:09:11.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66472026-07-15T23:09:12.732Z[ recovery-image] Jul 15 23:09:11.734 INFO O| Jul 15 23:09:11.734 INFO STEP 429 (remove_files) COMPLETE
66482026-07-15T23:09:12.736Z[ recovery-image] Jul 15 23:09:11.734 INFO O| Jul 15 23:09:11.734 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-07-15T23:09:12.740Z[ recovery-image] Jul 15 23:09:11.742 INFO O| Jul 15 23:09:11.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66502026-07-15T23:09:12.740Z[ recovery-image] Jul 15 23:09:11.742 INFO O| Jul 15 23:09:11.742 INFO STEP 430 (remove_files) COMPLETE
66512026-07-15T23:09:12.740Z[ recovery-image] Jul 15 23:09:11.742 INFO O| Jul 15 23:09:11.742 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-07-15T23:09:12.748Z[ recovery-image] Jul 15 23:09:11.749 INFO O| Jul 15 23:09:11.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66532026-07-15T23:09:12.748Z[ recovery-image] Jul 15 23:09:11.749 INFO O| Jul 15 23:09:11.749 INFO STEP 431 (remove_files) COMPLETE
66542026-07-15T23:09:12.751Z[ recovery-image] Jul 15 23:09:11.749 INFO O| Jul 15 23:09:11.749 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-07-15T23:09:12.755Z[ recovery-image] Jul 15 23:09:11.757 INFO O| Jul 15 23:09:11.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66562026-07-15T23:09:12.756Z[ recovery-image] Jul 15 23:09:11.757 INFO O| Jul 15 23:09:11.757 INFO STEP 432 (remove_files) COMPLETE
66572026-07-15T23:09:12.756Z[ recovery-image] Jul 15 23:09:11.757 INFO O| Jul 15 23:09:11.757 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-07-15T23:09:12.762Z[ recovery-image] Jul 15 23:09:11.764 INFO O| Jul 15 23:09:11.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66592026-07-15T23:09:12.762Z[ recovery-image] Jul 15 23:09:11.764 INFO O| Jul 15 23:09:11.764 INFO STEP 433 (remove_files) COMPLETE
66602026-07-15T23:09:12.765Z[ recovery-image] Jul 15 23:09:11.764 INFO O| Jul 15 23:09:11.764 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-07-15T23:09:12.770Z[ recovery-image] Jul 15 23:09:11.772 INFO O| Jul 15 23:09:11.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66622026-07-15T23:09:12.770Z[ recovery-image] Jul 15 23:09:11.772 INFO O| Jul 15 23:09:11.772 INFO STEP 434 (remove_files) COMPLETE
66632026-07-15T23:09:12.770Z[ recovery-image] Jul 15 23:09:11.772 INFO O| Jul 15 23:09:11.772 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-07-15T23:09:12.777Z[ recovery-image] Jul 15 23:09:11.778 INFO O| Jul 15 23:09:11.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66652026-07-15T23:09:12.777Z[ recovery-image] Jul 15 23:09:11.778 INFO O| Jul 15 23:09:11.778 INFO STEP 435 (remove_files) COMPLETE
66662026-07-15T23:09:12.782Z[ recovery-image] Jul 15 23:09:11.778 INFO O| Jul 15 23:09:11.778 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-07-15T23:09:12.786Z[ recovery-image] Jul 15 23:09:11.785 INFO O| Jul 15 23:09:11.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66682026-07-15T23:09:12.786Z[ recovery-image] Jul 15 23:09:11.785 INFO O| Jul 15 23:09:11.785 INFO STEP 436 (remove_files) COMPLETE
66692026-07-15T23:09:12.786Z[ recovery-image] Jul 15 23:09:11.785 INFO O| Jul 15 23:09:11.785 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-07-15T23:09:12.791Z[ recovery-image] Jul 15 23:09:11.792 INFO O| Jul 15 23:09:11.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66712026-07-15T23:09:12.794Z[ recovery-image] Jul 15 23:09:11.792 INFO O| Jul 15 23:09:11.792 INFO STEP 437 (remove_files) COMPLETE
66722026-07-15T23:09:12.794Z[ recovery-image] Jul 15 23:09:11.792 INFO O| Jul 15 23:09:11.792 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-07-15T23:09:12.797Z[ recovery-image] Jul 15 23:09:11.799 INFO O| Jul 15 23:09:11.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66742026-07-15T23:09:12.797Z[ recovery-image] Jul 15 23:09:11.799 INFO O| Jul 15 23:09:11.799 INFO STEP 438 (remove_files) COMPLETE
66752026-07-15T23:09:12.797Z[ recovery-image] Jul 15 23:09:11.799 INFO O| Jul 15 23:09:11.799 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-07-15T23:09:12.804Z[ recovery-image] Jul 15 23:09:11.805 INFO O| Jul 15 23:09:11.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66772026-07-15T23:09:12.807Z[ recovery-image] Jul 15 23:09:11.805 INFO O| Jul 15 23:09:11.805 INFO STEP 439 (remove_files) COMPLETE
66782026-07-15T23:09:12.807Z[ recovery-image] Jul 15 23:09:11.805 INFO O| Jul 15 23:09:11.805 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-07-15T23:09:12.811Z[ recovery-image] Jul 15 23:09:11.812 INFO O| Jul 15 23:09:11.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66802026-07-15T23:09:12.811Z[ recovery-image] Jul 15 23:09:11.812 INFO O| Jul 15 23:09:11.812 INFO STEP 440 (remove_files) COMPLETE
66812026-07-15T23:09:12.811Z[ recovery-image] Jul 15 23:09:11.812 INFO O| Jul 15 23:09:11.812 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-07-15T23:09:12.823Z[ recovery-image] Jul 15 23:09:11.819 INFO O| Jul 15 23:09:11.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66832026-07-15T23:09:12.823Z[ recovery-image] Jul 15 23:09:11.819 INFO O| Jul 15 23:09:11.819 INFO STEP 441 (remove_files) COMPLETE
66842026-07-15T23:09:12.844Z[ recovery-image] Jul 15 23:09:11.819 INFO O| Jul 15 23:09:11.819 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-07-15T23:09:12.844Z[ recovery-image] Jul 15 23:09:11.828 INFO O| Jul 15 23:09:11.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66862026-07-15T23:09:12.844Z[ recovery-image] Jul 15 23:09:11.828 INFO O| Jul 15 23:09:11.828 INFO STEP 442 (remove_files) COMPLETE
66872026-07-15T23:09:12.844Z[ recovery-image] Jul 15 23:09:11.828 INFO O| Jul 15 23:09:11.828 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-07-15T23:09:12.848Z[ recovery-image] Jul 15 23:09:11.835 INFO O| Jul 15 23:09:11.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66892026-07-15T23:09:12.849Z[ recovery-image] Jul 15 23:09:11.835 INFO O| Jul 15 23:09:11.835 INFO STEP 443 (remove_files) COMPLETE
66902026-07-15T23:09:12.849Z[ recovery-image] Jul 15 23:09:11.835 INFO O| Jul 15 23:09:11.835 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-07-15T23:09:12.849Z[ recovery-image] Jul 15 23:09:11.843 INFO O| Jul 15 23:09:11.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66922026-07-15T23:09:12.849Z[ recovery-image] Jul 15 23:09:11.843 INFO O| Jul 15 23:09:11.843 INFO STEP 444 (remove_files) COMPLETE
66932026-07-15T23:09:12.849Z[ recovery-image] Jul 15 23:09:11.843 INFO O| Jul 15 23:09:11.843 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-07-15T23:09:12.853Z[ recovery-image] Jul 15 23:09:11.850 INFO O| Jul 15 23:09:11.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66952026-07-15T23:09:12.853Z[ recovery-image] Jul 15 23:09:11.850 INFO O| Jul 15 23:09:11.850 INFO STEP 445 (remove_files) COMPLETE
66962026-07-15T23:09:12.853Z[ recovery-image] Jul 15 23:09:11.850 INFO O| Jul 15 23:09:11.850 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-07-15T23:09:12.858Z[ recovery-image] Jul 15 23:09:11.857 INFO O| Jul 15 23:09:11.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66982026-07-15T23:09:12.858Z[ recovery-image] Jul 15 23:09:11.857 INFO O| Jul 15 23:09:11.857 INFO STEP 446 (remove_files) COMPLETE
66992026-07-15T23:09:12.858Z[ recovery-image] Jul 15 23:09:11.857 INFO O| Jul 15 23:09:11.857 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-07-15T23:09:12.863Z[ recovery-image] Jul 15 23:09:11.864 INFO O| Jul 15 23:09:11.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67012026-07-15T23:09:12.863Z[ recovery-image] Jul 15 23:09:11.864 INFO O| Jul 15 23:09:11.864 INFO STEP 447 (remove_files) COMPLETE
67022026-07-15T23:09:12.863Z[ recovery-image] Jul 15 23:09:11.864 INFO O| Jul 15 23:09:11.864 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-07-15T23:09:12.873Z[ recovery-image] Jul 15 23:09:11.873 INFO O| Jul 15 23:09:11.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67042026-07-15T23:09:12.873Z[ recovery-image] Jul 15 23:09:11.873 INFO O| Jul 15 23:09:11.873 INFO STEP 448 (remove_files) COMPLETE
67052026-07-15T23:09:12.873Z[ recovery-image] Jul 15 23:09:11.873 INFO O| Jul 15 23:09:11.873 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-07-15T23:09:12.880Z[ recovery-image] Jul 15 23:09:11.881 INFO O| Jul 15 23:09:11.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67072026-07-15T23:09:12.880Z[ recovery-image] Jul 15 23:09:11.881 INFO O| Jul 15 23:09:11.881 INFO STEP 449 (remove_files) COMPLETE
67082026-07-15T23:09:12.884Z[ recovery-image] Jul 15 23:09:11.881 INFO O| Jul 15 23:09:11.881 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-07-15T23:09:12.889Z[ recovery-image] Jul 15 23:09:11.890 INFO O| Jul 15 23:09:11.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67102026-07-15T23:09:12.889Z[ recovery-image] Jul 15 23:09:11.890 INFO O| Jul 15 23:09:11.890 INFO STEP 450 (remove_files) COMPLETE
67112026-07-15T23:09:12.889Z[ recovery-image] Jul 15 23:09:11.890 INFO O| Jul 15 23:09:11.890 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-07-15T23:09:12.912Z[ recovery-image] Jul 15 23:09:11.899 INFO O| Jul 15 23:09:11.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67132026-07-15T23:09:12.920Z[ recovery-image] Jul 15 23:09:11.900 INFO O| Jul 15 23:09:11.900 INFO STEP 451 (remove_files) COMPLETE
67142026-07-15T23:09:12.920Z[ recovery-image] Jul 15 23:09:11.900 INFO O| Jul 15 23:09:11.900 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-07-15T23:09:12.920Z[ recovery-image] Jul 15 23:09:11.910 INFO O| Jul 15 23:09:11.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67162026-07-15T23:09:12.920Z[ recovery-image] Jul 15 23:09:11.910 INFO O| Jul 15 23:09:11.910 INFO STEP 452 (remove_files) COMPLETE
67172026-07-15T23:09:12.920Z[ recovery-image] Jul 15 23:09:11.910 INFO O| Jul 15 23:09:11.910 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-07-15T23:09:12.927Z[ recovery-image] Jul 15 23:09:11.917 INFO O| Jul 15 23:09:11.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67192026-07-15T23:09:12.928Z[ recovery-image] Jul 15 23:09:11.917 INFO O| Jul 15 23:09:11.917 INFO STEP 453 (remove_files) COMPLETE
67202026-07-15T23:09:12.928Z[ recovery-image] Jul 15 23:09:11.917 INFO O| Jul 15 23:09:11.917 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-07-15T23:09:12.932Z[ recovery-image] Jul 15 23:09:11.927 INFO O| Jul 15 23:09:11.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67222026-07-15T23:09:12.932Z[ recovery-image] Jul 15 23:09:11.927 INFO O| Jul 15 23:09:11.927 INFO STEP 454 (remove_files) COMPLETE
67232026-07-15T23:09:12.932Z[ recovery-image] Jul 15 23:09:11.927 INFO O| Jul 15 23:09:11.927 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-07-15T23:09:12.936Z[ recovery-image] Jul 15 23:09:11.935 INFO O| Jul 15 23:09:11.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67252026-07-15T23:09:12.936Z[ recovery-image] Jul 15 23:09:11.935 INFO O| Jul 15 23:09:11.935 INFO STEP 455 (remove_files) COMPLETE
67262026-07-15T23:09:12.936Z[ recovery-image] Jul 15 23:09:11.935 INFO O| Jul 15 23:09:11.935 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-07-15T23:09:12.948Z[ recovery-image] Jul 15 23:09:11.943 INFO O| Jul 15 23:09:11.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67282026-07-15T23:09:12.948Z[ recovery-image] Jul 15 23:09:11.943 INFO O| Jul 15 23:09:11.943 INFO STEP 456 (remove_files) COMPLETE
67292026-07-15T23:09:12.954Z[ recovery-image] Jul 15 23:09:11.943 INFO O| Jul 15 23:09:11.943 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-07-15T23:09:12.954Z[ recovery-image] Jul 15 23:09:11.952 INFO O| Jul 15 23:09:11.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67312026-07-15T23:09:12.955Z[ recovery-image] Jul 15 23:09:11.952 INFO O| Jul 15 23:09:11.952 INFO STEP 457 (remove_files) COMPLETE
67322026-07-15T23:09:12.955Z[ recovery-image] Jul 15 23:09:11.952 INFO O| Jul 15 23:09:11.952 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-07-15T23:09:12.960Z[ recovery-image] Jul 15 23:09:11.961 INFO O| Jul 15 23:09:11.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67342026-07-15T23:09:12.980Z[ recovery-image] Jul 15 23:09:11.961 INFO O| Jul 15 23:09:11.961 INFO STEP 458 (remove_files) COMPLETE
67352026-07-15T23:09:12.980Z[ recovery-image] Jul 15 23:09:11.961 INFO O| Jul 15 23:09:11.961 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-07-15T23:09:12.984Z[ recovery-image] Jul 15 23:09:11.969 INFO O| Jul 15 23:09:11.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67372026-07-15T23:09:12.984Z[ recovery-image] Jul 15 23:09:11.969 INFO O| Jul 15 23:09:11.969 INFO STEP 459 (remove_files) COMPLETE
67382026-07-15T23:09:12.984Z[ recovery-image] Jul 15 23:09:11.969 INFO O| Jul 15 23:09:11.969 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-07-15T23:09:12.984Z[ recovery-image] Jul 15 23:09:11.977 INFO O| Jul 15 23:09:11.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67402026-07-15T23:09:12.984Z[ recovery-image] Jul 15 23:09:11.977 INFO O| Jul 15 23:09:11.977 INFO STEP 460 (remove_files) COMPLETE
67412026-07-15T23:09:12.984Z[ recovery-image] Jul 15 23:09:11.977 INFO O| Jul 15 23:09:11.977 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-07-15T23:09:12.984Z[ recovery-image] Jul 15 23:09:11.985 INFO O| Jul 15 23:09:11.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67432026-07-15T23:09:12.985Z[ recovery-image] Jul 15 23:09:11.985 INFO O| Jul 15 23:09:11.985 INFO STEP 461 (remove_files) COMPLETE
67442026-07-15T23:09:12.985Z[ recovery-image] Jul 15 23:09:11.985 INFO O| Jul 15 23:09:11.985 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-07-15T23:09:12.992Z[ recovery-image] Jul 15 23:09:11.993 INFO O| Jul 15 23:09:11.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67462026-07-15T23:09:12.992Z[ recovery-image] Jul 15 23:09:11.993 INFO O| Jul 15 23:09:11.993 INFO STEP 462 (remove_files) COMPLETE
67472026-07-15T23:09:12.995Z[ recovery-image] Jul 15 23:09:11.993 INFO O| Jul 15 23:09:11.993 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-07-15T23:09:12.999Z[ recovery-image] Jul 15 23:09:12.000 INFO O| Jul 15 23:09:12.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67492026-07-15T23:09:12.999Z[ recovery-image] Jul 15 23:09:12.000 INFO O| Jul 15 23:09:12.000 INFO STEP 463 (remove_files) COMPLETE
67502026-07-15T23:09:12.999Z[ recovery-image] Jul 15 23:09:12.000 INFO O| Jul 15 23:09:12.000 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-07-15T23:09:13.007Z[ recovery-image] Jul 15 23:09:12.008 INFO O| Jul 15 23:09:12.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67522026-07-15T23:09:13.007Z[ recovery-image] Jul 15 23:09:12.008 INFO O| Jul 15 23:09:12.008 INFO STEP 464 (remove_files) COMPLETE
67532026-07-15T23:09:13.011Z[ recovery-image] Jul 15 23:09:12.008 INFO O| Jul 15 23:09:12.008 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-07-15T23:09:13.016Z[ recovery-image] Jul 15 23:09:12.017 INFO O| Jul 15 23:09:12.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67552026-07-15T23:09:13.016Z[ recovery-image] Jul 15 23:09:12.017 INFO O| Jul 15 23:09:12.017 INFO STEP 465 (remove_files) COMPLETE
67562026-07-15T23:09:13.020Z[ recovery-image] Jul 15 23:09:12.017 INFO O| Jul 15 23:09:12.017 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-07-15T23:09:13.025Z[ recovery-image] Jul 15 23:09:12.026 INFO O| Jul 15 23:09:12.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67582026-07-15T23:09:13.028Z[ recovery-image] Jul 15 23:09:12.026 INFO O| Jul 15 23:09:12.026 INFO STEP 466 (remove_files) COMPLETE
67592026-07-15T23:09:13.028Z[ recovery-image] Jul 15 23:09:12.026 INFO O| Jul 15 23:09:12.026 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-07-15T23:09:13.034Z[ recovery-image] Jul 15 23:09:12.035 INFO O| Jul 15 23:09:12.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67612026-07-15T23:09:13.034Z[ recovery-image] Jul 15 23:09:12.035 INFO O| Jul 15 23:09:12.035 INFO STEP 467 (remove_files) COMPLETE
67622026-07-15T23:09:13.034Z[ recovery-image] Jul 15 23:09:12.035 INFO O| Jul 15 23:09:12.035 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-07-15T23:09:13.043Z[ recovery-image] Jul 15 23:09:12.043 INFO O| Jul 15 23:09:12.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67642026-07-15T23:09:13.043Z[ recovery-image] Jul 15 23:09:12.043 INFO O| Jul 15 23:09:12.043 INFO STEP 468 (remove_files) COMPLETE
67652026-07-15T23:09:13.047Z[ recovery-image] Jul 15 23:09:12.043 INFO O| Jul 15 23:09:12.043 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-07-15T23:09:13.052Z[ recovery-image] Jul 15 23:09:12.052 INFO O| Jul 15 23:09:12.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67672026-07-15T23:09:13.052Z[ recovery-image] Jul 15 23:09:12.052 INFO O| Jul 15 23:09:12.052 INFO STEP 469 (remove_files) COMPLETE
67682026-07-15T23:09:13.052Z[ recovery-image] Jul 15 23:09:12.052 INFO O| Jul 15 23:09:12.052 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-07-15T23:09:13.060Z[ recovery-image] Jul 15 23:09:12.061 INFO O| Jul 15 23:09:12.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67702026-07-15T23:09:13.060Z[ recovery-image] Jul 15 23:09:12.061 INFO O| Jul 15 23:09:12.061 INFO STEP 470 (remove_files) COMPLETE
67712026-07-15T23:09:13.060Z[ recovery-image] Jul 15 23:09:12.061 INFO O| Jul 15 23:09:12.061 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-07-15T23:09:13.068Z[ recovery-image] Jul 15 23:09:12.069 INFO O| Jul 15 23:09:12.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67732026-07-15T23:09:13.068Z[ recovery-image] Jul 15 23:09:12.069 INFO O| Jul 15 23:09:12.069 INFO STEP 471 (remove_files) COMPLETE
67742026-07-15T23:09:13.072Z[ recovery-image] Jul 15 23:09:12.069 INFO O| Jul 15 23:09:12.069 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-07-15T23:09:13.076Z[ recovery-image] Jul 15 23:09:12.078 INFO O| Jul 15 23:09:12.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67762026-07-15T23:09:13.076Z[ recovery-image] Jul 15 23:09:12.078 INFO O| Jul 15 23:09:12.078 INFO STEP 472 (remove_files) COMPLETE
67772026-07-15T23:09:13.080Z[ recovery-image] Jul 15 23:09:12.078 INFO O| Jul 15 23:09:12.078 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-07-15T23:09:13.085Z[ recovery-image] Jul 15 23:09:12.086 INFO O| Jul 15 23:09:12.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67792026-07-15T23:09:13.085Z[ recovery-image] Jul 15 23:09:12.086 INFO O| Jul 15 23:09:12.086 INFO STEP 473 (remove_files) COMPLETE
67802026-07-15T23:09:13.085Z[ recovery-image] Jul 15 23:09:12.086 INFO O| Jul 15 23:09:12.086 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-07-15T23:09:13.092Z[ recovery-image] Jul 15 23:09:12.093 INFO O| Jul 15 23:09:12.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67822026-07-15T23:09:13.096Z[ recovery-image] Jul 15 23:09:12.094 INFO O| Jul 15 23:09:12.094 INFO STEP 474 (remove_files) COMPLETE
67832026-07-15T23:09:13.096Z[ recovery-image] Jul 15 23:09:12.094 INFO O| Jul 15 23:09:12.094 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-07-15T23:09:13.100Z[ recovery-image] Jul 15 23:09:12.101 INFO O| Jul 15 23:09:12.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67852026-07-15T23:09:13.100Z[ recovery-image] Jul 15 23:09:12.101 INFO O| Jul 15 23:09:12.101 INFO STEP 475 (remove_files) COMPLETE
67862026-07-15T23:09:13.100Z[ recovery-image] Jul 15 23:09:12.101 INFO O| Jul 15 23:09:12.101 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-07-15T23:09:13.107Z[ recovery-image] Jul 15 23:09:12.108 INFO O| Jul 15 23:09:12.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67882026-07-15T23:09:13.107Z[ recovery-image] Jul 15 23:09:12.108 INFO O| Jul 15 23:09:12.108 INFO STEP 476 (remove_files) COMPLETE
67892026-07-15T23:09:13.110Z[ recovery-image] Jul 15 23:09:12.108 INFO O| Jul 15 23:09:12.108 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-07-15T23:09:13.114Z[ recovery-image] Jul 15 23:09:12.115 INFO O| Jul 15 23:09:12.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67912026-07-15T23:09:13.117Z[ recovery-image] Jul 15 23:09:12.116 INFO O| Jul 15 23:09:12.116 INFO STEP 477 (remove_files) COMPLETE
67922026-07-15T23:09:13.117Z[ recovery-image] Jul 15 23:09:12.116 INFO O| Jul 15 23:09:12.116 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-07-15T23:09:13.121Z[ recovery-image] Jul 15 23:09:12.123 INFO O| Jul 15 23:09:12.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67942026-07-15T23:09:13.124Z[ recovery-image] Jul 15 23:09:12.123 INFO O| Jul 15 23:09:12.123 INFO STEP 478 (remove_files) COMPLETE
67952026-07-15T23:09:13.124Z[ recovery-image] Jul 15 23:09:12.123 INFO O| Jul 15 23:09:12.123 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-07-15T23:09:13.128Z[ recovery-image] Jul 15 23:09:12.130 INFO O| Jul 15 23:09:12.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67972026-07-15T23:09:13.133Z[ recovery-image] Jul 15 23:09:12.130 INFO O| Jul 15 23:09:12.130 INFO STEP 479 (remove_files) COMPLETE
67982026-07-15T23:09:13.134Z[ recovery-image] Jul 15 23:09:12.130 INFO O| Jul 15 23:09:12.130 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-07-15T23:09:13.137Z[ recovery-image] Jul 15 23:09:12.138 INFO O| Jul 15 23:09:12.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
68002026-07-15T23:09:13.137Z[ recovery-image] Jul 15 23:09:12.138 INFO O| Jul 15 23:09:12.138 INFO STEP 480 (remove_files) COMPLETE
68012026-07-15T23:09:13.137Z[ recovery-image] Jul 15 23:09:12.138 INFO O| Jul 15 23:09:12.138 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-07-15T23:09:13.145Z[ recovery-image] Jul 15 23:09:12.146 INFO O| Jul 15 23:09:12.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68032026-07-15T23:09:13.145Z[ recovery-image] Jul 15 23:09:12.146 INFO O| Jul 15 23:09:12.146 INFO STEP 481 (remove_files) COMPLETE
68042026-07-15T23:09:13.145Z[ recovery-image] Jul 15 23:09:12.146 INFO O| Jul 15 23:09:12.146 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-07-15T23:09:13.152Z[ recovery-image] Jul 15 23:09:12.153 INFO O| Jul 15 23:09:12.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68062026-07-15T23:09:13.152Z[ recovery-image] Jul 15 23:09:12.153 INFO O| Jul 15 23:09:12.153 INFO STEP 482 (remove_files) COMPLETE
68072026-07-15T23:09:13.155Z[ recovery-image] Jul 15 23:09:12.153 INFO O| Jul 15 23:09:12.153 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-07-15T23:09:13.159Z[ recovery-image] Jul 15 23:09:12.160 INFO O| Jul 15 23:09:12.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68092026-07-15T23:09:13.159Z[ recovery-image] Jul 15 23:09:12.160 INFO O| Jul 15 23:09:12.160 INFO STEP 483 (remove_files) COMPLETE
68102026-07-15T23:09:13.162Z[ recovery-image] Jul 15 23:09:12.160 INFO O| Jul 15 23:09:12.160 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-07-15T23:09:13.166Z[ recovery-image] Jul 15 23:09:12.167 INFO O| Jul 15 23:09:12.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68122026-07-15T23:09:13.166Z[ recovery-image] Jul 15 23:09:12.167 INFO O| Jul 15 23:09:12.167 INFO STEP 484 (remove_files) COMPLETE
68132026-07-15T23:09:13.169Z[ recovery-image] Jul 15 23:09:12.167 INFO O| Jul 15 23:09:12.167 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-07-15T23:09:13.173Z[ recovery-image] Jul 15 23:09:12.174 INFO O| Jul 15 23:09:12.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68152026-07-15T23:09:13.173Z[ recovery-image] Jul 15 23:09:12.174 INFO O| Jul 15 23:09:12.174 INFO STEP 485 (remove_files) COMPLETE
68162026-07-15T23:09:13.173Z[ recovery-image] Jul 15 23:09:12.174 INFO O| Jul 15 23:09:12.174 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-07-15T23:09:13.182Z[ recovery-image] Jul 15 23:09:12.181 INFO O| Jul 15 23:09:12.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68182026-07-15T23:09:13.182Z[ recovery-image] Jul 15 23:09:12.181 INFO O| Jul 15 23:09:12.181 INFO STEP 486 (remove_files) COMPLETE
68192026-07-15T23:09:13.187Z[ recovery-image] Jul 15 23:09:12.181 INFO O| Jul 15 23:09:12.181 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-07-15T23:09:13.190Z[ recovery-image] Jul 15 23:09:12.188 INFO O| Jul 15 23:09:12.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68212026-07-15T23:09:13.190Z[ recovery-image] Jul 15 23:09:12.188 INFO O| Jul 15 23:09:12.188 INFO STEP 487 (remove_files) COMPLETE
68222026-07-15T23:09:13.190Z[ recovery-image] Jul 15 23:09:12.189 INFO O| Jul 15 23:09:12.188 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-07-15T23:09:13.197Z[ recovery-image] Jul 15 23:09:12.198 INFO O| Jul 15 23:09:12.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68242026-07-15T23:09:13.197Z[ recovery-image] Jul 15 23:09:12.198 INFO O| Jul 15 23:09:12.198 INFO STEP 488 (remove_files) COMPLETE
68252026-07-15T23:09:13.201Z[ recovery-image] Jul 15 23:09:12.198 INFO O| Jul 15 23:09:12.198 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-07-15T23:09:13.204Z[ recovery-image] Jul 15 23:09:12.206 INFO O| Jul 15 23:09:12.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68272026-07-15T23:09:13.205Z[ recovery-image] Jul 15 23:09:12.206 INFO O| Jul 15 23:09:12.206 INFO STEP 489 (remove_files) COMPLETE
68282026-07-15T23:09:13.210Z[ recovery-image] Jul 15 23:09:12.206 INFO O| Jul 15 23:09:12.206 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-07-15T23:09:13.214Z[ recovery-image] Jul 15 23:09:12.214 INFO O| Jul 15 23:09:12.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68302026-07-15T23:09:13.214Z[ recovery-image] Jul 15 23:09:12.214 INFO O| Jul 15 23:09:12.214 INFO STEP 490 (remove_files) COMPLETE
68312026-07-15T23:09:13.214Z[ recovery-image] Jul 15 23:09:12.214 INFO O| Jul 15 23:09:12.214 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-07-15T23:09:13.224Z[ recovery-image] Jul 15 23:09:12.222 INFO O| Jul 15 23:09:12.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68332026-07-15T23:09:13.229Z[ recovery-image] Jul 15 23:09:12.222 INFO O| Jul 15 23:09:12.222 INFO STEP 491 (remove_files) COMPLETE
68342026-07-15T23:09:13.229Z[ recovery-image] Jul 15 23:09:12.222 INFO O| Jul 15 23:09:12.222 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-07-15T23:09:13.232Z[ recovery-image] Jul 15 23:09:12.230 INFO O| Jul 15 23:09:12.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68362026-07-15T23:09:13.232Z[ recovery-image] Jul 15 23:09:12.230 INFO O| Jul 15 23:09:12.230 INFO STEP 492 (remove_files) COMPLETE
68372026-07-15T23:09:13.232Z[ recovery-image] Jul 15 23:09:12.230 INFO O| Jul 15 23:09:12.230 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-07-15T23:09:13.237Z[ recovery-image] Jul 15 23:09:12.238 INFO O| Jul 15 23:09:12.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68392026-07-15T23:09:13.237Z[ recovery-image] Jul 15 23:09:12.238 INFO O| Jul 15 23:09:12.238 INFO STEP 493 (remove_files) COMPLETE
68402026-07-15T23:09:13.237Z[ recovery-image] Jul 15 23:09:12.238 INFO O| Jul 15 23:09:12.238 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-07-15T23:09:13.245Z[ recovery-image] Jul 15 23:09:12.245 INFO O| Jul 15 23:09:12.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68422026-07-15T23:09:13.249Z[ recovery-image] Jul 15 23:09:12.245 INFO O| Jul 15 23:09:12.245 INFO STEP 494 (remove_files) COMPLETE
68432026-07-15T23:09:13.249Z[ recovery-image] Jul 15 23:09:12.245 INFO O| Jul 15 23:09:12.245 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-07-15T23:09:13.253Z[ recovery-image] Jul 15 23:09:12.254 INFO O| Jul 15 23:09:12.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68452026-07-15T23:09:13.253Z[ recovery-image] Jul 15 23:09:12.254 INFO O| Jul 15 23:09:12.254 INFO STEP 495 (remove_files) COMPLETE
68462026-07-15T23:09:13.253Z[ recovery-image] Jul 15 23:09:12.254 INFO O| Jul 15 23:09:12.254 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-07-15T23:09:13.262Z[ recovery-image] Jul 15 23:09:12.263 INFO O| Jul 15 23:09:12.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68482026-07-15T23:09:13.266Z[ recovery-image] Jul 15 23:09:12.263 INFO O| Jul 15 23:09:12.263 INFO STEP 496 (remove_files) COMPLETE
68492026-07-15T23:09:13.266Z[ recovery-image] Jul 15 23:09:12.263 INFO O| Jul 15 23:09:12.263 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-07-15T23:09:13.271Z[ recovery-image] Jul 15 23:09:12.272 INFO O| Jul 15 23:09:12.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68512026-07-15T23:09:13.271Z[ recovery-image] Jul 15 23:09:12.272 INFO O| Jul 15 23:09:12.272 INFO STEP 497 (remove_files) COMPLETE
68522026-07-15T23:09:13.275Z[ recovery-image] Jul 15 23:09:12.272 INFO O| Jul 15 23:09:12.272 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-07-15T23:09:13.279Z[ recovery-image] Jul 15 23:09:12.280 INFO O| Jul 15 23:09:12.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68542026-07-15T23:09:13.279Z[ recovery-image] Jul 15 23:09:12.280 INFO O| Jul 15 23:09:12.280 INFO STEP 498 (remove_files) COMPLETE
68552026-07-15T23:09:13.283Z[ recovery-image] Jul 15 23:09:12.280 INFO O| Jul 15 23:09:12.280 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-07-15T23:09:13.286Z[ recovery-image] Jul 15 23:09:12.288 INFO O| Jul 15 23:09:12.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68572026-07-15T23:09:13.290Z[ recovery-image] Jul 15 23:09:12.288 INFO O| Jul 15 23:09:12.288 INFO STEP 499 (remove_files) COMPLETE
68582026-07-15T23:09:13.290Z[ recovery-image] Jul 15 23:09:12.288 INFO O| Jul 15 23:09:12.288 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-07-15T23:09:13.296Z[ recovery-image] Jul 15 23:09:12.297 INFO O| Jul 15 23:09:12.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68602026-07-15T23:09:13.299Z[ recovery-image] Jul 15 23:09:12.297 INFO O| Jul 15 23:09:12.297 INFO STEP 500 (remove_files) COMPLETE
68612026-07-15T23:09:13.299Z[ recovery-image] Jul 15 23:09:12.297 INFO O| Jul 15 23:09:12.297 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-07-15T23:09:13.304Z[ recovery-image] Jul 15 23:09:12.305 INFO O| Jul 15 23:09:12.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68632026-07-15T23:09:13.304Z[ recovery-image] Jul 15 23:09:12.305 INFO O| Jul 15 23:09:12.305 INFO STEP 501 (remove_files) COMPLETE
68642026-07-15T23:09:13.308Z[ recovery-image] Jul 15 23:09:12.305 INFO O| Jul 15 23:09:12.305 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-07-15T23:09:13.312Z[ recovery-image] Jul 15 23:09:12.312 INFO O| Jul 15 23:09:12.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68662026-07-15T23:09:13.312Z[ recovery-image] Jul 15 23:09:12.313 INFO O| Jul 15 23:09:12.312 INFO STEP 502 (remove_files) COMPLETE
68672026-07-15T23:09:13.315Z[ recovery-image] Jul 15 23:09:12.313 INFO O| Jul 15 23:09:12.312 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-07-15T23:09:13.319Z[ recovery-image] Jul 15 23:09:12.321 INFO O| Jul 15 23:09:12.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68692026-07-15T23:09:13.323Z[ recovery-image] Jul 15 23:09:12.321 INFO O| Jul 15 23:09:12.321 INFO STEP 503 (remove_files) COMPLETE
68702026-07-15T23:09:13.323Z[ recovery-image] Jul 15 23:09:12.321 INFO O| Jul 15 23:09:12.321 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-07-15T23:09:13.328Z[ recovery-image] Jul 15 23:09:12.329 INFO O| Jul 15 23:09:12.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68722026-07-15T23:09:13.328Z[ recovery-image] Jul 15 23:09:12.329 INFO O| Jul 15 23:09:12.329 INFO STEP 504 (remove_files) COMPLETE
68732026-07-15T23:09:13.328Z[ recovery-image] Jul 15 23:09:12.329 INFO O| Jul 15 23:09:12.329 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-07-15T23:09:13.338Z[ recovery-image] Jul 15 23:09:12.338 INFO O| Jul 15 23:09:12.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68752026-07-15T23:09:13.338Z[ recovery-image] Jul 15 23:09:12.338 INFO O| Jul 15 23:09:12.338 INFO STEP 505 (remove_files) COMPLETE
68762026-07-15T23:09:13.338Z[ recovery-image] Jul 15 23:09:12.338 INFO O| Jul 15 23:09:12.338 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-07-15T23:09:13.345Z[ recovery-image] Jul 15 23:09:12.346 INFO O| Jul 15 23:09:12.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68782026-07-15T23:09:13.345Z[ recovery-image] Jul 15 23:09:12.346 INFO O| Jul 15 23:09:12.346 INFO STEP 506 (remove_files) COMPLETE
68792026-07-15T23:09:13.349Z[ recovery-image] Jul 15 23:09:12.346 INFO O| Jul 15 23:09:12.346 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-07-15T23:09:13.354Z[ recovery-image] Jul 15 23:09:12.355 INFO O| Jul 15 23:09:12.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68812026-07-15T23:09:13.354Z[ recovery-image] Jul 15 23:09:12.355 INFO O| Jul 15 23:09:12.355 INFO STEP 507 (remove_files) COMPLETE
68822026-07-15T23:09:13.354Z[ recovery-image] Jul 15 23:09:12.355 INFO O| Jul 15 23:09:12.355 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-07-15T23:09:13.362Z[ recovery-image] Jul 15 23:09:12.364 INFO O| Jul 15 23:09:12.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68842026-07-15T23:09:13.363Z[ recovery-image] Jul 15 23:09:12.364 INFO O| Jul 15 23:09:12.364 INFO STEP 508 (remove_files) COMPLETE
68852026-07-15T23:09:13.366Z[ recovery-image] Jul 15 23:09:12.364 INFO O| Jul 15 23:09:12.364 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-07-15T23:09:13.370Z[ recovery-image] Jul 15 23:09:12.371 INFO O| Jul 15 23:09:12.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68872026-07-15T23:09:13.373Z[ recovery-image] Jul 15 23:09:12.371 INFO O| Jul 15 23:09:12.371 INFO STEP 509 (remove_files) COMPLETE
68882026-07-15T23:09:13.373Z[ recovery-image] Jul 15 23:09:12.371 INFO O| Jul 15 23:09:12.371 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-07-15T23:09:13.378Z[ recovery-image] Jul 15 23:09:12.378 INFO O| Jul 15 23:09:12.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68902026-07-15T23:09:13.378Z[ recovery-image] Jul 15 23:09:12.378 INFO O| Jul 15 23:09:12.378 INFO STEP 510 (remove_files) COMPLETE
68912026-07-15T23:09:13.378Z[ recovery-image] Jul 15 23:09:12.378 INFO O| Jul 15 23:09:12.378 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-07-15T23:09:13.383Z[ recovery-image] Jul 15 23:09:12.384 INFO O| Jul 15 23:09:12.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68932026-07-15T23:09:13.387Z[ recovery-image] Jul 15 23:09:12.384 INFO O| Jul 15 23:09:12.384 INFO STEP 511 (remove_files) COMPLETE
68942026-07-15T23:09:13.387Z[ recovery-image] Jul 15 23:09:12.384 INFO O| Jul 15 23:09:12.384 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-07-15T23:09:13.391Z[ recovery-image] Jul 15 23:09:12.391 INFO O| Jul 15 23:09:12.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68962026-07-15T23:09:13.391Z[ recovery-image] Jul 15 23:09:12.391 INFO O| Jul 15 23:09:12.391 INFO STEP 512 (remove_files) COMPLETE
68972026-07-15T23:09:13.391Z[ recovery-image] Jul 15 23:09:12.391 INFO O| Jul 15 23:09:12.391 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-07-15T23:09:13.397Z[ recovery-image] Jul 15 23:09:12.398 INFO O| Jul 15 23:09:12.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68992026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.398 INFO O| Jul 15 23:09:12.398 INFO STEP 513 (remove_files) COMPLETE
69002026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.398 INFO O| Jul 15 23:09:12.398 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.405 INFO O| Jul 15 23:09:12.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
69022026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.405 INFO O| Jul 15 23:09:12.405 INFO STEP 514 (remove_files) COMPLETE
69032026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.405 INFO O| Jul 15 23:09:12.405 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.411 INFO O| Jul 15 23:09:12.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69052026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.412 INFO O| Jul 15 23:09:12.411 INFO STEP 515 (remove_files) COMPLETE
69062026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.412 INFO O| Jul 15 23:09:12.412 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.418 INFO O| Jul 15 23:09:12.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69082026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.419 INFO O| Jul 15 23:09:12.419 INFO STEP 516 (remove_files) COMPLETE
69092026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.419 INFO O| Jul 15 23:09:12.419 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.425 INFO O| Jul 15 23:09:12.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69112026-07-15T23:09:13.454Z[ recovery-image] Jul 15 23:09:12.426 INFO O| Jul 15 23:09:12.425 INFO STEP 517 (remove_files) COMPLETE
69122026-07-15T23:09:13.455Z[ recovery-image] Jul 15 23:09:12.426 INFO O| Jul 15 23:09:12.425 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-07-15T23:09:13.455Z[ recovery-image] Jul 15 23:09:12.435 INFO O| Jul 15 23:09:12.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69142026-07-15T23:09:13.455Z[ recovery-image] Jul 15 23:09:12.435 INFO O| Jul 15 23:09:12.435 INFO STEP 518 (remove_files) COMPLETE
69152026-07-15T23:09:13.455Z[ recovery-image] Jul 15 23:09:12.435 INFO O| Jul 15 23:09:12.435 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-07-15T23:09:13.455Z[ recovery-image] Jul 15 23:09:12.443 INFO O| Jul 15 23:09:12.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69172026-07-15T23:09:13.455Z[ recovery-image] Jul 15 23:09:12.443 INFO O| Jul 15 23:09:12.443 INFO STEP 519 (remove_files) COMPLETE
69182026-07-15T23:09:13.455Z[ recovery-image] Jul 15 23:09:12.443 INFO O| Jul 15 23:09:12.443 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-07-15T23:09:13.459Z[ recovery-image] Jul 15 23:09:12.452 INFO O| Jul 15 23:09:12.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69202026-07-15T23:09:13.459Z[ recovery-image] Jul 15 23:09:12.452 INFO O| Jul 15 23:09:12.452 INFO STEP 520 (remove_files) COMPLETE
69212026-07-15T23:09:13.459Z[ recovery-image] Jul 15 23:09:12.452 INFO O| Jul 15 23:09:12.452 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-07-15T23:09:13.459Z[ recovery-image] Jul 15 23:09:12.460 INFO O| Jul 15 23:09:12.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69232026-07-15T23:09:13.459Z[ recovery-image] Jul 15 23:09:12.460 INFO O| Jul 15 23:09:12.460 INFO STEP 521 (remove_files) COMPLETE
69242026-07-15T23:09:13.460Z[ recovery-image] Jul 15 23:09:12.460 INFO O| Jul 15 23:09:12.460 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-07-15T23:09:13.466Z[ recovery-image] Jul 15 23:09:12.468 INFO O| Jul 15 23:09:12.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69262026-07-15T23:09:13.470Z[ recovery-image] Jul 15 23:09:12.468 INFO O| Jul 15 23:09:12.468 INFO STEP 522 (remove_files) COMPLETE
69272026-07-15T23:09:13.470Z[ recovery-image] Jul 15 23:09:12.468 INFO O| Jul 15 23:09:12.468 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-07-15T23:09:13.475Z[ recovery-image] Jul 15 23:09:12.475 INFO O| Jul 15 23:09:12.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69292026-07-15T23:09:13.475Z[ recovery-image] Jul 15 23:09:12.475 INFO O| Jul 15 23:09:12.475 INFO STEP 523 (remove_files) COMPLETE
69302026-07-15T23:09:13.475Z[ recovery-image] Jul 15 23:09:12.475 INFO O| Jul 15 23:09:12.475 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-07-15T23:09:13.480Z[ recovery-image] Jul 15 23:09:12.482 INFO O| Jul 15 23:09:12.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69322026-07-15T23:09:13.480Z[ recovery-image] Jul 15 23:09:12.482 INFO O| Jul 15 23:09:12.482 INFO STEP 524 (remove_files) COMPLETE
69332026-07-15T23:09:13.484Z[ recovery-image] Jul 15 23:09:12.482 INFO O| Jul 15 23:09:12.482 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-07-15T23:09:13.489Z[ recovery-image] Jul 15 23:09:12.489 INFO O| Jul 15 23:09:12.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69352026-07-15T23:09:13.489Z[ recovery-image] Jul 15 23:09:12.489 INFO O| Jul 15 23:09:12.489 INFO STEP 525 (remove_files) COMPLETE
69362026-07-15T23:09:13.489Z[ recovery-image] Jul 15 23:09:12.489 INFO O| Jul 15 23:09:12.489 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-07-15T23:09:13.495Z[ recovery-image] Jul 15 23:09:12.496 INFO O| Jul 15 23:09:12.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69382026-07-15T23:09:13.495Z[ recovery-image] Jul 15 23:09:12.496 INFO O| Jul 15 23:09:12.496 INFO STEP 526 (remove_files) COMPLETE
69392026-07-15T23:09:13.499Z[ recovery-image] Jul 15 23:09:12.496 INFO O| Jul 15 23:09:12.496 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-07-15T23:09:13.502Z[ recovery-image] Jul 15 23:09:12.503 INFO O| Jul 15 23:09:12.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69412026-07-15T23:09:13.502Z[ recovery-image] Jul 15 23:09:12.503 INFO O| Jul 15 23:09:12.503 INFO STEP 527 (remove_files) COMPLETE
69422026-07-15T23:09:13.502Z[ recovery-image] Jul 15 23:09:12.503 INFO O| Jul 15 23:09:12.503 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-07-15T23:09:13.510Z[ recovery-image] Jul 15 23:09:12.511 INFO O| Jul 15 23:09:12.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69442026-07-15T23:09:13.513Z[ recovery-image] Jul 15 23:09:12.511 INFO O| Jul 15 23:09:12.511 INFO STEP 528 (remove_files) COMPLETE
69452026-07-15T23:09:13.514Z[ recovery-image] Jul 15 23:09:12.511 INFO O| Jul 15 23:09:12.511 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-07-15T23:09:13.517Z[ recovery-image] Jul 15 23:09:12.518 INFO O| Jul 15 23:09:12.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69472026-07-15T23:09:13.517Z[ recovery-image] Jul 15 23:09:12.518 INFO O| Jul 15 23:09:12.518 INFO STEP 529 (remove_files) COMPLETE
69482026-07-15T23:09:13.517Z[ recovery-image] Jul 15 23:09:12.518 INFO O| Jul 15 23:09:12.518 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-07-15T23:09:13.525Z[ recovery-image] Jul 15 23:09:12.525 INFO O| Jul 15 23:09:12.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69502026-07-15T23:09:13.528Z[ recovery-image] Jul 15 23:09:12.525 INFO O| Jul 15 23:09:12.525 INFO STEP 530 (remove_files) COMPLETE
69512026-07-15T23:09:13.528Z[ recovery-image] Jul 15 23:09:12.525 INFO O| Jul 15 23:09:12.525 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-07-15T23:09:13.532Z[ recovery-image] Jul 15 23:09:12.532 INFO O| Jul 15 23:09:12.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69532026-07-15T23:09:13.532Z[ recovery-image] Jul 15 23:09:12.532 INFO O| Jul 15 23:09:12.532 INFO STEP 531 (remove_files) COMPLETE
69542026-07-15T23:09:13.532Z[ recovery-image] Jul 15 23:09:12.532 INFO O| Jul 15 23:09:12.532 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-07-15T23:09:13.538Z[ recovery-image] Jul 15 23:09:12.540 INFO O| Jul 15 23:09:12.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69562026-07-15T23:09:13.538Z[ recovery-image] Jul 15 23:09:12.540 INFO O| Jul 15 23:09:12.540 INFO STEP 532 (remove_files) COMPLETE
69572026-07-15T23:09:13.539Z[ recovery-image] Jul 15 23:09:12.540 INFO O| Jul 15 23:09:12.540 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-07-15T23:09:13.547Z[ recovery-image] Jul 15 23:09:12.547 INFO O| Jul 15 23:09:12.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69592026-07-15T23:09:13.550Z[ recovery-image] Jul 15 23:09:12.547 INFO O| Jul 15 23:09:12.547 INFO STEP 533 (remove_files) COMPLETE
69602026-07-15T23:09:13.551Z[ recovery-image] Jul 15 23:09:12.547 INFO O| Jul 15 23:09:12.547 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-07-15T23:09:13.555Z[ recovery-image] Jul 15 23:09:12.555 INFO O| Jul 15 23:09:12.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69622026-07-15T23:09:13.555Z[ recovery-image] Jul 15 23:09:12.555 INFO O| Jul 15 23:09:12.555 INFO STEP 534 (remove_files) COMPLETE
69632026-07-15T23:09:13.555Z[ recovery-image] Jul 15 23:09:12.555 INFO O| Jul 15 23:09:12.555 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-07-15T23:09:13.561Z[ recovery-image] Jul 15 23:09:12.562 INFO O| Jul 15 23:09:12.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69652026-07-15T23:09:13.561Z[ recovery-image] Jul 15 23:09:12.562 INFO O| Jul 15 23:09:12.562 INFO STEP 535 (remove_files) COMPLETE
69662026-07-15T23:09:13.565Z[ recovery-image] Jul 15 23:09:12.562 INFO O| Jul 15 23:09:12.562 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-07-15T23:09:13.568Z[ recovery-image] Jul 15 23:09:12.569 INFO O| Jul 15 23:09:12.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69682026-07-15T23:09:13.568Z[ recovery-image] Jul 15 23:09:12.569 INFO O| Jul 15 23:09:12.569 INFO STEP 536 (remove_files) COMPLETE
69692026-07-15T23:09:13.569Z[ recovery-image] Jul 15 23:09:12.569 INFO O| Jul 15 23:09:12.569 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-07-15T23:09:13.577Z[ recovery-image] Jul 15 23:09:12.578 INFO O| Jul 15 23:09:12.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69712026-07-15T23:09:13.577Z[ recovery-image] Jul 15 23:09:12.578 INFO O| Jul 15 23:09:12.578 INFO STEP 537 (remove_files) COMPLETE
69722026-07-15T23:09:13.581Z[ recovery-image] Jul 15 23:09:12.578 INFO O| Jul 15 23:09:12.578 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-07-15T23:09:13.584Z[ recovery-image] Jul 15 23:09:12.585 INFO O| Jul 15 23:09:12.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69742026-07-15T23:09:13.584Z[ recovery-image] Jul 15 23:09:12.585 INFO O| Jul 15 23:09:12.585 INFO STEP 538 (remove_files) COMPLETE
69752026-07-15T23:09:13.584Z[ recovery-image] Jul 15 23:09:12.585 INFO O| Jul 15 23:09:12.585 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-07-15T23:09:13.593Z[ recovery-image] Jul 15 23:09:12.594 INFO O| Jul 15 23:09:12.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69772026-07-15T23:09:13.593Z[ recovery-image] Jul 15 23:09:12.594 INFO O| Jul 15 23:09:12.594 INFO STEP 539 (remove_files) COMPLETE
69782026-07-15T23:09:13.597Z[ recovery-image] Jul 15 23:09:12.594 INFO O| Jul 15 23:09:12.594 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-07-15T23:09:13.601Z[ recovery-image] Jul 15 23:09:12.602 INFO O| Jul 15 23:09:12.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69802026-07-15T23:09:13.601Z[ recovery-image] Jul 15 23:09:12.602 INFO O| Jul 15 23:09:12.602 INFO STEP 540 (remove_files) COMPLETE
69812026-07-15T23:09:13.605Z[ recovery-image] Jul 15 23:09:12.602 INFO O| Jul 15 23:09:12.602 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-07-15T23:09:13.608Z[ recovery-image] Jul 15 23:09:12.610 INFO O| Jul 15 23:09:12.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69832026-07-15T23:09:13.609Z[ recovery-image] Jul 15 23:09:12.610 INFO O| Jul 15 23:09:12.610 INFO STEP 541 (remove_files) COMPLETE
69842026-07-15T23:09:13.609Z[ recovery-image] Jul 15 23:09:12.610 INFO O| Jul 15 23:09:12.610 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-07-15T23:09:13.617Z[ recovery-image] Jul 15 23:09:12.618 INFO O| Jul 15 23:09:12.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69862026-07-15T23:09:13.617Z[ recovery-image] Jul 15 23:09:12.618 INFO O| Jul 15 23:09:12.618 INFO STEP 542 (remove_files) COMPLETE
69872026-07-15T23:09:13.621Z[ recovery-image] Jul 15 23:09:12.618 INFO O| Jul 15 23:09:12.618 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-07-15T23:09:13.624Z[ recovery-image] Jul 15 23:09:12.625 INFO O| Jul 15 23:09:12.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69892026-07-15T23:09:13.625Z[ recovery-image] Jul 15 23:09:12.625 INFO O| Jul 15 23:09:12.625 INFO STEP 543 (remove_files) COMPLETE
69902026-07-15T23:09:13.625Z[ recovery-image] Jul 15 23:09:12.625 INFO O| Jul 15 23:09:12.625 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-07-15T23:09:13.633Z[ recovery-image] Jul 15 23:09:12.634 INFO O| Jul 15 23:09:12.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69922026-07-15T23:09:13.633Z[ recovery-image] Jul 15 23:09:12.634 INFO O| Jul 15 23:09:12.634 INFO STEP 544 (remove_files) COMPLETE
69932026-07-15T23:09:13.637Z[ recovery-image] Jul 15 23:09:12.634 INFO O| Jul 15 23:09:12.634 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-07-15T23:09:13.640Z[ recovery-image] Jul 15 23:09:12.642 INFO O| Jul 15 23:09:12.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69952026-07-15T23:09:13.644Z[ recovery-image] Jul 15 23:09:12.642 INFO O| Jul 15 23:09:12.642 INFO STEP 545 (remove_files) COMPLETE
69962026-07-15T23:09:13.644Z[ recovery-image] Jul 15 23:09:12.642 INFO O| Jul 15 23:09:12.642 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-07-15T23:09:13.653Z[ recovery-image] Jul 15 23:09:12.650 INFO O| Jul 15 23:09:12.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69982026-07-15T23:09:13.656Z[ recovery-image] Jul 15 23:09:12.650 INFO O| Jul 15 23:09:12.650 INFO STEP 546 (remove_files) COMPLETE
69992026-07-15T23:09:13.656Z[ recovery-image] Jul 15 23:09:12.650 INFO O| Jul 15 23:09:12.650 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-07-15T23:09:13.660Z[ recovery-image] Jul 15 23:09:12.658 INFO O| Jul 15 23:09:12.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
70012026-07-15T23:09:13.660Z[ recovery-image] Jul 15 23:09:12.658 INFO O| Jul 15 23:09:12.658 INFO STEP 547 (remove_files) COMPLETE
70022026-07-15T23:09:13.660Z[ recovery-image] Jul 15 23:09:12.658 INFO O| Jul 15 23:09:12.658 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-07-15T23:09:13.667Z[ recovery-image] Jul 15 23:09:12.666 INFO O| Jul 15 23:09:12.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
70042026-07-15T23:09:13.668Z[ recovery-image] Jul 15 23:09:12.666 INFO O| Jul 15 23:09:12.666 INFO STEP 548 (remove_files) COMPLETE
70052026-07-15T23:09:13.686Z[ recovery-image] Jul 15 23:09:12.666 INFO O| Jul 15 23:09:12.666 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-07-15T23:09:13.686Z[ recovery-image] Jul 15 23:09:12.673 INFO O| Jul 15 23:09:12.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70072026-07-15T23:09:13.686Z[ recovery-image] Jul 15 23:09:12.673 INFO O| Jul 15 23:09:12.673 INFO STEP 549 (remove_files) COMPLETE
70082026-07-15T23:09:13.686Z[ recovery-image] Jul 15 23:09:12.673 INFO O| Jul 15 23:09:12.673 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-07-15T23:09:13.686Z[ recovery-image] Jul 15 23:09:12.682 INFO O| Jul 15 23:09:12.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70102026-07-15T23:09:13.686Z[ recovery-image] Jul 15 23:09:12.682 INFO O| Jul 15 23:09:12.682 INFO STEP 550 (remove_files) COMPLETE
70112026-07-15T23:09:13.686Z[ recovery-image] Jul 15 23:09:12.682 INFO O| Jul 15 23:09:12.682 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-07-15T23:09:13.691Z[ recovery-image] Jul 15 23:09:12.689 INFO O| Jul 15 23:09:12.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70132026-07-15T23:09:13.691Z[ recovery-image] Jul 15 23:09:12.689 INFO O| Jul 15 23:09:12.689 INFO STEP 551 (remove_files) COMPLETE
70142026-07-15T23:09:13.691Z[ recovery-image] Jul 15 23:09:12.689 INFO O| Jul 15 23:09:12.689 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-07-15T23:09:13.697Z[ recovery-image] Jul 15 23:09:12.698 INFO O| Jul 15 23:09:12.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70162026-07-15T23:09:13.698Z[ recovery-image] Jul 15 23:09:12.698 INFO O| Jul 15 23:09:12.698 INFO STEP 552 (remove_files) COMPLETE
70172026-07-15T23:09:13.698Z[ recovery-image] Jul 15 23:09:12.698 INFO O| Jul 15 23:09:12.698 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-07-15T23:09:13.703Z[ recovery-image] Jul 15 23:09:12.705 INFO O| Jul 15 23:09:12.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70192026-07-15T23:09:13.704Z[ recovery-image] Jul 15 23:09:12.705 INFO O| Jul 15 23:09:12.705 INFO STEP 553 (remove_files) COMPLETE
70202026-07-15T23:09:13.707Z[ recovery-image] Jul 15 23:09:12.705 INFO O| Jul 15 23:09:12.705 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-07-15T23:09:13.713Z[ recovery-image] Jul 15 23:09:12.713 INFO O| Jul 15 23:09:12.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70222026-07-15T23:09:13.719Z[ recovery-image] Jul 15 23:09:12.713 INFO O| Jul 15 23:09:12.713 INFO STEP 554 (remove_files) COMPLETE
70232026-07-15T23:09:13.719Z[ recovery-image] Jul 15 23:09:12.713 INFO O| Jul 15 23:09:12.713 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-07-15T23:09:13.724Z[ recovery-image] Jul 15 23:09:12.721 INFO O| Jul 15 23:09:12.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70252026-07-15T23:09:13.724Z[ recovery-image] Jul 15 23:09:12.721 INFO O| Jul 15 23:09:12.721 INFO STEP 555 (remove_files) COMPLETE
70262026-07-15T23:09:13.724Z[ recovery-image] Jul 15 23:09:12.721 INFO O| Jul 15 23:09:12.721 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-07-15T23:09:13.731Z[ recovery-image] Jul 15 23:09:12.729 INFO O| Jul 15 23:09:12.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70282026-07-15T23:09:13.731Z[ recovery-image] Jul 15 23:09:12.729 INFO O| Jul 15 23:09:12.729 INFO STEP 556 (remove_files) COMPLETE
70292026-07-15T23:09:13.731Z[ recovery-image] Jul 15 23:09:12.729 INFO O| Jul 15 23:09:12.729 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-07-15T23:09:13.736Z[ recovery-image] Jul 15 23:09:12.736 INFO O| Jul 15 23:09:12.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70312026-07-15T23:09:13.736Z[ recovery-image] Jul 15 23:09:12.736 INFO O| Jul 15 23:09:12.736 INFO STEP 557 (remove_files) COMPLETE
70322026-07-15T23:09:13.737Z[ recovery-image] Jul 15 23:09:12.736 INFO O| Jul 15 23:09:12.736 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-07-15T23:09:13.742Z[ recovery-image] Jul 15 23:09:12.744 INFO O| Jul 15 23:09:12.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70342026-07-15T23:09:13.743Z[ recovery-image] Jul 15 23:09:12.744 INFO O| Jul 15 23:09:12.744 INFO STEP 558 (remove_files) COMPLETE
70352026-07-15T23:09:13.746Z[ recovery-image] Jul 15 23:09:12.744 INFO O| Jul 15 23:09:12.744 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-07-15T23:09:13.750Z[ recovery-image] Jul 15 23:09:12.751 INFO O| Jul 15 23:09:12.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70372026-07-15T23:09:13.750Z[ recovery-image] Jul 15 23:09:12.751 INFO O| Jul 15 23:09:12.751 INFO STEP 559 (remove_files) COMPLETE
70382026-07-15T23:09:13.750Z[ recovery-image] Jul 15 23:09:12.751 INFO O| Jul 15 23:09:12.751 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-07-15T23:09:13.758Z[ recovery-image] Jul 15 23:09:12.758 INFO O| Jul 15 23:09:12.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70402026-07-15T23:09:13.763Z[ recovery-image] Jul 15 23:09:12.758 INFO O| Jul 15 23:09:12.758 INFO STEP 560 (remove_files) COMPLETE
70412026-07-15T23:09:13.763Z[ recovery-image] Jul 15 23:09:12.758 INFO O| Jul 15 23:09:12.758 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-07-15T23:09:13.768Z[ recovery-image] Jul 15 23:09:12.765 INFO O| Jul 15 23:09:12.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70432026-07-15T23:09:13.769Z[ recovery-image] Jul 15 23:09:12.765 INFO O| Jul 15 23:09:12.765 INFO STEP 561 (remove_files) COMPLETE
70442026-07-15T23:09:13.769Z[ recovery-image] Jul 15 23:09:12.765 INFO O| Jul 15 23:09:12.765 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-07-15T23:09:13.772Z[ recovery-image] Jul 15 23:09:12.773 INFO O| Jul 15 23:09:12.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70462026-07-15T23:09:13.772Z[ recovery-image] Jul 15 23:09:12.773 INFO O| Jul 15 23:09:12.773 INFO STEP 562 (remove_files) COMPLETE
70472026-07-15T23:09:13.772Z[ recovery-image] Jul 15 23:09:12.773 INFO O| Jul 15 23:09:12.773 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-07-15T23:09:13.788Z[ recovery-image] Jul 15 23:09:12.781 INFO O| Jul 15 23:09:12.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70492026-07-15T23:09:13.788Z[ recovery-image] Jul 15 23:09:12.781 INFO O| Jul 15 23:09:12.781 INFO STEP 563 (remove_files) COMPLETE
70502026-07-15T23:09:13.792Z[ recovery-image] Jul 15 23:09:12.781 INFO O| Jul 15 23:09:12.781 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-07-15T23:09:13.792Z[ recovery-image] Jul 15 23:09:12.788 INFO O| Jul 15 23:09:12.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70522026-07-15T23:09:13.792Z[ recovery-image] Jul 15 23:09:12.788 INFO O| Jul 15 23:09:12.788 INFO STEP 564 (remove_files) COMPLETE
70532026-07-15T23:09:13.792Z[ recovery-image] Jul 15 23:09:12.788 INFO O| Jul 15 23:09:12.788 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-07-15T23:09:13.796Z[ recovery-image] Jul 15 23:09:12.795 INFO O| Jul 15 23:09:12.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70552026-07-15T23:09:13.796Z[ recovery-image] Jul 15 23:09:12.795 INFO O| Jul 15 23:09:12.795 INFO STEP 565 (remove_files) COMPLETE
70562026-07-15T23:09:13.796Z[ recovery-image] Jul 15 23:09:12.795 INFO O| Jul 15 23:09:12.795 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-07-15T23:09:13.800Z[ recovery-image] Jul 15 23:09:12.802 INFO O| Jul 15 23:09:12.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70582026-07-15T23:09:13.805Z[ recovery-image] Jul 15 23:09:12.802 INFO O| Jul 15 23:09:12.802 INFO STEP 566 (remove_files) COMPLETE
70592026-07-15T23:09:13.805Z[ recovery-image] Jul 15 23:09:12.802 INFO O| Jul 15 23:09:12.802 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-07-15T23:09:13.809Z[ recovery-image] Jul 15 23:09:12.808 INFO O| Jul 15 23:09:12.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70612026-07-15T23:09:13.809Z[ recovery-image] Jul 15 23:09:12.808 INFO O| Jul 15 23:09:12.808 INFO STEP 567 (remove_files) COMPLETE
70622026-07-15T23:09:13.809Z[ recovery-image] Jul 15 23:09:12.808 INFO O| Jul 15 23:09:12.808 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-07-15T23:09:13.815Z[ recovery-image] Jul 15 23:09:12.815 INFO O| Jul 15 23:09:12.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70642026-07-15T23:09:13.815Z[ recovery-image] Jul 15 23:09:12.815 INFO O| Jul 15 23:09:12.815 INFO STEP 568 (remove_files) COMPLETE
70652026-07-15T23:09:13.818Z[ recovery-image] Jul 15 23:09:12.815 INFO O| Jul 15 23:09:12.815 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-07-15T23:09:13.822Z[ recovery-image] Jul 15 23:09:12.823 INFO O| Jul 15 23:09:12.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70672026-07-15T23:09:13.822Z[ recovery-image] Jul 15 23:09:12.823 INFO O| Jul 15 23:09:12.823 INFO STEP 569 (remove_files) COMPLETE
70682026-07-15T23:09:13.822Z[ recovery-image] Jul 15 23:09:12.823 INFO O| Jul 15 23:09:12.823 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-07-15T23:09:13.837Z[ recovery-image] Jul 15 23:09:12.830 INFO O| Jul 15 23:09:12.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70702026-07-15T23:09:13.837Z[ recovery-image] Jul 15 23:09:12.830 INFO O| Jul 15 23:09:12.830 INFO STEP 570 (remove_files) COMPLETE
70712026-07-15T23:09:13.841Z[ recovery-image] Jul 15 23:09:12.830 INFO O| Jul 15 23:09:12.830 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-07-15T23:09:13.842Z[ recovery-image] Jul 15 23:09:12.837 INFO O| Jul 15 23:09:12.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70732026-07-15T23:09:13.842Z[ recovery-image] Jul 15 23:09:12.837 INFO O| Jul 15 23:09:12.837 INFO STEP 571 (remove_files) COMPLETE
70742026-07-15T23:09:13.842Z[ recovery-image] Jul 15 23:09:12.837 INFO O| Jul 15 23:09:12.837 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-07-15T23:09:13.847Z[ recovery-image] Jul 15 23:09:12.843 INFO O| Jul 15 23:09:12.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70762026-07-15T23:09:13.847Z[ recovery-image] Jul 15 23:09:12.843 INFO O| Jul 15 23:09:12.843 INFO STEP 572 (remove_files) COMPLETE
70772026-07-15T23:09:13.847Z[ recovery-image] Jul 15 23:09:12.843 INFO O| Jul 15 23:09:12.843 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-07-15T23:09:13.854Z[ recovery-image] Jul 15 23:09:12.850 INFO O| Jul 15 23:09:12.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70792026-07-15T23:09:13.854Z[ recovery-image] Jul 15 23:09:12.850 INFO O| Jul 15 23:09:12.850 INFO STEP 573 (remove_files) COMPLETE
70802026-07-15T23:09:13.854Z[ recovery-image] Jul 15 23:09:12.850 INFO O| Jul 15 23:09:12.850 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-07-15T23:09:13.860Z[ recovery-image] Jul 15 23:09:12.858 INFO O| Jul 15 23:09:12.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70822026-07-15T23:09:13.860Z[ recovery-image] Jul 15 23:09:12.858 INFO O| Jul 15 23:09:12.858 INFO STEP 574 (remove_files) COMPLETE
70832026-07-15T23:09:13.860Z[ recovery-image] Jul 15 23:09:12.858 INFO O| Jul 15 23:09:12.858 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-07-15T23:09:13.864Z[ recovery-image] Jul 15 23:09:12.865 INFO O| Jul 15 23:09:12.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70852026-07-15T23:09:13.864Z[ recovery-image] Jul 15 23:09:12.865 INFO O| Jul 15 23:09:12.865 INFO STEP 575 (remove_files) COMPLETE
70862026-07-15T23:09:13.864Z[ recovery-image] Jul 15 23:09:12.865 INFO O| Jul 15 23:09:12.865 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-07-15T23:09:13.886Z[ recovery-image] Jul 15 23:09:12.871 INFO O| Jul 15 23:09:12.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70882026-07-15T23:09:13.887Z[ recovery-image] Jul 15 23:09:12.871 INFO O| Jul 15 23:09:12.871 INFO STEP 576 (remove_files) COMPLETE
70892026-07-15T23:09:13.900Z[ recovery-image] Jul 15 23:09:12.871 INFO O| Jul 15 23:09:12.871 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-07-15T23:09:13.900Z[ recovery-image] Jul 15 23:09:12.878 INFO O| Jul 15 23:09:12.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70912026-07-15T23:09:13.900Z[ recovery-image] Jul 15 23:09:12.878 INFO O| Jul 15 23:09:12.878 INFO STEP 577 (remove_files) COMPLETE
70922026-07-15T23:09:13.900Z[ recovery-image] Jul 15 23:09:12.878 INFO O| Jul 15 23:09:12.878 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-07-15T23:09:13.900Z[ recovery-image] Jul 15 23:09:12.885 INFO O| Jul 15 23:09:12.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70942026-07-15T23:09:13.900Z[ recovery-image] Jul 15 23:09:12.885 INFO O| Jul 15 23:09:12.885 INFO STEP 578 (remove_files) COMPLETE
70952026-07-15T23:09:13.900Z[ recovery-image] Jul 15 23:09:12.885 INFO O| Jul 15 23:09:12.885 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-07-15T23:09:13.900Z[ recovery-image] Jul 15 23:09:12.893 INFO O| Jul 15 23:09:12.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70972026-07-15T23:09:13.900Z[ recovery-image] Jul 15 23:09:12.893 INFO O| Jul 15 23:09:12.893 INFO STEP 579 (remove_files) COMPLETE
70982026-07-15T23:09:13.900Z[ recovery-image] Jul 15 23:09:12.893 INFO O| Jul 15 23:09:12.893 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-07-15T23:09:13.909Z[ recovery-image] Jul 15 23:09:12.900 INFO O| Jul 15 23:09:12.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
71002026-07-15T23:09:13.910Z[ recovery-image] Jul 15 23:09:12.900 INFO O| Jul 15 23:09:12.900 INFO STEP 580 (remove_files) COMPLETE
71012026-07-15T23:09:13.910Z[ recovery-image] Jul 15 23:09:12.900 INFO O| Jul 15 23:09:12.900 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-07-15T23:09:13.910Z[ recovery-image] Jul 15 23:09:12.907 INFO O| Jul 15 23:09:12.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
71032026-07-15T23:09:13.910Z[ recovery-image] Jul 15 23:09:12.907 INFO O| Jul 15 23:09:12.907 INFO STEP 581 (remove_files) COMPLETE
71042026-07-15T23:09:13.910Z[ recovery-image] Jul 15 23:09:12.907 INFO O| Jul 15 23:09:12.907 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-07-15T23:09:13.941Z[ recovery-image] Jul 15 23:09:12.913 INFO O| Jul 15 23:09:12.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71062026-07-15T23:09:13.941Z[ recovery-image] Jul 15 23:09:12.913 INFO O| Jul 15 23:09:12.913 INFO STEP 582 (remove_files) COMPLETE
71072026-07-15T23:09:13.942Z[ recovery-image] Jul 15 23:09:12.913 INFO O| Jul 15 23:09:12.913 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-07-15T23:09:13.948Z[ recovery-image] Jul 15 23:09:12.920 INFO O| Jul 15 23:09:12.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71092026-07-15T23:09:13.948Z[ recovery-image] Jul 15 23:09:12.920 INFO O| Jul 15 23:09:12.920 INFO STEP 583 (remove_files) COMPLETE
71102026-07-15T23:09:13.948Z[ recovery-image] Jul 15 23:09:12.920 INFO O| Jul 15 23:09:12.920 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-07-15T23:09:13.948Z[ recovery-image] Jul 15 23:09:12.927 INFO O| Jul 15 23:09:12.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71122026-07-15T23:09:13.948Z[ recovery-image] Jul 15 23:09:12.927 INFO O| Jul 15 23:09:12.927 INFO STEP 584 (remove_files) COMPLETE
71132026-07-15T23:09:13.949Z[ recovery-image] Jul 15 23:09:12.927 INFO O| Jul 15 23:09:12.927 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-07-15T23:09:13.949Z[ recovery-image] Jul 15 23:09:12.935 INFO O| Jul 15 23:09:12.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71152026-07-15T23:09:13.949Z[ recovery-image] Jul 15 23:09:12.935 INFO O| Jul 15 23:09:12.935 INFO STEP 585 (remove_files) COMPLETE
71162026-07-15T23:09:13.949Z[ recovery-image] Jul 15 23:09:12.935 INFO O| Jul 15 23:09:12.935 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-07-15T23:09:13.949Z[ recovery-image] Jul 15 23:09:12.942 INFO O| Jul 15 23:09:12.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71182026-07-15T23:09:13.949Z[ recovery-image] Jul 15 23:09:12.942 INFO O| Jul 15 23:09:12.942 INFO STEP 586 (remove_files) COMPLETE
71192026-07-15T23:09:13.949Z[ recovery-image] Jul 15 23:09:12.942 INFO O| Jul 15 23:09:12.942 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-07-15T23:09:13.964Z[ recovery-image] Jul 15 23:09:12.949 INFO O| Jul 15 23:09:12.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71212026-07-15T23:09:13.964Z[ recovery-image] Jul 15 23:09:12.949 INFO O| Jul 15 23:09:12.949 INFO STEP 587 (remove_files) COMPLETE
71222026-07-15T23:09:13.964Z[ recovery-image] Jul 15 23:09:12.949 INFO O| Jul 15 23:09:12.949 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-07-15T23:09:13.984Z[ recovery-image] Jul 15 23:09:12.956 INFO O| Jul 15 23:09:12.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71242026-07-15T23:09:13.984Z[ recovery-image] Jul 15 23:09:12.956 INFO O| Jul 15 23:09:12.956 INFO STEP 588 (remove_files) COMPLETE
71252026-07-15T23:09:13.984Z[ recovery-image] Jul 15 23:09:12.956 INFO O| Jul 15 23:09:12.956 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-07-15T23:09:13.984Z[ recovery-image] Jul 15 23:09:12.964 INFO O| Jul 15 23:09:12.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71272026-07-15T23:09:13.984Z[ recovery-image] Jul 15 23:09:12.964 INFO O| Jul 15 23:09:12.964 INFO STEP 589 (remove_files) COMPLETE
71282026-07-15T23:09:13.984Z[ recovery-image] Jul 15 23:09:12.964 INFO O| Jul 15 23:09:12.964 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-07-15T23:09:13.997Z[ recovery-image] Jul 15 23:09:12.971 INFO O| Jul 15 23:09:12.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71302026-07-15T23:09:13.997Z[ recovery-image] Jul 15 23:09:12.971 INFO O| Jul 15 23:09:12.971 INFO STEP 590 (remove_files) COMPLETE
71312026-07-15T23:09:13.997Z[ recovery-image] Jul 15 23:09:12.971 INFO O| Jul 15 23:09:12.971 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-07-15T23:09:13.997Z[ recovery-image] Jul 15 23:09:12.977 INFO O| Jul 15 23:09:12.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71332026-07-15T23:09:13.997Z[ recovery-image] Jul 15 23:09:12.977 INFO O| Jul 15 23:09:12.977 INFO STEP 591 (remove_files) COMPLETE
71342026-07-15T23:09:13.997Z[ recovery-image] Jul 15 23:09:12.977 INFO O| Jul 15 23:09:12.977 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-07-15T23:09:13.997Z[ recovery-image] Jul 15 23:09:12.984 INFO O| Jul 15 23:09:12.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71362026-07-15T23:09:13.997Z[ recovery-image] Jul 15 23:09:12.984 INFO O| Jul 15 23:09:12.984 INFO STEP 592 (remove_files) COMPLETE
71372026-07-15T23:09:13.997Z[ recovery-image] Jul 15 23:09:12.984 INFO O| Jul 15 23:09:12.984 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-07-15T23:09:14.007Z[ recovery-image] Jul 15 23:09:12.990 INFO O| Jul 15 23:09:12.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71392026-07-15T23:09:14.007Z[ recovery-image] Jul 15 23:09:12.990 INFO O| Jul 15 23:09:12.990 INFO STEP 593 (remove_files) COMPLETE
71402026-07-15T23:09:14.007Z[ recovery-image] Jul 15 23:09:12.990 INFO O| Jul 15 23:09:12.990 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-07-15T23:09:14.007Z[ recovery-image] Jul 15 23:09:12.997 INFO O| Jul 15 23:09:12.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71422026-07-15T23:09:14.007Z[ recovery-image] Jul 15 23:09:12.997 INFO O| Jul 15 23:09:12.997 INFO STEP 594 (remove_files) COMPLETE
71432026-07-15T23:09:14.007Z[ recovery-image] Jul 15 23:09:12.997 INFO O| Jul 15 23:09:12.997 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-07-15T23:09:14.017Z[ recovery-image] Jul 15 23:09:13.004 INFO O| Jul 15 23:09:13.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71452026-07-15T23:09:14.017Z[ recovery-image] Jul 15 23:09:13.004 INFO O| Jul 15 23:09:13.004 INFO STEP 595 (remove_files) COMPLETE
71462026-07-15T23:09:14.017Z[ recovery-image] Jul 15 23:09:13.004 INFO O| Jul 15 23:09:13.004 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-07-15T23:09:14.024Z[ recovery-image] Jul 15 23:09:13.012 INFO O| Jul 15 23:09:13.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71482026-07-15T23:09:14.024Z[ recovery-image] Jul 15 23:09:13.012 INFO O| Jul 15 23:09:13.012 INFO STEP 596 (remove_files) COMPLETE
71492026-07-15T23:09:14.024Z[ recovery-image] Jul 15 23:09:13.012 INFO O| Jul 15 23:09:13.012 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-07-15T23:09:14.024Z[ recovery-image] Jul 15 23:09:13.018 INFO O| Jul 15 23:09:13.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71512026-07-15T23:09:14.024Z[ recovery-image] Jul 15 23:09:13.018 INFO O| Jul 15 23:09:13.018 INFO STEP 597 (remove_files) COMPLETE
71522026-07-15T23:09:14.024Z[ recovery-image] Jul 15 23:09:13.018 INFO O| Jul 15 23:09:13.018 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-07-15T23:09:14.039Z[ recovery-image] Jul 15 23:09:13.027 INFO O| Jul 15 23:09:13.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71542026-07-15T23:09:14.040Z[ recovery-image] Jul 15 23:09:13.027 INFO O| Jul 15 23:09:13.027 INFO STEP 598 (remove_files) COMPLETE
71552026-07-15T23:09:14.040Z[ recovery-image] Jul 15 23:09:13.027 INFO O| Jul 15 23:09:13.027 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-07-15T23:09:14.043Z[ recovery-image] Jul 15 23:09:13.035 INFO O| Jul 15 23:09:13.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71572026-07-15T23:09:14.043Z[ recovery-image] Jul 15 23:09:13.035 INFO O| Jul 15 23:09:13.035 INFO STEP 599 (remove_files) COMPLETE
71582026-07-15T23:09:14.043Z[ recovery-image] Jul 15 23:09:13.035 INFO O| Jul 15 23:09:13.035 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-07-15T23:09:14.043Z[ recovery-image] Jul 15 23:09:13.042 INFO O| Jul 15 23:09:13.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71602026-07-15T23:09:14.044Z[ recovery-image] Jul 15 23:09:13.042 INFO O| Jul 15 23:09:13.042 INFO STEP 600 (remove_files) COMPLETE
71612026-07-15T23:09:14.044Z[ recovery-image] Jul 15 23:09:13.042 INFO O| Jul 15 23:09:13.042 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-07-15T23:09:14.049Z[ recovery-image] Jul 15 23:09:13.050 INFO O| Jul 15 23:09:13.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71632026-07-15T23:09:14.049Z[ recovery-image] Jul 15 23:09:13.050 INFO O| Jul 15 23:09:13.050 INFO STEP 601 (remove_files) COMPLETE
71642026-07-15T23:09:14.049Z[ recovery-image] Jul 15 23:09:13.050 INFO O| Jul 15 23:09:13.050 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-07-15T23:09:14.055Z[ recovery-image] Jul 15 23:09:13.057 INFO O| Jul 15 23:09:13.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71662026-07-15T23:09:14.056Z[ recovery-image] Jul 15 23:09:13.057 INFO O| Jul 15 23:09:13.057 INFO STEP 602 (remove_files) COMPLETE
71672026-07-15T23:09:14.056Z[ recovery-image] Jul 15 23:09:13.057 INFO O| Jul 15 23:09:13.057 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-07-15T23:09:14.063Z[ recovery-image] Jul 15 23:09:13.064 INFO O| Jul 15 23:09:13.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71692026-07-15T23:09:14.063Z[ recovery-image] Jul 15 23:09:13.064 INFO O| Jul 15 23:09:13.064 INFO STEP 603 (remove_files) COMPLETE
71702026-07-15T23:09:14.063Z[ recovery-image] Jul 15 23:09:13.064 INFO O| Jul 15 23:09:13.064 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-07-15T23:09:14.070Z[ recovery-image] Jul 15 23:09:13.072 INFO O| Jul 15 23:09:13.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71722026-07-15T23:09:14.070Z[ recovery-image] Jul 15 23:09:13.072 INFO O| Jul 15 23:09:13.072 INFO STEP 604 (remove_files) COMPLETE
71732026-07-15T23:09:14.074Z[ recovery-image] Jul 15 23:09:13.072 INFO O| Jul 15 23:09:13.072 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-07-15T23:09:14.078Z[ recovery-image] Jul 15 23:09:13.079 INFO O| Jul 15 23:09:13.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71752026-07-15T23:09:14.078Z[ recovery-image] Jul 15 23:09:13.079 INFO O| Jul 15 23:09:13.079 INFO STEP 605 (remove_files) COMPLETE
71762026-07-15T23:09:14.082Z[ recovery-image] Jul 15 23:09:13.079 INFO O| Jul 15 23:09:13.079 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-07-15T23:09:14.088Z[ recovery-image] Jul 15 23:09:13.089 INFO O| Jul 15 23:09:13.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71782026-07-15T23:09:14.092Z[ recovery-image] Jul 15 23:09:13.089 INFO O| Jul 15 23:09:13.089 INFO STEP 606 (remove_files) COMPLETE
71792026-07-15T23:09:14.092Z[ recovery-image] Jul 15 23:09:13.089 INFO O| Jul 15 23:09:13.089 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-07-15T23:09:14.095Z[ recovery-image] Jul 15 23:09:13.096 INFO O| Jul 15 23:09:13.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71812026-07-15T23:09:14.096Z[ recovery-image] Jul 15 23:09:13.097 INFO O| Jul 15 23:09:13.097 INFO STEP 607 (remove_files) COMPLETE
71822026-07-15T23:09:14.096Z[ recovery-image] Jul 15 23:09:13.097 INFO O| Jul 15 23:09:13.097 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-07-15T23:09:14.103Z[ recovery-image] Jul 15 23:09:13.104 INFO O| Jul 15 23:09:13.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71842026-07-15T23:09:14.103Z[ recovery-image] Jul 15 23:09:13.104 INFO O| Jul 15 23:09:13.104 INFO STEP 608 (remove_files) COMPLETE
71852026-07-15T23:09:14.108Z[ recovery-image] Jul 15 23:09:13.104 INFO O| Jul 15 23:09:13.104 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-07-15T23:09:14.113Z[ recovery-image] Jul 15 23:09:13.114 INFO O| Jul 15 23:09:13.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71872026-07-15T23:09:14.113Z[ recovery-image] Jul 15 23:09:13.114 INFO O| Jul 15 23:09:13.114 INFO STEP 609 (remove_files) COMPLETE
71882026-07-15T23:09:14.113Z[ recovery-image] Jul 15 23:09:13.114 INFO O| Jul 15 23:09:13.114 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-07-15T23:09:14.122Z[ recovery-image] Jul 15 23:09:13.123 INFO O| Jul 15 23:09:13.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71902026-07-15T23:09:14.122Z[ recovery-image] Jul 15 23:09:13.123 INFO O| Jul 15 23:09:13.123 INFO STEP 610 (remove_files) COMPLETE
71912026-07-15T23:09:14.126Z[ recovery-image] Jul 15 23:09:13.123 INFO O| Jul 15 23:09:13.123 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-07-15T23:09:14.134Z[ recovery-image] Jul 15 23:09:13.132 INFO O| Jul 15 23:09:13.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71932026-07-15T23:09:14.134Z[ recovery-image] Jul 15 23:09:13.132 INFO O| Jul 15 23:09:13.131 INFO STEP 611 (remove_files) COMPLETE
71942026-07-15T23:09:14.134Z[ recovery-image] Jul 15 23:09:13.132 INFO O| Jul 15 23:09:13.131 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-07-15T23:09:14.144Z[ recovery-image] Jul 15 23:09:13.143 INFO O| Jul 15 23:09:13.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71962026-07-15T23:09:14.144Z[ recovery-image] Jul 15 23:09:13.143 INFO O| Jul 15 23:09:13.141 INFO STEP 612 (remove_files) COMPLETE
71972026-07-15T23:09:14.144Z[ recovery-image] Jul 15 23:09:13.143 INFO O| Jul 15 23:09:13.141 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-07-15T23:09:14.193Z[ recovery-image] Jul 15 23:09:13.191 INFO O| Jul 15 23:09:13.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71992026-07-15T23:09:14.193Z[ recovery-image] Jul 15 23:09:13.191 INFO O| Jul 15 23:09:13.191 INFO STEP 613 (remove_files) COMPLETE
72002026-07-15T23:09:14.193Z[ recovery-image] Jul 15 23:09:13.191 INFO O| Jul 15 23:09:13.191 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-07-15T23:09:14.201Z[ recovery-image] Jul 15 23:09:13.201 INFO O| Jul 15 23:09:13.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
72022026-07-15T23:09:14.201Z[ recovery-image] Jul 15 23:09:13.202 INFO O| Jul 15 23:09:13.202 INFO STEP 614 (remove_files) COMPLETE
72032026-07-15T23:09:14.204Z[ recovery-image] Jul 15 23:09:13.202 INFO O| Jul 15 23:09:13.202 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-07-15T23:09:14.209Z[ recovery-image] Jul 15 23:09:13.210 INFO O| Jul 15 23:09:13.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72052026-07-15T23:09:14.213Z[ recovery-image] Jul 15 23:09:13.210 INFO O| Jul 15 23:09:13.210 INFO STEP 615 (remove_files) COMPLETE
72062026-07-15T23:09:14.213Z[ recovery-image] Jul 15 23:09:13.210 INFO O| Jul 15 23:09:13.210 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-07-15T23:09:14.217Z[ recovery-image] Jul 15 23:09:13.218 INFO O| Jul 15 23:09:13.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72082026-07-15T23:09:14.217Z[ recovery-image] Jul 15 23:09:13.218 INFO O| Jul 15 23:09:13.218 INFO STEP 616 (remove_files) COMPLETE
72092026-07-15T23:09:14.217Z[ recovery-image] Jul 15 23:09:13.218 INFO O| Jul 15 23:09:13.218 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-07-15T23:09:14.225Z[ recovery-image] Jul 15 23:09:13.227 INFO O| Jul 15 23:09:13.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72112026-07-15T23:09:14.226Z[ recovery-image] Jul 15 23:09:13.227 INFO O| Jul 15 23:09:13.227 INFO STEP 617 (remove_files) COMPLETE
72122026-07-15T23:09:14.229Z[ recovery-image] Jul 15 23:09:13.227 INFO O| Jul 15 23:09:13.227 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-07-15T23:09:14.234Z[ recovery-image] Jul 15 23:09:13.235 INFO O| Jul 15 23:09:13.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72142026-07-15T23:09:14.238Z[ recovery-image] Jul 15 23:09:13.235 INFO O| Jul 15 23:09:13.235 INFO STEP 618 (remove_files) COMPLETE
72152026-07-15T23:09:14.238Z[ recovery-image] Jul 15 23:09:13.235 INFO O| Jul 15 23:09:13.235 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-07-15T23:09:14.242Z[ recovery-image] Jul 15 23:09:13.243 INFO O| Jul 15 23:09:13.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72172026-07-15T23:09:14.242Z[ recovery-image] Jul 15 23:09:13.243 INFO O| Jul 15 23:09:13.243 INFO STEP 619 (remove_files) COMPLETE
72182026-07-15T23:09:14.246Z[ recovery-image] Jul 15 23:09:13.243 INFO O| Jul 15 23:09:13.243 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-07-15T23:09:14.250Z[ recovery-image] Jul 15 23:09:13.251 INFO O| Jul 15 23:09:13.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72202026-07-15T23:09:14.250Z[ recovery-image] Jul 15 23:09:13.251 INFO O| Jul 15 23:09:13.251 INFO STEP 620 (remove_files) COMPLETE
72212026-07-15T23:09:14.250Z[ recovery-image] Jul 15 23:09:13.251 INFO O| Jul 15 23:09:13.251 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-07-15T23:09:14.259Z[ recovery-image] Jul 15 23:09:13.259 INFO O| Jul 15 23:09:13.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72232026-07-15T23:09:14.262Z[ recovery-image] Jul 15 23:09:13.259 INFO O| Jul 15 23:09:13.259 INFO STEP 621 (remove_files) COMPLETE
72242026-07-15T23:09:14.262Z[ recovery-image] Jul 15 23:09:13.259 INFO O| Jul 15 23:09:13.259 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-07-15T23:09:14.266Z[ recovery-image] Jul 15 23:09:13.268 INFO O| Jul 15 23:09:13.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72262026-07-15T23:09:14.270Z[ recovery-image] Jul 15 23:09:13.268 INFO O| Jul 15 23:09:13.268 INFO STEP 622 (remove_files) COMPLETE
72272026-07-15T23:09:14.270Z[ recovery-image] Jul 15 23:09:13.268 INFO O| Jul 15 23:09:13.268 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-07-15T23:09:14.276Z[ recovery-image] Jul 15 23:09:13.277 INFO O| Jul 15 23:09:13.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72292026-07-15T23:09:14.276Z[ recovery-image] Jul 15 23:09:13.277 INFO O| Jul 15 23:09:13.277 INFO STEP 623 (remove_files) COMPLETE
72302026-07-15T23:09:14.279Z[ recovery-image] Jul 15 23:09:13.277 INFO O| Jul 15 23:09:13.277 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-07-15T23:09:14.286Z[ recovery-image] Jul 15 23:09:13.285 INFO O| Jul 15 23:09:13.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72322026-07-15T23:09:14.286Z[ recovery-image] Jul 15 23:09:13.285 INFO O| Jul 15 23:09:13.285 INFO STEP 624 (remove_files) COMPLETE
72332026-07-15T23:09:14.291Z[ recovery-image] Jul 15 23:09:13.285 INFO O| Jul 15 23:09:13.285 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-07-15T23:09:14.295Z[ recovery-image] Jul 15 23:09:13.294 INFO O| Jul 15 23:09:13.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72352026-07-15T23:09:14.295Z[ recovery-image] Jul 15 23:09:13.294 INFO O| Jul 15 23:09:13.294 INFO STEP 625 (remove_files) COMPLETE
72362026-07-15T23:09:14.295Z[ recovery-image] Jul 15 23:09:13.294 INFO O| Jul 15 23:09:13.294 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-07-15T23:09:14.300Z[ recovery-image] Jul 15 23:09:13.302 INFO O| Jul 15 23:09:13.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72382026-07-15T23:09:14.304Z[ recovery-image] Jul 15 23:09:13.302 INFO O| Jul 15 23:09:13.302 INFO STEP 626 (remove_files) COMPLETE
72392026-07-15T23:09:14.304Z[ recovery-image] Jul 15 23:09:13.302 INFO O| Jul 15 23:09:13.302 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-07-15T23:09:14.308Z[ recovery-image] Jul 15 23:09:13.310 INFO O| Jul 15 23:09:13.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72412026-07-15T23:09:14.313Z[ recovery-image] Jul 15 23:09:13.310 INFO O| Jul 15 23:09:13.310 INFO STEP 627 (remove_files) COMPLETE
72422026-07-15T23:09:14.314Z[ recovery-image] Jul 15 23:09:13.310 INFO O| Jul 15 23:09:13.310 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-07-15T23:09:14.317Z[ recovery-image] Jul 15 23:09:13.317 INFO O| Jul 15 23:09:13.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72442026-07-15T23:09:14.317Z[ recovery-image] Jul 15 23:09:13.317 INFO O| Jul 15 23:09:13.317 INFO STEP 628 (remove_files) COMPLETE
72452026-07-15T23:09:14.318Z[ recovery-image] Jul 15 23:09:13.317 INFO O| Jul 15 23:09:13.317 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-07-15T23:09:14.323Z[ recovery-image] Jul 15 23:09:13.324 INFO O| Jul 15 23:09:13.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72472026-07-15T23:09:14.323Z[ recovery-image] Jul 15 23:09:13.324 INFO O| Jul 15 23:09:13.324 INFO STEP 629 (remove_files) COMPLETE
72482026-07-15T23:09:14.327Z[ recovery-image] Jul 15 23:09:13.324 INFO O| Jul 15 23:09:13.324 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-07-15T23:09:14.334Z[ recovery-image] Jul 15 23:09:13.331 INFO O| Jul 15 23:09:13.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72502026-07-15T23:09:14.334Z[ recovery-image] Jul 15 23:09:13.331 INFO O| Jul 15 23:09:13.331 INFO STEP 630 (remove_files) COMPLETE
72512026-07-15T23:09:14.334Z[ recovery-image] Jul 15 23:09:13.331 INFO O| Jul 15 23:09:13.331 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-07-15T23:09:14.338Z[ recovery-image] Jul 15 23:09:13.340 INFO O| Jul 15 23:09:13.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72532026-07-15T23:09:14.338Z[ recovery-image] Jul 15 23:09:13.340 INFO O| Jul 15 23:09:13.340 INFO STEP 631 (remove_files) COMPLETE
72542026-07-15T23:09:14.344Z[ recovery-image] Jul 15 23:09:13.340 INFO O| Jul 15 23:09:13.340 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-07-15T23:09:14.347Z[ recovery-image] Jul 15 23:09:13.347 INFO O| Jul 15 23:09:13.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72562026-07-15T23:09:14.347Z[ recovery-image] Jul 15 23:09:13.347 INFO O| Jul 15 23:09:13.347 INFO STEP 632 (remove_files) COMPLETE
72572026-07-15T23:09:14.348Z[ recovery-image] Jul 15 23:09:13.347 INFO O| Jul 15 23:09:13.347 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-07-15T23:09:14.352Z[ recovery-image] Jul 15 23:09:13.354 INFO O| Jul 15 23:09:13.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72592026-07-15T23:09:14.356Z[ recovery-image] Jul 15 23:09:13.354 INFO O| Jul 15 23:09:13.354 INFO STEP 633 (remove_files) COMPLETE
72602026-07-15T23:09:14.357Z[ recovery-image] Jul 15 23:09:13.354 INFO O| Jul 15 23:09:13.354 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-07-15T23:09:14.361Z[ recovery-image] Jul 15 23:09:13.362 INFO O| Jul 15 23:09:13.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72622026-07-15T23:09:14.365Z[ recovery-image] Jul 15 23:09:13.362 INFO O| Jul 15 23:09:13.362 INFO STEP 634 (remove_files) COMPLETE
72632026-07-15T23:09:14.365Z[ recovery-image] Jul 15 23:09:13.362 INFO O| Jul 15 23:09:13.362 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-07-15T23:09:14.370Z[ recovery-image] Jul 15 23:09:13.370 INFO O| Jul 15 23:09:13.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72652026-07-15T23:09:14.374Z[ recovery-image] Jul 15 23:09:13.370 INFO O| Jul 15 23:09:13.370 INFO STEP 635 (remove_files) COMPLETE
72662026-07-15T23:09:14.374Z[ recovery-image] Jul 15 23:09:13.370 INFO O| Jul 15 23:09:13.370 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-07-15T23:09:14.377Z[ recovery-image] Jul 15 23:09:13.378 INFO O| Jul 15 23:09:13.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72682026-07-15T23:09:14.378Z[ recovery-image] Jul 15 23:09:13.379 INFO O| Jul 15 23:09:13.379 INFO STEP 636 (remove_files) COMPLETE
72692026-07-15T23:09:14.378Z[ recovery-image] Jul 15 23:09:13.379 INFO O| Jul 15 23:09:13.379 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-07-15T23:09:14.388Z[ recovery-image] Jul 15 23:09:13.387 INFO O| Jul 15 23:09:13.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72712026-07-15T23:09:14.388Z[ recovery-image] Jul 15 23:09:13.387 INFO O| Jul 15 23:09:13.387 INFO STEP 637 (remove_files) COMPLETE
72722026-07-15T23:09:14.392Z[ recovery-image] Jul 15 23:09:13.387 INFO O| Jul 15 23:09:13.387 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-07-15T23:09:14.397Z[ recovery-image] Jul 15 23:09:13.395 INFO O| Jul 15 23:09:13.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72742026-07-15T23:09:14.397Z[ recovery-image] Jul 15 23:09:13.396 INFO O| Jul 15 23:09:13.396 INFO STEP 638 (remove_files) COMPLETE
72752026-07-15T23:09:14.397Z[ recovery-image] Jul 15 23:09:13.396 INFO O| Jul 15 23:09:13.396 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-07-15T23:09:14.403Z[ recovery-image] Jul 15 23:09:13.403 INFO O| Jul 15 23:09:13.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72772026-07-15T23:09:14.406Z[ recovery-image] Jul 15 23:09:13.403 INFO O| Jul 15 23:09:13.403 INFO STEP 639 (remove_files) COMPLETE
72782026-07-15T23:09:14.406Z[ recovery-image] Jul 15 23:09:13.403 INFO O| Jul 15 23:09:13.403 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-07-15T23:09:14.411Z[ recovery-image] Jul 15 23:09:13.413 INFO O| Jul 15 23:09:13.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72802026-07-15T23:09:14.412Z[ recovery-image] Jul 15 23:09:13.413 INFO O| Jul 15 23:09:13.413 INFO STEP 640 (remove_files) COMPLETE
72812026-07-15T23:09:14.415Z[ recovery-image] Jul 15 23:09:13.413 INFO O| Jul 15 23:09:13.413 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-07-15T23:09:14.419Z[ recovery-image] Jul 15 23:09:13.421 INFO O| Jul 15 23:09:13.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72832026-07-15T23:09:14.423Z[ recovery-image] Jul 15 23:09:13.421 INFO O| Jul 15 23:09:13.421 INFO STEP 641 (remove_files) COMPLETE
72842026-07-15T23:09:14.423Z[ recovery-image] Jul 15 23:09:13.421 INFO O| Jul 15 23:09:13.421 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-07-15T23:09:14.427Z[ recovery-image] Jul 15 23:09:13.428 INFO O| Jul 15 23:09:13.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72862026-07-15T23:09:14.427Z[ recovery-image] Jul 15 23:09:13.428 INFO O| Jul 15 23:09:13.428 INFO STEP 642 (remove_files) COMPLETE
72872026-07-15T23:09:14.431Z[ recovery-image] Jul 15 23:09:13.428 INFO O| Jul 15 23:09:13.428 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-07-15T23:09:14.439Z[ recovery-image] Jul 15 23:09:13.437 INFO O| Jul 15 23:09:13.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72892026-07-15T23:09:14.440Z[ recovery-image] Jul 15 23:09:13.437 INFO O| Jul 15 23:09:13.437 INFO STEP 643 (remove_files) COMPLETE
72902026-07-15T23:09:14.444Z[ recovery-image] Jul 15 23:09:13.437 INFO O| Jul 15 23:09:13.437 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-07-15T23:09:14.448Z[ recovery-image] Jul 15 23:09:13.445 INFO O| Jul 15 23:09:13.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72922026-07-15T23:09:14.448Z[ recovery-image] Jul 15 23:09:13.445 INFO O| Jul 15 23:09:13.445 INFO STEP 644 (remove_files) COMPLETE
72932026-07-15T23:09:14.448Z[ recovery-image] Jul 15 23:09:13.445 INFO O| Jul 15 23:09:13.445 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-07-15T23:09:14.452Z[ recovery-image] Jul 15 23:09:13.454 INFO O| Jul 15 23:09:13.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72952026-07-15T23:09:14.456Z[ recovery-image] Jul 15 23:09:13.454 INFO O| Jul 15 23:09:13.454 INFO STEP 645 (remove_files) COMPLETE
72962026-07-15T23:09:14.456Z[ recovery-image] Jul 15 23:09:13.454 INFO O| Jul 15 23:09:13.454 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-07-15T23:09:14.460Z[ recovery-image] Jul 15 23:09:13.461 INFO O| Jul 15 23:09:13.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72982026-07-15T23:09:14.463Z[ recovery-image] Jul 15 23:09:13.461 INFO O| Jul 15 23:09:13.461 INFO STEP 646 (remove_files) COMPLETE
72992026-07-15T23:09:14.463Z[ recovery-image] Jul 15 23:09:13.461 INFO O| Jul 15 23:09:13.461 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-07-15T23:09:14.468Z[ recovery-image] Jul 15 23:09:13.469 INFO O| Jul 15 23:09:13.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
73012026-07-15T23:09:14.473Z[ recovery-image] Jul 15 23:09:13.469 INFO O| Jul 15 23:09:13.469 INFO STEP 647 (remove_files) COMPLETE
73022026-07-15T23:09:14.473Z[ recovery-image] Jul 15 23:09:13.469 INFO O| Jul 15 23:09:13.469 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-07-15T23:09:14.478Z[ recovery-image] Jul 15 23:09:13.477 INFO O| Jul 15 23:09:13.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73042026-07-15T23:09:14.478Z[ recovery-image] Jul 15 23:09:13.477 INFO O| Jul 15 23:09:13.477 INFO STEP 648 (remove_files) COMPLETE
73052026-07-15T23:09:14.478Z[ recovery-image] Jul 15 23:09:13.477 INFO O| Jul 15 23:09:13.477 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-07-15T23:09:14.483Z[ recovery-image] Jul 15 23:09:13.485 INFO O| Jul 15 23:09:13.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73072026-07-15T23:09:14.487Z[ recovery-image] Jul 15 23:09:13.485 INFO O| Jul 15 23:09:13.485 INFO STEP 649 (remove_files) COMPLETE
73082026-07-15T23:09:14.487Z[ recovery-image] Jul 15 23:09:13.485 INFO O| Jul 15 23:09:13.485 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-07-15T23:09:14.492Z[ recovery-image] Jul 15 23:09:13.492 INFO O| Jul 15 23:09:13.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73102026-07-15T23:09:14.492Z[ recovery-image] Jul 15 23:09:13.492 INFO O| Jul 15 23:09:13.492 INFO STEP 650 (remove_files) COMPLETE
73112026-07-15T23:09:14.492Z[ recovery-image] Jul 15 23:09:13.492 INFO O| Jul 15 23:09:13.492 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-07-15T23:09:14.499Z[ recovery-image] Jul 15 23:09:13.501 INFO O| Jul 15 23:09:13.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73132026-07-15T23:09:14.500Z[ recovery-image] Jul 15 23:09:13.501 INFO O| Jul 15 23:09:13.501 INFO STEP 651 (remove_files) COMPLETE
73142026-07-15T23:09:14.500Z[ recovery-image] Jul 15 23:09:13.501 INFO O| Jul 15 23:09:13.501 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-07-15T23:09:14.507Z[ recovery-image] Jul 15 23:09:13.508 INFO O| Jul 15 23:09:13.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73162026-07-15T23:09:14.511Z[ recovery-image] Jul 15 23:09:13.508 INFO O| Jul 15 23:09:13.508 INFO STEP 652 (remove_files) COMPLETE
73172026-07-15T23:09:14.511Z[ recovery-image] Jul 15 23:09:13.508 INFO O| Jul 15 23:09:13.508 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-07-15T23:09:14.515Z[ recovery-image] Jul 15 23:09:13.515 INFO O| Jul 15 23:09:13.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73192026-07-15T23:09:14.515Z[ recovery-image] Jul 15 23:09:13.516 INFO O| Jul 15 23:09:13.516 INFO STEP 653 (remove_files) COMPLETE
73202026-07-15T23:09:14.519Z[ recovery-image] Jul 15 23:09:13.516 INFO O| Jul 15 23:09:13.516 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-07-15T23:09:14.522Z[ recovery-image] Jul 15 23:09:13.522 INFO O| Jul 15 23:09:13.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73222026-07-15T23:09:14.522Z[ recovery-image] Jul 15 23:09:13.522 INFO O| Jul 15 23:09:13.522 INFO STEP 654 (remove_files) COMPLETE
73232026-07-15T23:09:14.522Z[ recovery-image] Jul 15 23:09:13.522 INFO O| Jul 15 23:09:13.522 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-07-15T23:09:14.527Z[ recovery-image] Jul 15 23:09:13.529 INFO O| Jul 15 23:09:13.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73252026-07-15T23:09:14.527Z[ recovery-image] Jul 15 23:09:13.529 INFO O| Jul 15 23:09:13.529 INFO STEP 655 (remove_files) COMPLETE
73262026-07-15T23:09:14.531Z[ recovery-image] Jul 15 23:09:13.529 INFO O| Jul 15 23:09:13.529 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-07-15T23:09:14.535Z[ recovery-image] Jul 15 23:09:13.536 INFO O| Jul 15 23:09:13.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73282026-07-15T23:09:14.538Z[ recovery-image] Jul 15 23:09:13.536 INFO O| Jul 15 23:09:13.536 INFO STEP 656 (remove_files) COMPLETE
73292026-07-15T23:09:14.538Z[ recovery-image] Jul 15 23:09:13.536 INFO O| Jul 15 23:09:13.536 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-07-15T23:09:14.544Z[ recovery-image] Jul 15 23:09:13.545 INFO O| Jul 15 23:09:13.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73312026-07-15T23:09:14.544Z[ recovery-image] Jul 15 23:09:13.545 INFO O| Jul 15 23:09:13.545 INFO STEP 657 (remove_files) COMPLETE
73322026-07-15T23:09:14.548Z[ recovery-image] Jul 15 23:09:13.545 INFO O| Jul 15 23:09:13.545 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-07-15T23:09:14.551Z[ recovery-image] Jul 15 23:09:13.553 INFO O| Jul 15 23:09:13.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73342026-07-15T23:09:14.557Z[ recovery-image] Jul 15 23:09:13.553 INFO O| Jul 15 23:09:13.553 INFO STEP 658 (remove_files) COMPLETE
73352026-07-15T23:09:14.557Z[ recovery-image] Jul 15 23:09:13.553 INFO O| Jul 15 23:09:13.553 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-07-15T23:09:14.560Z[ recovery-image] Jul 15 23:09:13.561 INFO O| Jul 15 23:09:13.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73372026-07-15T23:09:14.560Z[ recovery-image] Jul 15 23:09:13.561 INFO O| Jul 15 23:09:13.561 INFO STEP 659 (remove_files) COMPLETE
73382026-07-15T23:09:14.560Z[ recovery-image] Jul 15 23:09:13.561 INFO O| Jul 15 23:09:13.561 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-07-15T23:09:14.568Z[ recovery-image] Jul 15 23:09:13.569 INFO O| Jul 15 23:09:13.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73402026-07-15T23:09:14.568Z[ recovery-image] Jul 15 23:09:13.569 INFO O| Jul 15 23:09:13.569 INFO STEP 660 (remove_files) COMPLETE
73412026-07-15T23:09:14.572Z[ recovery-image] Jul 15 23:09:13.569 INFO O| Jul 15 23:09:13.569 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-07-15T23:09:14.576Z[ recovery-image] Jul 15 23:09:13.578 INFO O| Jul 15 23:09:13.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73432026-07-15T23:09:14.577Z[ recovery-image] Jul 15 23:09:13.578 INFO O| Jul 15 23:09:13.578 INFO STEP 661 (remove_files) COMPLETE
73442026-07-15T23:09:14.580Z[ recovery-image] Jul 15 23:09:13.578 INFO O| Jul 15 23:09:13.578 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-07-15T23:09:14.584Z[ recovery-image] Jul 15 23:09:13.585 INFO O| Jul 15 23:09:13.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73462026-07-15T23:09:14.584Z[ recovery-image] Jul 15 23:09:13.585 INFO O| Jul 15 23:09:13.585 INFO STEP 662 (remove_files) COMPLETE
73472026-07-15T23:09:14.584Z[ recovery-image] Jul 15 23:09:13.585 INFO O| Jul 15 23:09:13.585 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-07-15T23:09:14.593Z[ recovery-image] Jul 15 23:09:13.594 INFO O| Jul 15 23:09:13.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73492026-07-15T23:09:14.593Z[ recovery-image] Jul 15 23:09:13.594 INFO O| Jul 15 23:09:13.594 INFO STEP 663 (remove_files) COMPLETE
73502026-07-15T23:09:14.596Z[ recovery-image] Jul 15 23:09:13.594 INFO O| Jul 15 23:09:13.594 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-07-15T23:09:14.601Z[ recovery-image] Jul 15 23:09:13.601 INFO O| Jul 15 23:09:13.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73522026-07-15T23:09:14.601Z[ recovery-image] Jul 15 23:09:13.601 INFO O| Jul 15 23:09:13.601 INFO STEP 664 (remove_files) COMPLETE
73532026-07-15T23:09:14.601Z[ recovery-image] Jul 15 23:09:13.601 INFO O| Jul 15 23:09:13.601 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-07-15T23:09:14.607Z[ recovery-image] Jul 15 23:09:13.608 INFO O| Jul 15 23:09:13.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73552026-07-15T23:09:14.607Z[ recovery-image] Jul 15 23:09:13.608 INFO O| Jul 15 23:09:13.608 INFO STEP 665 (remove_files) COMPLETE
73562026-07-15T23:09:14.607Z[ recovery-image] Jul 15 23:09:13.608 INFO O| Jul 15 23:09:13.608 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-07-15T23:09:14.615Z[ recovery-image] Jul 15 23:09:13.617 INFO O| Jul 15 23:09:13.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73582026-07-15T23:09:14.619Z[ recovery-image] Jul 15 23:09:13.617 INFO O| Jul 15 23:09:13.617 INFO STEP 666 (remove_files) COMPLETE
73592026-07-15T23:09:14.619Z[ recovery-image] Jul 15 23:09:13.617 INFO O| Jul 15 23:09:13.617 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-07-15T23:09:14.624Z[ recovery-image] Jul 15 23:09:13.624 INFO O| Jul 15 23:09:13.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73612026-07-15T23:09:14.624Z[ recovery-image] Jul 15 23:09:13.624 INFO O| Jul 15 23:09:13.624 INFO STEP 667 (remove_files) COMPLETE
73622026-07-15T23:09:14.624Z[ recovery-image] Jul 15 23:09:13.624 INFO O| Jul 15 23:09:13.624 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-07-15T23:09:14.629Z[ recovery-image] Jul 15 23:09:13.630 INFO O| Jul 15 23:09:13.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73642026-07-15T23:09:14.629Z[ recovery-image] Jul 15 23:09:13.630 INFO O| Jul 15 23:09:13.630 INFO STEP 668 (remove_files) COMPLETE
73652026-07-15T23:09:14.633Z[ recovery-image] Jul 15 23:09:13.630 INFO O| Jul 15 23:09:13.630 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-07-15T23:09:14.636Z[ recovery-image] Jul 15 23:09:13.637 INFO O| Jul 15 23:09:13.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73672026-07-15T23:09:14.637Z[ recovery-image] Jul 15 23:09:13.637 INFO O| Jul 15 23:09:13.637 INFO STEP 669 (remove_files) COMPLETE
73682026-07-15T23:09:14.637Z[ recovery-image] Jul 15 23:09:13.637 INFO O| Jul 15 23:09:13.637 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-07-15T23:09:14.644Z[ recovery-image] Jul 15 23:09:13.646 INFO O| Jul 15 23:09:13.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73702026-07-15T23:09:14.648Z[ recovery-image] Jul 15 23:09:13.646 INFO O| Jul 15 23:09:13.646 INFO STEP 670 (remove_files) COMPLETE
73712026-07-15T23:09:14.648Z[ recovery-image] Jul 15 23:09:13.646 INFO O| Jul 15 23:09:13.646 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-07-15T23:09:14.653Z[ recovery-image] Jul 15 23:09:13.654 INFO O| Jul 15 23:09:13.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73732026-07-15T23:09:14.653Z[ recovery-image] Jul 15 23:09:13.654 INFO O| Jul 15 23:09:13.654 INFO STEP 671 (remove_files) COMPLETE
73742026-07-15T23:09:14.653Z[ recovery-image] Jul 15 23:09:13.654 INFO O| Jul 15 23:09:13.654 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-07-15T23:09:14.710Z[ recovery-image] Jul 15 23:09:13.660 INFO O| Jul 15 23:09:13.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73762026-07-15T23:09:14.715Z[ recovery-image] Jul 15 23:09:13.660 INFO O| Jul 15 23:09:13.660 INFO STEP 672 (remove_files) COMPLETE
73772026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.660 INFO O| Jul 15 23:09:13.660 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.668 INFO O| Jul 15 23:09:13.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73792026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.669 INFO O| Jul 15 23:09:13.669 INFO STEP 673 (remove_files) COMPLETE
73802026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.669 INFO O| Jul 15 23:09:13.669 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.676 INFO O| Jul 15 23:09:13.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73822026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.676 INFO O| Jul 15 23:09:13.676 INFO STEP 674 (remove_files) COMPLETE
73832026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.676 INFO O| Jul 15 23:09:13.676 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.683 INFO O| Jul 15 23:09:13.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73852026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.683 INFO O| Jul 15 23:09:13.683 INFO STEP 675 (remove_files) COMPLETE
73862026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.683 INFO O| Jul 15 23:09:13.683 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.690 INFO O| Jul 15 23:09:13.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73882026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.690 INFO O| Jul 15 23:09:13.690 INFO STEP 676 (remove_files) COMPLETE
73892026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.690 INFO O| Jul 15 23:09:13.690 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-07-15T23:09:14.716Z[ recovery-image] Jul 15 23:09:13.699 INFO O| Jul 15 23:09:13.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73912026-07-15T23:09:14.717Z[ recovery-image] Jul 15 23:09:13.699 INFO O| Jul 15 23:09:13.699 INFO STEP 677 (remove_files) COMPLETE
73922026-07-15T23:09:14.717Z[ recovery-image] Jul 15 23:09:13.699 INFO O| Jul 15 23:09:13.699 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-07-15T23:09:14.717Z[ recovery-image] Jul 15 23:09:13.706 INFO O| Jul 15 23:09:13.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73942026-07-15T23:09:14.717Z[ recovery-image] Jul 15 23:09:13.706 INFO O| Jul 15 23:09:13.706 INFO STEP 678 (remove_files) COMPLETE
73952026-07-15T23:09:14.717Z[ recovery-image] Jul 15 23:09:13.706 INFO O| Jul 15 23:09:13.706 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-07-15T23:09:14.717Z[ recovery-image] Jul 15 23:09:13.714 INFO O| Jul 15 23:09:13.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73972026-07-15T23:09:14.717Z[ recovery-image] Jul 15 23:09:13.714 INFO O| Jul 15 23:09:13.714 INFO STEP 679 (remove_files) COMPLETE
73982026-07-15T23:09:14.717Z[ recovery-image] Jul 15 23:09:13.714 INFO O| Jul 15 23:09:13.714 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-07-15T23:09:14.722Z[ recovery-image] Jul 15 23:09:13.722 INFO O| Jul 15 23:09:13.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
74002026-07-15T23:09:14.722Z[ recovery-image] Jul 15 23:09:13.722 INFO O| Jul 15 23:09:13.722 INFO STEP 680 (remove_files) COMPLETE
74012026-07-15T23:09:14.722Z[ recovery-image] Jul 15 23:09:13.722 INFO O| Jul 15 23:09:13.722 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-07-15T23:09:14.728Z[ recovery-image] Jul 15 23:09:13.729 INFO O| Jul 15 23:09:13.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74032026-07-15T23:09:14.729Z[ recovery-image] Jul 15 23:09:13.729 INFO O| Jul 15 23:09:13.729 INFO STEP 681 (remove_files) COMPLETE
74042026-07-15T23:09:14.729Z[ recovery-image] Jul 15 23:09:13.729 INFO O| Jul 15 23:09:13.729 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-07-15T23:09:14.737Z[ recovery-image] Jul 15 23:09:13.738 INFO O| Jul 15 23:09:13.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74062026-07-15T23:09:14.737Z[ recovery-image] Jul 15 23:09:13.738 INFO O| Jul 15 23:09:13.738 INFO STEP 682 (remove_files) COMPLETE
74072026-07-15T23:09:14.741Z[ recovery-image] Jul 15 23:09:13.738 INFO O| Jul 15 23:09:13.738 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-07-15T23:09:14.745Z[ recovery-image] Jul 15 23:09:13.746 INFO O| Jul 15 23:09:13.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74092026-07-15T23:09:14.745Z[ recovery-image] Jul 15 23:09:13.746 INFO O| Jul 15 23:09:13.746 INFO STEP 683 (remove_files) COMPLETE
74102026-07-15T23:09:14.745Z[ recovery-image] Jul 15 23:09:13.746 INFO O| Jul 15 23:09:13.746 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-07-15T23:09:14.753Z[ recovery-image] Jul 15 23:09:13.754 INFO O| Jul 15 23:09:13.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74122026-07-15T23:09:14.753Z[ recovery-image] Jul 15 23:09:13.754 INFO O| Jul 15 23:09:13.754 INFO STEP 684 (remove_files) COMPLETE
74132026-07-15T23:09:14.753Z[ recovery-image] Jul 15 23:09:13.754 INFO O| Jul 15 23:09:13.754 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-07-15T23:09:14.760Z[ recovery-image] Jul 15 23:09:13.761 INFO O| Jul 15 23:09:13.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74152026-07-15T23:09:14.764Z[ recovery-image] Jul 15 23:09:13.762 INFO O| Jul 15 23:09:13.762 INFO STEP 685 (remove_files) COMPLETE
74162026-07-15T23:09:14.765Z[ recovery-image] Jul 15 23:09:13.762 INFO O| Jul 15 23:09:13.762 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-07-15T23:09:14.769Z[ recovery-image] Jul 15 23:09:13.770 INFO O| Jul 15 23:09:13.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74182026-07-15T23:09:14.773Z[ recovery-image] Jul 15 23:09:13.770 INFO O| Jul 15 23:09:13.770 INFO STEP 686 (remove_files) COMPLETE
74192026-07-15T23:09:14.773Z[ recovery-image] Jul 15 23:09:13.770 INFO O| Jul 15 23:09:13.770 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-07-15T23:09:14.777Z[ recovery-image] Jul 15 23:09:13.776 INFO O| Jul 15 23:09:13.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74212026-07-15T23:09:14.777Z[ recovery-image] Jul 15 23:09:13.776 INFO O| Jul 15 23:09:13.776 INFO STEP 687 (remove_files) COMPLETE
74222026-07-15T23:09:14.777Z[ recovery-image] Jul 15 23:09:13.776 INFO O| Jul 15 23:09:13.776 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-07-15T23:09:14.783Z[ recovery-image] Jul 15 23:09:13.784 INFO O| Jul 15 23:09:13.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74242026-07-15T23:09:14.783Z[ recovery-image] Jul 15 23:09:13.784 INFO O| Jul 15 23:09:13.784 INFO STEP 688 (remove_files) COMPLETE
74252026-07-15T23:09:14.784Z[ recovery-image] Jul 15 23:09:13.784 INFO O| Jul 15 23:09:13.784 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-07-15T23:09:14.792Z[ recovery-image] Jul 15 23:09:13.792 INFO O| Jul 15 23:09:13.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74272026-07-15T23:09:14.796Z[ recovery-image] Jul 15 23:09:13.792 INFO O| Jul 15 23:09:13.792 INFO STEP 689 (remove_files) COMPLETE
74282026-07-15T23:09:14.796Z[ recovery-image] Jul 15 23:09:13.792 INFO O| Jul 15 23:09:13.792 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-07-15T23:09:14.800Z[ recovery-image] Jul 15 23:09:13.800 INFO O| Jul 15 23:09:13.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74302026-07-15T23:09:14.800Z[ recovery-image] Jul 15 23:09:13.800 INFO O| Jul 15 23:09:13.800 INFO STEP 690 (remove_files) COMPLETE
74312026-07-15T23:09:14.802Z[ recovery-image] Jul 15 23:09:13.800 INFO O| Jul 15 23:09:13.800 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-07-15T23:09:14.808Z[ recovery-image] Jul 15 23:09:13.809 INFO O| Jul 15 23:09:13.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74332026-07-15T23:09:14.811Z[ recovery-image] Jul 15 23:09:13.809 INFO O| Jul 15 23:09:13.809 INFO STEP 691 (remove_files) COMPLETE
74342026-07-15T23:09:14.811Z[ recovery-image] Jul 15 23:09:13.809 INFO O| Jul 15 23:09:13.809 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-07-15T23:09:14.815Z[ recovery-image] Jul 15 23:09:13.816 INFO O| Jul 15 23:09:13.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74362026-07-15T23:09:14.815Z[ recovery-image] Jul 15 23:09:13.817 INFO O| Jul 15 23:09:13.817 INFO STEP 692 (remove_files) COMPLETE
74372026-07-15T23:09:14.819Z[ recovery-image] Jul 15 23:09:13.817 INFO O| Jul 15 23:09:13.817 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-07-15T23:09:14.823Z[ recovery-image] Jul 15 23:09:13.825 INFO O| Jul 15 23:09:13.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74392026-07-15T23:09:14.827Z[ recovery-image] Jul 15 23:09:13.825 INFO O| Jul 15 23:09:13.825 INFO STEP 693 (remove_files) COMPLETE
74402026-07-15T23:09:14.827Z[ recovery-image] Jul 15 23:09:13.825 INFO O| Jul 15 23:09:13.825 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-07-15T23:09:14.831Z[ recovery-image] Jul 15 23:09:13.832 INFO O| Jul 15 23:09:13.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74422026-07-15T23:09:14.831Z[ recovery-image] Jul 15 23:09:13.832 INFO O| Jul 15 23:09:13.832 INFO STEP 694 (remove_files) COMPLETE
74432026-07-15T23:09:14.831Z[ recovery-image] Jul 15 23:09:13.832 INFO O| Jul 15 23:09:13.832 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-07-15T23:09:14.839Z[ recovery-image] Jul 15 23:09:13.840 INFO O| Jul 15 23:09:13.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74452026-07-15T23:09:14.839Z[ recovery-image] Jul 15 23:09:13.840 INFO O| Jul 15 23:09:13.840 INFO STEP 695 (remove_files) COMPLETE
74462026-07-15T23:09:14.844Z[ recovery-image] Jul 15 23:09:13.840 INFO O| Jul 15 23:09:13.840 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-07-15T23:09:14.848Z[ recovery-image] Jul 15 23:09:13.847 INFO O| Jul 15 23:09:13.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74482026-07-15T23:09:14.848Z[ recovery-image] Jul 15 23:09:13.848 INFO O| Jul 15 23:09:13.848 INFO STEP 696 (remove_files) COMPLETE
74492026-07-15T23:09:14.848Z[ recovery-image] Jul 15 23:09:13.848 INFO O| Jul 15 23:09:13.848 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-07-15T23:09:14.855Z[ recovery-image] Jul 15 23:09:13.855 INFO O| Jul 15 23:09:13.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74512026-07-15T23:09:14.859Z[ recovery-image] Jul 15 23:09:13.855 INFO O| Jul 15 23:09:13.855 INFO STEP 697 (remove_files) COMPLETE
74522026-07-15T23:09:14.859Z[ recovery-image] Jul 15 23:09:13.855 INFO O| Jul 15 23:09:13.855 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-07-15T23:09:14.864Z[ recovery-image] Jul 15 23:09:13.865 INFO O| Jul 15 23:09:13.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74542026-07-15T23:09:14.864Z[ recovery-image] Jul 15 23:09:13.865 INFO O| Jul 15 23:09:13.865 INFO STEP 698 (remove_files) COMPLETE
74552026-07-15T23:09:14.864Z[ recovery-image] Jul 15 23:09:13.865 INFO O| Jul 15 23:09:13.865 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-07-15T23:09:14.871Z[ recovery-image] Jul 15 23:09:13.873 INFO O| Jul 15 23:09:13.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74572026-07-15T23:09:14.871Z[ recovery-image] Jul 15 23:09:13.873 INFO O| Jul 15 23:09:13.873 INFO STEP 699 (remove_files) COMPLETE
74582026-07-15T23:09:14.872Z[ recovery-image] Jul 15 23:09:13.873 INFO O| Jul 15 23:09:13.873 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-07-15T23:09:14.881Z[ recovery-image] Jul 15 23:09:13.880 INFO O| Jul 15 23:09:13.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74602026-07-15T23:09:14.881Z[ recovery-image] Jul 15 23:09:13.880 INFO O| Jul 15 23:09:13.880 INFO STEP 700 (remove_files) COMPLETE
74612026-07-15T23:09:14.881Z[ recovery-image] Jul 15 23:09:13.880 INFO O| Jul 15 23:09:13.880 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-07-15T23:09:14.889Z[ recovery-image] Jul 15 23:09:13.888 INFO O| Jul 15 23:09:13.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74632026-07-15T23:09:14.889Z[ recovery-image] Jul 15 23:09:13.888 INFO O| Jul 15 23:09:13.888 INFO STEP 701 (remove_files) COMPLETE
74642026-07-15T23:09:14.889Z[ recovery-image] Jul 15 23:09:13.888 INFO O| Jul 15 23:09:13.888 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-07-15T23:09:14.894Z[ recovery-image] Jul 15 23:09:13.895 INFO O| Jul 15 23:09:13.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74662026-07-15T23:09:14.898Z[ recovery-image] Jul 15 23:09:13.896 INFO O| Jul 15 23:09:13.896 INFO STEP 702 (remove_files) COMPLETE
74672026-07-15T23:09:14.898Z[ recovery-image] Jul 15 23:09:13.896 INFO O| Jul 15 23:09:13.896 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-07-15T23:09:14.902Z[ recovery-image] Jul 15 23:09:13.902 INFO O| Jul 15 23:09:13.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74692026-07-15T23:09:14.902Z[ recovery-image] Jul 15 23:09:13.902 INFO O| Jul 15 23:09:13.902 INFO STEP 703 (remove_files) COMPLETE
74702026-07-15T23:09:14.902Z[ recovery-image] Jul 15 23:09:13.902 INFO O| Jul 15 23:09:13.902 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-07-15T23:09:14.910Z[ recovery-image] Jul 15 23:09:13.911 INFO O| Jul 15 23:09:13.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74722026-07-15T23:09:14.910Z[ recovery-image] Jul 15 23:09:13.911 INFO O| Jul 15 23:09:13.911 INFO STEP 704 (remove_files) COMPLETE
74732026-07-15T23:09:14.911Z[ recovery-image] Jul 15 23:09:13.911 INFO O| Jul 15 23:09:13.911 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-07-15T23:09:14.917Z[ recovery-image] Jul 15 23:09:13.918 INFO O| Jul 15 23:09:13.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74752026-07-15T23:09:14.918Z[ recovery-image] Jul 15 23:09:13.918 INFO O| Jul 15 23:09:13.918 INFO STEP 705 (remove_files) COMPLETE
74762026-07-15T23:09:14.918Z[ recovery-image] Jul 15 23:09:13.918 INFO O| Jul 15 23:09:13.918 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-07-15T23:09:14.924Z[ recovery-image] Jul 15 23:09:13.925 INFO O| Jul 15 23:09:13.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74782026-07-15T23:09:14.924Z[ recovery-image] Jul 15 23:09:13.925 INFO O| Jul 15 23:09:13.925 INFO STEP 706 (remove_files) COMPLETE
74792026-07-15T23:09:14.924Z[ recovery-image] Jul 15 23:09:13.925 INFO O| Jul 15 23:09:13.925 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-07-15T23:09:14.932Z[ recovery-image] Jul 15 23:09:13.933 INFO O| Jul 15 23:09:13.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74812026-07-15T23:09:14.937Z[ recovery-image] Jul 15 23:09:13.934 INFO O| Jul 15 23:09:13.933 INFO STEP 707 (remove_files) COMPLETE
74822026-07-15T23:09:14.937Z[ recovery-image] Jul 15 23:09:13.934 INFO O| Jul 15 23:09:13.933 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-07-15T23:09:14.940Z[ recovery-image] Jul 15 23:09:13.941 INFO O| Jul 15 23:09:13.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74842026-07-15T23:09:14.940Z[ recovery-image] Jul 15 23:09:13.941 INFO O| Jul 15 23:09:13.941 INFO STEP 708 (remove_files) COMPLETE
74852026-07-15T23:09:14.940Z[ recovery-image] Jul 15 23:09:13.941 INFO O| Jul 15 23:09:13.941 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-07-15T23:09:14.946Z[ recovery-image] Jul 15 23:09:13.947 INFO O| Jul 15 23:09:13.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74872026-07-15T23:09:14.949Z[ recovery-image] Jul 15 23:09:13.947 INFO O| Jul 15 23:09:13.947 INFO STEP 709 (remove_files) COMPLETE
74882026-07-15T23:09:14.949Z[ recovery-image] Jul 15 23:09:13.947 INFO O| Jul 15 23:09:13.947 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-07-15T23:09:14.953Z[ recovery-image] Jul 15 23:09:13.954 INFO O| Jul 15 23:09:13.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74902026-07-15T23:09:14.953Z[ recovery-image] Jul 15 23:09:13.954 INFO O| Jul 15 23:09:13.954 INFO STEP 710 (remove_files) COMPLETE
74912026-07-15T23:09:14.954Z[ recovery-image] Jul 15 23:09:13.954 INFO O| Jul 15 23:09:13.954 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-07-15T23:09:14.959Z[ recovery-image] Jul 15 23:09:13.961 INFO O| Jul 15 23:09:13.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74932026-07-15T23:09:14.963Z[ recovery-image] Jul 15 23:09:13.961 INFO O| Jul 15 23:09:13.961 INFO STEP 711 (remove_files) COMPLETE
74942026-07-15T23:09:14.963Z[ recovery-image] Jul 15 23:09:13.961 INFO O| Jul 15 23:09:13.961 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-07-15T23:09:14.966Z[ recovery-image] Jul 15 23:09:13.966 INFO O| Jul 15 23:09:13.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74962026-07-15T23:09:14.966Z[ recovery-image] Jul 15 23:09:13.967 INFO O| Jul 15 23:09:13.967 INFO STEP 712 (remove_files) COMPLETE
74972026-07-15T23:09:14.966Z[ recovery-image] Jul 15 23:09:13.967 INFO O| Jul 15 23:09:13.967 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-07-15T23:09:14.972Z[ recovery-image] Jul 15 23:09:13.973 INFO O| Jul 15 23:09:13.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74992026-07-15T23:09:14.976Z[ recovery-image] Jul 15 23:09:13.974 INFO O| Jul 15 23:09:13.974 INFO STEP 713 (remove_files) COMPLETE
75002026-07-15T23:09:14.976Z[ recovery-image] Jul 15 23:09:13.974 INFO O| Jul 15 23:09:13.974 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-07-15T23:09:14.980Z[ recovery-image] Jul 15 23:09:13.980 INFO O| Jul 15 23:09:13.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75022026-07-15T23:09:14.980Z[ recovery-image] Jul 15 23:09:13.980 INFO O| Jul 15 23:09:13.980 INFO STEP 714 (remove_files) COMPLETE
75032026-07-15T23:09:14.981Z[ recovery-image] Jul 15 23:09:13.980 INFO O| Jul 15 23:09:13.980 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-07-15T23:09:14.985Z[ recovery-image] Jul 15 23:09:13.986 INFO O| Jul 15 23:09:13.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75052026-07-15T23:09:14.989Z[ recovery-image] Jul 15 23:09:13.986 INFO O| Jul 15 23:09:13.986 INFO STEP 715 (remove_files) COMPLETE
75062026-07-15T23:09:14.989Z[ recovery-image] Jul 15 23:09:13.986 INFO O| Jul 15 23:09:13.986 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-07-15T23:09:14.993Z[ recovery-image] Jul 15 23:09:13.993 INFO O| Jul 15 23:09:13.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75082026-07-15T23:09:14.993Z[ recovery-image] Jul 15 23:09:13.993 INFO O| Jul 15 23:09:13.993 INFO STEP 716 (remove_files) COMPLETE
75092026-07-15T23:09:14.993Z[ recovery-image] Jul 15 23:09:13.993 INFO O| Jul 15 23:09:13.993 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-07-15T23:09:14.999Z[ recovery-image] Jul 15 23:09:14.000 INFO O| Jul 15 23:09:14.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75112026-07-15T23:09:15.003Z[ recovery-image] Jul 15 23:09:14.000 INFO O| Jul 15 23:09:14.000 INFO STEP 717 (remove_files) COMPLETE
75122026-07-15T23:09:15.003Z[ recovery-image] Jul 15 23:09:14.000 INFO O| Jul 15 23:09:14.000 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-07-15T23:09:15.007Z[ recovery-image] Jul 15 23:09:14.009 INFO O| Jul 15 23:09:14.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75142026-07-15T23:09:15.008Z[ recovery-image] Jul 15 23:09:14.009 INFO O| Jul 15 23:09:14.009 INFO STEP 718 (remove_files) COMPLETE
75152026-07-15T23:09:15.012Z[ recovery-image] Jul 15 23:09:14.009 INFO O| Jul 15 23:09:14.009 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-07-15T23:09:15.015Z[ recovery-image] Jul 15 23:09:14.016 INFO O| Jul 15 23:09:14.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75172026-07-15T23:09:15.016Z[ recovery-image] Jul 15 23:09:14.016 INFO O| Jul 15 23:09:14.016 INFO STEP 719 (remove_files) COMPLETE
75182026-07-15T23:09:15.016Z[ recovery-image] Jul 15 23:09:14.016 INFO O| Jul 15 23:09:14.016 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-07-15T23:09:15.022Z[ recovery-image] Jul 15 23:09:14.023 INFO O| Jul 15 23:09:14.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75202026-07-15T23:09:15.022Z[ recovery-image] Jul 15 23:09:14.023 INFO O| Jul 15 23:09:14.023 INFO STEP 720 (remove_files) COMPLETE
75212026-07-15T23:09:15.026Z[ recovery-image] Jul 15 23:09:14.023 INFO O| Jul 15 23:09:14.023 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-07-15T23:09:15.030Z[ recovery-image] Jul 15 23:09:14.031 INFO O| Jul 15 23:09:14.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75232026-07-15T23:09:15.030Z[ recovery-image] Jul 15 23:09:14.031 INFO O| Jul 15 23:09:14.031 INFO STEP 721 (remove_files) COMPLETE
75242026-07-15T23:09:15.031Z[ recovery-image] Jul 15 23:09:14.031 INFO O| Jul 15 23:09:14.031 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-07-15T23:09:15.038Z[ recovery-image] Jul 15 23:09:14.039 INFO O| Jul 15 23:09:14.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75262026-07-15T23:09:15.041Z[ recovery-image] Jul 15 23:09:14.039 INFO O| Jul 15 23:09:14.039 INFO STEP 722 (remove_files) COMPLETE
75272026-07-15T23:09:15.042Z[ recovery-image] Jul 15 23:09:14.039 INFO O| Jul 15 23:09:14.039 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-07-15T23:09:15.046Z[ recovery-image] Jul 15 23:09:14.047 INFO O| Jul 15 23:09:14.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75292026-07-15T23:09:15.049Z[ recovery-image] Jul 15 23:09:14.047 INFO O| Jul 15 23:09:14.047 INFO STEP 723 (remove_files) COMPLETE
75302026-07-15T23:09:15.049Z[ recovery-image] Jul 15 23:09:14.047 INFO O| Jul 15 23:09:14.047 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-07-15T23:09:15.054Z[ recovery-image] Jul 15 23:09:14.055 INFO O| Jul 15 23:09:14.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75322026-07-15T23:09:15.058Z[ recovery-image] Jul 15 23:09:14.055 INFO O| Jul 15 23:09:14.055 INFO STEP 724 (remove_files) COMPLETE
75332026-07-15T23:09:15.058Z[ recovery-image] Jul 15 23:09:14.055 INFO O| Jul 15 23:09:14.055 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-07-15T23:09:15.061Z[ recovery-image] Jul 15 23:09:14.062 INFO O| Jul 15 23:09:14.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75352026-07-15T23:09:15.062Z[ recovery-image] Jul 15 23:09:14.062 INFO O| Jul 15 23:09:14.062 INFO STEP 725 (remove_files) COMPLETE
75362026-07-15T23:09:15.062Z[ recovery-image] Jul 15 23:09:14.062 INFO O| Jul 15 23:09:14.062 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-07-15T23:09:15.069Z[ recovery-image] Jul 15 23:09:14.070 INFO O| Jul 15 23:09:14.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75382026-07-15T23:09:15.069Z[ recovery-image] Jul 15 23:09:14.070 INFO O| Jul 15 23:09:14.070 INFO STEP 726 (remove_files) COMPLETE
75392026-07-15T23:09:15.073Z[ recovery-image] Jul 15 23:09:14.070 INFO O| Jul 15 23:09:14.070 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-07-15T23:09:15.077Z[ recovery-image] Jul 15 23:09:14.078 INFO O| Jul 15 23:09:14.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75412026-07-15T23:09:15.081Z[ recovery-image] Jul 15 23:09:14.078 INFO O| Jul 15 23:09:14.078 INFO STEP 727 (remove_files) COMPLETE
75422026-07-15T23:09:15.081Z[ recovery-image] Jul 15 23:09:14.078 INFO O| Jul 15 23:09:14.078 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-07-15T23:09:15.085Z[ recovery-image] Jul 15 23:09:14.086 INFO O| Jul 15 23:09:14.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75442026-07-15T23:09:15.085Z[ recovery-image] Jul 15 23:09:14.086 INFO O| Jul 15 23:09:14.086 INFO STEP 728 (remove_files) COMPLETE
75452026-07-15T23:09:15.085Z[ recovery-image] Jul 15 23:09:14.086 INFO O| Jul 15 23:09:14.086 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-07-15T23:09:15.094Z[ recovery-image] Jul 15 23:09:14.094 INFO O| Jul 15 23:09:14.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75472026-07-15T23:09:15.097Z[ recovery-image] Jul 15 23:09:14.094 INFO O| Jul 15 23:09:14.094 INFO STEP 729 (remove_files) COMPLETE
75482026-07-15T23:09:15.097Z[ recovery-image] Jul 15 23:09:14.094 INFO O| Jul 15 23:09:14.094 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-07-15T23:09:15.101Z[ recovery-image] Jul 15 23:09:14.101 INFO O| Jul 15 23:09:14.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75502026-07-15T23:09:15.101Z[ recovery-image] Jul 15 23:09:14.101 INFO O| Jul 15 23:09:14.101 INFO STEP 730 (remove_files) COMPLETE
75512026-07-15T23:09:15.101Z[ recovery-image] Jul 15 23:09:14.101 INFO O| Jul 15 23:09:14.101 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-07-15T23:09:15.106Z[ recovery-image] Jul 15 23:09:14.108 INFO O| Jul 15 23:09:14.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75532026-07-15T23:09:15.107Z[ recovery-image] Jul 15 23:09:14.108 INFO O| Jul 15 23:09:14.108 INFO STEP 731 (remove_files) COMPLETE
75542026-07-15T23:09:15.107Z[ recovery-image] Jul 15 23:09:14.108 INFO O| Jul 15 23:09:14.108 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-07-15T23:09:15.114Z[ recovery-image] Jul 15 23:09:14.115 INFO O| Jul 15 23:09:14.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75562026-07-15T23:09:15.114Z[ recovery-image] Jul 15 23:09:14.115 INFO O| Jul 15 23:09:14.115 INFO STEP 732 (remove_files) COMPLETE
75572026-07-15T23:09:15.114Z[ recovery-image] Jul 15 23:09:14.115 INFO O| Jul 15 23:09:14.115 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-07-15T23:09:15.122Z[ recovery-image] Jul 15 23:09:14.123 INFO O| Jul 15 23:09:14.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75592026-07-15T23:09:15.125Z[ recovery-image] Jul 15 23:09:14.123 INFO O| Jul 15 23:09:14.123 INFO STEP 733 (remove_files) COMPLETE
75602026-07-15T23:09:15.125Z[ recovery-image] Jul 15 23:09:14.123 INFO O| Jul 15 23:09:14.123 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-07-15T23:09:15.130Z[ recovery-image] Jul 15 23:09:14.131 INFO O| Jul 15 23:09:14.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75622026-07-15T23:09:15.134Z[ recovery-image] Jul 15 23:09:14.131 INFO O| Jul 15 23:09:14.131 INFO STEP 734 (remove_files) COMPLETE
75632026-07-15T23:09:15.134Z[ recovery-image] Jul 15 23:09:14.131 INFO O| Jul 15 23:09:14.131 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-07-15T23:09:15.138Z[ recovery-image] Jul 15 23:09:14.139 INFO O| Jul 15 23:09:14.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75652026-07-15T23:09:15.142Z[ recovery-image] Jul 15 23:09:14.139 INFO O| Jul 15 23:09:14.139 INFO STEP 735 (remove_files) COMPLETE
75662026-07-15T23:09:15.142Z[ recovery-image] Jul 15 23:09:14.139 INFO O| Jul 15 23:09:14.139 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-07-15T23:09:15.147Z[ recovery-image] Jul 15 23:09:14.148 INFO O| Jul 15 23:09:14.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75682026-07-15T23:09:15.151Z[ recovery-image] Jul 15 23:09:14.148 INFO O| Jul 15 23:09:14.148 INFO STEP 736 (remove_files) COMPLETE
75692026-07-15T23:09:15.151Z[ recovery-image] Jul 15 23:09:14.148 INFO O| Jul 15 23:09:14.148 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-07-15T23:09:15.154Z[ recovery-image] Jul 15 23:09:14.155 INFO O| Jul 15 23:09:14.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75712026-07-15T23:09:15.154Z[ recovery-image] Jul 15 23:09:14.155 INFO O| Jul 15 23:09:14.155 INFO STEP 737 (remove_files) COMPLETE
75722026-07-15T23:09:15.154Z[ recovery-image] Jul 15 23:09:14.155 INFO O| Jul 15 23:09:14.155 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-07-15T23:09:15.170Z[ recovery-image] Jul 15 23:09:14.162 INFO O| Jul 15 23:09:14.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75742026-07-15T23:09:15.170Z[ recovery-image] Jul 15 23:09:14.162 INFO O| Jul 15 23:09:14.162 INFO STEP 738 (remove_files) COMPLETE
75752026-07-15T23:09:15.171Z[ recovery-image] Jul 15 23:09:14.162 INFO O| Jul 15 23:09:14.162 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-07-15T23:09:15.171Z[ recovery-image] Jul 15 23:09:14.171 INFO O| Jul 15 23:09:14.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75772026-07-15T23:09:15.171Z[ recovery-image] Jul 15 23:09:14.171 INFO O| Jul 15 23:09:14.171 INFO STEP 739 (remove_files) COMPLETE
75782026-07-15T23:09:15.171Z[ recovery-image] Jul 15 23:09:14.171 INFO O| Jul 15 23:09:14.171 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-07-15T23:09:15.177Z[ recovery-image] Jul 15 23:09:14.177 INFO O| Jul 15 23:09:14.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75802026-07-15T23:09:15.177Z[ recovery-image] Jul 15 23:09:14.177 INFO O| Jul 15 23:09:14.177 INFO STEP 740 (remove_files) COMPLETE
75812026-07-15T23:09:15.177Z[ recovery-image] Jul 15 23:09:14.177 INFO O| Jul 15 23:09:14.177 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-07-15T23:09:15.186Z[ recovery-image] Jul 15 23:09:14.186 INFO O| Jul 15 23:09:14.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75832026-07-15T23:09:15.186Z[ recovery-image] Jul 15 23:09:14.186 INFO O| Jul 15 23:09:14.186 INFO STEP 741 (remove_files) COMPLETE
75842026-07-15T23:09:15.186Z[ recovery-image] Jul 15 23:09:14.186 INFO O| Jul 15 23:09:14.186 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-07-15T23:09:15.194Z[ recovery-image] Jul 15 23:09:14.194 INFO O| Jul 15 23:09:14.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75862026-07-15T23:09:15.194Z[ recovery-image] Jul 15 23:09:14.194 INFO O| Jul 15 23:09:14.194 INFO STEP 742 (remove_files) COMPLETE
75872026-07-15T23:09:15.194Z[ recovery-image] Jul 15 23:09:14.194 INFO O| Jul 15 23:09:14.194 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-07-15T23:09:15.212Z[ recovery-image] Jul 15 23:09:14.201 INFO O| Jul 15 23:09:14.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75892026-07-15T23:09:15.216Z[ recovery-image] Jul 15 23:09:14.201 INFO O| Jul 15 23:09:14.201 INFO STEP 743 (remove_files) COMPLETE
75902026-07-15T23:09:15.216Z[ recovery-image] Jul 15 23:09:14.201 INFO O| Jul 15 23:09:14.201 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-07-15T23:09:15.217Z[ recovery-image] Jul 15 23:09:14.207 INFO O| Jul 15 23:09:14.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75922026-07-15T23:09:15.217Z[ recovery-image] Jul 15 23:09:14.207 INFO O| Jul 15 23:09:14.207 INFO STEP 744 (remove_files) COMPLETE
75932026-07-15T23:09:15.217Z[ recovery-image] Jul 15 23:09:14.207 INFO O| Jul 15 23:09:14.207 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-07-15T23:09:15.217Z[ recovery-image] Jul 15 23:09:14.213 INFO O| Jul 15 23:09:14.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75952026-07-15T23:09:15.217Z[ recovery-image] Jul 15 23:09:14.213 INFO O| Jul 15 23:09:14.213 INFO STEP 745 (remove_files) COMPLETE
75962026-07-15T23:09:15.217Z[ recovery-image] Jul 15 23:09:14.213 INFO O| Jul 15 23:09:14.213 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-07-15T23:09:15.222Z[ recovery-image] Jul 15 23:09:14.222 INFO O| Jul 15 23:09:14.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75982026-07-15T23:09:15.222Z[ recovery-image] Jul 15 23:09:14.222 INFO O| Jul 15 23:09:14.222 INFO STEP 746 (remove_files) COMPLETE
75992026-07-15T23:09:15.222Z[ recovery-image] Jul 15 23:09:14.222 INFO O| Jul 15 23:09:14.222 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-07-15T23:09:15.229Z[ recovery-image] Jul 15 23:09:14.230 INFO O| Jul 15 23:09:14.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
76012026-07-15T23:09:15.233Z[ recovery-image] Jul 15 23:09:14.230 INFO O| Jul 15 23:09:14.230 INFO STEP 747 (remove_files) COMPLETE
76022026-07-15T23:09:15.233Z[ recovery-image] Jul 15 23:09:14.230 INFO O| Jul 15 23:09:14.230 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-07-15T23:09:15.237Z[ recovery-image] Jul 15 23:09:14.237 INFO O| Jul 15 23:09:14.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76042026-07-15T23:09:15.237Z[ recovery-image] Jul 15 23:09:14.237 INFO O| Jul 15 23:09:14.237 INFO STEP 748 (remove_files) COMPLETE
76052026-07-15T23:09:15.237Z[ recovery-image] Jul 15 23:09:14.237 INFO O| Jul 15 23:09:14.237 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-07-15T23:09:15.258Z[ recovery-image] Jul 15 23:09:14.244 INFO O| Jul 15 23:09:14.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76072026-07-15T23:09:15.258Z[ recovery-image] Jul 15 23:09:14.244 INFO O| Jul 15 23:09:14.244 INFO STEP 749 (remove_files) COMPLETE
76082026-07-15T23:09:15.269Z[ recovery-image] Jul 15 23:09:14.244 INFO O| Jul 15 23:09:14.244 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-07-15T23:09:15.269Z[ recovery-image] Jul 15 23:09:14.252 INFO O| Jul 15 23:09:14.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76102026-07-15T23:09:15.270Z[ recovery-image] Jul 15 23:09:14.252 INFO O| Jul 15 23:09:14.252 INFO STEP 750 (remove_files) COMPLETE
76112026-07-15T23:09:15.271Z[ recovery-image] Jul 15 23:09:14.252 INFO O| Jul 15 23:09:14.252 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-07-15T23:09:15.271Z[ recovery-image] Jul 15 23:09:14.259 INFO O| Jul 15 23:09:14.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76132026-07-15T23:09:15.271Z[ recovery-image] Jul 15 23:09:14.259 INFO O| Jul 15 23:09:14.259 INFO STEP 751 (remove_files) COMPLETE
76142026-07-15T23:09:15.271Z[ recovery-image] Jul 15 23:09:14.259 INFO O| Jul 15 23:09:14.259 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-07-15T23:09:15.279Z[ recovery-image] Jul 15 23:09:14.265 INFO O| Jul 15 23:09:14.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76162026-07-15T23:09:15.279Z[ recovery-image] Jul 15 23:09:14.266 INFO O| Jul 15 23:09:14.266 INFO STEP 752 (remove_files) COMPLETE
76172026-07-15T23:09:15.279Z[ recovery-image] Jul 15 23:09:14.266 INFO O| Jul 15 23:09:14.266 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-07-15T23:09:15.286Z[ recovery-image] Jul 15 23:09:14.272 INFO O| Jul 15 23:09:14.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76192026-07-15T23:09:15.286Z[ recovery-image] Jul 15 23:09:14.273 INFO O| Jul 15 23:09:14.273 INFO STEP 753 (remove_files) COMPLETE
76202026-07-15T23:09:15.286Z[ recovery-image] Jul 15 23:09:14.273 INFO O| Jul 15 23:09:14.273 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-07-15T23:09:15.286Z[ recovery-image] Jul 15 23:09:14.279 INFO O| Jul 15 23:09:14.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76222026-07-15T23:09:15.286Z[ recovery-image] Jul 15 23:09:14.279 INFO O| Jul 15 23:09:14.279 INFO STEP 754 (remove_files) COMPLETE
76232026-07-15T23:09:15.286Z[ recovery-image] Jul 15 23:09:14.279 INFO O| Jul 15 23:09:14.279 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-07-15T23:09:15.290Z[ recovery-image] Jul 15 23:09:14.289 INFO O| Jul 15 23:09:14.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76252026-07-15T23:09:15.291Z[ recovery-image] Jul 15 23:09:14.289 INFO O| Jul 15 23:09:14.289 INFO STEP 755 (remove_files) COMPLETE
76262026-07-15T23:09:15.291Z[ recovery-image] Jul 15 23:09:14.289 INFO O| Jul 15 23:09:14.289 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-07-15T23:09:15.296Z[ recovery-image] Jul 15 23:09:14.297 INFO O| Jul 15 23:09:14.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76282026-07-15T23:09:15.296Z[ recovery-image] Jul 15 23:09:14.297 INFO O| Jul 15 23:09:14.297 INFO STEP 756 (remove_files) COMPLETE
76292026-07-15T23:09:15.297Z[ recovery-image] Jul 15 23:09:14.297 INFO O| Jul 15 23:09:14.297 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-07-15T23:09:15.311Z[ recovery-image] Jul 15 23:09:14.305 INFO O| Jul 15 23:09:14.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76312026-07-15T23:09:15.324Z[ recovery-image] Jul 15 23:09:14.305 INFO O| Jul 15 23:09:14.305 INFO STEP 757 (remove_files) COMPLETE
76322026-07-15T23:09:15.324Z[ recovery-image] Jul 15 23:09:14.305 INFO O| Jul 15 23:09:14.305 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-07-15T23:09:15.324Z[ recovery-image] Jul 15 23:09:14.312 INFO O| Jul 15 23:09:14.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76342026-07-15T23:09:15.324Z[ recovery-image] Jul 15 23:09:14.312 INFO O| Jul 15 23:09:14.312 INFO STEP 758 (remove_files) COMPLETE
76352026-07-15T23:09:15.325Z[ recovery-image] Jul 15 23:09:14.312 INFO O| Jul 15 23:09:14.312 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-07-15T23:09:15.333Z[ recovery-image] Jul 15 23:09:14.322 INFO O| Jul 15 23:09:14.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76372026-07-15T23:09:15.333Z[ recovery-image] Jul 15 23:09:14.322 INFO O| Jul 15 23:09:14.321 INFO STEP 759 (remove_files) COMPLETE
76382026-07-15T23:09:15.333Z[ recovery-image] Jul 15 23:09:14.322 INFO O| Jul 15 23:09:14.322 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-07-15T23:09:15.333Z[ recovery-image] Jul 15 23:09:14.329 INFO O| Jul 15 23:09:14.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76402026-07-15T23:09:15.333Z[ recovery-image] Jul 15 23:09:14.329 INFO O| Jul 15 23:09:14.329 INFO STEP 760 (remove_files) COMPLETE
76412026-07-15T23:09:15.333Z[ recovery-image] Jul 15 23:09:14.329 INFO O| Jul 15 23:09:14.329 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-07-15T23:09:15.343Z[ recovery-image] Jul 15 23:09:14.337 INFO O| Jul 15 23:09:14.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76432026-07-15T23:09:15.343Z[ recovery-image] Jul 15 23:09:14.337 INFO O| Jul 15 23:09:14.337 INFO STEP 761 (remove_files) COMPLETE
76442026-07-15T23:09:15.343Z[ recovery-image] Jul 15 23:09:14.337 INFO O| Jul 15 23:09:14.337 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-07-15T23:09:15.351Z[ recovery-image] Jul 15 23:09:14.344 INFO O| Jul 15 23:09:14.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76462026-07-15T23:09:15.351Z[ recovery-image] Jul 15 23:09:14.344 INFO O| Jul 15 23:09:14.344 INFO STEP 762 (remove_files) COMPLETE
76472026-07-15T23:09:15.351Z[ recovery-image] Jul 15 23:09:14.344 INFO O| Jul 15 23:09:14.344 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-07-15T23:09:15.355Z[ recovery-image] Jul 15 23:09:14.351 INFO O| Jul 15 23:09:14.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76492026-07-15T23:09:15.355Z[ recovery-image] Jul 15 23:09:14.352 INFO O| Jul 15 23:09:14.351 INFO STEP 763 (remove_files) COMPLETE
76502026-07-15T23:09:15.355Z[ recovery-image] Jul 15 23:09:14.352 INFO O| Jul 15 23:09:14.351 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-07-15T23:09:15.359Z[ recovery-image] Jul 15 23:09:14.359 INFO O| Jul 15 23:09:14.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76522026-07-15T23:09:15.359Z[ recovery-image] Jul 15 23:09:14.359 INFO O| Jul 15 23:09:14.359 INFO STEP 764 (remove_files) COMPLETE
76532026-07-15T23:09:15.359Z[ recovery-image] Jul 15 23:09:14.359 INFO O| Jul 15 23:09:14.359 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-07-15T23:09:15.366Z[ recovery-image] Jul 15 23:09:14.367 INFO O| Jul 15 23:09:14.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76552026-07-15T23:09:15.370Z[ recovery-image] Jul 15 23:09:14.367 INFO O| Jul 15 23:09:14.367 INFO STEP 765 (remove_files) COMPLETE
76562026-07-15T23:09:15.370Z[ recovery-image] Jul 15 23:09:14.367 INFO O| Jul 15 23:09:14.367 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-07-15T23:09:15.375Z[ recovery-image] Jul 15 23:09:14.376 INFO O| Jul 15 23:09:14.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76582026-07-15T23:09:15.379Z[ recovery-image] Jul 15 23:09:14.376 INFO O| Jul 15 23:09:14.376 INFO STEP 766 (remove_files) COMPLETE
76592026-07-15T23:09:15.379Z[ recovery-image] Jul 15 23:09:14.376 INFO O| Jul 15 23:09:14.376 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-07-15T23:09:15.383Z[ recovery-image] Jul 15 23:09:14.383 INFO O| Jul 15 23:09:14.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76612026-07-15T23:09:15.383Z[ recovery-image] Jul 15 23:09:14.383 INFO O| Jul 15 23:09:14.383 INFO STEP 767 (remove_files) COMPLETE
76622026-07-15T23:09:15.383Z[ recovery-image] Jul 15 23:09:14.383 INFO O| Jul 15 23:09:14.383 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-07-15T23:09:15.389Z[ recovery-image] Jul 15 23:09:14.391 INFO O| Jul 15 23:09:14.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76642026-07-15T23:09:15.393Z[ recovery-image] Jul 15 23:09:14.391 INFO O| Jul 15 23:09:14.391 INFO STEP 768 (remove_files) COMPLETE
76652026-07-15T23:09:15.393Z[ recovery-image] Jul 15 23:09:14.391 INFO O| Jul 15 23:09:14.391 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-07-15T23:09:15.398Z[ recovery-image] Jul 15 23:09:14.399 INFO O| Jul 15 23:09:14.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76672026-07-15T23:09:15.398Z[ recovery-image] Jul 15 23:09:14.399 INFO O| Jul 15 23:09:14.399 INFO STEP 769 (remove_files) COMPLETE
76682026-07-15T23:09:15.404Z[ recovery-image] Jul 15 23:09:14.399 INFO O| Jul 15 23:09:14.399 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-07-15T23:09:15.408Z[ recovery-image] Jul 15 23:09:14.406 INFO O| Jul 15 23:09:14.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76702026-07-15T23:09:15.408Z[ recovery-image] Jul 15 23:09:14.406 INFO O| Jul 15 23:09:14.406 INFO STEP 770 (remove_files) COMPLETE
76712026-07-15T23:09:15.408Z[ recovery-image] Jul 15 23:09:14.406 INFO O| Jul 15 23:09:14.406 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-07-15T23:09:15.413Z[ recovery-image] Jul 15 23:09:14.414 INFO O| Jul 15 23:09:14.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76732026-07-15T23:09:15.413Z[ recovery-image] Jul 15 23:09:14.414 INFO O| Jul 15 23:09:14.414 INFO STEP 771 (remove_files) COMPLETE
76742026-07-15T23:09:15.413Z[ recovery-image] Jul 15 23:09:14.414 INFO O| Jul 15 23:09:14.414 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-07-15T23:09:15.420Z[ recovery-image] Jul 15 23:09:14.421 INFO O| Jul 15 23:09:14.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76762026-07-15T23:09:15.420Z[ recovery-image] Jul 15 23:09:14.421 INFO O| Jul 15 23:09:14.421 INFO STEP 772 (remove_files) COMPLETE
76772026-07-15T23:09:15.420Z[ recovery-image] Jul 15 23:09:14.421 INFO O| Jul 15 23:09:14.421 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-07-15T23:09:15.427Z[ recovery-image] Jul 15 23:09:14.428 INFO O| Jul 15 23:09:14.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76792026-07-15T23:09:15.427Z[ recovery-image] Jul 15 23:09:14.428 INFO O| Jul 15 23:09:14.428 INFO STEP 773 (remove_files) COMPLETE
76802026-07-15T23:09:15.431Z[ recovery-image] Jul 15 23:09:14.428 INFO O| Jul 15 23:09:14.428 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-07-15T23:09:15.436Z[ recovery-image] Jul 15 23:09:14.437 INFO O| Jul 15 23:09:14.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76822026-07-15T23:09:15.440Z[ recovery-image] Jul 15 23:09:14.437 INFO O| Jul 15 23:09:14.437 INFO STEP 774 (remove_files) COMPLETE
76832026-07-15T23:09:15.440Z[ recovery-image] Jul 15 23:09:14.437 INFO O| Jul 15 23:09:14.437 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-07-15T23:09:15.444Z[ recovery-image] Jul 15 23:09:14.444 INFO O| Jul 15 23:09:14.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76852026-07-15T23:09:15.444Z[ recovery-image] Jul 15 23:09:14.444 INFO O| Jul 15 23:09:14.444 INFO STEP 775 (remove_files) COMPLETE
76862026-07-15T23:09:15.444Z[ recovery-image] Jul 15 23:09:14.444 INFO O| Jul 15 23:09:14.444 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-07-15T23:09:15.449Z[ recovery-image] Jul 15 23:09:14.450 INFO O| Jul 15 23:09:14.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76882026-07-15T23:09:15.449Z[ recovery-image] Jul 15 23:09:14.450 INFO O| Jul 15 23:09:14.450 INFO STEP 776 (remove_files) COMPLETE
76892026-07-15T23:09:15.449Z[ recovery-image] Jul 15 23:09:14.450 INFO O| Jul 15 23:09:14.450 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-07-15T23:09:15.455Z[ recovery-image] Jul 15 23:09:14.456 INFO O| Jul 15 23:09:14.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76912026-07-15T23:09:15.460Z[ recovery-image] Jul 15 23:09:14.457 INFO O| Jul 15 23:09:14.457 INFO STEP 777 (remove_files) COMPLETE
76922026-07-15T23:09:15.460Z[ recovery-image] Jul 15 23:09:14.457 INFO O| Jul 15 23:09:14.457 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-07-15T23:09:15.465Z[ recovery-image] Jul 15 23:09:14.463 INFO O| Jul 15 23:09:14.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76942026-07-15T23:09:15.465Z[ recovery-image] Jul 15 23:09:14.463 INFO O| Jul 15 23:09:14.463 INFO STEP 778 (remove_files) COMPLETE
76952026-07-15T23:09:15.465Z[ recovery-image] Jul 15 23:09:14.463 INFO O| Jul 15 23:09:14.463 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-07-15T23:09:15.469Z[ recovery-image] Jul 15 23:09:14.470 INFO O| Jul 15 23:09:14.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76972026-07-15T23:09:15.469Z[ recovery-image] Jul 15 23:09:14.470 INFO O| Jul 15 23:09:14.470 INFO STEP 779 (remove_files) COMPLETE
76982026-07-15T23:09:15.469Z[ recovery-image] Jul 15 23:09:14.470 INFO O| Jul 15 23:09:14.470 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-07-15T23:09:15.476Z[ recovery-image] Jul 15 23:09:14.477 INFO O| Jul 15 23:09:14.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
77002026-07-15T23:09:15.476Z[ recovery-image] Jul 15 23:09:14.477 INFO O| Jul 15 23:09:14.477 INFO STEP 780 (remove_files) COMPLETE
77012026-07-15T23:09:15.476Z[ recovery-image] Jul 15 23:09:14.477 INFO O| Jul 15 23:09:14.477 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-07-15T23:09:15.482Z[ recovery-image] Jul 15 23:09:14.484 INFO O| Jul 15 23:09:14.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77032026-07-15T23:09:15.483Z[ recovery-image] Jul 15 23:09:14.484 INFO O| Jul 15 23:09:14.484 INFO STEP 781 (remove_files) COMPLETE
77042026-07-15T23:09:15.486Z[ recovery-image] Jul 15 23:09:14.484 INFO O| Jul 15 23:09:14.484 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-07-15T23:09:15.489Z[ recovery-image] Jul 15 23:09:14.490 INFO O| Jul 15 23:09:14.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77062026-07-15T23:09:15.490Z[ recovery-image] Jul 15 23:09:14.490 INFO O| Jul 15 23:09:14.490 INFO STEP 782 (remove_files) COMPLETE
77072026-07-15T23:09:15.490Z[ recovery-image] Jul 15 23:09:14.490 INFO O| Jul 15 23:09:14.490 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-07-15T23:09:15.497Z[ recovery-image] Jul 15 23:09:14.499 INFO O| Jul 15 23:09:14.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77092026-07-15T23:09:15.501Z[ recovery-image] Jul 15 23:09:14.499 INFO O| Jul 15 23:09:14.499 INFO STEP 783 (remove_files) COMPLETE
77102026-07-15T23:09:15.501Z[ recovery-image] Jul 15 23:09:14.499 INFO O| Jul 15 23:09:14.499 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-07-15T23:09:15.505Z[ recovery-image] Jul 15 23:09:14.505 INFO O| Jul 15 23:09:14.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77122026-07-15T23:09:15.505Z[ recovery-image] Jul 15 23:09:14.505 INFO O| Jul 15 23:09:14.505 INFO STEP 784 (remove_files) COMPLETE
77132026-07-15T23:09:15.505Z[ recovery-image] Jul 15 23:09:14.506 INFO O| Jul 15 23:09:14.505 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-07-15T23:09:15.527Z[ recovery-image] Jul 15 23:09:14.528 INFO O| Jul 15 23:09:14.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77152026-07-15T23:09:15.527Z[ recovery-image] Jul 15 23:09:14.528 INFO O| Jul 15 23:09:14.528 INFO STEP 785 (remove_files) COMPLETE
77162026-07-15T23:09:15.527Z[ recovery-image] Jul 15 23:09:14.528 INFO O| Jul 15 23:09:14.528 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-07-15T23:09:15.534Z[ recovery-image] Jul 15 23:09:14.535 INFO O| Jul 15 23:09:14.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77182026-07-15T23:09:15.534Z[ recovery-image] Jul 15 23:09:14.535 INFO O| Jul 15 23:09:14.535 INFO STEP 786 (remove_files) COMPLETE
77192026-07-15T23:09:15.537Z[ recovery-image] Jul 15 23:09:14.535 INFO O| Jul 15 23:09:14.535 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-07-15T23:09:15.540Z[ recovery-image] Jul 15 23:09:14.541 INFO O| Jul 15 23:09:14.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77212026-07-15T23:09:15.540Z[ recovery-image] Jul 15 23:09:14.541 INFO O| Jul 15 23:09:14.541 INFO STEP 787 (remove_files) COMPLETE
77222026-07-15T23:09:15.540Z[ recovery-image] Jul 15 23:09:14.542 INFO O| Jul 15 23:09:14.541 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-07-15T23:09:15.546Z[ recovery-image] Jul 15 23:09:14.548 INFO O| Jul 15 23:09:14.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77242026-07-15T23:09:15.552Z[ recovery-image] Jul 15 23:09:14.548 INFO O| Jul 15 23:09:14.548 INFO STEP 788 (remove_files) COMPLETE
77252026-07-15T23:09:15.553Z[ recovery-image] Jul 15 23:09:14.548 INFO O| Jul 15 23:09:14.548 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-07-15T23:09:15.556Z[ recovery-image] Jul 15 23:09:14.554 INFO O| Jul 15 23:09:14.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77272026-07-15T23:09:15.556Z[ recovery-image] Jul 15 23:09:14.554 INFO O| Jul 15 23:09:14.554 INFO STEP 789 (remove_files) COMPLETE
77282026-07-15T23:09:15.556Z[ recovery-image] Jul 15 23:09:14.554 INFO O| Jul 15 23:09:14.554 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-07-15T23:09:15.559Z[ recovery-image] Jul 15 23:09:14.560 INFO O| Jul 15 23:09:14.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77302026-07-15T23:09:15.559Z[ recovery-image] Jul 15 23:09:14.560 INFO O| Jul 15 23:09:14.560 INFO STEP 790 (remove_files) COMPLETE
77312026-07-15T23:09:15.559Z[ recovery-image] Jul 15 23:09:14.560 INFO O| Jul 15 23:09:14.560 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-07-15T23:09:15.566Z[ recovery-image] Jul 15 23:09:14.567 INFO O| Jul 15 23:09:14.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77332026-07-15T23:09:15.569Z[ recovery-image] Jul 15 23:09:14.567 INFO O| Jul 15 23:09:14.567 INFO STEP 791 (remove_files) COMPLETE
77342026-07-15T23:09:15.569Z[ recovery-image] Jul 15 23:09:14.567 INFO O| Jul 15 23:09:14.567 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-07-15T23:09:15.575Z[ recovery-image] Jul 15 23:09:14.576 INFO O| Jul 15 23:09:14.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77362026-07-15T23:09:15.575Z[ recovery-image] Jul 15 23:09:14.576 INFO O| Jul 15 23:09:14.576 INFO STEP 792 (remove_files) COMPLETE
77372026-07-15T23:09:15.575Z[ recovery-image] Jul 15 23:09:14.576 INFO O| Jul 15 23:09:14.576 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-07-15T23:09:15.581Z[ recovery-image] Jul 15 23:09:14.582 INFO O| Jul 15 23:09:14.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77392026-07-15T23:09:15.581Z[ recovery-image] Jul 15 23:09:14.582 INFO O| Jul 15 23:09:14.582 INFO STEP 793 (remove_files) COMPLETE
77402026-07-15T23:09:15.585Z[ recovery-image] Jul 15 23:09:14.582 INFO O| Jul 15 23:09:14.582 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-07-15T23:09:15.589Z[ recovery-image] Jul 15 23:09:14.589 INFO O| Jul 15 23:09:14.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77422026-07-15T23:09:15.589Z[ recovery-image] Jul 15 23:09:14.589 INFO O| Jul 15 23:09:14.589 INFO STEP 794 (remove_files) COMPLETE
77432026-07-15T23:09:15.589Z[ recovery-image] Jul 15 23:09:14.589 INFO O| Jul 15 23:09:14.589 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-07-15T23:09:15.596Z[ recovery-image] Jul 15 23:09:14.597 INFO O| Jul 15 23:09:14.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77452026-07-15T23:09:15.596Z[ recovery-image] Jul 15 23:09:14.597 INFO O| Jul 15 23:09:14.597 INFO STEP 795 (remove_files) COMPLETE
77462026-07-15T23:09:15.596Z[ recovery-image] Jul 15 23:09:14.597 INFO O| Jul 15 23:09:14.597 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-07-15T23:09:15.603Z[ recovery-image] Jul 15 23:09:14.604 INFO O| Jul 15 23:09:14.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77482026-07-15T23:09:15.603Z[ recovery-image] Jul 15 23:09:14.604 INFO O| Jul 15 23:09:14.604 INFO STEP 796 (remove_files) COMPLETE
77492026-07-15T23:09:15.607Z[ recovery-image] Jul 15 23:09:14.604 INFO O| Jul 15 23:09:14.604 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-07-15T23:09:15.611Z[ recovery-image] Jul 15 23:09:14.610 INFO O| Jul 15 23:09:14.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77512026-07-15T23:09:15.611Z[ recovery-image] Jul 15 23:09:14.610 INFO O| Jul 15 23:09:14.610 INFO STEP 797 (remove_files) COMPLETE
77522026-07-15T23:09:15.611Z[ recovery-image] Jul 15 23:09:14.610 INFO O| Jul 15 23:09:14.610 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-07-15T23:09:15.618Z[ recovery-image] Jul 15 23:09:14.619 INFO O| Jul 15 23:09:14.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77542026-07-15T23:09:15.618Z[ recovery-image] Jul 15 23:09:14.619 INFO O| Jul 15 23:09:14.619 INFO STEP 798 (remove_files) COMPLETE
77552026-07-15T23:09:15.618Z[ recovery-image] Jul 15 23:09:14.619 INFO O| Jul 15 23:09:14.619 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-07-15T23:09:15.625Z[ recovery-image] Jul 15 23:09:14.627 INFO O| Jul 15 23:09:14.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77572026-07-15T23:09:15.626Z[ recovery-image] Jul 15 23:09:14.627 INFO O| Jul 15 23:09:14.627 INFO STEP 799 (remove_files) COMPLETE
77582026-07-15T23:09:15.630Z[ recovery-image] Jul 15 23:09:14.627 INFO O| Jul 15 23:09:14.627 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-07-15T23:09:15.633Z[ recovery-image] Jul 15 23:09:14.633 INFO O| Jul 15 23:09:14.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77602026-07-15T23:09:15.633Z[ recovery-image] Jul 15 23:09:14.633 INFO O| Jul 15 23:09:14.633 INFO STEP 800 (remove_files) COMPLETE
77612026-07-15T23:09:15.633Z[ recovery-image] Jul 15 23:09:14.633 INFO O| Jul 15 23:09:14.633 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-07-15T23:09:15.641Z[ recovery-image] Jul 15 23:09:14.642 INFO O| Jul 15 23:09:14.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77632026-07-15T23:09:15.641Z[ recovery-image] Jul 15 23:09:14.642 INFO O| Jul 15 23:09:14.642 INFO STEP 801 (remove_files) COMPLETE
77642026-07-15T23:09:15.641Z[ recovery-image] Jul 15 23:09:14.642 INFO O| Jul 15 23:09:14.642 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-07-15T23:09:15.649Z[ recovery-image] Jul 15 23:09:14.650 INFO O| Jul 15 23:09:14.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77662026-07-15T23:09:15.654Z[ recovery-image] Jul 15 23:09:14.650 INFO O| Jul 15 23:09:14.650 INFO STEP 802 (remove_files) COMPLETE
77672026-07-15T23:09:15.654Z[ recovery-image] Jul 15 23:09:14.650 INFO O| Jul 15 23:09:14.650 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-07-15T23:09:15.658Z[ recovery-image] Jul 15 23:09:14.657 INFO O| Jul 15 23:09:14.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77692026-07-15T23:09:15.658Z[ recovery-image] Jul 15 23:09:14.657 INFO O| Jul 15 23:09:14.657 INFO STEP 803 (remove_files) COMPLETE
77702026-07-15T23:09:15.658Z[ recovery-image] Jul 15 23:09:14.657 INFO O| Jul 15 23:09:14.657 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-07-15T23:09:15.663Z[ recovery-image] Jul 15 23:09:14.665 INFO O| Jul 15 23:09:14.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77722026-07-15T23:09:15.663Z[ recovery-image] Jul 15 23:09:14.665 INFO O| Jul 15 23:09:14.665 INFO STEP 804 (remove_files) COMPLETE
77732026-07-15T23:09:15.666Z[ recovery-image] Jul 15 23:09:14.665 INFO O| Jul 15 23:09:14.665 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-07-15T23:09:15.671Z[ recovery-image] Jul 15 23:09:14.672 INFO O| Jul 15 23:09:14.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77752026-07-15T23:09:15.671Z[ recovery-image] Jul 15 23:09:14.672 INFO O| Jul 15 23:09:14.672 INFO STEP 805 (remove_files) COMPLETE
77762026-07-15T23:09:15.671Z[ recovery-image] Jul 15 23:09:14.672 INFO O| Jul 15 23:09:14.672 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-07-15T23:09:15.679Z[ recovery-image] Jul 15 23:09:14.681 INFO O| Jul 15 23:09:14.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77782026-07-15T23:09:15.680Z[ recovery-image] Jul 15 23:09:14.681 INFO O| Jul 15 23:09:14.681 INFO STEP 806 (remove_files) COMPLETE
77792026-07-15T23:09:15.683Z[ recovery-image] Jul 15 23:09:14.681 INFO O| Jul 15 23:09:14.681 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-07-15T23:09:15.688Z[ recovery-image] Jul 15 23:09:14.689 INFO O| Jul 15 23:09:14.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77812026-07-15T23:09:15.688Z[ recovery-image] Jul 15 23:09:14.689 INFO O| Jul 15 23:09:14.689 INFO STEP 807 (remove_files) COMPLETE
77822026-07-15T23:09:15.688Z[ recovery-image] Jul 15 23:09:14.689 INFO O| Jul 15 23:09:14.689 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-07-15T23:09:15.695Z[ recovery-image] Jul 15 23:09:14.696 INFO O| Jul 15 23:09:14.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77842026-07-15T23:09:15.695Z[ recovery-image] Jul 15 23:09:14.696 INFO O| Jul 15 23:09:14.696 INFO STEP 808 (remove_files) COMPLETE
77852026-07-15T23:09:15.695Z[ recovery-image] Jul 15 23:09:14.696 INFO O| Jul 15 23:09:14.696 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-07-15T23:09:15.702Z[ recovery-image] Jul 15 23:09:14.703 INFO O| Jul 15 23:09:14.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77872026-07-15T23:09:15.705Z[ recovery-image] Jul 15 23:09:14.703 INFO O| Jul 15 23:09:14.703 INFO STEP 809 (remove_files) COMPLETE
77882026-07-15T23:09:15.705Z[ recovery-image] Jul 15 23:09:14.703 INFO O| Jul 15 23:09:14.703 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-07-15T23:09:15.709Z[ recovery-image] Jul 15 23:09:14.710 INFO O| Jul 15 23:09:14.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77902026-07-15T23:09:15.709Z[ recovery-image] Jul 15 23:09:14.710 INFO O| Jul 15 23:09:14.710 INFO STEP 810 (remove_files) COMPLETE
77912026-07-15T23:09:15.709Z[ recovery-image] Jul 15 23:09:14.710 INFO O| Jul 15 23:09:14.710 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-07-15T23:09:15.716Z[ recovery-image] Jul 15 23:09:14.717 INFO O| Jul 15 23:09:14.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77932026-07-15T23:09:15.716Z[ recovery-image] Jul 15 23:09:14.717 INFO O| Jul 15 23:09:14.717 INFO STEP 811 (remove_files) COMPLETE
77942026-07-15T23:09:15.716Z[ recovery-image] Jul 15 23:09:14.717 INFO O| Jul 15 23:09:14.717 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-07-15T23:09:15.724Z[ recovery-image] Jul 15 23:09:14.725 INFO O| Jul 15 23:09:14.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77962026-07-15T23:09:15.727Z[ recovery-image] Jul 15 23:09:14.725 INFO O| Jul 15 23:09:14.725 INFO STEP 812 (remove_files) COMPLETE
77972026-07-15T23:09:15.727Z[ recovery-image] Jul 15 23:09:14.725 INFO O| Jul 15 23:09:14.725 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-07-15T23:09:15.731Z[ recovery-image] Jul 15 23:09:14.731 INFO O| Jul 15 23:09:14.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77992026-07-15T23:09:15.731Z[ recovery-image] Jul 15 23:09:14.731 INFO O| Jul 15 23:09:14.731 INFO STEP 813 (remove_files) COMPLETE
78002026-07-15T23:09:15.731Z[ recovery-image] Jul 15 23:09:14.731 INFO O| Jul 15 23:09:14.731 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-07-15T23:09:15.738Z[ recovery-image] Jul 15 23:09:14.740 INFO O| Jul 15 23:09:14.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78022026-07-15T23:09:15.738Z[ recovery-image] Jul 15 23:09:14.740 INFO O| Jul 15 23:09:14.740 INFO STEP 814 (remove_files) COMPLETE
78032026-07-15T23:09:15.738Z[ recovery-image] Jul 15 23:09:14.740 INFO O| Jul 15 23:09:14.740 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-07-15T23:09:15.746Z[ recovery-image] Jul 15 23:09:14.747 INFO O| Jul 15 23:09:14.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78052026-07-15T23:09:15.749Z[ recovery-image] Jul 15 23:09:14.747 INFO O| Jul 15 23:09:14.747 INFO STEP 815 (remove_files) COMPLETE
78062026-07-15T23:09:15.749Z[ recovery-image] Jul 15 23:09:14.747 INFO O| Jul 15 23:09:14.747 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-07-15T23:09:15.754Z[ recovery-image] Jul 15 23:09:14.755 INFO O| Jul 15 23:09:14.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78082026-07-15T23:09:15.758Z[ recovery-image] Jul 15 23:09:14.755 INFO O| Jul 15 23:09:14.755 INFO STEP 816 (remove_files) COMPLETE
78092026-07-15T23:09:15.758Z[ recovery-image] Jul 15 23:09:14.755 INFO O| Jul 15 23:09:14.755 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-07-15T23:09:15.761Z[ recovery-image] Jul 15 23:09:14.763 INFO O| Jul 15 23:09:14.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78112026-07-15T23:09:15.761Z[ recovery-image] Jul 15 23:09:14.763 INFO O| Jul 15 23:09:14.763 INFO STEP 817 (remove_files) COMPLETE
78122026-07-15T23:09:15.764Z[ recovery-image] Jul 15 23:09:14.763 INFO O| Jul 15 23:09:14.763 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-07-15T23:09:15.769Z[ recovery-image] Jul 15 23:09:14.770 INFO O| Jul 15 23:09:14.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78142026-07-15T23:09:15.769Z[ recovery-image] Jul 15 23:09:14.770 INFO O| Jul 15 23:09:14.770 INFO STEP 818 (remove_files) COMPLETE
78152026-07-15T23:09:15.773Z[ recovery-image] Jul 15 23:09:14.770 INFO O| Jul 15 23:09:14.770 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-07-15T23:09:15.777Z[ recovery-image] Jul 15 23:09:14.778 INFO O| Jul 15 23:09:14.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78172026-07-15T23:09:15.777Z[ recovery-image] Jul 15 23:09:14.778 INFO O| Jul 15 23:09:14.778 INFO STEP 819 (remove_files) COMPLETE
78182026-07-15T23:09:15.777Z[ recovery-image] Jul 15 23:09:14.778 INFO O| Jul 15 23:09:14.778 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-07-15T23:09:15.785Z[ recovery-image] Jul 15 23:09:14.786 INFO O| Jul 15 23:09:14.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78202026-07-15T23:09:15.785Z[ recovery-image] Jul 15 23:09:14.786 INFO O| Jul 15 23:09:14.786 INFO STEP 820 (remove_files) COMPLETE
78212026-07-15T23:09:15.785Z[ recovery-image] Jul 15 23:09:14.786 INFO O| Jul 15 23:09:14.786 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-07-15T23:09:15.794Z[ recovery-image] Jul 15 23:09:14.795 INFO O| Jul 15 23:09:14.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78232026-07-15T23:09:15.794Z[ recovery-image] Jul 15 23:09:14.795 INFO O| Jul 15 23:09:14.795 INFO STEP 821 (remove_files) COMPLETE
78242026-07-15T23:09:15.797Z[ recovery-image] Jul 15 23:09:14.795 INFO O| Jul 15 23:09:14.795 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-07-15T23:09:15.801Z[ recovery-image] Jul 15 23:09:14.802 INFO O| Jul 15 23:09:14.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78262026-07-15T23:09:15.801Z[ recovery-image] Jul 15 23:09:14.802 INFO O| Jul 15 23:09:14.802 INFO STEP 822 (remove_files) COMPLETE
78272026-07-15T23:09:15.801Z[ recovery-image] Jul 15 23:09:14.802 INFO O| Jul 15 23:09:14.802 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-07-15T23:09:15.807Z[ recovery-image] Jul 15 23:09:14.809 INFO O| Jul 15 23:09:14.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78292026-07-15T23:09:15.811Z[ recovery-image] Jul 15 23:09:14.809 INFO O| Jul 15 23:09:14.809 INFO STEP 823 (remove_files) COMPLETE
78302026-07-15T23:09:15.811Z[ recovery-image] Jul 15 23:09:14.809 INFO O| Jul 15 23:09:14.809 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-07-15T23:09:15.815Z[ recovery-image] Jul 15 23:09:14.817 INFO O| Jul 15 23:09:14.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78322026-07-15T23:09:15.815Z[ recovery-image] Jul 15 23:09:14.817 INFO O| Jul 15 23:09:14.817 INFO STEP 824 (remove_files) COMPLETE
78332026-07-15T23:09:15.819Z[ recovery-image] Jul 15 23:09:14.817 INFO O| Jul 15 23:09:14.817 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-07-15T23:09:15.822Z[ recovery-image] Jul 15 23:09:14.823 INFO O| Jul 15 23:09:14.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78352026-07-15T23:09:15.825Z[ recovery-image] Jul 15 23:09:14.823 INFO O| Jul 15 23:09:14.823 INFO STEP 825 (remove_files) COMPLETE
78362026-07-15T23:09:15.826Z[ recovery-image] Jul 15 23:09:14.823 INFO O| Jul 15 23:09:14.823 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-07-15T23:09:15.829Z[ recovery-image] Jul 15 23:09:14.830 INFO O| Jul 15 23:09:14.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78382026-07-15T23:09:15.829Z[ recovery-image] Jul 15 23:09:14.830 INFO O| Jul 15 23:09:14.830 INFO STEP 826 (remove_files) COMPLETE
78392026-07-15T23:09:15.830Z[ recovery-image] Jul 15 23:09:14.830 INFO O| Jul 15 23:09:14.830 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-07-15T23:09:15.836Z[ recovery-image] Jul 15 23:09:14.836 INFO O| Jul 15 23:09:14.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78412026-07-15T23:09:15.836Z[ recovery-image] Jul 15 23:09:14.836 INFO O| Jul 15 23:09:14.836 INFO STEP 827 (remove_files) COMPLETE
78422026-07-15T23:09:15.836Z[ recovery-image] Jul 15 23:09:14.836 INFO O| Jul 15 23:09:14.836 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-07-15T23:09:15.844Z[ recovery-image] Jul 15 23:09:14.843 INFO O| Jul 15 23:09:14.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78442026-07-15T23:09:15.844Z[ recovery-image] Jul 15 23:09:14.843 INFO O| Jul 15 23:09:14.843 INFO STEP 828 (remove_files) COMPLETE
78452026-07-15T23:09:15.844Z[ recovery-image] Jul 15 23:09:14.843 INFO O| Jul 15 23:09:14.843 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-07-15T23:09:15.851Z[ recovery-image] Jul 15 23:09:14.852 INFO O| Jul 15 23:09:14.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78472026-07-15T23:09:15.851Z[ recovery-image] Jul 15 23:09:14.852 INFO O| Jul 15 23:09:14.852 INFO STEP 829 (remove_files) COMPLETE
78482026-07-15T23:09:15.851Z[ recovery-image] Jul 15 23:09:14.852 INFO O| Jul 15 23:09:14.852 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-07-15T23:09:15.857Z[ recovery-image] Jul 15 23:09:14.859 INFO O| Jul 15 23:09:14.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78502026-07-15T23:09:15.857Z[ recovery-image] Jul 15 23:09:14.859 INFO O| Jul 15 23:09:14.859 INFO STEP 830 (remove_files) COMPLETE
78512026-07-15T23:09:15.861Z[ recovery-image] Jul 15 23:09:14.859 INFO O| Jul 15 23:09:14.859 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-07-15T23:09:15.867Z[ recovery-image] Jul 15 23:09:14.866 INFO O| Jul 15 23:09:14.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78532026-07-15T23:09:15.867Z[ recovery-image] Jul 15 23:09:14.866 INFO O| Jul 15 23:09:14.866 INFO STEP 831 (remove_files) COMPLETE
78542026-07-15T23:09:15.867Z[ recovery-image] Jul 15 23:09:14.866 INFO O| Jul 15 23:09:14.866 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-07-15T23:09:15.872Z[ recovery-image] Jul 15 23:09:14.873 INFO O| Jul 15 23:09:14.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78562026-07-15T23:09:15.872Z[ recovery-image] Jul 15 23:09:14.873 INFO O| Jul 15 23:09:14.873 INFO STEP 832 (remove_files) COMPLETE
78572026-07-15T23:09:15.876Z[ recovery-image] Jul 15 23:09:14.873 INFO O| Jul 15 23:09:14.873 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-07-15T23:09:15.881Z[ recovery-image] Jul 15 23:09:14.880 INFO O| Jul 15 23:09:14.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78592026-07-15T23:09:15.881Z[ recovery-image] Jul 15 23:09:14.880 INFO O| Jul 15 23:09:14.880 INFO STEP 833 (remove_files) COMPLETE
78602026-07-15T23:09:15.881Z[ recovery-image] Jul 15 23:09:14.880 INFO O| Jul 15 23:09:14.880 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-07-15T23:09:15.885Z[ recovery-image] Jul 15 23:09:14.886 INFO O| Jul 15 23:09:14.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78622026-07-15T23:09:15.885Z[ recovery-image] Jul 15 23:09:14.886 INFO O| Jul 15 23:09:14.886 INFO STEP 834 (remove_files) COMPLETE
78632026-07-15T23:09:15.885Z[ recovery-image] Jul 15 23:09:14.886 INFO O| Jul 15 23:09:14.886 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-07-15T23:09:15.892Z[ recovery-image] Jul 15 23:09:14.893 INFO O| Jul 15 23:09:14.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78652026-07-15T23:09:15.892Z[ recovery-image] Jul 15 23:09:14.893 INFO O| Jul 15 23:09:14.893 INFO STEP 835 (remove_files) COMPLETE
78662026-07-15T23:09:15.895Z[ recovery-image] Jul 15 23:09:14.893 INFO O| Jul 15 23:09:14.893 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-07-15T23:09:15.899Z[ recovery-image] Jul 15 23:09:14.899 INFO O| Jul 15 23:09:14.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78682026-07-15T23:09:15.899Z[ recovery-image] Jul 15 23:09:14.899 INFO O| Jul 15 23:09:14.899 INFO STEP 836 (remove_files) COMPLETE
78692026-07-15T23:09:15.899Z[ recovery-image] Jul 15 23:09:14.899 INFO O| Jul 15 23:09:14.899 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-07-15T23:09:15.905Z[ recovery-image] Jul 15 23:09:14.906 INFO O| Jul 15 23:09:14.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78712026-07-15T23:09:15.905Z[ recovery-image] Jul 15 23:09:14.906 INFO O| Jul 15 23:09:14.906 INFO STEP 837 (remove_files) COMPLETE
78722026-07-15T23:09:15.905Z[ recovery-image] Jul 15 23:09:14.906 INFO O| Jul 15 23:09:14.906 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-07-15T23:09:15.914Z[ recovery-image] Jul 15 23:09:14.915 INFO O| Jul 15 23:09:14.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78742026-07-15T23:09:15.914Z[ recovery-image] Jul 15 23:09:14.915 INFO O| Jul 15 23:09:14.915 INFO STEP 838 (remove_files) COMPLETE
78752026-07-15T23:09:15.918Z[ recovery-image] Jul 15 23:09:14.915 INFO O| Jul 15 23:09:14.915 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-07-15T23:09:15.923Z[ recovery-image] Jul 15 23:09:14.924 INFO O| Jul 15 23:09:14.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78772026-07-15T23:09:15.924Z[ recovery-image] Jul 15 23:09:14.924 INFO O| Jul 15 23:09:14.924 INFO STEP 839 (remove_files) COMPLETE
78782026-07-15T23:09:15.924Z[ recovery-image] Jul 15 23:09:14.924 INFO O| Jul 15 23:09:14.924 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-07-15T23:09:15.932Z[ recovery-image] Jul 15 23:09:14.933 INFO O| Jul 15 23:09:14.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78802026-07-15T23:09:15.932Z[ recovery-image] Jul 15 23:09:14.933 INFO O| Jul 15 23:09:14.933 INFO STEP 840 (remove_files) COMPLETE
78812026-07-15T23:09:15.935Z[ recovery-image] Jul 15 23:09:14.933 INFO O| Jul 15 23:09:14.933 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-07-15T23:09:15.940Z[ recovery-image] Jul 15 23:09:14.941 INFO O| Jul 15 23:09:14.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78832026-07-15T23:09:15.943Z[ recovery-image] Jul 15 23:09:14.941 INFO O| Jul 15 23:09:14.941 INFO STEP 841 (remove_files) COMPLETE
78842026-07-15T23:09:15.943Z[ recovery-image] Jul 15 23:09:14.941 INFO O| Jul 15 23:09:14.941 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-07-15T23:09:15.948Z[ recovery-image] Jul 15 23:09:14.949 INFO O| Jul 15 23:09:14.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78862026-07-15T23:09:15.948Z[ recovery-image] Jul 15 23:09:14.949 INFO O| Jul 15 23:09:14.949 INFO STEP 842 (remove_files) COMPLETE
78872026-07-15T23:09:15.952Z[ recovery-image] Jul 15 23:09:14.949 INFO O| Jul 15 23:09:14.949 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-07-15T23:09:15.957Z[ recovery-image] Jul 15 23:09:14.959 INFO O| Jul 15 23:09:14.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78892026-07-15T23:09:15.957Z[ recovery-image] Jul 15 23:09:14.959 INFO O| Jul 15 23:09:14.959 INFO STEP 843 (remove_files) COMPLETE
78902026-07-15T23:09:15.957Z[ recovery-image] Jul 15 23:09:14.959 INFO O| Jul 15 23:09:14.959 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-07-15T23:09:15.967Z[ recovery-image] Jul 15 23:09:14.966 INFO O| Jul 15 23:09:14.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78922026-07-15T23:09:15.967Z[ recovery-image] Jul 15 23:09:14.966 INFO O| Jul 15 23:09:14.966 INFO STEP 844 (remove_files) COMPLETE
78932026-07-15T23:09:15.971Z[ recovery-image] Jul 15 23:09:14.966 INFO O| Jul 15 23:09:14.966 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-07-15T23:09:15.975Z[ recovery-image] Jul 15 23:09:14.975 INFO O| Jul 15 23:09:14.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78952026-07-15T23:09:15.975Z[ recovery-image] Jul 15 23:09:14.975 INFO O| Jul 15 23:09:14.975 INFO STEP 845 (remove_files) COMPLETE
78962026-07-15T23:09:15.975Z[ recovery-image] Jul 15 23:09:14.975 INFO O| Jul 15 23:09:14.975 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-07-15T23:09:15.982Z[ recovery-image] Jul 15 23:09:14.983 INFO O| Jul 15 23:09:14.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78982026-07-15T23:09:15.982Z[ recovery-image] Jul 15 23:09:14.983 INFO O| Jul 15 23:09:14.983 INFO STEP 846 (remove_files) COMPLETE
78992026-07-15T23:09:15.987Z[ recovery-image] Jul 15 23:09:14.983 INFO O| Jul 15 23:09:14.983 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-07-15T23:09:15.991Z[ recovery-image] Jul 15 23:09:14.992 INFO O| Jul 15 23:09:14.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
79012026-07-15T23:09:15.991Z[ recovery-image] Jul 15 23:09:14.992 INFO O| Jul 15 23:09:14.992 INFO STEP 847 (remove_files) COMPLETE
79022026-07-15T23:09:15.991Z[ recovery-image] Jul 15 23:09:14.992 INFO O| Jul 15 23:09:14.992 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-07-15T23:09:15.999Z[ recovery-image] Jul 15 23:09:15.000 INFO O| Jul 15 23:09:15.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79042026-07-15T23:09:15.999Z[ recovery-image] Jul 15 23:09:15.000 INFO O| Jul 15 23:09:15.000 INFO STEP 848 (remove_files) COMPLETE
79052026-07-15T23:09:16.004Z[ recovery-image] Jul 15 23:09:15.000 INFO O| Jul 15 23:09:15.000 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-07-15T23:09:16.007Z[ recovery-image] Jul 15 23:09:15.007 INFO O| Jul 15 23:09:15.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79072026-07-15T23:09:16.007Z[ recovery-image] Jul 15 23:09:15.007 INFO O| Jul 15 23:09:15.007 INFO STEP 849 (remove_files) COMPLETE
79082026-07-15T23:09:16.007Z[ recovery-image] Jul 15 23:09:15.007 INFO O| Jul 15 23:09:15.007 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-07-15T23:09:16.057Z[ recovery-image] Jul 15 23:09:15.015 INFO O| Jul 15 23:09:15.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79102026-07-15T23:09:16.057Z[ recovery-image] Jul 15 23:09:15.016 INFO O| Jul 15 23:09:15.016 INFO STEP 850 (remove_files) COMPLETE
79112026-07-15T23:09:16.057Z[ recovery-image] Jul 15 23:09:15.016 INFO O| Jul 15 23:09:15.016 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-07-15T23:09:16.057Z[ recovery-image] Jul 15 23:09:15.024 INFO O| Jul 15 23:09:15.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79132026-07-15T23:09:16.057Z[ recovery-image] Jul 15 23:09:15.024 INFO O| Jul 15 23:09:15.024 INFO STEP 851 (remove_files) COMPLETE
79142026-07-15T23:09:16.057Z[ recovery-image] Jul 15 23:09:15.024 INFO O| Jul 15 23:09:15.024 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-07-15T23:09:16.057Z[ recovery-image] Jul 15 23:09:15.032 INFO O| Jul 15 23:09:15.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79162026-07-15T23:09:16.057Z[ recovery-image] Jul 15 23:09:15.032 INFO O| Jul 15 23:09:15.032 INFO STEP 852 (remove_files) COMPLETE
79172026-07-15T23:09:16.058Z[ recovery-image] Jul 15 23:09:15.032 INFO O| Jul 15 23:09:15.032 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-07-15T23:09:16.058Z[ recovery-image] Jul 15 23:09:15.040 INFO O| Jul 15 23:09:15.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79192026-07-15T23:09:16.058Z[ recovery-image] Jul 15 23:09:15.040 INFO O| Jul 15 23:09:15.040 INFO STEP 853 (remove_files) COMPLETE
79202026-07-15T23:09:16.058Z[ recovery-image] Jul 15 23:09:15.040 INFO O| Jul 15 23:09:15.040 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-07-15T23:09:16.058Z[ recovery-image] Jul 15 23:09:15.049 INFO O| Jul 15 23:09:15.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79222026-07-15T23:09:16.058Z[ recovery-image] Jul 15 23:09:15.049 INFO O| Jul 15 23:09:15.049 INFO STEP 854 (remove_files) COMPLETE
79232026-07-15T23:09:16.058Z[ recovery-image] Jul 15 23:09:15.049 INFO O| Jul 15 23:09:15.049 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-07-15T23:09:16.064Z[ recovery-image] Jul 15 23:09:15.058 INFO O| Jul 15 23:09:15.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79252026-07-15T23:09:16.064Z[ recovery-image] Jul 15 23:09:15.058 INFO O| Jul 15 23:09:15.058 INFO STEP 855 (remove_files) COMPLETE
79262026-07-15T23:09:16.064Z[ recovery-image] Jul 15 23:09:15.058 INFO O| Jul 15 23:09:15.058 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-07-15T23:09:16.068Z[ recovery-image] Jul 15 23:09:15.067 INFO O| Jul 15 23:09:15.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79282026-07-15T23:09:16.068Z[ recovery-image] Jul 15 23:09:15.067 INFO O| Jul 15 23:09:15.067 INFO STEP 856 (remove_files) COMPLETE
79292026-07-15T23:09:16.068Z[ recovery-image] Jul 15 23:09:15.067 INFO O| Jul 15 23:09:15.067 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-07-15T23:09:16.073Z[ recovery-image] Jul 15 23:09:15.074 INFO O| Jul 15 23:09:15.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79312026-07-15T23:09:16.073Z[ recovery-image] Jul 15 23:09:15.074 INFO O| Jul 15 23:09:15.074 INFO STEP 857 (remove_files) COMPLETE
79322026-07-15T23:09:16.073Z[ recovery-image] Jul 15 23:09:15.074 INFO O| Jul 15 23:09:15.074 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-07-15T23:09:16.081Z[ recovery-image] Jul 15 23:09:15.082 INFO O| Jul 15 23:09:15.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79342026-07-15T23:09:16.081Z[ recovery-image] Jul 15 23:09:15.082 INFO O| Jul 15 23:09:15.082 INFO STEP 858 (remove_files) COMPLETE
79352026-07-15T23:09:16.081Z[ recovery-image] Jul 15 23:09:15.082 INFO O| Jul 15 23:09:15.082 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-07-15T23:09:16.088Z[ recovery-image] Jul 15 23:09:15.089 INFO O| Jul 15 23:09:15.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79372026-07-15T23:09:16.088Z[ recovery-image] Jul 15 23:09:15.089 INFO O| Jul 15 23:09:15.089 INFO STEP 859 (remove_files) COMPLETE
79382026-07-15T23:09:16.088Z[ recovery-image] Jul 15 23:09:15.089 INFO O| Jul 15 23:09:15.089 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-07-15T23:09:16.096Z[ recovery-image] Jul 15 23:09:15.097 INFO O| Jul 15 23:09:15.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79402026-07-15T23:09:16.100Z[ recovery-image] Jul 15 23:09:15.097 INFO O| Jul 15 23:09:15.097 INFO STEP 860 (remove_files) COMPLETE
79412026-07-15T23:09:16.100Z[ recovery-image] Jul 15 23:09:15.097 INFO O| Jul 15 23:09:15.097 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-07-15T23:09:16.104Z[ recovery-image] Jul 15 23:09:15.105 INFO O| Jul 15 23:09:15.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79432026-07-15T23:09:16.104Z[ recovery-image] Jul 15 23:09:15.105 INFO O| Jul 15 23:09:15.105 INFO STEP 861 (remove_files) COMPLETE
79442026-07-15T23:09:16.104Z[ recovery-image] Jul 15 23:09:15.105 INFO O| Jul 15 23:09:15.105 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-07-15T23:09:16.112Z[ recovery-image] Jul 15 23:09:15.113 INFO O| Jul 15 23:09:15.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79462026-07-15T23:09:16.116Z[ recovery-image] Jul 15 23:09:15.113 INFO O| Jul 15 23:09:15.113 INFO STEP 862 (remove_files) COMPLETE
79472026-07-15T23:09:16.116Z[ recovery-image] Jul 15 23:09:15.113 INFO O| Jul 15 23:09:15.113 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-07-15T23:09:16.119Z[ recovery-image] Jul 15 23:09:15.120 INFO O| Jul 15 23:09:15.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79492026-07-15T23:09:16.120Z[ recovery-image] Jul 15 23:09:15.120 INFO O| Jul 15 23:09:15.120 INFO STEP 863 (remove_files) COMPLETE
79502026-07-15T23:09:16.120Z[ recovery-image] Jul 15 23:09:15.120 INFO O| Jul 15 23:09:15.120 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-07-15T23:09:16.125Z[ recovery-image] Jul 15 23:09:15.126 INFO O| Jul 15 23:09:15.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79522026-07-15T23:09:16.125Z[ recovery-image] Jul 15 23:09:15.126 INFO O| Jul 15 23:09:15.126 INFO STEP 864 (remove_files) COMPLETE
79532026-07-15T23:09:16.125Z[ recovery-image] Jul 15 23:09:15.126 INFO O| Jul 15 23:09:15.126 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-07-15T23:09:16.133Z[ recovery-image] Jul 15 23:09:15.134 INFO O| Jul 15 23:09:15.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79552026-07-15T23:09:16.137Z[ recovery-image] Jul 15 23:09:15.134 INFO O| Jul 15 23:09:15.134 INFO STEP 865 (remove_files) COMPLETE
79562026-07-15T23:09:16.137Z[ recovery-image] Jul 15 23:09:15.134 INFO O| Jul 15 23:09:15.134 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-07-15T23:09:16.144Z[ recovery-image] Jul 15 23:09:15.141 INFO O| Jul 15 23:09:15.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79582026-07-15T23:09:16.144Z[ recovery-image] Jul 15 23:09:15.141 INFO O| Jul 15 23:09:15.141 INFO STEP 866 (remove_files) COMPLETE
79592026-07-15T23:09:16.144Z[ recovery-image] Jul 15 23:09:15.141 INFO O| Jul 15 23:09:15.141 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-07-15T23:09:16.148Z[ recovery-image] Jul 15 23:09:15.148 INFO O| Jul 15 23:09:15.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79612026-07-15T23:09:16.148Z[ recovery-image] Jul 15 23:09:15.148 INFO O| Jul 15 23:09:15.148 INFO STEP 867 (remove_files) COMPLETE
79622026-07-15T23:09:16.148Z[ recovery-image] Jul 15 23:09:15.148 INFO O| Jul 15 23:09:15.148 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-07-15T23:09:16.154Z[ recovery-image] Jul 15 23:09:15.156 INFO O| Jul 15 23:09:15.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79642026-07-15T23:09:16.154Z[ recovery-image] Jul 15 23:09:15.156 INFO O| Jul 15 23:09:15.156 INFO STEP 868 (remove_files) COMPLETE
79652026-07-15T23:09:16.158Z[ recovery-image] Jul 15 23:09:15.156 INFO O| Jul 15 23:09:15.156 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-07-15T23:09:16.165Z[ recovery-image] Jul 15 23:09:15.166 INFO O| Jul 15 23:09:15.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79672026-07-15T23:09:16.165Z[ recovery-image] Jul 15 23:09:15.166 INFO O| Jul 15 23:09:15.166 INFO STEP 869 (remove_files) COMPLETE
79682026-07-15T23:09:16.168Z[ recovery-image] Jul 15 23:09:15.166 INFO O| Jul 15 23:09:15.166 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-07-15T23:09:16.173Z[ recovery-image] Jul 15 23:09:15.175 INFO O| Jul 15 23:09:15.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79702026-07-15T23:09:16.174Z[ recovery-image] Jul 15 23:09:15.175 INFO O| Jul 15 23:09:15.175 INFO STEP 870 (remove_files) COMPLETE
79712026-07-15T23:09:16.177Z[ recovery-image] Jul 15 23:09:15.175 INFO O| Jul 15 23:09:15.175 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-07-15T23:09:16.182Z[ recovery-image] Jul 15 23:09:15.184 INFO O| Jul 15 23:09:15.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79732026-07-15T23:09:16.182Z[ recovery-image] Jul 15 23:09:15.184 INFO O| Jul 15 23:09:15.184 INFO STEP 871 (remove_files) COMPLETE
79742026-07-15T23:09:16.183Z[ recovery-image] Jul 15 23:09:15.184 INFO O| Jul 15 23:09:15.184 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-07-15T23:09:16.190Z[ recovery-image] Jul 15 23:09:15.192 INFO O| Jul 15 23:09:15.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79762026-07-15T23:09:16.190Z[ recovery-image] Jul 15 23:09:15.192 INFO O| Jul 15 23:09:15.192 INFO STEP 872 (remove_files) COMPLETE
79772026-07-15T23:09:16.194Z[ recovery-image] Jul 15 23:09:15.192 INFO O| Jul 15 23:09:15.192 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-07-15T23:09:16.198Z[ recovery-image] Jul 15 23:09:15.199 INFO O| Jul 15 23:09:15.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79792026-07-15T23:09:16.198Z[ recovery-image] Jul 15 23:09:15.199 INFO O| Jul 15 23:09:15.199 INFO STEP 873 (remove_files) COMPLETE
79802026-07-15T23:09:16.202Z[ recovery-image] Jul 15 23:09:15.199 INFO O| Jul 15 23:09:15.199 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-07-15T23:09:16.206Z[ recovery-image] Jul 15 23:09:15.205 INFO O| Jul 15 23:09:15.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79822026-07-15T23:09:16.206Z[ recovery-image] Jul 15 23:09:15.205 INFO O| Jul 15 23:09:15.205 INFO STEP 874 (remove_files) COMPLETE
79832026-07-15T23:09:16.206Z[ recovery-image] Jul 15 23:09:15.205 INFO O| Jul 15 23:09:15.205 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-07-15T23:09:16.211Z[ recovery-image] Jul 15 23:09:15.212 INFO O| Jul 15 23:09:15.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79852026-07-15T23:09:16.211Z[ recovery-image] Jul 15 23:09:15.212 INFO O| Jul 15 23:09:15.212 INFO STEP 875 (remove_files) COMPLETE
79862026-07-15T23:09:16.215Z[ recovery-image] Jul 15 23:09:15.212 INFO O| Jul 15 23:09:15.212 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-07-15T23:09:16.219Z[ recovery-image] Jul 15 23:09:15.218 INFO O| Jul 15 23:09:15.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79882026-07-15T23:09:16.219Z[ recovery-image] Jul 15 23:09:15.218 INFO O| Jul 15 23:09:15.218 INFO STEP 876 (remove_files) COMPLETE
79892026-07-15T23:09:16.219Z[ recovery-image] Jul 15 23:09:15.218 INFO O| Jul 15 23:09:15.218 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-07-15T23:09:16.222Z[ recovery-image] Jul 15 23:09:15.224 INFO O| Jul 15 23:09:15.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79912026-07-15T23:09:16.223Z[ recovery-image] Jul 15 23:09:15.224 INFO O| Jul 15 23:09:15.224 INFO STEP 877 (remove_files) COMPLETE
79922026-07-15T23:09:16.223Z[ recovery-image] Jul 15 23:09:15.224 INFO O| Jul 15 23:09:15.224 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-07-15T23:09:16.228Z[ recovery-image] Jul 15 23:09:15.230 INFO O| Jul 15 23:09:15.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79942026-07-15T23:09:16.228Z[ recovery-image] Jul 15 23:09:15.230 INFO O| Jul 15 23:09:15.230 INFO STEP 878 (remove_files) COMPLETE
79952026-07-15T23:09:16.232Z[ recovery-image] Jul 15 23:09:15.230 INFO O| Jul 15 23:09:15.230 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-07-15T23:09:16.236Z[ recovery-image] Jul 15 23:09:15.236 INFO O| Jul 15 23:09:15.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79972026-07-15T23:09:16.236Z[ recovery-image] Jul 15 23:09:15.236 INFO O| Jul 15 23:09:15.236 INFO STEP 879 (remove_files) COMPLETE
79982026-07-15T23:09:16.236Z[ recovery-image] Jul 15 23:09:15.236 INFO O| Jul 15 23:09:15.236 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-07-15T23:09:16.242Z[ recovery-image] Jul 15 23:09:15.244 INFO O| Jul 15 23:09:15.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
80002026-07-15T23:09:16.247Z[ recovery-image] Jul 15 23:09:15.244 INFO O| Jul 15 23:09:15.244 INFO STEP 880 (remove_files) COMPLETE
80012026-07-15T23:09:16.247Z[ recovery-image] Jul 15 23:09:15.244 INFO O| Jul 15 23:09:15.244 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-07-15T23:09:16.251Z[ recovery-image] Jul 15 23:09:15.252 INFO O| Jul 15 23:09:15.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80032026-07-15T23:09:16.251Z[ recovery-image] Jul 15 23:09:15.252 INFO O| Jul 15 23:09:15.252 INFO STEP 881 (remove_files) COMPLETE
80042026-07-15T23:09:16.251Z[ recovery-image] Jul 15 23:09:15.252 INFO O| Jul 15 23:09:15.252 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-07-15T23:09:16.259Z[ recovery-image] Jul 15 23:09:15.260 INFO O| Jul 15 23:09:15.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80062026-07-15T23:09:16.259Z[ recovery-image] Jul 15 23:09:15.260 INFO O| Jul 15 23:09:15.260 INFO STEP 882 (remove_files) COMPLETE
80072026-07-15T23:09:16.266Z[ recovery-image] Jul 15 23:09:15.260 INFO O| Jul 15 23:09:15.260 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-07-15T23:09:16.269Z[ recovery-image] Jul 15 23:09:15.267 INFO O| Jul 15 23:09:15.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80092026-07-15T23:09:16.269Z[ recovery-image] Jul 15 23:09:15.267 INFO O| Jul 15 23:09:15.267 INFO STEP 883 (remove_files) COMPLETE
80102026-07-15T23:09:16.270Z[ recovery-image] Jul 15 23:09:15.267 INFO O| Jul 15 23:09:15.267 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-07-15T23:09:16.273Z[ recovery-image] Jul 15 23:09:15.274 INFO O| Jul 15 23:09:15.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80122026-07-15T23:09:16.273Z[ recovery-image] Jul 15 23:09:15.274 INFO O| Jul 15 23:09:15.274 INFO STEP 884 (remove_files) COMPLETE
80132026-07-15T23:09:16.273Z[ recovery-image] Jul 15 23:09:15.274 INFO O| Jul 15 23:09:15.274 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-07-15T23:09:16.280Z[ recovery-image] Jul 15 23:09:15.281 INFO O| Jul 15 23:09:15.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80152026-07-15T23:09:16.280Z[ recovery-image] Jul 15 23:09:15.281 INFO O| Jul 15 23:09:15.281 INFO STEP 885 (remove_files) COMPLETE
80162026-07-15T23:09:16.280Z[ recovery-image] Jul 15 23:09:15.281 INFO O| Jul 15 23:09:15.281 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-07-15T23:09:16.287Z[ recovery-image] Jul 15 23:09:15.288 INFO O| Jul 15 23:09:15.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80182026-07-15T23:09:16.291Z[ recovery-image] Jul 15 23:09:15.288 INFO O| Jul 15 23:09:15.288 INFO STEP 886 (remove_files) COMPLETE
80192026-07-15T23:09:16.291Z[ recovery-image] Jul 15 23:09:15.288 INFO O| Jul 15 23:09:15.288 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-07-15T23:09:16.294Z[ recovery-image] Jul 15 23:09:15.295 INFO O| Jul 15 23:09:15.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80212026-07-15T23:09:16.294Z[ recovery-image] Jul 15 23:09:15.295 INFO O| Jul 15 23:09:15.295 INFO STEP 887 (remove_files) COMPLETE
80222026-07-15T23:09:16.294Z[ recovery-image] Jul 15 23:09:15.295 INFO O| Jul 15 23:09:15.295 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-07-15T23:09:16.302Z[ recovery-image] Jul 15 23:09:15.303 INFO O| Jul 15 23:09:15.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80242026-07-15T23:09:16.302Z[ recovery-image] Jul 15 23:09:15.303 INFO O| Jul 15 23:09:15.303 INFO STEP 888 (remove_files) COMPLETE
80252026-07-15T23:09:16.305Z[ recovery-image] Jul 15 23:09:15.303 INFO O| Jul 15 23:09:15.303 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-07-15T23:09:16.309Z[ recovery-image] Jul 15 23:09:15.310 INFO O| Jul 15 23:09:15.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80272026-07-15T23:09:16.312Z[ recovery-image] Jul 15 23:09:15.311 INFO O| Jul 15 23:09:15.311 INFO STEP 889 (remove_files) COMPLETE
80282026-07-15T23:09:16.312Z[ recovery-image] Jul 15 23:09:15.311 INFO O| Jul 15 23:09:15.311 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-07-15T23:09:16.316Z[ recovery-image] Jul 15 23:09:15.317 INFO O| Jul 15 23:09:15.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80302026-07-15T23:09:16.320Z[ recovery-image] Jul 15 23:09:15.317 INFO O| Jul 15 23:09:15.317 INFO STEP 890 (remove_files) COMPLETE
80312026-07-15T23:09:16.320Z[ recovery-image] Jul 15 23:09:15.317 INFO O| Jul 15 23:09:15.317 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-07-15T23:09:16.323Z[ recovery-image] Jul 15 23:09:15.324 INFO O| Jul 15 23:09:15.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80332026-07-15T23:09:16.323Z[ recovery-image] Jul 15 23:09:15.324 INFO O| Jul 15 23:09:15.324 INFO STEP 891 (remove_files) COMPLETE
80342026-07-15T23:09:16.323Z[ recovery-image] Jul 15 23:09:15.324 INFO O| Jul 15 23:09:15.324 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-07-15T23:09:16.329Z[ recovery-image] Jul 15 23:09:15.330 INFO O| Jul 15 23:09:15.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80362026-07-15T23:09:16.329Z[ recovery-image] Jul 15 23:09:15.330 INFO O| Jul 15 23:09:15.330 INFO STEP 892 (remove_files) COMPLETE
80372026-07-15T23:09:16.329Z[ recovery-image] Jul 15 23:09:15.330 INFO O| Jul 15 23:09:15.330 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-07-15T23:09:16.336Z[ recovery-image] Jul 15 23:09:15.337 INFO O| Jul 15 23:09:15.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80392026-07-15T23:09:16.336Z[ recovery-image] Jul 15 23:09:15.337 INFO O| Jul 15 23:09:15.337 INFO STEP 893 (remove_files) COMPLETE
80402026-07-15T23:09:16.336Z[ recovery-image] Jul 15 23:09:15.337 INFO O| Jul 15 23:09:15.337 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-07-15T23:09:16.345Z[ recovery-image] Jul 15 23:09:15.345 INFO O| Jul 15 23:09:15.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80422026-07-15T23:09:16.345Z[ recovery-image] Jul 15 23:09:15.345 INFO O| Jul 15 23:09:15.345 INFO STEP 894 (remove_files) COMPLETE
80432026-07-15T23:09:16.345Z[ recovery-image] Jul 15 23:09:15.345 INFO O| Jul 15 23:09:15.345 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-07-15T23:09:16.351Z[ recovery-image] Jul 15 23:09:15.352 INFO O| Jul 15 23:09:15.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80452026-07-15T23:09:16.351Z[ recovery-image] Jul 15 23:09:15.352 INFO O| Jul 15 23:09:15.352 INFO STEP 895 (remove_files) COMPLETE
80462026-07-15T23:09:16.356Z[ recovery-image] Jul 15 23:09:15.352 INFO O| Jul 15 23:09:15.352 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-07-15T23:09:16.360Z[ recovery-image] Jul 15 23:09:15.360 INFO O| Jul 15 23:09:15.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80482026-07-15T23:09:16.360Z[ recovery-image] Jul 15 23:09:15.360 INFO O| Jul 15 23:09:15.360 INFO STEP 896 (remove_files) COMPLETE
80492026-07-15T23:09:16.360Z[ recovery-image] Jul 15 23:09:15.360 INFO O| Jul 15 23:09:15.360 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-07-15T23:09:16.367Z[ recovery-image] Jul 15 23:09:15.368 INFO O| Jul 15 23:09:15.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80512026-07-15T23:09:16.367Z[ recovery-image] Jul 15 23:09:15.368 INFO O| Jul 15 23:09:15.368 INFO STEP 897 (remove_files) COMPLETE
80522026-07-15T23:09:16.371Z[ recovery-image] Jul 15 23:09:15.368 INFO O| Jul 15 23:09:15.368 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-07-15T23:09:16.375Z[ recovery-image] Jul 15 23:09:15.376 INFO O| Jul 15 23:09:15.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80542026-07-15T23:09:16.375Z[ recovery-image] Jul 15 23:09:15.376 INFO O| Jul 15 23:09:15.376 INFO STEP 898 (remove_files) COMPLETE
80552026-07-15T23:09:16.379Z[ recovery-image] Jul 15 23:09:15.376 INFO O| Jul 15 23:09:15.376 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-07-15T23:09:16.383Z[ recovery-image] Jul 15 23:09:15.384 INFO O| Jul 15 23:09:15.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80572026-07-15T23:09:16.384Z[ recovery-image] Jul 15 23:09:15.385 INFO O| Jul 15 23:09:15.385 INFO STEP 899 (remove_files) COMPLETE
80582026-07-15T23:09:16.387Z[ recovery-image] Jul 15 23:09:15.385 INFO O| Jul 15 23:09:15.385 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-07-15T23:09:16.391Z[ recovery-image] Jul 15 23:09:15.392 INFO O| Jul 15 23:09:15.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80602026-07-15T23:09:16.396Z[ recovery-image] Jul 15 23:09:15.392 INFO O| Jul 15 23:09:15.392 INFO STEP 900 (remove_files) COMPLETE
80612026-07-15T23:09:16.397Z[ recovery-image] Jul 15 23:09:15.392 INFO O| Jul 15 23:09:15.392 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-07-15T23:09:16.400Z[ recovery-image] Jul 15 23:09:15.399 INFO O| Jul 15 23:09:15.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80632026-07-15T23:09:16.400Z[ recovery-image] Jul 15 23:09:15.399 INFO O| Jul 15 23:09:15.399 INFO STEP 901 (remove_files) COMPLETE
80642026-07-15T23:09:16.400Z[ recovery-image] Jul 15 23:09:15.399 INFO O| Jul 15 23:09:15.399 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-07-15T23:09:16.405Z[ recovery-image] Jul 15 23:09:15.407 INFO O| Jul 15 23:09:15.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80662026-07-15T23:09:16.406Z[ recovery-image] Jul 15 23:09:15.407 INFO O| Jul 15 23:09:15.407 INFO STEP 902 (remove_files) COMPLETE
80672026-07-15T23:09:16.409Z[ recovery-image] Jul 15 23:09:15.407 INFO O| Jul 15 23:09:15.407 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-07-15T23:09:16.413Z[ recovery-image] Jul 15 23:09:15.414 INFO O| Jul 15 23:09:15.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80692026-07-15T23:09:16.417Z[ recovery-image] Jul 15 23:09:15.415 INFO O| Jul 15 23:09:15.415 INFO STEP 903 (remove_files) COMPLETE
80702026-07-15T23:09:16.417Z[ recovery-image] Jul 15 23:09:15.415 INFO O| Jul 15 23:09:15.415 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-07-15T23:09:16.421Z[ recovery-image] Jul 15 23:09:15.422 INFO O| Jul 15 23:09:15.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80722026-07-15T23:09:16.425Z[ recovery-image] Jul 15 23:09:15.422 INFO O| Jul 15 23:09:15.422 INFO STEP 904 (remove_files) COMPLETE
80732026-07-15T23:09:16.425Z[ recovery-image] Jul 15 23:09:15.422 INFO O| Jul 15 23:09:15.422 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-07-15T23:09:16.429Z[ recovery-image] Jul 15 23:09:15.430 INFO O| Jul 15 23:09:15.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80752026-07-15T23:09:16.429Z[ recovery-image] Jul 15 23:09:15.430 INFO O| Jul 15 23:09:15.430 INFO STEP 905 (remove_files) COMPLETE
80762026-07-15T23:09:16.429Z[ recovery-image] Jul 15 23:09:15.430 INFO O| Jul 15 23:09:15.430 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-07-15T23:09:16.436Z[ recovery-image] Jul 15 23:09:15.437 INFO O| Jul 15 23:09:15.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80782026-07-15T23:09:16.439Z[ recovery-image] Jul 15 23:09:15.437 INFO O| Jul 15 23:09:15.437 INFO STEP 906 (remove_files) COMPLETE
80792026-07-15T23:09:16.439Z[ recovery-image] Jul 15 23:09:15.437 INFO O| Jul 15 23:09:15.437 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-07-15T23:09:16.443Z[ recovery-image] Jul 15 23:09:15.445 INFO O| Jul 15 23:09:15.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80812026-07-15T23:09:16.447Z[ recovery-image] Jul 15 23:09:15.445 INFO O| Jul 15 23:09:15.445 INFO STEP 907 (remove_files) COMPLETE
80822026-07-15T23:09:16.447Z[ recovery-image] Jul 15 23:09:15.445 INFO O| Jul 15 23:09:15.445 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-07-15T23:09:16.453Z[ recovery-image] Jul 15 23:09:15.453 INFO O| Jul 15 23:09:15.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80842026-07-15T23:09:16.457Z[ recovery-image] Jul 15 23:09:15.453 INFO O| Jul 15 23:09:15.453 INFO STEP 908 (remove_files) COMPLETE
80852026-07-15T23:09:16.457Z[ recovery-image] Jul 15 23:09:15.453 INFO O| Jul 15 23:09:15.453 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-07-15T23:09:16.461Z[ recovery-image] Jul 15 23:09:15.460 INFO O| Jul 15 23:09:15.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80872026-07-15T23:09:16.461Z[ recovery-image] Jul 15 23:09:15.460 INFO O| Jul 15 23:09:15.460 INFO STEP 909 (remove_files) COMPLETE
80882026-07-15T23:09:16.461Z[ recovery-image] Jul 15 23:09:15.460 INFO O| Jul 15 23:09:15.460 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-07-15T23:09:16.466Z[ recovery-image] Jul 15 23:09:15.467 INFO O| Jul 15 23:09:15.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80902026-07-15T23:09:16.466Z[ recovery-image] Jul 15 23:09:15.467 INFO O| Jul 15 23:09:15.467 INFO STEP 910 (remove_files) COMPLETE
80912026-07-15T23:09:16.469Z[ recovery-image] Jul 15 23:09:15.467 INFO O| Jul 15 23:09:15.467 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-07-15T23:09:16.475Z[ recovery-image] Jul 15 23:09:15.475 INFO O| Jul 15 23:09:15.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80932026-07-15T23:09:16.475Z[ recovery-image] Jul 15 23:09:15.475 INFO O| Jul 15 23:09:15.475 INFO STEP 911 (remove_files) COMPLETE
80942026-07-15T23:09:16.475Z[ recovery-image] Jul 15 23:09:15.475 INFO O| Jul 15 23:09:15.475 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-07-15T23:09:16.482Z[ recovery-image] Jul 15 23:09:15.482 INFO O| Jul 15 23:09:15.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80962026-07-15T23:09:16.482Z[ recovery-image] Jul 15 23:09:15.482 INFO O| Jul 15 23:09:15.482 INFO STEP 912 (remove_files) COMPLETE
80972026-07-15T23:09:16.500Z[ recovery-image] Jul 15 23:09:15.482 INFO O| Jul 15 23:09:15.482 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-07-15T23:09:16.500Z[ recovery-image] Jul 15 23:09:15.491 INFO O| Jul 15 23:09:15.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80992026-07-15T23:09:16.501Z[ recovery-image] Jul 15 23:09:15.491 INFO O| Jul 15 23:09:15.491 INFO STEP 913 (remove_files) COMPLETE
81002026-07-15T23:09:16.501Z[ recovery-image] Jul 15 23:09:15.491 INFO O| Jul 15 23:09:15.491 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-07-15T23:09:16.501Z[ recovery-image] Jul 15 23:09:15.498 INFO O| Jul 15 23:09:15.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81022026-07-15T23:09:16.501Z[ recovery-image] Jul 15 23:09:15.498 INFO O| Jul 15 23:09:15.498 INFO STEP 914 (remove_files) COMPLETE
81032026-07-15T23:09:16.501Z[ recovery-image] Jul 15 23:09:15.498 INFO O| Jul 15 23:09:15.498 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-07-15T23:09:16.505Z[ recovery-image] Jul 15 23:09:15.506 INFO O| Jul 15 23:09:15.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81052026-07-15T23:09:16.505Z[ recovery-image] Jul 15 23:09:15.506 INFO O| Jul 15 23:09:15.506 INFO STEP 915 (remove_files) COMPLETE
81062026-07-15T23:09:16.511Z[ recovery-image] Jul 15 23:09:15.506 INFO O| Jul 15 23:09:15.506 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-07-15T23:09:16.514Z[ recovery-image] Jul 15 23:09:15.515 INFO O| Jul 15 23:09:15.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81082026-07-15T23:09:16.514Z[ recovery-image] Jul 15 23:09:15.515 INFO O| Jul 15 23:09:15.515 INFO STEP 916 (remove_files) COMPLETE
81092026-07-15T23:09:16.514Z[ recovery-image] Jul 15 23:09:15.515 INFO O| Jul 15 23:09:15.515 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-07-15T23:09:16.531Z[ recovery-image] Jul 15 23:09:15.523 INFO O| Jul 15 23:09:15.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81112026-07-15T23:09:16.531Z[ recovery-image] Jul 15 23:09:15.523 INFO O| Jul 15 23:09:15.523 INFO STEP 917 (remove_files) COMPLETE
81122026-07-15T23:09:16.531Z[ recovery-image] Jul 15 23:09:15.523 INFO O| Jul 15 23:09:15.523 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-07-15T23:09:16.535Z[ recovery-image] Jul 15 23:09:15.529 INFO O| Jul 15 23:09:15.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81142026-07-15T23:09:16.535Z[ recovery-image] Jul 15 23:09:15.529 INFO O| Jul 15 23:09:15.529 INFO STEP 918 (remove_files) COMPLETE
81152026-07-15T23:09:16.535Z[ recovery-image] Jul 15 23:09:15.529 INFO O| Jul 15 23:09:15.529 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-07-15T23:09:16.543Z[ recovery-image] Jul 15 23:09:15.536 INFO O| Jul 15 23:09:15.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81172026-07-15T23:09:16.543Z[ recovery-image] Jul 15 23:09:15.536 INFO O| Jul 15 23:09:15.536 INFO STEP 919 (remove_files) COMPLETE
81182026-07-15T23:09:16.543Z[ recovery-image] Jul 15 23:09:15.536 INFO O| Jul 15 23:09:15.536 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-07-15T23:09:16.543Z[ recovery-image] Jul 15 23:09:15.542 INFO O| Jul 15 23:09:15.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81202026-07-15T23:09:16.543Z[ recovery-image] Jul 15 23:09:15.542 INFO O| Jul 15 23:09:15.542 INFO STEP 920 (remove_files) COMPLETE
81212026-07-15T23:09:16.543Z[ recovery-image] Jul 15 23:09:15.542 INFO O| Jul 15 23:09:15.542 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-07-15T23:09:16.548Z[ recovery-image] Jul 15 23:09:15.548 INFO O| Jul 15 23:09:15.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81232026-07-15T23:09:16.549Z[ recovery-image] Jul 15 23:09:15.548 INFO O| Jul 15 23:09:15.548 INFO STEP 921 (remove_files) COMPLETE
81242026-07-15T23:09:16.549Z[ recovery-image] Jul 15 23:09:15.548 INFO O| Jul 15 23:09:15.548 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-07-15T23:09:16.553Z[ recovery-image] Jul 15 23:09:15.554 INFO O| Jul 15 23:09:15.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81262026-07-15T23:09:16.553Z[ recovery-image] Jul 15 23:09:15.554 INFO O| Jul 15 23:09:15.554 INFO STEP 922 (remove_files) COMPLETE
81272026-07-15T23:09:16.554Z[ recovery-image] Jul 15 23:09:15.554 INFO O| Jul 15 23:09:15.554 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-07-15T23:09:16.560Z[ recovery-image] Jul 15 23:09:15.560 INFO O| Jul 15 23:09:15.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81292026-07-15T23:09:16.560Z[ recovery-image] Jul 15 23:09:15.560 INFO O| Jul 15 23:09:15.560 INFO STEP 923 (remove_files) COMPLETE
81302026-07-15T23:09:16.560Z[ recovery-image] Jul 15 23:09:15.560 INFO O| Jul 15 23:09:15.560 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-07-15T23:09:16.565Z[ recovery-image] Jul 15 23:09:15.566 INFO O| Jul 15 23:09:15.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81322026-07-15T23:09:16.570Z[ recovery-image] Jul 15 23:09:15.566 INFO O| Jul 15 23:09:15.566 INFO STEP 924 (remove_files) COMPLETE
81332026-07-15T23:09:16.570Z[ recovery-image] Jul 15 23:09:15.566 INFO O| Jul 15 23:09:15.566 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-07-15T23:09:16.575Z[ recovery-image] Jul 15 23:09:15.576 INFO O| Jul 15 23:09:15.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81352026-07-15T23:09:16.576Z[ recovery-image] Jul 15 23:09:15.576 INFO O| Jul 15 23:09:15.576 INFO STEP 925 (remove_files) COMPLETE
81362026-07-15T23:09:16.584Z[ recovery-image] Jul 15 23:09:15.576 INFO O| Jul 15 23:09:15.576 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-07-15T23:09:16.593Z[ recovery-image] Jul 15 23:09:15.584 INFO O| Jul 15 23:09:15.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81382026-07-15T23:09:16.593Z[ recovery-image] Jul 15 23:09:15.584 INFO O| Jul 15 23:09:15.584 INFO STEP 926 (remove_files) COMPLETE
81392026-07-15T23:09:16.593Z[ recovery-image] Jul 15 23:09:15.584 INFO O| Jul 15 23:09:15.584 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-07-15T23:09:16.598Z[ recovery-image] Jul 15 23:09:15.591 INFO O| Jul 15 23:09:15.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81412026-07-15T23:09:16.598Z[ recovery-image] Jul 15 23:09:15.591 INFO O| Jul 15 23:09:15.591 INFO STEP 927 (remove_files) COMPLETE
81422026-07-15T23:09:16.598Z[ recovery-image] Jul 15 23:09:15.591 INFO O| Jul 15 23:09:15.591 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-07-15T23:09:16.598Z[ recovery-image] Jul 15 23:09:15.598 INFO O| Jul 15 23:09:15.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81442026-07-15T23:09:16.598Z[ recovery-image] Jul 15 23:09:15.598 INFO O| Jul 15 23:09:15.598 INFO STEP 928 (remove_files) COMPLETE
81452026-07-15T23:09:16.598Z[ recovery-image] Jul 15 23:09:15.598 INFO O| Jul 15 23:09:15.598 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-07-15T23:09:16.605Z[ recovery-image] Jul 15 23:09:15.606 INFO O| Jul 15 23:09:15.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81472026-07-15T23:09:16.605Z[ recovery-image] Jul 15 23:09:15.606 INFO O| Jul 15 23:09:15.606 INFO STEP 929 (remove_files) COMPLETE
81482026-07-15T23:09:16.609Z[ recovery-image] Jul 15 23:09:15.606 INFO O| Jul 15 23:09:15.606 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-07-15T23:09:16.614Z[ recovery-image] Jul 15 23:09:15.613 INFO O| Jul 15 23:09:15.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81502026-07-15T23:09:16.614Z[ recovery-image] Jul 15 23:09:15.613 INFO O| Jul 15 23:09:15.613 INFO STEP 930 (remove_files) COMPLETE
81512026-07-15T23:09:16.614Z[ recovery-image] Jul 15 23:09:15.613 INFO O| Jul 15 23:09:15.613 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-07-15T23:09:16.620Z[ recovery-image] Jul 15 23:09:15.621 INFO O| Jul 15 23:09:15.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81532026-07-15T23:09:16.620Z[ recovery-image] Jul 15 23:09:15.621 INFO O| Jul 15 23:09:15.621 INFO STEP 931 (remove_files) COMPLETE
81542026-07-15T23:09:16.620Z[ recovery-image] Jul 15 23:09:15.621 INFO O| Jul 15 23:09:15.621 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-07-15T23:09:16.632Z[ recovery-image] Jul 15 23:09:15.628 INFO O| Jul 15 23:09:15.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81562026-07-15T23:09:16.633Z[ recovery-image] Jul 15 23:09:15.628 INFO O| Jul 15 23:09:15.628 INFO STEP 932 (remove_files) COMPLETE
81572026-07-15T23:09:16.633Z[ recovery-image] Jul 15 23:09:15.628 INFO O| Jul 15 23:09:15.628 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-07-15T23:09:16.636Z[ recovery-image] Jul 15 23:09:15.636 INFO O| Jul 15 23:09:15.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81592026-07-15T23:09:16.636Z[ recovery-image] Jul 15 23:09:15.636 INFO O| Jul 15 23:09:15.636 INFO STEP 933 (remove_files) COMPLETE
81602026-07-15T23:09:16.636Z[ recovery-image] Jul 15 23:09:15.636 INFO O| Jul 15 23:09:15.636 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-07-15T23:09:16.645Z[ recovery-image] Jul 15 23:09:15.644 INFO O| Jul 15 23:09:15.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81622026-07-15T23:09:16.645Z[ recovery-image] Jul 15 23:09:15.644 INFO O| Jul 15 23:09:15.644 INFO STEP 934 (remove_files) COMPLETE
81632026-07-15T23:09:16.645Z[ recovery-image] Jul 15 23:09:15.644 INFO O| Jul 15 23:09:15.644 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-07-15T23:09:16.656Z[ recovery-image] Jul 15 23:09:15.651 INFO O| Jul 15 23:09:15.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81652026-07-15T23:09:16.656Z[ recovery-image] Jul 15 23:09:15.651 INFO O| Jul 15 23:09:15.651 INFO STEP 935 (remove_files) COMPLETE
81662026-07-15T23:09:16.656Z[ recovery-image] Jul 15 23:09:15.651 INFO O| Jul 15 23:09:15.651 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-07-15T23:09:16.660Z[ recovery-image] Jul 15 23:09:15.658 INFO O| Jul 15 23:09:15.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81682026-07-15T23:09:16.660Z[ recovery-image] Jul 15 23:09:15.658 INFO O| Jul 15 23:09:15.658 INFO STEP 936 (remove_files) COMPLETE
81692026-07-15T23:09:16.660Z[ recovery-image] Jul 15 23:09:15.658 INFO O| Jul 15 23:09:15.658 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-07-15T23:09:16.666Z[ recovery-image] Jul 15 23:09:15.666 INFO O| Jul 15 23:09:15.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81712026-07-15T23:09:16.666Z[ recovery-image] Jul 15 23:09:15.666 INFO O| Jul 15 23:09:15.666 INFO STEP 937 (remove_files) COMPLETE
81722026-07-15T23:09:16.678Z[ recovery-image] Jul 15 23:09:15.666 INFO O| Jul 15 23:09:15.666 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-07-15T23:09:16.682Z[ recovery-image] Jul 15 23:09:15.674 INFO O| Jul 15 23:09:15.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81742026-07-15T23:09:16.682Z[ recovery-image] Jul 15 23:09:15.674 INFO O| Jul 15 23:09:15.674 INFO STEP 938 (remove_files) COMPLETE
81752026-07-15T23:09:16.682Z[ recovery-image] Jul 15 23:09:15.674 INFO O| Jul 15 23:09:15.674 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-07-15T23:09:16.682Z[ recovery-image] Jul 15 23:09:15.682 INFO O| Jul 15 23:09:15.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81772026-07-15T23:09:16.682Z[ recovery-image] Jul 15 23:09:15.682 INFO O| Jul 15 23:09:15.682 INFO STEP 939 (remove_files) COMPLETE
81782026-07-15T23:09:16.682Z[ recovery-image] Jul 15 23:09:15.682 INFO O| Jul 15 23:09:15.682 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-07-15T23:09:16.690Z[ recovery-image] Jul 15 23:09:15.691 INFO O| Jul 15 23:09:15.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81802026-07-15T23:09:16.690Z[ recovery-image] Jul 15 23:09:15.691 INFO O| Jul 15 23:09:15.691 INFO STEP 940 (remove_files) COMPLETE
81812026-07-15T23:09:16.696Z[ recovery-image] Jul 15 23:09:15.691 INFO O| Jul 15 23:09:15.691 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-07-15T23:09:16.700Z[ recovery-image] Jul 15 23:09:15.698 INFO O| Jul 15 23:09:15.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81832026-07-15T23:09:16.700Z[ recovery-image] Jul 15 23:09:15.698 INFO O| Jul 15 23:09:15.698 INFO STEP 941 (remove_files) COMPLETE
81842026-07-15T23:09:16.701Z[ recovery-image] Jul 15 23:09:15.698 INFO O| Jul 15 23:09:15.698 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-07-15T23:09:16.708Z[ recovery-image] Jul 15 23:09:15.708 INFO O| Jul 15 23:09:15.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81862026-07-15T23:09:16.711Z[ recovery-image] Jul 15 23:09:15.708 INFO O| Jul 15 23:09:15.708 INFO STEP 942 (remove_files) COMPLETE
81872026-07-15T23:09:16.711Z[ recovery-image] Jul 15 23:09:15.708 INFO O| Jul 15 23:09:15.708 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-07-15T23:09:16.716Z[ recovery-image] Jul 15 23:09:15.717 INFO O| Jul 15 23:09:15.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81892026-07-15T23:09:16.716Z[ recovery-image] Jul 15 23:09:15.718 INFO O| Jul 15 23:09:15.718 INFO STEP 943 (remove_files) COMPLETE
81902026-07-15T23:09:16.716Z[ recovery-image] Jul 15 23:09:15.718 INFO O| Jul 15 23:09:15.718 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-07-15T23:09:16.724Z[ recovery-image] Jul 15 23:09:15.726 INFO O| Jul 15 23:09:15.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81922026-07-15T23:09:16.725Z[ recovery-image] Jul 15 23:09:15.726 INFO O| Jul 15 23:09:15.726 INFO STEP 944 (remove_files) COMPLETE
81932026-07-15T23:09:16.730Z[ recovery-image] Jul 15 23:09:15.726 INFO O| Jul 15 23:09:15.726 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-07-15T23:09:16.737Z[ recovery-image] Jul 15 23:09:15.733 INFO O| Jul 15 23:09:15.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81952026-07-15T23:09:16.737Z[ recovery-image] Jul 15 23:09:15.733 INFO O| Jul 15 23:09:15.733 INFO STEP 945 (remove_files) COMPLETE
81962026-07-15T23:09:16.737Z[ recovery-image] Jul 15 23:09:15.733 INFO O| Jul 15 23:09:15.733 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-07-15T23:09:16.740Z[ recovery-image] Jul 15 23:09:15.741 INFO O| Jul 15 23:09:15.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81982026-07-15T23:09:16.746Z[ recovery-image] Jul 15 23:09:15.742 INFO O| Jul 15 23:09:15.741 INFO STEP 946 (remove_files) COMPLETE
81992026-07-15T23:09:16.746Z[ recovery-image] Jul 15 23:09:15.742 INFO O| Jul 15 23:09:15.742 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-07-15T23:09:16.753Z[ recovery-image] Jul 15 23:09:15.749 INFO O| Jul 15 23:09:15.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82012026-07-15T23:09:16.754Z[ recovery-image] Jul 15 23:09:15.749 INFO O| Jul 15 23:09:15.749 INFO STEP 947 (remove_files) COMPLETE
82022026-07-15T23:09:16.754Z[ recovery-image] Jul 15 23:09:15.749 INFO O| Jul 15 23:09:15.749 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-07-15T23:09:16.760Z[ recovery-image] Jul 15 23:09:15.757 INFO O| Jul 15 23:09:15.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82042026-07-15T23:09:16.760Z[ recovery-image] Jul 15 23:09:15.757 INFO O| Jul 15 23:09:15.757 INFO STEP 948 (remove_files) COMPLETE
82052026-07-15T23:09:16.760Z[ recovery-image] Jul 15 23:09:15.757 INFO O| Jul 15 23:09:15.757 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-07-15T23:09:16.767Z[ recovery-image] Jul 15 23:09:15.765 INFO O| Jul 15 23:09:15.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82072026-07-15T23:09:16.767Z[ recovery-image] Jul 15 23:09:15.765 INFO O| Jul 15 23:09:15.765 INFO STEP 949 (remove_files) COMPLETE
82082026-07-15T23:09:16.767Z[ recovery-image] Jul 15 23:09:15.765 INFO O| Jul 15 23:09:15.765 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-07-15T23:09:16.771Z[ recovery-image] Jul 15 23:09:15.772 INFO O| Jul 15 23:09:15.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82102026-07-15T23:09:16.775Z[ recovery-image] Jul 15 23:09:15.772 INFO O| Jul 15 23:09:15.772 INFO STEP 950 (remove_files) COMPLETE
82112026-07-15T23:09:16.776Z[ recovery-image] Jul 15 23:09:15.772 INFO O| Jul 15 23:09:15.772 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-07-15T23:09:16.780Z[ recovery-image] Jul 15 23:09:15.781 INFO O| Jul 15 23:09:15.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82132026-07-15T23:09:16.780Z[ recovery-image] Jul 15 23:09:15.781 INFO O| Jul 15 23:09:15.781 INFO STEP 951 (remove_files) COMPLETE
82142026-07-15T23:09:16.784Z[ recovery-image] Jul 15 23:09:15.781 INFO O| Jul 15 23:09:15.781 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-07-15T23:09:16.789Z[ recovery-image] Jul 15 23:09:15.789 INFO O| Jul 15 23:09:15.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82162026-07-15T23:09:16.789Z[ recovery-image] Jul 15 23:09:15.789 INFO O| Jul 15 23:09:15.789 INFO STEP 952 (remove_files) COMPLETE
82172026-07-15T23:09:16.789Z[ recovery-image] Jul 15 23:09:15.789 INFO O| Jul 15 23:09:15.789 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-07-15T23:09:16.797Z[ recovery-image] Jul 15 23:09:15.797 INFO O| Jul 15 23:09:15.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82192026-07-15T23:09:16.797Z[ recovery-image] Jul 15 23:09:15.797 INFO O| Jul 15 23:09:15.797 INFO STEP 953 (remove_files) COMPLETE
82202026-07-15T23:09:16.797Z[ recovery-image] Jul 15 23:09:15.797 INFO O| Jul 15 23:09:15.797 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-07-15T23:09:16.805Z[ recovery-image] Jul 15 23:09:15.805 INFO O| Jul 15 23:09:15.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82222026-07-15T23:09:16.809Z[ recovery-image] Jul 15 23:09:15.805 INFO O| Jul 15 23:09:15.805 INFO STEP 954 (remove_files) COMPLETE
82232026-07-15T23:09:16.809Z[ recovery-image] Jul 15 23:09:15.805 INFO O| Jul 15 23:09:15.805 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-07-15T23:09:16.818Z[ recovery-image] Jul 15 23:09:15.813 INFO O| Jul 15 23:09:15.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82252026-07-15T23:09:16.818Z[ recovery-image] Jul 15 23:09:15.813 INFO O| Jul 15 23:09:15.813 INFO STEP 955 (remove_files) COMPLETE
82262026-07-15T23:09:16.818Z[ recovery-image] Jul 15 23:09:15.813 INFO O| Jul 15 23:09:15.813 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-07-15T23:09:16.822Z[ recovery-image] Jul 15 23:09:15.821 INFO O| Jul 15 23:09:15.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82282026-07-15T23:09:16.822Z[ recovery-image] Jul 15 23:09:15.821 INFO O| Jul 15 23:09:15.821 INFO STEP 956 (remove_files) COMPLETE
82292026-07-15T23:09:16.822Z[ recovery-image] Jul 15 23:09:15.821 INFO O| Jul 15 23:09:15.821 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-07-15T23:09:16.828Z[ recovery-image] Jul 15 23:09:15.830 INFO O| Jul 15 23:09:15.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82312026-07-15T23:09:16.828Z[ recovery-image] Jul 15 23:09:15.830 INFO O| Jul 15 23:09:15.830 INFO STEP 957 (remove_files) COMPLETE
82322026-07-15T23:09:16.833Z[ recovery-image] Jul 15 23:09:15.830 INFO O| Jul 15 23:09:15.830 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-07-15T23:09:16.837Z[ recovery-image] Jul 15 23:09:15.838 INFO O| Jul 15 23:09:15.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82342026-07-15T23:09:16.837Z[ recovery-image] Jul 15 23:09:15.838 INFO O| Jul 15 23:09:15.838 INFO STEP 958 (remove_files) COMPLETE
82352026-07-15T23:09:16.842Z[ recovery-image] Jul 15 23:09:15.838 INFO O| Jul 15 23:09:15.838 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-07-15T23:09:16.857Z[ recovery-image] Jul 15 23:09:15.847 INFO O| Jul 15 23:09:15.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82372026-07-15T23:09:16.857Z[ recovery-image] Jul 15 23:09:15.847 INFO O| Jul 15 23:09:15.847 INFO STEP 959 (remove_files) COMPLETE
82382026-07-15T23:09:16.858Z[ recovery-image] Jul 15 23:09:15.847 INFO O| Jul 15 23:09:15.847 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-07-15T23:09:16.858Z[ recovery-image] Jul 15 23:09:15.854 INFO O| Jul 15 23:09:15.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82402026-07-15T23:09:16.858Z[ recovery-image] Jul 15 23:09:15.854 INFO O| Jul 15 23:09:15.854 INFO STEP 960 (remove_files) COMPLETE
82412026-07-15T23:09:16.858Z[ recovery-image] Jul 15 23:09:15.854 INFO O| Jul 15 23:09:15.854 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-07-15T23:09:16.867Z[ recovery-image] Jul 15 23:09:15.860 INFO O| Jul 15 23:09:15.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82432026-07-15T23:09:16.867Z[ recovery-image] Jul 15 23:09:15.860 INFO O| Jul 15 23:09:15.860 INFO STEP 961 (remove_files) COMPLETE
82442026-07-15T23:09:16.867Z[ recovery-image] Jul 15 23:09:15.860 INFO O| Jul 15 23:09:15.860 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-07-15T23:09:16.873Z[ recovery-image] Jul 15 23:09:15.871 INFO O| Jul 15 23:09:15.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82462026-07-15T23:09:16.873Z[ recovery-image] Jul 15 23:09:15.871 INFO O| Jul 15 23:09:15.871 INFO STEP 962 (remove_files) COMPLETE
82472026-07-15T23:09:16.873Z[ recovery-image] Jul 15 23:09:15.871 INFO O| Jul 15 23:09:15.871 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-07-15T23:09:16.879Z[ recovery-image] Jul 15 23:09:15.879 INFO O| Jul 15 23:09:15.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82492026-07-15T23:09:16.879Z[ recovery-image] Jul 15 23:09:15.879 INFO O| Jul 15 23:09:15.879 INFO STEP 963 (remove_files) COMPLETE
82502026-07-15T23:09:16.886Z[ recovery-image] Jul 15 23:09:15.879 INFO O| Jul 15 23:09:15.879 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-07-15T23:09:16.902Z[ recovery-image] Jul 15 23:09:15.888 INFO O| Jul 15 23:09:15.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82522026-07-15T23:09:16.902Z[ recovery-image] Jul 15 23:09:15.888 INFO O| Jul 15 23:09:15.888 INFO STEP 964 (remove_files) COMPLETE
82532026-07-15T23:09:16.902Z[ recovery-image] Jul 15 23:09:15.888 INFO O| Jul 15 23:09:15.888 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-07-15T23:09:16.908Z[ recovery-image] Jul 15 23:09:15.897 INFO O| Jul 15 23:09:15.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82552026-07-15T23:09:16.908Z[ recovery-image] Jul 15 23:09:15.897 INFO O| Jul 15 23:09:15.897 INFO STEP 965 (remove_files) COMPLETE
82562026-07-15T23:09:16.908Z[ recovery-image] Jul 15 23:09:15.897 INFO O| Jul 15 23:09:15.897 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-07-15T23:09:16.908Z[ recovery-image] Jul 15 23:09:15.906 INFO O| Jul 15 23:09:15.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82582026-07-15T23:09:16.908Z[ recovery-image] Jul 15 23:09:15.906 INFO O| Jul 15 23:09:15.906 INFO STEP 966 (remove_files) COMPLETE
82592026-07-15T23:09:16.908Z[ recovery-image] Jul 15 23:09:15.906 INFO O| Jul 15 23:09:15.906 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-07-15T23:09:16.914Z[ recovery-image] Jul 15 23:09:15.914 INFO O| Jul 15 23:09:15.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82612026-07-15T23:09:16.914Z[ recovery-image] Jul 15 23:09:15.914 INFO O| Jul 15 23:09:15.914 INFO STEP 967 (remove_files) COMPLETE
82622026-07-15T23:09:16.914Z[ recovery-image] Jul 15 23:09:15.914 INFO O| Jul 15 23:09:15.914 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-07-15T23:09:16.922Z[ recovery-image] Jul 15 23:09:15.921 INFO O| Jul 15 23:09:15.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82642026-07-15T23:09:16.922Z[ recovery-image] Jul 15 23:09:15.922 INFO O| Jul 15 23:09:15.922 INFO STEP 968 (remove_files) COMPLETE
82652026-07-15T23:09:16.926Z[ recovery-image] Jul 15 23:09:15.922 INFO O| Jul 15 23:09:15.922 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-07-15T23:09:16.930Z[ recovery-image] Jul 15 23:09:15.930 INFO O| Jul 15 23:09:15.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82672026-07-15T23:09:16.930Z[ recovery-image] Jul 15 23:09:15.930 INFO O| Jul 15 23:09:15.930 INFO STEP 969 (remove_files) COMPLETE
82682026-07-15T23:09:16.930Z[ recovery-image] Jul 15 23:09:15.930 INFO O| Jul 15 23:09:15.930 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-07-15T23:09:16.938Z[ recovery-image] Jul 15 23:09:15.939 INFO O| Jul 15 23:09:15.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82702026-07-15T23:09:16.941Z[ recovery-image] Jul 15 23:09:15.939 INFO O| Jul 15 23:09:15.939 INFO STEP 970 (remove_files) COMPLETE
82712026-07-15T23:09:16.948Z[ recovery-image] Jul 15 23:09:15.939 INFO O| Jul 15 23:09:15.939 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-07-15T23:09:16.948Z[ recovery-image] Jul 15 23:09:15.946 INFO O| Jul 15 23:09:15.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82732026-07-15T23:09:16.948Z[ recovery-image] Jul 15 23:09:15.946 INFO O| Jul 15 23:09:15.946 INFO STEP 971 (remove_files) COMPLETE
82742026-07-15T23:09:16.948Z[ recovery-image] Jul 15 23:09:15.946 INFO O| Jul 15 23:09:15.946 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-07-15T23:09:16.954Z[ recovery-image] Jul 15 23:09:15.954 INFO O| Jul 15 23:09:15.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82762026-07-15T23:09:16.954Z[ recovery-image] Jul 15 23:09:15.954 INFO O| Jul 15 23:09:15.954 INFO STEP 972 (remove_files) COMPLETE
82772026-07-15T23:09:16.957Z[ recovery-image] Jul 15 23:09:15.954 INFO O| Jul 15 23:09:15.954 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-07-15T23:09:16.963Z[ recovery-image] Jul 15 23:09:15.963 INFO O| Jul 15 23:09:15.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82792026-07-15T23:09:16.963Z[ recovery-image] Jul 15 23:09:15.963 INFO O| Jul 15 23:09:15.963 INFO STEP 973 (remove_files) COMPLETE
82802026-07-15T23:09:16.966Z[ recovery-image] Jul 15 23:09:15.963 INFO O| Jul 15 23:09:15.963 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-07-15T23:09:16.971Z[ recovery-image] Jul 15 23:09:15.972 INFO O| Jul 15 23:09:15.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82822026-07-15T23:09:16.971Z[ recovery-image] Jul 15 23:09:15.972 INFO O| Jul 15 23:09:15.972 INFO STEP 974 (remove_files) COMPLETE
82832026-07-15T23:09:16.974Z[ recovery-image] Jul 15 23:09:15.972 INFO O| Jul 15 23:09:15.972 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-07-15T23:09:16.980Z[ recovery-image] Jul 15 23:09:15.981 INFO O| Jul 15 23:09:15.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82852026-07-15T23:09:16.980Z[ recovery-image] Jul 15 23:09:15.981 INFO O| Jul 15 23:09:15.981 INFO STEP 975 (remove_files) COMPLETE
82862026-07-15T23:09:16.980Z[ recovery-image] Jul 15 23:09:15.981 INFO O| Jul 15 23:09:15.981 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-07-15T23:09:16.989Z[ recovery-image] Jul 15 23:09:15.990 INFO O| Jul 15 23:09:15.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82882026-07-15T23:09:16.989Z[ recovery-image] Jul 15 23:09:15.990 INFO O| Jul 15 23:09:15.990 INFO STEP 976 (remove_files) COMPLETE
82892026-07-15T23:09:16.992Z[ recovery-image] Jul 15 23:09:15.990 INFO O| Jul 15 23:09:15.990 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-07-15T23:09:16.997Z[ recovery-image] Jul 15 23:09:15.998 INFO O| Jul 15 23:09:15.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82912026-07-15T23:09:17.001Z[ recovery-image] Jul 15 23:09:15.998 INFO O| Jul 15 23:09:15.998 INFO STEP 977 (remove_files) COMPLETE
82922026-07-15T23:09:17.001Z[ recovery-image] Jul 15 23:09:15.998 INFO O| Jul 15 23:09:15.998 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-07-15T23:09:17.007Z[ recovery-image] Jul 15 23:09:16.009 INFO O| Jul 15 23:09:16.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82942026-07-15T23:09:17.007Z[ recovery-image] Jul 15 23:09:16.009 INFO O| Jul 15 23:09:16.009 INFO STEP 978 (remove_files) COMPLETE
82952026-07-15T23:09:17.008Z[ recovery-image] Jul 15 23:09:16.009 INFO O| Jul 15 23:09:16.009 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-07-15T23:09:17.017Z[ recovery-image] Jul 15 23:09:16.018 INFO O| Jul 15 23:09:16.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82972026-07-15T23:09:17.020Z[ recovery-image] Jul 15 23:09:16.018 INFO O| Jul 15 23:09:16.018 INFO STEP 979 (remove_files) COMPLETE
82982026-07-15T23:09:17.021Z[ recovery-image] Jul 15 23:09:16.018 INFO O| Jul 15 23:09:16.018 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-07-15T23:09:17.027Z[ recovery-image] Jul 15 23:09:16.028 INFO O| Jul 15 23:09:16.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83002026-07-15T23:09:17.027Z[ recovery-image] Jul 15 23:09:16.028 INFO O| Jul 15 23:09:16.028 INFO STEP 980 (remove_files) COMPLETE
83012026-07-15T23:09:17.027Z[ recovery-image] Jul 15 23:09:16.028 INFO O| Jul 15 23:09:16.028 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-07-15T23:09:17.037Z[ recovery-image] Jul 15 23:09:16.038 INFO O| Jul 15 23:09:16.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83032026-07-15T23:09:17.044Z[ recovery-image] Jul 15 23:09:16.038 INFO O| Jul 15 23:09:16.038 INFO STEP 981 (remove_files) COMPLETE
83042026-07-15T23:09:17.044Z[ recovery-image] Jul 15 23:09:16.038 INFO O| Jul 15 23:09:16.038 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-07-15T23:09:17.048Z[ recovery-image] Jul 15 23:09:16.049 INFO O| Jul 15 23:09:16.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83062026-07-15T23:09:17.048Z[ recovery-image] Jul 15 23:09:16.049 INFO O| Jul 15 23:09:16.049 INFO STEP 982 (remove_files) COMPLETE
83072026-07-15T23:09:17.049Z[ recovery-image] Jul 15 23:09:16.049 INFO O| Jul 15 23:09:16.049 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-07-15T23:09:17.056Z[ recovery-image] Jul 15 23:09:16.058 INFO O| Jul 15 23:09:16.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83092026-07-15T23:09:17.056Z[ recovery-image] Jul 15 23:09:16.058 INFO O| Jul 15 23:09:16.058 INFO STEP 983 (remove_files) COMPLETE
83102026-07-15T23:09:17.060Z[ recovery-image] Jul 15 23:09:16.058 INFO O| Jul 15 23:09:16.058 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-07-15T23:09:17.065Z[ recovery-image] Jul 15 23:09:16.066 INFO O| Jul 15 23:09:16.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83122026-07-15T23:09:17.065Z[ recovery-image] Jul 15 23:09:16.066 INFO O| Jul 15 23:09:16.066 INFO STEP 984 (remove_files) COMPLETE
83132026-07-15T23:09:17.065Z[ recovery-image] Jul 15 23:09:16.066 INFO O| Jul 15 23:09:16.066 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-07-15T23:09:17.074Z[ recovery-image] Jul 15 23:09:16.076 INFO O| Jul 15 23:09:16.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83152026-07-15T23:09:17.075Z[ recovery-image] Jul 15 23:09:16.076 INFO O| Jul 15 23:09:16.076 INFO STEP 985 (remove_files) COMPLETE
83162026-07-15T23:09:17.078Z[ recovery-image] Jul 15 23:09:16.076 INFO O| Jul 15 23:09:16.076 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-07-15T23:09:17.082Z[ recovery-image] Jul 15 23:09:16.084 INFO O| Jul 15 23:09:16.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83182026-07-15T23:09:17.086Z[ recovery-image] Jul 15 23:09:16.084 INFO O| Jul 15 23:09:16.084 INFO STEP 986 (remove_files) COMPLETE
83192026-07-15T23:09:17.086Z[ recovery-image] Jul 15 23:09:16.084 INFO O| Jul 15 23:09:16.084 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-07-15T23:09:17.092Z[ recovery-image] Jul 15 23:09:16.091 INFO O| Jul 15 23:09:16.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83212026-07-15T23:09:17.092Z[ recovery-image] Jul 15 23:09:16.091 INFO O| Jul 15 23:09:16.091 INFO STEP 987 (remove_files) COMPLETE
83222026-07-15T23:09:17.092Z[ recovery-image] Jul 15 23:09:16.091 INFO O| Jul 15 23:09:16.091 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-07-15T23:09:17.097Z[ recovery-image] Jul 15 23:09:16.099 INFO O| Jul 15 23:09:16.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83242026-07-15T23:09:17.098Z[ recovery-image] Jul 15 23:09:16.099 INFO O| Jul 15 23:09:16.099 INFO STEP 988 (remove_files) COMPLETE
83252026-07-15T23:09:17.101Z[ recovery-image] Jul 15 23:09:16.099 INFO O| Jul 15 23:09:16.099 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-07-15T23:09:17.107Z[ recovery-image] Jul 15 23:09:16.106 INFO O| Jul 15 23:09:16.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83272026-07-15T23:09:17.107Z[ recovery-image] Jul 15 23:09:16.106 INFO O| Jul 15 23:09:16.106 INFO STEP 989 (remove_files) COMPLETE
83282026-07-15T23:09:17.111Z[ recovery-image] Jul 15 23:09:16.106 INFO O| Jul 15 23:09:16.106 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-07-15T23:09:17.117Z[ recovery-image] Jul 15 23:09:16.114 INFO O| Jul 15 23:09:16.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83302026-07-15T23:09:17.117Z[ recovery-image] Jul 15 23:09:16.114 INFO O| Jul 15 23:09:16.114 INFO STEP 990 (remove_files) COMPLETE
83312026-07-15T23:09:17.117Z[ recovery-image] Jul 15 23:09:16.114 INFO O| Jul 15 23:09:16.114 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-07-15T23:09:17.120Z[ recovery-image] Jul 15 23:09:16.121 INFO O| Jul 15 23:09:16.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83332026-07-15T23:09:17.120Z[ recovery-image] Jul 15 23:09:16.121 INFO O| Jul 15 23:09:16.121 INFO STEP 991 (remove_files) COMPLETE
83342026-07-15T23:09:17.120Z[ recovery-image] Jul 15 23:09:16.121 INFO O| Jul 15 23:09:16.121 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-07-15T23:09:17.128Z[ recovery-image] Jul 15 23:09:16.129 INFO O| Jul 15 23:09:16.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83362026-07-15T23:09:17.128Z[ recovery-image] Jul 15 23:09:16.129 INFO O| Jul 15 23:09:16.129 INFO STEP 992 (remove_files) COMPLETE
83372026-07-15T23:09:17.133Z[ recovery-image] Jul 15 23:09:16.129 INFO O| Jul 15 23:09:16.129 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-07-15T23:09:17.136Z[ recovery-image] Jul 15 23:09:16.136 INFO O| Jul 15 23:09:16.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83392026-07-15T23:09:17.136Z[ recovery-image] Jul 15 23:09:16.137 INFO O| Jul 15 23:09:16.137 INFO STEP 993 (remove_files) COMPLETE
83402026-07-15T23:09:17.136Z[ recovery-image] Jul 15 23:09:16.137 INFO O| Jul 15 23:09:16.137 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-07-15T23:09:17.144Z[ recovery-image] Jul 15 23:09:16.145 INFO O| Jul 15 23:09:16.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83422026-07-15T23:09:17.144Z[ recovery-image] Jul 15 23:09:16.145 INFO O| Jul 15 23:09:16.145 INFO STEP 994 (remove_files) COMPLETE
83432026-07-15T23:09:17.144Z[ recovery-image] Jul 15 23:09:16.145 INFO O| Jul 15 23:09:16.145 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-07-15T23:09:17.155Z[ recovery-image] Jul 15 23:09:16.156 INFO O| Jul 15 23:09:16.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83452026-07-15T23:09:17.156Z[ recovery-image] Jul 15 23:09:16.156 INFO O| Jul 15 23:09:16.156 INFO STEP 995 (remove_files) COMPLETE
83462026-07-15T23:09:17.160Z[ recovery-image] Jul 15 23:09:16.156 INFO O| Jul 15 23:09:16.156 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-07-15T23:09:17.163Z[ recovery-image] Jul 15 23:09:16.164 INFO O| Jul 15 23:09:16.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83482026-07-15T23:09:17.163Z[ recovery-image] Jul 15 23:09:16.164 INFO O| Jul 15 23:09:16.164 INFO STEP 996 (remove_files) COMPLETE
83492026-07-15T23:09:17.163Z[ recovery-image] Jul 15 23:09:16.164 INFO O| Jul 15 23:09:16.164 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-07-15T23:09:17.171Z[ recovery-image] Jul 15 23:09:16.173 INFO O| Jul 15 23:09:16.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83512026-07-15T23:09:17.175Z[ recovery-image] Jul 15 23:09:16.173 INFO O| Jul 15 23:09:16.173 INFO STEP 997 (remove_files) COMPLETE
83522026-07-15T23:09:17.175Z[ recovery-image] Jul 15 23:09:16.173 INFO O| Jul 15 23:09:16.173 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-07-15T23:09:17.183Z[ recovery-image] Jul 15 23:09:16.181 INFO O| Jul 15 23:09:16.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83542026-07-15T23:09:17.186Z[ recovery-image] Jul 15 23:09:16.181 INFO O| Jul 15 23:09:16.181 INFO STEP 998 (remove_files) COMPLETE
83552026-07-15T23:09:17.186Z[ recovery-image] Jul 15 23:09:16.181 INFO O| Jul 15 23:09:16.181 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-07-15T23:09:17.190Z[ recovery-image] Jul 15 23:09:16.191 INFO O| Jul 15 23:09:16.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83572026-07-15T23:09:17.190Z[ recovery-image] Jul 15 23:09:16.191 INFO O| Jul 15 23:09:16.191 INFO STEP 999 (remove_files) COMPLETE
83582026-07-15T23:09:17.194Z[ recovery-image] Jul 15 23:09:16.191 INFO O| Jul 15 23:09:16.191 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-07-15T23:09:17.199Z[ recovery-image] Jul 15 23:09:16.200 INFO O| Jul 15 23:09:16.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83602026-07-15T23:09:17.200Z[ recovery-image] Jul 15 23:09:16.200 INFO O| Jul 15 23:09:16.200 INFO STEP 1000 (remove_files) COMPLETE
83612026-07-15T23:09:17.205Z[ recovery-image] Jul 15 23:09:16.200 INFO O| Jul 15 23:09:16.200 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-07-15T23:09:17.210Z[ recovery-image] Jul 15 23:09:16.211 INFO O| Jul 15 23:09:16.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83632026-07-15T23:09:17.210Z[ recovery-image] Jul 15 23:09:16.211 INFO O| Jul 15 23:09:16.211 INFO STEP 1001 (remove_files) COMPLETE
83642026-07-15T23:09:17.213Z[ recovery-image] Jul 15 23:09:16.211 INFO O| Jul 15 23:09:16.211 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-07-15T23:09:17.219Z[ recovery-image] Jul 15 23:09:16.221 INFO O| Jul 15 23:09:16.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83662026-07-15T23:09:17.223Z[ recovery-image] Jul 15 23:09:16.221 INFO O| Jul 15 23:09:16.221 INFO STEP 1002 (remove_files) COMPLETE
83672026-07-15T23:09:17.223Z[ recovery-image] Jul 15 23:09:16.221 INFO O| Jul 15 23:09:16.221 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-07-15T23:09:17.230Z[ recovery-image] Jul 15 23:09:16.231 INFO O| Jul 15 23:09:16.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83692026-07-15T23:09:17.234Z[ recovery-image] Jul 15 23:09:16.231 INFO O| Jul 15 23:09:16.231 INFO STEP 1003 (remove_files) COMPLETE
83702026-07-15T23:09:17.234Z[ recovery-image] Jul 15 23:09:16.231 INFO O| Jul 15 23:09:16.231 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-07-15T23:09:17.239Z[ recovery-image] Jul 15 23:09:16.239 INFO O| Jul 15 23:09:16.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83722026-07-15T23:09:17.244Z[ recovery-image] Jul 15 23:09:16.239 INFO O| Jul 15 23:09:16.239 INFO STEP 1004 (remove_files) COMPLETE
83732026-07-15T23:09:17.245Z[ recovery-image] Jul 15 23:09:16.239 INFO O| Jul 15 23:09:16.239 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-07-15T23:09:17.249Z[ recovery-image] Jul 15 23:09:16.247 INFO O| Jul 15 23:09:16.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83752026-07-15T23:09:17.249Z[ recovery-image] Jul 15 23:09:16.247 INFO O| Jul 15 23:09:16.247 INFO STEP 1005 (remove_files) COMPLETE
83762026-07-15T23:09:17.249Z[ recovery-image] Jul 15 23:09:16.247 INFO O| Jul 15 23:09:16.247 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-07-15T23:09:17.255Z[ recovery-image] Jul 15 23:09:16.255 INFO O| Jul 15 23:09:16.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83782026-07-15T23:09:17.259Z[ recovery-image] Jul 15 23:09:16.255 INFO O| Jul 15 23:09:16.255 INFO STEP 1006 (remove_files) COMPLETE
83792026-07-15T23:09:17.259Z[ recovery-image] Jul 15 23:09:16.256 INFO O| Jul 15 23:09:16.255 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-07-15T23:09:17.264Z[ recovery-image] Jul 15 23:09:16.265 INFO O| Jul 15 23:09:16.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83812026-07-15T23:09:17.268Z[ recovery-image] Jul 15 23:09:16.265 INFO O| Jul 15 23:09:16.265 INFO STEP 1007 (remove_files) COMPLETE
83822026-07-15T23:09:17.268Z[ recovery-image] Jul 15 23:09:16.265 INFO O| Jul 15 23:09:16.265 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-07-15T23:09:17.274Z[ recovery-image] Jul 15 23:09:16.275 INFO O| Jul 15 23:09:16.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83842026-07-15T23:09:17.274Z[ recovery-image] Jul 15 23:09:16.275 INFO O| Jul 15 23:09:16.275 INFO STEP 1008 (remove_files) COMPLETE
83852026-07-15T23:09:17.278Z[ recovery-image] Jul 15 23:09:16.275 INFO O| Jul 15 23:09:16.275 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-07-15T23:09:17.284Z[ recovery-image] Jul 15 23:09:16.283 INFO O| Jul 15 23:09:16.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83872026-07-15T23:09:17.284Z[ recovery-image] Jul 15 23:09:16.283 INFO O| Jul 15 23:09:16.283 INFO STEP 1009 (remove_files) COMPLETE
83882026-07-15T23:09:17.285Z[ recovery-image] Jul 15 23:09:16.283 INFO O| Jul 15 23:09:16.283 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-07-15T23:09:17.291Z[ recovery-image] Jul 15 23:09:16.291 INFO O| Jul 15 23:09:16.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83902026-07-15T23:09:17.295Z[ recovery-image] Jul 15 23:09:16.292 INFO O| Jul 15 23:09:16.292 INFO STEP 1010 (remove_files) COMPLETE
83912026-07-15T23:09:17.295Z[ recovery-image] Jul 15 23:09:16.292 INFO O| Jul 15 23:09:16.292 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-07-15T23:09:17.299Z[ recovery-image] Jul 15 23:09:16.299 INFO O| Jul 15 23:09:16.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83932026-07-15T23:09:17.299Z[ recovery-image] Jul 15 23:09:16.299 INFO O| Jul 15 23:09:16.299 INFO STEP 1011 (remove_files) COMPLETE
83942026-07-15T23:09:17.299Z[ recovery-image] Jul 15 23:09:16.299 INFO O| Jul 15 23:09:16.299 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-07-15T23:09:17.307Z[ recovery-image] Jul 15 23:09:16.309 INFO O| Jul 15 23:09:16.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83962026-07-15T23:09:17.312Z[ recovery-image] Jul 15 23:09:16.309 INFO O| Jul 15 23:09:16.309 INFO STEP 1012 (remove_files) COMPLETE
83972026-07-15T23:09:17.312Z[ recovery-image] Jul 15 23:09:16.309 INFO O| Jul 15 23:09:16.309 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-07-15T23:09:17.316Z[ recovery-image] Jul 15 23:09:16.317 INFO O| Jul 15 23:09:16.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83992026-07-15T23:09:17.319Z[ recovery-image] Jul 15 23:09:16.317 INFO O| Jul 15 23:09:16.317 INFO STEP 1013 (remove_files) COMPLETE
84002026-07-15T23:09:17.319Z[ recovery-image] Jul 15 23:09:16.317 INFO O| Jul 15 23:09:16.317 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-07-15T23:09:17.324Z[ recovery-image] Jul 15 23:09:16.326 INFO O| Jul 15 23:09:16.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84022026-07-15T23:09:17.328Z[ recovery-image] Jul 15 23:09:16.326 INFO O| Jul 15 23:09:16.326 INFO STEP 1014 (remove_files) COMPLETE
84032026-07-15T23:09:17.328Z[ recovery-image] Jul 15 23:09:16.326 INFO O| Jul 15 23:09:16.326 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-07-15T23:09:17.333Z[ recovery-image] Jul 15 23:09:16.334 INFO O| Jul 15 23:09:16.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84052026-07-15T23:09:17.333Z[ recovery-image] Jul 15 23:09:16.334 INFO O| Jul 15 23:09:16.334 INFO STEP 1015 (remove_files) COMPLETE
84062026-07-15T23:09:17.337Z[ recovery-image] Jul 15 23:09:16.334 INFO O| Jul 15 23:09:16.334 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-07-15T23:09:17.342Z[ recovery-image] Jul 15 23:09:16.343 INFO O| Jul 15 23:09:16.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84082026-07-15T23:09:17.342Z[ recovery-image] Jul 15 23:09:16.343 INFO O| Jul 15 23:09:16.343 INFO STEP 1016 (remove_files) COMPLETE
84092026-07-15T23:09:17.346Z[ recovery-image] Jul 15 23:09:16.343 INFO O| Jul 15 23:09:16.343 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-07-15T23:09:17.349Z[ recovery-image] Jul 15 23:09:16.351 INFO O| Jul 15 23:09:16.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84112026-07-15T23:09:17.355Z[ recovery-image] Jul 15 23:09:16.351 INFO O| Jul 15 23:09:16.351 INFO STEP 1017 (remove_files) COMPLETE
84122026-07-15T23:09:17.355Z[ recovery-image] Jul 15 23:09:16.351 INFO O| Jul 15 23:09:16.351 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-07-15T23:09:17.361Z[ recovery-image] Jul 15 23:09:16.357 INFO O| Jul 15 23:09:16.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84142026-07-15T23:09:17.361Z[ recovery-image] Jul 15 23:09:16.357 INFO O| Jul 15 23:09:16.357 INFO STEP 1018 (remove_files) COMPLETE
84152026-07-15T23:09:17.361Z[ recovery-image] Jul 15 23:09:16.357 INFO O| Jul 15 23:09:16.357 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-07-15T23:09:17.368Z[ recovery-image] Jul 15 23:09:16.366 INFO O| Jul 15 23:09:16.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84172026-07-15T23:09:17.368Z[ recovery-image] Jul 15 23:09:16.366 INFO O| Jul 15 23:09:16.366 INFO STEP 1019 (remove_files) COMPLETE
84182026-07-15T23:09:17.368Z[ recovery-image] Jul 15 23:09:16.366 INFO O| Jul 15 23:09:16.366 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-07-15T23:09:17.376Z[ recovery-image] Jul 15 23:09:16.375 INFO O| Jul 15 23:09:16.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84202026-07-15T23:09:17.376Z[ recovery-image] Jul 15 23:09:16.375 INFO O| Jul 15 23:09:16.375 INFO STEP 1020 (remove_files) COMPLETE
84212026-07-15T23:09:17.376Z[ recovery-image] Jul 15 23:09:16.375 INFO O| Jul 15 23:09:16.375 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-07-15T23:09:17.381Z[ recovery-image] Jul 15 23:09:16.382 INFO O| Jul 15 23:09:16.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84232026-07-15T23:09:17.381Z[ recovery-image] Jul 15 23:09:16.382 INFO O| Jul 15 23:09:16.382 INFO STEP 1021 (remove_files) COMPLETE
84242026-07-15T23:09:17.385Z[ recovery-image] Jul 15 23:09:16.382 INFO O| Jul 15 23:09:16.382 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-07-15T23:09:17.388Z[ recovery-image] Jul 15 23:09:16.390 INFO O| Jul 15 23:09:16.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84262026-07-15T23:09:17.388Z[ recovery-image] Jul 15 23:09:16.390 INFO O| Jul 15 23:09:16.390 INFO STEP 1022 (remove_files) COMPLETE
84272026-07-15T23:09:17.392Z[ recovery-image] Jul 15 23:09:16.390 INFO O| Jul 15 23:09:16.390 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-07-15T23:09:17.444Z[ recovery-image] Jul 15 23:09:16.399 INFO O| Jul 15 23:09:16.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84292026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.399 INFO O| Jul 15 23:09:16.399 INFO STEP 1023 (remove_files) COMPLETE
84302026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.399 INFO O| Jul 15 23:09:16.399 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.407 INFO O| Jul 15 23:09:16.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84322026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.407 INFO O| Jul 15 23:09:16.407 INFO STEP 1024 (remove_files) COMPLETE
84332026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.407 INFO O| Jul 15 23:09:16.407 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.415 INFO O| Jul 15 23:09:16.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84352026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.415 INFO O| Jul 15 23:09:16.415 INFO STEP 1025 (remove_files) COMPLETE
84362026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.415 INFO O| Jul 15 23:09:16.415 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.423 INFO O| Jul 15 23:09:16.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84382026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.423 INFO O| Jul 15 23:09:16.423 INFO STEP 1026 (remove_files) COMPLETE
84392026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.423 INFO O| Jul 15 23:09:16.423 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.429 INFO O| Jul 15 23:09:16.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84412026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.429 INFO O| Jul 15 23:09:16.429 INFO STEP 1027 (remove_files) COMPLETE
84422026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.429 INFO O| Jul 15 23:09:16.429 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-07-15T23:09:17.445Z[ recovery-image] Jul 15 23:09:16.435 INFO O| Jul 15 23:09:16.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84442026-07-15T23:09:17.446Z[ recovery-image] Jul 15 23:09:16.435 INFO O| Jul 15 23:09:16.435 INFO STEP 1028 (remove_files) COMPLETE
84452026-07-15T23:09:17.446Z[ recovery-image] Jul 15 23:09:16.435 INFO O| Jul 15 23:09:16.435 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-07-15T23:09:17.450Z[ recovery-image] Jul 15 23:09:16.443 INFO O| Jul 15 23:09:16.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84472026-07-15T23:09:17.450Z[ recovery-image] Jul 15 23:09:16.443 INFO O| Jul 15 23:09:16.443 INFO STEP 1029 (remove_files) COMPLETE
84482026-07-15T23:09:17.450Z[ recovery-image] Jul 15 23:09:16.443 INFO O| Jul 15 23:09:16.443 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-07-15T23:09:17.454Z[ recovery-image] Jul 15 23:09:16.452 INFO O| Jul 15 23:09:16.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84502026-07-15T23:09:17.454Z[ recovery-image] Jul 15 23:09:16.452 INFO O| Jul 15 23:09:16.452 INFO STEP 1030 (remove_files) COMPLETE
84512026-07-15T23:09:17.454Z[ recovery-image] Jul 15 23:09:16.452 INFO O| Jul 15 23:09:16.452 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-07-15T23:09:17.458Z[ recovery-image] Jul 15 23:09:16.460 INFO O| Jul 15 23:09:16.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84532026-07-15T23:09:17.458Z[ recovery-image] Jul 15 23:09:16.460 INFO O| Jul 15 23:09:16.460 INFO STEP 1031 (remove_files) COMPLETE
84542026-07-15T23:09:17.463Z[ recovery-image] Jul 15 23:09:16.460 INFO O| Jul 15 23:09:16.460 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-07-15T23:09:17.467Z[ recovery-image] Jul 15 23:09:16.467 INFO O| Jul 15 23:09:16.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84562026-07-15T23:09:17.467Z[ recovery-image] Jul 15 23:09:16.467 INFO O| Jul 15 23:09:16.467 INFO STEP 1032 (remove_files) COMPLETE
84572026-07-15T23:09:17.468Z[ recovery-image] Jul 15 23:09:16.467 INFO O| Jul 15 23:09:16.467 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-07-15T23:09:17.473Z[ recovery-image] Jul 15 23:09:16.474 INFO O| Jul 15 23:09:16.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84592026-07-15T23:09:17.477Z[ recovery-image] Jul 15 23:09:16.475 INFO O| Jul 15 23:09:16.475 INFO STEP 1033 (remove_files) COMPLETE
84602026-07-15T23:09:17.477Z[ recovery-image] Jul 15 23:09:16.475 INFO O| Jul 15 23:09:16.475 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-07-15T23:09:17.480Z[ recovery-image] Jul 15 23:09:16.482 INFO O| Jul 15 23:09:16.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84622026-07-15T23:09:17.481Z[ recovery-image] Jul 15 23:09:16.482 INFO O| Jul 15 23:09:16.482 INFO STEP 1034 (remove_files) COMPLETE
84632026-07-15T23:09:17.484Z[ recovery-image] Jul 15 23:09:16.482 INFO O| Jul 15 23:09:16.482 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-07-15T23:09:17.488Z[ recovery-image] Jul 15 23:09:16.489 INFO O| Jul 15 23:09:16.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84652026-07-15T23:09:17.488Z[ recovery-image] Jul 15 23:09:16.489 INFO O| Jul 15 23:09:16.489 INFO STEP 1035 (remove_files) COMPLETE
84662026-07-15T23:09:17.491Z[ recovery-image] Jul 15 23:09:16.489 INFO O| Jul 15 23:09:16.489 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-07-15T23:09:17.496Z[ recovery-image] Jul 15 23:09:16.497 INFO O| Jul 15 23:09:16.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84682026-07-15T23:09:17.500Z[ recovery-image] Jul 15 23:09:16.497 INFO O| Jul 15 23:09:16.497 INFO STEP 1036 (remove_files) COMPLETE
84692026-07-15T23:09:17.500Z[ recovery-image] Jul 15 23:09:16.497 INFO O| Jul 15 23:09:16.497 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-07-15T23:09:17.504Z[ recovery-image] Jul 15 23:09:16.505 INFO O| Jul 15 23:09:16.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84712026-07-15T23:09:17.504Z[ recovery-image] Jul 15 23:09:16.505 INFO O| Jul 15 23:09:16.505 INFO STEP 1037 (remove_files) COMPLETE
84722026-07-15T23:09:17.508Z[ recovery-image] Jul 15 23:09:16.505 INFO O| Jul 15 23:09:16.505 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-07-15T23:09:17.512Z[ recovery-image] Jul 15 23:09:16.513 INFO O| Jul 15 23:09:16.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84742026-07-15T23:09:17.518Z[ recovery-image] Jul 15 23:09:16.513 INFO O| Jul 15 23:09:16.513 INFO STEP 1038 (remove_files) COMPLETE
84752026-07-15T23:09:17.518Z[ recovery-image] Jul 15 23:09:16.513 INFO O| Jul 15 23:09:16.513 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-07-15T23:09:17.524Z[ recovery-image] Jul 15 23:09:16.521 INFO O| Jul 15 23:09:16.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84772026-07-15T23:09:17.524Z[ recovery-image] Jul 15 23:09:16.521 INFO O| Jul 15 23:09:16.521 INFO STEP 1039 (remove_files) COMPLETE
84782026-07-15T23:09:17.524Z[ recovery-image] Jul 15 23:09:16.521 INFO O| Jul 15 23:09:16.521 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-07-15T23:09:17.527Z[ recovery-image] Jul 15 23:09:16.528 INFO O| Jul 15 23:09:16.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84802026-07-15T23:09:17.527Z[ recovery-image] Jul 15 23:09:16.528 INFO O| Jul 15 23:09:16.528 INFO STEP 1040 (remove_files) COMPLETE
84812026-07-15T23:09:17.527Z[ recovery-image] Jul 15 23:09:16.528 INFO O| Jul 15 23:09:16.528 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-07-15T23:09:17.535Z[ recovery-image] Jul 15 23:09:16.536 INFO O| Jul 15 23:09:16.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84832026-07-15T23:09:17.540Z[ recovery-image] Jul 15 23:09:16.536 INFO O| Jul 15 23:09:16.536 INFO STEP 1041 (remove_files) COMPLETE
84842026-07-15T23:09:17.540Z[ recovery-image] Jul 15 23:09:16.536 INFO O| Jul 15 23:09:16.536 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-07-15T23:09:17.544Z[ recovery-image] Jul 15 23:09:16.543 INFO O| Jul 15 23:09:16.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84862026-07-15T23:09:17.544Z[ recovery-image] Jul 15 23:09:16.543 INFO O| Jul 15 23:09:16.543 INFO STEP 1042 (remove_files) COMPLETE
84872026-07-15T23:09:17.544Z[ recovery-image] Jul 15 23:09:16.543 INFO O| Jul 15 23:09:16.543 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-07-15T23:09:17.549Z[ recovery-image] Jul 15 23:09:16.551 INFO O| Jul 15 23:09:16.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84892026-07-15T23:09:17.549Z[ recovery-image] Jul 15 23:09:16.551 INFO O| Jul 15 23:09:16.551 INFO STEP 1043 (remove_files) COMPLETE
84902026-07-15T23:09:17.550Z[ recovery-image] Jul 15 23:09:16.551 INFO O| Jul 15 23:09:16.551 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-07-15T23:09:17.558Z[ recovery-image] Jul 15 23:09:16.558 INFO O| Jul 15 23:09:16.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84922026-07-15T23:09:17.558Z[ recovery-image] Jul 15 23:09:16.558 INFO O| Jul 15 23:09:16.558 INFO STEP 1044 (remove_files) COMPLETE
84932026-07-15T23:09:17.558Z[ recovery-image] Jul 15 23:09:16.558 INFO O| Jul 15 23:09:16.558 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-07-15T23:09:17.567Z[ recovery-image] Jul 15 23:09:16.568 INFO O| Jul 15 23:09:16.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84952026-07-15T23:09:17.567Z[ recovery-image] Jul 15 23:09:16.568 INFO O| Jul 15 23:09:16.568 INFO STEP 1045 (remove_files) COMPLETE
84962026-07-15T23:09:17.567Z[ recovery-image] Jul 15 23:09:16.568 INFO O| Jul 15 23:09:16.568 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-07-15T23:09:17.575Z[ recovery-image] Jul 15 23:09:16.576 INFO O| Jul 15 23:09:16.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84982026-07-15T23:09:17.575Z[ recovery-image] Jul 15 23:09:16.576 INFO O| Jul 15 23:09:16.576 INFO STEP 1046 (remove_files) COMPLETE
84992026-07-15T23:09:17.575Z[ recovery-image] Jul 15 23:09:16.576 INFO O| Jul 15 23:09:16.576 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-07-15T23:09:17.583Z[ recovery-image] Jul 15 23:09:16.585 INFO O| Jul 15 23:09:16.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85012026-07-15T23:09:17.588Z[ recovery-image] Jul 15 23:09:16.585 INFO O| Jul 15 23:09:16.585 INFO STEP 1047 (remove_files) COMPLETE
85022026-07-15T23:09:17.588Z[ recovery-image] Jul 15 23:09:16.585 INFO O| Jul 15 23:09:16.585 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-07-15T23:09:17.594Z[ recovery-image] Jul 15 23:09:16.593 INFO O| Jul 15 23:09:16.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85042026-07-15T23:09:17.594Z[ recovery-image] Jul 15 23:09:16.593 INFO O| Jul 15 23:09:16.593 INFO STEP 1048 (remove_files) COMPLETE
85052026-07-15T23:09:17.594Z[ recovery-image] Jul 15 23:09:16.593 INFO O| Jul 15 23:09:16.593 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-07-15T23:09:17.600Z[ recovery-image] Jul 15 23:09:16.601 INFO O| Jul 15 23:09:16.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85072026-07-15T23:09:17.600Z[ recovery-image] Jul 15 23:09:16.601 INFO O| Jul 15 23:09:16.601 INFO STEP 1049 (remove_files) COMPLETE
85082026-07-15T23:09:17.607Z[ recovery-image] Jul 15 23:09:16.601 INFO O| Jul 15 23:09:16.601 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-07-15T23:09:17.610Z[ recovery-image] Jul 15 23:09:16.609 INFO O| Jul 15 23:09:16.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85102026-07-15T23:09:17.610Z[ recovery-image] Jul 15 23:09:16.609 INFO O| Jul 15 23:09:16.609 INFO STEP 1050 (remove_files) COMPLETE
85112026-07-15T23:09:17.611Z[ recovery-image] Jul 15 23:09:16.609 INFO O| Jul 15 23:09:16.609 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-07-15T23:09:17.616Z[ recovery-image] Jul 15 23:09:16.617 INFO O| Jul 15 23:09:16.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85132026-07-15T23:09:17.616Z[ recovery-image] Jul 15 23:09:16.618 INFO O| Jul 15 23:09:16.617 INFO STEP 1051 (remove_files) COMPLETE
85142026-07-15T23:09:17.621Z[ recovery-image] Jul 15 23:09:16.618 INFO O| Jul 15 23:09:16.618 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-07-15T23:09:17.625Z[ recovery-image] Jul 15 23:09:16.625 INFO O| Jul 15 23:09:16.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85162026-07-15T23:09:17.625Z[ recovery-image] Jul 15 23:09:16.625 INFO O| Jul 15 23:09:16.625 INFO STEP 1052 (remove_files) COMPLETE
85172026-07-15T23:09:17.625Z[ recovery-image] Jul 15 23:09:16.625 INFO O| Jul 15 23:09:16.625 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-07-15T23:09:17.630Z[ recovery-image] Jul 15 23:09:16.631 INFO O| Jul 15 23:09:16.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85192026-07-15T23:09:17.630Z[ recovery-image] Jul 15 23:09:16.631 INFO O| Jul 15 23:09:16.631 INFO STEP 1053 (remove_files) COMPLETE
85202026-07-15T23:09:17.634Z[ recovery-image] Jul 15 23:09:16.631 INFO O| Jul 15 23:09:16.631 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-07-15T23:09:17.639Z[ recovery-image] Jul 15 23:09:16.640 INFO O| Jul 15 23:09:16.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85222026-07-15T23:09:17.639Z[ recovery-image] Jul 15 23:09:16.640 INFO O| Jul 15 23:09:16.640 INFO STEP 1054 (remove_files) COMPLETE
85232026-07-15T23:09:17.639Z[ recovery-image] Jul 15 23:09:16.640 INFO O| Jul 15 23:09:16.640 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-07-15T23:09:17.647Z[ recovery-image] Jul 15 23:09:16.648 INFO O| Jul 15 23:09:16.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85252026-07-15T23:09:17.651Z[ recovery-image] Jul 15 23:09:16.648 INFO O| Jul 15 23:09:16.648 INFO STEP 1055 (remove_files) COMPLETE
85262026-07-15T23:09:17.651Z[ recovery-image] Jul 15 23:09:16.648 INFO O| Jul 15 23:09:16.648 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-07-15T23:09:17.656Z[ recovery-image] Jul 15 23:09:16.657 INFO O| Jul 15 23:09:16.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85282026-07-15T23:09:17.656Z[ recovery-image] Jul 15 23:09:16.657 INFO O| Jul 15 23:09:16.657 INFO STEP 1056 (remove_files) COMPLETE
85292026-07-15T23:09:17.660Z[ recovery-image] Jul 15 23:09:16.657 INFO O| Jul 15 23:09:16.657 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-07-15T23:09:17.664Z[ recovery-image] Jul 15 23:09:16.665 INFO O| Jul 15 23:09:16.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85312026-07-15T23:09:17.664Z[ recovery-image] Jul 15 23:09:16.665 INFO O| Jul 15 23:09:16.665 INFO STEP 1057 (remove_files) COMPLETE
85322026-07-15T23:09:17.664Z[ recovery-image] Jul 15 23:09:16.665 INFO O| Jul 15 23:09:16.665 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-07-15T23:09:17.672Z[ recovery-image] Jul 15 23:09:16.673 INFO O| Jul 15 23:09:16.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85342026-07-15T23:09:17.672Z[ recovery-image] Jul 15 23:09:16.673 INFO O| Jul 15 23:09:16.673 INFO STEP 1058 (remove_files) COMPLETE
85352026-07-15T23:09:17.676Z[ recovery-image] Jul 15 23:09:16.673 INFO O| Jul 15 23:09:16.673 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-07-15T23:09:17.680Z[ recovery-image] Jul 15 23:09:16.681 INFO O| Jul 15 23:09:16.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85372026-07-15T23:09:17.680Z[ recovery-image] Jul 15 23:09:16.681 INFO O| Jul 15 23:09:16.681 INFO STEP 1059 (remove_files) COMPLETE
85382026-07-15T23:09:17.684Z[ recovery-image] Jul 15 23:09:16.681 INFO O| Jul 15 23:09:16.681 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-07-15T23:09:17.688Z[ recovery-image] Jul 15 23:09:16.689 INFO O| Jul 15 23:09:16.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85402026-07-15T23:09:17.688Z[ recovery-image] Jul 15 23:09:16.689 INFO O| Jul 15 23:09:16.689 INFO STEP 1060 (remove_files) COMPLETE
85412026-07-15T23:09:17.688Z[ recovery-image] Jul 15 23:09:16.689 INFO O| Jul 15 23:09:16.689 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-07-15T23:09:17.695Z[ recovery-image] Jul 15 23:09:16.696 INFO O| Jul 15 23:09:16.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85432026-07-15T23:09:17.695Z[ recovery-image] Jul 15 23:09:16.696 INFO O| Jul 15 23:09:16.696 INFO STEP 1061 (remove_files) COMPLETE
85442026-07-15T23:09:17.699Z[ recovery-image] Jul 15 23:09:16.696 INFO O| Jul 15 23:09:16.696 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-07-15T23:09:17.704Z[ recovery-image] Jul 15 23:09:16.705 INFO O| Jul 15 23:09:16.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85462026-07-15T23:09:17.704Z[ recovery-image] Jul 15 23:09:16.705 INFO O| Jul 15 23:09:16.705 INFO STEP 1062 (remove_files) COMPLETE
85472026-07-15T23:09:17.708Z[ recovery-image] Jul 15 23:09:16.705 INFO O| Jul 15 23:09:16.705 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-07-15T23:09:17.713Z[ recovery-image] Jul 15 23:09:16.714 INFO O| Jul 15 23:09:16.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85492026-07-15T23:09:17.713Z[ recovery-image] Jul 15 23:09:16.714 INFO O| Jul 15 23:09:16.714 INFO STEP 1063 (remove_files) COMPLETE
85502026-07-15T23:09:17.717Z[ recovery-image] Jul 15 23:09:16.714 INFO O| Jul 15 23:09:16.714 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-07-15T23:09:17.721Z[ recovery-image] Jul 15 23:09:16.723 INFO O| Jul 15 23:09:16.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85522026-07-15T23:09:17.725Z[ recovery-image] Jul 15 23:09:16.723 INFO O| Jul 15 23:09:16.723 INFO STEP 1064 (remove_files) COMPLETE
85532026-07-15T23:09:17.725Z[ recovery-image] Jul 15 23:09:16.723 INFO O| Jul 15 23:09:16.723 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-07-15T23:09:17.730Z[ recovery-image] Jul 15 23:09:16.731 INFO O| Jul 15 23:09:16.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85552026-07-15T23:09:17.730Z[ recovery-image] Jul 15 23:09:16.731 INFO O| Jul 15 23:09:16.731 INFO STEP 1065 (remove_files) COMPLETE
85562026-07-15T23:09:17.733Z[ recovery-image] Jul 15 23:09:16.731 INFO O| Jul 15 23:09:16.731 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-07-15T23:09:17.739Z[ recovery-image] Jul 15 23:09:16.741 INFO O| Jul 15 23:09:16.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85582026-07-15T23:09:17.740Z[ recovery-image] Jul 15 23:09:16.741 INFO O| Jul 15 23:09:16.741 INFO STEP 1066 (remove_files) COMPLETE
85592026-07-15T23:09:17.743Z[ recovery-image] Jul 15 23:09:16.741 INFO O| Jul 15 23:09:16.741 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-07-15T23:09:17.748Z[ recovery-image] Jul 15 23:09:16.749 INFO O| Jul 15 23:09:16.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85612026-07-15T23:09:17.748Z[ recovery-image] Jul 15 23:09:16.749 INFO O| Jul 15 23:09:16.749 INFO STEP 1067 (remove_files) COMPLETE
85622026-07-15T23:09:17.751Z[ recovery-image] Jul 15 23:09:16.749 INFO O| Jul 15 23:09:16.749 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-07-15T23:09:17.756Z[ recovery-image] Jul 15 23:09:16.757 INFO O| Jul 15 23:09:16.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85642026-07-15T23:09:17.756Z[ recovery-image] Jul 15 23:09:16.757 INFO O| Jul 15 23:09:16.757 INFO STEP 1068 (remove_files) COMPLETE
85652026-07-15T23:09:17.760Z[ recovery-image] Jul 15 23:09:16.757 INFO O| Jul 15 23:09:16.757 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-07-15T23:09:17.765Z[ recovery-image] Jul 15 23:09:16.766 INFO O| Jul 15 23:09:16.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85672026-07-15T23:09:17.769Z[ recovery-image] Jul 15 23:09:16.766 INFO O| Jul 15 23:09:16.766 INFO STEP 1069 (remove_files) COMPLETE
85682026-07-15T23:09:17.769Z[ recovery-image] Jul 15 23:09:16.766 INFO O| Jul 15 23:09:16.766 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-07-15T23:09:17.772Z[ recovery-image] Jul 15 23:09:16.774 INFO O| Jul 15 23:09:16.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85702026-07-15T23:09:17.772Z[ recovery-image] Jul 15 23:09:16.774 INFO O| Jul 15 23:09:16.774 INFO STEP 1070 (remove_files) COMPLETE
85712026-07-15T23:09:17.773Z[ recovery-image] Jul 15 23:09:16.774 INFO O| Jul 15 23:09:16.774 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-07-15T23:09:17.779Z[ recovery-image] Jul 15 23:09:16.781 INFO O| Jul 15 23:09:16.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85732026-07-15T23:09:17.779Z[ recovery-image] Jul 15 23:09:16.781 INFO O| Jul 15 23:09:16.781 INFO STEP 1071 (remove_files) COMPLETE
85742026-07-15T23:09:17.783Z[ recovery-image] Jul 15 23:09:16.781 INFO O| Jul 15 23:09:16.781 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-07-15T23:09:17.789Z[ recovery-image] Jul 15 23:09:16.791 INFO O| Jul 15 23:09:16.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85762026-07-15T23:09:17.789Z[ recovery-image] Jul 15 23:09:16.791 INFO O| Jul 15 23:09:16.791 INFO STEP 1072 (remove_files) COMPLETE
85772026-07-15T23:09:17.793Z[ recovery-image] Jul 15 23:09:16.791 INFO O| Jul 15 23:09:16.791 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-07-15T23:09:17.798Z[ recovery-image] Jul 15 23:09:16.800 INFO O| Jul 15 23:09:16.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85792026-07-15T23:09:17.802Z[ recovery-image] Jul 15 23:09:16.800 INFO O| Jul 15 23:09:16.800 INFO STEP 1073 (remove_files) COMPLETE
85802026-07-15T23:09:17.802Z[ recovery-image] Jul 15 23:09:16.800 INFO O| Jul 15 23:09:16.800 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-07-15T23:09:17.808Z[ recovery-image] Jul 15 23:09:16.809 INFO O| Jul 15 23:09:16.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85822026-07-15T23:09:17.811Z[ recovery-image] Jul 15 23:09:16.809 INFO O| Jul 15 23:09:16.809 INFO STEP 1074 (remove_files) COMPLETE
85832026-07-15T23:09:17.811Z[ recovery-image] Jul 15 23:09:16.809 INFO O| Jul 15 23:09:16.809 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-07-15T23:09:17.815Z[ recovery-image] Jul 15 23:09:16.816 INFO O| Jul 15 23:09:16.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85852026-07-15T23:09:17.815Z[ recovery-image] Jul 15 23:09:16.816 INFO O| Jul 15 23:09:16.816 INFO STEP 1075 (remove_files) COMPLETE
85862026-07-15T23:09:17.815Z[ recovery-image] Jul 15 23:09:16.816 INFO O| Jul 15 23:09:16.816 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-07-15T23:09:17.823Z[ recovery-image] Jul 15 23:09:16.823 INFO O| Jul 15 23:09:16.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85882026-07-15T23:09:17.823Z[ recovery-image] Jul 15 23:09:16.823 INFO O| Jul 15 23:09:16.823 INFO STEP 1076 (remove_files) COMPLETE
85892026-07-15T23:09:17.826Z[ recovery-image] Jul 15 23:09:16.823 INFO O| Jul 15 23:09:16.823 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-07-15T23:09:17.831Z[ recovery-image] Jul 15 23:09:16.832 INFO O| Jul 15 23:09:16.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85912026-07-15T23:09:17.831Z[ recovery-image] Jul 15 23:09:16.832 INFO O| Jul 15 23:09:16.832 INFO STEP 1077 (remove_files) COMPLETE
85922026-07-15T23:09:17.831Z[ recovery-image] Jul 15 23:09:16.832 INFO O| Jul 15 23:09:16.832 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-07-15T23:09:17.840Z[ recovery-image] Jul 15 23:09:16.841 INFO O| Jul 15 23:09:16.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85942026-07-15T23:09:17.840Z[ recovery-image] Jul 15 23:09:16.841 INFO O| Jul 15 23:09:16.841 INFO STEP 1078 (remove_files) COMPLETE
85952026-07-15T23:09:17.844Z[ recovery-image] Jul 15 23:09:16.841 INFO O| Jul 15 23:09:16.841 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-07-15T23:09:17.848Z[ recovery-image] Jul 15 23:09:16.850 INFO O| Jul 15 23:09:16.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85972026-07-15T23:09:17.848Z[ recovery-image] Jul 15 23:09:16.850 INFO O| Jul 15 23:09:16.850 INFO STEP 1079 (remove_files) COMPLETE
85982026-07-15T23:09:17.848Z[ recovery-image] Jul 15 23:09:16.850 INFO O| Jul 15 23:09:16.850 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-07-15T23:09:17.857Z[ recovery-image] Jul 15 23:09:16.858 INFO O| Jul 15 23:09:16.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86002026-07-15T23:09:17.857Z[ recovery-image] Jul 15 23:09:16.858 INFO O| Jul 15 23:09:16.858 INFO STEP 1080 (remove_files) COMPLETE
86012026-07-15T23:09:17.861Z[ recovery-image] Jul 15 23:09:16.858 INFO O| Jul 15 23:09:16.858 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-07-15T23:09:17.865Z[ recovery-image] Jul 15 23:09:16.867 INFO O| Jul 15 23:09:16.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86032026-07-15T23:09:17.865Z[ recovery-image] Jul 15 23:09:16.867 INFO O| Jul 15 23:09:16.867 INFO STEP 1081 (remove_files) COMPLETE
86042026-07-15T23:09:17.865Z[ recovery-image] Jul 15 23:09:16.867 INFO O| Jul 15 23:09:16.867 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-07-15T23:09:17.875Z[ recovery-image] Jul 15 23:09:16.876 INFO O| Jul 15 23:09:16.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86062026-07-15T23:09:17.875Z[ recovery-image] Jul 15 23:09:16.876 INFO O| Jul 15 23:09:16.876 INFO STEP 1082 (remove_files) COMPLETE
86072026-07-15T23:09:17.879Z[ recovery-image] Jul 15 23:09:16.876 INFO O| Jul 15 23:09:16.876 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-07-15T23:09:17.884Z[ recovery-image] Jul 15 23:09:16.885 INFO O| Jul 15 23:09:16.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86092026-07-15T23:09:17.887Z[ recovery-image] Jul 15 23:09:16.885 INFO O| Jul 15 23:09:16.885 INFO STEP 1083 (remove_files) COMPLETE
86102026-07-15T23:09:17.887Z[ recovery-image] Jul 15 23:09:16.885 INFO O| Jul 15 23:09:16.885 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-07-15T23:09:17.892Z[ recovery-image] Jul 15 23:09:16.893 INFO O| Jul 15 23:09:16.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86122026-07-15T23:09:17.895Z[ recovery-image] Jul 15 23:09:16.893 INFO O| Jul 15 23:09:16.893 INFO STEP 1084 (remove_files) COMPLETE
86132026-07-15T23:09:17.895Z[ recovery-image] Jul 15 23:09:16.893 INFO O| Jul 15 23:09:16.893 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-07-15T23:09:17.901Z[ recovery-image] Jul 15 23:09:16.902 INFO O| Jul 15 23:09:16.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86152026-07-15T23:09:17.901Z[ recovery-image] Jul 15 23:09:16.902 INFO O| Jul 15 23:09:16.902 INFO STEP 1085 (remove_files) COMPLETE
86162026-07-15T23:09:17.901Z[ recovery-image] Jul 15 23:09:16.902 INFO O| Jul 15 23:09:16.902 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-07-15T23:09:17.909Z[ recovery-image] Jul 15 23:09:16.910 INFO O| Jul 15 23:09:16.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86182026-07-15T23:09:17.913Z[ recovery-image] Jul 15 23:09:16.910 INFO O| Jul 15 23:09:16.910 INFO STEP 1086 (remove_files) COMPLETE
86192026-07-15T23:09:17.913Z[ recovery-image] Jul 15 23:09:16.910 INFO O| Jul 15 23:09:16.910 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-07-15T23:09:17.921Z[ recovery-image] Jul 15 23:09:16.919 INFO O| Jul 15 23:09:16.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86212026-07-15T23:09:17.924Z[ recovery-image] Jul 15 23:09:16.919 INFO O| Jul 15 23:09:16.919 INFO STEP 1087 (remove_files) COMPLETE
86222026-07-15T23:09:17.924Z[ recovery-image] Jul 15 23:09:16.919 INFO O| Jul 15 23:09:16.919 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-07-15T23:09:17.928Z[ recovery-image] Jul 15 23:09:16.927 INFO O| Jul 15 23:09:16.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86242026-07-15T23:09:17.929Z[ recovery-image] Jul 15 23:09:16.927 INFO O| Jul 15 23:09:16.927 INFO STEP 1088 (remove_files) COMPLETE
86252026-07-15T23:09:17.929Z[ recovery-image] Jul 15 23:09:16.927 INFO O| Jul 15 23:09:16.927 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-07-15T23:09:17.932Z[ recovery-image] Jul 15 23:09:16.933 INFO O| Jul 15 23:09:16.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86272026-07-15T23:09:17.932Z[ recovery-image] Jul 15 23:09:16.933 INFO O| Jul 15 23:09:16.933 INFO STEP 1089 (remove_files) COMPLETE
86282026-07-15T23:09:17.933Z[ recovery-image] Jul 15 23:09:16.933 INFO O| Jul 15 23:09:16.933 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-07-15T23:09:17.938Z[ recovery-image] Jul 15 23:09:16.939 INFO O| Jul 15 23:09:16.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86302026-07-15T23:09:17.938Z[ recovery-image] Jul 15 23:09:16.939 INFO O| Jul 15 23:09:16.939 INFO STEP 1090 (remove_files) COMPLETE
86312026-07-15T23:09:17.938Z[ recovery-image] Jul 15 23:09:16.939 INFO O| Jul 15 23:09:16.939 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-07-15T23:09:17.944Z[ recovery-image] Jul 15 23:09:16.946 INFO O| Jul 15 23:09:16.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86332026-07-15T23:09:17.944Z[ recovery-image] Jul 15 23:09:16.946 INFO O| Jul 15 23:09:16.946 INFO STEP 1091 (remove_files) COMPLETE
86342026-07-15T23:09:17.948Z[ recovery-image] Jul 15 23:09:16.946 INFO O| Jul 15 23:09:16.946 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-07-15T23:09:17.952Z[ recovery-image] Jul 15 23:09:16.952 INFO O| Jul 15 23:09:16.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86362026-07-15T23:09:17.952Z[ recovery-image] Jul 15 23:09:16.952 INFO O| Jul 15 23:09:16.952 INFO STEP 1092 (remove_files) COMPLETE
86372026-07-15T23:09:17.952Z[ recovery-image] Jul 15 23:09:16.952 INFO O| Jul 15 23:09:16.952 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-07-15T23:09:17.957Z[ recovery-image] Jul 15 23:09:16.958 INFO O| Jul 15 23:09:16.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86392026-07-15T23:09:17.957Z[ recovery-image] Jul 15 23:09:16.958 INFO O| Jul 15 23:09:16.958 INFO STEP 1093 (remove_files) COMPLETE
86402026-07-15T23:09:17.961Z[ recovery-image] Jul 15 23:09:16.958 INFO O| Jul 15 23:09:16.958 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-07-15T23:09:17.967Z[ recovery-image] Jul 15 23:09:16.965 INFO O| Jul 15 23:09:16.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86422026-07-15T23:09:17.967Z[ recovery-image] Jul 15 23:09:16.965 INFO O| Jul 15 23:09:16.965 INFO STEP 1094 (remove_files) COMPLETE
86432026-07-15T23:09:17.967Z[ recovery-image] Jul 15 23:09:16.965 INFO O| Jul 15 23:09:16.965 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-07-15T23:09:17.971Z[ recovery-image] Jul 15 23:09:16.971 INFO O| Jul 15 23:09:16.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86452026-07-15T23:09:17.971Z[ recovery-image] Jul 15 23:09:16.971 INFO O| Jul 15 23:09:16.971 INFO STEP 1095 (remove_files) COMPLETE
86462026-07-15T23:09:17.971Z[ recovery-image] Jul 15 23:09:16.971 INFO O| Jul 15 23:09:16.971 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-07-15T23:09:17.976Z[ recovery-image] Jul 15 23:09:16.977 INFO O| Jul 15 23:09:16.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86482026-07-15T23:09:17.977Z[ recovery-image] Jul 15 23:09:16.977 INFO O| Jul 15 23:09:16.977 INFO STEP 1096 (remove_files) COMPLETE
86492026-07-15T23:09:17.980Z[ recovery-image] Jul 15 23:09:16.977 INFO O| Jul 15 23:09:16.977 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-07-15T23:09:17.985Z[ recovery-image] Jul 15 23:09:16.986 INFO O| Jul 15 23:09:16.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86512026-07-15T23:09:17.985Z[ recovery-image] Jul 15 23:09:16.986 INFO O| Jul 15 23:09:16.986 INFO STEP 1097 (remove_files) COMPLETE
86522026-07-15T23:09:17.989Z[ recovery-image] Jul 15 23:09:16.986 INFO O| Jul 15 23:09:16.986 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-07-15T23:09:17.994Z[ recovery-image] Jul 15 23:09:16.994 INFO O| Jul 15 23:09:16.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86542026-07-15T23:09:17.994Z[ recovery-image] Jul 15 23:09:16.994 INFO O| Jul 15 23:09:16.994 INFO STEP 1098 (remove_files) COMPLETE
86552026-07-15T23:09:17.994Z[ recovery-image] Jul 15 23:09:16.994 INFO O| Jul 15 23:09:16.994 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-07-15T23:09:18.002Z[ recovery-image] Jul 15 23:09:17.003 INFO O| Jul 15 23:09:17.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86572026-07-15T23:09:18.005Z[ recovery-image] Jul 15 23:09:17.003 INFO O| Jul 15 23:09:17.003 INFO STEP 1099 (remove_files) COMPLETE
86582026-07-15T23:09:18.005Z[ recovery-image] Jul 15 23:09:17.003 INFO O| Jul 15 23:09:17.003 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-07-15T23:09:18.010Z[ recovery-image] Jul 15 23:09:17.011 INFO O| Jul 15 23:09:17.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86602026-07-15T23:09:18.010Z[ recovery-image] Jul 15 23:09:17.011 INFO O| Jul 15 23:09:17.011 INFO STEP 1100 (remove_files) COMPLETE
86612026-07-15T23:09:18.010Z[ recovery-image] Jul 15 23:09:17.011 INFO O| Jul 15 23:09:17.011 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-07-15T23:09:18.017Z[ recovery-image] Jul 15 23:09:17.019 INFO O| Jul 15 23:09:17.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86632026-07-15T23:09:18.021Z[ recovery-image] Jul 15 23:09:17.019 INFO O| Jul 15 23:09:17.019 INFO STEP 1101 (remove_files) COMPLETE
86642026-07-15T23:09:18.021Z[ recovery-image] Jul 15 23:09:17.019 INFO O| Jul 15 23:09:17.019 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-07-15T23:09:18.025Z[ recovery-image] Jul 15 23:09:17.026 INFO O| Jul 15 23:09:17.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86662026-07-15T23:09:18.025Z[ recovery-image] Jul 15 23:09:17.026 INFO O| Jul 15 23:09:17.026 INFO STEP 1102 (remove_files) COMPLETE
86672026-07-15T23:09:18.025Z[ recovery-image] Jul 15 23:09:17.026 INFO O| Jul 15 23:09:17.026 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-07-15T23:09:18.032Z[ recovery-image] Jul 15 23:09:17.033 INFO O| Jul 15 23:09:17.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86692026-07-15T23:09:18.032Z[ recovery-image] Jul 15 23:09:17.033 INFO O| Jul 15 23:09:17.033 INFO STEP 1103 (remove_files) COMPLETE
86702026-07-15T23:09:18.036Z[ recovery-image] Jul 15 23:09:17.033 INFO O| Jul 15 23:09:17.033 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-07-15T23:09:18.039Z[ recovery-image] Jul 15 23:09:17.040 INFO O| Jul 15 23:09:17.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86722026-07-15T23:09:18.040Z[ recovery-image] Jul 15 23:09:17.040 INFO O| Jul 15 23:09:17.040 INFO STEP 1104 (remove_files) COMPLETE
86732026-07-15T23:09:18.040Z[ recovery-image] Jul 15 23:09:17.040 INFO O| Jul 15 23:09:17.040 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-07-15T23:09:18.046Z[ recovery-image] Jul 15 23:09:17.047 INFO O| Jul 15 23:09:17.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86752026-07-15T23:09:18.046Z[ recovery-image] Jul 15 23:09:17.047 INFO O| Jul 15 23:09:17.047 INFO STEP 1105 (remove_files) COMPLETE
86762026-07-15T23:09:18.050Z[ recovery-image] Jul 15 23:09:17.047 INFO O| Jul 15 23:09:17.047 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-07-15T23:09:18.055Z[ recovery-image] Jul 15 23:09:17.056 INFO O| Jul 15 23:09:17.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86782026-07-15T23:09:18.060Z[ recovery-image] Jul 15 23:09:17.056 INFO O| Jul 15 23:09:17.056 INFO STEP 1106 (remove_files) COMPLETE
86792026-07-15T23:09:18.060Z[ recovery-image] Jul 15 23:09:17.056 INFO O| Jul 15 23:09:17.056 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-07-15T23:09:18.063Z[ recovery-image] Jul 15 23:09:17.063 INFO O| Jul 15 23:09:17.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86812026-07-15T23:09:18.064Z[ recovery-image] Jul 15 23:09:17.063 INFO O| Jul 15 23:09:17.063 INFO STEP 1107 (remove_files) COMPLETE
86822026-07-15T23:09:18.064Z[ recovery-image] Jul 15 23:09:17.063 INFO O| Jul 15 23:09:17.063 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-07-15T23:09:18.069Z[ recovery-image] Jul 15 23:09:17.070 INFO O| Jul 15 23:09:17.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86842026-07-15T23:09:18.070Z[ recovery-image] Jul 15 23:09:17.070 INFO O| Jul 15 23:09:17.070 INFO STEP 1108 (remove_files) COMPLETE
86852026-07-15T23:09:18.070Z[ recovery-image] Jul 15 23:09:17.070 INFO O| Jul 15 23:09:17.070 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-07-15T23:09:18.076Z[ recovery-image] Jul 15 23:09:17.077 INFO O| Jul 15 23:09:17.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86872026-07-15T23:09:18.076Z[ recovery-image] Jul 15 23:09:17.077 INFO O| Jul 15 23:09:17.077 INFO STEP 1109 (remove_files) COMPLETE
86882026-07-15T23:09:18.076Z[ recovery-image] Jul 15 23:09:17.077 INFO O| Jul 15 23:09:17.077 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-07-15T23:09:18.086Z[ recovery-image] Jul 15 23:09:17.087 INFO O| Jul 15 23:09:17.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86902026-07-15T23:09:18.087Z[ recovery-image] Jul 15 23:09:17.087 INFO O| Jul 15 23:09:17.087 INFO STEP 1110 (remove_files) COMPLETE
86912026-07-15T23:09:18.090Z[ recovery-image] Jul 15 23:09:17.087 INFO O| Jul 15 23:09:17.087 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-07-15T23:09:18.094Z[ recovery-image] Jul 15 23:09:17.094 INFO O| Jul 15 23:09:17.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86932026-07-15T23:09:18.094Z[ recovery-image] Jul 15 23:09:17.094 INFO O| Jul 15 23:09:17.094 INFO STEP 1111 (remove_files) COMPLETE
86942026-07-15T23:09:18.094Z[ recovery-image] Jul 15 23:09:17.094 INFO O| Jul 15 23:09:17.094 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-07-15T23:09:18.102Z[ recovery-image] Jul 15 23:09:17.102 INFO O| Jul 15 23:09:17.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86962026-07-15T23:09:18.102Z[ recovery-image] Jul 15 23:09:17.102 INFO O| Jul 15 23:09:17.102 INFO STEP 1112 (remove_files) COMPLETE
86972026-07-15T23:09:18.106Z[ recovery-image] Jul 15 23:09:17.102 INFO O| Jul 15 23:09:17.102 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-07-15T23:09:18.110Z[ recovery-image] Jul 15 23:09:17.110 INFO O| Jul 15 23:09:17.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86992026-07-15T23:09:18.110Z[ recovery-image] Jul 15 23:09:17.110 INFO O| Jul 15 23:09:17.110 INFO STEP 1113 (remove_files) COMPLETE
87002026-07-15T23:09:18.110Z[ recovery-image] Jul 15 23:09:17.110 INFO O| Jul 15 23:09:17.110 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-07-15T23:09:18.117Z[ recovery-image] Jul 15 23:09:17.118 INFO O| Jul 15 23:09:17.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87022026-07-15T23:09:18.117Z[ recovery-image] Jul 15 23:09:17.118 INFO O| Jul 15 23:09:17.118 INFO STEP 1114 (remove_files) COMPLETE
87032026-07-15T23:09:18.120Z[ recovery-image] Jul 15 23:09:17.118 INFO O| Jul 15 23:09:17.118 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-07-15T23:09:18.124Z[ recovery-image] Jul 15 23:09:17.125 INFO O| Jul 15 23:09:17.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87052026-07-15T23:09:18.124Z[ recovery-image] Jul 15 23:09:17.125 INFO O| Jul 15 23:09:17.125 INFO STEP 1115 (remove_files) COMPLETE
87062026-07-15T23:09:18.127Z[ recovery-image] Jul 15 23:09:17.125 INFO O| Jul 15 23:09:17.125 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-07-15T23:09:18.133Z[ recovery-image] Jul 15 23:09:17.134 INFO O| Jul 15 23:09:17.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87082026-07-15T23:09:18.133Z[ recovery-image] Jul 15 23:09:17.134 INFO O| Jul 15 23:09:17.134 INFO STEP 1116 (remove_files) COMPLETE
87092026-07-15T23:09:18.136Z[ recovery-image] Jul 15 23:09:17.134 INFO O| Jul 15 23:09:17.134 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-07-15T23:09:18.140Z[ recovery-image] Jul 15 23:09:17.141 INFO O| Jul 15 23:09:17.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87112026-07-15T23:09:18.144Z[ recovery-image] Jul 15 23:09:17.141 INFO O| Jul 15 23:09:17.141 INFO STEP 1117 (remove_files) COMPLETE
87122026-07-15T23:09:18.144Z[ recovery-image] Jul 15 23:09:17.141 INFO O| Jul 15 23:09:17.141 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-07-15T23:09:18.149Z[ recovery-image] Jul 15 23:09:17.150 INFO O| Jul 15 23:09:17.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87142026-07-15T23:09:18.149Z[ recovery-image] Jul 15 23:09:17.150 INFO O| Jul 15 23:09:17.150 INFO STEP 1118 (remove_files) COMPLETE
87152026-07-15T23:09:18.152Z[ recovery-image] Jul 15 23:09:17.150 INFO O| Jul 15 23:09:17.150 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-07-15T23:09:18.157Z[ recovery-image] Jul 15 23:09:17.158 INFO O| Jul 15 23:09:17.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87172026-07-15T23:09:18.157Z[ recovery-image] Jul 15 23:09:17.158 INFO O| Jul 15 23:09:17.158 INFO STEP 1119 (remove_files) COMPLETE
87182026-07-15T23:09:18.160Z[ recovery-image] Jul 15 23:09:17.158 INFO O| Jul 15 23:09:17.158 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-07-15T23:09:18.164Z[ recovery-image] Jul 15 23:09:17.165 INFO O| Jul 15 23:09:17.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87202026-07-15T23:09:18.165Z[ recovery-image] Jul 15 23:09:17.165 INFO O| Jul 15 23:09:17.165 INFO STEP 1120 (remove_files) COMPLETE
87212026-07-15T23:09:18.165Z[ recovery-image] Jul 15 23:09:17.165 INFO O| Jul 15 23:09:17.165 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87222026-07-15T23:09:18.171Z[ recovery-image] Jul 15 23:09:17.172 INFO O| Jul 15 23:09:17.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87232026-07-15T23:09:18.172Z[ recovery-image] Jul 15 23:09:17.172 INFO O| Jul 15 23:09:17.172 INFO STEP 1121 (remove_files) COMPLETE
87242026-07-15T23:09:18.175Z[ recovery-image] Jul 15 23:09:17.172 INFO O| Jul 15 23:09:17.172 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87252026-07-15T23:09:18.179Z[ recovery-image] Jul 15 23:09:17.178 INFO O| Jul 15 23:09:17.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87262026-07-15T23:09:18.181Z[ recovery-image] Jul 15 23:09:17.178 INFO O| Jul 15 23:09:17.178 INFO STEP 1122 (remove_files) COMPLETE
87272026-07-15T23:09:18.181Z[ recovery-image] Jul 15 23:09:17.178 INFO O| Jul 15 23:09:17.178 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87282026-07-15T23:09:18.186Z[ recovery-image] Jul 15 23:09:17.184 INFO O| Jul 15 23:09:17.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87292026-07-15T23:09:18.186Z[ recovery-image] Jul 15 23:09:17.184 INFO O| Jul 15 23:09:17.184 INFO STEP 1123 (remove_files) COMPLETE
87302026-07-15T23:09:18.186Z[ recovery-image] Jul 15 23:09:17.184 INFO O| Jul 15 23:09:17.184 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87312026-07-15T23:09:18.192Z[ recovery-image] Jul 15 23:09:17.193 INFO O| Jul 15 23:09:17.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87322026-07-15T23:09:18.192Z[ recovery-image] Jul 15 23:09:17.193 INFO O| Jul 15 23:09:17.193 INFO STEP 1124 (remove_files) COMPLETE
87332026-07-15T23:09:18.196Z[ recovery-image] Jul 15 23:09:17.193 INFO O| Jul 15 23:09:17.193 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87342026-07-15T23:09:18.205Z[ recovery-image] Jul 15 23:09:17.205 INFO O| Jul 15 23:09:17.205 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87352026-07-15T23:09:18.209Z[ recovery-image] Jul 15 23:09:17.205 INFO O| Jul 15 23:09:17.205 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87362026-07-15T23:09:18.888Z[ recovery-image] Jul 15 23:09:17.889 INFO O| Jul 15 23:09:17.888 INFO STEP 1125 (pack_tar) COMPLETE
87372026-07-15T23:09:18.888Z[ recovery-image] Jul 15 23:09:17.889 INFO O| Jul 15 23:09:17.889 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87382026-07-15T23:09:18.888Z[ recovery-image] Jul 15 23:09:17.889 INFO O| Jul 15 23:09:17.889 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87392026-07-15T23:09:20.766Z[ recovery-image] Jul 15 23:09:19.766 INFO O| Jul 15 23:09:19.766 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87402026-07-15T23:09:20.924Z[ recovery-image] Jul 15 23:09:19.925 INFO O| Jul 15 23:09:19.925 INFO completed processing sled/ramdisk-03-recovery-trim
87412026-07-15T23:09:20.930Z[ recovery-image] Jul 15 23:09:19.928 INFO image builder template: zfs-recovery...
87422026-07-15T23:09:20.930Z[ recovery-image] Jul 15 23:09:19.928 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/.tmp3HlLLB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs-recovery"], pwd: None
87432026-07-15T23:09:20.984Z[ recovery-image] Jul 15 23:09:19.953 INFO O| Jul 15 23:09:19.953 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87442026-07-15T23:09:20.984Z[ recovery-image] Jul 15 23:09:19.956 INFO O| Jul 15 23:09:19.956 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87452026-07-15T23:09:21.035Z[ recovery-image] Jul 15 23:09:20.036 INFO O| Jul 15 23:09:20.036 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87462026-07-15T23:09:21.105Z[ recovery-image] Jul 15 23:09:20.106 INFO O| Jul 15 23:09:20.106 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87472026-07-15T23:09:21.106Z[ recovery-image] Jul 15 23:09:20.106 INFO O| Jul 15 23:09:20.106 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87482026-07-15T23:09:21.109Z[ recovery-image] Jul 15 23:09:20.109 INFO O| Jul 15 23:09:20.109 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87492026-07-15T23:09:21.246Z[ recovery-image] Jul 15 23:09:20.246 INFO O| Jul 15 23:09:20.246 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87502026-07-15T23:09:21.314Z[ recovery-image] Jul 15 23:09:20.315 INFO O| Jul 15 23:09:20.315 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87512026-07-15T23:09:21.321Z[ recovery-image] Jul 15 23:09:20.322 INFO O| Jul 15 23:09:20.322 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87522026-07-15T23:09:21.324Z[ recovery-image] Jul 15 23:09:20.325 INFO O| Jul 15 23:09:20.325 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87532026-07-15T23:09:21.327Z[ recovery-image] Jul 15 23:09:20.327 INFO O| Jul 15 23:09:20.327 INFO no lofi found
87542026-07-15T23:09:21.327Z[ recovery-image] Jul 15 23:09:20.327 INFO O| Jul 15 23:09:20.327 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87552026-07-15T23:09:21.327Z[ recovery-image] Jul 15 23:09:20.327 INFO O| Jul 15 23:09:20.327 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87562026-07-15T23:09:23.001Z[ recovery-image] Jul 15 23:09:22.002 INFO O| Jul 15 23:09:22.001 INFO lofi device = /dev/dsk/c2t1d0p0
87572026-07-15T23:09:23.001Z[ recovery-image] Jul 15 23:09:22.002 INFO O| Jul 15 23:09:22.002 INFO pool device = /dev/dsk/c2t1d0p0
87582026-07-15T23:09:23.001Z[ recovery-image] Jul 15 23:09:22.002 INFO O| Jul 15 23:09:22.002 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"]
87592026-07-15T23:09:23.063Z[ recovery-image] Jul 15 23:09:22.064 INFO O| Jul 15 23:09:22.064 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87602026-07-15T23:09:23.063Z[ recovery-image] Jul 15 23:09:22.064 INFO O| Jul 15 23:09:22.064 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87612026-07-15T23:09:23.077Z[ recovery-image] Jul 15 23:09:22.078 INFO O| Jul 15 23:09:22.078 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87622026-07-15T23:09:23.121Z[ recovery-image] Jul 15 23:09:22.121 INFO O| Jul 15 23:09:22.121 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87632026-07-15T23:09:23.145Z[ recovery-image] Jul 15 23:09:22.147 INFO O| Jul 15 23:09:22.147 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87642026-07-15T23:09:23.156Z[ recovery-image] Jul 15 23:09:22.157 INFO O| Jul 15 23:09:22.157 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87652026-07-15T23:09:23.165Z[ recovery-image] Jul 15 23:09:22.164 INFO O| Jul 15 23:09:22.164 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87662026-07-15T23:09:23.194Z[ recovery-image] Jul 15 23:09:22.195 INFO O| Jul 15 23:09:22.195 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87672026-07-15T23:09:23.198Z[ recovery-image] Jul 15 23:09:22.195 INFO O| Jul 15 23:09:22.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87682026-07-15T23:09:23.198Z[ recovery-image] Jul 15 23:09:22.195 INFO O| Jul 15 23:09:22.195 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87692026-07-15T23:09:23.202Z[ recovery-image] Jul 15 23:09:22.202 INFO O| Jul 15 23:09:22.202 INFO boot environment UUID: 85c073cf-1e8e-4a3c-9b5d-45d8733ab8d9
87702026-07-15T23:09:23.202Z[ recovery-image] Jul 15 23:09:22.202 INFO O| Jul 15 23:09:22.202 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 85c073cf-1e8e-4a3c-9b5d-45d8733ab8d9
87712026-07-15T23:09:23.207Z[ recovery-image] Jul 15 23:09:22.208 INFO O| Jul 15 23:09:22.208 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87722026-07-15T23:09:23.214Z[ recovery-image] Jul 15 23:09:22.216 INFO O| Jul 15 23:09:22.216 INFO STEP 0 (create_be) COMPLETE
87732026-07-15T23:09:23.214Z[ recovery-image] Jul 15 23:09:22.216 INFO O| Jul 15 23:09:22.216 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87742026-07-15T23:09:23.224Z[ recovery-image] Jul 15 23:09:22.225 INFO O| Jul 15 23:09:22.225 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"]
87752026-07-15T23:09:24.003Z[ host-image] Jul 15 23:09:23.004 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24101:20260713T223259Z
87762026-07-15T23:09:24.003Z[ host-image] Jul 15 23:09:23.004 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24101:20260713T223259Z
87772026-07-15T23:09:24.008Z[ host-image] Jul 15 23:09:23.004 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87782026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.004 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87792026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.004 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87802026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.004 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87812026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.004 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87822026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.004 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87832026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.005 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260715T225506Z
87842026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.005 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87852026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.005 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87862026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.005 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24101:20260713T223259Z
87872026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.005 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24101:20260713T223300Z
87882026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.006 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24101:20260713T223300Z
87892026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.006 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24101:20260713T223301Z
87902026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.006 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87912026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.006 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24101:20260713T223301Z
87922026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.006 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24101:20260713T223301Z
87932026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.006 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24101:20260713T223301Z
87942026-07-15T23:09:24.009Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24101:20260713T223301Z
87952026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24101:20260713T223303Z
87962026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24101:20260713T223303Z
87972026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24101:20260713T223303Z
87982026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24101:20260713T223304Z
87992026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24101:20260713T223304Z
88002026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24101:20260713T223305Z
88012026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24101:20260713T223305Z
88022026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24101:20260713T223306Z
88032026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24101:20260713T223306Z
88042026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24101:20260713T223307Z
88052026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24101:20260713T223308Z
88062026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
88072026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24101:20260713T223309Z
88082026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24101:20260713T223311Z
88092026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24101:20260713T223311Z
88102026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.007 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24101:20260713T223312Z
88112026-07-15T23:09:24.010Z[ host-image] Jul 15 23:09:23.008 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24101:20260713T223313Z
88122026-07-15T23:09:24.011Z[ host-image] Jul 15 23:09:23.008 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24101:20260713T223313Z
88132026-07-15T23:09:24.018Z[ host-image] Jul 15 23:09:23.012 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
88142026-07-15T23:09:24.018Z[ host-image] Jul 15 23:09:23.012 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24101:20260713T223313Z
88152026-07-15T23:09:24.018Z[ host-image] Jul 15 23:09:23.012 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
88162026-07-15T23:09:24.018Z[ host-image] Jul 15 23:09:23.012 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
88172026-07-15T23:09:24.018Z[ host-image] Jul 15 23:09:23.012 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
88182026-07-15T23:09:24.018Z[ host-image] Jul 15 23:09:23.012 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
88192026-07-15T23:09:24.018Z[ host-image] Jul 15 23:09:23.012 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24101:20260713T223313Z
88202026-07-15T23:09:24.018Z[ host-image] Jul 15 23:09:23.012 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
88212026-07-15T23:09:24.018Z[ host-image] Jul 15 23:09:23.012 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
88222026-07-15T23:09:24.019Z[ host-image] Jul 15 23:09:23.013 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
88232026-07-15T23:09:24.019Z[ host-image] Jul 15 23:09:23.013 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
88242026-07-15T23:09:24.023Z[ host-image] Jul 15 23:09:23.018 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
88252026-07-15T23:09:24.023Z[ host-image] Jul 15 23:09:23.018 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
88262026-07-15T23:09:24.023Z[ host-image] Jul 15 23:09:23.018 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
88272026-07-15T23:09:24.023Z[ host-image] Jul 15 23:09:23.018 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
88282026-07-15T23:09:24.024Z[ host-image] Jul 15 23:09:23.019 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
88292026-07-15T23:09:24.024Z[ host-image] Jul 15 23:09:23.019 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
88302026-07-15T23:09:24.033Z[ host-image] Jul 15 23:09:23.034 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
88312026-07-15T23:09:24.037Z[ host-image] Jul 15 23:09:23.034 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88322026-07-15T23:09:24.037Z[ host-image] Jul 15 23:09:23.034 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88332026-07-15T23:09:24.037Z[ host-image] Jul 15 23:09:23.035 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24101:20260713T223315Z
88342026-07-15T23:09:24.037Z[ host-image] Jul 15 23:09:23.035 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24101:20260713T223319Z
88352026-07-15T23:09:24.037Z[ host-image] Jul 15 23:09:23.035 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88362026-07-15T23:09:24.037Z[ host-image] Jul 15 23:09:23.035 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24101:20260713T223320Z
88372026-07-15T23:09:24.037Z[ host-image] Jul 15 23:09:23.035 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88382026-07-15T23:09:24.037Z[ host-image] Jul 15 23:09:23.035 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88392026-07-15T23:09:24.037Z[ host-image] Jul 15 23:09:23.035 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88402026-07-15T23:09:24.037Z[ host-image] Jul 15 23:09:23.035 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
88412026-07-15T23:09:24.038Z[ host-image] Jul 15 23:09:23.035 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24101:20260713T223320Z
88422026-07-15T23:09:24.038Z[ host-image] Jul 15 23:09:23.035 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88432026-07-15T23:09:24.038Z[ host-image] Jul 15 23:09:23.036 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88442026-07-15T23:09:24.038Z[ host-image] Jul 15 23:09:23.036 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88452026-07-15T23:09:24.038Z[ host-image] Jul 15 23:09:23.036 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88462026-07-15T23:09:24.038Z[ host-image] Jul 15 23:09:23.036 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24101:20260713T223320Z
88472026-07-15T23:09:24.038Z[ host-image] Jul 15 23:09:23.036 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88482026-07-15T23:09:24.042Z[ host-image] Jul 15 23:09:23.040 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88492026-07-15T23:09:24.042Z[ host-image] Jul 15 23:09:23.040 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24101:20260713T223321Z
88502026-07-15T23:09:24.042Z[ host-image] Jul 15 23:09:23.041 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24101:20260713T223321Z
88512026-07-15T23:09:24.042Z[ host-image] Jul 15 23:09:23.041 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24101:20260713T223321Z
88522026-07-15T23:09:24.042Z[ host-image] Jul 15 23:09:23.041 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88532026-07-15T23:09:24.043Z[ host-image] Jul 15 23:09:23.041 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24101:20260713T223322Z
88542026-07-15T23:09:24.043Z[ host-image] Jul 15 23:09:23.041 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24101:20260713T223322Z
88552026-07-15T23:09:24.043Z[ host-image] Jul 15 23:09:23.041 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24101:20260713T223322Z
88562026-07-15T23:09:24.043Z[ host-image] Jul 15 23:09:23.042 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24101:20260713T223322Z
88572026-07-15T23:09:24.043Z[ host-image] Jul 15 23:09:23.043 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
88582026-07-15T23:09:24.043Z[ host-image] Jul 15 23:09:23.043 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24101:20260713T223323Z
88592026-07-15T23:09:24.043Z[ host-image] Jul 15 23:09:23.043 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24101:20260713T223324Z
88602026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.043 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88612026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.043 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24101:20260713T223324Z
88622026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.043 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24101:20260713T223324Z
88632026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.043 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24101:20260713T223324Z
88642026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.043 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24101:20260713T223324Z
88652026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.046 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24101:20260713T223324Z
88662026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.046 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88672026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.046 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24101:20260713T223324Z
88682026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.046 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24101:20260713T223324Z
88692026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.046 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24101:20260713T223324Z
88702026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.047 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24101:20260713T223325Z
88712026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.047 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24101:20260713T223325Z
88722026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.047 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24101:20260713T223325Z
88732026-07-15T23:09:24.047Z[ host-image] Jul 15 23:09:23.047 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24101:20260713T223326Z
88742026-07-15T23:09:24.053Z[ host-image] Jul 15 23:09:23.050 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24101:20260713T223326Z
88752026-07-15T23:09:24.053Z[ host-image] Jul 15 23:09:23.050 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24101:20260713T223326Z
88762026-07-15T23:09:24.053Z[ host-image] Jul 15 23:09:23.050 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24101:20260713T223326Z
88772026-07-15T23:09:24.053Z[ host-image] Jul 15 23:09:23.050 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24101:20260713T223326Z
88782026-07-15T23:09:24.053Z[ host-image] Jul 15 23:09:23.050 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24101:20260713T223326Z
88792026-07-15T23:09:24.057Z[ host-image] Jul 15 23:09:23.056 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24101:20260713T223329Z
88802026-07-15T23:09:24.057Z[ host-image] Jul 15 23:09:23.056 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24101:20260713T223326Z
88812026-07-15T23:09:24.057Z[ host-image] Jul 15 23:09:23.056 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24101:20260713T223327Z
88822026-07-15T23:09:24.057Z[ host-image] Jul 15 23:09:23.056 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88832026-07-15T23:09:24.057Z[ host-image] Jul 15 23:09:23.056 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88842026-07-15T23:09:24.063Z[ host-image] Jul 15 23:09:23.064 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24101:20260713T223327Z
88852026-07-15T23:09:24.068Z[ host-image] Jul 15 23:09:23.064 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88862026-07-15T23:09:24.068Z[ host-image] Jul 15 23:09:23.064 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24101:20260713T223327Z
88872026-07-15T23:09:24.068Z[ host-image] Jul 15 23:09:23.064 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24101:20260713T223327Z
88882026-07-15T23:09:24.068Z[ host-image] Jul 15 23:09:23.065 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24101:20260713T223327Z
88892026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.065 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88902026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.065 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88912026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.065 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24101:20260713T223328Z
88922026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.065 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24101:20260713T223328Z
88932026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.065 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24101:20260713T223328Z
88942026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.065 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24101:20260713T223328Z
88952026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.065 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24101:20260713T223329Z
88962026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.066 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24101:20260713T223329Z
88972026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.066 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88982026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.066 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24101:20260713T223329Z
88992026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24101:20260713T223329Z
89002026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24101:20260713T223329Z
89012026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24101:20260713T223330Z
89022026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24101:20260713T223330Z
89032026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24101:20260713T223330Z
89042026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
89052026-07-15T23:09:24.069Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
89062026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24101:20260713T223332Z
89072026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24101:20260713T223332Z
89082026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
89092026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
89102026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
89112026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
89122026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.067 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
89132026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.068 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
89142026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.068 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
89152026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.068 INFO O| tempdir @ "/tmp/.tmpj9qidr/tmp"
89162026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.068 INFO O| image root @ "/tmp/.tmpj9qidr/tmp/root"
89172026-07-15T23:09:24.070Z[ host-image] Jul 15 23:09:23.068 INFO O| creating image...
89182026-07-15T23:09:24.663Z[ host-image] Jul 15 23:09:23.663 INFO O| copying publishers...
89192026-07-15T23:09:25.266Z[ recovery-image] Jul 15 23:09:24.266 INFO O| Jul 15 23:09:24.266 INFO STEP 1 (unpack_tar) COMPLETE
89202026-07-15T23:09:25.266Z[ recovery-image] Jul 15 23:09:24.266 INFO O| Jul 15 23:09:24.266 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89212026-07-15T23:09:25.278Z[ recovery-image] Jul 15 23:09:24.274 INFO O| Jul 15 23:09:24.274 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
89222026-07-15T23:09:25.464Z[ recovery-image] Jul 15 23:09:24.465 INFO O| Jul 15 23:09:24.465 INFO STEP 2 (devfsadm) COMPLETE
89232026-07-15T23:09:25.464Z[ recovery-image] Jul 15 23:09:24.465 INFO O| Jul 15 23:09:24.465 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89242026-07-15T23:09:25.473Z[ recovery-image] Jul 15 23:09:24.474 INFO O| Jul 15 23:09:24.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89252026-07-15T23:09:25.473Z[ recovery-image] Jul 15 23:09:24.474 INFO O| Jul 15 23:09:24.474 INFO STEP 3 (ensure_dir) COMPLETE
89262026-07-15T23:09:25.477Z[ recovery-image] Jul 15 23:09:24.474 INFO O| Jul 15 23:09:24.474 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272026-07-15T23:09:25.482Z[ recovery-image] Jul 15 23:09:24.481 INFO O| Jul 15 23:09:24.481 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89282026-07-15T23:09:25.482Z[ recovery-image] Jul 15 23:09:24.481 INFO O| Jul 15 23:09:24.481 INFO STEP 4 (ensure_dir) COMPLETE
89292026-07-15T23:09:25.482Z[ recovery-image] Jul 15 23:09:24.481 INFO O| Jul 15 23:09:24.481 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302026-07-15T23:09:25.486Z[ recovery-image] Jul 15 23:09:24.487 INFO O| Jul 15 23:09:24.487 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89312026-07-15T23:09:25.486Z[ recovery-image] Jul 15 23:09:24.487 INFO O| Jul 15 23:09:24.487 INFO STEP 5 (ensure_dir) COMPLETE
89322026-07-15T23:09:25.486Z[ recovery-image] Jul 15 23:09:24.487 INFO O| Jul 15 23:09:24.487 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89332026-07-15T23:09:25.495Z[ recovery-image] Jul 15 23:09:24.496 INFO O| Jul 15 23:09:24.496 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89342026-07-15T23:09:25.495Z[ recovery-image] Jul 15 23:09:24.496 INFO O| Jul 15 23:09:24.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89352026-07-15T23:09:25.499Z[ recovery-image] Jul 15 23:09:24.496 INFO O| Jul 15 23:09:24.496 INFO STEP 6 (ensure_dir) COMPLETE
89362026-07-15T23:09:25.499Z[ recovery-image] Jul 15 23:09:24.496 INFO O| Jul 15 23:09:24.496 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372026-07-15T23:09:25.503Z[ recovery-image] Jul 15 23:09:24.502 INFO O| Jul 15 23:09:24.502 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89382026-07-15T23:09:25.503Z[ recovery-image] Jul 15 23:09:24.502 INFO O| Jul 15 23:09:24.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89392026-07-15T23:09:25.503Z[ recovery-image] Jul 15 23:09:24.502 INFO O| Jul 15 23:09:24.502 INFO STEP 7 (ensure_dir) COMPLETE
89402026-07-15T23:09:25.503Z[ recovery-image] Jul 15 23:09:24.502 INFO O| Jul 15 23:09:24.502 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89412026-07-15T23:09:25.508Z[ recovery-image] Jul 15 23:09:24.510 INFO O| Jul 15 23:09:24.509 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
89422026-07-15T23:09:25.512Z[ recovery-image] Jul 15 23:09:24.510 INFO O| Jul 15 23:09:24.510 INFO STEP 8 (remove_files) COMPLETE
89432026-07-15T23:09:25.512Z[ recovery-image] Jul 15 23:09:24.510 INFO O| Jul 15 23:09:24.510 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89442026-07-15T23:09:25.516Z[ recovery-image] Jul 15 23:09:24.517 INFO O| Jul 15 23:09:24.517 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
89452026-07-15T23:09:25.520Z[ recovery-image] Jul 15 23:09:24.518 INFO O| Jul 15 23:09:24.518 INFO STEP 9 (remove_files) COMPLETE
89462026-07-15T23:09:25.520Z[ recovery-image] Jul 15 23:09:24.518 INFO O| Jul 15 23:09:24.518 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472026-07-15T23:09:25.524Z[ recovery-image] Jul 15 23:09:24.525 INFO O| Jul 15 23:09:24.525 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
89482026-07-15T23:09:25.527Z[ recovery-image] Jul 15 23:09:24.525 INFO O| Jul 15 23:09:24.525 INFO STEP 10 (remove_files) COMPLETE
89492026-07-15T23:09:25.527Z[ recovery-image] Jul 15 23:09:24.525 INFO O| Jul 15 23:09:24.525 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502026-07-15T23:09:25.531Z[ recovery-image] Jul 15 23:09:24.532 INFO O| Jul 15 23:09:24.532 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
89512026-07-15T23:09:25.531Z[ recovery-image] Jul 15 23:09:24.532 INFO O| Jul 15 23:09:24.532 INFO STEP 11 (remove_files) COMPLETE
89522026-07-15T23:09:25.531Z[ recovery-image] Jul 15 23:09:24.532 INFO O| Jul 15 23:09:24.532 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89532026-07-15T23:09:25.538Z[ recovery-image] Jul 15 23:09:24.538 INFO O| Jul 15 23:09:24.538 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
89542026-07-15T23:09:25.538Z[ recovery-image] Jul 15 23:09:24.538 INFO O| Jul 15 23:09:24.538 INFO STEP 12 (remove_files) COMPLETE
89552026-07-15T23:09:25.542Z[ recovery-image] Jul 15 23:09:24.538 INFO O| Jul 15 23:09:24.538 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89562026-07-15T23:09:25.545Z[ recovery-image] Jul 15 23:09:24.545 INFO O| Jul 15 23:09:24.545 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89572026-07-15T23:09:25.545Z[ recovery-image] Jul 15 23:09:24.545 INFO O| Jul 15 23:09:24.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89582026-07-15T23:09:25.545Z[ recovery-image] Jul 15 23:09:24.546 INFO O| Jul 15 23:09:24.545 INFO STEP 13 (ensure_dir) COMPLETE
89592026-07-15T23:09:25.545Z[ recovery-image] Jul 15 23:09:24.546 INFO O| Jul 15 23:09:24.545 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89602026-07-15T23:09:25.551Z[ recovery-image] Jul 15 23:09:24.552 INFO O| Jul 15 23:09:24.552 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89612026-07-15T23:09:25.552Z[ recovery-image] Jul 15 23:09:24.552 INFO O| Jul 15 23:09:24.552 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89622026-07-15T23:09:25.552Z[ recovery-image] Jul 15 23:09:24.553 INFO O| Jul 15 23:09:24.552 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89632026-07-15T23:09:25.555Z[ recovery-image] Jul 15 23:09:24.553 INFO O| Jul 15 23:09:24.553 INFO STEP 14 (ensure_dir) COMPLETE
89642026-07-15T23:09:25.556Z[ recovery-image] Jul 15 23:09:24.553 INFO O| Jul 15 23:09:24.553 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89652026-07-15T23:09:25.559Z[ recovery-image] Jul 15 23:09:24.559 INFO O| Jul 15 23:09:24.559 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89662026-07-15T23:09:25.560Z[ recovery-image] Jul 15 23:09:24.559 INFO O| Jul 15 23:09:24.559 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89672026-07-15T23:09:25.560Z[ recovery-image] Jul 15 23:09:24.559 INFO O| Jul 15 23:09:24.559 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89682026-07-15T23:09:25.560Z[ recovery-image] Jul 15 23:09:24.559 INFO O| Jul 15 23:09:24.559 INFO STEP 15 (ensure_dir) COMPLETE
89692026-07-15T23:09:25.560Z[ recovery-image] Jul 15 23:09:24.559 INFO O| Jul 15 23:09:24.559 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89702026-07-15T23:09:25.564Z[ recovery-image] Jul 15 23:09:24.565 INFO O| Jul 15 23:09:24.565 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89712026-07-15T23:09:25.564Z[ recovery-image] Jul 15 23:09:24.565 INFO O| Jul 15 23:09:24.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89722026-07-15T23:09:25.567Z[ recovery-image] Jul 15 23:09:24.565 INFO O| Jul 15 23:09:24.565 INFO STEP 16 (ensure_dir) COMPLETE
89732026-07-15T23:09:25.567Z[ recovery-image] Jul 15 23:09:24.565 INFO O| Jul 15 23:09:24.565 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89742026-07-15T23:09:25.571Z[ recovery-image] Jul 15 23:09:24.570 INFO O| Jul 15 23:09:24.570 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89752026-07-15T23:09:25.571Z[ recovery-image] Jul 15 23:09:24.570 INFO O| Jul 15 23:09:24.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89762026-07-15T23:09:25.571Z[ recovery-image] Jul 15 23:09:24.570 INFO O| Jul 15 23:09:24.570 INFO STEP 17 (ensure_dir) COMPLETE
89772026-07-15T23:09:25.571Z[ recovery-image] Jul 15 23:09:24.570 INFO O| Jul 15 23:09:24.570 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89782026-07-15T23:09:25.577Z[ recovery-image] Jul 15 23:09:24.576 INFO O| Jul 15 23:09:24.576 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89792026-07-15T23:09:25.577Z[ recovery-image] Jul 15 23:09:24.576 INFO O| Jul 15 23:09:24.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
89802026-07-15T23:09:25.577Z[ recovery-image] Jul 15 23:09:24.576 INFO O| Jul 15 23:09:24.576 INFO ok!
89812026-07-15T23:09:25.577Z[ recovery-image] Jul 15 23:09:24.576 INFO O| Jul 15 23:09:24.576 INFO STEP 18 (ensure_symlink) COMPLETE
89822026-07-15T23:09:25.582Z[ recovery-image] Jul 15 23:09:24.576 INFO O| Jul 15 23:09:24.576 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89832026-07-15T23:09:25.586Z[ recovery-image] Jul 15 23:09:24.583 INFO O| Jul 15 23:09:24.583 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
89842026-07-15T23:09:25.586Z[ recovery-image] Jul 15 23:09:24.583 INFO O| Jul 15 23:09:24.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
89852026-07-15T23:09:25.586Z[ recovery-image] Jul 15 23:09:24.583 INFO O| Jul 15 23:09:24.583 INFO ok!
89862026-07-15T23:09:25.586Z[ recovery-image] Jul 15 23:09:24.583 INFO O| Jul 15 23:09:24.583 INFO STEP 19 (ensure_file) COMPLETE
89872026-07-15T23:09:25.586Z[ recovery-image] Jul 15 23:09:24.583 INFO O| Jul 15 23:09:24.583 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89882026-07-15T23:09:25.590Z[ recovery-image] Jul 15 23:09:24.589 INFO O| Jul 15 23:09:24.589 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
89892026-07-15T23:09:25.590Z[ recovery-image] Jul 15 23:09:24.589 INFO O| Jul 15 23:09:24.589 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89902026-07-15T23:09:25.591Z[ recovery-image] Jul 15 23:09:24.589 INFO O| Jul 15 23:09:24.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
89912026-07-15T23:09:25.591Z[ recovery-image] Jul 15 23:09:24.589 INFO O| Jul 15 23:09:24.589 INFO ok!
89922026-07-15T23:09:25.591Z[ recovery-image] Jul 15 23:09:24.589 INFO O| Jul 15 23:09:24.589 INFO STEP 20 (ensure_symlink) COMPLETE
89932026-07-15T23:09:25.591Z[ recovery-image] Jul 15 23:09:24.589 INFO O| Jul 15 23:09:24.589 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89942026-07-15T23:09:25.595Z[ recovery-image] Jul 15 23:09:24.595 INFO O| Jul 15 23:09:24.595 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
89952026-07-15T23:09:25.595Z[ recovery-image] Jul 15 23:09:24.595 INFO O| Jul 15 23:09:24.595 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89962026-07-15T23:09:25.595Z[ recovery-image] Jul 15 23:09:24.595 INFO O| Jul 15 23:09:24.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
89972026-07-15T23:09:25.595Z[ recovery-image] Jul 15 23:09:24.595 INFO O| Jul 15 23:09:24.595 INFO ok!
89982026-07-15T23:09:25.595Z[ recovery-image] Jul 15 23:09:24.595 INFO O| Jul 15 23:09:24.595 INFO STEP 21 (ensure_symlink) COMPLETE
89992026-07-15T23:09:25.595Z[ recovery-image] Jul 15 23:09:24.595 INFO O| Jul 15 23:09:24.595 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90002026-07-15T23:09:25.600Z[ recovery-image] Jul 15 23:09:24.601 INFO O| Jul 15 23:09:24.601 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
90012026-07-15T23:09:25.600Z[ recovery-image] Jul 15 23:09:24.601 INFO O| Jul 15 23:09:24.601 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90022026-07-15T23:09:25.600Z[ recovery-image] Jul 15 23:09:24.601 INFO O| Jul 15 23:09:24.601 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
90032026-07-15T23:09:25.604Z[ recovery-image] Jul 15 23:09:24.601 INFO O| Jul 15 23:09:24.601 INFO ok!
90042026-07-15T23:09:25.604Z[ recovery-image] Jul 15 23:09:24.601 INFO O| Jul 15 23:09:24.601 INFO STEP 22 (ensure_symlink) COMPLETE
90052026-07-15T23:09:25.604Z[ recovery-image] Jul 15 23:09:24.601 INFO O| Jul 15 23:09:24.601 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90062026-07-15T23:09:25.608Z[ recovery-image] Jul 15 23:09:24.607 INFO O| Jul 15 23:09:24.607 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
90072026-07-15T23:09:25.608Z[ recovery-image] Jul 15 23:09:24.607 INFO O| Jul 15 23:09:24.607 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90082026-07-15T23:09:25.608Z[ recovery-image] Jul 15 23:09:24.607 INFO O| Jul 15 23:09:24.607 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
90092026-07-15T23:09:25.608Z[ recovery-image] Jul 15 23:09:24.607 INFO O| Jul 15 23:09:24.607 INFO ok!
90102026-07-15T23:09:25.608Z[ recovery-image] Jul 15 23:09:24.607 INFO O| Jul 15 23:09:24.607 INFO STEP 23 (ensure_symlink) COMPLETE
90112026-07-15T23:09:25.608Z[ recovery-image] Jul 15 23:09:24.607 INFO O| Jul 15 23:09:24.607 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90122026-07-15T23:09:25.613Z[ recovery-image] Jul 15 23:09:24.613 INFO O| Jul 15 23:09:24.613 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90132026-07-15T23:09:25.614Z[ recovery-image] Jul 15 23:09:24.613 INFO O| Jul 15 23:09:24.613 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 ...
90142026-07-15T23:09:25.614Z[ recovery-image] Jul 15 23:09:24.613 INFO O| Jul 15 23:09:24.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
90152026-07-15T23:09:25.614Z[ recovery-image] Jul 15 23:09:24.613 INFO O| Jul 15 23:09:24.613 INFO ok!
90162026-07-15T23:09:25.614Z[ recovery-image] Jul 15 23:09:24.613 INFO O| Jul 15 23:09:24.613 INFO STEP 24 (ensure_file) COMPLETE
90172026-07-15T23:09:25.614Z[ recovery-image] Jul 15 23:09:24.613 INFO O| Jul 15 23:09:24.613 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90182026-07-15T23:09:25.618Z[ recovery-image] Jul 15 23:09:24.619 INFO O| Jul 15 23:09:24.619 INFO updating shadow file
90192026-07-15T23:09:25.622Z[ recovery-image] Jul 15 23:09:24.619 INFO O| Jul 15 23:09:24.619 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90202026-07-15T23:09:25.622Z[ recovery-image] Jul 15 23:09:24.619 INFO O| Jul 15 23:09:24.619 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90212026-07-15T23:09:25.622Z[ recovery-image] Jul 15 23:09:24.619 INFO O| Jul 15 23:09:24.619 INFO STEP 25 (shadow) COMPLETE
90222026-07-15T23:09:25.622Z[ recovery-image] Jul 15 23:09:24.619 INFO O| Jul 15 23:09:24.619 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90232026-07-15T23:09:25.626Z[ recovery-image] Jul 15 23:09:24.626 INFO O| Jul 15 23:09:24.626 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
90242026-07-15T23:09:25.627Z[ recovery-image] Jul 15 23:09:24.626 INFO O| Jul 15 23:09:24.626 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
90252026-07-15T23:09:25.627Z[ recovery-image] Jul 15 23:09:24.626 INFO O| Jul 15 23:09:24.626 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
90262026-07-15T23:09:25.627Z[ recovery-image] Jul 15 23:09:24.626 INFO O| Jul 15 23:09:24.626 INFO ok!
90272026-07-15T23:09:25.627Z[ recovery-image] Jul 15 23:09:24.626 INFO O| Jul 15 23:09:24.626 INFO STEP 26 (ensure_file) COMPLETE
90282026-07-15T23:09:25.627Z[ recovery-image] Jul 15 23:09:24.626 INFO O| Jul 15 23:09:24.626 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90292026-07-15T23:09:25.630Z[ recovery-image] Jul 15 23:09:24.632 INFO O| Jul 15 23:09:24.632 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
90302026-07-15T23:09:25.634Z[ recovery-image] Jul 15 23:09:24.632 INFO O| Jul 15 23:09:24.632 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
90312026-07-15T23:09:25.634Z[ recovery-image] Jul 15 23:09:24.632 INFO O| Jul 15 23:09:24.632 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
90322026-07-15T23:09:25.634Z[ recovery-image] Jul 15 23:09:24.632 INFO O| Jul 15 23:09:24.632 INFO ok!
90332026-07-15T23:09:25.634Z[ recovery-image] Jul 15 23:09:24.632 INFO O| Jul 15 23:09:24.632 INFO STEP 27 (ensure_file) COMPLETE
90342026-07-15T23:09:25.634Z[ recovery-image] Jul 15 23:09:24.632 INFO O| Jul 15 23:09:24.632 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90352026-07-15T23:09:25.638Z[ recovery-image] Jul 15 23:09:24.638 INFO O| Jul 15 23:09:24.637 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90362026-07-15T23:09:25.638Z[ recovery-image] Jul 15 23:09:24.638 INFO O| Jul 15 23:09:24.638 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
90372026-07-15T23:09:25.638Z[ recovery-image] Jul 15 23:09:24.638 INFO O| Jul 15 23:09:24.638 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90382026-07-15T23:09:25.638Z[ recovery-image] Jul 15 23:09:24.638 INFO O| Jul 15 23:09:24.638 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90392026-07-15T23:09:25.638Z[ recovery-image] Jul 15 23:09:24.638 INFO O| Jul 15 23:09:24.638 INFO ok!
90402026-07-15T23:09:25.638Z[ recovery-image] Jul 15 23:09:24.638 INFO O| Jul 15 23:09:24.638 INFO STEP 28 (ensure_file) COMPLETE
90412026-07-15T23:09:25.638Z[ recovery-image] Jul 15 23:09:24.638 INFO O| Jul 15 23:09:24.638 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90422026-07-15T23:09:25.642Z[ recovery-image] Jul 15 23:09:24.644 INFO O| Jul 15 23:09:24.644 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
90432026-07-15T23:09:25.643Z[ recovery-image] Jul 15 23:09:24.644 INFO O| Jul 15 23:09:24.644 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
90442026-07-15T23:09:25.643Z[ recovery-image] Jul 15 23:09:24.644 INFO O| Jul 15 23:09:24.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
90452026-07-15T23:09:25.646Z[ recovery-image] Jul 15 23:09:24.644 INFO O| Jul 15 23:09:24.644 INFO ok!
90462026-07-15T23:09:25.646Z[ recovery-image] Jul 15 23:09:24.644 INFO O| Jul 15 23:09:24.644 INFO STEP 29 (ensure_file) COMPLETE
90472026-07-15T23:09:25.646Z[ recovery-image] Jul 15 23:09:24.644 INFO O| Jul 15 23:09:24.644 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90482026-07-15T23:09:25.650Z[ recovery-image] Jul 15 23:09:24.650 INFO O| Jul 15 23:09:24.650 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90492026-07-15T23:09:25.650Z[ recovery-image] Jul 15 23:09:24.650 INFO O| Jul 15 23:09:24.650 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90502026-07-15T23:09:25.650Z[ recovery-image] Jul 15 23:09:24.650 INFO O| Jul 15 23:09:24.650 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90512026-07-15T23:09:25.650Z[ recovery-image] Jul 15 23:09:24.650 INFO O| Jul 15 23:09:24.650 INFO STEP 30 (ensure_dir) COMPLETE
90522026-07-15T23:09:25.650Z[ recovery-image] Jul 15 23:09:24.650 INFO O| Jul 15 23:09:24.650 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90532026-07-15T23:09:25.655Z[ recovery-image] Jul 15 23:09:24.657 INFO O| Jul 15 23:09:24.657 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
90542026-07-15T23:09:25.655Z[ recovery-image] Jul 15 23:09:24.657 INFO O| Jul 15 23:09:24.657 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 ...
90552026-07-15T23:09:25.656Z[ recovery-image] Jul 15 23:09:24.657 INFO O| Jul 15 23:09:24.657 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
90562026-07-15T23:09:25.659Z[ recovery-image] Jul 15 23:09:24.657 INFO O| Jul 15 23:09:24.657 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
90572026-07-15T23:09:25.659Z[ recovery-image] Jul 15 23:09:24.657 INFO O| Jul 15 23:09:24.657 INFO ok!
90582026-07-15T23:09:25.659Z[ recovery-image] Jul 15 23:09:24.657 INFO O| Jul 15 23:09:24.657 INFO STEP 31 (ensure_file) COMPLETE
90592026-07-15T23:09:25.659Z[ recovery-image] Jul 15 23:09:24.657 INFO O| Jul 15 23:09:24.657 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90602026-07-15T23:09:25.663Z[ recovery-image] Jul 15 23:09:24.663 INFO O| Jul 15 23:09:24.663 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90612026-07-15T23:09:25.663Z[ recovery-image] Jul 15 23:09:24.663 INFO O| Jul 15 23:09:24.663 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90622026-07-15T23:09:25.663Z[ recovery-image] Jul 15 23:09:24.663 INFO O| Jul 15 23:09:24.663 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90632026-07-15T23:09:25.664Z[ recovery-image] Jul 15 23:09:24.663 INFO O| Jul 15 23:09:24.663 INFO STEP 32 (ensure_dir) COMPLETE
90642026-07-15T23:09:25.664Z[ recovery-image] Jul 15 23:09:24.663 INFO O| Jul 15 23:09:24.663 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90652026-07-15T23:09:25.669Z[ recovery-image] Jul 15 23:09:24.670 INFO O| Jul 15 23:09:24.670 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
90662026-07-15T23:09:25.672Z[ recovery-image] Jul 15 23:09:24.670 INFO O| Jul 15 23:09:24.670 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 ...
90672026-07-15T23:09:25.672Z[ recovery-image] Jul 15 23:09:24.670 INFO O| Jul 15 23:09:24.670 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
90682026-07-15T23:09:25.672Z[ recovery-image] Jul 15 23:09:24.670 INFO O| Jul 15 23:09:24.670 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
90692026-07-15T23:09:25.672Z[ recovery-image] Jul 15 23:09:24.670 INFO O| Jul 15 23:09:24.670 INFO ok!
90702026-07-15T23:09:25.673Z[ recovery-image] Jul 15 23:09:24.670 INFO O| Jul 15 23:09:24.670 INFO STEP 33 (ensure_file) COMPLETE
90712026-07-15T23:09:25.673Z[ recovery-image] Jul 15 23:09:24.670 INFO O| Jul 15 23:09:24.670 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90722026-07-15T23:09:25.676Z[ recovery-image] Jul 15 23:09:24.677 INFO O| Jul 15 23:09:24.677 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
90732026-07-15T23:09:25.676Z[ recovery-image] Jul 15 23:09:24.677 INFO O| Jul 15 23:09:24.677 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
90742026-07-15T23:09:25.676Z[ recovery-image] Jul 15 23:09:24.677 INFO O| Jul 15 23:09:24.677 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
90752026-07-15T23:09:25.676Z[ recovery-image] Jul 15 23:09:24.677 INFO O| Jul 15 23:09:24.677 INFO ok!
90762026-07-15T23:09:25.676Z[ recovery-image] Jul 15 23:09:24.677 INFO O| Jul 15 23:09:24.677 INFO STEP 34 (ensure_file) COMPLETE
90772026-07-15T23:09:25.676Z[ recovery-image] Jul 15 23:09:24.677 INFO O| Jul 15 23:09:24.677 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90782026-07-15T23:09:25.682Z[ recovery-image] Jul 15 23:09:24.683 INFO O| Jul 15 23:09:24.683 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
90792026-07-15T23:09:25.682Z[ recovery-image] Jul 15 23:09:24.683 INFO O| Jul 15 23:09:24.683 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
90802026-07-15T23:09:25.686Z[ recovery-image] Jul 15 23:09:24.683 INFO O| Jul 15 23:09:24.683 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90812026-07-15T23:09:25.686Z[ recovery-image] Jul 15 23:09:24.683 INFO O| Jul 15 23:09:24.683 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
90822026-07-15T23:09:25.686Z[ recovery-image] Jul 15 23:09:24.683 INFO O| Jul 15 23:09:24.683 INFO ok!
90832026-07-15T23:09:25.686Z[ recovery-image] Jul 15 23:09:24.683 INFO O| Jul 15 23:09:24.683 INFO STEP 35 (ensure_file) COMPLETE
90842026-07-15T23:09:25.687Z[ recovery-image] Jul 15 23:09:24.683 INFO O| Jul 15 23:09:24.683 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90852026-07-15T23:09:25.690Z[ recovery-image] Jul 15 23:09:24.690 INFO O| Jul 15 23:09:24.690 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
90862026-07-15T23:09:25.690Z[ recovery-image] Jul 15 23:09:24.690 INFO O| Jul 15 23:09:24.690 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
90872026-07-15T23:09:25.690Z[ recovery-image] Jul 15 23:09:24.690 INFO O| Jul 15 23:09:24.690 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
90882026-07-15T23:09:25.690Z[ recovery-image] Jul 15 23:09:24.690 INFO O| Jul 15 23:09:24.690 INFO ok!
90892026-07-15T23:09:25.690Z[ recovery-image] Jul 15 23:09:24.690 INFO O| Jul 15 23:09:24.690 INFO STEP 36 (ensure_file) COMPLETE
90902026-07-15T23:09:25.690Z[ recovery-image] Jul 15 23:09:24.690 INFO O| Jul 15 23:09:24.690 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90912026-07-15T23:09:25.697Z[ recovery-image] Jul 15 23:09:24.698 INFO O| Jul 15 23:09:24.698 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90922026-07-15T23:09:25.697Z[ recovery-image] Jul 15 23:09:24.698 INFO O| Jul 15 23:09:24.698 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
90932026-07-15T23:09:25.701Z[ recovery-image] Jul 15 23:09:24.698 INFO O| Jul 15 23:09:24.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
90942026-07-15T23:09:25.701Z[ recovery-image] Jul 15 23:09:24.698 INFO O| Jul 15 23:09:24.698 INFO ok!
90952026-07-15T23:09:25.701Z[ recovery-image] Jul 15 23:09:24.698 INFO O| Jul 15 23:09:24.698 INFO STEP 37 (ensure_file) COMPLETE
90962026-07-15T23:09:25.701Z[ recovery-image] Jul 15 23:09:24.698 INFO O| Jul 15 23:09:24.698 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90972026-07-15T23:09:25.705Z[ recovery-image] Jul 15 23:09:24.704 INFO O| Jul 15 23:09:24.704 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
90982026-07-15T23:09:25.705Z[ recovery-image] Jul 15 23:09:24.704 INFO O| Jul 15 23:09:24.704 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
90992026-07-15T23:09:25.705Z[ recovery-image] Jul 15 23:09:24.704 INFO O| Jul 15 23:09:24.704 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91002026-07-15T23:09:25.705Z[ recovery-image] Jul 15 23:09:24.704 INFO O| Jul 15 23:09:24.704 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91012026-07-15T23:09:25.705Z[ recovery-image] Jul 15 23:09:24.704 INFO O| Jul 15 23:09:24.704 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91022026-07-15T23:09:25.705Z[ recovery-image] Jul 15 23:09:24.704 INFO O| Jul 15 23:09:24.704 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91032026-07-15T23:09:25.705Z[ recovery-image] Jul 15 23:09:24.704 INFO O| Jul 15 23:09:24.704 INFO ok!
91042026-07-15T23:09:25.705Z[ recovery-image] Jul 15 23:09:24.704 INFO O| Jul 15 23:09:24.704 INFO STEP 38 (ensure_file) COMPLETE
91052026-07-15T23:09:25.705Z[ recovery-image] Jul 15 23:09:24.704 INFO O| Jul 15 23:09:24.704 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91062026-07-15T23:09:25.709Z[ recovery-image] Jul 15 23:09:24.711 INFO O| Jul 15 23:09:24.711 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91072026-07-15T23:09:25.713Z[ recovery-image] Jul 15 23:09:24.711 INFO O| Jul 15 23:09:24.711 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91082026-07-15T23:09:25.713Z[ recovery-image] Jul 15 23:09:24.711 INFO O| Jul 15 23:09:24.711 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91092026-07-15T23:09:25.713Z[ recovery-image] Jul 15 23:09:24.711 INFO O| Jul 15 23:09:24.711 INFO STEP 39 (ensure_dir) COMPLETE
91102026-07-15T23:09:25.713Z[ recovery-image] Jul 15 23:09:24.711 INFO O| Jul 15 23:09:24.711 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91112026-07-15T23:09:25.717Z[ recovery-image] Jul 15 23:09:24.717 INFO O| Jul 15 23:09:24.717 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
91122026-07-15T23:09:25.717Z[ recovery-image] Jul 15 23:09:24.717 INFO O| Jul 15 23:09:24.717 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 ...
91132026-07-15T23:09:25.717Z[ recovery-image] Jul 15 23:09:24.717 INFO O| Jul 15 23:09:24.717 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
91142026-07-15T23:09:25.717Z[ recovery-image] Jul 15 23:09:24.717 INFO O| Jul 15 23:09:24.717 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
91152026-07-15T23:09:25.718Z[ recovery-image] Jul 15 23:09:24.717 INFO O| Jul 15 23:09:24.717 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
91162026-07-15T23:09:25.718Z[ recovery-image] Jul 15 23:09:24.717 INFO O| Jul 15 23:09:24.717 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
91172026-07-15T23:09:25.718Z[ recovery-image] Jul 15 23:09:24.717 INFO O| Jul 15 23:09:24.717 INFO ok!
91182026-07-15T23:09:25.718Z[ recovery-image] Jul 15 23:09:24.717 INFO O| Jul 15 23:09:24.717 INFO STEP 40 (ensure_file) COMPLETE
91192026-07-15T23:09:25.718Z[ recovery-image] Jul 15 23:09:24.717 INFO O| Jul 15 23:09:24.717 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91202026-07-15T23:09:25.723Z[ recovery-image] Jul 15 23:09:24.724 INFO O| Jul 15 23:09:24.724 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91212026-07-15T23:09:25.723Z[ recovery-image] Jul 15 23:09:24.724 INFO O| Jul 15 23:09:24.724 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 ...
91222026-07-15T23:09:25.727Z[ recovery-image] Jul 15 23:09:24.724 INFO O| Jul 15 23:09:24.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91232026-07-15T23:09:25.727Z[ recovery-image] Jul 15 23:09:24.724 INFO O| Jul 15 23:09:24.724 INFO ok!
91242026-07-15T23:09:25.728Z[ recovery-image] Jul 15 23:09:24.724 INFO O| Jul 15 23:09:24.724 INFO STEP 41 (ensure_symlink) COMPLETE
91252026-07-15T23:09:25.728Z[ recovery-image] Jul 15 23:09:24.724 INFO O| Jul 15 23:09:24.724 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91262026-07-15T23:09:25.732Z[ recovery-image] Jul 15 23:09:24.730 INFO O| Jul 15 23:09:24.730 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
91272026-07-15T23:09:25.732Z[ recovery-image] Jul 15 23:09:24.730 INFO O| Jul 15 23:09:24.730 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
91282026-07-15T23:09:25.732Z[ recovery-image] Jul 15 23:09:24.730 INFO O| Jul 15 23:09:24.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
91292026-07-15T23:09:25.732Z[ recovery-image] Jul 15 23:09:24.730 INFO O| Jul 15 23:09:24.730 INFO ok!
91302026-07-15T23:09:25.732Z[ recovery-image] Jul 15 23:09:24.730 INFO O| Jul 15 23:09:24.730 INFO STEP 42 (ensure_symlink) COMPLETE
91312026-07-15T23:09:25.732Z[ recovery-image] Jul 15 23:09:24.730 INFO O| Jul 15 23:09:24.730 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91322026-07-15T23:09:25.737Z[ recovery-image] Jul 15 23:09:24.737 INFO O| Jul 15 23:09:24.737 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
91332026-07-15T23:09:25.737Z[ recovery-image] Jul 15 23:09:24.737 INFO O| Jul 15 23:09:24.737 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
91342026-07-15T23:09:25.738Z[ recovery-image] Jul 15 23:09:24.737 INFO O| Jul 15 23:09:24.737 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91352026-07-15T23:09:25.738Z[ recovery-image] Jul 15 23:09:24.737 INFO O| Jul 15 23:09:24.737 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91362026-07-15T23:09:25.738Z[ recovery-image] Jul 15 23:09:24.737 INFO O| Jul 15 23:09:24.737 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91372026-07-15T23:09:25.738Z[ recovery-image] Jul 15 23:09:24.737 INFO O| Jul 15 23:09:24.737 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91382026-07-15T23:09:25.738Z[ recovery-image] Jul 15 23:09:24.737 INFO O| Jul 15 23:09:24.737 INFO ok!
91392026-07-15T23:09:25.738Z[ recovery-image] Jul 15 23:09:24.737 INFO O| Jul 15 23:09:24.737 INFO STEP 43 (ensure_file) COMPLETE
91402026-07-15T23:09:25.738Z[ recovery-image] Jul 15 23:09:24.737 INFO O| Jul 15 23:09:24.737 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91412026-07-15T23:09:25.742Z[ recovery-image] Jul 15 23:09:24.743 INFO O| Jul 15 23:09:24.743 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
91422026-07-15T23:09:25.742Z[ recovery-image] Jul 15 23:09:24.743 INFO O| Jul 15 23:09:24.743 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 ...
91432026-07-15T23:09:25.742Z[ recovery-image] Jul 15 23:09:24.743 INFO O| Jul 15 23:09:24.743 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
91442026-07-15T23:09:25.742Z[ recovery-image] Jul 15 23:09:24.743 INFO O| Jul 15 23:09:24.743 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
91452026-07-15T23:09:25.742Z[ recovery-image] Jul 15 23:09:24.743 INFO O| Jul 15 23:09:24.743 INFO ok!
91462026-07-15T23:09:25.743Z[ recovery-image] Jul 15 23:09:24.743 INFO O| Jul 15 23:09:24.743 INFO STEP 44 (ensure_file) COMPLETE
91472026-07-15T23:09:25.743Z[ recovery-image] Jul 15 23:09:24.743 INFO O| Jul 15 23:09:24.743 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91482026-07-15T23:09:25.752Z[ recovery-image] Jul 15 23:09:24.750 INFO O| Jul 15 23:09:24.750 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
91492026-07-15T23:09:25.752Z[ recovery-image] Jul 15 23:09:24.750 INFO O| Jul 15 23:09:24.750 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
91502026-07-15T23:09:25.752Z[ recovery-image] Jul 15 23:09:24.750 INFO O| Jul 15 23:09:24.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
91512026-07-15T23:09:25.756Z[ recovery-image] Jul 15 23:09:24.750 INFO O| Jul 15 23:09:24.750 INFO ok!
91522026-07-15T23:09:25.756Z[ recovery-image] Jul 15 23:09:24.750 INFO O| Jul 15 23:09:24.750 INFO STEP 45 (ensure_file) COMPLETE
91532026-07-15T23:09:25.756Z[ recovery-image] Jul 15 23:09:24.750 INFO O| Jul 15 23:09:24.750 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91542026-07-15T23:09:25.760Z[ recovery-image] Jul 15 23:09:24.757 INFO O| Jul 15 23:09:24.757 INFO updating shadow file
91552026-07-15T23:09:25.760Z[ recovery-image] Jul 15 23:09:24.757 INFO O| Jul 15 23:09:24.757 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
91562026-07-15T23:09:25.760Z[ recovery-image] Jul 15 23:09:24.757 INFO O| Jul 15 23:09:24.757 INFO STEP 46 (shadow) COMPLETE
91572026-07-15T23:09:25.760Z[ recovery-image] Jul 15 23:09:24.757 INFO O| Jul 15 23:09:24.757 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91582026-07-15T23:09:25.765Z[ recovery-image] Jul 15 23:09:24.763 INFO O| Jul 15 23:09:24.763 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
91592026-07-15T23:09:25.765Z[ recovery-image] Jul 15 23:09:24.763 INFO O| Jul 15 23:09:24.763 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
91602026-07-15T23:09:25.765Z[ recovery-image] Jul 15 23:09:24.763 INFO O| Jul 15 23:09:24.763 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91612026-07-15T23:09:25.766Z[ recovery-image] Jul 15 23:09:24.763 INFO O| Jul 15 23:09:24.763 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91622026-07-15T23:09:25.766Z[ recovery-image] Jul 15 23:09:24.763 INFO O| Jul 15 23:09:24.763 INFO ok!
91632026-07-15T23:09:25.766Z[ recovery-image] Jul 15 23:09:24.763 INFO O| Jul 15 23:09:24.763 INFO STEP 47 (ensure_file) COMPLETE
91642026-07-15T23:09:25.766Z[ recovery-image] Jul 15 23:09:24.763 INFO O| Jul 15 23:09:24.763 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91652026-07-15T23:09:25.827Z[ recovery-image] Jul 15 23:09:24.769 INFO O| Jul 15 23:09:24.769 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
91662026-07-15T23:09:25.827Z[ recovery-image] Jul 15 23:09:24.770 INFO O| Jul 15 23:09:24.769 INFO STEP 48 (ensure_dir) COMPLETE
91672026-07-15T23:09:25.827Z[ recovery-image] Jul 15 23:09:24.770 INFO O| Jul 15 23:09:24.769 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91682026-07-15T23:09:25.827Z[ recovery-image] Jul 15 23:09:24.776 INFO O| Jul 15 23:09:24.776 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91692026-07-15T23:09:25.827Z[ recovery-image] Jul 15 23:09:24.776 INFO O| Jul 15 23:09:24.776 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91702026-07-15T23:09:25.827Z[ recovery-image] Jul 15 23:09:24.776 INFO O| Jul 15 23:09:24.776 INFO STEP 49 (ensure_dir) COMPLETE
91712026-07-15T23:09:25.827Z[ recovery-image] Jul 15 23:09:24.776 INFO O| Jul 15 23:09:24.776 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91722026-07-15T23:09:25.828Z[ recovery-image] Jul 15 23:09:24.783 INFO O| Jul 15 23:09:24.783 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91732026-07-15T23:09:25.828Z[ recovery-image] Jul 15 23:09:24.783 INFO O| Jul 15 23:09:24.783 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91742026-07-15T23:09:25.828Z[ recovery-image] Jul 15 23:09:24.783 INFO O| Jul 15 23:09:24.783 INFO STEP 50 (ensure_dir) COMPLETE
91752026-07-15T23:09:25.828Z[ recovery-image] Jul 15 23:09:24.783 INFO O| Jul 15 23:09:24.783 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91762026-07-15T23:09:25.828Z[ recovery-image] Jul 15 23:09:24.789 INFO O| Jul 15 23:09:24.789 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
91772026-07-15T23:09:25.828Z[ recovery-image] Jul 15 23:09:24.789 INFO O| Jul 15 23:09:24.789 INFO copying /tmp/.tmp3HlLLB/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
91782026-07-15T23:09:25.832Z[ recovery-image] Jul 15 23:09:24.823 INFO O| Jul 15 23:09:24.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
91792026-07-15T23:09:25.832Z[ recovery-image] Jul 15 23:09:24.823 INFO O| Jul 15 23:09:24.823 INFO ok!
91802026-07-15T23:09:25.832Z[ recovery-image] Jul 15 23:09:24.823 INFO O| Jul 15 23:09:24.823 INFO STEP 51 (ensure_file) COMPLETE
91812026-07-15T23:09:25.832Z[ recovery-image] Jul 15 23:09:24.823 INFO O| Jul 15 23:09:24.823 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91822026-07-15T23:09:25.832Z[ recovery-image] Jul 15 23:09:24.831 INFO O| Jul 15 23:09:24.831 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91832026-07-15T23:09:25.832Z[ recovery-image] Jul 15 23:09:24.831 INFO O| Jul 15 23:09:24.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
91842026-07-15T23:09:25.832Z[ recovery-image] Jul 15 23:09:24.831 INFO O| Jul 15 23:09:24.831 INFO STEP 52 (ensure_dir) COMPLETE
91852026-07-15T23:09:25.832Z[ recovery-image] Jul 15 23:09:24.831 INFO O| Jul 15 23:09:24.831 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91862026-07-15T23:09:25.836Z[ recovery-image] Jul 15 23:09:24.837 INFO O| Jul 15 23:09:24.837 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
91872026-07-15T23:09:25.836Z[ recovery-image] Jul 15 23:09:24.837 INFO O| Jul 15 23:09:24.837 INFO copying /tmp/.tmp3HlLLB/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
91882026-07-15T23:09:25.836Z[ recovery-image] Jul 15 23:09:24.837 INFO O| Jul 15 23:09:24.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
91892026-07-15T23:09:25.836Z[ recovery-image] Jul 15 23:09:24.837 INFO O| Jul 15 23:09:24.837 INFO ok!
91902026-07-15T23:09:25.836Z[ recovery-image] Jul 15 23:09:24.837 INFO O| Jul 15 23:09:24.837 INFO STEP 53 (ensure_file) COMPLETE
91912026-07-15T23:09:25.836Z[ recovery-image] Jul 15 23:09:24.837 INFO O| Jul 15 23:09:24.837 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91922026-07-15T23:09:25.842Z[ recovery-image] Jul 15 23:09:24.843 INFO O| Jul 15 23:09:24.843 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91932026-07-15T23:09:25.846Z[ recovery-image] Jul 15 23:09:24.843 INFO O| Jul 15 23:09:24.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
91942026-07-15T23:09:25.846Z[ recovery-image] Jul 15 23:09:24.843 INFO O| Jul 15 23:09:24.843 INFO STEP 54 (ensure_dir) COMPLETE
91952026-07-15T23:09:25.846Z[ recovery-image] Jul 15 23:09:24.843 INFO O| Jul 15 23:09:24.843 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91962026-07-15T23:09:25.852Z[ recovery-image] Jul 15 23:09:24.852 INFO O| Jul 15 23:09:24.852 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
91972026-07-15T23:09:25.852Z[ recovery-image] Jul 15 23:09:24.852 INFO O| Jul 15 23:09:24.852 INFO copying /tmp/.tmp3HlLLB/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
91982026-07-15T23:09:25.969Z[ host-image] Jul 15 23:09:24.969 INFO O| adding properties...
91992026-07-15T23:09:26.078Z[ recovery-image] Jul 15 23:09:25.077 INFO O| Jul 15 23:09:25.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
92002026-07-15T23:09:26.078Z[ recovery-image] Jul 15 23:09:25.077 INFO O| Jul 15 23:09:25.077 INFO ok!
92012026-07-15T23:09:26.078Z[ recovery-image] Jul 15 23:09:25.077 INFO O| Jul 15 23:09:25.077 INFO STEP 55 (ensure_file) COMPLETE
92022026-07-15T23:09:26.082Z[ recovery-image] Jul 15 23:09:25.077 INFO O| Jul 15 23:09:25.077 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92032026-07-15T23:09:26.086Z[ recovery-image] Jul 15 23:09:25.086 INFO O| Jul 15 23:09:25.086 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
92042026-07-15T23:09:26.087Z[ recovery-image] Jul 15 23:09:25.086 INFO O| Jul 15 23:09:25.086 INFO copying /tmp/.tmp3HlLLB/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
92052026-07-15T23:09:26.528Z[ recovery-image] Jul 15 23:09:25.529 INFO O| Jul 15 23:09:25.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
92062026-07-15T23:09:26.528Z[ recovery-image] Jul 15 23:09:25.529 INFO O| Jul 15 23:09:25.529 INFO ok!
92072026-07-15T23:09:26.528Z[ recovery-image] Jul 15 23:09:25.529 INFO O| Jul 15 23:09:25.529 INFO STEP 56 (ensure_file) COMPLETE
92082026-07-15T23:09:26.532Z[ recovery-image] Jul 15 23:09:25.529 INFO O| Jul 15 23:09:25.529 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92092026-07-15T23:09:26.537Z[ recovery-image] Jul 15 23:09:25.538 INFO O| Jul 15 23:09:25.538 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
92102026-07-15T23:09:26.537Z[ recovery-image] Jul 15 23:09:25.538 INFO O| Jul 15 23:09:25.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
92112026-07-15T23:09:26.541Z[ recovery-image] Jul 15 23:09:25.538 INFO O| Jul 15 23:09:25.538 INFO STEP 57 (ensure_dir) COMPLETE
92122026-07-15T23:09:26.541Z[ recovery-image] Jul 15 23:09:25.538 INFO O| Jul 15 23:09:25.538 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92132026-07-15T23:09:26.546Z[ recovery-image] Jul 15 23:09:25.547 INFO O| Jul 15 23:09:25.547 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92142026-07-15T23:09:26.546Z[ recovery-image] Jul 15 23:09:25.547 INFO O| Jul 15 23:09:25.547 INFO copying /tmp/.tmp3HlLLB/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 ...
92152026-07-15T23:09:26.549Z[ recovery-image] Jul 15 23:09:25.547 INFO O| Jul 15 23:09:25.547 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
92162026-07-15T23:09:26.550Z[ recovery-image] Jul 15 23:09:25.547 INFO O| Jul 15 23:09:25.547 INFO ok!
92172026-07-15T23:09:26.550Z[ recovery-image] Jul 15 23:09:25.547 INFO O| Jul 15 23:09:25.547 INFO STEP 58 (ensure_file) COMPLETE
92182026-07-15T23:09:26.550Z[ recovery-image] Jul 15 23:09:25.547 INFO O| Jul 15 23:09:25.547 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92192026-07-15T23:09:26.553Z[ recovery-image] Jul 15 23:09:25.553 INFO O| Jul 15 23:09:25.553 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92202026-07-15T23:09:26.553Z[ recovery-image] Jul 15 23:09:25.553 INFO O| Jul 15 23:09:25.553 INFO copying /tmp/.tmp3HlLLB/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 ...
92212026-07-15T23:09:26.553Z[ recovery-image] Jul 15 23:09:25.553 INFO O| Jul 15 23:09:25.553 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
92222026-07-15T23:09:26.554Z[ recovery-image] Jul 15 23:09:25.553 INFO O| Jul 15 23:09:25.553 INFO ok!
92232026-07-15T23:09:26.554Z[ recovery-image] Jul 15 23:09:25.553 INFO O| Jul 15 23:09:25.553 INFO STEP 59 (ensure_file) COMPLETE
92242026-07-15T23:09:26.554Z[ recovery-image] Jul 15 23:09:25.553 INFO O| Jul 15 23:09:25.553 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92252026-07-15T23:09:26.558Z[ recovery-image] Jul 15 23:09:25.560 INFO O| Jul 15 23:09:25.560 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
92262026-07-15T23:09:26.559Z[ recovery-image] Jul 15 23:09:25.560 INFO O| Jul 15 23:09:25.560 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
92272026-07-15T23:09:26.562Z[ recovery-image] Jul 15 23:09:25.560 INFO O| Jul 15 23:09:25.560 INFO STEP 60 (ensure_dir) COMPLETE
92282026-07-15T23:09:26.562Z[ recovery-image] Jul 15 23:09:25.560 INFO O| Jul 15 23:09:25.560 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92292026-07-15T23:09:26.567Z[ recovery-image] Jul 15 23:09:25.567 INFO O| Jul 15 23:09:25.567 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92302026-07-15T23:09:26.567Z[ recovery-image] Jul 15 23:09:25.567 INFO O| Jul 15 23:09:25.567 INFO copying /tmp/.tmp3HlLLB/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 ...
92312026-07-15T23:09:26.567Z[ recovery-image] Jul 15 23:09:25.567 INFO O| Jul 15 23:09:25.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92322026-07-15T23:09:26.567Z[ recovery-image] Jul 15 23:09:25.567 INFO O| Jul 15 23:09:25.567 INFO ok!
92332026-07-15T23:09:26.567Z[ recovery-image] Jul 15 23:09:25.567 INFO O| Jul 15 23:09:25.567 INFO STEP 61 (ensure_file) COMPLETE
92342026-07-15T23:09:26.568Z[ recovery-image] Jul 15 23:09:25.567 INFO O| Jul 15 23:09:25.567 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92352026-07-15T23:09:26.573Z[ recovery-image] Jul 15 23:09:25.572 INFO O| Jul 15 23:09:25.572 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92362026-07-15T23:09:26.574Z[ recovery-image] Jul 15 23:09:25.572 INFO O| Jul 15 23:09:25.572 INFO copying /tmp/.tmp3HlLLB/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 ...
92372026-07-15T23:09:26.574Z[ recovery-image] Jul 15 23:09:25.572 INFO O| Jul 15 23:09:25.572 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
92382026-07-15T23:09:26.574Z[ recovery-image] Jul 15 23:09:25.572 INFO O| Jul 15 23:09:25.572 INFO ok!
92392026-07-15T23:09:26.574Z[ recovery-image] Jul 15 23:09:25.572 INFO O| Jul 15 23:09:25.572 INFO STEP 62 (ensure_file) COMPLETE
92402026-07-15T23:09:26.574Z[ recovery-image] Jul 15 23:09:25.572 INFO O| Jul 15 23:09:25.572 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92412026-07-15T23:09:26.578Z[ recovery-image] Jul 15 23:09:25.578 INFO O| Jul 15 23:09:25.578 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
92422026-07-15T23:09:26.578Z[ recovery-image] Jul 15 23:09:25.578 INFO O| Jul 15 23:09:25.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
92432026-07-15T23:09:26.578Z[ recovery-image] Jul 15 23:09:25.578 INFO O| Jul 15 23:09:25.578 INFO STEP 63 (ensure_dir) COMPLETE
92442026-07-15T23:09:26.578Z[ recovery-image] Jul 15 23:09:25.578 INFO O| Jul 15 23:09:25.578 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92452026-07-15T23:09:26.582Z[ recovery-image] Jul 15 23:09:25.584 INFO O| Jul 15 23:09:25.583 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92462026-07-15T23:09:26.586Z[ recovery-image] Jul 15 23:09:25.584 INFO O| Jul 15 23:09:25.583 INFO copying /tmp/.tmp3HlLLB/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 ...
92472026-07-15T23:09:26.586Z[ recovery-image] Jul 15 23:09:25.584 INFO O| Jul 15 23:09:25.584 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92482026-07-15T23:09:26.586Z[ recovery-image] Jul 15 23:09:25.584 INFO O| Jul 15 23:09:25.584 INFO ok!
92492026-07-15T23:09:26.587Z[ recovery-image] Jul 15 23:09:25.584 INFO O| Jul 15 23:09:25.584 INFO STEP 64 (ensure_file) COMPLETE
92502026-07-15T23:09:26.587Z[ recovery-image] Jul 15 23:09:25.584 INFO O| Jul 15 23:09:25.584 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92512026-07-15T23:09:26.590Z[ recovery-image] Jul 15 23:09:25.591 INFO O| Jul 15 23:09:25.590 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
92522026-07-15T23:09:26.590Z[ recovery-image] Jul 15 23:09:25.591 INFO O| Jul 15 23:09:25.591 INFO copying /tmp/.tmp3HlLLB/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
92532026-07-15T23:09:26.590Z[ recovery-image] Jul 15 23:09:25.591 INFO O| Jul 15 23:09:25.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
92542026-07-15T23:09:26.590Z[ recovery-image] Jul 15 23:09:25.591 INFO O| Jul 15 23:09:25.591 INFO ok!
92552026-07-15T23:09:26.590Z[ recovery-image] Jul 15 23:09:25.591 INFO O| Jul 15 23:09:25.591 INFO STEP 65 (ensure_file) COMPLETE
92562026-07-15T23:09:26.590Z[ recovery-image] Jul 15 23:09:25.591 INFO O| Jul 15 23:09:25.591 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92572026-07-15T23:09:26.595Z[ recovery-image] Jul 15 23:09:25.596 INFO O| Jul 15 23:09:25.596 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
92582026-07-15T23:09:26.595Z[ recovery-image] Jul 15 23:09:25.596 INFO O| Jul 15 23:09:25.596 INFO STEP 66 (ensure_dir) COMPLETE
92592026-07-15T23:09:26.595Z[ recovery-image] Jul 15 23:09:25.596 INFO O| Jul 15 23:09:25.596 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92602026-07-15T23:09:26.600Z[ recovery-image] Jul 15 23:09:25.602 INFO O| Jul 15 23:09:25.601 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
92612026-07-15T23:09:26.604Z[ recovery-image] Jul 15 23:09:25.602 INFO O| Jul 15 23:09:25.602 INFO STEP 67 (ensure_dir) COMPLETE
92622026-07-15T23:09:26.604Z[ recovery-image] Jul 15 23:09:25.602 INFO O| Jul 15 23:09:25.602 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92632026-07-15T23:09:26.608Z[ recovery-image] Jul 15 23:09:25.607 INFO O| Jul 15 23:09:25.607 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
92642026-07-15T23:09:26.608Z[ recovery-image] Jul 15 23:09:25.607 INFO O| Jul 15 23:09:25.607 INFO STEP 68 (ensure_dir) COMPLETE
92652026-07-15T23:09:26.608Z[ recovery-image] Jul 15 23:09:25.607 INFO O| Jul 15 23:09:25.607 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92662026-07-15T23:09:26.612Z[ recovery-image] Jul 15 23:09:25.612 INFO O| Jul 15 23:09:25.612 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
92672026-07-15T23:09:26.612Z[ recovery-image] Jul 15 23:09:25.612 INFO O| Jul 15 23:09:25.612 INFO STEP 69 (ensure_dir) COMPLETE
92682026-07-15T23:09:26.612Z[ recovery-image] Jul 15 23:09:25.612 INFO O| Jul 15 23:09:25.612 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92692026-07-15T23:09:26.617Z[ recovery-image] Jul 15 23:09:25.617 INFO O| Jul 15 23:09:25.617 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
92702026-07-15T23:09:26.617Z[ recovery-image] Jul 15 23:09:25.617 INFO O| Jul 15 23:09:25.617 INFO copying /tmp/.tmp3HlLLB/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
92712026-07-15T23:09:26.617Z[ recovery-image] Jul 15 23:09:25.618 INFO O| Jul 15 23:09:25.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
92722026-07-15T23:09:26.621Z[ recovery-image] Jul 15 23:09:25.618 INFO O| Jul 15 23:09:25.617 INFO ok!
92732026-07-15T23:09:26.621Z[ recovery-image] Jul 15 23:09:25.618 INFO O| Jul 15 23:09:25.618 INFO STEP 70 (ensure_file) COMPLETE
92742026-07-15T23:09:26.621Z[ recovery-image] Jul 15 23:09:25.618 INFO O| Jul 15 23:09:25.618 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92752026-07-15T23:09:26.626Z[ recovery-image] Jul 15 23:09:25.625 INFO O| Jul 15 23:09:25.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
92762026-07-15T23:09:26.626Z[ recovery-image] Jul 15 23:09:25.625 INFO O| Jul 15 23:09:25.625 INFO STEP 71 (remove_files) COMPLETE
92772026-07-15T23:09:26.626Z[ recovery-image] Jul 15 23:09:25.625 INFO O| Jul 15 23:09:25.625 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92782026-07-15T23:09:26.630Z[ recovery-image] Jul 15 23:09:25.631 INFO O| Jul 15 23:09:25.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
92792026-07-15T23:09:26.630Z[ recovery-image] Jul 15 23:09:25.631 INFO O| Jul 15 23:09:25.631 INFO STEP 72 (remove_files) COMPLETE
92802026-07-15T23:09:26.630Z[ recovery-image] Jul 15 23:09:25.631 INFO O| Jul 15 23:09:25.631 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92812026-07-15T23:09:26.637Z[ recovery-image] Jul 15 23:09:25.638 INFO O| Jul 15 23:09:25.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
92822026-07-15T23:09:26.641Z[ recovery-image] Jul 15 23:09:25.638 INFO O| Jul 15 23:09:25.638 INFO STEP 73 (remove_files) COMPLETE
92832026-07-15T23:09:26.641Z[ recovery-image] Jul 15 23:09:25.638 INFO O| Jul 15 23:09:25.638 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92842026-07-15T23:09:26.644Z[ recovery-image] Jul 15 23:09:25.645 INFO O| Jul 15 23:09:25.645 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
92852026-07-15T23:09:26.644Z[ recovery-image] Jul 15 23:09:25.645 INFO O| Jul 15 23:09:25.645 INFO STEP 74 (remove_files) COMPLETE
92862026-07-15T23:09:26.644Z[ recovery-image] Jul 15 23:09:25.645 INFO O| Jul 15 23:09:25.645 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92872026-07-15T23:09:26.649Z[ recovery-image] Jul 15 23:09:25.651 INFO O| Jul 15 23:09:25.651 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
92882026-07-15T23:09:26.650Z[ recovery-image] Jul 15 23:09:25.651 INFO O| Jul 15 23:09:25.651 INFO STEP 75 (remove_files) COMPLETE
92892026-07-15T23:09:26.650Z[ recovery-image] Jul 15 23:09:25.651 INFO O| Jul 15 23:09:25.651 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92902026-07-15T23:09:26.656Z[ recovery-image] Jul 15 23:09:25.657 INFO O| Jul 15 23:09:25.657 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
92912026-07-15T23:09:26.656Z[ recovery-image] Jul 15 23:09:25.657 INFO O| Jul 15 23:09:25.657 INFO STEP 76 (remove_files) COMPLETE
92922026-07-15T23:09:26.656Z[ recovery-image] Jul 15 23:09:25.657 INFO O| Jul 15 23:09:25.657 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92932026-07-15T23:09:26.661Z[ recovery-image] Jul 15 23:09:25.662 INFO O| Jul 15 23:09:25.662 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
92942026-07-15T23:09:26.661Z[ recovery-image] Jul 15 23:09:25.662 INFO O| Jul 15 23:09:25.662 INFO STEP 77 (remove_files) COMPLETE
92952026-07-15T23:09:26.661Z[ recovery-image] Jul 15 23:09:25.662 INFO O| Jul 15 23:09:25.662 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92962026-07-15T23:09:26.667Z[ recovery-image] Jul 15 23:09:25.668 INFO O| Jul 15 23:09:25.668 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
92972026-07-15T23:09:26.667Z[ recovery-image] Jul 15 23:09:25.668 INFO O| Jul 15 23:09:25.668 INFO STEP 78 (remove_files) COMPLETE
92982026-07-15T23:09:26.667Z[ recovery-image] Jul 15 23:09:25.668 INFO O| Jul 15 23:09:25.668 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92992026-07-15T23:09:26.673Z[ recovery-image] Jul 15 23:09:25.674 INFO O| Jul 15 23:09:25.674 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
93002026-07-15T23:09:26.673Z[ recovery-image] Jul 15 23:09:25.674 INFO O| Jul 15 23:09:25.674 INFO STEP 79 (remove_files) COMPLETE
93012026-07-15T23:09:26.673Z[ recovery-image] Jul 15 23:09:25.674 INFO O| Jul 15 23:09:25.674 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93022026-07-15T23:09:26.684Z[ recovery-image] Jul 15 23:09:25.683 INFO O| Jul 15 23:09:25.681 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
93032026-07-15T23:09:26.684Z[ recovery-image] Jul 15 23:09:25.683 INFO O| Jul 15 23:09:25.681 INFO STEP 80 (remove_files) COMPLETE
93042026-07-15T23:09:26.689Z[ recovery-image] Jul 15 23:09:25.683 INFO O| Jul 15 23:09:25.681 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93052026-07-15T23:09:26.689Z[ recovery-image] Jul 15 23:09:25.690 INFO O| Jul 15 23:09:25.690 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
93062026-07-15T23:09:26.689Z[ recovery-image] Jul 15 23:09:25.690 INFO O| Jul 15 23:09:25.690 INFO STEP 81 (remove_files) COMPLETE
93072026-07-15T23:09:26.689Z[ recovery-image] Jul 15 23:09:25.690 INFO O| Jul 15 23:09:25.690 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93082026-07-15T23:09:26.698Z[ recovery-image] Jul 15 23:09:25.699 INFO O| Jul 15 23:09:25.699 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
93092026-07-15T23:09:26.699Z[ recovery-image] Jul 15 23:09:25.700 INFO O| Jul 15 23:09:25.700 INFO STEP 82 (remove_files) COMPLETE
93102026-07-15T23:09:26.702Z[ recovery-image] Jul 15 23:09:25.700 INFO O| Jul 15 23:09:25.700 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93112026-07-15T23:09:26.708Z[ recovery-image] Jul 15 23:09:25.708 INFO O| Jul 15 23:09:25.708 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
93122026-07-15T23:09:26.708Z[ recovery-image] Jul 15 23:09:25.708 INFO O| Jul 15 23:09:25.708 INFO STEP 83 (remove_files) COMPLETE
93132026-07-15T23:09:26.708Z[ recovery-image] Jul 15 23:09:25.709 INFO O| Jul 15 23:09:25.708 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93142026-07-15T23:09:26.718Z[ recovery-image] Jul 15 23:09:25.717 INFO O| Jul 15 23:09:25.717 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
93152026-07-15T23:09:26.718Z[ recovery-image] Jul 15 23:09:25.718 INFO O| Jul 15 23:09:25.718 INFO STEP 84 (remove_files) COMPLETE
93162026-07-15T23:09:26.722Z[ recovery-image] Jul 15 23:09:25.718 INFO O| Jul 15 23:09:25.718 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93172026-07-15T23:09:26.726Z[ recovery-image] Jul 15 23:09:25.725 INFO O| Jul 15 23:09:25.725 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
93182026-07-15T23:09:26.726Z[ recovery-image] Jul 15 23:09:25.726 INFO O| Jul 15 23:09:25.725 INFO STEP 85 (remove_files) COMPLETE
93192026-07-15T23:09:26.726Z[ recovery-image] Jul 15 23:09:25.726 INFO O| Jul 15 23:09:25.726 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93202026-07-15T23:09:26.733Z[ recovery-image] Jul 15 23:09:25.734 INFO O| Jul 15 23:09:25.734 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
93212026-07-15T23:09:26.733Z[ recovery-image] Jul 15 23:09:25.734 INFO O| Jul 15 23:09:25.734 INFO STEP 86 (remove_files) COMPLETE
93222026-07-15T23:09:26.737Z[ recovery-image] Jul 15 23:09:25.734 INFO O| Jul 15 23:09:25.734 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93232026-07-15T23:09:26.741Z[ recovery-image] Jul 15 23:09:25.742 INFO O| Jul 15 23:09:25.742 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
93242026-07-15T23:09:26.741Z[ recovery-image] Jul 15 23:09:25.742 INFO O| Jul 15 23:09:25.742 INFO STEP 87 (remove_files) COMPLETE
93252026-07-15T23:09:26.741Z[ recovery-image] Jul 15 23:09:25.742 INFO O| Jul 15 23:09:25.742 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93262026-07-15T23:09:26.748Z[ recovery-image] Jul 15 23:09:25.749 INFO O| Jul 15 23:09:25.749 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
93272026-07-15T23:09:26.753Z[ recovery-image] Jul 15 23:09:25.749 INFO O| Jul 15 23:09:25.749 INFO STEP 88 (remove_files) COMPLETE
93282026-07-15T23:09:26.753Z[ recovery-image] Jul 15 23:09:25.749 INFO O| Jul 15 23:09:25.749 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93292026-07-15T23:09:26.757Z[ recovery-image] Jul 15 23:09:25.757 INFO O| Jul 15 23:09:25.757 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
93302026-07-15T23:09:26.757Z[ recovery-image] Jul 15 23:09:25.757 INFO O| Jul 15 23:09:25.757 INFO STEP 89 (remove_files) COMPLETE
93312026-07-15T23:09:26.757Z[ recovery-image] Jul 15 23:09:25.757 INFO O| Jul 15 23:09:25.757 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93322026-07-15T23:09:26.762Z[ recovery-image] Jul 15 23:09:25.763 INFO O| Jul 15 23:09:25.763 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
93332026-07-15T23:09:26.762Z[ recovery-image] Jul 15 23:09:25.764 INFO O| Jul 15 23:09:25.764 INFO STEP 90 (remove_files) COMPLETE
93342026-07-15T23:09:26.762Z[ recovery-image] Jul 15 23:09:25.764 INFO O| Jul 15 23:09:25.764 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93352026-07-15T23:09:26.770Z[ recovery-image] Jul 15 23:09:25.771 INFO O| Jul 15 23:09:25.771 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93362026-07-15T23:09:26.775Z[ recovery-image] Jul 15 23:09:25.771 INFO O| Jul 15 23:09:25.771 INFO STEP 91 (remove_files) COMPLETE
93372026-07-15T23:09:26.775Z[ recovery-image] Jul 15 23:09:25.771 INFO O| Jul 15 23:09:25.771 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93382026-07-15T23:09:26.779Z[ recovery-image] Jul 15 23:09:25.779 INFO O| Jul 15 23:09:25.779 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
93392026-07-15T23:09:26.779Z[ recovery-image] Jul 15 23:09:25.779 INFO O| Jul 15 23:09:25.779 INFO STEP 92 (remove_files) COMPLETE
93402026-07-15T23:09:26.779Z[ recovery-image] Jul 15 23:09:25.779 INFO O| Jul 15 23:09:25.779 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93412026-07-15T23:09:27.105Z[ recovery-image] Jul 15 23:09:26.106 INFO O| Jul 15 23:09:26.106 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93422026-07-15T23:09:27.106Z[ recovery-image] Jul 15 23:09:26.106 INFO O| Jul 15 23:09:26.106 INFO STEP 93 (remove_files) COMPLETE
93432026-07-15T23:09:27.109Z[ recovery-image] Jul 15 23:09:26.106 INFO O| Jul 15 23:09:26.106 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93442026-07-15T23:09:27.113Z[ recovery-image] Jul 15 23:09:26.112 INFO O| Jul 15 23:09:26.112 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
93452026-07-15T23:09:27.113Z[ recovery-image] Jul 15 23:09:26.113 INFO O| Jul 15 23:09:26.113 INFO STEP 94 (remove_files) COMPLETE
93462026-07-15T23:09:27.114Z[ recovery-image] Jul 15 23:09:26.113 INFO O| Jul 15 23:09:26.113 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93472026-07-15T23:09:27.120Z[ recovery-image] Jul 15 23:09:26.120 INFO O| Jul 15 23:09:26.120 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
93482026-07-15T23:09:27.120Z[ recovery-image] Jul 15 23:09:26.120 INFO O| Jul 15 23:09:26.120 INFO STEP 95 (remove_files) COMPLETE
93492026-07-15T23:09:27.124Z[ recovery-image] Jul 15 23:09:26.120 INFO O| Jul 15 23:09:26.120 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93502026-07-15T23:09:27.127Z[ recovery-image] Jul 15 23:09:26.127 INFO O| Jul 15 23:09:26.127 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
93512026-07-15T23:09:27.128Z[ recovery-image] Jul 15 23:09:26.127 INFO O| Jul 15 23:09:26.127 INFO STEP 96 (remove_files) COMPLETE
93522026-07-15T23:09:27.128Z[ recovery-image] Jul 15 23:09:26.127 INFO O| Jul 15 23:09:26.127 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93532026-07-15T23:09:27.134Z[ recovery-image] Jul 15 23:09:26.135 INFO O| Jul 15 23:09:26.135 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
93542026-07-15T23:09:27.134Z[ recovery-image] Jul 15 23:09:26.135 INFO O| Jul 15 23:09:26.135 INFO STEP 97 (remove_files) COMPLETE
93552026-07-15T23:09:27.134Z[ recovery-image] Jul 15 23:09:26.135 INFO O| Jul 15 23:09:26.135 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93562026-07-15T23:09:27.140Z[ recovery-image] Jul 15 23:09:26.141 INFO O| Jul 15 23:09:26.141 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
93572026-07-15T23:09:27.140Z[ recovery-image] Jul 15 23:09:26.141 INFO O| Jul 15 23:09:26.141 INFO STEP 98 (remove_files) COMPLETE
93582026-07-15T23:09:27.140Z[ recovery-image] Jul 15 23:09:26.141 INFO O| Jul 15 23:09:26.141 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93592026-07-15T23:09:27.148Z[ recovery-image] Jul 15 23:09:26.149 INFO O| Jul 15 23:09:26.149 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
93602026-07-15T23:09:27.149Z[ recovery-image] Jul 15 23:09:26.149 INFO O| Jul 15 23:09:26.149 INFO STEP 99 (remove_files) COMPLETE
93612026-07-15T23:09:27.149Z[ recovery-image] Jul 15 23:09:26.149 INFO O| Jul 15 23:09:26.149 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93622026-07-15T23:09:27.158Z[ recovery-image] Jul 15 23:09:26.159 INFO O| Jul 15 23:09:26.159 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
93632026-07-15T23:09:27.158Z[ recovery-image] Jul 15 23:09:26.159 INFO O| Jul 15 23:09:26.159 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
93642026-07-15T23:09:27.400Z[ host-image] Jul 15 23:09:26.401 INFO O| installing packages...
93652026-07-15T23:09:29.950Z[ recovery-image] Jul 15 23:09:28.951 INFO O| Jul 15 23:09:28.951 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
93662026-07-15T23:09:29.950Z[ recovery-image] Jul 15 23:09:28.951 INFO O| Jul 15 23:09:28.951 INFO E| svccfg: Loaded 68 smf(7) service descriptions
93672026-07-15T23:09:29.960Z[ recovery-image] Jul 15 23:09:28.961 INFO O| Jul 15 23:09:28.961 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_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"}
93682026-07-15T23:09:30.054Z[ recovery-image] Jul 15 23:09:29.055 INFO O| Jul 15 23:09:29.055 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
93692026-07-15T23:09:30.106Z[ recovery-image] Jul 15 23:09:29.107 INFO O| Jul 15 23:09:29.107 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_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"}
93702026-07-15T23:09:30.168Z[ recovery-image] Jul 15 23:09:29.167 INFO O| Jul 15 23:09:29.167 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93712026-07-15T23:09:30.168Z[ recovery-image] Jul 15 23:09:29.167 INFO O| Jul 15 23:09:29.167 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 ...
93722026-07-15T23:09:30.174Z[ recovery-image] Jul 15 23:09:29.169 INFO O| Jul 15 23:09:29.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93732026-07-15T23:09:30.174Z[ recovery-image] Jul 15 23:09:29.169 INFO O| Jul 15 23:09:29.169 INFO ok!
93742026-07-15T23:09:30.174Z[ recovery-image] Jul 15 23:09:29.169 INFO O| Jul 15 23:09:29.169 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93752026-07-15T23:09:30.174Z[ recovery-image] Jul 15 23:09:29.169 INFO O| Jul 15 23:09:29.169 INFO STEP 100 (seed_smf) COMPLETE
93762026-07-15T23:09:30.174Z[ recovery-image] Jul 15 23:09:29.169 INFO O| Jul 15 23:09:29.169 INFO steps complete; finalising image!
93772026-07-15T23:09:30.174Z[ recovery-image] Jul 15 23:09:29.169 INFO O| Jul 15 23:09:29.169 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93782026-07-15T23:09:30.326Z[ recovery-image] Jul 15 23:09:29.328 INFO O| Jul 15 23:09:29.327 INFO trim TEMPORARY-sled-zfs-recovery: (5% trimmed, started at Wed Jul 15 23:09:29 2026)
93792026-07-15T23:09:30.534Z[ recovery-image] Jul 15 23:09:29.534 INFO O| Jul 15 23:09:29.534 INFO trim TEMPORARY-sled-zfs-recovery: (64% trimmed, started at Wed Jul 15 23:09:29 2026)
93802026-07-15T23:09:30.738Z[ recovery-image] Jul 15 23:09:29.739 INFO O| Jul 15 23:09:29.739 INFO trim TEMPORARY-sled-zfs-recovery: (91% trimmed, started at Wed Jul 15 23:09:29 2026)
93812026-07-15T23:09:30.955Z[ recovery-image] Jul 15 23:09:29.956 INFO O| Jul 15 23:09:29.956 INFO temporary pool has 501M used, 1.26G avail, 1.00x compressratio
93822026-07-15T23:09:30.955Z[ recovery-image] Jul 15 23:09:29.956 INFO O| Jul 15 23:09:29.956 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93832026-07-15T23:09:31.202Z[ recovery-image] Jul 15 23:09:30.203 INFO O| Jul 15 23:09:30.203 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
93842026-07-15T23:09:31.203Z[ recovery-image] Jul 15 23:09:30.203 INFO O| Jul 15 23:09:30.203 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93852026-07-15T23:09:33.177Z[ recovery-image] Jul 15 23:09:32.178 INFO O| Jul 15 23:09:32.177 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93862026-07-15T23:09:33.177Z[ recovery-image] Jul 15 23:09:32.178 INFO O| Jul 15 23:09:32.178 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93872026-07-15T23:09:33.177Z[ recovery-image] Jul 15 23:09:32.178 INFO O| Jul 15 23:09:32.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93882026-07-15T23:09:33.180Z[ recovery-image] Jul 15 23:09:32.178 INFO O| Jul 15 23:09:32.178 INFO completed processing sled/zfs-recovery
93892026-07-15T23:09:33.180Z[ recovery-image] Jul 15 23:09:32.178 INFO O| Jul 15 23:09:32.178 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93902026-07-15T23:09:35.217Z[ recovery-image] Jul 15 23:09:34.218 INFO O| Jul 15 23:09:34.218 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93912026-07-15T23:09:35.296Z[ recovery-image] Jul 15 23:09:34.298 INFO BUILD STRING "heads/stlouis-0-g9bf8f01f24e\n"
93922026-07-15T23:09:35.296Z[ recovery-image] Jul 15 23:09:34.298 INFO expanded image name: "recovery c6314e6/${os_short_commit} 2026-07-15 22:55" -> "recovery c6314e6/9bf8f01 2026-07-15 22:55"
93932026-07-15T23:09:35.300Z[ recovery-image] Jul 15 23:09:34.298 INFO output artefacts stored in: "/work/os-recovery"
93942026-07-15T23:09:35.300Z[ recovery-image] Jul 15 23:09:34.298 INFO collecting git info from project "chelsio-t6-roms"...
93952026-07-15T23:09:35.316Z[ recovery-image] Jul 15 23:09:34.314 INFO collecting git info from project "dmar-report"...
93962026-07-15T23:09:35.322Z[ recovery-image] Jul 15 23:09:34.322 INFO collecting git info from project "phbl"...
93972026-07-15T23:09:35.326Z[ recovery-image] Jul 15 23:09:34.327 INFO collecting git info from project "pilot"...
93982026-07-15T23:09:35.332Z[ recovery-image] Jul 15 23:09:34.334 INFO collecting git info from project "pinprick"...
93992026-07-15T23:09:35.336Z[ recovery-image] Jul 15 23:09:34.338 INFO collecting git info from project "bootserver"...
94002026-07-15T23:09:35.340Z[ recovery-image] Jul 15 23:09:34.342 INFO collecting git info from project "amd-firmware"...
94012026-07-15T23:09:35.645Z[ recovery-image] Jul 15 23:09:34.645 INFO collecting git info from project "amd-host-image-builder"...
94022026-07-15T23:09:35.682Z[ recovery-image] Jul 15 23:09:34.683 INFO collecting git info from project "image-builder"...
94032026-07-15T23:09:35.689Z[ recovery-image] Jul 15 23:09:34.689 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94042026-07-15T23:09:35.965Z[ recovery-image] Jul 15 23:09:34.964 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94052026-07-15T23:09:36.235Z[ recovery-image] Jul 15 23:09:35.236 INFO creating Oxide boot image...
94062026-07-15T23:09:36.235Z[ recovery-image] Jul 15 23:09:35.236 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery c6314e6/9bf8f01 2026-07-15 22:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94072026-07-15T23:09:37.803Z[ host-image] Jul 15 23:09:36.795 INFO O| seeding SMF database...
94082026-07-15T23:09:41.994Z[ host-image] Jul 15 23:09:40.992 INFO O| configuring SMF profile...
94092026-07-15T23:09:41.994Z[ host-image] Jul 15 23:09:40.992 INFO O| modifying shadow(5)...
94102026-07-15T23:09:41.994Z[ host-image] Jul 15 23:09:40.992 INFO O| loading user and group database...
94112026-07-15T23:09:41.999Z[ host-image] Jul 15 23:09:40.992 INFO O| loading facet selections...
94122026-07-15T23:09:42.271Z[ host-image] Jul 15 23:09:41.272 INFO O| devel -> true
94132026-07-15T23:09:42.271Z[ host-image] Jul 15 23:09:41.272 INFO O| doc.man -> true
94142026-07-15T23:09:42.271Z[ host-image] Jul 15 23:09:41.272 INFO O| version-lock.shell/ksh93 -> true
94152026-07-15T23:09:42.279Z[ host-image] Jul 15 23:09:41.272 INFO O| version-lock.system/data/hardware-registry -> true
94162026-07-15T23:09:42.280Z[ host-image] Jul 15 23:09:41.272 INFO O| version-lock.system/data/zoneinfo -> true
94172026-07-15T23:09:42.280Z[ host-image] Jul 15 23:09:41.272 INFO O| version-lock.system/microcode/amd -> true
94182026-07-15T23:09:42.280Z[ host-image] Jul 15 23:09:41.272 INFO O| version-lock.system/microcode/intel -> true
94192026-07-15T23:09:42.280Z[ host-image] Jul 15 23:09:41.272 INFO O| version-lock.system/microcode/oxide -> true
94202026-07-15T23:09:42.280Z[ host-image] Jul 15 23:09:41.272 INFO O| assessing packaged files...
94212026-07-15T23:09:43.660Z[ host-image] Jul 15 23:09:42.662 INFO O| creating archive...
94222026-07-15T23:09:43.681Z[ host-image] Jul 15 23:09:42.682 INFO O| missing from packaging:
94232026-07-15T23:09:43.688Z[ host-image] Jul 15 23:09:42.682 INFO O| "etc/.pwd.lock"
94242026-07-15T23:09:43.688Z[ host-image] Jul 15 23:09:42.682 INFO O| "etc/bash"
94252026-07-15T23:09:43.688Z[ host-image] Jul 15 23:09:42.685 INFO O| "etc/svc/profile/generic.xml"
94262026-07-15T23:09:43.688Z[ host-image] Jul 15 23:09:42.685 INFO O| "etc/svc/profile/inetd_services.xml"
94272026-07-15T23:09:43.688Z[ host-image] Jul 15 23:09:42.685 INFO O| "etc/svc/profile/name_service.xml"
94282026-07-15T23:09:43.688Z[ host-image] Jul 15 23:09:42.685 INFO O| "etc/svc/profile/platform.xml"
94292026-07-15T23:09:43.688Z[ host-image] Jul 15 23:09:42.685 INFO O| "etc/svc/profile/platform_omicron1.xml"
94302026-07-15T23:09:43.688Z[ host-image] Jul 15 23:09:42.685 INFO O| "etc/svc/repository.db"
94312026-07-15T23:09:43.694Z[ host-image] Jul 15 23:09:42.691 INFO O| "opt/ooce/share"
94322026-07-15T23:09:43.694Z[ host-image] Jul 15 23:09:42.691 INFO O| "opt/ooce/share/man"
94332026-07-15T23:09:43.694Z[ host-image] Jul 15 23:09:42.691 INFO O| "opt/ooce/share/man/man1"
94342026-07-15T23:09:43.699Z[ host-image] Jul 15 23:09:42.698 INFO O| finishing archive...
94352026-07-15T23:09:46.011Z[ host-image] Jul 15 23:09:45.012 INFO O| creating gzonly manifest...
94362026-07-15T23:09:46.017Z[ host-image] Jul 15 23:09:45.018 INFO O| ok
94372026-07-15T23:09:46.102Z[ host-image] Jul 15 23:09:45.103 INFO image builder template: ramdisk-02-trim...
94382026-07-15T23:09:46.102Z[ host-image] Jul 15 23:09:45.103 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/.tmp3HlLLB/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-02-trim"], pwd: None
94392026-07-15T23:09:46.121Z[ host-image] Jul 15 23:09:45.120 INFO O| Jul 15 23:09:45.120 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94402026-07-15T23:09:46.127Z[ host-image] Jul 15 23:09:45.122 INFO O| Jul 15 23:09:45.122 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94412026-07-15T23:09:46.209Z[ host-image] Jul 15 23:09:45.209 INFO O| Jul 15 23:09:45.209 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94422026-07-15T23:09:46.332Z[ host-image] Jul 15 23:09:45.333 INFO O| Jul 15 23:09:45.333 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94432026-07-15T23:09:46.332Z[ host-image] Jul 15 23:09:45.333 INFO O| Jul 15 23:09:45.333 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94442026-07-15T23:09:46.337Z[ host-image] Jul 15 23:09:45.336 INFO O| Jul 15 23:09:45.336 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94452026-07-15T23:09:46.342Z[ host-image] Jul 15 23:09:45.340 INFO O| Jul 15 23:09:45.340 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94462026-07-15T23:09:46.349Z[ host-image] Jul 15 23:09:45.344 INFO O| Jul 15 23:09:45.344 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94472026-07-15T23:09:46.834Z[ host-image] Jul 15 23:09:45.822 INFO O| Jul 15 23:09:45.822 INFO rolled back to input snapshot; work may begin
94482026-07-15T23:09:46.834Z[ host-image] Jul 15 23:09:45.822 INFO O| Jul 15 23:09:45.822 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94492026-07-15T23:09:46.878Z[ host-image] Jul 15 23:09:45.826 INFO O| Jul 15 23:09:45.826 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-07-15T23:09:46.879Z[ host-image] Jul 15 23:09:45.833 INFO O| Jul 15 23:09:45.833 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94512026-07-15T23:09:46.891Z[ host-image] Jul 15 23:09:45.871 INFO O| Jul 15 23:09:45.871 INFO STEP 0 (remove_files) COMPLETE
94522026-07-15T23:09:46.891Z[ host-image] Jul 15 23:09:45.871 INFO O| Jul 15 23:09:45.871 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-07-15T23:09:46.891Z[ host-image] Jul 15 23:09:45.878 INFO O| Jul 15 23:09:45.878 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94542026-07-15T23:09:46.891Z[ host-image] Jul 15 23:09:45.879 INFO O| Jul 15 23:09:45.879 INFO STEP 1 (remove_files) COMPLETE
94552026-07-15T23:09:46.891Z[ host-image] Jul 15 23:09:45.879 INFO O| Jul 15 23:09:45.879 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-07-15T23:09:46.892Z[ host-image] Jul 15 23:09:45.885 INFO O| Jul 15 23:09:45.885 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94572026-07-15T23:09:46.900Z[ host-image] Jul 15 23:09:45.898 INFO O| Jul 15 23:09:45.898 INFO STEP 2 (remove_files) COMPLETE
94582026-07-15T23:09:46.900Z[ host-image] Jul 15 23:09:45.898 INFO O| Jul 15 23:09:45.898 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-07-15T23:09:46.904Z[ host-image] Jul 15 23:09:45.905 INFO O| Jul 15 23:09:45.905 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94602026-07-15T23:09:46.910Z[ host-image] Jul 15 23:09:45.907 INFO O| Jul 15 23:09:45.907 INFO STEP 3 (remove_files) COMPLETE
94612026-07-15T23:09:46.910Z[ host-image] Jul 15 23:09:45.907 INFO O| Jul 15 23:09:45.907 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-07-15T23:09:46.911Z[ host-image] Jul 15 23:09:45.912 INFO O| Jul 15 23:09:45.912 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94632026-07-15T23:09:46.919Z[ host-image] Jul 15 23:09:45.915 INFO O| Jul 15 23:09:45.915 INFO STEP 4 (remove_files) COMPLETE
94642026-07-15T23:09:46.920Z[ host-image] Jul 15 23:09:45.915 INFO O| Jul 15 23:09:45.915 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-07-15T23:09:46.928Z[ host-image] Jul 15 23:09:45.920 INFO O| Jul 15 23:09:45.920 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94662026-07-15T23:09:46.928Z[ host-image] Jul 15 23:09:45.922 INFO O| Jul 15 23:09:45.922 INFO STEP 5 (remove_files) COMPLETE
94672026-07-15T23:09:46.928Z[ host-image] Jul 15 23:09:45.922 INFO O| Jul 15 23:09:45.922 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-07-15T23:09:46.939Z[ host-image] Jul 15 23:09:45.927 INFO O| Jul 15 23:09:45.927 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94692026-07-15T23:09:46.946Z[ host-image] Jul 15 23:09:45.936 INFO O| Jul 15 23:09:45.936 INFO STEP 6 (remove_files) COMPLETE
94702026-07-15T23:09:46.946Z[ host-image] Jul 15 23:09:45.936 INFO O| Jul 15 23:09:45.936 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-07-15T23:09:46.946Z[ host-image] Jul 15 23:09:45.936 INFO O| Jul 15 23:09:45.936 INFO skip step because feature "heliosv2" is not enabled
94722026-07-15T23:09:46.946Z[ host-image] Jul 15 23:09:45.936 INFO O| Jul 15 23:09:45.936 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-07-15T23:09:46.946Z[ host-image] Jul 15 23:09:45.941 INFO O| Jul 15 23:09:45.941 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94742026-07-15T23:09:46.949Z[ host-image] Jul 15 23:09:45.951 INFO O| Jul 15 23:09:45.951 INFO STEP 8 (remove_files) COMPLETE
94752026-07-15T23:09:46.950Z[ host-image] Jul 15 23:09:45.951 INFO O| Jul 15 23:09:45.951 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-07-15T23:09:46.955Z[ host-image] Jul 15 23:09:45.957 INFO O| Jul 15 23:09:45.957 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94772026-07-15T23:09:47.022Z[ host-image] Jul 15 23:09:46.022 INFO O| Jul 15 23:09:46.022 INFO STEP 9 (remove_files) COMPLETE
94782026-07-15T23:09:47.022Z[ host-image] Jul 15 23:09:46.022 INFO O| Jul 15 23:09:46.022 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-07-15T23:09:47.028Z[ host-image] Jul 15 23:09:46.029 INFO O| Jul 15 23:09:46.029 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94802026-07-15T23:09:47.107Z[ host-image] Jul 15 23:09:46.104 INFO O| Jul 15 23:09:46.104 INFO STEP 10 (remove_files) COMPLETE
94812026-07-15T23:09:47.107Z[ host-image] Jul 15 23:09:46.104 INFO O| Jul 15 23:09:46.104 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-07-15T23:09:47.117Z[ host-image] Jul 15 23:09:46.111 INFO O| Jul 15 23:09:46.111 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94832026-07-15T23:09:47.121Z[ host-image] Jul 15 23:09:46.114 INFO O| Jul 15 23:09:46.114 INFO STEP 11 (remove_files) COMPLETE
94842026-07-15T23:09:47.121Z[ host-image] Jul 15 23:09:46.114 INFO O| Jul 15 23:09:46.114 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-07-15T23:09:47.130Z[ host-image] Jul 15 23:09:46.122 INFO O| Jul 15 23:09:46.122 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94862026-07-15T23:09:47.130Z[ host-image] Jul 15 23:09:46.123 INFO O| Jul 15 23:09:46.123 INFO STEP 12 (remove_files) COMPLETE
94872026-07-15T23:09:47.131Z[ host-image] Jul 15 23:09:46.123 INFO O| Jul 15 23:09:46.123 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-07-15T23:09:47.138Z[ host-image] Jul 15 23:09:46.130 INFO O| Jul 15 23:09:46.129 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94892026-07-15T23:09:47.139Z[ host-image] Jul 15 23:09:46.131 INFO O| Jul 15 23:09:46.131 INFO STEP 13 (remove_files) COMPLETE
94902026-07-15T23:09:47.139Z[ host-image] Jul 15 23:09:46.131 INFO O| Jul 15 23:09:46.131 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-07-15T23:09:47.295Z[ host-image] Jul 15 23:09:46.296 INFO O| Jul 15 23:09:46.296 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94922026-07-15T23:09:47.302Z[ host-image] Jul 15 23:09:46.297 INFO O| Jul 15 23:09:46.297 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94932026-07-15T23:09:47.359Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94942026-07-15T23:09:47.360Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94952026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94962026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94972026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94982026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94992026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95002026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95012026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95022026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95032026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95042026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95052026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95062026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95072026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95082026-07-15T23:09:47.364Z[ host-image] Jul 15 23:09:46.361 INFO O| Jul 15 23:09:46.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95092026-07-15T23:09:47.365Z[ host-image] Jul 15 23:09:46.362 INFO O| Jul 15 23:09:46.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95102026-07-15T23:09:47.365Z[ host-image] Jul 15 23:09:46.362 INFO O| Jul 15 23:09:46.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95112026-07-15T23:09:47.369Z[ host-image] Jul 15 23:09:46.365 INFO O| Jul 15 23:09:46.365 INFO STEP 14 (remove_files) COMPLETE
95122026-07-15T23:09:47.369Z[ host-image] Jul 15 23:09:46.366 INFO O| Jul 15 23:09:46.365 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-07-15T23:09:47.373Z[ host-image] Jul 15 23:09:46.373 INFO O| Jul 15 23:09:46.373 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95142026-07-15T23:09:47.373Z[ host-image] Jul 15 23:09:46.374 INFO O| Jul 15 23:09:46.374 INFO STEP 15 (remove_files) COMPLETE
95152026-07-15T23:09:47.373Z[ host-image] Jul 15 23:09:46.374 INFO O| Jul 15 23:09:46.374 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-07-15T23:09:47.385Z[ host-image] Jul 15 23:09:46.382 INFO O| Jul 15 23:09:46.382 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95172026-07-15T23:09:47.396Z[ host-image] Jul 15 23:09:46.387 INFO O| Jul 15 23:09:46.387 INFO STEP 16 (remove_files) COMPLETE
95182026-07-15T23:09:47.397Z[ host-image] Jul 15 23:09:46.387 INFO O| Jul 15 23:09:46.387 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-07-15T23:09:47.400Z[ host-image] Jul 15 23:09:46.394 INFO O| Jul 15 23:09:46.394 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95202026-07-15T23:09:47.400Z[ host-image] Jul 15 23:09:46.394 INFO O| Jul 15 23:09:46.394 INFO STEP 17 (remove_files) COMPLETE
95212026-07-15T23:09:47.400Z[ host-image] Jul 15 23:09:46.394 INFO O| Jul 15 23:09:46.394 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-07-15T23:09:47.400Z[ host-image] Jul 15 23:09:46.400 INFO O| Jul 15 23:09:46.400 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95232026-07-15T23:09:47.406Z[ host-image] Jul 15 23:09:46.401 INFO O| Jul 15 23:09:46.401 INFO STEP 18 (remove_files) COMPLETE
95242026-07-15T23:09:47.406Z[ host-image] Jul 15 23:09:46.401 INFO O| Jul 15 23:09:46.401 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-07-15T23:09:47.411Z[ host-image] Jul 15 23:09:46.407 INFO O| Jul 15 23:09:46.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95262026-07-15T23:09:47.411Z[ host-image] Jul 15 23:09:46.407 INFO O| Jul 15 23:09:46.407 INFO STEP 19 (remove_files) COMPLETE
95272026-07-15T23:09:47.411Z[ host-image] Jul 15 23:09:46.407 INFO O| Jul 15 23:09:46.407 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-07-15T23:09:47.416Z[ host-image] Jul 15 23:09:46.413 INFO O| Jul 15 23:09:46.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95292026-07-15T23:09:47.416Z[ host-image] Jul 15 23:09:46.413 INFO O| Jul 15 23:09:46.413 INFO STEP 20 (remove_files) COMPLETE
95302026-07-15T23:09:47.416Z[ host-image] Jul 15 23:09:46.413 INFO O| Jul 15 23:09:46.413 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-07-15T23:09:47.421Z[ host-image] Jul 15 23:09:46.419 INFO O| Jul 15 23:09:46.419 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95322026-07-15T23:09:47.421Z[ host-image] Jul 15 23:09:46.419 INFO O| Jul 15 23:09:46.419 INFO STEP 21 (remove_files) COMPLETE
95332026-07-15T23:09:47.422Z[ host-image] Jul 15 23:09:46.419 INFO O| Jul 15 23:09:46.419 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-07-15T23:09:47.428Z[ host-image] Jul 15 23:09:46.425 INFO O| Jul 15 23:09:46.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95352026-07-15T23:09:47.428Z[ host-image] Jul 15 23:09:46.425 INFO O| Jul 15 23:09:46.425 INFO STEP 22 (remove_files) COMPLETE
95362026-07-15T23:09:47.428Z[ host-image] Jul 15 23:09:46.425 INFO O| Jul 15 23:09:46.425 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-07-15T23:09:47.433Z[ host-image] Jul 15 23:09:46.431 INFO O| Jul 15 23:09:46.431 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95382026-07-15T23:09:47.433Z[ host-image] Jul 15 23:09:46.431 INFO O| Jul 15 23:09:46.431 INFO STEP 23 (remove_files) COMPLETE
95392026-07-15T23:09:47.433Z[ host-image] Jul 15 23:09:46.431 INFO O| Jul 15 23:09:46.431 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-07-15T23:09:47.437Z[ host-image] Jul 15 23:09:46.437 INFO O| Jul 15 23:09:46.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95412026-07-15T23:09:47.437Z[ host-image] Jul 15 23:09:46.437 INFO O| Jul 15 23:09:46.437 INFO STEP 24 (remove_files) COMPLETE
95422026-07-15T23:09:47.437Z[ host-image] Jul 15 23:09:46.437 INFO O| Jul 15 23:09:46.437 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-07-15T23:09:47.443Z[ host-image] Jul 15 23:09:46.443 INFO O| Jul 15 23:09:46.442 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95442026-07-15T23:09:47.443Z[ host-image] Jul 15 23:09:46.443 INFO O| Jul 15 23:09:46.443 INFO STEP 25 (remove_files) COMPLETE
95452026-07-15T23:09:47.443Z[ host-image] Jul 15 23:09:46.443 INFO O| Jul 15 23:09:46.443 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-07-15T23:09:47.447Z[ host-image] Jul 15 23:09:46.448 INFO O| Jul 15 23:09:46.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95472026-07-15T23:09:47.447Z[ host-image] Jul 15 23:09:46.448 INFO O| Jul 15 23:09:46.448 INFO STEP 26 (remove_files) COMPLETE
95482026-07-15T23:09:47.447Z[ host-image] Jul 15 23:09:46.448 INFO O| Jul 15 23:09:46.448 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-07-15T23:09:47.455Z[ host-image] Jul 15 23:09:46.453 INFO O| Jul 15 23:09:46.453 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95502026-07-15T23:09:47.456Z[ host-image] Jul 15 23:09:46.453 INFO O| Jul 15 23:09:46.453 INFO STEP 27 (remove_files) COMPLETE
95512026-07-15T23:09:47.456Z[ host-image] Jul 15 23:09:46.453 INFO O| Jul 15 23:09:46.453 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-07-15T23:09:47.466Z[ host-image] Jul 15 23:09:46.459 INFO O| Jul 15 23:09:46.459 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95532026-07-15T23:09:47.469Z[ host-image] Jul 15 23:09:46.459 INFO O| Jul 15 23:09:46.459 INFO STEP 28 (remove_files) COMPLETE
95542026-07-15T23:09:47.469Z[ host-image] Jul 15 23:09:46.459 INFO O| Jul 15 23:09:46.459 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-07-15T23:09:47.473Z[ host-image] Jul 15 23:09:46.464 INFO O| Jul 15 23:09:46.464 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95562026-07-15T23:09:47.473Z[ host-image] Jul 15 23:09:46.464 INFO O| Jul 15 23:09:46.464 INFO STEP 29 (remove_files) COMPLETE
95572026-07-15T23:09:47.473Z[ host-image] Jul 15 23:09:46.464 INFO O| Jul 15 23:09:46.464 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-07-15T23:09:47.473Z[ host-image] Jul 15 23:09:46.469 INFO O| Jul 15 23:09:46.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95592026-07-15T23:09:47.473Z[ host-image] Jul 15 23:09:46.469 INFO O| Jul 15 23:09:46.469 INFO STEP 30 (remove_files) COMPLETE
95602026-07-15T23:09:47.473Z[ host-image] Jul 15 23:09:46.469 INFO O| Jul 15 23:09:46.469 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-07-15T23:09:47.479Z[ host-image] Jul 15 23:09:46.475 INFO O| Jul 15 23:09:46.475 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95622026-07-15T23:09:47.479Z[ host-image] Jul 15 23:09:46.475 INFO O| Jul 15 23:09:46.475 INFO STEP 31 (remove_files) COMPLETE
95632026-07-15T23:09:47.479Z[ host-image] Jul 15 23:09:46.475 INFO O| Jul 15 23:09:46.475 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-07-15T23:09:47.479Z[ host-image] Jul 15 23:09:46.480 INFO O| Jul 15 23:09:46.480 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95652026-07-15T23:09:47.479Z[ host-image] Jul 15 23:09:46.480 INFO O| Jul 15 23:09:46.480 INFO STEP 32 (remove_files) COMPLETE
95662026-07-15T23:09:47.479Z[ host-image] Jul 15 23:09:46.480 INFO O| Jul 15 23:09:46.480 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-07-15T23:09:47.489Z[ host-image] Jul 15 23:09:46.485 INFO O| Jul 15 23:09:46.485 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95682026-07-15T23:09:47.592Z[ host-image] Jul 15 23:09:46.485 INFO O| Jul 15 23:09:46.485 INFO STEP 33 (remove_files) COMPLETE
95692026-07-15T23:09:47.592Z[ host-image] Jul 15 23:09:46.485 INFO O| Jul 15 23:09:46.485 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.490 INFO O| Jul 15 23:09:46.490 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95712026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.490 INFO O| Jul 15 23:09:46.490 INFO STEP 34 (remove_files) COMPLETE
95722026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.490 INFO O| Jul 15 23:09:46.490 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.495 INFO O| Jul 15 23:09:46.495 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95742026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.495 INFO O| Jul 15 23:09:46.495 INFO STEP 35 (remove_files) COMPLETE
95752026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.495 INFO O| Jul 15 23:09:46.495 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.500 INFO O| Jul 15 23:09:46.500 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95772026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.500 INFO O| Jul 15 23:09:46.500 INFO STEP 36 (remove_files) COMPLETE
95782026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.500 INFO O| Jul 15 23:09:46.500 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.506 INFO O| Jul 15 23:09:46.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95802026-07-15T23:09:47.593Z[ host-image] Jul 15 23:09:46.506 INFO O| Jul 15 23:09:46.506 INFO STEP 37 (remove_files) COMPLETE
95812026-07-15T23:09:47.595Z[ host-image] Jul 15 23:09:46.506 INFO O| Jul 15 23:09:46.506 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-07-15T23:09:47.595Z[ host-image] Jul 15 23:09:46.513 INFO O| Jul 15 23:09:46.513 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95832026-07-15T23:09:47.595Z[ host-image] Jul 15 23:09:46.513 INFO O| Jul 15 23:09:46.513 INFO STEP 38 (remove_files) COMPLETE
95842026-07-15T23:09:47.595Z[ host-image] Jul 15 23:09:46.513 INFO O| Jul 15 23:09:46.513 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-07-15T23:09:47.595Z[ host-image] Jul 15 23:09:46.519 INFO O| Jul 15 23:09:46.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95862026-07-15T23:09:47.595Z[ host-image] Jul 15 23:09:46.519 INFO O| Jul 15 23:09:46.519 INFO STEP 39 (remove_files) COMPLETE
95872026-07-15T23:09:47.595Z[ host-image] Jul 15 23:09:46.519 INFO O| Jul 15 23:09:46.519 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-07-15T23:09:47.595Z[ host-image] Jul 15 23:09:46.524 INFO O| Jul 15 23:09:46.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95892026-07-15T23:09:47.595Z[ host-image] Jul 15 23:09:46.524 INFO O| Jul 15 23:09:46.524 INFO STEP 40 (remove_files) COMPLETE
95902026-07-15T23:09:47.596Z[ host-image] Jul 15 23:09:46.524 INFO O| Jul 15 23:09:46.524 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-07-15T23:09:47.596Z[ host-image] Jul 15 23:09:46.530 INFO O| Jul 15 23:09:46.530 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95922026-07-15T23:09:47.596Z[ host-image] Jul 15 23:09:46.530 INFO O| Jul 15 23:09:46.530 INFO STEP 41 (remove_files) COMPLETE
95932026-07-15T23:09:47.596Z[ host-image] Jul 15 23:09:46.530 INFO O| Jul 15 23:09:46.530 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-07-15T23:09:47.596Z[ host-image] Jul 15 23:09:46.536 INFO O| Jul 15 23:09:46.536 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95952026-07-15T23:09:47.596Z[ host-image] Jul 15 23:09:46.536 INFO O| Jul 15 23:09:46.536 INFO STEP 42 (remove_files) COMPLETE
95962026-07-15T23:09:47.596Z[ host-image] Jul 15 23:09:46.536 INFO O| Jul 15 23:09:46.536 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.542 INFO O| Jul 15 23:09:46.542 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95982026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.542 INFO O| Jul 15 23:09:46.542 INFO STEP 43 (remove_files) COMPLETE
95992026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.542 INFO O| Jul 15 23:09:46.542 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.547 INFO O| Jul 15 23:09:46.547 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96012026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.547 INFO O| Jul 15 23:09:46.547 INFO STEP 44 (remove_files) COMPLETE
96022026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.547 INFO O| Jul 15 23:09:46.547 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.553 INFO O| Jul 15 23:09:46.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96042026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.553 INFO O| Jul 15 23:09:46.553 INFO STEP 45 (remove_files) COMPLETE
96052026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.553 INFO O| Jul 15 23:09:46.553 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.559 INFO O| Jul 15 23:09:46.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96072026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.559 INFO O| Jul 15 23:09:46.559 INFO STEP 46 (remove_files) COMPLETE
96082026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.559 INFO O| Jul 15 23:09:46.559 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.565 INFO O| Jul 15 23:09:46.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96102026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.565 INFO O| Jul 15 23:09:46.565 INFO STEP 47 (remove_files) COMPLETE
96112026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.565 INFO O| Jul 15 23:09:46.565 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.571 INFO O| Jul 15 23:09:46.570 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96132026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.571 INFO O| Jul 15 23:09:46.571 INFO STEP 48 (remove_files) COMPLETE
96142026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.571 INFO O| Jul 15 23:09:46.571 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.577 INFO O| Jul 15 23:09:46.577 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96162026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.577 INFO O| Jul 15 23:09:46.577 INFO STEP 49 (remove_files) COMPLETE
96172026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.577 INFO O| Jul 15 23:09:46.577 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.583 INFO O| Jul 15 23:09:46.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96192026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.583 INFO O| Jul 15 23:09:46.583 INFO STEP 50 (remove_files) COMPLETE
96202026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.583 INFO O| Jul 15 23:09:46.583 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.588 INFO O| Jul 15 23:09:46.588 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96222026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.588 INFO O| Jul 15 23:09:46.588 INFO STEP 51 (remove_files) COMPLETE
96232026-07-15T23:09:47.597Z[ host-image] Jul 15 23:09:46.588 INFO O| Jul 15 23:09:46.588 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-07-15T23:09:47.609Z[ host-image] Jul 15 23:09:46.594 INFO O| Jul 15 23:09:46.594 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96252026-07-15T23:09:47.609Z[ host-image] Jul 15 23:09:46.594 INFO O| Jul 15 23:09:46.594 INFO STEP 52 (remove_files) COMPLETE
96262026-07-15T23:09:47.609Z[ host-image] Jul 15 23:09:46.594 INFO O| Jul 15 23:09:46.594 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-07-15T23:09:47.609Z[ host-image] Jul 15 23:09:46.600 INFO O| Jul 15 23:09:46.600 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96282026-07-15T23:09:47.609Z[ host-image] Jul 15 23:09:46.600 INFO O| Jul 15 23:09:46.600 INFO STEP 53 (remove_files) COMPLETE
96292026-07-15T23:09:47.609Z[ host-image] Jul 15 23:09:46.600 INFO O| Jul 15 23:09:46.600 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-07-15T23:09:47.609Z[ host-image] Jul 15 23:09:46.605 INFO O| Jul 15 23:09:46.605 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96312026-07-15T23:09:47.609Z[ host-image] Jul 15 23:09:46.605 INFO O| Jul 15 23:09:46.605 INFO STEP 54 (remove_files) COMPLETE
96322026-07-15T23:09:47.609Z[ host-image] Jul 15 23:09:46.605 INFO O| Jul 15 23:09:46.605 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-07-15T23:09:47.617Z[ host-image] Jul 15 23:09:46.611 INFO O| Jul 15 23:09:46.611 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96342026-07-15T23:09:47.617Z[ host-image] Jul 15 23:09:46.611 INFO O| Jul 15 23:09:46.611 INFO STEP 55 (remove_files) COMPLETE
96352026-07-15T23:09:47.617Z[ host-image] Jul 15 23:09:46.611 INFO O| Jul 15 23:09:46.611 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-07-15T23:09:47.624Z[ host-image] Jul 15 23:09:46.617 INFO O| Jul 15 23:09:46.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96372026-07-15T23:09:47.624Z[ host-image] Jul 15 23:09:46.617 INFO O| Jul 15 23:09:46.617 INFO STEP 56 (remove_files) COMPLETE
96382026-07-15T23:09:47.624Z[ host-image] Jul 15 23:09:46.617 INFO O| Jul 15 23:09:46.617 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-07-15T23:09:47.624Z[ host-image] Jul 15 23:09:46.623 INFO O| Jul 15 23:09:46.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96402026-07-15T23:09:47.624Z[ host-image] Jul 15 23:09:46.623 INFO O| Jul 15 23:09:46.623 INFO STEP 57 (remove_files) COMPLETE
96412026-07-15T23:09:47.624Z[ host-image] Jul 15 23:09:46.623 INFO O| Jul 15 23:09:46.623 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-07-15T23:09:47.632Z[ host-image] Jul 15 23:09:46.629 INFO O| Jul 15 23:09:46.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96432026-07-15T23:09:47.632Z[ host-image] Jul 15 23:09:46.629 INFO O| Jul 15 23:09:46.629 INFO STEP 58 (remove_files) COMPLETE
96442026-07-15T23:09:47.632Z[ host-image] Jul 15 23:09:46.629 INFO O| Jul 15 23:09:46.629 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-07-15T23:09:47.638Z[ host-image] Jul 15 23:09:46.635 INFO O| Jul 15 23:09:46.635 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96462026-07-15T23:09:47.638Z[ host-image] Jul 15 23:09:46.635 INFO O| Jul 15 23:09:46.635 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96472026-07-15T23:09:47.638Z[ host-image] Jul 15 23:09:46.635 INFO O| Jul 15 23:09:46.635 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96482026-07-15T23:09:47.638Z[ host-image] Jul 15 23:09:46.635 INFO O| Jul 15 23:09:46.635 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96492026-07-15T23:09:47.638Z[ host-image] Jul 15 23:09:46.635 INFO O| Jul 15 23:09:46.635 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96502026-07-15T23:09:47.638Z[ host-image] Jul 15 23:09:46.635 INFO O| Jul 15 23:09:46.635 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96512026-07-15T23:09:47.638Z[ host-image] Jul 15 23:09:46.635 INFO O| Jul 15 23:09:46.635 INFO ok!
96522026-07-15T23:09:47.638Z[ host-image] Jul 15 23:09:46.635 INFO O| Jul 15 23:09:46.635 INFO STEP 59 (ensure_file) COMPLETE
96532026-07-15T23:09:47.638Z[ host-image] Jul 15 23:09:46.635 INFO O| Jul 15 23:09:46.635 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-07-15T23:09:47.650Z[ host-image] Jul 15 23:09:46.641 INFO O| Jul 15 23:09:46.641 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96552026-07-15T23:09:47.651Z[ host-image] Jul 15 23:09:46.641 INFO O| Jul 15 23:09:46.641 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96562026-07-15T23:09:47.651Z[ host-image] Jul 15 23:09:46.641 INFO O| Jul 15 23:09:46.641 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96572026-07-15T23:09:47.651Z[ host-image] Jul 15 23:09:46.641 INFO O| Jul 15 23:09:46.641 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96582026-07-15T23:09:47.651Z[ host-image] Jul 15 23:09:46.641 INFO O| Jul 15 23:09:46.641 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96592026-07-15T23:09:47.651Z[ host-image] Jul 15 23:09:46.641 INFO O| Jul 15 23:09:46.641 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96602026-07-15T23:09:47.651Z[ host-image] Jul 15 23:09:46.641 INFO O| Jul 15 23:09:46.641 INFO ok!
96612026-07-15T23:09:47.651Z[ host-image] Jul 15 23:09:46.641 INFO O| Jul 15 23:09:46.641 INFO STEP 60 (ensure_file) COMPLETE
96622026-07-15T23:09:47.651Z[ host-image] Jul 15 23:09:46.641 INFO O| Jul 15 23:09:46.641 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.647 INFO O| Jul 15 23:09:46.647 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96642026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.647 INFO O| Jul 15 23:09:46.647 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96652026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.647 INFO O| Jul 15 23:09:46.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96662026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.647 INFO O| Jul 15 23:09:46.647 INFO ok!
96672026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.647 INFO O| Jul 15 23:09:46.647 INFO STEP 61 (ensure_file) COMPLETE
96682026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.647 INFO O| Jul 15 23:09:46.647 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.653 INFO O| Jul 15 23:09:46.653 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96702026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.653 INFO O| Jul 15 23:09:46.653 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96712026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.653 INFO O| Jul 15 23:09:46.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96722026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.653 INFO O| Jul 15 23:09:46.653 INFO ok!
96732026-07-15T23:09:47.659Z[ host-image] Jul 15 23:09:46.653 INFO O| Jul 15 23:09:46.653 INFO STEP 62 (ensure_file) COMPLETE
96742026-07-15T23:09:47.660Z[ host-image] Jul 15 23:09:46.653 INFO O| Jul 15 23:09:46.653 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-07-15T23:09:47.665Z[ host-image] Jul 15 23:09:46.659 INFO O| Jul 15 23:09:46.659 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96762026-07-15T23:09:47.665Z[ host-image] Jul 15 23:09:46.659 INFO O| Jul 15 23:09:46.659 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96772026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.659 INFO O| Jul 15 23:09:46.659 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96782026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.659 INFO O| Jul 15 23:09:46.659 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96792026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.659 INFO O| Jul 15 23:09:46.659 INFO ok!
96802026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.659 INFO O| Jul 15 23:09:46.659 INFO STEP 63 (ensure_file) COMPLETE
96812026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.659 INFO O| Jul 15 23:09:46.659 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.665 INFO O| Jul 15 23:09:46.665 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96832026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.665 INFO O| Jul 15 23:09:46.665 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96842026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.665 INFO O| Jul 15 23:09:46.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96852026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.665 INFO O| Jul 15 23:09:46.665 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96862026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.665 INFO O| Jul 15 23:09:46.665 INFO ok!
96872026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.665 INFO O| Jul 15 23:09:46.665 INFO STEP 64 (ensure_file) COMPLETE
96882026-07-15T23:09:47.666Z[ host-image] Jul 15 23:09:46.665 INFO O| Jul 15 23:09:46.665 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.670 INFO O| Jul 15 23:09:46.670 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96902026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.670 INFO O| Jul 15 23:09:46.670 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96912026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.670 INFO O| Jul 15 23:09:46.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96922026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.670 INFO O| Jul 15 23:09:46.670 INFO ok!
96932026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.670 INFO O| Jul 15 23:09:46.670 INFO STEP 65 (assemble_files) COMPLETE
96942026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.670 INFO O| Jul 15 23:09:46.670 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96952026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.676 INFO O| Jul 15 23:09:46.676 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96962026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.676 INFO O| Jul 15 23:09:46.676 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96972026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.676 INFO O| Jul 15 23:09:46.676 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96982026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.676 INFO O| Jul 15 23:09:46.676 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96992026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.676 INFO O| Jul 15 23:09:46.676 INFO ok!
97002026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.676 INFO O| Jul 15 23:09:46.676 INFO STEP 66 (ensure_file) COMPLETE
97012026-07-15T23:09:47.690Z[ host-image] Jul 15 23:09:46.676 INFO O| Jul 15 23:09:46.676 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97022026-07-15T23:09:47.701Z[ host-image] Jul 15 23:09:46.681 INFO O| Jul 15 23:09:46.681 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97032026-07-15T23:09:47.701Z[ host-image] Jul 15 23:09:46.681 INFO O| Jul 15 23:09:46.681 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97042026-07-15T23:09:47.701Z[ host-image] Jul 15 23:09:46.681 INFO O| Jul 15 23:09:46.681 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97052026-07-15T23:09:47.701Z[ host-image] Jul 15 23:09:46.681 INFO O| Jul 15 23:09:46.681 INFO STEP 67 (ensure_dir) COMPLETE
97062026-07-15T23:09:47.701Z[ host-image] Jul 15 23:09:46.681 INFO O| Jul 15 23:09:46.681 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-07-15T23:09:47.701Z[ host-image] Jul 15 23:09:46.688 INFO O| Jul 15 23:09:46.687 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97082026-07-15T23:09:47.701Z[ host-image] Jul 15 23:09:46.688 INFO O| Jul 15 23:09:46.687 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 ...
97092026-07-15T23:09:47.701Z[ host-image] Jul 15 23:09:46.693 INFO O| Jul 15 23:09:46.693 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
97102026-07-15T23:09:47.701Z[ host-image] Jul 15 23:09:46.693 INFO O| Jul 15 23:09:46.693 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97112026-07-15T23:09:47.702Z[ host-image] Jul 15 23:09:46.693 INFO O| Jul 15 23:09:46.693 INFO ok!
97122026-07-15T23:09:47.702Z[ host-image] Jul 15 23:09:46.693 INFO O| Jul 15 23:09:46.693 INFO STEP 68 (ensure_file) COMPLETE
97132026-07-15T23:09:47.702Z[ host-image] Jul 15 23:09:46.693 INFO O| Jul 15 23:09:46.693 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97142026-07-15T23:09:47.702Z[ host-image] Jul 15 23:09:46.698 INFO O| Jul 15 23:09:46.698 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97152026-07-15T23:09:47.702Z[ host-image] Jul 15 23:09:46.698 INFO O| Jul 15 23:09:46.698 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 ...
97162026-07-15T23:09:47.703Z[ host-image] Jul 15 23:09:46.699 INFO O| Jul 15 23:09:46.699 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
97172026-07-15T23:09:47.703Z[ host-image] Jul 15 23:09:46.699 INFO O| Jul 15 23:09:46.699 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97182026-07-15T23:09:47.703Z[ host-image] Jul 15 23:09:46.699 INFO O| Jul 15 23:09:46.699 INFO ok!
97192026-07-15T23:09:47.703Z[ host-image] Jul 15 23:09:46.699 INFO O| Jul 15 23:09:46.699 INFO STEP 69 (ensure_file) COMPLETE
97202026-07-15T23:09:47.703Z[ host-image] Jul 15 23:09:46.699 INFO O| Jul 15 23:09:46.699 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97212026-07-15T23:09:47.706Z[ host-image] Jul 15 23:09:46.707 INFO O| Jul 15 23:09:46.707 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97222026-07-15T23:09:47.706Z[ host-image] Jul 15 23:09:46.707 INFO O| Jul 15 23:09:46.707 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97232026-07-15T23:09:49.030Z[ host-image] Jul 15 23:09:48.031 INFO O| Jul 15 23:09:48.030 INFO STEP 70 (pack_tar) COMPLETE
97242026-07-15T23:09:49.030Z[ host-image] Jul 15 23:09:48.031 INFO O| Jul 15 23:09:48.030 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97252026-07-15T23:09:49.030Z[ host-image] Jul 15 23:09:48.031 INFO O| Jul 15 23:09:48.030 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97262026-07-15T23:09:49.598Z[ host-image] Jul 15 23:09:48.595 INFO O| Jul 15 23:09:48.595 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97272026-07-15T23:09:49.692Z[ host-image] Jul 15 23:09:48.693 INFO O| Jul 15 23:09:48.693 INFO completed processing sled/ramdisk-02-trim
97282026-07-15T23:09:49.696Z[ host-image] Jul 15 23:09:48.695 INFO image builder template: zfs...
97292026-07-15T23:09:49.696Z[ host-image] Jul 15 23:09:48.695 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/.tmp3HlLLB/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-F", "optever=0.41.492", "-n", "zfs"], pwd: None
97302026-07-15T23:09:49.705Z[ host-image] Jul 15 23:09:48.706 INFO O| Jul 15 23:09:48.706 INFO skip include "stress" because feature "stress" is not enabled
97312026-07-15T23:09:49.710Z[ host-image] Jul 15 23:09:48.706 INFO O| Jul 15 23:09:48.706 INFO skip include "stress" because feature "compliance" is not enabled
97322026-07-15T23:09:49.730Z[ host-image] Jul 15 23:09:48.732 INFO O| Jul 15 23:09:48.732 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97332026-07-15T23:09:49.737Z[ host-image] Jul 15 23:09:48.735 INFO O| Jul 15 23:09:48.735 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97342026-07-15T23:09:49.825Z[ host-image] Jul 15 23:09:48.823 INFO O| Jul 15 23:09:48.823 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97352026-07-15T23:09:49.900Z[ host-image] Jul 15 23:09:48.892 INFO O| Jul 15 23:09:48.892 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97362026-07-15T23:09:49.900Z[ host-image] Jul 15 23:09:48.892 INFO O| Jul 15 23:09:48.892 INFO work dataset: rpool/images/build/host/work/sled/zfs
97372026-07-15T23:09:49.908Z[ host-image] Jul 15 23:09:48.896 INFO O| Jul 15 23:09:48.896 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97382026-07-15T23:09:49.982Z[ host-image] Jul 15 23:09:48.980 INFO O| Jul 15 23:09:48.980 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97392026-07-15T23:09:50.044Z[ host-image] Jul 15 23:09:49.045 INFO O| Jul 15 23:09:49.045 INFO DESTROY POOL: TEMPORARY-sled-zfs
97402026-07-15T23:09:50.054Z[ host-image] Jul 15 23:09:49.051 INFO O| Jul 15 23:09:49.051 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97412026-07-15T23:09:50.075Z[ host-image] Jul 15 23:09:49.054 INFO O| Jul 15 23:09:49.054 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97422026-07-15T23:09:50.075Z[ host-image] Jul 15 23:09:49.054 INFO O| Jul 15 23:09:49.054 INFO no lofi found
97432026-07-15T23:09:50.075Z[ host-image] Jul 15 23:09:49.054 INFO O| Jul 15 23:09:49.054 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97442026-07-15T23:09:50.075Z[ host-image] Jul 15 23:09:49.054 INFO O| Jul 15 23:09:49.054 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97452026-07-15T23:09:52.009Z[ host-image] Jul 15 23:09:51.001 INFO O| Jul 15 23:09:51.001 INFO lofi device = /dev/dsk/c2t1d0p0
97462026-07-15T23:09:52.009Z[ host-image] Jul 15 23:09:51.001 INFO O| Jul 15 23:09:51.001 INFO pool device = /dev/dsk/c2t1d0p0
97472026-07-15T23:09:52.012Z[ host-image] Jul 15 23:09:51.001 INFO O| Jul 15 23:09:51.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"]
97482026-07-15T23:09:52.099Z[ host-image] Jul 15 23:09:51.100 INFO O| Jul 15 23:09:51.100 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97492026-07-15T23:09:52.099Z[ host-image] Jul 15 23:09:51.100 INFO O| Jul 15 23:09:51.100 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97502026-07-15T23:09:52.119Z[ host-image] Jul 15 23:09:51.120 INFO O| Jul 15 23:09:51.120 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97512026-07-15T23:09:52.172Z[ host-image] Jul 15 23:09:51.173 INFO O| Jul 15 23:09:51.173 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97522026-07-15T23:09:52.208Z[ host-image] Jul 15 23:09:51.205 INFO O| Jul 15 23:09:51.205 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97532026-07-15T23:09:52.219Z[ host-image] Jul 15 23:09:51.220 INFO O| Jul 15 23:09:51.219 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97542026-07-15T23:09:52.232Z[ host-image] Jul 15 23:09:51.232 INFO O| Jul 15 23:09:51.232 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97552026-07-15T23:09:52.277Z[ host-image] Jul 15 23:09:51.275 INFO O| Jul 15 23:09:51.275 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97562026-07-15T23:09:52.277Z[ host-image] Jul 15 23:09:51.275 INFO O| Jul 15 23:09:51.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97572026-07-15T23:09:52.282Z[ host-image] Jul 15 23:09:51.275 INFO O| Jul 15 23:09:51.275 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97582026-07-15T23:09:52.289Z[ host-image] Jul 15 23:09:51.287 INFO O| Jul 15 23:09:51.286 INFO boot environment UUID: f07aeed5-a934-4524-a5cc-c49da80c19c7
97592026-07-15T23:09:52.289Z[ host-image] Jul 15 23:09:51.287 INFO O| Jul 15 23:09:51.286 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f07aeed5-a934-4524-a5cc-c49da80c19c7
97602026-07-15T23:09:52.301Z[ host-image] Jul 15 23:09:51.301 INFO O| Jul 15 23:09:51.301 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97612026-07-15T23:09:52.314Z[ host-image] Jul 15 23:09:51.315 INFO O| Jul 15 23:09:51.315 INFO STEP 0 (create_be) COMPLETE
97622026-07-15T23:09:52.314Z[ host-image] Jul 15 23:09:51.315 INFO O| Jul 15 23:09:51.315 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97632026-07-15T23:09:52.330Z[ host-image] Jul 15 23:09:51.330 INFO O| Jul 15 23:09:51.330 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97642026-07-15T23:10:02.763Z[ host-image] Jul 15 23:10:01.764 INFO O| Jul 15 23:10:01.764 INFO STEP 1 (unpack_tar) COMPLETE
97652026-07-15T23:10:02.763Z[ host-image] Jul 15 23:10:01.764 INFO O| Jul 15 23:10:01.764 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-07-15T23:10:02.773Z[ host-image] Jul 15 23:10:01.773 INFO O| Jul 15 23:10:01.773 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97672026-07-15T23:10:02.992Z[ host-image] Jul 15 23:10:01.993 INFO O| Jul 15 23:10:01.993 INFO STEP 2 (devfsadm) COMPLETE
97682026-07-15T23:10:02.992Z[ host-image] Jul 15 23:10:01.993 INFO O| Jul 15 23:10:01.993 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-07-15T23:10:03.005Z[ host-image] Jul 15 23:10:02.003 INFO O| Jul 15 23:10:02.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97702026-07-15T23:10:03.005Z[ host-image] Jul 15 23:10:02.003 INFO O| Jul 15 23:10:02.003 INFO STEP 3 (ensure_dir) COMPLETE
97712026-07-15T23:10:03.012Z[ host-image] Jul 15 23:10:02.004 INFO O| Jul 15 23:10:02.003 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97722026-07-15T23:10:03.021Z[ host-image] Jul 15 23:10:02.013 INFO O| Jul 15 23:10:02.013 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97732026-07-15T23:10:03.021Z[ host-image] Jul 15 23:10:02.013 INFO O| Jul 15 23:10:02.013 INFO STEP 4 (ensure_dir) COMPLETE
97742026-07-15T23:10:03.021Z[ host-image] Jul 15 23:10:02.013 INFO O| Jul 15 23:10:02.013 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97752026-07-15T23:10:03.030Z[ host-image] Jul 15 23:10:02.022 INFO O| Jul 15 23:10:02.022 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97762026-07-15T23:10:03.031Z[ host-image] Jul 15 23:10:02.022 INFO O| Jul 15 23:10:02.022 INFO STEP 5 (ensure_dir) COMPLETE
97772026-07-15T23:10:03.031Z[ host-image] Jul 15 23:10:02.022 INFO O| Jul 15 23:10:02.022 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97782026-07-15T23:10:03.036Z[ host-image] Jul 15 23:10:02.031 INFO O| Jul 15 23:10:02.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97792026-07-15T23:10:03.037Z[ host-image] Jul 15 23:10:02.031 INFO O| Jul 15 23:10:02.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97802026-07-15T23:10:03.037Z[ host-image] Jul 15 23:10:02.031 INFO O| Jul 15 23:10:02.031 INFO STEP 6 (ensure_dir) COMPLETE
97812026-07-15T23:10:03.037Z[ host-image] Jul 15 23:10:02.031 INFO O| Jul 15 23:10:02.031 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-07-15T23:10:03.042Z[ host-image] Jul 15 23:10:02.039 INFO O| Jul 15 23:10:02.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97832026-07-15T23:10:03.042Z[ host-image] Jul 15 23:10:02.039 INFO O| Jul 15 23:10:02.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97842026-07-15T23:10:03.042Z[ host-image] Jul 15 23:10:02.039 INFO O| Jul 15 23:10:02.039 INFO STEP 7 (ensure_dir) COMPLETE
97852026-07-15T23:10:03.042Z[ host-image] Jul 15 23:10:02.039 INFO O| Jul 15 23:10:02.039 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-07-15T23:10:03.047Z[ host-image] Jul 15 23:10:02.048 INFO O| Jul 15 23:10:02.048 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97872026-07-15T23:10:03.061Z[ host-image] Jul 15 23:10:02.049 INFO O| Jul 15 23:10:02.049 INFO STEP 8 (remove_files) COMPLETE
97882026-07-15T23:10:03.061Z[ host-image] Jul 15 23:10:02.049 INFO O| Jul 15 23:10:02.049 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-07-15T23:10:03.071Z[ host-image] Jul 15 23:10:02.057 INFO O| Jul 15 23:10:02.057 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97902026-07-15T23:10:03.071Z[ host-image] Jul 15 23:10:02.058 INFO O| Jul 15 23:10:02.058 INFO STEP 9 (remove_files) COMPLETE
97912026-07-15T23:10:03.071Z[ host-image] Jul 15 23:10:02.058 INFO O| Jul 15 23:10:02.058 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-07-15T23:10:03.071Z[ host-image] Jul 15 23:10:02.066 INFO O| Jul 15 23:10:02.066 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97932026-07-15T23:10:03.071Z[ host-image] Jul 15 23:10:02.066 INFO O| Jul 15 23:10:02.066 INFO STEP 10 (remove_files) COMPLETE
97942026-07-15T23:10:03.071Z[ host-image] Jul 15 23:10:02.066 INFO O| Jul 15 23:10:02.066 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-07-15T23:10:03.081Z[ host-image] Jul 15 23:10:02.075 INFO O| Jul 15 23:10:02.075 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97962026-07-15T23:10:03.081Z[ host-image] Jul 15 23:10:02.075 INFO O| Jul 15 23:10:02.075 INFO STEP 11 (remove_files) COMPLETE
97972026-07-15T23:10:03.081Z[ host-image] Jul 15 23:10:02.075 INFO O| Jul 15 23:10:02.075 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-07-15T23:10:03.092Z[ host-image] Jul 15 23:10:02.082 INFO O| Jul 15 23:10:02.082 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97992026-07-15T23:10:03.092Z[ host-image] Jul 15 23:10:02.082 INFO O| Jul 15 23:10:02.082 INFO STEP 12 (remove_files) COMPLETE
98002026-07-15T23:10:03.093Z[ host-image] Jul 15 23:10:02.082 INFO O| Jul 15 23:10:02.082 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98012026-07-15T23:10:03.093Z[ host-image] Jul 15 23:10:02.089 INFO O| Jul 15 23:10:02.089 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98022026-07-15T23:10:03.093Z[ host-image] Jul 15 23:10:02.089 INFO O| Jul 15 23:10:02.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98032026-07-15T23:10:03.093Z[ host-image] Jul 15 23:10:02.089 INFO O| Jul 15 23:10:02.089 INFO STEP 13 (ensure_dir) COMPLETE
98042026-07-15T23:10:03.093Z[ host-image] Jul 15 23:10:02.089 INFO O| Jul 15 23:10:02.089 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-07-15T23:10:03.101Z[ host-image] Jul 15 23:10:02.099 INFO O| Jul 15 23:10:02.099 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98062026-07-15T23:10:03.102Z[ host-image] Jul 15 23:10:02.099 INFO O| Jul 15 23:10:02.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98072026-07-15T23:10:03.102Z[ host-image] Jul 15 23:10:02.099 INFO O| Jul 15 23:10:02.099 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98082026-07-15T23:10:03.102Z[ host-image] Jul 15 23:10:02.099 INFO O| Jul 15 23:10:02.099 INFO STEP 14 (ensure_dir) COMPLETE
98092026-07-15T23:10:03.102Z[ host-image] Jul 15 23:10:02.099 INFO O| Jul 15 23:10:02.099 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-07-15T23:10:03.108Z[ host-image] Jul 15 23:10:02.106 INFO O| Jul 15 23:10:02.106 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98112026-07-15T23:10:03.109Z[ host-image] Jul 15 23:10:02.106 INFO O| Jul 15 23:10:02.106 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98122026-07-15T23:10:03.109Z[ host-image] Jul 15 23:10:02.106 INFO O| Jul 15 23:10:02.106 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98132026-07-15T23:10:03.109Z[ host-image] Jul 15 23:10:02.106 INFO O| Jul 15 23:10:02.106 INFO STEP 15 (ensure_dir) COMPLETE
98142026-07-15T23:10:03.109Z[ host-image] Jul 15 23:10:02.106 INFO O| Jul 15 23:10:02.106 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-07-15T23:10:03.118Z[ host-image] Jul 15 23:10:02.115 INFO O| Jul 15 23:10:02.115 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98162026-07-15T23:10:03.118Z[ host-image] Jul 15 23:10:02.115 INFO O| Jul 15 23:10:02.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98172026-07-15T23:10:03.118Z[ host-image] Jul 15 23:10:02.115 INFO O| Jul 15 23:10:02.115 INFO STEP 16 (ensure_dir) COMPLETE
98182026-07-15T23:10:03.118Z[ host-image] Jul 15 23:10:02.115 INFO O| Jul 15 23:10:02.115 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-07-15T23:10:03.132Z[ host-image] Jul 15 23:10:02.124 INFO O| Jul 15 23:10:02.123 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98202026-07-15T23:10:03.134Z[ host-image] Jul 15 23:10:02.124 INFO O| Jul 15 23:10:02.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98212026-07-15T23:10:03.134Z[ host-image] Jul 15 23:10:02.124 INFO O| Jul 15 23:10:02.124 INFO STEP 17 (ensure_dir) COMPLETE
98222026-07-15T23:10:03.134Z[ host-image] Jul 15 23:10:02.124 INFO O| Jul 15 23:10:02.124 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-07-15T23:10:03.144Z[ host-image] Jul 15 23:10:02.132 INFO O| Jul 15 23:10:02.132 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98242026-07-15T23:10:03.144Z[ host-image] Jul 15 23:10:02.132 INFO O| Jul 15 23:10:02.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98252026-07-15T23:10:03.144Z[ host-image] Jul 15 23:10:02.132 INFO O| Jul 15 23:10:02.132 INFO ok!
98262026-07-15T23:10:03.144Z[ host-image] Jul 15 23:10:02.132 INFO O| Jul 15 23:10:02.132 INFO STEP 18 (ensure_symlink) COMPLETE
98272026-07-15T23:10:03.144Z[ host-image] Jul 15 23:10:02.132 INFO O| Jul 15 23:10:02.132 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-07-15T23:10:03.144Z[ host-image] Jul 15 23:10:02.141 INFO O| Jul 15 23:10:02.141 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98292026-07-15T23:10:03.144Z[ host-image] Jul 15 23:10:02.141 INFO O| Jul 15 23:10:02.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98302026-07-15T23:10:03.144Z[ host-image] Jul 15 23:10:02.141 INFO O| Jul 15 23:10:02.141 INFO ok!
98312026-07-15T23:10:03.144Z[ host-image] Jul 15 23:10:02.141 INFO O| Jul 15 23:10:02.141 INFO STEP 19 (ensure_file) COMPLETE
98322026-07-15T23:10:03.144Z[ host-image] Jul 15 23:10:02.141 INFO O| Jul 15 23:10:02.141 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98332026-07-15T23:10:03.160Z[ host-image] Jul 15 23:10:02.148 INFO O| Jul 15 23:10:02.148 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98342026-07-15T23:10:03.160Z[ host-image] Jul 15 23:10:02.148 INFO O| Jul 15 23:10:02.148 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98352026-07-15T23:10:03.160Z[ host-image] Jul 15 23:10:02.149 INFO O| Jul 15 23:10:02.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98362026-07-15T23:10:03.160Z[ host-image] Jul 15 23:10:02.149 INFO O| Jul 15 23:10:02.149 INFO ok!
98372026-07-15T23:10:03.160Z[ host-image] Jul 15 23:10:02.149 INFO O| Jul 15 23:10:02.149 INFO STEP 20 (ensure_symlink) COMPLETE
98382026-07-15T23:10:03.160Z[ host-image] Jul 15 23:10:02.149 INFO O| Jul 15 23:10:02.149 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98392026-07-15T23:10:03.178Z[ host-image] Jul 15 23:10:02.157 INFO O| Jul 15 23:10:02.157 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98402026-07-15T23:10:03.178Z[ host-image] Jul 15 23:10:02.157 INFO O| Jul 15 23:10:02.157 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98412026-07-15T23:10:03.178Z[ host-image] Jul 15 23:10:02.157 INFO O| Jul 15 23:10:02.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98422026-07-15T23:10:03.178Z[ host-image] Jul 15 23:10:02.157 INFO O| Jul 15 23:10:02.157 INFO ok!
98432026-07-15T23:10:03.178Z[ host-image] Jul 15 23:10:02.157 INFO O| Jul 15 23:10:02.157 INFO STEP 21 (ensure_symlink) COMPLETE
98442026-07-15T23:10:03.178Z[ host-image] Jul 15 23:10:02.157 INFO O| Jul 15 23:10:02.157 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98452026-07-15T23:10:03.178Z[ host-image] Jul 15 23:10:02.164 INFO O| Jul 15 23:10:02.164 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98462026-07-15T23:10:03.181Z[ host-image] Jul 15 23:10:02.164 INFO O| Jul 15 23:10:02.164 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98472026-07-15T23:10:03.181Z[ host-image] Jul 15 23:10:02.164 INFO O| Jul 15 23:10:02.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98482026-07-15T23:10:03.181Z[ host-image] Jul 15 23:10:02.164 INFO O| Jul 15 23:10:02.164 INFO ok!
98492026-07-15T23:10:03.181Z[ host-image] Jul 15 23:10:02.164 INFO O| Jul 15 23:10:02.164 INFO STEP 22 (ensure_symlink) COMPLETE
98502026-07-15T23:10:03.181Z[ host-image] Jul 15 23:10:02.164 INFO O| Jul 15 23:10:02.164 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98512026-07-15T23:10:03.188Z[ host-image] Jul 15 23:10:02.171 INFO O| Jul 15 23:10:02.171 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98522026-07-15T23:10:03.188Z[ host-image] Jul 15 23:10:02.171 INFO O| Jul 15 23:10:02.171 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98532026-07-15T23:10:03.188Z[ host-image] Jul 15 23:10:02.171 INFO O| Jul 15 23:10:02.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98542026-07-15T23:10:03.188Z[ host-image] Jul 15 23:10:02.171 INFO O| Jul 15 23:10:02.171 INFO ok!
98552026-07-15T23:10:03.188Z[ host-image] Jul 15 23:10:02.171 INFO O| Jul 15 23:10:02.171 INFO STEP 23 (ensure_symlink) COMPLETE
98562026-07-15T23:10:03.188Z[ host-image] Jul 15 23:10:02.171 INFO O| Jul 15 23:10:02.171 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98572026-07-15T23:10:03.188Z[ host-image] Jul 15 23:10:02.180 INFO O| Jul 15 23:10:02.180 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98582026-07-15T23:10:03.188Z[ host-image] Jul 15 23:10:02.180 INFO O| Jul 15 23:10:02.180 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98592026-07-15T23:10:03.188Z[ host-image] Jul 15 23:10:02.180 INFO O| Jul 15 23:10:02.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98602026-07-15T23:10:03.188Z[ host-image] Jul 15 23:10:02.180 INFO O| Jul 15 23:10:02.180 INFO ok!
98612026-07-15T23:10:03.192Z[ host-image] Jul 15 23:10:02.180 INFO O| Jul 15 23:10:02.180 INFO STEP 24 (ensure_file) COMPLETE
98622026-07-15T23:10:03.192Z[ host-image] Jul 15 23:10:02.180 INFO O| Jul 15 23:10:02.180 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98632026-07-15T23:10:03.192Z[ host-image] Jul 15 23:10:02.188 INFO O| Jul 15 23:10:02.188 INFO updating shadow file
98642026-07-15T23:10:03.192Z[ host-image] Jul 15 23:10:02.188 INFO O| Jul 15 23:10:02.188 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98652026-07-15T23:10:03.192Z[ host-image] Jul 15 23:10:02.188 INFO O| Jul 15 23:10:02.188 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98662026-07-15T23:10:03.192Z[ host-image] Jul 15 23:10:02.188 INFO O| Jul 15 23:10:02.188 INFO STEP 25 (shadow) COMPLETE
98672026-07-15T23:10:03.192Z[ host-image] Jul 15 23:10:02.188 INFO O| Jul 15 23:10:02.188 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-07-15T23:10:03.198Z[ host-image] Jul 15 23:10:02.196 INFO O| Jul 15 23:10:02.196 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98692026-07-15T23:10:03.198Z[ host-image] Jul 15 23:10:02.196 INFO O| Jul 15 23:10:02.196 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98702026-07-15T23:10:03.198Z[ host-image] Jul 15 23:10:02.196 INFO O| Jul 15 23:10:02.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98712026-07-15T23:10:03.198Z[ host-image] Jul 15 23:10:02.196 INFO O| Jul 15 23:10:02.196 INFO ok!
98722026-07-15T23:10:03.198Z[ host-image] Jul 15 23:10:02.196 INFO O| Jul 15 23:10:02.196 INFO STEP 26 (ensure_file) COMPLETE
98732026-07-15T23:10:03.199Z[ host-image] Jul 15 23:10:02.196 INFO O| Jul 15 23:10:02.196 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-07-15T23:10:03.206Z[ host-image] Jul 15 23:10:02.203 INFO O| Jul 15 23:10:02.203 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98752026-07-15T23:10:03.206Z[ host-image] Jul 15 23:10:02.204 INFO O| Jul 15 23:10:02.203 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98762026-07-15T23:10:03.206Z[ host-image] Jul 15 23:10:02.204 INFO O| Jul 15 23:10:02.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98772026-07-15T23:10:03.208Z[ host-image] Jul 15 23:10:02.204 INFO O| Jul 15 23:10:02.204 INFO ok!
98782026-07-15T23:10:03.208Z[ host-image] Jul 15 23:10:02.204 INFO O| Jul 15 23:10:02.204 INFO STEP 27 (ensure_file) COMPLETE
98792026-07-15T23:10:03.208Z[ host-image] Jul 15 23:10:02.204 INFO O| Jul 15 23:10:02.204 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-07-15T23:10:03.217Z[ host-image] Jul 15 23:10:02.211 INFO O| Jul 15 23:10:02.211 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98812026-07-15T23:10:03.217Z[ host-image] Jul 15 23:10:02.211 INFO O| Jul 15 23:10:02.211 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98822026-07-15T23:10:03.217Z[ host-image] Jul 15 23:10:02.211 INFO O| Jul 15 23:10:02.211 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98832026-07-15T23:10:03.217Z[ host-image] Jul 15 23:10:02.211 INFO O| Jul 15 23:10:02.211 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98842026-07-15T23:10:03.217Z[ host-image] Jul 15 23:10:02.211 INFO O| Jul 15 23:10:02.211 INFO ok!
98852026-07-15T23:10:03.217Z[ host-image] Jul 15 23:10:02.211 INFO O| Jul 15 23:10:02.211 INFO STEP 28 (ensure_file) COMPLETE
98862026-07-15T23:10:03.217Z[ host-image] Jul 15 23:10:02.211 INFO O| Jul 15 23:10:02.211 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98872026-07-15T23:10:03.249Z[ host-image] Jul 15 23:10:02.220 INFO O| Jul 15 23:10:02.220 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98882026-07-15T23:10:03.249Z[ host-image] Jul 15 23:10:02.220 INFO O| Jul 15 23:10:02.220 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98892026-07-15T23:10:03.249Z[ host-image] Jul 15 23:10:02.220 INFO O| Jul 15 23:10:02.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98902026-07-15T23:10:03.249Z[ host-image] Jul 15 23:10:02.220 INFO O| Jul 15 23:10:02.220 INFO ok!
98912026-07-15T23:10:03.250Z[ host-image] Jul 15 23:10:02.220 INFO O| Jul 15 23:10:02.220 INFO STEP 29 (ensure_file) COMPLETE
98922026-07-15T23:10:03.250Z[ host-image] Jul 15 23:10:02.220 INFO O| Jul 15 23:10:02.220 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98932026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.228 INFO O| Jul 15 23:10:02.228 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98942026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.228 INFO O| Jul 15 23:10:02.228 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98952026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.228 INFO O| Jul 15 23:10:02.228 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98962026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.228 INFO O| Jul 15 23:10:02.228 INFO STEP 30 (ensure_dir) COMPLETE
98972026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.228 INFO O| Jul 15 23:10:02.228 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98982026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.235 INFO O| Jul 15 23:10:02.235 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98992026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.235 INFO O| Jul 15 23:10:02.235 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99002026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.235 INFO O| Jul 15 23:10:02.235 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99012026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.235 INFO O| Jul 15 23:10:02.235 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99022026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.235 INFO O| Jul 15 23:10:02.235 INFO ok!
99032026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.235 INFO O| Jul 15 23:10:02.235 INFO STEP 31 (ensure_file) COMPLETE
99042026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.235 INFO O| Jul 15 23:10:02.235 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99052026-07-15T23:10:03.260Z[ host-image] Jul 15 23:10:02.242 INFO O| Jul 15 23:10:02.242 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99062026-07-15T23:10:03.263Z[ host-image] Jul 15 23:10:02.242 INFO O| Jul 15 23:10:02.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99072026-07-15T23:10:03.263Z[ host-image] Jul 15 23:10:02.242 INFO O| Jul 15 23:10:02.242 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99082026-07-15T23:10:03.263Z[ host-image] Jul 15 23:10:02.242 INFO O| Jul 15 23:10:02.242 INFO STEP 32 (ensure_dir) COMPLETE
99092026-07-15T23:10:03.263Z[ host-image] Jul 15 23:10:02.242 INFO O| Jul 15 23:10:02.242 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99102026-07-15T23:10:03.263Z[ host-image] Jul 15 23:10:02.249 INFO O| Jul 15 23:10:02.249 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99112026-07-15T23:10:03.263Z[ host-image] Jul 15 23:10:02.249 INFO O| Jul 15 23:10:02.249 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 ...
99122026-07-15T23:10:03.263Z[ host-image] Jul 15 23:10:02.249 INFO O| Jul 15 23:10:02.249 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
99132026-07-15T23:10:03.263Z[ host-image] Jul 15 23:10:02.249 INFO O| Jul 15 23:10:02.249 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99142026-07-15T23:10:03.263Z[ host-image] Jul 15 23:10:02.249 INFO O| Jul 15 23:10:02.249 INFO ok!
99152026-07-15T23:10:03.264Z[ host-image] Jul 15 23:10:02.249 INFO O| Jul 15 23:10:02.249 INFO STEP 33 (ensure_file) COMPLETE
99162026-07-15T23:10:03.264Z[ host-image] Jul 15 23:10:02.249 INFO O| Jul 15 23:10:02.249 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99172026-07-15T23:10:03.264Z[ host-image] Jul 15 23:10:02.258 INFO O| Jul 15 23:10:02.258 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99182026-07-15T23:10:03.264Z[ host-image] Jul 15 23:10:02.258 INFO O| Jul 15 23:10:02.258 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99192026-07-15T23:10:03.264Z[ host-image] Jul 15 23:10:02.258 INFO O| Jul 15 23:10:02.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99202026-07-15T23:10:03.264Z[ host-image] Jul 15 23:10:02.258 INFO O| Jul 15 23:10:02.258 INFO ok!
99212026-07-15T23:10:03.264Z[ host-image] Jul 15 23:10:02.258 INFO O| Jul 15 23:10:02.258 INFO STEP 34 (ensure_file) COMPLETE
99222026-07-15T23:10:03.264Z[ host-image] Jul 15 23:10:02.258 INFO O| Jul 15 23:10:02.258 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99232026-07-15T23:10:03.272Z[ host-image] Jul 15 23:10:02.266 INFO O| Jul 15 23:10:02.266 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99242026-07-15T23:10:03.272Z[ host-image] Jul 15 23:10:02.266 INFO O| Jul 15 23:10:02.266 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99252026-07-15T23:10:03.272Z[ host-image] Jul 15 23:10:02.266 INFO O| Jul 15 23:10:02.266 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99262026-07-15T23:10:03.272Z[ host-image] Jul 15 23:10:02.266 INFO O| Jul 15 23:10:02.266 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99272026-07-15T23:10:03.272Z[ host-image] Jul 15 23:10:02.266 INFO O| Jul 15 23:10:02.266 INFO ok!
99282026-07-15T23:10:03.272Z[ host-image] Jul 15 23:10:02.266 INFO O| Jul 15 23:10:02.266 INFO STEP 35 (ensure_file) COMPLETE
99292026-07-15T23:10:03.272Z[ host-image] Jul 15 23:10:02.266 INFO O| Jul 15 23:10:02.266 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99302026-07-15T23:10:03.279Z[ host-image] Jul 15 23:10:02.274 INFO O| Jul 15 23:10:02.274 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99312026-07-15T23:10:03.279Z[ host-image] Jul 15 23:10:02.274 INFO O| Jul 15 23:10:02.274 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99322026-07-15T23:10:03.279Z[ host-image] Jul 15 23:10:02.274 INFO O| Jul 15 23:10:02.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99332026-07-15T23:10:03.280Z[ host-image] Jul 15 23:10:02.274 INFO O| Jul 15 23:10:02.274 INFO ok!
99342026-07-15T23:10:03.280Z[ host-image] Jul 15 23:10:02.274 INFO O| Jul 15 23:10:02.274 INFO STEP 36 (ensure_file) COMPLETE
99352026-07-15T23:10:03.280Z[ host-image] Jul 15 23:10:02.274 INFO O| Jul 15 23:10:02.274 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99362026-07-15T23:10:03.286Z[ host-image] Jul 15 23:10:02.281 INFO O| Jul 15 23:10:02.281 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99372026-07-15T23:10:03.287Z[ host-image] Jul 15 23:10:02.281 INFO O| Jul 15 23:10:02.281 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99382026-07-15T23:10:03.287Z[ host-image] Jul 15 23:10:02.281 INFO O| Jul 15 23:10:02.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99392026-07-15T23:10:03.287Z[ host-image] Jul 15 23:10:02.281 INFO O| Jul 15 23:10:02.281 INFO ok!
99402026-07-15T23:10:03.287Z[ host-image] Jul 15 23:10:02.281 INFO O| Jul 15 23:10:02.281 INFO STEP 37 (ensure_file) COMPLETE
99412026-07-15T23:10:03.287Z[ host-image] Jul 15 23:10:02.281 INFO O| Jul 15 23:10:02.281 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99422026-07-15T23:10:03.299Z[ host-image] Jul 15 23:10:02.288 INFO O| Jul 15 23:10:02.288 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99432026-07-15T23:10:03.299Z[ host-image] Jul 15 23:10:02.289 INFO O| Jul 15 23:10:02.288 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99442026-07-15T23:10:03.299Z[ host-image] Jul 15 23:10:02.289 INFO O| Jul 15 23:10:02.289 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99452026-07-15T23:10:03.299Z[ host-image] Jul 15 23:10:02.289 INFO O| Jul 15 23:10:02.289 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99462026-07-15T23:10:03.299Z[ host-image] Jul 15 23:10:02.289 INFO O| Jul 15 23:10:02.289 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99472026-07-15T23:10:03.299Z[ host-image] Jul 15 23:10:02.289 INFO O| Jul 15 23:10:02.289 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99482026-07-15T23:10:03.299Z[ host-image] Jul 15 23:10:02.289 INFO O| Jul 15 23:10:02.289 INFO ok!
99492026-07-15T23:10:03.299Z[ host-image] Jul 15 23:10:02.289 INFO O| Jul 15 23:10:02.289 INFO STEP 38 (ensure_file) COMPLETE
99502026-07-15T23:10:03.299Z[ host-image] Jul 15 23:10:02.289 INFO O| Jul 15 23:10:02.289 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99512026-07-15T23:10:03.327Z[ host-image] Jul 15 23:10:02.297 INFO O| Jul 15 23:10:02.297 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99522026-07-15T23:10:03.327Z[ host-image] Jul 15 23:10:02.297 INFO O| Jul 15 23:10:02.297 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99532026-07-15T23:10:03.327Z[ host-image] Jul 15 23:10:02.297 INFO O| Jul 15 23:10:02.297 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99542026-07-15T23:10:03.327Z[ host-image] Jul 15 23:10:02.297 INFO O| Jul 15 23:10:02.297 INFO STEP 39 (ensure_dir) COMPLETE
99552026-07-15T23:10:03.328Z[ host-image] Jul 15 23:10:02.297 INFO O| Jul 15 23:10:02.297 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99562026-07-15T23:10:03.328Z[ host-image] Jul 15 23:10:02.306 INFO O| Jul 15 23:10:02.306 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
99572026-07-15T23:10:03.328Z[ host-image] Jul 15 23:10:02.306 INFO O| Jul 15 23:10:02.306 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 ...
99582026-07-15T23:10:03.328Z[ host-image] Jul 15 23:10:02.306 INFO O| Jul 15 23:10:02.306 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
99592026-07-15T23:10:03.328Z[ host-image] Jul 15 23:10:02.306 INFO O| Jul 15 23:10:02.306 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
99602026-07-15T23:10:03.328Z[ host-image] Jul 15 23:10:02.306 INFO O| Jul 15 23:10:02.306 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
99612026-07-15T23:10:03.328Z[ host-image] Jul 15 23:10:02.306 INFO O| Jul 15 23:10:02.306 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
99622026-07-15T23:10:03.328Z[ host-image] Jul 15 23:10:02.306 INFO O| Jul 15 23:10:02.306 INFO ok!
99632026-07-15T23:10:03.328Z[ host-image] Jul 15 23:10:02.306 INFO O| Jul 15 23:10:02.306 INFO STEP 40 (ensure_file) COMPLETE
99642026-07-15T23:10:03.328Z[ host-image] Jul 15 23:10:02.306 INFO O| Jul 15 23:10:02.306 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99652026-07-15T23:10:03.345Z[ host-image] Jul 15 23:10:02.314 INFO O| Jul 15 23:10:02.314 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99662026-07-15T23:10:03.345Z[ host-image] Jul 15 23:10:02.314 INFO O| Jul 15 23:10:02.314 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 ...
99672026-07-15T23:10:03.345Z[ host-image] Jul 15 23:10:02.314 INFO O| Jul 15 23:10:02.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99682026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.314 INFO O| Jul 15 23:10:02.314 INFO ok!
99692026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.314 INFO O| Jul 15 23:10:02.314 INFO STEP 41 (ensure_symlink) COMPLETE
99702026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.314 INFO O| Jul 15 23:10:02.314 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99712026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.321 INFO O| Jul 15 23:10:02.321 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99722026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.321 INFO O| Jul 15 23:10:02.321 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99732026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.321 INFO O| Jul 15 23:10:02.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99742026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.321 INFO O| Jul 15 23:10:02.321 INFO ok!
99752026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.321 INFO O| Jul 15 23:10:02.321 INFO STEP 42 (ensure_symlink) COMPLETE
99762026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.321 INFO O| Jul 15 23:10:02.321 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99772026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.329 INFO O| Jul 15 23:10:02.329 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99782026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.329 INFO O| Jul 15 23:10:02.329 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99792026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.329 INFO O| Jul 15 23:10:02.329 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99802026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.329 INFO O| Jul 15 23:10:02.329 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99812026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.329 INFO O| Jul 15 23:10:02.329 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99822026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.329 INFO O| Jul 15 23:10:02.329 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99832026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.329 INFO O| Jul 15 23:10:02.329 INFO ok!
99842026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.329 INFO O| Jul 15 23:10:02.329 INFO STEP 43 (ensure_file) COMPLETE
99852026-07-15T23:10:03.346Z[ host-image] Jul 15 23:10:02.329 INFO O| Jul 15 23:10:02.329 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99862026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.337 INFO O| Jul 15 23:10:02.337 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99872026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.337 INFO O| Jul 15 23:10:02.337 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 ...
99882026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.337 INFO O| Jul 15 23:10:02.337 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
99892026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.337 INFO O| Jul 15 23:10:02.337 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99902026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.337 INFO O| Jul 15 23:10:02.337 INFO ok!
99912026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.337 INFO O| Jul 15 23:10:02.337 INFO STEP 44 (ensure_file) COMPLETE
99922026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.337 INFO O| Jul 15 23:10:02.337 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99932026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.345 INFO O| Jul 15 23:10:02.345 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99942026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.345 INFO O| Jul 15 23:10:02.345 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99952026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.345 INFO O| Jul 15 23:10:02.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99962026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.345 INFO O| Jul 15 23:10:02.345 INFO ok!
99972026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.345 INFO O| Jul 15 23:10:02.345 INFO STEP 45 (ensure_file) COMPLETE
99982026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.345 INFO O| Jul 15 23:10:02.345 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99992026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.353 INFO O| Jul 15 23:10:02.353 INFO updating shadow file
100002026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.353 INFO O| Jul 15 23:10:02.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100012026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.353 INFO O| Jul 15 23:10:02.353 INFO STEP 46 (shadow) COMPLETE
100022026-07-15T23:10:03.372Z[ host-image] Jul 15 23:10:02.353 INFO O| Jul 15 23:10:02.353 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100032026-07-15T23:10:03.383Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100042026-07-15T23:10:03.383Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100052026-07-15T23:10:03.383Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100062026-07-15T23:10:03.383Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100072026-07-15T23:10:03.383Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 INFO ok!
100082026-07-15T23:10:03.384Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 INFO STEP 47 (ensure_file) COMPLETE
100092026-07-15T23:10:03.384Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100102026-07-15T23:10:03.384Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 INFO skip step because feature "mfg" is not enabled
100112026-07-15T23:10:03.384Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100122026-07-15T23:10:03.384Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 INFO skip step because feature "mfg" is not enabled
100132026-07-15T23:10:03.384Z[ host-image] Jul 15 23:10:02.363 INFO O| Jul 15 23:10:02.363 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-07-15T23:10:03.384Z[ host-image] Jul 15 23:10:02.371 INFO O| Jul 15 23:10:02.371 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100152026-07-15T23:10:03.384Z[ host-image] Jul 15 23:10:02.371 INFO O| Jul 15 23:10:02.371 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100162026-07-15T23:10:03.404Z[ host-image] Jul 15 23:10:02.405 INFO O| Jul 15 23:10:02.405 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100172026-07-15T23:10:03.404Z[ host-image] Jul 15 23:10:02.405 INFO O| Jul 15 23:10:02.405 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100182026-07-15T23:10:03.404Z[ host-image] Jul 15 23:10:02.405 INFO O| Jul 15 23:10:02.405 INFO ok!
100192026-07-15T23:10:03.416Z[ host-image] Jul 15 23:10:02.405 INFO O| Jul 15 23:10:02.405 INFO STEP 50 (ensure_file) COMPLETE
100202026-07-15T23:10:03.416Z[ host-image] Jul 15 23:10:02.405 INFO O| Jul 15 23:10:02.405 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100212026-07-15T23:10:03.416Z[ host-image] Jul 15 23:10:02.405 INFO O| Jul 15 23:10:02.405 INFO skip step because feature "compliance" is not enabled
100222026-07-15T23:10:03.416Z[ host-image] Jul 15 23:10:02.405 INFO O| Jul 15 23:10:02.405 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100232026-07-15T23:10:03.418Z[ host-image] Jul 15 23:10:02.415 INFO O| Jul 15 23:10:02.415 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100242026-07-15T23:10:03.418Z[ host-image] Jul 15 23:10:02.415 INFO O| Jul 15 23:10:02.415 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100252026-07-15T23:10:03.418Z[ host-image] Jul 15 23:10:02.415 INFO O| Jul 15 23:10:02.415 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100262026-07-15T23:10:03.418Z[ host-image] Jul 15 23:10:02.415 INFO O| Jul 15 23:10:02.415 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100272026-07-15T23:10:03.418Z[ host-image] Jul 15 23:10:02.415 INFO O| Jul 15 23:10:02.415 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100282026-07-15T23:10:03.448Z[ host-image] Jul 15 23:10:02.415 INFO O| Jul 15 23:10:02.415 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100292026-07-15T23:10:03.448Z[ host-image] Jul 15 23:10:02.415 INFO O| Jul 15 23:10:02.415 INFO ok!
100302026-07-15T23:10:03.448Z[ host-image] Jul 15 23:10:02.415 INFO O| Jul 15 23:10:02.415 INFO STEP 52 (ensure_file) COMPLETE
100312026-07-15T23:10:03.448Z[ host-image] Jul 15 23:10:02.415 INFO O| Jul 15 23:10:02.415 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100322026-07-15T23:10:03.448Z[ host-image] Jul 15 23:10:02.423 INFO O| Jul 15 23:10:02.423 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100332026-07-15T23:10:03.448Z[ host-image] Jul 15 23:10:02.423 INFO O| Jul 15 23:10:02.423 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 ...
100342026-07-15T23:10:03.451Z[ host-image] Jul 15 23:10:02.423 INFO O| Jul 15 23:10:02.423 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
100352026-07-15T23:10:03.461Z[ host-image] Jul 15 23:10:02.423 INFO O| Jul 15 23:10:02.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100362026-07-15T23:10:03.461Z[ host-image] Jul 15 23:10:02.423 INFO O| Jul 15 23:10:02.423 INFO ok!
100372026-07-15T23:10:03.461Z[ host-image] Jul 15 23:10:02.423 INFO O| Jul 15 23:10:02.423 INFO STEP 53 (ensure_file) COMPLETE
100382026-07-15T23:10:03.461Z[ host-image] Jul 15 23:10:02.423 INFO O| Jul 15 23:10:02.423 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100392026-07-15T23:10:03.515Z[ host-image] Jul 15 23:10:02.431 INFO O| Jul 15 23:10:02.431 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100402026-07-15T23:10:03.515Z[ host-image] Jul 15 23:10:02.431 INFO O| Jul 15 23:10:02.431 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 ...
100412026-07-15T23:10:03.515Z[ host-image] Jul 15 23:10:02.431 INFO O| Jul 15 23:10:02.431 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100422026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.431 INFO O| Jul 15 23:10:02.431 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100432026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.431 INFO O| Jul 15 23:10:02.431 INFO ok!
100442026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.431 INFO O| Jul 15 23:10:02.431 INFO STEP 54 (ensure_file) COMPLETE
100452026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.431 INFO O| Jul 15 23:10:02.431 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100462026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.440 INFO O| Jul 15 23:10:02.440 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100472026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.440 INFO O| Jul 15 23:10:02.440 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 ...
100482026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.440 INFO O| Jul 15 23:10:02.440 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
100492026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.440 INFO O| Jul 15 23:10:02.440 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100502026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.440 INFO O| Jul 15 23:10:02.440 INFO ok!
100512026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.440 INFO O| Jul 15 23:10:02.440 INFO STEP 55 (ensure_file) COMPLETE
100522026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.440 INFO O| Jul 15 23:10:02.440 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100532026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.448 INFO O| Jul 15 23:10:02.448 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100542026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.448 INFO O| Jul 15 23:10:02.448 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 ...
100552026-07-15T23:10:03.519Z[ host-image] Jul 15 23:10:02.448 INFO O| Jul 15 23:10:02.448 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100562026-07-15T23:10:03.526Z[ host-image] Jul 15 23:10:02.448 INFO O| Jul 15 23:10:02.448 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100572026-07-15T23:10:03.526Z[ host-image] Jul 15 23:10:02.448 INFO O| Jul 15 23:10:02.448 INFO ok!
100582026-07-15T23:10:03.526Z[ host-image] Jul 15 23:10:02.448 INFO O| Jul 15 23:10:02.448 INFO STEP 56 (ensure_file) COMPLETE
100592026-07-15T23:10:03.526Z[ host-image] Jul 15 23:10:02.448 INFO O| Jul 15 23:10:02.448 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-07-15T23:10:03.526Z[ host-image] Jul 15 23:10:02.456 INFO O| Jul 15 23:10:02.456 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100612026-07-15T23:10:03.526Z[ host-image] Jul 15 23:10:02.456 INFO O| Jul 15 23:10:02.456 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 ...
100622026-07-15T23:10:03.526Z[ host-image] Jul 15 23:10:02.456 INFO O| Jul 15 23:10:02.456 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
100632026-07-15T23:10:03.526Z[ host-image] Jul 15 23:10:02.456 INFO O| Jul 15 23:10:02.456 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100642026-07-15T23:10:03.526Z[ host-image] Jul 15 23:10:02.456 INFO O| Jul 15 23:10:02.456 INFO ok!
100652026-07-15T23:10:03.526Z[ host-image] Jul 15 23:10:02.456 INFO O| Jul 15 23:10:02.456 INFO STEP 57 (ensure_file) COMPLETE
100662026-07-15T23:10:03.527Z[ host-image] Jul 15 23:10:02.456 INFO O| Jul 15 23:10:02.456 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100672026-07-15T23:10:03.527Z[ host-image] Jul 15 23:10:02.465 INFO O| Jul 15 23:10:02.465 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100682026-07-15T23:10:03.527Z[ host-image] Jul 15 23:10:02.465 INFO O| Jul 15 23:10:02.465 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 ...
100692026-07-15T23:10:03.527Z[ host-image] Jul 15 23:10:02.465 INFO O| Jul 15 23:10:02.465 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100702026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.465 INFO O| Jul 15 23:10:02.465 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100712026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.465 INFO O| Jul 15 23:10:02.465 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100722026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.465 INFO O| Jul 15 23:10:02.465 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100732026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.465 INFO O| Jul 15 23:10:02.465 INFO ok!
100742026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.465 INFO O| Jul 15 23:10:02.465 INFO STEP 58 (ensure_file) COMPLETE
100752026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.465 INFO O| Jul 15 23:10:02.465 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.473 INFO O| Jul 15 23:10:02.473 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100772026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.473 INFO O| Jul 15 23:10:02.473 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 ...
100782026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.473 INFO O| Jul 15 23:10:02.473 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
100792026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.473 INFO O| Jul 15 23:10:02.473 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100802026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.473 INFO O| Jul 15 23:10:02.473 INFO ok!
100812026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.473 INFO O| Jul 15 23:10:02.473 INFO STEP 59 (ensure_file) COMPLETE
100822026-07-15T23:10:03.529Z[ host-image] Jul 15 23:10:02.473 INFO O| Jul 15 23:10:02.473 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-07-15T23:10:03.562Z[ host-image] Jul 15 23:10:02.480 INFO O| Jul 15 23:10:02.480 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100842026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.480 INFO O| Jul 15 23:10:02.480 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100852026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.480 INFO O| Jul 15 23:10:02.480 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100862026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.480 INFO O| Jul 15 23:10:02.480 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100872026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.480 INFO O| Jul 15 23:10:02.480 INFO ok!
100882026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.480 INFO O| Jul 15 23:10:02.480 INFO STEP 60 (ensure_file) COMPLETE
100892026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.480 INFO O| Jul 15 23:10:02.480 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100902026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.488 INFO O| Jul 15 23:10:02.488 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100912026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.488 INFO O| Jul 15 23:10:02.488 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 ...
100922026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.488 INFO O| Jul 15 23:10:02.488 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
100932026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.488 INFO O| Jul 15 23:10:02.488 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100942026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.488 INFO O| Jul 15 23:10:02.488 INFO ok!
100952026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.488 INFO O| Jul 15 23:10:02.488 INFO STEP 61 (ensure_file) COMPLETE
100962026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.488 INFO O| Jul 15 23:10:02.488 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100972026-07-15T23:10:03.563Z[ host-image] Jul 15 23:10:02.496 INFO O| Jul 15 23:10:02.496 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100982026-07-15T23:10:03.564Z[ host-image] Jul 15 23:10:02.496 INFO O| Jul 15 23:10:02.496 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100992026-07-15T23:10:03.564Z[ host-image] Jul 15 23:10:02.496 INFO O| Jul 15 23:10:02.496 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101002026-07-15T23:10:03.564Z[ host-image] Jul 15 23:10:02.496 INFO O| Jul 15 23:10:02.496 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101012026-07-15T23:10:03.564Z[ host-image] Jul 15 23:10:02.496 INFO O| Jul 15 23:10:02.496 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101022026-07-15T23:10:03.564Z[ host-image] Jul 15 23:10:02.496 INFO O| Jul 15 23:10:02.496 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101032026-07-15T23:10:03.564Z[ host-image] Jul 15 23:10:02.496 INFO O| Jul 15 23:10:02.496 INFO ok!
101042026-07-15T23:10:03.564Z[ host-image] Jul 15 23:10:02.496 INFO O| Jul 15 23:10:02.496 INFO STEP 62 (ensure_file) COMPLETE
101052026-07-15T23:10:03.564Z[ host-image] Jul 15 23:10:02.496 INFO O| Jul 15 23:10:02.496 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101062026-07-15T23:10:03.564Z[ host-image] Jul 15 23:10:02.504 INFO O| Jul 15 23:10:02.504 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101072026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.504 INFO O| Jul 15 23:10:02.504 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 ...
101082026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.504 INFO O| Jul 15 23:10:02.504 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
101092026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.504 INFO O| Jul 15 23:10:02.504 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101102026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.504 INFO O| Jul 15 23:10:02.504 INFO ok!
101112026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.504 INFO O| Jul 15 23:10:02.504 INFO STEP 63 (ensure_file) COMPLETE
101122026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.504 INFO O| Jul 15 23:10:02.504 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101132026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.511 INFO O| Jul 15 23:10:02.511 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101142026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.511 INFO O| Jul 15 23:10:02.511 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 ...
101152026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.511 INFO O| Jul 15 23:10:02.511 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
101162026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.511 INFO O| Jul 15 23:10:02.511 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101172026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.511 INFO O| Jul 15 23:10:02.511 INFO ok!
101182026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.511 INFO O| Jul 15 23:10:02.511 INFO STEP 64 (ensure_file) COMPLETE
101192026-07-15T23:10:03.574Z[ host-image] Jul 15 23:10:02.511 INFO O| Jul 15 23:10:02.511 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101202026-07-15T23:10:03.575Z[ host-image] Jul 15 23:10:02.519 INFO O| Jul 15 23:10:02.519 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101212026-07-15T23:10:03.577Z[ host-image] Jul 15 23:10:02.519 INFO O| Jul 15 23:10:02.519 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 ...
101222026-07-15T23:10:03.577Z[ host-image] Jul 15 23:10:02.519 INFO O| Jul 15 23:10:02.519 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
101232026-07-15T23:10:03.577Z[ host-image] Jul 15 23:10:02.519 INFO O| Jul 15 23:10:02.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101242026-07-15T23:10:03.577Z[ host-image] Jul 15 23:10:02.519 INFO O| Jul 15 23:10:02.519 INFO ok!
101252026-07-15T23:10:03.577Z[ host-image] Jul 15 23:10:02.519 INFO O| Jul 15 23:10:02.519 INFO STEP 65 (ensure_file) COMPLETE
101262026-07-15T23:10:03.578Z[ host-image] Jul 15 23:10:02.520 INFO O| Jul 15 23:10:02.519 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101272026-07-15T23:10:03.578Z[ host-image] Jul 15 23:10:02.520 INFO O| Jul 15 23:10:02.520 INFO skip step because feature "mbist" is not enabled
101282026-07-15T23:10:03.578Z[ host-image] Jul 15 23:10:02.520 INFO O| Jul 15 23:10:02.520 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-07-15T23:10:03.578Z[ host-image] Jul 15 23:10:02.527 INFO O| Jul 15 23:10:02.527 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101302026-07-15T23:10:03.578Z[ host-image] Jul 15 23:10:02.527 INFO O| Jul 15 23:10:02.527 INFO STEP 67 (ensure_dir) COMPLETE
101312026-07-15T23:10:03.578Z[ host-image] Jul 15 23:10:02.527 INFO O| Jul 15 23:10:02.527 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322026-07-15T23:10:03.578Z[ host-image] Jul 15 23:10:02.535 INFO O| Jul 15 23:10:02.535 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101332026-07-15T23:10:03.578Z[ host-image] Jul 15 23:10:02.535 INFO O| Jul 15 23:10:02.535 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101342026-07-15T23:10:03.578Z[ host-image] Jul 15 23:10:02.535 INFO O| Jul 15 23:10:02.535 INFO STEP 68 (ensure_dir) COMPLETE
101352026-07-15T23:10:03.578Z[ host-image] Jul 15 23:10:02.535 INFO O| Jul 15 23:10:02.535 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362026-07-15T23:10:03.633Z[ host-image] Jul 15 23:10:02.541 INFO O| Jul 15 23:10:02.541 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101372026-07-15T23:10:03.633Z[ host-image] Jul 15 23:10:02.541 INFO O| Jul 15 23:10:02.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101382026-07-15T23:10:03.633Z[ host-image] Jul 15 23:10:02.542 INFO O| Jul 15 23:10:02.541 INFO STEP 69 (ensure_dir) COMPLETE
101392026-07-15T23:10:03.633Z[ host-image] Jul 15 23:10:02.542 INFO O| Jul 15 23:10:02.542 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101402026-07-15T23:10:03.633Z[ host-image] Jul 15 23:10:02.548 INFO O| Jul 15 23:10:02.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101412026-07-15T23:10:03.633Z[ host-image] Jul 15 23:10:02.548 INFO O| Jul 15 23:10:02.548 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101422026-07-15T23:10:04.659Z[ host-image] Jul 15 23:10:03.093 INFO O| Jul 15 23:10:03.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101432026-07-15T23:10:04.659Z[ host-image] Jul 15 23:10:03.093 INFO O| Jul 15 23:10:03.093 INFO ok!
101442026-07-15T23:10:04.659Z[ host-image] Jul 15 23:10:03.093 INFO O| Jul 15 23:10:03.093 INFO STEP 70 (ensure_file) COMPLETE
101452026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.093 INFO O| Jul 15 23:10:03.093 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101462026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.102 INFO O| Jul 15 23:10:03.102 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101472026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.102 INFO O| Jul 15 23:10:03.102 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101482026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.589 INFO O| Jul 15 23:10:03.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101492026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.589 INFO O| Jul 15 23:10:03.589 INFO ok!
101502026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.589 INFO O| Jul 15 23:10:03.589 INFO STEP 71 (ensure_file) COMPLETE
101512026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.589 INFO O| Jul 15 23:10:03.589 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.598 INFO O| Jul 15 23:10:03.598 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101532026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.598 INFO O| Jul 15 23:10:03.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101542026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.598 INFO O| Jul 15 23:10:03.598 INFO STEP 72 (ensure_dir) COMPLETE
101552026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.598 INFO O| Jul 15 23:10:03.598 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.606 INFO O| Jul 15 23:10:03.606 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101572026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.606 INFO O| Jul 15 23:10:03.606 INFO copying /tmp/.tmp3HlLLB/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 ...
101582026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.606 INFO O| Jul 15 23:10:03.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101592026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.606 INFO O| Jul 15 23:10:03.606 INFO ok!
101602026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.606 INFO O| Jul 15 23:10:03.606 INFO STEP 73 (ensure_file) COMPLETE
101612026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.606 INFO O| Jul 15 23:10:03.606 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101622026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.613 INFO O| Jul 15 23:10:03.613 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101632026-07-15T23:10:04.784Z[ host-image] Jul 15 23:10:03.613 INFO O| Jul 15 23:10:03.613 INFO copying /tmp/.tmp3HlLLB/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 ...
101642026-07-15T23:10:04.792Z[ host-image] Jul 15 23:10:03.613 INFO O| Jul 15 23:10:03.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101652026-07-15T23:10:04.792Z[ host-image] Jul 15 23:10:03.613 INFO O| Jul 15 23:10:03.613 INFO ok!
101662026-07-15T23:10:04.792Z[ host-image] Jul 15 23:10:03.613 INFO O| Jul 15 23:10:03.613 INFO STEP 74 (ensure_file) COMPLETE
101672026-07-15T23:10:04.792Z[ host-image] Jul 15 23:10:03.613 INFO O| Jul 15 23:10:03.613 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-07-15T23:10:04.792Z[ host-image] Jul 15 23:10:03.621 INFO O| Jul 15 23:10:03.621 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101692026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.621 INFO O| Jul 15 23:10:03.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101702026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.621 INFO O| Jul 15 23:10:03.621 INFO STEP 75 (ensure_dir) COMPLETE
101712026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.621 INFO O| Jul 15 23:10:03.621 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.628 INFO O| Jul 15 23:10:03.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101732026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.628 INFO O| Jul 15 23:10:03.628 INFO copying /tmp/.tmp3HlLLB/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 ...
101742026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.628 INFO O| Jul 15 23:10:03.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101752026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.628 INFO O| Jul 15 23:10:03.628 INFO ok!
101762026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.628 INFO O| Jul 15 23:10:03.628 INFO STEP 76 (ensure_file) COMPLETE
101772026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.628 INFO O| Jul 15 23:10:03.628 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.636 INFO O| Jul 15 23:10:03.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101792026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.636 INFO O| Jul 15 23:10:03.636 INFO copying /tmp/.tmp3HlLLB/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 ...
101802026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.636 INFO O| Jul 15 23:10:03.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101812026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.636 INFO O| Jul 15 23:10:03.636 INFO ok!
101822026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.636 INFO O| Jul 15 23:10:03.636 INFO STEP 77 (ensure_file) COMPLETE
101832026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.636 INFO O| Jul 15 23:10:03.636 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.644 INFO O| Jul 15 23:10:03.644 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101852026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.644 INFO O| Jul 15 23:10:03.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101862026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.644 INFO O| Jul 15 23:10:03.644 INFO STEP 78 (ensure_dir) COMPLETE
101872026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.644 INFO O| Jul 15 23:10:03.644 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-07-15T23:10:04.793Z[ host-image] Jul 15 23:10:03.651 INFO O| Jul 15 23:10:03.651 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101892026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.651 INFO O| Jul 15 23:10:03.651 INFO copying /tmp/.tmp3HlLLB/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 ...
101902026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.651 INFO O| Jul 15 23:10:03.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101912026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.651 INFO O| Jul 15 23:10:03.651 INFO ok!
101922026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.651 INFO O| Jul 15 23:10:03.651 INFO STEP 79 (ensure_file) COMPLETE
101932026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.651 INFO O| Jul 15 23:10:03.651 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.658 INFO O| Jul 15 23:10:03.658 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101952026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.658 INFO O| Jul 15 23:10:03.658 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101962026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.658 INFO O| Jul 15 23:10:03.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101972026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.658 INFO O| Jul 15 23:10:03.658 INFO ok!
101982026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.658 INFO O| Jul 15 23:10:03.658 INFO STEP 80 (ensure_file) COMPLETE
101992026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.658 INFO O| Jul 15 23:10:03.658 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.664 INFO O| Jul 15 23:10:03.664 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102012026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.664 INFO O| Jul 15 23:10:03.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102022026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.664 INFO O| Jul 15 23:10:03.664 INFO STEP 81 (ensure_dir) COMPLETE
102032026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.664 INFO O| Jul 15 23:10:03.664 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.670 INFO O| Jul 15 23:10:03.670 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102052026-07-15T23:10:04.794Z[ host-image] Jul 15 23:10:03.670 INFO O| Jul 15 23:10:03.670 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102062026-07-15T23:10:05.003Z[ host-image] Jul 15 23:10:04.003 INFO O| Jul 15 23:10:04.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102072026-07-15T23:10:05.003Z[ host-image] Jul 15 23:10:04.003 INFO O| Jul 15 23:10:04.003 INFO ok!
102082026-07-15T23:10:05.028Z[ host-image] Jul 15 23:10:04.003 INFO O| Jul 15 23:10:04.003 INFO STEP 82 (ensure_file) COMPLETE
102092026-07-15T23:10:05.028Z[ host-image] Jul 15 23:10:04.003 INFO O| Jul 15 23:10:04.003 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-07-15T23:10:05.028Z[ host-image] Jul 15 23:10:04.011 INFO O| Jul 15 23:10:04.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102112026-07-15T23:10:05.028Z[ host-image] Jul 15 23:10:04.011 INFO O| Jul 15 23:10:04.011 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102122026-07-15T23:10:05.557Z[ host-image] Jul 15 23:10:04.556 INFO O| Jul 15 23:10:04.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102132026-07-15T23:10:05.557Z[ host-image] Jul 15 23:10:04.556 INFO O| Jul 15 23:10:04.556 INFO ok!
102142026-07-15T23:10:05.609Z[ host-image] Jul 15 23:10:04.556 INFO O| Jul 15 23:10:04.556 INFO STEP 83 (ensure_file) COMPLETE
102152026-07-15T23:10:05.609Z[ host-image] Jul 15 23:10:04.556 INFO O| Jul 15 23:10:04.556 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-07-15T23:10:05.609Z[ host-image] Jul 15 23:10:04.564 INFO O| Jul 15 23:10:04.564 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102172026-07-15T23:10:05.609Z[ host-image] Jul 15 23:10:04.564 INFO O| Jul 15 23:10:04.564 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102182026-07-15T23:10:06.607Z[ host-image] Jul 15 23:10:05.609 INFO O| Jul 15 23:10:05.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102192026-07-15T23:10:06.607Z[ host-image] Jul 15 23:10:05.609 INFO O| Jul 15 23:10:05.609 INFO ok!
102202026-07-15T23:10:06.607Z[ host-image] Jul 15 23:10:05.609 INFO O| Jul 15 23:10:05.609 INFO STEP 84 (ensure_file) COMPLETE
102212026-07-15T23:10:06.616Z[ host-image] Jul 15 23:10:05.609 INFO O| Jul 15 23:10:05.609 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-07-15T23:10:06.616Z[ host-image] Jul 15 23:10:05.617 INFO O| Jul 15 23:10:05.617 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102232026-07-15T23:10:06.616Z[ host-image] Jul 15 23:10:05.617 INFO O| Jul 15 23:10:05.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102242026-07-15T23:10:06.616Z[ host-image] Jul 15 23:10:05.617 INFO O| Jul 15 23:10:05.617 INFO STEP 85 (ensure_dir) COMPLETE
102252026-07-15T23:10:06.616Z[ host-image] Jul 15 23:10:05.617 INFO O| Jul 15 23:10:05.617 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-07-15T23:10:06.625Z[ host-image] Jul 15 23:10:05.623 INFO O| Jul 15 23:10:05.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102272026-07-15T23:10:06.625Z[ host-image] Jul 15 23:10:05.623 INFO O| Jul 15 23:10:05.623 INFO copying /tmp/.tmp3HlLLB/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 ...
102282026-07-15T23:10:06.625Z[ host-image] Jul 15 23:10:05.623 INFO O| Jul 15 23:10:05.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102292026-07-15T23:10:06.625Z[ host-image] Jul 15 23:10:05.623 INFO O| Jul 15 23:10:05.623 INFO ok!
102302026-07-15T23:10:06.625Z[ host-image] Jul 15 23:10:05.623 INFO O| Jul 15 23:10:05.623 INFO STEP 86 (ensure_file) COMPLETE
102312026-07-15T23:10:06.625Z[ host-image] Jul 15 23:10:05.623 INFO O| Jul 15 23:10:05.623 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-07-15T23:10:06.634Z[ host-image] Jul 15 23:10:05.630 INFO O| Jul 15 23:10:05.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102332026-07-15T23:10:06.635Z[ host-image] Jul 15 23:10:05.630 INFO O| Jul 15 23:10:05.630 INFO copying /tmp/.tmp3HlLLB/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 ...
102342026-07-15T23:10:06.635Z[ host-image] Jul 15 23:10:05.630 INFO O| Jul 15 23:10:05.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102352026-07-15T23:10:06.635Z[ host-image] Jul 15 23:10:05.630 INFO O| Jul 15 23:10:05.630 INFO ok!
102362026-07-15T23:10:06.635Z[ host-image] Jul 15 23:10:05.630 INFO O| Jul 15 23:10:05.630 INFO STEP 87 (ensure_file) COMPLETE
102372026-07-15T23:10:06.635Z[ host-image] Jul 15 23:10:05.630 INFO O| Jul 15 23:10:05.630 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-07-15T23:10:06.635Z[ host-image] Jul 15 23:10:05.636 INFO O| Jul 15 23:10:05.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102392026-07-15T23:10:06.635Z[ host-image] Jul 15 23:10:05.636 INFO O| Jul 15 23:10:05.636 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102402026-07-15T23:10:06.635Z[ host-image] Jul 15 23:10:05.636 INFO O| Jul 15 23:10:05.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102412026-07-15T23:10:06.635Z[ host-image] Jul 15 23:10:05.636 INFO O| Jul 15 23:10:05.636 INFO ok!
102422026-07-15T23:10:06.637Z[ host-image] Jul 15 23:10:05.636 INFO O| Jul 15 23:10:05.636 INFO STEP 88 (ensure_file) COMPLETE
102432026-07-15T23:10:06.637Z[ host-image] Jul 15 23:10:05.636 INFO O| Jul 15 23:10:05.636 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-07-15T23:10:06.652Z[ host-image] Jul 15 23:10:05.644 INFO O| Jul 15 23:10:05.644 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102452026-07-15T23:10:06.652Z[ host-image] Jul 15 23:10:05.644 INFO O| Jul 15 23:10:05.644 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102462026-07-15T23:10:06.652Z[ host-image] Jul 15 23:10:05.644 INFO O| Jul 15 23:10:05.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102472026-07-15T23:10:06.652Z[ host-image] Jul 15 23:10:05.644 INFO O| Jul 15 23:10:05.644 INFO ok!
102482026-07-15T23:10:06.652Z[ host-image] Jul 15 23:10:05.644 INFO O| Jul 15 23:10:05.644 INFO STEP 89 (ensure_file) COMPLETE
102492026-07-15T23:10:06.652Z[ host-image] Jul 15 23:10:05.644 INFO O| Jul 15 23:10:05.644 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-07-15T23:10:06.669Z[ host-image] Jul 15 23:10:05.651 INFO O| Jul 15 23:10:05.651 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102512026-07-15T23:10:06.669Z[ host-image] Jul 15 23:10:05.651 INFO O| Jul 15 23:10:05.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102522026-07-15T23:10:06.670Z[ host-image] Jul 15 23:10:05.651 INFO O| Jul 15 23:10:05.651 INFO STEP 90 (ensure_dir) COMPLETE
102532026-07-15T23:10:06.670Z[ host-image] Jul 15 23:10:05.651 INFO O| Jul 15 23:10:05.651 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-07-15T23:10:06.670Z[ host-image] Jul 15 23:10:05.658 INFO O| Jul 15 23:10:05.658 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102552026-07-15T23:10:06.670Z[ host-image] Jul 15 23:10:05.658 INFO O| Jul 15 23:10:05.658 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102562026-07-15T23:10:06.670Z[ host-image] Jul 15 23:10:05.660 INFO O| Jul 15 23:10:05.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102572026-07-15T23:10:06.670Z[ host-image] Jul 15 23:10:05.660 INFO O| Jul 15 23:10:05.660 INFO ok!
102582026-07-15T23:10:06.670Z[ host-image] Jul 15 23:10:05.660 INFO O| Jul 15 23:10:05.660 INFO STEP 91 (ensure_file) COMPLETE
102592026-07-15T23:10:06.670Z[ host-image] Jul 15 23:10:05.660 INFO O| Jul 15 23:10:05.660 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-07-15T23:10:06.706Z[ host-image] Jul 15 23:10:05.667 INFO O| Jul 15 23:10:05.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102612026-07-15T23:10:06.706Z[ host-image] Jul 15 23:10:05.667 INFO O| Jul 15 23:10:05.667 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102622026-07-15T23:10:06.706Z[ host-image] Jul 15 23:10:05.667 INFO O| Jul 15 23:10:05.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102632026-07-15T23:10:06.706Z[ host-image] Jul 15 23:10:05.667 INFO O| Jul 15 23:10:05.667 INFO ok!
102642026-07-15T23:10:06.706Z[ host-image] Jul 15 23:10:05.667 INFO O| Jul 15 23:10:05.667 INFO STEP 92 (ensure_file) COMPLETE
102652026-07-15T23:10:06.706Z[ host-image] Jul 15 23:10:05.667 INFO O| Jul 15 23:10:05.667 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-07-15T23:10:06.706Z[ host-image] Jul 15 23:10:05.673 INFO O| Jul 15 23:10:05.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102672026-07-15T23:10:06.706Z[ host-image] Jul 15 23:10:05.673 INFO O| Jul 15 23:10:05.673 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102682026-07-15T23:10:07.124Z[ host-image] Jul 15 23:10:06.124 INFO O| Jul 15 23:10:06.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102692026-07-15T23:10:07.124Z[ host-image] Jul 15 23:10:06.125 INFO O| Jul 15 23:10:06.124 INFO ok!
102702026-07-15T23:10:07.124Z[ host-image] Jul 15 23:10:06.125 INFO O| Jul 15 23:10:06.124 INFO STEP 93 (ensure_file) COMPLETE
102712026-07-15T23:10:07.158Z[ host-image] Jul 15 23:10:06.125 INFO O| Jul 15 23:10:06.124 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722026-07-15T23:10:07.159Z[ host-image] Jul 15 23:10:06.132 INFO O| Jul 15 23:10:06.132 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102732026-07-15T23:10:07.159Z[ host-image] Jul 15 23:10:06.132 INFO O| Jul 15 23:10:06.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102742026-07-15T23:10:07.159Z[ host-image] Jul 15 23:10:06.132 INFO O| Jul 15 23:10:06.132 INFO STEP 94 (ensure_dir) COMPLETE
102752026-07-15T23:10:07.159Z[ host-image] Jul 15 23:10:06.132 INFO O| Jul 15 23:10:06.132 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.140 INFO O| Jul 15 23:10:06.140 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102772026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.140 INFO O| Jul 15 23:10:06.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102782026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.140 INFO O| Jul 15 23:10:06.140 INFO STEP 95 (ensure_dir) COMPLETE
102792026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.140 INFO O| Jul 15 23:10:06.140 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.146 INFO O| Jul 15 23:10:06.146 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102812026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.146 INFO O| Jul 15 23:10:06.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102822026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.146 INFO O| Jul 15 23:10:06.146 INFO STEP 96 (ensure_dir) COMPLETE
102832026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.146 INFO O| Jul 15 23:10:06.146 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.152 INFO O| Jul 15 23:10:06.152 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102852026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.152 INFO O| Jul 15 23:10:06.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102862026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.152 INFO O| Jul 15 23:10:06.152 INFO STEP 97 (ensure_dir) COMPLETE
102872026-07-15T23:10:07.187Z[ host-image] Jul 15 23:10:06.152 INFO O| Jul 15 23:10:06.152 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-07-15T23:10:07.188Z[ host-image] Jul 15 23:10:06.159 INFO O| Jul 15 23:10:06.159 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102892026-07-15T23:10:07.188Z[ host-image] Jul 15 23:10:06.159 INFO O| Jul 15 23:10:06.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102902026-07-15T23:10:07.188Z[ host-image] Jul 15 23:10:06.159 INFO O| Jul 15 23:10:06.159 INFO STEP 98 (ensure_dir) COMPLETE
102912026-07-15T23:10:07.188Z[ host-image] Jul 15 23:10:06.159 INFO O| Jul 15 23:10:06.159 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-07-15T23:10:07.188Z[ host-image] Jul 15 23:10:06.166 INFO O| Jul 15 23:10:06.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102932026-07-15T23:10:07.188Z[ host-image] Jul 15 23:10:06.166 INFO O| Jul 15 23:10:06.166 INFO copying /tmp/.tmp3HlLLB/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 ...
102942026-07-15T23:10:07.188Z[ host-image] Jul 15 23:10:06.166 INFO O| Jul 15 23:10:06.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102952026-07-15T23:10:07.188Z[ host-image] Jul 15 23:10:06.166 INFO O| Jul 15 23:10:06.166 INFO ok!
102962026-07-15T23:10:07.188Z[ host-image] Jul 15 23:10:06.166 INFO O| Jul 15 23:10:06.166 INFO STEP 99 (ensure_file) COMPLETE
102972026-07-15T23:10:07.188Z[ host-image] Jul 15 23:10:06.166 INFO O| Jul 15 23:10:06.166 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-07-15T23:10:07.213Z[ host-image] Jul 15 23:10:06.173 INFO O| Jul 15 23:10:06.173 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102992026-07-15T23:10:07.213Z[ host-image] Jul 15 23:10:06.173 INFO O| Jul 15 23:10:06.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103002026-07-15T23:10:07.213Z[ host-image] Jul 15 23:10:06.173 INFO O| Jul 15 23:10:06.173 INFO STEP 100 (ensure_dir) COMPLETE
103012026-07-15T23:10:07.213Z[ host-image] Jul 15 23:10:06.173 INFO O| Jul 15 23:10:06.173 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-07-15T23:10:07.213Z[ host-image] Jul 15 23:10:06.179 INFO O| Jul 15 23:10:06.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103032026-07-15T23:10:07.213Z[ host-image] Jul 15 23:10:06.179 INFO O| Jul 15 23:10:06.179 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103042026-07-15T23:10:07.213Z[ host-image] Jul 15 23:10:06.189 INFO O| Jul 15 23:10:06.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103052026-07-15T23:10:07.213Z[ host-image] Jul 15 23:10:06.189 INFO O| Jul 15 23:10:06.189 INFO ok!
103062026-07-15T23:10:07.213Z[ host-image] Jul 15 23:10:06.189 INFO O| Jul 15 23:10:06.189 INFO STEP 101 (ensure_file) COMPLETE
103072026-07-15T23:10:07.226Z[ host-image] Jul 15 23:10:06.189 INFO O| Jul 15 23:10:06.189 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-07-15T23:10:07.226Z[ host-image] Jul 15 23:10:06.197 INFO O| Jul 15 23:10:06.197 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103092026-07-15T23:10:07.226Z[ host-image] Jul 15 23:10:06.197 INFO O| Jul 15 23:10:06.197 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103102026-07-15T23:10:07.226Z[ host-image] Jul 15 23:10:06.197 INFO O| Jul 15 23:10:06.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103112026-07-15T23:10:07.227Z[ host-image] Jul 15 23:10:06.197 INFO O| Jul 15 23:10:06.197 INFO ok!
103122026-07-15T23:10:07.227Z[ host-image] Jul 15 23:10:06.197 INFO O| Jul 15 23:10:06.197 INFO STEP 102 (ensure_file) COMPLETE
103132026-07-15T23:10:07.227Z[ host-image] Jul 15 23:10:06.197 INFO O| Jul 15 23:10:06.197 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-07-15T23:10:07.938Z[ host-image] Jul 15 23:10:06.203 INFO O| Jul 15 23:10:06.203 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103152026-07-15T23:10:07.938Z[ host-image] Jul 15 23:10:06.203 INFO O| Jul 15 23:10:06.203 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103162026-07-15T23:10:08.025Z[ host-image] Jul 15 23:10:06.437 INFO O| Jul 15 23:10:06.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103172026-07-15T23:10:08.025Z[ host-image] Jul 15 23:10:06.437 INFO O| Jul 15 23:10:06.437 INFO ok!
103182026-07-15T23:10:08.025Z[ host-image] Jul 15 23:10:06.437 INFO O| Jul 15 23:10:06.437 INFO STEP 103 (ensure_file) COMPLETE
103192026-07-15T23:10:08.025Z[ host-image] Jul 15 23:10:06.437 INFO O| Jul 15 23:10:06.437 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-07-15T23:10:08.025Z[ host-image] Jul 15 23:10:06.446 INFO O| Jul 15 23:10:06.446 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103212026-07-15T23:10:08.025Z[ host-image] Jul 15 23:10:06.446 INFO O| Jul 15 23:10:06.446 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103222026-07-15T23:10:08.025Z[ host-image] Jul 15 23:10:06.446 INFO O| Jul 15 23:10:06.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103232026-07-15T23:10:08.025Z[ host-image] Jul 15 23:10:06.446 INFO O| Jul 15 23:10:06.446 INFO ok!
103242026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.446 INFO O| Jul 15 23:10:06.446 INFO STEP 104 (ensure_file) COMPLETE
103252026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.446 INFO O| Jul 15 23:10:06.446 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.452 INFO O| Jul 15 23:10:06.452 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103272026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.452 INFO O| Jul 15 23:10:06.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103282026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.452 INFO O| Jul 15 23:10:06.452 INFO STEP 105 (ensure_dir) COMPLETE
103292026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.452 INFO O| Jul 15 23:10:06.452 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.458 INFO O| Jul 15 23:10:06.458 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103312026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.458 INFO O| Jul 15 23:10:06.458 INFO copying /tmp/.tmp3HlLLB/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 ...
103322026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.653 INFO O| Jul 15 23:10:06.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103332026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.653 INFO O| Jul 15 23:10:06.653 INFO ok!
103342026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.653 INFO O| Jul 15 23:10:06.653 INFO STEP 106 (ensure_file) COMPLETE
103352026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.653 INFO O| Jul 15 23:10:06.653 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.662 INFO O| Jul 15 23:10:06.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103372026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.662 INFO O| Jul 15 23:10:06.662 INFO copying /tmp/.tmp3HlLLB/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 ...
103382026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.662 INFO O| Jul 15 23:10:06.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103392026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.662 INFO O| Jul 15 23:10:06.662 INFO ok!
103402026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.662 INFO O| Jul 15 23:10:06.662 INFO STEP 107 (ensure_file) COMPLETE
103412026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.662 INFO O| Jul 15 23:10:06.662 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.669 INFO O| Jul 15 23:10:06.669 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103432026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.669 INFO O| Jul 15 23:10:06.669 INFO copying /tmp/.tmp3HlLLB/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 ...
103442026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.669 INFO O| Jul 15 23:10:06.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103452026-07-15T23:10:08.026Z[ host-image] Jul 15 23:10:06.669 INFO O| Jul 15 23:10:06.669 INFO ok!
103462026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.669 INFO O| Jul 15 23:10:06.669 INFO STEP 108 (ensure_file) COMPLETE
103472026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.669 INFO O| Jul 15 23:10:06.669 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.675 INFO O| Jul 15 23:10:06.675 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103492026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.675 INFO O| Jul 15 23:10:06.675 INFO copying /tmp/.tmp3HlLLB/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 ...
103502026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.675 INFO O| Jul 15 23:10:06.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103512026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.675 INFO O| Jul 15 23:10:06.675 INFO ok!
103522026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.675 INFO O| Jul 15 23:10:06.675 INFO STEP 109 (ensure_file) COMPLETE
103532026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.675 INFO O| Jul 15 23:10:06.675 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103542026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.684 INFO O| Jul 15 23:10:06.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103552026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.684 INFO O| Jul 15 23:10:06.684 INFO copying /tmp/.tmp3HlLLB/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 ...
103562026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.684 INFO O| Jul 15 23:10:06.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103572026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.684 INFO O| Jul 15 23:10:06.684 INFO ok!
103582026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.684 INFO O| Jul 15 23:10:06.684 INFO STEP 110 (ensure_file) COMPLETE
103592026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.684 INFO O| Jul 15 23:10:06.684 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.691 INFO O| Jul 15 23:10:06.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103612026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.691 INFO O| Jul 15 23:10:06.691 INFO copying /tmp/.tmp3HlLLB/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 ...
103622026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.691 INFO O| Jul 15 23:10:06.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103632026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.691 INFO O| Jul 15 23:10:06.691 INFO ok!
103642026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.691 INFO O| Jul 15 23:10:06.691 INFO STEP 111 (ensure_file) COMPLETE
103652026-07-15T23:10:08.027Z[ host-image] Jul 15 23:10:06.691 INFO O| Jul 15 23:10:06.691 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-07-15T23:10:08.028Z[ host-image] Jul 15 23:10:06.697 INFO O| Jul 15 23:10:06.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103672026-07-15T23:10:08.028Z[ host-image] Jul 15 23:10:06.697 INFO O| Jul 15 23:10:06.697 INFO copying /tmp/.tmp3HlLLB/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 ...
103682026-07-15T23:10:08.028Z[ host-image] Jul 15 23:10:06.697 INFO O| Jul 15 23:10:06.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103692026-07-15T23:10:08.028Z[ host-image] Jul 15 23:10:06.697 INFO O| Jul 15 23:10:06.697 INFO ok!
103702026-07-15T23:10:08.028Z[ host-image] Jul 15 23:10:06.697 INFO O| Jul 15 23:10:06.697 INFO STEP 112 (ensure_file) COMPLETE
103712026-07-15T23:10:08.028Z[ host-image] Jul 15 23:10:06.697 INFO O| Jul 15 23:10:06.697 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-07-15T23:10:08.028Z[ host-image] Jul 15 23:10:06.703 INFO O| Jul 15 23:10:06.703 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103732026-07-15T23:10:08.028Z[ host-image] Jul 15 23:10:06.703 INFO O| Jul 15 23:10:06.703 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103742026-07-15T23:10:08.028Z[ host-image] Jul 15 23:10:06.703 INFO O| Jul 15 23:10:06.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103752026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.703 INFO O| Jul 15 23:10:06.703 INFO ok!
103762026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.703 INFO O| Jul 15 23:10:06.703 INFO STEP 113 (ensure_file) COMPLETE
103772026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.703 INFO O| Jul 15 23:10:06.703 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.709 INFO O| Jul 15 23:10:06.709 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103792026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.709 INFO O| Jul 15 23:10:06.709 INFO copying /tmp/.tmp3HlLLB/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 ...
103802026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.709 INFO O| Jul 15 23:10:06.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103812026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.709 INFO O| Jul 15 23:10:06.709 INFO ok!
103822026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.709 INFO O| Jul 15 23:10:06.709 INFO STEP 114 (ensure_file) COMPLETE
103832026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.709 INFO O| Jul 15 23:10:06.709 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.715 INFO O| Jul 15 23:10:06.715 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103852026-07-15T23:10:08.029Z[ host-image] Jul 15 23:10:06.715 INFO O| Jul 15 23:10:06.715 INFO copying /tmp/.tmp3HlLLB/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 ...
103862026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.715 INFO O| Jul 15 23:10:06.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103872026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.715 INFO O| Jul 15 23:10:06.715 INFO ok!
103882026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.715 INFO O| Jul 15 23:10:06.715 INFO STEP 115 (ensure_file) COMPLETE
103892026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.715 INFO O| Jul 15 23:10:06.715 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.721 INFO O| Jul 15 23:10:06.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103912026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.721 INFO O| Jul 15 23:10:06.721 INFO copying /tmp/.tmp3HlLLB/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 ...
103922026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.721 INFO O| Jul 15 23:10:06.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103932026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.721 INFO O| Jul 15 23:10:06.721 INFO ok!
103942026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.721 INFO O| Jul 15 23:10:06.721 INFO STEP 116 (ensure_file) COMPLETE
103952026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.721 INFO O| Jul 15 23:10:06.721 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.727 INFO O| Jul 15 23:10:06.727 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103972026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.727 INFO O| Jul 15 23:10:06.727 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103982026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.727 INFO O| Jul 15 23:10:06.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103992026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.727 INFO O| Jul 15 23:10:06.727 INFO ok!
104002026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.727 INFO O| Jul 15 23:10:06.727 INFO STEP 117 (ensure_file) COMPLETE
104012026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.727 INFO O| Jul 15 23:10:06.727 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.733 INFO O| Jul 15 23:10:06.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104032026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.733 INFO O| Jul 15 23:10:06.733 INFO copying /tmp/.tmp3HlLLB/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 ...
104042026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.733 INFO O| Jul 15 23:10:06.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104052026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.733 INFO O| Jul 15 23:10:06.733 INFO ok!
104062026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.733 INFO O| Jul 15 23:10:06.733 INFO STEP 118 (ensure_file) COMPLETE
104072026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.733 INFO O| Jul 15 23:10:06.733 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.740 INFO O| Jul 15 23:10:06.740 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104092026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.740 INFO O| Jul 15 23:10:06.740 INFO copying /tmp/.tmp3HlLLB/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 ...
104102026-07-15T23:10:08.030Z[ host-image] Jul 15 23:10:06.740 INFO O| Jul 15 23:10:06.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104112026-07-15T23:10:08.031Z[ host-image] Jul 15 23:10:06.740 INFO O| Jul 15 23:10:06.740 INFO ok!
104122026-07-15T23:10:08.031Z[ host-image] Jul 15 23:10:06.740 INFO O| Jul 15 23:10:06.740 INFO STEP 119 (ensure_file) COMPLETE
104132026-07-15T23:10:08.031Z[ host-image] Jul 15 23:10:06.740 INFO O| Jul 15 23:10:06.740 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-07-15T23:10:08.031Z[ host-image] Jul 15 23:10:06.747 INFO O| Jul 15 23:10:06.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104152026-07-15T23:10:08.031Z[ host-image] Jul 15 23:10:06.747 INFO O| Jul 15 23:10:06.747 INFO copying /tmp/.tmp3HlLLB/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 ...
104162026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.747 INFO O| Jul 15 23:10:06.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104172026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.747 INFO O| Jul 15 23:10:06.747 INFO ok!
104182026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.747 INFO O| Jul 15 23:10:06.747 INFO STEP 120 (ensure_file) COMPLETE
104192026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.747 INFO O| Jul 15 23:10:06.747 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.753 INFO O| Jul 15 23:10:06.753 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104212026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.753 INFO O| Jul 15 23:10:06.753 INFO copying /tmp/.tmp3HlLLB/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 ...
104222026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.753 INFO O| Jul 15 23:10:06.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104232026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.753 INFO O| Jul 15 23:10:06.753 INFO ok!
104242026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.753 INFO O| Jul 15 23:10:06.753 INFO STEP 121 (ensure_file) COMPLETE
104252026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.753 INFO O| Jul 15 23:10:06.753 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.759 INFO O| Jul 15 23:10:06.759 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104272026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.759 INFO O| Jul 15 23:10:06.759 INFO copying /tmp/.tmp3HlLLB/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 ...
104282026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.759 INFO O| Jul 15 23:10:06.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104292026-07-15T23:10:08.226Z[ host-image] Jul 15 23:10:06.759 INFO O| Jul 15 23:10:06.759 INFO ok!
104302026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.759 INFO O| Jul 15 23:10:06.759 INFO STEP 122 (ensure_file) COMPLETE
104312026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.759 INFO O| Jul 15 23:10:06.759 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.765 INFO O| Jul 15 23:10:06.765 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104332026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.765 INFO O| Jul 15 23:10:06.765 INFO copying /tmp/.tmp3HlLLB/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 ...
104342026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.765 INFO O| Jul 15 23:10:06.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104352026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.765 INFO O| Jul 15 23:10:06.765 INFO ok!
104362026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.765 INFO O| Jul 15 23:10:06.765 INFO STEP 123 (ensure_file) COMPLETE
104372026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.765 INFO O| Jul 15 23:10:06.765 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.772 INFO O| Jul 15 23:10:06.772 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104392026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.772 INFO O| Jul 15 23:10:06.772 INFO copying /tmp/.tmp3HlLLB/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 ...
104402026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.772 INFO O| Jul 15 23:10:06.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104412026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.772 INFO O| Jul 15 23:10:06.772 INFO ok!
104422026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.772 INFO O| Jul 15 23:10:06.772 INFO STEP 124 (ensure_file) COMPLETE
104432026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.772 INFO O| Jul 15 23:10:06.772 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.778 INFO O| Jul 15 23:10:06.778 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104452026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.779 INFO O| Jul 15 23:10:06.778 INFO copying /tmp/.tmp3HlLLB/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 ...
104462026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.779 INFO O| Jul 15 23:10:06.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104472026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.779 INFO O| Jul 15 23:10:06.779 INFO ok!
104482026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.779 INFO O| Jul 15 23:10:06.779 INFO STEP 125 (ensure_file) COMPLETE
104492026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.779 INFO O| Jul 15 23:10:06.779 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.785 INFO O| Jul 15 23:10:06.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104512026-07-15T23:10:08.227Z[ host-image] Jul 15 23:10:06.785 INFO O| Jul 15 23:10:06.785 INFO copying /tmp/.tmp3HlLLB/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 ...
104522026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.785 INFO O| Jul 15 23:10:06.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104532026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.785 INFO O| Jul 15 23:10:06.785 INFO ok!
104542026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.785 INFO O| Jul 15 23:10:06.785 INFO STEP 126 (ensure_file) COMPLETE
104552026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.785 INFO O| Jul 15 23:10:06.785 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.791 INFO O| Jul 15 23:10:06.791 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104572026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.791 INFO O| Jul 15 23:10:06.791 INFO copying /tmp/.tmp3HlLLB/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 ...
104582026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.791 INFO O| Jul 15 23:10:06.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104592026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.791 INFO O| Jul 15 23:10:06.791 INFO ok!
104602026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.791 INFO O| Jul 15 23:10:06.791 INFO STEP 127 (ensure_file) COMPLETE
104612026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.791 INFO O| Jul 15 23:10:06.791 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.797 INFO O| Jul 15 23:10:06.797 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104632026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.797 INFO O| Jul 15 23:10:06.797 INFO copying /tmp/.tmp3HlLLB/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 ...
104642026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.797 INFO O| Jul 15 23:10:06.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104652026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.797 INFO O| Jul 15 23:10:06.797 INFO ok!
104662026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.797 INFO O| Jul 15 23:10:06.797 INFO STEP 128 (ensure_file) COMPLETE
104672026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.797 INFO O| Jul 15 23:10:06.797 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.804 INFO O| Jul 15 23:10:06.804 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104692026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.804 INFO O| Jul 15 23:10:06.804 INFO copying /tmp/.tmp3HlLLB/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 ...
104702026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.804 INFO O| Jul 15 23:10:06.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104712026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.804 INFO O| Jul 15 23:10:06.804 INFO ok!
104722026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.804 INFO O| Jul 15 23:10:06.804 INFO STEP 129 (ensure_file) COMPLETE
104732026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.804 INFO O| Jul 15 23:10:06.804 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-07-15T23:10:08.228Z[ host-image] Jul 15 23:10:06.811 INFO O| Jul 15 23:10:06.811 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104752026-07-15T23:10:08.229Z[ host-image] Jul 15 23:10:06.811 INFO O| Jul 15 23:10:06.811 INFO copying /tmp/.tmp3HlLLB/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 ...
104762026-07-15T23:10:08.229Z[ host-image] Jul 15 23:10:06.812 INFO O| Jul 15 23:10:06.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104772026-07-15T23:10:08.229Z[ host-image] Jul 15 23:10:06.812 INFO O| Jul 15 23:10:06.811 INFO ok!
104782026-07-15T23:10:08.229Z[ host-image] Jul 15 23:10:06.812 INFO O| Jul 15 23:10:06.812 INFO STEP 130 (ensure_file) COMPLETE
104792026-07-15T23:10:08.229Z[ host-image] Jul 15 23:10:06.812 INFO O| Jul 15 23:10:06.812 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-07-15T23:10:08.229Z[ host-image] Jul 15 23:10:06.818 INFO O| Jul 15 23:10:06.818 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104812026-07-15T23:10:08.229Z[ host-image] Jul 15 23:10:06.818 INFO O| Jul 15 23:10:06.818 INFO copying /tmp/.tmp3HlLLB/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 ...
104822026-07-15T23:10:08.229Z[ host-image] Jul 15 23:10:06.818 INFO O| Jul 15 23:10:06.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104832026-07-15T23:10:08.233Z[ host-image] Jul 15 23:10:06.818 INFO O| Jul 15 23:10:06.818 INFO ok!
104842026-07-15T23:10:08.233Z[ host-image] Jul 15 23:10:06.818 INFO O| Jul 15 23:10:06.818 INFO STEP 131 (ensure_file) COMPLETE
104852026-07-15T23:10:08.233Z[ host-image] Jul 15 23:10:06.818 INFO O| Jul 15 23:10:06.818 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.824 INFO O| Jul 15 23:10:06.824 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104872026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.824 INFO O| Jul 15 23:10:06.824 INFO copying /tmp/.tmp3HlLLB/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 ...
104882026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.824 INFO O| Jul 15 23:10:06.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104892026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.824 INFO O| Jul 15 23:10:06.824 INFO ok!
104902026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.824 INFO O| Jul 15 23:10:06.824 INFO STEP 132 (ensure_file) COMPLETE
104912026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.824 INFO O| Jul 15 23:10:06.824 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.831 INFO O| Jul 15 23:10:06.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104932026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.831 INFO O| Jul 15 23:10:06.831 INFO copying /tmp/.tmp3HlLLB/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 ...
104942026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.831 INFO O| Jul 15 23:10:06.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104952026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.831 INFO O| Jul 15 23:10:06.831 INFO ok!
104962026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.831 INFO O| Jul 15 23:10:06.831 INFO STEP 133 (ensure_file) COMPLETE
104972026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.831 INFO O| Jul 15 23:10:06.831 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.837 INFO O| Jul 15 23:10:06.837 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104992026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.837 INFO O| Jul 15 23:10:06.837 INFO copying /tmp/.tmp3HlLLB/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 ...
105002026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.837 INFO O| Jul 15 23:10:06.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105012026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.837 INFO O| Jul 15 23:10:06.837 INFO ok!
105022026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.837 INFO O| Jul 15 23:10:06.837 INFO STEP 134 (ensure_file) COMPLETE
105032026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.837 INFO O| Jul 15 23:10:06.837 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.844 INFO O| Jul 15 23:10:06.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105052026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.844 INFO O| Jul 15 23:10:06.844 INFO copying /tmp/.tmp3HlLLB/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 ...
105062026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.844 INFO O| Jul 15 23:10:06.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105072026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.844 INFO O| Jul 15 23:10:06.844 INFO ok!
105082026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.844 INFO O| Jul 15 23:10:06.844 INFO STEP 135 (ensure_file) COMPLETE
105092026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.844 INFO O| Jul 15 23:10:06.844 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-07-15T23:10:08.234Z[ host-image] Jul 15 23:10:06.850 INFO O| Jul 15 23:10:06.850 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105112026-07-15T23:10:08.235Z[ host-image] Jul 15 23:10:06.850 INFO O| Jul 15 23:10:06.850 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105122026-07-15T23:10:08.235Z[ host-image] Jul 15 23:10:06.850 INFO O| Jul 15 23:10:06.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105132026-07-15T23:10:08.235Z[ host-image] Jul 15 23:10:06.850 INFO O| Jul 15 23:10:06.850 INFO ok!
105142026-07-15T23:10:08.235Z[ host-image] Jul 15 23:10:06.850 INFO O| Jul 15 23:10:06.850 INFO STEP 136 (ensure_file) COMPLETE
105152026-07-15T23:10:08.235Z[ host-image] Jul 15 23:10:06.850 INFO O| Jul 15 23:10:06.850 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-07-15T23:10:08.287Z[ host-image] Jul 15 23:10:06.856 INFO O| Jul 15 23:10:06.856 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105172026-07-15T23:10:08.287Z[ host-image] Jul 15 23:10:06.856 INFO O| Jul 15 23:10:06.856 INFO copying /tmp/.tmp3HlLLB/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 ...
105182026-07-15T23:10:08.287Z[ host-image] Jul 15 23:10:06.856 INFO O| Jul 15 23:10:06.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105192026-07-15T23:10:08.292Z[ host-image] Jul 15 23:10:06.856 INFO O| Jul 15 23:10:06.856 INFO ok!
105202026-07-15T23:10:08.292Z[ host-image] Jul 15 23:10:06.856 INFO O| Jul 15 23:10:06.856 INFO STEP 137 (ensure_file) COMPLETE
105212026-07-15T23:10:08.292Z[ host-image] Jul 15 23:10:06.856 INFO O| Jul 15 23:10:06.856 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-07-15T23:10:08.292Z[ host-image] Jul 15 23:10:06.864 INFO O| Jul 15 23:10:06.864 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105232026-07-15T23:10:08.293Z[ host-image] Jul 15 23:10:06.864 INFO O| Jul 15 23:10:06.864 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105242026-07-15T23:10:08.293Z[ host-image] Jul 15 23:10:06.864 INFO O| Jul 15 23:10:06.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105252026-07-15T23:10:08.293Z[ host-image] Jul 15 23:10:06.864 INFO O| Jul 15 23:10:06.864 INFO ok!
105262026-07-15T23:10:08.293Z[ host-image] Jul 15 23:10:06.864 INFO O| Jul 15 23:10:06.864 INFO STEP 138 (ensure_file) COMPLETE
105272026-07-15T23:10:08.293Z[ host-image] Jul 15 23:10:06.864 INFO O| Jul 15 23:10:06.864 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-07-15T23:10:08.293Z[ host-image] Jul 15 23:10:06.870 INFO O| Jul 15 23:10:06.870 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105292026-07-15T23:10:08.293Z[ host-image] Jul 15 23:10:06.870 INFO O| Jul 15 23:10:06.870 INFO copying /tmp/.tmp3HlLLB/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105302026-07-15T23:10:16.279Z[ host-image] Jul 15 23:10:13.236 INFO O| Jul 15 23:10:13.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105312026-07-15T23:10:16.279Z[ host-image] Jul 15 23:10:13.236 INFO O| Jul 15 23:10:13.236 INFO ok!
105322026-07-15T23:10:16.279Z[ host-image] Jul 15 23:10:13.236 INFO O| Jul 15 23:10:13.236 INFO STEP 139 (ensure_file) COMPLETE
105332026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.236 INFO O| Jul 15 23:10:13.236 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.246 INFO O| Jul 15 23:10:13.246 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105352026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.246 INFO O| Jul 15 23:10:13.246 INFO STEP 140 (ensure_dir) COMPLETE
105362026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.246 INFO O| Jul 15 23:10:13.246 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.253 INFO O| Jul 15 23:10:13.253 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105382026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.253 INFO O| Jul 15 23:10:13.253 INFO STEP 141 (ensure_dir) COMPLETE
105392026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.253 INFO O| Jul 15 23:10:13.253 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.261 INFO O| Jul 15 23:10:13.261 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105412026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.261 INFO O| Jul 15 23:10:13.261 INFO STEP 142 (ensure_dir) COMPLETE
105422026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.261 INFO O| Jul 15 23:10:13.261 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.267 INFO O| Jul 15 23:10:13.267 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105442026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.267 INFO O| Jul 15 23:10:13.267 INFO STEP 143 (ensure_dir) COMPLETE
105452026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.267 INFO O| Jul 15 23:10:13.267 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.275 INFO O| Jul 15 23:10:13.275 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105472026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.275 INFO O| Jul 15 23:10:13.275 INFO copying /tmp/.tmp3HlLLB/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 ...
105482026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.275 INFO O| Jul 15 23:10:13.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105492026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.275 INFO O| Jul 15 23:10:13.275 INFO ok!
105502026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.275 INFO O| Jul 15 23:10:13.275 INFO STEP 144 (ensure_file) COMPLETE
105512026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.275 INFO O| Jul 15 23:10:13.275 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-07-15T23:10:16.334Z[ host-image] Jul 15 23:10:13.282 INFO O| Jul 15 23:10:13.282 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105532026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.282 INFO O| Jul 15 23:10:13.282 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105542026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.282 INFO O| Jul 15 23:10:13.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105552026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.282 INFO O| Jul 15 23:10:13.282 INFO STEP 145 (ensure_dir) COMPLETE
105562026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.282 INFO O| Jul 15 23:10:13.282 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105572026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.289 INFO O| Jul 15 23:10:13.289 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105582026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.289 INFO O| Jul 15 23:10:13.289 INFO copying /tmp/.tmp3HlLLB/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105592026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.289 INFO O| Jul 15 23:10:13.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105602026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.289 INFO O| Jul 15 23:10:13.289 INFO ok!
105612026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.289 INFO O| Jul 15 23:10:13.289 INFO STEP 146 (ensure_file) COMPLETE
105622026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.289 INFO O| Jul 15 23:10:13.289 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105632026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.296 INFO O| Jul 15 23:10:13.296 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105642026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.296 INFO O| Jul 15 23:10:13.296 INFO STEP 147 (remove_files) COMPLETE
105652026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.296 INFO O| Jul 15 23:10:13.296 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105662026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.305 INFO O| Jul 15 23:10:13.305 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105672026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.305 INFO O| Jul 15 23:10:13.305 INFO STEP 148 (remove_files) COMPLETE
105682026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.305 INFO O| Jul 15 23:10:13.305 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105692026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.313 INFO O| Jul 15 23:10:13.313 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105702026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.313 INFO O| Jul 15 23:10:13.313 INFO STEP 149 (remove_files) COMPLETE
105712026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.313 INFO O| Jul 15 23:10:13.313 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105722026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.321 INFO O| Jul 15 23:10:13.321 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105732026-07-15T23:10:16.335Z[ host-image] Jul 15 23:10:13.321 INFO O| Jul 15 23:10:13.321 INFO STEP 150 (remove_files) COMPLETE
105742026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.321 INFO O| Jul 15 23:10:13.321 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105752026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.328 INFO O| Jul 15 23:10:13.328 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105762026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.328 INFO O| Jul 15 23:10:13.328 INFO STEP 151 (remove_files) COMPLETE
105772026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.328 INFO O| Jul 15 23:10:13.328 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105782026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.335 INFO O| Jul 15 23:10:13.335 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105792026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.335 INFO O| Jul 15 23:10:13.335 INFO STEP 152 (remove_files) COMPLETE
105802026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.335 INFO O| Jul 15 23:10:13.335 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105812026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.342 INFO O| Jul 15 23:10:13.342 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105822026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.342 INFO O| Jul 15 23:10:13.342 INFO STEP 153 (remove_files) COMPLETE
105832026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.342 INFO O| Jul 15 23:10:13.342 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105842026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.348 INFO O| Jul 15 23:10:13.348 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105852026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.348 INFO O| Jul 15 23:10:13.348 INFO STEP 154 (remove_files) COMPLETE
105862026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.348 INFO O| Jul 15 23:10:13.348 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105872026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.356 INFO O| Jul 15 23:10:13.356 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105882026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.356 INFO O| Jul 15 23:10:13.356 INFO STEP 155 (remove_files) COMPLETE
105892026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.357 INFO O| Jul 15 23:10:13.356 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105902026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.363 INFO O| Jul 15 23:10:13.363 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105912026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.363 INFO O| Jul 15 23:10:13.363 INFO STEP 156 (remove_files) COMPLETE
105922026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.363 INFO O| Jul 15 23:10:13.363 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105932026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.371 INFO O| Jul 15 23:10:13.371 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105942026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.371 INFO O| Jul 15 23:10:13.371 INFO STEP 157 (remove_files) COMPLETE
105952026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.371 INFO O| Jul 15 23:10:13.371 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105962026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.378 INFO O| Jul 15 23:10:13.378 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105972026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.378 INFO O| Jul 15 23:10:13.378 INFO STEP 158 (remove_files) COMPLETE
105982026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.378 INFO O| Jul 15 23:10:13.378 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105992026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.384 INFO O| Jul 15 23:10:13.384 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106002026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.384 INFO O| Jul 15 23:10:13.384 INFO STEP 159 (remove_files) COMPLETE
106012026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.384 INFO O| Jul 15 23:10:13.384 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106022026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.391 INFO O| Jul 15 23:10:13.391 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106032026-07-15T23:10:16.336Z[ host-image] Jul 15 23:10:13.391 INFO O| Jul 15 23:10:13.391 INFO STEP 160 (remove_files) COMPLETE
106042026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.391 INFO O| Jul 15 23:10:13.391 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106052026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.397 INFO O| Jul 15 23:10:13.397 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106062026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.397 INFO O| Jul 15 23:10:13.397 INFO STEP 161 (remove_files) COMPLETE
106072026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.397 INFO O| Jul 15 23:10:13.397 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106082026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.403 INFO O| Jul 15 23:10:13.403 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106092026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.403 INFO O| Jul 15 23:10:13.403 INFO STEP 162 (remove_files) COMPLETE
106102026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.403 INFO O| Jul 15 23:10:13.403 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106112026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.409 INFO O| Jul 15 23:10:13.409 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106122026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.409 INFO O| Jul 15 23:10:13.409 INFO STEP 163 (remove_files) COMPLETE
106132026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.409 INFO O| Jul 15 23:10:13.409 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106142026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.417 INFO O| Jul 15 23:10:13.417 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106152026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.417 INFO O| Jul 15 23:10:13.417 INFO STEP 164 (remove_files) COMPLETE
106162026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.417 INFO O| Jul 15 23:10:13.417 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106172026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.423 INFO O| Jul 15 23:10:13.423 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106182026-07-15T23:10:16.337Z[ host-image] Jul 15 23:10:13.423 INFO O| Jul 15 23:10:13.423 INFO STEP 165 (remove_files) COMPLETE
106192026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.423 INFO O| Jul 15 23:10:13.423 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106202026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.430 INFO O| Jul 15 23:10:13.430 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106212026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.430 INFO O| Jul 15 23:10:13.430 INFO STEP 166 (remove_files) COMPLETE
106222026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.430 INFO O| Jul 15 23:10:13.430 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106232026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.437 INFO O| Jul 15 23:10:13.437 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106242026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.437 INFO O| Jul 15 23:10:13.437 INFO STEP 167 (remove_files) COMPLETE
106252026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.437 INFO O| Jul 15 23:10:13.437 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106262026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.444 INFO O| Jul 15 23:10:13.444 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106272026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.444 INFO O| Jul 15 23:10:13.444 INFO STEP 168 (remove_files) COMPLETE
106282026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.444 INFO O| Jul 15 23:10:13.444 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106292026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.450 INFO O| Jul 15 23:10:13.450 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106302026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.450 INFO O| Jul 15 23:10:13.450 INFO STEP 169 (remove_files) COMPLETE
106312026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.450 INFO O| Jul 15 23:10:13.450 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106322026-07-15T23:10:16.338Z[ host-image] Jul 15 23:10:13.457 INFO O| Jul 15 23:10:13.457 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106332026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.457 INFO O| Jul 15 23:10:13.457 INFO STEP 170 (remove_files) COMPLETE
106342026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.457 INFO O| Jul 15 23:10:13.457 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106352026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.464 INFO O| Jul 15 23:10:13.464 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106362026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.464 INFO O| Jul 15 23:10:13.464 INFO STEP 171 (remove_files) COMPLETE
106372026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.464 INFO O| Jul 15 23:10:13.464 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106382026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.470 INFO O| Jul 15 23:10:13.470 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106392026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.471 INFO O| Jul 15 23:10:13.470 INFO STEP 172 (remove_files) COMPLETE
106402026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.471 INFO O| Jul 15 23:10:13.471 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.478 INFO O| Jul 15 23:10:13.478 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106422026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.478 INFO O| Jul 15 23:10:13.478 INFO STEP 173 (remove_files) COMPLETE
106432026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.478 INFO O| Jul 15 23:10:13.478 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.484 INFO O| Jul 15 23:10:13.484 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106452026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.484 INFO O| Jul 15 23:10:13.484 INFO STEP 174 (remove_files) COMPLETE
106462026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.484 INFO O| Jul 15 23:10:13.484 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.491 INFO O| Jul 15 23:10:13.491 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106482026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.491 INFO O| Jul 15 23:10:13.491 INFO STEP 175 (remove_files) COMPLETE
106492026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.491 INFO O| Jul 15 23:10:13.491 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106502026-07-15T23:10:16.400Z[ host-image] Jul 15 23:10:13.500 INFO O| Jul 15 23:10:13.500 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106512026-07-15T23:10:16.401Z[ host-image] Jul 15 23:10:13.500 INFO O| Jul 15 23:10:13.500 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106522026-07-15T23:10:19.875Z[ recovery-image] Jul 15 23:10:18.876 INFO O| ok, image written!
106532026-07-15T23:10:19.875Z[ recovery-image] Jul 15 23:10:18.876 INFO O| ok, boot_image_csum file written!
106542026-07-15T23:10:19.879Z[ recovery-image] Jul 15 23:10:18.878 INFO creating boot archive (CPIO)...
106552026-07-15T23:10:19.879Z[ recovery-image] Jul 15 23:10:18.878 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
106562026-07-15T23:10:19.882Z[ recovery-image] Jul 15 23:10:18.882 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
106572026-07-15T23:10:19.882Z[ recovery-image] Jul 15 23:10:18.882 INFO E| + outfile=/work/os-recovery/cpio
106582026-07-15T23:10:19.882Z[ recovery-image] Jul 15 23:10:18.882 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
106592026-07-15T23:10:19.885Z[ recovery-image] Jul 15 23:10:18.884 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
106602026-07-15T23:10:19.885Z[ recovery-image] Jul 15 23:10:18.884 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
106612026-07-15T23:10:19.908Z[ recovery-image] Jul 15 23:10:18.909 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
106622026-07-15T23:10:19.908Z[ recovery-image] Jul 15 23:10:18.909 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
106632026-07-15T23:10:19.913Z[ recovery-image] Jul 15 23:10:18.914 INFO creating compressed cpio/unix for dev loaders...
106642026-07-15T23:10:19.913Z[ recovery-image] Jul 15 23:10:18.914 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
106652026-07-15T23:10:20.140Z[ recovery-image] Jul 15 23:10:19.142 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
106662026-07-15T23:10:20.411Z[ host-image] Jul 15 23:10:19.412 INFO O| Jul 15 23:10:19.412 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
106672026-07-15T23:10:20.411Z[ host-image] Jul 15 23:10:19.412 INFO O| Jul 15 23:10:19.412 INFO E| svccfg: Loaded 79 smf(7) service descriptions
106682026-07-15T23:10:20.423Z[ host-image] Jul 15 23:10:19.424 INFO O| Jul 15 23:10:19.424 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106692026-07-15T23:10:20.521Z[ host-image] Jul 15 23:10:19.522 INFO O| Jul 15 23:10:19.522 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"}
106702026-07-15T23:10:20.576Z[ host-image] Jul 15 23:10:19.578 INFO O| Jul 15 23:10:19.578 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106712026-07-15T23:10:20.639Z[ host-image] Jul 15 23:10:19.641 INFO O| Jul 15 23:10:19.641 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106722026-07-15T23:10:20.640Z[ host-image] Jul 15 23:10:19.641 INFO O| Jul 15 23:10:19.641 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106732026-07-15T23:10:20.738Z[ host-image] Jul 15 23:10:19.740 INFO O| Jul 15 23:10:19.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106742026-07-15T23:10:20.738Z[ host-image] Jul 15 23:10:19.740 INFO O| Jul 15 23:10:19.739 INFO ok!
106752026-07-15T23:10:20.742Z[ host-image] Jul 15 23:10:19.740 INFO O| Jul 15 23:10:19.740 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106762026-07-15T23:10:20.742Z[ host-image] Jul 15 23:10:19.740 INFO O| Jul 15 23:10:19.740 INFO STEP 176 (seed_smf) COMPLETE
106772026-07-15T23:10:20.742Z[ host-image] Jul 15 23:10:19.740 INFO O| Jul 15 23:10:19.740 INFO steps complete; finalising image!
106782026-07-15T23:10:20.742Z[ host-image] Jul 15 23:10:19.740 INFO O| Jul 15 23:10:19.740 INFO TRIM POOL: TEMPORARY-sled-zfs
106792026-07-15T23:10:20.786Z[ host-image] Jul 15 23:10:19.788 INFO O| Jul 15 23:10:19.787 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Jul 15 23:10:19 2026)
106802026-07-15T23:10:20.999Z[ host-image] Jul 15 23:10:20.000 INFO O| Jul 15 23:10:20.000 INFO temporary pool has 855M used, 41.4M avail, 1.81x compressratio
106812026-07-15T23:10:20.999Z[ host-image] Jul 15 23:10:20.000 INFO O| Jul 15 23:10:20.000 INFO EXPORT POOL: TEMPORARY-sled-zfs
106822026-07-15T23:10:21.337Z[ host-image] Jul 15 23:10:20.339 INFO O| Jul 15 23:10:20.339 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106832026-07-15T23:10:21.338Z[ host-image] Jul 15 23:10:20.339 INFO O| Jul 15 23:10:20.339 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106842026-07-15T23:10:22.051Z[ host-image] Jul 15 23:10:21.052 INFO O| Jul 15 23:10:21.052 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106852026-07-15T23:10:22.051Z[ host-image] Jul 15 23:10:21.052 INFO O| Jul 15 23:10:21.052 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106862026-07-15T23:10:22.051Z[ host-image] Jul 15 23:10:21.052 INFO O| Jul 15 23:10:21.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106872026-07-15T23:10:22.057Z[ host-image] Jul 15 23:10:21.052 INFO O| Jul 15 23:10:21.052 INFO completed processing sled/zfs
106882026-07-15T23:10:22.057Z[ host-image] Jul 15 23:10:21.052 INFO O| Jul 15 23:10:21.052 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106892026-07-15T23:10:23.491Z[ recovery-image] Jul 15 23:10:22.492 INFO creating reset image...
106902026-07-15T23:10:23.491Z[ recovery-image] Jul 15 23:10:22.492 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")
106912026-07-15T23:10:23.710Z[ recovery-image] Jul 15 23:10:22.709 INFO E| Updating crates.io index
106922026-07-15T23:10:23.801Z[ recovery-image] Jul 15 23:10:22.800 INFO E| Downloading crates ...
106932026-07-15T23:10:23.842Z[ recovery-image] Jul 15 23:10:22.843 INFO E| Downloaded os_pipe v1.2.3
106942026-07-15T23:10:23.845Z[ recovery-image] Jul 15 23:10:22.844 INFO E| Downloaded sigchld v0.2.4
106952026-07-15T23:10:23.845Z[ recovery-image] Jul 15 23:10:22.846 INFO E| Downloaded shared_thread v0.2.0
106962026-07-15T23:10:23.849Z[ recovery-image] Jul 15 23:10:22.850 INFO E| Downloaded shared_child v1.1.1
106972026-07-15T23:10:23.852Z[ recovery-image] Jul 15 23:10:22.850 INFO E| Downloaded colorchoice v1.0.5
106982026-07-15T23:10:23.852Z[ recovery-image] Jul 15 23:10:22.853 INFO E| Downloaded duct v1.1.1
106992026-07-15T23:10:23.857Z[ recovery-image] Jul 15 23:10:22.854 INFO E| Downloaded clap_lex v1.1.0
107002026-07-15T23:10:23.885Z[ recovery-image] Jul 15 23:10:22.886 INFO E| Compiling libc v0.2.186
107012026-07-15T23:10:23.889Z[ recovery-image] Jul 15 23:10:22.886 INFO E| Compiling proc-macro2 v1.0.106
107022026-07-15T23:10:23.889Z[ recovery-image] Jul 15 23:10:22.886 INFO E| Compiling quote v1.0.45
107032026-07-15T23:10:23.889Z[ recovery-image] Jul 15 23:10:22.886 INFO E| Compiling signal-hook v0.3.18
107042026-07-15T23:10:23.889Z[ recovery-image] Jul 15 23:10:22.886 INFO E| Compiling unicode-ident v1.0.24
107052026-07-15T23:10:23.889Z[ recovery-image] Jul 15 23:10:22.886 INFO E| Compiling utf8parse v0.2.2
107062026-07-15T23:10:23.895Z[ recovery-image] Jul 15 23:10:22.897 INFO E| Compiling anstyle-query v1.1.5
107072026-07-15T23:10:23.899Z[ recovery-image] Jul 15 23:10:22.897 INFO E| Compiling anstyle v1.0.14
107082026-07-15T23:10:23.899Z[ recovery-image] Jul 15 23:10:22.897 INFO E| Compiling is_terminal_polyfill v1.70.2
107092026-07-15T23:10:23.899Z[ recovery-image] Jul 15 23:10:22.897 INFO E| Compiling colorchoice v1.0.5
107102026-07-15T23:10:23.899Z[ recovery-image] Jul 15 23:10:22.897 INFO E| Compiling heck v0.5.0
107112026-07-15T23:10:23.899Z[ recovery-image] Jul 15 23:10:22.898 INFO E| Compiling clap_lex v1.1.0
107122026-07-15T23:10:23.899Z[ recovery-image] Jul 15 23:10:22.898 INFO E| Compiling strsim v0.11.1
107132026-07-15T23:10:23.899Z[ recovery-image] Jul 15 23:10:22.898 INFO E| Compiling shared_thread v0.2.0
107142026-07-15T23:10:24.009Z[ recovery-image] Jul 15 23:10:23.009 INFO E| Compiling anstyle-parse v1.0.0
107152026-07-15T23:10:24.159Z[ recovery-image] Jul 15 23:10:23.161 INFO E| Compiling anstream v1.0.0
107162026-07-15T23:10:24.352Z[ recovery-image] Jul 15 23:10:23.353 INFO E| Compiling clap_builder v4.6.0
107172026-07-15T23:10:24.618Z[ recovery-image] Jul 15 23:10:23.619 INFO E| Compiling errno v0.3.14
107182026-07-15T23:10:24.618Z[ recovery-image] Jul 15 23:10:23.619 INFO E| Compiling os_pipe v1.2.3
107192026-07-15T23:10:24.711Z[ recovery-image] Jul 15 23:10:23.712 INFO E| Compiling signal-hook-registry v1.4.8
107202026-07-15T23:10:24.904Z[ recovery-image] Jul 15 23:10:23.905 INFO E| Compiling syn v2.0.117
107212026-07-15T23:10:24.975Z[ recovery-image] Jul 15 23:10:23.976 INFO E| Compiling sigchld v0.2.4
107222026-07-15T23:10:25.065Z[ recovery-image] Jul 15 23:10:24.066 INFO E| Compiling shared_child v1.1.1
107232026-07-15T23:10:25.173Z[ recovery-image] Jul 15 23:10:24.174 INFO E| Compiling duct v1.1.1
107242026-07-15T23:10:26.830Z[ recovery-image] Jul 15 23:10:25.831 INFO E| Compiling clap_derive v4.6.1
107252026-07-15T23:10:27.998Z[ recovery-image] Jul 15 23:10:26.999 INFO E| Compiling clap v4.6.1
107262026-07-15T23:10:28.054Z[ recovery-image] Jul 15 23:10:27.055 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107272026-07-15T23:10:28.830Z[ recovery-image] Jul 15 23:10:27.831 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
107282026-07-15T23:10:28.836Z[ recovery-image] Jul 15 23:10:27.837 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107292026-07-15T23:10:29.039Z[ recovery-image] Jul 15 23:10:28.040 INFO E| Downloading crates ...
107302026-07-15T23:10:29.094Z[ recovery-image] Jul 15 23:10:28.095 INFO E| Downloaded bitstruct_derive v0.1.0
107312026-07-15T23:10:29.109Z[ recovery-image] Jul 15 23:10:28.110 INFO E| Downloaded raw-cpuid v10.7.0
107322026-07-15T23:10:29.114Z[ recovery-image] Jul 15 23:10:28.115 INFO E| Downloaded bitflags v2.13.0
107332026-07-15T23:10:29.117Z[ recovery-image] Jul 15 23:10:28.117 INFO E| Downloaded cpio_reader v0.1.2
107342026-07-15T23:10:29.144Z[ recovery-image] Jul 15 23:10:28.146 INFO E| Downloaded bitstruct v0.1.1
107352026-07-15T23:10:29.197Z[ recovery-image] Jul 15 23:10:28.198 INFO E| Downloaded bit_field v0.10.3
107362026-07-15T23:10:29.200Z[ recovery-image] Jul 15 23:10:28.199 INFO E| Downloaded log v0.4.32
107372026-07-15T23:10:29.200Z[ recovery-image] Jul 15 23:10:28.200 INFO E| Downloaded goblin v0.10.7
107382026-07-15T23:10:29.203Z[ recovery-image] Jul 15 23:10:28.204 INFO E| Downloaded miniz_oxide v0.9.1
107392026-07-15T23:10:29.285Z[ recovery-image] Jul 15 23:10:28.286 INFO E| Downloaded x86 v0.52.0
107402026-07-15T23:10:29.317Z[ recovery-image] Jul 15 23:10:28.318 INFO E| Updating crates.io index
107412026-07-15T23:10:29.362Z[ recovery-image] Jul 15 23:10:28.364 INFO E| Downloading crates ...
107422026-07-15T23:10:29.384Z[ recovery-image] Jul 15 23:10:28.386 INFO E| Downloaded hashbrown v0.17.1
107432026-07-15T23:10:29.388Z[ recovery-image] Jul 15 23:10:28.389 INFO E| Downloaded rustc-literal-escaper v0.0.7
107442026-07-15T23:10:29.460Z[ recovery-image] Jul 15 23:10:28.428 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)
107452026-07-15T23:10:29.460Z[ recovery-image] Jul 15 23:10:28.428 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)
107462026-07-15T23:10:29.460Z[ recovery-image] Jul 15 23:10:28.428 INFO E| Compiling proc-macro2 v1.0.106
107472026-07-15T23:10:29.460Z[ recovery-image] Jul 15 23:10:28.428 INFO E| Compiling unicode-ident v1.0.24
107482026-07-15T23:10:29.460Z[ recovery-image] Jul 15 23:10:28.428 INFO E| Compiling quote v1.0.45
107492026-07-15T23:10:29.460Z[ recovery-image] Jul 15 23:10:28.428 INFO E| Compiling syn v1.0.109
107502026-07-15T23:10:29.460Z[ recovery-image] Jul 15 23:10:28.428 INFO E| Compiling x86 v0.52.0
107512026-07-15T23:10:29.460Z[ recovery-image] Jul 15 23:10:28.428 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107522026-07-15T23:10:29.460Z[ recovery-image] Jul 15 23:10:28.428 INFO E| Compiling seq-macro v0.3.6
107532026-07-15T23:10:30.363Z[ recovery-image] Jul 15 23:10:29.364 INFO E| Compiling syn v2.0.117
107542026-07-15T23:10:31.652Z[ recovery-image] Jul 15 23:10:30.653 INFO E| Compiling scroll_derive v0.13.1
107552026-07-15T23:10:32.713Z[ recovery-image] Jul 15 23:10:31.713 INFO E| Compiling bitstruct_derive v0.1.0
107562026-07-15T23:10:37.302Z[ host-image] Jul 15 23:10:36.303 INFO O| Jul 15 23:10:36.302 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107572026-07-15T23:10:37.382Z[ host-image] Jul 15 23:10:36.383 INFO BUILD STRING "heads/stlouis-0-g9bf8f01f24e\n"
107582026-07-15T23:10:37.382Z[ host-image] Jul 15 23:10:36.383 INFO expanded image name: "ci c6314e6/${os_short_commit} 2026-07-15 22:55" -> "ci c6314e6/9bf8f01 2026-07-15 22:55"
107592026-07-15T23:10:37.385Z[ host-image] Jul 15 23:10:36.383 INFO output artefacts stored in: "/work/os-host"
107602026-07-15T23:10:37.385Z[ host-image] Jul 15 23:10:36.383 INFO collecting git info from project "chelsio-t6-roms"...
107612026-07-15T23:10:37.389Z[ host-image] Jul 15 23:10:36.389 INFO collecting git info from project "dmar-report"...
107622026-07-15T23:10:37.392Z[ host-image] Jul 15 23:10:36.393 INFO collecting git info from project "phbl"...
107632026-07-15T23:10:37.395Z[ host-image] Jul 15 23:10:36.397 INFO collecting git info from project "pilot"...
107642026-07-15T23:10:37.400Z[ host-image] Jul 15 23:10:36.401 INFO collecting git info from project "pinprick"...
107652026-07-15T23:10:37.404Z[ host-image] Jul 15 23:10:36.405 INFO collecting git info from project "bootserver"...
107662026-07-15T23:10:37.408Z[ host-image] Jul 15 23:10:36.409 INFO collecting git info from project "amd-firmware"...
107672026-07-15T23:10:37.418Z[ host-image] Jul 15 23:10:36.420 INFO collecting git info from project "amd-host-image-builder"...
107682026-07-15T23:10:37.428Z[ host-image] Jul 15 23:10:36.424 INFO collecting git info from project "image-builder"...
107692026-07-15T23:10:37.434Z[ host-image] Jul 15 23:10:36.428 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107702026-07-15T23:10:37.739Z[ host-image] Jul 15 23:10:36.740 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107712026-07-15T23:10:38.035Z[ host-image] Jul 15 23:10:37.035 INFO creating Oxide boot image...
107722026-07-15T23:10:38.035Z[ host-image] Jul 15 23:10:37.035 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci c6314e6/9bf8f01 2026-07-15 22:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107732026-07-15T23:10:38.732Z[ host-image] Jul 15 23:10:37.732 INFO O| ok, image written!
107742026-07-15T23:10:38.732Z[ host-image] Jul 15 23:10:37.732 INFO O| ok, boot_image_csum file written!
107752026-07-15T23:10:38.736Z[ host-image] Jul 15 23:10:37.734 INFO creating boot archive (CPIO)...
107762026-07-15T23:10:38.736Z[ host-image] Jul 15 23:10:37.734 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
107772026-07-15T23:10:38.746Z[ host-image] Jul 15 23:10:37.738 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107782026-07-15T23:10:38.746Z[ host-image] Jul 15 23:10:37.738 INFO E| + outfile=/work/os-host/cpio
107792026-07-15T23:10:38.746Z[ host-image] Jul 15 23:10:37.738 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107802026-07-15T23:10:38.746Z[ host-image] Jul 15 23:10:37.740 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107812026-07-15T23:10:38.746Z[ host-image] Jul 15 23:10:37.740 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107822026-07-15T23:10:38.765Z[ host-image] Jul 15 23:10:37.767 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107832026-07-15T23:10:38.769Z[ host-image] Jul 15 23:10:37.767 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107842026-07-15T23:10:38.772Z[ host-image] Jul 15 23:10:37.773 INFO creating compressed cpio/unix for dev loaders...
107852026-07-15T23:10:38.772Z[ host-image] Jul 15 23:10:37.773 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
107862026-07-15T23:10:39.003Z[ host-image] Jul 15 23:10:38.004 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107872026-07-15T23:10:42.064Z[ recovery-image] Jul 15 23:10:41.065 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)
107882026-07-15T23:10:42.466Z[ host-image] Jul 15 23:10:41.467 INFO creating reset image...
107892026-07-15T23:10:42.466Z[ host-image] Jul 15 23:10:41.467 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")
107902026-07-15T23:10:42.538Z[ host-image] Jul 15 23:10:41.539 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
107912026-07-15T23:10:42.541Z[ host-image] Jul 15 23:10:41.540 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107922026-07-15T23:10:42.816Z[ host-image] Jul 15 23:10:41.817 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)
107932026-07-15T23:10:42.816Z[ host-image] Jul 15 23:10:41.817 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)
107942026-07-15T23:10:42.820Z[ host-image] Jul 15 23:10:41.817 INFO E| Compiling proc-macro2 v1.0.106
107952026-07-15T23:10:42.820Z[ host-image] Jul 15 23:10:41.817 INFO E| Compiling unicode-ident v1.0.24
107962026-07-15T23:10:42.820Z[ host-image] Jul 15 23:10:41.817 INFO E| Compiling quote v1.0.45
107972026-07-15T23:10:42.820Z[ host-image] Jul 15 23:10:41.817 INFO E| Compiling syn v1.0.109
107982026-07-15T23:10:42.820Z[ host-image] Jul 15 23:10:41.817 INFO E| Compiling x86 v0.52.0
107992026-07-15T23:10:42.820Z[ host-image] Jul 15 23:10:41.817 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108002026-07-15T23:10:42.820Z[ host-image] Jul 15 23:10:41.817 INFO E| Compiling seq-macro v0.3.6
108012026-07-15T23:10:43.771Z[ host-image] Jul 15 23:10:42.772 INFO E| Compiling syn v2.0.117
108022026-07-15T23:10:44.312Z[ recovery-image] Jul 15 23:10:43.313 INFO E| Compiling bitflags v1.3.2
108032026-07-15T23:10:44.312Z[ recovery-image] Jul 15 23:10:43.313 INFO E| Compiling scroll v0.13.0
108042026-07-15T23:10:44.315Z[ recovery-image] Jul 15 23:10:43.313 INFO E| Compiling plain v0.2.3
108052026-07-15T23:10:44.315Z[ recovery-image] Jul 15 23:10:43.313 INFO E| Compiling bitflags v2.13.0
108062026-07-15T23:10:44.315Z[ recovery-image] Jul 15 23:10:43.313 INFO E| Compiling bit_field v0.10.3
108072026-07-15T23:10:44.315Z[ recovery-image] Jul 15 23:10:43.313 INFO E| Compiling log v0.4.32
108082026-07-15T23:10:44.315Z[ recovery-image] Jul 15 23:10:43.313 INFO E| Compiling adler2 v2.0.1
108092026-07-15T23:10:44.315Z[ recovery-image] Jul 15 23:10:43.313 INFO E| Compiling static_assertions v1.1.0
108102026-07-15T23:10:44.315Z[ recovery-image] Jul 15 23:10:43.314 INFO E| Compiling bitstruct v0.1.1
108112026-07-15T23:10:44.364Z[ recovery-image] Jul 15 23:10:43.365 INFO E| Compiling raw-cpuid v10.7.0
108122026-07-15T23:10:44.414Z[ recovery-image] Jul 15 23:10:43.415 INFO E| Compiling miniz_oxide v0.9.1
108132026-07-15T23:10:44.554Z[ recovery-image] Jul 15 23:10:43.479 INFO E| Compiling cpio_reader v0.1.2
108142026-07-15T23:10:44.561Z[ recovery-image] Jul 15 23:10:43.551 INFO E| Compiling goblin v0.10.7
108152026-07-15T23:10:45.202Z[ host-image] Jul 15 23:10:44.204 INFO E| Compiling scroll_derive v0.13.1
108162026-07-15T23:10:46.269Z[ host-image] Jul 15 23:10:45.270 INFO E| Compiling bitstruct_derive v0.1.0
108172026-07-15T23:10:47.562Z[ recovery-image] Jul 15 23:10:46.563 INFO E| Finished `release` profile [optimized] target(s) in 18.71s
108182026-07-15T23:10:47.582Z[ recovery-image] Jul 15 23:10:46.583 INFO building ROM for cosmo
108192026-07-15T23:10:47.582Z[ recovery-image] Jul 15 23:10:46.584 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")
108202026-07-15T23:10:47.661Z[ recovery-image] Jul 15 23:10:46.662 INFO E| Downloading crates ...
108212026-07-15T23:10:47.722Z[ recovery-image] Jul 15 23:10:46.722 INFO E| Downloaded anstyle v1.0.10
108222026-07-15T23:10:47.727Z[ recovery-image] Jul 15 23:10:46.728 INFO E| Downloaded os_pipe v1.2.1
108232026-07-15T23:10:47.730Z[ recovery-image] Jul 15 23:10:46.729 INFO E| Downloaded serde_spanned v0.6.8
108242026-07-15T23:10:47.733Z[ recovery-image] Jul 15 23:10:46.732 INFO E| Downloaded anstyle-query v1.1.2
108252026-07-15T23:10:47.733Z[ recovery-image] Jul 15 23:10:46.733 INFO E| Downloaded is_terminal_polyfill v1.70.1
108262026-07-15T23:10:47.737Z[ recovery-image] Jul 15 23:10:46.735 INFO E| Downloaded shared_child v1.0.1
108272026-07-15T23:10:47.737Z[ recovery-image] Jul 15 23:10:46.736 INFO E| Downloaded clap_lex v0.7.4
108282026-07-15T23:10:47.737Z[ recovery-image] Jul 15 23:10:46.737 INFO E| Downloaded duct v0.13.7
108292026-07-15T23:10:47.737Z[ recovery-image] Jul 15 23:10:46.738 INFO E| Downloaded toml v0.8.22
108302026-07-15T23:10:47.756Z[ recovery-image] Jul 15 23:10:46.757 INFO E| Downloaded toml_write v0.1.1
108312026-07-15T23:10:47.761Z[ recovery-image] Jul 15 23:10:46.759 INFO E| Downloaded anstyle-parse v0.2.6
108322026-07-15T23:10:47.761Z[ recovery-image] Jul 15 23:10:46.760 INFO E| Downloaded anstream v0.6.18
108332026-07-15T23:10:47.761Z[ recovery-image] Jul 15 23:10:46.761 INFO E| Downloaded toml_datetime v0.6.9
108342026-07-15T23:10:47.761Z[ recovery-image] Jul 15 23:10:46.762 INFO E| Downloaded colorchoice v1.0.3
108352026-07-15T23:10:47.761Z[ recovery-image] Jul 15 23:10:46.762 INFO E| Downloaded clap_derive v4.5.32
108362026-07-15T23:10:47.766Z[ recovery-image] Jul 15 23:10:46.768 INFO E| Downloaded clap v4.5.37
108372026-07-15T23:10:47.773Z[ recovery-image] Jul 15 23:10:46.775 INFO E| Downloaded cc v1.2.20
108382026-07-15T23:10:47.780Z[ recovery-image] Jul 15 23:10:46.782 INFO E| Downloaded toml_edit v0.22.26
108392026-07-15T23:10:47.800Z[ recovery-image] Jul 15 23:10:46.801 INFO E| Downloaded winnow v0.7.7
108402026-07-15T23:10:47.805Z[ recovery-image] Jul 15 23:10:46.807 INFO E| Downloaded clap_builder v4.5.37
108412026-07-15T23:10:47.819Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling libc v0.2.172
108422026-07-15T23:10:47.824Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling utf8parse v0.2.2
108432026-07-15T23:10:47.824Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling is_terminal_polyfill v1.70.1
108442026-07-15T23:10:47.824Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling shlex v1.3.0
108452026-07-15T23:10:47.824Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling once_cell v1.21.3
108462026-07-15T23:10:47.824Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling anstyle v1.0.10
108472026-07-15T23:10:47.824Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling hashbrown v0.15.2
108482026-07-15T23:10:47.824Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling colorchoice v1.0.3
108492026-07-15T23:10:47.824Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling anstyle-query v1.1.2
108502026-07-15T23:10:47.824Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling equivalent v1.0.2
108512026-07-15T23:10:47.824Z[ recovery-image] Jul 15 23:10:46.820 INFO E| Compiling winnow v0.7.7
108522026-07-15T23:10:47.837Z[ recovery-image] Jul 15 23:10:46.838 INFO E| Compiling anyhow v1.0.98
108532026-07-15T23:10:47.849Z[ recovery-image] Jul 15 23:10:46.851 INFO E| Compiling strsim v0.11.1
108542026-07-15T23:10:47.853Z[ recovery-image] Jul 15 23:10:46.851 INFO E| Compiling toml_write v0.1.1
108552026-07-15T23:10:47.853Z[ recovery-image] Jul 15 23:10:46.854 INFO E| Compiling clap_lex v0.7.4
108562026-07-15T23:10:47.856Z[ recovery-image] Jul 15 23:10:46.857 INFO E| Compiling syn v2.0.101
108572026-07-15T23:10:47.967Z[ recovery-image] Jul 15 23:10:46.968 INFO E| Compiling anstyle-parse v0.2.6
108582026-07-15T23:10:48.031Z[ recovery-image] Jul 15 23:10:47.032 INFO E| Compiling cc v1.2.20
108592026-07-15T23:10:48.148Z[ recovery-image] Jul 15 23:10:47.150 INFO E| Compiling anstream v0.6.18
108602026-07-15T23:10:48.387Z[ recovery-image] Jul 15 23:10:47.349 INFO E| Compiling indexmap v2.9.0
108612026-07-15T23:10:48.399Z[ recovery-image] Jul 15 23:10:47.362 INFO E| Compiling clap_builder v4.5.37
108622026-07-15T23:10:48.542Z[ recovery-image] Jul 15 23:10:47.544 INFO E| Compiling os_pipe v1.2.1
108632026-07-15T23:10:48.542Z[ recovery-image] Jul 15 23:10:47.544 INFO E| Compiling shared_child v1.0.1
108642026-07-15T23:10:48.669Z[ recovery-image] Jul 15 23:10:47.671 INFO E| Compiling duct v0.13.7
108652026-07-15T23:10:49.140Z[ recovery-image] Jul 15 23:10:48.142 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108662026-07-15T23:10:49.986Z[ recovery-image] Jul 15 23:10:48.988 INFO E| Compiling serde_derive v1.0.219
108672026-07-15T23:10:49.986Z[ recovery-image] Jul 15 23:10:48.988 INFO E| Compiling clap_derive v4.5.32
108682026-07-15T23:10:51.284Z[ recovery-image] Jul 15 23:10:50.285 INFO E| Compiling clap v4.5.37
108692026-07-15T23:10:51.922Z[ recovery-image] Jul 15 23:10:50.923 INFO E| Compiling serde v1.0.219
108702026-07-15T23:10:53.688Z[ recovery-image] Jul 15 23:10:52.688 INFO E| Compiling serde_spanned v0.6.8
108712026-07-15T23:10:53.689Z[ recovery-image] Jul 15 23:10:52.688 INFO E| Compiling toml_datetime v0.6.9
108722026-07-15T23:10:53.837Z[ recovery-image] Jul 15 23:10:52.838 INFO E| Compiling toml_edit v0.22.26
108732026-07-15T23:10:55.155Z[ recovery-image] Jul 15 23:10:54.156 INFO E| Compiling toml v0.8.22
108742026-07-15T23:10:55.973Z[ host-image] Jul 15 23:10:54.974 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)
108752026-07-15T23:10:57.328Z[ recovery-image] Jul 15 23:10:56.324 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.70s
108762026-07-15T23:10:57.335Z[ recovery-image] Jul 15 23:10:56.336 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`
108772026-07-15T23:10:57.350Z[ recovery-image] Jul 15 23:10:56.351 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108782026-07-15T23:10:57.426Z[ recovery-image] Jul 15 23:10:56.427 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108792026-07-15T23:10:57.434Z[ recovery-image] Jul 15 23:10:56.431 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`
108802026-07-15T23:10:57.648Z[ recovery-image] Jul 15 23:10:56.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108812026-07-15T23:10:57.649Z[ recovery-image] Jul 15 23:10:56.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108822026-07-15T23:10:57.649Z[ recovery-image] Jul 15 23:10:56.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108832026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108842026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108852026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108862026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108872026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108882026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108892026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108902026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108912026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108922026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108932026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108942026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108952026-07-15T23:10:57.655Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108962026-07-15T23:10:57.656Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108972026-07-15T23:10:57.656Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108982026-07-15T23:10:57.656Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108992026-07-15T23:10:57.656Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109002026-07-15T23:10:57.656Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109012026-07-15T23:10:57.656Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109022026-07-15T23:10:57.656Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109032026-07-15T23:10:57.656Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109042026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109052026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109062026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109072026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109082026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109092026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109102026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109112026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109122026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109132026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109142026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109152026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109162026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109172026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109182026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109192026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109202026-07-15T23:10:57.657Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109212026-07-15T23:10:57.658Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109222026-07-15T23:10:57.658Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109232026-07-15T23:10:57.658Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109242026-07-15T23:10:57.658Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109252026-07-15T23:10:57.658Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109262026-07-15T23:10:57.658Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109272026-07-15T23:10:57.658Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109282026-07-15T23:10:57.658Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109292026-07-15T23:10:57.658Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109302026-07-15T23:10:57.658Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109312026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109322026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109332026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.651 INFO O| Info: ABL version: 0x100af010
109342026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.651 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109352026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.651 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109362026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109372026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109382026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109392026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109402026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109412026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109422026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109432026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109442026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109452026-07-15T23:10:57.659Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109462026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109472026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109482026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109492026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109502026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109512026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109522026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109532026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109542026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109552026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109562026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109572026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109582026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109592026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109602026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109612026-07-15T23:10:57.660Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109622026-07-15T23:10:57.665Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109632026-07-15T23:10:57.665Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109642026-07-15T23:10:57.665Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109652026-07-15T23:10:57.665Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109662026-07-15T23:10:57.665Z[ recovery-image] Jul 15 23:10:56.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109672026-07-15T23:10:57.686Z[ recovery-image] Jul 15 23:10:56.687 INFO building ROM for gimlet
109682026-07-15T23:10:57.690Z[ recovery-image] Jul 15 23:10:56.687 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")
109692026-07-15T23:10:57.780Z[ recovery-image] Jul 15 23:10:56.781 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109702026-07-15T23:10:57.784Z[ recovery-image] Jul 15 23:10:56.784 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`
109712026-07-15T23:10:57.796Z[ recovery-image] Jul 15 23:10:56.797 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109722026-07-15T23:10:57.877Z[ recovery-image] Jul 15 23:10:56.867 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109732026-07-15T23:10:57.880Z[ recovery-image] Jul 15 23:10:56.870 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`
109742026-07-15T23:10:58.004Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109752026-07-15T23:10:58.004Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109762026-07-15T23:10:58.004Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109772026-07-15T23:10:58.015Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109782026-07-15T23:10:58.015Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109792026-07-15T23:10:58.017Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109802026-07-15T23:10:58.017Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109812026-07-15T23:10:58.017Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109822026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109832026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109842026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109852026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109862026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.998 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109872026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109882026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109892026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO O| Info: ABL version: 0x100f5010
109902026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109912026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109922026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109932026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109942026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109952026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109962026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109972026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109982026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109992026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110002026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110012026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110022026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110032026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110042026-07-15T23:10:58.018Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110052026-07-15T23:10:58.019Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110062026-07-15T23:10:58.019Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110072026-07-15T23:10:58.019Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110082026-07-15T23:10:58.019Z[ recovery-image] Jul 15 23:10:56.999 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110092026-07-15T23:10:58.034Z[ recovery-image] Jul 15 23:10:57.035 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110102026-07-15T23:10:58.035Z[ recovery-image] Jul 15 23:10:57.035 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110112026-07-15T23:10:58.035Z[ recovery-image] Jul 15 23:10:57.035 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110122026-07-15T23:10:58.183Z[ host-image] Jul 15 23:10:57.183 INFO E| Compiling bitflags v1.3.2
110132026-07-15T23:10:58.183Z[ host-image] Jul 15 23:10:57.183 INFO E| Compiling log v0.4.32
110142026-07-15T23:10:58.183Z[ host-image] Jul 15 23:10:57.183 INFO E| Compiling bit_field v0.10.3
110152026-07-15T23:10:58.183Z[ host-image] Jul 15 23:10:57.183 INFO E| Compiling plain v0.2.3
110162026-07-15T23:10:58.186Z[ host-image] Jul 15 23:10:57.183 INFO E| Compiling scroll v0.13.0
110172026-07-15T23:10:58.187Z[ host-image] Jul 15 23:10:57.183 INFO E| Compiling adler2 v2.0.1
110182026-07-15T23:10:58.187Z[ host-image] Jul 15 23:10:57.184 INFO E| Compiling bitflags v2.13.0
110192026-07-15T23:10:58.187Z[ host-image] Jul 15 23:10:57.184 INFO E| Compiling bitstruct v0.1.1
110202026-07-15T23:10:58.187Z[ host-image] Jul 15 23:10:57.184 INFO E| Compiling static_assertions v1.1.0
110212026-07-15T23:10:58.236Z[ host-image] Jul 15 23:10:57.237 INFO E| Compiling raw-cpuid v10.7.0
110222026-07-15T23:10:58.283Z[ host-image] Jul 15 23:10:57.284 INFO E| Compiling miniz_oxide v0.9.1
110232026-07-15T23:10:58.340Z[ host-image] Jul 15 23:10:57.341 INFO E| Compiling cpio_reader v0.1.2
110242026-07-15T23:10:58.401Z[ host-image] Jul 15 23:10:57.401 INFO E| Compiling goblin v0.10.7
110252026-07-15T23:10:59.426Z[ recovery-image] Jul 15 23:10:58.407 INFO image complete! materials are in "/work/os-recovery"
110262026-07-15T23:10:59.430Z[ recovery-image]
110272026-07-15T23:10:59.430Z[ recovery-image] real 4:06.964985399
110282026-07-15T23:10:59.430Z[ recovery-image] user 2:31.548215984
110292026-07-15T23:10:59.430Z[ recovery-image] sys 34.865324121
110302026-07-15T23:10:59.430Z[ recovery-image] trap 0.077737614
110312026-07-15T23:10:59.430Z[ recovery-image] tflt 0.603322722
110322026-07-15T23:10:59.430Z[ recovery-image] dflt 0.836546571
110332026-07-15T23:10:59.430Z[ recovery-image] kflt 0.000101130
110342026-07-15T23:10:59.430Z[ recovery-image] lock 10:10.992812915
110352026-07-15T23:10:59.430Z[ recovery-image] slp 23:51.226782867
110362026-07-15T23:10:59.431Z[ recovery-image] lat 28.321900372
110372026-07-15T23:10:59.431Z[ recovery-image] stop 6.641183268
110382026-07-15T23:10:59.431ZJul 15 23:10:58.411 INFO [recovery-image] process exited with exit status: 0 (246.970537231s)
110392026-07-15T23:11:01.287Z[ host-image] Jul 15 23:11:00.287 INFO E| Finished `release` profile [optimized] target(s) in 18.73s
110402026-07-15T23:11:01.301Z[ host-image] Jul 15 23:11:00.302 INFO building ROM for gimlet
110412026-07-15T23:11:01.301Z[ host-image] Jul 15 23:11:00.302 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")
110422026-07-15T23:11:01.384Z[ host-image] Jul 15 23:11:00.385 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110432026-07-15T23:11:01.388Z[ host-image] Jul 15 23:11:00.387 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`
110442026-07-15T23:11:01.397Z[ host-image] Jul 15 23:11:00.398 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110452026-07-15T23:11:01.461Z[ host-image] Jul 15 23:11:00.462 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110462026-07-15T23:11:01.464Z[ host-image] Jul 15 23:11:00.465 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`
110472026-07-15T23:11:01.575Z[ host-image] Jul 15 23:11:00.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110482026-07-15T23:11:01.575Z[ host-image] Jul 15 23:11:00.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110492026-07-15T23:11:01.580Z[ host-image] Jul 15 23:11:00.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110502026-07-15T23:11:01.580Z[ host-image] Jul 15 23:11:00.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110512026-07-15T23:11:01.580Z[ host-image] Jul 15 23:11:00.576 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110522026-07-15T23:11:01.580Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110532026-07-15T23:11:01.580Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110542026-07-15T23:11:01.580Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110552026-07-15T23:11:01.581Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110562026-07-15T23:11:01.581Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110572026-07-15T23:11:01.581Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110582026-07-15T23:11:01.581Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110592026-07-15T23:11:01.581Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110602026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110612026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110622026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO O| Info: ABL version: 0x100f5010
110632026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110642026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110652026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110662026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110672026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110682026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110692026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110702026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110712026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110722026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110732026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110742026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110752026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110762026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110772026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110782026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110792026-07-15T23:11:01.582Z[ host-image] Jul 15 23:11:00.577 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110802026-07-15T23:11:01.583Z[ host-image] Jul 15 23:11:00.578 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110812026-07-15T23:11:01.583Z[ host-image] Jul 15 23:11:00.578 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110822026-07-15T23:11:01.610Z[ host-image] Jul 15 23:11:00.610 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110832026-07-15T23:11:01.610Z[ host-image] Jul 15 23:11:00.610 INFO building ROM for cosmo
110842026-07-15T23:11:01.610Z[ host-image] Jul 15 23:11:00.610 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")
110852026-07-15T23:11:01.693Z[ host-image] Jul 15 23:11:00.694 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110862026-07-15T23:11:01.697Z[ host-image] Jul 15 23:11:00.697 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`
110872026-07-15T23:11:01.708Z[ host-image] Jul 15 23:11:00.709 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110882026-07-15T23:11:01.777Z[ host-image] Jul 15 23:11:00.777 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110892026-07-15T23:11:01.781Z[ host-image] Jul 15 23:11:00.780 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`
110902026-07-15T23:11:02.009Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110912026-07-15T23:11:02.009Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110922026-07-15T23:11:02.009Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110932026-07-15T23:11:02.015Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110942026-07-15T23:11:02.015Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110952026-07-15T23:11:02.015Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110962026-07-15T23:11:02.015Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110972026-07-15T23:11:02.015Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110982026-07-15T23:11:02.015Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110992026-07-15T23:11:02.015Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111002026-07-15T23:11:02.015Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111012026-07-15T23:11:02.016Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111022026-07-15T23:11:02.016Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111032026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111042026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111052026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111062026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111072026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111082026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111092026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111102026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111112026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111122026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111132026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111142026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111152026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111162026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111172026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111182026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111192026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111202026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111212026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111222026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111232026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111242026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111252026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111262026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111272026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111282026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111292026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111302026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111312026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111322026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111332026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111342026-07-15T23:11:02.017Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111352026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111362026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111372026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111382026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111392026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111402026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111412026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111422026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111432026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO O| Info: ABL version: 0x100af010
111442026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111452026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.990 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111462026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111472026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111482026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111492026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111502026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111512026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111522026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111532026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111542026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111552026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111562026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111572026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111582026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111592026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111602026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111612026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111622026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111632026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111642026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111652026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111662026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111672026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111682026-07-15T23:11:02.018Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111692026-07-15T23:11:02.019Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111702026-07-15T23:11:02.019Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111712026-07-15T23:11:02.019Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111722026-07-15T23:11:02.019Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111732026-07-15T23:11:02.019Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111742026-07-15T23:11:02.019Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111752026-07-15T23:11:02.019Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111762026-07-15T23:11:02.019Z[ host-image] Jul 15 23:11:00.991 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111772026-07-15T23:11:02.026Z[ host-image] Jul 15 23:11:01.021 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111782026-07-15T23:11:02.026Z[ host-image] Jul 15 23:11:01.021 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111792026-07-15T23:11:11.032Z[ host-image] Jul 15 23:11:10.033 INFO image complete! materials are in "/work/os-host"
111802026-07-15T23:11:11.036Z[ host-image]
111812026-07-15T23:11:11.036Z[ host-image] real 5:06.033877708
111822026-07-15T23:11:11.036Z[ host-image] user 2:36.883033349
111832026-07-15T23:11:11.036Z[ host-image] sys 35.312871919
111842026-07-15T23:11:11.036Z[ host-image] trap 0.087141123
111852026-07-15T23:11:11.036Z[ host-image] tflt 0.277488083
111862026-07-15T23:11:11.036Z[ host-image] dflt 0.264093820
111872026-07-15T23:11:11.036Z[ host-image] kflt 0.000320890
111882026-07-15T23:11:11.036Z[ host-image] lock 8:43.181899037
111892026-07-15T23:11:11.036Z[ host-image] slp 29:13.704866131
111902026-07-15T23:11:11.036Z[ host-image] lat 22.404887759
111912026-07-15T23:11:11.036Z[ host-image] stop 1.671284567
111922026-07-15T23:11:11.036ZJul 15 23:11:10.037 INFO [host-image] process exited with exit status: 0 (306.03899308s)
111932026-07-15T23:11:11.037ZJul 15 23:11:10.037 INFO [tuf-repo] running task
111942026-07-15T23:11:29.863ZJul 15 23:11:28.864 INFO assembling repository in `/tmp/tufaceousteYXyT`, component: OmicronRepoAssembler
111952026-07-15T23:11:35.090ZJul 15 23:11:33.894 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111962026-07-15T23:11:35.128ZJul 15 23:11:34.129 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111972026-07-15T23:11:45.227ZJul 15 23:11:44.228 INFO extracting uploaded archive to /tmp/.tmpq24wbY
111982026-07-15T23:11:47.080ZJul 15 23:11:46.081 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.sV3OUl
111992026-07-15T23:11:47.145ZJul 15 23:11:46.146 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112002026-07-15T23:11:47.234ZJul 15 23:11:46.235 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112012026-07-15T23:11:47.329ZJul 15 23:11:46.330 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112022026-07-15T23:11:47.409ZJul 15 23:11:46.410 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112032026-07-15T23:11:47.485ZJul 15 23:11:46.486 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112042026-07-15T23:11:47.576ZJul 15 23:11:46.577 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112052026-07-15T23:11:47.649ZJul 15 23:11:46.650 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112062026-07-15T23:11:47.740ZJul 15 23:11:46.741 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112072026-07-15T23:11:47.740ZJul 15 23:11:46.741 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112082026-07-15T23:11:47.790ZJul 15 23:11:46.791 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112092026-07-15T23:11:47.790ZJul 15 23:11:46.791 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112102026-07-15T23:11:47.841ZJul 15 23:11:46.842 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112112026-07-15T23:11:47.844ZJul 15 23:11:46.842 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112122026-07-15T23:11:47.893ZJul 15 23:11:46.894 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112132026-07-15T23:11:47.893ZJul 15 23:11:46.895 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112142026-07-15T23:11:47.948ZJul 15 23:11:46.949 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112152026-07-15T23:11:47.948ZJul 15 23:11:46.949 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112162026-07-15T23:11:47.998ZJul 15 23:11:46.999 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112172026-07-15T23:11:47.999ZJul 15 23:11:46.999 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112182026-07-15T23:11:48.043ZJul 15 23:11:47.045 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112192026-07-15T23:11:48.047ZJul 15 23:11:47.045 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112202026-07-15T23:11:48.047ZJul 15 23:11:47.045 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112212026-07-15T23:11:48.047ZJul 15 23:11:47.046 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112222026-07-15T23:11:48.047ZJul 15 23:11:47.047 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112232026-07-15T23:11:48.047ZJul 15 23:11:47.047 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112242026-07-15T23:11:48.047ZJul 15 23:11:47.048 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112252026-07-15T23:11:53.581ZJul 15 23:11:52.582 INFO added artifact, length: 33554432, hash: e06d13d5a21d97991f947c23c9430f54866c7cafdceaed820fef5e8bc88e8ce3, version: 22.0.0-0.ci+gitc6314e62fb7, kind: gimlet_host_phase_1, name: host
112262026-07-15T23:11:53.581ZJul 15 23:11:52.582 INFO added artifact, length: 33554432, hash: 002901b540ca0a7e1cf9e56cb293d1b8cb072a0d98022089222c3fcb158c176a, version: 22.0.0-0.ci+gitc6314e62fb7, kind: cosmo_host_phase_1, name: host
112272026-07-15T23:11:53.581ZJul 15 23:11:52.582 INFO added artifact, length: 1101008896, hash: ba2ffcb8febea69d3aa8460c5407998d49e4611a69496d8a19004118de0f1581, version: 22.0.0-0.ci+gitc6314e62fb7, kind: host_phase_2, name: host
112282026-07-15T23:11:54.555ZJul 15 23:11:53.556 INFO added artifact, length: 33554432, hash: fd5962fa5d91ba2a7caf100c966751355d766e2d01287169ecb2f19acbd039fc, version: 22.0.0-0.ci+gitc6314e62fb7, kind: gimlet_trampoline_phase_1, name: trampoline
112292026-07-15T23:11:54.555ZJul 15 23:11:53.556 INFO added artifact, length: 33554432, hash: 7558c54df397faacfbbd205ed9d8d044415b2be63a0dd44be3a3804d8d6880aa, version: 22.0.0-0.ci+gitc6314e62fb7, kind: cosmo_trampoline_phase_1, name: trampoline
112302026-07-15T23:11:54.558ZJul 15 23:11:53.556 INFO added artifact, length: 166903595, hash: 8fc4534d7206b8426a77e94b99b0bbf01087085b3f9232027e0134cf8ae37f9c, version: 22.0.0-0.ci+gitc6314e62fb7, kind: trampoline_phase_2, name: trampoline
112312026-07-15T23:11:56.330ZJul 15 23:11:55.329 INFO added artifact, length: 304344751, hash: c92c5c31cd3cb9d0664118acae9f9720a03da759bc537bd1d2c2aab157522d87, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: clickhouse_keeper
112322026-07-15T23:11:58.127ZJul 15 23:11:57.128 INFO added artifact, length: 318201901, hash: d86ff423fe32633c93b84c3004382621a8e122cade4ffc1dc52c293db9003770, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: clickhouse_server
112332026-07-15T23:11:59.895ZJul 15 23:11:58.896 INFO added artifact, length: 318204535, hash: 987014963351f77e9e8ac6c0a39a87905af74e801b27b3b462e821752fe80852, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: clickhouse
112342026-07-15T23:12:00.833ZJul 15 23:11:59.834 INFO added artifact, length: 165627755, hash: 179314ca62ae8212948d81f46836e642fb651a12c68e35fa4cdc915a0d2cd52a, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: cockroachdb
112352026-07-15T23:12:01.080ZJul 15 23:12:00.081 INFO added artifact, length: 40053385, hash: 3ed68185e7ec1099f4bea03443c3e5dd61e9b50acfb34c0815132645300c58a3, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: crucible-pantry-zone
112362026-07-15T23:12:01.436ZJul 15 23:12:00.436 INFO added artifact, length: 55101563, hash: 0c970c8a5b3432ad4f2beaee2144c5f768330b081a6cd910b2b7ebb2e79e4923, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: crucible-zone
112372026-07-15T23:12:01.674ZJul 15 23:12:00.675 INFO added artifact, length: 47921266, hash: ec27844a7f102f336af6d51995b2103fa9f28edfc950783bc64b4cb7cea66684, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: external-dns
112382026-07-15T23:12:01.954ZJul 15 23:12:00.956 INFO added artifact, length: 47920865, hash: 4410e2dd128eb27661c709fb27bcbe73b989260687411ca492347638362b820f, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: internal-dns
112392026-07-15T23:12:03.595ZJul 15 23:12:02.595 INFO added artifact, length: 280628687, hash: 3d3c77fef2a6f96d1757e4c9e8946629984d49a1a1ae4dfb5f2f70ec323d8d67, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: nexus
112402026-07-15T23:12:03.793ZJul 15 23:12:02.795 INFO added artifact, length: 30634470, hash: 90d9b7fc82147e02f0d54ed830d2f2219c256a2167179598446cd2a2608893a0, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: ntp
112412026-07-15T23:12:04.203ZJul 15 23:12:03.204 INFO added artifact, length: 62150969, hash: b7d2266f4fb008990da11d62b0a9969c0e6bcc4b863e2fc23d7e314ce7087e91, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: oximeter
112422026-07-15T23:12:04.220ZJul 15 23:12:03.221 INFO added artifact, length: 3109592, hash: 08f33becbc2595e8ccb26dabe922ed782bff87dc99bf6a1f9cc4ef98bdc7d322, version: 22.0.0-0.ci+gitc6314e62fb7, kind: zone, name: probe
112432026-07-15T23:12:04.223ZJul 15 23:12:03.222 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112442026-07-15T23:12:04.224ZJul 15 23:12:03.222 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112452026-07-15T23:12:04.224ZJul 15 23:12:03.222 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112462026-07-15T23:12:04.251ZJul 15 23:12:03.252 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112472026-07-15T23:12:04.290ZJul 15 23:12:03.291 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112482026-07-15T23:12:04.319ZJul 15 23:12:03.320 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112492026-07-15T23:12:04.369ZJul 15 23:12:03.370 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112502026-07-15T23:12:04.369ZJul 15 23:12:03.370 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112512026-07-15T23:12:04.427ZJul 15 23:12:03.428 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112522026-07-15T23:12:04.427ZJul 15 23:12:03.428 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112532026-07-15T23:12:04.476ZJul 15 23:12:03.477 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112542026-07-15T23:12:04.479ZJul 15 23:12:03.477 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112552026-07-15T23:12:04.521ZJul 15 23:12:03.522 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112562026-07-15T23:12:04.524ZJul 15 23:12:03.522 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112572026-07-15T23:12:04.524ZJul 15 23:12:03.523 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112582026-07-15T23:12:04.524ZJul 15 23:12:03.523 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112592026-07-15T23:12:04.525ZJul 15 23:12:03.524 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112602026-07-15T23:12:04.568ZJul 15 23:12:03.569 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112612026-07-15T23:12:04.657ZJul 15 23:12:03.658 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112622026-07-15T23:12:04.760ZJul 15 23:12:03.761 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112632026-07-15T23:12:04.847ZJul 15 23:12:03.848 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112642026-07-15T23:12:04.847ZJul 15 23:12:03.848 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112652026-07-15T23:12:04.901ZJul 15 23:12:03.900 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112662026-07-15T23:12:04.901ZJul 15 23:12:03.900 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112672026-07-15T23:12:04.952ZJul 15 23:12:03.953 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112682026-07-15T23:12:04.958ZJul 15 23:12:03.953 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112692026-07-15T23:12:04.998ZJul 15 23:12:03.999 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112702026-07-15T23:12:05.004ZJul 15 23:12:03.999 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112712026-07-15T23:12:05.004ZJul 15 23:12:04.000 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112722026-07-15T23:12:05.004ZJul 15 23:12:04.001 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112732026-07-15T23:12:05.004ZJul 15 23:12:04.002 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112742026-07-15T23:12:05.004ZJul 15 23:12:04.002 INFO added artifact, length: 924, hash: ba1b35f560708ca209a272af929fffd7593484a553cfb1376636acc8aab840c7, version: 22.0.0-0.ci+gitc6314e62fb7, kind: installinator_document, name: installinator_document
112752026-07-15T23:12:05.562ZJul 15 23:12:04.562 INFO extracting uploaded archive to /tmp/.tmp9PBt90
112762026-07-15T23:12:07.459ZJul 15 23:12:06.460 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.YYvEnK
112772026-07-15T23:12:07.517ZJul 15 23:12:06.518 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112782026-07-15T23:12:07.620ZJul 15 23:12:06.620 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112792026-07-15T23:12:07.716ZJul 15 23:12:06.718 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112802026-07-15T23:12:07.799ZJul 15 23:12:06.800 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112812026-07-15T23:12:07.894ZJul 15 23:12:06.895 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112822026-07-15T23:12:07.984ZJul 15 23:12:06.985 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112832026-07-15T23:12:08.070ZJul 15 23:12:07.071 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112842026-07-15T23:12:08.168ZJul 15 23:12:07.169 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112852026-07-15T23:12:08.171ZJul 15 23:12:07.169 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112862026-07-15T23:12:08.224ZJul 15 23:12:07.225 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112872026-07-15T23:12:08.224ZJul 15 23:12:07.225 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112882026-07-15T23:12:08.280ZJul 15 23:12:07.281 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112892026-07-15T23:12:08.284ZJul 15 23:12:07.281 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112902026-07-15T23:12:08.325ZJul 15 23:12:07.327 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112912026-07-15T23:12:08.326ZJul 15 23:12:07.327 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112922026-07-15T23:12:08.377ZJul 15 23:12:07.378 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112932026-07-15T23:12:08.380ZJul 15 23:12:07.378 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112942026-07-15T23:12:08.425ZJul 15 23:12:07.427 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112952026-07-15T23:12:08.425ZJul 15 23:12:07.427 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112962026-07-15T23:12:08.475ZJul 15 23:12:07.477 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112972026-07-15T23:12:08.476ZJul 15 23:12:07.477 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112982026-07-15T23:12:08.479ZJul 15 23:12:07.477 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112992026-07-15T23:12:08.479ZJul 15 23:12:07.478 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
113002026-07-15T23:12:08.479ZJul 15 23:12:07.479 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
113012026-07-15T23:12:08.480ZJul 15 23:12:07.480 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113022026-07-15T23:12:08.480ZJul 15 23:12:07.480 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113032026-07-15T23:12:13.957ZJul 15 23:12:12.959 INFO added artifact, length: 33554432, hash: e06d13d5a21d97991f947c23c9430f54866c7cafdceaed820fef5e8bc88e8ce3, version: 22.0.0-0.ci+gitc6314e62fb7, kind: gimlet_host_phase_1, name: host
113042026-07-15T23:12:13.957ZJul 15 23:12:12.959 INFO added artifact, length: 33554432, hash: 002901b540ca0a7e1cf9e56cb293d1b8cb072a0d98022089222c3fcb158c176a, version: 22.0.0-0.ci+gitc6314e62fb7, kind: cosmo_host_phase_1, name: host
113052026-07-15T23:12:13.961ZJul 15 23:12:12.959 INFO added artifact, length: 1101008896, hash: ba2ffcb8febea69d3aa8460c5407998d49e4611a69496d8a19004118de0f1581, version: 22.0.0-0.ci+gitc6314e62fb7, kind: host_phase_2, name: host
113062026-07-15T23:12:14.947ZJul 15 23:12:13.948 INFO added artifact, length: 33554432, hash: fd5962fa5d91ba2a7caf100c966751355d766e2d01287169ecb2f19acbd039fc, version: 22.0.0-0.ci+gitc6314e62fb7, kind: gimlet_trampoline_phase_1, name: trampoline
113072026-07-15T23:12:14.947ZJul 15 23:12:13.948 INFO added artifact, length: 33554432, hash: 7558c54df397faacfbbd205ed9d8d044415b2be63a0dd44be3a3804d8d6880aa, version: 22.0.0-0.ci+gitc6314e62fb7, kind: cosmo_trampoline_phase_1, name: trampoline
113082026-07-15T23:12:14.947ZJul 15 23:12:13.948 INFO added artifact, length: 166903595, hash: 8fc4534d7206b8426a77e94b99b0bbf01087085b3f9232027e0134cf8ae37f9c, version: 22.0.0-0.ci+gitc6314e62fb7, kind: trampoline_phase_2, name: trampoline
113092026-07-15T23:12:19.916ZJul 15 23:12:18.917 INFO added artifact, length: 1732256140, hash: ebc1a909cbeb3a519a29317aee562995882d8c3f7c771aa807b9a33d4214959f, version: 22.0.0-0.ci+gitc6314e62fb7, kind: control_plane, name: control-plane
113102026-07-15T23:12:19.920ZJul 15 23:12:18.918 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113112026-07-15T23:12:19.920ZJul 15 23:12:18.918 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113122026-07-15T23:12:19.920ZJul 15 23:12:18.918 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113132026-07-15T23:12:19.941ZJul 15 23:12:18.942 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113142026-07-15T23:12:19.965ZJul 15 23:12:18.966 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113152026-07-15T23:12:19.989ZJul 15 23:12:18.990 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113162026-07-15T23:12:20.025ZJul 15 23:12:19.027 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113172026-07-15T23:12:20.029ZJul 15 23:12:19.027 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113182026-07-15T23:12:20.066ZJul 15 23:12:19.067 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113192026-07-15T23:12:20.070ZJul 15 23:12:19.067 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113202026-07-15T23:12:20.110ZJul 15 23:12:19.111 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113212026-07-15T23:12:20.110ZJul 15 23:12:19.111 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113222026-07-15T23:12:20.151ZJul 15 23:12:19.152 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113232026-07-15T23:12:20.151ZJul 15 23:12:19.152 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113242026-07-15T23:12:20.155ZJul 15 23:12:19.153 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113252026-07-15T23:12:20.155ZJul 15 23:12:19.153 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113262026-07-15T23:12:20.155ZJul 15 23:12:19.154 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113272026-07-15T23:12:20.196ZJul 15 23:12:19.196 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113282026-07-15T23:12:20.275ZJul 15 23:12:19.272 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113292026-07-15T23:12:20.367ZJul 15 23:12:19.368 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113302026-07-15T23:12:20.468ZJul 15 23:12:19.469 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113312026-07-15T23:12:20.472ZJul 15 23:12:19.469 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113322026-07-15T23:12:20.516ZJul 15 23:12:19.517 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113332026-07-15T23:12:20.516ZJul 15 23:12:19.517 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113342026-07-15T23:12:20.593ZJul 15 23:12:19.594 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113352026-07-15T23:12:20.593ZJul 15 23:12:19.594 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113362026-07-15T23:12:20.639ZJul 15 23:12:19.640 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113372026-07-15T23:12:20.642ZJul 15 23:12:19.640 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113382026-07-15T23:12:20.646ZJul 15 23:12:19.641 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113392026-07-15T23:12:20.646ZJul 15 23:12:19.641 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113402026-07-15T23:12:20.646ZJul 15 23:12:19.642 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113412026-07-15T23:12:20.646ZJul 15 23:12:19.642 INFO added artifact, length: 924, hash: ba1b35f560708ca209a272af929fffd7593484a553cfb1376636acc8aab840c7, version: 22.0.0-0.ci+gitc6314e62fb7, kind: installinator_document, name: installinator_document
113422026-07-15T23:12:21.192ZJul 15 23:12:20.193 INFO [tuf-repo] task succeeded (70.156578098s)
113432026-07-15T23:13:30.455Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 34s
113442026-07-15T23:13:32.225ZJul 15 23:13:31.226 INFO [verify-libraries] process exited with exit status: 0 (400.038163054s)
113452026-07-15T23:13:32.225ZJul 15 23:13:31.226 INFO all jobs completed in 1107.635364654s
113462026-07-15T23:13:33.250Zprocess exited: duration 1320210 ms, exit code 0
 
113472026-07-15T23:13:33.258Zfound 41 output files
113482026-07-15T23:13:33.258Zuploading: /work/manifest.toml (17334 bytes)
113492026-07-15T23:13:34.274Zuploaded: /work/manifest.toml
113502026-07-15T23:13:34.274Zuploading: /work/repo.zip (3044457440 bytes)
113512026-07-15T23:14:10.082Zuploaded: /work/repo.zip
113522026-07-15T23:14:10.082Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113532026-07-15T23:14:11.109Zuploaded: /work/repo.zip.sha256.txt
113542026-07-15T23:14:11.109Zuploading: /work/helios.json (647 bytes)
113552026-07-15T23:14:12.120Zuploaded: /work/helios.json
113562026-07-15T23:14:12.120Zuploading: /work/incorporation.p5m (113423 bytes)
113572026-07-15T23:14:13.134Zuploaded: /work/incorporation.p5m
113582026-07-15T23:14:13.134Zuploading: /work/incorporation.p5p (133120 bytes)
113592026-07-15T23:14:14.150Zuploaded: /work/incorporation.p5p
113602026-07-15T23:14:14.150Zuploading: /work/helios-incorp.log (522 bytes)
113612026-07-15T23:14:15.162Zuploaded: /work/helios-incorp.log
113622026-07-15T23:14:15.162Zuploading: /work/helios-setup.log (57323 bytes)
113632026-07-15T23:14:16.176Zuploaded: /work/helios-setup.log
113642026-07-15T23:14:16.176Zuploading: /work/host-image.log (234964 bytes)
113652026-07-15T23:14:17.192Zuploaded: /work/host-image.log
113662026-07-15T23:14:17.193Zuploading: /work/host-package.log (33176 bytes)
113672026-07-15T23:14:18.205Zuploaded: /work/host-package.log
113682026-07-15T23:14:18.205Zuploading: /work/host-target.log (101 bytes)
113692026-07-15T23:14:19.216Zuploaded: /work/host-target.log
113702026-07-15T23:14:19.216Zuploading: /work/incorp-create.log (0 bytes)
113712026-07-15T23:14:20.225Zuploaded: /work/incorp-create.log
113722026-07-15T23:14:20.225Zuploading: /work/incorp-fmt.log (0 bytes)
113732026-07-15T23:14:21.234Zuploaded: /work/incorp-fmt.log
113742026-07-15T23:14:21.234Zuploading: /work/incorp-pkgsend.log (108 bytes)
113752026-07-15T23:14:22.243Zuploaded: /work/incorp-pkgsend.log
113762026-07-15T23:14:22.243Zuploading: /work/incorp-publisher.log (0 bytes)
113772026-07-15T23:14:23.252Zuploaded: /work/incorp-publisher.log
113782026-07-15T23:14:23.252Zuploading: /work/omicron-package.log (8003 bytes)
113792026-07-15T23:14:24.265Zuploaded: /work/omicron-package.log
113802026-07-15T23:14:24.265Zuploading: /work/recovery-image.log (593241 bytes)
113812026-07-15T23:14:25.289Zuploaded: /work/recovery-image.log
113822026-07-15T23:14:25.289Zuploading: /work/recovery-package.log (2545 bytes)
113832026-07-15T23:14:26.314Zuploaded: /work/recovery-package.log
113842026-07-15T23:14:26.314Zuploading: /work/recovery-target.log (98 bytes)
113852026-07-15T23:14:27.331Zuploaded: /work/recovery-target.log
113862026-07-15T23:14:27.331Zuploading: /work/stamp-clickhouse.log (117 bytes)
113872026-07-15T23:14:28.821Zuploaded: /work/stamp-clickhouse.log
113882026-07-15T23:14:28.822Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113892026-07-15T23:14:29.877Zuploaded: /work/stamp-clickhouse_keeper.log
113902026-07-15T23:14:29.877Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113912026-07-15T23:14:30.902Zuploaded: /work/stamp-clickhouse_server.log
113922026-07-15T23:14:30.902Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113932026-07-15T23:14:32.502Zuploaded: /work/stamp-cockroachdb.log
113942026-07-15T23:14:32.502Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113952026-07-15T23:14:33.519Zuploaded: /work/stamp-crucible-pantry-zone.log
113962026-07-15T23:14:33.519Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113972026-07-15T23:14:34.552Zuploaded: /work/stamp-crucible-utils.log
113982026-07-15T23:14:34.552Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113992026-07-15T23:14:35.568Zuploaded: /work/stamp-crucible-zone.log
114002026-07-15T23:14:35.569Zuploading: /work/stamp-external-dns.log (119 bytes)
114012026-07-15T23:14:36.579Zuploaded: /work/stamp-external-dns.log
114022026-07-15T23:14:36.579Zuploading: /work/stamp-installinator.log (103 bytes)
114032026-07-15T23:14:37.590Zuploaded: /work/stamp-installinator.log
114042026-07-15T23:14:37.590Zuploading: /work/stamp-internal-dns.log (119 bytes)
114052026-07-15T23:14:38.600Zuploaded: /work/stamp-internal-dns.log
114062026-07-15T23:14:38.600Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114072026-07-15T23:14:39.613Zuploaded: /work/stamp-mg-ddm-gz.log
114082026-07-15T23:14:39.613Zuploading: /work/stamp-nexus.log (112 bytes)
114092026-07-15T23:14:40.623Zuploaded: /work/stamp-nexus.log
114102026-07-15T23:14:40.623Zuploading: /work/stamp-ntp.log (110 bytes)
114112026-07-15T23:14:41.635Zuploaded: /work/stamp-ntp.log
114122026-07-15T23:14:41.635Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114132026-07-15T23:14:42.647Zuploaded: /work/stamp-omicron-sled-agent.log
114142026-07-15T23:14:42.647Zuploading: /work/stamp-overlay.log (114 bytes)
114152026-07-15T23:14:43.658Zuploaded: /work/stamp-overlay.log
114162026-07-15T23:14:43.658Zuploading: /work/stamp-oximeter.log (115 bytes)
114172026-07-15T23:14:44.672Zuploaded: /work/stamp-oximeter.log
114182026-07-15T23:14:44.673Zuploading: /work/stamp-oxlog.log (109 bytes)
114192026-07-15T23:14:45.688Zuploaded: /work/stamp-oxlog.log
114202026-07-15T23:14:45.688Zuploading: /work/stamp-probe.log (112 bytes)
114212026-07-15T23:14:46.710Zuploaded: /work/stamp-probe.log
114222026-07-15T23:14:46.710Zuploading: /work/stamp-propolis-server.log (122 bytes)
114232026-07-15T23:14:47.728Zuploaded: /work/stamp-propolis-server.log
114242026-07-15T23:14:47.728Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114252026-07-15T23:14:48.803Zuploaded: /work/stamp-pumpkind-gz.log
114262026-07-15T23:14:48.803Zuploading: /work/stamp-switch-asic.log (118 bytes)
114272026-07-15T23:14:49.813Zuploaded: /work/stamp-switch-asic.log
114282026-07-15T23:14:49.813Zuploading: /work/verify-libraries.log (50843 bytes)
114292026-07-15T23:14:50.830Zuploaded: /work/verify-libraries.log