01KX93JX9QXPPE8FJ204MK63TV: 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: 01KX93K9V0NAA95EZP5Z3QJHBF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-11T17:29:49.000Zjob assigned to worker 01KX93KHWBE5983SHA4F3Z7CSF [factory aws, i-0357f3b0bce9fadca] (queued for 51 s)
 
22026-07-11T17:29:55.870Zstarting task 0: "setup"
32026-07-11T17:29:55.876Z++ uname -s
42026-07-11T17:29:55.879Z+ kern=SunOS
52026-07-11T17:29:55.879Z+ build_user=build
62026-07-11T17:29:55.879Z+ build_uid=12345
72026-07-11T17:29:55.879Z+ work_dir=/work
82026-07-11T17:29:55.879Z+ input_dir=/input
92026-07-11T17:29:55.879Z+ [[ 0 == 12345 ]]
102026-07-11T17:29:55.879Z+ case "$kern" in
112026-07-11T17:29:55.879Z+ groupadd -g 12345 build
122026-07-11T17:29:55.882Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-11T17:29:57.888Z+ zfs create -o mountpoint=/work rpool/work
142026-07-11T17:29:58.042Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-11T17:29:58.046Z+ home_fs=zfs
162026-07-11T17:29:58.046Z+ [[ zfs == autofs ]]
172026-07-11T17:29:58.046Z+ mkdir -p /home/build
182026-07-11T17:29:58.046Z+ chown build:build /home/build /work
192026-07-11T17:30:00.048Z+ chmod 0700 /home/build /work
202026-07-11T17:30:00.051Zprocess exited: duration 4180 ms, exit code 0
 
212026-07-11T17:30:00.057Zstarting task 1: "rust-toolchain"
222026-07-11T17:30:00.062Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-11T17:30:00.062Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-11T17:30:00.062Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-11T17:30:00.062Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-11T17:30:00.062Z * rust toolchain channel = "1.96.1"
272026-07-11T17:30:00.062Z * rust toolchain profile = "default"
282026-07-11T17:30:00.065Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-11T17:30:00.065Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-11T17:30:00.210Zinfo: downloading installer
312026-07-11T17:30:01.568Zwarn: It looks like you have an existing rustup settings file at:
322026-07-11T17:30:01.568Zwarn: /home/build/.rustup/settings.toml
332026-07-11T17:30:01.568Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-11T17:30:01.568Zwarn: instead of the one inferred from the default host triple.
352026-07-11T17:30:01.580Zinfo: profile set to default
362026-07-11T17:30:01.580Zinfo: default host triple is x86_64-unknown-illumos
372026-07-11T17:30:01.583Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-11T17:30:01.713Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-11T17:30:01.716Zinfo: downloading 6 components
402026-07-11T17:30:16.298Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-11T17:30:16.298Z
422026-07-11T17:30:16.328Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-11T17:30:16.328Z
442026-07-11T17:30:16.328Z
452026-07-11T17:30:16.328ZRust is installed now. Great!
462026-07-11T17:30:16.328Z
472026-07-11T17:30:16.328ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-11T17:30:16.328Zenvironment variable. This has not been done automatically.
492026-07-11T17:30:16.328Z
502026-07-11T17:30:16.328ZTo configure your current shell, you need to source
512026-07-11T17:30:16.328Zthe corresponding env file under $HOME/.cargo.
522026-07-11T17:30:16.328Z
532026-07-11T17:30:16.328ZThis is usually done by running one of the following (note the leading DOT):
542026-07-11T17:30:16.329Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-11T17:30:16.329Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-11T17:30:16.329Zsource "~/.cargo/env.nu" # For nushell
572026-07-11T17:30:16.329Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-11T17:30:16.329Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-11T17:30:16.329Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-11T17:30:16.332Zwarn: no default linker (`cc`) was found in your PATH
612026-07-11T17:30:16.332Zwarn: many Rust crates require a system C toolchain to build
622026-07-11T17:30:16.440Z+ rustup --version
632026-07-11T17:30:16.446Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-11T17:30:16.449Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-11T17:30:16.467Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-11T17:30:16.470Z+ cargo --version
672026-07-11T17:30:16.478Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-11T17:30:16.481Z+ rustc --version
692026-07-11T17:30:16.501Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-11T17:30:16.504Zprocess exited: duration 16446 ms, exit code 0
 
712026-07-11T17:30:16.510Zstarting task 2: "authentication"
722026-07-11T17:30:16.528Zprocess exited: duration 17 ms, exit code 0
 
732026-07-11T17:30:16.534Zstarting task 3: "clone repository"
742026-07-11T17:30:16.539Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-11T17:30:16.542Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-11T17:30:16.574ZCloning into '/work/oxidecomputer/omicron'...
772026-07-11T17:30:28.287Z+ cd /work/oxidecomputer/omicron
782026-07-11T17:30:28.287Z+ git fetch origin 8cd11db3931cd0dd837fcd960e2aa60b9770e77c
792026-07-11T17:30:28.562ZFrom https://github.com/oxidecomputer/omicron
802026-07-11T17:30:28.562Z * branch 8cd11db3931cd0dd837fcd960e2aa60b9770e77c -> FETCH_HEAD
812026-07-11T17:30:28.577Z+ [[ -n eliza/omdb-sitrep-version ]]
822026-07-11T17:30:28.580Z++ git branch --show-current
832026-07-11T17:30:28.580Z+ current=main
842026-07-11T17:30:28.580Z+ [[ main != eliza/omdb-sitrep-version ]]
852026-07-11T17:30:28.580Z+ git branch -f eliza/omdb-sitrep-version 8cd11db3931cd0dd837fcd960e2aa60b9770e77c
862026-07-11T17:30:28.583Z+ git checkout -f eliza/omdb-sitrep-version
872026-07-11T17:30:28.826ZSwitched to branch 'eliza/omdb-sitrep-version'
882026-07-11T17:30:28.829Z+ git reset --hard 8cd11db3931cd0dd837fcd960e2aa60b9770e77c
892026-07-11T17:30:28.843ZHEAD is now at 8cd11db39 [omdb] allow looking up sitreps by version
902026-07-11T17:30:28.845Zprocess exited: duration 12310 ms, exit code 0
 
912026-07-11T17:30:28.851Zstarting task 4: "build"
922026-07-11T17:30:28.857Z+ source .github/buildomat/ci-env.sh
932026-07-11T17:30:28.857Z++ export CARGO_TERM_COLOR=always
942026-07-11T17:30:28.857Z++ CARGO_TERM_COLOR=always
952026-07-11T17:30:28.859Z+++ uname -s
962026-07-11T17:30:28.859Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-11T17:30:28.859Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-11T17:30:28.862Z+ cargo --version
992026-07-11T17:30:28.870Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-11T17:30:28.873Z+ rustc --version
1012026-07-11T17:30:28.894Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-11T17:30:28.896Z+ cargo tree --locked
1032026-07-11T17:30:29.066Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-11T17:30:29.351Z Updating crates.io index
1052026-07-11T17:30:29.354Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-11T17:30:29.581Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-11T17:30:29.885Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-11T17:30:30.813Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-11T17:30:31.293Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-11T17:30:32.824Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-11T17:30:33.609Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-11T17:30:33.857Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-11T17:30:34.179Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-11T17:30:35.503Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-11T17:30:35.757Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-11T17:30:36.041Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-11T17:30:36.333Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-11T17:30:36.763Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-11T17:30:37.241Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-11T17:30:37.493Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-11T17:30:37.733Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-11T17:30:38.212Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-11T17:30:38.517Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-11T17:30:38.748Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-11T17:30:38.959Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-11T17:30:39.192Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-11T17:30:39.524Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-11T17:30:39.810Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-11T17:30:40.048Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-11T17:30:40.456Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-11T17:30:40.718Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322026-07-11T17:30:41.010Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-07-11T17:30:41.250Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1342026-07-11T17:30:41.497Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352026-07-11T17:30:41.845Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-07-11T17:30:42.236Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372026-07-11T17:30:42.498Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-07-11T17:30:42.743Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-07-11T17:30:42.994Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-07-11T17:30:43.235Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-07-11T17:30:43.499Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-11T17:30:43.740Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-11T17:30:44.018Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-11T17:30:44.258Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-07-11T17:30:47.052Z Downloading crates ...
1462026-07-11T17:30:47.126Z Downloaded addr2line v0.25.1
1472026-07-11T17:30:47.131Z Downloaded anstream v1.0.0
1482026-07-11T17:30:47.138Z Downloaded async-object-pool v0.2.0
1492026-07-11T17:30:47.141Z Downloaded backtrace-ext v0.2.1
1502026-07-11T17:30:47.143Z Downloaded anstyle-query v1.1.5
1512026-07-11T17:30:47.143Z Downloaded base16ct v1.0.0
1522026-07-11T17:30:47.146Z Downloaded aho-corasick v1.1.4
1532026-07-11T17:30:47.149Z Downloaded assert_matches v1.5.0
1542026-07-11T17:30:47.152Z Downloaded chacha20 v0.9.1
1552026-07-11T17:30:47.152Z Downloaded base16ct v0.2.0
1562026-07-11T17:30:47.156Z Downloaded ascii-canvas v3.0.0
1572026-07-11T17:30:47.156Z Downloaded ciborium-io v0.2.2
1582026-07-11T17:30:47.159Z Downloaded backoff v0.4.0
1592026-07-11T17:30:47.159Z Downloaded anstyle-parse v0.2.7
1602026-07-11T17:30:47.159Z Downloaded ciborium-ll v0.2.2
1612026-07-11T17:30:47.162Z Downloaded atomic-waker v1.1.2
1622026-07-11T17:30:47.162Z Downloaded aead v0.5.2
1632026-07-11T17:30:47.164Z Downloaded arc-swap v1.8.2
1642026-07-11T17:30:47.167Z Downloaded cpufeatures v0.3.0
1652026-07-11T17:30:47.167Z Downloaded arrayvec v0.7.6
1662026-07-11T17:30:47.170Z Downloaded anstyle-parse v1.0.0
1672026-07-11T17:30:47.170Z Downloaded array-init v0.0.4
1682026-07-11T17:30:47.172Z Downloaded anes v0.1.6
1692026-07-11T17:30:47.172Z Downloaded clap_lex v1.0.0
1702026-07-11T17:30:47.175Z Downloaded cobs v0.3.0
1712026-07-11T17:30:47.178Z Downloaded assert-json-diff v2.0.2
1722026-07-11T17:30:47.178Z Downloaded cpufeatures v0.2.17
1732026-07-11T17:30:47.181Z Downloaded cpubits v0.1.1
1742026-07-11T17:30:47.181Z Downloaded approx v0.5.1
1752026-07-11T17:30:47.181Z Downloaded compression-core v0.4.31
1762026-07-11T17:30:47.183Z Downloaded cargo-platform v0.3.2
1772026-07-11T17:30:47.183Z Downloaded atty v0.2.14
1782026-07-11T17:30:47.186Z Downloaded atomicwrites v0.4.4
1792026-07-11T17:30:47.186Z Downloaded async-stream v0.3.6
1802026-07-11T17:30:47.188Z Downloaded async-trait v0.1.89
1812026-07-11T17:30:47.188Z Downloaded crossbeam-deque v0.8.6
1822026-07-11T17:30:47.191Z Downloaded arrayref v0.3.9
1832026-07-11T17:30:47.191Z Downloaded cast v0.3.0
1842026-07-11T17:30:47.193Z Downloaded adler2 v2.0.1
1852026-07-11T17:30:47.193Z Downloaded async-recursion v1.1.1
1862026-07-11T17:30:47.196Z Downloaded crc v3.4.0
1872026-07-11T17:30:47.196Z Downloaded convert_case v0.4.0
1882026-07-11T17:30:47.199Z Downloaded constant_time_eq v0.3.1
1892026-07-11T17:30:47.199Z Downloaded concurrent-queue v2.5.0
1902026-07-11T17:30:47.199Z Downloaded cfg-if v1.0.4
1912026-07-11T17:30:47.203Z Downloaded bitfield-macros v0.19.4
1922026-07-11T17:30:47.203Z Downloaded block-buffer v0.12.1
1932026-07-11T17:30:47.203Z Downloaded darling_macro v0.23.0
1942026-07-11T17:30:47.206Z Downloaded darling_macro v0.20.11
1952026-07-11T17:30:47.206Z Downloaded crypto-common v0.1.7
1962026-07-11T17:30:47.206Z Downloaded crc8 v0.1.1
1972026-07-11T17:30:47.206Z Downloaded colorchoice v1.0.4
1982026-07-11T17:30:47.206Z Downloaded async-stream-impl v0.3.6
1992026-07-11T17:30:47.209Z Downloaded crc-catalog v2.4.0
2002026-07-11T17:30:47.209Z Downloaded cipher v0.5.2
2012026-07-11T17:30:47.212Z Downloaded block-padding v0.4.2
2022026-07-11T17:30:47.212Z Downloaded bit-set v0.5.3
2032026-07-11T17:30:47.215Z Downloaded const_format_proc_macros v0.2.34
2042026-07-11T17:30:47.217Z Downloaded cmov v0.5.4
2052026-07-11T17:30:47.220Z Downloaded cfg_aliases v0.2.1
2062026-07-11T17:30:47.220Z Downloaded bitfield-struct v0.6.2
2072026-07-11T17:30:47.222Z Downloaded corncobs v0.1.4
2082026-07-11T17:30:47.223Z Downloaded bb8 v0.8.6
2092026-07-11T17:30:47.225Z Downloaded cfg_aliases v0.1.1
2102026-07-11T17:30:47.225Z Downloaded castaway v0.2.4
2112026-07-11T17:30:47.225Z Downloaded darling_macro v0.13.4
2122026-07-11T17:30:47.228Z Downloaded derive_builder_macro v0.20.2
2132026-07-11T17:30:47.231Z Downloaded darling_macro v0.21.3
2142026-07-11T17:30:47.231Z Downloaded crucible-workspace-hack v0.1.0
2152026-07-11T17:30:47.231Z Downloaded bcrypt-pbkdf v0.11.0
2162026-07-11T17:30:47.234Z Downloaded autocfg v1.5.0
2172026-07-11T17:30:47.234Z Downloaded defmt-parser v1.0.0
2182026-07-11T17:30:47.237Z Downloaded base64ct v1.8.3
2192026-07-11T17:30:47.237Z Downloaded criterion-plot v0.6.0
2202026-07-11T17:30:47.239Z Downloaded ciborium v0.2.2
2212026-07-11T17:30:47.240Z Downloaded blowfish v0.10.0
2222026-07-11T17:30:47.242Z Downloaded argon2 v0.5.3
2232026-07-11T17:30:47.242Z Downloaded block-buffer v0.10.4
2242026-07-11T17:30:47.245Z Downloaded crunchy v0.2.4
2252026-07-11T17:30:47.245Z Downloaded async-bb8-diesel v0.2.1
2262026-07-11T17:30:47.245Z Downloaded aead v0.6.1
2272026-07-11T17:30:47.248Z Downloaded crypto-common v0.2.2
2282026-07-11T17:30:47.248Z Downloaded cookie v0.18.1
2292026-07-11T17:30:47.251Z Downloaded cmake v0.1.57
2302026-07-11T17:30:47.251Z Downloaded defmt v0.3.100
2312026-07-11T17:30:47.255Z Downloaded debug-ignore v1.0.5
2322026-07-11T17:30:47.258Z Downloaded compression-codecs v0.4.37
2332026-07-11T17:30:47.260Z Downloaded constant_time_eq v0.4.2
2342026-07-11T17:30:47.260Z Downloaded diesel_table_macro_syntax v0.3.0
2352026-07-11T17:30:47.260Z Downloaded curve25519-dalek-derive v0.1.1
2362026-07-11T17:30:47.263Z Downloaded display-error-chain v0.2.2
2372026-07-11T17:30:47.263Z Downloaded dirs-sys-next v0.1.2
2382026-07-11T17:30:47.263Z Downloaded document-features v0.2.12
2392026-07-11T17:30:47.266Z Downloaded cstr-argument v0.1.2
2402026-07-11T17:30:47.266Z Downloaded dof v0.4.0
2412026-07-11T17:30:47.269Z Downloaded dirs-next v2.0.0
2422026-07-11T17:30:47.269Z Downloaded anstyle v1.0.14
2432026-07-11T17:30:47.271Z Downloaded dof v0.3.0
2442026-07-11T17:30:47.274Z Downloaded downcast-rs v2.0.2
2452026-07-11T17:30:47.277Z Downloaded camino-tempfile v1.4.1
2462026-07-11T17:30:47.277Z Downloaded byteorder v1.5.0
2472026-07-11T17:30:47.280Z Downloaded cexpr v0.6.0
2482026-07-11T17:30:47.280Z Downloaded ctutils v0.4.2
2492026-07-11T17:30:47.282Z Downloaded critical-section v1.2.0
2502026-07-11T17:30:47.282Z Downloaded console v0.16.2
2512026-07-11T17:30:47.285Z Downloaded const-oid v0.9.6
2522026-07-11T17:30:47.285Z Downloaded bitflags v1.3.2
2532026-07-11T17:30:47.288Z Downloaded dsl_auto_type v0.2.0
2542026-07-11T17:30:47.288Z Downloaded dropshot-api-manager-types v0.7.2
2552026-07-11T17:30:47.291Z Downloaded cipher v0.4.4
2562026-07-11T17:30:47.291Z Downloaded bitfield v0.19.4
2572026-07-11T17:30:47.291Z Downloaded dtrace-parser v0.2.0
2582026-07-11T17:30:47.293Z Downloaded cargo_metadata v0.23.1
2592026-07-11T17:30:47.294Z Downloaded defmt-macros v1.0.1
2602026-07-11T17:30:47.296Z Downloaded dunce v1.0.5
2612026-07-11T17:30:47.296Z Downloaded delegate v0.13.5
2622026-07-11T17:30:47.296Z Downloaded buf-list v1.1.2
2632026-07-11T17:30:47.299Z Downloaded argon2 v0.6.0-rc.8
2642026-07-11T17:30:47.302Z Downloaded dtrace-parser v0.3.0
2652026-07-11T17:30:47.302Z Downloaded blake2 v0.11.0-rc.6
2662026-07-11T17:30:47.304Z Downloaded bit-vec v0.8.0
2672026-07-11T17:30:47.304Z Downloaded endian-type v0.1.2
2682026-07-11T17:30:47.304Z Downloaded equivalent v1.0.2
2692026-07-11T17:30:47.307Z Downloaded enum-as-inner v0.6.1
2702026-07-11T17:30:47.307Z Downloaded embedded-io v0.6.1
2712026-07-11T17:30:47.307Z Downloaded clap_derive v4.6.1
2722026-07-11T17:30:47.310Z Downloaded cbc v0.2.1
2732026-07-11T17:30:47.310Z Downloaded daft-derive v0.1.7
2742026-07-11T17:30:47.312Z Downloaded env_filter v1.0.0
2752026-07-11T17:30:47.315Z Downloaded event-listener-strategy v0.5.4
2762026-07-11T17:30:47.315Z Downloaded camino-tempfile-ext v0.3.3
2772026-07-11T17:30:47.317Z Downloaded deranged v0.5.8
2782026-07-11T17:30:47.317Z Downloaded der_derive v0.7.3
2792026-07-11T17:30:47.320Z Downloaded escape8259 v0.5.3
2802026-07-11T17:30:47.320Z Downloaded daft v0.1.7
2812026-07-11T17:30:47.320Z Downloaded bcs v0.1.6
2822026-07-11T17:30:47.323Z Downloaded byte-wrapper v0.1.0
2832026-07-11T17:30:47.323Z Downloaded csv-core v0.1.13
2842026-07-11T17:30:47.326Z Downloaded base64 v0.22.1
2852026-07-11T17:30:47.329Z Downloaded derive_builder_core v0.20.2
2862026-07-11T17:30:47.329Z Downloaded assert_cmd v2.1.2
2872026-07-11T17:30:47.331Z Downloaded digest v0.10.7
2882026-07-11T17:30:47.331Z Downloaded difflib v0.4.0
2892026-07-11T17:30:47.331Z Downloaded ctr v0.10.1
2902026-07-11T17:30:47.334Z Downloaded diesel-dtrace v0.5.0
2912026-07-11T17:30:47.334Z Downloaded fastrand v2.3.0
2922026-07-11T17:30:47.337Z Downloaded convert_case v0.10.0
2932026-07-11T17:30:47.337Z Downloaded fixedbitset v0.4.2
2942026-07-11T17:30:47.339Z Downloaded cassowary v0.3.0
2952026-07-11T17:30:47.339Z Downloaded foreign-types v0.5.0
2962026-07-11T17:30:47.339Z Downloaded fnv v1.0.7
2972026-07-11T17:30:47.342Z Downloaded float-cmp v0.10.0
2982026-07-11T17:30:47.342Z Downloaded flagset v0.4.7
2992026-07-11T17:30:47.342Z Downloaded foreign-types-shared v0.3.1
3002026-07-11T17:30:47.345Z Downloaded foreign-types-shared v0.1.1
3012026-07-11T17:30:47.345Z Downloaded foreign-types-macros v0.2.3
3022026-07-11T17:30:47.345Z Downloaded foreign-types v0.3.2
3032026-07-11T17:30:47.345Z Downloaded colored v3.1.1
3042026-07-11T17:30:47.348Z Downloaded clap v4.6.1
3052026-07-11T17:30:47.352Z Downloaded cookie_store v0.22.1
3062026-07-11T17:30:47.354Z Downloaded ahash v0.8.12
3072026-07-11T17:30:47.357Z Downloaded blake2 v0.10.6
3082026-07-11T17:30:47.357Z Downloaded dyn-clone v1.0.20
3092026-07-11T17:30:47.360Z Downloaded funty v2.0.0
3102026-07-11T17:30:47.360Z Downloaded console v0.15.11
3112026-07-11T17:30:47.362Z Downloaded chacha20 v0.10.0
3122026-07-11T17:30:47.362Z Downloaded blake2b_simd v1.0.4
3132026-07-11T17:30:47.365Z Downloaded ed25519 v2.2.3
3142026-07-11T17:30:47.365Z Downloaded ecdsa v0.16.9
3152026-07-11T17:30:47.368Z Downloaded futures-io v0.3.32
3162026-07-11T17:30:47.368Z Downloaded ena v0.14.4
3172026-07-11T17:30:47.368Z Downloaded embedded-io v0.4.0
3182026-07-11T17:30:47.370Z Downloaded futures-sink v0.3.32
3192026-07-11T17:30:47.371Z Downloaded async-lock v3.4.2
3202026-07-11T17:30:47.373Z Downloaded futures-core v0.3.32
3212026-07-11T17:30:47.373Z Downloaded fxhash v0.2.1
3222026-07-11T17:30:47.373Z Downloaded futures-task v0.3.32
3232026-07-11T17:30:47.376Z Downloaded futures-macro v0.3.32
3242026-07-11T17:30:47.376Z Downloaded env_logger v0.11.9
3252026-07-11T17:30:47.376Z Downloaded enum_dispatch v0.3.13
3262026-07-11T17:30:47.379Z Downloaded gethostname v0.5.0
3272026-07-11T17:30:47.381Z Downloaded generic-array v0.14.7
3282026-07-11T17:30:47.381Z Downloaded fallible-iterator v0.2.0
3292026-07-11T17:30:47.381Z Downloaded errno v0.3.14
3302026-07-11T17:30:47.384Z Downloaded erased-serde v0.3.31
3312026-07-11T17:30:47.384Z Downloaded git-stub v1.0.0
3322026-07-11T17:30:47.387Z Downloaded data-encoding v2.10.0
3332026-07-11T17:30:47.387Z Downloaded guppy-workspace-hack v0.1.0
3342026-07-11T17:30:47.387Z Downloaded headers-core v0.3.0
3352026-07-11T17:30:47.387Z Downloaded hash32 v0.3.1
3362026-07-11T17:30:47.420Z Downloaded hash32 v0.2.1
3372026-07-11T17:30:47.421Z Downloaded globwalk v0.9.1
3382026-07-11T17:30:47.421Z Downloaded darling v0.20.11
3392026-07-11T17:30:47.421Z Downloaded filetime v0.2.27
3402026-07-11T17:30:47.421Z Downloaded const-oid v0.10.2
3412026-07-11T17:30:47.421Z Downloaded derive_builder v0.20.2
3422026-07-11T17:30:47.421Z Downloaded des v0.9.0
3432026-07-11T17:30:47.421Z Downloaded displaydoc v0.2.5
3442026-07-11T17:30:47.421Z Downloaded diff v0.1.13
3452026-07-11T17:30:47.421Z Downloaded crc32fast v1.5.0
3462026-07-11T17:30:47.421Z Downloaded darling v0.21.3
3472026-07-11T17:30:47.421Z Downloaded hex-literal v1.1.0
3482026-07-11T17:30:47.421Z Downloaded heck v0.4.1
3492026-07-11T17:30:47.421Z Downloaded foldhash v0.1.5
3502026-07-11T17:30:47.421Z Downloaded find-msvc-tools v0.1.9
3512026-07-11T17:30:47.421Z Downloaded ff v0.14.0
3522026-07-11T17:30:47.421Z Downloaded compact_str v0.8.1
3532026-07-11T17:30:47.421Z Downloaded allocator-api2 v0.2.21
3542026-07-11T17:30:47.421Z Downloaded colored v2.2.0
3552026-07-11T17:30:47.421Z Downloaded fs-err v3.3.0
3562026-07-11T17:30:47.425Z Downloaded fs-err v2.11.0
3572026-07-11T17:30:47.425Z Downloaded form_urlencoded v1.2.2
3582026-07-11T17:30:47.425Z Downloaded hex-literal v0.4.1
3592026-07-11T17:30:47.425Z Downloaded hex v0.4.3
3602026-07-11T17:30:47.426Z Downloaded derive-where v1.6.0
3612026-07-11T17:30:47.429Z Downloaded darling_core v0.13.4
3622026-07-11T17:30:47.429Z Downloaded httpdate v1.0.3
3632026-07-11T17:30:47.431Z Downloaded crc-any v2.5.0
3642026-07-11T17:30:47.431Z Downloaded futures-executor v0.3.32
3652026-07-11T17:30:47.434Z Downloaded ecdsa v0.17.0-rc.18
3662026-07-11T17:30:47.434Z Downloaded http-body v1.0.1
3672026-07-11T17:30:47.434Z Downloaded ghash v0.6.0
3682026-07-11T17:30:47.437Z Downloaded datatest-stable v0.3.3
3692026-07-11T17:30:47.439Z Downloaded event-listener v5.4.1
3702026-07-11T17:30:47.439Z Downloaded glob v0.3.3
3712026-07-11T17:30:47.442Z Downloaded hostname v0.3.1
3722026-07-11T17:30:47.442Z Downloaded hubpack_derive v0.1.1
3732026-07-11T17:30:47.442Z Downloaded hubpack v0.1.2
3742026-07-11T17:30:47.445Z Downloaded git-stub-vcs v0.1.0
3752026-07-11T17:30:47.445Z Downloaded hostname v0.4.2
3762026-07-11T17:30:47.445Z Downloaded globset v0.4.18
3772026-07-11T17:30:47.448Z Downloaded home v0.5.12
3782026-07-11T17:30:47.448Z Downloaded ident_case v1.0.1
3792026-07-11T17:30:47.448Z Downloaded group v0.14.0
3802026-07-11T17:30:47.451Z Downloaded group v0.13.0
3812026-07-11T17:30:47.451Z Downloaded http-range v0.1.5
3822026-07-11T17:30:47.451Z Downloaded futures-timer v3.0.3
3832026-07-11T17:30:47.454Z Downloaded illumos-nvpair-sys v0.2.0
3842026-07-11T17:30:47.454Z Downloaded chacha20poly1305 v0.10.1
3852026-07-11T17:30:47.456Z Downloaded idna_adapter v1.2.1
3862026-07-11T17:30:47.456Z Downloaded bzip2 v0.4.4
3872026-07-11T17:30:47.457Z Downloaded ff v0.13.1
3882026-07-11T17:30:47.460Z Downloaded crossbeam-utils v0.8.21
3892026-07-11T17:30:47.460Z Downloaded crossbeam-epoch v0.9.18
3902026-07-11T17:30:47.462Z Downloaded fixedbitset v0.5.7
3912026-07-11T17:30:47.463Z Downloaded derive_more v0.99.20
3922026-07-11T17:30:47.465Z Downloaded indoc v1.0.9
3932026-07-11T17:30:47.468Z Downloaded drift v0.2.0
3942026-07-11T17:30:47.472Z Downloaded foldhash v0.2.0
3952026-07-11T17:30:47.475Z Downloaded chumsky v0.9.3
3962026-07-11T17:30:47.478Z Downloaded indent_write v2.2.0
3972026-07-11T17:30:47.478Z Downloaded illumos-nvpair v0.3.0
3982026-07-11T17:30:47.478Z Downloaded internet-checksum v0.2.1
3992026-07-11T17:30:47.478Z Downloaded digest v0.11.3
4002026-07-11T17:30:47.480Z Downloaded is-terminal v0.4.17
4012026-07-11T17:30:47.480Z Downloaded inout v0.1.4
4022026-07-11T17:30:47.483Z Downloaded fs_extra v1.3.0
4032026-07-11T17:30:47.483Z Downloaded dropshot_endpoint v0.17.1
4042026-07-11T17:30:47.486Z Downloaded darling_core v0.21.3
4052026-07-11T17:30:47.489Z Downloaded instant v0.1.13
4062026-07-11T17:30:47.491Z Downloaded is_ci v1.2.0
4072026-07-11T17:30:47.491Z Downloaded highway v1.3.0
4082026-07-11T17:30:47.491Z Downloaded is_terminal_polyfill v1.70.2
4092026-07-11T17:30:47.494Z Downloaded instability v0.3.11
4102026-07-11T17:30:47.494Z Downloaded heck v0.5.0
4112026-07-11T17:30:47.494Z Downloaded inout v0.2.2
4122026-07-11T17:30:47.497Z Downloaded darling v0.23.0
4132026-07-11T17:30:47.500Z Downloaded keccak v0.1.6
4142026-07-11T17:30:47.500Z Downloaded itoa v1.0.17
4152026-07-11T17:30:47.503Z Downloaded either v1.15.0
4162026-07-11T17:30:47.503Z Downloaded kstat-rs v0.2.4
4172026-07-11T17:30:47.503Z Downloaded lalrpop-util v0.19.12
4182026-07-11T17:30:47.505Z Downloaded lazy_static v1.5.0
4192026-07-11T17:30:47.505Z Downloaded ed25519 v3.0.0
4202026-07-11T17:30:47.505Z Downloaded const_format v0.2.35
4212026-07-11T17:30:47.508Z Downloaded anyhow v1.0.102
4222026-07-11T17:30:47.512Z Downloaded getrandom v0.2.17
4232026-07-11T17:30:47.515Z Downloaded darling_core v0.20.11
4242026-07-11T17:30:47.515Z Downloaded futures-channel v0.3.32
4252026-07-11T17:30:47.518Z Downloaded hyper-tls v0.6.0
4262026-07-11T17:30:47.518Z Downloaded http-body-util v0.1.3
4272026-07-11T17:30:47.521Z Downloaded hyper-staticfile v0.10.1
4282026-07-11T17:30:47.521Z Downloaded humantime v2.3.0
4292026-07-11T17:30:47.524Z Downloaded elliptic-curve v0.14.0-rc.33
4302026-07-11T17:30:47.524Z Downloaded cfg-expr v0.20.6
4312026-07-11T17:30:47.526Z Downloaded bytecount v0.6.9
4322026-07-11T17:30:47.530Z Downloaded bitflags v2.11.0
4332026-07-11T17:30:47.531Z Downloaded cancel-safe-futures v0.1.5
4342026-07-11T17:30:47.534Z Downloaded bytes v1.11.1
4352026-07-11T17:30:47.537Z Downloaded libscf-sys v1.1.0
4362026-07-11T17:30:47.537Z Downloaded camino v1.2.2
4372026-07-11T17:30:47.537Z Downloaded bzip2 v0.6.1
4382026-07-11T17:30:47.540Z Downloaded linked-hash-map v0.5.6
4392026-07-11T17:30:47.540Z Downloaded half v1.8.3
4402026-07-11T17:30:47.540Z Downloaded fatfs v0.3.6
4412026-07-11T17:30:47.543Z Downloaded backon v1.6.0
4422026-07-11T17:30:47.543Z Downloaded lru-slab v0.1.2
4432026-07-11T17:30:47.546Z Downloaded lru-cache v0.1.2
4442026-07-11T17:30:47.546Z Downloaded linkme-impl v0.3.35
4452026-07-11T17:30:47.546Z Downloaded lru v0.12.5
4462026-07-11T17:30:47.550Z Downloaded impl-trait-for-tuples v0.2.3
4472026-07-11T17:30:47.550Z Downloaded anstream v0.6.21
4482026-07-11T17:30:47.553Z Downloaded md5 v0.8.0
4492026-07-11T17:30:47.553Z Downloaded crossbeam-channel v0.5.15
4502026-07-11T17:30:47.556Z Downloaded maplit v1.0.2
4512026-07-11T17:30:47.556Z Downloaded match_cfg v0.1.0
4522026-07-11T17:30:47.556Z Downloaded macaddr v1.0.1
4532026-07-11T17:30:47.558Z Downloaded lzss v0.8.2
4542026-07-11T17:30:47.558Z Downloaded memmap v0.7.0
4552026-07-11T17:30:47.558Z Downloaded miette-derive v5.10.0
4562026-07-11T17:30:47.561Z Downloaded memoffset v0.9.1
4572026-07-11T17:30:47.561Z Downloaded maybe-uninit v2.0.0
4582026-07-11T17:30:47.561Z Downloaded async-compression v0.4.41
4592026-07-11T17:30:47.565Z Downloaded hickory-client v0.25.2
4602026-07-11T17:30:47.569Z Downloaded hmac v0.13.0
4612026-07-11T17:30:47.569Z Downloaded ipnet v2.11.0
4622026-07-11T17:30:47.571Z Downloaded ipnetwork v0.21.1
4632026-07-11T17:30:47.571Z Downloaded ingot-types v0.1.2
4642026-07-11T17:30:47.574Z Downloaded indoc v2.0.7
4652026-07-11T17:30:47.574Z Downloaded md-5 v0.10.6
4662026-07-11T17:30:47.577Z Downloaded nested v0.1.1
4672026-07-11T17:30:47.577Z Downloaded knuffel-derive v3.2.0
4682026-07-11T17:30:47.577Z Downloaded kem v0.3.0
4692026-07-11T17:30:47.579Z Downloaded keccak v0.2.0
4702026-07-11T17:30:47.579Z Downloaded iana-time-zone v0.1.65
4712026-07-11T17:30:47.582Z Downloaded getrandom v0.4.1
4722026-07-11T17:30:47.585Z Downloaded futures v0.3.32
4732026-07-11T17:30:47.588Z Downloaded libefi-sys v0.1.0
4742026-07-11T17:30:47.588Z Downloaded hybrid-array v0.4.13
4752026-07-11T17:30:47.590Z Downloaded generic-array v1.4.3
4762026-07-11T17:30:47.590Z Downloaded nonempty v0.12.0
4772026-07-11T17:30:47.593Z Downloaded httptest v0.16.4
4782026-07-11T17:30:47.593Z Downloaded httparse v1.10.1
4792026-07-11T17:30:47.596Z Downloaded num v0.4.3
4802026-07-11T17:30:47.596Z Downloaded libloading v0.8.9
4812026-07-11T17:30:47.599Z Downloaded newtype_derive v0.1.6
4822026-07-11T17:30:47.599Z Downloaded newtype-uuid-macros v0.1.0
4832026-07-11T17:30:47.599Z Downloaded bumpalo v3.20.2
4842026-07-11T17:30:47.601Z Downloaded newline-converter v0.3.0
4852026-07-11T17:30:47.601Z Downloaded flume v0.11.1
4862026-07-11T17:30:47.604Z Downloaded derive_more v2.1.1
4872026-07-11T17:30:47.610Z Downloaded linkme v0.3.35
4882026-07-11T17:30:47.613Z Downloaded normalize-line-endings v0.3.0
4892026-07-11T17:30:47.613Z Downloaded libsw-core v0.3.2
4902026-07-11T17:30:47.616Z Downloaded der v0.7.10
4912026-07-11T17:30:47.618Z Downloaded new_debug_unreachable v1.0.6
4922026-07-11T17:30:47.618Z Downloaded lock_api v0.4.14
4932026-07-11T17:30:47.621Z Downloaded num-derive v0.4.2
4942026-07-11T17:30:47.621Z Downloaded num-conv v0.2.0
4952026-07-11T17:30:47.621Z Downloaded multimap v0.10.1
4962026-07-11T17:30:47.624Z Downloaded hyper-rustls v0.27.7
4972026-07-11T17:30:47.624Z Downloaded num-derive v0.3.3
4982026-07-11T17:30:47.626Z Downloaded ingot-macros v0.1.1
4992026-07-11T17:30:47.627Z Downloaded ingot v0.1.1
5002026-07-11T17:30:47.627Z Downloaded managed v0.8.0
5012026-07-11T17:30:47.630Z Downloaded num-iter v0.1.45
5022026-07-11T17:30:47.630Z Downloaded mime v0.3.17
5032026-07-11T17:30:47.630Z Downloaded ed25519-dalek v2.2.0
5042026-07-11T17:30:47.633Z Downloaded num_enum_derive v0.5.11
5052026-07-11T17:30:47.633Z Downloaded darling_core v0.23.0
5062026-07-11T17:30:47.635Z Downloaded nibble_vec v0.1.0
5072026-07-11T17:30:47.638Z Downloaded linear-map v1.2.0
5082026-07-11T17:30:47.638Z Downloaded jobserver v0.1.34
5092026-07-11T17:30:47.641Z Downloaded getrandom v0.3.4
5102026-07-11T17:30:47.641Z Downloaded module-lattice v0.2.3
5112026-07-11T17:30:47.644Z Downloaded hmac v0.12.1
5122026-07-11T17:30:47.644Z Downloaded num_threads v0.1.7
5132026-07-11T17:30:47.646Z Downloaded mime_guess v2.0.5
5142026-07-11T17:30:47.646Z Downloaded opaque-debug v0.3.1
5152026-07-11T17:30:47.646Z Downloaded native-tls v0.2.18
5162026-07-11T17:30:47.649Z Downloaded multer v3.1.0
5172026-07-11T17:30:47.649Z Downloaded elliptic-curve v0.13.8
5182026-07-11T17:30:47.652Z Downloaded openssl-probe v0.1.6
5192026-07-11T17:30:47.654Z Downloaded olpc-cjson v0.1.4
5202026-07-11T17:30:47.654Z Downloaded crypto-bigint v0.5.5
5212026-07-11T17:30:47.657Z Downloaded nanorand v0.7.0
5222026-07-11T17:30:47.660Z Downloaded libsw v3.5.0
5232026-07-11T17:30:47.660Z Downloaded ignore v0.4.25
5242026-07-11T17:30:47.662Z Downloaded icu_provider v2.1.1
5252026-07-11T17:30:47.665Z Downloaded openssl-macros v0.1.1
5262026-07-11T17:30:47.665Z Downloaded icu_properties v2.1.2
5272026-07-11T17:30:47.665Z Downloaded openssl-probe v0.2.1
5282026-07-11T17:30:47.668Z Downloaded ar_archive_writer v0.5.1
5292026-07-11T17:30:47.668Z Downloaded base64 v0.21.7
5302026-07-11T17:30:47.671Z Downloaded packed_struct_codegen v0.10.1
5312026-07-11T17:30:47.673Z Downloaded der v0.8.0
5322026-07-11T17:30:47.676Z Downloaded oso-derive v0.27.3
5332026-07-11T17:30:47.676Z Downloaded backtrace v0.3.76
5342026-07-11T17:30:47.679Z Downloaded nodrop v0.1.14
5352026-07-11T17:30:47.679Z Downloaded clang-sys v1.8.1
5362026-07-11T17:30:47.682Z Downloaded libtest-mimic v0.8.1
5372026-07-11T17:30:47.682Z Downloaded half v2.7.1
5382026-07-11T17:30:47.684Z Downloaded num-complex v0.4.6
5392026-07-11T17:30:47.687Z Downloaded nu-ansi-term v0.50.3
5402026-07-11T17:30:47.687Z Downloaded headers v0.4.1
5412026-07-11T17:30:47.690Z Downloaded parse-display v0.10.0
5422026-07-11T17:30:47.692Z Downloaded parking v2.2.1
5432026-07-11T17:30:47.692Z Downloaded litemap v0.8.1
5442026-07-11T17:30:47.692Z Downloaded derive_more-impl v2.1.1
5452026-07-11T17:30:47.695Z Downloaded float-ord v0.3.2
5462026-07-11T17:30:47.699Z Downloaded pathdiff v0.2.3
5472026-07-11T17:30:47.699Z Downloaded parse-size v1.1.0
5482026-07-11T17:30:47.702Z Downloaded password-hash v0.6.1
5492026-07-11T17:30:47.702Z Downloaded num_enum v0.5.11
5502026-07-11T17:30:47.702Z Downloaded path-slash v0.1.5
5512026-07-11T17:30:47.705Z Downloaded heapless v0.8.0
5522026-07-11T17:30:47.707Z Downloaded heapless v0.7.17
5532026-07-11T17:30:47.707Z Downloaded ed25519-dalek v3.0.0-rc.0
5542026-07-11T17:30:47.710Z Downloaded num-integer v0.1.46
5552026-07-11T17:30:47.713Z Downloaded num_enum_derive v0.7.6
5562026-07-11T17:30:47.713Z Downloaded num_enum v0.7.6
5572026-07-11T17:30:47.715Z Downloaded peg-runtime v0.8.5
5582026-07-11T17:30:47.715Z Downloaded ml-kem v0.3.2
5592026-07-11T17:30:47.718Z Downloaded phf_shared v0.12.1
5602026-07-11T17:30:47.718Z Downloaded libbz2-rs-sys v0.2.2
5612026-07-11T17:30:47.721Z Downloaded percent-encoding v2.3.2
5622026-07-11T17:30:47.721Z Downloaded memmap2 v0.9.10
5632026-07-11T17:30:47.724Z Downloaded fd-lock v4.0.4
5642026-07-11T17:30:47.724Z Downloaded derive-ex v0.1.8
5652026-07-11T17:30:47.724Z Downloaded newtype-uuid v1.3.2
5662026-07-11T17:30:47.726Z Downloaded log v0.4.29
5672026-07-11T17:30:47.726Z Downloaded icu_normalizer_data v2.1.1
5682026-07-11T17:30:47.730Z Downloaded phf_shared v0.11.3
5692026-07-11T17:30:47.730Z Downloaded icu_locale_core v2.1.1
5702026-07-11T17:30:47.733Z Downloaded oxnet v0.1.6
5712026-07-11T17:30:47.736Z Downloaded owo-colors v3.5.0
5722026-07-11T17:30:47.736Z Downloaded fancy-regex v0.14.0
5732026-07-11T17:30:47.738Z Downloaded defmt v1.0.1
5742026-07-11T17:30:47.741Z Downloaded expectorate v1.2.0
5752026-07-11T17:30:47.741Z Downloaded cc v1.2.56
5762026-07-11T17:30:47.744Z Downloaded owo-colors v4.3.0
5772026-07-11T17:30:47.746Z Downloaded flate2 v1.1.9
5782026-07-11T17:30:47.749Z Downloaded darling v0.13.4
5792026-07-11T17:30:47.749Z Downloaded bit-vec v0.6.3
5802026-07-11T17:30:47.752Z Downloaded bit-set v0.8.0
5812026-07-11T17:30:47.752Z Downloaded plotters-svg v0.3.7
5822026-07-11T17:30:47.752Z Downloaded plotters-backend v0.3.7
5832026-07-11T17:30:47.755Z Downloaded potential_utf v0.1.4
5842026-07-11T17:30:47.755Z Downloaded plain v0.2.3
5852026-07-11T17:30:47.755Z Downloaded indicatif v0.18.4
5862026-07-11T17:30:47.758Z Downloaded diesel_derives v2.3.7
5872026-07-11T17:30:47.761Z Downloaded parking_lot_core v0.8.6
5882026-07-11T17:30:47.764Z Downloaded indexmap v1.9.3
5892026-07-11T17:30:47.764Z Downloaded password-hash v0.5.0
5902026-07-11T17:30:47.768Z Downloaded pbkdf2 v0.13.0
5912026-07-11T17:30:47.768Z Downloaded precomputed-hash v0.1.1
5922026-07-11T17:30:47.768Z Downloaded powerfmt v0.2.0
5932026-07-11T17:30:47.770Z Downloaded litrs v1.0.0
5942026-07-11T17:30:47.771Z Downloaded hickory-resolver v0.24.4
5952026-07-11T17:30:47.773Z Downloaded hickory-resolver v0.25.2
5962026-07-11T17:30:47.776Z Downloaded path-tree v0.8.3
5972026-07-11T17:30:47.776Z Downloaded peg v0.8.5
5982026-07-11T17:30:47.778Z Downloaded once_cell v1.21.3
5992026-07-11T17:30:47.781Z Downloaded predicates-tree v1.0.13
6002026-07-11T17:30:47.781Z Downloaded predicates-core v1.0.10
6012026-07-11T17:30:47.781Z Downloaded partial-io v0.5.4
6022026-07-11T17:30:47.784Z Downloaded num-rational v0.4.2
6032026-07-11T17:30:47.784Z Downloaded proc-macro-error-attr v1.0.4
6042026-07-11T17:30:47.787Z Downloaded pem-rfc7468 v0.7.0
6052026-07-11T17:30:47.787Z Downloaded pem v3.0.6
6062026-07-11T17:30:47.790Z Downloaded criterion v0.7.0
6072026-07-11T17:30:47.792Z Downloaded icu_collections v2.1.1
6082026-07-11T17:30:47.795Z Downloaded pem-rfc7468 v1.0.0
6092026-07-11T17:30:47.798Z Downloaded oorandom v11.1.5
6102026-07-11T17:30:47.798Z Downloaded knuffel v3.2.0
6112026-07-11T17:30:47.800Z Downloaded parse-display-derive v0.10.0
6122026-07-11T17:30:47.800Z Downloaded packed_struct v0.10.1
6132026-07-11T17:30:47.800Z Downloaded pretty-hex v0.4.1
6142026-07-11T17:30:47.803Z Downloaded pin-project-internal v1.1.11
6152026-07-11T17:30:47.803Z Downloaded proc-macro-crate v1.3.1
6162026-07-11T17:30:47.806Z Downloaded phf_shared v0.13.1
6172026-07-11T17:30:47.806Z Downloaded phf v0.12.1
6182026-07-11T17:30:47.806Z Downloaded proc-macro-crate v3.4.0
6192026-07-11T17:30:47.809Z Downloaded proc-macro-error-attr2 v2.0.0
6202026-07-11T17:30:47.809Z Downloaded phc v0.6.1
6212026-07-11T17:30:47.809Z Downloaded oxide-tokio-rt v0.1.4
6222026-07-11T17:30:47.812Z Downloaded icu_normalizer v2.1.1
6232026-07-11T17:30:47.817Z Downloaded psl-types v2.0.11
6242026-07-11T17:30:47.820Z Downloaded pkcs8 v0.10.2
6252026-07-11T17:30:47.820Z Downloaded pin-project-lite v0.2.17
6262026-07-11T17:30:47.825Z Downloaded progenitor-macro v0.14.0
6272026-07-11T17:30:47.825Z Downloaded progenitor-macro v0.13.0
6282026-07-11T17:30:47.825Z Downloaded progenitor-client v0.14.0
6292026-07-11T17:30:47.827Z Downloaded poly1305 v0.8.0
6302026-07-11T17:30:47.827Z Downloaded aes v0.9.1
6312026-07-11T17:30:47.831Z Downloaded paste v1.0.15
6322026-07-11T17:30:47.833Z Downloaded quick-error v1.2.3
6332026-07-11T17:30:47.833Z Downloaded predicates v3.1.4
6342026-07-11T17:30:47.836Z Downloaded parking_lot v0.12.5
6352026-07-11T17:30:47.839Z Downloaded parking_lot_core v0.9.12
6362026-07-11T17:30:47.839Z Downloaded parking_lot v0.11.2
6372026-07-11T17:30:47.842Z Downloaded radium v0.7.0
6382026-07-11T17:30:47.842Z Downloaded crossterm v0.29.0
6392026-07-11T17:30:47.847Z Downloaded num-traits v0.2.19
6402026-07-11T17:30:47.849Z Downloaded ppv-lite86 v0.2.21
6412026-07-11T17:30:47.852Z Downloaded polyval v0.7.1
6422026-07-11T17:30:47.854Z Downloaded rand_chacha v0.3.1
6432026-07-11T17:30:47.862Z Downloaded jiff-static v0.2.21
6442026-07-11T17:30:47.866Z Downloaded peg-macros v0.8.5
6452026-07-11T17:30:47.868Z Downloaded pest_generator v2.8.6
6462026-07-11T17:30:47.868Z Downloaded miniz_oxide v0.8.9
6472026-07-11T17:30:47.871Z Downloaded primeorder v0.14.0-rc.10
6482026-07-11T17:30:47.871Z Downloaded phf v0.13.1
6492026-07-11T17:30:47.874Z Downloaded proc-macro-error v1.0.4
6502026-07-11T17:30:47.877Z Downloaded recursive v0.1.1
6512026-07-11T17:30:47.877Z Downloaded rand_xorshift v0.4.0
6522026-07-11T17:30:47.877Z Downloaded recursive-proc-macro-impl v0.1.1
6532026-07-11T17:30:47.877Z Downloaded proc-macro-error2 v2.0.1
6542026-07-11T17:30:47.880Z Downloaded pkcs1 v0.8.0-rc.4
6552026-07-11T17:30:47.882Z Downloaded ref-cast-impl v1.0.25
6562026-07-11T17:30:47.882Z Downloaded crossterm v0.28.1
6572026-07-11T17:30:47.885Z Downloaded oso v0.27.3
6582026-07-11T17:30:47.888Z Downloaded omicron-zone-package v0.12.3
6592026-07-11T17:30:47.891Z Downloaded progenitor-client v0.13.0
6602026-07-11T17:30:47.891Z Downloaded progenitor v0.14.0
6612026-07-11T17:30:47.893Z Downloaded progenitor v0.13.0
6622026-07-11T17:30:47.893Z Downloaded pkg-config v0.3.32
6632026-07-11T17:30:47.896Z Downloaded pkcs8 v0.11.0
6642026-07-11T17:30:47.896Z Downloaded hashbrown v0.13.2
6652026-07-11T17:30:47.899Z Downloaded pkcs1 v0.7.5
6662026-07-11T17:30:47.902Z Downloaded postgres-types v0.2.12
6672026-07-11T17:30:47.902Z Downloaded hashbrown v0.12.3
6682026-07-11T17:30:47.904Z Downloaded postgres-protocol v0.6.10
6692026-07-11T17:30:47.907Z Downloaded rfc6979 v0.4.0
6702026-07-11T17:30:47.907Z Downloaded papergrid v0.17.0
6712026-07-11T17:30:47.910Z Downloaded rfc6979 v0.5.0
6722026-07-11T17:30:47.910Z Downloaded rtoolbox v0.0.3
6732026-07-11T17:30:47.913Z Downloaded poly1305 v0.9.0
6742026-07-11T17:30:47.913Z Downloaded aes-gcm v0.11.0
6752026-07-11T17:30:47.916Z Downloaded miette v5.10.0
6762026-07-11T17:30:47.918Z Downloaded primeorder v0.13.6
6772026-07-11T17:30:47.918Z Downloaded postcard v1.1.3
6782026-07-11T17:30:47.921Z Downloaded hickory-server v0.25.2
6792026-07-11T17:30:47.924Z Downloaded primefield v0.14.0
6802026-07-11T17:30:47.924Z Downloaded dropshot-api-manager v0.7.2
6812026-07-11T17:30:47.927Z Downloaded rustc_version v0.4.1
6822026-07-11T17:30:47.930Z Downloaded pest_derive v2.8.6
6832026-07-11T17:30:47.930Z Downloaded rand_core v0.10.0
6842026-07-11T17:30:47.932Z Downloaded rand_core v0.9.5
6852026-07-11T17:30:47.933Z Downloaded hyper-util v0.1.20
6862026-07-11T17:30:47.935Z Downloaded rand_chacha v0.9.0
6872026-07-11T17:30:47.938Z Downloaded rustc_version v0.1.7
6882026-07-11T17:30:47.938Z Downloaded rustc-hash v2.1.1
6892026-07-11T17:30:47.938Z Downloaded rand_seeder v0.4.0
6902026-07-11T17:30:47.941Z Downloaded russh-util v0.52.0
6912026-07-11T17:30:47.941Z Downloaded r2d2 v0.8.10
6922026-07-11T17:30:47.941Z Downloaded openssl-sys v0.9.115
6932026-07-11T17:30:47.944Z Downloaded pkcs5 v0.8.1
6942026-07-11T17:30:47.947Z Downloaded pin-project v1.1.11
6952026-07-11T17:30:47.952Z Downloaded p384 v0.14.0-rc.10
6962026-07-11T17:30:47.955Z Downloaded resolv-conf v0.7.6
6972026-07-11T17:30:47.958Z Downloaded p256 v0.14.0-rc.10
6982026-07-11T17:30:47.958Z Downloaded quote v1.0.45
6992026-07-11T17:30:47.960Z Downloaded same-file v1.0.6
7002026-07-11T17:30:47.960Z Downloaded ref-cast v1.0.25
7012026-07-11T17:30:47.963Z Downloaded progenitor-extras v0.2.0
7022026-07-11T17:30:47.965Z Downloaded relative-path v1.9.3
7032026-07-11T17:30:47.968Z Downloaded psm v0.1.30
7042026-07-11T17:30:47.971Z Downloaded papergrid v0.11.0
7052026-07-11T17:30:47.973Z Downloaded indexmap v2.14.0
7062026-07-11T17:30:47.976Z Downloaded sapling-renderdag v0.1.0
7072026-07-11T17:30:47.979Z Downloaded scheduled-thread-pool v0.2.7
7082026-07-11T17:30:47.979Z Downloaded scopeguard v1.2.0
7092026-07-11T17:30:47.979Z Downloaded memchr v2.8.0
7102026-07-11T17:30:47.983Z Downloaded scroll_derive v0.13.1
7112026-07-11T17:30:47.986Z Downloaded scroll_derive v0.12.1
7122026-07-11T17:30:47.988Z Downloaded secrecy v0.10.3
7132026-07-11T17:30:47.988Z Downloaded pest_meta v2.8.6
7142026-07-11T17:30:47.989Z Downloaded minimal-lexical v0.2.1
7152026-07-11T17:30:47.991Z Downloaded russh-cryptovec v0.61.0
7162026-07-11T17:30:47.994Z Downloaded quinn-udp v0.5.14
7172026-07-11T17:30:47.994Z Downloaded prefix-trie v0.7.0
7182026-07-11T17:30:47.999Z Downloaded seq-macro v0.3.6
7192026-07-11T17:30:47.999Z Downloaded semver v0.1.20
7202026-07-11T17:30:48.002Z Downloaded serde-big-array v0.5.1
7212026-07-11T17:30:48.002Z Downloaded internal-russh-num-bigint v0.5.0
7222026-07-11T17:30:48.002Z Downloaded rustls-native-certs v0.8.3
7232026-07-11T17:30:48.005Z Downloaded rustc-demangle v0.1.27
7242026-07-11T17:30:48.005Z Downloaded rust-argon2 v2.1.0
7252026-07-11T17:30:48.008Z Downloaded clap_builder v4.6.0
7262026-07-11T17:30:48.011Z Downloaded serde_spanned v1.1.1
7272026-07-11T17:30:48.011Z Downloaded serde_spanned v0.6.9
7282026-07-11T17:30:48.013Z Downloaded serde_repr v0.1.20
7292026-07-11T17:30:48.013Z Downloaded serde_plain v1.0.2
7302026-07-11T17:30:48.016Z Downloaded secrecy v0.8.0
7312026-07-11T17:30:48.019Z Downloaded serde_bytes v0.11.19
7322026-07-11T17:30:48.019Z Downloaded mio v1.2.0
7332026-07-11T17:30:48.026Z Downloaded rusty-fork v0.3.1
7342026-07-11T17:30:48.029Z Downloaded sha1 v0.10.6
7352026-07-11T17:30:48.037Z Downloaded serde_urlencoded v0.7.1
7362026-07-11T17:30:48.040Z Downloaded serde_regex v1.1.0
7372026-07-11T17:30:48.040Z Downloaded hashbrown v0.14.5
7382026-07-11T17:30:48.043Z Downloaded progenitor-impl v0.13.0
7392026-07-11T17:30:48.045Z Downloaded sha1 v0.11.0
7402026-07-11T17:30:48.048Z Downloaded shell-words v1.1.1
7412026-07-11T17:30:48.056Z Downloaded sec1 v0.7.3
7422026-07-11T17:30:48.058Z Downloaded signature v3.0.0
7432026-07-11T17:30:48.058Z Downloaded signature v2.2.0
7442026-07-11T17:30:48.061Z Downloaded signal-hook-tokio v0.3.1
7452026-07-11T17:30:48.061Z Downloaded scroll v0.13.0
7462026-07-11T17:30:48.061Z Downloaded scrypt v0.12.0
7472026-07-11T17:30:48.064Z Downloaded sigpipe v0.1.3
7482026-07-11T17:30:48.064Z Downloaded pretty_assertions v1.4.1
7492026-07-11T17:30:48.067Z Downloaded num-bigint v0.4.6
7502026-07-11T17:30:48.069Z Downloaded scroll v0.12.0
7512026-07-11T17:30:48.074Z Downloaded rustls-pemfile v2.2.0
7522026-07-11T17:30:48.077Z Downloaded serde_path_to_error v0.1.20
7532026-07-11T17:30:48.080Z Downloaded chrono v0.4.44
7542026-07-11T17:30:48.082Z Downloaded slog-bunyan v2.5.0
7552026-07-11T17:30:48.085Z Downloaded siphasher v1.0.2
7562026-07-11T17:30:48.085Z Downloaded similar-asserts v1.7.0
7572026-07-11T17:30:48.087Z Downloaded serde-hex v0.1.0
7582026-07-11T17:30:48.088Z Downloaded itertools v0.10.5
7592026-07-11T17:30:48.090Z Downloaded prettyplease v0.2.37
7602026-07-11T17:30:48.093Z Downloaded rand_core v0.6.4
7612026-07-11T17:30:48.096Z Downloaded serde_derive_internals v0.29.1
7622026-07-11T17:30:48.096Z Downloaded rcgen v0.12.1
7632026-07-11T17:30:48.099Z Downloaded serde_tokenstream v0.2.3
7642026-07-11T17:30:48.101Z Downloaded rustls-pki-types v1.14.0
7652026-07-11T17:30:48.101Z Downloaded serde_with_macros v1.5.2
7662026-07-11T17:30:48.105Z Downloaded guppy v0.17.25
7672026-07-11T17:30:48.108Z Downloaded proc-macro2 v1.0.106
7682026-07-11T17:30:48.110Z Downloaded http v1.4.2
7692026-07-11T17:30:48.115Z Downloaded serdect v0.4.3
7702026-07-11T17:30:48.119Z Downloaded hashbrown v0.15.5
7712026-07-11T17:30:48.122Z Downloaded smawk v0.3.2
7722026-07-11T17:30:48.125Z Downloaded slog-envlogger v2.2.0
7732026-07-11T17:30:48.127Z Downloaded signal-hook-mio v0.2.5
7742026-07-11T17:30:48.127Z Downloaded shlex v1.3.0
7752026-07-11T17:30:48.127Z Downloaded sha2 v0.10.9
7762026-07-11T17:30:48.130Z Downloaded sqlparser_derive v0.5.0
7772026-07-11T17:30:48.130Z Downloaded blake3 v1.8.5
7782026-07-11T17:30:48.135Z Downloaded sec1 v0.8.1
7792026-07-11T17:30:48.137Z Downloaded stable_deref_trait v1.2.1
7802026-07-11T17:30:48.137Z Downloaded hashbrown v0.17.0
7812026-07-11T17:30:48.140Z Downloaded idna v1.1.0
7822026-07-11T17:30:48.147Z Downloaded signal-hook-registry v1.4.8
7832026-07-11T17:30:48.151Z Downloaded ron v0.8.1
7842026-07-11T17:30:48.154Z Downloaded rstest v0.25.0
7852026-07-11T17:30:48.156Z Downloaded slog-async v2.8.0
7862026-07-11T17:30:48.156Z Downloaded slab v0.4.12
7872026-07-11T17:30:48.159Z Downloaded simd-adler32 v0.3.8
7882026-07-11T17:30:48.159Z Downloaded strsim v0.10.0
7892026-07-11T17:30:48.162Z Downloaded strip-ansi-escapes v0.2.1
7902026-07-11T17:30:48.162Z Downloaded strum v0.26.3
7912026-07-11T17:30:48.162Z Downloaded structmeta-derive v0.3.0
7922026-07-11T17:30:48.162Z Downloaded strsim v0.11.1
7932026-07-11T17:30:48.165Z Downloaded futures-util v0.3.32
7942026-07-11T17:30:48.170Z Downloaded p521 v0.14.0-rc.10
7952026-07-11T17:30:48.172Z Downloaded itertools v0.13.0
7962026-07-11T17:30:48.176Z Downloaded serde_cbor v0.11.2
7972026-07-11T17:30:48.179Z Downloaded slog-stdlog v4.1.1
7982026-07-11T17:30:48.182Z Downloaded slog-scope v4.4.1
7992026-07-11T17:30:48.182Z Downloaded smallvec v0.6.14
8002026-07-11T17:30:48.182Z Downloaded slog-dtrace v0.3.0
8012026-07-11T17:30:48.185Z Downloaded strum v0.27.2
8022026-07-11T17:30:48.185Z Downloaded supports-color v3.0.2
8032026-07-11T17:30:48.185Z Downloaded subtle v2.6.1
8042026-07-11T17:30:48.188Z Downloaded slog-json v2.6.1
8052026-07-11T17:30:48.188Z Downloaded h2 v0.4.15
8062026-07-11T17:30:48.190Z Downloaded progenitor-impl v0.14.0
8072026-07-11T17:30:48.193Z Downloaded libxml v0.3.3
8082026-07-11T17:30:48.196Z Downloaded salsa20 v0.11.0
8092026-07-11T17:30:48.199Z Downloaded sha2 v0.11.0
8102026-07-11T17:30:48.201Z Downloaded supports-hyperlinks v2.1.0
8112026-07-11T17:30:48.201Z Downloaded supports-color v2.1.0
8122026-07-11T17:30:48.202Z Downloaded publicsuffix v2.3.0
8132026-07-11T17:30:48.205Z Downloaded snafu-derive v0.8.9
8142026-07-11T17:30:48.205Z Downloaded tabled_derive v0.11.0
8152026-07-11T17:30:48.205Z Downloaded sync-ptr v0.1.4
8162026-07-11T17:30:48.208Z Downloaded ssh-cipher v0.3.0-rc.9
8172026-07-11T17:30:48.208Z Downloaded sqlformat v0.3.5
8182026-07-11T17:30:48.208Z Downloaded sync_wrapper v1.0.2
8192026-07-11T17:30:48.210Z Downloaded spki v0.8.0
8202026-07-11T17:30:48.211Z Downloaded ryu v1.0.23
8212026-07-11T17:30:48.213Z Downloaded tabled_derive v0.7.0
8222026-07-11T17:30:48.213Z Downloaded nom v7.1.3
8232026-07-11T17:30:48.216Z Downloaded hkdf v0.13.0
8242026-07-11T17:30:48.219Z Downloaded schemars v0.8.22
8252026-07-11T17:30:48.225Z Downloaded ssh-encoding v0.3.0-rc.9
8262026-07-11T17:30:48.227Z Downloaded target-triple v1.0.0
8272026-07-11T17:30:48.230Z Downloaded tap v1.0.1
8282026-07-11T17:30:48.230Z Downloaded take_mut v0.2.2
8292026-07-11T17:30:48.230Z Downloaded tagptr v0.2.0
8302026-07-11T17:30:48.230Z Downloaded tabwriter v1.4.1
8312026-07-11T17:30:48.233Z Downloaded semver v1.0.28
8322026-07-11T17:30:48.233Z Downloaded iri-string v0.7.10
8332026-07-11T17:30:48.237Z Downloaded itertools v0.14.0
8342026-07-11T17:30:48.241Z Downloaded slog-term v2.9.2
8352026-07-11T17:30:48.244Z Downloaded itertools v0.12.1
8362026-07-11T17:30:48.246Z Downloaded termtree v0.5.1
8372026-07-11T17:30:48.249Z Downloaded strum_macros v0.27.2
8382026-07-11T17:30:48.249Z Downloaded terminal_size v0.1.17
8392026-07-11T17:30:48.252Z Downloaded terminal_size v0.4.3
8402026-07-11T17:30:48.252Z Downloaded support-bundle-viewer v0.1.2
8412026-07-11T17:30:48.252Z Downloaded strum_macros v0.26.4
8422026-07-11T17:30:48.255Z Downloaded hyper v1.10.1
8432026-07-11T17:30:48.258Z Downloaded signal-hook v0.3.18
8442026-07-11T17:30:48.260Z Downloaded testing_table v0.3.0
8452026-07-11T17:30:48.260Z Downloaded libm v0.2.16
8462026-07-11T17:30:48.266Z Downloaded thread-id v4.2.2
8472026-07-11T17:30:48.269Z Downloaded thread-id v5.1.0
8482026-07-11T17:30:48.269Z Downloaded synstructure v0.13.2
8492026-07-11T17:30:48.269Z Downloaded thiserror-impl-no-std v2.0.2
8502026-07-11T17:30:48.272Z Downloaded smf v0.2.3
8512026-07-11T17:30:48.272Z Downloaded serde_yaml v0.9.34+deprecated
8522026-07-11T17:30:48.274Z Downloaded time-core v0.1.8
8532026-07-11T17:30:48.275Z Downloaded tinyvec_macros v0.1.1
8542026-07-11T17:30:48.275Z Downloaded strum_macros v0.24.3
8552026-07-11T17:30:48.277Z Downloaded spin v0.9.8
8562026-07-11T17:30:48.277Z Downloaded structmeta v0.3.0
8572026-07-11T17:30:48.280Z Downloaded stringprep v0.1.5
8582026-07-11T17:30:48.280Z Downloaded schemars v0.9.0
8592026-07-11T17:30:48.286Z Downloaded slog v2.8.2
8602026-07-11T17:30:48.289Z Downloaded tokio-macros v2.7.0
8612026-07-11T17:30:48.292Z Downloaded target-spec v3.5.7
8622026-07-11T17:30:48.292Z Downloaded rsa v0.9.10
8632026-07-11T17:30:48.294Z Downloaded target-lexicon v0.13.3
8642026-07-11T17:30:48.298Z Downloaded tokio-test v0.4.5
8652026-07-11T17:30:48.298Z Downloaded toml_datetime v0.6.11
8662026-07-11T17:30:48.298Z Downloaded rand v0.9.2
8672026-07-11T17:30:48.301Z Downloaded similar v2.7.0
8682026-07-11T17:30:48.304Z Downloaded pest v2.8.6
8692026-07-11T17:30:48.306Z Downloaded rustls-webpki v0.103.13
8702026-07-11T17:30:48.309Z Downloaded termios v0.3.3
8712026-07-11T17:30:48.309Z Downloaded termcolor v1.4.1
8722026-07-11T17:30:48.312Z Downloaded smallvec v1.15.1
8732026-07-11T17:30:48.312Z Downloaded serde_core v1.0.228
8742026-07-11T17:30:48.315Z Downloaded toml_write v0.1.2
8752026-07-11T17:30:48.318Z Downloaded topological-sort v0.2.2
8762026-07-11T17:30:48.318Z Downloaded trait-variant v0.1.2
8772026-07-11T17:30:48.318Z Downloaded tower-service v0.3.3
8782026-07-11T17:30:48.318Z Downloaded goblin v0.8.2
8792026-07-11T17:30:48.321Z Downloaded stringmetrics v2.2.2
8802026-07-11T17:30:48.324Z Downloaded string_cache v0.8.9
8812026-07-11T17:30:48.324Z Downloaded serde_derive v1.0.228
8822026-07-11T17:30:48.327Z Downloaded tower-layer v0.3.3
8832026-07-11T17:30:48.327Z Downloaded thiserror-impl v2.0.18
8842026-07-11T17:30:48.329Z Downloaded samael v0.0.19
8852026-07-11T17:30:48.332Z Downloaded socket2 v0.5.10
8862026-07-11T17:30:48.335Z Downloaded thiserror-impl v1.0.69
8872026-07-11T17:30:48.335Z Downloaded static_assertions v1.1.0
8882026-07-11T17:30:48.335Z Downloaded thiserror-no-std v2.0.2
8892026-07-11T17:30:48.338Z Downloaded unicode-linebreak v0.1.5
8902026-07-11T17:30:48.341Z Downloaded typify-macro v0.6.2
8912026-07-11T17:30:48.341Z Downloaded unarray v0.1.4
8922026-07-11T17:30:48.341Z Downloaded try-lock v0.2.5
8932026-07-11T17:30:48.344Z Downloaded thread_local v1.1.9
8942026-07-11T17:30:48.344Z Downloaded unicode-truncate v1.1.0
8952026-07-11T17:30:48.344Z Downloaded thiserror v2.0.18
8962026-07-11T17:30:48.347Z Downloaded universal-hash v0.6.1
8972026-07-11T17:30:48.350Z Downloaded universal-hash v0.5.1
8982026-07-11T17:30:48.350Z Downloaded tiny-keccak v2.0.2
8992026-07-11T17:30:48.353Z Downloaded serde v1.0.228
9002026-07-11T17:30:48.356Z Downloaded tls_codec v0.4.2
9012026-07-11T17:30:48.356Z Downloaded tinystr v0.8.2
9022026-07-11T17:30:48.359Z Downloaded time-macros v0.2.27
9032026-07-11T17:30:48.359Z Downloaded tokio-native-tls v0.3.1
9042026-07-11T17:30:48.362Z Downloaded tokio-tungstenite v0.21.0
9052026-07-11T17:30:48.362Z Downloaded untrusted v0.9.0
9062026-07-11T17:30:48.365Z Downloaded tokio-dtrace v0.1.1
9072026-07-11T17:30:48.365Z Downloaded tinytemplate v1.2.1
9082026-07-11T17:30:48.365Z Downloaded rand v0.10.1
9092026-07-11T17:30:48.367Z Downloaded untrusted v0.7.1
9102026-07-11T17:30:48.367Z Downloaded unit-prefix v0.5.2
9112026-07-11T17:30:48.370Z Downloaded unicode-xid v0.2.6
9122026-07-11T17:30:48.370Z Downloaded iddqd v0.4.2
9132026-07-11T17:30:48.405Z Downloaded toml_writer v1.1.1+spec-1.1.0
9142026-07-11T17:30:48.405Z Downloaded usdt v0.5.0
9152026-07-11T17:30:48.405Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9162026-07-11T17:30:48.405Z Downloaded usdt-attr-macro v0.5.0
9172026-07-11T17:30:48.405Z Downloaded subprocess v0.2.15
9182026-07-11T17:30:48.405Z Downloaded utf-8 v0.7.6
9192026-07-11T17:30:48.405Z Downloaded bitvec v1.0.1
9202026-07-11T17:30:48.405Z Downloaded utf8_iter v1.0.4
9212026-07-11T17:30:48.405Z Downloaded usdt-macro v0.6.0
9222026-07-11T17:30:48.405Z Downloaded usdt-macro v0.5.0
9232026-07-11T17:30:48.405Z Downloaded usdt-attr-macro v0.6.0
9242026-07-11T17:30:48.405Z Downloaded utf8parse v0.2.2
9252026-07-11T17:30:48.405Z Downloaded thiserror v1.0.69
9262026-07-11T17:30:48.405Z Downloaded snafu v0.8.9
9272026-07-11T17:30:48.405Z Downloaded socket2 v0.6.3
9282026-07-11T17:30:48.408Z Downloaded bindgen v0.71.1
9292026-07-11T17:30:48.408Z Downloaded unicase v2.9.0
9302026-07-11T17:30:48.411Z Downloaded tui-tree-widget v0.23.1
9312026-07-11T17:30:48.411Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9322026-07-11T17:30:48.411Z Downloaded wait-timeout v0.2.1
9332026-07-11T17:30:48.414Z Downloaded term v1.2.1
9342026-07-11T17:30:48.414Z Downloaded void v1.0.2
9352026-07-11T17:30:48.417Z Downloaded version_check v0.9.5
9362026-07-11T17:30:48.417Z Downloaded term v0.7.0
9372026-07-11T17:30:48.419Z Downloaded tempfile v3.25.0
9382026-07-11T17:30:48.420Z Downloaded schemars v1.2.1
9392026-07-11T17:30:48.427Z Downloaded want v0.3.1
9402026-07-11T17:30:48.430Z Downloaded tls_codec_derive v0.4.2
9412026-07-11T17:30:48.430Z Downloaded plotters v0.3.7
9422026-07-11T17:30:48.435Z Downloaded waitgroup v0.1.2
9432026-07-11T17:30:48.437Z Downloaded tokio-stream v0.1.18
9442026-07-11T17:30:48.440Z Downloaded tokio-rustls v0.26.4
9452026-07-11T17:30:48.440Z Downloaded nom v8.0.0
9462026-07-11T17:30:48.443Z Downloaded tokio-tungstenite v0.23.1
9472026-07-11T17:30:48.446Z Downloaded rsa v0.10.0-rc.18
9482026-07-11T17:30:48.448Z Downloaded yoke-derive v0.8.1
9492026-07-11T17:30:48.451Z Downloaded toml v0.8.23
9502026-07-11T17:30:48.451Z Downloaded xattr v1.6.1
9512026-07-11T17:30:48.454Z Downloaded aws-lc-rs v1.16.3
9522026-07-11T17:30:48.457Z Downloaded zerofrom-derive v0.1.6
9532026-07-11T17:30:48.460Z Downloaded toml_parser v1.1.2+spec-1.1.0
9542026-07-11T17:30:48.460Z Downloaded tracing-attributes v0.1.31
9552026-07-11T17:30:48.463Z Downloaded textwrap v0.16.2
9562026-07-11T17:30:48.465Z Downloaded xshell-macros v0.2.7
9572026-07-11T17:30:48.465Z Downloaded uzers v0.12.2
9582026-07-11T17:30:48.465Z Downloaded zerofrom v0.1.6
9592026-07-11T17:30:48.468Z Downloaded usdt-impl v0.5.0
9602026-07-11T17:30:48.468Z Downloaded textwrap v0.15.2
9612026-07-11T17:30:48.468Z Downloaded test-strategy v0.4.5
9622026-07-11T17:30:48.471Z Downloaded git2 v0.20.4
9632026-07-11T17:30:48.475Z Downloaded usdt-impl v0.6.0
9642026-07-11T17:30:48.478Z Downloaded usdt v0.6.0
9652026-07-11T17:30:48.478Z Downloaded stacker v0.1.23
9662026-07-11T17:30:48.481Z Downloaded rstest_macros v0.25.0
9672026-07-11T17:30:48.481Z Downloaded ucd-trie v0.1.7
9682026-07-11T17:30:48.483Z Downloaded vergen-git2 v9.1.0
9692026-07-11T17:30:48.484Z Downloaded schemars_derive v0.8.22
9702026-07-11T17:30:48.486Z Downloaded twox-hash v2.1.2
9712026-07-11T17:30:48.486Z Downloaded trybuild v1.0.116
9722026-07-11T17:30:48.489Z Downloaded zone_cfg_derive v0.3.1
9732026-07-11T17:30:48.489Z Downloaded zone v0.3.1
9742026-07-11T17:30:48.492Z Downloaded rand v0.8.6
9752026-07-11T17:30:48.492Z Downloaded vergen-lib v9.1.0
9762026-07-11T17:30:48.494Z Downloaded vergen-lib v0.1.6
9772026-07-11T17:30:48.494Z Downloaded unicode-properties v0.1.4
9782026-07-11T17:30:48.497Z Downloaded tinyvec v1.10.0
9792026-07-11T17:30:48.497Z Downloaded rpassword v7.4.0
9802026-07-11T17:30:48.501Z Downloaded qorb v0.4.1
9812026-07-11T17:30:48.505Z Downloaded hkdf v0.12.4
9822026-07-11T17:30:48.505Z Downloaded crypto-primes v0.7.2
9832026-07-11T17:30:48.507Z Downloaded steno v0.4.1
9842026-07-11T17:30:48.510Z Downloaded whoami v2.1.0
9852026-07-11T17:30:48.510Z Downloaded spki v0.7.3
9862026-07-11T17:30:48.513Z Downloaded whoami v1.6.1
9872026-07-11T17:30:48.513Z Downloaded vsss-rs v3.3.4
9882026-07-11T17:30:48.515Z Downloaded wyz v0.5.1
9892026-07-11T17:30:48.515Z Downloaded writeable v0.6.2
9902026-07-11T17:30:48.516Z Downloaded swrite v0.1.0
9912026-07-11T17:30:48.518Z Downloaded supports-unicode v2.1.0
9922026-07-11T17:30:48.518Z Downloaded quinn v0.11.9
9932026-07-11T17:30:48.521Z Downloaded yoke v0.8.1
9942026-07-11T17:30:48.521Z Downloaded num-bigint-dig v0.8.6
9952026-07-11T17:30:48.524Z Downloaded toml v0.7.8
9962026-07-11T17:30:48.527Z Downloaded reedline v0.40.0
9972026-07-11T17:30:48.530Z Downloaded zeroize_derive v1.4.3
9982026-07-11T17:30:48.533Z Downloaded xshell v0.2.7
9992026-07-11T17:30:48.533Z Downloaded serde_with_macros v3.17.0
10002026-07-11T17:30:48.533Z Downloaded rustversion v1.0.22
10012026-07-11T17:30:48.536Z Downloaded rustls-platform-verifier v0.6.2
10022026-07-11T17:30:48.538Z Downloaded tracing-core v0.1.36
10032026-07-11T17:30:48.538Z Downloaded rayon-core v1.13.0
10042026-07-11T17:30:48.541Z Downloaded rustyline v14.0.0
10052026-07-11T17:30:48.544Z Downloaded tungstenite v0.21.0
10062026-07-11T17:30:48.546Z Downloaded vergen-gitcl v1.0.8
10072026-07-11T17:30:48.546Z Downloaded vergen v9.1.0
10082026-07-11T17:30:48.549Z Downloaded unicode-ident v1.0.24
10092026-07-11T17:30:48.552Z Downloaded unicode-bidi v0.3.18
10102026-07-11T17:30:48.552Z Downloaded zerovec-derive v0.11.2
10112026-07-11T17:30:48.554Z Downloaded p384 v0.13.1
10122026-07-11T17:30:48.557Z Downloaded walkdir v2.5.0
10132026-07-11T17:30:48.557Z Downloaded typify v0.6.2
10142026-07-11T17:30:48.560Z Downloaded tungstenite v0.23.0
10152026-07-11T17:30:48.563Z Downloaded zmij v1.0.21
10162026-07-11T17:30:48.563Z Downloaded zstd-safe v7.2.4
10172026-07-11T17:30:48.565Z Downloaded zstd v0.13.3
10182026-07-11T17:30:48.565Z Downloaded tar v0.4.45
10192026-07-11T17:30:48.568Z Downloaded rand_distr v0.5.1
10202026-07-11T17:30:48.571Z Downloaded lalrpop v0.19.12
10212026-07-11T17:30:48.575Z Downloaded yasna v0.5.2
10222026-07-11T17:30:48.579Z Downloaded goblin v0.10.5
10232026-07-11T17:30:48.582Z Downloaded toml v1.1.2+spec-1.1.0
10242026-07-11T17:30:48.585Z Downloaded toml_edit v0.23.10+spec-1.0.0
10252026-07-11T17:30:48.588Z Downloaded serde_with v1.14.0
10262026-07-11T17:30:48.590Z Downloaded zerocopy v0.6.6
10272026-07-11T17:30:48.590Z Downloaded reqwest v0.13.2
10282026-07-11T17:30:48.594Z Downloaded regex v1.12.3
10292026-07-11T17:30:48.597Z Downloaded zerocopy-derive v0.7.35
10302026-07-11T17:30:48.600Z Downloaded uuid v1.23.4
10312026-07-11T17:30:48.602Z Downloaded reqwest v0.12.28
10322026-07-11T17:30:48.605Z Downloaded zeroize v1.8.2
10332026-07-11T17:30:48.608Z Downloaded portable-atomic v1.13.1
10342026-07-11T17:30:48.610Z Downloaded icu_properties_data v2.1.2
10352026-07-11T17:30:48.616Z Downloaded vte v0.14.1
10362026-07-11T17:30:48.619Z Downloaded rayon v1.11.0
10372026-07-11T17:30:48.622Z Downloaded unsafe-libyaml v0.2.11
10382026-07-11T17:30:48.625Z Downloaded toml_edit v0.22.27
10392026-07-11T17:30:48.628Z Downloaded tokio-postgres v0.7.16
10402026-07-11T17:30:48.631Z Downloaded serde_json v1.0.150
10412026-07-11T17:30:48.634Z Downloaded moka v0.12.13
10422026-07-11T17:30:48.639Z Downloaded zopfli v0.8.3
10432026-07-11T17:30:48.642Z Downloaded hashbrown v0.16.1
10442026-07-11T17:30:48.647Z Downloaded quick-xml v0.37.5
10452026-07-11T17:30:48.651Z Downloaded url v2.5.8
10462026-07-11T17:30:48.654Z Downloaded unicode_categories v0.1.1
10472026-07-11T17:30:48.656Z Downloaded toml_edit v0.19.15
10482026-07-11T17:30:48.666Z Downloaded zip v0.6.6
10492026-07-11T17:30:48.670Z Downloaded salty v0.3.0
10502026-07-11T17:30:48.675Z Downloaded crypto-bigint v0.7.5
10512026-07-11T17:30:48.690Z Downloaded yansi v1.0.1
10522026-07-11T17:30:48.692Z Downloaded zerotrie v0.2.3
10532026-07-11T17:30:48.695Z Downloaded tower v0.5.3
10542026-07-11T17:30:48.700Z Downloaded gimli v0.32.3
10552026-07-11T17:30:48.705Z Downloaded curve25519-dalek v4.1.3
10562026-07-11T17:30:48.710Z Downloaded petname v2.0.2
10572026-07-11T17:30:48.713Z Downloaded unicode-segmentation v1.12.0
10582026-07-11T17:30:48.716Z Downloaded x509-cert v0.2.5
10592026-07-11T17:30:48.720Z Downloaded ssh-key v0.7.0-rc.10
10602026-07-11T17:30:48.729Z Downloaded zerocopy-derive v0.8.40
10612026-07-11T17:30:48.735Z Downloaded curve25519-dalek v5.0.0-rc.0
10622026-07-11T17:30:48.740Z Downloaded unicode-normalization v0.1.25
10632026-07-11T17:30:48.743Z Downloaded typed-path v0.9.3
10642026-07-11T17:30:48.751Z Downloaded tough v0.22.0
10652026-07-11T17:30:48.756Z Downloaded serde_with v3.17.0
10662026-07-11T17:30:48.763Z Downloaded proptest v1.10.0
10672026-07-11T17:30:48.769Z Downloaded object v0.30.4
10682026-07-11T17:30:48.774Z Downloaded typenum v1.20.1
10692026-07-11T17:30:48.778Z Downloaded nix v0.27.1
10702026-07-11T17:30:48.784Z Downloaded polar-core v0.27.3
10712026-07-11T17:30:48.789Z Downloaded russh v0.61.2
10722026-07-11T17:30:48.794Z Downloaded tokio-util v0.7.18
10732026-07-11T17:30:48.798Z Downloaded zip v4.6.1
10742026-07-11T17:30:48.801Z Downloaded tower-http v0.6.8
10752026-07-11T17:30:48.805Z Downloaded radix_trie v0.2.1
10762026-07-11T17:30:48.808Z Downloaded quinn-proto v0.11.13
10772026-07-11T17:30:48.812Z Downloaded bstr v1.12.1
10782026-07-11T17:30:48.818Z Downloaded winnow v0.6.26
10792026-07-11T17:30:48.823Z Downloaded dropshot v0.17.1
10802026-07-11T17:30:48.836Z Downloaded zerovec v0.11.5
10812026-07-11T17:30:48.842Z Downloaded regex-syntax v0.6.29
10822026-07-11T17:30:48.851Z Downloaded openssl v0.10.79
10832026-07-11T17:30:48.856Z Downloaded winnow v0.5.40
10842026-07-11T17:30:48.861Z Downloaded syn v1.0.109
10852026-07-11T17:30:48.876Z Downloaded smoltcp v0.9.1
10862026-07-11T17:30:48.892Z Downloaded tabled v0.15.0
10872026-07-11T17:30:48.901Z Downloaded nix v0.28.0
10882026-07-11T17:30:48.908Z Downloaded hickory-proto v0.24.4
10892026-07-11T17:30:48.917Z Downloaded zerocopy v0.7.35
10902026-07-11T17:30:48.926Z Downloaded winnow v1.0.3
10912026-07-11T17:30:48.931Z Downloaded winnow v0.7.14
10922026-07-11T17:30:48.936Z Downloaded time v0.3.47
10932026-07-11T17:30:48.944Z Downloaded syn v2.0.117
10942026-07-11T17:30:48.950Z Downloaded smoltcp v0.11.0
10952026-07-11T17:30:48.959Z Downloaded regex-syntax v0.8.10
10962026-07-11T17:30:48.963Z Downloaded openapiv3 v2.2.0
10972026-07-11T17:30:48.970Z Downloaded zlib-rs v0.6.2
10982026-07-11T17:30:48.973Z Downloaded rustix v0.38.44
10992026-07-11T17:30:48.986Z Downloaded hickory-proto v0.25.2
11002026-07-11T17:30:48.995Z Downloaded regress v0.10.5
11012026-07-11T17:30:49.000Z Downloaded diesel v2.3.7
11022026-07-11T17:30:49.012Z Downloaded unicode-width v0.2.0
11032026-07-11T17:30:49.015Z Downloaded zerocopy v0.8.40
11042026-07-11T17:30:49.022Z Downloaded rustls v0.23.41
11052026-07-11T17:30:49.029Z Downloaded unicode-width v0.1.14
11062026-07-11T17:30:49.032Z Downloaded regress v0.11.1
11072026-07-11T17:30:49.038Z Downloaded tabled v0.20.0
11082026-07-11T17:30:49.048Z Downloaded sled v0.34.7
11092026-07-11T17:30:49.054Z Downloaded object v0.37.3
11102026-07-11T17:30:49.060Z Downloaded rustix v1.1.3
11112026-07-11T17:30:49.074Z Downloaded nix v0.31.2
11122026-07-11T17:30:49.081Z Downloaded vcpkg v0.2.15
11132026-07-11T17:30:49.110Z Downloaded fiat-crypto v0.3.0
11142026-07-11T17:30:49.119Z Downloaded tracing v0.1.44
11152026-07-11T17:30:49.132Z Downloaded sqlparser v0.61.0
11162026-07-11T17:30:49.144Z Downloaded sha3 v0.11.0
11172026-07-11T17:30:49.153Z Downloaded regex-automata v0.4.14
11182026-07-11T17:30:49.161Z Downloaded ratatui v0.29.0
11192026-07-11T17:30:49.174Z Downloaded typify-impl v0.6.2
11202026-07-11T17:30:49.183Z Downloaded chrono-tz v0.10.4
11212026-07-11T17:30:49.194Z Downloaded bzip2-sys v0.1.13+1.0.8
11222026-07-11T17:30:49.202Z Downloaded petgraph v0.6.5
11232026-07-11T17:30:49.213Z Downloaded jiff v0.2.21
11242026-07-11T17:30:49.237Z Downloaded petgraph v0.8.3
11252026-07-11T17:30:49.251Z Downloaded zerocopy-derive v0.6.6
11262026-07-11T17:30:49.256Z Downloaded csv v1.4.0
11272026-07-11T17:30:49.278Z Downloaded libz-sys v1.1.24
11282026-07-11T17:30:49.291Z Downloaded libc v0.2.185
11292026-07-11T17:30:49.318Z Downloaded sha3 v0.10.8
11302026-07-11T17:30:49.322Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11312026-07-11T17:30:49.332Z Downloaded tokio v1.52.1
11322026-07-11T17:30:49.379Z Downloaded encoding_rs v0.8.35
11332026-07-11T17:30:49.406Z Downloaded ring v0.17.14
11342026-07-11T17:30:49.446Z Downloaded httpmock v0.8.3
11352026-07-11T17:30:49.459Z Downloaded libgit2-sys v0.18.3+1.9.2
11362026-07-11T17:30:49.920Z Downloaded aws-lc-sys v0.40.0
11372026-07-11T17:30:50.331Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11382026-07-11T17:30:53.828Z Startup: Refreshing catalog 'helios' ... Done
11392026-07-11T17:30:53.938Z Startup: Caching catalogs ... Done
11402026-07-11T17:30:54.425ZPlanning: Solver setup ... Done (0.441s)
11412026-07-11T17:30:54.453ZPlanning: Running solver ... Done (0.028s)
11422026-07-11T17:30:54.464ZPlanning: Finding local manifests ... Done (0.003s)
11432026-07-11T17:30:54.475ZPlanning: Fetching manifests: 0/2 0% complete
11442026-07-11T17:30:54.493ZPlanning: Fetching manifests: 2/2 100% complete
11452026-07-11T17:30:54.506ZPlanning: Package planning ... Done (0.013s)
11462026-07-11T17:30:54.509ZPlanning: Merging actions ... Done (0.002s)
11472026-07-11T17:30:54.672ZPlanning: Checking for conflicting actions ... Done (0.164s)
11482026-07-11T17:30:54.675ZPlanning: Consolidating action changes ... Done (0.001s)
11492026-07-11T17:30:55.538ZPlanning: Evaluating mediators ... Done (0.866s)
11502026-07-11T17:30:55.541ZPlanning: Planning completed in 1.58 seconds
11512026-07-11T17:30:55.549Z Packages to install: 2
11522026-07-11T17:30:55.549Z Estimated space available: 155.78 GB
11532026-07-11T17:30:55.552ZEstimated space to be consumed: 31.27 MB
11542026-07-11T17:30:55.552Z Create boot environment: No
11552026-07-11T17:30:55.552ZCreate backup boot environment: No
11562026-07-11T17:30:55.552Z Rebuild boot archive: No
11572026-07-11T17:30:55.552Z
11582026-07-11T17:30:55.552ZChanged packages:
11592026-07-11T17:30:55.552Zhelios
11602026-07-11T17:30:55.552Z developer/build-essential
11612026-07-11T17:30:55.552Z None -> 11-3.0
11622026-07-11T17:30:55.552Z library/libxmlsec1
11632026-07-11T17:30:55.552Z None -> 1.2.35-3.0
11642026-07-11T17:30:55.573Z
11652026-07-11T17:30:55.573ZDownload: 0/214 items 0.0/1.3MB 0% complete
11662026-07-11T17:30:56.065ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
11672026-07-11T17:30:56.146Z Actions: 1/268 actions (Installing new actions)
11682026-07-11T17:30:56.186Z Actions: Completed 268 actions in 0.04 seconds.
11692026-07-11T17:30:56.198ZFinalize: Updating package state database ... Done (0.012s)
11702026-07-11T17:30:56.201ZFinalize: Updating package cache ... Done (0.000s)
11712026-07-11T17:30:56.228ZFinalize: Updating image state ... Done (0.029s)
11722026-07-11T17:30:58.806ZFinalize: Creating fast lookup database ... Done (2.553s)
11732026-07-11T17:30:58.877ZFinalize: Reading search index ... Done (0.012s)
11742026-07-11T17:30:58.880ZFinalize: Updating search index ... Done (0.000s)
11752026-07-11T17:30:58.963ZFinalize: Updating package cache ... Done (0.000s)
11762026-07-11T17:30:59.279ZPlanning: Evaluating mediator changes ... Done
11772026-07-11T17:30:59.384ZPlanning: Checking for conflicting actions ... Done
11782026-07-11T17:30:59.387ZPlanning: Consolidating action changes ... Done
11792026-07-11T17:30:59.543ZPlanning: Evaluating mediators ... Done
11802026-07-11T17:30:59.546ZPlanning: Planning completed in 0.26 seconds
11812026-07-11T17:30:59.567Z Mediators to change: 2
11822026-07-11T17:30:59.567Z Create boot environment: No
11832026-07-11T17:30:59.567ZCreate backup boot environment: No
11842026-07-11T17:30:59.608ZFinalize: Updating package state database ... Done
11852026-07-11T17:30:59.608ZFinalize: Updating package cache ... Done
11862026-07-11T17:30:59.625ZFinalize: Updating image state ... Done
11872026-07-11T17:31:01.584ZFinalize: Creating fast lookup database ... Done
11882026-07-11T17:31:01.652ZFinalize: Reading search index ... Done
11892026-07-11T17:31:01.655ZFinalize: Updating search index ... Done
11902026-07-11T17:31:01.715ZFinalize: Updating package cache ... Done
11912026-07-11T17:31:02.011ZPlanning: Evaluating mediator changes ... Done
11922026-07-11T17:31:02.149ZPlanning: Checking for conflicting actions ... Done
11932026-07-11T17:31:02.194ZPlanning: Consolidating action changes ... Done
11942026-07-11T17:31:02.290ZPlanning: Evaluating mediators ... Done
11952026-07-11T17:31:02.293ZPlanning: Planning completed in 0.27 seconds
11962026-07-11T17:31:02.298Z Mediators to change: 1
11972026-07-11T17:31:02.298Z Create boot environment: No
11982026-07-11T17:31:02.301ZCreate backup boot environment: No
11992026-07-11T17:31:02.336ZFinalize: Updating package state database ... Done
12002026-07-11T17:31:02.336ZFinalize: Updating package cache ... Done
12012026-07-11T17:31:02.357ZFinalize: Updating image state ... Done
12022026-07-11T17:31:04.300ZFinalize: Creating fast lookup database ... Done
12032026-07-11T17:31:04.366ZFinalize: Reading search index ... Done
12042026-07-11T17:31:04.369ZFinalize: Updating search index ... Done
12052026-07-11T17:31:04.444ZFinalize: Updating package cache ... Done
12062026-07-11T17:31:04.766ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12072026-07-11T17:31:04.766Zapache system 2.4 system
12082026-07-11T17:31:04.766Zclang system 15 system
12092026-07-11T17:31:04.766Zcsh system system illumos
12102026-07-11T17:31:04.766Zctags system system illumos
12112026-07-11T17:31:04.767Zfile vendor vendor darwinsys
12122026-07-11T17:31:04.767Zfile system system illumos
12132026-07-11T17:31:04.767Zgcc vendor 14 vendor
12142026-07-11T17:31:04.767Zgcc system 13 system
12152026-07-11T17:31:04.767Zgcc system 10 system
12162026-07-11T17:31:04.767Zgo system 1.25 system
12172026-07-11T17:31:04.767Zllvm system 15 system
12182026-07-11T17:31:04.767Zmariadb system 11.4 system
12192026-07-11T17:31:04.767Zmta vendor vendor dma
12202026-07-11T17:31:04.767Zopenjdk system 17 system
12212026-07-11T17:31:04.767Zopenjdk system 11 system
12222026-07-11T17:31:04.767Zopenssl vendor 3 vendor
12232026-07-11T17:31:04.767Zperl system 5.40 system
12242026-07-11T17:31:04.767Zpostgresql system 18 system
12252026-07-11T17:31:04.767Zpostgresql system 17 system
12262026-07-11T17:31:04.767Zpython vendor 3 vendor
12272026-07-11T17:31:04.768Zpython system 2 system
12282026-07-11T17:31:04.768Zpython3 vendor 3.13 vendor
12292026-07-11T17:31:04.768Zruby system 3.4 system
12302026-07-11T17:31:04.768Zruby system 3.0 system
12312026-07-11T17:31:04.768Zwords vendor vendor american-english
12322026-07-11T17:31:04.768Zwords system system australian-english
12332026-07-11T17:31:04.768Zwords system system british-english
12342026-07-11T17:31:04.768Zwords system system canadian-english
12352026-07-11T17:31:04.768Zwords system system french
12362026-07-11T17:31:04.768Zwords system system italian
12372026-07-11T17:31:04.768Zwords system system ngerman
12382026-07-11T17:31:04.768Zwords system system ogerman
12392026-07-11T17:31:04.768Zwords system system spanish
12402026-07-11T17:31:05.032ZPUBLISHER TYPE STATUS P LOCATION
12412026-07-11T17:31:05.033Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12422026-07-11T17:31:05.323ZFMRI IFO
12432026-07-11T17:31:05.323Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12442026-07-11T17:31:05.323Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12452026-07-11T17:31:05.323Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12462026-07-11T17:31:05.323Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12472026-07-11T17:31:05.323Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12482026-07-11T17:31:05.323Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12492026-07-11T17:31:05.323Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12502026-07-11T17:31:05.323Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12512026-07-11T17:31:05.323Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12522026-07-11T17:31:05.846Z Downloading crates ...
12532026-07-11T17:31:05.901Z Downloaded cargo_toml v0.21.0
12542026-07-11T17:31:05.949Z Compiling proc-macro2 v1.0.106
12552026-07-11T17:31:05.949Z Compiling unicode-ident v1.0.24
12562026-07-11T17:31:05.949Z Compiling quote v1.0.45
12572026-07-11T17:31:05.952Z Compiling serde_core v1.0.228
12582026-07-11T17:31:05.952Z Compiling libc v0.2.185
12592026-07-11T17:31:05.952Z Compiling version_check v0.9.5
12602026-07-11T17:31:05.952Z Compiling memchr v2.8.0
12612026-07-11T17:31:05.952Z Compiling serde v1.0.228
12622026-07-11T17:31:05.952Z Compiling zmij v1.0.21
12632026-07-11T17:31:05.952Z Compiling ucd-trie v0.1.7
12642026-07-11T17:31:05.952Z Compiling itoa v1.0.17
12652026-07-11T17:31:05.952Z Compiling thiserror v1.0.69
12662026-07-11T17:31:06.030Z Compiling rustix v1.1.3
12672026-07-11T17:31:06.033Z Compiling byteorder v1.5.0
12682026-07-11T17:31:06.187Z Compiling serde_json v1.0.150
12692026-07-11T17:31:06.327Z Compiling bitflags v2.11.0
12702026-07-11T17:31:06.482Z Compiling syn v1.0.109
12712026-07-11T17:31:06.493Z Compiling proc-macro-error-attr v1.0.4
12722026-07-11T17:31:06.556Z Compiling usdt-impl v0.5.0
12732026-07-11T17:31:06.559Z Compiling camino v1.2.2
12742026-07-11T17:31:06.603Z Compiling pest v2.8.6
12752026-07-11T17:31:06.632Z Compiling proc-macro-error v1.0.4
12762026-07-11T17:31:06.640Z Compiling utf8parse v0.2.2
12772026-07-11T17:31:06.710Z Compiling log v0.4.29
12782026-07-11T17:31:06.751Z Compiling getrandom v0.4.1
12792026-07-11T17:31:06.770Z Compiling equivalent v1.0.2
12802026-07-11T17:31:06.786Z Compiling plain v0.2.3
12812026-07-11T17:31:06.821Z Compiling hashbrown v0.17.0
12822026-07-11T17:31:06.872Z Compiling anstyle-parse v1.0.0
12832026-07-11T17:31:06.923Z Compiling thiserror v2.0.18
12842026-07-11T17:31:06.923Z Compiling colorchoice v1.0.4
12852026-07-11T17:31:06.933Z Compiling autocfg v1.5.0
12862026-07-11T17:31:06.950Z Compiling anstyle v1.0.14
12872026-07-11T17:31:06.985Z Compiling winnow v0.7.14
12882026-07-11T17:31:07.002Z Compiling errno v0.3.14
12892026-07-11T17:31:07.011Z Compiling thread-id v4.2.2
12902026-07-11T17:31:07.053Z Compiling cfg-if v1.0.4
12912026-07-11T17:31:07.065Z Compiling anstyle-query v1.1.5
12922026-07-11T17:31:07.068Z Compiling pretty-hex v0.4.1
12932026-07-11T17:31:07.107Z Compiling is_terminal_polyfill v1.70.2
12942026-07-11T17:31:07.148Z Compiling toml_write v0.1.2
12952026-07-11T17:31:07.184Z Compiling anstream v1.0.0
12962026-07-11T17:31:07.203Z Compiling heck v0.5.0
12972026-07-11T17:31:07.215Z Compiling fastrand v2.3.0
12982026-07-11T17:31:07.231Z Compiling strsim v0.11.1
12992026-07-11T17:31:07.356Z Compiling indexmap v2.14.0
13002026-07-11T17:31:07.368Z Compiling unicode-width v0.1.14
13012026-07-11T17:31:07.387Z Compiling fs-err v3.3.0
13022026-07-11T17:31:07.398Z Compiling bytecount v0.6.9
13032026-07-11T17:31:07.464Z Compiling anyhow v1.0.102
13042026-07-11T17:31:07.497Z Compiling syn v2.0.117
13052026-07-11T17:31:07.518Z Compiling clap_lex v1.0.0
13062026-07-11T17:31:07.558Z Compiling once_cell v1.21.3
13072026-07-11T17:31:07.569Z Compiling fnv v1.0.7
13082026-07-11T17:31:07.641Z Compiling heck v0.4.1
13092026-07-11T17:31:07.668Z Compiling papergrid v0.11.0
13102026-07-11T17:31:07.680Z Compiling memmap v0.7.0
13112026-07-11T17:31:07.760Z Compiling pest_meta v2.8.6
13122026-07-11T17:31:07.769Z Compiling unicode-linebreak v0.1.5
13132026-07-11T17:31:07.790Z Compiling smawk v0.3.2
13142026-07-11T17:31:07.889Z Compiling unicode-width v0.2.0
13152026-07-11T17:31:07.953Z Compiling swrite v0.1.0
13162026-07-11T17:31:08.025Z Compiling terminal_size v0.4.3
13172026-07-11T17:31:08.039Z Compiling tempfile v3.25.0
13182026-07-11T17:31:08.120Z Compiling clap_builder v4.6.0
13192026-07-11T17:31:08.120Z Compiling textwrap v0.16.2
13202026-07-11T17:31:08.342Z Compiling cargo-platform v0.3.2
13212026-07-11T17:31:08.342Z Compiling semver v1.0.28
13222026-07-11T17:31:08.603Z Compiling camino-tempfile v1.4.1
13232026-07-11T17:31:08.944Z Compiling tabled_derive v0.7.0
13242026-07-11T17:31:09.598Z Compiling tabled v0.15.0
13252026-07-11T17:31:09.645Z Compiling pest_generator v2.8.6
13262026-07-11T17:31:10.121Z Compiling serde_derive v1.0.228
13272026-07-11T17:31:10.124Z Compiling thiserror-impl v1.0.69
13282026-07-11T17:31:10.124Z Compiling zerocopy-derive v0.7.35
13292026-07-11T17:31:10.124Z Compiling scroll_derive v0.12.1
13302026-07-11T17:31:10.124Z Compiling thiserror-impl v2.0.18
13312026-07-11T17:31:10.124Z Compiling clap_derive v4.6.1
13322026-07-11T17:31:10.172Z Compiling pest_derive v2.8.6
13332026-07-11T17:31:10.723Z Compiling scroll v0.12.0
13342026-07-11T17:31:10.840Z Compiling zerocopy v0.7.35
13352026-07-11T17:31:10.924Z Compiling goblin v0.8.2
13362026-07-11T17:31:11.130Z Compiling dtrace-parser v0.2.0
13372026-07-11T17:31:11.435Z Compiling clap v4.6.1
13382026-07-11T17:31:12.520Z Compiling dof v0.3.0
13392026-07-11T17:31:12.520Z Compiling serde_tokenstream v0.2.3
13402026-07-11T17:31:12.520Z Compiling toml_datetime v0.6.11
13412026-07-11T17:31:12.527Z Compiling serde_spanned v0.6.9
13422026-07-11T17:31:12.527Z Compiling macaddr v1.0.1
13432026-07-11T17:31:12.527Z Compiling cargo_metadata v0.23.1
13442026-07-11T17:31:12.527Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13452026-07-11T17:31:12.705Z Compiling toml_edit v0.22.27
13462026-07-11T17:31:13.194Z Compiling usdt-attr-macro v0.5.0
13472026-07-11T17:31:13.194Z Compiling usdt-macro v0.5.0
13482026-07-11T17:31:13.789Z Compiling usdt v0.5.0
13492026-07-11T17:31:13.955Z Compiling toml v0.8.23
13502026-07-11T17:31:14.267Z Compiling cargo_toml v0.21.0
13512026-07-11T17:31:15.577Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-07-11T17:31:17.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s
13532026-07-11T17:31:17.606Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13542026-07-11T17:31:18.330Z Compiling libc v0.2.185
13552026-07-11T17:31:18.330Z Compiling serde_core v1.0.228
13562026-07-11T17:31:18.330Z Compiling serde v1.0.228
13572026-07-11T17:31:18.333Z Compiling log v0.4.29
13582026-07-11T17:31:18.333Z Compiling smallvec v1.15.1
13592026-07-11T17:31:18.333Z Compiling shlex v1.3.0
13602026-07-11T17:31:18.333Z Compiling find-msvc-tools v0.1.9
13612026-07-11T17:31:18.333Z Compiling subtle v2.6.1
13622026-07-11T17:31:18.333Z Compiling scopeguard v1.2.0
13632026-07-11T17:31:18.333Z Compiling stable_deref_trait v1.2.1
13642026-07-11T17:31:18.453Z Compiling typenum v1.20.1
13652026-07-11T17:31:18.462Z Compiling serde_json v1.0.150
13662026-07-11T17:31:18.493Z Compiling portable-atomic v1.13.1
13672026-07-11T17:31:18.506Z Compiling syn v2.0.117
13682026-07-11T17:31:18.519Z Compiling zerocopy v0.8.40
13692026-07-11T17:31:18.522Z Compiling parking_lot_core v0.9.12
13702026-07-11T17:31:18.567Z Compiling lock_api v0.4.14
13712026-07-11T17:31:18.646Z Compiling pin-project-lite v0.2.17
13722026-07-11T17:31:18.649Z Compiling critical-section v1.2.0
13732026-07-11T17:31:18.673Z Compiling pkg-config v0.3.32
13742026-07-11T17:31:18.688Z Compiling getrandom v0.4.1
13752026-07-11T17:31:18.719Z Compiling futures-core v0.3.32
13762026-07-11T17:31:18.757Z Compiling libm v0.2.16
13772026-07-11T17:31:18.779Z Compiling num-traits v0.2.19
13782026-07-11T17:31:18.808Z Compiling generic-array v0.14.7
13792026-07-11T17:31:18.821Z Compiling const-oid v0.9.6
13802026-07-11T17:31:18.837Z Compiling rand_core v0.10.0
13812026-07-11T17:31:18.879Z Compiling litemap v0.8.1
13822026-07-11T17:31:18.920Z Compiling percent-encoding v2.3.2
13832026-07-11T17:31:18.923Z Compiling writeable v0.6.2
13842026-07-11T17:31:19.008Z Compiling icu_properties_data v2.1.2
13852026-07-11T17:31:19.104Z Compiling icu_normalizer_data v2.1.1
13862026-07-11T17:31:19.118Z Compiling futures-sink v0.3.32
13872026-07-11T17:31:19.120Z Compiling slab v0.4.12
13882026-07-11T17:31:19.142Z Compiling futures-io v0.3.32
13892026-07-11T17:31:19.157Z Compiling futures-task v0.3.32
13902026-07-11T17:31:19.196Z Compiling rustversion v1.0.22
13912026-07-11T17:31:19.212Z Compiling utf8_iter v1.0.4
13922026-07-11T17:31:19.250Z Compiling futures-channel v0.3.32
13932026-07-11T17:31:19.263Z Compiling getrandom v0.3.4
13942026-07-11T17:31:19.316Z Compiling form_urlencoded v1.2.2
13952026-07-11T17:31:19.331Z Compiling rustix v1.1.3
13962026-07-11T17:31:19.354Z Compiling fs_extra v1.3.0
13972026-07-11T17:31:19.367Z Compiling dunce v1.0.5
13982026-07-11T17:31:19.391Z Compiling jobserver v0.1.34
13992026-07-11T17:31:19.446Z Compiling errno v0.3.14
14002026-07-11T17:31:19.480Z Compiling getrandom v0.2.17
14012026-07-11T17:31:19.498Z Compiling mio v1.2.0
14022026-07-11T17:31:19.545Z Compiling socket2 v0.6.3
14032026-07-11T17:31:19.591Z Compiling signal-hook-registry v1.4.8
14042026-07-11T17:31:19.645Z Compiling cc v1.2.56
14052026-07-11T17:31:19.658Z Compiling rand_core v0.6.4
14062026-07-11T17:31:19.671Z Compiling once_cell v1.21.3
14072026-07-11T17:31:19.740Z Compiling parking_lot v0.12.5
14082026-07-11T17:31:19.770Z Compiling ident_case v1.0.1
14092026-07-11T17:31:19.814Z Compiling regex-syntax v0.8.10
14102026-07-11T17:31:19.829Z Compiling iana-time-zone v0.1.65
14112026-07-11T17:31:19.892Z Compiling vcpkg v0.2.15
14122026-07-11T17:31:19.914Z Compiling base64ct v1.8.3
14132026-07-11T17:31:19.930Z Compiling tracing-core v0.1.36
14142026-07-11T17:31:19.950Z Compiling aws-lc-rs v1.16.3
14152026-07-11T17:31:19.980Z Compiling flagset v0.4.7
14162026-07-11T17:31:20.024Z Compiling base64 v0.22.1
14172026-07-11T17:31:20.052Z Compiling tinyvec_macros v0.1.1
14182026-07-11T17:31:20.125Z Compiling httparse v1.10.1
14192026-07-11T17:31:20.139Z Compiling cmov v0.5.4
14202026-07-11T17:31:20.142Z Compiling openssl-probe v0.2.1
14212026-07-11T17:31:20.251Z Compiling rand_core v0.9.5
14222026-07-11T17:31:20.300Z Compiling pem-rfc7468 v0.7.0
14232026-07-11T17:31:20.341Z Compiling tinyvec v1.10.0
14242026-07-11T17:31:20.376Z Compiling ctutils v0.4.2
14252026-07-11T17:31:20.395Z Compiling aho-corasick v1.1.4
14262026-07-11T17:31:20.410Z Compiling schemars v0.8.22
14272026-07-11T17:31:20.413Z Compiling atomic-waker v1.1.2
14282026-07-11T17:31:20.438Z Compiling cmake v0.1.57
14292026-07-11T17:31:20.548Z Compiling tower-layer v0.3.3
14302026-07-11T17:31:20.551Z Compiling try-lock v0.2.5
14312026-07-11T17:31:20.574Z Compiling tower-service v0.3.3
14322026-07-11T17:31:20.588Z Compiling dyn-clone v1.0.20
14332026-07-11T17:31:20.626Z Compiling untrusted v0.7.1
14342026-07-11T17:31:20.674Z Compiling want v0.3.1
14352026-07-11T17:31:20.689Z Compiling cpufeatures v0.2.17
14362026-07-11T17:31:20.689Z Compiling openssl v0.10.79
14372026-07-11T17:31:20.719Z Compiling httpdate v1.0.3
14382026-07-11T17:31:20.722Z Compiling rustls v0.23.41
14392026-07-11T17:31:20.731Z Compiling untrusted v0.9.0
14402026-07-11T17:31:20.744Z Compiling foreign-types-shared v0.1.1
14412026-07-11T17:31:20.757Z Compiling unicode-normalization v0.1.25
14422026-07-11T17:31:20.800Z Compiling bitflags v2.11.0
14432026-07-11T17:31:20.854Z Compiling semver v1.0.28
14442026-07-11T17:31:20.868Z Compiling indexmap v2.14.0
14452026-07-11T17:31:20.877Z Compiling uuid v1.23.4
14462026-07-11T17:31:20.895Z Compiling foreign-types v0.3.2
14472026-07-11T17:31:20.935Z Compiling spin v0.9.8
14482026-07-11T17:31:20.949Z Compiling time-core v0.1.8
14492026-07-11T17:31:20.952Z Compiling num-conv v0.2.0
14502026-07-11T17:31:20.978Z Compiling native-tls v0.2.18
14512026-07-11T17:31:21.005Z Compiling crc32fast v1.5.0
14522026-07-11T17:31:21.050Z Compiling powerfmt v0.2.0
14532026-07-11T17:31:21.103Z Compiling rustc_version v0.4.1
14542026-07-11T17:31:21.116Z Compiling time-macros v0.2.27
14552026-07-11T17:31:21.158Z Compiling wait-timeout v0.2.1
14562026-07-11T17:31:21.200Z Compiling deranged v0.5.8
14572026-07-11T17:31:21.227Z Compiling sync_wrapper v1.0.2
14582026-07-11T17:31:21.261Z Compiling syn v1.0.109
14592026-07-11T17:31:21.261Z Compiling num_threads v0.1.7
14602026-07-11T17:31:21.290Z Compiling aws-lc-sys v0.40.0
14612026-07-11T17:31:21.314Z Compiling openssl-sys v0.9.115
14622026-07-11T17:31:21.344Z Compiling regex-automata v0.4.14
14632026-07-11T17:31:21.371Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-07-11T17:31:21.457Z Compiling usdt-impl v0.6.0
14652026-07-11T17:31:21.496Z Compiling synstructure v0.13.2
14662026-07-11T17:31:21.536Z Compiling serde_derive_internals v0.29.1
14672026-07-11T17:31:21.618Z Compiling pest_generator v2.8.6
14682026-07-11T17:31:21.634Z Compiling darling_core v0.20.11
14692026-07-11T17:31:21.699Z Compiling siphasher v1.0.2
14702026-07-11T17:31:21.903Z Compiling tempfile v3.25.0
14712026-07-11T17:31:21.930Z Compiling crossbeam-utils v0.8.21
14722026-07-11T17:31:22.159Z Compiling simd-adler32 v0.3.8
14732026-07-11T17:31:22.174Z Compiling bit-vec v0.8.0
14742026-07-11T17:31:22.186Z Compiling quick-error v1.2.3
14752026-07-11T17:31:22.237Z Compiling time v0.3.47
14762026-07-11T17:31:22.296Z Compiling rusty-fork v0.3.1
14772026-07-11T17:31:22.311Z Compiling darling_core v0.21.3
14782026-07-11T17:31:22.314Z Compiling heapless v0.7.17
14792026-07-11T17:31:22.337Z Compiling bzip2-sys v0.1.13+1.0.8
14802026-07-11T17:31:22.350Z Compiling slog v2.8.2
14812026-07-11T17:31:22.419Z Compiling bit-set v0.8.0
14822026-07-11T17:31:22.433Z Compiling rand_xorshift v0.4.0
14832026-07-11T17:31:22.447Z Compiling thread-id v5.1.0
14842026-07-11T17:31:22.462Z Compiling cookie v0.18.1
14852026-07-11T17:31:22.475Z Compiling unicode-bidi v0.3.18
14862026-07-11T17:31:22.541Z Compiling unicode-properties v0.1.4
14872026-07-11T17:31:22.605Z Compiling unarray v0.1.4
14882026-07-11T17:31:22.627Z Compiling zstd-safe v7.2.4
14892026-07-11T17:31:22.641Z Compiling ryu v1.0.23
14902026-07-11T17:31:22.644Z Compiling adler2 v2.0.1
14912026-07-11T17:31:22.670Z Compiling signal-hook v0.3.18
14922026-07-11T17:31:22.693Z Compiling allocator-api2 v0.2.21
14932026-07-11T17:31:22.721Z Compiling iri-string v0.7.10
14942026-07-11T17:31:22.734Z Compiling paste v1.0.15
14952026-07-11T17:31:22.806Z Compiling anyhow v1.0.102
14962026-07-11T17:31:22.819Z Compiling miniz_oxide v0.8.9
14972026-07-11T17:31:22.837Z Compiling stringprep v0.1.5
14982026-07-11T17:31:22.988Z Compiling camino v1.2.2
14992026-07-11T17:31:23.101Z Compiling curve25519-dalek v4.1.3
15002026-07-11T17:31:23.185Z Compiling serde_derive v1.0.228
15012026-07-11T17:31:23.286Z Compiling zeroize_derive v1.4.3
15022026-07-11T17:31:23.367Z Compiling zerofrom-derive v0.1.6
15032026-07-11T17:31:23.383Z Compiling yoke-derive v0.8.1
15042026-07-11T17:31:23.446Z Compiling zerovec-derive v0.11.2
15052026-07-11T17:31:23.472Z Compiling zerocopy-derive v0.8.40
15062026-07-11T17:31:23.540Z Compiling displaydoc v0.2.5
15072026-07-11T17:31:23.669Z Compiling tokio-macros v2.7.0
15082026-07-11T17:31:23.849Z Compiling futures-macro v0.3.32
15092026-07-11T17:31:23.957Z Compiling tracing-attributes v0.1.31
15102026-07-11T17:31:23.976Z Compiling zeroize v1.8.2
15112026-07-11T17:31:24.275Z Compiling thiserror-impl v2.0.18
15122026-07-11T17:31:24.326Z Compiling der_derive v0.7.3
15132026-07-11T17:31:24.461Z Compiling rustls-pki-types v1.14.0
15142026-07-11T17:31:24.641Z Compiling hybrid-array v0.4.13
15152026-07-11T17:31:24.676Z Compiling scroll_derive v0.13.1
15162026-07-11T17:31:24.740Z Compiling futures-util v0.3.32
15172026-07-11T17:31:24.799Z Compiling zerofrom v0.1.6
15182026-07-11T17:31:24.820Z Compiling block-buffer v0.10.4
15192026-07-11T17:31:24.867Z Compiling crypto-common v0.1.7
15202026-07-11T17:31:24.937Z Compiling yoke v0.8.1
15212026-07-11T17:31:24.951Z Compiling pest_derive v2.8.6
15222026-07-11T17:31:25.021Z Compiling digest v0.10.7
15232026-07-11T17:31:25.036Z Compiling schemars_derive v0.8.22
15242026-07-11T17:31:25.131Z Compiling zerovec v0.11.5
15252026-07-11T17:31:25.308Z Compiling zerotrie v0.2.3
15262026-07-11T17:31:25.404Z Compiling tracing v0.1.44
15272026-07-11T17:31:25.417Z Compiling der v0.7.10
15282026-07-11T17:31:25.475Z Compiling darling_macro v0.20.11
15292026-07-11T17:31:25.489Z Compiling openssl-macros v0.1.1
15302026-07-11T17:31:25.529Z Compiling sha2 v0.10.9
15312026-07-11T17:31:25.560Z Compiling scroll v0.13.0
15322026-07-11T17:31:25.633Z Compiling hmac v0.12.1
15332026-07-11T17:31:25.696Z Compiling tinystr v0.8.2
15342026-07-11T17:31:25.720Z Compiling potential_utf v0.1.4
15352026-07-11T17:31:25.754Z Compiling thiserror v2.0.18
15362026-07-11T17:31:25.804Z Compiling goblin v0.10.5
15372026-07-11T17:31:25.852Z Compiling icu_collections v2.1.1
15382026-07-11T17:31:25.876Z Compiling icu_locale_core v2.1.1
15392026-07-11T17:31:25.904Z Compiling dtrace-parser v0.3.0
15402026-07-11T17:31:25.921Z Compiling scroll_derive v0.12.1
15412026-07-11T17:31:26.005Z Compiling darling v0.20.11
15422026-07-11T17:31:26.098Z Compiling derive_builder_core v0.20.2
15432026-07-11T17:31:26.357Z Compiling spki v0.7.3
15442026-07-11T17:31:26.397Z Compiling thiserror-impl v1.0.69
15452026-07-11T17:31:26.579Z Compiling icu_provider v2.1.1
15462026-07-11T17:31:26.635Z Compiling pkcs8 v0.10.2
15472026-07-11T17:31:26.683Z Compiling scroll v0.12.0
15482026-07-11T17:31:26.699Z Compiling block-buffer v0.12.1
15492026-07-11T17:31:26.799Z Compiling bytes v1.11.1
15502026-07-11T17:31:26.813Z Compiling chrono v0.4.44
15512026-07-11T17:31:26.897Z Compiling icu_properties v2.1.2
15522026-07-11T17:31:26.916Z Compiling icu_normalizer v2.1.1
15532026-07-11T17:31:26.931Z Compiling ipnet v2.11.0
15542026-07-11T17:31:26.969Z Compiling erased-serde v0.3.31
15552026-07-11T17:31:26.985Z Compiling serde_spanned v0.6.9
15562026-07-11T17:31:27.022Z Compiling derive_builder_macro v0.20.2
15572026-07-11T17:31:27.025Z Compiling serde_urlencoded v0.7.1
15582026-07-11T17:31:27.141Z Compiling toml_datetime v0.6.11
15592026-07-11T17:31:27.194Z Compiling serde_tokenstream v0.2.3
15602026-07-11T17:31:27.293Z Compiling tokio v1.52.1
15612026-07-11T17:31:27.412Z Compiling http v1.4.2
15622026-07-11T17:31:27.431Z Compiling crypto-common v0.2.2
15632026-07-11T17:31:27.449Z Compiling block-padding v0.4.2
15642026-07-11T17:31:27.472Z Compiling md-5 v0.10.6
15652026-07-11T17:31:27.497Z Compiling signature v2.2.0
15662026-07-11T17:31:27.529Z Compiling darling_macro v0.21.3
15672026-07-11T17:31:27.543Z Compiling rustls-native-certs v0.8.3
15682026-07-11T17:31:27.625Z Compiling bstr v1.12.1
15692026-07-11T17:31:27.648Z Compiling async-trait v0.1.89
15702026-07-11T17:31:27.687Z Compiling zerocopy-derive v0.7.35
15712026-07-11T17:31:27.749Z Compiling idna_adapter v1.2.1
15722026-07-11T17:31:27.849Z Compiling thiserror v1.0.69
15732026-07-11T17:31:27.899Z Compiling idna v1.1.0
15742026-07-11T17:31:27.963Z Compiling ppv-lite86 v0.2.21
15752026-07-11T17:31:28.006Z Compiling pin-project-internal v1.1.11
15762026-07-11T17:31:28.060Z Compiling http-body v1.0.1
15772026-07-11T17:31:28.144Z Compiling num-integer v0.1.46
15782026-07-11T17:31:28.218Z Compiling url v2.5.8
15792026-07-11T17:31:28.232Z Compiling http-body-util v0.1.3
15802026-07-11T17:31:28.286Z Compiling rand_chacha v0.9.0
15812026-07-11T17:31:28.339Z Compiling rand_chacha v0.3.1
15822026-07-11T17:31:28.481Z Compiling vergen-lib v9.1.0
15832026-07-11T17:31:28.495Z Compiling rand v0.9.2
15842026-07-11T17:31:28.578Z Compiling dof v0.4.0
15852026-07-11T17:31:28.596Z Compiling hash32 v0.2.1
15862026-07-11T17:31:28.626Z Compiling memoffset v0.9.1
15872026-07-11T17:31:28.700Z Compiling encoding_rs v0.8.35
15882026-07-11T17:31:28.799Z Compiling num-bigint-dig v0.8.6
15892026-07-11T17:31:28.855Z Compiling mime v0.3.17
15902026-07-11T17:31:28.945Z Compiling cfg_aliases v0.2.1
15912026-07-11T17:31:28.999Z Compiling smoltcp v0.9.1
15922026-07-11T17:31:29.024Z Compiling zlib-rs v0.6.2
15932026-07-11T17:31:29.038Z Compiling ref-cast v1.0.25
15942026-07-11T17:31:29.041Z Compiling rustix v0.38.44
15952026-07-11T17:31:29.126Z Compiling proptest v1.10.0
15962026-07-11T17:31:29.148Z Compiling fallible-iterator v0.2.0
15972026-07-11T17:31:29.160Z Compiling psl-types v2.0.11
15982026-07-11T17:31:29.174Z Compiling litrs v1.0.0
15992026-07-11T17:31:29.324Z Compiling publicsuffix v2.3.0
16002026-07-11T17:31:29.492Z Compiling postgres-protocol v0.6.10
16012026-07-11T17:31:29.495Z Compiling pin-project v1.1.11
16022026-07-11T17:31:29.520Z Compiling nix v0.31.2
16032026-07-11T17:31:29.564Z Compiling ipnetwork v0.21.1
16042026-07-11T17:31:29.763Z Compiling zerocopy v0.7.35
16052026-07-11T17:31:29.777Z Compiling document-features v0.2.12
16062026-07-11T17:31:29.826Z Compiling oxnet v0.1.6
16072026-07-11T17:31:29.840Z Compiling rand v0.8.6
16082026-07-11T17:31:29.942Z Compiling num-iter v0.1.45
16092026-07-11T17:31:29.959Z Compiling darling v0.21.3
16102026-07-11T17:31:29.988Z Compiling inout v0.2.2
16112026-07-11T17:31:30.052Z Compiling derive_builder v0.20.2
16122026-07-11T17:31:30.074Z Compiling hubpack_derive v0.1.1
16132026-07-11T17:31:30.102Z Compiling futures-executor v0.3.32
16142026-07-11T17:31:30.149Z Compiling goblin v0.8.2
16152026-07-11T17:31:30.165Z Compiling hex v0.4.3
16162026-07-11T17:31:30.196Z Compiling regex v1.12.3
16172026-07-11T17:31:30.326Z Compiling daft-derive v0.1.7
16182026-07-11T17:31:30.342Z Compiling ref-cast-impl v1.0.25
16192026-07-11T17:31:30.375Z Compiling snafu-derive v0.8.9
16202026-07-11T17:31:30.422Z Compiling strum_macros v0.27.2
16212026-07-11T17:31:30.446Z Compiling curve25519-dalek-derive v0.1.1
16222026-07-11T17:31:30.650Z Compiling terminal_size v0.4.3
16232026-07-11T17:31:30.671Z Compiling phf_shared v0.13.1
16242026-07-11T17:31:30.702Z Compiling lazy_static v1.5.0
16252026-07-11T17:31:30.805Z Compiling cargo-platform v0.3.2
16262026-07-11T17:31:30.819Z Compiling anstyle-parse v0.2.7
16272026-07-11T17:31:30.839Z Compiling vergen v9.1.0
16282026-07-11T17:31:30.920Z Compiling ff v0.13.1
16292026-07-11T17:31:30.936Z Compiling fs-err v3.3.0
16302026-07-11T17:31:30.949Z Compiling ahash v0.8.12
16312026-07-11T17:31:31.019Z Compiling same-file v1.0.6
16322026-07-11T17:31:31.039Z Compiling winnow v0.5.40
16332026-07-11T17:31:31.061Z Compiling managed v0.8.0
16342026-07-11T17:31:31.077Z Compiling foldhash v0.1.5
16352026-07-11T17:31:31.100Z Compiling object v0.37.3
16362026-07-11T17:31:31.114Z Compiling unicode-segmentation v1.12.0
16372026-07-11T17:31:31.141Z Compiling bumpalo v3.20.2
16382026-07-11T17:31:31.164Z Compiling tokio-util v0.7.18
16392026-07-11T17:31:31.194Z Compiling tower v0.5.3
16402026-07-11T17:31:31.208Z Compiling tokio-native-tls v0.3.1
16412026-07-11T17:31:31.262Z Compiling libbz2-rs-sys v0.2.2
16422026-07-11T17:31:31.286Z Compiling base16ct v0.2.0
16432026-07-11T17:31:31.391Z Compiling bitflags v1.3.2
16442026-07-11T17:31:31.408Z Compiling foldhash v0.2.0
16452026-07-11T17:31:31.419Z Compiling sec1 v0.7.3
16462026-07-11T17:31:31.512Z Compiling zopfli v0.8.3
16472026-07-11T17:31:31.545Z Compiling hashbrown v0.15.5
16482026-07-11T17:31:31.642Z Compiling tower-http v0.6.8
16492026-07-11T17:31:31.697Z Compiling newtype-uuid v1.3.2
16502026-07-11T17:31:31.711Z Compiling bzip2 v0.6.1
16512026-07-11T17:31:31.936Z Compiling h2 v0.4.15
16522026-07-11T17:31:31.964Z Compiling daft v0.1.7
16532026-07-11T17:31:32.051Z Compiling flate2 v1.1.9
16542026-07-11T17:31:32.080Z Compiling hashbrown v0.16.1
16552026-07-11T17:31:32.234Z Compiling walkdir v2.5.0
16562026-07-11T17:31:32.271Z Compiling clap_builder v4.6.0
16572026-07-11T17:31:32.313Z Compiling group v0.13.0
16582026-07-11T17:31:32.334Z Compiling cargo_metadata v0.23.1
16592026-07-11T17:31:32.347Z Compiling snafu v0.8.9
16602026-07-11T17:31:32.369Z Compiling toml_edit v0.19.15
16612026-07-11T17:31:32.444Z Compiling strum v0.27.2
16622026-07-11T17:31:32.487Z Compiling dof v0.3.0
16632026-07-11T17:31:32.513Z Compiling anstream v0.6.21
16642026-07-11T17:31:32.562Z Compiling phf v0.13.1
16652026-07-11T17:31:32.588Z Compiling signal-hook-mio v0.2.5
16662026-07-11T17:31:32.685Z Compiling hubpack v0.1.2
16672026-07-11T17:31:32.712Z Compiling cookie_store v0.22.1
16682026-07-11T17:31:32.740Z Compiling bzip2 v0.4.4
16692026-07-11T17:31:32.825Z Compiling futures v0.3.32
16702026-07-11T17:31:32.916Z Compiling usdt-macro v0.6.0
16712026-07-11T17:31:32.929Z Compiling usdt-attr-macro v0.6.0
16722026-07-11T17:31:32.960Z Compiling cipher v0.5.2
16732026-07-11T17:31:33.098Z Compiling serde_with_macros v3.17.0
16742026-07-11T17:31:33.138Z Compiling postgres-types v0.2.12
16752026-07-11T17:31:33.225Z Compiling zstd v0.13.3
16762026-07-11T17:31:33.373Z Compiling globset v0.4.18
16772026-07-11T17:31:33.500Z Compiling dtrace-parser v0.2.0
16782026-07-11T17:31:33.656Z Compiling ed25519 v2.2.3
16792026-07-11T17:31:33.702Z Compiling pkcs1 v0.7.5
16802026-07-11T17:31:33.719Z Compiling olpc-cjson v0.1.4
16812026-07-11T17:31:33.734Z Compiling serde-big-array v0.5.1
16822026-07-11T17:31:33.792Z Compiling serde_plain v1.0.2
16832026-07-11T17:31:33.892Z Compiling hkdf v0.12.4
16842026-07-11T17:31:33.908Z Compiling crypto-bigint v0.5.5
16852026-07-11T17:31:34.006Z Compiling enum-as-inner v0.6.1
16862026-07-11T17:31:34.067Z Compiling clap_derive v4.6.1
16872026-07-11T17:31:34.080Z Compiling serde_repr v0.1.20
16882026-07-11T17:31:34.112Z Compiling strum_macros v0.26.4
16892026-07-11T17:31:34.256Z Compiling async-recursion v1.1.1
16902026-07-11T17:31:34.271Z Compiling phf_shared v0.11.3
16912026-07-11T17:31:34.498Z Compiling float-cmp v0.10.0
16922026-07-11T17:31:34.512Z Compiling pem v3.0.6
16932026-07-11T17:31:34.595Z Compiling thread-id v4.2.2
16942026-07-11T17:31:34.630Z Compiling memmap2 v0.9.10
16952026-07-11T17:31:34.669Z Compiling env_filter v1.0.0
16962026-07-11T17:31:34.682Z Compiling typed-path v0.9.3
16972026-07-11T17:31:34.697Z Compiling winnow v1.0.3
16982026-07-11T17:31:34.858Z Compiling cpufeatures v0.3.0
16992026-07-11T17:31:34.872Z Compiling either v1.15.0
17002026-07-11T17:31:34.948Z Compiling fixedbitset v0.5.7
17012026-07-11T17:31:34.970Z Compiling static_assertions v1.1.0
17022026-07-11T17:31:34.994Z Compiling predicates-core v1.0.10
17032026-07-11T17:31:35.056Z Compiling fixedbitset v0.4.2
17042026-07-11T17:31:35.079Z Compiling difflib v0.4.0
17052026-07-11T17:31:35.094Z Compiling normalize-line-endings v0.3.0
17062026-07-11T17:31:35.109Z Compiling jiff v0.2.21
17072026-07-11T17:31:35.187Z Compiling hyper v1.10.1
17082026-07-11T17:31:35.202Z Compiling const-oid v0.10.2
17092026-07-11T17:31:35.252Z Compiling precomputed-hash v0.1.1
17102026-07-11T17:31:35.278Z Compiling whoami v2.1.0
17112026-07-11T17:31:35.301Z Compiling new_debug_unreachable v1.0.6
17122026-07-11T17:31:35.333Z Compiling keccak v0.1.6
17132026-07-11T17:31:35.350Z Compiling data-encoding v2.10.0
17142026-07-11T17:31:35.379Z Compiling string_cache v0.8.9
17152026-07-11T17:31:35.432Z Compiling digest v0.11.3
17162026-07-11T17:31:35.643Z Compiling sha3 v0.10.8
17172026-07-11T17:31:35.663Z Compiling tokio-postgres v0.7.16
17182026-07-11T17:31:35.677Z Compiling hickory-proto v0.25.2
17192026-07-11T17:31:35.680Z Compiling toml_edit v0.22.27
17202026-07-11T17:31:35.969Z Compiling predicates v3.1.4
17212026-07-11T17:31:35.983Z Compiling clap v4.6.1
17222026-07-11T17:31:36.009Z Compiling strum v0.26.3
17232026-07-11T17:31:36.073Z Compiling petgraph v0.6.5
17242026-07-11T17:31:36.088Z Compiling petgraph v0.8.3
17252026-07-11T17:31:36.106Z Compiling itertools v0.13.0
17262026-07-11T17:31:36.122Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17272026-07-11T17:31:36.135Z Compiling toml_parser v1.1.2+spec-1.1.0
17282026-07-11T17:31:36.156Z Compiling chacha20 v0.10.0
17292026-07-11T17:31:36.219Z Compiling elliptic-curve v0.13.8
17302026-07-11T17:31:36.549Z Compiling hyper-util v0.1.20
17312026-07-11T17:31:36.652Z Compiling env_logger v0.11.9
17322026-07-11T17:31:36.666Z Compiling usdt v0.6.0
17332026-07-11T17:31:36.795Z Compiling usdt-impl v0.5.0
17342026-07-11T17:31:36.866Z Compiling serde_with v3.17.0
17352026-07-11T17:31:36.958Z Compiling crossterm v0.28.1
17362026-07-11T17:31:38.024Z Compiling rsa v0.9.10
17372026-07-11T17:31:38.028Z Compiling ed25519-dalek v2.2.0
17382026-07-11T17:31:38.028Z Compiling toml v0.7.8
17392026-07-11T17:31:38.028Z Compiling hyper-tls v0.6.0
17402026-07-11T17:31:38.031Z Compiling zip v4.6.1
17412026-07-11T17:31:38.063Z Compiling zip v0.6.6
17422026-07-11T17:31:38.185Z Compiling reqwest v0.12.28
17432026-07-11T17:31:38.269Z Compiling iddqd v0.4.2
17442026-07-11T17:31:38.455Z Compiling tokio-stream v0.1.18
17452026-07-11T17:31:38.590Z Compiling heck v0.4.1
17462026-07-11T17:31:38.605Z Compiling similar v2.7.0
17472026-07-11T17:31:38.660Z Compiling buf-list v1.1.2
17482026-07-11T17:31:38.741Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-07-11T17:31:38.833Z Compiling openapiv3 v2.2.0
17502026-07-11T17:31:38.926Z Compiling x509-cert v0.2.5
17512026-07-11T17:31:38.957Z Compiling crossbeam-epoch v0.9.18
17522026-07-11T17:31:38.971Z Compiling lalrpop-util v0.19.12
17532026-07-11T17:31:39.013Z Compiling peg-runtime v0.8.5
17542026-07-11T17:31:39.064Z Compiling thread_local v1.1.9
17552026-07-11T17:31:39.179Z Compiling slog-async v2.8.0
17562026-07-11T17:31:39.299Z Compiling crossbeam-channel v0.5.15
17572026-07-11T17:31:39.313Z Compiling filetime v0.2.27
17582026-07-11T17:31:39.328Z Compiling is-terminal v0.4.17
17592026-07-11T17:31:39.332Z Compiling take_mut v0.2.2
17602026-07-11T17:31:39.341Z Compiling xattr v1.6.1
17612026-07-11T17:31:39.463Z Compiling term v1.2.1
17622026-07-11T17:31:39.478Z Compiling camino-tempfile v1.4.1
17632026-07-11T17:31:39.533Z Compiling tar v0.4.45
17642026-07-11T17:31:39.787Z Compiling slog-term v2.9.2
17652026-07-11T17:31:57.512Z Compiling rustls-webpki v0.103.13
17662026-07-11T17:32:00.221Z Compiling tokio-rustls v0.26.4
17672026-07-11T17:32:00.221Z Compiling rustls-platform-verifier v0.6.2
17682026-07-11T17:32:00.225Z Compiling tough v0.22.0
17692026-07-11T17:32:00.431Z Compiling hyper-rustls v0.27.7
17702026-07-11T17:32:00.617Z Compiling reqwest v0.13.2
17712026-07-11T17:32:02.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17722026-07-11T17:32:03.070Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17732026-07-11T17:32:05.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.22s
17742026-07-11T17:32:05.996Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17752026-07-11T17:32:06.048ZJul 11 17:32:05.407 INFO Starting download, target: Cockroach
17762026-07-11T17:32:06.048ZJul 11 17:32:05.408 INFO Starting download, target: Console
17772026-07-11T17:32:06.048ZJul 11 17:32:05.408 INFO Starting download, target: Clickhouse
17782026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Starting download, target: DendriteStub
17792026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Starting download, target: MaghemiteMgd
17802026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Starting download, target: MaghemiteDdmd
17812026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Starting download, target: TransceiverControl
17822026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17832026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17842026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17852026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17862026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17872026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17882026-07-11T17:32:06.051ZJul 11 17:32:05.408 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17892026-07-11T17:32:06.574ZJul 11 17:32:05.930 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17902026-07-11T17:32:06.778ZJul 11 17:32:06.136 INFO Download complete, target: TransceiverControl
17912026-07-11T17:32:07.923ZJul 11 17:32:07.246 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17922026-07-11T17:32:08.146ZJul 11 17:32:07.499 INFO Download complete, target: Console
17932026-07-11T17:32:08.359ZJul 11 17:32:07.705 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17942026-07-11T17:32:08.375ZJul 11 17:32:07.728 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17952026-07-11T17:32:08.731ZJul 11 17:32:08.087 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17962026-07-11T17:32:09.094ZJul 11 17:32:08.452 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17972026-07-11T17:32:09.094ZJul 11 17:32:08.452 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17982026-07-11T17:32:09.587ZJul 11 17:32:08.946 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17992026-07-11T17:32:10.222ZJul 11 17:32:09.582 INFO Download complete, target: MaghemiteDdmd
18002026-07-11T17:32:10.883ZJul 11 17:32:10.243 INFO Download complete, target: DendriteStub
18012026-07-11T17:32:11.164ZJul 11 17:32:10.522 INFO Download complete, target: MaghemiteMgd
18022026-07-11T17:32:13.679ZJul 11 17:32:13.036 INFO Checking that binary works, target: Cockroach
18032026-07-11T17:32:13.796ZJul 11 17:32:13.155 INFO Download complete, target: Cockroach
18042026-07-11T17:32:16.137ZJul 11 17:32:15.495 INFO Checking that binary works, target: Clickhouse
18052026-07-11T17:32:16.239ZJul 11 17:32:15.577 INFO Download complete, target: Clickhouse
18062026-07-11T17:32:16.242ZAll prerequisites installed successfully
18072026-07-11T17:32:16.242Z
18082026-07-11T17:32:16.242Zreal 1:25.889130347
18092026-07-11T17:32:16.243Zuser 6:31.584925339
18102026-07-11T17:32:16.243Zsys 1:34.995824469
18112026-07-11T17:32:16.243Ztrap 0.226391153
18122026-07-11T17:32:16.243Ztflt 0.837054477
18132026-07-11T17:32:16.243Zdflt 1.788361976
18142026-07-11T17:32:16.243Zkflt 0.028932728
18152026-07-11T17:32:16.243Zlock 23:20.543325539
18162026-07-11T17:32:16.243Zslp 17:50.619244767
18172026-07-11T17:32:16.243Zlat 20.238421771
18182026-07-11T17:32:16.243Zstop 2:20.952253283
18192026-07-11T17:32:16.243Z+ source ./tools/include/force-git-over-https.sh
18202026-07-11T17:32:16.243Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18212026-07-11T17:32:16.243Z++ (( i = 0 ))
18222026-07-11T17:32:16.243Z++ (( i < 5 ))
18232026-07-11T17:32:16.243Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18242026-07-11T17:32:16.243Z++ (( i++ ))
18252026-07-11T17:32:16.243Z++ (( i < 5 ))
18262026-07-11T17:32:16.243Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18272026-07-11T17:32:16.243Z++ (( i++ ))
18282026-07-11T17:32:16.243Z++ (( i < 5 ))
18292026-07-11T17:32:16.243Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18302026-07-11T17:32:16.243Z++ (( i++ ))
18312026-07-11T17:32:16.243Z++ (( i < 5 ))
18322026-07-11T17:32:16.243Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18332026-07-11T17:32:16.243Z++ (( i++ ))
18342026-07-11T17:32:16.244Z++ (( i < 5 ))
18352026-07-11T17:32:16.244Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18362026-07-11T17:32:16.244Z++ (( i++ ))
18372026-07-11T17:32:16.244Z++ (( i < 5 ))
18382026-07-11T17:32:16.244Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18392026-07-11T17:32:16.244Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-07-11T17:32:16.244Z+ rc=0
18412026-07-11T17:32:16.244Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18422026-07-11T17:32:21.041Z+ case $rc in
18432026-07-11T17:32:21.041Z+ pfexec zfs create -p rpool/images/build/host
18442026-07-11T17:32:21.296Z+ pfexec zfs create -p rpool/images/build/recovery
18452026-07-11T17:32:21.363Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18462026-07-11T17:32:21.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18472026-07-11T17:32:21.823Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18482026-07-11T17:32:22.640Z Compiling proc-macro2 v1.0.106
18492026-07-11T17:32:22.640Z Compiling quote v1.0.45
18502026-07-11T17:32:22.640Z Compiling unicode-ident v1.0.24
18512026-07-11T17:32:22.643Z Compiling libc v0.2.185
18522026-07-11T17:32:22.643Z Compiling serde_core v1.0.228
18532026-07-11T17:32:22.643Z Compiling serde v1.0.228
18542026-07-11T17:32:22.643Z Compiling cfg-if v1.0.4
18552026-07-11T17:32:22.643Z Compiling find-msvc-tools v0.1.9
18562026-07-11T17:32:22.643Z Compiling shlex v1.3.0
18572026-07-11T17:32:22.643Z Compiling version_check v0.9.5
18582026-07-11T17:32:22.776Z Compiling autocfg v1.5.0
18592026-07-11T17:32:22.779Z Compiling zerocopy v0.8.40
18602026-07-11T17:32:22.779Z Compiling zmij v1.0.21
18612026-07-11T17:32:22.787Z Compiling memchr v2.8.0
18622026-07-11T17:32:22.895Z Compiling portable-atomic v1.13.1
18632026-07-11T17:32:22.924Z Compiling serde_json v1.0.150
18642026-07-11T17:32:22.956Z Compiling parking_lot_core v0.9.12
18652026-07-11T17:32:23.073Z Compiling libm v0.2.16
18662026-07-11T17:32:23.092Z Compiling getrandom v0.4.1
18672026-07-11T17:32:23.309Z Compiling generic-array v0.14.7
18682026-07-11T17:32:23.313Z Compiling icu_normalizer_data v2.1.1
18692026-07-11T17:32:23.313Z Compiling smallvec v1.15.1
18702026-07-11T17:32:23.324Z Compiling icu_properties_data v2.1.2
18712026-07-11T17:32:23.371Z Compiling pkg-config v0.3.32
18722026-07-11T17:32:23.387Z Compiling log v0.4.29
18732026-07-11T17:32:23.419Z Compiling num-traits v0.2.19
18742026-07-11T17:32:23.476Z Compiling itoa v1.0.17
18752026-07-11T17:32:23.573Z Compiling subtle v2.6.1
18762026-07-11T17:32:23.600Z Compiling getrandom v0.3.4
18772026-07-11T17:32:23.615Z Compiling scopeguard v1.2.0
18782026-07-11T17:32:23.645Z Compiling rustix v1.1.3
18792026-07-11T17:32:23.663Z Compiling stable_deref_trait v1.2.1
18802026-07-11T17:32:23.734Z Compiling jobserver v0.1.34
18812026-07-11T17:32:23.749Z Compiling lock_api v0.4.14
18822026-07-11T17:32:23.753Z Compiling errno v0.3.14
18832026-07-11T17:32:23.852Z Compiling critical-section v1.2.0
18842026-07-11T17:32:23.855Z Compiling heck v0.5.0
18852026-07-11T17:32:23.884Z Compiling dunce v1.0.5
18862026-07-11T17:32:23.899Z Compiling typenum v1.20.1
18872026-07-11T17:32:23.947Z Compiling cc v1.2.56
18882026-07-11T17:32:23.980Z Compiling fs_extra v1.3.0
18892026-07-11T17:32:24.072Z Compiling syn v2.0.117
18902026-07-11T17:32:24.102Z Compiling pin-project-lite v0.2.17
18912026-07-11T17:32:24.116Z Compiling fnv v1.0.7
18922026-07-11T17:32:24.120Z Compiling rustversion v1.0.22
18932026-07-11T17:32:24.226Z Compiling thiserror v2.0.18
18942026-07-11T17:32:24.323Z Compiling rand_core v0.10.0
18952026-07-11T17:32:24.346Z Compiling aws-lc-rs v1.16.3
18962026-07-11T17:32:24.373Z Compiling futures-core v0.3.32
18972026-07-11T17:32:24.450Z Compiling once_cell v1.21.3
18982026-07-11T17:32:24.529Z Compiling signal-hook-registry v1.4.8
18992026-07-11T17:32:24.553Z Compiling getrandom v0.2.17
19002026-07-11T17:32:24.572Z Compiling httparse v1.10.1
19012026-07-11T17:32:24.693Z Compiling percent-encoding v2.3.2
19022026-07-11T17:32:24.739Z Compiling cmake v0.1.57
19032026-07-11T17:32:24.743Z Compiling writeable v0.6.2
19042026-07-11T17:32:24.809Z Compiling litemap v0.8.1
19052026-07-11T17:32:24.832Z Compiling rand_core v0.6.4
19062026-07-11T17:32:24.875Z Compiling parking_lot v0.12.5
19072026-07-11T17:32:24.891Z Compiling mio v1.2.0
19082026-07-11T17:32:25.024Z Compiling semver v1.0.28
19092026-07-11T17:32:25.072Z Compiling equivalent v1.0.2
19102026-07-11T17:32:25.102Z Compiling bitflags v2.11.0
19112026-07-11T17:32:25.293Z Compiling aws-lc-sys v0.40.0
19122026-07-11T17:32:25.337Z Compiling schemars v0.8.22
19132026-07-11T17:32:25.396Z Compiling vcpkg v0.2.15
19142026-07-11T17:32:25.523Z Compiling socket2 v0.6.3
19152026-07-11T17:32:25.584Z Compiling const-oid v0.9.6
19162026-07-11T17:32:25.775Z Compiling crc32fast v1.5.0
19172026-07-11T17:32:25.984Z Compiling openssl-sys v0.9.115
19182026-07-11T17:32:26.081Z Compiling futures-sink v0.3.32
19192026-07-11T17:32:26.098Z Compiling rustls v0.23.41
19202026-07-11T17:32:26.101Z Compiling utf8_iter v1.0.4
19212026-07-11T17:32:26.143Z Compiling hashbrown v0.17.0
19222026-07-11T17:32:26.146Z Compiling form_urlencoded v1.2.2
19232026-07-11T17:32:26.223Z Compiling futures-channel v0.3.32
19242026-07-11T17:32:26.241Z Compiling futures-io v0.3.32
19252026-07-11T17:32:26.329Z Compiling slab v0.4.12
19262026-07-11T17:32:26.357Z Compiling futures-task v0.3.32
19272026-07-11T17:32:26.489Z Compiling rustc_version v0.4.1
19282026-07-11T17:32:26.539Z Compiling byteorder v1.5.0
19292026-07-11T17:32:26.542Z Compiling ucd-trie v0.1.7
19302026-07-11T17:32:26.588Z Compiling strsim v0.11.1
19312026-07-11T17:32:26.676Z Compiling time-core v0.1.8
19322026-07-11T17:32:26.775Z Compiling pest v2.8.6
19332026-07-11T17:32:26.791Z Compiling num-conv v0.2.0
19342026-07-11T17:32:26.807Z Compiling openssl v0.10.79
19352026-07-11T17:32:26.853Z Compiling indexmap v2.14.0
19362026-07-11T17:32:26.900Z Compiling ident_case v1.0.1
19372026-07-11T17:32:26.950Z Compiling synstructure v0.13.2
19382026-07-11T17:32:26.953Z Compiling serde_derive_internals v0.29.1
19392026-07-11T17:32:26.954Z Compiling time-macros v0.2.27
19402026-07-11T17:32:27.045Z Compiling iana-time-zone v0.1.65
19412026-07-11T17:32:27.060Z Compiling syn v1.0.109
19422026-07-11T17:32:27.092Z Compiling regex-syntax v0.8.10
19432026-07-11T17:32:27.111Z Compiling thiserror v1.0.69
19442026-07-11T17:32:27.215Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19452026-07-11T17:32:27.328Z Compiling native-tls v0.2.18
19462026-07-11T17:32:27.345Z Compiling crossbeam-utils v0.8.21
19472026-07-11T17:32:27.417Z Compiling base64 v0.22.1
19482026-07-11T17:32:27.511Z Compiling slog v2.8.2
19492026-07-11T17:32:27.664Z Compiling camino v1.2.2
19502026-07-11T17:32:27.711Z Compiling rand_core v0.9.5
19512026-07-11T17:32:27.766Z Compiling bzip2-sys v0.1.13+1.0.8
19522026-07-11T17:32:27.787Z Compiling uuid v1.23.4
19532026-07-11T17:32:27.889Z Compiling pest_meta v2.8.6
19542026-07-11T17:32:27.915Z Compiling cookie v0.18.1
19552026-07-11T17:32:27.940Z Compiling plain v0.2.3
19562026-07-11T17:32:27.957Z Compiling base64ct v1.8.3
19572026-07-11T17:32:28.016Z Compiling fastrand v2.3.0
19582026-07-11T17:32:28.092Z Compiling paste v1.0.15
19592026-07-11T17:32:28.242Z Compiling serde_derive v1.0.228
19602026-07-11T17:32:28.259Z Compiling zeroize_derive v1.4.3
19612026-07-11T17:32:28.275Z Compiling zerofrom-derive v0.1.6
19622026-07-11T17:32:28.370Z Compiling yoke-derive v0.8.1
19632026-07-11T17:32:28.388Z Compiling zerocopy-derive v0.8.40
19642026-07-11T17:32:28.409Z Compiling zerovec-derive v0.11.2
19652026-07-11T17:32:28.426Z Compiling displaydoc v0.2.5
19662026-07-11T17:32:28.442Z Compiling tokio-macros v2.7.0
19672026-07-11T17:32:28.555Z Compiling futures-macro v0.3.32
19682026-07-11T17:32:28.897Z Compiling zeroize v1.8.2
19692026-07-11T17:32:29.158Z Compiling tracing-attributes v0.1.31
19702026-07-11T17:32:29.161Z Compiling thiserror-impl v2.0.18
19712026-07-11T17:32:29.188Z Compiling der_derive v0.7.3
19722026-07-11T17:32:29.228Z Compiling schemars_derive v0.8.22
19732026-07-11T17:32:29.357Z Compiling pest_generator v2.8.6
19742026-07-11T17:32:29.385Z Compiling futures-util v0.3.32
19752026-07-11T17:32:29.442Z Compiling zerofrom v0.1.6
19762026-07-11T17:32:29.586Z Compiling yoke v0.8.1
19772026-07-11T17:32:29.800Z Compiling zerovec v0.11.5
19782026-07-11T17:32:29.922Z Compiling zerotrie v0.2.3
19792026-07-11T17:32:30.315Z Compiling tinystr v0.8.2
19802026-07-11T17:32:30.346Z Compiling potential_utf v0.1.4
19812026-07-11T17:32:30.395Z Compiling crypto-common v0.1.7
19822026-07-11T17:32:30.421Z Compiling block-buffer v0.10.4
19832026-07-11T17:32:30.524Z Compiling icu_locale_core v2.1.1
19842026-07-11T17:32:30.547Z Compiling icu_collections v2.1.1
19852026-07-11T17:32:30.610Z Compiling digest v0.10.7
19862026-07-11T17:32:30.637Z Compiling pest_derive v2.8.6
19872026-07-11T17:32:30.854Z Compiling scroll_derive v0.13.1
19882026-07-11T17:32:30.892Z Compiling openssl-macros v0.1.1
19892026-07-11T17:32:31.058Z Compiling thiserror-impl v1.0.69
19902026-07-11T17:32:31.255Z Compiling icu_provider v2.1.1
19912026-07-11T17:32:31.348Z Compiling rustls-pki-types v1.14.0
19922026-07-11T17:32:31.452Z Compiling pem-rfc7468 v0.7.0
19932026-07-11T17:32:31.602Z Compiling bytes v1.11.1
19942026-07-11T17:32:31.640Z Compiling icu_normalizer v2.1.1
19952026-07-11T17:32:31.706Z Compiling icu_properties v2.1.2
19962026-07-11T17:32:32.151Z Compiling tokio v1.52.1
19972026-07-11T17:32:32.255Z Compiling chrono v0.4.44
19982026-07-11T17:32:32.258Z Compiling http v1.4.2
19992026-07-11T17:32:32.505Z Compiling tracing-core v0.1.36
20002026-07-11T17:32:32.791Z Compiling idna_adapter v1.2.1
20012026-07-11T17:32:32.933Z Compiling idna v1.1.0
20022026-07-11T17:32:32.948Z Compiling ppv-lite86 v0.2.21
20032026-07-11T17:32:33.267Z Compiling aho-corasick v1.1.4
20042026-07-11T17:32:33.296Z Compiling url v2.5.8
20052026-07-11T17:32:33.417Z Compiling flagset v0.4.7
20062026-07-11T17:32:33.714Z Compiling num-bigint-dig v0.8.6
20072026-07-11T17:32:33.801Z Compiling tracing v0.1.44
20082026-07-11T17:32:33.920Z Compiling der v0.7.10
20092026-07-11T17:32:34.067Z Compiling rand_chacha v0.9.0
20102026-07-11T17:32:34.095Z Compiling regex-automata v0.4.14
20112026-07-11T17:32:34.150Z Compiling http-body v1.0.1
20122026-07-11T17:32:34.451Z Compiling async-trait v0.1.89
20132026-07-11T17:32:34.607Z Compiling ahash v0.8.12
20142026-07-11T17:32:34.693Z Compiling dyn-clone v1.0.20
20152026-07-11T17:32:34.788Z Compiling openssl-probe v0.2.1
20162026-07-11T17:32:34.839Z Compiling pretty-hex v0.4.1
20172026-07-11T17:32:34.842Z Compiling usdt-impl v0.6.0
20182026-07-11T17:32:34.871Z Compiling cmov v0.5.4
20192026-07-11T17:32:34.874Z Compiling tinyvec_macros v0.1.1
20202026-07-11T17:32:34.874Z Compiling zstd-safe v7.2.4
20212026-07-11T17:32:34.966Z Compiling atomic-waker v1.1.2
20222026-07-11T17:32:34.982Z Compiling tinyvec v1.10.0
20232026-07-11T17:32:35.001Z Compiling spki v0.7.3
20242026-07-11T17:32:35.071Z Compiling ctutils v0.4.2
20252026-07-11T17:32:35.120Z Compiling rand v0.9.2
20262026-07-11T17:32:35.154Z Compiling scroll v0.13.0
20272026-07-11T17:32:35.253Z Compiling serde_tokenstream v0.2.3
20282026-07-11T17:32:35.349Z Compiling clap_derive v4.6.1
20292026-07-11T17:32:35.365Z Compiling scroll_derive v0.12.1
20302026-07-11T17:32:35.404Z Compiling daft-derive v0.1.7
20312026-07-11T17:32:35.441Z Compiling tempfile v3.25.0
20322026-07-11T17:32:35.574Z Compiling heapless v0.7.17
20332026-07-11T17:32:35.724Z Compiling signal-hook v0.3.18
20342026-07-11T17:32:35.751Z Compiling anyhow v1.0.102
20352026-07-11T17:32:35.802Z Compiling tower-service v0.3.3
20362026-07-11T17:32:35.829Z Compiling untrusted v0.7.1
20372026-07-11T17:32:35.868Z Compiling litrs v1.0.0
20382026-07-11T17:32:35.914Z Compiling utf8parse v0.2.2
20392026-07-11T17:32:35.935Z Compiling tower-layer v0.3.3
20402026-07-11T17:32:35.974Z Compiling try-lock v0.2.5
20412026-07-11T17:32:36.081Z Compiling tokio-util v0.7.18
20422026-07-11T17:32:36.185Z Compiling want v0.3.1
20432026-07-11T17:32:36.374Z Compiling document-features v0.2.12
20442026-07-11T17:32:36.424Z Compiling goblin v0.10.5
20452026-07-11T17:32:36.459Z Compiling hybrid-array v0.4.13
20462026-07-11T17:32:36.670Z Compiling ipnet v2.11.0
20472026-07-11T17:32:36.953Z Compiling h2 v0.4.15
20482026-07-11T17:32:37.103Z Compiling pin-project-internal v1.1.11
20492026-07-11T17:32:37.137Z Compiling darling_core v0.20.11
20502026-07-11T17:32:37.181Z Compiling spin v0.9.8
20512026-07-11T17:32:37.209Z Compiling httpdate v1.0.3
20522026-07-11T17:32:37.308Z Compiling untrusted v0.9.0
20532026-07-11T17:32:37.468Z Compiling rustix v0.38.44
20542026-07-11T17:32:37.485Z Compiling cpufeatures v0.2.17
20552026-07-11T17:32:37.671Z Compiling simd-adler32 v0.3.8
20562026-07-11T17:32:37.692Z Compiling anstyle v1.0.14
20572026-07-11T17:32:37.857Z Compiling powerfmt v0.2.0
20582026-07-11T17:32:38.106Z Compiling foreign-types-shared v0.1.1
20592026-07-11T17:32:38.109Z Compiling deranged v0.5.8
20602026-07-11T17:32:38.158Z Compiling unicode-normalization v0.1.25
20612026-07-11T17:32:38.180Z Compiling pkcs8 v0.10.2
20622026-07-11T17:32:38.225Z Compiling foreign-types v0.3.2
20632026-07-11T17:32:38.390Z Compiling hex v0.4.3
20642026-07-11T17:32:38.462Z Compiling dtrace-parser v0.3.0
20652026-07-11T17:32:38.646Z Compiling zerocopy-derive v0.7.35
20662026-07-11T17:32:38.682Z Compiling strum_macros v0.26.4
20672026-07-11T17:32:38.732Z Compiling darling_core v0.21.3
20682026-07-11T17:32:38.758Z Compiling curve25519-dalek v4.1.3
20692026-07-11T17:32:39.038Z Compiling thread-id v5.1.0
20702026-07-11T17:32:39.052Z Compiling memoffset v0.9.1
20712026-07-11T17:32:39.146Z Compiling ref-cast v1.0.25
20722026-07-11T17:32:39.164Z Compiling darling_macro v0.20.11
20732026-07-11T17:32:39.283Z Compiling dof v0.4.0
20742026-07-11T17:32:39.293Z Compiling is_terminal_polyfill v1.70.2
20752026-07-11T17:32:39.312Z Compiling adler2 v2.0.1
20762026-07-11T17:32:39.337Z Compiling colorchoice v1.0.4
20772026-07-11T17:32:39.408Z Compiling smoltcp v0.9.1
20782026-07-11T17:32:39.498Z Compiling anstyle-query v1.1.5
20792026-07-11T17:32:39.502Z Compiling num_threads v0.1.7
20802026-07-11T17:32:39.645Z Compiling miniz_oxide v0.8.9
20812026-07-11T17:32:39.675Z Compiling darling v0.20.11
20822026-07-11T17:32:39.769Z Compiling time v0.3.47
20832026-07-11T17:32:39.786Z Compiling sha2 v0.10.9
20842026-07-11T17:32:40.222Z Compiling hyper v1.10.1
20852026-07-11T17:32:40.353Z Compiling hmac v0.12.1
20862026-07-11T17:32:40.435Z Compiling snafu-derive v0.8.9
20872026-07-11T17:32:40.643Z Compiling sync_wrapper v1.0.2
20882026-07-11T17:32:40.681Z Compiling wait-timeout v0.2.1
20892026-07-11T17:32:40.769Z Compiling bit-vec v0.8.0
20902026-07-11T17:32:40.931Z Compiling darling_macro v0.21.3
20912026-07-11T17:32:40.946Z Compiling quick-error v1.2.3
20922026-07-11T17:32:41.086Z Compiling cfg_aliases v0.2.1
20932026-07-11T17:32:41.137Z Compiling zlib-rs v0.6.2
20942026-07-11T17:32:41.159Z Compiling siphasher v1.0.2
20952026-07-11T17:32:41.230Z Compiling nix v0.31.2
20962026-07-11T17:32:41.383Z Compiling hyper-util v0.1.20
20972026-07-11T17:32:41.442Z Compiling rusty-fork v0.3.1
20982026-07-11T17:32:41.458Z Compiling darling v0.21.3
20992026-07-11T17:32:41.642Z Compiling bit-set v0.8.0
21002026-07-11T17:32:41.749Z Compiling tower v0.5.3
21012026-07-11T17:32:41.990Z Compiling derive_builder_core v0.20.2
21022026-07-11T17:32:42.036Z Compiling regex v1.12.3
21032026-07-11T17:32:42.256Z Compiling anstyle-parse v1.0.0
21042026-07-11T17:32:42.393Z Compiling http-body-util v0.1.3
21052026-07-11T17:32:42.489Z Compiling erased-serde v0.3.31
21062026-07-11T17:32:42.505Z Compiling hubpack_derive v0.1.1
21072026-07-11T17:32:42.666Z Compiling strum_macros v0.27.2
21082026-07-11T17:32:42.736Z Compiling ref-cast-impl v1.0.25
21092026-07-11T17:32:42.770Z Compiling curve25519-dalek-derive v0.1.1
21102026-07-11T17:32:42.796Z Compiling rand_xorshift v0.4.0
21112026-07-11T17:32:43.102Z Compiling fs-err v3.3.0
21122026-07-11T17:32:43.128Z Compiling usdt-impl v0.5.0
21132026-07-11T17:32:43.132Z Compiling encoding_rs v0.8.35
21142026-07-11T17:32:43.366Z Compiling flate2 v1.1.9
21152026-07-11T17:32:43.425Z Compiling unicode-bidi v0.3.18
21162026-07-11T17:32:43.489Z Compiling iri-string v0.7.10
21172026-07-11T17:32:43.536Z Compiling ryu v1.0.23
21182026-07-11T17:32:43.818Z Compiling unicode-properties v0.1.4
21192026-07-11T17:32:43.929Z Compiling object v0.37.3
21202026-07-11T17:32:43.932Z Compiling allocator-api2 v0.2.21
21212026-07-11T17:32:44.069Z Compiling unarray v0.1.4
21222026-07-11T17:32:44.158Z Compiling mime v0.3.17
21232026-07-11T17:32:44.179Z Compiling proptest v1.10.0
21242026-07-11T17:32:44.485Z Compiling stringprep v0.1.5
21252026-07-11T17:32:44.626Z Compiling serde_urlencoded v0.7.1
21262026-07-11T17:32:44.650Z Compiling tower-http v0.6.8
21272026-07-11T17:32:45.403Z Compiling derive_builder_macro v0.20.2
21282026-07-11T17:32:45.440Z Compiling anstream v1.0.0
21292026-07-11T17:32:45.574Z Compiling tokio-native-tls v0.3.1
21302026-07-11T17:32:45.590Z Compiling serde_with_macros v3.17.0
21312026-07-11T17:32:45.726Z Compiling usdt-macro v0.6.0
21322026-07-11T17:32:45.765Z Compiling usdt-attr-macro v0.6.0
21332026-07-11T17:32:45.861Z Compiling ipnetwork v0.21.1
21342026-07-11T17:32:45.906Z Compiling block-padding v0.4.2
21352026-07-11T17:32:45.936Z Compiling crypto-common v0.2.2
21362026-07-11T17:32:45.954Z Compiling block-buffer v0.12.1
21372026-07-11T17:32:46.076Z Compiling bstr v1.12.1
21382026-07-11T17:32:46.145Z Compiling scroll v0.12.0
21392026-07-11T17:32:46.319Z Compiling rustls-native-certs v0.8.3
21402026-07-11T17:32:46.346Z Compiling rand_chacha v0.3.1
21412026-07-11T17:32:46.479Z Compiling toml_datetime v0.6.11
21422026-07-11T17:32:46.576Z Compiling serde_spanned v0.6.9
21432026-07-11T17:32:46.670Z Compiling md-5 v0.10.6
21442026-07-11T17:32:46.697Z Compiling signature v2.2.0
21452026-07-11T17:32:46.741Z Compiling async-recursion v1.1.1
21462026-07-11T17:32:46.849Z Compiling terminal_size v0.4.3
21472026-07-11T17:32:46.895Z Compiling num-integer v0.1.46
21482026-07-11T17:32:46.926Z Compiling hash32 v0.2.1
21492026-07-11T17:32:46.929Z Compiling vergen-lib v9.1.0
21502026-07-11T17:32:47.110Z Compiling clap_lex v1.0.0
21512026-07-11T17:32:47.172Z Compiling psl-types v2.0.11
21522026-07-11T17:32:47.236Z Compiling fallible-iterator v0.2.0
21532026-07-11T17:32:47.285Z Compiling clap_builder v4.6.0
21542026-07-11T17:32:47.304Z Compiling publicsuffix v2.3.0
21552026-07-11T17:32:47.407Z Compiling num-iter v0.1.45
21562026-07-11T17:32:47.543Z Compiling postgres-protocol v0.6.10
21572026-07-11T17:32:47.672Z Compiling rand v0.8.6
21582026-07-11T17:32:47.877Z Compiling goblin v0.8.2
21592026-07-11T17:32:48.051Z Compiling newtype-uuid v1.3.2
21602026-07-11T17:32:48.102Z Compiling oxnet v0.1.6
21612026-07-11T17:32:48.295Z Compiling inout v0.2.2
21622026-07-11T17:32:48.312Z Compiling derive_builder v0.20.2
21632026-07-11T17:32:48.344Z Compiling hyper-tls v0.6.0
21642026-07-11T17:32:48.413Z Compiling phf_shared v0.13.1
21652026-07-11T17:32:48.521Z Compiling zerocopy v0.7.35
21662026-07-11T17:32:48.614Z Compiling lazy_static v1.5.0
21672026-07-11T17:32:48.664Z Compiling pin-project v1.1.11
21682026-07-11T17:32:48.702Z Compiling anstyle-parse v0.2.7
21692026-07-11T17:32:48.793Z Compiling futures-executor v0.3.32
21702026-07-11T17:32:48.958Z Compiling enum-as-inner v0.6.1
21712026-07-11T17:32:49.043Z Compiling serde_repr v0.1.20
21722026-07-11T17:32:49.127Z Compiling ff v0.13.1
21732026-07-11T17:32:49.144Z Compiling vergen v9.1.0
21742026-07-11T17:32:49.148Z Compiling cargo-platform v0.3.2
21752026-07-11T17:32:49.482Z Compiling same-file v1.0.6
21762026-07-11T17:32:49.575Z Compiling foldhash v0.2.0
21772026-07-11T17:32:49.593Z Compiling base16ct v0.2.0
21782026-07-11T17:32:49.618Z Compiling managed v0.8.0
21792026-07-11T17:32:49.658Z Compiling libbz2-rs-sys v0.2.2
21802026-07-11T17:32:49.681Z Compiling bumpalo v3.20.2
21812026-07-11T17:32:49.729Z Compiling winnow v0.5.40
21822026-07-11T17:32:49.749Z Compiling bitflags v1.3.2
21832026-07-11T17:32:49.770Z Compiling foldhash v0.1.5
21842026-07-11T17:32:49.786Z Compiling unicode-segmentation v1.12.0
21852026-07-11T17:32:49.944Z Compiling hashbrown v0.15.5
21862026-07-11T17:32:49.959Z Compiling zopfli v0.8.3
21872026-07-11T17:32:50.079Z Compiling bzip2 v0.6.1
21882026-07-11T17:32:50.177Z Compiling dof v0.3.0
21892026-07-11T17:32:50.237Z Compiling hashbrown v0.16.1
21902026-07-11T17:32:50.302Z Compiling sec1 v0.7.3
21912026-07-11T17:32:50.506Z Compiling walkdir v2.5.0
21922026-07-11T17:32:50.613Z Compiling cargo_metadata v0.23.1
21932026-07-11T17:32:50.754Z Compiling group v0.13.0
21942026-07-11T17:32:50.817Z Compiling clap v4.6.1
21952026-07-11T17:32:50.911Z Compiling futures v0.3.32
21962026-07-11T17:32:50.927Z Compiling anstream v0.6.21
21972026-07-11T17:32:51.154Z Compiling toml_edit v0.19.15
21982026-07-11T17:32:51.275Z Compiling snafu v0.8.9
21992026-07-11T17:32:51.641Z Compiling phf v0.13.1
22002026-07-11T17:32:51.880Z Compiling reqwest v0.12.28
22012026-07-11T17:32:51.897Z Compiling cipher v0.5.2
22022026-07-11T17:32:52.036Z Compiling daft v0.1.7
22032026-07-11T17:32:52.098Z Compiling signal-hook-mio v0.2.5
22042026-07-11T17:32:52.185Z Compiling postgres-types v0.2.12
22052026-07-11T17:32:52.235Z Compiling cookie_store v0.22.1
22062026-07-11T17:32:52.254Z Compiling zstd v0.13.3
22072026-07-11T17:32:52.337Z Compiling bzip2 v0.4.4
22082026-07-11T17:32:52.354Z Compiling ed25519 v2.2.3
22092026-07-11T17:32:52.466Z Compiling globset v0.4.18
22102026-07-11T17:32:52.530Z Compiling dtrace-parser v0.2.0
22112026-07-11T17:32:52.546Z Compiling strum v0.27.2
22122026-07-11T17:32:52.690Z Compiling hubpack v0.1.2
22132026-07-11T17:32:52.737Z Compiling phf_shared v0.11.3
22142026-07-11T17:32:52.768Z Compiling hkdf v0.12.4
22152026-07-11T17:32:52.790Z Compiling olpc-cjson v0.1.4
22162026-07-11T17:32:52.829Z Compiling pkcs1 v0.7.5
22172026-07-11T17:32:53.023Z Compiling pem v3.0.6
22182026-07-11T17:32:53.027Z Compiling serde_plain v1.0.2
22192026-07-11T17:32:53.055Z Compiling serde-big-array v0.5.1
22202026-07-11T17:32:53.122Z Compiling crypto-bigint v0.5.5
22212026-07-11T17:32:53.262Z Compiling float-cmp v0.10.0
22222026-07-11T17:32:53.278Z Compiling thread-id v4.2.2
22232026-07-11T17:32:53.328Z Compiling memmap2 v0.9.10
22242026-07-11T17:32:53.373Z Compiling env_filter v1.0.0
22252026-07-11T17:32:53.436Z Compiling keccak v0.1.6
22262026-07-11T17:32:53.553Z Compiling whoami v2.1.0
22272026-07-11T17:32:53.568Z Compiling cpufeatures v0.3.0
22282026-07-11T17:32:53.630Z Compiling data-encoding v2.10.0
22292026-07-11T17:32:53.645Z Compiling difflib v0.4.0
22302026-07-11T17:32:53.659Z Compiling winnow v1.0.3
22312026-07-11T17:32:53.662Z Compiling winnow v0.7.14
22322026-07-11T17:32:53.713Z Compiling fixedbitset v0.4.2
22332026-07-11T17:32:53.893Z Compiling either v1.15.0
22342026-07-11T17:32:53.926Z Compiling fixedbitset v0.5.7
22352026-07-11T17:32:54.021Z Compiling normalize-line-endings v0.3.0
22362026-07-11T17:32:54.089Z Compiling const-oid v0.10.2
22372026-07-11T17:32:54.135Z Compiling typed-path v0.9.3
22382026-07-11T17:32:54.191Z Compiling predicates-core v1.0.10
22392026-07-11T17:32:54.213Z Compiling precomputed-hash v0.1.1
22402026-07-11T17:32:54.267Z Compiling new_debug_unreachable v1.0.6
22412026-07-11T17:32:54.301Z Compiling toml_write v0.1.2
22422026-07-11T17:32:54.316Z Compiling static_assertions v1.1.0
22432026-07-11T17:32:54.349Z Compiling jiff v0.2.21
22442026-07-11T17:32:54.371Z Compiling string_cache v0.8.9
22452026-07-11T17:32:54.401Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22462026-07-11T17:32:54.513Z Compiling predicates v3.1.4
22472026-07-11T17:32:54.606Z Compiling digest v0.11.3
22482026-07-11T17:32:54.841Z Compiling petgraph v0.8.3
22492026-07-11T17:32:55.046Z Compiling toml_edit v0.22.27
22502026-07-11T17:32:55.090Z Compiling itertools v0.13.0
22512026-07-11T17:32:55.123Z Compiling elliptic-curve v0.13.8
22522026-07-11T17:32:55.276Z Compiling toml_parser v1.1.2+spec-1.1.0
22532026-07-11T17:32:55.439Z Compiling hickory-proto v0.25.2
22542026-07-11T17:32:55.477Z Compiling petgraph v0.6.5
22552026-07-11T17:32:55.879Z Compiling tokio-postgres v0.7.16
22562026-07-11T17:32:56.187Z Compiling chacha20 v0.10.0
22572026-07-11T17:32:56.327Z Compiling sha3 v0.10.8
22582026-07-11T17:32:56.517Z Compiling env_logger v0.11.9
22592026-07-11T17:32:56.615Z Compiling usdt v0.6.0
22602026-07-11T17:32:56.978Z Compiling zip v4.6.1
22612026-07-11T17:32:57.324Z Compiling rsa v0.9.10
22622026-07-11T17:32:57.874Z Compiling ed25519-dalek v2.2.0
22632026-07-11T17:32:57.953Z Compiling toml v0.7.8
22642026-07-11T17:32:57.975Z Compiling zip v0.6.6
22652026-07-11T17:32:57.989Z Compiling iddqd v0.4.2
22662026-07-11T17:32:58.042Z Compiling crossterm v0.28.1
22672026-07-11T17:32:58.462Z Compiling crossbeam-epoch v0.9.18
22682026-07-11T17:32:58.495Z Compiling similar v2.7.0
22692026-07-11T17:32:58.511Z Compiling heck v0.4.1
22702026-07-11T17:32:58.515Z Compiling serde_with v3.17.0
22712026-07-11T17:32:58.780Z Compiling strum v0.26.3
22722026-07-11T17:32:58.817Z Compiling tokio-stream v0.1.18
22732026-07-11T17:32:58.924Z Compiling buf-list v1.1.2
22742026-07-11T17:32:59.195Z Compiling x509-cert v0.2.5
22752026-07-11T17:32:59.198Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-07-11T17:32:59.282Z Compiling openapiv3 v2.2.0
22772026-07-11T17:32:59.505Z Compiling structmeta-derive v0.3.0
22782026-07-11T17:32:59.723Z Compiling lalrpop-util v0.19.12
22792026-07-11T17:32:59.743Z Compiling peg-runtime v0.8.5
22802026-07-11T17:32:59.870Z Compiling radium v0.7.0
22812026-07-11T17:33:00.518Z Compiling structmeta v0.3.0
22822026-07-11T17:33:01.068Z Compiling tap v1.0.1
22832026-07-11T17:33:01.125Z Compiling maybe-uninit v2.0.0
22842026-07-11T17:33:01.198Z Compiling wyz v0.5.1
22852026-07-11T17:33:02.531Z Compiling packed_struct v0.10.1
22862026-07-11T17:33:02.809Z Compiling funty v2.0.0
22872026-07-11T17:33:03.539Z Compiling bitvec v1.0.1
22882026-07-11T17:33:05.819Z Compiling packed_struct_codegen v0.10.1
22892026-07-11T17:33:06.095Z Compiling zerocopy-derive v0.6.6
22902026-07-11T17:33:06.098Z Compiling bitfield-macros v0.19.4
22912026-07-11T17:33:06.696Z Compiling indexmap v1.9.3
22922026-07-11T17:33:06.959Z Compiling crc-catalog v2.4.0
22932026-07-11T17:33:07.071Z Compiling nodrop v0.1.14
22942026-07-11T17:33:07.164Z Compiling array-init v0.0.4
22952026-07-11T17:33:07.182Z Compiling crc v3.4.0
22962026-07-11T17:33:07.557Z Compiling zerocopy v0.6.6
22972026-07-11T17:33:07.761Z Compiling bitfield v0.19.4
22982026-07-11T17:33:08.322Z Compiling smallvec v0.6.14
22992026-07-11T17:33:09.198Z Compiling derive-ex v0.1.8
23002026-07-11T17:33:11.801Z Compiling base64 v0.21.7
23012026-07-11T17:33:12.197Z Compiling hashbrown v0.12.3
23022026-07-11T17:33:12.766Z Compiling rustls-webpki v0.103.13
23032026-07-11T17:33:12.943Z Compiling ron v0.8.1
23042026-07-11T17:33:14.096Z Compiling test-strategy v0.4.5
23052026-07-11T17:33:15.662Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23062026-07-11T17:33:15.978Z Compiling serde-hex v0.1.0
23072026-07-11T17:33:16.166Z Compiling tokio-rustls v0.26.4
23082026-07-11T17:33:16.185Z Compiling rustls-platform-verifier v0.6.2
23092026-07-11T17:33:16.297Z Compiling tough v0.22.0
23102026-07-11T17:33:16.412Z Compiling hyper-rustls v0.27.7
23112026-07-11T17:33:16.733Z Compiling reqwest v0.13.2
23122026-07-11T17:33:17.355Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23132026-07-11T17:33:17.573Z Compiling hashbrown v0.13.2
23142026-07-11T17:33:17.760Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23152026-07-11T17:33:18.107Z Compiling filetime v0.2.27
23162026-07-11T17:33:18.169Z Compiling multer v3.1.0
23172026-07-11T17:33:18.332Z Compiling thread_local v1.1.9
23182026-07-11T17:33:18.354Z Compiling slog-async v2.8.0
23192026-07-11T17:33:18.435Z Compiling match_cfg v0.1.0
23202026-07-11T17:33:18.522Z Compiling crc-any v2.5.0
23212026-07-11T17:33:18.643Z Compiling compression-core v0.4.31
23222026-07-11T17:33:18.658Z Compiling xattr v1.6.1
23232026-07-11T17:33:18.843Z Compiling rayon-core v1.13.0
23242026-07-11T17:33:18.868Z Compiling tar v0.4.45
23252026-07-11T17:33:18.884Z Compiling compression-codecs v0.4.37
23262026-07-11T17:33:18.928Z Compiling hostname v0.3.1
23272026-07-11T17:33:19.006Z Compiling object v0.30.4
23282026-07-11T17:33:19.022Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23292026-07-11T17:33:19.096Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-07-11T17:33:19.112Z Compiling crossbeam-channel v0.5.15
23312026-07-11T17:33:19.267Z Compiling slog-json v2.6.1
23322026-07-11T17:33:19.290Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23332026-07-11T17:33:19.359Z Compiling async-stream-impl v0.3.6
23342026-07-11T17:33:19.375Z Compiling toml_datetime v1.1.1+spec-1.1.0
23352026-07-11T17:33:19.541Z Compiling serde_path_to_error v0.1.20
23362026-07-11T17:33:19.705Z Compiling serde_spanned v1.1.1
23372026-07-11T17:33:19.733Z Compiling is-terminal v0.4.17
23382026-07-11T17:33:19.818Z Compiling fs-err v2.11.0
23392026-07-11T17:33:19.859Z Compiling dropshot v0.17.1
23402026-07-11T17:33:19.865Z Compiling toml_writer v1.1.1+spec-1.1.0
23412026-07-11T17:33:19.880Z Compiling take_mut v0.2.2
23422026-07-11T17:33:19.902Z Compiling debug-ignore v1.0.5
23432026-07-11T17:33:20.002Z Compiling path-slash v0.1.5
23442026-07-11T17:33:20.018Z Compiling term v1.2.1
23452026-07-11T17:33:20.034Z Compiling async-stream v0.3.6
23462026-07-11T17:33:20.068Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23472026-07-11T17:33:20.150Z Compiling toml v1.1.2+spec-1.1.0
23482026-07-11T17:33:20.165Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23492026-07-11T17:33:20.179Z Compiling slog-bunyan v2.5.0
23502026-07-11T17:33:20.206Z Compiling async-compression v0.4.41
23512026-07-11T17:33:20.323Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23522026-07-11T17:33:20.374Z Compiling slog-term v2.9.2
23532026-07-11T17:33:20.390Z Compiling atomicwrites v0.4.4
23542026-07-11T17:33:20.429Z Compiling sha1 v0.11.0
23552026-07-11T17:33:20.572Z Compiling crossbeam-deque v0.8.6
23562026-07-11T17:33:20.681Z Compiling parse-display-derive v0.10.0
23572026-07-11T17:33:20.697Z Compiling camino-tempfile v1.4.1
23582026-07-11T17:33:20.811Z Compiling newtype-uuid-macros v0.1.0
23592026-07-11T17:33:20.862Z Compiling dropshot_endpoint v0.17.1
23602026-07-11T17:33:21.118Z Compiling waitgroup v0.1.2
23612026-07-11T17:33:21.134Z Compiling half v2.7.1
23622026-07-11T17:33:21.274Z Compiling rustls-pemfile v2.2.0
23632026-07-11T17:33:21.290Z Compiling backon v1.6.0
23642026-07-11T17:33:21.293Z Compiling blake3 v1.8.5
23652026-07-11T17:33:21.430Z Compiling hostname v0.4.2
23662026-07-11T17:33:21.527Z Compiling instant v0.1.13
23672026-07-11T17:33:21.579Z Compiling ciborium-io v0.2.2
23682026-07-11T17:33:21.595Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23692026-07-11T17:33:21.623Z Compiling backoff v0.4.0
23702026-07-11T17:33:21.640Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23712026-07-11T17:33:21.664Z Compiling ciborium-ll v0.2.2
23722026-07-11T17:33:21.837Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23732026-07-11T17:33:21.871Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23742026-07-11T17:33:21.948Z Compiling toml v0.8.23
23752026-07-11T17:33:22.071Z Compiling regress v0.10.5
23762026-07-11T17:33:22.097Z Compiling itertools v0.14.0
23772026-07-11T17:33:22.179Z Compiling macaddr v1.0.1
23782026-07-11T17:33:22.199Z Compiling parse-display v0.10.0
23792026-07-11T17:33:22.483Z Compiling humantime v2.3.0
23802026-07-11T17:33:22.486Z Compiling arrayref v0.3.9
23812026-07-11T17:33:22.576Z Compiling constant_time_eq v0.4.2
23822026-07-11T17:33:22.770Z Compiling arrayvec v0.7.6
23832026-07-11T17:33:22.786Z Compiling indent_write v2.2.0
23842026-07-11T17:33:22.943Z Compiling parse-size v1.1.0
23852026-07-11T17:33:23.067Z Compiling ciborium v0.2.2
23862026-07-11T17:33:23.142Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-07-11T17:33:23.145Z Compiling display-error-chain v0.2.2
23882026-07-11T17:33:23.304Z Compiling topological-sort v0.2.2
23892026-07-11T17:33:23.382Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-07-11T17:33:23.489Z Compiling shell-words v1.1.1
23912026-07-11T17:33:23.644Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-07-11T17:33:33.436Z Compiling progenitor-client v0.14.0
23932026-07-11T17:33:33.436Z Compiling omicron-zone-package v0.12.3
23942026-07-11T17:33:33.672Z Compiling progenitor-extras v0.2.0
23952026-07-11T17:33:34.034Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23962026-07-11T17:33:34.041Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-07-11T17:33:34.041Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23982026-07-11T17:33:35.062Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-07-11T17:33:38.930Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24002026-07-11T17:33:41.955Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24012026-07-11T17:33:50.030Z Finished `release` profile [optimized] target(s) in 1m 28s
24022026-07-11T17:33:50.170Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24032026-07-11T17:33:50.225ZJul 11 17:33:49.584 DEBG changing working directory to /work/oxidecomputer/omicron
24042026-07-11T17:33:50.319ZJul 11 17:33:49.678 DEBG running: git rev-parse HEAD
24052026-07-11T17:33:50.322ZJul 11 17:33:49.681 DEBG process exited with exit status: 0 (2.544902ms)
24062026-07-11T17:33:50.323ZJul 11 17:33:49.681 INFO version: 21.0.0-0.ci+git8cd11db3931
24072026-07-11T17:33:50.330ZJul 11 17:33:49.689 INFO cloning helios to /work/oxidecomputer/helios
24082026-07-11T17:33:50.330ZJul 11 17:33:49.689 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24092026-07-11T17:33:50.333ZCloning into '/work/oxidecomputer/helios'...
24102026-07-11T17:33:50.826ZJul 11 17:33:50.185 DEBG process exited with exit status: 0 (496.052823ms)
24112026-07-11T17:33:50.826ZJul 11 17:33:50.185 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24122026-07-11T17:33:50.829ZJul 11 17:33:50.188 DEBG process exited with exit status: 0 (2.400202ms)
24132026-07-11T17:33:50.829ZJul 11 17:33:50.188 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24142026-07-11T17:33:51.157ZJul 11 17:33:50.517 DEBG process exited with exit status: 0 (328.998048ms)
24152026-07-11T17:33:51.157ZJul 11 17:33:50.517 DEBG running: zfs list rpool/images/build/host
24162026-07-11T17:33:51.161ZNAME USED AVAIL REFER MOUNTPOINT
24172026-07-11T17:33:51.161Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24182026-07-11T17:33:51.165ZJul 11 17:33:50.521 DEBG process exited with exit status: 0 (4.697263ms)
24192026-07-11T17:33:51.165ZJul 11 17:33:50.521 DEBG running: zfs list rpool/images/build/recovery
24202026-07-11T17:33:51.168ZNAME USED AVAIL REFER MOUNTPOINT
24212026-07-11T17:33:51.168Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24222026-07-11T17:33:51.168ZJul 11 17:33:50.525 DEBG process exited with exit status: 0 (4.010993ms)
24232026-07-11T17:33:51.168ZJul 11 17:33:50.525 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24242026-07-11T17:33:51.177ZJul 11 17:33:50.536 INFO console client API version matches nexus API version (2026061000.0.0)
24252026-07-11T17:33:51.180ZJul 11 17:33:50.538 INFO [incorp-manifest] running task
24262026-07-11T17:33:51.180ZJul 11 17:33:50.538 INFO [hubris-staging] running task
24272026-07-11T17:33:51.180ZJul 11 17:33:50.538 INFO [hubris-production] running task
24282026-07-11T17:33:51.180ZJul 11 17:33:50.538 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24292026-07-11T17:33:51.180ZJul 11 17:33:50.539 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
24302026-07-11T17:33:51.184ZJul 11 17:33:50.539 INFO [incorp-create] running: pkgrepo create /work/incorporation
24312026-07-11T17:33:51.184ZJul 11 17:33:50.540 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24322026-07-11T17:33:51.222Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24332026-07-11T17:33:51.285Z[ omicron-package] Blocking waiting for file lock on package cache
24342026-07-11T17:33:51.427ZJul 11 17:33:50.786 INFO [incorp-create] process exited with exit status: 0 (246.487326ms)
24352026-07-11T17:33:51.431ZJul 11 17:33:50.786 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24362026-07-11T17:33:51.755ZJul 11 17:33:51.114 INFO [incorp-publisher] process exited with exit status: 0 (328.080366ms)
24372026-07-11T17:33:51.884Z[ omicron-package] Blocking waiting for file lock on package cache
24382026-07-11T17:33:51.982ZJul 11 17:33:51.340 DEBG process exited with exit status: 0 (802.322794ms)
24392026-07-11T17:33:51.985ZJul 11 17:33:51.341 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24402026-07-11T17:33:52.375ZJul 11 17:33:51.734 INFO [hubris-production] task succeeded (1.195556431s)
24412026-07-11T17:33:52.875ZJul 11 17:33:52.234 DEBG process exited with exit status: 0 (893.673553ms)
24422026-07-11T17:33:52.879ZJul 11 17:33:52.235 INFO [incorp-manifest] task succeeded (1.697416438s)
24432026-07-11T17:33:52.879ZJul 11 17:33:52.236 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24442026-07-11T17:33:53.083Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24452026-07-11T17:33:53.083Z[ omicron-package] Compiling itertools v0.14.0
24462026-07-11T17:33:53.083Z[ omicron-package] Compiling secrecy v0.10.3
24472026-07-11T17:33:53.083Z[ omicron-package] Compiling heapless v0.8.0
24482026-07-11T17:33:53.083Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24492026-07-11T17:33:53.083Z[ omicron-package] Compiling hash32 v0.3.1
24502026-07-11T17:33:53.083Z[ omicron-package] Compiling inout v0.1.4
24512026-07-11T17:33:53.084Z[ omicron-package] Compiling unicode-width v0.2.0
24522026-07-11T17:33:53.084Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24532026-07-11T17:33:53.084Z[ omicron-package] Compiling smoltcp v0.11.0
24542026-07-11T17:33:53.084Z[ omicron-package] Compiling cobs v0.3.0
24552026-07-11T17:33:53.084Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24562026-07-11T17:33:53.084Z[ omicron-package] Compiling universal-hash v0.5.1
24572026-07-11T17:33:53.084Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24582026-07-11T17:33:53.084Z[ omicron-package] Compiling convert_case v0.4.0
24592026-07-11T17:33:53.084Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24602026-07-11T17:33:53.129ZJul 11 17:33:52.488 INFO [incorp-fmt] process exited with exit status: 0 (252.59678ms)
24612026-07-11T17:33:53.133ZJul 11 17:33:52.488 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24622026-07-11T17:33:53.450Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260711T173352Z
24632026-07-11T17:33:53.450Z[ incorp-pkgsend] PUBLISHED
24642026-07-11T17:33:53.506ZJul 11 17:33:52.864 INFO [incorp-pkgsend] process exited with exit status: 0 (375.600433ms)
24652026-07-11T17:33:53.506ZJul 11 17:33:52.864 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24662026-07-11T17:33:53.709Z[ omicron-package] Compiling opaque-debug v0.3.1
24672026-07-11T17:33:53.796Z[ helios-incorp] Retrieving packages for publisher helios ...
24682026-07-11T17:33:53.809Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24692026-07-11T17:33:53.837Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24702026-07-11T17:33:53.837Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24712026-07-11T17:33:53.837Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24722026-07-11T17:33:53.840Z[ helios-incorp]
24732026-07-11T17:33:53.840Z[ helios-incorp] Archiving packages ...
24742026-07-11T17:33:53.840Z[ helios-incorp] Packages to add: 1
24752026-07-11T17:33:53.840Z[ helios-incorp] Files to retrieve: 0
24762026-07-11T17:33:53.840Z[ helios-incorp] Estimated transfer size: 0.00 B
24772026-07-11T17:33:53.840Z[ helios-incorp]
24782026-07-11T17:33:53.840Z[ helios-incorp] Packages to archive:
24792026-07-11T17:33:53.840Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260711T173352Z
24802026-07-11T17:33:53.841Z[ helios-incorp]
24812026-07-11T17:33:53.841Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24822026-07-11T17:33:53.841Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24832026-07-11T17:33:53.942ZJul 11 17:33:53.273 INFO [helios-incorp] process exited with exit status: 0 (408.976408ms)
24842026-07-11T17:33:54.044Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24852026-07-11T17:33:54.048Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24862026-07-11T17:33:54.311Z[ omicron-package] Compiling postcard v1.1.3
24872026-07-11T17:33:54.342Z[ omicron-package] Compiling derive_more v0.99.20
24882026-07-11T17:33:54.373Z[ omicron-package] Compiling poly1305 v0.8.0
24892026-07-11T17:33:54.403Z[ omicron-package] Compiling cipher v0.4.4
24902026-07-11T17:33:54.456Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24912026-07-11T17:33:54.554Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24922026-07-11T17:33:54.605Z[ omicron-package] Compiling password-hash v0.5.0
24932026-07-11T17:33:54.646Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24942026-07-11T17:33:54.649Z[ omicron-package] Compiling blake2 v0.10.6
24952026-07-11T17:33:54.704Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24962026-07-11T17:33:54.708Z[ omicron-package] Compiling aead v0.5.2
24972026-07-11T17:33:54.826Z[ omicron-package] Compiling chacha20 v0.9.1
24982026-07-11T17:33:54.867Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24992026-07-11T17:33:55.053Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25002026-07-11T17:33:55.127Z[ omicron-package] Compiling proc-macro-error v1.0.4
25012026-07-11T17:33:55.167Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25022026-07-11T17:33:55.170Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25032026-07-11T17:33:55.225Z[ omicron-package] Compiling num_enum_derive v0.7.6
25042026-07-11T17:33:55.225Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25052026-07-11T17:33:55.316Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25062026-07-11T17:33:55.404Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25072026-07-11T17:33:55.478Z[ omicron-package] Compiling num_enum_derive v0.5.11
25082026-07-11T17:33:55.482Z[ omicron-package] Compiling argon2 v0.5.3
25092026-07-11T17:33:55.596Z[ omicron-package] Compiling vsss-rs v3.3.4
25102026-07-11T17:33:55.679Z[ omicron-package] Compiling ingot-macros v0.1.1
25112026-07-11T17:33:55.770Z[ omicron-package] Compiling tabwriter v1.4.1
25122026-07-11T17:33:55.890Z[ omicron-package] Compiling foreign-types v0.5.0
25132026-07-11T17:33:55.977Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25142026-07-11T17:33:56.012Z[ omicron-package] Compiling byte-wrapper v0.1.0
25152026-07-11T17:33:56.040Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25162026-07-11T17:33:56.060Z[ omicron-package] Compiling cstr-argument v0.1.2
25172026-07-11T17:33:56.128Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25182026-07-11T17:33:56.132Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25192026-07-11T17:33:56.229Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25202026-07-11T17:33:56.462Z[ omicron-package] Compiling num_enum v0.7.6
25212026-07-11T17:33:56.587Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25222026-07-11T17:33:56.631Z[ omicron-package] Compiling num_enum v0.5.11
25232026-07-11T17:33:56.651Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25242026-07-11T17:33:56.651Z[ omicron-package] Compiling rayon v1.11.0
25252026-07-11T17:33:56.693Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25262026-07-11T17:33:56.696Z[ omicron-package] Compiling rand v0.10.1
25272026-07-11T17:33:56.785Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25282026-07-11T17:33:56.785Z[ omicron-package] Compiling libefi-sys v0.1.0
25292026-07-11T17:33:56.824Z[ omicron-package] Compiling colored v3.1.1
25302026-07-11T17:33:56.921Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25312026-07-11T17:33:56.921Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25322026-07-11T17:33:56.963Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25332026-07-11T17:33:56.981Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25342026-07-11T17:33:57.036Z[ omicron-package] Compiling itertools v0.12.1
25352026-07-11T17:33:57.073Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25362026-07-11T17:33:57.191Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25372026-07-11T17:33:57.325Z[ omicron-package] Compiling usdt-macro v0.5.0
25382026-07-11T17:33:57.437Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25392026-07-11T17:33:57.531Z[ omicron-package] Compiling sigpipe v0.1.3
25402026-07-11T17:33:57.661Z[ omicron-package] Compiling memmap v0.7.0
25412026-07-11T17:33:57.733Z[ omicron-package] Compiling bitfield-struct v0.6.2
25422026-07-11T17:33:57.736Z[ omicron-package] Compiling num-derive v0.4.2
25432026-07-11T17:33:57.737Z[ omicron-package] Compiling glob v0.3.3
25442026-07-11T17:33:57.823Z[ omicron-package] Compiling swrite v0.1.0
25452026-07-11T17:33:57.826Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25462026-07-11T17:33:58.272Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25472026-07-11T17:33:58.306Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25482026-07-11T17:33:58.349Z[ omicron-package] Compiling usdt v0.5.0
25492026-07-11T17:33:58.391Z[ omicron-package] Compiling smf v0.2.3
25502026-07-11T17:33:58.485Z[ omicron-package] Compiling whoami v1.6.1
25512026-07-11T17:33:58.589Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-07-11T17:33:58.687Z[ omicron-package] Compiling zone v0.3.1
25532026-07-11T17:33:58.718Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-07-11T17:33:58.804Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25552026-07-11T17:33:58.835Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-07-11T17:33:58.859Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25572026-07-11T17:33:58.953Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25582026-07-11T17:33:58.957Z[ omicron-package] Compiling ingot-types v0.1.2
25592026-07-11T17:33:59.049Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-07-11T17:33:59.102Z[ omicron-package] Compiling console v0.16.2
25612026-07-11T17:33:59.125Z[ omicron-package] Compiling gethostname v0.5.0
25622026-07-11T17:33:59.178Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25632026-07-11T17:33:59.224Z[ omicron-package] Compiling unit-prefix v0.5.2
25642026-07-11T17:33:59.316Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25652026-07-11T17:33:59.498Z[ omicron-package] Compiling ingot v0.1.1
25662026-07-11T17:33:59.734Z[ omicron-package] Compiling indicatif v0.18.4
25672026-07-11T17:34:01.817Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25682026-07-11T17:34:02.986Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25692026-07-11T17:34:04.115Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25702026-07-11T17:34:05.311ZJul 11 17:34:04.668 INFO [hubris-staging] task succeeded (14.130003603s)
25712026-07-11T17:34:05.520Z[ helios-setup] Jul 11 17:34:04.879 INFO helios repository root is: /work/oxidecomputer/helios
25722026-07-11T17:34:05.524Z[ helios-setup] Jul 11 17:34:04.880 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25732026-07-11T17:34:05.524Z[ helios-setup] Jul 11 17:34:04.880 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-11T17:34:05.524Z[ helios-setup] Jul 11 17:34:04.880 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25752026-07-11T17:34:05.524Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25762026-07-11T17:34:08.083Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25772026-07-11T17:34:11.249Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-07-11T17:34:11.993Z[ helios-setup] Jul 11 17:34:11.352 INFO clone ok!, project: amd-firmware
25792026-07-11T17:34:11.997Z[ helios-setup] Jul 11 17:34:11.352 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
25802026-07-11T17:34:11.998Z[ helios-setup] Jul 11 17:34:11.352 INFO cloning https://github.com/oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
25812026-07-11T17:34:11.998Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25822026-07-11T17:34:12.373Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25832026-07-11T17:34:12.757Z[ helios-setup] Jul 11 17:34:12.116 INFO clone ok!, project: amd-host-image-builder
25842026-07-11T17:34:12.761Z[ helios-setup] Jul 11 17:34:12.116 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
25852026-07-11T17:34:12.761Z[ helios-setup] Jul 11 17:34:12.116 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25862026-07-11T17:34:12.761Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25872026-07-11T17:34:13.252Z[ helios-setup] Jul 11 17:34:12.611 INFO clone ok!, project: image-builder
25882026-07-11T17:34:13.256Z[ helios-setup] Jul 11 17:34:12.611 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
25892026-07-11T17:34:13.256Z[ helios-setup] Jul 11 17:34:12.611 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25902026-07-11T17:34:13.256Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25912026-07-11T17:34:13.679Z[ helios-setup] Jul 11 17:34:13.038 INFO clone ok!, project: bootserver
25922026-07-11T17:34:13.679Z[ helios-setup] Jul 11 17:34:13.038 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
25932026-07-11T17:34:13.682Z[ helios-setup] Jul 11 17:34:13.038 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25942026-07-11T17:34:13.682Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25952026-07-11T17:34:14.477Z[ helios-setup] Jul 11 17:34:13.836 INFO clone ok!, project: pilot
25962026-07-11T17:34:14.477Z[ helios-setup] Jul 11 17:34:13.836 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25972026-07-11T17:34:14.478Z[ helios-setup] Jul 11 17:34:13.836 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25982026-07-11T17:34:14.481Z[ helios-setup] Jul 11 17:34:13.836 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
25992026-07-11T17:34:14.481Z[ helios-setup] Jul 11 17:34:13.836 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26002026-07-11T17:34:14.481Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26012026-07-11T17:34:15.113Z[ helios-setup] Jul 11 17:34:14.472 INFO clone ok!, project: dmar-report
26022026-07-11T17:34:15.113Z[ helios-setup] Jul 11 17:34:14.472 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
26032026-07-11T17:34:15.116Z[ helios-setup] Jul 11 17:34:14.472 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26042026-07-11T17:34:15.116Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26052026-07-11T17:34:15.891Z[ helios-setup] Jul 11 17:34:15.250 INFO clone ok!, project: chelsio-t6-roms
26062026-07-11T17:34:15.894Z[ helios-setup] Jul 11 17:34:15.250 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
26072026-07-11T17:34:15.894Z[ helios-setup] Jul 11 17:34:15.250 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26082026-07-11T17:34:15.894Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26092026-07-11T17:34:16.317Z[ helios-setup] Jul 11 17:34:15.676 INFO clone ok!, project: pinprick
26102026-07-11T17:34:16.317Z[ helios-setup] Jul 11 17:34:15.676 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
26112026-07-11T17:34:16.321Z[ helios-setup] Jul 11 17:34:15.676 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26122026-07-11T17:34:16.321Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26132026-07-11T17:34:17.093Z[ helios-setup] Jul 11 17:34:16.452 INFO clone ok!, project: phbl
26142026-07-11T17:34:17.096Z[ helios-setup] Jul 11 17:34:16.452 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26152026-07-11T17:34:17.302Z[ helios-setup] Jul 11 17:34:16.660 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26162026-07-11T17:34:17.511Z[ helios-setup] Jul 11 17:34:16.870 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26172026-07-11T17:34:17.511Z[ helios-setup] Jul 11 17:34:16.870 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26182026-07-11T17:34:17.728Z[ helios-setup] Jul 11 17:34:17.087 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26192026-07-11T17:34:17.945Z[ helios-setup] Jul 11 17:34:17.304 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26202026-07-11T17:34:17.945Z[ helios-setup] Jul 11 17:34:17.304 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26212026-07-11T17:34:18.158Z[ helios-setup] Jul 11 17:34:17.517 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26222026-07-11T17:34:18.372Z[ helios-setup] Jul 11 17:34:17.731 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26232026-07-11T17:34:18.375Z[ helios-setup] Jul 11 17:34:17.731 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26242026-07-11T17:34:18.375Z[ helios-setup] Jul 11 17:34:17.731 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26252026-07-11T17:34:18.375Z[ helios-setup] Jul 11 17:34:17.731 INFO ok!
26262026-07-11T17:34:18.375Z[ helios-setup] Jul 11 17:34:17.731 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26272026-07-11T17:34:18.375Z[ helios-setup] Jul 11 17:34:17.731 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26282026-07-11T17:34:18.375Z[ helios-setup] Jul 11 17:34:17.731 INFO ok!
26292026-07-11T17:34:18.375Z[ helios-setup] Jul 11 17:34:17.731 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26302026-07-11T17:34:18.375Z[ helios-setup] Jul 11 17:34:17.731 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26312026-07-11T17:34:18.375Z[ helios-setup] Jul 11 17:34:17.731 INFO ok!
26322026-07-11T17:34:18.375Z[ helios-setup] Jul 11 17:34:17.731 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26332026-07-11T17:34:18.403Z[ helios-setup] Jul 11 17:34:17.761 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
26342026-07-11T17:34:18.403Z[ helios-setup] Jul 11 17:34:17.761 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26352026-07-11T17:34:18.407Z[ helios-setup] Jul 11 17:34:17.761 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26362026-07-11T17:34:18.510Z[ helios-setup] Jul 11 17:34:17.869 INFO E| Updating crates.io index
26372026-07-11T17:34:18.514Z[ helios-setup] Jul 11 17:34:17.869 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26382026-07-11T17:34:18.910Z[ helios-setup] Jul 11 17:34:18.268 INFO E| From https://github.com/oxidecomputer/amd-apcb
26392026-07-11T17:34:18.910Z[ helios-setup] Jul 11 17:34:18.268 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26402026-07-11T17:34:18.921Z[ helios-setup] Jul 11 17:34:18.280 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26412026-07-11T17:34:19.212Z[ helios-setup] Jul 11 17:34:18.570 INFO E| From https://github.com/oxidecomputer/amd-efs
26422026-07-11T17:34:19.212Z[ helios-setup] Jul 11 17:34:18.570 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26432026-07-11T17:34:19.507Z[ helios-setup] Jul 11 17:34:18.865 INFO E| Downloading crates ...
26442026-07-11T17:34:19.555Z[ helios-setup] Jul 11 17:34:18.914 INFO E| Downloaded dyn-clone v1.0.19
26452026-07-11T17:34:19.559Z[ helios-setup] Jul 11 17:34:18.918 INFO E| Downloaded ansi_term v0.12.1
26462026-07-11T17:34:19.571Z[ helios-setup] Jul 11 17:34:18.930 INFO E| Downloaded zerocopy-derive v0.8.25
26472026-07-11T17:34:19.577Z[ helios-setup] Jul 11 17:34:18.935 INFO E| Downloaded autocfg v1.4.0
26482026-07-11T17:34:19.580Z[ helios-setup] Jul 11 17:34:18.938 INFO E| Downloaded proc-macro2 v1.0.95
26492026-07-11T17:34:19.584Z[ helios-setup] Jul 11 17:34:18.943 INFO E| Downloaded unic-char-range v0.9.0
26502026-07-11T17:34:19.587Z[ helios-setup] Jul 11 17:34:18.944 INFO E| Downloaded strsim v0.8.0
26512026-07-11T17:34:19.587Z[ helios-setup] Jul 11 17:34:18.945 INFO E| Downloaded unic-ucd-ident v0.9.0
26522026-07-11T17:34:19.590Z[ helios-setup] Jul 11 17:34:18.947 INFO E| Downloaded heck v0.3.3
26532026-07-11T17:34:19.591Z[ helios-setup] Jul 11 17:34:18.948 INFO E| Downloaded fletcher v1.0.0
26542026-07-11T17:34:19.594Z[ helios-setup] Jul 11 17:34:18.953 INFO E| Downloaded unic-common v0.9.0
26552026-07-11T17:34:19.609Z[ helios-setup] Jul 11 17:34:18.968 INFO E| Downloaded unic-char-property v0.9.0
26562026-07-11T17:34:19.612Z[ helios-setup] Jul 11 17:34:18.969 INFO E| Downloaded parse_int v0.9.0
26572026-07-11T17:34:19.612Z[ helios-setup] Jul 11 17:34:18.969 INFO E| Downloaded strum v0.27.1
26582026-07-11T17:34:19.616Z[ helios-setup] Jul 11 17:34:18.973 INFO E| Downloaded four-cc v0.4.0
26592026-07-11T17:34:19.620Z[ helios-setup] Jul 11 17:34:18.977 INFO E| Downloaded unic-ucd-version v0.9.0
26602026-07-11T17:34:19.620Z[ helios-setup] Jul 11 17:34:18.977 INFO E| Downloaded itoa v1.0.15
26612026-07-11T17:34:19.624Z[ helios-setup] Jul 11 17:34:18.981 INFO E| Downloaded vec_map v0.8.2
26622026-07-11T17:34:19.624Z[ helios-setup] Jul 11 17:34:18.981 INFO E| Downloaded bytesize v2.0.1
26632026-07-11T17:34:19.628Z[ helios-setup] Jul 11 17:34:18.987 INFO E| Downloaded modular-bitfield v0.13.1
26642026-07-11T17:34:19.633Z[ helios-setup] Jul 11 17:34:18.992 INFO E| Downloaded thiserror-impl v2.0.12
26652026-07-11T17:34:19.636Z[ helios-setup] Jul 11 17:34:18.993 INFO E| Downloaded textwrap v0.11.0
26662026-07-11T17:34:19.636Z[ helios-setup] Jul 11 17:34:18.994 INFO E| Downloaded quote v1.0.40
26672026-07-11T17:34:19.636Z[ helios-setup] Jul 11 17:34:18.995 INFO E| Downloaded pest_meta v2.8.0
26682026-07-11T17:34:19.641Z[ helios-setup] Jul 11 17:34:18.997 INFO E| Downloaded modular-bitfield-impl v0.11.2
26692026-07-11T17:34:19.641Z[ helios-setup] Jul 11 17:34:18.999 INFO E| Downloaded strum_macros v0.27.1
26702026-07-11T17:34:19.644Z[ helios-setup] Jul 11 17:34:19.000 INFO E| Downloaded structopt-derive v0.4.18
26712026-07-11T17:34:19.644Z[ helios-setup] Jul 11 17:34:19.001 INFO E| Downloaded modular-bitfield-impl v0.13.1
26722026-07-11T17:34:19.648Z[ helios-setup] Jul 11 17:34:19.006 INFO E| Downloaded thiserror v2.0.12
26732026-07-11T17:34:19.651Z[ helios-setup] Jul 11 17:34:19.010 INFO E| Downloaded ryu v1.0.20
26742026-07-11T17:34:19.655Z[ helios-setup] Jul 11 17:34:19.012 INFO E| Downloaded pest_generator v2.8.0
26752026-07-11T17:34:19.655Z[ helios-setup] Jul 11 17:34:19.013 INFO E| Downloaded pest_derive v2.8.0
26762026-07-11T17:34:19.658Z[ helios-setup] Jul 11 17:34:19.016 INFO E| Downloaded rustversion v1.0.20
26772026-07-11T17:34:19.662Z[ helios-setup] Jul 11 17:34:19.018 INFO E| Downloaded modular-bitfield v0.11.2
26782026-07-11T17:34:19.665Z[ helios-setup] Jul 11 17:34:19.023 INFO E| Downloaded log v0.4.27
26792026-07-11T17:34:19.672Z[ helios-setup] Jul 11 17:34:19.031 INFO E| Downloaded unicode-ident v1.0.18
26802026-07-11T17:34:19.675Z[ helios-setup] Jul 11 17:34:19.032 INFO E| Downloaded serde_derive v1.0.219
26812026-07-11T17:34:19.675Z[ helios-setup] Jul 11 17:34:19.034 INFO E| Downloaded structopt v0.3.26
26822026-07-11T17:34:19.684Z[ helios-setup] Jul 11 17:34:19.043 INFO E| Downloaded typenum v1.18.0
26832026-07-11T17:34:19.687Z[ helios-setup] Jul 11 17:34:19.045 INFO E| Downloaded memchr v2.7.4
26842026-07-11T17:34:19.691Z[ helios-setup] Jul 11 17:34:19.050 INFO E| Downloaded serde v1.0.219
26852026-07-11T17:34:19.695Z[ helios-setup] Jul 11 17:34:19.053 INFO E| Downloaded pest v2.8.0
26862026-07-11T17:34:19.717Z[ helios-setup] Jul 11 17:34:19.076 INFO E| Downloaded serde_json v1.0.140
26872026-07-11T17:34:19.739Z[ helios-setup] Jul 11 17:34:19.098 INFO E| Downloaded goblin v0.9.3
26882026-07-11T17:34:19.743Z[ helios-setup] Jul 11 17:34:19.102 INFO E| Downloaded clap v2.34.0
26892026-07-11T17:34:19.747Z[ helios-setup] Jul 11 17:34:19.106 INFO E| Downloaded zerocopy v0.8.25
26902026-07-11T17:34:19.762Z[ helios-setup] Jul 11 17:34:19.121 INFO E| Downloaded syn v2.0.101
26912026-07-11T17:34:19.787Z[ helios-setup] Jul 11 17:34:19.146 INFO E| Downloaded libc v0.2.172
26922026-07-11T17:34:19.841Z[ helios-setup] Jul 11 17:34:19.199 INFO E| Compiling proc-macro2 v1.0.95
26932026-07-11T17:34:19.841Z[ helios-setup] Jul 11 17:34:19.199 INFO E| Compiling unicode-ident v1.0.18
26942026-07-11T17:34:19.846Z[ helios-setup] Jul 11 17:34:19.199 INFO E| Compiling memchr v2.7.4
26952026-07-11T17:34:19.846Z[ helios-setup] Jul 11 17:34:19.199 INFO E| Compiling thiserror v2.0.12
26962026-07-11T17:34:19.846Z[ helios-setup] Jul 11 17:34:19.199 INFO E| Compiling autocfg v1.4.0
26972026-07-11T17:34:19.846Z[ helios-setup] Jul 11 17:34:19.199 INFO E| Compiling serde v1.0.219
26982026-07-11T17:34:19.846Z[ helios-setup] Jul 11 17:34:19.199 INFO E| Compiling syn v1.0.109
26992026-07-11T17:34:19.847Z[ helios-setup] Jul 11 17:34:19.199 INFO E| Compiling version_check v0.9.5
27002026-07-11T17:34:19.863Z[ helios-setup] Jul 11 17:34:19.221 INFO E| Compiling serde_json v1.0.140
27012026-07-11T17:34:19.866Z[ helios-setup] Jul 11 17:34:19.221 INFO E| Compiling schemars v0.8.22
27022026-07-11T17:34:19.866Z[ helios-setup] Jul 11 17:34:19.222 INFO E| Compiling itoa v1.0.15
27032026-07-11T17:34:19.866Z[ helios-setup] Jul 11 17:34:19.222 INFO E| Compiling ryu v1.0.20
27042026-07-11T17:34:19.866Z[ helios-setup] Jul 11 17:34:19.222 INFO E| Compiling ucd-trie v0.1.7
27052026-07-11T17:34:19.866Z[ helios-setup] Jul 11 17:34:19.222 INFO E| Compiling dyn-clone v1.0.19
27062026-07-11T17:34:19.867Z[ helios-setup] Jul 11 17:34:19.222 INFO E| Compiling rustversion v1.0.20
27072026-07-11T17:34:19.867Z[ helios-setup] Jul 11 17:34:19.222 INFO E| Compiling libc v0.2.172
27082026-07-11T17:34:20.033Z[ helios-setup] Jul 11 17:34:19.391 INFO E| Compiling static_assertions v1.1.0
27092026-07-11T17:34:20.451Z[ helios-setup] Jul 11 17:34:19.793 INFO E| Compiling zerocopy v0.8.25
27102026-07-11T17:34:20.451Z[ helios-setup] Jul 11 17:34:19.793 INFO E| Compiling paste v1.0.15
27112026-07-11T17:34:20.680Z[ helios-setup] Jul 11 17:34:20.038 INFO E| Compiling once_cell v1.21.3
27122026-07-11T17:34:20.691Z[ helios-setup] Jul 11 17:34:20.050 INFO E| Compiling unicode-width v0.1.14
27132026-07-11T17:34:20.691Z[ helios-setup] Jul 11 17:34:20.050 INFO E| Compiling unicode-segmentation v1.12.0
27142026-07-11T17:34:20.694Z[ helios-setup] Jul 11 17:34:20.050 INFO E| Compiling heck v0.5.0
27152026-07-11T17:34:20.694Z[ helios-setup] Jul 11 17:34:20.052 INFO E| Compiling num-traits v0.2.19
27162026-07-11T17:34:20.712Z[ helios-setup] Jul 11 17:34:20.070 INFO E| Compiling proc-macro-error-attr v1.0.4
27172026-07-11T17:34:20.722Z[ helios-setup] Jul 11 17:34:20.080 INFO E| Compiling memoffset v0.9.1
27182026-07-11T17:34:20.750Z[ helios-setup] Jul 11 17:34:20.109 INFO E| Compiling proc-macro-error v1.0.4
27192026-07-11T17:34:20.770Z[ helios-setup] Jul 11 17:34:20.128 INFO E| Compiling strsim v0.8.0
27202026-07-11T17:34:20.806Z[ helios-setup] Jul 11 17:34:20.165 INFO E| Compiling vec_map v0.8.2
27212026-07-11T17:34:20.952Z[ helios-setup] Jul 11 17:34:20.308 INFO E| Compiling strum v0.27.1
27222026-07-11T17:34:20.986Z[ helios-setup] Jul 11 17:34:20.345 INFO E| Compiling ansi_term v0.12.1
27232026-07-11T17:34:20.991Z[ helios-setup] Jul 11 17:34:20.350 INFO E| Compiling unic-common v0.9.0
27242026-07-11T17:34:21.025Z[ helios-setup] Jul 11 17:34:20.382 INFO E| Compiling heck v0.3.3
27252026-07-11T17:34:21.049Z[ helios-setup] Jul 11 17:34:20.408 INFO E| Compiling fletcher v1.0.0
27262026-07-11T17:34:21.102Z[ helios-setup] Jul 11 17:34:20.460 INFO E| Compiling atty v0.2.14
27272026-07-11T17:34:21.113Z[ helios-setup] Jul 11 17:34:20.472 INFO E| Compiling textwrap v0.11.0
27282026-07-11T17:34:21.127Z[ helios-setup] Jul 11 17:34:20.486 INFO E| Compiling unic-char-range v0.9.0
27292026-07-11T17:34:21.145Z[ helios-setup] Jul 11 17:34:20.504 INFO E| Compiling byteorder v1.5.0
27302026-07-11T17:34:21.204Z[ helios-setup] Jul 11 17:34:20.563 INFO E| Compiling bitflags v1.3.2
27312026-07-11T17:34:21.211Z[ helios-setup] Jul 11 17:34:20.570 INFO E| Compiling unic-ucd-version v0.9.0
27322026-07-11T17:34:21.216Z[ helios-setup] Jul 11 17:34:20.575 INFO E| Compiling lazy_static v1.5.0
27332026-07-11T17:34:21.243Z[ helios-setup] Jul 11 17:34:20.602 INFO E| Compiling unic-char-property v0.9.0
27342026-07-11T17:34:21.275Z[ helios-setup] Jul 11 17:34:20.634 INFO E| Compiling clap v2.34.0
27352026-07-11T17:34:21.283Z[ helios-setup] Jul 11 17:34:20.641 INFO E| Compiling plain v0.2.3
27362026-07-11T17:34:21.283Z[ helios-setup] Jul 11 17:34:20.641 INFO E| Compiling log v0.4.27
27372026-07-11T17:34:21.294Z[ helios-setup] Jul 11 17:34:20.653 INFO E| Compiling bytesize v2.0.1
27382026-07-11T17:34:21.342Z[ helios-setup] Jul 11 17:34:20.701 INFO E| Compiling unic-ucd-ident v0.9.0
27392026-07-11T17:34:21.410Z[ helios-setup] Jul 11 17:34:20.768 INFO E| Compiling quote v1.0.40
27402026-07-11T17:34:21.579Z[ helios-setup] Jul 11 17:34:20.938 INFO E| Compiling syn v2.0.101
27412026-07-11T17:34:21.820Z[ helios-setup] Jul 11 17:34:21.178 INFO E| Compiling parse_int v0.9.0
27422026-07-11T17:34:22.742Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.55s
27432026-07-11T17:34:22.972Z[ omicron-package]
27442026-07-11T17:34:22.972Z[ omicron-package] real 31.728547307
27452026-07-11T17:34:22.972Z[ omicron-package] user 2:57.386118151
27462026-07-11T17:34:22.975Z[ omicron-package] sys 20.851901363
27472026-07-11T17:34:22.976Z[ omicron-package] trap 0.354274677
27482026-07-11T17:34:22.976Z[ omicron-package] tflt 0.720202904
27492026-07-11T17:34:22.976Z[ omicron-package] dflt 1.944519139
27502026-07-11T17:34:22.976Z[ omicron-package] kflt 0.004453213
27512026-07-11T17:34:22.976Z[ omicron-package] lock 7:53.068515736
27522026-07-11T17:34:22.976Z[ omicron-package] slp 4:21.798869360
27532026-07-11T17:34:22.976Z[ omicron-package] lat 37.051240415
27542026-07-11T17:34:22.976Z[ omicron-package] stop 1:14.049343527
27552026-07-11T17:34:22.976ZJul 11 17:34:22.331 INFO [omicron-package] process exited with exit status: 0 (31.792491705s)
27562026-07-11T17:34:22.976ZJul 11 17:34:22.331 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27572026-07-11T17:34:22.976ZJul 11 17:34:22.332 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27582026-07-11T17:34:22.982Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27592026-07-11T17:34:22.982Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27602026-07-11T17:34:22.985Z[ host-target] Created new build target 'host' and set it as active
27612026-07-11T17:34:22.985Z[ recovery-target] Created new build target 'recovery' and set it as active
27622026-07-11T17:34:22.988ZJul 11 17:34:22.344 INFO [host-target] process exited with exit status: 0 (12.89148ms)
27632026-07-11T17:34:22.988ZJul 11 17:34:22.344 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27642026-07-11T17:34:22.988ZJul 11 17:34:22.346 INFO [recovery-target] process exited with exit status: 0 (13.67301ms)
27652026-07-11T17:34:22.992Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27662026-07-11T17:34:23.405Z[ helios-setup] Jul 11 17:34:22.763 INFO E| Compiling modular-bitfield-impl v0.11.2
27672026-07-11T17:34:23.405Z[ helios-setup] Jul 11 17:34:22.763 INFO E| Compiling structopt-derive v0.4.18
27682026-07-11T17:34:23.584Z[ helios-setup] Jul 11 17:34:22.943 INFO E| Compiling serde_derive_internals v0.29.1
27692026-07-11T17:34:23.977Z[ helios-setup] Jul 11 17:34:23.336 INFO E| Compiling thiserror-impl v2.0.12
27702026-07-11T17:34:23.977Z[ helios-setup] Jul 11 17:34:23.336 INFO E| Compiling serde_derive v1.0.219
27712026-07-11T17:34:23.977Z[ helios-setup] Jul 11 17:34:23.336 INFO E| Compiling zerocopy-derive v0.8.25
27722026-07-11T17:34:23.977Z[ helios-setup] Jul 11 17:34:23.336 INFO E| Compiling num-derive v0.4.2
27732026-07-11T17:34:23.980Z[ helios-setup] Jul 11 17:34:23.336 INFO E| Compiling modular-bitfield-impl v0.13.1
27742026-07-11T17:34:23.980Z[ helios-setup] Jul 11 17:34:23.336 INFO E| Compiling scroll_derive v0.12.1
27752026-07-11T17:34:23.980Z[ helios-setup] Jul 11 17:34:23.336 INFO E| Compiling strum_macros v0.27.1
27762026-07-11T17:34:24.080Z[ helios-setup] Jul 11 17:34:23.438 INFO E| Compiling schemars_derive v0.8.22
27772026-07-11T17:34:24.314Z[ helios-setup] Jul 11 17:34:23.673 INFO E| Compiling modular-bitfield v0.11.2
27782026-07-11T17:34:24.320Z[ helios-setup] Jul 11 17:34:23.679 INFO E| Compiling structopt v0.3.26
27792026-07-11T17:34:24.530Z[ host-package] Compiling heck v0.5.0
27802026-07-11T17:34:24.530Z[ host-package] Compiling regress v0.11.1
27812026-07-11T17:34:24.533Z[ host-package] Compiling unsafe-libyaml v0.2.11
27822026-07-11T17:34:24.642Z[ helios-setup] Jul 11 17:34:24.001 INFO E| Compiling scroll v0.12.0
27832026-07-11T17:34:24.796Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27842026-07-11T17:34:24.841Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27852026-07-11T17:34:24.870Z[ helios-setup] Jul 11 17:34:24.229 INFO E| Compiling goblin v0.9.3
27862026-07-11T17:34:24.874Z[ host-package] Compiling unicode-width v0.1.14
27872026-07-11T17:34:24.913Z[ host-package] Compiling atomicwrites v0.4.4
27882026-07-11T17:34:24.965Z[ host-package] Compiling derive-where v1.6.0
27892026-07-11T17:34:24.965Z[ host-package] Compiling bytecount v0.6.9
27902026-07-11T17:34:24.969Z[ host-package] Compiling is-terminal v0.4.17
27912026-07-11T17:34:25.035Z[ host-package] Compiling prettyplease v0.2.37
27922026-07-11T17:34:25.035Z[ host-package] Compiling console v0.15.11
27932026-07-11T17:34:25.039Z[ host-package] Compiling newline-converter v0.3.0
27942026-07-11T17:34:25.039Z[ host-package] Compiling slog-dtrace v0.3.0
27952026-07-11T17:34:25.048Z[ helios-setup] Jul 11 17:34:24.406 INFO E| Compiling modular-bitfield v0.13.1
27962026-07-11T17:34:25.092Z[ helios-setup] Jul 11 17:34:24.451 INFO E| Compiling pest v2.8.0
27972026-07-11T17:34:25.116Z[ host-package] Compiling owo-colors v4.3.0
27982026-07-11T17:34:25.300Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27992026-07-11T17:34:25.388Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28002026-07-11T17:34:25.392Z[ host-package] Compiling resolv-conf v0.7.6
28012026-07-11T17:34:25.505Z[ host-package] Compiling cancel-safe-futures v0.1.5
28022026-07-11T17:34:25.598Z[ host-package] Compiling num-rational v0.4.2
28032026-07-11T17:34:25.650Z[ host-package] Compiling expectorate v1.2.0
28042026-07-11T17:34:25.675Z[ host-package] Compiling libsw-core v0.3.2
28052026-07-11T17:34:25.719Z[ host-package] Compiling num-complex v0.4.6
28062026-07-11T17:34:25.827Z[ host-package] Compiling thread_local v1.1.9
28072026-07-11T17:34:26.041Z[ host-package] Compiling match_cfg v0.1.0
28082026-07-11T17:34:26.160Z[ host-package] Compiling compression-core v0.4.31
28092026-07-11T17:34:26.164Z[ host-package] Compiling libsw v3.5.0
28102026-07-11T17:34:26.238Z[ helios-setup] Jul 11 17:34:25.596 INFO E| Compiling pest_meta v2.8.0
28112026-07-11T17:34:26.243Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28122026-07-11T17:34:26.246Z[ host-package] Compiling hostname v0.3.1
28132026-07-11T17:34:26.246Z[ host-package] Compiling slog-async v2.8.0
28142026-07-11T17:34:26.405Z[ host-package] Compiling multer v3.1.0
28152026-07-11T17:34:26.525Z[ host-package] Compiling typify-impl v0.6.2
28162026-07-11T17:34:26.585Z[ host-package] Compiling num v0.4.3
28172026-07-11T17:34:26.650Z[ host-package] Compiling compression-codecs v0.4.37
28182026-07-11T17:34:26.654Z[ host-package] Compiling crossbeam-channel v0.5.15
28192026-07-11T17:34:26.654Z[ host-package] Compiling slog-json v2.6.1
28202026-07-11T17:34:26.654Z[ host-package] Compiling serde_spanned v1.1.1
28212026-07-11T17:34:26.761Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28222026-07-11T17:34:26.794Z[ host-package] Compiling take_mut v0.2.2
28232026-07-11T17:34:26.862Z[ helios-setup] Jul 11 17:34:26.221 INFO E| Compiling pest_generator v2.8.0
28242026-07-11T17:34:26.865Z[ host-package] Compiling linear-map v1.2.0
28252026-07-11T17:34:26.959Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28262026-07-11T17:34:26.959Z[ host-package] Compiling linked-hash-map v0.5.6
28272026-07-11T17:34:26.959Z[ host-package] Compiling float-ord v0.3.2
28282026-07-11T17:34:26.963Z[ host-package] Compiling term v1.2.1
28292026-07-11T17:34:27.151Z[ host-package] Compiling async-compression v0.4.41
28302026-07-11T17:34:27.203Z[ host-package] Compiling slog-bunyan v2.5.0
28312026-07-11T17:34:27.259Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28322026-07-11T17:34:27.303Z[ host-package] Compiling slog-term v2.9.2
28332026-07-11T17:34:27.352Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28342026-07-11T17:34:27.356Z[ host-package] Compiling lru-cache v0.1.2
28352026-07-11T17:34:27.482Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28362026-07-11T17:34:27.532Z[ helios-setup] Jul 11 17:34:26.891 INFO E| Compiling pest_derive v2.8.0
28372026-07-11T17:34:27.537Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28382026-07-11T17:34:27.607Z[ host-package] Compiling dropshot v0.17.1
28392026-07-11T17:34:27.642Z[ host-package] Compiling async-stream v0.3.6
28402026-07-11T17:34:27.646Z[ host-package] Compiling sha1 v0.11.0
28412026-07-11T17:34:27.771Z[ host-package] Compiling progenitor-client v0.14.0
28422026-07-11T17:34:27.771Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28432026-07-11T17:34:27.771Z[ host-package] Compiling waitgroup v0.1.2
28442026-07-11T17:34:27.774Z[ host-package] Compiling rustls-pemfile v2.2.0
28452026-07-11T17:34:27.958Z[ host-package] Compiling backon v1.6.0
28462026-07-11T17:34:28.144Z[ host-package] Compiling serde_path_to_error v0.1.20
28472026-07-11T17:34:28.197Z[ host-package] Compiling hostname v0.4.2
28482026-07-11T17:34:28.241Z[ host-package] Compiling instant v0.1.13
28492026-07-11T17:34:28.271Z[ host-package] Compiling minimal-lexical v0.2.1
28502026-07-11T17:34:28.275Z[ host-package] Compiling debug-ignore v1.0.5
28512026-07-11T17:34:28.342Z[ host-package] Compiling backoff v0.4.0
28522026-07-11T17:34:28.380Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28532026-07-11T17:34:28.426Z[ host-package] Compiling progenitor-extras v0.2.0
28542026-07-11T17:34:28.452Z[ helios-setup] Jul 11 17:34:27.811 INFO E| Compiling json5 v0.4.1
28552026-07-11T17:34:28.462Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28562026-07-11T17:34:28.466Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28572026-07-11T17:34:28.575Z[ host-package] Compiling nom v7.1.3
28582026-07-11T17:34:28.627Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28592026-07-11T17:34:28.680Z[ host-package] Compiling parse-display v0.10.0
28602026-07-11T17:34:28.747Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28612026-07-11T17:34:28.778Z[ host-package] Compiling hickory-proto v0.24.4
28622026-07-11T17:34:29.038Z[ host-package] Compiling regress v0.10.5
28632026-07-11T17:34:29.384Z[ host-package] Compiling macaddr v1.0.1
28642026-07-11T17:34:29.445Z[ host-package] Compiling unicode-xid v0.2.6
28652026-07-11T17:34:29.630Z[ host-package] Compiling humantime v2.3.0
28662026-07-11T17:34:29.740Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28672026-07-11T17:34:29.810Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28682026-07-11T17:34:29.885Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28692026-07-11T17:34:29.959Z[ host-package] Compiling convert_case v0.10.0
28702026-07-11T17:34:29.979Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28712026-07-11T17:34:30.063Z[ helios-setup] Jul 11 17:34:29.422 INFO E| Compiling four-cc v0.4.0
28722026-07-11T17:34:30.063Z[ helios-setup] Jul 11 17:34:29.422 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28732026-07-11T17:34:30.170Z[ host-package] Compiling toml v0.8.23
28742026-07-11T17:34:30.182Z[ helios-setup] Jul 11 17:34:29.541 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28752026-07-11T17:34:30.326Z[ host-package] Compiling typify-macro v0.6.2
28762026-07-11T17:34:30.425Z[ host-package] Compiling derive_more-impl v2.1.1
28772026-07-11T17:34:30.798Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28782026-07-11T17:34:30.849Z[ host-package] Compiling papergrid v0.11.0
28792026-07-11T17:34:31.184Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28802026-07-11T17:34:31.344Z[ host-package] Compiling tabled_derive v0.7.0
28812026-07-11T17:34:31.436Z[ host-package] Compiling derive_more v2.1.1
28822026-07-11T17:34:31.626Z[ host-package] Compiling hickory-resolver v0.24.4
28832026-07-11T17:34:31.687Z[ host-package] Compiling termtree v0.5.1
28842026-07-11T17:34:31.691Z[ host-package] Compiling crossterm v0.29.0
28852026-07-11T17:34:31.949Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28862026-07-11T17:34:32.109Z[ host-package] Compiling typify v0.6.2
28872026-07-11T17:34:32.506Z[ host-package] Compiling progenitor-impl v0.14.0
28882026-07-11T17:34:32.564Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892026-07-11T17:34:33.327Z[ host-package] Compiling qorb v0.4.1
28902026-07-11T17:34:34.045Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28912026-07-11T17:34:34.288Z[ host-package] Compiling tabled v0.15.0
28922026-07-11T17:34:34.781Z[ host-package] Compiling progenitor-macro v0.14.0
28932026-07-11T17:34:34.827Z[ host-package] Compiling phf_shared v0.12.1
28942026-07-11T17:34:35.112Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28952026-07-11T17:34:35.644Z[ host-package] Compiling csv-core v0.1.13
28962026-07-11T17:34:35.887Z[ host-package] Compiling vte v0.14.1
28972026-07-11T17:34:36.131Z[ host-package] Compiling chrono-tz v0.10.4
28982026-07-11T17:34:36.256Z[ host-package] Compiling highway v1.3.0
28992026-07-11T17:34:36.476Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29002026-07-11T17:34:36.996Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29012026-07-11T17:34:37.087Z[ host-package] Compiling csv v1.4.0
29022026-07-11T17:34:37.152Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29032026-07-11T17:34:37.458Z[ host-package] Compiling phf v0.12.1
29042026-07-11T17:34:37.563Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29052026-07-11T17:34:37.636Z[ host-package] Compiling const_format_proc_macros v0.2.34
29062026-07-11T17:34:37.680Z[ host-package] Compiling fd-lock v4.0.4
29072026-07-11T17:34:37.786Z[ host-package] Compiling peg-macros v0.8.5
29082026-07-11T17:34:37.937Z[ host-package] Compiling nu-ansi-term v0.50.3
29092026-07-11T17:34:38.542Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29102026-07-11T17:34:38.611Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29112026-07-11T17:34:38.631Z[ host-package] Compiling const_format v0.2.35
29122026-07-11T17:34:38.950Z[ host-package] Compiling progenitor v0.14.0
29132026-07-11T17:34:39.140Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29142026-07-11T17:34:39.246Z[ host-package] Compiling peg v0.8.5
29152026-07-11T17:34:39.380Z[ host-package] Compiling reedline v0.40.0
29162026-07-11T17:34:39.414Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29172026-07-11T17:34:39.888Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29182026-07-11T17:34:40.268Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29192026-07-11T17:34:40.970Z[ host-package] Compiling bcs v0.1.6
29202026-07-11T17:34:41.530Z[ host-package] Compiling nom v8.0.0
29212026-07-11T17:34:42.367Z[ host-package] Compiling semver v0.1.20
29222026-07-11T17:34:42.518Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29232026-07-11T17:34:42.638Z[ host-package] Compiling rustc_version v0.1.7
29242026-07-11T17:34:42.665Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29252026-07-11T17:34:42.694Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29262026-07-11T17:34:42.809Z[ host-package] Compiling smawk v0.3.2
29272026-07-11T17:34:42.880Z[ host-package] Compiling newtype_derive v0.1.6
29282026-07-11T17:34:43.002Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29292026-07-11T17:34:43.041Z[ host-package] Compiling unicode-linebreak v0.1.5
29302026-07-11T17:34:43.081Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29312026-07-11T17:34:43.175Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29322026-07-11T17:34:43.260Z[ host-package] Compiling textwrap v0.16.2
29332026-07-11T17:34:43.358Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29342026-07-11T17:34:43.466Z[ host-package] Compiling steno v0.4.1
29352026-07-11T17:34:43.695Z[ host-package] Compiling sha1 v0.10.6
29362026-07-11T17:34:44.002Z[ host-package] Compiling tagptr v0.2.0
29372026-07-11T17:34:44.269Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29382026-07-11T17:34:44.411Z[ host-package] Compiling utf-8 v0.7.6
29392026-07-11T17:34:44.605Z[ helios-setup] Jul 11 17:34:43.963 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29402026-07-11T17:34:44.656Z[ host-package] Compiling moka v0.12.13
29412026-07-11T17:34:44.687Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29422026-07-11T17:34:44.905Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29432026-07-11T17:34:44.951Z[ host-package] Compiling tungstenite v0.21.0
29442026-07-11T17:34:45.197Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29452026-07-11T17:34:45.259Z[ host-package] Compiling vergen-lib v0.1.6
29462026-07-11T17:34:45.376Z[ host-package] Compiling diesel_derives v2.3.7
29472026-07-11T17:34:45.715Z[ host-package] Compiling tokio-tungstenite v0.21.0
29482026-07-11T17:34:45.899Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29492026-07-11T17:34:46.076Z[ host-package] Compiling hickory-resolver v0.25.2
29502026-07-11T17:34:46.183Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29512026-07-11T17:34:46.263Z[ host-package] Compiling dsl_auto_type v0.2.0
29522026-07-11T17:34:46.640Z[ host-package] Compiling vergen-gitcl v1.0.8
29532026-07-11T17:34:46.901Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29542026-07-11T17:34:47.192Z[ host-package] Compiling dirs-sys-next v0.1.2
29552026-07-11T17:34:47.227Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29562026-07-11T17:34:47.250Z[ host-package] Compiling crunchy v0.2.4
29572026-07-11T17:34:47.469Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29582026-07-11T17:34:47.679Z[ host-package] Compiling glob v0.3.3
29592026-07-11T17:34:47.703Z[ host-package] Compiling maplit v1.0.2
29602026-07-11T17:34:47.779Z[ helios-setup] Jul 11 17:34:47.138 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29612026-07-11T17:34:47.892Z[ host-package] Compiling proc-macro-error2 v2.0.1
29622026-07-11T17:34:48.113Z[ host-package] Compiling clang-sys v1.8.1
29632026-07-11T17:34:48.259Z[ host-package] Compiling dirs-next v2.0.0
29642026-07-11T17:34:48.478Z[ host-package] Compiling r2d2 v0.8.10
29652026-07-11T17:34:48.626Z[ host-package] Compiling num-derive v0.3.3
29662026-07-11T17:34:48.748Z[ host-package] Compiling tiny-keccak v2.0.2
29672026-07-11T17:34:48.815Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29682026-07-11T17:34:48.985Z[ host-package] Compiling downcast-rs v2.0.2
29692026-07-11T17:34:49.181Z[ host-package] Compiling term v0.7.0
29702026-07-11T17:34:49.609Z[ host-package] Compiling libscf-sys v1.1.0
29712026-07-11T17:34:49.666Z[ host-package] Compiling tabled_derive v0.11.0
29722026-07-11T17:34:49.820Z[ host-package] Compiling papergrid v0.17.0
29732026-07-11T17:34:49.873Z[ host-package] Compiling testing_table v0.3.0
29742026-07-11T17:34:50.380Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29752026-07-11T17:34:50.549Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29762026-07-11T17:34:50.591Z[ host-package] Compiling bit-vec v0.6.3
29772026-07-11T17:34:50.916Z[ host-package] Compiling bit-set v0.5.3
29782026-07-11T17:34:51.042Z[ host-package] Compiling tabled v0.20.0
29792026-07-11T17:34:51.174Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29802026-07-11T17:34:51.642Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29812026-07-11T17:34:51.785Z[ host-package] Compiling ascii-canvas v3.0.0
29822026-07-11T17:34:51.992Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29832026-07-11T17:34:52.025Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29842026-07-11T17:34:52.118Z[ host-package] Compiling progenitor-impl v0.13.0
29852026-07-11T17:34:52.258Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29862026-07-11T17:34:52.460Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29872026-07-11T17:34:52.635Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29882026-07-11T17:34:52.725Z[ host-package] Compiling itertools v0.10.5
29892026-07-11T17:34:52.886Z[ host-package] Compiling ena v0.14.4
29902026-07-11T17:34:52.912Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29912026-07-11T17:34:53.138Z[ host-package] Compiling libloading v0.8.9
29922026-07-11T17:34:53.250Z[ host-package] Compiling xshell-macros v0.2.7
29932026-07-11T17:34:53.306Z[ host-package] Compiling diesel v2.3.7
29942026-07-11T17:34:53.384Z[ host-package] Compiling regex-syntax v0.6.29
29952026-07-11T17:34:53.482Z[ host-package] Compiling diff v0.1.13
29962026-07-11T17:34:53.723Z[ host-package] Compiling unicase v2.9.0
29972026-07-11T17:34:53.845Z[ host-package] Compiling bindgen v0.71.1
29982026-07-11T17:34:54.162Z[ host-package] Compiling xshell v0.2.7
29992026-07-11T17:34:54.210Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30002026-07-11T17:34:54.536Z[ host-package] Compiling progenitor-macro v0.13.0
30012026-07-11T17:34:54.687Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30022026-07-11T17:34:54.937Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30032026-07-11T17:34:55.588Z[ host-package] Compiling lalrpop v0.19.12
30042026-07-11T17:34:55.946Z[ host-package] Compiling cexpr v0.6.0
30052026-07-11T17:34:56.056Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30062026-07-11T17:34:56.453Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30072026-07-11T17:34:56.648Z[ host-package] Compiling progenitor-client v0.13.0
30082026-07-11T17:34:56.996Z[ host-package] Compiling rustc-hash v2.1.1
30092026-07-11T17:34:57.267Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30102026-07-11T17:34:58.790Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30112026-07-11T17:34:59.103Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30122026-07-11T17:34:59.267Z[ host-package] Compiling progenitor v0.13.0
30132026-07-11T17:34:59.310Z[ helios-setup] Jul 11 17:34:58.669 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.87s
30142026-07-11T17:34:59.348Z[ helios-setup] Jul 11 17:34:58.706 INFO building project "amd-host-image-builder" ok (40 seconds)
30152026-07-11T17:34:59.348Z[ helios-setup] Jul 11 17:34:58.706 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30162026-07-11T17:34:59.356Z[ helios-setup] Jul 11 17:34:58.715 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
30172026-07-11T17:34:59.356Z[ helios-setup] Jul 11 17:34:58.715 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30182026-07-11T17:34:59.356Z[ helios-setup] Jul 11 17:34:58.715 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30192026-07-11T17:34:59.459Z[ host-package] Compiling headers-core v0.3.0
30202026-07-11T17:34:59.463Z[ helios-setup] Jul 11 17:34:58.821 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30212026-07-11T17:34:59.536Z[ host-package] Compiling libxml v0.3.3
30222026-07-11T17:34:59.590Z[ host-package] Compiling crc8 v0.1.1
30232026-07-11T17:34:59.613Z[ host-package] Compiling headers v0.4.1
30242026-07-11T17:34:59.635Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30252026-07-11T17:34:59.731Z[ host-package] Compiling strum_macros v0.24.3
30262026-07-11T17:34:59.845Z[ host-package] Compiling indoc v1.0.9
30272026-07-11T17:34:59.884Z[ helios-setup] Jul 11 17:34:59.243 INFO E| From https://github.com/jclulow/rust-jmclib
30282026-07-11T17:34:59.885Z[ helios-setup] Jul 11 17:34:59.243 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30292026-07-11T17:34:59.895Z[ helios-setup] Jul 11 17:34:59.253 INFO E| Updating crates.io index
30302026-07-11T17:35:00.060Z[ helios-setup] Jul 11 17:34:59.419 INFO E| Downloading crates ...
30312026-07-11T17:35:00.078Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30322026-07-11T17:35:00.113Z[ helios-setup] Jul 11 17:34:59.471 INFO E| Downloaded anyhow v1.0.72
30332026-07-11T17:35:00.116Z[ helios-setup] Jul 11 17:34:59.474 INFO E| Downloaded glob v0.3.1
30342026-07-11T17:35:00.119Z[ helios-setup] Jul 11 17:34:59.475 INFO E| Downloaded uuid v0.8.2
30352026-07-11T17:35:00.119Z[ helios-setup] Jul 11 17:34:59.477 INFO E| Downloaded errno v0.3.1
30362026-07-11T17:35:00.120Z[ helios-setup] Jul 11 17:34:59.478 INFO E| Downloaded block-buffer v0.9.0
30372026-07-11T17:35:00.123Z[ helios-setup] Jul 11 17:34:59.480 INFO E| Downloaded md-5 v0.9.1
30382026-07-11T17:35:00.123Z[ helios-setup] Jul 11 17:34:59.481 INFO E| Downloaded digest v0.9.0
30392026-07-11T17:35:00.123Z[ helios-setup] Jul 11 17:34:59.482 INFO E| Downloaded cpufeatures v0.2.9
30402026-07-11T17:35:00.126Z[ helios-setup] Jul 11 17:34:59.482 INFO E| Downloaded once_cell v1.18.0
30412026-07-11T17:35:00.126Z[ helios-setup] Jul 11 17:34:59.484 INFO E| Downloaded sha-1 v0.9.8
30422026-07-11T17:35:00.130Z[ helios-setup] Jul 11 17:34:59.487 INFO E| Downloaded fastrand v2.0.0
30432026-07-11T17:35:00.137Z[ helios-setup] Jul 11 17:34:59.495 INFO E| Downloaded libdevinfo-sys v1.0.0
30442026-07-11T17:35:00.140Z[ helios-setup] Jul 11 17:34:59.498 INFO E| Downloaded opaque-debug v0.3.0
30452026-07-11T17:35:00.140Z[ helios-setup] Jul 11 17:34:59.499 INFO E| Downloaded itoa v1.0.9
30462026-07-11T17:35:00.144Z[ helios-setup] Jul 11 17:34:59.502 INFO E| Downloaded walkdir v2.3.3
30472026-07-11T17:35:00.150Z[ helios-setup] Jul 11 17:34:59.509 INFO E| Downloaded tempfile v3.7.0
30482026-07-11T17:35:00.153Z[ helios-setup] Jul 11 17:34:59.511 INFO E| Downloaded unicode-width v0.1.10
30492026-07-11T17:35:00.161Z[ helios-setup] Jul 11 17:34:59.520 INFO E| Downloaded typenum v1.16.0
30502026-07-11T17:35:00.164Z[ helios-setup] Jul 11 17:34:59.521 INFO E| Downloaded getrandom v0.2.10
30512026-07-11T17:35:00.164Z[ helios-setup] Jul 11 17:34:59.523 INFO E| Downloaded ryu v1.0.15
30522026-07-11T17:35:00.167Z[ helios-setup] Jul 11 17:34:59.525 INFO E| Downloaded bitflags v2.3.3
30532026-07-11T17:35:00.171Z[ helios-setup] Jul 11 17:34:59.527 INFO E| Downloaded quote v1.0.31
30542026-07-11T17:35:00.171Z[ helios-setup] Jul 11 17:34:59.529 INFO E| Downloaded unicode-ident v1.0.11
30552026-07-11T17:35:00.174Z[ helios-setup] Jul 11 17:34:59.533 INFO E| Downloaded serde_derive v1.0.193
30562026-07-11T17:35:00.178Z[ helios-setup] Jul 11 17:34:59.536 INFO E| Downloaded serde v1.0.193
30572026-07-11T17:35:00.181Z[ helios-setup] Jul 11 17:34:59.539 INFO E| Downloaded toml v0.5.11
30582026-07-11T17:35:00.184Z[ helios-setup] Jul 11 17:34:59.540 INFO E| Downloaded proc-macro2 v1.0.66
30592026-07-11T17:35:00.204Z[ helios-setup] Jul 11 17:34:59.563 INFO E| Downloaded serde_json v1.0.103
30602026-07-11T17:35:00.222Z[ helios-setup] Jul 11 17:34:59.580 INFO E| Downloaded syn v2.0.32
30612026-07-11T17:35:00.234Z[ helios-setup] Jul 11 17:34:59.592 INFO E| Downloaded rustix v0.38.4
30622026-07-11T17:35:00.265Z[ host-package] Compiling git-stub v1.0.0
30632026-07-11T17:35:00.269Z[ helios-setup] Jul 11 17:34:59.628 INFO E| Downloaded libc v0.2.147
30642026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.691 INFO E| Compiling libc v0.2.147
30652026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.691 INFO E| Compiling proc-macro2 v1.0.66
30662026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.691 INFO E| Compiling cfg-if v1.0.0
30672026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.691 INFO E| Compiling unicode-ident v1.0.11
30682026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.691 INFO E| Compiling version_check v0.9.4
30692026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling typenum v1.16.0
30702026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling serde v1.0.193
30712026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling powerfmt v0.2.0
30722026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling slog v2.7.0
30732026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling num-conv v0.1.0
30742026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling rustix v0.38.4
30752026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling itoa v1.0.9
30762026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling time-core v0.1.2
30772026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling num_threads v0.1.6
30782026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling once_cell v1.18.0
30792026-07-11T17:35:00.334Z[ helios-setup] Jul 11 17:34:59.692 INFO E| Compiling bitflags v2.3.3
30802026-07-11T17:35:00.339Z[ host-package] Compiling derive_builder v0.20.2
30812026-07-11T17:35:00.393Z[ host-package] Compiling oso-derive v0.27.3
30822026-07-11T17:35:00.500Z[ host-package] Compiling quick-xml v0.37.5
30832026-07-11T17:35:00.576Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30842026-07-11T17:35:00.701Z[ helios-setup] Jul 11 17:35:00.058 INFO E| Compiling opaque-debug v0.3.0
30852026-07-11T17:35:00.841Z[ helios-setup] Jul 11 17:35:00.199 INFO E| Compiling serde_json v1.0.103
30862026-07-11T17:35:00.972Z[ helios-setup] Jul 11 17:35:00.331 INFO E| Compiling thread_local v1.1.7
30872026-07-11T17:35:00.981Z[ host-package] Compiling openssl-probe v0.1.6
30882026-07-11T17:35:01.036Z[ helios-setup] Jul 11 17:35:00.394 INFO E| Compiling fastrand v2.0.0
30892026-07-11T17:35:01.066Z[ helios-setup] Jul 11 17:35:00.425 INFO E| Compiling deranged v0.3.11
30902026-07-11T17:35:01.115Z[ helios-setup] Jul 11 17:35:00.474 INFO E| Compiling generic-array v0.14.7
30912026-07-11T17:35:01.142Z[ helios-setup] Jul 11 17:35:00.500 INFO E| Compiling anyhow v1.0.72
30922026-07-11T17:35:01.149Z[ helios-setup] Jul 11 17:35:00.508 INFO E| Compiling unicode-width v0.1.10
30932026-07-11T17:35:01.171Z[ helios-setup] Jul 11 17:35:00.530 INFO E| Compiling same-file v1.0.6
30942026-07-11T17:35:01.198Z[ host-package] Compiling git-stub-vcs v0.1.0
30952026-07-11T17:35:01.228Z[ helios-setup] Jul 11 17:35:00.587 INFO E| Compiling time-macros v0.2.18
30962026-07-11T17:35:01.490Z[ helios-setup] Jul 11 17:35:00.849 INFO E| Compiling cpufeatures v0.2.9
30972026-07-11T17:35:01.510Z[ helios-setup] Jul 11 17:35:00.868 INFO E| Compiling ryu v1.0.15
30982026-07-11T17:35:01.631Z[ helios-setup] Jul 11 17:35:00.936 INFO E| Compiling walkdir v2.3.3
30992026-07-11T17:35:01.635Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31002026-07-11T17:35:01.647Z[ helios-setup] Jul 11 17:35:01.005 INFO E| Compiling getopts v0.2.21
31012026-07-11T17:35:01.693Z[ helios-setup] Jul 11 17:35:01.052 INFO E| Compiling libdevinfo-sys v1.0.0
31022026-07-11T17:35:01.721Z[ helios-setup] Jul 11 17:35:01.079 INFO E| Compiling glob v0.3.1
31032026-07-11T17:35:01.726Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
31042026-07-11T17:35:01.824Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31052026-07-11T17:35:01.874Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31062026-07-11T17:35:01.912Z[ helios-setup] Jul 11 17:35:01.270 INFO E| Compiling quote v1.0.31
31072026-07-11T17:35:02.122Z[ host-package] Compiling bb8 v0.8.6
31082026-07-11T17:35:02.196Z[ helios-setup] Jul 11 17:35:01.554 INFO E| Compiling syn v2.0.32
31092026-07-11T17:35:02.381Z[ helios-setup] Jul 11 17:35:01.739 INFO E| Compiling dirs-sys-next v0.1.2
31102026-07-11T17:35:02.381Z[ helios-setup] Jul 11 17:35:01.739 INFO E| Compiling errno v0.3.1
31112026-07-11T17:35:02.384Z[ helios-setup] Jul 11 17:35:01.739 INFO E| Compiling atty v0.2.14
31122026-07-11T17:35:02.384Z[ helios-setup] Jul 11 17:35:01.739 INFO E| Compiling getrandom v0.2.10
31132026-07-11T17:35:02.391Z[ host-package] Compiling trait-variant v0.1.2
31142026-07-11T17:35:02.585Z[ helios-setup] Jul 11 17:35:01.944 INFO E| Compiling dirs-next v2.0.0
31152026-07-11T17:35:02.662Z[ helios-setup] Jul 11 17:35:02.020 INFO E| Compiling term v0.7.0
31162026-07-11T17:35:02.794Z[ host-package] Compiling half v1.8.3
31172026-07-11T17:35:02.912Z[ host-package] Compiling samael v0.0.19
31182026-07-11T17:35:02.972Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31192026-07-11T17:35:03.148Z[ helios-setup] Jul 11 17:35:02.505 INFO E| Compiling time v0.3.36
31202026-07-11T17:35:03.203Z[ helios-setup] Jul 11 17:35:02.561 INFO E| Compiling tempfile v3.7.0
31212026-07-11T17:35:03.490Z[ host-package] Compiling serde_cbor v0.11.2
31222026-07-11T17:35:03.555Z[ helios-setup] Jul 11 17:35:02.912 INFO E| Compiling block-buffer v0.9.0
31232026-07-11T17:35:03.555Z[ helios-setup] Jul 11 17:35:02.912 INFO E| Compiling digest v0.9.0
31242026-07-11T17:35:03.559Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31252026-07-11T17:35:03.652Z[ helios-setup] Jul 11 17:35:03.010 INFO E| Compiling sha-1 v0.9.8
31262026-07-11T17:35:03.652Z[ helios-setup] Jul 11 17:35:03.010 INFO E| Compiling md-5 v0.9.1
31272026-07-11T17:35:03.761Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31282026-07-11T17:35:03.825Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31292026-07-11T17:35:04.121Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
31302026-07-11T17:35:04.155Z[ helios-setup] Jul 11 17:35:03.513 INFO E| Compiling slog-term v2.9.0
31312026-07-11T17:35:04.175Z[ helios-setup] Jul 11 17:35:03.532 INFO E| Compiling serde_derive v1.0.193
31322026-07-11T17:35:04.269Z[ host-package] Compiling nonempty v0.12.0
31332026-07-11T17:35:04.311Z[ host-package] Compiling polar-core v0.27.3
31342026-07-11T17:35:04.749Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31352026-07-11T17:35:04.788Z[ host-package] Compiling fxhash v0.2.1
31362026-07-11T17:35:04.817Z[ host-package] Compiling libz-sys v1.1.24
31372026-07-11T17:35:04.964Z[ host-package] Compiling salty v0.3.0
31382026-07-11T17:35:05.353Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31392026-07-11T17:35:05.615Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31402026-07-11T17:35:06.166Z[ host-package] Compiling kstat-rs v0.2.4
31412026-07-11T17:35:06.252Z[ host-package] Compiling arc-swap v1.8.2
31422026-07-11T17:35:06.701Z[ host-package] Compiling slog-scope v4.4.1
31432026-07-11T17:35:06.911Z[ host-package] Compiling mime_guess v2.0.5
31442026-07-11T17:35:07.202Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31452026-07-11T17:35:07.608Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31462026-07-11T17:35:08.462Z[ helios-setup] Jul 11 17:35:07.820 INFO E| Compiling toml v0.5.11
31472026-07-11T17:35:08.462Z[ helios-setup] Jul 11 17:35:07.820 INFO E| Compiling uuid v0.8.2
31482026-07-11T17:35:08.874Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
31492026-07-11T17:35:08.896Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31502026-07-11T17:35:08.919Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31512026-07-11T17:35:09.056Z[ host-package] Compiling rfc6979 v0.4.0
31522026-07-11T17:35:09.296Z[ helios-setup] Jul 11 17:35:08.655 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31532026-07-11T17:35:09.320Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31542026-07-11T17:35:09.374Z[ host-package] Compiling nanorand v0.7.0
31552026-07-11T17:35:09.430Z[ host-package] Compiling darling_core v0.23.0
31562026-07-11T17:35:09.786Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31572026-07-11T17:35:10.139Z[ host-package] Compiling parking_lot_core v0.8.6
31582026-07-11T17:35:10.149Z[ helios-setup] Jul 11 17:35:09.508 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31592026-07-11T17:35:10.388Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31602026-07-11T17:35:10.613Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31612026-07-11T17:35:11.267Z[ host-package] Compiling flume v0.11.1
31622026-07-11T17:35:11.589Z[ host-package] Compiling ecdsa v0.16.9
31632026-07-11T17:35:11.704Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-07-11T17:35:11.749Z[ host-package] Compiling darling_macro v0.23.0
31652026-07-11T17:35:12.254Z[ host-package] Compiling slog-stdlog v4.1.1
31662026-07-11T17:35:12.412Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31672026-07-11T17:35:12.507Z[ host-package] Compiling primeorder v0.13.6
31682026-07-11T17:35:12.530Z[ host-package] Compiling atty v0.2.14
31692026-07-11T17:35:12.714Z[ host-package] Compiling strsim v0.10.0
31702026-07-11T17:35:12.741Z[ host-package] Compiling instability v0.3.11
31712026-07-11T17:35:12.742Z[ host-package] Compiling http-range v0.1.5
31722026-07-11T17:35:12.877Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31732026-07-11T17:35:13.089Z[ host-package] Compiling darling_core v0.13.4
31742026-07-11T17:35:13.217Z[ host-package] Compiling diesel-dtrace v0.5.0
31752026-07-11T17:35:13.239Z[ host-package] Compiling async-bb8-diesel v0.2.1
31762026-07-11T17:35:13.717Z[ host-package] Compiling p384 v0.13.1
31772026-07-11T17:35:13.737Z[ host-package] Compiling slog-envlogger v2.2.0
31782026-07-11T17:35:13.836Z[ host-package] Compiling darling v0.23.0
31792026-07-11T17:35:14.408Z[ helios-setup] Jul 11 17:35:13.766 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.03s
31802026-07-11T17:35:14.430Z[ helios-setup] Jul 11 17:35:13.789 INFO building project "image-builder" ok (15 seconds)
31812026-07-11T17:35:14.430Z[ helios-setup] Jul 11 17:35:13.789 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
31822026-07-11T17:35:14.440Z[ helios-setup] Jul 11 17:35:13.798 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
31832026-07-11T17:35:14.440Z[ helios-setup] Jul 11 17:35:13.798 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31842026-07-11T17:35:14.440Z[ helios-setup] Jul 11 17:35:13.798 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31852026-07-11T17:35:14.545Z[ helios-setup] Jul 11 17:35:13.904 INFO E| Downloading crates ...
31862026-07-11T17:35:14.609Z[ helios-setup] Jul 11 17:35:13.963 INFO E| Downloaded miniz_oxide v0.6.2
31872026-07-11T17:35:14.609Z[ helios-setup] Jul 11 17:35:13.965 INFO E| Downloaded typenum v1.15.0
31882026-07-11T17:35:14.612Z[ helios-setup] Jul 11 17:35:13.967 INFO E| Downloaded generic-array v0.14.6
31892026-07-11T17:35:14.612Z[ helios-setup] Jul 11 17:35:13.968 INFO E| Downloaded cpufeatures v0.2.5
31902026-07-11T17:35:14.612Z[ helios-setup] Jul 11 17:35:13.971 INFO E| Downloaded sha2 v0.10.5
31912026-07-11T17:35:14.616Z[ helios-setup] Jul 11 17:35:13.973 INFO E| Downloaded block-buffer v0.10.3
31922026-07-11T17:35:14.616Z[ helios-setup] Jul 11 17:35:13.974 INFO E| Downloaded digest v0.10.3
31932026-07-11T17:35:14.620Z[ helios-setup] Jul 11 17:35:13.979 INFO E| Downloaded flate2 v1.0.25
31942026-07-11T17:35:14.624Z[ helios-setup] Jul 11 17:35:13.983 INFO E| Downloaded anyhow v1.0.62
31952026-07-11T17:35:14.627Z[ helios-setup] Jul 11 17:35:13.985 INFO E| Downloaded bytes v1.2.1
31962026-07-11T17:35:14.692Z[ helios-setup] Jul 11 17:35:14.030 INFO E| Compiling version_check v0.9.4
31972026-07-11T17:35:14.692Z[ helios-setup] Jul 11 17:35:14.030 INFO E| Compiling typenum v1.15.0
31982026-07-11T17:35:14.692Z[ helios-setup] Jul 11 17:35:14.030 INFO E| Compiling cfg-if v1.0.0
31992026-07-11T17:35:14.692Z[ helios-setup] Jul 11 17:35:14.030 INFO E| Compiling crc32fast v1.3.2
32002026-07-11T17:35:14.695Z[ helios-setup] Jul 11 17:35:14.030 INFO E| Compiling adler v1.0.2
32012026-07-11T17:35:14.695Z[ helios-setup] Jul 11 17:35:14.030 INFO E| Compiling anyhow v1.0.62
32022026-07-11T17:35:14.695Z[ helios-setup] Jul 11 17:35:14.030 INFO E| Compiling unicode-width v0.1.10
32032026-07-11T17:35:14.695Z[ helios-setup] Jul 11 17:35:14.030 INFO E| Compiling cpufeatures v0.2.5
32042026-07-11T17:35:14.731Z[ helios-setup] Jul 11 17:35:14.089 INFO E| Compiling bitflags v1.3.2
32052026-07-11T17:35:14.731Z[ helios-setup] Jul 11 17:35:14.090 INFO E| Compiling bytes v1.2.1
32062026-07-11T17:35:14.839Z[ host-package] Compiling oso v0.27.3
32072026-07-11T17:35:14.858Z[ helios-setup] Jul 11 17:35:14.217 INFO E| Compiling getopts v0.2.21
32082026-07-11T17:35:14.875Z[ helios-setup] Jul 11 17:35:14.234 INFO E| Compiling miniz_oxide v0.6.2
32092026-07-11T17:35:14.984Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32102026-07-11T17:35:15.055Z[ helios-setup] Jul 11 17:35:14.413 INFO E| Compiling generic-array v0.14.6
32112026-07-11T17:35:16.311Z[ helios-setup] Jul 11 17:35:15.670 INFO E| Compiling flate2 v1.0.25
32122026-07-11T17:35:16.462Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32132026-07-11T17:35:16.602Z[ host-package] Compiling ignore v0.4.25
32142026-07-11T17:35:16.652Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32152026-07-11T17:35:16.851Z[ helios-setup] Jul 11 17:35:16.210 INFO E| Compiling block-buffer v0.10.3
32162026-07-11T17:35:16.851Z[ helios-setup] Jul 11 17:35:16.210 INFO E| Compiling crypto-common v0.1.6
32172026-07-11T17:35:16.969Z[ helios-setup] Jul 11 17:35:16.327 INFO E| Compiling digest v0.10.3
32182026-07-11T17:35:17.055Z[ host-package] Compiling vergen-git2 v9.1.0
32192026-07-11T17:35:17.138Z[ helios-setup] Jul 11 17:35:16.497 INFO E| Compiling sha2 v0.10.5
32202026-07-11T17:35:17.372Z[ host-package] Compiling castaway v0.2.4
32212026-07-11T17:35:17.375Z[ helios-setup] Jul 11 17:35:16.731 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32222026-07-11T17:35:17.707Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32232026-07-11T17:35:18.041Z[ host-package] Compiling indoc v2.0.7
32242026-07-11T17:35:18.759Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32252026-07-11T17:35:19.182Z[ helios-setup] Jul 11 17:35:18.541 INFO E| Finished `release` profile [optimized] target(s) in 4.73s
32262026-07-11T17:35:19.196Z[ helios-setup] Jul 11 17:35:18.555 INFO building project "bootserver" ok (4 seconds)
32272026-07-11T17:35:19.196Z[ helios-setup] Jul 11 17:35:18.555 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32282026-07-11T17:35:19.205Z[ helios-setup] Jul 11 17:35:18.564 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
32292026-07-11T17:35:19.205Z[ helios-setup] Jul 11 17:35:18.564 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32302026-07-11T17:35:19.208Z[ helios-setup] Jul 11 17:35:18.564 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32312026-07-11T17:35:19.312Z[ helios-setup] Jul 11 17:35:18.670 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32322026-07-11T17:35:19.549Z[ host-package] Compiling compact_str v0.8.1
32332026-07-11T17:35:19.597Z[ helios-setup] Jul 11 17:35:18.956 INFO E| From https://github.com/jclulow/hiercmd
32342026-07-11T17:35:19.597Z[ helios-setup] Jul 11 17:35:18.956 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32352026-07-11T17:35:19.611Z[ helios-setup] Jul 11 17:35:18.970 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32362026-07-11T17:35:19.652Z[ host-package] Compiling globwalk v0.9.1
32372026-07-11T17:35:19.875Z[ helios-setup] Jul 11 17:35:19.233 INFO E| From https://github.com/oxidecomputer/network-interface
32382026-07-11T17:35:19.875Z[ helios-setup] Jul 11 17:35:19.233 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32392026-07-11T17:35:19.886Z[ helios-setup] Jul 11 17:35:19.245 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32402026-07-11T17:35:20.335Z[ host-package] Compiling parking_lot v0.11.2
32412026-07-11T17:35:20.357Z[ helios-setup] Jul 11 17:35:19.715 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32422026-07-11T17:35:20.357Z[ helios-setup] Jul 11 17:35:19.716 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32432026-07-11T17:35:20.375Z[ helios-setup] Jul 11 17:35:19.734 INFO E| Updating crates.io index
32442026-07-11T17:35:20.490Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32452026-07-11T17:35:20.553Z[ helios-setup] Jul 11 17:35:19.911 INFO E| Downloading crates ...
32462026-07-11T17:35:20.575Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32472026-07-11T17:35:20.615Z[ helios-setup] Jul 11 17:35:19.973 INFO E| Downloaded anstyle v1.0.13
32482026-07-11T17:35:20.635Z[ helios-setup] Jul 11 17:35:19.994 INFO E| Downloaded iddqd v0.3.14
32492026-07-11T17:35:20.640Z[ helios-setup] Jul 11 17:35:19.998 INFO E| Downloaded futures-task v0.3.31
32502026-07-11T17:35:20.643Z[ helios-setup] Jul 11 17:35:19.999 INFO E| Downloaded anstyle-query v1.1.4
32512026-07-11T17:35:20.643Z[ helios-setup] Jul 11 17:35:20.001 INFO E| Downloaded futures-sink v0.3.31
32522026-07-11T17:35:20.643Z[ helios-setup] Jul 11 17:35:20.001 INFO E| Downloaded futures-core v0.3.31
32532026-07-11T17:35:20.646Z[ helios-setup] Jul 11 17:35:20.002 INFO E| Downloaded futures-macro v0.3.31
32542026-07-11T17:35:20.653Z[ helios-setup] Jul 11 17:35:20.011 INFO E| Downloaded futures-io v0.3.31
32552026-07-11T17:35:20.675Z[ helios-setup] Jul 11 17:35:20.034 INFO E| Downloaded thiserror v2.0.17
32562026-07-11T17:35:20.679Z[ helios-setup] Jul 11 17:35:20.038 INFO E| Downloaded clap_derive v4.5.49
32572026-07-11T17:35:20.682Z[ helios-setup] Jul 11 17:35:20.039 INFO E| Downloaded getopts v0.2.24
32582026-07-11T17:35:20.682Z[ helios-setup] Jul 11 17:35:20.040 INFO E| Downloaded futures-executor v0.3.31
32592026-07-11T17:35:20.685Z[ helios-setup] Jul 11 17:35:20.041 INFO E| Downloaded zeroize_derive v1.4.2
32602026-07-11T17:35:20.685Z[ helios-setup] Jul 11 17:35:20.042 INFO E| Downloaded bitfield-macros v0.19.3
32612026-07-11T17:35:20.685Z[ helios-setup] Jul 11 17:35:20.043 INFO E| Downloaded env_filter v0.1.4
32622026-07-11T17:35:20.685Z[ helios-setup] Jul 11 17:35:20.044 INFO E| Downloaded futures-channel v0.3.31
32632026-07-11T17:35:20.695Z[ helios-setup] Jul 11 17:35:20.053 INFO E| Downloaded pin-project-lite v0.2.16
32642026-07-11T17:35:20.699Z[ host-package] Compiling darling_macro v0.13.4
32652026-07-11T17:35:20.707Z[ helios-setup] Jul 11 17:35:20.058 INFO E| Downloaded quote v1.0.41
32662026-07-11T17:35:20.707Z[ helios-setup] Jul 11 17:35:20.059 INFO E| Downloaded libdevinfo-sys v1.1.0
32672026-07-11T17:35:20.707Z[ helios-setup] Jul 11 17:35:20.060 INFO E| Downloaded find-msvc-tools v0.1.4
32682026-07-11T17:35:20.707Z[ helios-setup] Jul 11 17:35:20.061 INFO E| Downloaded clap_lex v0.7.6
32692026-07-11T17:35:20.707Z[ helios-setup] Jul 11 17:35:20.062 INFO E| Downloaded bitflags v2.10.0
32702026-07-11T17:35:20.707Z[ helios-setup] Jul 11 17:35:20.064 INFO E| Downloaded num_enum_derive v0.7.5
32712026-07-11T17:35:20.707Z[ helios-setup] Jul 11 17:35:20.065 INFO E| Downloaded devinfo v0.1.0
32722026-07-11T17:35:20.714Z[ helios-setup] Jul 11 17:35:20.073 INFO E| Downloaded simd-adler32 v0.3.7
32732026-07-11T17:35:20.717Z[ helios-setup] Jul 11 17:35:20.074 INFO E| Downloaded pin-utils v0.1.0
32742026-07-11T17:35:20.717Z[ helios-setup] Jul 11 17:35:20.075 INFO E| Downloaded crc v3.3.0
32752026-07-11T17:35:20.717Z[ helios-setup] Jul 11 17:35:20.076 INFO E| Downloaded time-core v0.1.6
32762026-07-11T17:35:20.728Z[ helios-setup] Jul 11 17:35:20.087 INFO E| Downloaded deranged v0.5.5
32772026-07-11T17:35:20.731Z[ helios-setup] Jul 11 17:35:20.088 INFO E| Downloaded bitfield v0.19.3
32782026-07-11T17:35:20.731Z[ helios-setup] Jul 11 17:35:20.089 INFO E| Downloaded serde_spanned v1.0.3
32792026-07-11T17:35:20.737Z[ helios-setup] Jul 11 17:35:20.096 INFO E| Downloaded thiserror-impl v2.0.17
32802026-07-11T17:35:20.743Z[ helios-setup] Jul 11 17:35:20.102 INFO E| Downloaded slab v0.4.11
32812026-07-11T17:35:20.748Z[ helios-setup] Jul 11 17:35:20.103 INFO E| Downloaded num_enum v0.7.5
32822026-07-11T17:35:20.748Z[ helios-setup] Jul 11 17:35:20.106 INFO E| Downloaded env_logger v0.11.8
32832026-07-11T17:35:20.751Z[ helios-setup] Jul 11 17:35:20.109 INFO E| Downloaded cc v1.2.44
32842026-07-11T17:35:20.754Z[ helios-setup] Jul 11 17:35:20.111 INFO E| Downloaded generic-array v0.14.9
32852026-07-11T17:35:20.754Z[ helios-setup] Jul 11 17:35:20.112 INFO E| Downloaded anyhow v1.0.100
32862026-07-11T17:35:20.757Z[ helios-setup] Jul 11 17:35:20.115 INFO E| Downloaded toml_writer v1.0.4
32872026-07-11T17:35:20.758Z[ helios-setup] Jul 11 17:35:20.116 INFO E| Downloaded tokio-macros v2.6.0
32882026-07-11T17:35:20.761Z[ helios-setup] Jul 11 17:35:20.117 INFO E| Downloaded signal-hook-registry v1.4.6
32892026-07-11T17:35:20.761Z[ helios-setup] Jul 11 17:35:20.119 INFO E| Downloaded toml_datetime v0.7.3
32902026-07-11T17:35:20.764Z[ helios-setup] Jul 11 17:35:20.120 INFO E| Downloaded base64ct v1.8.0
32912026-07-11T17:35:20.764Z[ helios-setup] Jul 11 17:35:20.122 INFO E| Downloaded time-macros v0.2.24
32922026-07-11T17:35:20.771Z[ helios-setup] Jul 11 17:35:20.129 INFO E| Downloaded iana-time-zone v0.1.64
32932026-07-11T17:35:20.774Z[ helios-setup] Jul 11 17:35:20.131 INFO E| Downloaded log v0.4.28
32942026-07-11T17:35:20.777Z[ helios-setup] Jul 11 17:35:20.133 INFO E| Downloaded futures v0.3.31
32952026-07-11T17:35:20.777Z[ helios-setup] Jul 11 17:35:20.136 INFO E| Downloaded bytes v1.10.1
32962026-07-11T17:35:20.781Z[ helios-setup] Jul 11 17:35:20.139 INFO E| Downloaded unicode-ident v1.0.22
32972026-07-11T17:35:20.785Z[ helios-setup] Jul 11 17:35:20.141 INFO E| Downloaded term v1.2.0
32982026-07-11T17:35:20.785Z[ helios-setup] Jul 11 17:35:20.143 INFO E| Downloaded toml_parser v1.0.4
32992026-07-11T17:35:20.790Z[ helios-setup] Jul 11 17:35:20.149 INFO E| Downloaded clap v4.5.51
33002026-07-11T17:35:20.804Z[ helios-setup] Jul 11 17:35:20.163 INFO E| Downloaded toml v0.9.8
33012026-07-11T17:35:20.807Z[ helios-setup] Jul 11 17:35:20.166 INFO E| Downloaded typenum v1.19.0
33022026-07-11T17:35:20.810Z[ helios-setup] Jul 11 17:35:20.168 INFO E| Downloaded socket2 v0.6.1
33032026-07-11T17:35:20.813Z[ helios-setup] Jul 11 17:35:20.169 INFO E| Downloaded getrandom v0.2.16
33042026-07-11T17:35:20.826Z[ helios-setup] Jul 11 17:35:20.184 INFO E| Downloaded uuid v1.18.1
33052026-07-11T17:35:20.829Z[ helios-setup] Jul 11 17:35:20.187 INFO E| Downloaded proc-macro2 v1.0.103
33062026-07-11T17:35:20.839Z[ helios-setup] Jul 11 17:35:20.198 INFO E| Downloaded flate2 v1.1.5
33072026-07-11T17:35:20.842Z[ helios-setup] Jul 11 17:35:20.201 INFO E| Downloaded toml_edit v0.23.7
33082026-07-11T17:35:20.853Z[ helios-setup] Jul 11 17:35:20.211 INFO E| Downloaded rand v0.8.5
33092026-07-11T17:35:20.856Z[ helios-setup] Jul 11 17:35:20.214 INFO E| Downloaded mio v1.1.0
33102026-07-11T17:35:20.859Z[ helios-setup] Jul 11 17:35:20.218 INFO E| Downloaded memchr v2.7.6
33112026-07-11T17:35:20.863Z[ helios-setup] Jul 11 17:35:20.222 INFO E| Downloaded zerocopy-derive v0.8.27
33122026-07-11T17:35:20.887Z[ helios-setup] Jul 11 17:35:20.246 INFO E| Downloaded indexmap v2.12.0
33132026-07-11T17:35:20.891Z[ helios-setup] Jul 11 17:35:20.250 INFO E| Downloaded rsa v0.9.8
33142026-07-11T17:35:20.894Z[ helios-setup] Jul 11 17:35:20.253 INFO E| Downloaded num-bigint-dig v0.8.4
33152026-07-11T17:35:20.913Z[ helios-setup] Jul 11 17:35:20.265 INFO E| Downloaded futures-util v0.3.31
33162026-07-11T17:35:20.936Z[ helios-setup] Jul 11 17:35:20.294 INFO E| Downloaded time v0.3.44
33172026-07-11T17:35:20.941Z[ helios-setup] Jul 11 17:35:20.300 INFO E| Downloaded hashbrown v0.16.0
33182026-07-11T17:35:20.945Z[ helios-setup] Jul 11 17:35:20.303 INFO E| Downloaded libm v0.2.15
33192026-07-11T17:35:20.952Z[ helios-setup] Jul 11 17:35:20.310 INFO E| Downloaded winnow v0.7.13
33202026-07-11T17:35:20.958Z[ helios-setup] Jul 11 17:35:20.317 INFO E| Downloaded unicode-width v0.2.2
33212026-07-11T17:35:20.963Z[ helios-setup] Jul 11 17:35:20.322 INFO E| Downloaded clap_builder v4.5.51
33222026-07-11T17:35:20.967Z[ helios-setup] Jul 11 17:35:20.326 INFO E| Downloaded serde_json v1.0.145
33232026-07-11T17:35:20.972Z[ helios-setup] Jul 11 17:35:20.331 INFO E| Downloaded chrono v0.4.42
33242026-07-11T17:35:20.981Z[ helios-setup] Jul 11 17:35:20.339 INFO E| Downloaded zerocopy v0.8.27
33252026-07-11T17:35:20.995Z[ helios-setup] Jul 11 17:35:20.354 INFO E| Downloaded syn v2.0.108
33262026-07-11T17:35:21.018Z[ helios-setup] Jul 11 17:35:20.376 INFO E| Downloaded rustix v1.1.2
33272026-07-11T17:35:21.063Z[ helios-setup] Jul 11 17:35:20.421 INFO E| Downloaded libc v0.2.177
33282026-07-11T17:35:21.079Z[ helios-setup] Jul 11 17:35:20.437 INFO E| Downloaded tokio v1.48.0
33292026-07-11T17:35:21.195Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling proc-macro2 v1.0.103
33302026-07-11T17:35:21.195Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling quote v1.0.41
33312026-07-11T17:35:21.195Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling unicode-ident v1.0.22
33322026-07-11T17:35:21.198Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling libc v0.2.177
33332026-07-11T17:35:21.198Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling serde_core v1.0.228
33342026-07-11T17:35:21.198Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling cfg-if v1.0.4
33352026-07-11T17:35:21.198Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling serde v1.0.228
33362026-07-11T17:35:21.198Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling version_check v0.9.5
33372026-07-11T17:35:21.198Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling autocfg v1.5.0
33382026-07-11T17:35:21.199Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling typenum v1.19.0
33392026-07-11T17:35:21.199Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling const-oid v0.9.6
33402026-07-11T17:35:21.199Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling libm v0.2.15
33412026-07-11T17:35:21.199Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling zerocopy v0.8.27
33422026-07-11T17:35:21.199Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling rustversion v1.0.22
33432026-07-11T17:35:21.199Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling smallvec v1.15.1
33442026-07-11T17:35:21.200Z[ helios-setup] Jul 11 17:35:20.553 INFO E| Compiling base64ct v1.8.0
33452026-07-11T17:35:21.209Z[ host-package] Compiling hyper-staticfile v0.10.1
33462026-07-11T17:35:21.291Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33472026-07-11T17:35:21.617Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-07-11T17:35:21.770Z[ helios-setup] Jul 11 17:35:21.128 INFO E| Compiling zeroize v1.8.2
33492026-07-11T17:35:21.776Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33502026-07-11T17:35:21.866Z[ helios-setup] Jul 11 17:35:21.224 INFO E| Compiling crc32fast v1.5.0
33512026-07-11T17:35:22.034Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33522026-07-11T17:35:22.179Z[ helios-setup] Jul 11 17:35:21.533 INFO E| Compiling equivalent v1.0.2
33532026-07-11T17:35:22.277Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33542026-07-11T17:35:22.352Z[ helios-setup] Jul 11 17:35:21.710 INFO E| Compiling getrandom v0.2.16
33552026-07-11T17:35:22.356Z[ helios-setup] Jul 11 17:35:21.711 INFO E| Compiling pem-rfc7468 v0.7.0
33562026-07-11T17:35:22.441Z[ helios-setup] Jul 11 17:35:21.797 INFO E| Compiling rustix v1.1.2
33572026-07-11T17:35:22.462Z[ helios-setup] Jul 11 17:35:21.820 INFO E| Compiling byteorder v1.5.0
33582026-07-11T17:35:22.471Z[ helios-setup] Jul 11 17:35:21.829 INFO E| Compiling generic-array v0.14.9
33592026-07-11T17:35:22.483Z[ helios-setup] Jul 11 17:35:21.841 INFO E| Compiling hashbrown v0.16.0
33602026-07-11T17:35:22.570Z[ host-package] Compiling predicates-tree v1.0.13
33612026-07-11T17:35:22.593Z[ helios-setup] Jul 11 17:35:21.951 INFO E| Compiling utf8parse v0.2.2
33622026-07-11T17:35:22.607Z[ helios-setup] Jul 11 17:35:21.965 INFO E| Compiling num-traits v0.2.19
33632026-07-11T17:35:22.785Z[ helios-setup] Jul 11 17:35:22.143 INFO E| Compiling flagset v0.4.7
33642026-07-11T17:35:22.800Z[ helios-setup] Jul 11 17:35:22.159 INFO E| Compiling anyhow v1.0.100
33652026-07-11T17:35:22.838Z[ helios-setup] Jul 11 17:35:22.197 INFO E| Compiling memchr v2.7.6
33662026-07-11T17:35:22.861Z[ helios-setup] Jul 11 17:35:22.220 INFO E| Compiling winnow v0.7.13
33672026-07-11T17:35:22.977Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33682026-07-11T17:35:23.108Z[ host-package] Compiling unicode-truncate v1.1.0
33692026-07-11T17:35:23.127Z[ helios-setup] Jul 11 17:35:22.486 INFO E| Compiling anstyle-parse v0.2.7
33702026-07-11T17:35:23.279Z[ helios-setup] Jul 11 17:35:22.638 INFO E| Compiling rand_core v0.6.4
33712026-07-11T17:35:23.285Z[ helios-setup] Jul 11 17:35:22.644 INFO E| Compiling errno v0.3.14
33722026-07-11T17:35:23.370Z[ helios-setup] Jul 11 17:35:22.721 INFO E| Compiling indexmap v2.12.0
33732026-07-11T17:35:23.370Z[ helios-setup] Jul 11 17:35:22.728 INFO E| Compiling is_terminal_polyfill v1.70.2
33742026-07-11T17:35:23.420Z[ helios-setup] Jul 11 17:35:22.778 INFO E| Compiling cpufeatures v0.2.17
33752026-07-11T17:35:23.426Z[ helios-setup] Jul 11 17:35:22.785 INFO E| Compiling syn v1.0.109
33762026-07-11T17:35:23.485Z[ helios-setup] Jul 11 17:35:22.843 INFO E| Compiling anstyle v1.0.13
33772026-07-11T17:35:23.488Z[ host-package] Compiling lru v0.12.5
33782026-07-11T17:35:23.502Z[ helios-setup] Jul 11 17:35:22.861 INFO E| Compiling find-msvc-tools v0.1.4
33792026-07-11T17:35:23.622Z[ host-package] Compiling rand_seeder v0.4.0
33802026-07-11T17:35:23.646Z[ helios-setup] Jul 11 17:35:23.005 INFO E| Compiling toml_datetime v0.7.3
33812026-07-11T17:35:23.693Z[ helios-setup] Jul 11 17:35:23.051 INFO E| Compiling shlex v1.3.0
33822026-07-11T17:35:23.767Z[ helios-setup] Jul 11 17:35:23.125 INFO E| Compiling radium v0.7.0
33832026-07-11T17:35:23.825Z[ helios-setup] Jul 11 17:35:23.184 INFO E| Compiling allocator-api2 v0.2.21
33842026-07-11T17:35:23.840Z[ host-package] Compiling prefix-trie v0.7.0
33852026-07-11T17:35:23.873Z[ helios-setup] Jul 11 17:35:23.231 INFO E| Compiling colorchoice v1.0.4
33862026-07-11T17:35:23.940Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33872026-07-11T17:35:23.981Z[ helios-setup] Jul 11 17:35:23.340 INFO E| Compiling anstyle-query v1.1.4
33882026-07-11T17:35:24.105Z[ helios-setup] Jul 11 17:35:23.463 INFO E| Compiling anstream v0.6.21
33892026-07-11T17:35:24.180Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33902026-07-11T17:35:24.299Z[ helios-setup] Jul 11 17:35:23.658 INFO E| Compiling cc v1.2.44
33912026-07-11T17:35:24.322Z[ helios-setup] Jul 11 17:35:23.681 INFO E| Compiling slog v2.8.2
33922026-07-11T17:35:24.354Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33932026-07-11T17:35:24.479Z[ helios-setup] Jul 11 17:35:23.836 INFO E| Compiling syn v2.0.108
33942026-07-11T17:35:24.530Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33952026-07-11T17:35:24.673Z[ helios-setup] Jul 11 17:35:24.031 INFO E| Compiling parking_lot_core v0.9.12
33962026-07-11T17:35:24.720Z[ helios-setup] Jul 11 17:35:24.078 INFO E| Compiling futures-core v0.3.31
33972026-07-11T17:35:24.764Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33982026-07-11T17:35:24.796Z[ helios-setup] Jul 11 17:35:24.155 INFO E| Compiling pkg-config v0.3.32
33992026-07-11T17:35:24.852Z[ helios-setup] Jul 11 17:35:24.211 INFO E| Compiling tap v1.0.1
34002026-07-11T17:35:24.889Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34012026-07-11T17:35:24.916Z[ helios-setup] Jul 11 17:35:24.275 INFO E| Compiling maybe-uninit v2.0.0
34022026-07-11T17:35:24.953Z[ host-package] Compiling cassowary v0.3.0
34032026-07-11T17:35:24.956Z[ host-package] Compiling corncobs v0.1.4
34042026-07-11T17:35:25.094Z[ helios-setup] Jul 11 17:35:24.453 INFO E| Compiling futures-sink v0.3.31
34052026-07-11T17:35:25.097Z[ helios-setup] Jul 11 17:35:24.453 INFO E| Compiling unicode-width v0.2.2
34062026-07-11T17:35:25.107Z[ helios-setup] Jul 11 17:35:24.465 INFO E| Compiling pin-project-lite v0.2.16
34072026-07-11T17:35:25.221Z[ helios-setup] Jul 11 17:35:24.580 INFO E| Compiling futures-channel v0.3.31
34082026-07-11T17:35:25.229Z[ helios-setup] Jul 11 17:35:24.588 INFO E| Compiling wyz v0.5.1
34092026-07-11T17:35:25.501Z[ host-package] Compiling ratatui v0.29.0
34102026-07-11T17:35:25.501Z[ helios-setup] Jul 11 17:35:24.860 INFO E| Compiling block-buffer v0.10.4
34112026-07-11T17:35:25.725Z[ helios-setup] Jul 11 17:35:25.083 INFO E| Compiling crypto-common v0.1.6
34122026-07-11T17:35:25.745Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34132026-07-11T17:35:25.755Z[ helios-setup] Jul 11 17:35:25.114 INFO E| Compiling toml_parser v1.0.4
34142026-07-11T17:35:25.790Z[ helios-setup] Jul 11 17:35:25.149 INFO E| Compiling getopts v0.2.24
34152026-07-11T17:35:25.875Z[ helios-setup] Jul 11 17:35:25.233 INFO E| Compiling ahash v0.8.12
34162026-07-11T17:35:25.875Z[ helios-setup] Jul 11 17:35:25.233 INFO E| Compiling thiserror v1.0.69
34172026-07-11T17:35:25.927Z[ helios-setup] Jul 11 17:35:25.286 INFO E| Compiling slab v0.4.11
34182026-07-11T17:35:25.957Z[ helios-setup] Jul 11 17:35:25.316 INFO E| Compiling spin v0.9.8
34192026-07-11T17:35:25.964Z[ helios-setup] Jul 11 17:35:25.323 INFO E| Compiling futures-task v0.3.31
34202026-07-11T17:35:25.977Z[ helios-setup] Jul 11 17:35:25.336 INFO E| Compiling futures-io v0.3.31
34212026-07-11T17:35:26.059Z[ helios-setup] Jul 11 17:35:25.418 INFO E| Compiling digest v0.10.7
34222026-07-11T17:35:26.175Z[ helios-setup] Jul 11 17:35:25.533 INFO E| Compiling num-integer v0.1.46
34232026-07-11T17:35:26.201Z[ helios-setup] Jul 11 17:35:25.559 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34242026-07-11T17:35:26.210Z[ helios-setup] Jul 11 17:35:25.569 INFO E| Compiling itoa v1.0.15
34252026-07-11T17:35:26.263Z[ helios-setup] Jul 11 17:35:25.621 INFO E| Compiling bitflags v2.10.0
34262026-07-11T17:35:26.275Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-07-11T17:35:26.488Z[ helios-setup] Jul 11 17:35:25.847 INFO E| Compiling sha2 v0.10.9
34282026-07-11T17:35:26.495Z[ helios-setup] Jul 11 17:35:25.854 INFO E| Compiling heck v0.5.0
34292026-07-11T17:35:26.575Z[ helios-setup] Jul 11 17:35:25.934 INFO E| Compiling num-bigint-dig v0.8.4
34302026-07-11T17:35:26.720Z[ helios-setup] Jul 11 17:35:26.078 INFO E| Compiling toml_edit v0.23.7
34312026-07-11T17:35:26.750Z[ helios-setup] Jul 11 17:35:26.108 INFO E| Compiling num-conv v0.1.0
34322026-07-11T17:35:26.780Z[ helios-setup] Jul 11 17:35:26.138 INFO E| Compiling scopeguard v1.2.0
34332026-07-11T17:35:26.877Z[ helios-setup] Jul 11 17:35:26.236 INFO E| Compiling clap_lex v0.7.6
34342026-07-11T17:35:26.884Z[ helios-setup] Jul 11 17:35:26.243 INFO E| Compiling packed_struct v0.10.1
34352026-07-11T17:35:26.903Z[ helios-setup] Jul 11 17:35:26.262 INFO E| Compiling bytes v1.10.1
34362026-07-11T17:35:26.944Z[ helios-setup] Jul 11 17:35:26.302 INFO E| Compiling pin-utils v0.1.0
34372026-07-11T17:35:27.031Z[ helios-setup] Jul 11 17:35:26.390 INFO E| Compiling getrandom v0.3.4
34382026-07-11T17:35:27.049Z[ helios-setup] Jul 11 17:35:26.407 INFO E| Compiling time-core v0.1.6
34392026-07-11T17:35:27.216Z[ helios-setup] Jul 11 17:35:26.575 INFO E| Compiling funty v2.0.0
34402026-07-11T17:35:27.238Z[ helios-setup] Jul 11 17:35:26.597 INFO E| Compiling strsim v0.11.1
34412026-07-11T17:35:27.253Z[ helios-setup] Jul 11 17:35:26.611 INFO E| Compiling powerfmt v0.2.0
34422026-07-11T17:35:27.401Z[ helios-setup] Jul 11 17:35:26.760 INFO E| Compiling time-macros v0.2.24
34432026-07-11T17:35:27.523Z[ host-package] Compiling hickory-server v0.25.2
34442026-07-11T17:35:27.614Z[ helios-setup] Jul 11 17:35:26.973 INFO E| Compiling deranged v0.5.5
34452026-07-11T17:35:27.700Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34462026-07-11T17:35:27.703Z[ helios-setup] Jul 11 17:35:27.059 INFO E| Compiling lock_api v0.4.14
34472026-07-11T17:35:27.734Z[ helios-setup] Jul 11 17:35:27.093 INFO E| Compiling num-iter v0.1.45
34482026-07-11T17:35:27.760Z[ helios-setup] Jul 11 17:35:27.119 INFO E| Compiling lazy_static v1.5.0
34492026-07-11T17:35:27.789Z[ helios-setup] Jul 11 17:35:27.147 INFO E| Compiling bitvec v1.0.1
34502026-07-11T17:35:27.881Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34512026-07-11T17:35:27.910Z[ helios-setup] Jul 11 17:35:27.269 INFO E| Compiling terminal_size v0.4.3
34522026-07-11T17:35:27.942Z[ helios-setup] Jul 11 17:35:27.301 INFO E| Compiling proc-macro-crate v3.4.0
34532026-07-11T17:35:28.005Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34542026-07-11T17:35:28.077Z[ helios-setup] Jul 11 17:35:27.436 INFO E| Compiling clap_builder v4.5.51
34552026-07-11T17:35:28.270Z[ helios-setup] Jul 11 17:35:27.629 INFO E| Compiling indexmap v1.9.3
34562026-07-11T17:35:28.333Z[ helios-setup] Jul 11 17:35:27.692 INFO E| Compiling serde_json v1.0.145
34572026-07-11T17:35:28.630Z[ host-package] Compiling darling v0.13.4
34582026-07-11T17:35:28.717Z[ helios-setup] Jul 11 17:35:28.076 INFO E| Compiling simd-adler32 v0.3.7
34592026-07-11T17:35:28.870Z[ helios-setup] Jul 11 17:35:28.229 INFO E| Compiling adler2 v2.0.1
34602026-07-11T17:35:28.903Z[ helios-setup] Jul 11 17:35:28.262 INFO E| Compiling once_cell v1.21.3
34612026-07-11T17:35:28.949Z[ helios-setup] Jul 11 17:35:28.308 INFO E| Compiling nodrop v0.1.14
34622026-07-11T17:35:28.988Z[ helios-setup] Jul 11 17:35:28.347 INFO E| Compiling iana-time-zone v0.1.64
34632026-07-11T17:35:28.991Z[ host-package] Compiling sled v0.34.7
34642026-07-11T17:35:29.076Z[ helios-setup] Jul 11 17:35:28.432 INFO E| Compiling thiserror v2.0.17
34652026-07-11T17:35:29.080Z[ helios-setup] Jul 11 17:35:28.439 INFO E| Compiling crc-catalog v2.4.0
34662026-07-11T17:35:29.102Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34672026-07-11T17:35:29.174Z[ helios-setup] Jul 11 17:35:28.532 INFO E| Compiling log v0.4.28
34682026-07-11T17:35:29.191Z[ helios-setup] Jul 11 17:35:28.549 INFO E| Compiling chrono v0.4.42
34692026-07-11T17:35:29.245Z[ helios-setup] Jul 11 17:35:28.604 INFO E| Compiling crc v3.3.0
34702026-07-11T17:35:29.277Z[ helios-setup] Jul 11 17:35:28.635 INFO E| Compiling array-init v0.0.4
34712026-07-11T17:35:29.303Z[ helios-setup] Jul 11 17:35:28.662 INFO E| Compiling miniz_oxide v0.8.9
34722026-07-11T17:35:29.549Z[ helios-setup] Jul 11 17:35:28.906 INFO E| Compiling env_filter v0.1.4
34732026-07-11T17:35:29.609Z[ helios-setup] Jul 11 17:35:28.967 INFO E| Compiling parking_lot v0.12.5
34742026-07-11T17:35:29.821Z[ helios-setup] Jul 11 17:35:29.180 INFO E| Compiling smallvec v0.6.14
34752026-07-11T17:35:29.966Z[ helios-setup] Jul 11 17:35:29.324 INFO E| Compiling time v0.3.44
34762026-07-11T17:35:30.100Z[ helios-setup] Jul 11 17:35:29.458 INFO E| Compiling signature v2.2.0
34772026-07-11T17:35:30.529Z[ helios-setup] Jul 11 17:35:29.887 INFO E| Compiling serde_spanned v1.0.3
34782026-07-11T17:35:30.598Z[ helios-setup] Jul 11 17:35:29.957 INFO E| Compiling signal-hook-registry v1.4.6
34792026-07-11T17:35:30.709Z[ helios-setup] Jul 11 17:35:30.067 INFO E| Compiling socket2 v0.6.1
34802026-07-11T17:35:30.755Z[ helios-setup] Jul 11 17:35:30.113 INFO E| Compiling is-terminal v0.4.17
34812026-07-11T17:35:30.793Z[ helios-setup] Jul 11 17:35:30.151 INFO E| Compiling packed_struct_codegen v0.10.1
34822026-07-11T17:35:30.871Z[ helios-setup] Jul 11 17:35:30.229 INFO E| Compiling mio v1.1.0
34832026-07-11T17:35:30.893Z[ helios-setup] Jul 11 17:35:30.251 INFO E| Compiling thread_local v1.1.9
34842026-07-11T17:35:31.477Z[ helios-setup] Jul 11 17:35:30.835 INFO E| Compiling toml_writer v1.0.4
34852026-07-11T17:35:31.640Z[ helios-setup] Jul 11 17:35:30.999 INFO E| Compiling hashbrown v0.12.3
34862026-07-11T17:35:31.734Z[ helios-setup] Jul 11 17:35:31.093 INFO E| Compiling libdevinfo-sys v1.1.0
34872026-07-11T17:35:31.743Z[ helios-setup] Jul 11 17:35:31.101 INFO E| Compiling winnow v0.5.40
34882026-07-11T17:35:31.796Z[ helios-setup] Jul 11 17:35:31.154 INFO E| Compiling serde_derive v1.0.228
34892026-07-11T17:35:31.840Z[ helios-setup] Jul 11 17:35:31.198 INFO E| Compiling zerocopy-derive v0.8.27
34902026-07-11T17:35:32.042Z[ helios-setup] Jul 11 17:35:31.400 INFO E| Compiling der_derive v0.7.3
34912026-07-11T17:35:32.051Z[ helios-setup] Jul 11 17:35:31.410 INFO E| Compiling futures-macro v0.3.31
34922026-07-11T17:35:32.120Z[ helios-setup] Jul 11 17:35:31.479 INFO E| Compiling zerocopy-derive v0.6.6
34932026-07-11T17:35:32.236Z[ helios-setup] Jul 11 17:35:31.595 INFO E| Compiling thiserror-impl v1.0.69
34942026-07-11T17:35:32.632Z[ helios-setup] Jul 11 17:35:31.990 INFO E| Compiling bitfield-macros v0.19.3
34952026-07-11T17:35:32.632Z[ helios-setup] Jul 11 17:35:31.990 INFO E| Compiling clap_derive v4.5.49
34962026-07-11T17:35:32.672Z[ helios-setup] Jul 11 17:35:32.030 INFO E| Compiling num_enum_derive v0.7.5
34972026-07-11T17:35:33.153Z[ helios-setup] Jul 11 17:35:32.511 INFO E| Compiling thiserror-impl v2.0.17
34982026-07-11T17:35:33.249Z[ helios-setup] Jul 11 17:35:32.607 INFO E| Compiling tokio-macros v2.6.0
34992026-07-11T17:35:33.534Z[ helios-setup] Jul 11 17:35:32.892 INFO E| Compiling term v1.2.0
35002026-07-11T17:35:33.863Z[ helios-setup] Jul 11 17:35:33.222 INFO E| Compiling zerocopy v0.6.6
35012026-07-11T17:35:33.912Z[ helios-setup] Jul 11 17:35:33.270 INFO E| Compiling futures-util v0.3.31
35022026-07-11T17:35:34.244Z[ helios-setup] Jul 11 17:35:33.602 INFO E| Compiling bitfield v0.19.3
35032026-07-11T17:35:34.734Z[ helios-setup] Jul 11 17:35:34.093 INFO E| Compiling subtle v2.6.1
35042026-07-11T17:35:34.773Z[ helios-setup] Jul 11 17:35:34.132 INFO E| Compiling base64 v0.21.7
35052026-07-11T17:35:34.828Z[ helios-setup] Jul 11 17:35:34.187 INFO E| Compiling der v0.7.10
35062026-07-11T17:35:34.891Z[ helios-setup] Jul 11 17:35:34.246 INFO E| Compiling num_enum v0.7.5
35072026-07-11T17:35:34.917Z[ helios-setup] Jul 11 17:35:34.276 INFO E| Compiling ryu v1.0.20
35082026-07-11T17:35:34.944Z[ helios-setup] Jul 11 17:35:34.302 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35092026-07-11T17:35:35.089Z[ helios-setup] Jul 11 17:35:34.447 INFO E| Compiling tokio v1.48.0
35102026-07-11T17:35:35.346Z[ helios-setup] Jul 11 17:35:34.705 INFO E| Compiling devinfo v0.1.0
35112026-07-11T17:35:35.382Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35122026-07-11T17:35:35.473Z[ helios-setup] Jul 11 17:35:34.832 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35132026-07-11T17:35:35.585Z[ helios-setup] Jul 11 17:35:34.944 INFO E| Compiling toml v0.9.8
35142026-07-11T17:35:35.729Z[ helios-setup] Jul 11 17:35:35.087 INFO E| Compiling bzip2 v0.4.4
35152026-07-11T17:35:35.768Z[ helios-setup] Jul 11 17:35:35.126 INFO E| Compiling flate2 v1.1.5
35162026-07-11T17:35:35.908Z[ helios-setup] Jul 11 17:35:35.266 INFO E| Compiling uuid v1.18.1
35172026-07-11T17:35:36.146Z[ helios-setup] Jul 11 17:35:35.505 INFO E| Compiling env_logger v0.11.8
35182026-07-11T17:35:36.317Z[ helios-setup] Jul 11 17:35:35.675 INFO E| Compiling foldhash v0.2.0
35192026-07-11T17:35:36.433Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35202026-07-11T17:35:36.623Z[ helios-setup] Jul 11 17:35:35.982 INFO E| Compiling spki v0.7.3
35212026-07-11T17:35:36.769Z[ helios-setup] Jul 11 17:35:36.127 INFO E| Compiling clap v4.5.51
35222026-07-11T17:35:36.825Z[ helios-setup] Jul 11 17:35:36.183 INFO E| Compiling rustc-hash v2.1.1
35232026-07-11T17:35:36.850Z[ helios-setup] Jul 11 17:35:36.208 INFO E| Compiling crc-any v2.5.0
35242026-07-11T17:35:36.865Z[ helios-setup] Jul 11 17:35:36.223 INFO E| Compiling hex v0.4.3
35252026-07-11T17:35:36.872Z[ helios-setup] Jul 11 17:35:36.231 INFO E| Compiling bitflags v1.3.2
35262026-07-11T17:35:36.901Z[ helios-setup] Jul 11 17:35:36.260 INFO E| Compiling zip v0.6.6
35272026-07-11T17:35:36.960Z[ helios-setup] Jul 11 17:35:36.319 INFO E| Compiling pkcs8 v0.10.2
35282026-07-11T17:35:36.983Z[ helios-setup] Jul 11 17:35:36.341 INFO E| Compiling x509-cert v0.2.5
35292026-07-11T17:35:37.010Z[ helios-setup] Jul 11 17:35:36.368 INFO E| Compiling iddqd v0.3.14
35302026-07-11T17:35:37.145Z[ helios-setup] Jul 11 17:35:36.503 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35312026-07-11T17:35:37.341Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35322026-07-11T17:35:37.462Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35332026-07-11T17:35:37.670Z[ helios-setup] Jul 11 17:35:37.028 INFO E| Compiling pkcs1 v0.7.5
35342026-07-11T17:35:38.022Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35352026-07-11T17:35:38.110Z[ helios-setup] Jul 11 17:35:37.469 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35362026-07-11T17:35:38.224Z[ helios-setup] Jul 11 17:35:37.583 INFO E| Compiling ppv-lite86 v0.2.21
35372026-07-11T17:35:38.250Z[ host-package] Compiling secrecy v0.8.0
35382026-07-11T17:35:38.504Z[ helios-setup] Jul 11 17:35:37.862 INFO E| Compiling erased-serde v0.3.31
35392026-07-11T17:35:38.572Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35402026-07-11T17:35:38.614Z[ helios-setup] Jul 11 17:35:37.973 INFO E| Compiling toml_datetime v0.6.11
35412026-07-11T17:35:38.733Z[ helios-setup] Jul 11 17:35:38.091 INFO E| Compiling serde_spanned v0.6.9
35422026-07-11T17:35:39.049Z[ helios-setup] Jul 11 17:35:38.407 INFO E| Compiling rand_chacha v0.3.1
35432026-07-11T17:35:39.195Z[ host-package] Compiling git2 v0.20.4
35442026-07-11T17:35:39.301Z[ helios-setup] Jul 11 17:35:38.654 INFO E| Compiling toml_edit v0.19.15
35452026-07-11T17:35:39.388Z[ helios-setup] Jul 11 17:35:38.746 INFO E| Compiling rand v0.8.5
35462026-07-11T17:35:39.452Z[ helios-setup] Jul 11 17:35:38.811 INFO E| Compiling hashbrown v0.13.2
35472026-07-11T17:35:39.545Z[ helios-setup] Jul 11 17:35:38.899 INFO E| Compiling serde-hex v0.1.0
35482026-07-11T17:35:39.600Z[ helios-setup] Jul 11 17:35:38.958 INFO E| Compiling futures-executor v0.3.31
35492026-07-11T17:35:39.642Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35502026-07-11T17:35:39.722Z[ helios-setup] Jul 11 17:35:39.080 INFO E| Compiling ron v0.8.1
35512026-07-11T17:35:39.934Z[ helios-setup] Jul 11 17:35:39.293 INFO E| Compiling path-slash v0.1.5
35522026-07-11T17:35:40.107Z[ helios-setup] Jul 11 17:35:39.465 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35532026-07-11T17:35:40.183Z[ helios-setup] Jul 11 17:35:39.540 INFO E| Compiling slog-term v2.9.2
35542026-07-11T17:35:40.385Z[ helios-setup] Jul 11 17:35:39.743 INFO E| Compiling futures v0.3.31
35552026-07-11T17:35:40.385Z[ helios-setup] Jul 11 17:35:39.743 INFO E| Compiling object v0.30.4
35562026-07-11T17:35:40.445Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35572026-07-11T17:35:40.616Z[ host-package] Compiling serde_with_macros v1.5.2
35582026-07-11T17:35:41.189Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35592026-07-11T17:35:41.723Z[ helios-setup] Jul 11 17:35:41.082 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35602026-07-11T17:35:42.312Z[ helios-setup] Jul 11 17:35:41.670 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35612026-07-11T17:35:42.341Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35622026-07-11T17:35:42.842Z[ helios-setup] Jul 11 17:35:42.200 INFO E| Compiling rsa v0.9.8
35632026-07-11T17:35:43.032Z[ helios-setup] Jul 11 17:35:42.390 INFO E| Compiling toml v0.7.8
35642026-07-11T17:35:43.264Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35652026-07-11T17:35:44.884Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35662026-07-11T17:35:44.985Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35672026-07-11T17:35:45.001Z[ helios-setup] Jul 11 17:35:44.360 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35682026-07-11T17:35:45.123Z[ helios-setup] Jul 11 17:35:44.482 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35692026-07-11T17:35:45.280Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35702026-07-11T17:35:45.398Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35712026-07-11T17:35:45.715Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35722026-07-11T17:35:45.737Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35732026-07-11T17:35:46.114Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35742026-07-11T17:35:46.149Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35752026-07-11T17:35:46.423Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35762026-07-11T17:35:46.727Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35772026-07-11T17:35:46.794Z[ host-package] Compiling base64 v0.21.7
35782026-07-11T17:35:47.215Z[ host-package] Compiling void v1.0.2
35792026-07-11T17:35:47.547Z[ host-package] Compiling ron v0.8.1
35802026-07-11T17:35:47.958Z[ host-package] Compiling lzss v0.8.2
35812026-07-11T17:35:48.757Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35822026-07-11T17:35:48.757Z[ host-package] Compiling illumos-nvpair v0.3.0
35832026-07-11T17:35:48.940Z[ host-package] Compiling serde_with v1.14.0
35842026-07-11T17:35:50.096Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35852026-07-11T17:35:50.168Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35862026-07-11T17:35:50.364Z[ helios-setup] Jul 11 17:35:49.723 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35872026-07-11T17:35:50.380Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35882026-07-11T17:35:51.533Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35892026-07-11T17:35:51.623Z[ helios-setup] Jul 11 17:35:50.981 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35902026-07-11T17:35:54.054Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35912026-07-11T17:35:54.552Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35922026-07-11T17:35:55.063Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35932026-07-11T17:35:55.315Z[ host-package] Compiling tungstenite v0.23.0
35942026-07-11T17:35:55.341Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35952026-07-11T17:35:56.073Z[ helios-setup] Jul 11 17:35:55.431 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35962026-07-11T17:35:57.299Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35972026-07-11T17:35:57.371Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35982026-07-11T17:35:57.573Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35992026-07-11T17:35:57.723Z[ host-package] Compiling nix v0.27.1
36002026-07-11T17:35:57.771Z[ host-package] Compiling twox-hash v2.1.2
36012026-07-11T17:35:57.872Z[ host-package] Compiling serde_bytes v0.11.19
36022026-07-11T17:35:58.137Z[ host-package] Compiling tokio-tungstenite v0.23.1
36032026-07-11T17:35:58.284Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
36042026-07-11T17:35:58.388Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36052026-07-11T17:35:58.727Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36062026-07-11T17:35:59.036Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36072026-07-11T17:35:59.690Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36082026-07-11T17:36:02.401Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36092026-07-11T17:36:03.225Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36102026-07-11T17:36:03.673Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36112026-07-11T17:36:04.161Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36122026-07-11T17:36:04.569Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36132026-07-11T17:36:04.638Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36142026-07-11T17:36:04.700Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36152026-07-11T17:36:04.733Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36162026-07-11T17:36:04.877Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36172026-07-11T17:36:05.570Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36182026-07-11T17:36:05.891Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36192026-07-11T17:36:06.130Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36202026-07-11T17:36:07.033Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36212026-07-11T17:36:07.122Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36222026-07-11T17:36:08.242Z[ helios-setup] Jul 11 17:36:07.601 INFO E| Finished `release` profile [optimized] target(s) in 49.02s
36232026-07-11T17:36:08.245Z[ helios-setup] Jul 11 17:36:07.601 INFO E| Blocking waiting for file lock on package cache
36242026-07-11T17:36:09.482Z[ helios-setup] Jul 11 17:36:08.840 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36252026-07-11T17:36:09.482Z[ helios-setup] Jul 11 17:36:08.840 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36262026-07-11T17:36:09.504Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36272026-07-11T17:36:09.540Z[ helios-setup] Jul 11 17:36:08.898 INFO building project "pilot" ok (50 seconds)
36282026-07-11T17:36:09.540Z[ helios-setup] Jul 11 17:36:08.898 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36292026-07-11T17:36:09.550Z[ helios-setup] Jul 11 17:36:08.907 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
36302026-07-11T17:36:09.550Z[ helios-setup] Jul 11 17:36:08.907 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36312026-07-11T17:36:09.550Z[ helios-setup] Jul 11 17:36:08.908 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36322026-07-11T17:36:09.739Z[ helios-setup] Jul 11 17:36:09.097 INFO E| Downloading crates ...
36332026-07-11T17:36:09.801Z[ helios-setup] Jul 11 17:36:09.159 INFO E| Downloaded iana-time-zone v0.1.63
36342026-07-11T17:36:09.805Z[ helios-setup] Jul 11 17:36:09.162 INFO E| Downloaded serde_with_macros v3.12.0
36352026-07-11T17:36:09.808Z[ helios-setup] Jul 11 17:36:09.163 INFO E| Downloaded deranged v0.4.0
36362026-07-11T17:36:09.810Z[ helios-setup] Jul 11 17:36:09.167 INFO E| Downloaded errno v0.3.12
36372026-07-11T17:36:09.813Z[ helios-setup] Jul 11 17:36:09.171 INFO E| Downloaded anyhow v1.0.98
36382026-07-11T17:36:09.825Z[ helios-setup] Jul 11 17:36:09.183 INFO E| Downloaded time-core v0.1.4
36392026-07-11T17:36:09.828Z[ helios-setup] Jul 11 17:36:09.187 INFO E| Downloaded time-macros v0.2.22
36402026-07-11T17:36:09.836Z[ helios-setup] Jul 11 17:36:09.195 INFO E| Downloaded bitflags v2.9.1
36412026-07-11T17:36:09.849Z[ helios-setup] Jul 11 17:36:09.207 INFO E| Downloaded getrandom v0.3.3
36422026-07-11T17:36:09.858Z[ helios-setup] Jul 11 17:36:09.217 INFO E| Downloaded tempfile v3.20.0
36432026-07-11T17:36:09.861Z[ helios-setup] Jul 11 17:36:09.220 INFO E| Downloaded indexmap v2.9.0
36442026-07-11T17:36:09.878Z[ helios-setup] Jul 11 17:36:09.236 INFO E| Downloaded serde_with v3.12.0
36452026-07-11T17:36:09.883Z[ helios-setup] Jul 11 17:36:09.242 INFO E| Downloaded time v0.3.41
36462026-07-11T17:36:09.888Z[ helios-setup] Jul 11 17:36:09.247 INFO E| Downloaded hashbrown v0.15.3
36472026-07-11T17:36:09.894Z[ helios-setup] Jul 11 17:36:09.253 INFO E| Downloaded chrono v0.4.41
36482026-07-11T17:36:09.903Z[ helios-setup] Jul 11 17:36:09.262 INFO E| Downloaded rustix v1.0.7
36492026-07-11T17:36:09.942Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36502026-07-11T17:36:09.966Z[ helios-setup] Jul 11 17:36:09.324 INFO E| Compiling proc-macro2 v1.0.95
36512026-07-11T17:36:09.966Z[ helios-setup] Jul 11 17:36:09.324 INFO E| Compiling unicode-ident v1.0.18
36522026-07-11T17:36:09.966Z[ helios-setup] Jul 11 17:36:09.324 INFO E| Compiling libc v0.2.172
36532026-07-11T17:36:09.969Z[ helios-setup] Jul 11 17:36:09.324 INFO E| Compiling ident_case v1.0.1
36542026-07-11T17:36:09.969Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling strsim v0.11.1
36552026-07-11T17:36:09.969Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling fnv v1.0.7
36562026-07-11T17:36:09.969Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling serde v1.0.219
36572026-07-11T17:36:09.969Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling rustix v1.0.7
36582026-07-11T17:36:09.969Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling getrandom v0.3.3
36592026-07-11T17:36:09.969Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling cfg-if v1.0.0
36602026-07-11T17:36:09.969Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling bitflags v2.9.1
36612026-07-11T17:36:09.969Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling thiserror v2.0.12
36622026-07-11T17:36:09.969Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling serde_json v1.0.140
36632026-07-11T17:36:09.970Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling anyhow v1.0.98
36642026-07-11T17:36:09.970Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling ryu v1.0.20
36652026-07-11T17:36:09.970Z[ helios-setup] Jul 11 17:36:09.325 INFO E| Compiling itoa v1.0.15
36662026-07-11T17:36:10.625Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36672026-07-11T17:36:10.697Z[ helios-setup] Jul 11 17:36:10.056 INFO E| Compiling once_cell v1.21.3
36682026-07-11T17:36:10.697Z[ helios-setup] Jul 11 17:36:10.056 INFO E| Compiling fastrand v2.3.0
36692026-07-11T17:36:10.813Z[ helios-setup] Jul 11 17:36:10.171 INFO E| Compiling memchr v2.7.4
36702026-07-11T17:36:10.818Z[ helios-setup] Jul 11 17:36:10.177 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36712026-07-11T17:36:12.077Z[ helios-setup] Jul 11 17:36:11.435 INFO E| Compiling errno v0.3.12
36722026-07-11T17:36:12.398Z[ helios-setup] Jul 11 17:36:11.756 INFO E| Compiling quote v1.0.40
36732026-07-11T17:36:12.576Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
36742026-07-11T17:36:12.677Z[ helios-setup] Jul 11 17:36:12.035 INFO E| Compiling syn v2.0.101
36752026-07-11T17:36:12.926Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36762026-07-11T17:36:12.985Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36772026-07-11T17:36:13.196Z[ host-package] Compiling signal-hook-tokio v0.3.1
36782026-07-11T17:36:13.264Z[ helios-setup] Jul 11 17:36:12.622 INFO E| Compiling tempfile v3.20.0
36792026-07-11T17:36:13.351Z[ host-package] Compiling fatfs v0.3.6
36802026-07-11T17:36:13.504Z[ host-package] Compiling yasna v0.5.2
36812026-07-11T17:36:13.985Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36822026-07-11T17:36:14.124Z[ host-package] Compiling seq-macro v0.3.6
36832026-07-11T17:36:14.480Z[ host-package] Compiling is_ci v1.2.0
36842026-07-11T17:36:14.663Z[ host-package] Compiling assert_matches v1.5.0
36852026-07-11T17:36:14.722Z[ host-package] Compiling supports-color v3.0.2
36862026-07-11T17:36:14.789Z[ host-package] Compiling rcgen v0.12.1
36872026-07-11T17:36:14.833Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36882026-07-11T17:36:15.310Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36892026-07-11T17:36:15.331Z[ helios-setup] Jul 11 17:36:14.690 INFO E| Compiling darling_core v0.20.11
36902026-07-11T17:36:15.625Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36912026-07-11T17:36:16.304Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36922026-07-11T17:36:16.324Z[ helios-setup] Jul 11 17:36:15.682 INFO E| Compiling serde_derive v1.0.219
36932026-07-11T17:36:16.324Z[ helios-setup] Jul 11 17:36:15.683 INFO E| Compiling thiserror-impl v2.0.12
36942026-07-11T17:36:16.678Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36952026-07-11T17:36:17.144Z[ host-package] Compiling rtoolbox v0.0.3
36962026-07-11T17:36:17.564Z[ host-package] Compiling subprocess v0.2.15
36972026-07-11T17:36:17.845Z[ helios-setup] Jul 11 17:36:17.203 INFO E| Compiling darling_macro v0.20.11
36982026-07-11T17:36:18.114Z[ host-package] Compiling rpassword v7.4.0
36992026-07-11T17:36:18.253Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37002026-07-11T17:36:18.496Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37012026-07-11T17:36:18.740Z[ helios-setup] Jul 11 17:36:18.098 INFO E| Compiling darling v0.20.11
37022026-07-11T17:36:18.830Z[ helios-setup] Jul 11 17:36:18.189 INFO E| Compiling serde_with_macros v3.12.0
37032026-07-11T17:36:19.820Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37042026-07-11T17:36:20.026Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37052026-07-11T17:36:20.235Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37062026-07-11T17:36:21.330Z[ helios-setup] Jul 11 17:36:20.688 INFO E| Compiling serde_with v3.12.0
37072026-07-11T17:36:21.520Z[ host-package] Compiling tui-tree-widget v0.23.1
37082026-07-11T17:36:22.245Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37092026-07-11T17:36:22.569Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37102026-07-11T17:36:24.408Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37112026-07-11T17:36:24.736Z[ host-package] Compiling uzers v0.12.2
37122026-07-11T17:36:25.467Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37132026-07-11T17:36:25.912Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37142026-07-11T17:36:26.076Z[ helios-setup] Jul 11 17:36:25.434 INFO E| Finished `release` profile [optimized] target(s) in 16.51s
37152026-07-11T17:36:26.100Z[ helios-setup] Jul 11 17:36:25.458 INFO building project "dmar-report" ok (16 seconds)
37162026-07-11T17:36:26.100Z[ helios-setup] Jul 11 17:36:25.458 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37172026-07-11T17:36:26.110Z[ helios-setup] Jul 11 17:36:25.468 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
37182026-07-11T17:36:26.110Z[ helios-setup] Jul 11 17:36:25.468 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37192026-07-11T17:36:26.113Z[ helios-setup] Jul 11 17:36:25.468 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37202026-07-11T17:36:26.300Z[ helios-setup] Jul 11 17:36:25.658 INFO E| Downloading crates ...
37212026-07-11T17:36:26.349Z[ helios-setup] Jul 11 17:36:25.708 INFO E| Downloaded adler2 v2.0.0
37222026-07-11T17:36:26.357Z[ helios-setup] Jul 11 17:36:25.715 INFO E| Downloaded miniz_oxide v0.8.8
37232026-07-11T17:36:26.397Z[ helios-setup] Jul 11 17:36:25.756 INFO E| Compiling adler2 v2.0.0
37242026-07-11T17:36:26.502Z[ helios-setup] Jul 11 17:36:25.860 INFO E| Compiling miniz_oxide v0.8.8
37252026-07-11T17:36:27.050Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37262026-07-11T17:36:27.627Z[ helios-setup] Jul 11 17:36:26.985 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37272026-07-11T17:36:28.189Z[ helios-setup] Jul 11 17:36:27.548 INFO E| Finished `release` profile [optimized] target(s) in 2.06s
37282026-07-11T17:36:28.200Z[ helios-setup] Jul 11 17:36:27.558 INFO building project "pinprick" ok (2 seconds)
37292026-07-11T17:36:28.200Z[ helios-setup] Jul 11 17:36:27.558 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
37302026-07-11T17:36:28.462Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37312026-07-11T17:36:29.857Z[ host-package] Compiling support-bundle-viewer v0.1.2
37322026-07-11T17:36:31.848Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37332026-07-11T17:36:32.540Z[ host-package] Compiling multimap v0.10.1
37342026-07-11T17:36:42.853Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37352026-07-11T17:36:50.067Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37362026-07-11T17:36:51.696Z[ helios-setup] Jul 11 17:36:51.053 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')"
37372026-07-11T17:36:51.702Z[ helios-setup] rm -f helios-build
37382026-07-11T17:36:51.702Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37392026-07-11T17:36:51.707Z[ helios-setup]
37402026-07-11T17:36:51.707Z[ helios-setup] Setup complete! ./helios-build is now available.
37412026-07-11T17:36:51.707Z[ helios-setup]
37422026-07-11T17:36:51.707Z[ helios-setup]
37432026-07-11T17:36:51.707Z[ helios-setup] real 3:00.520053813
37442026-07-11T17:36:51.707Z[ helios-setup] user 7:05.634568523
37452026-07-11T17:36:51.707Z[ helios-setup] sys 1:19.398295983
37462026-07-11T17:36:51.707Z[ helios-setup] trap 0.521167908
37472026-07-11T17:36:51.707Z[ helios-setup] tflt 3.041261873
37482026-07-11T17:36:51.707Z[ helios-setup] dflt 6.582718304
37492026-07-11T17:36:51.707Z[ helios-setup] kflt 0.000940710
37502026-07-11T17:36:51.707Z[ helios-setup] lock 54:53.689473829
37512026-07-11T17:36:51.707Z[ helios-setup] slp 36:56.503882463
37522026-07-11T17:36:51.712Z[ helios-setup] lat 6:59.367581738
37532026-07-11T17:36:51.712Z[ helios-setup] stop 1:25.033331996
37542026-07-11T17:36:51.712ZJul 11 17:36:51.064 INFO [helios-setup] process exited with exit status: 0 (180.523152365s)
37552026-07-11T17:36:51.712ZJul 11 17:36:51.064 INFO [helios-record] running task
37562026-07-11T17:36:51.712ZJul 11 17:36:51.064 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37572026-07-11T17:36:51.712ZJul 11 17:36:51.068 DEBG process exited with exit status: 0 (4.250333ms)
37582026-07-11T17:36:51.712ZJul 11 17:36:51.068 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37592026-07-11T17:36:51.715ZJul 11 17:36:51.072 DEBG process exited with exit status: 0 (3.566332ms)
37602026-07-11T17:36:51.715ZJul 11 17:36:51.072 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37612026-07-11T17:36:51.718ZJul 11 17:36:51.075 DEBG process exited with exit status: 0 (3.287253ms)
37622026-07-11T17:36:51.718ZJul 11 17:36:51.075 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37632026-07-11T17:36:51.721ZJul 11 17:36:51.078 DEBG process exited with exit status: 0 (3.280512ms)
37642026-07-11T17:36:51.721ZJul 11 17:36:51.078 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37652026-07-11T17:36:51.724ZJul 11 17:36:51.081 DEBG process exited with exit status: 0 (3.127753ms)
37662026-07-11T17:36:51.724ZJul 11 17:36:51.081 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37672026-07-11T17:36:51.728ZJul 11 17:36:51.085 DEBG process exited with exit status: 0 (3.307572ms)
37682026-07-11T17:36:51.728ZJul 11 17:36:51.085 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37692026-07-11T17:36:51.731ZJul 11 17:36:51.088 DEBG process exited with exit status: 0 (3.162703ms)
37702026-07-11T17:36:51.731ZJul 11 17:36:51.088 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37712026-07-11T17:36:51.734ZJul 11 17:36:51.091 DEBG process exited with exit status: 0 (3.060222ms)
37722026-07-11T17:36:51.734ZJul 11 17:36:51.091 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37732026-07-11T17:36:51.737ZJul 11 17:36:51.095 DEBG process exited with exit status: 0 (3.587713ms)
37742026-07-11T17:36:51.737ZJul 11 17:36:51.095 INFO [helios-record] task succeeded (31.128294ms)
37752026-07-11T17:36:52.173Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37762026-07-11T17:36:55.790Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37772026-07-11T17:36:56.137Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37782026-07-11T17:43:17.098Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 53s
37792026-07-11T17:44:02.511ZJul 11 17:44:01.866 INFO [host-package] process exited with exit status: 0 (579.521885362s)
37802026-07-11T17:44:02.511ZJul 11 17:44:01.866 INFO [host-libraries] running task
37812026-07-11T17:44:02.511ZJul 11 17:44:01.866 INFO [host-stamp] running task
37822026-07-11T17:44:02.514ZJul 11 17:44:01.869 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 21.0.0-0.ci+git8cd11db3931
37832026-07-11T17:44:02.514ZJul 11 17:44:01.869 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 21.0.0-0.ci+git8cd11db3931
37842026-07-11T17:44:02.514ZJul 11 17:44:01.869 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 21.0.0-0.ci+git8cd11db3931
37852026-07-11T17:44:02.514ZJul 11 17:44:01.870 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 21.0.0-0.ci+git8cd11db3931
37862026-07-11T17:44:02.514ZJul 11 17:44:01.870 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 21.0.0-0.ci+git8cd11db3931
37872026-07-11T17:44:02.517ZJul 11 17:44:01.870 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 21.0.0-0.ci+git8cd11db3931
37882026-07-11T17:44:02.517ZJul 11 17:44:01.871 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 21.0.0-0.ci+git8cd11db3931
37892026-07-11T17:44:02.517ZJul 11 17:44:01.871 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 21.0.0-0.ci+git8cd11db3931
37902026-07-11T17:44:02.523Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37912026-07-11T17:44:02.525Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37922026-07-11T17:44:02.525Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37932026-07-11T17:44:02.526Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37942026-07-11T17:44:02.526Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37952026-07-11T17:44:02.526Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37962026-07-11T17:44:02.526Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37972026-07-11T17:44:02.526Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37982026-07-11T17:44:02.526Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37992026-07-11T17:44:02.528ZJul 11 17:44:01.883 INFO [stamp-overlay] process exited with exit status: 0 (14.00588ms)
38002026-07-11T17:44:02.532Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38012026-07-11T17:44:02.535ZJul 11 17:44:01.890 INFO [stamp-oxlog] process exited with exit status: 0 (19.307575ms)
38022026-07-11T17:44:02.575Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38032026-07-11T17:44:02.578ZJul 11 17:44:01.933 INFO [stamp-crucible-utils] process exited with exit status: 0 (63.055748ms)
38042026-07-11T17:44:02.582Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38052026-07-11T17:44:02.585ZJul 11 17:44:01.941 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (70.956884ms)
38062026-07-11T17:44:02.706Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38072026-07-11T17:44:02.709ZJul 11 17:44:02.065 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (195.424977ms)
38082026-07-11T17:44:02.934Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38092026-07-11T17:44:02.937ZJul 11 17:44:02.293 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (421.955918ms)
38102026-07-11T17:44:03.048Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38112026-07-11T17:44:03.053ZJul 11 17:44:02.407 INFO [stamp-propolis-server] process exited with exit status: 0 (538.556216ms)
38122026-07-11T17:44:03.850ZJul 11 17:44:03.204 INFO [host-libraries] task succeeded (1.337350247s)
38132026-07-11T17:44:03.853ZJul 11 17:44:03.204 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38142026-07-11T17:44:03.856Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38152026-07-11T17:44:04.793Z[recovery-package] Compiling newtype-uuid v1.3.2
38162026-07-11T17:44:05.021Z[recovery-package] Compiling daft v0.1.7
38172026-07-11T17:44:05.227Z[recovery-package] Compiling iddqd v0.4.2
38182026-07-11T17:44:06.171Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38192026-07-11T17:44:06.462Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38202026-07-11T17:44:06.462Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38212026-07-11T17:44:06.465Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38222026-07-11T17:44:06.465Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38232026-07-11T17:44:06.465Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38242026-07-11T17:44:06.465Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38252026-07-11T17:44:06.477Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38262026-07-11T17:44:06.491Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38272026-07-11T17:44:06.570Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38282026-07-11T17:44:06.835Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38292026-07-11T17:44:06.855Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38302026-07-11T17:44:06.992Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38312026-07-11T17:44:08.834Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38322026-07-11T17:44:08.837ZJul 11 17:44:08.192 INFO [stamp-switch-asic] process exited with exit status: 0 (6.32180737s)
38332026-07-11T17:44:08.837ZJul 11 17:44:08.192 INFO [host-stamp] task succeeded (6.325822403s)
38342026-07-11T17:44:08.837ZJul 11 17:44:08.192 INFO [host-proto] running task
38352026-07-11T17:44:09.211ZJul 11 17:44:08.567 INFO [host-proto] task succeeded (374.341723ms)
38362026-07-11T17:44:09.211ZJul 11 17:44:08.567 INFO [host-profile] running task
38372026-07-11T17:44:09.215ZJul 11 17:44:08.567 INFO [host-profile] task succeeded (250.77µs)
38382026-07-11T17:44:09.215ZJul 11 17:44:08.567 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/.tmpV6zDxN/proto/host/root -N 'ci 8cd11db/${os_short_commit} 2026-07-11 17:33' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38392026-07-11T17:44:09.218Z[ host-image] Jul 11 17:44:08.573 INFO Checking files for board 'cosmo'
38402026-07-11T17:44:09.218Z[ host-image] Jul 11 17:44:08.574 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38412026-07-11T17:44:09.218Z[ host-image] Jul 11 17:44:08.574 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38422026-07-11T17:44:09.218Z[ host-image] Jul 11 17:44:08.574 INFO Checking files for board 'cosmo-mbist'
38432026-07-11T17:44:09.218Z[ host-image] Jul 11 17:44:08.574 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38442026-07-11T17:44:09.221Z[ host-image] Jul 11 17:44:08.574 INFO Checking files for board 'cosmo-mbist-noaggr'
38452026-07-11T17:44:09.221Z[ host-image] Jul 11 17:44:08.574 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38462026-07-11T17:44:09.221Z[ host-image] Jul 11 17:44:08.574 INFO Checking files for board 'gimlet'
38472026-07-11T17:44:09.221Z[ host-image] Jul 11 17:44:08.574 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38482026-07-11T17:44:09.221Z[ host-image] Jul 11 17:44:08.574 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38492026-07-11T17:44:09.228Z[ host-image] Jul 11 17:44:08.583 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpV6zDxN/proto/host/root"
38502026-07-11T17:44:09.228Z[ host-image] Jul 11 17:44:08.583 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38512026-07-11T17:44:09.231Z[ host-image] Jul 11 17:44:08.584 INFO image builder template: ramdisk-01-os...
38522026-07-11T17:44:09.231Z[ host-image] Jul 11 17:44:08.584 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/.tmpV6zDxN/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38532026-07-11T17:44:09.240Z[ host-image] Jul 11 17:44:08.596 INFO O| Jul 11 17:44:08.596 INFO CREATE DATASET: rpool/images/build/host/output
38542026-07-11T17:44:10.697Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38552026-07-11T17:44:10.697Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38562026-07-11T17:44:10.701Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38572026-07-11T17:44:10.702Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38582026-07-11T17:44:10.702Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38592026-07-11T17:44:11.377Z[ host-image] Jul 11 17:44:10.733 INFO O| Jul 11 17:44:10.733 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38602026-07-11T17:44:11.381Z[ host-image] Jul 11 17:44:10.737 INFO O| Jul 11 17:44:10.737 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38612026-07-11T17:44:11.618Z[ host-image] Jul 11 17:44:10.973 INFO O| Jul 11 17:44:10.973 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38622026-07-11T17:44:11.667Z[ host-image] Jul 11 17:44:11.022 INFO O| Jul 11 17:44:11.022 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38632026-07-11T17:44:11.667Z[ host-image] Jul 11 17:44:11.022 INFO O| Jul 11 17:44:11.022 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38642026-07-11T17:44:11.671Z[ host-image] Jul 11 17:44:11.022 INFO O| Jul 11 17:44:11.022 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38652026-07-11T17:44:11.671Z[ host-image] Jul 11 17:44:11.022 INFO O| Jul 11 17:44:11.022 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38662026-07-11T17:44:11.674Z[ host-image] Jul 11 17:44:11.027 INFO O| Jul 11 17:44:11.027 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38672026-07-11T17:44:11.889Z[ host-image] Jul 11 17:44:11.245 INFO O| Jul 11 17:44:11.245 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38682026-07-11T17:44:11.897Z[ host-image] Jul 11 17:44:11.252 INFO O| Jul 11 17:44:11.252 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38692026-07-11T17:44:12.183Z[ host-image] Jul 11 17:44:11.538 INFO O| Jul 11 17:44:11.538 INFO O| Caching catalogs ... Done
38702026-07-11T17:44:12.258Z[ host-image] Jul 11 17:44:11.613 INFO O| Jul 11 17:44:11.613 INFO STEP 0 (pkg_image_create) COMPLETE
38712026-07-11T17:44:12.261Z[ host-image] Jul 11 17:44:11.613 INFO O| Jul 11 17:44:11.613 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38722026-07-11T17:44:12.267Z[ host-image] Jul 11 17:44:11.621 INFO O| Jul 11 17:44:11.621 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"]
38732026-07-11T17:44:12.529Z[ host-image] Jul 11 17:44:11.884 INFO O| Jul 11 17:44:11.884 INFO STEP 1 (pkg_set_publisher) COMPLETE
38742026-07-11T17:44:12.529Z[ host-image] Jul 11 17:44:11.884 INFO O| Jul 11 17:44:11.884 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38752026-07-11T17:44:12.533Z[ host-image] Jul 11 17:44:11.884 INFO O| Jul 11 17:44:11.884 INFO skip step because feature "publisher_1_name" is not enabled
38762026-07-11T17:44:12.534Z[ host-image] Jul 11 17:44:11.884 INFO O| Jul 11 17:44:11.884 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38772026-07-11T17:44:12.534Z[ host-image] Jul 11 17:44:11.884 INFO O| Jul 11 17:44:11.884 INFO skip step because feature "publisher_2_name" is not enabled
38782026-07-11T17:44:12.534Z[ host-image] Jul 11 17:44:11.884 INFO O| Jul 11 17:44:11.884 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38792026-07-11T17:44:12.534Z[ host-image] Jul 11 17:44:11.884 INFO O| Jul 11 17:44:11.884 INFO skip step because feature "publisher_3_name" is not enabled
38802026-07-11T17:44:12.534Z[ host-image] Jul 11 17:44:11.884 INFO O| Jul 11 17:44:11.884 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38812026-07-11T17:44:12.785Z[ host-image] Jul 11 17:44:12.136 INFO O| Jul 11 17:44:12.135 INFO variant opensolaris.zone is already global
38822026-07-11T17:44:12.785Z[ host-image] Jul 11 17:44:12.136 INFO O| Jul 11 17:44:12.135 INFO STEP 5 (pkg_change_variant) COMPLETE
38832026-07-11T17:44:12.789Z[ host-image] Jul 11 17:44:12.136 INFO O| Jul 11 17:44:12.135 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38842026-07-11T17:44:13.028Z[ host-image] Jul 11 17:44:12.383 INFO O| Jul 11 17:44:12.383 INFO variant opensolaris.imagetype is full; changing to partial
38852026-07-11T17:44:13.028Z[ host-image] Jul 11 17:44:12.384 INFO O| Jul 11 17:44:12.383 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38862026-07-11T17:44:13.690Z[ host-image] Jul 11 17:44:13.046 INFO O| Jul 11 17:44:13.046 INFO O| Startup: Refreshing catalog 'helios' ... Done
38872026-07-11T17:44:13.804Z[ host-image] Jul 11 17:44:13.156 INFO O| Jul 11 17:44:13.156 INFO O| Startup: Caching catalogs ... Done
38882026-07-11T17:44:13.807Z[ host-image] Jul 11 17:44:13.161 INFO O| Jul 11 17:44:13.161 INFO O| Planning: Planning completed in 0.00 seconds
38892026-07-11T17:44:13.807Z[ host-image] Jul 11 17:44:13.162 INFO O| Jul 11 17:44:13.162 INFO O| Planning: Consolidating action changes ... Done
38902026-07-11T17:44:13.808Z[ host-image] Jul 11 17:44:13.162 INFO O| Jul 11 17:44:13.162 INFO O| Planning: Evaluating mediators ... Done
38912026-07-11T17:44:13.808Z[ host-image] Jul 11 17:44:13.162 INFO O| Jul 11 17:44:13.162 INFO O| Planning: Planning completed in 0.00 seconds
38922026-07-11T17:44:13.808Z[ host-image] Jul 11 17:44:13.162 INFO O| Jul 11 17:44:13.162 INFO O| Variants/Facets to change: 1
38932026-07-11T17:44:13.818Z[ host-image] Jul 11 17:44:13.172 INFO O| Jul 11 17:44:13.172 INFO O| Finalize: Updating package state database ... Done
38942026-07-11T17:44:13.818Z[ host-image] Jul 11 17:44:13.172 INFO O| Jul 11 17:44:13.172 INFO O| Finalize: Updating package cache ... Done
38952026-07-11T17:44:13.840Z[ host-image] Jul 11 17:44:13.196 INFO O| Jul 11 17:44:13.196 INFO O| Finalize: Updating image state ... Done
38962026-07-11T17:44:13.843Z[ host-image] Jul 11 17:44:13.198 INFO O| Jul 11 17:44:13.198 INFO O| Finalize: Creating fast lookup database ... Done
38972026-07-11T17:44:13.843Z[ host-image] Jul 11 17:44:13.199 INFO O| Jul 11 17:44:13.199 INFO O| Finalize: Reading search index ... Done
38982026-07-11T17:44:13.843Z[ host-image] Jul 11 17:44:13.199 INFO O| Jul 11 17:44:13.199 INFO O| Finalize: Updating search index ... Done
38992026-07-11T17:44:13.846Z[ host-image] Jul 11 17:44:13.200 INFO O| Jul 11 17:44:13.200 INFO O| Finalize: Updating package cache ... Done
39002026-07-11T17:44:13.942Z[ host-image] Jul 11 17:44:13.290 INFO O| Jul 11 17:44:13.290 INFO STEP 6 (pkg_change_variant) COMPLETE
39012026-07-11T17:44:13.942Z[ host-image] Jul 11 17:44:13.290 INFO O| Jul 11 17:44:13.290 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39022026-07-11T17:44:13.942Z[ host-image] Jul 11 17:44:13.290 INFO O| Jul 11 17:44:13.290 INFO skip step because feature "debug_variant" is not enabled
39032026-07-11T17:44:13.946Z[ host-image] Jul 11 17:44:13.290 INFO O| Jul 11 17:44:13.290 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39042026-07-11T17:44:14.176Z[ host-image] Jul 11 17:44:13.531 INFO O| Jul 11 17:44:13.531 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39052026-07-11T17:44:14.807Z[ host-image] Jul 11 17:44:14.162 INFO O| Jul 11 17:44:14.162 INFO O| Startup: Refreshing catalog 'helios' ... Done
39062026-07-11T17:44:14.921Z[ host-image] Jul 11 17:44:14.270 INFO O| Jul 11 17:44:14.270 INFO O| Startup: Caching catalogs ... Done
39072026-07-11T17:44:14.928Z[ host-image] Jul 11 17:44:14.274 INFO O| Jul 11 17:44:14.274 INFO O| Planning: Planning completed in 0.00 seconds
39082026-07-11T17:44:14.928Z[ host-image] Jul 11 17:44:14.274 INFO O| Jul 11 17:44:14.274 INFO O| Planning: Consolidating action changes ... Done
39092026-07-11T17:44:14.928Z[ host-image] Jul 11 17:44:14.274 INFO O| Jul 11 17:44:14.274 INFO O| Planning: Evaluating mediators ... Done
39102026-07-11T17:44:14.928Z[ host-image] Jul 11 17:44:14.274 INFO O| Jul 11 17:44:14.274 INFO O| Planning: Planning completed in 0.00 seconds
39112026-07-11T17:44:14.928Z[ host-image] Jul 11 17:44:14.275 INFO O| Jul 11 17:44:14.275 INFO O| Variants/Facets to change: 1
39122026-07-11T17:44:14.934Z[ host-image] Jul 11 17:44:14.283 INFO O| Jul 11 17:44:14.283 INFO O| Finalize: Updating package state database ... Done
39132026-07-11T17:44:14.934Z[ host-image] Jul 11 17:44:14.283 INFO O| Jul 11 17:44:14.283 INFO O| Finalize: Updating package cache ... Done
39142026-07-11T17:44:14.949Z[ host-image] Jul 11 17:44:14.302 INFO O| Jul 11 17:44:14.302 INFO O| Finalize: Updating image state ... Done
39152026-07-11T17:44:14.959Z[ host-image] Jul 11 17:44:14.304 INFO O| Jul 11 17:44:14.304 INFO O| Finalize: Creating fast lookup database ... Done
39162026-07-11T17:44:14.959Z[ host-image] Jul 11 17:44:14.305 INFO O| Jul 11 17:44:14.305 INFO O| Finalize: Reading search index ... Done
39172026-07-11T17:44:14.959Z[ host-image] Jul 11 17:44:14.305 INFO O| Jul 11 17:44:14.305 INFO O| Finalize: Updating search index ... Done
39182026-07-11T17:44:14.959Z[ host-image] Jul 11 17:44:14.305 INFO O| Jul 11 17:44:14.305 INFO O| Finalize: Updating package cache ... Done
39192026-07-11T17:44:15.037Z[ host-image] Jul 11 17:44:14.391 INFO O| Jul 11 17:44:14.391 INFO STEP 8 (pkg_change_facet) COMPLETE
39202026-07-11T17:44:15.037Z[ host-image] Jul 11 17:44:14.392 INFO O| Jul 11 17:44:14.391 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-07-11T17:44:15.040Z[ host-image] Jul 11 17:44:14.392 INFO O| Jul 11 17:44:14.391 INFO skip step because feature "recovery" is not enabled
39222026-07-11T17:44:15.040Z[ host-image] Jul 11 17:44:14.392 INFO O| Jul 11 17:44:14.391 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39232026-07-11T17:44:15.040Z[ host-image] Jul 11 17:44:14.392 INFO O| Jul 11 17:44:14.391 INFO skip step because feature "recovery" is not enabled
39242026-07-11T17:44:15.040Z[ host-image] Jul 11 17:44:14.392 INFO O| Jul 11 17:44:14.391 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39252026-07-11T17:44:15.045Z[ host-image] Jul 11 17:44:14.399 INFO O| Jul 11 17:44:14.399 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
39262026-07-11T17:44:15.675Z[ host-image] Jul 11 17:44:15.019 INFO O| Jul 11 17:44:15.019 INFO O| Startup: Refreshing catalog 'helios' ... Done
39272026-07-11T17:44:15.774Z[ host-image] Jul 11 17:44:15.128 INFO O| Jul 11 17:44:15.128 INFO O| Startup: Caching catalogs ... Done
39282026-07-11T17:44:16.231Z[ host-image] Jul 11 17:44:15.583 INFO O| Jul 11 17:44:15.583 INFO O| Planning: Solver setup ... Done
39292026-07-11T17:44:16.250Z[ host-image] Jul 11 17:44:15.598 INFO O| Jul 11 17:44:15.598 INFO O| Planning: Running solver ... Done
39302026-07-11T17:44:16.254Z[ host-image] Jul 11 17:44:15.609 INFO O| Jul 11 17:44:15.609 INFO O| Planning: Finding local manifests ... Done
39312026-07-11T17:44:16.275Z[ host-image] Jul 11 17:44:15.627 INFO O| Jul 11 17:44:15.627 INFO O| Planning: Fetching manifests: 0/128 0% complete
39322026-07-11T17:44:17.824Z[ host-image] Jul 11 17:44:17.179 INFO O| Jul 11 17:44:17.179 INFO O| Planning: Fetching manifests: 128/128 100% complete
39332026-07-11T17:44:18.220Z[ host-image] Jul 11 17:44:17.575 INFO O| Jul 11 17:44:17.575 INFO O| Planning: Package planning ... Done
39342026-07-11T17:44:18.534Z[ host-image] Jul 11 17:44:17.889 INFO O| Jul 11 17:44:17.889 INFO O| Planning: Merging actions ... Done
39352026-07-11T17:44:18.717Z[ host-image] Jul 11 17:44:18.073 INFO O| Jul 11 17:44:18.072 INFO O| Planning: Checking for conflicting actions ... Done
39362026-07-11T17:44:18.818Z[ host-image] Jul 11 17:44:18.174 INFO O| Jul 11 17:44:18.174 INFO O| Planning: Consolidating action changes ... Done
39372026-07-11T17:44:18.943Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39382026-07-11T17:44:19.008Z[ host-image] Jul 11 17:44:18.340 INFO O| Jul 11 17:44:18.340 INFO O| Planning: Evaluating mediators ... Done
39392026-07-11T17:44:19.818Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39402026-07-11T17:44:20.438Z[ host-image] Jul 11 17:44:19.791 INFO O| Jul 11 17:44:19.791 INFO O| Planning: Planning completed in 4.66 seconds
39412026-07-11T17:44:20.444Z[ host-image] Jul 11 17:44:19.793 INFO O| Jul 11 17:44:19.793 INFO O| Packages to install: 128
39422026-07-11T17:44:20.444Z[ host-image] Jul 11 17:44:19.793 INFO O| Jul 11 17:44:19.793 INFO O| Mediators to change: 5
39432026-07-11T17:44:20.444Z[ host-image] Jul 11 17:44:19.793 INFO O| Jul 11 17:44:19.793 INFO O| Services to change: 6
39442026-07-11T17:44:20.466Z[ host-image] Jul 11 17:44:19.821 INFO O| Jul 11 17:44:19.821 INFO O| Download: 0/23866 items 0.0/222.6MB 0% complete
39452026-07-11T17:44:22.189Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39462026-07-11T17:44:22.189Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39472026-07-11T17:44:23.286Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39482026-07-11T17:44:23.881Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39492026-07-11T17:44:25.609Z[ host-image] Jul 11 17:44:24.964 INFO O| Jul 11 17:44:24.964 INFO O| Download: 1639/23866 items 10.5/222.6MB 4% complete (2.2M/s)
39502026-07-11T17:44:30.612Z[ host-image] Jul 11 17:44:29.967 INFO O| Jul 11 17:44:29.967 INFO O| Download: 2298/23866 items 26.4/222.6MB 11% complete (2.6M/s)
39512026-07-11T17:44:35.956Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.98s
39522026-07-11T17:44:36.179Z[ host-image] Jul 11 17:44:35.535 INFO O| Jul 11 17:44:35.534 INFO O| Download: 4531/23866 items 41.2/222.6MB 18% complete (3.1M/s)
39532026-07-11T17:44:37.939ZJul 11 17:44:37.294 INFO [recovery-package] process exited with exit status: 0 (34.090477346s)
39542026-07-11T17:44:37.939ZJul 11 17:44:37.294 INFO [recovery-libraries] running task
39552026-07-11T17:44:37.939ZJul 11 17:44:37.294 INFO [recovery-stamp] running task
39562026-07-11T17:44:37.942ZJul 11 17:44:37.295 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git8cd11db3931
39572026-07-11T17:44:37.942ZJul 11 17:44:37.295 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 21.0.0-0.ci+git8cd11db3931
39582026-07-11T17:44:37.947Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39592026-07-11T17:44:37.950Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39602026-07-11T17:44:37.992ZJul 11 17:44:37.348 INFO [recovery-libraries] task succeeded (53.274141ms)
39612026-07-11T17:44:37.995ZJul 11 17:44:37.348 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39622026-07-11T17:44:38.073Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39632026-07-11T17:44:38.076ZJul 11 17:44:37.432 INFO [stamp-installinator] process exited with exit status: 0 (136.750813ms)
39642026-07-11T17:44:38.124Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39652026-07-11T17:44:38.127ZJul 11 17:44:37.482 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (187.362221ms)
39662026-07-11T17:44:38.127ZJul 11 17:44:37.482 INFO [recovery-stamp] task succeeded (188.067352ms)
39672026-07-11T17:44:38.127ZJul 11 17:44:37.483 INFO [recovery-proto] running task
39682026-07-11T17:44:38.127ZJul 11 17:44:37.483 INFO [tuf-stamp] running task
39692026-07-11T17:44:38.130ZJul 11 17:44:37.484 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 21.0.0-0.ci+git8cd11db3931
39702026-07-11T17:44:38.130ZJul 11 17:44:37.484 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 21.0.0-0.ci+git8cd11db3931
39712026-07-11T17:44:38.130ZJul 11 17:44:37.484 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 21.0.0-0.ci+git8cd11db3931
39722026-07-11T17:44:38.130ZJul 11 17:44:37.484 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 21.0.0-0.ci+git8cd11db3931
39732026-07-11T17:44:38.130ZJul 11 17:44:37.485 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 21.0.0-0.ci+git8cd11db3931
39742026-07-11T17:44:38.130ZJul 11 17:44:37.485 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 21.0.0-0.ci+git8cd11db3931
39752026-07-11T17:44:38.130ZJul 11 17:44:37.486 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 21.0.0-0.ci+git8cd11db3931
39762026-07-11T17:44:38.133ZJul 11 17:44:37.486 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 21.0.0-0.ci+git8cd11db3931
39772026-07-11T17:44:38.133ZJul 11 17:44:37.486 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 21.0.0-0.ci+git8cd11db3931
39782026-07-11T17:44:38.133ZJul 11 17:44:37.487 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 21.0.0-0.ci+git8cd11db3931
39792026-07-11T17:44:38.133ZJul 11 17:44:37.487 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 21.0.0-0.ci+git8cd11db3931
39802026-07-11T17:44:38.133ZJul 11 17:44:37.488 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 21.0.0-0.ci+git8cd11db3931
39812026-07-11T17:44:38.136Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-07-11T17:44:38.136Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-07-11T17:44:38.139Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-07-11T17:44:38.139Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-07-11T17:44:38.139Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-07-11T17:44:38.139Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-07-11T17:44:38.139Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-07-11T17:44:38.142Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-07-11T17:44:38.142Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-07-11T17:44:38.142Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-07-11T17:44:38.142Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-07-11T17:44:38.142Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-07-11T17:44:38.182Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39942026-07-11T17:44:38.185ZJul 11 17:44:37.541 INFO [stamp-probe] process exited with exit status: 0 (57.192233ms)
39952026-07-11T17:44:38.249ZJul 11 17:44:37.605 INFO [recovery-proto] task succeeded (122.164902ms)
39962026-07-11T17:44:38.252ZJul 11 17:44:37.605 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/.tmpV6zDxN/proto/recovery/root -N 'recovery 8cd11db/${os_short_commit} 2026-07-11 17:33' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39972026-07-11T17:44:38.255Z[ recovery-image] Jul 11 17:44:37.611 INFO Checking files for board 'cosmo'
39982026-07-11T17:44:38.255Z[ recovery-image] Jul 11 17:44:37.611 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39992026-07-11T17:44:38.258Z[ recovery-image] Jul 11 17:44:37.611 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40002026-07-11T17:44:38.258Z[ recovery-image] Jul 11 17:44:37.611 INFO Checking files for board 'cosmo-mbist'
40012026-07-11T17:44:38.258Z[ recovery-image] Jul 11 17:44:37.611 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40022026-07-11T17:44:38.258Z[ recovery-image] Jul 11 17:44:37.611 INFO Checking files for board 'gimlet'
40032026-07-11T17:44:38.258Z[ recovery-image] Jul 11 17:44:37.611 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40042026-07-11T17:44:38.258Z[ recovery-image] Jul 11 17:44:37.611 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40052026-07-11T17:44:38.258Z[ recovery-image] Jul 11 17:44:37.611 INFO Checking files for board 'cosmo-mbist-noaggr'
40062026-07-11T17:44:38.258Z[ recovery-image] Jul 11 17:44:37.611 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40072026-07-11T17:44:38.265Z[ recovery-image] Jul 11 17:44:37.621 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpV6zDxN/proto/recovery/root"
40082026-07-11T17:44:38.267Z[ recovery-image] Jul 11 17:44:37.621 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40092026-07-11T17:44:38.268Z[ recovery-image] Jul 11 17:44:37.621 INFO image builder template: ramdisk-01-os...
40102026-07-11T17:44:38.268Z[ recovery-image] Jul 11 17:44:37.621 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/.tmpV6zDxN/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40112026-07-11T17:44:38.281Z[ recovery-image] Jul 11 17:44:37.637 INFO O| Jul 11 17:44:37.637 INFO CREATE DATASET: rpool/images/build/recovery/output
40122026-07-11T17:44:38.509Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40132026-07-11T17:44:38.535Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40142026-07-11T17:44:38.594Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40152026-07-11T17:44:38.597Z[ recovery-image] Jul 11 17:44:37.951 INFO O| Jul 11 17:44:37.951 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40162026-07-11T17:44:38.597ZJul 11 17:44:37.953 INFO [stamp-ntp] process exited with exit status: 0 (466.383721ms)
40172026-07-11T17:44:38.600Z[ recovery-image] Jul 11 17:44:37.955 INFO O| Jul 11 17:44:37.955 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40182026-07-11T17:44:38.703Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40192026-07-11T17:44:38.707ZJul 11 17:44:38.062 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (578.277615ms)
40202026-07-11T17:44:38.842Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40212026-07-11T17:44:38.845ZJul 11 17:44:38.201 INFO [stamp-external-dns] process exited with exit status: 0 (714.257388ms)
40222026-07-11T17:44:38.864Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40232026-07-11T17:44:38.867ZJul 11 17:44:38.223 INFO [stamp-internal-dns] process exited with exit status: 0 (739.428846ms)
40242026-07-11T17:44:38.932Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40252026-07-11T17:44:38.935ZJul 11 17:44:38.291 INFO [stamp-crucible-zone] process exited with exit status: 0 (806.943637ms)
40262026-07-11T17:44:39.064Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40272026-07-11T17:44:39.069ZJul 11 17:44:38.422 INFO [stamp-oximeter] process exited with exit status: 0 (935.334934ms)
40282026-07-11T17:44:39.161Z[ recovery-image] Jul 11 17:44:38.516 INFO O| Jul 11 17:44:38.516 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40292026-07-11T17:44:39.304Z[ recovery-image] Jul 11 17:44:38.660 INFO O| Jul 11 17:44:38.660 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40302026-07-11T17:44:39.304Z[ recovery-image] Jul 11 17:44:38.660 INFO O| Jul 11 17:44:38.660 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40312026-07-11T17:44:39.307Z[ recovery-image] Jul 11 17:44:38.660 INFO O| Jul 11 17:44:38.660 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40322026-07-11T17:44:39.307Z[ recovery-image] Jul 11 17:44:38.660 INFO O| Jul 11 17:44:38.660 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40332026-07-11T17:44:39.311Z[ recovery-image] Jul 11 17:44:38.666 INFO O| Jul 11 17:44:38.666 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40342026-07-11T17:44:40.442Z[ recovery-image] Jul 11 17:44:39.797 INFO O| Jul 11 17:44:39.797 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40352026-07-11T17:44:40.449Z[ recovery-image] Jul 11 17:44:39.804 INFO O| Jul 11 17:44:39.804 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40362026-07-11T17:44:40.638Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40372026-07-11T17:44:40.643ZJul 11 17:44:39.997 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.51177971s)
40382026-07-11T17:44:40.709Z[ recovery-image] Jul 11 17:44:40.065 INFO O| Jul 11 17:44:40.065 INFO O| Caching catalogs ... Done
40392026-07-11T17:44:40.770Z[ recovery-image] Jul 11 17:44:40.125 INFO O| Jul 11 17:44:40.125 INFO STEP 0 (pkg_image_create) COMPLETE
40402026-07-11T17:44:40.770Z[ recovery-image] Jul 11 17:44:40.125 INFO O| Jul 11 17:44:40.125 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-07-11T17:44:40.778Z[ recovery-image] Jul 11 17:44:40.133 INFO O| Jul 11 17:44:40.133 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
40422026-07-11T17:44:41.031Z[ recovery-image] Jul 11 17:44:40.386 INFO O| Jul 11 17:44:40.386 INFO STEP 1 (pkg_set_publisher) COMPLETE
40432026-07-11T17:44:41.031Z[ recovery-image] Jul 11 17:44:40.386 INFO O| Jul 11 17:44:40.386 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40442026-07-11T17:44:41.034Z[ recovery-image] Jul 11 17:44:40.386 INFO O| Jul 11 17:44:40.386 INFO skip step because feature "publisher_1_name" is not enabled
40452026-07-11T17:44:41.034Z[ recovery-image] Jul 11 17:44:40.386 INFO O| Jul 11 17:44:40.386 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462026-07-11T17:44:41.034Z[ recovery-image] Jul 11 17:44:40.386 INFO O| Jul 11 17:44:40.386 INFO skip step because feature "publisher_2_name" is not enabled
40472026-07-11T17:44:41.034Z[ recovery-image] Jul 11 17:44:40.386 INFO O| Jul 11 17:44:40.386 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-07-11T17:44:41.034Z[ recovery-image] Jul 11 17:44:40.386 INFO O| Jul 11 17:44:40.386 INFO skip step because feature "publisher_3_name" is not enabled
40492026-07-11T17:44:41.034Z[ recovery-image] Jul 11 17:44:40.386 INFO O| Jul 11 17:44:40.386 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-07-11T17:44:41.180Z[ host-image] Jul 11 17:44:40.536 INFO O| Jul 11 17:44:40.536 INFO O| Download: 6271/23866 items 47.1/222.6MB 21% complete (1.9M/s)
40512026-07-11T17:44:41.292Z[ recovery-image] Jul 11 17:44:40.648 INFO O| Jul 11 17:44:40.648 INFO variant opensolaris.zone is already global
40522026-07-11T17:44:41.292Z[ recovery-image] Jul 11 17:44:40.648 INFO O| Jul 11 17:44:40.648 INFO STEP 5 (pkg_change_variant) COMPLETE
40532026-07-11T17:44:41.295Z[ recovery-image] Jul 11 17:44:40.648 INFO O| Jul 11 17:44:40.648 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40542026-07-11T17:44:41.575Z[ recovery-image] Jul 11 17:44:40.930 INFO O| Jul 11 17:44:40.930 INFO variant opensolaris.imagetype is full; changing to partial
40552026-07-11T17:44:41.575Z[ recovery-image] Jul 11 17:44:40.930 INFO O| Jul 11 17:44:40.930 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40562026-07-11T17:44:42.205Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40572026-07-11T17:44:42.208ZJul 11 17:44:41.563 INFO [stamp-nexus] process exited with exit status: 0 (4.07740522s)
40582026-07-11T17:44:42.503Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40592026-07-11T17:44:42.506ZJul 11 17:44:41.862 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.377433486s)
40602026-07-11T17:44:42.832Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40612026-07-11T17:44:42.836ZJul 11 17:44:42.192 INFO [stamp-clickhouse] process exited with exit status: 0 (4.704187532s)
40622026-07-11T17:44:42.839Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40632026-07-11T17:44:42.842ZJul 11 17:44:42.197 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.711451268s)
40642026-07-11T17:44:42.842ZJul 11 17:44:42.197 INFO [tuf-stamp] task succeeded (4.71416073s)
40652026-07-11T17:44:43.586Z[ recovery-image] Jul 11 17:44:42.942 INFO O| Jul 11 17:44:42.942 INFO O| Startup: Refreshing catalog 'helios' ... Done
40662026-07-11T17:44:43.695Z[ recovery-image] Jul 11 17:44:43.050 INFO O| Jul 11 17:44:43.050 INFO O| Startup: Caching catalogs ... Done
40672026-07-11T17:44:43.699Z[ recovery-image] Jul 11 17:44:43.055 INFO O| Jul 11 17:44:43.055 INFO O| Planning: Planning completed in 0.00 seconds
40682026-07-11T17:44:43.702Z[ recovery-image] Jul 11 17:44:43.055 INFO O| Jul 11 17:44:43.055 INFO O| Planning: Consolidating action changes ... Done
40692026-07-11T17:44:43.702Z[ recovery-image] Jul 11 17:44:43.055 INFO O| Jul 11 17:44:43.055 INFO O| Planning: Evaluating mediators ... Done
40702026-07-11T17:44:43.702Z[ recovery-image] Jul 11 17:44:43.055 INFO O| Jul 11 17:44:43.055 INFO O| Planning: Planning completed in 0.00 seconds
40712026-07-11T17:44:43.702Z[ recovery-image] Jul 11 17:44:43.055 INFO O| Jul 11 17:44:43.055 INFO O| Variants/Facets to change: 1
40722026-07-11T17:44:43.708Z[ recovery-image] Jul 11 17:44:43.064 INFO O| Jul 11 17:44:43.064 INFO O| Finalize: Updating package state database ... Done
40732026-07-11T17:44:43.708Z[ recovery-image] Jul 11 17:44:43.064 INFO O| Jul 11 17:44:43.064 INFO O| Finalize: Updating package cache ... Done
40742026-07-11T17:44:43.720Z[verify-libraries] Compiling match_cfg v0.1.0
40752026-07-11T17:44:43.720Z[verify-libraries] Compiling slog-json v2.6.1
40762026-07-11T17:44:43.720Z[verify-libraries] Compiling itertools v0.14.0
40772026-07-11T17:44:43.724Z[verify-libraries] Compiling progenitor-client v0.14.0
40782026-07-11T17:44:43.724Z[verify-libraries] Compiling structmeta-derive v0.3.0
40792026-07-11T17:44:43.724Z[verify-libraries] Compiling debug-ignore v1.0.5
40802026-07-11T17:44:43.724Z[verify-libraries] Compiling sha1 v0.11.0
40812026-07-11T17:44:43.730Z[ recovery-image] Jul 11 17:44:43.085 INFO O| Jul 11 17:44:43.085 INFO O| Finalize: Updating image state ... Done
40822026-07-11T17:44:43.733Z[ recovery-image] Jul 11 17:44:43.088 INFO O| Jul 11 17:44:43.088 INFO O| Finalize: Creating fast lookup database ... Done
40832026-07-11T17:44:43.733Z[ recovery-image] Jul 11 17:44:43.088 INFO O| Jul 11 17:44:43.088 INFO O| Finalize: Reading search index ... Done
40842026-07-11T17:44:43.733Z[ recovery-image] Jul 11 17:44:43.088 INFO O| Jul 11 17:44:43.088 INFO O| Finalize: Updating search index ... Done
40852026-07-11T17:44:43.736Z[ recovery-image] Jul 11 17:44:43.089 INFO O| Jul 11 17:44:43.089 INFO O| Finalize: Updating package cache ... Done
40862026-07-11T17:44:43.824Z[ recovery-image] Jul 11 17:44:43.179 INFO O| Jul 11 17:44:43.179 INFO STEP 6 (pkg_change_variant) COMPLETE
40872026-07-11T17:44:43.824Z[ recovery-image] Jul 11 17:44:43.179 INFO O| Jul 11 17:44:43.179 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40882026-07-11T17:44:43.828Z[ recovery-image] Jul 11 17:44:43.179 INFO O| Jul 11 17:44:43.179 INFO skip step because feature "debug_variant" is not enabled
40892026-07-11T17:44:43.828Z[ recovery-image] Jul 11 17:44:43.179 INFO O| Jul 11 17:44:43.179 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40902026-07-11T17:44:44.018Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40912026-07-11T17:44:44.022Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40922026-07-11T17:44:44.038Z[verify-libraries] Compiling multer v3.1.0
40932026-07-11T17:44:44.042Z[verify-libraries] Compiling compression-core v0.4.31
40942026-07-11T17:44:44.042Z[verify-libraries] Compiling async-stream-impl v0.3.6
40952026-07-11T17:44:44.042Z[verify-libraries] Compiling serde_spanned v1.1.1
40962026-07-11T17:44:44.101Z[ recovery-image] Jul 11 17:44:43.456 INFO O| Jul 11 17:44:43.456 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40972026-07-11T17:44:44.160Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40982026-07-11T17:44:44.183Z[verify-libraries] Compiling hostname v0.3.1
40992026-07-11T17:44:44.183Z[verify-libraries] Compiling dropshot v0.17.1
41002026-07-11T17:44:44.186Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41012026-07-11T17:44:44.187Z[verify-libraries] Compiling waitgroup v0.1.2
41022026-07-11T17:44:44.268Z[verify-libraries] Compiling compression-codecs v0.4.37
41032026-07-11T17:44:44.268Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41042026-07-11T17:44:44.269Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41052026-07-11T17:44:44.312Z[verify-libraries] Compiling slog-bunyan v2.5.0
41062026-07-11T17:44:44.335Z[verify-libraries] Compiling hostname v0.4.2
41072026-07-11T17:44:44.380Z[verify-libraries] Compiling atomicwrites v0.4.4
41082026-07-11T17:44:44.402Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
41092026-07-11T17:44:44.424Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41102026-07-11T17:44:44.467Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41112026-07-11T17:44:44.492Z[verify-libraries] Compiling async-compression v0.4.41
41122026-07-11T17:44:44.534Z[verify-libraries] Compiling macaddr v1.0.1
41132026-07-11T17:44:44.576Z[verify-libraries] Compiling regress v0.10.5
41142026-07-11T17:44:44.580Z[verify-libraries] Compiling instant v0.1.13
41152026-07-11T17:44:44.580Z[verify-libraries] Compiling backon v1.6.0
41162026-07-11T17:44:44.643Z[verify-libraries] Compiling humantime v2.3.0
41172026-07-11T17:44:44.646Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41182026-07-11T17:44:44.703Z[verify-libraries] Compiling convert_case v0.4.0
41192026-07-11T17:44:44.762Z[verify-libraries] Compiling backoff v0.4.0
41202026-07-11T17:44:44.786Z[verify-libraries] Compiling async-stream v0.3.6
41212026-07-11T17:44:44.815Z[verify-libraries] Compiling progenitor-extras v0.2.0
41222026-07-11T17:44:44.836Z[ recovery-image] Jul 11 17:44:44.191 INFO O| Jul 11 17:44:44.191 INFO O| Startup: Refreshing catalog 'helios' ... Done
41232026-07-11T17:44:44.849Z[verify-libraries] Compiling half v2.7.1
41242026-07-11T17:44:44.849Z[verify-libraries] Compiling ciborium-io v0.2.2
41252026-07-11T17:44:44.906Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41262026-07-11T17:44:44.945Z[verify-libraries] Compiling regress v0.11.1
41272026-07-11T17:44:44.967Z[ recovery-image] Jul 11 17:44:44.320 INFO O| Jul 11 17:44:44.320 INFO O| Startup: Caching catalogs ... Done
41282026-07-11T17:44:44.971Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41292026-07-11T17:44:44.971Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41302026-07-11T17:44:44.974Z[ recovery-image] Jul 11 17:44:44.328 INFO O| Jul 11 17:44:44.327 INFO O| Planning: Planning completed in 0.00 seconds
41312026-07-11T17:44:44.974Z[ recovery-image] Jul 11 17:44:44.328 INFO O| Jul 11 17:44:44.328 INFO O| Planning: Consolidating action changes ... Done
41322026-07-11T17:44:44.974Z[ recovery-image] Jul 11 17:44:44.328 INFO O| Jul 11 17:44:44.328 INFO O| Planning: Evaluating mediators ... Done
41332026-07-11T17:44:44.977Z[ recovery-image] Jul 11 17:44:44.328 INFO O| Jul 11 17:44:44.328 INFO O| Planning: Planning completed in 0.00 seconds
41342026-07-11T17:44:44.977Z[ recovery-image] Jul 11 17:44:44.328 INFO O| Jul 11 17:44:44.328 INFO O| Variants/Facets to change: 1
41352026-07-11T17:44:44.990Z[ recovery-image] Jul 11 17:44:44.339 INFO O| Jul 11 17:44:44.339 INFO O| Finalize: Updating package state database ... Done
41362026-07-11T17:44:44.990Z[ recovery-image] Jul 11 17:44:44.339 INFO O| Jul 11 17:44:44.339 INFO O| Finalize: Updating package cache ... Done
41372026-07-11T17:44:45.003Z[verify-libraries] Compiling indent_write v2.2.0
41382026-07-11T17:44:45.010Z[ recovery-image] Jul 11 17:44:44.365 INFO O| Jul 11 17:44:44.365 INFO O| Finalize: Updating image state ... Done
41392026-07-11T17:44:45.014Z[ recovery-image] Jul 11 17:44:44.369 INFO O| Jul 11 17:44:44.369 INFO O| Finalize: Creating fast lookup database ... Done
41402026-07-11T17:44:45.017Z[ recovery-image] Jul 11 17:44:44.369 INFO O| Jul 11 17:44:44.369 INFO O| Finalize: Reading search index ... Done
41412026-07-11T17:44:45.017Z[ recovery-image] Jul 11 17:44:44.369 INFO O| Jul 11 17:44:44.369 INFO O| Finalize: Updating search index ... Done
41422026-07-11T17:44:45.017Z[ recovery-image] Jul 11 17:44:44.370 INFO O| Jul 11 17:44:44.370 INFO O| Finalize: Updating package cache ... Done
41432026-07-11T17:44:45.044Z[verify-libraries] Compiling secrecy v0.10.3
41442026-07-11T17:44:45.065Z[verify-libraries] Compiling structmeta v0.3.0
41452026-07-11T17:44:45.102Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41462026-07-11T17:44:45.139Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41472026-07-11T17:44:45.142Z[verify-libraries] Compiling derive_more v0.99.20
41482026-07-11T17:44:45.142Z[verify-libraries] Compiling ciborium-ll v0.2.2
41492026-07-11T17:44:45.155Z[ recovery-image] Jul 11 17:44:44.510 INFO O| Jul 11 17:44:44.510 INFO STEP 8 (pkg_change_facet) COMPLETE
41502026-07-11T17:44:45.155Z[ recovery-image] Jul 11 17:44:44.510 INFO O| Jul 11 17:44:44.510 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41512026-07-11T17:44:45.208Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41522026-07-11T17:44:45.208Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41532026-07-11T17:44:45.276Z[verify-libraries] Compiling inout v0.1.4
41542026-07-11T17:44:45.279Z[verify-libraries] Compiling universal-hash v0.5.1
41552026-07-11T17:44:45.279Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41562026-07-11T17:44:45.338Z[verify-libraries] Compiling derive-ex v0.1.8
41572026-07-11T17:44:45.338Z[verify-libraries] Compiling parse-display-derive v0.10.0
41582026-07-11T17:44:45.436Z[verify-libraries] Compiling ciborium v0.2.2
41592026-07-11T17:44:45.480Z[ recovery-image] Jul 11 17:44:44.835 INFO O| Jul 11 17:44:44.835 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41602026-07-11T17:44:45.505Z[verify-libraries] Compiling cipher v0.4.4
41612026-07-11T17:44:45.528Z[verify-libraries] Compiling opaque-debug v0.3.1
41622026-07-11T17:44:45.596Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41632026-07-11T17:44:45.626Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41642026-07-11T17:44:45.692Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41652026-07-11T17:44:45.728Z[verify-libraries] Compiling poly1305 v0.8.0
41662026-07-11T17:44:45.762Z[verify-libraries] Compiling chacha20 v0.9.1
41672026-07-11T17:44:45.812Z[verify-libraries] Compiling byte-wrapper v0.1.0
41682026-07-11T17:44:45.834Z[verify-libraries] Compiling blake2 v0.10.6
41692026-07-11T17:44:45.914Z[verify-libraries] Compiling aead v0.5.2
41702026-07-11T17:44:46.057Z[verify-libraries] Compiling password-hash v0.5.0
41712026-07-11T17:44:46.107Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41722026-07-11T17:44:46.152Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41732026-07-11T17:44:46.187Z[ host-image] Jul 11 17:44:45.542 INFO O| Jul 11 17:44:45.542 INFO O| Download: 7698/23866 items 59.9/222.6MB 26% complete (1.9M/s)
41742026-07-11T17:44:46.217Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41752026-07-11T17:44:46.318Z[verify-libraries] Compiling argon2 v0.5.3
41762026-07-11T17:44:46.397Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41772026-07-11T17:44:46.467Z[verify-libraries] Compiling rayon-core v1.13.0
41782026-07-11T17:44:46.504Z[verify-libraries] Compiling glob v0.3.3
41792026-07-11T17:44:46.575Z[verify-libraries] Compiling usdt-macro v0.5.0
41802026-07-11T17:44:46.644Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41812026-07-11T17:44:46.693Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41822026-07-11T17:44:46.725Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41832026-07-11T17:44:46.752Z[verify-libraries] Compiling typify-impl v0.6.2
41842026-07-11T17:44:46.842Z[verify-libraries] Compiling vsss-rs v3.3.4
41852026-07-11T17:44:46.958Z[ recovery-image] Jul 11 17:44:46.314 INFO O| Jul 11 17:44:46.314 INFO O| Startup: Refreshing catalog 'helios' ... Done
41862026-07-11T17:44:47.018Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41872026-07-11T17:44:47.287Z[verify-libraries] Compiling parse-display v0.10.0
41882026-07-11T17:44:47.310Z[verify-libraries] Compiling test-strategy v0.4.5
41892026-07-11T17:44:47.310Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41902026-07-11T17:44:47.437Z[ recovery-image] Jul 11 17:44:46.793 INFO O| Jul 11 17:44:46.792 INFO O| Startup: Caching catalogs ... Done
41912026-07-11T17:44:47.454Z[ recovery-image] Jul 11 17:44:46.809 INFO O| Jul 11 17:44:46.809 INFO O| Planning: Planning completed in 0.00 seconds
41922026-07-11T17:44:47.457Z[ recovery-image] Jul 11 17:44:46.810 INFO O| Jul 11 17:44:46.809 INFO O| Planning: Consolidating action changes ... Done
41932026-07-11T17:44:47.457Z[ recovery-image] Jul 11 17:44:46.810 INFO O| Jul 11 17:44:46.810 INFO O| Planning: Evaluating mediators ... Done
41942026-07-11T17:44:47.457Z[ recovery-image] Jul 11 17:44:46.810 INFO O| Jul 11 17:44:46.810 INFO O| Planning: Planning completed in 0.00 seconds
41952026-07-11T17:44:47.457Z[ recovery-image] Jul 11 17:44:46.810 INFO O| Jul 11 17:44:46.810 INFO O| Variants/Facets to change: 1
41962026-07-11T17:44:47.461Z[verify-libraries] Compiling memmap v0.7.0
41972026-07-11T17:44:47.468Z[ recovery-image] Jul 11 17:44:46.823 INFO O| Jul 11 17:44:46.823 INFO O| Finalize: Updating package state database ... Done
41982026-07-11T17:44:47.468Z[ recovery-image] Jul 11 17:44:46.823 INFO O| Jul 11 17:44:46.823 INFO O| Finalize: Updating package cache ... Done
41992026-07-11T17:44:47.491Z[ recovery-image] Jul 11 17:44:46.846 INFO O| Jul 11 17:44:46.846 INFO O| Finalize: Updating image state ... Done
42002026-07-11T17:44:47.495Z[ recovery-image] Jul 11 17:44:46.851 INFO O| Jul 11 17:44:46.851 INFO O| Finalize: Creating fast lookup database ... Done
42012026-07-11T17:44:47.498Z[ recovery-image] Jul 11 17:44:46.851 INFO O| Jul 11 17:44:46.851 INFO O| Finalize: Reading search index ... Done
42022026-07-11T17:44:47.498Z[ recovery-image] Jul 11 17:44:46.851 INFO O| Jul 11 17:44:46.851 INFO O| Finalize: Updating search index ... Done
42032026-07-11T17:44:47.498Z[ recovery-image] Jul 11 17:44:46.852 INFO O| Jul 11 17:44:46.852 INFO O| Finalize: Updating package cache ... Done
42042026-07-11T17:44:47.643Z[ recovery-image] Jul 11 17:44:46.999 INFO O| Jul 11 17:44:46.999 INFO STEP 9 (pkg_change_facet) COMPLETE
42052026-07-11T17:44:47.644Z[ recovery-image] Jul 11 17:44:46.999 INFO O| Jul 11 17:44:46.999 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42062026-07-11T17:44:47.679Z[verify-libraries] Compiling heapless v0.8.0
42072026-07-11T17:44:47.717Z[verify-libraries] Compiling proc-macro-error v1.0.4
42082026-07-11T17:44:47.728Z[verify-libraries] Compiling usdt v0.5.0
42092026-07-11T17:44:47.740Z[verify-libraries] Compiling ingot-macros v0.1.1
42102026-07-11T17:44:47.830Z[verify-libraries] Compiling tabwriter v1.4.1
42112026-07-11T17:44:47.914Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42122026-07-11T17:44:47.965Z[verify-libraries] Compiling num_enum_derive v0.7.6
42132026-07-11T17:44:47.968Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42142026-07-11T17:44:47.984Z[ recovery-image] Jul 11 17:44:47.339 INFO O| Jul 11 17:44:47.339 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42152026-07-11T17:44:47.995Z[verify-libraries] Compiling hash32 v0.3.1
42162026-07-11T17:44:48.075Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42172026-07-11T17:44:48.136Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42182026-07-11T17:44:48.183Z[verify-libraries] Compiling smoltcp v0.11.0
42192026-07-11T17:44:48.210Z[verify-libraries] Compiling toml v0.8.23
42202026-07-11T17:44:48.211Z[verify-libraries] Compiling cobs v0.3.0
42212026-07-11T17:44:48.267Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42222026-07-11T17:44:48.290Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42232026-07-11T17:44:48.497Z[verify-libraries] Compiling colored v3.1.1
42242026-07-11T17:44:48.518Z[verify-libraries] Compiling postcard v1.1.3
42252026-07-11T17:44:48.518Z[verify-libraries] Compiling rayon v1.11.0
42262026-07-11T17:44:48.560Z[verify-libraries] Compiling rand v0.10.1
42272026-07-11T17:44:48.634Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42282026-07-11T17:44:48.668Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42292026-07-11T17:44:48.812Z[ recovery-image] Jul 11 17:44:48.168 INFO O| Jul 11 17:44:48.168 INFO O| Startup: Refreshing catalog 'helios' ... Done
42302026-07-11T17:44:48.881Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42312026-07-11T17:44:48.917Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42322026-07-11T17:44:48.917Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42332026-07-11T17:44:48.960Z[ recovery-image] Jul 11 17:44:48.315 INFO O| Jul 11 17:44:48.315 INFO O| Startup: Caching catalogs ... Done
42342026-07-11T17:44:48.967Z[ recovery-image] Jul 11 17:44:48.322 INFO O| Jul 11 17:44:48.322 INFO O| Planning: Planning completed in 0.00 seconds
42352026-07-11T17:44:48.970Z[ recovery-image] Jul 11 17:44:48.323 INFO O| Jul 11 17:44:48.322 INFO O| Planning: Consolidating action changes ... Done
42362026-07-11T17:44:48.970Z[ recovery-image] Jul 11 17:44:48.323 INFO O| Jul 11 17:44:48.323 INFO O| Planning: Evaluating mediators ... Done
42372026-07-11T17:44:48.970Z[ recovery-image] Jul 11 17:44:48.323 INFO O| Jul 11 17:44:48.323 INFO O| Planning: Planning completed in 0.00 seconds
42382026-07-11T17:44:48.970Z[ recovery-image] Jul 11 17:44:48.323 INFO O| Jul 11 17:44:48.323 INFO O| Variants/Facets to change: 1
42392026-07-11T17:44:48.989Z[ recovery-image] Jul 11 17:44:48.345 INFO O| Jul 11 17:44:48.345 INFO O| Finalize: Updating package state database ... Done
42402026-07-11T17:44:48.989Z[ recovery-image] Jul 11 17:44:48.345 INFO O| Jul 11 17:44:48.345 INFO O| Finalize: Updating package cache ... Done
42412026-07-11T17:44:49.026Z[ recovery-image] Jul 11 17:44:48.381 INFO O| Jul 11 17:44:48.381 INFO O| Finalize: Updating image state ... Done
42422026-07-11T17:44:49.031Z[ recovery-image] Jul 11 17:44:48.387 INFO O| Jul 11 17:44:48.387 INFO O| Finalize: Creating fast lookup database ... Done
42432026-07-11T17:44:49.034Z[ recovery-image] Jul 11 17:44:48.388 INFO O| Jul 11 17:44:48.387 INFO O| Finalize: Reading search index ... Done
42442026-07-11T17:44:49.034Z[ recovery-image] Jul 11 17:44:48.388 INFO O| Jul 11 17:44:48.388 INFO O| Finalize: Updating search index ... Done
42452026-07-11T17:44:49.034Z[ recovery-image] Jul 11 17:44:48.389 INFO O| Jul 11 17:44:48.389 INFO O| Finalize: Updating package cache ... Done
42462026-07-11T17:44:49.080Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
42472026-07-11T17:44:49.140Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42482026-07-11T17:44:49.140Z[verify-libraries] Compiling num_enum v0.7.6
42492026-07-11T17:44:49.140Z[verify-libraries] Compiling num_enum_derive v0.5.11
42502026-07-11T17:44:49.173Z[ recovery-image] Jul 11 17:44:48.523 INFO O| Jul 11 17:44:48.523 INFO STEP 10 (pkg_change_facet) COMPLETE
42512026-07-11T17:44:49.173Z[ recovery-image] Jul 11 17:44:48.523 INFO O| Jul 11 17:44:48.523 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42522026-07-11T17:44:49.177Z[ recovery-image] Jul 11 17:44:48.533 INFO O| Jul 11 17:44:48.532 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
42532026-07-11T17:44:49.268Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42542026-07-11T17:44:49.271Z[verify-libraries] Compiling num-derive v0.4.2
42552026-07-11T17:44:49.335Z[verify-libraries] Compiling cstr-argument v0.1.2
42562026-07-11T17:44:49.366Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42572026-07-11T17:44:49.433Z[verify-libraries] Compiling foreign-types v0.5.0
42582026-07-11T17:44:49.476Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42592026-07-11T17:44:49.524Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42602026-07-11T17:44:49.573Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42612026-07-11T17:44:49.615Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42622026-07-11T17:44:49.686Z[verify-libraries] Compiling sigpipe v0.1.3
42632026-07-11T17:44:49.689Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42642026-07-11T17:44:49.727Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42652026-07-11T17:44:49.730Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42662026-07-11T17:44:49.800Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42672026-07-11T17:44:49.841Z[verify-libraries] Compiling itertools v0.12.1
42682026-07-11T17:44:49.901Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42692026-07-11T17:44:49.927Z[verify-libraries] Compiling smf v0.2.3
42702026-07-11T17:44:49.980Z[ recovery-image] Jul 11 17:44:49.336 INFO O| Jul 11 17:44:49.335 INFO O| Startup: Refreshing catalog 'helios' ... Done
42712026-07-11T17:44:50.047Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42722026-07-11T17:44:50.075Z[verify-libraries] Compiling whoami v1.6.1
42732026-07-11T17:44:50.107Z[ recovery-image] Jul 11 17:44:49.462 INFO O| Jul 11 17:44:49.462 INFO O| Startup: Caching catalogs ... Done
42742026-07-11T17:44:50.228Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42752026-07-11T17:44:50.333Z[verify-libraries] Compiling num_enum v0.5.11
42762026-07-11T17:44:50.364Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42772026-07-11T17:44:50.417Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42782026-07-11T17:44:50.478Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42792026-07-11T17:44:50.498Z[verify-libraries] Compiling derive-where v1.6.0
42802026-07-11T17:44:50.529Z[verify-libraries] Compiling owo-colors v4.3.0
42812026-07-11T17:44:50.529Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42822026-07-11T17:44:50.571Z[verify-libraries] Compiling gethostname v0.5.0
42832026-07-11T17:44:50.640Z[verify-libraries] Compiling libsw-core v0.3.2
42842026-07-11T17:44:50.678Z[ recovery-image] Jul 11 17:44:50.034 INFO O| Jul 11 17:44:50.034 INFO O| Planning: Solver setup ... Done
42852026-07-11T17:44:50.697Z[ recovery-image] Jul 11 17:44:50.052 INFO O| Jul 11 17:44:50.052 INFO O| Planning: Running solver ... Done
42862026-07-11T17:44:50.712Z[ recovery-image] Jul 11 17:44:50.067 INFO O| Jul 11 17:44:50.067 INFO O| Planning: Finding local manifests ... Done
42872026-07-11T17:44:50.732Z[ recovery-image] Jul 11 17:44:50.088 INFO O| Jul 11 17:44:50.087 INFO O| Planning: Fetching manifests: 0/128 0% complete
42882026-07-11T17:44:50.750Z[verify-libraries] Compiling ingot-types v0.1.2
42892026-07-11T17:44:50.795Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42902026-07-11T17:44:50.825Z[verify-libraries] Compiling libsw v3.5.0
42912026-07-11T17:44:50.854Z[verify-libraries] Compiling console v0.15.11
42922026-07-11T17:44:50.879Z[verify-libraries] Compiling linear-map v1.2.0
42932026-07-11T17:44:51.066Z[verify-libraries] Compiling newline-converter v0.3.0
42942026-07-11T17:44:51.093Z[verify-libraries] Compiling resolv-conf v0.7.6
42952026-07-11T17:44:51.115Z[verify-libraries] Compiling num-rational v0.4.2
42962026-07-11T17:44:51.158Z[verify-libraries] Compiling ingot v0.1.1
42972026-07-11T17:44:51.191Z[verify-libraries] Compiling zone v0.3.1
42982026-07-11T17:44:51.215Z[verify-libraries] Compiling num-complex v0.4.6
42992026-07-11T17:44:51.237Z[verify-libraries] Compiling expectorate v1.2.0
43002026-07-11T17:44:51.256Z[verify-libraries] Compiling slog-dtrace v0.3.0
43012026-07-11T17:44:51.286Z[verify-libraries] Compiling prettyplease v0.2.37
43022026-07-11T17:44:51.362Z[ host-image] Jul 11 17:44:50.715 INFO O| Jul 11 17:44:50.715 INFO O| Download: 8856/23866 items 77.5/222.6MB 34% complete (3.0M/s)
43032026-07-11T17:44:51.487Z[verify-libraries] Compiling typify-macro v0.6.2
43042026-07-11T17:44:51.509Z[verify-libraries] Compiling float-ord v0.3.2
43052026-07-11T17:44:51.563Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43062026-07-11T17:44:51.585Z[verify-libraries] Compiling linked-hash-map v0.5.6
43072026-07-11T17:44:51.638Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43082026-07-11T17:44:51.697Z[verify-libraries] Compiling num v0.4.3
43092026-07-11T17:44:51.719Z[verify-libraries] Compiling hickory-proto v0.24.4
43102026-07-11T17:44:51.847Z[verify-libraries] Compiling lru-cache v0.1.2
43112026-07-11T17:44:51.875Z[verify-libraries] Compiling convert_case v0.10.0
43122026-07-11T17:44:51.933Z[verify-libraries] Compiling display-error-chain v0.2.2
43132026-07-11T17:44:51.933Z[verify-libraries] Compiling minimal-lexical v0.2.1
43142026-07-11T17:44:52.002Z[verify-libraries] Compiling unicode-xid v0.2.6
43152026-07-11T17:44:52.034Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43162026-07-11T17:44:52.037Z[verify-libraries] Compiling tabled_derive v0.7.0
43172026-07-11T17:44:52.085Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43182026-07-11T17:44:52.114Z[verify-libraries] Compiling fd-lock v4.0.4
43192026-07-11T17:44:52.170Z[verify-libraries] Compiling vte v0.14.1
43202026-07-11T17:44:52.234Z[verify-libraries] Compiling derive_more-impl v2.1.1
43212026-07-11T17:44:52.274Z[verify-libraries] Compiling nom v7.1.3
43222026-07-11T17:44:52.299Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43232026-07-11T17:44:52.345Z[verify-libraries] Compiling stacker v0.1.23
43242026-07-11T17:44:52.396Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43252026-07-11T17:44:52.494Z[verify-libraries] Compiling cfg_aliases v0.1.1
43262026-07-11T17:44:52.600Z[verify-libraries] Compiling reedline v0.40.0
43272026-07-11T17:44:52.639Z[verify-libraries] Compiling nix v0.28.0
43282026-07-11T17:44:52.670Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43292026-07-11T17:44:52.730Z[verify-libraries] Compiling semver v0.1.20
43302026-07-11T17:44:52.849Z[verify-libraries] Compiling termtree v0.5.1
43312026-07-11T17:44:52.966Z[verify-libraries] Compiling rustc_version v0.1.7
43322026-07-11T17:44:52.997Z[verify-libraries] Compiling psm v0.1.30
43332026-07-11T17:44:53.044Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43342026-07-11T17:44:53.089Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43352026-07-11T17:44:53.111Z[verify-libraries] Compiling tabled v0.15.0
43362026-07-11T17:44:53.159Z[verify-libraries] Compiling derive_more v2.1.1
43372026-07-11T17:44:53.182Z[verify-libraries] Compiling phf_shared v0.12.1
43382026-07-11T17:44:53.237Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43392026-07-11T17:44:53.286Z[verify-libraries] Compiling crossterm v0.29.0
43402026-07-11T17:44:53.307Z[verify-libraries] Compiling nibble_vec v0.1.0
43412026-07-11T17:44:53.389Z[verify-libraries] Compiling endian-type v0.1.2
43422026-07-11T17:44:53.458Z[verify-libraries] Compiling typify v0.6.2
43432026-07-11T17:44:53.487Z[verify-libraries] Compiling chrono-tz v0.10.4
43442026-07-11T17:44:53.587Z[verify-libraries] Compiling progenitor-impl v0.14.0
43452026-07-11T17:44:53.634Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43462026-07-11T17:44:53.733Z[verify-libraries] Compiling highway v1.3.0
43472026-07-11T17:44:53.779Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43482026-07-11T17:44:53.860Z[ recovery-image] Jul 11 17:44:53.214 INFO O| Jul 11 17:44:53.214 INFO O| Planning: Fetching manifests: 128/128 100% complete
43492026-07-11T17:44:53.867Z[verify-libraries] Compiling radix_trie v0.2.1
43502026-07-11T17:44:53.888Z[verify-libraries] Compiling phf v0.12.1
43512026-07-11T17:44:53.893Z[verify-libraries] Compiling newtype_derive v0.1.6
43522026-07-11T17:44:54.083Z[verify-libraries] Compiling hickory-resolver v0.24.4
43532026-07-11T17:44:54.166Z[verify-libraries] Compiling recursive v0.1.1
43542026-07-11T17:44:54.220Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43552026-07-11T17:44:54.251Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43562026-07-11T17:44:54.312Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43572026-07-11T17:44:54.315Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43582026-07-11T17:44:54.364Z[ recovery-image] Jul 11 17:44:53.711 INFO O| Jul 11 17:44:53.711 INFO O| Planning: Package planning ... Done
43592026-07-11T17:44:54.426Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43602026-07-11T17:44:54.486Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43612026-07-11T17:44:54.518Z[ recovery-image] Jul 11 17:44:53.873 INFO O| Jul 11 17:44:53.873 INFO O| Planning: Merging actions ... Done
43622026-07-11T17:44:54.561Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43632026-07-11T17:44:54.587Z[ recovery-image] Jul 11 17:44:53.943 INFO O| Jul 11 17:44:53.942 INFO O| Planning: Checking for conflicting actions ... Done
43642026-07-11T17:44:54.600Z[verify-libraries] Compiling peg-macros v0.8.5
43652026-07-11T17:44:54.644Z[ recovery-image] Jul 11 17:44:54.000 INFO O| Jul 11 17:44:54.000 INFO O| Planning: Consolidating action changes ... Done
43662026-07-11T17:44:54.778Z[ recovery-image] Jul 11 17:44:54.133 INFO O| Jul 11 17:44:54.133 INFO O| Planning: Evaluating mediators ... Done
43672026-07-11T17:44:55.042Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43682026-07-11T17:44:55.218Z[verify-libraries] Compiling qorb v0.4.1
43692026-07-11T17:44:55.346Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43702026-07-11T17:44:55.638Z[verify-libraries] Compiling winnow v0.6.26
43712026-07-11T17:44:55.682Z[verify-libraries] Compiling csv-core v0.1.13
43722026-07-11T17:44:55.790Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43732026-07-11T17:44:55.817Z[verify-libraries] Compiling unicode_categories v0.1.1
43742026-07-11T17:44:55.954Z[verify-libraries] Compiling home v0.5.12
43752026-07-11T17:44:55.989Z[verify-libraries] Compiling textwrap v0.16.2
43762026-07-11T17:44:56.064Z[verify-libraries] Compiling sqlparser v0.61.0
43772026-07-11T17:44:56.090Z[verify-libraries] Compiling csv v1.4.0
43782026-07-11T17:44:56.143Z[verify-libraries] Compiling rustyline v14.0.0
43792026-07-11T17:44:56.224Z[ recovery-image] Jul 11 17:44:55.579 INFO O| Jul 11 17:44:55.579 INFO O| Planning: Planning completed in 6.11 seconds
43802026-07-11T17:44:56.228Z[ recovery-image] Jul 11 17:44:55.581 INFO O| Jul 11 17:44:55.581 INFO O| Packages to install: 128
43812026-07-11T17:44:56.228Z[ recovery-image] Jul 11 17:44:55.581 INFO O| Jul 11 17:44:55.581 INFO O| Mediators to change: 5
43822026-07-11T17:44:56.228Z[ recovery-image] Jul 11 17:44:55.581 INFO O| Jul 11 17:44:55.581 INFO O| Services to change: 5
43832026-07-11T17:44:56.253Z[ recovery-image] Jul 11 17:44:55.608 INFO O| Jul 11 17:44:55.608 INFO O| Download: 0/16671 items 0.0/199.8MB 0% complete
43842026-07-11T17:44:56.291Z[verify-libraries] Compiling peg v0.8.5
43852026-07-11T17:44:56.369Z[verify-libraries] Compiling const_format v0.2.35
43862026-07-11T17:44:56.372Z[ host-image] Jul 11 17:44:55.724 INFO O| Jul 11 17:44:55.724 INFO O| Download: 10525/23866 items 92.9/222.6MB 41% complete (3.2M/s)
43872026-07-11T17:44:56.520Z[verify-libraries] Compiling progenitor-macro v0.14.0
43882026-07-11T17:44:56.618Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43892026-07-11T17:44:56.669Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43902026-07-11T17:44:56.701Z[verify-libraries] Compiling bcs v0.1.6
43912026-07-11T17:44:56.749Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43922026-07-11T17:44:56.886Z[verify-libraries] Compiling nom v8.0.0
43932026-07-11T17:44:56.913Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43942026-07-11T17:44:56.958Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43952026-07-11T17:44:56.984Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43962026-07-11T17:44:57.072Z[verify-libraries] Compiling sqlformat v0.3.5
43972026-07-11T17:44:57.270Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43982026-07-11T17:44:57.374Z[verify-libraries] Compiling base64 v0.21.7
43992026-07-11T17:44:57.432Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44002026-07-11T17:44:57.713Z[verify-libraries] Compiling steno v0.4.1
44012026-07-11T17:44:57.753Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44022026-07-11T17:44:57.772Z[verify-libraries] Compiling sha1 v0.10.6
44032026-07-11T17:44:57.897Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44042026-07-11T17:44:57.918Z[verify-libraries] Compiling utf-8 v0.7.6
44052026-07-11T17:44:57.979Z[verify-libraries] Compiling tagptr v0.2.0
44062026-07-11T17:44:58.002Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44072026-07-11T17:44:58.083Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44082026-07-11T17:44:58.137Z[verify-libraries] Compiling moka v0.12.13
44092026-07-11T17:44:58.166Z[verify-libraries] Compiling tungstenite v0.21.0
44102026-07-11T17:44:58.190Z[verify-libraries] Compiling radium v0.7.0
44112026-07-11T17:44:58.268Z[verify-libraries] Compiling ron v0.8.1
44122026-07-11T17:44:58.271Z[verify-libraries] Compiling tap v1.0.1
44132026-07-11T17:44:58.313Z[verify-libraries] Compiling maybe-uninit v2.0.0
44142026-07-11T17:44:58.316Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44152026-07-11T17:44:58.416Z[verify-libraries] Compiling wyz v0.5.1
44162026-07-11T17:44:58.643Z[verify-libraries] Compiling crc-catalog v2.4.0
44172026-07-11T17:44:58.737Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44182026-07-11T17:44:58.777Z[verify-libraries] Compiling funty v2.0.0
44192026-07-11T17:44:58.800Z[verify-libraries] Compiling packed_struct v0.10.1
44202026-07-11T17:44:58.822Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44212026-07-11T17:44:58.991Z[verify-libraries] Compiling hickory-resolver v0.25.2
44222026-07-11T17:44:59.065Z[verify-libraries] Compiling crc v3.4.0
44232026-07-11T17:44:59.162Z[verify-libraries] Compiling bitvec v1.0.1
44242026-07-11T17:44:59.202Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44252026-07-11T17:44:59.239Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44262026-07-11T17:44:59.272Z[verify-libraries] Compiling zerocopy v0.6.6
44272026-07-11T17:44:59.304Z[verify-libraries] Compiling bitfield-macros v0.19.4
44282026-07-11T17:44:59.325Z[verify-libraries] Compiling indexmap v1.9.3
44292026-07-11T17:44:59.398Z[verify-libraries] Compiling nodrop v0.1.14
44302026-07-11T17:44:59.425Z[verify-libraries] Compiling libefi-sys v0.1.0
44312026-07-11T17:44:59.525Z[verify-libraries] Compiling array-init v0.0.4
44322026-07-11T17:44:59.622Z[verify-libraries] Compiling smallvec v0.6.14
44332026-07-11T17:44:59.659Z[verify-libraries] Compiling bitfield-struct v0.6.2
44342026-07-11T17:44:59.718Z[verify-libraries] Compiling hashbrown v0.12.3
44352026-07-11T17:44:59.872Z[verify-libraries] Compiling serde-hex v0.1.0
44362026-07-11T17:45:00.152Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44372026-07-11T17:45:00.184Z[verify-libraries] Compiling bitfield v0.19.4
44382026-07-11T17:45:00.424Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44392026-07-11T17:45:00.447Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44402026-07-11T17:45:00.470Z[verify-libraries] Compiling hashbrown v0.13.2
44412026-07-11T17:45:00.531Z[verify-libraries] Compiling crc-any v2.5.0
44422026-07-11T17:45:00.695Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44432026-07-11T17:45:00.733Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44442026-07-11T17:45:00.766Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44452026-07-11T17:45:00.794Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44462026-07-11T17:45:00.815Z[verify-libraries] Compiling path-slash v0.1.5
44472026-07-11T17:45:00.980Z[verify-libraries] Compiling object v0.30.4
44482026-07-11T17:45:01.049Z[verify-libraries] Compiling xshell-macros v0.2.7
44492026-07-11T17:45:01.071Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44502026-07-11T17:45:01.173Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44512026-07-11T17:45:01.221Z[verify-libraries] Compiling num-derive v0.3.3
44522026-07-11T17:45:01.244Z[verify-libraries] Compiling subprocess v0.2.15
44532026-07-11T17:45:01.347Z[ recovery-image] Jul 11 17:45:00.701 INFO O| Jul 11 17:45:00.701 INFO O| Download: 1103/16671 items 9.2/199.8MB 4% complete (2.1M/s)
44542026-07-11T17:45:01.370Z[ host-image] Jul 11 17:45:00.724 INFO O| Jul 11 17:45:00.724 INFO O| Download: 11531/23866 items 98.5/222.6MB 44% complete (2.1M/s)
44552026-07-11T17:45:01.425Z[verify-libraries] Compiling papergrid v0.17.0
44562026-07-11T17:45:01.579Z[verify-libraries] Compiling xshell v0.2.7
44572026-07-11T17:45:01.707Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44582026-07-11T17:45:01.729Z[verify-libraries] Compiling testing_table v0.3.0
44592026-07-11T17:45:01.752Z[verify-libraries] Compiling progenitor-impl v0.13.0
44602026-07-11T17:45:01.786Z[verify-libraries] Compiling progenitor v0.14.0
44612026-07-11T17:45:01.927Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44622026-07-11T17:45:01.970Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44632026-07-11T17:45:02.015Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44642026-07-11T17:45:02.071Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44652026-07-11T17:45:02.093Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44662026-07-11T17:45:02.130Z[verify-libraries] Compiling tabled_derive v0.11.0
44672026-07-11T17:45:02.152Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44682026-07-11T17:45:02.266Z[verify-libraries] Compiling libscf-sys v1.1.0
44692026-07-11T17:45:02.311Z[verify-libraries] Compiling headers-core v0.3.0
44702026-07-11T17:45:02.447Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44712026-07-11T17:45:02.468Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44722026-07-11T17:45:02.514Z[verify-libraries] Compiling unicase v2.9.0
44732026-07-11T17:45:02.757Z[verify-libraries] Compiling headers v0.4.1
44742026-07-11T17:45:02.800Z[verify-libraries] Compiling progenitor-client v0.13.0
44752026-07-11T17:45:02.856Z[verify-libraries] Compiling maplit v1.0.2
44762026-07-11T17:45:02.970Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44772026-07-11T17:45:03.188Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44782026-07-11T17:45:03.210Z[verify-libraries] Compiling yasna v0.5.2
44792026-07-11T17:45:03.230Z[verify-libraries] Compiling crc8 v0.1.1
44802026-07-11T17:45:03.234Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44812026-07-11T17:45:03.382Z[verify-libraries] Compiling vergen-lib v0.1.6
44822026-07-11T17:45:03.414Z[verify-libraries] Compiling tabled v0.20.0
44832026-07-11T17:45:03.564Z[verify-libraries] Compiling diesel_derives v2.3.7
44842026-07-11T17:45:03.586Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44852026-07-11T17:45:03.667Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44862026-07-11T17:45:03.693Z[verify-libraries] Compiling rcgen v0.12.1
44872026-07-11T17:45:03.855Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44882026-07-11T17:45:03.958Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44892026-07-11T17:45:04.053Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44902026-07-11T17:45:04.092Z[verify-libraries] Compiling half v1.8.3
44912026-07-11T17:45:04.166Z[verify-libraries] Compiling r2d2 v0.8.10
44922026-07-11T17:45:04.283Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44932026-07-11T17:45:04.304Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44942026-07-11T17:45:04.417Z[verify-libraries] Compiling serde_cbor v0.11.2
44952026-07-11T17:45:04.440Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
44962026-07-11T17:45:04.461Z[verify-libraries] Compiling git-stub v1.0.0
44972026-07-11T17:45:04.522Z[verify-libraries] Compiling progenitor-macro v0.13.0
44982026-07-11T17:45:04.541Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44992026-07-11T17:45:04.573Z[verify-libraries] Compiling crunchy v0.2.4
45002026-07-11T17:45:04.648Z[verify-libraries] Compiling downcast-rs v2.0.2
45012026-07-11T17:45:04.766Z[verify-libraries] Compiling dirs-next v2.0.0
45022026-07-11T17:45:04.788Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45032026-07-11T17:45:04.854Z[verify-libraries] Compiling clang-sys v1.8.1
45042026-07-11T17:45:04.924Z[verify-libraries] Compiling tiny-keccak v2.0.2
45052026-07-11T17:45:04.948Z[verify-libraries] Compiling cpubits v0.1.1
45062026-07-11T17:45:05.193Z[verify-libraries] Compiling term v0.7.0
45072026-07-11T17:45:05.196Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45082026-07-11T17:45:05.237Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45092026-07-11T17:45:05.257Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45102026-07-11T17:45:05.315Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45112026-07-11T17:45:05.441Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45122026-07-11T17:45:05.467Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45132026-07-11T17:45:05.502Z[verify-libraries] Compiling bit-vec v0.6.3
45142026-07-11T17:45:05.763Z[verify-libraries] Compiling diff v0.1.13
45152026-07-11T17:45:05.782Z[verify-libraries] Compiling bit-set v0.5.3
45162026-07-11T17:45:05.838Z[verify-libraries] Compiling ascii-canvas v3.0.0
45172026-07-11T17:45:05.995Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45182026-07-11T17:45:06.081Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45192026-07-11T17:45:06.139Z[verify-libraries] Compiling itertools v0.10.5
45202026-07-11T17:45:06.193Z[verify-libraries] Compiling ena v0.14.4
45212026-07-11T17:45:06.301Z[verify-libraries] Compiling libloading v0.8.9
45222026-07-11T17:45:06.389Z[verify-libraries] Compiling bindgen v0.71.1
45232026-07-11T17:45:06.421Z[ recovery-image] Jul 11 17:45:05.776 INFO O| Jul 11 17:45:05.775 INFO O| Download: 1662/16671 items 24.9/199.8MB 12% complete (2.5M/s)
45242026-07-11T17:45:06.444Z[verify-libraries] Compiling regex-syntax v0.6.29
45252026-07-11T17:45:06.642Z[ host-image] Jul 11 17:45:05.996 INFO O| Jul 11 17:45:05.996 INFO O| Download: 12036/23866 items 103.4/222.6MB 46% complete (1.1M/s)
45262026-07-11T17:45:06.814Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45272026-07-11T17:45:06.850Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45282026-07-11T17:45:06.947Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45292026-07-11T17:45:06.967Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45302026-07-11T17:45:07.025Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45312026-07-11T17:45:07.306Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45322026-07-11T17:45:07.876Z[verify-libraries] Compiling lalrpop v0.19.12
45332026-07-11T17:45:08.129Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45342026-07-11T17:45:08.486Z[verify-libraries] Compiling cexpr v0.6.0
45352026-07-11T17:45:08.739Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45362026-07-11T17:45:08.761Z[verify-libraries] Compiling rustc-hash v2.1.1
45372026-07-11T17:45:08.924Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45382026-07-11T17:45:09.093Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45392026-07-11T17:45:09.228Z[verify-libraries] Compiling libxml v0.3.3
45402026-07-11T17:45:09.302Z[verify-libraries] Compiling arc-swap v1.8.2
45412026-07-11T17:45:09.570Z[verify-libraries] Compiling slog-scope v4.4.1
45422026-07-11T17:45:09.720Z[verify-libraries] Compiling progenitor v0.13.0
45432026-07-11T17:45:09.788Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45442026-07-11T17:45:09.880Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45452026-07-11T17:45:09.906Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45462026-07-11T17:45:09.942Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45472026-07-11T17:45:09.964Z[verify-libraries] Compiling diesel v2.3.7
45482026-07-11T17:45:10.026Z[verify-libraries] Compiling strum_macros v0.24.3
45492026-07-11T17:45:10.205Z[verify-libraries] Compiling hmac v0.13.0
45502026-07-11T17:45:10.229Z[verify-libraries] Compiling universal-hash v0.6.1
45512026-07-11T17:45:10.373Z[verify-libraries] Compiling fxhash v0.2.1
45522026-07-11T17:45:10.422Z[verify-libraries] Compiling fs-err v2.11.0
45532026-07-11T17:45:10.453Z[verify-libraries] Compiling indoc v1.0.9
45542026-07-11T17:45:10.592Z[verify-libraries] Compiling slog-stdlog v4.1.1
45552026-07-11T17:45:10.852Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45562026-07-11T17:45:10.968Z[verify-libraries] Compiling oso-derive v0.27.3
45572026-07-11T17:45:11.114Z[verify-libraries] Compiling quick-xml v0.37.5
45582026-07-11T17:45:11.153Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45592026-07-11T17:45:11.422Z[ recovery-image] Jul 11 17:45:10.777 INFO O| Jul 11 17:45:10.777 INFO O| Download: 3345/16671 items 37.6/199.8MB 18% complete (2.8M/s)
45602026-07-11T17:45:11.496Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45612026-07-11T17:45:11.562Z[verify-libraries] Compiling openssl-probe v0.1.6
45622026-07-11T17:45:11.645Z[ host-image] Jul 11 17:45:11.000 INFO O| Jul 11 17:45:10.999 INFO O| Download: 12763/23866 items 106.0/222.6MB 47% complete (757k/s)
45632026-07-11T17:45:11.891Z[verify-libraries] Compiling slog-envlogger v2.2.0
45642026-07-11T17:45:12.138Z[verify-libraries] Compiling polyval v0.7.1
45652026-07-11T17:45:12.163Z[verify-libraries] Compiling der v0.8.0
45662026-07-11T17:45:12.300Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45672026-07-11T17:45:12.416Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45682026-07-11T17:45:12.440Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45692026-07-11T17:45:12.608Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45702026-07-11T17:45:12.730Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45712026-07-11T17:45:12.858Z[verify-libraries] Compiling kstat-rs v0.2.4
45722026-07-11T17:45:13.202Z[verify-libraries] Compiling trait-variant v0.1.2
45732026-07-11T17:45:13.449Z[verify-libraries] Compiling parse-size v1.1.0
45742026-07-11T17:45:13.472Z[verify-libraries] Compiling salty v0.3.0
45752026-07-11T17:45:13.521Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45762026-07-11T17:45:13.543Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45772026-07-11T17:45:13.563Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45782026-07-11T17:45:13.641Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45792026-07-11T17:45:13.804Z[verify-libraries] Compiling ghash v0.6.0
45802026-07-11T17:45:13.827Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45812026-07-11T17:45:13.868Z[verify-libraries] Compiling pbkdf2 v0.13.0
45822026-07-11T17:45:13.965Z[verify-libraries] Compiling aes v0.9.1
45832026-07-11T17:45:13.987Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45842026-07-11T17:45:14.006Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45852026-07-11T17:45:14.028Z[verify-libraries] Compiling ctr v0.10.1
45862026-07-11T17:45:14.258Z[verify-libraries] Compiling bb8 v0.8.6
45872026-07-11T17:45:14.278Z[verify-libraries] Compiling aead v0.6.1
45882026-07-11T17:45:14.492Z[verify-libraries] Compiling sha2 v0.11.0
45892026-07-11T17:45:14.597Z[verify-libraries] Compiling parking_lot_core v0.8.6
45902026-07-11T17:45:14.638Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45912026-07-11T17:45:14.954Z[verify-libraries] Compiling aes-gcm v0.11.0
45922026-07-11T17:45:15.118Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45932026-07-11T17:45:15.207Z[verify-libraries] Compiling spki v0.8.0
45942026-07-11T17:45:15.481Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
45952026-07-11T17:45:15.525Z[verify-libraries] Compiling crypto-bigint v0.7.5
45962026-07-11T17:45:15.547Z[verify-libraries] Compiling mime_guess v2.0.5
45972026-07-11T17:45:15.597Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45982026-07-11T17:45:15.892Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45992026-07-11T17:45:15.922Z[verify-libraries] Compiling rfc6979 v0.4.0
46002026-07-11T17:45:16.056Z[verify-libraries] Compiling salsa20 v0.11.0
46012026-07-11T17:45:16.092Z[verify-libraries] Compiling cbc v0.2.1
46022026-07-11T17:45:16.179Z[verify-libraries] Compiling nanorand v0.7.0
46032026-07-11T17:45:16.247Z[verify-libraries] Compiling scrypt v0.12.0
46042026-07-11T17:45:16.438Z[verify-libraries] Compiling ecdsa v0.16.9
46052026-07-11T17:45:16.441Z[ recovery-image] Jul 11 17:45:15.793 INFO O| Jul 11 17:45:15.793 INFO O| Download: 3884/16671 items 39.2/199.8MB 19% complete (1.4M/s)
46062026-07-11T17:45:16.491Z[verify-libraries] Compiling flume v0.11.1
46072026-07-11T17:45:16.590Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46082026-07-11T17:45:16.642Z[verify-libraries] Compiling primeorder v0.13.6
46092026-07-11T17:45:16.653Z[ host-image] Jul 11 17:45:16.008 INFO O| Jul 11 17:45:16.008 INFO O| Download: 13931/23866 items 119.8/222.6MB 53% complete (1.6M/s)
46102026-07-11T17:45:16.852Z[verify-libraries] Compiling atty v0.2.14
46112026-07-11T17:45:16.913Z[verify-libraries] Compiling http-range v0.1.5
46122026-07-11T17:45:16.962Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46132026-07-11T17:45:16.985Z[verify-libraries] Compiling nonempty v0.12.0
46142026-07-11T17:45:17.006Z[verify-libraries] Compiling p384 v0.13.1
46152026-07-11T17:45:17.143Z[verify-libraries] Compiling parking_lot v0.11.2
46162026-07-11T17:45:17.199Z[verify-libraries] Compiling pkcs5 v0.8.1
46172026-07-11T17:45:17.302Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46182026-07-11T17:45:17.452Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46192026-07-11T17:45:17.566Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46202026-07-11T17:45:17.635Z[verify-libraries] Compiling prefix-trie v0.7.0
46212026-07-11T17:45:17.673Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46222026-07-11T17:45:17.775Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46232026-07-11T17:45:17.806Z[verify-libraries] Compiling pkcs8 v0.11.0
46242026-07-11T17:45:17.856Z[verify-libraries] Compiling sled v0.34.7
46252026-07-11T17:45:17.939Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46262026-07-11T17:45:18.080Z[verify-libraries] Compiling hickory-server v0.25.2
46272026-07-11T17:45:18.156Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46282026-07-11T17:45:18.229Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46292026-07-11T17:45:18.255Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46302026-07-11T17:45:18.443Z[verify-libraries] Compiling ignore v0.4.25
46312026-07-11T17:45:18.573Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46322026-07-11T17:45:18.743Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46332026-07-11T17:45:18.847Z[verify-libraries] Compiling corncobs v0.1.4
46342026-07-11T17:45:18.956Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46352026-07-11T17:45:19.065Z[verify-libraries] Compiling globwalk v0.9.1
46362026-07-11T17:45:19.068Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46372026-07-11T17:45:19.139Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46382026-07-11T17:45:19.235Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46392026-07-11T17:45:19.371Z[verify-libraries] Compiling predicates-tree v1.0.13
46402026-07-11T17:45:19.396Z[verify-libraries] Compiling libz-sys v1.1.24
46412026-07-11T17:45:19.546Z[verify-libraries] Compiling rand_seeder v0.4.0
46422026-07-11T17:45:19.778Z[verify-libraries] Compiling darling_core v0.23.0
46432026-07-11T17:45:19.827Z[verify-libraries] Compiling secrecy v0.8.0
46442026-07-11T17:45:19.848Z[verify-libraries] Compiling ff v0.14.0
46452026-07-11T17:45:19.870Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46462026-07-11T17:45:20.109Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46472026-07-11T17:45:20.151Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46482026-07-11T17:45:20.228Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46492026-07-11T17:45:20.326Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46502026-07-11T17:45:20.347Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46512026-07-11T17:45:20.504Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46522026-07-11T17:45:20.604Z[verify-libraries] Compiling signature v3.0.0
46532026-07-11T17:45:20.832Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46542026-07-11T17:45:20.979Z[verify-libraries] Compiling base16ct v1.0.0
46552026-07-11T17:45:21.092Z[verify-libraries] Compiling instability v0.3.11
46562026-07-11T17:45:21.162Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46572026-07-11T17:45:21.184Z[verify-libraries] Compiling sec1 v0.8.1
46582026-07-11T17:45:21.207Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46592026-07-11T17:45:21.302Z[verify-libraries] Compiling group v0.14.0
46602026-07-11T17:45:21.415Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46612026-07-11T17:45:21.461Z[ recovery-image] Jul 11 17:45:20.816 INFO O| Jul 11 17:45:20.816 INFO O| Download: 4272/16671 items 43.2/199.8MB 21% complete (577k/s)
46622026-07-11T17:45:21.553Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46632026-07-11T17:45:21.557Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46642026-07-11T17:45:21.594Z[verify-libraries] Compiling hkdf v0.13.0
46652026-07-11T17:45:21.597Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46662026-07-11T17:45:21.640Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46672026-07-11T17:45:21.692Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46682026-07-11T17:45:21.808Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46692026-07-11T17:45:21.955Z[ host-image] Jul 11 17:45:21.310 INFO O| Jul 11 17:45:21.310 INFO O| Download: 15286/23866 items 121.7/222.6MB 54% complete (1.6M/s)
46702026-07-11T17:45:21.958Z[verify-libraries] Compiling castaway v0.2.4
46712026-07-11T17:45:22.114Z[verify-libraries] Compiling indoc v2.0.7
46722026-07-11T17:45:22.171Z[verify-libraries] Compiling compact_str v0.8.1
46732026-07-11T17:45:22.430Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46742026-07-11T17:45:22.473Z[verify-libraries] Compiling darling_macro v0.23.0
46752026-07-11T17:45:22.598Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46762026-07-11T17:45:22.675Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46772026-07-11T17:45:22.830Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46782026-07-11T17:45:23.046Z[verify-libraries] Compiling darling v0.23.0
46792026-07-11T17:45:23.122Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46802026-07-11T17:45:23.362Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46812026-07-11T17:45:23.455Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46822026-07-11T17:45:23.707Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46832026-07-11T17:45:23.726Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46842026-07-11T17:45:23.767Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46852026-07-11T17:45:23.905Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46862026-07-11T17:45:23.937Z[verify-libraries] Compiling unicode-truncate v1.1.0
46872026-07-11T17:45:23.962Z[verify-libraries] Compiling lru v0.12.5
46882026-07-11T17:45:24.129Z[verify-libraries] Compiling cassowary v0.3.0
46892026-07-11T17:45:24.186Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46902026-07-11T17:45:24.716Z[verify-libraries] Compiling ratatui v0.29.0
46912026-07-11T17:45:24.737Z[verify-libraries] Compiling rfc6979 v0.5.0
46922026-07-11T17:45:24.762Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46932026-07-11T17:45:24.765Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46942026-07-11T17:45:24.868Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46952026-07-11T17:45:24.927Z[verify-libraries] Compiling vergen-git2 v9.1.0
46962026-07-11T17:45:25.024Z[verify-libraries] Compiling is_ci v1.2.0
46972026-07-11T17:45:25.046Z[verify-libraries] Compiling strsim v0.10.0
46982026-07-11T17:45:25.151Z[verify-libraries] Compiling supports-color v3.0.2
46992026-07-11T17:45:25.235Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
47002026-07-11T17:45:25.238Z[verify-libraries] Compiling darling_core v0.13.4
47012026-07-11T17:45:25.279Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
47022026-07-11T17:45:25.361Z[verify-libraries] Compiling primefield v0.14.0
47032026-07-11T17:45:25.419Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47042026-07-11T17:45:25.638Z[verify-libraries] Compiling tungstenite v0.23.0
47052026-07-11T17:45:25.638Z[verify-libraries] Compiling console v0.16.2
47062026-07-11T17:45:25.711Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47072026-07-11T17:45:26.013Z[verify-libraries] Compiling assert_matches v1.5.0
47082026-07-11T17:45:26.121Z[verify-libraries] Compiling void v1.0.2
47092026-07-11T17:45:26.166Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47102026-07-11T17:45:26.275Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47112026-07-11T17:45:26.296Z[verify-libraries] Compiling unit-prefix v0.5.2
47122026-07-11T17:45:26.346Z[verify-libraries] Compiling lzss v0.8.2
47132026-07-11T17:45:26.492Z[verify-libraries] Compiling indicatif v0.18.4
47142026-07-11T17:45:26.600Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47152026-07-11T17:45:26.637Z[ recovery-image] Jul 11 17:45:25.992 INFO O| Jul 11 17:45:25.992 INFO O| Download: 6106/16671 items 46.2/199.8MB 23% complete (719k/s)
47162026-07-11T17:45:26.659Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47172026-07-11T17:45:26.705Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47182026-07-11T17:45:26.735Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47192026-07-11T17:45:26.958Z[ host-image] Jul 11 17:45:26.313 INFO O| Jul 11 17:45:26.313 INFO O| Download: 15420/23866 items 126.8/222.6MB 56% complete (720k/s)
47202026-07-11T17:45:26.962Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47212026-07-11T17:45:26.981Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47222026-07-11T17:45:27.056Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47232026-07-11T17:45:27.245Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47242026-07-11T17:45:27.294Z[verify-libraries] Compiling nix v0.27.1
47252026-07-11T17:45:27.315Z[verify-libraries] Compiling darling_macro v0.13.4
47262026-07-11T17:45:27.336Z[verify-libraries] Compiling colored v2.2.0
47272026-07-11T17:45:27.437Z[verify-libraries] Compiling serde_bytes v0.11.19
47282026-07-11T17:45:27.461Z[verify-libraries] Compiling shell-words v1.1.1
47292026-07-11T17:45:27.668Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47302026-07-11T17:45:27.706Z[verify-libraries] Compiling ed25519 v3.0.0
47312026-07-11T17:45:27.752Z[verify-libraries] Compiling crypto-primes v0.7.2
47322026-07-11T17:45:27.799Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47332026-07-11T17:45:27.877Z[verify-libraries] Compiling darling v0.13.4
47342026-07-11T17:45:27.998Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47352026-07-11T17:45:28.089Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47362026-07-11T17:45:28.247Z[verify-libraries] Compiling poly1305 v0.9.0
47372026-07-11T17:45:28.343Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47382026-07-11T17:45:28.867Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47392026-07-11T17:45:28.891Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47402026-07-11T17:45:28.915Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47412026-07-11T17:45:29.048Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47422026-07-11T17:45:29.143Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47432026-07-11T17:45:29.167Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47442026-07-11T17:45:29.190Z[verify-libraries] Compiling blowfish v0.10.0
47452026-07-11T17:45:29.321Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47462026-07-11T17:45:29.401Z[verify-libraries] Compiling petname v2.0.2
47472026-07-11T17:45:29.440Z[verify-libraries] Compiling keccak v0.2.0
47482026-07-11T17:45:29.481Z[verify-libraries] Compiling fiat-crypto v0.3.0
47492026-07-11T17:45:29.565Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47502026-07-11T17:45:29.659Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47512026-07-11T17:45:29.915Z[verify-libraries] Compiling sha3 v0.11.0
47522026-07-11T17:45:30.116Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47532026-07-11T17:45:30.138Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47542026-07-11T17:45:30.438Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47552026-07-11T17:45:30.822Z[verify-libraries] Compiling serde_with_macros v1.5.2
47562026-07-11T17:45:30.845Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47572026-07-11T17:45:30.991Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47582026-07-11T17:45:31.145Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47592026-07-11T17:45:31.204Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47602026-07-11T17:45:31.656Z[ recovery-image] Jul 11 17:45:31.011 INFO O| Jul 11 17:45:31.011 INFO O| Download: 6524/16671 items 58.1/199.8MB 29% complete (1.4M/s)
47612026-07-11T17:45:31.749Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47622026-07-11T17:45:31.777Z[verify-libraries] Compiling twox-hash v2.1.2
47632026-07-11T17:45:31.897Z[verify-libraries] Compiling kem v0.3.0
47642026-07-11T17:45:31.998Z[verify-libraries] Compiling module-lattice v0.2.3
47652026-07-11T17:45:32.048Z[verify-libraries] Compiling blake3 v1.8.5
47662026-07-11T17:45:32.252Z[verify-libraries] Compiling rtoolbox v0.0.3
47672026-07-11T17:45:32.291Z[verify-libraries] Compiling ml-kem v0.3.2
47682026-07-11T17:45:32.346Z[verify-libraries] Compiling serde_with v1.14.0
47692026-07-11T17:45:32.505Z[ host-image] Jul 11 17:45:31.855 INFO O| Jul 11 17:45:31.855 INFO O| Download: 16723/23866 items 140.4/222.6MB 63% complete (1.9M/s)
47702026-07-11T17:45:32.544Z[verify-libraries] Compiling rpassword v7.4.0
47712026-07-11T17:45:32.770Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47722026-07-11T17:45:33.033Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47732026-07-11T17:45:33.054Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47742026-07-11T17:45:33.274Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47752026-07-11T17:45:33.332Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47762026-07-11T17:45:33.411Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47772026-07-11T17:45:33.565Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47782026-07-11T17:45:33.589Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47792026-07-11T17:45:34.177Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47802026-07-11T17:45:34.312Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47812026-07-11T17:45:34.436Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47822026-07-11T17:45:34.568Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47832026-07-11T17:45:34.755Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47842026-07-11T17:45:34.776Z[verify-libraries] Compiling fatfs v0.3.6
47852026-07-11T17:45:34.868Z[verify-libraries] Compiling num-bigint v0.4.6
47862026-07-11T17:45:34.889Z[verify-libraries] Compiling generic-array v1.4.3
47872026-07-11T17:45:35.006Z[verify-libraries] Compiling p384 v0.14.0-rc.10
47882026-07-11T17:45:35.052Z[verify-libraries] Compiling russh-util v0.52.0
47892026-07-11T17:45:35.076Z[verify-libraries] Compiling enum_dispatch v0.3.13
47902026-07-11T17:45:35.076Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47912026-07-11T17:45:35.126Z[verify-libraries] Compiling delegate v0.13.5
47922026-07-11T17:45:35.246Z[verify-libraries] Compiling sapling-renderdag v0.1.0
47932026-07-11T17:45:35.377Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47942026-07-11T17:45:35.399Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47952026-07-11T17:45:35.532Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47962026-07-11T17:45:35.602Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47972026-07-11T17:45:36.158Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47982026-07-11T17:45:36.691Z[ recovery-image] Jul 11 17:45:36.046 INFO O| Jul 11 17:45:36.046 INFO O| Download: 7639/16671 items 82.2/199.8MB 41% complete (3.6M/s)
47992026-07-11T17:45:37.097Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48002026-07-11T17:45:37.178Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48012026-07-11T17:45:37.512Z[ host-image] Jul 11 17:45:36.867 INFO O| Jul 11 17:45:36.867 INFO O| Download: 18223/23866 items 155.5/222.6MB 69% complete (2.4M/s)
48022026-07-11T17:45:37.828Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48032026-07-11T17:45:37.958Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48042026-07-11T17:45:38.269Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48052026-07-11T17:45:38.652Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48062026-07-11T17:45:38.801Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48072026-07-11T17:45:39.100Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48082026-07-11T17:45:39.201Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48092026-07-11T17:45:39.941Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48102026-07-11T17:45:39.993Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48112026-07-11T17:45:40.239Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48122026-07-11T17:45:40.948Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48132026-07-11T17:45:41.354Z[verify-libraries] Compiling arrayvec v0.7.6
48142026-07-11T17:45:41.454Z[verify-libraries] Compiling constant_time_eq v0.4.2
48152026-07-11T17:45:41.644Z[verify-libraries] Compiling seq-macro v0.3.6
48162026-07-11T17:45:41.691Z[ recovery-image] Jul 11 17:45:41.046 INFO O| Jul 11 17:45:41.046 INFO O| Download: 8375/16671 items 84.9/199.8MB 42% complete (2.6M/s)
48172026-07-11T17:45:41.718Z[verify-libraries] Compiling hex-literal v1.1.0
48182026-07-11T17:45:41.757Z[verify-libraries] Compiling md5 v0.8.0
48192026-07-11T17:45:41.868Z[verify-libraries] Compiling sync-ptr v0.1.4
48202026-07-11T17:45:41.994Z[verify-libraries] Compiling arrayref v0.3.9
48212026-07-11T17:45:42.036Z[verify-libraries] Compiling russh v0.61.2
48222026-07-11T17:45:42.105Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48232026-07-11T17:45:42.234Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48242026-07-11T17:45:42.474Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48252026-07-11T17:45:42.513Z[ host-image] Jul 11 17:45:41.868 INFO O| Jul 11 17:45:41.868 INFO O| Download: 18892/23866 items 172.6/222.6MB 77% complete (3.2M/s)
48262026-07-11T17:45:42.671Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48272026-07-11T17:45:42.991Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48282026-07-11T17:45:43.069Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48292026-07-11T17:45:43.449Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48302026-07-11T17:45:43.504Z[verify-libraries] Compiling socket2 v0.5.10
48312026-07-11T17:45:43.729Z[verify-libraries] Compiling internet-checksum v0.2.1
48322026-07-11T17:45:43.909Z[verify-libraries] Compiling topological-sort v0.2.2
48332026-07-11T17:45:44.097Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48342026-07-11T17:45:44.234Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48352026-07-11T17:45:45.956Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48362026-07-11T17:45:46.692Z[ recovery-image] Jul 11 17:45:46.047 INFO O| Jul 11 17:45:46.047 INFO O| Download: 8852/16671 items 89.8/199.8MB 44% complete (791k/s)
48372026-07-11T17:45:47.520Z[ host-image] Jul 11 17:45:46.875 INFO O| Jul 11 17:45:46.875 INFO O| Download: 20752/23866 items 180.5/222.6MB 81% complete (2.5M/s)
48382026-07-11T17:45:47.843Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48392026-07-11T17:45:48.242Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48402026-07-11T17:45:48.540Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48412026-07-11T17:45:48.726Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48422026-07-11T17:45:48.752Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48432026-07-11T17:45:48.853Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48442026-07-11T17:45:49.019Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48452026-07-11T17:45:49.118Z[verify-libraries] Compiling yansi v1.0.1
48462026-07-11T17:45:49.425Z[verify-libraries] Compiling pretty_assertions v1.4.1
48472026-07-11T17:45:49.532Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48482026-07-11T17:45:49.732Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48492026-07-11T17:45:49.873Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48502026-07-11T17:45:49.941Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48512026-07-11T17:45:50.201Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48522026-07-11T17:45:50.462Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48532026-07-11T17:45:50.559Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48542026-07-11T17:45:50.724Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48552026-07-11T17:45:50.820Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48562026-07-11T17:45:50.984Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48572026-07-11T17:45:51.008Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48582026-07-11T17:45:51.078Z[verify-libraries] Compiling drift v0.2.0
48592026-07-11T17:45:51.292Z[verify-libraries] Compiling uzers v0.12.2
48602026-07-11T17:45:51.433Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48612026-07-11T17:45:51.589Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48622026-07-11T17:45:51.742Z[verify-libraries] Compiling samael v0.0.19
48632026-07-11T17:45:51.871Z[verify-libraries] Compiling git2 v0.20.4
48642026-07-11T17:45:51.893Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48652026-07-11T17:45:52.141Z[ recovery-image] Jul 11 17:45:51.496 INFO O| Jul 11 17:45:51.496 INFO O| Download: 9488/16671 items 102.5/199.8MB 51% complete (1.9M/s)
48662026-07-11T17:45:52.413Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48672026-07-11T17:45:52.985Z[ host-image] Jul 11 17:45:52.340 INFO O| Jul 11 17:45:52.340 INFO O| Download: 21830/23866 items 189.2/222.6MB 84% complete (1.6M/s)
48682026-07-11T17:45:55.644Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48692026-07-11T17:45:55.822Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48702026-07-11T17:45:56.135Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48712026-07-11T17:45:56.331Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48722026-07-11T17:45:56.495Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48732026-07-11T17:45:57.142Z[ recovery-image] Jul 11 17:45:56.497 INFO O| Jul 11 17:45:56.497 INFO O| Download: 10882/16671 items 103.8/199.8MB 51% complete (1.4M/s)
48742026-07-11T17:45:57.690Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48752026-07-11T17:45:57.889Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48762026-07-11T17:45:58.038Z[ host-image] Jul 11 17:45:57.393 INFO O| Jul 11 17:45:57.393 INFO O| Download: 22586/23866 items 200.3/222.6MB 89% complete (1.9M/s)
48772026-07-11T17:45:58.229Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48782026-07-11T17:45:58.499Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48792026-07-11T17:45:58.658Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48802026-07-11T17:45:58.846Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48812026-07-11T17:45:59.061Z[verify-libraries] Compiling multimap v0.10.1
48822026-07-11T17:45:59.199Z[verify-libraries] Compiling termios v0.3.3
48832026-07-11T17:45:59.402Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48842026-07-11T17:46:00.413Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48852026-07-11T17:46:02.147Z[ recovery-image] Jul 11 17:46:01.501 INFO O| Jul 11 17:46:01.501 INFO O| Download: 12021/16671 items 116.1/199.8MB 58% complete (1.3M/s)
48862026-07-11T17:46:03.101Z[ host-image] Jul 11 17:46:02.456 INFO O| Jul 11 17:46:02.456 INFO O| Download: 23014/23866 items 215.4/222.6MB 96% complete (2.8M/s)
48872026-07-11T17:46:05.631Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48882026-07-11T17:46:07.241Z[ recovery-image] Jul 11 17:46:06.595 INFO O| Jul 11 17:46:06.595 INFO O| Download: 12322/16671 items 127.8/199.8MB 63% complete (2.3M/s)
48892026-07-11T17:46:07.745Z[ host-image] Jul 11 17:46:07.100 INFO O| Jul 11 17:46:07.100 INFO O| Download: Completed 222.61 MB in 107.28 seconds (2.1M/s)
48902026-07-11T17:46:08.564Z[verify-libraries] Compiling polar-core v0.27.3
48912026-07-11T17:46:09.594Z[ host-image] Jul 11 17:46:08.949 INFO O| Jul 11 17:46:08.949 INFO O| Actions: 1/54075 actions (Installing new actions)
48922026-07-11T17:46:12.241Z[ recovery-image] Jul 11 17:46:11.595 INFO O| Jul 11 17:46:11.595 INFO O| Download: 13773/16671 items 156.1/199.8MB 78% complete (4.0M/s)
48932026-07-11T17:46:14.617Z[ host-image] Jul 11 17:46:13.963 INFO O| Jul 11 17:46:13.963 INFO O| Actions: 22777/54075 actions (Installing new actions)
48942026-07-11T17:46:15.137Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
48952026-07-11T17:46:15.562Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48962026-07-11T17:46:16.022Z[verify-libraries] Compiling oso v0.27.3
48972026-07-11T17:46:16.253Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48982026-07-11T17:46:17.483Z[ recovery-image] Jul 11 17:46:16.838 INFO O| Jul 11 17:46:16.838 INFO O| Download: 15308/16671 items 161.7/199.8MB 80% complete (3.9M/s)
48992026-07-11T17:46:17.803Z[ host-image] Jul 11 17:46:17.147 INFO O| Jul 11 17:46:17.147 INFO O| Actions: Completed 54075 actions in 8.19 seconds.
49002026-07-11T17:46:17.858Z[ host-image] Jul 11 17:46:17.213 INFO O| Jul 11 17:46:17.213 INFO O| Finalize: Updating package state database ... Done
49012026-07-11T17:46:17.858Z[ host-image] Jul 11 17:46:17.213 INFO O| Jul 11 17:46:17.213 INFO O| Finalize: Updating package cache ... Done
49022026-07-11T17:46:17.923Z[ host-image] Jul 11 17:46:17.278 INFO O| Jul 11 17:46:17.278 INFO O| Finalize: Updating image state ... Done
49032026-07-11T17:46:19.092Z[ host-image] Jul 11 17:46:18.447 INFO O| Jul 11 17:46:18.447 INFO O| Finalize: Creating fast lookup database ... Done
49042026-07-11T17:46:19.134Z[ host-image] Jul 11 17:46:18.488 INFO O| Jul 11 17:46:18.488 INFO O| Finalize: Reading search index ... Done
49052026-07-11T17:46:21.947Z[ host-image] Jul 11 17:46:21.300 INFO O| Jul 11 17:46:21.294 INFO O| Finalize: Building new search index ... Done
49062026-07-11T17:46:22.524Z[ host-image] Jul 11 17:46:21.879 INFO O| Jul 11 17:46:21.879 INFO O| Finalize: Updating package cache ... Done
49072026-07-11T17:46:22.649Z[ recovery-image] Jul 11 17:46:22.003 INFO O| Jul 11 17:46:22.003 INFO O| Download: 16308/16671 items 192.8/199.8MB 96% complete (3.7M/s)
49082026-07-11T17:46:22.744Z[ host-image] Jul 11 17:46:22.087 INFO O| Jul 11 17:46:22.087 INFO STEP 11 (pkg_install) COMPLETE
49092026-07-11T17:46:22.749Z[ host-image] Jul 11 17:46:22.087 INFO O| Jul 11 17:46:22.087 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49102026-07-11T17:46:22.749Z[ host-image] Jul 11 17:46:22.103 INFO O| Jul 11 17:46:22.099 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"]
49112026-07-11T17:46:25.872Z[ recovery-image] Jul 11 17:46:25.226 INFO O| Jul 11 17:46:25.224 INFO O| Download: Completed 199.80 MB in 89.62 seconds (2.2M/s)
49122026-07-11T17:46:26.251Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49132026-07-11T17:46:26.962Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49142026-07-11T17:46:27.469Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49152026-07-11T17:46:29.151Z[ recovery-image] Jul 11 17:46:28.494 INFO O| Jul 11 17:46:28.494 INFO O| Actions: 1/27516 actions (Installing new actions)
49162026-07-11T17:46:29.418Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49172026-07-11T17:46:29.511Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49182026-07-11T17:46:30.785Z[ host-image] Jul 11 17:46:30.135 INFO O| Jul 11 17:46:30.135 INFO O| Startup: Refreshing catalog 'helios' ... Done
49192026-07-11T17:46:30.979Z[ host-image] Jul 11 17:46:30.332 INFO O| Jul 11 17:46:30.332 INFO O| Startup: Caching catalogs ... Done
49202026-07-11T17:46:31.115Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49212026-07-11T17:46:31.202Z[ host-image] Jul 11 17:46:30.533 INFO O| Jul 11 17:46:30.533 INFO O| Planning: Solver setup ... Done
49222026-07-11T17:46:31.210Z[ host-image] Jul 11 17:46:30.538 INFO O| Jul 11 17:46:30.538 INFO O| Planning: Running solver ... Done
49232026-07-11T17:46:31.210Z[ host-image] Jul 11 17:46:30.544 INFO O| Jul 11 17:46:30.544 INFO O| Planning: Finding local manifests ... Done
49242026-07-11T17:46:31.210Z[ host-image] Jul 11 17:46:30.559 INFO O| Jul 11 17:46:30.558 INFO O| Planning: Fetching manifests: 0/6 0% complete
49252026-07-11T17:46:31.263Z[ host-image] Jul 11 17:46:30.612 INFO O| Jul 11 17:46:30.612 INFO O| Planning: Fetching manifests: 6/6 100% complete
49262026-07-11T17:46:31.284Z[ host-image] Jul 11 17:46:30.638 INFO O| Jul 11 17:46:30.638 INFO O| Planning: Package planning ... Done
49272026-07-11T17:46:31.301Z[ host-image] Jul 11 17:46:30.640 INFO O| Jul 11 17:46:30.640 INFO O| Planning: Merging actions ... Done
49282026-07-11T17:46:31.416Z[ host-image] Jul 11 17:46:30.770 INFO O| Jul 11 17:46:30.770 INFO O| Planning: Checking for conflicting actions ... Done
49292026-07-11T17:46:31.424Z[ host-image] Jul 11 17:46:30.771 INFO O| Jul 11 17:46:30.771 INFO O| Planning: Consolidating action changes ... Done
49302026-07-11T17:46:31.580Z[ host-image] Jul 11 17:46:30.933 INFO O| Jul 11 17:46:30.933 INFO O| Planning: Evaluating mediators ... Done
49312026-07-11T17:46:31.583Z[ host-image] Jul 11 17:46:30.935 INFO O| Jul 11 17:46:30.935 INFO O| Planning: Planning completed in 0.59 seconds
49322026-07-11T17:46:31.583Z[ host-image] Jul 11 17:46:30.935 INFO O| Jul 11 17:46:30.935 INFO O| Packages to install: 6
49332026-07-11T17:46:31.583Z[ host-image] Jul 11 17:46:30.935 INFO O| Jul 11 17:46:30.935 INFO O| Services to change: 2
49342026-07-11T17:46:31.597Z[ host-image] Jul 11 17:46:30.948 INFO O| Jul 11 17:46:30.948 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49352026-07-11T17:46:32.066Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
49362026-07-11T17:46:33.408Z[ host-image] Jul 11 17:46:32.755 INFO O| Jul 11 17:46:32.755 INFO O| Download: Completed 1.75 MB in 1.81 seconds (989k/s)
49372026-07-11T17:46:34.148Z[ recovery-image] Jul 11 17:46:33.499 INFO O| Jul 11 17:46:33.495 INFO O| Actions: 21711/27516 actions (Installing new actions)
49382026-07-11T17:46:35.143Z[ recovery-image] Jul 11 17:46:34.496 INFO O| Jul 11 17:46:34.495 INFO O| Actions: Completed 27516 actions in 6.00 seconds.
49392026-07-11T17:46:35.194Z[ recovery-image] Jul 11 17:46:34.547 INFO O| Jul 11 17:46:34.547 INFO O| Finalize: Updating package state database ... Done
49402026-07-11T17:46:35.194Z[ recovery-image] Jul 11 17:46:34.547 INFO O| Jul 11 17:46:34.547 INFO O| Finalize: Updating package cache ... Done
49412026-07-11T17:46:35.269Z[ recovery-image] Jul 11 17:46:34.616 INFO O| Jul 11 17:46:34.616 INFO O| Finalize: Updating image state ... Done
49422026-07-11T17:46:35.894Z[ host-image] Jul 11 17:46:35.248 INFO O| Jul 11 17:46:35.248 INFO O| Actions: 1/390 actions (Installing new actions)
49432026-07-11T17:46:36.068Z[ host-image] Jul 11 17:46:35.421 INFO O| Jul 11 17:46:35.421 INFO O| Actions: Completed 390 actions in 0.17 seconds.
49442026-07-11T17:46:36.085Z[ host-image] Jul 11 17:46:35.439 INFO O| Jul 11 17:46:35.439 INFO O| Finalize: Updating package state database ... Done
49452026-07-11T17:46:36.085Z[ host-image] Jul 11 17:46:35.439 INFO O| Jul 11 17:46:35.439 INFO O| Finalize: Updating package cache ... Done
49462026-07-11T17:46:36.150Z[ host-image] Jul 11 17:46:35.486 INFO O| Jul 11 17:46:35.486 INFO O| Finalize: Updating image state ... Done
49472026-07-11T17:46:36.235Z[ recovery-image] Jul 11 17:46:35.590 INFO O| Jul 11 17:46:35.590 INFO O| Finalize: Creating fast lookup database ... Done
49482026-07-11T17:46:36.254Z[ recovery-image] Jul 11 17:46:35.607 INFO O| Jul 11 17:46:35.607 INFO O| Finalize: Reading search index ... Done
49492026-07-11T17:46:37.200Z[ host-image] Jul 11 17:46:36.547 INFO O| Jul 11 17:46:36.547 INFO O| Finalize: Creating fast lookup database ... Done
49502026-07-11T17:46:37.240Z[ host-image] Jul 11 17:46:36.577 INFO O| Jul 11 17:46:36.577 INFO O| Finalize: Reading search index ... Done
49512026-07-11T17:46:37.240Z[ host-image] Jul 11 17:46:36.578 INFO O| Jul 11 17:46:36.578 INFO O| Finalize: Updating search index ... Done
49522026-07-11T17:46:37.256Z[ host-image] Jul 11 17:46:36.594 INFO O| Jul 11 17:46:36.594 INFO O| Finalize: Updating package cache ... Done
49532026-07-11T17:46:37.624Z[ host-image] Jul 11 17:46:36.957 INFO O| Jul 11 17:46:36.957 INFO STEP 12 (pkg_install) COMPLETE
49542026-07-11T17:46:37.624Z[ host-image] Jul 11 17:46:36.957 INFO O| Jul 11 17:46:36.957 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49552026-07-11T17:46:37.637Z[ host-image] Jul 11 17:46:36.968 INFO O| Jul 11 17:46:36.968 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49562026-07-11T17:46:38.207Z[ recovery-image] Jul 11 17:46:37.559 INFO O| Jul 11 17:46:37.559 INFO O| Finalize: Building new search index ... Done
49572026-07-11T17:46:38.532Z[ recovery-image] Jul 11 17:46:37.865 INFO O| Jul 11 17:46:37.865 INFO O| Finalize: Updating package cache ... Done
49582026-07-11T17:46:38.695Z[ recovery-image] Jul 11 17:46:38.046 INFO O| Jul 11 17:46:38.046 INFO STEP 11 (pkg_install) COMPLETE
49592026-07-11T17:46:38.695Z[ recovery-image] Jul 11 17:46:38.046 INFO O| Jul 11 17:46:38.046 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49602026-07-11T17:46:38.695Z[ recovery-image] Jul 11 17:46:38.046 INFO O| Jul 11 17:46:38.046 INFO skip step because feature "recovery" is enabled
49612026-07-11T17:46:38.709Z[ recovery-image] Jul 11 17:46:38.046 INFO O| Jul 11 17:46:38.046 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49622026-07-11T17:46:38.709Z[ recovery-image] Jul 11 17:46:38.046 INFO O| Jul 11 17:46:38.046 INFO skip step because feature "omicron1" is not enabled
49632026-07-11T17:46:38.709Z[ recovery-image] Jul 11 17:46:38.046 INFO O| Jul 11 17:46:38.046 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49642026-07-11T17:46:38.713Z[ recovery-image] Jul 11 17:46:38.056 INFO O| Jul 11 17:46:38.056 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49652026-07-11T17:46:39.201Z[ host-image] Jul 11 17:46:38.552 INFO O| Jul 11 17:46:38.552 INFO O| Startup: Refreshing catalog 'helios' ... Done
49662026-07-11T17:46:39.721Z[ host-image] Jul 11 17:46:39.075 INFO O| Jul 11 17:46:39.075 INFO O| Startup: Caching catalogs ... Done
49672026-07-11T17:46:39.826Z[ recovery-image] Jul 11 17:46:39.094 INFO O| Jul 11 17:46:39.093 INFO O| Startup: Refreshing catalog 'helios' ... Done
49682026-07-11T17:46:40.144Z[ recovery-image] Jul 11 17:46:39.220 INFO O| Jul 11 17:46:39.220 INFO O| Startup: Caching catalogs ... Done
49692026-07-11T17:46:40.184Z[ host-image] Jul 11 17:46:39.252 INFO O| Jul 11 17:46:39.252 INFO O| Planning: Solver setup ... Done
49702026-07-11T17:46:40.184Z[ host-image] Jul 11 17:46:39.258 INFO O| Jul 11 17:46:39.257 INFO O| Planning: Running solver ... Done
49712026-07-11T17:46:40.184Z[ host-image] Jul 11 17:46:39.263 INFO O| Jul 11 17:46:39.263 INFO O| Planning: Finding local manifests ... Done
49722026-07-11T17:46:40.185Z[ host-image] Jul 11 17:46:39.275 INFO O| Jul 11 17:46:39.275 INFO O| Planning: Fetching manifests: 0/6 0% complete
49732026-07-11T17:46:40.185Z[ host-image] Jul 11 17:46:39.337 INFO O| Jul 11 17:46:39.337 INFO O| Planning: Fetching manifests: 6/6 100% complete
49742026-07-11T17:46:40.185Z[ recovery-image] Jul 11 17:46:39.398 INFO O| Jul 11 17:46:39.397 INFO O| Planning: Solver setup ... Done
49752026-07-11T17:46:40.185Z[ recovery-image] Jul 11 17:46:39.403 INFO O| Jul 11 17:46:39.403 INFO O| Planning: Running solver ... Done
49762026-07-11T17:46:40.185Z[ recovery-image] Jul 11 17:46:39.407 INFO O| Jul 11 17:46:39.407 INFO O| Planning: Finding local manifests ... Done
49772026-07-11T17:46:40.185Z[ host-image] Jul 11 17:46:39.411 INFO O| Jul 11 17:46:39.411 INFO O| Planning: Package planning ... Done
49782026-07-11T17:46:40.185Z[ host-image] Jul 11 17:46:39.419 INFO O| Jul 11 17:46:39.419 INFO O| Planning: Merging actions ... Done
49792026-07-11T17:46:40.185Z[ recovery-image] Jul 11 17:46:39.421 INFO O| Jul 11 17:46:39.421 INFO O| Planning: Fetching manifests: 0/1 0% complete
49802026-07-11T17:46:40.185Z[ recovery-image] Jul 11 17:46:39.426 INFO O| Jul 11 17:46:39.426 INFO O| Planning: Fetching manifests: 1/1 100% complete
49812026-07-11T17:46:40.185Z[ recovery-image] Jul 11 17:46:39.442 INFO O| Jul 11 17:46:39.441 INFO O| Planning: Package planning ... Done
49822026-07-11T17:46:40.185Z[ recovery-image] Jul 11 17:46:39.442 INFO O| Jul 11 17:46:39.442 INFO O| Planning: Merging actions ... Done
49832026-07-11T17:46:40.185Z[ host-image] Jul 11 17:46:39.472 INFO O| Jul 11 17:46:39.472 INFO O| Planning: Checking for conflicting actions ... Done
49842026-07-11T17:46:40.185Z[ host-image] Jul 11 17:46:39.475 INFO O| Jul 11 17:46:39.475 INFO O| Planning: Consolidating action changes ... Done
49852026-07-11T17:46:40.185Z[ recovery-image] Jul 11 17:46:39.504 INFO O| Jul 11 17:46:39.504 INFO O| Planning: Checking for conflicting actions ... Done
49862026-07-11T17:46:40.185Z[ recovery-image] Jul 11 17:46:39.504 INFO O| Jul 11 17:46:39.504 INFO O| Planning: Consolidating action changes ... Done
49872026-07-11T17:46:40.244Z[ recovery-image] Jul 11 17:46:39.597 INFO O| Jul 11 17:46:39.597 INFO O| Planning: Evaluating mediators ... Done
49882026-07-11T17:46:40.248Z[ recovery-image] Jul 11 17:46:39.598 INFO O| Jul 11 17:46:39.598 INFO O| Planning: Planning completed in 0.37 seconds
49892026-07-11T17:46:40.248Z[ recovery-image] Jul 11 17:46:39.598 INFO O| Jul 11 17:46:39.598 INFO O| Packages to install: 1
49902026-07-11T17:46:40.292Z[ recovery-image] Jul 11 17:46:39.610 INFO O| Jul 11 17:46:39.610 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
49912026-07-11T17:46:40.293Z[ host-image] Jul 11 17:46:39.611 INFO O| Jul 11 17:46:39.610 INFO O| Planning: Evaluating mediators ... Done
49922026-07-11T17:46:40.293Z[ host-image] Jul 11 17:46:39.613 INFO O| Jul 11 17:46:39.613 INFO O| Planning: Planning completed in 0.53 seconds
49932026-07-11T17:46:40.293Z[ host-image] Jul 11 17:46:39.614 INFO O| Jul 11 17:46:39.614 INFO O| Packages to install: 6
49942026-07-11T17:46:40.293Z[ host-image] Jul 11 17:46:39.614 INFO O| Jul 11 17:46:39.614 INFO O| Mediators to change: 1
49952026-07-11T17:46:40.293Z[ host-image] Jul 11 17:46:39.614 INFO O| Jul 11 17:46:39.614 INFO O| Services to change: 1
49962026-07-11T17:46:40.293Z[ host-image] Jul 11 17:46:39.625 INFO O| Jul 11 17:46:39.625 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49972026-07-11T17:46:40.368Z[ recovery-image] Jul 11 17:46:39.723 INFO O| Jul 11 17:46:39.722 INFO O| Download: Completed 13.06 MB in 0.11 seconds (115M/s)
49982026-07-11T17:46:40.386Z[ recovery-image] Jul 11 17:46:39.740 INFO O| Jul 11 17:46:39.740 INFO O| Actions: 1/22 actions (Installing new actions)
49992026-07-11T17:46:40.600Z[ recovery-image] Jul 11 17:46:39.954 INFO O| Jul 11 17:46:39.954 INFO O| Actions: Completed 22 actions in 0.21 seconds.
50002026-07-11T17:46:40.611Z[ recovery-image] Jul 11 17:46:39.966 INFO O| Jul 11 17:46:39.966 INFO O| Finalize: Updating package state database ... Done
50012026-07-11T17:46:40.611Z[ recovery-image] Jul 11 17:46:39.966 INFO O| Jul 11 17:46:39.966 INFO O| Finalize: Updating package cache ... Done
50022026-07-11T17:46:40.635Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
50032026-07-11T17:46:40.642Z[ recovery-image] Jul 11 17:46:39.997 INFO O| Jul 11 17:46:39.997 INFO O| Finalize: Updating image state ... Done
50042026-07-11T17:46:41.148Z[ recovery-image] Jul 11 17:46:40.502 INFO O| Jul 11 17:46:40.502 INFO O| Finalize: Creating fast lookup database ... Done
50052026-07-11T17:46:41.160Z[ recovery-image] Jul 11 17:46:40.515 INFO O| Jul 11 17:46:40.515 INFO O| Finalize: Reading search index ... Done
50062026-07-11T17:46:41.162Z[ recovery-image] Jul 11 17:46:40.515 INFO O| Jul 11 17:46:40.515 INFO O| Finalize: Updating search index ... Done
50072026-07-11T17:46:41.170Z[ recovery-image] Jul 11 17:46:40.524 INFO O| Jul 11 17:46:40.524 INFO O| Finalize: Updating package cache ... Done
50082026-07-11T17:46:41.281Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO STEP 14 (pkg_install) COMPLETE
50092026-07-11T17:46:41.282Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50102026-07-11T17:46:41.282Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO skip step because feature "mfg" is not enabled
50112026-07-11T17:46:41.286Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50122026-07-11T17:46:41.286Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO skip step because feature "compliance" is not enabled
50132026-07-11T17:46:41.286Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50142026-07-11T17:46:41.286Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO skip step because feature "stress" is not enabled
50152026-07-11T17:46:41.286Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50162026-07-11T17:46:41.286Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO skip step because feature "compliance" is not enabled
50172026-07-11T17:46:41.286Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50182026-07-11T17:46:41.287Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO skip step because feature "nfs" is not enabled
50192026-07-11T17:46:41.287Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50202026-07-11T17:46:41.287Z[ recovery-image] Jul 11 17:46:40.635 INFO O| Jul 11 17:46:40.635 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50212026-07-11T17:46:41.469Z[ recovery-image] Jul 11 17:46:40.811 INFO O| Jul 11 17:46:40.811 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50222026-07-11T17:46:41.565Z[ recovery-image] Jul 11 17:46:40.918 INFO O| Jul 11 17:46:40.918 INFO completed processing sled/ramdisk-01-os
50232026-07-11T17:46:41.570Z[ recovery-image] Jul 11 17:46:40.920 INFO image builder template: ramdisk-02-trim...
50242026-07-11T17:46:41.570Z[ recovery-image] Jul 11 17:46:40.920 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/.tmpV6zDxN/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
50252026-07-11T17:46:41.587Z[ recovery-image] Jul 11 17:46:40.941 INFO O| Jul 11 17:46:40.941 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50262026-07-11T17:46:41.591Z[ recovery-image] Jul 11 17:46:40.943 INFO O| Jul 11 17:46:40.943 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50272026-07-11T17:46:41.700Z[ recovery-image] Jul 11 17:46:41.054 INFO O| Jul 11 17:46:41.054 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50282026-07-11T17:46:41.786Z[ recovery-image] Jul 11 17:46:41.140 INFO O| Jul 11 17:46:41.140 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50292026-07-11T17:46:41.786Z[ recovery-image] Jul 11 17:46:41.140 INFO O| Jul 11 17:46:41.140 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50302026-07-11T17:46:41.791Z[ recovery-image] Jul 11 17:46:41.144 INFO O| Jul 11 17:46:41.144 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50312026-07-11T17:46:41.795Z[ recovery-image] Jul 11 17:46:41.146 INFO O| Jul 11 17:46:41.146 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50322026-07-11T17:46:41.799Z[ recovery-image] Jul 11 17:46:41.150 INFO O| Jul 11 17:46:41.150 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50332026-07-11T17:46:42.277Z[ recovery-image] Jul 11 17:46:41.590 INFO O| Jul 11 17:46:41.590 INFO rolled back to input snapshot; work may begin
50342026-07-11T17:46:42.277Z[ recovery-image] Jul 11 17:46:41.591 INFO O| Jul 11 17:46:41.590 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50352026-07-11T17:46:42.287Z[ recovery-image] Jul 11 17:46:41.595 INFO O| Jul 11 17:46:41.595 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-07-11T17:46:42.307Z[ recovery-image] Jul 11 17:46:41.605 INFO O| Jul 11 17:46:41.605 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50372026-07-11T17:46:42.312Z[ recovery-image] Jul 11 17:46:41.640 INFO O| Jul 11 17:46:41.640 INFO STEP 0 (remove_files) COMPLETE
50382026-07-11T17:46:42.312Z[ recovery-image] Jul 11 17:46:41.640 INFO O| Jul 11 17:46:41.640 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-07-11T17:46:42.312Z[ recovery-image] Jul 11 17:46:41.648 INFO O| Jul 11 17:46:41.648 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50402026-07-11T17:46:42.312Z[ recovery-image] Jul 11 17:46:41.649 INFO O| Jul 11 17:46:41.649 INFO STEP 1 (remove_files) COMPLETE
50412026-07-11T17:46:42.312Z[ recovery-image] Jul 11 17:46:41.649 INFO O| Jul 11 17:46:41.649 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-07-11T17:46:42.312Z[ recovery-image] Jul 11 17:46:41.656 INFO O| Jul 11 17:46:41.656 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50432026-07-11T17:46:42.315Z[ recovery-image] Jul 11 17:46:41.667 INFO O| Jul 11 17:46:41.667 INFO STEP 2 (remove_files) COMPLETE
50442026-07-11T17:46:42.316Z[ recovery-image] Jul 11 17:46:41.667 INFO O| Jul 11 17:46:41.667 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-07-11T17:46:42.320Z[ recovery-image] Jul 11 17:46:41.674 INFO O| Jul 11 17:46:41.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50462026-07-11T17:46:42.324Z[ recovery-image] Jul 11 17:46:41.676 INFO O| Jul 11 17:46:41.676 INFO STEP 3 (remove_files) COMPLETE
50472026-07-11T17:46:42.324Z[ recovery-image] Jul 11 17:46:41.676 INFO O| Jul 11 17:46:41.676 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-07-11T17:46:42.329Z[ recovery-image] Jul 11 17:46:41.683 INFO O| Jul 11 17:46:41.683 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50492026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.686 INFO O| Jul 11 17:46:41.686 INFO STEP 4 (remove_files) COMPLETE
50502026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.686 INFO O| Jul 11 17:46:41.686 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.694 INFO O| Jul 11 17:46:41.694 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50522026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.694 INFO O| Jul 11 17:46:41.694 INFO STEP 5 (remove_files) COMPLETE
50532026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.694 INFO O| Jul 11 17:46:41.694 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.702 INFO O| Jul 11 17:46:41.702 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50552026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.712 INFO O| Jul 11 17:46:41.712 INFO STEP 6 (remove_files) COMPLETE
50562026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.712 INFO O| Jul 11 17:46:41.712 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.712 INFO O| Jul 11 17:46:41.712 INFO skip step because feature "heliosv2" is not enabled
50582026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.712 INFO O| Jul 11 17:46:41.712 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.712 INFO O| Jul 11 17:46:41.712 INFO skip step because feature "recovery" is enabled
50602026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.712 INFO O| Jul 11 17:46:41.712 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.712 INFO O| Jul 11 17:46:41.712 INFO skip step because feature "recovery" is enabled
50622026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.712 INFO O| Jul 11 17:46:41.712 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-07-11T17:46:42.371Z[ recovery-image] Jul 11 17:46:41.712 INFO O| Jul 11 17:46:41.712 INFO skip step because feature "recovery" is enabled
50642026-07-11T17:46:42.372Z[ recovery-image] Jul 11 17:46:41.712 INFO O| Jul 11 17:46:41.712 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-07-11T17:46:42.428Z[ recovery-image] Jul 11 17:46:41.719 INFO O| Jul 11 17:46:41.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50662026-07-11T17:46:42.428Z[ recovery-image] Jul 11 17:46:41.722 INFO O| Jul 11 17:46:41.722 INFO STEP 11 (remove_files) COMPLETE
50672026-07-11T17:46:42.428Z[ recovery-image] Jul 11 17:46:41.722 INFO O| Jul 11 17:46:41.722 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-07-11T17:46:42.428Z[ recovery-image] Jul 11 17:46:41.728 INFO O| Jul 11 17:46:41.728 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50692026-07-11T17:46:42.428Z[ recovery-image] Jul 11 17:46:41.729 INFO O| Jul 11 17:46:41.729 INFO STEP 12 (remove_files) COMPLETE
50702026-07-11T17:46:42.428Z[ recovery-image] Jul 11 17:46:41.729 INFO O| Jul 11 17:46:41.729 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-07-11T17:46:42.428Z[ recovery-image] Jul 11 17:46:41.735 INFO O| Jul 11 17:46:41.735 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50722026-07-11T17:46:42.428Z[ recovery-image] Jul 11 17:46:41.736 INFO O| Jul 11 17:46:41.736 INFO STEP 13 (remove_files) COMPLETE
50732026-07-11T17:46:42.428Z[ recovery-image] Jul 11 17:46:41.736 INFO O| Jul 11 17:46:41.736 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-07-11T17:46:42.453Z[ recovery-image] Jul 11 17:46:41.756 INFO O| Jul 11 17:46:41.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50752026-07-11T17:46:42.453Z[ recovery-image] Jul 11 17:46:41.756 INFO O| Jul 11 17:46:41.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50762026-07-11T17:46:42.531Z[ recovery-image] Jul 11 17:46:41.884 INFO O| Jul 11 17:46:41.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50772026-07-11T17:46:42.539Z[ recovery-image] Jul 11 17:46:41.890 INFO O| Jul 11 17:46:41.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50782026-07-11T17:46:42.539Z[ recovery-image] Jul 11 17:46:41.893 INFO O| Jul 11 17:46:41.893 INFO STEP 14 (remove_files) COMPLETE
50792026-07-11T17:46:42.539Z[ recovery-image] Jul 11 17:46:41.893 INFO O| Jul 11 17:46:41.893 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-07-11T17:46:42.547Z[ recovery-image] Jul 11 17:46:41.901 INFO O| Jul 11 17:46:41.901 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50812026-07-11T17:46:42.552Z[ recovery-image] Jul 11 17:46:41.902 INFO O| Jul 11 17:46:41.902 INFO STEP 15 (remove_files) COMPLETE
50822026-07-11T17:46:42.552Z[ recovery-image] Jul 11 17:46:41.902 INFO O| Jul 11 17:46:41.902 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-07-11T17:46:42.557Z[ recovery-image] Jul 11 17:46:41.911 INFO O| Jul 11 17:46:41.911 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50842026-07-11T17:46:42.562Z[ recovery-image] Jul 11 17:46:41.916 INFO O| Jul 11 17:46:41.916 INFO STEP 16 (remove_files) COMPLETE
50852026-07-11T17:46:42.562Z[ recovery-image] Jul 11 17:46:41.917 INFO O| Jul 11 17:46:41.916 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-07-11T17:46:42.571Z[ recovery-image] Jul 11 17:46:41.925 INFO O| Jul 11 17:46:41.925 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50872026-07-11T17:46:42.576Z[ recovery-image] Jul 11 17:46:41.925 INFO O| Jul 11 17:46:41.925 INFO STEP 17 (remove_files) COMPLETE
50882026-07-11T17:46:42.576Z[ recovery-image] Jul 11 17:46:41.925 INFO O| Jul 11 17:46:41.925 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-07-11T17:46:42.579Z[ recovery-image] Jul 11 17:46:41.933 INFO O| Jul 11 17:46:41.933 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50902026-07-11T17:46:42.579Z[ recovery-image] Jul 11 17:46:41.934 INFO O| Jul 11 17:46:41.934 INFO STEP 18 (remove_files) COMPLETE
50912026-07-11T17:46:42.579Z[ recovery-image] Jul 11 17:46:41.934 INFO O| Jul 11 17:46:41.934 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-07-11T17:46:42.586Z[ recovery-image] Jul 11 17:46:41.940 INFO O| Jul 11 17:46:41.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50932026-07-11T17:46:42.591Z[ recovery-image] Jul 11 17:46:41.941 INFO O| Jul 11 17:46:41.941 INFO STEP 19 (remove_files) COMPLETE
50942026-07-11T17:46:42.591Z[ recovery-image] Jul 11 17:46:41.941 INFO O| Jul 11 17:46:41.941 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-07-11T17:46:42.595Z[ recovery-image] Jul 11 17:46:41.947 INFO O| Jul 11 17:46:41.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50962026-07-11T17:46:42.595Z[ recovery-image] Jul 11 17:46:41.947 INFO O| Jul 11 17:46:41.947 INFO STEP 20 (remove_files) COMPLETE
50972026-07-11T17:46:42.595Z[ recovery-image] Jul 11 17:46:41.947 INFO O| Jul 11 17:46:41.947 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-07-11T17:46:42.601Z[ recovery-image] Jul 11 17:46:41.956 INFO O| Jul 11 17:46:41.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50992026-07-11T17:46:42.601Z[ recovery-image] Jul 11 17:46:41.956 INFO O| Jul 11 17:46:41.956 INFO STEP 21 (remove_files) COMPLETE
51002026-07-11T17:46:42.605Z[ recovery-image] Jul 11 17:46:41.956 INFO O| Jul 11 17:46:41.956 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-07-11T17:46:42.612Z[ recovery-image] Jul 11 17:46:41.963 INFO O| Jul 11 17:46:41.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51022026-07-11T17:46:42.612Z[ recovery-image] Jul 11 17:46:41.963 INFO O| Jul 11 17:46:41.963 INFO STEP 22 (remove_files) COMPLETE
51032026-07-11T17:46:42.612Z[ recovery-image] Jul 11 17:46:41.963 INFO O| Jul 11 17:46:41.963 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-07-11T17:46:42.620Z[ recovery-image] Jul 11 17:46:41.972 INFO O| Jul 11 17:46:41.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51052026-07-11T17:46:42.620Z[ recovery-image] Jul 11 17:46:41.972 INFO O| Jul 11 17:46:41.972 INFO STEP 23 (remove_files) COMPLETE
51062026-07-11T17:46:42.620Z[ recovery-image] Jul 11 17:46:41.972 INFO O| Jul 11 17:46:41.972 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-07-11T17:46:42.625Z[ recovery-image] Jul 11 17:46:41.979 INFO O| Jul 11 17:46:41.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51082026-07-11T17:46:42.626Z[ recovery-image] Jul 11 17:46:41.979 INFO O| Jul 11 17:46:41.979 INFO STEP 24 (remove_files) COMPLETE
51092026-07-11T17:46:42.626Z[ recovery-image] Jul 11 17:46:41.979 INFO O| Jul 11 17:46:41.979 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-07-11T17:46:42.632Z[ recovery-image] Jul 11 17:46:41.986 INFO O| Jul 11 17:46:41.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51112026-07-11T17:46:42.632Z[ recovery-image] Jul 11 17:46:41.986 INFO O| Jul 11 17:46:41.986 INFO STEP 25 (remove_files) COMPLETE
51122026-07-11T17:46:42.633Z[ recovery-image] Jul 11 17:46:41.986 INFO O| Jul 11 17:46:41.986 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-07-11T17:46:42.641Z[ recovery-image] Jul 11 17:46:41.996 INFO O| Jul 11 17:46:41.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51142026-07-11T17:46:42.642Z[ recovery-image] Jul 11 17:46:41.996 INFO O| Jul 11 17:46:41.996 INFO STEP 26 (remove_files) COMPLETE
51152026-07-11T17:46:42.649Z[ recovery-image] Jul 11 17:46:41.996 INFO O| Jul 11 17:46:41.996 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-07-11T17:46:42.658Z[ recovery-image] Jul 11 17:46:42.004 INFO O| Jul 11 17:46:42.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51172026-07-11T17:46:42.658Z[ recovery-image] Jul 11 17:46:42.004 INFO O| Jul 11 17:46:42.004 INFO STEP 27 (remove_files) COMPLETE
51182026-07-11T17:46:42.658Z[ recovery-image] Jul 11 17:46:42.004 INFO O| Jul 11 17:46:42.004 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-07-11T17:46:42.658Z[ recovery-image] Jul 11 17:46:42.010 INFO O| Jul 11 17:46:42.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51202026-07-11T17:46:42.658Z[ recovery-image] Jul 11 17:46:42.011 INFO O| Jul 11 17:46:42.010 INFO STEP 28 (remove_files) COMPLETE
51212026-07-11T17:46:42.658Z[ recovery-image] Jul 11 17:46:42.011 INFO O| Jul 11 17:46:42.010 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-07-11T17:46:42.666Z[ recovery-image] Jul 11 17:46:42.020 INFO O| Jul 11 17:46:42.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51232026-07-11T17:46:42.666Z[ recovery-image] Jul 11 17:46:42.020 INFO O| Jul 11 17:46:42.020 INFO STEP 29 (remove_files) COMPLETE
51242026-07-11T17:46:42.666Z[ recovery-image] Jul 11 17:46:42.020 INFO O| Jul 11 17:46:42.020 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-07-11T17:46:42.675Z[ recovery-image] Jul 11 17:46:42.027 INFO O| Jul 11 17:46:42.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51262026-07-11T17:46:42.675Z[ recovery-image] Jul 11 17:46:42.027 INFO O| Jul 11 17:46:42.027 INFO STEP 30 (remove_files) COMPLETE
51272026-07-11T17:46:42.675Z[ recovery-image] Jul 11 17:46:42.027 INFO O| Jul 11 17:46:42.027 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-07-11T17:46:42.684Z[ recovery-image] Jul 11 17:46:42.034 INFO O| Jul 11 17:46:42.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51292026-07-11T17:46:42.684Z[ recovery-image] Jul 11 17:46:42.034 INFO O| Jul 11 17:46:42.034 INFO STEP 31 (remove_files) COMPLETE
51302026-07-11T17:46:42.684Z[ recovery-image] Jul 11 17:46:42.034 INFO O| Jul 11 17:46:42.034 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-07-11T17:46:42.692Z[ recovery-image] Jul 11 17:46:42.042 INFO O| Jul 11 17:46:42.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51322026-07-11T17:46:42.692Z[ recovery-image] Jul 11 17:46:42.042 INFO O| Jul 11 17:46:42.042 INFO STEP 32 (remove_files) COMPLETE
51332026-07-11T17:46:42.692Z[ recovery-image] Jul 11 17:46:42.042 INFO O| Jul 11 17:46:42.042 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-07-11T17:46:42.700Z[ recovery-image] Jul 11 17:46:42.050 INFO O| Jul 11 17:46:42.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51352026-07-11T17:46:42.700Z[ recovery-image] Jul 11 17:46:42.050 INFO O| Jul 11 17:46:42.050 INFO STEP 33 (remove_files) COMPLETE
51362026-07-11T17:46:42.701Z[ recovery-image] Jul 11 17:46:42.050 INFO O| Jul 11 17:46:42.050 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-07-11T17:46:42.708Z[ recovery-image] Jul 11 17:46:42.056 INFO O| Jul 11 17:46:42.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51382026-07-11T17:46:42.713Z[ recovery-image] Jul 11 17:46:42.056 INFO O| Jul 11 17:46:42.056 INFO STEP 34 (remove_files) COMPLETE
51392026-07-11T17:46:42.713Z[ recovery-image] Jul 11 17:46:42.056 INFO O| Jul 11 17:46:42.056 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-07-11T17:46:42.721Z[ recovery-image] Jul 11 17:46:42.063 INFO O| Jul 11 17:46:42.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51412026-07-11T17:46:42.721Z[ recovery-image] Jul 11 17:46:42.063 INFO O| Jul 11 17:46:42.063 INFO STEP 35 (remove_files) COMPLETE
51422026-07-11T17:46:42.721Z[ recovery-image] Jul 11 17:46:42.063 INFO O| Jul 11 17:46:42.063 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-07-11T17:46:42.721Z[ recovery-image] Jul 11 17:46:42.068 INFO O| Jul 11 17:46:42.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51442026-07-11T17:46:42.721Z[ recovery-image] Jul 11 17:46:42.068 INFO O| Jul 11 17:46:42.068 INFO STEP 36 (remove_files) COMPLETE
51452026-07-11T17:46:42.721Z[ recovery-image] Jul 11 17:46:42.068 INFO O| Jul 11 17:46:42.068 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-07-11T17:46:42.721Z[ recovery-image] Jul 11 17:46:42.074 INFO O| Jul 11 17:46:42.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51472026-07-11T17:46:42.721Z[ recovery-image] Jul 11 17:46:42.075 INFO O| Jul 11 17:46:42.075 INFO STEP 37 (remove_files) COMPLETE
51482026-07-11T17:46:42.721Z[ recovery-image] Jul 11 17:46:42.075 INFO O| Jul 11 17:46:42.075 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-07-11T17:46:42.728Z[ recovery-image] Jul 11 17:46:42.081 INFO O| Jul 11 17:46:42.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51502026-07-11T17:46:42.728Z[ recovery-image] Jul 11 17:46:42.081 INFO O| Jul 11 17:46:42.081 INFO STEP 38 (remove_files) COMPLETE
51512026-07-11T17:46:42.728Z[ recovery-image] Jul 11 17:46:42.081 INFO O| Jul 11 17:46:42.081 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-07-11T17:46:42.737Z[ recovery-image] Jul 11 17:46:42.087 INFO O| Jul 11 17:46:42.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51532026-07-11T17:46:42.737Z[ recovery-image] Jul 11 17:46:42.087 INFO O| Jul 11 17:46:42.087 INFO STEP 39 (remove_files) COMPLETE
51542026-07-11T17:46:42.737Z[ recovery-image] Jul 11 17:46:42.087 INFO O| Jul 11 17:46:42.087 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-07-11T17:46:42.746Z[ recovery-image] Jul 11 17:46:42.093 INFO O| Jul 11 17:46:42.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51562026-07-11T17:46:42.746Z[ recovery-image] Jul 11 17:46:42.093 INFO O| Jul 11 17:46:42.093 INFO STEP 40 (remove_files) COMPLETE
51572026-07-11T17:46:42.746Z[ recovery-image] Jul 11 17:46:42.093 INFO O| Jul 11 17:46:42.093 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-07-11T17:46:42.746Z[ recovery-image] Jul 11 17:46:42.100 INFO O| Jul 11 17:46:42.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51592026-07-11T17:46:42.746Z[ recovery-image] Jul 11 17:46:42.100 INFO O| Jul 11 17:46:42.100 INFO STEP 41 (remove_files) COMPLETE
51602026-07-11T17:46:42.746Z[ recovery-image] Jul 11 17:46:42.100 INFO O| Jul 11 17:46:42.100 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-07-11T17:46:42.754Z[ recovery-image] Jul 11 17:46:42.106 INFO O| Jul 11 17:46:42.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51622026-07-11T17:46:42.763Z[ recovery-image] Jul 11 17:46:42.106 INFO O| Jul 11 17:46:42.106 INFO STEP 42 (remove_files) COMPLETE
51632026-07-11T17:46:42.763Z[ recovery-image] Jul 11 17:46:42.106 INFO O| Jul 11 17:46:42.106 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-07-11T17:46:42.772Z[ recovery-image] Jul 11 17:46:42.113 INFO O| Jul 11 17:46:42.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51652026-07-11T17:46:42.772Z[ recovery-image] Jul 11 17:46:42.113 INFO O| Jul 11 17:46:42.113 INFO STEP 43 (remove_files) COMPLETE
51662026-07-11T17:46:42.772Z[ recovery-image] Jul 11 17:46:42.113 INFO O| Jul 11 17:46:42.113 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-07-11T17:46:42.772Z[ recovery-image] Jul 11 17:46:42.122 INFO O| Jul 11 17:46:42.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51682026-07-11T17:46:42.772Z[ recovery-image] Jul 11 17:46:42.122 INFO O| Jul 11 17:46:42.122 INFO STEP 44 (remove_files) COMPLETE
51692026-07-11T17:46:42.773Z[ recovery-image] Jul 11 17:46:42.122 INFO O| Jul 11 17:46:42.122 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-07-11T17:46:42.780Z[ recovery-image] Jul 11 17:46:42.129 INFO O| Jul 11 17:46:42.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51712026-07-11T17:46:42.780Z[ recovery-image] Jul 11 17:46:42.129 INFO O| Jul 11 17:46:42.129 INFO STEP 45 (remove_files) COMPLETE
51722026-07-11T17:46:42.780Z[ recovery-image] Jul 11 17:46:42.129 INFO O| Jul 11 17:46:42.129 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-07-11T17:46:42.789Z[ recovery-image] Jul 11 17:46:42.135 INFO O| Jul 11 17:46:42.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51742026-07-11T17:46:42.789Z[ recovery-image] Jul 11 17:46:42.135 INFO O| Jul 11 17:46:42.135 INFO STEP 46 (remove_files) COMPLETE
51752026-07-11T17:46:42.789Z[ recovery-image] Jul 11 17:46:42.135 INFO O| Jul 11 17:46:42.135 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-07-11T17:46:42.789Z[ recovery-image] Jul 11 17:46:42.141 INFO O| Jul 11 17:46:42.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51772026-07-11T17:46:42.789Z[ recovery-image] Jul 11 17:46:42.141 INFO O| Jul 11 17:46:42.141 INFO STEP 47 (remove_files) COMPLETE
51782026-07-11T17:46:42.789Z[ recovery-image] Jul 11 17:46:42.141 INFO O| Jul 11 17:46:42.141 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-07-11T17:46:42.796Z[ recovery-image] Jul 11 17:46:42.148 INFO O| Jul 11 17:46:42.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51802026-07-11T17:46:42.796Z[ recovery-image] Jul 11 17:46:42.148 INFO O| Jul 11 17:46:42.148 INFO STEP 48 (remove_files) COMPLETE
51812026-07-11T17:46:42.796Z[ recovery-image] Jul 11 17:46:42.148 INFO O| Jul 11 17:46:42.148 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-07-11T17:46:42.805Z[ recovery-image] Jul 11 17:46:42.154 INFO O| Jul 11 17:46:42.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51832026-07-11T17:46:42.805Z[ recovery-image] Jul 11 17:46:42.154 INFO O| Jul 11 17:46:42.154 INFO STEP 49 (remove_files) COMPLETE
51842026-07-11T17:46:42.806Z[ recovery-image] Jul 11 17:46:42.154 INFO O| Jul 11 17:46:42.154 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-07-11T17:46:42.815Z[ recovery-image] Jul 11 17:46:42.163 INFO O| Jul 11 17:46:42.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51862026-07-11T17:46:42.815Z[ recovery-image] Jul 11 17:46:42.163 INFO O| Jul 11 17:46:42.163 INFO STEP 50 (remove_files) COMPLETE
51872026-07-11T17:46:42.815Z[ recovery-image] Jul 11 17:46:42.163 INFO O| Jul 11 17:46:42.163 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-07-11T17:46:42.824Z[ recovery-image] Jul 11 17:46:42.170 INFO O| Jul 11 17:46:42.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51892026-07-11T17:46:42.824Z[ recovery-image] Jul 11 17:46:42.170 INFO O| Jul 11 17:46:42.170 INFO STEP 51 (remove_files) COMPLETE
51902026-07-11T17:46:42.824Z[ recovery-image] Jul 11 17:46:42.170 INFO O| Jul 11 17:46:42.170 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-07-11T17:46:42.824Z[ recovery-image] Jul 11 17:46:42.176 INFO O| Jul 11 17:46:42.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51922026-07-11T17:46:42.824Z[ recovery-image] Jul 11 17:46:42.176 INFO O| Jul 11 17:46:42.176 INFO STEP 52 (remove_files) COMPLETE
51932026-07-11T17:46:42.824Z[ recovery-image] Jul 11 17:46:42.176 INFO O| Jul 11 17:46:42.176 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-07-11T17:46:42.833Z[ recovery-image] Jul 11 17:46:42.183 INFO O| Jul 11 17:46:42.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51952026-07-11T17:46:42.833Z[ recovery-image] Jul 11 17:46:42.183 INFO O| Jul 11 17:46:42.183 INFO STEP 53 (remove_files) COMPLETE
51962026-07-11T17:46:42.833Z[ recovery-image] Jul 11 17:46:42.183 INFO O| Jul 11 17:46:42.183 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-07-11T17:46:42.842Z[ recovery-image] Jul 11 17:46:42.193 INFO O| Jul 11 17:46:42.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51982026-07-11T17:46:42.842Z[ recovery-image] Jul 11 17:46:42.193 INFO O| Jul 11 17:46:42.193 INFO STEP 54 (remove_files) COMPLETE
51992026-07-11T17:46:42.842Z[ recovery-image] Jul 11 17:46:42.193 INFO O| Jul 11 17:46:42.193 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-07-11T17:46:42.849Z[ recovery-image] Jul 11 17:46:42.200 INFO O| Jul 11 17:46:42.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52012026-07-11T17:46:42.849Z[ recovery-image] Jul 11 17:46:42.200 INFO O| Jul 11 17:46:42.200 INFO STEP 55 (remove_files) COMPLETE
52022026-07-11T17:46:42.849Z[ recovery-image] Jul 11 17:46:42.200 INFO O| Jul 11 17:46:42.200 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-07-11T17:46:42.859Z[ recovery-image] Jul 11 17:46:42.206 INFO O| Jul 11 17:46:42.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52042026-07-11T17:46:42.859Z[ recovery-image] Jul 11 17:46:42.206 INFO O| Jul 11 17:46:42.206 INFO STEP 56 (remove_files) COMPLETE
52052026-07-11T17:46:42.859Z[ recovery-image] Jul 11 17:46:42.206 INFO O| Jul 11 17:46:42.206 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-07-11T17:46:42.868Z[ recovery-image] Jul 11 17:46:42.214 INFO O| Jul 11 17:46:42.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52072026-07-11T17:46:42.868Z[ recovery-image] Jul 11 17:46:42.215 INFO O| Jul 11 17:46:42.214 INFO STEP 57 (remove_files) COMPLETE
52082026-07-11T17:46:42.868Z[ recovery-image] Jul 11 17:46:42.215 INFO O| Jul 11 17:46:42.215 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-07-11T17:46:42.868Z[ recovery-image] Jul 11 17:46:42.221 INFO O| Jul 11 17:46:42.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52102026-07-11T17:46:42.868Z[ recovery-image] Jul 11 17:46:42.221 INFO O| Jul 11 17:46:42.221 INFO STEP 58 (remove_files) COMPLETE
52112026-07-11T17:46:42.868Z[ recovery-image] Jul 11 17:46:42.221 INFO O| Jul 11 17:46:42.221 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-07-11T17:46:42.877Z[ recovery-image] Jul 11 17:46:42.229 INFO O| Jul 11 17:46:42.229 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52132026-07-11T17:46:42.877Z[ recovery-image] Jul 11 17:46:42.229 INFO O| Jul 11 17:46:42.229 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52142026-07-11T17:46:42.877Z[ recovery-image] Jul 11 17:46:42.229 INFO O| Jul 11 17:46:42.229 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52152026-07-11T17:46:42.877Z[ recovery-image] Jul 11 17:46:42.229 INFO O| Jul 11 17:46:42.229 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52162026-07-11T17:46:42.877Z[ recovery-image] Jul 11 17:46:42.229 INFO O| Jul 11 17:46:42.229 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52172026-07-11T17:46:42.877Z[ recovery-image] Jul 11 17:46:42.229 INFO O| Jul 11 17:46:42.229 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52182026-07-11T17:46:42.877Z[ recovery-image] Jul 11 17:46:42.229 INFO O| Jul 11 17:46:42.229 INFO ok!
52192026-07-11T17:46:42.877Z[ recovery-image] Jul 11 17:46:42.229 INFO O| Jul 11 17:46:42.229 INFO STEP 59 (ensure_file) COMPLETE
52202026-07-11T17:46:42.877Z[ recovery-image] Jul 11 17:46:42.229 INFO O| Jul 11 17:46:42.229 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-07-11T17:46:42.887Z[ recovery-image] Jul 11 17:46:42.237 INFO O| Jul 11 17:46:42.237 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52222026-07-11T17:46:42.888Z[ recovery-image] Jul 11 17:46:42.237 INFO O| Jul 11 17:46:42.237 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52232026-07-11T17:46:42.888Z[ recovery-image] Jul 11 17:46:42.237 INFO O| Jul 11 17:46:42.237 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52242026-07-11T17:46:42.888Z[ recovery-image] Jul 11 17:46:42.237 INFO O| Jul 11 17:46:42.237 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52252026-07-11T17:46:42.888Z[ recovery-image] Jul 11 17:46:42.237 INFO O| Jul 11 17:46:42.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52262026-07-11T17:46:42.888Z[ recovery-image] Jul 11 17:46:42.237 INFO O| Jul 11 17:46:42.237 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52272026-07-11T17:46:42.888Z[ recovery-image] Jul 11 17:46:42.237 INFO O| Jul 11 17:46:42.237 INFO ok!
52282026-07-11T17:46:42.888Z[ recovery-image] Jul 11 17:46:42.237 INFO O| Jul 11 17:46:42.237 INFO STEP 60 (ensure_file) COMPLETE
52292026-07-11T17:46:42.888Z[ recovery-image] Jul 11 17:46:42.237 INFO O| Jul 11 17:46:42.237 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.244 INFO O| Jul 11 17:46:42.244 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52312026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.244 INFO O| Jul 11 17:46:42.244 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52322026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.244 INFO O| Jul 11 17:46:42.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52332026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.244 INFO O| Jul 11 17:46:42.244 INFO ok!
52342026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.244 INFO O| Jul 11 17:46:42.244 INFO STEP 61 (ensure_file) COMPLETE
52352026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.244 INFO O| Jul 11 17:46:42.244 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.251 INFO O| Jul 11 17:46:42.251 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52372026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.251 INFO O| Jul 11 17:46:42.251 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52382026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.251 INFO O| Jul 11 17:46:42.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52392026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.251 INFO O| Jul 11 17:46:42.251 INFO ok!
52402026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.251 INFO O| Jul 11 17:46:42.251 INFO STEP 62 (ensure_file) COMPLETE
52412026-07-11T17:46:42.898Z[ recovery-image] Jul 11 17:46:42.251 INFO O| Jul 11 17:46:42.251 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-07-11T17:46:42.907Z[ recovery-image] Jul 11 17:46:42.258 INFO O| Jul 11 17:46:42.258 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52432026-07-11T17:46:42.908Z[ recovery-image] Jul 11 17:46:42.258 INFO O| Jul 11 17:46:42.258 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52442026-07-11T17:46:42.908Z[ recovery-image] Jul 11 17:46:42.258 INFO O| Jul 11 17:46:42.258 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52452026-07-11T17:46:42.908Z[ recovery-image] Jul 11 17:46:42.258 INFO O| Jul 11 17:46:42.258 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52462026-07-11T17:46:42.908Z[ recovery-image] Jul 11 17:46:42.258 INFO O| Jul 11 17:46:42.258 INFO ok!
52472026-07-11T17:46:42.908Z[ recovery-image] Jul 11 17:46:42.258 INFO O| Jul 11 17:46:42.258 INFO STEP 63 (ensure_file) COMPLETE
52482026-07-11T17:46:42.908Z[ recovery-image] Jul 11 17:46:42.258 INFO O| Jul 11 17:46:42.258 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52492026-07-11T17:46:42.918Z[ recovery-image] Jul 11 17:46:42.265 INFO O| Jul 11 17:46:42.265 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52502026-07-11T17:46:42.918Z[ recovery-image] Jul 11 17:46:42.265 INFO O| Jul 11 17:46:42.265 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52512026-07-11T17:46:42.918Z[ recovery-image] Jul 11 17:46:42.265 INFO O| Jul 11 17:46:42.265 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52522026-07-11T17:46:42.918Z[ recovery-image] Jul 11 17:46:42.265 INFO O| Jul 11 17:46:42.265 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52532026-07-11T17:46:42.918Z[ recovery-image] Jul 11 17:46:42.265 INFO O| Jul 11 17:46:42.265 INFO ok!
52542026-07-11T17:46:42.918Z[ recovery-image] Jul 11 17:46:42.265 INFO O| Jul 11 17:46:42.265 INFO STEP 64 (ensure_file) COMPLETE
52552026-07-11T17:46:42.918Z[ recovery-image] Jul 11 17:46:42.265 INFO O| Jul 11 17:46:42.265 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52562026-07-11T17:46:42.927Z[ recovery-image] Jul 11 17:46:42.274 INFO O| Jul 11 17:46:42.274 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52572026-07-11T17:46:42.927Z[ recovery-image] Jul 11 17:46:42.274 INFO O| Jul 11 17:46:42.274 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52582026-07-11T17:46:42.927Z[ recovery-image] Jul 11 17:46:42.274 INFO O| Jul 11 17:46:42.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52592026-07-11T17:46:42.927Z[ recovery-image] Jul 11 17:46:42.274 INFO O| Jul 11 17:46:42.274 INFO ok!
52602026-07-11T17:46:42.927Z[ recovery-image] Jul 11 17:46:42.274 INFO O| Jul 11 17:46:42.274 INFO STEP 65 (assemble_files) COMPLETE
52612026-07-11T17:46:42.927Z[ recovery-image] Jul 11 17:46:42.274 INFO O| Jul 11 17:46:42.274 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52622026-07-11T17:46:42.937Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52632026-07-11T17:46:42.937Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52642026-07-11T17:46:42.937Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52652026-07-11T17:46:42.937Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52662026-07-11T17:46:42.938Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO ok!
52672026-07-11T17:46:42.938Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO STEP 66 (ensure_file) COMPLETE
52682026-07-11T17:46:42.938Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52692026-07-11T17:46:42.938Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO skip step because feature "omicron1" is not enabled
52702026-07-11T17:46:42.938Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52712026-07-11T17:46:42.938Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO skip step because feature "omicron1" is not enabled
52722026-07-11T17:46:42.938Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52732026-07-11T17:46:42.938Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO skip step because feature "omicron1" is not enabled
52742026-07-11T17:46:42.938Z[ recovery-image] Jul 11 17:46:42.282 INFO O| Jul 11 17:46:42.282 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52752026-07-11T17:46:42.953Z[ recovery-image] Jul 11 17:46:42.293 INFO O| Jul 11 17:46:42.293 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52762026-07-11T17:46:42.953Z[ recovery-image] Jul 11 17:46:42.293 INFO O| Jul 11 17:46:42.293 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52772026-07-11T17:46:43.398Z[ host-image] Jul 11 17:46:42.752 INFO O| Jul 11 17:46:42.752 INFO O| Download: Completed 7.84 MB in 3.13 seconds (2.5M/s)
52782026-07-11T17:46:43.432Z[ host-image] Jul 11 17:46:42.786 INFO O| Jul 11 17:46:42.786 INFO O| Actions: 1/1366 actions (Installing new actions)
52792026-07-11T17:46:43.666Z[ host-image] Jul 11 17:46:43.020 INFO O| Jul 11 17:46:43.020 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
52802026-07-11T17:46:43.678Z[ host-image] Jul 11 17:46:43.032 INFO O| Jul 11 17:46:43.032 INFO O| Finalize: Updating package state database ... Done
52812026-07-11T17:46:43.678Z[ host-image] Jul 11 17:46:43.032 INFO O| Jul 11 17:46:43.032 INFO O| Finalize: Updating package cache ... Done
52822026-07-11T17:46:43.711Z[ host-image] Jul 11 17:46:43.065 INFO O| Jul 11 17:46:43.065 INFO O| Finalize: Updating image state ... Done
52832026-07-11T17:46:44.003Z[ recovery-image] Jul 11 17:46:43.351 INFO O| Jul 11 17:46:43.351 INFO STEP 70 (pack_tar) COMPLETE
52842026-07-11T17:46:44.003Z[ recovery-image] Jul 11 17:46:43.351 INFO O| Jul 11 17:46:43.351 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52852026-07-11T17:46:44.003Z[ recovery-image] Jul 11 17:46:43.351 INFO O| Jul 11 17:46:43.351 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52862026-07-11T17:46:44.534Z[ recovery-image] Jul 11 17:46:43.888 INFO O| Jul 11 17:46:43.888 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52872026-07-11T17:46:44.544Z[ host-image] Jul 11 17:46:43.892 INFO O| Jul 11 17:46:43.892 INFO O| Finalize: Creating fast lookup database ... Done
52882026-07-11T17:46:44.566Z[ host-image] Jul 11 17:46:43.919 INFO O| Jul 11 17:46:43.919 INFO O| Finalize: Reading search index ... Done
52892026-07-11T17:46:44.574Z[ host-image] Jul 11 17:46:43.919 INFO O| Jul 11 17:46:43.919 INFO O| Finalize: Updating search index ... Done
52902026-07-11T17:46:44.594Z[ host-image] Jul 11 17:46:43.948 INFO O| Jul 11 17:46:43.948 INFO O| Finalize: Updating package cache ... Done
52912026-07-11T17:46:44.704Z[ recovery-image] Jul 11 17:46:44.058 INFO O| Jul 11 17:46:44.058 INFO completed processing sled/ramdisk-02-trim
52922026-07-11T17:46:44.714Z[ recovery-image] Jul 11 17:46:44.060 INFO image builder template: ramdisk-03-recovery-trim...
52932026-07-11T17:46:44.714Z[ recovery-image] Jul 11 17:46:44.060 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/.tmpV6zDxN/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52942026-07-11T17:46:44.714Z[ recovery-image] Jul 11 17:46:44.066 INFO O| Jul 11 17:46:44.065 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52952026-07-11T17:46:44.721Z[ host-image] Jul 11 17:46:44.071 INFO O| Jul 11 17:46:44.071 INFO STEP 13 (pkg_install) COMPLETE
52962026-07-11T17:46:44.721Z[ host-image] Jul 11 17:46:44.071 INFO O| Jul 11 17:46:44.071 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52972026-07-11T17:46:44.730Z[ host-image] Jul 11 17:46:44.079 INFO O| Jul 11 17:46:44.079 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
52982026-07-11T17:46:44.787Z[ recovery-image] Jul 11 17:46:44.140 INFO O| Jul 11 17:46:44.140 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52992026-07-11T17:46:44.795Z[ recovery-image] Jul 11 17:46:44.144 INFO O| Jul 11 17:46:44.144 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53002026-07-11T17:46:44.891Z[ recovery-image] Jul 11 17:46:44.246 INFO O| Jul 11 17:46:44.246 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53012026-07-11T17:46:44.984Z[ recovery-image] Jul 11 17:46:44.338 INFO O| Jul 11 17:46:44.338 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53022026-07-11T17:46:44.984Z[ recovery-image] Jul 11 17:46:44.338 INFO O| Jul 11 17:46:44.338 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53032026-07-11T17:46:44.993Z[ recovery-image] Jul 11 17:46:44.344 INFO O| Jul 11 17:46:44.344 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53042026-07-11T17:46:45.003Z[ recovery-image] Jul 11 17:46:44.347 INFO O| Jul 11 17:46:44.347 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53052026-07-11T17:46:45.003Z[ recovery-image] Jul 11 17:46:44.351 INFO O| Jul 11 17:46:44.351 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53062026-07-11T17:46:45.428Z[ host-image] Jul 11 17:46:44.783 INFO O| Jul 11 17:46:44.782 INFO O| Startup: Refreshing catalog 'helios' ... Done
53072026-07-11T17:46:45.572Z[ recovery-image] Jul 11 17:46:44.926 INFO O| Jul 11 17:46:44.926 INFO rolled back to input snapshot; work may begin
53082026-07-11T17:46:45.572Z[ recovery-image] Jul 11 17:46:44.926 INFO O| Jul 11 17:46:44.926 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53092026-07-11T17:46:45.581Z[ recovery-image] Jul 11 17:46:44.931 INFO O| Jul 11 17:46:44.931 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-07-11T17:46:45.581Z[ host-image] Jul 11 17:46:44.934 INFO O| Jul 11 17:46:44.934 INFO O| Startup: Caching catalogs ... Done
53112026-07-11T17:46:45.589Z[ recovery-image] Jul 11 17:46:44.940 INFO O| Jul 11 17:46:44.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53122026-07-11T17:46:45.589Z[ recovery-image] Jul 11 17:46:44.942 INFO O| Jul 11 17:46:44.942 INFO STEP 0 (remove_files) COMPLETE
53132026-07-11T17:46:45.589Z[ recovery-image] Jul 11 17:46:44.942 INFO O| Jul 11 17:46:44.942 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-07-11T17:46:45.597Z[ recovery-image] Jul 11 17:46:44.951 INFO O| Jul 11 17:46:44.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53152026-07-11T17:46:45.597Z[ recovery-image] Jul 11 17:46:44.952 INFO O| Jul 11 17:46:44.952 INFO STEP 1 (remove_files) COMPLETE
53162026-07-11T17:46:45.607Z[ recovery-image] Jul 11 17:46:44.952 INFO O| Jul 11 17:46:44.952 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-07-11T17:46:45.607Z[ recovery-image] Jul 11 17:46:44.960 INFO O| Jul 11 17:46:44.960 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53182026-07-11T17:46:45.617Z[ recovery-image] Jul 11 17:46:44.963 INFO O| Jul 11 17:46:44.963 INFO STEP 2 (remove_files) COMPLETE
53192026-07-11T17:46:45.617Z[ recovery-image] Jul 11 17:46:44.963 INFO O| Jul 11 17:46:44.963 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-07-11T17:46:45.626Z[ recovery-image] Jul 11 17:46:44.972 INFO O| Jul 11 17:46:44.972 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53212026-07-11T17:46:45.663Z[ recovery-image] Jul 11 17:46:45.017 INFO O| Jul 11 17:46:45.017 INFO STEP 3 (remove_files) COMPLETE
53222026-07-11T17:46:45.663Z[ recovery-image] Jul 11 17:46:45.017 INFO O| Jul 11 17:46:45.017 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-07-11T17:46:45.673Z[ recovery-image] Jul 11 17:46:45.027 INFO O| Jul 11 17:46:45.027 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53242026-07-11T17:46:45.681Z[ recovery-image] Jul 11 17:46:45.029 INFO O| Jul 11 17:46:45.029 INFO STEP 4 (remove_files) COMPLETE
53252026-07-11T17:46:45.681Z[ recovery-image] Jul 11 17:46:45.029 INFO O| Jul 11 17:46:45.029 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-07-11T17:46:45.690Z[ recovery-image] Jul 11 17:46:45.038 INFO O| Jul 11 17:46:45.038 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53272026-07-11T17:46:45.715Z[ recovery-image] Jul 11 17:46:45.069 INFO O| Jul 11 17:46:45.069 INFO STEP 5 (remove_files) COMPLETE
53282026-07-11T17:46:45.715Z[ recovery-image] Jul 11 17:46:45.070 INFO O| Jul 11 17:46:45.069 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-07-11T17:46:45.724Z[ recovery-image] Jul 11 17:46:45.078 INFO O| Jul 11 17:46:45.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53302026-07-11T17:46:45.734Z[ recovery-image] Jul 11 17:46:45.089 INFO O| Jul 11 17:46:45.089 INFO STEP 6 (remove_files) COMPLETE
53312026-07-11T17:46:45.734Z[ recovery-image] Jul 11 17:46:45.089 INFO O| Jul 11 17:46:45.089 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-07-11T17:46:45.743Z[ recovery-image] Jul 11 17:46:45.098 INFO O| Jul 11 17:46:45.098 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53332026-07-11T17:46:45.751Z[ recovery-image] Jul 11 17:46:45.099 INFO O| Jul 11 17:46:45.099 INFO STEP 7 (remove_files) COMPLETE
53342026-07-11T17:46:45.751Z[ recovery-image] Jul 11 17:46:45.099 INFO O| Jul 11 17:46:45.099 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-07-11T17:46:45.760Z[ recovery-image] Jul 11 17:46:45.108 INFO O| Jul 11 17:46:45.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53362026-07-11T17:46:45.760Z[ recovery-image] Jul 11 17:46:45.110 INFO O| Jul 11 17:46:45.110 INFO STEP 8 (remove_files) COMPLETE
53372026-07-11T17:46:45.760Z[ recovery-image] Jul 11 17:46:45.110 INFO O| Jul 11 17:46:45.110 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-07-11T17:46:45.760Z[ host-image] Jul 11 17:46:45.110 INFO O| Jul 11 17:46:45.110 INFO O| Planning: Solver setup ... Done
53392026-07-11T17:46:45.768Z[ host-image] Jul 11 17:46:45.115 INFO O| Jul 11 17:46:45.115 INFO O| Planning: Running solver ... Done
53402026-07-11T17:46:45.769Z[ recovery-image] Jul 11 17:46:45.119 INFO O| Jul 11 17:46:45.119 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53412026-07-11T17:46:45.769Z[ host-image] Jul 11 17:46:45.119 INFO O| Jul 11 17:46:45.119 INFO O| Planning: Finding local manifests ... Done
53422026-07-11T17:46:45.769Z[ recovery-image] Jul 11 17:46:45.121 INFO O| Jul 11 17:46:45.121 INFO STEP 9 (remove_files) COMPLETE
53432026-07-11T17:46:45.770Z[ recovery-image] Jul 11 17:46:45.121 INFO O| Jul 11 17:46:45.121 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-07-11T17:46:45.778Z[ recovery-image] Jul 11 17:46:45.130 INFO O| Jul 11 17:46:45.130 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53452026-07-11T17:46:45.778Z[ recovery-image] Jul 11 17:46:45.131 INFO O| Jul 11 17:46:45.131 INFO STEP 10 (remove_files) COMPLETE
53462026-07-11T17:46:45.778Z[ recovery-image] Jul 11 17:46:45.131 INFO O| Jul 11 17:46:45.131 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-07-11T17:46:45.778Z[ host-image] Jul 11 17:46:45.131 INFO O| Jul 11 17:46:45.131 INFO O| Planning: Fetching manifests: 0/1 0% complete
53482026-07-11T17:46:45.785Z[ host-image] Jul 11 17:46:45.136 INFO O| Jul 11 17:46:45.136 INFO O| Planning: Fetching manifests: 1/1 100% complete
53492026-07-11T17:46:45.794Z[ recovery-image] Jul 11 17:46:45.140 INFO O| Jul 11 17:46:45.140 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53502026-07-11T17:46:45.794Z[ recovery-image] Jul 11 17:46:45.141 INFO O| Jul 11 17:46:45.141 INFO STEP 11 (remove_files) COMPLETE
53512026-07-11T17:46:45.794Z[ recovery-image] Jul 11 17:46:45.141 INFO O| Jul 11 17:46:45.141 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-07-11T17:46:45.803Z[ recovery-image] Jul 11 17:46:45.150 INFO O| Jul 11 17:46:45.150 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53532026-07-11T17:46:45.803Z[ host-image] Jul 11 17:46:45.152 INFO O| Jul 11 17:46:45.152 INFO O| Planning: Package planning ... Done
53542026-07-11T17:46:45.803Z[ host-image] Jul 11 17:46:45.152 INFO O| Jul 11 17:46:45.152 INFO O| Planning: Merging actions ... Done
53552026-07-11T17:46:45.839Z[ recovery-image] Jul 11 17:46:45.193 INFO O| Jul 11 17:46:45.193 INFO STEP 12 (remove_files) COMPLETE
53562026-07-11T17:46:45.839Z[ recovery-image] Jul 11 17:46:45.193 INFO O| Jul 11 17:46:45.193 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-07-11T17:46:45.851Z[ recovery-image] Jul 11 17:46:45.202 INFO O| Jul 11 17:46:45.202 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53582026-07-11T17:46:45.860Z[ recovery-image] Jul 11 17:46:45.205 INFO O| Jul 11 17:46:45.204 INFO STEP 13 (remove_files) COMPLETE
53592026-07-11T17:46:45.860Z[ recovery-image] Jul 11 17:46:45.205 INFO O| Jul 11 17:46:45.205 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-07-11T17:46:45.860Z[ recovery-image] Jul 11 17:46:45.214 INFO O| Jul 11 17:46:45.214 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53612026-07-11T17:46:45.870Z[ recovery-image] Jul 11 17:46:45.215 INFO O| Jul 11 17:46:45.215 INFO STEP 14 (remove_files) COMPLETE
53622026-07-11T17:46:45.870Z[ recovery-image] Jul 11 17:46:45.215 INFO O| Jul 11 17:46:45.215 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-07-11T17:46:45.884Z[ recovery-image] Jul 11 17:46:45.225 INFO O| Jul 11 17:46:45.225 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53642026-07-11T17:46:45.884Z[ recovery-image] Jul 11 17:46:45.225 INFO O| Jul 11 17:46:45.225 INFO STEP 15 (remove_files) COMPLETE
53652026-07-11T17:46:45.884Z[ recovery-image] Jul 11 17:46:45.225 INFO O| Jul 11 17:46:45.225 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-07-11T17:46:45.892Z[ recovery-image] Jul 11 17:46:45.234 INFO O| Jul 11 17:46:45.234 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53672026-07-11T17:46:45.893Z[ recovery-image] Jul 11 17:46:45.235 INFO O| Jul 11 17:46:45.235 INFO STEP 16 (remove_files) COMPLETE
53682026-07-11T17:46:45.893Z[ recovery-image] Jul 11 17:46:45.235 INFO O| Jul 11 17:46:45.235 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-07-11T17:46:45.893Z[ host-image] Jul 11 17:46:45.238 INFO O| Jul 11 17:46:45.238 INFO O| Planning: Checking for conflicting actions ... Done
53702026-07-11T17:46:45.893Z[ host-image] Jul 11 17:46:45.238 INFO O| Jul 11 17:46:45.238 INFO O| Planning: Consolidating action changes ... Done
53712026-07-11T17:46:45.893Z[ recovery-image] Jul 11 17:46:45.245 INFO O| Jul 11 17:46:45.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53722026-07-11T17:46:45.905Z[ recovery-image] Jul 11 17:46:45.258 INFO O| Jul 11 17:46:45.258 INFO STEP 17 (remove_files) COMPLETE
53732026-07-11T17:46:45.905Z[ recovery-image] Jul 11 17:46:45.258 INFO O| Jul 11 17:46:45.258 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-07-11T17:46:45.913Z[ recovery-image] Jul 11 17:46:45.267 INFO O| Jul 11 17:46:45.267 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53752026-07-11T17:46:45.928Z[ recovery-image] Jul 11 17:46:45.268 INFO O| Jul 11 17:46:45.268 INFO STEP 18 (remove_files) COMPLETE
53762026-07-11T17:46:45.928Z[ recovery-image] Jul 11 17:46:45.268 INFO O| Jul 11 17:46:45.268 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-07-11T17:46:45.929Z[ recovery-image] Jul 11 17:46:45.277 INFO O| Jul 11 17:46:45.277 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53782026-07-11T17:46:45.929Z[ recovery-image] Jul 11 17:46:45.277 INFO O| Jul 11 17:46:45.277 INFO STEP 19 (remove_files) COMPLETE
53792026-07-11T17:46:45.929Z[ recovery-image] Jul 11 17:46:45.277 INFO O| Jul 11 17:46:45.277 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-07-11T17:46:45.933Z[ recovery-image] Jul 11 17:46:45.287 INFO O| Jul 11 17:46:45.287 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53812026-07-11T17:46:45.972Z[ recovery-image] Jul 11 17:46:45.327 INFO O| Jul 11 17:46:45.326 INFO STEP 20 (remove_files) COMPLETE
53822026-07-11T17:46:45.973Z[ recovery-image] Jul 11 17:46:45.327 INFO O| Jul 11 17:46:45.326 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-07-11T17:46:45.982Z[ recovery-image] Jul 11 17:46:45.336 INFO O| Jul 11 17:46:45.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53842026-07-11T17:46:45.986Z[ recovery-image] Jul 11 17:46:45.337 INFO O| Jul 11 17:46:45.337 INFO STEP 21 (remove_files) COMPLETE
53852026-07-11T17:46:45.986Z[ recovery-image] Jul 11 17:46:45.337 INFO O| Jul 11 17:46:45.337 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-07-11T17:46:45.992Z[ recovery-image] Jul 11 17:46:45.346 INFO O| Jul 11 17:46:45.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53872026-07-11T17:46:46.049Z[ recovery-image] Jul 11 17:46:45.348 INFO O| Jul 11 17:46:45.348 INFO STEP 22 (remove_files) COMPLETE
53882026-07-11T17:46:46.049Z[ recovery-image] Jul 11 17:46:45.348 INFO O| Jul 11 17:46:45.348 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.358 INFO O| Jul 11 17:46:45.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53902026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.359 INFO O| Jul 11 17:46:45.359 INFO STEP 23 (remove_files) COMPLETE
53912026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.359 INFO O| Jul 11 17:46:45.359 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-07-11T17:46:46.065Z[ host-image] Jul 11 17:46:45.367 INFO O| Jul 11 17:46:45.367 INFO O| Planning: Evaluating mediators ... Done
53932026-07-11T17:46:46.065Z[ host-image] Jul 11 17:46:45.367 INFO O| Jul 11 17:46:45.367 INFO O| Planning: Planning completed in 0.43 seconds
53942026-07-11T17:46:46.065Z[ host-image] Jul 11 17:46:45.367 INFO O| Jul 11 17:46:45.367 INFO O| Packages to install: 1
53952026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.369 INFO O| Jul 11 17:46:45.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53962026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.369 INFO O| Jul 11 17:46:45.369 INFO STEP 24 (remove_files) COMPLETE
53972026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.369 INFO O| Jul 11 17:46:45.369 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-07-11T17:46:46.065Z[ host-image] Jul 11 17:46:45.377 INFO O| Jul 11 17:46:45.377 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
53992026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.378 INFO O| Jul 11 17:46:45.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54002026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.379 INFO O| Jul 11 17:46:45.379 INFO STEP 25 (remove_files) COMPLETE
54012026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.379 INFO O| Jul 11 17:46:45.379 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.387 INFO O| Jul 11 17:46:45.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54032026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.387 INFO O| Jul 11 17:46:45.387 INFO STEP 26 (remove_files) COMPLETE
54042026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.387 INFO O| Jul 11 17:46:45.387 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.397 INFO O| Jul 11 17:46:45.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54062026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.397 INFO O| Jul 11 17:46:45.397 INFO STEP 27 (remove_files) COMPLETE
54072026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.397 INFO O| Jul 11 17:46:45.397 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.406 INFO O| Jul 11 17:46:45.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54092026-07-11T17:46:46.065Z[ recovery-image] Jul 11 17:46:45.407 INFO O| Jul 11 17:46:45.407 INFO STEP 28 (remove_files) COMPLETE
54102026-07-11T17:46:46.066Z[ recovery-image] Jul 11 17:46:45.407 INFO O| Jul 11 17:46:45.407 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-07-11T17:46:46.066Z[ recovery-image] Jul 11 17:46:45.415 INFO O| Jul 11 17:46:45.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54122026-07-11T17:46:46.066Z[ recovery-image] Jul 11 17:46:45.415 INFO O| Jul 11 17:46:45.415 INFO STEP 29 (remove_files) COMPLETE
54132026-07-11T17:46:46.066Z[ recovery-image] Jul 11 17:46:45.415 INFO O| Jul 11 17:46:45.415 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-07-11T17:46:46.079Z[ recovery-image] Jul 11 17:46:45.425 INFO O| Jul 11 17:46:45.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54152026-07-11T17:46:46.079Z[ recovery-image] Jul 11 17:46:45.425 INFO O| Jul 11 17:46:45.425 INFO STEP 30 (remove_files) COMPLETE
54162026-07-11T17:46:46.079Z[ recovery-image] Jul 11 17:46:45.425 INFO O| Jul 11 17:46:45.425 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-07-11T17:46:46.101Z[ recovery-image] Jul 11 17:46:45.435 INFO O| Jul 11 17:46:45.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54182026-07-11T17:46:46.114Z[ recovery-image] Jul 11 17:46:45.435 INFO O| Jul 11 17:46:45.435 INFO STEP 31 (remove_files) COMPLETE
54192026-07-11T17:46:46.114Z[ recovery-image] Jul 11 17:46:45.435 INFO O| Jul 11 17:46:45.435 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-07-11T17:46:46.114Z[ recovery-image] Jul 11 17:46:45.445 INFO O| Jul 11 17:46:45.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54212026-07-11T17:46:46.114Z[ recovery-image] Jul 11 17:46:45.445 INFO O| Jul 11 17:46:45.445 INFO STEP 32 (remove_files) COMPLETE
54222026-07-11T17:46:46.114Z[ recovery-image] Jul 11 17:46:45.445 INFO O| Jul 11 17:46:45.445 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.454 INFO O| Jul 11 17:46:45.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54242026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.455 INFO O| Jul 11 17:46:45.455 INFO STEP 33 (remove_files) COMPLETE
54252026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.455 INFO O| Jul 11 17:46:45.455 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.464 INFO O| Jul 11 17:46:45.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54272026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.464 INFO O| Jul 11 17:46:45.464 INFO STEP 34 (remove_files) COMPLETE
54282026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.464 INFO O| Jul 11 17:46:45.464 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.472 INFO O| Jul 11 17:46:45.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54302026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.472 INFO O| Jul 11 17:46:45.472 INFO STEP 35 (remove_files) COMPLETE
54312026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.472 INFO O| Jul 11 17:46:45.472 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-07-11T17:46:46.150Z[ host-image] Jul 11 17:46:45.477 INFO O| Jul 11 17:46:45.477 INFO O| Download: Completed 13.06 MB in 0.10 seconds (129M/s)
54332026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.480 INFO O| Jul 11 17:46:45.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54342026-07-11T17:46:46.150Z[ recovery-image] Jul 11 17:46:45.480 INFO O| Jul 11 17:46:45.480 INFO STEP 36 (remove_files) COMPLETE
54352026-07-11T17:46:46.152Z[ recovery-image] Jul 11 17:46:45.480 INFO O| Jul 11 17:46:45.480 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-07-11T17:46:46.158Z[ recovery-image] Jul 11 17:46:45.491 INFO O| Jul 11 17:46:45.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54372026-07-11T17:46:46.158Z[ recovery-image] Jul 11 17:46:45.491 INFO O| Jul 11 17:46:45.491 INFO STEP 37 (remove_files) COMPLETE
54382026-07-11T17:46:46.158Z[ recovery-image] Jul 11 17:46:45.491 INFO O| Jul 11 17:46:45.491 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-07-11T17:46:46.158Z[ host-image] Jul 11 17:46:45.497 INFO O| Jul 11 17:46:45.497 INFO O| Actions: 1/22 actions (Installing new actions)
54402026-07-11T17:46:46.158Z[ recovery-image] Jul 11 17:46:45.501 INFO O| Jul 11 17:46:45.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54412026-07-11T17:46:46.158Z[ recovery-image] Jul 11 17:46:45.501 INFO O| Jul 11 17:46:45.501 INFO STEP 38 (remove_files) COMPLETE
54422026-07-11T17:46:46.158Z[ recovery-image] Jul 11 17:46:45.502 INFO O| Jul 11 17:46:45.502 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-07-11T17:46:46.158Z[ recovery-image] Jul 11 17:46:45.511 INFO O| Jul 11 17:46:45.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54442026-07-11T17:46:46.158Z[ recovery-image] Jul 11 17:46:45.511 INFO O| Jul 11 17:46:45.511 INFO STEP 39 (remove_files) COMPLETE
54452026-07-11T17:46:46.158Z[ recovery-image] Jul 11 17:46:45.511 INFO O| Jul 11 17:46:45.511 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-07-11T17:46:46.166Z[ recovery-image] Jul 11 17:46:45.520 INFO O| Jul 11 17:46:45.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54472026-07-11T17:46:46.166Z[ recovery-image] Jul 11 17:46:45.520 INFO O| Jul 11 17:46:45.520 INFO STEP 40 (remove_files) COMPLETE
54482026-07-11T17:46:46.166Z[ recovery-image] Jul 11 17:46:45.520 INFO O| Jul 11 17:46:45.520 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-07-11T17:46:46.174Z[ recovery-image] Jul 11 17:46:45.529 INFO O| Jul 11 17:46:45.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54502026-07-11T17:46:46.217Z[ recovery-image] Jul 11 17:46:45.529 INFO O| Jul 11 17:46:45.529 INFO STEP 41 (remove_files) COMPLETE
54512026-07-11T17:46:46.218Z[ recovery-image] Jul 11 17:46:45.529 INFO O| Jul 11 17:46:45.529 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.538 INFO O| Jul 11 17:46:45.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54532026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.538 INFO O| Jul 11 17:46:45.538 INFO STEP 42 (remove_files) COMPLETE
54542026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.538 INFO O| Jul 11 17:46:45.538 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.548 INFO O| Jul 11 17:46:45.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54562026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.548 INFO O| Jul 11 17:46:45.548 INFO STEP 43 (remove_files) COMPLETE
54572026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.548 INFO O| Jul 11 17:46:45.548 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.558 INFO O| Jul 11 17:46:45.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54592026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.559 INFO O| Jul 11 17:46:45.559 INFO STEP 44 (remove_files) COMPLETE
54602026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.559 INFO O| Jul 11 17:46:45.559 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.567 INFO O| Jul 11 17:46:45.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54622026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.567 INFO O| Jul 11 17:46:45.567 INFO STEP 45 (remove_files) COMPLETE
54632026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.567 INFO O| Jul 11 17:46:45.567 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.577 INFO O| Jul 11 17:46:45.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54652026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.577 INFO O| Jul 11 17:46:45.577 INFO STEP 46 (remove_files) COMPLETE
54662026-07-11T17:46:46.230Z[ recovery-image] Jul 11 17:46:45.577 INFO O| Jul 11 17:46:45.577 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-07-11T17:46:46.245Z[ recovery-image] Jul 11 17:46:45.588 INFO O| Jul 11 17:46:45.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54682026-07-11T17:46:46.245Z[ recovery-image] Jul 11 17:46:45.588 INFO O| Jul 11 17:46:45.588 INFO STEP 47 (remove_files) COMPLETE
54692026-07-11T17:46:46.245Z[ recovery-image] Jul 11 17:46:45.588 INFO O| Jul 11 17:46:45.588 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-07-11T17:46:46.245Z[ recovery-image] Jul 11 17:46:45.597 INFO O| Jul 11 17:46:45.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54712026-07-11T17:46:46.245Z[ recovery-image] Jul 11 17:46:45.597 INFO O| Jul 11 17:46:45.597 INFO STEP 48 (remove_files) COMPLETE
54722026-07-11T17:46:46.245Z[ recovery-image] Jul 11 17:46:45.597 INFO O| Jul 11 17:46:45.597 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-07-11T17:46:46.258Z[ recovery-image] Jul 11 17:46:45.608 INFO O| Jul 11 17:46:45.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54742026-07-11T17:46:46.258Z[ recovery-image] Jul 11 17:46:45.608 INFO O| Jul 11 17:46:45.608 INFO STEP 49 (remove_files) COMPLETE
54752026-07-11T17:46:46.258Z[ recovery-image] Jul 11 17:46:45.608 INFO O| Jul 11 17:46:45.608 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-07-11T17:46:46.268Z[ recovery-image] Jul 11 17:46:45.618 INFO O| Jul 11 17:46:45.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54772026-07-11T17:46:46.268Z[ recovery-image] Jul 11 17:46:45.618 INFO O| Jul 11 17:46:45.618 INFO STEP 50 (remove_files) COMPLETE
54782026-07-11T17:46:46.268Z[ recovery-image] Jul 11 17:46:45.618 INFO O| Jul 11 17:46:45.618 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-07-11T17:46:46.275Z[ recovery-image] Jul 11 17:46:45.628 INFO O| Jul 11 17:46:45.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54802026-07-11T17:46:46.276Z[ recovery-image] Jul 11 17:46:45.629 INFO O| Jul 11 17:46:45.629 INFO STEP 51 (remove_files) COMPLETE
54812026-07-11T17:46:46.276Z[ recovery-image] Jul 11 17:46:45.629 INFO O| Jul 11 17:46:45.629 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-07-11T17:46:46.285Z[ recovery-image] Jul 11 17:46:45.639 INFO O| Jul 11 17:46:45.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54832026-07-11T17:46:46.294Z[ recovery-image] Jul 11 17:46:45.640 INFO O| Jul 11 17:46:45.640 INFO STEP 52 (remove_files) COMPLETE
54842026-07-11T17:46:46.294Z[ recovery-image] Jul 11 17:46:45.640 INFO O| Jul 11 17:46:45.640 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-07-11T17:46:46.303Z[ recovery-image] Jul 11 17:46:45.649 INFO O| Jul 11 17:46:45.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54862026-07-11T17:46:46.303Z[ recovery-image] Jul 11 17:46:45.649 INFO O| Jul 11 17:46:45.649 INFO STEP 53 (remove_files) COMPLETE
54872026-07-11T17:46:46.303Z[ recovery-image] Jul 11 17:46:45.649 INFO O| Jul 11 17:46:45.649 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-07-11T17:46:46.312Z[ recovery-image] Jul 11 17:46:45.659 INFO O| Jul 11 17:46:45.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54892026-07-11T17:46:46.312Z[ recovery-image] Jul 11 17:46:45.659 INFO O| Jul 11 17:46:45.659 INFO STEP 54 (remove_files) COMPLETE
54902026-07-11T17:46:46.312Z[ recovery-image] Jul 11 17:46:45.659 INFO O| Jul 11 17:46:45.659 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-07-11T17:46:46.320Z[ recovery-image] Jul 11 17:46:45.669 INFO O| Jul 11 17:46:45.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54922026-07-11T17:46:46.320Z[ recovery-image] Jul 11 17:46:45.669 INFO O| Jul 11 17:46:45.669 INFO STEP 55 (remove_files) COMPLETE
54932026-07-11T17:46:46.321Z[ recovery-image] Jul 11 17:46:45.669 INFO O| Jul 11 17:46:45.669 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-07-11T17:46:46.334Z[ recovery-image] Jul 11 17:46:45.679 INFO O| Jul 11 17:46:45.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54952026-07-11T17:46:46.334Z[ recovery-image] Jul 11 17:46:45.679 INFO O| Jul 11 17:46:45.679 INFO STEP 56 (remove_files) COMPLETE
54962026-07-11T17:46:46.334Z[ recovery-image] Jul 11 17:46:45.679 INFO O| Jul 11 17:46:45.679 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-07-11T17:46:46.334Z[ recovery-image] Jul 11 17:46:45.688 INFO O| Jul 11 17:46:45.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54982026-07-11T17:46:46.334Z[ recovery-image] Jul 11 17:46:45.688 INFO O| Jul 11 17:46:45.688 INFO STEP 57 (remove_files) COMPLETE
54992026-07-11T17:46:46.334Z[ recovery-image] Jul 11 17:46:45.688 INFO O| Jul 11 17:46:45.688 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-07-11T17:46:46.344Z[ recovery-image] Jul 11 17:46:45.696 INFO O| Jul 11 17:46:45.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55012026-07-11T17:46:46.344Z[ recovery-image] Jul 11 17:46:45.696 INFO O| Jul 11 17:46:45.696 INFO STEP 58 (remove_files) COMPLETE
55022026-07-11T17:46:46.344Z[ recovery-image] Jul 11 17:46:45.696 INFO O| Jul 11 17:46:45.696 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-07-11T17:46:46.352Z[ recovery-image] Jul 11 17:46:45.704 INFO O| Jul 11 17:46:45.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55042026-07-11T17:46:46.352Z[ recovery-image] Jul 11 17:46:45.704 INFO O| Jul 11 17:46:45.704 INFO STEP 59 (remove_files) COMPLETE
55052026-07-11T17:46:46.352Z[ recovery-image] Jul 11 17:46:45.704 INFO O| Jul 11 17:46:45.704 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-07-11T17:46:46.360Z[ host-image] Jul 11 17:46:45.714 INFO O| Jul 11 17:46:45.713 INFO O| Actions: Completed 22 actions in 0.22 seconds.
55072026-07-11T17:46:46.360Z[ recovery-image] Jul 11 17:46:45.714 INFO O| Jul 11 17:46:45.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55082026-07-11T17:46:46.360Z[ recovery-image] Jul 11 17:46:45.714 INFO O| Jul 11 17:46:45.714 INFO STEP 60 (remove_files) COMPLETE
55092026-07-11T17:46:46.360Z[ recovery-image] Jul 11 17:46:45.714 INFO O| Jul 11 17:46:45.714 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-07-11T17:46:46.369Z[ recovery-image] Jul 11 17:46:45.722 INFO O| Jul 11 17:46:45.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55112026-07-11T17:46:46.369Z[ recovery-image] Jul 11 17:46:45.722 INFO O| Jul 11 17:46:45.722 INFO STEP 61 (remove_files) COMPLETE
55122026-07-11T17:46:46.369Z[ recovery-image] Jul 11 17:46:45.722 INFO O| Jul 11 17:46:45.722 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-07-11T17:46:46.379Z[ host-image] Jul 11 17:46:45.725 INFO O| Jul 11 17:46:45.725 INFO O| Finalize: Updating package state database ... Done
55142026-07-11T17:46:46.379Z[ host-image] Jul 11 17:46:45.725 INFO O| Jul 11 17:46:45.725 INFO O| Finalize: Updating package cache ... Done
55152026-07-11T17:46:46.379Z[ recovery-image] Jul 11 17:46:45.731 INFO O| Jul 11 17:46:45.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55162026-07-11T17:46:46.379Z[ recovery-image] Jul 11 17:46:45.731 INFO O| Jul 11 17:46:45.731 INFO STEP 62 (remove_files) COMPLETE
55172026-07-11T17:46:46.379Z[ recovery-image] Jul 11 17:46:45.731 INFO O| Jul 11 17:46:45.731 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-07-11T17:46:46.387Z[ recovery-image] Jul 11 17:46:45.741 INFO O| Jul 11 17:46:45.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55192026-07-11T17:46:46.387Z[ recovery-image] Jul 11 17:46:45.741 INFO O| Jul 11 17:46:45.741 INFO STEP 63 (remove_files) COMPLETE
55202026-07-11T17:46:46.387Z[ recovery-image] Jul 11 17:46:45.741 INFO O| Jul 11 17:46:45.741 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-07-11T17:46:46.398Z[ recovery-image] Jul 11 17:46:45.752 INFO O| Jul 11 17:46:45.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55222026-07-11T17:46:46.406Z[ recovery-image] Jul 11 17:46:45.753 INFO O| Jul 11 17:46:45.753 INFO STEP 64 (remove_files) COMPLETE
55232026-07-11T17:46:46.406Z[ recovery-image] Jul 11 17:46:45.753 INFO O| Jul 11 17:46:45.753 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-07-11T17:46:46.423Z[ recovery-image] Jul 11 17:46:45.762 INFO O| Jul 11 17:46:45.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55252026-07-11T17:46:46.423Z[ recovery-image] Jul 11 17:46:45.763 INFO O| Jul 11 17:46:45.763 INFO STEP 65 (remove_files) COMPLETE
55262026-07-11T17:46:46.423Z[ host-image] Jul 11 17:46:45.762 INFO O| Jul 11 17:46:45.762 INFO O| Finalize: Updating image state ... Done
55272026-07-11T17:46:46.423Z[ recovery-image] Jul 11 17:46:45.763 INFO O| Jul 11 17:46:45.763 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-07-11T17:46:46.432Z[ recovery-image] Jul 11 17:46:45.772 INFO O| Jul 11 17:46:45.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55292026-07-11T17:46:46.432Z[ recovery-image] Jul 11 17:46:45.772 INFO O| Jul 11 17:46:45.772 INFO STEP 66 (remove_files) COMPLETE
55302026-07-11T17:46:46.432Z[ recovery-image] Jul 11 17:46:45.772 INFO O| Jul 11 17:46:45.772 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-07-11T17:46:46.432Z[ recovery-image] Jul 11 17:46:45.782 INFO O| Jul 11 17:46:45.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55322026-07-11T17:46:46.432Z[ recovery-image] Jul 11 17:46:45.782 INFO O| Jul 11 17:46:45.782 INFO STEP 67 (remove_files) COMPLETE
55332026-07-11T17:46:46.433Z[ recovery-image] Jul 11 17:46:45.782 INFO O| Jul 11 17:46:45.782 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-07-11T17:46:46.441Z[ recovery-image] Jul 11 17:46:45.793 INFO O| Jul 11 17:46:45.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55352026-07-11T17:46:46.441Z[ recovery-image] Jul 11 17:46:45.793 INFO O| Jul 11 17:46:45.793 INFO STEP 68 (remove_files) COMPLETE
55362026-07-11T17:46:46.441Z[ recovery-image] Jul 11 17:46:45.793 INFO O| Jul 11 17:46:45.793 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-07-11T17:46:46.449Z[ recovery-image] Jul 11 17:46:45.803 INFO O| Jul 11 17:46:45.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55382026-07-11T17:46:46.449Z[ recovery-image] Jul 11 17:46:45.803 INFO O| Jul 11 17:46:45.803 INFO STEP 69 (remove_files) COMPLETE
55392026-07-11T17:46:46.449Z[ recovery-image] Jul 11 17:46:45.803 INFO O| Jul 11 17:46:45.803 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-07-11T17:46:46.457Z[ recovery-image] Jul 11 17:46:45.812 INFO O| Jul 11 17:46:45.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55412026-07-11T17:46:46.457Z[ recovery-image] Jul 11 17:46:45.812 INFO O| Jul 11 17:46:45.812 INFO STEP 70 (remove_files) COMPLETE
55422026-07-11T17:46:46.457Z[ recovery-image] Jul 11 17:46:45.812 INFO O| Jul 11 17:46:45.812 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-07-11T17:46:46.466Z[ recovery-image] Jul 11 17:46:45.820 INFO O| Jul 11 17:46:45.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55442026-07-11T17:46:46.475Z[ recovery-image] Jul 11 17:46:45.820 INFO O| Jul 11 17:46:45.820 INFO STEP 71 (remove_files) COMPLETE
55452026-07-11T17:46:46.475Z[ recovery-image] Jul 11 17:46:45.820 INFO O| Jul 11 17:46:45.820 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-07-11T17:46:46.475Z[ recovery-image] Jul 11 17:46:45.828 INFO O| Jul 11 17:46:45.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55472026-07-11T17:46:46.475Z[ recovery-image] Jul 11 17:46:45.828 INFO O| Jul 11 17:46:45.828 INFO STEP 72 (remove_files) COMPLETE
55482026-07-11T17:46:46.475Z[ recovery-image] Jul 11 17:46:45.828 INFO O| Jul 11 17:46:45.828 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-07-11T17:46:46.484Z[ recovery-image] Jul 11 17:46:45.838 INFO O| Jul 11 17:46:45.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55502026-07-11T17:46:46.484Z[ recovery-image] Jul 11 17:46:45.838 INFO O| Jul 11 17:46:45.838 INFO STEP 73 (remove_files) COMPLETE
55512026-07-11T17:46:46.484Z[ recovery-image] Jul 11 17:46:45.838 INFO O| Jul 11 17:46:45.838 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-07-11T17:46:46.499Z[ recovery-image] Jul 11 17:46:45.847 INFO O| Jul 11 17:46:45.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55532026-07-11T17:46:46.499Z[ recovery-image] Jul 11 17:46:45.847 INFO O| Jul 11 17:46:45.847 INFO STEP 74 (remove_files) COMPLETE
55542026-07-11T17:46:46.499Z[ recovery-image] Jul 11 17:46:45.847 INFO O| Jul 11 17:46:45.847 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-07-11T17:46:46.508Z[ recovery-image] Jul 11 17:46:45.857 INFO O| Jul 11 17:46:45.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55562026-07-11T17:46:46.508Z[ recovery-image] Jul 11 17:46:45.857 INFO O| Jul 11 17:46:45.857 INFO STEP 75 (remove_files) COMPLETE
55572026-07-11T17:46:46.508Z[ recovery-image] Jul 11 17:46:45.857 INFO O| Jul 11 17:46:45.857 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-07-11T17:46:46.515Z[ recovery-image] Jul 11 17:46:45.867 INFO O| Jul 11 17:46:45.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55592026-07-11T17:46:46.515Z[ recovery-image] Jul 11 17:46:45.867 INFO O| Jul 11 17:46:45.867 INFO STEP 76 (remove_files) COMPLETE
55602026-07-11T17:46:46.515Z[ recovery-image] Jul 11 17:46:45.867 INFO O| Jul 11 17:46:45.867 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-07-11T17:46:46.525Z[ recovery-image] Jul 11 17:46:45.877 INFO O| Jul 11 17:46:45.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55622026-07-11T17:46:46.525Z[ recovery-image] Jul 11 17:46:45.877 INFO O| Jul 11 17:46:45.877 INFO STEP 77 (remove_files) COMPLETE
55632026-07-11T17:46:46.525Z[ recovery-image] Jul 11 17:46:45.877 INFO O| Jul 11 17:46:45.877 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-07-11T17:46:46.536Z[ recovery-image] Jul 11 17:46:45.885 INFO O| Jul 11 17:46:45.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55652026-07-11T17:46:46.536Z[ recovery-image] Jul 11 17:46:45.885 INFO O| Jul 11 17:46:45.885 INFO STEP 78 (remove_files) COMPLETE
55662026-07-11T17:46:46.536Z[ recovery-image] Jul 11 17:46:45.885 INFO O| Jul 11 17:46:45.885 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-07-11T17:46:46.546Z[ recovery-image] Jul 11 17:46:45.895 INFO O| Jul 11 17:46:45.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55682026-07-11T17:46:46.546Z[ recovery-image] Jul 11 17:46:45.895 INFO O| Jul 11 17:46:45.895 INFO STEP 79 (remove_files) COMPLETE
55692026-07-11T17:46:46.546Z[ recovery-image] Jul 11 17:46:45.895 INFO O| Jul 11 17:46:45.895 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-07-11T17:46:46.555Z[ recovery-image] Jul 11 17:46:45.904 INFO O| Jul 11 17:46:45.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55712026-07-11T17:46:46.555Z[ recovery-image] Jul 11 17:46:45.904 INFO O| Jul 11 17:46:45.904 INFO STEP 80 (remove_files) COMPLETE
55722026-07-11T17:46:46.555Z[ recovery-image] Jul 11 17:46:45.904 INFO O| Jul 11 17:46:45.904 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-07-11T17:46:46.562Z[ recovery-image] Jul 11 17:46:45.914 INFO O| Jul 11 17:46:45.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55742026-07-11T17:46:46.562Z[ recovery-image] Jul 11 17:46:45.914 INFO O| Jul 11 17:46:45.914 INFO STEP 81 (remove_files) COMPLETE
55752026-07-11T17:46:46.562Z[ recovery-image] Jul 11 17:46:45.914 INFO O| Jul 11 17:46:45.914 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-07-11T17:46:46.571Z[ recovery-image] Jul 11 17:46:45.922 INFO O| Jul 11 17:46:45.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55772026-07-11T17:46:46.571Z[ recovery-image] Jul 11 17:46:45.922 INFO O| Jul 11 17:46:45.922 INFO STEP 82 (remove_files) COMPLETE
55782026-07-11T17:46:46.571Z[ recovery-image] Jul 11 17:46:45.922 INFO O| Jul 11 17:46:45.922 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-07-11T17:46:46.579Z[ recovery-image] Jul 11 17:46:45.930 INFO O| Jul 11 17:46:45.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55802026-07-11T17:46:46.579Z[ recovery-image] Jul 11 17:46:45.930 INFO O| Jul 11 17:46:45.930 INFO STEP 83 (remove_files) COMPLETE
55812026-07-11T17:46:46.579Z[ recovery-image] Jul 11 17:46:45.930 INFO O| Jul 11 17:46:45.930 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-07-11T17:46:46.588Z[ recovery-image] Jul 11 17:46:45.941 INFO O| Jul 11 17:46:45.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55832026-07-11T17:46:46.588Z[ recovery-image] Jul 11 17:46:45.941 INFO O| Jul 11 17:46:45.941 INFO STEP 84 (remove_files) COMPLETE
55842026-07-11T17:46:46.588Z[ recovery-image] Jul 11 17:46:45.941 INFO O| Jul 11 17:46:45.941 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-07-11T17:46:46.601Z[ recovery-image] Jul 11 17:46:45.950 INFO O| Jul 11 17:46:45.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55862026-07-11T17:46:46.601Z[ recovery-image] Jul 11 17:46:45.950 INFO O| Jul 11 17:46:45.950 INFO STEP 85 (remove_files) COMPLETE
55872026-07-11T17:46:46.601Z[ recovery-image] Jul 11 17:46:45.950 INFO O| Jul 11 17:46:45.950 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-07-11T17:46:46.612Z[ recovery-image] Jul 11 17:46:45.959 INFO O| Jul 11 17:46:45.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55892026-07-11T17:46:46.612Z[ recovery-image] Jul 11 17:46:45.959 INFO O| Jul 11 17:46:45.959 INFO STEP 86 (remove_files) COMPLETE
55902026-07-11T17:46:46.612Z[ recovery-image] Jul 11 17:46:45.959 INFO O| Jul 11 17:46:45.959 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-07-11T17:46:46.620Z[ recovery-image] Jul 11 17:46:45.968 INFO O| Jul 11 17:46:45.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55922026-07-11T17:46:46.620Z[ recovery-image] Jul 11 17:46:45.968 INFO O| Jul 11 17:46:45.968 INFO STEP 87 (remove_files) COMPLETE
55932026-07-11T17:46:46.620Z[ recovery-image] Jul 11 17:46:45.968 INFO O| Jul 11 17:46:45.968 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-07-11T17:46:46.627Z[ recovery-image] Jul 11 17:46:45.976 INFO O| Jul 11 17:46:45.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55952026-07-11T17:46:46.627Z[ recovery-image] Jul 11 17:46:45.976 INFO O| Jul 11 17:46:45.976 INFO STEP 88 (remove_files) COMPLETE
55962026-07-11T17:46:46.627Z[ recovery-image] Jul 11 17:46:45.976 INFO O| Jul 11 17:46:45.976 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-07-11T17:46:46.636Z[ recovery-image] Jul 11 17:46:45.985 INFO O| Jul 11 17:46:45.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55982026-07-11T17:46:46.636Z[ recovery-image] Jul 11 17:46:45.986 INFO O| Jul 11 17:46:45.986 INFO STEP 89 (remove_files) COMPLETE
55992026-07-11T17:46:46.636Z[ recovery-image] Jul 11 17:46:45.986 INFO O| Jul 11 17:46:45.986 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-07-11T17:46:46.644Z[ recovery-image] Jul 11 17:46:45.994 INFO O| Jul 11 17:46:45.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56012026-07-11T17:46:46.644Z[ recovery-image] Jul 11 17:46:45.994 INFO O| Jul 11 17:46:45.994 INFO STEP 90 (remove_files) COMPLETE
56022026-07-11T17:46:46.644Z[ recovery-image] Jul 11 17:46:45.994 INFO O| Jul 11 17:46:45.994 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-07-11T17:46:46.652Z[ recovery-image] Jul 11 17:46:46.005 INFO O| Jul 11 17:46:46.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56042026-07-11T17:46:46.652Z[ recovery-image] Jul 11 17:46:46.005 INFO O| Jul 11 17:46:46.005 INFO STEP 91 (remove_files) COMPLETE
56052026-07-11T17:46:46.652Z[ recovery-image] Jul 11 17:46:46.005 INFO O| Jul 11 17:46:46.005 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-07-11T17:46:46.660Z[ recovery-image] Jul 11 17:46:46.014 INFO O| Jul 11 17:46:46.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56072026-07-11T17:46:46.661Z[ recovery-image] Jul 11 17:46:46.014 INFO O| Jul 11 17:46:46.014 INFO STEP 92 (remove_files) COMPLETE
56082026-07-11T17:46:46.661Z[ recovery-image] Jul 11 17:46:46.014 INFO O| Jul 11 17:46:46.014 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-07-11T17:46:46.671Z[ recovery-image] Jul 11 17:46:46.022 INFO O| Jul 11 17:46:46.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56102026-07-11T17:46:46.671Z[ recovery-image] Jul 11 17:46:46.022 INFO O| Jul 11 17:46:46.022 INFO STEP 93 (remove_files) COMPLETE
56112026-07-11T17:46:46.671Z[ recovery-image] Jul 11 17:46:46.022 INFO O| Jul 11 17:46:46.022 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-07-11T17:46:46.685Z[ recovery-image] Jul 11 17:46:46.032 INFO O| Jul 11 17:46:46.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56132026-07-11T17:46:46.686Z[ recovery-image] Jul 11 17:46:46.032 INFO O| Jul 11 17:46:46.032 INFO STEP 94 (remove_files) COMPLETE
56142026-07-11T17:46:46.686Z[ recovery-image] Jul 11 17:46:46.032 INFO O| Jul 11 17:46:46.032 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-07-11T17:46:46.698Z[ recovery-image] Jul 11 17:46:46.043 INFO O| Jul 11 17:46:46.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56162026-07-11T17:46:46.698Z[ recovery-image] Jul 11 17:46:46.043 INFO O| Jul 11 17:46:46.043 INFO STEP 95 (remove_files) COMPLETE
56172026-07-11T17:46:46.698Z[ recovery-image] Jul 11 17:46:46.043 INFO O| Jul 11 17:46:46.043 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-07-11T17:46:46.707Z[ recovery-image] Jul 11 17:46:46.054 INFO O| Jul 11 17:46:46.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56192026-07-11T17:46:46.707Z[ recovery-image] Jul 11 17:46:46.054 INFO O| Jul 11 17:46:46.054 INFO STEP 96 (remove_files) COMPLETE
56202026-07-11T17:46:46.707Z[ recovery-image] Jul 11 17:46:46.054 INFO O| Jul 11 17:46:46.054 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-07-11T17:46:46.716Z[ recovery-image] Jul 11 17:46:46.064 INFO O| Jul 11 17:46:46.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56222026-07-11T17:46:46.716Z[ recovery-image] Jul 11 17:46:46.064 INFO O| Jul 11 17:46:46.064 INFO STEP 97 (remove_files) COMPLETE
56232026-07-11T17:46:46.716Z[ recovery-image] Jul 11 17:46:46.064 INFO O| Jul 11 17:46:46.064 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-07-11T17:46:46.725Z[ recovery-image] Jul 11 17:46:46.074 INFO O| Jul 11 17:46:46.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56252026-07-11T17:46:46.725Z[ recovery-image] Jul 11 17:46:46.075 INFO O| Jul 11 17:46:46.075 INFO STEP 98 (remove_files) COMPLETE
56262026-07-11T17:46:46.725Z[ recovery-image] Jul 11 17:46:46.075 INFO O| Jul 11 17:46:46.075 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-07-11T17:46:46.735Z[ recovery-image] Jul 11 17:46:46.086 INFO O| Jul 11 17:46:46.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56282026-07-11T17:46:46.735Z[ recovery-image] Jul 11 17:46:46.086 INFO O| Jul 11 17:46:46.086 INFO STEP 99 (remove_files) COMPLETE
56292026-07-11T17:46:46.735Z[ recovery-image] Jul 11 17:46:46.086 INFO O| Jul 11 17:46:46.086 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-07-11T17:46:46.749Z[ recovery-image] Jul 11 17:46:46.095 INFO O| Jul 11 17:46:46.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56312026-07-11T17:46:46.750Z[ recovery-image] Jul 11 17:46:46.095 INFO O| Jul 11 17:46:46.095 INFO STEP 100 (remove_files) COMPLETE
56322026-07-11T17:46:46.750Z[ recovery-image] Jul 11 17:46:46.095 INFO O| Jul 11 17:46:46.095 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-07-11T17:46:46.758Z[ recovery-image] Jul 11 17:46:46.106 INFO O| Jul 11 17:46:46.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56342026-07-11T17:46:46.758Z[ recovery-image] Jul 11 17:46:46.106 INFO O| Jul 11 17:46:46.106 INFO STEP 101 (remove_files) COMPLETE
56352026-07-11T17:46:46.758Z[ recovery-image] Jul 11 17:46:46.106 INFO O| Jul 11 17:46:46.106 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-07-11T17:46:46.768Z[ recovery-image] Jul 11 17:46:46.116 INFO O| Jul 11 17:46:46.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56372026-07-11T17:46:46.768Z[ recovery-image] Jul 11 17:46:46.116 INFO O| Jul 11 17:46:46.116 INFO STEP 102 (remove_files) COMPLETE
56382026-07-11T17:46:46.768Z[ recovery-image] Jul 11 17:46:46.116 INFO O| Jul 11 17:46:46.116 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-07-11T17:46:46.780Z[ recovery-image] Jul 11 17:46:46.127 INFO O| Jul 11 17:46:46.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56402026-07-11T17:46:46.780Z[ recovery-image] Jul 11 17:46:46.127 INFO O| Jul 11 17:46:46.127 INFO STEP 103 (remove_files) COMPLETE
56412026-07-11T17:46:46.780Z[ recovery-image] Jul 11 17:46:46.127 INFO O| Jul 11 17:46:46.127 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-07-11T17:46:46.789Z[ recovery-image] Jul 11 17:46:46.138 INFO O| Jul 11 17:46:46.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56432026-07-11T17:46:46.789Z[ recovery-image] Jul 11 17:46:46.138 INFO O| Jul 11 17:46:46.138 INFO STEP 104 (remove_files) COMPLETE
56442026-07-11T17:46:46.789Z[ recovery-image] Jul 11 17:46:46.138 INFO O| Jul 11 17:46:46.138 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-07-11T17:46:46.802Z[ recovery-image] Jul 11 17:46:46.149 INFO O| Jul 11 17:46:46.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56462026-07-11T17:46:46.802Z[ recovery-image] Jul 11 17:46:46.149 INFO O| Jul 11 17:46:46.149 INFO STEP 105 (remove_files) COMPLETE
56472026-07-11T17:46:46.802Z[ recovery-image] Jul 11 17:46:46.149 INFO O| Jul 11 17:46:46.149 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-07-11T17:46:46.815Z[ recovery-image] Jul 11 17:46:46.161 INFO O| Jul 11 17:46:46.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56492026-07-11T17:46:46.815Z[ recovery-image] Jul 11 17:46:46.161 INFO O| Jul 11 17:46:46.161 INFO STEP 106 (remove_files) COMPLETE
56502026-07-11T17:46:46.815Z[ recovery-image] Jul 11 17:46:46.161 INFO O| Jul 11 17:46:46.161 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-07-11T17:46:46.824Z[ recovery-image] Jul 11 17:46:46.172 INFO O| Jul 11 17:46:46.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56522026-07-11T17:46:46.825Z[ recovery-image] Jul 11 17:46:46.172 INFO O| Jul 11 17:46:46.172 INFO STEP 107 (remove_files) COMPLETE
56532026-07-11T17:46:46.825Z[ recovery-image] Jul 11 17:46:46.172 INFO O| Jul 11 17:46:46.172 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-07-11T17:46:46.834Z[ recovery-image] Jul 11 17:46:46.183 INFO O| Jul 11 17:46:46.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56552026-07-11T17:46:46.834Z[ recovery-image] Jul 11 17:46:46.184 INFO O| Jul 11 17:46:46.184 INFO STEP 108 (remove_files) COMPLETE
56562026-07-11T17:46:46.834Z[ recovery-image] Jul 11 17:46:46.184 INFO O| Jul 11 17:46:46.184 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-07-11T17:46:46.844Z[ recovery-image] Jul 11 17:46:46.195 INFO O| Jul 11 17:46:46.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56582026-07-11T17:46:46.844Z[ recovery-image] Jul 11 17:46:46.195 INFO O| Jul 11 17:46:46.195 INFO STEP 109 (remove_files) COMPLETE
56592026-07-11T17:46:46.844Z[ recovery-image] Jul 11 17:46:46.195 INFO O| Jul 11 17:46:46.195 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-07-11T17:46:46.853Z[ recovery-image] Jul 11 17:46:46.204 INFO O| Jul 11 17:46:46.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56612026-07-11T17:46:46.853Z[ recovery-image] Jul 11 17:46:46.204 INFO O| Jul 11 17:46:46.204 INFO STEP 110 (remove_files) COMPLETE
56622026-07-11T17:46:46.853Z[ recovery-image] Jul 11 17:46:46.204 INFO O| Jul 11 17:46:46.204 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-07-11T17:46:46.863Z[ recovery-image] Jul 11 17:46:46.214 INFO O| Jul 11 17:46:46.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56642026-07-11T17:46:46.863Z[ recovery-image] Jul 11 17:46:46.214 INFO O| Jul 11 17:46:46.214 INFO STEP 111 (remove_files) COMPLETE
56652026-07-11T17:46:46.863Z[ recovery-image] Jul 11 17:46:46.214 INFO O| Jul 11 17:46:46.214 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-07-11T17:46:46.872Z[ recovery-image] Jul 11 17:46:46.224 INFO O| Jul 11 17:46:46.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56672026-07-11T17:46:46.873Z[ recovery-image] Jul 11 17:46:46.224 INFO O| Jul 11 17:46:46.224 INFO STEP 112 (remove_files) COMPLETE
56682026-07-11T17:46:46.873Z[ recovery-image] Jul 11 17:46:46.224 INFO O| Jul 11 17:46:46.224 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-07-11T17:46:46.882Z[ recovery-image] Jul 11 17:46:46.235 INFO O| Jul 11 17:46:46.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56702026-07-11T17:46:46.882Z[ recovery-image] Jul 11 17:46:46.236 INFO O| Jul 11 17:46:46.236 INFO STEP 113 (remove_files) COMPLETE
56712026-07-11T17:46:46.882Z[ recovery-image] Jul 11 17:46:46.236 INFO O| Jul 11 17:46:46.236 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-07-11T17:46:46.892Z[ recovery-image] Jul 11 17:46:46.246 INFO O| Jul 11 17:46:46.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56732026-07-11T17:46:46.892Z[ recovery-image] Jul 11 17:46:46.246 INFO O| Jul 11 17:46:46.246 INFO STEP 114 (remove_files) COMPLETE
56742026-07-11T17:46:46.892Z[ recovery-image] Jul 11 17:46:46.246 INFO O| Jul 11 17:46:46.246 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-07-11T17:46:46.902Z[ recovery-image] Jul 11 17:46:46.256 INFO O| Jul 11 17:46:46.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56762026-07-11T17:46:46.911Z[ recovery-image] Jul 11 17:46:46.256 INFO O| Jul 11 17:46:46.256 INFO STEP 115 (remove_files) COMPLETE
56772026-07-11T17:46:46.911Z[ recovery-image] Jul 11 17:46:46.256 INFO O| Jul 11 17:46:46.256 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-07-11T17:46:46.926Z[ recovery-image] Jul 11 17:46:46.266 INFO O| Jul 11 17:46:46.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56792026-07-11T17:46:46.926Z[ recovery-image] Jul 11 17:46:46.266 INFO O| Jul 11 17:46:46.266 INFO STEP 116 (remove_files) COMPLETE
56802026-07-11T17:46:46.926Z[ recovery-image] Jul 11 17:46:46.266 INFO O| Jul 11 17:46:46.266 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-07-11T17:46:46.926Z[ recovery-image] Jul 11 17:46:46.276 INFO O| Jul 11 17:46:46.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56822026-07-11T17:46:46.926Z[ recovery-image] Jul 11 17:46:46.276 INFO O| Jul 11 17:46:46.276 INFO STEP 117 (remove_files) COMPLETE
56832026-07-11T17:46:46.926Z[ recovery-image] Jul 11 17:46:46.276 INFO O| Jul 11 17:46:46.276 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-07-11T17:46:46.937Z[ recovery-image] Jul 11 17:46:46.286 INFO O| Jul 11 17:46:46.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56852026-07-11T17:46:46.937Z[ recovery-image] Jul 11 17:46:46.286 INFO O| Jul 11 17:46:46.286 INFO STEP 118 (remove_files) COMPLETE
56862026-07-11T17:46:46.937Z[ recovery-image] Jul 11 17:46:46.286 INFO O| Jul 11 17:46:46.286 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-07-11T17:46:46.949Z[ recovery-image] Jul 11 17:46:46.295 INFO O| Jul 11 17:46:46.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56882026-07-11T17:46:46.949Z[ recovery-image] Jul 11 17:46:46.296 INFO O| Jul 11 17:46:46.295 INFO STEP 119 (remove_files) COMPLETE
56892026-07-11T17:46:46.949Z[ recovery-image] Jul 11 17:46:46.296 INFO O| Jul 11 17:46:46.295 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-07-11T17:46:46.959Z[ recovery-image] Jul 11 17:46:46.306 INFO O| Jul 11 17:46:46.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56912026-07-11T17:46:46.959Z[ recovery-image] Jul 11 17:46:46.306 INFO O| Jul 11 17:46:46.306 INFO STEP 120 (remove_files) COMPLETE
56922026-07-11T17:46:46.959Z[ recovery-image] Jul 11 17:46:46.306 INFO O| Jul 11 17:46:46.306 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-07-11T17:46:46.976Z[ recovery-image] Jul 11 17:46:46.318 INFO O| Jul 11 17:46:46.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56942026-07-11T17:46:46.976Z[ recovery-image] Jul 11 17:46:46.318 INFO O| Jul 11 17:46:46.318 INFO STEP 121 (remove_files) COMPLETE
56952026-07-11T17:46:46.976Z[ recovery-image] Jul 11 17:46:46.318 INFO O| Jul 11 17:46:46.318 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-07-11T17:46:46.976Z[ recovery-image] Jul 11 17:46:46.328 INFO O| Jul 11 17:46:46.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56972026-07-11T17:46:46.976Z[ recovery-image] Jul 11 17:46:46.328 INFO O| Jul 11 17:46:46.328 INFO STEP 122 (remove_files) COMPLETE
56982026-07-11T17:46:46.976Z[ recovery-image] Jul 11 17:46:46.328 INFO O| Jul 11 17:46:46.328 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-07-11T17:46:46.986Z[ recovery-image] Jul 11 17:46:46.339 INFO O| Jul 11 17:46:46.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57002026-07-11T17:46:46.986Z[ recovery-image] Jul 11 17:46:46.339 INFO O| Jul 11 17:46:46.339 INFO STEP 123 (remove_files) COMPLETE
57012026-07-11T17:46:46.986Z[ recovery-image] Jul 11 17:46:46.339 INFO O| Jul 11 17:46:46.339 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-07-11T17:46:46.996Z[ recovery-image] Jul 11 17:46:46.350 INFO O| Jul 11 17:46:46.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57032026-07-11T17:46:46.996Z[ recovery-image] Jul 11 17:46:46.350 INFO O| Jul 11 17:46:46.350 INFO STEP 124 (remove_files) COMPLETE
57042026-07-11T17:46:46.996Z[ recovery-image] Jul 11 17:46:46.350 INFO O| Jul 11 17:46:46.350 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-07-11T17:46:47.007Z[ recovery-image] Jul 11 17:46:46.361 INFO O| Jul 11 17:46:46.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57062026-07-11T17:46:47.016Z[ recovery-image] Jul 11 17:46:46.361 INFO O| Jul 11 17:46:46.361 INFO STEP 125 (remove_files) COMPLETE
57072026-07-11T17:46:47.016Z[ recovery-image] Jul 11 17:46:46.361 INFO O| Jul 11 17:46:46.361 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-07-11T17:46:47.037Z[ recovery-image] Jul 11 17:46:46.373 INFO O| Jul 11 17:46:46.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57092026-07-11T17:46:47.037Z[ recovery-image] Jul 11 17:46:46.373 INFO O| Jul 11 17:46:46.373 INFO STEP 126 (remove_files) COMPLETE
57102026-07-11T17:46:47.037Z[ recovery-image] Jul 11 17:46:46.373 INFO O| Jul 11 17:46:46.373 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-07-11T17:46:47.037Z[ recovery-image] Jul 11 17:46:46.383 INFO O| Jul 11 17:46:46.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57122026-07-11T17:46:47.037Z[ recovery-image] Jul 11 17:46:46.383 INFO O| Jul 11 17:46:46.383 INFO STEP 127 (remove_files) COMPLETE
57132026-07-11T17:46:47.037Z[ recovery-image] Jul 11 17:46:46.383 INFO O| Jul 11 17:46:46.383 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-07-11T17:46:47.048Z[ recovery-image] Jul 11 17:46:46.393 INFO O| Jul 11 17:46:46.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57152026-07-11T17:46:47.048Z[ recovery-image] Jul 11 17:46:46.393 INFO O| Jul 11 17:46:46.393 INFO STEP 128 (remove_files) COMPLETE
57162026-07-11T17:46:47.048Z[ recovery-image] Jul 11 17:46:46.393 INFO O| Jul 11 17:46:46.393 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-07-11T17:46:47.065Z[ recovery-image] Jul 11 17:46:46.402 INFO O| Jul 11 17:46:46.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57182026-07-11T17:46:47.065Z[ recovery-image] Jul 11 17:46:46.402 INFO O| Jul 11 17:46:46.402 INFO STEP 129 (remove_files) COMPLETE
57192026-07-11T17:46:47.065Z[ recovery-image] Jul 11 17:46:46.402 INFO O| Jul 11 17:46:46.402 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-07-11T17:46:47.065Z[ recovery-image] Jul 11 17:46:46.412 INFO O| Jul 11 17:46:46.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57212026-07-11T17:46:47.065Z[ recovery-image] Jul 11 17:46:46.412 INFO O| Jul 11 17:46:46.412 INFO STEP 130 (remove_files) COMPLETE
57222026-07-11T17:46:47.065Z[ recovery-image] Jul 11 17:46:46.412 INFO O| Jul 11 17:46:46.412 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-07-11T17:46:47.085Z[ recovery-image] Jul 11 17:46:46.420 INFO O| Jul 11 17:46:46.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57242026-07-11T17:46:47.086Z[ recovery-image] Jul 11 17:46:46.420 INFO O| Jul 11 17:46:46.420 INFO STEP 131 (remove_files) COMPLETE
57252026-07-11T17:46:47.086Z[ recovery-image] Jul 11 17:46:46.420 INFO O| Jul 11 17:46:46.420 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-07-11T17:46:47.086Z[ recovery-image] Jul 11 17:46:46.428 INFO O| Jul 11 17:46:46.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57272026-07-11T17:46:47.086Z[ recovery-image] Jul 11 17:46:46.428 INFO O| Jul 11 17:46:46.428 INFO STEP 132 (remove_files) COMPLETE
57282026-07-11T17:46:47.086Z[ recovery-image] Jul 11 17:46:46.428 INFO O| Jul 11 17:46:46.428 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-07-11T17:46:47.086Z[ recovery-image] Jul 11 17:46:46.438 INFO O| Jul 11 17:46:46.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57302026-07-11T17:46:47.086Z[ recovery-image] Jul 11 17:46:46.438 INFO O| Jul 11 17:46:46.438 INFO STEP 133 (remove_files) COMPLETE
57312026-07-11T17:46:47.086Z[ recovery-image] Jul 11 17:46:46.438 INFO O| Jul 11 17:46:46.438 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-07-11T17:46:47.096Z[ recovery-image] Jul 11 17:46:46.447 INFO O| Jul 11 17:46:46.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57332026-07-11T17:46:47.096Z[ recovery-image] Jul 11 17:46:46.447 INFO O| Jul 11 17:46:46.447 INFO STEP 134 (remove_files) COMPLETE
57342026-07-11T17:46:47.096Z[ recovery-image] Jul 11 17:46:46.447 INFO O| Jul 11 17:46:46.447 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-07-11T17:46:47.116Z[ recovery-image] Jul 11 17:46:46.457 INFO O| Jul 11 17:46:46.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57362026-07-11T17:46:47.116Z[ recovery-image] Jul 11 17:46:46.457 INFO O| Jul 11 17:46:46.457 INFO STEP 135 (remove_files) COMPLETE
57372026-07-11T17:46:47.116Z[ recovery-image] Jul 11 17:46:46.457 INFO O| Jul 11 17:46:46.457 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-07-11T17:46:47.131Z[ recovery-image] Jul 11 17:46:46.465 INFO O| Jul 11 17:46:46.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57392026-07-11T17:46:47.131Z[ recovery-image] Jul 11 17:46:46.465 INFO O| Jul 11 17:46:46.465 INFO STEP 136 (remove_files) COMPLETE
57402026-07-11T17:46:47.131Z[ recovery-image] Jul 11 17:46:46.465 INFO O| Jul 11 17:46:46.465 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-07-11T17:46:47.131Z[ recovery-image] Jul 11 17:46:46.474 INFO O| Jul 11 17:46:46.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57422026-07-11T17:46:47.131Z[ recovery-image] Jul 11 17:46:46.474 INFO O| Jul 11 17:46:46.474 INFO STEP 137 (remove_files) COMPLETE
57432026-07-11T17:46:47.131Z[ recovery-image] Jul 11 17:46:46.474 INFO O| Jul 11 17:46:46.474 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-07-11T17:46:47.131Z[ recovery-image] Jul 11 17:46:46.482 INFO O| Jul 11 17:46:46.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57452026-07-11T17:46:47.131Z[ recovery-image] Jul 11 17:46:46.482 INFO O| Jul 11 17:46:46.482 INFO STEP 138 (remove_files) COMPLETE
57462026-07-11T17:46:47.132Z[ recovery-image] Jul 11 17:46:46.482 INFO O| Jul 11 17:46:46.482 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-07-11T17:46:47.141Z[ recovery-image] Jul 11 17:46:46.491 INFO O| Jul 11 17:46:46.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57482026-07-11T17:46:47.141Z[ recovery-image] Jul 11 17:46:46.491 INFO O| Jul 11 17:46:46.491 INFO STEP 139 (remove_files) COMPLETE
57492026-07-11T17:46:47.141Z[ recovery-image] Jul 11 17:46:46.491 INFO O| Jul 11 17:46:46.491 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-07-11T17:46:47.153Z[ recovery-image] Jul 11 17:46:46.500 INFO O| Jul 11 17:46:46.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57512026-07-11T17:46:47.154Z[ recovery-image] Jul 11 17:46:46.500 INFO O| Jul 11 17:46:46.500 INFO STEP 140 (remove_files) COMPLETE
57522026-07-11T17:46:47.154Z[ recovery-image] Jul 11 17:46:46.500 INFO O| Jul 11 17:46:46.500 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-07-11T17:46:47.166Z[ recovery-image] Jul 11 17:46:46.511 INFO O| Jul 11 17:46:46.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57542026-07-11T17:46:47.166Z[ recovery-image] Jul 11 17:46:46.511 INFO O| Jul 11 17:46:46.511 INFO STEP 141 (remove_files) COMPLETE
57552026-07-11T17:46:47.166Z[ recovery-image] Jul 11 17:46:46.511 INFO O| Jul 11 17:46:46.511 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-07-11T17:46:47.182Z[ recovery-image] Jul 11 17:46:46.521 INFO O| Jul 11 17:46:46.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57572026-07-11T17:46:47.182Z[ recovery-image] Jul 11 17:46:46.521 INFO O| Jul 11 17:46:46.521 INFO STEP 142 (remove_files) COMPLETE
57582026-07-11T17:46:47.182Z[ recovery-image] Jul 11 17:46:46.521 INFO O| Jul 11 17:46:46.521 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-07-11T17:46:47.182Z[ recovery-image] Jul 11 17:46:46.530 INFO O| Jul 11 17:46:46.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57602026-07-11T17:46:47.182Z[ recovery-image] Jul 11 17:46:46.530 INFO O| Jul 11 17:46:46.530 INFO STEP 143 (remove_files) COMPLETE
57612026-07-11T17:46:47.182Z[ recovery-image] Jul 11 17:46:46.530 INFO O| Jul 11 17:46:46.530 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-07-11T17:46:47.199Z[ recovery-image] Jul 11 17:46:46.538 INFO O| Jul 11 17:46:46.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57632026-07-11T17:46:47.199Z[ recovery-image] Jul 11 17:46:46.538 INFO O| Jul 11 17:46:46.538 INFO STEP 144 (remove_files) COMPLETE
57642026-07-11T17:46:47.199Z[ recovery-image] Jul 11 17:46:46.538 INFO O| Jul 11 17:46:46.538 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-07-11T17:46:47.199Z[ recovery-image] Jul 11 17:46:46.546 INFO O| Jul 11 17:46:46.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57662026-07-11T17:46:47.199Z[ recovery-image] Jul 11 17:46:46.546 INFO O| Jul 11 17:46:46.546 INFO STEP 145 (remove_files) COMPLETE
57672026-07-11T17:46:47.199Z[ recovery-image] Jul 11 17:46:46.546 INFO O| Jul 11 17:46:46.546 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-07-11T17:46:47.208Z[ recovery-image] Jul 11 17:46:46.556 INFO O| Jul 11 17:46:46.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57692026-07-11T17:46:47.208Z[ recovery-image] Jul 11 17:46:46.556 INFO O| Jul 11 17:46:46.556 INFO STEP 146 (remove_files) COMPLETE
57702026-07-11T17:46:47.208Z[ recovery-image] Jul 11 17:46:46.556 INFO O| Jul 11 17:46:46.556 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-07-11T17:46:47.219Z[ recovery-image] Jul 11 17:46:46.565 INFO O| Jul 11 17:46:46.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57722026-07-11T17:46:47.219Z[ recovery-image] Jul 11 17:46:46.565 INFO O| Jul 11 17:46:46.565 INFO STEP 147 (remove_files) COMPLETE
57732026-07-11T17:46:47.219Z[ recovery-image] Jul 11 17:46:46.565 INFO O| Jul 11 17:46:46.565 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-07-11T17:46:47.227Z[ recovery-image] Jul 11 17:46:46.574 INFO O| Jul 11 17:46:46.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57752026-07-11T17:46:47.228Z[ recovery-image] Jul 11 17:46:46.574 INFO O| Jul 11 17:46:46.574 INFO STEP 148 (remove_files) COMPLETE
57762026-07-11T17:46:47.228Z[ recovery-image] Jul 11 17:46:46.574 INFO O| Jul 11 17:46:46.574 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-07-11T17:46:47.237Z[ recovery-image] Jul 11 17:46:46.583 INFO O| Jul 11 17:46:46.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57782026-07-11T17:46:47.237Z[ recovery-image] Jul 11 17:46:46.583 INFO O| Jul 11 17:46:46.583 INFO STEP 149 (remove_files) COMPLETE
57792026-07-11T17:46:47.237Z[ recovery-image] Jul 11 17:46:46.583 INFO O| Jul 11 17:46:46.583 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-07-11T17:46:47.237Z[ recovery-image] Jul 11 17:46:46.591 INFO O| Jul 11 17:46:46.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57812026-07-11T17:46:47.247Z[ recovery-image] Jul 11 17:46:46.592 INFO O| Jul 11 17:46:46.592 INFO STEP 150 (remove_files) COMPLETE
57822026-07-11T17:46:47.247Z[ recovery-image] Jul 11 17:46:46.592 INFO O| Jul 11 17:46:46.592 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-07-11T17:46:47.247Z[ recovery-image] Jul 11 17:46:46.601 INFO O| Jul 11 17:46:46.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57842026-07-11T17:46:47.247Z[ recovery-image] Jul 11 17:46:46.601 INFO O| Jul 11 17:46:46.601 INFO STEP 151 (remove_files) COMPLETE
57852026-07-11T17:46:47.247Z[ recovery-image] Jul 11 17:46:46.601 INFO O| Jul 11 17:46:46.601 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-07-11T17:46:47.257Z[ recovery-image] Jul 11 17:46:46.609 INFO O| Jul 11 17:46:46.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57872026-07-11T17:46:47.257Z[ recovery-image] Jul 11 17:46:46.609 INFO O| Jul 11 17:46:46.609 INFO STEP 152 (remove_files) COMPLETE
57882026-07-11T17:46:47.257Z[ recovery-image] Jul 11 17:46:46.609 INFO O| Jul 11 17:46:46.609 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-07-11T17:46:47.267Z[ recovery-image] Jul 11 17:46:46.619 INFO O| Jul 11 17:46:46.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57902026-07-11T17:46:47.267Z[ recovery-image] Jul 11 17:46:46.619 INFO O| Jul 11 17:46:46.619 INFO STEP 153 (remove_files) COMPLETE
57912026-07-11T17:46:47.267Z[ recovery-image] Jul 11 17:46:46.619 INFO O| Jul 11 17:46:46.619 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-07-11T17:46:47.276Z[ recovery-image] Jul 11 17:46:46.629 INFO O| Jul 11 17:46:46.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57932026-07-11T17:46:47.276Z[ recovery-image] Jul 11 17:46:46.629 INFO O| Jul 11 17:46:46.629 INFO STEP 154 (remove_files) COMPLETE
57942026-07-11T17:46:47.276Z[ recovery-image] Jul 11 17:46:46.629 INFO O| Jul 11 17:46:46.629 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-07-11T17:46:47.289Z[ recovery-image] Jul 11 17:46:46.639 INFO O| Jul 11 17:46:46.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57962026-07-11T17:46:47.289Z[ recovery-image] Jul 11 17:46:46.639 INFO O| Jul 11 17:46:46.639 INFO STEP 155 (remove_files) COMPLETE
57972026-07-11T17:46:47.289Z[ recovery-image] Jul 11 17:46:46.639 INFO O| Jul 11 17:46:46.639 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-07-11T17:46:47.299Z[ recovery-image] Jul 11 17:46:46.648 INFO O| Jul 11 17:46:46.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57992026-07-11T17:46:47.300Z[ recovery-image] Jul 11 17:46:46.648 INFO O| Jul 11 17:46:46.648 INFO STEP 156 (remove_files) COMPLETE
58002026-07-11T17:46:47.300Z[ recovery-image] Jul 11 17:46:46.648 INFO O| Jul 11 17:46:46.648 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-07-11T17:46:47.309Z[ recovery-image] Jul 11 17:46:46.659 INFO O| Jul 11 17:46:46.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58022026-07-11T17:46:47.310Z[ recovery-image] Jul 11 17:46:46.659 INFO O| Jul 11 17:46:46.659 INFO STEP 157 (remove_files) COMPLETE
58032026-07-11T17:46:47.310Z[ recovery-image] Jul 11 17:46:46.659 INFO O| Jul 11 17:46:46.659 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-07-11T17:46:47.319Z[ recovery-image] Jul 11 17:46:46.668 INFO O| Jul 11 17:46:46.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58052026-07-11T17:46:47.319Z[ recovery-image] Jul 11 17:46:46.668 INFO O| Jul 11 17:46:46.668 INFO STEP 158 (remove_files) COMPLETE
58062026-07-11T17:46:47.319Z[ recovery-image] Jul 11 17:46:46.668 INFO O| Jul 11 17:46:46.668 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-07-11T17:46:47.331Z[ recovery-image] Jul 11 17:46:46.679 INFO O| Jul 11 17:46:46.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58082026-07-11T17:46:47.331Z[ recovery-image] Jul 11 17:46:46.679 INFO O| Jul 11 17:46:46.679 INFO STEP 159 (remove_files) COMPLETE
58092026-07-11T17:46:47.331Z[ recovery-image] Jul 11 17:46:46.679 INFO O| Jul 11 17:46:46.679 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-07-11T17:46:47.340Z[ host-image] Jul 11 17:46:46.687 INFO O| Jul 11 17:46:46.687 INFO O| Finalize: Creating fast lookup database ... Done
58112026-07-11T17:46:47.340Z[ recovery-image] Jul 11 17:46:46.688 INFO O| Jul 11 17:46:46.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58122026-07-11T17:46:47.340Z[ recovery-image] Jul 11 17:46:46.688 INFO O| Jul 11 17:46:46.688 INFO STEP 160 (remove_files) COMPLETE
58132026-07-11T17:46:47.340Z[ recovery-image] Jul 11 17:46:46.688 INFO O| Jul 11 17:46:46.688 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-07-11T17:46:47.359Z[ recovery-image] Jul 11 17:46:46.699 INFO O| Jul 11 17:46:46.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58152026-07-11T17:46:47.359Z[ recovery-image] Jul 11 17:46:46.699 INFO O| Jul 11 17:46:46.699 INFO STEP 161 (remove_files) COMPLETE
58162026-07-11T17:46:47.359Z[ recovery-image] Jul 11 17:46:46.699 INFO O| Jul 11 17:46:46.699 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-07-11T17:46:47.359Z[ recovery-image] Jul 11 17:46:46.708 INFO O| Jul 11 17:46:46.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58182026-07-11T17:46:47.359Z[ recovery-image] Jul 11 17:46:46.708 INFO O| Jul 11 17:46:46.708 INFO STEP 162 (remove_files) COMPLETE
58192026-07-11T17:46:47.359Z[ recovery-image] Jul 11 17:46:46.708 INFO O| Jul 11 17:46:46.708 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-07-11T17:46:47.372Z[ host-image] Jul 11 17:46:46.716 INFO O| Jul 11 17:46:46.715 INFO O| Finalize: Reading search index ... Done
58212026-07-11T17:46:47.372Z[ host-image] Jul 11 17:46:46.716 INFO O| Jul 11 17:46:46.716 INFO O| Finalize: Updating search index ... Done
58222026-07-11T17:46:47.372Z[ recovery-image] Jul 11 17:46:46.717 INFO O| Jul 11 17:46:46.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58232026-07-11T17:46:47.372Z[ recovery-image] Jul 11 17:46:46.717 INFO O| Jul 11 17:46:46.717 INFO STEP 163 (remove_files) COMPLETE
58242026-07-11T17:46:47.372Z[ recovery-image] Jul 11 17:46:46.717 INFO O| Jul 11 17:46:46.717 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-07-11T17:46:47.372Z[ host-image] Jul 11 17:46:46.726 INFO O| Jul 11 17:46:46.726 INFO O| Finalize: Updating package cache ... Done
58262026-07-11T17:46:47.372Z[ recovery-image] Jul 11 17:46:46.726 INFO O| Jul 11 17:46:46.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58272026-07-11T17:46:47.372Z[ recovery-image] Jul 11 17:46:46.726 INFO O| Jul 11 17:46:46.726 INFO STEP 164 (remove_files) COMPLETE
58282026-07-11T17:46:47.373Z[ recovery-image] Jul 11 17:46:46.726 INFO O| Jul 11 17:46:46.726 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-07-11T17:46:47.383Z[ recovery-image] Jul 11 17:46:46.736 INFO O| Jul 11 17:46:46.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58302026-07-11T17:46:47.383Z[ recovery-image] Jul 11 17:46:46.736 INFO O| Jul 11 17:46:46.736 INFO STEP 165 (remove_files) COMPLETE
58312026-07-11T17:46:47.383Z[ recovery-image] Jul 11 17:46:46.736 INFO O| Jul 11 17:46:46.736 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-07-11T17:46:47.404Z[ recovery-image] Jul 11 17:46:46.747 INFO O| Jul 11 17:46:46.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58332026-07-11T17:46:47.404Z[ recovery-image] Jul 11 17:46:46.747 INFO O| Jul 11 17:46:46.747 INFO STEP 166 (remove_files) COMPLETE
58342026-07-11T17:46:47.404Z[ recovery-image] Jul 11 17:46:46.747 INFO O| Jul 11 17:46:46.747 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-07-11T17:46:47.414Z[ recovery-image] Jul 11 17:46:46.756 INFO O| Jul 11 17:46:46.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58362026-07-11T17:46:47.414Z[ recovery-image] Jul 11 17:46:46.756 INFO O| Jul 11 17:46:46.756 INFO STEP 167 (remove_files) COMPLETE
58372026-07-11T17:46:47.414Z[ recovery-image] Jul 11 17:46:46.756 INFO O| Jul 11 17:46:46.756 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-07-11T17:46:47.414Z[ recovery-image] Jul 11 17:46:46.764 INFO O| Jul 11 17:46:46.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58392026-07-11T17:46:47.414Z[ recovery-image] Jul 11 17:46:46.764 INFO O| Jul 11 17:46:46.764 INFO STEP 168 (remove_files) COMPLETE
58402026-07-11T17:46:47.415Z[ recovery-image] Jul 11 17:46:46.764 INFO O| Jul 11 17:46:46.764 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-07-11T17:46:47.425Z[ recovery-image] Jul 11 17:46:46.772 INFO O| Jul 11 17:46:46.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58422026-07-11T17:46:47.425Z[ recovery-image] Jul 11 17:46:46.772 INFO O| Jul 11 17:46:46.772 INFO STEP 169 (remove_files) COMPLETE
58432026-07-11T17:46:47.425Z[ recovery-image] Jul 11 17:46:46.772 INFO O| Jul 11 17:46:46.772 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-07-11T17:46:47.434Z[ recovery-image] Jul 11 17:46:46.781 INFO O| Jul 11 17:46:46.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58452026-07-11T17:46:47.434Z[ recovery-image] Jul 11 17:46:46.781 INFO O| Jul 11 17:46:46.781 INFO STEP 170 (remove_files) COMPLETE
58462026-07-11T17:46:47.434Z[ recovery-image] Jul 11 17:46:46.781 INFO O| Jul 11 17:46:46.781 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-07-11T17:46:47.445Z[ recovery-image] Jul 11 17:46:46.789 INFO O| Jul 11 17:46:46.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58482026-07-11T17:46:47.445Z[ recovery-image] Jul 11 17:46:46.789 INFO O| Jul 11 17:46:46.789 INFO STEP 171 (remove_files) COMPLETE
58492026-07-11T17:46:47.445Z[ recovery-image] Jul 11 17:46:46.789 INFO O| Jul 11 17:46:46.789 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-07-11T17:46:47.445Z[ recovery-image] Jul 11 17:46:46.797 INFO O| Jul 11 17:46:46.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58512026-07-11T17:46:47.445Z[ recovery-image] Jul 11 17:46:46.797 INFO O| Jul 11 17:46:46.797 INFO STEP 172 (remove_files) COMPLETE
58522026-07-11T17:46:47.445Z[ recovery-image] Jul 11 17:46:46.797 INFO O| Jul 11 17:46:46.797 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-07-11T17:46:47.455Z[ recovery-image] Jul 11 17:46:46.805 INFO O| Jul 11 17:46:46.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58542026-07-11T17:46:47.455Z[ recovery-image] Jul 11 17:46:46.805 INFO O| Jul 11 17:46:46.805 INFO STEP 173 (remove_files) COMPLETE
58552026-07-11T17:46:47.455Z[ recovery-image] Jul 11 17:46:46.805 INFO O| Jul 11 17:46:46.805 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-07-11T17:46:47.462Z[ recovery-image] Jul 11 17:46:46.812 INFO O| Jul 11 17:46:46.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58572026-07-11T17:46:47.463Z[ recovery-image] Jul 11 17:46:46.812 INFO O| Jul 11 17:46:46.812 INFO STEP 174 (remove_files) COMPLETE
58582026-07-11T17:46:47.463Z[ recovery-image] Jul 11 17:46:46.812 INFO O| Jul 11 17:46:46.812 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-07-11T17:46:47.474Z[ recovery-image] Jul 11 17:46:46.820 INFO O| Jul 11 17:46:46.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58602026-07-11T17:46:47.474Z[ recovery-image] Jul 11 17:46:46.820 INFO O| Jul 11 17:46:46.820 INFO STEP 175 (remove_files) COMPLETE
58612026-07-11T17:46:47.474Z[ recovery-image] Jul 11 17:46:46.821 INFO O| Jul 11 17:46:46.820 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-07-11T17:46:47.486Z[ recovery-image] Jul 11 17:46:46.828 INFO O| Jul 11 17:46:46.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58632026-07-11T17:46:47.486Z[ recovery-image] Jul 11 17:46:46.828 INFO O| Jul 11 17:46:46.828 INFO STEP 176 (remove_files) COMPLETE
58642026-07-11T17:46:47.486Z[ recovery-image] Jul 11 17:46:46.828 INFO O| Jul 11 17:46:46.828 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-07-11T17:46:47.486Z[ recovery-image] Jul 11 17:46:46.836 INFO O| Jul 11 17:46:46.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58662026-07-11T17:46:47.486Z[ recovery-image] Jul 11 17:46:46.836 INFO O| Jul 11 17:46:46.836 INFO STEP 177 (remove_files) COMPLETE
58672026-07-11T17:46:47.486Z[ recovery-image] Jul 11 17:46:46.836 INFO O| Jul 11 17:46:46.836 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-07-11T17:46:47.494Z[ recovery-image] Jul 11 17:46:46.844 INFO O| Jul 11 17:46:46.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58692026-07-11T17:46:47.494Z[ recovery-image] Jul 11 17:46:46.844 INFO O| Jul 11 17:46:46.844 INFO STEP 178 (remove_files) COMPLETE
58702026-07-11T17:46:47.494Z[ recovery-image] Jul 11 17:46:46.844 INFO O| Jul 11 17:46:46.844 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-07-11T17:46:47.502Z[ recovery-image] Jul 11 17:46:46.854 INFO O| Jul 11 17:46:46.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58722026-07-11T17:46:47.502Z[ recovery-image] Jul 11 17:46:46.855 INFO O| Jul 11 17:46:46.855 INFO STEP 179 (remove_files) COMPLETE
58732026-07-11T17:46:47.502Z[ recovery-image] Jul 11 17:46:46.855 INFO O| Jul 11 17:46:46.855 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-07-11T17:46:47.510Z[ recovery-image] Jul 11 17:46:46.865 INFO O| Jul 11 17:46:46.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58752026-07-11T17:46:47.511Z[ recovery-image] Jul 11 17:46:46.865 INFO O| Jul 11 17:46:46.865 INFO STEP 180 (remove_files) COMPLETE
58762026-07-11T17:46:47.511Z[ recovery-image] Jul 11 17:46:46.865 INFO O| Jul 11 17:46:46.865 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-07-11T17:46:47.520Z[ recovery-image] Jul 11 17:46:46.874 INFO O| Jul 11 17:46:46.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58782026-07-11T17:46:47.536Z[ recovery-image] Jul 11 17:46:46.874 INFO O| Jul 11 17:46:46.874 INFO STEP 181 (remove_files) COMPLETE
58792026-07-11T17:46:47.536Z[ recovery-image] Jul 11 17:46:46.874 INFO O| Jul 11 17:46:46.874 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-07-11T17:46:47.536Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO STEP 14 (pkg_install) COMPLETE
58812026-07-11T17:46:47.536Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
58822026-07-11T17:46:47.536Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO skip step because feature "mfg" is not enabled
58832026-07-11T17:46:47.536Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
58842026-07-11T17:46:47.536Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO skip step because feature "compliance" is not enabled
58852026-07-11T17:46:47.536Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
58862026-07-11T17:46:47.536Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO skip step because feature "stress" is not enabled
58872026-07-11T17:46:47.536Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
58882026-07-11T17:46:47.541Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO skip step because feature "compliance" is not enabled
58892026-07-11T17:46:47.541Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
58902026-07-11T17:46:47.541Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO skip step because feature "nfs" is not enabled
58912026-07-11T17:46:47.541Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
58922026-07-11T17:46:47.541Z[ host-image] Jul 11 17:46:46.877 INFO O| Jul 11 17:46:46.877 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
58932026-07-11T17:46:47.549Z[ recovery-image] Jul 11 17:46:46.884 INFO O| Jul 11 17:46:46.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58942026-07-11T17:46:47.549Z[ recovery-image] Jul 11 17:46:46.884 INFO O| Jul 11 17:46:46.884 INFO STEP 182 (remove_files) COMPLETE
58952026-07-11T17:46:47.549Z[ recovery-image] Jul 11 17:46:46.884 INFO O| Jul 11 17:46:46.884 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-07-11T17:46:47.550Z[ recovery-image] Jul 11 17:46:46.896 INFO O| Jul 11 17:46:46.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58972026-07-11T17:46:47.550Z[ recovery-image] Jul 11 17:46:46.896 INFO O| Jul 11 17:46:46.895 INFO STEP 183 (remove_files) COMPLETE
58982026-07-11T17:46:47.550Z[ recovery-image] Jul 11 17:46:46.896 INFO O| Jul 11 17:46:46.895 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-07-11T17:46:47.573Z[ recovery-image] Jul 11 17:46:46.927 INFO O| Jul 11 17:46:46.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59002026-07-11T17:46:47.574Z[ recovery-image] Jul 11 17:46:46.927 INFO O| Jul 11 17:46:46.926 INFO STEP 184 (remove_files) COMPLETE
59012026-07-11T17:46:47.574Z[ recovery-image] Jul 11 17:46:46.927 INFO O| Jul 11 17:46:46.926 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.937 INFO O| Jul 11 17:46:46.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59032026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.937 INFO O| Jul 11 17:46:46.936 INFO STEP 185 (remove_files) COMPLETE
59042026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.937 INFO O| Jul 11 17:46:46.936 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.969 INFO O| Jul 11 17:46:46.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59062026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.969 INFO O| Jul 11 17:46:46.969 INFO STEP 186 (remove_files) COMPLETE
59072026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.969 INFO O| Jul 11 17:46:46.969 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.979 INFO O| Jul 11 17:46:46.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59092026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.979 INFO O| Jul 11 17:46:46.979 INFO STEP 187 (remove_files) COMPLETE
59102026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.979 INFO O| Jul 11 17:46:46.979 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.990 INFO O| Jul 11 17:46:46.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59122026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.990 INFO O| Jul 11 17:46:46.990 INFO STEP 188 (remove_files) COMPLETE
59132026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:46.990 INFO O| Jul 11 17:46:46.990 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:47.001 INFO O| Jul 11 17:46:47.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59152026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:47.001 INFO O| Jul 11 17:46:47.001 INFO STEP 189 (remove_files) COMPLETE
59162026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:47.001 INFO O| Jul 11 17:46:47.001 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:47.013 INFO O| Jul 11 17:46:47.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59182026-07-11T17:46:47.978Z[ recovery-image] Jul 11 17:46:47.013 INFO O| Jul 11 17:46:47.013 INFO STEP 190 (remove_files) COMPLETE
59192026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.013 INFO O| Jul 11 17:46:47.013 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.024 INFO O| Jul 11 17:46:47.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59212026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.024 INFO O| Jul 11 17:46:47.024 INFO STEP 191 (remove_files) COMPLETE
59222026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.024 INFO O| Jul 11 17:46:47.024 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.036 INFO O| Jul 11 17:46:47.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59242026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.036 INFO O| Jul 11 17:46:47.036 INFO STEP 192 (remove_files) COMPLETE
59252026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.036 INFO O| Jul 11 17:46:47.036 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.047 INFO O| Jul 11 17:46:47.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59272026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.047 INFO O| Jul 11 17:46:47.047 INFO STEP 193 (remove_files) COMPLETE
59282026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.047 INFO O| Jul 11 17:46:47.047 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.058 INFO O| Jul 11 17:46:47.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59302026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.058 INFO O| Jul 11 17:46:47.058 INFO STEP 194 (remove_files) COMPLETE
59312026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.058 INFO O| Jul 11 17:46:47.058 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.068 INFO O| Jul 11 17:46:47.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59332026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.068 INFO O| Jul 11 17:46:47.068 INFO STEP 195 (remove_files) COMPLETE
59342026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.068 INFO O| Jul 11 17:46:47.068 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.080 INFO O| Jul 11 17:46:47.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59362026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.080 INFO O| Jul 11 17:46:47.080 INFO STEP 196 (remove_files) COMPLETE
59372026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.080 INFO O| Jul 11 17:46:47.080 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.090 INFO O| Jul 11 17:46:47.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59392026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.090 INFO O| Jul 11 17:46:47.090 INFO STEP 197 (remove_files) COMPLETE
59402026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.090 INFO O| Jul 11 17:46:47.090 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.099 INFO O| Jul 11 17:46:47.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59422026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.099 INFO O| Jul 11 17:46:47.099 INFO STEP 198 (remove_files) COMPLETE
59432026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.099 INFO O| Jul 11 17:46:47.099 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-07-11T17:46:47.979Z[ recovery-image] Jul 11 17:46:47.109 INFO O| Jul 11 17:46:47.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59452026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.109 INFO O| Jul 11 17:46:47.109 INFO STEP 199 (remove_files) COMPLETE
59462026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.109 INFO O| Jul 11 17:46:47.109 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.119 INFO O| Jul 11 17:46:47.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59482026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.119 INFO O| Jul 11 17:46:47.119 INFO STEP 200 (remove_files) COMPLETE
59492026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.119 INFO O| Jul 11 17:46:47.119 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.130 INFO O| Jul 11 17:46:47.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59512026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.131 INFO O| Jul 11 17:46:47.131 INFO STEP 201 (remove_files) COMPLETE
59522026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.131 INFO O| Jul 11 17:46:47.131 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.143 INFO O| Jul 11 17:46:47.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59542026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.143 INFO O| Jul 11 17:46:47.143 INFO STEP 202 (remove_files) COMPLETE
59552026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.143 INFO O| Jul 11 17:46:47.143 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.153 INFO O| Jul 11 17:46:47.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59572026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.153 INFO O| Jul 11 17:46:47.153 INFO STEP 203 (remove_files) COMPLETE
59582026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.153 INFO O| Jul 11 17:46:47.153 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.163 INFO O| Jul 11 17:46:47.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59602026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.163 INFO O| Jul 11 17:46:47.163 INFO STEP 204 (remove_files) COMPLETE
59612026-07-11T17:46:47.980Z[ recovery-image] Jul 11 17:46:47.163 INFO O| Jul 11 17:46:47.163 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-07-11T17:46:47.982Z[ recovery-image] Jul 11 17:46:47.174 INFO O| Jul 11 17:46:47.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59632026-07-11T17:46:47.982Z[ recovery-image] Jul 11 17:46:47.174 INFO O| Jul 11 17:46:47.174 INFO STEP 205 (remove_files) COMPLETE
59642026-07-11T17:46:47.982Z[ recovery-image] Jul 11 17:46:47.174 INFO O| Jul 11 17:46:47.174 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.185 INFO O| Jul 11 17:46:47.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59662026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.185 INFO O| Jul 11 17:46:47.185 INFO STEP 206 (remove_files) COMPLETE
59672026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.185 INFO O| Jul 11 17:46:47.185 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.196 INFO O| Jul 11 17:46:47.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59692026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.196 INFO O| Jul 11 17:46:47.196 INFO STEP 207 (remove_files) COMPLETE
59702026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.196 INFO O| Jul 11 17:46:47.196 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.206 INFO O| Jul 11 17:46:47.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59722026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.206 INFO O| Jul 11 17:46:47.206 INFO STEP 208 (remove_files) COMPLETE
59732026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.206 INFO O| Jul 11 17:46:47.206 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.215 INFO O| Jul 11 17:46:47.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59752026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.216 INFO O| Jul 11 17:46:47.216 INFO STEP 209 (remove_files) COMPLETE
59762026-07-11T17:46:47.983Z[ recovery-image] Jul 11 17:46:47.216 INFO O| Jul 11 17:46:47.216 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-07-11T17:46:47.987Z[ recovery-image] Jul 11 17:46:47.224 INFO O| Jul 11 17:46:47.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59782026-07-11T17:46:47.987Z[ recovery-image] Jul 11 17:46:47.224 INFO O| Jul 11 17:46:47.224 INFO STEP 210 (remove_files) COMPLETE
59792026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.224 INFO O| Jul 11 17:46:47.224 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.235 INFO O| Jul 11 17:46:47.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59812026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.235 INFO O| Jul 11 17:46:47.235 INFO STEP 211 (remove_files) COMPLETE
59822026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.235 INFO O| Jul 11 17:46:47.235 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.246 INFO O| Jul 11 17:46:47.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59842026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.247 INFO O| Jul 11 17:46:47.247 INFO STEP 212 (remove_files) COMPLETE
59852026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.247 INFO O| Jul 11 17:46:47.247 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.258 INFO O| Jul 11 17:46:47.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59872026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.258 INFO O| Jul 11 17:46:47.258 INFO STEP 213 (remove_files) COMPLETE
59882026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.258 INFO O| Jul 11 17:46:47.258 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.268 INFO O| Jul 11 17:46:47.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59902026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.268 INFO O| Jul 11 17:46:47.268 INFO STEP 214 (remove_files) COMPLETE
59912026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.268 INFO O| Jul 11 17:46:47.268 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.277 INFO O| Jul 11 17:46:47.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59932026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.277 INFO O| Jul 11 17:46:47.277 INFO STEP 215 (remove_files) COMPLETE
59942026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.277 INFO O| Jul 11 17:46:47.277 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.289 INFO O| Jul 11 17:46:47.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59962026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.289 INFO O| Jul 11 17:46:47.289 INFO STEP 216 (remove_files) COMPLETE
59972026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.289 INFO O| Jul 11 17:46:47.289 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.299 INFO O| Jul 11 17:46:47.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59992026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.299 INFO O| Jul 11 17:46:47.299 INFO STEP 217 (remove_files) COMPLETE
60002026-07-11T17:46:47.988Z[ recovery-image] Jul 11 17:46:47.299 INFO O| Jul 11 17:46:47.299 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-07-11T17:46:47.988Z[ host-image] Jul 11 17:46:47.306 INFO O| Jul 11 17:46:47.306 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
60022026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.308 INFO O| Jul 11 17:46:47.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60032026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.309 INFO O| Jul 11 17:46:47.309 INFO STEP 218 (remove_files) COMPLETE
60042026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.309 INFO O| Jul 11 17:46:47.309 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.318 INFO O| Jul 11 17:46:47.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60062026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.318 INFO O| Jul 11 17:46:47.318 INFO STEP 219 (remove_files) COMPLETE
60072026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.318 INFO O| Jul 11 17:46:47.318 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.329 INFO O| Jul 11 17:46:47.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60092026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.329 INFO O| Jul 11 17:46:47.329 INFO STEP 220 (remove_files) COMPLETE
60102026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.329 INFO O| Jul 11 17:46:47.329 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.339 INFO O| Jul 11 17:46:47.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60122026-07-11T17:46:47.999Z[ recovery-image] Jul 11 17:46:47.339 INFO O| Jul 11 17:46:47.339 INFO STEP 221 (remove_files) COMPLETE
60132026-07-11T17:46:48.000Z[ recovery-image] Jul 11 17:46:47.339 INFO O| Jul 11 17:46:47.339 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-07-11T17:46:48.000Z[ recovery-image] Jul 11 17:46:47.349 INFO O| Jul 11 17:46:47.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60152026-07-11T17:46:48.000Z[ recovery-image] Jul 11 17:46:47.349 INFO O| Jul 11 17:46:47.349 INFO STEP 222 (remove_files) COMPLETE
60162026-07-11T17:46:48.000Z[ recovery-image] Jul 11 17:46:47.349 INFO O| Jul 11 17:46:47.349 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-07-11T17:46:48.015Z[ recovery-image] Jul 11 17:46:47.361 INFO O| Jul 11 17:46:47.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60182026-07-11T17:46:48.015Z[ recovery-image] Jul 11 17:46:47.361 INFO O| Jul 11 17:46:47.361 INFO STEP 223 (remove_files) COMPLETE
60192026-07-11T17:46:48.015Z[ recovery-image] Jul 11 17:46:47.361 INFO O| Jul 11 17:46:47.361 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-07-11T17:46:48.023Z[ recovery-image] Jul 11 17:46:47.371 INFO O| Jul 11 17:46:47.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60212026-07-11T17:46:48.023Z[ recovery-image] Jul 11 17:46:47.371 INFO O| Jul 11 17:46:47.371 INFO STEP 224 (remove_files) COMPLETE
60222026-07-11T17:46:48.023Z[ recovery-image] Jul 11 17:46:47.371 INFO O| Jul 11 17:46:47.371 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-07-11T17:46:48.038Z[ recovery-image] Jul 11 17:46:47.382 INFO O| Jul 11 17:46:47.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60242026-07-11T17:46:48.038Z[ recovery-image] Jul 11 17:46:47.382 INFO O| Jul 11 17:46:47.382 INFO STEP 225 (remove_files) COMPLETE
60252026-07-11T17:46:48.039Z[ recovery-image] Jul 11 17:46:47.382 INFO O| Jul 11 17:46:47.382 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-07-11T17:46:48.053Z[ recovery-image] Jul 11 17:46:47.392 INFO O| Jul 11 17:46:47.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60272026-07-11T17:46:48.053Z[ recovery-image] Jul 11 17:46:47.393 INFO O| Jul 11 17:46:47.392 INFO STEP 226 (remove_files) COMPLETE
60282026-07-11T17:46:48.053Z[ recovery-image] Jul 11 17:46:47.393 INFO O| Jul 11 17:46:47.392 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-07-11T17:46:48.053Z[ recovery-image] Jul 11 17:46:47.402 INFO O| Jul 11 17:46:47.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60302026-07-11T17:46:48.054Z[ recovery-image] Jul 11 17:46:47.402 INFO O| Jul 11 17:46:47.402 INFO STEP 227 (remove_files) COMPLETE
60312026-07-11T17:46:48.054Z[ recovery-image] Jul 11 17:46:47.402 INFO O| Jul 11 17:46:47.402 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-07-11T17:46:48.059Z[ host-image] Jul 11 17:46:47.406 INFO O| Jul 11 17:46:47.406 INFO completed processing sled/ramdisk-01-os
60332026-07-11T17:46:48.059Z[ host-image] Jul 11 17:46:47.408 INFO omicron1 baseline generation...
60342026-07-11T17:46:48.059Z[ host-image] Jul 11 17:46:47.408 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
60352026-07-11T17:46:48.060Z[ recovery-image] Jul 11 17:46:47.411 INFO O| Jul 11 17:46:47.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60362026-07-11T17:46:48.060Z[ recovery-image] Jul 11 17:46:47.411 INFO O| Jul 11 17:46:47.411 INFO STEP 228 (remove_files) COMPLETE
60372026-07-11T17:46:48.060Z[ recovery-image] Jul 11 17:46:47.411 INFO O| Jul 11 17:46:47.411 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-07-11T17:46:48.068Z[ recovery-image] Jul 11 17:46:47.420 INFO O| Jul 11 17:46:47.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60392026-07-11T17:46:48.068Z[ recovery-image] Jul 11 17:46:47.420 INFO O| Jul 11 17:46:47.420 INFO STEP 229 (remove_files) COMPLETE
60402026-07-11T17:46:48.068Z[ recovery-image] Jul 11 17:46:47.420 INFO O| Jul 11 17:46:47.420 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-07-11T17:46:48.076Z[ recovery-image] Jul 11 17:46:47.428 INFO O| Jul 11 17:46:47.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60422026-07-11T17:46:48.076Z[ recovery-image] Jul 11 17:46:47.428 INFO O| Jul 11 17:46:47.428 INFO STEP 230 (remove_files) COMPLETE
60432026-07-11T17:46:48.076Z[ recovery-image] Jul 11 17:46:47.428 INFO O| Jul 11 17:46:47.428 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-07-11T17:46:48.083Z[ recovery-image] Jul 11 17:46:47.437 INFO O| Jul 11 17:46:47.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60452026-07-11T17:46:48.087Z[ recovery-image] Jul 11 17:46:47.437 INFO O| Jul 11 17:46:47.437 INFO STEP 231 (remove_files) COMPLETE
60462026-07-11T17:46:48.087Z[ recovery-image] Jul 11 17:46:47.437 INFO O| Jul 11 17:46:47.437 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-07-11T17:46:48.091Z[ recovery-image] Jul 11 17:46:47.446 INFO O| Jul 11 17:46:47.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60482026-07-11T17:46:48.091Z[ recovery-image] Jul 11 17:46:47.446 INFO O| Jul 11 17:46:47.446 INFO STEP 232 (remove_files) COMPLETE
60492026-07-11T17:46:48.095Z[ recovery-image] Jul 11 17:46:47.446 INFO O| Jul 11 17:46:47.446 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-07-11T17:46:48.100Z[ recovery-image] Jul 11 17:46:47.455 INFO O| Jul 11 17:46:47.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60512026-07-11T17:46:48.105Z[ recovery-image] Jul 11 17:46:47.455 INFO O| Jul 11 17:46:47.455 INFO STEP 233 (remove_files) COMPLETE
60522026-07-11T17:46:48.105Z[ recovery-image] Jul 11 17:46:47.455 INFO O| Jul 11 17:46:47.455 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-07-11T17:46:48.109Z[ recovery-image] Jul 11 17:46:47.464 INFO O| Jul 11 17:46:47.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60542026-07-11T17:46:48.109Z[ recovery-image] Jul 11 17:46:47.464 INFO O| Jul 11 17:46:47.464 INFO STEP 234 (remove_files) COMPLETE
60552026-07-11T17:46:48.109Z[ recovery-image] Jul 11 17:46:47.464 INFO O| Jul 11 17:46:47.464 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-07-11T17:46:48.119Z[ recovery-image] Jul 11 17:46:47.473 INFO O| Jul 11 17:46:47.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60572026-07-11T17:46:48.119Z[ recovery-image] Jul 11 17:46:47.473 INFO O| Jul 11 17:46:47.473 INFO STEP 235 (remove_files) COMPLETE
60582026-07-11T17:46:48.119Z[ recovery-image] Jul 11 17:46:47.473 INFO O| Jul 11 17:46:47.473 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-07-11T17:46:48.168Z[ recovery-image] Jul 11 17:46:47.482 INFO O| Jul 11 17:46:47.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60602026-07-11T17:46:48.168Z[ recovery-image] Jul 11 17:46:47.482 INFO O| Jul 11 17:46:47.482 INFO STEP 236 (remove_files) COMPLETE
60612026-07-11T17:46:48.203Z[ recovery-image] Jul 11 17:46:47.482 INFO O| Jul 11 17:46:47.482 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-07-11T17:46:48.203Z[ recovery-image] Jul 11 17:46:47.493 INFO O| Jul 11 17:46:47.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60632026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.493 INFO O| Jul 11 17:46:47.493 INFO STEP 237 (remove_files) COMPLETE
60642026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.493 INFO O| Jul 11 17:46:47.493 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.504 INFO O| Jul 11 17:46:47.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60662026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.504 INFO O| Jul 11 17:46:47.504 INFO STEP 238 (remove_files) COMPLETE
60672026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.504 INFO O| Jul 11 17:46:47.504 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.515 INFO O| Jul 11 17:46:47.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60692026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.515 INFO O| Jul 11 17:46:47.515 INFO STEP 239 (remove_files) COMPLETE
60702026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.515 INFO O| Jul 11 17:46:47.515 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.525 INFO O| Jul 11 17:46:47.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60722026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.526 INFO O| Jul 11 17:46:47.526 INFO STEP 240 (remove_files) COMPLETE
60732026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.526 INFO O| Jul 11 17:46:47.526 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.536 INFO O| Jul 11 17:46:47.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60752026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.536 INFO O| Jul 11 17:46:47.536 INFO STEP 241 (remove_files) COMPLETE
60762026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.536 INFO O| Jul 11 17:46:47.536 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.545 INFO O| Jul 11 17:46:47.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60782026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.545 INFO O| Jul 11 17:46:47.545 INFO STEP 242 (remove_files) COMPLETE
60792026-07-11T17:46:48.204Z[ recovery-image] Jul 11 17:46:47.545 INFO O| Jul 11 17:46:47.545 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-07-11T17:46:48.260Z[ recovery-image] Jul 11 17:46:47.556 INFO O| Jul 11 17:46:47.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60812026-07-11T17:46:48.261Z[ recovery-image] Jul 11 17:46:47.556 INFO O| Jul 11 17:46:47.556 INFO STEP 243 (remove_files) COMPLETE
60822026-07-11T17:46:48.261Z[ recovery-image] Jul 11 17:46:47.556 INFO O| Jul 11 17:46:47.556 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-07-11T17:46:48.261Z[ recovery-image] Jul 11 17:46:47.567 INFO O| Jul 11 17:46:47.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60842026-07-11T17:46:48.261Z[ recovery-image] Jul 11 17:46:47.567 INFO O| Jul 11 17:46:47.567 INFO STEP 244 (remove_files) COMPLETE
60852026-07-11T17:46:48.261Z[ recovery-image] Jul 11 17:46:47.567 INFO O| Jul 11 17:46:47.567 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-07-11T17:46:48.261Z[ recovery-image] Jul 11 17:46:47.577 INFO O| Jul 11 17:46:47.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60872026-07-11T17:46:48.261Z[ recovery-image] Jul 11 17:46:47.577 INFO O| Jul 11 17:46:47.577 INFO STEP 245 (remove_files) COMPLETE
60882026-07-11T17:46:48.261Z[ recovery-image] Jul 11 17:46:47.577 INFO O| Jul 11 17:46:47.577 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-07-11T17:46:48.292Z[ recovery-image] Jul 11 17:46:47.588 INFO O| Jul 11 17:46:47.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60902026-07-11T17:46:48.292Z[ recovery-image] Jul 11 17:46:47.588 INFO O| Jul 11 17:46:47.588 INFO STEP 246 (remove_files) COMPLETE
60912026-07-11T17:46:48.292Z[ recovery-image] Jul 11 17:46:47.588 INFO O| Jul 11 17:46:47.588 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-07-11T17:46:48.292Z[ recovery-image] Jul 11 17:46:47.599 INFO O| Jul 11 17:46:47.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60932026-07-11T17:46:48.292Z[ recovery-image] Jul 11 17:46:47.599 INFO O| Jul 11 17:46:47.599 INFO STEP 247 (remove_files) COMPLETE
60942026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.599 INFO O| Jul 11 17:46:47.599 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.610 INFO O| Jul 11 17:46:47.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60962026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.610 INFO O| Jul 11 17:46:47.610 INFO STEP 248 (remove_files) COMPLETE
60972026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.610 INFO O| Jul 11 17:46:47.610 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.621 INFO O| Jul 11 17:46:47.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60992026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.621 INFO O| Jul 11 17:46:47.621 INFO STEP 249 (remove_files) COMPLETE
61002026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.621 INFO O| Jul 11 17:46:47.621 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.632 INFO O| Jul 11 17:46:47.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61022026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.633 INFO O| Jul 11 17:46:47.633 INFO STEP 250 (remove_files) COMPLETE
61032026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.633 INFO O| Jul 11 17:46:47.633 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.644 INFO O| Jul 11 17:46:47.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61052026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.644 INFO O| Jul 11 17:46:47.644 INFO STEP 251 (remove_files) COMPLETE
61062026-07-11T17:46:48.293Z[ recovery-image] Jul 11 17:46:47.644 INFO O| Jul 11 17:46:47.644 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-07-11T17:46:48.301Z[ recovery-image] Jul 11 17:46:47.654 INFO O| Jul 11 17:46:47.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61082026-07-11T17:46:48.302Z[ recovery-image] Jul 11 17:46:47.654 INFO O| Jul 11 17:46:47.654 INFO STEP 252 (remove_files) COMPLETE
61092026-07-11T17:46:48.302Z[ recovery-image] Jul 11 17:46:47.654 INFO O| Jul 11 17:46:47.654 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-07-11T17:46:48.310Z[ recovery-image] Jul 11 17:46:47.664 INFO O| Jul 11 17:46:47.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61112026-07-11T17:46:48.310Z[ recovery-image] Jul 11 17:46:47.665 INFO O| Jul 11 17:46:47.665 INFO STEP 253 (remove_files) COMPLETE
61122026-07-11T17:46:48.316Z[ recovery-image] Jul 11 17:46:47.665 INFO O| Jul 11 17:46:47.665 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-07-11T17:46:48.322Z[ recovery-image] Jul 11 17:46:47.676 INFO O| Jul 11 17:46:47.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61142026-07-11T17:46:48.322Z[ recovery-image] Jul 11 17:46:47.676 INFO O| Jul 11 17:46:47.676 INFO STEP 254 (remove_files) COMPLETE
61152026-07-11T17:46:48.322Z[ recovery-image] Jul 11 17:46:47.676 INFO O| Jul 11 17:46:47.676 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-07-11T17:46:48.360Z[ recovery-image] Jul 11 17:46:47.687 INFO O| Jul 11 17:46:47.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61172026-07-11T17:46:48.360Z[ recovery-image] Jul 11 17:46:47.687 INFO O| Jul 11 17:46:47.687 INFO STEP 255 (remove_files) COMPLETE
61182026-07-11T17:46:48.361Z[ recovery-image] Jul 11 17:46:47.687 INFO O| Jul 11 17:46:47.687 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-07-11T17:46:51.526Z[ recovery-image] Jul 11 17:46:47.697 INFO O| Jul 11 17:46:47.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61202026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.697 INFO O| Jul 11 17:46:47.697 INFO STEP 256 (remove_files) COMPLETE
61212026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.697 INFO O| Jul 11 17:46:47.697 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.707 INFO O| Jul 11 17:46:47.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61232026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.707 INFO O| Jul 11 17:46:47.707 INFO STEP 257 (remove_files) COMPLETE
61242026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.707 INFO O| Jul 11 17:46:47.707 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.718 INFO O| Jul 11 17:46:47.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61262026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.718 INFO O| Jul 11 17:46:47.718 INFO STEP 258 (remove_files) COMPLETE
61272026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.718 INFO O| Jul 11 17:46:47.718 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.729 INFO O| Jul 11 17:46:47.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61292026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.730 INFO O| Jul 11 17:46:47.730 INFO STEP 259 (remove_files) COMPLETE
61302026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.730 INFO O| Jul 11 17:46:47.730 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.740 INFO O| Jul 11 17:46:47.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61322026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.740 INFO O| Jul 11 17:46:47.740 INFO STEP 260 (remove_files) COMPLETE
61332026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.741 INFO O| Jul 11 17:46:47.740 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.751 INFO O| Jul 11 17:46:47.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61352026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.751 INFO O| Jul 11 17:46:47.751 INFO STEP 261 (remove_files) COMPLETE
61362026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.751 INFO O| Jul 11 17:46:47.751 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.761 INFO O| Jul 11 17:46:47.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61382026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.761 INFO O| Jul 11 17:46:47.761 INFO STEP 262 (remove_files) COMPLETE
61392026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.761 INFO O| Jul 11 17:46:47.761 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-07-11T17:46:51.527Z[ host-image] Jul 11 17:46:47.768 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
61412026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.771 INFO O| Jul 11 17:46:47.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61422026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.771 INFO O| Jul 11 17:46:47.771 INFO STEP 263 (remove_files) COMPLETE
61432026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.771 INFO O| Jul 11 17:46:47.771 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.780 INFO O| Jul 11 17:46:47.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61452026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.780 INFO O| Jul 11 17:46:47.780 INFO STEP 264 (remove_files) COMPLETE
61462026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.780 INFO O| Jul 11 17:46:47.780 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.790 INFO O| Jul 11 17:46:47.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61482026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.790 INFO O| Jul 11 17:46:47.790 INFO STEP 265 (remove_files) COMPLETE
61492026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.790 INFO O| Jul 11 17:46:47.790 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.801 INFO O| Jul 11 17:46:47.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61512026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.801 INFO O| Jul 11 17:46:47.801 INFO STEP 266 (remove_files) COMPLETE
61522026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.801 INFO O| Jul 11 17:46:47.801 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-07-11T17:46:51.527Z[ recovery-image] Jul 11 17:46:47.810 INFO O| Jul 11 17:46:47.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61542026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.810 INFO O| Jul 11 17:46:47.810 INFO STEP 267 (remove_files) COMPLETE
61552026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.810 INFO O| Jul 11 17:46:47.810 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.819 INFO O| Jul 11 17:46:47.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61572026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.819 INFO O| Jul 11 17:46:47.819 INFO STEP 268 (remove_files) COMPLETE
61582026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.819 INFO O| Jul 11 17:46:47.819 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.829 INFO O| Jul 11 17:46:47.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61602026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.829 INFO O| Jul 11 17:46:47.829 INFO STEP 269 (remove_files) COMPLETE
61612026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.829 INFO O| Jul 11 17:46:47.829 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.839 INFO O| Jul 11 17:46:47.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61632026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.839 INFO O| Jul 11 17:46:47.839 INFO STEP 270 (remove_files) COMPLETE
61642026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.839 INFO O| Jul 11 17:46:47.839 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.850 INFO O| Jul 11 17:46:47.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61662026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.850 INFO O| Jul 11 17:46:47.850 INFO STEP 271 (remove_files) COMPLETE
61672026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.850 INFO O| Jul 11 17:46:47.850 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.860 INFO O| Jul 11 17:46:47.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61692026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.860 INFO O| Jul 11 17:46:47.860 INFO STEP 272 (remove_files) COMPLETE
61702026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.860 INFO O| Jul 11 17:46:47.860 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.869 INFO O| Jul 11 17:46:47.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61722026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.869 INFO O| Jul 11 17:46:47.869 INFO STEP 273 (remove_files) COMPLETE
61732026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.869 INFO O| Jul 11 17:46:47.869 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.879 INFO O| Jul 11 17:46:47.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61752026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.879 INFO O| Jul 11 17:46:47.879 INFO STEP 274 (remove_files) COMPLETE
61762026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.879 INFO O| Jul 11 17:46:47.879 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.889 INFO O| Jul 11 17:46:47.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61782026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.889 INFO O| Jul 11 17:46:47.889 INFO STEP 275 (remove_files) COMPLETE
61792026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.889 INFO O| Jul 11 17:46:47.889 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.899 INFO O| Jul 11 17:46:47.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61812026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.899 INFO O| Jul 11 17:46:47.899 INFO STEP 276 (remove_files) COMPLETE
61822026-07-11T17:46:51.528Z[ recovery-image] Jul 11 17:46:47.899 INFO O| Jul 11 17:46:47.899 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.910 INFO O| Jul 11 17:46:47.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61842026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.910 INFO O| Jul 11 17:46:47.910 INFO STEP 277 (remove_files) COMPLETE
61852026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.910 INFO O| Jul 11 17:46:47.910 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.920 INFO O| Jul 11 17:46:47.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61872026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.920 INFO O| Jul 11 17:46:47.920 INFO STEP 278 (remove_files) COMPLETE
61882026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.920 INFO O| Jul 11 17:46:47.920 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.930 INFO O| Jul 11 17:46:47.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61902026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.930 INFO O| Jul 11 17:46:47.930 INFO STEP 279 (remove_files) COMPLETE
61912026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.930 INFO O| Jul 11 17:46:47.930 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.941 INFO O| Jul 11 17:46:47.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61932026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.941 INFO O| Jul 11 17:46:47.941 INFO STEP 280 (remove_files) COMPLETE
61942026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.941 INFO O| Jul 11 17:46:47.941 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.952 INFO O| Jul 11 17:46:47.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61962026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.952 INFO O| Jul 11 17:46:47.952 INFO STEP 281 (remove_files) COMPLETE
61972026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.952 INFO O| Jul 11 17:46:47.952 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.963 INFO O| Jul 11 17:46:47.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61992026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.963 INFO O| Jul 11 17:46:47.963 INFO STEP 282 (remove_files) COMPLETE
62002026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.963 INFO O| Jul 11 17:46:47.963 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.974 INFO O| Jul 11 17:46:47.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62022026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.974 INFO O| Jul 11 17:46:47.974 INFO STEP 283 (remove_files) COMPLETE
62032026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.974 INFO O| Jul 11 17:46:47.974 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.985 INFO O| Jul 11 17:46:47.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62052026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.986 INFO O| Jul 11 17:46:47.986 INFO STEP 284 (remove_files) COMPLETE
62062026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.986 INFO O| Jul 11 17:46:47.986 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.996 INFO O| Jul 11 17:46:47.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62082026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.996 INFO O| Jul 11 17:46:47.996 INFO STEP 285 (remove_files) COMPLETE
62092026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:47.996 INFO O| Jul 11 17:46:47.996 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:48.006 INFO O| Jul 11 17:46:48.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62112026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:48.006 INFO O| Jul 11 17:46:48.006 INFO STEP 286 (remove_files) COMPLETE
62122026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:48.006 INFO O| Jul 11 17:46:48.006 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:48.017 INFO O| Jul 11 17:46:48.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62142026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:48.017 INFO O| Jul 11 17:46:48.017 INFO STEP 287 (remove_files) COMPLETE
62152026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:48.017 INFO O| Jul 11 17:46:48.017 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-07-11T17:46:51.529Z[ recovery-image] Jul 11 17:46:48.027 INFO O| Jul 11 17:46:48.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62172026-07-11T17:46:51.530Z[ recovery-image] Jul 11 17:46:48.027 INFO O| Jul 11 17:46:48.027 INFO STEP 288 (remove_files) COMPLETE
62182026-07-11T17:46:51.530Z[ recovery-image] Jul 11 17:46:48.027 INFO O| Jul 11 17:46:48.027 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-07-11T17:46:51.534Z[ recovery-image] Jul 11 17:46:48.035 INFO O| Jul 11 17:46:48.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62202026-07-11T17:46:51.534Z[ recovery-image] Jul 11 17:46:48.035 INFO O| Jul 11 17:46:48.035 INFO STEP 289 (remove_files) COMPLETE
62212026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.035 INFO O| Jul 11 17:46:48.035 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.046 INFO O| Jul 11 17:46:48.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62232026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.046 INFO O| Jul 11 17:46:48.046 INFO STEP 290 (remove_files) COMPLETE
62242026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.046 INFO O| Jul 11 17:46:48.046 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.057 INFO O| Jul 11 17:46:48.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62262026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.057 INFO O| Jul 11 17:46:48.056 INFO STEP 291 (remove_files) COMPLETE
62272026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.057 INFO O| Jul 11 17:46:48.056 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.065 INFO O| Jul 11 17:46:48.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62292026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.066 INFO O| Jul 11 17:46:48.065 INFO STEP 292 (remove_files) COMPLETE
62302026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.066 INFO O| Jul 11 17:46:48.066 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.074 INFO O| Jul 11 17:46:48.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62322026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.074 INFO O| Jul 11 17:46:48.074 INFO STEP 293 (remove_files) COMPLETE
62332026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.074 INFO O| Jul 11 17:46:48.074 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.084 INFO O| Jul 11 17:46:48.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62352026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.084 INFO O| Jul 11 17:46:48.084 INFO STEP 294 (remove_files) COMPLETE
62362026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.084 INFO O| Jul 11 17:46:48.084 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.101 INFO O| Jul 11 17:46:48.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62382026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.103 INFO O| Jul 11 17:46:48.103 INFO STEP 295 (remove_files) COMPLETE
62392026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.103 INFO O| Jul 11 17:46:48.103 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.119 INFO O| Jul 11 17:46:48.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62412026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.120 INFO O| Jul 11 17:46:48.119 INFO STEP 296 (remove_files) COMPLETE
62422026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.120 INFO O| Jul 11 17:46:48.120 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.129 INFO O| Jul 11 17:46:48.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62442026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.129 INFO O| Jul 11 17:46:48.129 INFO STEP 297 (remove_files) COMPLETE
62452026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.129 INFO O| Jul 11 17:46:48.129 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.140 INFO O| Jul 11 17:46:48.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62472026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.140 INFO O| Jul 11 17:46:48.140 INFO STEP 298 (remove_files) COMPLETE
62482026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.140 INFO O| Jul 11 17:46:48.140 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.161 INFO O| Jul 11 17:46:48.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62502026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.161 INFO O| Jul 11 17:46:48.161 INFO STEP 299 (remove_files) COMPLETE
62512026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.161 INFO O| Jul 11 17:46:48.161 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.170 INFO O| Jul 11 17:46:48.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62532026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.170 INFO O| Jul 11 17:46:48.170 INFO STEP 300 (remove_files) COMPLETE
62542026-07-11T17:46:51.535Z[ recovery-image] Jul 11 17:46:48.170 INFO O| Jul 11 17:46:48.170 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.184 INFO O| Jul 11 17:46:48.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62562026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.184 INFO O| Jul 11 17:46:48.184 INFO STEP 301 (remove_files) COMPLETE
62572026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.184 INFO O| Jul 11 17:46:48.184 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.194 INFO O| Jul 11 17:46:48.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62592026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.194 INFO O| Jul 11 17:46:48.194 INFO STEP 302 (remove_files) COMPLETE
62602026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.194 INFO O| Jul 11 17:46:48.194 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.205 INFO O| Jul 11 17:46:48.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62622026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.205 INFO O| Jul 11 17:46:48.205 INFO STEP 303 (remove_files) COMPLETE
62632026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.205 INFO O| Jul 11 17:46:48.205 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.217 INFO O| Jul 11 17:46:48.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62652026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.217 INFO O| Jul 11 17:46:48.217 INFO STEP 304 (remove_files) COMPLETE
62662026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.217 INFO O| Jul 11 17:46:48.217 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.228 INFO O| Jul 11 17:46:48.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62682026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.228 INFO O| Jul 11 17:46:48.228 INFO STEP 305 (remove_files) COMPLETE
62692026-07-11T17:46:51.536Z[ recovery-image] Jul 11 17:46:48.228 INFO O| Jul 11 17:46:48.228 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.238 INFO O| Jul 11 17:46:48.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62712026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.238 INFO O| Jul 11 17:46:48.238 INFO STEP 306 (remove_files) COMPLETE
62722026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.238 INFO O| Jul 11 17:46:48.238 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.248 INFO O| Jul 11 17:46:48.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62742026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.249 INFO O| Jul 11 17:46:48.248 INFO STEP 307 (remove_files) COMPLETE
62752026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.249 INFO O| Jul 11 17:46:48.249 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.258 INFO O| Jul 11 17:46:48.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62772026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.258 INFO O| Jul 11 17:46:48.258 INFO STEP 308 (remove_files) COMPLETE
62782026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.258 INFO O| Jul 11 17:46:48.258 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.267 INFO O| Jul 11 17:46:48.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62802026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.267 INFO O| Jul 11 17:46:48.267 INFO STEP 309 (remove_files) COMPLETE
62812026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.267 INFO O| Jul 11 17:46:48.267 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.276 INFO O| Jul 11 17:46:48.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62832026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.276 INFO O| Jul 11 17:46:48.276 INFO STEP 310 (remove_files) COMPLETE
62842026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.276 INFO O| Jul 11 17:46:48.276 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.287 INFO O| Jul 11 17:46:48.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62862026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.288 INFO O| Jul 11 17:46:48.287 INFO STEP 311 (remove_files) COMPLETE
62872026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.288 INFO O| Jul 11 17:46:48.288 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.297 INFO O| Jul 11 17:46:48.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62892026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.297 INFO O| Jul 11 17:46:48.297 INFO STEP 312 (remove_files) COMPLETE
62902026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.297 INFO O| Jul 11 17:46:48.297 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.306 INFO O| Jul 11 17:46:48.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62922026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.306 INFO O| Jul 11 17:46:48.306 INFO STEP 313 (remove_files) COMPLETE
62932026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.306 INFO O| Jul 11 17:46:48.306 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.314 INFO O| Jul 11 17:46:48.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62952026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.314 INFO O| Jul 11 17:46:48.314 INFO STEP 314 (remove_files) COMPLETE
62962026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.314 INFO O| Jul 11 17:46:48.314 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.323 INFO O| Jul 11 17:46:48.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62982026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.323 INFO O| Jul 11 17:46:48.323 INFO STEP 315 (remove_files) COMPLETE
62992026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.323 INFO O| Jul 11 17:46:48.323 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-07-11T17:46:51.537Z[ recovery-image] Jul 11 17:46:48.331 INFO O| Jul 11 17:46:48.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63012026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.331 INFO O| Jul 11 17:46:48.331 INFO STEP 316 (remove_files) COMPLETE
63022026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.331 INFO O| Jul 11 17:46:48.331 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.340 INFO O| Jul 11 17:46:48.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63042026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.340 INFO O| Jul 11 17:46:48.340 INFO STEP 317 (remove_files) COMPLETE
63052026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.340 INFO O| Jul 11 17:46:48.340 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.350 INFO O| Jul 11 17:46:48.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63072026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.350 INFO O| Jul 11 17:46:48.350 INFO STEP 318 (remove_files) COMPLETE
63082026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.350 INFO O| Jul 11 17:46:48.350 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.359 INFO O| Jul 11 17:46:48.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63102026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.360 INFO O| Jul 11 17:46:48.359 INFO STEP 319 (remove_files) COMPLETE
63112026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.360 INFO O| Jul 11 17:46:48.360 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.368 INFO O| Jul 11 17:46:48.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63132026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.368 INFO O| Jul 11 17:46:48.368 INFO STEP 320 (remove_files) COMPLETE
63142026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.368 INFO O| Jul 11 17:46:48.368 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.379 INFO O| Jul 11 17:46:48.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63162026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.379 INFO O| Jul 11 17:46:48.379 INFO STEP 321 (remove_files) COMPLETE
63172026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.379 INFO O| Jul 11 17:46:48.379 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-07-11T17:46:51.538Z[ recovery-image] Jul 11 17:46:48.388 INFO O| Jul 11 17:46:48.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63192026-07-11T17:46:51.545Z[ recovery-image] Jul 11 17:46:48.388 INFO O| Jul 11 17:46:48.388 INFO STEP 322 (remove_files) COMPLETE
63202026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.388 INFO O| Jul 11 17:46:48.388 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.399 INFO O| Jul 11 17:46:48.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63222026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.399 INFO O| Jul 11 17:46:48.399 INFO STEP 323 (remove_files) COMPLETE
63232026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.399 INFO O| Jul 11 17:46:48.399 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.409 INFO O| Jul 11 17:46:48.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63252026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.410 INFO O| Jul 11 17:46:48.410 INFO STEP 324 (remove_files) COMPLETE
63262026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.410 INFO O| Jul 11 17:46:48.410 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.421 INFO O| Jul 11 17:46:48.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63282026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.421 INFO O| Jul 11 17:46:48.421 INFO STEP 325 (remove_files) COMPLETE
63292026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.421 INFO O| Jul 11 17:46:48.421 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.431 INFO O| Jul 11 17:46:48.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63312026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.431 INFO O| Jul 11 17:46:48.431 INFO STEP 326 (remove_files) COMPLETE
63322026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.431 INFO O| Jul 11 17:46:48.431 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.441 INFO O| Jul 11 17:46:48.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63342026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.441 INFO O| Jul 11 17:46:48.441 INFO STEP 327 (remove_files) COMPLETE
63352026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.441 INFO O| Jul 11 17:46:48.441 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.449 INFO O| Jul 11 17:46:48.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63372026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.449 INFO O| Jul 11 17:46:48.449 INFO STEP 328 (remove_files) COMPLETE
63382026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.450 INFO O| Jul 11 17:46:48.449 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.457 INFO O| Jul 11 17:46:48.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63402026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.457 INFO O| Jul 11 17:46:48.457 INFO STEP 329 (remove_files) COMPLETE
63412026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.457 INFO O| Jul 11 17:46:48.457 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-07-11T17:46:51.546Z[ recovery-image] Jul 11 17:46:48.465 INFO O| Jul 11 17:46:48.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63432026-07-11T17:46:51.547Z[ recovery-image] Jul 11 17:46:48.466 INFO O| Jul 11 17:46:48.465 INFO STEP 330 (remove_files) COMPLETE
63442026-07-11T17:46:51.547Z[ recovery-image] Jul 11 17:46:48.466 INFO O| Jul 11 17:46:48.466 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-07-11T17:46:51.547Z[ recovery-image] Jul 11 17:46:48.477 INFO O| Jul 11 17:46:48.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63462026-07-11T17:46:51.547Z[ recovery-image] Jul 11 17:46:48.477 INFO O| Jul 11 17:46:48.477 INFO STEP 331 (remove_files) COMPLETE
63472026-07-11T17:46:51.547Z[ recovery-image] Jul 11 17:46:48.477 INFO O| Jul 11 17:46:48.477 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.489 INFO O| Jul 11 17:46:48.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63492026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.489 INFO O| Jul 11 17:46:48.489 INFO STEP 332 (remove_files) COMPLETE
63502026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.489 INFO O| Jul 11 17:46:48.489 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.500 INFO O| Jul 11 17:46:48.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63522026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.500 INFO O| Jul 11 17:46:48.500 INFO STEP 333 (remove_files) COMPLETE
63532026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.500 INFO O| Jul 11 17:46:48.500 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.511 INFO O| Jul 11 17:46:48.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63552026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.512 INFO O| Jul 11 17:46:48.512 INFO STEP 334 (remove_files) COMPLETE
63562026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.512 INFO O| Jul 11 17:46:48.512 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.521 INFO O| Jul 11 17:46:48.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63582026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.521 INFO O| Jul 11 17:46:48.521 INFO STEP 335 (remove_files) COMPLETE
63592026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.521 INFO O| Jul 11 17:46:48.521 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.530 INFO O| Jul 11 17:46:48.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63612026-07-11T17:46:51.549Z[ recovery-image] Jul 11 17:46:48.530 INFO O| Jul 11 17:46:48.530 INFO STEP 336 (remove_files) COMPLETE
63622026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.530 INFO O| Jul 11 17:46:48.530 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.540 INFO O| Jul 11 17:46:48.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63642026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.540 INFO O| Jul 11 17:46:48.540 INFO STEP 337 (remove_files) COMPLETE
63652026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.540 INFO O| Jul 11 17:46:48.540 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.549 INFO O| Jul 11 17:46:48.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63672026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.549 INFO O| Jul 11 17:46:48.549 INFO STEP 338 (remove_files) COMPLETE
63682026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.549 INFO O| Jul 11 17:46:48.549 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.558 INFO O| Jul 11 17:46:48.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63702026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.558 INFO O| Jul 11 17:46:48.558 INFO STEP 339 (remove_files) COMPLETE
63712026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.558 INFO O| Jul 11 17:46:48.558 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.568 INFO O| Jul 11 17:46:48.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63732026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.568 INFO O| Jul 11 17:46:48.568 INFO STEP 340 (remove_files) COMPLETE
63742026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.568 INFO O| Jul 11 17:46:48.568 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.579 INFO O| Jul 11 17:46:48.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63762026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.579 INFO O| Jul 11 17:46:48.579 INFO STEP 341 (remove_files) COMPLETE
63772026-07-11T17:46:51.550Z[ recovery-image] Jul 11 17:46:48.579 INFO O| Jul 11 17:46:48.579 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.589 INFO O| Jul 11 17:46:48.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63792026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.590 INFO O| Jul 11 17:46:48.589 INFO STEP 342 (remove_files) COMPLETE
63802026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.590 INFO O| Jul 11 17:46:48.589 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.601 INFO O| Jul 11 17:46:48.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63822026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.601 INFO O| Jul 11 17:46:48.601 INFO STEP 343 (remove_files) COMPLETE
63832026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.601 INFO O| Jul 11 17:46:48.601 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.612 INFO O| Jul 11 17:46:48.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63852026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.613 INFO O| Jul 11 17:46:48.613 INFO STEP 344 (remove_files) COMPLETE
63862026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.613 INFO O| Jul 11 17:46:48.613 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.623 INFO O| Jul 11 17:46:48.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63882026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.623 INFO O| Jul 11 17:46:48.623 INFO STEP 345 (remove_files) COMPLETE
63892026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.623 INFO O| Jul 11 17:46:48.623 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.633 INFO O| Jul 11 17:46:48.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63912026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.633 INFO O| Jul 11 17:46:48.633 INFO STEP 346 (remove_files) COMPLETE
63922026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.633 INFO O| Jul 11 17:46:48.633 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.643 INFO O| Jul 11 17:46:48.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63942026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.643 INFO O| Jul 11 17:46:48.643 INFO STEP 347 (remove_files) COMPLETE
63952026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.643 INFO O| Jul 11 17:46:48.643 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.654 INFO O| Jul 11 17:46:48.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63972026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.654 INFO O| Jul 11 17:46:48.654 INFO STEP 348 (remove_files) COMPLETE
63982026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.654 INFO O| Jul 11 17:46:48.654 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.665 INFO O| Jul 11 17:46:48.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64002026-07-11T17:46:51.551Z[ recovery-image] Jul 11 17:46:48.665 INFO O| Jul 11 17:46:48.665 INFO STEP 349 (remove_files) COMPLETE
64012026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.665 INFO O| Jul 11 17:46:48.665 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.676 INFO O| Jul 11 17:46:48.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64032026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.676 INFO O| Jul 11 17:46:48.676 INFO STEP 350 (remove_files) COMPLETE
64042026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.676 INFO O| Jul 11 17:46:48.676 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.687 INFO O| Jul 11 17:46:48.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64062026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.688 INFO O| Jul 11 17:46:48.687 INFO STEP 351 (remove_files) COMPLETE
64072026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.688 INFO O| Jul 11 17:46:48.688 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.699 INFO O| Jul 11 17:46:48.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64092026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.699 INFO O| Jul 11 17:46:48.699 INFO STEP 352 (remove_files) COMPLETE
64102026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.699 INFO O| Jul 11 17:46:48.699 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.710 INFO O| Jul 11 17:46:48.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64122026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.712 INFO O| Jul 11 17:46:48.712 INFO STEP 353 (remove_files) COMPLETE
64132026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.712 INFO O| Jul 11 17:46:48.712 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.723 INFO O| Jul 11 17:46:48.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64152026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.723 INFO O| Jul 11 17:46:48.723 INFO STEP 354 (remove_files) COMPLETE
64162026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.723 INFO O| Jul 11 17:46:48.723 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.734 INFO O| Jul 11 17:46:48.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64182026-07-11T17:46:51.552Z[ recovery-image] Jul 11 17:46:48.734 INFO O| Jul 11 17:46:48.734 INFO STEP 355 (remove_files) COMPLETE
64192026-07-11T17:46:51.556Z[ recovery-image] Jul 11 17:46:48.734 INFO O| Jul 11 17:46:48.734 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-07-11T17:46:51.556Z[ recovery-image] Jul 11 17:46:48.744 INFO O| Jul 11 17:46:48.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64212026-07-11T17:46:51.556Z[ recovery-image] Jul 11 17:46:48.744 INFO O| Jul 11 17:46:48.744 INFO STEP 356 (remove_files) COMPLETE
64222026-07-11T17:46:51.556Z[ recovery-image] Jul 11 17:46:48.744 INFO O| Jul 11 17:46:48.744 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.754 INFO O| Jul 11 17:46:48.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64242026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.754 INFO O| Jul 11 17:46:48.754 INFO STEP 357 (remove_files) COMPLETE
64252026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.754 INFO O| Jul 11 17:46:48.754 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.766 INFO O| Jul 11 17:46:48.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64272026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.766 INFO O| Jul 11 17:46:48.766 INFO STEP 358 (remove_files) COMPLETE
64282026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.766 INFO O| Jul 11 17:46:48.766 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.778 INFO O| Jul 11 17:46:48.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64302026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.778 INFO O| Jul 11 17:46:48.778 INFO STEP 359 (remove_files) COMPLETE
64312026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.778 INFO O| Jul 11 17:46:48.778 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.788 INFO O| Jul 11 17:46:48.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64332026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.789 INFO O| Jul 11 17:46:48.789 INFO STEP 360 (remove_files) COMPLETE
64342026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.789 INFO O| Jul 11 17:46:48.789 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.799 INFO O| Jul 11 17:46:48.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64362026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.799 INFO O| Jul 11 17:46:48.799 INFO STEP 361 (remove_files) COMPLETE
64372026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.799 INFO O| Jul 11 17:46:48.799 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.811 INFO O| Jul 11 17:46:48.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64392026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.811 INFO O| Jul 11 17:46:48.811 INFO STEP 362 (remove_files) COMPLETE
64402026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.811 INFO O| Jul 11 17:46:48.811 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.821 INFO O| Jul 11 17:46:48.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64422026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.821 INFO O| Jul 11 17:46:48.821 INFO STEP 363 (remove_files) COMPLETE
64432026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.821 INFO O| Jul 11 17:46:48.821 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.831 INFO O| Jul 11 17:46:48.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64452026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.831 INFO O| Jul 11 17:46:48.831 INFO STEP 364 (remove_files) COMPLETE
64462026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.831 INFO O| Jul 11 17:46:48.831 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-07-11T17:46:51.558Z[ recovery-image] Jul 11 17:46:48.846 INFO O| Jul 11 17:46:48.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64482026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.846 INFO O| Jul 11 17:46:48.846 INFO STEP 365 (remove_files) COMPLETE
64492026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.846 INFO O| Jul 11 17:46:48.846 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.857 INFO O| Jul 11 17:46:48.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64512026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.857 INFO O| Jul 11 17:46:48.857 INFO STEP 366 (remove_files) COMPLETE
64522026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.857 INFO O| Jul 11 17:46:48.857 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.866 INFO O| Jul 11 17:46:48.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64542026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.866 INFO O| Jul 11 17:46:48.866 INFO STEP 367 (remove_files) COMPLETE
64552026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.866 INFO O| Jul 11 17:46:48.866 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.877 INFO O| Jul 11 17:46:48.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64572026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.877 INFO O| Jul 11 17:46:48.877 INFO STEP 368 (remove_files) COMPLETE
64582026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.877 INFO O| Jul 11 17:46:48.877 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.889 INFO O| Jul 11 17:46:48.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64602026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.889 INFO O| Jul 11 17:46:48.889 INFO STEP 369 (remove_files) COMPLETE
64612026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.889 INFO O| Jul 11 17:46:48.889 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.900 INFO O| Jul 11 17:46:48.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64632026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.900 INFO O| Jul 11 17:46:48.900 INFO STEP 370 (remove_files) COMPLETE
64642026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.900 INFO O| Jul 11 17:46:48.900 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.910 INFO O| Jul 11 17:46:48.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64662026-07-11T17:46:51.559Z[ recovery-image] Jul 11 17:46:48.910 INFO O| Jul 11 17:46:48.910 INFO STEP 371 (remove_files) COMPLETE
64672026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.910 INFO O| Jul 11 17:46:48.910 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.921 INFO O| Jul 11 17:46:48.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64692026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.921 INFO O| Jul 11 17:46:48.921 INFO STEP 372 (remove_files) COMPLETE
64702026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.921 INFO O| Jul 11 17:46:48.921 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.931 INFO O| Jul 11 17:46:48.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64722026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.931 INFO O| Jul 11 17:46:48.931 INFO STEP 373 (remove_files) COMPLETE
64732026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.931 INFO O| Jul 11 17:46:48.931 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.942 INFO O| Jul 11 17:46:48.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64752026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.942 INFO O| Jul 11 17:46:48.942 INFO STEP 374 (remove_files) COMPLETE
64762026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.942 INFO O| Jul 11 17:46:48.942 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.952 INFO O| Jul 11 17:46:48.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64782026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.952 INFO O| Jul 11 17:46:48.952 INFO STEP 375 (remove_files) COMPLETE
64792026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.952 INFO O| Jul 11 17:46:48.952 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.963 INFO O| Jul 11 17:46:48.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64812026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.963 INFO O| Jul 11 17:46:48.963 INFO STEP 376 (remove_files) COMPLETE
64822026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.963 INFO O| Jul 11 17:46:48.963 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.974 INFO O| Jul 11 17:46:48.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64842026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.974 INFO O| Jul 11 17:46:48.974 INFO STEP 377 (remove_files) COMPLETE
64852026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.974 INFO O| Jul 11 17:46:48.974 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.985 INFO O| Jul 11 17:46:48.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64872026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.985 INFO O| Jul 11 17:46:48.985 INFO STEP 378 (remove_files) COMPLETE
64882026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.985 INFO O| Jul 11 17:46:48.985 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.996 INFO O| Jul 11 17:46:48.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64902026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.996 INFO O| Jul 11 17:46:48.996 INFO STEP 379 (remove_files) COMPLETE
64912026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:48.996 INFO O| Jul 11 17:46:48.996 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:49.008 INFO O| Jul 11 17:46:49.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64932026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:49.008 INFO O| Jul 11 17:46:49.008 INFO STEP 380 (remove_files) COMPLETE
64942026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:49.008 INFO O| Jul 11 17:46:49.008 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:49.020 INFO O| Jul 11 17:46:49.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64962026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:49.020 INFO O| Jul 11 17:46:49.020 INFO STEP 381 (remove_files) COMPLETE
64972026-07-11T17:46:51.560Z[ recovery-image] Jul 11 17:46:49.020 INFO O| Jul 11 17:46:49.020 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.031 INFO O| Jul 11 17:46:49.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64992026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.031 INFO O| Jul 11 17:46:49.031 INFO STEP 382 (remove_files) COMPLETE
65002026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.031 INFO O| Jul 11 17:46:49.031 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.043 INFO O| Jul 11 17:46:49.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65022026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.043 INFO O| Jul 11 17:46:49.043 INFO STEP 383 (remove_files) COMPLETE
65032026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.043 INFO O| Jul 11 17:46:49.043 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.055 INFO O| Jul 11 17:46:49.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65052026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.055 INFO O| Jul 11 17:46:49.055 INFO STEP 384 (remove_files) COMPLETE
65062026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.055 INFO O| Jul 11 17:46:49.055 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.065 INFO O| Jul 11 17:46:49.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65082026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.065 INFO O| Jul 11 17:46:49.065 INFO STEP 385 (remove_files) COMPLETE
65092026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.065 INFO O| Jul 11 17:46:49.065 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.075 INFO O| Jul 11 17:46:49.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65112026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.075 INFO O| Jul 11 17:46:49.075 INFO STEP 386 (remove_files) COMPLETE
65122026-07-11T17:46:51.561Z[ recovery-image] Jul 11 17:46:49.075 INFO O| Jul 11 17:46:49.075 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-07-11T17:46:51.562Z[ recovery-image] Jul 11 17:46:49.085 INFO O| Jul 11 17:46:49.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65142026-07-11T17:46:51.562Z[ recovery-image] Jul 11 17:46:49.085 INFO O| Jul 11 17:46:49.085 INFO STEP 387 (remove_files) COMPLETE
65152026-07-11T17:46:51.562Z[ recovery-image] Jul 11 17:46:49.085 INFO O| Jul 11 17:46:49.085 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-07-11T17:46:51.562Z[ recovery-image] Jul 11 17:46:49.094 INFO O| Jul 11 17:46:49.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65172026-07-11T17:46:51.562Z[ recovery-image] Jul 11 17:46:49.094 INFO O| Jul 11 17:46:49.094 INFO STEP 388 (remove_files) COMPLETE
65182026-07-11T17:46:51.562Z[ recovery-image] Jul 11 17:46:49.094 INFO O| Jul 11 17:46:49.094 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-07-11T17:46:51.566Z[ recovery-image] Jul 11 17:46:49.102 INFO O| Jul 11 17:46:49.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65202026-07-11T17:46:51.566Z[ recovery-image] Jul 11 17:46:49.102 INFO O| Jul 11 17:46:49.102 INFO STEP 389 (remove_files) COMPLETE
65212026-07-11T17:46:51.566Z[ recovery-image] Jul 11 17:46:49.102 INFO O| Jul 11 17:46:49.102 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-07-11T17:46:51.566Z[ recovery-image] Jul 11 17:46:49.110 INFO O| Jul 11 17:46:49.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65232026-07-11T17:46:51.566Z[ recovery-image] Jul 11 17:46:49.110 INFO O| Jul 11 17:46:49.110 INFO STEP 390 (remove_files) COMPLETE
65242026-07-11T17:46:51.566Z[ recovery-image] Jul 11 17:46:49.110 INFO O| Jul 11 17:46:49.110 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-07-11T17:46:51.566Z[ recovery-image] Jul 11 17:46:49.120 INFO O| Jul 11 17:46:49.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65262026-07-11T17:46:51.566Z[ recovery-image] Jul 11 17:46:49.120 INFO O| Jul 11 17:46:49.120 INFO STEP 391 (remove_files) COMPLETE
65272026-07-11T17:46:51.566Z[ recovery-image] Jul 11 17:46:49.121 INFO O| Jul 11 17:46:49.120 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-07-11T17:46:51.566Z[ recovery-image] Jul 11 17:46:49.132 INFO O| Jul 11 17:46:49.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65292026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.132 INFO O| Jul 11 17:46:49.132 INFO STEP 392 (remove_files) COMPLETE
65302026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.132 INFO O| Jul 11 17:46:49.132 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.142 INFO O| Jul 11 17:46:49.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65322026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.142 INFO O| Jul 11 17:46:49.142 INFO STEP 393 (remove_files) COMPLETE
65332026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.142 INFO O| Jul 11 17:46:49.142 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.152 INFO O| Jul 11 17:46:49.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65352026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.153 INFO O| Jul 11 17:46:49.153 INFO STEP 394 (remove_files) COMPLETE
65362026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.153 INFO O| Jul 11 17:46:49.153 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.162 INFO O| Jul 11 17:46:49.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65382026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.162 INFO O| Jul 11 17:46:49.162 INFO STEP 395 (remove_files) COMPLETE
65392026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.162 INFO O| Jul 11 17:46:49.162 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.172 INFO O| Jul 11 17:46:49.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65412026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.173 INFO O| Jul 11 17:46:49.173 INFO STEP 396 (remove_files) COMPLETE
65422026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.173 INFO O| Jul 11 17:46:49.173 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.183 INFO O| Jul 11 17:46:49.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65442026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.183 INFO O| Jul 11 17:46:49.183 INFO STEP 397 (remove_files) COMPLETE
65452026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.183 INFO O| Jul 11 17:46:49.183 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.193 INFO O| Jul 11 17:46:49.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65472026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.193 INFO O| Jul 11 17:46:49.193 INFO STEP 398 (remove_files) COMPLETE
65482026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.193 INFO O| Jul 11 17:46:49.193 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.204 INFO O| Jul 11 17:46:49.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65502026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.204 INFO O| Jul 11 17:46:49.204 INFO STEP 399 (remove_files) COMPLETE
65512026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.204 INFO O| Jul 11 17:46:49.204 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.215 INFO O| Jul 11 17:46:49.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65532026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.215 INFO O| Jul 11 17:46:49.215 INFO STEP 400 (remove_files) COMPLETE
65542026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.215 INFO O| Jul 11 17:46:49.215 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.225 INFO O| Jul 11 17:46:49.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65562026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.225 INFO O| Jul 11 17:46:49.225 INFO STEP 401 (remove_files) COMPLETE
65572026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.225 INFO O| Jul 11 17:46:49.225 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.236 INFO O| Jul 11 17:46:49.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65592026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.236 INFO O| Jul 11 17:46:49.236 INFO STEP 402 (remove_files) COMPLETE
65602026-07-11T17:46:51.567Z[ recovery-image] Jul 11 17:46:49.236 INFO O| Jul 11 17:46:49.236 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.246 INFO O| Jul 11 17:46:49.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65622026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.247 INFO O| Jul 11 17:46:49.247 INFO STEP 403 (remove_files) COMPLETE
65632026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.247 INFO O| Jul 11 17:46:49.247 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.257 INFO O| Jul 11 17:46:49.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65652026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.258 INFO O| Jul 11 17:46:49.257 INFO STEP 404 (remove_files) COMPLETE
65662026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.258 INFO O| Jul 11 17:46:49.257 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.268 INFO O| Jul 11 17:46:49.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65682026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.268 INFO O| Jul 11 17:46:49.268 INFO STEP 405 (remove_files) COMPLETE
65692026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.268 INFO O| Jul 11 17:46:49.268 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.279 INFO O| Jul 11 17:46:49.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65712026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.279 INFO O| Jul 11 17:46:49.279 INFO STEP 406 (remove_files) COMPLETE
65722026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.279 INFO O| Jul 11 17:46:49.279 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.288 INFO O| Jul 11 17:46:49.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65742026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.288 INFO O| Jul 11 17:46:49.288 INFO STEP 407 (remove_files) COMPLETE
65752026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.288 INFO O| Jul 11 17:46:49.288 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.298 INFO O| Jul 11 17:46:49.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65772026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.298 INFO O| Jul 11 17:46:49.298 INFO STEP 408 (remove_files) COMPLETE
65782026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.298 INFO O| Jul 11 17:46:49.298 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.309 INFO O| Jul 11 17:46:49.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65802026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.309 INFO O| Jul 11 17:46:49.309 INFO STEP 409 (remove_files) COMPLETE
65812026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.309 INFO O| Jul 11 17:46:49.309 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.321 INFO O| Jul 11 17:46:49.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65832026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.321 INFO O| Jul 11 17:46:49.321 INFO STEP 410 (remove_files) COMPLETE
65842026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.321 INFO O| Jul 11 17:46:49.321 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.332 INFO O| Jul 11 17:46:49.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65862026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.332 INFO O| Jul 11 17:46:49.332 INFO STEP 411 (remove_files) COMPLETE
65872026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.332 INFO O| Jul 11 17:46:49.332 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.342 INFO O| Jul 11 17:46:49.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65892026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.342 INFO O| Jul 11 17:46:49.342 INFO STEP 412 (remove_files) COMPLETE
65902026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.342 INFO O| Jul 11 17:46:49.342 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.353 INFO O| Jul 11 17:46:49.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65922026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.353 INFO O| Jul 11 17:46:49.353 INFO STEP 413 (remove_files) COMPLETE
65932026-07-11T17:46:51.568Z[ recovery-image] Jul 11 17:46:49.353 INFO O| Jul 11 17:46:49.353 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.365 INFO O| Jul 11 17:46:49.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65952026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.365 INFO O| Jul 11 17:46:49.363 INFO STEP 414 (remove_files) COMPLETE
65962026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.365 INFO O| Jul 11 17:46:49.363 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.372 INFO O| Jul 11 17:46:49.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65982026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.373 INFO O| Jul 11 17:46:49.373 INFO STEP 415 (remove_files) COMPLETE
65992026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.373 INFO O| Jul 11 17:46:49.373 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.381 INFO O| Jul 11 17:46:49.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66012026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.381 INFO O| Jul 11 17:46:49.381 INFO STEP 416 (remove_files) COMPLETE
66022026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.381 INFO O| Jul 11 17:46:49.381 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.389 INFO O| Jul 11 17:46:49.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66042026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.389 INFO O| Jul 11 17:46:49.389 INFO STEP 417 (remove_files) COMPLETE
66052026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.389 INFO O| Jul 11 17:46:49.389 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.399 INFO O| Jul 11 17:46:49.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66072026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.399 INFO O| Jul 11 17:46:49.399 INFO STEP 418 (remove_files) COMPLETE
66082026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.399 INFO O| Jul 11 17:46:49.399 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.407 INFO O| Jul 11 17:46:49.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66102026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.407 INFO O| Jul 11 17:46:49.407 INFO STEP 419 (remove_files) COMPLETE
66112026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.407 INFO O| Jul 11 17:46:49.407 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.416 INFO O| Jul 11 17:46:49.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66132026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.416 INFO O| Jul 11 17:46:49.416 INFO STEP 420 (remove_files) COMPLETE
66142026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.416 INFO O| Jul 11 17:46:49.416 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.427 INFO O| Jul 11 17:46:49.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66162026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.427 INFO O| Jul 11 17:46:49.427 INFO STEP 421 (remove_files) COMPLETE
66172026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.427 INFO O| Jul 11 17:46:49.427 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-07-11T17:46:51.569Z[ recovery-image] Jul 11 17:46:49.438 INFO O| Jul 11 17:46:49.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66192026-07-11T17:46:51.574Z[ recovery-image] Jul 11 17:46:49.438 INFO O| Jul 11 17:46:49.438 INFO STEP 422 (remove_files) COMPLETE
66202026-07-11T17:46:51.574Z[ recovery-image] Jul 11 17:46:49.438 INFO O| Jul 11 17:46:49.438 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-07-11T17:46:51.574Z[ recovery-image] Jul 11 17:46:49.449 INFO O| Jul 11 17:46:49.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66222026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.449 INFO O| Jul 11 17:46:49.449 INFO STEP 423 (remove_files) COMPLETE
66232026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.449 INFO O| Jul 11 17:46:49.449 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.459 INFO O| Jul 11 17:46:49.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66252026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.459 INFO O| Jul 11 17:46:49.459 INFO STEP 424 (remove_files) COMPLETE
66262026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.459 INFO O| Jul 11 17:46:49.459 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.471 INFO O| Jul 11 17:46:49.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66282026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.471 INFO O| Jul 11 17:46:49.471 INFO STEP 425 (remove_files) COMPLETE
66292026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.471 INFO O| Jul 11 17:46:49.471 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.483 INFO O| Jul 11 17:46:49.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66312026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.483 INFO O| Jul 11 17:46:49.483 INFO STEP 426 (remove_files) COMPLETE
66322026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.483 INFO O| Jul 11 17:46:49.483 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.494 INFO O| Jul 11 17:46:49.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66342026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.494 INFO O| Jul 11 17:46:49.494 INFO STEP 427 (remove_files) COMPLETE
66352026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.494 INFO O| Jul 11 17:46:49.494 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.506 INFO O| Jul 11 17:46:49.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66372026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.506 INFO O| Jul 11 17:46:49.506 INFO STEP 428 (remove_files) COMPLETE
66382026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.506 INFO O| Jul 11 17:46:49.506 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.516 INFO O| Jul 11 17:46:49.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66402026-07-11T17:46:51.575Z[ recovery-image] Jul 11 17:46:49.516 INFO O| Jul 11 17:46:49.516 INFO STEP 429 (remove_files) COMPLETE
66412026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.516 INFO O| Jul 11 17:46:49.516 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.527 INFO O| Jul 11 17:46:49.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66432026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.527 INFO O| Jul 11 17:46:49.527 INFO STEP 430 (remove_files) COMPLETE
66442026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.527 INFO O| Jul 11 17:46:49.527 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.537 INFO O| Jul 11 17:46:49.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66462026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.537 INFO O| Jul 11 17:46:49.537 INFO STEP 431 (remove_files) COMPLETE
66472026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.537 INFO O| Jul 11 17:46:49.537 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.547 INFO O| Jul 11 17:46:49.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66492026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.547 INFO O| Jul 11 17:46:49.547 INFO STEP 432 (remove_files) COMPLETE
66502026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.547 INFO O| Jul 11 17:46:49.547 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.558 INFO O| Jul 11 17:46:49.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66522026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.558 INFO O| Jul 11 17:46:49.558 INFO STEP 433 (remove_files) COMPLETE
66532026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.558 INFO O| Jul 11 17:46:49.558 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.568 INFO O| Jul 11 17:46:49.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66552026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.568 INFO O| Jul 11 17:46:49.568 INFO STEP 434 (remove_files) COMPLETE
66562026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.568 INFO O| Jul 11 17:46:49.568 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.578 INFO O| Jul 11 17:46:49.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66582026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.578 INFO O| Jul 11 17:46:49.578 INFO STEP 435 (remove_files) COMPLETE
66592026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.578 INFO O| Jul 11 17:46:49.578 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.589 INFO O| Jul 11 17:46:49.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66612026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.589 INFO O| Jul 11 17:46:49.589 INFO STEP 436 (remove_files) COMPLETE
66622026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.589 INFO O| Jul 11 17:46:49.589 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.599 INFO O| Jul 11 17:46:49.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66642026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.599 INFO O| Jul 11 17:46:49.599 INFO STEP 437 (remove_files) COMPLETE
66652026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.599 INFO O| Jul 11 17:46:49.599 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.609 INFO O| Jul 11 17:46:49.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66672026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.609 INFO O| Jul 11 17:46:49.609 INFO STEP 438 (remove_files) COMPLETE
66682026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.609 INFO O| Jul 11 17:46:49.609 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.619 INFO O| Jul 11 17:46:49.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66702026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.619 INFO O| Jul 11 17:46:49.619 INFO STEP 439 (remove_files) COMPLETE
66712026-07-11T17:46:51.576Z[ recovery-image] Jul 11 17:46:49.619 INFO O| Jul 11 17:46:49.619 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-07-11T17:46:51.577Z[ recovery-image] Jul 11 17:46:49.629 INFO O| Jul 11 17:46:49.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66732026-07-11T17:46:51.577Z[ recovery-image] Jul 11 17:46:49.629 INFO O| Jul 11 17:46:49.629 INFO STEP 440 (remove_files) COMPLETE
66742026-07-11T17:46:51.577Z[ recovery-image] Jul 11 17:46:49.629 INFO O| Jul 11 17:46:49.629 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-07-11T17:46:51.577Z[ recovery-image] Jul 11 17:46:49.639 INFO O| Jul 11 17:46:49.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66762026-07-11T17:46:51.577Z[ recovery-image] Jul 11 17:46:49.639 INFO O| Jul 11 17:46:49.639 INFO STEP 441 (remove_files) COMPLETE
66772026-07-11T17:46:51.577Z[ recovery-image] Jul 11 17:46:49.639 INFO O| Jul 11 17:46:49.639 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.650 INFO O| Jul 11 17:46:49.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66792026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.650 INFO O| Jul 11 17:46:49.650 INFO STEP 442 (remove_files) COMPLETE
66802026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.650 INFO O| Jul 11 17:46:49.650 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.660 INFO O| Jul 11 17:46:49.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66822026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.660 INFO O| Jul 11 17:46:49.660 INFO STEP 443 (remove_files) COMPLETE
66832026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.661 INFO O| Jul 11 17:46:49.660 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.670 INFO O| Jul 11 17:46:49.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66852026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.670 INFO O| Jul 11 17:46:49.670 INFO STEP 444 (remove_files) COMPLETE
66862026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.670 INFO O| Jul 11 17:46:49.670 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.681 INFO O| Jul 11 17:46:49.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66882026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.681 INFO O| Jul 11 17:46:49.681 INFO STEP 445 (remove_files) COMPLETE
66892026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.681 INFO O| Jul 11 17:46:49.681 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-07-11T17:46:51.578Z[ recovery-image] Jul 11 17:46:49.693 INFO O| Jul 11 17:46:49.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66912026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.693 INFO O| Jul 11 17:46:49.693 INFO STEP 446 (remove_files) COMPLETE
66922026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.693 INFO O| Jul 11 17:46:49.693 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.703 INFO O| Jul 11 17:46:49.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66942026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.703 INFO O| Jul 11 17:46:49.703 INFO STEP 447 (remove_files) COMPLETE
66952026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.703 INFO O| Jul 11 17:46:49.703 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.713 INFO O| Jul 11 17:46:49.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66972026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.713 INFO O| Jul 11 17:46:49.713 INFO STEP 448 (remove_files) COMPLETE
66982026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.713 INFO O| Jul 11 17:46:49.713 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.722 INFO O| Jul 11 17:46:49.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67002026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.722 INFO O| Jul 11 17:46:49.722 INFO STEP 449 (remove_files) COMPLETE
67012026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.722 INFO O| Jul 11 17:46:49.722 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.733 INFO O| Jul 11 17:46:49.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67032026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.733 INFO O| Jul 11 17:46:49.733 INFO STEP 450 (remove_files) COMPLETE
67042026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.733 INFO O| Jul 11 17:46:49.733 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.743 INFO O| Jul 11 17:46:49.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67062026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.743 INFO O| Jul 11 17:46:49.743 INFO STEP 451 (remove_files) COMPLETE
67072026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.743 INFO O| Jul 11 17:46:49.743 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.753 INFO O| Jul 11 17:46:49.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67092026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.754 INFO O| Jul 11 17:46:49.754 INFO STEP 452 (remove_files) COMPLETE
67102026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.754 INFO O| Jul 11 17:46:49.754 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.763 INFO O| Jul 11 17:46:49.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67122026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.763 INFO O| Jul 11 17:46:49.763 INFO STEP 453 (remove_files) COMPLETE
67132026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.763 INFO O| Jul 11 17:46:49.763 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.773 INFO O| Jul 11 17:46:49.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67152026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.773 INFO O| Jul 11 17:46:49.773 INFO STEP 454 (remove_files) COMPLETE
67162026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.773 INFO O| Jul 11 17:46:49.773 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.783 INFO O| Jul 11 17:46:49.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67182026-07-11T17:46:51.579Z[ recovery-image] Jul 11 17:46:49.783 INFO O| Jul 11 17:46:49.783 INFO STEP 455 (remove_files) COMPLETE
67192026-07-11T17:46:51.584Z[ recovery-image] Jul 11 17:46:49.783 INFO O| Jul 11 17:46:49.783 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-07-11T17:46:51.584Z[ recovery-image] Jul 11 17:46:49.792 INFO O| Jul 11 17:46:49.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67212026-07-11T17:46:51.584Z[ recovery-image] Jul 11 17:46:49.793 INFO O| Jul 11 17:46:49.793 INFO STEP 456 (remove_files) COMPLETE
67222026-07-11T17:46:51.584Z[ recovery-image] Jul 11 17:46:49.793 INFO O| Jul 11 17:46:49.793 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-07-11T17:46:51.584Z[ recovery-image] Jul 11 17:46:49.802 INFO O| Jul 11 17:46:49.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67242026-07-11T17:46:51.584Z[ recovery-image] Jul 11 17:46:49.802 INFO O| Jul 11 17:46:49.802 INFO STEP 457 (remove_files) COMPLETE
67252026-07-11T17:46:51.584Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.802 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67272026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.813 INFO STEP 458 (remove_files) COMPLETE
67282026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.813 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67302026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.822 INFO STEP 459 (remove_files) COMPLETE
67312026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.822 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67332026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.830 INFO STEP 460 (remove_files) COMPLETE
67342026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.830 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67362026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.839 INFO STEP 461 (remove_files) COMPLETE
67372026-07-11T17:46:51.585Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.839 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-07-11T17:46:51.586Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67392026-07-11T17:46:51.586Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.848 INFO STEP 462 (remove_files) COMPLETE
67402026-07-11T17:46:51.586Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.848 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-07-11T17:46:51.586Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67422026-07-11T17:46:51.586Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.859 INFO STEP 463 (remove_files) COMPLETE
67432026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.859 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67452026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.870 INFO STEP 464 (remove_files) COMPLETE
67462026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.870 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67482026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.879 INFO STEP 465 (remove_files) COMPLETE
67492026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.879 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67512026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.888 INFO STEP 466 (remove_files) COMPLETE
67522026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.888 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67542026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.897 INFO STEP 467 (remove_files) COMPLETE
67552026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.897 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67572026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.908 INFO STEP 468 (remove_files) COMPLETE
67582026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.908 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67602026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.920 INFO STEP 469 (remove_files) COMPLETE
67612026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.920 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67632026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.932 INFO STEP 470 (remove_files) COMPLETE
67642026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.932 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67662026-07-11T17:46:51.587Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.941 INFO STEP 471 (remove_files) COMPLETE
67672026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.941 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67692026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.951 INFO STEP 472 (remove_files) COMPLETE
67702026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.951 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67722026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.961 INFO STEP 473 (remove_files) COMPLETE
67732026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.961 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67752026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.971 INFO STEP 474 (remove_files) COMPLETE
67762026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.971 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67782026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.980 INFO STEP 475 (remove_files) COMPLETE
67792026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.980 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67812026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.988 INFO STEP 476 (remove_files) COMPLETE
67822026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.988 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67842026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.999 INFO STEP 477 (remove_files) COMPLETE
67852026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:49.999 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:50.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67872026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:50.009 INFO STEP 478 (remove_files) COMPLETE
67882026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:50.009 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.891 INFO O| Jul 11 17:46:50.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67902026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.019 INFO STEP 479 (remove_files) COMPLETE
67912026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.019 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67932026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.029 INFO STEP 480 (remove_files) COMPLETE
67942026-07-11T17:46:51.588Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.029 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67962026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.039 INFO STEP 481 (remove_files) COMPLETE
67972026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.039 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67992026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.049 INFO STEP 482 (remove_files) COMPLETE
68002026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.049 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.892 INFO O| Jul 11 17:46:50.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68022026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.059 INFO STEP 483 (remove_files) COMPLETE
68032026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.059 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68052026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.067 INFO STEP 484 (remove_files) COMPLETE
68062026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.067 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68082026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.074 INFO STEP 485 (remove_files) COMPLETE
68092026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.074 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68112026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.084 INFO STEP 486 (remove_files) COMPLETE
68122026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.084 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68142026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.093 INFO STEP 487 (remove_files) COMPLETE
68152026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.093 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68172026-07-11T17:46:51.589Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.102 INFO STEP 488 (remove_files) COMPLETE
68182026-07-11T17:46:51.590Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.102 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-07-11T17:46:51.593Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68202026-07-11T17:46:51.593Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.110 INFO STEP 489 (remove_files) COMPLETE
68212026-07-11T17:46:51.593Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.110 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-07-11T17:46:51.593Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68232026-07-11T17:46:51.593Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.120 INFO STEP 490 (remove_files) COMPLETE
68242026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.120 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68262026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.130 INFO STEP 491 (remove_files) COMPLETE
68272026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.130 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68292026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.141 INFO STEP 492 (remove_files) COMPLETE
68302026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.141 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68322026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.150 INFO STEP 493 (remove_files) COMPLETE
68332026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.150 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68352026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.159 INFO STEP 494 (remove_files) COMPLETE
68362026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.159 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68382026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.168 INFO STEP 495 (remove_files) COMPLETE
68392026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.168 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68412026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.178 INFO STEP 496 (remove_files) COMPLETE
68422026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.178 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68442026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.187 INFO STEP 497 (remove_files) COMPLETE
68452026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.187 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68472026-07-11T17:46:51.594Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.196 INFO STEP 498 (remove_files) COMPLETE
68482026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.196 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68502026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.205 INFO STEP 499 (remove_files) COMPLETE
68512026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.205 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.893 INFO O| Jul 11 17:46:50.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68532026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.213 INFO STEP 500 (remove_files) COMPLETE
68542026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.213 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68562026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.222 INFO STEP 501 (remove_files) COMPLETE
68572026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.222 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68592026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.229 INFO STEP 502 (remove_files) COMPLETE
68602026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.229 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68622026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.237 INFO STEP 503 (remove_files) COMPLETE
68632026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.237 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68652026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.245 INFO STEP 504 (remove_files) COMPLETE
68662026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.245 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68682026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.252 INFO STEP 505 (remove_files) COMPLETE
68692026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.252 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68712026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.259 INFO STEP 506 (remove_files) COMPLETE
68722026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.259 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68742026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.266 INFO STEP 507 (remove_files) COMPLETE
68752026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.266 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68772026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.273 INFO STEP 508 (remove_files) COMPLETE
68782026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.273 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68802026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.280 INFO STEP 509 (remove_files) COMPLETE
68812026-07-11T17:46:51.595Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.280 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68832026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.287 INFO STEP 510 (remove_files) COMPLETE
68842026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.287 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68862026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.293 INFO STEP 511 (remove_files) COMPLETE
68872026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.293 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68892026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.891 INFO STEP 512 (remove_files) COMPLETE
68902026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.894 INFO O| Jul 11 17:46:50.891 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.903 INFO O| Jul 11 17:46:50.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68922026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.903 INFO O| Jul 11 17:46:50.903 INFO STEP 513 (remove_files) COMPLETE
68932026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.903 INFO O| Jul 11 17:46:50.903 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.913 INFO O| Jul 11 17:46:50.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68952026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.914 INFO O| Jul 11 17:46:50.914 INFO STEP 514 (remove_files) COMPLETE
68962026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.914 INFO O| Jul 11 17:46:50.914 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.926 INFO O| Jul 11 17:46:50.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68982026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.926 INFO O| Jul 11 17:46:50.926 INFO STEP 515 (remove_files) COMPLETE
68992026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.926 INFO O| Jul 11 17:46:50.926 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.935 INFO O| Jul 11 17:46:50.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69012026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.935 INFO O| Jul 11 17:46:50.935 INFO STEP 516 (remove_files) COMPLETE
69022026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.935 INFO O| Jul 11 17:46:50.935 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.945 INFO O| Jul 11 17:46:50.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69042026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.945 INFO O| Jul 11 17:46:50.945 INFO STEP 517 (remove_files) COMPLETE
69052026-07-11T17:46:51.596Z[ recovery-image] Jul 11 17:46:50.945 INFO O| Jul 11 17:46:50.945 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-07-11T17:46:51.600Z[ recovery-image] Jul 11 17:46:50.955 INFO O| Jul 11 17:46:50.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69072026-07-11T17:46:51.604Z[ recovery-image] Jul 11 17:46:50.955 INFO O| Jul 11 17:46:50.955 INFO STEP 518 (remove_files) COMPLETE
69082026-07-11T17:46:51.604Z[ recovery-image] Jul 11 17:46:50.955 INFO O| Jul 11 17:46:50.955 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-07-11T17:46:51.610Z[ recovery-image] Jul 11 17:46:50.965 INFO O| Jul 11 17:46:50.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69102026-07-11T17:46:51.613Z[ recovery-image] Jul 11 17:46:50.965 INFO O| Jul 11 17:46:50.965 INFO STEP 519 (remove_files) COMPLETE
69112026-07-11T17:46:51.613Z[ recovery-image] Jul 11 17:46:50.965 INFO O| Jul 11 17:46:50.965 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-07-11T17:46:51.619Z[ recovery-image] Jul 11 17:46:50.974 INFO O| Jul 11 17:46:50.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69132026-07-11T17:46:51.622Z[ recovery-image] Jul 11 17:46:50.974 INFO O| Jul 11 17:46:50.974 INFO STEP 520 (remove_files) COMPLETE
69142026-07-11T17:46:51.622Z[ recovery-image] Jul 11 17:46:50.974 INFO O| Jul 11 17:46:50.974 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-07-11T17:46:51.629Z[ recovery-image] Jul 11 17:46:50.984 INFO O| Jul 11 17:46:50.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69162026-07-11T17:46:51.632Z[ recovery-image] Jul 11 17:46:50.984 INFO O| Jul 11 17:46:50.984 INFO STEP 521 (remove_files) COMPLETE
69172026-07-11T17:46:51.632Z[ recovery-image] Jul 11 17:46:50.984 INFO O| Jul 11 17:46:50.984 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-07-11T17:46:51.639Z[ recovery-image] Jul 11 17:46:50.994 INFO O| Jul 11 17:46:50.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69192026-07-11T17:46:51.639Z[ recovery-image] Jul 11 17:46:50.994 INFO O| Jul 11 17:46:50.994 INFO STEP 522 (remove_files) COMPLETE
69202026-07-11T17:46:51.642Z[ recovery-image] Jul 11 17:46:50.994 INFO O| Jul 11 17:46:50.994 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-07-11T17:46:51.648Z[ recovery-image] Jul 11 17:46:51.003 INFO O| Jul 11 17:46:51.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69222026-07-11T17:46:51.651Z[ recovery-image] Jul 11 17:46:51.003 INFO O| Jul 11 17:46:51.003 INFO STEP 523 (remove_files) COMPLETE
69232026-07-11T17:46:51.651Z[ recovery-image] Jul 11 17:46:51.003 INFO O| Jul 11 17:46:51.003 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-07-11T17:46:51.657Z[ recovery-image] Jul 11 17:46:51.012 INFO O| Jul 11 17:46:51.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69252026-07-11T17:46:51.660Z[ recovery-image] Jul 11 17:46:51.012 INFO O| Jul 11 17:46:51.012 INFO STEP 524 (remove_files) COMPLETE
69262026-07-11T17:46:51.660Z[ recovery-image] Jul 11 17:46:51.012 INFO O| Jul 11 17:46:51.012 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-07-11T17:46:51.666Z[ recovery-image] Jul 11 17:46:51.021 INFO O| Jul 11 17:46:51.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69282026-07-11T17:46:51.669Z[ recovery-image] Jul 11 17:46:51.021 INFO O| Jul 11 17:46:51.021 INFO STEP 525 (remove_files) COMPLETE
69292026-07-11T17:46:51.669Z[ recovery-image] Jul 11 17:46:51.021 INFO O| Jul 11 17:46:51.021 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-07-11T17:46:51.676Z[ recovery-image] Jul 11 17:46:51.031 INFO O| Jul 11 17:46:51.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69312026-07-11T17:46:51.676Z[ recovery-image] Jul 11 17:46:51.031 INFO O| Jul 11 17:46:51.031 INFO STEP 526 (remove_files) COMPLETE
69322026-07-11T17:46:51.679Z[ recovery-image] Jul 11 17:46:51.031 INFO O| Jul 11 17:46:51.031 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-07-11T17:46:51.686Z[ recovery-image] Jul 11 17:46:51.041 INFO O| Jul 11 17:46:51.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69342026-07-11T17:46:51.689Z[ recovery-image] Jul 11 17:46:51.041 INFO O| Jul 11 17:46:51.041 INFO STEP 527 (remove_files) COMPLETE
69352026-07-11T17:46:51.689Z[ recovery-image] Jul 11 17:46:51.041 INFO O| Jul 11 17:46:51.041 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-07-11T17:46:51.697Z[ recovery-image] Jul 11 17:46:51.052 INFO O| Jul 11 17:46:51.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69372026-07-11T17:46:51.700Z[ recovery-image] Jul 11 17:46:51.052 INFO O| Jul 11 17:46:51.052 INFO STEP 528 (remove_files) COMPLETE
69382026-07-11T17:46:51.700Z[ recovery-image] Jul 11 17:46:51.052 INFO O| Jul 11 17:46:51.052 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-07-11T17:46:51.706Z[ recovery-image] Jul 11 17:46:51.061 INFO O| Jul 11 17:46:51.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69402026-07-11T17:46:51.709Z[ recovery-image] Jul 11 17:46:51.061 INFO O| Jul 11 17:46:51.061 INFO STEP 529 (remove_files) COMPLETE
69412026-07-11T17:46:51.709Z[ recovery-image] Jul 11 17:46:51.061 INFO O| Jul 11 17:46:51.061 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-07-11T17:46:51.717Z[ recovery-image] Jul 11 17:46:51.072 INFO O| Jul 11 17:46:51.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69432026-07-11T17:46:51.720Z[ recovery-image] Jul 11 17:46:51.072 INFO O| Jul 11 17:46:51.072 INFO STEP 530 (remove_files) COMPLETE
69442026-07-11T17:46:51.720Z[ recovery-image] Jul 11 17:46:51.072 INFO O| Jul 11 17:46:51.072 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-07-11T17:46:51.727Z[ recovery-image] Jul 11 17:46:51.082 INFO O| Jul 11 17:46:51.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69462026-07-11T17:46:51.730Z[ recovery-image] Jul 11 17:46:51.082 INFO O| Jul 11 17:46:51.082 INFO STEP 531 (remove_files) COMPLETE
69472026-07-11T17:46:51.730Z[ recovery-image] Jul 11 17:46:51.082 INFO O| Jul 11 17:46:51.082 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-07-11T17:46:51.736Z[ recovery-image] Jul 11 17:46:51.091 INFO O| Jul 11 17:46:51.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69492026-07-11T17:46:51.739Z[ recovery-image] Jul 11 17:46:51.091 INFO O| Jul 11 17:46:51.091 INFO STEP 532 (remove_files) COMPLETE
69502026-07-11T17:46:51.739Z[ recovery-image] Jul 11 17:46:51.091 INFO O| Jul 11 17:46:51.091 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-07-11T17:46:51.744Z[ recovery-image] Jul 11 17:46:51.099 INFO O| Jul 11 17:46:51.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69522026-07-11T17:46:51.747Z[ recovery-image] Jul 11 17:46:51.099 INFO O| Jul 11 17:46:51.099 INFO STEP 533 (remove_files) COMPLETE
69532026-07-11T17:46:51.747Z[ recovery-image] Jul 11 17:46:51.099 INFO O| Jul 11 17:46:51.099 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-07-11T17:46:51.752Z[ recovery-image] Jul 11 17:46:51.107 INFO O| Jul 11 17:46:51.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69552026-07-11T17:46:51.755Z[ recovery-image] Jul 11 17:46:51.107 INFO O| Jul 11 17:46:51.107 INFO STEP 534 (remove_files) COMPLETE
69562026-07-11T17:46:51.755Z[ recovery-image] Jul 11 17:46:51.107 INFO O| Jul 11 17:46:51.107 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-07-11T17:46:51.763Z[ recovery-image] Jul 11 17:46:51.118 INFO O| Jul 11 17:46:51.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69582026-07-11T17:46:51.763Z[ recovery-image] Jul 11 17:46:51.118 INFO O| Jul 11 17:46:51.118 INFO STEP 535 (remove_files) COMPLETE
69592026-07-11T17:46:51.763Z[ recovery-image] Jul 11 17:46:51.118 INFO O| Jul 11 17:46:51.118 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-07-11T17:46:51.772Z[ recovery-image] Jul 11 17:46:51.127 INFO O| Jul 11 17:46:51.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69612026-07-11T17:46:51.772Z[ recovery-image] Jul 11 17:46:51.127 INFO O| Jul 11 17:46:51.127 INFO STEP 536 (remove_files) COMPLETE
69622026-07-11T17:46:51.775Z[ recovery-image] Jul 11 17:46:51.127 INFO O| Jul 11 17:46:51.127 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-07-11T17:46:51.782Z[ recovery-image] Jul 11 17:46:51.137 INFO O| Jul 11 17:46:51.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69642026-07-11T17:46:51.785Z[ recovery-image] Jul 11 17:46:51.137 INFO O| Jul 11 17:46:51.137 INFO STEP 537 (remove_files) COMPLETE
69652026-07-11T17:46:51.785Z[ recovery-image] Jul 11 17:46:51.137 INFO O| Jul 11 17:46:51.137 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-07-11T17:46:51.790Z[ recovery-image] Jul 11 17:46:51.145 INFO O| Jul 11 17:46:51.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69672026-07-11T17:46:51.790Z[ recovery-image] Jul 11 17:46:51.145 INFO O| Jul 11 17:46:51.145 INFO STEP 538 (remove_files) COMPLETE
69682026-07-11T17:46:51.794Z[ recovery-image] Jul 11 17:46:51.145 INFO O| Jul 11 17:46:51.145 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-07-11T17:46:51.799Z[ recovery-image] Jul 11 17:46:51.153 INFO O| Jul 11 17:46:51.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69702026-07-11T17:46:51.799Z[ recovery-image] Jul 11 17:46:51.153 INFO O| Jul 11 17:46:51.153 INFO STEP 539 (remove_files) COMPLETE
69712026-07-11T17:46:51.801Z[ recovery-image] Jul 11 17:46:51.153 INFO O| Jul 11 17:46:51.153 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-07-11T17:46:51.807Z[ recovery-image] Jul 11 17:46:51.162 INFO O| Jul 11 17:46:51.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69732026-07-11T17:46:51.810Z[ recovery-image] Jul 11 17:46:51.162 INFO O| Jul 11 17:46:51.162 INFO STEP 540 (remove_files) COMPLETE
69742026-07-11T17:46:51.810Z[ recovery-image] Jul 11 17:46:51.162 INFO O| Jul 11 17:46:51.162 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-07-11T17:46:51.818Z[ recovery-image] Jul 11 17:46:51.172 INFO O| Jul 11 17:46:51.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69762026-07-11T17:46:51.818Z[ recovery-image] Jul 11 17:46:51.172 INFO O| Jul 11 17:46:51.172 INFO STEP 541 (remove_files) COMPLETE
69772026-07-11T17:46:51.820Z[ recovery-image] Jul 11 17:46:51.172 INFO O| Jul 11 17:46:51.172 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-07-11T17:46:51.828Z[ recovery-image] Jul 11 17:46:51.182 INFO O| Jul 11 17:46:51.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69792026-07-11T17:46:51.830Z[ recovery-image] Jul 11 17:46:51.183 INFO O| Jul 11 17:46:51.183 INFO STEP 542 (remove_files) COMPLETE
69802026-07-11T17:46:51.831Z[ recovery-image] Jul 11 17:46:51.183 INFO O| Jul 11 17:46:51.183 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-07-11T17:46:51.837Z[ recovery-image] Jul 11 17:46:51.192 INFO O| Jul 11 17:46:51.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69822026-07-11T17:46:51.841Z[ recovery-image] Jul 11 17:46:51.192 INFO O| Jul 11 17:46:51.192 INFO STEP 543 (remove_files) COMPLETE
69832026-07-11T17:46:51.841Z[ recovery-image] Jul 11 17:46:51.192 INFO O| Jul 11 17:46:51.192 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-07-11T17:46:51.846Z[ recovery-image] Jul 11 17:46:51.201 INFO O| Jul 11 17:46:51.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69852026-07-11T17:46:51.846Z[ recovery-image] Jul 11 17:46:51.201 INFO O| Jul 11 17:46:51.201 INFO STEP 544 (remove_files) COMPLETE
69862026-07-11T17:46:51.846Z[ recovery-image] Jul 11 17:46:51.201 INFO O| Jul 11 17:46:51.201 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-07-11T17:46:51.855Z[ recovery-image] Jul 11 17:46:51.210 INFO O| Jul 11 17:46:51.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69882026-07-11T17:46:51.855Z[ recovery-image] Jul 11 17:46:51.210 INFO O| Jul 11 17:46:51.210 INFO STEP 545 (remove_files) COMPLETE
69892026-07-11T17:46:51.856Z[ recovery-image] Jul 11 17:46:51.210 INFO O| Jul 11 17:46:51.210 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-07-11T17:46:51.865Z[ recovery-image] Jul 11 17:46:51.219 INFO O| Jul 11 17:46:51.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69912026-07-11T17:46:51.865Z[ recovery-image] Jul 11 17:46:51.219 INFO O| Jul 11 17:46:51.219 INFO STEP 546 (remove_files) COMPLETE
69922026-07-11T17:46:51.865Z[ recovery-image] Jul 11 17:46:51.219 INFO O| Jul 11 17:46:51.219 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-07-11T17:46:51.873Z[ recovery-image] Jul 11 17:46:51.228 INFO O| Jul 11 17:46:51.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69942026-07-11T17:46:51.876Z[ recovery-image] Jul 11 17:46:51.229 INFO O| Jul 11 17:46:51.229 INFO STEP 547 (remove_files) COMPLETE
69952026-07-11T17:46:51.876Z[ recovery-image] Jul 11 17:46:51.229 INFO O| Jul 11 17:46:51.229 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-07-11T17:46:51.882Z[ recovery-image] Jul 11 17:46:51.237 INFO O| Jul 11 17:46:51.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69972026-07-11T17:46:51.882Z[ recovery-image] Jul 11 17:46:51.237 INFO O| Jul 11 17:46:51.237 INFO STEP 548 (remove_files) COMPLETE
69982026-07-11T17:46:51.885Z[ recovery-image] Jul 11 17:46:51.237 INFO O| Jul 11 17:46:51.237 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-07-11T17:46:51.890Z[ recovery-image] Jul 11 17:46:51.245 INFO O| Jul 11 17:46:51.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70002026-07-11T17:46:51.893Z[ recovery-image] Jul 11 17:46:51.246 INFO O| Jul 11 17:46:51.246 INFO STEP 549 (remove_files) COMPLETE
70012026-07-11T17:46:51.893Z[ recovery-image] Jul 11 17:46:51.246 INFO O| Jul 11 17:46:51.246 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-07-11T17:46:51.900Z[ recovery-image] Jul 11 17:46:51.255 INFO O| Jul 11 17:46:51.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70032026-07-11T17:46:51.900Z[ recovery-image] Jul 11 17:46:51.255 INFO O| Jul 11 17:46:51.255 INFO STEP 550 (remove_files) COMPLETE
70042026-07-11T17:46:51.903Z[ recovery-image] Jul 11 17:46:51.255 INFO O| Jul 11 17:46:51.255 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-07-11T17:46:51.908Z[ recovery-image] Jul 11 17:46:51.263 INFO O| Jul 11 17:46:51.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70062026-07-11T17:46:51.911Z[ recovery-image] Jul 11 17:46:51.263 INFO O| Jul 11 17:46:51.263 INFO STEP 551 (remove_files) COMPLETE
70072026-07-11T17:46:51.911Z[ recovery-image] Jul 11 17:46:51.263 INFO O| Jul 11 17:46:51.263 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-07-11T17:46:51.918Z[ recovery-image] Jul 11 17:46:51.273 INFO O| Jul 11 17:46:51.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70092026-07-11T17:46:51.918Z[ recovery-image] Jul 11 17:46:51.273 INFO O| Jul 11 17:46:51.273 INFO STEP 552 (remove_files) COMPLETE
70102026-07-11T17:46:51.918Z[ recovery-image] Jul 11 17:46:51.273 INFO O| Jul 11 17:46:51.273 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-07-11T17:46:51.927Z[ recovery-image] Jul 11 17:46:51.282 INFO O| Jul 11 17:46:51.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70122026-07-11T17:46:51.927Z[ recovery-image] Jul 11 17:46:51.282 INFO O| Jul 11 17:46:51.282 INFO STEP 553 (remove_files) COMPLETE
70132026-07-11T17:46:51.929Z[ recovery-image] Jul 11 17:46:51.282 INFO O| Jul 11 17:46:51.282 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-07-11T17:46:51.935Z[ recovery-image] Jul 11 17:46:51.290 INFO O| Jul 11 17:46:51.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70152026-07-11T17:46:51.938Z[ recovery-image] Jul 11 17:46:51.290 INFO O| Jul 11 17:46:51.290 INFO STEP 554 (remove_files) COMPLETE
70162026-07-11T17:46:51.938Z[ recovery-image] Jul 11 17:46:51.290 INFO O| Jul 11 17:46:51.290 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-07-11T17:46:51.943Z[ recovery-image] Jul 11 17:46:51.298 INFO O| Jul 11 17:46:51.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70182026-07-11T17:46:51.943Z[ recovery-image] Jul 11 17:46:51.298 INFO O| Jul 11 17:46:51.298 INFO STEP 555 (remove_files) COMPLETE
70192026-07-11T17:46:51.946Z[ recovery-image] Jul 11 17:46:51.298 INFO O| Jul 11 17:46:51.298 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-07-11T17:46:51.952Z[ recovery-image] Jul 11 17:46:51.307 INFO O| Jul 11 17:46:51.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70212026-07-11T17:46:51.952Z[ recovery-image] Jul 11 17:46:51.307 INFO O| Jul 11 17:46:51.307 INFO STEP 556 (remove_files) COMPLETE
70222026-07-11T17:46:51.955Z[ recovery-image] Jul 11 17:46:51.307 INFO O| Jul 11 17:46:51.307 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-07-11T17:46:51.962Z[ recovery-image] Jul 11 17:46:51.316 INFO O| Jul 11 17:46:51.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70242026-07-11T17:46:51.962Z[ recovery-image] Jul 11 17:46:51.317 INFO O| Jul 11 17:46:51.317 INFO STEP 557 (remove_files) COMPLETE
70252026-07-11T17:46:51.965Z[ recovery-image] Jul 11 17:46:51.317 INFO O| Jul 11 17:46:51.317 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-07-11T17:46:51.970Z[ recovery-image] Jul 11 17:46:51.324 INFO O| Jul 11 17:46:51.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70272026-07-11T17:46:51.970Z[ recovery-image] Jul 11 17:46:51.324 INFO O| Jul 11 17:46:51.324 INFO STEP 558 (remove_files) COMPLETE
70282026-07-11T17:46:51.970Z[ recovery-image] Jul 11 17:46:51.324 INFO O| Jul 11 17:46:51.324 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-07-11T17:46:51.978Z[ recovery-image] Jul 11 17:46:51.332 INFO O| Jul 11 17:46:51.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70302026-07-11T17:46:51.981Z[ recovery-image] Jul 11 17:46:51.332 INFO O| Jul 11 17:46:51.332 INFO STEP 559 (remove_files) COMPLETE
70312026-07-11T17:46:51.981Z[ recovery-image] Jul 11 17:46:51.332 INFO O| Jul 11 17:46:51.332 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-07-11T17:46:51.985Z[ recovery-image] Jul 11 17:46:51.340 INFO O| Jul 11 17:46:51.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70332026-07-11T17:46:51.988Z[ recovery-image] Jul 11 17:46:51.341 INFO O| Jul 11 17:46:51.341 INFO STEP 560 (remove_files) COMPLETE
70342026-07-11T17:46:51.988Z[ recovery-image] Jul 11 17:46:51.341 INFO O| Jul 11 17:46:51.341 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-07-11T17:46:51.995Z[ recovery-image] Jul 11 17:46:51.350 INFO O| Jul 11 17:46:51.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70362026-07-11T17:46:51.995Z[ recovery-image] Jul 11 17:46:51.350 INFO O| Jul 11 17:46:51.350 INFO STEP 561 (remove_files) COMPLETE
70372026-07-11T17:46:51.996Z[ recovery-image] Jul 11 17:46:51.350 INFO O| Jul 11 17:46:51.350 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-07-11T17:46:52.004Z[ recovery-image] Jul 11 17:46:51.358 INFO O| Jul 11 17:46:51.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70392026-07-11T17:46:52.004Z[ recovery-image] Jul 11 17:46:51.358 INFO O| Jul 11 17:46:51.358 INFO STEP 562 (remove_files) COMPLETE
70402026-07-11T17:46:52.007Z[ recovery-image] Jul 11 17:46:51.358 INFO O| Jul 11 17:46:51.358 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-07-11T17:46:52.013Z[ recovery-image] Jul 11 17:46:51.368 INFO O| Jul 11 17:46:51.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70422026-07-11T17:46:52.013Z[ recovery-image] Jul 11 17:46:51.368 INFO O| Jul 11 17:46:51.368 INFO STEP 563 (remove_files) COMPLETE
70432026-07-11T17:46:52.013Z[ recovery-image] Jul 11 17:46:51.368 INFO O| Jul 11 17:46:51.368 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-07-11T17:46:52.021Z[ recovery-image] Jul 11 17:46:51.376 INFO O| Jul 11 17:46:51.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70452026-07-11T17:46:52.024Z[ recovery-image] Jul 11 17:46:51.376 INFO O| Jul 11 17:46:51.376 INFO STEP 564 (remove_files) COMPLETE
70462026-07-11T17:46:52.024Z[ recovery-image] Jul 11 17:46:51.376 INFO O| Jul 11 17:46:51.376 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-07-11T17:46:52.031Z[ recovery-image] Jul 11 17:46:51.386 INFO O| Jul 11 17:46:51.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70482026-07-11T17:46:52.031Z[ recovery-image] Jul 11 17:46:51.386 INFO O| Jul 11 17:46:51.386 INFO STEP 565 (remove_files) COMPLETE
70492026-07-11T17:46:52.031Z[ recovery-image] Jul 11 17:46:51.386 INFO O| Jul 11 17:46:51.386 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-07-11T17:46:52.040Z[ recovery-image] Jul 11 17:46:51.394 INFO O| Jul 11 17:46:51.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70512026-07-11T17:46:52.040Z[ recovery-image] Jul 11 17:46:51.394 INFO O| Jul 11 17:46:51.394 INFO STEP 566 (remove_files) COMPLETE
70522026-07-11T17:46:52.043Z[ recovery-image] Jul 11 17:46:51.394 INFO O| Jul 11 17:46:51.394 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-07-11T17:46:52.048Z[ recovery-image] Jul 11 17:46:51.403 INFO O| Jul 11 17:46:51.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70542026-07-11T17:46:52.048Z[ recovery-image] Jul 11 17:46:51.403 INFO O| Jul 11 17:46:51.403 INFO STEP 567 (remove_files) COMPLETE
70552026-07-11T17:46:52.051Z[ recovery-image] Jul 11 17:46:51.403 INFO O| Jul 11 17:46:51.403 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-07-11T17:46:52.056Z[ recovery-image] Jul 11 17:46:51.411 INFO O| Jul 11 17:46:51.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70572026-07-11T17:46:52.056Z[ recovery-image] Jul 11 17:46:51.411 INFO O| Jul 11 17:46:51.411 INFO STEP 568 (remove_files) COMPLETE
70582026-07-11T17:46:52.056Z[ recovery-image] Jul 11 17:46:51.411 INFO O| Jul 11 17:46:51.411 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-07-11T17:46:52.065Z[ recovery-image] Jul 11 17:46:51.420 INFO O| Jul 11 17:46:51.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70602026-07-11T17:46:52.065Z[ recovery-image] Jul 11 17:46:51.420 INFO O| Jul 11 17:46:51.420 INFO STEP 569 (remove_files) COMPLETE
70612026-07-11T17:46:52.069Z[ recovery-image] Jul 11 17:46:51.420 INFO O| Jul 11 17:46:51.420 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-07-11T17:46:52.075Z[ recovery-image] Jul 11 17:46:51.430 INFO O| Jul 11 17:46:51.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70632026-07-11T17:46:52.075Z[ recovery-image] Jul 11 17:46:51.430 INFO O| Jul 11 17:46:51.430 INFO STEP 570 (remove_files) COMPLETE
70642026-07-11T17:46:52.075Z[ recovery-image] Jul 11 17:46:51.430 INFO O| Jul 11 17:46:51.430 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-07-11T17:46:52.084Z[ recovery-image] Jul 11 17:46:51.439 INFO O| Jul 11 17:46:51.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70662026-07-11T17:46:52.084Z[ recovery-image] Jul 11 17:46:51.439 INFO O| Jul 11 17:46:51.439 INFO STEP 571 (remove_files) COMPLETE
70672026-07-11T17:46:52.084Z[ recovery-image] Jul 11 17:46:51.439 INFO O| Jul 11 17:46:51.439 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-07-11T17:46:52.092Z[ recovery-image] Jul 11 17:46:51.447 INFO O| Jul 11 17:46:51.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70692026-07-11T17:46:52.092Z[ recovery-image] Jul 11 17:46:51.447 INFO O| Jul 11 17:46:51.447 INFO STEP 572 (remove_files) COMPLETE
70702026-07-11T17:46:52.095Z[ recovery-image] Jul 11 17:46:51.447 INFO O| Jul 11 17:46:51.447 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-07-11T17:46:52.101Z[ recovery-image] Jul 11 17:46:51.456 INFO O| Jul 11 17:46:51.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70722026-07-11T17:46:52.101Z[ recovery-image] Jul 11 17:46:51.456 INFO O| Jul 11 17:46:51.456 INFO STEP 573 (remove_files) COMPLETE
70732026-07-11T17:46:52.104Z[ recovery-image] Jul 11 17:46:51.456 INFO O| Jul 11 17:46:51.456 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-07-11T17:46:52.109Z[ recovery-image] Jul 11 17:46:51.464 INFO O| Jul 11 17:46:51.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70752026-07-11T17:46:52.112Z[ recovery-image] Jul 11 17:46:51.464 INFO O| Jul 11 17:46:51.464 INFO STEP 574 (remove_files) COMPLETE
70762026-07-11T17:46:52.112Z[ recovery-image] Jul 11 17:46:51.464 INFO O| Jul 11 17:46:51.464 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-07-11T17:46:52.120Z[ recovery-image] Jul 11 17:46:51.475 INFO O| Jul 11 17:46:51.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70782026-07-11T17:46:52.120Z[ recovery-image] Jul 11 17:46:51.475 INFO O| Jul 11 17:46:51.475 INFO STEP 575 (remove_files) COMPLETE
70792026-07-11T17:46:52.120Z[ recovery-image] Jul 11 17:46:51.475 INFO O| Jul 11 17:46:51.475 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-07-11T17:46:52.130Z[ recovery-image] Jul 11 17:46:51.485 INFO O| Jul 11 17:46:51.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70812026-07-11T17:46:52.131Z[ recovery-image] Jul 11 17:46:51.485 INFO O| Jul 11 17:46:51.485 INFO STEP 576 (remove_files) COMPLETE
70822026-07-11T17:46:52.131Z[ recovery-image] Jul 11 17:46:51.485 INFO O| Jul 11 17:46:51.485 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-07-11T17:46:52.138Z[ recovery-image] Jul 11 17:46:51.493 INFO O| Jul 11 17:46:51.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70842026-07-11T17:46:52.139Z[ recovery-image] Jul 11 17:46:51.493 INFO O| Jul 11 17:46:51.493 INFO STEP 577 (remove_files) COMPLETE
70852026-07-11T17:46:52.141Z[ recovery-image] Jul 11 17:46:51.493 INFO O| Jul 11 17:46:51.493 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-07-11T17:46:52.146Z[ recovery-image] Jul 11 17:46:51.501 INFO O| Jul 11 17:46:51.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70872026-07-11T17:46:52.149Z[ recovery-image] Jul 11 17:46:51.501 INFO O| Jul 11 17:46:51.501 INFO STEP 578 (remove_files) COMPLETE
70882026-07-11T17:46:52.149Z[ recovery-image] Jul 11 17:46:51.501 INFO O| Jul 11 17:46:51.501 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-07-11T17:46:52.157Z[ recovery-image] Jul 11 17:46:51.511 INFO O| Jul 11 17:46:51.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70902026-07-11T17:46:52.157Z[ recovery-image] Jul 11 17:46:51.511 INFO O| Jul 11 17:46:51.511 INFO STEP 579 (remove_files) COMPLETE
70912026-07-11T17:46:52.159Z[ recovery-image] Jul 11 17:46:51.511 INFO O| Jul 11 17:46:51.511 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-07-11T17:46:52.166Z[ recovery-image] Jul 11 17:46:51.521 INFO O| Jul 11 17:46:51.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70932026-07-11T17:46:52.169Z[ recovery-image] Jul 11 17:46:51.521 INFO O| Jul 11 17:46:51.521 INFO STEP 580 (remove_files) COMPLETE
70942026-07-11T17:46:52.169Z[ recovery-image] Jul 11 17:46:51.521 INFO O| Jul 11 17:46:51.521 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-07-11T17:46:52.177Z[ recovery-image] Jul 11 17:46:51.532 INFO O| Jul 11 17:46:51.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70962026-07-11T17:46:52.179Z[ recovery-image] Jul 11 17:46:51.532 INFO O| Jul 11 17:46:51.532 INFO STEP 581 (remove_files) COMPLETE
70972026-07-11T17:46:52.179Z[ recovery-image] Jul 11 17:46:51.532 INFO O| Jul 11 17:46:51.532 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-07-11T17:46:52.186Z[ recovery-image] Jul 11 17:46:51.541 INFO O| Jul 11 17:46:51.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70992026-07-11T17:46:52.186Z[ recovery-image] Jul 11 17:46:51.541 INFO O| Jul 11 17:46:51.541 INFO STEP 582 (remove_files) COMPLETE
71002026-07-11T17:46:52.189Z[ recovery-image] Jul 11 17:46:51.541 INFO O| Jul 11 17:46:51.541 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-07-11T17:46:52.194Z[ recovery-image] Jul 11 17:46:51.549 INFO O| Jul 11 17:46:51.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71022026-07-11T17:46:52.194Z[ recovery-image] Jul 11 17:46:51.549 INFO O| Jul 11 17:46:51.549 INFO STEP 583 (remove_files) COMPLETE
71032026-07-11T17:46:52.196Z[ recovery-image] Jul 11 17:46:51.549 INFO O| Jul 11 17:46:51.549 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-07-11T17:46:52.201Z[ recovery-image] Jul 11 17:46:51.556 INFO O| Jul 11 17:46:51.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71052026-07-11T17:46:52.201Z[ recovery-image] Jul 11 17:46:51.556 INFO O| Jul 11 17:46:51.556 INFO STEP 584 (remove_files) COMPLETE
71062026-07-11T17:46:52.204Z[ recovery-image] Jul 11 17:46:51.556 INFO O| Jul 11 17:46:51.556 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-07-11T17:46:52.209Z[ recovery-image] Jul 11 17:46:51.564 INFO O| Jul 11 17:46:51.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71082026-07-11T17:46:52.209Z[ recovery-image] Jul 11 17:46:51.564 INFO O| Jul 11 17:46:51.564 INFO STEP 585 (remove_files) COMPLETE
71092026-07-11T17:46:52.209Z[ recovery-image] Jul 11 17:46:51.564 INFO O| Jul 11 17:46:51.564 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-07-11T17:46:52.216Z[ recovery-image] Jul 11 17:46:51.571 INFO O| Jul 11 17:46:51.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71112026-07-11T17:46:52.216Z[ recovery-image] Jul 11 17:46:51.571 INFO O| Jul 11 17:46:51.571 INFO STEP 586 (remove_files) COMPLETE
71122026-07-11T17:46:52.219Z[ recovery-image] Jul 11 17:46:51.571 INFO O| Jul 11 17:46:51.571 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-07-11T17:46:52.224Z[ recovery-image] Jul 11 17:46:51.579 INFO O| Jul 11 17:46:51.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71142026-07-11T17:46:52.227Z[ recovery-image] Jul 11 17:46:51.579 INFO O| Jul 11 17:46:51.579 INFO STEP 587 (remove_files) COMPLETE
71152026-07-11T17:46:52.227Z[ recovery-image] Jul 11 17:46:51.579 INFO O| Jul 11 17:46:51.579 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-07-11T17:46:52.234Z[ recovery-image] Jul 11 17:46:51.589 INFO O| Jul 11 17:46:51.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71172026-07-11T17:46:52.237Z[ recovery-image] Jul 11 17:46:51.589 INFO O| Jul 11 17:46:51.589 INFO STEP 588 (remove_files) COMPLETE
71182026-07-11T17:46:52.238Z[ recovery-image] Jul 11 17:46:51.589 INFO O| Jul 11 17:46:51.589 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-07-11T17:46:52.243Z[ recovery-image] Jul 11 17:46:51.598 INFO O| Jul 11 17:46:51.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71202026-07-11T17:46:52.243Z[ recovery-image] Jul 11 17:46:51.598 INFO O| Jul 11 17:46:51.598 INFO STEP 589 (remove_files) COMPLETE
71212026-07-11T17:46:52.243Z[ recovery-image] Jul 11 17:46:51.598 INFO O| Jul 11 17:46:51.598 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-07-11T17:46:52.251Z[ recovery-image] Jul 11 17:46:51.606 INFO O| Jul 11 17:46:51.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71232026-07-11T17:46:52.251Z[ recovery-image] Jul 11 17:46:51.606 INFO O| Jul 11 17:46:51.606 INFO STEP 590 (remove_files) COMPLETE
71242026-07-11T17:46:52.254Z[ recovery-image] Jul 11 17:46:51.606 INFO O| Jul 11 17:46:51.606 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-07-11T17:46:52.259Z[ recovery-image] Jul 11 17:46:51.614 INFO O| Jul 11 17:46:51.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71262026-07-11T17:46:52.259Z[ recovery-image] Jul 11 17:46:51.614 INFO O| Jul 11 17:46:51.614 INFO STEP 591 (remove_files) COMPLETE
71272026-07-11T17:46:52.259Z[ recovery-image] Jul 11 17:46:51.614 INFO O| Jul 11 17:46:51.614 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-07-11T17:46:52.268Z[ recovery-image] Jul 11 17:46:51.623 INFO O| Jul 11 17:46:51.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71292026-07-11T17:46:52.268Z[ recovery-image] Jul 11 17:46:51.623 INFO O| Jul 11 17:46:51.623 INFO STEP 592 (remove_files) COMPLETE
71302026-07-11T17:46:52.271Z[ recovery-image] Jul 11 17:46:51.623 INFO O| Jul 11 17:46:51.623 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-07-11T17:46:52.277Z[ recovery-image] Jul 11 17:46:51.632 INFO O| Jul 11 17:46:51.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71322026-07-11T17:46:52.277Z[ recovery-image] Jul 11 17:46:51.632 INFO O| Jul 11 17:46:51.632 INFO STEP 593 (remove_files) COMPLETE
71332026-07-11T17:46:52.280Z[ recovery-image] Jul 11 17:46:51.632 INFO O| Jul 11 17:46:51.632 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-07-11T17:46:52.285Z[ recovery-image] Jul 11 17:46:51.640 INFO O| Jul 11 17:46:51.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71352026-07-11T17:46:52.288Z[ recovery-image] Jul 11 17:46:51.641 INFO O| Jul 11 17:46:51.641 INFO STEP 594 (remove_files) COMPLETE
71362026-07-11T17:46:52.288Z[ recovery-image] Jul 11 17:46:51.641 INFO O| Jul 11 17:46:51.641 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-07-11T17:46:52.297Z[ recovery-image] Jul 11 17:46:51.651 INFO O| Jul 11 17:46:51.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71382026-07-11T17:46:52.299Z[ recovery-image] Jul 11 17:46:51.651 INFO O| Jul 11 17:46:51.651 INFO STEP 595 (remove_files) COMPLETE
71392026-07-11T17:46:52.299Z[ recovery-image] Jul 11 17:46:51.651 INFO O| Jul 11 17:46:51.651 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-07-11T17:46:52.306Z[ recovery-image] Jul 11 17:46:51.661 INFO O| Jul 11 17:46:51.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71412026-07-11T17:46:52.306Z[ recovery-image] Jul 11 17:46:51.661 INFO O| Jul 11 17:46:51.661 INFO STEP 596 (remove_files) COMPLETE
71422026-07-11T17:46:52.306Z[ recovery-image] Jul 11 17:46:51.661 INFO O| Jul 11 17:46:51.661 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-07-11T17:46:52.315Z[ recovery-image] Jul 11 17:46:51.669 INFO O| Jul 11 17:46:51.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71442026-07-11T17:46:52.315Z[ recovery-image] Jul 11 17:46:51.669 INFO O| Jul 11 17:46:51.669 INFO STEP 597 (remove_files) COMPLETE
71452026-07-11T17:46:52.315Z[ recovery-image] Jul 11 17:46:51.669 INFO O| Jul 11 17:46:51.669 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-07-11T17:46:52.321Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
71472026-07-11T17:46:52.324Z[ recovery-image] Jul 11 17:46:51.677 INFO O| Jul 11 17:46:51.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71482026-07-11T17:46:52.324Z[ recovery-image] Jul 11 17:46:51.677 INFO O| Jul 11 17:46:51.677 INFO STEP 598 (remove_files) COMPLETE
71492026-07-11T17:46:52.324Z[ recovery-image] Jul 11 17:46:51.677 INFO O| Jul 11 17:46:51.677 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-07-11T17:46:52.331Z[ recovery-image] Jul 11 17:46:51.686 INFO O| Jul 11 17:46:51.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71512026-07-11T17:46:52.331Z[ recovery-image] Jul 11 17:46:51.686 INFO O| Jul 11 17:46:51.686 INFO STEP 599 (remove_files) COMPLETE
71522026-07-11T17:46:52.334Z[ recovery-image] Jul 11 17:46:51.686 INFO O| Jul 11 17:46:51.686 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-07-11T17:46:52.338Z[ recovery-image] Jul 11 17:46:51.693 INFO O| Jul 11 17:46:51.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71542026-07-11T17:46:52.341Z[ recovery-image] Jul 11 17:46:51.693 INFO O| Jul 11 17:46:51.693 INFO STEP 600 (remove_files) COMPLETE
71552026-07-11T17:46:52.341Z[ recovery-image] Jul 11 17:46:51.693 INFO O| Jul 11 17:46:51.693 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-07-11T17:46:52.348Z[ recovery-image] Jul 11 17:46:51.703 INFO O| Jul 11 17:46:51.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71572026-07-11T17:46:52.348Z[ recovery-image] Jul 11 17:46:51.703 INFO O| Jul 11 17:46:51.703 INFO STEP 601 (remove_files) COMPLETE
71582026-07-11T17:46:52.348Z[ recovery-image] Jul 11 17:46:51.703 INFO O| Jul 11 17:46:51.703 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-07-11T17:46:52.357Z[ recovery-image] Jul 11 17:46:51.712 INFO O| Jul 11 17:46:51.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71602026-07-11T17:46:52.357Z[ recovery-image] Jul 11 17:46:51.712 INFO O| Jul 11 17:46:51.712 INFO STEP 602 (remove_files) COMPLETE
71612026-07-11T17:46:52.360Z[ recovery-image] Jul 11 17:46:51.712 INFO O| Jul 11 17:46:51.712 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-07-11T17:46:52.365Z[ recovery-image] Jul 11 17:46:51.720 INFO O| Jul 11 17:46:51.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71632026-07-11T17:46:52.365Z[ recovery-image] Jul 11 17:46:51.720 INFO O| Jul 11 17:46:51.720 INFO STEP 603 (remove_files) COMPLETE
71642026-07-11T17:46:52.368Z[ recovery-image] Jul 11 17:46:51.720 INFO O| Jul 11 17:46:51.720 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-07-11T17:46:52.374Z[ recovery-image] Jul 11 17:46:51.729 INFO O| Jul 11 17:46:51.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71662026-07-11T17:46:52.374Z[ recovery-image] Jul 11 17:46:51.729 INFO O| Jul 11 17:46:51.729 INFO STEP 604 (remove_files) COMPLETE
71672026-07-11T17:46:52.374Z[ recovery-image] Jul 11 17:46:51.729 INFO O| Jul 11 17:46:51.729 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-07-11T17:46:52.383Z[ recovery-image] Jul 11 17:46:51.738 INFO O| Jul 11 17:46:51.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71692026-07-11T17:46:52.384Z[ recovery-image] Jul 11 17:46:51.738 INFO O| Jul 11 17:46:51.738 INFO STEP 605 (remove_files) COMPLETE
71702026-07-11T17:46:52.384Z[ recovery-image] Jul 11 17:46:51.738 INFO O| Jul 11 17:46:51.738 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-07-11T17:46:52.392Z[ recovery-image] Jul 11 17:46:51.747 INFO O| Jul 11 17:46:51.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71722026-07-11T17:46:52.392Z[ recovery-image] Jul 11 17:46:51.747 INFO O| Jul 11 17:46:51.747 INFO STEP 606 (remove_files) COMPLETE
71732026-07-11T17:46:52.396Z[ recovery-image] Jul 11 17:46:51.747 INFO O| Jul 11 17:46:51.747 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-07-11T17:46:52.402Z[ recovery-image] Jul 11 17:46:51.757 INFO O| Jul 11 17:46:51.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71752026-07-11T17:46:52.402Z[ recovery-image] Jul 11 17:46:51.757 INFO O| Jul 11 17:46:51.757 INFO STEP 607 (remove_files) COMPLETE
71762026-07-11T17:46:52.404Z[ recovery-image] Jul 11 17:46:51.757 INFO O| Jul 11 17:46:51.757 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-07-11T17:46:52.411Z[ recovery-image] Jul 11 17:46:51.766 INFO O| Jul 11 17:46:51.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71782026-07-11T17:46:52.411Z[ recovery-image] Jul 11 17:46:51.766 INFO O| Jul 11 17:46:51.766 INFO STEP 608 (remove_files) COMPLETE
71792026-07-11T17:46:52.411Z[ recovery-image] Jul 11 17:46:51.766 INFO O| Jul 11 17:46:51.766 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-07-11T17:46:52.420Z[ recovery-image] Jul 11 17:46:51.775 INFO O| Jul 11 17:46:51.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71812026-07-11T17:46:52.423Z[ recovery-image] Jul 11 17:46:51.775 INFO O| Jul 11 17:46:51.775 INFO STEP 609 (remove_files) COMPLETE
71822026-07-11T17:46:52.423Z[ recovery-image] Jul 11 17:46:51.775 INFO O| Jul 11 17:46:51.775 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-07-11T17:46:52.429Z[ recovery-image] Jul 11 17:46:51.784 INFO O| Jul 11 17:46:51.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71842026-07-11T17:46:52.429Z[ recovery-image] Jul 11 17:46:51.784 INFO O| Jul 11 17:46:51.784 INFO STEP 610 (remove_files) COMPLETE
71852026-07-11T17:46:52.429Z[ recovery-image] Jul 11 17:46:51.784 INFO O| Jul 11 17:46:51.784 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-07-11T17:46:52.438Z[ recovery-image] Jul 11 17:46:51.793 INFO O| Jul 11 17:46:51.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71872026-07-11T17:46:52.438Z[ recovery-image] Jul 11 17:46:51.793 INFO O| Jul 11 17:46:51.793 INFO STEP 611 (remove_files) COMPLETE
71882026-07-11T17:46:52.439Z[ recovery-image] Jul 11 17:46:51.793 INFO O| Jul 11 17:46:51.793 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-07-11T17:46:52.450Z[ recovery-image] Jul 11 17:46:51.805 INFO O| Jul 11 17:46:51.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71902026-07-11T17:46:52.450Z[ recovery-image] Jul 11 17:46:51.805 INFO O| Jul 11 17:46:51.805 INFO STEP 612 (remove_files) COMPLETE
71912026-07-11T17:46:52.450Z[ recovery-image] Jul 11 17:46:51.805 INFO O| Jul 11 17:46:51.805 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-07-11T17:46:52.461Z[ recovery-image] Jul 11 17:46:51.815 INFO O| Jul 11 17:46:51.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71932026-07-11T17:46:52.461Z[ recovery-image] Jul 11 17:46:51.815 INFO O| Jul 11 17:46:51.815 INFO STEP 613 (remove_files) COMPLETE
71942026-07-11T17:46:52.461Z[ recovery-image] Jul 11 17:46:51.815 INFO O| Jul 11 17:46:51.815 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-07-11T17:46:52.471Z[ recovery-image] Jul 11 17:46:51.825 INFO O| Jul 11 17:46:51.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71962026-07-11T17:46:52.471Z[ recovery-image] Jul 11 17:46:51.826 INFO O| Jul 11 17:46:51.826 INFO STEP 614 (remove_files) COMPLETE
71972026-07-11T17:46:52.471Z[ recovery-image] Jul 11 17:46:51.826 INFO O| Jul 11 17:46:51.826 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-07-11T17:46:52.482Z[ recovery-image] Jul 11 17:46:51.836 INFO O| Jul 11 17:46:51.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71992026-07-11T17:46:52.482Z[ recovery-image] Jul 11 17:46:51.836 INFO O| Jul 11 17:46:51.836 INFO STEP 615 (remove_files) COMPLETE
72002026-07-11T17:46:52.482Z[ recovery-image] Jul 11 17:46:51.836 INFO O| Jul 11 17:46:51.836 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-07-11T17:46:52.491Z[ recovery-image] Jul 11 17:46:51.845 INFO O| Jul 11 17:46:51.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72022026-07-11T17:46:52.494Z[ recovery-image] Jul 11 17:46:51.846 INFO O| Jul 11 17:46:51.845 INFO STEP 616 (remove_files) COMPLETE
72032026-07-11T17:46:52.494Z[ recovery-image] Jul 11 17:46:51.846 INFO O| Jul 11 17:46:51.845 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-07-11T17:46:52.501Z[ recovery-image] Jul 11 17:46:51.856 INFO O| Jul 11 17:46:51.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72052026-07-11T17:46:52.501Z[ recovery-image] Jul 11 17:46:51.856 INFO O| Jul 11 17:46:51.856 INFO STEP 617 (remove_files) COMPLETE
72062026-07-11T17:46:52.504Z[ recovery-image] Jul 11 17:46:51.856 INFO O| Jul 11 17:46:51.856 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-07-11T17:46:52.511Z[ recovery-image] Jul 11 17:46:51.865 INFO O| Jul 11 17:46:51.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72082026-07-11T17:46:52.511Z[ recovery-image] Jul 11 17:46:51.865 INFO O| Jul 11 17:46:51.865 INFO STEP 618 (remove_files) COMPLETE
72092026-07-11T17:46:52.520Z[ recovery-image] Jul 11 17:46:51.865 INFO O| Jul 11 17:46:51.865 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-07-11T17:46:52.524Z[ recovery-image] Jul 11 17:46:51.875 INFO O| Jul 11 17:46:51.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72112026-07-11T17:46:52.524Z[ recovery-image] Jul 11 17:46:51.875 INFO O| Jul 11 17:46:51.875 INFO STEP 619 (remove_files) COMPLETE
72122026-07-11T17:46:52.524Z[ recovery-image] Jul 11 17:46:51.875 INFO O| Jul 11 17:46:51.875 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-07-11T17:46:52.530Z[ recovery-image] Jul 11 17:46:51.884 INFO O| Jul 11 17:46:51.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72142026-07-11T17:46:52.533Z[ recovery-image] Jul 11 17:46:51.884 INFO O| Jul 11 17:46:51.884 INFO STEP 620 (remove_files) COMPLETE
72152026-07-11T17:46:52.533Z[ recovery-image] Jul 11 17:46:51.884 INFO O| Jul 11 17:46:51.884 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-07-11T17:46:52.540Z[ recovery-image] Jul 11 17:46:51.894 INFO O| Jul 11 17:46:51.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72172026-07-11T17:46:52.540Z[ recovery-image] Jul 11 17:46:51.894 INFO O| Jul 11 17:46:51.894 INFO STEP 621 (remove_files) COMPLETE
72182026-07-11T17:46:52.540Z[ recovery-image] Jul 11 17:46:51.894 INFO O| Jul 11 17:46:51.894 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-07-11T17:46:52.549Z[ recovery-image] Jul 11 17:46:51.903 INFO O| Jul 11 17:46:51.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72202026-07-11T17:46:52.552Z[ recovery-image] Jul 11 17:46:51.903 INFO O| Jul 11 17:46:51.903 INFO STEP 622 (remove_files) COMPLETE
72212026-07-11T17:46:52.552Z[ recovery-image] Jul 11 17:46:51.903 INFO O| Jul 11 17:46:51.903 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-07-11T17:46:52.559Z[ recovery-image] Jul 11 17:46:51.914 INFO O| Jul 11 17:46:51.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72232026-07-11T17:46:52.562Z[ recovery-image] Jul 11 17:46:51.914 INFO O| Jul 11 17:46:51.914 INFO STEP 623 (remove_files) COMPLETE
72242026-07-11T17:46:52.562Z[ recovery-image] Jul 11 17:46:51.914 INFO O| Jul 11 17:46:51.914 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-07-11T17:46:52.571Z[ recovery-image] Jul 11 17:46:51.925 INFO O| Jul 11 17:46:51.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72262026-07-11T17:46:52.571Z[ recovery-image] Jul 11 17:46:51.926 INFO O| Jul 11 17:46:51.926 INFO STEP 624 (remove_files) COMPLETE
72272026-07-11T17:46:52.574Z[ recovery-image] Jul 11 17:46:51.926 INFO O| Jul 11 17:46:51.926 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-07-11T17:46:52.580Z[ recovery-image] Jul 11 17:46:51.935 INFO O| Jul 11 17:46:51.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72292026-07-11T17:46:52.580Z[ recovery-image] Jul 11 17:46:51.935 INFO O| Jul 11 17:46:51.935 INFO STEP 625 (remove_files) COMPLETE
72302026-07-11T17:46:52.580Z[ recovery-image] Jul 11 17:46:51.935 INFO O| Jul 11 17:46:51.935 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-07-11T17:46:52.591Z[ recovery-image] Jul 11 17:46:51.946 INFO O| Jul 11 17:46:51.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72322026-07-11T17:46:52.591Z[ recovery-image] Jul 11 17:46:51.946 INFO O| Jul 11 17:46:51.946 INFO STEP 626 (remove_files) COMPLETE
72332026-07-11T17:46:52.592Z[ recovery-image] Jul 11 17:46:51.946 INFO O| Jul 11 17:46:51.946 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-07-11T17:46:52.603Z[ recovery-image] Jul 11 17:46:51.956 INFO O| Jul 11 17:46:51.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72352026-07-11T17:46:52.603Z[ recovery-image] Jul 11 17:46:51.956 INFO O| Jul 11 17:46:51.956 INFO STEP 627 (remove_files) COMPLETE
72362026-07-11T17:46:52.607Z[ recovery-image] Jul 11 17:46:51.956 INFO O| Jul 11 17:46:51.956 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-07-11T17:46:52.612Z[ recovery-image] Jul 11 17:46:51.967 INFO O| Jul 11 17:46:51.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72382026-07-11T17:46:52.612Z[ recovery-image] Jul 11 17:46:51.967 INFO O| Jul 11 17:46:51.967 INFO STEP 628 (remove_files) COMPLETE
72392026-07-11T17:46:52.615Z[ recovery-image] Jul 11 17:46:51.967 INFO O| Jul 11 17:46:51.967 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-07-11T17:46:52.626Z[ recovery-image] Jul 11 17:46:51.979 INFO O| Jul 11 17:46:51.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72412026-07-11T17:46:52.626Z[ recovery-image] Jul 11 17:46:51.979 INFO O| Jul 11 17:46:51.979 INFO STEP 629 (remove_files) COMPLETE
72422026-07-11T17:46:52.627Z[ recovery-image] Jul 11 17:46:51.979 INFO O| Jul 11 17:46:51.979 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-07-11T17:46:52.641Z[ recovery-image] Jul 11 17:46:51.990 INFO O| Jul 11 17:46:51.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72442026-07-11T17:46:52.641Z[ recovery-image] Jul 11 17:46:51.990 INFO O| Jul 11 17:46:51.990 INFO STEP 630 (remove_files) COMPLETE
72452026-07-11T17:46:52.642Z[ recovery-image] Jul 11 17:46:51.990 INFO O| Jul 11 17:46:51.990 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-07-11T17:46:52.646Z[ recovery-image] Jul 11 17:46:52.000 INFO O| Jul 11 17:46:52.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72472026-07-11T17:46:52.646Z[ recovery-image] Jul 11 17:46:52.000 INFO O| Jul 11 17:46:52.000 INFO STEP 631 (remove_files) COMPLETE
72482026-07-11T17:46:52.650Z[ recovery-image] Jul 11 17:46:52.000 INFO O| Jul 11 17:46:52.000 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-07-11T17:46:52.655Z[ recovery-image] Jul 11 17:46:52.009 INFO O| Jul 11 17:46:52.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72502026-07-11T17:46:52.655Z[ recovery-image] Jul 11 17:46:52.009 INFO O| Jul 11 17:46:52.009 INFO STEP 632 (remove_files) COMPLETE
72512026-07-11T17:46:52.655Z[ recovery-image] Jul 11 17:46:52.009 INFO O| Jul 11 17:46:52.009 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-07-11T17:46:52.667Z[ recovery-image] Jul 11 17:46:52.020 INFO O| Jul 11 17:46:52.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72532026-07-11T17:46:52.667Z[ recovery-image] Jul 11 17:46:52.020 INFO O| Jul 11 17:46:52.020 INFO STEP 633 (remove_files) COMPLETE
72542026-07-11T17:46:52.667Z[ recovery-image] Jul 11 17:46:52.020 INFO O| Jul 11 17:46:52.020 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-07-11T17:46:52.677Z[ recovery-image] Jul 11 17:46:52.031 INFO O| Jul 11 17:46:52.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72562026-07-11T17:46:52.677Z[ recovery-image] Jul 11 17:46:52.031 INFO O| Jul 11 17:46:52.031 INFO STEP 634 (remove_files) COMPLETE
72572026-07-11T17:46:52.677Z[ recovery-image] Jul 11 17:46:52.031 INFO O| Jul 11 17:46:52.031 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-07-11T17:46:52.687Z[ recovery-image] Jul 11 17:46:52.040 INFO O| Jul 11 17:46:52.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72592026-07-11T17:46:52.687Z[ recovery-image] Jul 11 17:46:52.041 INFO O| Jul 11 17:46:52.040 INFO STEP 635 (remove_files) COMPLETE
72602026-07-11T17:46:52.687Z[ recovery-image] Jul 11 17:46:52.041 INFO O| Jul 11 17:46:52.041 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-07-11T17:46:52.698Z[ recovery-image] Jul 11 17:46:52.052 INFO O| Jul 11 17:46:52.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72622026-07-11T17:46:52.698Z[ recovery-image] Jul 11 17:46:52.052 INFO O| Jul 11 17:46:52.052 INFO STEP 636 (remove_files) COMPLETE
72632026-07-11T17:46:52.702Z[ recovery-image] Jul 11 17:46:52.052 INFO O| Jul 11 17:46:52.052 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-07-11T17:46:52.706Z[ recovery-image] Jul 11 17:46:52.061 INFO O| Jul 11 17:46:52.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72652026-07-11T17:46:52.706Z[ recovery-image] Jul 11 17:46:52.061 INFO O| Jul 11 17:46:52.061 INFO STEP 637 (remove_files) COMPLETE
72662026-07-11T17:46:52.707Z[ recovery-image] Jul 11 17:46:52.061 INFO O| Jul 11 17:46:52.061 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-07-11T17:46:52.722Z[ recovery-image] Jul 11 17:46:52.071 INFO O| Jul 11 17:46:52.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72682026-07-11T17:46:52.722Z[ recovery-image] Jul 11 17:46:52.071 INFO O| Jul 11 17:46:52.071 INFO STEP 638 (remove_files) COMPLETE
72692026-07-11T17:46:52.722Z[ recovery-image] Jul 11 17:46:52.071 INFO O| Jul 11 17:46:52.071 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-07-11T17:46:52.726Z[ recovery-image] Jul 11 17:46:52.080 INFO O| Jul 11 17:46:52.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72712026-07-11T17:46:52.727Z[ recovery-image] Jul 11 17:46:52.080 INFO O| Jul 11 17:46:52.080 INFO STEP 639 (remove_files) COMPLETE
72722026-07-11T17:46:52.727Z[ recovery-image] Jul 11 17:46:52.080 INFO O| Jul 11 17:46:52.080 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-07-11T17:46:52.733Z[ recovery-image] Jul 11 17:46:52.087 INFO O| Jul 11 17:46:52.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72742026-07-11T17:46:52.733Z[ recovery-image] Jul 11 17:46:52.087 INFO O| Jul 11 17:46:52.087 INFO STEP 640 (remove_files) COMPLETE
72752026-07-11T17:46:52.733Z[ recovery-image] Jul 11 17:46:52.087 INFO O| Jul 11 17:46:52.087 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-07-11T17:46:52.741Z[ recovery-image] Jul 11 17:46:52.095 INFO O| Jul 11 17:46:52.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72772026-07-11T17:46:52.741Z[ recovery-image] Jul 11 17:46:52.095 INFO O| Jul 11 17:46:52.095 INFO STEP 641 (remove_files) COMPLETE
72782026-07-11T17:46:52.745Z[ recovery-image] Jul 11 17:46:52.095 INFO O| Jul 11 17:46:52.095 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-07-11T17:46:52.748Z[ recovery-image] Jul 11 17:46:52.102 INFO O| Jul 11 17:46:52.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72802026-07-11T17:46:52.748Z[ recovery-image] Jul 11 17:46:52.102 INFO O| Jul 11 17:46:52.102 INFO STEP 642 (remove_files) COMPLETE
72812026-07-11T17:46:52.748Z[ recovery-image] Jul 11 17:46:52.102 INFO O| Jul 11 17:46:52.102 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-07-11T17:46:52.760Z[ recovery-image] Jul 11 17:46:52.114 INFO O| Jul 11 17:46:52.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72832026-07-11T17:46:52.760Z[ recovery-image] Jul 11 17:46:52.114 INFO O| Jul 11 17:46:52.114 INFO STEP 643 (remove_files) COMPLETE
72842026-07-11T17:46:52.760Z[ recovery-image] Jul 11 17:46:52.114 INFO O| Jul 11 17:46:52.114 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-07-11T17:46:52.770Z[ recovery-image] Jul 11 17:46:52.125 INFO O| Jul 11 17:46:52.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72862026-07-11T17:46:52.770Z[ recovery-image] Jul 11 17:46:52.125 INFO O| Jul 11 17:46:52.125 INFO STEP 644 (remove_files) COMPLETE
72872026-07-11T17:46:52.773Z[ recovery-image] Jul 11 17:46:52.125 INFO O| Jul 11 17:46:52.125 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-07-11T17:46:52.780Z[ recovery-image] Jul 11 17:46:52.135 INFO O| Jul 11 17:46:52.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72892026-07-11T17:46:52.781Z[ recovery-image] Jul 11 17:46:52.135 INFO O| Jul 11 17:46:52.135 INFO STEP 645 (remove_files) COMPLETE
72902026-07-11T17:46:52.781Z[ recovery-image] Jul 11 17:46:52.135 INFO O| Jul 11 17:46:52.135 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-07-11T17:46:52.790Z[ recovery-image] Jul 11 17:46:52.144 INFO O| Jul 11 17:46:52.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72922026-07-11T17:46:52.794Z[ recovery-image] Jul 11 17:46:52.144 INFO O| Jul 11 17:46:52.144 INFO STEP 646 (remove_files) COMPLETE
72932026-07-11T17:46:52.794Z[ recovery-image] Jul 11 17:46:52.144 INFO O| Jul 11 17:46:52.144 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-07-11T17:46:52.799Z[ recovery-image] Jul 11 17:46:52.154 INFO O| Jul 11 17:46:52.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72952026-07-11T17:46:52.800Z[ recovery-image] Jul 11 17:46:52.154 INFO O| Jul 11 17:46:52.154 INFO STEP 647 (remove_files) COMPLETE
72962026-07-11T17:46:52.804Z[ recovery-image] Jul 11 17:46:52.154 INFO O| Jul 11 17:46:52.154 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-07-11T17:46:52.807Z[ recovery-image] Jul 11 17:46:52.162 INFO O| Jul 11 17:46:52.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72982026-07-11T17:46:52.811Z[ recovery-image] Jul 11 17:46:52.162 INFO O| Jul 11 17:46:52.162 INFO STEP 648 (remove_files) COMPLETE
72992026-07-11T17:46:52.811Z[ recovery-image] Jul 11 17:46:52.163 INFO O| Jul 11 17:46:52.162 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-07-11T17:46:52.819Z[ recovery-image] Jul 11 17:46:52.173 INFO O| Jul 11 17:46:52.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73012026-07-11T17:46:52.822Z[ recovery-image] Jul 11 17:46:52.173 INFO O| Jul 11 17:46:52.173 INFO STEP 649 (remove_files) COMPLETE
73022026-07-11T17:46:52.822Z[ recovery-image] Jul 11 17:46:52.173 INFO O| Jul 11 17:46:52.173 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-07-11T17:46:52.932Z[ recovery-image] Jul 11 17:46:52.182 INFO O| Jul 11 17:46:52.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73042026-07-11T17:46:52.932Z[ recovery-image] Jul 11 17:46:52.182 INFO O| Jul 11 17:46:52.182 INFO STEP 650 (remove_files) COMPLETE
73052026-07-11T17:46:52.932Z[ recovery-image] Jul 11 17:46:52.182 INFO O| Jul 11 17:46:52.182 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-07-11T17:46:52.932Z[ recovery-image] Jul 11 17:46:52.191 INFO O| Jul 11 17:46:52.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73072026-07-11T17:46:52.932Z[ recovery-image] Jul 11 17:46:52.191 INFO O| Jul 11 17:46:52.191 INFO STEP 651 (remove_files) COMPLETE
73082026-07-11T17:46:52.932Z[ recovery-image] Jul 11 17:46:52.191 INFO O| Jul 11 17:46:52.191 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.199 INFO O| Jul 11 17:46:52.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73102026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.199 INFO O| Jul 11 17:46:52.199 INFO STEP 652 (remove_files) COMPLETE
73112026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.199 INFO O| Jul 11 17:46:52.199 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.210 INFO O| Jul 11 17:46:52.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73132026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.211 INFO O| Jul 11 17:46:52.211 INFO STEP 653 (remove_files) COMPLETE
73142026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.211 INFO O| Jul 11 17:46:52.211 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.221 INFO O| Jul 11 17:46:52.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73162026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.221 INFO O| Jul 11 17:46:52.221 INFO STEP 654 (remove_files) COMPLETE
73172026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.221 INFO O| Jul 11 17:46:52.221 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.232 INFO O| Jul 11 17:46:52.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73192026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.232 INFO O| Jul 11 17:46:52.232 INFO STEP 655 (remove_files) COMPLETE
73202026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.232 INFO O| Jul 11 17:46:52.232 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.243 INFO O| Jul 11 17:46:52.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73222026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.243 INFO O| Jul 11 17:46:52.243 INFO STEP 656 (remove_files) COMPLETE
73232026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.243 INFO O| Jul 11 17:46:52.243 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.254 INFO O| Jul 11 17:46:52.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73252026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.254 INFO O| Jul 11 17:46:52.254 INFO STEP 657 (remove_files) COMPLETE
73262026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.254 INFO O| Jul 11 17:46:52.254 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.264 INFO O| Jul 11 17:46:52.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73282026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.265 INFO O| Jul 11 17:46:52.265 INFO STEP 658 (remove_files) COMPLETE
73292026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.265 INFO O| Jul 11 17:46:52.265 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.274 INFO O| Jul 11 17:46:52.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73312026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.275 INFO O| Jul 11 17:46:52.275 INFO STEP 659 (remove_files) COMPLETE
73322026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.275 INFO O| Jul 11 17:46:52.275 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.284 INFO O| Jul 11 17:46:52.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73342026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.284 INFO O| Jul 11 17:46:52.284 INFO STEP 660 (remove_files) COMPLETE
73352026-07-11T17:46:52.933Z[ recovery-image] Jul 11 17:46:52.284 INFO O| Jul 11 17:46:52.284 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-07-11T17:46:52.938Z[ recovery-image] Jul 11 17:46:52.293 INFO O| Jul 11 17:46:52.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73372026-07-11T17:46:52.941Z[ recovery-image] Jul 11 17:46:52.293 INFO O| Jul 11 17:46:52.293 INFO STEP 661 (remove_files) COMPLETE
73382026-07-11T17:46:52.941Z[ recovery-image] Jul 11 17:46:52.293 INFO O| Jul 11 17:46:52.293 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-07-11T17:46:52.947Z[ recovery-image] Jul 11 17:46:52.302 INFO O| Jul 11 17:46:52.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73402026-07-11T17:46:52.947Z[ recovery-image] Jul 11 17:46:52.302 INFO O| Jul 11 17:46:52.302 INFO STEP 662 (remove_files) COMPLETE
73412026-07-11T17:46:52.947Z[ recovery-image] Jul 11 17:46:52.302 INFO O| Jul 11 17:46:52.302 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-07-11T17:46:52.955Z[ recovery-image] Jul 11 17:46:52.310 INFO O| Jul 11 17:46:52.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73432026-07-11T17:46:52.956Z[ recovery-image] Jul 11 17:46:52.310 INFO O| Jul 11 17:46:52.310 INFO STEP 663 (remove_files) COMPLETE
73442026-07-11T17:46:52.959Z[ recovery-image] Jul 11 17:46:52.310 INFO O| Jul 11 17:46:52.310 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-07-11T17:46:52.968Z[ recovery-image] Jul 11 17:46:52.319 INFO O| Jul 11 17:46:52.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73462026-07-11T17:46:52.969Z[ recovery-image] Jul 11 17:46:52.319 INFO O| Jul 11 17:46:52.319 INFO STEP 664 (remove_files) COMPLETE
73472026-07-11T17:46:52.969Z[ recovery-image] Jul 11 17:46:52.319 INFO O| Jul 11 17:46:52.319 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-07-11T17:46:52.973Z[ recovery-image] Jul 11 17:46:52.328 INFO O| Jul 11 17:46:52.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73492026-07-11T17:46:52.973Z[ recovery-image] Jul 11 17:46:52.328 INFO O| Jul 11 17:46:52.328 INFO STEP 665 (remove_files) COMPLETE
73502026-07-11T17:46:52.976Z[ recovery-image] Jul 11 17:46:52.328 INFO O| Jul 11 17:46:52.328 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-07-11T17:46:52.981Z[ recovery-image] Jul 11 17:46:52.336 INFO O| Jul 11 17:46:52.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73522026-07-11T17:46:52.984Z[ recovery-image] Jul 11 17:46:52.336 INFO O| Jul 11 17:46:52.336 INFO STEP 666 (remove_files) COMPLETE
73532026-07-11T17:46:52.984Z[ recovery-image] Jul 11 17:46:52.336 INFO O| Jul 11 17:46:52.336 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-07-11T17:46:52.989Z[ recovery-image] Jul 11 17:46:52.344 INFO O| Jul 11 17:46:52.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73552026-07-11T17:46:52.991Z[ recovery-image] Jul 11 17:46:52.344 INFO O| Jul 11 17:46:52.344 INFO STEP 667 (remove_files) COMPLETE
73562026-07-11T17:46:52.991Z[ recovery-image] Jul 11 17:46:52.344 INFO O| Jul 11 17:46:52.344 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-07-11T17:46:52.999Z[ recovery-image] Jul 11 17:46:52.354 INFO O| Jul 11 17:46:52.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73582026-07-11T17:46:52.999Z[ recovery-image] Jul 11 17:46:52.354 INFO O| Jul 11 17:46:52.354 INFO STEP 668 (remove_files) COMPLETE
73592026-07-11T17:46:52.999Z[ recovery-image] Jul 11 17:46:52.354 INFO O| Jul 11 17:46:52.354 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-07-11T17:46:53.008Z[ recovery-image] Jul 11 17:46:52.362 INFO O| Jul 11 17:46:52.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73612026-07-11T17:46:53.011Z[ recovery-image] Jul 11 17:46:52.362 INFO O| Jul 11 17:46:52.362 INFO STEP 669 (remove_files) COMPLETE
73622026-07-11T17:46:53.011Z[ recovery-image] Jul 11 17:46:52.362 INFO O| Jul 11 17:46:52.362 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-07-11T17:46:53.018Z[ recovery-image] Jul 11 17:46:52.372 INFO O| Jul 11 17:46:52.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73642026-07-11T17:46:53.020Z[ recovery-image] Jul 11 17:46:52.373 INFO O| Jul 11 17:46:52.373 INFO STEP 670 (remove_files) COMPLETE
73652026-07-11T17:46:53.020Z[ recovery-image] Jul 11 17:46:52.373 INFO O| Jul 11 17:46:52.373 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-07-11T17:46:53.027Z[ recovery-image] Jul 11 17:46:52.381 INFO O| Jul 11 17:46:52.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73672026-07-11T17:46:53.030Z[ recovery-image] Jul 11 17:46:52.381 INFO O| Jul 11 17:46:52.381 INFO STEP 671 (remove_files) COMPLETE
73682026-07-11T17:46:53.030Z[ recovery-image] Jul 11 17:46:52.381 INFO O| Jul 11 17:46:52.381 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-07-11T17:46:53.035Z[ recovery-image] Jul 11 17:46:52.389 INFO O| Jul 11 17:46:52.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73702026-07-11T17:46:53.037Z[ recovery-image] Jul 11 17:46:52.389 INFO O| Jul 11 17:46:52.389 INFO STEP 672 (remove_files) COMPLETE
73712026-07-11T17:46:53.037Z[ recovery-image] Jul 11 17:46:52.389 INFO O| Jul 11 17:46:52.389 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-07-11T17:46:53.042Z[ recovery-image] Jul 11 17:46:52.397 INFO O| Jul 11 17:46:52.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73732026-07-11T17:46:53.042Z[ recovery-image] Jul 11 17:46:52.397 INFO O| Jul 11 17:46:52.397 INFO STEP 673 (remove_files) COMPLETE
73742026-07-11T17:46:53.045Z[ recovery-image] Jul 11 17:46:52.397 INFO O| Jul 11 17:46:52.397 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-07-11T17:46:53.050Z[ recovery-image] Jul 11 17:46:52.405 INFO O| Jul 11 17:46:52.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73762026-07-11T17:46:53.053Z[ recovery-image] Jul 11 17:46:52.405 INFO O| Jul 11 17:46:52.405 INFO STEP 674 (remove_files) COMPLETE
73772026-07-11T17:46:53.053Z[ recovery-image] Jul 11 17:46:52.405 INFO O| Jul 11 17:46:52.405 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-07-11T17:46:53.058Z[ recovery-image] Jul 11 17:46:52.413 INFO O| Jul 11 17:46:52.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73792026-07-11T17:46:53.061Z[ recovery-image] Jul 11 17:46:52.413 INFO O| Jul 11 17:46:52.413 INFO STEP 675 (remove_files) COMPLETE
73802026-07-11T17:46:53.061Z[ recovery-image] Jul 11 17:46:52.413 INFO O| Jul 11 17:46:52.413 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-07-11T17:46:53.067Z[ recovery-image] Jul 11 17:46:52.422 INFO O| Jul 11 17:46:52.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73822026-07-11T17:46:53.070Z[ recovery-image] Jul 11 17:46:52.422 INFO O| Jul 11 17:46:52.422 INFO STEP 676 (remove_files) COMPLETE
73832026-07-11T17:46:53.071Z[ recovery-image] Jul 11 17:46:52.422 INFO O| Jul 11 17:46:52.422 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-07-11T17:46:53.075Z[ recovery-image] Jul 11 17:46:52.430 INFO O| Jul 11 17:46:52.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73852026-07-11T17:46:53.075Z[ recovery-image] Jul 11 17:46:52.430 INFO O| Jul 11 17:46:52.430 INFO STEP 677 (remove_files) COMPLETE
73862026-07-11T17:46:53.075Z[ recovery-image] Jul 11 17:46:52.430 INFO O| Jul 11 17:46:52.430 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-07-11T17:46:53.083Z[ recovery-image] Jul 11 17:46:52.438 INFO O| Jul 11 17:46:52.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73882026-07-11T17:46:53.083Z[ recovery-image] Jul 11 17:46:52.438 INFO O| Jul 11 17:46:52.438 INFO STEP 678 (remove_files) COMPLETE
73892026-07-11T17:46:53.083Z[ recovery-image] Jul 11 17:46:52.438 INFO O| Jul 11 17:46:52.438 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-07-11T17:46:53.091Z[ recovery-image] Jul 11 17:46:52.446 INFO O| Jul 11 17:46:52.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73912026-07-11T17:46:53.091Z[ recovery-image] Jul 11 17:46:52.446 INFO O| Jul 11 17:46:52.446 INFO STEP 679 (remove_files) COMPLETE
73922026-07-11T17:46:53.091Z[ recovery-image] Jul 11 17:46:52.446 INFO O| Jul 11 17:46:52.446 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-07-11T17:46:53.100Z[ recovery-image] Jul 11 17:46:52.454 INFO O| Jul 11 17:46:52.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73942026-07-11T17:46:53.103Z[ recovery-image] Jul 11 17:46:52.455 INFO O| Jul 11 17:46:52.455 INFO STEP 680 (remove_files) COMPLETE
73952026-07-11T17:46:53.103Z[ recovery-image] Jul 11 17:46:52.455 INFO O| Jul 11 17:46:52.455 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-07-11T17:46:53.110Z[ recovery-image] Jul 11 17:46:52.465 INFO O| Jul 11 17:46:52.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73972026-07-11T17:46:53.110Z[ recovery-image] Jul 11 17:46:52.465 INFO O| Jul 11 17:46:52.465 INFO STEP 681 (remove_files) COMPLETE
73982026-07-11T17:46:53.114Z[ recovery-image] Jul 11 17:46:52.465 INFO O| Jul 11 17:46:52.465 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-07-11T17:46:53.120Z[ recovery-image] Jul 11 17:46:52.475 INFO O| Jul 11 17:46:52.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74002026-07-11T17:46:53.124Z[ recovery-image] Jul 11 17:46:52.475 INFO O| Jul 11 17:46:52.475 INFO STEP 682 (remove_files) COMPLETE
74012026-07-11T17:46:53.124Z[ recovery-image] Jul 11 17:46:52.475 INFO O| Jul 11 17:46:52.475 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-07-11T17:46:53.129Z[ recovery-image] Jul 11 17:46:52.483 INFO O| Jul 11 17:46:52.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74032026-07-11T17:46:53.129Z[ recovery-image] Jul 11 17:46:52.484 INFO O| Jul 11 17:46:52.484 INFO STEP 683 (remove_files) COMPLETE
74042026-07-11T17:46:53.132Z[ recovery-image] Jul 11 17:46:52.484 INFO O| Jul 11 17:46:52.484 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-07-11T17:46:53.168Z[ recovery-image] Jul 11 17:46:52.505 INFO O| Jul 11 17:46:52.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74062026-07-11T17:46:53.168Z[ recovery-image] Jul 11 17:46:52.505 INFO O| Jul 11 17:46:52.503 INFO STEP 684 (remove_files) COMPLETE
74072026-07-11T17:46:53.168Z[ recovery-image] Jul 11 17:46:52.505 INFO O| Jul 11 17:46:52.503 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-07-11T17:46:53.168Z[ recovery-image] Jul 11 17:46:52.519 INFO O| Jul 11 17:46:52.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74092026-07-11T17:46:53.176Z[ recovery-image] Jul 11 17:46:52.519 INFO O| Jul 11 17:46:52.517 INFO STEP 685 (remove_files) COMPLETE
74102026-07-11T17:46:53.176Z[ recovery-image] Jul 11 17:46:52.519 INFO O| Jul 11 17:46:52.517 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-07-11T17:46:53.185Z[ recovery-image] Jul 11 17:46:52.536 INFO O| Jul 11 17:46:52.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74122026-07-11T17:46:53.190Z[ recovery-image] Jul 11 17:46:52.536 INFO O| Jul 11 17:46:52.527 INFO STEP 686 (remove_files) COMPLETE
74132026-07-11T17:46:53.194Z[ recovery-image] Jul 11 17:46:52.536 INFO O| Jul 11 17:46:52.527 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-07-11T17:46:53.199Z[ recovery-image] Jul 11 17:46:52.545 INFO O| Jul 11 17:46:52.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74152026-07-11T17:46:53.199Z[ recovery-image] Jul 11 17:46:52.545 INFO O| Jul 11 17:46:52.537 INFO STEP 687 (remove_files) COMPLETE
74162026-07-11T17:46:53.199Z[ recovery-image] Jul 11 17:46:52.545 INFO O| Jul 11 17:46:52.537 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-07-11T17:46:53.199Z[ recovery-image] Jul 11 17:46:52.547 INFO O| Jul 11 17:46:52.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74182026-07-11T17:46:53.199Z[ recovery-image] Jul 11 17:46:52.547 INFO O| Jul 11 17:46:52.547 INFO STEP 688 (remove_files) COMPLETE
74192026-07-11T17:46:53.199Z[ recovery-image] Jul 11 17:46:52.547 INFO O| Jul 11 17:46:52.547 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-07-11T17:46:53.202Z[ recovery-image] Jul 11 17:46:52.553 INFO O| Jul 11 17:46:52.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74212026-07-11T17:46:53.202Z[ recovery-image] Jul 11 17:46:52.554 INFO O| Jul 11 17:46:52.554 INFO STEP 689 (remove_files) COMPLETE
74222026-07-11T17:46:53.202Z[ recovery-image] Jul 11 17:46:52.554 INFO O| Jul 11 17:46:52.554 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-07-11T17:46:53.210Z[ recovery-image] Jul 11 17:46:52.561 INFO O| Jul 11 17:46:52.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74242026-07-11T17:46:53.210Z[ recovery-image] Jul 11 17:46:52.561 INFO O| Jul 11 17:46:52.561 INFO STEP 690 (remove_files) COMPLETE
74252026-07-11T17:46:53.210Z[ recovery-image] Jul 11 17:46:52.561 INFO O| Jul 11 17:46:52.561 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-07-11T17:46:53.215Z[ recovery-image] Jul 11 17:46:52.569 INFO O| Jul 11 17:46:52.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74272026-07-11T17:46:53.215Z[ recovery-image] Jul 11 17:46:52.569 INFO O| Jul 11 17:46:52.569 INFO STEP 691 (remove_files) COMPLETE
74282026-07-11T17:46:53.215Z[ recovery-image] Jul 11 17:46:52.569 INFO O| Jul 11 17:46:52.569 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-07-11T17:46:53.225Z[ recovery-image] Jul 11 17:46:52.576 INFO O| Jul 11 17:46:52.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74302026-07-11T17:46:53.225Z[ recovery-image] Jul 11 17:46:52.576 INFO O| Jul 11 17:46:52.576 INFO STEP 692 (remove_files) COMPLETE
74312026-07-11T17:46:53.225Z[ recovery-image] Jul 11 17:46:52.576 INFO O| Jul 11 17:46:52.576 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-07-11T17:46:53.241Z[ recovery-image] Jul 11 17:46:52.584 INFO O| Jul 11 17:46:52.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74332026-07-11T17:46:53.241Z[ recovery-image] Jul 11 17:46:52.584 INFO O| Jul 11 17:46:52.583 INFO STEP 693 (remove_files) COMPLETE
74342026-07-11T17:46:53.241Z[ recovery-image] Jul 11 17:46:52.584 INFO O| Jul 11 17:46:52.583 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-07-11T17:46:53.252Z[ recovery-image] Jul 11 17:46:52.607 INFO O| Jul 11 17:46:52.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74362026-07-11T17:46:53.252Z[ recovery-image] Jul 11 17:46:52.607 INFO O| Jul 11 17:46:52.607 INFO STEP 694 (remove_files) COMPLETE
74372026-07-11T17:46:53.255Z[ recovery-image] Jul 11 17:46:52.607 INFO O| Jul 11 17:46:52.607 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-07-11T17:46:53.262Z[ recovery-image] Jul 11 17:46:52.616 INFO O| Jul 11 17:46:52.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74392026-07-11T17:46:53.264Z[ recovery-image] Jul 11 17:46:52.616 INFO O| Jul 11 17:46:52.616 INFO STEP 695 (remove_files) COMPLETE
74402026-07-11T17:46:53.264Z[ recovery-image] Jul 11 17:46:52.616 INFO O| Jul 11 17:46:52.616 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-07-11T17:46:53.272Z[ recovery-image] Jul 11 17:46:52.627 INFO O| Jul 11 17:46:52.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74422026-07-11T17:46:53.272Z[ recovery-image] Jul 11 17:46:52.627 INFO O| Jul 11 17:46:52.627 INFO STEP 696 (remove_files) COMPLETE
74432026-07-11T17:46:53.275Z[ recovery-image] Jul 11 17:46:52.627 INFO O| Jul 11 17:46:52.627 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-07-11T17:46:53.281Z[ recovery-image] Jul 11 17:46:52.636 INFO O| Jul 11 17:46:52.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74452026-07-11T17:46:53.284Z[ recovery-image] Jul 11 17:46:52.636 INFO O| Jul 11 17:46:52.636 INFO STEP 697 (remove_files) COMPLETE
74462026-07-11T17:46:53.284Z[ recovery-image] Jul 11 17:46:52.636 INFO O| Jul 11 17:46:52.636 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-07-11T17:46:53.289Z[ recovery-image] Jul 11 17:46:52.644 INFO O| Jul 11 17:46:52.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74482026-07-11T17:46:53.289Z[ recovery-image] Jul 11 17:46:52.644 INFO O| Jul 11 17:46:52.644 INFO STEP 698 (remove_files) COMPLETE
74492026-07-11T17:46:53.289Z[ recovery-image] Jul 11 17:46:52.644 INFO O| Jul 11 17:46:52.644 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-07-11T17:46:53.299Z[ recovery-image] Jul 11 17:46:52.653 INFO O| Jul 11 17:46:52.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74512026-07-11T17:46:53.299Z[ recovery-image] Jul 11 17:46:52.653 INFO O| Jul 11 17:46:52.653 INFO STEP 699 (remove_files) COMPLETE
74522026-07-11T17:46:53.302Z[ recovery-image] Jul 11 17:46:52.653 INFO O| Jul 11 17:46:52.653 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-07-11T17:46:53.307Z[ recovery-image] Jul 11 17:46:52.662 INFO O| Jul 11 17:46:52.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74542026-07-11T17:46:53.310Z[ recovery-image] Jul 11 17:46:52.662 INFO O| Jul 11 17:46:52.662 INFO STEP 700 (remove_files) COMPLETE
74552026-07-11T17:46:53.310Z[ recovery-image] Jul 11 17:46:52.662 INFO O| Jul 11 17:46:52.662 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-07-11T17:46:53.315Z[ recovery-image] Jul 11 17:46:52.670 INFO O| Jul 11 17:46:52.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74572026-07-11T17:46:53.319Z[ recovery-image] Jul 11 17:46:52.670 INFO O| Jul 11 17:46:52.670 INFO STEP 701 (remove_files) COMPLETE
74582026-07-11T17:46:53.319Z[ recovery-image] Jul 11 17:46:52.670 INFO O| Jul 11 17:46:52.670 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-07-11T17:46:53.325Z[ recovery-image] Jul 11 17:46:52.680 INFO O| Jul 11 17:46:52.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74602026-07-11T17:46:53.325Z[ recovery-image] Jul 11 17:46:52.680 INFO O| Jul 11 17:46:52.680 INFO STEP 702 (remove_files) COMPLETE
74612026-07-11T17:46:53.328Z[ recovery-image] Jul 11 17:46:52.680 INFO O| Jul 11 17:46:52.680 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-07-11T17:46:53.335Z[ recovery-image] Jul 11 17:46:52.690 INFO O| Jul 11 17:46:52.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74632026-07-11T17:46:53.335Z[ recovery-image] Jul 11 17:46:52.690 INFO O| Jul 11 17:46:52.690 INFO STEP 703 (remove_files) COMPLETE
74642026-07-11T17:46:53.335Z[ recovery-image] Jul 11 17:46:52.690 INFO O| Jul 11 17:46:52.690 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-07-11T17:46:53.344Z[ recovery-image] Jul 11 17:46:52.698 INFO O| Jul 11 17:46:52.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74662026-07-11T17:46:53.347Z[ recovery-image] Jul 11 17:46:52.698 INFO O| Jul 11 17:46:52.698 INFO STEP 704 (remove_files) COMPLETE
74672026-07-11T17:46:53.347Z[ recovery-image] Jul 11 17:46:52.698 INFO O| Jul 11 17:46:52.698 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-07-11T17:46:53.352Z[ recovery-image] Jul 11 17:46:52.706 INFO O| Jul 11 17:46:52.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74692026-07-11T17:46:53.352Z[ recovery-image] Jul 11 17:46:52.707 INFO O| Jul 11 17:46:52.707 INFO STEP 705 (remove_files) COMPLETE
74702026-07-11T17:46:53.355Z[ recovery-image] Jul 11 17:46:52.707 INFO O| Jul 11 17:46:52.707 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-07-11T17:46:53.359Z[ recovery-image] Jul 11 17:46:52.714 INFO O| Jul 11 17:46:52.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74722026-07-11T17:46:53.362Z[ recovery-image] Jul 11 17:46:52.714 INFO O| Jul 11 17:46:52.714 INFO STEP 706 (remove_files) COMPLETE
74732026-07-11T17:46:53.362Z[ recovery-image] Jul 11 17:46:52.714 INFO O| Jul 11 17:46:52.714 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-07-11T17:46:53.369Z[ recovery-image] Jul 11 17:46:52.724 INFO O| Jul 11 17:46:52.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74752026-07-11T17:46:53.372Z[ recovery-image] Jul 11 17:46:52.724 INFO O| Jul 11 17:46:52.724 INFO STEP 707 (remove_files) COMPLETE
74762026-07-11T17:46:53.372Z[ recovery-image] Jul 11 17:46:52.724 INFO O| Jul 11 17:46:52.724 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-07-11T17:46:53.378Z[ recovery-image] Jul 11 17:46:52.733 INFO O| Jul 11 17:46:52.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74782026-07-11T17:46:53.381Z[ recovery-image] Jul 11 17:46:52.734 INFO O| Jul 11 17:46:52.734 INFO STEP 708 (remove_files) COMPLETE
74792026-07-11T17:46:53.381Z[ recovery-image] Jul 11 17:46:52.734 INFO O| Jul 11 17:46:52.734 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-07-11T17:46:53.387Z[ recovery-image] Jul 11 17:46:52.741 INFO O| Jul 11 17:46:52.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74812026-07-11T17:46:53.387Z[ recovery-image] Jul 11 17:46:52.741 INFO O| Jul 11 17:46:52.741 INFO STEP 709 (remove_files) COMPLETE
74822026-07-11T17:46:53.390Z[ recovery-image] Jul 11 17:46:52.741 INFO O| Jul 11 17:46:52.741 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-07-11T17:46:53.397Z[ recovery-image] Jul 11 17:46:52.751 INFO O| Jul 11 17:46:52.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74842026-07-11T17:46:53.400Z[ recovery-image] Jul 11 17:46:52.752 INFO O| Jul 11 17:46:52.752 INFO STEP 710 (remove_files) COMPLETE
74852026-07-11T17:46:53.400Z[ recovery-image] Jul 11 17:46:52.752 INFO O| Jul 11 17:46:52.752 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-07-11T17:46:53.406Z[ recovery-image] Jul 11 17:46:52.761 INFO O| Jul 11 17:46:52.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74872026-07-11T17:46:53.406Z[ recovery-image] Jul 11 17:46:52.761 INFO O| Jul 11 17:46:52.761 INFO STEP 711 (remove_files) COMPLETE
74882026-07-11T17:46:53.409Z[ recovery-image] Jul 11 17:46:52.761 INFO O| Jul 11 17:46:52.761 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-07-11T17:46:53.414Z[ recovery-image] Jul 11 17:46:52.768 INFO O| Jul 11 17:46:52.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74902026-07-11T17:46:53.416Z[ recovery-image] Jul 11 17:46:52.768 INFO O| Jul 11 17:46:52.768 INFO STEP 712 (remove_files) COMPLETE
74912026-07-11T17:46:53.416Z[ recovery-image] Jul 11 17:46:52.769 INFO O| Jul 11 17:46:52.768 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-07-11T17:46:53.423Z[ recovery-image] Jul 11 17:46:52.777 INFO O| Jul 11 17:46:52.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74932026-07-11T17:46:53.425Z[ recovery-image] Jul 11 17:46:52.778 INFO O| Jul 11 17:46:52.778 INFO STEP 713 (remove_files) COMPLETE
74942026-07-11T17:46:53.426Z[ recovery-image] Jul 11 17:46:52.778 INFO O| Jul 11 17:46:52.778 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-07-11T17:46:53.430Z[ recovery-image] Jul 11 17:46:52.785 INFO O| Jul 11 17:46:52.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74962026-07-11T17:46:53.430Z[ recovery-image] Jul 11 17:46:52.785 INFO O| Jul 11 17:46:52.785 INFO STEP 714 (remove_files) COMPLETE
74972026-07-11T17:46:53.433Z[ recovery-image] Jul 11 17:46:52.785 INFO O| Jul 11 17:46:52.785 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-07-11T17:46:53.440Z[ recovery-image] Jul 11 17:46:52.795 INFO O| Jul 11 17:46:52.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74992026-07-11T17:46:53.440Z[ recovery-image] Jul 11 17:46:52.795 INFO O| Jul 11 17:46:52.795 INFO STEP 715 (remove_files) COMPLETE
75002026-07-11T17:46:53.440Z[ recovery-image] Jul 11 17:46:52.795 INFO O| Jul 11 17:46:52.795 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-07-11T17:46:53.448Z[ recovery-image] Jul 11 17:46:52.803 INFO O| Jul 11 17:46:52.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75022026-07-11T17:46:53.452Z[ recovery-image] Jul 11 17:46:52.803 INFO O| Jul 11 17:46:52.803 INFO STEP 716 (remove_files) COMPLETE
75032026-07-11T17:46:53.452Z[ recovery-image] Jul 11 17:46:52.803 INFO O| Jul 11 17:46:52.803 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-07-11T17:46:53.460Z[ recovery-image] Jul 11 17:46:52.814 INFO O| Jul 11 17:46:52.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75052026-07-11T17:46:53.460Z[ recovery-image] Jul 11 17:46:52.814 INFO O| Jul 11 17:46:52.814 INFO STEP 717 (remove_files) COMPLETE
75062026-07-11T17:46:53.463Z[ recovery-image] Jul 11 17:46:52.814 INFO O| Jul 11 17:46:52.814 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-07-11T17:46:53.470Z[ recovery-image] Jul 11 17:46:52.825 INFO O| Jul 11 17:46:52.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75082026-07-11T17:46:53.470Z[ recovery-image] Jul 11 17:46:52.825 INFO O| Jul 11 17:46:52.825 INFO STEP 718 (remove_files) COMPLETE
75092026-07-11T17:46:53.470Z[ recovery-image] Jul 11 17:46:52.825 INFO O| Jul 11 17:46:52.825 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-07-11T17:46:53.480Z[ recovery-image] Jul 11 17:46:52.834 INFO O| Jul 11 17:46:52.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75112026-07-11T17:46:53.480Z[ recovery-image] Jul 11 17:46:52.834 INFO O| Jul 11 17:46:52.834 INFO STEP 719 (remove_files) COMPLETE
75122026-07-11T17:46:53.480Z[ recovery-image] Jul 11 17:46:52.834 INFO O| Jul 11 17:46:52.834 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-07-11T17:46:53.489Z[ recovery-image] Jul 11 17:46:52.844 INFO O| Jul 11 17:46:52.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75142026-07-11T17:46:53.489Z[ recovery-image] Jul 11 17:46:52.844 INFO O| Jul 11 17:46:52.844 INFO STEP 720 (remove_files) COMPLETE
75152026-07-11T17:46:53.492Z[ recovery-image] Jul 11 17:46:52.844 INFO O| Jul 11 17:46:52.844 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-07-11T17:46:53.498Z[ recovery-image] Jul 11 17:46:52.852 INFO O| Jul 11 17:46:52.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75172026-07-11T17:46:53.498Z[ recovery-image] Jul 11 17:46:52.853 INFO O| Jul 11 17:46:52.853 INFO STEP 721 (remove_files) COMPLETE
75182026-07-11T17:46:53.498Z[ recovery-image] Jul 11 17:46:52.853 INFO O| Jul 11 17:46:52.853 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-07-11T17:46:53.508Z[ recovery-image] Jul 11 17:46:52.863 INFO O| Jul 11 17:46:52.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75202026-07-11T17:46:53.508Z[ recovery-image] Jul 11 17:46:52.863 INFO O| Jul 11 17:46:52.863 INFO STEP 722 (remove_files) COMPLETE
75212026-07-11T17:46:53.511Z[ recovery-image] Jul 11 17:46:52.863 INFO O| Jul 11 17:46:52.863 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-07-11T17:46:53.517Z[ recovery-image] Jul 11 17:46:52.872 INFO O| Jul 11 17:46:52.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75232026-07-11T17:46:53.520Z[ recovery-image] Jul 11 17:46:52.872 INFO O| Jul 11 17:46:52.872 INFO STEP 723 (remove_files) COMPLETE
75242026-07-11T17:46:53.520Z[ recovery-image] Jul 11 17:46:52.872 INFO O| Jul 11 17:46:52.872 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-07-11T17:46:53.526Z[ recovery-image] Jul 11 17:46:52.881 INFO O| Jul 11 17:46:52.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75262026-07-11T17:46:53.530Z[ recovery-image] Jul 11 17:46:52.882 INFO O| Jul 11 17:46:52.882 INFO STEP 724 (remove_files) COMPLETE
75272026-07-11T17:46:53.530Z[ recovery-image] Jul 11 17:46:52.882 INFO O| Jul 11 17:46:52.882 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-07-11T17:46:53.536Z[ recovery-image] Jul 11 17:46:52.891 INFO O| Jul 11 17:46:52.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75292026-07-11T17:46:53.536Z[ recovery-image] Jul 11 17:46:52.891 INFO O| Jul 11 17:46:52.891 INFO STEP 725 (remove_files) COMPLETE
75302026-07-11T17:46:53.539Z[ recovery-image] Jul 11 17:46:52.891 INFO O| Jul 11 17:46:52.891 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-07-11T17:46:53.545Z[ recovery-image] Jul 11 17:46:52.900 INFO O| Jul 11 17:46:52.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75322026-07-11T17:46:53.548Z[ recovery-image] Jul 11 17:46:52.900 INFO O| Jul 11 17:46:52.900 INFO STEP 726 (remove_files) COMPLETE
75332026-07-11T17:46:53.548Z[ recovery-image] Jul 11 17:46:52.900 INFO O| Jul 11 17:46:52.900 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-07-11T17:46:53.555Z[ recovery-image] Jul 11 17:46:52.909 INFO O| Jul 11 17:46:52.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75352026-07-11T17:46:53.555Z[ recovery-image] Jul 11 17:46:52.909 INFO O| Jul 11 17:46:52.909 INFO STEP 727 (remove_files) COMPLETE
75362026-07-11T17:46:53.558Z[ recovery-image] Jul 11 17:46:52.909 INFO O| Jul 11 17:46:52.909 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-07-11T17:46:53.563Z[ recovery-image] Jul 11 17:46:52.918 INFO O| Jul 11 17:46:52.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75382026-07-11T17:46:53.564Z[ recovery-image] Jul 11 17:46:52.918 INFO O| Jul 11 17:46:52.918 INFO STEP 728 (remove_files) COMPLETE
75392026-07-11T17:46:53.564Z[ recovery-image] Jul 11 17:46:52.918 INFO O| Jul 11 17:46:52.918 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-07-11T17:46:53.571Z[ recovery-image] Jul 11 17:46:52.926 INFO O| Jul 11 17:46:52.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75412026-07-11T17:46:53.571Z[ recovery-image] Jul 11 17:46:52.926 INFO O| Jul 11 17:46:52.926 INFO STEP 729 (remove_files) COMPLETE
75422026-07-11T17:46:53.571Z[ recovery-image] Jul 11 17:46:52.926 INFO O| Jul 11 17:46:52.926 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-07-11T17:46:53.578Z[ recovery-image] Jul 11 17:46:52.933 INFO O| Jul 11 17:46:52.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75442026-07-11T17:46:53.579Z[ recovery-image] Jul 11 17:46:52.933 INFO O| Jul 11 17:46:52.933 INFO STEP 730 (remove_files) COMPLETE
75452026-07-11T17:46:53.579Z[ recovery-image] Jul 11 17:46:52.933 INFO O| Jul 11 17:46:52.933 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-07-11T17:46:53.588Z[ recovery-image] Jul 11 17:46:52.943 INFO O| Jul 11 17:46:52.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75472026-07-11T17:46:53.591Z[ recovery-image] Jul 11 17:46:52.943 INFO O| Jul 11 17:46:52.943 INFO STEP 731 (remove_files) COMPLETE
75482026-07-11T17:46:53.591Z[ recovery-image] Jul 11 17:46:52.943 INFO O| Jul 11 17:46:52.943 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-07-11T17:46:53.596Z[ recovery-image] Jul 11 17:46:52.951 INFO O| Jul 11 17:46:52.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75502026-07-11T17:46:53.599Z[ recovery-image] Jul 11 17:46:52.951 INFO O| Jul 11 17:46:52.951 INFO STEP 732 (remove_files) COMPLETE
75512026-07-11T17:46:53.599Z[ recovery-image] Jul 11 17:46:52.951 INFO O| Jul 11 17:46:52.951 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-07-11T17:46:53.603Z[ recovery-image] Jul 11 17:46:52.958 INFO O| Jul 11 17:46:52.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75532026-07-11T17:46:53.603Z[ recovery-image] Jul 11 17:46:52.958 INFO O| Jul 11 17:46:52.958 INFO STEP 733 (remove_files) COMPLETE
75542026-07-11T17:46:53.606Z[ recovery-image] Jul 11 17:46:52.958 INFO O| Jul 11 17:46:52.958 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-07-11T17:46:53.611Z[ recovery-image] Jul 11 17:46:52.966 INFO O| Jul 11 17:46:52.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75562026-07-11T17:46:53.614Z[ recovery-image] Jul 11 17:46:52.966 INFO O| Jul 11 17:46:52.966 INFO STEP 734 (remove_files) COMPLETE
75572026-07-11T17:46:53.614Z[ recovery-image] Jul 11 17:46:52.966 INFO O| Jul 11 17:46:52.966 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-07-11T17:46:53.618Z[ recovery-image] Jul 11 17:46:52.973 INFO O| Jul 11 17:46:52.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75592026-07-11T17:46:53.622Z[ recovery-image] Jul 11 17:46:52.973 INFO O| Jul 11 17:46:52.973 INFO STEP 735 (remove_files) COMPLETE
75602026-07-11T17:46:53.622Z[ recovery-image] Jul 11 17:46:52.974 INFO O| Jul 11 17:46:52.973 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-07-11T17:46:53.626Z[ recovery-image] Jul 11 17:46:52.981 INFO O| Jul 11 17:46:52.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75622026-07-11T17:46:53.629Z[ recovery-image] Jul 11 17:46:52.981 INFO O| Jul 11 17:46:52.981 INFO STEP 736 (remove_files) COMPLETE
75632026-07-11T17:46:53.629Z[ recovery-image] Jul 11 17:46:52.981 INFO O| Jul 11 17:46:52.981 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-07-11T17:46:53.635Z[ recovery-image] Jul 11 17:46:52.990 INFO O| Jul 11 17:46:52.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75652026-07-11T17:46:53.638Z[ recovery-image] Jul 11 17:46:52.990 INFO O| Jul 11 17:46:52.990 INFO STEP 737 (remove_files) COMPLETE
75662026-07-11T17:46:53.638Z[ recovery-image] Jul 11 17:46:52.990 INFO O| Jul 11 17:46:52.990 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-07-11T17:46:53.644Z[ recovery-image] Jul 11 17:46:52.999 INFO O| Jul 11 17:46:52.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75682026-07-11T17:46:53.648Z[ recovery-image] Jul 11 17:46:52.999 INFO O| Jul 11 17:46:52.999 INFO STEP 738 (remove_files) COMPLETE
75692026-07-11T17:46:53.648Z[ recovery-image] Jul 11 17:46:52.999 INFO O| Jul 11 17:46:52.999 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-07-11T17:46:53.653Z[ recovery-image] Jul 11 17:46:53.008 INFO O| Jul 11 17:46:53.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75712026-07-11T17:46:53.653Z[ recovery-image] Jul 11 17:46:53.008 INFO O| Jul 11 17:46:53.008 INFO STEP 739 (remove_files) COMPLETE
75722026-07-11T17:46:53.657Z[ recovery-image] Jul 11 17:46:53.008 INFO O| Jul 11 17:46:53.008 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-07-11T17:46:53.664Z[ recovery-image] Jul 11 17:46:53.019 INFO O| Jul 11 17:46:53.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75742026-07-11T17:46:53.664Z[ recovery-image] Jul 11 17:46:53.019 INFO O| Jul 11 17:46:53.019 INFO STEP 740 (remove_files) COMPLETE
75752026-07-11T17:46:53.664Z[ recovery-image] Jul 11 17:46:53.019 INFO O| Jul 11 17:46:53.019 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-07-11T17:46:53.674Z[ recovery-image] Jul 11 17:46:53.028 INFO O| Jul 11 17:46:53.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75772026-07-11T17:46:53.676Z[ recovery-image] Jul 11 17:46:53.029 INFO O| Jul 11 17:46:53.029 INFO STEP 741 (remove_files) COMPLETE
75782026-07-11T17:46:53.677Z[ recovery-image] Jul 11 17:46:53.029 INFO O| Jul 11 17:46:53.029 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-07-11T17:46:53.684Z[ recovery-image] Jul 11 17:46:53.038 INFO O| Jul 11 17:46:53.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75802026-07-11T17:46:53.684Z[ recovery-image] Jul 11 17:46:53.039 INFO O| Jul 11 17:46:53.038 INFO STEP 742 (remove_files) COMPLETE
75812026-07-11T17:46:53.684Z[ recovery-image] Jul 11 17:46:53.039 INFO O| Jul 11 17:46:53.039 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-07-11T17:46:53.693Z[ recovery-image] Jul 11 17:46:53.048 INFO O| Jul 11 17:46:53.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75832026-07-11T17:46:53.693Z[ recovery-image] Jul 11 17:46:53.048 INFO O| Jul 11 17:46:53.048 INFO STEP 743 (remove_files) COMPLETE
75842026-07-11T17:46:53.696Z[ recovery-image] Jul 11 17:46:53.048 INFO O| Jul 11 17:46:53.048 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-07-11T17:46:53.704Z[ recovery-image] Jul 11 17:46:53.057 INFO O| Jul 11 17:46:53.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75862026-07-11T17:46:53.706Z[ recovery-image] Jul 11 17:46:53.057 INFO O| Jul 11 17:46:53.057 INFO STEP 744 (remove_files) COMPLETE
75872026-07-11T17:46:53.706Z[ recovery-image] Jul 11 17:46:53.057 INFO O| Jul 11 17:46:53.057 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-07-11T17:46:53.711Z[ recovery-image] Jul 11 17:46:53.066 INFO O| Jul 11 17:46:53.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75892026-07-11T17:46:53.714Z[ recovery-image] Jul 11 17:46:53.066 INFO O| Jul 11 17:46:53.066 INFO STEP 745 (remove_files) COMPLETE
75902026-07-11T17:46:53.714Z[ recovery-image] Jul 11 17:46:53.066 INFO O| Jul 11 17:46:53.066 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-07-11T17:46:53.718Z[ recovery-image] Jul 11 17:46:53.074 INFO O| Jul 11 17:46:53.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75922026-07-11T17:46:53.719Z[ recovery-image] Jul 11 17:46:53.074 INFO O| Jul 11 17:46:53.074 INFO STEP 746 (remove_files) COMPLETE
75932026-07-11T17:46:53.721Z[ recovery-image] Jul 11 17:46:53.074 INFO O| Jul 11 17:46:53.074 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-07-11T17:46:53.726Z[ recovery-image] Jul 11 17:46:53.081 INFO O| Jul 11 17:46:53.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75952026-07-11T17:46:53.726Z[ recovery-image] Jul 11 17:46:53.081 INFO O| Jul 11 17:46:53.081 INFO STEP 747 (remove_files) COMPLETE
75962026-07-11T17:46:53.729Z[ recovery-image] Jul 11 17:46:53.081 INFO O| Jul 11 17:46:53.081 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-07-11T17:46:53.736Z[ recovery-image] Jul 11 17:46:53.091 INFO O| Jul 11 17:46:53.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75982026-07-11T17:46:53.739Z[ recovery-image] Jul 11 17:46:53.091 INFO O| Jul 11 17:46:53.091 INFO STEP 748 (remove_files) COMPLETE
75992026-07-11T17:46:53.739Z[ recovery-image] Jul 11 17:46:53.091 INFO O| Jul 11 17:46:53.091 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-07-11T17:46:53.745Z[ recovery-image] Jul 11 17:46:53.100 INFO O| Jul 11 17:46:53.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76012026-07-11T17:46:53.747Z[ recovery-image] Jul 11 17:46:53.100 INFO O| Jul 11 17:46:53.100 INFO STEP 749 (remove_files) COMPLETE
76022026-07-11T17:46:53.747Z[ recovery-image] Jul 11 17:46:53.100 INFO O| Jul 11 17:46:53.100 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-07-11T17:46:53.754Z[ recovery-image] Jul 11 17:46:53.109 INFO O| Jul 11 17:46:53.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76042026-07-11T17:46:53.757Z[ recovery-image] Jul 11 17:46:53.109 INFO O| Jul 11 17:46:53.109 INFO STEP 750 (remove_files) COMPLETE
76052026-07-11T17:46:53.757Z[ recovery-image] Jul 11 17:46:53.109 INFO O| Jul 11 17:46:53.109 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-07-11T17:46:53.763Z[ recovery-image] Jul 11 17:46:53.118 INFO O| Jul 11 17:46:53.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76072026-07-11T17:46:53.766Z[ recovery-image] Jul 11 17:46:53.118 INFO O| Jul 11 17:46:53.118 INFO STEP 751 (remove_files) COMPLETE
76082026-07-11T17:46:53.767Z[ recovery-image] Jul 11 17:46:53.118 INFO O| Jul 11 17:46:53.118 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-07-11T17:46:53.771Z[ recovery-image] Jul 11 17:46:53.126 INFO O| Jul 11 17:46:53.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76102026-07-11T17:46:53.774Z[ recovery-image] Jul 11 17:46:53.127 INFO O| Jul 11 17:46:53.127 INFO STEP 752 (remove_files) COMPLETE
76112026-07-11T17:46:53.774Z[ recovery-image] Jul 11 17:46:53.127 INFO O| Jul 11 17:46:53.127 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-07-11T17:46:53.781Z[ recovery-image] Jul 11 17:46:53.136 INFO O| Jul 11 17:46:53.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76132026-07-11T17:46:53.784Z[ recovery-image] Jul 11 17:46:53.136 INFO O| Jul 11 17:46:53.136 INFO STEP 753 (remove_files) COMPLETE
76142026-07-11T17:46:53.784Z[ recovery-image] Jul 11 17:46:53.136 INFO O| Jul 11 17:46:53.136 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-07-11T17:46:53.790Z[ recovery-image] Jul 11 17:46:53.145 INFO O| Jul 11 17:46:53.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76162026-07-11T17:46:53.790Z[ recovery-image] Jul 11 17:46:53.145 INFO O| Jul 11 17:46:53.145 INFO STEP 754 (remove_files) COMPLETE
76172026-07-11T17:46:53.793Z[ recovery-image] Jul 11 17:46:53.145 INFO O| Jul 11 17:46:53.145 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-07-11T17:46:53.799Z[ recovery-image] Jul 11 17:46:53.154 INFO O| Jul 11 17:46:53.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76192026-07-11T17:46:53.802Z[ recovery-image] Jul 11 17:46:53.155 INFO O| Jul 11 17:46:53.155 INFO STEP 755 (remove_files) COMPLETE
76202026-07-11T17:46:53.802Z[ recovery-image] Jul 11 17:46:53.155 INFO O| Jul 11 17:46:53.155 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-07-11T17:46:53.810Z[ recovery-image] Jul 11 17:46:53.165 INFO O| Jul 11 17:46:53.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76222026-07-11T17:46:53.813Z[ recovery-image] Jul 11 17:46:53.165 INFO O| Jul 11 17:46:53.165 INFO STEP 756 (remove_files) COMPLETE
76232026-07-11T17:46:53.813Z[ recovery-image] Jul 11 17:46:53.165 INFO O| Jul 11 17:46:53.165 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-07-11T17:46:53.820Z[ recovery-image] Jul 11 17:46:53.175 INFO O| Jul 11 17:46:53.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76252026-07-11T17:46:53.822Z[ recovery-image] Jul 11 17:46:53.175 INFO O| Jul 11 17:46:53.175 INFO STEP 757 (remove_files) COMPLETE
76262026-07-11T17:46:53.822Z[ recovery-image] Jul 11 17:46:53.175 INFO O| Jul 11 17:46:53.175 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-07-11T17:46:53.829Z[ recovery-image] Jul 11 17:46:53.184 INFO O| Jul 11 17:46:53.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76282026-07-11T17:46:53.832Z[ recovery-image] Jul 11 17:46:53.184 INFO O| Jul 11 17:46:53.184 INFO STEP 758 (remove_files) COMPLETE
76292026-07-11T17:46:53.832Z[ recovery-image] Jul 11 17:46:53.184 INFO O| Jul 11 17:46:53.184 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-07-11T17:46:53.839Z[ recovery-image] Jul 11 17:46:53.194 INFO O| Jul 11 17:46:53.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76312026-07-11T17:46:53.841Z[ recovery-image] Jul 11 17:46:53.194 INFO O| Jul 11 17:46:53.194 INFO STEP 759 (remove_files) COMPLETE
76322026-07-11T17:46:53.841Z[ recovery-image] Jul 11 17:46:53.194 INFO O| Jul 11 17:46:53.194 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-07-11T17:46:53.849Z[ recovery-image] Jul 11 17:46:53.203 INFO O| Jul 11 17:46:53.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76342026-07-11T17:46:53.849Z[ recovery-image] Jul 11 17:46:53.203 INFO O| Jul 11 17:46:53.203 INFO STEP 760 (remove_files) COMPLETE
76352026-07-11T17:46:53.849Z[ recovery-image] Jul 11 17:46:53.203 INFO O| Jul 11 17:46:53.203 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-07-11T17:46:53.857Z[ recovery-image] Jul 11 17:46:53.212 INFO O| Jul 11 17:46:53.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76372026-07-11T17:46:53.857Z[ recovery-image] Jul 11 17:46:53.212 INFO O| Jul 11 17:46:53.212 INFO STEP 761 (remove_files) COMPLETE
76382026-07-11T17:46:53.860Z[ recovery-image] Jul 11 17:46:53.212 INFO O| Jul 11 17:46:53.212 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-07-11T17:46:53.864Z[ recovery-image] Jul 11 17:46:53.219 INFO O| Jul 11 17:46:53.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76402026-07-11T17:46:53.864Z[ recovery-image] Jul 11 17:46:53.219 INFO O| Jul 11 17:46:53.219 INFO STEP 762 (remove_files) COMPLETE
76412026-07-11T17:46:53.864Z[ recovery-image] Jul 11 17:46:53.219 INFO O| Jul 11 17:46:53.219 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-07-11T17:46:53.871Z[ recovery-image] Jul 11 17:46:53.226 INFO O| Jul 11 17:46:53.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76432026-07-11T17:46:53.872Z[ recovery-image] Jul 11 17:46:53.226 INFO O| Jul 11 17:46:53.226 INFO STEP 763 (remove_files) COMPLETE
76442026-07-11T17:46:53.875Z[ recovery-image] Jul 11 17:46:53.226 INFO O| Jul 11 17:46:53.226 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-07-11T17:46:53.879Z[ recovery-image] Jul 11 17:46:53.234 INFO O| Jul 11 17:46:53.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76462026-07-11T17:46:53.882Z[ recovery-image] Jul 11 17:46:53.234 INFO O| Jul 11 17:46:53.234 INFO STEP 764 (remove_files) COMPLETE
76472026-07-11T17:46:53.882Z[ recovery-image] Jul 11 17:46:53.234 INFO O| Jul 11 17:46:53.234 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-07-11T17:46:53.888Z[ recovery-image] Jul 11 17:46:53.243 INFO O| Jul 11 17:46:53.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76492026-07-11T17:46:53.891Z[ recovery-image] Jul 11 17:46:53.243 INFO O| Jul 11 17:46:53.243 INFO STEP 765 (remove_files) COMPLETE
76502026-07-11T17:46:53.891Z[ recovery-image] Jul 11 17:46:53.243 INFO O| Jul 11 17:46:53.243 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-07-11T17:46:53.898Z[ recovery-image] Jul 11 17:46:53.253 INFO O| Jul 11 17:46:53.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76522026-07-11T17:46:53.898Z[ recovery-image] Jul 11 17:46:53.253 INFO O| Jul 11 17:46:53.253 INFO STEP 766 (remove_files) COMPLETE
76532026-07-11T17:46:53.898Z[ recovery-image] Jul 11 17:46:53.253 INFO O| Jul 11 17:46:53.253 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-07-11T17:46:53.908Z[ recovery-image] Jul 11 17:46:53.263 INFO O| Jul 11 17:46:53.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76552026-07-11T17:46:53.911Z[ recovery-image] Jul 11 17:46:53.263 INFO O| Jul 11 17:46:53.263 INFO STEP 767 (remove_files) COMPLETE
76562026-07-11T17:46:53.911Z[ recovery-image] Jul 11 17:46:53.263 INFO O| Jul 11 17:46:53.263 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-07-11T17:46:53.917Z[ recovery-image] Jul 11 17:46:53.272 INFO O| Jul 11 17:46:53.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76582026-07-11T17:46:53.917Z[ recovery-image] Jul 11 17:46:53.272 INFO O| Jul 11 17:46:53.272 INFO STEP 768 (remove_files) COMPLETE
76592026-07-11T17:46:53.919Z[ recovery-image] Jul 11 17:46:53.272 INFO O| Jul 11 17:46:53.272 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-07-11T17:46:53.926Z[ recovery-image] Jul 11 17:46:53.281 INFO O| Jul 11 17:46:53.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76612026-07-11T17:46:53.926Z[ recovery-image] Jul 11 17:46:53.281 INFO O| Jul 11 17:46:53.281 INFO STEP 769 (remove_files) COMPLETE
76622026-07-11T17:46:53.929Z[ recovery-image] Jul 11 17:46:53.281 INFO O| Jul 11 17:46:53.281 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-07-11T17:46:53.935Z[ recovery-image] Jul 11 17:46:53.290 INFO O| Jul 11 17:46:53.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76642026-07-11T17:46:53.938Z[ recovery-image] Jul 11 17:46:53.290 INFO O| Jul 11 17:46:53.290 INFO STEP 770 (remove_files) COMPLETE
76652026-07-11T17:46:53.938Z[ recovery-image] Jul 11 17:46:53.290 INFO O| Jul 11 17:46:53.290 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-07-11T17:46:53.945Z[ recovery-image] Jul 11 17:46:53.300 INFO O| Jul 11 17:46:53.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76672026-07-11T17:46:53.948Z[ recovery-image] Jul 11 17:46:53.300 INFO O| Jul 11 17:46:53.300 INFO STEP 771 (remove_files) COMPLETE
76682026-07-11T17:46:53.948Z[ recovery-image] Jul 11 17:46:53.300 INFO O| Jul 11 17:46:53.300 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-07-11T17:46:53.954Z[ recovery-image] Jul 11 17:46:53.309 INFO O| Jul 11 17:46:53.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76702026-07-11T17:46:53.957Z[ recovery-image] Jul 11 17:46:53.309 INFO O| Jul 11 17:46:53.309 INFO STEP 772 (remove_files) COMPLETE
76712026-07-11T17:46:53.957Z[ recovery-image] Jul 11 17:46:53.309 INFO O| Jul 11 17:46:53.309 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-07-11T17:46:53.963Z[ recovery-image] Jul 11 17:46:53.318 INFO O| Jul 11 17:46:53.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76732026-07-11T17:46:53.963Z[ recovery-image] Jul 11 17:46:53.318 INFO O| Jul 11 17:46:53.318 INFO STEP 773 (remove_files) COMPLETE
76742026-07-11T17:46:53.966Z[ recovery-image] Jul 11 17:46:53.318 INFO O| Jul 11 17:46:53.318 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-07-11T17:46:53.971Z[ recovery-image] Jul 11 17:46:53.326 INFO O| Jul 11 17:46:53.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76762026-07-11T17:46:53.971Z[ recovery-image] Jul 11 17:46:53.326 INFO O| Jul 11 17:46:53.326 INFO STEP 774 (remove_files) COMPLETE
76772026-07-11T17:46:53.973Z[ recovery-image] Jul 11 17:46:53.326 INFO O| Jul 11 17:46:53.326 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-07-11T17:46:53.980Z[ recovery-image] Jul 11 17:46:53.335 INFO O| Jul 11 17:46:53.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76792026-07-11T17:46:53.983Z[ recovery-image] Jul 11 17:46:53.335 INFO O| Jul 11 17:46:53.335 INFO STEP 775 (remove_files) COMPLETE
76802026-07-11T17:46:53.983Z[ recovery-image] Jul 11 17:46:53.335 INFO O| Jul 11 17:46:53.335 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-07-11T17:46:53.988Z[ recovery-image] Jul 11 17:46:53.343 INFO O| Jul 11 17:46:53.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76822026-07-11T17:46:53.988Z[ recovery-image] Jul 11 17:46:53.343 INFO O| Jul 11 17:46:53.343 INFO STEP 776 (remove_files) COMPLETE
76832026-07-11T17:46:53.988Z[ recovery-image] Jul 11 17:46:53.343 INFO O| Jul 11 17:46:53.343 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-07-11T17:46:53.997Z[ recovery-image] Jul 11 17:46:53.352 INFO O| Jul 11 17:46:53.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76852026-07-11T17:46:53.997Z[ recovery-image] Jul 11 17:46:53.352 INFO O| Jul 11 17:46:53.352 INFO STEP 777 (remove_files) COMPLETE
76862026-07-11T17:46:54.000Z[ recovery-image] Jul 11 17:46:53.352 INFO O| Jul 11 17:46:53.352 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-07-11T17:46:54.006Z[ recovery-image] Jul 11 17:46:53.361 INFO O| Jul 11 17:46:53.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76882026-07-11T17:46:54.006Z[ recovery-image] Jul 11 17:46:53.361 INFO O| Jul 11 17:46:53.361 INFO STEP 778 (remove_files) COMPLETE
76892026-07-11T17:46:54.006Z[ recovery-image] Jul 11 17:46:53.361 INFO O| Jul 11 17:46:53.361 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-07-11T17:46:54.015Z[ recovery-image] Jul 11 17:46:53.370 INFO O| Jul 11 17:46:53.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76912026-07-11T17:46:54.015Z[ recovery-image] Jul 11 17:46:53.370 INFO O| Jul 11 17:46:53.370 INFO STEP 779 (remove_files) COMPLETE
76922026-07-11T17:46:54.018Z[ recovery-image] Jul 11 17:46:53.370 INFO O| Jul 11 17:46:53.370 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-07-11T17:46:54.024Z[ recovery-image] Jul 11 17:46:53.379 INFO O| Jul 11 17:46:53.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76942026-07-11T17:46:54.024Z[ recovery-image] Jul 11 17:46:53.379 INFO O| Jul 11 17:46:53.379 INFO STEP 780 (remove_files) COMPLETE
76952026-07-11T17:46:54.027Z[ recovery-image] Jul 11 17:46:53.379 INFO O| Jul 11 17:46:53.379 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-07-11T17:46:54.033Z[ recovery-image] Jul 11 17:46:53.387 INFO O| Jul 11 17:46:53.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76972026-07-11T17:46:54.033Z[ recovery-image] Jul 11 17:46:53.387 INFO O| Jul 11 17:46:53.387 INFO STEP 781 (remove_files) COMPLETE
76982026-07-11T17:46:54.036Z[ recovery-image] Jul 11 17:46:53.387 INFO O| Jul 11 17:46:53.387 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-07-11T17:46:54.042Z[ recovery-image] Jul 11 17:46:53.397 INFO O| Jul 11 17:46:53.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77002026-07-11T17:46:54.042Z[ recovery-image] Jul 11 17:46:53.397 INFO O| Jul 11 17:46:53.397 INFO STEP 782 (remove_files) COMPLETE
77012026-07-11T17:46:54.042Z[ recovery-image] Jul 11 17:46:53.397 INFO O| Jul 11 17:46:53.397 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-07-11T17:46:54.051Z[ recovery-image] Jul 11 17:46:53.406 INFO O| Jul 11 17:46:53.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77032026-07-11T17:46:54.055Z[ recovery-image] Jul 11 17:46:53.406 INFO O| Jul 11 17:46:53.406 INFO STEP 783 (remove_files) COMPLETE
77042026-07-11T17:46:54.055Z[ recovery-image] Jul 11 17:46:53.406 INFO O| Jul 11 17:46:53.406 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-07-11T17:46:54.060Z[ recovery-image] Jul 11 17:46:53.415 INFO O| Jul 11 17:46:53.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77062026-07-11T17:46:54.063Z[ recovery-image] Jul 11 17:46:53.415 INFO O| Jul 11 17:46:53.415 INFO STEP 784 (remove_files) COMPLETE
77072026-07-11T17:46:54.063Z[ recovery-image] Jul 11 17:46:53.415 INFO O| Jul 11 17:46:53.415 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-07-11T17:46:54.069Z[ recovery-image] Jul 11 17:46:53.424 INFO O| Jul 11 17:46:53.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77092026-07-11T17:46:54.072Z[ recovery-image] Jul 11 17:46:53.424 INFO O| Jul 11 17:46:53.424 INFO STEP 785 (remove_files) COMPLETE
77102026-07-11T17:46:54.072Z[ recovery-image] Jul 11 17:46:53.424 INFO O| Jul 11 17:46:53.424 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-07-11T17:46:54.078Z[ recovery-image] Jul 11 17:46:53.432 INFO O| Jul 11 17:46:53.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77122026-07-11T17:46:54.078Z[ recovery-image] Jul 11 17:46:53.432 INFO O| Jul 11 17:46:53.432 INFO STEP 786 (remove_files) COMPLETE
77132026-07-11T17:46:54.078Z[ recovery-image] Jul 11 17:46:53.432 INFO O| Jul 11 17:46:53.432 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-07-11T17:46:54.087Z[ recovery-image] Jul 11 17:46:53.442 INFO O| Jul 11 17:46:53.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77152026-07-11T17:46:54.091Z[ recovery-image] Jul 11 17:46:53.442 INFO O| Jul 11 17:46:53.442 INFO STEP 787 (remove_files) COMPLETE
77162026-07-11T17:46:54.091Z[ recovery-image] Jul 11 17:46:53.442 INFO O| Jul 11 17:46:53.442 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-07-11T17:46:54.097Z[ recovery-image] Jul 11 17:46:53.451 INFO O| Jul 11 17:46:53.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77182026-07-11T17:46:54.100Z[ recovery-image] Jul 11 17:46:53.451 INFO O| Jul 11 17:46:53.451 INFO STEP 788 (remove_files) COMPLETE
77192026-07-11T17:46:54.100Z[ recovery-image] Jul 11 17:46:53.451 INFO O| Jul 11 17:46:53.451 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-07-11T17:46:54.105Z[ recovery-image] Jul 11 17:46:53.460 INFO O| Jul 11 17:46:53.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77212026-07-11T17:46:54.105Z[ recovery-image] Jul 11 17:46:53.460 INFO O| Jul 11 17:46:53.460 INFO STEP 789 (remove_files) COMPLETE
77222026-07-11T17:46:54.108Z[ recovery-image] Jul 11 17:46:53.460 INFO O| Jul 11 17:46:53.460 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-07-11T17:46:54.112Z[ recovery-image] Jul 11 17:46:53.467 INFO O| Jul 11 17:46:53.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77242026-07-11T17:46:54.112Z[ recovery-image] Jul 11 17:46:53.467 INFO O| Jul 11 17:46:53.467 INFO STEP 790 (remove_files) COMPLETE
77252026-07-11T17:46:54.112Z[ recovery-image] Jul 11 17:46:53.467 INFO O| Jul 11 17:46:53.467 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-07-11T17:46:54.121Z[ recovery-image] Jul 11 17:46:53.476 INFO O| Jul 11 17:46:53.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77272026-07-11T17:46:54.125Z[ recovery-image] Jul 11 17:46:53.476 INFO O| Jul 11 17:46:53.476 INFO STEP 791 (remove_files) COMPLETE
77282026-07-11T17:46:54.125Z[ recovery-image] Jul 11 17:46:53.476 INFO O| Jul 11 17:46:53.476 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-07-11T17:46:54.130Z[ recovery-image] Jul 11 17:46:53.485 INFO O| Jul 11 17:46:53.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77302026-07-11T17:46:54.130Z[ recovery-image] Jul 11 17:46:53.485 INFO O| Jul 11 17:46:53.485 INFO STEP 792 (remove_files) COMPLETE
77312026-07-11T17:46:54.133Z[ recovery-image] Jul 11 17:46:53.485 INFO O| Jul 11 17:46:53.485 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-07-11T17:46:54.139Z[ recovery-image] Jul 11 17:46:53.494 INFO O| Jul 11 17:46:53.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77332026-07-11T17:46:54.139Z[ recovery-image] Jul 11 17:46:53.494 INFO O| Jul 11 17:46:53.494 INFO STEP 793 (remove_files) COMPLETE
77342026-07-11T17:46:54.142Z[ recovery-image] Jul 11 17:46:53.494 INFO O| Jul 11 17:46:53.494 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-07-11T17:46:54.146Z[ recovery-image] Jul 11 17:46:53.501 INFO O| Jul 11 17:46:53.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77362026-07-11T17:46:54.149Z[ recovery-image] Jul 11 17:46:53.501 INFO O| Jul 11 17:46:53.501 INFO STEP 794 (remove_files) COMPLETE
77372026-07-11T17:46:54.149Z[ recovery-image] Jul 11 17:46:53.501 INFO O| Jul 11 17:46:53.501 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-07-11T17:46:54.155Z[ recovery-image] Jul 11 17:46:53.510 INFO O| Jul 11 17:46:53.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77392026-07-11T17:46:54.155Z[ recovery-image] Jul 11 17:46:53.510 INFO O| Jul 11 17:46:53.510 INFO STEP 795 (remove_files) COMPLETE
77402026-07-11T17:46:54.158Z[ recovery-image] Jul 11 17:46:53.510 INFO O| Jul 11 17:46:53.510 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-07-11T17:46:54.163Z[ recovery-image] Jul 11 17:46:53.518 INFO O| Jul 11 17:46:53.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77422026-07-11T17:46:54.163Z[ recovery-image] Jul 11 17:46:53.518 INFO O| Jul 11 17:46:53.518 INFO STEP 796 (remove_files) COMPLETE
77432026-07-11T17:46:54.167Z[ recovery-image] Jul 11 17:46:53.518 INFO O| Jul 11 17:46:53.518 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-07-11T17:46:54.173Z[ recovery-image] Jul 11 17:46:53.527 INFO O| Jul 11 17:46:53.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77452026-07-11T17:46:54.173Z[ recovery-image] Jul 11 17:46:53.527 INFO O| Jul 11 17:46:53.527 INFO STEP 797 (remove_files) COMPLETE
77462026-07-11T17:46:54.176Z[ recovery-image] Jul 11 17:46:53.527 INFO O| Jul 11 17:46:53.527 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-07-11T17:46:54.182Z[ recovery-image] Jul 11 17:46:53.537 INFO O| Jul 11 17:46:53.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77482026-07-11T17:46:54.182Z[ recovery-image] Jul 11 17:46:53.537 INFO O| Jul 11 17:46:53.537 INFO STEP 798 (remove_files) COMPLETE
77492026-07-11T17:46:54.185Z[ recovery-image] Jul 11 17:46:53.537 INFO O| Jul 11 17:46:53.537 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-07-11T17:46:54.191Z[ recovery-image] Jul 11 17:46:53.545 INFO O| Jul 11 17:46:53.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77512026-07-11T17:46:54.191Z[ recovery-image] Jul 11 17:46:53.545 INFO O| Jul 11 17:46:53.545 INFO STEP 799 (remove_files) COMPLETE
77522026-07-11T17:46:54.194Z[ recovery-image] Jul 11 17:46:53.545 INFO O| Jul 11 17:46:53.545 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-07-11T17:46:54.200Z[ recovery-image] Jul 11 17:46:53.555 INFO O| Jul 11 17:46:53.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77542026-07-11T17:46:54.204Z[ recovery-image] Jul 11 17:46:53.555 INFO O| Jul 11 17:46:53.555 INFO STEP 800 (remove_files) COMPLETE
77552026-07-11T17:46:54.204Z[ recovery-image] Jul 11 17:46:53.555 INFO O| Jul 11 17:46:53.555 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-07-11T17:46:54.211Z[ recovery-image] Jul 11 17:46:53.565 INFO O| Jul 11 17:46:53.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77572026-07-11T17:46:54.211Z[ recovery-image] Jul 11 17:46:53.565 INFO O| Jul 11 17:46:53.565 INFO STEP 801 (remove_files) COMPLETE
77582026-07-11T17:46:54.211Z[ recovery-image] Jul 11 17:46:53.565 INFO O| Jul 11 17:46:53.565 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-07-11T17:46:54.220Z[ recovery-image] Jul 11 17:46:53.575 INFO O| Jul 11 17:46:53.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77602026-07-11T17:46:54.220Z[ recovery-image] Jul 11 17:46:53.575 INFO O| Jul 11 17:46:53.575 INFO STEP 802 (remove_files) COMPLETE
77612026-07-11T17:46:54.220Z[ recovery-image] Jul 11 17:46:53.575 INFO O| Jul 11 17:46:53.575 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-07-11T17:46:54.231Z[ recovery-image] Jul 11 17:46:53.585 INFO O| Jul 11 17:46:53.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77632026-07-11T17:46:54.231Z[ recovery-image] Jul 11 17:46:53.585 INFO O| Jul 11 17:46:53.585 INFO STEP 803 (remove_files) COMPLETE
77642026-07-11T17:46:54.231Z[ recovery-image] Jul 11 17:46:53.585 INFO O| Jul 11 17:46:53.585 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-07-11T17:46:54.239Z[ recovery-image] Jul 11 17:46:53.593 INFO O| Jul 11 17:46:53.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77662026-07-11T17:46:54.242Z[ recovery-image] Jul 11 17:46:53.593 INFO O| Jul 11 17:46:53.593 INFO STEP 804 (remove_files) COMPLETE
77672026-07-11T17:46:54.242Z[ recovery-image] Jul 11 17:46:53.593 INFO O| Jul 11 17:46:53.593 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-07-11T17:46:54.247Z[ recovery-image] Jul 11 17:46:53.602 INFO O| Jul 11 17:46:53.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77692026-07-11T17:46:54.247Z[ recovery-image] Jul 11 17:46:53.602 INFO O| Jul 11 17:46:53.602 INFO STEP 805 (remove_files) COMPLETE
77702026-07-11T17:46:54.250Z[ recovery-image] Jul 11 17:46:53.602 INFO O| Jul 11 17:46:53.602 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-07-11T17:46:54.255Z[ recovery-image] Jul 11 17:46:53.609 INFO O| Jul 11 17:46:53.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77722026-07-11T17:46:54.255Z[ recovery-image] Jul 11 17:46:53.609 INFO O| Jul 11 17:46:53.609 INFO STEP 806 (remove_files) COMPLETE
77732026-07-11T17:46:54.255Z[ recovery-image] Jul 11 17:46:53.609 INFO O| Jul 11 17:46:53.609 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-07-11T17:46:54.263Z[ recovery-image] Jul 11 17:46:53.618 INFO O| Jul 11 17:46:53.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77752026-07-11T17:46:54.266Z[ recovery-image] Jul 11 17:46:53.618 INFO O| Jul 11 17:46:53.618 INFO STEP 807 (remove_files) COMPLETE
77762026-07-11T17:46:54.266Z[ recovery-image] Jul 11 17:46:53.618 INFO O| Jul 11 17:46:53.618 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-07-11T17:46:54.271Z[ recovery-image] Jul 11 17:46:53.626 INFO O| Jul 11 17:46:53.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77782026-07-11T17:46:54.274Z[ recovery-image] Jul 11 17:46:53.626 INFO O| Jul 11 17:46:53.626 INFO STEP 808 (remove_files) COMPLETE
77792026-07-11T17:46:54.274Z[ recovery-image] Jul 11 17:46:53.626 INFO O| Jul 11 17:46:53.626 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-07-11T17:46:54.279Z[ recovery-image] Jul 11 17:46:53.633 INFO O| Jul 11 17:46:53.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77812026-07-11T17:46:54.282Z[ recovery-image] Jul 11 17:46:53.634 INFO O| Jul 11 17:46:53.634 INFO STEP 809 (remove_files) COMPLETE
77822026-07-11T17:46:54.282Z[ recovery-image] Jul 11 17:46:53.634 INFO O| Jul 11 17:46:53.634 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-07-11T17:46:54.286Z[ recovery-image] Jul 11 17:46:53.641 INFO O| Jul 11 17:46:53.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77842026-07-11T17:46:54.286Z[ recovery-image] Jul 11 17:46:53.641 INFO O| Jul 11 17:46:53.641 INFO STEP 810 (remove_files) COMPLETE
77852026-07-11T17:46:54.286Z[ recovery-image] Jul 11 17:46:53.641 INFO O| Jul 11 17:46:53.641 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-07-11T17:46:54.294Z[ recovery-image] Jul 11 17:46:53.648 INFO O| Jul 11 17:46:53.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77872026-07-11T17:46:54.297Z[ recovery-image] Jul 11 17:46:53.648 INFO O| Jul 11 17:46:53.648 INFO STEP 811 (remove_files) COMPLETE
77882026-07-11T17:46:54.298Z[ recovery-image] Jul 11 17:46:53.648 INFO O| Jul 11 17:46:53.648 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-07-11T17:46:54.301Z[ recovery-image] Jul 11 17:46:53.655 INFO O| Jul 11 17:46:53.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77902026-07-11T17:46:54.301Z[ recovery-image] Jul 11 17:46:53.655 INFO O| Jul 11 17:46:53.655 INFO STEP 812 (remove_files) COMPLETE
77912026-07-11T17:46:54.301Z[ recovery-image] Jul 11 17:46:53.655 INFO O| Jul 11 17:46:53.655 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-07-11T17:46:54.312Z[ recovery-image] Jul 11 17:46:53.666 INFO O| Jul 11 17:46:53.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77932026-07-11T17:46:54.316Z[ recovery-image] Jul 11 17:46:53.667 INFO O| Jul 11 17:46:53.667 INFO STEP 813 (remove_files) COMPLETE
77942026-07-11T17:46:54.316Z[ recovery-image] Jul 11 17:46:53.667 INFO O| Jul 11 17:46:53.667 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-07-11T17:46:54.322Z[ recovery-image] Jul 11 17:46:53.676 INFO O| Jul 11 17:46:53.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77962026-07-11T17:46:54.325Z[ recovery-image] Jul 11 17:46:53.676 INFO O| Jul 11 17:46:53.676 INFO STEP 814 (remove_files) COMPLETE
77972026-07-11T17:46:54.325Z[ recovery-image] Jul 11 17:46:53.676 INFO O| Jul 11 17:46:53.676 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-07-11T17:46:54.332Z[ recovery-image] Jul 11 17:46:53.687 INFO O| Jul 11 17:46:53.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77992026-07-11T17:46:54.332Z[ recovery-image] Jul 11 17:46:53.687 INFO O| Jul 11 17:46:53.687 INFO STEP 815 (remove_files) COMPLETE
78002026-07-11T17:46:54.336Z[ recovery-image] Jul 11 17:46:53.687 INFO O| Jul 11 17:46:53.687 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-07-11T17:46:54.342Z[ recovery-image] Jul 11 17:46:53.697 INFO O| Jul 11 17:46:53.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78022026-07-11T17:46:54.345Z[ recovery-image] Jul 11 17:46:53.697 INFO O| Jul 11 17:46:53.697 INFO STEP 816 (remove_files) COMPLETE
78032026-07-11T17:46:54.345Z[ recovery-image] Jul 11 17:46:53.697 INFO O| Jul 11 17:46:53.697 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-07-11T17:46:54.353Z[ recovery-image] Jul 11 17:46:53.707 INFO O| Jul 11 17:46:53.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78052026-07-11T17:46:54.356Z[ recovery-image] Jul 11 17:46:53.707 INFO O| Jul 11 17:46:53.707 INFO STEP 817 (remove_files) COMPLETE
78062026-07-11T17:46:54.356Z[ recovery-image] Jul 11 17:46:53.707 INFO O| Jul 11 17:46:53.707 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-07-11T17:46:54.362Z[ recovery-image] Jul 11 17:46:53.716 INFO O| Jul 11 17:46:53.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78082026-07-11T17:46:54.362Z[ recovery-image] Jul 11 17:46:53.716 INFO O| Jul 11 17:46:53.716 INFO STEP 818 (remove_files) COMPLETE
78092026-07-11T17:46:54.365Z[ recovery-image] Jul 11 17:46:53.716 INFO O| Jul 11 17:46:53.716 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-07-11T17:46:54.370Z[ recovery-image] Jul 11 17:46:53.724 INFO O| Jul 11 17:46:53.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78112026-07-11T17:46:54.370Z[ recovery-image] Jul 11 17:46:53.724 INFO O| Jul 11 17:46:53.724 INFO STEP 819 (remove_files) COMPLETE
78122026-07-11T17:46:54.370Z[ recovery-image] Jul 11 17:46:53.724 INFO O| Jul 11 17:46:53.724 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-07-11T17:46:54.377Z[ recovery-image] Jul 11 17:46:53.732 INFO O| Jul 11 17:46:53.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78142026-07-11T17:46:54.378Z[ recovery-image] Jul 11 17:46:53.732 INFO O| Jul 11 17:46:53.732 INFO STEP 820 (remove_files) COMPLETE
78152026-07-11T17:46:54.378Z[ recovery-image] Jul 11 17:46:53.732 INFO O| Jul 11 17:46:53.732 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-07-11T17:46:54.386Z[ recovery-image] Jul 11 17:46:53.741 INFO O| Jul 11 17:46:53.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78172026-07-11T17:46:54.386Z[ recovery-image] Jul 11 17:46:53.741 INFO O| Jul 11 17:46:53.741 INFO STEP 821 (remove_files) COMPLETE
78182026-07-11T17:46:54.386Z[ recovery-image] Jul 11 17:46:53.741 INFO O| Jul 11 17:46:53.741 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-07-11T17:46:54.395Z[ recovery-image] Jul 11 17:46:53.749 INFO O| Jul 11 17:46:53.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78202026-07-11T17:46:54.398Z[ recovery-image] Jul 11 17:46:53.750 INFO O| Jul 11 17:46:53.750 INFO STEP 822 (remove_files) COMPLETE
78212026-07-11T17:46:54.398Z[ recovery-image] Jul 11 17:46:53.750 INFO O| Jul 11 17:46:53.750 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-07-11T17:46:54.403Z[ recovery-image] Jul 11 17:46:53.758 INFO O| Jul 11 17:46:53.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78232026-07-11T17:46:54.403Z[ recovery-image] Jul 11 17:46:53.758 INFO O| Jul 11 17:46:53.758 INFO STEP 823 (remove_files) COMPLETE
78242026-07-11T17:46:54.407Z[ recovery-image] Jul 11 17:46:53.758 INFO O| Jul 11 17:46:53.758 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-07-11T17:46:54.411Z[ recovery-image] Jul 11 17:46:53.766 INFO O| Jul 11 17:46:53.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78262026-07-11T17:46:54.411Z[ recovery-image] Jul 11 17:46:53.766 INFO O| Jul 11 17:46:53.766 INFO STEP 824 (remove_files) COMPLETE
78272026-07-11T17:46:54.415Z[ recovery-image] Jul 11 17:46:53.766 INFO O| Jul 11 17:46:53.766 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-07-11T17:46:54.419Z[ recovery-image] Jul 11 17:46:53.773 INFO O| Jul 11 17:46:53.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78292026-07-11T17:46:54.422Z[ recovery-image] Jul 11 17:46:53.773 INFO O| Jul 11 17:46:53.773 INFO STEP 825 (remove_files) COMPLETE
78302026-07-11T17:46:54.422Z[ recovery-image] Jul 11 17:46:53.773 INFO O| Jul 11 17:46:53.773 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-07-11T17:46:54.426Z[ recovery-image] Jul 11 17:46:53.781 INFO O| Jul 11 17:46:53.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78322026-07-11T17:46:54.429Z[ recovery-image] Jul 11 17:46:53.781 INFO O| Jul 11 17:46:53.781 INFO STEP 826 (remove_files) COMPLETE
78332026-07-11T17:46:54.429Z[ recovery-image] Jul 11 17:46:53.781 INFO O| Jul 11 17:46:53.781 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-07-11T17:46:54.433Z[ recovery-image] Jul 11 17:46:53.788 INFO O| Jul 11 17:46:53.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78352026-07-11T17:46:54.433Z[ recovery-image] Jul 11 17:46:53.788 INFO O| Jul 11 17:46:53.788 INFO STEP 827 (remove_files) COMPLETE
78362026-07-11T17:46:54.433Z[ recovery-image] Jul 11 17:46:53.788 INFO O| Jul 11 17:46:53.788 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-07-11T17:46:54.443Z[ recovery-image] Jul 11 17:46:53.797 INFO O| Jul 11 17:46:53.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78382026-07-11T17:46:54.443Z[ recovery-image] Jul 11 17:46:53.798 INFO O| Jul 11 17:46:53.798 INFO STEP 828 (remove_files) COMPLETE
78392026-07-11T17:46:54.446Z[ recovery-image] Jul 11 17:46:53.798 INFO O| Jul 11 17:46:53.798 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-07-11T17:46:54.451Z[ recovery-image] Jul 11 17:46:53.806 INFO O| Jul 11 17:46:53.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78412026-07-11T17:46:54.452Z[ recovery-image] Jul 11 17:46:53.806 INFO O| Jul 11 17:46:53.806 INFO STEP 829 (remove_files) COMPLETE
78422026-07-11T17:46:54.452Z[ recovery-image] Jul 11 17:46:53.806 INFO O| Jul 11 17:46:53.806 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-07-11T17:46:54.460Z[ recovery-image] Jul 11 17:46:53.814 INFO O| Jul 11 17:46:53.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78442026-07-11T17:46:54.463Z[ recovery-image] Jul 11 17:46:53.814 INFO O| Jul 11 17:46:53.814 INFO STEP 830 (remove_files) COMPLETE
78452026-07-11T17:46:54.463Z[ recovery-image] Jul 11 17:46:53.814 INFO O| Jul 11 17:46:53.814 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-07-11T17:46:54.469Z[ recovery-image] Jul 11 17:46:53.823 INFO O| Jul 11 17:46:53.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78472026-07-11T17:46:54.469Z[ recovery-image] Jul 11 17:46:53.823 INFO O| Jul 11 17:46:53.823 INFO STEP 831 (remove_files) COMPLETE
78482026-07-11T17:46:54.469Z[ recovery-image] Jul 11 17:46:53.823 INFO O| Jul 11 17:46:53.823 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-07-11T17:46:54.478Z[ recovery-image] Jul 11 17:46:53.832 INFO O| Jul 11 17:46:53.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78502026-07-11T17:46:54.481Z[ recovery-image] Jul 11 17:46:53.832 INFO O| Jul 11 17:46:53.832 INFO STEP 832 (remove_files) COMPLETE
78512026-07-11T17:46:54.481Z[ recovery-image] Jul 11 17:46:53.832 INFO O| Jul 11 17:46:53.832 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-07-11T17:46:54.486Z[ recovery-image] Jul 11 17:46:53.841 INFO O| Jul 11 17:46:53.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78532026-07-11T17:46:54.486Z[ recovery-image] Jul 11 17:46:53.841 INFO O| Jul 11 17:46:53.841 INFO STEP 833 (remove_files) COMPLETE
78542026-07-11T17:46:54.490Z[ recovery-image] Jul 11 17:46:53.841 INFO O| Jul 11 17:46:53.841 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-07-11T17:46:54.495Z[ recovery-image] Jul 11 17:46:53.849 INFO O| Jul 11 17:46:53.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78562026-07-11T17:46:54.498Z[ recovery-image] Jul 11 17:46:53.849 INFO O| Jul 11 17:46:53.849 INFO STEP 834 (remove_files) COMPLETE
78572026-07-11T17:46:54.498Z[ recovery-image] Jul 11 17:46:53.849 INFO O| Jul 11 17:46:53.849 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-07-11T17:46:54.502Z[ recovery-image] Jul 11 17:46:53.856 INFO O| Jul 11 17:46:53.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78592026-07-11T17:46:54.502Z[ recovery-image] Jul 11 17:46:53.856 INFO O| Jul 11 17:46:53.856 INFO STEP 835 (remove_files) COMPLETE
78602026-07-11T17:46:54.502Z[ recovery-image] Jul 11 17:46:53.856 INFO O| Jul 11 17:46:53.856 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-07-11T17:46:54.510Z[ recovery-image] Jul 11 17:46:53.865 INFO O| Jul 11 17:46:53.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78622026-07-11T17:46:54.510Z[ recovery-image] Jul 11 17:46:53.865 INFO O| Jul 11 17:46:53.865 INFO STEP 836 (remove_files) COMPLETE
78632026-07-11T17:46:54.514Z[ recovery-image] Jul 11 17:46:53.865 INFO O| Jul 11 17:46:53.865 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-07-11T17:46:54.518Z[ recovery-image] Jul 11 17:46:53.872 INFO O| Jul 11 17:46:53.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78652026-07-11T17:46:54.518Z[ recovery-image] Jul 11 17:46:53.872 INFO O| Jul 11 17:46:53.872 INFO STEP 837 (remove_files) COMPLETE
78662026-07-11T17:46:54.518Z[ recovery-image] Jul 11 17:46:53.872 INFO O| Jul 11 17:46:53.872 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-07-11T17:46:54.525Z[ recovery-image] Jul 11 17:46:53.880 INFO O| Jul 11 17:46:53.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78682026-07-11T17:46:54.525Z[ recovery-image] Jul 11 17:46:53.880 INFO O| Jul 11 17:46:53.880 INFO STEP 838 (remove_files) COMPLETE
78692026-07-11T17:46:54.528Z[ recovery-image] Jul 11 17:46:53.880 INFO O| Jul 11 17:46:53.880 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-07-11T17:46:54.532Z[ recovery-image] Jul 11 17:46:53.887 INFO O| Jul 11 17:46:53.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78712026-07-11T17:46:54.537Z[ recovery-image] Jul 11 17:46:53.887 INFO O| Jul 11 17:46:53.887 INFO STEP 839 (remove_files) COMPLETE
78722026-07-11T17:46:54.537Z[ recovery-image] Jul 11 17:46:53.887 INFO O| Jul 11 17:46:53.887 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-07-11T17:46:54.540Z[ recovery-image] Jul 11 17:46:53.894 INFO O| Jul 11 17:46:53.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78742026-07-11T17:46:54.540Z[ recovery-image] Jul 11 17:46:53.894 INFO O| Jul 11 17:46:53.894 INFO STEP 840 (remove_files) COMPLETE
78752026-07-11T17:46:54.541Z[ recovery-image] Jul 11 17:46:53.894 INFO O| Jul 11 17:46:53.894 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-07-11T17:46:54.549Z[ recovery-image] Jul 11 17:46:53.904 INFO O| Jul 11 17:46:53.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78772026-07-11T17:46:54.549Z[ recovery-image] Jul 11 17:46:53.904 INFO O| Jul 11 17:46:53.904 INFO STEP 841 (remove_files) COMPLETE
78782026-07-11T17:46:54.549Z[ recovery-image] Jul 11 17:46:53.904 INFO O| Jul 11 17:46:53.904 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-07-11T17:46:54.559Z[ recovery-image] Jul 11 17:46:53.912 INFO O| Jul 11 17:46:53.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78802026-07-11T17:46:54.559Z[ recovery-image] Jul 11 17:46:53.912 INFO O| Jul 11 17:46:53.912 INFO STEP 842 (remove_files) COMPLETE
78812026-07-11T17:46:54.562Z[ recovery-image] Jul 11 17:46:53.912 INFO O| Jul 11 17:46:53.912 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-07-11T17:46:54.566Z[ recovery-image] Jul 11 17:46:53.919 INFO O| Jul 11 17:46:53.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78832026-07-11T17:46:54.566Z[ recovery-image] Jul 11 17:46:53.919 INFO O| Jul 11 17:46:53.919 INFO STEP 843 (remove_files) COMPLETE
78842026-07-11T17:46:54.566Z[ recovery-image] Jul 11 17:46:53.919 INFO O| Jul 11 17:46:53.919 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-07-11T17:46:54.572Z[ recovery-image] Jul 11 17:46:53.927 INFO O| Jul 11 17:46:53.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78862026-07-11T17:46:54.572Z[ recovery-image] Jul 11 17:46:53.927 INFO O| Jul 11 17:46:53.927 INFO STEP 844 (remove_files) COMPLETE
78872026-07-11T17:46:54.576Z[ recovery-image] Jul 11 17:46:53.927 INFO O| Jul 11 17:46:53.927 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.935 INFO O| Jul 11 17:46:53.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78892026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.935 INFO O| Jul 11 17:46:53.935 INFO STEP 845 (remove_files) COMPLETE
78902026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.935 INFO O| Jul 11 17:46:53.935 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.944 INFO O| Jul 11 17:46:53.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78922026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.944 INFO O| Jul 11 17:46:53.944 INFO STEP 846 (remove_files) COMPLETE
78932026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.944 INFO O| Jul 11 17:46:53.944 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.953 INFO O| Jul 11 17:46:53.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78952026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.953 INFO O| Jul 11 17:46:53.953 INFO STEP 847 (remove_files) COMPLETE
78962026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.953 INFO O| Jul 11 17:46:53.953 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.961 INFO O| Jul 11 17:46:53.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78982026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.961 INFO O| Jul 11 17:46:53.961 INFO STEP 848 (remove_files) COMPLETE
78992026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.961 INFO O| Jul 11 17:46:53.961 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-07-11T17:46:54.625Z[ recovery-image] Jul 11 17:46:53.971 INFO O| Jul 11 17:46:53.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79012026-07-11T17:46:54.626Z[ recovery-image] Jul 11 17:46:53.971 INFO O| Jul 11 17:46:53.971 INFO STEP 849 (remove_files) COMPLETE
79022026-07-11T17:46:54.626Z[ recovery-image] Jul 11 17:46:53.971 INFO O| Jul 11 17:46:53.971 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-07-11T17:46:54.626Z[ recovery-image] Jul 11 17:46:53.979 INFO O| Jul 11 17:46:53.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79042026-07-11T17:46:54.626Z[ recovery-image] Jul 11 17:46:53.979 INFO O| Jul 11 17:46:53.979 INFO STEP 850 (remove_files) COMPLETE
79052026-07-11T17:46:54.626Z[ recovery-image] Jul 11 17:46:53.979 INFO O| Jul 11 17:46:53.979 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-07-11T17:46:54.634Z[ recovery-image] Jul 11 17:46:53.988 INFO O| Jul 11 17:46:53.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79072026-07-11T17:46:54.638Z[ recovery-image] Jul 11 17:46:53.988 INFO O| Jul 11 17:46:53.988 INFO STEP 851 (remove_files) COMPLETE
79082026-07-11T17:46:54.638Z[ recovery-image] Jul 11 17:46:53.988 INFO O| Jul 11 17:46:53.988 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-07-11T17:46:54.644Z[ recovery-image] Jul 11 17:46:53.998 INFO O| Jul 11 17:46:53.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79102026-07-11T17:46:54.644Z[ recovery-image] Jul 11 17:46:53.998 INFO O| Jul 11 17:46:53.998 INFO STEP 852 (remove_files) COMPLETE
79112026-07-11T17:46:54.644Z[ recovery-image] Jul 11 17:46:53.998 INFO O| Jul 11 17:46:53.998 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-07-11T17:46:54.653Z[ recovery-image] Jul 11 17:46:54.007 INFO O| Jul 11 17:46:54.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79132026-07-11T17:46:54.653Z[ recovery-image] Jul 11 17:46:54.007 INFO O| Jul 11 17:46:54.007 INFO STEP 853 (remove_files) COMPLETE
79142026-07-11T17:46:54.653Z[ recovery-image] Jul 11 17:46:54.007 INFO O| Jul 11 17:46:54.007 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-07-11T17:46:54.660Z[ recovery-image] Jul 11 17:46:54.014 INFO O| Jul 11 17:46:54.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79162026-07-11T17:46:54.660Z[ recovery-image] Jul 11 17:46:54.014 INFO O| Jul 11 17:46:54.014 INFO STEP 854 (remove_files) COMPLETE
79172026-07-11T17:46:54.660Z[ recovery-image] Jul 11 17:46:54.014 INFO O| Jul 11 17:46:54.014 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-07-11T17:46:54.667Z[ recovery-image] Jul 11 17:46:54.021 INFO O| Jul 11 17:46:54.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79192026-07-11T17:46:54.667Z[ recovery-image] Jul 11 17:46:54.021 INFO O| Jul 11 17:46:54.021 INFO STEP 855 (remove_files) COMPLETE
79202026-07-11T17:46:54.670Z[ recovery-image] Jul 11 17:46:54.021 INFO O| Jul 11 17:46:54.021 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-07-11T17:46:54.675Z[ recovery-image] Jul 11 17:46:54.030 INFO O| Jul 11 17:46:54.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79222026-07-11T17:46:54.675Z[ recovery-image] Jul 11 17:46:54.030 INFO O| Jul 11 17:46:54.030 INFO STEP 856 (remove_files) COMPLETE
79232026-07-11T17:46:54.678Z[ recovery-image] Jul 11 17:46:54.030 INFO O| Jul 11 17:46:54.030 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-07-11T17:46:54.683Z[ recovery-image] Jul 11 17:46:54.037 INFO O| Jul 11 17:46:54.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79252026-07-11T17:46:54.683Z[ recovery-image] Jul 11 17:46:54.037 INFO O| Jul 11 17:46:54.037 INFO STEP 857 (remove_files) COMPLETE
79262026-07-11T17:46:54.686Z[ recovery-image] Jul 11 17:46:54.037 INFO O| Jul 11 17:46:54.037 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-07-11T17:46:54.690Z[ recovery-image] Jul 11 17:46:54.044 INFO O| Jul 11 17:46:54.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79282026-07-11T17:46:54.690Z[ recovery-image] Jul 11 17:46:54.044 INFO O| Jul 11 17:46:54.044 INFO STEP 858 (remove_files) COMPLETE
79292026-07-11T17:46:54.693Z[ recovery-image] Jul 11 17:46:54.044 INFO O| Jul 11 17:46:54.044 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-07-11T17:46:54.696Z[ recovery-image] Jul 11 17:46:54.051 INFO O| Jul 11 17:46:54.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79312026-07-11T17:46:54.696Z[ recovery-image] Jul 11 17:46:54.051 INFO O| Jul 11 17:46:54.051 INFO STEP 859 (remove_files) COMPLETE
79322026-07-11T17:46:54.696Z[ recovery-image] Jul 11 17:46:54.051 INFO O| Jul 11 17:46:54.051 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-07-11T17:46:54.703Z[ recovery-image] Jul 11 17:46:54.057 INFO O| Jul 11 17:46:54.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79342026-07-11T17:46:54.706Z[ recovery-image] Jul 11 17:46:54.057 INFO O| Jul 11 17:46:54.057 INFO STEP 860 (remove_files) COMPLETE
79352026-07-11T17:46:54.706Z[ recovery-image] Jul 11 17:46:54.057 INFO O| Jul 11 17:46:54.057 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-07-11T17:46:54.709Z[ recovery-image] Jul 11 17:46:54.064 INFO O| Jul 11 17:46:54.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79372026-07-11T17:46:54.710Z[ recovery-image] Jul 11 17:46:54.064 INFO O| Jul 11 17:46:54.064 INFO STEP 861 (remove_files) COMPLETE
79382026-07-11T17:46:54.710Z[ recovery-image] Jul 11 17:46:54.064 INFO O| Jul 11 17:46:54.064 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-07-11T17:46:54.717Z[ recovery-image] Jul 11 17:46:54.071 INFO O| Jul 11 17:46:54.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79402026-07-11T17:46:54.717Z[ recovery-image] Jul 11 17:46:54.071 INFO O| Jul 11 17:46:54.071 INFO STEP 862 (remove_files) COMPLETE
79412026-07-11T17:46:54.717Z[ recovery-image] Jul 11 17:46:54.071 INFO O| Jul 11 17:46:54.071 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-07-11T17:46:54.728Z[ recovery-image] Jul 11 17:46:54.078 INFO O| Jul 11 17:46:54.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79432026-07-11T17:46:54.728Z[ recovery-image] Jul 11 17:46:54.078 INFO O| Jul 11 17:46:54.078 INFO STEP 863 (remove_files) COMPLETE
79442026-07-11T17:46:54.728Z[ recovery-image] Jul 11 17:46:54.078 INFO O| Jul 11 17:46:54.078 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-07-11T17:46:54.758Z[ recovery-image] Jul 11 17:46:54.087 INFO O| Jul 11 17:46:54.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79462026-07-11T17:46:54.758Z[ recovery-image] Jul 11 17:46:54.087 INFO O| Jul 11 17:46:54.087 INFO STEP 864 (remove_files) COMPLETE
79472026-07-11T17:46:54.778Z[ recovery-image] Jul 11 17:46:54.087 INFO O| Jul 11 17:46:54.087 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-07-11T17:46:54.796Z[ recovery-image] Jul 11 17:46:54.094 INFO O| Jul 11 17:46:54.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79492026-07-11T17:46:54.796Z[ recovery-image] Jul 11 17:46:54.094 INFO O| Jul 11 17:46:54.094 INFO STEP 865 (remove_files) COMPLETE
79502026-07-11T17:46:54.796Z[ recovery-image] Jul 11 17:46:54.094 INFO O| Jul 11 17:46:54.094 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-07-11T17:46:54.796Z[ recovery-image] Jul 11 17:46:54.100 INFO O| Jul 11 17:46:54.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79522026-07-11T17:46:54.796Z[ recovery-image] Jul 11 17:46:54.100 INFO O| Jul 11 17:46:54.100 INFO STEP 866 (remove_files) COMPLETE
79532026-07-11T17:46:54.796Z[ recovery-image] Jul 11 17:46:54.100 INFO O| Jul 11 17:46:54.100 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-07-11T17:46:54.796Z[ recovery-image] Jul 11 17:46:54.107 INFO O| Jul 11 17:46:54.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79552026-07-11T17:46:54.796Z[ recovery-image] Jul 11 17:46:54.107 INFO O| Jul 11 17:46:54.107 INFO STEP 867 (remove_files) COMPLETE
79562026-07-11T17:46:54.796Z[ recovery-image] Jul 11 17:46:54.107 INFO O| Jul 11 17:46:54.107 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-07-11T17:46:54.797Z[ recovery-image] Jul 11 17:46:54.116 INFO O| Jul 11 17:46:54.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79582026-07-11T17:46:54.797Z[ recovery-image] Jul 11 17:46:54.116 INFO O| Jul 11 17:46:54.116 INFO STEP 868 (remove_files) COMPLETE
79592026-07-11T17:46:54.797Z[ recovery-image] Jul 11 17:46:54.116 INFO O| Jul 11 17:46:54.116 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-07-11T17:46:54.797Z[ recovery-image] Jul 11 17:46:54.125 INFO O| Jul 11 17:46:54.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79612026-07-11T17:46:54.797Z[ recovery-image] Jul 11 17:46:54.125 INFO O| Jul 11 17:46:54.125 INFO STEP 869 (remove_files) COMPLETE
79622026-07-11T17:46:54.797Z[ recovery-image] Jul 11 17:46:54.125 INFO O| Jul 11 17:46:54.125 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-07-11T17:46:54.797Z[ recovery-image] Jul 11 17:46:54.132 INFO O| Jul 11 17:46:54.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79642026-07-11T17:46:54.797Z[ recovery-image] Jul 11 17:46:54.132 INFO O| Jul 11 17:46:54.132 INFO STEP 870 (remove_files) COMPLETE
79652026-07-11T17:46:54.799Z[ recovery-image] Jul 11 17:46:54.132 INFO O| Jul 11 17:46:54.132 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-07-11T17:46:54.799Z[ recovery-image] Jul 11 17:46:54.142 INFO O| Jul 11 17:46:54.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79672026-07-11T17:46:54.799Z[ recovery-image] Jul 11 17:46:54.142 INFO O| Jul 11 17:46:54.142 INFO STEP 871 (remove_files) COMPLETE
79682026-07-11T17:46:54.799Z[ recovery-image] Jul 11 17:46:54.142 INFO O| Jul 11 17:46:54.142 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-07-11T17:46:54.803Z[ recovery-image] Jul 11 17:46:54.151 INFO O| Jul 11 17:46:54.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79702026-07-11T17:46:54.803Z[ recovery-image] Jul 11 17:46:54.151 INFO O| Jul 11 17:46:54.151 INFO STEP 872 (remove_files) COMPLETE
79712026-07-11T17:46:54.803Z[ recovery-image] Jul 11 17:46:54.151 INFO O| Jul 11 17:46:54.151 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-07-11T17:46:54.807Z[ recovery-image] Jul 11 17:46:54.160 INFO O| Jul 11 17:46:54.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79732026-07-11T17:46:54.807Z[ recovery-image] Jul 11 17:46:54.160 INFO O| Jul 11 17:46:54.160 INFO STEP 873 (remove_files) COMPLETE
79742026-07-11T17:46:54.807Z[ recovery-image] Jul 11 17:46:54.160 INFO O| Jul 11 17:46:54.160 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-07-11T17:46:54.814Z[ recovery-image] Jul 11 17:46:54.168 INFO O| Jul 11 17:46:54.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79762026-07-11T17:46:54.814Z[ recovery-image] Jul 11 17:46:54.168 INFO O| Jul 11 17:46:54.168 INFO STEP 874 (remove_files) COMPLETE
79772026-07-11T17:46:54.814Z[ recovery-image] Jul 11 17:46:54.168 INFO O| Jul 11 17:46:54.168 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-07-11T17:46:54.821Z[ recovery-image] Jul 11 17:46:54.176 INFO O| Jul 11 17:46:54.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79792026-07-11T17:46:54.821Z[ recovery-image] Jul 11 17:46:54.176 INFO O| Jul 11 17:46:54.176 INFO STEP 875 (remove_files) COMPLETE
79802026-07-11T17:46:54.825Z[ recovery-image] Jul 11 17:46:54.176 INFO O| Jul 11 17:46:54.176 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-07-11T17:46:54.829Z[ recovery-image] Jul 11 17:46:54.183 INFO O| Jul 11 17:46:54.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79822026-07-11T17:46:54.832Z[ recovery-image] Jul 11 17:46:54.183 INFO O| Jul 11 17:46:54.183 INFO STEP 876 (remove_files) COMPLETE
79832026-07-11T17:46:54.832Z[ recovery-image] Jul 11 17:46:54.183 INFO O| Jul 11 17:46:54.183 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-07-11T17:46:54.836Z[ recovery-image] Jul 11 17:46:54.191 INFO O| Jul 11 17:46:54.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79852026-07-11T17:46:54.836Z[ recovery-image] Jul 11 17:46:54.191 INFO O| Jul 11 17:46:54.191 INFO STEP 877 (remove_files) COMPLETE
79862026-07-11T17:46:54.839Z[ recovery-image] Jul 11 17:46:54.191 INFO O| Jul 11 17:46:54.191 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-07-11T17:46:54.846Z[ recovery-image] Jul 11 17:46:54.200 INFO O| Jul 11 17:46:54.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79882026-07-11T17:46:54.849Z[ recovery-image] Jul 11 17:46:54.200 INFO O| Jul 11 17:46:54.200 INFO STEP 878 (remove_files) COMPLETE
79892026-07-11T17:46:54.849Z[ recovery-image] Jul 11 17:46:54.200 INFO O| Jul 11 17:46:54.200 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-07-11T17:46:54.855Z[ recovery-image] Jul 11 17:46:54.210 INFO O| Jul 11 17:46:54.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79912026-07-11T17:46:54.858Z[ recovery-image] Jul 11 17:46:54.210 INFO O| Jul 11 17:46:54.210 INFO STEP 879 (remove_files) COMPLETE
79922026-07-11T17:46:54.858Z[ recovery-image] Jul 11 17:46:54.210 INFO O| Jul 11 17:46:54.210 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-07-11T17:46:54.862Z[ recovery-image] Jul 11 17:46:54.217 INFO O| Jul 11 17:46:54.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79942026-07-11T17:46:54.863Z[ recovery-image] Jul 11 17:46:54.217 INFO O| Jul 11 17:46:54.217 INFO STEP 880 (remove_files) COMPLETE
79952026-07-11T17:46:54.867Z[ recovery-image] Jul 11 17:46:54.217 INFO O| Jul 11 17:46:54.217 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-07-11T17:46:54.870Z[ recovery-image] Jul 11 17:46:54.224 INFO O| Jul 11 17:46:54.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79972026-07-11T17:46:54.870Z[ recovery-image] Jul 11 17:46:54.224 INFO O| Jul 11 17:46:54.224 INFO STEP 881 (remove_files) COMPLETE
79982026-07-11T17:46:54.870Z[ recovery-image] Jul 11 17:46:54.224 INFO O| Jul 11 17:46:54.224 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-07-11T17:46:54.876Z[ recovery-image] Jul 11 17:46:54.231 INFO O| Jul 11 17:46:54.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80002026-07-11T17:46:54.880Z[ recovery-image] Jul 11 17:46:54.231 INFO O| Jul 11 17:46:54.231 INFO STEP 882 (remove_files) COMPLETE
80012026-07-11T17:46:54.880Z[ recovery-image] Jul 11 17:46:54.231 INFO O| Jul 11 17:46:54.231 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-07-11T17:46:54.883Z[ recovery-image] Jul 11 17:46:54.238 INFO O| Jul 11 17:46:54.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80032026-07-11T17:46:54.883Z[ recovery-image] Jul 11 17:46:54.238 INFO O| Jul 11 17:46:54.238 INFO STEP 883 (remove_files) COMPLETE
80042026-07-11T17:46:54.883Z[ recovery-image] Jul 11 17:46:54.238 INFO O| Jul 11 17:46:54.238 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-07-11T17:46:54.893Z[ recovery-image] Jul 11 17:46:54.247 INFO O| Jul 11 17:46:54.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80062026-07-11T17:46:54.893Z[ recovery-image] Jul 11 17:46:54.247 INFO O| Jul 11 17:46:54.247 INFO STEP 884 (remove_files) COMPLETE
80072026-07-11T17:46:54.897Z[ recovery-image] Jul 11 17:46:54.247 INFO O| Jul 11 17:46:54.247 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-07-11T17:46:54.901Z[ recovery-image] Jul 11 17:46:54.256 INFO O| Jul 11 17:46:54.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80092026-07-11T17:46:54.902Z[ recovery-image] Jul 11 17:46:54.256 INFO O| Jul 11 17:46:54.256 INFO STEP 885 (remove_files) COMPLETE
80102026-07-11T17:46:54.902Z[ recovery-image] Jul 11 17:46:54.256 INFO O| Jul 11 17:46:54.256 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-07-11T17:46:54.911Z[ recovery-image] Jul 11 17:46:54.266 INFO O| Jul 11 17:46:54.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80122026-07-11T17:46:54.911Z[ recovery-image] Jul 11 17:46:54.266 INFO O| Jul 11 17:46:54.266 INFO STEP 886 (remove_files) COMPLETE
80132026-07-11T17:46:54.915Z[ recovery-image] Jul 11 17:46:54.266 INFO O| Jul 11 17:46:54.266 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-07-11T17:46:54.919Z[ recovery-image] Jul 11 17:46:54.273 INFO O| Jul 11 17:46:54.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80152026-07-11T17:46:54.919Z[ recovery-image] Jul 11 17:46:54.274 INFO O| Jul 11 17:46:54.274 INFO STEP 887 (remove_files) COMPLETE
80162026-07-11T17:46:54.919Z[ recovery-image] Jul 11 17:46:54.274 INFO O| Jul 11 17:46:54.274 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-07-11T17:46:54.929Z[ recovery-image] Jul 11 17:46:54.283 INFO O| Jul 11 17:46:54.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80182026-07-11T17:46:54.929Z[ recovery-image] Jul 11 17:46:54.283 INFO O| Jul 11 17:46:54.283 INFO STEP 888 (remove_files) COMPLETE
80192026-07-11T17:46:54.933Z[ recovery-image] Jul 11 17:46:54.283 INFO O| Jul 11 17:46:54.283 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-07-11T17:46:54.937Z[ recovery-image] Jul 11 17:46:54.291 INFO O| Jul 11 17:46:54.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80212026-07-11T17:46:54.937Z[ recovery-image] Jul 11 17:46:54.292 INFO O| Jul 11 17:46:54.291 INFO STEP 889 (remove_files) COMPLETE
80222026-07-11T17:46:54.938Z[ recovery-image] Jul 11 17:46:54.292 INFO O| Jul 11 17:46:54.291 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-07-11T17:46:54.945Z[ recovery-image] Jul 11 17:46:54.300 INFO O| Jul 11 17:46:54.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80242026-07-11T17:46:54.950Z[ recovery-image] Jul 11 17:46:54.300 INFO O| Jul 11 17:46:54.300 INFO STEP 890 (remove_files) COMPLETE
80252026-07-11T17:46:54.950Z[ recovery-image] Jul 11 17:46:54.300 INFO O| Jul 11 17:46:54.300 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-07-11T17:46:54.953Z[ recovery-image] Jul 11 17:46:54.308 INFO O| Jul 11 17:46:54.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80272026-07-11T17:46:54.953Z[ recovery-image] Jul 11 17:46:54.308 INFO O| Jul 11 17:46:54.308 INFO STEP 891 (remove_files) COMPLETE
80282026-07-11T17:46:54.954Z[ recovery-image] Jul 11 17:46:54.308 INFO O| Jul 11 17:46:54.308 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-07-11T17:46:54.961Z[ recovery-image] Jul 11 17:46:54.315 INFO O| Jul 11 17:46:54.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80302026-07-11T17:46:54.964Z[ recovery-image] Jul 11 17:46:54.315 INFO O| Jul 11 17:46:54.315 INFO STEP 892 (remove_files) COMPLETE
80312026-07-11T17:46:54.964Z[ recovery-image] Jul 11 17:46:54.315 INFO O| Jul 11 17:46:54.315 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-07-11T17:46:54.968Z[ recovery-image] Jul 11 17:46:54.323 INFO O| Jul 11 17:46:54.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80332026-07-11T17:46:54.968Z[ recovery-image] Jul 11 17:46:54.323 INFO O| Jul 11 17:46:54.323 INFO STEP 893 (remove_files) COMPLETE
80342026-07-11T17:46:54.971Z[ recovery-image] Jul 11 17:46:54.323 INFO O| Jul 11 17:46:54.323 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-07-11T17:46:54.976Z[ recovery-image] Jul 11 17:46:54.330 INFO O| Jul 11 17:46:54.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80362026-07-11T17:46:54.976Z[ recovery-image] Jul 11 17:46:54.330 INFO O| Jul 11 17:46:54.330 INFO STEP 894 (remove_files) COMPLETE
80372026-07-11T17:46:54.979Z[ recovery-image] Jul 11 17:46:54.330 INFO O| Jul 11 17:46:54.330 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-07-11T17:46:54.983Z[ recovery-image] Jul 11 17:46:54.338 INFO O| Jul 11 17:46:54.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80392026-07-11T17:46:54.983Z[ recovery-image] Jul 11 17:46:54.338 INFO O| Jul 11 17:46:54.338 INFO STEP 895 (remove_files) COMPLETE
80402026-07-11T17:46:54.987Z[ recovery-image] Jul 11 17:46:54.338 INFO O| Jul 11 17:46:54.338 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-07-11T17:46:54.993Z[ recovery-image] Jul 11 17:46:54.347 INFO O| Jul 11 17:46:54.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80422026-07-11T17:46:54.993Z[ recovery-image] Jul 11 17:46:54.347 INFO O| Jul 11 17:46:54.347 INFO STEP 896 (remove_files) COMPLETE
80432026-07-11T17:46:54.996Z[ recovery-image] Jul 11 17:46:54.347 INFO O| Jul 11 17:46:54.347 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-07-11T17:46:55.002Z[ recovery-image] Jul 11 17:46:54.356 INFO O| Jul 11 17:46:54.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80452026-07-11T17:46:55.005Z[ recovery-image] Jul 11 17:46:54.356 INFO O| Jul 11 17:46:54.356 INFO STEP 897 (remove_files) COMPLETE
80462026-07-11T17:46:55.005Z[ recovery-image] Jul 11 17:46:54.356 INFO O| Jul 11 17:46:54.356 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-07-11T17:46:55.009Z[ recovery-image] Jul 11 17:46:54.364 INFO O| Jul 11 17:46:54.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80482026-07-11T17:46:55.009Z[ recovery-image] Jul 11 17:46:54.364 INFO O| Jul 11 17:46:54.364 INFO STEP 898 (remove_files) COMPLETE
80492026-07-11T17:46:55.013Z[ recovery-image] Jul 11 17:46:54.364 INFO O| Jul 11 17:46:54.364 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-07-11T17:46:55.016Z[ recovery-image] Jul 11 17:46:54.371 INFO O| Jul 11 17:46:54.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80512026-07-11T17:46:55.019Z[ recovery-image] Jul 11 17:46:54.371 INFO O| Jul 11 17:46:54.371 INFO STEP 899 (remove_files) COMPLETE
80522026-07-11T17:46:55.019Z[ recovery-image] Jul 11 17:46:54.371 INFO O| Jul 11 17:46:54.371 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-07-11T17:46:55.023Z[ recovery-image] Jul 11 17:46:54.378 INFO O| Jul 11 17:46:54.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80542026-07-11T17:46:55.023Z[ recovery-image] Jul 11 17:46:54.378 INFO O| Jul 11 17:46:54.378 INFO STEP 900 (remove_files) COMPLETE
80552026-07-11T17:46:55.023Z[ recovery-image] Jul 11 17:46:54.378 INFO O| Jul 11 17:46:54.378 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-07-11T17:46:55.033Z[ recovery-image] Jul 11 17:46:54.388 INFO O| Jul 11 17:46:54.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80572026-07-11T17:46:55.036Z[ recovery-image] Jul 11 17:46:54.388 INFO O| Jul 11 17:46:54.388 INFO STEP 901 (remove_files) COMPLETE
80582026-07-11T17:46:55.036Z[ recovery-image] Jul 11 17:46:54.388 INFO O| Jul 11 17:46:54.388 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-07-11T17:46:55.040Z[ recovery-image] Jul 11 17:46:54.395 INFO O| Jul 11 17:46:54.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80602026-07-11T17:46:55.040Z[ recovery-image] Jul 11 17:46:54.395 INFO O| Jul 11 17:46:54.395 INFO STEP 902 (remove_files) COMPLETE
80612026-07-11T17:46:55.040Z[ recovery-image] Jul 11 17:46:54.395 INFO O| Jul 11 17:46:54.395 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-07-11T17:46:55.047Z[ recovery-image] Jul 11 17:46:54.401 INFO O| Jul 11 17:46:54.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80632026-07-11T17:46:55.050Z[ recovery-image] Jul 11 17:46:54.401 INFO O| Jul 11 17:46:54.401 INFO STEP 903 (remove_files) COMPLETE
80642026-07-11T17:46:55.050Z[ recovery-image] Jul 11 17:46:54.401 INFO O| Jul 11 17:46:54.401 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-07-11T17:46:55.056Z[ recovery-image] Jul 11 17:46:54.410 INFO O| Jul 11 17:46:54.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80662026-07-11T17:46:55.056Z[ recovery-image] Jul 11 17:46:54.410 INFO O| Jul 11 17:46:54.410 INFO STEP 904 (remove_files) COMPLETE
80672026-07-11T17:46:55.056Z[ recovery-image] Jul 11 17:46:54.410 INFO O| Jul 11 17:46:54.410 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-07-11T17:46:55.062Z[ recovery-image] Jul 11 17:46:54.417 INFO O| Jul 11 17:46:54.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80692026-07-11T17:46:55.062Z[ recovery-image] Jul 11 17:46:54.417 INFO O| Jul 11 17:46:54.417 INFO STEP 905 (remove_files) COMPLETE
80702026-07-11T17:46:55.066Z[ recovery-image] Jul 11 17:46:54.417 INFO O| Jul 11 17:46:54.417 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-07-11T17:46:55.070Z[ recovery-image] Jul 11 17:46:54.424 INFO O| Jul 11 17:46:54.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80722026-07-11T17:46:55.070Z[ recovery-image] Jul 11 17:46:54.424 INFO O| Jul 11 17:46:54.424 INFO STEP 906 (remove_files) COMPLETE
80732026-07-11T17:46:55.073Z[ recovery-image] Jul 11 17:46:54.424 INFO O| Jul 11 17:46:54.424 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-07-11T17:46:55.077Z[ recovery-image] Jul 11 17:46:54.431 INFO O| Jul 11 17:46:54.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80752026-07-11T17:46:55.080Z[ recovery-image] Jul 11 17:46:54.431 INFO O| Jul 11 17:46:54.431 INFO STEP 907 (remove_files) COMPLETE
80762026-07-11T17:46:55.080Z[ recovery-image] Jul 11 17:46:54.431 INFO O| Jul 11 17:46:54.431 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-07-11T17:46:55.085Z[ recovery-image] Jul 11 17:46:54.440 INFO O| Jul 11 17:46:54.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80782026-07-11T17:46:55.085Z[ recovery-image] Jul 11 17:46:54.440 INFO O| Jul 11 17:46:54.440 INFO STEP 908 (remove_files) COMPLETE
80792026-07-11T17:46:55.088Z[ recovery-image] Jul 11 17:46:54.440 INFO O| Jul 11 17:46:54.440 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-07-11T17:46:55.094Z[ recovery-image] Jul 11 17:46:54.448 INFO O| Jul 11 17:46:54.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80812026-07-11T17:46:55.094Z[ recovery-image] Jul 11 17:46:54.448 INFO O| Jul 11 17:46:54.448 INFO STEP 909 (remove_files) COMPLETE
80822026-07-11T17:46:55.097Z[ recovery-image] Jul 11 17:46:54.448 INFO O| Jul 11 17:46:54.448 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-07-11T17:46:55.102Z[ recovery-image] Jul 11 17:46:54.456 INFO O| Jul 11 17:46:54.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80842026-07-11T17:46:55.105Z[ recovery-image] Jul 11 17:46:54.456 INFO O| Jul 11 17:46:54.456 INFO STEP 910 (remove_files) COMPLETE
80852026-07-11T17:46:55.105Z[ recovery-image] Jul 11 17:46:54.456 INFO O| Jul 11 17:46:54.456 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-07-11T17:46:55.110Z[ recovery-image] Jul 11 17:46:54.464 INFO O| Jul 11 17:46:54.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80872026-07-11T17:46:55.112Z[ recovery-image] Jul 11 17:46:54.464 INFO O| Jul 11 17:46:54.464 INFO STEP 911 (remove_files) COMPLETE
80882026-07-11T17:46:55.112Z[ recovery-image] Jul 11 17:46:54.464 INFO O| Jul 11 17:46:54.464 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-07-11T17:46:55.117Z[ recovery-image] Jul 11 17:46:54.472 INFO O| Jul 11 17:46:54.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80902026-07-11T17:46:55.117Z[ recovery-image] Jul 11 17:46:54.472 INFO O| Jul 11 17:46:54.472 INFO STEP 912 (remove_files) COMPLETE
80912026-07-11T17:46:55.120Z[ recovery-image] Jul 11 17:46:54.472 INFO O| Jul 11 17:46:54.472 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-07-11T17:46:55.125Z[ recovery-image] Jul 11 17:46:54.480 INFO O| Jul 11 17:46:54.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80932026-07-11T17:46:55.125Z[ recovery-image] Jul 11 17:46:54.480 INFO O| Jul 11 17:46:54.480 INFO STEP 913 (remove_files) COMPLETE
80942026-07-11T17:46:55.128Z[ recovery-image] Jul 11 17:46:54.480 INFO O| Jul 11 17:46:54.480 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-07-11T17:46:55.134Z[ recovery-image] Jul 11 17:46:54.489 INFO O| Jul 11 17:46:54.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80962026-07-11T17:46:55.134Z[ recovery-image] Jul 11 17:46:54.489 INFO O| Jul 11 17:46:54.489 INFO STEP 914 (remove_files) COMPLETE
80972026-07-11T17:46:55.134Z[ recovery-image] Jul 11 17:46:54.489 INFO O| Jul 11 17:46:54.489 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-07-11T17:46:55.142Z[ recovery-image] Jul 11 17:46:54.497 INFO O| Jul 11 17:46:54.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80992026-07-11T17:46:55.145Z[ recovery-image] Jul 11 17:46:54.497 INFO O| Jul 11 17:46:54.497 INFO STEP 915 (remove_files) COMPLETE
81002026-07-11T17:46:55.145Z[ recovery-image] Jul 11 17:46:54.497 INFO O| Jul 11 17:46:54.497 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-07-11T17:46:55.149Z[ recovery-image] Jul 11 17:46:54.503 INFO O| Jul 11 17:46:54.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81022026-07-11T17:46:55.149Z[ recovery-image] Jul 11 17:46:54.503 INFO O| Jul 11 17:46:54.503 INFO STEP 916 (remove_files) COMPLETE
81032026-07-11T17:46:55.149Z[ recovery-image] Jul 11 17:46:54.503 INFO O| Jul 11 17:46:54.503 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-07-11T17:46:55.157Z[ recovery-image] Jul 11 17:46:54.512 INFO O| Jul 11 17:46:54.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81052026-07-11T17:46:55.157Z[ recovery-image] Jul 11 17:46:54.512 INFO O| Jul 11 17:46:54.512 INFO STEP 917 (remove_files) COMPLETE
81062026-07-11T17:46:55.160Z[ recovery-image] Jul 11 17:46:54.512 INFO O| Jul 11 17:46:54.512 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-07-11T17:46:55.165Z[ recovery-image] Jul 11 17:46:54.519 INFO O| Jul 11 17:46:54.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81082026-07-11T17:46:55.168Z[ recovery-image] Jul 11 17:46:54.519 INFO O| Jul 11 17:46:54.519 INFO STEP 918 (remove_files) COMPLETE
81092026-07-11T17:46:55.168Z[ recovery-image] Jul 11 17:46:54.519 INFO O| Jul 11 17:46:54.519 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-07-11T17:46:55.173Z[ recovery-image] Jul 11 17:46:54.527 INFO O| Jul 11 17:46:54.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81112026-07-11T17:46:55.173Z[ recovery-image] Jul 11 17:46:54.527 INFO O| Jul 11 17:46:54.527 INFO STEP 919 (remove_files) COMPLETE
81122026-07-11T17:46:55.175Z[ recovery-image] Jul 11 17:46:54.527 INFO O| Jul 11 17:46:54.527 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-07-11T17:46:55.180Z[ recovery-image] Jul 11 17:46:54.535 INFO O| Jul 11 17:46:54.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81142026-07-11T17:46:55.180Z[ recovery-image] Jul 11 17:46:54.535 INFO O| Jul 11 17:46:54.535 INFO STEP 920 (remove_files) COMPLETE
81152026-07-11T17:46:55.180Z[ recovery-image] Jul 11 17:46:54.535 INFO O| Jul 11 17:46:54.535 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-07-11T17:46:55.187Z[ recovery-image] Jul 11 17:46:54.542 INFO O| Jul 11 17:46:54.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81172026-07-11T17:46:55.187Z[ recovery-image] Jul 11 17:46:54.542 INFO O| Jul 11 17:46:54.542 INFO STEP 921 (remove_files) COMPLETE
81182026-07-11T17:46:55.191Z[ recovery-image] Jul 11 17:46:54.542 INFO O| Jul 11 17:46:54.542 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-07-11T17:46:55.194Z[ recovery-image] Jul 11 17:46:54.549 INFO O| Jul 11 17:46:54.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81202026-07-11T17:46:55.194Z[ recovery-image] Jul 11 17:46:54.549 INFO O| Jul 11 17:46:54.549 INFO STEP 922 (remove_files) COMPLETE
81212026-07-11T17:46:55.198Z[ recovery-image] Jul 11 17:46:54.549 INFO O| Jul 11 17:46:54.549 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-07-11T17:46:55.202Z[ recovery-image] Jul 11 17:46:54.557 INFO O| Jul 11 17:46:54.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81232026-07-11T17:46:55.202Z[ recovery-image] Jul 11 17:46:54.557 INFO O| Jul 11 17:46:54.557 INFO STEP 923 (remove_files) COMPLETE
81242026-07-11T17:46:55.205Z[ recovery-image] Jul 11 17:46:54.557 INFO O| Jul 11 17:46:54.557 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-07-11T17:46:55.212Z[ recovery-image] Jul 11 17:46:54.566 INFO O| Jul 11 17:46:54.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81262026-07-11T17:46:55.212Z[ recovery-image] Jul 11 17:46:54.566 INFO O| Jul 11 17:46:54.566 INFO STEP 924 (remove_files) COMPLETE
81272026-07-11T17:46:55.214Z[ recovery-image] Jul 11 17:46:54.566 INFO O| Jul 11 17:46:54.566 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-07-11T17:46:55.219Z[ recovery-image] Jul 11 17:46:54.574 INFO O| Jul 11 17:46:54.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81292026-07-11T17:46:55.222Z[ recovery-image] Jul 11 17:46:54.574 INFO O| Jul 11 17:46:54.574 INFO STEP 925 (remove_files) COMPLETE
81302026-07-11T17:46:55.222Z[ recovery-image] Jul 11 17:46:54.574 INFO O| Jul 11 17:46:54.574 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-07-11T17:46:55.227Z[ recovery-image] Jul 11 17:46:54.582 INFO O| Jul 11 17:46:54.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81322026-07-11T17:46:55.230Z[ recovery-image] Jul 11 17:46:54.582 INFO O| Jul 11 17:46:54.582 INFO STEP 926 (remove_files) COMPLETE
81332026-07-11T17:46:55.231Z[ recovery-image] Jul 11 17:46:54.582 INFO O| Jul 11 17:46:54.582 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-07-11T17:46:55.235Z[ recovery-image] Jul 11 17:46:54.590 INFO O| Jul 11 17:46:54.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81352026-07-11T17:46:55.235Z[ recovery-image] Jul 11 17:46:54.590 INFO O| Jul 11 17:46:54.590 INFO STEP 927 (remove_files) COMPLETE
81362026-07-11T17:46:55.238Z[ recovery-image] Jul 11 17:46:54.590 INFO O| Jul 11 17:46:54.590 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-07-11T17:46:55.244Z[ recovery-image] Jul 11 17:46:54.598 INFO O| Jul 11 17:46:54.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81382026-07-11T17:46:55.247Z[ recovery-image] Jul 11 17:46:54.598 INFO O| Jul 11 17:46:54.598 INFO STEP 928 (remove_files) COMPLETE
81392026-07-11T17:46:55.247Z[ recovery-image] Jul 11 17:46:54.598 INFO O| Jul 11 17:46:54.598 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-07-11T17:46:55.252Z[ recovery-image] Jul 11 17:46:54.607 INFO O| Jul 11 17:46:54.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81412026-07-11T17:46:55.252Z[ recovery-image] Jul 11 17:46:54.607 INFO O| Jul 11 17:46:54.607 INFO STEP 929 (remove_files) COMPLETE
81422026-07-11T17:46:55.252Z[ recovery-image] Jul 11 17:46:54.607 INFO O| Jul 11 17:46:54.607 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-07-11T17:46:55.258Z[ recovery-image] Jul 11 17:46:54.613 INFO O| Jul 11 17:46:54.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81442026-07-11T17:46:55.261Z[ recovery-image] Jul 11 17:46:54.613 INFO O| Jul 11 17:46:54.613 INFO STEP 930 (remove_files) COMPLETE
81452026-07-11T17:46:55.262Z[ recovery-image] Jul 11 17:46:54.613 INFO O| Jul 11 17:46:54.613 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-07-11T17:46:55.268Z[ recovery-image] Jul 11 17:46:54.623 INFO O| Jul 11 17:46:54.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81472026-07-11T17:46:55.268Z[ recovery-image] Jul 11 17:46:54.623 INFO O| Jul 11 17:46:54.623 INFO STEP 931 (remove_files) COMPLETE
81482026-07-11T17:46:55.271Z[ recovery-image] Jul 11 17:46:54.623 INFO O| Jul 11 17:46:54.623 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-07-11T17:46:55.277Z[ recovery-image] Jul 11 17:46:54.631 INFO O| Jul 11 17:46:54.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81502026-07-11T17:46:55.280Z[ recovery-image] Jul 11 17:46:54.632 INFO O| Jul 11 17:46:54.632 INFO STEP 932 (remove_files) COMPLETE
81512026-07-11T17:46:55.280Z[ recovery-image] Jul 11 17:46:54.632 INFO O| Jul 11 17:46:54.632 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-07-11T17:46:55.285Z[ recovery-image] Jul 11 17:46:54.640 INFO O| Jul 11 17:46:54.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81532026-07-11T17:46:55.285Z[ recovery-image] Jul 11 17:46:54.640 INFO O| Jul 11 17:46:54.640 INFO STEP 933 (remove_files) COMPLETE
81542026-07-11T17:46:55.288Z[ recovery-image] Jul 11 17:46:54.640 INFO O| Jul 11 17:46:54.640 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-07-11T17:46:55.294Z[ recovery-image] Jul 11 17:46:54.649 INFO O| Jul 11 17:46:54.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81562026-07-11T17:46:55.294Z[ recovery-image] Jul 11 17:46:54.649 INFO O| Jul 11 17:46:54.649 INFO STEP 934 (remove_files) COMPLETE
81572026-07-11T17:46:55.298Z[ recovery-image] Jul 11 17:46:54.649 INFO O| Jul 11 17:46:54.649 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-07-11T17:46:55.303Z[ recovery-image] Jul 11 17:46:54.657 INFO O| Jul 11 17:46:54.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81592026-07-11T17:46:55.306Z[ recovery-image] Jul 11 17:46:54.658 INFO O| Jul 11 17:46:54.658 INFO STEP 935 (remove_files) COMPLETE
81602026-07-11T17:46:55.306Z[ recovery-image] Jul 11 17:46:54.658 INFO O| Jul 11 17:46:54.658 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-07-11T17:46:55.311Z[ recovery-image] Jul 11 17:46:54.666 INFO O| Jul 11 17:46:54.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81622026-07-11T17:46:55.312Z[ recovery-image] Jul 11 17:46:54.666 INFO O| Jul 11 17:46:54.666 INFO STEP 936 (remove_files) COMPLETE
81632026-07-11T17:46:55.315Z[ recovery-image] Jul 11 17:46:54.666 INFO O| Jul 11 17:46:54.666 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-07-11T17:46:55.320Z[ recovery-image] Jul 11 17:46:54.675 INFO O| Jul 11 17:46:54.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81652026-07-11T17:46:55.320Z[ recovery-image] Jul 11 17:46:54.675 INFO O| Jul 11 17:46:54.675 INFO STEP 937 (remove_files) COMPLETE
81662026-07-11T17:46:55.323Z[ recovery-image] Jul 11 17:46:54.675 INFO O| Jul 11 17:46:54.675 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-07-11T17:46:55.328Z[ recovery-image] Jul 11 17:46:54.683 INFO O| Jul 11 17:46:54.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81682026-07-11T17:46:55.328Z[ recovery-image] Jul 11 17:46:54.683 INFO O| Jul 11 17:46:54.683 INFO STEP 938 (remove_files) COMPLETE
81692026-07-11T17:46:55.331Z[ recovery-image] Jul 11 17:46:54.683 INFO O| Jul 11 17:46:54.683 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-07-11T17:46:55.336Z[ recovery-image] Jul 11 17:46:54.691 INFO O| Jul 11 17:46:54.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81712026-07-11T17:46:55.340Z[ recovery-image] Jul 11 17:46:54.691 INFO O| Jul 11 17:46:54.691 INFO STEP 939 (remove_files) COMPLETE
81722026-07-11T17:46:55.340Z[ recovery-image] Jul 11 17:46:54.691 INFO O| Jul 11 17:46:54.691 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-07-11T17:46:55.344Z[ recovery-image] Jul 11 17:46:54.698 INFO O| Jul 11 17:46:54.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81742026-07-11T17:46:55.347Z[ recovery-image] Jul 11 17:46:54.699 INFO O| Jul 11 17:46:54.699 INFO STEP 940 (remove_files) COMPLETE
81752026-07-11T17:46:55.347Z[ recovery-image] Jul 11 17:46:54.699 INFO O| Jul 11 17:46:54.699 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-07-11T17:46:55.352Z[ recovery-image] Jul 11 17:46:54.707 INFO O| Jul 11 17:46:54.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81772026-07-11T17:46:55.352Z[ recovery-image] Jul 11 17:46:54.707 INFO O| Jul 11 17:46:54.707 INFO STEP 941 (remove_files) COMPLETE
81782026-07-11T17:46:55.352Z[ recovery-image] Jul 11 17:46:54.707 INFO O| Jul 11 17:46:54.707 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-07-11T17:46:55.361Z[ recovery-image] Jul 11 17:46:54.715 INFO O| Jul 11 17:46:54.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81802026-07-11T17:46:55.364Z[ recovery-image] Jul 11 17:46:54.715 INFO O| Jul 11 17:46:54.715 INFO STEP 942 (remove_files) COMPLETE
81812026-07-11T17:46:55.364Z[ recovery-image] Jul 11 17:46:54.715 INFO O| Jul 11 17:46:54.715 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-07-11T17:46:55.369Z[ recovery-image] Jul 11 17:46:54.723 INFO O| Jul 11 17:46:54.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81832026-07-11T17:46:55.369Z[ recovery-image] Jul 11 17:46:54.723 INFO O| Jul 11 17:46:54.723 INFO STEP 943 (remove_files) COMPLETE
81842026-07-11T17:46:55.371Z[ recovery-image] Jul 11 17:46:54.723 INFO O| Jul 11 17:46:54.723 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-07-11T17:46:55.376Z[ recovery-image] Jul 11 17:46:54.730 INFO O| Jul 11 17:46:54.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81862026-07-11T17:46:55.376Z[ recovery-image] Jul 11 17:46:54.730 INFO O| Jul 11 17:46:54.730 INFO STEP 944 (remove_files) COMPLETE
81872026-07-11T17:46:55.379Z[ recovery-image] Jul 11 17:46:54.730 INFO O| Jul 11 17:46:54.730 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-07-11T17:46:55.385Z[ recovery-image] Jul 11 17:46:54.739 INFO O| Jul 11 17:46:54.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81892026-07-11T17:46:55.385Z[ recovery-image] Jul 11 17:46:54.739 INFO O| Jul 11 17:46:54.739 INFO STEP 945 (remove_files) COMPLETE
81902026-07-11T17:46:55.388Z[ recovery-image] Jul 11 17:46:54.739 INFO O| Jul 11 17:46:54.739 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-07-11T17:46:55.392Z[ recovery-image] Jul 11 17:46:54.747 INFO O| Jul 11 17:46:54.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81922026-07-11T17:46:55.392Z[ recovery-image] Jul 11 17:46:54.747 INFO O| Jul 11 17:46:54.747 INFO STEP 946 (remove_files) COMPLETE
81932026-07-11T17:46:55.392Z[ recovery-image] Jul 11 17:46:54.747 INFO O| Jul 11 17:46:54.747 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-07-11T17:46:55.400Z[ recovery-image] Jul 11 17:46:54.755 INFO O| Jul 11 17:46:54.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81952026-07-11T17:46:55.400Z[ recovery-image] Jul 11 17:46:54.755 INFO O| Jul 11 17:46:54.755 INFO STEP 947 (remove_files) COMPLETE
81962026-07-11T17:46:55.404Z[ recovery-image] Jul 11 17:46:54.755 INFO O| Jul 11 17:46:54.755 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-07-11T17:46:55.407Z[ recovery-image] Jul 11 17:46:54.761 INFO O| Jul 11 17:46:54.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81982026-07-11T17:46:55.410Z[ recovery-image] Jul 11 17:46:54.762 INFO O| Jul 11 17:46:54.762 INFO STEP 948 (remove_files) COMPLETE
81992026-07-11T17:46:55.410Z[ recovery-image] Jul 11 17:46:54.762 INFO O| Jul 11 17:46:54.762 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-07-11T17:46:55.414Z[ recovery-image] Jul 11 17:46:54.769 INFO O| Jul 11 17:46:54.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82012026-07-11T17:46:55.418Z[ recovery-image] Jul 11 17:46:54.769 INFO O| Jul 11 17:46:54.769 INFO STEP 949 (remove_files) COMPLETE
82022026-07-11T17:46:55.418Z[ recovery-image] Jul 11 17:46:54.769 INFO O| Jul 11 17:46:54.769 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-07-11T17:46:55.422Z[ recovery-image] Jul 11 17:46:54.776 INFO O| Jul 11 17:46:54.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82042026-07-11T17:46:55.425Z[ recovery-image] Jul 11 17:46:54.776 INFO O| Jul 11 17:46:54.776 INFO STEP 950 (remove_files) COMPLETE
82052026-07-11T17:46:55.425Z[ recovery-image] Jul 11 17:46:54.776 INFO O| Jul 11 17:46:54.776 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-07-11T17:46:55.428Z[ recovery-image] Jul 11 17:46:54.783 INFO O| Jul 11 17:46:54.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82072026-07-11T17:46:55.428Z[ recovery-image] Jul 11 17:46:54.783 INFO O| Jul 11 17:46:54.783 INFO STEP 951 (remove_files) COMPLETE
82082026-07-11T17:46:55.431Z[ recovery-image] Jul 11 17:46:54.783 INFO O| Jul 11 17:46:54.783 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-07-11T17:46:55.437Z[ recovery-image] Jul 11 17:46:54.792 INFO O| Jul 11 17:46:54.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82102026-07-11T17:46:55.437Z[ recovery-image] Jul 11 17:46:54.792 INFO O| Jul 11 17:46:54.792 INFO STEP 952 (remove_files) COMPLETE
82112026-07-11T17:46:55.437Z[ recovery-image] Jul 11 17:46:54.792 INFO O| Jul 11 17:46:54.792 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-07-11T17:46:55.444Z[ recovery-image] Jul 11 17:46:54.799 INFO O| Jul 11 17:46:54.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82132026-07-11T17:46:55.447Z[ recovery-image] Jul 11 17:46:54.799 INFO O| Jul 11 17:46:54.799 INFO STEP 953 (remove_files) COMPLETE
82142026-07-11T17:46:55.447Z[ recovery-image] Jul 11 17:46:54.799 INFO O| Jul 11 17:46:54.799 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-07-11T17:46:55.451Z[ recovery-image] Jul 11 17:46:54.806 INFO O| Jul 11 17:46:54.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82162026-07-11T17:46:55.451Z[ recovery-image] Jul 11 17:46:54.806 INFO O| Jul 11 17:46:54.806 INFO STEP 954 (remove_files) COMPLETE
82172026-07-11T17:46:55.455Z[ recovery-image] Jul 11 17:46:54.806 INFO O| Jul 11 17:46:54.806 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-07-11T17:46:55.459Z[ recovery-image] Jul 11 17:46:54.814 INFO O| Jul 11 17:46:54.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82192026-07-11T17:46:55.462Z[ recovery-image] Jul 11 17:46:54.814 INFO O| Jul 11 17:46:54.814 INFO STEP 955 (remove_files) COMPLETE
82202026-07-11T17:46:55.462Z[ recovery-image] Jul 11 17:46:54.814 INFO O| Jul 11 17:46:54.814 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-07-11T17:46:55.468Z[ recovery-image] Jul 11 17:46:54.822 INFO O| Jul 11 17:46:54.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82222026-07-11T17:46:55.470Z[ recovery-image] Jul 11 17:46:54.822 INFO O| Jul 11 17:46:54.822 INFO STEP 956 (remove_files) COMPLETE
82232026-07-11T17:46:55.470Z[ recovery-image] Jul 11 17:46:54.822 INFO O| Jul 11 17:46:54.822 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-07-11T17:46:55.475Z[ recovery-image] Jul 11 17:46:54.830 INFO O| Jul 11 17:46:54.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82252026-07-11T17:46:55.476Z[ recovery-image] Jul 11 17:46:54.830 INFO O| Jul 11 17:46:54.830 INFO STEP 957 (remove_files) COMPLETE
82262026-07-11T17:46:55.480Z[ recovery-image] Jul 11 17:46:54.830 INFO O| Jul 11 17:46:54.830 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-07-11T17:46:55.482Z[ recovery-image] Jul 11 17:46:54.837 INFO O| Jul 11 17:46:54.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82282026-07-11T17:46:55.482Z[ recovery-image] Jul 11 17:46:54.837 INFO O| Jul 11 17:46:54.837 INFO STEP 958 (remove_files) COMPLETE
82292026-07-11T17:46:55.482Z[ recovery-image] Jul 11 17:46:54.837 INFO O| Jul 11 17:46:54.837 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-07-11T17:46:55.489Z[ recovery-image] Jul 11 17:46:54.843 INFO O| Jul 11 17:46:54.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82312026-07-11T17:46:55.492Z[ recovery-image] Jul 11 17:46:54.843 INFO O| Jul 11 17:46:54.843 INFO STEP 959 (remove_files) COMPLETE
82322026-07-11T17:46:55.492Z[ recovery-image] Jul 11 17:46:54.843 INFO O| Jul 11 17:46:54.843 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-07-11T17:46:55.496Z[ recovery-image] Jul 11 17:46:54.850 INFO O| Jul 11 17:46:54.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82342026-07-11T17:46:55.496Z[ recovery-image] Jul 11 17:46:54.850 INFO O| Jul 11 17:46:54.850 INFO STEP 960 (remove_files) COMPLETE
82352026-07-11T17:46:55.496Z[ recovery-image] Jul 11 17:46:54.850 INFO O| Jul 11 17:46:54.850 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-07-11T17:46:55.502Z[ recovery-image] Jul 11 17:46:54.856 INFO O| Jul 11 17:46:54.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82372026-07-11T17:46:55.502Z[ recovery-image] Jul 11 17:46:54.856 INFO O| Jul 11 17:46:54.856 INFO STEP 961 (remove_files) COMPLETE
82382026-07-11T17:46:55.502Z[ recovery-image] Jul 11 17:46:54.856 INFO O| Jul 11 17:46:54.856 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-07-11T17:46:55.508Z[ recovery-image] Jul 11 17:46:54.863 INFO O| Jul 11 17:46:54.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82402026-07-11T17:46:55.508Z[ recovery-image] Jul 11 17:46:54.863 INFO O| Jul 11 17:46:54.863 INFO STEP 962 (remove_files) COMPLETE
82412026-07-11T17:46:55.508Z[ recovery-image] Jul 11 17:46:54.863 INFO O| Jul 11 17:46:54.863 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-07-11T17:46:55.515Z[ recovery-image] Jul 11 17:46:54.870 INFO O| Jul 11 17:46:54.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82432026-07-11T17:46:55.518Z[ recovery-image] Jul 11 17:46:54.870 INFO O| Jul 11 17:46:54.870 INFO STEP 963 (remove_files) COMPLETE
82442026-07-11T17:46:55.518Z[ recovery-image] Jul 11 17:46:54.870 INFO O| Jul 11 17:46:54.870 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-07-11T17:46:55.522Z[ recovery-image] Jul 11 17:46:54.876 INFO O| Jul 11 17:46:54.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82462026-07-11T17:46:55.522Z[ recovery-image] Jul 11 17:46:54.876 INFO O| Jul 11 17:46:54.876 INFO STEP 964 (remove_files) COMPLETE
82472026-07-11T17:46:55.522Z[ recovery-image] Jul 11 17:46:54.876 INFO O| Jul 11 17:46:54.876 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-07-11T17:46:55.529Z[ recovery-image] Jul 11 17:46:54.883 INFO O| Jul 11 17:46:54.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82492026-07-11T17:46:55.529Z[ recovery-image] Jul 11 17:46:54.884 INFO O| Jul 11 17:46:54.883 INFO STEP 965 (remove_files) COMPLETE
82502026-07-11T17:46:55.532Z[ recovery-image] Jul 11 17:46:54.884 INFO O| Jul 11 17:46:54.884 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-07-11T17:46:55.535Z[ recovery-image] Jul 11 17:46:54.890 INFO O| Jul 11 17:46:54.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82522026-07-11T17:46:55.535Z[ recovery-image] Jul 11 17:46:54.890 INFO O| Jul 11 17:46:54.890 INFO STEP 966 (remove_files) COMPLETE
82532026-07-11T17:46:55.539Z[ recovery-image] Jul 11 17:46:54.890 INFO O| Jul 11 17:46:54.890 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-07-11T17:46:55.542Z[ recovery-image] Jul 11 17:46:54.896 INFO O| Jul 11 17:46:54.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82552026-07-11T17:46:55.542Z[ recovery-image] Jul 11 17:46:54.896 INFO O| Jul 11 17:46:54.896 INFO STEP 967 (remove_files) COMPLETE
82562026-07-11T17:46:55.542Z[ recovery-image] Jul 11 17:46:54.896 INFO O| Jul 11 17:46:54.896 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-07-11T17:46:55.548Z[ recovery-image] Jul 11 17:46:54.902 INFO O| Jul 11 17:46:54.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82582026-07-11T17:46:55.548Z[ recovery-image] Jul 11 17:46:54.902 INFO O| Jul 11 17:46:54.902 INFO STEP 968 (remove_files) COMPLETE
82592026-07-11T17:46:55.548Z[ recovery-image] Jul 11 17:46:54.902 INFO O| Jul 11 17:46:54.902 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-07-11T17:46:55.554Z[ recovery-image] Jul 11 17:46:54.909 INFO O| Jul 11 17:46:54.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82612026-07-11T17:46:55.554Z[ recovery-image] Jul 11 17:46:54.909 INFO O| Jul 11 17:46:54.909 INFO STEP 969 (remove_files) COMPLETE
82622026-07-11T17:46:55.557Z[ recovery-image] Jul 11 17:46:54.909 INFO O| Jul 11 17:46:54.909 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-07-11T17:46:55.564Z[ recovery-image] Jul 11 17:46:54.918 INFO O| Jul 11 17:46:54.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82642026-07-11T17:46:55.564Z[ recovery-image] Jul 11 17:46:54.918 INFO O| Jul 11 17:46:54.918 INFO STEP 970 (remove_files) COMPLETE
82652026-07-11T17:46:55.566Z[ recovery-image] Jul 11 17:46:54.918 INFO O| Jul 11 17:46:54.918 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-07-11T17:46:55.572Z[ recovery-image] Jul 11 17:46:54.926 INFO O| Jul 11 17:46:54.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82672026-07-11T17:46:55.575Z[ recovery-image] Jul 11 17:46:54.926 INFO O| Jul 11 17:46:54.926 INFO STEP 971 (remove_files) COMPLETE
82682026-07-11T17:46:55.576Z[ recovery-image] Jul 11 17:46:54.927 INFO O| Jul 11 17:46:54.926 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-07-11T17:46:55.581Z[ recovery-image] Jul 11 17:46:54.935 INFO O| Jul 11 17:46:54.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82702026-07-11T17:46:55.581Z[ recovery-image] Jul 11 17:46:54.935 INFO O| Jul 11 17:46:54.935 INFO STEP 972 (remove_files) COMPLETE
82712026-07-11T17:46:55.584Z[ recovery-image] Jul 11 17:46:54.935 INFO O| Jul 11 17:46:54.935 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-07-11T17:46:55.589Z[ recovery-image] Jul 11 17:46:54.944 INFO O| Jul 11 17:46:54.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82732026-07-11T17:46:55.589Z[ recovery-image] Jul 11 17:46:54.944 INFO O| Jul 11 17:46:54.944 INFO STEP 973 (remove_files) COMPLETE
82742026-07-11T17:46:55.592Z[ recovery-image] Jul 11 17:46:54.944 INFO O| Jul 11 17:46:54.944 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-07-11T17:46:55.597Z[ recovery-image] Jul 11 17:46:54.952 INFO O| Jul 11 17:46:54.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82762026-07-11T17:46:55.597Z[ recovery-image] Jul 11 17:46:54.952 INFO O| Jul 11 17:46:54.952 INFO STEP 974 (remove_files) COMPLETE
82772026-07-11T17:46:55.597Z[ recovery-image] Jul 11 17:46:54.952 INFO O| Jul 11 17:46:54.952 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-07-11T17:46:55.605Z[ recovery-image] Jul 11 17:46:54.959 INFO O| Jul 11 17:46:54.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82792026-07-11T17:46:55.605Z[ recovery-image] Jul 11 17:46:54.959 INFO O| Jul 11 17:46:54.959 INFO STEP 975 (remove_files) COMPLETE
82802026-07-11T17:46:55.608Z[ recovery-image] Jul 11 17:46:54.959 INFO O| Jul 11 17:46:54.959 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-07-11T17:46:55.614Z[ recovery-image] Jul 11 17:46:54.968 INFO O| Jul 11 17:46:54.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82822026-07-11T17:46:55.614Z[ recovery-image] Jul 11 17:46:54.968 INFO O| Jul 11 17:46:54.968 INFO STEP 976 (remove_files) COMPLETE
82832026-07-11T17:46:55.616Z[ recovery-image] Jul 11 17:46:54.968 INFO O| Jul 11 17:46:54.968 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-07-11T17:46:55.621Z[ recovery-image] Jul 11 17:46:54.976 INFO O| Jul 11 17:46:54.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82852026-07-11T17:46:55.624Z[ recovery-image] Jul 11 17:46:54.976 INFO O| Jul 11 17:46:54.976 INFO STEP 977 (remove_files) COMPLETE
82862026-07-11T17:46:55.624Z[ recovery-image] Jul 11 17:46:54.976 INFO O| Jul 11 17:46:54.976 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-07-11T17:46:55.630Z[ recovery-image] Jul 11 17:46:54.985 INFO O| Jul 11 17:46:54.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82882026-07-11T17:46:55.630Z[ recovery-image] Jul 11 17:46:54.985 INFO O| Jul 11 17:46:54.985 INFO STEP 978 (remove_files) COMPLETE
82892026-07-11T17:46:55.630Z[ recovery-image] Jul 11 17:46:54.985 INFO O| Jul 11 17:46:54.985 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-07-11T17:46:55.638Z[ recovery-image] Jul 11 17:46:54.993 INFO O| Jul 11 17:46:54.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82912026-07-11T17:46:55.638Z[ recovery-image] Jul 11 17:46:54.993 INFO O| Jul 11 17:46:54.993 INFO STEP 979 (remove_files) COMPLETE
82922026-07-11T17:46:55.638Z[ recovery-image] Jul 11 17:46:54.993 INFO O| Jul 11 17:46:54.993 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-07-11T17:46:55.645Z[ recovery-image] Jul 11 17:46:54.999 INFO O| Jul 11 17:46:54.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82942026-07-11T17:46:55.649Z[ recovery-image] Jul 11 17:46:55.000 INFO O| Jul 11 17:46:54.999 INFO STEP 980 (remove_files) COMPLETE
82952026-07-11T17:46:55.649Z[ recovery-image] Jul 11 17:46:55.000 INFO O| Jul 11 17:46:54.999 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-07-11T17:46:55.652Z[ recovery-image] Jul 11 17:46:55.006 INFO O| Jul 11 17:46:55.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82972026-07-11T17:46:55.652Z[ recovery-image] Jul 11 17:46:55.006 INFO O| Jul 11 17:46:55.006 INFO STEP 981 (remove_files) COMPLETE
82982026-07-11T17:46:55.652Z[ recovery-image] Jul 11 17:46:55.006 INFO O| Jul 11 17:46:55.006 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-07-11T17:46:55.658Z[ recovery-image] Jul 11 17:46:55.013 INFO O| Jul 11 17:46:55.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83002026-07-11T17:46:55.661Z[ recovery-image] Jul 11 17:46:55.013 INFO O| Jul 11 17:46:55.013 INFO STEP 982 (remove_files) COMPLETE
83012026-07-11T17:46:55.662Z[ recovery-image] Jul 11 17:46:55.013 INFO O| Jul 11 17:46:55.013 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-07-11T17:46:55.665Z[ recovery-image] Jul 11 17:46:55.019 INFO O| Jul 11 17:46:55.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83032026-07-11T17:46:55.665Z[ recovery-image] Jul 11 17:46:55.020 INFO O| Jul 11 17:46:55.019 INFO STEP 983 (remove_files) COMPLETE
83042026-07-11T17:46:55.665Z[ recovery-image] Jul 11 17:46:55.020 INFO O| Jul 11 17:46:55.020 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-07-11T17:46:55.672Z[ recovery-image] Jul 11 17:46:55.026 INFO O| Jul 11 17:46:55.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83062026-07-11T17:46:55.672Z[ recovery-image] Jul 11 17:46:55.026 INFO O| Jul 11 17:46:55.026 INFO STEP 984 (remove_files) COMPLETE
83072026-07-11T17:46:55.675Z[ recovery-image] Jul 11 17:46:55.026 INFO O| Jul 11 17:46:55.026 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-07-11T17:46:55.679Z[ recovery-image] Jul 11 17:46:55.033 INFO O| Jul 11 17:46:55.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83092026-07-11T17:46:55.679Z[ recovery-image] Jul 11 17:46:55.033 INFO O| Jul 11 17:46:55.033 INFO STEP 985 (remove_files) COMPLETE
83102026-07-11T17:46:55.679Z[ recovery-image] Jul 11 17:46:55.033 INFO O| Jul 11 17:46:55.033 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-07-11T17:46:55.687Z[ recovery-image] Jul 11 17:46:55.041 INFO O| Jul 11 17:46:55.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83122026-07-11T17:46:55.687Z[ recovery-image] Jul 11 17:46:55.041 INFO O| Jul 11 17:46:55.041 INFO STEP 986 (remove_files) COMPLETE
83132026-07-11T17:46:55.690Z[ recovery-image] Jul 11 17:46:55.041 INFO O| Jul 11 17:46:55.041 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-07-11T17:46:55.693Z[ recovery-image] Jul 11 17:46:55.048 INFO O| Jul 11 17:46:55.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83152026-07-11T17:46:55.694Z[ recovery-image] Jul 11 17:46:55.048 INFO O| Jul 11 17:46:55.048 INFO STEP 987 (remove_files) COMPLETE
83162026-07-11T17:46:55.694Z[ recovery-image] Jul 11 17:46:55.048 INFO O| Jul 11 17:46:55.048 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-07-11T17:46:55.699Z[ recovery-image] Jul 11 17:46:55.054 INFO O| Jul 11 17:46:55.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83182026-07-11T17:46:55.699Z[ recovery-image] Jul 11 17:46:55.054 INFO O| Jul 11 17:46:55.054 INFO STEP 988 (remove_files) COMPLETE
83192026-07-11T17:46:55.703Z[ recovery-image] Jul 11 17:46:55.054 INFO O| Jul 11 17:46:55.054 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-07-11T17:46:55.706Z[ recovery-image] Jul 11 17:46:55.061 INFO O| Jul 11 17:46:55.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83212026-07-11T17:46:55.706Z[ recovery-image] Jul 11 17:46:55.061 INFO O| Jul 11 17:46:55.061 INFO STEP 989 (remove_files) COMPLETE
83222026-07-11T17:46:55.706Z[ recovery-image] Jul 11 17:46:55.061 INFO O| Jul 11 17:46:55.061 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-07-11T17:46:55.712Z[ recovery-image] Jul 11 17:46:55.067 INFO O| Jul 11 17:46:55.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83242026-07-11T17:46:55.715Z[ recovery-image] Jul 11 17:46:55.067 INFO O| Jul 11 17:46:55.067 INFO STEP 990 (remove_files) COMPLETE
83252026-07-11T17:46:55.715Z[ recovery-image] Jul 11 17:46:55.067 INFO O| Jul 11 17:46:55.067 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-07-11T17:46:55.719Z[ recovery-image] Jul 11 17:46:55.073 INFO O| Jul 11 17:46:55.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83272026-07-11T17:46:55.719Z[ recovery-image] Jul 11 17:46:55.073 INFO O| Jul 11 17:46:55.073 INFO STEP 991 (remove_files) COMPLETE
83282026-07-11T17:46:55.722Z[ recovery-image] Jul 11 17:46:55.073 INFO O| Jul 11 17:46:55.073 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-07-11T17:46:55.725Z[ recovery-image] Jul 11 17:46:55.080 INFO O| Jul 11 17:46:55.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83302026-07-11T17:46:55.729Z[ recovery-image] Jul 11 17:46:55.080 INFO O| Jul 11 17:46:55.080 INFO STEP 992 (remove_files) COMPLETE
83312026-07-11T17:46:55.729Z[ recovery-image] Jul 11 17:46:55.080 INFO O| Jul 11 17:46:55.080 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-07-11T17:46:55.732Z[ recovery-image] Jul 11 17:46:55.087 INFO O| Jul 11 17:46:55.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83332026-07-11T17:46:55.733Z[ recovery-image] Jul 11 17:46:55.087 INFO O| Jul 11 17:46:55.087 INFO STEP 993 (remove_files) COMPLETE
83342026-07-11T17:46:55.736Z[ recovery-image] Jul 11 17:46:55.087 INFO O| Jul 11 17:46:55.087 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-07-11T17:46:55.741Z[ recovery-image] Jul 11 17:46:55.095 INFO O| Jul 11 17:46:55.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83362026-07-11T17:46:55.741Z[ recovery-image] Jul 11 17:46:55.095 INFO O| Jul 11 17:46:55.095 INFO STEP 994 (remove_files) COMPLETE
83372026-07-11T17:46:55.741Z[ recovery-image] Jul 11 17:46:55.095 INFO O| Jul 11 17:46:55.095 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-07-11T17:46:55.748Z[ recovery-image] Jul 11 17:46:55.103 INFO O| Jul 11 17:46:55.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83392026-07-11T17:46:55.751Z[ recovery-image] Jul 11 17:46:55.103 INFO O| Jul 11 17:46:55.103 INFO STEP 995 (remove_files) COMPLETE
83402026-07-11T17:46:55.751Z[ recovery-image] Jul 11 17:46:55.103 INFO O| Jul 11 17:46:55.103 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-07-11T17:46:55.757Z[ recovery-image] Jul 11 17:46:55.111 INFO O| Jul 11 17:46:55.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83422026-07-11T17:46:55.757Z[ recovery-image] Jul 11 17:46:55.111 INFO O| Jul 11 17:46:55.111 INFO STEP 996 (remove_files) COMPLETE
83432026-07-11T17:46:55.760Z[ recovery-image] Jul 11 17:46:55.111 INFO O| Jul 11 17:46:55.111 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-07-11T17:46:55.764Z[ recovery-image] Jul 11 17:46:55.119 INFO O| Jul 11 17:46:55.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83452026-07-11T17:46:55.764Z[ recovery-image] Jul 11 17:46:55.119 INFO O| Jul 11 17:46:55.119 INFO STEP 997 (remove_files) COMPLETE
83462026-07-11T17:46:55.764Z[ recovery-image] Jul 11 17:46:55.119 INFO O| Jul 11 17:46:55.119 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-07-11T17:46:55.774Z[ recovery-image] Jul 11 17:46:55.128 INFO O| Jul 11 17:46:55.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83482026-07-11T17:46:55.774Z[ recovery-image] Jul 11 17:46:55.128 INFO O| Jul 11 17:46:55.128 INFO STEP 998 (remove_files) COMPLETE
83492026-07-11T17:46:55.774Z[ recovery-image] Jul 11 17:46:55.128 INFO O| Jul 11 17:46:55.128 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-07-11T17:46:55.782Z[ recovery-image] Jul 11 17:46:55.137 INFO O| Jul 11 17:46:55.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83512026-07-11T17:46:55.787Z[ recovery-image] Jul 11 17:46:55.137 INFO O| Jul 11 17:46:55.137 INFO STEP 999 (remove_files) COMPLETE
83522026-07-11T17:46:55.787Z[ recovery-image] Jul 11 17:46:55.137 INFO O| Jul 11 17:46:55.137 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-07-11T17:46:55.790Z[ recovery-image] Jul 11 17:46:55.144 INFO O| Jul 11 17:46:55.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83542026-07-11T17:46:55.790Z[ recovery-image] Jul 11 17:46:55.144 INFO O| Jul 11 17:46:55.144 INFO STEP 1000 (remove_files) COMPLETE
83552026-07-11T17:46:55.790Z[ recovery-image] Jul 11 17:46:55.144 INFO O| Jul 11 17:46:55.144 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-07-11T17:46:55.796Z[ recovery-image] Jul 11 17:46:55.151 INFO O| Jul 11 17:46:55.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83572026-07-11T17:46:55.799Z[ recovery-image] Jul 11 17:46:55.151 INFO O| Jul 11 17:46:55.151 INFO STEP 1001 (remove_files) COMPLETE
83582026-07-11T17:46:55.799Z[ recovery-image] Jul 11 17:46:55.151 INFO O| Jul 11 17:46:55.151 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-07-11T17:46:55.804Z[ recovery-image] Jul 11 17:46:55.159 INFO O| Jul 11 17:46:55.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83602026-07-11T17:46:55.804Z[ recovery-image] Jul 11 17:46:55.159 INFO O| Jul 11 17:46:55.159 INFO STEP 1002 (remove_files) COMPLETE
83612026-07-11T17:46:55.808Z[ recovery-image] Jul 11 17:46:55.159 INFO O| Jul 11 17:46:55.159 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-07-11T17:46:55.813Z[ recovery-image] Jul 11 17:46:55.167 INFO O| Jul 11 17:46:55.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83632026-07-11T17:46:55.813Z[ recovery-image] Jul 11 17:46:55.168 INFO O| Jul 11 17:46:55.167 INFO STEP 1003 (remove_files) COMPLETE
83642026-07-11T17:46:55.817Z[ recovery-image] Jul 11 17:46:55.168 INFO O| Jul 11 17:46:55.168 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-07-11T17:46:55.820Z[ recovery-image] Jul 11 17:46:55.174 INFO O| Jul 11 17:46:55.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83662026-07-11T17:46:55.820Z[ recovery-image] Jul 11 17:46:55.174 INFO O| Jul 11 17:46:55.174 INFO STEP 1004 (remove_files) COMPLETE
83672026-07-11T17:46:55.820Z[ recovery-image] Jul 11 17:46:55.174 INFO O| Jul 11 17:46:55.174 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-07-11T17:46:55.828Z[ recovery-image] Jul 11 17:46:55.183 INFO O| Jul 11 17:46:55.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83692026-07-11T17:46:55.828Z[ recovery-image] Jul 11 17:46:55.183 INFO O| Jul 11 17:46:55.183 INFO STEP 1005 (remove_files) COMPLETE
83702026-07-11T17:46:55.828Z[ recovery-image] Jul 11 17:46:55.183 INFO O| Jul 11 17:46:55.183 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-07-11T17:46:55.835Z[ recovery-image] Jul 11 17:46:55.190 INFO O| Jul 11 17:46:55.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83722026-07-11T17:46:55.835Z[ recovery-image] Jul 11 17:46:55.190 INFO O| Jul 11 17:46:55.190 INFO STEP 1006 (remove_files) COMPLETE
83732026-07-11T17:46:55.836Z[ recovery-image] Jul 11 17:46:55.190 INFO O| Jul 11 17:46:55.190 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-07-11T17:46:55.845Z[ recovery-image] Jul 11 17:46:55.199 INFO O| Jul 11 17:46:55.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83752026-07-11T17:46:55.845Z[ recovery-image] Jul 11 17:46:55.199 INFO O| Jul 11 17:46:55.199 INFO STEP 1007 (remove_files) COMPLETE
83762026-07-11T17:46:55.845Z[ recovery-image] Jul 11 17:46:55.199 INFO O| Jul 11 17:46:55.199 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-07-11T17:46:55.853Z[ recovery-image] Jul 11 17:46:55.207 INFO O| Jul 11 17:46:55.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83782026-07-11T17:46:55.853Z[ recovery-image] Jul 11 17:46:55.207 INFO O| Jul 11 17:46:55.207 INFO STEP 1008 (remove_files) COMPLETE
83792026-07-11T17:46:55.853Z[ recovery-image] Jul 11 17:46:55.207 INFO O| Jul 11 17:46:55.207 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-07-11T17:46:55.860Z[ recovery-image] Jul 11 17:46:55.215 INFO O| Jul 11 17:46:55.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83812026-07-11T17:46:55.860Z[ recovery-image] Jul 11 17:46:55.215 INFO O| Jul 11 17:46:55.215 INFO STEP 1009 (remove_files) COMPLETE
83822026-07-11T17:46:55.864Z[ recovery-image] Jul 11 17:46:55.215 INFO O| Jul 11 17:46:55.215 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-07-11T17:46:55.867Z[ recovery-image] Jul 11 17:46:55.222 INFO O| Jul 11 17:46:55.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83842026-07-11T17:46:55.867Z[ recovery-image] Jul 11 17:46:55.222 INFO O| Jul 11 17:46:55.222 INFO STEP 1010 (remove_files) COMPLETE
83852026-07-11T17:46:55.871Z[ recovery-image] Jul 11 17:46:55.222 INFO O| Jul 11 17:46:55.222 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-07-11T17:46:55.875Z[ recovery-image] Jul 11 17:46:55.230 INFO O| Jul 11 17:46:55.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83872026-07-11T17:46:55.875Z[ recovery-image] Jul 11 17:46:55.230 INFO O| Jul 11 17:46:55.230 INFO STEP 1011 (remove_files) COMPLETE
83882026-07-11T17:46:55.875Z[ recovery-image] Jul 11 17:46:55.230 INFO O| Jul 11 17:46:55.230 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-07-11T17:46:55.884Z[ recovery-image] Jul 11 17:46:55.239 INFO O| Jul 11 17:46:55.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83902026-07-11T17:46:55.884Z[ recovery-image] Jul 11 17:46:55.239 INFO O| Jul 11 17:46:55.239 INFO STEP 1012 (remove_files) COMPLETE
83912026-07-11T17:46:55.884Z[ recovery-image] Jul 11 17:46:55.239 INFO O| Jul 11 17:46:55.239 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-07-11T17:46:55.892Z[ recovery-image] Jul 11 17:46:55.246 INFO O| Jul 11 17:46:55.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83932026-07-11T17:46:55.892Z[ recovery-image] Jul 11 17:46:55.246 INFO O| Jul 11 17:46:55.246 INFO STEP 1013 (remove_files) COMPLETE
83942026-07-11T17:46:55.895Z[ recovery-image] Jul 11 17:46:55.246 INFO O| Jul 11 17:46:55.246 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-07-11T17:46:55.899Z[ recovery-image] Jul 11 17:46:55.254 INFO O| Jul 11 17:46:55.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83962026-07-11T17:46:55.902Z[ recovery-image] Jul 11 17:46:55.254 INFO O| Jul 11 17:46:55.254 INFO STEP 1014 (remove_files) COMPLETE
83972026-07-11T17:46:55.902Z[ recovery-image] Jul 11 17:46:55.254 INFO O| Jul 11 17:46:55.254 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-07-11T17:46:55.908Z[ recovery-image] Jul 11 17:46:55.262 INFO O| Jul 11 17:46:55.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83992026-07-11T17:46:55.911Z[ recovery-image] Jul 11 17:46:55.262 INFO O| Jul 11 17:46:55.262 INFO STEP 1015 (remove_files) COMPLETE
84002026-07-11T17:46:55.911Z[ recovery-image] Jul 11 17:46:55.262 INFO O| Jul 11 17:46:55.262 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-07-11T17:46:55.915Z[ recovery-image] Jul 11 17:46:55.270 INFO O| Jul 11 17:46:55.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84022026-07-11T17:46:55.918Z[ recovery-image] Jul 11 17:46:55.270 INFO O| Jul 11 17:46:55.270 INFO STEP 1016 (remove_files) COMPLETE
84032026-07-11T17:46:55.918Z[ recovery-image] Jul 11 17:46:55.270 INFO O| Jul 11 17:46:55.270 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-07-11T17:46:55.922Z[ recovery-image] Jul 11 17:46:55.277 INFO O| Jul 11 17:46:55.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84052026-07-11T17:46:55.922Z[ recovery-image] Jul 11 17:46:55.277 INFO O| Jul 11 17:46:55.277 INFO STEP 1017 (remove_files) COMPLETE
84062026-07-11T17:46:55.925Z[ recovery-image] Jul 11 17:46:55.277 INFO O| Jul 11 17:46:55.277 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-07-11T17:46:55.930Z[ recovery-image] Jul 11 17:46:55.285 INFO O| Jul 11 17:46:55.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84082026-07-11T17:46:55.930Z[ recovery-image] Jul 11 17:46:55.285 INFO O| Jul 11 17:46:55.285 INFO STEP 1018 (remove_files) COMPLETE
84092026-07-11T17:46:55.933Z[ recovery-image] Jul 11 17:46:55.285 INFO O| Jul 11 17:46:55.285 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-07-11T17:46:55.937Z[ recovery-image] Jul 11 17:46:55.292 INFO O| Jul 11 17:46:55.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84112026-07-11T17:46:55.941Z[ recovery-image] Jul 11 17:46:55.293 INFO O| Jul 11 17:46:55.293 INFO STEP 1019 (remove_files) COMPLETE
84122026-07-11T17:46:55.941Z[ recovery-image] Jul 11 17:46:55.293 INFO O| Jul 11 17:46:55.293 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-07-11T17:46:55.946Z[ recovery-image] Jul 11 17:46:55.301 INFO O| Jul 11 17:46:55.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84142026-07-11T17:46:55.949Z[ recovery-image] Jul 11 17:46:55.301 INFO O| Jul 11 17:46:55.301 INFO STEP 1020 (remove_files) COMPLETE
84152026-07-11T17:46:55.950Z[ recovery-image] Jul 11 17:46:55.301 INFO O| Jul 11 17:46:55.301 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-07-11T17:46:55.955Z[ recovery-image] Jul 11 17:46:55.310 INFO O| Jul 11 17:46:55.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84172026-07-11T17:46:55.955Z[ recovery-image] Jul 11 17:46:55.310 INFO O| Jul 11 17:46:55.310 INFO STEP 1021 (remove_files) COMPLETE
84182026-07-11T17:46:55.958Z[ recovery-image] Jul 11 17:46:55.310 INFO O| Jul 11 17:46:55.310 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-07-11T17:46:55.962Z[ recovery-image] Jul 11 17:46:55.316 INFO O| Jul 11 17:46:55.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84202026-07-11T17:46:55.962Z[ recovery-image] Jul 11 17:46:55.316 INFO O| Jul 11 17:46:55.316 INFO STEP 1022 (remove_files) COMPLETE
84212026-07-11T17:46:55.965Z[ recovery-image] Jul 11 17:46:55.316 INFO O| Jul 11 17:46:55.316 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-07-11T17:46:55.971Z[ recovery-image] Jul 11 17:46:55.325 INFO O| Jul 11 17:46:55.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84232026-07-11T17:46:55.971Z[ recovery-image] Jul 11 17:46:55.325 INFO O| Jul 11 17:46:55.325 INFO STEP 1023 (remove_files) COMPLETE
84242026-07-11T17:46:55.971Z[ recovery-image] Jul 11 17:46:55.325 INFO O| Jul 11 17:46:55.325 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-07-11T17:46:55.979Z[ recovery-image] Jul 11 17:46:55.333 INFO O| Jul 11 17:46:55.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84262026-07-11T17:46:55.982Z[ recovery-image] Jul 11 17:46:55.333 INFO O| Jul 11 17:46:55.333 INFO STEP 1024 (remove_files) COMPLETE
84272026-07-11T17:46:55.982Z[ recovery-image] Jul 11 17:46:55.333 INFO O| Jul 11 17:46:55.333 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-07-11T17:46:55.986Z[ recovery-image] Jul 11 17:46:55.341 INFO O| Jul 11 17:46:55.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84292026-07-11T17:46:55.986Z[ recovery-image] Jul 11 17:46:55.341 INFO O| Jul 11 17:46:55.341 INFO STEP 1025 (remove_files) COMPLETE
84302026-07-11T17:46:55.990Z[ recovery-image] Jul 11 17:46:55.341 INFO O| Jul 11 17:46:55.341 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-07-11T17:46:55.993Z[ recovery-image] Jul 11 17:46:55.347 INFO O| Jul 11 17:46:55.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84322026-07-11T17:46:55.993Z[ recovery-image] Jul 11 17:46:55.347 INFO O| Jul 11 17:46:55.347 INFO STEP 1026 (remove_files) COMPLETE
84332026-07-11T17:46:55.993Z[ recovery-image] Jul 11 17:46:55.347 INFO O| Jul 11 17:46:55.347 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-07-11T17:46:55.999Z[ recovery-image] Jul 11 17:46:55.354 INFO O| Jul 11 17:46:55.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84352026-07-11T17:46:55.999Z[ recovery-image] Jul 11 17:46:55.354 INFO O| Jul 11 17:46:55.354 INFO STEP 1027 (remove_files) COMPLETE
84362026-07-11T17:46:55.999Z[ recovery-image] Jul 11 17:46:55.354 INFO O| Jul 11 17:46:55.354 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-07-11T17:46:56.006Z[ recovery-image] Jul 11 17:46:55.360 INFO O| Jul 11 17:46:55.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84382026-07-11T17:46:56.009Z[ recovery-image] Jul 11 17:46:55.360 INFO O| Jul 11 17:46:55.360 INFO STEP 1028 (remove_files) COMPLETE
84392026-07-11T17:46:56.009Z[ recovery-image] Jul 11 17:46:55.360 INFO O| Jul 11 17:46:55.360 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-07-11T17:46:56.015Z[ recovery-image] Jul 11 17:46:55.369 INFO O| Jul 11 17:46:55.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84412026-07-11T17:46:56.015Z[ recovery-image] Jul 11 17:46:55.369 INFO O| Jul 11 17:46:55.369 INFO STEP 1029 (remove_files) COMPLETE
84422026-07-11T17:46:56.018Z[ recovery-image] Jul 11 17:46:55.369 INFO O| Jul 11 17:46:55.369 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-07-11T17:46:56.022Z[ recovery-image] Jul 11 17:46:55.376 INFO O| Jul 11 17:46:55.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84442026-07-11T17:46:56.025Z[ recovery-image] Jul 11 17:46:55.377 INFO O| Jul 11 17:46:55.377 INFO STEP 1030 (remove_files) COMPLETE
84452026-07-11T17:46:56.025Z[ recovery-image] Jul 11 17:46:55.377 INFO O| Jul 11 17:46:55.377 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-07-11T17:46:56.030Z[ recovery-image] Jul 11 17:46:55.384 INFO O| Jul 11 17:46:55.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84472026-07-11T17:46:56.030Z[ recovery-image] Jul 11 17:46:55.384 INFO O| Jul 11 17:46:55.384 INFO STEP 1031 (remove_files) COMPLETE
84482026-07-11T17:46:56.033Z[ recovery-image] Jul 11 17:46:55.384 INFO O| Jul 11 17:46:55.384 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-07-11T17:46:56.037Z[ recovery-image] Jul 11 17:46:55.392 INFO O| Jul 11 17:46:55.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84502026-07-11T17:46:56.040Z[ recovery-image] Jul 11 17:46:55.392 INFO O| Jul 11 17:46:55.392 INFO STEP 1032 (remove_files) COMPLETE
84512026-07-11T17:46:56.040Z[ recovery-image] Jul 11 17:46:55.392 INFO O| Jul 11 17:46:55.392 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-07-11T17:46:56.046Z[ recovery-image] Jul 11 17:46:55.401 INFO O| Jul 11 17:46:55.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84532026-07-11T17:46:56.049Z[ recovery-image] Jul 11 17:46:55.401 INFO O| Jul 11 17:46:55.401 INFO STEP 1033 (remove_files) COMPLETE
84542026-07-11T17:46:56.049Z[ recovery-image] Jul 11 17:46:55.401 INFO O| Jul 11 17:46:55.401 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-07-11T17:46:56.054Z[ recovery-image] Jul 11 17:46:55.408 INFO O| Jul 11 17:46:55.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84562026-07-11T17:46:56.057Z[ recovery-image] Jul 11 17:46:55.408 INFO O| Jul 11 17:46:55.408 INFO STEP 1034 (remove_files) COMPLETE
84572026-07-11T17:46:56.057Z[ recovery-image] Jul 11 17:46:55.408 INFO O| Jul 11 17:46:55.408 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-07-11T17:46:56.061Z[ recovery-image] Jul 11 17:46:55.415 INFO O| Jul 11 17:46:55.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84592026-07-11T17:46:56.061Z[ recovery-image] Jul 11 17:46:55.416 INFO O| Jul 11 17:46:55.415 INFO STEP 1035 (remove_files) COMPLETE
84602026-07-11T17:46:56.064Z[ recovery-image] Jul 11 17:46:55.416 INFO O| Jul 11 17:46:55.416 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-07-11T17:46:56.068Z[ recovery-image] Jul 11 17:46:55.423 INFO O| Jul 11 17:46:55.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84622026-07-11T17:46:56.068Z[ recovery-image] Jul 11 17:46:55.423 INFO O| Jul 11 17:46:55.423 INFO STEP 1036 (remove_files) COMPLETE
84632026-07-11T17:46:56.071Z[ recovery-image] Jul 11 17:46:55.423 INFO O| Jul 11 17:46:55.423 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-07-11T17:46:56.077Z[ recovery-image] Jul 11 17:46:55.432 INFO O| Jul 11 17:46:55.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84652026-07-11T17:46:56.077Z[ recovery-image] Jul 11 17:46:55.432 INFO O| Jul 11 17:46:55.432 INFO STEP 1037 (remove_files) COMPLETE
84662026-07-11T17:46:56.081Z[ recovery-image] Jul 11 17:46:55.432 INFO O| Jul 11 17:46:55.432 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-07-11T17:46:56.085Z[ recovery-image] Jul 11 17:46:55.439 INFO O| Jul 11 17:46:55.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84682026-07-11T17:46:56.085Z[ recovery-image] Jul 11 17:46:55.439 INFO O| Jul 11 17:46:55.439 INFO STEP 1038 (remove_files) COMPLETE
84692026-07-11T17:46:56.088Z[ recovery-image] Jul 11 17:46:55.439 INFO O| Jul 11 17:46:55.439 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-07-11T17:46:56.092Z[ recovery-image] Jul 11 17:46:55.447 INFO O| Jul 11 17:46:55.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84712026-07-11T17:46:56.092Z[ recovery-image] Jul 11 17:46:55.447 INFO O| Jul 11 17:46:55.447 INFO STEP 1039 (remove_files) COMPLETE
84722026-07-11T17:46:56.095Z[ recovery-image] Jul 11 17:46:55.447 INFO O| Jul 11 17:46:55.447 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-07-11T17:46:56.101Z[ recovery-image] Jul 11 17:46:55.455 INFO O| Jul 11 17:46:55.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84742026-07-11T17:46:56.104Z[ recovery-image] Jul 11 17:46:55.455 INFO O| Jul 11 17:46:55.455 INFO STEP 1040 (remove_files) COMPLETE
84752026-07-11T17:46:56.104Z[ recovery-image] Jul 11 17:46:55.455 INFO O| Jul 11 17:46:55.455 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-07-11T17:46:56.109Z[ recovery-image] Jul 11 17:46:55.463 INFO O| Jul 11 17:46:55.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84772026-07-11T17:46:56.109Z[ recovery-image] Jul 11 17:46:55.463 INFO O| Jul 11 17:46:55.463 INFO STEP 1041 (remove_files) COMPLETE
84782026-07-11T17:46:56.109Z[ recovery-image] Jul 11 17:46:55.463 INFO O| Jul 11 17:46:55.463 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-07-11T17:46:56.117Z[ recovery-image] Jul 11 17:46:55.471 INFO O| Jul 11 17:46:55.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84802026-07-11T17:46:56.120Z[ recovery-image] Jul 11 17:46:55.471 INFO O| Jul 11 17:46:55.471 INFO STEP 1042 (remove_files) COMPLETE
84812026-07-11T17:46:56.120Z[ recovery-image] Jul 11 17:46:55.471 INFO O| Jul 11 17:46:55.471 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-07-11T17:46:56.124Z[ recovery-image] Jul 11 17:46:55.478 INFO O| Jul 11 17:46:55.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84832026-07-11T17:46:56.124Z[ recovery-image] Jul 11 17:46:55.478 INFO O| Jul 11 17:46:55.478 INFO STEP 1043 (remove_files) COMPLETE
84842026-07-11T17:46:56.127Z[ recovery-image] Jul 11 17:46:55.478 INFO O| Jul 11 17:46:55.478 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-07-11T17:46:56.130Z[ recovery-image] Jul 11 17:46:55.485 INFO O| Jul 11 17:46:55.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84862026-07-11T17:46:56.131Z[ recovery-image] Jul 11 17:46:55.485 INFO O| Jul 11 17:46:55.485 INFO STEP 1044 (remove_files) COMPLETE
84872026-07-11T17:46:56.131Z[ recovery-image] Jul 11 17:46:55.485 INFO O| Jul 11 17:46:55.485 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.492 INFO O| Jul 11 17:46:55.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84892026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.492 INFO O| Jul 11 17:46:55.492 INFO STEP 1045 (remove_files) COMPLETE
84902026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.492 INFO O| Jul 11 17:46:55.492 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.502 INFO O| Jul 11 17:46:55.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84922026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.502 INFO O| Jul 11 17:46:55.502 INFO STEP 1046 (remove_files) COMPLETE
84932026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.502 INFO O| Jul 11 17:46:55.502 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.510 INFO O| Jul 11 17:46:55.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84952026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.510 INFO O| Jul 11 17:46:55.510 INFO STEP 1047 (remove_files) COMPLETE
84962026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.510 INFO O| Jul 11 17:46:55.510 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.518 INFO O| Jul 11 17:46:55.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84982026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.518 INFO O| Jul 11 17:46:55.518 INFO STEP 1048 (remove_files) COMPLETE
84992026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.518 INFO O| Jul 11 17:46:55.518 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.527 INFO O| Jul 11 17:46:55.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85012026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.527 INFO O| Jul 11 17:46:55.527 INFO STEP 1049 (remove_files) COMPLETE
85022026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.527 INFO O| Jul 11 17:46:55.527 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.534 INFO O| Jul 11 17:46:55.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85042026-07-11T17:46:56.183Z[ recovery-image] Jul 11 17:46:55.534 INFO O| Jul 11 17:46:55.534 INFO STEP 1050 (remove_files) COMPLETE
85052026-07-11T17:46:56.184Z[ recovery-image] Jul 11 17:46:55.534 INFO O| Jul 11 17:46:55.534 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-07-11T17:46:56.189Z[ recovery-image] Jul 11 17:46:55.541 INFO O| Jul 11 17:46:55.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85072026-07-11T17:46:56.189Z[ recovery-image] Jul 11 17:46:55.541 INFO O| Jul 11 17:46:55.541 INFO STEP 1051 (remove_files) COMPLETE
85082026-07-11T17:46:56.189Z[ recovery-image] Jul 11 17:46:55.541 INFO O| Jul 11 17:46:55.541 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-07-11T17:46:56.195Z[ recovery-image] Jul 11 17:46:55.550 INFO O| Jul 11 17:46:55.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85102026-07-11T17:46:56.195Z[ recovery-image] Jul 11 17:46:55.550 INFO O| Jul 11 17:46:55.550 INFO STEP 1052 (remove_files) COMPLETE
85112026-07-11T17:46:56.199Z[ recovery-image] Jul 11 17:46:55.550 INFO O| Jul 11 17:46:55.550 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-07-11T17:46:56.203Z[ recovery-image] Jul 11 17:46:55.558 INFO O| Jul 11 17:46:55.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85132026-07-11T17:46:56.203Z[ recovery-image] Jul 11 17:46:55.558 INFO O| Jul 11 17:46:55.558 INFO STEP 1053 (remove_files) COMPLETE
85142026-07-11T17:46:56.203Z[ recovery-image] Jul 11 17:46:55.558 INFO O| Jul 11 17:46:55.558 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-07-11T17:46:56.211Z[ recovery-image] Jul 11 17:46:55.566 INFO O| Jul 11 17:46:55.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85162026-07-11T17:46:56.211Z[ recovery-image] Jul 11 17:46:55.566 INFO O| Jul 11 17:46:55.566 INFO STEP 1054 (remove_files) COMPLETE
85172026-07-11T17:46:56.215Z[ recovery-image] Jul 11 17:46:55.566 INFO O| Jul 11 17:46:55.566 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-07-11T17:46:56.219Z[ recovery-image] Jul 11 17:46:55.574 INFO O| Jul 11 17:46:55.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85192026-07-11T17:46:56.219Z[ recovery-image] Jul 11 17:46:55.574 INFO O| Jul 11 17:46:55.574 INFO STEP 1055 (remove_files) COMPLETE
85202026-07-11T17:46:56.220Z[ recovery-image] Jul 11 17:46:55.574 INFO O| Jul 11 17:46:55.574 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-07-11T17:46:56.227Z[ recovery-image] Jul 11 17:46:55.582 INFO O| Jul 11 17:46:55.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85222026-07-11T17:46:56.231Z[ recovery-image] Jul 11 17:46:55.582 INFO O| Jul 11 17:46:55.582 INFO STEP 1056 (remove_files) COMPLETE
85232026-07-11T17:46:56.231Z[ recovery-image] Jul 11 17:46:55.582 INFO O| Jul 11 17:46:55.582 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-07-11T17:46:56.235Z[ recovery-image] Jul 11 17:46:55.589 INFO O| Jul 11 17:46:55.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85252026-07-11T17:46:56.235Z[ recovery-image] Jul 11 17:46:55.589 INFO O| Jul 11 17:46:55.589 INFO STEP 1057 (remove_files) COMPLETE
85262026-07-11T17:46:56.235Z[ recovery-image] Jul 11 17:46:55.589 INFO O| Jul 11 17:46:55.589 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-07-11T17:46:56.243Z[ recovery-image] Jul 11 17:46:55.597 INFO O| Jul 11 17:46:55.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85282026-07-11T17:46:56.243Z[ recovery-image] Jul 11 17:46:55.597 INFO O| Jul 11 17:46:55.597 INFO STEP 1058 (remove_files) COMPLETE
85292026-07-11T17:46:56.246Z[ recovery-image] Jul 11 17:46:55.597 INFO O| Jul 11 17:46:55.597 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-07-11T17:46:56.250Z[ recovery-image] Jul 11 17:46:55.605 INFO O| Jul 11 17:46:55.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85312026-07-11T17:46:56.253Z[ recovery-image] Jul 11 17:46:55.605 INFO O| Jul 11 17:46:55.605 INFO STEP 1059 (remove_files) COMPLETE
85322026-07-11T17:46:56.253Z[ recovery-image] Jul 11 17:46:55.605 INFO O| Jul 11 17:46:55.605 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-07-11T17:46:56.259Z[ recovery-image] Jul 11 17:46:55.614 INFO O| Jul 11 17:46:55.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85342026-07-11T17:46:56.259Z[ recovery-image] Jul 11 17:46:55.614 INFO O| Jul 11 17:46:55.614 INFO STEP 1060 (remove_files) COMPLETE
85352026-07-11T17:46:56.263Z[ recovery-image] Jul 11 17:46:55.614 INFO O| Jul 11 17:46:55.614 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-07-11T17:46:56.268Z[ recovery-image] Jul 11 17:46:55.622 INFO O| Jul 11 17:46:55.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85372026-07-11T17:46:56.268Z[ recovery-image] Jul 11 17:46:55.622 INFO O| Jul 11 17:46:55.622 INFO STEP 1061 (remove_files) COMPLETE
85382026-07-11T17:46:56.271Z[ recovery-image] Jul 11 17:46:55.622 INFO O| Jul 11 17:46:55.622 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-07-11T17:46:56.275Z[ recovery-image] Jul 11 17:46:55.630 INFO O| Jul 11 17:46:55.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85402026-07-11T17:46:56.275Z[ recovery-image] Jul 11 17:46:55.630 INFO O| Jul 11 17:46:55.630 INFO STEP 1062 (remove_files) COMPLETE
85412026-07-11T17:46:56.278Z[ recovery-image] Jul 11 17:46:55.630 INFO O| Jul 11 17:46:55.630 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-07-11T17:46:56.282Z[ recovery-image] Jul 11 17:46:55.637 INFO O| Jul 11 17:46:55.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85432026-07-11T17:46:56.286Z[ recovery-image] Jul 11 17:46:55.637 INFO O| Jul 11 17:46:55.637 INFO STEP 1063 (remove_files) COMPLETE
85442026-07-11T17:46:56.286Z[ recovery-image] Jul 11 17:46:55.637 INFO O| Jul 11 17:46:55.637 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-07-11T17:46:56.289Z[ recovery-image] Jul 11 17:46:55.644 INFO O| Jul 11 17:46:55.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85462026-07-11T17:46:56.293Z[ recovery-image] Jul 11 17:46:55.644 INFO O| Jul 11 17:46:55.644 INFO STEP 1064 (remove_files) COMPLETE
85472026-07-11T17:46:56.293Z[ recovery-image] Jul 11 17:46:55.644 INFO O| Jul 11 17:46:55.644 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-07-11T17:46:56.298Z[ recovery-image] Jul 11 17:46:55.652 INFO O| Jul 11 17:46:55.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85492026-07-11T17:46:56.298Z[ recovery-image] Jul 11 17:46:55.652 INFO O| Jul 11 17:46:55.652 INFO STEP 1065 (remove_files) COMPLETE
85502026-07-11T17:46:56.301Z[ recovery-image] Jul 11 17:46:55.652 INFO O| Jul 11 17:46:55.652 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-07-11T17:46:56.307Z[ recovery-image] Jul 11 17:46:55.661 INFO O| Jul 11 17:46:55.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85522026-07-11T17:46:56.310Z[ recovery-image] Jul 11 17:46:55.661 INFO O| Jul 11 17:46:55.661 INFO STEP 1066 (remove_files) COMPLETE
85532026-07-11T17:46:56.310Z[ recovery-image] Jul 11 17:46:55.661 INFO O| Jul 11 17:46:55.661 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-07-11T17:46:56.314Z[ recovery-image] Jul 11 17:46:55.669 INFO O| Jul 11 17:46:55.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85552026-07-11T17:46:56.314Z[ recovery-image] Jul 11 17:46:55.669 INFO O| Jul 11 17:46:55.669 INFO STEP 1067 (remove_files) COMPLETE
85562026-07-11T17:46:56.318Z[ recovery-image] Jul 11 17:46:55.669 INFO O| Jul 11 17:46:55.669 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-07-11T17:46:56.323Z[ recovery-image] Jul 11 17:46:55.677 INFO O| Jul 11 17:46:55.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85582026-07-11T17:46:56.323Z[ recovery-image] Jul 11 17:46:55.677 INFO O| Jul 11 17:46:55.677 INFO STEP 1068 (remove_files) COMPLETE
85592026-07-11T17:46:56.326Z[ recovery-image] Jul 11 17:46:55.677 INFO O| Jul 11 17:46:55.677 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-07-11T17:46:56.330Z[ recovery-image] Jul 11 17:46:55.685 INFO O| Jul 11 17:46:55.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85612026-07-11T17:46:56.330Z[ recovery-image] Jul 11 17:46:55.685 INFO O| Jul 11 17:46:55.685 INFO STEP 1069 (remove_files) COMPLETE
85622026-07-11T17:46:56.330Z[ recovery-image] Jul 11 17:46:55.685 INFO O| Jul 11 17:46:55.685 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-07-11T17:46:56.339Z[ recovery-image] Jul 11 17:46:55.694 INFO O| Jul 11 17:46:55.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85642026-07-11T17:46:56.342Z[ recovery-image] Jul 11 17:46:55.694 INFO O| Jul 11 17:46:55.694 INFO STEP 1070 (remove_files) COMPLETE
85652026-07-11T17:46:56.342Z[ recovery-image] Jul 11 17:46:55.694 INFO O| Jul 11 17:46:55.694 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-07-11T17:46:56.348Z[ recovery-image] Jul 11 17:46:55.703 INFO O| Jul 11 17:46:55.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85672026-07-11T17:46:56.351Z[ recovery-image] Jul 11 17:46:55.703 INFO O| Jul 11 17:46:55.703 INFO STEP 1071 (remove_files) COMPLETE
85682026-07-11T17:46:56.351Z[ recovery-image] Jul 11 17:46:55.703 INFO O| Jul 11 17:46:55.703 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-07-11T17:46:56.356Z[ recovery-image] Jul 11 17:46:55.711 INFO O| Jul 11 17:46:55.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85702026-07-11T17:46:56.356Z[ recovery-image] Jul 11 17:46:55.711 INFO O| Jul 11 17:46:55.711 INFO STEP 1072 (remove_files) COMPLETE
85712026-07-11T17:46:56.359Z[ recovery-image] Jul 11 17:46:55.711 INFO O| Jul 11 17:46:55.711 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-07-11T17:46:56.364Z[ recovery-image] Jul 11 17:46:55.718 INFO O| Jul 11 17:46:55.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85732026-07-11T17:46:56.364Z[ recovery-image] Jul 11 17:46:55.718 INFO O| Jul 11 17:46:55.718 INFO STEP 1073 (remove_files) COMPLETE
85742026-07-11T17:46:56.367Z[ recovery-image] Jul 11 17:46:55.718 INFO O| Jul 11 17:46:55.718 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-07-11T17:46:56.370Z[ recovery-image] Jul 11 17:46:55.725 INFO O| Jul 11 17:46:55.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85762026-07-11T17:46:56.370Z[ recovery-image] Jul 11 17:46:55.725 INFO O| Jul 11 17:46:55.725 INFO STEP 1074 (remove_files) COMPLETE
85772026-07-11T17:46:56.370Z[ recovery-image] Jul 11 17:46:55.725 INFO O| Jul 11 17:46:55.725 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-07-11T17:46:56.376Z[ recovery-image] Jul 11 17:46:55.731 INFO O| Jul 11 17:46:55.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85792026-07-11T17:46:56.376Z[ recovery-image] Jul 11 17:46:55.731 INFO O| Jul 11 17:46:55.731 INFO STEP 1075 (remove_files) COMPLETE
85802026-07-11T17:46:56.380Z[ recovery-image] Jul 11 17:46:55.731 INFO O| Jul 11 17:46:55.731 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-07-11T17:46:56.383Z[ recovery-image] Jul 11 17:46:55.737 INFO O| Jul 11 17:46:55.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85822026-07-11T17:46:56.383Z[ recovery-image] Jul 11 17:46:55.737 INFO O| Jul 11 17:46:55.737 INFO STEP 1076 (remove_files) COMPLETE
85832026-07-11T17:46:56.383Z[ recovery-image] Jul 11 17:46:55.737 INFO O| Jul 11 17:46:55.737 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-07-11T17:46:56.389Z[ recovery-image] Jul 11 17:46:55.744 INFO O| Jul 11 17:46:55.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85852026-07-11T17:46:56.389Z[ recovery-image] Jul 11 17:46:55.744 INFO O| Jul 11 17:46:55.744 INFO STEP 1077 (remove_files) COMPLETE
85862026-07-11T17:46:56.392Z[ recovery-image] Jul 11 17:46:55.744 INFO O| Jul 11 17:46:55.744 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-07-11T17:46:56.396Z[ recovery-image] Jul 11 17:46:55.750 INFO O| Jul 11 17:46:55.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85882026-07-11T17:46:56.396Z[ recovery-image] Jul 11 17:46:55.750 INFO O| Jul 11 17:46:55.750 INFO STEP 1078 (remove_files) COMPLETE
85892026-07-11T17:46:56.396Z[ recovery-image] Jul 11 17:46:55.750 INFO O| Jul 11 17:46:55.750 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-07-11T17:46:56.406Z[ recovery-image] Jul 11 17:46:55.760 INFO O| Jul 11 17:46:55.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85912026-07-11T17:46:56.409Z[ recovery-image] Jul 11 17:46:55.760 INFO O| Jul 11 17:46:55.760 INFO STEP 1079 (remove_files) COMPLETE
85922026-07-11T17:46:56.409Z[ recovery-image] Jul 11 17:46:55.760 INFO O| Jul 11 17:46:55.760 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-07-11T17:46:56.414Z[ recovery-image] Jul 11 17:46:55.769 INFO O| Jul 11 17:46:55.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85942026-07-11T17:46:56.415Z[ recovery-image] Jul 11 17:46:55.769 INFO O| Jul 11 17:46:55.769 INFO STEP 1080 (remove_files) COMPLETE
85952026-07-11T17:46:56.418Z[ recovery-image] Jul 11 17:46:55.769 INFO O| Jul 11 17:46:55.769 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-07-11T17:46:56.422Z[ recovery-image] Jul 11 17:46:55.777 INFO O| Jul 11 17:46:55.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85972026-07-11T17:46:56.422Z[ recovery-image] Jul 11 17:46:55.777 INFO O| Jul 11 17:46:55.777 INFO STEP 1081 (remove_files) COMPLETE
85982026-07-11T17:46:56.426Z[ recovery-image] Jul 11 17:46:55.777 INFO O| Jul 11 17:46:55.777 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-07-11T17:46:56.431Z[ recovery-image] Jul 11 17:46:55.785 INFO O| Jul 11 17:46:55.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86002026-07-11T17:46:56.431Z[ recovery-image] Jul 11 17:46:55.785 INFO O| Jul 11 17:46:55.785 INFO STEP 1082 (remove_files) COMPLETE
86012026-07-11T17:46:56.431Z[ recovery-image] Jul 11 17:46:55.785 INFO O| Jul 11 17:46:55.785 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-07-11T17:46:56.439Z[ recovery-image] Jul 11 17:46:55.793 INFO O| Jul 11 17:46:55.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86032026-07-11T17:46:56.442Z[ recovery-image] Jul 11 17:46:55.793 INFO O| Jul 11 17:46:55.793 INFO STEP 1083 (remove_files) COMPLETE
86042026-07-11T17:46:56.442Z[ recovery-image] Jul 11 17:46:55.793 INFO O| Jul 11 17:46:55.793 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-07-11T17:46:56.447Z[ recovery-image] Jul 11 17:46:55.802 INFO O| Jul 11 17:46:55.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86062026-07-11T17:46:56.451Z[ recovery-image] Jul 11 17:46:55.802 INFO O| Jul 11 17:46:55.802 INFO STEP 1084 (remove_files) COMPLETE
86072026-07-11T17:46:56.451Z[ recovery-image] Jul 11 17:46:55.802 INFO O| Jul 11 17:46:55.802 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-07-11T17:46:56.455Z[ recovery-image] Jul 11 17:46:55.810 INFO O| Jul 11 17:46:55.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86092026-07-11T17:46:56.455Z[ recovery-image] Jul 11 17:46:55.810 INFO O| Jul 11 17:46:55.810 INFO STEP 1085 (remove_files) COMPLETE
86102026-07-11T17:46:56.458Z[ recovery-image] Jul 11 17:46:55.810 INFO O| Jul 11 17:46:55.810 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-07-11T17:46:56.463Z[ recovery-image] Jul 11 17:46:55.818 INFO O| Jul 11 17:46:55.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86122026-07-11T17:46:56.466Z[ recovery-image] Jul 11 17:46:55.818 INFO O| Jul 11 17:46:55.818 INFO STEP 1086 (remove_files) COMPLETE
86132026-07-11T17:46:56.466Z[ recovery-image] Jul 11 17:46:55.818 INFO O| Jul 11 17:46:55.818 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-07-11T17:46:56.471Z[ recovery-image] Jul 11 17:46:55.825 INFO O| Jul 11 17:46:55.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86152026-07-11T17:46:56.474Z[ recovery-image] Jul 11 17:46:55.825 INFO O| Jul 11 17:46:55.825 INFO STEP 1087 (remove_files) COMPLETE
86162026-07-11T17:46:56.474Z[ recovery-image] Jul 11 17:46:55.825 INFO O| Jul 11 17:46:55.825 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-07-11T17:46:56.477Z[ recovery-image] Jul 11 17:46:55.832 INFO O| Jul 11 17:46:55.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86182026-07-11T17:46:56.480Z[ recovery-image] Jul 11 17:46:55.832 INFO O| Jul 11 17:46:55.832 INFO STEP 1088 (remove_files) COMPLETE
86192026-07-11T17:46:56.481Z[ recovery-image] Jul 11 17:46:55.832 INFO O| Jul 11 17:46:55.832 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-07-11T17:46:56.484Z[ recovery-image] Jul 11 17:46:55.839 INFO O| Jul 11 17:46:55.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86212026-07-11T17:46:56.488Z[ recovery-image] Jul 11 17:46:55.839 INFO O| Jul 11 17:46:55.839 INFO STEP 1089 (remove_files) COMPLETE
86222026-07-11T17:46:56.488Z[ recovery-image] Jul 11 17:46:55.839 INFO O| Jul 11 17:46:55.839 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-07-11T17:46:56.491Z[ recovery-image] Jul 11 17:46:55.846 INFO O| Jul 11 17:46:55.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86242026-07-11T17:46:56.491Z[ recovery-image] Jul 11 17:46:55.846 INFO O| Jul 11 17:46:55.846 INFO STEP 1090 (remove_files) COMPLETE
86252026-07-11T17:46:56.491Z[ recovery-image] Jul 11 17:46:55.846 INFO O| Jul 11 17:46:55.846 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-07-11T17:46:56.499Z[ recovery-image] Jul 11 17:46:55.853 INFO O| Jul 11 17:46:55.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86272026-07-11T17:46:56.499Z[ recovery-image] Jul 11 17:46:55.853 INFO O| Jul 11 17:46:55.853 INFO STEP 1091 (remove_files) COMPLETE
86282026-07-11T17:46:56.502Z[ recovery-image] Jul 11 17:46:55.853 INFO O| Jul 11 17:46:55.853 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-07-11T17:46:56.507Z[ recovery-image] Jul 11 17:46:55.862 INFO O| Jul 11 17:46:55.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86302026-07-11T17:46:56.511Z[ recovery-image] Jul 11 17:46:55.862 INFO O| Jul 11 17:46:55.862 INFO STEP 1092 (remove_files) COMPLETE
86312026-07-11T17:46:56.511Z[ recovery-image] Jul 11 17:46:55.862 INFO O| Jul 11 17:46:55.862 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-07-11T17:46:56.515Z[ recovery-image] Jul 11 17:46:55.869 INFO O| Jul 11 17:46:55.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86332026-07-11T17:46:56.515Z[ recovery-image] Jul 11 17:46:55.869 INFO O| Jul 11 17:46:55.869 INFO STEP 1093 (remove_files) COMPLETE
86342026-07-11T17:46:56.518Z[ recovery-image] Jul 11 17:46:55.869 INFO O| Jul 11 17:46:55.869 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-07-11T17:46:56.523Z[ recovery-image] Jul 11 17:46:55.878 INFO O| Jul 11 17:46:55.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86362026-07-11T17:46:56.523Z[ recovery-image] Jul 11 17:46:55.878 INFO O| Jul 11 17:46:55.878 INFO STEP 1094 (remove_files) COMPLETE
86372026-07-11T17:46:56.527Z[ recovery-image] Jul 11 17:46:55.878 INFO O| Jul 11 17:46:55.878 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-07-11T17:46:56.531Z[ recovery-image] Jul 11 17:46:55.885 INFO O| Jul 11 17:46:55.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86392026-07-11T17:46:56.534Z[ recovery-image] Jul 11 17:46:55.885 INFO O| Jul 11 17:46:55.885 INFO STEP 1095 (remove_files) COMPLETE
86402026-07-11T17:46:56.534Z[ recovery-image] Jul 11 17:46:55.885 INFO O| Jul 11 17:46:55.885 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-07-11T17:46:56.539Z[ recovery-image] Jul 11 17:46:55.894 INFO O| Jul 11 17:46:55.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86422026-07-11T17:46:56.542Z[ recovery-image] Jul 11 17:46:55.894 INFO O| Jul 11 17:46:55.894 INFO STEP 1096 (remove_files) COMPLETE
86432026-07-11T17:46:56.543Z[ recovery-image] Jul 11 17:46:55.894 INFO O| Jul 11 17:46:55.894 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-07-11T17:46:56.547Z[ recovery-image] Jul 11 17:46:55.901 INFO O| Jul 11 17:46:55.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86452026-07-11T17:46:56.547Z[ recovery-image] Jul 11 17:46:55.901 INFO O| Jul 11 17:46:55.901 INFO STEP 1097 (remove_files) COMPLETE
86462026-07-11T17:46:56.547Z[ recovery-image] Jul 11 17:46:55.901 INFO O| Jul 11 17:46:55.901 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-07-11T17:46:56.553Z[ recovery-image] Jul 11 17:46:55.907 INFO O| Jul 11 17:46:55.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86482026-07-11T17:46:56.556Z[ recovery-image] Jul 11 17:46:55.907 INFO O| Jul 11 17:46:55.907 INFO STEP 1098 (remove_files) COMPLETE
86492026-07-11T17:46:56.556Z[ recovery-image] Jul 11 17:46:55.907 INFO O| Jul 11 17:46:55.907 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-07-11T17:46:56.560Z[ recovery-image] Jul 11 17:46:55.914 INFO O| Jul 11 17:46:55.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86512026-07-11T17:46:56.563Z[ recovery-image] Jul 11 17:46:55.915 INFO O| Jul 11 17:46:55.915 INFO STEP 1099 (remove_files) COMPLETE
86522026-07-11T17:46:56.563Z[ recovery-image] Jul 11 17:46:55.915 INFO O| Jul 11 17:46:55.915 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-07-11T17:46:56.570Z[ recovery-image] Jul 11 17:46:55.924 INFO O| Jul 11 17:46:55.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86542026-07-11T17:46:56.570Z[ recovery-image] Jul 11 17:46:55.924 INFO O| Jul 11 17:46:55.924 INFO STEP 1100 (remove_files) COMPLETE
86552026-07-11T17:46:56.573Z[ recovery-image] Jul 11 17:46:55.924 INFO O| Jul 11 17:46:55.924 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-07-11T17:46:56.577Z[ recovery-image] Jul 11 17:46:55.931 INFO O| Jul 11 17:46:55.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86572026-07-11T17:46:56.580Z[ recovery-image] Jul 11 17:46:55.931 INFO O| Jul 11 17:46:55.931 INFO STEP 1101 (remove_files) COMPLETE
86582026-07-11T17:46:56.580Z[ recovery-image] Jul 11 17:46:55.931 INFO O| Jul 11 17:46:55.931 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-07-11T17:46:56.585Z[ recovery-image] Jul 11 17:46:55.940 INFO O| Jul 11 17:46:55.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86602026-07-11T17:46:56.585Z[ recovery-image] Jul 11 17:46:55.940 INFO O| Jul 11 17:46:55.940 INFO STEP 1102 (remove_files) COMPLETE
86612026-07-11T17:46:56.585Z[ recovery-image] Jul 11 17:46:55.940 INFO O| Jul 11 17:46:55.940 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-07-11T17:46:56.594Z[ recovery-image] Jul 11 17:46:55.948 INFO O| Jul 11 17:46:55.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86632026-07-11T17:46:56.594Z[ recovery-image] Jul 11 17:46:55.948 INFO O| Jul 11 17:46:55.948 INFO STEP 1103 (remove_files) COMPLETE
86642026-07-11T17:46:56.597Z[ recovery-image] Jul 11 17:46:55.948 INFO O| Jul 11 17:46:55.948 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-07-11T17:46:56.600Z[ recovery-image] Jul 11 17:46:55.955 INFO O| Jul 11 17:46:55.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86662026-07-11T17:46:56.604Z[ recovery-image] Jul 11 17:46:55.955 INFO O| Jul 11 17:46:55.955 INFO STEP 1104 (remove_files) COMPLETE
86672026-07-11T17:46:56.604Z[ recovery-image] Jul 11 17:46:55.955 INFO O| Jul 11 17:46:55.955 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-07-11T17:46:56.607Z[ recovery-image] Jul 11 17:46:55.961 INFO O| Jul 11 17:46:55.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86692026-07-11T17:46:56.607Z[ recovery-image] Jul 11 17:46:55.961 INFO O| Jul 11 17:46:55.961 INFO STEP 1105 (remove_files) COMPLETE
86702026-07-11T17:46:56.607Z[ recovery-image] Jul 11 17:46:55.961 INFO O| Jul 11 17:46:55.961 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-07-11T17:46:56.614Z[ recovery-image] Jul 11 17:46:55.968 INFO O| Jul 11 17:46:55.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86722026-07-11T17:46:56.617Z[ recovery-image] Jul 11 17:46:55.968 INFO O| Jul 11 17:46:55.968 INFO STEP 1106 (remove_files) COMPLETE
86732026-07-11T17:46:56.617Z[ recovery-image] Jul 11 17:46:55.968 INFO O| Jul 11 17:46:55.968 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-07-11T17:46:56.620Z[ recovery-image] Jul 11 17:46:55.974 INFO O| Jul 11 17:46:55.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86752026-07-11T17:46:56.620Z[ recovery-image] Jul 11 17:46:55.975 INFO O| Jul 11 17:46:55.975 INFO STEP 1107 (remove_files) COMPLETE
86762026-07-11T17:46:56.620Z[ recovery-image] Jul 11 17:46:55.975 INFO O| Jul 11 17:46:55.975 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-07-11T17:46:56.626Z[ recovery-image] Jul 11 17:46:55.981 INFO O| Jul 11 17:46:55.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86782026-07-11T17:46:56.627Z[ recovery-image] Jul 11 17:46:55.981 INFO O| Jul 11 17:46:55.981 INFO STEP 1108 (remove_files) COMPLETE
86792026-07-11T17:46:56.630Z[ recovery-image] Jul 11 17:46:55.981 INFO O| Jul 11 17:46:55.981 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-07-11T17:46:56.633Z[ recovery-image] Jul 11 17:46:55.988 INFO O| Jul 11 17:46:55.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86812026-07-11T17:46:56.633Z[ recovery-image] Jul 11 17:46:55.988 INFO O| Jul 11 17:46:55.988 INFO STEP 1109 (remove_files) COMPLETE
86822026-07-11T17:46:56.636Z[ recovery-image] Jul 11 17:46:55.988 INFO O| Jul 11 17:46:55.988 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-07-11T17:46:56.641Z[ recovery-image] Jul 11 17:46:55.994 INFO O| Jul 11 17:46:55.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86842026-07-11T17:46:56.641Z[ recovery-image] Jul 11 17:46:55.994 INFO O| Jul 11 17:46:55.994 INFO STEP 1110 (remove_files) COMPLETE
86852026-07-11T17:46:56.641Z[ recovery-image] Jul 11 17:46:55.994 INFO O| Jul 11 17:46:55.994 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-07-11T17:46:56.645Z[ recovery-image] Jul 11 17:46:56.000 INFO O| Jul 11 17:46:56.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86872026-07-11T17:46:56.649Z[ recovery-image] Jul 11 17:46:56.000 INFO O| Jul 11 17:46:56.000 INFO STEP 1111 (remove_files) COMPLETE
86882026-07-11T17:46:56.649Z[ recovery-image] Jul 11 17:46:56.000 INFO O| Jul 11 17:46:56.000 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-07-11T17:46:56.656Z[ recovery-image] Jul 11 17:46:56.010 INFO O| Jul 11 17:46:56.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86902026-07-11T17:46:56.656Z[ recovery-image] Jul 11 17:46:56.010 INFO O| Jul 11 17:46:56.010 INFO STEP 1112 (remove_files) COMPLETE
86912026-07-11T17:46:56.659Z[ recovery-image] Jul 11 17:46:56.010 INFO O| Jul 11 17:46:56.010 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-07-11T17:46:56.663Z[ recovery-image] Jul 11 17:46:56.018 INFO O| Jul 11 17:46:56.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86932026-07-11T17:46:56.663Z[ recovery-image] Jul 11 17:46:56.018 INFO O| Jul 11 17:46:56.018 INFO STEP 1113 (remove_files) COMPLETE
86942026-07-11T17:46:56.667Z[ recovery-image] Jul 11 17:46:56.018 INFO O| Jul 11 17:46:56.018 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-07-11T17:46:56.671Z[ recovery-image] Jul 11 17:46:56.026 INFO O| Jul 11 17:46:56.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86962026-07-11T17:46:56.674Z[ recovery-image] Jul 11 17:46:56.026 INFO O| Jul 11 17:46:56.026 INFO STEP 1114 (remove_files) COMPLETE
86972026-07-11T17:46:56.674Z[ recovery-image] Jul 11 17:46:56.026 INFO O| Jul 11 17:46:56.026 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-07-11T17:46:56.680Z[ recovery-image] Jul 11 17:46:56.035 INFO O| Jul 11 17:46:56.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86992026-07-11T17:46:56.680Z[ recovery-image] Jul 11 17:46:56.035 INFO O| Jul 11 17:46:56.035 INFO STEP 1115 (remove_files) COMPLETE
87002026-07-11T17:46:56.683Z[ recovery-image] Jul 11 17:46:56.035 INFO O| Jul 11 17:46:56.035 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-07-11T17:46:56.689Z[ recovery-image] Jul 11 17:46:56.043 INFO O| Jul 11 17:46:56.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87022026-07-11T17:46:56.689Z[ recovery-image] Jul 11 17:46:56.044 INFO O| Jul 11 17:46:56.044 INFO STEP 1116 (remove_files) COMPLETE
87032026-07-11T17:46:56.692Z[ recovery-image] Jul 11 17:46:56.044 INFO O| Jul 11 17:46:56.044 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-07-11T17:46:56.697Z[ recovery-image] Jul 11 17:46:56.051 INFO O| Jul 11 17:46:56.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87052026-07-11T17:46:56.697Z[ recovery-image] Jul 11 17:46:56.051 INFO O| Jul 11 17:46:56.051 INFO STEP 1117 (remove_files) COMPLETE
87062026-07-11T17:46:56.700Z[ recovery-image] Jul 11 17:46:56.051 INFO O| Jul 11 17:46:56.051 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-07-11T17:46:56.704Z[ recovery-image] Jul 11 17:46:56.058 INFO O| Jul 11 17:46:56.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87082026-07-11T17:46:56.704Z[ recovery-image] Jul 11 17:46:56.058 INFO O| Jul 11 17:46:56.058 INFO STEP 1118 (remove_files) COMPLETE
87092026-07-11T17:46:56.707Z[ recovery-image] Jul 11 17:46:56.058 INFO O| Jul 11 17:46:56.058 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-07-11T17:46:56.711Z[ recovery-image] Jul 11 17:46:56.065 INFO O| Jul 11 17:46:56.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87112026-07-11T17:46:56.711Z[ recovery-image] Jul 11 17:46:56.065 INFO O| Jul 11 17:46:56.065 INFO STEP 1119 (remove_files) COMPLETE
87122026-07-11T17:46:56.714Z[ recovery-image] Jul 11 17:46:56.065 INFO O| Jul 11 17:46:56.065 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-07-11T17:46:56.718Z[ recovery-image] Jul 11 17:46:56.073 INFO O| Jul 11 17:46:56.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87142026-07-11T17:46:56.718Z[ recovery-image] Jul 11 17:46:56.073 INFO O| Jul 11 17:46:56.073 INFO STEP 1120 (remove_files) COMPLETE
87152026-07-11T17:46:56.718Z[ recovery-image] Jul 11 17:46:56.073 INFO O| Jul 11 17:46:56.073 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-07-11T17:46:56.727Z[ recovery-image] Jul 11 17:46:56.081 INFO O| Jul 11 17:46:56.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87172026-07-11T17:46:56.727Z[ recovery-image] Jul 11 17:46:56.081 INFO O| Jul 11 17:46:56.081 INFO STEP 1121 (remove_files) COMPLETE
87182026-07-11T17:46:56.727Z[ recovery-image] Jul 11 17:46:56.081 INFO O| Jul 11 17:46:56.081 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-07-11T17:46:56.735Z[ recovery-image] Jul 11 17:46:56.089 INFO O| Jul 11 17:46:56.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87202026-07-11T17:46:56.735Z[ recovery-image] Jul 11 17:46:56.090 INFO O| Jul 11 17:46:56.090 INFO STEP 1122 (remove_files) COMPLETE
87212026-07-11T17:46:56.735Z[ recovery-image] Jul 11 17:46:56.090 INFO O| Jul 11 17:46:56.090 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87222026-07-11T17:46:56.743Z[ recovery-image] Jul 11 17:46:56.097 INFO O| Jul 11 17:46:56.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87232026-07-11T17:46:56.743Z[ recovery-image] Jul 11 17:46:56.097 INFO O| Jul 11 17:46:56.097 INFO STEP 1123 (remove_files) COMPLETE
87242026-07-11T17:46:56.743Z[ recovery-image] Jul 11 17:46:56.097 INFO O| Jul 11 17:46:56.097 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87252026-07-11T17:46:56.750Z[ recovery-image] Jul 11 17:46:56.104 INFO O| Jul 11 17:46:56.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87262026-07-11T17:46:56.750Z[ recovery-image] Jul 11 17:46:56.104 INFO O| Jul 11 17:46:56.104 INFO STEP 1124 (remove_files) COMPLETE
87272026-07-11T17:46:56.750Z[ recovery-image] Jul 11 17:46:56.104 INFO O| Jul 11 17:46:56.104 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87282026-07-11T17:46:56.760Z[ recovery-image] Jul 11 17:46:56.114 INFO O| Jul 11 17:46:56.114 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87292026-07-11T17:46:56.760Z[ recovery-image] Jul 11 17:46:56.114 INFO O| Jul 11 17:46:56.114 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87302026-07-11T17:46:57.492Z[ recovery-image] Jul 11 17:46:56.846 INFO O| Jul 11 17:46:56.846 INFO STEP 1125 (pack_tar) COMPLETE
87312026-07-11T17:46:57.492Z[ recovery-image] Jul 11 17:46:56.846 INFO O| Jul 11 17:46:56.846 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87322026-07-11T17:46:57.492Z[ recovery-image] Jul 11 17:46:56.846 INFO O| Jul 11 17:46:56.846 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87332026-07-11T17:46:58.455Z[ recovery-image] Jul 11 17:46:57.809 INFO O| Jul 11 17:46:57.809 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87342026-07-11T17:46:59.022Z[ recovery-image] Jul 11 17:46:58.376 INFO O| Jul 11 17:46:58.376 INFO completed processing sled/ramdisk-03-recovery-trim
87352026-07-11T17:46:59.026Z[ recovery-image] Jul 11 17:46:58.380 INFO image builder template: zfs-recovery...
87362026-07-11T17:46:59.029Z[ recovery-image] Jul 11 17:46:58.381 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpV6zDxN/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs-recovery"], pwd: None
87372026-07-11T17:46:59.052Z[ recovery-image] Jul 11 17:46:58.407 INFO O| Jul 11 17:46:58.406 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87382026-07-11T17:46:59.056Z[ recovery-image] Jul 11 17:46:58.410 INFO O| Jul 11 17:46:58.410 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87392026-07-11T17:46:59.157Z[ recovery-image] Jul 11 17:46:58.511 INFO O| Jul 11 17:46:58.511 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87402026-07-11T17:46:59.203Z[ recovery-image] Jul 11 17:46:58.557 INFO O| Jul 11 17:46:58.557 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87412026-07-11T17:46:59.203Z[ recovery-image] Jul 11 17:46:58.557 INFO O| Jul 11 17:46:58.557 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87422026-07-11T17:46:59.206Z[ recovery-image] Jul 11 17:46:58.559 INFO O| Jul 11 17:46:58.559 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87432026-07-11T17:46:59.283Z[ recovery-image] Jul 11 17:46:58.637 INFO O| Jul 11 17:46:58.637 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87442026-07-11T17:46:59.348Z[ recovery-image] Jul 11 17:46:58.702 INFO O| Jul 11 17:46:58.702 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87452026-07-11T17:46:59.355Z[ recovery-image] Jul 11 17:46:58.710 INFO O| Jul 11 17:46:58.709 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87462026-07-11T17:46:59.360Z[ recovery-image] Jul 11 17:46:58.714 INFO O| Jul 11 17:46:58.714 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87472026-07-11T17:46:59.363Z[ recovery-image] Jul 11 17:46:58.716 INFO O| Jul 11 17:46:58.716 INFO no lofi found
87482026-07-11T17:46:59.363Z[ recovery-image] Jul 11 17:46:58.716 INFO O| Jul 11 17:46:58.716 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87492026-07-11T17:46:59.364Z[ recovery-image] Jul 11 17:46:58.716 INFO O| Jul 11 17:46:58.716 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87502026-07-11T17:47:01.647Z[ recovery-image] Jul 11 17:47:01.001 INFO O| Jul 11 17:47:01.001 INFO lofi device = /dev/dsk/c2t1d0p0
87512026-07-11T17:47:01.647Z[ recovery-image] Jul 11 17:47:01.001 INFO O| Jul 11 17:47:01.001 INFO pool device = /dev/dsk/c2t1d0p0
87522026-07-11T17:47:01.651Z[ recovery-image] Jul 11 17:47:01.001 INFO O| Jul 11 17:47:01.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87532026-07-11T17:47:01.710Z[ recovery-image] Jul 11 17:47:01.064 INFO O| Jul 11 17:47:01.064 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87542026-07-11T17:47:01.710Z[ recovery-image] Jul 11 17:47:01.064 INFO O| Jul 11 17:47:01.064 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87552026-07-11T17:47:01.726Z[ recovery-image] Jul 11 17:47:01.081 INFO O| Jul 11 17:47:01.081 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87562026-07-11T17:47:01.775Z[ recovery-image] Jul 11 17:47:01.129 INFO O| Jul 11 17:47:01.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87572026-07-11T17:47:01.799Z[ recovery-image] Jul 11 17:47:01.153 INFO O| Jul 11 17:47:01.153 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87582026-07-11T17:47:01.811Z[ recovery-image] Jul 11 17:47:01.165 INFO O| Jul 11 17:47:01.165 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87592026-07-11T17:47:01.820Z[ recovery-image] Jul 11 17:47:01.174 INFO O| Jul 11 17:47:01.174 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87602026-07-11T17:47:01.853Z[ recovery-image] Jul 11 17:47:01.207 INFO O| Jul 11 17:47:01.207 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87612026-07-11T17:47:01.853Z[ recovery-image] Jul 11 17:47:01.207 INFO O| Jul 11 17:47:01.207 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87622026-07-11T17:47:01.856Z[ recovery-image] Jul 11 17:47:01.207 INFO O| Jul 11 17:47:01.207 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87632026-07-11T17:47:01.861Z[ recovery-image] Jul 11 17:47:01.215 INFO O| Jul 11 17:47:01.215 INFO boot environment UUID: 43394923-3e33-4395-941c-7a308d079d01
87642026-07-11T17:47:01.861Z[ recovery-image] Jul 11 17:47:01.215 INFO O| Jul 11 17:47:01.215 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 43394923-3e33-4395-941c-7a308d079d01
87652026-07-11T17:47:01.869Z[ recovery-image] Jul 11 17:47:01.224 INFO O| Jul 11 17:47:01.224 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87662026-07-11T17:47:01.878Z[ recovery-image] Jul 11 17:47:01.232 INFO O| Jul 11 17:47:01.232 INFO STEP 0 (create_be) COMPLETE
87672026-07-11T17:47:01.878Z[ recovery-image] Jul 11 17:47:01.232 INFO O| Jul 11 17:47:01.232 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87682026-07-11T17:47:01.889Z[ recovery-image] Jul 11 17:47:01.244 INFO O| Jul 11 17:47:01.244 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"]
87692026-07-11T17:47:04.522Z[ recovery-image] Jul 11 17:47:03.876 INFO O| Jul 11 17:47:03.876 INFO STEP 1 (unpack_tar) COMPLETE
87702026-07-11T17:47:04.522Z[ recovery-image] Jul 11 17:47:03.876 INFO O| Jul 11 17:47:03.876 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-07-11T17:47:04.529Z[ recovery-image] Jul 11 17:47:03.883 INFO O| Jul 11 17:47:03.883 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87722026-07-11T17:47:04.838Z[ recovery-image] Jul 11 17:47:04.192 INFO O| Jul 11 17:47:04.191 INFO STEP 2 (devfsadm) COMPLETE
87732026-07-11T17:47:04.838Z[ recovery-image] Jul 11 17:47:04.192 INFO O| Jul 11 17:47:04.191 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-07-11T17:47:04.845Z[ recovery-image] Jul 11 17:47:04.199 INFO O| Jul 11 17:47:04.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87752026-07-11T17:47:04.845Z[ recovery-image] Jul 11 17:47:04.199 INFO O| Jul 11 17:47:04.199 INFO STEP 3 (ensure_dir) COMPLETE
87762026-07-11T17:47:04.845Z[ recovery-image] Jul 11 17:47:04.199 INFO O| Jul 11 17:47:04.199 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-07-11T17:47:04.852Z[ recovery-image] Jul 11 17:47:04.206 INFO O| Jul 11 17:47:04.206 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87782026-07-11T17:47:04.852Z[ recovery-image] Jul 11 17:47:04.206 INFO O| Jul 11 17:47:04.206 INFO STEP 4 (ensure_dir) COMPLETE
87792026-07-11T17:47:04.852Z[ recovery-image] Jul 11 17:47:04.206 INFO O| Jul 11 17:47:04.206 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802026-07-11T17:47:04.858Z[ recovery-image] Jul 11 17:47:04.212 INFO O| Jul 11 17:47:04.212 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87812026-07-11T17:47:04.858Z[ recovery-image] Jul 11 17:47:04.212 INFO O| Jul 11 17:47:04.212 INFO STEP 5 (ensure_dir) COMPLETE
87822026-07-11T17:47:04.862Z[ recovery-image] Jul 11 17:47:04.212 INFO O| Jul 11 17:47:04.212 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832026-07-11T17:47:04.865Z[ recovery-image] Jul 11 17:47:04.218 INFO O| Jul 11 17:47:04.218 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87842026-07-11T17:47:04.865Z[ recovery-image] Jul 11 17:47:04.218 INFO O| Jul 11 17:47:04.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87852026-07-11T17:47:04.866Z[ recovery-image] Jul 11 17:47:04.218 INFO O| Jul 11 17:47:04.218 INFO STEP 6 (ensure_dir) COMPLETE
87862026-07-11T17:47:04.866Z[ recovery-image] Jul 11 17:47:04.218 INFO O| Jul 11 17:47:04.218 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87872026-07-11T17:47:04.870Z[ recovery-image] Jul 11 17:47:04.224 INFO O| Jul 11 17:47:04.224 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87882026-07-11T17:47:04.871Z[ recovery-image] Jul 11 17:47:04.224 INFO O| Jul 11 17:47:04.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87892026-07-11T17:47:04.871Z[ recovery-image] Jul 11 17:47:04.224 INFO O| Jul 11 17:47:04.224 INFO STEP 7 (ensure_dir) COMPLETE
87902026-07-11T17:47:04.871Z[ recovery-image] Jul 11 17:47:04.224 INFO O| Jul 11 17:47:04.224 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-07-11T17:47:04.877Z[ recovery-image] Jul 11 17:47:04.231 INFO O| Jul 11 17:47:04.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87922026-07-11T17:47:04.881Z[ recovery-image] Jul 11 17:47:04.232 INFO O| Jul 11 17:47:04.232 INFO STEP 8 (remove_files) COMPLETE
87932026-07-11T17:47:04.881Z[ recovery-image] Jul 11 17:47:04.232 INFO O| Jul 11 17:47:04.232 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-07-11T17:47:04.885Z[ recovery-image] Jul 11 17:47:04.238 INFO O| Jul 11 17:47:04.238 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87952026-07-11T17:47:04.885Z[ recovery-image] Jul 11 17:47:04.238 INFO O| Jul 11 17:47:04.238 INFO STEP 9 (remove_files) COMPLETE
87962026-07-11T17:47:04.885Z[ recovery-image] Jul 11 17:47:04.238 INFO O| Jul 11 17:47:04.238 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-07-11T17:47:04.890Z[ recovery-image] Jul 11 17:47:04.244 INFO O| Jul 11 17:47:04.244 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87982026-07-11T17:47:04.894Z[ recovery-image] Jul 11 17:47:04.245 INFO O| Jul 11 17:47:04.245 INFO STEP 10 (remove_files) COMPLETE
87992026-07-11T17:47:04.894Z[ recovery-image] Jul 11 17:47:04.245 INFO O| Jul 11 17:47:04.245 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-07-11T17:47:04.897Z[ recovery-image] Jul 11 17:47:04.251 INFO O| Jul 11 17:47:04.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88012026-07-11T17:47:04.897Z[ recovery-image] Jul 11 17:47:04.251 INFO O| Jul 11 17:47:04.251 INFO STEP 11 (remove_files) COMPLETE
88022026-07-11T17:47:04.897Z[ recovery-image] Jul 11 17:47:04.251 INFO O| Jul 11 17:47:04.251 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032026-07-11T17:47:04.903Z[ recovery-image] Jul 11 17:47:04.257 INFO O| Jul 11 17:47:04.257 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88042026-07-11T17:47:04.907Z[ recovery-image] Jul 11 17:47:04.257 INFO O| Jul 11 17:47:04.257 INFO STEP 12 (remove_files) COMPLETE
88052026-07-11T17:47:04.907Z[ recovery-image] Jul 11 17:47:04.257 INFO O| Jul 11 17:47:04.257 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062026-07-11T17:47:04.911Z[ recovery-image] Jul 11 17:47:04.263 INFO O| Jul 11 17:47:04.263 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88072026-07-11T17:47:04.911Z[ recovery-image] Jul 11 17:47:04.263 INFO O| Jul 11 17:47:04.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88082026-07-11T17:47:04.911Z[ recovery-image] Jul 11 17:47:04.263 INFO O| Jul 11 17:47:04.263 INFO STEP 13 (ensure_dir) COMPLETE
88092026-07-11T17:47:04.911Z[ recovery-image] Jul 11 17:47:04.263 INFO O| Jul 11 17:47:04.263 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88102026-07-11T17:47:04.915Z[ recovery-image] Jul 11 17:47:04.269 INFO O| Jul 11 17:47:04.269 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88112026-07-11T17:47:04.918Z[ recovery-image] Jul 11 17:47:04.269 INFO O| Jul 11 17:47:04.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88122026-07-11T17:47:04.919Z[ recovery-image] Jul 11 17:47:04.269 INFO O| Jul 11 17:47:04.269 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88132026-07-11T17:47:04.919Z[ recovery-image] Jul 11 17:47:04.269 INFO O| Jul 11 17:47:04.269 INFO STEP 14 (ensure_dir) COMPLETE
88142026-07-11T17:47:04.919Z[ recovery-image] Jul 11 17:47:04.269 INFO O| Jul 11 17:47:04.269 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152026-07-11T17:47:04.922Z[ recovery-image] Jul 11 17:47:04.275 INFO O| Jul 11 17:47:04.275 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88162026-07-11T17:47:04.922Z[ recovery-image] Jul 11 17:47:04.275 INFO O| Jul 11 17:47:04.275 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88172026-07-11T17:47:04.922Z[ recovery-image] Jul 11 17:47:04.275 INFO O| Jul 11 17:47:04.275 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88182026-07-11T17:47:04.922Z[ recovery-image] Jul 11 17:47:04.275 INFO O| Jul 11 17:47:04.275 INFO STEP 15 (ensure_dir) COMPLETE
88192026-07-11T17:47:04.922Z[ recovery-image] Jul 11 17:47:04.275 INFO O| Jul 11 17:47:04.275 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202026-07-11T17:47:04.927Z[ recovery-image] Jul 11 17:47:04.281 INFO O| Jul 11 17:47:04.281 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88212026-07-11T17:47:04.931Z[ recovery-image] Jul 11 17:47:04.281 INFO O| Jul 11 17:47:04.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88222026-07-11T17:47:04.931Z[ recovery-image] Jul 11 17:47:04.282 INFO O| Jul 11 17:47:04.281 INFO STEP 16 (ensure_dir) COMPLETE
88232026-07-11T17:47:04.931Z[ recovery-image] Jul 11 17:47:04.282 INFO O| Jul 11 17:47:04.281 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242026-07-11T17:47:04.934Z[ recovery-image] Jul 11 17:47:04.287 INFO O| Jul 11 17:47:04.287 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88252026-07-11T17:47:04.934Z[ recovery-image] Jul 11 17:47:04.287 INFO O| Jul 11 17:47:04.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88262026-07-11T17:47:04.934Z[ recovery-image] Jul 11 17:47:04.287 INFO O| Jul 11 17:47:04.287 INFO STEP 17 (ensure_dir) COMPLETE
88272026-07-11T17:47:04.934Z[ recovery-image] Jul 11 17:47:04.287 INFO O| Jul 11 17:47:04.287 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88282026-07-11T17:47:04.939Z[ recovery-image] Jul 11 17:47:04.293 INFO O| Jul 11 17:47:04.293 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88292026-07-11T17:47:04.939Z[ recovery-image] Jul 11 17:47:04.293 INFO O| Jul 11 17:47:04.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88302026-07-11T17:47:04.939Z[ recovery-image] Jul 11 17:47:04.293 INFO O| Jul 11 17:47:04.293 INFO ok!
88312026-07-11T17:47:04.944Z[ recovery-image] Jul 11 17:47:04.293 INFO O| Jul 11 17:47:04.293 INFO STEP 18 (ensure_symlink) COMPLETE
88322026-07-11T17:47:04.944Z[ recovery-image] Jul 11 17:47:04.293 INFO O| Jul 11 17:47:04.293 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332026-07-11T17:47:04.948Z[ recovery-image] Jul 11 17:47:04.300 INFO O| Jul 11 17:47:04.300 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88342026-07-11T17:47:04.948Z[ recovery-image] Jul 11 17:47:04.300 INFO O| Jul 11 17:47:04.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88352026-07-11T17:47:04.949Z[ recovery-image] Jul 11 17:47:04.300 INFO O| Jul 11 17:47:04.300 INFO ok!
88362026-07-11T17:47:04.949Z[ recovery-image] Jul 11 17:47:04.300 INFO O| Jul 11 17:47:04.300 INFO STEP 19 (ensure_file) COMPLETE
88372026-07-11T17:47:04.949Z[ recovery-image] Jul 11 17:47:04.300 INFO O| Jul 11 17:47:04.300 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-07-11T17:47:04.953Z[ recovery-image] Jul 11 17:47:04.306 INFO O| Jul 11 17:47:04.306 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88392026-07-11T17:47:04.953Z[ recovery-image] Jul 11 17:47:04.306 INFO O| Jul 11 17:47:04.306 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88402026-07-11T17:47:04.953Z[ recovery-image] Jul 11 17:47:04.306 INFO O| Jul 11 17:47:04.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88412026-07-11T17:47:04.953Z[ recovery-image] Jul 11 17:47:04.306 INFO O| Jul 11 17:47:04.306 INFO ok!
88422026-07-11T17:47:04.953Z[ recovery-image] Jul 11 17:47:04.306 INFO O| Jul 11 17:47:04.306 INFO STEP 20 (ensure_symlink) COMPLETE
88432026-07-11T17:47:04.953Z[ recovery-image] Jul 11 17:47:04.306 INFO O| Jul 11 17:47:04.306 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-07-11T17:47:04.958Z[ recovery-image] Jul 11 17:47:04.312 INFO O| Jul 11 17:47:04.312 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88452026-07-11T17:47:04.958Z[ recovery-image] Jul 11 17:47:04.312 INFO O| Jul 11 17:47:04.312 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88462026-07-11T17:47:04.962Z[ recovery-image] Jul 11 17:47:04.312 INFO O| Jul 11 17:47:04.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88472026-07-11T17:47:04.962Z[ recovery-image] Jul 11 17:47:04.312 INFO O| Jul 11 17:47:04.312 INFO ok!
88482026-07-11T17:47:04.962Z[ recovery-image] Jul 11 17:47:04.312 INFO O| Jul 11 17:47:04.312 INFO STEP 21 (ensure_symlink) COMPLETE
88492026-07-11T17:47:04.962Z[ recovery-image] Jul 11 17:47:04.312 INFO O| Jul 11 17:47:04.312 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-07-11T17:47:04.966Z[ recovery-image] Jul 11 17:47:04.317 INFO O| Jul 11 17:47:04.317 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88512026-07-11T17:47:04.966Z[ recovery-image] Jul 11 17:47:04.317 INFO O| Jul 11 17:47:04.317 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88522026-07-11T17:47:04.966Z[ recovery-image] Jul 11 17:47:04.318 INFO O| Jul 11 17:47:04.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88532026-07-11T17:47:04.966Z[ recovery-image] Jul 11 17:47:04.318 INFO O| Jul 11 17:47:04.318 INFO ok!
88542026-07-11T17:47:04.966Z[ recovery-image] Jul 11 17:47:04.318 INFO O| Jul 11 17:47:04.318 INFO STEP 22 (ensure_symlink) COMPLETE
88552026-07-11T17:47:04.966Z[ recovery-image] Jul 11 17:47:04.318 INFO O| Jul 11 17:47:04.318 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562026-07-11T17:47:04.970Z[ recovery-image] Jul 11 17:47:04.324 INFO O| Jul 11 17:47:04.324 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88572026-07-11T17:47:04.970Z[ recovery-image] Jul 11 17:47:04.324 INFO O| Jul 11 17:47:04.324 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88582026-07-11T17:47:04.973Z[ recovery-image] Jul 11 17:47:04.324 INFO O| Jul 11 17:47:04.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88592026-07-11T17:47:04.973Z[ recovery-image] Jul 11 17:47:04.324 INFO O| Jul 11 17:47:04.324 INFO ok!
88602026-07-11T17:47:04.974Z[ recovery-image] Jul 11 17:47:04.324 INFO O| Jul 11 17:47:04.324 INFO STEP 23 (ensure_symlink) COMPLETE
88612026-07-11T17:47:04.974Z[ recovery-image] Jul 11 17:47:04.324 INFO O| Jul 11 17:47:04.324 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622026-07-11T17:47:04.979Z[ recovery-image] Jul 11 17:47:04.330 INFO O| Jul 11 17:47:04.330 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88632026-07-11T17:47:04.979Z[ recovery-image] Jul 11 17:47:04.330 INFO O| Jul 11 17:47:04.330 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 ...
88642026-07-11T17:47:04.979Z[ recovery-image] Jul 11 17:47:04.330 INFO O| Jul 11 17:47:04.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88652026-07-11T17:47:04.979Z[ recovery-image] Jul 11 17:47:04.330 INFO O| Jul 11 17:47:04.330 INFO ok!
88662026-07-11T17:47:04.979Z[ recovery-image] Jul 11 17:47:04.330 INFO O| Jul 11 17:47:04.330 INFO STEP 24 (ensure_file) COMPLETE
88672026-07-11T17:47:04.979Z[ recovery-image] Jul 11 17:47:04.330 INFO O| Jul 11 17:47:04.330 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-07-11T17:47:04.983Z[ recovery-image] Jul 11 17:47:04.336 INFO O| Jul 11 17:47:04.336 INFO updating shadow file
88692026-07-11T17:47:04.983Z[ recovery-image] Jul 11 17:47:04.336 INFO O| Jul 11 17:47:04.336 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88702026-07-11T17:47:04.983Z[ recovery-image] Jul 11 17:47:04.337 INFO O| Jul 11 17:47:04.336 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88712026-07-11T17:47:04.983Z[ recovery-image] Jul 11 17:47:04.337 INFO O| Jul 11 17:47:04.337 INFO STEP 25 (shadow) COMPLETE
88722026-07-11T17:47:04.983Z[ recovery-image] Jul 11 17:47:04.337 INFO O| Jul 11 17:47:04.337 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-07-11T17:47:04.988Z[ recovery-image] Jul 11 17:47:04.342 INFO O| Jul 11 17:47:04.342 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88742026-07-11T17:47:04.988Z[ recovery-image] Jul 11 17:47:04.342 INFO O| Jul 11 17:47:04.342 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88752026-07-11T17:47:04.992Z[ recovery-image] Jul 11 17:47:04.343 INFO O| Jul 11 17:47:04.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88762026-07-11T17:47:04.993Z[ recovery-image] Jul 11 17:47:04.343 INFO O| Jul 11 17:47:04.343 INFO ok!
88772026-07-11T17:47:04.994Z[ recovery-image] Jul 11 17:47:04.343 INFO O| Jul 11 17:47:04.343 INFO STEP 26 (ensure_file) COMPLETE
88782026-07-11T17:47:04.994Z[ recovery-image] Jul 11 17:47:04.343 INFO O| Jul 11 17:47:04.343 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-07-11T17:47:04.998Z[ recovery-image] Jul 11 17:47:04.349 INFO O| Jul 11 17:47:04.348 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88802026-07-11T17:47:04.998Z[ recovery-image] Jul 11 17:47:04.349 INFO O| Jul 11 17:47:04.348 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88812026-07-11T17:47:04.998Z[ recovery-image] Jul 11 17:47:04.349 INFO O| Jul 11 17:47:04.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88822026-07-11T17:47:04.999Z[ recovery-image] Jul 11 17:47:04.349 INFO O| Jul 11 17:47:04.349 INFO ok!
88832026-07-11T17:47:04.999Z[ recovery-image] Jul 11 17:47:04.349 INFO O| Jul 11 17:47:04.349 INFO STEP 27 (ensure_file) COMPLETE
88842026-07-11T17:47:04.999Z[ recovery-image] Jul 11 17:47:04.349 INFO O| Jul 11 17:47:04.349 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88852026-07-11T17:47:05.003Z[ recovery-image] Jul 11 17:47:04.354 INFO O| Jul 11 17:47:04.354 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88862026-07-11T17:47:05.003Z[ recovery-image] Jul 11 17:47:04.354 INFO O| Jul 11 17:47:04.354 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88872026-07-11T17:47:05.003Z[ recovery-image] Jul 11 17:47:04.354 INFO O| Jul 11 17:47:04.354 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88882026-07-11T17:47:05.003Z[ recovery-image] Jul 11 17:47:04.354 INFO O| Jul 11 17:47:04.354 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88892026-07-11T17:47:05.003Z[ recovery-image] Jul 11 17:47:04.354 INFO O| Jul 11 17:47:04.354 INFO ok!
88902026-07-11T17:47:05.003Z[ recovery-image] Jul 11 17:47:04.354 INFO O| Jul 11 17:47:04.354 INFO STEP 28 (ensure_file) COMPLETE
88912026-07-11T17:47:05.003Z[ recovery-image] Jul 11 17:47:04.354 INFO O| Jul 11 17:47:04.354 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88922026-07-11T17:47:05.007Z[ recovery-image] Jul 11 17:47:04.360 INFO O| Jul 11 17:47:04.360 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88932026-07-11T17:47:05.007Z[ recovery-image] Jul 11 17:47:04.360 INFO O| Jul 11 17:47:04.360 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88942026-07-11T17:47:05.007Z[ recovery-image] Jul 11 17:47:04.360 INFO O| Jul 11 17:47:04.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88952026-07-11T17:47:05.007Z[ recovery-image] Jul 11 17:47:04.360 INFO O| Jul 11 17:47:04.360 INFO ok!
88962026-07-11T17:47:05.007Z[ recovery-image] Jul 11 17:47:04.360 INFO O| Jul 11 17:47:04.360 INFO STEP 29 (ensure_file) COMPLETE
88972026-07-11T17:47:05.007Z[ recovery-image] Jul 11 17:47:04.360 INFO O| Jul 11 17:47:04.360 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88982026-07-11T17:47:05.012Z[ recovery-image] Jul 11 17:47:04.366 INFO O| Jul 11 17:47:04.366 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88992026-07-11T17:47:05.012Z[ recovery-image] Jul 11 17:47:04.366 INFO O| Jul 11 17:47:04.366 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89002026-07-11T17:47:05.016Z[ recovery-image] Jul 11 17:47:04.366 INFO O| Jul 11 17:47:04.366 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89012026-07-11T17:47:05.016Z[ recovery-image] Jul 11 17:47:04.366 INFO O| Jul 11 17:47:04.366 INFO STEP 30 (ensure_dir) COMPLETE
89022026-07-11T17:47:05.016Z[ recovery-image] Jul 11 17:47:04.366 INFO O| Jul 11 17:47:04.366 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-07-11T17:47:05.020Z[ recovery-image] Jul 11 17:47:04.374 INFO O| Jul 11 17:47:04.373 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89042026-07-11T17:47:05.020Z[ recovery-image] Jul 11 17:47:04.374 INFO O| Jul 11 17:47:04.374 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 ...
89052026-07-11T17:47:05.020Z[ recovery-image] Jul 11 17:47:04.374 INFO O| Jul 11 17:47:04.374 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
89062026-07-11T17:47:05.020Z[ recovery-image] Jul 11 17:47:04.374 INFO O| Jul 11 17:47:04.374 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89072026-07-11T17:47:05.020Z[ recovery-image] Jul 11 17:47:04.374 INFO O| Jul 11 17:47:04.374 INFO ok!
89082026-07-11T17:47:05.020Z[ recovery-image] Jul 11 17:47:04.374 INFO O| Jul 11 17:47:04.374 INFO STEP 31 (ensure_file) COMPLETE
89092026-07-11T17:47:05.020Z[ recovery-image] Jul 11 17:47:04.374 INFO O| Jul 11 17:47:04.374 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89102026-07-11T17:47:05.025Z[ recovery-image] Jul 11 17:47:04.380 INFO O| Jul 11 17:47:04.380 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89112026-07-11T17:47:05.030Z[ recovery-image] Jul 11 17:47:04.380 INFO O| Jul 11 17:47:04.380 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89122026-07-11T17:47:05.030Z[ recovery-image] Jul 11 17:47:04.380 INFO O| Jul 11 17:47:04.380 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89132026-07-11T17:47:05.030Z[ recovery-image] Jul 11 17:47:04.380 INFO O| Jul 11 17:47:04.380 INFO STEP 32 (ensure_dir) COMPLETE
89142026-07-11T17:47:05.030Z[ recovery-image] Jul 11 17:47:04.380 INFO O| Jul 11 17:47:04.380 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89152026-07-11T17:47:05.034Z[ recovery-image] Jul 11 17:47:04.385 INFO O| Jul 11 17:47:04.385 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89162026-07-11T17:47:05.034Z[ recovery-image] Jul 11 17:47:04.385 INFO O| Jul 11 17:47:04.385 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 ...
89172026-07-11T17:47:05.034Z[ recovery-image] Jul 11 17:47:04.386 INFO O| Jul 11 17:47:04.386 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
89182026-07-11T17:47:05.035Z[ recovery-image] Jul 11 17:47:04.386 INFO O| Jul 11 17:47:04.386 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89192026-07-11T17:47:05.035Z[ recovery-image] Jul 11 17:47:04.386 INFO O| Jul 11 17:47:04.386 INFO ok!
89202026-07-11T17:47:05.035Z[ recovery-image] Jul 11 17:47:04.386 INFO O| Jul 11 17:47:04.386 INFO STEP 33 (ensure_file) COMPLETE
89212026-07-11T17:47:05.035Z[ recovery-image] Jul 11 17:47:04.386 INFO O| Jul 11 17:47:04.386 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89222026-07-11T17:47:05.039Z[ recovery-image] Jul 11 17:47:04.393 INFO O| Jul 11 17:47:04.393 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89232026-07-11T17:47:05.039Z[ recovery-image] Jul 11 17:47:04.393 INFO O| Jul 11 17:47:04.393 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89242026-07-11T17:47:05.039Z[ recovery-image] Jul 11 17:47:04.393 INFO O| Jul 11 17:47:04.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89252026-07-11T17:47:05.039Z[ recovery-image] Jul 11 17:47:04.393 INFO O| Jul 11 17:47:04.393 INFO ok!
89262026-07-11T17:47:05.039Z[ recovery-image] Jul 11 17:47:04.393 INFO O| Jul 11 17:47:04.393 INFO STEP 34 (ensure_file) COMPLETE
89272026-07-11T17:47:05.039Z[ recovery-image] Jul 11 17:47:04.393 INFO O| Jul 11 17:47:04.393 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89282026-07-11T17:47:05.045Z[ recovery-image] Jul 11 17:47:04.399 INFO O| Jul 11 17:47:04.399 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89292026-07-11T17:47:05.045Z[ recovery-image] Jul 11 17:47:04.399 INFO O| Jul 11 17:47:04.399 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89302026-07-11T17:47:05.045Z[ recovery-image] Jul 11 17:47:04.399 INFO O| Jul 11 17:47:04.399 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89312026-07-11T17:47:05.049Z[ recovery-image] Jul 11 17:47:04.399 INFO O| Jul 11 17:47:04.399 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89322026-07-11T17:47:05.049Z[ recovery-image] Jul 11 17:47:04.399 INFO O| Jul 11 17:47:04.399 INFO ok!
89332026-07-11T17:47:05.049Z[ recovery-image] Jul 11 17:47:04.399 INFO O| Jul 11 17:47:04.399 INFO STEP 35 (ensure_file) COMPLETE
89342026-07-11T17:47:05.049Z[ recovery-image] Jul 11 17:47:04.399 INFO O| Jul 11 17:47:04.399 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89352026-07-11T17:47:05.053Z[ recovery-image] Jul 11 17:47:04.406 INFO O| Jul 11 17:47:04.406 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89362026-07-11T17:47:05.053Z[ recovery-image] Jul 11 17:47:04.406 INFO O| Jul 11 17:47:04.406 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89372026-07-11T17:47:05.053Z[ recovery-image] Jul 11 17:47:04.406 INFO O| Jul 11 17:47:04.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89382026-07-11T17:47:05.053Z[ recovery-image] Jul 11 17:47:04.406 INFO O| Jul 11 17:47:04.406 INFO ok!
89392026-07-11T17:47:05.053Z[ recovery-image] Jul 11 17:47:04.406 INFO O| Jul 11 17:47:04.406 INFO STEP 36 (ensure_file) COMPLETE
89402026-07-11T17:47:05.053Z[ recovery-image] Jul 11 17:47:04.406 INFO O| Jul 11 17:47:04.406 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89412026-07-11T17:47:05.059Z[ recovery-image] Jul 11 17:47:04.414 INFO O| Jul 11 17:47:04.414 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89422026-07-11T17:47:05.063Z[ recovery-image] Jul 11 17:47:04.414 INFO O| Jul 11 17:47:04.414 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89432026-07-11T17:47:05.063Z[ recovery-image] Jul 11 17:47:04.414 INFO O| Jul 11 17:47:04.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89442026-07-11T17:47:05.063Z[ recovery-image] Jul 11 17:47:04.414 INFO O| Jul 11 17:47:04.414 INFO ok!
89452026-07-11T17:47:05.063Z[ recovery-image] Jul 11 17:47:04.414 INFO O| Jul 11 17:47:04.414 INFO STEP 37 (ensure_file) COMPLETE
89462026-07-11T17:47:05.063Z[ recovery-image] Jul 11 17:47:04.414 INFO O| Jul 11 17:47:04.414 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89472026-07-11T17:47:05.067Z[ recovery-image] Jul 11 17:47:04.420 INFO O| Jul 11 17:47:04.420 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89482026-07-11T17:47:05.067Z[ recovery-image] Jul 11 17:47:04.420 INFO O| Jul 11 17:47:04.420 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89492026-07-11T17:47:05.067Z[ recovery-image] Jul 11 17:47:04.420 INFO O| Jul 11 17:47:04.420 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89502026-07-11T17:47:05.068Z[ recovery-image] Jul 11 17:47:04.420 INFO O| Jul 11 17:47:04.420 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89512026-07-11T17:47:05.068Z[ recovery-image] Jul 11 17:47:04.420 INFO O| Jul 11 17:47:04.420 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89522026-07-11T17:47:05.068Z[ recovery-image] Jul 11 17:47:04.420 INFO O| Jul 11 17:47:04.420 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89532026-07-11T17:47:05.068Z[ recovery-image] Jul 11 17:47:04.420 INFO O| Jul 11 17:47:04.420 INFO ok!
89542026-07-11T17:47:05.068Z[ recovery-image] Jul 11 17:47:04.420 INFO O| Jul 11 17:47:04.420 INFO STEP 38 (ensure_file) COMPLETE
89552026-07-11T17:47:05.068Z[ recovery-image] Jul 11 17:47:04.420 INFO O| Jul 11 17:47:04.420 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89562026-07-11T17:47:05.072Z[ recovery-image] Jul 11 17:47:04.425 INFO O| Jul 11 17:47:04.425 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89572026-07-11T17:47:05.072Z[ recovery-image] Jul 11 17:47:04.425 INFO O| Jul 11 17:47:04.425 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89582026-07-11T17:47:05.072Z[ recovery-image] Jul 11 17:47:04.425 INFO O| Jul 11 17:47:04.425 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89592026-07-11T17:47:05.072Z[ recovery-image] Jul 11 17:47:04.425 INFO O| Jul 11 17:47:04.425 INFO STEP 39 (ensure_dir) COMPLETE
89602026-07-11T17:47:05.072Z[ recovery-image] Jul 11 17:47:04.425 INFO O| Jul 11 17:47:04.425 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89612026-07-11T17:47:05.077Z[ recovery-image] Jul 11 17:47:04.431 INFO O| Jul 11 17:47:04.431 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
89622026-07-11T17:47:05.077Z[ recovery-image] Jul 11 17:47:04.431 INFO O| Jul 11 17:47:04.431 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 ...
89632026-07-11T17:47:05.081Z[ recovery-image] Jul 11 17:47:04.432 INFO O| Jul 11 17:47:04.432 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
89642026-07-11T17:47:05.081Z[ recovery-image] Jul 11 17:47:04.432 INFO O| Jul 11 17:47:04.432 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
89652026-07-11T17:47:05.081Z[ recovery-image] Jul 11 17:47:04.432 INFO O| Jul 11 17:47:04.432 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
89662026-07-11T17:47:05.081Z[ recovery-image] Jul 11 17:47:04.432 INFO O| Jul 11 17:47:04.432 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
89672026-07-11T17:47:05.082Z[ recovery-image] Jul 11 17:47:04.432 INFO O| Jul 11 17:47:04.432 INFO ok!
89682026-07-11T17:47:05.082Z[ recovery-image] Jul 11 17:47:04.432 INFO O| Jul 11 17:47:04.432 INFO STEP 40 (ensure_file) COMPLETE
89692026-07-11T17:47:05.082Z[ recovery-image] Jul 11 17:47:04.432 INFO O| Jul 11 17:47:04.432 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89702026-07-11T17:47:05.087Z[ recovery-image] Jul 11 17:47:04.438 INFO O| Jul 11 17:47:04.438 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89712026-07-11T17:47:05.087Z[ recovery-image] Jul 11 17:47:04.439 INFO O| Jul 11 17:47:04.438 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 ...
89722026-07-11T17:47:05.087Z[ recovery-image] Jul 11 17:47:04.439 INFO O| Jul 11 17:47:04.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89732026-07-11T17:47:05.087Z[ recovery-image] Jul 11 17:47:04.439 INFO O| Jul 11 17:47:04.439 INFO ok!
89742026-07-11T17:47:05.087Z[ recovery-image] Jul 11 17:47:04.439 INFO O| Jul 11 17:47:04.439 INFO STEP 41 (ensure_symlink) COMPLETE
89752026-07-11T17:47:05.087Z[ recovery-image] Jul 11 17:47:04.439 INFO O| Jul 11 17:47:04.439 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89762026-07-11T17:47:05.090Z[ recovery-image] Jul 11 17:47:04.445 INFO O| Jul 11 17:47:04.445 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89772026-07-11T17:47:05.090Z[ recovery-image] Jul 11 17:47:04.445 INFO O| Jul 11 17:47:04.445 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89782026-07-11T17:47:05.090Z[ recovery-image] Jul 11 17:47:04.445 INFO O| Jul 11 17:47:04.445 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89792026-07-11T17:47:05.090Z[ recovery-image] Jul 11 17:47:04.445 INFO O| Jul 11 17:47:04.445 INFO ok!
89802026-07-11T17:47:05.094Z[ recovery-image] Jul 11 17:47:04.445 INFO O| Jul 11 17:47:04.445 INFO STEP 42 (ensure_symlink) COMPLETE
89812026-07-11T17:47:05.094Z[ recovery-image] Jul 11 17:47:04.445 INFO O| Jul 11 17:47:04.445 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89822026-07-11T17:47:05.098Z[ recovery-image] Jul 11 17:47:04.452 INFO O| Jul 11 17:47:04.452 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89832026-07-11T17:47:05.098Z[ recovery-image] Jul 11 17:47:04.452 INFO O| Jul 11 17:47:04.452 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89842026-07-11T17:47:05.098Z[ recovery-image] Jul 11 17:47:04.452 INFO O| Jul 11 17:47:04.452 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89852026-07-11T17:47:05.098Z[ recovery-image] Jul 11 17:47:04.452 INFO O| Jul 11 17:47:04.452 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89862026-07-11T17:47:05.098Z[ recovery-image] Jul 11 17:47:04.452 INFO O| Jul 11 17:47:04.452 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89872026-07-11T17:47:05.098Z[ recovery-image] Jul 11 17:47:04.452 INFO O| Jul 11 17:47:04.452 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89882026-07-11T17:47:05.098Z[ recovery-image] Jul 11 17:47:04.452 INFO O| Jul 11 17:47:04.452 INFO ok!
89892026-07-11T17:47:05.098Z[ recovery-image] Jul 11 17:47:04.452 INFO O| Jul 11 17:47:04.452 INFO STEP 43 (ensure_file) COMPLETE
89902026-07-11T17:47:05.098Z[ recovery-image] Jul 11 17:47:04.452 INFO O| Jul 11 17:47:04.452 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89912026-07-11T17:47:05.104Z[ recovery-image] Jul 11 17:47:04.458 INFO O| Jul 11 17:47:04.458 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89922026-07-11T17:47:05.108Z[ recovery-image] Jul 11 17:47:04.458 INFO O| Jul 11 17:47:04.458 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 ...
89932026-07-11T17:47:05.108Z[ recovery-image] Jul 11 17:47:04.458 INFO O| Jul 11 17:47:04.458 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
89942026-07-11T17:47:05.108Z[ recovery-image] Jul 11 17:47:04.458 INFO O| Jul 11 17:47:04.458 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89952026-07-11T17:47:05.109Z[ recovery-image] Jul 11 17:47:04.458 INFO O| Jul 11 17:47:04.458 INFO ok!
89962026-07-11T17:47:05.109Z[ recovery-image] Jul 11 17:47:04.458 INFO O| Jul 11 17:47:04.458 INFO STEP 44 (ensure_file) COMPLETE
89972026-07-11T17:47:05.109Z[ recovery-image] Jul 11 17:47:04.458 INFO O| Jul 11 17:47:04.458 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89982026-07-11T17:47:05.113Z[ recovery-image] Jul 11 17:47:04.464 INFO O| Jul 11 17:47:04.464 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89992026-07-11T17:47:05.113Z[ recovery-image] Jul 11 17:47:04.464 INFO O| Jul 11 17:47:04.464 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90002026-07-11T17:47:05.113Z[ recovery-image] Jul 11 17:47:04.464 INFO O| Jul 11 17:47:04.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90012026-07-11T17:47:05.113Z[ recovery-image] Jul 11 17:47:04.464 INFO O| Jul 11 17:47:04.464 INFO ok!
90022026-07-11T17:47:05.113Z[ recovery-image] Jul 11 17:47:04.464 INFO O| Jul 11 17:47:04.464 INFO STEP 45 (ensure_file) COMPLETE
90032026-07-11T17:47:05.114Z[ recovery-image] Jul 11 17:47:04.464 INFO O| Jul 11 17:47:04.464 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90042026-07-11T17:47:05.117Z[ recovery-image] Jul 11 17:47:04.469 INFO O| Jul 11 17:47:04.469 INFO updating shadow file
90052026-07-11T17:47:05.117Z[ recovery-image] Jul 11 17:47:04.469 INFO O| Jul 11 17:47:04.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90062026-07-11T17:47:05.117Z[ recovery-image] Jul 11 17:47:04.469 INFO O| Jul 11 17:47:04.469 INFO STEP 46 (shadow) COMPLETE
90072026-07-11T17:47:05.117Z[ recovery-image] Jul 11 17:47:04.469 INFO O| Jul 11 17:47:04.469 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90082026-07-11T17:47:05.122Z[ recovery-image] Jul 11 17:47:04.476 INFO O| Jul 11 17:47:04.476 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90092026-07-11T17:47:05.125Z[ recovery-image] Jul 11 17:47:04.476 INFO O| Jul 11 17:47:04.476 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90102026-07-11T17:47:05.126Z[ recovery-image] Jul 11 17:47:04.476 INFO O| Jul 11 17:47:04.476 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90112026-07-11T17:47:05.126Z[ recovery-image] Jul 11 17:47:04.476 INFO O| Jul 11 17:47:04.476 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90122026-07-11T17:47:05.126Z[ recovery-image] Jul 11 17:47:04.476 INFO O| Jul 11 17:47:04.476 INFO ok!
90132026-07-11T17:47:05.126Z[ recovery-image] Jul 11 17:47:04.476 INFO O| Jul 11 17:47:04.476 INFO STEP 47 (ensure_file) COMPLETE
90142026-07-11T17:47:05.126Z[ recovery-image] Jul 11 17:47:04.476 INFO O| Jul 11 17:47:04.476 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-07-11T17:47:05.130Z[ recovery-image] Jul 11 17:47:04.482 INFO O| Jul 11 17:47:04.482 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90162026-07-11T17:47:05.130Z[ recovery-image] Jul 11 17:47:04.482 INFO O| Jul 11 17:47:04.482 INFO STEP 48 (ensure_dir) COMPLETE
90172026-07-11T17:47:05.130Z[ recovery-image] Jul 11 17:47:04.482 INFO O| Jul 11 17:47:04.482 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90182026-07-11T17:47:05.134Z[ recovery-image] Jul 11 17:47:04.488 INFO O| Jul 11 17:47:04.488 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90192026-07-11T17:47:05.134Z[ recovery-image] Jul 11 17:47:04.488 INFO O| Jul 11 17:47:04.488 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90202026-07-11T17:47:05.134Z[ recovery-image] Jul 11 17:47:04.488 INFO O| Jul 11 17:47:04.488 INFO STEP 49 (ensure_dir) COMPLETE
90212026-07-11T17:47:05.134Z[ recovery-image] Jul 11 17:47:04.488 INFO O| Jul 11 17:47:04.488 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-07-11T17:47:05.142Z[ recovery-image] Jul 11 17:47:04.494 INFO O| Jul 11 17:47:04.494 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90232026-07-11T17:47:05.145Z[ recovery-image] Jul 11 17:47:04.494 INFO O| Jul 11 17:47:04.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90242026-07-11T17:47:05.146Z[ recovery-image] Jul 11 17:47:04.494 INFO O| Jul 11 17:47:04.494 INFO STEP 50 (ensure_dir) COMPLETE
90252026-07-11T17:47:05.146Z[ recovery-image] Jul 11 17:47:04.494 INFO O| Jul 11 17:47:04.494 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-07-11T17:47:05.149Z[ recovery-image] Jul 11 17:47:04.500 INFO O| Jul 11 17:47:04.500 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90272026-07-11T17:47:05.149Z[ recovery-image] Jul 11 17:47:04.500 INFO O| Jul 11 17:47:04.500 INFO copying /tmp/.tmpV6zDxN/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90282026-07-11T17:47:05.180Z[ recovery-image] Jul 11 17:47:04.533 INFO O| Jul 11 17:47:04.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90292026-07-11T17:47:05.180Z[ recovery-image] Jul 11 17:47:04.533 INFO O| Jul 11 17:47:04.533 INFO ok!
90302026-07-11T17:47:05.184Z[ recovery-image] Jul 11 17:47:04.533 INFO O| Jul 11 17:47:04.533 INFO STEP 51 (ensure_file) COMPLETE
90312026-07-11T17:47:05.184Z[ recovery-image] Jul 11 17:47:04.533 INFO O| Jul 11 17:47:04.533 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-07-11T17:47:05.187Z[ recovery-image] Jul 11 17:47:04.540 INFO O| Jul 11 17:47:04.540 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90332026-07-11T17:47:05.188Z[ recovery-image] Jul 11 17:47:04.540 INFO O| Jul 11 17:47:04.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90342026-07-11T17:47:05.188Z[ recovery-image] Jul 11 17:47:04.540 INFO O| Jul 11 17:47:04.540 INFO STEP 52 (ensure_dir) COMPLETE
90352026-07-11T17:47:05.188Z[ recovery-image] Jul 11 17:47:04.540 INFO O| Jul 11 17:47:04.540 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-07-11T17:47:05.193Z[ recovery-image] Jul 11 17:47:04.547 INFO O| Jul 11 17:47:04.547 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90372026-07-11T17:47:05.193Z[ recovery-image] Jul 11 17:47:04.547 INFO O| Jul 11 17:47:04.547 INFO copying /tmp/.tmpV6zDxN/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90382026-07-11T17:47:05.197Z[ recovery-image] Jul 11 17:47:04.547 INFO O| Jul 11 17:47:04.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90392026-07-11T17:47:05.197Z[ recovery-image] Jul 11 17:47:04.547 INFO O| Jul 11 17:47:04.547 INFO ok!
90402026-07-11T17:47:05.197Z[ recovery-image] Jul 11 17:47:04.547 INFO O| Jul 11 17:47:04.547 INFO STEP 53 (ensure_file) COMPLETE
90412026-07-11T17:47:05.197Z[ recovery-image] Jul 11 17:47:04.547 INFO O| Jul 11 17:47:04.547 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90422026-07-11T17:47:05.201Z[ recovery-image] Jul 11 17:47:04.553 INFO O| Jul 11 17:47:04.553 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90432026-07-11T17:47:05.201Z[ recovery-image] Jul 11 17:47:04.553 INFO O| Jul 11 17:47:04.553 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90442026-07-11T17:47:05.201Z[ recovery-image] Jul 11 17:47:04.553 INFO O| Jul 11 17:47:04.553 INFO STEP 54 (ensure_dir) COMPLETE
90452026-07-11T17:47:05.201Z[ recovery-image] Jul 11 17:47:04.553 INFO O| Jul 11 17:47:04.553 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-07-11T17:47:05.205Z[ recovery-image] Jul 11 17:47:04.559 INFO O| Jul 11 17:47:04.559 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90472026-07-11T17:47:05.205Z[ recovery-image] Jul 11 17:47:04.559 INFO O| Jul 11 17:47:04.559 INFO copying /tmp/.tmpV6zDxN/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90482026-07-11T17:47:05.708Z[ recovery-image] Jul 11 17:47:05.061 INFO O| Jul 11 17:47:05.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90492026-07-11T17:47:05.708Z[ recovery-image] Jul 11 17:47:05.062 INFO O| Jul 11 17:47:05.061 INFO ok!
90502026-07-11T17:47:05.708Z[ recovery-image] Jul 11 17:47:05.062 INFO O| Jul 11 17:47:05.061 INFO STEP 55 (ensure_file) COMPLETE
90512026-07-11T17:47:05.712Z[ recovery-image] Jul 11 17:47:05.062 INFO O| Jul 11 17:47:05.061 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-07-11T17:47:05.716Z[ recovery-image] Jul 11 17:47:05.070 INFO O| Jul 11 17:47:05.070 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90532026-07-11T17:47:05.716Z[ recovery-image] Jul 11 17:47:05.070 INFO O| Jul 11 17:47:05.070 INFO copying /tmp/.tmpV6zDxN/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90542026-07-11T17:47:06.207Z[ recovery-image] Jul 11 17:47:05.561 INFO O| Jul 11 17:47:05.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90552026-07-11T17:47:06.207Z[ recovery-image] Jul 11 17:47:05.561 INFO O| Jul 11 17:47:05.561 INFO ok!
90562026-07-11T17:47:06.207Z[ recovery-image] Jul 11 17:47:05.561 INFO O| Jul 11 17:47:05.561 INFO STEP 56 (ensure_file) COMPLETE
90572026-07-11T17:47:06.211Z[ recovery-image] Jul 11 17:47:05.561 INFO O| Jul 11 17:47:05.561 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90582026-07-11T17:47:06.214Z[ recovery-image] Jul 11 17:47:05.568 INFO O| Jul 11 17:47:05.568 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90592026-07-11T17:47:06.214Z[ recovery-image] Jul 11 17:47:05.568 INFO O| Jul 11 17:47:05.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90602026-07-11T17:47:06.214Z[ recovery-image] Jul 11 17:47:05.568 INFO O| Jul 11 17:47:05.568 INFO STEP 57 (ensure_dir) COMPLETE
90612026-07-11T17:47:06.215Z[ recovery-image] Jul 11 17:47:05.568 INFO O| Jul 11 17:47:05.568 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90622026-07-11T17:47:06.221Z[ recovery-image] Jul 11 17:47:05.575 INFO O| Jul 11 17:47:05.575 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90632026-07-11T17:47:06.221Z[ recovery-image] Jul 11 17:47:05.575 INFO O| Jul 11 17:47:05.575 INFO copying /tmp/.tmpV6zDxN/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 ...
90642026-07-11T17:47:06.225Z[ recovery-image] Jul 11 17:47:05.575 INFO O| Jul 11 17:47:05.575 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
90652026-07-11T17:47:06.225Z[ recovery-image] Jul 11 17:47:05.575 INFO O| Jul 11 17:47:05.575 INFO ok!
90662026-07-11T17:47:06.226Z[ recovery-image] Jul 11 17:47:05.575 INFO O| Jul 11 17:47:05.575 INFO STEP 58 (ensure_file) COMPLETE
90672026-07-11T17:47:06.226Z[ recovery-image] Jul 11 17:47:05.575 INFO O| Jul 11 17:47:05.575 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90682026-07-11T17:47:06.229Z[ recovery-image] Jul 11 17:47:05.582 INFO O| Jul 11 17:47:05.582 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90692026-07-11T17:47:06.229Z[ recovery-image] Jul 11 17:47:05.582 INFO O| Jul 11 17:47:05.582 INFO copying /tmp/.tmpV6zDxN/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 ...
90702026-07-11T17:47:06.229Z[ recovery-image] Jul 11 17:47:05.582 INFO O| Jul 11 17:47:05.582 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
90712026-07-11T17:47:06.229Z[ recovery-image] Jul 11 17:47:05.582 INFO O| Jul 11 17:47:05.582 INFO ok!
90722026-07-11T17:47:06.229Z[ recovery-image] Jul 11 17:47:05.582 INFO O| Jul 11 17:47:05.582 INFO STEP 59 (ensure_file) COMPLETE
90732026-07-11T17:47:06.229Z[ recovery-image] Jul 11 17:47:05.582 INFO O| Jul 11 17:47:05.582 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90742026-07-11T17:47:06.234Z[ recovery-image] Jul 11 17:47:05.588 INFO O| Jul 11 17:47:05.588 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90752026-07-11T17:47:06.237Z[ recovery-image] Jul 11 17:47:05.588 INFO O| Jul 11 17:47:05.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90762026-07-11T17:47:06.237Z[ recovery-image] Jul 11 17:47:05.589 INFO O| Jul 11 17:47:05.588 INFO STEP 60 (ensure_dir) COMPLETE
90772026-07-11T17:47:06.237Z[ recovery-image] Jul 11 17:47:05.589 INFO O| Jul 11 17:47:05.589 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90782026-07-11T17:47:06.241Z[ recovery-image] Jul 11 17:47:05.594 INFO O| Jul 11 17:47:05.594 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90792026-07-11T17:47:06.241Z[ recovery-image] Jul 11 17:47:05.594 INFO O| Jul 11 17:47:05.594 INFO copying /tmp/.tmpV6zDxN/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 ...
90802026-07-11T17:47:06.241Z[ recovery-image] Jul 11 17:47:05.594 INFO O| Jul 11 17:47:05.594 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90812026-07-11T17:47:06.241Z[ recovery-image] Jul 11 17:47:05.594 INFO O| Jul 11 17:47:05.594 INFO ok!
90822026-07-11T17:47:06.242Z[ recovery-image] Jul 11 17:47:05.594 INFO O| Jul 11 17:47:05.594 INFO STEP 61 (ensure_file) COMPLETE
90832026-07-11T17:47:06.242Z[ recovery-image] Jul 11 17:47:05.594 INFO O| Jul 11 17:47:05.594 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90842026-07-11T17:47:06.246Z[ recovery-image] Jul 11 17:47:05.600 INFO O| Jul 11 17:47:05.600 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90852026-07-11T17:47:06.246Z[ recovery-image] Jul 11 17:47:05.600 INFO O| Jul 11 17:47:05.600 INFO copying /tmp/.tmpV6zDxN/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 ...
90862026-07-11T17:47:06.246Z[ recovery-image] Jul 11 17:47:05.600 INFO O| Jul 11 17:47:05.600 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
90872026-07-11T17:47:06.249Z[ recovery-image] Jul 11 17:47:05.600 INFO O| Jul 11 17:47:05.600 INFO ok!
90882026-07-11T17:47:06.249Z[ recovery-image] Jul 11 17:47:05.600 INFO O| Jul 11 17:47:05.600 INFO STEP 62 (ensure_file) COMPLETE
90892026-07-11T17:47:06.249Z[ recovery-image] Jul 11 17:47:05.600 INFO O| Jul 11 17:47:05.600 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90902026-07-11T17:47:06.253Z[ recovery-image] Jul 11 17:47:05.606 INFO O| Jul 11 17:47:05.606 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90912026-07-11T17:47:06.253Z[ recovery-image] Jul 11 17:47:05.607 INFO O| Jul 11 17:47:05.606 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90922026-07-11T17:47:06.253Z[ recovery-image] Jul 11 17:47:05.607 INFO O| Jul 11 17:47:05.606 INFO STEP 63 (ensure_dir) COMPLETE
90932026-07-11T17:47:06.253Z[ recovery-image] Jul 11 17:47:05.607 INFO O| Jul 11 17:47:05.607 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90942026-07-11T17:47:06.258Z[ recovery-image] Jul 11 17:47:05.612 INFO O| Jul 11 17:47:05.612 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90952026-07-11T17:47:06.258Z[ recovery-image] Jul 11 17:47:05.612 INFO O| Jul 11 17:47:05.612 INFO copying /tmp/.tmpV6zDxN/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 ...
90962026-07-11T17:47:06.262Z[ recovery-image] Jul 11 17:47:05.612 INFO O| Jul 11 17:47:05.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90972026-07-11T17:47:06.262Z[ recovery-image] Jul 11 17:47:05.612 INFO O| Jul 11 17:47:05.612 INFO ok!
90982026-07-11T17:47:06.262Z[ recovery-image] Jul 11 17:47:05.612 INFO O| Jul 11 17:47:05.612 INFO STEP 64 (ensure_file) COMPLETE
90992026-07-11T17:47:06.262Z[ recovery-image] Jul 11 17:47:05.612 INFO O| Jul 11 17:47:05.612 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91002026-07-11T17:47:06.265Z[ recovery-image] Jul 11 17:47:05.619 INFO O| Jul 11 17:47:05.619 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91012026-07-11T17:47:06.265Z[ recovery-image] Jul 11 17:47:05.619 INFO O| Jul 11 17:47:05.619 INFO copying /tmp/.tmpV6zDxN/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91022026-07-11T17:47:06.265Z[ recovery-image] Jul 11 17:47:05.619 INFO O| Jul 11 17:47:05.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91032026-07-11T17:47:06.265Z[ recovery-image] Jul 11 17:47:05.619 INFO O| Jul 11 17:47:05.619 INFO ok!
91042026-07-11T17:47:06.265Z[ recovery-image] Jul 11 17:47:05.619 INFO O| Jul 11 17:47:05.619 INFO STEP 65 (ensure_file) COMPLETE
91052026-07-11T17:47:06.265Z[ recovery-image] Jul 11 17:47:05.619 INFO O| Jul 11 17:47:05.619 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91062026-07-11T17:47:06.271Z[ recovery-image] Jul 11 17:47:05.625 INFO O| Jul 11 17:47:05.625 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91072026-07-11T17:47:06.271Z[ recovery-image] Jul 11 17:47:05.625 INFO O| Jul 11 17:47:05.625 INFO STEP 66 (ensure_dir) COMPLETE
91082026-07-11T17:47:06.271Z[ recovery-image] Jul 11 17:47:05.625 INFO O| Jul 11 17:47:05.625 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91092026-07-11T17:47:06.276Z[ recovery-image] Jul 11 17:47:05.631 INFO O| Jul 11 17:47:05.631 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91102026-07-11T17:47:06.277Z[ recovery-image] Jul 11 17:47:05.631 INFO O| Jul 11 17:47:05.631 INFO STEP 67 (ensure_dir) COMPLETE
91112026-07-11T17:47:06.280Z[ recovery-image] Jul 11 17:47:05.631 INFO O| Jul 11 17:47:05.631 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91122026-07-11T17:47:06.284Z[ recovery-image] Jul 11 17:47:05.637 INFO O| Jul 11 17:47:05.637 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91132026-07-11T17:47:06.284Z[ recovery-image] Jul 11 17:47:05.637 INFO O| Jul 11 17:47:05.637 INFO STEP 68 (ensure_dir) COMPLETE
91142026-07-11T17:47:06.284Z[ recovery-image] Jul 11 17:47:05.637 INFO O| Jul 11 17:47:05.637 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91152026-07-11T17:47:06.289Z[ recovery-image] Jul 11 17:47:05.643 INFO O| Jul 11 17:47:05.643 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91162026-07-11T17:47:06.289Z[ recovery-image] Jul 11 17:47:05.643 INFO O| Jul 11 17:47:05.643 INFO STEP 69 (ensure_dir) COMPLETE
91172026-07-11T17:47:06.292Z[ recovery-image] Jul 11 17:47:05.643 INFO O| Jul 11 17:47:05.643 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91182026-07-11T17:47:06.296Z[ recovery-image] Jul 11 17:47:05.649 INFO O| Jul 11 17:47:05.649 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91192026-07-11T17:47:06.296Z[ recovery-image] Jul 11 17:47:05.649 INFO O| Jul 11 17:47:05.649 INFO copying /tmp/.tmpV6zDxN/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91202026-07-11T17:47:06.296Z[ recovery-image] Jul 11 17:47:05.649 INFO O| Jul 11 17:47:05.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91212026-07-11T17:47:06.296Z[ recovery-image] Jul 11 17:47:05.649 INFO O| Jul 11 17:47:05.649 INFO ok!
91222026-07-11T17:47:06.296Z[ recovery-image] Jul 11 17:47:05.649 INFO O| Jul 11 17:47:05.649 INFO STEP 70 (ensure_file) COMPLETE
91232026-07-11T17:47:06.296Z[ recovery-image] Jul 11 17:47:05.649 INFO O| Jul 11 17:47:05.649 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-07-11T17:47:06.301Z[ recovery-image] Jul 11 17:47:05.656 INFO O| Jul 11 17:47:05.656 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91252026-07-11T17:47:06.305Z[ recovery-image] Jul 11 17:47:05.656 INFO O| Jul 11 17:47:05.656 INFO STEP 71 (remove_files) COMPLETE
91262026-07-11T17:47:06.305Z[ recovery-image] Jul 11 17:47:05.656 INFO O| Jul 11 17:47:05.656 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-07-11T17:47:06.309Z[ recovery-image] Jul 11 17:47:05.662 INFO O| Jul 11 17:47:05.662 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91282026-07-11T17:47:06.309Z[ recovery-image] Jul 11 17:47:05.662 INFO O| Jul 11 17:47:05.662 INFO STEP 72 (remove_files) COMPLETE
91292026-07-11T17:47:06.309Z[ recovery-image] Jul 11 17:47:05.662 INFO O| Jul 11 17:47:05.662 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-07-11T17:47:06.314Z[ recovery-image] Jul 11 17:47:05.668 INFO O| Jul 11 17:47:05.668 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91312026-07-11T17:47:06.317Z[ recovery-image] Jul 11 17:47:05.668 INFO O| Jul 11 17:47:05.668 INFO STEP 73 (remove_files) COMPLETE
91322026-07-11T17:47:06.317Z[ recovery-image] Jul 11 17:47:05.668 INFO O| Jul 11 17:47:05.668 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-07-11T17:47:06.320Z[ recovery-image] Jul 11 17:47:05.674 INFO O| Jul 11 17:47:05.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91342026-07-11T17:47:06.321Z[ recovery-image] Jul 11 17:47:05.674 INFO O| Jul 11 17:47:05.674 INFO STEP 74 (remove_files) COMPLETE
91352026-07-11T17:47:06.321Z[ recovery-image] Jul 11 17:47:05.674 INFO O| Jul 11 17:47:05.674 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-07-11T17:47:06.327Z[ recovery-image] Jul 11 17:47:05.681 INFO O| Jul 11 17:47:05.681 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91372026-07-11T17:47:06.330Z[ recovery-image] Jul 11 17:47:05.681 INFO O| Jul 11 17:47:05.681 INFO STEP 75 (remove_files) COMPLETE
91382026-07-11T17:47:06.330Z[ recovery-image] Jul 11 17:47:05.681 INFO O| Jul 11 17:47:05.681 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-07-11T17:47:06.334Z[ recovery-image] Jul 11 17:47:05.687 INFO O| Jul 11 17:47:05.687 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91402026-07-11T17:47:06.334Z[ recovery-image] Jul 11 17:47:05.687 INFO O| Jul 11 17:47:05.687 INFO STEP 76 (remove_files) COMPLETE
91412026-07-11T17:47:06.334Z[ recovery-image] Jul 11 17:47:05.687 INFO O| Jul 11 17:47:05.687 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-07-11T17:47:06.391Z[ recovery-image] Jul 11 17:47:05.693 INFO O| Jul 11 17:47:05.693 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91432026-07-11T17:47:06.391Z[ recovery-image] Jul 11 17:47:05.694 INFO O| Jul 11 17:47:05.693 INFO STEP 77 (remove_files) COMPLETE
91442026-07-11T17:47:06.391Z[ recovery-image] Jul 11 17:47:05.694 INFO O| Jul 11 17:47:05.693 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-07-11T17:47:06.391Z[ recovery-image] Jul 11 17:47:05.700 INFO O| Jul 11 17:47:05.700 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91462026-07-11T17:47:06.391Z[ recovery-image] Jul 11 17:47:05.700 INFO O| Jul 11 17:47:05.700 INFO STEP 78 (remove_files) COMPLETE
91472026-07-11T17:47:06.391Z[ recovery-image] Jul 11 17:47:05.700 INFO O| Jul 11 17:47:05.700 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-07-11T17:47:06.391Z[ recovery-image] Jul 11 17:47:05.706 INFO O| Jul 11 17:47:05.706 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91492026-07-11T17:47:06.391Z[ recovery-image] Jul 11 17:47:05.706 INFO O| Jul 11 17:47:05.706 INFO STEP 79 (remove_files) COMPLETE
91502026-07-11T17:47:06.391Z[ recovery-image] Jul 11 17:47:05.706 INFO O| Jul 11 17:47:05.706 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.712 INFO O| Jul 11 17:47:05.712 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91522026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.712 INFO O| Jul 11 17:47:05.712 INFO STEP 80 (remove_files) COMPLETE
91532026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.712 INFO O| Jul 11 17:47:05.712 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.718 INFO O| Jul 11 17:47:05.718 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91552026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.718 INFO O| Jul 11 17:47:05.718 INFO STEP 81 (remove_files) COMPLETE
91562026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.718 INFO O| Jul 11 17:47:05.718 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.724 INFO O| Jul 11 17:47:05.724 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91582026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.724 INFO O| Jul 11 17:47:05.724 INFO STEP 82 (remove_files) COMPLETE
91592026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.724 INFO O| Jul 11 17:47:05.724 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.731 INFO O| Jul 11 17:47:05.731 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91612026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.731 INFO O| Jul 11 17:47:05.731 INFO STEP 83 (remove_files) COMPLETE
91622026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.731 INFO O| Jul 11 17:47:05.731 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.737 INFO O| Jul 11 17:47:05.737 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91642026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.737 INFO O| Jul 11 17:47:05.737 INFO STEP 84 (remove_files) COMPLETE
91652026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.737 INFO O| Jul 11 17:47:05.737 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.744 INFO O| Jul 11 17:47:05.744 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91672026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.744 INFO O| Jul 11 17:47:05.744 INFO STEP 85 (remove_files) COMPLETE
91682026-07-11T17:47:06.392Z[ recovery-image] Jul 11 17:47:05.744 INFO O| Jul 11 17:47:05.744 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-07-11T17:47:06.398Z[ recovery-image] Jul 11 17:47:05.750 INFO O| Jul 11 17:47:05.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91702026-07-11T17:47:06.398Z[ recovery-image] Jul 11 17:47:05.750 INFO O| Jul 11 17:47:05.750 INFO STEP 86 (remove_files) COMPLETE
91712026-07-11T17:47:06.398Z[ recovery-image] Jul 11 17:47:05.750 INFO O| Jul 11 17:47:05.750 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722026-07-11T17:47:06.402Z[ recovery-image] Jul 11 17:47:05.756 INFO O| Jul 11 17:47:05.756 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91732026-07-11T17:47:06.405Z[ recovery-image] Jul 11 17:47:05.756 INFO O| Jul 11 17:47:05.756 INFO STEP 87 (remove_files) COMPLETE
91742026-07-11T17:47:06.405Z[ recovery-image] Jul 11 17:47:05.756 INFO O| Jul 11 17:47:05.756 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752026-07-11T17:47:06.409Z[ recovery-image] Jul 11 17:47:05.762 INFO O| Jul 11 17:47:05.762 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91762026-07-11T17:47:06.409Z[ recovery-image] Jul 11 17:47:05.762 INFO O| Jul 11 17:47:05.762 INFO STEP 88 (remove_files) COMPLETE
91772026-07-11T17:47:06.409Z[ recovery-image] Jul 11 17:47:05.762 INFO O| Jul 11 17:47:05.762 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782026-07-11T17:47:06.414Z[ recovery-image] Jul 11 17:47:05.768 INFO O| Jul 11 17:47:05.768 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91792026-07-11T17:47:06.414Z[ recovery-image] Jul 11 17:47:05.768 INFO O| Jul 11 17:47:05.768 INFO STEP 89 (remove_files) COMPLETE
91802026-07-11T17:47:06.418Z[ recovery-image] Jul 11 17:47:05.768 INFO O| Jul 11 17:47:05.768 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812026-07-11T17:47:06.422Z[ recovery-image] Jul 11 17:47:05.774 INFO O| Jul 11 17:47:05.774 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91822026-07-11T17:47:06.422Z[ recovery-image] Jul 11 17:47:05.774 INFO O| Jul 11 17:47:05.774 INFO STEP 90 (remove_files) COMPLETE
91832026-07-11T17:47:06.422Z[ recovery-image] Jul 11 17:47:05.774 INFO O| Jul 11 17:47:05.774 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-07-11T17:47:06.426Z[ recovery-image] Jul 11 17:47:05.780 INFO O| Jul 11 17:47:05.780 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91852026-07-11T17:47:06.426Z[ recovery-image] Jul 11 17:47:05.780 INFO O| Jul 11 17:47:05.780 INFO STEP 91 (remove_files) COMPLETE
91862026-07-11T17:47:06.426Z[ recovery-image] Jul 11 17:47:05.780 INFO O| Jul 11 17:47:05.780 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-07-11T17:47:06.432Z[ recovery-image] Jul 11 17:47:05.786 INFO O| Jul 11 17:47:05.786 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91882026-07-11T17:47:06.432Z[ recovery-image] Jul 11 17:47:05.786 INFO O| Jul 11 17:47:05.786 INFO STEP 92 (remove_files) COMPLETE
91892026-07-11T17:47:06.435Z[ recovery-image] Jul 11 17:47:05.786 INFO O| Jul 11 17:47:05.786 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-07-11T17:47:06.439Z[ recovery-image] Jul 11 17:47:05.792 INFO O| Jul 11 17:47:05.792 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91912026-07-11T17:47:06.439Z[ recovery-image] Jul 11 17:47:05.792 INFO O| Jul 11 17:47:05.792 INFO STEP 93 (remove_files) COMPLETE
91922026-07-11T17:47:06.439Z[ recovery-image] Jul 11 17:47:05.792 INFO O| Jul 11 17:47:05.792 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-07-11T17:47:06.444Z[ recovery-image] Jul 11 17:47:05.798 INFO O| Jul 11 17:47:05.798 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91942026-07-11T17:47:06.447Z[ recovery-image] Jul 11 17:47:05.798 INFO O| Jul 11 17:47:05.798 INFO STEP 94 (remove_files) COMPLETE
91952026-07-11T17:47:06.447Z[ recovery-image] Jul 11 17:47:05.798 INFO O| Jul 11 17:47:05.798 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-07-11T17:47:06.451Z[ recovery-image] Jul 11 17:47:05.805 INFO O| Jul 11 17:47:05.804 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91972026-07-11T17:47:06.451Z[ recovery-image] Jul 11 17:47:05.805 INFO O| Jul 11 17:47:05.805 INFO STEP 95 (remove_files) COMPLETE
91982026-07-11T17:47:06.451Z[ recovery-image] Jul 11 17:47:05.805 INFO O| Jul 11 17:47:05.805 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-07-11T17:47:06.456Z[ recovery-image] Jul 11 17:47:05.811 INFO O| Jul 11 17:47:05.811 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92002026-07-11T17:47:06.456Z[ recovery-image] Jul 11 17:47:05.811 INFO O| Jul 11 17:47:05.811 INFO STEP 96 (remove_files) COMPLETE
92012026-07-11T17:47:06.460Z[ recovery-image] Jul 11 17:47:05.811 INFO O| Jul 11 17:47:05.811 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-07-11T17:47:06.464Z[ recovery-image] Jul 11 17:47:05.817 INFO O| Jul 11 17:47:05.817 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92032026-07-11T17:47:06.464Z[ recovery-image] Jul 11 17:47:05.817 INFO O| Jul 11 17:47:05.817 INFO STEP 97 (remove_files) COMPLETE
92042026-07-11T17:47:06.464Z[ recovery-image] Jul 11 17:47:05.817 INFO O| Jul 11 17:47:05.817 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-07-11T17:47:06.468Z[ recovery-image] Jul 11 17:47:05.822 INFO O| Jul 11 17:47:05.822 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92062026-07-11T17:47:06.468Z[ recovery-image] Jul 11 17:47:05.822 INFO O| Jul 11 17:47:05.822 INFO STEP 98 (remove_files) COMPLETE
92072026-07-11T17:47:06.471Z[ recovery-image] Jul 11 17:47:05.822 INFO O| Jul 11 17:47:05.822 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082026-07-11T17:47:06.475Z[ recovery-image] Jul 11 17:47:05.829 INFO O| Jul 11 17:47:05.829 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92092026-07-11T17:47:06.475Z[ recovery-image] Jul 11 17:47:05.829 INFO O| Jul 11 17:47:05.829 INFO STEP 99 (remove_files) COMPLETE
92102026-07-11T17:47:06.475Z[ recovery-image] Jul 11 17:47:05.829 INFO O| Jul 11 17:47:05.829 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92112026-07-11T17:47:06.484Z[ recovery-image] Jul 11 17:47:05.838 INFO O| Jul 11 17:47:05.838 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92122026-07-11T17:47:06.484Z[ recovery-image] Jul 11 17:47:05.838 INFO O| Jul 11 17:47:05.838 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92132026-07-11T17:47:09.888Z[ recovery-image] Jul 11 17:47:09.241 INFO O| Jul 11 17:47:09.241 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
92142026-07-11T17:47:09.888Z[ recovery-image] Jul 11 17:47:09.241 INFO O| Jul 11 17:47:09.241 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92152026-07-11T17:47:09.898Z[ recovery-image] Jul 11 17:47:09.252 INFO O| Jul 11 17:47:09.252 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92162026-07-11T17:47:09.986Z[ recovery-image] Jul 11 17:47:09.340 INFO O| Jul 11 17:47:09.340 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
92172026-07-11T17:47:10.036Z[ recovery-image] Jul 11 17:47:09.390 INFO O| Jul 11 17:47:09.389 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92182026-07-11T17:47:10.093Z[ recovery-image] Jul 11 17:47:09.447 INFO O| Jul 11 17:47:09.447 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92192026-07-11T17:47:10.093Z[ recovery-image] Jul 11 17:47:09.447 INFO O| Jul 11 17:47:09.447 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 ...
92202026-07-11T17:47:10.097Z[ recovery-image] Jul 11 17:47:09.448 INFO O| Jul 11 17:47:09.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92212026-07-11T17:47:10.097Z[ recovery-image] Jul 11 17:47:09.448 INFO O| Jul 11 17:47:09.448 INFO ok!
92222026-07-11T17:47:10.098Z[ recovery-image] Jul 11 17:47:09.448 INFO O| Jul 11 17:47:09.448 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92232026-07-11T17:47:10.098Z[ recovery-image] Jul 11 17:47:09.448 INFO O| Jul 11 17:47:09.448 INFO STEP 100 (seed_smf) COMPLETE
92242026-07-11T17:47:10.098Z[ recovery-image] Jul 11 17:47:09.448 INFO O| Jul 11 17:47:09.448 INFO steps complete; finalising image!
92252026-07-11T17:47:10.098Z[ recovery-image] Jul 11 17:47:09.448 INFO O| Jul 11 17:47:09.448 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92262026-07-11T17:47:10.221Z[ recovery-image] Jul 11 17:47:09.575 INFO O| Jul 11 17:47:09.575 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Sat Jul 11 17:47:09 2026)
92272026-07-11T17:47:10.426Z[ recovery-image] Jul 11 17:47:09.780 INFO O| Jul 11 17:47:09.780 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Jul 11 17:47:09 2026)
92282026-07-11T17:47:10.630Z[ recovery-image] Jul 11 17:47:09.984 INFO O| Jul 11 17:47:09.984 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Jul 11 17:47:09 2026)
92292026-07-11T17:47:10.842Z[ recovery-image] Jul 11 17:47:10.197 INFO O| Jul 11 17:47:10.196 INFO temporary pool has 492M used, 1.27G avail, 1.00x compressratio
92302026-07-11T17:47:10.843Z[ recovery-image] Jul 11 17:47:10.197 INFO O| Jul 11 17:47:10.196 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92312026-07-11T17:47:11.088Z[ recovery-image] Jul 11 17:47:10.442 INFO O| Jul 11 17:47:10.442 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
92322026-07-11T17:47:11.088Z[ recovery-image] Jul 11 17:47:10.442 INFO O| Jul 11 17:47:10.442 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92332026-07-11T17:47:13.112Z[ recovery-image] Jul 11 17:47:12.466 INFO O| Jul 11 17:47:12.466 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92342026-07-11T17:47:13.112Z[ recovery-image] Jul 11 17:47:12.466 INFO O| Jul 11 17:47:12.466 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92352026-07-11T17:47:13.116Z[ recovery-image] Jul 11 17:47:12.466 INFO O| Jul 11 17:47:12.466 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92362026-07-11T17:47:13.116Z[ recovery-image] Jul 11 17:47:12.466 INFO O| Jul 11 17:47:12.466 INFO completed processing sled/zfs-recovery
92372026-07-11T17:47:13.116Z[ recovery-image] Jul 11 17:47:12.466 INFO O| Jul 11 17:47:12.466 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92382026-07-11T17:47:15.015Z[ recovery-image] Jul 11 17:47:14.369 INFO O| Jul 11 17:47:14.369 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92392026-07-11T17:47:15.093Z[ recovery-image] Jul 11 17:47:14.448 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
92402026-07-11T17:47:15.094Z[ recovery-image] Jul 11 17:47:14.448 INFO expanded image name: "recovery 8cd11db/${os_short_commit} 2026-07-11 17:33" -> "recovery 8cd11db/9b09742 2026-07-11 17:33"
92412026-07-11T17:47:15.098Z[ recovery-image] Jul 11 17:47:14.448 INFO output artefacts stored in: "/work/os-recovery"
92422026-07-11T17:47:15.098Z[ recovery-image] Jul 11 17:47:14.448 INFO collecting git info from project "amd-host-image-builder"...
92432026-07-11T17:47:15.112Z[ recovery-image] Jul 11 17:47:14.466 INFO collecting git info from project "bootserver"...
92442026-07-11T17:47:15.116Z[ recovery-image] Jul 11 17:47:14.471 INFO collecting git info from project "amd-firmware"...
92452026-07-11T17:47:15.360Z[ recovery-image] Jul 11 17:47:14.714 INFO collecting git info from project "image-builder"...
92462026-07-11T17:47:15.366Z[ recovery-image] Jul 11 17:47:14.720 INFO collecting git info from project "pinprick"...
92472026-07-11T17:47:15.370Z[ recovery-image] Jul 11 17:47:14.725 INFO collecting git info from project "pilot"...
92482026-07-11T17:47:15.377Z[ recovery-image] Jul 11 17:47:14.731 INFO collecting git info from project "chelsio-t6-roms"...
92492026-07-11T17:47:15.392Z[ recovery-image] Jul 11 17:47:14.746 INFO collecting git info from project "dmar-report"...
92502026-07-11T17:47:15.400Z[ recovery-image] Jul 11 17:47:14.754 INFO collecting git info from project "phbl"...
92512026-07-11T17:47:15.405Z[ recovery-image] Jul 11 17:47:14.759 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92522026-07-11T17:47:15.699Z[ recovery-image] Jul 11 17:47:15.052 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92532026-07-11T17:47:15.987Z[ recovery-image] Jul 11 17:47:15.341 INFO creating Oxide boot image...
92542026-07-11T17:47:15.987Z[ recovery-image] Jul 11 17:47:15.341 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 8cd11db/9b09742 2026-07-11 17:33", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92552026-07-11T17:47:28.827Z[ host-image] Jul 11 17:47:28.181 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92562026-07-11T17:47:28.827Z[ host-image] Jul 11 17:47:28.181 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92572026-07-11T17:47:28.827Z[ host-image] Jul 11 17:47:28.182 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92582026-07-11T17:47:28.831Z[ host-image] Jul 11 17:47:28.182 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92592026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.182 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92602026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.182 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92612026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.182 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92622026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.182 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92632026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.182 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260711T173352Z
92642026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.182 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92652026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.182 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92662026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.182 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92672026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.183 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92682026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.183 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92692026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.183 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92702026-07-11T17:47:28.832Z[ host-image] Jul 11 17:47:28.183 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92712026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.183 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92722026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92732026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92742026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92752026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92762026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92772026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92782026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92792026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92802026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92812026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92822026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92832026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92842026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92852026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92862026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92872026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92882026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92892026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92902026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.184 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92912026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.185 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92922026-07-11T17:47:28.833Z[ host-image] Jul 11 17:47:28.185 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92932026-07-11T17:47:28.836Z[ host-image] Jul 11 17:47:28.187 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92942026-07-11T17:47:28.836Z[ host-image] Jul 11 17:47:28.187 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92952026-07-11T17:47:28.836Z[ host-image] Jul 11 17:47:28.188 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92962026-07-11T17:47:28.836Z[ host-image] Jul 11 17:47:28.188 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92972026-07-11T17:47:28.836Z[ host-image] Jul 11 17:47:28.188 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92982026-07-11T17:47:28.836Z[ host-image] Jul 11 17:47:28.188 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92992026-07-11T17:47:28.836Z[ host-image] Jul 11 17:47:28.188 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
93002026-07-11T17:47:28.836Z[ host-image] Jul 11 17:47:28.188 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93012026-07-11T17:47:28.836Z[ host-image] Jul 11 17:47:28.188 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93022026-07-11T17:47:28.837Z[ host-image] Jul 11 17:47:28.188 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93032026-07-11T17:47:28.837Z[ host-image] Jul 11 17:47:28.188 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93042026-07-11T17:47:28.840Z[ host-image] Jul 11 17:47:28.192 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93052026-07-11T17:47:28.840Z[ host-image] Jul 11 17:47:28.192 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93062026-07-11T17:47:28.840Z[ host-image] Jul 11 17:47:28.192 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93072026-07-11T17:47:28.840Z[ host-image] Jul 11 17:47:28.192 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93082026-07-11T17:47:28.840Z[ host-image] Jul 11 17:47:28.192 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93092026-07-11T17:47:28.840Z[ host-image] Jul 11 17:47:28.192 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93102026-07-11T17:47:28.849Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93112026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93122026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93132026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
93142026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
93152026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93162026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
93172026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93182026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93192026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93202026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93212026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
93222026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.204 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93232026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.205 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93242026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.205 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93252026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.205 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93262026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.206 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
93272026-07-11T17:47:28.852Z[ host-image] Jul 11 17:47:28.206 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93282026-07-11T17:47:28.856Z[ host-image] Jul 11 17:47:28.209 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93292026-07-11T17:47:28.856Z[ host-image] Jul 11 17:47:28.209 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
93302026-07-11T17:47:28.856Z[ host-image] Jul 11 17:47:28.210 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
93312026-07-11T17:47:28.856Z[ host-image] Jul 11 17:47:28.210 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
93322026-07-11T17:47:28.856Z[ host-image] Jul 11 17:47:28.210 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93332026-07-11T17:47:28.859Z[ host-image] Jul 11 17:47:28.210 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
93342026-07-11T17:47:28.859Z[ host-image] Jul 11 17:47:28.210 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
93352026-07-11T17:47:28.859Z[ host-image] Jul 11 17:47:28.211 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
93362026-07-11T17:47:28.860Z[ host-image] Jul 11 17:47:28.211 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
93372026-07-11T17:47:28.860Z[ host-image] Jul 11 17:47:28.212 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93382026-07-11T17:47:28.860Z[ host-image] Jul 11 17:47:28.212 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
93392026-07-11T17:47:28.860Z[ host-image] Jul 11 17:47:28.212 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
93402026-07-11T17:47:28.860Z[ host-image] Jul 11 17:47:28.212 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93412026-07-11T17:47:28.860Z[ host-image] Jul 11 17:47:28.212 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
93422026-07-11T17:47:28.860Z[ host-image] Jul 11 17:47:28.212 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
93432026-07-11T17:47:28.860Z[ host-image] Jul 11 17:47:28.212 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
93442026-07-11T17:47:28.860Z[ host-image] Jul 11 17:47:28.212 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93452026-07-11T17:47:28.860Z[ host-image] Jul 11 17:47:28.214 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93462026-07-11T17:47:28.863Z[ host-image] Jul 11 17:47:28.214 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93472026-07-11T17:47:28.863Z[ host-image] Jul 11 17:47:28.215 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93482026-07-11T17:47:28.863Z[ host-image] Jul 11 17:47:28.215 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93492026-07-11T17:47:28.863Z[ host-image] Jul 11 17:47:28.215 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93502026-07-11T17:47:28.863Z[ host-image] Jul 11 17:47:28.215 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93512026-07-11T17:47:28.863Z[ host-image] Jul 11 17:47:28.215 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93522026-07-11T17:47:28.863Z[ host-image] Jul 11 17:47:28.215 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93532026-07-11T17:47:28.863Z[ host-image] Jul 11 17:47:28.215 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93542026-07-11T17:47:28.866Z[ host-image] Jul 11 17:47:28.218 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93552026-07-11T17:47:28.866Z[ host-image] Jul 11 17:47:28.218 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93562026-07-11T17:47:28.866Z[ host-image] Jul 11 17:47:28.218 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93572026-07-11T17:47:28.866Z[ host-image] Jul 11 17:47:28.219 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93582026-07-11T17:47:28.866Z[ host-image] Jul 11 17:47:28.219 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93592026-07-11T17:47:28.870Z[ host-image] Jul 11 17:47:28.224 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93602026-07-11T17:47:28.870Z[ host-image] Jul 11 17:47:28.224 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93612026-07-11T17:47:28.873Z[ host-image] Jul 11 17:47:28.225 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93622026-07-11T17:47:28.873Z[ host-image] Jul 11 17:47:28.225 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93632026-07-11T17:47:28.873Z[ host-image] Jul 11 17:47:28.225 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93642026-07-11T17:47:28.878Z[ host-image] Jul 11 17:47:28.233 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93652026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.233 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93662026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.233 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93672026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.233 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93682026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.233 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93692026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.234 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93702026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.234 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93712026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.234 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93722026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.234 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93732026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.234 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93742026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.234 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93752026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.234 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93762026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.234 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93772026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.235 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93782026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.235 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93792026-07-11T17:47:28.881Z[ host-image] Jul 11 17:47:28.235 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93802026-07-11T17:47:28.882Z[ host-image] Jul 11 17:47:28.235 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93812026-07-11T17:47:28.882Z[ host-image] Jul 11 17:47:28.235 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93822026-07-11T17:47:28.882Z[ host-image] Jul 11 17:47:28.235 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93832026-07-11T17:47:28.882Z[ host-image] Jul 11 17:47:28.235 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93842026-07-11T17:47:28.882Z[ host-image] Jul 11 17:47:28.235 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93852026-07-11T17:47:28.882Z[ host-image] Jul 11 17:47:28.236 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93862026-07-11T17:47:28.882Z[ host-image] Jul 11 17:47:28.236 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93872026-07-11T17:47:28.885Z[ host-image] Jul 11 17:47:28.236 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93882026-07-11T17:47:28.885Z[ host-image] Jul 11 17:47:28.236 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93892026-07-11T17:47:28.885Z[ host-image] Jul 11 17:47:28.236 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93902026-07-11T17:47:28.885Z[ host-image] Jul 11 17:47:28.236 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93912026-07-11T17:47:28.885Z[ host-image] Jul 11 17:47:28.236 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93922026-07-11T17:47:28.885Z[ host-image] Jul 11 17:47:28.236 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93932026-07-11T17:47:28.885Z[ host-image] Jul 11 17:47:28.236 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93942026-07-11T17:47:28.886Z[ host-image] Jul 11 17:47:28.237 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93952026-07-11T17:47:28.886Z[ host-image] Jul 11 17:47:28.237 INFO O| tempdir @ "/tmp/.tmpZlAYA2/tmp"
93962026-07-11T17:47:28.886Z[ host-image] Jul 11 17:47:28.237 INFO O| image root @ "/tmp/.tmpZlAYA2/tmp/root"
93972026-07-11T17:47:28.886Z[ host-image] Jul 11 17:47:28.237 INFO O| creating image...
93982026-07-11T17:47:29.197Z[ host-image] Jul 11 17:47:28.551 INFO O| copying publishers...
93992026-07-11T17:47:30.028Z[ host-image] Jul 11 17:47:29.382 INFO O| adding properties...
94002026-07-11T17:47:30.805Z[ host-image] Jul 11 17:47:30.160 INFO O| installing packages...
94012026-07-11T17:47:40.014Z[ host-image] Jul 11 17:47:39.368 INFO O| seeding SMF database...
94022026-07-11T17:47:44.248Z[ host-image] Jul 11 17:47:43.602 INFO O| configuring SMF profile...
94032026-07-11T17:47:44.248Z[ host-image] Jul 11 17:47:43.602 INFO O| modifying shadow(5)...
94042026-07-11T17:47:44.248Z[ host-image] Jul 11 17:47:43.602 INFO O| loading user and group database...
94052026-07-11T17:47:44.251Z[ host-image] Jul 11 17:47:43.602 INFO O| loading facet selections...
94062026-07-11T17:47:44.536Z[ host-image] Jul 11 17:47:43.890 INFO O| devel -> true
94072026-07-11T17:47:44.536Z[ host-image] Jul 11 17:47:43.890 INFO O| doc.man -> true
94082026-07-11T17:47:44.539Z[ host-image] Jul 11 17:47:43.890 INFO O| version-lock.shell/ksh93 -> true
94092026-07-11T17:47:44.540Z[ host-image] Jul 11 17:47:43.890 INFO O| version-lock.system/data/hardware-registry -> true
94102026-07-11T17:47:44.540Z[ host-image] Jul 11 17:47:43.890 INFO O| version-lock.system/data/zoneinfo -> true
94112026-07-11T17:47:44.540Z[ host-image] Jul 11 17:47:43.890 INFO O| version-lock.system/microcode/amd -> true
94122026-07-11T17:47:44.540Z[ host-image] Jul 11 17:47:43.890 INFO O| version-lock.system/microcode/intel -> true
94132026-07-11T17:47:44.540Z[ host-image] Jul 11 17:47:43.890 INFO O| version-lock.system/microcode/oxide -> true
94142026-07-11T17:47:44.540Z[ host-image] Jul 11 17:47:43.890 INFO O| assessing packaged files...
94152026-07-11T17:47:46.074Z[ host-image] Jul 11 17:47:45.429 INFO O| creating archive...
94162026-07-11T17:47:46.095Z[ host-image] Jul 11 17:47:45.449 INFO O| missing from packaging:
94172026-07-11T17:47:46.098Z[ host-image] Jul 11 17:47:45.449 INFO O| "etc/.pwd.lock"
94182026-07-11T17:47:46.098Z[ host-image] Jul 11 17:47:45.449 INFO O| "etc/bash"
94192026-07-11T17:47:46.098Z[ host-image] Jul 11 17:47:45.452 INFO O| "etc/svc/profile/generic.xml"
94202026-07-11T17:47:46.101Z[ host-image] Jul 11 17:47:45.452 INFO O| "etc/svc/profile/inetd_services.xml"
94212026-07-11T17:47:46.101Z[ host-image] Jul 11 17:47:45.452 INFO O| "etc/svc/profile/name_service.xml"
94222026-07-11T17:47:46.101Z[ host-image] Jul 11 17:47:45.452 INFO O| "etc/svc/profile/platform.xml"
94232026-07-11T17:47:46.101Z[ host-image] Jul 11 17:47:45.452 INFO O| "etc/svc/profile/platform_omicron1.xml"
94242026-07-11T17:47:46.101Z[ host-image] Jul 11 17:47:45.452 INFO O| "etc/svc/repository.db"
94252026-07-11T17:47:46.104Z[ host-image] Jul 11 17:47:45.458 INFO O| "opt/ooce/share"
94262026-07-11T17:47:46.104Z[ host-image] Jul 11 17:47:45.458 INFO O| "opt/ooce/share/man"
94272026-07-11T17:47:46.104Z[ host-image] Jul 11 17:47:45.458 INFO O| "opt/ooce/share/man/man1"
94282026-07-11T17:47:46.110Z[ host-image] Jul 11 17:47:45.465 INFO O| finishing archive...
94292026-07-11T17:47:48.426Z[ host-image] Jul 11 17:47:47.780 INFO O| creating gzonly manifest...
94302026-07-11T17:47:48.432Z[ host-image] Jul 11 17:47:47.786 INFO O| ok
94312026-07-11T17:47:48.515Z[ host-image] Jul 11 17:47:47.869 INFO image builder template: ramdisk-02-trim...
94322026-07-11T17:47:48.518Z[ host-image] Jul 11 17:47:47.869 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/.tmpV6zDxN/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94332026-07-11T17:47:48.531Z[ host-image] Jul 11 17:47:47.886 INFO O| Jul 11 17:47:47.885 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94342026-07-11T17:47:48.535Z[ host-image] Jul 11 17:47:47.889 INFO O| Jul 11 17:47:47.889 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94352026-07-11T17:47:48.807Z[ host-image] Jul 11 17:47:48.161 INFO O| Jul 11 17:47:48.161 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94362026-07-11T17:47:49.004Z[ host-image] Jul 11 17:47:48.358 INFO O| Jul 11 17:47:48.358 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94372026-07-11T17:47:49.004Z[ host-image] Jul 11 17:47:48.358 INFO O| Jul 11 17:47:48.358 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94382026-07-11T17:47:49.007Z[ host-image] Jul 11 17:47:48.362 INFO O| Jul 11 17:47:48.362 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94392026-07-11T17:47:49.011Z[ host-image] Jul 11 17:47:48.366 INFO O| Jul 11 17:47:48.366 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94402026-07-11T17:47:49.015Z[ host-image] Jul 11 17:47:48.369 INFO O| Jul 11 17:47:48.369 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94412026-07-11T17:47:49.472Z[ host-image] Jul 11 17:47:48.824 INFO O| Jul 11 17:47:48.824 INFO rolled back to input snapshot; work may begin
94422026-07-11T17:47:49.472Z[ host-image] Jul 11 17:47:48.824 INFO O| Jul 11 17:47:48.824 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94432026-07-11T17:47:49.476Z[ host-image] Jul 11 17:47:48.828 INFO O| Jul 11 17:47:48.828 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94442026-07-11T17:47:49.482Z[ host-image] Jul 11 17:47:48.836 INFO O| Jul 11 17:47:48.836 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94452026-07-11T17:47:49.518Z[ host-image] Jul 11 17:47:48.872 INFO O| Jul 11 17:47:48.872 INFO STEP 0 (remove_files) COMPLETE
94462026-07-11T17:47:49.519Z[ host-image] Jul 11 17:47:48.872 INFO O| Jul 11 17:47:48.872 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-07-11T17:47:49.527Z[ host-image] Jul 11 17:47:48.881 INFO O| Jul 11 17:47:48.881 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94482026-07-11T17:47:49.531Z[ host-image] Jul 11 17:47:48.882 INFO O| Jul 11 17:47:48.882 INFO STEP 1 (remove_files) COMPLETE
94492026-07-11T17:47:49.531Z[ host-image] Jul 11 17:47:48.882 INFO O| Jul 11 17:47:48.882 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-07-11T17:47:49.535Z[ host-image] Jul 11 17:47:48.890 INFO O| Jul 11 17:47:48.890 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94512026-07-11T17:47:49.547Z[ host-image] Jul 11 17:47:48.902 INFO O| Jul 11 17:47:48.902 INFO STEP 2 (remove_files) COMPLETE
94522026-07-11T17:47:49.548Z[ host-image] Jul 11 17:47:48.902 INFO O| Jul 11 17:47:48.902 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-07-11T17:47:49.555Z[ host-image] Jul 11 17:47:48.909 INFO O| Jul 11 17:47:48.909 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94542026-07-11T17:47:49.559Z[ host-image] Jul 11 17:47:48.910 INFO O| Jul 11 17:47:48.910 INFO STEP 3 (remove_files) COMPLETE
94552026-07-11T17:47:49.559Z[ host-image] Jul 11 17:47:48.910 INFO O| Jul 11 17:47:48.910 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-07-11T17:47:49.564Z[ host-image] Jul 11 17:47:48.918 INFO O| Jul 11 17:47:48.918 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94572026-07-11T17:47:49.567Z[ host-image] Jul 11 17:47:48.921 INFO O| Jul 11 17:47:48.921 INFO STEP 4 (remove_files) COMPLETE
94582026-07-11T17:47:49.567Z[ host-image] Jul 11 17:47:48.921 INFO O| Jul 11 17:47:48.921 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-07-11T17:47:49.573Z[ host-image] Jul 11 17:47:48.928 INFO O| Jul 11 17:47:48.928 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94602026-07-11T17:47:49.577Z[ host-image] Jul 11 17:47:48.929 INFO O| Jul 11 17:47:48.929 INFO STEP 5 (remove_files) COMPLETE
94612026-07-11T17:47:49.577Z[ host-image] Jul 11 17:47:48.929 INFO O| Jul 11 17:47:48.929 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-07-11T17:47:49.582Z[ host-image] Jul 11 17:47:48.936 INFO O| Jul 11 17:47:48.936 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94632026-07-11T17:47:49.591Z[ host-image] Jul 11 17:47:48.945 INFO O| Jul 11 17:47:48.945 INFO STEP 6 (remove_files) COMPLETE
94642026-07-11T17:47:49.591Z[ host-image] Jul 11 17:47:48.945 INFO O| Jul 11 17:47:48.945 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-07-11T17:47:49.594Z[ host-image] Jul 11 17:47:48.945 INFO O| Jul 11 17:47:48.945 INFO skip step because feature "heliosv2" is not enabled
94662026-07-11T17:47:49.594Z[ host-image] Jul 11 17:47:48.945 INFO O| Jul 11 17:47:48.945 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672026-07-11T17:47:49.597Z[ host-image] Jul 11 17:47:48.951 INFO O| Jul 11 17:47:48.951 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94682026-07-11T17:47:49.607Z[ host-image] Jul 11 17:47:48.961 INFO O| Jul 11 17:47:48.961 INFO STEP 8 (remove_files) COMPLETE
94692026-07-11T17:47:49.607Z[ host-image] Jul 11 17:47:48.961 INFO O| Jul 11 17:47:48.961 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-07-11T17:47:49.612Z[ host-image] Jul 11 17:47:48.967 INFO O| Jul 11 17:47:48.967 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94712026-07-11T17:47:49.673Z[ host-image] Jul 11 17:47:49.027 INFO O| Jul 11 17:47:49.027 INFO STEP 9 (remove_files) COMPLETE
94722026-07-11T17:47:49.673Z[ host-image] Jul 11 17:47:49.027 INFO O| Jul 11 17:47:49.027 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-07-11T17:47:49.682Z[ host-image] Jul 11 17:47:49.036 INFO O| Jul 11 17:47:49.036 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94742026-07-11T17:47:49.750Z[ host-image] Jul 11 17:47:49.104 INFO O| Jul 11 17:47:49.104 INFO STEP 10 (remove_files) COMPLETE
94752026-07-11T17:47:49.750Z[ host-image] Jul 11 17:47:49.104 INFO O| Jul 11 17:47:49.104 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-07-11T17:47:49.758Z[ host-image] Jul 11 17:47:49.112 INFO O| Jul 11 17:47:49.112 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94772026-07-11T17:47:49.761Z[ host-image] Jul 11 17:47:49.114 INFO O| Jul 11 17:47:49.114 INFO STEP 11 (remove_files) COMPLETE
94782026-07-11T17:47:49.761Z[ host-image] Jul 11 17:47:49.114 INFO O| Jul 11 17:47:49.114 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-07-11T17:47:49.767Z[ host-image] Jul 11 17:47:49.121 INFO O| Jul 11 17:47:49.121 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94802026-07-11T17:47:49.770Z[ host-image] Jul 11 17:47:49.122 INFO O| Jul 11 17:47:49.122 INFO STEP 12 (remove_files) COMPLETE
94812026-07-11T17:47:49.770Z[ host-image] Jul 11 17:47:49.122 INFO O| Jul 11 17:47:49.122 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-07-11T17:47:49.773Z[ host-image] Jul 11 17:47:49.127 INFO O| Jul 11 17:47:49.127 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94832026-07-11T17:47:49.776Z[ host-image] Jul 11 17:47:49.128 INFO O| Jul 11 17:47:49.128 INFO STEP 13 (remove_files) COMPLETE
94842026-07-11T17:47:49.776Z[ host-image] Jul 11 17:47:49.128 INFO O| Jul 11 17:47:49.128 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-07-11T17:47:49.794Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94862026-07-11T17:47:49.794Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94872026-07-11T17:47:49.797Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94882026-07-11T17:47:49.797Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94892026-07-11T17:47:49.797Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94902026-07-11T17:47:49.797Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94912026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94922026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94932026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94942026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94952026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94962026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94972026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.148 INFO O| Jul 11 17:47:49.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94982026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.149 INFO O| Jul 11 17:47:49.149 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94992026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.149 INFO O| Jul 11 17:47:49.149 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95002026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.149 INFO O| Jul 11 17:47:49.149 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95012026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.150 INFO O| Jul 11 17:47:49.150 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95022026-07-11T17:47:49.798Z[ host-image] Jul 11 17:47:49.150 INFO O| Jul 11 17:47:49.150 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95032026-07-11T17:47:49.841Z[ host-image] Jul 11 17:47:49.195 INFO O| Jul 11 17:47:49.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95042026-07-11T17:47:49.845Z[ host-image] Jul 11 17:47:49.199 INFO O| Jul 11 17:47:49.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95052026-07-11T17:47:49.998Z[ host-image] Jul 11 17:47:49.352 INFO O| Jul 11 17:47:49.352 INFO STEP 14 (remove_files) COMPLETE
95062026-07-11T17:47:49.998Z[ host-image] Jul 11 17:47:49.352 INFO O| Jul 11 17:47:49.352 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-07-11T17:47:50.005Z[ host-image] Jul 11 17:47:49.359 INFO O| Jul 11 17:47:49.359 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95082026-07-11T17:47:50.008Z[ host-image] Jul 11 17:47:49.360 INFO O| Jul 11 17:47:49.360 INFO STEP 15 (remove_files) COMPLETE
95092026-07-11T17:47:50.008Z[ host-image] Jul 11 17:47:49.360 INFO O| Jul 11 17:47:49.360 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-07-11T17:47:50.056Z[ host-image] Jul 11 17:47:49.365 INFO O| Jul 11 17:47:49.365 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95112026-07-11T17:47:50.056Z[ host-image] Jul 11 17:47:49.370 INFO O| Jul 11 17:47:49.370 INFO STEP 16 (remove_files) COMPLETE
95122026-07-11T17:47:50.056Z[ host-image] Jul 11 17:47:49.370 INFO O| Jul 11 17:47:49.370 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-07-11T17:47:50.056Z[ host-image] Jul 11 17:47:49.375 INFO O| Jul 11 17:47:49.375 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95142026-07-11T17:47:50.056Z[ host-image] Jul 11 17:47:49.375 INFO O| Jul 11 17:47:49.375 INFO STEP 17 (remove_files) COMPLETE
95152026-07-11T17:47:50.056Z[ host-image] Jul 11 17:47:49.375 INFO O| Jul 11 17:47:49.375 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-07-11T17:47:50.056Z[ host-image] Jul 11 17:47:49.380 INFO O| Jul 11 17:47:49.380 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95172026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.381 INFO O| Jul 11 17:47:49.381 INFO STEP 18 (remove_files) COMPLETE
95182026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.381 INFO O| Jul 11 17:47:49.381 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.387 INFO O| Jul 11 17:47:49.387 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95202026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.387 INFO O| Jul 11 17:47:49.387 INFO STEP 19 (remove_files) COMPLETE
95212026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.387 INFO O| Jul 11 17:47:49.387 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.392 INFO O| Jul 11 17:47:49.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95232026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.392 INFO O| Jul 11 17:47:49.392 INFO STEP 20 (remove_files) COMPLETE
95242026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.392 INFO O| Jul 11 17:47:49.392 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.400 INFO O| Jul 11 17:47:49.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95262026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.400 INFO O| Jul 11 17:47:49.400 INFO STEP 21 (remove_files) COMPLETE
95272026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.400 INFO O| Jul 11 17:47:49.400 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.405 INFO O| Jul 11 17:47:49.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95292026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.405 INFO O| Jul 11 17:47:49.405 INFO STEP 22 (remove_files) COMPLETE
95302026-07-11T17:47:50.057Z[ host-image] Jul 11 17:47:49.405 INFO O| Jul 11 17:47:49.405 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-07-11T17:47:50.062Z[ host-image] Jul 11 17:47:49.411 INFO O| Jul 11 17:47:49.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95322026-07-11T17:47:50.062Z[ host-image] Jul 11 17:47:49.411 INFO O| Jul 11 17:47:49.411 INFO STEP 23 (remove_files) COMPLETE
95332026-07-11T17:47:50.062Z[ host-image] Jul 11 17:47:49.411 INFO O| Jul 11 17:47:49.411 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-07-11T17:47:50.065Z[ host-image] Jul 11 17:47:49.417 INFO O| Jul 11 17:47:49.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95352026-07-11T17:47:50.065Z[ host-image] Jul 11 17:47:49.417 INFO O| Jul 11 17:47:49.417 INFO STEP 24 (remove_files) COMPLETE
95362026-07-11T17:47:50.065Z[ host-image] Jul 11 17:47:49.417 INFO O| Jul 11 17:47:49.417 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-07-11T17:47:50.069Z[ host-image] Jul 11 17:47:49.423 INFO O| Jul 11 17:47:49.423 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95382026-07-11T17:47:50.069Z[ host-image] Jul 11 17:47:49.423 INFO O| Jul 11 17:47:49.423 INFO STEP 25 (remove_files) COMPLETE
95392026-07-11T17:47:50.072Z[ host-image] Jul 11 17:47:49.423 INFO O| Jul 11 17:47:49.423 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-07-11T17:47:50.076Z[ host-image] Jul 11 17:47:49.429 INFO O| Jul 11 17:47:49.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95412026-07-11T17:47:50.076Z[ host-image] Jul 11 17:47:49.429 INFO O| Jul 11 17:47:49.429 INFO STEP 26 (remove_files) COMPLETE
95422026-07-11T17:47:50.076Z[ host-image] Jul 11 17:47:49.429 INFO O| Jul 11 17:47:49.429 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-07-11T17:47:50.080Z[ host-image] Jul 11 17:47:49.435 INFO O| Jul 11 17:47:49.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95442026-07-11T17:47:50.080Z[ host-image] Jul 11 17:47:49.435 INFO O| Jul 11 17:47:49.435 INFO STEP 27 (remove_files) COMPLETE
95452026-07-11T17:47:50.084Z[ host-image] Jul 11 17:47:49.435 INFO O| Jul 11 17:47:49.435 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-07-11T17:47:50.087Z[ host-image] Jul 11 17:47:49.441 INFO O| Jul 11 17:47:49.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95472026-07-11T17:47:50.087Z[ host-image] Jul 11 17:47:49.441 INFO O| Jul 11 17:47:49.441 INFO STEP 28 (remove_files) COMPLETE
95482026-07-11T17:47:50.087Z[ host-image] Jul 11 17:47:49.441 INFO O| Jul 11 17:47:49.441 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-07-11T17:47:50.092Z[ host-image] Jul 11 17:47:49.446 INFO O| Jul 11 17:47:49.446 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95502026-07-11T17:47:50.092Z[ host-image] Jul 11 17:47:49.446 INFO O| Jul 11 17:47:49.446 INFO STEP 29 (remove_files) COMPLETE
95512026-07-11T17:47:50.095Z[ host-image] Jul 11 17:47:49.446 INFO O| Jul 11 17:47:49.446 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-07-11T17:47:50.098Z[ host-image] Jul 11 17:47:49.452 INFO O| Jul 11 17:47:49.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95532026-07-11T17:47:50.098Z[ host-image] Jul 11 17:47:49.452 INFO O| Jul 11 17:47:49.452 INFO STEP 30 (remove_files) COMPLETE
95542026-07-11T17:47:50.098Z[ host-image] Jul 11 17:47:49.452 INFO O| Jul 11 17:47:49.452 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-07-11T17:47:50.105Z[ host-image] Jul 11 17:47:49.459 INFO O| Jul 11 17:47:49.459 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95562026-07-11T17:47:50.108Z[ host-image] Jul 11 17:47:49.459 INFO O| Jul 11 17:47:49.459 INFO STEP 31 (remove_files) COMPLETE
95572026-07-11T17:47:50.108Z[ host-image] Jul 11 17:47:49.459 INFO O| Jul 11 17:47:49.459 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-07-11T17:47:50.112Z[ host-image] Jul 11 17:47:49.466 INFO O| Jul 11 17:47:49.466 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95592026-07-11T17:47:50.112Z[ host-image] Jul 11 17:47:49.466 INFO O| Jul 11 17:47:49.466 INFO STEP 32 (remove_files) COMPLETE
95602026-07-11T17:47:50.115Z[ host-image] Jul 11 17:47:49.466 INFO O| Jul 11 17:47:49.466 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-07-11T17:47:50.118Z[ host-image] Jul 11 17:47:49.472 INFO O| Jul 11 17:47:49.472 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95622026-07-11T17:47:50.118Z[ host-image] Jul 11 17:47:49.472 INFO O| Jul 11 17:47:49.472 INFO STEP 33 (remove_files) COMPLETE
95632026-07-11T17:47:50.118Z[ host-image] Jul 11 17:47:49.472 INFO O| Jul 11 17:47:49.472 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-07-11T17:47:50.123Z[ host-image] Jul 11 17:47:49.477 INFO O| Jul 11 17:47:49.477 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95652026-07-11T17:47:50.123Z[ host-image] Jul 11 17:47:49.477 INFO O| Jul 11 17:47:49.477 INFO STEP 34 (remove_files) COMPLETE
95662026-07-11T17:47:50.126Z[ host-image] Jul 11 17:47:49.477 INFO O| Jul 11 17:47:49.477 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-07-11T17:47:50.129Z[ host-image] Jul 11 17:47:49.482 INFO O| Jul 11 17:47:49.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95682026-07-11T17:47:50.129Z[ host-image] Jul 11 17:47:49.482 INFO O| Jul 11 17:47:49.482 INFO STEP 35 (remove_files) COMPLETE
95692026-07-11T17:47:50.129Z[ host-image] Jul 11 17:47:49.482 INFO O| Jul 11 17:47:49.482 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-07-11T17:47:50.133Z[ host-image] Jul 11 17:47:49.488 INFO O| Jul 11 17:47:49.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95712026-07-11T17:47:50.133Z[ host-image] Jul 11 17:47:49.488 INFO O| Jul 11 17:47:49.488 INFO STEP 36 (remove_files) COMPLETE
95722026-07-11T17:47:50.133Z[ host-image] Jul 11 17:47:49.488 INFO O| Jul 11 17:47:49.488 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-07-11T17:47:50.140Z[ host-image] Jul 11 17:47:49.495 INFO O| Jul 11 17:47:49.495 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95742026-07-11T17:47:50.140Z[ host-image] Jul 11 17:47:49.495 INFO O| Jul 11 17:47:49.495 INFO STEP 37 (remove_files) COMPLETE
95752026-07-11T17:47:50.144Z[ host-image] Jul 11 17:47:49.495 INFO O| Jul 11 17:47:49.495 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-07-11T17:47:50.147Z[ host-image] Jul 11 17:47:49.502 INFO O| Jul 11 17:47:49.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95772026-07-11T17:47:50.147Z[ host-image] Jul 11 17:47:49.502 INFO O| Jul 11 17:47:49.502 INFO STEP 38 (remove_files) COMPLETE
95782026-07-11T17:47:50.147Z[ host-image] Jul 11 17:47:49.502 INFO O| Jul 11 17:47:49.502 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-07-11T17:47:50.154Z[ host-image] Jul 11 17:47:49.508 INFO O| Jul 11 17:47:49.508 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95802026-07-11T17:47:50.154Z[ host-image] Jul 11 17:47:49.508 INFO O| Jul 11 17:47:49.508 INFO STEP 39 (remove_files) COMPLETE
95812026-07-11T17:47:50.154Z[ host-image] Jul 11 17:47:49.508 INFO O| Jul 11 17:47:49.508 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-07-11T17:47:50.159Z[ host-image] Jul 11 17:47:49.514 INFO O| Jul 11 17:47:49.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95832026-07-11T17:47:50.159Z[ host-image] Jul 11 17:47:49.514 INFO O| Jul 11 17:47:49.514 INFO STEP 40 (remove_files) COMPLETE
95842026-07-11T17:47:50.159Z[ host-image] Jul 11 17:47:49.514 INFO O| Jul 11 17:47:49.514 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-07-11T17:47:50.165Z[ host-image] Jul 11 17:47:49.519 INFO O| Jul 11 17:47:49.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95862026-07-11T17:47:50.168Z[ host-image] Jul 11 17:47:49.519 INFO O| Jul 11 17:47:49.519 INFO STEP 41 (remove_files) COMPLETE
95872026-07-11T17:47:50.168Z[ host-image] Jul 11 17:47:49.519 INFO O| Jul 11 17:47:49.519 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-07-11T17:47:50.172Z[ host-image] Jul 11 17:47:49.526 INFO O| Jul 11 17:47:49.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95892026-07-11T17:47:50.172Z[ host-image] Jul 11 17:47:49.526 INFO O| Jul 11 17:47:49.526 INFO STEP 42 (remove_files) COMPLETE
95902026-07-11T17:47:50.175Z[ host-image] Jul 11 17:47:49.526 INFO O| Jul 11 17:47:49.526 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-07-11T17:47:50.178Z[ host-image] Jul 11 17:47:49.531 INFO O| Jul 11 17:47:49.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95922026-07-11T17:47:50.178Z[ host-image] Jul 11 17:47:49.531 INFO O| Jul 11 17:47:49.531 INFO STEP 43 (remove_files) COMPLETE
95932026-07-11T17:47:50.178Z[ host-image] Jul 11 17:47:49.531 INFO O| Jul 11 17:47:49.531 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-07-11T17:47:50.182Z[ host-image] Jul 11 17:47:49.537 INFO O| Jul 11 17:47:49.537 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95952026-07-11T17:47:50.182Z[ host-image] Jul 11 17:47:49.537 INFO O| Jul 11 17:47:49.537 INFO STEP 44 (remove_files) COMPLETE
95962026-07-11T17:47:50.182Z[ host-image] Jul 11 17:47:49.537 INFO O| Jul 11 17:47:49.537 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-07-11T17:47:50.189Z[ host-image] Jul 11 17:47:49.543 INFO O| Jul 11 17:47:49.543 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95982026-07-11T17:47:50.189Z[ host-image] Jul 11 17:47:49.543 INFO O| Jul 11 17:47:49.543 INFO STEP 45 (remove_files) COMPLETE
95992026-07-11T17:47:50.192Z[ host-image] Jul 11 17:47:49.543 INFO O| Jul 11 17:47:49.543 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-07-11T17:47:50.195Z[ host-image] Jul 11 17:47:49.550 INFO O| Jul 11 17:47:49.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96012026-07-11T17:47:50.196Z[ host-image] Jul 11 17:47:49.550 INFO O| Jul 11 17:47:49.550 INFO STEP 46 (remove_files) COMPLETE
96022026-07-11T17:47:50.196Z[ host-image] Jul 11 17:47:49.550 INFO O| Jul 11 17:47:49.550 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-07-11T17:47:50.201Z[ host-image] Jul 11 17:47:49.556 INFO O| Jul 11 17:47:49.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96042026-07-11T17:47:50.201Z[ host-image] Jul 11 17:47:49.556 INFO O| Jul 11 17:47:49.556 INFO STEP 47 (remove_files) COMPLETE
96052026-07-11T17:47:50.204Z[ host-image] Jul 11 17:47:49.556 INFO O| Jul 11 17:47:49.556 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-07-11T17:47:50.207Z[ host-image] Jul 11 17:47:49.561 INFO O| Jul 11 17:47:49.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96072026-07-11T17:47:50.207Z[ host-image] Jul 11 17:47:49.561 INFO O| Jul 11 17:47:49.561 INFO STEP 48 (remove_files) COMPLETE
96082026-07-11T17:47:50.207Z[ host-image] Jul 11 17:47:49.561 INFO O| Jul 11 17:47:49.561 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-07-11T17:47:50.212Z[ host-image] Jul 11 17:47:49.566 INFO O| Jul 11 17:47:49.566 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96102026-07-11T17:47:50.212Z[ host-image] Jul 11 17:47:49.566 INFO O| Jul 11 17:47:49.566 INFO STEP 49 (remove_files) COMPLETE
96112026-07-11T17:47:50.215Z[ host-image] Jul 11 17:47:49.566 INFO O| Jul 11 17:47:49.566 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-07-11T17:47:50.218Z[ host-image] Jul 11 17:47:49.573 INFO O| Jul 11 17:47:49.573 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96132026-07-11T17:47:50.222Z[ host-image] Jul 11 17:47:49.573 INFO O| Jul 11 17:47:49.573 INFO STEP 50 (remove_files) COMPLETE
96142026-07-11T17:47:50.222Z[ host-image] Jul 11 17:47:49.573 INFO O| Jul 11 17:47:49.573 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-07-11T17:47:50.225Z[ host-image] Jul 11 17:47:49.578 INFO O| Jul 11 17:47:49.578 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96162026-07-11T17:47:50.225Z[ host-image] Jul 11 17:47:49.578 INFO O| Jul 11 17:47:49.578 INFO STEP 51 (remove_files) COMPLETE
96172026-07-11T17:47:50.225Z[ host-image] Jul 11 17:47:49.578 INFO O| Jul 11 17:47:49.578 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-07-11T17:47:50.230Z[ host-image] Jul 11 17:47:49.585 INFO O| Jul 11 17:47:49.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96192026-07-11T17:47:50.230Z[ host-image] Jul 11 17:47:49.585 INFO O| Jul 11 17:47:49.585 INFO STEP 52 (remove_files) COMPLETE
96202026-07-11T17:47:50.234Z[ host-image] Jul 11 17:47:49.585 INFO O| Jul 11 17:47:49.585 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-07-11T17:47:50.238Z[ host-image] Jul 11 17:47:49.591 INFO O| Jul 11 17:47:49.591 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96222026-07-11T17:47:50.238Z[ host-image] Jul 11 17:47:49.591 INFO O| Jul 11 17:47:49.591 INFO STEP 53 (remove_files) COMPLETE
96232026-07-11T17:47:50.238Z[ host-image] Jul 11 17:47:49.591 INFO O| Jul 11 17:47:49.591 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-07-11T17:47:50.244Z[ host-image] Jul 11 17:47:49.598 INFO O| Jul 11 17:47:49.598 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96252026-07-11T17:47:50.247Z[ host-image] Jul 11 17:47:49.598 INFO O| Jul 11 17:47:49.598 INFO STEP 54 (remove_files) COMPLETE
96262026-07-11T17:47:50.247Z[ host-image] Jul 11 17:47:49.598 INFO O| Jul 11 17:47:49.598 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-07-11T17:47:50.251Z[ host-image] Jul 11 17:47:49.605 INFO O| Jul 11 17:47:49.605 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96282026-07-11T17:47:50.251Z[ host-image] Jul 11 17:47:49.605 INFO O| Jul 11 17:47:49.605 INFO STEP 55 (remove_files) COMPLETE
96292026-07-11T17:47:50.254Z[ host-image] Jul 11 17:47:49.605 INFO O| Jul 11 17:47:49.605 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-07-11T17:47:50.257Z[ host-image] Jul 11 17:47:49.612 INFO O| Jul 11 17:47:49.612 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96312026-07-11T17:47:50.257Z[ host-image] Jul 11 17:47:49.612 INFO O| Jul 11 17:47:49.612 INFO STEP 56 (remove_files) COMPLETE
96322026-07-11T17:47:50.257Z[ host-image] Jul 11 17:47:49.612 INFO O| Jul 11 17:47:49.612 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-07-11T17:47:50.263Z[ host-image] Jul 11 17:47:49.618 INFO O| Jul 11 17:47:49.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96342026-07-11T17:47:50.264Z[ host-image] Jul 11 17:47:49.618 INFO O| Jul 11 17:47:49.618 INFO STEP 57 (remove_files) COMPLETE
96352026-07-11T17:47:50.267Z[ host-image] Jul 11 17:47:49.618 INFO O| Jul 11 17:47:49.618 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-07-11T17:47:50.270Z[ host-image] Jul 11 17:47:49.624 INFO O| Jul 11 17:47:49.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96372026-07-11T17:47:50.270Z[ host-image] Jul 11 17:47:49.624 INFO O| Jul 11 17:47:49.624 INFO STEP 58 (remove_files) COMPLETE
96382026-07-11T17:47:50.270Z[ host-image] Jul 11 17:47:49.624 INFO O| Jul 11 17:47:49.624 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-07-11T17:47:50.276Z[ host-image] Jul 11 17:47:49.630 INFO O| Jul 11 17:47:49.630 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96402026-07-11T17:47:50.276Z[ host-image] Jul 11 17:47:49.630 INFO O| Jul 11 17:47:49.630 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96412026-07-11T17:47:50.279Z[ host-image] Jul 11 17:47:49.630 INFO O| Jul 11 17:47:49.630 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96422026-07-11T17:47:50.279Z[ host-image] Jul 11 17:47:49.630 INFO O| Jul 11 17:47:49.630 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96432026-07-11T17:47:50.279Z[ host-image] Jul 11 17:47:49.630 INFO O| Jul 11 17:47:49.630 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96442026-07-11T17:47:50.279Z[ host-image] Jul 11 17:47:49.630 INFO O| Jul 11 17:47:49.630 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96452026-07-11T17:47:50.279Z[ host-image] Jul 11 17:47:49.631 INFO O| Jul 11 17:47:49.630 INFO ok!
96462026-07-11T17:47:50.279Z[ host-image] Jul 11 17:47:49.631 INFO O| Jul 11 17:47:49.630 INFO STEP 59 (ensure_file) COMPLETE
96472026-07-11T17:47:50.279Z[ host-image] Jul 11 17:47:49.631 INFO O| Jul 11 17:47:49.631 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-07-11T17:47:50.283Z[ host-image] Jul 11 17:47:49.637 INFO O| Jul 11 17:47:49.637 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96492026-07-11T17:47:50.283Z[ host-image] Jul 11 17:47:49.637 INFO O| Jul 11 17:47:49.637 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96502026-07-11T17:47:50.283Z[ host-image] Jul 11 17:47:49.637 INFO O| Jul 11 17:47:49.637 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96512026-07-11T17:47:50.283Z[ host-image] Jul 11 17:47:49.637 INFO O| Jul 11 17:47:49.637 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96522026-07-11T17:47:50.283Z[ host-image] Jul 11 17:47:49.637 INFO O| Jul 11 17:47:49.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96532026-07-11T17:47:50.283Z[ host-image] Jul 11 17:47:49.637 INFO O| Jul 11 17:47:49.637 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96542026-07-11T17:47:50.283Z[ host-image] Jul 11 17:47:49.637 INFO O| Jul 11 17:47:49.637 INFO ok!
96552026-07-11T17:47:50.283Z[ host-image] Jul 11 17:47:49.637 INFO O| Jul 11 17:47:49.637 INFO STEP 60 (ensure_file) COMPLETE
96562026-07-11T17:47:50.283Z[ host-image] Jul 11 17:47:49.637 INFO O| Jul 11 17:47:49.637 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-07-11T17:47:50.290Z[ host-image] Jul 11 17:47:49.644 INFO O| Jul 11 17:47:49.644 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96582026-07-11T17:47:50.290Z[ host-image] Jul 11 17:47:49.644 INFO O| Jul 11 17:47:49.644 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96592026-07-11T17:47:50.294Z[ host-image] Jul 11 17:47:49.644 INFO O| Jul 11 17:47:49.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96602026-07-11T17:47:50.294Z[ host-image] Jul 11 17:47:49.644 INFO O| Jul 11 17:47:49.644 INFO ok!
96612026-07-11T17:47:50.294Z[ host-image] Jul 11 17:47:49.644 INFO O| Jul 11 17:47:49.644 INFO STEP 61 (ensure_file) COMPLETE
96622026-07-11T17:47:50.294Z[ host-image] Jul 11 17:47:49.644 INFO O| Jul 11 17:47:49.644 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-07-11T17:47:50.298Z[ host-image] Jul 11 17:47:49.651 INFO O| Jul 11 17:47:49.650 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96642026-07-11T17:47:50.298Z[ host-image] Jul 11 17:47:49.651 INFO O| Jul 11 17:47:49.651 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96652026-07-11T17:47:50.298Z[ host-image] Jul 11 17:47:49.651 INFO O| Jul 11 17:47:49.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96662026-07-11T17:47:50.298Z[ host-image] Jul 11 17:47:49.651 INFO O| Jul 11 17:47:49.651 INFO ok!
96672026-07-11T17:47:50.298Z[ host-image] Jul 11 17:47:49.651 INFO O| Jul 11 17:47:49.651 INFO STEP 62 (ensure_file) COMPLETE
96682026-07-11T17:47:50.298Z[ host-image] Jul 11 17:47:49.651 INFO O| Jul 11 17:47:49.651 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-07-11T17:47:50.303Z[ host-image] Jul 11 17:47:49.657 INFO O| Jul 11 17:47:49.657 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96702026-07-11T17:47:50.303Z[ host-image] Jul 11 17:47:49.657 INFO O| Jul 11 17:47:49.657 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96712026-07-11T17:47:50.303Z[ host-image] Jul 11 17:47:49.657 INFO O| Jul 11 17:47:49.657 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96722026-07-11T17:47:50.303Z[ host-image] Jul 11 17:47:49.657 INFO O| Jul 11 17:47:49.657 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96732026-07-11T17:47:50.306Z[ host-image] Jul 11 17:47:49.657 INFO O| Jul 11 17:47:49.657 INFO ok!
96742026-07-11T17:47:50.306Z[ host-image] Jul 11 17:47:49.657 INFO O| Jul 11 17:47:49.657 INFO STEP 63 (ensure_file) COMPLETE
96752026-07-11T17:47:50.306Z[ host-image] Jul 11 17:47:49.657 INFO O| Jul 11 17:47:49.657 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-07-11T17:47:50.309Z[ host-image] Jul 11 17:47:49.663 INFO O| Jul 11 17:47:49.663 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96772026-07-11T17:47:50.309Z[ host-image] Jul 11 17:47:49.663 INFO O| Jul 11 17:47:49.663 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96782026-07-11T17:47:50.310Z[ host-image] Jul 11 17:47:49.663 INFO O| Jul 11 17:47:49.663 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96792026-07-11T17:47:50.310Z[ host-image] Jul 11 17:47:49.663 INFO O| Jul 11 17:47:49.663 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96802026-07-11T17:47:50.310Z[ host-image] Jul 11 17:47:49.663 INFO O| Jul 11 17:47:49.663 INFO ok!
96812026-07-11T17:47:50.310Z[ host-image] Jul 11 17:47:49.663 INFO O| Jul 11 17:47:49.663 INFO STEP 64 (ensure_file) COMPLETE
96822026-07-11T17:47:50.310Z[ host-image] Jul 11 17:47:49.663 INFO O| Jul 11 17:47:49.663 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-07-11T17:47:50.316Z[ host-image] Jul 11 17:47:49.670 INFO O| Jul 11 17:47:49.670 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96842026-07-11T17:47:50.316Z[ host-image] Jul 11 17:47:49.670 INFO O| Jul 11 17:47:49.670 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96852026-07-11T17:47:50.319Z[ host-image] Jul 11 17:47:49.670 INFO O| Jul 11 17:47:49.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96862026-07-11T17:47:50.319Z[ host-image] Jul 11 17:47:49.670 INFO O| Jul 11 17:47:49.670 INFO ok!
96872026-07-11T17:47:50.319Z[ host-image] Jul 11 17:47:49.670 INFO O| Jul 11 17:47:49.670 INFO STEP 65 (assemble_files) COMPLETE
96882026-07-11T17:47:50.319Z[ host-image] Jul 11 17:47:49.670 INFO O| Jul 11 17:47:49.670 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-07-11T17:47:50.323Z[ host-image] Jul 11 17:47:49.678 INFO O| Jul 11 17:47:49.678 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96902026-07-11T17:47:50.323Z[ host-image] Jul 11 17:47:49.678 INFO O| Jul 11 17:47:49.678 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96912026-07-11T17:47:50.323Z[ host-image] Jul 11 17:47:49.678 INFO O| Jul 11 17:47:49.678 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96922026-07-11T17:47:50.326Z[ host-image] Jul 11 17:47:49.678 INFO O| Jul 11 17:47:49.678 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96932026-07-11T17:47:50.327Z[ host-image] Jul 11 17:47:49.678 INFO O| Jul 11 17:47:49.678 INFO ok!
96942026-07-11T17:47:50.327Z[ host-image] Jul 11 17:47:49.678 INFO O| Jul 11 17:47:49.678 INFO STEP 66 (ensure_file) COMPLETE
96952026-07-11T17:47:50.327Z[ host-image] Jul 11 17:47:49.678 INFO O| Jul 11 17:47:49.678 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96962026-07-11T17:47:50.330Z[ host-image] Jul 11 17:47:49.684 INFO O| Jul 11 17:47:49.684 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96972026-07-11T17:47:50.330Z[ host-image] Jul 11 17:47:49.684 INFO O| Jul 11 17:47:49.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96982026-07-11T17:47:50.330Z[ host-image] Jul 11 17:47:49.684 INFO O| Jul 11 17:47:49.684 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96992026-07-11T17:47:50.330Z[ host-image] Jul 11 17:47:49.684 INFO O| Jul 11 17:47:49.684 INFO STEP 67 (ensure_dir) COMPLETE
97002026-07-11T17:47:50.330Z[ host-image] Jul 11 17:47:49.684 INFO O| Jul 11 17:47:49.684 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-07-11T17:47:50.338Z[ host-image] Jul 11 17:47:49.691 INFO O| Jul 11 17:47:49.691 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97022026-07-11T17:47:50.338Z[ host-image] Jul 11 17:47:49.691 INFO O| Jul 11 17:47:49.691 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 ...
97032026-07-11T17:47:50.342Z[ host-image] Jul 11 17:47:49.697 INFO O| Jul 11 17:47:49.696 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
97042026-07-11T17:47:50.342Z[ host-image] Jul 11 17:47:49.697 INFO O| Jul 11 17:47:49.696 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97052026-07-11T17:47:50.345Z[ host-image] Jul 11 17:47:49.697 INFO O| Jul 11 17:47:49.696 INFO ok!
97062026-07-11T17:47:50.346Z[ host-image] Jul 11 17:47:49.697 INFO O| Jul 11 17:47:49.697 INFO STEP 68 (ensure_file) COMPLETE
97072026-07-11T17:47:50.346Z[ host-image] Jul 11 17:47:49.697 INFO O| Jul 11 17:47:49.697 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97082026-07-11T17:47:50.349Z[ host-image] Jul 11 17:47:49.703 INFO O| Jul 11 17:47:49.703 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97092026-07-11T17:47:50.349Z[ host-image] Jul 11 17:47:49.703 INFO O| Jul 11 17:47:49.703 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 ...
97102026-07-11T17:47:50.349Z[ host-image] Jul 11 17:47:49.703 INFO O| Jul 11 17:47:49.703 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
97112026-07-11T17:47:50.349Z[ host-image] Jul 11 17:47:49.703 INFO O| Jul 11 17:47:49.703 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97122026-07-11T17:47:50.349Z[ host-image] Jul 11 17:47:49.703 INFO O| Jul 11 17:47:49.703 INFO ok!
97132026-07-11T17:47:50.349Z[ host-image] Jul 11 17:47:49.703 INFO O| Jul 11 17:47:49.703 INFO STEP 69 (ensure_file) COMPLETE
97142026-07-11T17:47:50.350Z[ host-image] Jul 11 17:47:49.703 INFO O| Jul 11 17:47:49.703 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97152026-07-11T17:47:50.362Z[ host-image] Jul 11 17:47:49.716 INFO O| Jul 11 17:47:49.716 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97162026-07-11T17:47:50.362Z[ host-image] Jul 11 17:47:49.716 INFO O| Jul 11 17:47:49.716 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97172026-07-11T17:47:51.827Z[ host-image] Jul 11 17:47:51.180 INFO O| Jul 11 17:47:51.180 INFO STEP 70 (pack_tar) COMPLETE
97182026-07-11T17:47:51.828Z[ host-image] Jul 11 17:47:51.181 INFO O| Jul 11 17:47:51.180 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97192026-07-11T17:47:51.828Z[ host-image] Jul 11 17:47:51.181 INFO O| Jul 11 17:47:51.180 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97202026-07-11T17:47:52.385Z[ host-image] Jul 11 17:47:51.739 INFO O| Jul 11 17:47:51.739 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97212026-07-11T17:47:52.526Z[ host-image] Jul 11 17:47:51.880 INFO O| Jul 11 17:47:51.880 INFO completed processing sled/ramdisk-02-trim
97222026-07-11T17:47:52.529Z[ host-image] Jul 11 17:47:51.882 INFO image builder template: zfs...
97232026-07-11T17:47:52.529Z[ host-image] Jul 11 17:47:51.882 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/.tmpV6zDxN/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs"], pwd: None
97242026-07-11T17:47:52.539Z[ host-image] Jul 11 17:47:51.893 INFO O| Jul 11 17:47:51.893 INFO skip include "stress" because feature "stress" is not enabled
97252026-07-11T17:47:52.539Z[ host-image] Jul 11 17:47:51.893 INFO O| Jul 11 17:47:51.893 INFO skip include "stress" because feature "compliance" is not enabled
97262026-07-11T17:47:52.565Z[ host-image] Jul 11 17:47:51.919 INFO O| Jul 11 17:47:51.919 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97272026-07-11T17:47:52.568Z[ host-image] Jul 11 17:47:51.922 INFO O| Jul 11 17:47:51.922 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97282026-07-11T17:47:52.706Z[ host-image] Jul 11 17:47:52.060 INFO O| Jul 11 17:47:52.060 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97292026-07-11T17:47:52.833Z[ host-image] Jul 11 17:47:52.185 INFO O| Jul 11 17:47:52.185 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97302026-07-11T17:47:52.833Z[ host-image] Jul 11 17:47:52.185 INFO O| Jul 11 17:47:52.185 INFO work dataset: rpool/images/build/host/work/sled/zfs
97312026-07-11T17:47:52.836Z[ host-image] Jul 11 17:47:52.189 INFO O| Jul 11 17:47:52.189 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97322026-07-11T17:47:52.976Z[ host-image] Jul 11 17:47:52.331 INFO O| Jul 11 17:47:52.330 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97332026-07-11T17:47:53.031Z[ host-image] Jul 11 17:47:52.386 INFO O| Jul 11 17:47:52.386 INFO DESTROY POOL: TEMPORARY-sled-zfs
97342026-07-11T17:47:53.037Z[ host-image] Jul 11 17:47:52.391 INFO O| Jul 11 17:47:52.391 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97352026-07-11T17:47:53.041Z[ host-image] Jul 11 17:47:52.395 INFO O| Jul 11 17:47:52.395 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97362026-07-11T17:47:53.041Z[ host-image] Jul 11 17:47:52.395 INFO O| Jul 11 17:47:52.395 INFO no lofi found
97372026-07-11T17:47:53.041Z[ host-image] Jul 11 17:47:52.395 INFO O| Jul 11 17:47:52.395 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97382026-07-11T17:47:53.044Z[ host-image] Jul 11 17:47:52.395 INFO O| Jul 11 17:47:52.395 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97392026-07-11T17:47:53.184Z[ recovery-image] Jul 11 17:47:52.538 INFO O| ok, image written!
97402026-07-11T17:47:53.184Z[ recovery-image] Jul 11 17:47:52.538 INFO O| ok, boot_image_csum file written!
97412026-07-11T17:47:53.190Z[ recovery-image] Jul 11 17:47:52.540 INFO creating boot archive (CPIO)...
97422026-07-11T17:47:53.190Z[ recovery-image] Jul 11 17:47:52.540 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
97432026-07-11T17:47:53.192Z[ recovery-image] Jul 11 17:47:52.545 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97442026-07-11T17:47:53.192Z[ recovery-image] Jul 11 17:47:52.545 INFO E| + outfile=/work/os-recovery/cpio
97452026-07-11T17:47:53.192Z[ recovery-image] Jul 11 17:47:52.545 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97462026-07-11T17:47:53.192Z[ recovery-image] Jul 11 17:47:52.546 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97472026-07-11T17:47:53.193Z[ recovery-image] Jul 11 17:47:52.546 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97482026-07-11T17:47:53.221Z[ recovery-image] Jul 11 17:47:52.575 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97492026-07-11T17:47:53.221Z[ recovery-image] Jul 11 17:47:52.575 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97502026-07-11T17:47:53.227Z[ recovery-image] Jul 11 17:47:52.582 INFO creating compressed cpio/unix for dev loaders...
97512026-07-11T17:47:53.227Z[ recovery-image] Jul 11 17:47:52.582 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
97522026-07-11T17:47:53.454Z[ recovery-image] Jul 11 17:47:52.808 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97532026-07-11T17:47:54.647Z[ host-image] Jul 11 17:47:54.001 INFO O| Jul 11 17:47:54.001 INFO lofi device = /dev/dsk/c2t1d0p0
97542026-07-11T17:47:54.647Z[ host-image] Jul 11 17:47:54.001 INFO O| Jul 11 17:47:54.001 INFO pool device = /dev/dsk/c2t1d0p0
97552026-07-11T17:47:54.650Z[ host-image] Jul 11 17:47:54.001 INFO O| Jul 11 17:47:54.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97562026-07-11T17:47:54.702Z[ host-image] Jul 11 17:47:54.056 INFO O| Jul 11 17:47:54.056 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97572026-07-11T17:47:54.702Z[ host-image] Jul 11 17:47:54.056 INFO O| Jul 11 17:47:54.056 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97582026-07-11T17:47:54.714Z[ host-image] Jul 11 17:47:54.068 INFO O| Jul 11 17:47:54.068 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97592026-07-11T17:47:54.745Z[ host-image] Jul 11 17:47:54.100 INFO O| Jul 11 17:47:54.100 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97602026-07-11T17:47:54.769Z[ host-image] Jul 11 17:47:54.123 INFO O| Jul 11 17:47:54.123 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97612026-07-11T17:47:54.778Z[ host-image] Jul 11 17:47:54.132 INFO O| Jul 11 17:47:54.132 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97622026-07-11T17:47:54.785Z[ host-image] Jul 11 17:47:54.139 INFO O| Jul 11 17:47:54.139 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97632026-07-11T17:47:54.811Z[ host-image] Jul 11 17:47:54.165 INFO O| Jul 11 17:47:54.165 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97642026-07-11T17:47:54.814Z[ host-image] Jul 11 17:47:54.165 INFO O| Jul 11 17:47:54.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97652026-07-11T17:47:54.814Z[ host-image] Jul 11 17:47:54.165 INFO O| Jul 11 17:47:54.165 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97662026-07-11T17:47:54.817Z[ host-image] Jul 11 17:47:54.171 INFO O| Jul 11 17:47:54.171 INFO boot environment UUID: 2000becf-b1c3-4e43-8206-9ffc53f5c70f
97672026-07-11T17:47:54.817Z[ host-image] Jul 11 17:47:54.171 INFO O| Jul 11 17:47:54.171 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2000becf-b1c3-4e43-8206-9ffc53f5c70f
97682026-07-11T17:47:54.824Z[ host-image] Jul 11 17:47:54.178 INFO O| Jul 11 17:47:54.178 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97692026-07-11T17:47:54.831Z[ host-image] Jul 11 17:47:54.185 INFO O| Jul 11 17:47:54.185 INFO STEP 0 (create_be) COMPLETE
97702026-07-11T17:47:54.831Z[ host-image] Jul 11 17:47:54.185 INFO O| Jul 11 17:47:54.185 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97712026-07-11T17:47:54.840Z[ host-image] Jul 11 17:47:54.194 INFO O| Jul 11 17:47:54.194 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97722026-07-11T17:47:56.901Z[ recovery-image] Jul 11 17:47:56.254 INFO creating reset image...
97732026-07-11T17:47:56.904Z[ recovery-image] Jul 11 17:47:56.255 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")
97742026-07-11T17:47:57.136Z[ recovery-image] Jul 11 17:47:56.489 INFO E| Updating crates.io index
97752026-07-11T17:47:57.450Z[ recovery-image] Jul 11 17:47:56.804 INFO E| Downloading crates ...
97762026-07-11T17:47:57.491Z[ recovery-image] Jul 11 17:47:56.845 INFO E| Downloaded colorchoice v1.0.5
97772026-07-11T17:47:57.494Z[ recovery-image] Jul 11 17:47:56.847 INFO E| Downloaded clap_lex v1.1.0
97782026-07-11T17:47:57.494Z[ recovery-image] Jul 11 17:47:56.848 INFO E| Downloaded shared_thread v0.2.0
97792026-07-11T17:47:57.504Z[ recovery-image] Jul 11 17:47:56.853 INFO E| Downloaded duct v1.1.1
97802026-07-11T17:47:57.507Z[ recovery-image] Jul 11 17:47:56.856 INFO E| Downloaded sigchld v0.2.4
97812026-07-11T17:47:57.507Z[ recovery-image] Jul 11 17:47:56.856 INFO E| Downloaded shared_child v1.1.1
97822026-07-11T17:47:57.507Z[ recovery-image] Jul 11 17:47:56.856 INFO E| Downloaded os_pipe v1.2.3
97832026-07-11T17:47:57.537Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling libc v0.2.186
97842026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling proc-macro2 v1.0.106
97852026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling signal-hook v0.3.18
97862026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling unicode-ident v1.0.24
97872026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling quote v1.0.45
97882026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling utf8parse v0.2.2
97892026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling anstyle-query v1.1.5
97902026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling is_terminal_polyfill v1.70.2
97912026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling colorchoice v1.0.5
97922026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling anstyle v1.0.14
97932026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling clap_lex v1.1.0
97942026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling heck v0.5.0
97952026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling strsim v0.11.1
97962026-07-11T17:47:57.547Z[ recovery-image] Jul 11 17:47:56.891 INFO E| Compiling shared_thread v0.2.0
97972026-07-11T17:47:57.933Z[ recovery-image] Jul 11 17:47:57.287 INFO E| Compiling anstyle-parse v1.0.0
97982026-07-11T17:47:58.100Z[ recovery-image] Jul 11 17:47:57.452 INFO E| Compiling anstream v1.0.0
97992026-07-11T17:47:58.455Z[ recovery-image] Jul 11 17:47:57.808 INFO E| Compiling clap_builder v4.6.0
98002026-07-11T17:47:58.866Z[ recovery-image] Jul 11 17:47:58.219 INFO E| Compiling errno v0.3.14
98012026-07-11T17:47:58.866Z[ recovery-image] Jul 11 17:47:58.219 INFO E| Compiling os_pipe v1.2.3
98022026-07-11T17:47:58.965Z[ recovery-image] Jul 11 17:47:58.320 INFO E| Compiling syn v2.0.117
98032026-07-11T17:47:58.970Z[ recovery-image] Jul 11 17:47:58.323 INFO E| Compiling signal-hook-registry v1.4.8
98042026-07-11T17:47:59.283Z[ recovery-image] Jul 11 17:47:58.635 INFO E| Compiling sigchld v0.2.4
98052026-07-11T17:47:59.380Z[ recovery-image] Jul 11 17:47:58.733 INFO E| Compiling shared_child v1.1.1
98062026-07-11T17:47:59.514Z[ recovery-image] Jul 11 17:47:58.868 INFO E| Compiling duct v1.1.1
98072026-07-11T17:48:01.171Z[ recovery-image] Jul 11 17:48:00.523 INFO E| Compiling clap_derive v4.6.1
98082026-07-11T17:48:02.488Z[ recovery-image] Jul 11 17:48:01.842 INFO E| Compiling clap v4.6.1
98092026-07-11T17:48:02.544Z[ recovery-image] Jul 11 17:48:01.898 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
98102026-07-11T17:48:03.045Z[ host-image] Jul 11 17:48:02.398 INFO O| Jul 11 17:48:02.398 INFO STEP 1 (unpack_tar) COMPLETE
98112026-07-11T17:48:03.045Z[ host-image] Jul 11 17:48:02.398 INFO O| Jul 11 17:48:02.398 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-07-11T17:48:03.052Z[ host-image] Jul 11 17:48:02.405 INFO O| Jul 11 17:48:02.405 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98132026-07-11T17:48:03.154Z[ host-image] Jul 11 17:48:02.508 INFO O| Jul 11 17:48:02.508 INFO STEP 2 (devfsadm) COMPLETE
98142026-07-11T17:48:03.154Z[ host-image] Jul 11 17:48:02.508 INFO O| Jul 11 17:48:02.508 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-07-11T17:48:03.162Z[ host-image] Jul 11 17:48:02.517 INFO O| Jul 11 17:48:02.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98162026-07-11T17:48:03.162Z[ host-image] Jul 11 17:48:02.517 INFO O| Jul 11 17:48:02.517 INFO STEP 3 (ensure_dir) COMPLETE
98172026-07-11T17:48:03.166Z[ host-image] Jul 11 17:48:02.517 INFO O| Jul 11 17:48:02.517 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-07-11T17:48:03.170Z[ host-image] Jul 11 17:48:02.525 INFO O| Jul 11 17:48:02.525 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98192026-07-11T17:48:03.171Z[ host-image] Jul 11 17:48:02.525 INFO O| Jul 11 17:48:02.525 INFO STEP 4 (ensure_dir) COMPLETE
98202026-07-11T17:48:03.174Z[ host-image] Jul 11 17:48:02.525 INFO O| Jul 11 17:48:02.525 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98212026-07-11T17:48:03.177Z[ host-image] Jul 11 17:48:02.532 INFO O| Jul 11 17:48:02.532 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98222026-07-11T17:48:03.177Z[ host-image] Jul 11 17:48:02.532 INFO O| Jul 11 17:48:02.532 INFO STEP 5 (ensure_dir) COMPLETE
98232026-07-11T17:48:03.177Z[ host-image] Jul 11 17:48:02.532 INFO O| Jul 11 17:48:02.532 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98242026-07-11T17:48:03.183Z[ host-image] Jul 11 17:48:02.537 INFO O| Jul 11 17:48:02.537 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98252026-07-11T17:48:03.186Z[ host-image] Jul 11 17:48:02.538 INFO O| Jul 11 17:48:02.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98262026-07-11T17:48:03.186Z[ host-image] Jul 11 17:48:02.538 INFO O| Jul 11 17:48:02.538 INFO STEP 6 (ensure_dir) COMPLETE
98272026-07-11T17:48:03.186Z[ host-image] Jul 11 17:48:02.538 INFO O| Jul 11 17:48:02.538 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-07-11T17:48:03.190Z[ host-image] Jul 11 17:48:02.544 INFO O| Jul 11 17:48:02.544 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98292026-07-11T17:48:03.190Z[ host-image] Jul 11 17:48:02.544 INFO O| Jul 11 17:48:02.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98302026-07-11T17:48:03.193Z[ host-image] Jul 11 17:48:02.544 INFO O| Jul 11 17:48:02.544 INFO STEP 7 (ensure_dir) COMPLETE
98312026-07-11T17:48:03.193Z[ host-image] Jul 11 17:48:02.544 INFO O| Jul 11 17:48:02.544 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-07-11T17:48:03.197Z[ host-image] Jul 11 17:48:02.551 INFO O| Jul 11 17:48:02.551 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98332026-07-11T17:48:03.200Z[ host-image] Jul 11 17:48:02.552 INFO O| Jul 11 17:48:02.552 INFO STEP 8 (remove_files) COMPLETE
98342026-07-11T17:48:03.200Z[ host-image] Jul 11 17:48:02.552 INFO O| Jul 11 17:48:02.552 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-07-11T17:48:03.205Z[ host-image] Jul 11 17:48:02.559 INFO O| Jul 11 17:48:02.559 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98362026-07-11T17:48:03.208Z[ host-image] Jul 11 17:48:02.560 INFO O| Jul 11 17:48:02.560 INFO STEP 9 (remove_files) COMPLETE
98372026-07-11T17:48:03.208Z[ host-image] Jul 11 17:48:02.560 INFO O| Jul 11 17:48:02.560 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-07-11T17:48:03.214Z[ host-image] Jul 11 17:48:02.568 INFO O| Jul 11 17:48:02.568 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98392026-07-11T17:48:03.217Z[ host-image] Jul 11 17:48:02.569 INFO O| Jul 11 17:48:02.569 INFO STEP 10 (remove_files) COMPLETE
98402026-07-11T17:48:03.217Z[ host-image] Jul 11 17:48:02.569 INFO O| Jul 11 17:48:02.569 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98412026-07-11T17:48:03.223Z[ host-image] Jul 11 17:48:02.578 INFO O| Jul 11 17:48:02.578 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98422026-07-11T17:48:03.223Z[ host-image] Jul 11 17:48:02.578 INFO O| Jul 11 17:48:02.578 INFO STEP 11 (remove_files) COMPLETE
98432026-07-11T17:48:03.226Z[ host-image] Jul 11 17:48:02.578 INFO O| Jul 11 17:48:02.578 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-07-11T17:48:03.231Z[ host-image] Jul 11 17:48:02.586 INFO O| Jul 11 17:48:02.586 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98452026-07-11T17:48:03.231Z[ host-image] Jul 11 17:48:02.586 INFO O| Jul 11 17:48:02.586 INFO STEP 12 (remove_files) COMPLETE
98462026-07-11T17:48:03.234Z[ host-image] Jul 11 17:48:02.586 INFO O| Jul 11 17:48:02.586 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98472026-07-11T17:48:03.237Z[ host-image] Jul 11 17:48:02.592 INFO O| Jul 11 17:48:02.592 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98482026-07-11T17:48:03.237Z[ host-image] Jul 11 17:48:02.592 INFO O| Jul 11 17:48:02.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98492026-07-11T17:48:03.237Z[ host-image] Jul 11 17:48:02.592 INFO O| Jul 11 17:48:02.592 INFO STEP 13 (ensure_dir) COMPLETE
98502026-07-11T17:48:03.237Z[ host-image] Jul 11 17:48:02.592 INFO O| Jul 11 17:48:02.592 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98512026-07-11T17:48:03.243Z[ host-image] Jul 11 17:48:02.597 INFO O| Jul 11 17:48:02.597 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98522026-07-11T17:48:03.243Z[ host-image] Jul 11 17:48:02.597 INFO O| Jul 11 17:48:02.597 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98532026-07-11T17:48:03.243Z[ host-image] Jul 11 17:48:02.597 INFO O| Jul 11 17:48:02.597 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98542026-07-11T17:48:03.246Z[ host-image] Jul 11 17:48:02.597 INFO O| Jul 11 17:48:02.597 INFO STEP 14 (ensure_dir) COMPLETE
98552026-07-11T17:48:03.246Z[ host-image] Jul 11 17:48:02.597 INFO O| Jul 11 17:48:02.597 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98562026-07-11T17:48:03.251Z[ host-image] Jul 11 17:48:02.605 INFO O| Jul 11 17:48:02.605 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98572026-07-11T17:48:03.254Z[ host-image] Jul 11 17:48:02.605 INFO O| Jul 11 17:48:02.605 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98582026-07-11T17:48:03.254Z[ host-image] Jul 11 17:48:02.605 INFO O| Jul 11 17:48:02.605 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98592026-07-11T17:48:03.254Z[ host-image] Jul 11 17:48:02.605 INFO O| Jul 11 17:48:02.605 INFO STEP 15 (ensure_dir) COMPLETE
98602026-07-11T17:48:03.254Z[ host-image] Jul 11 17:48:02.605 INFO O| Jul 11 17:48:02.605 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98612026-07-11T17:48:03.257Z[ host-image] Jul 11 17:48:02.611 INFO O| Jul 11 17:48:02.611 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98622026-07-11T17:48:03.257Z[ host-image] Jul 11 17:48:02.611 INFO O| Jul 11 17:48:02.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98632026-07-11T17:48:03.257Z[ host-image] Jul 11 17:48:02.611 INFO O| Jul 11 17:48:02.611 INFO STEP 16 (ensure_dir) COMPLETE
98642026-07-11T17:48:03.257Z[ host-image] Jul 11 17:48:02.611 INFO O| Jul 11 17:48:02.611 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98652026-07-11T17:48:03.262Z[ host-image] Jul 11 17:48:02.617 INFO O| Jul 11 17:48:02.617 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98662026-07-11T17:48:03.265Z[ host-image] Jul 11 17:48:02.617 INFO O| Jul 11 17:48:02.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98672026-07-11T17:48:03.265Z[ host-image] Jul 11 17:48:02.617 INFO O| Jul 11 17:48:02.617 INFO STEP 17 (ensure_dir) COMPLETE
98682026-07-11T17:48:03.265Z[ host-image] Jul 11 17:48:02.617 INFO O| Jul 11 17:48:02.617 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98692026-07-11T17:48:03.268Z[ host-image] Jul 11 17:48:02.623 INFO O| Jul 11 17:48:02.623 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98702026-07-11T17:48:03.268Z[ host-image] Jul 11 17:48:02.623 INFO O| Jul 11 17:48:02.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98712026-07-11T17:48:03.271Z[ host-image] Jul 11 17:48:02.623 INFO O| Jul 11 17:48:02.623 INFO ok!
98722026-07-11T17:48:03.271Z[ host-image] Jul 11 17:48:02.623 INFO O| Jul 11 17:48:02.623 INFO STEP 18 (ensure_symlink) COMPLETE
98732026-07-11T17:48:03.271Z[ host-image] Jul 11 17:48:02.623 INFO O| Jul 11 17:48:02.623 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98742026-07-11T17:48:03.274Z[ host-image] Jul 11 17:48:02.629 INFO O| Jul 11 17:48:02.629 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98752026-07-11T17:48:03.274Z[ host-image] Jul 11 17:48:02.629 INFO O| Jul 11 17:48:02.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98762026-07-11T17:48:03.274Z[ host-image] Jul 11 17:48:02.629 INFO O| Jul 11 17:48:02.629 INFO ok!
98772026-07-11T17:48:03.275Z[ host-image] Jul 11 17:48:02.629 INFO O| Jul 11 17:48:02.629 INFO STEP 19 (ensure_file) COMPLETE
98782026-07-11T17:48:03.275Z[ host-image] Jul 11 17:48:02.629 INFO O| Jul 11 17:48:02.629 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98792026-07-11T17:48:03.281Z[ host-image] Jul 11 17:48:02.635 INFO O| Jul 11 17:48:02.635 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98802026-07-11T17:48:03.281Z[ host-image] Jul 11 17:48:02.635 INFO O| Jul 11 17:48:02.635 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98812026-07-11T17:48:03.284Z[ host-image] Jul 11 17:48:02.635 INFO O| Jul 11 17:48:02.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98822026-07-11T17:48:03.284Z[ host-image] Jul 11 17:48:02.635 INFO O| Jul 11 17:48:02.635 INFO ok!
98832026-07-11T17:48:03.284Z[ host-image] Jul 11 17:48:02.635 INFO O| Jul 11 17:48:02.635 INFO STEP 20 (ensure_symlink) COMPLETE
98842026-07-11T17:48:03.284Z[ host-image] Jul 11 17:48:02.635 INFO O| Jul 11 17:48:02.635 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98852026-07-11T17:48:03.287Z[ host-image] Jul 11 17:48:02.641 INFO O| Jul 11 17:48:02.641 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98862026-07-11T17:48:03.287Z[ host-image] Jul 11 17:48:02.641 INFO O| Jul 11 17:48:02.641 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98872026-07-11T17:48:03.288Z[ host-image] Jul 11 17:48:02.641 INFO O| Jul 11 17:48:02.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98882026-07-11T17:48:03.288Z[ host-image] Jul 11 17:48:02.641 INFO O| Jul 11 17:48:02.641 INFO ok!
98892026-07-11T17:48:03.288Z[ host-image] Jul 11 17:48:02.641 INFO O| Jul 11 17:48:02.641 INFO STEP 21 (ensure_symlink) COMPLETE
98902026-07-11T17:48:03.288Z[ host-image] Jul 11 17:48:02.641 INFO O| Jul 11 17:48:02.641 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98912026-07-11T17:48:03.293Z[ host-image] Jul 11 17:48:02.647 INFO O| Jul 11 17:48:02.647 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98922026-07-11T17:48:03.293Z[ host-image] Jul 11 17:48:02.647 INFO O| Jul 11 17:48:02.647 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98932026-07-11T17:48:03.296Z[ host-image] Jul 11 17:48:02.647 INFO O| Jul 11 17:48:02.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98942026-07-11T17:48:03.296Z[ host-image] Jul 11 17:48:02.647 INFO O| Jul 11 17:48:02.647 INFO ok!
98952026-07-11T17:48:03.296Z[ host-image] Jul 11 17:48:02.647 INFO O| Jul 11 17:48:02.647 INFO STEP 22 (ensure_symlink) COMPLETE
98962026-07-11T17:48:03.296Z[ host-image] Jul 11 17:48:02.647 INFO O| Jul 11 17:48:02.647 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98972026-07-11T17:48:03.299Z[ host-image] Jul 11 17:48:02.653 INFO O| Jul 11 17:48:02.653 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98982026-07-11T17:48:03.300Z[ host-image] Jul 11 17:48:02.653 INFO O| Jul 11 17:48:02.653 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98992026-07-11T17:48:03.300Z[ host-image] Jul 11 17:48:02.653 INFO O| Jul 11 17:48:02.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99002026-07-11T17:48:03.301Z[ host-image] Jul 11 17:48:02.653 INFO O| Jul 11 17:48:02.653 INFO ok!
99012026-07-11T17:48:03.301Z[ host-image] Jul 11 17:48:02.653 INFO O| Jul 11 17:48:02.653 INFO STEP 23 (ensure_symlink) COMPLETE
99022026-07-11T17:48:03.301Z[ host-image] Jul 11 17:48:02.653 INFO O| Jul 11 17:48:02.653 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99032026-07-11T17:48:03.307Z[ host-image] Jul 11 17:48:02.662 INFO O| Jul 11 17:48:02.662 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99042026-07-11T17:48:03.307Z[ host-image] Jul 11 17:48:02.662 INFO O| Jul 11 17:48:02.662 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99052026-07-11T17:48:03.310Z[ host-image] Jul 11 17:48:02.662 INFO O| Jul 11 17:48:02.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99062026-07-11T17:48:03.310Z[ host-image] Jul 11 17:48:02.662 INFO O| Jul 11 17:48:02.662 INFO ok!
99072026-07-11T17:48:03.311Z[ host-image] Jul 11 17:48:02.662 INFO O| Jul 11 17:48:02.662 INFO STEP 24 (ensure_file) COMPLETE
99082026-07-11T17:48:03.311Z[ host-image] Jul 11 17:48:02.662 INFO O| Jul 11 17:48:02.662 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99092026-07-11T17:48:03.314Z[ host-image] Jul 11 17:48:02.668 INFO O| Jul 11 17:48:02.668 INFO updating shadow file
99102026-07-11T17:48:03.317Z[ host-image] Jul 11 17:48:02.668 INFO O| Jul 11 17:48:02.668 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99112026-07-11T17:48:03.317Z[ host-image] Jul 11 17:48:02.669 INFO O| Jul 11 17:48:02.668 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99122026-07-11T17:48:03.317Z[ host-image] Jul 11 17:48:02.669 INFO O| Jul 11 17:48:02.669 INFO STEP 25 (shadow) COMPLETE
99132026-07-11T17:48:03.317Z[ host-image] Jul 11 17:48:02.669 INFO O| Jul 11 17:48:02.669 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-07-11T17:48:03.322Z[ host-image] Jul 11 17:48:02.676 INFO O| Jul 11 17:48:02.676 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99152026-07-11T17:48:03.322Z[ host-image] Jul 11 17:48:02.676 INFO O| Jul 11 17:48:02.676 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99162026-07-11T17:48:03.324Z[ host-image] Jul 11 17:48:02.676 INFO O| Jul 11 17:48:02.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99172026-07-11T17:48:03.325Z[ host-image] Jul 11 17:48:02.676 INFO O| Jul 11 17:48:02.676 INFO ok!
99182026-07-11T17:48:03.325Z[ host-image] Jul 11 17:48:02.676 INFO O| Jul 11 17:48:02.676 INFO STEP 26 (ensure_file) COMPLETE
99192026-07-11T17:48:03.325Z[ host-image] Jul 11 17:48:02.676 INFO O| Jul 11 17:48:02.676 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99202026-07-11T17:48:03.328Z[ host-image] Jul 11 17:48:02.683 INFO O| Jul 11 17:48:02.683 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99212026-07-11T17:48:03.328Z[ host-image] Jul 11 17:48:02.683 INFO O| Jul 11 17:48:02.683 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99222026-07-11T17:48:03.331Z[ host-image] Jul 11 17:48:02.683 INFO O| Jul 11 17:48:02.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99232026-07-11T17:48:03.331Z[ host-image] Jul 11 17:48:02.683 INFO O| Jul 11 17:48:02.683 INFO ok!
99242026-07-11T17:48:03.331Z[ host-image] Jul 11 17:48:02.683 INFO O| Jul 11 17:48:02.683 INFO STEP 27 (ensure_file) COMPLETE
99252026-07-11T17:48:03.331Z[ host-image] Jul 11 17:48:02.683 INFO O| Jul 11 17:48:02.683 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99262026-07-11T17:48:03.335Z[ host-image] Jul 11 17:48:02.690 INFO O| Jul 11 17:48:02.690 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99272026-07-11T17:48:03.335Z[ host-image] Jul 11 17:48:02.690 INFO O| Jul 11 17:48:02.690 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99282026-07-11T17:48:03.338Z[ host-image] Jul 11 17:48:02.690 INFO O| Jul 11 17:48:02.690 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99292026-07-11T17:48:03.338Z[ host-image] Jul 11 17:48:02.690 INFO O| Jul 11 17:48:02.690 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99302026-07-11T17:48:03.338Z[ host-image] Jul 11 17:48:02.690 INFO O| Jul 11 17:48:02.690 INFO ok!
99312026-07-11T17:48:03.338Z[ host-image] Jul 11 17:48:02.690 INFO O| Jul 11 17:48:02.690 INFO STEP 28 (ensure_file) COMPLETE
99322026-07-11T17:48:03.338Z[ host-image] Jul 11 17:48:02.690 INFO O| Jul 11 17:48:02.690 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99332026-07-11T17:48:03.341Z[ host-image] Jul 11 17:48:02.696 INFO O| Jul 11 17:48:02.696 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99342026-07-11T17:48:03.344Z[ host-image] Jul 11 17:48:02.696 INFO O| Jul 11 17:48:02.696 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99352026-07-11T17:48:03.344Z[ host-image] Jul 11 17:48:02.696 INFO O| Jul 11 17:48:02.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99362026-07-11T17:48:03.344Z[ host-image] Jul 11 17:48:02.696 INFO O| Jul 11 17:48:02.696 INFO ok!
99372026-07-11T17:48:03.344Z[ host-image] Jul 11 17:48:02.696 INFO O| Jul 11 17:48:02.696 INFO STEP 29 (ensure_file) COMPLETE
99382026-07-11T17:48:03.344Z[ host-image] Jul 11 17:48:02.696 INFO O| Jul 11 17:48:02.696 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99392026-07-11T17:48:03.347Z[ host-image] Jul 11 17:48:02.702 INFO O| Jul 11 17:48:02.702 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99402026-07-11T17:48:03.347Z[ host-image] Jul 11 17:48:02.702 INFO O| Jul 11 17:48:02.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99412026-07-11T17:48:03.347Z[ host-image] Jul 11 17:48:02.702 INFO O| Jul 11 17:48:02.702 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99422026-07-11T17:48:03.347Z[ host-image] Jul 11 17:48:02.702 INFO O| Jul 11 17:48:02.702 INFO STEP 30 (ensure_dir) COMPLETE
99432026-07-11T17:48:03.347Z[ host-image] Jul 11 17:48:02.702 INFO O| Jul 11 17:48:02.702 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99442026-07-11T17:48:03.353Z[ host-image] Jul 11 17:48:02.708 INFO O| Jul 11 17:48:02.708 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99452026-07-11T17:48:03.353Z[ host-image] Jul 11 17:48:02.708 INFO O| Jul 11 17:48:02.708 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99462026-07-11T17:48:03.357Z[ host-image] Jul 11 17:48:02.708 INFO O| Jul 11 17:48:02.708 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99472026-07-11T17:48:03.357Z[ host-image] Jul 11 17:48:02.708 INFO O| Jul 11 17:48:02.708 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99482026-07-11T17:48:03.357Z[ host-image] Jul 11 17:48:02.708 INFO O| Jul 11 17:48:02.708 INFO ok!
99492026-07-11T17:48:03.357Z[ host-image] Jul 11 17:48:02.708 INFO O| Jul 11 17:48:02.708 INFO STEP 31 (ensure_file) COMPLETE
99502026-07-11T17:48:03.357Z[ host-image] Jul 11 17:48:02.708 INFO O| Jul 11 17:48:02.708 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99512026-07-11T17:48:03.360Z[ host-image] Jul 11 17:48:02.714 INFO O| Jul 11 17:48:02.714 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99522026-07-11T17:48:03.360Z[ host-image] Jul 11 17:48:02.714 INFO O| Jul 11 17:48:02.714 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99532026-07-11T17:48:03.360Z[ host-image] Jul 11 17:48:02.714 INFO O| Jul 11 17:48:02.714 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99542026-07-11T17:48:03.360Z[ host-image] Jul 11 17:48:02.714 INFO O| Jul 11 17:48:02.714 INFO STEP 32 (ensure_dir) COMPLETE
99552026-07-11T17:48:03.360Z[ host-image] Jul 11 17:48:02.714 INFO O| Jul 11 17:48:02.714 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99562026-07-11T17:48:03.366Z[ host-image] Jul 11 17:48:02.721 INFO O| Jul 11 17:48:02.721 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99572026-07-11T17:48:03.369Z[ host-image] Jul 11 17:48:02.721 INFO O| Jul 11 17:48:02.721 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 ...
99582026-07-11T17:48:03.369Z[ host-image] Jul 11 17:48:02.721 INFO O| Jul 11 17:48:02.721 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
99592026-07-11T17:48:03.370Z[ host-image] Jul 11 17:48:02.721 INFO O| Jul 11 17:48:02.721 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99602026-07-11T17:48:03.370Z[ host-image] Jul 11 17:48:02.721 INFO O| Jul 11 17:48:02.721 INFO ok!
99612026-07-11T17:48:03.370Z[ host-image] Jul 11 17:48:02.721 INFO O| Jul 11 17:48:02.721 INFO STEP 33 (ensure_file) COMPLETE
99622026-07-11T17:48:03.370Z[ host-image] Jul 11 17:48:02.721 INFO O| Jul 11 17:48:02.721 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99632026-07-11T17:48:03.373Z[ host-image] Jul 11 17:48:02.727 INFO O| Jul 11 17:48:02.727 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99642026-07-11T17:48:03.373Z[ host-image] Jul 11 17:48:02.727 INFO O| Jul 11 17:48:02.727 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99652026-07-11T17:48:03.373Z[ host-image] Jul 11 17:48:02.727 INFO O| Jul 11 17:48:02.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99662026-07-11T17:48:03.373Z[ host-image] Jul 11 17:48:02.727 INFO O| Jul 11 17:48:02.727 INFO ok!
99672026-07-11T17:48:03.373Z[ host-image] Jul 11 17:48:02.727 INFO O| Jul 11 17:48:02.727 INFO STEP 34 (ensure_file) COMPLETE
99682026-07-11T17:48:03.373Z[ host-image] Jul 11 17:48:02.727 INFO O| Jul 11 17:48:02.727 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99692026-07-11T17:48:03.380Z[ host-image] Jul 11 17:48:02.734 INFO O| Jul 11 17:48:02.734 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99702026-07-11T17:48:03.380Z[ host-image] Jul 11 17:48:02.734 INFO O| Jul 11 17:48:02.734 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99712026-07-11T17:48:03.383Z[ host-image] Jul 11 17:48:02.734 INFO O| Jul 11 17:48:02.734 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99722026-07-11T17:48:03.383Z[ host-image] Jul 11 17:48:02.734 INFO O| Jul 11 17:48:02.734 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99732026-07-11T17:48:03.383Z[ host-image] Jul 11 17:48:02.734 INFO O| Jul 11 17:48:02.734 INFO ok!
99742026-07-11T17:48:03.383Z[ host-image] Jul 11 17:48:02.734 INFO O| Jul 11 17:48:02.734 INFO STEP 35 (ensure_file) COMPLETE
99752026-07-11T17:48:03.383Z[ host-image] Jul 11 17:48:02.734 INFO O| Jul 11 17:48:02.734 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99762026-07-11T17:48:03.388Z[ host-image] Jul 11 17:48:02.742 INFO O| Jul 11 17:48:02.742 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99772026-07-11T17:48:03.391Z[ host-image] Jul 11 17:48:02.742 INFO O| Jul 11 17:48:02.742 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99782026-07-11T17:48:03.391Z[ host-image] Jul 11 17:48:02.742 INFO O| Jul 11 17:48:02.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99792026-07-11T17:48:03.391Z[ host-image] Jul 11 17:48:02.742 INFO O| Jul 11 17:48:02.742 INFO ok!
99802026-07-11T17:48:03.391Z[ host-image] Jul 11 17:48:02.742 INFO O| Jul 11 17:48:02.742 INFO STEP 36 (ensure_file) COMPLETE
99812026-07-11T17:48:03.391Z[ host-image] Jul 11 17:48:02.742 INFO O| Jul 11 17:48:02.742 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99822026-07-11T17:48:03.395Z[ host-image] Jul 11 17:48:02.749 INFO O| Jul 11 17:48:02.749 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99832026-07-11T17:48:03.395Z[ host-image] Jul 11 17:48:02.749 INFO O| Jul 11 17:48:02.749 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99842026-07-11T17:48:03.399Z[ host-image] Jul 11 17:48:02.749 INFO O| Jul 11 17:48:02.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99852026-07-11T17:48:03.399Z[ host-image] Jul 11 17:48:02.749 INFO O| Jul 11 17:48:02.749 INFO ok!
99862026-07-11T17:48:03.399Z[ host-image] Jul 11 17:48:02.749 INFO O| Jul 11 17:48:02.749 INFO STEP 37 (ensure_file) COMPLETE
99872026-07-11T17:48:03.399Z[ host-image] Jul 11 17:48:02.749 INFO O| Jul 11 17:48:02.749 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99882026-07-11T17:48:03.402Z[ recovery-image] Jul 11 17:48:02.754 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s
99892026-07-11T17:48:03.402Z[ host-image] Jul 11 17:48:02.757 INFO O| Jul 11 17:48:02.757 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99902026-07-11T17:48:03.402Z[ host-image] Jul 11 17:48:02.757 INFO O| Jul 11 17:48:02.757 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99912026-07-11T17:48:03.406Z[ host-image] Jul 11 17:48:02.757 INFO O| Jul 11 17:48:02.757 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99922026-07-11T17:48:03.406Z[ host-image] Jul 11 17:48:02.757 INFO O| Jul 11 17:48:02.757 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99932026-07-11T17:48:03.406Z[ host-image] Jul 11 17:48:02.757 INFO O| Jul 11 17:48:02.757 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99942026-07-11T17:48:03.406Z[ host-image] Jul 11 17:48:02.757 INFO O| Jul 11 17:48:02.757 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99952026-07-11T17:48:03.406Z[ host-image] Jul 11 17:48:02.757 INFO O| Jul 11 17:48:02.757 INFO ok!
99962026-07-11T17:48:03.406Z[ host-image] Jul 11 17:48:02.757 INFO O| Jul 11 17:48:02.757 INFO STEP 38 (ensure_file) COMPLETE
99972026-07-11T17:48:03.406Z[ host-image] Jul 11 17:48:02.757 INFO O| Jul 11 17:48:02.757 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99982026-07-11T17:48:03.406Z[ recovery-image] Jul 11 17:48:02.759 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
99992026-07-11T17:48:03.409Z[ host-image] Jul 11 17:48:02.764 INFO O| Jul 11 17:48:02.764 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100002026-07-11T17:48:03.412Z[ host-image] Jul 11 17:48:02.764 INFO O| Jul 11 17:48:02.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100012026-07-11T17:48:03.412Z[ host-image] Jul 11 17:48:02.764 INFO O| Jul 11 17:48:02.764 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100022026-07-11T17:48:03.412Z[ host-image] Jul 11 17:48:02.764 INFO O| Jul 11 17:48:02.764 INFO STEP 39 (ensure_dir) COMPLETE
100032026-07-11T17:48:03.412Z[ host-image] Jul 11 17:48:02.764 INFO O| Jul 11 17:48:02.764 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100042026-07-11T17:48:03.415Z[ host-image] Jul 11 17:48:02.770 INFO O| Jul 11 17:48:02.770 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
100052026-07-11T17:48:03.415Z[ host-image] Jul 11 17:48:02.770 INFO O| Jul 11 17:48:02.770 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 ...
100062026-07-11T17:48:03.415Z[ host-image] Jul 11 17:48:02.770 INFO O| Jul 11 17:48:02.770 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
100072026-07-11T17:48:03.415Z[ host-image] Jul 11 17:48:02.770 INFO O| Jul 11 17:48:02.770 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
100082026-07-11T17:48:03.415Z[ host-image] Jul 11 17:48:02.770 INFO O| Jul 11 17:48:02.770 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
100092026-07-11T17:48:03.415Z[ host-image] Jul 11 17:48:02.770 INFO O| Jul 11 17:48:02.770 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
100102026-07-11T17:48:03.415Z[ host-image] Jul 11 17:48:02.770 INFO O| Jul 11 17:48:02.770 INFO ok!
100112026-07-11T17:48:03.416Z[ host-image] Jul 11 17:48:02.770 INFO O| Jul 11 17:48:02.770 INFO STEP 40 (ensure_file) COMPLETE
100122026-07-11T17:48:03.418Z[ host-image] Jul 11 17:48:02.770 INFO O| Jul 11 17:48:02.770 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100132026-07-11T17:48:03.422Z[ host-image] Jul 11 17:48:02.777 INFO O| Jul 11 17:48:02.776 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100142026-07-11T17:48:03.425Z[ host-image] Jul 11 17:48:02.777 INFO O| Jul 11 17:48:02.777 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 ...
100152026-07-11T17:48:03.425Z[ host-image] Jul 11 17:48:02.777 INFO O| Jul 11 17:48:02.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100162026-07-11T17:48:03.425Z[ host-image] Jul 11 17:48:02.777 INFO O| Jul 11 17:48:02.777 INFO ok!
100172026-07-11T17:48:03.425Z[ host-image] Jul 11 17:48:02.777 INFO O| Jul 11 17:48:02.777 INFO STEP 41 (ensure_symlink) COMPLETE
100182026-07-11T17:48:03.425Z[ host-image] Jul 11 17:48:02.777 INFO O| Jul 11 17:48:02.777 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100192026-07-11T17:48:03.428Z[ host-image] Jul 11 17:48:02.783 INFO O| Jul 11 17:48:02.783 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100202026-07-11T17:48:03.431Z[ host-image] Jul 11 17:48:02.783 INFO O| Jul 11 17:48:02.783 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100212026-07-11T17:48:03.431Z[ host-image] Jul 11 17:48:02.783 INFO O| Jul 11 17:48:02.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100222026-07-11T17:48:03.432Z[ host-image] Jul 11 17:48:02.783 INFO O| Jul 11 17:48:02.783 INFO ok!
100232026-07-11T17:48:03.432Z[ host-image] Jul 11 17:48:02.783 INFO O| Jul 11 17:48:02.783 INFO STEP 42 (ensure_symlink) COMPLETE
100242026-07-11T17:48:03.432Z[ host-image] Jul 11 17:48:02.783 INFO O| Jul 11 17:48:02.783 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100252026-07-11T17:48:03.435Z[ host-image] Jul 11 17:48:02.789 INFO O| Jul 11 17:48:02.789 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100262026-07-11T17:48:03.435Z[ host-image] Jul 11 17:48:02.789 INFO O| Jul 11 17:48:02.789 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100272026-07-11T17:48:03.438Z[ host-image] Jul 11 17:48:02.790 INFO O| Jul 11 17:48:02.790 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100282026-07-11T17:48:03.438Z[ host-image] Jul 11 17:48:02.790 INFO O| Jul 11 17:48:02.790 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100292026-07-11T17:48:03.438Z[ host-image] Jul 11 17:48:02.790 INFO O| Jul 11 17:48:02.790 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100302026-07-11T17:48:03.438Z[ host-image] Jul 11 17:48:02.790 INFO O| Jul 11 17:48:02.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100312026-07-11T17:48:03.438Z[ host-image] Jul 11 17:48:02.790 INFO O| Jul 11 17:48:02.790 INFO ok!
100322026-07-11T17:48:03.438Z[ host-image] Jul 11 17:48:02.790 INFO O| Jul 11 17:48:02.790 INFO STEP 43 (ensure_file) COMPLETE
100332026-07-11T17:48:03.438Z[ host-image] Jul 11 17:48:02.790 INFO O| Jul 11 17:48:02.790 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100342026-07-11T17:48:03.441Z[ host-image] Jul 11 17:48:02.796 INFO O| Jul 11 17:48:02.796 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100352026-07-11T17:48:03.441Z[ host-image] Jul 11 17:48:02.796 INFO O| Jul 11 17:48:02.796 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 ...
100362026-07-11T17:48:03.441Z[ host-image] Jul 11 17:48:02.796 INFO O| Jul 11 17:48:02.796 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
100372026-07-11T17:48:03.441Z[ host-image] Jul 11 17:48:02.796 INFO O| Jul 11 17:48:02.796 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100382026-07-11T17:48:03.442Z[ host-image] Jul 11 17:48:02.796 INFO O| Jul 11 17:48:02.796 INFO ok!
100392026-07-11T17:48:03.442Z[ host-image] Jul 11 17:48:02.796 INFO O| Jul 11 17:48:02.796 INFO STEP 44 (ensure_file) COMPLETE
100402026-07-11T17:48:03.442Z[ host-image] Jul 11 17:48:02.796 INFO O| Jul 11 17:48:02.796 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100412026-07-11T17:48:03.447Z[ host-image] Jul 11 17:48:02.802 INFO O| Jul 11 17:48:02.802 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100422026-07-11T17:48:03.447Z[ host-image] Jul 11 17:48:02.802 INFO O| Jul 11 17:48:02.802 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100432026-07-11T17:48:03.450Z[ host-image] Jul 11 17:48:02.802 INFO O| Jul 11 17:48:02.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100442026-07-11T17:48:03.450Z[ host-image] Jul 11 17:48:02.802 INFO O| Jul 11 17:48:02.802 INFO ok!
100452026-07-11T17:48:03.450Z[ host-image] Jul 11 17:48:02.802 INFO O| Jul 11 17:48:02.802 INFO STEP 45 (ensure_file) COMPLETE
100462026-07-11T17:48:03.450Z[ host-image] Jul 11 17:48:02.802 INFO O| Jul 11 17:48:02.802 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100472026-07-11T17:48:03.455Z[ host-image] Jul 11 17:48:02.809 INFO O| Jul 11 17:48:02.809 INFO updating shadow file
100482026-07-11T17:48:03.458Z[ host-image] Jul 11 17:48:02.810 INFO O| Jul 11 17:48:02.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100492026-07-11T17:48:03.458Z[ host-image] Jul 11 17:48:02.810 INFO O| Jul 11 17:48:02.810 INFO STEP 46 (shadow) COMPLETE
100502026-07-11T17:48:03.458Z[ host-image] Jul 11 17:48:02.810 INFO O| Jul 11 17:48:02.810 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100512026-07-11T17:48:03.462Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100522026-07-11T17:48:03.462Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100532026-07-11T17:48:03.465Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100542026-07-11T17:48:03.465Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100552026-07-11T17:48:03.465Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 INFO ok!
100562026-07-11T17:48:03.465Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 INFO STEP 47 (ensure_file) COMPLETE
100572026-07-11T17:48:03.465Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100582026-07-11T17:48:03.465Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 INFO skip step because feature "mfg" is not enabled
100592026-07-11T17:48:03.465Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100602026-07-11T17:48:03.465Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 INFO skip step because feature "mfg" is not enabled
100612026-07-11T17:48:03.466Z[ host-image] Jul 11 17:48:02.817 INFO O| Jul 11 17:48:02.817 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100622026-07-11T17:48:03.469Z[ host-image] Jul 11 17:48:02.823 INFO O| Jul 11 17:48:02.823 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100632026-07-11T17:48:03.469Z[ host-image] Jul 11 17:48:02.823 INFO O| Jul 11 17:48:02.823 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100642026-07-11T17:48:03.489Z[ host-image] Jul 11 17:48:02.843 INFO O| Jul 11 17:48:02.843 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100652026-07-11T17:48:03.489Z[ host-image] Jul 11 17:48:02.843 INFO O| Jul 11 17:48:02.843 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100662026-07-11T17:48:03.492Z[ host-image] Jul 11 17:48:02.843 INFO O| Jul 11 17:48:02.843 INFO ok!
100672026-07-11T17:48:03.492Z[ host-image] Jul 11 17:48:02.843 INFO O| Jul 11 17:48:02.843 INFO STEP 50 (ensure_file) COMPLETE
100682026-07-11T17:48:03.492Z[ host-image] Jul 11 17:48:02.843 INFO O| Jul 11 17:48:02.843 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100692026-07-11T17:48:03.492Z[ host-image] Jul 11 17:48:02.843 INFO O| Jul 11 17:48:02.843 INFO skip step because feature "compliance" is not enabled
100702026-07-11T17:48:03.492Z[ host-image] Jul 11 17:48:02.843 INFO O| Jul 11 17:48:02.843 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100712026-07-11T17:48:03.497Z[ host-image] Jul 11 17:48:02.851 INFO O| Jul 11 17:48:02.851 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100722026-07-11T17:48:03.497Z[ host-image] Jul 11 17:48:02.851 INFO O| Jul 11 17:48:02.851 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100732026-07-11T17:48:03.500Z[ host-image] Jul 11 17:48:02.851 INFO O| Jul 11 17:48:02.851 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100742026-07-11T17:48:03.500Z[ host-image] Jul 11 17:48:02.851 INFO O| Jul 11 17:48:02.851 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100752026-07-11T17:48:03.500Z[ host-image] Jul 11 17:48:02.851 INFO O| Jul 11 17:48:02.851 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100762026-07-11T17:48:03.500Z[ host-image] Jul 11 17:48:02.851 INFO O| Jul 11 17:48:02.851 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100772026-07-11T17:48:03.500Z[ host-image] Jul 11 17:48:02.851 INFO O| Jul 11 17:48:02.851 INFO ok!
100782026-07-11T17:48:03.500Z[ host-image] Jul 11 17:48:02.851 INFO O| Jul 11 17:48:02.851 INFO STEP 52 (ensure_file) COMPLETE
100792026-07-11T17:48:03.500Z[ host-image] Jul 11 17:48:02.851 INFO O| Jul 11 17:48:02.851 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100802026-07-11T17:48:03.503Z[ host-image] Jul 11 17:48:02.858 INFO O| Jul 11 17:48:02.858 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100812026-07-11T17:48:03.504Z[ host-image] Jul 11 17:48:02.858 INFO O| Jul 11 17:48:02.858 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 ...
100822026-07-11T17:48:03.504Z[ host-image] Jul 11 17:48:02.858 INFO O| Jul 11 17:48:02.858 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
100832026-07-11T17:48:03.504Z[ host-image] Jul 11 17:48:02.858 INFO O| Jul 11 17:48:02.858 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100842026-07-11T17:48:03.507Z[ host-image] Jul 11 17:48:02.858 INFO O| Jul 11 17:48:02.858 INFO ok!
100852026-07-11T17:48:03.507Z[ host-image] Jul 11 17:48:02.858 INFO O| Jul 11 17:48:02.858 INFO STEP 53 (ensure_file) COMPLETE
100862026-07-11T17:48:03.507Z[ host-image] Jul 11 17:48:02.858 INFO O| Jul 11 17:48:02.858 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100872026-07-11T17:48:03.511Z[ host-image] Jul 11 17:48:02.866 INFO O| Jul 11 17:48:02.866 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100882026-07-11T17:48:03.511Z[ host-image] Jul 11 17:48:02.866 INFO O| Jul 11 17:48:02.866 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 ...
100892026-07-11T17:48:03.514Z[ host-image] Jul 11 17:48:02.866 INFO O| Jul 11 17:48:02.866 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100902026-07-11T17:48:03.514Z[ host-image] Jul 11 17:48:02.866 INFO O| Jul 11 17:48:02.866 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100912026-07-11T17:48:03.514Z[ host-image] Jul 11 17:48:02.866 INFO O| Jul 11 17:48:02.866 INFO ok!
100922026-07-11T17:48:03.514Z[ host-image] Jul 11 17:48:02.866 INFO O| Jul 11 17:48:02.866 INFO STEP 54 (ensure_file) COMPLETE
100932026-07-11T17:48:03.514Z[ host-image] Jul 11 17:48:02.866 INFO O| Jul 11 17:48:02.866 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100942026-07-11T17:48:03.518Z[ host-image] Jul 11 17:48:02.873 INFO O| Jul 11 17:48:02.873 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100952026-07-11T17:48:03.518Z[ host-image] Jul 11 17:48:02.873 INFO O| Jul 11 17:48:02.873 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 ...
100962026-07-11T17:48:03.518Z[ host-image] Jul 11 17:48:02.873 INFO O| Jul 11 17:48:02.873 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
100972026-07-11T17:48:03.521Z[ host-image] Jul 11 17:48:02.873 INFO O| Jul 11 17:48:02.873 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100982026-07-11T17:48:03.521Z[ host-image] Jul 11 17:48:02.873 INFO O| Jul 11 17:48:02.873 INFO ok!
100992026-07-11T17:48:03.521Z[ host-image] Jul 11 17:48:02.873 INFO O| Jul 11 17:48:02.873 INFO STEP 55 (ensure_file) COMPLETE
101002026-07-11T17:48:03.521Z[ host-image] Jul 11 17:48:02.873 INFO O| Jul 11 17:48:02.873 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101012026-07-11T17:48:03.525Z[ host-image] Jul 11 17:48:02.879 INFO O| Jul 11 17:48:02.879 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101022026-07-11T17:48:03.525Z[ host-image] Jul 11 17:48:02.879 INFO O| Jul 11 17:48:02.879 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 ...
101032026-07-11T17:48:03.525Z[ host-image] Jul 11 17:48:02.879 INFO O| Jul 11 17:48:02.879 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101042026-07-11T17:48:03.528Z[ host-image] Jul 11 17:48:02.879 INFO O| Jul 11 17:48:02.879 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101052026-07-11T17:48:03.528Z[ host-image] Jul 11 17:48:02.879 INFO O| Jul 11 17:48:02.879 INFO ok!
101062026-07-11T17:48:03.528Z[ host-image] Jul 11 17:48:02.879 INFO O| Jul 11 17:48:02.879 INFO STEP 56 (ensure_file) COMPLETE
101072026-07-11T17:48:03.528Z[ host-image] Jul 11 17:48:02.879 INFO O| Jul 11 17:48:02.879 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101082026-07-11T17:48:03.532Z[ host-image] Jul 11 17:48:02.887 INFO O| Jul 11 17:48:02.887 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101092026-07-11T17:48:03.532Z[ host-image] Jul 11 17:48:02.887 INFO O| Jul 11 17:48:02.887 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 ...
101102026-07-11T17:48:03.536Z[ host-image] Jul 11 17:48:02.887 INFO O| Jul 11 17:48:02.887 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
101112026-07-11T17:48:03.536Z[ host-image] Jul 11 17:48:02.887 INFO O| Jul 11 17:48:02.887 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101122026-07-11T17:48:03.536Z[ host-image] Jul 11 17:48:02.887 INFO O| Jul 11 17:48:02.887 INFO ok!
101132026-07-11T17:48:03.536Z[ host-image] Jul 11 17:48:02.887 INFO O| Jul 11 17:48:02.887 INFO STEP 57 (ensure_file) COMPLETE
101142026-07-11T17:48:03.536Z[ host-image] Jul 11 17:48:02.887 INFO O| Jul 11 17:48:02.887 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101152026-07-11T17:48:03.539Z[ host-image] Jul 11 17:48:02.893 INFO O| Jul 11 17:48:02.893 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101162026-07-11T17:48:03.539Z[ host-image] Jul 11 17:48:02.893 INFO O| Jul 11 17:48:02.893 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 ...
101172026-07-11T17:48:03.540Z[ host-image] Jul 11 17:48:02.893 INFO O| Jul 11 17:48:02.893 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101182026-07-11T17:48:03.540Z[ host-image] Jul 11 17:48:02.893 INFO O| Jul 11 17:48:02.893 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101192026-07-11T17:48:03.540Z[ host-image] Jul 11 17:48:02.893 INFO O| Jul 11 17:48:02.893 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101202026-07-11T17:48:03.540Z[ host-image] Jul 11 17:48:02.893 INFO O| Jul 11 17:48:02.893 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101212026-07-11T17:48:03.540Z[ host-image] Jul 11 17:48:02.893 INFO O| Jul 11 17:48:02.893 INFO ok!
101222026-07-11T17:48:03.540Z[ host-image] Jul 11 17:48:02.893 INFO O| Jul 11 17:48:02.893 INFO STEP 58 (ensure_file) COMPLETE
101232026-07-11T17:48:03.540Z[ host-image] Jul 11 17:48:02.893 INFO O| Jul 11 17:48:02.893 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101242026-07-11T17:48:03.546Z[ host-image] Jul 11 17:48:02.901 INFO O| Jul 11 17:48:02.901 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101252026-07-11T17:48:03.546Z[ host-image] Jul 11 17:48:02.901 INFO O| Jul 11 17:48:02.901 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 ...
101262026-07-11T17:48:03.601Z[ host-image] Jul 11 17:48:02.901 INFO O| Jul 11 17:48:02.901 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
101272026-07-11T17:48:03.601Z[ host-image] Jul 11 17:48:02.901 INFO O| Jul 11 17:48:02.901 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101282026-07-11T17:48:03.601Z[ host-image] Jul 11 17:48:02.901 INFO O| Jul 11 17:48:02.901 INFO ok!
101292026-07-11T17:48:03.601Z[ host-image] Jul 11 17:48:02.901 INFO O| Jul 11 17:48:02.901 INFO STEP 59 (ensure_file) COMPLETE
101302026-07-11T17:48:03.601Z[ host-image] Jul 11 17:48:02.901 INFO O| Jul 11 17:48:02.901 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101312026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.907 INFO O| Jul 11 17:48:02.907 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101322026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.907 INFO O| Jul 11 17:48:02.907 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101332026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.907 INFO O| Jul 11 17:48:02.907 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101342026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.907 INFO O| Jul 11 17:48:02.907 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101352026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.908 INFO O| Jul 11 17:48:02.907 INFO ok!
101362026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.908 INFO O| Jul 11 17:48:02.908 INFO STEP 60 (ensure_file) COMPLETE
101372026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.908 INFO O| Jul 11 17:48:02.908 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101382026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.913 INFO O| Jul 11 17:48:02.913 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101392026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.913 INFO O| Jul 11 17:48:02.913 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 ...
101402026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.913 INFO O| Jul 11 17:48:02.913 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
101412026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.913 INFO O| Jul 11 17:48:02.913 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101422026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.913 INFO O| Jul 11 17:48:02.913 INFO ok!
101432026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.913 INFO O| Jul 11 17:48:02.913 INFO STEP 61 (ensure_file) COMPLETE
101442026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.913 INFO O| Jul 11 17:48:02.913 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101452026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.920 INFO O| Jul 11 17:48:02.920 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101462026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.920 INFO O| Jul 11 17:48:02.920 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101472026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.920 INFO O| Jul 11 17:48:02.920 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101482026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.920 INFO O| Jul 11 17:48:02.920 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101492026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.920 INFO O| Jul 11 17:48:02.920 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101502026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.920 INFO O| Jul 11 17:48:02.920 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101512026-07-11T17:48:03.602Z[ host-image] Jul 11 17:48:02.920 INFO O| Jul 11 17:48:02.920 INFO ok!
101522026-07-11T17:48:03.603Z[ host-image] Jul 11 17:48:02.920 INFO O| Jul 11 17:48:02.920 INFO STEP 62 (ensure_file) COMPLETE
101532026-07-11T17:48:03.603Z[ host-image] Jul 11 17:48:02.920 INFO O| Jul 11 17:48:02.920 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101542026-07-11T17:48:03.603Z[ host-image] Jul 11 17:48:02.925 INFO O| Jul 11 17:48:02.925 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101552026-07-11T17:48:03.603Z[ host-image] Jul 11 17:48:02.925 INFO O| Jul 11 17:48:02.925 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 ...
101562026-07-11T17:48:03.603Z[ host-image] Jul 11 17:48:02.925 INFO O| Jul 11 17:48:02.925 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
101572026-07-11T17:48:03.603Z[ host-image] Jul 11 17:48:02.925 INFO O| Jul 11 17:48:02.925 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101582026-07-11T17:48:03.603Z[ host-image] Jul 11 17:48:02.925 INFO O| Jul 11 17:48:02.925 INFO ok!
101592026-07-11T17:48:03.603Z[ host-image] Jul 11 17:48:02.925 INFO O| Jul 11 17:48:02.925 INFO STEP 63 (ensure_file) COMPLETE
101602026-07-11T17:48:03.603Z[ host-image] Jul 11 17:48:02.925 INFO O| Jul 11 17:48:02.925 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101612026-07-11T17:48:03.604Z[ host-image] Jul 11 17:48:02.933 INFO O| Jul 11 17:48:02.933 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101622026-07-11T17:48:03.604Z[ host-image] Jul 11 17:48:02.933 INFO O| Jul 11 17:48:02.933 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 ...
101632026-07-11T17:48:03.604Z[ host-image] Jul 11 17:48:02.933 INFO O| Jul 11 17:48:02.933 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
101642026-07-11T17:48:03.604Z[ host-image] Jul 11 17:48:02.933 INFO O| Jul 11 17:48:02.933 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101652026-07-11T17:48:03.604Z[ host-image] Jul 11 17:48:02.933 INFO O| Jul 11 17:48:02.933 INFO ok!
101662026-07-11T17:48:03.604Z[ host-image] Jul 11 17:48:02.933 INFO O| Jul 11 17:48:02.933 INFO STEP 64 (ensure_file) COMPLETE
101672026-07-11T17:48:03.604Z[ host-image] Jul 11 17:48:02.933 INFO O| Jul 11 17:48:02.933 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101682026-07-11T17:48:03.604Z[ host-image] Jul 11 17:48:02.940 INFO O| Jul 11 17:48:02.940 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101692026-07-11T17:48:03.604Z[ host-image] Jul 11 17:48:02.940 INFO O| Jul 11 17:48:02.940 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 ...
101702026-07-11T17:48:03.604Z[ host-image] Jul 11 17:48:02.940 INFO O| Jul 11 17:48:02.940 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
101712026-07-11T17:48:03.605Z[ host-image] Jul 11 17:48:02.940 INFO O| Jul 11 17:48:02.940 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101722026-07-11T17:48:03.605Z[ host-image] Jul 11 17:48:02.940 INFO O| Jul 11 17:48:02.940 INFO ok!
101732026-07-11T17:48:03.605Z[ host-image] Jul 11 17:48:02.940 INFO O| Jul 11 17:48:02.940 INFO STEP 65 (ensure_file) COMPLETE
101742026-07-11T17:48:03.605Z[ host-image] Jul 11 17:48:02.940 INFO O| Jul 11 17:48:02.940 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101752026-07-11T17:48:03.605Z[ host-image] Jul 11 17:48:02.940 INFO O| Jul 11 17:48:02.940 INFO skip step because feature "mbist" is not enabled
101762026-07-11T17:48:03.605Z[ host-image] Jul 11 17:48:02.940 INFO O| Jul 11 17:48:02.940 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-07-11T17:48:03.605Z[ host-image] Jul 11 17:48:02.947 INFO O| Jul 11 17:48:02.946 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101782026-07-11T17:48:03.605Z[ host-image] Jul 11 17:48:02.947 INFO O| Jul 11 17:48:02.947 INFO STEP 67 (ensure_dir) COMPLETE
101792026-07-11T17:48:03.605Z[ host-image] Jul 11 17:48:02.947 INFO O| Jul 11 17:48:02.947 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802026-07-11T17:48:03.605Z[ host-image] Jul 11 17:48:02.953 INFO O| Jul 11 17:48:02.953 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101812026-07-11T17:48:03.606Z[ host-image] Jul 11 17:48:02.953 INFO O| Jul 11 17:48:02.953 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101822026-07-11T17:48:03.606Z[ host-image] Jul 11 17:48:02.953 INFO O| Jul 11 17:48:02.953 INFO STEP 68 (ensure_dir) COMPLETE
101832026-07-11T17:48:03.606Z[ host-image] Jul 11 17:48:02.953 INFO O| Jul 11 17:48:02.953 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-07-11T17:48:03.611Z[ host-image] Jul 11 17:48:02.960 INFO O| Jul 11 17:48:02.960 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101852026-07-11T17:48:03.611Z[ host-image] Jul 11 17:48:02.960 INFO O| Jul 11 17:48:02.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101862026-07-11T17:48:03.611Z[ host-image] Jul 11 17:48:02.960 INFO O| Jul 11 17:48:02.960 INFO STEP 69 (ensure_dir) COMPLETE
101872026-07-11T17:48:03.611Z[ host-image] Jul 11 17:48:02.960 INFO O| Jul 11 17:48:02.960 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-07-11T17:48:03.614Z[ host-image] Jul 11 17:48:02.967 INFO O| Jul 11 17:48:02.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101892026-07-11T17:48:03.614Z[ host-image] Jul 11 17:48:02.967 INFO O| Jul 11 17:48:02.967 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101902026-07-11T17:48:03.625Z[ recovery-image] Jul 11 17:48:02.979 INFO E| Downloading crates ...
101912026-07-11T17:48:03.683Z[ recovery-image] Jul 11 17:48:03.037 INFO E| Downloaded log v0.4.32
101922026-07-11T17:48:03.689Z[ recovery-image] Jul 11 17:48:03.044 INFO E| Downloaded miniz_oxide v0.9.1
101932026-07-11T17:48:03.692Z[ recovery-image] Jul 11 17:48:03.045 INFO E| Downloaded bit_field v0.10.3
101942026-07-11T17:48:03.692Z[ recovery-image] Jul 11 17:48:03.046 INFO E| Downloaded bitstruct v0.1.1
101952026-07-11T17:48:03.695Z[ recovery-image] Jul 11 17:48:03.048 INFO E| Downloaded bitstruct_derive v0.1.0
101962026-07-11T17:48:03.698Z[ recovery-image] Jul 11 17:48:03.052 INFO E| Downloaded cpio_reader v0.1.2
101972026-07-11T17:48:03.706Z[ recovery-image] Jul 11 17:48:03.060 INFO E| Downloaded bitflags v2.13.0
101982026-07-11T17:48:03.718Z[ recovery-image] Jul 11 17:48:03.072 INFO E| Downloaded raw-cpuid v10.7.0
101992026-07-11T17:48:03.736Z[ recovery-image] Jul 11 17:48:03.090 INFO E| Downloaded goblin v0.10.7
102002026-07-11T17:48:03.861Z[ recovery-image] Jul 11 17:48:03.215 INFO E| Downloaded x86 v0.52.0
102012026-07-11T17:48:03.895Z[ recovery-image] Jul 11 17:48:03.249 INFO E| Updating crates.io index
102022026-07-11T17:48:04.030Z[ recovery-image] Jul 11 17:48:03.384 INFO E| Downloading crates ...
102032026-07-11T17:48:04.051Z[ recovery-image] Jul 11 17:48:03.406 INFO E| Downloaded hashbrown v0.17.1
102042026-07-11T17:48:04.055Z[ recovery-image] Jul 11 17:48:03.410 INFO E| Downloaded rustc-literal-escaper v0.0.7
102052026-07-11T17:48:04.104Z[ recovery-image] Jul 11 17:48:03.458 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)
102062026-07-11T17:48:04.104Z[ recovery-image] Jul 11 17:48:03.458 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)
102072026-07-11T17:48:04.109Z[ recovery-image] Jul 11 17:48:03.458 INFO E| Compiling proc-macro2 v1.0.106
102082026-07-11T17:48:04.109Z[ recovery-image] Jul 11 17:48:03.458 INFO E| Compiling unicode-ident v1.0.24
102092026-07-11T17:48:04.109Z[ recovery-image] Jul 11 17:48:03.458 INFO E| Compiling quote v1.0.45
102102026-07-11T17:48:04.109Z[ recovery-image] Jul 11 17:48:03.458 INFO E| Compiling syn v1.0.109
102112026-07-11T17:48:04.109Z[ recovery-image] Jul 11 17:48:03.458 INFO E| Compiling x86 v0.52.0
102122026-07-11T17:48:04.109Z[ recovery-image] Jul 11 17:48:03.458 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102132026-07-11T17:48:04.109Z[ recovery-image] Jul 11 17:48:03.458 INFO E| Compiling seq-macro v0.3.6
102142026-07-11T17:48:04.109Z[ host-image] Jul 11 17:48:03.458 INFO O| Jul 11 17:48:03.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102152026-07-11T17:48:04.109Z[ host-image] Jul 11 17:48:03.458 INFO O| Jul 11 17:48:03.458 INFO ok!
102162026-07-11T17:48:04.109Z[ host-image] Jul 11 17:48:03.458 INFO O| Jul 11 17:48:03.458 INFO STEP 70 (ensure_file) COMPLETE
102172026-07-11T17:48:04.109Z[ host-image] Jul 11 17:48:03.458 INFO O| Jul 11 17:48:03.458 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-07-11T17:48:04.113Z[ host-image] Jul 11 17:48:03.467 INFO O| Jul 11 17:48:03.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102192026-07-11T17:48:04.113Z[ host-image] Jul 11 17:48:03.467 INFO O| Jul 11 17:48:03.467 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102202026-07-11T17:48:04.714Z[ host-image] Jul 11 17:48:04.068 INFO O| Jul 11 17:48:04.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102212026-07-11T17:48:04.714Z[ host-image] Jul 11 17:48:04.068 INFO O| Jul 11 17:48:04.068 INFO ok!
102222026-07-11T17:48:04.714Z[ host-image] Jul 11 17:48:04.068 INFO O| Jul 11 17:48:04.068 INFO STEP 71 (ensure_file) COMPLETE
102232026-07-11T17:48:04.714Z[ host-image] Jul 11 17:48:04.068 INFO O| Jul 11 17:48:04.068 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-07-11T17:48:04.721Z[ host-image] Jul 11 17:48:04.076 INFO O| Jul 11 17:48:04.076 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102252026-07-11T17:48:04.725Z[ host-image] Jul 11 17:48:04.076 INFO O| Jul 11 17:48:04.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102262026-07-11T17:48:04.725Z[ host-image] Jul 11 17:48:04.076 INFO O| Jul 11 17:48:04.076 INFO STEP 72 (ensure_dir) COMPLETE
102272026-07-11T17:48:04.725Z[ host-image] Jul 11 17:48:04.076 INFO O| Jul 11 17:48:04.076 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-07-11T17:48:04.729Z[ host-image] Jul 11 17:48:04.083 INFO O| Jul 11 17:48:04.083 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102292026-07-11T17:48:04.729Z[ host-image] Jul 11 17:48:04.083 INFO O| Jul 11 17:48:04.083 INFO copying /tmp/.tmpV6zDxN/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 ...
102302026-07-11T17:48:04.732Z[ host-image] Jul 11 17:48:04.084 INFO O| Jul 11 17:48:04.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102312026-07-11T17:48:04.732Z[ host-image] Jul 11 17:48:04.084 INFO O| Jul 11 17:48:04.084 INFO ok!
102322026-07-11T17:48:04.732Z[ host-image] Jul 11 17:48:04.084 INFO O| Jul 11 17:48:04.084 INFO STEP 73 (ensure_file) COMPLETE
102332026-07-11T17:48:04.732Z[ host-image] Jul 11 17:48:04.084 INFO O| Jul 11 17:48:04.084 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-07-11T17:48:04.737Z[ host-image] Jul 11 17:48:04.091 INFO O| Jul 11 17:48:04.091 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102352026-07-11T17:48:04.737Z[ host-image] Jul 11 17:48:04.091 INFO O| Jul 11 17:48:04.091 INFO copying /tmp/.tmpV6zDxN/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 ...
102362026-07-11T17:48:04.740Z[ host-image] Jul 11 17:48:04.091 INFO O| Jul 11 17:48:04.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102372026-07-11T17:48:04.740Z[ host-image] Jul 11 17:48:04.091 INFO O| Jul 11 17:48:04.091 INFO ok!
102382026-07-11T17:48:04.740Z[ host-image] Jul 11 17:48:04.091 INFO O| Jul 11 17:48:04.091 INFO STEP 74 (ensure_file) COMPLETE
102392026-07-11T17:48:04.740Z[ host-image] Jul 11 17:48:04.091 INFO O| Jul 11 17:48:04.091 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-07-11T17:48:04.744Z[ host-image] Jul 11 17:48:04.098 INFO O| Jul 11 17:48:04.098 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102412026-07-11T17:48:04.747Z[ host-image] Jul 11 17:48:04.098 INFO O| Jul 11 17:48:04.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102422026-07-11T17:48:04.747Z[ host-image] Jul 11 17:48:04.098 INFO O| Jul 11 17:48:04.098 INFO STEP 75 (ensure_dir) COMPLETE
102432026-07-11T17:48:04.747Z[ host-image] Jul 11 17:48:04.098 INFO O| Jul 11 17:48:04.098 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-07-11T17:48:04.750Z[ host-image] Jul 11 17:48:04.105 INFO O| Jul 11 17:48:04.105 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102452026-07-11T17:48:04.750Z[ host-image] Jul 11 17:48:04.105 INFO O| Jul 11 17:48:04.105 INFO copying /tmp/.tmpV6zDxN/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 ...
102462026-07-11T17:48:04.753Z[ host-image] Jul 11 17:48:04.105 INFO O| Jul 11 17:48:04.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102472026-07-11T17:48:04.753Z[ host-image] Jul 11 17:48:04.105 INFO O| Jul 11 17:48:04.105 INFO ok!
102482026-07-11T17:48:04.753Z[ host-image] Jul 11 17:48:04.105 INFO O| Jul 11 17:48:04.105 INFO STEP 76 (ensure_file) COMPLETE
102492026-07-11T17:48:04.753Z[ host-image] Jul 11 17:48:04.105 INFO O| Jul 11 17:48:04.105 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-07-11T17:48:04.757Z[ host-image] Jul 11 17:48:04.111 INFO O| Jul 11 17:48:04.111 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102512026-07-11T17:48:04.759Z[ host-image] Jul 11 17:48:04.111 INFO O| Jul 11 17:48:04.111 INFO copying /tmp/.tmpV6zDxN/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 ...
102522026-07-11T17:48:04.759Z[ host-image] Jul 11 17:48:04.111 INFO O| Jul 11 17:48:04.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102532026-07-11T17:48:04.759Z[ host-image] Jul 11 17:48:04.111 INFO O| Jul 11 17:48:04.111 INFO ok!
102542026-07-11T17:48:04.759Z[ host-image] Jul 11 17:48:04.111 INFO O| Jul 11 17:48:04.111 INFO STEP 77 (ensure_file) COMPLETE
102552026-07-11T17:48:04.759Z[ host-image] Jul 11 17:48:04.111 INFO O| Jul 11 17:48:04.111 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-07-11T17:48:04.763Z[ host-image] Jul 11 17:48:04.117 INFO O| Jul 11 17:48:04.117 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102572026-07-11T17:48:04.765Z[ host-image] Jul 11 17:48:04.117 INFO O| Jul 11 17:48:04.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102582026-07-11T17:48:04.765Z[ host-image] Jul 11 17:48:04.117 INFO O| Jul 11 17:48:04.117 INFO STEP 78 (ensure_dir) COMPLETE
102592026-07-11T17:48:04.765Z[ host-image] Jul 11 17:48:04.117 INFO O| Jul 11 17:48:04.117 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-07-11T17:48:04.769Z[ host-image] Jul 11 17:48:04.123 INFO O| Jul 11 17:48:04.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102612026-07-11T17:48:04.769Z[ host-image] Jul 11 17:48:04.123 INFO O| Jul 11 17:48:04.123 INFO copying /tmp/.tmpV6zDxN/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 ...
102622026-07-11T17:48:04.771Z[ host-image] Jul 11 17:48:04.123 INFO O| Jul 11 17:48:04.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102632026-07-11T17:48:04.771Z[ host-image] Jul 11 17:48:04.123 INFO O| Jul 11 17:48:04.123 INFO ok!
102642026-07-11T17:48:04.771Z[ host-image] Jul 11 17:48:04.123 INFO O| Jul 11 17:48:04.123 INFO STEP 79 (ensure_file) COMPLETE
102652026-07-11T17:48:04.771Z[ host-image] Jul 11 17:48:04.123 INFO O| Jul 11 17:48:04.123 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-07-11T17:48:04.777Z[ host-image] Jul 11 17:48:04.131 INFO O| Jul 11 17:48:04.131 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102672026-07-11T17:48:04.779Z[ host-image] Jul 11 17:48:04.131 INFO O| Jul 11 17:48:04.131 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102682026-07-11T17:48:04.780Z[ host-image] Jul 11 17:48:04.131 INFO O| Jul 11 17:48:04.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102692026-07-11T17:48:04.780Z[ host-image] Jul 11 17:48:04.131 INFO O| Jul 11 17:48:04.131 INFO ok!
102702026-07-11T17:48:04.780Z[ host-image] Jul 11 17:48:04.131 INFO O| Jul 11 17:48:04.131 INFO STEP 80 (ensure_file) COMPLETE
102712026-07-11T17:48:04.780Z[ host-image] Jul 11 17:48:04.131 INFO O| Jul 11 17:48:04.131 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722026-07-11T17:48:04.784Z[ host-image] Jul 11 17:48:04.138 INFO O| Jul 11 17:48:04.138 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102732026-07-11T17:48:04.784Z[ host-image] Jul 11 17:48:04.138 INFO O| Jul 11 17:48:04.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102742026-07-11T17:48:04.784Z[ host-image] Jul 11 17:48:04.138 INFO O| Jul 11 17:48:04.138 INFO STEP 81 (ensure_dir) COMPLETE
102752026-07-11T17:48:04.787Z[ host-image] Jul 11 17:48:04.138 INFO O| Jul 11 17:48:04.138 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-07-11T17:48:04.790Z[ host-image] Jul 11 17:48:04.144 INFO O| Jul 11 17:48:04.144 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102772026-07-11T17:48:04.790Z[ host-image] Jul 11 17:48:04.144 INFO O| Jul 11 17:48:04.144 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102782026-07-11T17:48:05.009Z[ host-image] Jul 11 17:48:04.363 INFO O| Jul 11 17:48:04.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102792026-07-11T17:48:05.009Z[ host-image] Jul 11 17:48:04.363 INFO O| Jul 11 17:48:04.363 INFO ok!
102802026-07-11T17:48:05.009Z[ host-image] Jul 11 17:48:04.363 INFO O| Jul 11 17:48:04.363 INFO STEP 82 (ensure_file) COMPLETE
102812026-07-11T17:48:05.009Z[ host-image] Jul 11 17:48:04.363 INFO O| Jul 11 17:48:04.363 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-07-11T17:48:05.019Z[ host-image] Jul 11 17:48:04.373 INFO O| Jul 11 17:48:04.373 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102832026-07-11T17:48:05.019Z[ host-image] Jul 11 17:48:04.373 INFO O| Jul 11 17:48:04.373 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102842026-07-11T17:48:05.277Z[ recovery-image] Jul 11 17:48:04.631 INFO E| Compiling syn v2.0.117
102852026-07-11T17:48:05.508Z[ host-image] Jul 11 17:48:04.862 INFO O| Jul 11 17:48:04.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102862026-07-11T17:48:05.508Z[ host-image] Jul 11 17:48:04.862 INFO O| Jul 11 17:48:04.862 INFO ok!
102872026-07-11T17:48:05.511Z[ host-image] Jul 11 17:48:04.862 INFO O| Jul 11 17:48:04.862 INFO STEP 83 (ensure_file) COMPLETE
102882026-07-11T17:48:05.511Z[ host-image] Jul 11 17:48:04.862 INFO O| Jul 11 17:48:04.862 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-07-11T17:48:05.517Z[ host-image] Jul 11 17:48:04.872 INFO O| Jul 11 17:48:04.872 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102902026-07-11T17:48:05.517Z[ host-image] Jul 11 17:48:04.872 INFO O| Jul 11 17:48:04.872 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102912026-07-11T17:48:06.668Z[ host-image] Jul 11 17:48:06.022 INFO O| Jul 11 17:48:06.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102922026-07-11T17:48:06.668Z[ host-image] Jul 11 17:48:06.022 INFO O| Jul 11 17:48:06.022 INFO ok!
102932026-07-11T17:48:06.668Z[ host-image] Jul 11 17:48:06.022 INFO O| Jul 11 17:48:06.022 INFO STEP 84 (ensure_file) COMPLETE
102942026-07-11T17:48:06.672Z[ host-image] Jul 11 17:48:06.022 INFO O| Jul 11 17:48:06.022 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-07-11T17:48:06.677Z[ host-image] Jul 11 17:48:06.031 INFO O| Jul 11 17:48:06.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102962026-07-11T17:48:06.677Z[ host-image] Jul 11 17:48:06.031 INFO O| Jul 11 17:48:06.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102972026-07-11T17:48:06.677Z[ host-image] Jul 11 17:48:06.031 INFO O| Jul 11 17:48:06.031 INFO STEP 85 (ensure_dir) COMPLETE
102982026-07-11T17:48:06.681Z[ host-image] Jul 11 17:48:06.031 INFO O| Jul 11 17:48:06.031 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-07-11T17:48:06.686Z[ host-image] Jul 11 17:48:06.040 INFO O| Jul 11 17:48:06.040 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103002026-07-11T17:48:06.686Z[ host-image] Jul 11 17:48:06.040 INFO O| Jul 11 17:48:06.040 INFO copying /tmp/.tmpV6zDxN/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 ...
103012026-07-11T17:48:06.686Z[ host-image] Jul 11 17:48:06.040 INFO O| Jul 11 17:48:06.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103022026-07-11T17:48:06.689Z[ host-image] Jul 11 17:48:06.040 INFO O| Jul 11 17:48:06.040 INFO ok!
103032026-07-11T17:48:06.689Z[ host-image] Jul 11 17:48:06.040 INFO O| Jul 11 17:48:06.040 INFO STEP 86 (ensure_file) COMPLETE
103042026-07-11T17:48:06.689Z[ host-image] Jul 11 17:48:06.040 INFO O| Jul 11 17:48:06.040 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-07-11T17:48:06.694Z[ host-image] Jul 11 17:48:06.048 INFO O| Jul 11 17:48:06.048 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103062026-07-11T17:48:06.694Z[ host-image] Jul 11 17:48:06.048 INFO O| Jul 11 17:48:06.048 INFO copying /tmp/.tmpV6zDxN/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 ...
103072026-07-11T17:48:06.697Z[ host-image] Jul 11 17:48:06.048 INFO O| Jul 11 17:48:06.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103082026-07-11T17:48:06.697Z[ host-image] Jul 11 17:48:06.048 INFO O| Jul 11 17:48:06.048 INFO ok!
103092026-07-11T17:48:06.697Z[ host-image] Jul 11 17:48:06.048 INFO O| Jul 11 17:48:06.048 INFO STEP 87 (ensure_file) COMPLETE
103102026-07-11T17:48:06.697Z[ host-image] Jul 11 17:48:06.048 INFO O| Jul 11 17:48:06.048 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-07-11T17:48:06.701Z[ host-image] Jul 11 17:48:06.055 INFO O| Jul 11 17:48:06.055 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103122026-07-11T17:48:06.701Z[ host-image] Jul 11 17:48:06.055 INFO O| Jul 11 17:48:06.055 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103132026-07-11T17:48:06.701Z[ host-image] Jul 11 17:48:06.055 INFO O| Jul 11 17:48:06.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103142026-07-11T17:48:06.701Z[ host-image] Jul 11 17:48:06.055 INFO O| Jul 11 17:48:06.055 INFO ok!
103152026-07-11T17:48:06.701Z[ host-image] Jul 11 17:48:06.055 INFO O| Jul 11 17:48:06.055 INFO STEP 88 (ensure_file) COMPLETE
103162026-07-11T17:48:06.701Z[ host-image] Jul 11 17:48:06.055 INFO O| Jul 11 17:48:06.055 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-07-11T17:48:06.710Z[ host-image] Jul 11 17:48:06.064 INFO O| Jul 11 17:48:06.064 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103182026-07-11T17:48:06.710Z[ host-image] Jul 11 17:48:06.064 INFO O| Jul 11 17:48:06.064 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103192026-07-11T17:48:06.714Z[ host-image] Jul 11 17:48:06.064 INFO O| Jul 11 17:48:06.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103202026-07-11T17:48:06.714Z[ host-image] Jul 11 17:48:06.064 INFO O| Jul 11 17:48:06.064 INFO ok!
103212026-07-11T17:48:06.714Z[ host-image] Jul 11 17:48:06.064 INFO O| Jul 11 17:48:06.064 INFO STEP 89 (ensure_file) COMPLETE
103222026-07-11T17:48:06.714Z[ host-image] Jul 11 17:48:06.064 INFO O| Jul 11 17:48:06.064 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-07-11T17:48:06.719Z[ host-image] Jul 11 17:48:06.073 INFO O| Jul 11 17:48:06.073 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103242026-07-11T17:48:06.719Z[ host-image] Jul 11 17:48:06.073 INFO O| Jul 11 17:48:06.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103252026-07-11T17:48:06.724Z[ host-image] Jul 11 17:48:06.073 INFO O| Jul 11 17:48:06.073 INFO STEP 90 (ensure_dir) COMPLETE
103262026-07-11T17:48:06.725Z[ host-image] Jul 11 17:48:06.073 INFO O| Jul 11 17:48:06.073 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-07-11T17:48:06.728Z[ host-image] Jul 11 17:48:06.082 INFO O| Jul 11 17:48:06.082 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103282026-07-11T17:48:06.728Z[ host-image] Jul 11 17:48:06.082 INFO O| Jul 11 17:48:06.082 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103292026-07-11T17:48:06.731Z[ host-image] Jul 11 17:48:06.085 INFO O| Jul 11 17:48:06.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103302026-07-11T17:48:06.731Z[ host-image] Jul 11 17:48:06.085 INFO O| Jul 11 17:48:06.085 INFO ok!
103312026-07-11T17:48:06.732Z[ host-image] Jul 11 17:48:06.085 INFO O| Jul 11 17:48:06.085 INFO STEP 91 (ensure_file) COMPLETE
103322026-07-11T17:48:06.732Z[ host-image] Jul 11 17:48:06.085 INFO O| Jul 11 17:48:06.085 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-07-11T17:48:06.738Z[ host-image] Jul 11 17:48:06.092 INFO O| Jul 11 17:48:06.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103342026-07-11T17:48:06.741Z[ host-image] Jul 11 17:48:06.092 INFO O| Jul 11 17:48:06.092 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103352026-07-11T17:48:06.741Z[ host-image] Jul 11 17:48:06.092 INFO O| Jul 11 17:48:06.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103362026-07-11T17:48:06.741Z[ host-image] Jul 11 17:48:06.092 INFO O| Jul 11 17:48:06.092 INFO ok!
103372026-07-11T17:48:06.741Z[ host-image] Jul 11 17:48:06.092 INFO O| Jul 11 17:48:06.092 INFO STEP 92 (ensure_file) COMPLETE
103382026-07-11T17:48:06.741Z[ host-image] Jul 11 17:48:06.092 INFO O| Jul 11 17:48:06.092 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-07-11T17:48:06.746Z[ host-image] Jul 11 17:48:06.101 INFO O| Jul 11 17:48:06.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103402026-07-11T17:48:06.747Z[ host-image] Jul 11 17:48:06.101 INFO O| Jul 11 17:48:06.101 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103412026-07-11T17:48:06.815Z[ recovery-image] Jul 11 17:48:06.166 INFO E| Compiling scroll_derive v0.13.1
103422026-07-11T17:48:07.307Z[ host-image] Jul 11 17:48:06.661 INFO O| Jul 11 17:48:06.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103432026-07-11T17:48:07.307Z[ host-image] Jul 11 17:48:06.661 INFO O| Jul 11 17:48:06.661 INFO ok!
103442026-07-11T17:48:07.307Z[ host-image] Jul 11 17:48:06.661 INFO O| Jul 11 17:48:06.661 INFO STEP 93 (ensure_file) COMPLETE
103452026-07-11T17:48:07.307Z[ host-image] Jul 11 17:48:06.661 INFO O| Jul 11 17:48:06.661 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-07-11T17:48:07.314Z[ host-image] Jul 11 17:48:06.668 INFO O| Jul 11 17:48:06.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103472026-07-11T17:48:07.314Z[ host-image] Jul 11 17:48:06.668 INFO O| Jul 11 17:48:06.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103482026-07-11T17:48:07.314Z[ host-image] Jul 11 17:48:06.668 INFO O| Jul 11 17:48:06.668 INFO STEP 94 (ensure_dir) COMPLETE
103492026-07-11T17:48:07.314Z[ host-image] Jul 11 17:48:06.668 INFO O| Jul 11 17:48:06.668 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-07-11T17:48:07.320Z[ host-image] Jul 11 17:48:06.674 INFO O| Jul 11 17:48:06.674 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103512026-07-11T17:48:07.320Z[ host-image] Jul 11 17:48:06.674 INFO O| Jul 11 17:48:06.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103522026-07-11T17:48:07.323Z[ host-image] Jul 11 17:48:06.674 INFO O| Jul 11 17:48:06.674 INFO STEP 95 (ensure_dir) COMPLETE
103532026-07-11T17:48:07.323Z[ host-image] Jul 11 17:48:06.674 INFO O| Jul 11 17:48:06.674 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103542026-07-11T17:48:07.326Z[ host-image] Jul 11 17:48:06.680 INFO O| Jul 11 17:48:06.680 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103552026-07-11T17:48:07.326Z[ host-image] Jul 11 17:48:06.680 INFO O| Jul 11 17:48:06.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103562026-07-11T17:48:07.326Z[ host-image] Jul 11 17:48:06.680 INFO O| Jul 11 17:48:06.680 INFO STEP 96 (ensure_dir) COMPLETE
103572026-07-11T17:48:07.326Z[ host-image] Jul 11 17:48:06.680 INFO O| Jul 11 17:48:06.680 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-07-11T17:48:07.335Z[ host-image] Jul 11 17:48:06.689 INFO O| Jul 11 17:48:06.689 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103592026-07-11T17:48:07.335Z[ host-image] Jul 11 17:48:06.689 INFO O| Jul 11 17:48:06.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103602026-07-11T17:48:07.338Z[ host-image] Jul 11 17:48:06.689 INFO O| Jul 11 17:48:06.689 INFO STEP 97 (ensure_dir) COMPLETE
103612026-07-11T17:48:07.338Z[ host-image] Jul 11 17:48:06.689 INFO O| Jul 11 17:48:06.689 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-07-11T17:48:07.341Z[ host-image] Jul 11 17:48:06.695 INFO O| Jul 11 17:48:06.695 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103632026-07-11T17:48:07.342Z[ host-image] Jul 11 17:48:06.695 INFO O| Jul 11 17:48:06.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103642026-07-11T17:48:07.342Z[ host-image] Jul 11 17:48:06.695 INFO O| Jul 11 17:48:06.695 INFO STEP 98 (ensure_dir) COMPLETE
103652026-07-11T17:48:07.342Z[ host-image] Jul 11 17:48:06.695 INFO O| Jul 11 17:48:06.695 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-07-11T17:48:07.347Z[ host-image] Jul 11 17:48:06.701 INFO O| Jul 11 17:48:06.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103672026-07-11T17:48:07.347Z[ host-image] Jul 11 17:48:06.701 INFO O| Jul 11 17:48:06.701 INFO copying /tmp/.tmpV6zDxN/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 ...
103682026-07-11T17:48:07.350Z[ host-image] Jul 11 17:48:06.702 INFO O| Jul 11 17:48:06.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103692026-07-11T17:48:07.350Z[ host-image] Jul 11 17:48:06.702 INFO O| Jul 11 17:48:06.701 INFO ok!
103702026-07-11T17:48:07.350Z[ host-image] Jul 11 17:48:06.702 INFO O| Jul 11 17:48:06.701 INFO STEP 99 (ensure_file) COMPLETE
103712026-07-11T17:48:07.350Z[ host-image] Jul 11 17:48:06.702 INFO O| Jul 11 17:48:06.701 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-07-11T17:48:07.355Z[ host-image] Jul 11 17:48:06.709 INFO O| Jul 11 17:48:06.709 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103732026-07-11T17:48:07.358Z[ host-image] Jul 11 17:48:06.709 INFO O| Jul 11 17:48:06.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103742026-07-11T17:48:07.358Z[ host-image] Jul 11 17:48:06.709 INFO O| Jul 11 17:48:06.709 INFO STEP 100 (ensure_dir) COMPLETE
103752026-07-11T17:48:07.358Z[ host-image] Jul 11 17:48:06.709 INFO O| Jul 11 17:48:06.709 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-07-11T17:48:07.362Z[ host-image] Jul 11 17:48:06.717 INFO O| Jul 11 17:48:06.717 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103772026-07-11T17:48:07.363Z[ host-image] Jul 11 17:48:06.717 INFO O| Jul 11 17:48:06.717 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103782026-07-11T17:48:07.375Z[ host-image] Jul 11 17:48:06.729 INFO O| Jul 11 17:48:06.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103792026-07-11T17:48:07.375Z[ host-image] Jul 11 17:48:06.729 INFO O| Jul 11 17:48:06.729 INFO ok!
103802026-07-11T17:48:07.378Z[ host-image] Jul 11 17:48:06.729 INFO O| Jul 11 17:48:06.729 INFO STEP 101 (ensure_file) COMPLETE
103812026-07-11T17:48:07.379Z[ host-image] Jul 11 17:48:06.729 INFO O| Jul 11 17:48:06.729 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-07-11T17:48:07.383Z[ host-image] Jul 11 17:48:06.737 INFO O| Jul 11 17:48:06.737 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103832026-07-11T17:48:07.383Z[ host-image] Jul 11 17:48:06.737 INFO O| Jul 11 17:48:06.737 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103842026-07-11T17:48:07.383Z[ host-image] Jul 11 17:48:06.737 INFO O| Jul 11 17:48:06.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103852026-07-11T17:48:07.383Z[ host-image] Jul 11 17:48:06.737 INFO O| Jul 11 17:48:06.737 INFO ok!
103862026-07-11T17:48:07.387Z[ host-image] Jul 11 17:48:06.737 INFO O| Jul 11 17:48:06.737 INFO STEP 102 (ensure_file) COMPLETE
103872026-07-11T17:48:07.387Z[ host-image] Jul 11 17:48:06.737 INFO O| Jul 11 17:48:06.737 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-07-11T17:48:07.390Z[ host-image] Jul 11 17:48:06.744 INFO O| Jul 11 17:48:06.744 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103892026-07-11T17:48:07.390Z[ host-image] Jul 11 17:48:06.744 INFO O| Jul 11 17:48:06.744 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103902026-07-11T17:48:07.625Z[ host-image] Jul 11 17:48:06.979 INFO O| Jul 11 17:48:06.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103912026-07-11T17:48:07.625Z[ host-image] Jul 11 17:48:06.979 INFO O| Jul 11 17:48:06.979 INFO ok!
103922026-07-11T17:48:07.625Z[ host-image] Jul 11 17:48:06.979 INFO O| Jul 11 17:48:06.979 INFO STEP 103 (ensure_file) COMPLETE
103932026-07-11T17:48:07.625Z[ host-image] Jul 11 17:48:06.979 INFO O| Jul 11 17:48:06.979 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-07-11T17:48:07.632Z[ host-image] Jul 11 17:48:06.986 INFO O| Jul 11 17:48:06.986 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103952026-07-11T17:48:07.636Z[ host-image] Jul 11 17:48:06.986 INFO O| Jul 11 17:48:06.986 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103962026-07-11T17:48:07.636Z[ host-image] Jul 11 17:48:06.986 INFO O| Jul 11 17:48:06.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103972026-07-11T17:48:07.636Z[ host-image] Jul 11 17:48:06.986 INFO O| Jul 11 17:48:06.986 INFO ok!
103982026-07-11T17:48:07.636Z[ host-image] Jul 11 17:48:06.986 INFO O| Jul 11 17:48:06.986 INFO STEP 104 (ensure_file) COMPLETE
103992026-07-11T17:48:07.636Z[ host-image] Jul 11 17:48:06.986 INFO O| Jul 11 17:48:06.986 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-07-11T17:48:07.640Z[ host-image] Jul 11 17:48:06.994 INFO O| Jul 11 17:48:06.994 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104012026-07-11T17:48:07.640Z[ host-image] Jul 11 17:48:06.994 INFO O| Jul 11 17:48:06.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104022026-07-11T17:48:07.643Z[ host-image] Jul 11 17:48:06.994 INFO O| Jul 11 17:48:06.994 INFO STEP 105 (ensure_dir) COMPLETE
104032026-07-11T17:48:07.643Z[ host-image] Jul 11 17:48:06.994 INFO O| Jul 11 17:48:06.994 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-07-11T17:48:07.647Z[ host-image] Jul 11 17:48:07.001 INFO O| Jul 11 17:48:07.001 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104052026-07-11T17:48:07.647Z[ host-image] Jul 11 17:48:07.001 INFO O| Jul 11 17:48:07.001 INFO copying /tmp/.tmpV6zDxN/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 ...
104062026-07-11T17:48:07.874Z[ host-image] Jul 11 17:48:07.228 INFO O| Jul 11 17:48:07.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104072026-07-11T17:48:07.874Z[ host-image] Jul 11 17:48:07.228 INFO O| Jul 11 17:48:07.228 INFO ok!
104082026-07-11T17:48:07.874Z[ host-image] Jul 11 17:48:07.228 INFO O| Jul 11 17:48:07.228 INFO STEP 106 (ensure_file) COMPLETE
104092026-07-11T17:48:07.874Z[ host-image] Jul 11 17:48:07.228 INFO O| Jul 11 17:48:07.228 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-07-11T17:48:07.883Z[ host-image] Jul 11 17:48:07.237 INFO O| Jul 11 17:48:07.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104112026-07-11T17:48:07.883Z[ host-image] Jul 11 17:48:07.237 INFO O| Jul 11 17:48:07.237 INFO copying /tmp/.tmpV6zDxN/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 ...
104122026-07-11T17:48:07.886Z[ host-image] Jul 11 17:48:07.237 INFO O| Jul 11 17:48:07.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104132026-07-11T17:48:07.886Z[ host-image] Jul 11 17:48:07.237 INFO O| Jul 11 17:48:07.237 INFO ok!
104142026-07-11T17:48:07.886Z[ host-image] Jul 11 17:48:07.237 INFO O| Jul 11 17:48:07.237 INFO STEP 107 (ensure_file) COMPLETE
104152026-07-11T17:48:07.886Z[ host-image] Jul 11 17:48:07.237 INFO O| Jul 11 17:48:07.237 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-07-11T17:48:07.890Z[ host-image] Jul 11 17:48:07.244 INFO O| Jul 11 17:48:07.244 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104172026-07-11T17:48:07.890Z[ host-image] Jul 11 17:48:07.244 INFO O| Jul 11 17:48:07.244 INFO copying /tmp/.tmpV6zDxN/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 ...
104182026-07-11T17:48:07.890Z[ host-image] Jul 11 17:48:07.244 INFO O| Jul 11 17:48:07.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104192026-07-11T17:48:07.890Z[ host-image] Jul 11 17:48:07.244 INFO O| Jul 11 17:48:07.244 INFO ok!
104202026-07-11T17:48:07.890Z[ host-image] Jul 11 17:48:07.244 INFO O| Jul 11 17:48:07.244 INFO STEP 108 (ensure_file) COMPLETE
104212026-07-11T17:48:07.890Z[ host-image] Jul 11 17:48:07.244 INFO O| Jul 11 17:48:07.244 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-07-11T17:48:07.898Z[ host-image] Jul 11 17:48:07.253 INFO O| Jul 11 17:48:07.253 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104232026-07-11T17:48:07.901Z[ host-image] Jul 11 17:48:07.253 INFO O| Jul 11 17:48:07.253 INFO copying /tmp/.tmpV6zDxN/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 ...
104242026-07-11T17:48:07.901Z[ host-image] Jul 11 17:48:07.253 INFO O| Jul 11 17:48:07.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104252026-07-11T17:48:07.901Z[ host-image] Jul 11 17:48:07.253 INFO O| Jul 11 17:48:07.253 INFO ok!
104262026-07-11T17:48:07.902Z[ host-image] Jul 11 17:48:07.253 INFO O| Jul 11 17:48:07.253 INFO STEP 109 (ensure_file) COMPLETE
104272026-07-11T17:48:07.902Z[ host-image] Jul 11 17:48:07.253 INFO O| Jul 11 17:48:07.253 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-07-11T17:48:07.907Z[ host-image] Jul 11 17:48:07.261 INFO O| Jul 11 17:48:07.261 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104292026-07-11T17:48:07.907Z[ host-image] Jul 11 17:48:07.261 INFO O| Jul 11 17:48:07.261 INFO copying /tmp/.tmpV6zDxN/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 ...
104302026-07-11T17:48:07.910Z[ host-image] Jul 11 17:48:07.261 INFO O| Jul 11 17:48:07.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104312026-07-11T17:48:07.910Z[ host-image] Jul 11 17:48:07.261 INFO O| Jul 11 17:48:07.261 INFO ok!
104322026-07-11T17:48:07.910Z[ host-image] Jul 11 17:48:07.261 INFO O| Jul 11 17:48:07.261 INFO STEP 110 (ensure_file) COMPLETE
104332026-07-11T17:48:07.910Z[ host-image] Jul 11 17:48:07.261 INFO O| Jul 11 17:48:07.261 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-07-11T17:48:07.914Z[ host-image] Jul 11 17:48:07.269 INFO O| Jul 11 17:48:07.269 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104352026-07-11T17:48:07.914Z[ host-image] Jul 11 17:48:07.269 INFO O| Jul 11 17:48:07.269 INFO copying /tmp/.tmpV6zDxN/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 ...
104362026-07-11T17:48:07.920Z[ host-image] Jul 11 17:48:07.269 INFO O| Jul 11 17:48:07.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104372026-07-11T17:48:07.920Z[ host-image] Jul 11 17:48:07.269 INFO O| Jul 11 17:48:07.269 INFO ok!
104382026-07-11T17:48:07.920Z[ host-image] Jul 11 17:48:07.269 INFO O| Jul 11 17:48:07.269 INFO STEP 111 (ensure_file) COMPLETE
104392026-07-11T17:48:07.920Z[ host-image] Jul 11 17:48:07.269 INFO O| Jul 11 17:48:07.269 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-07-11T17:48:07.923Z[ host-image] Jul 11 17:48:07.276 INFO O| Jul 11 17:48:07.276 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104412026-07-11T17:48:07.924Z[ host-image] Jul 11 17:48:07.276 INFO O| Jul 11 17:48:07.276 INFO copying /tmp/.tmpV6zDxN/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 ...
104422026-07-11T17:48:07.924Z[ host-image] Jul 11 17:48:07.276 INFO O| Jul 11 17:48:07.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104432026-07-11T17:48:07.924Z[ host-image] Jul 11 17:48:07.276 INFO O| Jul 11 17:48:07.276 INFO ok!
104442026-07-11T17:48:07.924Z[ host-image] Jul 11 17:48:07.276 INFO O| Jul 11 17:48:07.276 INFO STEP 112 (ensure_file) COMPLETE
104452026-07-11T17:48:07.924Z[ host-image] Jul 11 17:48:07.276 INFO O| Jul 11 17:48:07.276 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-07-11T17:48:07.928Z[ host-image] Jul 11 17:48:07.282 INFO O| Jul 11 17:48:07.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104472026-07-11T17:48:07.928Z[ host-image] Jul 11 17:48:07.282 INFO O| Jul 11 17:48:07.282 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104482026-07-11T17:48:07.932Z[ host-image] Jul 11 17:48:07.282 INFO O| Jul 11 17:48:07.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104492026-07-11T17:48:07.932Z[ host-image] Jul 11 17:48:07.282 INFO O| Jul 11 17:48:07.282 INFO ok!
104502026-07-11T17:48:07.932Z[ host-image] Jul 11 17:48:07.282 INFO O| Jul 11 17:48:07.282 INFO STEP 113 (ensure_file) COMPLETE
104512026-07-11T17:48:07.932Z[ host-image] Jul 11 17:48:07.283 INFO O| Jul 11 17:48:07.282 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-07-11T17:48:07.935Z[ host-image] Jul 11 17:48:07.289 INFO O| Jul 11 17:48:07.289 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104532026-07-11T17:48:07.935Z[ host-image] Jul 11 17:48:07.289 INFO O| Jul 11 17:48:07.289 INFO copying /tmp/.tmpV6zDxN/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 ...
104542026-07-11T17:48:07.935Z[ host-image] Jul 11 17:48:07.289 INFO O| Jul 11 17:48:07.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104552026-07-11T17:48:07.935Z[ host-image] Jul 11 17:48:07.289 INFO O| Jul 11 17:48:07.289 INFO ok!
104562026-07-11T17:48:07.935Z[ host-image] Jul 11 17:48:07.289 INFO O| Jul 11 17:48:07.289 INFO STEP 114 (ensure_file) COMPLETE
104572026-07-11T17:48:07.935Z[ host-image] Jul 11 17:48:07.289 INFO O| Jul 11 17:48:07.289 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-07-11T17:48:07.942Z[ host-image] Jul 11 17:48:07.296 INFO O| Jul 11 17:48:07.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104592026-07-11T17:48:07.942Z[ host-image] Jul 11 17:48:07.296 INFO O| Jul 11 17:48:07.296 INFO copying /tmp/.tmpV6zDxN/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 ...
104602026-07-11T17:48:07.942Z[ host-image] Jul 11 17:48:07.296 INFO O| Jul 11 17:48:07.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104612026-07-11T17:48:07.945Z[ host-image] Jul 11 17:48:07.296 INFO O| Jul 11 17:48:07.296 INFO ok!
104622026-07-11T17:48:07.945Z[ host-image] Jul 11 17:48:07.296 INFO O| Jul 11 17:48:07.296 INFO STEP 115 (ensure_file) COMPLETE
104632026-07-11T17:48:07.945Z[ host-image] Jul 11 17:48:07.296 INFO O| Jul 11 17:48:07.296 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-07-11T17:48:07.949Z[ host-image] Jul 11 17:48:07.303 INFO O| Jul 11 17:48:07.303 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104652026-07-11T17:48:07.951Z[ host-image] Jul 11 17:48:07.303 INFO O| Jul 11 17:48:07.303 INFO copying /tmp/.tmpV6zDxN/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 ...
104662026-07-11T17:48:07.952Z[ host-image] Jul 11 17:48:07.303 INFO O| Jul 11 17:48:07.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104672026-07-11T17:48:07.952Z[ host-image] Jul 11 17:48:07.303 INFO O| Jul 11 17:48:07.303 INFO ok!
104682026-07-11T17:48:07.952Z[ host-image] Jul 11 17:48:07.303 INFO O| Jul 11 17:48:07.303 INFO STEP 116 (ensure_file) COMPLETE
104692026-07-11T17:48:07.952Z[ host-image] Jul 11 17:48:07.303 INFO O| Jul 11 17:48:07.303 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-07-11T17:48:07.956Z[ host-image] Jul 11 17:48:07.310 INFO O| Jul 11 17:48:07.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104712026-07-11T17:48:07.956Z[ host-image] Jul 11 17:48:07.310 INFO O| Jul 11 17:48:07.310 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104722026-07-11T17:48:07.956Z[ host-image] Jul 11 17:48:07.310 INFO O| Jul 11 17:48:07.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104732026-07-11T17:48:07.959Z[ host-image] Jul 11 17:48:07.310 INFO O| Jul 11 17:48:07.310 INFO ok!
104742026-07-11T17:48:07.959Z[ host-image] Jul 11 17:48:07.310 INFO O| Jul 11 17:48:07.310 INFO STEP 117 (ensure_file) COMPLETE
104752026-07-11T17:48:07.959Z[ host-image] Jul 11 17:48:07.310 INFO O| Jul 11 17:48:07.310 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-07-11T17:48:07.964Z[ host-image] Jul 11 17:48:07.319 INFO O| Jul 11 17:48:07.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104772026-07-11T17:48:07.964Z[ host-image] Jul 11 17:48:07.319 INFO O| Jul 11 17:48:07.319 INFO copying /tmp/.tmpV6zDxN/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 ...
104782026-07-11T17:48:07.967Z[ host-image] Jul 11 17:48:07.319 INFO O| Jul 11 17:48:07.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104792026-07-11T17:48:07.967Z[ host-image] Jul 11 17:48:07.319 INFO O| Jul 11 17:48:07.319 INFO ok!
104802026-07-11T17:48:07.967Z[ host-image] Jul 11 17:48:07.319 INFO O| Jul 11 17:48:07.319 INFO STEP 118 (ensure_file) COMPLETE
104812026-07-11T17:48:07.967Z[ host-image] Jul 11 17:48:07.319 INFO O| Jul 11 17:48:07.319 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-07-11T17:48:07.972Z[ host-image] Jul 11 17:48:07.327 INFO O| Jul 11 17:48:07.327 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104832026-07-11T17:48:07.972Z[ host-image] Jul 11 17:48:07.327 INFO O| Jul 11 17:48:07.327 INFO copying /tmp/.tmpV6zDxN/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 ...
104842026-07-11T17:48:07.973Z[ host-image] Jul 11 17:48:07.327 INFO O| Jul 11 17:48:07.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104852026-07-11T17:48:07.976Z[ host-image] Jul 11 17:48:07.327 INFO O| Jul 11 17:48:07.327 INFO ok!
104862026-07-11T17:48:07.976Z[ host-image] Jul 11 17:48:07.327 INFO O| Jul 11 17:48:07.327 INFO STEP 119 (ensure_file) COMPLETE
104872026-07-11T17:48:07.976Z[ host-image] Jul 11 17:48:07.327 INFO O| Jul 11 17:48:07.327 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-07-11T17:48:07.980Z[ host-image] Jul 11 17:48:07.335 INFO O| Jul 11 17:48:07.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104892026-07-11T17:48:07.980Z[ host-image] Jul 11 17:48:07.335 INFO O| Jul 11 17:48:07.335 INFO copying /tmp/.tmpV6zDxN/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 ...
104902026-07-11T17:48:07.983Z[ host-image] Jul 11 17:48:07.335 INFO O| Jul 11 17:48:07.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104912026-07-11T17:48:07.983Z[ host-image] Jul 11 17:48:07.335 INFO O| Jul 11 17:48:07.335 INFO ok!
104922026-07-11T17:48:07.983Z[ host-image] Jul 11 17:48:07.335 INFO O| Jul 11 17:48:07.335 INFO STEP 120 (ensure_file) COMPLETE
104932026-07-11T17:48:07.983Z[ host-image] Jul 11 17:48:07.335 INFO O| Jul 11 17:48:07.335 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-07-11T17:48:07.987Z[ host-image] Jul 11 17:48:07.342 INFO O| Jul 11 17:48:07.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104952026-07-11T17:48:07.987Z[ host-image] Jul 11 17:48:07.342 INFO O| Jul 11 17:48:07.342 INFO copying /tmp/.tmpV6zDxN/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 ...
104962026-07-11T17:48:07.987Z[ host-image] Jul 11 17:48:07.342 INFO O| Jul 11 17:48:07.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104972026-07-11T17:48:07.987Z[ host-image] Jul 11 17:48:07.342 INFO O| Jul 11 17:48:07.342 INFO ok!
104982026-07-11T17:48:07.987Z[ host-image] Jul 11 17:48:07.342 INFO O| Jul 11 17:48:07.342 INFO STEP 121 (ensure_file) COMPLETE
104992026-07-11T17:48:07.990Z[ host-image] Jul 11 17:48:07.342 INFO O| Jul 11 17:48:07.342 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-07-11T17:48:07.993Z[ host-image] Jul 11 17:48:07.347 INFO O| Jul 11 17:48:07.347 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105012026-07-11T17:48:07.993Z[ host-image] Jul 11 17:48:07.347 INFO O| Jul 11 17:48:07.347 INFO copying /tmp/.tmpV6zDxN/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 ...
105022026-07-11T17:48:07.993Z[ host-image] Jul 11 17:48:07.347 INFO O| Jul 11 17:48:07.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105032026-07-11T17:48:07.993Z[ host-image] Jul 11 17:48:07.347 INFO O| Jul 11 17:48:07.347 INFO ok!
105042026-07-11T17:48:07.993Z[ host-image] Jul 11 17:48:07.347 INFO O| Jul 11 17:48:07.347 INFO STEP 122 (ensure_file) COMPLETE
105052026-07-11T17:48:07.994Z[ host-image] Jul 11 17:48:07.347 INFO O| Jul 11 17:48:07.347 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-07-11T17:48:07.999Z[ host-image] Jul 11 17:48:07.353 INFO O| Jul 11 17:48:07.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105072026-07-11T17:48:07.999Z[ host-image] Jul 11 17:48:07.353 INFO O| Jul 11 17:48:07.353 INFO copying /tmp/.tmpV6zDxN/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 ...
105082026-07-11T17:48:08.002Z[ host-image] Jul 11 17:48:07.353 INFO O| Jul 11 17:48:07.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105092026-07-11T17:48:08.002Z[ host-image] Jul 11 17:48:07.353 INFO O| Jul 11 17:48:07.353 INFO ok!
105102026-07-11T17:48:08.002Z[ host-image] Jul 11 17:48:07.353 INFO O| Jul 11 17:48:07.353 INFO STEP 123 (ensure_file) COMPLETE
105112026-07-11T17:48:08.002Z[ host-image] Jul 11 17:48:07.354 INFO O| Jul 11 17:48:07.353 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-07-11T17:48:08.005Z[ host-image] Jul 11 17:48:07.360 INFO O| Jul 11 17:48:07.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105132026-07-11T17:48:08.008Z[ host-image] Jul 11 17:48:07.360 INFO O| Jul 11 17:48:07.360 INFO copying /tmp/.tmpV6zDxN/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 ...
105142026-07-11T17:48:08.008Z[ host-image] Jul 11 17:48:07.360 INFO O| Jul 11 17:48:07.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105152026-07-11T17:48:08.008Z[ host-image] Jul 11 17:48:07.360 INFO O| Jul 11 17:48:07.360 INFO ok!
105162026-07-11T17:48:08.008Z[ host-image] Jul 11 17:48:07.360 INFO O| Jul 11 17:48:07.360 INFO STEP 124 (ensure_file) COMPLETE
105172026-07-11T17:48:08.008Z[ host-image] Jul 11 17:48:07.360 INFO O| Jul 11 17:48:07.360 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-07-11T17:48:08.012Z[ host-image] Jul 11 17:48:07.366 INFO O| Jul 11 17:48:07.366 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105192026-07-11T17:48:08.012Z[ host-image] Jul 11 17:48:07.366 INFO O| Jul 11 17:48:07.366 INFO copying /tmp/.tmpV6zDxN/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 ...
105202026-07-11T17:48:08.012Z[ host-image] Jul 11 17:48:07.366 INFO O| Jul 11 17:48:07.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105212026-07-11T17:48:08.012Z[ host-image] Jul 11 17:48:07.366 INFO O| Jul 11 17:48:07.366 INFO ok!
105222026-07-11T17:48:08.012Z[ host-image] Jul 11 17:48:07.366 INFO O| Jul 11 17:48:07.366 INFO STEP 125 (ensure_file) COMPLETE
105232026-07-11T17:48:08.012Z[ host-image] Jul 11 17:48:07.366 INFO O| Jul 11 17:48:07.366 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-07-11T17:48:08.020Z[ host-image] Jul 11 17:48:07.374 INFO O| Jul 11 17:48:07.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105252026-07-11T17:48:08.020Z[ host-image] Jul 11 17:48:07.374 INFO O| Jul 11 17:48:07.374 INFO copying /tmp/.tmpV6zDxN/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 ...
105262026-07-11T17:48:08.023Z[ host-image] Jul 11 17:48:07.374 INFO O| Jul 11 17:48:07.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105272026-07-11T17:48:08.023Z[ host-image] Jul 11 17:48:07.374 INFO O| Jul 11 17:48:07.374 INFO ok!
105282026-07-11T17:48:08.023Z[ host-image] Jul 11 17:48:07.374 INFO O| Jul 11 17:48:07.374 INFO STEP 126 (ensure_file) COMPLETE
105292026-07-11T17:48:08.023Z[ host-image] Jul 11 17:48:07.374 INFO O| Jul 11 17:48:07.374 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-07-11T17:48:08.027Z[ host-image] Jul 11 17:48:07.381 INFO O| Jul 11 17:48:07.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105312026-07-11T17:48:08.030Z[ host-image] Jul 11 17:48:07.381 INFO O| Jul 11 17:48:07.381 INFO copying /tmp/.tmpV6zDxN/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 ...
105322026-07-11T17:48:08.030Z[ host-image] Jul 11 17:48:07.381 INFO O| Jul 11 17:48:07.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105332026-07-11T17:48:08.030Z[ host-image] Jul 11 17:48:07.381 INFO O| Jul 11 17:48:07.381 INFO ok!
105342026-07-11T17:48:08.030Z[ host-image] Jul 11 17:48:07.381 INFO O| Jul 11 17:48:07.381 INFO STEP 127 (ensure_file) COMPLETE
105352026-07-11T17:48:08.030Z[ host-image] Jul 11 17:48:07.381 INFO O| Jul 11 17:48:07.381 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-07-11T17:48:08.034Z[ host-image] Jul 11 17:48:07.389 INFO O| Jul 11 17:48:07.389 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105372026-07-11T17:48:08.034Z[ host-image] Jul 11 17:48:07.389 INFO O| Jul 11 17:48:07.389 INFO copying /tmp/.tmpV6zDxN/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 ...
105382026-07-11T17:48:08.037Z[ host-image] Jul 11 17:48:07.389 INFO O| Jul 11 17:48:07.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105392026-07-11T17:48:08.037Z[ host-image] Jul 11 17:48:07.389 INFO O| Jul 11 17:48:07.389 INFO ok!
105402026-07-11T17:48:08.037Z[ host-image] Jul 11 17:48:07.389 INFO O| Jul 11 17:48:07.389 INFO STEP 128 (ensure_file) COMPLETE
105412026-07-11T17:48:08.037Z[ host-image] Jul 11 17:48:07.389 INFO O| Jul 11 17:48:07.389 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-07-11T17:48:08.041Z[ host-image] Jul 11 17:48:07.395 INFO O| Jul 11 17:48:07.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105432026-07-11T17:48:08.041Z[ host-image] Jul 11 17:48:07.395 INFO O| Jul 11 17:48:07.395 INFO copying /tmp/.tmpV6zDxN/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 ...
105442026-07-11T17:48:08.044Z[ host-image] Jul 11 17:48:07.396 INFO O| Jul 11 17:48:07.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105452026-07-11T17:48:08.044Z[ host-image] Jul 11 17:48:07.396 INFO O| Jul 11 17:48:07.395 INFO ok!
105462026-07-11T17:48:08.044Z[ host-image] Jul 11 17:48:07.396 INFO O| Jul 11 17:48:07.395 INFO STEP 129 (ensure_file) COMPLETE
105472026-07-11T17:48:08.044Z[ host-image] Jul 11 17:48:07.396 INFO O| Jul 11 17:48:07.396 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-07-11T17:48:08.048Z[ host-image] Jul 11 17:48:07.403 INFO O| Jul 11 17:48:07.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105492026-07-11T17:48:08.048Z[ host-image] Jul 11 17:48:07.403 INFO O| Jul 11 17:48:07.403 INFO copying /tmp/.tmpV6zDxN/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 ...
105502026-07-11T17:48:08.051Z[ host-image] Jul 11 17:48:07.403 INFO O| Jul 11 17:48:07.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105512026-07-11T17:48:08.051Z[ host-image] Jul 11 17:48:07.403 INFO O| Jul 11 17:48:07.403 INFO ok!
105522026-07-11T17:48:08.051Z[ host-image] Jul 11 17:48:07.403 INFO O| Jul 11 17:48:07.403 INFO STEP 130 (ensure_file) COMPLETE
105532026-07-11T17:48:08.051Z[ host-image] Jul 11 17:48:07.403 INFO O| Jul 11 17:48:07.403 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-07-11T17:48:08.055Z[ host-image] Jul 11 17:48:07.409 INFO O| Jul 11 17:48:07.409 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105552026-07-11T17:48:08.055Z[ host-image] Jul 11 17:48:07.409 INFO O| Jul 11 17:48:07.409 INFO copying /tmp/.tmpV6zDxN/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 ...
105562026-07-11T17:48:08.055Z[ host-image] Jul 11 17:48:07.409 INFO O| Jul 11 17:48:07.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105572026-07-11T17:48:08.058Z[ host-image] Jul 11 17:48:07.409 INFO O| Jul 11 17:48:07.409 INFO ok!
105582026-07-11T17:48:08.058Z[ host-image] Jul 11 17:48:07.409 INFO O| Jul 11 17:48:07.409 INFO STEP 131 (ensure_file) COMPLETE
105592026-07-11T17:48:08.058Z[ host-image] Jul 11 17:48:07.409 INFO O| Jul 11 17:48:07.409 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-07-11T17:48:08.062Z[ host-image] Jul 11 17:48:07.416 INFO O| Jul 11 17:48:07.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105612026-07-11T17:48:08.062Z[ host-image] Jul 11 17:48:07.416 INFO O| Jul 11 17:48:07.416 INFO copying /tmp/.tmpV6zDxN/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 ...
105622026-07-11T17:48:08.062Z[ host-image] Jul 11 17:48:07.416 INFO O| Jul 11 17:48:07.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105632026-07-11T17:48:08.062Z[ host-image] Jul 11 17:48:07.416 INFO O| Jul 11 17:48:07.416 INFO ok!
105642026-07-11T17:48:08.065Z[ host-image] Jul 11 17:48:07.416 INFO O| Jul 11 17:48:07.416 INFO STEP 132 (ensure_file) COMPLETE
105652026-07-11T17:48:08.065Z[ host-image] Jul 11 17:48:07.416 INFO O| Jul 11 17:48:07.416 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-07-11T17:48:08.069Z[ host-image] Jul 11 17:48:07.424 INFO O| Jul 11 17:48:07.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105672026-07-11T17:48:08.069Z[ host-image] Jul 11 17:48:07.424 INFO O| Jul 11 17:48:07.424 INFO copying /tmp/.tmpV6zDxN/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 ...
105682026-07-11T17:48:08.072Z[ host-image] Jul 11 17:48:07.424 INFO O| Jul 11 17:48:07.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105692026-07-11T17:48:08.072Z[ host-image] Jul 11 17:48:07.424 INFO O| Jul 11 17:48:07.424 INFO ok!
105702026-07-11T17:48:08.072Z[ host-image] Jul 11 17:48:07.424 INFO O| Jul 11 17:48:07.424 INFO STEP 133 (ensure_file) COMPLETE
105712026-07-11T17:48:08.072Z[ host-image] Jul 11 17:48:07.424 INFO O| Jul 11 17:48:07.424 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-07-11T17:48:08.076Z[ host-image] Jul 11 17:48:07.431 INFO O| Jul 11 17:48:07.431 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105732026-07-11T17:48:08.076Z[ host-image] Jul 11 17:48:07.431 INFO O| Jul 11 17:48:07.431 INFO copying /tmp/.tmpV6zDxN/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 ...
105742026-07-11T17:48:08.079Z[ host-image] Jul 11 17:48:07.431 INFO O| Jul 11 17:48:07.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105752026-07-11T17:48:08.079Z[ host-image] Jul 11 17:48:07.431 INFO O| Jul 11 17:48:07.431 INFO ok!
105762026-07-11T17:48:08.079Z[ host-image] Jul 11 17:48:07.431 INFO O| Jul 11 17:48:07.431 INFO STEP 134 (ensure_file) COMPLETE
105772026-07-11T17:48:08.079Z[ host-image] Jul 11 17:48:07.431 INFO O| Jul 11 17:48:07.431 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-07-11T17:48:08.084Z[ host-image] Jul 11 17:48:07.439 INFO O| Jul 11 17:48:07.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105792026-07-11T17:48:08.084Z[ host-image] Jul 11 17:48:07.439 INFO O| Jul 11 17:48:07.439 INFO copying /tmp/.tmpV6zDxN/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 ...
105802026-07-11T17:48:08.087Z[ host-image] Jul 11 17:48:07.439 INFO O| Jul 11 17:48:07.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105812026-07-11T17:48:08.087Z[ host-image] Jul 11 17:48:07.439 INFO O| Jul 11 17:48:07.439 INFO ok!
105822026-07-11T17:48:08.087Z[ host-image] Jul 11 17:48:07.439 INFO O| Jul 11 17:48:07.439 INFO STEP 135 (ensure_file) COMPLETE
105832026-07-11T17:48:08.087Z[ host-image] Jul 11 17:48:07.439 INFO O| Jul 11 17:48:07.439 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-07-11T17:48:08.092Z[ host-image] Jul 11 17:48:07.446 INFO O| Jul 11 17:48:07.446 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105852026-07-11T17:48:08.092Z[ host-image] Jul 11 17:48:07.446 INFO O| Jul 11 17:48:07.446 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105862026-07-11T17:48:08.095Z[ host-image] Jul 11 17:48:07.446 INFO O| Jul 11 17:48:07.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105872026-07-11T17:48:08.095Z[ host-image] Jul 11 17:48:07.446 INFO O| Jul 11 17:48:07.446 INFO ok!
105882026-07-11T17:48:08.095Z[ host-image] Jul 11 17:48:07.446 INFO O| Jul 11 17:48:07.446 INFO STEP 136 (ensure_file) COMPLETE
105892026-07-11T17:48:08.095Z[ host-image] Jul 11 17:48:07.446 INFO O| Jul 11 17:48:07.446 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-07-11T17:48:08.099Z[ host-image] Jul 11 17:48:07.454 INFO O| Jul 11 17:48:07.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105912026-07-11T17:48:08.102Z[ host-image] Jul 11 17:48:07.454 INFO O| Jul 11 17:48:07.454 INFO copying /tmp/.tmpV6zDxN/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 ...
105922026-07-11T17:48:08.102Z[ host-image] Jul 11 17:48:07.454 INFO O| Jul 11 17:48:07.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105932026-07-11T17:48:08.102Z[ host-image] Jul 11 17:48:07.454 INFO O| Jul 11 17:48:07.454 INFO ok!
105942026-07-11T17:48:08.102Z[ host-image] Jul 11 17:48:07.454 INFO O| Jul 11 17:48:07.454 INFO STEP 137 (ensure_file) COMPLETE
105952026-07-11T17:48:08.102Z[ host-image] Jul 11 17:48:07.454 INFO O| Jul 11 17:48:07.454 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-07-11T17:48:08.106Z[ host-image] Jul 11 17:48:07.461 INFO O| Jul 11 17:48:07.461 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105972026-07-11T17:48:08.106Z[ host-image] Jul 11 17:48:07.461 INFO O| Jul 11 17:48:07.461 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105982026-07-11T17:48:08.106Z[ host-image] Jul 11 17:48:07.461 INFO O| Jul 11 17:48:07.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105992026-07-11T17:48:08.110Z[ host-image] Jul 11 17:48:07.461 INFO O| Jul 11 17:48:07.461 INFO ok!
106002026-07-11T17:48:08.110Z[ host-image] Jul 11 17:48:07.461 INFO O| Jul 11 17:48:07.461 INFO STEP 138 (ensure_file) COMPLETE
106012026-07-11T17:48:08.110Z[ host-image] Jul 11 17:48:07.461 INFO O| Jul 11 17:48:07.461 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-07-11T17:48:08.113Z[ host-image] Jul 11 17:48:07.467 INFO O| Jul 11 17:48:07.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106032026-07-11T17:48:08.113Z[ host-image] Jul 11 17:48:07.467 INFO O| Jul 11 17:48:07.467 INFO copying /tmp/.tmpV6zDxN/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106042026-07-11T17:48:08.120Z[ recovery-image] Jul 11 17:48:07.475 INFO E| Compiling bitstruct_derive v0.1.0
106052026-07-11T17:48:13.302Z[ host-image] Jul 11 17:48:12.656 INFO O| Jul 11 17:48:12.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106062026-07-11T17:48:13.302Z[ host-image] Jul 11 17:48:12.656 INFO O| Jul 11 17:48:12.656 INFO ok!
106072026-07-11T17:48:13.302Z[ host-image] Jul 11 17:48:12.656 INFO O| Jul 11 17:48:12.656 INFO STEP 139 (ensure_file) COMPLETE
106082026-07-11T17:48:13.305Z[ host-image] Jul 11 17:48:12.656 INFO O| Jul 11 17:48:12.656 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106092026-07-11T17:48:13.309Z[ host-image] Jul 11 17:48:12.664 INFO O| Jul 11 17:48:12.664 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106102026-07-11T17:48:13.309Z[ host-image] Jul 11 17:48:12.664 INFO O| Jul 11 17:48:12.664 INFO STEP 140 (ensure_dir) COMPLETE
106112026-07-11T17:48:13.313Z[ host-image] Jul 11 17:48:12.664 INFO O| Jul 11 17:48:12.664 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-07-11T17:48:13.318Z[ host-image] Jul 11 17:48:12.672 INFO O| Jul 11 17:48:12.672 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106132026-07-11T17:48:13.318Z[ host-image] Jul 11 17:48:12.672 INFO O| Jul 11 17:48:12.672 INFO STEP 141 (ensure_dir) COMPLETE
106142026-07-11T17:48:13.321Z[ host-image] Jul 11 17:48:12.672 INFO O| Jul 11 17:48:12.672 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-07-11T17:48:13.324Z[ host-image] Jul 11 17:48:12.678 INFO O| Jul 11 17:48:12.678 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106162026-07-11T17:48:13.324Z[ host-image] Jul 11 17:48:12.678 INFO O| Jul 11 17:48:12.678 INFO STEP 142 (ensure_dir) COMPLETE
106172026-07-11T17:48:13.327Z[ host-image] Jul 11 17:48:12.678 INFO O| Jul 11 17:48:12.678 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-07-11T17:48:13.330Z[ host-image] Jul 11 17:48:12.684 INFO O| Jul 11 17:48:12.684 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106192026-07-11T17:48:13.330Z[ host-image] Jul 11 17:48:12.684 INFO O| Jul 11 17:48:12.684 INFO STEP 143 (ensure_dir) COMPLETE
106202026-07-11T17:48:13.333Z[ host-image] Jul 11 17:48:12.684 INFO O| Jul 11 17:48:12.684 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106212026-07-11T17:48:13.337Z[ host-image] Jul 11 17:48:12.691 INFO O| Jul 11 17:48:12.691 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106222026-07-11T17:48:13.340Z[ host-image] Jul 11 17:48:12.691 INFO O| Jul 11 17:48:12.691 INFO copying /tmp/.tmpV6zDxN/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 ...
106232026-07-11T17:48:13.340Z[ host-image] Jul 11 17:48:12.691 INFO O| Jul 11 17:48:12.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106242026-07-11T17:48:13.340Z[ host-image] Jul 11 17:48:12.691 INFO O| Jul 11 17:48:12.691 INFO ok!
106252026-07-11T17:48:13.340Z[ host-image] Jul 11 17:48:12.691 INFO O| Jul 11 17:48:12.691 INFO STEP 144 (ensure_file) COMPLETE
106262026-07-11T17:48:13.340Z[ host-image] Jul 11 17:48:12.691 INFO O| Jul 11 17:48:12.691 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-07-11T17:48:13.343Z[ host-image] Jul 11 17:48:12.697 INFO O| Jul 11 17:48:12.697 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106282026-07-11T17:48:13.343Z[ host-image] Jul 11 17:48:12.697 INFO O| Jul 11 17:48:12.697 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106292026-07-11T17:48:13.343Z[ host-image] Jul 11 17:48:12.697 INFO O| Jul 11 17:48:12.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106302026-07-11T17:48:13.343Z[ host-image] Jul 11 17:48:12.697 INFO O| Jul 11 17:48:12.697 INFO STEP 145 (ensure_dir) COMPLETE
106312026-07-11T17:48:13.343Z[ host-image] Jul 11 17:48:12.697 INFO O| Jul 11 17:48:12.697 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-07-11T17:48:13.350Z[ host-image] Jul 11 17:48:12.704 INFO O| Jul 11 17:48:12.704 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106332026-07-11T17:48:13.353Z[ host-image] Jul 11 17:48:12.704 INFO O| Jul 11 17:48:12.704 INFO copying /tmp/.tmpV6zDxN/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106342026-07-11T17:48:13.353Z[ host-image] Jul 11 17:48:12.704 INFO O| Jul 11 17:48:12.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106352026-07-11T17:48:13.353Z[ host-image] Jul 11 17:48:12.704 INFO O| Jul 11 17:48:12.704 INFO ok!
106362026-07-11T17:48:13.353Z[ host-image] Jul 11 17:48:12.704 INFO O| Jul 11 17:48:12.704 INFO STEP 146 (ensure_file) COMPLETE
106372026-07-11T17:48:13.353Z[ host-image] Jul 11 17:48:12.704 INFO O| Jul 11 17:48:12.704 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106382026-07-11T17:48:13.356Z[ host-image] Jul 11 17:48:12.711 INFO O| Jul 11 17:48:12.711 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106392026-07-11T17:48:13.359Z[ host-image] Jul 11 17:48:12.711 INFO O| Jul 11 17:48:12.711 INFO STEP 147 (remove_files) COMPLETE
106402026-07-11T17:48:13.359Z[ host-image] Jul 11 17:48:12.711 INFO O| Jul 11 17:48:12.711 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-07-11T17:48:13.363Z[ host-image] Jul 11 17:48:12.717 INFO O| Jul 11 17:48:12.717 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106422026-07-11T17:48:13.366Z[ host-image] Jul 11 17:48:12.717 INFO O| Jul 11 17:48:12.717 INFO STEP 148 (remove_files) COMPLETE
106432026-07-11T17:48:13.366Z[ host-image] Jul 11 17:48:12.717 INFO O| Jul 11 17:48:12.717 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-07-11T17:48:13.369Z[ host-image] Jul 11 17:48:12.723 INFO O| Jul 11 17:48:12.723 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106452026-07-11T17:48:13.369Z[ host-image] Jul 11 17:48:12.723 INFO O| Jul 11 17:48:12.723 INFO STEP 149 (remove_files) COMPLETE
106462026-07-11T17:48:13.369Z[ host-image] Jul 11 17:48:12.723 INFO O| Jul 11 17:48:12.723 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-07-11T17:48:13.374Z[ host-image] Jul 11 17:48:12.729 INFO O| Jul 11 17:48:12.729 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106482026-07-11T17:48:13.377Z[ host-image] Jul 11 17:48:12.729 INFO O| Jul 11 17:48:12.729 INFO STEP 150 (remove_files) COMPLETE
106492026-07-11T17:48:13.377Z[ host-image] Jul 11 17:48:12.729 INFO O| Jul 11 17:48:12.729 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-07-11T17:48:13.382Z[ host-image] Jul 11 17:48:12.735 INFO O| Jul 11 17:48:12.735 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106512026-07-11T17:48:13.385Z[ host-image] Jul 11 17:48:12.735 INFO O| Jul 11 17:48:12.735 INFO STEP 151 (remove_files) COMPLETE
106522026-07-11T17:48:13.385Z[ host-image] Jul 11 17:48:12.735 INFO O| Jul 11 17:48:12.735 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-07-11T17:48:13.388Z[ host-image] Jul 11 17:48:12.741 INFO O| Jul 11 17:48:12.741 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106542026-07-11T17:48:13.388Z[ host-image] Jul 11 17:48:12.741 INFO O| Jul 11 17:48:12.741 INFO STEP 152 (remove_files) COMPLETE
106552026-07-11T17:48:13.388Z[ host-image] Jul 11 17:48:12.741 INFO O| Jul 11 17:48:12.741 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-07-11T17:48:13.393Z[ host-image] Jul 11 17:48:12.747 INFO O| Jul 11 17:48:12.747 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106572026-07-11T17:48:13.396Z[ host-image] Jul 11 17:48:12.747 INFO O| Jul 11 17:48:12.747 INFO STEP 153 (remove_files) COMPLETE
106582026-07-11T17:48:13.396Z[ host-image] Jul 11 17:48:12.747 INFO O| Jul 11 17:48:12.747 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-07-11T17:48:13.399Z[ host-image] Jul 11 17:48:12.753 INFO O| Jul 11 17:48:12.753 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106602026-07-11T17:48:13.402Z[ host-image] Jul 11 17:48:12.753 INFO O| Jul 11 17:48:12.753 INFO STEP 154 (remove_files) COMPLETE
106612026-07-11T17:48:13.402Z[ host-image] Jul 11 17:48:12.753 INFO O| Jul 11 17:48:12.753 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-07-11T17:48:13.406Z[ host-image] Jul 11 17:48:12.760 INFO O| Jul 11 17:48:12.760 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106632026-07-11T17:48:13.408Z[ host-image] Jul 11 17:48:12.760 INFO O| Jul 11 17:48:12.760 INFO STEP 155 (remove_files) COMPLETE
106642026-07-11T17:48:13.409Z[ host-image] Jul 11 17:48:12.760 INFO O| Jul 11 17:48:12.760 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-07-11T17:48:13.412Z[ host-image] Jul 11 17:48:12.766 INFO O| Jul 11 17:48:12.766 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106662026-07-11T17:48:13.414Z[ host-image] Jul 11 17:48:12.766 INFO O| Jul 11 17:48:12.766 INFO STEP 156 (remove_files) COMPLETE
106672026-07-11T17:48:13.414Z[ host-image] Jul 11 17:48:12.766 INFO O| Jul 11 17:48:12.766 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-07-11T17:48:13.418Z[ host-image] Jul 11 17:48:12.772 INFO O| Jul 11 17:48:12.772 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106692026-07-11T17:48:13.421Z[ host-image] Jul 11 17:48:12.772 INFO O| Jul 11 17:48:12.772 INFO STEP 157 (remove_files) COMPLETE
106702026-07-11T17:48:13.421Z[ host-image] Jul 11 17:48:12.772 INFO O| Jul 11 17:48:12.772 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-07-11T17:48:13.424Z[ host-image] Jul 11 17:48:12.778 INFO O| Jul 11 17:48:12.778 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106722026-07-11T17:48:13.424Z[ host-image] Jul 11 17:48:12.778 INFO O| Jul 11 17:48:12.778 INFO STEP 158 (remove_files) COMPLETE
106732026-07-11T17:48:13.424Z[ host-image] Jul 11 17:48:12.778 INFO O| Jul 11 17:48:12.778 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-07-11T17:48:13.430Z[ host-image] Jul 11 17:48:12.784 INFO O| Jul 11 17:48:12.784 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106752026-07-11T17:48:13.430Z[ host-image] Jul 11 17:48:12.784 INFO O| Jul 11 17:48:12.784 INFO STEP 159 (remove_files) COMPLETE
106762026-07-11T17:48:13.433Z[ host-image] Jul 11 17:48:12.784 INFO O| Jul 11 17:48:12.784 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-07-11T17:48:13.436Z[ host-image] Jul 11 17:48:12.791 INFO O| Jul 11 17:48:12.791 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106782026-07-11T17:48:13.436Z[ host-image] Jul 11 17:48:12.791 INFO O| Jul 11 17:48:12.791 INFO STEP 160 (remove_files) COMPLETE
106792026-07-11T17:48:13.436Z[ host-image] Jul 11 17:48:12.791 INFO O| Jul 11 17:48:12.791 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-07-11T17:48:13.442Z[ host-image] Jul 11 17:48:12.797 INFO O| Jul 11 17:48:12.797 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106812026-07-11T17:48:13.443Z[ host-image] Jul 11 17:48:12.797 INFO O| Jul 11 17:48:12.797 INFO STEP 161 (remove_files) COMPLETE
106822026-07-11T17:48:13.446Z[ host-image] Jul 11 17:48:12.797 INFO O| Jul 11 17:48:12.797 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-07-11T17:48:13.449Z[ host-image] Jul 11 17:48:12.803 INFO O| Jul 11 17:48:12.803 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106842026-07-11T17:48:13.449Z[ host-image] Jul 11 17:48:12.803 INFO O| Jul 11 17:48:12.803 INFO STEP 162 (remove_files) COMPLETE
106852026-07-11T17:48:13.452Z[ host-image] Jul 11 17:48:12.803 INFO O| Jul 11 17:48:12.803 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-07-11T17:48:13.455Z[ host-image] Jul 11 17:48:12.809 INFO O| Jul 11 17:48:12.809 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106872026-07-11T17:48:13.458Z[ host-image] Jul 11 17:48:12.810 INFO O| Jul 11 17:48:12.810 INFO STEP 163 (remove_files) COMPLETE
106882026-07-11T17:48:13.458Z[ host-image] Jul 11 17:48:12.810 INFO O| Jul 11 17:48:12.810 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-07-11T17:48:13.461Z[ host-image] Jul 11 17:48:12.815 INFO O| Jul 11 17:48:12.815 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106902026-07-11T17:48:13.461Z[ host-image] Jul 11 17:48:12.815 INFO O| Jul 11 17:48:12.815 INFO STEP 164 (remove_files) COMPLETE
106912026-07-11T17:48:13.461Z[ host-image] Jul 11 17:48:12.815 INFO O| Jul 11 17:48:12.815 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-07-11T17:48:13.467Z[ host-image] Jul 11 17:48:12.822 INFO O| Jul 11 17:48:12.822 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106932026-07-11T17:48:13.467Z[ host-image] Jul 11 17:48:12.822 INFO O| Jul 11 17:48:12.822 INFO STEP 165 (remove_files) COMPLETE
106942026-07-11T17:48:13.470Z[ host-image] Jul 11 17:48:12.822 INFO O| Jul 11 17:48:12.822 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-07-11T17:48:13.473Z[ host-image] Jul 11 17:48:12.828 INFO O| Jul 11 17:48:12.828 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106962026-07-11T17:48:13.473Z[ host-image] Jul 11 17:48:12.828 INFO O| Jul 11 17:48:12.828 INFO STEP 166 (remove_files) COMPLETE
106972026-07-11T17:48:13.473Z[ host-image] Jul 11 17:48:12.828 INFO O| Jul 11 17:48:12.828 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-07-11T17:48:13.479Z[ host-image] Jul 11 17:48:12.833 INFO O| Jul 11 17:48:12.833 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106992026-07-11T17:48:13.479Z[ host-image] Jul 11 17:48:12.833 INFO O| Jul 11 17:48:12.833 INFO STEP 167 (remove_files) COMPLETE
107002026-07-11T17:48:13.482Z[ host-image] Jul 11 17:48:12.833 INFO O| Jul 11 17:48:12.833 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-07-11T17:48:13.485Z[ host-image] Jul 11 17:48:12.839 INFO O| Jul 11 17:48:12.839 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107022026-07-11T17:48:13.485Z[ host-image] Jul 11 17:48:12.839 INFO O| Jul 11 17:48:12.839 INFO STEP 168 (remove_files) COMPLETE
107032026-07-11T17:48:13.485Z[ host-image] Jul 11 17:48:12.839 INFO O| Jul 11 17:48:12.839 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-07-11T17:48:13.490Z[ host-image] Jul 11 17:48:12.844 INFO O| Jul 11 17:48:12.844 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107052026-07-11T17:48:13.490Z[ host-image] Jul 11 17:48:12.844 INFO O| Jul 11 17:48:12.844 INFO STEP 169 (remove_files) COMPLETE
107062026-07-11T17:48:13.490Z[ host-image] Jul 11 17:48:12.844 INFO O| Jul 11 17:48:12.844 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-07-11T17:48:13.495Z[ host-image] Jul 11 17:48:12.850 INFO O| Jul 11 17:48:12.850 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107082026-07-11T17:48:13.495Z[ host-image] Jul 11 17:48:12.850 INFO O| Jul 11 17:48:12.850 INFO STEP 170 (remove_files) COMPLETE
107092026-07-11T17:48:13.498Z[ host-image] Jul 11 17:48:12.850 INFO O| Jul 11 17:48:12.850 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-07-11T17:48:13.501Z[ host-image] Jul 11 17:48:12.855 INFO O| Jul 11 17:48:12.855 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107112026-07-11T17:48:13.501Z[ host-image] Jul 11 17:48:12.855 INFO O| Jul 11 17:48:12.855 INFO STEP 171 (remove_files) COMPLETE
107122026-07-11T17:48:13.501Z[ host-image] Jul 11 17:48:12.855 INFO O| Jul 11 17:48:12.855 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-07-11T17:48:13.509Z[ host-image] Jul 11 17:48:12.863 INFO O| Jul 11 17:48:12.863 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107142026-07-11T17:48:13.509Z[ host-image] Jul 11 17:48:12.863 INFO O| Jul 11 17:48:12.863 INFO STEP 172 (remove_files) COMPLETE
107152026-07-11T17:48:13.509Z[ host-image] Jul 11 17:48:12.863 INFO O| Jul 11 17:48:12.863 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-07-11T17:48:13.515Z[ host-image] Jul 11 17:48:12.869 INFO O| Jul 11 17:48:12.869 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107172026-07-11T17:48:13.515Z[ host-image] Jul 11 17:48:12.870 INFO O| Jul 11 17:48:12.869 INFO STEP 173 (remove_files) COMPLETE
107182026-07-11T17:48:13.519Z[ host-image] Jul 11 17:48:12.870 INFO O| Jul 11 17:48:12.870 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-07-11T17:48:13.523Z[ host-image] Jul 11 17:48:12.875 INFO O| Jul 11 17:48:12.875 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107202026-07-11T17:48:13.523Z[ host-image] Jul 11 17:48:12.875 INFO O| Jul 11 17:48:12.875 INFO STEP 174 (remove_files) COMPLETE
107212026-07-11T17:48:13.523Z[ host-image] Jul 11 17:48:12.875 INFO O| Jul 11 17:48:12.875 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-07-11T17:48:13.527Z[ host-image] Jul 11 17:48:12.881 INFO O| Jul 11 17:48:12.881 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107232026-07-11T17:48:13.527Z[ host-image] Jul 11 17:48:12.881 INFO O| Jul 11 17:48:12.881 INFO STEP 175 (remove_files) COMPLETE
107242026-07-11T17:48:13.530Z[ host-image] Jul 11 17:48:12.881 INFO O| Jul 11 17:48:12.881 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107252026-07-11T17:48:13.537Z[ host-image] Jul 11 17:48:12.891 INFO O| Jul 11 17:48:12.891 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107262026-07-11T17:48:13.540Z[ host-image] Jul 11 17:48:12.892 INFO O| Jul 11 17:48:12.891 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107272026-07-11T17:48:18.333Z[ recovery-image] Jul 11 17:48:17.687 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)
107282026-07-11T17:48:18.594Z[ host-image] Jul 11 17:48:17.948 INFO O| Jul 11 17:48:17.948 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
107292026-07-11T17:48:18.595Z[ host-image] Jul 11 17:48:17.948 INFO O| Jul 11 17:48:17.948 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107302026-07-11T17:48:18.606Z[ host-image] Jul 11 17:48:17.960 INFO O| Jul 11 17:48:17.960 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107312026-07-11T17:48:18.704Z[ host-image] Jul 11 17:48:18.058 INFO O| Jul 11 17:48:18.058 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107322026-07-11T17:48:18.760Z[ host-image] Jul 11 17:48:18.114 INFO O| Jul 11 17:48:18.114 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107332026-07-11T17:48:18.822Z[ host-image] Jul 11 17:48:18.176 INFO O| Jul 11 17:48:18.176 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107342026-07-11T17:48:18.823Z[ host-image] Jul 11 17:48:18.177 INFO O| Jul 11 17:48:18.176 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107352026-07-11T17:48:18.897Z[ host-image] Jul 11 17:48:18.251 INFO O| Jul 11 17:48:18.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107362026-07-11T17:48:18.897Z[ host-image] Jul 11 17:48:18.251 INFO O| Jul 11 17:48:18.251 INFO ok!
107372026-07-11T17:48:18.901Z[ host-image] Jul 11 17:48:18.251 INFO O| Jul 11 17:48:18.251 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107382026-07-11T17:48:18.901Z[ host-image] Jul 11 17:48:18.251 INFO O| Jul 11 17:48:18.251 INFO STEP 176 (seed_smf) COMPLETE
107392026-07-11T17:48:18.901Z[ host-image] Jul 11 17:48:18.251 INFO O| Jul 11 17:48:18.251 INFO steps complete; finalising image!
107402026-07-11T17:48:18.901Z[ host-image] Jul 11 17:48:18.251 INFO O| Jul 11 17:48:18.251 INFO TRIM POOL: TEMPORARY-sled-zfs
107412026-07-11T17:48:18.944Z[ host-image] Jul 11 17:48:18.298 INFO O| Jul 11 17:48:18.298 INFO trim TEMPORARY-sled-zfs: (72% trimmed, started at Sat Jul 11 17:48:18 2026)
107422026-07-11T17:48:19.159Z[ host-image] Jul 11 17:48:18.513 INFO O| Jul 11 17:48:18.513 INFO temporary pool has 849M used, 47.4M avail, 1.82x compressratio
107432026-07-11T17:48:19.159Z[ host-image] Jul 11 17:48:18.513 INFO O| Jul 11 17:48:18.513 INFO EXPORT POOL: TEMPORARY-sled-zfs
107442026-07-11T17:48:19.509Z[ host-image] Jul 11 17:48:18.863 INFO O| Jul 11 17:48:18.863 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107452026-07-11T17:48:19.509Z[ host-image] Jul 11 17:48:18.863 INFO O| Jul 11 17:48:18.863 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107462026-07-11T17:48:20.167Z[ host-image] Jul 11 17:48:19.520 INFO O| Jul 11 17:48:19.520 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107472026-07-11T17:48:20.167Z[ host-image] Jul 11 17:48:19.520 INFO O| Jul 11 17:48:19.520 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107482026-07-11T17:48:20.167Z[ host-image] Jul 11 17:48:19.520 INFO O| Jul 11 17:48:19.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107492026-07-11T17:48:20.170Z[ host-image] Jul 11 17:48:19.520 INFO O| Jul 11 17:48:19.520 INFO completed processing sled/zfs
107502026-07-11T17:48:20.170Z[ host-image] Jul 11 17:48:19.520 INFO O| Jul 11 17:48:19.520 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107512026-07-11T17:48:20.488Z[ recovery-image] Jul 11 17:48:19.841 INFO E| Compiling bitflags v1.3.2
107522026-07-11T17:48:20.488Z[ recovery-image] Jul 11 17:48:19.841 INFO E| Compiling adler2 v2.0.1
107532026-07-11T17:48:20.491Z[ recovery-image] Jul 11 17:48:19.841 INFO E| Compiling scroll v0.13.0
107542026-07-11T17:48:20.491Z[ recovery-image] Jul 11 17:48:19.841 INFO E| Compiling log v0.4.32
107552026-07-11T17:48:20.491Z[ recovery-image] Jul 11 17:48:19.842 INFO E| Compiling bitflags v2.13.0
107562026-07-11T17:48:20.491Z[ recovery-image] Jul 11 17:48:19.842 INFO E| Compiling bit_field v0.10.3
107572026-07-11T17:48:20.491Z[ recovery-image] Jul 11 17:48:19.842 INFO E| Compiling plain v0.2.3
107582026-07-11T17:48:20.491Z[ recovery-image] Jul 11 17:48:19.842 INFO E| Compiling static_assertions v1.1.0
107592026-07-11T17:48:20.491Z[ recovery-image] Jul 11 17:48:19.842 INFO E| Compiling bitstruct v0.1.1
107602026-07-11T17:48:20.546Z[ recovery-image] Jul 11 17:48:19.900 INFO E| Compiling raw-cpuid v10.7.0
107612026-07-11T17:48:20.602Z[ recovery-image] Jul 11 17:48:19.956 INFO E| Compiling miniz_oxide v0.9.1
107622026-07-11T17:48:20.656Z[ recovery-image] Jul 11 17:48:20.010 INFO E| Compiling cpio_reader v0.1.2
107632026-07-11T17:48:20.726Z[ recovery-image] Jul 11 17:48:20.080 INFO E| Compiling goblin v0.10.7
107642026-07-11T17:48:23.498Z[ recovery-image] Jul 11 17:48:22.852 INFO E| Finished `release` profile [optimized] target(s) in 20.08s
107652026-07-11T17:48:23.515Z[ recovery-image] Jul 11 17:48:22.869 INFO building ROM for cosmo
107662026-07-11T17:48:23.515Z[ recovery-image] Jul 11 17:48:22.869 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")
107672026-07-11T17:48:23.593Z[ recovery-image] Jul 11 17:48:22.947 INFO E| Downloading crates ...
107682026-07-11T17:48:23.643Z[ recovery-image] Jul 11 17:48:22.997 INFO E| Downloaded anstream v0.6.18
107692026-07-11T17:48:23.647Z[ recovery-image] Jul 11 17:48:22.999 INFO E| Downloaded colorchoice v1.0.3
107702026-07-11T17:48:23.650Z[ recovery-image] Jul 11 17:48:23.003 INFO E| Downloaded toml_write v0.1.1
107712026-07-11T17:48:23.650Z[ recovery-image] Jul 11 17:48:23.004 INFO E| Downloaded anstyle v1.0.10
107722026-07-11T17:48:23.653Z[ recovery-image] Jul 11 17:48:23.005 INFO E| Downloaded os_pipe v1.2.1
107732026-07-11T17:48:23.657Z[ recovery-image] Jul 11 17:48:23.011 INFO E| Downloaded toml_datetime v0.6.9
107742026-07-11T17:48:23.660Z[ recovery-image] Jul 11 17:48:23.012 INFO E| Downloaded serde_spanned v0.6.8
107752026-07-11T17:48:23.663Z[ recovery-image] Jul 11 17:48:23.016 INFO E| Downloaded shared_child v1.0.1
107762026-07-11T17:48:23.664Z[ recovery-image] Jul 11 17:48:23.017 INFO E| Downloaded anstyle-query v1.1.2
107772026-07-11T17:48:23.668Z[ recovery-image] Jul 11 17:48:23.022 INFO E| Downloaded clap_lex v0.7.4
107782026-07-11T17:48:23.671Z[ recovery-image] Jul 11 17:48:23.023 INFO E| Downloaded is_terminal_polyfill v1.70.1
107792026-07-11T17:48:23.671Z[ recovery-image] Jul 11 17:48:23.023 INFO E| Downloaded toml v0.8.22
107802026-07-11T17:48:23.689Z[ recovery-image] Jul 11 17:48:23.042 INFO E| Downloaded duct v0.13.7
107812026-07-11T17:48:23.692Z[ recovery-image] Jul 11 17:48:23.044 INFO E| Downloaded clap v4.5.37
107822026-07-11T17:48:23.696Z[ recovery-image] Jul 11 17:48:23.048 INFO E| Downloaded clap_derive v4.5.32
107832026-07-11T17:48:23.696Z[ recovery-image] Jul 11 17:48:23.049 INFO E| Downloaded anstyle-parse v0.2.6
107842026-07-11T17:48:23.704Z[ recovery-image] Jul 11 17:48:23.058 INFO E| Downloaded cc v1.2.20
107852026-07-11T17:48:23.707Z[ recovery-image] Jul 11 17:48:23.060 INFO E| Downloaded toml_edit v0.22.26
107862026-07-11T17:48:23.725Z[ recovery-image] Jul 11 17:48:23.079 INFO E| Downloaded winnow v0.7.7
107872026-07-11T17:48:23.730Z[ recovery-image] Jul 11 17:48:23.084 INFO E| Downloaded clap_builder v4.5.37
107882026-07-11T17:48:23.743Z[ recovery-image] Jul 11 17:48:23.097 INFO E| Compiling libc v0.2.172
107892026-07-11T17:48:23.747Z[ recovery-image] Jul 11 17:48:23.097 INFO E| Compiling utf8parse v0.2.2
107902026-07-11T17:48:23.747Z[ recovery-image] Jul 11 17:48:23.098 INFO E| Compiling is_terminal_polyfill v1.70.1
107912026-07-11T17:48:23.747Z[ recovery-image] Jul 11 17:48:23.098 INFO E| Compiling colorchoice v1.0.3
107922026-07-11T17:48:23.747Z[ recovery-image] Jul 11 17:48:23.098 INFO E| Compiling anstyle v1.0.10
107932026-07-11T17:48:23.747Z[ recovery-image] Jul 11 17:48:23.098 INFO E| Compiling shlex v1.3.0
107942026-07-11T17:48:23.747Z[ recovery-image] Jul 11 17:48:23.098 INFO E| Compiling anstyle-query v1.1.2
107952026-07-11T17:48:23.747Z[ recovery-image] Jul 11 17:48:23.098 INFO E| Compiling equivalent v1.0.2
107962026-07-11T17:48:23.762Z[ recovery-image] Jul 11 17:48:23.116 INFO E| Compiling hashbrown v0.15.2
107972026-07-11T17:48:23.766Z[ recovery-image] Jul 11 17:48:23.116 INFO E| Compiling once_cell v1.21.3
107982026-07-11T17:48:23.766Z[ recovery-image] Jul 11 17:48:23.116 INFO E| Compiling winnow v0.7.7
107992026-07-11T17:48:23.766Z[ recovery-image] Jul 11 17:48:23.116 INFO E| Compiling clap_lex v0.7.4
108002026-07-11T17:48:23.766Z[ recovery-image] Jul 11 17:48:23.116 INFO E| Compiling anyhow v1.0.98
108012026-07-11T17:48:23.785Z[ recovery-image] Jul 11 17:48:23.139 INFO E| Compiling strsim v0.11.1
108022026-07-11T17:48:23.785Z[ recovery-image] Jul 11 17:48:23.139 INFO E| Compiling toml_write v0.1.1
108032026-07-11T17:48:23.789Z[ recovery-image] Jul 11 17:48:23.139 INFO E| Compiling syn v2.0.101
108042026-07-11T17:48:23.859Z[ recovery-image] Jul 11 17:48:23.213 INFO E| Compiling anstyle-parse v0.2.6
108052026-07-11T17:48:23.905Z[ recovery-image] Jul 11 17:48:23.258 INFO E| Compiling cc v1.2.20
108062026-07-11T17:48:24.002Z[ recovery-image] Jul 11 17:48:23.356 INFO E| Compiling anstream v0.6.18
108072026-07-11T17:48:24.195Z[ recovery-image] Jul 11 17:48:23.548 INFO E| Compiling clap_builder v4.5.37
108082026-07-11T17:48:24.238Z[ recovery-image] Jul 11 17:48:23.591 INFO E| Compiling indexmap v2.9.0
108092026-07-11T17:48:24.381Z[ recovery-image] Jul 11 17:48:23.735 INFO E| Compiling os_pipe v1.2.1
108102026-07-11T17:48:24.381Z[ recovery-image] Jul 11 17:48:23.735 INFO E| Compiling shared_child v1.0.1
108112026-07-11T17:48:24.492Z[ recovery-image] Jul 11 17:48:23.846 INFO E| Compiling duct v0.13.7
108122026-07-11T17:48:24.910Z[ recovery-image] Jul 11 17:48:24.264 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108132026-07-11T17:48:25.747Z[ recovery-image] Jul 11 17:48:25.100 INFO E| Compiling serde_derive v1.0.219
108142026-07-11T17:48:25.747Z[ recovery-image] Jul 11 17:48:25.100 INFO E| Compiling clap_derive v4.5.32
108152026-07-11T17:48:26.962Z[ recovery-image] Jul 11 17:48:26.316 INFO E| Compiling clap v4.5.37
108162026-07-11T17:48:27.541Z[ recovery-image] Jul 11 17:48:26.895 INFO E| Compiling serde v1.0.219
108172026-07-11T17:48:29.167Z[ recovery-image] Jul 11 17:48:28.520 INFO E| Compiling serde_spanned v0.6.8
108182026-07-11T17:48:29.167Z[ recovery-image] Jul 11 17:48:28.520 INFO E| Compiling toml_datetime v0.6.9
108192026-07-11T17:48:29.303Z[ recovery-image] Jul 11 17:48:28.657 INFO E| Compiling toml_edit v0.22.26
108202026-07-11T17:48:30.450Z[ recovery-image] Jul 11 17:48:29.803 INFO E| Compiling toml v0.8.22
108212026-07-11T17:48:32.362Z[ recovery-image] Jul 11 17:48:31.715 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s
108222026-07-11T17:48:32.373Z[ recovery-image] Jul 11 17:48:31.727 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`
108232026-07-11T17:48:32.388Z[ recovery-image] Jul 11 17:48:31.742 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108242026-07-11T17:48:32.460Z[ recovery-image] Jul 11 17:48:31.813 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108252026-07-11T17:48:32.465Z[ recovery-image] Jul 11 17:48:31.819 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`
108262026-07-11T17:48:32.675Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108272026-07-11T17:48:32.675Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108282026-07-11T17:48:32.675Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108292026-07-11T17:48:32.679Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108302026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108312026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108322026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108332026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108342026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108352026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108362026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108372026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108382026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108392026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108402026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108412026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108422026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108432026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108442026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108452026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108462026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108472026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108482026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108492026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108502026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108512026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108522026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108532026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108542026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108552026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108562026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108572026-07-11T17:48:32.680Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108582026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108592026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108602026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108612026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108622026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108632026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108642026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108652026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108662026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108672026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108682026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108692026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108702026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108712026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108722026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108732026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108742026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
108752026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
108762026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
108772026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
108782026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
108792026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO O| Info: ABL version: 0x100af010
108802026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
108812026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
108822026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
108832026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108842026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108852026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108862026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108872026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108882026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108892026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108902026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108912026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108922026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
108932026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
108942026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
108952026-07-11T17:48:32.681Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
108962026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
108972026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
108982026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
108992026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109002026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109012026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109022026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109032026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109042026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109052026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109062026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109072026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109082026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109092026-07-11T17:48:32.682Z[ recovery-image] Jul 11 17:48:32.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109102026-07-11T17:48:32.683Z[ recovery-image] Jul 11 17:48:32.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109112026-07-11T17:48:32.683Z[ recovery-image] Jul 11 17:48:32.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109122026-07-11T17:48:32.683Z[ recovery-image] Jul 11 17:48:32.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109132026-07-11T17:48:32.707Z[ recovery-image] Jul 11 17:48:32.061 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109142026-07-11T17:48:32.707Z[ recovery-image] Jul 11 17:48:32.061 INFO building ROM for gimlet
109152026-07-11T17:48:32.711Z[ recovery-image] Jul 11 17:48:32.061 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")
109162026-07-11T17:48:32.791Z[ recovery-image] Jul 11 17:48:32.145 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109172026-07-11T17:48:32.794Z[ recovery-image] Jul 11 17:48:32.147 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`
109182026-07-11T17:48:32.803Z[ recovery-image] Jul 11 17:48:32.158 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109192026-07-11T17:48:32.872Z[ recovery-image] Jul 11 17:48:32.226 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109202026-07-11T17:48:32.875Z[ recovery-image] Jul 11 17:48:32.229 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`
109212026-07-11T17:48:32.991Z[ recovery-image] Jul 11 17:48:32.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109222026-07-11T17:48:32.991Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109232026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109242026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109252026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109262026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109272026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109282026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109292026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109302026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109312026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109322026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109332026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109342026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109352026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109362026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO O| Info: ABL version: 0x100f5010
109372026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109382026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109392026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109402026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109412026-07-11T17:48:32.995Z[ recovery-image] Jul 11 17:48:32.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109422026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109432026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109442026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109452026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109462026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109472026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109482026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109492026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109502026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109512026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109522026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109532026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109542026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109552026-07-11T17:48:32.996Z[ recovery-image] Jul 11 17:48:32.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109562026-07-11T17:48:33.030Z[ recovery-image] Jul 11 17:48:32.383 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109572026-07-11T17:48:33.030Z[ recovery-image] Jul 11 17:48:32.383 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109582026-07-11T17:48:33.767Z[ host-image] Jul 11 17:48:33.120 INFO O| Jul 11 17:48:33.120 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109592026-07-11T17:48:33.864Z[ host-image] Jul 11 17:48:33.218 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
109602026-07-11T17:48:33.864Z[ host-image] Jul 11 17:48:33.218 INFO expanded image name: "ci 8cd11db/${os_short_commit} 2026-07-11 17:33" -> "ci 8cd11db/9b09742 2026-07-11 17:33"
109612026-07-11T17:48:33.864Z[ host-image] Jul 11 17:48:33.218 INFO output artefacts stored in: "/work/os-host"
109622026-07-11T17:48:33.868Z[ host-image] Jul 11 17:48:33.218 INFO collecting git info from project "amd-host-image-builder"...
109632026-07-11T17:48:33.871Z[ host-image] Jul 11 17:48:33.224 INFO collecting git info from project "bootserver"...
109642026-07-11T17:48:33.874Z[ host-image] Jul 11 17:48:33.228 INFO collecting git info from project "amd-firmware"...
109652026-07-11T17:48:33.885Z[ host-image] Jul 11 17:48:33.239 INFO collecting git info from project "image-builder"...
109662026-07-11T17:48:33.889Z[ host-image] Jul 11 17:48:33.244 INFO collecting git info from project "pinprick"...
109672026-07-11T17:48:33.895Z[ host-image] Jul 11 17:48:33.248 INFO collecting git info from project "pilot"...
109682026-07-11T17:48:33.898Z[ host-image] Jul 11 17:48:33.252 INFO collecting git info from project "chelsio-t6-roms"...
109692026-07-11T17:48:33.902Z[ host-image] Jul 11 17:48:33.256 INFO collecting git info from project "dmar-report"...
109702026-07-11T17:48:33.905Z[ host-image] Jul 11 17:48:33.260 INFO collecting git info from project "phbl"...
109712026-07-11T17:48:33.909Z[ host-image] Jul 11 17:48:33.263 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109722026-07-11T17:48:34.205Z[ host-image] Jul 11 17:48:33.559 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109732026-07-11T17:48:34.318Z[ recovery-image] Jul 11 17:48:33.672 INFO image complete! materials are in "/work/os-recovery"
109742026-07-11T17:48:34.321Z[ recovery-image]
109752026-07-11T17:48:34.321Z[ recovery-image] real 3:56.065701998
109762026-07-11T17:48:34.321Z[ recovery-image] user 2:27.477613829
109772026-07-11T17:48:34.321Z[ recovery-image] sys 34.929211590
109782026-07-11T17:48:34.321Z[ recovery-image] trap 0.074212510
109792026-07-11T17:48:34.321Z[ recovery-image] tflt 0.820108652
109802026-07-11T17:48:34.321Z[ recovery-image] dflt 0.959693277
109812026-07-11T17:48:34.321Z[ recovery-image] kflt 0.000057190
109822026-07-11T17:48:34.321Z[ recovery-image] lock 8:37.597671324
109832026-07-11T17:48:34.321Z[ recovery-image] slp 23:10.069153179
109842026-07-11T17:48:34.321Z[ recovery-image] lat 30.547484747
109852026-07-11T17:48:34.321Z[ recovery-image] stop 9.531344895
109862026-07-11T17:48:34.321ZJul 11 17:48:33.675 INFO [recovery-image] process exited with exit status: 0 (236.070145612s)
109872026-07-11T17:48:34.479Z[ host-image] Jul 11 17:48:33.833 INFO creating Oxide boot image...
109882026-07-11T17:48:34.479Z[ host-image] Jul 11 17:48:33.833 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 8cd11db/9b09742 2026-07-11 17:33", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109892026-07-11T17:48:35.152Z[ host-image] Jul 11 17:48:34.506 INFO O| ok, image written!
109902026-07-11T17:48:35.152Z[ host-image] Jul 11 17:48:34.506 INFO O| ok, boot_image_csum file written!
109912026-07-11T17:48:35.156Z[ host-image] Jul 11 17:48:34.508 INFO creating boot archive (CPIO)...
109922026-07-11T17:48:35.156Z[ host-image] Jul 11 17:48:34.508 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
109932026-07-11T17:48:35.159Z[ host-image] Jul 11 17:48:34.512 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109942026-07-11T17:48:35.159Z[ host-image] Jul 11 17:48:34.512 INFO E| + outfile=/work/os-host/cpio
109952026-07-11T17:48:35.159Z[ host-image] Jul 11 17:48:34.512 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109962026-07-11T17:48:35.162Z[ host-image] Jul 11 17:48:34.514 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109972026-07-11T17:48:35.162Z[ host-image] Jul 11 17:48:34.514 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109982026-07-11T17:48:35.184Z[ host-image] Jul 11 17:48:34.539 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109992026-07-11T17:48:35.188Z[ host-image] Jul 11 17:48:34.539 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110002026-07-11T17:48:35.191Z[ host-image] Jul 11 17:48:34.544 INFO creating compressed cpio/unix for dev loaders...
110012026-07-11T17:48:35.191Z[ host-image] Jul 11 17:48:34.544 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
110022026-07-11T17:48:35.413Z[ host-image] Jul 11 17:48:34.767 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110032026-07-11T17:48:38.652Z[ host-image] Jul 11 17:48:38.006 INFO creating reset image...
110042026-07-11T17:48:38.652Z[ host-image] Jul 11 17:48:38.006 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")
110052026-07-11T17:48:38.714Z[ host-image] Jul 11 17:48:38.068 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
110062026-07-11T17:48:38.717Z[ host-image] Jul 11 17:48:38.069 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110072026-07-11T17:48:38.927Z[ host-image] Jul 11 17:48:38.281 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)
110082026-07-11T17:48:38.927Z[ host-image] Jul 11 17:48:38.281 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)
110092026-07-11T17:48:38.927Z[ host-image] Jul 11 17:48:38.281 INFO E| Compiling proc-macro2 v1.0.106
110102026-07-11T17:48:38.927Z[ host-image] Jul 11 17:48:38.281 INFO E| Compiling quote v1.0.45
110112026-07-11T17:48:38.932Z[ host-image] Jul 11 17:48:38.281 INFO E| Compiling unicode-ident v1.0.24
110122026-07-11T17:48:38.933Z[ host-image] Jul 11 17:48:38.281 INFO E| Compiling syn v1.0.109
110132026-07-11T17:48:38.933Z[ host-image] Jul 11 17:48:38.281 INFO E| Compiling x86 v0.52.0
110142026-07-11T17:48:38.933Z[ host-image] Jul 11 17:48:38.281 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110152026-07-11T17:48:38.933Z[ host-image] Jul 11 17:48:38.281 INFO E| Compiling seq-macro v0.3.6
110162026-07-11T17:48:39.837Z[ host-image] Jul 11 17:48:39.190 INFO E| Compiling syn v2.0.117
110172026-07-11T17:48:41.144Z[ host-image] Jul 11 17:48:40.498 INFO E| Compiling scroll_derive v0.13.1
110182026-07-11T17:48:42.092Z[ host-image] Jul 11 17:48:41.445 INFO E| Compiling bitstruct_derive v0.1.0
110192026-07-11T17:48:51.093Z[ host-image] Jul 11 17:48:50.447 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)
110202026-07-11T17:48:53.135Z[ host-image] Jul 11 17:48:52.489 INFO E| Compiling bitflags v1.3.2
110212026-07-11T17:48:53.135Z[ host-image] Jul 11 17:48:52.489 INFO E| Compiling adler2 v2.0.1
110222026-07-11T17:48:53.138Z[ host-image] Jul 11 17:48:52.489 INFO E| Compiling log v0.4.32
110232026-07-11T17:48:53.138Z[ host-image] Jul 11 17:48:52.489 INFO E| Compiling plain v0.2.3
110242026-07-11T17:48:53.139Z[ host-image] Jul 11 17:48:52.489 INFO E| Compiling scroll v0.13.0
110252026-07-11T17:48:53.139Z[ host-image] Jul 11 17:48:52.489 INFO E| Compiling bitflags v2.13.0
110262026-07-11T17:48:53.139Z[ host-image] Jul 11 17:48:52.489 INFO E| Compiling bit_field v0.10.3
110272026-07-11T17:48:53.139Z[ host-image] Jul 11 17:48:52.489 INFO E| Compiling bitstruct v0.1.1
110282026-07-11T17:48:53.139Z[ host-image] Jul 11 17:48:52.489 INFO E| Compiling static_assertions v1.1.0
110292026-07-11T17:48:53.184Z[ host-image] Jul 11 17:48:52.538 INFO E| Compiling raw-cpuid v10.7.0
110302026-07-11T17:48:53.235Z[ host-image] Jul 11 17:48:52.589 INFO E| Compiling miniz_oxide v0.9.1
110312026-07-11T17:48:53.294Z[ host-image] Jul 11 17:48:52.647 INFO E| Compiling cpio_reader v0.1.2
110322026-07-11T17:48:53.359Z[ host-image] Jul 11 17:48:52.713 INFO E| Compiling goblin v0.10.7
110332026-07-11T17:48:56.120Z[ host-image] Jul 11 17:48:55.474 INFO E| Finished `release` profile [optimized] target(s) in 17.39s
110342026-07-11T17:48:56.132Z[ host-image] Jul 11 17:48:55.486 INFO building ROM for cosmo
110352026-07-11T17:48:56.132Z[ host-image] Jul 11 17:48:55.486 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")
110362026-07-11T17:48:56.218Z[ host-image] Jul 11 17:48:55.571 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110372026-07-11T17:48:56.221Z[ host-image] Jul 11 17:48:55.573 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`
110382026-07-11T17:48:56.231Z[ host-image] Jul 11 17:48:55.584 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110392026-07-11T17:48:56.300Z[ host-image] Jul 11 17:48:55.653 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110402026-07-11T17:48:56.303Z[ host-image] Jul 11 17:48:55.657 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`
110412026-07-11T17:48:56.510Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110422026-07-11T17:48:56.510Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110432026-07-11T17:48:56.510Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110442026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110452026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110462026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110472026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110482026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110492026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110502026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110512026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110522026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110532026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110542026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110552026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110562026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110572026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110582026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110592026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110602026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110612026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110622026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110632026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110642026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110652026-07-11T17:48:56.516Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110662026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110672026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110682026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110692026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110702026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110712026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110722026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110732026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110742026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110752026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110762026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110772026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110782026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110792026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110802026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110812026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110822026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110832026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110842026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110852026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110862026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110872026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110882026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110892026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110902026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110912026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110922026-07-11T17:48:56.517Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110932026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110942026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.865 INFO O| Info: ABL version: 0x100af010
110952026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.865 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110962026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.865 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110972026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110982026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110992026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111002026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111012026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111022026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111032026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111042026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111052026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111062026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111072026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111082026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111092026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111102026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111112026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111122026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111132026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111142026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111152026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111162026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111172026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111182026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111192026-07-11T17:48:56.518Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111202026-07-11T17:48:56.519Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111212026-07-11T17:48:56.519Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111222026-07-11T17:48:56.519Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111232026-07-11T17:48:56.519Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111242026-07-11T17:48:56.519Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111252026-07-11T17:48:56.519Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111262026-07-11T17:48:56.519Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111272026-07-11T17:48:56.519Z[ host-image] Jul 11 17:48:55.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111282026-07-11T17:48:56.545Z[ host-image] Jul 11 17:48:55.898 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111292026-07-11T17:48:56.545Z[ host-image] Jul 11 17:48:55.898 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111302026-07-11T17:48:56.549Z[ host-image] Jul 11 17:48:55.898 INFO building ROM for gimlet
111312026-07-11T17:48:56.549Z[ host-image] Jul 11 17:48:55.899 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")
111322026-07-11T17:48:56.630Z[ host-image] Jul 11 17:48:55.983 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111332026-07-11T17:48:56.633Z[ host-image] Jul 11 17:48:55.985 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`
111342026-07-11T17:48:56.644Z[ host-image] Jul 11 17:48:55.998 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111352026-07-11T17:48:56.711Z[ host-image] Jul 11 17:48:56.065 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111362026-07-11T17:48:56.715Z[ host-image] Jul 11 17:48:56.068 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`
111372026-07-11T17:48:56.828Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111382026-07-11T17:48:56.828Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111392026-07-11T17:48:56.829Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111402026-07-11T17:48:56.832Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111412026-07-11T17:48:56.832Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111422026-07-11T17:48:56.832Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111432026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111442026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111452026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111462026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111472026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111482026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111492026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111502026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111512026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111522026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.183 INFO O| Info: ABL version: 0x100f5010
111532026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.183 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111542026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111552026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111562026-07-11T17:48:56.833Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111572026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111582026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111592026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111602026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111612026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111622026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111632026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111642026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111652026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111662026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111672026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111682026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111692026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111702026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111712026-07-11T17:48:56.834Z[ host-image] Jul 11 17:48:56.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111722026-07-11T17:48:56.864Z[ host-image] Jul 11 17:48:56.218 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111732026-07-11T17:49:06.550Z[ host-image] Jul 11 17:49:05.904 INFO image complete! materials are in "/work/os-host"
111742026-07-11T17:49:06.554Z[ host-image]
111752026-07-11T17:49:06.554Z[ host-image] real 4:57.335138992
111762026-07-11T17:49:06.554Z[ host-image] user 2:27.697978739
111772026-07-11T17:49:06.554Z[ host-image] sys 32.955922415
111782026-07-11T17:49:06.554Z[ host-image] trap 0.056510846
111792026-07-11T17:49:06.554Z[ host-image] tflt 0.306916011
111802026-07-11T17:49:06.554Z[ host-image] dflt 0.237714414
111812026-07-11T17:49:06.554Z[ host-image] kflt 0.000012570
111822026-07-11T17:49:06.554Z[ host-image] lock 6:06.571735346
111832026-07-11T17:49:06.554Z[ host-image] slp 28:43.919269432
111842026-07-11T17:49:06.554Z[ host-image] lat 20.107550498
111852026-07-11T17:49:06.554Z[ host-image] stop 1.536116986
111862026-07-11T17:49:06.557ZJul 11 17:49:05.908 INFO [host-image] process exited with exit status: 0 (297.341087347s)
111872026-07-11T17:49:06.557ZJul 11 17:49:05.908 INFO [tuf-repo] running task
111882026-07-11T17:49:25.123ZJul 11 17:49:24.477 INFO assembling repository in `/tmp/tufaceousuDMd7t`, component: OmicronRepoAssembler
111892026-07-11T17:49:30.017ZJul 11 17:49:29.371 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111902026-07-11T17:49:30.234ZJul 11 17:49:29.588 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111912026-07-11T17:49:39.039ZJul 11 17:49:38.393 INFO extracting uploaded archive to /tmp/.tmpNCS7tX
111922026-07-11T17:49:40.903ZJul 11 17:49:40.257 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Wu2NVK
111932026-07-11T17:49:40.957ZJul 11 17:49:40.311 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
111942026-07-11T17:49:41.050ZJul 11 17:49:40.403 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
111952026-07-11T17:49:41.147ZJul 11 17:49:40.500 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
111962026-07-11T17:49:41.236ZJul 11 17:49:40.589 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
111972026-07-11T17:49:41.319ZJul 11 17:49:40.673 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
111982026-07-11T17:49:41.400ZJul 11 17:49:40.753 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
111992026-07-11T17:49:41.478ZJul 11 17:49:40.832 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112002026-07-11T17:49:41.557ZJul 11 17:49:40.910 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112012026-07-11T17:49:41.557ZJul 11 17:49:40.910 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112022026-07-11T17:49:41.602ZJul 11 17:49:40.956 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112032026-07-11T17:49:41.605ZJul 11 17:49:40.956 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112042026-07-11T17:49:41.651ZJul 11 17:49:41.004 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112052026-07-11T17:49:41.651ZJul 11 17:49:41.005 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112062026-07-11T17:49:41.694ZJul 11 17:49:41.048 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112072026-07-11T17:49:41.694ZJul 11 17:49:41.048 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112082026-07-11T17:49:41.746ZJul 11 17:49:41.099 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112092026-07-11T17:49:41.749ZJul 11 17:49:41.099 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112102026-07-11T17:49:41.791ZJul 11 17:49:41.145 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112112026-07-11T17:49:41.795ZJul 11 17:49:41.145 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112122026-07-11T17:49:41.829ZJul 11 17:49:41.182 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112132026-07-11T17:49:41.829ZJul 11 17:49:41.182 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112142026-07-11T17:49:41.832ZJul 11 17:49:41.183 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112152026-07-11T17:49:41.832ZJul 11 17:49:41.183 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112162026-07-11T17:49:41.832ZJul 11 17:49:41.184 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112172026-07-11T17:49:41.832ZJul 11 17:49:41.184 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112182026-07-11T17:49:41.832ZJul 11 17:49:41.185 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112192026-07-11T17:49:47.728ZJul 11 17:49:47.082 INFO added artifact, length: 33554432, hash: 33bc437b2b7e8fc795e9909df215649445384be5127654dd2b2b6483edadb7b3, version: 21.0.0-0.ci+git8cd11db3931, kind: gimlet_host_phase_1, name: host
112202026-07-11T17:49:47.728ZJul 11 17:49:47.082 INFO added artifact, length: 33554432, hash: 89c5b53e6cb38ad07e58e01b659b5270e89ebae248d373814678fc5c0aa3ce72, version: 21.0.0-0.ci+git8cd11db3931, kind: cosmo_host_phase_1, name: host
112212026-07-11T17:49:47.732ZJul 11 17:49:47.082 INFO added artifact, length: 1101008896, hash: 4963a572b9c1791c98e8482978e266dcb71d97570dd76ddc6609c2fd0e33ee54, version: 21.0.0-0.ci+git8cd11db3931, kind: host_phase_2, name: host
112222026-07-11T17:49:48.745ZJul 11 17:49:48.099 INFO added artifact, length: 33554432, hash: 9375bf36d5475d030d7df6ef56a556a3e307ad29f0724909ff2503ddd7367d92, version: 21.0.0-0.ci+git8cd11db3931, kind: gimlet_trampoline_phase_1, name: trampoline
112232026-07-11T17:49:48.745ZJul 11 17:49:48.099 INFO added artifact, length: 33554432, hash: b608bb7b38ce4110ea43e64f0e50054d0758092fa5ce44ead3c06e25d6aab06d, version: 21.0.0-0.ci+git8cd11db3931, kind: cosmo_trampoline_phase_1, name: trampoline
112242026-07-11T17:49:48.748ZJul 11 17:49:48.099 INFO added artifact, length: 164834621, hash: 0d371d4e2868e647ed083273902debfecf521eb2445d48d48a7baf7af0ab2b91, version: 21.0.0-0.ci+git8cd11db3931, kind: trampoline_phase_2, name: trampoline
112252026-07-11T17:49:50.400ZJul 11 17:49:49.754 INFO added artifact, length: 304329355, hash: 606bb96f0e7a46b76db3569bd3fbe0d092f4e7ea8ad50cfa4f1abfb3943180d7, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: clickhouse_keeper
112262026-07-11T17:49:52.189ZJul 11 17:49:51.542 INFO added artifact, length: 318180717, hash: d9eb3c6283f16237d5d4b41078a339d71018c7f4106ce1b8d18d5773855bbe8d, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: clickhouse_server
112272026-07-11T17:49:54.022ZJul 11 17:49:53.375 INFO added artifact, length: 318183482, hash: af68bfdbf8d9dbeac54524bdd906d4985939a1a51501c2502af040851873229e, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: clickhouse
112282026-07-11T17:49:54.885ZJul 11 17:49:54.239 INFO added artifact, length: 165617748, hash: fbaf30e834ca8c0fbdc816a4f375698a9ba1121c02ab63d6d2a1b0ffa34f6f18, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: cockroachdb
112292026-07-11T17:49:55.105ZJul 11 17:49:54.458 INFO added artifact, length: 40048238, hash: 7c7365fd372953f5f99b563887b2d3f5a038e233bdde50077d7856717553d38b, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: crucible-pantry-zone
112302026-07-11T17:49:55.429ZJul 11 17:49:54.783 INFO added artifact, length: 55096751, hash: db6fd565916d97c06a9e46a12a09369ed67f7a93d952af43b1d54d428fd10c78, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: crucible-zone
112312026-07-11T17:49:55.701ZJul 11 17:49:55.055 INFO added artifact, length: 47916883, hash: ca2cb912b97d78eb3fb56b0dbee8ce61326f901daea30555b91bbe2d2c2119c9, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: external-dns
112322026-07-11T17:49:55.967ZJul 11 17:49:55.320 INFO added artifact, length: 47916481, hash: 9d6c671ce9c2cdd1093b05fb611db8f1ce5bf2b67341f49fd59a490924266cb8, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: internal-dns
112332026-07-11T17:49:57.566ZJul 11 17:49:56.919 INFO added artifact, length: 280679575, hash: 2db6a8c20b32ee9501314ecae8dab7fb7750229378781802fb64d37e6e7bb065, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: nexus
112342026-07-11T17:49:57.764ZJul 11 17:49:57.117 INFO added artifact, length: 30628372, hash: c63107f66f2f6af4aafa9581586bbf98e6cc7605f0099e24b70b702ffcac17f1, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: ntp
112352026-07-11T17:49:58.147ZJul 11 17:49:57.501 INFO added artifact, length: 63629357, hash: 69a8b26007011e286ec9dadf9d8a6bf21ab80efe4787b90929ec1eca4d02c782, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: oximeter
112362026-07-11T17:49:58.166ZJul 11 17:49:57.519 INFO added artifact, length: 3109592, hash: c9f14b00741c79d3ff105bc22d9a3e2d89e1d82233c5179b12e0b2afe34857c5, version: 21.0.0-0.ci+git8cd11db3931, kind: zone, name: probe
112372026-07-11T17:49:58.169ZJul 11 17:49:57.520 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112382026-07-11T17:49:58.169ZJul 11 17:49:57.520 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112392026-07-11T17:49:58.169ZJul 11 17:49:57.520 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112402026-07-11T17:49:58.201ZJul 11 17:49:57.555 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112412026-07-11T17:49:58.238ZJul 11 17:49:57.591 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112422026-07-11T17:49:58.271ZJul 11 17:49:57.624 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112432026-07-11T17:49:58.325ZJul 11 17:49:57.678 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112442026-07-11T17:49:58.325ZJul 11 17:49:57.678 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112452026-07-11T17:49:58.370ZJul 11 17:49:57.724 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112462026-07-11T17:49:58.370ZJul 11 17:49:57.724 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112472026-07-11T17:49:58.411ZJul 11 17:49:57.765 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112482026-07-11T17:49:58.412ZJul 11 17:49:57.765 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112492026-07-11T17:49:58.454ZJul 11 17:49:57.808 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112502026-07-11T17:49:58.457ZJul 11 17:49:57.808 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112512026-07-11T17:49:58.458ZJul 11 17:49:57.808 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112522026-07-11T17:49:58.458ZJul 11 17:49:57.809 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112532026-07-11T17:49:58.458ZJul 11 17:49:57.810 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112542026-07-11T17:49:58.504ZJul 11 17:49:57.856 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112552026-07-11T17:49:58.608ZJul 11 17:49:57.961 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112562026-07-11T17:49:58.700ZJul 11 17:49:58.053 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112572026-07-11T17:49:58.802ZJul 11 17:49:58.155 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112582026-07-11T17:49:58.802ZJul 11 17:49:58.155 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112592026-07-11T17:49:58.848ZJul 11 17:49:58.201 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112602026-07-11T17:49:58.851ZJul 11 17:49:58.201 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112612026-07-11T17:49:58.887ZJul 11 17:49:58.240 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112622026-07-11T17:49:58.887ZJul 11 17:49:58.240 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112632026-07-11T17:49:58.933ZJul 11 17:49:58.286 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112642026-07-11T17:49:58.936ZJul 11 17:49:58.286 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112652026-07-11T17:49:58.936ZJul 11 17:49:58.287 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112662026-07-11T17:49:58.936ZJul 11 17:49:58.288 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112672026-07-11T17:49:58.936ZJul 11 17:49:58.288 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112682026-07-11T17:49:58.936ZJul 11 17:49:58.288 INFO added artifact, length: 924, hash: 2b002348d24545766d16b00683c8f4da174f05bf826536ea182ab46b7156100d, version: 21.0.0-0.ci+git8cd11db3931, kind: installinator_document, name: installinator_document
112692026-07-11T17:49:59.414ZJul 11 17:49:58.768 INFO extracting uploaded archive to /tmp/.tmpaGYJMK
112702026-07-11T17:50:01.272ZJul 11 17:50:00.625 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.cAP6xF
112712026-07-11T17:50:01.332ZJul 11 17:50:00.685 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112722026-07-11T17:50:01.415ZJul 11 17:50:00.768 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112732026-07-11T17:50:01.484ZJul 11 17:50:00.837 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112742026-07-11T17:50:01.579ZJul 11 17:50:00.932 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112752026-07-11T17:50:01.672ZJul 11 17:50:01.025 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112762026-07-11T17:50:01.757ZJul 11 17:50:01.111 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112772026-07-11T17:50:01.837ZJul 11 17:50:01.190 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112782026-07-11T17:50:01.922ZJul 11 17:50:01.275 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112792026-07-11T17:50:01.922ZJul 11 17:50:01.275 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112802026-07-11T17:50:01.958ZJul 11 17:50:01.311 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112812026-07-11T17:50:01.958ZJul 11 17:50:01.311 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112822026-07-11T17:50:02.005ZJul 11 17:50:01.359 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112832026-07-11T17:50:02.010ZJul 11 17:50:01.359 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112842026-07-11T17:50:02.060ZJul 11 17:50:01.409 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112852026-07-11T17:50:02.060ZJul 11 17:50:01.410 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112862026-07-11T17:50:02.104ZJul 11 17:50:01.457 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112872026-07-11T17:50:02.108ZJul 11 17:50:01.458 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112882026-07-11T17:50:02.151ZJul 11 17:50:01.504 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112892026-07-11T17:50:02.155ZJul 11 17:50:01.504 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112902026-07-11T17:50:02.199ZJul 11 17:50:01.552 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112912026-07-11T17:50:02.203ZJul 11 17:50:01.552 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112922026-07-11T17:50:02.203ZJul 11 17:50:01.553 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112932026-07-11T17:50:02.203ZJul 11 17:50:01.553 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112942026-07-11T17:50:02.203ZJul 11 17:50:01.554 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112952026-07-11T17:50:02.203ZJul 11 17:50:01.555 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112962026-07-11T17:50:02.203ZJul 11 17:50:01.555 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112972026-07-11T17:50:07.467ZJul 11 17:50:06.820 INFO added artifact, length: 33554432, hash: 33bc437b2b7e8fc795e9909df215649445384be5127654dd2b2b6483edadb7b3, version: 21.0.0-0.ci+git8cd11db3931, kind: gimlet_host_phase_1, name: host
112982026-07-11T17:50:07.467ZJul 11 17:50:06.820 INFO added artifact, length: 33554432, hash: 89c5b53e6cb38ad07e58e01b659b5270e89ebae248d373814678fc5c0aa3ce72, version: 21.0.0-0.ci+git8cd11db3931, kind: cosmo_host_phase_1, name: host
112992026-07-11T17:50:07.467ZJul 11 17:50:06.820 INFO added artifact, length: 1101008896, hash: 4963a572b9c1791c98e8482978e266dcb71d97570dd76ddc6609c2fd0e33ee54, version: 21.0.0-0.ci+git8cd11db3931, kind: host_phase_2, name: host
113002026-07-11T17:50:08.414ZJul 11 17:50:07.767 INFO added artifact, length: 33554432, hash: 9375bf36d5475d030d7df6ef56a556a3e307ad29f0724909ff2503ddd7367d92, version: 21.0.0-0.ci+git8cd11db3931, kind: gimlet_trampoline_phase_1, name: trampoline
113012026-07-11T17:50:08.414ZJul 11 17:50:07.767 INFO added artifact, length: 33554432, hash: b608bb7b38ce4110ea43e64f0e50054d0758092fa5ce44ead3c06e25d6aab06d, version: 21.0.0-0.ci+git8cd11db3931, kind: cosmo_trampoline_phase_1, name: trampoline
113022026-07-11T17:50:08.414ZJul 11 17:50:07.767 INFO added artifact, length: 164834621, hash: 0d371d4e2868e647ed083273902debfecf521eb2445d48d48a7baf7af0ab2b91, version: 21.0.0-0.ci+git8cd11db3931, kind: trampoline_phase_2, name: trampoline
113032026-07-11T17:50:13.649ZJul 11 17:50:13.002 INFO added artifact, length: 1733809879, hash: 87cad19deeb0395d319c6c027771098a08773fe188fe9649da3fc9b1335d017b, version: 21.0.0-0.ci+git8cd11db3931, kind: control_plane, name: control-plane
113042026-07-11T17:50:13.652ZJul 11 17:50:13.002 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113052026-07-11T17:50:13.652ZJul 11 17:50:13.002 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113062026-07-11T17:50:13.652ZJul 11 17:50:13.003 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113072026-07-11T17:50:13.678ZJul 11 17:50:13.031 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113082026-07-11T17:50:13.706ZJul 11 17:50:13.060 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113092026-07-11T17:50:13.735ZJul 11 17:50:13.089 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113102026-07-11T17:50:13.778ZJul 11 17:50:13.131 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113112026-07-11T17:50:13.781ZJul 11 17:50:13.131 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113122026-07-11T17:50:13.825ZJul 11 17:50:13.179 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113132026-07-11T17:50:13.828ZJul 11 17:50:13.179 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113142026-07-11T17:50:13.871ZJul 11 17:50:13.224 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113152026-07-11T17:50:13.871ZJul 11 17:50:13.225 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113162026-07-11T17:50:13.918ZJul 11 17:50:13.271 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113172026-07-11T17:50:13.921ZJul 11 17:50:13.271 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113182026-07-11T17:50:13.921ZJul 11 17:50:13.272 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113192026-07-11T17:50:13.921ZJul 11 17:50:13.272 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113202026-07-11T17:50:13.921ZJul 11 17:50:13.273 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113212026-07-11T17:50:13.963ZJul 11 17:50:13.317 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113222026-07-11T17:50:14.047ZJul 11 17:50:13.400 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113232026-07-11T17:50:14.138ZJul 11 17:50:13.490 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113242026-07-11T17:50:14.229ZJul 11 17:50:13.582 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113252026-07-11T17:50:14.234ZJul 11 17:50:13.582 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113262026-07-11T17:50:14.285ZJul 11 17:50:13.639 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113272026-07-11T17:50:14.288ZJul 11 17:50:13.639 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113282026-07-11T17:50:14.336ZJul 11 17:50:13.690 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113292026-07-11T17:50:14.339ZJul 11 17:50:13.690 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113302026-07-11T17:50:14.381ZJul 11 17:50:13.735 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113312026-07-11T17:50:14.384ZJul 11 17:50:13.735 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113322026-07-11T17:50:14.384ZJul 11 17:50:13.735 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113332026-07-11T17:50:14.384ZJul 11 17:50:13.736 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113342026-07-11T17:50:14.384ZJul 11 17:50:13.737 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113352026-07-11T17:50:14.384ZJul 11 17:50:13.737 INFO added artifact, length: 924, hash: 2b002348d24545766d16b00683c8f4da174f05bf826536ea182ab46b7156100d, version: 21.0.0-0.ci+git8cd11db3931, kind: installinator_document, name: installinator_document
113362026-07-11T17:50:14.975ZJul 11 17:50:14.328 INFO [tuf-repo] task succeeded (68.42001103s)
113372026-07-11T17:51:05.866Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 23s
113382026-07-11T17:51:07.604ZJul 11 17:51:06.957 INFO [verify-libraries] process exited with exit status: 0 (389.608735069s)
113392026-07-11T17:51:07.604ZJul 11 17:51:06.957 INFO all jobs completed in 1036.418582451s
113402026-07-11T17:51:08.572Zprocess exited: duration 1239713 ms, exit code 0
 
113412026-07-11T17:51:08.585Zfound 41 output files
113422026-07-11T17:51:08.585Zuploading: /work/manifest.toml (17334 bytes)
113432026-07-11T17:51:09.602Zuploaded: /work/manifest.toml
113442026-07-11T17:51:09.602Zuploading: /work/repo.zip (3043793905 bytes)
113452026-07-11T17:51:46.479Zuploaded: /work/repo.zip
113462026-07-11T17:51:46.479Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113472026-07-11T17:51:47.504Zuploaded: /work/repo.zip.sha256.txt
113482026-07-11T17:51:47.504Zuploading: /work/helios.json (647 bytes)
113492026-07-11T17:51:48.515Zuploaded: /work/helios.json
113502026-07-11T17:51:48.515Zuploading: /work/incorporation.p5m (113332 bytes)
113512026-07-11T17:51:49.530Zuploaded: /work/incorporation.p5m
113522026-07-11T17:51:49.530Zuploading: /work/incorporation.p5p (133120 bytes)
113532026-07-11T17:51:50.544Zuploaded: /work/incorporation.p5p
113542026-07-11T17:51:50.545Zuploading: /work/helios-incorp.log (522 bytes)
113552026-07-11T17:51:51.555Zuploaded: /work/helios-incorp.log
113562026-07-11T17:51:51.556Zuploading: /work/helios-setup.log (57137 bytes)
113572026-07-11T17:51:52.570Zuploaded: /work/helios-setup.log
113582026-07-11T17:51:52.570Zuploading: /work/host-image.log (235093 bytes)
113592026-07-11T17:51:53.588Zuploaded: /work/host-image.log
113602026-07-11T17:51:53.588Zuploading: /work/host-package.log (32820 bytes)
113612026-07-11T17:51:54.599Zuploaded: /work/host-package.log
113622026-07-11T17:51:54.599Zuploading: /work/host-target.log (101 bytes)
113632026-07-11T17:51:55.611Zuploaded: /work/host-target.log
113642026-07-11T17:51:55.611Zuploading: /work/incorp-create.log (0 bytes)
113652026-07-11T17:51:56.620Zuploaded: /work/incorp-create.log
113662026-07-11T17:51:56.620Zuploading: /work/incorp-fmt.log (0 bytes)
113672026-07-11T17:51:57.628Zuploaded: /work/incorp-fmt.log
113682026-07-11T17:51:57.628Zuploading: /work/incorp-pkgsend.log (108 bytes)
113692026-07-11T17:51:58.640Zuploaded: /work/incorp-pkgsend.log
113702026-07-11T17:51:58.640Zuploading: /work/incorp-publisher.log (0 bytes)
113712026-07-11T17:51:59.650Zuploaded: /work/incorp-publisher.log
113722026-07-11T17:51:59.650Zuploading: /work/omicron-package.log (8003 bytes)
113732026-07-11T17:52:00.659Zuploaded: /work/omicron-package.log
113742026-07-11T17:52:00.660Zuploading: /work/recovery-image.log (593241 bytes)
113752026-07-11T17:52:01.682Zuploaded: /work/recovery-image.log
113762026-07-11T17:52:01.682Zuploading: /work/recovery-package.log (2545 bytes)
113772026-07-11T17:52:02.691Zuploaded: /work/recovery-package.log
113782026-07-11T17:52:02.691Zuploading: /work/recovery-target.log (98 bytes)
113792026-07-11T17:52:03.702Zuploaded: /work/recovery-target.log
113802026-07-11T17:52:03.702Zuploading: /work/stamp-clickhouse.log (117 bytes)
113812026-07-11T17:52:04.713Zuploaded: /work/stamp-clickhouse.log
113822026-07-11T17:52:04.713Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113832026-07-11T17:52:05.723Zuploaded: /work/stamp-clickhouse_keeper.log
113842026-07-11T17:52:05.723Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113852026-07-11T17:52:06.733Zuploaded: /work/stamp-clickhouse_server.log
113862026-07-11T17:52:06.733Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113872026-07-11T17:52:07.743Zuploaded: /work/stamp-cockroachdb.log
113882026-07-11T17:52:07.743Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113892026-07-11T17:52:08.753Zuploaded: /work/stamp-crucible-pantry-zone.log
113902026-07-11T17:52:08.753Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113912026-07-11T17:52:09.763Zuploaded: /work/stamp-crucible-utils.log
113922026-07-11T17:52:09.763Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113932026-07-11T17:52:10.771Zuploaded: /work/stamp-crucible-zone.log
113942026-07-11T17:52:10.771Zuploading: /work/stamp-external-dns.log (119 bytes)
113952026-07-11T17:52:11.781Zuploaded: /work/stamp-external-dns.log
113962026-07-11T17:52:11.781Zuploading: /work/stamp-installinator.log (103 bytes)
113972026-07-11T17:52:12.790Zuploaded: /work/stamp-installinator.log
113982026-07-11T17:52:12.790Zuploading: /work/stamp-internal-dns.log (119 bytes)
113992026-07-11T17:52:13.799Zuploaded: /work/stamp-internal-dns.log
114002026-07-11T17:52:13.799Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114012026-07-11T17:52:14.809Zuploaded: /work/stamp-mg-ddm-gz.log
114022026-07-11T17:52:14.809Zuploading: /work/stamp-nexus.log (112 bytes)
114032026-07-11T17:52:15.819Zuploaded: /work/stamp-nexus.log
114042026-07-11T17:52:15.819Zuploading: /work/stamp-ntp.log (110 bytes)
114052026-07-11T17:52:16.829Zuploaded: /work/stamp-ntp.log
114062026-07-11T17:52:16.829Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114072026-07-11T17:52:17.841Zuploaded: /work/stamp-omicron-sled-agent.log
114082026-07-11T17:52:17.841Zuploading: /work/stamp-overlay.log (114 bytes)
114092026-07-11T17:52:18.854Zuploaded: /work/stamp-overlay.log
114102026-07-11T17:52:18.854Zuploading: /work/stamp-oximeter.log (115 bytes)
114112026-07-11T17:52:19.863Zuploaded: /work/stamp-oximeter.log
114122026-07-11T17:52:19.864Zuploading: /work/stamp-oxlog.log (109 bytes)
114132026-07-11T17:52:20.873Zuploaded: /work/stamp-oxlog.log
114142026-07-11T17:52:20.873Zuploading: /work/stamp-probe.log (112 bytes)
114152026-07-11T17:52:21.885Zuploaded: /work/stamp-probe.log
114162026-07-11T17:52:21.885Zuploading: /work/stamp-propolis-server.log (122 bytes)
114172026-07-11T17:52:22.894Zuploaded: /work/stamp-propolis-server.log
114182026-07-11T17:52:22.894Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114192026-07-11T17:52:23.904Zuploaded: /work/stamp-pumpkind-gz.log
114202026-07-11T17:52:23.904Zuploading: /work/stamp-switch-asic.log (118 bytes)
114212026-07-11T17:52:24.912Zuploaded: /work/stamp-switch-asic.log
114222026-07-11T17:52:24.913Zuploading: /work/verify-libraries.log (50487 bytes)
114232026-07-11T17:52:25.924Zuploaded: /work/verify-libraries.log