01KWFQV2Q1CCNC14GM1RD9MSA7: 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: 01KWFQW228HCPK8FHR2RCQN3BN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T21:03:50.174Zjob assigned to worker 01KWFQW7YWV0MCN9WKTD7M6A8Z [factory aws, i-07c2829f80e8a2560] (queued for 48 s)
 
22026-07-01T21:03:57.659Zstarting task 0: "setup"
32026-07-01T21:03:57.666Z++ uname -s
42026-07-01T21:03:57.666Z+ kern=SunOS
52026-07-01T21:03:57.666Z+ build_user=build
62026-07-01T21:03:57.666Z+ build_uid=12345
72026-07-01T21:03:57.667Z+ work_dir=/work
82026-07-01T21:03:57.667Z+ input_dir=/input
92026-07-01T21:03:57.667Z+ [[ 0 == 12345 ]]
102026-07-01T21:03:57.667Z+ case "$kern" in
112026-07-01T21:03:57.667Z+ groupadd -g 12345 build
122026-07-01T21:03:57.668Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T21:03:59.676Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T21:03:59.756Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T21:03:59.759Z+ home_fs=zfs
162026-07-01T21:03:59.759Z+ [[ zfs == autofs ]]
172026-07-01T21:03:59.759Z+ mkdir -p /home/build
182026-07-01T21:03:59.759Z+ chown build:build /home/build /work
192026-07-01T21:04:01.822Z+ chmod 0700 /home/build /work
202026-07-01T21:04:01.852Zprocess exited: duration 4116 ms, exit code 0
 
212026-07-01T21:04:01.870Zstarting task 1: "rust-toolchain"
222026-07-01T21:04:01.878Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T21:04:01.879Z * rust toolchain channel = "1.96.1"
242026-07-01T21:04:01.879Z * rust toolchain profile = "default"
252026-07-01T21:04:01.879Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-01T21:04:01.879Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T21:04:01.879Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T21:04:01.879Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T21:04:01.892Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T21:04:01.988Zinfo: downloading installer
312026-07-01T21:04:03.413Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T21:04:03.413Zwarn: /home/build/.rustup/settings.toml
332026-07-01T21:04:03.413Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T21:04:03.413Zwarn: instead of the one inferred from the default host triple.
352026-07-01T21:04:03.421Zinfo: profile set to default
362026-07-01T21:04:03.421Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T21:04:03.427Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T21:04:03.571Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T21:04:03.576Zinfo: downloading 6 components
402026-07-01T21:04:19.032Z
412026-07-01T21:04:19.033Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-01T21:04:19.053Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T21:04:19.054Z
442026-07-01T21:04:19.054Z
452026-07-01T21:04:19.054ZRust is installed now. Great!
462026-07-01T21:04:19.054Z
472026-07-01T21:04:19.054ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T21:04:19.054Zenvironment variable. This has not been done automatically.
492026-07-01T21:04:19.054Z
502026-07-01T21:04:19.054ZTo configure your current shell, you need to source
512026-07-01T21:04:19.054Zthe corresponding env file under $HOME/.cargo.
522026-07-01T21:04:19.054Z
532026-07-01T21:04:19.054ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T21:04:19.054Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T21:04:19.054Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T21:04:19.054Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T21:04:19.054Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T21:04:19.054Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T21:04:19.054Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T21:04:19.054Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T21:04:19.054Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T21:04:19.211Z+ rustup --version
632026-07-01T21:04:19.219Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T21:04:19.219Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T21:04:19.219Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T21:04:19.219Z+ cargo --version
672026-07-01T21:04:19.219Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T21:04:19.219Z+ rustc --version
692026-07-01T21:04:19.219Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T21:04:19.219Zprocess exited: duration 17339 ms, exit code 0
 
712026-07-01T21:04:19.229Zstarting task 2: "authentication"
722026-07-01T21:04:19.247Zprocess exited: duration 18 ms, exit code 0
 
732026-07-01T21:04:19.327Zstarting task 3: "clone repository"
742026-07-01T21:04:19.332Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T21:04:19.332Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T21:04:19.332ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T21:04:30.962Z+ cd /work/oxidecomputer/omicron
782026-07-01T21:04:30.962Z+ git fetch origin fb4894e22274273953e3497784df41c2e11a45af
792026-07-01T21:04:31.287ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T21:04:31.287Z * branch fb4894e22274273953e3497784df41c2e11a45af -> FETCH_HEAD
812026-07-01T21:04:31.297Z+ [[ -n jmcarp/omdb-producer-kind ]]
822026-07-01T21:04:31.300Z++ git branch --show-current
832026-07-01T21:04:31.300Z+ current=main
842026-07-01T21:04:31.300Z+ [[ main != jmcarp/omdb-producer-kind ]]
852026-07-01T21:04:31.300Z+ git branch -f jmcarp/omdb-producer-kind fb4894e22274273953e3497784df41c2e11a45af
862026-07-01T21:04:31.305Z+ git checkout -f jmcarp/omdb-producer-kind
872026-07-01T21:04:31.551ZSwitched to branch 'jmcarp/omdb-producer-kind'
882026-07-01T21:04:31.554Z+ git reset --hard fb4894e22274273953e3497784df41c2e11a45af
892026-07-01T21:04:31.568ZHEAD is now at fb4894e22 Oximeter: Expose `kind` in `ProducerDetails` and plumb to omdb.
902026-07-01T21:04:31.571Zprocess exited: duration 12315 ms, exit code 0
 
912026-07-01T21:04:31.579Zstarting task 4: "build"
922026-07-01T21:04:31.583Z+ source .github/buildomat/ci-env.sh
932026-07-01T21:04:31.587Z++ export CARGO_TERM_COLOR=always
942026-07-01T21:04:31.587Z++ CARGO_TERM_COLOR=always
952026-07-01T21:04:31.587Z+ cargo --version
962026-07-01T21:04:31.595Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-01T21:04:31.598Z+ rustc --version
982026-07-01T21:04:31.619Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-01T21:04:31.622Z+ cargo tree --locked
1002026-07-01T21:04:31.797Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-07-01T21:04:32.082Z Updating crates.io index
1022026-07-01T21:04:32.086Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-07-01T21:04:32.344Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1042026-07-01T21:04:32.629Z Updating git repository `https://github.com/oxidecomputer/propolis`
1052026-07-01T21:04:33.559Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1062026-07-01T21:04:34.892Z Updating git repository `https://github.com/oxidecomputer/crucible`
1072026-07-01T21:04:35.745Z Updating git repository `https://github.com/oxidecomputer/opte`
1082026-07-01T21:04:36.505Z Updating git repository `https://github.com/oxidecomputer/tofino`
1092026-07-01T21:04:36.796Z Updating git repository `https://github.com/oxidecomputer/lldp`
1102026-07-01T21:04:37.145Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-07-01T21:04:38.208Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-07-01T21:04:38.480Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-07-01T21:04:38.846Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-07-01T21:04:39.150Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-07-01T21:04:39.597Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-07-01T21:04:40.112Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-07-01T21:04:40.365Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-07-01T21:04:40.637Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-07-01T21:04:40.918Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-07-01T21:04:41.233Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-07-01T21:04:41.626Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-07-01T21:04:41.897Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-07-01T21:04:42.170Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-07-01T21:04:42.545Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-07-01T21:04:42.895Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-07-01T21:04:43.155Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-07-01T21:04:43.565Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-07-01T21:04:44.020Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-07-01T21:04:44.343Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-07-01T21:04:44.620Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-07-01T21:04:44.873Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-07-01T21:04:45.239Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-07-01T21:04:45.623Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-07-01T21:04:45.886Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-07-01T21:04:46.186Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-07-01T21:04:46.477Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-07-01T21:04:46.783Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1382026-07-01T21:04:47.348Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-07-01T21:04:47.618Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-07-01T21:04:47.891Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-07-01T21:04:48.139Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-07-01T21:04:52.044Z Downloading crates ...
1432026-07-01T21:04:52.132Z Downloaded approx v0.5.1
1442026-07-01T21:04:52.135Z Downloaded async-recursion v1.1.1
1452026-07-01T21:04:52.139Z Downloaded autocfg v1.5.0
1462026-07-01T21:04:52.139Z Downloaded assert-json-diff v2.0.2
1472026-07-01T21:04:52.142Z Downloaded backoff v0.4.0
1482026-07-01T21:04:52.146Z Downloaded arrayref v0.3.9
1492026-07-01T21:04:52.146Z Downloaded bb8 v0.8.6
1502026-07-01T21:04:52.146Z Downloaded aead v0.5.2
1512026-07-01T21:04:52.150Z Downloaded adler2 v2.0.1
1522026-07-01T21:04:52.150Z Downloaded addr2line v0.25.1
1532026-07-01T21:04:52.153Z Downloaded cast v0.3.0
1542026-07-01T21:04:52.157Z Downloaded bit-vec v0.6.3
1552026-07-01T21:04:52.161Z Downloaded atty v0.2.14
1562026-07-01T21:04:52.161Z Downloaded camino-tempfile-ext v0.3.3
1572026-07-01T21:04:52.165Z Downloaded darling_macro v0.20.11
1582026-07-01T21:04:52.165Z Downloaded crc-catalog v2.4.0
1592026-07-01T21:04:52.165Z Downloaded aead v0.6.1
1602026-07-01T21:04:52.169Z Downloaded cbc v0.2.1
1612026-07-01T21:04:52.169Z Downloaded cookie v0.18.1
1622026-07-01T21:04:52.172Z Downloaded debug-ignore v1.0.5
1632026-07-01T21:04:52.172Z Downloaded base16ct v1.0.0
1642026-07-01T21:04:52.172Z Downloaded assert_matches v1.5.0
1652026-07-01T21:04:52.172Z Downloaded console v0.15.11
1662026-07-01T21:04:52.175Z Downloaded atomicwrites v0.4.4
1672026-07-01T21:04:52.176Z Downloaded async-stream v0.3.6
1682026-07-01T21:04:52.179Z Downloaded anstyle-parse v0.2.7
1692026-07-01T21:04:52.179Z Downloaded ascii-canvas v3.0.0
1702026-07-01T21:04:52.179Z Downloaded buf-list v1.1.2
1712026-07-01T21:04:52.182Z Downloaded cipher v0.5.2
1722026-07-01T21:04:52.182Z Downloaded cpufeatures v0.2.17
1732026-07-01T21:04:52.187Z Downloaded data-encoding v2.10.0
1742026-07-01T21:04:52.190Z Downloaded crossbeam-deque v0.8.6
1752026-07-01T21:04:52.190Z Downloaded bytes v1.11.1
1762026-07-01T21:04:52.193Z Downloaded base16ct v0.2.0
1772026-07-01T21:04:52.193Z Downloaded async-stream-impl v0.3.6
1782026-07-01T21:04:52.198Z Downloaded atomic-waker v1.1.2
1792026-07-01T21:04:52.198Z Downloaded corncobs v0.1.4
1802026-07-01T21:04:52.198Z Downloaded anstyle v1.0.14
1812026-07-01T21:04:52.201Z Downloaded colorchoice v1.0.4
1822026-07-01T21:04:52.201Z Downloaded anstyle-query v1.1.5
1832026-07-01T21:04:52.201Z Downloaded concurrent-queue v2.5.0
1842026-07-01T21:04:52.201Z Downloaded derive_builder v0.20.2
1852026-07-01T21:04:52.205Z Downloaded const_format_proc_macros v0.2.34
1862026-07-01T21:04:52.205Z Downloaded darling v0.21.3
1872026-07-01T21:04:52.209Z Downloaded cfg-if v1.0.4
1882026-07-01T21:04:52.212Z Downloaded chacha20 v0.9.1
1892026-07-01T21:04:52.212Z Downloaded console v0.16.2
1902026-07-01T21:04:52.212Z Downloaded anstream v0.6.21
1912026-07-01T21:04:52.215Z Downloaded ciborium-ll v0.2.2
1922026-07-01T21:04:52.215Z Downloaded constant_time_eq v0.3.1
1932026-07-01T21:04:52.221Z Downloaded cpubits v0.1.1
1942026-07-01T21:04:52.225Z Downloaded block-buffer v0.12.1
1952026-07-01T21:04:52.225Z Downloaded cargo-platform v0.3.2
1962026-07-01T21:04:52.225Z Downloaded async-object-pool v0.2.0
1972026-07-01T21:04:52.228Z Downloaded bcrypt-pbkdf v0.11.0
1982026-07-01T21:04:52.228Z Downloaded block-buffer v0.10.4
1992026-07-01T21:04:52.228Z Downloaded crc v3.4.0
2002026-07-01T21:04:52.231Z Downloaded cpufeatures v0.3.0
2012026-07-01T21:04:52.231Z Downloaded compression-core v0.4.31
2022026-07-01T21:04:52.231Z Downloaded clap_lex v1.0.0
2032026-07-01T21:04:52.236Z Downloaded crypto-common v0.2.2
2042026-07-01T21:04:52.236Z Downloaded darling_macro v0.13.4
2052026-07-01T21:04:52.236Z Downloaded convert_case v0.4.0
2062026-07-01T21:04:52.240Z Downloaded argon2 v0.5.3
2072026-07-01T21:04:52.240Z Downloaded ahash v0.8.12
2082026-07-01T21:04:52.240Z Downloaded cobs v0.3.0
2092026-07-01T21:04:52.243Z Downloaded defmt-parser v1.0.0
2102026-07-01T21:04:52.247Z Downloaded bitfield-struct v0.6.2
2112026-07-01T21:04:52.247Z Downloaded bit-set v0.5.3
2122026-07-01T21:04:52.252Z Downloaded castaway v0.2.4
2132026-07-01T21:04:52.256Z Downloaded darling_macro v0.21.3
2142026-07-01T21:04:52.256Z Downloaded cstr-argument v0.1.2
2152026-07-01T21:04:52.256Z Downloaded ciborium-io v0.2.2
2162026-07-01T21:04:52.256Z Downloaded bit-set v0.8.0
2172026-07-01T21:04:52.256Z Downloaded crc8 v0.1.1
2182026-07-01T21:04:52.259Z Downloaded derive_builder_macro v0.20.2
2192026-07-01T21:04:52.259Z Downloaded defmt v0.3.100
2202026-07-01T21:04:52.259Z Downloaded dof v0.3.0
2212026-07-01T21:04:52.260Z Downloaded bitflags v1.3.2
2222026-07-01T21:04:52.263Z Downloaded crunchy v0.2.4
2232026-07-01T21:04:52.263Z Downloaded darling_macro v0.23.0
2242026-07-01T21:04:52.263Z Downloaded crypto-common v0.1.7
2252026-07-01T21:04:52.266Z Downloaded crucible-workspace-hack v0.1.0
2262026-07-01T21:04:52.266Z Downloaded constant_time_eq v0.4.2
2272026-07-01T21:04:52.271Z Downloaded backtrace-ext v0.2.1
2282026-07-01T21:04:52.275Z Downloaded critical-section v1.2.0
2292026-07-01T21:04:52.276Z Downloaded cipher v0.4.4
2302026-07-01T21:04:52.279Z Downloaded difflib v0.4.0
2312026-07-01T21:04:52.279Z Downloaded const-oid v0.9.6
2322026-07-01T21:04:52.279Z Downloaded cmake v0.1.57
2332026-07-01T21:04:52.286Z Downloaded dof v0.4.0
2342026-07-01T21:04:52.290Z Downloaded dirs-sys-next v0.1.2
2352026-07-01T21:04:52.290Z Downloaded downcast-rs v2.0.2
2362026-07-01T21:04:52.290Z Downloaded diesel_table_macro_syntax v0.3.0
2372026-07-01T21:04:52.294Z Downloaded base64ct v1.8.3
2382026-07-01T21:04:52.294Z Downloaded bitfield-macros v0.19.4
2392026-07-01T21:04:52.294Z Downloaded dtrace-parser v0.3.0
2402026-07-01T21:04:52.294Z Downloaded dtrace-parser v0.2.0
2412026-07-01T21:04:52.297Z Downloaded cargo_metadata v0.23.1
2422026-07-01T21:04:52.297Z Downloaded display-error-chain v0.2.2
2432026-07-01T21:04:52.297Z Downloaded compression-codecs v0.4.37
2442026-07-01T21:04:52.301Z Downloaded bytecount v0.6.9
2452026-07-01T21:04:52.301Z Downloaded byteorder v1.5.0
2462026-07-01T21:04:52.304Z Downloaded bitfield v0.19.4
2472026-07-01T21:04:52.305Z Downloaded anstyle-parse v1.0.0
2482026-07-01T21:04:52.305Z Downloaded cassowary v0.3.0
2492026-07-01T21:04:52.308Z Downloaded document-features v0.2.12
2502026-07-01T21:04:52.308Z Downloaded daft-derive v0.1.7
2512026-07-01T21:04:52.311Z Downloaded ctutils v0.4.2
2522026-07-01T21:04:52.314Z Downloaded dropshot-api-manager-types v0.7.2
2532026-07-01T21:04:52.317Z Downloaded dyn-clone v1.0.20
2542026-07-01T21:04:52.320Z Downloaded darling v0.13.4
2552026-07-01T21:04:52.320Z Downloaded delegate v0.13.5
2562026-07-01T21:04:52.324Z Downloaded enum-as-inner v0.6.1
2572026-07-01T21:04:52.324Z Downloaded camino-tempfile v1.4.1
2582026-07-01T21:04:52.327Z Downloaded blowfish v0.10.0
2592026-07-01T21:04:52.327Z Downloaded env_filter v1.0.0
2602026-07-01T21:04:52.327Z Downloaded cfg_aliases v0.1.1
2612026-07-01T21:04:52.330Z Downloaded array-init v0.0.4
2622026-07-01T21:04:52.330Z Downloaded anstream v1.0.0
2632026-07-01T21:04:52.330Z Downloaded derive_builder_core v0.20.2
2642026-07-01T21:04:52.334Z Downloaded chacha20 v0.10.0
2652026-07-01T21:04:52.334Z Downloaded deranged v0.5.8
2662026-07-01T21:04:52.337Z Downloaded event-listener-strategy v0.5.4
2672026-07-01T21:04:52.337Z Downloaded escape8259 v0.5.3
2682026-07-01T21:04:52.337Z Downloaded bcs v0.1.6
2692026-07-01T21:04:52.340Z Downloaded arrayvec v0.7.6
2702026-07-01T21:04:52.340Z Downloaded convert_case v0.10.0
2712026-07-01T21:04:52.340Z Downloaded equivalent v1.0.2
2722026-07-01T21:04:52.343Z Downloaded colored v2.2.0
2732026-07-01T21:04:52.343Z Downloaded block-padding v0.4.2
2742026-07-01T21:04:52.343Z Downloaded fd-lock v4.0.4
2752026-07-01T21:04:52.346Z Downloaded digest v0.11.3
2762026-07-01T21:04:52.347Z Downloaded der_derive v0.7.3
2772026-07-01T21:04:52.351Z Downloaded curve25519-dalek-derive v0.1.1
2782026-07-01T21:04:52.351Z Downloaded csv-core v0.1.13
2792026-07-01T21:04:52.351Z Downloaded defmt v1.0.1
2802026-07-01T21:04:52.354Z Downloaded dirs-next v2.0.0
2812026-07-01T21:04:52.354Z Downloaded dunce v1.0.5
2822026-07-01T21:04:52.354Z Downloaded ctr v0.10.1
2832026-07-01T21:04:52.357Z Downloaded ecdsa v0.16.9
2842026-07-01T21:04:52.357Z Downloaded diesel-dtrace v0.5.0
2852026-07-01T21:04:52.361Z Downloaded daft v0.1.7
2862026-07-01T21:04:52.361Z Downloaded fixedbitset v0.4.2
2872026-07-01T21:04:52.361Z Downloaded derive-ex v0.1.8
2882026-07-01T21:04:52.361Z Downloaded byte-wrapper v0.1.0
2892026-07-01T21:04:52.364Z Downloaded float-cmp v0.10.0
2902026-07-01T21:04:52.365Z Downloaded displaydoc v0.2.5
2912026-07-01T21:04:52.367Z Downloaded float-ord v0.3.2
2922026-07-01T21:04:52.368Z Downloaded blake2b_simd v1.0.4
2932026-07-01T21:04:52.368Z Downloaded assert_cmd v2.1.2
2942026-07-01T21:04:52.371Z Downloaded form_urlencoded v1.2.2
2952026-07-01T21:04:52.371Z Downloaded foreign-types-shared v0.1.1
2962026-07-01T21:04:52.371Z Downloaded cfg-expr v0.20.6
2972026-07-01T21:04:52.374Z Downloaded criterion v0.7.0
2982026-07-01T21:04:52.377Z Downloaded cookie_store v0.22.1
2992026-07-01T21:04:52.380Z Downloaded foreign-types-shared v0.3.1
3002026-07-01T21:04:52.380Z Downloaded digest v0.10.7
3012026-07-01T21:04:52.380Z Downloaded colored v3.1.1
3022026-07-01T21:04:52.383Z Downloaded dsl_auto_type v0.2.0
3032026-07-01T21:04:52.383Z Downloaded clang-sys v1.8.1
3042026-07-01T21:04:52.386Z Downloaded cmov v0.5.4
3052026-07-01T21:04:52.386Z Downloaded either v1.15.0
3062026-07-01T21:04:52.389Z Downloaded defmt-macros v1.0.1
3072026-07-01T21:04:52.390Z Downloaded crossbeam-utils v0.8.21
3082026-07-01T21:04:52.394Z Downloaded ena v0.14.4
3092026-07-01T21:04:52.394Z Downloaded futures-io v0.3.32
3102026-07-01T21:04:52.394Z Downloaded futures-core v0.3.32
3112026-07-01T21:04:52.397Z Downloaded der v0.7.10
3122026-07-01T21:04:52.398Z Downloaded darling v0.20.11
3132026-07-01T21:04:52.401Z Downloaded funty v2.0.0
3142026-07-01T21:04:52.401Z Downloaded futures-sink v0.3.32
3152026-07-01T21:04:52.405Z Downloaded erased-serde v0.3.31
3162026-07-01T21:04:52.405Z Downloaded fxhash v0.2.1
3172026-07-01T21:04:52.406Z Downloaded futures-macro v0.3.32
3182026-07-01T21:04:52.406Z Downloaded enum_dispatch v0.3.13
3192026-07-01T21:04:52.409Z Downloaded ciborium v0.2.2
3202026-07-01T21:04:52.409Z Downloaded ghash v0.6.0
3212026-07-01T21:04:52.409Z Downloaded gethostname v0.5.0
3222026-07-01T21:04:52.412Z Downloaded generic-array v0.14.7
3232026-07-01T21:04:52.412Z Downloaded git-stub v1.0.0
3242026-07-01T21:04:52.412Z Downloaded anyhow v1.0.102
3252026-07-01T21:04:52.416Z Downloaded fixedbitset v0.5.7
3262026-07-01T21:04:52.416Z Downloaded bzip2 v0.4.4
3272026-07-01T21:04:52.419Z Downloaded datatest-stable v0.3.3
3282026-07-01T21:04:52.419Z Downloaded cancel-safe-futures v0.1.5
3292026-07-01T21:04:52.422Z Downloaded ff v0.14.0
3302026-07-01T21:04:52.425Z Downloaded des v0.9.0
3312026-07-01T21:04:52.425Z Downloaded filetime v0.2.27
3322026-07-01T21:04:52.425Z Downloaded globwalk v0.9.1
3332026-07-01T21:04:52.457Z Downloaded fs-err v2.11.0
3342026-07-01T21:04:52.457Z Downloaded find-msvc-tools v0.1.9
3352026-07-01T21:04:52.457Z Downloaded errno v0.3.14
3362026-07-01T21:04:52.457Z Downloaded hash32 v0.3.1
3372026-07-01T21:04:52.457Z Downloaded blake2 v0.10.6
3382026-07-01T21:04:52.458Z Downloaded heck v0.5.0
3392026-07-01T21:04:52.458Z Downloaded heck v0.4.1
3402026-07-01T21:04:52.458Z Downloaded guppy-workspace-hack v0.1.0
3412026-07-01T21:04:52.458Z Downloaded aes v0.9.1
3422026-07-01T21:04:52.458Z Downloaded diff v0.1.13
3432026-07-01T21:04:52.458Z Downloaded backon v1.6.0
3442026-07-01T21:04:52.458Z Downloaded fs_extra v1.3.0
3452026-07-01T21:04:52.458Z Downloaded flagset v0.4.7
3462026-07-01T21:04:52.458Z Downloaded clap_derive v4.6.1
3472026-07-01T21:04:52.458Z Downloaded ff v0.13.1
3482026-07-01T21:04:52.458Z Downloaded foldhash v0.1.5
3492026-07-01T21:04:52.458Z Downloaded fallible-iterator v0.2.0
3502026-07-01T21:04:52.458Z Downloaded async-trait v0.1.89
3512026-07-01T21:04:52.458Z Downloaded fs-err v3.3.0
3522026-07-01T21:04:52.458Z Downloaded arc-swap v1.8.2
3532026-07-01T21:04:52.458Z Downloaded fastrand v2.3.0
3542026-07-01T21:04:52.462Z Downloaded headers-core v0.3.0
3552026-07-01T21:04:52.462Z Downloaded env_logger v0.11.9
3562026-07-01T21:04:52.462Z Downloaded compact_str v0.8.1
3572026-07-01T21:04:52.462Z Downloaded hex-literal v0.4.1
3582026-07-01T21:04:52.462Z Downloaded http-body v1.0.1
3592026-07-01T21:04:52.462Z Downloaded ecdsa v0.17.0-rc.18
3602026-07-01T21:04:52.468Z Downloaded hostname v0.3.1
3612026-07-01T21:04:52.468Z Downloaded home v0.5.12
3622026-07-01T21:04:52.468Z Downloaded blake2 v0.11.0-rc.6
3632026-07-01T21:04:52.468Z Downloaded hex v0.4.3
3642026-07-01T21:04:52.471Z Downloaded futures-task v0.3.32
3652026-07-01T21:04:52.471Z Downloaded chacha20poly1305 v0.10.1
3662026-07-01T21:04:52.471Z Downloaded futures-executor v0.3.32
3672026-07-01T21:04:52.471Z Downloaded hex-literal v1.1.0
3682026-07-01T21:04:52.475Z Downloaded bitflags v2.11.0
3692026-07-01T21:04:52.475Z Downloaded const-oid v0.10.2
3702026-07-01T21:04:52.478Z Downloaded hostname v0.4.2
3712026-07-01T21:04:52.478Z Downloaded hubpack_derive v0.1.1
3722026-07-01T21:04:52.478Z Downloaded hyper-tls v0.6.0
3732026-07-01T21:04:52.481Z Downloaded http-range v0.1.5
3742026-07-01T21:04:52.481Z Downloaded httpdate v1.0.3
3752026-07-01T21:04:52.481Z Downloaded futures-timer v3.0.3
3762026-07-01T21:04:52.484Z Downloaded camino v1.2.2
3772026-07-01T21:04:52.484Z Downloaded base64 v0.22.1
3782026-07-01T21:04:52.488Z Downloaded derive-where v1.6.0
3792026-07-01T21:04:52.491Z Downloaded derive_more v0.99.20
3802026-07-01T21:04:52.491Z Downloaded event-listener v5.4.1
3812026-07-01T21:04:52.494Z Downloaded globset v0.4.18
3822026-07-01T21:04:52.494Z Downloaded hash32 v0.2.1
3832026-07-01T21:04:52.497Z Downloaded ident_case v1.0.1
3842026-07-01T21:04:52.498Z Downloaded foldhash v0.2.0
3852026-07-01T21:04:52.498Z Downloaded glob v0.3.3
3862026-07-01T21:04:52.501Z Downloaded group v0.14.0
3872026-07-01T21:04:52.501Z Downloaded group v0.13.0
3882026-07-01T21:04:52.501Z Downloaded async-lock v3.4.2
3892026-07-01T21:04:52.504Z Downloaded idna_adapter v1.2.1
3902026-07-01T21:04:52.504Z Downloaded darling_core v0.13.4
3912026-07-01T21:04:52.507Z Downloaded darling v0.23.0
3922026-07-01T21:04:52.510Z Downloaded illumos-nvpair-sys v0.2.0
3932026-07-01T21:04:52.511Z Downloaded darling_core v0.20.11
3942026-07-01T21:04:52.514Z Downloaded const_format v0.2.35
3952026-07-01T21:04:52.517Z Downloaded dropshot_endpoint v0.17.1
3962026-07-01T21:04:52.517Z Downloaded drift v0.2.0
3972026-07-01T21:04:52.522Z Downloaded is_ci v1.2.0
3982026-07-01T21:04:52.526Z Downloaded instant v0.1.13
3992026-07-01T21:04:52.526Z Downloaded inout v0.2.2
4002026-07-01T21:04:52.529Z Downloaded is_terminal_polyfill v1.70.2
4012026-07-01T21:04:52.529Z Downloaded inout v0.1.4
4022026-07-01T21:04:52.529Z Downloaded is-terminal v0.4.17
4032026-07-01T21:04:52.529Z Downloaded internet-checksum v0.2.1
4042026-07-01T21:04:52.532Z Downloaded clap v4.6.1
4052026-07-01T21:04:52.535Z Downloaded itoa v1.0.17
4062026-07-01T21:04:52.535Z Downloaded getrandom v0.2.17
4072026-07-01T21:04:52.538Z Downloaded elliptic-curve v0.14.0-rc.33
4082026-07-01T21:04:52.541Z Downloaded instability v0.3.11
4092026-07-01T21:04:52.542Z Downloaded indent_write v2.2.0
4102026-07-01T21:04:52.542Z Downloaded elliptic-curve v0.13.8
4112026-07-01T21:04:52.545Z Downloaded kstat-rs v0.2.4
4122026-07-01T21:04:52.545Z Downloaded kem v0.3.0
4132026-07-01T21:04:52.548Z Downloaded hubpack v0.1.2
4142026-07-01T21:04:52.548Z Downloaded http-body-util v0.1.3
4152026-07-01T21:04:52.548Z Downloaded keccak v0.1.6
4162026-07-01T21:04:52.551Z Downloaded humantime v2.3.0
4172026-07-01T21:04:52.551Z Downloaded darling_core v0.23.0
4182026-07-01T21:04:52.557Z Downloaded chumsky v0.9.3
4192026-07-01T21:04:52.557Z Downloaded illumos-nvpair v0.3.0
4202026-07-01T21:04:52.560Z Downloaded libscf-sys v1.1.0
4212026-07-01T21:04:52.561Z Downloaded futures-channel v0.3.32
4222026-07-01T21:04:52.561Z Downloaded crc-any v2.5.0
4232026-07-01T21:04:52.561Z Downloaded ed25519 v3.0.0
4242026-07-01T21:04:52.561Z Downloaded crc32fast v1.5.0
4252026-07-01T21:04:52.564Z Downloaded hyper-staticfile v0.10.1
4262026-07-01T21:04:52.564Z Downloaded lazy_static v1.5.0
4272026-07-01T21:04:52.569Z Downloaded lalrpop-util v0.19.12
4282026-07-01T21:04:52.569Z Downloaded git-stub-vcs v0.1.0
4292026-07-01T21:04:52.569Z Downloaded darling_core v0.21.3
4302026-07-01T21:04:52.572Z Downloaded crossbeam-epoch v0.9.18
4312026-07-01T21:04:52.572Z Downloaded fatfs v0.3.6
4322026-07-01T21:04:52.575Z Downloaded ed25519 v2.2.3
4332026-07-01T21:04:52.575Z Downloaded bzip2 v0.6.1
4342026-07-01T21:04:52.575Z Downloaded argon2 v0.6.0-rc.8
4352026-07-01T21:04:52.579Z Downloaded foreign-types-macros v0.2.3
4362026-07-01T21:04:52.579Z Downloaded backtrace v0.3.76
4372026-07-01T21:04:52.583Z Downloaded impl-trait-for-tuples v0.2.3
4382026-07-01T21:04:52.583Z Downloaded foreign-types v0.5.0
4392026-07-01T21:04:52.588Z Downloaded foreign-types v0.3.2
4402026-07-01T21:04:52.588Z Downloaded fnv v1.0.7
4412026-07-01T21:04:52.588Z Downloaded criterion-plot v0.6.0
4422026-07-01T21:04:52.588Z Downloaded lru-cache v0.1.2
4432026-07-01T21:04:52.588Z Downloaded lru v0.12.5
4442026-07-01T21:04:52.591Z Downloaded linkme-impl v0.3.35
4452026-07-01T21:04:52.591Z Downloaded linked-hash-map v0.5.6
4462026-07-01T21:04:52.591Z Downloaded cfg_aliases v0.2.1
4472026-07-01T21:04:52.591Z Downloaded bit-vec v0.8.0
4482026-07-01T21:04:52.592Z Downloaded ingot v0.1.1
4492026-07-01T21:04:52.594Z Downloaded async-bb8-diesel v0.2.1
4502026-07-01T21:04:52.594Z Downloaded indoc v2.0.7
4512026-07-01T21:04:52.598Z Downloaded lzss v0.8.2
4522026-07-01T21:04:52.598Z Downloaded lru-slab v0.1.2
4532026-07-01T21:04:52.601Z Downloaded indoc v1.0.9
4542026-07-01T21:04:52.601Z Downloaded maybe-uninit v2.0.0
4552026-07-01T21:04:52.601Z Downloaded md5 v0.8.0
4562026-07-01T21:04:52.605Z Downloaded md-5 v0.10.6
4572026-07-01T21:04:52.605Z Downloaded ipnetwork v0.21.1
4582026-07-01T21:04:52.605Z Downloaded memmap v0.7.0
4592026-07-01T21:04:52.608Z Downloaded ipnet v2.11.0
4602026-07-01T21:04:52.608Z Downloaded miette-derive v5.10.0
4612026-07-01T21:04:52.608Z Downloaded jobserver v0.1.34
4622026-07-01T21:04:52.611Z Downloaded hickory-client v0.25.2
4632026-07-01T21:04:52.612Z Downloaded getrandom v0.4.1
4642026-07-01T21:04:52.615Z Downloaded getrandom v0.3.4
4652026-07-01T21:04:52.618Z Downloaded mime v0.3.17
4662026-07-01T21:04:52.618Z Downloaded keccak v0.2.0
4672026-07-01T21:04:52.618Z Downloaded hmac v0.12.1
4682026-07-01T21:04:52.621Z Downloaded highway v1.3.0
4692026-07-01T21:04:52.621Z Downloaded futures v0.3.32
4702026-07-01T21:04:52.624Z Downloaded iana-time-zone v0.1.65
4712026-07-01T21:04:52.628Z Downloaded hyper-rustls v0.27.7
4722026-07-01T21:04:52.628Z Downloaded generic-array v1.4.3
4732026-07-01T21:04:52.631Z Downloaded hybrid-array v0.4.13
4742026-07-01T21:04:52.631Z Downloaded knuffel-derive v3.2.0
4752026-07-01T21:04:52.634Z Downloaded newtype_derive v0.1.6
4762026-07-01T21:04:52.635Z Downloaded newline-converter v0.3.0
4772026-07-01T21:04:52.635Z Downloaded new_debug_unreachable v1.0.6
4782026-07-01T21:04:52.635Z Downloaded httptest v0.16.4
4792026-07-01T21:04:52.638Z Downloaded normalize-line-endings v0.3.0
4802026-07-01T21:04:52.638Z Downloaded newtype-uuid-macros v0.1.0
4812026-07-01T21:04:52.638Z Downloaded nibble_vec v0.1.0
4822026-07-01T21:04:52.642Z Downloaded nonempty v0.12.0
4832026-07-01T21:04:52.642Z Downloaded libloading v0.8.9
4842026-07-01T21:04:52.642Z Downloaded libefi-sys v0.1.0
4852026-07-01T21:04:52.645Z Downloaded nodrop v0.1.14
4862026-07-01T21:04:52.646Z Downloaded httparse v1.10.1
4872026-07-01T21:04:52.646Z Downloaded libsw-core v0.3.2
4882026-07-01T21:04:52.646Z Downloaded async-compression v0.4.41
4892026-07-01T21:04:52.649Z Downloaded linear-map v1.2.0
4902026-07-01T21:04:52.653Z Downloaded flume v0.11.1
4912026-07-01T21:04:52.658Z Downloaded num-derive v0.4.2
4922026-07-01T21:04:52.658Z Downloaded derive_more v2.1.1
4932026-07-01T21:04:52.661Z Downloaded ingot-macros v0.1.1
4942026-07-01T21:04:52.665Z Downloaded num-conv v0.2.0
4952026-07-01T21:04:52.665Z Downloaded lock_api v0.4.14
4962026-07-01T21:04:52.665Z Downloaded linkme v0.3.35
4972026-07-01T21:04:52.668Z Downloaded half v2.7.1
4982026-07-01T21:04:52.668Z Downloaded num-iter v0.1.45
4992026-07-01T21:04:52.668Z Downloaded num_enum_derive v0.5.11
5002026-07-01T21:04:52.671Z Downloaded ed25519-dalek v2.2.0
5012026-07-01T21:04:52.671Z Downloaded hmac v0.13.0
5022026-07-01T21:04:52.674Z Downloaded bumpalo v3.20.2
5032026-07-01T21:04:52.674Z Downloaded base64 v0.21.7
5042026-07-01T21:04:52.677Z Downloaded mime_guess v2.0.5
5052026-07-01T21:04:52.677Z Downloaded num-derive v0.3.3
5062026-07-01T21:04:52.680Z Downloaded num_threads v0.1.7
5072026-07-01T21:04:52.681Z Downloaded nanorand v0.7.0
5082026-07-01T21:04:52.684Z Downloaded multimap v0.10.1
5092026-07-01T21:04:52.684Z Downloaded ar_archive_writer v0.5.1
5102026-07-01T21:04:52.687Z Downloaded allocator-api2 v0.2.21
5112026-07-01T21:04:52.687Z Downloaded nested v0.1.1
5122026-07-01T21:04:52.687Z Downloaded memoffset v0.9.1
5132026-07-01T21:04:52.690Z Downloaded native-tls v0.2.18
5142026-07-01T21:04:52.690Z Downloaded newtype-uuid v1.3.2
5152026-07-01T21:04:52.690Z Downloaded derive_more-impl v2.1.1
5162026-07-01T21:04:52.693Z Downloaded maplit v1.0.2
5172026-07-01T21:04:52.697Z Downloaded opaque-debug v0.3.1
5182026-07-01T21:04:52.697Z Downloaded icu_properties v2.1.2
5192026-07-01T21:04:52.697Z Downloaded libsw v3.5.0
5202026-07-01T21:04:52.700Z Downloaded managed v0.8.0
5212026-07-01T21:04:52.700Z Downloaded macaddr v1.0.1
5222026-07-01T21:04:52.700Z Downloaded crossbeam-channel v0.5.15
5232026-07-01T21:04:52.703Z Downloaded match_cfg v0.1.0
5242026-07-01T21:04:52.703Z Downloaded ingot-types v0.1.2
5252026-07-01T21:04:52.707Z Downloaded half v1.8.3
5262026-07-01T21:04:52.707Z Downloaded libtest-mimic v0.8.1
5272026-07-01T21:04:52.707Z Downloaded crypto-bigint v0.5.5
5282026-07-01T21:04:52.710Z Downloaded num v0.4.3
5292026-07-01T21:04:52.713Z Downloaded multer v3.1.0
5302026-07-01T21:04:52.713Z Downloaded nu-ansi-term v0.50.3
5312026-07-01T21:04:52.716Z Downloaded openssl-probe v0.2.1
5322026-07-01T21:04:52.716Z Downloaded oso-derive v0.27.3
5332026-07-01T21:04:52.716Z Downloaded openssl-probe v0.1.6
5342026-07-01T21:04:52.720Z Downloaded packed_struct_codegen v0.10.1
5352026-07-01T21:04:52.720Z Downloaded openssl-macros v0.1.1
5362026-07-01T21:04:52.720Z Downloaded module-lattice v0.2.3
5372026-07-01T21:04:52.720Z Downloaded flate2 v1.1.9
5382026-07-01T21:04:52.725Z Downloaded parse-size v1.1.0
5392026-07-01T21:04:52.725Z Downloaded parking v2.2.1
5402026-07-01T21:04:52.728Z Downloaded fancy-regex v0.14.0
5412026-07-01T21:04:52.728Z Downloaded cexpr v0.6.0
5422026-07-01T21:04:52.728Z Downloaded anes v0.1.6
5432026-07-01T21:04:52.731Z Downloaded endian-type v0.1.2
5442026-07-01T21:04:52.731Z Downloaded embedded-io v0.6.1
5452026-07-01T21:04:52.731Z Downloaded indexmap v1.9.3
5462026-07-01T21:04:52.734Z Downloaded heapless v0.8.0
5472026-07-01T21:04:52.738Z Downloaded ignore v0.4.25
5482026-07-01T21:04:52.738Z Downloaded num-complex v0.4.6
5492026-07-01T21:04:52.743Z Downloaded pathdiff v0.2.3
5502026-07-01T21:04:52.743Z Downloaded num-integer v0.1.46
5512026-07-01T21:04:52.743Z Downloaded icu_provider v2.1.1
5522026-07-01T21:04:52.747Z Downloaded password-hash v0.6.1
5532026-07-01T21:04:52.747Z Downloaded parse-display v0.10.0
5542026-07-01T21:04:52.747Z Downloaded peg-runtime v0.8.5
5552026-07-01T21:04:52.747Z Downloaded embedded-io v0.4.0
5562026-07-01T21:04:52.747Z Downloaded litemap v0.8.1
5572026-07-01T21:04:52.750Z Downloaded num_enum_derive v0.7.6
5582026-07-01T21:04:52.750Z Downloaded headers v0.4.1
5592026-07-01T21:04:52.753Z Downloaded num_enum v0.5.11
5602026-07-01T21:04:52.756Z Downloaded percent-encoding v2.3.2
5612026-07-01T21:04:52.759Z Downloaded path-slash v0.1.5
5622026-07-01T21:04:52.764Z Downloaded phf_shared v0.13.1
5632026-07-01T21:04:52.767Z Downloaded oorandom v11.1.5
5642026-07-01T21:04:52.767Z Downloaded num-rational v0.4.2
5652026-07-01T21:04:52.767Z Downloaded memmap2 v0.9.10
5662026-07-01T21:04:52.770Z Downloaded olpc-cjson v0.1.4
5672026-07-01T21:04:52.773Z Downloaded icu_normalizer_data v2.1.1
5682026-07-01T21:04:52.773Z Downloaded diesel_derives v2.3.7
5692026-07-01T21:04:52.776Z Downloaded phf_shared v0.11.3
5702026-07-01T21:04:52.780Z Downloaded ed25519-dalek v3.0.0-rc.0
5712026-07-01T21:04:52.780Z Downloaded num_enum v0.7.6
5722026-07-01T21:04:52.783Z Downloaded phf_shared v0.12.1
5732026-07-01T21:04:52.786Z Downloaded libbz2-rs-sys v0.2.2
5742026-07-01T21:04:52.794Z Downloaded plotters-backend v0.3.7
5752026-07-01T21:04:52.798Z Downloaded icu_normalizer v2.1.1
5762026-07-01T21:04:52.801Z Downloaded indicatif v0.18.4
5772026-07-01T21:04:52.804Z Downloaded log v0.4.29
5782026-07-01T21:04:52.804Z Downloaded parse-display-derive v0.10.0
5792026-07-01T21:04:52.807Z Downloaded oxnet v0.1.6
5802026-07-01T21:04:52.807Z Downloaded plotters-svg v0.3.7
5812026-07-01T21:04:52.807Z Downloaded plain v0.2.3
5822026-07-01T21:04:52.810Z Downloaded icu_locale_core v2.1.1
5832026-07-01T21:04:52.813Z Downloaded litrs v1.0.0
5842026-07-01T21:04:52.813Z Downloaded der v0.8.0
5852026-07-01T21:04:52.817Z Downloaded heapless v0.7.17
5862026-07-01T21:04:52.822Z Downloaded predicates-core v1.0.10
5872026-07-01T21:04:52.822Z Downloaded pem-rfc7468 v0.7.0
5882026-07-01T21:04:52.826Z Downloaded precomputed-hash v0.1.1
5892026-07-01T21:04:52.826Z Downloaded password-hash v0.5.0
5902026-07-01T21:04:52.826Z Downloaded partial-io v0.5.4
5912026-07-01T21:04:52.826Z Downloaded pretty-hex v0.4.1
5922026-07-01T21:04:52.831Z Downloaded clap_builder v4.6.0
5932026-07-01T21:04:52.834Z Downloaded potential_utf v0.1.4
5942026-07-01T21:04:52.834Z Downloaded pem-rfc7468 v1.0.0
5952026-07-01T21:04:52.834Z Downloaded cc v1.2.56
5962026-07-01T21:04:52.835Z Downloaded predicates-tree v1.0.13
5972026-07-01T21:04:52.835Z Downloaded pem v3.0.6
5982026-07-01T21:04:52.840Z Downloaded peg v0.8.5
5992026-07-01T21:04:52.840Z Downloaded pbkdf2 v0.13.0
6002026-07-01T21:04:52.843Z Downloaded proc-macro-error-attr v1.0.4
6012026-07-01T21:04:52.843Z Downloaded proc-macro-crate v3.4.0
6022026-07-01T21:04:52.843Z Downloaded proc-macro-crate v1.3.1
6032026-07-01T21:04:52.843Z Downloaded phf v0.13.1
6042026-07-01T21:04:52.843Z Downloaded phf v0.12.1
6052026-07-01T21:04:52.846Z Downloaded powerfmt v0.2.0
6062026-07-01T21:04:52.846Z Downloaded path-tree v0.8.3
6072026-07-01T21:04:52.846Z Downloaded paste v1.0.15
6082026-07-01T21:04:52.850Z Downloaded hickory-resolver v0.24.4
6092026-07-01T21:04:52.850Z Downloaded proc-macro-error-attr2 v2.0.0
6102026-07-01T21:04:52.853Z Downloaded ml-kem v0.3.2
6112026-07-01T21:04:52.853Z Downloaded knuffel v3.2.0
6122026-07-01T21:04:52.856Z Downloaded owo-colors v4.3.0
6132026-07-01T21:04:52.856Z Downloaded phc v0.6.1
6142026-07-01T21:04:52.863Z Downloaded packed_struct v0.10.1
6152026-07-01T21:04:52.866Z Downloaded once_cell v1.21.3
6162026-07-01T21:04:52.866Z Downloaded pin-project-lite v0.2.17
6172026-07-01T21:04:52.869Z Downloaded oxide-tokio-rt v0.1.4
6182026-07-01T21:04:52.873Z Downloaded crossterm v0.28.1
6192026-07-01T21:04:52.877Z Downloaded progenitor-macro v0.13.0
6202026-07-01T21:04:52.877Z Downloaded pkcs8 v0.10.2
6212026-07-01T21:04:52.880Z Downloaded aes-gcm v0.11.0
6222026-07-01T21:04:52.880Z Downloaded expectorate v1.2.0
6232026-07-01T21:04:52.883Z Downloaded postgres-protocol v0.6.10
6242026-07-01T21:04:52.883Z Downloaded owo-colors v3.5.0
6252026-07-01T21:04:52.887Z Downloaded parking_lot v0.12.5
6262026-07-01T21:04:52.887Z Downloaded psl-types v2.0.11
6272026-07-01T21:04:52.887Z Downloaded progenitor-client v0.14.0
6282026-07-01T21:04:52.890Z Downloaded progenitor-macro v0.14.0
6292026-07-01T21:04:52.893Z Downloaded pkg-config v0.3.32
6302026-07-01T21:04:52.896Z Downloaded parking_lot v0.11.2
6312026-07-01T21:04:52.897Z Downloaded pest_derive v2.8.6
6322026-07-01T21:04:52.900Z Downloaded predicates v3.1.4
6332026-07-01T21:04:52.903Z Downloaded parking_lot_core v0.8.6
6342026-07-01T21:04:52.903Z Downloaded radium v0.7.0
6352026-07-01T21:04:52.906Z Downloaded miniz_oxide v0.8.9
6362026-07-01T21:04:52.906Z Downloaded num-traits v0.2.19
6372026-07-01T21:04:52.910Z Downloaded peg-macros v0.8.5
6382026-07-01T21:04:52.915Z Downloaded proc-macro-error v1.0.4
6392026-07-01T21:04:52.918Z Downloaded jiff-static v0.2.21
6402026-07-01T21:04:52.921Z Downloaded pkcs1 v0.8.0-rc.4
6412026-07-01T21:04:52.921Z Downloaded pest_generator v2.8.6
6422026-07-01T21:04:52.924Z Downloaded ppv-lite86 v0.2.21
6432026-07-01T21:04:52.924Z Downloaded polyval v0.7.1
6442026-07-01T21:04:52.929Z Downloaded hickory-resolver v0.25.2
6452026-07-01T21:04:52.933Z Downloaded progenitor-extras v0.2.0
6462026-07-01T21:04:52.933Z Downloaded rand_chacha v0.3.1
6472026-07-01T21:04:52.933Z Downloaded omicron-zone-package v0.12.3
6482026-07-01T21:04:52.933Z Downloaded progenitor v0.13.0
6492026-07-01T21:04:52.936Z Downloaded recursive-proc-macro-impl v0.1.1
6502026-07-01T21:04:52.936Z Downloaded ref-cast v1.0.25
6512026-07-01T21:04:52.942Z Downloaded recursive v0.1.1
6522026-07-01T21:04:52.942Z Downloaded primeorder v0.13.6
6532026-07-01T21:04:52.945Z Downloaded icu_collections v2.1.1
6542026-07-01T21:04:52.949Z Downloaded rand_xorshift v0.4.0
6552026-07-01T21:04:52.949Z Downloaded pkcs1 v0.7.5
6562026-07-01T21:04:52.949Z Downloaded pin-project-internal v1.1.11
6572026-07-01T21:04:52.952Z Downloaded ref-cast-impl v1.0.25
6582026-07-01T21:04:52.952Z Downloaded oso v0.27.3
6592026-07-01T21:04:52.955Z Downloaded progenitor-client v0.13.0
6602026-07-01T21:04:52.955Z Downloaded progenitor v0.14.0
6612026-07-01T21:04:52.955Z Downloaded blake3 v1.8.5
6622026-07-01T21:04:52.959Z Downloaded poly1305 v0.9.0
6632026-07-01T21:04:52.969Z Downloaded parking_lot_core v0.9.12
6642026-07-01T21:04:52.969Z Downloaded poly1305 v0.8.0
6652026-07-01T21:04:52.975Z Downloaded rfc6979 v0.4.0
6662026-07-01T21:04:52.976Z Downloaded psm v0.1.30
6672026-07-01T21:04:52.976Z Downloaded dropshot-api-manager v0.7.2
6682026-07-01T21:04:52.976Z Downloaded crossterm v0.29.0
6692026-07-01T21:04:52.979Z Downloaded papergrid v0.17.0
6702026-07-01T21:04:52.983Z Downloaded rfc6979 v0.5.0
6712026-07-01T21:04:52.983Z Downloaded r2d2 v0.8.10
6722026-07-01T21:04:52.983Z Downloaded russh-cryptovec v0.61.0
6732026-07-01T21:04:52.991Z Downloaded quote v1.0.45
6742026-07-01T21:04:52.991Z Downloaded hickory-server v0.25.2
6752026-07-01T21:04:52.995Z Downloaded minimal-lexical v0.2.1
6762026-07-01T21:04:52.995Z Downloaded proc-macro-error2 v2.0.1
6772026-07-01T21:04:52.995Z Downloaded russh-util v0.52.0
6782026-07-01T21:04:52.995Z Downloaded rtoolbox v0.0.3
6792026-07-01T21:04:52.998Z Downloaded primefield v0.14.0
6802026-07-01T21:04:53.002Z Downloaded rand_core v0.6.4
6812026-07-01T21:04:53.005Z Downloaded rustc-hash v2.1.1
6822026-07-01T21:04:53.005Z Downloaded rand_core v0.10.0
6832026-07-01T21:04:53.005Z Downloaded rand_core v0.9.5
6842026-07-01T21:04:53.009Z Downloaded primeorder v0.14.0-rc.10
6852026-07-01T21:04:53.009Z Downloaded rustc_version v0.1.7
6862026-07-01T21:04:53.009Z Downloaded rand_seeder v0.4.0
6872026-07-01T21:04:53.012Z Downloaded rustc_version v0.4.1
6882026-07-01T21:04:53.012Z Downloaded chrono v0.4.44
6892026-07-01T21:04:53.016Z Downloaded rand_chacha v0.9.0
6902026-07-01T21:04:53.019Z Downloaded hyper-util v0.1.20
6912026-07-01T21:04:53.019Z Downloaded p384 v0.14.0-rc.10
6922026-07-01T21:04:53.022Z Downloaded pin-project v1.1.11
6932026-07-01T21:04:53.027Z Downloaded sapling-renderdag v0.1.0
6942026-07-01T21:04:53.031Z Downloaded same-file v1.0.6
6952026-07-01T21:04:53.031Z Downloaded pkcs8 v0.11.0
6962026-07-01T21:04:53.034Z Downloaded aho-corasick v1.1.4
6972026-07-01T21:04:53.038Z Downloaded pkcs5 v0.8.1
6982026-07-01T21:04:53.038Z Downloaded indexmap v2.14.0
6992026-07-01T21:04:53.042Z Downloaded scroll_derive v0.12.1
7002026-07-01T21:04:53.042Z Downloaded bindgen v0.71.1
7012026-07-01T21:04:53.047Z Downloaded quick-error v1.2.3
7022026-07-01T21:04:53.052Z Downloaded p256 v0.14.0-rc.10
7032026-07-01T21:04:53.052Z Downloaded papergrid v0.11.0
7042026-07-01T21:04:53.052Z Downloaded scopeguard v1.2.0
7052026-07-01T21:04:53.052Z Downloaded scheduled-thread-pool v0.2.7
7062026-07-01T21:04:53.062Z Downloaded hashbrown v0.12.3
7072026-07-01T21:04:53.062Z Downloaded rust-argon2 v2.1.0
7082026-07-01T21:04:53.066Z Downloaded seq-macro v0.3.6
7092026-07-01T21:04:53.066Z Downloaded scroll_derive v0.13.1
7102026-07-01T21:04:53.066Z Downloaded resolv-conf v0.7.6
7112026-07-01T21:04:53.066Z Downloaded semver v0.1.20
7122026-07-01T21:04:53.066Z Downloaded quinn-udp v0.5.14
7132026-07-01T21:04:53.066Z Downloaded prefix-trie v0.7.0
7142026-07-01T21:04:53.066Z Downloaded secrecy v0.10.3
7152026-07-01T21:04:53.066Z Downloaded postcard v1.1.3
7162026-07-01T21:04:53.070Z Downloaded postgres-types v0.2.12
7172026-07-01T21:04:53.070Z Downloaded memchr v2.8.0
7182026-07-01T21:04:53.073Z Downloaded pest_meta v2.8.6
7192026-07-01T21:04:53.074Z Downloaded miette v5.10.0
7202026-07-01T21:04:53.079Z Downloaded rustls-pemfile v2.2.0
7212026-07-01T21:04:53.079Z Downloaded secrecy v0.8.0
7222026-07-01T21:04:53.082Z Downloaded rustc-demangle v0.1.27
7232026-07-01T21:04:53.082Z Downloaded serde_bytes v0.11.19
7242026-07-01T21:04:53.082Z Downloaded serde-big-array v0.5.1
7252026-07-01T21:04:53.082Z Downloaded serde_regex v1.1.0
7262026-07-01T21:04:53.082Z Downloaded rustls-native-certs v0.8.3
7272026-07-01T21:04:53.086Z Downloaded itertools v0.10.5
7282026-07-01T21:04:53.089Z Downloaded openssl-sys v0.9.115
7292026-07-01T21:04:53.092Z Downloaded http v1.4.2
7302026-07-01T21:04:53.095Z Downloaded relative-path v1.9.3
7312026-07-01T21:04:53.099Z Downloaded rusty-fork v0.3.1
7322026-07-01T21:04:53.099Z Downloaded serde_spanned v0.6.9
7332026-07-01T21:04:53.104Z Downloaded serde_urlencoded v0.7.1
7342026-07-01T21:04:53.108Z Downloaded serde_repr v0.1.20
7352026-07-01T21:04:53.108Z Downloaded progenitor-impl v0.13.0
7362026-07-01T21:04:53.111Z Downloaded serde_plain v1.0.2
7372026-07-01T21:04:53.111Z Downloaded rustversion v1.0.22
7382026-07-01T21:04:53.114Z Downloaded proc-macro2 v1.0.106
7392026-07-01T21:04:53.114Z Downloaded sha1 v0.11.0
7402026-07-01T21:04:53.117Z Downloaded hashbrown v0.13.2
7412026-07-01T21:04:53.121Z Downloaded internal-russh-num-bigint v0.5.0
7422026-07-01T21:04:53.124Z Downloaded hashbrown v0.15.5
7432026-07-01T21:04:53.124Z Downloaded hashbrown v0.14.5
7442026-07-01T21:04:53.128Z Downloaded scroll v0.13.0
7452026-07-01T21:04:53.131Z Downloaded schemars_derive v0.8.22
7462026-07-01T21:04:53.131Z Downloaded serde_spanned v1.1.1
7472026-07-01T21:04:53.135Z Downloaded signal-hook-mio v0.2.5
7482026-07-01T21:04:53.135Z Downloaded signal-hook-tokio v0.3.1
7492026-07-01T21:04:53.139Z Downloaded prettyplease v0.2.37
7502026-07-01T21:04:53.142Z Downloaded mio v1.2.0
7512026-07-01T21:04:53.148Z Downloaded shell-words v1.1.1
7522026-07-01T21:04:53.151Z Downloaded serde_derive_internals v0.29.1
7532026-07-01T21:04:53.151Z Downloaded serde-hex v0.1.0
7542026-07-01T21:04:53.154Z Downloaded siphasher v1.0.2
7552026-07-01T21:04:53.157Z Downloaded sigpipe v0.1.3
7562026-07-01T21:04:53.157Z Downloaded signature v2.2.0
7572026-07-01T21:04:53.161Z Downloaded sec1 v0.8.1
7582026-07-01T21:04:53.161Z Downloaded serde_path_to_error v0.1.20
7592026-07-01T21:04:53.161Z Downloaded slog-bunyan v2.5.0
7602026-07-01T21:04:53.164Z Downloaded signature v3.0.0
7612026-07-01T21:04:53.164Z Downloaded sec1 v0.7.3
7622026-07-01T21:04:53.164Z Downloaded scrypt v0.12.0
7632026-07-01T21:04:53.167Z Downloaded smawk v0.3.2
7642026-07-01T21:04:53.167Z Downloaded slog-envlogger v2.2.0
7652026-07-01T21:04:53.170Z Downloaded nom v7.1.3
7662026-07-01T21:04:53.175Z Downloaded rcgen v0.12.1
7672026-07-01T21:04:53.180Z Downloaded salsa20 v0.11.0
7682026-07-01T21:04:53.185Z Downloaded libxml v0.3.3
7692026-07-01T21:04:53.191Z Downloaded serde_tokenstream v0.2.3
7702026-07-01T21:04:53.195Z Downloaded progenitor-impl v0.14.0
7712026-07-01T21:04:53.195Z Downloaded ron v0.8.1
7722026-07-01T21:04:53.202Z Downloaded serde_with_macros v1.5.2
7732026-07-01T21:04:53.205Z Downloaded idna v1.1.0
7742026-07-01T21:04:53.208Z Downloaded itertools v0.12.1
7752026-07-01T21:04:53.211Z Downloaded num-bigint v0.4.6
7762026-07-01T21:04:53.215Z Downloaded sqlparser_derive v0.5.0
7772026-07-01T21:04:53.215Z Downloaded shlex v1.3.0
7782026-07-01T21:04:53.218Z Downloaded sha2 v0.10.9
7792026-07-01T21:04:53.218Z Downloaded stable_deref_trait v1.2.1
7802026-07-01T21:04:53.218Z Downloaded serdect v0.4.3
7812026-07-01T21:04:53.223Z Downloaded sha1 v0.10.6
7822026-07-01T21:04:53.223Z Downloaded crypto-primes v0.7.2
7832026-07-01T21:04:53.226Z Downloaded signal-hook-registry v1.4.8
7842026-07-01T21:04:53.226Z Downloaded scroll v0.12.0
7852026-07-01T21:04:53.226Z Downloaded rstest v0.25.0
7862026-07-01T21:04:53.229Z Downloaded hashbrown v0.17.0
7872026-07-01T21:04:53.233Z Downloaded pretty_assertions v1.4.1
7882026-07-01T21:04:53.236Z Downloaded itertools v0.13.0
7892026-07-01T21:04:53.239Z Downloaded slab v0.4.12
7902026-07-01T21:04:53.242Z Downloaded strum v0.26.3
7912026-07-01T21:04:53.243Z Downloaded structmeta-derive v0.3.0
7922026-07-01T21:04:53.243Z Downloaded strum v0.27.2
7932026-07-01T21:04:53.243Z Downloaded structmeta v0.3.0
7942026-07-01T21:04:53.246Z Downloaded strsim v0.11.1
7952026-07-01T21:04:53.246Z Downloaded slog-json v2.6.1
7962026-07-01T21:04:53.246Z Downloaded similar-asserts v1.7.0
7972026-07-01T21:04:53.246Z Downloaded simd-adler32 v0.3.8
7982026-07-01T21:04:53.249Z Downloaded rustls-pki-types v1.14.0
7992026-07-01T21:04:53.249Z Downloaded iri-string v0.7.10
8002026-07-01T21:04:53.253Z Downloaded rand_distr v0.5.1
8012026-07-01T21:04:53.256Z Downloaded rustls-platform-verifier v0.6.2
8022026-07-01T21:04:53.259Z Downloaded rayon-core v1.13.0
8032026-07-01T21:04:53.262Z Downloaded subtle v2.6.1
8042026-07-01T21:04:53.262Z Downloaded slog-term v2.9.2
8052026-07-01T21:04:53.265Z Downloaded slog-dtrace v0.3.0
8062026-07-01T21:04:53.265Z Downloaded smallvec v0.6.14
8072026-07-01T21:04:53.268Z Downloaded slog-async v2.8.0
8082026-07-01T21:04:53.268Z Downloaded snafu-derive v0.8.9
8092026-07-01T21:04:53.268Z Downloaded sync-ptr v0.1.4
8102026-07-01T21:04:53.271Z Downloaded supports-color v3.0.2
8112026-07-01T21:04:53.271Z Downloaded sqlformat v0.3.5
8122026-07-01T21:04:53.271Z Downloaded tabwriter v1.4.1
8132026-07-01T21:04:53.274Z Downloaded ryu v1.0.23
8142026-07-01T21:04:53.275Z Downloaded sync_wrapper v1.0.2
8152026-07-01T21:04:53.275Z Downloaded supports-unicode v2.1.0
8162026-07-01T21:04:53.278Z Downloaded swrite v0.1.0
8172026-07-01T21:04:53.278Z Downloaded supports-hyperlinks v2.1.0
8182026-07-01T21:04:53.278Z Downloaded supports-color v2.1.0
8192026-07-01T21:04:53.278Z Downloaded ssh-cipher v0.3.0-rc.9
8202026-07-01T21:04:53.282Z Downloaded spki v0.8.0
8212026-07-01T21:04:53.282Z Downloaded hashbrown v0.16.1
8222026-07-01T21:04:53.285Z Downloaded spki v0.7.3
8232026-07-01T21:04:53.285Z Downloaded semver v1.0.28
8242026-07-01T21:04:53.288Z Downloaded ssh-encoding v0.3.0-rc.9
8252026-07-01T21:04:53.289Z Downloaded publicsuffix v2.3.0
8262026-07-01T21:04:53.292Z Downloaded schemars v0.8.22
8272026-07-01T21:04:53.296Z Downloaded tap v1.0.1
8282026-07-01T21:04:53.299Z Downloaded take_mut v0.2.2
8292026-07-01T21:04:53.299Z Downloaded tagptr v0.2.0
8302026-07-01T21:04:53.299Z Downloaded tabled_derive v0.11.0
8312026-07-01T21:04:53.303Z Downloaded itertools v0.14.0
8322026-07-01T21:04:53.306Z Downloaded serde_derive v1.0.228
8332026-07-01T21:04:53.306Z Downloaded aws-lc-rs v1.16.3
8342026-07-01T21:04:53.311Z Downloaded target-triple v1.0.0
8352026-07-01T21:04:53.315Z Downloaded strum_macros v0.27.2
8362026-07-01T21:04:53.315Z Downloaded strum_macros v0.26.4
8372026-07-01T21:04:53.318Z Downloaded strsim v0.10.0
8382026-07-01T21:04:53.318Z Downloaded strip-ansi-escapes v0.2.1
8392026-07-01T21:04:53.318Z Downloaded stringmetrics v2.2.2
8402026-07-01T21:04:53.343Z Downloaded string_cache v0.8.9
8412026-07-01T21:04:53.343Z Downloaded testing_table v0.3.0
8422026-07-01T21:04:53.344Z Downloaded hyper v1.10.1
8432026-07-01T21:04:53.344Z Downloaded strum_macros v0.24.3
8442026-07-01T21:04:53.344Z Downloaded serde_core v1.0.228
8452026-07-01T21:04:53.344Z Downloaded slog-scope v4.4.1
8462026-07-01T21:04:53.344Z Downloaded hkdf v0.12.4
8472026-07-01T21:04:53.344Z Downloaded terminal_size v0.4.3
8482026-07-01T21:04:53.344Z Downloaded futures-util v0.3.32
8492026-07-01T21:04:53.344Z Downloaded stacker v0.1.23
8502026-07-01T21:04:53.344Z Downloaded support-bundle-viewer v0.1.2
8512026-07-01T21:04:53.344Z Downloaded smallvec v1.15.1
8522026-07-01T21:04:53.348Z Downloaded slog-stdlog v4.1.1
8532026-07-01T21:04:53.348Z Downloaded rand v0.8.6
8542026-07-01T21:04:53.348Z Downloaded terminal_size v0.1.17
8552026-07-01T21:04:53.348Z Downloaded tabled_derive v0.7.0
8562026-07-01T21:04:53.348Z Downloaded thread-id v4.2.2
8572026-07-01T21:04:53.348Z Downloaded stringprep v0.1.5
8582026-07-01T21:04:53.351Z Downloaded synstructure v0.13.2
8592026-07-01T21:04:53.351Z Downloaded qorb v0.4.1
8602026-07-01T21:04:53.355Z Downloaded spin v0.9.8
8612026-07-01T21:04:53.355Z Downloaded rsa v0.9.10
8622026-07-01T21:04:53.358Z Downloaded schemars v0.9.0
8632026-07-01T21:04:53.363Z Downloaded time-core v0.1.8
8642026-07-01T21:04:53.366Z Downloaded thread-id v5.1.0
8652026-07-01T21:04:53.366Z Downloaded thiserror-impl-no-std v2.0.2
8662026-07-01T21:04:53.366Z Downloaded serde_yaml v0.9.34+deprecated
8672026-07-01T21:04:53.369Z Downloaded target-lexicon v0.13.3
8682026-07-01T21:04:53.369Z Downloaded signal-hook v0.3.18
8692026-07-01T21:04:53.373Z Downloaded tinyvec_macros v0.1.1
8702026-07-01T21:04:53.373Z Downloaded bitvec v1.0.1
8712026-07-01T21:04:53.382Z Downloaded tokio-macros v2.7.0
8722026-07-01T21:04:53.385Z Downloaded termcolor v1.4.1
8732026-07-01T21:04:53.385Z Downloaded tokio-test v0.4.5
8742026-07-01T21:04:53.385Z Downloaded target-spec v3.5.7
8752026-07-01T21:04:53.389Z Downloaded similar v2.7.0
8762026-07-01T21:04:53.392Z Downloaded topological-sort v0.2.2
8772026-07-01T21:04:53.392Z Downloaded toml_datetime v0.6.11
8782026-07-01T21:04:53.392Z Downloaded hkdf v0.13.0
8792026-07-01T21:04:53.395Z Downloaded pest v2.8.6
8802026-07-01T21:04:53.399Z Downloaded rand v0.9.2
8812026-07-01T21:04:53.399Z Downloaded slog v2.8.2
8822026-07-01T21:04:53.403Z Downloaded tower-layer v0.3.3
8832026-07-01T21:04:53.403Z Downloaded termtree v0.5.1
8842026-07-01T21:04:53.407Z Downloaded termios v0.3.3
8852026-07-01T21:04:53.407Z Downloaded nom v8.0.0
8862026-07-01T21:04:53.410Z Downloaded thiserror-impl v1.0.69
8872026-07-01T21:04:53.410Z Downloaded thiserror-impl v2.0.18
8882026-07-01T21:04:53.410Z Downloaded thiserror v2.0.18
8892026-07-01T21:04:53.413Z Downloaded thiserror v1.0.69
8902026-07-01T21:04:53.416Z Downloaded tower-service v0.3.3
8912026-07-01T21:04:53.416Z Downloaded toml_write v0.1.2
8922026-07-01T21:04:53.420Z Downloaded tiny-keccak v2.0.2
8932026-07-01T21:04:53.420Z Downloaded thiserror-no-std v2.0.2
8942026-07-01T21:04:53.424Z Downloaded socket2 v0.5.10
8952026-07-01T21:04:53.424Z Downloaded samael v0.0.19
8962026-07-01T21:04:53.427Z Downloaded tinytemplate v1.2.1
8972026-07-01T21:04:53.431Z Downloaded try-lock v0.2.5
8982026-07-01T21:04:53.431Z Downloaded trait-variant v0.1.2
8992026-07-01T21:04:53.431Z Downloaded unit-prefix v0.5.2
9002026-07-01T21:04:53.431Z Downloaded typify-macro v0.6.2
9012026-07-01T21:04:53.434Z Downloaded unarray v0.1.4
9022026-07-01T21:04:53.434Z Downloaded tinystr v0.8.2
9032026-07-01T21:04:53.434Z Downloaded universal-hash v0.5.1
9042026-07-01T21:04:53.437Z Downloaded time-macros v0.2.27
9052026-07-01T21:04:53.437Z Downloaded unicode-truncate v1.1.0
9062026-07-01T21:04:53.440Z Downloaded schemars v1.2.1
9072026-07-01T21:04:53.447Z Downloaded unicode-xid v0.2.6
9082026-07-01T21:04:53.450Z Downloaded unicode-linebreak v0.1.5
9092026-07-01T21:04:53.450Z Downloaded tokio-tungstenite v0.21.0
9102026-07-01T21:04:53.450Z Downloaded tokio-tungstenite v0.23.1
9112026-07-01T21:04:53.453Z Downloaded tokio-native-tls v0.3.1
9122026-07-01T21:04:53.453Z Downloaded tokio-dtrace v0.1.1
9132026-07-01T21:04:53.457Z Downloaded untrusted v0.7.1
9142026-07-01T21:04:53.457Z Downloaded tls_codec_derive v0.4.2
9152026-07-01T21:04:53.457Z Downloaded universal-hash v0.6.1
9162026-07-01T21:04:53.460Z Downloaded usdt-attr-macro v0.5.0
9172026-07-01T21:04:53.461Z Downloaded usdt v0.6.0
9182026-07-01T21:04:53.461Z Downloaded term v0.7.0
9192026-07-01T21:04:53.461Z Downloaded tls_codec v0.4.2
9202026-07-01T21:04:53.464Z Downloaded thread_local v1.1.9
9212026-07-01T21:04:53.464Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9222026-07-01T21:04:53.464Z Downloaded usdt-attr-macro v0.6.0
9232026-07-01T21:04:53.467Z Downloaded serde v1.0.228
9242026-07-01T21:04:53.467Z Downloaded rand v0.10.1
9252026-07-01T21:04:53.470Z Downloaded usdt-macro v0.6.0
9262026-07-01T21:04:53.470Z Downloaded term v1.2.1
9272026-07-01T21:04:53.474Z Downloaded usdt v0.5.0
9282026-07-01T21:04:53.474Z Downloaded toml_writer v1.1.1+spec-1.1.0
9292026-07-01T21:04:53.477Z Downloaded untrusted v0.9.0
9302026-07-01T21:04:53.477Z Downloaded utf8_iter v1.0.4
9312026-07-01T21:04:53.477Z Downloaded tempfile v3.25.0
9322026-07-01T21:04:53.480Z Downloaded iddqd v0.4.2
9332026-07-01T21:04:53.483Z Downloaded libm v0.2.16
9342026-07-01T21:04:53.489Z Downloaded usdt-macro v0.5.0
9352026-07-01T21:04:53.492Z Downloaded tui-tree-widget v0.23.1
9362026-07-01T21:04:53.492Z Downloaded utf8parse v0.2.2
9372026-07-01T21:04:53.493Z Downloaded utf-8 v0.7.6
9382026-07-01T21:04:53.493Z Downloaded version_check v0.9.5
9392026-07-01T21:04:53.496Z Downloaded socket2 v0.6.3
9402026-07-01T21:04:53.496Z Downloaded rustls-webpki v0.103.9
9412026-07-01T21:04:53.499Z Downloaded p521 v0.14.0-rc.10
9422026-07-01T21:04:53.502Z Downloaded icu_properties_data v2.1.2
9432026-07-01T21:04:53.507Z Downloaded goblin v0.8.2
9442026-07-01T21:04:53.510Z Downloaded wait-timeout v0.2.1
9452026-07-01T21:04:53.510Z Downloaded static_assertions v1.1.0
9462026-07-01T21:04:53.513Z Downloaded void v1.0.2
9472026-07-01T21:04:53.513Z Downloaded want v0.3.1
9482026-07-01T21:04:53.514Z Downloaded serde_with_macros v3.17.0
9492026-07-01T21:04:53.514Z Downloaded sha2 v0.11.0
9502026-07-01T21:04:53.517Z Downloaded rstest_macros v0.25.0
9512026-07-01T21:04:53.520Z Downloaded waitgroup v0.1.2
9522026-07-01T21:04:53.520Z Downloaded quinn v0.11.9
9532026-07-01T21:04:53.523Z Downloaded guppy v0.17.25
9542026-07-01T21:04:53.527Z Downloaded unicase v2.9.0
9552026-07-01T21:04:53.527Z Downloaded num-bigint-dig v0.8.6
9562026-07-01T21:04:53.530Z Downloaded h2 v0.4.15
9572026-07-01T21:04:53.534Z Downloaded smf v0.2.3
9582026-07-01T21:04:53.537Z Downloaded serde_cbor v0.11.2
9592026-07-01T21:04:53.537Z Downloaded subprocess v0.2.15
9602026-07-01T21:04:53.541Z Downloaded tokio-rustls v0.26.4
9612026-07-01T21:04:53.541Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9622026-07-01T21:04:53.544Z Downloaded toml v0.8.23
9632026-07-01T21:04:53.544Z Downloaded rustyline v14.0.0
9642026-07-01T21:04:53.547Z Downloaded usdt-impl v0.6.0
9652026-07-01T21:04:53.550Z Downloaded yoke-derive v0.8.1
9662026-07-01T21:04:53.550Z Downloaded zerofrom-derive v0.1.6
9672026-07-01T21:04:53.550Z Downloaded zerofrom v0.1.6
9682026-07-01T21:04:53.555Z Downloaded xshell-macros v0.2.7
9692026-07-01T21:04:53.563Z Downloaded tracing-attributes v0.1.31
9702026-07-01T21:04:53.567Z Downloaded test-strategy v0.4.5
9712026-07-01T21:04:53.571Z Downloaded trybuild v1.0.116
9722026-07-01T21:04:53.574Z Downloaded zone_cfg_derive v0.3.1
9732026-07-01T21:04:53.578Z Downloaded vergen-git2 v9.1.0
9742026-07-01T21:04:53.578Z Downloaded twox-hash v2.1.2
9752026-07-01T21:04:53.578Z Downloaded snafu v0.8.9
9762026-07-01T21:04:53.581Z Downloaded vergen-lib v0.1.6
9772026-07-01T21:04:53.585Z Downloaded uzers v0.12.2
9782026-07-01T21:04:53.585Z Downloaded git2 v0.20.4
9792026-07-01T21:04:53.588Z Downloaded vergen-lib v9.1.0
9802026-07-01T21:04:53.592Z Downloaded ucd-trie v0.1.7
9812026-07-01T21:04:53.595Z Downloaded tinyvec v1.10.0
9822026-07-01T21:04:53.598Z Downloaded whoami v1.6.1
9832026-07-01T21:04:53.598Z Downloaded vsss-rs v3.3.4
9842026-07-01T21:04:53.601Z Downloaded tar v0.4.45
9852026-07-01T21:04:53.604Z Downloaded walkdir v2.5.0
9862026-07-01T21:04:53.604Z Downloaded toml_parser v1.1.2+spec-1.1.0
9872026-07-01T21:04:53.608Z Downloaded rpassword v7.4.0
9882026-07-01T21:04:53.608Z Downloaded whoami v2.1.0
9892026-07-01T21:04:53.608Z Downloaded rsa v0.10.0-rc.18
9902026-07-01T21:04:53.611Z Downloaded xattr v1.6.1
9912026-07-01T21:04:53.614Z Downloaded wyz v0.5.1
9922026-07-01T21:04:53.614Z Downloaded writeable v0.6.2
9932026-07-01T21:04:53.617Z Downloaded steno v0.4.1
9942026-07-01T21:04:53.620Z Downloaded xshell v0.2.7
9952026-07-01T21:04:53.623Z Downloaded tokio-stream v0.1.18
9962026-07-01T21:04:53.626Z Downloaded zeroize_derive v1.4.3
9972026-07-01T21:04:53.626Z Downloaded textwrap v0.16.2
9982026-07-01T21:04:53.626Z Downloaded usdt-impl v0.5.0
9992026-07-01T21:04:53.630Z Downloaded zeroize v1.8.2
10002026-07-01T21:04:53.630Z Downloaded toml v0.7.8
10012026-07-01T21:04:53.633Z Downloaded plotters v0.3.7
10022026-07-01T21:04:53.637Z Downloaded vergen-gitcl v1.0.8
10032026-07-01T21:04:53.640Z Downloaded zstd v0.13.3
10042026-07-01T21:04:53.643Z Downloaded serde_with v1.14.0
10052026-07-01T21:04:53.648Z Downloaded zstd-safe v7.2.4
10062026-07-01T21:04:53.648Z Downloaded textwrap v0.15.2
10072026-07-01T21:04:53.652Z Downloaded zone v0.3.1
10082026-07-01T21:04:53.652Z Downloaded zmij v1.0.21
10092026-07-01T21:04:53.652Z Downloaded zerovec-derive v0.11.2
10102026-07-01T21:04:53.652Z Downloaded vergen v9.1.0
10112026-07-01T21:04:53.652Z Downloaded tungstenite v0.23.0
10122026-07-01T21:04:53.656Z Downloaded tungstenite v0.21.0
10132026-07-01T21:04:53.656Z Downloaded tracing-core v0.1.36
10142026-07-01T21:04:53.664Z Downloaded unicode-properties v0.1.4
10152026-07-01T21:04:53.667Z Downloaded unicode-ident v1.0.24
10162026-07-01T21:04:53.671Z Downloaded unicode-bidi v0.3.18
10172026-07-01T21:04:53.681Z Downloaded toml v1.1.2+spec-1.1.0
10182026-07-01T21:04:53.684Z Downloaded toml_edit v0.23.10+spec-1.0.0
10192026-07-01T21:04:53.687Z Downloaded zerocopy v0.6.6
10202026-07-01T21:04:53.688Z Downloaded yoke v0.8.1
10212026-07-01T21:04:53.691Z Downloaded yasna v0.5.2
10222026-07-01T21:04:53.691Z Downloaded zerocopy-derive v0.7.35
10232026-07-01T21:04:53.694Z Downloaded toml_edit v0.22.27
10242026-07-01T21:04:53.697Z Downloaded reedline v0.40.0
10252026-07-01T21:04:53.703Z Downloaded goblin v0.10.5
10262026-07-01T21:04:53.706Z Downloaded reqwest v0.12.28
10272026-07-01T21:04:53.711Z Downloaded vte v0.14.1
10282026-07-01T21:04:53.715Z Downloaded typify v0.6.2
10292026-07-01T21:04:53.726Z Downloaded tokio-postgres v0.7.16
10302026-07-01T21:04:53.730Z Downloaded unsafe-libyaml v0.2.11
10312026-07-01T21:04:53.733Z Downloaded moka v0.12.13
10322026-07-01T21:04:53.739Z Downloaded regex v1.12.3
10332026-07-01T21:04:53.743Z Downloaded curve25519-dalek v4.1.3
10342026-07-01T21:04:53.747Z Downloaded p384 v0.13.1
10352026-07-01T21:04:53.750Z Downloaded crypto-bigint v0.7.5
10362026-07-01T21:04:53.759Z Downloaded uuid v1.23.4
10372026-07-01T21:04:53.762Z Downloaded reqwest v0.13.2
10382026-07-01T21:04:53.765Z Downloaded zopfli v0.8.3
10392026-07-01T21:04:53.769Z Downloaded rayon v1.11.0
10402026-07-01T21:04:53.772Z Downloaded portable-atomic v1.13.1
10412026-07-01T21:04:53.776Z Downloaded salty v0.3.0
10422026-07-01T21:04:53.780Z Downloaded lalrpop v0.19.12
10432026-07-01T21:04:53.786Z Downloaded quick-xml v0.37.5
10442026-07-01T21:04:53.792Z Downloaded unicode_categories v0.1.1
10452026-07-01T21:04:53.799Z Downloaded toml_edit v0.19.15
10462026-07-01T21:04:53.810Z Downloaded serde_json v1.0.150
10472026-07-01T21:04:53.814Z Downloaded proptest v1.10.0
10482026-07-01T21:04:53.819Z Downloaded zerotrie v0.2.3
10492026-07-01T21:04:53.822Z Downloaded tower v0.5.3
10502026-07-01T21:04:53.828Z Downloaded unicode-segmentation v1.12.0
10512026-07-01T21:04:53.831Z Downloaded ssh-key v0.7.0-rc.10
10522026-07-01T21:04:53.835Z Downloaded x509-cert v0.2.5
10532026-07-01T21:04:53.838Z Downloaded typenum v1.20.1
10542026-07-01T21:04:53.841Z Downloaded petname v2.0.2
10552026-07-01T21:04:53.846Z Downloaded gimli v0.32.3
10562026-07-01T21:04:53.849Z Downloaded curve25519-dalek v5.0.0-rc.0
10572026-07-01T21:04:53.854Z Downloaded yansi v1.0.1
10582026-07-01T21:04:53.858Z Downloaded object v0.30.4
10592026-07-01T21:04:53.861Z Downloaded url v2.5.8
10602026-07-01T21:04:53.864Z Downloaded tokio-util v0.7.18
10612026-07-01T21:04:53.868Z Downloaded serde_with v3.17.0
10622026-07-01T21:04:53.874Z Downloaded zip v0.6.6
10632026-07-01T21:04:53.877Z Downloaded radix_trie v0.2.1
10642026-07-01T21:04:53.881Z Downloaded unicode-normalization v0.1.25
10652026-07-01T21:04:53.884Z Downloaded typed-path v0.9.3
10662026-07-01T21:04:53.893Z Downloaded zerovec v0.11.5
10672026-07-01T21:04:53.896Z Downloaded dropshot v0.17.1
10682026-07-01T21:04:53.911Z Downloaded zerocopy-derive v0.8.40
10692026-07-01T21:04:53.922Z Downloaded openssl v0.10.79
10702026-07-01T21:04:53.941Z Downloaded regex-syntax v0.6.29
10712026-07-01T21:04:53.951Z Downloaded tough v0.22.0
10722026-07-01T21:04:53.955Z Downloaded winnow v0.7.14
10732026-07-01T21:04:53.961Z Downloaded tower-http v0.6.8
10742026-07-01T21:04:53.966Z Downloaded russh v0.61.2
10752026-07-01T21:04:53.976Z Downloaded nix v0.27.1
10762026-07-01T21:04:53.979Z Downloaded winnow v1.0.3
10772026-07-01T21:04:53.983Z Downloaded bstr v1.12.1
10782026-07-01T21:04:53.988Z Downloaded tabled v0.20.0
10792026-07-01T21:04:53.999Z Downloaded zip v4.6.1
10802026-07-01T21:04:54.003Z Downloaded quinn-proto v0.11.13
10812026-07-01T21:04:54.006Z Downloaded regex-syntax v0.8.10
10822026-07-01T21:04:54.011Z Downloaded unicode-width v0.1.14
10832026-07-01T21:04:54.015Z Downloaded unicode-width v0.2.0
10842026-07-01T21:04:54.019Z Downloaded syn v2.0.117
10852026-07-01T21:04:54.026Z Downloaded regress v0.10.5
10862026-07-01T21:04:54.043Z Downloaded rustix v1.1.3
10872026-07-01T21:04:54.058Z Downloaded nix v0.31.2
10882026-07-01T21:04:54.073Z Downloaded polar-core v0.27.3
10892026-07-01T21:04:54.081Z Downloaded tabled v0.15.0
10902026-07-01T21:04:54.090Z Downloaded winnow v0.6.26
10912026-07-01T21:04:54.096Z Downloaded winnow v0.5.40
10922026-07-01T21:04:54.101Z Downloaded zerocopy v0.7.35
10932026-07-01T21:04:54.113Z Downloaded hickory-proto v0.24.4
10942026-07-01T21:04:54.122Z Downloaded sha3 v0.11.0
10952026-07-01T21:04:54.126Z Downloaded nix v0.28.0
10962026-07-01T21:04:54.132Z Downloaded syn v1.0.109
10972026-07-01T21:04:54.139Z Downloaded diesel v2.3.7
10982026-07-01T21:04:54.152Z Downloaded zerocopy-derive v0.6.6
10992026-07-01T21:04:54.158Z Downloaded chrono-tz v0.10.4
11002026-07-01T21:04:54.171Z Downloaded smoltcp v0.9.1
11012026-07-01T21:04:54.176Z Downloaded object v0.37.3
11022026-07-01T21:04:54.183Z Downloaded jiff v0.2.21
11032026-07-01T21:04:54.195Z Downloaded zlib-rs v0.6.2
11042026-07-01T21:04:54.199Z Downloaded time v0.3.47
11052026-07-01T21:04:54.209Z Downloaded openapiv3 v2.2.0
11062026-07-01T21:04:54.214Z Downloaded libc v0.2.185
11072026-07-01T21:04:54.236Z Downloaded vcpkg v0.2.15
11082026-07-01T21:04:54.261Z Downloaded zerocopy v0.8.40
11092026-07-01T21:04:54.266Z Downloaded regress v0.11.1
11102026-07-01T21:04:54.272Z Downloaded smoltcp v0.11.0
11112026-07-01T21:04:54.280Z Downloaded rustix v0.38.44
11122026-07-01T21:04:54.293Z Downloaded rustls v0.23.41
11132026-07-01T21:04:54.306Z Downloaded libz-sys v1.1.24
11142026-07-01T21:04:54.319Z Downloaded hickory-proto v0.25.2
11152026-07-01T21:04:54.328Z Downloaded csv v1.4.0
11162026-07-01T21:04:54.365Z Downloaded encoding_rs v0.8.35
11172026-07-01T21:04:54.386Z Downloaded fiat-crypto v0.3.0
11182026-07-01T21:04:54.404Z Downloaded sqlparser v0.61.0
11192026-07-01T21:04:54.418Z Downloaded bzip2-sys v0.1.13+1.0.8
11202026-07-01T21:04:54.425Z Downloaded sled v0.34.7
11212026-07-01T21:04:54.431Z Downloaded ratatui v0.29.0
11222026-07-01T21:04:54.452Z Downloaded tracing v0.1.44
11232026-07-01T21:04:54.466Z Downloaded typify-impl v0.6.2
11242026-07-01T21:04:54.505Z Downloaded regex-automata v0.4.14
11252026-07-01T21:04:54.525Z Downloaded petgraph v0.6.5
11262026-07-01T21:04:54.590Z Downloaded petgraph v0.8.3
11272026-07-01T21:04:54.641Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11282026-07-01T21:04:54.652Z Downloaded sha3 v0.10.8
11292026-07-01T21:04:54.663Z Downloaded tokio v1.52.1
11302026-07-01T21:04:54.799Z Downloaded ring v0.17.14
11312026-07-01T21:04:54.846Z Downloaded httpmock v0.8.3
11322026-07-01T21:04:54.861Z Downloaded libgit2-sys v0.18.3+1.9.2
11332026-07-01T21:04:55.387Z Downloaded aws-lc-sys v0.40.0
11342026-07-01T21:04:55.812Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11352026-07-01T21:05:01.787Z Startup: Refreshing catalog 'helios' ... Done
11362026-07-01T21:05:01.898Z Startup: Caching catalogs ... Done
11372026-07-01T21:05:02.390ZPlanning: Solver setup ... Done (0.445s)
11382026-07-01T21:05:02.416ZPlanning: Running solver ... Done (0.026s)
11392026-07-01T21:05:02.428ZPlanning: Finding local manifests ... Done (0.003s)
11402026-07-01T21:05:02.441ZPlanning: Fetching manifests: 0/2 0% complete
11412026-07-01T21:05:02.460ZPlanning: Fetching manifests: 2/2 100% complete
11422026-07-01T21:05:02.475ZPlanning: Package planning ... Done (0.016s)
11432026-07-01T21:05:02.478ZPlanning: Merging actions ... Done (0.002s)
11442026-07-01T21:05:02.656ZPlanning: Checking for conflicting actions ... Done (0.174s)
11452026-07-01T21:05:02.656ZPlanning: Consolidating action changes ... Done (0.001s)
11462026-07-01T21:05:03.564ZPlanning: Evaluating mediators ... Done (0.912s)
11472026-07-01T21:05:03.567ZPlanning: Planning completed in 1.65 seconds
11482026-07-01T21:05:03.575Z Packages to install: 2
11492026-07-01T21:05:03.575Z Estimated space available: 155.79 GB
11502026-07-01T21:05:03.575ZEstimated space to be consumed: 30.98 MB
11512026-07-01T21:05:03.575Z Create boot environment: No
11522026-07-01T21:05:03.575ZCreate backup boot environment: No
11532026-07-01T21:05:03.575Z Rebuild boot archive: No
11542026-07-01T21:05:03.578Z
11552026-07-01T21:05:03.578ZChanged packages:
11562026-07-01T21:05:03.578Zhelios
11572026-07-01T21:05:03.578Z developer/build-essential
11582026-07-01T21:05:03.578Z None -> 11-3.0
11592026-07-01T21:05:03.578Z library/libxmlsec1
11602026-07-01T21:05:03.578Z None -> 1.2.35-3.0
11612026-07-01T21:05:03.601Z
11622026-07-01T21:05:03.601ZDownload: 0/214 items 0.0/1.3MB 0% complete
11632026-07-01T21:05:04.870ZDownload: Completed 1.28 MB in 1.27 seconds (1.0M/s)
11642026-07-01T21:05:04.974Z Actions: 1/268 actions (Installing new actions)
11652026-07-01T21:05:05.012Z Actions: Completed 268 actions in 0.04 seconds.
11662026-07-01T21:05:05.024ZFinalize: Updating package state database ... Done (0.011s)
11672026-07-01T21:05:05.024ZFinalize: Updating package cache ... Done (0.000s)
11682026-07-01T21:05:05.053ZFinalize: Updating image state ... Done (0.029s)
11692026-07-01T21:05:07.697ZFinalize: Creating fast lookup database ... Done (2.618s)
11702026-07-01T21:05:07.774ZFinalize: Reading search index ... Done (0.016s)
11712026-07-01T21:05:07.778ZFinalize: Updating search index ... Done (0.000s)
11722026-07-01T21:05:07.866ZFinalize: Updating package cache ... Done (0.000s)
11732026-07-01T21:05:08.188ZPlanning: Evaluating mediator changes ... Done
11742026-07-01T21:05:08.295ZPlanning: Checking for conflicting actions ... Done
11752026-07-01T21:05:08.298ZPlanning: Consolidating action changes ... Done
11762026-07-01T21:05:08.454ZPlanning: Evaluating mediators ... Done
11772026-07-01T21:05:08.457ZPlanning: Planning completed in 0.27 seconds
11782026-07-01T21:05:08.477Z Mediators to change: 2
11792026-07-01T21:05:08.477Z Create boot environment: No
11802026-07-01T21:05:08.477ZCreate backup boot environment: No
11812026-07-01T21:05:08.530ZFinalize: Updating package state database ... Done
11822026-07-01T21:05:08.530ZFinalize: Updating package cache ... Done
11832026-07-01T21:05:08.551ZFinalize: Updating image state ... Done
11842026-07-01T21:05:10.520ZFinalize: Creating fast lookup database ... Done
11852026-07-01T21:05:10.592ZFinalize: Reading search index ... Done
11862026-07-01T21:05:10.621ZFinalize: Updating search index ... Done
11872026-07-01T21:05:10.655ZFinalize: Updating package cache ... Done
11882026-07-01T21:05:10.949ZPlanning: Evaluating mediator changes ... Done
11892026-07-01T21:05:11.054ZPlanning: Checking for conflicting actions ... Done
11902026-07-01T21:05:11.080ZPlanning: Consolidating action changes ... Done
11912026-07-01T21:05:11.218ZPlanning: Evaluating mediators ... Done
11922026-07-01T21:05:11.227ZPlanning: Planning completed in 0.27 seconds
11932026-07-01T21:05:11.239Z Mediators to change: 1
11942026-07-01T21:05:11.239Z Create boot environment: No
11952026-07-01T21:05:11.239ZCreate backup boot environment: No
11962026-07-01T21:05:11.283ZFinalize: Updating package state database ... Done
11972026-07-01T21:05:11.283ZFinalize: Updating package cache ... Done
11982026-07-01T21:05:11.294ZFinalize: Updating image state ... Done
11992026-07-01T21:05:13.246ZFinalize: Creating fast lookup database ... Done
12002026-07-01T21:05:13.309ZFinalize: Reading search index ... Done
12012026-07-01T21:05:13.313ZFinalize: Updating search index ... Done
12022026-07-01T21:05:13.383ZFinalize: Updating package cache ... Done
12032026-07-01T21:05:13.704ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12042026-07-01T21:05:13.704Zapache system 2.4 system
12052026-07-01T21:05:13.704Zclang system 15 system
12062026-07-01T21:05:13.704Zcsh system system illumos
12072026-07-01T21:05:13.704Zctags system system illumos
12082026-07-01T21:05:13.704Zfile vendor vendor darwinsys
12092026-07-01T21:05:13.704Zfile system system illumos
12102026-07-01T21:05:13.705Zgcc vendor 14 vendor
12112026-07-01T21:05:13.705Zgcc system 13 system
12122026-07-01T21:05:13.705Zgcc system 10 system
12132026-07-01T21:05:13.705Zgo system 1.25 system
12142026-07-01T21:05:13.705Zllvm system 15 system
12152026-07-01T21:05:13.705Zmariadb system 11.4 system
12162026-07-01T21:05:13.705Zmta vendor vendor dma
12172026-07-01T21:05:13.705Zopenjdk system 17 system
12182026-07-01T21:05:13.705Zopenjdk system 11 system
12192026-07-01T21:05:13.705Zopenssl vendor 3 vendor
12202026-07-01T21:05:13.705Zperl system 5.40 system
12212026-07-01T21:05:13.705Zpostgresql system 18 system
12222026-07-01T21:05:13.705Zpostgresql system 17 system
12232026-07-01T21:05:13.705Zpython vendor 3 vendor
12242026-07-01T21:05:13.705Zpython system 2 system
12252026-07-01T21:05:13.705Zpython3 vendor 3.13 vendor
12262026-07-01T21:05:13.705Zruby system 3.4 system
12272026-07-01T21:05:13.705Zruby system 3.0 system
12282026-07-01T21:05:13.705Zwords vendor vendor american-english
12292026-07-01T21:05:13.705Zwords system system australian-english
12302026-07-01T21:05:13.705Zwords system system british-english
12312026-07-01T21:05:13.705Zwords system system canadian-english
12322026-07-01T21:05:13.705Zwords system system french
12332026-07-01T21:05:13.705Zwords system system italian
12342026-07-01T21:05:13.705Zwords system system ngerman
12352026-07-01T21:05:13.705Zwords system system ogerman
12362026-07-01T21:05:13.705Zwords system system spanish
12372026-07-01T21:05:13.960ZPUBLISHER TYPE STATUS P LOCATION
12382026-07-01T21:05:13.960Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12392026-07-01T21:05:14.272ZFMRI IFO
12402026-07-01T21:05:14.272Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12412026-07-01T21:05:14.272Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12422026-07-01T21:05:14.272Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12432026-07-01T21:05:14.272Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12442026-07-01T21:05:14.272Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12452026-07-01T21:05:14.272Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12462026-07-01T21:05:14.272Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12472026-07-01T21:05:14.272Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12482026-07-01T21:05:14.272Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12492026-07-01T21:05:14.809Z Downloading crates ...
12502026-07-01T21:05:14.868Z Downloaded cargo_toml v0.21.0
12512026-07-01T21:05:14.909Z Compiling proc-macro2 v1.0.106
12522026-07-01T21:05:14.909Z Compiling quote v1.0.45
12532026-07-01T21:05:14.913Z Compiling unicode-ident v1.0.24
12542026-07-01T21:05:14.913Z Compiling serde_core v1.0.228
12552026-07-01T21:05:14.913Z Compiling libc v0.2.185
12562026-07-01T21:05:14.913Z Compiling version_check v0.9.5
12572026-07-01T21:05:14.913Z Compiling memchr v2.8.0
12582026-07-01T21:05:14.913Z Compiling serde v1.0.228
12592026-07-01T21:05:14.913Z Compiling zmij v1.0.21
12602026-07-01T21:05:14.913Z Compiling itoa v1.0.17
12612026-07-01T21:05:14.913Z Compiling ucd-trie v0.1.7
12622026-07-01T21:05:14.913Z Compiling thiserror v1.0.69
12632026-07-01T21:05:14.913Z Compiling rustix v1.1.3
12642026-07-01T21:05:14.989Z Compiling byteorder v1.5.0
12652026-07-01T21:05:15.167Z Compiling serde_json v1.0.150
12662026-07-01T21:05:15.274Z Compiling bitflags v2.11.0
12672026-07-01T21:05:15.421Z Compiling camino v1.2.2
12682026-07-01T21:05:15.540Z Compiling pest v2.8.6
12692026-07-01T21:05:15.561Z Compiling syn v1.0.109
12702026-07-01T21:05:15.583Z Compiling plain v0.2.3
12712026-07-01T21:05:15.586Z Compiling proc-macro-error-attr v1.0.4
12722026-07-01T21:05:15.695Z Compiling usdt-impl v0.5.0
12732026-07-01T21:05:15.727Z Compiling proc-macro-error v1.0.4
12742026-07-01T21:05:15.751Z Compiling hashbrown v0.17.0
12752026-07-01T21:05:15.759Z Compiling log v0.4.29
12762026-07-01T21:05:15.793Z Compiling equivalent v1.0.2
12772026-07-01T21:05:15.855Z Compiling getrandom v0.4.1
12782026-07-01T21:05:15.872Z Compiling utf8parse v0.2.2
12792026-07-01T21:05:15.891Z Compiling colorchoice v1.0.4
12802026-07-01T21:05:15.894Z Compiling toml_write v0.1.2
12812026-07-01T21:05:15.955Z Compiling anstyle-parse v1.0.0
12822026-07-01T21:05:15.976Z Compiling errno v0.3.14
12832026-07-01T21:05:15.987Z Compiling thread-id v4.2.2
12842026-07-01T21:05:15.998Z Compiling autocfg v1.5.0
12852026-07-01T21:05:16.035Z Compiling anstyle-query v1.1.5
12862026-07-01T21:05:16.046Z Compiling cfg-if v1.0.4
12872026-07-01T21:05:16.057Z Compiling is_terminal_polyfill v1.70.2
12882026-07-01T21:05:16.077Z Compiling thiserror v2.0.18
12892026-07-01T21:05:16.088Z Compiling winnow v0.7.14
12902026-07-01T21:05:16.126Z Compiling anstyle v1.0.14
12912026-07-01T21:05:16.139Z Compiling pretty-hex v0.4.1
12922026-07-01T21:05:16.163Z Compiling anyhow v1.0.102
12932026-07-01T21:05:16.163Z Compiling fnv v1.0.7
12942026-07-01T21:05:16.184Z Compiling once_cell v1.21.3
12952026-07-01T21:05:16.266Z Compiling indexmap v2.14.0
12962026-07-01T21:05:16.298Z Compiling anstream v1.0.0
12972026-07-01T21:05:16.330Z Compiling clap_lex v1.0.0
12982026-07-01T21:05:16.368Z Compiling heck v0.4.1
12992026-07-01T21:05:16.425Z Compiling strsim v0.11.1
13002026-07-01T21:05:16.452Z Compiling fs-err v3.3.0
13012026-07-01T21:05:16.478Z Compiling syn v2.0.117
13022026-07-01T21:05:16.570Z Compiling fastrand v2.3.0
13032026-07-01T21:05:16.583Z Compiling unicode-width v0.1.14
13042026-07-01T21:05:16.614Z Compiling pest_meta v2.8.6
13052026-07-01T21:05:16.627Z Compiling bytecount v0.6.9
13062026-07-01T21:05:16.677Z Compiling heck v0.5.0
13072026-07-01T21:05:16.822Z Compiling memmap v0.7.0
13082026-07-01T21:05:16.833Z Compiling papergrid v0.11.0
13092026-07-01T21:05:16.874Z Compiling unicode-width v0.2.0
13102026-07-01T21:05:16.886Z Compiling smawk v0.3.2
13112026-07-01T21:05:16.900Z Compiling unicode-linebreak v0.1.5
13122026-07-01T21:05:16.957Z Compiling swrite v0.1.0
13132026-07-01T21:05:17.023Z Compiling terminal_size v0.4.3
13142026-07-01T21:05:17.033Z Compiling tempfile v3.25.0
13152026-07-01T21:05:17.119Z Compiling clap_builder v4.6.0
13162026-07-01T21:05:17.119Z Compiling textwrap v0.16.2
13172026-07-01T21:05:17.477Z Compiling semver v1.0.28
13182026-07-01T21:05:17.504Z Compiling cargo-platform v0.3.2
13192026-07-01T21:05:17.721Z Compiling camino-tempfile v1.4.1
13202026-07-01T21:05:17.979Z Compiling tabled_derive v0.7.0
13212026-07-01T21:05:18.678Z Compiling pest_generator v2.8.6
13222026-07-01T21:05:18.697Z Compiling tabled v0.15.0
13232026-07-01T21:05:19.167Z Compiling serde_derive v1.0.228
13242026-07-01T21:05:19.167Z Compiling thiserror-impl v1.0.69
13252026-07-01T21:05:19.171Z Compiling zerocopy-derive v0.7.35
13262026-07-01T21:05:19.171Z Compiling scroll_derive v0.12.1
13272026-07-01T21:05:19.171Z Compiling thiserror-impl v2.0.18
13282026-07-01T21:05:19.171Z Compiling clap_derive v4.6.1
13292026-07-01T21:05:19.220Z Compiling pest_derive v2.8.6
13302026-07-01T21:05:19.773Z Compiling scroll v0.12.0
13312026-07-01T21:05:19.898Z Compiling zerocopy v0.7.35
13322026-07-01T21:05:19.981Z Compiling goblin v0.8.2
13332026-07-01T21:05:20.162Z Compiling dtrace-parser v0.2.0
13342026-07-01T21:05:20.504Z Compiling clap v4.6.1
13352026-07-01T21:05:21.587Z Compiling serde_spanned v0.6.9
13362026-07-01T21:05:21.587Z Compiling toml_datetime v0.6.11
13372026-07-01T21:05:21.587Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13382026-07-01T21:05:21.587Z Compiling macaddr v1.0.1
13392026-07-01T21:05:21.591Z Compiling cargo_metadata v0.23.1
13402026-07-01T21:05:21.614Z Compiling dof v0.3.0
13412026-07-01T21:05:21.621Z Compiling serde_tokenstream v0.2.3
13422026-07-01T21:05:21.754Z Compiling toml_edit v0.22.27
13432026-07-01T21:05:22.286Z Compiling usdt-attr-macro v0.5.0
13442026-07-01T21:05:22.287Z Compiling usdt-macro v0.5.0
13452026-07-01T21:05:22.904Z Compiling usdt v0.5.0
13462026-07-01T21:05:23.021Z Compiling toml v0.8.23
13472026-07-01T21:05:23.337Z Compiling cargo_toml v0.21.0
13482026-07-01T21:05:24.644Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13492026-07-01T21:05:26.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s
13502026-07-01T21:05:26.670Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13512026-07-01T21:05:27.402Z Compiling libc v0.2.185
13522026-07-01T21:05:27.402Z Compiling serde_core v1.0.228
13532026-07-01T21:05:27.402Z Compiling serde v1.0.228
13542026-07-01T21:05:27.402Z Compiling log v0.4.29
13552026-07-01T21:05:27.407Z Compiling smallvec v1.15.1
13562026-07-01T21:05:27.407Z Compiling find-msvc-tools v0.1.9
13572026-07-01T21:05:27.407Z Compiling shlex v1.3.0
13582026-07-01T21:05:27.407Z Compiling subtle v2.6.1
13592026-07-01T21:05:27.407Z Compiling scopeguard v1.2.0
13602026-07-01T21:05:27.537Z Compiling stable_deref_trait v1.2.1
13612026-07-01T21:05:27.549Z Compiling typenum v1.20.1
13622026-07-01T21:05:27.610Z Compiling serde_json v1.0.150
13632026-07-01T21:05:27.614Z Compiling zerocopy v0.8.40
13642026-07-01T21:05:27.614Z Compiling portable-atomic v1.13.1
13652026-07-01T21:05:27.623Z Compiling syn v2.0.117
13662026-07-01T21:05:27.650Z Compiling pin-project-lite v0.2.17
13672026-07-01T21:05:27.693Z Compiling lock_api v0.4.14
13682026-07-01T21:05:27.720Z Compiling parking_lot_core v0.9.12
13692026-07-01T21:05:27.734Z Compiling pkg-config v0.3.32
13702026-07-01T21:05:27.737Z Compiling critical-section v1.2.0
13712026-07-01T21:05:27.782Z Compiling getrandom v0.4.1
13722026-07-01T21:05:27.815Z Compiling futures-core v0.3.32
13732026-07-01T21:05:27.820Z Compiling libm v0.2.16
13742026-07-01T21:05:27.824Z Compiling num-traits v0.2.19
13752026-07-01T21:05:27.865Z Compiling generic-array v0.14.7
13762026-07-01T21:05:27.903Z Compiling const-oid v0.9.6
13772026-07-01T21:05:27.916Z Compiling rand_core v0.10.0
13782026-07-01T21:05:27.960Z Compiling litemap v0.8.1
13792026-07-01T21:05:27.972Z Compiling percent-encoding v2.3.2
13802026-07-01T21:05:28.073Z Compiling writeable v0.6.2
13812026-07-01T21:05:28.125Z Compiling icu_properties_data v2.1.2
13822026-07-01T21:05:28.165Z Compiling icu_normalizer_data v2.1.1
13832026-07-01T21:05:28.189Z Compiling futures-sink v0.3.32
13842026-07-01T21:05:28.204Z Compiling futures-task v0.3.32
13852026-07-01T21:05:28.237Z Compiling futures-io v0.3.32
13862026-07-01T21:05:28.247Z Compiling slab v0.4.12
13872026-07-01T21:05:28.277Z Compiling futures-channel v0.3.32
13882026-07-01T21:05:28.300Z Compiling rustversion v1.0.22
13892026-07-01T21:05:28.316Z Compiling getrandom v0.3.4
13902026-07-01T21:05:28.319Z Compiling utf8_iter v1.0.4
13912026-07-01T21:05:28.446Z Compiling form_urlencoded v1.2.2
13922026-07-01T21:05:28.446Z Compiling fs_extra v1.3.0
13932026-07-01T21:05:28.473Z Compiling dunce v1.0.5
13942026-07-01T21:05:28.476Z Compiling ident_case v1.0.1
13952026-07-01T21:05:28.501Z Compiling rustix v1.1.3
13962026-07-01T21:05:28.519Z Compiling iana-time-zone v0.1.65
13972026-07-01T21:05:28.548Z Compiling jobserver v0.1.34
13982026-07-01T21:05:28.568Z Compiling errno v0.3.14
13992026-07-01T21:05:28.585Z Compiling getrandom v0.2.17
14002026-07-01T21:05:28.631Z Compiling mio v1.2.0
14012026-07-01T21:05:28.677Z Compiling socket2 v0.6.3
14022026-07-01T21:05:28.714Z Compiling signal-hook-registry v1.4.8
14032026-07-01T21:05:28.751Z Compiling cc v1.2.56
14042026-07-01T21:05:28.755Z Compiling rand_core v0.6.4
14052026-07-01T21:05:28.788Z Compiling once_cell v1.21.3
14062026-07-01T21:05:28.835Z Compiling parking_lot v0.12.5
14072026-07-01T21:05:28.919Z Compiling regex-syntax v0.8.10
14082026-07-01T21:05:28.948Z Compiling base64ct v1.8.3
14092026-07-01T21:05:28.963Z Compiling vcpkg v0.2.15
14102026-07-01T21:05:29.031Z Compiling tracing-core v0.1.36
14112026-07-01T21:05:29.067Z Compiling base64 v0.22.1
14122026-07-01T21:05:29.127Z Compiling flagset v0.4.7
14132026-07-01T21:05:29.151Z Compiling aws-lc-rs v1.16.3
14142026-07-01T21:05:29.164Z Compiling cmov v0.5.4
14152026-07-01T21:05:29.270Z Compiling rand_core v0.9.5
14162026-07-01T21:05:29.288Z Compiling pem-rfc7468 v0.7.0
14172026-07-01T21:05:29.304Z Compiling httparse v1.10.1
14182026-07-01T21:05:29.368Z Compiling tinyvec_macros v0.1.1
14192026-07-01T21:05:29.392Z Compiling openssl-probe v0.2.1
14202026-07-01T21:05:29.413Z Compiling ctutils v0.4.2
14212026-07-01T21:05:29.437Z Compiling tinyvec v1.10.0
14222026-07-01T21:05:29.451Z Compiling aho-corasick v1.1.4
14232026-07-01T21:05:29.492Z Compiling try-lock v0.2.5
14242026-07-01T21:05:29.573Z Compiling cmake v0.1.57
14252026-07-01T21:05:29.589Z Compiling schemars v0.8.22
14262026-07-01T21:05:29.589Z Compiling untrusted v0.7.1
14272026-07-01T21:05:29.613Z Compiling atomic-waker v1.1.2
14282026-07-01T21:05:29.625Z Compiling dyn-clone v1.0.20
14292026-07-01T21:05:29.640Z Compiling tower-layer v0.3.3
14302026-07-01T21:05:29.670Z Compiling tower-service v0.3.3
14312026-07-01T21:05:29.717Z Compiling want v0.3.1
14322026-07-01T21:05:29.729Z Compiling untrusted v0.9.0
14332026-07-01T21:05:29.759Z Compiling bitflags v2.11.0
14342026-07-01T21:05:29.763Z Compiling semver v1.0.28
14352026-07-01T21:05:29.786Z Compiling indexmap v2.14.0
14362026-07-01T21:05:29.786Z Compiling uuid v1.23.4
14372026-07-01T21:05:29.816Z Compiling cpufeatures v0.2.17
14382026-07-01T21:05:29.859Z Compiling foreign-types-shared v0.1.1
14392026-07-01T21:05:29.872Z Compiling rustls v0.23.41
14402026-07-01T21:05:29.896Z Compiling openssl v0.10.79
14412026-07-01T21:05:29.923Z Compiling httpdate v1.0.3
14422026-07-01T21:05:29.928Z Compiling unicode-normalization v0.1.25
14432026-07-01T21:05:30.006Z Compiling rustc_version v0.4.1
14442026-07-01T21:05:30.017Z Compiling foreign-types v0.3.2
14452026-07-01T21:05:30.079Z Compiling spin v0.9.8
14462026-07-01T21:05:30.100Z Compiling native-tls v0.2.18
14472026-07-01T21:05:30.115Z Compiling powerfmt v0.2.0
14482026-07-01T21:05:30.132Z Compiling crc32fast v1.5.0
14492026-07-01T21:05:30.159Z Compiling time-core v0.1.8
14502026-07-01T21:05:30.175Z Compiling num-conv v0.2.0
14512026-07-01T21:05:30.305Z Compiling deranged v0.5.8
14522026-07-01T21:05:30.318Z Compiling wait-timeout v0.2.1
14532026-07-01T21:05:30.333Z Compiling sync_wrapper v1.0.2
14542026-07-01T21:05:30.337Z Compiling time-macros v0.2.27
14552026-07-01T21:05:30.362Z Compiling simd-adler32 v0.3.8
14562026-07-01T21:05:30.366Z Compiling bit-vec v0.8.0
14572026-07-01T21:05:30.389Z Compiling aws-lc-sys v0.40.0
14582026-07-01T21:05:30.418Z Compiling openssl-sys v0.9.115
14592026-07-01T21:05:30.434Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14602026-07-01T21:05:30.472Z Compiling regex-automata v0.4.14
14612026-07-01T21:05:30.520Z Compiling siphasher v1.0.2
14622026-07-01T21:05:30.537Z Compiling synstructure v0.13.2
14632026-07-01T21:05:30.617Z Compiling pest_generator v2.8.6
14642026-07-01T21:05:30.630Z Compiling serde_derive_internals v0.29.1
14652026-07-01T21:05:30.642Z Compiling darling_core v0.20.11
14662026-07-01T21:05:30.710Z Compiling quick-error v1.2.3
14672026-07-01T21:05:30.832Z Compiling num_threads v0.1.7
14682026-07-01T21:05:30.882Z Compiling tempfile v3.25.0
14692026-07-01T21:05:30.949Z Compiling crossbeam-utils v0.8.21
14702026-07-01T21:05:31.191Z Compiling syn v1.0.109
14712026-07-01T21:05:31.202Z Compiling usdt-impl v0.6.0
14722026-07-01T21:05:31.215Z Compiling rusty-fork v0.3.1
14732026-07-01T21:05:31.284Z Compiling bit-set v0.8.0
14742026-07-01T21:05:31.315Z Compiling darling_core v0.21.3
14752026-07-01T21:05:31.343Z Compiling bzip2-sys v0.1.13+1.0.8
14762026-07-01T21:05:31.376Z Compiling heapless v0.7.17
14772026-07-01T21:05:31.464Z Compiling slog v2.8.2
14782026-07-01T21:05:31.483Z Compiling time v0.3.47
14792026-07-01T21:05:31.486Z Compiling rand_xorshift v0.4.0
14802026-07-01T21:05:31.537Z Compiling thread-id v5.1.0
14812026-07-01T21:05:31.568Z Compiling cookie v0.18.1
14822026-07-01T21:05:31.573Z Compiling ryu v1.0.23
14832026-07-01T21:05:31.594Z Compiling anyhow v1.0.102
14842026-07-01T21:05:31.609Z Compiling unarray v0.1.4
14852026-07-01T21:05:31.631Z Compiling unicode-bidi v0.3.18
14862026-07-01T21:05:31.657Z Compiling zstd-safe v7.2.4
14872026-07-01T21:05:31.681Z Compiling signal-hook v0.3.18
14882026-07-01T21:05:31.695Z Compiling unicode-properties v0.1.4
14892026-07-01T21:05:31.698Z Compiling iri-string v0.7.10
14902026-07-01T21:05:31.730Z Compiling allocator-api2 v0.2.21
14912026-07-01T21:05:31.776Z Compiling adler2 v2.0.1
14922026-07-01T21:05:31.791Z Compiling paste v1.0.15
14932026-07-01T21:05:31.907Z Compiling miniz_oxide v0.8.9
14942026-07-01T21:05:31.955Z Compiling stringprep v0.1.5
14952026-07-01T21:05:32.220Z Compiling camino v1.2.2
14962026-07-01T21:05:32.243Z Compiling curve25519-dalek v4.1.3
14972026-07-01T21:05:32.267Z Compiling num-integer v0.1.46
14982026-07-01T21:05:32.303Z Compiling serde_derive v1.0.228
14992026-07-01T21:05:32.481Z Compiling zeroize_derive v1.4.3
15002026-07-01T21:05:32.590Z Compiling zerofrom-derive v0.1.6
15012026-07-01T21:05:32.613Z Compiling yoke-derive v0.8.1
15022026-07-01T21:05:32.627Z Compiling zerovec-derive v0.11.2
15032026-07-01T21:05:32.630Z Compiling zerocopy-derive v0.8.40
15042026-07-01T21:05:32.656Z Compiling displaydoc v0.2.5
15052026-07-01T21:05:32.958Z Compiling tokio-macros v2.7.0
15062026-07-01T21:05:32.986Z Compiling futures-macro v0.3.32
15072026-07-01T21:05:33.164Z Compiling der_derive v0.7.3
15082026-07-01T21:05:33.195Z Compiling zeroize v1.8.2
15092026-07-01T21:05:33.311Z Compiling tracing-attributes v0.1.31
15102026-07-01T21:05:33.510Z Compiling thiserror-impl v2.0.18
15112026-07-01T21:05:33.754Z Compiling rustls-pki-types v1.14.0
15122026-07-01T21:05:33.834Z Compiling hybrid-array v0.4.13
15132026-07-01T21:05:33.838Z Compiling scroll_derive v0.13.1
15142026-07-01T21:05:33.871Z Compiling futures-util v0.3.32
15152026-07-01T21:05:33.971Z Compiling pest_derive v2.8.6
15162026-07-01T21:05:34.039Z Compiling zerofrom v0.1.6
15172026-07-01T21:05:34.075Z Compiling crypto-common v0.1.7
15182026-07-01T21:05:34.184Z Compiling yoke v0.8.1
15192026-07-01T21:05:34.244Z Compiling block-buffer v0.10.4
15202026-07-01T21:05:34.260Z Compiling schemars_derive v0.8.22
15212026-07-01T21:05:34.271Z Compiling der v0.7.10
15222026-07-01T21:05:34.399Z Compiling zerovec v0.11.5
15232026-07-01T21:05:34.438Z Compiling zerotrie v0.2.3
15242026-07-01T21:05:34.465Z Compiling digest v0.10.7
15252026-07-01T21:05:34.662Z Compiling darling_macro v0.20.11
15262026-07-01T21:05:34.725Z Compiling openssl-macros v0.1.1
15272026-07-01T21:05:34.747Z Compiling scroll v0.13.0
15282026-07-01T21:05:34.750Z Compiling hmac v0.12.1
15292026-07-01T21:05:34.774Z Compiling sha2 v0.10.9
15302026-07-01T21:05:34.788Z Compiling tracing v0.1.44
15312026-07-01T21:05:34.924Z Compiling tinystr v0.8.2
15322026-07-01T21:05:34.941Z Compiling potential_utf v0.1.4
15332026-07-01T21:05:34.955Z Compiling thiserror v2.0.18
15342026-07-01T21:05:35.051Z Compiling goblin v0.10.5
15352026-07-01T21:05:35.086Z Compiling icu_collections v2.1.1
15362026-07-01T21:05:35.090Z Compiling dtrace-parser v0.3.0
15372026-07-01T21:05:35.126Z Compiling icu_locale_core v2.1.1
15382026-07-01T21:05:35.153Z Compiling spki v0.7.3
15392026-07-01T21:05:35.230Z Compiling darling v0.20.11
15402026-07-01T21:05:35.319Z Compiling derive_builder_core v0.20.2
15412026-07-01T21:05:35.392Z Compiling pkcs8 v0.10.2
15422026-07-01T21:05:35.566Z Compiling thiserror-impl v1.0.69
15432026-07-01T21:05:35.609Z Compiling scroll_derive v0.12.1
15442026-07-01T21:05:35.638Z Compiling signature v2.2.0
15452026-07-01T21:05:35.680Z Compiling md-5 v0.10.6
15462026-07-01T21:05:35.841Z Compiling icu_provider v2.1.1
15472026-07-01T21:05:35.869Z Compiling block-buffer v0.12.1
15482026-07-01T21:05:35.901Z Compiling bytes v1.11.1
15492026-07-01T21:05:35.964Z Compiling chrono v0.4.44
15502026-07-01T21:05:36.054Z Compiling ipnet v2.11.0
15512026-07-01T21:05:36.087Z Compiling icu_properties v2.1.2
15522026-07-01T21:05:36.152Z Compiling icu_normalizer v2.1.1
15532026-07-01T21:05:36.165Z Compiling serde_urlencoded v0.7.1
15542026-07-01T21:05:36.220Z Compiling derive_builder_macro v0.20.2
15552026-07-01T21:05:36.234Z Compiling toml_datetime v0.6.11
15562026-07-01T21:05:36.290Z Compiling serde_tokenstream v0.2.3
15572026-07-01T21:05:36.348Z Compiling scroll v0.12.0
15582026-07-01T21:05:36.429Z Compiling tokio v1.52.1
15592026-07-01T21:05:36.503Z Compiling http v1.4.2
15602026-07-01T21:05:36.536Z Compiling erased-serde v0.3.31
15612026-07-01T21:05:36.570Z Compiling serde_spanned v0.6.9
15622026-07-01T21:05:36.623Z Compiling block-padding v0.4.2
15632026-07-01T21:05:36.636Z Compiling crypto-common v0.2.2
15642026-07-01T21:05:36.708Z Compiling rustls-native-certs v0.8.3
15652026-07-01T21:05:36.748Z Compiling darling_macro v0.21.3
15662026-07-01T21:05:36.751Z Compiling bstr v1.12.1
15672026-07-01T21:05:36.796Z Compiling async-trait v0.1.89
15682026-07-01T21:05:36.895Z Compiling thiserror v1.0.69
15692026-07-01T21:05:37.008Z Compiling idna_adapter v1.2.1
15702026-07-01T21:05:37.013Z Compiling zerocopy-derive v0.7.35
15712026-07-01T21:05:37.041Z Compiling pin-project-internal v1.1.11
15722026-07-01T21:05:37.165Z Compiling idna v1.1.0
15732026-07-01T21:05:37.210Z Compiling ppv-lite86 v0.2.21
15742026-07-01T21:05:37.278Z Compiling http-body v1.0.1
15752026-07-01T21:05:37.301Z Compiling vergen-lib v9.1.0
15762026-07-01T21:05:37.382Z Compiling hash32 v0.2.1
15772026-07-01T21:05:37.407Z Compiling http-body-util v0.1.3
15782026-07-01T21:05:37.455Z Compiling url v2.5.8
15792026-07-01T21:05:37.522Z Compiling rand_chacha v0.9.0
15802026-07-01T21:05:37.553Z Compiling rand_chacha v0.3.1
15812026-07-01T21:05:37.591Z Compiling memoffset v0.9.1
15822026-07-01T21:05:37.670Z Compiling encoding_rs v0.8.35
15832026-07-01T21:05:37.778Z Compiling rand v0.9.2
15842026-07-01T21:05:37.826Z Compiling dof v0.4.0
15852026-07-01T21:05:37.846Z Compiling fallible-iterator v0.2.0
15862026-07-01T21:05:37.880Z Compiling mime v0.3.17
15872026-07-01T21:05:37.939Z Compiling ref-cast v1.0.25
15882026-07-01T21:05:38.187Z Compiling smoltcp v0.9.1
15892026-07-01T21:05:38.216Z Compiling litrs v1.0.0
15902026-07-01T21:05:38.231Z Compiling rustix v0.38.44
15912026-07-01T21:05:38.245Z Compiling cfg_aliases v0.2.1
15922026-07-01T21:05:38.280Z Compiling num-bigint-dig v0.8.6
15932026-07-01T21:05:38.302Z Compiling psl-types v2.0.11
15942026-07-01T21:05:38.334Z Compiling zlib-rs v0.6.2
15952026-07-01T21:05:38.409Z Compiling proptest v1.10.0
15962026-07-01T21:05:38.412Z Compiling postgres-protocol v0.6.10
15972026-07-01T21:05:38.484Z Compiling publicsuffix v2.3.0
15982026-07-01T21:05:38.611Z Compiling nix v0.31.2
15992026-07-01T21:05:38.678Z Compiling pin-project v1.1.11
16002026-07-01T21:05:38.715Z Compiling zerocopy v0.7.35
16012026-07-01T21:05:38.785Z Compiling document-features v0.2.12
16022026-07-01T21:05:38.813Z Compiling rand v0.8.6
16032026-07-01T21:05:39.024Z Compiling ipnetwork v0.21.1
16042026-07-01T21:05:39.028Z Compiling darling v0.21.3
16052026-07-01T21:05:39.134Z Compiling inout v0.2.2
16062026-07-01T21:05:39.151Z Compiling derive_builder v0.20.2
16072026-07-01T21:05:39.239Z Compiling goblin v0.8.2
16082026-07-01T21:05:39.296Z Compiling oxnet v0.1.6
16092026-07-01T21:05:39.296Z Compiling hubpack_derive v0.1.1
16102026-07-01T21:05:39.326Z Compiling futures-executor v0.3.32
16112026-07-01T21:05:39.338Z Compiling hex v0.4.3
16122026-07-01T21:05:39.446Z Compiling regex v1.12.3
16132026-07-01T21:05:39.533Z Compiling num-iter v0.1.45
16142026-07-01T21:05:39.547Z Compiling ref-cast-impl v1.0.25
16152026-07-01T21:05:39.562Z Compiling strum_macros v0.27.2
16162026-07-01T21:05:39.578Z Compiling snafu-derive v0.8.9
16172026-07-01T21:05:39.606Z Compiling daft-derive v0.1.7
16182026-07-01T21:05:39.624Z Compiling curve25519-dalek-derive v0.1.1
16192026-07-01T21:05:39.818Z Compiling terminal_size v0.4.3
16202026-07-01T21:05:39.918Z Compiling phf_shared v0.13.1
16212026-07-01T21:05:39.985Z Compiling lazy_static v1.5.0
16222026-07-01T21:05:40.022Z Compiling cargo-platform v0.3.2
16232026-07-01T21:05:40.039Z Compiling anstyle-parse v0.2.7
16242026-07-01T21:05:40.088Z Compiling vergen v9.1.0
16252026-07-01T21:05:40.103Z Compiling ff v0.13.1
16262026-07-01T21:05:40.152Z Compiling fs-err v3.3.0
16272026-07-01T21:05:40.184Z Compiling ahash v0.8.12
16282026-07-01T21:05:40.246Z Compiling foldhash v0.1.5
16292026-07-01T21:05:40.262Z Compiling winnow v0.5.40
16302026-07-01T21:05:40.265Z Compiling bumpalo v3.20.2
16312026-07-01T21:05:40.313Z Compiling tokio-util v0.7.18
16322026-07-01T21:05:40.317Z Compiling tower v0.5.3
16332026-07-01T21:05:40.342Z Compiling tokio-native-tls v0.3.1
16342026-07-01T21:05:40.388Z Compiling same-file v1.0.6
16352026-07-01T21:05:40.402Z Compiling object v0.37.3
16362026-07-01T21:05:40.438Z Compiling managed v0.8.0
16372026-07-01T21:05:40.441Z Compiling bitflags v1.3.2
16382026-07-01T21:05:40.532Z Compiling unicode-segmentation v1.12.0
16392026-07-01T21:05:40.547Z Compiling base16ct v0.2.0
16402026-07-01T21:05:40.563Z Compiling libbz2-rs-sys v0.2.2
16412026-07-01T21:05:40.577Z Compiling foldhash v0.2.0
16422026-07-01T21:05:40.675Z Compiling sec1 v0.7.3
16432026-07-01T21:05:40.741Z Compiling tower-http v0.6.8
16442026-07-01T21:05:40.760Z Compiling hashbrown v0.16.1
16452026-07-01T21:05:40.840Z Compiling newtype-uuid v1.3.2
16462026-07-01T21:05:40.942Z Compiling clap_builder v4.6.0
16472026-07-01T21:05:40.981Z Compiling walkdir v2.5.0
16482026-07-01T21:05:41.184Z Compiling h2 v0.4.15
16492026-07-01T21:05:41.204Z Compiling daft v0.1.7
16502026-07-01T21:05:41.277Z Compiling bzip2 v0.6.1
16512026-07-01T21:05:41.313Z Compiling zopfli v0.8.3
16522026-07-01T21:05:41.383Z Compiling flate2 v1.1.9
16532026-07-01T21:05:41.506Z Compiling hashbrown v0.15.5
16542026-07-01T21:05:41.576Z Compiling snafu v0.8.9
16552026-07-01T21:05:41.580Z Compiling toml_edit v0.19.15
16562026-07-01T21:05:41.619Z Compiling strum v0.27.2
16572026-07-01T21:05:41.658Z Compiling dof v0.3.0
16582026-07-01T21:05:41.765Z Compiling group v0.13.0
16592026-07-01T21:05:41.768Z Compiling cargo_metadata v0.23.1
16602026-07-01T21:05:41.793Z Compiling anstream v0.6.21
16612026-07-01T21:05:41.929Z Compiling phf v0.13.1
16622026-07-01T21:05:41.961Z Compiling signal-hook-mio v0.2.5
16632026-07-01T21:05:42.073Z Compiling hubpack v0.1.2
16642026-07-01T21:05:42.095Z Compiling cookie_store v0.22.1
16652026-07-01T21:05:42.109Z Compiling bzip2 v0.4.4
16662026-07-01T21:05:42.124Z Compiling futures v0.3.32
16672026-07-01T21:05:42.217Z Compiling usdt-attr-macro v0.6.0
16682026-07-01T21:05:42.271Z Compiling usdt-macro v0.6.0
16692026-07-01T21:05:42.306Z Compiling cipher v0.5.2
16702026-07-01T21:05:42.331Z Compiling serde_with_macros v3.17.0
16712026-07-01T21:05:42.373Z Compiling zstd v0.13.3
16722026-07-01T21:05:42.620Z Compiling postgres-types v0.2.12
16732026-07-01T21:05:42.655Z Compiling globset v0.4.18
16742026-07-01T21:05:42.773Z Compiling dtrace-parser v0.2.0
16752026-07-01T21:05:42.837Z Compiling serde_plain v1.0.2
16762026-07-01T21:05:43.052Z Compiling olpc-cjson v0.1.4
16772026-07-01T21:05:43.102Z Compiling serde-big-array v0.5.1
16782026-07-01T21:05:43.114Z Compiling ed25519 v2.2.3
16792026-07-01T21:05:43.165Z Compiling pkcs1 v0.7.5
16802026-07-01T21:05:43.204Z Compiling hkdf v0.12.4
16812026-07-01T21:05:43.228Z Compiling crypto-bigint v0.5.5
16822026-07-01T21:05:43.255Z Compiling strum_macros v0.26.4
16832026-07-01T21:05:43.361Z Compiling serde_repr v0.1.20
16842026-07-01T21:05:43.440Z Compiling clap_derive v4.6.1
16852026-07-01T21:05:43.543Z Compiling async-recursion v1.1.1
16862026-07-01T21:05:43.570Z Compiling enum-as-inner v0.6.1
16872026-07-01T21:05:43.645Z Compiling phf_shared v0.11.3
16882026-07-01T21:05:43.672Z Compiling float-cmp v0.10.0
16892026-07-01T21:05:43.841Z Compiling pem v3.0.6
16902026-07-01T21:05:43.854Z Compiling memmap2 v0.9.10
16912026-07-01T21:05:43.963Z Compiling thread-id v4.2.2
16922026-07-01T21:05:44.003Z Compiling env_filter v1.0.0
16932026-07-01T21:05:44.067Z Compiling jiff v0.2.21
16942026-07-01T21:05:44.090Z Compiling keccak v0.1.6
16952026-07-01T21:05:44.093Z Compiling cpufeatures v0.3.0
16962026-07-01T21:05:44.134Z Compiling fixedbitset v0.5.7
16972026-07-01T21:05:44.193Z Compiling new_debug_unreachable v1.0.6
16982026-07-01T21:05:44.208Z Compiling difflib v0.4.0
16992026-07-01T21:05:44.260Z Compiling fixedbitset v0.4.2
17002026-07-01T21:05:44.283Z Compiling predicates-core v1.0.10
17012026-07-01T21:05:44.310Z Compiling winnow v1.0.3
17022026-07-01T21:05:44.336Z Compiling const-oid v0.10.2
17032026-07-01T21:05:44.469Z Compiling hyper v1.10.1
17042026-07-01T21:05:44.483Z Compiling precomputed-hash v0.1.1
17052026-07-01T21:05:44.510Z Compiling either v1.15.0
17062026-07-01T21:05:44.564Z Compiling whoami v2.1.0
17072026-07-01T21:05:44.585Z Compiling static_assertions v1.1.0
17082026-07-01T21:05:44.642Z Compiling normalize-line-endings v0.3.0
17092026-07-01T21:05:44.674Z Compiling typed-path v0.9.3
17102026-07-01T21:05:44.693Z Compiling data-encoding v2.10.0
17112026-07-01T21:05:44.737Z Compiling toml_edit v0.22.27
17122026-07-01T21:05:44.752Z Compiling predicates v3.1.4
17132026-07-01T21:05:44.799Z Compiling tokio-postgres v0.7.16
17142026-07-01T21:05:44.855Z Compiling itertools v0.13.0
17152026-07-01T21:05:44.967Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17162026-07-01T21:05:45.122Z Compiling strum v0.26.3
17172026-07-01T21:05:45.274Z Compiling hickory-proto v0.25.2
17182026-07-01T21:05:45.310Z Compiling clap v4.6.1
17192026-07-01T21:05:45.406Z Compiling toml_parser v1.1.2+spec-1.1.0
17202026-07-01T21:05:45.425Z Compiling string_cache v0.8.9
17212026-07-01T21:05:45.469Z Compiling digest v0.11.3
17222026-07-01T21:05:45.488Z Compiling petgraph v0.6.5
17232026-07-01T21:05:45.520Z Compiling petgraph v0.8.3
17242026-07-01T21:05:45.673Z Compiling hyper-util v0.1.20
17252026-07-01T21:05:45.709Z Compiling elliptic-curve v0.13.8
17262026-07-01T21:05:45.970Z Compiling sha3 v0.10.8
17272026-07-01T21:05:46.082Z Compiling chacha20 v0.10.0
17282026-07-01T21:05:46.131Z Compiling env_logger v0.11.9
17292026-07-01T21:05:46.153Z Compiling usdt-impl v0.5.0
17302026-07-01T21:05:46.167Z Compiling usdt v0.6.0
17312026-07-01T21:05:46.433Z Compiling serde_with v3.17.0
17322026-07-01T21:05:46.461Z Compiling rsa v0.9.10
17332026-07-01T21:05:46.484Z Compiling crossterm v0.28.1
17342026-07-01T21:05:46.506Z Compiling ed25519-dalek v2.2.0
17352026-07-01T21:05:46.766Z Compiling zip v4.6.1
17362026-07-01T21:05:46.996Z Compiling toml v0.7.8
17372026-07-01T21:05:47.104Z Compiling hyper-tls v0.6.0
17382026-07-01T21:05:47.357Z Compiling reqwest v0.12.28
17392026-07-01T21:05:47.506Z Compiling zip v0.6.6
17402026-07-01T21:05:47.539Z Compiling iddqd v0.4.2
17412026-07-01T21:05:47.644Z Compiling tokio-stream v0.1.18
17422026-07-01T21:05:47.753Z Compiling heck v0.4.1
17432026-07-01T21:05:47.811Z Compiling similar v2.7.0
17442026-07-01T21:05:47.879Z Compiling buf-list v1.1.2
17452026-07-01T21:05:48.005Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17462026-07-01T21:05:48.020Z Compiling openapiv3 v2.2.0
17472026-07-01T21:05:48.109Z Compiling x509-cert v0.2.5
17482026-07-01T21:05:48.136Z Compiling crossbeam-epoch v0.9.18
17492026-07-01T21:05:48.185Z Compiling peg-runtime v0.8.5
17502026-07-01T21:05:48.213Z Compiling lalrpop-util v0.19.12
17512026-07-01T21:05:48.355Z Compiling thread_local v1.1.9
17522026-07-01T21:05:48.385Z Compiling slog-async v2.8.0
17532026-07-01T21:05:48.422Z Compiling crossbeam-channel v0.5.15
17542026-07-01T21:05:48.501Z Compiling is-terminal v0.4.17
17552026-07-01T21:05:48.517Z Compiling filetime v0.2.27
17562026-07-01T21:05:48.614Z Compiling take_mut v0.2.2
17572026-07-01T21:05:48.646Z Compiling term v1.2.1
17582026-07-01T21:05:48.718Z Compiling xattr v1.6.1
17592026-07-01T21:05:48.735Z Compiling camino-tempfile v1.4.1
17602026-07-01T21:05:48.880Z Compiling tar v0.4.45
17612026-07-01T21:05:48.986Z Compiling slog-term v2.9.2
17622026-07-01T21:06:06.636Z Compiling rustls-webpki v0.103.9
17632026-07-01T21:06:09.343Z Compiling tokio-rustls v0.26.4
17642026-07-01T21:06:09.344Z Compiling rustls-platform-verifier v0.6.2
17652026-07-01T21:06:09.344Z Compiling tough v0.22.0
17662026-07-01T21:06:09.539Z Compiling hyper-rustls v0.27.7
17672026-07-01T21:06:09.728Z Compiling reqwest v0.13.2
17682026-07-01T21:06:11.936Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17692026-07-01T21:06:12.187Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17702026-07-01T21:06:15.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.30s
17712026-07-01T21:06:15.150Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17722026-07-01T21:06:15.203ZJul 01 21:06:13.991 INFO Starting download, target: Clickhouse
17732026-07-01T21:06:15.203ZJul 01 21:06:13.991 INFO Starting download, target: Cockroach
17742026-07-01T21:06:15.203ZJul 01 21:06:13.991 INFO Starting download, target: Console
17752026-07-01T21:06:15.203ZJul 01 21:06:13.991 INFO Starting download, target: DendriteStub
17762026-07-01T21:06:15.203ZJul 01 21:06:13.991 INFO Starting download, target: MaghemiteMgd
17772026-07-01T21:06:15.204ZJul 01 21:06:13.991 INFO Starting download, target: MaghemiteDdmd
17782026-07-01T21:06:15.204ZJul 01 21:06:13.991 INFO Starting download, target: TransceiverControl
17792026-07-01T21:06:15.211ZJul 01 21:06:13.992 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17802026-07-01T21:06:15.211ZJul 01 21:06:13.992 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17812026-07-01T21:06:15.211ZJul 01 21:06:13.992 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17822026-07-01T21:06:15.211ZJul 01 21:06:13.992 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17832026-07-01T21:06:15.211ZJul 01 21:06:13.992 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17842026-07-01T21:06:15.211ZJul 01 21:06:13.992 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17852026-07-01T21:06:15.212ZJul 01 21:06:13.992 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17862026-07-01T21:06:16.007ZJul 01 21:06:14.794 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17872026-07-01T21:06:16.226ZJul 01 21:06:15.012 INFO Download complete, target: TransceiverControl
17882026-07-01T21:06:16.964ZJul 01 21:06:15.750 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17892026-07-01T21:06:17.212ZJul 01 21:06:15.998 INFO Download complete, target: Console
17902026-07-01T21:06:17.367ZJul 01 21:06:16.155 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17912026-07-01T21:06:17.381ZJul 01 21:06:16.165 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17922026-07-01T21:06:17.415ZJul 01 21:06:16.200 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17932026-07-01T21:06:17.882ZJul 01 21:06:16.671 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17942026-07-01T21:06:17.882ZJul 01 21:06:16.671 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17952026-07-01T21:06:18.325ZJul 01 21:06:17.113 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17962026-07-01T21:06:19.247ZJul 01 21:06:18.036 INFO Download complete, target: MaghemiteDdmd
17972026-07-01T21:06:20.230ZJul 01 21:06:19.018 INFO Download complete, target: DendriteStub
17982026-07-01T21:06:20.235ZJul 01 21:06:19.019 INFO Download complete, target: MaghemiteMgd
17992026-07-01T21:06:22.612ZJul 01 21:06:21.343 INFO Checking that binary works, target: Cockroach
18002026-07-01T21:06:22.698ZJul 01 21:06:21.473 INFO Download complete, target: Cockroach
18012026-07-01T21:06:25.035ZJul 01 21:06:23.749 INFO Checking that binary works, target: Clickhouse
18022026-07-01T21:06:25.059ZJul 01 21:06:23.836 INFO Download complete, target: Clickhouse
18032026-07-01T21:06:25.092ZAll prerequisites installed successfully
18042026-07-01T21:06:25.092Z
18052026-07-01T21:06:25.092Zreal 1:29.237914161
18062026-07-01T21:06:25.092Zuser 6:34.991018476
18072026-07-01T21:06:25.092Zsys 1:38.365303269
18082026-07-01T21:06:25.092Ztrap 0.236946009
18092026-07-01T21:06:25.092Ztflt 0.880012846
18102026-07-01T21:06:25.093Zdflt 1.667467494
18112026-07-01T21:06:25.093Zkflt 0.033884548
18122026-07-01T21:06:25.093Zlock 23:27.654260079
18132026-07-01T21:06:25.093Zslp 18:07.122850282
18142026-07-01T21:06:25.093Zlat 20.142342682
18152026-07-01T21:06:25.093Zstop 2:25.174642636
18162026-07-01T21:06:25.093Z+ source ./tools/include/force-git-over-https.sh
18172026-07-01T21:06:25.093Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18182026-07-01T21:06:25.093Z++ (( i = 0 ))
18192026-07-01T21:06:25.093Z++ (( i < 5 ))
18202026-07-01T21:06:25.093Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18212026-07-01T21:06:25.093Z++ (( i++ ))
18222026-07-01T21:06:25.093Z++ (( i < 5 ))
18232026-07-01T21:06:25.093Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18242026-07-01T21:06:25.093Z++ (( i++ ))
18252026-07-01T21:06:25.093Z++ (( i < 5 ))
18262026-07-01T21:06:25.094Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18272026-07-01T21:06:25.094Z++ (( i++ ))
18282026-07-01T21:06:25.094Z++ (( i < 5 ))
18292026-07-01T21:06:25.094Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18302026-07-01T21:06:25.094Z++ (( i++ ))
18312026-07-01T21:06:25.094Z++ (( i < 5 ))
18322026-07-01T21:06:25.094Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18332026-07-01T21:06:25.119Z++ (( i++ ))
18342026-07-01T21:06:25.119Z++ (( i < 5 ))
18352026-07-01T21:06:25.119Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18362026-07-01T21:06:25.119Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18372026-07-01T21:06:25.120Z+ rc=0
18382026-07-01T21:06:25.120Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18392026-07-01T21:06:30.352Z+ case $rc in
18402026-07-01T21:06:30.352Z+ pfexec zfs create -p rpool/images/build/host
18412026-07-01T21:06:30.536Z+ pfexec zfs create -p rpool/images/build/recovery
18422026-07-01T21:06:30.603Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18432026-07-01T21:06:31.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18442026-07-01T21:06:31.057Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18452026-07-01T21:06:31.878Z Compiling proc-macro2 v1.0.106
18462026-07-01T21:06:31.878Z Compiling quote v1.0.45
18472026-07-01T21:06:31.878Z Compiling unicode-ident v1.0.24
18482026-07-01T21:06:31.878Z Compiling libc v0.2.185
18492026-07-01T21:06:31.878Z Compiling serde_core v1.0.228
18502026-07-01T21:06:31.878Z Compiling serde v1.0.228
18512026-07-01T21:06:31.881Z Compiling cfg-if v1.0.4
18522026-07-01T21:06:31.881Z Compiling shlex v1.3.0
18532026-07-01T21:06:31.881Z Compiling find-msvc-tools v0.1.9
18542026-07-01T21:06:31.881Z Compiling version_check v0.9.5
18552026-07-01T21:06:31.881Z Compiling autocfg v1.5.0
18562026-07-01T21:06:31.881Z Compiling zerocopy v0.8.40
18572026-07-01T21:06:31.881Z Compiling memchr v2.8.0
18582026-07-01T21:06:31.881Z Compiling portable-atomic v1.13.1
18592026-07-01T21:06:32.261Z Compiling zmij v1.0.21
18602026-07-01T21:06:32.264Z Compiling serde_json v1.0.150
18612026-07-01T21:06:32.278Z Compiling parking_lot_core v0.9.12
18622026-07-01T21:06:32.317Z Compiling libm v0.2.16
18632026-07-01T21:06:32.438Z Compiling getrandom v0.4.1
18642026-07-01T21:06:32.456Z Compiling generic-array v0.14.7
18652026-07-01T21:06:32.460Z Compiling icu_normalizer_data v2.1.1
18662026-07-01T21:06:32.517Z Compiling smallvec v1.15.1
18672026-07-01T21:06:32.542Z Compiling icu_properties_data v2.1.2
18682026-07-01T21:06:32.614Z Compiling num-traits v0.2.19
18692026-07-01T21:06:32.614Z Compiling pkg-config v0.3.32
18702026-07-01T21:06:32.678Z Compiling log v0.4.29
18712026-07-01T21:06:32.706Z Compiling itoa v1.0.17
18722026-07-01T21:06:32.781Z Compiling getrandom v0.3.4
18732026-07-01T21:06:32.797Z Compiling subtle v2.6.1
18742026-07-01T21:06:32.830Z Compiling scopeguard v1.2.0
18752026-07-01T21:06:32.876Z Compiling rustix v1.1.3
18762026-07-01T21:06:32.923Z Compiling lock_api v0.4.14
18772026-07-01T21:06:32.960Z Compiling stable_deref_trait v1.2.1
18782026-07-01T21:06:32.976Z Compiling critical-section v1.2.0
18792026-07-01T21:06:33.007Z Compiling jobserver v0.1.34
18802026-07-01T21:06:33.037Z Compiling errno v0.3.14
18812026-07-01T21:06:33.084Z Compiling heck v0.5.0
18822026-07-01T21:06:33.104Z Compiling dunce v1.0.5
18832026-07-01T21:06:33.122Z Compiling fs_extra v1.3.0
18842026-07-01T21:06:33.139Z Compiling typenum v1.20.1
18852026-07-01T21:06:33.238Z Compiling cc v1.2.56
18862026-07-01T21:06:33.303Z Compiling pin-project-lite v0.2.17
18872026-07-01T21:06:33.309Z Compiling fnv v1.0.7
18882026-07-01T21:06:33.317Z Compiling syn v2.0.117
18892026-07-01T21:06:33.379Z Compiling rustversion v1.0.22
18902026-07-01T21:06:33.410Z Compiling thiserror v2.0.18
18912026-07-01T21:06:33.524Z Compiling aws-lc-rs v1.16.3
18922026-07-01T21:06:33.541Z Compiling once_cell v1.21.3
18932026-07-01T21:06:33.555Z Compiling futures-core v0.3.32
18942026-07-01T21:06:33.634Z Compiling rand_core v0.10.0
18952026-07-01T21:06:33.679Z Compiling signal-hook-registry v1.4.8
18962026-07-01T21:06:33.810Z Compiling getrandom v0.2.17
18972026-07-01T21:06:33.813Z Compiling httparse v1.10.1
18982026-07-01T21:06:33.861Z Compiling litemap v0.8.1
18992026-07-01T21:06:33.864Z Compiling writeable v0.6.2
19002026-07-01T21:06:34.033Z Compiling cmake v0.1.57
19012026-07-01T21:06:34.036Z Compiling percent-encoding v2.3.2
19022026-07-01T21:06:34.068Z Compiling rand_core v0.6.4
19032026-07-01T21:06:34.086Z Compiling parking_lot v0.12.5
19042026-07-01T21:06:34.136Z Compiling mio v1.2.0
19052026-07-01T21:06:34.227Z Compiling equivalent v1.0.2
19062026-07-01T21:06:34.410Z Compiling semver v1.0.28
19072026-07-01T21:06:34.428Z Compiling bitflags v2.11.0
19082026-07-01T21:06:34.466Z Compiling vcpkg v0.2.15
19092026-07-01T21:06:34.577Z Compiling aws-lc-sys v0.40.0
19102026-07-01T21:06:34.595Z Compiling schemars v0.8.22
19112026-07-01T21:06:34.833Z Compiling socket2 v0.6.3
19122026-07-01T21:06:34.851Z Compiling const-oid v0.9.6
19132026-07-01T21:06:35.044Z Compiling crc32fast v1.5.0
19142026-07-01T21:06:35.047Z Compiling openssl-sys v0.9.115
19152026-07-01T21:06:35.309Z Compiling utf8_iter v1.0.4
19162026-07-01T21:06:35.354Z Compiling rustls v0.23.41
19172026-07-01T21:06:35.367Z Compiling futures-sink v0.3.32
19182026-07-01T21:06:35.457Z Compiling hashbrown v0.17.0
19192026-07-01T21:06:35.475Z Compiling form_urlencoded v1.2.2
19202026-07-01T21:06:35.531Z Compiling futures-channel v0.3.32
19212026-07-01T21:06:35.622Z Compiling slab v0.4.12
19222026-07-01T21:06:35.637Z Compiling futures-task v0.3.32
19232026-07-01T21:06:35.656Z Compiling futures-io v0.3.32
19242026-07-01T21:06:35.745Z Compiling rustc_version v0.4.1
19252026-07-01T21:06:35.832Z Compiling byteorder v1.5.0
19262026-07-01T21:06:35.836Z Compiling strsim v0.11.1
19272026-07-01T21:06:35.836Z Compiling ucd-trie v0.1.7
19282026-07-01T21:06:35.925Z Compiling num-conv v0.2.0
19292026-07-01T21:06:35.953Z Compiling time-core v0.1.8
19302026-07-01T21:06:36.021Z Compiling pest v2.8.6
19312026-07-01T21:06:36.088Z Compiling ident_case v1.0.1
19322026-07-01T21:06:36.123Z Compiling openssl v0.10.79
19332026-07-01T21:06:36.126Z Compiling time-macros v0.2.27
19342026-07-01T21:06:36.176Z Compiling indexmap v2.14.0
19352026-07-01T21:06:36.197Z Compiling thiserror v1.0.69
19362026-07-01T21:06:36.233Z Compiling synstructure v0.13.2
19372026-07-01T21:06:36.249Z Compiling serde_derive_internals v0.29.1
19382026-07-01T21:06:36.253Z Compiling syn v1.0.109
19392026-07-01T21:06:36.267Z Compiling regex-syntax v0.8.10
19402026-07-01T21:06:36.284Z Compiling iana-time-zone v0.1.65
19412026-07-01T21:06:36.420Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19422026-07-01T21:06:36.564Z Compiling base64 v0.22.1
19432026-07-01T21:06:36.668Z Compiling crossbeam-utils v0.8.21
19442026-07-01T21:06:36.685Z Compiling native-tls v0.2.18
19452026-07-01T21:06:36.801Z Compiling slog v2.8.2
19462026-07-01T21:06:36.990Z Compiling camino v1.2.2
19472026-07-01T21:06:37.013Z Compiling rand_core v0.9.5
19482026-07-01T21:06:37.102Z Compiling bzip2-sys v0.1.13+1.0.8
19492026-07-01T21:06:37.133Z Compiling pest_meta v2.8.6
19502026-07-01T21:06:37.152Z Compiling uuid v1.23.4
19512026-07-01T21:06:37.202Z Compiling cookie v0.18.1
19522026-07-01T21:06:37.244Z Compiling base64ct v1.8.3
19532026-07-01T21:06:37.283Z Compiling fastrand v2.3.0
19542026-07-01T21:06:37.355Z Compiling paste v1.0.15
19552026-07-01T21:06:37.388Z Compiling plain v0.2.3
19562026-07-01T21:06:37.473Z Compiling serde_derive v1.0.228
19572026-07-01T21:06:37.514Z Compiling zeroize_derive v1.4.3
19582026-07-01T21:06:37.545Z Compiling zerofrom-derive v0.1.6
19592026-07-01T21:06:37.614Z Compiling yoke-derive v0.8.1
19602026-07-01T21:06:37.638Z Compiling zerocopy-derive v0.8.40
19612026-07-01T21:06:37.666Z Compiling zerovec-derive v0.11.2
19622026-07-01T21:06:37.690Z Compiling displaydoc v0.2.5
19632026-07-01T21:06:37.728Z Compiling tokio-macros v2.7.0
19642026-07-01T21:06:37.794Z Compiling futures-macro v0.3.32
19652026-07-01T21:06:38.139Z Compiling zeroize v1.8.2
19662026-07-01T21:06:38.415Z Compiling tracing-attributes v0.1.31
19672026-07-01T21:06:38.447Z Compiling thiserror-impl v2.0.18
19682026-07-01T21:06:38.450Z Compiling der_derive v0.7.3
19692026-07-01T21:06:38.477Z Compiling schemars_derive v0.8.22
19702026-07-01T21:06:38.629Z Compiling futures-util v0.3.32
19712026-07-01T21:06:38.694Z Compiling zerofrom v0.1.6
19722026-07-01T21:06:38.849Z Compiling yoke v0.8.1
19732026-07-01T21:06:39.062Z Compiling zerovec v0.11.5
19742026-07-01T21:06:39.186Z Compiling zerotrie v0.2.3
19752026-07-01T21:06:39.611Z Compiling tinystr v0.8.2
19762026-07-01T21:06:39.639Z Compiling potential_utf v0.1.4
19772026-07-01T21:06:39.691Z Compiling block-buffer v0.10.4
19782026-07-01T21:06:39.702Z Compiling crypto-common v0.1.7
19792026-07-01T21:06:39.841Z Compiling icu_locale_core v2.1.1
19802026-07-01T21:06:39.854Z Compiling icu_collections v2.1.1
19812026-07-01T21:06:39.902Z Compiling digest v0.10.7
19822026-07-01T21:06:39.934Z Compiling pest_generator v2.8.6
19832026-07-01T21:06:40.086Z Compiling openssl-macros v0.1.1
19842026-07-01T21:06:40.321Z Compiling scroll_derive v0.13.1
19852026-07-01T21:06:40.337Z Compiling thiserror-impl v1.0.69
19862026-07-01T21:06:40.505Z Compiling icu_provider v2.1.1
19872026-07-01T21:06:40.598Z Compiling pest_derive v2.8.6
19882026-07-01T21:06:40.707Z Compiling bytes v1.11.1
19892026-07-01T21:06:40.780Z Compiling chrono v0.4.44
19902026-07-01T21:06:40.889Z Compiling icu_properties v2.1.2
19912026-07-01T21:06:40.975Z Compiling icu_normalizer v2.1.1
19922026-07-01T21:06:41.322Z Compiling tokio v1.52.1
19932026-07-01T21:06:41.353Z Compiling http v1.4.2
19942026-07-01T21:06:41.608Z Compiling rustls-pki-types v1.14.0
19952026-07-01T21:06:42.109Z Compiling idna_adapter v1.2.1
19962026-07-01T21:06:42.168Z Compiling ppv-lite86 v0.2.21
19972026-07-01T21:06:42.229Z Compiling idna v1.1.0
19982026-07-01T21:06:42.370Z Compiling pem-rfc7468 v0.7.0
19992026-07-01T21:06:42.415Z Compiling tracing-core v0.1.36
20002026-07-01T21:06:42.610Z Compiling url v2.5.8
20012026-07-01T21:06:42.814Z Compiling aho-corasick v1.1.4
20022026-07-01T21:06:42.931Z Compiling num-bigint-dig v0.8.6
20032026-07-01T21:06:43.145Z Compiling flagset v0.4.7
20042026-07-01T21:06:43.177Z Compiling tracing v0.1.44
20052026-07-01T21:06:43.281Z Compiling der v0.7.10
20062026-07-01T21:06:43.384Z Compiling rand_chacha v0.9.0
20072026-07-01T21:06:43.516Z Compiling http-body v1.0.1
20082026-07-01T21:06:43.688Z Compiling regex-automata v0.4.14
20092026-07-01T21:06:43.786Z Compiling async-trait v0.1.89
20102026-07-01T21:06:43.915Z Compiling ahash v0.8.12
20112026-07-01T21:06:43.931Z Compiling openssl-probe v0.2.1
20122026-07-01T21:06:43.936Z Compiling cmov v0.5.4
20132026-07-01T21:06:44.118Z Compiling atomic-waker v1.1.2
20142026-07-01T21:06:44.134Z Compiling dyn-clone v1.0.20
20152026-07-01T21:06:44.175Z Compiling usdt-impl v0.6.0
20162026-07-01T21:06:44.190Z Compiling pretty-hex v0.4.1
20172026-07-01T21:06:44.213Z Compiling zstd-safe v7.2.4
20182026-07-01T21:06:44.257Z Compiling tinyvec_macros v0.1.1
20192026-07-01T21:06:44.274Z Compiling ctutils v0.4.2
20202026-07-01T21:06:44.297Z Compiling spki v0.7.3
20212026-07-01T21:06:44.340Z Compiling tinyvec v1.10.0
20222026-07-01T21:06:44.389Z Compiling rand v0.9.2
20232026-07-01T21:06:44.430Z Compiling scroll v0.13.0
20242026-07-01T21:06:44.454Z Compiling serde_tokenstream v0.2.3
20252026-07-01T21:06:44.535Z Compiling tempfile v3.25.0
20262026-07-01T21:06:44.538Z Compiling daft-derive v0.1.7
20272026-07-01T21:06:44.701Z Compiling scroll_derive v0.12.1
20282026-07-01T21:06:44.717Z Compiling clap_derive v4.6.1
20292026-07-01T21:06:44.720Z Compiling heapless v0.7.17
20302026-07-01T21:06:44.861Z Compiling untrusted v0.7.1
20312026-07-01T21:06:44.899Z Compiling try-lock v0.2.5
20322026-07-01T21:06:44.969Z Compiling utf8parse v0.2.2
20332026-07-01T21:06:44.985Z Compiling signal-hook v0.3.18
20342026-07-01T21:06:45.006Z Compiling litrs v1.0.0
20352026-07-01T21:06:45.098Z Compiling tokio-util v0.7.18
20362026-07-01T21:06:45.189Z Compiling anyhow v1.0.102
20372026-07-01T21:06:45.254Z Compiling tower-service v0.3.3
20382026-07-01T21:06:45.272Z Compiling tower-layer v0.3.3
20392026-07-01T21:06:45.411Z Compiling want v0.3.1
20402026-07-01T21:06:45.495Z Compiling document-features v0.2.12
20412026-07-01T21:06:45.539Z Compiling goblin v0.10.5
20422026-07-01T21:06:45.711Z Compiling hybrid-array v0.4.13
20432026-07-01T21:06:45.803Z Compiling ipnet v2.11.0
20442026-07-01T21:06:46.089Z Compiling h2 v0.4.15
20452026-07-01T21:06:46.115Z Compiling pin-project-internal v1.1.11
20462026-07-01T21:06:46.277Z Compiling darling_core v0.20.11
20472026-07-01T21:06:46.386Z Compiling spin v0.9.8
20482026-07-01T21:06:46.413Z Compiling cpufeatures v0.2.17
20492026-07-01T21:06:46.438Z Compiling httpdate v1.0.3
20502026-07-01T21:06:46.641Z Compiling untrusted v0.9.0
20512026-07-01T21:06:46.777Z Compiling foreign-types-shared v0.1.1
20522026-07-01T21:06:46.840Z Compiling powerfmt v0.2.0
20532026-07-01T21:06:46.881Z Compiling anstyle v1.0.14
20542026-07-01T21:06:47.100Z Compiling simd-adler32 v0.3.8
20552026-07-01T21:06:47.193Z Compiling rustix v0.38.44
20562026-07-01T21:06:47.196Z Compiling deranged v0.5.8
20572026-07-01T21:06:47.196Z Compiling foreign-types v0.3.2
20582026-07-01T21:06:47.311Z Compiling unicode-normalization v0.1.25
20592026-07-01T21:06:47.393Z Compiling pkcs8 v0.10.2
20602026-07-01T21:06:47.666Z Compiling dtrace-parser v0.3.0
20612026-07-01T21:06:47.681Z Compiling hex v0.4.3
20622026-07-01T21:06:47.720Z Compiling zerocopy-derive v0.7.35
20632026-07-01T21:06:47.791Z Compiling strum_macros v0.26.4
20642026-07-01T21:06:47.876Z Compiling darling_core v0.21.3
20652026-07-01T21:06:48.011Z Compiling curve25519-dalek v4.1.3
20662026-07-01T21:06:48.251Z Compiling thread-id v5.1.0
20672026-07-01T21:06:48.267Z Compiling memoffset v0.9.1
20682026-07-01T21:06:48.300Z Compiling darling_macro v0.20.11
20692026-07-01T21:06:48.346Z Compiling dof v0.4.0
20702026-07-01T21:06:48.392Z Compiling num_threads v0.1.7
20712026-07-01T21:06:48.507Z Compiling colorchoice v1.0.4
20722026-07-01T21:06:48.540Z Compiling is_terminal_polyfill v1.70.2
20732026-07-01T21:06:48.556Z Compiling anstyle-query v1.1.5
20742026-07-01T21:06:48.651Z Compiling ref-cast v1.0.25
20752026-07-01T21:06:48.654Z Compiling smoltcp v0.9.1
20762026-07-01T21:06:48.699Z Compiling adler2 v2.0.1
20772026-07-01T21:06:48.713Z Compiling time v0.3.47
20782026-07-01T21:06:48.813Z Compiling darling v0.20.11
20792026-07-01T21:06:48.886Z Compiling miniz_oxide v0.8.9
20802026-07-01T21:06:48.968Z Compiling sha2 v0.10.9
20812026-07-01T21:06:49.365Z Compiling hyper v1.10.1
20822026-07-01T21:06:49.402Z Compiling hmac v0.12.1
20832026-07-01T21:06:49.437Z Compiling snafu-derive v0.8.9
20842026-07-01T21:06:49.719Z Compiling sync_wrapper v1.0.2
20852026-07-01T21:06:49.735Z Compiling wait-timeout v0.2.1
20862026-07-01T21:06:49.844Z Compiling bit-vec v0.8.0
20872026-07-01T21:06:49.985Z Compiling zlib-rs v0.6.2
20882026-07-01T21:06:50.004Z Compiling darling_macro v0.21.3
20892026-07-01T21:06:50.111Z Compiling quick-error v1.2.3
20902026-07-01T21:06:50.242Z Compiling siphasher v1.0.2
20912026-07-01T21:06:50.440Z Compiling cfg_aliases v0.2.1
20922026-07-01T21:06:50.471Z Compiling rusty-fork v0.3.1
20932026-07-01T21:06:50.523Z Compiling hyper-util v0.1.20
20942026-07-01T21:06:50.538Z Compiling nix v0.31.2
20952026-07-01T21:06:50.627Z Compiling darling v0.21.3
20962026-07-01T21:06:50.779Z Compiling bit-set v0.8.0
20972026-07-01T21:06:50.916Z Compiling tower v0.5.3
20982026-07-01T21:06:51.136Z Compiling derive_builder_core v0.20.2
20992026-07-01T21:06:51.158Z Compiling regex v1.12.3
21002026-07-01T21:06:51.419Z Compiling anstyle-parse v1.0.0
21012026-07-01T21:06:51.499Z Compiling http-body-util v0.1.3
21022026-07-01T21:06:51.591Z Compiling erased-serde v0.3.31
21032026-07-01T21:06:51.685Z Compiling hubpack_derive v0.1.1
21042026-07-01T21:06:51.769Z Compiling strum_macros v0.27.2
21052026-07-01T21:06:51.792Z Compiling curve25519-dalek-derive v0.1.1
21062026-07-01T21:06:51.808Z Compiling ref-cast-impl v1.0.25
21072026-07-01T21:06:51.826Z Compiling rand_xorshift v0.4.0
21082026-07-01T21:06:52.171Z Compiling fs-err v3.3.0
21092026-07-01T21:06:52.191Z Compiling flate2 v1.1.9
21102026-07-01T21:06:52.303Z Compiling usdt-impl v0.5.0
21112026-07-01T21:06:52.405Z Compiling encoding_rs v0.8.35
21122026-07-01T21:06:52.421Z Compiling object v0.37.3
21132026-07-01T21:06:52.561Z Compiling allocator-api2 v0.2.21
21142026-07-01T21:06:52.597Z Compiling unarray v0.1.4
21152026-07-01T21:06:52.714Z Compiling unicode-bidi v0.3.18
21162026-07-01T21:06:52.734Z Compiling ryu v1.0.23
21172026-07-01T21:06:52.894Z Compiling mime v0.3.17
21182026-07-01T21:06:52.913Z Compiling unicode-properties v0.1.4
21192026-07-01T21:06:53.130Z Compiling iri-string v0.7.10
21202026-07-01T21:06:53.179Z Compiling stringprep v0.1.5
21212026-07-01T21:06:53.212Z Compiling serde_urlencoded v0.7.1
21222026-07-01T21:06:53.675Z Compiling proptest v1.10.0
21232026-07-01T21:06:54.375Z Compiling tower-http v0.6.8
21242026-07-01T21:06:54.401Z Compiling derive_builder_macro v0.20.2
21252026-07-01T21:06:54.533Z Compiling anstream v1.0.0
21262026-07-01T21:06:54.556Z Compiling tokio-native-tls v0.3.1
21272026-07-01T21:06:54.634Z Compiling serde_with_macros v3.17.0
21282026-07-01T21:06:54.741Z Compiling usdt-macro v0.6.0
21292026-07-01T21:06:54.769Z Compiling usdt-attr-macro v0.6.0
21302026-07-01T21:06:54.826Z Compiling ipnetwork v0.21.1
21312026-07-01T21:06:54.942Z Compiling crypto-common v0.2.2
21322026-07-01T21:06:54.953Z Compiling block-buffer v0.12.1
21332026-07-01T21:06:55.047Z Compiling block-padding v0.4.2
21342026-07-01T21:06:55.081Z Compiling bstr v1.12.1
21352026-07-01T21:06:55.143Z Compiling scroll v0.12.0
21362026-07-01T21:06:55.272Z Compiling rustls-native-certs v0.8.3
21372026-07-01T21:06:55.302Z Compiling rand_chacha v0.3.1
21382026-07-01T21:06:55.508Z Compiling toml_datetime v0.6.11
21392026-07-01T21:06:55.524Z Compiling serde_spanned v0.6.9
21402026-07-01T21:06:55.715Z Compiling md-5 v0.10.6
21412026-07-01T21:06:55.730Z Compiling signature v2.2.0
21422026-07-01T21:06:55.764Z Compiling async-recursion v1.1.1
21432026-07-01T21:06:55.872Z Compiling terminal_size v0.4.3
21442026-07-01T21:06:55.914Z Compiling num-integer v0.1.46
21452026-07-01T21:06:55.914Z Compiling hash32 v0.2.1
21462026-07-01T21:06:55.946Z Compiling vergen-lib v9.1.0
21472026-07-01T21:06:56.173Z Compiling fallible-iterator v0.2.0
21482026-07-01T21:06:56.259Z Compiling clap_lex v1.0.0
21492026-07-01T21:06:56.319Z Compiling psl-types v2.0.11
21502026-07-01T21:06:56.471Z Compiling clap_builder v4.6.0
21512026-07-01T21:06:56.488Z Compiling postgres-protocol v0.6.10
21522026-07-01T21:06:56.534Z Compiling publicsuffix v2.3.0
21532026-07-01T21:06:56.702Z Compiling num-iter v0.1.45
21542026-07-01T21:06:56.873Z Compiling newtype-uuid v1.3.2
21552026-07-01T21:06:56.876Z Compiling rand v0.8.6
21562026-07-01T21:06:57.149Z Compiling goblin v0.8.2
21572026-07-01T21:06:57.244Z Compiling inout v0.2.2
21582026-07-01T21:06:57.356Z Compiling oxnet v0.1.6
21592026-07-01T21:06:57.423Z Compiling derive_builder v0.20.2
21602026-07-01T21:06:57.508Z Compiling hyper-tls v0.6.0
21612026-07-01T21:06:57.557Z Compiling phf_shared v0.13.1
21622026-07-01T21:06:57.756Z Compiling zerocopy v0.7.35
21632026-07-01T21:06:57.804Z Compiling lazy_static v1.5.0
21642026-07-01T21:06:57.878Z Compiling pin-project v1.1.11
21652026-07-01T21:06:57.893Z Compiling anstyle-parse v0.2.7
21662026-07-01T21:06:57.969Z Compiling futures-executor v0.3.32
21672026-07-01T21:06:58.165Z Compiling serde_repr v0.1.20
21682026-07-01T21:06:58.251Z Compiling enum-as-inner v0.6.1
21692026-07-01T21:06:58.344Z Compiling ff v0.13.1
21702026-07-01T21:06:58.369Z Compiling vergen v9.1.0
21712026-07-01T21:06:58.509Z Compiling cargo-platform v0.3.2
21722026-07-01T21:06:58.615Z Compiling winnow v0.5.40
21732026-07-01T21:06:58.741Z Compiling foldhash v0.2.0
21742026-07-01T21:06:58.761Z Compiling unicode-segmentation v1.12.0
21752026-07-01T21:06:58.792Z Compiling libbz2-rs-sys v0.2.2
21762026-07-01T21:06:58.853Z Compiling foldhash v0.1.5
21772026-07-01T21:06:58.869Z Compiling bumpalo v3.20.2
21782026-07-01T21:06:58.873Z Compiling bitflags v1.3.2
21792026-07-01T21:06:58.954Z Compiling same-file v1.0.6
21802026-07-01T21:06:58.992Z Compiling managed v0.8.0
21812026-07-01T21:06:59.044Z Compiling base16ct v0.2.0
21822026-07-01T21:06:59.119Z Compiling zopfli v0.8.3
21832026-07-01T21:06:59.159Z Compiling walkdir v2.5.0
21842026-07-01T21:06:59.239Z Compiling sec1 v0.7.3
21852026-07-01T21:06:59.289Z Compiling bzip2 v0.6.1
21862026-07-01T21:06:59.433Z Compiling hashbrown v0.15.5
21872026-07-01T21:06:59.487Z Compiling dof v0.3.0
21882026-07-01T21:06:59.545Z Compiling hashbrown v0.16.1
21892026-07-01T21:06:59.756Z Compiling cargo_metadata v0.23.1
21902026-07-01T21:06:59.996Z Compiling toml_edit v0.19.15
21912026-07-01T21:07:00.071Z Compiling group v0.13.0
21922026-07-01T21:07:00.107Z Compiling clap v4.6.1
21932026-07-01T21:07:00.264Z Compiling futures v0.3.32
21942026-07-01T21:07:00.352Z Compiling anstream v0.6.21
21952026-07-01T21:07:00.639Z Compiling snafu v0.8.9
21962026-07-01T21:07:01.043Z Compiling phf v0.13.1
21972026-07-01T21:07:01.133Z Compiling reqwest v0.12.28
21982026-07-01T21:07:01.160Z Compiling daft v0.1.7
21992026-07-01T21:07:01.464Z Compiling signal-hook-mio v0.2.5
22002026-07-01T21:07:01.485Z Compiling cipher v0.5.2
22012026-07-01T21:07:01.544Z Compiling cookie_store v0.22.1
22022026-07-01T21:07:01.585Z Compiling postgres-types v0.2.12
22032026-07-01T21:07:01.602Z Compiling zstd v0.13.3
22042026-07-01T21:07:01.632Z Compiling bzip2 v0.4.4
22052026-07-01T21:07:01.778Z Compiling ed25519 v2.2.3
22062026-07-01T21:07:01.817Z Compiling globset v0.4.18
22072026-07-01T21:07:01.853Z Compiling dtrace-parser v0.2.0
22082026-07-01T21:07:01.875Z Compiling strum v0.27.2
22092026-07-01T21:07:02.028Z Compiling hubpack v0.1.2
22102026-07-01T21:07:02.069Z Compiling phf_shared v0.11.3
22112026-07-01T21:07:02.116Z Compiling hkdf v0.12.4
22122026-07-01T21:07:02.119Z Compiling olpc-cjson v0.1.4
22132026-07-01T21:07:02.151Z Compiling pkcs1 v0.7.5
22142026-07-01T21:07:02.314Z Compiling pem v3.0.6
22152026-07-01T21:07:02.355Z Compiling serde_plain v1.0.2
22162026-07-01T21:07:02.370Z Compiling serde-big-array v0.5.1
22172026-07-01T21:07:02.399Z Compiling crypto-bigint v0.5.5
22182026-07-01T21:07:02.537Z Compiling float-cmp v0.10.0
22192026-07-01T21:07:02.567Z Compiling thread-id v4.2.2
22202026-07-01T21:07:02.571Z Compiling memmap2 v0.9.10
22212026-07-01T21:07:02.612Z Compiling env_filter v1.0.0
22222026-07-01T21:07:02.714Z Compiling winnow v1.0.3
22232026-07-01T21:07:02.730Z Compiling difflib v0.4.0
22242026-07-01T21:07:02.804Z Compiling either v1.15.0
22252026-07-01T21:07:02.878Z Compiling data-encoding v2.10.0
22262026-07-01T21:07:02.881Z Compiling new_debug_unreachable v1.0.6
22272026-07-01T21:07:02.980Z Compiling fixedbitset v0.4.2
22282026-07-01T21:07:03.026Z Compiling precomputed-hash v0.1.1
22292026-07-01T21:07:03.057Z Compiling normalize-line-endings v0.3.0
22302026-07-01T21:07:03.128Z Compiling predicates-core v1.0.10
22312026-07-01T21:07:03.165Z Compiling cpufeatures v0.3.0
22322026-07-01T21:07:03.181Z Compiling const-oid v0.10.2
22332026-07-01T21:07:03.196Z Compiling whoami v2.1.0
22342026-07-01T21:07:03.229Z Compiling fixedbitset v0.5.7
22352026-07-01T21:07:03.307Z Compiling jiff v0.2.21
22362026-07-01T21:07:03.390Z Compiling keccak v0.1.6
22372026-07-01T21:07:03.409Z Compiling typed-path v0.9.3
22382026-07-01T21:07:03.424Z Compiling static_assertions v1.1.0
22392026-07-01T21:07:03.485Z Compiling winnow v0.7.14
22402026-07-01T21:07:03.520Z Compiling toml_write v0.1.2
22412026-07-01T21:07:03.536Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22422026-07-01T21:07:03.603Z Compiling sha3 v0.10.8
22432026-07-01T21:07:03.735Z Compiling petgraph v0.8.3
22442026-07-01T21:07:03.886Z Compiling tokio-postgres v0.7.16
22452026-07-01T21:07:04.351Z Compiling digest v0.11.3
22462026-07-01T21:07:04.576Z Compiling elliptic-curve v0.13.8
22472026-07-01T21:07:04.599Z Compiling predicates v3.1.4
22482026-07-01T21:07:04.603Z Compiling chacha20 v0.10.0
22492026-07-01T21:07:04.919Z Compiling toml_edit v0.22.27
22502026-07-01T21:07:04.976Z Compiling hickory-proto v0.25.2
22512026-07-01T21:07:05.227Z Compiling petgraph v0.6.5
22522026-07-01T21:07:05.480Z Compiling string_cache v0.8.9
22532026-07-01T21:07:05.532Z Compiling toml_parser v1.1.2+spec-1.1.0
22542026-07-01T21:07:05.667Z Compiling itertools v0.13.0
22552026-07-01T21:07:05.957Z Compiling zip v4.6.1
22562026-07-01T21:07:06.128Z Compiling env_logger v0.11.9
22572026-07-01T21:07:06.146Z Compiling usdt v0.6.0
22582026-07-01T21:07:06.859Z Compiling rsa v0.9.10
22592026-07-01T21:07:07.197Z Compiling ed25519-dalek v2.2.0
22602026-07-01T21:07:07.218Z Compiling zip v0.6.6
22612026-07-01T21:07:07.245Z Compiling crossterm v0.28.1
22622026-07-01T21:07:07.306Z Compiling toml v0.7.8
22632026-07-01T21:07:07.517Z Compiling iddqd v0.4.2
22642026-07-01T21:07:07.753Z Compiling crossbeam-epoch v0.9.18
22652026-07-01T21:07:07.786Z Compiling heck v0.4.1
22662026-07-01T21:07:07.824Z Compiling similar v2.7.0
22672026-07-01T21:07:07.859Z Compiling serde_with v3.17.0
22682026-07-01T21:07:08.073Z Compiling strum v0.26.3
22692026-07-01T21:07:08.156Z Compiling tokio-stream v0.1.18
22702026-07-01T21:07:08.222Z Compiling buf-list v1.1.2
22712026-07-01T21:07:08.423Z Compiling x509-cert v0.2.5
22722026-07-01T21:07:08.488Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22732026-07-01T21:07:08.670Z Compiling openapiv3 v2.2.0
22742026-07-01T21:07:08.806Z Compiling structmeta-derive v0.3.0
22752026-07-01T21:07:09.120Z Compiling radium v0.7.0
22762026-07-01T21:07:09.211Z Compiling lalrpop-util v0.19.12
22772026-07-01T21:07:09.273Z Compiling peg-runtime v0.8.5
22782026-07-01T21:07:09.835Z Compiling structmeta v0.3.0
22792026-07-01T21:07:10.274Z Compiling tap v1.0.1
22802026-07-01T21:07:10.289Z Compiling maybe-uninit v2.0.0
22812026-07-01T21:07:10.657Z Compiling wyz v0.5.1
22822026-07-01T21:07:11.811Z Compiling packed_struct v0.10.1
22832026-07-01T21:07:12.249Z Compiling funty v2.0.0
22842026-07-01T21:07:12.660Z Compiling bitvec v1.0.1
22852026-07-01T21:07:15.113Z Compiling packed_struct_codegen v0.10.1
22862026-07-01T21:07:15.395Z Compiling bitfield-macros v0.19.4
22872026-07-01T21:07:15.536Z Compiling zerocopy-derive v0.6.6
22882026-07-01T21:07:16.029Z Compiling indexmap v1.9.3
22892026-07-01T21:07:16.302Z Compiling crc-catalog v2.4.0
22902026-07-01T21:07:16.376Z Compiling nodrop v0.1.14
22912026-07-01T21:07:16.546Z Compiling array-init v0.0.4
22922026-07-01T21:07:16.929Z Compiling crc v3.4.0
22932026-07-01T21:07:17.135Z Compiling zerocopy v0.6.6
22942026-07-01T21:07:17.397Z Compiling bitfield v0.19.4
22952026-07-01T21:07:17.845Z Compiling smallvec v0.6.14
22962026-07-01T21:07:18.694Z Compiling derive-ex v0.1.8
22972026-07-01T21:07:20.486Z Compiling hashbrown v0.12.3
22982026-07-01T21:07:21.188Z Compiling base64 v0.21.7
22992026-07-01T21:07:22.314Z Compiling ron v0.8.1
23002026-07-01T21:07:22.660Z Compiling rustls-webpki v0.103.9
23012026-07-01T21:07:23.517Z Compiling test-strategy v0.4.5
23022026-07-01T21:07:24.915Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23032026-07-01T21:07:25.500Z Compiling serde-hex v0.1.0
23042026-07-01T21:07:25.901Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23052026-07-01T21:07:26.129Z Compiling tokio-rustls v0.26.4
23062026-07-01T21:07:26.416Z Compiling hyper-rustls v0.27.7
23072026-07-01T21:07:26.661Z Compiling rustls-platform-verifier v0.6.2
23082026-07-01T21:07:26.730Z Compiling tough v0.22.0
23092026-07-01T21:07:26.807Z Compiling reqwest v0.13.2
23102026-07-01T21:07:26.876Z Compiling hashbrown v0.13.2
23112026-07-01T21:07:27.391Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23122026-07-01T21:07:27.671Z Compiling filetime v0.2.27
23132026-07-01T21:07:27.722Z Compiling multer v3.1.0
23142026-07-01T21:07:27.843Z Compiling thread_local v1.1.9
23152026-07-01T21:07:27.902Z Compiling compression-core v0.4.31
23162026-07-01T21:07:27.986Z Compiling match_cfg v0.1.0
23172026-07-01T21:07:28.024Z Compiling rayon-core v1.13.0
23182026-07-01T21:07:28.066Z Compiling slog-async v2.8.0
23192026-07-01T21:07:28.081Z Compiling xattr v1.6.1
23202026-07-01T21:07:28.098Z Compiling crc-any v2.5.0
23212026-07-01T21:07:28.114Z Compiling hostname v0.3.1
23222026-07-01T21:07:28.207Z Compiling compression-codecs v0.4.37
23232026-07-01T21:07:28.237Z Compiling tar v0.4.45
23242026-07-01T21:07:28.296Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23252026-07-01T21:07:28.299Z Compiling object v0.30.4
23262026-07-01T21:07:28.333Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23272026-07-01T21:07:28.424Z Compiling crossbeam-channel v0.5.15
23282026-07-01T21:07:28.505Z Compiling slog-json v2.6.1
23292026-07-01T21:07:28.565Z Compiling async-stream-impl v0.3.6
23302026-07-01T21:07:28.594Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23312026-07-01T21:07:28.785Z Compiling serde_path_to_error v0.1.20
23322026-07-01T21:07:28.811Z Compiling serde_spanned v1.1.1
23332026-07-01T21:07:28.982Z Compiling toml_datetime v1.1.1+spec-1.1.0
23342026-07-01T21:07:29.000Z Compiling is-terminal v0.4.17
23352026-07-01T21:07:29.035Z Compiling fs-err v2.11.0
23362026-07-01T21:07:29.124Z Compiling dropshot v0.17.1
23372026-07-01T21:07:29.138Z Compiling debug-ignore v1.0.5
23382026-07-01T21:07:29.167Z Compiling take_mut v0.2.2
23392026-07-01T21:07:29.273Z Compiling path-slash v0.1.5
23402026-07-01T21:07:29.273Z Compiling term v1.2.1
23412026-07-01T21:07:29.304Z Compiling toml_writer v1.1.1+spec-1.1.0
23422026-07-01T21:07:29.436Z Compiling async-stream v0.3.6
23432026-07-01T21:07:29.439Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23442026-07-01T21:07:29.469Z Compiling slog-bunyan v2.5.0
23452026-07-01T21:07:29.586Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23462026-07-01T21:07:29.621Z Compiling slog-term v2.9.2
23472026-07-01T21:07:29.647Z Compiling toml v1.1.2+spec-1.1.0
23482026-07-01T21:07:29.671Z Compiling async-compression v0.4.41
23492026-07-01T21:07:29.879Z Compiling atomicwrites v0.4.4
23502026-07-01T21:07:30.105Z Compiling sha1 v0.11.0
23512026-07-01T21:07:30.146Z Compiling crossbeam-deque v0.8.6
23522026-07-01T21:07:30.183Z Compiling parse-display-derive v0.10.0
23532026-07-01T21:07:30.374Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23542026-07-01T21:07:30.388Z Compiling camino-tempfile v1.4.1
23552026-07-01T21:07:30.534Z Compiling dropshot_endpoint v0.17.1
23562026-07-01T21:07:30.679Z Compiling newtype-uuid-macros v0.1.0
23572026-07-01T21:07:30.694Z Compiling waitgroup v0.1.2
23582026-07-01T21:07:30.727Z Compiling half v2.7.1
23592026-07-01T21:07:30.744Z Compiling rustls-pemfile v2.2.0
23602026-07-01T21:07:30.851Z Compiling backon v1.6.0
23612026-07-01T21:07:30.877Z Compiling blake3 v1.8.5
23622026-07-01T21:07:30.941Z Compiling hostname v0.4.2
23632026-07-01T21:07:31.008Z Compiling instant v0.1.13
23642026-07-01T21:07:31.052Z Compiling ciborium-io v0.2.2
23652026-07-01T21:07:31.082Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23662026-07-01T21:07:31.105Z Compiling backoff v0.4.0
23672026-07-01T21:07:31.121Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23682026-07-01T21:07:31.147Z Compiling ciborium-ll v0.2.2
23692026-07-01T21:07:31.354Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23702026-07-01T21:07:31.427Z Compiling toml v0.8.23
23712026-07-01T21:07:31.459Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23722026-07-01T21:07:31.573Z Compiling regress v0.10.5
23732026-07-01T21:07:31.589Z Compiling itertools v0.14.0
23742026-07-01T21:07:31.670Z Compiling macaddr v1.0.1
23752026-07-01T21:07:31.697Z Compiling parse-display v0.10.0
23762026-07-01T21:07:31.970Z Compiling indent_write v2.2.0
23772026-07-01T21:07:32.143Z Compiling humantime v2.3.0
23782026-07-01T21:07:32.176Z Compiling arrayvec v0.7.6
23792026-07-01T21:07:32.326Z Compiling parse-size v1.1.0
23802026-07-01T21:07:32.429Z Compiling constant_time_eq v0.4.2
23812026-07-01T21:07:32.531Z Compiling arrayref v0.3.9
23822026-07-01T21:07:32.621Z Compiling ciborium v0.2.2
23832026-07-01T21:07:32.646Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23842026-07-01T21:07:32.688Z Compiling topological-sort v0.2.2
23852026-07-01T21:07:32.873Z Compiling display-error-chain v0.2.2
23862026-07-01T21:07:33.033Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-07-01T21:07:33.150Z Compiling shell-words v1.1.1
23882026-07-01T21:07:33.221Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23892026-07-01T21:07:43.044Z Compiling progenitor-client v0.14.0
23902026-07-01T21:07:43.044Z Compiling omicron-zone-package v0.12.3
23912026-07-01T21:07:43.283Z Compiling progenitor-extras v0.2.0
23922026-07-01T21:07:43.609Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-07-01T21:07:43.627Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23942026-07-01T21:07:43.665Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23952026-07-01T21:07:44.788Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-07-01T21:07:48.689Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23972026-07-01T21:07:51.769Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23982026-07-01T21:07:59.820Z Finished `release` profile [optimized] target(s) in 1m 28s
23992026-07-01T21:07:59.962Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24002026-07-01T21:08:00.024ZJul 01 21:07:58.809 DEBG changing working directory to /work/oxidecomputer/omicron
24012026-07-01T21:08:00.118ZJul 01 21:07:58.905 DEBG running: git rev-parse HEAD
24022026-07-01T21:08:00.126ZJul 01 21:07:58.908 DEBG process exited with exit status: 0 (3.32819ms)
24032026-07-01T21:08:00.126ZJul 01 21:07:58.908 INFO version: 21.0.0-0.ci+gitfb4894e2227
24042026-07-01T21:08:00.132ZJul 01 21:07:58.916 INFO cloning helios to /work/oxidecomputer/helios
24052026-07-01T21:08:00.132ZJul 01 21:07:58.916 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24062026-07-01T21:08:00.135ZCloning into '/work/oxidecomputer/helios'...
24072026-07-01T21:08:00.642ZJul 01 21:07:59.427 DEBG process exited with exit status: 0 (510.70923ms)
24082026-07-01T21:08:00.642ZJul 01 21:07:59.427 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24092026-07-01T21:08:00.645ZJul 01 21:07:59.430 DEBG process exited with exit status: 0 (2.6678ms)
24102026-07-01T21:08:00.645ZJul 01 21:07:59.430 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24112026-07-01T21:08:01.030ZJul 01 21:07:59.808 DEBG process exited with exit status: 0 (378.126708ms)
24122026-07-01T21:08:01.030ZJul 01 21:07:59.808 DEBG running: zfs list rpool/images/build/host
24132026-07-01T21:08:01.034ZNAME USED AVAIL REFER MOUNTPOINT
24142026-07-01T21:08:01.034Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24152026-07-01T21:08:01.034ZJul 01 21:07:59.813 DEBG process exited with exit status: 0 (4.75482ms)
24162026-07-01T21:08:01.034ZJul 01 21:07:59.813 DEBG running: zfs list rpool/images/build/recovery
24172026-07-01T21:08:01.034ZNAME USED AVAIL REFER MOUNTPOINT
24182026-07-01T21:08:01.034Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24192026-07-01T21:08:01.034ZJul 01 21:07:59.816 DEBG process exited with exit status: 0 (3.77901ms)
24202026-07-01T21:08:01.034ZJul 01 21:07:59.817 INFO [hubris-staging] running task
24212026-07-01T21:08:01.035ZJul 01 21:07:59.817 INFO [hubris-production] running task
24222026-07-01T21:08:01.035ZJul 01 21:07:59.817 INFO [incorp-manifest] running task
24232026-07-01T21:08:01.035ZJul 01 21:07:59.817 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24242026-07-01T21:08:01.035ZJul 01 21:07:59.818 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
24252026-07-01T21:08:01.035ZJul 01 21:07:59.818 INFO [incorp-create] running: pkgrepo create /work/incorporation
24262026-07-01T21:08:01.035ZJul 01 21:07:59.820 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24272026-07-01T21:08:01.072Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24282026-07-01T21:08:01.277ZJul 01 21:08:00.063 INFO [incorp-create] process exited with exit status: 0 (245.40304ms)
24292026-07-01T21:08:01.282ZJul 01 21:08:00.064 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24302026-07-01T21:08:01.470Z[ omicron-package] Blocking waiting for file lock on package cache
24312026-07-01T21:08:01.501ZJul 01 21:08:00.288 INFO [incorp-publisher] process exited with exit status: 0 (224.53948ms)
24322026-07-01T21:08:01.877Z[ omicron-package] Blocking waiting for file lock on package cache
24332026-07-01T21:08:02.503ZJul 01 21:08:01.290 INFO [hubris-production] task succeeded (1.473542368s)
24342026-07-01T21:08:02.897Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24352026-07-01T21:08:02.897Z[ omicron-package] Compiling itertools v0.14.0
24362026-07-01T21:08:02.943Z[ omicron-package] Compiling secrecy v0.10.3
24372026-07-01T21:08:02.943Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24382026-07-01T21:08:02.944Z[ omicron-package] Compiling heapless v0.8.0
24392026-07-01T21:08:02.944Z[ omicron-package] Compiling hash32 v0.3.1
24402026-07-01T21:08:02.944Z[ omicron-package] Compiling inout v0.1.4
24412026-07-01T21:08:02.944Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24422026-07-01T21:08:02.944Z[ omicron-package] Compiling smoltcp v0.11.0
24432026-07-01T21:08:02.944Z[ omicron-package] Compiling unicode-width v0.2.0
24442026-07-01T21:08:02.944Z[ omicron-package] Compiling cobs v0.3.0
24452026-07-01T21:08:02.944Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24462026-07-01T21:08:02.944Z[ omicron-package] Compiling universal-hash v0.5.1
24472026-07-01T21:08:02.944Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24482026-07-01T21:08:02.944Z[ omicron-package] Compiling opaque-debug v0.3.1
24492026-07-01T21:08:02.964Z[ omicron-package] Compiling convert_case v0.4.0
24502026-07-01T21:08:03.149ZJul 01 21:08:01.936 DEBG process exited with exit status: 0 (2.118617286s)
24512026-07-01T21:08:03.149ZJul 01 21:08:01.936 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24522026-07-01T21:08:03.374Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24532026-07-01T21:08:03.680Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24542026-07-01T21:08:03.685Z[ omicron-package] Compiling cipher v0.4.4
24552026-07-01T21:08:04.084Z[ omicron-package] Compiling postcard v1.1.3
24562026-07-01T21:08:04.090Z[ omicron-package] Compiling poly1305 v0.8.0
24572026-07-01T21:08:04.090Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24582026-07-01T21:08:04.271Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24592026-07-01T21:08:04.271Z[ omicron-package] Compiling password-hash v0.5.0
24602026-07-01T21:08:04.275Z[ omicron-package] Compiling blake2 v0.10.6
24612026-07-01T21:08:04.322Z[ omicron-package] Compiling derive_more v0.99.20
24622026-07-01T21:08:04.337Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24632026-07-01T21:08:04.695Z[ omicron-package] Compiling aead v0.5.2
24642026-07-01T21:08:04.708Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24652026-07-01T21:08:04.866Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24662026-07-01T21:08:04.937ZJul 01 21:08:03.719 DEBG process exited with exit status: 0 (1.783323817s)
24672026-07-01T21:08:04.944ZJul 01 21:08:03.723 INFO [incorp-manifest] task succeeded (3.906086693s)
24682026-07-01T21:08:04.944ZJul 01 21:08:03.723 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24692026-07-01T21:08:05.080Z[ omicron-package] Compiling chacha20 v0.9.1
24702026-07-01T21:08:05.254Z[ omicron-package] Compiling proc-macro-error v1.0.4
24712026-07-01T21:08:05.287Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24722026-07-01T21:08:05.287ZJul 01 21:08:03.961 INFO [incorp-fmt] process exited with exit status: 0 (237.466649ms)
24732026-07-01T21:08:05.287ZJul 01 21:08:03.961 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24742026-07-01T21:08:05.287Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24752026-07-01T21:08:05.287Z[ omicron-package] Compiling ingot-macros v0.1.1
24762026-07-01T21:08:05.328Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24772026-07-01T21:08:05.328Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24782026-07-01T21:08:05.328Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24792026-07-01T21:08:05.436Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
24802026-07-01T21:08:05.444Z[ omicron-package] Compiling num_enum_derive v0.5.11
24812026-07-01T21:08:05.543Z[ omicron-package] Compiling num_enum_derive v0.7.6
24822026-07-01T21:08:05.628Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260701T210804Z
24832026-07-01T21:08:05.628Z[ incorp-pkgsend] PUBLISHED
24842026-07-01T21:08:05.687Z[ omicron-package] Compiling vsss-rs v3.3.4
24852026-07-01T21:08:05.706ZJul 01 21:08:04.481 INFO [incorp-pkgsend] process exited with exit status: 0 (520.447579ms)
24862026-07-01T21:08:05.706ZJul 01 21:08:04.481 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24872026-07-01T21:08:05.840Z[ omicron-package] Compiling argon2 v0.5.3
24882026-07-01T21:08:05.849Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24892026-07-01T21:08:05.873Z[ omicron-package] Compiling tabwriter v1.4.1
24902026-07-01T21:08:05.955Z[ helios-incorp] Retrieving packages for publisher helios ...
24912026-07-01T21:08:05.978Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24922026-07-01T21:08:05.992Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24932026-07-01T21:08:05.992Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24942026-07-01T21:08:05.992Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24952026-07-01T21:08:05.992Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24962026-07-01T21:08:06.000Z[ helios-incorp]
24972026-07-01T21:08:06.000Z[ helios-incorp] Archiving packages ...
24982026-07-01T21:08:06.000Z[ helios-incorp] Packages to add: 1
24992026-07-01T21:08:06.000Z[ helios-incorp] Files to retrieve: 0
25002026-07-01T21:08:06.000Z[ helios-incorp] Estimated transfer size: 0.00 B
25012026-07-01T21:08:06.000Z[ helios-incorp]
25022026-07-01T21:08:06.000Z[ helios-incorp] Packages to archive:
25032026-07-01T21:08:06.014Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260701T210804Z
25042026-07-01T21:08:06.014Z[ helios-incorp]
25052026-07-01T21:08:06.014Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25062026-07-01T21:08:06.014Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25072026-07-01T21:08:06.047ZJul 01 21:08:04.834 INFO [helios-incorp] process exited with exit status: 0 (352.660479ms)
25082026-07-01T21:08:06.134Z[ omicron-package] Compiling byte-wrapper v0.1.0
25092026-07-01T21:08:06.134Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25102026-07-01T21:08:06.144Z[ omicron-package] Compiling cstr-argument v0.1.2
25112026-07-01T21:08:06.340Z[ omicron-package] Compiling foreign-types v0.5.0
25122026-07-01T21:08:06.394Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25132026-07-01T21:08:06.455Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25142026-07-01T21:08:06.524Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25152026-07-01T21:08:06.661Z[ omicron-package] Compiling num_enum v0.5.11
25162026-07-01T21:08:06.720Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25172026-07-01T21:08:06.788Z[ omicron-package] Compiling num_enum v0.7.6
25182026-07-01T21:08:06.839Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25192026-07-01T21:08:06.864Z[ omicron-package] Compiling rayon v1.11.0
25202026-07-01T21:08:06.901Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25212026-07-01T21:08:06.949Z[ omicron-package] Compiling rand v0.10.1
25222026-07-01T21:08:07.009Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25232026-07-01T21:08:07.054Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25242026-07-01T21:08:07.136Z[ omicron-package] Compiling libefi-sys v0.1.0
25252026-07-01T21:08:07.170Z[ omicron-package] Compiling colored v3.1.1
25262026-07-01T21:08:07.261Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25272026-07-01T21:08:07.292Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25282026-07-01T21:08:07.304Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25292026-07-01T21:08:07.314Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25302026-07-01T21:08:07.366Z[ omicron-package] Compiling itertools v0.12.1
25312026-07-01T21:08:07.468Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25322026-07-01T21:08:07.478Z[ omicron-package] Compiling usdt-macro v0.5.0
25332026-07-01T21:08:07.595Z[ omicron-package] Compiling memmap v0.7.0
25342026-07-01T21:08:07.619Z[ omicron-package] Compiling sigpipe v0.1.3
25352026-07-01T21:08:07.642Z[ omicron-package] Compiling bitfield-struct v0.6.2
25362026-07-01T21:08:07.910Z[ omicron-package] Compiling num-derive v0.4.2
25372026-07-01T21:08:07.931Z[ omicron-package] Compiling glob v0.3.3
25382026-07-01T21:08:08.008Z[ omicron-package] Compiling swrite v0.1.0
25392026-07-01T21:08:08.073Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-07-01T21:08:08.198Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25412026-07-01T21:08:08.632Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25422026-07-01T21:08:08.655Z[ omicron-package] Compiling ingot-types v0.1.2
25432026-07-01T21:08:08.655Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-07-01T21:08:08.656Z[ omicron-package] Compiling usdt v0.5.0
25452026-07-01T21:08:08.656Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25462026-07-01T21:08:08.656Z[ omicron-package] Compiling smf v0.2.3
25472026-07-01T21:08:08.731Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-07-01T21:08:08.778Z[ omicron-package] Compiling whoami v1.6.1
25492026-07-01T21:08:08.885Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25502026-07-01T21:08:08.899Z[ omicron-package] Compiling zone v0.3.1
25512026-07-01T21:08:08.914Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25522026-07-01T21:08:08.943Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-07-01T21:08:09.020Z[ omicron-package] Compiling ingot v0.1.1
25542026-07-01T21:08:09.043Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-07-01T21:08:09.105Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25562026-07-01T21:08:09.185Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25572026-07-01T21:08:09.311Z[ omicron-package] Compiling console v0.16.2
25582026-07-01T21:08:09.386Z[ omicron-package] Compiling gethostname v0.5.0
25592026-07-01T21:08:09.480Z[ omicron-package] Compiling unit-prefix v0.5.2
25602026-07-01T21:08:09.519Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25612026-07-01T21:08:10.098Z[ omicron-package] Compiling indicatif v0.18.4
25622026-07-01T21:08:14.577Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25632026-07-01T21:08:14.664Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25642026-07-01T21:08:14.664Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25652026-07-01T21:08:15.688ZJul 01 21:08:14.476 INFO [hubris-staging] task succeeded (14.658722501s)
25662026-07-01T21:08:16.207Z[ helios-setup] Jul 01 21:08:14.994 INFO helios repository root is: /work/oxidecomputer/helios
25672026-07-01T21:08:16.210Z[ helios-setup] Jul 01 21:08:14.995 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
25682026-07-01T21:08:16.210Z[ helios-setup] Jul 01 21:08:14.995 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25692026-07-01T21:08:16.210Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25702026-07-01T21:08:16.965Z[ helios-setup] Jul 01 21:08:15.751 INFO clone ok!, project: pilot
25712026-07-01T21:08:16.968Z[ helios-setup] Jul 01 21:08:15.752 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25722026-07-01T21:08:16.968Z[ helios-setup] Jul 01 21:08:15.752 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
25732026-07-01T21:08:16.968Z[ helios-setup] Jul 01 21:08:15.752 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25742026-07-01T21:08:16.968Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25752026-07-01T21:08:17.426Z[ helios-setup] Jul 01 21:08:16.214 INFO clone ok!, project: image-builder
25762026-07-01T21:08:17.427Z[ helios-setup] Jul 01 21:08:16.214 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
25772026-07-01T21:08:17.429Z[ helios-setup] Jul 01 21:08:16.214 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25782026-07-01T21:08:17.429Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25792026-07-01T21:08:18.222Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25802026-07-01T21:08:21.446Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25812026-07-01T21:08:22.463Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25822026-07-01T21:08:24.161Z[ helios-setup] Jul 01 21:08:22.948 INFO clone ok!, project: amd-firmware
25832026-07-01T21:08:24.164Z[ helios-setup] Jul 01 21:08:22.948 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
25842026-07-01T21:08:24.165Z[ helios-setup] Jul 01 21:08:22.948 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25852026-07-01T21:08:24.165Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25862026-07-01T21:08:24.640Z[ helios-setup] Jul 01 21:08:23.426 INFO clone ok!, project: phbl
25872026-07-01T21:08:24.641Z[ helios-setup] Jul 01 21:08:23.427 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
25882026-07-01T21:08:24.645Z[ helios-setup] Jul 01 21:08:23.427 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
25892026-07-01T21:08:24.645Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25902026-07-01T21:08:25.389Z[ helios-setup] Jul 01 21:08:24.175 INFO clone ok!, project: amd-host-image-builder
25912026-07-01T21:08:25.389Z[ helios-setup] Jul 01 21:08:24.175 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25922026-07-01T21:08:25.389Z[ helios-setup] Jul 01 21:08:24.175 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
25932026-07-01T21:08:25.392Z[ helios-setup] Jul 01 21:08:24.175 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25942026-07-01T21:08:25.392Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25952026-07-01T21:08:25.883Z[ helios-setup] Jul 01 21:08:24.667 INFO clone ok!, project: bootserver
25962026-07-01T21:08:25.883Z[ helios-setup] Jul 01 21:08:24.667 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
25972026-07-01T21:08:25.887Z[ helios-setup] Jul 01 21:08:24.667 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25982026-07-01T21:08:25.887Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25992026-07-01T21:08:26.296Z[ helios-setup] Jul 01 21:08:25.083 INFO clone ok!, project: pinprick
26002026-07-01T21:08:26.296Z[ helios-setup] Jul 01 21:08:25.083 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26012026-07-01T21:08:26.296Z[ helios-setup] Jul 01 21:08:25.083 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
26022026-07-01T21:08:26.300Z[ helios-setup] Jul 01 21:08:25.083 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26032026-07-01T21:08:26.300Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26042026-07-01T21:08:27.119Z[ helios-setup] Jul 01 21:08:25.905 INFO clone ok!, project: chelsio-t6-roms
26052026-07-01T21:08:27.124Z[ helios-setup] Jul 01 21:08:25.905 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
26062026-07-01T21:08:27.124Z[ helios-setup] Jul 01 21:08:25.905 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26072026-07-01T21:08:27.124Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26082026-07-01T21:08:27.909Z[ helios-setup] Jul 01 21:08:26.695 INFO clone ok!, project: dmar-report
26092026-07-01T21:08:27.913Z[ helios-setup] Jul 01 21:08:26.696 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26102026-07-01T21:08:28.127Z[ helios-setup] Jul 01 21:08:26.913 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26112026-07-01T21:08:28.346Z[ helios-setup] Jul 01 21:08:27.132 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26122026-07-01T21:08:28.346Z[ helios-setup] Jul 01 21:08:27.132 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26132026-07-01T21:08:28.560Z[ helios-setup] Jul 01 21:08:27.346 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26142026-07-01T21:08:28.776Z[ helios-setup] Jul 01 21:08:27.563 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26152026-07-01T21:08:28.776Z[ helios-setup] Jul 01 21:08:27.563 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26162026-07-01T21:08:28.987Z[ helios-setup] Jul 01 21:08:27.774 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26172026-07-01T21:08:29.212Z[ helios-setup] Jul 01 21:08:27.998 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26182026-07-01T21:08:29.213Z[ helios-setup] Jul 01 21:08:27.998 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26192026-07-01T21:08:29.219Z[ helios-setup] Jul 01 21:08:27.998 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26202026-07-01T21:08:29.219Z[ helios-setup] Jul 01 21:08:27.998 INFO ok!
26212026-07-01T21:08:29.219Z[ helios-setup] Jul 01 21:08:27.998 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26222026-07-01T21:08:29.219Z[ helios-setup] Jul 01 21:08:27.998 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26232026-07-01T21:08:29.219Z[ helios-setup] Jul 01 21:08:27.998 INFO ok!
26242026-07-01T21:08:29.219Z[ helios-setup] Jul 01 21:08:27.998 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26252026-07-01T21:08:29.220Z[ helios-setup] Jul 01 21:08:27.998 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26262026-07-01T21:08:29.220Z[ helios-setup] Jul 01 21:08:27.999 INFO ok!
26272026-07-01T21:08:29.220Z[ helios-setup] Jul 01 21:08:27.999 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26282026-07-01T21:08:29.224Z[ helios-setup] Jul 01 21:08:28.006 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
26292026-07-01T21:08:29.224Z[ helios-setup] Jul 01 21:08:28.006 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26302026-07-01T21:08:29.224Z[ helios-setup] Jul 01 21:08:28.006 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26312026-07-01T21:08:29.301Z[ helios-setup] Jul 01 21:08:28.088 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26322026-07-01T21:08:29.591Z[ helios-setup] Jul 01 21:08:28.377 INFO E| From https://github.com/jclulow/hiercmd
26332026-07-01T21:08:29.591Z[ helios-setup] Jul 01 21:08:28.377 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26342026-07-01T21:08:29.602Z[ helios-setup] Jul 01 21:08:28.387 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26352026-07-01T21:08:29.875Z[ helios-setup] Jul 01 21:08:28.659 INFO E| From https://github.com/oxidecomputer/network-interface
26362026-07-01T21:08:29.875Z[ helios-setup] Jul 01 21:08:28.659 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26372026-07-01T21:08:29.882Z[ helios-setup] Jul 01 21:08:28.668 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26382026-07-01T21:08:30.196Z[ helios-setup] Jul 01 21:08:28.982 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26392026-07-01T21:08:30.196Z[ helios-setup] Jul 01 21:08:28.982 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26402026-07-01T21:08:30.231Z[ helios-setup] Jul 01 21:08:29.017 INFO E| Updating crates.io index
26412026-07-01T21:08:30.510Z[ helios-setup] Jul 01 21:08:29.296 INFO E| Downloading crates ...
26422026-07-01T21:08:30.583Z[ helios-setup] Jul 01 21:08:29.370 INFO E| Downloaded bytes v1.10.1
26432026-07-01T21:08:30.589Z[ helios-setup] Jul 01 21:08:29.376 INFO E| Downloaded futures-core v0.3.31
26442026-07-01T21:08:30.592Z[ helios-setup] Jul 01 21:08:29.377 INFO E| Downloaded clap_lex v0.7.6
26452026-07-01T21:08:30.592Z[ helios-setup] Jul 01 21:08:29.378 INFO E| Downloaded clap v4.5.51
26462026-07-01T21:08:30.607Z[ helios-setup] Jul 01 21:08:29.391 INFO E| Downloaded anstyle-query v1.1.4
26472026-07-01T21:08:30.611Z[ helios-setup] Jul 01 21:08:29.394 INFO E| Downloaded futures-sink v0.3.31
26482026-07-01T21:08:30.616Z[ helios-setup] Jul 01 21:08:29.397 INFO E| Downloaded futures v0.3.31
26492026-07-01T21:08:30.616Z[ helios-setup] Jul 01 21:08:29.400 INFO E| Downloaded futures-task v0.3.31
26502026-07-01T21:08:30.616Z[ helios-setup] Jul 01 21:08:29.401 INFO E| Downloaded anyhow v1.0.100
26512026-07-01T21:08:30.620Z[ helios-setup] Jul 01 21:08:29.403 INFO E| Downloaded anstyle v1.0.13
26522026-07-01T21:08:30.620Z[ helios-setup] Jul 01 21:08:29.405 INFO E| Downloaded num_enum v0.7.5
26532026-07-01T21:08:30.623Z[ helios-setup] Jul 01 21:08:29.408 INFO E| Downloaded base64ct v1.8.0
26542026-07-01T21:08:30.627Z[ helios-setup] Jul 01 21:08:29.412 INFO E| Downloaded bitfield-macros v0.19.3
26552026-07-01T21:08:30.627Z[ helios-setup] Jul 01 21:08:29.413 INFO E| Downloaded futures-macro v0.3.31
26562026-07-01T21:08:30.632Z[ helios-setup] Jul 01 21:08:29.419 INFO E| Downloaded futures-channel v0.3.31
26572026-07-01T21:08:30.640Z[ helios-setup] Jul 01 21:08:29.427 INFO E| Downloaded iana-time-zone v0.1.64
26582026-07-01T21:08:30.645Z[ helios-setup] Jul 01 21:08:29.429 INFO E| Downloaded getopts v0.2.24
26592026-07-01T21:08:30.645Z[ helios-setup] Jul 01 21:08:29.430 INFO E| Downloaded bitfield v0.19.3
26602026-07-01T21:08:30.649Z[ helios-setup] Jul 01 21:08:29.435 INFO E| Downloaded futures-executor v0.3.31
26612026-07-01T21:08:30.658Z[ helios-setup] Jul 01 21:08:29.444 INFO E| Downloaded pin-utils v0.1.0
26622026-07-01T21:08:30.662Z[ helios-setup] Jul 01 21:08:29.445 INFO E| Downloaded devinfo v0.1.0
26632026-07-01T21:08:30.662Z[ helios-setup] Jul 01 21:08:29.447 INFO E| Downloaded libdevinfo-sys v1.1.0
26642026-07-01T21:08:30.681Z[ helios-setup] Jul 01 21:08:29.462 INFO E| Downloaded env_filter v0.1.4
26652026-07-01T21:08:30.687Z[ helios-setup] Jul 01 21:08:29.474 INFO E| Downloaded zeroize_derive v1.4.2
26662026-07-01T21:08:30.690Z[ helios-setup] Jul 01 21:08:29.474 INFO E| Downloaded futures-io v0.3.31
26672026-07-01T21:08:30.694Z[ helios-setup] Jul 01 21:08:29.480 INFO E| Downloaded simd-adler32 v0.3.7
26682026-07-01T21:08:30.694Z[ helios-setup] Jul 01 21:08:29.481 INFO E| Downloaded time-core v0.1.6
26692026-07-01T21:08:30.697Z[ helios-setup] Jul 01 21:08:29.482 INFO E| Downloaded itoa v1.0.15
26702026-07-01T21:08:30.702Z[ helios-setup] Jul 01 21:08:29.489 INFO E| Downloaded crc v3.3.0
26712026-07-01T21:08:30.709Z[ helios-setup] Jul 01 21:08:29.496 INFO E| Downloaded serde_spanned v1.0.3
26722026-07-01T21:08:30.717Z[ helios-setup] Jul 01 21:08:29.504 INFO E| Downloaded quote v1.0.41
26732026-07-01T21:08:30.721Z[ helios-setup] Jul 01 21:08:29.506 INFO E| Downloaded env_logger v0.11.8
26742026-07-01T21:08:30.721Z[ helios-setup] Jul 01 21:08:29.507 INFO E| Downloaded toml_datetime v0.7.3
26752026-07-01T21:08:30.725Z[ helios-setup] Jul 01 21:08:29.508 INFO E| Downloaded deranged v0.5.5
26762026-07-01T21:08:30.726Z[ helios-setup] Jul 01 21:08:29.509 INFO E| Downloaded bitflags v2.10.0
26772026-07-01T21:08:30.736Z[ helios-setup] Jul 01 21:08:29.522 INFO E| Downloaded tokio-macros v2.6.0
26782026-07-01T21:08:30.742Z[ helios-setup] Jul 01 21:08:29.529 INFO E| Downloaded slab v0.4.11
26792026-07-01T21:08:30.746Z[ helios-setup] Jul 01 21:08:29.530 INFO E| Downloaded generic-array v0.14.9
26802026-07-01T21:08:30.747Z[ helios-setup] Jul 01 21:08:29.531 INFO E| Downloaded pin-project-lite v0.2.16
26812026-07-01T21:08:30.754Z[ helios-setup] Jul 01 21:08:29.540 INFO E| Downloaded find-msvc-tools v0.1.4
26822026-07-01T21:08:30.758Z[ helios-setup] Jul 01 21:08:29.541 INFO E| Downloaded thiserror v2.0.17
26832026-07-01T21:08:30.758Z[ helios-setup] Jul 01 21:08:29.545 INFO E| Downloaded proc-macro2 v1.0.103
26842026-07-01T21:08:30.762Z[ helios-setup] Jul 01 21:08:29.548 INFO E| Downloaded toml_writer v1.0.4
26852026-07-01T21:08:30.766Z[ helios-setup] Jul 01 21:08:29.549 INFO E| Downloaded num_enum_derive v0.7.5
26862026-07-01T21:08:30.766Z[ helios-setup] Jul 01 21:08:29.551 INFO E| Downloaded socket2 v0.6.1
26872026-07-01T21:08:30.766Z[ helios-setup] Jul 01 21:08:29.552 INFO E| Downloaded mio v1.1.0
26882026-07-01T21:08:30.771Z[ helios-setup] Jul 01 21:08:29.558 INFO E| Downloaded clap_derive v4.5.49
26892026-07-01T21:08:30.779Z[ helios-setup] Jul 01 21:08:29.566 INFO E| Downloaded ryu v1.0.20
26902026-07-01T21:08:30.782Z[ helios-setup] Jul 01 21:08:29.568 INFO E| Downloaded toml_parser v1.0.4
26912026-07-01T21:08:30.782Z[ helios-setup] Jul 01 21:08:29.569 INFO E| Downloaded thiserror-impl v2.0.17
26922026-07-01T21:08:30.786Z[ helios-setup] Jul 01 21:08:29.573 INFO E| Downloaded unicode-ident v1.0.22
26932026-07-01T21:08:30.790Z[ helios-setup] Jul 01 21:08:29.577 INFO E| Downloaded time-macros v0.2.24
26942026-07-01T21:08:30.799Z[ helios-setup] Jul 01 21:08:29.585 INFO E| Downloaded signal-hook-registry v1.4.6
26952026-07-01T21:08:30.806Z[ helios-setup] Jul 01 21:08:29.592 INFO E| Downloaded getrandom v0.2.16
26962026-07-01T21:08:30.810Z[ helios-setup] Jul 01 21:08:29.595 INFO E| Downloaded uuid v1.18.1
26972026-07-01T21:08:30.813Z[ helios-setup] Jul 01 21:08:29.597 INFO E| Downloaded term v1.2.0
26982026-07-01T21:08:30.813Z[ helios-setup] Jul 01 21:08:29.599 INFO E| Downloaded toml v0.9.8
26992026-07-01T21:08:30.817Z[ helios-setup] Jul 01 21:08:29.603 INFO E| Downloaded log v0.4.28
27002026-07-01T21:08:30.832Z[ helios-setup] Jul 01 21:08:29.620 INFO E| Downloaded flate2 v1.1.5
27012026-07-01T21:08:30.838Z[ helios-setup] Jul 01 21:08:29.625 INFO E| Downloaded iddqd v0.3.14
27022026-07-01T21:08:30.845Z[ helios-setup] Jul 01 21:08:29.632 INFO E| Downloaded typenum v1.19.0
27032026-07-01T21:08:30.855Z[ helios-setup] Jul 01 21:08:29.642 INFO E| Downloaded memchr v2.7.6
27042026-07-01T21:08:30.860Z[ helios-setup] Jul 01 21:08:29.645 INFO E| Downloaded toml_edit v0.23.7
27052026-07-01T21:08:30.863Z[ helios-setup] Jul 01 21:08:29.647 INFO E| Downloaded indexmap v2.12.0
27062026-07-01T21:08:30.868Z[ helios-setup] Jul 01 21:08:29.651 INFO E| Downloaded rsa v0.9.8
27072026-07-01T21:08:30.872Z[ helios-setup] Jul 01 21:08:29.657 INFO E| Downloaded zerocopy-derive v0.8.27
27082026-07-01T21:08:30.877Z[ helios-setup] Jul 01 21:08:29.660 INFO E| Downloaded rand v0.8.5
27092026-07-01T21:08:30.882Z[ helios-setup] Jul 01 21:08:29.669 INFO E| Downloaded cc v1.2.44
27102026-07-01T21:08:30.906Z[ helios-setup] Jul 01 21:08:29.691 INFO E| Downloaded futures-util v0.3.31
27112026-07-01T21:08:30.916Z[ helios-setup] Jul 01 21:08:29.703 INFO E| Downloaded hashbrown v0.16.0
27122026-07-01T21:08:30.919Z[ helios-setup] Jul 01 21:08:29.707 INFO E| Downloaded num-bigint-dig v0.8.4
27132026-07-01T21:08:30.928Z[ helios-setup] Jul 01 21:08:29.714 INFO E| Downloaded time v0.3.44
27142026-07-01T21:08:30.944Z[ helios-setup] Jul 01 21:08:29.731 INFO E| Downloaded libm v0.2.15
27152026-07-01T21:08:30.950Z[ helios-setup] Jul 01 21:08:29.737 INFO E| Downloaded winnow v0.7.13
27162026-07-01T21:08:30.954Z[ helios-setup] Jul 01 21:08:29.742 INFO E| Downloaded serde_json v1.0.145
27172026-07-01T21:08:30.963Z[ helios-setup] Jul 01 21:08:29.751 INFO E| Downloaded clap_builder v4.5.51
27182026-07-01T21:08:30.979Z[ helios-setup] Jul 01 21:08:29.765 INFO E| Downloaded chrono v0.4.42
27192026-07-01T21:08:31.004Z[ helios-setup] Jul 01 21:08:29.791 INFO E| Downloaded zerocopy v0.8.27
27202026-07-01T21:08:31.019Z[ helios-setup] Jul 01 21:08:29.804 INFO E| Downloaded syn v2.0.108
27212026-07-01T21:08:31.025Z[ helios-setup] Jul 01 21:08:29.810 INFO E| Downloaded unicode-width v0.2.2
27222026-07-01T21:08:31.030Z[ helios-setup] Jul 01 21:08:29.813 INFO E| Downloaded rustix v1.1.2
27232026-07-01T21:08:31.086Z[ helios-setup] Jul 01 21:08:29.873 INFO E| Downloaded libc v0.2.177
27242026-07-01T21:08:31.101Z[ helios-setup] Jul 01 21:08:29.887 INFO E| Downloaded tokio v1.48.0
27252026-07-01T21:08:31.180Z[ helios-setup] Jul 01 21:08:29.967 INFO E| Compiling proc-macro2 v1.0.103
27262026-07-01T21:08:31.184Z[ helios-setup] Jul 01 21:08:29.967 INFO E| Compiling unicode-ident v1.0.22
27272026-07-01T21:08:31.184Z[ helios-setup] Jul 01 21:08:29.967 INFO E| Compiling quote v1.0.41
27282026-07-01T21:08:31.184Z[ helios-setup] Jul 01 21:08:29.967 INFO E| Compiling libc v0.2.177
27292026-07-01T21:08:31.184Z[ helios-setup] Jul 01 21:08:29.967 INFO E| Compiling serde_core v1.0.228
27302026-07-01T21:08:31.184Z[ helios-setup] Jul 01 21:08:29.967 INFO E| Compiling cfg-if v1.0.4
27312026-07-01T21:08:31.184Z[ helios-setup] Jul 01 21:08:29.967 INFO E| Compiling serde v1.0.228
27322026-07-01T21:08:31.185Z[ helios-setup] Jul 01 21:08:29.967 INFO E| Compiling version_check v0.9.5
27332026-07-01T21:08:31.185Z[ helios-setup] Jul 01 21:08:29.967 INFO E| Compiling autocfg v1.5.0
27342026-07-01T21:08:31.214Z[ helios-setup] Jul 01 21:08:30.001 INFO E| Compiling typenum v1.19.0
27352026-07-01T21:08:31.218Z[ helios-setup] Jul 01 21:08:30.002 INFO E| Compiling const-oid v0.9.6
27362026-07-01T21:08:31.219Z[ helios-setup] Jul 01 21:08:30.002 INFO E| Compiling libm v0.2.15
27372026-07-01T21:08:31.219Z[ helios-setup] Jul 01 21:08:30.002 INFO E| Compiling zerocopy v0.8.27
27382026-07-01T21:08:31.219Z[ helios-setup] Jul 01 21:08:30.002 INFO E| Compiling rustversion v1.0.22
27392026-07-01T21:08:31.219Z[ helios-setup] Jul 01 21:08:30.003 INFO E| Compiling smallvec v1.15.1
27402026-07-01T21:08:31.222Z[ helios-setup] Jul 01 21:08:30.008 INFO E| Compiling base64ct v1.8.0
27412026-07-01T21:08:31.298Z[ helios-setup] Jul 01 21:08:30.084 INFO E| Compiling zeroize v1.8.2
27422026-07-01T21:08:31.347Z[ helios-setup] Jul 01 21:08:30.123 INFO E| Compiling anyhow v1.0.100
27432026-07-01T21:08:31.507Z[ helios-setup] Jul 01 21:08:30.292 INFO E| Compiling pem-rfc7468 v0.7.0
27442026-07-01T21:08:31.528Z[ helios-setup] Jul 01 21:08:30.314 INFO E| Compiling winnow v0.7.13
27452026-07-01T21:08:31.551Z[ helios-setup] Jul 01 21:08:30.338 INFO E| Compiling generic-array v0.14.9
27462026-07-01T21:08:31.586Z[ helios-setup] Jul 01 21:08:30.370 INFO E| Compiling flagset v0.4.7
27472026-07-01T21:08:31.602Z[ helios-setup] Jul 01 21:08:30.389 INFO E| Compiling hashbrown v0.16.0
27482026-07-01T21:08:31.693Z[ helios-setup] Jul 01 21:08:30.479 INFO E| Compiling num-traits v0.2.19
27492026-07-01T21:08:31.726Z[ helios-setup] Jul 01 21:08:30.514 INFO E| Compiling memchr v2.7.6
27502026-07-01T21:08:31.745Z[ helios-setup] Jul 01 21:08:30.531 INFO E| Compiling byteorder v1.5.0
27512026-07-01T21:08:31.753Z[ helios-setup] Jul 01 21:08:30.540 INFO E| Compiling utf8parse v0.2.2
27522026-07-01T21:08:31.783Z[ helios-setup] Jul 01 21:08:30.570 INFO E| Compiling rustix v1.1.2
27532026-07-01T21:08:31.867Z[ helios-setup] Jul 01 21:08:30.654 INFO E| Compiling crc32fast v1.5.0
27542026-07-01T21:08:32.013Z[ helios-setup] Jul 01 21:08:30.800 INFO E| Compiling getrandom v0.2.16
27552026-07-01T21:08:32.020Z[ helios-setup] Jul 01 21:08:30.807 INFO E| Compiling equivalent v1.0.2
27562026-07-01T21:08:32.060Z[ helios-setup] Jul 01 21:08:30.847 INFO E| Compiling errno v0.3.14
27572026-07-01T21:08:32.118Z[ helios-setup] Jul 01 21:08:30.905 INFO E| Compiling indexmap v2.12.0
27582026-07-01T21:08:32.150Z[ helios-setup] Jul 01 21:08:30.937 INFO E| Compiling rand_core v0.6.4
27592026-07-01T21:08:32.171Z[ helios-setup] Jul 01 21:08:30.958 INFO E| Compiling anstyle-parse v0.2.7
27602026-07-01T21:08:32.246Z[ helios-setup] Jul 01 21:08:31.033 INFO E| Compiling toml_datetime v0.7.3
27612026-07-01T21:08:32.299Z[ helios-setup] Jul 01 21:08:31.086 INFO E| Compiling anstyle v1.0.13
27622026-07-01T21:08:32.305Z[ helios-setup] Jul 01 21:08:31.091 INFO E| Compiling is_terminal_polyfill v1.70.2
27632026-07-01T21:08:32.311Z[ helios-setup] Jul 01 21:08:31.098 INFO E| Compiling syn v1.0.109
27642026-07-01T21:08:32.418Z[ helios-setup] Jul 01 21:08:31.205 INFO E| Compiling anstyle-query v1.1.4
27652026-07-01T21:08:32.428Z[ helios-setup] Jul 01 21:08:31.215 INFO E| Compiling find-msvc-tools v0.1.4
27662026-07-01T21:08:32.453Z[ helios-setup] Jul 01 21:08:31.240 INFO E| Compiling radium v0.7.0
27672026-07-01T21:08:32.477Z[ helios-setup] Jul 01 21:08:31.263 INFO E| Compiling colorchoice v1.0.4
27682026-07-01T21:08:32.524Z[ helios-setup] Jul 01 21:08:31.310 INFO E| Compiling allocator-api2 v0.2.21
27692026-07-01T21:08:32.538Z[ helios-setup] Jul 01 21:08:31.325 INFO E| Compiling shlex v1.3.0
27702026-07-01T21:08:32.581Z[ helios-setup] Jul 01 21:08:31.368 INFO E| Compiling syn v2.0.108
27712026-07-01T21:08:32.604Z[ helios-setup] Jul 01 21:08:31.391 INFO E| Compiling cpufeatures v0.2.17
27722026-07-01T21:08:32.626Z[ helios-setup] Jul 01 21:08:31.413 INFO E| Compiling anstream v0.6.21
27732026-07-01T21:08:32.631Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.59s
27742026-07-01T21:08:32.678Z[ helios-setup] Jul 01 21:08:31.463 INFO E| Compiling cc v1.2.44
27752026-07-01T21:08:32.687Z[ helios-setup] Jul 01 21:08:31.470 INFO E| Compiling slog v2.8.2
27762026-07-01T21:08:32.748Z[ helios-setup] Jul 01 21:08:31.534 INFO E| Compiling tap v1.0.1
27772026-07-01T21:08:32.790Z[ helios-setup] Jul 01 21:08:31.575 INFO E| Compiling block-buffer v0.10.4
27782026-07-01T21:08:32.864Z[ helios-setup] Jul 01 21:08:31.649 INFO E| Compiling crypto-common v0.1.6
27792026-07-01T21:08:32.894Z[ helios-setup] Jul 01 21:08:31.680 INFO E| Compiling unicode-width v0.2.2
27802026-07-01T21:08:32.905Z[ omicron-package]
27812026-07-01T21:08:32.905Z[ omicron-package] real 31.785818067
27822026-07-01T21:08:32.910Z[ omicron-package] user 2:58.019706361
27832026-07-01T21:08:32.911Z[ omicron-package] sys 21.443492666
27842026-07-01T21:08:32.911Z[ omicron-package] trap 0.344568350
27852026-07-01T21:08:32.911Z[ omicron-package] tflt 0.621184611
27862026-07-01T21:08:32.911Z[ omicron-package] dflt 2.304801006
27872026-07-01T21:08:32.911Z[ omicron-package] kflt 0.000198468
27882026-07-01T21:08:32.911Z[ omicron-package] lock 7:50.497284175
27892026-07-01T21:08:32.911Z[ omicron-package] slp 4:25.485874269
27902026-07-01T21:08:32.911Z[ omicron-package] lat 35.188217498
27912026-07-01T21:08:32.911Z[ omicron-package] stop 1:17.580025221
27922026-07-01T21:08:32.911ZJul 01 21:08:31.693 INFO [omicron-package] process exited with exit status: 0 (31.875569377s)
27932026-07-01T21:08:32.911ZJul 01 21:08:31.693 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27942026-07-01T21:08:32.911ZJul 01 21:08:31.694 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27952026-07-01T21:08:32.916Z[ helios-setup] Jul 01 21:08:31.698 INFO E| Compiling parking_lot_core v0.9.12
27962026-07-01T21:08:32.919Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27972026-07-01T21:08:32.920Z[ host-target] Created new build target 'host' and set it as active
27982026-07-01T21:08:32.920Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27992026-07-01T21:08:32.923Z[ recovery-target] Created new build target 'recovery' and set it as active
28002026-07-01T21:08:32.927ZJul 01 21:08:31.711 INFO [host-target] process exited with exit status: 0 (17.36269ms)
28012026-07-01T21:08:32.927ZJul 01 21:08:31.711 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28022026-07-01T21:08:32.927ZJul 01 21:08:31.713 INFO [recovery-target] process exited with exit status: 0 (18.64811ms)
28032026-07-01T21:08:32.933Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28042026-07-01T21:08:32.956Z[ helios-setup] Jul 01 21:08:31.743 INFO E| Compiling toml_parser v1.0.4
28052026-07-01T21:08:32.983Z[ helios-setup] Jul 01 21:08:31.770 INFO E| Compiling digest v0.10.7
28062026-07-01T21:08:32.993Z[ helios-setup] Jul 01 21:08:31.779 INFO E| Compiling maybe-uninit v2.0.0
28072026-07-01T21:08:33.058Z[ helios-setup] Jul 01 21:08:31.804 INFO E| Compiling futures-sink v0.3.31
28082026-07-01T21:08:33.069Z[ helios-setup] Jul 01 21:08:31.830 INFO E| Compiling pin-project-lite v0.2.16
28092026-07-01T21:08:33.119Z[ helios-setup] Jul 01 21:08:31.906 INFO E| Compiling pkg-config v0.3.32
28102026-07-01T21:08:33.152Z[ helios-setup] Jul 01 21:08:31.938 INFO E| Compiling futures-core v0.3.31
28112026-07-01T21:08:33.185Z[ helios-setup] Jul 01 21:08:31.972 INFO E| Compiling sha2 v0.10.9
28122026-07-01T21:08:33.227Z[ helios-setup] Jul 01 21:08:32.014 INFO E| Compiling getopts v0.2.24
28132026-07-01T21:08:33.245Z[ helios-setup] Jul 01 21:08:32.032 INFO E| Compiling num-integer v0.1.46
28142026-07-01T21:08:33.268Z[ helios-setup] Jul 01 21:08:32.055 INFO E| Compiling wyz v0.5.1
28152026-07-01T21:08:33.289Z[ helios-setup] Jul 01 21:08:32.075 INFO E| Compiling futures-channel v0.3.31
28162026-07-01T21:08:33.335Z[ helios-setup] Jul 01 21:08:32.122 INFO E| Compiling toml_edit v0.23.7
28172026-07-01T21:08:33.403Z[ helios-setup] Jul 01 21:08:32.190 INFO E| Compiling ahash v0.8.12
28182026-07-01T21:08:33.425Z[ helios-setup] Jul 01 21:08:32.211 INFO E| Compiling futures-io v0.3.31
28192026-07-01T21:08:33.505Z[ helios-setup] Jul 01 21:08:32.291 INFO E| Compiling powerfmt v0.2.0
28202026-07-01T21:08:33.514Z[ helios-setup] Jul 01 21:08:32.301 INFO E| Compiling itoa v1.0.15
28212026-07-01T21:08:33.530Z[ helios-setup] Jul 01 21:08:32.317 INFO E| Compiling futures-task v0.3.31
28222026-07-01T21:08:33.548Z[ helios-setup] Jul 01 21:08:32.332 INFO E| Compiling scopeguard v1.2.0
28232026-07-01T21:08:33.623Z[ helios-setup] Jul 01 21:08:32.409 INFO E| Compiling time-core v0.1.6
28242026-07-01T21:08:33.637Z[ helios-setup] Jul 01 21:08:32.424 INFO E| Compiling getrandom v0.3.4
28252026-07-01T21:08:33.652Z[ helios-setup] Jul 01 21:08:32.439 INFO E| Compiling num-conv v0.1.0
28262026-07-01T21:08:33.662Z[ helios-setup] Jul 01 21:08:32.446 INFO E| Compiling clap_lex v0.7.6
28272026-07-01T21:08:33.665Z[ helios-setup] Jul 01 21:08:32.452 INFO E| Compiling packed_struct v0.10.1
28282026-07-01T21:08:33.718Z[ helios-setup] Jul 01 21:08:32.503 INFO E| Compiling heck v0.5.0
28292026-07-01T21:08:33.732Z[ helios-setup] Jul 01 21:08:32.519 INFO E| Compiling pin-utils v0.1.0
28302026-07-01T21:08:33.753Z[ helios-setup] Jul 01 21:08:32.538 INFO E| Compiling bytes v1.10.1
28312026-07-01T21:08:33.776Z[ helios-setup] Jul 01 21:08:32.561 INFO E| Compiling funty v2.0.0
28322026-07-01T21:08:33.802Z[ helios-setup] Jul 01 21:08:32.589 INFO E| Compiling slab v0.4.11
28332026-07-01T21:08:33.811Z[ helios-setup] Jul 01 21:08:32.596 INFO E| Compiling spin v0.9.8
28342026-07-01T21:08:33.816Z[ helios-setup] Jul 01 21:08:32.603 INFO E| Compiling bitflags v2.10.0
28352026-07-01T21:08:33.859Z[ helios-setup] Jul 01 21:08:32.646 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28362026-07-01T21:08:33.958Z[ helios-setup] Jul 01 21:08:32.744 INFO E| Compiling proc-macro-crate v3.4.0
28372026-07-01T21:08:33.965Z[ helios-setup] Jul 01 21:08:32.751 INFO E| Compiling strsim v0.11.1
28382026-07-01T21:08:34.055Z[ helios-setup] Jul 01 21:08:32.804 INFO E| Compiling thiserror v1.0.69
28392026-07-01T21:08:34.062Z[ helios-setup] Jul 01 21:08:32.834 INFO E| Compiling num-bigint-dig v0.8.4
28402026-07-01T21:08:34.091Z[ helios-setup] Jul 01 21:08:32.876 INFO E| Compiling lazy_static v1.5.0
28412026-07-01T21:08:34.095Z[ helios-setup] Jul 01 21:08:32.882 INFO E| Compiling time-macros v0.2.24
28422026-07-01T21:08:34.190Z[ helios-setup] Jul 01 21:08:32.976 INFO E| Compiling bitvec v1.0.1
28432026-07-01T21:08:34.311Z[ helios-setup] Jul 01 21:08:33.098 INFO E| Compiling deranged v0.5.5
28442026-07-01T21:08:34.329Z[ helios-setup] Jul 01 21:08:33.115 INFO E| Compiling lock_api v0.4.14
28452026-07-01T21:08:34.336Z[ helios-setup] Jul 01 21:08:33.121 INFO E| Compiling num-iter v0.1.45
28462026-07-01T21:08:34.476Z[ helios-setup] Jul 01 21:08:33.263 INFO E| Compiling indexmap v1.9.3
28472026-07-01T21:08:34.520Z[ helios-setup] Jul 01 21:08:33.306 INFO E| Compiling terminal_size v0.4.3
28482026-07-01T21:08:34.539Z[ helios-setup] Jul 01 21:08:33.325 INFO E| Compiling adler2 v2.0.1
28492026-07-01T21:08:34.614Z[ helios-setup] Jul 01 21:08:33.400 INFO E| Compiling nodrop v0.1.14
28502026-07-01T21:08:34.641Z[ helios-setup] Jul 01 21:08:33.426 INFO E| Compiling clap_builder v4.5.51
28512026-07-01T21:08:34.674Z[ helios-setup] Jul 01 21:08:33.460 INFO E| Compiling serde_json v1.0.145
28522026-07-01T21:08:34.689Z[ helios-setup] Jul 01 21:08:33.476 INFO E| Compiling iana-time-zone v0.1.64
28532026-07-01T21:08:34.748Z[ helios-setup] Jul 01 21:08:33.535 INFO E| Compiling once_cell v1.21.3
28542026-07-01T21:08:34.774Z[ helios-setup] Jul 01 21:08:33.561 INFO E| Compiling simd-adler32 v0.3.7
28552026-07-01T21:08:34.813Z[ helios-setup] Jul 01 21:08:33.599 INFO E| Compiling log v0.4.28
28562026-07-01T21:08:34.849Z[ host-package] Compiling heck v0.5.0
28572026-07-01T21:08:34.849Z[ host-package] Compiling regress v0.11.1
28582026-07-01T21:08:34.853Z[ host-package] Compiling unsafe-libyaml v0.2.11
28592026-07-01T21:08:34.853Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28602026-07-01T21:08:34.853Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28612026-07-01T21:08:34.853Z[ host-package] Compiling unicode-width v0.1.14
28622026-07-01T21:08:34.853Z[ host-package] Compiling atomicwrites v0.4.4
28632026-07-01T21:08:34.857Z[ host-package] Compiling derive-where v1.6.0
28642026-07-01T21:08:34.857Z[ host-package] Compiling bytecount v0.6.9
28652026-07-01T21:08:34.857Z[ host-package] Compiling is-terminal v0.4.17
28662026-07-01T21:08:34.857Z[ host-package] Compiling prettyplease v0.2.37
28672026-07-01T21:08:34.857Z[ host-package] Compiling console v0.15.11
28682026-07-01T21:08:34.857Z[ host-package] Compiling newline-converter v0.3.0
28692026-07-01T21:08:34.858Z[ host-package] Compiling slog-dtrace v0.3.0
28702026-07-01T21:08:34.858Z[ host-package] Compiling owo-colors v4.3.0
28712026-07-01T21:08:34.861Z[ helios-setup] Jul 01 21:08:33.647 INFO E| Compiling thiserror v2.0.17
28722026-07-01T21:08:34.936Z[ helios-setup] Jul 01 21:08:33.719 INFO E| Compiling crc-catalog v2.4.0
28732026-07-01T21:08:34.949Z[ helios-setup] Jul 01 21:08:33.735 INFO E| Compiling miniz_oxide v0.8.9
28742026-07-01T21:08:34.987Z[ helios-setup] Jul 01 21:08:33.774 INFO E| Compiling env_filter v0.1.4
28752026-07-01T21:08:35.034Z[ helios-setup] Jul 01 21:08:33.818 INFO E| Compiling crc v3.3.0
28762026-07-01T21:08:35.076Z[ helios-setup] Jul 01 21:08:33.863 INFO E| Compiling chrono v0.4.42
28772026-07-01T21:08:35.103Z[ helios-setup] Jul 01 21:08:33.890 INFO E| Compiling parking_lot v0.12.5
28782026-07-01T21:08:35.204Z[ helios-setup] Jul 01 21:08:33.990 INFO E| Compiling array-init v0.0.4
28792026-07-01T21:08:35.233Z[ helios-setup] Jul 01 21:08:34.020 INFO E| Compiling smallvec v0.6.14
28802026-07-01T21:08:35.553Z[ helios-setup] Jul 01 21:08:34.338 INFO E| Compiling time v0.3.44
28812026-07-01T21:08:35.666Z[ helios-setup] Jul 01 21:08:34.453 INFO E| Compiling serde_spanned v1.0.3
28822026-07-01T21:08:35.749Z[ helios-setup] Jul 01 21:08:34.536 INFO E| Compiling signature v2.2.0
28832026-07-01T21:08:35.761Z[ helios-setup] Jul 01 21:08:34.548 INFO E| Compiling signal-hook-registry v1.4.6
28842026-07-01T21:08:35.768Z[ helios-setup] Jul 01 21:08:34.555 INFO E| Compiling mio v1.1.0
28852026-07-01T21:08:35.834Z[ helios-setup] Jul 01 21:08:34.621 INFO E| Compiling is-terminal v0.4.17
28862026-07-01T21:08:35.964Z[ helios-setup] Jul 01 21:08:34.751 INFO E| Compiling socket2 v0.6.1
28872026-07-01T21:08:35.989Z[ helios-setup] Jul 01 21:08:34.776 INFO E| Compiling thread_local v1.1.9
28882026-07-01T21:08:36.121Z[ host-package] Compiling cancel-safe-futures v0.1.5
28892026-07-01T21:08:36.409Z[ helios-setup] Jul 01 21:08:35.196 INFO E| Compiling hashbrown v0.12.3
28902026-07-01T21:08:36.503Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28912026-07-01T21:08:36.503Z[ host-package] Compiling expectorate v1.2.0
28922026-07-01T21:08:36.503Z[ host-package] Compiling resolv-conf v0.7.6
28932026-07-01T21:08:36.533Z[ helios-setup] Jul 01 21:08:35.319 INFO E| Compiling term v1.2.0
28942026-07-01T21:08:36.583Z[ helios-setup] Jul 01 21:08:35.368 INFO E| Compiling libdevinfo-sys v1.1.0
28952026-07-01T21:08:36.606Z[ helios-setup] Jul 01 21:08:35.393 INFO E| Compiling winnow v0.5.40
28962026-07-01T21:08:36.617Z[ helios-setup] Jul 01 21:08:35.404 INFO E| Compiling packed_struct_codegen v0.10.1
28972026-07-01T21:08:36.744Z[ host-package] Compiling num-rational v0.4.2
28982026-07-01T21:08:36.750Z[ helios-setup] Jul 01 21:08:35.537 INFO E| Compiling ryu v1.0.20
28992026-07-01T21:08:36.798Z[ helios-setup] Jul 01 21:08:35.585 INFO E| Compiling subtle v2.6.1
29002026-07-01T21:08:36.829Z[ helios-setup] Jul 01 21:08:35.605 INFO E| Compiling base64 v0.21.7
29012026-07-01T21:08:36.896Z[ helios-setup] Jul 01 21:08:35.682 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29022026-07-01T21:08:37.138Z[ helios-setup] Jul 01 21:08:35.925 INFO E| Compiling toml_writer v1.0.4
29032026-07-01T21:08:37.197Z[ helios-setup] Jul 01 21:08:35.983 INFO E| Compiling serde_derive v1.0.228
29042026-07-01T21:08:37.219Z[ helios-setup] Jul 01 21:08:36.005 INFO E| Compiling zerocopy-derive v0.8.27
29052026-07-01T21:08:37.305Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29062026-07-01T21:08:37.309Z[ host-package] Compiling libsw-core v0.3.2
29072026-07-01T21:08:37.316Z[ host-package] Compiling num-complex v0.4.6
29082026-07-01T21:08:37.316Z[ host-package] Compiling thread_local v1.1.9
29092026-07-01T21:08:37.351Z[ helios-setup] Jul 01 21:08:36.137 INFO E| Compiling der_derive v0.7.3
29102026-07-01T21:08:37.363Z[ helios-setup] Jul 01 21:08:36.150 INFO E| Compiling futures-macro v0.3.31
29112026-07-01T21:08:37.418Z[ host-package] Compiling compression-core v0.4.31
29122026-07-01T21:08:37.422Z[ host-package] Compiling match_cfg v0.1.0
29132026-07-01T21:08:37.430Z[ helios-setup] Jul 01 21:08:36.217 INFO E| Compiling num_enum_derive v0.7.5
29142026-07-01T21:08:37.527Z[ helios-setup] Jul 01 21:08:36.314 INFO E| Compiling bitfield-macros v0.19.3
29152026-07-01T21:08:37.564Z[ helios-setup] Jul 01 21:08:36.351 INFO E| Compiling clap_derive v4.5.49
29162026-07-01T21:08:37.585Z[ helios-setup] Jul 01 21:08:36.371 INFO E| Compiling zerocopy-derive v0.6.6
29172026-07-01T21:08:37.828Z[ helios-setup] Jul 01 21:08:36.614 INFO E| Compiling thiserror-impl v1.0.69
29182026-07-01T21:08:38.026Z[ helios-setup] Jul 01 21:08:36.811 INFO E| Compiling tokio-macros v2.6.0
29192026-07-01T21:08:38.179Z[ host-package] Compiling compression-codecs v0.4.37
29202026-07-01T21:08:38.374Z[ host-package] Compiling typify-impl v0.6.2
29212026-07-01T21:08:38.639Z[ helios-setup] Jul 01 21:08:37.423 INFO E| Compiling bitfield v0.19.3
29222026-07-01T21:08:38.691Z[ host-package] Compiling hostname v0.3.1
29232026-07-01T21:08:38.773Z[ helios-setup] Jul 01 21:08:37.555 INFO E| Compiling thiserror-impl v2.0.17
29242026-07-01T21:08:38.830Z[ helios-setup] Jul 01 21:08:37.616 INFO E| Compiling futures-util v0.3.31
29252026-07-01T21:08:38.940Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29262026-07-01T21:08:38.967Z[ host-package] Compiling num v0.4.3
29272026-07-01T21:08:38.971Z[ host-package] Compiling libsw v3.5.0
29282026-07-01T21:08:38.971Z[ host-package] Compiling multer v3.1.0
29292026-07-01T21:08:39.095Z[ helios-setup] Jul 01 21:08:37.881 INFO E| Compiling toml v0.9.8
29302026-07-01T21:08:39.133Z[ helios-setup] Jul 01 21:08:37.920 INFO E| Compiling der v0.7.10
29312026-07-01T21:08:39.205Z[ helios-setup] Jul 01 21:08:37.982 INFO E| Compiling zerocopy v0.6.6
29322026-07-01T21:08:39.301Z[ helios-setup] Jul 01 21:08:38.086 INFO E| Compiling bzip2 v0.4.4
29332026-07-01T21:08:39.367Z[ helios-setup] Jul 01 21:08:38.138 INFO E| Compiling num_enum v0.7.5
29342026-07-01T21:08:39.380Z[ host-package] Compiling slog-async v2.8.0
29352026-07-01T21:08:39.380Z[ host-package] Compiling crossbeam-channel v0.5.15
29362026-07-01T21:08:39.380Z[ host-package] Compiling slog-json v2.6.1
29372026-07-01T21:08:39.380Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29382026-07-01T21:08:39.380Z[ host-package] Compiling serde_spanned v1.1.1
29392026-07-01T21:08:39.380Z[ host-package] Compiling linked-hash-map v0.5.6
29402026-07-01T21:08:39.536Z[ helios-setup] Jul 01 21:08:38.323 INFO E| Compiling tokio v1.48.0
29412026-07-01T21:08:39.647Z[ helios-setup] Jul 01 21:08:38.433 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29422026-07-01T21:08:39.653Z[ helios-setup] Jul 01 21:08:38.440 INFO E| Compiling devinfo v0.1.0
29432026-07-01T21:08:39.933Z[ helios-setup] Jul 01 21:08:38.720 INFO E| Compiling uuid v1.18.1
29442026-07-01T21:08:39.942Z[ host-package] Compiling term v1.2.1
29452026-07-01T21:08:39.976Z[ helios-setup] Jul 01 21:08:38.761 INFO E| Compiling flate2 v1.1.5
29462026-07-01T21:08:39.986Z[ helios-setup] Jul 01 21:08:38.770 INFO E| Compiling env_logger v0.11.8
29472026-07-01T21:08:40.235Z[ helios-setup] Jul 01 21:08:39.013 INFO E| Compiling clap v4.5.51
29482026-07-01T21:08:40.303Z[ helios-setup] Jul 01 21:08:39.090 INFO E| Compiling crc-any v2.5.0
29492026-07-01T21:08:40.358Z[ helios-setup] Jul 01 21:08:39.144 INFO E| Compiling hex v0.4.3
29502026-07-01T21:08:40.452Z[ helios-setup] Jul 01 21:08:39.228 INFO E| Compiling rustc-hash v2.1.1
29512026-07-01T21:08:40.457Z[ host-package] Compiling float-ord v0.3.2
29522026-07-01T21:08:40.457Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29532026-07-01T21:08:40.457Z[ host-package] Compiling linear-map v1.2.0
29542026-07-01T21:08:40.472Z[ host-package] Compiling take_mut v0.2.2
29552026-07-01T21:08:40.475Z[ host-package] Compiling lru-cache v0.1.2
29562026-07-01T21:08:40.475Z[ host-package] Compiling slog-bunyan v2.5.0
29572026-07-01T21:08:40.476Z[ host-package] Compiling async-compression v0.4.41
29582026-07-01T21:08:40.566Z[ helios-setup] Jul 01 21:08:39.352 INFO E| Compiling foldhash v0.2.0
29592026-07-01T21:08:40.676Z[ helios-setup] Jul 01 21:08:39.463 INFO E| Compiling bitflags v1.3.2
29602026-07-01T21:08:40.758Z[ helios-setup] Jul 01 21:08:39.542 INFO E| Compiling spki v0.7.3
29612026-07-01T21:08:40.763Z[ helios-setup] Jul 01 21:08:39.550 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29622026-07-01T21:08:40.924Z[ helios-setup] Jul 01 21:08:39.710 INFO E| Compiling iddqd v0.3.14
29632026-07-01T21:08:40.970Z[ helios-setup] Jul 01 21:08:39.752 INFO E| Compiling pkcs8 v0.10.2
29642026-07-01T21:08:41.120Z[ helios-setup] Jul 01 21:08:39.906 INFO E| Compiling x509-cert v0.2.5
29652026-07-01T21:08:41.151Z[ helios-setup] Jul 01 21:08:39.937 INFO E| Compiling zip v0.6.6
29662026-07-01T21:08:41.292Z[ helios-setup] Jul 01 21:08:40.079 INFO E| Compiling pkcs1 v0.7.5
29672026-07-01T21:08:41.310Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29682026-07-01T21:08:41.314Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29692026-07-01T21:08:41.314Z[ host-package] Compiling slog-term v2.9.2
29702026-07-01T21:08:41.314Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29712026-07-01T21:08:41.318Z[ host-package] Compiling dropshot v0.17.1
29722026-07-01T21:08:41.356Z[ helios-setup] Jul 01 21:08:40.143 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29732026-07-01T21:08:41.617Z[ helios-setup] Jul 01 21:08:40.404 INFO E| Compiling path-slash v0.1.5
29742026-07-01T21:08:41.770Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29752026-07-01T21:08:42.072Z[ helios-setup] Jul 01 21:08:40.851 INFO E| Compiling erased-serde v0.3.31
29762026-07-01T21:08:42.092Z[ helios-setup] Jul 01 21:08:40.878 INFO E| Compiling toml_datetime v0.6.11
29772026-07-01T21:08:42.183Z[ host-package] Compiling async-stream v0.3.6
29782026-07-01T21:08:42.195Z[ host-package] Compiling sha1 v0.11.0
29792026-07-01T21:08:42.332Z[ host-package] Compiling progenitor-client v0.14.0
29802026-07-01T21:08:42.357Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29812026-07-01T21:08:42.362Z[ helios-setup] Jul 01 21:08:41.145 INFO E| Compiling ppv-lite86 v0.2.21
29822026-07-01T21:08:42.600Z[ host-package] Compiling waitgroup v0.1.2
29832026-07-01T21:08:42.954Z[ host-package] Compiling rustls-pemfile v2.2.0
29842026-07-01T21:08:42.964Z[ helios-setup] Jul 01 21:08:41.750 INFO E| Compiling rand_chacha v0.3.1
29852026-07-01T21:08:42.971Z[ helios-setup] Jul 01 21:08:41.758 INFO E| Compiling futures-executor v0.3.31
29862026-07-01T21:08:43.113Z[ host-package] Compiling backon v1.6.0
29872026-07-01T21:08:43.244Z[ helios-setup] Jul 01 21:08:42.031 INFO E| Compiling rand v0.8.5
29882026-07-01T21:08:43.287Z[ host-package] Compiling serde_path_to_error v0.1.20
29892026-07-01T21:08:43.303Z[ host-package] Compiling hostname v0.4.2
29902026-07-01T21:08:43.303Z[ host-package] Compiling instant v0.1.13
29912026-07-01T21:08:43.303Z[ host-package] Compiling debug-ignore v1.0.5
29922026-07-01T21:08:43.437Z[ helios-setup] Jul 01 21:08:42.224 INFO E| Compiling serde_spanned v0.6.9
29932026-07-01T21:08:43.461Z[ host-package] Compiling minimal-lexical v0.2.1
29942026-07-01T21:08:43.506Z[ helios-setup] Jul 01 21:08:42.292 INFO E| Compiling futures v0.3.31
29952026-07-01T21:08:43.513Z[ helios-setup] Jul 01 21:08:42.300 INFO E| Compiling hashbrown v0.13.2
29962026-07-01T21:08:43.557Z[ helios-setup] Jul 01 21:08:42.344 INFO E| Compiling toml_edit v0.19.15
29972026-07-01T21:08:43.598Z[ helios-setup] Jul 01 21:08:42.385 INFO E| Compiling ron v0.8.1
29982026-07-01T21:08:43.612Z[ helios-setup] Jul 01 21:08:42.398 INFO E| Compiling serde-hex v0.1.0
29992026-07-01T21:08:43.750Z[ helios-setup] Jul 01 21:08:42.537 INFO E| Compiling slog-term v2.9.2
30002026-07-01T21:08:43.839Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
30012026-07-01T21:08:43.898Z[ helios-setup] Jul 01 21:08:42.685 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30022026-07-01T21:08:44.077Z[ host-package] Compiling nom v7.1.3
30032026-07-01T21:08:44.077Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30042026-07-01T21:08:44.232Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30052026-07-01T21:08:44.236Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30062026-07-01T21:08:44.348Z[ host-package] Compiling parse-display v0.10.0
30072026-07-01T21:08:44.386Z[ helios-setup] Jul 01 21:08:43.173 INFO E| Compiling object v0.30.4
30082026-07-01T21:08:44.493Z[ host-package] Compiling typify-macro v0.6.2
30092026-07-01T21:08:44.498Z[ host-package] Compiling backoff v0.4.0
30102026-07-01T21:08:44.624Z[ host-package] Compiling progenitor-extras v0.2.0
30112026-07-01T21:08:44.644Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30122026-07-01T21:08:44.768Z[ host-package] Compiling hickory-proto v0.24.4
30132026-07-01T21:08:44.964Z[ helios-setup] Jul 01 21:08:43.750 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30142026-07-01T21:08:45.618Z[ helios-setup] Jul 01 21:08:44.347 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30152026-07-01T21:08:45.929Z[ helios-setup] Jul 01 21:08:44.716 INFO E| Compiling toml v0.7.8
30162026-07-01T21:08:46.108Z[ host-package] Compiling regress v0.10.5
30172026-07-01T21:08:46.124Z[ helios-setup] Jul 01 21:08:44.911 INFO E| Compiling rsa v0.9.8
30182026-07-01T21:08:46.404Z[ host-package] Compiling macaddr v1.0.1
30192026-07-01T21:08:46.415Z[ host-package] Compiling unicode-xid v0.2.6
30202026-07-01T21:08:46.424Z[ host-package] Compiling humantime v2.3.0
30212026-07-01T21:08:46.725Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30222026-07-01T21:08:46.909Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30232026-07-01T21:08:46.982Z[ helios-setup] Jul 01 21:08:45.769 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30242026-07-01T21:08:46.996Z[ helios-setup] Jul 01 21:08:45.783 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30252026-07-01T21:08:47.035Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30262026-07-01T21:08:47.252Z[ host-package] Compiling convert_case v0.10.0
30272026-07-01T21:08:47.289Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30282026-07-01T21:08:47.637Z[ host-package] Compiling toml v0.8.23
30292026-07-01T21:08:47.642Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30302026-07-01T21:08:48.008Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30312026-07-01T21:08:48.239Z[ host-package] Compiling derive_more-impl v2.1.1
30322026-07-01T21:08:48.481Z[ host-package] Compiling typify v0.6.2
30332026-07-01T21:08:48.816Z[ host-package] Compiling papergrid v0.11.0
30342026-07-01T21:08:49.002Z[ host-package] Compiling tabled_derive v0.7.0
30352026-07-01T21:08:49.231Z[ host-package] Compiling progenitor-impl v0.14.0
30362026-07-01T21:08:49.682Z[ host-package] Compiling termtree v0.5.1
30372026-07-01T21:08:50.238Z[ host-package] Compiling hickory-resolver v0.24.4
30382026-07-01T21:08:50.412Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30392026-07-01T21:08:51.123Z[ host-package] Compiling derive_more v2.1.1
30402026-07-01T21:08:51.192Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30412026-07-01T21:08:51.262Z[ host-package] Compiling tabled v0.15.0
30422026-07-01T21:08:51.403Z[ host-package] Compiling crossterm v0.29.0
30432026-07-01T21:08:52.588Z[ host-package] Compiling progenitor-macro v0.14.0
30442026-07-01T21:08:52.621Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-07-01T21:08:53.766Z[ host-package] Compiling qorb v0.4.1
30462026-07-01T21:08:53.948Z[ helios-setup] Jul 01 21:08:52.735 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30472026-07-01T21:08:54.772Z[ host-package] Compiling phf_shared v0.12.1
30482026-07-01T21:08:54.972Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30492026-07-01T21:08:55.045Z[ host-package] Compiling csv-core v0.1.13
30502026-07-01T21:08:55.374Z[ helios-setup] Jul 01 21:08:54.161 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
30512026-07-01T21:08:55.440Z[ host-package] Compiling vte v0.14.1
30522026-07-01T21:08:55.484Z[ host-package] Compiling chrono-tz v0.10.4
30532026-07-01T21:08:55.617Z[ host-package] Compiling highway v1.3.0
30542026-07-01T21:08:55.884Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30552026-07-01T21:08:55.964Z[ host-package] Compiling csv v1.4.0
30562026-07-01T21:08:56.334Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30572026-07-01T21:08:56.588Z[ host-package] Compiling phf v0.12.1
30582026-07-01T21:08:56.674Z[ host-package] Compiling const_format_proc_macros v0.2.34
30592026-07-01T21:08:56.938Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30602026-07-01T21:08:57.161Z[ host-package] Compiling fd-lock v4.0.4
30612026-07-01T21:08:57.326Z[ host-package] Compiling peg-macros v0.8.5
30622026-07-01T21:08:57.991Z[ host-package] Compiling nu-ansi-term v0.50.3
30632026-07-01T21:08:58.282Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30642026-07-01T21:08:58.335Z[ host-package] Compiling const_format v0.2.35
30652026-07-01T21:08:58.340Z[ host-package] Compiling progenitor v0.14.0
30662026-07-01T21:08:58.465Z[ host-package] Compiling reedline v0.40.0
30672026-07-01T21:08:58.588Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30682026-07-01T21:08:59.018Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30692026-07-01T21:08:59.147Z[ host-package] Compiling peg v0.8.5
30702026-07-01T21:08:59.349Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30712026-07-01T21:08:59.764Z[ helios-setup] Jul 01 21:08:58.549 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30722026-07-01T21:09:00.509Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30732026-07-01T21:09:00.671Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30742026-07-01T21:09:00.963Z[ host-package] Compiling bcs v0.1.6
30752026-07-01T21:09:01.071Z[ host-package] Compiling nom v8.0.0
30762026-07-01T21:09:01.448Z[ host-package] Compiling semver v0.1.20
30772026-07-01T21:09:01.762Z[ host-package] Compiling rustc_version v0.1.7
30782026-07-01T21:09:02.100Z[ host-package] Compiling newtype_derive v0.1.6
30792026-07-01T21:09:02.253Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30802026-07-01T21:09:02.413Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30812026-07-01T21:09:02.522Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30822026-07-01T21:09:02.842Z[ host-package] Compiling unicode-linebreak v0.1.5
30832026-07-01T21:09:03.298Z[ host-package] Compiling smawk v0.3.2
30842026-07-01T21:09:03.606Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30852026-07-01T21:09:03.993Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30862026-07-01T21:09:04.122Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30872026-07-01T21:09:04.414Z[ host-package] Compiling textwrap v0.16.2
30882026-07-01T21:09:04.721Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30892026-07-01T21:09:04.813Z[ host-package] Compiling steno v0.4.1
30902026-07-01T21:09:04.937Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
30912026-07-01T21:09:05.084Z[ host-package] Compiling sha1 v0.10.6
30922026-07-01T21:09:05.530Z[ host-package] Compiling utf-8 v0.7.6
30932026-07-01T21:09:05.579Z[ host-package] Compiling tagptr v0.2.0
30942026-07-01T21:09:05.624Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30952026-07-01T21:09:05.707Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30962026-07-01T21:09:05.767Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30972026-07-01T21:09:05.845Z[ host-package] Compiling moka v0.12.13
30982026-07-01T21:09:06.041Z[ host-package] Compiling tungstenite v0.21.0
30992026-07-01T21:09:06.454Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31002026-07-01T21:09:06.565Z[ host-package] Compiling vergen-lib v0.1.6
31012026-07-01T21:09:06.659Z[ host-package] Compiling diesel_derives v2.3.7
31022026-07-01T21:09:07.108Z[ host-package] Compiling scheduled-thread-pool v0.2.7
31032026-07-01T21:09:07.349Z[ host-package] Compiling tokio-tungstenite v0.21.0
31042026-07-01T21:09:07.485Z[ host-package] Compiling dsl_auto_type v0.2.0
31052026-07-01T21:09:08.018Z[ host-package] Compiling hickory-resolver v0.25.2
31062026-07-01T21:09:08.105Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31072026-07-01T21:09:08.170Z[ host-package] Compiling vergen-gitcl v1.0.8
31082026-07-01T21:09:08.242Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
31092026-07-01T21:09:08.460Z[ host-package] Compiling dirs-sys-next v0.1.2
31102026-07-01T21:09:08.620Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31112026-07-01T21:09:08.768Z[ host-package] Compiling glob v0.3.3
31122026-07-01T21:09:09.133Z[ host-package] Compiling maplit v1.0.2
31132026-07-01T21:09:09.186Z[ host-package] Compiling crunchy v0.2.4
31142026-07-01T21:09:09.302Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152026-07-01T21:09:09.342Z[ host-package] Compiling proc-macro-error2 v2.0.1
31162026-07-01T21:09:09.389Z[ host-package] Compiling clang-sys v1.8.1
31172026-07-01T21:09:09.715Z[ host-package] Compiling dirs-next v2.0.0
31182026-07-01T21:09:10.107Z[ host-package] Compiling r2d2 v0.8.10
31192026-07-01T21:09:10.215Z[ host-package] Compiling num-derive v0.3.3
31202026-07-01T21:09:10.412Z[ host-package] Compiling tiny-keccak v2.0.2
31212026-07-01T21:09:10.463Z[ host-package] Compiling downcast-rs v2.0.2
31222026-07-01T21:09:10.744Z[ host-package] Compiling tabled_derive v0.11.0
31232026-07-01T21:09:10.825Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31242026-07-01T21:09:10.947Z[ host-package] Compiling term v0.7.0
31252026-07-01T21:09:11.351Z[ host-package] Compiling libscf-sys v1.1.0
31262026-07-01T21:09:11.496Z[ host-package] Compiling papergrid v0.17.0
31272026-07-01T21:09:11.554Z[ helios-setup] Jul 01 21:09:10.340 INFO E| Finished `release` profile [optimized] target(s) in 42.32s
31282026-07-01T21:09:11.559Z[ helios-setup] Jul 01 21:09:10.343 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31292026-07-01T21:09:11.559Z[ helios-setup] Jul 01 21:09:10.343 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31302026-07-01T21:09:11.566Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31312026-07-01T21:09:11.596Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31322026-07-01T21:09:11.617Z[ helios-setup] Jul 01 21:09:10.404 INFO building project "pilot" ok (42 seconds)
31332026-07-01T21:09:11.617Z[ helios-setup] Jul 01 21:09:10.404 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31342026-07-01T21:09:11.627Z[ helios-setup] Jul 01 21:09:10.414 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
31352026-07-01T21:09:11.628Z[ helios-setup] Jul 01 21:09:10.414 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31362026-07-01T21:09:11.635Z[ helios-setup] Jul 01 21:09:10.414 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31372026-07-01T21:09:11.747Z[ helios-setup] Jul 01 21:09:10.530 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31382026-07-01T21:09:11.779Z[ host-package] Compiling testing_table v0.3.0
31392026-07-01T21:09:11.844Z[ host-package] Compiling bit-vec v0.6.3
31402026-07-01T21:09:12.064Z[ helios-setup] Jul 01 21:09:10.850 INFO E| From https://github.com/jclulow/rust-jmclib
31412026-07-01T21:09:12.064Z[ helios-setup] Jul 01 21:09:10.850 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31422026-07-01T21:09:12.097Z[ helios-setup] Jul 01 21:09:10.877 INFO E| Updating crates.io index
31432026-07-01T21:09:12.100Z[ host-package] Compiling bit-set v0.5.3
31442026-07-01T21:09:12.155Z[ helios-setup] Jul 01 21:09:10.938 INFO E| Downloading crates ...
31452026-07-01T21:09:12.201Z[ helios-setup] Jul 01 21:09:10.988 INFO E| Downloaded cpufeatures v0.2.9
31462026-07-01T21:09:12.237Z[ helios-setup] Jul 01 21:09:11.024 INFO E| Downloaded walkdir v2.3.3
31472026-07-01T21:09:12.244Z[ helios-setup] Jul 01 21:09:11.026 INFO E| Downloaded libdevinfo-sys v1.0.0
31482026-07-01T21:09:12.244Z[ helios-setup] Jul 01 21:09:11.026 INFO E| Downloaded fastrand v2.0.0
31492026-07-01T21:09:12.244Z[ helios-setup] Jul 01 21:09:11.027 INFO E| Downloaded digest v0.9.0
31502026-07-01T21:09:12.244Z[ helios-setup] Jul 01 21:09:11.028 INFO E| Downloaded block-buffer v0.9.0
31512026-07-01T21:09:12.245Z[ helios-setup] Jul 01 21:09:11.028 INFO E| Downloaded unicode-ident v1.0.11
31522026-07-01T21:09:12.253Z[ helios-setup] Jul 01 21:09:11.030 INFO E| Downloaded sha-1 v0.9.8
31532026-07-01T21:09:12.253Z[ helios-setup] Jul 01 21:09:11.031 INFO E| Downloaded opaque-debug v0.3.0
31542026-07-01T21:09:12.253Z[ helios-setup] Jul 01 21:09:11.031 INFO E| Downloaded errno v0.3.1
31552026-07-01T21:09:12.253Z[ helios-setup] Jul 01 21:09:11.032 INFO E| Downloaded md-5 v0.9.1
31562026-07-01T21:09:12.253Z[ helios-setup] Jul 01 21:09:11.033 INFO E| Downloaded itoa v1.0.9
31572026-07-01T21:09:12.253Z[ helios-setup] Jul 01 21:09:11.035 INFO E| Downloaded anyhow v1.0.72
31582026-07-01T21:09:12.267Z[ helios-setup] Jul 01 21:09:11.050 INFO E| Downloaded uuid v0.8.2
31592026-07-01T21:09:12.272Z[ helios-setup] Jul 01 21:09:11.053 INFO E| Downloaded unicode-width v0.1.10
31602026-07-01T21:09:12.272Z[ helios-setup] Jul 01 21:09:11.055 INFO E| Downloaded glob v0.3.1
31612026-07-01T21:09:12.303Z[ helios-setup] Jul 01 21:09:11.082 INFO E| Downloaded typenum v1.16.0
31622026-07-01T21:09:12.310Z[ helios-setup] Jul 01 21:09:11.084 INFO E| Downloaded ryu v1.0.15
31632026-07-01T21:09:12.310Z[ helios-setup] Jul 01 21:09:11.086 INFO E| Downloaded proc-macro2 v1.0.66
31642026-07-01T21:09:12.310Z[ helios-setup] Jul 01 21:09:11.087 INFO E| Downloaded once_cell v1.18.0
31652026-07-01T21:09:12.310Z[ helios-setup] Jul 01 21:09:11.089 INFO E| Downloaded getrandom v0.2.10
31662026-07-01T21:09:12.310Z[ helios-setup] Jul 01 21:09:11.090 INFO E| Downloaded toml v0.5.11
31672026-07-01T21:09:12.311Z[ helios-setup] Jul 01 21:09:11.092 INFO E| Downloaded serde v1.0.193
31682026-07-01T21:09:12.311Z[ helios-setup] Jul 01 21:09:11.094 INFO E| Downloaded serde_derive v1.0.193
31692026-07-01T21:09:12.316Z[ helios-setup] Jul 01 21:09:11.095 INFO E| Downloaded bitflags v2.3.3
31702026-07-01T21:09:12.316Z[ helios-setup] Jul 01 21:09:11.096 INFO E| Downloaded quote v1.0.31
31712026-07-01T21:09:12.316Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31722026-07-01T21:09:12.319Z[ helios-setup] Jul 01 21:09:11.105 INFO E| Downloaded tempfile v3.7.0
31732026-07-01T21:09:12.327Z[ helios-setup] Jul 01 21:09:11.113 INFO E| Downloaded serde_json v1.0.103
31742026-07-01T21:09:12.351Z[ helios-setup] Jul 01 21:09:11.136 INFO E| Downloaded syn v2.0.32
31752026-07-01T21:09:12.360Z[ helios-setup] Jul 01 21:09:11.146 INFO E| Downloaded rustix v0.38.4
31762026-07-01T21:09:12.390Z[ helios-setup] Jul 01 21:09:11.168 INFO E| Downloaded libc v0.2.147
31772026-07-01T21:09:12.490Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling libc v0.2.147
31782026-07-01T21:09:12.490Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling proc-macro2 v1.0.66
31792026-07-01T21:09:12.490Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling unicode-ident v1.0.11
31802026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling cfg-if v1.0.0
31812026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling typenum v1.16.0
31822026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling version_check v0.9.4
31832026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling serde v1.0.193
31842026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling rustix v0.38.4
31852026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling powerfmt v0.2.0
31862026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling num-conv v0.1.0
31872026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling slog v2.7.0
31882026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling itoa v1.0.9
31892026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling time-core v0.1.2
31902026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling once_cell v1.18.0
31912026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling bitflags v2.3.3
31922026-07-01T21:09:12.494Z[ helios-setup] Jul 01 21:09:11.272 INFO E| Compiling num_threads v0.1.6
31932026-07-01T21:09:12.535Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31942026-07-01T21:09:13.177Z[ host-package] Compiling tabled v0.20.0
31952026-07-01T21:09:13.238Z[ host-package] Compiling ascii-canvas v3.0.0
31962026-07-01T21:09:13.321Z[ helios-setup] Jul 01 21:09:12.105 INFO E| Compiling generic-array v0.14.7
31972026-07-01T21:09:13.358Z[ helios-setup] Jul 01 21:09:12.140 INFO E| Compiling deranged v0.3.11
31982026-07-01T21:09:13.363Z[ helios-setup] Jul 01 21:09:12.146 INFO E| Compiling opaque-debug v0.3.0
31992026-07-01T21:09:13.457Z[ helios-setup] Jul 01 21:09:12.231 INFO E| Compiling anyhow v1.0.72
32002026-07-01T21:09:13.491Z[ helios-setup] Jul 01 21:09:12.270 INFO E| Compiling serde_json v1.0.103
32012026-07-01T21:09:13.587Z[ helios-setup] Jul 01 21:09:12.370 INFO E| Compiling fastrand v2.0.0
32022026-07-01T21:09:13.651Z[ helios-setup] Jul 01 21:09:12.418 INFO E| Compiling ryu v1.0.15
32032026-07-01T21:09:13.660Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32042026-07-01T21:09:13.670Z[ helios-setup] Jul 01 21:09:12.454 INFO E| Compiling cpufeatures v0.2.9
32052026-07-01T21:09:13.762Z[ helios-setup] Jul 01 21:09:12.533 INFO E| Compiling unicode-width v0.1.10
32062026-07-01T21:09:13.771Z[ helios-setup] Jul 01 21:09:12.558 INFO E| Compiling same-file v1.0.6
32072026-07-01T21:09:13.800Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32082026-07-01T21:09:13.815Z[ helios-setup] Jul 01 21:09:12.601 INFO E| Compiling glob v0.3.1
32092026-07-01T21:09:13.845Z[ helios-setup] Jul 01 21:09:12.632 INFO E| Compiling time-macros v0.2.18
32102026-07-01T21:09:13.908Z[ helios-setup] Jul 01 21:09:12.692 INFO E| Compiling quote v1.0.31
32112026-07-01T21:09:13.929Z[ host-package] Compiling progenitor-impl v0.13.0
32122026-07-01T21:09:14.114Z[ helios-setup] Jul 01 21:09:12.876 INFO E| Compiling thread_local v1.1.7
32132026-07-01T21:09:14.138Z[ helios-setup] Jul 01 21:09:12.910 INFO E| Compiling walkdir v2.3.3
32142026-07-01T21:09:14.150Z[ helios-setup] Jul 01 21:09:12.935 INFO E| Compiling getopts v0.2.21
32152026-07-01T21:09:14.338Z[ helios-setup] Jul 01 21:09:13.113 INFO E| Compiling syn v2.0.32
32162026-07-01T21:09:14.435Z[ helios-setup] Jul 01 21:09:13.222 INFO E| Compiling libdevinfo-sys v1.0.0
32172026-07-01T21:09:14.637Z[ helios-setup] Jul 01 21:09:13.423 INFO E| Compiling dirs-sys-next v0.1.2
32182026-07-01T21:09:14.638Z[ helios-setup] Jul 01 21:09:13.423 INFO E| Compiling errno v0.3.1
32192026-07-01T21:09:14.638Z[ helios-setup] Jul 01 21:09:13.423 INFO E| Compiling atty v0.2.14
32202026-07-01T21:09:14.673Z[ helios-setup] Jul 01 21:09:13.458 INFO E| Compiling getrandom v0.2.10
32212026-07-01T21:09:14.785Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32222026-07-01T21:09:14.834Z[ helios-setup] Jul 01 21:09:13.620 INFO E| Compiling dirs-next v2.0.0
32232026-07-01T21:09:14.912Z[ helios-setup] Jul 01 21:09:13.698 INFO E| Compiling term v0.7.0
32242026-07-01T21:09:15.186Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32252026-07-01T21:09:15.311Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32262026-07-01T21:09:15.542Z[ helios-setup] Jul 01 21:09:14.328 INFO E| Compiling tempfile v3.7.0
32272026-07-01T21:09:15.562Z[ host-package] Compiling itertools v0.10.5
32282026-07-01T21:09:15.593Z[ host-package] Compiling ena v0.14.4
32292026-07-01T21:09:15.602Z[ helios-setup] Jul 01 21:09:14.387 INFO E| Compiling block-buffer v0.9.0
32302026-07-01T21:09:15.602Z[ helios-setup] Jul 01 21:09:14.387 INFO E| Compiling digest v0.9.0
32312026-07-01T21:09:15.725Z[ helios-setup] Jul 01 21:09:14.511 INFO E| Compiling md-5 v0.9.1
32322026-07-01T21:09:15.725Z[ helios-setup] Jul 01 21:09:14.511 INFO E| Compiling sha-1 v0.9.8
32332026-07-01T21:09:15.771Z[ helios-setup] Jul 01 21:09:14.557 INFO E| Compiling time v0.3.36
32342026-07-01T21:09:15.788Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32352026-07-01T21:09:15.985Z[ host-package] Compiling diesel v2.3.7
32362026-07-01T21:09:16.043Z[ host-package] Compiling libloading v0.8.9
32372026-07-01T21:09:16.142Z[ host-package] Compiling bindgen v0.71.1
32382026-07-01T21:09:16.269Z[ host-package] Compiling regex-syntax v0.6.29
32392026-07-01T21:09:16.327Z[ host-package] Compiling diff v0.1.13
32402026-07-01T21:09:16.396Z[ host-package] Compiling xshell-macros v0.2.7
32412026-07-01T21:09:16.579Z[ host-package] Compiling unicase v2.9.0
32422026-07-01T21:09:16.711Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32432026-07-01T21:09:16.750Z[ helios-setup] Jul 01 21:09:15.537 INFO E| Compiling slog-term v2.9.0
32442026-07-01T21:09:16.829Z[ helios-setup] Jul 01 21:09:15.614 INFO E| Compiling serde_derive v1.0.193
32452026-07-01T21:09:17.015Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32462026-07-01T21:09:17.108Z[ host-package] Compiling xshell v0.2.7
32472026-07-01T21:09:17.299Z[ host-package] Compiling progenitor-macro v0.13.0
32482026-07-01T21:09:17.631Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32492026-07-01T21:09:18.152Z[ host-package] Compiling lalrpop v0.19.12
32502026-07-01T21:09:18.556Z[ host-package] Compiling cexpr v0.6.0
32512026-07-01T21:09:18.617Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32522026-07-01T21:09:19.186Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32532026-07-01T21:09:19.363Z[ host-package] Compiling progenitor-client v0.13.0
32542026-07-01T21:09:19.698Z[ host-package] Compiling rustc-hash v2.1.1
32552026-07-01T21:09:20.052Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32562026-07-01T21:09:21.367Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32572026-07-01T21:09:21.584Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32582026-07-01T21:09:21.637Z[ helios-setup] Jul 01 21:09:20.423 INFO E| Compiling toml v0.5.11
32592026-07-01T21:09:21.637Z[ helios-setup] Jul 01 21:09:20.423 INFO E| Compiling uuid v0.8.2
32602026-07-01T21:09:21.722Z[ host-package] Compiling progenitor v0.13.0
32612026-07-01T21:09:22.136Z[ host-package] Compiling headers-core v0.3.0
32622026-07-01T21:09:22.207Z[ host-package] Compiling libxml v0.3.3
32632026-07-01T21:09:22.273Z[ host-package] Compiling crc8 v0.1.1
32642026-07-01T21:09:22.347Z[ host-package] Compiling headers v0.4.1
32652026-07-01T21:09:22.448Z[ helios-setup] Jul 01 21:09:21.235 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32662026-07-01T21:09:22.479Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32672026-07-01T21:09:26.804Z[ host-package] Compiling strum_macros v0.24.3
32682026-07-01T21:09:26.804Z[ host-package] Compiling indoc v1.0.9
32692026-07-01T21:09:26.804Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32702026-07-01T21:09:26.804Z[ host-package] Compiling git-stub v1.0.0
32712026-07-01T21:09:26.804Z[ helios-setup] Jul 01 21:09:22.072 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32722026-07-01T21:09:26.804Z[ host-package] Compiling derive_builder v0.20.2
32732026-07-01T21:09:26.804Z[ host-package] Compiling quick-xml v0.37.5
32742026-07-01T21:09:26.804Z[ host-package] Compiling oso-derive v0.27.3
32752026-07-01T21:09:26.804Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32762026-07-01T21:09:26.804Z[ host-package] Compiling openssl-probe v0.1.6
32772026-07-01T21:09:26.804Z[ host-package] Compiling git-stub-vcs v0.1.0
32782026-07-01T21:09:26.804Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32792026-07-01T21:09:26.804Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
32802026-07-01T21:09:26.804Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32812026-07-01T21:09:26.804Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32822026-07-01T21:09:26.804Z[ host-package] Compiling bb8 v0.8.6
32832026-07-01T21:09:26.804Z[ host-package] Compiling trait-variant v0.1.2
32842026-07-01T21:09:26.804Z[ host-package] Compiling half v1.8.3
32852026-07-01T21:09:26.804Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32862026-07-01T21:09:26.805Z[ host-package] Compiling samael v0.0.19
32872026-07-01T21:09:26.805Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32882026-07-01T21:09:26.805Z[ host-package] Compiling serde_cbor v0.11.2
32892026-07-01T21:09:26.805Z[ host-package] Compiling nonempty v0.12.0
32902026-07-01T21:09:26.805Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32912026-07-01T21:09:26.805Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
32922026-07-01T21:09:26.805Z[ host-package] Compiling polar-core v0.27.3
32932026-07-01T21:09:26.805Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32942026-07-01T21:09:26.805Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32952026-07-01T21:09:26.805Z[ host-package] Compiling fxhash v0.2.1
32962026-07-01T21:09:26.817Z[ host-package] Compiling libz-sys v1.1.24
32972026-07-01T21:09:26.817Z[ host-package] Compiling salty v0.3.0
32982026-07-01T21:09:27.264Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32992026-07-01T21:09:27.427Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33002026-07-01T21:09:27.661Z[ host-package] Compiling kstat-rs v0.2.4
33012026-07-01T21:09:27.793Z[ helios-setup] Jul 01 21:09:26.580 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.15s
33022026-07-01T21:09:27.818Z[ helios-setup] Jul 01 21:09:26.604 INFO building project "image-builder" ok (16 seconds)
33032026-07-01T21:09:27.818Z[ helios-setup] Jul 01 21:09:26.604 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
33042026-07-01T21:09:27.938Z[ host-package] Compiling arc-swap v1.8.2
33052026-07-01T21:09:28.324Z[ host-package] Compiling slog-scope v4.4.1
33062026-07-01T21:09:28.408Z[ host-package] Compiling mime_guess v2.0.5
33072026-07-01T21:09:28.804Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33082026-07-01T21:09:28.966Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-07-01T21:09:30.640Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33102026-07-01T21:09:30.682Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33112026-07-01T21:09:30.835Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33122026-07-01T21:09:30.971Z[ host-package] Compiling rfc6979 v0.4.0
33132026-07-01T21:09:31.200Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33142026-07-01T21:09:31.252Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-07-01T21:09:31.720Z[ host-package] Compiling nanorand v0.7.0
33162026-07-01T21:09:32.125Z[ host-package] Compiling darling_core v0.23.0
33172026-07-01T21:09:32.152Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33182026-07-01T21:09:32.198Z[ host-package] Compiling parking_lot_core v0.8.6
33192026-07-01T21:09:32.715Z[ host-package] Compiling flume v0.11.1
33202026-07-01T21:09:32.740Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33212026-07-01T21:09:33.137Z[ host-package] Compiling ecdsa v0.16.9
33222026-07-01T21:09:34.394Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33232026-07-01T21:09:34.423Z[ host-package] Compiling slog-stdlog v4.1.1
33242026-07-01T21:09:34.423Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33252026-07-01T21:09:34.540Z[ host-package] Compiling primeorder v0.13.6
33262026-07-01T21:09:34.552Z[ host-package] Compiling atty v0.2.14
33272026-07-01T21:09:34.580Z[ host-package] Compiling darling_macro v0.23.0
33282026-07-01T21:09:34.706Z[ host-package] Compiling strsim v0.10.0
33292026-07-01T21:09:34.813Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33302026-07-01T21:09:34.854Z[ host-package] Compiling instability v0.3.11
33312026-07-01T21:09:35.093Z[ host-package] Compiling async-bb8-diesel v0.2.1
33322026-07-01T21:09:35.118Z[ host-package] Compiling diesel-dtrace v0.5.0
33332026-07-01T21:09:35.163Z[ host-package] Compiling http-range v0.1.5
33342026-07-01T21:09:35.518Z[ host-package] Compiling darling v0.23.0
33352026-07-01T21:09:35.708Z[ host-package] Compiling darling_core v0.13.4
33362026-07-01T21:09:35.765Z[ host-package] Compiling p384 v0.13.1
33372026-07-01T21:09:35.768Z[ host-package] Compiling slog-envlogger v2.2.0
33382026-07-01T21:09:36.807Z[ host-package] Compiling oso v0.27.3
33392026-07-01T21:09:37.710Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33402026-07-01T21:09:38.590Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33412026-07-01T21:09:38.792Z[ host-package] Compiling ignore v0.4.25
33422026-07-01T21:09:38.896Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33432026-07-01T21:09:38.981Z[ host-package] Compiling vergen-git2 v9.1.0
33442026-07-01T21:09:39.390Z[ host-package] Compiling castaway v0.2.4
33452026-07-01T21:09:39.550Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33462026-07-01T21:09:39.891Z[ host-package] Compiling indoc v2.0.7
33472026-07-01T21:09:40.689Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33482026-07-01T21:09:41.437Z[ host-package] Compiling globwalk v0.9.1
33492026-07-01T21:09:41.486Z[ host-package] Compiling compact_str v0.8.1
33502026-07-01T21:09:42.350Z[ host-package] Compiling parking_lot v0.11.2
33512026-07-01T21:09:42.461Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33522026-07-01T21:09:42.678Z[ host-package] Compiling darling_macro v0.13.4
33532026-07-01T21:09:42.849Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33542026-07-01T21:09:43.193Z[ host-package] Compiling hyper-staticfile v0.10.1
33552026-07-01T21:09:43.390Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33562026-07-01T21:09:43.564Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-07-01T21:09:44.173Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33582026-07-01T21:09:44.197Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33592026-07-01T21:09:44.420Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33602026-07-01T21:09:44.529Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33612026-07-01T21:09:44.627Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33622026-07-01T21:09:44.747Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33632026-07-01T21:09:45.570Z[ host-package] Compiling predicates-tree v1.0.13
33642026-07-01T21:09:45.594Z[ host-package] Compiling unicode-truncate v1.1.0
33652026-07-01T21:09:45.865Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33662026-07-01T21:09:46.091Z[ host-package] Compiling lru v0.12.5
33672026-07-01T21:09:46.170Z[ host-package] Compiling rand_seeder v0.4.0
33682026-07-01T21:09:46.343Z[ host-package] Compiling prefix-trie v0.7.0
33692026-07-01T21:09:46.441Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-07-01T21:09:46.484Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33712026-07-01T21:09:46.575Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33722026-07-01T21:09:46.839Z[ host-package] Compiling corncobs v0.1.4
33732026-07-01T21:09:46.892Z[ host-package] Compiling cassowary v0.3.0
33742026-07-01T21:09:46.976Z[ host-package] Compiling hickory-server v0.25.2
33752026-07-01T21:09:47.010Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33762026-07-01T21:09:47.202Z[ host-package] Compiling ratatui v0.29.0
33772026-07-01T21:09:47.601Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33782026-07-01T21:09:48.063Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33792026-07-01T21:09:48.359Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33802026-07-01T21:09:48.432Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33812026-07-01T21:09:48.611Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33822026-07-01T21:09:49.168Z[ host-package] Compiling darling v0.13.4
33832026-07-01T21:09:49.301Z[ host-package] Compiling sled v0.34.7
33842026-07-01T21:09:51.087Z[ helios-setup] Jul 01 21:09:49.874 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')"
33852026-07-01T21:09:51.091Z[ helios-setup] Jul 01 21:09:49.874 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33862026-07-01T21:09:51.123Z[ helios-setup] Jul 01 21:09:49.909 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')"
33872026-07-01T21:09:51.123Z[ helios-setup] Jul 01 21:09:49.909 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33882026-07-01T21:09:51.123Z[ helios-setup] Jul 01 21:09:49.909 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33892026-07-01T21:09:51.305Z[ helios-setup] Jul 01 21:09:50.090 INFO E| Updating crates.io index
33902026-07-01T21:09:51.309Z[ helios-setup] Jul 01 21:09:50.090 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33912026-07-01T21:09:51.464Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33922026-07-01T21:09:51.725Z[ helios-setup] Jul 01 21:09:50.512 INFO E| From https://github.com/oxidecomputer/amd-apcb
33932026-07-01T21:09:51.726Z[ helios-setup] Jul 01 21:09:50.512 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33942026-07-01T21:09:51.740Z[ helios-setup] Jul 01 21:09:50.526 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33952026-07-01T21:09:51.850Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33962026-07-01T21:09:52.078Z[ helios-setup] Jul 01 21:09:50.864 INFO E| From https://github.com/oxidecomputer/amd-efs
33972026-07-01T21:09:52.078Z[ helios-setup] Jul 01 21:09:50.864 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33982026-07-01T21:09:52.119Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33992026-07-01T21:09:52.322Z[ helios-setup] Jul 01 21:09:51.108 INFO E| Downloading crates ...
34002026-07-01T21:09:52.386Z[ helios-setup] Jul 01 21:09:51.172 INFO E| Downloaded structopt-derive v0.4.18
34012026-07-01T21:09:52.392Z[ helios-setup] Jul 01 21:09:51.178 INFO E| Downloaded bytesize v2.0.1
34022026-07-01T21:09:52.395Z[ helios-setup] Jul 01 21:09:51.180 INFO E| Downloaded fletcher v1.0.0
34032026-07-01T21:09:52.399Z[ helios-setup] Jul 01 21:09:51.182 INFO E| Downloaded pest_derive v2.8.0
34042026-07-01T21:09:52.399Z[ helios-setup] Jul 01 21:09:51.184 INFO E| Downloaded vec_map v0.8.2
34052026-07-01T21:09:52.414Z[ helios-setup] Jul 01 21:09:51.200 INFO E| Downloaded heck v0.3.3
34062026-07-01T21:09:52.417Z[ helios-setup] Jul 01 21:09:51.202 INFO E| Downloaded strsim v0.8.0
34072026-07-01T21:09:52.417Z[ helios-setup] Jul 01 21:09:51.203 INFO E| Downloaded dyn-clone v1.0.19
34082026-07-01T21:09:52.421Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34092026-07-01T21:09:52.421Z[ helios-setup] Jul 01 21:09:51.207 INFO E| Downloaded strum v0.27.1
34102026-07-01T21:09:52.425Z[ helios-setup] Jul 01 21:09:51.210 INFO E| Downloaded unic-common v0.9.0
34112026-07-01T21:09:52.432Z[ helios-setup] Jul 01 21:09:51.217 INFO E| Downloaded unic-char-property v0.9.0
34122026-07-01T21:09:52.436Z[ helios-setup] Jul 01 21:09:51.222 INFO E| Downloaded unic-ucd-version v0.9.0
34132026-07-01T21:09:52.439Z[ helios-setup] Jul 01 21:09:51.223 INFO E| Downloaded unic-char-range v0.9.0
34142026-07-01T21:09:52.439Z[ helios-setup] Jul 01 21:09:51.224 INFO E| Downloaded modular-bitfield-impl v0.13.1
34152026-07-01T21:09:52.442Z[ helios-setup] Jul 01 21:09:51.228 INFO E| Downloaded textwrap v0.11.0
34162026-07-01T21:09:52.446Z[ helios-setup] Jul 01 21:09:51.232 INFO E| Downloaded four-cc v0.4.0
34172026-07-01T21:09:52.449Z[ helios-setup] Jul 01 21:09:51.234 INFO E| Downloaded parse_int v0.9.0
34182026-07-01T21:09:52.452Z[ helios-setup] Jul 01 21:09:51.238 INFO E| Downloaded ansi_term v0.12.1
34192026-07-01T21:09:52.455Z[ helios-setup] Jul 01 21:09:51.241 INFO E| Downloaded thiserror v2.0.12
34202026-07-01T21:09:52.458Z[ helios-setup] Jul 01 21:09:51.245 INFO E| Downloaded rustversion v1.0.20
34212026-07-01T21:09:52.462Z[ helios-setup] Jul 01 21:09:51.246 INFO E| Downloaded strum_macros v0.27.1
34222026-07-01T21:09:52.462Z[ helios-setup] Jul 01 21:09:51.248 INFO E| Downloaded quote v1.0.40
34232026-07-01T21:09:52.465Z[ helios-setup] Jul 01 21:09:51.249 INFO E| Downloaded modular-bitfield-impl v0.11.2
34242026-07-01T21:09:52.465Z[ helios-setup] Jul 01 21:09:51.251 INFO E| Downloaded unicode-ident v1.0.18
34252026-07-01T21:09:52.468Z[ helios-setup] Jul 01 21:09:51.253 INFO E| Downloaded autocfg v1.4.0
34262026-07-01T21:09:52.471Z[ helios-setup] Jul 01 21:09:51.258 INFO E| Downloaded serde v1.0.219
34272026-07-01T21:09:52.475Z[ helios-setup] Jul 01 21:09:51.262 INFO E| Downloaded pest_generator v2.8.0
34282026-07-01T21:09:52.478Z[ helios-setup] Jul 01 21:09:51.265 INFO E| Downloaded pest_meta v2.8.0
34292026-07-01T21:09:52.485Z[ helios-setup] Jul 01 21:09:51.272 INFO E| Downloaded thiserror-impl v2.0.12
34302026-07-01T21:09:52.489Z[ helios-setup] Jul 01 21:09:51.273 INFO E| Downloaded structopt v0.3.26
34312026-07-01T21:09:52.494Z[ helios-setup] Jul 01 21:09:51.280 INFO E| Downloaded proc-macro2 v1.0.95
34322026-07-01T21:09:52.497Z[ helios-setup] Jul 01 21:09:51.282 INFO E| Downloaded modular-bitfield v0.13.1
34332026-07-01T21:09:52.501Z[ helios-setup] Jul 01 21:09:51.287 INFO E| Downloaded modular-bitfield v0.11.2
34342026-07-01T21:09:52.510Z[ helios-setup] Jul 01 21:09:51.297 INFO E| Downloaded unic-ucd-ident v0.9.0
34352026-07-01T21:09:52.515Z[ helios-setup] Jul 01 21:09:51.298 INFO E| Downloaded log v0.4.27
34362026-07-01T21:09:52.515Z[ helios-setup] Jul 01 21:09:51.300 INFO E| Downloaded serde_derive v1.0.219
34372026-07-01T21:09:52.518Z[ helios-setup] Jul 01 21:09:51.304 INFO E| Downloaded typenum v1.18.0
34382026-07-01T21:09:52.529Z[ helios-setup] Jul 01 21:09:51.316 INFO E| Downloaded zerocopy-derive v0.8.25
34392026-07-01T21:09:52.534Z[ helios-setup] Jul 01 21:09:51.321 INFO E| Downloaded memchr v2.7.4
34402026-07-01T21:09:52.550Z[ helios-setup] Jul 01 21:09:51.336 INFO E| Downloaded pest v2.8.0
34412026-07-01T21:09:52.588Z[ helios-setup] Jul 01 21:09:51.375 INFO E| Downloaded serde_json v1.0.140
34422026-07-01T21:09:52.593Z[ helios-setup] Jul 01 21:09:51.379 INFO E| Downloaded clap v2.34.0
34432026-07-01T21:09:52.605Z[ helios-setup] Jul 01 21:09:51.392 INFO E| Downloaded goblin v0.9.3
34442026-07-01T21:09:52.613Z[ helios-setup] Jul 01 21:09:51.399 INFO E| Downloaded syn v2.0.101
34452026-07-01T21:09:52.620Z[ helios-setup] Jul 01 21:09:51.406 INFO E| Downloaded zerocopy v0.8.25
34462026-07-01T21:09:52.669Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34472026-07-01T21:09:52.672Z[ helios-setup] Jul 01 21:09:51.456 INFO E| Downloaded libc v0.2.172
34482026-07-01T21:09:52.755Z[ helios-setup] Jul 01 21:09:51.541 INFO E| Compiling proc-macro2 v1.0.95
34492026-07-01T21:09:52.755Z[ helios-setup] Jul 01 21:09:51.541 INFO E| Compiling unicode-ident v1.0.18
34502026-07-01T21:09:52.755Z[ helios-setup] Jul 01 21:09:51.541 INFO E| Compiling memchr v2.7.4
34512026-07-01T21:09:52.760Z[ helios-setup] Jul 01 21:09:51.541 INFO E| Compiling autocfg v1.4.0
34522026-07-01T21:09:52.760Z[ helios-setup] Jul 01 21:09:51.541 INFO E| Compiling thiserror v2.0.12
34532026-07-01T21:09:52.760Z[ helios-setup] Jul 01 21:09:51.541 INFO E| Compiling syn v1.0.109
34542026-07-01T21:09:52.760Z[ helios-setup] Jul 01 21:09:51.541 INFO E| Compiling serde v1.0.219
34552026-07-01T21:09:52.760Z[ helios-setup] Jul 01 21:09:51.542 INFO E| Compiling version_check v0.9.5
34562026-07-01T21:09:52.760Z[ helios-setup] Jul 01 21:09:51.542 INFO E| Compiling serde_json v1.0.140
34572026-07-01T21:09:52.761Z[ helios-setup] Jul 01 21:09:51.542 INFO E| Compiling ryu v1.0.20
34582026-07-01T21:09:52.761Z[ helios-setup] Jul 01 21:09:51.542 INFO E| Compiling itoa v1.0.15
34592026-07-01T21:09:52.761Z[ helios-setup] Jul 01 21:09:51.542 INFO E| Compiling schemars v0.8.22
34602026-07-01T21:09:52.761Z[ helios-setup] Jul 01 21:09:51.542 INFO E| Compiling libc v0.2.172
34612026-07-01T21:09:52.761Z[ helios-setup] Jul 01 21:09:51.542 INFO E| Compiling rustversion v1.0.20
34622026-07-01T21:09:52.761Z[ helios-setup] Jul 01 21:09:51.542 INFO E| Compiling dyn-clone v1.0.19
34632026-07-01T21:09:52.761Z[ helios-setup] Jul 01 21:09:51.542 INFO E| Compiling zerocopy v0.8.25
34642026-07-01T21:09:52.959Z[ host-package] Compiling secrecy v0.8.0
34652026-07-01T21:09:53.007Z[ helios-setup] Jul 01 21:09:51.793 INFO E| Compiling static_assertions v1.1.0
34662026-07-01T21:09:53.190Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34672026-07-01T21:09:53.340Z[ helios-setup] Jul 01 21:09:52.126 INFO E| Compiling paste v1.0.15
34682026-07-01T21:09:53.430Z[ helios-setup] Jul 01 21:09:52.216 INFO E| Compiling ucd-trie v0.1.7
34692026-07-01T21:09:53.512Z[ helios-setup] Jul 01 21:09:52.296 INFO E| Compiling once_cell v1.21.3
34702026-07-01T21:09:53.602Z[ helios-setup] Jul 01 21:09:52.388 INFO E| Compiling unicode-width v0.1.14
34712026-07-01T21:09:53.631Z[ helios-setup] Jul 01 21:09:52.416 INFO E| Compiling heck v0.5.0
34722026-07-01T21:09:53.637Z[ helios-setup] Jul 01 21:09:52.421 INFO E| Compiling unicode-segmentation v1.12.0
34732026-07-01T21:09:53.671Z[ helios-setup] Jul 01 21:09:52.457 INFO E| Compiling vec_map v0.8.2
34742026-07-01T21:09:53.914Z[ helios-setup] Jul 01 21:09:52.700 INFO E| Compiling textwrap v0.11.0
34752026-07-01T21:09:53.932Z[ helios-setup] Jul 01 21:09:52.718 INFO E| Compiling ansi_term v0.12.1
34762026-07-01T21:09:53.939Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34772026-07-01T21:09:54.059Z[ helios-setup] Jul 01 21:09:52.845 INFO E| Compiling proc-macro-error-attr v1.0.4
34782026-07-01T21:09:54.105Z[ helios-setup] Jul 01 21:09:52.891 INFO E| Compiling proc-macro-error v1.0.4
34792026-07-01T21:09:54.219Z[ helios-setup] Jul 01 21:09:53.005 INFO E| Compiling heck v0.3.3
34802026-07-01T21:09:54.224Z[ helios-setup] Jul 01 21:09:53.011 INFO E| Compiling fletcher v1.0.0
34812026-07-01T21:09:54.264Z[ helios-setup] Jul 01 21:09:53.047 INFO E| Compiling strsim v0.8.0
34822026-07-01T21:09:54.312Z[ helios-setup] Jul 01 21:09:53.098 INFO E| Compiling unic-char-range v0.9.0
34832026-07-01T21:09:54.381Z[ helios-setup] Jul 01 21:09:53.167 INFO E| Compiling bitflags v1.3.2
34842026-07-01T21:09:54.407Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34852026-07-01T21:09:54.486Z[ helios-setup] Jul 01 21:09:53.211 INFO E| Compiling byteorder v1.5.0
34862026-07-01T21:09:54.490Z[ helios-setup] Jul 01 21:09:53.216 INFO E| Compiling unic-common v0.9.0
34872026-07-01T21:09:54.490Z[ helios-setup] Jul 01 21:09:53.221 INFO E| Compiling strum v0.27.1
34882026-07-01T21:09:54.490Z[ helios-setup] Jul 01 21:09:53.250 INFO E| Compiling unic-char-property v0.9.0
34892026-07-01T21:09:54.500Z[ helios-setup] Jul 01 21:09:53.287 INFO E| Compiling plain v0.2.3
34902026-07-01T21:09:54.508Z[ helios-setup] Jul 01 21:09:53.295 INFO E| Compiling num-traits v0.2.19
34912026-07-01T21:09:54.513Z[ helios-setup] Jul 01 21:09:53.300 INFO E| Compiling memoffset v0.9.1
34922026-07-01T21:09:54.555Z[ host-package] Compiling serde_with_macros v1.5.2
34932026-07-01T21:09:54.558Z[ helios-setup] Jul 01 21:09:53.343 INFO E| Compiling unic-ucd-version v0.9.0
34942026-07-01T21:09:54.576Z[ helios-setup] Jul 01 21:09:53.362 INFO E| Compiling lazy_static v1.5.0
34952026-07-01T21:09:54.581Z[ helios-setup] Jul 01 21:09:53.368 INFO E| Compiling log v0.4.27
34962026-07-01T21:09:54.599Z[ helios-setup] Jul 01 21:09:53.385 INFO E| Compiling bytesize v2.0.1
34972026-07-01T21:09:54.619Z[ helios-setup] Jul 01 21:09:53.405 INFO E| Compiling unic-ucd-ident v0.9.0
34982026-07-01T21:09:54.760Z[ helios-setup] Jul 01 21:09:53.546 INFO E| Compiling atty v0.2.14
34992026-07-01T21:09:54.834Z[ helios-setup] Jul 01 21:09:53.620 INFO E| Compiling clap v2.34.0
35002026-07-01T21:09:55.230Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35012026-07-01T21:09:55.505Z[ helios-setup] Jul 01 21:09:54.291 INFO E| Compiling quote v1.0.40
35022026-07-01T21:09:55.727Z[ helios-setup] Jul 01 21:09:54.513 INFO E| Compiling syn v2.0.101
35032026-07-01T21:09:55.811Z[ helios-setup] Jul 01 21:09:54.595 INFO E| Compiling parse_int v0.9.0
35042026-07-01T21:09:55.899Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35052026-07-01T21:09:56.877Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35062026-07-01T21:09:57.267Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35072026-07-01T21:09:57.649Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35082026-07-01T21:09:58.048Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35092026-07-01T21:09:58.385Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35102026-07-01T21:09:58.518Z[ helios-setup] Jul 01 21:09:57.304 INFO E| Compiling serde_derive_internals v0.29.1
35112026-07-01T21:09:58.725Z[ helios-setup] Jul 01 21:09:57.511 INFO E| Compiling modular-bitfield-impl v0.11.2
35122026-07-01T21:09:58.725Z[ helios-setup] Jul 01 21:09:57.511 INFO E| Compiling structopt-derive v0.4.18
35132026-07-01T21:09:58.753Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35142026-07-01T21:09:58.861Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35152026-07-01T21:09:58.955Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35162026-07-01T21:09:59.088Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35172026-07-01T21:09:59.169Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35182026-07-01T21:09:59.306Z[ host-package] Compiling void v1.0.2
35192026-07-01T21:09:59.498Z[ host-package] Compiling base64 v0.21.7
35202026-07-01T21:09:59.570Z[ host-package] Compiling git2 v0.20.4
35212026-07-01T21:09:59.733Z[ host-package] Compiling lzss v0.8.2
35222026-07-01T21:09:59.806Z[ helios-setup] Jul 01 21:09:58.592 INFO E| Compiling thiserror-impl v2.0.12
35232026-07-01T21:09:59.806Z[ helios-setup] Jul 01 21:09:58.592 INFO E| Compiling serde_derive v1.0.219
35242026-07-01T21:09:59.810Z[ helios-setup] Jul 01 21:09:58.592 INFO E| Compiling schemars_derive v0.8.22
35252026-07-01T21:09:59.810Z[ helios-setup] Jul 01 21:09:58.592 INFO E| Compiling zerocopy-derive v0.8.25
35262026-07-01T21:09:59.810Z[ helios-setup] Jul 01 21:09:58.592 INFO E| Compiling num-derive v0.4.2
35272026-07-01T21:09:59.810Z[ helios-setup] Jul 01 21:09:58.593 INFO E| Compiling modular-bitfield-impl v0.13.1
35282026-07-01T21:09:59.810Z[ helios-setup] Jul 01 21:09:58.593 INFO E| Compiling strum_macros v0.27.1
35292026-07-01T21:09:59.810Z[ helios-setup] Jul 01 21:09:58.593 INFO E| Compiling scroll_derive v0.12.1
35302026-07-01T21:10:00.087Z[ helios-setup] Jul 01 21:09:58.873 INFO E| Compiling structopt v0.3.26
35312026-07-01T21:10:00.337Z[ host-package] Compiling ron v0.8.1
35322026-07-01T21:10:00.538Z[ helios-setup] Jul 01 21:09:59.324 INFO E| Compiling modular-bitfield v0.11.2
35332026-07-01T21:10:00.603Z[ host-package] Compiling illumos-nvpair v0.3.0
35342026-07-01T21:10:00.820Z[ helios-setup] Jul 01 21:09:59.605 INFO E| Compiling scroll v0.12.0
35352026-07-01T21:10:00.879Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35362026-07-01T21:10:01.194Z[ helios-setup] Jul 01 21:09:59.980 INFO E| Compiling goblin v0.9.3
35372026-07-01T21:10:01.325Z[ host-package] Compiling serde_with v1.14.0
35382026-07-01T21:10:02.073Z[ helios-setup] Jul 01 21:10:00.859 INFO E| Compiling modular-bitfield v0.13.1
35392026-07-01T21:10:02.097Z[ helios-setup] Jul 01 21:10:00.884 INFO E| Compiling pest v2.8.0
35402026-07-01T21:10:02.292Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35412026-07-01T21:10:03.297Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35422026-07-01T21:10:03.522Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35432026-07-01T21:10:03.583Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35442026-07-01T21:10:03.680Z[ helios-setup] Jul 01 21:10:02.467 INFO E| Compiling pest_meta v2.8.0
35452026-07-01T21:10:03.711Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35462026-07-01T21:10:04.480Z[ helios-setup] Jul 01 21:10:03.267 INFO E| Compiling pest_generator v2.8.0
35472026-07-01T21:10:05.241Z[ helios-setup] Jul 01 21:10:04.028 INFO E| Compiling pest_derive v2.8.0
35482026-07-01T21:10:05.933Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35492026-07-01T21:10:06.184Z[ helios-setup] Jul 01 21:10:04.970 INFO E| Compiling json5 v0.4.1
35502026-07-01T21:10:06.328Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35512026-07-01T21:10:06.923Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35522026-07-01T21:10:07.253Z[ host-package] Compiling tungstenite v0.23.0
35532026-07-01T21:10:07.398Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35542026-07-01T21:10:07.745Z[ helios-setup] Jul 01 21:10:06.530 INFO E| Compiling four-cc v0.4.0
35552026-07-01T21:10:07.745Z[ helios-setup] Jul 01 21:10:06.530 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35562026-07-01T21:10:07.861Z[ helios-setup] Jul 01 21:10:06.648 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35572026-07-01T21:10:07.916Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35582026-07-01T21:10:09.215Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35592026-07-01T21:10:09.538Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35602026-07-01T21:10:09.754Z[ host-package] Compiling nix v0.27.1
35612026-07-01T21:10:09.790Z[ host-package] Compiling twox-hash v2.1.2
35622026-07-01T21:10:09.841Z[ host-package] Compiling serde_bytes v0.11.19
35632026-07-01T21:10:10.403Z[ host-package] Compiling tokio-tungstenite v0.23.1
35642026-07-01T21:10:10.407Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35652026-07-01T21:10:10.428Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35662026-07-01T21:10:10.631Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35672026-07-01T21:10:10.811Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35682026-07-01T21:10:11.008Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35692026-07-01T21:10:13.439Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35702026-07-01T21:10:14.511Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35712026-07-01T21:10:14.855Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35722026-07-01T21:10:14.886Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35732026-07-01T21:10:14.910Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35742026-07-01T21:10:15.088Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35752026-07-01T21:10:15.184Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35762026-07-01T21:10:15.273Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35772026-07-01T21:10:15.299Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35782026-07-01T21:10:15.909Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35792026-07-01T21:10:16.020Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35802026-07-01T21:10:16.301Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35812026-07-01T21:10:16.921Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35822026-07-01T21:10:17.104Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35832026-07-01T21:10:19.103Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35842026-07-01T21:10:20.086Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35852026-07-01T21:10:20.631Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
35862026-07-01T21:10:21.781Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35872026-07-01T21:10:22.230Z[ helios-setup] Jul 01 21:10:21.016 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35882026-07-01T21:10:22.322Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35892026-07-01T21:10:22.545Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35902026-07-01T21:10:22.675Z[ host-package] Compiling signal-hook-tokio v0.3.1
35912026-07-01T21:10:22.882Z[ host-package] Compiling fatfs v0.3.6
35922026-07-01T21:10:22.971Z[ host-package] Compiling yasna v0.5.2
35932026-07-01T21:10:23.515Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
35942026-07-01T21:10:23.690Z[ host-package] Compiling is_ci v1.2.0
35952026-07-01T21:10:23.967Z[ host-package] Compiling seq-macro v0.3.6
35962026-07-01T21:10:24.099Z[ host-package] Compiling assert_matches v1.5.0
35972026-07-01T21:10:24.298Z[ host-package] Compiling supports-color v3.0.2
35982026-07-01T21:10:24.528Z[ host-package] Compiling rcgen v0.12.1
35992026-07-01T21:10:24.756Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36002026-07-01T21:10:24.873Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36012026-07-01T21:10:25.420Z[ helios-setup] Jul 01 21:10:24.206 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36022026-07-01T21:10:25.589Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36032026-07-01T21:10:27.657Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36042026-07-01T21:10:27.775Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36052026-07-01T21:10:27.918Z[ host-package] Compiling subprocess v0.2.15
36062026-07-01T21:10:28.073Z[ host-package] Compiling rtoolbox v0.0.3
36072026-07-01T21:10:28.357Z[ host-package] Compiling rpassword v7.4.0
36082026-07-01T21:10:28.874Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36092026-07-01T21:10:29.397Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36102026-07-01T21:10:30.295Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36112026-07-01T21:10:31.657Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36122026-07-01T21:10:31.890Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36132026-07-01T21:10:33.132Z[ host-package] Compiling tui-tree-widget v0.23.1
36142026-07-01T21:10:33.602Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36152026-07-01T21:10:34.844Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36162026-07-01T21:10:35.102Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36172026-07-01T21:10:35.378Z[ host-package] Compiling uzers v0.12.2
36182026-07-01T21:10:36.232Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36192026-07-01T21:10:37.024Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36202026-07-01T21:10:37.583Z[ helios-setup] Jul 01 21:10:36.369 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.42s
36212026-07-01T21:10:37.619Z[ helios-setup] Jul 01 21:10:36.405 INFO building project "amd-host-image-builder" ok (46 seconds)
36222026-07-01T21:10:37.619Z[ helios-setup] Jul 01 21:10:36.405 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36232026-07-01T21:10:37.631Z[ helios-setup] Jul 01 21:10:36.417 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
36242026-07-01T21:10:37.631Z[ helios-setup] Jul 01 21:10:36.417 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36252026-07-01T21:10:37.634Z[ helios-setup] Jul 01 21:10:36.417 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36262026-07-01T21:10:37.743Z[ helios-setup] Jul 01 21:10:36.529 INFO E| Downloading crates ...
36272026-07-01T21:10:37.793Z[ helios-setup] Jul 01 21:10:36.579 INFO E| Downloaded cpufeatures v0.2.5
36282026-07-01T21:10:37.801Z[ helios-setup] Jul 01 21:10:36.587 INFO E| Downloaded block-buffer v0.10.3
36292026-07-01T21:10:37.804Z[ helios-setup] Jul 01 21:10:36.589 INFO E| Downloaded sha2 v0.10.5
36302026-07-01T21:10:37.807Z[ helios-setup] Jul 01 21:10:36.594 INFO E| Downloaded generic-array v0.14.6
36312026-07-01T21:10:37.811Z[ helios-setup] Jul 01 21:10:36.598 INFO E| Downloaded miniz_oxide v0.6.2
36322026-07-01T21:10:37.814Z[ helios-setup] Jul 01 21:10:36.599 INFO E| Downloaded bytes v1.2.1
36332026-07-01T21:10:37.819Z[ helios-setup] Jul 01 21:10:36.606 INFO E| Downloaded typenum v1.15.0
36342026-07-01T21:10:37.826Z[ helios-setup] Jul 01 21:10:36.610 INFO E| Downloaded flate2 v1.0.25
36352026-07-01T21:10:37.829Z[ helios-setup] Jul 01 21:10:36.613 INFO E| Downloaded digest v0.10.3
36362026-07-01T21:10:37.829Z[ helios-setup] Jul 01 21:10:36.614 INFO E| Downloaded anyhow v1.0.62
36372026-07-01T21:10:37.888Z[ helios-setup] Jul 01 21:10:36.674 INFO E| Compiling version_check v0.9.4
36382026-07-01T21:10:37.888Z[ helios-setup] Jul 01 21:10:36.674 INFO E| Compiling typenum v1.15.0
36392026-07-01T21:10:37.892Z[ helios-setup] Jul 01 21:10:36.674 INFO E| Compiling cfg-if v1.0.0
36402026-07-01T21:10:37.892Z[ helios-setup] Jul 01 21:10:36.674 INFO E| Compiling crc32fast v1.3.2
36412026-07-01T21:10:37.892Z[ helios-setup] Jul 01 21:10:36.674 INFO E| Compiling adler v1.0.2
36422026-07-01T21:10:37.892Z[ helios-setup] Jul 01 21:10:36.674 INFO E| Compiling anyhow v1.0.62
36432026-07-01T21:10:37.892Z[ helios-setup] Jul 01 21:10:36.674 INFO E| Compiling unicode-width v0.1.10
36442026-07-01T21:10:37.892Z[ helios-setup] Jul 01 21:10:36.674 INFO E| Compiling cpufeatures v0.2.5
36452026-07-01T21:10:37.892Z[ helios-setup] Jul 01 21:10:36.674 INFO E| Compiling bitflags v1.3.2
36462026-07-01T21:10:37.892Z[ helios-setup] Jul 01 21:10:36.674 INFO E| Compiling bytes v1.2.1
36472026-07-01T21:10:38.239Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36482026-07-01T21:10:38.273Z[ helios-setup] Jul 01 21:10:37.058 INFO E| Compiling generic-array v0.14.6
36492026-07-01T21:10:38.388Z[ helios-setup] Jul 01 21:10:37.174 INFO E| Compiling getopts v0.2.21
36502026-07-01T21:10:38.418Z[ helios-setup] Jul 01 21:10:37.202 INFO E| Compiling miniz_oxide v0.6.2
36512026-07-01T21:10:38.729Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36522026-07-01T21:10:39.104Z[ helios-setup] Jul 01 21:10:37.889 INFO E| Compiling flate2 v1.0.25
36532026-07-01T21:10:39.447Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36542026-07-01T21:10:40.130Z[ helios-setup] Jul 01 21:10:38.916 INFO E| Compiling block-buffer v0.10.3
36552026-07-01T21:10:40.130Z[ helios-setup] Jul 01 21:10:38.917 INFO E| Compiling crypto-common v0.1.6
36562026-07-01T21:10:40.255Z[ helios-setup] Jul 01 21:10:39.030 INFO E| Compiling digest v0.10.3
36572026-07-01T21:10:40.430Z[ helios-setup] Jul 01 21:10:39.215 INFO E| Compiling sha2 v0.10.5
36582026-07-01T21:10:40.683Z[ helios-setup] Jul 01 21:10:39.469 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36592026-07-01T21:10:41.882Z[ host-package] Compiling support-bundle-viewer v0.1.2
36602026-07-01T21:10:42.477Z[ host-package] Compiling multimap v0.10.1
36612026-07-01T21:10:42.894Z[ helios-setup] Jul 01 21:10:41.680 INFO E| Finished `release` profile [optimized] target(s) in 5.25s
36622026-07-01T21:10:42.908Z[ helios-setup] Jul 01 21:10:41.694 INFO building project "bootserver" ok (5 seconds)
36632026-07-01T21:10:42.909Z[ helios-setup] Jul 01 21:10:41.694 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36642026-07-01T21:10:42.917Z[ helios-setup] Jul 01 21:10:41.704 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
36652026-07-01T21:10:42.917Z[ helios-setup] Jul 01 21:10:41.704 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36662026-07-01T21:10:42.921Z[ helios-setup] Jul 01 21:10:41.704 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36672026-07-01T21:10:43.112Z[ helios-setup] Jul 01 21:10:41.896 INFO E| Downloading crates ...
36682026-07-01T21:10:43.170Z[ helios-setup] Jul 01 21:10:41.956 INFO E| Downloaded adler2 v2.0.0
36692026-07-01T21:10:43.179Z[ helios-setup] Jul 01 21:10:41.965 INFO E| Downloaded miniz_oxide v0.8.8
36702026-07-01T21:10:43.223Z[ helios-setup] Jul 01 21:10:42.009 INFO E| Compiling adler2 v2.0.0
36712026-07-01T21:10:43.316Z[ helios-setup] Jul 01 21:10:42.102 INFO E| Compiling miniz_oxide v0.8.8
36722026-07-01T21:10:44.427Z[ helios-setup] Jul 01 21:10:43.213 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36732026-07-01T21:10:45.318Z[ helios-setup] Jul 01 21:10:44.105 INFO E| Finished `release` profile [optimized] target(s) in 2.38s
36742026-07-01T21:10:45.330Z[ helios-setup] Jul 01 21:10:44.115 INFO building project "pinprick" ok (2 seconds)
36752026-07-01T21:10:45.330Z[ helios-setup] Jul 01 21:10:44.115 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36762026-07-01T21:10:45.338Z[ helios-setup] Jul 01 21:10:44.124 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
36772026-07-01T21:10:45.338Z[ helios-setup] Jul 01 21:10:44.124 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36782026-07-01T21:10:45.341Z[ helios-setup] Jul 01 21:10:44.124 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36792026-07-01T21:10:45.545Z[ helios-setup] Jul 01 21:10:44.331 INFO E| Downloading crates ...
36802026-07-01T21:10:45.624Z[ helios-setup] Jul 01 21:10:44.409 INFO E| Downloaded anyhow v1.0.98
36812026-07-01T21:10:45.628Z[ helios-setup] Jul 01 21:10:44.412 INFO E| Downloaded deranged v0.4.0
36822026-07-01T21:10:45.633Z[ helios-setup] Jul 01 21:10:44.419 INFO E| Downloaded tempfile v3.20.0
36832026-07-01T21:10:45.636Z[ helios-setup] Jul 01 21:10:44.422 INFO E| Downloaded errno v0.3.12
36842026-07-01T21:10:45.639Z[ helios-setup] Jul 01 21:10:44.424 INFO E| Downloaded time-core v0.1.4
36852026-07-01T21:10:45.643Z[ helios-setup] Jul 01 21:10:44.429 INFO E| Downloaded bitflags v2.9.1
36862026-07-01T21:10:45.647Z[ helios-setup] Jul 01 21:10:44.433 INFO E| Downloaded time-macros v0.2.22
36872026-07-01T21:10:45.650Z[ helios-setup] Jul 01 21:10:44.435 INFO E| Downloaded serde_with v3.12.0
36882026-07-01T21:10:45.654Z[ helios-setup] Jul 01 21:10:44.440 INFO E| Downloaded serde_with_macros v3.12.0
36892026-07-01T21:10:45.657Z[ helios-setup] Jul 01 21:10:44.442 INFO E| Downloaded getrandom v0.3.3
36902026-07-01T21:10:45.660Z[ helios-setup] Jul 01 21:10:44.444 INFO E| Downloaded iana-time-zone v0.1.63
36912026-07-01T21:10:45.691Z[ helios-setup] Jul 01 21:10:44.477 INFO E| Downloaded time v0.3.41
36922026-07-01T21:10:45.749Z[ helios-setup] Jul 01 21:10:44.535 INFO E| Downloaded indexmap v2.9.0
36932026-07-01T21:10:45.752Z[ helios-setup] Jul 01 21:10:44.538 INFO E| Downloaded rustix v1.0.7
36942026-07-01T21:10:45.793Z[ helios-setup] Jul 01 21:10:44.579 INFO E| Downloaded chrono v0.4.41
36952026-07-01T21:10:45.811Z[ helios-setup] Jul 01 21:10:44.597 INFO E| Downloaded hashbrown v0.15.3
36962026-07-01T21:10:45.865Z[ helios-setup] Jul 01 21:10:44.651 INFO E| Compiling proc-macro2 v1.0.95
36972026-07-01T21:10:45.866Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling unicode-ident v1.0.18
36982026-07-01T21:10:45.866Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling libc v0.2.172
36992026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling ident_case v1.0.1
37002026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling fnv v1.0.7
37012026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling strsim v0.11.1
37022026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling serde v1.0.219
37032026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling rustix v1.0.7
37042026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling getrandom v0.3.3
37052026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling serde_json v1.0.140
37062026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling bitflags v2.9.1
37072026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling cfg-if v1.0.0
37082026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling thiserror v2.0.12
37092026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling anyhow v1.0.98
37102026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling memchr v2.7.4
37112026-07-01T21:10:45.869Z[ helios-setup] Jul 01 21:10:44.652 INFO E| Compiling fastrand v2.3.0
37122026-07-01T21:10:46.281Z[ helios-setup] Jul 01 21:10:45.068 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37132026-07-01T21:10:46.415Z[ helios-setup] Jul 01 21:10:45.201 INFO E| Compiling once_cell v1.21.3
37142026-07-01T21:10:46.650Z[ helios-setup] Jul 01 21:10:45.436 INFO E| Compiling ryu v1.0.20
37152026-07-01T21:10:46.698Z[ helios-setup] Jul 01 21:10:45.484 INFO E| Compiling itoa v1.0.15
37162026-07-01T21:10:47.627Z[ helios-setup] Jul 01 21:10:46.413 INFO E| Compiling errno v0.3.12
37172026-07-01T21:10:48.127Z[ helios-setup] Jul 01 21:10:46.913 INFO E| Compiling quote v1.0.40
37182026-07-01T21:10:48.315Z[ helios-setup] Jul 01 21:10:47.101 INFO E| Compiling syn v2.0.101
37192026-07-01T21:10:48.590Z[ helios-setup] Jul 01 21:10:47.376 INFO E| Compiling tempfile v3.20.0
37202026-07-01T21:10:50.865Z[ helios-setup] Jul 01 21:10:49.651 INFO E| Compiling darling_core v0.20.11
37212026-07-01T21:10:51.942Z[ helios-setup] Jul 01 21:10:50.728 INFO E| Compiling serde_derive v1.0.219
37222026-07-01T21:10:51.943Z[ helios-setup] Jul 01 21:10:50.729 INFO E| Compiling thiserror-impl v2.0.12
37232026-07-01T21:10:52.882Z[ helios-setup] Jul 01 21:10:51.667 INFO E| Compiling darling_macro v0.20.11
37242026-07-01T21:10:53.624Z[ helios-setup] Jul 01 21:10:52.410 INFO E| Compiling darling v0.20.11
37252026-07-01T21:10:53.716Z[ helios-setup] Jul 01 21:10:52.502 INFO E| Compiling serde_with_macros v3.12.0
37262026-07-01T21:10:57.293Z[ helios-setup] Jul 01 21:10:56.079 INFO E| Compiling serde_with v3.12.0
37272026-07-01T21:10:58.441Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37282026-07-01T21:11:02.226Z[ helios-setup] Jul 01 21:11:01.012 INFO E| Finished `release` profile [optimized] target(s) in 16.87s
37292026-07-01T21:11:02.249Z[ helios-setup] Jul 01 21:11:01.036 INFO building project "dmar-report" ok (16 seconds)
37302026-07-01T21:11:02.252Z[ helios-setup] rm -f helios-build
37312026-07-01T21:11:02.256Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37322026-07-01T21:11:02.260Z[ helios-setup]
37332026-07-01T21:11:02.260Z[ helios-setup] Setup complete! ./helios-build is now available.
37342026-07-01T21:11:02.260Z[ helios-setup]
37352026-07-01T21:11:02.260Z[ helios-setup]
37362026-07-01T21:11:02.260Z[ helios-setup] real 3:01.223588978
37372026-07-01T21:11:02.260Z[ helios-setup] user 7:13.107742025
37382026-07-01T21:11:02.260Z[ helios-setup] sys 1:19.514458762
37392026-07-01T21:11:02.260Z[ helios-setup] trap 0.562728939
37402026-07-01T21:11:02.260Z[ helios-setup] tflt 3.285396941
37412026-07-01T21:11:02.260Z[ helios-setup] dflt 7.933179429
37422026-07-01T21:11:02.260Z[ helios-setup] kflt 0.001341929
37432026-07-01T21:11:02.260Z[ helios-setup] lock 49:43.846951360
37442026-07-01T21:11:02.263Z[ helios-setup] slp 33:40.262733796
37452026-07-01T21:11:02.263Z[ helios-setup] lat 5:44.026503512
37462026-07-01T21:11:02.263Z[ helios-setup] stop 1:27.457628833
37472026-07-01T21:11:02.263ZJul 01 21:11:01.046 INFO [helios-setup] process exited with exit status: 0 (181.226826698s)
37482026-07-01T21:11:02.263ZJul 01 21:11:01.046 INFO [helios-record] running task
37492026-07-01T21:11:02.263ZJul 01 21:11:01.047 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37502026-07-01T21:11:02.270ZJul 01 21:11:01.056 DEBG process exited with exit status: 0 (9.74046ms)
37512026-07-01T21:11:02.270ZJul 01 21:11:01.056 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37522026-07-01T21:11:02.291ZJul 01 21:11:01.060 DEBG process exited with exit status: 0 (3.76359ms)
37532026-07-01T21:11:02.291ZJul 01 21:11:01.060 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37542026-07-01T21:11:02.291ZJul 01 21:11:01.063 DEBG process exited with exit status: 0 (3.21479ms)
37552026-07-01T21:11:02.291ZJul 01 21:11:01.063 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37562026-07-01T21:11:02.292ZJul 01 21:11:01.067 DEBG process exited with exit status: 0 (3.18254ms)
37572026-07-01T21:11:02.292ZJul 01 21:11:01.067 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37582026-07-01T21:11:02.292ZJul 01 21:11:01.070 DEBG process exited with exit status: 0 (3.12336ms)
37592026-07-01T21:11:02.292ZJul 01 21:11:01.070 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37602026-07-01T21:11:02.292ZJul 01 21:11:01.073 DEBG process exited with exit status: 0 (3.1762ms)
37612026-07-01T21:11:02.292ZJul 01 21:11:01.073 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37622026-07-01T21:11:02.292ZJul 01 21:11:01.076 DEBG process exited with exit status: 0 (3.12565ms)
37632026-07-01T21:11:02.292ZJul 01 21:11:01.076 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37642026-07-01T21:11:02.295ZJul 01 21:11:01.079 DEBG process exited with exit status: 0 (3.1232ms)
37652026-07-01T21:11:02.295ZJul 01 21:11:01.079 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37662026-07-01T21:11:02.298ZJul 01 21:11:01.084 DEBG process exited with exit status: 0 (4.9348ms)
37672026-07-01T21:11:02.298ZJul 01 21:11:01.085 INFO [helios-record] task succeeded (38.12163ms)
37682026-07-01T21:11:02.489Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37692026-07-01T21:11:06.760Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37702026-07-01T21:11:06.887Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37712026-07-01T21:11:08.332Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37722026-07-01T21:17:35.515Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 02s
37732026-07-01T21:18:21.527ZJul 01 21:18:20.309 INFO [host-package] process exited with exit status: 0 (588.598348903s)
37742026-07-01T21:18:21.527ZJul 01 21:18:20.309 INFO [host-libraries] running task
37752026-07-01T21:18:21.527ZJul 01 21:18:20.309 INFO [host-stamp] running task
37762026-07-01T21:18:21.530ZJul 01 21:18:20.313 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+gitfb4894e2227
37772026-07-01T21:18:21.531ZJul 01 21:18:20.313 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+gitfb4894e2227
37782026-07-01T21:18:21.531ZJul 01 21:18:20.313 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+gitfb4894e2227
37792026-07-01T21:18:21.535ZJul 01 21:18:20.314 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+gitfb4894e2227
37802026-07-01T21:18:21.535ZJul 01 21:18:20.314 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+gitfb4894e2227
37812026-07-01T21:18:21.535ZJul 01 21:18:20.314 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+gitfb4894e2227
37822026-07-01T21:18:21.535ZJul 01 21:18:20.314 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+gitfb4894e2227
37832026-07-01T21:18:21.535ZJul 01 21:18:20.315 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+gitfb4894e2227
37842026-07-01T21:18:21.539Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37852026-07-01T21:18:21.543Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37862026-07-01T21:18:21.543Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37872026-07-01T21:18:21.543Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37882026-07-01T21:18:21.543Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37892026-07-01T21:18:21.543Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37902026-07-01T21:18:21.543Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37912026-07-01T21:18:21.543Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37922026-07-01T21:18:21.543Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37932026-07-01T21:18:21.546ZJul 01 21:18:20.327 INFO [stamp-overlay] process exited with exit status: 0 (14.1027ms)
37942026-07-01T21:18:21.550Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
37952026-07-01T21:18:21.555ZJul 01 21:18:20.336 INFO [stamp-oxlog] process exited with exit status: 0 (21.36777ms)
37962026-07-01T21:18:21.595Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
37972026-07-01T21:18:21.618ZJul 01 21:18:20.373 INFO [stamp-crucible-utils] process exited with exit status: 0 (59.59691ms)
37982026-07-01T21:18:21.618Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
37992026-07-01T21:18:21.618ZJul 01 21:18:20.389 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (75.94987ms)
38002026-07-01T21:18:22.161Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38012026-07-01T21:18:22.174ZJul 01 21:18:20.534 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (219.706819ms)
38022026-07-01T21:18:22.174Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38032026-07-01T21:18:22.174ZJul 01 21:18:20.687 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (372.416159ms)
38042026-07-01T21:18:22.174Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38052026-07-01T21:18:22.174ZJul 01 21:18:20.881 INFO [stamp-propolis-server] process exited with exit status: 0 (566.833288ms)
38062026-07-01T21:18:22.908ZJul 01 21:18:21.687 INFO [host-libraries] task succeeded (1.377700897s)
38072026-07-01T21:18:22.913ZJul 01 21:18:21.687 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38082026-07-01T21:18:22.913Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38092026-07-01T21:18:23.862Z[recovery-package] Compiling newtype-uuid v1.3.2
38102026-07-01T21:18:24.096Z[recovery-package] Compiling daft v0.1.7
38112026-07-01T21:18:24.312Z[recovery-package] Compiling iddqd v0.4.2
38122026-07-01T21:18:25.253Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38132026-07-01T21:18:25.533Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38142026-07-01T21:18:25.537Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38152026-07-01T21:18:25.537Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38162026-07-01T21:18:25.537Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38172026-07-01T21:18:25.537Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38182026-07-01T21:18:25.537Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38192026-07-01T21:18:25.547Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38202026-07-01T21:18:25.550Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38212026-07-01T21:18:25.631Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38222026-07-01T21:18:25.815Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38232026-07-01T21:18:25.903Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38242026-07-01T21:18:26.050Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38252026-07-01T21:18:27.926Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38262026-07-01T21:18:27.929ZJul 01 21:18:26.712 INFO [stamp-switch-asic] process exited with exit status: 0 (6.399219447s)
38272026-07-01T21:18:27.929ZJul 01 21:18:26.712 INFO [host-stamp] task succeeded (6.402592887s)
38282026-07-01T21:18:27.930ZJul 01 21:18:26.712 INFO [host-proto] running task
38292026-07-01T21:18:28.349ZJul 01 21:18:27.131 INFO [host-proto] task succeeded (419.546979ms)
38302026-07-01T21:18:28.349ZJul 01 21:18:27.132 INFO [host-profile] running task
38312026-07-01T21:18:28.352ZJul 01 21:18:27.132 INFO [host-profile] task succeeded (238.26µs)
38322026-07-01T21:18:28.353ZJul 01 21:18:27.132 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/.tmp2RboQj/proto/host/root -N 'ci fb4894e/${os_short_commit} 2026-07-01 21:07' -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/'
38332026-07-01T21:18:28.356Z[ host-image] Jul 01 21:18:27.138 INFO Checking files for board 'cosmo-mbist'
38342026-07-01T21:18:28.356Z[ host-image] Jul 01 21:18:27.139 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38352026-07-01T21:18:28.356Z[ host-image] Jul 01 21:18:27.139 INFO Checking files for board 'gimlet'
38362026-07-01T21:18:28.356Z[ host-image] Jul 01 21:18:27.139 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38372026-07-01T21:18:28.356Z[ host-image] Jul 01 21:18:27.139 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38382026-07-01T21:18:28.356Z[ host-image] Jul 01 21:18:27.139 INFO Checking files for board 'cosmo-mbist-noaggr'
38392026-07-01T21:18:28.356Z[ host-image] Jul 01 21:18:27.139 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38402026-07-01T21:18:28.357Z[ host-image] Jul 01 21:18:27.139 INFO Checking files for board 'cosmo'
38412026-07-01T21:18:28.357Z[ host-image] Jul 01 21:18:27.139 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38422026-07-01T21:18:28.359Z[ host-image] Jul 01 21:18:27.139 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38432026-07-01T21:18:28.365Z[ host-image] Jul 01 21:18:27.148 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp2RboQj/proto/host/root"
38442026-07-01T21:18:28.368Z[ host-image] Jul 01 21:18:27.148 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38452026-07-01T21:18:28.368Z[ host-image] Jul 01 21:18:27.148 INFO image builder template: ramdisk-01-os...
38462026-07-01T21:18:28.368Z[ host-image] Jul 01 21:18:27.148 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/.tmp2RboQj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38472026-07-01T21:18:28.379Z[ host-image] Jul 01 21:18:27.162 INFO O| Jul 01 21:18:27.162 INFO CREATE DATASET: rpool/images/build/host/output
38482026-07-01T21:18:29.799Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38492026-07-01T21:18:29.800Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38502026-07-01T21:18:29.800Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38512026-07-01T21:18:29.803Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38522026-07-01T21:18:29.803Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38532026-07-01T21:18:30.210Z[ host-image] Jul 01 21:18:28.992 INFO O| Jul 01 21:18:28.991 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38542026-07-01T21:18:30.214Z[ host-image] Jul 01 21:18:28.995 INFO O| Jul 01 21:18:28.995 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38552026-07-01T21:18:30.453Z[ host-image] Jul 01 21:18:29.235 INFO O| Jul 01 21:18:29.235 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38562026-07-01T21:18:30.497Z[ host-image] Jul 01 21:18:29.280 INFO O| Jul 01 21:18:29.280 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38572026-07-01T21:18:30.497Z[ host-image] Jul 01 21:18:29.281 INFO O| Jul 01 21:18:29.281 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38582026-07-01T21:18:30.501Z[ host-image] Jul 01 21:18:29.281 INFO O| Jul 01 21:18:29.281 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38592026-07-01T21:18:30.501Z[ host-image] Jul 01 21:18:29.281 INFO O| Jul 01 21:18:29.281 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38602026-07-01T21:18:30.504Z[ host-image] Jul 01 21:18:29.287 INFO O| Jul 01 21:18:29.287 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38612026-07-01T21:18:30.720Z[ host-image] Jul 01 21:18:29.502 INFO O| Jul 01 21:18:29.502 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38622026-07-01T21:18:30.727Z[ host-image] Jul 01 21:18:29.509 INFO O| Jul 01 21:18:29.509 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38632026-07-01T21:18:31.034Z[ host-image] Jul 01 21:18:29.816 INFO O| Jul 01 21:18:29.816 INFO O| Caching catalogs ... Done
38642026-07-01T21:18:31.116Z[ host-image] Jul 01 21:18:29.898 INFO O| Jul 01 21:18:29.898 INFO STEP 0 (pkg_image_create) COMPLETE
38652026-07-01T21:18:31.116Z[ host-image] Jul 01 21:18:29.899 INFO O| Jul 01 21:18:29.898 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38662026-07-01T21:18:31.124Z[ host-image] Jul 01 21:18:29.905 INFO O| Jul 01 21:18:29.905 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"]
38672026-07-01T21:18:31.388Z[ host-image] Jul 01 21:18:30.171 INFO O| Jul 01 21:18:30.171 INFO STEP 1 (pkg_set_publisher) COMPLETE
38682026-07-01T21:18:31.388Z[ host-image] Jul 01 21:18:30.171 INFO O| Jul 01 21:18:30.171 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38692026-07-01T21:18:31.388Z[ host-image] Jul 01 21:18:30.171 INFO O| Jul 01 21:18:30.171 INFO skip step because feature "publisher_1_name" is not enabled
38702026-07-01T21:18:31.393Z[ host-image] Jul 01 21:18:30.171 INFO O| Jul 01 21:18:30.171 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38712026-07-01T21:18:31.393Z[ host-image] Jul 01 21:18:30.171 INFO O| Jul 01 21:18:30.171 INFO skip step because feature "publisher_2_name" is not enabled
38722026-07-01T21:18:31.393Z[ host-image] Jul 01 21:18:30.171 INFO O| Jul 01 21:18:30.171 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38732026-07-01T21:18:31.393Z[ host-image] Jul 01 21:18:30.171 INFO O| Jul 01 21:18:30.171 INFO skip step because feature "publisher_3_name" is not enabled
38742026-07-01T21:18:31.393Z[ host-image] Jul 01 21:18:30.171 INFO O| Jul 01 21:18:30.171 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38752026-07-01T21:18:31.654Z[ host-image] Jul 01 21:18:30.436 INFO O| Jul 01 21:18:30.436 INFO variant opensolaris.zone is already global
38762026-07-01T21:18:31.654Z[ host-image] Jul 01 21:18:30.436 INFO O| Jul 01 21:18:30.436 INFO STEP 5 (pkg_change_variant) COMPLETE
38772026-07-01T21:18:31.658Z[ host-image] Jul 01 21:18:30.436 INFO O| Jul 01 21:18:30.436 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38782026-07-01T21:18:31.899Z[ host-image] Jul 01 21:18:30.681 INFO O| Jul 01 21:18:30.681 INFO variant opensolaris.imagetype is full; changing to partial
38792026-07-01T21:18:31.899Z[ host-image] Jul 01 21:18:30.681 INFO O| Jul 01 21:18:30.681 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38802026-07-01T21:18:32.546Z[ host-image] Jul 01 21:18:31.329 INFO O| Jul 01 21:18:31.329 INFO O| Startup: Refreshing catalog 'helios' ... Done
38812026-07-01T21:18:32.660Z[ host-image] Jul 01 21:18:31.440 INFO O| Jul 01 21:18:31.440 INFO O| Startup: Caching catalogs ... Done
38822026-07-01T21:18:32.663Z[ host-image] Jul 01 21:18:31.445 INFO O| Jul 01 21:18:31.445 INFO O| Planning: Planning completed in 0.00 seconds
38832026-07-01T21:18:32.663Z[ host-image] Jul 01 21:18:31.446 INFO O| Jul 01 21:18:31.446 INFO O| Planning: Consolidating action changes ... Done
38842026-07-01T21:18:32.663Z[ host-image] Jul 01 21:18:31.446 INFO O| Jul 01 21:18:31.446 INFO O| Planning: Evaluating mediators ... Done
38852026-07-01T21:18:32.663Z[ host-image] Jul 01 21:18:31.446 INFO O| Jul 01 21:18:31.446 INFO O| Planning: Planning completed in 0.00 seconds
38862026-07-01T21:18:32.664Z[ host-image] Jul 01 21:18:31.446 INFO O| Jul 01 21:18:31.446 INFO O| Variants/Facets to change: 1
38872026-07-01T21:18:32.675Z[ host-image] Jul 01 21:18:31.455 INFO O| Jul 01 21:18:31.455 INFO O| Finalize: Updating package state database ... Done
38882026-07-01T21:18:32.675Z[ host-image] Jul 01 21:18:31.455 INFO O| Jul 01 21:18:31.455 INFO O| Finalize: Updating package cache ... Done
38892026-07-01T21:18:32.692Z[ host-image] Jul 01 21:18:31.474 INFO O| Jul 01 21:18:31.474 INFO O| Finalize: Updating image state ... Done
38902026-07-01T21:18:32.699Z[ host-image] Jul 01 21:18:31.477 INFO O| Jul 01 21:18:31.477 INFO O| Finalize: Creating fast lookup database ... Done
38912026-07-01T21:18:32.700Z[ host-image] Jul 01 21:18:31.478 INFO O| Jul 01 21:18:31.478 INFO O| Finalize: Reading search index ... Done
38922026-07-01T21:18:32.700Z[ host-image] Jul 01 21:18:31.478 INFO O| Jul 01 21:18:31.478 INFO O| Finalize: Updating search index ... Done
38932026-07-01T21:18:32.700Z[ host-image] Jul 01 21:18:31.478 INFO O| Jul 01 21:18:31.478 INFO O| Finalize: Updating package cache ... Done
38942026-07-01T21:18:32.794Z[ host-image] Jul 01 21:18:31.576 INFO O| Jul 01 21:18:31.576 INFO STEP 6 (pkg_change_variant) COMPLETE
38952026-07-01T21:18:32.794Z[ host-image] Jul 01 21:18:31.576 INFO O| Jul 01 21:18:31.576 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38962026-07-01T21:18:32.794Z[ host-image] Jul 01 21:18:31.576 INFO O| Jul 01 21:18:31.576 INFO skip step because feature "debug_variant" is not enabled
38972026-07-01T21:18:32.797Z[ host-image] Jul 01 21:18:31.576 INFO O| Jul 01 21:18:31.576 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38982026-07-01T21:18:33.058Z[ host-image] Jul 01 21:18:31.841 INFO O| Jul 01 21:18:31.841 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
38992026-07-01T21:18:33.713Z[ host-image] Jul 01 21:18:32.490 INFO O| Jul 01 21:18:32.490 INFO O| Startup: Refreshing catalog 'helios' ... Done
39002026-07-01T21:18:33.814Z[ host-image] Jul 01 21:18:32.597 INFO O| Jul 01 21:18:32.596 INFO O| Startup: Caching catalogs ... Done
39012026-07-01T21:18:33.819Z[ host-image] Jul 01 21:18:32.600 INFO O| Jul 01 21:18:32.600 INFO O| Planning: Planning completed in 0.00 seconds
39022026-07-01T21:18:33.822Z[ host-image] Jul 01 21:18:32.601 INFO O| Jul 01 21:18:32.601 INFO O| Planning: Consolidating action changes ... Done
39032026-07-01T21:18:33.822Z[ host-image] Jul 01 21:18:32.601 INFO O| Jul 01 21:18:32.601 INFO O| Planning: Evaluating mediators ... Done
39042026-07-01T21:18:33.822Z[ host-image] Jul 01 21:18:32.601 INFO O| Jul 01 21:18:32.601 INFO O| Planning: Planning completed in 0.00 seconds
39052026-07-01T21:18:33.822Z[ host-image] Jul 01 21:18:32.601 INFO O| Jul 01 21:18:32.601 INFO O| Variants/Facets to change: 1
39062026-07-01T21:18:33.828Z[ host-image] Jul 01 21:18:32.610 INFO O| Jul 01 21:18:32.610 INFO O| Finalize: Updating package state database ... Done
39072026-07-01T21:18:33.828Z[ host-image] Jul 01 21:18:32.610 INFO O| Jul 01 21:18:32.610 INFO O| Finalize: Updating package cache ... Done
39082026-07-01T21:18:33.847Z[ host-image] Jul 01 21:18:32.628 INFO O| Jul 01 21:18:32.628 INFO O| Finalize: Updating image state ... Done
39092026-07-01T21:18:33.851Z[ host-image] Jul 01 21:18:32.631 INFO O| Jul 01 21:18:32.631 INFO O| Finalize: Creating fast lookup database ... Done
39102026-07-01T21:18:33.851Z[ host-image] Jul 01 21:18:32.631 INFO O| Jul 01 21:18:32.631 INFO O| Finalize: Reading search index ... Done
39112026-07-01T21:18:33.851Z[ host-image] Jul 01 21:18:32.631 INFO O| Jul 01 21:18:32.631 INFO O| Finalize: Updating search index ... Done
39122026-07-01T21:18:33.851Z[ host-image] Jul 01 21:18:32.632 INFO O| Jul 01 21:18:32.632 INFO O| Finalize: Updating package cache ... Done
39132026-07-01T21:18:33.940Z[ host-image] Jul 01 21:18:32.721 INFO O| Jul 01 21:18:32.721 INFO STEP 8 (pkg_change_facet) COMPLETE
39142026-07-01T21:18:33.940Z[ host-image] Jul 01 21:18:32.721 INFO O| Jul 01 21:18:32.721 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-07-01T21:18:33.944Z[ host-image] Jul 01 21:18:32.721 INFO O| Jul 01 21:18:32.721 INFO skip step because feature "recovery" is not enabled
39162026-07-01T21:18:33.944Z[ host-image] Jul 01 21:18:32.721 INFO O| Jul 01 21:18:32.721 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-07-01T21:18:33.946Z[ host-image] Jul 01 21:18:32.721 INFO O| Jul 01 21:18:32.721 INFO skip step because feature "recovery" is not enabled
39182026-07-01T21:18:33.946Z[ host-image] Jul 01 21:18:32.721 INFO O| Jul 01 21:18:32.721 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-07-01T21:18:33.949Z[ host-image] Jul 01 21:18:32.730 INFO O| Jul 01 21:18:32.729 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"]
39202026-07-01T21:18:34.573Z[ host-image] Jul 01 21:18:33.355 INFO O| Jul 01 21:18:33.355 INFO O| Startup: Refreshing catalog 'helios' ... Done
39212026-07-01T21:18:34.678Z[ host-image] Jul 01 21:18:33.461 INFO O| Jul 01 21:18:33.461 INFO O| Startup: Caching catalogs ... Done
39222026-07-01T21:18:35.119Z[ host-image] Jul 01 21:18:33.901 INFO O| Jul 01 21:18:33.901 INFO O| Planning: Solver setup ... Done
39232026-07-01T21:18:35.134Z[ host-image] Jul 01 21:18:33.917 INFO O| Jul 01 21:18:33.917 INFO O| Planning: Running solver ... Done
39242026-07-01T21:18:35.144Z[ host-image] Jul 01 21:18:33.927 INFO O| Jul 01 21:18:33.927 INFO O| Planning: Finding local manifests ... Done
39252026-07-01T21:18:35.164Z[ host-image] Jul 01 21:18:33.945 INFO O| Jul 01 21:18:33.945 INFO O| Planning: Fetching manifests: 0/128 0% complete
39262026-07-01T21:18:36.859Z[ host-image] Jul 01 21:18:35.638 INFO O| Jul 01 21:18:35.638 INFO O| Planning: Fetching manifests: 128/128 100% complete
39272026-07-01T21:18:37.297Z[ host-image] Jul 01 21:18:36.031 INFO O| Jul 01 21:18:36.031 INFO O| Planning: Package planning ... Done
39282026-07-01T21:18:37.557Z[ host-image] Jul 01 21:18:36.340 INFO O| Jul 01 21:18:36.340 INFO O| Planning: Merging actions ... Done
39292026-07-01T21:18:37.748Z[ host-image] Jul 01 21:18:36.530 INFO O| Jul 01 21:18:36.530 INFO O| Planning: Checking for conflicting actions ... Done
39302026-07-01T21:18:37.852Z[ host-image] Jul 01 21:18:36.634 INFO O| Jul 01 21:18:36.633 INFO O| Planning: Consolidating action changes ... Done
39312026-07-01T21:18:38.014Z[ host-image] Jul 01 21:18:36.796 INFO O| Jul 01 21:18:36.796 INFO O| Planning: Evaluating mediators ... Done
39322026-07-01T21:18:38.151Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39332026-07-01T21:18:39.022Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39342026-07-01T21:18:39.408Z[ host-image] Jul 01 21:18:38.190 INFO O| Jul 01 21:18:38.190 INFO O| Planning: Planning completed in 4.72 seconds
39352026-07-01T21:18:39.411Z[ host-image] Jul 01 21:18:38.191 INFO O| Jul 01 21:18:38.191 INFO O| Packages to install: 128
39362026-07-01T21:18:39.411Z[ host-image] Jul 01 21:18:38.191 INFO O| Jul 01 21:18:38.191 INFO O| Mediators to change: 5
39372026-07-01T21:18:39.411Z[ host-image] Jul 01 21:18:38.191 INFO O| Jul 01 21:18:38.191 INFO O| Services to change: 6
39382026-07-01T21:18:39.438Z[ host-image] Jul 01 21:18:38.221 INFO O| Jul 01 21:18:38.221 INFO O| Download: 0/23767 items 0.0/222.4MB 0% complete
39392026-07-01T21:18:41.444Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39402026-07-01T21:18:41.444Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39412026-07-01T21:18:42.516Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39422026-07-01T21:18:43.109Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39432026-07-01T21:18:44.487Z[ host-image] Jul 01 21:18:43.269 INFO O| Jul 01 21:18:43.269 INFO O| Download: 1595/23767 items 9.7/222.4MB 4% complete (2.2M/s)
39442026-07-01T21:18:49.867Z[ host-image] Jul 01 21:18:48.649 INFO O| Jul 01 21:18:48.649 INFO O| Download: 2232/23767 items 24.0/222.4MB 10% complete (2.4M/s)
39452026-07-01T21:18:54.867Z[ host-image] Jul 01 21:18:53.650 INFO O| Jul 01 21:18:53.649 INFO O| Download: 4401/23767 items 40.8/222.4MB 18% complete (3.1M/s)
39462026-07-01T21:18:55.378Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.35s
39472026-07-01T21:18:56.961ZJul 01 21:18:55.743 INFO [recovery-package] process exited with exit status: 0 (34.056319462s)
39482026-07-01T21:18:56.961ZJul 01 21:18:55.744 INFO [recovery-libraries] running task
39492026-07-01T21:18:56.961ZJul 01 21:18:55.744 INFO [recovery-stamp] running task
39502026-07-01T21:18:56.969ZJul 01 21:18:55.744 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+gitfb4894e2227
39512026-07-01T21:18:56.969ZJul 01 21:18:55.744 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+gitfb4894e2227
39522026-07-01T21:18:56.974Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39532026-07-01T21:18:56.974Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39542026-07-01T21:18:57.018ZJul 01 21:18:55.800 INFO [recovery-libraries] task succeeded (56.536879ms)
39552026-07-01T21:18:57.104ZJul 01 21:18:55.800 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39562026-07-01T21:18:57.117Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39572026-07-01T21:18:57.117ZJul 01 21:18:55.886 INFO [stamp-installinator] process exited with exit status: 0 (142.286079ms)
39582026-07-01T21:18:57.146Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39592026-07-01T21:18:57.150ZJul 01 21:18:55.932 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (188.246199ms)
39602026-07-01T21:18:57.150ZJul 01 21:18:55.932 INFO [recovery-stamp] task succeeded (188.967919ms)
39612026-07-01T21:18:57.150ZJul 01 21:18:55.933 INFO [recovery-proto] running task
39622026-07-01T21:18:57.150ZJul 01 21:18:55.933 INFO [tuf-stamp] running task
39632026-07-01T21:18:57.153ZJul 01 21:18:55.933 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+gitfb4894e2227
39642026-07-01T21:18:57.153ZJul 01 21:18:55.933 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+gitfb4894e2227
39652026-07-01T21:18:57.153ZJul 01 21:18:55.934 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+gitfb4894e2227
39662026-07-01T21:18:57.153ZJul 01 21:18:55.934 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+gitfb4894e2227
39672026-07-01T21:18:57.153ZJul 01 21:18:55.935 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+gitfb4894e2227
39682026-07-01T21:18:57.153ZJul 01 21:18:55.935 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+gitfb4894e2227
39692026-07-01T21:18:57.153ZJul 01 21:18:55.935 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+gitfb4894e2227
39702026-07-01T21:18:57.153ZJul 01 21:18:55.935 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+gitfb4894e2227
39712026-07-01T21:18:57.153ZJul 01 21:18:55.936 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+gitfb4894e2227
39722026-07-01T21:18:57.154ZJul 01 21:18:55.936 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+gitfb4894e2227
39732026-07-01T21:18:57.157ZJul 01 21:18:55.936 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+gitfb4894e2227
39742026-07-01T21:18:57.157ZJul 01 21:18:55.936 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+gitfb4894e2227
39752026-07-01T21:18:57.162Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39762026-07-01T21:18:57.162Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39772026-07-01T21:18:57.162Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39782026-07-01T21:18:57.162Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39792026-07-01T21:18:57.162Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39802026-07-01T21:18:57.162Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39812026-07-01T21:18:57.162Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-07-01T21:18:57.162Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-07-01T21:18:57.162Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-07-01T21:18:57.162Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-07-01T21:18:57.162Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-07-01T21:18:57.162Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-07-01T21:18:57.210Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39882026-07-01T21:18:57.215ZJul 01 21:18:55.995 INFO [stamp-probe] process exited with exit status: 0 (58.97813ms)
39892026-07-01T21:18:57.274ZJul 01 21:18:56.055 INFO [recovery-proto] task succeeded (122.8474ms)
39902026-07-01T21:18:57.277ZJul 01 21:18:56.056 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/.tmp2RboQj/proto/recovery/root -N 'recovery fb4894e/${os_short_commit} 2026-07-01 21:07' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39912026-07-01T21:18:57.280Z[ recovery-image] Jul 01 21:18:56.062 INFO Checking files for board 'cosmo-mbist'
39922026-07-01T21:18:57.280Z[ recovery-image] Jul 01 21:18:56.062 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39932026-07-01T21:18:57.280Z[ recovery-image] Jul 01 21:18:56.062 INFO Checking files for board 'cosmo-mbist-noaggr'
39942026-07-01T21:18:57.280Z[ recovery-image] Jul 01 21:18:56.062 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39952026-07-01T21:18:57.280Z[ recovery-image] Jul 01 21:18:56.062 INFO Checking files for board 'gimlet'
39962026-07-01T21:18:57.280Z[ recovery-image] Jul 01 21:18:56.062 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39972026-07-01T21:18:57.280Z[ recovery-image] Jul 01 21:18:56.062 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39982026-07-01T21:18:57.280Z[ recovery-image] Jul 01 21:18:56.062 INFO Checking files for board 'cosmo'
39992026-07-01T21:18:57.281Z[ recovery-image] Jul 01 21:18:56.062 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40002026-07-01T21:18:57.281Z[ recovery-image] Jul 01 21:18:56.062 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40012026-07-01T21:18:57.289Z[ recovery-image] Jul 01 21:18:56.071 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp2RboQj/proto/recovery/root"
40022026-07-01T21:18:57.289Z[ recovery-image] Jul 01 21:18:56.071 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40032026-07-01T21:18:57.293Z[ recovery-image] Jul 01 21:18:56.071 INFO image builder template: ramdisk-01-os...
40042026-07-01T21:18:57.293Z[ recovery-image] Jul 01 21:18:56.071 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/.tmp2RboQj/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
40052026-07-01T21:18:57.305Z[ recovery-image] Jul 01 21:18:56.087 INFO O| Jul 01 21:18:56.087 INFO CREATE DATASET: rpool/images/build/recovery/output
40062026-07-01T21:18:57.532Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40072026-07-01T21:18:57.559Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40082026-07-01T21:18:57.575Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40092026-07-01T21:18:57.579ZJul 01 21:18:56.360 INFO [stamp-ntp] process exited with exit status: 0 (425.88658ms)
40102026-07-01T21:18:57.621Z[ recovery-image] Jul 01 21:18:56.401 INFO O| Jul 01 21:18:56.401 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40112026-07-01T21:18:57.625Z[ recovery-image] Jul 01 21:18:56.405 INFO O| Jul 01 21:18:56.405 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40122026-07-01T21:18:57.724Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40132026-07-01T21:18:57.728ZJul 01 21:18:56.510 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (577.567349ms)
40142026-07-01T21:18:57.807Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40152026-07-01T21:18:57.811ZJul 01 21:18:56.594 INFO [stamp-internal-dns] process exited with exit status: 0 (659.015089ms)
40162026-07-01T21:18:57.843Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40172026-07-01T21:18:57.848ZJul 01 21:18:56.624 INFO [stamp-external-dns] process exited with exit status: 0 (690.885369ms)
40182026-07-01T21:18:57.920Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40192026-07-01T21:18:57.928ZJul 01 21:18:56.702 INFO [stamp-crucible-zone] process exited with exit status: 0 (767.360719ms)
40202026-07-01T21:18:58.079Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40212026-07-01T21:18:58.085ZJul 01 21:18:56.859 INFO [stamp-oximeter] process exited with exit status: 0 (923.208408ms)
40222026-07-01T21:18:58.225Z[ recovery-image] Jul 01 21:18:57.006 INFO O| Jul 01 21:18:57.006 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40232026-07-01T21:18:58.343Z[ recovery-image] Jul 01 21:18:57.126 INFO O| Jul 01 21:18:57.126 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40242026-07-01T21:18:58.343Z[ recovery-image] Jul 01 21:18:57.126 INFO O| Jul 01 21:18:57.126 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40252026-07-01T21:18:58.347Z[ recovery-image] Jul 01 21:18:57.126 INFO O| Jul 01 21:18:57.126 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40262026-07-01T21:18:58.347Z[ recovery-image] Jul 01 21:18:57.126 INFO O| Jul 01 21:18:57.126 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40272026-07-01T21:18:58.351Z[ recovery-image] Jul 01 21:18:57.131 INFO O| Jul 01 21:18:57.131 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40282026-07-01T21:18:59.239Z[ recovery-image] Jul 01 21:18:58.022 INFO O| Jul 01 21:18:58.021 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40292026-07-01T21:18:59.247Z[ recovery-image] Jul 01 21:18:58.029 INFO O| Jul 01 21:18:58.029 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40302026-07-01T21:18:59.515Z[ recovery-image] Jul 01 21:18:58.298 INFO O| Jul 01 21:18:58.297 INFO O| Caching catalogs ... Done
40312026-07-01T21:18:59.565Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40322026-07-01T21:18:59.570ZJul 01 21:18:58.351 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.415188936s)
40332026-07-01T21:18:59.581Z[ recovery-image] Jul 01 21:18:58.364 INFO O| Jul 01 21:18:58.364 INFO STEP 0 (pkg_image_create) COMPLETE
40342026-07-01T21:18:59.584Z[ recovery-image] Jul 01 21:18:58.364 INFO O| Jul 01 21:18:58.364 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40352026-07-01T21:18:59.589Z[ recovery-image] Jul 01 21:18:58.372 INFO O| Jul 01 21:18:58.372 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"]
40362026-07-01T21:18:59.846Z[ recovery-image] Jul 01 21:18:58.628 INFO O| Jul 01 21:18:58.628 INFO STEP 1 (pkg_set_publisher) COMPLETE
40372026-07-01T21:18:59.846Z[ recovery-image] Jul 01 21:18:58.629 INFO O| Jul 01 21:18:58.628 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40382026-07-01T21:18:59.847Z[ recovery-image] Jul 01 21:18:58.629 INFO O| Jul 01 21:18:58.628 INFO skip step because feature "publisher_1_name" is not enabled
40392026-07-01T21:18:59.851Z[ recovery-image] Jul 01 21:18:58.629 INFO O| Jul 01 21:18:58.628 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40402026-07-01T21:18:59.851Z[ recovery-image] Jul 01 21:18:58.629 INFO O| Jul 01 21:18:58.628 INFO skip step because feature "publisher_2_name" is not enabled
40412026-07-01T21:18:59.851Z[ recovery-image] Jul 01 21:18:58.629 INFO O| Jul 01 21:18:58.629 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40422026-07-01T21:18:59.851Z[ recovery-image] Jul 01 21:18:58.629 INFO O| Jul 01 21:18:58.629 INFO skip step because feature "publisher_3_name" is not enabled
40432026-07-01T21:18:59.851Z[ recovery-image] Jul 01 21:18:58.629 INFO O| Jul 01 21:18:58.629 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40442026-07-01T21:19:00.109Z[ recovery-image] Jul 01 21:18:58.892 INFO O| Jul 01 21:18:58.892 INFO variant opensolaris.zone is already global
40452026-07-01T21:19:00.109Z[ recovery-image] Jul 01 21:18:58.892 INFO O| Jul 01 21:18:58.892 INFO STEP 5 (pkg_change_variant) COMPLETE
40462026-07-01T21:19:00.112Z[ recovery-image] Jul 01 21:18:58.892 INFO O| Jul 01 21:18:58.892 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40472026-07-01T21:19:00.389Z[ recovery-image] Jul 01 21:18:59.172 INFO O| Jul 01 21:18:59.172 INFO variant opensolaris.imagetype is full; changing to partial
40482026-07-01T21:19:00.389Z[ recovery-image] Jul 01 21:18:59.172 INFO O| Jul 01 21:18:59.172 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40492026-07-01T21:19:00.637Z[ host-image] Jul 01 21:18:59.420 INFO O| Jul 01 21:18:59.420 INFO O| Download: 6067/23767 items 46.9/222.4MB 21% complete (2.3M/s)
40502026-07-01T21:19:01.172Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40512026-07-01T21:19:01.175ZJul 01 21:18:59.957 INFO [stamp-nexus] process exited with exit status: 0 (4.021913762s)
40522026-07-01T21:19:01.575Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40532026-07-01T21:19:01.579ZJul 01 21:19:00.362 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.427919072s)
40542026-07-01T21:19:01.865Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40552026-07-01T21:19:01.869ZJul 01 21:19:00.625 INFO [stamp-clickhouse] process exited with exit status: 0 (4.688919581s)
40562026-07-01T21:19:01.875Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40572026-07-01T21:19:01.879ZJul 01 21:19:00.661 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.727300971s)
40582026-07-01T21:19:01.882ZJul 01 21:19:00.661 INFO [tuf-stamp] task succeeded (4.728959361s)
40592026-07-01T21:19:02.423Z[verify-libraries] Compiling match_cfg v0.1.0
40602026-07-01T21:19:02.423Z[verify-libraries] Compiling slog-json v2.6.1
40612026-07-01T21:19:02.423Z[verify-libraries] Compiling itertools v0.14.0
40622026-07-01T21:19:02.423Z[verify-libraries] Compiling progenitor-client v0.14.0
40632026-07-01T21:19:02.426Z[verify-libraries] Compiling structmeta-derive v0.3.0
40642026-07-01T21:19:02.426Z[verify-libraries] Compiling debug-ignore v1.0.5
40652026-07-01T21:19:02.426Z[verify-libraries] Compiling sha1 v0.11.0
40662026-07-01T21:19:02.744Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40672026-07-01T21:19:02.744Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40682026-07-01T21:19:02.747Z[verify-libraries] Compiling multer v3.1.0
40692026-07-01T21:19:02.747Z[verify-libraries] Compiling compression-core v0.4.31
40702026-07-01T21:19:02.748Z[verify-libraries] Compiling async-stream-impl v0.3.6
40712026-07-01T21:19:02.748Z[verify-libraries] Compiling serde_spanned v1.1.1
40722026-07-01T21:19:02.863Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40732026-07-01T21:19:02.863Z[verify-libraries] Compiling dropshot v0.17.1
40742026-07-01T21:19:02.885Z[verify-libraries] Compiling hostname v0.3.1
40752026-07-01T21:19:02.909Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40762026-07-01T21:19:02.929Z[ recovery-image] Jul 01 21:19:01.711 INFO O| Jul 01 21:19:01.711 INFO O| Startup: Refreshing catalog 'helios' ... Done
40772026-07-01T21:19:02.958Z[verify-libraries] Compiling compression-codecs v0.4.37
40782026-07-01T21:19:02.959Z[verify-libraries] Compiling waitgroup v0.1.2
40792026-07-01T21:19:02.959Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40802026-07-01T21:19:02.959Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40812026-07-01T21:19:03.022Z[verify-libraries] Compiling slog-bunyan v2.5.0
40822026-07-01T21:19:03.026Z[verify-libraries] Compiling hostname v0.4.2
40832026-07-01T21:19:03.055Z[ recovery-image] Jul 01 21:19:01.836 INFO O| Jul 01 21:19:01.836 INFO O| Startup: Caching catalogs ... Done
40842026-07-01T21:19:03.060Z[ recovery-image] Jul 01 21:19:01.843 INFO O| Jul 01 21:19:01.843 INFO O| Planning: Planning completed in 0.00 seconds
40852026-07-01T21:19:03.065Z[ recovery-image] Jul 01 21:19:01.843 INFO O| Jul 01 21:19:01.843 INFO O| Planning: Consolidating action changes ... Done
40862026-07-01T21:19:03.065Z[ recovery-image] Jul 01 21:19:01.843 INFO O| Jul 01 21:19:01.843 INFO O| Planning: Evaluating mediators ... Done
40872026-07-01T21:19:03.065Z[ recovery-image] Jul 01 21:19:01.843 INFO O| Jul 01 21:19:01.843 INFO O| Planning: Planning completed in 0.00 seconds
40882026-07-01T21:19:03.065Z[ recovery-image] Jul 01 21:19:01.844 INFO O| Jul 01 21:19:01.844 INFO O| Variants/Facets to change: 1
40892026-07-01T21:19:03.071Z[ recovery-image] Jul 01 21:19:01.854 INFO O| Jul 01 21:19:01.854 INFO O| Finalize: Updating package state database ... Done
40902026-07-01T21:19:03.071Z[ recovery-image] Jul 01 21:19:01.854 INFO O| Jul 01 21:19:01.854 INFO O| Finalize: Updating package cache ... Done
40912026-07-01T21:19:03.099Z[ recovery-image] Jul 01 21:19:01.881 INFO O| Jul 01 21:19:01.881 INFO O| Finalize: Updating image state ... Done
40922026-07-01T21:19:03.102Z[verify-libraries] Compiling atomicwrites v0.4.4
40932026-07-01T21:19:03.106Z[ recovery-image] Jul 01 21:19:01.887 INFO O| Jul 01 21:19:01.886 INFO O| Finalize: Creating fast lookup database ... Done
40942026-07-01T21:19:03.106Z[ recovery-image] Jul 01 21:19:01.887 INFO O| Jul 01 21:19:01.887 INFO O| Finalize: Reading search index ... Done
40952026-07-01T21:19:03.106Z[ recovery-image] Jul 01 21:19:01.887 INFO O| Jul 01 21:19:01.887 INFO O| Finalize: Updating search index ... Done
40962026-07-01T21:19:03.106Z[ recovery-image] Jul 01 21:19:01.888 INFO O| Jul 01 21:19:01.888 INFO O| Finalize: Updating package cache ... Done
40972026-07-01T21:19:03.195Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40982026-07-01T21:19:03.195Z[verify-libraries] Compiling async-compression v0.4.41
40992026-07-01T21:19:03.198Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
41002026-07-01T21:19:03.241Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41012026-07-01T21:19:03.248Z[ recovery-image] Jul 01 21:19:02.031 INFO O| Jul 01 21:19:02.031 INFO STEP 6 (pkg_change_variant) COMPLETE
41022026-07-01T21:19:03.248Z[ recovery-image] Jul 01 21:19:02.031 INFO O| Jul 01 21:19:02.031 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41032026-07-01T21:19:03.252Z[ recovery-image] Jul 01 21:19:02.031 INFO O| Jul 01 21:19:02.031 INFO skip step because feature "debug_variant" is not enabled
41042026-07-01T21:19:03.252Z[ recovery-image] Jul 01 21:19:02.031 INFO O| Jul 01 21:19:02.031 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41052026-07-01T21:19:03.287Z[verify-libraries] Compiling macaddr v1.0.1
41062026-07-01T21:19:03.287Z[verify-libraries] Compiling regress v0.10.5
41072026-07-01T21:19:03.291Z[verify-libraries] Compiling instant v0.1.13
41082026-07-01T21:19:03.291Z[verify-libraries] Compiling backon v1.6.0
41092026-07-01T21:19:03.291Z[verify-libraries] Compiling humantime v2.3.0
41102026-07-01T21:19:03.392Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41112026-07-01T21:19:03.439Z[verify-libraries] Compiling async-stream v0.3.6
41122026-07-01T21:19:03.473Z[verify-libraries] Compiling backoff v0.4.0
41132026-07-01T21:19:03.477Z[verify-libraries] Compiling convert_case v0.4.0
41142026-07-01T21:19:03.547Z[verify-libraries] Compiling progenitor-extras v0.2.0
41152026-07-01T21:19:03.576Z[ recovery-image] Jul 01 21:19:02.359 INFO O| Jul 01 21:19:02.359 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41162026-07-01T21:19:03.584Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41172026-07-01T21:19:03.587Z[verify-libraries] Compiling half v2.7.1
41182026-07-01T21:19:03.631Z[verify-libraries] Compiling ciborium-io v0.2.2
41192026-07-01T21:19:03.664Z[verify-libraries] Compiling regress v0.11.1
41202026-07-01T21:19:03.664Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41212026-07-01T21:19:03.714Z[verify-libraries] Compiling indent_write v2.2.0
41222026-07-01T21:19:03.736Z[verify-libraries] Compiling secrecy v0.10.3
41232026-07-01T21:19:03.769Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41242026-07-01T21:19:03.773Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41252026-07-01T21:19:03.832Z[verify-libraries] Compiling structmeta v0.3.0
41262026-07-01T21:19:03.870Z[verify-libraries] Compiling ciborium-ll v0.2.2
41272026-07-01T21:19:03.895Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41282026-07-01T21:19:03.929Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41292026-07-01T21:19:03.934Z[verify-libraries] Compiling derive_more v0.99.20
41302026-07-01T21:19:03.976Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41312026-07-01T21:19:03.976Z[verify-libraries] Compiling inout v0.1.4
41322026-07-01T21:19:04.040Z[verify-libraries] Compiling universal-hash v0.5.1
41332026-07-01T21:19:04.062Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41342026-07-01T21:19:04.140Z[verify-libraries] Compiling derive-ex v0.1.8
41352026-07-01T21:19:04.162Z[verify-libraries] Compiling parse-display-derive v0.10.0
41362026-07-01T21:19:04.162Z[verify-libraries] Compiling ciborium v0.2.2
41372026-07-01T21:19:04.225Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41382026-07-01T21:19:04.229Z[verify-libraries] Compiling cipher v0.4.4
41392026-07-01T21:19:04.346Z[verify-libraries] Compiling opaque-debug v0.3.1
41402026-07-01T21:19:04.356Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41412026-07-01T21:19:04.370Z[ recovery-image] Jul 01 21:19:03.150 INFO O| Jul 01 21:19:03.150 INFO O| Startup: Refreshing catalog 'helios' ... Done
41422026-07-01T21:19:04.401Z[verify-libraries] Compiling poly1305 v0.8.0
41432026-07-01T21:19:04.438Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41442026-07-01T21:19:04.438Z[verify-libraries] Compiling byte-wrapper v0.1.0
41452026-07-01T21:19:04.513Z[ recovery-image] Jul 01 21:19:03.295 INFO O| Jul 01 21:19:03.295 INFO O| Startup: Caching catalogs ... Done
41462026-07-01T21:19:04.520Z[ recovery-image] Jul 01 21:19:03.303 INFO O| Jul 01 21:19:03.303 INFO O| Planning: Planning completed in 0.00 seconds
41472026-07-01T21:19:04.524Z[ recovery-image] Jul 01 21:19:03.303 INFO O| Jul 01 21:19:03.303 INFO O| Planning: Consolidating action changes ... Done
41482026-07-01T21:19:04.524Z[ recovery-image] Jul 01 21:19:03.303 INFO O| Jul 01 21:19:03.303 INFO O| Planning: Evaluating mediators ... Done
41492026-07-01T21:19:04.524Z[ recovery-image] Jul 01 21:19:03.303 INFO O| Jul 01 21:19:03.303 INFO O| Planning: Planning completed in 0.00 seconds
41502026-07-01T21:19:04.524Z[ recovery-image] Jul 01 21:19:03.304 INFO O| Jul 01 21:19:03.304 INFO O| Variants/Facets to change: 1
41512026-07-01T21:19:04.540Z[ recovery-image] Jul 01 21:19:03.322 INFO O| Jul 01 21:19:03.322 INFO O| Finalize: Updating package state database ... Done
41522026-07-01T21:19:04.540Z[ recovery-image] Jul 01 21:19:03.322 INFO O| Jul 01 21:19:03.322 INFO O| Finalize: Updating package cache ... Done
41532026-07-01T21:19:04.564Z[ recovery-image] Jul 01 21:19:03.347 INFO O| Jul 01 21:19:03.346 INFO O| Finalize: Updating image state ... Done
41542026-07-01T21:19:04.569Z[ recovery-image] Jul 01 21:19:03.351 INFO O| Jul 01 21:19:03.351 INFO O| Finalize: Creating fast lookup database ... Done
41552026-07-01T21:19:04.572Z[ recovery-image] Jul 01 21:19:03.352 INFO O| Jul 01 21:19:03.352 INFO O| Finalize: Reading search index ... Done
41562026-07-01T21:19:04.572Z[ recovery-image] Jul 01 21:19:03.352 INFO O| Jul 01 21:19:03.352 INFO O| Finalize: Updating search index ... Done
41572026-07-01T21:19:04.572Z[ recovery-image] Jul 01 21:19:03.353 INFO O| Jul 01 21:19:03.353 INFO O| Finalize: Updating package cache ... Done
41582026-07-01T21:19:04.581Z[verify-libraries] Compiling chacha20 v0.9.1
41592026-07-01T21:19:04.610Z[verify-libraries] Compiling blake2 v0.10.6
41602026-07-01T21:19:04.613Z[verify-libraries] Compiling aead v0.5.2
41612026-07-01T21:19:04.718Z[ recovery-image] Jul 01 21:19:03.501 INFO O| Jul 01 21:19:03.500 INFO STEP 8 (pkg_change_facet) COMPLETE
41622026-07-01T21:19:04.718Z[ recovery-image] Jul 01 21:19:03.501 INFO O| Jul 01 21:19:03.500 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41632026-07-01T21:19:04.825Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41642026-07-01T21:19:04.933Z[verify-libraries] Compiling password-hash v0.5.0
41652026-07-01T21:19:04.958Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41662026-07-01T21:19:04.981Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41672026-07-01T21:19:05.010Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41682026-07-01T21:19:05.048Z[ recovery-image] Jul 01 21:19:03.830 INFO O| Jul 01 21:19:03.830 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41692026-07-01T21:19:05.166Z[verify-libraries] Compiling rayon-core v1.13.0
41702026-07-01T21:19:05.203Z[verify-libraries] Compiling argon2 v0.5.3
41712026-07-01T21:19:05.249Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41722026-07-01T21:19:05.327Z[verify-libraries] Compiling glob v0.3.3
41732026-07-01T21:19:05.347Z[verify-libraries] Compiling usdt-macro v0.5.0
41742026-07-01T21:19:05.440Z[verify-libraries] Compiling typify-impl v0.6.2
41752026-07-01T21:19:05.464Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41762026-07-01T21:19:05.603Z[verify-libraries] Compiling vsss-rs v3.3.4
41772026-07-01T21:19:05.641Z[ host-image] Jul 01 21:19:04.423 INFO O| Jul 01 21:19:04.423 INFO O| Download: 7507/23767 items 59.0/222.4MB 26% complete (1.8M/s)
41782026-07-01T21:19:05.817Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41792026-07-01T21:19:06.059Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41802026-07-01T21:19:06.081Z[verify-libraries] Compiling test-strategy v0.4.5
41812026-07-01T21:19:06.104Z[verify-libraries] Compiling parse-display v0.10.0
41822026-07-01T21:19:06.205Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41832026-07-01T21:19:06.243Z[verify-libraries] Compiling memmap v0.7.0
41842026-07-01T21:19:06.293Z[verify-libraries] Compiling heapless v0.8.0
41852026-07-01T21:19:06.466Z[verify-libraries] Compiling proc-macro-error v1.0.4
41862026-07-01T21:19:06.488Z[verify-libraries] Compiling ingot-macros v0.1.1
41872026-07-01T21:19:06.538Z[verify-libraries] Compiling tabwriter v1.4.1
41882026-07-01T21:19:06.581Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41892026-07-01T21:19:06.689Z[verify-libraries] Compiling num_enum_derive v0.7.6
41902026-07-01T21:19:06.757Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41912026-07-01T21:19:06.797Z[verify-libraries] Compiling hash32 v0.3.1
41922026-07-01T21:19:06.830Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41932026-07-01T21:19:06.879Z[verify-libraries] Compiling smoltcp v0.11.0
41942026-07-01T21:19:06.909Z[ recovery-image] Jul 01 21:19:05.691 INFO O| Jul 01 21:19:05.691 INFO O| Startup: Refreshing catalog 'helios' ... Done
41952026-07-01T21:19:06.912Z[verify-libraries] Compiling toml v0.8.23
41962026-07-01T21:19:06.934Z[verify-libraries] Compiling cobs v0.3.0
41972026-07-01T21:19:06.969Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41982026-07-01T21:19:07.034Z[ recovery-image] Jul 01 21:19:05.817 INFO O| Jul 01 21:19:05.816 INFO O| Startup: Caching catalogs ... Done
41992026-07-01T21:19:07.042Z[ recovery-image] Jul 01 21:19:05.824 INFO O| Jul 01 21:19:05.824 INFO O| Planning: Planning completed in 0.00 seconds
42002026-07-01T21:19:07.045Z[ recovery-image] Jul 01 21:19:05.825 INFO O| Jul 01 21:19:05.825 INFO O| Planning: Consolidating action changes ... Done
42012026-07-01T21:19:07.046Z[ recovery-image] Jul 01 21:19:05.825 INFO O| Jul 01 21:19:05.825 INFO O| Planning: Evaluating mediators ... Done
42022026-07-01T21:19:07.046Z[ recovery-image] Jul 01 21:19:05.825 INFO O| Jul 01 21:19:05.825 INFO O| Planning: Planning completed in 0.00 seconds
42032026-07-01T21:19:07.046Z[ recovery-image] Jul 01 21:19:05.826 INFO O| Jul 01 21:19:05.825 INFO O| Variants/Facets to change: 1
42042026-07-01T21:19:07.050Z[verify-libraries] Compiling colored v3.1.1
42052026-07-01T21:19:07.073Z[ recovery-image] Jul 01 21:19:05.850 INFO O| Jul 01 21:19:05.850 INFO O| Finalize: Updating package state database ... Done
42062026-07-01T21:19:07.073Z[ recovery-image] Jul 01 21:19:05.850 INFO O| Jul 01 21:19:05.850 INFO O| Finalize: Updating package cache ... Done
42072026-07-01T21:19:07.094Z[ recovery-image] Jul 01 21:19:05.876 INFO O| Jul 01 21:19:05.876 INFO O| Finalize: Updating image state ... Done
42082026-07-01T21:19:07.149Z[ recovery-image] Jul 01 21:19:05.882 INFO O| Jul 01 21:19:05.882 INFO O| Finalize: Creating fast lookup database ... Done
42092026-07-01T21:19:07.158Z[ recovery-image] Jul 01 21:19:05.883 INFO O| Jul 01 21:19:05.883 INFO O| Finalize: Reading search index ... Done
42102026-07-01T21:19:07.159Z[ recovery-image] Jul 01 21:19:05.883 INFO O| Jul 01 21:19:05.883 INFO O| Finalize: Updating search index ... Done
42112026-07-01T21:19:07.159Z[ recovery-image] Jul 01 21:19:05.884 INFO O| Jul 01 21:19:05.884 INFO O| Finalize: Updating package cache ... Done
42122026-07-01T21:19:07.159Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42132026-07-01T21:19:07.200Z[verify-libraries] Compiling usdt v0.5.0
42142026-07-01T21:19:07.253Z[ recovery-image] Jul 01 21:19:06.035 INFO O| Jul 01 21:19:06.035 INFO STEP 9 (pkg_change_facet) COMPLETE
42152026-07-01T21:19:07.253Z[ recovery-image] Jul 01 21:19:06.035 INFO O| Jul 01 21:19:06.035 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162026-07-01T21:19:07.280Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42172026-07-01T21:19:07.307Z[verify-libraries] Compiling postcard v1.1.3
42182026-07-01T21:19:07.392Z[verify-libraries] Compiling rayon v1.11.0
42192026-07-01T21:19:07.423Z[verify-libraries] Compiling rand v0.10.1
42202026-07-01T21:19:07.495Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42212026-07-01T21:19:07.562Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42222026-07-01T21:19:07.594Z[ recovery-image] Jul 01 21:19:06.372 INFO O| Jul 01 21:19:06.371 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42232026-07-01T21:19:07.616Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42242026-07-01T21:19:07.667Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42252026-07-01T21:19:07.713Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42262026-07-01T21:19:07.817Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
42272026-07-01T21:19:07.897Z[verify-libraries] Compiling num_enum v0.7.6
42282026-07-01T21:19:07.982Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42292026-07-01T21:19:07.992Z[verify-libraries] Compiling num_enum_derive v0.5.11
42302026-07-01T21:19:08.013Z[verify-libraries] Compiling num-derive v0.4.2
42312026-07-01T21:19:08.047Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42322026-07-01T21:19:08.047Z[verify-libraries] Compiling cstr-argument v0.1.2
42332026-07-01T21:19:08.252Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42342026-07-01T21:19:08.268Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42352026-07-01T21:19:08.303Z[verify-libraries] Compiling foreign-types v0.5.0
42362026-07-01T21:19:08.442Z[ recovery-image] Jul 01 21:19:07.224 INFO O| Jul 01 21:19:07.224 INFO O| Startup: Refreshing catalog 'helios' ... Done
42372026-07-01T21:19:08.442Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42382026-07-01T21:19:08.464Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42392026-07-01T21:19:08.468Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42402026-07-01T21:19:08.485Z[verify-libraries] Compiling sigpipe v0.1.3
42412026-07-01T21:19:08.510Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42422026-07-01T21:19:08.560Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42432026-07-01T21:19:08.571Z[ recovery-image] Jul 01 21:19:07.353 INFO O| Jul 01 21:19:07.353 INFO O| Startup: Caching catalogs ... Done
42442026-07-01T21:19:08.578Z[ recovery-image] Jul 01 21:19:07.360 INFO O| Jul 01 21:19:07.360 INFO O| Planning: Planning completed in 0.00 seconds
42452026-07-01T21:19:08.583Z[ recovery-image] Jul 01 21:19:07.361 INFO O| Jul 01 21:19:07.361 INFO O| Planning: Consolidating action changes ... Done
42462026-07-01T21:19:08.583Z[ recovery-image] Jul 01 21:19:07.361 INFO O| Jul 01 21:19:07.361 INFO O| Planning: Evaluating mediators ... Done
42472026-07-01T21:19:08.583Z[ recovery-image] Jul 01 21:19:07.361 INFO O| Jul 01 21:19:07.361 INFO O| Planning: Planning completed in 0.00 seconds
42482026-07-01T21:19:08.583Z[ recovery-image] Jul 01 21:19:07.361 INFO O| Jul 01 21:19:07.361 INFO O| Variants/Facets to change: 1
42492026-07-01T21:19:08.589Z[ recovery-image] Jul 01 21:19:07.372 INFO O| Jul 01 21:19:07.371 INFO O| Finalize: Updating package state database ... Done
42502026-07-01T21:19:08.589Z[ recovery-image] Jul 01 21:19:07.372 INFO O| Jul 01 21:19:07.372 INFO O| Finalize: Updating package cache ... Done
42512026-07-01T21:19:08.595Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42522026-07-01T21:19:08.614Z[ recovery-image] Jul 01 21:19:07.396 INFO O| Jul 01 21:19:07.396 INFO O| Finalize: Updating image state ... Done
42532026-07-01T21:19:08.620Z[ recovery-image] Jul 01 21:19:07.402 INFO O| Jul 01 21:19:07.402 INFO O| Finalize: Creating fast lookup database ... Done
42542026-07-01T21:19:08.620Z[ recovery-image] Jul 01 21:19:07.402 INFO O| Jul 01 21:19:07.402 INFO O| Finalize: Reading search index ... Done
42552026-07-01T21:19:08.623Z[ recovery-image] Jul 01 21:19:07.402 INFO O| Jul 01 21:19:07.402 INFO O| Finalize: Updating search index ... Done
42562026-07-01T21:19:08.623Z[ recovery-image] Jul 01 21:19:07.403 INFO O| Jul 01 21:19:07.403 INFO O| Finalize: Updating package cache ... Done
42572026-07-01T21:19:08.640Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42582026-07-01T21:19:08.761Z[verify-libraries] Compiling itertools v0.12.1
42592026-07-01T21:19:08.764Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42602026-07-01T21:19:08.776Z[ recovery-image] Jul 01 21:19:07.558 INFO O| Jul 01 21:19:07.558 INFO STEP 10 (pkg_change_facet) COMPLETE
42612026-07-01T21:19:08.776Z[ recovery-image] Jul 01 21:19:07.558 INFO O| Jul 01 21:19:07.558 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42622026-07-01T21:19:08.796Z[ recovery-image] Jul 01 21:19:07.568 INFO O| Jul 01 21:19:07.568 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"]
42632026-07-01T21:19:08.823Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42642026-07-01T21:19:08.892Z[verify-libraries] Compiling smf v0.2.3
42652026-07-01T21:19:08.995Z[verify-libraries] Compiling whoami v1.6.1
42662026-07-01T21:19:09.079Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42672026-07-01T21:19:09.128Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42682026-07-01T21:19:09.158Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42692026-07-01T21:19:09.179Z[verify-libraries] Compiling num_enum v0.5.11
42702026-07-01T21:19:09.256Z[verify-libraries] Compiling derive-where v1.6.0
42712026-07-01T21:19:09.306Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42722026-07-01T21:19:09.353Z[verify-libraries] Compiling owo-colors v4.3.0
42732026-07-01T21:19:09.396Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42742026-07-01T21:19:09.473Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42752026-07-01T21:19:09.473Z[verify-libraries] Compiling gethostname v0.5.0
42762026-07-01T21:19:09.518Z[verify-libraries] Compiling libsw-core v0.3.2
42772026-07-01T21:19:09.576Z[verify-libraries] Compiling ingot-types v0.1.2
42782026-07-01T21:19:09.604Z[ recovery-image] Jul 01 21:19:08.386 INFO O| Jul 01 21:19:08.383 INFO O| Startup: Refreshing catalog 'helios' ... Done
42792026-07-01T21:19:09.644Z[verify-libraries] Compiling console v0.15.11
42802026-07-01T21:19:09.712Z[verify-libraries] Compiling libsw v3.5.0
42812026-07-01T21:19:09.730Z[ recovery-image] Jul 01 21:19:08.511 INFO O| Jul 01 21:19:08.511 INFO O| Startup: Caching catalogs ... Done
42822026-07-01T21:19:09.769Z[verify-libraries] Compiling linear-map v1.2.0
42832026-07-01T21:19:09.773Z[verify-libraries] Compiling newline-converter v0.3.0
42842026-07-01T21:19:09.908Z[verify-libraries] Compiling resolv-conf v0.7.6
42852026-07-01T21:19:09.966Z[verify-libraries] Compiling num-rational v0.4.2
42862026-07-01T21:19:10.011Z[verify-libraries] Compiling ingot v0.1.1
42872026-07-01T21:19:10.034Z[verify-libraries] Compiling zone v0.3.1
42882026-07-01T21:19:10.040Z[verify-libraries] Compiling expectorate v1.2.0
42892026-07-01T21:19:10.114Z[verify-libraries] Compiling num-complex v0.4.6
42902026-07-01T21:19:10.123Z[verify-libraries] Compiling slog-dtrace v0.3.0
42912026-07-01T21:19:10.269Z[verify-libraries] Compiling prettyplease v0.2.37
42922026-07-01T21:19:10.320Z[verify-libraries] Compiling float-ord v0.3.2
42932026-07-01T21:19:10.324Z[verify-libraries] Compiling typify-macro v0.6.2
42942026-07-01T21:19:10.342Z[ recovery-image] Jul 01 21:19:09.124 INFO O| Jul 01 21:19:09.124 INFO O| Planning: Solver setup ... Done
42952026-07-01T21:19:10.348Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42962026-07-01T21:19:10.365Z[ recovery-image] Jul 01 21:19:09.147 INFO O| Jul 01 21:19:09.147 INFO O| Planning: Running solver ... Done
42972026-07-01T21:19:10.384Z[ recovery-image] Jul 01 21:19:09.167 INFO O| Jul 01 21:19:09.166 INFO O| Planning: Finding local manifests ... Done
42982026-07-01T21:19:10.394Z[verify-libraries] Compiling linked-hash-map v0.5.6
42992026-07-01T21:19:10.405Z[ recovery-image] Jul 01 21:19:09.187 INFO O| Jul 01 21:19:09.187 INFO O| Planning: Fetching manifests: 0/128 0% complete
43002026-07-01T21:19:10.465Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43012026-07-01T21:19:10.551Z[verify-libraries] Compiling hickory-proto v0.24.4
43022026-07-01T21:19:10.601Z[verify-libraries] Compiling num v0.4.3
43032026-07-01T21:19:10.687Z[verify-libraries] Compiling lru-cache v0.1.2
43042026-07-01T21:19:10.714Z[verify-libraries] Compiling convert_case v0.10.0
43052026-07-01T21:19:10.738Z[verify-libraries] Compiling display-error-chain v0.2.2
43062026-07-01T21:19:10.794Z[verify-libraries] Compiling minimal-lexical v0.2.1
43072026-07-01T21:19:10.832Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43082026-07-01T21:19:10.856Z[verify-libraries] Compiling unicode-xid v0.2.6
43092026-07-01T21:19:10.903Z[ host-image] Jul 01 21:19:09.684 INFO O| Jul 01 21:19:09.684 INFO O| Download: 8871/23767 items 77.5/222.4MB 34% complete (3.0M/s)
43102026-07-01T21:19:10.903Z[verify-libraries] Compiling tabled_derive v0.7.0
43112026-07-01T21:19:10.933Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43122026-07-01T21:19:10.999Z[verify-libraries] Compiling fd-lock v4.0.4
43132026-07-01T21:19:11.029Z[verify-libraries] Compiling vte v0.14.1
43142026-07-01T21:19:11.054Z[verify-libraries] Compiling nom v7.1.3
43152026-07-01T21:19:11.104Z[verify-libraries] Compiling derive_more-impl v2.1.1
43162026-07-01T21:19:11.108Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43172026-07-01T21:19:11.183Z[verify-libraries] Compiling stacker v0.1.23
43182026-07-01T21:19:11.261Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43192026-07-01T21:19:11.313Z[verify-libraries] Compiling cfg_aliases v0.1.1
43202026-07-01T21:19:11.418Z[verify-libraries] Compiling reedline v0.40.0
43212026-07-01T21:19:11.513Z[verify-libraries] Compiling nix v0.28.0
43222026-07-01T21:19:11.560Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43232026-07-01T21:19:11.589Z[verify-libraries] Compiling termtree v0.5.1
43242026-07-01T21:19:11.755Z[verify-libraries] Compiling semver v0.1.20
43252026-07-01T21:19:11.847Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43262026-07-01T21:19:11.893Z[verify-libraries] Compiling psm v0.1.30
43272026-07-01T21:19:11.953Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43282026-07-01T21:19:11.954Z[verify-libraries] Compiling tabled v0.15.0
43292026-07-01T21:19:12.029Z[verify-libraries] Compiling derive_more v2.1.1
43302026-07-01T21:19:12.062Z[verify-libraries] Compiling rustc_version v0.1.7
43312026-07-01T21:19:12.132Z[verify-libraries] Compiling crossterm v0.29.0
43322026-07-01T21:19:12.157Z[verify-libraries] Compiling phf_shared v0.12.1
43332026-07-01T21:19:12.179Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43342026-07-01T21:19:12.286Z[verify-libraries] Compiling typify v0.6.2
43352026-07-01T21:19:12.343Z[verify-libraries] Compiling nibble_vec v0.1.0
43362026-07-01T21:19:12.386Z[verify-libraries] Compiling endian-type v0.1.2
43372026-07-01T21:19:12.443Z[verify-libraries] Compiling progenitor-impl v0.14.0
43382026-07-01T21:19:12.582Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43392026-07-01T21:19:12.599Z[verify-libraries] Compiling chrono-tz v0.10.4
43402026-07-01T21:19:12.599Z[verify-libraries] Compiling highway v1.3.0
43412026-07-01T21:19:12.624Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43422026-07-01T21:19:12.681Z[verify-libraries] Compiling radix_trie v0.2.1
43432026-07-01T21:19:12.776Z[verify-libraries] Compiling hickory-resolver v0.24.4
43442026-07-01T21:19:12.866Z[verify-libraries] Compiling newtype_derive v0.1.6
43452026-07-01T21:19:12.987Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43462026-07-01T21:19:13.035Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43472026-07-01T21:19:13.078Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43482026-07-01T21:19:13.119Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43492026-07-01T21:19:13.201Z[verify-libraries] Compiling recursive v0.1.1
43502026-07-01T21:19:13.266Z[verify-libraries] Compiling phf v0.12.1
43512026-07-01T21:19:13.372Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43522026-07-01T21:19:13.375Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43532026-07-01T21:19:13.485Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43542026-07-01T21:19:13.552Z[verify-libraries] Compiling peg-macros v0.8.5
43552026-07-01T21:19:13.869Z[verify-libraries] Compiling qorb v0.4.1
43562026-07-01T21:19:14.197Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43572026-07-01T21:19:14.293Z[ recovery-image] Jul 01 21:19:13.075 INFO O| Jul 01 21:19:13.075 INFO O| Planning: Fetching manifests: 128/128 100% complete
43582026-07-01T21:19:14.331Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43592026-07-01T21:19:14.391Z[verify-libraries] Compiling csv-core v0.1.13
43602026-07-01T21:19:14.458Z[verify-libraries] Compiling winnow v0.6.26
43612026-07-01T21:19:14.718Z[verify-libraries] Compiling home v0.5.12
43622026-07-01T21:19:14.744Z[verify-libraries] Compiling unicode_categories v0.1.1
43632026-07-01T21:19:14.808Z[ recovery-image] Jul 01 21:19:13.590 INFO O| Jul 01 21:19:13.590 INFO O| Planning: Package planning ... Done
43642026-07-01T21:19:14.857Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43652026-07-01T21:19:14.934Z[verify-libraries] Compiling rustyline v14.0.0
43662026-07-01T21:19:14.971Z[ recovery-image] Jul 01 21:19:13.753 INFO O| Jul 01 21:19:13.753 INFO O| Planning: Merging actions ... Done
43672026-07-01T21:19:14.974Z[verify-libraries] Compiling textwrap v0.16.2
43682026-07-01T21:19:15.021Z[verify-libraries] Compiling csv v1.4.0
43692026-07-01T21:19:15.045Z[ recovery-image] Jul 01 21:19:13.827 INFO O| Jul 01 21:19:13.825 INFO O| Planning: Checking for conflicting actions ... Done
43702026-07-01T21:19:15.079Z[verify-libraries] Compiling peg v0.8.5
43712026-07-01T21:19:15.099Z[ recovery-image] Jul 01 21:19:13.881 INFO O| Jul 01 21:19:13.881 INFO O| Planning: Consolidating action changes ... Done
43722026-07-01T21:19:15.115Z[verify-libraries] Compiling const_format v0.2.35
43732026-07-01T21:19:15.231Z[ recovery-image] Jul 01 21:19:14.013 INFO O| Jul 01 21:19:14.013 INFO O| Planning: Evaluating mediators ... Done
43742026-07-01T21:19:15.283Z[verify-libraries] Compiling sqlparser v0.61.0
43752026-07-01T21:19:15.315Z[verify-libraries] Compiling progenitor-macro v0.14.0
43762026-07-01T21:19:15.502Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43772026-07-01T21:19:15.618Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43782026-07-01T21:19:15.707Z[verify-libraries] Compiling bcs v0.1.6
43792026-07-01T21:19:15.733Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43802026-07-01T21:19:15.908Z[ host-image] Jul 01 21:19:14.691 INFO O| Jul 01 21:19:14.691 INFO O| Download: 10887/23767 items 95.5/222.4MB 42% complete (3.5M/s)
43812026-07-01T21:19:15.912Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43822026-07-01T21:19:15.943Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43832026-07-01T21:19:15.967Z[verify-libraries] Compiling sqlformat v0.3.5
43842026-07-01T21:19:16.003Z[verify-libraries] Compiling nom v8.0.0
43852026-07-01T21:19:16.080Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43862026-07-01T21:19:16.148Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43872026-07-01T21:19:16.222Z[verify-libraries] Compiling base64 v0.21.7
43882026-07-01T21:19:16.283Z[verify-libraries] Compiling steno v0.4.1
43892026-07-01T21:19:16.594Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43902026-07-01T21:19:16.687Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43912026-07-01T21:19:16.716Z[ recovery-image] Jul 01 21:19:15.499 INFO O| Jul 01 21:19:15.499 INFO O| Planning: Planning completed in 6.98 seconds
43922026-07-01T21:19:16.725Z[ recovery-image] Jul 01 21:19:15.508 INFO O| Jul 01 21:19:15.507 INFO O| Packages to install: 128
43932026-07-01T21:19:16.725Z[ recovery-image] Jul 01 21:19:15.508 INFO O| Jul 01 21:19:15.508 INFO O| Mediators to change: 5
43942026-07-01T21:19:16.725Z[ recovery-image] Jul 01 21:19:15.508 INFO O| Jul 01 21:19:15.508 INFO O| Services to change: 5
43952026-07-01T21:19:16.745Z[verify-libraries] Compiling sha1 v0.10.6
43962026-07-01T21:19:16.748Z[ recovery-image] Jul 01 21:19:15.528 INFO O| Jul 01 21:19:15.528 INFO O| Download: 0/16572 items 0.0/199.6MB 0% complete
43972026-07-01T21:19:16.914Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43982026-07-01T21:19:16.938Z[verify-libraries] Compiling utf-8 v0.7.6
43992026-07-01T21:19:16.966Z[verify-libraries] Compiling tagptr v0.2.0
44002026-07-01T21:19:17.055Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44012026-07-01T21:19:17.123Z[verify-libraries] Compiling moka v0.12.13
44022026-07-01T21:19:17.147Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44032026-07-01T21:19:17.170Z[verify-libraries] Compiling tungstenite v0.21.0
44042026-07-01T21:19:17.170Z[verify-libraries] Compiling radium v0.7.0
44052026-07-01T21:19:17.239Z[verify-libraries] Compiling ron v0.8.1
44062026-07-01T21:19:17.285Z[verify-libraries] Compiling maybe-uninit v2.0.0
44072026-07-01T21:19:17.331Z[verify-libraries] Compiling tap v1.0.1
44082026-07-01T21:19:17.372Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44092026-07-01T21:19:17.481Z[verify-libraries] Compiling wyz v0.5.1
44102026-07-01T21:19:17.719Z[verify-libraries] Compiling crc-catalog v2.4.0
44112026-07-01T21:19:17.741Z[verify-libraries] Compiling funty v2.0.0
44122026-07-01T21:19:17.801Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44132026-07-01T21:19:17.839Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44142026-07-01T21:19:17.859Z[verify-libraries] Compiling packed_struct v0.10.1
44152026-07-01T21:19:18.029Z[verify-libraries] Compiling hickory-resolver v0.25.2
44162026-07-01T21:19:18.122Z[verify-libraries] Compiling bitvec v1.0.1
44172026-07-01T21:19:18.213Z[verify-libraries] Compiling crc v3.4.0
44182026-07-01T21:19:18.259Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44192026-07-01T21:19:18.301Z[verify-libraries] Compiling bitfield-macros v0.19.4
44202026-07-01T21:19:18.338Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44212026-07-01T21:19:18.362Z[verify-libraries] Compiling zerocopy v0.6.6
44222026-07-01T21:19:18.396Z[verify-libraries] Compiling indexmap v1.9.3
44232026-07-01T21:19:18.462Z[verify-libraries] Compiling libefi-sys v0.1.0
44242026-07-01T21:19:18.515Z[verify-libraries] Compiling nodrop v0.1.14
44252026-07-01T21:19:18.644Z[verify-libraries] Compiling array-init v0.0.4
44262026-07-01T21:19:18.700Z[verify-libraries] Compiling smallvec v0.6.14
44272026-07-01T21:19:18.747Z[verify-libraries] Compiling bitfield-struct v0.6.2
44282026-07-01T21:19:18.778Z[verify-libraries] Compiling hashbrown v0.12.3
44292026-07-01T21:19:19.053Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44302026-07-01T21:19:19.120Z[verify-libraries] Compiling serde-hex v0.1.0
44312026-07-01T21:19:19.186Z[verify-libraries] Compiling bitfield v0.19.4
44322026-07-01T21:19:19.210Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44332026-07-01T21:19:19.466Z[verify-libraries] Compiling hashbrown v0.13.2
44342026-07-01T21:19:19.496Z[verify-libraries] Compiling crc-any v2.5.0
44352026-07-01T21:19:19.518Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44362026-07-01T21:19:19.541Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44372026-07-01T21:19:19.697Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44382026-07-01T21:19:19.758Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44392026-07-01T21:19:19.779Z[verify-libraries] Compiling path-slash v0.1.5
44402026-07-01T21:19:19.883Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44412026-07-01T21:19:19.950Z[verify-libraries] Compiling object v0.30.4
44422026-07-01T21:19:20.050Z[verify-libraries] Compiling xshell-macros v0.2.7
44432026-07-01T21:19:20.082Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44442026-07-01T21:19:20.215Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44452026-07-01T21:19:20.237Z[verify-libraries] Compiling num-derive v0.3.3
44462026-07-01T21:19:20.290Z[verify-libraries] Compiling subprocess v0.2.15
44472026-07-01T21:19:20.387Z[verify-libraries] Compiling papergrid v0.17.0
44482026-07-01T21:19:20.579Z[verify-libraries] Compiling xshell v0.2.7
44492026-07-01T21:19:20.686Z[verify-libraries] Compiling progenitor v0.14.0
44502026-07-01T21:19:20.768Z[verify-libraries] Compiling testing_table v0.3.0
44512026-07-01T21:19:20.778Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44522026-07-01T21:19:20.873Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44532026-07-01T21:19:20.909Z[ host-image] Jul 01 21:19:19.691 INFO O| Jul 01 21:19:19.691 INFO O| Download: 11688/23767 items 99.2/222.4MB 44% complete (2.6M/s)
44542026-07-01T21:19:20.960Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44552026-07-01T21:19:21.036Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44562026-07-01T21:19:21.092Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44572026-07-01T21:19:21.117Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44582026-07-01T21:19:21.141Z[verify-libraries] Compiling progenitor-impl v0.13.0
44592026-07-01T21:19:21.163Z[verify-libraries] Compiling tabled_derive v0.11.0
44602026-07-01T21:19:21.167Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44612026-07-01T21:19:21.278Z[verify-libraries] Compiling libscf-sys v1.1.0
44622026-07-01T21:19:21.403Z[verify-libraries] Compiling headers-core v0.3.0
44632026-07-01T21:19:21.470Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44642026-07-01T21:19:21.519Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44652026-07-01T21:19:21.565Z[verify-libraries] Compiling unicase v2.9.0
44662026-07-01T21:19:21.802Z[ recovery-image] Jul 01 21:19:20.584 INFO O| Jul 01 21:19:20.584 INFO O| Download: 1074/16572 items 8.7/199.6MB 4% complete (1.8M/s)
44672026-07-01T21:19:21.811Z[verify-libraries] Compiling headers v0.4.1
44682026-07-01T21:19:21.850Z[verify-libraries] Compiling progenitor-client v0.13.0
44692026-07-01T21:19:21.880Z[verify-libraries] Compiling maplit v1.0.2
44702026-07-01T21:19:22.002Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44712026-07-01T21:19:22.190Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44722026-07-01T21:19:22.216Z[verify-libraries] Compiling yasna v0.5.2
44732026-07-01T21:19:22.241Z[verify-libraries] Compiling crc8 v0.1.1
44742026-07-01T21:19:22.260Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44752026-07-01T21:19:22.398Z[verify-libraries] Compiling vergen-lib v0.1.6
44762026-07-01T21:19:22.470Z[verify-libraries] Compiling tabled v0.20.0
44772026-07-01T21:19:22.507Z[verify-libraries] Compiling diesel_derives v2.3.7
44782026-07-01T21:19:22.575Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44792026-07-01T21:19:22.615Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44802026-07-01T21:19:22.689Z[verify-libraries] Compiling rcgen v0.12.1
44812026-07-01T21:19:22.785Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44822026-07-01T21:19:22.969Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44832026-07-01T21:19:23.033Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44842026-07-01T21:19:23.104Z[verify-libraries] Compiling half v1.8.3
44852026-07-01T21:19:23.158Z[verify-libraries] Compiling r2d2 v0.8.10
44862026-07-01T21:19:23.291Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44872026-07-01T21:19:23.291Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44882026-07-01T21:19:23.362Z[verify-libraries] Compiling serde_cbor v0.11.2
44892026-07-01T21:19:23.409Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
44902026-07-01T21:19:23.436Z[verify-libraries] Compiling git-stub v1.0.0
44912026-07-01T21:19:23.549Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44922026-07-01T21:19:23.571Z[verify-libraries] Compiling crunchy v0.2.4
44932026-07-01T21:19:23.624Z[verify-libraries] Compiling downcast-rs v2.0.2
44942026-07-01T21:19:23.734Z[verify-libraries] Compiling dirs-next v2.0.0
44952026-07-01T21:19:23.755Z[verify-libraries] Compiling git-stub-vcs v0.1.0
44962026-07-01T21:19:23.876Z[verify-libraries] Compiling clang-sys v1.8.1
44972026-07-01T21:19:23.895Z[verify-libraries] Compiling tiny-keccak v2.0.2
44982026-07-01T21:19:23.944Z[verify-libraries] Compiling progenitor-macro v0.13.0
44992026-07-01T21:19:23.972Z[verify-libraries] Compiling cpubits v0.1.1
45002026-07-01T21:19:24.077Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45012026-07-01T21:19:24.137Z[verify-libraries] Compiling term v0.7.0
45022026-07-01T21:19:24.179Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45032026-07-01T21:19:24.208Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45042026-07-01T21:19:24.340Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45052026-07-01T21:19:24.408Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45062026-07-01T21:19:24.474Z[verify-libraries] Compiling bit-vec v0.6.3
45072026-07-01T21:19:24.573Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45082026-07-01T21:19:24.732Z[verify-libraries] Compiling diff v0.1.13
45092026-07-01T21:19:24.753Z[verify-libraries] Compiling bit-set v0.5.3
45102026-07-01T21:19:24.802Z[verify-libraries] Compiling ascii-canvas v3.0.0
45112026-07-01T21:19:25.007Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45122026-07-01T21:19:25.042Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45132026-07-01T21:19:25.100Z[verify-libraries] Compiling itertools v0.10.5
45142026-07-01T21:19:25.164Z[verify-libraries] Compiling libloading v0.8.9
45152026-07-01T21:19:25.397Z[verify-libraries] Compiling ena v0.14.4
45162026-07-01T21:19:25.489Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45172026-07-01T21:19:25.512Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45182026-07-01T21:19:25.557Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45192026-07-01T21:19:25.662Z[verify-libraries] Compiling regex-syntax v0.6.29
45202026-07-01T21:19:25.848Z[verify-libraries] Compiling bindgen v0.71.1
45212026-07-01T21:19:25.921Z[ host-image] Jul 01 21:19:24.701 INFO O| Jul 01 21:19:24.701 INFO O| Download: 12423/23767 items 105.6/222.4MB 47% complete (1.0M/s)
45222026-07-01T21:19:25.991Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45232026-07-01T21:19:26.461Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45242026-07-01T21:19:26.545Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45252026-07-01T21:19:26.810Z[verify-libraries] Compiling cexpr v0.6.0
45262026-07-01T21:19:26.993Z[ recovery-image] Jul 01 21:19:25.775 INFO O| Jul 01 21:19:25.775 INFO O| Download: 1503/16572 items 20.9/199.6MB 10% complete (2.1M/s)
45272026-07-01T21:19:27.045Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45282026-07-01T21:19:27.135Z[verify-libraries] Compiling lalrpop v0.19.12
45292026-07-01T21:19:27.612Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45302026-07-01T21:19:27.888Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45312026-07-01T21:19:27.912Z[verify-libraries] Compiling rustc-hash v2.1.1
45322026-07-01T21:19:27.967Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45332026-07-01T21:19:28.105Z[verify-libraries] Compiling libxml v0.3.3
45342026-07-01T21:19:28.180Z[verify-libraries] Compiling arc-swap v1.8.2
45352026-07-01T21:19:28.439Z[verify-libraries] Compiling slog-scope v4.4.1
45362026-07-01T21:19:28.647Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45372026-07-01T21:19:28.650Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45382026-07-01T21:19:28.765Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45392026-07-01T21:19:28.798Z[verify-libraries] Compiling strum_macros v0.24.3
45402026-07-01T21:19:29.063Z[verify-libraries] Compiling hmac v0.13.0
45412026-07-01T21:19:29.067Z[verify-libraries] Compiling universal-hash v0.6.1
45422026-07-01T21:19:29.108Z[verify-libraries] Compiling diesel v2.3.7
45432026-07-01T21:19:29.268Z[verify-libraries] Compiling progenitor v0.13.0
45442026-07-01T21:19:29.271Z[verify-libraries] Compiling fxhash v0.2.1
45452026-07-01T21:19:29.311Z[verify-libraries] Compiling fs-err v2.11.0
45462026-07-01T21:19:29.476Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45472026-07-01T21:19:29.500Z[verify-libraries] Compiling indoc v1.0.9
45482026-07-01T21:19:29.754Z[verify-libraries] Compiling slog-stdlog v4.1.1
45492026-07-01T21:19:30.011Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45502026-07-01T21:19:30.150Z[verify-libraries] Compiling oso-derive v0.27.3
45512026-07-01T21:19:30.150Z[verify-libraries] Compiling quick-xml v0.37.5
45522026-07-01T21:19:30.313Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45532026-07-01T21:19:30.338Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45542026-07-01T21:19:30.661Z[verify-libraries] Compiling openssl-probe v0.1.6
45552026-07-01T21:19:30.923Z[verify-libraries] Compiling slog-envlogger v2.2.0
45562026-07-01T21:19:31.070Z[verify-libraries] Compiling polyval v0.7.1
45572026-07-01T21:19:31.144Z[ host-image] Jul 01 21:19:29.924 INFO O| Jul 01 21:19:29.923 INFO O| Download: 12985/23767 items 118.5/222.4MB 53% complete (2.0M/s)
45582026-07-01T21:19:31.220Z[verify-libraries] Compiling der v0.8.0
45592026-07-01T21:19:31.264Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45602026-07-01T21:19:31.348Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45612026-07-01T21:19:31.382Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45622026-07-01T21:19:31.562Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45632026-07-01T21:19:31.599Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45642026-07-01T21:19:32.007Z[ recovery-image] Jul 01 21:19:30.789 INFO O| Jul 01 21:19:30.789 INFO O| Download: 2783/16572 items 32.6/199.6MB 16% complete (2.4M/s)
45652026-07-01T21:19:32.021Z[verify-libraries] Compiling kstat-rs v0.2.4
45662026-07-01T21:19:32.389Z[verify-libraries] Compiling trait-variant v0.1.2
45672026-07-01T21:19:32.461Z[verify-libraries] Compiling salty v0.3.0
45682026-07-01T21:19:32.526Z[verify-libraries] Compiling parse-size v1.1.0
45692026-07-01T21:19:32.623Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45702026-07-01T21:19:32.651Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45712026-07-01T21:19:32.729Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45722026-07-01T21:19:32.757Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45732026-07-01T21:19:32.825Z[verify-libraries] Compiling ghash v0.6.0
45742026-07-01T21:19:32.847Z[verify-libraries] Compiling pbkdf2 v0.13.0
45752026-07-01T21:19:32.851Z[verify-libraries] Compiling aes v0.9.1
45762026-07-01T21:19:33.007Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45772026-07-01T21:19:33.033Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45782026-07-01T21:19:33.037Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45792026-07-01T21:19:33.229Z[verify-libraries] Compiling ctr v0.10.1
45802026-07-01T21:19:33.333Z[verify-libraries] Compiling bb8 v0.8.6
45812026-07-01T21:19:33.482Z[verify-libraries] Compiling aead v0.6.1
45822026-07-01T21:19:33.628Z[verify-libraries] Compiling sha2 v0.11.0
45832026-07-01T21:19:33.698Z[verify-libraries] Compiling parking_lot_core v0.8.6
45842026-07-01T21:19:33.719Z[verify-libraries] Compiling aes-gcm v0.11.0
45852026-07-01T21:19:33.967Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45862026-07-01T21:19:34.087Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45872026-07-01T21:19:34.288Z[verify-libraries] Compiling spki v0.8.0
45882026-07-01T21:19:34.565Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
45892026-07-01T21:19:34.595Z[verify-libraries] Compiling crypto-bigint v0.7.5
45902026-07-01T21:19:34.636Z[verify-libraries] Compiling mime_guess v2.0.5
45912026-07-01T21:19:34.771Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45922026-07-01T21:19:34.868Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45932026-07-01T21:19:35.037Z[verify-libraries] Compiling rfc6979 v0.4.0
45942026-07-01T21:19:35.176Z[verify-libraries] Compiling cbc v0.2.1
45952026-07-01T21:19:35.215Z[verify-libraries] Compiling salsa20 v0.11.0
45962026-07-01T21:19:35.245Z[verify-libraries] Compiling nanorand v0.7.0
45972026-07-01T21:19:35.398Z[verify-libraries] Compiling scrypt v0.12.0
45982026-07-01T21:19:35.434Z[verify-libraries] Compiling ecdsa v0.16.9
45992026-07-01T21:19:35.487Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46002026-07-01T21:19:35.641Z[verify-libraries] Compiling flume v0.11.1
46012026-07-01T21:19:35.749Z[verify-libraries] Compiling primeorder v0.13.6
46022026-07-01T21:19:35.889Z[verify-libraries] Compiling atty v0.2.14
46032026-07-01T21:19:36.008Z[verify-libraries] Compiling http-range v0.1.5
46042026-07-01T21:19:36.034Z[verify-libraries] Compiling nonempty v0.12.0
46052026-07-01T21:19:36.037Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46062026-07-01T21:19:36.079Z[verify-libraries] Compiling p384 v0.13.1
46072026-07-01T21:19:36.143Z[ host-image] Jul 01 21:19:34.926 INFO O| Jul 01 21:19:34.926 INFO O| Download: 14204/23767 items 119.8/222.4MB 53% complete (1.4M/s)
46082026-07-01T21:19:36.149Z[verify-libraries] Compiling parking_lot v0.11.2
46092026-07-01T21:19:36.241Z[verify-libraries] Compiling pkcs5 v0.8.1
46102026-07-01T21:19:36.409Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46112026-07-01T21:19:36.612Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46122026-07-01T21:19:36.719Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46132026-07-01T21:19:36.809Z[verify-libraries] Compiling prefix-trie v0.7.0
46142026-07-01T21:19:36.859Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46152026-07-01T21:19:36.881Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46162026-07-01T21:19:36.884Z[verify-libraries] Compiling pkcs8 v0.11.0
46172026-07-01T21:19:36.927Z[verify-libraries] Compiling sled v0.34.7
46182026-07-01T21:19:37.014Z[ recovery-image] Jul 01 21:19:35.796 INFO O| Jul 01 21:19:35.795 INFO O| Download: 3932/16572 items 39.6/199.6MB 19% complete (1.9M/s)
46192026-07-01T21:19:37.040Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46202026-07-01T21:19:37.201Z[verify-libraries] Compiling hickory-server v0.25.2
46212026-07-01T21:19:37.249Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46222026-07-01T21:19:37.327Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46232026-07-01T21:19:37.483Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46242026-07-01T21:19:37.523Z[verify-libraries] Compiling ignore v0.4.25
46252026-07-01T21:19:37.712Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46262026-07-01T21:19:37.846Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46272026-07-01T21:19:37.982Z[verify-libraries] Compiling corncobs v0.1.4
46282026-07-01T21:19:38.202Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46292026-07-01T21:19:38.224Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46302026-07-01T21:19:38.268Z[verify-libraries] Compiling globwalk v0.9.1
46312026-07-01T21:19:38.515Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46322026-07-01T21:19:38.561Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46332026-07-01T21:19:38.583Z[verify-libraries] Compiling predicates-tree v1.0.13
46342026-07-01T21:19:38.696Z[verify-libraries] Compiling libz-sys v1.1.24
46352026-07-01T21:19:38.870Z[verify-libraries] Compiling rand_seeder v0.4.0
46362026-07-01T21:19:38.904Z[verify-libraries] Compiling darling_core v0.23.0
46372026-07-01T21:19:38.955Z[verify-libraries] Compiling secrecy v0.8.0
46382026-07-01T21:19:39.097Z[verify-libraries] Compiling ff v0.14.0
46392026-07-01T21:19:39.155Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46402026-07-01T21:19:39.277Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46412026-07-01T21:19:39.298Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46422026-07-01T21:19:39.514Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46432026-07-01T21:19:39.626Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46442026-07-01T21:19:39.626Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46452026-07-01T21:19:39.672Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46462026-07-01T21:19:39.889Z[verify-libraries] Compiling signature v3.0.0
46472026-07-01T21:19:40.141Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46482026-07-01T21:19:40.300Z[verify-libraries] Compiling base16ct v1.0.0
46492026-07-01T21:19:40.393Z[verify-libraries] Compiling instability v0.3.11
46502026-07-01T21:19:40.529Z[verify-libraries] Compiling sec1 v0.8.1
46512026-07-01T21:19:40.553Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46522026-07-01T21:19:40.609Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46532026-07-01T21:19:40.635Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46542026-07-01T21:19:40.691Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46552026-07-01T21:19:40.797Z[verify-libraries] Compiling group v0.14.0
46562026-07-01T21:19:40.878Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46572026-07-01T21:19:40.903Z[verify-libraries] Compiling hkdf v0.13.0
46582026-07-01T21:19:40.932Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46592026-07-01T21:19:40.973Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46602026-07-01T21:19:41.042Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46612026-07-01T21:19:41.133Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46622026-07-01T21:19:41.304Z[verify-libraries] Compiling castaway v0.2.4
46632026-07-01T21:19:41.477Z[verify-libraries] Compiling indoc v2.0.7
46642026-07-01T21:19:41.496Z[verify-libraries] Compiling compact_str v0.8.1
46652026-07-01T21:19:41.634Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46662026-07-01T21:19:41.656Z[verify-libraries] Compiling darling_macro v0.23.0
46672026-07-01T21:19:41.814Z[ host-image] Jul 01 21:19:40.595 INFO O| Jul 01 21:19:40.595 INFO O| Download: 15270/23767 items 126.2/222.4MB 56% complete (712k/s)
46682026-07-01T21:19:41.933Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46692026-07-01T21:19:42.014Z[ recovery-image] Jul 01 21:19:40.796 INFO O| Jul 01 21:19:40.795 INFO O| Download: 4737/16572 items 43.5/199.6MB 21% complete (1.1M/s)
46702026-07-01T21:19:42.018Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46712026-07-01T21:19:42.199Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46722026-07-01T21:19:42.226Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46732026-07-01T21:19:42.249Z[verify-libraries] Compiling darling v0.23.0
46742026-07-01T21:19:42.377Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46752026-07-01T21:19:42.584Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46762026-07-01T21:19:42.853Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46772026-07-01T21:19:42.941Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46782026-07-01T21:19:43.050Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46792026-07-01T21:19:43.107Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46802026-07-01T21:19:43.275Z[verify-libraries] Compiling unicode-truncate v1.1.0
46812026-07-01T21:19:43.355Z[verify-libraries] Compiling lru v0.12.5
46822026-07-01T21:19:43.480Z[verify-libraries] Compiling cassowary v0.3.0
46832026-07-01T21:19:43.582Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46842026-07-01T21:19:43.677Z[verify-libraries] Compiling rfc6979 v0.5.0
46852026-07-01T21:19:43.874Z[verify-libraries] Compiling ratatui v0.29.0
46862026-07-01T21:19:43.917Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46872026-07-01T21:19:43.972Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46882026-07-01T21:19:44.006Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46892026-07-01T21:19:44.034Z[verify-libraries] Compiling vergen-git2 v9.1.0
46902026-07-01T21:19:44.194Z[verify-libraries] Compiling strsim v0.10.0
46912026-07-01T21:19:44.217Z[verify-libraries] Compiling is_ci v1.2.0
46922026-07-01T21:19:44.277Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
46932026-07-01T21:19:44.334Z[verify-libraries] Compiling supports-color v3.0.2
46942026-07-01T21:19:44.356Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
46952026-07-01T21:19:44.393Z[verify-libraries] Compiling darling_core v0.13.4
46962026-07-01T21:19:44.553Z[verify-libraries] Compiling primefield v0.14.0
46972026-07-01T21:19:44.588Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46982026-07-01T21:19:44.722Z[verify-libraries] Compiling tungstenite v0.23.0
46992026-07-01T21:19:44.782Z[verify-libraries] Compiling console v0.16.2
47002026-07-01T21:19:44.822Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47012026-07-01T21:19:45.196Z[verify-libraries] Compiling assert_matches v1.5.0
47022026-07-01T21:19:45.275Z[verify-libraries] Compiling void v1.0.2
47032026-07-01T21:19:45.345Z[verify-libraries] Compiling unit-prefix v0.5.2
47042026-07-01T21:19:45.370Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47052026-07-01T21:19:45.470Z[verify-libraries] Compiling lzss v0.8.2
47062026-07-01T21:19:45.541Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47072026-07-01T21:19:45.606Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47082026-07-01T21:19:45.738Z[verify-libraries] Compiling indicatif v0.18.4
47092026-07-01T21:19:45.759Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47102026-07-01T21:19:45.759Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47112026-07-01T21:19:45.870Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47122026-07-01T21:19:46.073Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47132026-07-01T21:19:46.174Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47142026-07-01T21:19:46.179Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47152026-07-01T21:19:46.369Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47162026-07-01T21:19:46.427Z[verify-libraries] Compiling nix v0.27.1
47172026-07-01T21:19:46.468Z[verify-libraries] Compiling darling_macro v0.13.4
47182026-07-01T21:19:46.636Z[verify-libraries] Compiling colored v2.2.0
47192026-07-01T21:19:46.676Z[verify-libraries] Compiling serde_bytes v0.11.19
47202026-07-01T21:19:46.679Z[verify-libraries] Compiling shell-words v1.1.1
47212026-07-01T21:19:46.811Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47222026-07-01T21:19:46.945Z[verify-libraries] Compiling ed25519 v3.0.0
47232026-07-01T21:19:47.052Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47242026-07-01T21:19:47.073Z[verify-libraries] Compiling darling v0.13.4
47252026-07-01T21:19:47.125Z[ recovery-image] Jul 01 21:19:45.907 INFO O| Jul 01 21:19:45.907 INFO O| Download: 5996/16572 items 45.2/199.6MB 22% complete (562k/s)
47262026-07-01T21:19:47.129Z[ host-image] Jul 01 21:19:45.911 INFO O| Jul 01 21:19:45.911 INFO O| Download: 16319/23767 items 135.3/222.4MB 60% complete (1.5M/s)
47272026-07-01T21:19:47.164Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47282026-07-01T21:19:47.202Z[verify-libraries] Compiling crypto-primes v0.7.2
47292026-07-01T21:19:47.249Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47302026-07-01T21:19:47.485Z[verify-libraries] Compiling poly1305 v0.9.0
47312026-07-01T21:19:47.704Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47322026-07-01T21:19:47.959Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47332026-07-01T21:19:48.108Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47342026-07-01T21:19:48.221Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47352026-07-01T21:19:48.292Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47362026-07-01T21:19:48.314Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47372026-07-01T21:19:48.367Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47382026-07-01T21:19:48.500Z[verify-libraries] Compiling blowfish v0.10.0
47392026-07-01T21:19:48.564Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47402026-07-01T21:19:48.592Z[verify-libraries] Compiling petname v2.0.2
47412026-07-01T21:19:48.654Z[verify-libraries] Compiling keccak v0.2.0
47422026-07-01T21:19:48.801Z[verify-libraries] Compiling fiat-crypto v0.3.0
47432026-07-01T21:19:48.850Z[verify-libraries] Compiling sha3 v0.11.0
47442026-07-01T21:19:48.867Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47452026-07-01T21:19:49.278Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47462026-07-01T21:19:49.496Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47472026-07-01T21:19:49.519Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47482026-07-01T21:19:49.572Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47492026-07-01T21:19:50.023Z[verify-libraries] Compiling serde_with_macros v1.5.2
47502026-07-01T21:19:50.216Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47512026-07-01T21:19:50.331Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47522026-07-01T21:19:50.419Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47532026-07-01T21:19:50.456Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47542026-07-01T21:19:50.806Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47552026-07-01T21:19:50.999Z[verify-libraries] Compiling twox-hash v2.1.2
47562026-07-01T21:19:51.067Z[verify-libraries] Compiling kem v0.3.0
47572026-07-01T21:19:51.095Z[verify-libraries] Compiling module-lattice v0.2.3
47582026-07-01T21:19:51.221Z[verify-libraries] Compiling blake3 v1.8.5
47592026-07-01T21:19:51.384Z[verify-libraries] Compiling rtoolbox v0.0.3
47602026-07-01T21:19:51.456Z[verify-libraries] Compiling ml-kem v0.3.2
47612026-07-01T21:19:51.560Z[verify-libraries] Compiling rpassword v7.4.0
47622026-07-01T21:19:51.582Z[verify-libraries] Compiling serde_with v1.14.0
47632026-07-01T21:19:51.780Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47642026-07-01T21:19:52.048Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47652026-07-01T21:19:52.129Z[ recovery-image] Jul 01 21:19:50.907 INFO O| Jul 01 21:19:50.907 INFO O| Download: 6167/16572 items 48.6/199.6MB 24% complete (652k/s)
47662026-07-01T21:19:52.143Z[ host-image] Jul 01 21:19:50.925 INFO O| Jul 01 21:19:50.925 INFO O| Download: 17659/23767 items 147.7/222.4MB 66% complete (2.2M/s)
47672026-07-01T21:19:52.216Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47682026-07-01T21:19:52.291Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47692026-07-01T21:19:52.485Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47702026-07-01T21:19:52.707Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47712026-07-01T21:19:52.729Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47722026-07-01T21:19:52.830Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47732026-07-01T21:19:53.434Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47742026-07-01T21:19:53.604Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47752026-07-01T21:19:53.647Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47762026-07-01T21:19:53.827Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47772026-07-01T21:19:53.866Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47782026-07-01T21:19:53.918Z[verify-libraries] Compiling fatfs v0.3.6
47792026-07-01T21:19:54.035Z[verify-libraries] Compiling num-bigint v0.4.6
47802026-07-01T21:19:54.076Z[verify-libraries] Compiling generic-array v1.4.3
47812026-07-01T21:19:54.098Z[verify-libraries] Compiling russh-util v0.52.0
47822026-07-01T21:19:54.165Z[verify-libraries] Compiling enum_dispatch v0.3.13
47832026-07-01T21:19:54.214Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47842026-07-01T21:19:54.237Z[verify-libraries] Compiling delegate v0.13.5
47852026-07-01T21:19:54.280Z[verify-libraries] Compiling sapling-renderdag v0.1.0
47862026-07-01T21:19:54.350Z[verify-libraries] Compiling p384 v0.14.0-rc.10
47872026-07-01T21:19:54.579Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47882026-07-01T21:19:54.657Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47892026-07-01T21:19:54.681Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47902026-07-01T21:19:54.813Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47912026-07-01T21:19:55.223Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47922026-07-01T21:19:55.360Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47932026-07-01T21:19:56.226Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47942026-07-01T21:19:56.324Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47952026-07-01T21:19:57.104Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47962026-07-01T21:19:57.156Z[ host-image] Jul 01 21:19:55.938 INFO O| Jul 01 21:19:55.938 INFO O| Download: 18776/23767 items 172.3/222.4MB 77% complete (3.7M/s)
47972026-07-01T21:19:57.573Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47982026-07-01T21:19:57.630Z[ recovery-image] Jul 01 21:19:56.412 INFO O| Jul 01 21:19:56.412 INFO O| Download: 6527/16572 items 59.3/199.6MB 29% complete (1.4M/s)
47992026-07-01T21:19:57.748Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48002026-07-01T21:19:58.133Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48012026-07-01T21:19:58.442Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48022026-07-01T21:19:58.595Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48032026-07-01T21:19:59.104Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48042026-07-01T21:19:59.369Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48052026-07-01T21:19:59.703Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48062026-07-01T21:20:00.264Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48072026-07-01T21:20:00.732Z[verify-libraries] Compiling hex-literal v1.1.0
48082026-07-01T21:20:00.825Z[verify-libraries] Compiling md5 v0.8.0
48092026-07-01T21:20:00.890Z[verify-libraries] Compiling arrayref v0.3.9
48102026-07-01T21:20:01.004Z[verify-libraries] Compiling sync-ptr v0.1.4
48112026-07-01T21:20:01.141Z[verify-libraries] Compiling seq-macro v0.3.6
48122026-07-01T21:20:01.166Z[verify-libraries] Compiling arrayvec v0.7.6
48132026-07-01T21:20:01.345Z[verify-libraries] Compiling constant_time_eq v0.4.2
48142026-07-01T21:20:01.405Z[verify-libraries] Compiling russh v0.61.2
48152026-07-01T21:20:01.426Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48162026-07-01T21:20:01.747Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48172026-07-01T21:20:02.010Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48182026-07-01T21:20:02.032Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48192026-07-01T21:20:02.161Z[ host-image] Jul 01 21:20:00.943 INFO O| Jul 01 21:20:00.943 INFO O| Download: 20629/23767 items 180.2/222.4MB 81% complete (3.2M/s)
48202026-07-01T21:20:02.244Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48212026-07-01T21:20:02.267Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48222026-07-01T21:20:02.671Z[ recovery-image] Jul 01 21:20:01.453 INFO O| Jul 01 21:20:01.453 INFO O| Download: 7228/16572 items 73.6/199.6MB 36% complete (1.9M/s)
48232026-07-01T21:20:02.680Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48242026-07-01T21:20:02.765Z[verify-libraries] Compiling socket2 v0.5.10
48252026-07-01T21:20:02.957Z[verify-libraries] Compiling internet-checksum v0.2.1
48262026-07-01T21:20:03.142Z[verify-libraries] Compiling topological-sort v0.2.2
48272026-07-01T21:20:03.340Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48282026-07-01T21:20:03.839Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48292026-07-01T21:20:05.578Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48302026-07-01T21:20:06.985Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48312026-07-01T21:20:07.161Z[ host-image] Jul 01 21:20:05.943 INFO O| Jul 01 21:20:05.943 INFO O| Download: 21156/23767 items 181.9/222.4MB 81% complete (1003k/s)
48322026-07-01T21:20:07.661Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48332026-07-01T21:20:07.677Z[ recovery-image] Jul 01 21:20:06.459 INFO O| Jul 01 21:20:06.459 INFO O| Download: 8166/16572 items 82.9/199.6MB 41% complete (2.4M/s)
48342026-07-01T21:20:07.732Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48352026-07-01T21:20:07.890Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48362026-07-01T21:20:08.175Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48372026-07-01T21:20:08.226Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48382026-07-01T21:20:08.449Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48392026-07-01T21:20:08.502Z[verify-libraries] Compiling yansi v1.0.1
48402026-07-01T21:20:08.883Z[verify-libraries] Compiling pretty_assertions v1.4.1
48412026-07-01T21:20:09.036Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48422026-07-01T21:20:09.130Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48432026-07-01T21:20:09.186Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48442026-07-01T21:20:09.270Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48452026-07-01T21:20:09.542Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48462026-07-01T21:20:09.811Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48472026-07-01T21:20:09.984Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48482026-07-01T21:20:10.083Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48492026-07-01T21:20:10.274Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48502026-07-01T21:20:10.387Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48512026-07-01T21:20:10.521Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48522026-07-01T21:20:10.588Z[verify-libraries] Compiling drift v0.2.0
48532026-07-01T21:20:10.655Z[verify-libraries] Compiling uzers v0.12.2
48542026-07-01T21:20:10.833Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48552026-07-01T21:20:10.920Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48562026-07-01T21:20:11.115Z[verify-libraries] Compiling samael v0.0.19
48572026-07-01T21:20:11.255Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48582026-07-01T21:20:11.867Z[verify-libraries] Compiling git2 v0.20.4
48592026-07-01T21:20:11.899Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48602026-07-01T21:20:12.182Z[ host-image] Jul 01 21:20:10.960 INFO O| Jul 01 21:20:10.960 INFO O| Download: 21871/23767 items 189.9/222.4MB 85% complete (1.1M/s)
48612026-07-01T21:20:12.678Z[ recovery-image] Jul 01 21:20:11.460 INFO O| Jul 01 21:20:11.460 INFO O| Download: 8868/16572 items 89.6/199.6MB 44% complete (1.6M/s)
48622026-07-01T21:20:15.553Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48632026-07-01T21:20:15.741Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48642026-07-01T21:20:15.791Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48652026-07-01T21:20:15.849Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48662026-07-01T21:20:16.209Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48672026-07-01T21:20:17.021Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48682026-07-01T21:20:17.174Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48692026-07-01T21:20:17.328Z[ host-image] Jul 01 21:20:16.110 INFO O| Jul 01 21:20:16.110 INFO O| Download: 22654/23767 items 201.0/222.4MB 90% complete (1.9M/s)
48702026-07-01T21:20:17.654Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48712026-07-01T21:20:17.709Z[ recovery-image] Jul 01 21:20:16.491 INFO O| Jul 01 21:20:16.491 INFO O| Download: 9381/16572 items 102.2/199.6MB 51% complete (1.9M/s)
48722026-07-01T21:20:17.879Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48732026-07-01T21:20:18.108Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48742026-07-01T21:20:18.148Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48752026-07-01T21:20:18.652Z[verify-libraries] Compiling multimap v0.10.1
48762026-07-01T21:20:18.682Z[verify-libraries] Compiling termios v0.3.3
48772026-07-01T21:20:18.921Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48782026-07-01T21:20:19.822Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48792026-07-01T21:20:22.360Z[ host-image] Jul 01 21:20:21.142 INFO O| Jul 01 21:20:21.141 INFO O| Download: 22967/23767 items 215.7/222.4MB 96% complete (2.6M/s)
48802026-07-01T21:20:22.709Z[ recovery-image] Jul 01 21:20:21.491 INFO O| Jul 01 21:20:21.491 INFO O| Download: 11018/16572 items 103.7/199.6MB 51% complete (1.4M/s)
48812026-07-01T21:20:25.434Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48822026-07-01T21:20:26.710Z[ host-image] Jul 01 21:20:25.491 INFO O| Jul 01 21:20:25.491 INFO O| Download: Completed 222.36 MB in 107.27 seconds (2.1M/s)
48832026-07-01T21:20:27.712Z[ recovery-image] Jul 01 21:20:26.492 INFO O| Jul 01 21:20:26.492 INFO O| Download: 11693/16572 items 113.0/199.6MB 56% complete (1.0M/s)
48842026-07-01T21:20:28.580Z[verify-libraries] Compiling polar-core v0.27.3
48852026-07-01T21:20:29.409Z[ host-image] Jul 01 21:20:28.188 INFO O| Jul 01 21:20:28.188 INFO O| Actions: 1/53970 actions (Installing new actions)
48862026-07-01T21:20:32.799Z[ recovery-image] Jul 01 21:20:31.581 INFO O| Jul 01 21:20:31.581 INFO O| Download: 12742/16572 items 151.6/199.6MB 75% complete (4.8M/s)
48872026-07-01T21:20:34.407Z[ host-image] Jul 01 21:20:33.189 INFO O| Jul 01 21:20:33.189 INFO O| Actions: 25436/53970 actions (Installing new actions)
48882026-07-01T21:20:34.693Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
48892026-07-01T21:20:35.122Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48902026-07-01T21:20:35.158Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48912026-07-01T21:20:36.650Z[verify-libraries] Compiling oso v0.27.3
48922026-07-01T21:20:37.253Z[ host-image] Jul 01 21:20:36.035 INFO O| Jul 01 21:20:36.035 INFO O| Actions: Completed 53970 actions in 7.84 seconds.
48932026-07-01T21:20:37.323Z[ host-image] Jul 01 21:20:36.105 INFO O| Jul 01 21:20:36.105 INFO O| Finalize: Updating package state database ... Done
48942026-07-01T21:20:37.323Z[ host-image] Jul 01 21:20:36.105 INFO O| Jul 01 21:20:36.105 INFO O| Finalize: Updating package cache ... Done
48952026-07-01T21:20:37.369Z[ host-image] Jul 01 21:20:36.151 INFO O| Jul 01 21:20:36.151 INFO O| Finalize: Updating image state ... Done
48962026-07-01T21:20:37.880Z[ recovery-image] Jul 01 21:20:36.662 INFO O| Jul 01 21:20:36.662 INFO O| Download: 14578/16572 items 159.5/199.6MB 79% complete (4.9M/s)
48972026-07-01T21:20:38.340Z[ host-image] Jul 01 21:20:37.122 INFO O| Jul 01 21:20:37.122 INFO O| Finalize: Creating fast lookup database ... Done
48982026-07-01T21:20:38.372Z[ host-image] Jul 01 21:20:37.154 INFO O| Jul 01 21:20:37.154 INFO O| Finalize: Reading search index ... Done
48992026-07-01T21:20:41.130Z[ host-image] Jul 01 21:20:39.912 INFO O| Jul 01 21:20:39.912 INFO O| Finalize: Building new search index ... Done
49002026-07-01T21:20:41.583Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49012026-07-01T21:20:41.814Z[ host-image] Jul 01 21:20:40.596 INFO O| Jul 01 21:20:40.596 INFO O| Finalize: Updating package cache ... Done
49022026-07-01T21:20:42.021Z[ host-image] Jul 01 21:20:40.803 INFO O| Jul 01 21:20:40.802 INFO STEP 11 (pkg_install) COMPLETE
49032026-07-01T21:20:42.021Z[ host-image] Jul 01 21:20:40.803 INFO O| Jul 01 21:20:40.803 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49042026-07-01T21:20:42.032Z[ host-image] Jul 01 21:20:40.814 INFO O| Jul 01 21:20:40.814 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"]
49052026-07-01T21:20:42.882Z[ recovery-image] Jul 01 21:20:41.664 INFO O| Jul 01 21:20:41.664 INFO O| Download: 15497/16572 items 168.6/199.6MB 84% complete (1.7M/s)
49062026-07-01T21:20:46.956Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49072026-07-01T21:20:47.005Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49082026-07-01T21:20:47.786Z[ host-image] Jul 01 21:20:46.565 INFO O| Jul 01 21:20:46.565 INFO O| Startup: Refreshing catalog 'helios' ... Done
49092026-07-01T21:20:47.909Z[ recovery-image] Jul 01 21:20:46.690 INFO O| Jul 01 21:20:46.690 INFO O| Download: 16409/16572 items 197.5/199.6MB 98% complete (3.8M/s)
49102026-07-01T21:20:48.408Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49112026-07-01T21:20:48.733Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49122026-07-01T21:20:48.853Z[ recovery-image] Jul 01 21:20:47.635 INFO O| Jul 01 21:20:47.634 INFO O| Download: Completed 199.55 MB in 92.11 seconds (2.2M/s)
49132026-07-01T21:20:49.173Z[ host-image] Jul 01 21:20:47.954 INFO O| Jul 01 21:20:47.954 INFO O| Startup: Caching catalogs ... Done
49142026-07-01T21:20:49.354Z[ recovery-image] Jul 01 21:20:48.136 INFO O| Jul 01 21:20:48.136 INFO O| Actions: 1/27411 actions (Installing new actions)
49152026-07-01T21:20:49.402Z[ host-image] Jul 01 21:20:48.184 INFO O| Jul 01 21:20:48.184 INFO O| Planning: Solver setup ... Done
49162026-07-01T21:20:49.407Z[ host-image] Jul 01 21:20:48.189 INFO O| Jul 01 21:20:48.189 INFO O| Planning: Running solver ... Done
49172026-07-01T21:20:49.415Z[ host-image] Jul 01 21:20:48.197 INFO O| Jul 01 21:20:48.195 INFO O| Planning: Finding local manifests ... Done
49182026-07-01T21:20:49.439Z[ host-image] Jul 01 21:20:48.221 INFO O| Jul 01 21:20:48.221 INFO O| Planning: Fetching manifests: 0/6 0% complete
49192026-07-01T21:20:49.520Z[ host-image] Jul 01 21:20:48.301 INFO O| Jul 01 21:20:48.301 INFO O| Planning: Fetching manifests: 6/6 100% complete
49202026-07-01T21:20:49.542Z[ host-image] Jul 01 21:20:48.323 INFO O| Jul 01 21:20:48.323 INFO O| Planning: Package planning ... Done
49212026-07-01T21:20:49.545Z[ host-image] Jul 01 21:20:48.325 INFO O| Jul 01 21:20:48.325 INFO O| Planning: Merging actions ... Done
49222026-07-01T21:20:49.648Z[ host-image] Jul 01 21:20:48.430 INFO O| Jul 01 21:20:48.430 INFO O| Planning: Checking for conflicting actions ... Done
49232026-07-01T21:20:49.651Z[ host-image] Jul 01 21:20:48.432 INFO O| Jul 01 21:20:48.431 INFO O| Planning: Consolidating action changes ... Done
49242026-07-01T21:20:49.668Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49252026-07-01T21:20:49.790Z[ host-image] Jul 01 21:20:48.571 INFO O| Jul 01 21:20:48.571 INFO O| Planning: Evaluating mediators ... Done
49262026-07-01T21:20:49.793Z[ host-image] Jul 01 21:20:48.572 INFO O| Jul 01 21:20:48.572 INFO O| Planning: Planning completed in 0.61 seconds
49272026-07-01T21:20:49.793Z[ host-image] Jul 01 21:20:48.573 INFO O| Jul 01 21:20:48.573 INFO O| Packages to install: 6
49282026-07-01T21:20:49.793Z[ host-image] Jul 01 21:20:48.573 INFO O| Jul 01 21:20:48.573 INFO O| Services to change: 2
49292026-07-01T21:20:49.803Z[ host-image] Jul 01 21:20:48.584 INFO O| Jul 01 21:20:48.584 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49302026-07-01T21:20:51.606Z[ host-image] Jul 01 21:20:50.388 INFO O| Jul 01 21:20:50.388 INFO O| Download: Completed 1.75 MB in 1.80 seconds (990k/s)
49312026-07-01T21:20:51.628Z[ host-image] Jul 01 21:20:50.410 INFO O| Jul 01 21:20:50.410 INFO O| Actions: 1/390 actions (Installing new actions)
49322026-07-01T21:20:51.768Z[ host-image] Jul 01 21:20:50.550 INFO O| Jul 01 21:20:50.550 INFO O| Actions: Completed 390 actions in 0.14 seconds.
49332026-07-01T21:20:51.781Z[ host-image] Jul 01 21:20:50.563 INFO O| Jul 01 21:20:50.563 INFO O| Finalize: Updating package state database ... Done
49342026-07-01T21:20:51.781Z[ host-image] Jul 01 21:20:50.563 INFO O| Jul 01 21:20:50.563 INFO O| Finalize: Updating package cache ... Done
49352026-07-01T21:20:51.815Z[ host-image] Jul 01 21:20:50.596 INFO O| Jul 01 21:20:50.596 INFO O| Finalize: Updating image state ... Done
49362026-07-01T21:20:52.801Z[ host-image] Jul 01 21:20:51.583 INFO O| Jul 01 21:20:51.583 INFO O| Finalize: Creating fast lookup database ... Done
49372026-07-01T21:20:52.837Z[ host-image] Jul 01 21:20:51.613 INFO O| Jul 01 21:20:51.613 INFO O| Finalize: Reading search index ... Done
49382026-07-01T21:20:52.837Z[ host-image] Jul 01 21:20:51.613 INFO O| Jul 01 21:20:51.613 INFO O| Finalize: Updating search index ... Done
49392026-07-01T21:20:52.847Z[ host-image] Jul 01 21:20:51.629 INFO O| Jul 01 21:20:51.629 INFO O| Finalize: Updating package cache ... Done
49402026-07-01T21:20:53.032Z[ host-image] Jul 01 21:20:51.814 INFO O| Jul 01 21:20:51.814 INFO STEP 12 (pkg_install) COMPLETE
49412026-07-01T21:20:53.032Z[ host-image] Jul 01 21:20:51.814 INFO O| Jul 01 21:20:51.814 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49422026-07-01T21:20:53.044Z[ host-image] Jul 01 21:20:51.826 INFO O| Jul 01 21:20:51.826 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49432026-07-01T21:20:54.363Z[ recovery-image] Jul 01 21:20:53.140 INFO O| Jul 01 21:20:53.140 INFO O| Actions: 21408/27411 actions (Installing new actions)
49442026-07-01T21:20:54.742Z[ host-image] Jul 01 21:20:53.521 INFO O| Jul 01 21:20:53.521 INFO O| Startup: Refreshing catalog 'helios' ... Done
49452026-07-01T21:20:55.374Z[ host-image] Jul 01 21:20:54.155 INFO O| Jul 01 21:20:54.150 INFO O| Startup: Caching catalogs ... Done
49462026-07-01T21:20:55.548Z[ recovery-image] Jul 01 21:20:54.329 INFO O| Jul 01 21:20:54.329 INFO O| Actions: Completed 27411 actions in 6.19 seconds.
49472026-07-01T21:20:55.571Z[ host-image] Jul 01 21:20:54.352 INFO O| Jul 01 21:20:54.352 INFO O| Planning: Solver setup ... Done
49482026-07-01T21:20:55.576Z[ host-image] Jul 01 21:20:54.358 INFO O| Jul 01 21:20:54.358 INFO O| Planning: Running solver ... Done
49492026-07-01T21:20:55.582Z[ host-image] Jul 01 21:20:54.364 INFO O| Jul 01 21:20:54.364 INFO O| Planning: Finding local manifests ... Done
49502026-07-01T21:20:55.614Z[ recovery-image] Jul 01 21:20:54.395 INFO O| Jul 01 21:20:54.395 INFO O| Finalize: Updating package state database ... Done
49512026-07-01T21:20:55.614Z[ recovery-image] Jul 01 21:20:54.396 INFO O| Jul 01 21:20:54.395 INFO O| Finalize: Updating package cache ... Done
49522026-07-01T21:20:55.664Z[ recovery-image] Jul 01 21:20:54.445 INFO O| Jul 01 21:20:54.445 INFO O| Finalize: Updating image state ... Done
49532026-07-01T21:20:55.672Z[ host-image] Jul 01 21:20:54.451 INFO O| Jul 01 21:20:54.451 INFO O| Planning: Fetching manifests: 0/6 0% complete
49542026-07-01T21:20:55.837Z[ host-image] Jul 01 21:20:54.612 INFO O| Jul 01 21:20:54.612 INFO O| Planning: Fetching manifests: 6/6 100% complete
49552026-07-01T21:20:55.925Z[ host-image] Jul 01 21:20:54.706 INFO O| Jul 01 21:20:54.706 INFO O| Planning: Package planning ... Done
49562026-07-01T21:20:55.933Z[ host-image] Jul 01 21:20:54.715 INFO O| Jul 01 21:20:54.715 INFO O| Planning: Merging actions ... Done
49572026-07-01T21:20:55.990Z[ host-image] Jul 01 21:20:54.771 INFO O| Jul 01 21:20:54.771 INFO O| Planning: Checking for conflicting actions ... Done
49582026-07-01T21:20:55.994Z[ host-image] Jul 01 21:20:54.775 INFO O| Jul 01 21:20:54.775 INFO O| Planning: Consolidating action changes ... Done
49592026-07-01T21:20:56.161Z[ host-image] Jul 01 21:20:54.941 INFO O| Jul 01 21:20:54.941 INFO O| Planning: Evaluating mediators ... Done
49602026-07-01T21:20:56.164Z[ host-image] Jul 01 21:20:54.944 INFO O| Jul 01 21:20:54.944 INFO O| Planning: Planning completed in 0.78 seconds
49612026-07-01T21:20:56.164Z[ host-image] Jul 01 21:20:54.944 INFO O| Jul 01 21:20:54.944 INFO O| Packages to install: 6
49622026-07-01T21:20:56.164Z[ host-image] Jul 01 21:20:54.944 INFO O| Jul 01 21:20:54.944 INFO O| Mediators to change: 1
49632026-07-01T21:20:56.164Z[ host-image] Jul 01 21:20:54.945 INFO O| Jul 01 21:20:54.944 INFO O| Services to change: 1
49642026-07-01T21:20:56.175Z[ host-image] Jul 01 21:20:54.957 INFO O| Jul 01 21:20:54.957 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49652026-07-01T21:20:56.497Z[ recovery-image] Jul 01 21:20:55.279 INFO O| Jul 01 21:20:55.248 INFO O| Finalize: Creating fast lookup database ... Done
49662026-07-01T21:20:56.497Z[ recovery-image] Jul 01 21:20:55.279 INFO O| Jul 01 21:20:55.266 INFO O| Finalize: Reading search index ... Done
49672026-07-01T21:20:58.237Z[ recovery-image] Jul 01 21:20:57.019 INFO O| Jul 01 21:20:57.019 INFO O| Finalize: Building new search index ... Done
49682026-07-01T21:20:58.555Z[ recovery-image] Jul 01 21:20:57.337 INFO O| Jul 01 21:20:57.336 INFO O| Finalize: Updating package cache ... Done
49692026-07-01T21:20:58.750Z[ recovery-image] Jul 01 21:20:57.532 INFO O| Jul 01 21:20:57.531 INFO STEP 11 (pkg_install) COMPLETE
49702026-07-01T21:20:58.750Z[ recovery-image] Jul 01 21:20:57.532 INFO O| Jul 01 21:20:57.532 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49712026-07-01T21:20:58.750Z[ recovery-image] Jul 01 21:20:57.532 INFO O| Jul 01 21:20:57.532 INFO skip step because feature "recovery" is enabled
49722026-07-01T21:20:58.753Z[ recovery-image] Jul 01 21:20:57.532 INFO O| Jul 01 21:20:57.532 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49732026-07-01T21:20:58.753Z[ recovery-image] Jul 01 21:20:57.532 INFO O| Jul 01 21:20:57.532 INFO skip step because feature "omicron1" is not enabled
49742026-07-01T21:20:58.754Z[ recovery-image] Jul 01 21:20:57.532 INFO O| Jul 01 21:20:57.532 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49752026-07-01T21:20:58.759Z[ recovery-image] Jul 01 21:20:57.541 INFO O| Jul 01 21:20:57.541 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49762026-07-01T21:21:00.136Z[ host-image] Jul 01 21:20:58.918 INFO O| Jul 01 21:20:58.918 INFO O| Download: Completed 7.84 MB in 3.96 seconds (2.0M/s)
49772026-07-01T21:21:01.330Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49782026-07-01T21:21:02.525Z[ host-image] Jul 01 21:21:01.306 INFO O| Jul 01 21:21:01.306 INFO O| Actions: 1/1366 actions (Installing new actions)
49792026-07-01T21:21:02.748Z[ host-image] Jul 01 21:21:01.530 INFO O| Jul 01 21:21:01.530 INFO O| Actions: Completed 1366 actions in 0.22 seconds.
49802026-07-01T21:21:02.761Z[ host-image] Jul 01 21:21:01.542 INFO O| Jul 01 21:21:01.542 INFO O| Finalize: Updating package state database ... Done
49812026-07-01T21:21:02.764Z[ host-image] Jul 01 21:21:01.542 INFO O| Jul 01 21:21:01.542 INFO O| Finalize: Updating package cache ... Done
49822026-07-01T21:21:02.793Z[ host-image] Jul 01 21:21:01.575 INFO O| Jul 01 21:21:01.575 INFO O| Finalize: Updating image state ... Done
49832026-07-01T21:21:02.962Z[ recovery-image] Jul 01 21:21:01.744 INFO O| Jul 01 21:21:01.744 INFO O| Startup: Refreshing catalog 'helios' ... Done
49842026-07-01T21:21:03.082Z[ recovery-image] Jul 01 21:21:01.864 INFO O| Jul 01 21:21:01.863 INFO O| Startup: Caching catalogs ... Done
49852026-07-01T21:21:03.259Z[ recovery-image] Jul 01 21:21:02.041 INFO O| Jul 01 21:21:02.041 INFO O| Planning: Solver setup ... Done
49862026-07-01T21:21:03.263Z[ recovery-image] Jul 01 21:21:02.045 INFO O| Jul 01 21:21:02.045 INFO O| Planning: Running solver ... Done
49872026-07-01T21:21:03.267Z[ recovery-image] Jul 01 21:21:02.049 INFO O| Jul 01 21:21:02.049 INFO O| Planning: Finding local manifests ... Done
49882026-07-01T21:21:03.280Z[ recovery-image] Jul 01 21:21:02.062 INFO O| Jul 01 21:21:02.062 INFO O| Planning: Fetching manifests: 0/1 0% complete
49892026-07-01T21:21:03.284Z[ recovery-image] Jul 01 21:21:02.066 INFO O| Jul 01 21:21:02.066 INFO O| Planning: Fetching manifests: 1/1 100% complete
49902026-07-01T21:21:03.299Z[ recovery-image] Jul 01 21:21:02.081 INFO O| Jul 01 21:21:02.081 INFO O| Planning: Package planning ... Done
49912026-07-01T21:21:03.302Z[ recovery-image] Jul 01 21:21:02.082 INFO O| Jul 01 21:21:02.082 INFO O| Planning: Merging actions ... Done
49922026-07-01T21:21:03.361Z[ recovery-image] Jul 01 21:21:02.143 INFO O| Jul 01 21:21:02.143 INFO O| Planning: Checking for conflicting actions ... Done
49932026-07-01T21:21:03.364Z[ recovery-image] Jul 01 21:21:02.143 INFO O| Jul 01 21:21:02.143 INFO O| Planning: Consolidating action changes ... Done
49942026-07-01T21:21:03.459Z[ recovery-image] Jul 01 21:21:02.241 INFO O| Jul 01 21:21:02.241 INFO O| Planning: Evaluating mediators ... Done
49952026-07-01T21:21:03.464Z[ recovery-image] Jul 01 21:21:02.241 INFO O| Jul 01 21:21:02.241 INFO O| Planning: Planning completed in 0.37 seconds
49962026-07-01T21:21:03.464Z[ recovery-image] Jul 01 21:21:02.241 INFO O| Jul 01 21:21:02.241 INFO O| Packages to install: 1
49972026-07-01T21:21:03.474Z[ recovery-image] Jul 01 21:21:02.256 INFO O| Jul 01 21:21:02.255 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
49982026-07-01T21:21:03.576Z[ recovery-image] Jul 01 21:21:02.358 INFO O| Jul 01 21:21:02.358 INFO O| Download: Completed 13.06 MB in 0.10 seconds (126M/s)
49992026-07-01T21:21:03.621Z[ host-image] Jul 01 21:21:02.400 INFO O| Jul 01 21:21:02.400 INFO O| Finalize: Creating fast lookup database ... Done
50002026-07-01T21:21:03.644Z[ host-image] Jul 01 21:21:02.426 INFO O| Jul 01 21:21:02.426 INFO O| Finalize: Reading search index ... Done
50012026-07-01T21:21:03.644Z[ host-image] Jul 01 21:21:02.426 INFO O| Jul 01 21:21:02.426 INFO O| Finalize: Updating search index ... Done
50022026-07-01T21:21:03.674Z[ host-image] Jul 01 21:21:02.456 INFO O| Jul 01 21:21:02.455 INFO O| Finalize: Updating package cache ... Done
50032026-07-01T21:21:03.807Z[ host-image] Jul 01 21:21:02.589 INFO O| Jul 01 21:21:02.589 INFO STEP 13 (pkg_install) COMPLETE
50042026-07-01T21:21:03.807Z[ host-image] Jul 01 21:21:02.589 INFO O| Jul 01 21:21:02.589 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50052026-07-01T21:21:03.815Z[ recovery-image] Jul 01 21:21:02.597 INFO O| Jul 01 21:21:02.597 INFO O| Actions: 1/22 actions (Installing new actions)
50062026-07-01T21:21:03.818Z[ host-image] Jul 01 21:21:02.598 INFO O| Jul 01 21:21:02.598 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
50072026-07-01T21:21:04.029Z[ recovery-image] Jul 01 21:21:02.811 INFO O| Jul 01 21:21:02.811 INFO O| Actions: Completed 22 actions in 0.21 seconds.
50082026-07-01T21:21:04.042Z[ recovery-image] Jul 01 21:21:02.824 INFO O| Jul 01 21:21:02.824 INFO O| Finalize: Updating package state database ... Done
50092026-07-01T21:21:04.042Z[ recovery-image] Jul 01 21:21:02.824 INFO O| Jul 01 21:21:02.824 INFO O| Finalize: Updating package cache ... Done
50102026-07-01T21:21:04.073Z[ recovery-image] Jul 01 21:21:02.855 INFO O| Jul 01 21:21:02.855 INFO O| Finalize: Updating image state ... Done
50112026-07-01T21:21:04.513Z[ host-image] Jul 01 21:21:03.294 INFO O| Jul 01 21:21:03.294 INFO O| Startup: Refreshing catalog 'helios' ... Done
50122026-07-01T21:21:04.561Z[ recovery-image] Jul 01 21:21:03.341 INFO O| Jul 01 21:21:03.341 INFO O| Finalize: Creating fast lookup database ... Done
50132026-07-01T21:21:04.573Z[ recovery-image] Jul 01 21:21:03.355 INFO O| Jul 01 21:21:03.355 INFO O| Finalize: Reading search index ... Done
50142026-07-01T21:21:04.573Z[ recovery-image] Jul 01 21:21:03.355 INFO O| Jul 01 21:21:03.355 INFO O| Finalize: Updating search index ... Done
50152026-07-01T21:21:04.583Z[ recovery-image] Jul 01 21:21:03.365 INFO O| Jul 01 21:21:03.365 INFO O| Finalize: Updating package cache ... Done
50162026-07-01T21:21:04.638Z[ host-image] Jul 01 21:21:03.420 INFO O| Jul 01 21:21:03.420 INFO O| Startup: Caching catalogs ... Done
50172026-07-01T21:21:04.709Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO STEP 14 (pkg_install) COMPLETE
50182026-07-01T21:21:04.709Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50192026-07-01T21:21:04.709Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO skip step because feature "mfg" is not enabled
50202026-07-01T21:21:04.712Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50212026-07-01T21:21:04.712Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO skip step because feature "compliance" is not enabled
50222026-07-01T21:21:04.712Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50232026-07-01T21:21:04.712Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO skip step because feature "stress" is not enabled
50242026-07-01T21:21:04.712Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50252026-07-01T21:21:04.712Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO skip step because feature "compliance" is not enabled
50262026-07-01T21:21:04.712Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50272026-07-01T21:21:04.712Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO skip step because feature "nfs" is not enabled
50282026-07-01T21:21:04.712Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50292026-07-01T21:21:04.712Z[ recovery-image] Jul 01 21:21:03.491 INFO O| Jul 01 21:21:03.491 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50302026-07-01T21:21:04.820Z[ host-image] Jul 01 21:21:03.601 INFO O| Jul 01 21:21:03.601 INFO O| Planning: Solver setup ... Done
50312026-07-01T21:21:04.824Z[ host-image] Jul 01 21:21:03.606 INFO O| Jul 01 21:21:03.606 INFO O| Planning: Running solver ... Done
50322026-07-01T21:21:04.829Z[ host-image] Jul 01 21:21:03.611 INFO O| Jul 01 21:21:03.611 INFO O| Planning: Finding local manifests ... Done
50332026-07-01T21:21:04.842Z[ host-image] Jul 01 21:21:03.624 INFO O| Jul 01 21:21:03.624 INFO O| Planning: Fetching manifests: 0/1 0% complete
50342026-07-01T21:21:04.846Z[ host-image] Jul 01 21:21:03.628 INFO O| Jul 01 21:21:03.628 INFO O| Planning: Fetching manifests: 1/1 100% complete
50352026-07-01T21:21:04.864Z[ host-image] Jul 01 21:21:03.645 INFO O| Jul 01 21:21:03.645 INFO O| Planning: Package planning ... Done
50362026-07-01T21:21:04.864Z[ host-image] Jul 01 21:21:03.645 INFO O| Jul 01 21:21:03.645 INFO O| Planning: Merging actions ... Done
50372026-07-01T21:21:04.928Z[ recovery-image] Jul 01 21:21:03.710 INFO O| Jul 01 21:21:03.710 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50382026-07-01T21:21:04.945Z[ host-image] Jul 01 21:21:03.727 INFO O| Jul 01 21:21:03.727 INFO O| Planning: Checking for conflicting actions ... Done
50392026-07-01T21:21:04.948Z[ host-image] Jul 01 21:21:03.727 INFO O| Jul 01 21:21:03.727 INFO O| Planning: Consolidating action changes ... Done
50402026-07-01T21:21:05.033Z[ recovery-image] Jul 01 21:21:03.815 INFO O| Jul 01 21:21:03.815 INFO completed processing sled/ramdisk-01-os
50412026-07-01T21:21:05.036Z[ recovery-image] Jul 01 21:21:03.817 INFO image builder template: ramdisk-02-trim...
50422026-07-01T21:21:05.036Z[ recovery-image] Jul 01 21:21:03.817 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/.tmp2RboQj/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
50432026-07-01T21:21:05.057Z[ recovery-image] Jul 01 21:21:03.839 INFO O| Jul 01 21:21:03.838 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50442026-07-01T21:21:05.061Z[ recovery-image] Jul 01 21:21:03.843 INFO O| Jul 01 21:21:03.843 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50452026-07-01T21:21:05.076Z[ host-image] Jul 01 21:21:03.858 INFO O| Jul 01 21:21:03.857 INFO O| Planning: Evaluating mediators ... Done
50462026-07-01T21:21:05.078Z[ host-image] Jul 01 21:21:03.858 INFO O| Jul 01 21:21:03.858 INFO O| Planning: Planning completed in 0.43 seconds
50472026-07-01T21:21:05.078Z[ host-image] Jul 01 21:21:03.858 INFO O| Jul 01 21:21:03.858 INFO O| Packages to install: 1
50482026-07-01T21:21:05.088Z[ host-image] Jul 01 21:21:03.868 INFO O| Jul 01 21:21:03.868 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50492026-07-01T21:21:05.148Z[ recovery-image] Jul 01 21:21:03.930 INFO O| Jul 01 21:21:03.930 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50502026-07-01T21:21:05.179Z[ host-image] Jul 01 21:21:03.960 INFO O| Jul 01 21:21:03.960 INFO O| Download: Completed 13.06 MB in 0.09 seconds (141M/s)
50512026-07-01T21:21:05.255Z[ host-image] Jul 01 21:21:04.036 INFO O| Jul 01 21:21:04.036 INFO O| Actions: 1/22 actions (Installing new actions)
50522026-07-01T21:21:05.257Z[ recovery-image] Jul 01 21:21:04.038 INFO O| Jul 01 21:21:04.038 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50532026-07-01T21:21:05.258Z[ recovery-image] Jul 01 21:21:04.038 INFO O| Jul 01 21:21:04.038 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50542026-07-01T21:21:05.261Z[ recovery-image] Jul 01 21:21:04.043 INFO O| Jul 01 21:21:04.043 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50552026-07-01T21:21:05.266Z[ recovery-image] Jul 01 21:21:04.048 INFO O| Jul 01 21:21:04.048 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50562026-07-01T21:21:05.271Z[ recovery-image] Jul 01 21:21:04.053 INFO O| Jul 01 21:21:04.053 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50572026-07-01T21:21:05.485Z[ host-image] Jul 01 21:21:04.265 INFO O| Jul 01 21:21:04.265 INFO O| Actions: Completed 22 actions in 0.23 seconds.
50582026-07-01T21:21:05.495Z[ host-image] Jul 01 21:21:04.277 INFO O| Jul 01 21:21:04.277 INFO O| Finalize: Updating package state database ... Done
50592026-07-01T21:21:05.495Z[ host-image] Jul 01 21:21:04.277 INFO O| Jul 01 21:21:04.277 INFO O| Finalize: Updating package cache ... Done
50602026-07-01T21:21:05.528Z[ host-image] Jul 01 21:21:04.310 INFO O| Jul 01 21:21:04.310 INFO O| Finalize: Updating image state ... Done
50612026-07-01T21:21:06.237Z[ recovery-image] Jul 01 21:21:05.018 INFO O| Jul 01 21:21:05.018 INFO rolled back to input snapshot; work may begin
50622026-07-01T21:21:06.237Z[ recovery-image] Jul 01 21:21:05.018 INFO O| Jul 01 21:21:05.018 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50632026-07-01T21:21:06.241Z[ recovery-image] Jul 01 21:21:05.023 INFO O| Jul 01 21:21:05.023 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-07-01T21:21:06.253Z[ recovery-image] Jul 01 21:21:05.035 INFO O| Jul 01 21:21:05.035 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50652026-07-01T21:21:06.288Z[ recovery-image] Jul 01 21:21:05.070 INFO O| Jul 01 21:21:05.070 INFO STEP 0 (remove_files) COMPLETE
50662026-07-01T21:21:06.288Z[ recovery-image] Jul 01 21:21:05.070 INFO O| Jul 01 21:21:05.070 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-07-01T21:21:06.298Z[ recovery-image] Jul 01 21:21:05.080 INFO O| Jul 01 21:21:05.080 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50682026-07-01T21:21:06.302Z[ recovery-image] Jul 01 21:21:05.081 INFO O| Jul 01 21:21:05.081 INFO STEP 1 (remove_files) COMPLETE
50692026-07-01T21:21:06.302Z[ recovery-image] Jul 01 21:21:05.081 INFO O| Jul 01 21:21:05.081 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-07-01T21:21:06.310Z[ recovery-image] Jul 01 21:21:05.092 INFO O| Jul 01 21:21:05.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50712026-07-01T21:21:06.322Z[ recovery-image] Jul 01 21:21:05.104 INFO O| Jul 01 21:21:05.104 INFO STEP 2 (remove_files) COMPLETE
50722026-07-01T21:21:06.322Z[ recovery-image] Jul 01 21:21:05.104 INFO O| Jul 01 21:21:05.104 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-07-01T21:21:06.332Z[ recovery-image] Jul 01 21:21:05.114 INFO O| Jul 01 21:21:05.114 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50742026-07-01T21:21:06.334Z[ recovery-image] Jul 01 21:21:05.115 INFO O| Jul 01 21:21:05.115 INFO STEP 3 (remove_files) COMPLETE
50752026-07-01T21:21:06.334Z[ recovery-image] Jul 01 21:21:05.115 INFO O| Jul 01 21:21:05.115 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-07-01T21:21:06.344Z[ recovery-image] Jul 01 21:21:05.126 INFO O| Jul 01 21:21:05.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50772026-07-01T21:21:06.347Z[ recovery-image] Jul 01 21:21:05.129 INFO O| Jul 01 21:21:05.129 INFO STEP 4 (remove_files) COMPLETE
50782026-07-01T21:21:06.347Z[ recovery-image] Jul 01 21:21:05.129 INFO O| Jul 01 21:21:05.129 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-07-01T21:21:06.357Z[ recovery-image] Jul 01 21:21:05.139 INFO O| Jul 01 21:21:05.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50802026-07-01T21:21:06.360Z[ recovery-image] Jul 01 21:21:05.139 INFO O| Jul 01 21:21:05.139 INFO STEP 5 (remove_files) COMPLETE
50812026-07-01T21:21:06.360Z[ recovery-image] Jul 01 21:21:05.139 INFO O| Jul 01 21:21:05.139 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-07-01T21:21:06.367Z[ recovery-image] Jul 01 21:21:05.149 INFO O| Jul 01 21:21:05.149 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50832026-07-01T21:21:06.379Z[ recovery-image] Jul 01 21:21:05.160 INFO O| Jul 01 21:21:05.160 INFO STEP 6 (remove_files) COMPLETE
50842026-07-01T21:21:06.379Z[ recovery-image] Jul 01 21:21:05.160 INFO O| Jul 01 21:21:05.160 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-07-01T21:21:06.379Z[ recovery-image] Jul 01 21:21:05.160 INFO O| Jul 01 21:21:05.160 INFO skip step because feature "heliosv2" is not enabled
50862026-07-01T21:21:06.379Z[ recovery-image] Jul 01 21:21:05.160 INFO O| Jul 01 21:21:05.160 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-07-01T21:21:06.382Z[ recovery-image] Jul 01 21:21:05.160 INFO O| Jul 01 21:21:05.160 INFO skip step because feature "recovery" is enabled
50882026-07-01T21:21:06.382Z[ recovery-image] Jul 01 21:21:05.160 INFO O| Jul 01 21:21:05.160 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-07-01T21:21:06.382Z[ recovery-image] Jul 01 21:21:05.160 INFO O| Jul 01 21:21:05.160 INFO skip step because feature "recovery" is enabled
50902026-07-01T21:21:06.382Z[ recovery-image] Jul 01 21:21:05.160 INFO O| Jul 01 21:21:05.160 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-07-01T21:21:06.382Z[ recovery-image] Jul 01 21:21:05.160 INFO O| Jul 01 21:21:05.160 INFO skip step because feature "recovery" is enabled
50922026-07-01T21:21:06.382Z[ recovery-image] Jul 01 21:21:05.160 INFO O| Jul 01 21:21:05.160 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-07-01T21:21:06.382Z[ host-image] Jul 01 21:21:05.161 INFO O| Jul 01 21:21:05.161 INFO O| Finalize: Creating fast lookup database ... Done
50942026-07-01T21:21:06.389Z[ recovery-image] Jul 01 21:21:05.171 INFO O| Jul 01 21:21:05.171 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50952026-07-01T21:21:06.392Z[ recovery-image] Jul 01 21:21:05.174 INFO O| Jul 01 21:21:05.174 INFO STEP 11 (remove_files) COMPLETE
50962026-07-01T21:21:06.392Z[ recovery-image] Jul 01 21:21:05.174 INFO O| Jul 01 21:21:05.174 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-07-01T21:21:06.403Z[ recovery-image] Jul 01 21:21:05.185 INFO O| Jul 01 21:21:05.185 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50982026-07-01T21:21:06.405Z[ recovery-image] Jul 01 21:21:05.185 INFO O| Jul 01 21:21:05.185 INFO STEP 12 (remove_files) COMPLETE
50992026-07-01T21:21:06.405Z[ recovery-image] Jul 01 21:21:05.185 INFO O| Jul 01 21:21:05.185 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-07-01T21:21:06.408Z[ host-image] Jul 01 21:21:05.189 INFO O| Jul 01 21:21:05.188 INFO O| Finalize: Reading search index ... Done
51012026-07-01T21:21:06.408Z[ host-image] Jul 01 21:21:05.189 INFO O| Jul 01 21:21:05.189 INFO O| Finalize: Updating search index ... Done
51022026-07-01T21:21:06.414Z[ recovery-image] Jul 01 21:21:05.196 INFO O| Jul 01 21:21:05.196 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51032026-07-01T21:21:06.417Z[ recovery-image] Jul 01 21:21:05.197 INFO O| Jul 01 21:21:05.197 INFO STEP 13 (remove_files) COMPLETE
51042026-07-01T21:21:06.417Z[ recovery-image] Jul 01 21:21:05.197 INFO O| Jul 01 21:21:05.197 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-07-01T21:21:06.417Z[ host-image] Jul 01 21:21:05.199 INFO O| Jul 01 21:21:05.199 INFO O| Finalize: Updating package cache ... Done
51062026-07-01T21:21:06.433Z[ recovery-image] Jul 01 21:21:05.215 INFO O| Jul 01 21:21:05.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51072026-07-01T21:21:06.436Z[ recovery-image] Jul 01 21:21:05.215 INFO O| Jul 01 21:21:05.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51082026-07-01T21:21:06.489Z[ recovery-image] Jul 01 21:21:05.271 INFO O| Jul 01 21:21:05.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51092026-07-01T21:21:06.517Z[ recovery-image] Jul 01 21:21:05.299 INFO O| Jul 01 21:21:05.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51102026-07-01T21:21:06.566Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO STEP 14 (pkg_install) COMPLETE
51112026-07-01T21:21:06.566Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51122026-07-01T21:21:06.566Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO skip step because feature "mfg" is not enabled
51132026-07-01T21:21:06.566Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51142026-07-01T21:21:06.569Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO skip step because feature "compliance" is not enabled
51152026-07-01T21:21:06.569Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51162026-07-01T21:21:06.569Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO skip step because feature "stress" is not enabled
51172026-07-01T21:21:06.569Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51182026-07-01T21:21:06.569Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO skip step because feature "compliance" is not enabled
51192026-07-01T21:21:06.569Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51202026-07-01T21:21:06.569Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO skip step because feature "nfs" is not enabled
51212026-07-01T21:21:06.569Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
51222026-07-01T21:21:06.569Z[ host-image] Jul 01 21:21:05.348 INFO O| Jul 01 21:21:05.348 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
51232026-07-01T21:21:06.581Z[ recovery-image] Jul 01 21:21:05.362 INFO O| Jul 01 21:21:05.362 INFO STEP 14 (remove_files) COMPLETE
51242026-07-01T21:21:06.581Z[ recovery-image] Jul 01 21:21:05.362 INFO O| Jul 01 21:21:05.362 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-07-01T21:21:06.592Z[ recovery-image] Jul 01 21:21:05.374 INFO O| Jul 01 21:21:05.374 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51262026-07-01T21:21:06.595Z[ recovery-image] Jul 01 21:21:05.375 INFO O| Jul 01 21:21:05.375 INFO STEP 15 (remove_files) COMPLETE
51272026-07-01T21:21:06.595Z[ recovery-image] Jul 01 21:21:05.375 INFO O| Jul 01 21:21:05.375 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-07-01T21:21:06.605Z[ recovery-image] Jul 01 21:21:05.387 INFO O| Jul 01 21:21:05.387 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51292026-07-01T21:21:06.611Z[ recovery-image] Jul 01 21:21:05.393 INFO O| Jul 01 21:21:05.393 INFO STEP 16 (remove_files) COMPLETE
51302026-07-01T21:21:06.611Z[ recovery-image] Jul 01 21:21:05.393 INFO O| Jul 01 21:21:05.393 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-07-01T21:21:06.622Z[ recovery-image] Jul 01 21:21:05.404 INFO O| Jul 01 21:21:05.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51322026-07-01T21:21:06.625Z[ recovery-image] Jul 01 21:21:05.404 INFO O| Jul 01 21:21:05.404 INFO STEP 17 (remove_files) COMPLETE
51332026-07-01T21:21:06.625Z[ recovery-image] Jul 01 21:21:05.404 INFO O| Jul 01 21:21:05.404 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-07-01T21:21:06.633Z[ recovery-image] Jul 01 21:21:05.415 INFO O| Jul 01 21:21:05.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51352026-07-01T21:21:06.636Z[ recovery-image] Jul 01 21:21:05.416 INFO O| Jul 01 21:21:05.416 INFO STEP 18 (remove_files) COMPLETE
51362026-07-01T21:21:06.636Z[ recovery-image] Jul 01 21:21:05.416 INFO O| Jul 01 21:21:05.416 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-07-01T21:21:06.645Z[ recovery-image] Jul 01 21:21:05.427 INFO O| Jul 01 21:21:05.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51382026-07-01T21:21:06.645Z[ recovery-image] Jul 01 21:21:05.427 INFO O| Jul 01 21:21:05.427 INFO STEP 19 (remove_files) COMPLETE
51392026-07-01T21:21:06.645Z[ recovery-image] Jul 01 21:21:05.427 INFO O| Jul 01 21:21:05.427 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-07-01T21:21:06.655Z[ recovery-image] Jul 01 21:21:05.437 INFO O| Jul 01 21:21:05.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51412026-07-01T21:21:06.655Z[ recovery-image] Jul 01 21:21:05.437 INFO O| Jul 01 21:21:05.437 INFO STEP 20 (remove_files) COMPLETE
51422026-07-01T21:21:06.657Z[ recovery-image] Jul 01 21:21:05.437 INFO O| Jul 01 21:21:05.437 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-07-01T21:21:06.666Z[ recovery-image] Jul 01 21:21:05.448 INFO O| Jul 01 21:21:05.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51442026-07-01T21:21:06.668Z[ recovery-image] Jul 01 21:21:05.448 INFO O| Jul 01 21:21:05.448 INFO STEP 21 (remove_files) COMPLETE
51452026-07-01T21:21:06.668Z[ recovery-image] Jul 01 21:21:05.448 INFO O| Jul 01 21:21:05.448 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-07-01T21:21:06.676Z[ recovery-image] Jul 01 21:21:05.457 INFO O| Jul 01 21:21:05.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51472026-07-01T21:21:06.676Z[ recovery-image] Jul 01 21:21:05.457 INFO O| Jul 01 21:21:05.457 INFO STEP 22 (remove_files) COMPLETE
51482026-07-01T21:21:06.681Z[ recovery-image] Jul 01 21:21:05.457 INFO O| Jul 01 21:21:05.457 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-07-01T21:21:06.685Z[ host-image] Jul 01 21:21:05.467 INFO O| Jul 01 21:21:05.467 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
51502026-07-01T21:21:06.688Z[ recovery-image] Jul 01 21:21:05.468 INFO O| Jul 01 21:21:05.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51512026-07-01T21:21:06.688Z[ recovery-image] Jul 01 21:21:05.468 INFO O| Jul 01 21:21:05.468 INFO STEP 23 (remove_files) COMPLETE
51522026-07-01T21:21:06.688Z[ recovery-image] Jul 01 21:21:05.468 INFO O| Jul 01 21:21:05.468 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-07-01T21:21:06.698Z[ recovery-image] Jul 01 21:21:05.479 INFO O| Jul 01 21:21:05.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51542026-07-01T21:21:06.698Z[ recovery-image] Jul 01 21:21:05.479 INFO O| Jul 01 21:21:05.479 INFO STEP 24 (remove_files) COMPLETE
51552026-07-01T21:21:06.698Z[ recovery-image] Jul 01 21:21:05.479 INFO O| Jul 01 21:21:05.479 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-07-01T21:21:06.708Z[ recovery-image] Jul 01 21:21:05.490 INFO O| Jul 01 21:21:05.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51572026-07-01T21:21:06.708Z[ recovery-image] Jul 01 21:21:05.490 INFO O| Jul 01 21:21:05.490 INFO STEP 25 (remove_files) COMPLETE
51582026-07-01T21:21:06.708Z[ recovery-image] Jul 01 21:21:05.490 INFO O| Jul 01 21:21:05.490 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-07-01T21:21:06.719Z[ recovery-image] Jul 01 21:21:05.501 INFO O| Jul 01 21:21:05.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51602026-07-01T21:21:06.720Z[ recovery-image] Jul 01 21:21:05.501 INFO O| Jul 01 21:21:05.501 INFO STEP 26 (remove_files) COMPLETE
51612026-07-01T21:21:06.722Z[ recovery-image] Jul 01 21:21:05.501 INFO O| Jul 01 21:21:05.501 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-07-01T21:21:06.730Z[ recovery-image] Jul 01 21:21:05.512 INFO O| Jul 01 21:21:05.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51632026-07-01T21:21:06.730Z[ recovery-image] Jul 01 21:21:05.512 INFO O| Jul 01 21:21:05.512 INFO STEP 27 (remove_files) COMPLETE
51642026-07-01T21:21:06.733Z[ recovery-image] Jul 01 21:21:05.512 INFO O| Jul 01 21:21:05.512 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-07-01T21:21:06.741Z[ recovery-image] Jul 01 21:21:05.523 INFO O| Jul 01 21:21:05.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51662026-07-01T21:21:06.744Z[ recovery-image] Jul 01 21:21:05.523 INFO O| Jul 01 21:21:05.523 INFO STEP 28 (remove_files) COMPLETE
51672026-07-01T21:21:06.744Z[ recovery-image] Jul 01 21:21:05.523 INFO O| Jul 01 21:21:05.523 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-07-01T21:21:06.750Z[ recovery-image] Jul 01 21:21:05.533 INFO O| Jul 01 21:21:05.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51692026-07-01T21:21:06.751Z[ recovery-image] Jul 01 21:21:05.533 INFO O| Jul 01 21:21:05.533 INFO STEP 29 (remove_files) COMPLETE
51702026-07-01T21:21:06.753Z[ recovery-image] Jul 01 21:21:05.533 INFO O| Jul 01 21:21:05.533 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-07-01T21:21:06.760Z[ recovery-image] Jul 01 21:21:05.542 INFO O| Jul 01 21:21:05.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51722026-07-01T21:21:06.763Z[ recovery-image] Jul 01 21:21:05.542 INFO O| Jul 01 21:21:05.542 INFO STEP 30 (remove_files) COMPLETE
51732026-07-01T21:21:06.763Z[ recovery-image] Jul 01 21:21:05.542 INFO O| Jul 01 21:21:05.542 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-07-01T21:21:06.770Z[ recovery-image] Jul 01 21:21:05.551 INFO O| Jul 01 21:21:05.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51752026-07-01T21:21:06.772Z[ recovery-image] Jul 01 21:21:05.552 INFO O| Jul 01 21:21:05.552 INFO STEP 31 (remove_files) COMPLETE
51762026-07-01T21:21:06.772Z[ recovery-image] Jul 01 21:21:05.552 INFO O| Jul 01 21:21:05.552 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-07-01T21:21:06.779Z[ recovery-image] Jul 01 21:21:05.561 INFO O| Jul 01 21:21:05.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51782026-07-01T21:21:06.781Z[ recovery-image] Jul 01 21:21:05.561 INFO O| Jul 01 21:21:05.561 INFO STEP 32 (remove_files) COMPLETE
51792026-07-01T21:21:06.781Z[ recovery-image] Jul 01 21:21:05.561 INFO O| Jul 01 21:21:05.561 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-07-01T21:21:06.793Z[ recovery-image] Jul 01 21:21:05.572 INFO O| Jul 01 21:21:05.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51812026-07-01T21:21:06.793Z[ recovery-image] Jul 01 21:21:05.572 INFO O| Jul 01 21:21:05.572 INFO STEP 33 (remove_files) COMPLETE
51822026-07-01T21:21:06.796Z[ recovery-image] Jul 01 21:21:05.572 INFO O| Jul 01 21:21:05.572 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-07-01T21:21:06.796Z[ host-image] Jul 01 21:21:05.572 INFO O| Jul 01 21:21:05.572 INFO completed processing sled/ramdisk-01-os
51842026-07-01T21:21:06.796Z[ host-image] Jul 01 21:21:05.575 INFO omicron1 baseline generation...
51852026-07-01T21:21:06.796Z[ host-image] Jul 01 21:21:05.575 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
51862026-07-01T21:21:06.800Z[ recovery-image] Jul 01 21:21:05.582 INFO O| Jul 01 21:21:05.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51872026-07-01T21:21:06.800Z[ recovery-image] Jul 01 21:21:05.582 INFO O| Jul 01 21:21:05.582 INFO STEP 34 (remove_files) COMPLETE
51882026-07-01T21:21:06.803Z[ recovery-image] Jul 01 21:21:05.582 INFO O| Jul 01 21:21:05.582 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-07-01T21:21:06.811Z[ recovery-image] Jul 01 21:21:05.593 INFO O| Jul 01 21:21:05.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51902026-07-01T21:21:06.811Z[ recovery-image] Jul 01 21:21:05.593 INFO O| Jul 01 21:21:05.593 INFO STEP 35 (remove_files) COMPLETE
51912026-07-01T21:21:06.813Z[ recovery-image] Jul 01 21:21:05.593 INFO O| Jul 01 21:21:05.593 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51922026-07-01T21:21:06.822Z[ recovery-image] Jul 01 21:21:05.604 INFO O| Jul 01 21:21:05.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51932026-07-01T21:21:06.822Z[ recovery-image] Jul 01 21:21:05.604 INFO O| Jul 01 21:21:05.604 INFO STEP 36 (remove_files) COMPLETE
51942026-07-01T21:21:06.825Z[ recovery-image] Jul 01 21:21:05.604 INFO O| Jul 01 21:21:05.604 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-07-01T21:21:06.832Z[ recovery-image] Jul 01 21:21:05.614 INFO O| Jul 01 21:21:05.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51962026-07-01T21:21:06.832Z[ recovery-image] Jul 01 21:21:05.614 INFO O| Jul 01 21:21:05.614 INFO STEP 37 (remove_files) COMPLETE
51972026-07-01T21:21:06.835Z[ recovery-image] Jul 01 21:21:05.614 INFO O| Jul 01 21:21:05.614 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-07-01T21:21:06.843Z[ recovery-image] Jul 01 21:21:05.625 INFO O| Jul 01 21:21:05.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51992026-07-01T21:21:06.843Z[ recovery-image] Jul 01 21:21:05.625 INFO O| Jul 01 21:21:05.625 INFO STEP 38 (remove_files) COMPLETE
52002026-07-01T21:21:06.846Z[ recovery-image] Jul 01 21:21:05.625 INFO O| Jul 01 21:21:05.625 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-07-01T21:21:06.853Z[ recovery-image] Jul 01 21:21:05.635 INFO O| Jul 01 21:21:05.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
52022026-07-01T21:21:06.853Z[ recovery-image] Jul 01 21:21:05.635 INFO O| Jul 01 21:21:05.635 INFO STEP 39 (remove_files) COMPLETE
52032026-07-01T21:21:06.855Z[ recovery-image] Jul 01 21:21:05.635 INFO O| Jul 01 21:21:05.635 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-07-01T21:21:06.862Z[ recovery-image] Jul 01 21:21:05.644 INFO O| Jul 01 21:21:05.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52052026-07-01T21:21:06.865Z[ recovery-image] Jul 01 21:21:05.644 INFO O| Jul 01 21:21:05.644 INFO STEP 40 (remove_files) COMPLETE
52062026-07-01T21:21:06.865Z[ recovery-image] Jul 01 21:21:05.644 INFO O| Jul 01 21:21:05.644 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-07-01T21:21:06.874Z[ recovery-image] Jul 01 21:21:05.656 INFO O| Jul 01 21:21:05.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52082026-07-01T21:21:06.874Z[ recovery-image] Jul 01 21:21:05.656 INFO O| Jul 01 21:21:05.656 INFO STEP 41 (remove_files) COMPLETE
52092026-07-01T21:21:06.874Z[ recovery-image] Jul 01 21:21:05.656 INFO O| Jul 01 21:21:05.656 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-07-01T21:21:06.884Z[ recovery-image] Jul 01 21:21:05.666 INFO O| Jul 01 21:21:05.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52112026-07-01T21:21:06.884Z[ recovery-image] Jul 01 21:21:05.666 INFO O| Jul 01 21:21:05.666 INFO STEP 42 (remove_files) COMPLETE
52122026-07-01T21:21:06.884Z[ recovery-image] Jul 01 21:21:05.666 INFO O| Jul 01 21:21:05.666 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52132026-07-01T21:21:06.894Z[ recovery-image] Jul 01 21:21:05.676 INFO O| Jul 01 21:21:05.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52142026-07-01T21:21:06.894Z[ recovery-image] Jul 01 21:21:05.676 INFO O| Jul 01 21:21:05.676 INFO STEP 43 (remove_files) COMPLETE
52152026-07-01T21:21:06.894Z[ recovery-image] Jul 01 21:21:05.676 INFO O| Jul 01 21:21:05.676 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-07-01T21:21:06.904Z[ recovery-image] Jul 01 21:21:05.686 INFO O| Jul 01 21:21:05.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52172026-07-01T21:21:06.904Z[ recovery-image] Jul 01 21:21:05.686 INFO O| Jul 01 21:21:05.686 INFO STEP 44 (remove_files) COMPLETE
52182026-07-01T21:21:06.907Z[ recovery-image] Jul 01 21:21:05.686 INFO O| Jul 01 21:21:05.686 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52192026-07-01T21:21:06.915Z[ recovery-image] Jul 01 21:21:05.697 INFO O| Jul 01 21:21:05.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52202026-07-01T21:21:06.915Z[ recovery-image] Jul 01 21:21:05.697 INFO O| Jul 01 21:21:05.697 INFO STEP 45 (remove_files) COMPLETE
52212026-07-01T21:21:06.918Z[ recovery-image] Jul 01 21:21:05.697 INFO O| Jul 01 21:21:05.697 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52222026-07-01T21:21:06.925Z[ recovery-image] Jul 01 21:21:05.707 INFO O| Jul 01 21:21:05.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52232026-07-01T21:21:06.925Z[ recovery-image] Jul 01 21:21:05.707 INFO O| Jul 01 21:21:05.707 INFO STEP 46 (remove_files) COMPLETE
52242026-07-01T21:21:06.925Z[ recovery-image] Jul 01 21:21:05.707 INFO O| Jul 01 21:21:05.707 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-07-01T21:21:06.934Z[ recovery-image] Jul 01 21:21:05.716 INFO O| Jul 01 21:21:05.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52262026-07-01T21:21:06.934Z[ recovery-image] Jul 01 21:21:05.716 INFO O| Jul 01 21:21:05.716 INFO STEP 47 (remove_files) COMPLETE
52272026-07-01T21:21:06.937Z[ recovery-image] Jul 01 21:21:05.716 INFO O| Jul 01 21:21:05.716 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52282026-07-01T21:21:06.942Z[ recovery-image] Jul 01 21:21:05.724 INFO O| Jul 01 21:21:05.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52292026-07-01T21:21:06.942Z[ recovery-image] Jul 01 21:21:05.724 INFO O| Jul 01 21:21:05.724 INFO STEP 48 (remove_files) COMPLETE
52302026-07-01T21:21:06.944Z[ recovery-image] Jul 01 21:21:05.724 INFO O| Jul 01 21:21:05.724 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-07-01T21:21:06.950Z[ recovery-image] Jul 01 21:21:05.732 INFO O| Jul 01 21:21:05.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52322026-07-01T21:21:06.950Z[ recovery-image] Jul 01 21:21:05.732 INFO O| Jul 01 21:21:05.732 INFO STEP 49 (remove_files) COMPLETE
52332026-07-01T21:21:06.954Z[ recovery-image] Jul 01 21:21:05.732 INFO O| Jul 01 21:21:05.732 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52342026-07-01T21:21:06.958Z[ recovery-image] Jul 01 21:21:05.740 INFO O| Jul 01 21:21:05.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52352026-07-01T21:21:06.961Z[ recovery-image] Jul 01 21:21:05.740 INFO O| Jul 01 21:21:05.740 INFO STEP 50 (remove_files) COMPLETE
52362026-07-01T21:21:06.961Z[ recovery-image] Jul 01 21:21:05.740 INFO O| Jul 01 21:21:05.740 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-07-01T21:21:06.966Z[ recovery-image] Jul 01 21:21:05.748 INFO O| Jul 01 21:21:05.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52382026-07-01T21:21:06.966Z[ recovery-image] Jul 01 21:21:05.748 INFO O| Jul 01 21:21:05.748 INFO STEP 51 (remove_files) COMPLETE
52392026-07-01T21:21:06.969Z[ recovery-image] Jul 01 21:21:05.748 INFO O| Jul 01 21:21:05.748 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52402026-07-01T21:21:06.974Z[ recovery-image] Jul 01 21:21:05.756 INFO O| Jul 01 21:21:05.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52412026-07-01T21:21:06.974Z[ recovery-image] Jul 01 21:21:05.756 INFO O| Jul 01 21:21:05.756 INFO STEP 52 (remove_files) COMPLETE
52422026-07-01T21:21:06.974Z[ recovery-image] Jul 01 21:21:05.756 INFO O| Jul 01 21:21:05.756 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52432026-07-01T21:21:06.982Z[ recovery-image] Jul 01 21:21:05.764 INFO O| Jul 01 21:21:05.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52442026-07-01T21:21:06.982Z[ recovery-image] Jul 01 21:21:05.764 INFO O| Jul 01 21:21:05.764 INFO STEP 53 (remove_files) COMPLETE
52452026-07-01T21:21:06.985Z[ recovery-image] Jul 01 21:21:05.764 INFO O| Jul 01 21:21:05.764 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-07-01T21:21:06.990Z[ recovery-image] Jul 01 21:21:05.772 INFO O| Jul 01 21:21:05.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52472026-07-01T21:21:06.990Z[ recovery-image] Jul 01 21:21:05.772 INFO O| Jul 01 21:21:05.772 INFO STEP 54 (remove_files) COMPLETE
52482026-07-01T21:21:06.993Z[ recovery-image] Jul 01 21:21:05.772 INFO O| Jul 01 21:21:05.772 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52492026-07-01T21:21:06.998Z[ recovery-image] Jul 01 21:21:05.780 INFO O| Jul 01 21:21:05.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52502026-07-01T21:21:06.998Z[ recovery-image] Jul 01 21:21:05.780 INFO O| Jul 01 21:21:05.780 INFO STEP 55 (remove_files) COMPLETE
52512026-07-01T21:21:07.001Z[ recovery-image] Jul 01 21:21:05.780 INFO O| Jul 01 21:21:05.780 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52522026-07-01T21:21:07.007Z[ recovery-image] Jul 01 21:21:05.789 INFO O| Jul 01 21:21:05.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52532026-07-01T21:21:07.007Z[ recovery-image] Jul 01 21:21:05.789 INFO O| Jul 01 21:21:05.789 INFO STEP 56 (remove_files) COMPLETE
52542026-07-01T21:21:07.009Z[ recovery-image] Jul 01 21:21:05.789 INFO O| Jul 01 21:21:05.789 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52552026-07-01T21:21:07.015Z[ recovery-image] Jul 01 21:21:05.797 INFO O| Jul 01 21:21:05.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52562026-07-01T21:21:07.015Z[ recovery-image] Jul 01 21:21:05.797 INFO O| Jul 01 21:21:05.797 INFO STEP 57 (remove_files) COMPLETE
52572026-07-01T21:21:07.018Z[ recovery-image] Jul 01 21:21:05.797 INFO O| Jul 01 21:21:05.797 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52582026-07-01T21:21:07.023Z[ recovery-image] Jul 01 21:21:05.805 INFO O| Jul 01 21:21:05.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52592026-07-01T21:21:07.023Z[ recovery-image] Jul 01 21:21:05.805 INFO O| Jul 01 21:21:05.805 INFO STEP 58 (remove_files) COMPLETE
52602026-07-01T21:21:07.026Z[ recovery-image] Jul 01 21:21:05.805 INFO O| Jul 01 21:21:05.805 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52612026-07-01T21:21:07.031Z[ recovery-image] Jul 01 21:21:05.813 INFO O| Jul 01 21:21:05.813 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52622026-07-01T21:21:07.031Z[ recovery-image] Jul 01 21:21:05.813 INFO O| Jul 01 21:21:05.813 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52632026-07-01T21:21:07.031Z[ recovery-image] Jul 01 21:21:05.813 INFO O| Jul 01 21:21:05.813 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52642026-07-01T21:21:07.034Z[ recovery-image] Jul 01 21:21:05.813 INFO O| Jul 01 21:21:05.813 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52652026-07-01T21:21:07.034Z[ recovery-image] Jul 01 21:21:05.813 INFO O| Jul 01 21:21:05.813 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52662026-07-01T21:21:07.034Z[ recovery-image] Jul 01 21:21:05.813 INFO O| Jul 01 21:21:05.813 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52672026-07-01T21:21:07.034Z[ recovery-image] Jul 01 21:21:05.813 INFO O| Jul 01 21:21:05.813 INFO ok!
52682026-07-01T21:21:07.034Z[ recovery-image] Jul 01 21:21:05.814 INFO O| Jul 01 21:21:05.813 INFO STEP 59 (ensure_file) COMPLETE
52692026-07-01T21:21:07.035Z[ recovery-image] Jul 01 21:21:05.814 INFO O| Jul 01 21:21:05.813 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52702026-07-01T21:21:07.041Z[ recovery-image] Jul 01 21:21:05.823 INFO O| Jul 01 21:21:05.823 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52712026-07-01T21:21:07.043Z[ recovery-image] Jul 01 21:21:05.823 INFO O| Jul 01 21:21:05.823 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52722026-07-01T21:21:07.043Z[ recovery-image] Jul 01 21:21:05.823 INFO O| Jul 01 21:21:05.823 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52732026-07-01T21:21:07.043Z[ recovery-image] Jul 01 21:21:05.823 INFO O| Jul 01 21:21:05.823 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52742026-07-01T21:21:07.044Z[ recovery-image] Jul 01 21:21:05.823 INFO O| Jul 01 21:21:05.823 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52752026-07-01T21:21:07.044Z[ recovery-image] Jul 01 21:21:05.823 INFO O| Jul 01 21:21:05.823 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52762026-07-01T21:21:07.044Z[ recovery-image] Jul 01 21:21:05.823 INFO O| Jul 01 21:21:05.823 INFO ok!
52772026-07-01T21:21:07.044Z[ recovery-image] Jul 01 21:21:05.823 INFO O| Jul 01 21:21:05.823 INFO STEP 60 (ensure_file) COMPLETE
52782026-07-01T21:21:07.044Z[ recovery-image] Jul 01 21:21:05.823 INFO O| Jul 01 21:21:05.823 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52792026-07-01T21:21:07.049Z[ recovery-image] Jul 01 21:21:05.831 INFO O| Jul 01 21:21:05.831 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52802026-07-01T21:21:07.049Z[ recovery-image] Jul 01 21:21:05.831 INFO O| Jul 01 21:21:05.831 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52812026-07-01T21:21:07.052Z[ recovery-image] Jul 01 21:21:05.831 INFO O| Jul 01 21:21:05.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52822026-07-01T21:21:07.052Z[ recovery-image] Jul 01 21:21:05.831 INFO O| Jul 01 21:21:05.831 INFO ok!
52832026-07-01T21:21:07.052Z[ recovery-image] Jul 01 21:21:05.831 INFO O| Jul 01 21:21:05.831 INFO STEP 61 (ensure_file) COMPLETE
52842026-07-01T21:21:07.053Z[ recovery-image] Jul 01 21:21:05.831 INFO O| Jul 01 21:21:05.831 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52852026-07-01T21:21:07.059Z[ recovery-image] Jul 01 21:21:05.841 INFO O| Jul 01 21:21:05.841 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52862026-07-01T21:21:07.059Z[ recovery-image] Jul 01 21:21:05.841 INFO O| Jul 01 21:21:05.841 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52872026-07-01T21:21:07.059Z[ recovery-image] Jul 01 21:21:05.841 INFO O| Jul 01 21:21:05.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52882026-07-01T21:21:07.059Z[ recovery-image] Jul 01 21:21:05.841 INFO O| Jul 01 21:21:05.841 INFO ok!
52892026-07-01T21:21:07.061Z[ recovery-image] Jul 01 21:21:05.841 INFO O| Jul 01 21:21:05.841 INFO STEP 62 (ensure_file) COMPLETE
52902026-07-01T21:21:07.061Z[ recovery-image] Jul 01 21:21:05.841 INFO O| Jul 01 21:21:05.841 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52912026-07-01T21:21:07.067Z[ recovery-image] Jul 01 21:21:05.850 INFO O| Jul 01 21:21:05.849 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52922026-07-01T21:21:07.068Z[ recovery-image] Jul 01 21:21:05.850 INFO O| Jul 01 21:21:05.850 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52932026-07-01T21:21:07.070Z[ recovery-image] Jul 01 21:21:05.850 INFO O| Jul 01 21:21:05.850 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52942026-07-01T21:21:07.070Z[ recovery-image] Jul 01 21:21:05.850 INFO O| Jul 01 21:21:05.850 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52952026-07-01T21:21:07.070Z[ recovery-image] Jul 01 21:21:05.850 INFO O| Jul 01 21:21:05.850 INFO ok!
52962026-07-01T21:21:07.070Z[ recovery-image] Jul 01 21:21:05.850 INFO O| Jul 01 21:21:05.850 INFO STEP 63 (ensure_file) COMPLETE
52972026-07-01T21:21:07.070Z[ recovery-image] Jul 01 21:21:05.850 INFO O| Jul 01 21:21:05.850 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52982026-07-01T21:21:07.076Z[ recovery-image] Jul 01 21:21:05.858 INFO O| Jul 01 21:21:05.858 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52992026-07-01T21:21:07.079Z[ recovery-image] Jul 01 21:21:05.858 INFO O| Jul 01 21:21:05.858 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
53002026-07-01T21:21:07.079Z[ recovery-image] Jul 01 21:21:05.858 INFO O| Jul 01 21:21:05.858 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53012026-07-01T21:21:07.079Z[ recovery-image] Jul 01 21:21:05.858 INFO O| Jul 01 21:21:05.858 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53022026-07-01T21:21:07.079Z[ recovery-image] Jul 01 21:21:05.858 INFO O| Jul 01 21:21:05.858 INFO ok!
53032026-07-01T21:21:07.079Z[ recovery-image] Jul 01 21:21:05.858 INFO O| Jul 01 21:21:05.858 INFO STEP 64 (ensure_file) COMPLETE
53042026-07-01T21:21:07.079Z[ recovery-image] Jul 01 21:21:05.858 INFO O| Jul 01 21:21:05.858 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53052026-07-01T21:21:07.087Z[ recovery-image] Jul 01 21:21:05.869 INFO O| Jul 01 21:21:05.869 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53062026-07-01T21:21:07.087Z[ recovery-image] Jul 01 21:21:05.869 INFO O| Jul 01 21:21:05.869 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53072026-07-01T21:21:07.087Z[ recovery-image] Jul 01 21:21:05.869 INFO O| Jul 01 21:21:05.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53082026-07-01T21:21:07.090Z[ recovery-image] Jul 01 21:21:05.869 INFO O| Jul 01 21:21:05.869 INFO ok!
53092026-07-01T21:21:07.090Z[ recovery-image] Jul 01 21:21:05.869 INFO O| Jul 01 21:21:05.869 INFO STEP 65 (assemble_files) COMPLETE
53102026-07-01T21:21:07.090Z[ recovery-image] Jul 01 21:21:05.869 INFO O| Jul 01 21:21:05.869 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53112026-07-01T21:21:07.096Z[ recovery-image] Jul 01 21:21:05.878 INFO O| Jul 01 21:21:05.878 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53122026-07-01T21:21:07.099Z[ recovery-image] Jul 01 21:21:05.878 INFO O| Jul 01 21:21:05.878 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53132026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.878 INFO O| Jul 01 21:21:05.878 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53142026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.878 INFO O| Jul 01 21:21:05.878 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53152026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.878 INFO O| Jul 01 21:21:05.878 INFO ok!
53162026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.878 INFO O| Jul 01 21:21:05.878 INFO STEP 66 (ensure_file) COMPLETE
53172026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.878 INFO O| Jul 01 21:21:05.878 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53182026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.878 INFO O| Jul 01 21:21:05.878 INFO skip step because feature "omicron1" is not enabled
53192026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.879 INFO O| Jul 01 21:21:05.878 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53202026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.879 INFO O| Jul 01 21:21:05.879 INFO skip step because feature "omicron1" is not enabled
53212026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.879 INFO O| Jul 01 21:21:05.879 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53222026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.879 INFO O| Jul 01 21:21:05.879 INFO skip step because feature "omicron1" is not enabled
53232026-07-01T21:21:07.100Z[ recovery-image] Jul 01 21:21:05.879 INFO O| Jul 01 21:21:05.879 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53242026-07-01T21:21:07.110Z[ recovery-image] Jul 01 21:21:05.892 INFO O| Jul 01 21:21:05.892 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53252026-07-01T21:21:07.110Z[ recovery-image] Jul 01 21:21:05.892 INFO O| Jul 01 21:21:05.892 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53262026-07-01T21:21:07.146Z[ host-image] Jul 01 21:21:05.928 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
53272026-07-01T21:21:08.364Z[ recovery-image] Jul 01 21:21:07.146 INFO O| Jul 01 21:21:07.146 INFO STEP 70 (pack_tar) COMPLETE
53282026-07-01T21:21:08.365Z[ recovery-image] Jul 01 21:21:07.146 INFO O| Jul 01 21:21:07.146 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53292026-07-01T21:21:08.368Z[ recovery-image] Jul 01 21:21:07.146 INFO O| Jul 01 21:21:07.146 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53302026-07-01T21:21:09.039Z[ recovery-image] Jul 01 21:21:07.821 INFO O| Jul 01 21:21:07.821 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53312026-07-01T21:21:09.164Z[ recovery-image] Jul 01 21:21:07.945 INFO O| Jul 01 21:21:07.945 INFO completed processing sled/ramdisk-02-trim
53322026-07-01T21:21:09.167Z[ recovery-image] Jul 01 21:21:07.948 INFO image builder template: ramdisk-03-recovery-trim...
53332026-07-01T21:21:09.167Z[ recovery-image] Jul 01 21:21:07.949 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/.tmp2RboQj/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
53342026-07-01T21:21:09.173Z[ recovery-image] Jul 01 21:21:07.954 INFO O| Jul 01 21:21:07.954 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53352026-07-01T21:21:09.250Z[ recovery-image] Jul 01 21:21:08.031 INFO O| Jul 01 21:21:08.031 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53362026-07-01T21:21:09.254Z[ recovery-image] Jul 01 21:21:08.036 INFO O| Jul 01 21:21:08.036 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53372026-07-01T21:21:09.432Z[ recovery-image] Jul 01 21:21:08.214 INFO O| Jul 01 21:21:08.214 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53382026-07-01T21:21:09.495Z[ recovery-image] Jul 01 21:21:08.276 INFO O| Jul 01 21:21:08.276 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53392026-07-01T21:21:09.495Z[ recovery-image] Jul 01 21:21:08.277 INFO O| Jul 01 21:21:08.277 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53402026-07-01T21:21:09.502Z[ recovery-image] Jul 01 21:21:08.284 INFO O| Jul 01 21:21:08.284 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53412026-07-01T21:21:09.507Z[ recovery-image] Jul 01 21:21:08.289 INFO O| Jul 01 21:21:08.289 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53422026-07-01T21:21:09.512Z[ recovery-image] Jul 01 21:21:08.294 INFO O| Jul 01 21:21:08.294 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53432026-07-01T21:21:12.468Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53442026-07-01T21:21:12.935Z[ recovery-image] Jul 01 21:21:11.717 INFO O| Jul 01 21:21:11.717 INFO rolled back to input snapshot; work may begin
53452026-07-01T21:21:12.935Z[ recovery-image] Jul 01 21:21:11.717 INFO O| Jul 01 21:21:11.717 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53462026-07-01T21:21:12.940Z[ recovery-image] Jul 01 21:21:11.722 INFO O| Jul 01 21:21:11.722 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-07-01T21:21:12.951Z[ recovery-image] Jul 01 21:21:11.733 INFO O| Jul 01 21:21:11.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53482026-07-01T21:21:12.954Z[ recovery-image] Jul 01 21:21:11.735 INFO O| Jul 01 21:21:11.735 INFO STEP 0 (remove_files) COMPLETE
53492026-07-01T21:21:12.954Z[ recovery-image] Jul 01 21:21:11.735 INFO O| Jul 01 21:21:11.735 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-07-01T21:21:12.963Z[ recovery-image] Jul 01 21:21:11.745 INFO O| Jul 01 21:21:11.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53512026-07-01T21:21:12.966Z[ recovery-image] Jul 01 21:21:11.745 INFO O| Jul 01 21:21:11.745 INFO STEP 1 (remove_files) COMPLETE
53522026-07-01T21:21:12.966Z[ recovery-image] Jul 01 21:21:11.745 INFO O| Jul 01 21:21:11.745 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-07-01T21:21:12.973Z[ recovery-image] Jul 01 21:21:11.755 INFO O| Jul 01 21:21:11.755 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53542026-07-01T21:21:12.976Z[ recovery-image] Jul 01 21:21:11.758 INFO O| Jul 01 21:21:11.758 INFO STEP 2 (remove_files) COMPLETE
53552026-07-01T21:21:12.976Z[ recovery-image] Jul 01 21:21:11.758 INFO O| Jul 01 21:21:11.758 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-07-01T21:21:12.987Z[ recovery-image] Jul 01 21:21:11.769 INFO O| Jul 01 21:21:11.769 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53572026-07-01T21:21:13.037Z[ recovery-image] Jul 01 21:21:11.819 INFO O| Jul 01 21:21:11.819 INFO STEP 3 (remove_files) COMPLETE
53582026-07-01T21:21:13.037Z[ recovery-image] Jul 01 21:21:11.819 INFO O| Jul 01 21:21:11.819 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-07-01T21:21:13.046Z[ recovery-image] Jul 01 21:21:11.828 INFO O| Jul 01 21:21:11.828 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53602026-07-01T21:21:13.049Z[ recovery-image] Jul 01 21:21:11.830 INFO O| Jul 01 21:21:11.830 INFO STEP 4 (remove_files) COMPLETE
53612026-07-01T21:21:13.049Z[ recovery-image] Jul 01 21:21:11.830 INFO O| Jul 01 21:21:11.830 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-07-01T21:21:13.059Z[ recovery-image] Jul 01 21:21:11.841 INFO O| Jul 01 21:21:11.841 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53632026-07-01T21:21:13.094Z[ recovery-image] Jul 01 21:21:11.875 INFO O| Jul 01 21:21:11.875 INFO STEP 5 (remove_files) COMPLETE
53642026-07-01T21:21:13.094Z[ recovery-image] Jul 01 21:21:11.875 INFO O| Jul 01 21:21:11.875 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-07-01T21:21:13.105Z[ recovery-image] Jul 01 21:21:11.887 INFO O| Jul 01 21:21:11.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53662026-07-01T21:21:13.118Z[ recovery-image] Jul 01 21:21:11.899 INFO O| Jul 01 21:21:11.899 INFO STEP 6 (remove_files) COMPLETE
53672026-07-01T21:21:13.118Z[ recovery-image] Jul 01 21:21:11.900 INFO O| Jul 01 21:21:11.899 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-07-01T21:21:13.126Z[ recovery-image] Jul 01 21:21:11.908 INFO O| Jul 01 21:21:11.908 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53692026-07-01T21:21:13.129Z[ recovery-image] Jul 01 21:21:11.910 INFO O| Jul 01 21:21:11.910 INFO STEP 7 (remove_files) COMPLETE
53702026-07-01T21:21:13.129Z[ recovery-image] Jul 01 21:21:11.910 INFO O| Jul 01 21:21:11.910 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-07-01T21:21:13.139Z[ recovery-image] Jul 01 21:21:11.921 INFO O| Jul 01 21:21:11.921 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53722026-07-01T21:21:13.142Z[ recovery-image] Jul 01 21:21:11.923 INFO O| Jul 01 21:21:11.923 INFO STEP 8 (remove_files) COMPLETE
53732026-07-01T21:21:13.142Z[ recovery-image] Jul 01 21:21:11.923 INFO O| Jul 01 21:21:11.923 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-07-01T21:21:13.150Z[ recovery-image] Jul 01 21:21:11.932 INFO O| Jul 01 21:21:11.932 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53752026-07-01T21:21:13.154Z[ recovery-image] Jul 01 21:21:11.936 INFO O| Jul 01 21:21:11.936 INFO STEP 9 (remove_files) COMPLETE
53762026-07-01T21:21:13.154Z[ recovery-image] Jul 01 21:21:11.936 INFO O| Jul 01 21:21:11.936 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-07-01T21:21:13.163Z[ recovery-image] Jul 01 21:21:11.945 INFO O| Jul 01 21:21:11.945 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53782026-07-01T21:21:13.166Z[ recovery-image] Jul 01 21:21:11.946 INFO O| Jul 01 21:21:11.946 INFO STEP 10 (remove_files) COMPLETE
53792026-07-01T21:21:13.166Z[ recovery-image] Jul 01 21:21:11.946 INFO O| Jul 01 21:21:11.946 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-07-01T21:21:13.172Z[ recovery-image] Jul 01 21:21:11.954 INFO O| Jul 01 21:21:11.954 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53812026-07-01T21:21:13.175Z[ recovery-image] Jul 01 21:21:11.956 INFO O| Jul 01 21:21:11.956 INFO STEP 11 (remove_files) COMPLETE
53822026-07-01T21:21:13.175Z[ recovery-image] Jul 01 21:21:11.956 INFO O| Jul 01 21:21:11.956 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-07-01T21:21:13.183Z[ recovery-image] Jul 01 21:21:11.965 INFO O| Jul 01 21:21:11.964 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53842026-07-01T21:21:13.234Z[ recovery-image] Jul 01 21:21:12.016 INFO O| Jul 01 21:21:12.016 INFO STEP 12 (remove_files) COMPLETE
53852026-07-01T21:21:13.234Z[ recovery-image] Jul 01 21:21:12.016 INFO O| Jul 01 21:21:12.016 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-07-01T21:21:13.244Z[ recovery-image] Jul 01 21:21:12.026 INFO O| Jul 01 21:21:12.025 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53872026-07-01T21:21:13.246Z[ recovery-image] Jul 01 21:21:12.028 INFO O| Jul 01 21:21:12.028 INFO STEP 13 (remove_files) COMPLETE
53882026-07-01T21:21:13.246Z[ recovery-image] Jul 01 21:21:12.028 INFO O| Jul 01 21:21:12.028 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-07-01T21:21:13.254Z[ recovery-image] Jul 01 21:21:12.036 INFO O| Jul 01 21:21:12.036 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53902026-07-01T21:21:13.257Z[ recovery-image] Jul 01 21:21:12.039 INFO O| Jul 01 21:21:12.039 INFO STEP 14 (remove_files) COMPLETE
53912026-07-01T21:21:13.257Z[ recovery-image] Jul 01 21:21:12.039 INFO O| Jul 01 21:21:12.039 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-07-01T21:21:13.267Z[ recovery-image] Jul 01 21:21:12.048 INFO O| Jul 01 21:21:12.048 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53932026-07-01T21:21:13.269Z[ recovery-image] Jul 01 21:21:12.049 INFO O| Jul 01 21:21:12.049 INFO STEP 15 (remove_files) COMPLETE
53942026-07-01T21:21:13.269Z[ recovery-image] Jul 01 21:21:12.049 INFO O| Jul 01 21:21:12.049 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-07-01T21:21:13.275Z[ recovery-image] Jul 01 21:21:12.057 INFO O| Jul 01 21:21:12.057 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53962026-07-01T21:21:13.278Z[ recovery-image] Jul 01 21:21:12.057 INFO O| Jul 01 21:21:12.057 INFO STEP 16 (remove_files) COMPLETE
53972026-07-01T21:21:13.278Z[ recovery-image] Jul 01 21:21:12.057 INFO O| Jul 01 21:21:12.057 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-07-01T21:21:13.283Z[ recovery-image] Jul 01 21:21:12.065 INFO O| Jul 01 21:21:12.065 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53992026-07-01T21:21:13.291Z[ recovery-image] Jul 01 21:21:12.073 INFO O| Jul 01 21:21:12.073 INFO STEP 17 (remove_files) COMPLETE
54002026-07-01T21:21:13.291Z[ recovery-image] Jul 01 21:21:12.073 INFO O| Jul 01 21:21:12.073 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-07-01T21:21:13.300Z[ recovery-image] Jul 01 21:21:12.082 INFO O| Jul 01 21:21:12.082 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54022026-07-01T21:21:13.303Z[ recovery-image] Jul 01 21:21:12.082 INFO O| Jul 01 21:21:12.082 INFO STEP 18 (remove_files) COMPLETE
54032026-07-01T21:21:13.303Z[ recovery-image] Jul 01 21:21:12.082 INFO O| Jul 01 21:21:12.082 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-07-01T21:21:13.308Z[ recovery-image] Jul 01 21:21:12.090 INFO O| Jul 01 21:21:12.090 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54052026-07-01T21:21:13.308Z[ recovery-image] Jul 01 21:21:12.090 INFO O| Jul 01 21:21:12.090 INFO STEP 19 (remove_files) COMPLETE
54062026-07-01T21:21:13.311Z[ recovery-image] Jul 01 21:21:12.090 INFO O| Jul 01 21:21:12.090 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-07-01T21:21:13.316Z[ recovery-image] Jul 01 21:21:12.098 INFO O| Jul 01 21:21:12.098 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54082026-07-01T21:21:13.359Z[ recovery-image] Jul 01 21:21:12.141 INFO O| Jul 01 21:21:12.141 INFO STEP 20 (remove_files) COMPLETE
54092026-07-01T21:21:13.360Z[ recovery-image] Jul 01 21:21:12.141 INFO O| Jul 01 21:21:12.141 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-07-01T21:21:13.370Z[ recovery-image] Jul 01 21:21:12.152 INFO O| Jul 01 21:21:12.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54112026-07-01T21:21:13.373Z[ recovery-image] Jul 01 21:21:12.153 INFO O| Jul 01 21:21:12.153 INFO STEP 21 (remove_files) COMPLETE
54122026-07-01T21:21:13.373Z[ recovery-image] Jul 01 21:21:12.153 INFO O| Jul 01 21:21:12.153 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-07-01T21:21:13.380Z[ recovery-image] Jul 01 21:21:12.162 INFO O| Jul 01 21:21:12.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54142026-07-01T21:21:13.383Z[ recovery-image] Jul 01 21:21:12.163 INFO O| Jul 01 21:21:12.163 INFO STEP 22 (remove_files) COMPLETE
54152026-07-01T21:21:13.383Z[ recovery-image] Jul 01 21:21:12.163 INFO O| Jul 01 21:21:12.163 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-07-01T21:21:13.391Z[ recovery-image] Jul 01 21:21:12.173 INFO O| Jul 01 21:21:12.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54172026-07-01T21:21:13.396Z[ recovery-image] Jul 01 21:21:12.173 INFO O| Jul 01 21:21:12.173 INFO STEP 23 (remove_files) COMPLETE
54182026-07-01T21:21:13.396Z[ recovery-image] Jul 01 21:21:12.173 INFO O| Jul 01 21:21:12.173 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-07-01T21:21:13.400Z[ recovery-image] Jul 01 21:21:12.182 INFO O| Jul 01 21:21:12.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54202026-07-01T21:21:13.402Z[ recovery-image] Jul 01 21:21:12.182 INFO O| Jul 01 21:21:12.182 INFO STEP 24 (remove_files) COMPLETE
54212026-07-01T21:21:13.403Z[ recovery-image] Jul 01 21:21:12.182 INFO O| Jul 01 21:21:12.182 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-07-01T21:21:13.409Z[ recovery-image] Jul 01 21:21:12.191 INFO O| Jul 01 21:21:12.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54232026-07-01T21:21:13.409Z[ recovery-image] Jul 01 21:21:12.191 INFO O| Jul 01 21:21:12.191 INFO STEP 25 (remove_files) COMPLETE
54242026-07-01T21:21:13.411Z[ recovery-image] Jul 01 21:21:12.191 INFO O| Jul 01 21:21:12.191 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-07-01T21:21:13.418Z[ recovery-image] Jul 01 21:21:12.200 INFO O| Jul 01 21:21:12.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54262026-07-01T21:21:13.418Z[ recovery-image] Jul 01 21:21:12.200 INFO O| Jul 01 21:21:12.200 INFO STEP 26 (remove_files) COMPLETE
54272026-07-01T21:21:13.418Z[ recovery-image] Jul 01 21:21:12.200 INFO O| Jul 01 21:21:12.200 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-07-01T21:21:13.427Z[ recovery-image] Jul 01 21:21:12.209 INFO O| Jul 01 21:21:12.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54292026-07-01T21:21:13.430Z[ recovery-image] Jul 01 21:21:12.209 INFO O| Jul 01 21:21:12.209 INFO STEP 27 (remove_files) COMPLETE
54302026-07-01T21:21:13.430Z[ recovery-image] Jul 01 21:21:12.209 INFO O| Jul 01 21:21:12.209 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-07-01T21:21:13.436Z[ recovery-image] Jul 01 21:21:12.218 INFO O| Jul 01 21:21:12.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54322026-07-01T21:21:13.439Z[ recovery-image] Jul 01 21:21:12.219 INFO O| Jul 01 21:21:12.219 INFO STEP 28 (remove_files) COMPLETE
54332026-07-01T21:21:13.439Z[ recovery-image] Jul 01 21:21:12.219 INFO O| Jul 01 21:21:12.219 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-07-01T21:21:13.446Z[ recovery-image] Jul 01 21:21:12.228 INFO O| Jul 01 21:21:12.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54352026-07-01T21:21:13.449Z[ recovery-image] Jul 01 21:21:12.228 INFO O| Jul 01 21:21:12.228 INFO STEP 29 (remove_files) COMPLETE
54362026-07-01T21:21:13.449Z[ recovery-image] Jul 01 21:21:12.228 INFO O| Jul 01 21:21:12.228 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-07-01T21:21:13.454Z[ recovery-image] Jul 01 21:21:12.236 INFO O| Jul 01 21:21:12.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54382026-07-01T21:21:13.457Z[ recovery-image] Jul 01 21:21:12.236 INFO O| Jul 01 21:21:12.236 INFO STEP 30 (remove_files) COMPLETE
54392026-07-01T21:21:13.457Z[ recovery-image] Jul 01 21:21:12.236 INFO O| Jul 01 21:21:12.236 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-07-01T21:21:13.462Z[ recovery-image] Jul 01 21:21:12.244 INFO O| Jul 01 21:21:12.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54412026-07-01T21:21:13.465Z[ recovery-image] Jul 01 21:21:12.244 INFO O| Jul 01 21:21:12.244 INFO STEP 31 (remove_files) COMPLETE
54422026-07-01T21:21:13.465Z[ recovery-image] Jul 01 21:21:12.244 INFO O| Jul 01 21:21:12.244 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-07-01T21:21:13.471Z[ recovery-image] Jul 01 21:21:12.253 INFO O| Jul 01 21:21:12.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54442026-07-01T21:21:13.473Z[ recovery-image] Jul 01 21:21:12.253 INFO O| Jul 01 21:21:12.253 INFO STEP 32 (remove_files) COMPLETE
54452026-07-01T21:21:13.473Z[ recovery-image] Jul 01 21:21:12.253 INFO O| Jul 01 21:21:12.253 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-07-01T21:21:13.479Z[ recovery-image] Jul 01 21:21:12.261 INFO O| Jul 01 21:21:12.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54472026-07-01T21:21:13.479Z[ recovery-image] Jul 01 21:21:12.261 INFO O| Jul 01 21:21:12.261 INFO STEP 33 (remove_files) COMPLETE
54482026-07-01T21:21:13.482Z[ recovery-image] Jul 01 21:21:12.261 INFO O| Jul 01 21:21:12.261 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-07-01T21:21:13.486Z[ recovery-image] Jul 01 21:21:12.268 INFO O| Jul 01 21:21:12.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54502026-07-01T21:21:13.489Z[ recovery-image] Jul 01 21:21:12.269 INFO O| Jul 01 21:21:12.269 INFO STEP 34 (remove_files) COMPLETE
54512026-07-01T21:21:13.489Z[ recovery-image] Jul 01 21:21:12.269 INFO O| Jul 01 21:21:12.269 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-07-01T21:21:13.497Z[ recovery-image] Jul 01 21:21:12.279 INFO O| Jul 01 21:21:12.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54532026-07-01T21:21:13.497Z[ recovery-image] Jul 01 21:21:12.279 INFO O| Jul 01 21:21:12.279 INFO STEP 35 (remove_files) COMPLETE
54542026-07-01T21:21:13.499Z[ recovery-image] Jul 01 21:21:12.279 INFO O| Jul 01 21:21:12.279 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-07-01T21:21:13.506Z[ recovery-image] Jul 01 21:21:12.288 INFO O| Jul 01 21:21:12.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54562026-07-01T21:21:13.507Z[ recovery-image] Jul 01 21:21:12.288 INFO O| Jul 01 21:21:12.288 INFO STEP 36 (remove_files) COMPLETE
54572026-07-01T21:21:13.509Z[ recovery-image] Jul 01 21:21:12.288 INFO O| Jul 01 21:21:12.288 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-07-01T21:21:13.514Z[ recovery-image] Jul 01 21:21:12.296 INFO O| Jul 01 21:21:12.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54592026-07-01T21:21:13.514Z[ recovery-image] Jul 01 21:21:12.296 INFO O| Jul 01 21:21:12.296 INFO STEP 37 (remove_files) COMPLETE
54602026-07-01T21:21:13.514Z[ recovery-image] Jul 01 21:21:12.296 INFO O| Jul 01 21:21:12.296 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-07-01T21:21:13.523Z[ recovery-image] Jul 01 21:21:12.305 INFO O| Jul 01 21:21:12.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54622026-07-01T21:21:13.526Z[ recovery-image] Jul 01 21:21:12.305 INFO O| Jul 01 21:21:12.305 INFO STEP 38 (remove_files) COMPLETE
54632026-07-01T21:21:13.526Z[ recovery-image] Jul 01 21:21:12.305 INFO O| Jul 01 21:21:12.305 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-07-01T21:21:13.530Z[ recovery-image] Jul 01 21:21:12.312 INFO O| Jul 01 21:21:12.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54652026-07-01T21:21:13.533Z[ recovery-image] Jul 01 21:21:12.312 INFO O| Jul 01 21:21:12.312 INFO STEP 39 (remove_files) COMPLETE
54662026-07-01T21:21:13.533Z[ recovery-image] Jul 01 21:21:12.312 INFO O| Jul 01 21:21:12.312 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-07-01T21:21:13.540Z[ recovery-image] Jul 01 21:21:12.322 INFO O| Jul 01 21:21:12.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54682026-07-01T21:21:13.543Z[ recovery-image] Jul 01 21:21:12.322 INFO O| Jul 01 21:21:12.322 INFO STEP 40 (remove_files) COMPLETE
54692026-07-01T21:21:13.543Z[ recovery-image] Jul 01 21:21:12.322 INFO O| Jul 01 21:21:12.322 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-07-01T21:21:13.548Z[ recovery-image] Jul 01 21:21:12.330 INFO O| Jul 01 21:21:12.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54712026-07-01T21:21:13.552Z[ recovery-image] Jul 01 21:21:12.330 INFO O| Jul 01 21:21:12.330 INFO STEP 41 (remove_files) COMPLETE
54722026-07-01T21:21:13.552Z[ recovery-image] Jul 01 21:21:12.330 INFO O| Jul 01 21:21:12.330 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-07-01T21:21:13.557Z[ recovery-image] Jul 01 21:21:12.339 INFO O| Jul 01 21:21:12.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54742026-07-01T21:21:13.557Z[ recovery-image] Jul 01 21:21:12.339 INFO O| Jul 01 21:21:12.339 INFO STEP 42 (remove_files) COMPLETE
54752026-07-01T21:21:13.557Z[ recovery-image] Jul 01 21:21:12.339 INFO O| Jul 01 21:21:12.339 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-07-01T21:21:13.564Z[ recovery-image] Jul 01 21:21:12.346 INFO O| Jul 01 21:21:12.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54772026-07-01T21:21:13.564Z[ recovery-image] Jul 01 21:21:12.346 INFO O| Jul 01 21:21:12.346 INFO STEP 43 (remove_files) COMPLETE
54782026-07-01T21:21:13.564Z[ recovery-image] Jul 01 21:21:12.346 INFO O| Jul 01 21:21:12.346 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-07-01T21:21:13.573Z[ recovery-image] Jul 01 21:21:12.354 INFO O| Jul 01 21:21:12.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54802026-07-01T21:21:13.573Z[ recovery-image] Jul 01 21:21:12.354 INFO O| Jul 01 21:21:12.354 INFO STEP 44 (remove_files) COMPLETE
54812026-07-01T21:21:13.576Z[ recovery-image] Jul 01 21:21:12.354 INFO O| Jul 01 21:21:12.354 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-07-01T21:21:13.581Z[ recovery-image] Jul 01 21:21:12.363 INFO O| Jul 01 21:21:12.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54832026-07-01T21:21:13.581Z[ recovery-image] Jul 01 21:21:12.363 INFO O| Jul 01 21:21:12.363 INFO STEP 45 (remove_files) COMPLETE
54842026-07-01T21:21:13.584Z[ recovery-image] Jul 01 21:21:12.363 INFO O| Jul 01 21:21:12.363 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-07-01T21:21:13.591Z[ recovery-image] Jul 01 21:21:12.372 INFO O| Jul 01 21:21:12.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54862026-07-01T21:21:13.591Z[ recovery-image] Jul 01 21:21:12.372 INFO O| Jul 01 21:21:12.372 INFO STEP 46 (remove_files) COMPLETE
54872026-07-01T21:21:13.593Z[ recovery-image] Jul 01 21:21:12.372 INFO O| Jul 01 21:21:12.372 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-07-01T21:21:13.599Z[ recovery-image] Jul 01 21:21:12.381 INFO O| Jul 01 21:21:12.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54892026-07-01T21:21:13.599Z[ recovery-image] Jul 01 21:21:12.381 INFO O| Jul 01 21:21:12.381 INFO STEP 47 (remove_files) COMPLETE
54902026-07-01T21:21:13.602Z[ recovery-image] Jul 01 21:21:12.381 INFO O| Jul 01 21:21:12.381 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-07-01T21:21:13.610Z[ recovery-image] Jul 01 21:21:12.392 INFO O| Jul 01 21:21:12.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54922026-07-01T21:21:13.610Z[ recovery-image] Jul 01 21:21:12.392 INFO O| Jul 01 21:21:12.392 INFO STEP 48 (remove_files) COMPLETE
54932026-07-01T21:21:13.613Z[ recovery-image] Jul 01 21:21:12.392 INFO O| Jul 01 21:21:12.392 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-07-01T21:21:13.619Z[ recovery-image] Jul 01 21:21:12.401 INFO O| Jul 01 21:21:12.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54952026-07-01T21:21:13.619Z[ recovery-image] Jul 01 21:21:12.401 INFO O| Jul 01 21:21:12.401 INFO STEP 49 (remove_files) COMPLETE
54962026-07-01T21:21:13.622Z[ recovery-image] Jul 01 21:21:12.401 INFO O| Jul 01 21:21:12.401 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-07-01T21:21:13.629Z[ recovery-image] Jul 01 21:21:12.410 INFO O| Jul 01 21:21:12.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54982026-07-01T21:21:13.629Z[ recovery-image] Jul 01 21:21:12.410 INFO O| Jul 01 21:21:12.410 INFO STEP 50 (remove_files) COMPLETE
54992026-07-01T21:21:13.631Z[ recovery-image] Jul 01 21:21:12.410 INFO O| Jul 01 21:21:12.410 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-07-01T21:21:13.635Z[ recovery-image] Jul 01 21:21:12.417 INFO O| Jul 01 21:21:12.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55012026-07-01T21:21:13.638Z[ recovery-image] Jul 01 21:21:12.418 INFO O| Jul 01 21:21:12.418 INFO STEP 51 (remove_files) COMPLETE
55022026-07-01T21:21:13.638Z[ recovery-image] Jul 01 21:21:12.418 INFO O| Jul 01 21:21:12.418 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-07-01T21:21:13.643Z[ recovery-image] Jul 01 21:21:12.425 INFO O| Jul 01 21:21:12.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55042026-07-01T21:21:13.643Z[ recovery-image] Jul 01 21:21:12.425 INFO O| Jul 01 21:21:12.425 INFO STEP 52 (remove_files) COMPLETE
55052026-07-01T21:21:13.646Z[ recovery-image] Jul 01 21:21:12.425 INFO O| Jul 01 21:21:12.425 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-07-01T21:21:13.652Z[ recovery-image] Jul 01 21:21:12.434 INFO O| Jul 01 21:21:12.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55072026-07-01T21:21:13.655Z[ recovery-image] Jul 01 21:21:12.434 INFO O| Jul 01 21:21:12.434 INFO STEP 53 (remove_files) COMPLETE
55082026-07-01T21:21:13.655Z[ recovery-image] Jul 01 21:21:12.434 INFO O| Jul 01 21:21:12.434 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-07-01T21:21:13.661Z[ recovery-image] Jul 01 21:21:12.443 INFO O| Jul 01 21:21:12.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55102026-07-01T21:21:13.661Z[ recovery-image] Jul 01 21:21:12.443 INFO O| Jul 01 21:21:12.443 INFO STEP 54 (remove_files) COMPLETE
55112026-07-01T21:21:13.664Z[ recovery-image] Jul 01 21:21:12.443 INFO O| Jul 01 21:21:12.443 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-07-01T21:21:13.669Z[ recovery-image] Jul 01 21:21:12.451 INFO O| Jul 01 21:21:12.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55132026-07-01T21:21:13.669Z[ recovery-image] Jul 01 21:21:12.451 INFO O| Jul 01 21:21:12.451 INFO STEP 55 (remove_files) COMPLETE
55142026-07-01T21:21:13.672Z[ recovery-image] Jul 01 21:21:12.451 INFO O| Jul 01 21:21:12.451 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-07-01T21:21:13.676Z[ recovery-image] Jul 01 21:21:12.458 INFO O| Jul 01 21:21:12.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55162026-07-01T21:21:13.678Z[ recovery-image] Jul 01 21:21:12.458 INFO O| Jul 01 21:21:12.458 INFO STEP 56 (remove_files) COMPLETE
55172026-07-01T21:21:13.679Z[ recovery-image] Jul 01 21:21:12.458 INFO O| Jul 01 21:21:12.458 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-07-01T21:21:13.682Z[ recovery-image] Jul 01 21:21:12.464 INFO O| Jul 01 21:21:12.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55192026-07-01T21:21:13.683Z[ recovery-image] Jul 01 21:21:12.464 INFO O| Jul 01 21:21:12.464 INFO STEP 57 (remove_files) COMPLETE
55202026-07-01T21:21:13.685Z[ recovery-image] Jul 01 21:21:12.464 INFO O| Jul 01 21:21:12.464 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-07-01T21:21:13.689Z[ recovery-image] Jul 01 21:21:12.471 INFO O| Jul 01 21:21:12.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55222026-07-01T21:21:13.691Z[ recovery-image] Jul 01 21:21:12.471 INFO O| Jul 01 21:21:12.471 INFO STEP 58 (remove_files) COMPLETE
55232026-07-01T21:21:13.691Z[ recovery-image] Jul 01 21:21:12.471 INFO O| Jul 01 21:21:12.471 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-07-01T21:21:13.695Z[ recovery-image] Jul 01 21:21:12.477 INFO O| Jul 01 21:21:12.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55252026-07-01T21:21:13.695Z[ recovery-image] Jul 01 21:21:12.477 INFO O| Jul 01 21:21:12.477 INFO STEP 59 (remove_files) COMPLETE
55262026-07-01T21:21:13.695Z[ recovery-image] Jul 01 21:21:12.477 INFO O| Jul 01 21:21:12.477 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-07-01T21:21:13.701Z[ recovery-image] Jul 01 21:21:12.483 INFO O| Jul 01 21:21:12.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55282026-07-01T21:21:13.701Z[ recovery-image] Jul 01 21:21:12.483 INFO O| Jul 01 21:21:12.483 INFO STEP 60 (remove_files) COMPLETE
55292026-07-01T21:21:13.701Z[ recovery-image] Jul 01 21:21:12.483 INFO O| Jul 01 21:21:12.483 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-07-01T21:21:13.708Z[ recovery-image] Jul 01 21:21:12.490 INFO O| Jul 01 21:21:12.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55312026-07-01T21:21:13.710Z[ recovery-image] Jul 01 21:21:12.490 INFO O| Jul 01 21:21:12.490 INFO STEP 61 (remove_files) COMPLETE
55322026-07-01T21:21:13.710Z[ recovery-image] Jul 01 21:21:12.490 INFO O| Jul 01 21:21:12.490 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-07-01T21:21:13.716Z[ recovery-image] Jul 01 21:21:12.498 INFO O| Jul 01 21:21:12.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55342026-07-01T21:21:13.716Z[ recovery-image] Jul 01 21:21:12.498 INFO O| Jul 01 21:21:12.498 INFO STEP 62 (remove_files) COMPLETE
55352026-07-01T21:21:13.719Z[ recovery-image] Jul 01 21:21:12.498 INFO O| Jul 01 21:21:12.498 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-07-01T21:21:13.724Z[ recovery-image] Jul 01 21:21:12.506 INFO O| Jul 01 21:21:12.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55372026-07-01T21:21:13.726Z[ recovery-image] Jul 01 21:21:12.506 INFO O| Jul 01 21:21:12.506 INFO STEP 63 (remove_files) COMPLETE
55382026-07-01T21:21:13.726Z[ recovery-image] Jul 01 21:21:12.506 INFO O| Jul 01 21:21:12.506 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-07-01T21:21:13.733Z[ recovery-image] Jul 01 21:21:12.515 INFO O| Jul 01 21:21:12.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55402026-07-01T21:21:13.736Z[ recovery-image] Jul 01 21:21:12.516 INFO O| Jul 01 21:21:12.516 INFO STEP 64 (remove_files) COMPLETE
55412026-07-01T21:21:13.736Z[ recovery-image] Jul 01 21:21:12.516 INFO O| Jul 01 21:21:12.516 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-07-01T21:21:13.741Z[ recovery-image] Jul 01 21:21:12.523 INFO O| Jul 01 21:21:12.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55432026-07-01T21:21:13.744Z[ recovery-image] Jul 01 21:21:12.523 INFO O| Jul 01 21:21:12.523 INFO STEP 65 (remove_files) COMPLETE
55442026-07-01T21:21:13.744Z[ recovery-image] Jul 01 21:21:12.523 INFO O| Jul 01 21:21:12.523 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-07-01T21:21:13.749Z[ recovery-image] Jul 01 21:21:12.531 INFO O| Jul 01 21:21:12.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55462026-07-01T21:21:13.752Z[ recovery-image] Jul 01 21:21:12.531 INFO O| Jul 01 21:21:12.531 INFO STEP 66 (remove_files) COMPLETE
55472026-07-01T21:21:13.752Z[ recovery-image] Jul 01 21:21:12.531 INFO O| Jul 01 21:21:12.531 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-07-01T21:21:13.757Z[ recovery-image] Jul 01 21:21:12.539 INFO O| Jul 01 21:21:12.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55492026-07-01T21:21:13.757Z[ recovery-image] Jul 01 21:21:12.539 INFO O| Jul 01 21:21:12.539 INFO STEP 67 (remove_files) COMPLETE
55502026-07-01T21:21:13.757Z[ recovery-image] Jul 01 21:21:12.539 INFO O| Jul 01 21:21:12.539 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-07-01T21:21:13.765Z[ recovery-image] Jul 01 21:21:12.547 INFO O| Jul 01 21:21:12.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55522026-07-01T21:21:13.765Z[ recovery-image] Jul 01 21:21:12.547 INFO O| Jul 01 21:21:12.547 INFO STEP 68 (remove_files) COMPLETE
55532026-07-01T21:21:13.768Z[ recovery-image] Jul 01 21:21:12.547 INFO O| Jul 01 21:21:12.547 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-07-01T21:21:13.773Z[ recovery-image] Jul 01 21:21:12.555 INFO O| Jul 01 21:21:12.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55552026-07-01T21:21:13.773Z[ recovery-image] Jul 01 21:21:12.555 INFO O| Jul 01 21:21:12.555 INFO STEP 69 (remove_files) COMPLETE
55562026-07-01T21:21:13.775Z[ recovery-image] Jul 01 21:21:12.555 INFO O| Jul 01 21:21:12.555 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-07-01T21:21:13.780Z[ recovery-image] Jul 01 21:21:12.562 INFO O| Jul 01 21:21:12.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55582026-07-01T21:21:13.780Z[ recovery-image] Jul 01 21:21:12.562 INFO O| Jul 01 21:21:12.562 INFO STEP 70 (remove_files) COMPLETE
55592026-07-01T21:21:13.780Z[ recovery-image] Jul 01 21:21:12.562 INFO O| Jul 01 21:21:12.562 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-07-01T21:21:13.786Z[ recovery-image] Jul 01 21:21:12.568 INFO O| Jul 01 21:21:12.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55612026-07-01T21:21:13.786Z[ recovery-image] Jul 01 21:21:12.568 INFO O| Jul 01 21:21:12.568 INFO STEP 71 (remove_files) COMPLETE
55622026-07-01T21:21:13.789Z[ recovery-image] Jul 01 21:21:12.568 INFO O| Jul 01 21:21:12.568 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-07-01T21:21:13.794Z[ recovery-image] Jul 01 21:21:12.576 INFO O| Jul 01 21:21:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55642026-07-01T21:21:13.794Z[ recovery-image] Jul 01 21:21:12.576 INFO O| Jul 01 21:21:12.576 INFO STEP 72 (remove_files) COMPLETE
55652026-07-01T21:21:13.797Z[ recovery-image] Jul 01 21:21:12.576 INFO O| Jul 01 21:21:12.576 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-07-01T21:21:13.802Z[ recovery-image] Jul 01 21:21:12.584 INFO O| Jul 01 21:21:12.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55672026-07-01T21:21:13.802Z[ recovery-image] Jul 01 21:21:12.584 INFO O| Jul 01 21:21:12.584 INFO STEP 73 (remove_files) COMPLETE
55682026-07-01T21:21:13.802Z[ recovery-image] Jul 01 21:21:12.584 INFO O| Jul 01 21:21:12.584 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-07-01T21:21:13.809Z[ recovery-image] Jul 01 21:21:12.591 INFO O| Jul 01 21:21:12.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55702026-07-01T21:21:13.809Z[ recovery-image] Jul 01 21:21:12.591 INFO O| Jul 01 21:21:12.591 INFO STEP 74 (remove_files) COMPLETE
55712026-07-01T21:21:13.812Z[ recovery-image] Jul 01 21:21:12.591 INFO O| Jul 01 21:21:12.591 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-07-01T21:21:13.816Z[ recovery-image] Jul 01 21:21:12.598 INFO O| Jul 01 21:21:12.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55732026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.598 INFO O| Jul 01 21:21:12.598 INFO STEP 75 (remove_files) COMPLETE
55742026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.598 INFO O| Jul 01 21:21:12.598 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.605 INFO O| Jul 01 21:21:12.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55762026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.605 INFO O| Jul 01 21:21:12.605 INFO STEP 76 (remove_files) COMPLETE
55772026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.605 INFO O| Jul 01 21:21:12.605 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.613 INFO O| Jul 01 21:21:12.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55792026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.613 INFO O| Jul 01 21:21:12.613 INFO STEP 77 (remove_files) COMPLETE
55802026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.613 INFO O| Jul 01 21:21:12.613 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.622 INFO O| Jul 01 21:21:12.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55822026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.622 INFO O| Jul 01 21:21:12.622 INFO STEP 78 (remove_files) COMPLETE
55832026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.622 INFO O| Jul 01 21:21:12.622 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-07-01T21:21:13.858Z[ recovery-image] Jul 01 21:21:12.629 INFO O| Jul 01 21:21:12.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55852026-07-01T21:21:13.859Z[ recovery-image] Jul 01 21:21:12.629 INFO O| Jul 01 21:21:12.629 INFO STEP 79 (remove_files) COMPLETE
55862026-07-01T21:21:13.859Z[ recovery-image] Jul 01 21:21:12.629 INFO O| Jul 01 21:21:12.629 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-07-01T21:21:13.859Z[ recovery-image] Jul 01 21:21:12.636 INFO O| Jul 01 21:21:12.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55882026-07-01T21:21:13.859Z[ recovery-image] Jul 01 21:21:12.636 INFO O| Jul 01 21:21:12.636 INFO STEP 80 (remove_files) COMPLETE
55892026-07-01T21:21:13.859Z[ recovery-image] Jul 01 21:21:12.636 INFO O| Jul 01 21:21:12.636 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-07-01T21:21:13.863Z[ recovery-image] Jul 01 21:21:12.644 INFO O| Jul 01 21:21:12.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55912026-07-01T21:21:13.863Z[ recovery-image] Jul 01 21:21:12.644 INFO O| Jul 01 21:21:12.644 INFO STEP 81 (remove_files) COMPLETE
55922026-07-01T21:21:13.863Z[ recovery-image] Jul 01 21:21:12.644 INFO O| Jul 01 21:21:12.644 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-07-01T21:21:13.869Z[ recovery-image] Jul 01 21:21:12.651 INFO O| Jul 01 21:21:12.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55942026-07-01T21:21:13.869Z[ recovery-image] Jul 01 21:21:12.651 INFO O| Jul 01 21:21:12.651 INFO STEP 82 (remove_files) COMPLETE
55952026-07-01T21:21:13.872Z[ recovery-image] Jul 01 21:21:12.651 INFO O| Jul 01 21:21:12.651 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-07-01T21:21:13.878Z[ recovery-image] Jul 01 21:21:12.660 INFO O| Jul 01 21:21:12.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55972026-07-01T21:21:13.878Z[ recovery-image] Jul 01 21:21:12.660 INFO O| Jul 01 21:21:12.660 INFO STEP 83 (remove_files) COMPLETE
55982026-07-01T21:21:13.881Z[ recovery-image] Jul 01 21:21:12.660 INFO O| Jul 01 21:21:12.660 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-07-01T21:21:13.885Z[ recovery-image] Jul 01 21:21:12.667 INFO O| Jul 01 21:21:12.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56002026-07-01T21:21:13.885Z[ recovery-image] Jul 01 21:21:12.667 INFO O| Jul 01 21:21:12.667 INFO STEP 84 (remove_files) COMPLETE
56012026-07-01T21:21:13.885Z[ recovery-image] Jul 01 21:21:12.667 INFO O| Jul 01 21:21:12.667 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-07-01T21:21:13.894Z[ recovery-image] Jul 01 21:21:12.676 INFO O| Jul 01 21:21:12.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56032026-07-01T21:21:13.894Z[ recovery-image] Jul 01 21:21:12.676 INFO O| Jul 01 21:21:12.676 INFO STEP 85 (remove_files) COMPLETE
56042026-07-01T21:21:13.894Z[ recovery-image] Jul 01 21:21:12.676 INFO O| Jul 01 21:21:12.676 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-07-01T21:21:13.901Z[ recovery-image] Jul 01 21:21:12.683 INFO O| Jul 01 21:21:12.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56062026-07-01T21:21:13.901Z[ recovery-image] Jul 01 21:21:12.683 INFO O| Jul 01 21:21:12.683 INFO STEP 86 (remove_files) COMPLETE
56072026-07-01T21:21:13.905Z[ recovery-image] Jul 01 21:21:12.683 INFO O| Jul 01 21:21:12.683 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-07-01T21:21:13.908Z[ recovery-image] Jul 01 21:21:12.690 INFO O| Jul 01 21:21:12.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56092026-07-01T21:21:13.908Z[ recovery-image] Jul 01 21:21:12.690 INFO O| Jul 01 21:21:12.690 INFO STEP 87 (remove_files) COMPLETE
56102026-07-01T21:21:13.908Z[ recovery-image] Jul 01 21:21:12.690 INFO O| Jul 01 21:21:12.690 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-07-01T21:21:13.918Z[ recovery-image] Jul 01 21:21:12.700 INFO O| Jul 01 21:21:12.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56122026-07-01T21:21:13.918Z[ recovery-image] Jul 01 21:21:12.700 INFO O| Jul 01 21:21:12.700 INFO STEP 88 (remove_files) COMPLETE
56132026-07-01T21:21:13.921Z[ recovery-image] Jul 01 21:21:12.700 INFO O| Jul 01 21:21:12.700 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-07-01T21:21:13.925Z[ recovery-image] Jul 01 21:21:12.707 INFO O| Jul 01 21:21:12.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56152026-07-01T21:21:13.927Z[ recovery-image] Jul 01 21:21:12.707 INFO O| Jul 01 21:21:12.707 INFO STEP 89 (remove_files) COMPLETE
56162026-07-01T21:21:13.927Z[ recovery-image] Jul 01 21:21:12.707 INFO O| Jul 01 21:21:12.707 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-07-01T21:21:13.935Z[ recovery-image] Jul 01 21:21:12.717 INFO O| Jul 01 21:21:12.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56182026-07-01T21:21:13.938Z[ recovery-image] Jul 01 21:21:12.717 INFO O| Jul 01 21:21:12.717 INFO STEP 90 (remove_files) COMPLETE
56192026-07-01T21:21:13.938Z[ recovery-image] Jul 01 21:21:12.717 INFO O| Jul 01 21:21:12.717 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-07-01T21:21:13.944Z[ recovery-image] Jul 01 21:21:12.726 INFO O| Jul 01 21:21:12.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56212026-07-01T21:21:13.944Z[ recovery-image] Jul 01 21:21:12.726 INFO O| Jul 01 21:21:12.726 INFO STEP 91 (remove_files) COMPLETE
56222026-07-01T21:21:13.947Z[ recovery-image] Jul 01 21:21:12.726 INFO O| Jul 01 21:21:12.726 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-07-01T21:21:13.953Z[ recovery-image] Jul 01 21:21:12.735 INFO O| Jul 01 21:21:12.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56242026-07-01T21:21:13.953Z[ recovery-image] Jul 01 21:21:12.735 INFO O| Jul 01 21:21:12.735 INFO STEP 92 (remove_files) COMPLETE
56252026-07-01T21:21:13.953Z[ recovery-image] Jul 01 21:21:12.735 INFO O| Jul 01 21:21:12.735 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-07-01T21:21:13.964Z[ recovery-image] Jul 01 21:21:12.746 INFO O| Jul 01 21:21:12.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56272026-07-01T21:21:13.964Z[ recovery-image] Jul 01 21:21:12.746 INFO O| Jul 01 21:21:12.746 INFO STEP 93 (remove_files) COMPLETE
56282026-07-01T21:21:13.967Z[ recovery-image] Jul 01 21:21:12.746 INFO O| Jul 01 21:21:12.746 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-07-01T21:21:13.972Z[ recovery-image] Jul 01 21:21:12.754 INFO O| Jul 01 21:21:12.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56302026-07-01T21:21:13.972Z[ recovery-image] Jul 01 21:21:12.754 INFO O| Jul 01 21:21:12.754 INFO STEP 94 (remove_files) COMPLETE
56312026-07-01T21:21:13.975Z[ recovery-image] Jul 01 21:21:12.754 INFO O| Jul 01 21:21:12.754 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-07-01T21:21:13.981Z[ recovery-image] Jul 01 21:21:12.763 INFO O| Jul 01 21:21:12.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56332026-07-01T21:21:13.981Z[ recovery-image] Jul 01 21:21:12.763 INFO O| Jul 01 21:21:12.763 INFO STEP 95 (remove_files) COMPLETE
56342026-07-01T21:21:13.984Z[ recovery-image] Jul 01 21:21:12.763 INFO O| Jul 01 21:21:12.763 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-07-01T21:21:13.989Z[ recovery-image] Jul 01 21:21:12.771 INFO O| Jul 01 21:21:12.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56362026-07-01T21:21:13.989Z[ recovery-image] Jul 01 21:21:12.771 INFO O| Jul 01 21:21:12.771 INFO STEP 96 (remove_files) COMPLETE
56372026-07-01T21:21:13.992Z[ recovery-image] Jul 01 21:21:12.771 INFO O| Jul 01 21:21:12.771 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-07-01T21:21:13.999Z[ recovery-image] Jul 01 21:21:12.781 INFO O| Jul 01 21:21:12.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56392026-07-01T21:21:13.999Z[ recovery-image] Jul 01 21:21:12.781 INFO O| Jul 01 21:21:12.781 INFO STEP 97 (remove_files) COMPLETE
56402026-07-01T21:21:13.999Z[ recovery-image] Jul 01 21:21:12.781 INFO O| Jul 01 21:21:12.781 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-07-01T21:21:14.008Z[ recovery-image] Jul 01 21:21:12.789 INFO O| Jul 01 21:21:12.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56422026-07-01T21:21:14.008Z[ recovery-image] Jul 01 21:21:12.790 INFO O| Jul 01 21:21:12.789 INFO STEP 98 (remove_files) COMPLETE
56432026-07-01T21:21:14.011Z[ recovery-image] Jul 01 21:21:12.790 INFO O| Jul 01 21:21:12.790 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-07-01T21:21:14.016Z[ recovery-image] Jul 01 21:21:12.798 INFO O| Jul 01 21:21:12.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56452026-07-01T21:21:14.016Z[ recovery-image] Jul 01 21:21:12.798 INFO O| Jul 01 21:21:12.798 INFO STEP 99 (remove_files) COMPLETE
56462026-07-01T21:21:14.019Z[ recovery-image] Jul 01 21:21:12.798 INFO O| Jul 01 21:21:12.798 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-07-01T21:21:14.026Z[ recovery-image] Jul 01 21:21:12.808 INFO O| Jul 01 21:21:12.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56482026-07-01T21:21:14.026Z[ recovery-image] Jul 01 21:21:12.808 INFO O| Jul 01 21:21:12.808 INFO STEP 100 (remove_files) COMPLETE
56492026-07-01T21:21:14.029Z[ recovery-image] Jul 01 21:21:12.808 INFO O| Jul 01 21:21:12.808 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-07-01T21:21:14.034Z[ recovery-image] Jul 01 21:21:12.816 INFO O| Jul 01 21:21:12.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56512026-07-01T21:21:14.037Z[ recovery-image] Jul 01 21:21:12.817 INFO O| Jul 01 21:21:12.817 INFO STEP 101 (remove_files) COMPLETE
56522026-07-01T21:21:14.037Z[ recovery-image] Jul 01 21:21:12.817 INFO O| Jul 01 21:21:12.817 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-07-01T21:21:14.044Z[ recovery-image] Jul 01 21:21:12.826 INFO O| Jul 01 21:21:12.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56542026-07-01T21:21:14.044Z[ recovery-image] Jul 01 21:21:12.826 INFO O| Jul 01 21:21:12.826 INFO STEP 102 (remove_files) COMPLETE
56552026-07-01T21:21:14.047Z[ recovery-image] Jul 01 21:21:12.826 INFO O| Jul 01 21:21:12.826 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-07-01T21:21:14.053Z[ recovery-image] Jul 01 21:21:12.834 INFO O| Jul 01 21:21:12.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56572026-07-01T21:21:14.053Z[ recovery-image] Jul 01 21:21:12.834 INFO O| Jul 01 21:21:12.834 INFO STEP 103 (remove_files) COMPLETE
56582026-07-01T21:21:14.053Z[ recovery-image] Jul 01 21:21:12.834 INFO O| Jul 01 21:21:12.834 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-07-01T21:21:14.062Z[ recovery-image] Jul 01 21:21:12.844 INFO O| Jul 01 21:21:12.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56602026-07-01T21:21:14.064Z[ recovery-image] Jul 01 21:21:12.844 INFO O| Jul 01 21:21:12.844 INFO STEP 104 (remove_files) COMPLETE
56612026-07-01T21:21:14.064Z[ recovery-image] Jul 01 21:21:12.844 INFO O| Jul 01 21:21:12.844 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-07-01T21:21:14.071Z[ recovery-image] Jul 01 21:21:12.852 INFO O| Jul 01 21:21:12.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56632026-07-01T21:21:14.071Z[ recovery-image] Jul 01 21:21:12.852 INFO O| Jul 01 21:21:12.852 INFO STEP 105 (remove_files) COMPLETE
56642026-07-01T21:21:14.073Z[ recovery-image] Jul 01 21:21:12.852 INFO O| Jul 01 21:21:12.852 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-07-01T21:21:14.078Z[ recovery-image] Jul 01 21:21:12.860 INFO O| Jul 01 21:21:12.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56662026-07-01T21:21:14.079Z[ recovery-image] Jul 01 21:21:12.861 INFO O| Jul 01 21:21:12.860 INFO STEP 106 (remove_files) COMPLETE
56672026-07-01T21:21:14.082Z[ recovery-image] Jul 01 21:21:12.861 INFO O| Jul 01 21:21:12.861 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-07-01T21:21:14.086Z[ recovery-image] Jul 01 21:21:12.868 INFO O| Jul 01 21:21:12.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56692026-07-01T21:21:14.086Z[ recovery-image] Jul 01 21:21:12.868 INFO O| Jul 01 21:21:12.868 INFO STEP 107 (remove_files) COMPLETE
56702026-07-01T21:21:14.086Z[ recovery-image] Jul 01 21:21:12.868 INFO O| Jul 01 21:21:12.868 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-07-01T21:21:14.094Z[ recovery-image] Jul 01 21:21:12.876 INFO O| Jul 01 21:21:12.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56722026-07-01T21:21:14.094Z[ recovery-image] Jul 01 21:21:12.876 INFO O| Jul 01 21:21:12.876 INFO STEP 108 (remove_files) COMPLETE
56732026-07-01T21:21:14.097Z[ recovery-image] Jul 01 21:21:12.876 INFO O| Jul 01 21:21:12.876 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-07-01T21:21:14.102Z[ recovery-image] Jul 01 21:21:12.884 INFO O| Jul 01 21:21:12.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56752026-07-01T21:21:14.104Z[ recovery-image] Jul 01 21:21:12.884 INFO O| Jul 01 21:21:12.884 INFO STEP 109 (remove_files) COMPLETE
56762026-07-01T21:21:14.105Z[ recovery-image] Jul 01 21:21:12.884 INFO O| Jul 01 21:21:12.884 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-07-01T21:21:14.110Z[ recovery-image] Jul 01 21:21:12.892 INFO O| Jul 01 21:21:12.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56782026-07-01T21:21:14.110Z[ recovery-image] Jul 01 21:21:12.892 INFO O| Jul 01 21:21:12.892 INFO STEP 110 (remove_files) COMPLETE
56792026-07-01T21:21:14.110Z[ recovery-image] Jul 01 21:21:12.892 INFO O| Jul 01 21:21:12.892 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-07-01T21:21:14.118Z[ recovery-image] Jul 01 21:21:12.899 INFO O| Jul 01 21:21:12.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56812026-07-01T21:21:14.118Z[ recovery-image] Jul 01 21:21:12.899 INFO O| Jul 01 21:21:12.899 INFO STEP 111 (remove_files) COMPLETE
56822026-07-01T21:21:14.120Z[ recovery-image] Jul 01 21:21:12.899 INFO O| Jul 01 21:21:12.899 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-07-01T21:21:14.125Z[ recovery-image] Jul 01 21:21:12.907 INFO O| Jul 01 21:21:12.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56842026-07-01T21:21:14.125Z[ recovery-image] Jul 01 21:21:12.907 INFO O| Jul 01 21:21:12.907 INFO STEP 112 (remove_files) COMPLETE
56852026-07-01T21:21:14.128Z[ recovery-image] Jul 01 21:21:12.907 INFO O| Jul 01 21:21:12.907 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-07-01T21:21:14.134Z[ recovery-image] Jul 01 21:21:12.916 INFO O| Jul 01 21:21:12.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56872026-07-01T21:21:14.134Z[ recovery-image] Jul 01 21:21:12.916 INFO O| Jul 01 21:21:12.916 INFO STEP 113 (remove_files) COMPLETE
56882026-07-01T21:21:14.137Z[ recovery-image] Jul 01 21:21:12.916 INFO O| Jul 01 21:21:12.916 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-07-01T21:21:14.143Z[ recovery-image] Jul 01 21:21:12.925 INFO O| Jul 01 21:21:12.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56902026-07-01T21:21:14.146Z[ recovery-image] Jul 01 21:21:12.926 INFO O| Jul 01 21:21:12.926 INFO STEP 114 (remove_files) COMPLETE
56912026-07-01T21:21:14.146Z[ recovery-image] Jul 01 21:21:12.926 INFO O| Jul 01 21:21:12.926 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-07-01T21:21:14.153Z[ recovery-image] Jul 01 21:21:12.935 INFO O| Jul 01 21:21:12.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56932026-07-01T21:21:14.156Z[ recovery-image] Jul 01 21:21:12.935 INFO O| Jul 01 21:21:12.935 INFO STEP 115 (remove_files) COMPLETE
56942026-07-01T21:21:14.156Z[ recovery-image] Jul 01 21:21:12.935 INFO O| Jul 01 21:21:12.935 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-07-01T21:21:14.162Z[ recovery-image] Jul 01 21:21:12.944 INFO O| Jul 01 21:21:12.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56962026-07-01T21:21:14.165Z[ recovery-image] Jul 01 21:21:12.945 INFO O| Jul 01 21:21:12.944 INFO STEP 116 (remove_files) COMPLETE
56972026-07-01T21:21:14.165Z[ recovery-image] Jul 01 21:21:12.945 INFO O| Jul 01 21:21:12.945 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-07-01T21:21:14.172Z[ recovery-image] Jul 01 21:21:12.953 INFO O| Jul 01 21:21:12.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56992026-07-01T21:21:14.172Z[ recovery-image] Jul 01 21:21:12.953 INFO O| Jul 01 21:21:12.953 INFO STEP 117 (remove_files) COMPLETE
57002026-07-01T21:21:14.175Z[ recovery-image] Jul 01 21:21:12.953 INFO O| Jul 01 21:21:12.953 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-07-01T21:21:14.180Z[ recovery-image] Jul 01 21:21:12.961 INFO O| Jul 01 21:21:12.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57022026-07-01T21:21:14.180Z[ recovery-image] Jul 01 21:21:12.961 INFO O| Jul 01 21:21:12.961 INFO STEP 118 (remove_files) COMPLETE
57032026-07-01T21:21:14.180Z[ recovery-image] Jul 01 21:21:12.961 INFO O| Jul 01 21:21:12.961 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-07-01T21:21:14.187Z[ recovery-image] Jul 01 21:21:12.969 INFO O| Jul 01 21:21:12.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57052026-07-01T21:21:14.187Z[ recovery-image] Jul 01 21:21:12.969 INFO O| Jul 01 21:21:12.969 INFO STEP 119 (remove_files) COMPLETE
57062026-07-01T21:21:14.190Z[ recovery-image] Jul 01 21:21:12.969 INFO O| Jul 01 21:21:12.969 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-07-01T21:21:14.197Z[ recovery-image] Jul 01 21:21:12.979 INFO O| Jul 01 21:21:12.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57082026-07-01T21:21:14.201Z[ recovery-image] Jul 01 21:21:12.979 INFO O| Jul 01 21:21:12.979 INFO STEP 120 (remove_files) COMPLETE
57092026-07-01T21:21:14.201Z[ recovery-image] Jul 01 21:21:12.979 INFO O| Jul 01 21:21:12.979 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-07-01T21:21:14.206Z[ recovery-image] Jul 01 21:21:12.988 INFO O| Jul 01 21:21:12.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57112026-07-01T21:21:14.209Z[ recovery-image] Jul 01 21:21:12.988 INFO O| Jul 01 21:21:12.988 INFO STEP 121 (remove_files) COMPLETE
57122026-07-01T21:21:14.209Z[ recovery-image] Jul 01 21:21:12.988 INFO O| Jul 01 21:21:12.988 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-07-01T21:21:14.213Z[ recovery-image] Jul 01 21:21:12.995 INFO O| Jul 01 21:21:12.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57142026-07-01T21:21:14.215Z[ recovery-image] Jul 01 21:21:12.995 INFO O| Jul 01 21:21:12.995 INFO STEP 122 (remove_files) COMPLETE
57152026-07-01T21:21:14.215Z[ recovery-image] Jul 01 21:21:12.995 INFO O| Jul 01 21:21:12.995 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-07-01T21:21:14.221Z[ recovery-image] Jul 01 21:21:13.003 INFO O| Jul 01 21:21:13.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57172026-07-01T21:21:14.223Z[ recovery-image] Jul 01 21:21:13.003 INFO O| Jul 01 21:21:13.003 INFO STEP 123 (remove_files) COMPLETE
57182026-07-01T21:21:14.223Z[ recovery-image] Jul 01 21:21:13.003 INFO O| Jul 01 21:21:13.003 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-07-01T21:21:14.228Z[ recovery-image] Jul 01 21:21:13.010 INFO O| Jul 01 21:21:13.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57202026-07-01T21:21:14.228Z[ recovery-image] Jul 01 21:21:13.010 INFO O| Jul 01 21:21:13.010 INFO STEP 124 (remove_files) COMPLETE
57212026-07-01T21:21:14.231Z[ recovery-image] Jul 01 21:21:13.010 INFO O| Jul 01 21:21:13.010 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-07-01T21:21:14.236Z[ recovery-image] Jul 01 21:21:13.018 INFO O| Jul 01 21:21:13.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57232026-07-01T21:21:14.239Z[ recovery-image] Jul 01 21:21:13.018 INFO O| Jul 01 21:21:13.018 INFO STEP 125 (remove_files) COMPLETE
57242026-07-01T21:21:14.239Z[ recovery-image] Jul 01 21:21:13.018 INFO O| Jul 01 21:21:13.018 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-07-01T21:21:14.244Z[ recovery-image] Jul 01 21:21:13.026 INFO O| Jul 01 21:21:13.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57262026-07-01T21:21:14.246Z[ recovery-image] Jul 01 21:21:13.026 INFO O| Jul 01 21:21:13.026 INFO STEP 126 (remove_files) COMPLETE
57272026-07-01T21:21:14.246Z[ recovery-image] Jul 01 21:21:13.026 INFO O| Jul 01 21:21:13.026 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-07-01T21:21:14.253Z[ recovery-image] Jul 01 21:21:13.035 INFO O| Jul 01 21:21:13.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57292026-07-01T21:21:14.253Z[ recovery-image] Jul 01 21:21:13.035 INFO O| Jul 01 21:21:13.035 INFO STEP 127 (remove_files) COMPLETE
57302026-07-01T21:21:14.253Z[ recovery-image] Jul 01 21:21:13.035 INFO O| Jul 01 21:21:13.035 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-07-01T21:21:14.260Z[ recovery-image] Jul 01 21:21:13.042 INFO O| Jul 01 21:21:13.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57322026-07-01T21:21:14.261Z[ recovery-image] Jul 01 21:21:13.042 INFO O| Jul 01 21:21:13.042 INFO STEP 128 (remove_files) COMPLETE
57332026-07-01T21:21:14.263Z[ recovery-image] Jul 01 21:21:13.042 INFO O| Jul 01 21:21:13.042 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-07-01T21:21:14.269Z[ recovery-image] Jul 01 21:21:13.051 INFO O| Jul 01 21:21:13.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57352026-07-01T21:21:14.269Z[ recovery-image] Jul 01 21:21:13.051 INFO O| Jul 01 21:21:13.051 INFO STEP 129 (remove_files) COMPLETE
57362026-07-01T21:21:14.272Z[ recovery-image] Jul 01 21:21:13.051 INFO O| Jul 01 21:21:13.051 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-07-01T21:21:14.279Z[ recovery-image] Jul 01 21:21:13.060 INFO O| Jul 01 21:21:13.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57382026-07-01T21:21:14.279Z[ recovery-image] Jul 01 21:21:13.060 INFO O| Jul 01 21:21:13.060 INFO STEP 130 (remove_files) COMPLETE
57392026-07-01T21:21:14.282Z[ recovery-image] Jul 01 21:21:13.060 INFO O| Jul 01 21:21:13.060 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-07-01T21:21:14.286Z[ recovery-image] Jul 01 21:21:13.068 INFO O| Jul 01 21:21:13.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57412026-07-01T21:21:14.289Z[ recovery-image] Jul 01 21:21:13.068 INFO O| Jul 01 21:21:13.068 INFO STEP 131 (remove_files) COMPLETE
57422026-07-01T21:21:14.289Z[ recovery-image] Jul 01 21:21:13.068 INFO O| Jul 01 21:21:13.068 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-07-01T21:21:14.294Z[ recovery-image] Jul 01 21:21:13.076 INFO O| Jul 01 21:21:13.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57442026-07-01T21:21:14.297Z[ recovery-image] Jul 01 21:21:13.076 INFO O| Jul 01 21:21:13.076 INFO STEP 132 (remove_files) COMPLETE
57452026-07-01T21:21:14.297Z[ recovery-image] Jul 01 21:21:13.076 INFO O| Jul 01 21:21:13.076 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-07-01T21:21:14.302Z[ recovery-image] Jul 01 21:21:13.084 INFO O| Jul 01 21:21:13.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57472026-07-01T21:21:14.305Z[ recovery-image] Jul 01 21:21:13.085 INFO O| Jul 01 21:21:13.085 INFO STEP 133 (remove_files) COMPLETE
57482026-07-01T21:21:14.305Z[ recovery-image] Jul 01 21:21:13.085 INFO O| Jul 01 21:21:13.085 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-07-01T21:21:14.310Z[ recovery-image] Jul 01 21:21:13.092 INFO O| Jul 01 21:21:13.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57502026-07-01T21:21:14.310Z[ recovery-image] Jul 01 21:21:13.092 INFO O| Jul 01 21:21:13.092 INFO STEP 134 (remove_files) COMPLETE
57512026-07-01T21:21:14.311Z[ recovery-image] Jul 01 21:21:13.092 INFO O| Jul 01 21:21:13.092 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-07-01T21:21:14.318Z[ recovery-image] Jul 01 21:21:13.099 INFO O| Jul 01 21:21:13.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57532026-07-01T21:21:14.320Z[ recovery-image] Jul 01 21:21:13.100 INFO O| Jul 01 21:21:13.100 INFO STEP 135 (remove_files) COMPLETE
57542026-07-01T21:21:14.320Z[ recovery-image] Jul 01 21:21:13.100 INFO O| Jul 01 21:21:13.100 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-07-01T21:21:14.325Z[ recovery-image] Jul 01 21:21:13.107 INFO O| Jul 01 21:21:13.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57562026-07-01T21:21:14.325Z[ recovery-image] Jul 01 21:21:13.107 INFO O| Jul 01 21:21:13.107 INFO STEP 136 (remove_files) COMPLETE
57572026-07-01T21:21:14.328Z[ recovery-image] Jul 01 21:21:13.107 INFO O| Jul 01 21:21:13.107 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-07-01T21:21:14.331Z[ recovery-image] Jul 01 21:21:13.113 INFO O| Jul 01 21:21:13.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57592026-07-01T21:21:14.331Z[ recovery-image] Jul 01 21:21:13.113 INFO O| Jul 01 21:21:13.113 INFO STEP 137 (remove_files) COMPLETE
57602026-07-01T21:21:14.334Z[ recovery-image] Jul 01 21:21:13.113 INFO O| Jul 01 21:21:13.113 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-07-01T21:21:14.338Z[ recovery-image] Jul 01 21:21:13.120 INFO O| Jul 01 21:21:13.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57622026-07-01T21:21:14.338Z[ recovery-image] Jul 01 21:21:13.120 INFO O| Jul 01 21:21:13.120 INFO STEP 138 (remove_files) COMPLETE
57632026-07-01T21:21:14.341Z[ recovery-image] Jul 01 21:21:13.120 INFO O| Jul 01 21:21:13.120 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-07-01T21:21:14.344Z[ recovery-image] Jul 01 21:21:13.126 INFO O| Jul 01 21:21:13.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57652026-07-01T21:21:14.344Z[ recovery-image] Jul 01 21:21:13.126 INFO O| Jul 01 21:21:13.126 INFO STEP 139 (remove_files) COMPLETE
57662026-07-01T21:21:14.347Z[ recovery-image] Jul 01 21:21:13.126 INFO O| Jul 01 21:21:13.126 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-07-01T21:21:14.350Z[ recovery-image] Jul 01 21:21:13.132 INFO O| Jul 01 21:21:13.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57682026-07-01T21:21:14.350Z[ recovery-image] Jul 01 21:21:13.132 INFO O| Jul 01 21:21:13.132 INFO STEP 140 (remove_files) COMPLETE
57692026-07-01T21:21:14.350Z[ recovery-image] Jul 01 21:21:13.132 INFO O| Jul 01 21:21:13.132 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-07-01T21:21:14.357Z[ recovery-image] Jul 01 21:21:13.139 INFO O| Jul 01 21:21:13.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57712026-07-01T21:21:14.359Z[ recovery-image] Jul 01 21:21:13.139 INFO O| Jul 01 21:21:13.139 INFO STEP 141 (remove_files) COMPLETE
57722026-07-01T21:21:14.359Z[ recovery-image] Jul 01 21:21:13.139 INFO O| Jul 01 21:21:13.139 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-07-01T21:21:14.364Z[ recovery-image] Jul 01 21:21:13.146 INFO O| Jul 01 21:21:13.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57742026-07-01T21:21:14.364Z[ recovery-image] Jul 01 21:21:13.146 INFO O| Jul 01 21:21:13.146 INFO STEP 142 (remove_files) COMPLETE
57752026-07-01T21:21:14.364Z[ recovery-image] Jul 01 21:21:13.146 INFO O| Jul 01 21:21:13.146 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-07-01T21:21:14.375Z[ recovery-image] Jul 01 21:21:13.155 INFO O| Jul 01 21:21:13.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57772026-07-01T21:21:14.375Z[ recovery-image] Jul 01 21:21:13.155 INFO O| Jul 01 21:21:13.155 INFO STEP 143 (remove_files) COMPLETE
57782026-07-01T21:21:14.375Z[ recovery-image] Jul 01 21:21:13.155 INFO O| Jul 01 21:21:13.155 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-07-01T21:21:14.381Z[ recovery-image] Jul 01 21:21:13.163 INFO O| Jul 01 21:21:13.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57802026-07-01T21:21:14.381Z[ recovery-image] Jul 01 21:21:13.163 INFO O| Jul 01 21:21:13.163 INFO STEP 144 (remove_files) COMPLETE
57812026-07-01T21:21:14.385Z[ recovery-image] Jul 01 21:21:13.163 INFO O| Jul 01 21:21:13.163 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-07-01T21:21:14.389Z[ recovery-image] Jul 01 21:21:13.171 INFO O| Jul 01 21:21:13.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57832026-07-01T21:21:14.389Z[ recovery-image] Jul 01 21:21:13.171 INFO O| Jul 01 21:21:13.171 INFO STEP 145 (remove_files) COMPLETE
57842026-07-01T21:21:14.389Z[ recovery-image] Jul 01 21:21:13.171 INFO O| Jul 01 21:21:13.171 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-07-01T21:21:14.397Z[ recovery-image] Jul 01 21:21:13.179 INFO O| Jul 01 21:21:13.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57862026-07-01T21:21:14.397Z[ recovery-image] Jul 01 21:21:13.179 INFO O| Jul 01 21:21:13.179 INFO STEP 146 (remove_files) COMPLETE
57872026-07-01T21:21:14.400Z[ recovery-image] Jul 01 21:21:13.179 INFO O| Jul 01 21:21:13.179 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-07-01T21:21:14.406Z[ recovery-image] Jul 01 21:21:13.187 INFO O| Jul 01 21:21:13.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57892026-07-01T21:21:14.409Z[ recovery-image] Jul 01 21:21:13.187 INFO O| Jul 01 21:21:13.187 INFO STEP 147 (remove_files) COMPLETE
57902026-07-01T21:21:14.409Z[ recovery-image] Jul 01 21:21:13.187 INFO O| Jul 01 21:21:13.187 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-07-01T21:21:14.413Z[ recovery-image] Jul 01 21:21:13.195 INFO O| Jul 01 21:21:13.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57922026-07-01T21:21:14.417Z[ recovery-image] Jul 01 21:21:13.195 INFO O| Jul 01 21:21:13.195 INFO STEP 148 (remove_files) COMPLETE
57932026-07-01T21:21:14.417Z[ recovery-image] Jul 01 21:21:13.195 INFO O| Jul 01 21:21:13.195 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-07-01T21:21:14.421Z[ recovery-image] Jul 01 21:21:13.203 INFO O| Jul 01 21:21:13.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57952026-07-01T21:21:14.424Z[ recovery-image] Jul 01 21:21:13.204 INFO O| Jul 01 21:21:13.204 INFO STEP 149 (remove_files) COMPLETE
57962026-07-01T21:21:14.424Z[ recovery-image] Jul 01 21:21:13.204 INFO O| Jul 01 21:21:13.204 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-07-01T21:21:14.430Z[ recovery-image] Jul 01 21:21:13.211 INFO O| Jul 01 21:21:13.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57982026-07-01T21:21:14.430Z[ recovery-image] Jul 01 21:21:13.212 INFO O| Jul 01 21:21:13.212 INFO STEP 150 (remove_files) COMPLETE
57992026-07-01T21:21:14.430Z[ recovery-image] Jul 01 21:21:13.212 INFO O| Jul 01 21:21:13.212 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-07-01T21:21:14.438Z[ recovery-image] Jul 01 21:21:13.219 INFO O| Jul 01 21:21:13.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58012026-07-01T21:21:14.438Z[ recovery-image] Jul 01 21:21:13.219 INFO O| Jul 01 21:21:13.219 INFO STEP 151 (remove_files) COMPLETE
58022026-07-01T21:21:14.441Z[ recovery-image] Jul 01 21:21:13.219 INFO O| Jul 01 21:21:13.219 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-07-01T21:21:14.445Z[ recovery-image] Jul 01 21:21:13.227 INFO O| Jul 01 21:21:13.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58042026-07-01T21:21:14.445Z[ recovery-image] Jul 01 21:21:13.227 INFO O| Jul 01 21:21:13.227 INFO STEP 152 (remove_files) COMPLETE
58052026-07-01T21:21:14.448Z[ recovery-image] Jul 01 21:21:13.227 INFO O| Jul 01 21:21:13.227 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-07-01T21:21:14.454Z[ recovery-image] Jul 01 21:21:13.236 INFO O| Jul 01 21:21:13.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58072026-07-01T21:21:14.454Z[ recovery-image] Jul 01 21:21:13.236 INFO O| Jul 01 21:21:13.236 INFO STEP 153 (remove_files) COMPLETE
58082026-07-01T21:21:14.457Z[ recovery-image] Jul 01 21:21:13.236 INFO O| Jul 01 21:21:13.236 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-07-01T21:21:14.461Z[ recovery-image] Jul 01 21:21:13.243 INFO O| Jul 01 21:21:13.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58102026-07-01T21:21:14.461Z[ recovery-image] Jul 01 21:21:13.243 INFO O| Jul 01 21:21:13.243 INFO STEP 154 (remove_files) COMPLETE
58112026-07-01T21:21:14.464Z[ recovery-image] Jul 01 21:21:13.243 INFO O| Jul 01 21:21:13.243 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-07-01T21:21:14.468Z[ recovery-image] Jul 01 21:21:13.250 INFO O| Jul 01 21:21:13.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58132026-07-01T21:21:14.471Z[ recovery-image] Jul 01 21:21:13.250 INFO O| Jul 01 21:21:13.250 INFO STEP 155 (remove_files) COMPLETE
58142026-07-01T21:21:14.471Z[ recovery-image] Jul 01 21:21:13.250 INFO O| Jul 01 21:21:13.250 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-07-01T21:21:14.475Z[ recovery-image] Jul 01 21:21:13.257 INFO O| Jul 01 21:21:13.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58162026-07-01T21:21:14.475Z[ recovery-image] Jul 01 21:21:13.257 INFO O| Jul 01 21:21:13.257 INFO STEP 156 (remove_files) COMPLETE
58172026-07-01T21:21:14.478Z[ recovery-image] Jul 01 21:21:13.257 INFO O| Jul 01 21:21:13.257 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-07-01T21:21:14.482Z[ recovery-image] Jul 01 21:21:13.264 INFO O| Jul 01 21:21:13.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58192026-07-01T21:21:14.482Z[ recovery-image] Jul 01 21:21:13.264 INFO O| Jul 01 21:21:13.264 INFO STEP 157 (remove_files) COMPLETE
58202026-07-01T21:21:14.486Z[ recovery-image] Jul 01 21:21:13.264 INFO O| Jul 01 21:21:13.264 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-07-01T21:21:14.490Z[ recovery-image] Jul 01 21:21:13.271 INFO O| Jul 01 21:21:13.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58222026-07-01T21:21:14.490Z[ recovery-image] Jul 01 21:21:13.271 INFO O| Jul 01 21:21:13.271 INFO STEP 158 (remove_files) COMPLETE
58232026-07-01T21:21:14.490Z[ recovery-image] Jul 01 21:21:13.271 INFO O| Jul 01 21:21:13.271 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-07-01T21:21:14.497Z[ recovery-image] Jul 01 21:21:13.278 INFO O| Jul 01 21:21:13.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58252026-07-01T21:21:14.500Z[ recovery-image] Jul 01 21:21:13.278 INFO O| Jul 01 21:21:13.278 INFO STEP 159 (remove_files) COMPLETE
58262026-07-01T21:21:14.500Z[ recovery-image] Jul 01 21:21:13.278 INFO O| Jul 01 21:21:13.278 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-07-01T21:21:14.504Z[ recovery-image] Jul 01 21:21:13.286 INFO O| Jul 01 21:21:13.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58282026-07-01T21:21:14.504Z[ recovery-image] Jul 01 21:21:13.286 INFO O| Jul 01 21:21:13.286 INFO STEP 160 (remove_files) COMPLETE
58292026-07-01T21:21:14.507Z[ recovery-image] Jul 01 21:21:13.286 INFO O| Jul 01 21:21:13.286 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-07-01T21:21:14.513Z[ recovery-image] Jul 01 21:21:13.295 INFO O| Jul 01 21:21:13.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58312026-07-01T21:21:14.513Z[ recovery-image] Jul 01 21:21:13.295 INFO O| Jul 01 21:21:13.295 INFO STEP 161 (remove_files) COMPLETE
58322026-07-01T21:21:14.516Z[ recovery-image] Jul 01 21:21:13.295 INFO O| Jul 01 21:21:13.295 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-07-01T21:21:14.521Z[ recovery-image] Jul 01 21:21:13.303 INFO O| Jul 01 21:21:13.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58342026-07-01T21:21:14.524Z[ recovery-image] Jul 01 21:21:13.304 INFO O| Jul 01 21:21:13.304 INFO STEP 162 (remove_files) COMPLETE
58352026-07-01T21:21:14.524Z[ recovery-image] Jul 01 21:21:13.304 INFO O| Jul 01 21:21:13.304 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-07-01T21:21:14.531Z[ recovery-image] Jul 01 21:21:13.313 INFO O| Jul 01 21:21:13.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58372026-07-01T21:21:14.531Z[ recovery-image] Jul 01 21:21:13.313 INFO O| Jul 01 21:21:13.313 INFO STEP 163 (remove_files) COMPLETE
58382026-07-01T21:21:14.531Z[ recovery-image] Jul 01 21:21:13.313 INFO O| Jul 01 21:21:13.313 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-07-01T21:21:14.540Z[ recovery-image] Jul 01 21:21:13.322 INFO O| Jul 01 21:21:13.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58402026-07-01T21:21:14.540Z[ recovery-image] Jul 01 21:21:13.322 INFO O| Jul 01 21:21:13.322 INFO STEP 164 (remove_files) COMPLETE
58412026-07-01T21:21:14.540Z[ recovery-image] Jul 01 21:21:13.322 INFO O| Jul 01 21:21:13.322 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-07-01T21:21:14.548Z[ recovery-image] Jul 01 21:21:13.329 INFO O| Jul 01 21:21:13.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58432026-07-01T21:21:14.551Z[ recovery-image] Jul 01 21:21:13.330 INFO O| Jul 01 21:21:13.330 INFO STEP 165 (remove_files) COMPLETE
58442026-07-01T21:21:14.551Z[ recovery-image] Jul 01 21:21:13.330 INFO O| Jul 01 21:21:13.330 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-07-01T21:21:14.556Z[ recovery-image] Jul 01 21:21:13.338 INFO O| Jul 01 21:21:13.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58462026-07-01T21:21:14.559Z[ recovery-image] Jul 01 21:21:13.338 INFO O| Jul 01 21:21:13.338 INFO STEP 166 (remove_files) COMPLETE
58472026-07-01T21:21:14.559Z[ recovery-image] Jul 01 21:21:13.338 INFO O| Jul 01 21:21:13.338 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-07-01T21:21:14.564Z[ recovery-image] Jul 01 21:21:13.346 INFO O| Jul 01 21:21:13.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58492026-07-01T21:21:14.564Z[ recovery-image] Jul 01 21:21:13.346 INFO O| Jul 01 21:21:13.346 INFO STEP 167 (remove_files) COMPLETE
58502026-07-01T21:21:14.567Z[ recovery-image] Jul 01 21:21:13.346 INFO O| Jul 01 21:21:13.346 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-07-01T21:21:14.571Z[ recovery-image] Jul 01 21:21:13.353 INFO O| Jul 01 21:21:13.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58522026-07-01T21:21:14.572Z[ recovery-image] Jul 01 21:21:13.353 INFO O| Jul 01 21:21:13.353 INFO STEP 168 (remove_files) COMPLETE
58532026-07-01T21:21:14.575Z[ recovery-image] Jul 01 21:21:13.353 INFO O| Jul 01 21:21:13.353 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-07-01T21:21:14.580Z[ recovery-image] Jul 01 21:21:13.362 INFO O| Jul 01 21:21:13.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58552026-07-01T21:21:14.580Z[ recovery-image] Jul 01 21:21:13.362 INFO O| Jul 01 21:21:13.362 INFO STEP 169 (remove_files) COMPLETE
58562026-07-01T21:21:14.580Z[ recovery-image] Jul 01 21:21:13.362 INFO O| Jul 01 21:21:13.362 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-07-01T21:21:14.589Z[ recovery-image] Jul 01 21:21:13.370 INFO O| Jul 01 21:21:13.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58582026-07-01T21:21:14.592Z[ recovery-image] Jul 01 21:21:13.370 INFO O| Jul 01 21:21:13.370 INFO STEP 170 (remove_files) COMPLETE
58592026-07-01T21:21:14.592Z[ recovery-image] Jul 01 21:21:13.370 INFO O| Jul 01 21:21:13.370 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-07-01T21:21:14.596Z[ recovery-image] Jul 01 21:21:13.378 INFO O| Jul 01 21:21:13.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58612026-07-01T21:21:14.599Z[ recovery-image] Jul 01 21:21:13.378 INFO O| Jul 01 21:21:13.378 INFO STEP 171 (remove_files) COMPLETE
58622026-07-01T21:21:14.599Z[ recovery-image] Jul 01 21:21:13.378 INFO O| Jul 01 21:21:13.378 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-07-01T21:21:14.604Z[ recovery-image] Jul 01 21:21:13.386 INFO O| Jul 01 21:21:13.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58642026-07-01T21:21:14.607Z[ recovery-image] Jul 01 21:21:13.386 INFO O| Jul 01 21:21:13.386 INFO STEP 172 (remove_files) COMPLETE
58652026-07-01T21:21:14.607Z[ recovery-image] Jul 01 21:21:13.386 INFO O| Jul 01 21:21:13.386 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-07-01T21:21:14.611Z[ recovery-image] Jul 01 21:21:13.393 INFO O| Jul 01 21:21:13.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58672026-07-01T21:21:14.611Z[ recovery-image] Jul 01 21:21:13.393 INFO O| Jul 01 21:21:13.393 INFO STEP 173 (remove_files) COMPLETE
58682026-07-01T21:21:14.615Z[ recovery-image] Jul 01 21:21:13.393 INFO O| Jul 01 21:21:13.393 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-07-01T21:21:14.618Z[ recovery-image] Jul 01 21:21:13.400 INFO O| Jul 01 21:21:13.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58702026-07-01T21:21:14.618Z[ recovery-image] Jul 01 21:21:13.400 INFO O| Jul 01 21:21:13.400 INFO STEP 174 (remove_files) COMPLETE
58712026-07-01T21:21:14.618Z[ recovery-image] Jul 01 21:21:13.400 INFO O| Jul 01 21:21:13.400 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-07-01T21:21:14.625Z[ recovery-image] Jul 01 21:21:13.406 INFO O| Jul 01 21:21:13.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58732026-07-01T21:21:14.625Z[ recovery-image] Jul 01 21:21:13.406 INFO O| Jul 01 21:21:13.406 INFO STEP 175 (remove_files) COMPLETE
58742026-07-01T21:21:14.627Z[ recovery-image] Jul 01 21:21:13.406 INFO O| Jul 01 21:21:13.406 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-07-01T21:21:14.631Z[ recovery-image] Jul 01 21:21:13.413 INFO O| Jul 01 21:21:13.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58762026-07-01T21:21:14.631Z[ recovery-image] Jul 01 21:21:13.413 INFO O| Jul 01 21:21:13.413 INFO STEP 176 (remove_files) COMPLETE
58772026-07-01T21:21:14.631Z[ recovery-image] Jul 01 21:21:13.413 INFO O| Jul 01 21:21:13.413 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-07-01T21:21:14.640Z[ recovery-image] Jul 01 21:21:13.422 INFO O| Jul 01 21:21:13.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58792026-07-01T21:21:14.643Z[ recovery-image] Jul 01 21:21:13.423 INFO O| Jul 01 21:21:13.423 INFO STEP 177 (remove_files) COMPLETE
58802026-07-01T21:21:14.643Z[ recovery-image] Jul 01 21:21:13.423 INFO O| Jul 01 21:21:13.423 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-07-01T21:21:14.649Z[ recovery-image] Jul 01 21:21:13.431 INFO O| Jul 01 21:21:13.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58822026-07-01T21:21:14.649Z[ recovery-image] Jul 01 21:21:13.431 INFO O| Jul 01 21:21:13.431 INFO STEP 178 (remove_files) COMPLETE
58832026-07-01T21:21:14.652Z[ recovery-image] Jul 01 21:21:13.431 INFO O| Jul 01 21:21:13.431 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-07-01T21:21:14.656Z[ recovery-image] Jul 01 21:21:13.438 INFO O| Jul 01 21:21:13.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58852026-07-01T21:21:14.656Z[ recovery-image] Jul 01 21:21:13.438 INFO O| Jul 01 21:21:13.438 INFO STEP 179 (remove_files) COMPLETE
58862026-07-01T21:21:14.660Z[ recovery-image] Jul 01 21:21:13.438 INFO O| Jul 01 21:21:13.438 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-07-01T21:21:14.665Z[ recovery-image] Jul 01 21:21:13.447 INFO O| Jul 01 21:21:13.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58882026-07-01T21:21:14.665Z[ recovery-image] Jul 01 21:21:13.447 INFO O| Jul 01 21:21:13.447 INFO STEP 180 (remove_files) COMPLETE
58892026-07-01T21:21:14.665Z[ recovery-image] Jul 01 21:21:13.447 INFO O| Jul 01 21:21:13.447 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-07-01T21:21:14.674Z[ recovery-image] Jul 01 21:21:13.454 INFO O| Jul 01 21:21:13.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58912026-07-01T21:21:14.678Z[ recovery-image] Jul 01 21:21:13.455 INFO O| Jul 01 21:21:13.455 INFO STEP 181 (remove_files) COMPLETE
58922026-07-01T21:21:14.678Z[ recovery-image] Jul 01 21:21:13.455 INFO O| Jul 01 21:21:13.455 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-07-01T21:21:14.681Z[ recovery-image] Jul 01 21:21:13.463 INFO O| Jul 01 21:21:13.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58942026-07-01T21:21:14.681Z[ recovery-image] Jul 01 21:21:13.463 INFO O| Jul 01 21:21:13.463 INFO STEP 182 (remove_files) COMPLETE
58952026-07-01T21:21:14.681Z[ recovery-image] Jul 01 21:21:13.463 INFO O| Jul 01 21:21:13.463 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-07-01T21:21:14.688Z[ recovery-image] Jul 01 21:21:13.470 INFO O| Jul 01 21:21:13.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58972026-07-01T21:21:14.688Z[ recovery-image] Jul 01 21:21:13.470 INFO O| Jul 01 21:21:13.470 INFO STEP 183 (remove_files) COMPLETE
58982026-07-01T21:21:14.688Z[ recovery-image] Jul 01 21:21:13.470 INFO O| Jul 01 21:21:13.470 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-07-01T21:21:14.695Z[ recovery-image] Jul 01 21:21:13.477 INFO O| Jul 01 21:21:13.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59002026-07-01T21:21:14.698Z[ recovery-image] Jul 01 21:21:13.477 INFO O| Jul 01 21:21:13.477 INFO STEP 184 (remove_files) COMPLETE
59012026-07-01T21:21:14.698Z[ recovery-image] Jul 01 21:21:13.477 INFO O| Jul 01 21:21:13.477 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-07-01T21:21:14.703Z[ recovery-image] Jul 01 21:21:13.485 INFO O| Jul 01 21:21:13.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59032026-07-01T21:21:14.703Z[ recovery-image] Jul 01 21:21:13.485 INFO O| Jul 01 21:21:13.485 INFO STEP 185 (remove_files) COMPLETE
59042026-07-01T21:21:14.706Z[ recovery-image] Jul 01 21:21:13.485 INFO O| Jul 01 21:21:13.485 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-07-01T21:21:14.710Z[ recovery-image] Jul 01 21:21:13.492 INFO O| Jul 01 21:21:13.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59062026-07-01T21:21:14.710Z[ recovery-image] Jul 01 21:21:13.492 INFO O| Jul 01 21:21:13.492 INFO STEP 186 (remove_files) COMPLETE
59072026-07-01T21:21:14.713Z[ recovery-image] Jul 01 21:21:13.492 INFO O| Jul 01 21:21:13.492 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-07-01T21:21:14.716Z[ recovery-image] Jul 01 21:21:13.498 INFO O| Jul 01 21:21:13.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59092026-07-01T21:21:14.716Z[ recovery-image] Jul 01 21:21:13.498 INFO O| Jul 01 21:21:13.498 INFO STEP 187 (remove_files) COMPLETE
59102026-07-01T21:21:14.716Z[ recovery-image] Jul 01 21:21:13.498 INFO O| Jul 01 21:21:13.498 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-07-01T21:21:14.723Z[ recovery-image] Jul 01 21:21:13.505 INFO O| Jul 01 21:21:13.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59122026-07-01T21:21:14.726Z[ recovery-image] Jul 01 21:21:13.505 INFO O| Jul 01 21:21:13.505 INFO STEP 188 (remove_files) COMPLETE
59132026-07-01T21:21:14.726Z[ recovery-image] Jul 01 21:21:13.505 INFO O| Jul 01 21:21:13.505 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-07-01T21:21:14.730Z[ recovery-image] Jul 01 21:21:13.511 INFO O| Jul 01 21:21:13.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59152026-07-01T21:21:14.730Z[ recovery-image] Jul 01 21:21:13.511 INFO O| Jul 01 21:21:13.511 INFO STEP 189 (remove_files) COMPLETE
59162026-07-01T21:21:14.734Z[ recovery-image] Jul 01 21:21:13.511 INFO O| Jul 01 21:21:13.511 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-07-01T21:21:14.737Z[ recovery-image] Jul 01 21:21:13.518 INFO O| Jul 01 21:21:13.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59182026-07-01T21:21:14.737Z[ recovery-image] Jul 01 21:21:13.518 INFO O| Jul 01 21:21:13.518 INFO STEP 190 (remove_files) COMPLETE
59192026-07-01T21:21:14.737Z[ recovery-image] Jul 01 21:21:13.518 INFO O| Jul 01 21:21:13.518 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-07-01T21:21:14.742Z[ recovery-image] Jul 01 21:21:13.524 INFO O| Jul 01 21:21:13.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59212026-07-01T21:21:14.742Z[ recovery-image] Jul 01 21:21:13.524 INFO O| Jul 01 21:21:13.524 INFO STEP 191 (remove_files) COMPLETE
59222026-07-01T21:21:14.743Z[ recovery-image] Jul 01 21:21:13.524 INFO O| Jul 01 21:21:13.524 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-07-01T21:21:14.749Z[ recovery-image] Jul 01 21:21:13.531 INFO O| Jul 01 21:21:13.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59242026-07-01T21:21:14.749Z[ recovery-image] Jul 01 21:21:13.531 INFO O| Jul 01 21:21:13.531 INFO STEP 192 (remove_files) COMPLETE
59252026-07-01T21:21:14.749Z[ recovery-image] Jul 01 21:21:13.531 INFO O| Jul 01 21:21:13.531 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-07-01T21:21:14.755Z[ recovery-image] Jul 01 21:21:13.537 INFO O| Jul 01 21:21:13.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59272026-07-01T21:21:14.755Z[ recovery-image] Jul 01 21:21:13.537 INFO O| Jul 01 21:21:13.537 INFO STEP 193 (remove_files) COMPLETE
59282026-07-01T21:21:14.756Z[ recovery-image] Jul 01 21:21:13.537 INFO O| Jul 01 21:21:13.537 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-07-01T21:21:14.762Z[ recovery-image] Jul 01 21:21:13.543 INFO O| Jul 01 21:21:13.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59302026-07-01T21:21:14.765Z[ recovery-image] Jul 01 21:21:13.544 INFO O| Jul 01 21:21:13.543 INFO STEP 194 (remove_files) COMPLETE
59312026-07-01T21:21:14.765Z[ recovery-image] Jul 01 21:21:13.544 INFO O| Jul 01 21:21:13.544 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-07-01T21:21:14.768Z[ recovery-image] Jul 01 21:21:13.550 INFO O| Jul 01 21:21:13.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59332026-07-01T21:21:14.768Z[ recovery-image] Jul 01 21:21:13.550 INFO O| Jul 01 21:21:13.550 INFO STEP 195 (remove_files) COMPLETE
59342026-07-01T21:21:14.772Z[ recovery-image] Jul 01 21:21:13.550 INFO O| Jul 01 21:21:13.550 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-07-01T21:21:14.775Z[ recovery-image] Jul 01 21:21:13.557 INFO O| Jul 01 21:21:13.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59362026-07-01T21:21:14.775Z[ recovery-image] Jul 01 21:21:13.557 INFO O| Jul 01 21:21:13.557 INFO STEP 196 (remove_files) COMPLETE
59372026-07-01T21:21:14.778Z[ recovery-image] Jul 01 21:21:13.557 INFO O| Jul 01 21:21:13.557 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-07-01T21:21:14.784Z[ recovery-image] Jul 01 21:21:13.566 INFO O| Jul 01 21:21:13.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59392026-07-01T21:21:14.784Z[ recovery-image] Jul 01 21:21:13.566 INFO O| Jul 01 21:21:13.566 INFO STEP 197 (remove_files) COMPLETE
59402026-07-01T21:21:14.784Z[ recovery-image] Jul 01 21:21:13.566 INFO O| Jul 01 21:21:13.566 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-07-01T21:21:14.792Z[ recovery-image] Jul 01 21:21:13.573 INFO O| Jul 01 21:21:13.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59422026-07-01T21:21:14.792Z[ recovery-image] Jul 01 21:21:13.574 INFO O| Jul 01 21:21:13.573 INFO STEP 198 (remove_files) COMPLETE
59432026-07-01T21:21:14.792Z[ recovery-image] Jul 01 21:21:13.574 INFO O| Jul 01 21:21:13.574 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-07-01T21:21:14.801Z[ recovery-image] Jul 01 21:21:13.582 INFO O| Jul 01 21:21:13.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59452026-07-01T21:21:14.801Z[ recovery-image] Jul 01 21:21:13.582 INFO O| Jul 01 21:21:13.582 INFO STEP 199 (remove_files) COMPLETE
59462026-07-01T21:21:14.804Z[ recovery-image] Jul 01 21:21:13.582 INFO O| Jul 01 21:21:13.582 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-07-01T21:21:14.808Z[ recovery-image] Jul 01 21:21:13.590 INFO O| Jul 01 21:21:13.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59482026-07-01T21:21:14.810Z[ recovery-image] Jul 01 21:21:13.590 INFO O| Jul 01 21:21:13.590 INFO STEP 200 (remove_files) COMPLETE
59492026-07-01T21:21:14.810Z[ recovery-image] Jul 01 21:21:13.590 INFO O| Jul 01 21:21:13.590 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-07-01T21:21:14.816Z[ recovery-image] Jul 01 21:21:13.598 INFO O| Jul 01 21:21:13.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59512026-07-01T21:21:14.819Z[ recovery-image] Jul 01 21:21:13.598 INFO O| Jul 01 21:21:13.598 INFO STEP 201 (remove_files) COMPLETE
59522026-07-01T21:21:14.819Z[ recovery-image] Jul 01 21:21:13.598 INFO O| Jul 01 21:21:13.598 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-07-01T21:21:14.823Z[ recovery-image] Jul 01 21:21:13.605 INFO O| Jul 01 21:21:13.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59542026-07-01T21:21:14.823Z[ recovery-image] Jul 01 21:21:13.605 INFO O| Jul 01 21:21:13.605 INFO STEP 202 (remove_files) COMPLETE
59552026-07-01T21:21:14.826Z[ recovery-image] Jul 01 21:21:13.605 INFO O| Jul 01 21:21:13.605 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-07-01T21:21:14.831Z[ recovery-image] Jul 01 21:21:13.613 INFO O| Jul 01 21:21:13.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59572026-07-01T21:21:14.831Z[ recovery-image] Jul 01 21:21:13.613 INFO O| Jul 01 21:21:13.613 INFO STEP 203 (remove_files) COMPLETE
59582026-07-01T21:21:14.834Z[ recovery-image] Jul 01 21:21:13.613 INFO O| Jul 01 21:21:13.613 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-07-01T21:21:14.839Z[ recovery-image] Jul 01 21:21:13.621 INFO O| Jul 01 21:21:13.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59602026-07-01T21:21:14.840Z[ recovery-image] Jul 01 21:21:13.621 INFO O| Jul 01 21:21:13.621 INFO STEP 204 (remove_files) COMPLETE
59612026-07-01T21:21:14.845Z[ recovery-image] Jul 01 21:21:13.621 INFO O| Jul 01 21:21:13.621 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-07-01T21:21:14.848Z[ recovery-image] Jul 01 21:21:13.628 INFO O| Jul 01 21:21:13.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59632026-07-01T21:21:14.848Z[ recovery-image] Jul 01 21:21:13.629 INFO O| Jul 01 21:21:13.628 INFO STEP 205 (remove_files) COMPLETE
59642026-07-01T21:21:14.848Z[ recovery-image] Jul 01 21:21:13.629 INFO O| Jul 01 21:21:13.629 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-07-01T21:21:14.854Z[ recovery-image] Jul 01 21:21:13.636 INFO O| Jul 01 21:21:13.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59662026-07-01T21:21:14.854Z[ recovery-image] Jul 01 21:21:13.636 INFO O| Jul 01 21:21:13.636 INFO STEP 206 (remove_files) COMPLETE
59672026-07-01T21:21:14.857Z[ recovery-image] Jul 01 21:21:13.636 INFO O| Jul 01 21:21:13.636 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-07-01T21:21:14.861Z[ recovery-image] Jul 01 21:21:13.643 INFO O| Jul 01 21:21:13.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59692026-07-01T21:21:14.861Z[ recovery-image] Jul 01 21:21:13.643 INFO O| Jul 01 21:21:13.643 INFO STEP 207 (remove_files) COMPLETE
59702026-07-01T21:21:14.861Z[ recovery-image] Jul 01 21:21:13.643 INFO O| Jul 01 21:21:13.643 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-07-01T21:21:14.868Z[ recovery-image] Jul 01 21:21:13.650 INFO O| Jul 01 21:21:13.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59722026-07-01T21:21:14.869Z[ recovery-image] Jul 01 21:21:13.650 INFO O| Jul 01 21:21:13.650 INFO STEP 208 (remove_files) COMPLETE
59732026-07-01T21:21:14.869Z[ recovery-image] Jul 01 21:21:13.650 INFO O| Jul 01 21:21:13.650 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-07-01T21:21:14.876Z[ recovery-image] Jul 01 21:21:13.657 INFO O| Jul 01 21:21:13.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59752026-07-01T21:21:14.876Z[ recovery-image] Jul 01 21:21:13.657 INFO O| Jul 01 21:21:13.657 INFO STEP 209 (remove_files) COMPLETE
59762026-07-01T21:21:14.879Z[ recovery-image] Jul 01 21:21:13.657 INFO O| Jul 01 21:21:13.657 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-07-01T21:21:14.883Z[ recovery-image] Jul 01 21:21:13.664 INFO O| Jul 01 21:21:13.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59782026-07-01T21:21:14.883Z[ recovery-image] Jul 01 21:21:13.664 INFO O| Jul 01 21:21:13.664 INFO STEP 210 (remove_files) COMPLETE
59792026-07-01T21:21:14.883Z[ recovery-image] Jul 01 21:21:13.664 INFO O| Jul 01 21:21:13.664 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-07-01T21:21:14.889Z[ recovery-image] Jul 01 21:21:13.671 INFO O| Jul 01 21:21:13.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59812026-07-01T21:21:14.889Z[ recovery-image] Jul 01 21:21:13.671 INFO O| Jul 01 21:21:13.671 INFO STEP 211 (remove_files) COMPLETE
59822026-07-01T21:21:14.889Z[ recovery-image] Jul 01 21:21:13.671 INFO O| Jul 01 21:21:13.671 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-07-01T21:21:14.896Z[ recovery-image] Jul 01 21:21:13.678 INFO O| Jul 01 21:21:13.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59842026-07-01T21:21:14.896Z[ recovery-image] Jul 01 21:21:13.678 INFO O| Jul 01 21:21:13.678 INFO STEP 212 (remove_files) COMPLETE
59852026-07-01T21:21:14.899Z[ recovery-image] Jul 01 21:21:13.678 INFO O| Jul 01 21:21:13.678 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-07-01T21:21:14.904Z[ recovery-image] Jul 01 21:21:13.685 INFO O| Jul 01 21:21:13.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59872026-07-01T21:21:14.904Z[ recovery-image] Jul 01 21:21:13.686 INFO O| Jul 01 21:21:13.686 INFO STEP 213 (remove_files) COMPLETE
59882026-07-01T21:21:14.906Z[ recovery-image] Jul 01 21:21:13.686 INFO O| Jul 01 21:21:13.686 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-07-01T21:21:14.911Z[ recovery-image] Jul 01 21:21:13.693 INFO O| Jul 01 21:21:13.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59902026-07-01T21:21:14.911Z[ recovery-image] Jul 01 21:21:13.693 INFO O| Jul 01 21:21:13.693 INFO STEP 214 (remove_files) COMPLETE
59912026-07-01T21:21:14.911Z[ recovery-image] Jul 01 21:21:13.693 INFO O| Jul 01 21:21:13.693 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-07-01T21:21:14.918Z[ recovery-image] Jul 01 21:21:13.699 INFO O| Jul 01 21:21:13.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59932026-07-01T21:21:14.918Z[ recovery-image] Jul 01 21:21:13.699 INFO O| Jul 01 21:21:13.699 INFO STEP 215 (remove_files) COMPLETE
59942026-07-01T21:21:14.918Z[ recovery-image] Jul 01 21:21:13.699 INFO O| Jul 01 21:21:13.699 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-07-01T21:21:14.926Z[ recovery-image] Jul 01 21:21:13.708 INFO O| Jul 01 21:21:13.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59962026-07-01T21:21:14.929Z[ recovery-image] Jul 01 21:21:13.708 INFO O| Jul 01 21:21:13.708 INFO STEP 216 (remove_files) COMPLETE
59972026-07-01T21:21:14.929Z[ recovery-image] Jul 01 21:21:13.708 INFO O| Jul 01 21:21:13.708 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-07-01T21:21:14.934Z[ recovery-image] Jul 01 21:21:13.715 INFO O| Jul 01 21:21:13.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59992026-07-01T21:21:14.934Z[ recovery-image] Jul 01 21:21:13.715 INFO O| Jul 01 21:21:13.715 INFO STEP 217 (remove_files) COMPLETE
60002026-07-01T21:21:14.934Z[ recovery-image] Jul 01 21:21:13.715 INFO O| Jul 01 21:21:13.715 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-07-01T21:21:14.943Z[ recovery-image] Jul 01 21:21:13.724 INFO O| Jul 01 21:21:13.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60022026-07-01T21:21:14.943Z[ recovery-image] Jul 01 21:21:13.724 INFO O| Jul 01 21:21:13.724 INFO STEP 218 (remove_files) COMPLETE
60032026-07-01T21:21:14.946Z[ recovery-image] Jul 01 21:21:13.724 INFO O| Jul 01 21:21:13.724 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-07-01T21:21:14.950Z[ recovery-image] Jul 01 21:21:13.732 INFO O| Jul 01 21:21:13.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60052026-07-01T21:21:14.950Z[ recovery-image] Jul 01 21:21:13.732 INFO O| Jul 01 21:21:13.732 INFO STEP 219 (remove_files) COMPLETE
60062026-07-01T21:21:14.950Z[ recovery-image] Jul 01 21:21:13.732 INFO O| Jul 01 21:21:13.732 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-07-01T21:21:14.957Z[ recovery-image] Jul 01 21:21:13.739 INFO O| Jul 01 21:21:13.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60082026-07-01T21:21:14.958Z[ recovery-image] Jul 01 21:21:13.739 INFO O| Jul 01 21:21:13.739 INFO STEP 220 (remove_files) COMPLETE
60092026-07-01T21:21:14.958Z[ recovery-image] Jul 01 21:21:13.739 INFO O| Jul 01 21:21:13.739 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-07-01T21:21:14.966Z[ recovery-image] Jul 01 21:21:13.747 INFO O| Jul 01 21:21:13.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60112026-07-01T21:21:14.966Z[ recovery-image] Jul 01 21:21:13.747 INFO O| Jul 01 21:21:13.747 INFO STEP 221 (remove_files) COMPLETE
60122026-07-01T21:21:14.966Z[ recovery-image] Jul 01 21:21:13.747 INFO O| Jul 01 21:21:13.747 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-07-01T21:21:14.973Z[ recovery-image] Jul 01 21:21:13.755 INFO O| Jul 01 21:21:13.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60142026-07-01T21:21:14.973Z[ recovery-image] Jul 01 21:21:13.755 INFO O| Jul 01 21:21:13.755 INFO STEP 222 (remove_files) COMPLETE
60152026-07-01T21:21:14.973Z[ recovery-image] Jul 01 21:21:13.755 INFO O| Jul 01 21:21:13.755 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-07-01T21:21:14.981Z[ recovery-image] Jul 01 21:21:13.762 INFO O| Jul 01 21:21:13.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60172026-07-01T21:21:14.981Z[ recovery-image] Jul 01 21:21:13.762 INFO O| Jul 01 21:21:13.762 INFO STEP 223 (remove_files) COMPLETE
60182026-07-01T21:21:14.981Z[ recovery-image] Jul 01 21:21:13.762 INFO O| Jul 01 21:21:13.762 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-07-01T21:21:14.988Z[ recovery-image] Jul 01 21:21:13.770 INFO O| Jul 01 21:21:13.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60202026-07-01T21:21:14.988Z[ recovery-image] Jul 01 21:21:13.770 INFO O| Jul 01 21:21:13.770 INFO STEP 224 (remove_files) COMPLETE
60212026-07-01T21:21:14.991Z[ recovery-image] Jul 01 21:21:13.770 INFO O| Jul 01 21:21:13.770 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-07-01T21:21:14.996Z[ recovery-image] Jul 01 21:21:13.778 INFO O| Jul 01 21:21:13.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60232026-07-01T21:21:14.999Z[ recovery-image] Jul 01 21:21:13.779 INFO O| Jul 01 21:21:13.779 INFO STEP 225 (remove_files) COMPLETE
60242026-07-01T21:21:14.999Z[ recovery-image] Jul 01 21:21:13.779 INFO O| Jul 01 21:21:13.779 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-07-01T21:21:15.004Z[ recovery-image] Jul 01 21:21:13.786 INFO O| Jul 01 21:21:13.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60262026-07-01T21:21:15.004Z[ recovery-image] Jul 01 21:21:13.786 INFO O| Jul 01 21:21:13.786 INFO STEP 226 (remove_files) COMPLETE
60272026-07-01T21:21:15.004Z[ recovery-image] Jul 01 21:21:13.786 INFO O| Jul 01 21:21:13.786 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-07-01T21:21:15.012Z[ recovery-image] Jul 01 21:21:13.794 INFO O| Jul 01 21:21:13.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60292026-07-01T21:21:15.013Z[ recovery-image] Jul 01 21:21:13.794 INFO O| Jul 01 21:21:13.794 INFO STEP 227 (remove_files) COMPLETE
60302026-07-01T21:21:15.016Z[ recovery-image] Jul 01 21:21:13.794 INFO O| Jul 01 21:21:13.794 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-07-01T21:21:15.021Z[ recovery-image] Jul 01 21:21:13.802 INFO O| Jul 01 21:21:13.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60322026-07-01T21:21:15.021Z[ recovery-image] Jul 01 21:21:13.802 INFO O| Jul 01 21:21:13.802 INFO STEP 228 (remove_files) COMPLETE
60332026-07-01T21:21:15.021Z[ recovery-image] Jul 01 21:21:13.802 INFO O| Jul 01 21:21:13.802 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-07-01T21:21:15.028Z[ recovery-image] Jul 01 21:21:13.810 INFO O| Jul 01 21:21:13.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60352026-07-01T21:21:15.028Z[ recovery-image] Jul 01 21:21:13.810 INFO O| Jul 01 21:21:13.810 INFO STEP 229 (remove_files) COMPLETE
60362026-07-01T21:21:15.031Z[ recovery-image] Jul 01 21:21:13.810 INFO O| Jul 01 21:21:13.810 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-07-01T21:21:15.038Z[ recovery-image] Jul 01 21:21:13.816 INFO O| Jul 01 21:21:13.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60382026-07-01T21:21:15.038Z[ recovery-image] Jul 01 21:21:13.817 INFO O| Jul 01 21:21:13.816 INFO STEP 230 (remove_files) COMPLETE
60392026-07-01T21:21:15.038Z[ recovery-image] Jul 01 21:21:13.817 INFO O| Jul 01 21:21:13.816 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-07-01T21:21:15.042Z[ recovery-image] Jul 01 21:21:13.823 INFO O| Jul 01 21:21:13.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60412026-07-01T21:21:15.042Z[ recovery-image] Jul 01 21:21:13.823 INFO O| Jul 01 21:21:13.823 INFO STEP 231 (remove_files) COMPLETE
60422026-07-01T21:21:15.042Z[ recovery-image] Jul 01 21:21:13.823 INFO O| Jul 01 21:21:13.823 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-07-01T21:21:15.048Z[ recovery-image] Jul 01 21:21:13.830 INFO O| Jul 01 21:21:13.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60442026-07-01T21:21:15.052Z[ recovery-image] Jul 01 21:21:13.830 INFO O| Jul 01 21:21:13.830 INFO STEP 232 (remove_files) COMPLETE
60452026-07-01T21:21:15.052Z[ recovery-image] Jul 01 21:21:13.830 INFO O| Jul 01 21:21:13.830 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-07-01T21:21:15.056Z[ recovery-image] Jul 01 21:21:13.837 INFO O| Jul 01 21:21:13.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60472026-07-01T21:21:15.056Z[ recovery-image] Jul 01 21:21:13.837 INFO O| Jul 01 21:21:13.837 INFO STEP 233 (remove_files) COMPLETE
60482026-07-01T21:21:15.059Z[ recovery-image] Jul 01 21:21:13.837 INFO O| Jul 01 21:21:13.837 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-07-01T21:21:15.063Z[ recovery-image] Jul 01 21:21:13.845 INFO O| Jul 01 21:21:13.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60502026-07-01T21:21:15.066Z[ recovery-image] Jul 01 21:21:13.845 INFO O| Jul 01 21:21:13.845 INFO STEP 234 (remove_files) COMPLETE
60512026-07-01T21:21:15.066Z[ recovery-image] Jul 01 21:21:13.845 INFO O| Jul 01 21:21:13.845 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-07-01T21:21:15.070Z[ recovery-image] Jul 01 21:21:13.852 INFO O| Jul 01 21:21:13.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60532026-07-01T21:21:15.074Z[ recovery-image] Jul 01 21:21:13.852 INFO O| Jul 01 21:21:13.852 INFO STEP 235 (remove_files) COMPLETE
60542026-07-01T21:21:15.074Z[ recovery-image] Jul 01 21:21:13.852 INFO O| Jul 01 21:21:13.852 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-07-01T21:21:15.079Z[ recovery-image] Jul 01 21:21:13.861 INFO O| Jul 01 21:21:13.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60562026-07-01T21:21:15.079Z[ recovery-image] Jul 01 21:21:13.861 INFO O| Jul 01 21:21:13.861 INFO STEP 236 (remove_files) COMPLETE
60572026-07-01T21:21:15.079Z[ recovery-image] Jul 01 21:21:13.861 INFO O| Jul 01 21:21:13.861 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-07-01T21:21:15.087Z[ recovery-image] Jul 01 21:21:13.869 INFO O| Jul 01 21:21:13.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60592026-07-01T21:21:15.087Z[ recovery-image] Jul 01 21:21:13.869 INFO O| Jul 01 21:21:13.869 INFO STEP 237 (remove_files) COMPLETE
60602026-07-01T21:21:15.090Z[ recovery-image] Jul 01 21:21:13.869 INFO O| Jul 01 21:21:13.869 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-07-01T21:21:15.094Z[ recovery-image] Jul 01 21:21:13.876 INFO O| Jul 01 21:21:13.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60622026-07-01T21:21:15.094Z[ recovery-image] Jul 01 21:21:13.876 INFO O| Jul 01 21:21:13.876 INFO STEP 238 (remove_files) COMPLETE
60632026-07-01T21:21:15.098Z[ recovery-image] Jul 01 21:21:13.876 INFO O| Jul 01 21:21:13.876 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-07-01T21:21:15.104Z[ recovery-image] Jul 01 21:21:13.886 INFO O| Jul 01 21:21:13.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60652026-07-01T21:21:15.104Z[ recovery-image] Jul 01 21:21:13.886 INFO O| Jul 01 21:21:13.886 INFO STEP 239 (remove_files) COMPLETE
60662026-07-01T21:21:15.107Z[ recovery-image] Jul 01 21:21:13.886 INFO O| Jul 01 21:21:13.886 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-07-01T21:21:15.111Z[ recovery-image] Jul 01 21:21:13.893 INFO O| Jul 01 21:21:13.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60682026-07-01T21:21:15.115Z[ recovery-image] Jul 01 21:21:13.893 INFO O| Jul 01 21:21:13.893 INFO STEP 240 (remove_files) COMPLETE
60692026-07-01T21:21:15.115Z[ recovery-image] Jul 01 21:21:13.893 INFO O| Jul 01 21:21:13.893 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-07-01T21:21:15.121Z[ recovery-image] Jul 01 21:21:13.903 INFO O| Jul 01 21:21:13.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60712026-07-01T21:21:15.121Z[ recovery-image] Jul 01 21:21:13.903 INFO O| Jul 01 21:21:13.903 INFO STEP 241 (remove_files) COMPLETE
60722026-07-01T21:21:15.121Z[ recovery-image] Jul 01 21:21:13.903 INFO O| Jul 01 21:21:13.903 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-07-01T21:21:15.130Z[ recovery-image] Jul 01 21:21:13.911 INFO O| Jul 01 21:21:13.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60742026-07-01T21:21:15.130Z[ recovery-image] Jul 01 21:21:13.911 INFO O| Jul 01 21:21:13.911 INFO STEP 242 (remove_files) COMPLETE
60752026-07-01T21:21:15.130Z[ recovery-image] Jul 01 21:21:13.911 INFO O| Jul 01 21:21:13.911 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-07-01T21:21:15.137Z[ recovery-image] Jul 01 21:21:13.919 INFO O| Jul 01 21:21:13.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60772026-07-01T21:21:15.142Z[ recovery-image] Jul 01 21:21:13.919 INFO O| Jul 01 21:21:13.919 INFO STEP 243 (remove_files) COMPLETE
60782026-07-01T21:21:15.142Z[ recovery-image] Jul 01 21:21:13.919 INFO O| Jul 01 21:21:13.919 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-07-01T21:21:15.145Z[ recovery-image] Jul 01 21:21:13.927 INFO O| Jul 01 21:21:13.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60802026-07-01T21:21:15.145Z[ recovery-image] Jul 01 21:21:13.927 INFO O| Jul 01 21:21:13.927 INFO STEP 244 (remove_files) COMPLETE
60812026-07-01T21:21:15.145Z[ recovery-image] Jul 01 21:21:13.927 INFO O| Jul 01 21:21:13.927 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-07-01T21:21:15.153Z[ recovery-image] Jul 01 21:21:13.935 INFO O| Jul 01 21:21:13.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60832026-07-01T21:21:15.153Z[ recovery-image] Jul 01 21:21:13.935 INFO O| Jul 01 21:21:13.935 INFO STEP 245 (remove_files) COMPLETE
60842026-07-01T21:21:15.157Z[ recovery-image] Jul 01 21:21:13.935 INFO O| Jul 01 21:21:13.935 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-07-01T21:21:15.163Z[ recovery-image] Jul 01 21:21:13.944 INFO O| Jul 01 21:21:13.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60862026-07-01T21:21:15.166Z[ recovery-image] Jul 01 21:21:13.944 INFO O| Jul 01 21:21:13.944 INFO STEP 246 (remove_files) COMPLETE
60872026-07-01T21:21:15.166Z[ recovery-image] Jul 01 21:21:13.944 INFO O| Jul 01 21:21:13.944 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-07-01T21:21:15.169Z[ recovery-image] Jul 01 21:21:13.951 INFO O| Jul 01 21:21:13.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60892026-07-01T21:21:15.169Z[ recovery-image] Jul 01 21:21:13.951 INFO O| Jul 01 21:21:13.951 INFO STEP 247 (remove_files) COMPLETE
60902026-07-01T21:21:15.170Z[ recovery-image] Jul 01 21:21:13.951 INFO O| Jul 01 21:21:13.951 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-07-01T21:21:15.177Z[ recovery-image] Jul 01 21:21:13.959 INFO O| Jul 01 21:21:13.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60922026-07-01T21:21:15.178Z[ recovery-image] Jul 01 21:21:13.959 INFO O| Jul 01 21:21:13.959 INFO STEP 248 (remove_files) COMPLETE
60932026-07-01T21:21:15.181Z[ recovery-image] Jul 01 21:21:13.959 INFO O| Jul 01 21:21:13.959 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-07-01T21:21:15.185Z[ recovery-image] Jul 01 21:21:13.967 INFO O| Jul 01 21:21:13.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60952026-07-01T21:21:15.190Z[ recovery-image] Jul 01 21:21:13.967 INFO O| Jul 01 21:21:13.967 INFO STEP 249 (remove_files) COMPLETE
60962026-07-01T21:21:15.190Z[ recovery-image] Jul 01 21:21:13.967 INFO O| Jul 01 21:21:13.967 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-07-01T21:21:15.193Z[ recovery-image] Jul 01 21:21:13.974 INFO O| Jul 01 21:21:13.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60982026-07-01T21:21:15.193Z[ recovery-image] Jul 01 21:21:13.975 INFO O| Jul 01 21:21:13.975 INFO STEP 250 (remove_files) COMPLETE
60992026-07-01T21:21:15.193Z[ recovery-image] Jul 01 21:21:13.975 INFO O| Jul 01 21:21:13.975 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:13.983 INFO O| Jul 01 21:21:13.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61012026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:13.983 INFO O| Jul 01 21:21:13.983 INFO STEP 251 (remove_files) COMPLETE
61022026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:13.983 INFO O| Jul 01 21:21:13.983 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:13.991 INFO O| Jul 01 21:21:13.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61042026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:13.991 INFO O| Jul 01 21:21:13.991 INFO STEP 252 (remove_files) COMPLETE
61052026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:13.991 INFO O| Jul 01 21:21:13.991 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:13.998 INFO O| Jul 01 21:21:13.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61072026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:13.999 INFO O| Jul 01 21:21:13.999 INFO STEP 253 (remove_files) COMPLETE
61082026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:13.999 INFO O| Jul 01 21:21:13.999 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:14.007 INFO O| Jul 01 21:21:14.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61102026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:14.007 INFO O| Jul 01 21:21:14.007 INFO STEP 254 (remove_files) COMPLETE
61112026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:14.007 INFO O| Jul 01 21:21:14.007 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:14.014 INFO O| Jul 01 21:21:14.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61132026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:14.014 INFO O| Jul 01 21:21:14.014 INFO STEP 255 (remove_files) COMPLETE
61142026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:14.014 INFO O| Jul 01 21:21:14.014 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:14.021 INFO O| Jul 01 21:21:14.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61162026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:14.021 INFO O| Jul 01 21:21:14.021 INFO STEP 256 (remove_files) COMPLETE
61172026-07-01T21:21:15.242Z[ recovery-image] Jul 01 21:21:14.021 INFO O| Jul 01 21:21:14.021 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-07-01T21:21:15.246Z[ recovery-image] Jul 01 21:21:14.028 INFO O| Jul 01 21:21:14.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61192026-07-01T21:21:15.246Z[ recovery-image] Jul 01 21:21:14.028 INFO O| Jul 01 21:21:14.028 INFO STEP 257 (remove_files) COMPLETE
61202026-07-01T21:21:15.246Z[ recovery-image] Jul 01 21:21:14.028 INFO O| Jul 01 21:21:14.028 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-07-01T21:21:15.253Z[ recovery-image] Jul 01 21:21:14.035 INFO O| Jul 01 21:21:14.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61222026-07-01T21:21:15.253Z[ recovery-image] Jul 01 21:21:14.035 INFO O| Jul 01 21:21:14.035 INFO STEP 258 (remove_files) COMPLETE
61232026-07-01T21:21:15.256Z[ recovery-image] Jul 01 21:21:14.035 INFO O| Jul 01 21:21:14.035 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-07-01T21:21:15.260Z[ recovery-image] Jul 01 21:21:14.041 INFO O| Jul 01 21:21:14.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61252026-07-01T21:21:15.263Z[ recovery-image] Jul 01 21:21:14.041 INFO O| Jul 01 21:21:14.041 INFO STEP 259 (remove_files) COMPLETE
61262026-07-01T21:21:15.263Z[ recovery-image] Jul 01 21:21:14.042 INFO O| Jul 01 21:21:14.041 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-07-01T21:21:15.268Z[ recovery-image] Jul 01 21:21:14.050 INFO O| Jul 01 21:21:14.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61282026-07-01T21:21:15.268Z[ recovery-image] Jul 01 21:21:14.050 INFO O| Jul 01 21:21:14.050 INFO STEP 260 (remove_files) COMPLETE
61292026-07-01T21:21:15.268Z[ recovery-image] Jul 01 21:21:14.050 INFO O| Jul 01 21:21:14.050 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-07-01T21:21:15.276Z[ recovery-image] Jul 01 21:21:14.057 INFO O| Jul 01 21:21:14.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61312026-07-01T21:21:15.276Z[ recovery-image] Jul 01 21:21:14.057 INFO O| Jul 01 21:21:14.057 INFO STEP 261 (remove_files) COMPLETE
61322026-07-01T21:21:15.279Z[ recovery-image] Jul 01 21:21:14.057 INFO O| Jul 01 21:21:14.057 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-07-01T21:21:15.283Z[ recovery-image] Jul 01 21:21:14.064 INFO O| Jul 01 21:21:14.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61342026-07-01T21:21:15.284Z[ recovery-image] Jul 01 21:21:14.064 INFO O| Jul 01 21:21:14.064 INFO STEP 262 (remove_files) COMPLETE
61352026-07-01T21:21:15.284Z[ recovery-image] Jul 01 21:21:14.064 INFO O| Jul 01 21:21:14.064 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-07-01T21:21:15.289Z[ recovery-image] Jul 01 21:21:14.071 INFO O| Jul 01 21:21:14.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61372026-07-01T21:21:15.293Z[ recovery-image] Jul 01 21:21:14.071 INFO O| Jul 01 21:21:14.071 INFO STEP 263 (remove_files) COMPLETE
61382026-07-01T21:21:15.293Z[ recovery-image] Jul 01 21:21:14.071 INFO O| Jul 01 21:21:14.071 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-07-01T21:21:15.297Z[ recovery-image] Jul 01 21:21:14.077 INFO O| Jul 01 21:21:14.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61402026-07-01T21:21:15.297Z[ recovery-image] Jul 01 21:21:14.077 INFO O| Jul 01 21:21:14.077 INFO STEP 264 (remove_files) COMPLETE
61412026-07-01T21:21:15.297Z[ recovery-image] Jul 01 21:21:14.077 INFO O| Jul 01 21:21:14.077 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-07-01T21:21:15.303Z[ recovery-image] Jul 01 21:21:14.085 INFO O| Jul 01 21:21:14.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61432026-07-01T21:21:15.303Z[ recovery-image] Jul 01 21:21:14.085 INFO O| Jul 01 21:21:14.085 INFO STEP 265 (remove_files) COMPLETE
61442026-07-01T21:21:15.303Z[ recovery-image] Jul 01 21:21:14.085 INFO O| Jul 01 21:21:14.085 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-07-01T21:21:15.310Z[ recovery-image] Jul 01 21:21:14.092 INFO O| Jul 01 21:21:14.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61462026-07-01T21:21:15.311Z[ recovery-image] Jul 01 21:21:14.092 INFO O| Jul 01 21:21:14.092 INFO STEP 266 (remove_files) COMPLETE
61472026-07-01T21:21:15.311Z[ recovery-image] Jul 01 21:21:14.092 INFO O| Jul 01 21:21:14.092 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-07-01T21:21:15.318Z[ recovery-image] Jul 01 21:21:14.100 INFO O| Jul 01 21:21:14.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61492026-07-01T21:21:15.318Z[ recovery-image] Jul 01 21:21:14.100 INFO O| Jul 01 21:21:14.100 INFO STEP 267 (remove_files) COMPLETE
61502026-07-01T21:21:15.322Z[ recovery-image] Jul 01 21:21:14.100 INFO O| Jul 01 21:21:14.100 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-07-01T21:21:15.327Z[ recovery-image] Jul 01 21:21:14.108 INFO O| Jul 01 21:21:14.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61522026-07-01T21:21:15.327Z[ recovery-image] Jul 01 21:21:14.109 INFO O| Jul 01 21:21:14.109 INFO STEP 268 (remove_files) COMPLETE
61532026-07-01T21:21:15.330Z[ recovery-image] Jul 01 21:21:14.109 INFO O| Jul 01 21:21:14.109 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-07-01T21:21:15.335Z[ recovery-image] Jul 01 21:21:14.116 INFO O| Jul 01 21:21:14.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61552026-07-01T21:21:15.335Z[ recovery-image] Jul 01 21:21:14.116 INFO O| Jul 01 21:21:14.116 INFO STEP 269 (remove_files) COMPLETE
61562026-07-01T21:21:15.338Z[ recovery-image] Jul 01 21:21:14.116 INFO O| Jul 01 21:21:14.116 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-07-01T21:21:15.341Z[ recovery-image] Jul 01 21:21:14.123 INFO O| Jul 01 21:21:14.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61582026-07-01T21:21:15.345Z[ recovery-image] Jul 01 21:21:14.123 INFO O| Jul 01 21:21:14.123 INFO STEP 270 (remove_files) COMPLETE
61592026-07-01T21:21:15.345Z[ recovery-image] Jul 01 21:21:14.123 INFO O| Jul 01 21:21:14.123 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-07-01T21:21:15.349Z[ recovery-image] Jul 01 21:21:14.131 INFO O| Jul 01 21:21:14.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61612026-07-01T21:21:15.349Z[ recovery-image] Jul 01 21:21:14.131 INFO O| Jul 01 21:21:14.131 INFO STEP 271 (remove_files) COMPLETE
61622026-07-01T21:21:15.349Z[ recovery-image] Jul 01 21:21:14.131 INFO O| Jul 01 21:21:14.131 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-07-01T21:21:15.357Z[ recovery-image] Jul 01 21:21:14.138 INFO O| Jul 01 21:21:14.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61642026-07-01T21:21:15.360Z[ recovery-image] Jul 01 21:21:14.139 INFO O| Jul 01 21:21:14.139 INFO STEP 272 (remove_files) COMPLETE
61652026-07-01T21:21:15.361Z[ recovery-image] Jul 01 21:21:14.139 INFO O| Jul 01 21:21:14.139 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-07-01T21:21:15.364Z[ recovery-image] Jul 01 21:21:14.146 INFO O| Jul 01 21:21:14.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61672026-07-01T21:21:15.367Z[ recovery-image] Jul 01 21:21:14.146 INFO O| Jul 01 21:21:14.146 INFO STEP 273 (remove_files) COMPLETE
61682026-07-01T21:21:15.367Z[ recovery-image] Jul 01 21:21:14.146 INFO O| Jul 01 21:21:14.146 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-07-01T21:21:15.373Z[ recovery-image] Jul 01 21:21:14.155 INFO O| Jul 01 21:21:14.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61702026-07-01T21:21:15.373Z[ recovery-image] Jul 01 21:21:14.155 INFO O| Jul 01 21:21:14.155 INFO STEP 274 (remove_files) COMPLETE
61712026-07-01T21:21:15.376Z[ recovery-image] Jul 01 21:21:14.155 INFO O| Jul 01 21:21:14.155 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-07-01T21:21:15.380Z[ recovery-image] Jul 01 21:21:14.162 INFO O| Jul 01 21:21:14.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61732026-07-01T21:21:15.381Z[ recovery-image] Jul 01 21:21:14.162 INFO O| Jul 01 21:21:14.162 INFO STEP 275 (remove_files) COMPLETE
61742026-07-01T21:21:15.381Z[ recovery-image] Jul 01 21:21:14.162 INFO O| Jul 01 21:21:14.162 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-07-01T21:21:15.390Z[ recovery-image] Jul 01 21:21:14.171 INFO O| Jul 01 21:21:14.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61762026-07-01T21:21:15.390Z[ recovery-image] Jul 01 21:21:14.171 INFO O| Jul 01 21:21:14.171 INFO STEP 276 (remove_files) COMPLETE
61772026-07-01T21:21:15.394Z[ recovery-image] Jul 01 21:21:14.171 INFO O| Jul 01 21:21:14.171 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-07-01T21:21:15.399Z[ recovery-image] Jul 01 21:21:14.180 INFO O| Jul 01 21:21:14.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61792026-07-01T21:21:15.399Z[ recovery-image] Jul 01 21:21:14.181 INFO O| Jul 01 21:21:14.181 INFO STEP 277 (remove_files) COMPLETE
61802026-07-01T21:21:15.399Z[ recovery-image] Jul 01 21:21:14.181 INFO O| Jul 01 21:21:14.181 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-07-01T21:21:15.410Z[ recovery-image] Jul 01 21:21:14.189 INFO O| Jul 01 21:21:14.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61822026-07-01T21:21:15.411Z[ recovery-image] Jul 01 21:21:14.189 INFO O| Jul 01 21:21:14.189 INFO STEP 278 (remove_files) COMPLETE
61832026-07-01T21:21:15.411Z[ recovery-image] Jul 01 21:21:14.189 INFO O| Jul 01 21:21:14.189 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-07-01T21:21:15.415Z[ recovery-image] Jul 01 21:21:14.197 INFO O| Jul 01 21:21:14.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61852026-07-01T21:21:15.415Z[ recovery-image] Jul 01 21:21:14.197 INFO O| Jul 01 21:21:14.197 INFO STEP 279 (remove_files) COMPLETE
61862026-07-01T21:21:15.418Z[ recovery-image] Jul 01 21:21:14.197 INFO O| Jul 01 21:21:14.197 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-07-01T21:21:15.421Z[ recovery-image] Jul 01 21:21:14.203 INFO O| Jul 01 21:21:14.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61882026-07-01T21:21:15.424Z[ recovery-image] Jul 01 21:21:14.203 INFO O| Jul 01 21:21:14.203 INFO STEP 280 (remove_files) COMPLETE
61892026-07-01T21:21:15.425Z[ recovery-image] Jul 01 21:21:14.203 INFO O| Jul 01 21:21:14.203 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-07-01T21:21:15.430Z[ recovery-image] Jul 01 21:21:14.212 INFO O| Jul 01 21:21:14.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61912026-07-01T21:21:15.430Z[ recovery-image] Jul 01 21:21:14.212 INFO O| Jul 01 21:21:14.212 INFO STEP 281 (remove_files) COMPLETE
61922026-07-01T21:21:15.433Z[ recovery-image] Jul 01 21:21:14.212 INFO O| Jul 01 21:21:14.212 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-07-01T21:21:15.437Z[ recovery-image] Jul 01 21:21:14.219 INFO O| Jul 01 21:21:14.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61942026-07-01T21:21:15.438Z[ recovery-image] Jul 01 21:21:14.219 INFO O| Jul 01 21:21:14.219 INFO STEP 282 (remove_files) COMPLETE
61952026-07-01T21:21:15.440Z[ recovery-image] Jul 01 21:21:14.219 INFO O| Jul 01 21:21:14.219 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-07-01T21:21:15.444Z[ recovery-image] Jul 01 21:21:14.226 INFO O| Jul 01 21:21:14.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61972026-07-01T21:21:15.444Z[ recovery-image] Jul 01 21:21:14.226 INFO O| Jul 01 21:21:14.226 INFO STEP 283 (remove_files) COMPLETE
61982026-07-01T21:21:15.444Z[ recovery-image] Jul 01 21:21:14.226 INFO O| Jul 01 21:21:14.226 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-07-01T21:21:15.451Z[ recovery-image] Jul 01 21:21:14.233 INFO O| Jul 01 21:21:14.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62002026-07-01T21:21:15.451Z[ recovery-image] Jul 01 21:21:14.233 INFO O| Jul 01 21:21:14.233 INFO STEP 284 (remove_files) COMPLETE
62012026-07-01T21:21:15.451Z[ recovery-image] Jul 01 21:21:14.233 INFO O| Jul 01 21:21:14.233 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-07-01T21:21:15.458Z[ recovery-image] Jul 01 21:21:14.240 INFO O| Jul 01 21:21:14.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62032026-07-01T21:21:15.458Z[ recovery-image] Jul 01 21:21:14.240 INFO O| Jul 01 21:21:14.240 INFO STEP 285 (remove_files) COMPLETE
62042026-07-01T21:21:15.458Z[ recovery-image] Jul 01 21:21:14.240 INFO O| Jul 01 21:21:14.240 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-07-01T21:21:15.465Z[ recovery-image] Jul 01 21:21:14.247 INFO O| Jul 01 21:21:14.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62062026-07-01T21:21:15.465Z[ recovery-image] Jul 01 21:21:14.247 INFO O| Jul 01 21:21:14.247 INFO STEP 286 (remove_files) COMPLETE
62072026-07-01T21:21:15.465Z[ recovery-image] Jul 01 21:21:14.247 INFO O| Jul 01 21:21:14.247 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-07-01T21:21:15.472Z[ recovery-image] Jul 01 21:21:14.254 INFO O| Jul 01 21:21:14.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62092026-07-01T21:21:15.472Z[ recovery-image] Jul 01 21:21:14.254 INFO O| Jul 01 21:21:14.254 INFO STEP 287 (remove_files) COMPLETE
62102026-07-01T21:21:15.472Z[ recovery-image] Jul 01 21:21:14.254 INFO O| Jul 01 21:21:14.254 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-07-01T21:21:15.479Z[ recovery-image] Jul 01 21:21:14.260 INFO O| Jul 01 21:21:14.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62122026-07-01T21:21:15.479Z[ recovery-image] Jul 01 21:21:14.260 INFO O| Jul 01 21:21:14.260 INFO STEP 288 (remove_files) COMPLETE
62132026-07-01T21:21:15.479Z[ recovery-image] Jul 01 21:21:14.260 INFO O| Jul 01 21:21:14.260 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-07-01T21:21:15.487Z[ recovery-image] Jul 01 21:21:14.267 INFO O| Jul 01 21:21:14.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62152026-07-01T21:21:15.487Z[ recovery-image] Jul 01 21:21:14.267 INFO O| Jul 01 21:21:14.267 INFO STEP 289 (remove_files) COMPLETE
62162026-07-01T21:21:15.487Z[ recovery-image] Jul 01 21:21:14.267 INFO O| Jul 01 21:21:14.267 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-07-01T21:21:15.494Z[ recovery-image] Jul 01 21:21:14.276 INFO O| Jul 01 21:21:14.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62182026-07-01T21:21:15.497Z[ recovery-image] Jul 01 21:21:14.276 INFO O| Jul 01 21:21:14.276 INFO STEP 290 (remove_files) COMPLETE
62192026-07-01T21:21:15.498Z[ recovery-image] Jul 01 21:21:14.276 INFO O| Jul 01 21:21:14.276 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-07-01T21:21:15.502Z[ recovery-image] Jul 01 21:21:14.284 INFO O| Jul 01 21:21:14.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62212026-07-01T21:21:15.502Z[ recovery-image] Jul 01 21:21:14.284 INFO O| Jul 01 21:21:14.284 INFO STEP 291 (remove_files) COMPLETE
62222026-07-01T21:21:15.505Z[ recovery-image] Jul 01 21:21:14.284 INFO O| Jul 01 21:21:14.284 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-07-01T21:21:15.509Z[ recovery-image] Jul 01 21:21:14.290 INFO O| Jul 01 21:21:14.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62242026-07-01T21:21:15.509Z[ recovery-image] Jul 01 21:21:14.290 INFO O| Jul 01 21:21:14.290 INFO STEP 292 (remove_files) COMPLETE
62252026-07-01T21:21:15.512Z[ recovery-image] Jul 01 21:21:14.290 INFO O| Jul 01 21:21:14.290 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-07-01T21:21:15.517Z[ recovery-image] Jul 01 21:21:14.299 INFO O| Jul 01 21:21:14.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62272026-07-01T21:21:15.517Z[ recovery-image] Jul 01 21:21:14.299 INFO O| Jul 01 21:21:14.299 INFO STEP 293 (remove_files) COMPLETE
62282026-07-01T21:21:15.517Z[ recovery-image] Jul 01 21:21:14.299 INFO O| Jul 01 21:21:14.299 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-07-01T21:21:15.525Z[ recovery-image] Jul 01 21:21:14.307 INFO O| Jul 01 21:21:14.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62302026-07-01T21:21:15.526Z[ recovery-image] Jul 01 21:21:14.307 INFO O| Jul 01 21:21:14.307 INFO STEP 294 (remove_files) COMPLETE
62312026-07-01T21:21:15.526Z[ recovery-image] Jul 01 21:21:14.307 INFO O| Jul 01 21:21:14.307 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-07-01T21:21:15.533Z[ recovery-image] Jul 01 21:21:14.315 INFO O| Jul 01 21:21:14.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62332026-07-01T21:21:15.536Z[ recovery-image] Jul 01 21:21:14.315 INFO O| Jul 01 21:21:14.315 INFO STEP 295 (remove_files) COMPLETE
62342026-07-01T21:21:15.536Z[ recovery-image] Jul 01 21:21:14.315 INFO O| Jul 01 21:21:14.315 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-07-01T21:21:15.542Z[ recovery-image] Jul 01 21:21:14.324 INFO O| Jul 01 21:21:14.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62362026-07-01T21:21:15.542Z[ recovery-image] Jul 01 21:21:14.324 INFO O| Jul 01 21:21:14.324 INFO STEP 296 (remove_files) COMPLETE
62372026-07-01T21:21:15.546Z[ recovery-image] Jul 01 21:21:14.324 INFO O| Jul 01 21:21:14.324 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-07-01T21:21:15.551Z[ recovery-image] Jul 01 21:21:14.332 INFO O| Jul 01 21:21:14.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62392026-07-01T21:21:15.551Z[ recovery-image] Jul 01 21:21:14.332 INFO O| Jul 01 21:21:14.332 INFO STEP 297 (remove_files) COMPLETE
62402026-07-01T21:21:15.552Z[ recovery-image] Jul 01 21:21:14.332 INFO O| Jul 01 21:21:14.332 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-07-01T21:21:15.558Z[ recovery-image] Jul 01 21:21:14.340 INFO O| Jul 01 21:21:14.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62422026-07-01T21:21:15.558Z[ recovery-image] Jul 01 21:21:14.340 INFO O| Jul 01 21:21:14.340 INFO STEP 298 (remove_files) COMPLETE
62432026-07-01T21:21:15.561Z[ recovery-image] Jul 01 21:21:14.340 INFO O| Jul 01 21:21:14.340 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-07-01T21:21:15.566Z[ recovery-image] Jul 01 21:21:14.347 INFO O| Jul 01 21:21:14.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62452026-07-01T21:21:15.566Z[ recovery-image] Jul 01 21:21:14.347 INFO O| Jul 01 21:21:14.347 INFO STEP 299 (remove_files) COMPLETE
62462026-07-01T21:21:15.566Z[ recovery-image] Jul 01 21:21:14.347 INFO O| Jul 01 21:21:14.347 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-07-01T21:21:15.572Z[ recovery-image] Jul 01 21:21:14.354 INFO O| Jul 01 21:21:14.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62482026-07-01T21:21:15.573Z[ recovery-image] Jul 01 21:21:14.354 INFO O| Jul 01 21:21:14.354 INFO STEP 300 (remove_files) COMPLETE
62492026-07-01T21:21:15.576Z[ recovery-image] Jul 01 21:21:14.354 INFO O| Jul 01 21:21:14.354 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-07-01T21:21:15.579Z[ recovery-image] Jul 01 21:21:14.361 INFO O| Jul 01 21:21:14.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62512026-07-01T21:21:15.579Z[ recovery-image] Jul 01 21:21:14.361 INFO O| Jul 01 21:21:14.361 INFO STEP 301 (remove_files) COMPLETE
62522026-07-01T21:21:15.580Z[ recovery-image] Jul 01 21:21:14.361 INFO O| Jul 01 21:21:14.361 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-07-01T21:21:15.587Z[ recovery-image] Jul 01 21:21:14.368 INFO O| Jul 01 21:21:14.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62542026-07-01T21:21:15.590Z[ recovery-image] Jul 01 21:21:14.368 INFO O| Jul 01 21:21:14.368 INFO STEP 302 (remove_files) COMPLETE
62552026-07-01T21:21:15.590Z[ recovery-image] Jul 01 21:21:14.368 INFO O| Jul 01 21:21:14.368 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-07-01T21:21:15.595Z[ recovery-image] Jul 01 21:21:14.377 INFO O| Jul 01 21:21:14.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62572026-07-01T21:21:15.595Z[ recovery-image] Jul 01 21:21:14.377 INFO O| Jul 01 21:21:14.377 INFO STEP 303 (remove_files) COMPLETE
62582026-07-01T21:21:15.598Z[ recovery-image] Jul 01 21:21:14.377 INFO O| Jul 01 21:21:14.377 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-07-01T21:21:15.603Z[ recovery-image] Jul 01 21:21:14.384 INFO O| Jul 01 21:21:14.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62602026-07-01T21:21:15.604Z[ recovery-image] Jul 01 21:21:14.384 INFO O| Jul 01 21:21:14.384 INFO STEP 304 (remove_files) COMPLETE
62612026-07-01T21:21:15.604Z[ recovery-image] Jul 01 21:21:14.384 INFO O| Jul 01 21:21:14.384 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-07-01T21:21:15.610Z[ recovery-image] Jul 01 21:21:14.391 INFO O| Jul 01 21:21:14.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62632026-07-01T21:21:15.610Z[ recovery-image] Jul 01 21:21:14.391 INFO O| Jul 01 21:21:14.391 INFO STEP 305 (remove_files) COMPLETE
62642026-07-01T21:21:15.613Z[ recovery-image] Jul 01 21:21:14.391 INFO O| Jul 01 21:21:14.391 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-07-01T21:21:15.618Z[ recovery-image] Jul 01 21:21:14.400 INFO O| Jul 01 21:21:14.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62662026-07-01T21:21:15.623Z[ recovery-image] Jul 01 21:21:14.400 INFO O| Jul 01 21:21:14.400 INFO STEP 306 (remove_files) COMPLETE
62672026-07-01T21:21:15.623Z[ recovery-image] Jul 01 21:21:14.400 INFO O| Jul 01 21:21:14.400 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-07-01T21:21:15.626Z[ recovery-image] Jul 01 21:21:14.408 INFO O| Jul 01 21:21:14.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62692026-07-01T21:21:15.626Z[ recovery-image] Jul 01 21:21:14.408 INFO O| Jul 01 21:21:14.408 INFO STEP 307 (remove_files) COMPLETE
62702026-07-01T21:21:15.626Z[ recovery-image] Jul 01 21:21:14.408 INFO O| Jul 01 21:21:14.408 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-07-01T21:21:15.634Z[ recovery-image] Jul 01 21:21:14.416 INFO O| Jul 01 21:21:14.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62722026-07-01T21:21:15.634Z[ recovery-image] Jul 01 21:21:14.416 INFO O| Jul 01 21:21:14.416 INFO STEP 308 (remove_files) COMPLETE
62732026-07-01T21:21:15.634Z[ recovery-image] Jul 01 21:21:14.416 INFO O| Jul 01 21:21:14.416 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-07-01T21:21:15.641Z[ recovery-image] Jul 01 21:21:14.423 INFO O| Jul 01 21:21:14.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62752026-07-01T21:21:15.641Z[ recovery-image] Jul 01 21:21:14.423 INFO O| Jul 01 21:21:14.423 INFO STEP 309 (remove_files) COMPLETE
62762026-07-01T21:21:15.641Z[ recovery-image] Jul 01 21:21:14.423 INFO O| Jul 01 21:21:14.423 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-07-01T21:21:15.650Z[ recovery-image] Jul 01 21:21:14.432 INFO O| Jul 01 21:21:14.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62782026-07-01T21:21:15.650Z[ recovery-image] Jul 01 21:21:14.432 INFO O| Jul 01 21:21:14.432 INFO STEP 310 (remove_files) COMPLETE
62792026-07-01T21:21:15.654Z[ recovery-image] Jul 01 21:21:14.432 INFO O| Jul 01 21:21:14.432 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-07-01T21:21:15.659Z[ recovery-image] Jul 01 21:21:14.440 INFO O| Jul 01 21:21:14.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62812026-07-01T21:21:15.659Z[ recovery-image] Jul 01 21:21:14.440 INFO O| Jul 01 21:21:14.440 INFO STEP 311 (remove_files) COMPLETE
62822026-07-01T21:21:15.659Z[ recovery-image] Jul 01 21:21:14.440 INFO O| Jul 01 21:21:14.440 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-07-01T21:21:15.667Z[ recovery-image] Jul 01 21:21:14.449 INFO O| Jul 01 21:21:14.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62842026-07-01T21:21:15.667Z[ recovery-image] Jul 01 21:21:14.449 INFO O| Jul 01 21:21:14.449 INFO STEP 312 (remove_files) COMPLETE
62852026-07-01T21:21:15.667Z[ recovery-image] Jul 01 21:21:14.449 INFO O| Jul 01 21:21:14.449 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-07-01T21:21:15.674Z[ recovery-image] Jul 01 21:21:14.456 INFO O| Jul 01 21:21:14.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62872026-07-01T21:21:15.674Z[ recovery-image] Jul 01 21:21:14.456 INFO O| Jul 01 21:21:14.456 INFO STEP 313 (remove_files) COMPLETE
62882026-07-01T21:21:15.674Z[ recovery-image] Jul 01 21:21:14.456 INFO O| Jul 01 21:21:14.456 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-07-01T21:21:15.683Z[ recovery-image] Jul 01 21:21:14.465 INFO O| Jul 01 21:21:14.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62902026-07-01T21:21:15.683Z[ recovery-image] Jul 01 21:21:14.465 INFO O| Jul 01 21:21:14.465 INFO STEP 314 (remove_files) COMPLETE
62912026-07-01T21:21:15.686Z[ recovery-image] Jul 01 21:21:14.465 INFO O| Jul 01 21:21:14.465 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-07-01T21:21:15.690Z[ recovery-image] Jul 01 21:21:14.472 INFO O| Jul 01 21:21:14.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62932026-07-01T21:21:15.693Z[ recovery-image] Jul 01 21:21:14.472 INFO O| Jul 01 21:21:14.472 INFO STEP 315 (remove_files) COMPLETE
62942026-07-01T21:21:15.693Z[ recovery-image] Jul 01 21:21:14.472 INFO O| Jul 01 21:21:14.472 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-07-01T21:21:15.699Z[ recovery-image] Jul 01 21:21:14.480 INFO O| Jul 01 21:21:14.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62962026-07-01T21:21:15.699Z[ recovery-image] Jul 01 21:21:14.480 INFO O| Jul 01 21:21:14.480 INFO STEP 316 (remove_files) COMPLETE
62972026-07-01T21:21:15.699Z[ recovery-image] Jul 01 21:21:14.480 INFO O| Jul 01 21:21:14.480 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-07-01T21:21:15.707Z[ recovery-image] Jul 01 21:21:14.488 INFO O| Jul 01 21:21:14.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62992026-07-01T21:21:15.707Z[ recovery-image] Jul 01 21:21:14.488 INFO O| Jul 01 21:21:14.488 INFO STEP 317 (remove_files) COMPLETE
63002026-07-01T21:21:15.707Z[ recovery-image] Jul 01 21:21:14.488 INFO O| Jul 01 21:21:14.488 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-07-01T21:21:15.714Z[ recovery-image] Jul 01 21:21:14.496 INFO O| Jul 01 21:21:14.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63022026-07-01T21:21:15.714Z[ recovery-image] Jul 01 21:21:14.496 INFO O| Jul 01 21:21:14.496 INFO STEP 318 (remove_files) COMPLETE
63032026-07-01T21:21:15.715Z[ recovery-image] Jul 01 21:21:14.496 INFO O| Jul 01 21:21:14.496 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-07-01T21:21:15.722Z[ recovery-image] Jul 01 21:21:14.504 INFO O| Jul 01 21:21:14.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63052026-07-01T21:21:15.722Z[ recovery-image] Jul 01 21:21:14.504 INFO O| Jul 01 21:21:14.504 INFO STEP 319 (remove_files) COMPLETE
63062026-07-01T21:21:15.722Z[ recovery-image] Jul 01 21:21:14.504 INFO O| Jul 01 21:21:14.504 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-07-01T21:21:15.730Z[ recovery-image] Jul 01 21:21:14.512 INFO O| Jul 01 21:21:14.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63082026-07-01T21:21:15.730Z[ recovery-image] Jul 01 21:21:14.512 INFO O| Jul 01 21:21:14.512 INFO STEP 320 (remove_files) COMPLETE
63092026-07-01T21:21:15.733Z[ recovery-image] Jul 01 21:21:14.512 INFO O| Jul 01 21:21:14.512 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-07-01T21:21:15.737Z[ recovery-image] Jul 01 21:21:14.519 INFO O| Jul 01 21:21:14.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63112026-07-01T21:21:15.740Z[ recovery-image] Jul 01 21:21:14.519 INFO O| Jul 01 21:21:14.519 INFO STEP 321 (remove_files) COMPLETE
63122026-07-01T21:21:15.740Z[ recovery-image] Jul 01 21:21:14.519 INFO O| Jul 01 21:21:14.519 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-07-01T21:21:15.746Z[ recovery-image] Jul 01 21:21:14.527 INFO O| Jul 01 21:21:14.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63142026-07-01T21:21:15.746Z[ recovery-image] Jul 01 21:21:14.527 INFO O| Jul 01 21:21:14.527 INFO STEP 322 (remove_files) COMPLETE
63152026-07-01T21:21:15.749Z[ recovery-image] Jul 01 21:21:14.527 INFO O| Jul 01 21:21:14.527 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-07-01T21:21:15.753Z[ recovery-image] Jul 01 21:21:14.535 INFO O| Jul 01 21:21:14.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63172026-07-01T21:21:15.754Z[ recovery-image] Jul 01 21:21:14.535 INFO O| Jul 01 21:21:14.535 INFO STEP 323 (remove_files) COMPLETE
63182026-07-01T21:21:15.757Z[ recovery-image] Jul 01 21:21:14.535 INFO O| Jul 01 21:21:14.535 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-07-01T21:21:15.762Z[ recovery-image] Jul 01 21:21:14.543 INFO O| Jul 01 21:21:14.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63202026-07-01T21:21:15.762Z[ recovery-image] Jul 01 21:21:14.543 INFO O| Jul 01 21:21:14.543 INFO STEP 324 (remove_files) COMPLETE
63212026-07-01T21:21:15.765Z[ recovery-image] Jul 01 21:21:14.544 INFO O| Jul 01 21:21:14.543 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-07-01T21:21:15.770Z[ recovery-image] Jul 01 21:21:14.551 INFO O| Jul 01 21:21:14.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63232026-07-01T21:21:15.770Z[ recovery-image] Jul 01 21:21:14.551 INFO O| Jul 01 21:21:14.551 INFO STEP 325 (remove_files) COMPLETE
63242026-07-01T21:21:15.773Z[ recovery-image] Jul 01 21:21:14.551 INFO O| Jul 01 21:21:14.551 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-07-01T21:21:15.776Z[ recovery-image] Jul 01 21:21:14.558 INFO O| Jul 01 21:21:14.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63262026-07-01T21:21:15.780Z[ recovery-image] Jul 01 21:21:14.560 INFO O| Jul 01 21:21:14.560 INFO STEP 326 (remove_files) COMPLETE
63272026-07-01T21:21:15.780Z[ recovery-image] Jul 01 21:21:14.560 INFO O| Jul 01 21:21:14.560 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-07-01T21:21:15.785Z[ recovery-image] Jul 01 21:21:14.567 INFO O| Jul 01 21:21:14.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63292026-07-01T21:21:15.785Z[ recovery-image] Jul 01 21:21:14.567 INFO O| Jul 01 21:21:14.567 INFO STEP 327 (remove_files) COMPLETE
63302026-07-01T21:21:15.785Z[ recovery-image] Jul 01 21:21:14.567 INFO O| Jul 01 21:21:14.567 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-07-01T21:21:15.792Z[ recovery-image] Jul 01 21:21:14.574 INFO O| Jul 01 21:21:14.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63322026-07-01T21:21:15.792Z[ recovery-image] Jul 01 21:21:14.574 INFO O| Jul 01 21:21:14.574 INFO STEP 328 (remove_files) COMPLETE
63332026-07-01T21:21:15.792Z[ recovery-image] Jul 01 21:21:14.574 INFO O| Jul 01 21:21:14.574 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-07-01T21:21:15.799Z[ recovery-image] Jul 01 21:21:14.581 INFO O| Jul 01 21:21:14.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63352026-07-01T21:21:15.803Z[ recovery-image] Jul 01 21:21:14.581 INFO O| Jul 01 21:21:14.581 INFO STEP 329 (remove_files) COMPLETE
63362026-07-01T21:21:15.803Z[ recovery-image] Jul 01 21:21:14.581 INFO O| Jul 01 21:21:14.581 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-07-01T21:21:15.807Z[ recovery-image] Jul 01 21:21:14.588 INFO O| Jul 01 21:21:14.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63382026-07-01T21:21:15.807Z[ recovery-image] Jul 01 21:21:14.588 INFO O| Jul 01 21:21:14.588 INFO STEP 330 (remove_files) COMPLETE
63392026-07-01T21:21:15.811Z[ recovery-image] Jul 01 21:21:14.588 INFO O| Jul 01 21:21:14.588 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-07-01T21:21:15.816Z[ recovery-image] Jul 01 21:21:14.596 INFO O| Jul 01 21:21:14.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63412026-07-01T21:21:15.816Z[ recovery-image] Jul 01 21:21:14.596 INFO O| Jul 01 21:21:14.596 INFO STEP 331 (remove_files) COMPLETE
63422026-07-01T21:21:15.819Z[ recovery-image] Jul 01 21:21:14.596 INFO O| Jul 01 21:21:14.596 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-07-01T21:21:15.826Z[ recovery-image] Jul 01 21:21:14.606 INFO O| Jul 01 21:21:14.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63442026-07-01T21:21:15.826Z[ recovery-image] Jul 01 21:21:14.606 INFO O| Jul 01 21:21:14.606 INFO STEP 332 (remove_files) COMPLETE
63452026-07-01T21:21:15.829Z[ recovery-image] Jul 01 21:21:14.606 INFO O| Jul 01 21:21:14.606 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-07-01T21:21:15.832Z[ recovery-image] Jul 01 21:21:14.613 INFO O| Jul 01 21:21:14.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63472026-07-01T21:21:15.832Z[ recovery-image] Jul 01 21:21:14.613 INFO O| Jul 01 21:21:14.613 INFO STEP 333 (remove_files) COMPLETE
63482026-07-01T21:21:15.832Z[ recovery-image] Jul 01 21:21:14.613 INFO O| Jul 01 21:21:14.613 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-07-01T21:21:15.840Z[ recovery-image] Jul 01 21:21:14.622 INFO O| Jul 01 21:21:14.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63502026-07-01T21:21:15.840Z[ recovery-image] Jul 01 21:21:14.622 INFO O| Jul 01 21:21:14.622 INFO STEP 334 (remove_files) COMPLETE
63512026-07-01T21:21:15.840Z[ recovery-image] Jul 01 21:21:14.622 INFO O| Jul 01 21:21:14.622 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-07-01T21:21:15.849Z[ recovery-image] Jul 01 21:21:14.631 INFO O| Jul 01 21:21:14.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63532026-07-01T21:21:15.852Z[ recovery-image] Jul 01 21:21:14.631 INFO O| Jul 01 21:21:14.631 INFO STEP 335 (remove_files) COMPLETE
63542026-07-01T21:21:15.852Z[ recovery-image] Jul 01 21:21:14.631 INFO O| Jul 01 21:21:14.631 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-07-01T21:21:15.857Z[ recovery-image] Jul 01 21:21:14.639 INFO O| Jul 01 21:21:14.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63562026-07-01T21:21:15.860Z[ recovery-image] Jul 01 21:21:14.639 INFO O| Jul 01 21:21:14.639 INFO STEP 336 (remove_files) COMPLETE
63572026-07-01T21:21:15.860Z[ recovery-image] Jul 01 21:21:14.639 INFO O| Jul 01 21:21:14.639 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-07-01T21:21:15.865Z[ recovery-image] Jul 01 21:21:14.647 INFO O| Jul 01 21:21:14.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63592026-07-01T21:21:15.868Z[ recovery-image] Jul 01 21:21:14.647 INFO O| Jul 01 21:21:14.647 INFO STEP 337 (remove_files) COMPLETE
63602026-07-01T21:21:15.868Z[ recovery-image] Jul 01 21:21:14.647 INFO O| Jul 01 21:21:14.647 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-07-01T21:21:15.872Z[ recovery-image] Jul 01 21:21:14.654 INFO O| Jul 01 21:21:14.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63622026-07-01T21:21:15.872Z[ recovery-image] Jul 01 21:21:14.654 INFO O| Jul 01 21:21:14.654 INFO STEP 338 (remove_files) COMPLETE
63632026-07-01T21:21:15.875Z[ recovery-image] Jul 01 21:21:14.654 INFO O| Jul 01 21:21:14.654 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-07-01T21:21:15.879Z[ recovery-image] Jul 01 21:21:14.661 INFO O| Jul 01 21:21:14.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63652026-07-01T21:21:15.879Z[ recovery-image] Jul 01 21:21:14.661 INFO O| Jul 01 21:21:14.661 INFO STEP 339 (remove_files) COMPLETE
63662026-07-01T21:21:15.882Z[ recovery-image] Jul 01 21:21:14.661 INFO O| Jul 01 21:21:14.661 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-07-01T21:21:15.887Z[ recovery-image] Jul 01 21:21:14.669 INFO O| Jul 01 21:21:14.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63682026-07-01T21:21:15.887Z[ recovery-image] Jul 01 21:21:14.669 INFO O| Jul 01 21:21:14.669 INFO STEP 340 (remove_files) COMPLETE
63692026-07-01T21:21:15.890Z[ recovery-image] Jul 01 21:21:14.669 INFO O| Jul 01 21:21:14.669 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-07-01T21:21:15.896Z[ recovery-image] Jul 01 21:21:14.678 INFO O| Jul 01 21:21:14.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63712026-07-01T21:21:15.896Z[ recovery-image] Jul 01 21:21:14.678 INFO O| Jul 01 21:21:14.678 INFO STEP 341 (remove_files) COMPLETE
63722026-07-01T21:21:15.899Z[ recovery-image] Jul 01 21:21:14.678 INFO O| Jul 01 21:21:14.678 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-07-01T21:21:15.904Z[ recovery-image] Jul 01 21:21:14.686 INFO O| Jul 01 21:21:14.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63742026-07-01T21:21:15.904Z[ recovery-image] Jul 01 21:21:14.686 INFO O| Jul 01 21:21:14.686 INFO STEP 342 (remove_files) COMPLETE
63752026-07-01T21:21:15.907Z[ recovery-image] Jul 01 21:21:14.686 INFO O| Jul 01 21:21:14.686 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-07-01T21:21:15.911Z[ recovery-image] Jul 01 21:21:14.693 INFO O| Jul 01 21:21:14.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63772026-07-01T21:21:15.914Z[ recovery-image] Jul 01 21:21:14.693 INFO O| Jul 01 21:21:14.693 INFO STEP 343 (remove_files) COMPLETE
63782026-07-01T21:21:15.914Z[ recovery-image] Jul 01 21:21:14.693 INFO O| Jul 01 21:21:14.693 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-07-01T21:21:15.920Z[ recovery-image] Jul 01 21:21:14.702 INFO O| Jul 01 21:21:14.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63802026-07-01T21:21:15.920Z[ recovery-image] Jul 01 21:21:14.702 INFO O| Jul 01 21:21:14.702 INFO STEP 344 (remove_files) COMPLETE
63812026-07-01T21:21:15.924Z[ recovery-image] Jul 01 21:21:14.702 INFO O| Jul 01 21:21:14.702 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-07-01T21:21:15.927Z[ recovery-image] Jul 01 21:21:14.709 INFO O| Jul 01 21:21:14.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63832026-07-01T21:21:15.930Z[ recovery-image] Jul 01 21:21:14.709 INFO O| Jul 01 21:21:14.709 INFO STEP 345 (remove_files) COMPLETE
63842026-07-01T21:21:15.930Z[ recovery-image] Jul 01 21:21:14.709 INFO O| Jul 01 21:21:14.709 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-07-01T21:21:15.935Z[ recovery-image] Jul 01 21:21:14.717 INFO O| Jul 01 21:21:14.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63862026-07-01T21:21:15.935Z[ recovery-image] Jul 01 21:21:14.717 INFO O| Jul 01 21:21:14.717 INFO STEP 346 (remove_files) COMPLETE
63872026-07-01T21:21:15.938Z[ recovery-image] Jul 01 21:21:14.717 INFO O| Jul 01 21:21:14.717 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-07-01T21:21:15.943Z[ recovery-image] Jul 01 21:21:14.725 INFO O| Jul 01 21:21:14.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63892026-07-01T21:21:15.943Z[ recovery-image] Jul 01 21:21:14.725 INFO O| Jul 01 21:21:14.725 INFO STEP 347 (remove_files) COMPLETE
63902026-07-01T21:21:15.946Z[ recovery-image] Jul 01 21:21:14.725 INFO O| Jul 01 21:21:14.725 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-07-01T21:21:15.950Z[ recovery-image] Jul 01 21:21:14.732 INFO O| Jul 01 21:21:14.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63922026-07-01T21:21:15.953Z[ recovery-image] Jul 01 21:21:14.732 INFO O| Jul 01 21:21:14.732 INFO STEP 348 (remove_files) COMPLETE
63932026-07-01T21:21:15.953Z[ recovery-image] Jul 01 21:21:14.732 INFO O| Jul 01 21:21:14.732 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-07-01T21:21:15.958Z[ recovery-image] Jul 01 21:21:14.740 INFO O| Jul 01 21:21:14.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63952026-07-01T21:21:15.958Z[ recovery-image] Jul 01 21:21:14.740 INFO O| Jul 01 21:21:14.740 INFO STEP 349 (remove_files) COMPLETE
63962026-07-01T21:21:15.961Z[ recovery-image] Jul 01 21:21:14.740 INFO O| Jul 01 21:21:14.740 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-07-01T21:21:15.965Z[ recovery-image] Jul 01 21:21:14.747 INFO O| Jul 01 21:21:14.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63982026-07-01T21:21:15.968Z[ recovery-image] Jul 01 21:21:14.747 INFO O| Jul 01 21:21:14.747 INFO STEP 350 (remove_files) COMPLETE
63992026-07-01T21:21:15.968Z[ recovery-image] Jul 01 21:21:14.747 INFO O| Jul 01 21:21:14.747 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-07-01T21:21:15.973Z[ recovery-image] Jul 01 21:21:14.755 INFO O| Jul 01 21:21:14.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64012026-07-01T21:21:15.973Z[ recovery-image] Jul 01 21:21:14.755 INFO O| Jul 01 21:21:14.755 INFO STEP 351 (remove_files) COMPLETE
64022026-07-01T21:21:15.973Z[ recovery-image] Jul 01 21:21:14.755 INFO O| Jul 01 21:21:14.755 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-07-01T21:21:15.983Z[ recovery-image] Jul 01 21:21:14.764 INFO O| Jul 01 21:21:14.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64042026-07-01T21:21:15.983Z[ recovery-image] Jul 01 21:21:14.764 INFO O| Jul 01 21:21:14.764 INFO STEP 352 (remove_files) COMPLETE
64052026-07-01T21:21:15.986Z[ recovery-image] Jul 01 21:21:14.764 INFO O| Jul 01 21:21:14.764 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-07-01T21:21:15.991Z[ recovery-image] Jul 01 21:21:14.773 INFO O| Jul 01 21:21:14.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64072026-07-01T21:21:15.991Z[ recovery-image] Jul 01 21:21:14.773 INFO O| Jul 01 21:21:14.773 INFO STEP 353 (remove_files) COMPLETE
64082026-07-01T21:21:15.991Z[ recovery-image] Jul 01 21:21:14.773 INFO O| Jul 01 21:21:14.773 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-07-01T21:21:16.000Z[ recovery-image] Jul 01 21:21:14.782 INFO O| Jul 01 21:21:14.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64102026-07-01T21:21:16.005Z[ recovery-image] Jul 01 21:21:14.782 INFO O| Jul 01 21:21:14.782 INFO STEP 354 (remove_files) COMPLETE
64112026-07-01T21:21:16.005Z[ recovery-image] Jul 01 21:21:14.782 INFO O| Jul 01 21:21:14.782 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-07-01T21:21:16.009Z[ recovery-image] Jul 01 21:21:14.790 INFO O| Jul 01 21:21:14.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64132026-07-01T21:21:16.009Z[ recovery-image] Jul 01 21:21:14.790 INFO O| Jul 01 21:21:14.790 INFO STEP 355 (remove_files) COMPLETE
64142026-07-01T21:21:16.009Z[ recovery-image] Jul 01 21:21:14.790 INFO O| Jul 01 21:21:14.790 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-07-01T21:21:16.016Z[ recovery-image] Jul 01 21:21:14.798 INFO O| Jul 01 21:21:14.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64162026-07-01T21:21:16.017Z[ recovery-image] Jul 01 21:21:14.798 INFO O| Jul 01 21:21:14.798 INFO STEP 356 (remove_files) COMPLETE
64172026-07-01T21:21:16.017Z[ recovery-image] Jul 01 21:21:14.798 INFO O| Jul 01 21:21:14.798 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-07-01T21:21:16.025Z[ recovery-image] Jul 01 21:21:14.806 INFO O| Jul 01 21:21:14.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64192026-07-01T21:21:16.028Z[ recovery-image] Jul 01 21:21:14.806 INFO O| Jul 01 21:21:14.806 INFO STEP 357 (remove_files) COMPLETE
64202026-07-01T21:21:16.028Z[ recovery-image] Jul 01 21:21:14.806 INFO O| Jul 01 21:21:14.806 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-07-01T21:21:16.033Z[ recovery-image] Jul 01 21:21:14.814 INFO O| Jul 01 21:21:14.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64222026-07-01T21:21:16.036Z[ recovery-image] Jul 01 21:21:14.814 INFO O| Jul 01 21:21:14.814 INFO STEP 358 (remove_files) COMPLETE
64232026-07-01T21:21:16.036Z[ recovery-image] Jul 01 21:21:14.814 INFO O| Jul 01 21:21:14.814 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-07-01T21:21:16.039Z[ recovery-image] Jul 01 21:21:14.821 INFO O| Jul 01 21:21:14.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64252026-07-01T21:21:16.039Z[ recovery-image] Jul 01 21:21:14.821 INFO O| Jul 01 21:21:14.821 INFO STEP 359 (remove_files) COMPLETE
64262026-07-01T21:21:16.039Z[ recovery-image] Jul 01 21:21:14.821 INFO O| Jul 01 21:21:14.821 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-07-01T21:21:16.047Z[ recovery-image] Jul 01 21:21:14.829 INFO O| Jul 01 21:21:14.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64282026-07-01T21:21:16.047Z[ recovery-image] Jul 01 21:21:14.829 INFO O| Jul 01 21:21:14.829 INFO STEP 360 (remove_files) COMPLETE
64292026-07-01T21:21:16.048Z[ recovery-image] Jul 01 21:21:14.829 INFO O| Jul 01 21:21:14.829 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-07-01T21:21:16.054Z[ recovery-image] Jul 01 21:21:14.836 INFO O| Jul 01 21:21:14.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64312026-07-01T21:21:16.054Z[ recovery-image] Jul 01 21:21:14.836 INFO O| Jul 01 21:21:14.836 INFO STEP 361 (remove_files) COMPLETE
64322026-07-01T21:21:16.057Z[ recovery-image] Jul 01 21:21:14.836 INFO O| Jul 01 21:21:14.836 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-07-01T21:21:16.061Z[ recovery-image] Jul 01 21:21:14.843 INFO O| Jul 01 21:21:14.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64342026-07-01T21:21:16.061Z[ recovery-image] Jul 01 21:21:14.843 INFO O| Jul 01 21:21:14.843 INFO STEP 362 (remove_files) COMPLETE
64352026-07-01T21:21:16.061Z[ recovery-image] Jul 01 21:21:14.843 INFO O| Jul 01 21:21:14.843 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-07-01T21:21:16.070Z[ recovery-image] Jul 01 21:21:14.852 INFO O| Jul 01 21:21:14.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64372026-07-01T21:21:16.070Z[ recovery-image] Jul 01 21:21:14.852 INFO O| Jul 01 21:21:14.852 INFO STEP 363 (remove_files) COMPLETE
64382026-07-01T21:21:16.070Z[ recovery-image] Jul 01 21:21:14.852 INFO O| Jul 01 21:21:14.852 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-07-01T21:21:16.078Z[ recovery-image] Jul 01 21:21:14.859 INFO O| Jul 01 21:21:14.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64402026-07-01T21:21:16.081Z[ recovery-image] Jul 01 21:21:14.859 INFO O| Jul 01 21:21:14.859 INFO STEP 364 (remove_files) COMPLETE
64412026-07-01T21:21:16.081Z[ recovery-image] Jul 01 21:21:14.859 INFO O| Jul 01 21:21:14.859 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-07-01T21:21:16.085Z[ recovery-image] Jul 01 21:21:14.867 INFO O| Jul 01 21:21:14.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64432026-07-01T21:21:16.085Z[ recovery-image] Jul 01 21:21:14.867 INFO O| Jul 01 21:21:14.867 INFO STEP 365 (remove_files) COMPLETE
64442026-07-01T21:21:16.090Z[ recovery-image] Jul 01 21:21:14.867 INFO O| Jul 01 21:21:14.867 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-07-01T21:21:16.093Z[ recovery-image] Jul 01 21:21:14.874 INFO O| Jul 01 21:21:14.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64462026-07-01T21:21:16.093Z[ recovery-image] Jul 01 21:21:14.874 INFO O| Jul 01 21:21:14.874 INFO STEP 366 (remove_files) COMPLETE
64472026-07-01T21:21:16.093Z[ recovery-image] Jul 01 21:21:14.874 INFO O| Jul 01 21:21:14.874 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-07-01T21:21:16.099Z[ recovery-image] Jul 01 21:21:14.881 INFO O| Jul 01 21:21:14.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64492026-07-01T21:21:16.099Z[ recovery-image] Jul 01 21:21:14.881 INFO O| Jul 01 21:21:14.881 INFO STEP 367 (remove_files) COMPLETE
64502026-07-01T21:21:16.105Z[ recovery-image] Jul 01 21:21:14.881 INFO O| Jul 01 21:21:14.881 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-07-01T21:21:16.108Z[ recovery-image] Jul 01 21:21:14.887 INFO O| Jul 01 21:21:14.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64522026-07-01T21:21:16.108Z[ recovery-image] Jul 01 21:21:14.887 INFO O| Jul 01 21:21:14.887 INFO STEP 368 (remove_files) COMPLETE
64532026-07-01T21:21:16.108Z[ recovery-image] Jul 01 21:21:14.887 INFO O| Jul 01 21:21:14.887 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-07-01T21:21:16.112Z[ recovery-image] Jul 01 21:21:14.894 INFO O| Jul 01 21:21:14.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64552026-07-01T21:21:16.112Z[ recovery-image] Jul 01 21:21:14.894 INFO O| Jul 01 21:21:14.894 INFO STEP 369 (remove_files) COMPLETE
64562026-07-01T21:21:16.116Z[ recovery-image] Jul 01 21:21:14.894 INFO O| Jul 01 21:21:14.894 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-07-01T21:21:16.120Z[ recovery-image] Jul 01 21:21:14.901 INFO O| Jul 01 21:21:14.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64582026-07-01T21:21:16.120Z[ recovery-image] Jul 01 21:21:14.901 INFO O| Jul 01 21:21:14.901 INFO STEP 370 (remove_files) COMPLETE
64592026-07-01T21:21:16.120Z[ recovery-image] Jul 01 21:21:14.901 INFO O| Jul 01 21:21:14.901 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-07-01T21:21:16.126Z[ recovery-image] Jul 01 21:21:14.908 INFO O| Jul 01 21:21:14.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64612026-07-01T21:21:16.126Z[ recovery-image] Jul 01 21:21:14.908 INFO O| Jul 01 21:21:14.908 INFO STEP 371 (remove_files) COMPLETE
64622026-07-01T21:21:16.129Z[ recovery-image] Jul 01 21:21:14.908 INFO O| Jul 01 21:21:14.908 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-07-01T21:21:16.135Z[ recovery-image] Jul 01 21:21:14.916 INFO O| Jul 01 21:21:14.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64642026-07-01T21:21:16.135Z[ recovery-image] Jul 01 21:21:14.917 INFO O| Jul 01 21:21:14.917 INFO STEP 372 (remove_files) COMPLETE
64652026-07-01T21:21:16.138Z[ recovery-image] Jul 01 21:21:14.917 INFO O| Jul 01 21:21:14.917 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-07-01T21:21:16.142Z[ recovery-image] Jul 01 21:21:14.924 INFO O| Jul 01 21:21:14.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64672026-07-01T21:21:16.145Z[ recovery-image] Jul 01 21:21:14.924 INFO O| Jul 01 21:21:14.924 INFO STEP 373 (remove_files) COMPLETE
64682026-07-01T21:21:16.145Z[ recovery-image] Jul 01 21:21:14.924 INFO O| Jul 01 21:21:14.924 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-07-01T21:21:16.149Z[ recovery-image] Jul 01 21:21:14.931 INFO O| Jul 01 21:21:14.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64702026-07-01T21:21:16.152Z[ recovery-image] Jul 01 21:21:14.931 INFO O| Jul 01 21:21:14.931 INFO STEP 374 (remove_files) COMPLETE
64712026-07-01T21:21:16.152Z[ recovery-image] Jul 01 21:21:14.931 INFO O| Jul 01 21:21:14.931 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-07-01T21:21:16.156Z[ recovery-image] Jul 01 21:21:14.937 INFO O| Jul 01 21:21:14.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64732026-07-01T21:21:16.156Z[ recovery-image] Jul 01 21:21:14.937 INFO O| Jul 01 21:21:14.937 INFO STEP 375 (remove_files) COMPLETE
64742026-07-01T21:21:16.156Z[ recovery-image] Jul 01 21:21:14.937 INFO O| Jul 01 21:21:14.937 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-07-01T21:21:16.162Z[ recovery-image] Jul 01 21:21:14.944 INFO O| Jul 01 21:21:14.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64762026-07-01T21:21:16.166Z[ recovery-image] Jul 01 21:21:14.944 INFO O| Jul 01 21:21:14.944 INFO STEP 376 (remove_files) COMPLETE
64772026-07-01T21:21:16.166Z[ recovery-image] Jul 01 21:21:14.944 INFO O| Jul 01 21:21:14.944 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-07-01T21:21:16.169Z[ recovery-image] Jul 01 21:21:14.951 INFO O| Jul 01 21:21:14.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64792026-07-01T21:21:16.169Z[ recovery-image] Jul 01 21:21:14.951 INFO O| Jul 01 21:21:14.951 INFO STEP 377 (remove_files) COMPLETE
64802026-07-01T21:21:16.172Z[ recovery-image] Jul 01 21:21:14.951 INFO O| Jul 01 21:21:14.951 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-07-01T21:21:16.177Z[ recovery-image] Jul 01 21:21:14.958 INFO O| Jul 01 21:21:14.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64822026-07-01T21:21:16.177Z[ recovery-image] Jul 01 21:21:14.958 INFO O| Jul 01 21:21:14.958 INFO STEP 378 (remove_files) COMPLETE
64832026-07-01T21:21:16.177Z[ recovery-image] Jul 01 21:21:14.958 INFO O| Jul 01 21:21:14.958 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-07-01T21:21:16.186Z[ recovery-image] Jul 01 21:21:14.968 INFO O| Jul 01 21:21:14.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64852026-07-01T21:21:16.186Z[ recovery-image] Jul 01 21:21:14.968 INFO O| Jul 01 21:21:14.968 INFO STEP 379 (remove_files) COMPLETE
64862026-07-01T21:21:16.186Z[ recovery-image] Jul 01 21:21:14.968 INFO O| Jul 01 21:21:14.968 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-07-01T21:21:16.194Z[ recovery-image] Jul 01 21:21:14.975 INFO O| Jul 01 21:21:14.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64882026-07-01T21:21:16.197Z[ recovery-image] Jul 01 21:21:14.975 INFO O| Jul 01 21:21:14.975 INFO STEP 380 (remove_files) COMPLETE
64892026-07-01T21:21:16.197Z[ recovery-image] Jul 01 21:21:14.975 INFO O| Jul 01 21:21:14.975 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-07-01T21:21:16.202Z[ recovery-image] Jul 01 21:21:14.983 INFO O| Jul 01 21:21:14.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64912026-07-01T21:21:16.202Z[ recovery-image] Jul 01 21:21:14.983 INFO O| Jul 01 21:21:14.983 INFO STEP 381 (remove_files) COMPLETE
64922026-07-01T21:21:16.202Z[ recovery-image] Jul 01 21:21:14.983 INFO O| Jul 01 21:21:14.983 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-07-01T21:21:16.209Z[ recovery-image] Jul 01 21:21:14.990 INFO O| Jul 01 21:21:14.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64942026-07-01T21:21:16.209Z[ recovery-image] Jul 01 21:21:14.990 INFO O| Jul 01 21:21:14.990 INFO STEP 382 (remove_files) COMPLETE
64952026-07-01T21:21:16.209Z[ recovery-image] Jul 01 21:21:14.990 INFO O| Jul 01 21:21:14.990 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-07-01T21:21:16.216Z[ recovery-image] Jul 01 21:21:14.997 INFO O| Jul 01 21:21:14.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64972026-07-01T21:21:16.216Z[ recovery-image] Jul 01 21:21:14.997 INFO O| Jul 01 21:21:14.997 INFO STEP 383 (remove_files) COMPLETE
64982026-07-01T21:21:16.219Z[ recovery-image] Jul 01 21:21:14.997 INFO O| Jul 01 21:21:14.997 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-07-01T21:21:16.223Z[ recovery-image] Jul 01 21:21:15.005 INFO O| Jul 01 21:21:15.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65002026-07-01T21:21:16.223Z[ recovery-image] Jul 01 21:21:15.005 INFO O| Jul 01 21:21:15.005 INFO STEP 384 (remove_files) COMPLETE
65012026-07-01T21:21:16.226Z[ recovery-image] Jul 01 21:21:15.005 INFO O| Jul 01 21:21:15.005 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-07-01T21:21:16.230Z[ recovery-image] Jul 01 21:21:15.012 INFO O| Jul 01 21:21:15.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65032026-07-01T21:21:16.233Z[ recovery-image] Jul 01 21:21:15.012 INFO O| Jul 01 21:21:15.012 INFO STEP 385 (remove_files) COMPLETE
65042026-07-01T21:21:16.233Z[ recovery-image] Jul 01 21:21:15.012 INFO O| Jul 01 21:21:15.012 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-07-01T21:21:16.238Z[ recovery-image] Jul 01 21:21:15.019 INFO O| Jul 01 21:21:15.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65062026-07-01T21:21:16.238Z[ recovery-image] Jul 01 21:21:15.019 INFO O| Jul 01 21:21:15.019 INFO STEP 386 (remove_files) COMPLETE
65072026-07-01T21:21:16.241Z[ recovery-image] Jul 01 21:21:15.019 INFO O| Jul 01 21:21:15.019 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-07-01T21:21:16.244Z[ recovery-image] Jul 01 21:21:15.026 INFO O| Jul 01 21:21:15.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65092026-07-01T21:21:16.247Z[ recovery-image] Jul 01 21:21:15.026 INFO O| Jul 01 21:21:15.026 INFO STEP 387 (remove_files) COMPLETE
65102026-07-01T21:21:16.247Z[ recovery-image] Jul 01 21:21:15.026 INFO O| Jul 01 21:21:15.026 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-07-01T21:21:16.251Z[ recovery-image] Jul 01 21:21:15.032 INFO O| Jul 01 21:21:15.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65122026-07-01T21:21:16.253Z[ recovery-image] Jul 01 21:21:15.032 INFO O| Jul 01 21:21:15.032 INFO STEP 388 (remove_files) COMPLETE
65132026-07-01T21:21:16.254Z[ recovery-image] Jul 01 21:21:15.032 INFO O| Jul 01 21:21:15.032 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-07-01T21:21:16.257Z[ recovery-image] Jul 01 21:21:15.039 INFO O| Jul 01 21:21:15.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65152026-07-01T21:21:16.257Z[ recovery-image] Jul 01 21:21:15.039 INFO O| Jul 01 21:21:15.039 INFO STEP 389 (remove_files) COMPLETE
65162026-07-01T21:21:16.257Z[ recovery-image] Jul 01 21:21:15.039 INFO O| Jul 01 21:21:15.039 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-07-01T21:21:16.263Z[ recovery-image] Jul 01 21:21:15.045 INFO O| Jul 01 21:21:15.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65182026-07-01T21:21:16.263Z[ recovery-image] Jul 01 21:21:15.045 INFO O| Jul 01 21:21:15.045 INFO STEP 390 (remove_files) COMPLETE
65192026-07-01T21:21:16.267Z[ recovery-image] Jul 01 21:21:15.045 INFO O| Jul 01 21:21:15.045 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-07-01T21:21:16.272Z[ recovery-image] Jul 01 21:21:15.054 INFO O| Jul 01 21:21:15.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65212026-07-01T21:21:16.272Z[ recovery-image] Jul 01 21:21:15.054 INFO O| Jul 01 21:21:15.054 INFO STEP 391 (remove_files) COMPLETE
65222026-07-01T21:21:16.273Z[ recovery-image] Jul 01 21:21:15.054 INFO O| Jul 01 21:21:15.054 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-07-01T21:21:16.280Z[ recovery-image] Jul 01 21:21:15.062 INFO O| Jul 01 21:21:15.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65242026-07-01T21:21:16.280Z[ recovery-image] Jul 01 21:21:15.062 INFO O| Jul 01 21:21:15.062 INFO STEP 392 (remove_files) COMPLETE
65252026-07-01T21:21:16.283Z[ recovery-image] Jul 01 21:21:15.062 INFO O| Jul 01 21:21:15.062 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-07-01T21:21:16.289Z[ recovery-image] Jul 01 21:21:15.070 INFO O| Jul 01 21:21:15.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65272026-07-01T21:21:16.289Z[ recovery-image] Jul 01 21:21:15.071 INFO O| Jul 01 21:21:15.071 INFO STEP 393 (remove_files) COMPLETE
65282026-07-01T21:21:16.289Z[ recovery-image] Jul 01 21:21:15.071 INFO O| Jul 01 21:21:15.071 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-07-01T21:21:16.296Z[ recovery-image] Jul 01 21:21:15.078 INFO O| Jul 01 21:21:15.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65302026-07-01T21:21:16.296Z[ recovery-image] Jul 01 21:21:15.078 INFO O| Jul 01 21:21:15.078 INFO STEP 394 (remove_files) COMPLETE
65312026-07-01T21:21:16.299Z[ recovery-image] Jul 01 21:21:15.078 INFO O| Jul 01 21:21:15.078 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-07-01T21:21:16.304Z[ recovery-image] Jul 01 21:21:15.084 INFO O| Jul 01 21:21:15.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65332026-07-01T21:21:16.304Z[ recovery-image] Jul 01 21:21:15.084 INFO O| Jul 01 21:21:15.084 INFO STEP 395 (remove_files) COMPLETE
65342026-07-01T21:21:16.308Z[ recovery-image] Jul 01 21:21:15.084 INFO O| Jul 01 21:21:15.084 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-07-01T21:21:16.311Z[ recovery-image] Jul 01 21:21:15.093 INFO O| Jul 01 21:21:15.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65362026-07-01T21:21:16.312Z[ recovery-image] Jul 01 21:21:15.093 INFO O| Jul 01 21:21:15.093 INFO STEP 396 (remove_files) COMPLETE
65372026-07-01T21:21:16.312Z[ recovery-image] Jul 01 21:21:15.093 INFO O| Jul 01 21:21:15.093 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-07-01T21:21:16.318Z[ recovery-image] Jul 01 21:21:15.100 INFO O| Jul 01 21:21:15.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65392026-07-01T21:21:16.318Z[ recovery-image] Jul 01 21:21:15.100 INFO O| Jul 01 21:21:15.100 INFO STEP 397 (remove_files) COMPLETE
65402026-07-01T21:21:16.321Z[ recovery-image] Jul 01 21:21:15.100 INFO O| Jul 01 21:21:15.100 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-07-01T21:21:16.327Z[ recovery-image] Jul 01 21:21:15.109 INFO O| Jul 01 21:21:15.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65422026-07-01T21:21:16.327Z[ recovery-image] Jul 01 21:21:15.109 INFO O| Jul 01 21:21:15.109 INFO STEP 398 (remove_files) COMPLETE
65432026-07-01T21:21:16.327Z[ recovery-image] Jul 01 21:21:15.109 INFO O| Jul 01 21:21:15.109 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-07-01T21:21:16.334Z[ recovery-image] Jul 01 21:21:15.116 INFO O| Jul 01 21:21:15.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65452026-07-01T21:21:16.334Z[ recovery-image] Jul 01 21:21:15.116 INFO O| Jul 01 21:21:15.116 INFO STEP 399 (remove_files) COMPLETE
65462026-07-01T21:21:16.334Z[ recovery-image] Jul 01 21:21:15.116 INFO O| Jul 01 21:21:15.116 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-07-01T21:21:16.343Z[ recovery-image] Jul 01 21:21:15.124 INFO O| Jul 01 21:21:15.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65482026-07-01T21:21:16.343Z[ recovery-image] Jul 01 21:21:15.124 INFO O| Jul 01 21:21:15.124 INFO STEP 400 (remove_files) COMPLETE
65492026-07-01T21:21:16.348Z[ recovery-image] Jul 01 21:21:15.124 INFO O| Jul 01 21:21:15.124 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-07-01T21:21:16.351Z[ recovery-image] Jul 01 21:21:15.131 INFO O| Jul 01 21:21:15.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65512026-07-01T21:21:16.351Z[ recovery-image] Jul 01 21:21:15.131 INFO O| Jul 01 21:21:15.131 INFO STEP 401 (remove_files) COMPLETE
65522026-07-01T21:21:16.351Z[ recovery-image] Jul 01 21:21:15.131 INFO O| Jul 01 21:21:15.131 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-07-01T21:21:16.357Z[ recovery-image] Jul 01 21:21:15.139 INFO O| Jul 01 21:21:15.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65542026-07-01T21:21:16.357Z[ recovery-image] Jul 01 21:21:15.139 INFO O| Jul 01 21:21:15.139 INFO STEP 402 (remove_files) COMPLETE
65552026-07-01T21:21:16.362Z[ recovery-image] Jul 01 21:21:15.139 INFO O| Jul 01 21:21:15.139 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-07-01T21:21:16.365Z[ recovery-image] Jul 01 21:21:15.146 INFO O| Jul 01 21:21:15.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65572026-07-01T21:21:16.365Z[ recovery-image] Jul 01 21:21:15.146 INFO O| Jul 01 21:21:15.146 INFO STEP 403 (remove_files) COMPLETE
65582026-07-01T21:21:16.366Z[ recovery-image] Jul 01 21:21:15.146 INFO O| Jul 01 21:21:15.146 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-07-01T21:21:16.371Z[ recovery-image] Jul 01 21:21:15.153 INFO O| Jul 01 21:21:15.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65602026-07-01T21:21:16.371Z[ recovery-image] Jul 01 21:21:15.153 INFO O| Jul 01 21:21:15.153 INFO STEP 404 (remove_files) COMPLETE
65612026-07-01T21:21:16.374Z[ recovery-image] Jul 01 21:21:15.153 INFO O| Jul 01 21:21:15.153 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-07-01T21:21:16.377Z[ recovery-image] Jul 01 21:21:15.159 INFO O| Jul 01 21:21:15.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65632026-07-01T21:21:16.381Z[ recovery-image] Jul 01 21:21:15.159 INFO O| Jul 01 21:21:15.159 INFO STEP 405 (remove_files) COMPLETE
65642026-07-01T21:21:16.381Z[ recovery-image] Jul 01 21:21:15.159 INFO O| Jul 01 21:21:15.159 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-07-01T21:21:16.384Z[ recovery-image] Jul 01 21:21:15.166 INFO O| Jul 01 21:21:15.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65662026-07-01T21:21:16.384Z[ recovery-image] Jul 01 21:21:15.166 INFO O| Jul 01 21:21:15.166 INFO STEP 406 (remove_files) COMPLETE
65672026-07-01T21:21:16.384Z[ recovery-image] Jul 01 21:21:15.166 INFO O| Jul 01 21:21:15.166 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-07-01T21:21:16.391Z[ recovery-image] Jul 01 21:21:15.173 INFO O| Jul 01 21:21:15.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65692026-07-01T21:21:16.392Z[ recovery-image] Jul 01 21:21:15.173 INFO O| Jul 01 21:21:15.173 INFO STEP 407 (remove_files) COMPLETE
65702026-07-01T21:21:16.395Z[ recovery-image] Jul 01 21:21:15.173 INFO O| Jul 01 21:21:15.173 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-07-01T21:21:16.400Z[ recovery-image] Jul 01 21:21:15.182 INFO O| Jul 01 21:21:15.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65722026-07-01T21:21:16.400Z[ recovery-image] Jul 01 21:21:15.182 INFO O| Jul 01 21:21:15.182 INFO STEP 408 (remove_files) COMPLETE
65732026-07-01T21:21:16.404Z[ recovery-image] Jul 01 21:21:15.182 INFO O| Jul 01 21:21:15.182 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-07-01T21:21:16.407Z[ recovery-image] Jul 01 21:21:15.189 INFO O| Jul 01 21:21:15.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65752026-07-01T21:21:16.410Z[ recovery-image] Jul 01 21:21:15.189 INFO O| Jul 01 21:21:15.189 INFO STEP 409 (remove_files) COMPLETE
65762026-07-01T21:21:16.410Z[ recovery-image] Jul 01 21:21:15.189 INFO O| Jul 01 21:21:15.189 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-07-01T21:21:16.416Z[ recovery-image] Jul 01 21:21:15.197 INFO O| Jul 01 21:21:15.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65782026-07-01T21:21:16.416Z[ recovery-image] Jul 01 21:21:15.197 INFO O| Jul 01 21:21:15.197 INFO STEP 410 (remove_files) COMPLETE
65792026-07-01T21:21:16.419Z[ recovery-image] Jul 01 21:21:15.197 INFO O| Jul 01 21:21:15.197 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-07-01T21:21:16.423Z[ recovery-image] Jul 01 21:21:15.205 INFO O| Jul 01 21:21:15.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65812026-07-01T21:21:16.423Z[ recovery-image] Jul 01 21:21:15.205 INFO O| Jul 01 21:21:15.205 INFO STEP 411 (remove_files) COMPLETE
65822026-07-01T21:21:16.426Z[ recovery-image] Jul 01 21:21:15.205 INFO O| Jul 01 21:21:15.205 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-07-01T21:21:16.432Z[ recovery-image] Jul 01 21:21:15.213 INFO O| Jul 01 21:21:15.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65842026-07-01T21:21:16.432Z[ recovery-image] Jul 01 21:21:15.213 INFO O| Jul 01 21:21:15.213 INFO STEP 412 (remove_files) COMPLETE
65852026-07-01T21:21:16.432Z[ recovery-image] Jul 01 21:21:15.213 INFO O| Jul 01 21:21:15.213 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-07-01T21:21:16.439Z[ recovery-image] Jul 01 21:21:15.221 INFO O| Jul 01 21:21:15.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65872026-07-01T21:21:16.439Z[ recovery-image] Jul 01 21:21:15.221 INFO O| Jul 01 21:21:15.221 INFO STEP 413 (remove_files) COMPLETE
65882026-07-01T21:21:16.439Z[ recovery-image] Jul 01 21:21:15.221 INFO O| Jul 01 21:21:15.221 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-07-01T21:21:16.449Z[ recovery-image] Jul 01 21:21:15.231 INFO O| Jul 01 21:21:15.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65902026-07-01T21:21:16.449Z[ recovery-image] Jul 01 21:21:15.231 INFO O| Jul 01 21:21:15.231 INFO STEP 414 (remove_files) COMPLETE
65912026-07-01T21:21:16.452Z[ recovery-image] Jul 01 21:21:15.231 INFO O| Jul 01 21:21:15.231 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-07-01T21:21:16.457Z[ recovery-image] Jul 01 21:21:15.238 INFO O| Jul 01 21:21:15.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65932026-07-01T21:21:16.457Z[ recovery-image] Jul 01 21:21:15.238 INFO O| Jul 01 21:21:15.238 INFO STEP 415 (remove_files) COMPLETE
65942026-07-01T21:21:16.460Z[ recovery-image] Jul 01 21:21:15.238 INFO O| Jul 01 21:21:15.238 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-07-01T21:21:16.465Z[ recovery-image] Jul 01 21:21:15.246 INFO O| Jul 01 21:21:15.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65962026-07-01T21:21:16.465Z[ recovery-image] Jul 01 21:21:15.247 INFO O| Jul 01 21:21:15.247 INFO STEP 416 (remove_files) COMPLETE
65972026-07-01T21:21:16.468Z[ recovery-image] Jul 01 21:21:15.247 INFO O| Jul 01 21:21:15.247 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-07-01T21:21:16.472Z[ recovery-image] Jul 01 21:21:15.253 INFO O| Jul 01 21:21:15.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65992026-07-01T21:21:16.472Z[ recovery-image] Jul 01 21:21:15.253 INFO O| Jul 01 21:21:15.253 INFO STEP 417 (remove_files) COMPLETE
66002026-07-01T21:21:16.472Z[ recovery-image] Jul 01 21:21:15.253 INFO O| Jul 01 21:21:15.253 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-07-01T21:21:16.479Z[ recovery-image] Jul 01 21:21:15.260 INFO O| Jul 01 21:21:15.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66022026-07-01T21:21:16.479Z[ recovery-image] Jul 01 21:21:15.260 INFO O| Jul 01 21:21:15.260 INFO STEP 418 (remove_files) COMPLETE
66032026-07-01T21:21:16.485Z[ recovery-image] Jul 01 21:21:15.260 INFO O| Jul 01 21:21:15.260 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-07-01T21:21:16.488Z[ recovery-image] Jul 01 21:21:15.267 INFO O| Jul 01 21:21:15.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66052026-07-01T21:21:16.488Z[ recovery-image] Jul 01 21:21:15.267 INFO O| Jul 01 21:21:15.267 INFO STEP 419 (remove_files) COMPLETE
66062026-07-01T21:21:16.488Z[ recovery-image] Jul 01 21:21:15.267 INFO O| Jul 01 21:21:15.267 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-07-01T21:21:16.493Z[ recovery-image] Jul 01 21:21:15.274 INFO O| Jul 01 21:21:15.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66082026-07-01T21:21:16.496Z[ recovery-image] Jul 01 21:21:15.274 INFO O| Jul 01 21:21:15.274 INFO STEP 420 (remove_files) COMPLETE
66092026-07-01T21:21:16.496Z[ recovery-image] Jul 01 21:21:15.274 INFO O| Jul 01 21:21:15.274 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-07-01T21:21:16.502Z[ recovery-image] Jul 01 21:21:15.284 INFO O| Jul 01 21:21:15.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66112026-07-01T21:21:16.502Z[ recovery-image] Jul 01 21:21:15.284 INFO O| Jul 01 21:21:15.284 INFO STEP 421 (remove_files) COMPLETE
66122026-07-01T21:21:16.505Z[ recovery-image] Jul 01 21:21:15.284 INFO O| Jul 01 21:21:15.284 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-07-01T21:21:16.510Z[ recovery-image] Jul 01 21:21:15.291 INFO O| Jul 01 21:21:15.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66142026-07-01T21:21:16.510Z[ recovery-image] Jul 01 21:21:15.292 INFO O| Jul 01 21:21:15.292 INFO STEP 422 (remove_files) COMPLETE
66152026-07-01T21:21:16.510Z[ recovery-image] Jul 01 21:21:15.292 INFO O| Jul 01 21:21:15.292 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-07-01T21:21:16.520Z[ recovery-image] Jul 01 21:21:15.301 INFO O| Jul 01 21:21:15.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66172026-07-01T21:21:16.520Z[ recovery-image] Jul 01 21:21:15.301 INFO O| Jul 01 21:21:15.301 INFO STEP 423 (remove_files) COMPLETE
66182026-07-01T21:21:16.523Z[ recovery-image] Jul 01 21:21:15.301 INFO O| Jul 01 21:21:15.301 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-07-01T21:21:16.528Z[ recovery-image] Jul 01 21:21:15.310 INFO O| Jul 01 21:21:15.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66202026-07-01T21:21:16.528Z[ recovery-image] Jul 01 21:21:15.310 INFO O| Jul 01 21:21:15.310 INFO STEP 424 (remove_files) COMPLETE
66212026-07-01T21:21:16.569Z[ recovery-image] Jul 01 21:21:15.310 INFO O| Jul 01 21:21:15.310 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-07-01T21:21:16.569Z[ recovery-image] Jul 01 21:21:15.318 INFO O| Jul 01 21:21:15.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66232026-07-01T21:21:16.569Z[ recovery-image] Jul 01 21:21:15.318 INFO O| Jul 01 21:21:15.318 INFO STEP 425 (remove_files) COMPLETE
66242026-07-01T21:21:16.569Z[ recovery-image] Jul 01 21:21:15.318 INFO O| Jul 01 21:21:15.318 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-07-01T21:21:16.569Z[ recovery-image] Jul 01 21:21:15.327 INFO O| Jul 01 21:21:15.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66262026-07-01T21:21:16.569Z[ recovery-image] Jul 01 21:21:15.327 INFO O| Jul 01 21:21:15.327 INFO STEP 426 (remove_files) COMPLETE
66272026-07-01T21:21:16.569Z[ recovery-image] Jul 01 21:21:15.327 INFO O| Jul 01 21:21:15.327 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-07-01T21:21:16.569Z[ recovery-image] Jul 01 21:21:15.335 INFO O| Jul 01 21:21:15.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66292026-07-01T21:21:16.569Z[ recovery-image] Jul 01 21:21:15.336 INFO O| Jul 01 21:21:15.335 INFO STEP 427 (remove_files) COMPLETE
66302026-07-01T21:21:16.570Z[ recovery-image] Jul 01 21:21:15.336 INFO O| Jul 01 21:21:15.335 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-07-01T21:21:16.571Z[ recovery-image] Jul 01 21:21:15.344 INFO O| Jul 01 21:21:15.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66322026-07-01T21:21:16.571Z[ recovery-image] Jul 01 21:21:15.344 INFO O| Jul 01 21:21:15.344 INFO STEP 428 (remove_files) COMPLETE
66332026-07-01T21:21:16.571Z[ recovery-image] Jul 01 21:21:15.344 INFO O| Jul 01 21:21:15.344 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-07-01T21:21:16.574Z[ recovery-image] Jul 01 21:21:15.352 INFO O| Jul 01 21:21:15.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66352026-07-01T21:21:16.574Z[ recovery-image] Jul 01 21:21:15.352 INFO O| Jul 01 21:21:15.352 INFO STEP 429 (remove_files) COMPLETE
66362026-07-01T21:21:16.575Z[ recovery-image] Jul 01 21:21:15.352 INFO O| Jul 01 21:21:15.352 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-07-01T21:21:16.581Z[ recovery-image] Jul 01 21:21:15.358 INFO O| Jul 01 21:21:15.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66382026-07-01T21:21:16.581Z[ recovery-image] Jul 01 21:21:15.358 INFO O| Jul 01 21:21:15.358 INFO STEP 430 (remove_files) COMPLETE
66392026-07-01T21:21:16.581Z[ recovery-image] Jul 01 21:21:15.358 INFO O| Jul 01 21:21:15.358 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-07-01T21:21:16.585Z[ recovery-image] Jul 01 21:21:15.365 INFO O| Jul 01 21:21:15.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66412026-07-01T21:21:16.585Z[ recovery-image] Jul 01 21:21:15.365 INFO O| Jul 01 21:21:15.365 INFO STEP 431 (remove_files) COMPLETE
66422026-07-01T21:21:16.585Z[ recovery-image] Jul 01 21:21:15.365 INFO O| Jul 01 21:21:15.365 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-07-01T21:21:16.593Z[ recovery-image] Jul 01 21:21:15.374 INFO O| Jul 01 21:21:15.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66442026-07-01T21:21:16.593Z[ recovery-image] Jul 01 21:21:15.374 INFO O| Jul 01 21:21:15.374 INFO STEP 432 (remove_files) COMPLETE
66452026-07-01T21:21:16.594Z[ recovery-image] Jul 01 21:21:15.374 INFO O| Jul 01 21:21:15.374 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-07-01T21:21:16.600Z[ recovery-image] Jul 01 21:21:15.381 INFO O| Jul 01 21:21:15.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66472026-07-01T21:21:16.600Z[ recovery-image] Jul 01 21:21:15.381 INFO O| Jul 01 21:21:15.381 INFO STEP 433 (remove_files) COMPLETE
66482026-07-01T21:21:16.600Z[ recovery-image] Jul 01 21:21:15.381 INFO O| Jul 01 21:21:15.381 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-07-01T21:21:16.609Z[ recovery-image] Jul 01 21:21:15.390 INFO O| Jul 01 21:21:15.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66502026-07-01T21:21:16.609Z[ recovery-image] Jul 01 21:21:15.390 INFO O| Jul 01 21:21:15.390 INFO STEP 434 (remove_files) COMPLETE
66512026-07-01T21:21:16.612Z[ recovery-image] Jul 01 21:21:15.390 INFO O| Jul 01 21:21:15.390 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-07-01T21:21:16.618Z[ recovery-image] Jul 01 21:21:15.397 INFO O| Jul 01 21:21:15.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66532026-07-01T21:21:16.618Z[ recovery-image] Jul 01 21:21:15.397 INFO O| Jul 01 21:21:15.397 INFO STEP 435 (remove_files) COMPLETE
66542026-07-01T21:21:16.618Z[ recovery-image] Jul 01 21:21:15.397 INFO O| Jul 01 21:21:15.397 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-07-01T21:21:16.623Z[ recovery-image] Jul 01 21:21:15.405 INFO O| Jul 01 21:21:15.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66562026-07-01T21:21:16.623Z[ recovery-image] Jul 01 21:21:15.405 INFO O| Jul 01 21:21:15.405 INFO STEP 436 (remove_files) COMPLETE
66572026-07-01T21:21:16.623Z[ recovery-image] Jul 01 21:21:15.405 INFO O| Jul 01 21:21:15.405 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-07-01T21:21:16.631Z[ recovery-image] Jul 01 21:21:15.413 INFO O| Jul 01 21:21:15.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66592026-07-01T21:21:16.631Z[ recovery-image] Jul 01 21:21:15.413 INFO O| Jul 01 21:21:15.413 INFO STEP 437 (remove_files) COMPLETE
66602026-07-01T21:21:16.631Z[ recovery-image] Jul 01 21:21:15.413 INFO O| Jul 01 21:21:15.413 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-07-01T21:21:16.640Z[ recovery-image] Jul 01 21:21:15.422 INFO O| Jul 01 21:21:15.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66622026-07-01T21:21:16.640Z[ recovery-image] Jul 01 21:21:15.422 INFO O| Jul 01 21:21:15.422 INFO STEP 438 (remove_files) COMPLETE
66632026-07-01T21:21:16.640Z[ recovery-image] Jul 01 21:21:15.422 INFO O| Jul 01 21:21:15.422 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-07-01T21:21:16.647Z[ recovery-image] Jul 01 21:21:15.429 INFO O| Jul 01 21:21:15.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66652026-07-01T21:21:16.648Z[ recovery-image] Jul 01 21:21:15.429 INFO O| Jul 01 21:21:15.429 INFO STEP 439 (remove_files) COMPLETE
66662026-07-01T21:21:16.648Z[ recovery-image] Jul 01 21:21:15.429 INFO O| Jul 01 21:21:15.429 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-07-01T21:21:16.656Z[ recovery-image] Jul 01 21:21:15.438 INFO O| Jul 01 21:21:15.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66682026-07-01T21:21:16.656Z[ recovery-image] Jul 01 21:21:15.438 INFO O| Jul 01 21:21:15.438 INFO STEP 440 (remove_files) COMPLETE
66692026-07-01T21:21:16.656Z[ recovery-image] Jul 01 21:21:15.438 INFO O| Jul 01 21:21:15.438 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-07-01T21:21:16.664Z[ recovery-image] Jul 01 21:21:15.446 INFO O| Jul 01 21:21:15.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66712026-07-01T21:21:16.669Z[ recovery-image] Jul 01 21:21:15.446 INFO O| Jul 01 21:21:15.446 INFO STEP 441 (remove_files) COMPLETE
66722026-07-01T21:21:16.669Z[ recovery-image] Jul 01 21:21:15.446 INFO O| Jul 01 21:21:15.446 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-07-01T21:21:16.672Z[ recovery-image] Jul 01 21:21:15.453 INFO O| Jul 01 21:21:15.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66742026-07-01T21:21:16.672Z[ recovery-image] Jul 01 21:21:15.453 INFO O| Jul 01 21:21:15.453 INFO STEP 442 (remove_files) COMPLETE
66752026-07-01T21:21:16.672Z[ recovery-image] Jul 01 21:21:15.453 INFO O| Jul 01 21:21:15.453 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-07-01T21:21:16.687Z[ recovery-image] Jul 01 21:21:15.460 INFO O| Jul 01 21:21:15.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66772026-07-01T21:21:16.687Z[ recovery-image] Jul 01 21:21:15.460 INFO O| Jul 01 21:21:15.460 INFO STEP 443 (remove_files) COMPLETE
66782026-07-01T21:21:16.690Z[ recovery-image] Jul 01 21:21:15.460 INFO O| Jul 01 21:21:15.460 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-07-01T21:21:16.690Z[ recovery-image] Jul 01 21:21:15.470 INFO O| Jul 01 21:21:15.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66802026-07-01T21:21:16.690Z[ recovery-image] Jul 01 21:21:15.470 INFO O| Jul 01 21:21:15.470 INFO STEP 444 (remove_files) COMPLETE
66812026-07-01T21:21:16.690Z[ recovery-image] Jul 01 21:21:15.470 INFO O| Jul 01 21:21:15.470 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-07-01T21:21:16.697Z[ recovery-image] Jul 01 21:21:15.479 INFO O| Jul 01 21:21:15.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66832026-07-01T21:21:16.698Z[ recovery-image] Jul 01 21:21:15.479 INFO O| Jul 01 21:21:15.479 INFO STEP 445 (remove_files) COMPLETE
66842026-07-01T21:21:16.701Z[ recovery-image] Jul 01 21:21:15.479 INFO O| Jul 01 21:21:15.479 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-07-01T21:21:16.705Z[ recovery-image] Jul 01 21:21:15.487 INFO O| Jul 01 21:21:15.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66862026-07-01T21:21:16.705Z[ recovery-image] Jul 01 21:21:15.487 INFO O| Jul 01 21:21:15.487 INFO STEP 446 (remove_files) COMPLETE
66872026-07-01T21:21:16.708Z[ recovery-image] Jul 01 21:21:15.487 INFO O| Jul 01 21:21:15.487 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-07-01T21:21:16.714Z[ recovery-image] Jul 01 21:21:15.495 INFO O| Jul 01 21:21:15.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66892026-07-01T21:21:16.714Z[ recovery-image] Jul 01 21:21:15.496 INFO O| Jul 01 21:21:15.495 INFO STEP 447 (remove_files) COMPLETE
66902026-07-01T21:21:16.717Z[ recovery-image] Jul 01 21:21:15.496 INFO O| Jul 01 21:21:15.495 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-07-01T21:21:16.720Z[ recovery-image] Jul 01 21:21:15.502 INFO O| Jul 01 21:21:15.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66922026-07-01T21:21:16.720Z[ recovery-image] Jul 01 21:21:15.502 INFO O| Jul 01 21:21:15.502 INFO STEP 448 (remove_files) COMPLETE
66932026-07-01T21:21:16.723Z[ recovery-image] Jul 01 21:21:15.502 INFO O| Jul 01 21:21:15.502 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-07-01T21:21:16.728Z[ recovery-image] Jul 01 21:21:15.510 INFO O| Jul 01 21:21:15.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66952026-07-01T21:21:16.728Z[ recovery-image] Jul 01 21:21:15.510 INFO O| Jul 01 21:21:15.510 INFO STEP 449 (remove_files) COMPLETE
66962026-07-01T21:21:16.731Z[ recovery-image] Jul 01 21:21:15.510 INFO O| Jul 01 21:21:15.510 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-07-01T21:21:16.737Z[ recovery-image] Jul 01 21:21:15.518 INFO O| Jul 01 21:21:15.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66982026-07-01T21:21:16.737Z[ recovery-image] Jul 01 21:21:15.518 INFO O| Jul 01 21:21:15.518 INFO STEP 450 (remove_files) COMPLETE
66992026-07-01T21:21:16.740Z[ recovery-image] Jul 01 21:21:15.518 INFO O| Jul 01 21:21:15.518 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-07-01T21:21:16.744Z[ recovery-image] Jul 01 21:21:15.526 INFO O| Jul 01 21:21:15.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67012026-07-01T21:21:16.747Z[ recovery-image] Jul 01 21:21:15.526 INFO O| Jul 01 21:21:15.526 INFO STEP 451 (remove_files) COMPLETE
67022026-07-01T21:21:16.747Z[ recovery-image] Jul 01 21:21:15.526 INFO O| Jul 01 21:21:15.526 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-07-01T21:21:16.751Z[ recovery-image] Jul 01 21:21:15.533 INFO O| Jul 01 21:21:15.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67042026-07-01T21:21:16.751Z[ recovery-image] Jul 01 21:21:15.533 INFO O| Jul 01 21:21:15.533 INFO STEP 452 (remove_files) COMPLETE
67052026-07-01T21:21:16.754Z[ recovery-image] Jul 01 21:21:15.533 INFO O| Jul 01 21:21:15.533 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-07-01T21:21:16.758Z[ recovery-image] Jul 01 21:21:15.540 INFO O| Jul 01 21:21:15.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67072026-07-01T21:21:16.761Z[ recovery-image] Jul 01 21:21:15.540 INFO O| Jul 01 21:21:15.540 INFO STEP 453 (remove_files) COMPLETE
67082026-07-01T21:21:16.761Z[ recovery-image] Jul 01 21:21:15.540 INFO O| Jul 01 21:21:15.540 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-07-01T21:21:16.766Z[ recovery-image] Jul 01 21:21:15.547 INFO O| Jul 01 21:21:15.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67102026-07-01T21:21:16.768Z[ recovery-image] Jul 01 21:21:15.547 INFO O| Jul 01 21:21:15.547 INFO STEP 454 (remove_files) COMPLETE
67112026-07-01T21:21:16.768Z[ recovery-image] Jul 01 21:21:15.547 INFO O| Jul 01 21:21:15.547 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-07-01T21:21:16.773Z[ recovery-image] Jul 01 21:21:15.555 INFO O| Jul 01 21:21:15.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67132026-07-01T21:21:16.773Z[ recovery-image] Jul 01 21:21:15.555 INFO O| Jul 01 21:21:15.555 INFO STEP 455 (remove_files) COMPLETE
67142026-07-01T21:21:16.773Z[ recovery-image] Jul 01 21:21:15.555 INFO O| Jul 01 21:21:15.555 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-07-01T21:21:16.782Z[ recovery-image] Jul 01 21:21:15.563 INFO O| Jul 01 21:21:15.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67162026-07-01T21:21:16.782Z[ recovery-image] Jul 01 21:21:15.564 INFO O| Jul 01 21:21:15.564 INFO STEP 456 (remove_files) COMPLETE
67172026-07-01T21:21:16.785Z[ recovery-image] Jul 01 21:21:15.564 INFO O| Jul 01 21:21:15.564 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-07-01T21:21:16.792Z[ recovery-image] Jul 01 21:21:15.572 INFO O| Jul 01 21:21:15.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67192026-07-01T21:21:16.795Z[ recovery-image] Jul 01 21:21:15.573 INFO O| Jul 01 21:21:15.573 INFO STEP 457 (remove_files) COMPLETE
67202026-07-01T21:21:16.795Z[ recovery-image] Jul 01 21:21:15.573 INFO O| Jul 01 21:21:15.573 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-07-01T21:21:16.799Z[ recovery-image] Jul 01 21:21:15.581 INFO O| Jul 01 21:21:15.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67222026-07-01T21:21:16.799Z[ recovery-image] Jul 01 21:21:15.581 INFO O| Jul 01 21:21:15.581 INFO STEP 458 (remove_files) COMPLETE
67232026-07-01T21:21:16.804Z[ recovery-image] Jul 01 21:21:15.581 INFO O| Jul 01 21:21:15.581 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-07-01T21:21:16.807Z[ recovery-image] Jul 01 21:21:15.588 INFO O| Jul 01 21:21:15.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67252026-07-01T21:21:16.807Z[ recovery-image] Jul 01 21:21:15.588 INFO O| Jul 01 21:21:15.588 INFO STEP 459 (remove_files) COMPLETE
67262026-07-01T21:21:16.807Z[ recovery-image] Jul 01 21:21:15.588 INFO O| Jul 01 21:21:15.588 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-07-01T21:21:16.815Z[ recovery-image] Jul 01 21:21:15.596 INFO O| Jul 01 21:21:15.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67282026-07-01T21:21:16.815Z[ recovery-image] Jul 01 21:21:15.597 INFO O| Jul 01 21:21:15.597 INFO STEP 460 (remove_files) COMPLETE
67292026-07-01T21:21:16.815Z[ recovery-image] Jul 01 21:21:15.597 INFO O| Jul 01 21:21:15.597 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-07-01T21:21:16.823Z[ recovery-image] Jul 01 21:21:15.605 INFO O| Jul 01 21:21:15.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67312026-07-01T21:21:16.823Z[ recovery-image] Jul 01 21:21:15.605 INFO O| Jul 01 21:21:15.605 INFO STEP 461 (remove_files) COMPLETE
67322026-07-01T21:21:16.823Z[ recovery-image] Jul 01 21:21:15.605 INFO O| Jul 01 21:21:15.605 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-07-01T21:21:16.831Z[ recovery-image] Jul 01 21:21:15.612 INFO O| Jul 01 21:21:15.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67342026-07-01T21:21:16.834Z[ recovery-image] Jul 01 21:21:15.612 INFO O| Jul 01 21:21:15.612 INFO STEP 462 (remove_files) COMPLETE
67352026-07-01T21:21:16.834Z[ recovery-image] Jul 01 21:21:15.612 INFO O| Jul 01 21:21:15.612 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-07-01T21:21:16.840Z[ recovery-image] Jul 01 21:21:15.621 INFO O| Jul 01 21:21:15.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67372026-07-01T21:21:16.842Z[ recovery-image] Jul 01 21:21:15.621 INFO O| Jul 01 21:21:15.621 INFO STEP 463 (remove_files) COMPLETE
67382026-07-01T21:21:16.843Z[ recovery-image] Jul 01 21:21:15.621 INFO O| Jul 01 21:21:15.621 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-07-01T21:21:16.847Z[ recovery-image] Jul 01 21:21:15.628 INFO O| Jul 01 21:21:15.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67402026-07-01T21:21:16.847Z[ recovery-image] Jul 01 21:21:15.628 INFO O| Jul 01 21:21:15.628 INFO STEP 464 (remove_files) COMPLETE
67412026-07-01T21:21:16.849Z[ recovery-image] Jul 01 21:21:15.628 INFO O| Jul 01 21:21:15.628 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-07-01T21:21:16.855Z[ recovery-image] Jul 01 21:21:15.637 INFO O| Jul 01 21:21:15.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67432026-07-01T21:21:16.856Z[ recovery-image] Jul 01 21:21:15.637 INFO O| Jul 01 21:21:15.637 INFO STEP 465 (remove_files) COMPLETE
67442026-07-01T21:21:16.859Z[ recovery-image] Jul 01 21:21:15.637 INFO O| Jul 01 21:21:15.637 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-07-01T21:21:16.863Z[ recovery-image] Jul 01 21:21:15.644 INFO O| Jul 01 21:21:15.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67462026-07-01T21:21:16.865Z[ recovery-image] Jul 01 21:21:15.645 INFO O| Jul 01 21:21:15.645 INFO STEP 466 (remove_files) COMPLETE
67472026-07-01T21:21:16.866Z[ recovery-image] Jul 01 21:21:15.645 INFO O| Jul 01 21:21:15.645 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-07-01T21:21:16.869Z[ recovery-image] Jul 01 21:21:15.651 INFO O| Jul 01 21:21:15.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67492026-07-01T21:21:16.872Z[ recovery-image] Jul 01 21:21:15.651 INFO O| Jul 01 21:21:15.651 INFO STEP 467 (remove_files) COMPLETE
67502026-07-01T21:21:16.872Z[ recovery-image] Jul 01 21:21:15.651 INFO O| Jul 01 21:21:15.651 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-07-01T21:21:16.876Z[ recovery-image] Jul 01 21:21:15.658 INFO O| Jul 01 21:21:15.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67522026-07-01T21:21:16.876Z[ recovery-image] Jul 01 21:21:15.658 INFO O| Jul 01 21:21:15.658 INFO STEP 468 (remove_files) COMPLETE
67532026-07-01T21:21:16.879Z[ recovery-image] Jul 01 21:21:15.658 INFO O| Jul 01 21:21:15.658 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-07-01T21:21:16.882Z[ recovery-image] Jul 01 21:21:15.664 INFO O| Jul 01 21:21:15.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67552026-07-01T21:21:16.882Z[ recovery-image] Jul 01 21:21:15.664 INFO O| Jul 01 21:21:15.664 INFO STEP 469 (remove_files) COMPLETE
67562026-07-01T21:21:16.882Z[ recovery-image] Jul 01 21:21:15.664 INFO O| Jul 01 21:21:15.664 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-07-01T21:21:16.889Z[ recovery-image] Jul 01 21:21:15.670 INFO O| Jul 01 21:21:15.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67582026-07-01T21:21:16.889Z[ recovery-image] Jul 01 21:21:15.670 INFO O| Jul 01 21:21:15.670 INFO STEP 470 (remove_files) COMPLETE
67592026-07-01T21:21:16.889Z[ recovery-image] Jul 01 21:21:15.670 INFO O| Jul 01 21:21:15.670 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-07-01T21:21:16.896Z[ recovery-image] Jul 01 21:21:15.677 INFO O| Jul 01 21:21:15.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67612026-07-01T21:21:16.896Z[ recovery-image] Jul 01 21:21:15.677 INFO O| Jul 01 21:21:15.677 INFO STEP 471 (remove_files) COMPLETE
67622026-07-01T21:21:16.900Z[ recovery-image] Jul 01 21:21:15.677 INFO O| Jul 01 21:21:15.677 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-07-01T21:21:16.903Z[ recovery-image] Jul 01 21:21:15.684 INFO O| Jul 01 21:21:15.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67642026-07-01T21:21:16.903Z[ recovery-image] Jul 01 21:21:15.684 INFO O| Jul 01 21:21:15.684 INFO STEP 472 (remove_files) COMPLETE
67652026-07-01T21:21:16.903Z[ recovery-image] Jul 01 21:21:15.684 INFO O| Jul 01 21:21:15.684 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-07-01T21:21:16.912Z[ recovery-image] Jul 01 21:21:15.694 INFO O| Jul 01 21:21:15.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67672026-07-01T21:21:16.912Z[ recovery-image] Jul 01 21:21:15.694 INFO O| Jul 01 21:21:15.694 INFO STEP 473 (remove_files) COMPLETE
67682026-07-01T21:21:16.912Z[ recovery-image] Jul 01 21:21:15.694 INFO O| Jul 01 21:21:15.694 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-07-01T21:21:16.920Z[ recovery-image] Jul 01 21:21:15.702 INFO O| Jul 01 21:21:15.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67702026-07-01T21:21:16.923Z[ recovery-image] Jul 01 21:21:15.703 INFO O| Jul 01 21:21:15.703 INFO STEP 474 (remove_files) COMPLETE
67712026-07-01T21:21:16.923Z[ recovery-image] Jul 01 21:21:15.703 INFO O| Jul 01 21:21:15.703 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-07-01T21:21:16.930Z[ recovery-image] Jul 01 21:21:15.712 INFO O| Jul 01 21:21:15.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67732026-07-01T21:21:16.930Z[ recovery-image] Jul 01 21:21:15.712 INFO O| Jul 01 21:21:15.712 INFO STEP 475 (remove_files) COMPLETE
67742026-07-01T21:21:16.930Z[ recovery-image] Jul 01 21:21:15.712 INFO O| Jul 01 21:21:15.712 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-07-01T21:21:16.939Z[ recovery-image] Jul 01 21:21:15.720 INFO O| Jul 01 21:21:15.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67762026-07-01T21:21:16.939Z[ recovery-image] Jul 01 21:21:15.720 INFO O| Jul 01 21:21:15.720 INFO STEP 476 (remove_files) COMPLETE
67772026-07-01T21:21:16.942Z[ recovery-image] Jul 01 21:21:15.720 INFO O| Jul 01 21:21:15.720 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-07-01T21:21:16.946Z[ recovery-image] Jul 01 21:21:15.728 INFO O| Jul 01 21:21:15.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67792026-07-01T21:21:16.949Z[ recovery-image] Jul 01 21:21:15.728 INFO O| Jul 01 21:21:15.728 INFO STEP 477 (remove_files) COMPLETE
67802026-07-01T21:21:16.949Z[ recovery-image] Jul 01 21:21:15.728 INFO O| Jul 01 21:21:15.728 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-07-01T21:21:16.954Z[ recovery-image] Jul 01 21:21:15.735 INFO O| Jul 01 21:21:15.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67822026-07-01T21:21:16.954Z[ recovery-image] Jul 01 21:21:15.735 INFO O| Jul 01 21:21:15.735 INFO STEP 478 (remove_files) COMPLETE
67832026-07-01T21:21:16.954Z[ recovery-image] Jul 01 21:21:15.735 INFO O| Jul 01 21:21:15.735 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-07-01T21:21:16.961Z[ recovery-image] Jul 01 21:21:15.743 INFO O| Jul 01 21:21:15.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67852026-07-01T21:21:16.964Z[ recovery-image] Jul 01 21:21:15.743 INFO O| Jul 01 21:21:15.743 INFO STEP 479 (remove_files) COMPLETE
67862026-07-01T21:21:16.964Z[ recovery-image] Jul 01 21:21:15.743 INFO O| Jul 01 21:21:15.743 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-07-01T21:21:16.968Z[ recovery-image] Jul 01 21:21:15.749 INFO O| Jul 01 21:21:15.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67882026-07-01T21:21:16.968Z[ recovery-image] Jul 01 21:21:15.749 INFO O| Jul 01 21:21:15.749 INFO STEP 480 (remove_files) COMPLETE
67892026-07-01T21:21:16.971Z[ recovery-image] Jul 01 21:21:15.749 INFO O| Jul 01 21:21:15.749 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-07-01T21:21:16.974Z[ recovery-image] Jul 01 21:21:15.756 INFO O| Jul 01 21:21:15.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67912026-07-01T21:21:16.974Z[ recovery-image] Jul 01 21:21:15.756 INFO O| Jul 01 21:21:15.756 INFO STEP 481 (remove_files) COMPLETE
67922026-07-01T21:21:16.979Z[ recovery-image] Jul 01 21:21:15.756 INFO O| Jul 01 21:21:15.756 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-07-01T21:21:16.983Z[ recovery-image] Jul 01 21:21:15.765 INFO O| Jul 01 21:21:15.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67942026-07-01T21:21:16.983Z[ recovery-image] Jul 01 21:21:15.765 INFO O| Jul 01 21:21:15.765 INFO STEP 482 (remove_files) COMPLETE
67952026-07-01T21:21:16.983Z[ recovery-image] Jul 01 21:21:15.765 INFO O| Jul 01 21:21:15.765 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-07-01T21:21:16.991Z[ recovery-image] Jul 01 21:21:15.773 INFO O| Jul 01 21:21:15.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67972026-07-01T21:21:16.994Z[ recovery-image] Jul 01 21:21:15.773 INFO O| Jul 01 21:21:15.773 INFO STEP 483 (remove_files) COMPLETE
67982026-07-01T21:21:16.994Z[ recovery-image] Jul 01 21:21:15.773 INFO O| Jul 01 21:21:15.773 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-07-01T21:21:17.000Z[ recovery-image] Jul 01 21:21:15.781 INFO O| Jul 01 21:21:15.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68002026-07-01T21:21:17.000Z[ recovery-image] Jul 01 21:21:15.781 INFO O| Jul 01 21:21:15.781 INFO STEP 484 (remove_files) COMPLETE
68012026-07-01T21:21:17.003Z[ recovery-image] Jul 01 21:21:15.781 INFO O| Jul 01 21:21:15.781 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-07-01T21:21:17.006Z[ recovery-image] Jul 01 21:21:15.788 INFO O| Jul 01 21:21:15.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68032026-07-01T21:21:17.006Z[ recovery-image] Jul 01 21:21:15.788 INFO O| Jul 01 21:21:15.788 INFO STEP 485 (remove_files) COMPLETE
68042026-07-01T21:21:17.009Z[ recovery-image] Jul 01 21:21:15.788 INFO O| Jul 01 21:21:15.788 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-07-01T21:21:17.013Z[ recovery-image] Jul 01 21:21:15.794 INFO O| Jul 01 21:21:15.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68062026-07-01T21:21:17.013Z[ recovery-image] Jul 01 21:21:15.794 INFO O| Jul 01 21:21:15.794 INFO STEP 486 (remove_files) COMPLETE
68072026-07-01T21:21:17.016Z[ recovery-image] Jul 01 21:21:15.794 INFO O| Jul 01 21:21:15.794 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-07-01T21:21:17.019Z[ recovery-image] Jul 01 21:21:15.801 INFO O| Jul 01 21:21:15.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68092026-07-01T21:21:17.019Z[ recovery-image] Jul 01 21:21:15.801 INFO O| Jul 01 21:21:15.801 INFO STEP 487 (remove_files) COMPLETE
68102026-07-01T21:21:17.022Z[ recovery-image] Jul 01 21:21:15.801 INFO O| Jul 01 21:21:15.801 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-07-01T21:21:17.026Z[ recovery-image] Jul 01 21:21:15.807 INFO O| Jul 01 21:21:15.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68122026-07-01T21:21:17.031Z[ recovery-image] Jul 01 21:21:15.808 INFO O| Jul 01 21:21:15.808 INFO STEP 488 (remove_files) COMPLETE
68132026-07-01T21:21:17.031Z[ recovery-image] Jul 01 21:21:15.808 INFO O| Jul 01 21:21:15.808 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-07-01T21:21:17.034Z[ recovery-image] Jul 01 21:21:15.814 INFO O| Jul 01 21:21:15.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68152026-07-01T21:21:17.034Z[ recovery-image] Jul 01 21:21:15.814 INFO O| Jul 01 21:21:15.814 INFO STEP 489 (remove_files) COMPLETE
68162026-07-01T21:21:17.034Z[ recovery-image] Jul 01 21:21:15.815 INFO O| Jul 01 21:21:15.814 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-07-01T21:21:17.042Z[ recovery-image] Jul 01 21:21:15.824 INFO O| Jul 01 21:21:15.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68182026-07-01T21:21:17.042Z[ recovery-image] Jul 01 21:21:15.824 INFO O| Jul 01 21:21:15.824 INFO STEP 490 (remove_files) COMPLETE
68192026-07-01T21:21:17.045Z[ recovery-image] Jul 01 21:21:15.824 INFO O| Jul 01 21:21:15.824 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-07-01T21:21:17.051Z[ recovery-image] Jul 01 21:21:15.833 INFO O| Jul 01 21:21:15.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68212026-07-01T21:21:17.054Z[ recovery-image] Jul 01 21:21:15.833 INFO O| Jul 01 21:21:15.833 INFO STEP 491 (remove_files) COMPLETE
68222026-07-01T21:21:17.054Z[ recovery-image] Jul 01 21:21:15.833 INFO O| Jul 01 21:21:15.833 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-07-01T21:21:17.059Z[ recovery-image] Jul 01 21:21:15.841 INFO O| Jul 01 21:21:15.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68242026-07-01T21:21:17.059Z[ recovery-image] Jul 01 21:21:15.841 INFO O| Jul 01 21:21:15.841 INFO STEP 492 (remove_files) COMPLETE
68252026-07-01T21:21:17.059Z[ recovery-image] Jul 01 21:21:15.841 INFO O| Jul 01 21:21:15.841 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-07-01T21:21:17.068Z[ recovery-image] Jul 01 21:21:15.849 INFO O| Jul 01 21:21:15.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68272026-07-01T21:21:17.068Z[ recovery-image] Jul 01 21:21:15.850 INFO O| Jul 01 21:21:15.850 INFO STEP 493 (remove_files) COMPLETE
68282026-07-01T21:21:17.071Z[ recovery-image] Jul 01 21:21:15.850 INFO O| Jul 01 21:21:15.850 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-07-01T21:21:17.077Z[ recovery-image] Jul 01 21:21:15.859 INFO O| Jul 01 21:21:15.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68302026-07-01T21:21:17.080Z[ recovery-image] Jul 01 21:21:15.859 INFO O| Jul 01 21:21:15.859 INFO STEP 494 (remove_files) COMPLETE
68312026-07-01T21:21:17.080Z[ recovery-image] Jul 01 21:21:15.859 INFO O| Jul 01 21:21:15.859 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-07-01T21:21:17.087Z[ recovery-image] Jul 01 21:21:15.868 INFO O| Jul 01 21:21:15.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68332026-07-01T21:21:17.090Z[ recovery-image] Jul 01 21:21:15.869 INFO O| Jul 01 21:21:15.869 INFO STEP 495 (remove_files) COMPLETE
68342026-07-01T21:21:17.090Z[ recovery-image] Jul 01 21:21:15.869 INFO O| Jul 01 21:21:15.869 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-07-01T21:21:17.096Z[ recovery-image] Jul 01 21:21:15.877 INFO O| Jul 01 21:21:15.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68362026-07-01T21:21:17.099Z[ recovery-image] Jul 01 21:21:15.877 INFO O| Jul 01 21:21:15.877 INFO STEP 496 (remove_files) COMPLETE
68372026-07-01T21:21:17.099Z[ recovery-image] Jul 01 21:21:15.877 INFO O| Jul 01 21:21:15.877 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-07-01T21:21:17.104Z[ recovery-image] Jul 01 21:21:15.885 INFO O| Jul 01 21:21:15.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68392026-07-01T21:21:17.104Z[ recovery-image] Jul 01 21:21:15.885 INFO O| Jul 01 21:21:15.885 INFO STEP 497 (remove_files) COMPLETE
68402026-07-01T21:21:17.107Z[ recovery-image] Jul 01 21:21:15.885 INFO O| Jul 01 21:21:15.885 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-07-01T21:21:17.111Z[ recovery-image] Jul 01 21:21:15.893 INFO O| Jul 01 21:21:15.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68422026-07-01T21:21:17.114Z[ recovery-image] Jul 01 21:21:15.893 INFO O| Jul 01 21:21:15.893 INFO STEP 498 (remove_files) COMPLETE
68432026-07-01T21:21:17.114Z[ recovery-image] Jul 01 21:21:15.893 INFO O| Jul 01 21:21:15.893 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-07-01T21:21:17.121Z[ recovery-image] Jul 01 21:21:15.902 INFO O| Jul 01 21:21:15.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68452026-07-01T21:21:17.121Z[ recovery-image] Jul 01 21:21:15.902 INFO O| Jul 01 21:21:15.902 INFO STEP 499 (remove_files) COMPLETE
68462026-07-01T21:21:17.124Z[ recovery-image] Jul 01 21:21:15.902 INFO O| Jul 01 21:21:15.902 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-07-01T21:21:17.130Z[ recovery-image] Jul 01 21:21:15.911 INFO O| Jul 01 21:21:15.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68482026-07-01T21:21:17.133Z[ recovery-image] Jul 01 21:21:15.911 INFO O| Jul 01 21:21:15.911 INFO STEP 500 (remove_files) COMPLETE
68492026-07-01T21:21:17.133Z[ recovery-image] Jul 01 21:21:15.911 INFO O| Jul 01 21:21:15.911 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-07-01T21:21:17.138Z[ recovery-image] Jul 01 21:21:15.920 INFO O| Jul 01 21:21:15.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68512026-07-01T21:21:17.141Z[ recovery-image] Jul 01 21:21:15.920 INFO O| Jul 01 21:21:15.920 INFO STEP 501 (remove_files) COMPLETE
68522026-07-01T21:21:17.141Z[ recovery-image] Jul 01 21:21:15.920 INFO O| Jul 01 21:21:15.920 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-07-01T21:21:17.146Z[ recovery-image] Jul 01 21:21:15.928 INFO O| Jul 01 21:21:15.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68542026-07-01T21:21:17.146Z[ recovery-image] Jul 01 21:21:15.928 INFO O| Jul 01 21:21:15.928 INFO STEP 502 (remove_files) COMPLETE
68552026-07-01T21:21:17.150Z[ recovery-image] Jul 01 21:21:15.928 INFO O| Jul 01 21:21:15.928 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-07-01T21:21:17.154Z[ recovery-image] Jul 01 21:21:15.935 INFO O| Jul 01 21:21:15.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68572026-07-01T21:21:17.154Z[ recovery-image] Jul 01 21:21:15.935 INFO O| Jul 01 21:21:15.935 INFO STEP 503 (remove_files) COMPLETE
68582026-07-01T21:21:17.162Z[ recovery-image] Jul 01 21:21:15.935 INFO O| Jul 01 21:21:15.935 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-07-01T21:21:17.173Z[ recovery-image] Jul 01 21:21:15.943 INFO O| Jul 01 21:21:15.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68602026-07-01T21:21:17.173Z[ recovery-image] Jul 01 21:21:15.943 INFO O| Jul 01 21:21:15.943 INFO STEP 504 (remove_files) COMPLETE
68612026-07-01T21:21:17.173Z[ recovery-image] Jul 01 21:21:15.943 INFO O| Jul 01 21:21:15.943 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-07-01T21:21:17.176Z[ recovery-image] Jul 01 21:21:15.951 INFO O| Jul 01 21:21:15.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68632026-07-01T21:21:17.177Z[ recovery-image] Jul 01 21:21:15.951 INFO O| Jul 01 21:21:15.951 INFO STEP 505 (remove_files) COMPLETE
68642026-07-01T21:21:17.177Z[ recovery-image] Jul 01 21:21:15.951 INFO O| Jul 01 21:21:15.951 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-07-01T21:21:17.180Z[ recovery-image] Jul 01 21:21:15.959 INFO O| Jul 01 21:21:15.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68662026-07-01T21:21:17.180Z[ recovery-image] Jul 01 21:21:15.959 INFO O| Jul 01 21:21:15.959 INFO STEP 506 (remove_files) COMPLETE
68672026-07-01T21:21:17.180Z[ recovery-image] Jul 01 21:21:15.959 INFO O| Jul 01 21:21:15.959 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-07-01T21:21:17.189Z[ recovery-image] Jul 01 21:21:15.970 INFO O| Jul 01 21:21:15.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68692026-07-01T21:21:17.189Z[ recovery-image] Jul 01 21:21:15.970 INFO O| Jul 01 21:21:15.970 INFO STEP 507 (remove_files) COMPLETE
68702026-07-01T21:21:17.189Z[ recovery-image] Jul 01 21:21:15.970 INFO O| Jul 01 21:21:15.970 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-07-01T21:21:17.200Z[ recovery-image] Jul 01 21:21:15.979 INFO O| Jul 01 21:21:15.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68722026-07-01T21:21:17.200Z[ recovery-image] Jul 01 21:21:15.979 INFO O| Jul 01 21:21:15.979 INFO STEP 508 (remove_files) COMPLETE
68732026-07-01T21:21:17.200Z[ recovery-image] Jul 01 21:21:15.979 INFO O| Jul 01 21:21:15.979 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-07-01T21:21:17.209Z[ recovery-image] Jul 01 21:21:15.987 INFO O| Jul 01 21:21:15.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68752026-07-01T21:21:17.209Z[ recovery-image] Jul 01 21:21:15.987 INFO O| Jul 01 21:21:15.987 INFO STEP 509 (remove_files) COMPLETE
68762026-07-01T21:21:17.209Z[ recovery-image] Jul 01 21:21:15.987 INFO O| Jul 01 21:21:15.987 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-07-01T21:21:17.215Z[ recovery-image] Jul 01 21:21:15.996 INFO O| Jul 01 21:21:15.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68782026-07-01T21:21:17.215Z[ recovery-image] Jul 01 21:21:15.996 INFO O| Jul 01 21:21:15.996 INFO STEP 510 (remove_files) COMPLETE
68792026-07-01T21:21:17.220Z[ recovery-image] Jul 01 21:21:15.996 INFO O| Jul 01 21:21:15.996 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-07-01T21:21:17.227Z[ recovery-image] Jul 01 21:21:16.003 INFO O| Jul 01 21:21:16.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68812026-07-01T21:21:17.228Z[ recovery-image] Jul 01 21:21:16.003 INFO O| Jul 01 21:21:16.003 INFO STEP 511 (remove_files) COMPLETE
68822026-07-01T21:21:17.228Z[ recovery-image] Jul 01 21:21:16.003 INFO O| Jul 01 21:21:16.003 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-07-01T21:21:17.232Z[ recovery-image] Jul 01 21:21:16.011 INFO O| Jul 01 21:21:16.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68842026-07-01T21:21:17.232Z[ recovery-image] Jul 01 21:21:16.011 INFO O| Jul 01 21:21:16.011 INFO STEP 512 (remove_files) COMPLETE
68852026-07-01T21:21:17.233Z[ recovery-image] Jul 01 21:21:16.011 INFO O| Jul 01 21:21:16.011 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-07-01T21:21:17.237Z[ recovery-image] Jul 01 21:21:16.018 INFO O| Jul 01 21:21:16.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68872026-07-01T21:21:17.237Z[ recovery-image] Jul 01 21:21:16.018 INFO O| Jul 01 21:21:16.018 INFO STEP 513 (remove_files) COMPLETE
68882026-07-01T21:21:17.237Z[ recovery-image] Jul 01 21:21:16.018 INFO O| Jul 01 21:21:16.018 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-07-01T21:21:17.245Z[ recovery-image] Jul 01 21:21:16.026 INFO O| Jul 01 21:21:16.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68902026-07-01T21:21:17.245Z[ recovery-image] Jul 01 21:21:16.026 INFO O| Jul 01 21:21:16.026 INFO STEP 514 (remove_files) COMPLETE
68912026-07-01T21:21:17.248Z[ recovery-image] Jul 01 21:21:16.026 INFO O| Jul 01 21:21:16.026 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-07-01T21:21:17.252Z[ recovery-image] Jul 01 21:21:16.034 INFO O| Jul 01 21:21:16.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68932026-07-01T21:21:17.252Z[ recovery-image] Jul 01 21:21:16.034 INFO O| Jul 01 21:21:16.034 INFO STEP 515 (remove_files) COMPLETE
68942026-07-01T21:21:17.256Z[ recovery-image] Jul 01 21:21:16.034 INFO O| Jul 01 21:21:16.034 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-07-01T21:21:17.260Z[ recovery-image] Jul 01 21:21:16.042 INFO O| Jul 01 21:21:16.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68962026-07-01T21:21:17.260Z[ recovery-image] Jul 01 21:21:16.042 INFO O| Jul 01 21:21:16.042 INFO STEP 516 (remove_files) COMPLETE
68972026-07-01T21:21:17.262Z[ recovery-image] Jul 01 21:21:16.042 INFO O| Jul 01 21:21:16.042 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-07-01T21:21:17.267Z[ recovery-image] Jul 01 21:21:16.049 INFO O| Jul 01 21:21:16.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68992026-07-01T21:21:17.267Z[ recovery-image] Jul 01 21:21:16.049 INFO O| Jul 01 21:21:16.049 INFO STEP 517 (remove_files) COMPLETE
69002026-07-01T21:21:17.271Z[ recovery-image] Jul 01 21:21:16.049 INFO O| Jul 01 21:21:16.049 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-07-01T21:21:17.275Z[ recovery-image] Jul 01 21:21:16.056 INFO O| Jul 01 21:21:16.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69022026-07-01T21:21:17.278Z[ recovery-image] Jul 01 21:21:16.057 INFO O| Jul 01 21:21:16.057 INFO STEP 518 (remove_files) COMPLETE
69032026-07-01T21:21:17.278Z[ recovery-image] Jul 01 21:21:16.057 INFO O| Jul 01 21:21:16.057 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-07-01T21:21:17.284Z[ recovery-image] Jul 01 21:21:16.065 INFO O| Jul 01 21:21:16.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69052026-07-01T21:21:17.284Z[ recovery-image] Jul 01 21:21:16.065 INFO O| Jul 01 21:21:16.065 INFO STEP 519 (remove_files) COMPLETE
69062026-07-01T21:21:17.284Z[ recovery-image] Jul 01 21:21:16.065 INFO O| Jul 01 21:21:16.065 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-07-01T21:21:17.290Z[ recovery-image] Jul 01 21:21:16.072 INFO O| Jul 01 21:21:16.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69082026-07-01T21:21:17.294Z[ recovery-image] Jul 01 21:21:16.072 INFO O| Jul 01 21:21:16.072 INFO STEP 520 (remove_files) COMPLETE
69092026-07-01T21:21:17.294Z[ recovery-image] Jul 01 21:21:16.072 INFO O| Jul 01 21:21:16.072 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-07-01T21:21:17.297Z[ recovery-image] Jul 01 21:21:16.078 INFO O| Jul 01 21:21:16.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69112026-07-01T21:21:17.297Z[ recovery-image] Jul 01 21:21:16.078 INFO O| Jul 01 21:21:16.078 INFO STEP 521 (remove_files) COMPLETE
69122026-07-01T21:21:17.297Z[ recovery-image] Jul 01 21:21:16.078 INFO O| Jul 01 21:21:16.078 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-07-01T21:21:17.305Z[ recovery-image] Jul 01 21:21:16.087 INFO O| Jul 01 21:21:16.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69142026-07-01T21:21:17.305Z[ recovery-image] Jul 01 21:21:16.087 INFO O| Jul 01 21:21:16.087 INFO STEP 522 (remove_files) COMPLETE
69152026-07-01T21:21:17.305Z[ recovery-image] Jul 01 21:21:16.087 INFO O| Jul 01 21:21:16.087 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-07-01T21:21:17.311Z[ recovery-image] Jul 01 21:21:16.093 INFO O| Jul 01 21:21:16.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69172026-07-01T21:21:17.311Z[ recovery-image] Jul 01 21:21:16.093 INFO O| Jul 01 21:21:16.093 INFO STEP 523 (remove_files) COMPLETE
69182026-07-01T21:21:17.311Z[ recovery-image] Jul 01 21:21:16.093 INFO O| Jul 01 21:21:16.093 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-07-01T21:21:17.318Z[ recovery-image] Jul 01 21:21:16.099 INFO O| Jul 01 21:21:16.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69202026-07-01T21:21:17.318Z[ recovery-image] Jul 01 21:21:16.099 INFO O| Jul 01 21:21:16.099 INFO STEP 524 (remove_files) COMPLETE
69212026-07-01T21:21:17.318Z[ recovery-image] Jul 01 21:21:16.099 INFO O| Jul 01 21:21:16.099 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-07-01T21:21:17.325Z[ recovery-image] Jul 01 21:21:16.107 INFO O| Jul 01 21:21:16.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69232026-07-01T21:21:17.325Z[ recovery-image] Jul 01 21:21:16.107 INFO O| Jul 01 21:21:16.107 INFO STEP 525 (remove_files) COMPLETE
69242026-07-01T21:21:17.329Z[ recovery-image] Jul 01 21:21:16.107 INFO O| Jul 01 21:21:16.107 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-07-01T21:21:17.331Z[ recovery-image] Jul 01 21:21:16.113 INFO O| Jul 01 21:21:16.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69262026-07-01T21:21:17.334Z[ recovery-image] Jul 01 21:21:16.113 INFO O| Jul 01 21:21:16.113 INFO STEP 526 (remove_files) COMPLETE
69272026-07-01T21:21:17.334Z[ recovery-image] Jul 01 21:21:16.113 INFO O| Jul 01 21:21:16.113 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-07-01T21:21:17.342Z[ recovery-image] Jul 01 21:21:16.124 INFO O| Jul 01 21:21:16.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69292026-07-01T21:21:17.345Z[ recovery-image] Jul 01 21:21:16.124 INFO O| Jul 01 21:21:16.124 INFO STEP 527 (remove_files) COMPLETE
69302026-07-01T21:21:17.346Z[ recovery-image] Jul 01 21:21:16.124 INFO O| Jul 01 21:21:16.124 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-07-01T21:21:17.351Z[ recovery-image] Jul 01 21:21:16.132 INFO O| Jul 01 21:21:16.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69322026-07-01T21:21:17.351Z[ recovery-image] Jul 01 21:21:16.132 INFO O| Jul 01 21:21:16.132 INFO STEP 528 (remove_files) COMPLETE
69332026-07-01T21:21:17.351Z[ recovery-image] Jul 01 21:21:16.132 INFO O| Jul 01 21:21:16.132 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-07-01T21:21:17.366Z[ recovery-image] Jul 01 21:21:16.148 INFO O| Jul 01 21:21:16.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69352026-07-01T21:21:17.370Z[ recovery-image] Jul 01 21:21:16.149 INFO O| Jul 01 21:21:16.149 INFO STEP 529 (remove_files) COMPLETE
69362026-07-01T21:21:17.370Z[ recovery-image] Jul 01 21:21:16.149 INFO O| Jul 01 21:21:16.149 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-07-01T21:21:17.376Z[ recovery-image] Jul 01 21:21:16.158 INFO O| Jul 01 21:21:16.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69382026-07-01T21:21:17.376Z[ recovery-image] Jul 01 21:21:16.158 INFO O| Jul 01 21:21:16.158 INFO STEP 530 (remove_files) COMPLETE
69392026-07-01T21:21:17.379Z[ recovery-image] Jul 01 21:21:16.158 INFO O| Jul 01 21:21:16.158 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-07-01T21:21:17.385Z[ recovery-image] Jul 01 21:21:16.166 INFO O| Jul 01 21:21:16.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69412026-07-01T21:21:17.385Z[ recovery-image] Jul 01 21:21:16.166 INFO O| Jul 01 21:21:16.166 INFO STEP 531 (remove_files) COMPLETE
69422026-07-01T21:21:17.387Z[ recovery-image] Jul 01 21:21:16.166 INFO O| Jul 01 21:21:16.166 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-07-01T21:21:17.391Z[ recovery-image] Jul 01 21:21:16.172 INFO O| Jul 01 21:21:16.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69442026-07-01T21:21:17.392Z[ recovery-image] Jul 01 21:21:16.172 INFO O| Jul 01 21:21:16.172 INFO STEP 532 (remove_files) COMPLETE
69452026-07-01T21:21:17.392Z[ recovery-image] Jul 01 21:21:16.172 INFO O| Jul 01 21:21:16.172 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-07-01T21:21:17.400Z[ recovery-image] Jul 01 21:21:16.182 INFO O| Jul 01 21:21:16.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69472026-07-01T21:21:17.400Z[ recovery-image] Jul 01 21:21:16.182 INFO O| Jul 01 21:21:16.182 INFO STEP 533 (remove_files) COMPLETE
69482026-07-01T21:21:17.403Z[ recovery-image] Jul 01 21:21:16.182 INFO O| Jul 01 21:21:16.182 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-07-01T21:21:17.408Z[ recovery-image] Jul 01 21:21:16.189 INFO O| Jul 01 21:21:16.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69502026-07-01T21:21:17.411Z[ recovery-image] Jul 01 21:21:16.189 INFO O| Jul 01 21:21:16.189 INFO STEP 534 (remove_files) COMPLETE
69512026-07-01T21:21:17.411Z[ recovery-image] Jul 01 21:21:16.189 INFO O| Jul 01 21:21:16.189 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-07-01T21:21:17.419Z[ recovery-image] Jul 01 21:21:16.199 INFO O| Jul 01 21:21:16.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69532026-07-01T21:21:17.422Z[ recovery-image] Jul 01 21:21:16.200 INFO O| Jul 01 21:21:16.200 INFO STEP 535 (remove_files) COMPLETE
69542026-07-01T21:21:17.422Z[ recovery-image] Jul 01 21:21:16.200 INFO O| Jul 01 21:21:16.200 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-07-01T21:21:17.426Z[ recovery-image] Jul 01 21:21:16.208 INFO O| Jul 01 21:21:16.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69562026-07-01T21:21:17.430Z[ recovery-image] Jul 01 21:21:16.208 INFO O| Jul 01 21:21:16.208 INFO STEP 536 (remove_files) COMPLETE
69572026-07-01T21:21:17.430Z[ recovery-image] Jul 01 21:21:16.208 INFO O| Jul 01 21:21:16.208 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-07-01T21:21:17.435Z[ recovery-image] Jul 01 21:21:16.217 INFO O| Jul 01 21:21:16.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69592026-07-01T21:21:17.435Z[ recovery-image] Jul 01 21:21:16.217 INFO O| Jul 01 21:21:16.217 INFO STEP 537 (remove_files) COMPLETE
69602026-07-01T21:21:17.435Z[ recovery-image] Jul 01 21:21:16.217 INFO O| Jul 01 21:21:16.217 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-07-01T21:21:17.443Z[ recovery-image] Jul 01 21:21:16.224 INFO O| Jul 01 21:21:16.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69622026-07-01T21:21:17.443Z[ recovery-image] Jul 01 21:21:16.225 INFO O| Jul 01 21:21:16.224 INFO STEP 538 (remove_files) COMPLETE
69632026-07-01T21:21:17.446Z[ recovery-image] Jul 01 21:21:16.225 INFO O| Jul 01 21:21:16.225 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-07-01T21:21:17.450Z[ recovery-image] Jul 01 21:21:16.232 INFO O| Jul 01 21:21:16.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69652026-07-01T21:21:17.451Z[ recovery-image] Jul 01 21:21:16.232 INFO O| Jul 01 21:21:16.232 INFO STEP 539 (remove_files) COMPLETE
69662026-07-01T21:21:17.451Z[ recovery-image] Jul 01 21:21:16.232 INFO O| Jul 01 21:21:16.232 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-07-01T21:21:17.458Z[ recovery-image] Jul 01 21:21:16.239 INFO O| Jul 01 21:21:16.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69682026-07-01T21:21:17.458Z[ recovery-image] Jul 01 21:21:16.239 INFO O| Jul 01 21:21:16.239 INFO STEP 540 (remove_files) COMPLETE
69692026-07-01T21:21:17.458Z[ recovery-image] Jul 01 21:21:16.239 INFO O| Jul 01 21:21:16.239 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-07-01T21:21:17.468Z[ recovery-image] Jul 01 21:21:16.250 INFO O| Jul 01 21:21:16.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69712026-07-01T21:21:17.468Z[ recovery-image] Jul 01 21:21:16.250 INFO O| Jul 01 21:21:16.250 INFO STEP 541 (remove_files) COMPLETE
69722026-07-01T21:21:17.471Z[ recovery-image] Jul 01 21:21:16.250 INFO O| Jul 01 21:21:16.250 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-07-01T21:21:17.477Z[ recovery-image] Jul 01 21:21:16.258 INFO O| Jul 01 21:21:16.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69742026-07-01T21:21:17.477Z[ recovery-image] Jul 01 21:21:16.258 INFO O| Jul 01 21:21:16.258 INFO STEP 542 (remove_files) COMPLETE
69752026-07-01T21:21:17.480Z[ recovery-image] Jul 01 21:21:16.258 INFO O| Jul 01 21:21:16.258 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-07-01T21:21:17.486Z[ recovery-image] Jul 01 21:21:16.268 INFO O| Jul 01 21:21:16.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69772026-07-01T21:21:17.486Z[ recovery-image] Jul 01 21:21:16.268 INFO O| Jul 01 21:21:16.268 INFO STEP 543 (remove_files) COMPLETE
69782026-07-01T21:21:17.489Z[ recovery-image] Jul 01 21:21:16.268 INFO O| Jul 01 21:21:16.268 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-07-01T21:21:17.495Z[ recovery-image] Jul 01 21:21:16.277 INFO O| Jul 01 21:21:16.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69802026-07-01T21:21:17.495Z[ recovery-image] Jul 01 21:21:16.277 INFO O| Jul 01 21:21:16.277 INFO STEP 544 (remove_files) COMPLETE
69812026-07-01T21:21:17.499Z[ recovery-image] Jul 01 21:21:16.277 INFO O| Jul 01 21:21:16.277 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-07-01T21:21:17.505Z[ recovery-image] Jul 01 21:21:16.287 INFO O| Jul 01 21:21:16.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69832026-07-01T21:21:17.509Z[ recovery-image] Jul 01 21:21:16.288 INFO O| Jul 01 21:21:16.288 INFO STEP 545 (remove_files) COMPLETE
69842026-07-01T21:21:17.509Z[ recovery-image] Jul 01 21:21:16.288 INFO O| Jul 01 21:21:16.288 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-07-01T21:21:17.516Z[ recovery-image] Jul 01 21:21:16.298 INFO O| Jul 01 21:21:16.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69862026-07-01T21:21:17.520Z[ recovery-image] Jul 01 21:21:16.299 INFO O| Jul 01 21:21:16.299 INFO STEP 546 (remove_files) COMPLETE
69872026-07-01T21:21:17.520Z[ recovery-image] Jul 01 21:21:16.299 INFO O| Jul 01 21:21:16.299 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-07-01T21:21:17.527Z[ recovery-image] Jul 01 21:21:16.308 INFO O| Jul 01 21:21:16.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69892026-07-01T21:21:17.532Z[ recovery-image] Jul 01 21:21:16.308 INFO O| Jul 01 21:21:16.308 INFO STEP 547 (remove_files) COMPLETE
69902026-07-01T21:21:17.532Z[ recovery-image] Jul 01 21:21:16.308 INFO O| Jul 01 21:21:16.308 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-07-01T21:21:17.534Z[ recovery-image] Jul 01 21:21:16.316 INFO O| Jul 01 21:21:16.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69922026-07-01T21:21:17.534Z[ recovery-image] Jul 01 21:21:16.316 INFO O| Jul 01 21:21:16.316 INFO STEP 548 (remove_files) COMPLETE
69932026-07-01T21:21:17.535Z[ recovery-image] Jul 01 21:21:16.316 INFO O| Jul 01 21:21:16.316 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-07-01T21:21:17.543Z[ recovery-image] Jul 01 21:21:16.325 INFO O| Jul 01 21:21:16.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69952026-07-01T21:21:17.543Z[ recovery-image] Jul 01 21:21:16.325 INFO O| Jul 01 21:21:16.325 INFO STEP 549 (remove_files) COMPLETE
69962026-07-01T21:21:17.546Z[ recovery-image] Jul 01 21:21:16.325 INFO O| Jul 01 21:21:16.325 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-07-01T21:21:17.550Z[ recovery-image] Jul 01 21:21:16.332 INFO O| Jul 01 21:21:16.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69982026-07-01T21:21:17.550Z[ recovery-image] Jul 01 21:21:16.332 INFO O| Jul 01 21:21:16.332 INFO STEP 550 (remove_files) COMPLETE
69992026-07-01T21:21:17.554Z[ recovery-image] Jul 01 21:21:16.332 INFO O| Jul 01 21:21:16.332 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-07-01T21:21:17.559Z[ recovery-image] Jul 01 21:21:16.340 INFO O| Jul 01 21:21:16.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70012026-07-01T21:21:17.559Z[ recovery-image] Jul 01 21:21:16.341 INFO O| Jul 01 21:21:16.340 INFO STEP 551 (remove_files) COMPLETE
70022026-07-01T21:21:17.563Z[ recovery-image] Jul 01 21:21:16.341 INFO O| Jul 01 21:21:16.341 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-07-01T21:21:17.567Z[ recovery-image] Jul 01 21:21:16.349 INFO O| Jul 01 21:21:16.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70042026-07-01T21:21:17.567Z[ recovery-image] Jul 01 21:21:16.349 INFO O| Jul 01 21:21:16.349 INFO STEP 552 (remove_files) COMPLETE
70052026-07-01T21:21:17.567Z[ recovery-image] Jul 01 21:21:16.349 INFO O| Jul 01 21:21:16.349 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-07-01T21:21:17.575Z[ recovery-image] Jul 01 21:21:16.357 INFO O| Jul 01 21:21:16.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70072026-07-01T21:21:17.578Z[ recovery-image] Jul 01 21:21:16.357 INFO O| Jul 01 21:21:16.357 INFO STEP 553 (remove_files) COMPLETE
70082026-07-01T21:21:17.579Z[ recovery-image] Jul 01 21:21:16.357 INFO O| Jul 01 21:21:16.357 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-07-01T21:21:17.584Z[ recovery-image] Jul 01 21:21:16.366 INFO O| Jul 01 21:21:16.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70102026-07-01T21:21:17.588Z[ recovery-image] Jul 01 21:21:16.366 INFO O| Jul 01 21:21:16.366 INFO STEP 554 (remove_files) COMPLETE
70112026-07-01T21:21:17.588Z[ recovery-image] Jul 01 21:21:16.366 INFO O| Jul 01 21:21:16.366 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-07-01T21:21:17.592Z[ recovery-image] Jul 01 21:21:16.374 INFO O| Jul 01 21:21:16.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70132026-07-01T21:21:17.596Z[ recovery-image] Jul 01 21:21:16.374 INFO O| Jul 01 21:21:16.374 INFO STEP 555 (remove_files) COMPLETE
70142026-07-01T21:21:17.596Z[ recovery-image] Jul 01 21:21:16.374 INFO O| Jul 01 21:21:16.374 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-07-01T21:21:17.601Z[ recovery-image] Jul 01 21:21:16.383 INFO O| Jul 01 21:21:16.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70162026-07-01T21:21:17.601Z[ recovery-image] Jul 01 21:21:16.383 INFO O| Jul 01 21:21:16.383 INFO STEP 556 (remove_files) COMPLETE
70172026-07-01T21:21:17.601Z[ recovery-image] Jul 01 21:21:16.383 INFO O| Jul 01 21:21:16.383 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-07-01T21:21:17.608Z[ recovery-image] Jul 01 21:21:16.390 INFO O| Jul 01 21:21:16.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70192026-07-01T21:21:17.609Z[ recovery-image] Jul 01 21:21:16.390 INFO O| Jul 01 21:21:16.390 INFO STEP 557 (remove_files) COMPLETE
70202026-07-01T21:21:17.609Z[ recovery-image] Jul 01 21:21:16.390 INFO O| Jul 01 21:21:16.390 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-07-01T21:21:17.616Z[ recovery-image] Jul 01 21:21:16.397 INFO O| Jul 01 21:21:16.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70222026-07-01T21:21:17.616Z[ recovery-image] Jul 01 21:21:16.397 INFO O| Jul 01 21:21:16.397 INFO STEP 558 (remove_files) COMPLETE
70232026-07-01T21:21:17.620Z[ recovery-image] Jul 01 21:21:16.397 INFO O| Jul 01 21:21:16.397 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-07-01T21:21:17.625Z[ recovery-image] Jul 01 21:21:16.407 INFO O| Jul 01 21:21:16.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70252026-07-01T21:21:17.625Z[ recovery-image] Jul 01 21:21:16.407 INFO O| Jul 01 21:21:16.407 INFO STEP 559 (remove_files) COMPLETE
70262026-07-01T21:21:17.628Z[ recovery-image] Jul 01 21:21:16.407 INFO O| Jul 01 21:21:16.407 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-07-01T21:21:17.633Z[ recovery-image] Jul 01 21:21:16.415 INFO O| Jul 01 21:21:16.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70282026-07-01T21:21:17.633Z[ recovery-image] Jul 01 21:21:16.415 INFO O| Jul 01 21:21:16.415 INFO STEP 560 (remove_files) COMPLETE
70292026-07-01T21:21:17.636Z[ recovery-image] Jul 01 21:21:16.415 INFO O| Jul 01 21:21:16.415 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-07-01T21:21:17.641Z[ recovery-image] Jul 01 21:21:16.423 INFO O| Jul 01 21:21:16.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70312026-07-01T21:21:17.642Z[ recovery-image] Jul 01 21:21:16.423 INFO O| Jul 01 21:21:16.423 INFO STEP 561 (remove_files) COMPLETE
70322026-07-01T21:21:17.642Z[ recovery-image] Jul 01 21:21:16.423 INFO O| Jul 01 21:21:16.423 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-07-01T21:21:17.649Z[ recovery-image] Jul 01 21:21:16.430 INFO O| Jul 01 21:21:16.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70342026-07-01T21:21:17.649Z[ recovery-image] Jul 01 21:21:16.430 INFO O| Jul 01 21:21:16.430 INFO STEP 562 (remove_files) COMPLETE
70352026-07-01T21:21:17.652Z[ recovery-image] Jul 01 21:21:16.430 INFO O| Jul 01 21:21:16.430 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-07-01T21:21:17.656Z[ recovery-image] Jul 01 21:21:16.437 INFO O| Jul 01 21:21:16.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70372026-07-01T21:21:17.656Z[ recovery-image] Jul 01 21:21:16.437 INFO O| Jul 01 21:21:16.437 INFO STEP 563 (remove_files) COMPLETE
70382026-07-01T21:21:17.666Z[ recovery-image] Jul 01 21:21:16.437 INFO O| Jul 01 21:21:16.437 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-07-01T21:21:17.682Z[ recovery-image] Jul 01 21:21:16.446 INFO O| Jul 01 21:21:16.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70402026-07-01T21:21:17.682Z[ recovery-image] Jul 01 21:21:16.446 INFO O| Jul 01 21:21:16.446 INFO STEP 564 (remove_files) COMPLETE
70412026-07-01T21:21:17.682Z[ recovery-image] Jul 01 21:21:16.446 INFO O| Jul 01 21:21:16.446 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-07-01T21:21:17.682Z[ recovery-image] Jul 01 21:21:16.454 INFO O| Jul 01 21:21:16.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70432026-07-01T21:21:17.682Z[ recovery-image] Jul 01 21:21:16.454 INFO O| Jul 01 21:21:16.454 INFO STEP 565 (remove_files) COMPLETE
70442026-07-01T21:21:17.682Z[ recovery-image] Jul 01 21:21:16.454 INFO O| Jul 01 21:21:16.454 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-07-01T21:21:17.682Z[ recovery-image] Jul 01 21:21:16.462 INFO O| Jul 01 21:21:16.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70462026-07-01T21:21:17.682Z[ recovery-image] Jul 01 21:21:16.462 INFO O| Jul 01 21:21:16.462 INFO STEP 566 (remove_files) COMPLETE
70472026-07-01T21:21:17.682Z[ recovery-image] Jul 01 21:21:16.462 INFO O| Jul 01 21:21:16.462 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-07-01T21:21:17.689Z[ recovery-image] Jul 01 21:21:16.470 INFO O| Jul 01 21:21:16.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70492026-07-01T21:21:17.691Z[ recovery-image] Jul 01 21:21:16.471 INFO O| Jul 01 21:21:16.471 INFO STEP 567 (remove_files) COMPLETE
70502026-07-01T21:21:17.691Z[ recovery-image] Jul 01 21:21:16.471 INFO O| Jul 01 21:21:16.471 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-07-01T21:21:17.696Z[ recovery-image] Jul 01 21:21:16.478 INFO O| Jul 01 21:21:16.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70522026-07-01T21:21:17.696Z[ recovery-image] Jul 01 21:21:16.478 INFO O| Jul 01 21:21:16.478 INFO STEP 568 (remove_files) COMPLETE
70532026-07-01T21:21:17.696Z[ recovery-image] Jul 01 21:21:16.478 INFO O| Jul 01 21:21:16.478 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-07-01T21:21:17.704Z[ recovery-image] Jul 01 21:21:16.486 INFO O| Jul 01 21:21:16.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70552026-07-01T21:21:17.707Z[ recovery-image] Jul 01 21:21:16.486 INFO O| Jul 01 21:21:16.486 INFO STEP 569 (remove_files) COMPLETE
70562026-07-01T21:21:17.707Z[ recovery-image] Jul 01 21:21:16.486 INFO O| Jul 01 21:21:16.486 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-07-01T21:21:17.714Z[ recovery-image] Jul 01 21:21:16.496 INFO O| Jul 01 21:21:16.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70582026-07-01T21:21:17.714Z[ recovery-image] Jul 01 21:21:16.496 INFO O| Jul 01 21:21:16.496 INFO STEP 570 (remove_files) COMPLETE
70592026-07-01T21:21:17.714Z[ recovery-image] Jul 01 21:21:16.496 INFO O| Jul 01 21:21:16.496 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-07-01T21:21:17.722Z[ recovery-image] Jul 01 21:21:16.504 INFO O| Jul 01 21:21:16.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70612026-07-01T21:21:17.722Z[ recovery-image] Jul 01 21:21:16.504 INFO O| Jul 01 21:21:16.504 INFO STEP 571 (remove_files) COMPLETE
70622026-07-01T21:21:17.725Z[ recovery-image] Jul 01 21:21:16.504 INFO O| Jul 01 21:21:16.504 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-07-01T21:21:17.731Z[ recovery-image] Jul 01 21:21:16.513 INFO O| Jul 01 21:21:16.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70642026-07-01T21:21:17.734Z[ recovery-image] Jul 01 21:21:16.513 INFO O| Jul 01 21:21:16.513 INFO STEP 572 (remove_files) COMPLETE
70652026-07-01T21:21:17.734Z[ recovery-image] Jul 01 21:21:16.513 INFO O| Jul 01 21:21:16.513 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-07-01T21:21:17.741Z[ recovery-image] Jul 01 21:21:16.523 INFO O| Jul 01 21:21:16.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70672026-07-01T21:21:17.741Z[ recovery-image] Jul 01 21:21:16.523 INFO O| Jul 01 21:21:16.523 INFO STEP 573 (remove_files) COMPLETE
70682026-07-01T21:21:17.744Z[ recovery-image] Jul 01 21:21:16.523 INFO O| Jul 01 21:21:16.523 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-07-01T21:21:17.749Z[ recovery-image] Jul 01 21:21:16.531 INFO O| Jul 01 21:21:16.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70702026-07-01T21:21:17.749Z[ recovery-image] Jul 01 21:21:16.531 INFO O| Jul 01 21:21:16.531 INFO STEP 574 (remove_files) COMPLETE
70712026-07-01T21:21:17.752Z[ recovery-image] Jul 01 21:21:16.531 INFO O| Jul 01 21:21:16.531 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-07-01T21:21:17.757Z[ recovery-image] Jul 01 21:21:16.539 INFO O| Jul 01 21:21:16.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70732026-07-01T21:21:17.757Z[ recovery-image] Jul 01 21:21:16.539 INFO O| Jul 01 21:21:16.539 INFO STEP 575 (remove_files) COMPLETE
70742026-07-01T21:21:17.760Z[ recovery-image] Jul 01 21:21:16.539 INFO O| Jul 01 21:21:16.539 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-07-01T21:21:17.766Z[ recovery-image] Jul 01 21:21:16.548 INFO O| Jul 01 21:21:16.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70762026-07-01T21:21:17.766Z[ recovery-image] Jul 01 21:21:16.548 INFO O| Jul 01 21:21:16.548 INFO STEP 576 (remove_files) COMPLETE
70772026-07-01T21:21:17.766Z[ recovery-image] Jul 01 21:21:16.548 INFO O| Jul 01 21:21:16.548 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-07-01T21:21:17.775Z[ recovery-image] Jul 01 21:21:16.557 INFO O| Jul 01 21:21:16.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70792026-07-01T21:21:17.775Z[ recovery-image] Jul 01 21:21:16.557 INFO O| Jul 01 21:21:16.557 INFO STEP 577 (remove_files) COMPLETE
70802026-07-01T21:21:17.778Z[ recovery-image] Jul 01 21:21:16.557 INFO O| Jul 01 21:21:16.557 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-07-01T21:21:17.783Z[ recovery-image] Jul 01 21:21:16.565 INFO O| Jul 01 21:21:16.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70822026-07-01T21:21:17.783Z[ recovery-image] Jul 01 21:21:16.565 INFO O| Jul 01 21:21:16.565 INFO STEP 578 (remove_files) COMPLETE
70832026-07-01T21:21:17.786Z[ recovery-image] Jul 01 21:21:16.565 INFO O| Jul 01 21:21:16.565 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-07-01T21:21:17.793Z[ recovery-image] Jul 01 21:21:16.575 INFO O| Jul 01 21:21:16.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70852026-07-01T21:21:17.793Z[ recovery-image] Jul 01 21:21:16.575 INFO O| Jul 01 21:21:16.575 INFO STEP 579 (remove_files) COMPLETE
70862026-07-01T21:21:17.797Z[ recovery-image] Jul 01 21:21:16.575 INFO O| Jul 01 21:21:16.575 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-07-01T21:21:17.802Z[ recovery-image] Jul 01 21:21:16.583 INFO O| Jul 01 21:21:16.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70882026-07-01T21:21:17.802Z[ recovery-image] Jul 01 21:21:16.583 INFO O| Jul 01 21:21:16.583 INFO STEP 580 (remove_files) COMPLETE
70892026-07-01T21:21:17.802Z[ recovery-image] Jul 01 21:21:16.583 INFO O| Jul 01 21:21:16.583 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-07-01T21:21:17.812Z[ recovery-image] Jul 01 21:21:16.593 INFO O| Jul 01 21:21:16.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70912026-07-01T21:21:17.812Z[ recovery-image] Jul 01 21:21:16.593 INFO O| Jul 01 21:21:16.593 INFO STEP 581 (remove_files) COMPLETE
70922026-07-01T21:21:17.812Z[ recovery-image] Jul 01 21:21:16.593 INFO O| Jul 01 21:21:16.593 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-07-01T21:21:17.822Z[ recovery-image] Jul 01 21:21:16.603 INFO O| Jul 01 21:21:16.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70942026-07-01T21:21:17.822Z[ recovery-image] Jul 01 21:21:16.603 INFO O| Jul 01 21:21:16.603 INFO STEP 582 (remove_files) COMPLETE
70952026-07-01T21:21:17.825Z[ recovery-image] Jul 01 21:21:16.603 INFO O| Jul 01 21:21:16.603 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-07-01T21:21:17.828Z[ recovery-image] Jul 01 21:21:16.610 INFO O| Jul 01 21:21:16.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70972026-07-01T21:21:17.831Z[ recovery-image] Jul 01 21:21:16.610 INFO O| Jul 01 21:21:16.610 INFO STEP 583 (remove_files) COMPLETE
70982026-07-01T21:21:17.832Z[ recovery-image] Jul 01 21:21:16.610 INFO O| Jul 01 21:21:16.610 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-07-01T21:21:17.837Z[ recovery-image] Jul 01 21:21:16.618 INFO O| Jul 01 21:21:16.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71002026-07-01T21:21:17.837Z[ recovery-image] Jul 01 21:21:16.618 INFO O| Jul 01 21:21:16.618 INFO STEP 584 (remove_files) COMPLETE
71012026-07-01T21:21:17.837Z[ recovery-image] Jul 01 21:21:16.618 INFO O| Jul 01 21:21:16.618 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-07-01T21:21:17.843Z[ recovery-image] Jul 01 21:21:16.625 INFO O| Jul 01 21:21:16.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71032026-07-01T21:21:17.846Z[ recovery-image] Jul 01 21:21:16.625 INFO O| Jul 01 21:21:16.625 INFO STEP 585 (remove_files) COMPLETE
71042026-07-01T21:21:17.846Z[ recovery-image] Jul 01 21:21:16.625 INFO O| Jul 01 21:21:16.625 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-07-01T21:21:17.851Z[ recovery-image] Jul 01 21:21:16.632 INFO O| Jul 01 21:21:16.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71062026-07-01T21:21:17.851Z[ recovery-image] Jul 01 21:21:16.632 INFO O| Jul 01 21:21:16.632 INFO STEP 586 (remove_files) COMPLETE
71072026-07-01T21:21:17.851Z[ recovery-image] Jul 01 21:21:16.632 INFO O| Jul 01 21:21:16.632 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-07-01T21:21:17.861Z[ recovery-image] Jul 01 21:21:16.641 INFO O| Jul 01 21:21:16.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71092026-07-01T21:21:17.861Z[ recovery-image] Jul 01 21:21:16.641 INFO O| Jul 01 21:21:16.641 INFO STEP 587 (remove_files) COMPLETE
71102026-07-01T21:21:17.864Z[ recovery-image] Jul 01 21:21:16.641 INFO O| Jul 01 21:21:16.641 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-07-01T21:21:17.877Z[ recovery-image] Jul 01 21:21:16.659 INFO O| Jul 01 21:21:16.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71122026-07-01T21:21:17.877Z[ recovery-image] Jul 01 21:21:16.659 INFO O| Jul 01 21:21:16.659 INFO STEP 588 (remove_files) COMPLETE
71132026-07-01T21:21:17.877Z[ recovery-image] Jul 01 21:21:16.659 INFO O| Jul 01 21:21:16.659 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-07-01T21:21:17.888Z[ recovery-image] Jul 01 21:21:16.669 INFO O| Jul 01 21:21:16.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71152026-07-01T21:21:17.926Z[ recovery-image] Jul 01 21:21:16.700 INFO O| Jul 01 21:21:16.699 INFO STEP 589 (remove_files) COMPLETE
71162026-07-01T21:21:17.932Z[ recovery-image] Jul 01 21:21:16.700 INFO O| Jul 01 21:21:16.699 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-07-01T21:21:17.937Z[ recovery-image] Jul 01 21:21:16.716 INFO O| Jul 01 21:21:16.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71182026-07-01T21:21:17.947Z[ recovery-image] Jul 01 21:21:16.716 INFO O| Jul 01 21:21:16.716 INFO STEP 590 (remove_files) COMPLETE
71192026-07-01T21:21:17.950Z[ recovery-image] Jul 01 21:21:16.716 INFO O| Jul 01 21:21:16.716 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-07-01T21:21:17.955Z[ recovery-image] Jul 01 21:21:16.733 INFO O| Jul 01 21:21:16.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71212026-07-01T21:21:17.955Z[ recovery-image] Jul 01 21:21:16.733 INFO O| Jul 01 21:21:16.731 INFO STEP 591 (remove_files) COMPLETE
71222026-07-01T21:21:17.958Z[ recovery-image] Jul 01 21:21:16.733 INFO O| Jul 01 21:21:16.731 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-07-01T21:21:17.961Z[ recovery-image] Jul 01 21:21:16.742 INFO O| Jul 01 21:21:16.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71242026-07-01T21:21:17.961Z[ recovery-image] Jul 01 21:21:16.742 INFO O| Jul 01 21:21:16.742 INFO STEP 592 (remove_files) COMPLETE
71252026-07-01T21:21:17.961Z[ recovery-image] Jul 01 21:21:16.742 INFO O| Jul 01 21:21:16.742 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-07-01T21:21:17.971Z[ recovery-image] Jul 01 21:21:16.753 INFO O| Jul 01 21:21:16.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71272026-07-01T21:21:17.971Z[ recovery-image] Jul 01 21:21:16.753 INFO O| Jul 01 21:21:16.753 INFO STEP 593 (remove_files) COMPLETE
71282026-07-01T21:21:17.971Z[ recovery-image] Jul 01 21:21:16.753 INFO O| Jul 01 21:21:16.753 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-07-01T21:21:17.981Z[ recovery-image] Jul 01 21:21:16.763 INFO O| Jul 01 21:21:16.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71302026-07-01T21:21:17.983Z[ recovery-image] Jul 01 21:21:16.764 INFO O| Jul 01 21:21:16.764 INFO STEP 594 (remove_files) COMPLETE
71312026-07-01T21:21:17.984Z[ recovery-image] Jul 01 21:21:16.764 INFO O| Jul 01 21:21:16.764 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-07-01T21:21:17.992Z[ recovery-image] Jul 01 21:21:16.773 INFO O| Jul 01 21:21:16.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71332026-07-01T21:21:17.992Z[ recovery-image] Jul 01 21:21:16.774 INFO O| Jul 01 21:21:16.774 INFO STEP 595 (remove_files) COMPLETE
71342026-07-01T21:21:17.995Z[ recovery-image] Jul 01 21:21:16.774 INFO O| Jul 01 21:21:16.774 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-07-01T21:21:18.002Z[ recovery-image] Jul 01 21:21:16.783 INFO O| Jul 01 21:21:16.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71362026-07-01T21:21:18.002Z[ recovery-image] Jul 01 21:21:16.783 INFO O| Jul 01 21:21:16.783 INFO STEP 596 (remove_files) COMPLETE
71372026-07-01T21:21:18.002Z[ recovery-image] Jul 01 21:21:16.783 INFO O| Jul 01 21:21:16.783 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-07-01T21:21:18.012Z[ recovery-image] Jul 01 21:21:16.793 INFO O| Jul 01 21:21:16.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71392026-07-01T21:21:18.012Z[ recovery-image] Jul 01 21:21:16.793 INFO O| Jul 01 21:21:16.793 INFO STEP 597 (remove_files) COMPLETE
71402026-07-01T21:21:18.014Z[ recovery-image] Jul 01 21:21:16.793 INFO O| Jul 01 21:21:16.793 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-07-01T21:21:18.021Z[ recovery-image] Jul 01 21:21:16.803 INFO O| Jul 01 21:21:16.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71422026-07-01T21:21:18.021Z[ recovery-image] Jul 01 21:21:16.803 INFO O| Jul 01 21:21:16.803 INFO STEP 598 (remove_files) COMPLETE
71432026-07-01T21:21:18.024Z[ recovery-image] Jul 01 21:21:16.803 INFO O| Jul 01 21:21:16.803 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-07-01T21:21:18.030Z[ recovery-image] Jul 01 21:21:16.812 INFO O| Jul 01 21:21:16.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71452026-07-01T21:21:18.033Z[ recovery-image] Jul 01 21:21:16.812 INFO O| Jul 01 21:21:16.812 INFO STEP 599 (remove_files) COMPLETE
71462026-07-01T21:21:18.033Z[ recovery-image] Jul 01 21:21:16.812 INFO O| Jul 01 21:21:16.812 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-07-01T21:21:18.041Z[ recovery-image] Jul 01 21:21:16.823 INFO O| Jul 01 21:21:16.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71482026-07-01T21:21:18.044Z[ recovery-image] Jul 01 21:21:16.823 INFO O| Jul 01 21:21:16.823 INFO STEP 600 (remove_files) COMPLETE
71492026-07-01T21:21:18.044Z[ recovery-image] Jul 01 21:21:16.823 INFO O| Jul 01 21:21:16.823 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-07-01T21:21:18.075Z[ recovery-image] Jul 01 21:21:16.833 INFO O| Jul 01 21:21:16.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71512026-07-01T21:21:18.078Z[ recovery-image] Jul 01 21:21:16.833 INFO O| Jul 01 21:21:16.833 INFO STEP 601 (remove_files) COMPLETE
71522026-07-01T21:21:18.078Z[ recovery-image] Jul 01 21:21:16.833 INFO O| Jul 01 21:21:16.833 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-07-01T21:21:18.078Z[ recovery-image] Jul 01 21:21:16.843 INFO O| Jul 01 21:21:16.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71542026-07-01T21:21:18.078Z[ recovery-image] Jul 01 21:21:16.843 INFO O| Jul 01 21:21:16.843 INFO STEP 602 (remove_files) COMPLETE
71552026-07-01T21:21:18.078Z[ recovery-image] Jul 01 21:21:16.843 INFO O| Jul 01 21:21:16.843 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-07-01T21:21:18.078Z[ recovery-image] Jul 01 21:21:16.852 INFO O| Jul 01 21:21:16.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71572026-07-01T21:21:18.078Z[ recovery-image] Jul 01 21:21:16.852 INFO O| Jul 01 21:21:16.852 INFO STEP 603 (remove_files) COMPLETE
71582026-07-01T21:21:18.078Z[ recovery-image] Jul 01 21:21:16.852 INFO O| Jul 01 21:21:16.852 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-07-01T21:21:18.081Z[ recovery-image] Jul 01 21:21:16.861 INFO O| Jul 01 21:21:16.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71602026-07-01T21:21:18.081Z[ recovery-image] Jul 01 21:21:16.862 INFO O| Jul 01 21:21:16.862 INFO STEP 604 (remove_files) COMPLETE
71612026-07-01T21:21:18.081Z[ recovery-image] Jul 01 21:21:16.862 INFO O| Jul 01 21:21:16.862 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-07-01T21:21:18.089Z[ recovery-image] Jul 01 21:21:16.871 INFO O| Jul 01 21:21:16.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71632026-07-01T21:21:18.092Z[ recovery-image] Jul 01 21:21:16.871 INFO O| Jul 01 21:21:16.871 INFO STEP 605 (remove_files) COMPLETE
71642026-07-01T21:21:18.092Z[ recovery-image] Jul 01 21:21:16.871 INFO O| Jul 01 21:21:16.871 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-07-01T21:21:18.100Z[ recovery-image] Jul 01 21:21:16.882 INFO O| Jul 01 21:21:16.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71662026-07-01T21:21:18.103Z[ recovery-image] Jul 01 21:21:16.882 INFO O| Jul 01 21:21:16.882 INFO STEP 606 (remove_files) COMPLETE
71672026-07-01T21:21:18.103Z[ recovery-image] Jul 01 21:21:16.882 INFO O| Jul 01 21:21:16.882 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-07-01T21:21:18.109Z[ recovery-image] Jul 01 21:21:16.891 INFO O| Jul 01 21:21:16.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71692026-07-01T21:21:18.112Z[ recovery-image] Jul 01 21:21:16.891 INFO O| Jul 01 21:21:16.891 INFO STEP 607 (remove_files) COMPLETE
71702026-07-01T21:21:18.113Z[ recovery-image] Jul 01 21:21:16.891 INFO O| Jul 01 21:21:16.891 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-07-01T21:21:18.118Z[ recovery-image] Jul 01 21:21:16.900 INFO O| Jul 01 21:21:16.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71722026-07-01T21:21:18.118Z[ recovery-image] Jul 01 21:21:16.900 INFO O| Jul 01 21:21:16.900 INFO STEP 608 (remove_files) COMPLETE
71732026-07-01T21:21:18.118Z[ recovery-image] Jul 01 21:21:16.900 INFO O| Jul 01 21:21:16.900 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-07-01T21:21:18.128Z[ recovery-image] Jul 01 21:21:16.910 INFO O| Jul 01 21:21:16.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71752026-07-01T21:21:18.131Z[ recovery-image] Jul 01 21:21:16.910 INFO O| Jul 01 21:21:16.910 INFO STEP 609 (remove_files) COMPLETE
71762026-07-01T21:21:18.131Z[ recovery-image] Jul 01 21:21:16.910 INFO O| Jul 01 21:21:16.910 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-07-01T21:21:18.139Z[ recovery-image] Jul 01 21:21:16.920 INFO O| Jul 01 21:21:16.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71782026-07-01T21:21:18.142Z[ recovery-image] Jul 01 21:21:16.921 INFO O| Jul 01 21:21:16.921 INFO STEP 610 (remove_files) COMPLETE
71792026-07-01T21:21:18.142Z[ recovery-image] Jul 01 21:21:16.921 INFO O| Jul 01 21:21:16.921 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-07-01T21:21:18.148Z[ recovery-image] Jul 01 21:21:16.930 INFO O| Jul 01 21:21:16.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71812026-07-01T21:21:18.148Z[ recovery-image] Jul 01 21:21:16.930 INFO O| Jul 01 21:21:16.930 INFO STEP 611 (remove_files) COMPLETE
71822026-07-01T21:21:18.151Z[ recovery-image] Jul 01 21:21:16.930 INFO O| Jul 01 21:21:16.930 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-07-01T21:21:18.157Z[ recovery-image] Jul 01 21:21:16.939 INFO O| Jul 01 21:21:16.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71842026-07-01T21:21:18.160Z[ recovery-image] Jul 01 21:21:16.939 INFO O| Jul 01 21:21:16.939 INFO STEP 612 (remove_files) COMPLETE
71852026-07-01T21:21:18.160Z[ recovery-image] Jul 01 21:21:16.939 INFO O| Jul 01 21:21:16.939 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-07-01T21:21:18.167Z[ recovery-image] Jul 01 21:21:16.948 INFO O| Jul 01 21:21:16.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71872026-07-01T21:21:18.170Z[ recovery-image] Jul 01 21:21:16.949 INFO O| Jul 01 21:21:16.949 INFO STEP 613 (remove_files) COMPLETE
71882026-07-01T21:21:18.170Z[ recovery-image] Jul 01 21:21:16.949 INFO O| Jul 01 21:21:16.949 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-07-01T21:21:18.175Z[ recovery-image] Jul 01 21:21:16.957 INFO O| Jul 01 21:21:16.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71902026-07-01T21:21:18.181Z[ recovery-image] Jul 01 21:21:16.957 INFO O| Jul 01 21:21:16.957 INFO STEP 614 (remove_files) COMPLETE
71912026-07-01T21:21:18.181Z[ recovery-image] Jul 01 21:21:16.957 INFO O| Jul 01 21:21:16.957 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-07-01T21:21:18.186Z[ recovery-image] Jul 01 21:21:16.968 INFO O| Jul 01 21:21:16.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71932026-07-01T21:21:18.186Z[ recovery-image] Jul 01 21:21:16.968 INFO O| Jul 01 21:21:16.968 INFO STEP 615 (remove_files) COMPLETE
71942026-07-01T21:21:18.189Z[ recovery-image] Jul 01 21:21:16.968 INFO O| Jul 01 21:21:16.968 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-07-01T21:21:18.195Z[ recovery-image] Jul 01 21:21:16.977 INFO O| Jul 01 21:21:16.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71962026-07-01T21:21:18.198Z[ recovery-image] Jul 01 21:21:16.978 INFO O| Jul 01 21:21:16.978 INFO STEP 616 (remove_files) COMPLETE
71972026-07-01T21:21:18.198Z[ recovery-image] Jul 01 21:21:16.978 INFO O| Jul 01 21:21:16.978 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-07-01T21:21:18.204Z[ recovery-image] Jul 01 21:21:16.986 INFO O| Jul 01 21:21:16.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71992026-07-01T21:21:18.204Z[ recovery-image] Jul 01 21:21:16.986 INFO O| Jul 01 21:21:16.986 INFO STEP 617 (remove_files) COMPLETE
72002026-07-01T21:21:18.207Z[ recovery-image] Jul 01 21:21:16.986 INFO O| Jul 01 21:21:16.986 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-07-01T21:21:18.213Z[ recovery-image] Jul 01 21:21:16.994 INFO O| Jul 01 21:21:16.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72022026-07-01T21:21:18.217Z[ recovery-image] Jul 01 21:21:16.994 INFO O| Jul 01 21:21:16.994 INFO STEP 618 (remove_files) COMPLETE
72032026-07-01T21:21:18.217Z[ recovery-image] Jul 01 21:21:16.994 INFO O| Jul 01 21:21:16.994 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-07-01T21:21:18.223Z[ recovery-image] Jul 01 21:21:17.005 INFO O| Jul 01 21:21:17.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72052026-07-01T21:21:18.223Z[ recovery-image] Jul 01 21:21:17.005 INFO O| Jul 01 21:21:17.005 INFO STEP 619 (remove_files) COMPLETE
72062026-07-01T21:21:18.223Z[ recovery-image] Jul 01 21:21:17.005 INFO O| Jul 01 21:21:17.005 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-07-01T21:21:18.232Z[ recovery-image] Jul 01 21:21:17.014 INFO O| Jul 01 21:21:17.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72082026-07-01T21:21:18.235Z[ recovery-image] Jul 01 21:21:17.015 INFO O| Jul 01 21:21:17.015 INFO STEP 620 (remove_files) COMPLETE
72092026-07-01T21:21:18.235Z[ recovery-image] Jul 01 21:21:17.015 INFO O| Jul 01 21:21:17.015 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-07-01T21:21:18.243Z[ recovery-image] Jul 01 21:21:17.025 INFO O| Jul 01 21:21:17.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72112026-07-01T21:21:18.243Z[ recovery-image] Jul 01 21:21:17.025 INFO O| Jul 01 21:21:17.025 INFO STEP 621 (remove_files) COMPLETE
72122026-07-01T21:21:18.246Z[ recovery-image] Jul 01 21:21:17.025 INFO O| Jul 01 21:21:17.025 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-07-01T21:21:18.253Z[ recovery-image] Jul 01 21:21:17.035 INFO O| Jul 01 21:21:17.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72142026-07-01T21:21:18.253Z[ recovery-image] Jul 01 21:21:17.035 INFO O| Jul 01 21:21:17.035 INFO STEP 622 (remove_files) COMPLETE
72152026-07-01T21:21:18.253Z[ recovery-image] Jul 01 21:21:17.035 INFO O| Jul 01 21:21:17.035 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-07-01T21:21:18.262Z[ recovery-image] Jul 01 21:21:17.044 INFO O| Jul 01 21:21:17.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72172026-07-01T21:21:18.265Z[ recovery-image] Jul 01 21:21:17.044 INFO O| Jul 01 21:21:17.044 INFO STEP 623 (remove_files) COMPLETE
72182026-07-01T21:21:18.265Z[ recovery-image] Jul 01 21:21:17.044 INFO O| Jul 01 21:21:17.044 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-07-01T21:21:18.270Z[ recovery-image] Jul 01 21:21:17.052 INFO O| Jul 01 21:21:17.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72202026-07-01T21:21:18.273Z[ recovery-image] Jul 01 21:21:17.053 INFO O| Jul 01 21:21:17.053 INFO STEP 624 (remove_files) COMPLETE
72212026-07-01T21:21:18.273Z[ recovery-image] Jul 01 21:21:17.053 INFO O| Jul 01 21:21:17.053 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-07-01T21:21:18.279Z[ recovery-image] Jul 01 21:21:17.061 INFO O| Jul 01 21:21:17.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72232026-07-01T21:21:18.282Z[ recovery-image] Jul 01 21:21:17.061 INFO O| Jul 01 21:21:17.061 INFO STEP 625 (remove_files) COMPLETE
72242026-07-01T21:21:18.282Z[ recovery-image] Jul 01 21:21:17.061 INFO O| Jul 01 21:21:17.061 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-07-01T21:21:18.290Z[ recovery-image] Jul 01 21:21:17.071 INFO O| Jul 01 21:21:17.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72262026-07-01T21:21:18.293Z[ recovery-image] Jul 01 21:21:17.071 INFO O| Jul 01 21:21:17.071 INFO STEP 626 (remove_files) COMPLETE
72272026-07-01T21:21:18.293Z[ recovery-image] Jul 01 21:21:17.071 INFO O| Jul 01 21:21:17.071 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-07-01T21:21:18.299Z[ recovery-image] Jul 01 21:21:17.081 INFO O| Jul 01 21:21:17.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72292026-07-01T21:21:18.299Z[ recovery-image] Jul 01 21:21:17.081 INFO O| Jul 01 21:21:17.081 INFO STEP 627 (remove_files) COMPLETE
72302026-07-01T21:21:18.302Z[ recovery-image] Jul 01 21:21:17.081 INFO O| Jul 01 21:21:17.081 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-07-01T21:21:18.309Z[ recovery-image] Jul 01 21:21:17.091 INFO O| Jul 01 21:21:17.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72322026-07-01T21:21:18.312Z[ recovery-image] Jul 01 21:21:17.091 INFO O| Jul 01 21:21:17.091 INFO STEP 628 (remove_files) COMPLETE
72332026-07-01T21:21:18.312Z[ recovery-image] Jul 01 21:21:17.091 INFO O| Jul 01 21:21:17.091 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-07-01T21:21:18.319Z[ recovery-image] Jul 01 21:21:17.100 INFO O| Jul 01 21:21:17.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72352026-07-01T21:21:18.319Z[ recovery-image] Jul 01 21:21:17.101 INFO O| Jul 01 21:21:17.100 INFO STEP 629 (remove_files) COMPLETE
72362026-07-01T21:21:18.319Z[ recovery-image] Jul 01 21:21:17.101 INFO O| Jul 01 21:21:17.100 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-07-01T21:21:18.331Z[ recovery-image] Jul 01 21:21:17.110 INFO O| Jul 01 21:21:17.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72382026-07-01T21:21:18.334Z[ recovery-image] Jul 01 21:21:17.110 INFO O| Jul 01 21:21:17.110 INFO STEP 630 (remove_files) COMPLETE
72392026-07-01T21:21:18.334Z[ recovery-image] Jul 01 21:21:17.110 INFO O| Jul 01 21:21:17.110 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-07-01T21:21:18.338Z[ recovery-image] Jul 01 21:21:17.120 INFO O| Jul 01 21:21:17.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72412026-07-01T21:21:18.338Z[ recovery-image] Jul 01 21:21:17.120 INFO O| Jul 01 21:21:17.120 INFO STEP 631 (remove_files) COMPLETE
72422026-07-01T21:21:18.338Z[ recovery-image] Jul 01 21:21:17.120 INFO O| Jul 01 21:21:17.120 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-07-01T21:21:18.347Z[ recovery-image] Jul 01 21:21:17.129 INFO O| Jul 01 21:21:17.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72442026-07-01T21:21:18.350Z[ recovery-image] Jul 01 21:21:17.129 INFO O| Jul 01 21:21:17.129 INFO STEP 632 (remove_files) COMPLETE
72452026-07-01T21:21:18.350Z[ recovery-image] Jul 01 21:21:17.129 INFO O| Jul 01 21:21:17.129 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-07-01T21:21:18.355Z[ recovery-image] Jul 01 21:21:17.137 INFO O| Jul 01 21:21:17.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72472026-07-01T21:21:18.358Z[ recovery-image] Jul 01 21:21:17.137 INFO O| Jul 01 21:21:17.137 INFO STEP 633 (remove_files) COMPLETE
72482026-07-01T21:21:18.358Z[ recovery-image] Jul 01 21:21:17.137 INFO O| Jul 01 21:21:17.137 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-07-01T21:21:18.364Z[ recovery-image] Jul 01 21:21:17.146 INFO O| Jul 01 21:21:17.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72502026-07-01T21:21:18.367Z[ recovery-image] Jul 01 21:21:17.146 INFO O| Jul 01 21:21:17.146 INFO STEP 634 (remove_files) COMPLETE
72512026-07-01T21:21:18.368Z[ recovery-image] Jul 01 21:21:17.146 INFO O| Jul 01 21:21:17.146 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-07-01T21:21:18.373Z[ recovery-image] Jul 01 21:21:17.154 INFO O| Jul 01 21:21:17.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72532026-07-01T21:21:18.375Z[ recovery-image] Jul 01 21:21:17.154 INFO O| Jul 01 21:21:17.154 INFO STEP 635 (remove_files) COMPLETE
72542026-07-01T21:21:18.375Z[ recovery-image] Jul 01 21:21:17.154 INFO O| Jul 01 21:21:17.154 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-07-01T21:21:18.383Z[ recovery-image] Jul 01 21:21:17.164 INFO O| Jul 01 21:21:17.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72562026-07-01T21:21:18.383Z[ recovery-image] Jul 01 21:21:17.164 INFO O| Jul 01 21:21:17.164 INFO STEP 636 (remove_files) COMPLETE
72572026-07-01T21:21:18.386Z[ recovery-image] Jul 01 21:21:17.164 INFO O| Jul 01 21:21:17.164 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-07-01T21:21:18.391Z[ recovery-image] Jul 01 21:21:17.172 INFO O| Jul 01 21:21:17.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72592026-07-01T21:21:18.391Z[ recovery-image] Jul 01 21:21:17.172 INFO O| Jul 01 21:21:17.172 INFO STEP 637 (remove_files) COMPLETE
72602026-07-01T21:21:18.394Z[ recovery-image] Jul 01 21:21:17.172 INFO O| Jul 01 21:21:17.172 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-07-01T21:21:18.399Z[ recovery-image] Jul 01 21:21:17.181 INFO O| Jul 01 21:21:17.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72622026-07-01T21:21:18.399Z[ recovery-image] Jul 01 21:21:17.181 INFO O| Jul 01 21:21:17.181 INFO STEP 638 (remove_files) COMPLETE
72632026-07-01T21:21:18.402Z[ recovery-image] Jul 01 21:21:17.181 INFO O| Jul 01 21:21:17.181 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-07-01T21:21:18.407Z[ recovery-image] Jul 01 21:21:17.189 INFO O| Jul 01 21:21:17.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72652026-07-01T21:21:18.407Z[ recovery-image] Jul 01 21:21:17.189 INFO O| Jul 01 21:21:17.189 INFO STEP 639 (remove_files) COMPLETE
72662026-07-01T21:21:18.410Z[ recovery-image] Jul 01 21:21:17.189 INFO O| Jul 01 21:21:17.189 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-07-01T21:21:18.414Z[ recovery-image] Jul 01 21:21:17.196 INFO O| Jul 01 21:21:17.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72682026-07-01T21:21:18.414Z[ recovery-image] Jul 01 21:21:17.196 INFO O| Jul 01 21:21:17.196 INFO STEP 640 (remove_files) COMPLETE
72692026-07-01T21:21:18.417Z[ recovery-image] Jul 01 21:21:17.196 INFO O| Jul 01 21:21:17.196 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-07-01T21:21:18.421Z[ recovery-image] Jul 01 21:21:17.203 INFO O| Jul 01 21:21:17.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72712026-07-01T21:21:18.421Z[ recovery-image] Jul 01 21:21:17.203 INFO O| Jul 01 21:21:17.203 INFO STEP 641 (remove_files) COMPLETE
72722026-07-01T21:21:18.427Z[ recovery-image] Jul 01 21:21:17.203 INFO O| Jul 01 21:21:17.203 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-07-01T21:21:18.431Z[ recovery-image] Jul 01 21:21:17.212 INFO O| Jul 01 21:21:17.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72742026-07-01T21:21:18.431Z[ recovery-image] Jul 01 21:21:17.212 INFO O| Jul 01 21:21:17.212 INFO STEP 642 (remove_files) COMPLETE
72752026-07-01T21:21:18.431Z[ recovery-image] Jul 01 21:21:17.212 INFO O| Jul 01 21:21:17.212 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-07-01T21:21:18.442Z[ recovery-image] Jul 01 21:21:17.222 INFO O| Jul 01 21:21:17.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72772026-07-01T21:21:18.442Z[ recovery-image] Jul 01 21:21:17.222 INFO O| Jul 01 21:21:17.222 INFO STEP 643 (remove_files) COMPLETE
72782026-07-01T21:21:18.445Z[ recovery-image] Jul 01 21:21:17.222 INFO O| Jul 01 21:21:17.222 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-07-01T21:21:18.450Z[ recovery-image] Jul 01 21:21:17.232 INFO O| Jul 01 21:21:17.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72802026-07-01T21:21:18.450Z[ recovery-image] Jul 01 21:21:17.232 INFO O| Jul 01 21:21:17.232 INFO STEP 644 (remove_files) COMPLETE
72812026-07-01T21:21:18.455Z[ recovery-image] Jul 01 21:21:17.232 INFO O| Jul 01 21:21:17.232 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-07-01T21:21:18.460Z[ recovery-image] Jul 01 21:21:17.242 INFO O| Jul 01 21:21:17.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72832026-07-01T21:21:18.460Z[ recovery-image] Jul 01 21:21:17.242 INFO O| Jul 01 21:21:17.242 INFO STEP 645 (remove_files) COMPLETE
72842026-07-01T21:21:18.460Z[ recovery-image] Jul 01 21:21:17.242 INFO O| Jul 01 21:21:17.242 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-07-01T21:21:18.469Z[ recovery-image] Jul 01 21:21:17.251 INFO O| Jul 01 21:21:17.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72862026-07-01T21:21:18.469Z[ recovery-image] Jul 01 21:21:17.251 INFO O| Jul 01 21:21:17.251 INFO STEP 646 (remove_files) COMPLETE
72872026-07-01T21:21:18.471Z[ recovery-image] Jul 01 21:21:17.251 INFO O| Jul 01 21:21:17.251 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-07-01T21:21:18.476Z[ recovery-image] Jul 01 21:21:17.258 INFO O| Jul 01 21:21:17.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72892026-07-01T21:21:18.476Z[ recovery-image] Jul 01 21:21:17.258 INFO O| Jul 01 21:21:17.258 INFO STEP 647 (remove_files) COMPLETE
72902026-07-01T21:21:18.480Z[ recovery-image] Jul 01 21:21:17.258 INFO O| Jul 01 21:21:17.258 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-07-01T21:21:18.485Z[ recovery-image] Jul 01 21:21:17.267 INFO O| Jul 01 21:21:17.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72922026-07-01T21:21:18.488Z[ recovery-image] Jul 01 21:21:17.267 INFO O| Jul 01 21:21:17.267 INFO STEP 648 (remove_files) COMPLETE
72932026-07-01T21:21:18.488Z[ recovery-image] Jul 01 21:21:17.267 INFO O| Jul 01 21:21:17.267 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-07-01T21:21:18.495Z[ recovery-image] Jul 01 21:21:17.276 INFO O| Jul 01 21:21:17.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72952026-07-01T21:21:18.497Z[ recovery-image] Jul 01 21:21:17.276 INFO O| Jul 01 21:21:17.276 INFO STEP 649 (remove_files) COMPLETE
72962026-07-01T21:21:18.497Z[ recovery-image] Jul 01 21:21:17.276 INFO O| Jul 01 21:21:17.276 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-07-01T21:21:18.502Z[ recovery-image] Jul 01 21:21:17.284 INFO O| Jul 01 21:21:17.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72982026-07-01T21:21:18.502Z[ recovery-image] Jul 01 21:21:17.284 INFO O| Jul 01 21:21:17.284 INFO STEP 650 (remove_files) COMPLETE
72992026-07-01T21:21:18.502Z[ recovery-image] Jul 01 21:21:17.284 INFO O| Jul 01 21:21:17.284 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-07-01T21:21:18.509Z[ recovery-image] Jul 01 21:21:17.291 INFO O| Jul 01 21:21:17.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73012026-07-01T21:21:18.509Z[ recovery-image] Jul 01 21:21:17.291 INFO O| Jul 01 21:21:17.291 INFO STEP 651 (remove_files) COMPLETE
73022026-07-01T21:21:18.509Z[ recovery-image] Jul 01 21:21:17.291 INFO O| Jul 01 21:21:17.291 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-07-01T21:21:18.518Z[ recovery-image] Jul 01 21:21:17.300 INFO O| Jul 01 21:21:17.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73042026-07-01T21:21:18.518Z[ recovery-image] Jul 01 21:21:17.300 INFO O| Jul 01 21:21:17.300 INFO STEP 652 (remove_files) COMPLETE
73052026-07-01T21:21:18.521Z[ recovery-image] Jul 01 21:21:17.300 INFO O| Jul 01 21:21:17.300 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-07-01T21:21:18.527Z[ recovery-image] Jul 01 21:21:17.309 INFO O| Jul 01 21:21:17.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73072026-07-01T21:21:18.530Z[ recovery-image] Jul 01 21:21:17.309 INFO O| Jul 01 21:21:17.309 INFO STEP 653 (remove_files) COMPLETE
73082026-07-01T21:21:18.530Z[ recovery-image] Jul 01 21:21:17.310 INFO O| Jul 01 21:21:17.309 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-07-01T21:21:18.536Z[ recovery-image] Jul 01 21:21:17.318 INFO O| Jul 01 21:21:17.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73102026-07-01T21:21:18.536Z[ recovery-image] Jul 01 21:21:17.318 INFO O| Jul 01 21:21:17.318 INFO STEP 654 (remove_files) COMPLETE
73112026-07-01T21:21:18.536Z[ recovery-image] Jul 01 21:21:17.318 INFO O| Jul 01 21:21:17.318 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-07-01T21:21:18.543Z[ recovery-image] Jul 01 21:21:17.325 INFO O| Jul 01 21:21:17.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73132026-07-01T21:21:18.543Z[ recovery-image] Jul 01 21:21:17.325 INFO O| Jul 01 21:21:17.325 INFO STEP 655 (remove_files) COMPLETE
73142026-07-01T21:21:18.546Z[ recovery-image] Jul 01 21:21:17.325 INFO O| Jul 01 21:21:17.325 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-07-01T21:21:18.551Z[ recovery-image] Jul 01 21:21:17.333 INFO O| Jul 01 21:21:17.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73162026-07-01T21:21:18.554Z[ recovery-image] Jul 01 21:21:17.334 INFO O| Jul 01 21:21:17.334 INFO STEP 656 (remove_files) COMPLETE
73172026-07-01T21:21:18.554Z[ recovery-image] Jul 01 21:21:17.334 INFO O| Jul 01 21:21:17.334 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-07-01T21:21:18.560Z[ recovery-image] Jul 01 21:21:17.342 INFO O| Jul 01 21:21:17.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73192026-07-01T21:21:18.560Z[ recovery-image] Jul 01 21:21:17.342 INFO O| Jul 01 21:21:17.342 INFO STEP 657 (remove_files) COMPLETE
73202026-07-01T21:21:18.563Z[ recovery-image] Jul 01 21:21:17.342 INFO O| Jul 01 21:21:17.342 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-07-01T21:21:18.568Z[ recovery-image] Jul 01 21:21:17.350 INFO O| Jul 01 21:21:17.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73222026-07-01T21:21:18.572Z[ recovery-image] Jul 01 21:21:17.350 INFO O| Jul 01 21:21:17.350 INFO STEP 658 (remove_files) COMPLETE
73232026-07-01T21:21:18.572Z[ recovery-image] Jul 01 21:21:17.350 INFO O| Jul 01 21:21:17.350 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-07-01T21:21:18.577Z[ recovery-image] Jul 01 21:21:17.359 INFO O| Jul 01 21:21:17.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73252026-07-01T21:21:18.580Z[ recovery-image] Jul 01 21:21:17.359 INFO O| Jul 01 21:21:17.359 INFO STEP 659 (remove_files) COMPLETE
73262026-07-01T21:21:18.580Z[ recovery-image] Jul 01 21:21:17.359 INFO O| Jul 01 21:21:17.359 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-07-01T21:21:18.585Z[ recovery-image] Jul 01 21:21:17.367 INFO O| Jul 01 21:21:17.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73282026-07-01T21:21:18.585Z[ recovery-image] Jul 01 21:21:17.367 INFO O| Jul 01 21:21:17.367 INFO STEP 660 (remove_files) COMPLETE
73292026-07-01T21:21:18.588Z[ recovery-image] Jul 01 21:21:17.367 INFO O| Jul 01 21:21:17.367 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-07-01T21:21:18.593Z[ recovery-image] Jul 01 21:21:17.375 INFO O| Jul 01 21:21:17.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73312026-07-01T21:21:18.593Z[ recovery-image] Jul 01 21:21:17.375 INFO O| Jul 01 21:21:17.375 INFO STEP 661 (remove_files) COMPLETE
73322026-07-01T21:21:18.596Z[ recovery-image] Jul 01 21:21:17.375 INFO O| Jul 01 21:21:17.375 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-07-01T21:21:18.601Z[ recovery-image] Jul 01 21:21:17.383 INFO O| Jul 01 21:21:17.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73342026-07-01T21:21:18.604Z[ recovery-image] Jul 01 21:21:17.383 INFO O| Jul 01 21:21:17.383 INFO STEP 662 (remove_files) COMPLETE
73352026-07-01T21:21:18.604Z[ recovery-image] Jul 01 21:21:17.383 INFO O| Jul 01 21:21:17.383 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-07-01T21:21:18.609Z[ recovery-image] Jul 01 21:21:17.391 INFO O| Jul 01 21:21:17.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73372026-07-01T21:21:18.609Z[ recovery-image] Jul 01 21:21:17.391 INFO O| Jul 01 21:21:17.391 INFO STEP 663 (remove_files) COMPLETE
73382026-07-01T21:21:18.609Z[ recovery-image] Jul 01 21:21:17.391 INFO O| Jul 01 21:21:17.391 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-07-01T21:21:18.616Z[ recovery-image] Jul 01 21:21:17.398 INFO O| Jul 01 21:21:17.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73402026-07-01T21:21:18.619Z[ recovery-image] Jul 01 21:21:17.399 INFO O| Jul 01 21:21:17.399 INFO STEP 664 (remove_files) COMPLETE
73412026-07-01T21:21:18.619Z[ recovery-image] Jul 01 21:21:17.399 INFO O| Jul 01 21:21:17.399 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-07-01T21:21:18.624Z[ recovery-image] Jul 01 21:21:17.406 INFO O| Jul 01 21:21:17.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73432026-07-01T21:21:18.624Z[ recovery-image] Jul 01 21:21:17.406 INFO O| Jul 01 21:21:17.406 INFO STEP 665 (remove_files) COMPLETE
73442026-07-01T21:21:18.624Z[ recovery-image] Jul 01 21:21:17.406 INFO O| Jul 01 21:21:17.406 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-07-01T21:21:18.632Z[ recovery-image] Jul 01 21:21:17.414 INFO O| Jul 01 21:21:17.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73462026-07-01T21:21:18.632Z[ recovery-image] Jul 01 21:21:17.414 INFO O| Jul 01 21:21:17.414 INFO STEP 666 (remove_files) COMPLETE
73472026-07-01T21:21:18.635Z[ recovery-image] Jul 01 21:21:17.414 INFO O| Jul 01 21:21:17.414 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-07-01T21:21:18.641Z[ recovery-image] Jul 01 21:21:17.422 INFO O| Jul 01 21:21:17.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73492026-07-01T21:21:18.641Z[ recovery-image] Jul 01 21:21:17.423 INFO O| Jul 01 21:21:17.423 INFO STEP 667 (remove_files) COMPLETE
73502026-07-01T21:21:18.644Z[ recovery-image] Jul 01 21:21:17.423 INFO O| Jul 01 21:21:17.423 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-07-01T21:21:18.649Z[ recovery-image] Jul 01 21:21:17.431 INFO O| Jul 01 21:21:17.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73522026-07-01T21:21:18.649Z[ recovery-image] Jul 01 21:21:17.431 INFO O| Jul 01 21:21:17.431 INFO STEP 668 (remove_files) COMPLETE
73532026-07-01T21:21:18.652Z[ recovery-image] Jul 01 21:21:17.431 INFO O| Jul 01 21:21:17.431 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-07-01T21:21:18.658Z[ recovery-image] Jul 01 21:21:17.440 INFO O| Jul 01 21:21:17.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73552026-07-01T21:21:18.658Z[ recovery-image] Jul 01 21:21:17.440 INFO O| Jul 01 21:21:17.440 INFO STEP 669 (remove_files) COMPLETE
73562026-07-01T21:21:18.658Z[ recovery-image] Jul 01 21:21:17.440 INFO O| Jul 01 21:21:17.440 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-07-01T21:21:18.666Z[ recovery-image] Jul 01 21:21:17.448 INFO O| Jul 01 21:21:17.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73582026-07-01T21:21:18.666Z[ recovery-image] Jul 01 21:21:17.448 INFO O| Jul 01 21:21:17.448 INFO STEP 670 (remove_files) COMPLETE
73592026-07-01T21:21:18.669Z[ recovery-image] Jul 01 21:21:17.448 INFO O| Jul 01 21:21:17.448 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-07-01T21:21:18.674Z[ recovery-image] Jul 01 21:21:17.456 INFO O| Jul 01 21:21:17.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73612026-07-01T21:21:18.677Z[ recovery-image] Jul 01 21:21:17.457 INFO O| Jul 01 21:21:17.457 INFO STEP 671 (remove_files) COMPLETE
73622026-07-01T21:21:18.677Z[ recovery-image] Jul 01 21:21:17.457 INFO O| Jul 01 21:21:17.457 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-07-01T21:21:18.683Z[ recovery-image] Jul 01 21:21:17.465 INFO O| Jul 01 21:21:17.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73642026-07-01T21:21:18.683Z[ recovery-image] Jul 01 21:21:17.465 INFO O| Jul 01 21:21:17.465 INFO STEP 672 (remove_files) COMPLETE
73652026-07-01T21:21:18.683Z[ recovery-image] Jul 01 21:21:17.465 INFO O| Jul 01 21:21:17.465 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-07-01T21:21:18.691Z[ recovery-image] Jul 01 21:21:17.473 INFO O| Jul 01 21:21:17.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73672026-07-01T21:21:18.694Z[ recovery-image] Jul 01 21:21:17.473 INFO O| Jul 01 21:21:17.473 INFO STEP 673 (remove_files) COMPLETE
73682026-07-01T21:21:18.694Z[ recovery-image] Jul 01 21:21:17.473 INFO O| Jul 01 21:21:17.473 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-07-01T21:21:18.701Z[ recovery-image] Jul 01 21:21:17.483 INFO O| Jul 01 21:21:17.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73702026-07-01T21:21:18.701Z[ recovery-image] Jul 01 21:21:17.483 INFO O| Jul 01 21:21:17.483 INFO STEP 674 (remove_files) COMPLETE
73712026-07-01T21:21:18.704Z[ recovery-image] Jul 01 21:21:17.483 INFO O| Jul 01 21:21:17.483 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-07-01T21:21:18.710Z[ recovery-image] Jul 01 21:21:17.491 INFO O| Jul 01 21:21:17.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73732026-07-01T21:21:18.712Z[ recovery-image] Jul 01 21:21:17.492 INFO O| Jul 01 21:21:17.492 INFO STEP 675 (remove_files) COMPLETE
73742026-07-01T21:21:18.712Z[ recovery-image] Jul 01 21:21:17.492 INFO O| Jul 01 21:21:17.492 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-07-01T21:21:18.718Z[ recovery-image] Jul 01 21:21:17.500 INFO O| Jul 01 21:21:17.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73762026-07-01T21:21:18.721Z[ recovery-image] Jul 01 21:21:17.500 INFO O| Jul 01 21:21:17.500 INFO STEP 676 (remove_files) COMPLETE
73772026-07-01T21:21:18.721Z[ recovery-image] Jul 01 21:21:17.500 INFO O| Jul 01 21:21:17.500 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-07-01T21:21:18.729Z[ recovery-image] Jul 01 21:21:17.511 INFO O| Jul 01 21:21:17.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73792026-07-01T21:21:18.729Z[ recovery-image] Jul 01 21:21:17.511 INFO O| Jul 01 21:21:17.511 INFO STEP 677 (remove_files) COMPLETE
73802026-07-01T21:21:18.732Z[ recovery-image] Jul 01 21:21:17.511 INFO O| Jul 01 21:21:17.511 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-07-01T21:21:18.737Z[ recovery-image] Jul 01 21:21:17.519 INFO O| Jul 01 21:21:17.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73822026-07-01T21:21:18.737Z[ recovery-image] Jul 01 21:21:17.519 INFO O| Jul 01 21:21:17.519 INFO STEP 678 (remove_files) COMPLETE
73832026-07-01T21:21:18.740Z[ recovery-image] Jul 01 21:21:17.519 INFO O| Jul 01 21:21:17.519 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-07-01T21:21:18.744Z[ recovery-image] Jul 01 21:21:17.526 INFO O| Jul 01 21:21:17.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73852026-07-01T21:21:18.744Z[ recovery-image] Jul 01 21:21:17.526 INFO O| Jul 01 21:21:17.526 INFO STEP 679 (remove_files) COMPLETE
73862026-07-01T21:21:18.747Z[ recovery-image] Jul 01 21:21:17.526 INFO O| Jul 01 21:21:17.526 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-07-01T21:21:18.752Z[ recovery-image] Jul 01 21:21:17.534 INFO O| Jul 01 21:21:17.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73882026-07-01T21:21:18.752Z[ recovery-image] Jul 01 21:21:17.534 INFO O| Jul 01 21:21:17.534 INFO STEP 680 (remove_files) COMPLETE
73892026-07-01T21:21:18.752Z[ recovery-image] Jul 01 21:21:17.534 INFO O| Jul 01 21:21:17.534 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-07-01T21:21:18.761Z[ recovery-image] Jul 01 21:21:17.542 INFO O| Jul 01 21:21:17.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73912026-07-01T21:21:18.761Z[ recovery-image] Jul 01 21:21:17.542 INFO O| Jul 01 21:21:17.542 INFO STEP 681 (remove_files) COMPLETE
73922026-07-01T21:21:18.763Z[ recovery-image] Jul 01 21:21:17.542 INFO O| Jul 01 21:21:17.542 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-07-01T21:21:18.769Z[ recovery-image] Jul 01 21:21:17.551 INFO O| Jul 01 21:21:17.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73942026-07-01T21:21:18.769Z[ recovery-image] Jul 01 21:21:17.551 INFO O| Jul 01 21:21:17.551 INFO STEP 682 (remove_files) COMPLETE
73952026-07-01T21:21:18.772Z[ recovery-image] Jul 01 21:21:17.551 INFO O| Jul 01 21:21:17.551 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-07-01T21:21:18.777Z[ recovery-image] Jul 01 21:21:17.559 INFO O| Jul 01 21:21:17.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73972026-07-01T21:21:18.777Z[ recovery-image] Jul 01 21:21:17.559 INFO O| Jul 01 21:21:17.559 INFO STEP 683 (remove_files) COMPLETE
73982026-07-01T21:21:18.777Z[ recovery-image] Jul 01 21:21:17.559 INFO O| Jul 01 21:21:17.559 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-07-01T21:21:18.786Z[ recovery-image] Jul 01 21:21:17.567 INFO O| Jul 01 21:21:17.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74002026-07-01T21:21:18.786Z[ recovery-image] Jul 01 21:21:17.567 INFO O| Jul 01 21:21:17.567 INFO STEP 684 (remove_files) COMPLETE
74012026-07-01T21:21:18.786Z[ recovery-image] Jul 01 21:21:17.567 INFO O| Jul 01 21:21:17.567 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-07-01T21:21:18.792Z[ recovery-image] Jul 01 21:21:17.574 INFO O| Jul 01 21:21:17.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74032026-07-01T21:21:18.792Z[ recovery-image] Jul 01 21:21:17.574 INFO O| Jul 01 21:21:17.574 INFO STEP 685 (remove_files) COMPLETE
74042026-07-01T21:21:18.795Z[ recovery-image] Jul 01 21:21:17.574 INFO O| Jul 01 21:21:17.574 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-07-01T21:21:18.800Z[ recovery-image] Jul 01 21:21:17.582 INFO O| Jul 01 21:21:17.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74062026-07-01T21:21:18.804Z[ recovery-image] Jul 01 21:21:17.582 INFO O| Jul 01 21:21:17.582 INFO STEP 686 (remove_files) COMPLETE
74072026-07-01T21:21:18.804Z[ recovery-image] Jul 01 21:21:17.582 INFO O| Jul 01 21:21:17.582 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-07-01T21:21:18.808Z[ recovery-image] Jul 01 21:21:17.590 INFO O| Jul 01 21:21:17.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74092026-07-01T21:21:18.808Z[ recovery-image] Jul 01 21:21:17.590 INFO O| Jul 01 21:21:17.590 INFO STEP 687 (remove_files) COMPLETE
74102026-07-01T21:21:18.811Z[ recovery-image] Jul 01 21:21:17.590 INFO O| Jul 01 21:21:17.590 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-07-01T21:21:18.816Z[ recovery-image] Jul 01 21:21:17.598 INFO O| Jul 01 21:21:17.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74122026-07-01T21:21:18.816Z[ recovery-image] Jul 01 21:21:17.598 INFO O| Jul 01 21:21:17.598 INFO STEP 688 (remove_files) COMPLETE
74132026-07-01T21:21:18.819Z[ recovery-image] Jul 01 21:21:17.598 INFO O| Jul 01 21:21:17.598 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-07-01T21:21:18.824Z[ recovery-image] Jul 01 21:21:17.606 INFO O| Jul 01 21:21:17.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74152026-07-01T21:21:18.824Z[ recovery-image] Jul 01 21:21:17.606 INFO O| Jul 01 21:21:17.606 INFO STEP 689 (remove_files) COMPLETE
74162026-07-01T21:21:18.824Z[ recovery-image] Jul 01 21:21:17.606 INFO O| Jul 01 21:21:17.606 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-07-01T21:21:18.834Z[ recovery-image] Jul 01 21:21:17.614 INFO O| Jul 01 21:21:17.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74182026-07-01T21:21:18.834Z[ recovery-image] Jul 01 21:21:17.614 INFO O| Jul 01 21:21:17.614 INFO STEP 690 (remove_files) COMPLETE
74192026-07-01T21:21:18.834Z[ recovery-image] Jul 01 21:21:17.614 INFO O| Jul 01 21:21:17.614 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-07-01T21:21:18.841Z[ recovery-image] Jul 01 21:21:17.623 INFO O| Jul 01 21:21:17.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74212026-07-01T21:21:18.844Z[ recovery-image] Jul 01 21:21:17.623 INFO O| Jul 01 21:21:17.623 INFO STEP 691 (remove_files) COMPLETE
74222026-07-01T21:21:18.844Z[ recovery-image] Jul 01 21:21:17.623 INFO O| Jul 01 21:21:17.623 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-07-01T21:21:18.849Z[ recovery-image] Jul 01 21:21:17.631 INFO O| Jul 01 21:21:17.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74242026-07-01T21:21:18.849Z[ recovery-image] Jul 01 21:21:17.631 INFO O| Jul 01 21:21:17.631 INFO STEP 692 (remove_files) COMPLETE
74252026-07-01T21:21:18.849Z[ recovery-image] Jul 01 21:21:17.631 INFO O| Jul 01 21:21:17.631 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-07-01T21:21:18.858Z[ recovery-image] Jul 01 21:21:17.639 INFO O| Jul 01 21:21:17.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74272026-07-01T21:21:18.858Z[ recovery-image] Jul 01 21:21:17.639 INFO O| Jul 01 21:21:17.639 INFO STEP 693 (remove_files) COMPLETE
74282026-07-01T21:21:18.861Z[ recovery-image] Jul 01 21:21:17.639 INFO O| Jul 01 21:21:17.639 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-07-01T21:21:18.865Z[ recovery-image] Jul 01 21:21:17.647 INFO O| Jul 01 21:21:17.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74302026-07-01T21:21:18.865Z[ recovery-image] Jul 01 21:21:17.647 INFO O| Jul 01 21:21:17.647 INFO STEP 694 (remove_files) COMPLETE
74312026-07-01T21:21:18.865Z[ recovery-image] Jul 01 21:21:17.647 INFO O| Jul 01 21:21:17.647 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-07-01T21:21:18.872Z[ recovery-image] Jul 01 21:21:17.654 INFO O| Jul 01 21:21:17.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74332026-07-01T21:21:18.875Z[ recovery-image] Jul 01 21:21:17.654 INFO O| Jul 01 21:21:17.654 INFO STEP 695 (remove_files) COMPLETE
74342026-07-01T21:21:18.875Z[ recovery-image] Jul 01 21:21:17.654 INFO O| Jul 01 21:21:17.654 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-07-01T21:21:18.881Z[ recovery-image] Jul 01 21:21:17.662 INFO O| Jul 01 21:21:17.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74362026-07-01T21:21:18.884Z[ recovery-image] Jul 01 21:21:17.662 INFO O| Jul 01 21:21:17.662 INFO STEP 696 (remove_files) COMPLETE
74372026-07-01T21:21:18.884Z[ recovery-image] Jul 01 21:21:17.662 INFO O| Jul 01 21:21:17.662 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-07-01T21:21:18.889Z[ recovery-image] Jul 01 21:21:17.670 INFO O| Jul 01 21:21:17.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74392026-07-01T21:21:18.889Z[ recovery-image] Jul 01 21:21:17.670 INFO O| Jul 01 21:21:17.670 INFO STEP 697 (remove_files) COMPLETE
74402026-07-01T21:21:18.892Z[ recovery-image] Jul 01 21:21:17.670 INFO O| Jul 01 21:21:17.670 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-07-01T21:21:18.896Z[ recovery-image] Jul 01 21:21:17.678 INFO O| Jul 01 21:21:17.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74422026-07-01T21:21:18.896Z[ recovery-image] Jul 01 21:21:17.678 INFO O| Jul 01 21:21:17.678 INFO STEP 698 (remove_files) COMPLETE
74432026-07-01T21:21:18.900Z[ recovery-image] Jul 01 21:21:17.678 INFO O| Jul 01 21:21:17.678 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-07-01T21:21:18.906Z[ recovery-image] Jul 01 21:21:17.686 INFO O| Jul 01 21:21:17.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74452026-07-01T21:21:18.906Z[ recovery-image] Jul 01 21:21:17.686 INFO O| Jul 01 21:21:17.686 INFO STEP 699 (remove_files) COMPLETE
74462026-07-01T21:21:18.906Z[ recovery-image] Jul 01 21:21:17.686 INFO O| Jul 01 21:21:17.686 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-07-01T21:21:18.912Z[ recovery-image] Jul 01 21:21:17.694 INFO O| Jul 01 21:21:17.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74482026-07-01T21:21:18.912Z[ recovery-image] Jul 01 21:21:17.694 INFO O| Jul 01 21:21:17.694 INFO STEP 700 (remove_files) COMPLETE
74492026-07-01T21:21:18.912Z[ recovery-image] Jul 01 21:21:17.694 INFO O| Jul 01 21:21:17.694 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-07-01T21:21:18.919Z[ recovery-image] Jul 01 21:21:17.701 INFO O| Jul 01 21:21:17.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74512026-07-01T21:21:18.919Z[ recovery-image] Jul 01 21:21:17.701 INFO O| Jul 01 21:21:17.701 INFO STEP 701 (remove_files) COMPLETE
74522026-07-01T21:21:18.922Z[ recovery-image] Jul 01 21:21:17.701 INFO O| Jul 01 21:21:17.701 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-07-01T21:21:18.926Z[ recovery-image] Jul 01 21:21:17.708 INFO O| Jul 01 21:21:17.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74542026-07-01T21:21:18.929Z[ recovery-image] Jul 01 21:21:17.708 INFO O| Jul 01 21:21:17.708 INFO STEP 702 (remove_files) COMPLETE
74552026-07-01T21:21:18.929Z[ recovery-image] Jul 01 21:21:17.708 INFO O| Jul 01 21:21:17.708 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-07-01T21:21:18.934Z[ recovery-image] Jul 01 21:21:17.716 INFO O| Jul 01 21:21:17.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74572026-07-01T21:21:18.934Z[ recovery-image] Jul 01 21:21:17.716 INFO O| Jul 01 21:21:17.716 INFO STEP 703 (remove_files) COMPLETE
74582026-07-01T21:21:18.938Z[ recovery-image] Jul 01 21:21:17.716 INFO O| Jul 01 21:21:17.716 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-07-01T21:21:18.942Z[ recovery-image] Jul 01 21:21:17.724 INFO O| Jul 01 21:21:17.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74602026-07-01T21:21:18.942Z[ recovery-image] Jul 01 21:21:17.724 INFO O| Jul 01 21:21:17.724 INFO STEP 704 (remove_files) COMPLETE
74612026-07-01T21:21:18.942Z[ recovery-image] Jul 01 21:21:17.724 INFO O| Jul 01 21:21:17.724 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-07-01T21:21:18.950Z[ recovery-image] Jul 01 21:21:17.732 INFO O| Jul 01 21:21:17.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74632026-07-01T21:21:18.950Z[ recovery-image] Jul 01 21:21:17.732 INFO O| Jul 01 21:21:17.732 INFO STEP 705 (remove_files) COMPLETE
74642026-07-01T21:21:18.950Z[ recovery-image] Jul 01 21:21:17.732 INFO O| Jul 01 21:21:17.732 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-07-01T21:21:18.958Z[ recovery-image] Jul 01 21:21:17.739 INFO O| Jul 01 21:21:17.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74662026-07-01T21:21:18.961Z[ recovery-image] Jul 01 21:21:17.739 INFO O| Jul 01 21:21:17.739 INFO STEP 706 (remove_files) COMPLETE
74672026-07-01T21:21:18.962Z[ recovery-image] Jul 01 21:21:17.739 INFO O| Jul 01 21:21:17.739 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-07-01T21:21:18.965Z[ recovery-image] Jul 01 21:21:17.746 INFO O| Jul 01 21:21:17.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74692026-07-01T21:21:18.965Z[ recovery-image] Jul 01 21:21:17.746 INFO O| Jul 01 21:21:17.746 INFO STEP 707 (remove_files) COMPLETE
74702026-07-01T21:21:18.965Z[ recovery-image] Jul 01 21:21:17.746 INFO O| Jul 01 21:21:17.746 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-07-01T21:21:18.971Z[ recovery-image] Jul 01 21:21:17.752 INFO O| Jul 01 21:21:17.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74722026-07-01T21:21:18.971Z[ recovery-image] Jul 01 21:21:17.753 INFO O| Jul 01 21:21:17.753 INFO STEP 708 (remove_files) COMPLETE
74732026-07-01T21:21:18.974Z[ recovery-image] Jul 01 21:21:17.753 INFO O| Jul 01 21:21:17.753 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-07-01T21:21:18.978Z[ recovery-image] Jul 01 21:21:17.759 INFO O| Jul 01 21:21:17.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74752026-07-01T21:21:18.978Z[ recovery-image] Jul 01 21:21:17.759 INFO O| Jul 01 21:21:17.759 INFO STEP 709 (remove_files) COMPLETE
74762026-07-01T21:21:18.978Z[ recovery-image] Jul 01 21:21:17.759 INFO O| Jul 01 21:21:17.759 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-07-01T21:21:18.986Z[ recovery-image] Jul 01 21:21:17.768 INFO O| Jul 01 21:21:17.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74782026-07-01T21:21:18.989Z[ recovery-image] Jul 01 21:21:17.768 INFO O| Jul 01 21:21:17.768 INFO STEP 710 (remove_files) COMPLETE
74792026-07-01T21:21:18.989Z[ recovery-image] Jul 01 21:21:17.768 INFO O| Jul 01 21:21:17.768 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-07-01T21:21:18.993Z[ recovery-image] Jul 01 21:21:17.775 INFO O| Jul 01 21:21:17.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74812026-07-01T21:21:18.993Z[ recovery-image] Jul 01 21:21:17.775 INFO O| Jul 01 21:21:17.775 INFO STEP 711 (remove_files) COMPLETE
74822026-07-01T21:21:18.993Z[ recovery-image] Jul 01 21:21:17.775 INFO O| Jul 01 21:21:17.775 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-07-01T21:21:19.002Z[ recovery-image] Jul 01 21:21:17.782 INFO O| Jul 01 21:21:17.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74842026-07-01T21:21:19.006Z[ recovery-image] Jul 01 21:21:17.782 INFO O| Jul 01 21:21:17.782 INFO STEP 712 (remove_files) COMPLETE
74852026-07-01T21:21:19.006Z[ recovery-image] Jul 01 21:21:17.782 INFO O| Jul 01 21:21:17.782 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-07-01T21:21:19.010Z[ recovery-image] Jul 01 21:21:17.790 INFO O| Jul 01 21:21:17.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74872026-07-01T21:21:19.010Z[ recovery-image] Jul 01 21:21:17.790 INFO O| Jul 01 21:21:17.790 INFO STEP 713 (remove_files) COMPLETE
74882026-07-01T21:21:19.010Z[ recovery-image] Jul 01 21:21:17.790 INFO O| Jul 01 21:21:17.790 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-07-01T21:21:19.017Z[ recovery-image] Jul 01 21:21:17.799 INFO O| Jul 01 21:21:17.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74902026-07-01T21:21:19.017Z[ recovery-image] Jul 01 21:21:17.799 INFO O| Jul 01 21:21:17.799 INFO STEP 714 (remove_files) COMPLETE
74912026-07-01T21:21:19.018Z[ recovery-image] Jul 01 21:21:17.799 INFO O| Jul 01 21:21:17.799 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-07-01T21:21:19.025Z[ recovery-image] Jul 01 21:21:17.807 INFO O| Jul 01 21:21:17.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74932026-07-01T21:21:19.025Z[ recovery-image] Jul 01 21:21:17.807 INFO O| Jul 01 21:21:17.807 INFO STEP 715 (remove_files) COMPLETE
74942026-07-01T21:21:19.028Z[ recovery-image] Jul 01 21:21:17.807 INFO O| Jul 01 21:21:17.807 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-07-01T21:21:19.033Z[ recovery-image] Jul 01 21:21:17.814 INFO O| Jul 01 21:21:17.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74962026-07-01T21:21:19.033Z[ recovery-image] Jul 01 21:21:17.815 INFO O| Jul 01 21:21:17.814 INFO STEP 716 (remove_files) COMPLETE
74972026-07-01T21:21:19.035Z[ recovery-image] Jul 01 21:21:17.815 INFO O| Jul 01 21:21:17.814 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-07-01T21:21:19.040Z[ recovery-image] Jul 01 21:21:17.822 INFO O| Jul 01 21:21:17.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74992026-07-01T21:21:19.043Z[ recovery-image] Jul 01 21:21:17.822 INFO O| Jul 01 21:21:17.822 INFO STEP 717 (remove_files) COMPLETE
75002026-07-01T21:21:19.043Z[ recovery-image] Jul 01 21:21:17.822 INFO O| Jul 01 21:21:17.822 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-07-01T21:21:19.047Z[ recovery-image] Jul 01 21:21:17.829 INFO O| Jul 01 21:21:17.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75022026-07-01T21:21:19.047Z[ recovery-image] Jul 01 21:21:17.829 INFO O| Jul 01 21:21:17.829 INFO STEP 718 (remove_files) COMPLETE
75032026-07-01T21:21:19.050Z[ recovery-image] Jul 01 21:21:17.829 INFO O| Jul 01 21:21:17.829 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-07-01T21:21:19.057Z[ recovery-image] Jul 01 21:21:17.838 INFO O| Jul 01 21:21:17.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75052026-07-01T21:21:19.057Z[ recovery-image] Jul 01 21:21:17.838 INFO O| Jul 01 21:21:17.838 INFO STEP 719 (remove_files) COMPLETE
75062026-07-01T21:21:19.057Z[ recovery-image] Jul 01 21:21:17.838 INFO O| Jul 01 21:21:17.838 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-07-01T21:21:19.064Z[ recovery-image] Jul 01 21:21:17.845 INFO O| Jul 01 21:21:17.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75082026-07-01T21:21:19.064Z[ recovery-image] Jul 01 21:21:17.845 INFO O| Jul 01 21:21:17.845 INFO STEP 720 (remove_files) COMPLETE
75092026-07-01T21:21:19.067Z[ recovery-image] Jul 01 21:21:17.845 INFO O| Jul 01 21:21:17.845 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-07-01T21:21:19.071Z[ recovery-image] Jul 01 21:21:17.852 INFO O| Jul 01 21:21:17.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75112026-07-01T21:21:19.071Z[ recovery-image] Jul 01 21:21:17.852 INFO O| Jul 01 21:21:17.852 INFO STEP 721 (remove_files) COMPLETE
75122026-07-01T21:21:19.074Z[ recovery-image] Jul 01 21:21:17.852 INFO O| Jul 01 21:21:17.852 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-07-01T21:21:19.078Z[ recovery-image] Jul 01 21:21:17.859 INFO O| Jul 01 21:21:17.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75142026-07-01T21:21:19.078Z[ recovery-image] Jul 01 21:21:17.859 INFO O| Jul 01 21:21:17.859 INFO STEP 722 (remove_files) COMPLETE
75152026-07-01T21:21:19.078Z[ recovery-image] Jul 01 21:21:17.859 INFO O| Jul 01 21:21:17.859 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-07-01T21:21:19.087Z[ recovery-image] Jul 01 21:21:17.865 INFO O| Jul 01 21:21:17.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75172026-07-01T21:21:19.090Z[ recovery-image] Jul 01 21:21:17.865 INFO O| Jul 01 21:21:17.865 INFO STEP 723 (remove_files) COMPLETE
75182026-07-01T21:21:19.090Z[ recovery-image] Jul 01 21:21:17.865 INFO O| Jul 01 21:21:17.865 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-07-01T21:21:19.093Z[ recovery-image] Jul 01 21:21:17.874 INFO O| Jul 01 21:21:17.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75202026-07-01T21:21:19.093Z[ recovery-image] Jul 01 21:21:17.874 INFO O| Jul 01 21:21:17.874 INFO STEP 724 (remove_files) COMPLETE
75212026-07-01T21:21:19.093Z[ recovery-image] Jul 01 21:21:17.874 INFO O| Jul 01 21:21:17.874 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-07-01T21:21:19.099Z[ recovery-image] Jul 01 21:21:17.881 INFO O| Jul 01 21:21:17.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75232026-07-01T21:21:19.099Z[ recovery-image] Jul 01 21:21:17.881 INFO O| Jul 01 21:21:17.881 INFO STEP 725 (remove_files) COMPLETE
75242026-07-01T21:21:19.102Z[ recovery-image] Jul 01 21:21:17.881 INFO O| Jul 01 21:21:17.881 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-07-01T21:21:19.107Z[ recovery-image] Jul 01 21:21:17.888 INFO O| Jul 01 21:21:17.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75262026-07-01T21:21:19.107Z[ recovery-image] Jul 01 21:21:17.888 INFO O| Jul 01 21:21:17.888 INFO STEP 726 (remove_files) COMPLETE
75272026-07-01T21:21:19.107Z[ recovery-image] Jul 01 21:21:17.888 INFO O| Jul 01 21:21:17.888 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-07-01T21:21:19.114Z[ recovery-image] Jul 01 21:21:17.895 INFO O| Jul 01 21:21:17.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75292026-07-01T21:21:19.117Z[ recovery-image] Jul 01 21:21:17.896 INFO O| Jul 01 21:21:17.896 INFO STEP 727 (remove_files) COMPLETE
75302026-07-01T21:21:19.117Z[ recovery-image] Jul 01 21:21:17.896 INFO O| Jul 01 21:21:17.896 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-07-01T21:21:19.121Z[ recovery-image] Jul 01 21:21:17.903 INFO O| Jul 01 21:21:17.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75322026-07-01T21:21:19.121Z[ recovery-image] Jul 01 21:21:17.903 INFO O| Jul 01 21:21:17.903 INFO STEP 728 (remove_files) COMPLETE
75332026-07-01T21:21:19.126Z[ recovery-image] Jul 01 21:21:17.903 INFO O| Jul 01 21:21:17.903 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-07-01T21:21:19.135Z[ recovery-image] Jul 01 21:21:17.912 INFO O| Jul 01 21:21:17.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75352026-07-01T21:21:19.135Z[ recovery-image] Jul 01 21:21:17.913 INFO O| Jul 01 21:21:17.912 INFO STEP 729 (remove_files) COMPLETE
75362026-07-01T21:21:19.139Z[ recovery-image] Jul 01 21:21:17.913 INFO O| Jul 01 21:21:17.913 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-07-01T21:21:19.141Z[ recovery-image] Jul 01 21:21:17.921 INFO O| Jul 01 21:21:17.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75382026-07-01T21:21:19.142Z[ recovery-image] Jul 01 21:21:17.921 INFO O| Jul 01 21:21:17.921 INFO STEP 730 (remove_files) COMPLETE
75392026-07-01T21:21:19.142Z[ recovery-image] Jul 01 21:21:17.921 INFO O| Jul 01 21:21:17.921 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-07-01T21:21:19.148Z[ recovery-image] Jul 01 21:21:17.930 INFO O| Jul 01 21:21:17.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75412026-07-01T21:21:19.148Z[ recovery-image] Jul 01 21:21:17.930 INFO O| Jul 01 21:21:17.930 INFO STEP 731 (remove_files) COMPLETE
75422026-07-01T21:21:19.152Z[ recovery-image] Jul 01 21:21:17.930 INFO O| Jul 01 21:21:17.930 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-07-01T21:21:19.156Z[ recovery-image] Jul 01 21:21:17.938 INFO O| Jul 01 21:21:17.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75442026-07-01T21:21:19.156Z[ recovery-image] Jul 01 21:21:17.938 INFO O| Jul 01 21:21:17.938 INFO STEP 732 (remove_files) COMPLETE
75452026-07-01T21:21:19.159Z[ recovery-image] Jul 01 21:21:17.938 INFO O| Jul 01 21:21:17.938 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-07-01T21:21:19.164Z[ recovery-image] Jul 01 21:21:17.946 INFO O| Jul 01 21:21:17.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75472026-07-01T21:21:19.164Z[ recovery-image] Jul 01 21:21:17.946 INFO O| Jul 01 21:21:17.946 INFO STEP 733 (remove_files) COMPLETE
75482026-07-01T21:21:19.164Z[ recovery-image] Jul 01 21:21:17.946 INFO O| Jul 01 21:21:17.946 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-07-01T21:21:19.173Z[ recovery-image] Jul 01 21:21:17.955 INFO O| Jul 01 21:21:17.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75502026-07-01T21:21:19.176Z[ recovery-image] Jul 01 21:21:17.955 INFO O| Jul 01 21:21:17.955 INFO STEP 734 (remove_files) COMPLETE
75512026-07-01T21:21:19.176Z[ recovery-image] Jul 01 21:21:17.955 INFO O| Jul 01 21:21:17.955 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-07-01T21:21:19.182Z[ recovery-image] Jul 01 21:21:17.964 INFO O| Jul 01 21:21:17.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75532026-07-01T21:21:19.182Z[ recovery-image] Jul 01 21:21:17.964 INFO O| Jul 01 21:21:17.964 INFO STEP 735 (remove_files) COMPLETE
75542026-07-01T21:21:19.185Z[ recovery-image] Jul 01 21:21:17.964 INFO O| Jul 01 21:21:17.964 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-07-01T21:21:19.190Z[ recovery-image] Jul 01 21:21:17.972 INFO O| Jul 01 21:21:17.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75562026-07-01T21:21:19.191Z[ recovery-image] Jul 01 21:21:17.972 INFO O| Jul 01 21:21:17.972 INFO STEP 736 (remove_files) COMPLETE
75572026-07-01T21:21:19.194Z[ recovery-image] Jul 01 21:21:17.972 INFO O| Jul 01 21:21:17.972 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-07-01T21:21:19.198Z[ recovery-image] Jul 01 21:21:17.980 INFO O| Jul 01 21:21:17.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75592026-07-01T21:21:19.198Z[ recovery-image] Jul 01 21:21:17.980 INFO O| Jul 01 21:21:17.980 INFO STEP 737 (remove_files) COMPLETE
75602026-07-01T21:21:19.198Z[ recovery-image] Jul 01 21:21:17.980 INFO O| Jul 01 21:21:17.980 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-07-01T21:21:19.206Z[ recovery-image] Jul 01 21:21:17.988 INFO O| Jul 01 21:21:17.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75622026-07-01T21:21:19.206Z[ recovery-image] Jul 01 21:21:17.988 INFO O| Jul 01 21:21:17.988 INFO STEP 738 (remove_files) COMPLETE
75632026-07-01T21:21:19.206Z[ recovery-image] Jul 01 21:21:17.988 INFO O| Jul 01 21:21:17.988 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-07-01T21:21:19.214Z[ recovery-image] Jul 01 21:21:17.996 INFO O| Jul 01 21:21:17.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75652026-07-01T21:21:19.214Z[ recovery-image] Jul 01 21:21:17.996 INFO O| Jul 01 21:21:17.996 INFO STEP 739 (remove_files) COMPLETE
75662026-07-01T21:21:19.218Z[ recovery-image] Jul 01 21:21:17.996 INFO O| Jul 01 21:21:17.996 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-07-01T21:21:19.222Z[ recovery-image] Jul 01 21:21:18.004 INFO O| Jul 01 21:21:18.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75682026-07-01T21:21:19.224Z[ recovery-image] Jul 01 21:21:18.004 INFO O| Jul 01 21:21:18.004 INFO STEP 740 (remove_files) COMPLETE
75692026-07-01T21:21:19.226Z[ recovery-image] Jul 01 21:21:18.004 INFO O| Jul 01 21:21:18.004 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-07-01T21:21:19.228Z[ recovery-image] Jul 01 21:21:18.010 INFO O| Jul 01 21:21:18.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75712026-07-01T21:21:19.231Z[ recovery-image] Jul 01 21:21:18.010 INFO O| Jul 01 21:21:18.010 INFO STEP 741 (remove_files) COMPLETE
75722026-07-01T21:21:19.231Z[ recovery-image] Jul 01 21:21:18.010 INFO O| Jul 01 21:21:18.010 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-07-01T21:21:19.235Z[ recovery-image] Jul 01 21:21:18.017 INFO O| Jul 01 21:21:18.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75742026-07-01T21:21:19.235Z[ recovery-image] Jul 01 21:21:18.017 INFO O| Jul 01 21:21:18.017 INFO STEP 742 (remove_files) COMPLETE
75752026-07-01T21:21:19.238Z[ recovery-image] Jul 01 21:21:18.017 INFO O| Jul 01 21:21:18.017 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-07-01T21:21:19.244Z[ recovery-image] Jul 01 21:21:18.026 INFO O| Jul 01 21:21:18.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75772026-07-01T21:21:19.244Z[ recovery-image] Jul 01 21:21:18.026 INFO O| Jul 01 21:21:18.026 INFO STEP 743 (remove_files) COMPLETE
75782026-07-01T21:21:19.247Z[ recovery-image] Jul 01 21:21:18.026 INFO O| Jul 01 21:21:18.026 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-07-01T21:21:19.253Z[ recovery-image] Jul 01 21:21:18.035 INFO O| Jul 01 21:21:18.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75802026-07-01T21:21:19.256Z[ recovery-image] Jul 01 21:21:18.035 INFO O| Jul 01 21:21:18.035 INFO STEP 744 (remove_files) COMPLETE
75812026-07-01T21:21:19.256Z[ recovery-image] Jul 01 21:21:18.035 INFO O| Jul 01 21:21:18.035 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-07-01T21:21:19.261Z[ recovery-image] Jul 01 21:21:18.043 INFO O| Jul 01 21:21:18.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75832026-07-01T21:21:19.261Z[ recovery-image] Jul 01 21:21:18.043 INFO O| Jul 01 21:21:18.043 INFO STEP 745 (remove_files) COMPLETE
75842026-07-01T21:21:19.264Z[ recovery-image] Jul 01 21:21:18.043 INFO O| Jul 01 21:21:18.043 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-07-01T21:21:19.269Z[ recovery-image] Jul 01 21:21:18.051 INFO O| Jul 01 21:21:18.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75862026-07-01T21:21:19.269Z[ recovery-image] Jul 01 21:21:18.051 INFO O| Jul 01 21:21:18.051 INFO STEP 746 (remove_files) COMPLETE
75872026-07-01T21:21:19.272Z[ recovery-image] Jul 01 21:21:18.051 INFO O| Jul 01 21:21:18.051 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-07-01T21:21:19.277Z[ recovery-image] Jul 01 21:21:18.059 INFO O| Jul 01 21:21:18.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75892026-07-01T21:21:19.277Z[ recovery-image] Jul 01 21:21:18.059 INFO O| Jul 01 21:21:18.059 INFO STEP 747 (remove_files) COMPLETE
75902026-07-01T21:21:19.277Z[ recovery-image] Jul 01 21:21:18.059 INFO O| Jul 01 21:21:18.059 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-07-01T21:21:19.285Z[ recovery-image] Jul 01 21:21:18.067 INFO O| Jul 01 21:21:18.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75922026-07-01T21:21:19.285Z[ recovery-image] Jul 01 21:21:18.067 INFO O| Jul 01 21:21:18.067 INFO STEP 748 (remove_files) COMPLETE
75932026-07-01T21:21:19.288Z[ recovery-image] Jul 01 21:21:18.067 INFO O| Jul 01 21:21:18.067 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-07-01T21:21:19.295Z[ recovery-image] Jul 01 21:21:18.077 INFO O| Jul 01 21:21:18.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75952026-07-01T21:21:19.295Z[ recovery-image] Jul 01 21:21:18.077 INFO O| Jul 01 21:21:18.077 INFO STEP 749 (remove_files) COMPLETE
75962026-07-01T21:21:19.295Z[ recovery-image] Jul 01 21:21:18.077 INFO O| Jul 01 21:21:18.077 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-07-01T21:21:19.303Z[ recovery-image] Jul 01 21:21:18.085 INFO O| Jul 01 21:21:18.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75982026-07-01T21:21:19.303Z[ recovery-image] Jul 01 21:21:18.085 INFO O| Jul 01 21:21:18.085 INFO STEP 750 (remove_files) COMPLETE
75992026-07-01T21:21:19.306Z[ recovery-image] Jul 01 21:21:18.085 INFO O| Jul 01 21:21:18.085 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-07-01T21:21:19.312Z[ recovery-image] Jul 01 21:21:18.094 INFO O| Jul 01 21:21:18.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76012026-07-01T21:21:19.314Z[ recovery-image] Jul 01 21:21:18.094 INFO O| Jul 01 21:21:18.094 INFO STEP 751 (remove_files) COMPLETE
76022026-07-01T21:21:19.314Z[ recovery-image] Jul 01 21:21:18.094 INFO O| Jul 01 21:21:18.094 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-07-01T21:21:19.320Z[ recovery-image] Jul 01 21:21:18.102 INFO O| Jul 01 21:21:18.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76042026-07-01T21:21:19.323Z[ recovery-image] Jul 01 21:21:18.102 INFO O| Jul 01 21:21:18.102 INFO STEP 752 (remove_files) COMPLETE
76052026-07-01T21:21:19.323Z[ recovery-image] Jul 01 21:21:18.102 INFO O| Jul 01 21:21:18.102 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-07-01T21:21:19.329Z[ recovery-image] Jul 01 21:21:18.110 INFO O| Jul 01 21:21:18.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76072026-07-01T21:21:19.332Z[ recovery-image] Jul 01 21:21:18.111 INFO O| Jul 01 21:21:18.111 INFO STEP 753 (remove_files) COMPLETE
76082026-07-01T21:21:19.332Z[ recovery-image] Jul 01 21:21:18.111 INFO O| Jul 01 21:21:18.111 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-07-01T21:21:19.336Z[ recovery-image] Jul 01 21:21:18.118 INFO O| Jul 01 21:21:18.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76102026-07-01T21:21:19.336Z[ recovery-image] Jul 01 21:21:18.118 INFO O| Jul 01 21:21:18.118 INFO STEP 754 (remove_files) COMPLETE
76112026-07-01T21:21:19.336Z[ recovery-image] Jul 01 21:21:18.118 INFO O| Jul 01 21:21:18.118 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-07-01T21:21:19.346Z[ recovery-image] Jul 01 21:21:18.128 INFO O| Jul 01 21:21:18.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76132026-07-01T21:21:19.349Z[ recovery-image] Jul 01 21:21:18.128 INFO O| Jul 01 21:21:18.128 INFO STEP 755 (remove_files) COMPLETE
76142026-07-01T21:21:19.349Z[ recovery-image] Jul 01 21:21:18.128 INFO O| Jul 01 21:21:18.128 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-07-01T21:21:19.355Z[ recovery-image] Jul 01 21:21:18.137 INFO O| Jul 01 21:21:18.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76162026-07-01T21:21:19.355Z[ recovery-image] Jul 01 21:21:18.137 INFO O| Jul 01 21:21:18.137 INFO STEP 756 (remove_files) COMPLETE
76172026-07-01T21:21:19.358Z[ recovery-image] Jul 01 21:21:18.137 INFO O| Jul 01 21:21:18.137 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-07-01T21:21:19.363Z[ recovery-image] Jul 01 21:21:18.145 INFO O| Jul 01 21:21:18.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76192026-07-01T21:21:19.366Z[ recovery-image] Jul 01 21:21:18.145 INFO O| Jul 01 21:21:18.145 INFO STEP 757 (remove_files) COMPLETE
76202026-07-01T21:21:19.366Z[ recovery-image] Jul 01 21:21:18.145 INFO O| Jul 01 21:21:18.145 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-07-01T21:21:19.372Z[ recovery-image] Jul 01 21:21:18.154 INFO O| Jul 01 21:21:18.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76222026-07-01T21:21:19.372Z[ recovery-image] Jul 01 21:21:18.154 INFO O| Jul 01 21:21:18.154 INFO STEP 758 (remove_files) COMPLETE
76232026-07-01T21:21:19.375Z[ recovery-image] Jul 01 21:21:18.154 INFO O| Jul 01 21:21:18.154 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-07-01T21:21:19.380Z[ recovery-image] Jul 01 21:21:18.162 INFO O| Jul 01 21:21:18.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76252026-07-01T21:21:19.380Z[ recovery-image] Jul 01 21:21:18.162 INFO O| Jul 01 21:21:18.162 INFO STEP 759 (remove_files) COMPLETE
76262026-07-01T21:21:19.383Z[ recovery-image] Jul 01 21:21:18.162 INFO O| Jul 01 21:21:18.162 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-07-01T21:21:19.388Z[ recovery-image] Jul 01 21:21:18.170 INFO O| Jul 01 21:21:18.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76282026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.170 INFO O| Jul 01 21:21:18.170 INFO STEP 760 (remove_files) COMPLETE
76292026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.170 INFO O| Jul 01 21:21:18.170 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.177 INFO O| Jul 01 21:21:18.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76312026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.177 INFO O| Jul 01 21:21:18.177 INFO STEP 761 (remove_files) COMPLETE
76322026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.177 INFO O| Jul 01 21:21:18.177 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.185 INFO O| Jul 01 21:21:18.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76342026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.185 INFO O| Jul 01 21:21:18.185 INFO STEP 762 (remove_files) COMPLETE
76352026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.185 INFO O| Jul 01 21:21:18.185 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.193 INFO O| Jul 01 21:21:18.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76372026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.193 INFO O| Jul 01 21:21:18.193 INFO STEP 763 (remove_files) COMPLETE
76382026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.193 INFO O| Jul 01 21:21:18.193 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-07-01T21:21:19.435Z[ recovery-image] Jul 01 21:21:18.200 INFO O| Jul 01 21:21:18.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76402026-07-01T21:21:19.436Z[ recovery-image] Jul 01 21:21:18.200 INFO O| Jul 01 21:21:18.200 INFO STEP 764 (remove_files) COMPLETE
76412026-07-01T21:21:19.436Z[ recovery-image] Jul 01 21:21:18.200 INFO O| Jul 01 21:21:18.200 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-07-01T21:21:19.436Z[ recovery-image] Jul 01 21:21:18.207 INFO O| Jul 01 21:21:18.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76432026-07-01T21:21:19.436Z[ recovery-image] Jul 01 21:21:18.207 INFO O| Jul 01 21:21:18.207 INFO STEP 765 (remove_files) COMPLETE
76442026-07-01T21:21:19.436Z[ recovery-image] Jul 01 21:21:18.207 INFO O| Jul 01 21:21:18.207 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-07-01T21:21:19.436Z[ recovery-image] Jul 01 21:21:18.215 INFO O| Jul 01 21:21:18.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76462026-07-01T21:21:19.436Z[ recovery-image] Jul 01 21:21:18.215 INFO O| Jul 01 21:21:18.215 INFO STEP 766 (remove_files) COMPLETE
76472026-07-01T21:21:19.436Z[ recovery-image] Jul 01 21:21:18.215 INFO O| Jul 01 21:21:18.215 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-07-01T21:21:19.440Z[ recovery-image] Jul 01 21:21:18.222 INFO O| Jul 01 21:21:18.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76492026-07-01T21:21:19.440Z[ recovery-image] Jul 01 21:21:18.222 INFO O| Jul 01 21:21:18.222 INFO STEP 767 (remove_files) COMPLETE
76502026-07-01T21:21:19.444Z[ recovery-image] Jul 01 21:21:18.222 INFO O| Jul 01 21:21:18.222 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-07-01T21:21:19.448Z[ recovery-image] Jul 01 21:21:18.230 INFO O| Jul 01 21:21:18.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76522026-07-01T21:21:19.451Z[ recovery-image] Jul 01 21:21:18.230 INFO O| Jul 01 21:21:18.230 INFO STEP 768 (remove_files) COMPLETE
76532026-07-01T21:21:19.451Z[ recovery-image] Jul 01 21:21:18.230 INFO O| Jul 01 21:21:18.230 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-07-01T21:21:19.456Z[ recovery-image] Jul 01 21:21:18.238 INFO O| Jul 01 21:21:18.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76552026-07-01T21:21:19.456Z[ recovery-image] Jul 01 21:21:18.238 INFO O| Jul 01 21:21:18.238 INFO STEP 769 (remove_files) COMPLETE
76562026-07-01T21:21:19.459Z[ recovery-image] Jul 01 21:21:18.238 INFO O| Jul 01 21:21:18.238 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-07-01T21:21:19.465Z[ recovery-image] Jul 01 21:21:18.247 INFO O| Jul 01 21:21:18.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76582026-07-01T21:21:19.468Z[ recovery-image] Jul 01 21:21:18.247 INFO O| Jul 01 21:21:18.247 INFO STEP 770 (remove_files) COMPLETE
76592026-07-01T21:21:19.468Z[ recovery-image] Jul 01 21:21:18.247 INFO O| Jul 01 21:21:18.247 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-07-01T21:21:19.474Z[ recovery-image] Jul 01 21:21:18.256 INFO O| Jul 01 21:21:18.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76612026-07-01T21:21:19.474Z[ recovery-image] Jul 01 21:21:18.256 INFO O| Jul 01 21:21:18.256 INFO STEP 771 (remove_files) COMPLETE
76622026-07-01T21:21:19.477Z[ recovery-image] Jul 01 21:21:18.256 INFO O| Jul 01 21:21:18.256 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-07-01T21:21:19.481Z[ recovery-image] Jul 01 21:21:18.263 INFO O| Jul 01 21:21:18.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76642026-07-01T21:21:19.481Z[ recovery-image] Jul 01 21:21:18.263 INFO O| Jul 01 21:21:18.263 INFO STEP 772 (remove_files) COMPLETE
76652026-07-01T21:21:19.481Z[ recovery-image] Jul 01 21:21:18.263 INFO O| Jul 01 21:21:18.263 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-07-01T21:21:19.490Z[ recovery-image] Jul 01 21:21:18.272 INFO O| Jul 01 21:21:18.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76672026-07-01T21:21:19.490Z[ recovery-image] Jul 01 21:21:18.272 INFO O| Jul 01 21:21:18.272 INFO STEP 773 (remove_files) COMPLETE
76682026-07-01T21:21:19.490Z[ recovery-image] Jul 01 21:21:18.272 INFO O| Jul 01 21:21:18.272 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-07-01T21:21:19.497Z[ recovery-image] Jul 01 21:21:18.279 INFO O| Jul 01 21:21:18.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76702026-07-01T21:21:19.497Z[ recovery-image] Jul 01 21:21:18.279 INFO O| Jul 01 21:21:18.279 INFO STEP 774 (remove_files) COMPLETE
76712026-07-01T21:21:19.497Z[ recovery-image] Jul 01 21:21:18.279 INFO O| Jul 01 21:21:18.279 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-07-01T21:21:19.507Z[ recovery-image] Jul 01 21:21:18.288 INFO O| Jul 01 21:21:18.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76732026-07-01T21:21:19.507Z[ recovery-image] Jul 01 21:21:18.289 INFO O| Jul 01 21:21:18.289 INFO STEP 775 (remove_files) COMPLETE
76742026-07-01T21:21:19.507Z[ recovery-image] Jul 01 21:21:18.289 INFO O| Jul 01 21:21:18.289 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-07-01T21:21:19.515Z[ recovery-image] Jul 01 21:21:18.297 INFO O| Jul 01 21:21:18.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76762026-07-01T21:21:19.518Z[ recovery-image] Jul 01 21:21:18.297 INFO O| Jul 01 21:21:18.297 INFO STEP 776 (remove_files) COMPLETE
76772026-07-01T21:21:19.518Z[ recovery-image] Jul 01 21:21:18.297 INFO O| Jul 01 21:21:18.297 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-07-01T21:21:19.523Z[ recovery-image] Jul 01 21:21:18.305 INFO O| Jul 01 21:21:18.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76792026-07-01T21:21:19.526Z[ recovery-image] Jul 01 21:21:18.306 INFO O| Jul 01 21:21:18.306 INFO STEP 777 (remove_files) COMPLETE
76802026-07-01T21:21:19.527Z[ recovery-image] Jul 01 21:21:18.306 INFO O| Jul 01 21:21:18.306 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-07-01T21:21:19.531Z[ recovery-image] Jul 01 21:21:18.313 INFO O| Jul 01 21:21:18.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76822026-07-01T21:21:19.531Z[ recovery-image] Jul 01 21:21:18.313 INFO O| Jul 01 21:21:18.313 INFO STEP 778 (remove_files) COMPLETE
76832026-07-01T21:21:19.531Z[ recovery-image] Jul 01 21:21:18.314 INFO O| Jul 01 21:21:18.313 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-07-01T21:21:19.542Z[ recovery-image] Jul 01 21:21:18.323 INFO O| Jul 01 21:21:18.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76852026-07-01T21:21:19.542Z[ recovery-image] Jul 01 21:21:18.323 INFO O| Jul 01 21:21:18.323 INFO STEP 779 (remove_files) COMPLETE
76862026-07-01T21:21:19.542Z[ recovery-image] Jul 01 21:21:18.323 INFO O| Jul 01 21:21:18.323 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-07-01T21:21:19.549Z[ recovery-image] Jul 01 21:21:18.330 INFO O| Jul 01 21:21:18.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76882026-07-01T21:21:19.552Z[ recovery-image] Jul 01 21:21:18.331 INFO O| Jul 01 21:21:18.330 INFO STEP 780 (remove_files) COMPLETE
76892026-07-01T21:21:19.552Z[ recovery-image] Jul 01 21:21:18.331 INFO O| Jul 01 21:21:18.330 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-07-01T21:21:19.556Z[ recovery-image] Jul 01 21:21:18.338 INFO O| Jul 01 21:21:18.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76912026-07-01T21:21:19.556Z[ recovery-image] Jul 01 21:21:18.338 INFO O| Jul 01 21:21:18.338 INFO STEP 781 (remove_files) COMPLETE
76922026-07-01T21:21:19.559Z[ recovery-image] Jul 01 21:21:18.338 INFO O| Jul 01 21:21:18.338 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-07-01T21:21:19.565Z[ recovery-image] Jul 01 21:21:18.346 INFO O| Jul 01 21:21:18.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76942026-07-01T21:21:19.565Z[ recovery-image] Jul 01 21:21:18.346 INFO O| Jul 01 21:21:18.346 INFO STEP 782 (remove_files) COMPLETE
76952026-07-01T21:21:19.568Z[ recovery-image] Jul 01 21:21:18.346 INFO O| Jul 01 21:21:18.346 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-07-01T21:21:19.573Z[ recovery-image] Jul 01 21:21:18.355 INFO O| Jul 01 21:21:18.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76972026-07-01T21:21:19.576Z[ recovery-image] Jul 01 21:21:18.355 INFO O| Jul 01 21:21:18.355 INFO STEP 783 (remove_files) COMPLETE
76982026-07-01T21:21:19.576Z[ recovery-image] Jul 01 21:21:18.355 INFO O| Jul 01 21:21:18.355 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-07-01T21:21:19.580Z[ recovery-image] Jul 01 21:21:18.362 INFO O| Jul 01 21:21:18.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77002026-07-01T21:21:19.580Z[ recovery-image] Jul 01 21:21:18.362 INFO O| Jul 01 21:21:18.362 INFO STEP 784 (remove_files) COMPLETE
77012026-07-01T21:21:19.583Z[ recovery-image] Jul 01 21:21:18.362 INFO O| Jul 01 21:21:18.362 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-07-01T21:21:19.587Z[ recovery-image] Jul 01 21:21:18.369 INFO O| Jul 01 21:21:18.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77032026-07-01T21:21:19.587Z[ recovery-image] Jul 01 21:21:18.369 INFO O| Jul 01 21:21:18.369 INFO STEP 785 (remove_files) COMPLETE
77042026-07-01T21:21:19.590Z[ recovery-image] Jul 01 21:21:18.369 INFO O| Jul 01 21:21:18.369 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-07-01T21:21:19.595Z[ recovery-image] Jul 01 21:21:18.377 INFO O| Jul 01 21:21:18.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77062026-07-01T21:21:19.598Z[ recovery-image] Jul 01 21:21:18.377 INFO O| Jul 01 21:21:18.377 INFO STEP 786 (remove_files) COMPLETE
77072026-07-01T21:21:19.598Z[ recovery-image] Jul 01 21:21:18.377 INFO O| Jul 01 21:21:18.377 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-07-01T21:21:19.602Z[ recovery-image] Jul 01 21:21:18.384 INFO O| Jul 01 21:21:18.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77092026-07-01T21:21:19.602Z[ recovery-image] Jul 01 21:21:18.384 INFO O| Jul 01 21:21:18.384 INFO STEP 787 (remove_files) COMPLETE
77102026-07-01T21:21:19.602Z[ recovery-image] Jul 01 21:21:18.384 INFO O| Jul 01 21:21:18.384 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-07-01T21:21:19.609Z[ recovery-image] Jul 01 21:21:18.391 INFO O| Jul 01 21:21:18.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77122026-07-01T21:21:19.609Z[ recovery-image] Jul 01 21:21:18.391 INFO O| Jul 01 21:21:18.391 INFO STEP 788 (remove_files) COMPLETE
77132026-07-01T21:21:19.609Z[ recovery-image] Jul 01 21:21:18.391 INFO O| Jul 01 21:21:18.391 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-07-01T21:21:19.617Z[ recovery-image] Jul 01 21:21:18.399 INFO O| Jul 01 21:21:18.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77152026-07-01T21:21:19.617Z[ recovery-image] Jul 01 21:21:18.399 INFO O| Jul 01 21:21:18.399 INFO STEP 789 (remove_files) COMPLETE
77162026-07-01T21:21:19.620Z[ recovery-image] Jul 01 21:21:18.399 INFO O| Jul 01 21:21:18.399 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-07-01T21:21:19.625Z[ recovery-image] Jul 01 21:21:18.407 INFO O| Jul 01 21:21:18.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77182026-07-01T21:21:19.629Z[ recovery-image] Jul 01 21:21:18.407 INFO O| Jul 01 21:21:18.407 INFO STEP 790 (remove_files) COMPLETE
77192026-07-01T21:21:19.629Z[ recovery-image] Jul 01 21:21:18.407 INFO O| Jul 01 21:21:18.407 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-07-01T21:21:19.632Z[ recovery-image] Jul 01 21:21:18.413 INFO O| Jul 01 21:21:18.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77212026-07-01T21:21:19.632Z[ recovery-image] Jul 01 21:21:18.413 INFO O| Jul 01 21:21:18.413 INFO STEP 791 (remove_files) COMPLETE
77222026-07-01T21:21:19.632Z[ recovery-image] Jul 01 21:21:18.413 INFO O| Jul 01 21:21:18.413 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-07-01T21:21:19.640Z[ recovery-image] Jul 01 21:21:18.422 INFO O| Jul 01 21:21:18.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77242026-07-01T21:21:19.640Z[ recovery-image] Jul 01 21:21:18.422 INFO O| Jul 01 21:21:18.422 INFO STEP 792 (remove_files) COMPLETE
77252026-07-01T21:21:19.640Z[ recovery-image] Jul 01 21:21:18.422 INFO O| Jul 01 21:21:18.422 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-07-01T21:21:19.648Z[ recovery-image] Jul 01 21:21:18.430 INFO O| Jul 01 21:21:18.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77272026-07-01T21:21:19.648Z[ recovery-image] Jul 01 21:21:18.430 INFO O| Jul 01 21:21:18.430 INFO STEP 793 (remove_files) COMPLETE
77282026-07-01T21:21:19.648Z[ recovery-image] Jul 01 21:21:18.430 INFO O| Jul 01 21:21:18.430 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-07-01T21:21:19.657Z[ recovery-image] Jul 01 21:21:18.438 INFO O| Jul 01 21:21:18.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77302026-07-01T21:21:19.657Z[ recovery-image] Jul 01 21:21:18.438 INFO O| Jul 01 21:21:18.438 INFO STEP 794 (remove_files) COMPLETE
77312026-07-01T21:21:19.660Z[ recovery-image] Jul 01 21:21:18.438 INFO O| Jul 01 21:21:18.438 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-07-01T21:21:19.663Z[ recovery-image] Jul 01 21:21:18.445 INFO O| Jul 01 21:21:18.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77332026-07-01T21:21:19.663Z[ recovery-image] Jul 01 21:21:18.445 INFO O| Jul 01 21:21:18.445 INFO STEP 795 (remove_files) COMPLETE
77342026-07-01T21:21:19.667Z[ recovery-image] Jul 01 21:21:18.445 INFO O| Jul 01 21:21:18.445 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-07-01T21:21:19.670Z[ recovery-image] Jul 01 21:21:18.452 INFO O| Jul 01 21:21:18.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77362026-07-01T21:21:19.670Z[ recovery-image] Jul 01 21:21:18.452 INFO O| Jul 01 21:21:18.452 INFO STEP 796 (remove_files) COMPLETE
77372026-07-01T21:21:19.670Z[ recovery-image] Jul 01 21:21:18.452 INFO O| Jul 01 21:21:18.452 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-07-01T21:21:19.677Z[ recovery-image] Jul 01 21:21:18.459 INFO O| Jul 01 21:21:18.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77392026-07-01T21:21:19.680Z[ recovery-image] Jul 01 21:21:18.459 INFO O| Jul 01 21:21:18.459 INFO STEP 797 (remove_files) COMPLETE
77402026-07-01T21:21:19.680Z[ recovery-image] Jul 01 21:21:18.459 INFO O| Jul 01 21:21:18.459 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-07-01T21:21:19.685Z[ recovery-image] Jul 01 21:21:18.467 INFO O| Jul 01 21:21:18.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77422026-07-01T21:21:19.687Z[ recovery-image] Jul 01 21:21:18.467 INFO O| Jul 01 21:21:18.467 INFO STEP 798 (remove_files) COMPLETE
77432026-07-01T21:21:19.687Z[ recovery-image] Jul 01 21:21:18.467 INFO O| Jul 01 21:21:18.467 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-07-01T21:21:19.692Z[ recovery-image] Jul 01 21:21:18.473 INFO O| Jul 01 21:21:18.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77452026-07-01T21:21:19.692Z[ recovery-image] Jul 01 21:21:18.474 INFO O| Jul 01 21:21:18.474 INFO STEP 799 (remove_files) COMPLETE
77462026-07-01T21:21:19.695Z[ recovery-image] Jul 01 21:21:18.474 INFO O| Jul 01 21:21:18.474 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-07-01T21:21:19.698Z[ recovery-image] Jul 01 21:21:18.480 INFO O| Jul 01 21:21:18.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77482026-07-01T21:21:19.698Z[ recovery-image] Jul 01 21:21:18.480 INFO O| Jul 01 21:21:18.480 INFO STEP 800 (remove_files) COMPLETE
77492026-07-01T21:21:19.701Z[ recovery-image] Jul 01 21:21:18.480 INFO O| Jul 01 21:21:18.480 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-07-01T21:21:19.705Z[ recovery-image] Jul 01 21:21:18.487 INFO O| Jul 01 21:21:18.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77512026-07-01T21:21:19.708Z[ recovery-image] Jul 01 21:21:18.487 INFO O| Jul 01 21:21:18.487 INFO STEP 801 (remove_files) COMPLETE
77522026-07-01T21:21:19.708Z[ recovery-image] Jul 01 21:21:18.487 INFO O| Jul 01 21:21:18.487 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-07-01T21:21:19.712Z[ recovery-image] Jul 01 21:21:18.494 INFO O| Jul 01 21:21:18.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77542026-07-01T21:21:19.715Z[ recovery-image] Jul 01 21:21:18.494 INFO O| Jul 01 21:21:18.494 INFO STEP 802 (remove_files) COMPLETE
77552026-07-01T21:21:19.715Z[ recovery-image] Jul 01 21:21:18.494 INFO O| Jul 01 21:21:18.494 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-07-01T21:21:19.720Z[ recovery-image] Jul 01 21:21:18.502 INFO O| Jul 01 21:21:18.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77572026-07-01T21:21:19.723Z[ recovery-image] Jul 01 21:21:18.502 INFO O| Jul 01 21:21:18.502 INFO STEP 803 (remove_files) COMPLETE
77582026-07-01T21:21:19.723Z[ recovery-image] Jul 01 21:21:18.502 INFO O| Jul 01 21:21:18.502 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-07-01T21:21:19.728Z[ recovery-image] Jul 01 21:21:18.510 INFO O| Jul 01 21:21:18.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77602026-07-01T21:21:19.728Z[ recovery-image] Jul 01 21:21:18.510 INFO O| Jul 01 21:21:18.510 INFO STEP 804 (remove_files) COMPLETE
77612026-07-01T21:21:19.728Z[ recovery-image] Jul 01 21:21:18.510 INFO O| Jul 01 21:21:18.510 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-07-01T21:21:19.734Z[ recovery-image] Jul 01 21:21:18.516 INFO O| Jul 01 21:21:18.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77632026-07-01T21:21:19.734Z[ recovery-image] Jul 01 21:21:18.516 INFO O| Jul 01 21:21:18.516 INFO STEP 805 (remove_files) COMPLETE
77642026-07-01T21:21:19.737Z[ recovery-image] Jul 01 21:21:18.516 INFO O| Jul 01 21:21:18.516 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-07-01T21:21:19.743Z[ recovery-image] Jul 01 21:21:18.525 INFO O| Jul 01 21:21:18.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77662026-07-01T21:21:19.743Z[ recovery-image] Jul 01 21:21:18.525 INFO O| Jul 01 21:21:18.525 INFO STEP 806 (remove_files) COMPLETE
77672026-07-01T21:21:19.746Z[ recovery-image] Jul 01 21:21:18.525 INFO O| Jul 01 21:21:18.525 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-07-01T21:21:19.750Z[ recovery-image] Jul 01 21:21:18.532 INFO O| Jul 01 21:21:18.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77692026-07-01T21:21:19.750Z[ recovery-image] Jul 01 21:21:18.532 INFO O| Jul 01 21:21:18.532 INFO STEP 807 (remove_files) COMPLETE
77702026-07-01T21:21:19.753Z[ recovery-image] Jul 01 21:21:18.532 INFO O| Jul 01 21:21:18.532 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-07-01T21:21:19.757Z[ recovery-image] Jul 01 21:21:18.539 INFO O| Jul 01 21:21:18.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77722026-07-01T21:21:19.757Z[ recovery-image] Jul 01 21:21:18.539 INFO O| Jul 01 21:21:18.539 INFO STEP 808 (remove_files) COMPLETE
77732026-07-01T21:21:19.757Z[ recovery-image] Jul 01 21:21:18.539 INFO O| Jul 01 21:21:18.539 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-07-01T21:21:19.763Z[ recovery-image] Jul 01 21:21:18.545 INFO O| Jul 01 21:21:18.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77752026-07-01T21:21:19.763Z[ recovery-image] Jul 01 21:21:18.545 INFO O| Jul 01 21:21:18.545 INFO STEP 809 (remove_files) COMPLETE
77762026-07-01T21:21:19.766Z[ recovery-image] Jul 01 21:21:18.545 INFO O| Jul 01 21:21:18.545 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-07-01T21:21:19.771Z[ recovery-image] Jul 01 21:21:18.553 INFO O| Jul 01 21:21:18.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77782026-07-01T21:21:19.774Z[ recovery-image] Jul 01 21:21:18.553 INFO O| Jul 01 21:21:18.553 INFO STEP 810 (remove_files) COMPLETE
77792026-07-01T21:21:19.774Z[ recovery-image] Jul 01 21:21:18.553 INFO O| Jul 01 21:21:18.553 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-07-01T21:21:19.779Z[ recovery-image] Jul 01 21:21:18.561 INFO O| Jul 01 21:21:18.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77812026-07-01T21:21:19.779Z[ recovery-image] Jul 01 21:21:18.561 INFO O| Jul 01 21:21:18.561 INFO STEP 811 (remove_files) COMPLETE
77822026-07-01T21:21:19.782Z[ recovery-image] Jul 01 21:21:18.561 INFO O| Jul 01 21:21:18.561 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-07-01T21:21:19.786Z[ recovery-image] Jul 01 21:21:18.568 INFO O| Jul 01 21:21:18.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77842026-07-01T21:21:19.786Z[ recovery-image] Jul 01 21:21:18.568 INFO O| Jul 01 21:21:18.568 INFO STEP 812 (remove_files) COMPLETE
77852026-07-01T21:21:19.786Z[ recovery-image] Jul 01 21:21:18.568 INFO O| Jul 01 21:21:18.568 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-07-01T21:21:19.794Z[ recovery-image] Jul 01 21:21:18.576 INFO O| Jul 01 21:21:18.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77872026-07-01T21:21:19.794Z[ recovery-image] Jul 01 21:21:18.576 INFO O| Jul 01 21:21:18.576 INFO STEP 813 (remove_files) COMPLETE
77882026-07-01T21:21:19.794Z[ recovery-image] Jul 01 21:21:18.576 INFO O| Jul 01 21:21:18.576 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-07-01T21:21:19.802Z[ recovery-image] Jul 01 21:21:18.583 INFO O| Jul 01 21:21:18.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77902026-07-01T21:21:19.805Z[ recovery-image] Jul 01 21:21:18.584 INFO O| Jul 01 21:21:18.584 INFO STEP 814 (remove_files) COMPLETE
77912026-07-01T21:21:19.805Z[ recovery-image] Jul 01 21:21:18.584 INFO O| Jul 01 21:21:18.584 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-07-01T21:21:19.810Z[ recovery-image] Jul 01 21:21:18.592 INFO O| Jul 01 21:21:18.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77932026-07-01T21:21:19.810Z[ recovery-image] Jul 01 21:21:18.592 INFO O| Jul 01 21:21:18.592 INFO STEP 815 (remove_files) COMPLETE
77942026-07-01T21:21:19.810Z[ recovery-image] Jul 01 21:21:18.592 INFO O| Jul 01 21:21:18.592 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-07-01T21:21:19.819Z[ recovery-image] Jul 01 21:21:18.600 INFO O| Jul 01 21:21:18.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77962026-07-01T21:21:19.819Z[ recovery-image] Jul 01 21:21:18.600 INFO O| Jul 01 21:21:18.600 INFO STEP 816 (remove_files) COMPLETE
77972026-07-01T21:21:19.822Z[ recovery-image] Jul 01 21:21:18.600 INFO O| Jul 01 21:21:18.600 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-07-01T21:21:19.825Z[ recovery-image] Jul 01 21:21:18.607 INFO O| Jul 01 21:21:18.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77992026-07-01T21:21:19.825Z[ recovery-image] Jul 01 21:21:18.607 INFO O| Jul 01 21:21:18.607 INFO STEP 817 (remove_files) COMPLETE
78002026-07-01T21:21:19.825Z[ recovery-image] Jul 01 21:21:18.607 INFO O| Jul 01 21:21:18.607 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-07-01T21:21:19.832Z[ recovery-image] Jul 01 21:21:18.614 INFO O| Jul 01 21:21:18.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78022026-07-01T21:21:19.832Z[ recovery-image] Jul 01 21:21:18.614 INFO O| Jul 01 21:21:18.614 INFO STEP 818 (remove_files) COMPLETE
78032026-07-01T21:21:19.832Z[ recovery-image] Jul 01 21:21:18.614 INFO O| Jul 01 21:21:18.614 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-07-01T21:21:19.840Z[ recovery-image] Jul 01 21:21:18.621 INFO O| Jul 01 21:21:18.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78052026-07-01T21:21:19.843Z[ recovery-image] Jul 01 21:21:18.621 INFO O| Jul 01 21:21:18.621 INFO STEP 819 (remove_files) COMPLETE
78062026-07-01T21:21:19.843Z[ recovery-image] Jul 01 21:21:18.621 INFO O| Jul 01 21:21:18.621 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-07-01T21:21:19.847Z[ recovery-image] Jul 01 21:21:18.629 INFO O| Jul 01 21:21:18.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78082026-07-01T21:21:19.850Z[ recovery-image] Jul 01 21:21:18.629 INFO O| Jul 01 21:21:18.629 INFO STEP 820 (remove_files) COMPLETE
78092026-07-01T21:21:19.850Z[ recovery-image] Jul 01 21:21:18.629 INFO O| Jul 01 21:21:18.629 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-07-01T21:21:19.856Z[ recovery-image] Jul 01 21:21:18.638 INFO O| Jul 01 21:21:18.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78112026-07-01T21:21:19.856Z[ recovery-image] Jul 01 21:21:18.638 INFO O| Jul 01 21:21:18.638 INFO STEP 821 (remove_files) COMPLETE
78122026-07-01T21:21:19.859Z[ recovery-image] Jul 01 21:21:18.638 INFO O| Jul 01 21:21:18.638 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-07-01T21:21:19.864Z[ recovery-image] Jul 01 21:21:18.646 INFO O| Jul 01 21:21:18.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78142026-07-01T21:21:19.864Z[ recovery-image] Jul 01 21:21:18.646 INFO O| Jul 01 21:21:18.646 INFO STEP 822 (remove_files) COMPLETE
78152026-07-01T21:21:19.864Z[ recovery-image] Jul 01 21:21:18.646 INFO O| Jul 01 21:21:18.646 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-07-01T21:21:19.871Z[ recovery-image] Jul 01 21:21:18.653 INFO O| Jul 01 21:21:18.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78172026-07-01T21:21:19.871Z[ recovery-image] Jul 01 21:21:18.653 INFO O| Jul 01 21:21:18.653 INFO STEP 823 (remove_files) COMPLETE
78182026-07-01T21:21:19.874Z[ recovery-image] Jul 01 21:21:18.653 INFO O| Jul 01 21:21:18.653 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-07-01T21:21:19.880Z[ recovery-image] Jul 01 21:21:18.662 INFO O| Jul 01 21:21:18.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78202026-07-01T21:21:19.880Z[ recovery-image] Jul 01 21:21:18.662 INFO O| Jul 01 21:21:18.662 INFO STEP 824 (remove_files) COMPLETE
78212026-07-01T21:21:19.880Z[ recovery-image] Jul 01 21:21:18.662 INFO O| Jul 01 21:21:18.662 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-07-01T21:21:19.888Z[ recovery-image] Jul 01 21:21:18.670 INFO O| Jul 01 21:21:18.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78232026-07-01T21:21:19.891Z[ recovery-image] Jul 01 21:21:18.670 INFO O| Jul 01 21:21:18.670 INFO STEP 825 (remove_files) COMPLETE
78242026-07-01T21:21:19.891Z[ recovery-image] Jul 01 21:21:18.670 INFO O| Jul 01 21:21:18.670 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-07-01T21:21:19.896Z[ recovery-image] Jul 01 21:21:18.678 INFO O| Jul 01 21:21:18.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78262026-07-01T21:21:19.896Z[ recovery-image] Jul 01 21:21:18.678 INFO O| Jul 01 21:21:18.678 INFO STEP 826 (remove_files) COMPLETE
78272026-07-01T21:21:19.896Z[ recovery-image] Jul 01 21:21:18.678 INFO O| Jul 01 21:21:18.678 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-07-01T21:21:19.903Z[ recovery-image] Jul 01 21:21:18.685 INFO O| Jul 01 21:21:18.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78292026-07-01T21:21:19.906Z[ recovery-image] Jul 01 21:21:18.685 INFO O| Jul 01 21:21:18.685 INFO STEP 827 (remove_files) COMPLETE
78302026-07-01T21:21:19.906Z[ recovery-image] Jul 01 21:21:18.685 INFO O| Jul 01 21:21:18.685 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-07-01T21:21:19.910Z[ recovery-image] Jul 01 21:21:18.692 INFO O| Jul 01 21:21:18.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78322026-07-01T21:21:19.910Z[ recovery-image] Jul 01 21:21:18.692 INFO O| Jul 01 21:21:18.692 INFO STEP 828 (remove_files) COMPLETE
78332026-07-01T21:21:19.913Z[ recovery-image] Jul 01 21:21:18.692 INFO O| Jul 01 21:21:18.692 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-07-01T21:21:19.916Z[ recovery-image] Jul 01 21:21:18.698 INFO O| Jul 01 21:21:18.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78352026-07-01T21:21:19.916Z[ recovery-image] Jul 01 21:21:18.698 INFO O| Jul 01 21:21:18.698 INFO STEP 829 (remove_files) COMPLETE
78362026-07-01T21:21:19.920Z[ recovery-image] Jul 01 21:21:18.698 INFO O| Jul 01 21:21:18.698 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-07-01T21:21:19.925Z[ recovery-image] Jul 01 21:21:18.707 INFO O| Jul 01 21:21:18.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78382026-07-01T21:21:19.928Z[ recovery-image] Jul 01 21:21:18.707 INFO O| Jul 01 21:21:18.707 INFO STEP 830 (remove_files) COMPLETE
78392026-07-01T21:21:19.929Z[ recovery-image] Jul 01 21:21:18.707 INFO O| Jul 01 21:21:18.707 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-07-01T21:21:19.933Z[ recovery-image] Jul 01 21:21:18.715 INFO O| Jul 01 21:21:18.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78412026-07-01T21:21:19.935Z[ recovery-image] Jul 01 21:21:18.715 INFO O| Jul 01 21:21:18.715 INFO STEP 831 (remove_files) COMPLETE
78422026-07-01T21:21:19.935Z[ recovery-image] Jul 01 21:21:18.715 INFO O| Jul 01 21:21:18.715 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-07-01T21:21:19.941Z[ recovery-image] Jul 01 21:21:18.722 INFO O| Jul 01 21:21:18.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78442026-07-01T21:21:19.941Z[ recovery-image] Jul 01 21:21:18.722 INFO O| Jul 01 21:21:18.722 INFO STEP 832 (remove_files) COMPLETE
78452026-07-01T21:21:19.943Z[ recovery-image] Jul 01 21:21:18.722 INFO O| Jul 01 21:21:18.722 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-07-01T21:21:19.948Z[ recovery-image] Jul 01 21:21:18.730 INFO O| Jul 01 21:21:18.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78472026-07-01T21:21:19.948Z[ recovery-image] Jul 01 21:21:18.730 INFO O| Jul 01 21:21:18.730 INFO STEP 833 (remove_files) COMPLETE
78482026-07-01T21:21:19.948Z[ recovery-image] Jul 01 21:21:18.730 INFO O| Jul 01 21:21:18.730 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-07-01T21:21:19.955Z[ recovery-image] Jul 01 21:21:18.737 INFO O| Jul 01 21:21:18.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78502026-07-01T21:21:19.958Z[ recovery-image] Jul 01 21:21:18.737 INFO O| Jul 01 21:21:18.737 INFO STEP 834 (remove_files) COMPLETE
78512026-07-01T21:21:19.958Z[ recovery-image] Jul 01 21:21:18.737 INFO O| Jul 01 21:21:18.737 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-07-01T21:21:19.962Z[ recovery-image] Jul 01 21:21:18.744 INFO O| Jul 01 21:21:18.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78532026-07-01T21:21:19.963Z[ recovery-image] Jul 01 21:21:18.745 INFO O| Jul 01 21:21:18.745 INFO STEP 835 (remove_files) COMPLETE
78542026-07-01T21:21:19.963Z[ recovery-image] Jul 01 21:21:18.745 INFO O| Jul 01 21:21:18.745 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-07-01T21:21:19.971Z[ recovery-image] Jul 01 21:21:18.753 INFO O| Jul 01 21:21:18.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78562026-07-01T21:21:19.971Z[ recovery-image] Jul 01 21:21:18.753 INFO O| Jul 01 21:21:18.753 INFO STEP 836 (remove_files) COMPLETE
78572026-07-01T21:21:19.974Z[ recovery-image] Jul 01 21:21:18.753 INFO O| Jul 01 21:21:18.753 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-07-01T21:21:19.979Z[ recovery-image] Jul 01 21:21:18.761 INFO O| Jul 01 21:21:18.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78592026-07-01T21:21:19.979Z[ recovery-image] Jul 01 21:21:18.761 INFO O| Jul 01 21:21:18.761 INFO STEP 837 (remove_files) COMPLETE
78602026-07-01T21:21:19.982Z[ recovery-image] Jul 01 21:21:18.761 INFO O| Jul 01 21:21:18.761 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-07-01T21:21:19.986Z[ recovery-image] Jul 01 21:21:18.768 INFO O| Jul 01 21:21:18.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78622026-07-01T21:21:19.989Z[ recovery-image] Jul 01 21:21:18.768 INFO O| Jul 01 21:21:18.768 INFO STEP 838 (remove_files) COMPLETE
78632026-07-01T21:21:19.989Z[ recovery-image] Jul 01 21:21:18.768 INFO O| Jul 01 21:21:18.768 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-07-01T21:21:19.993Z[ recovery-image] Jul 01 21:21:18.774 INFO O| Jul 01 21:21:18.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78652026-07-01T21:21:19.993Z[ recovery-image] Jul 01 21:21:18.775 INFO O| Jul 01 21:21:18.775 INFO STEP 839 (remove_files) COMPLETE
78662026-07-01T21:21:19.993Z[ recovery-image] Jul 01 21:21:18.775 INFO O| Jul 01 21:21:18.775 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-07-01T21:21:19.999Z[ recovery-image] Jul 01 21:21:18.781 INFO O| Jul 01 21:21:18.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78682026-07-01T21:21:19.999Z[ recovery-image] Jul 01 21:21:18.781 INFO O| Jul 01 21:21:18.781 INFO STEP 840 (remove_files) COMPLETE
78692026-07-01T21:21:19.999Z[ recovery-image] Jul 01 21:21:18.781 INFO O| Jul 01 21:21:18.781 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-07-01T21:21:20.008Z[ recovery-image] Jul 01 21:21:18.790 INFO O| Jul 01 21:21:18.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78712026-07-01T21:21:20.008Z[ recovery-image] Jul 01 21:21:18.790 INFO O| Jul 01 21:21:18.790 INFO STEP 841 (remove_files) COMPLETE
78722026-07-01T21:21:20.008Z[ recovery-image] Jul 01 21:21:18.790 INFO O| Jul 01 21:21:18.790 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-07-01T21:21:20.016Z[ recovery-image] Jul 01 21:21:18.798 INFO O| Jul 01 21:21:18.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78742026-07-01T21:21:20.019Z[ recovery-image] Jul 01 21:21:18.798 INFO O| Jul 01 21:21:18.798 INFO STEP 842 (remove_files) COMPLETE
78752026-07-01T21:21:20.019Z[ recovery-image] Jul 01 21:21:18.798 INFO O| Jul 01 21:21:18.798 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-07-01T21:21:20.024Z[ recovery-image] Jul 01 21:21:18.806 INFO O| Jul 01 21:21:18.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78772026-07-01T21:21:20.027Z[ recovery-image] Jul 01 21:21:18.806 INFO O| Jul 01 21:21:18.806 INFO STEP 843 (remove_files) COMPLETE
78782026-07-01T21:21:20.027Z[ recovery-image] Jul 01 21:21:18.806 INFO O| Jul 01 21:21:18.806 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-07-01T21:21:20.031Z[ recovery-image] Jul 01 21:21:18.813 INFO O| Jul 01 21:21:18.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78802026-07-01T21:21:20.031Z[ recovery-image] Jul 01 21:21:18.813 INFO O| Jul 01 21:21:18.813 INFO STEP 844 (remove_files) COMPLETE
78812026-07-01T21:21:20.031Z[ recovery-image] Jul 01 21:21:18.813 INFO O| Jul 01 21:21:18.813 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-07-01T21:21:20.038Z[ recovery-image] Jul 01 21:21:18.820 INFO O| Jul 01 21:21:18.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78832026-07-01T21:21:20.038Z[ recovery-image] Jul 01 21:21:18.820 INFO O| Jul 01 21:21:18.820 INFO STEP 845 (remove_files) COMPLETE
78842026-07-01T21:21:20.038Z[ recovery-image] Jul 01 21:21:18.820 INFO O| Jul 01 21:21:18.820 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-07-01T21:21:20.045Z[ recovery-image] Jul 01 21:21:18.827 INFO O| Jul 01 21:21:18.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78862026-07-01T21:21:20.045Z[ recovery-image] Jul 01 21:21:18.827 INFO O| Jul 01 21:21:18.827 INFO STEP 846 (remove_files) COMPLETE
78872026-07-01T21:21:20.045Z[ recovery-image] Jul 01 21:21:18.827 INFO O| Jul 01 21:21:18.827 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-07-01T21:21:20.051Z[ recovery-image] Jul 01 21:21:18.833 INFO O| Jul 01 21:21:18.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78892026-07-01T21:21:20.051Z[ recovery-image] Jul 01 21:21:18.833 INFO O| Jul 01 21:21:18.833 INFO STEP 847 (remove_files) COMPLETE
78902026-07-01T21:21:20.051Z[ recovery-image] Jul 01 21:21:18.833 INFO O| Jul 01 21:21:18.833 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-07-01T21:21:20.059Z[ recovery-image] Jul 01 21:21:18.841 INFO O| Jul 01 21:21:18.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78922026-07-01T21:21:20.059Z[ recovery-image] Jul 01 21:21:18.841 INFO O| Jul 01 21:21:18.841 INFO STEP 848 (remove_files) COMPLETE
78932026-07-01T21:21:20.059Z[ recovery-image] Jul 01 21:21:18.841 INFO O| Jul 01 21:21:18.841 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-07-01T21:21:20.066Z[ recovery-image] Jul 01 21:21:18.848 INFO O| Jul 01 21:21:18.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78952026-07-01T21:21:20.066Z[ recovery-image] Jul 01 21:21:18.848 INFO O| Jul 01 21:21:18.848 INFO STEP 849 (remove_files) COMPLETE
78962026-07-01T21:21:20.069Z[ recovery-image] Jul 01 21:21:18.848 INFO O| Jul 01 21:21:18.848 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-07-01T21:21:20.074Z[ recovery-image] Jul 01 21:21:18.855 INFO O| Jul 01 21:21:18.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78982026-07-01T21:21:20.077Z[ recovery-image] Jul 01 21:21:18.855 INFO O| Jul 01 21:21:18.855 INFO STEP 850 (remove_files) COMPLETE
78992026-07-01T21:21:20.077Z[ recovery-image] Jul 01 21:21:18.855 INFO O| Jul 01 21:21:18.855 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-07-01T21:21:20.080Z[ recovery-image] Jul 01 21:21:18.862 INFO O| Jul 01 21:21:18.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79012026-07-01T21:21:20.083Z[ recovery-image] Jul 01 21:21:18.862 INFO O| Jul 01 21:21:18.862 INFO STEP 851 (remove_files) COMPLETE
79022026-07-01T21:21:20.083Z[ recovery-image] Jul 01 21:21:18.862 INFO O| Jul 01 21:21:18.862 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-07-01T21:21:20.087Z[ recovery-image] Jul 01 21:21:18.869 INFO O| Jul 01 21:21:18.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79042026-07-01T21:21:20.087Z[ recovery-image] Jul 01 21:21:18.869 INFO O| Jul 01 21:21:18.869 INFO STEP 852 (remove_files) COMPLETE
79052026-07-01T21:21:20.090Z[ recovery-image] Jul 01 21:21:18.869 INFO O| Jul 01 21:21:18.869 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-07-01T21:21:20.094Z[ recovery-image] Jul 01 21:21:18.876 INFO O| Jul 01 21:21:18.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79072026-07-01T21:21:20.094Z[ recovery-image] Jul 01 21:21:18.876 INFO O| Jul 01 21:21:18.876 INFO STEP 853 (remove_files) COMPLETE
79082026-07-01T21:21:20.097Z[ recovery-image] Jul 01 21:21:18.876 INFO O| Jul 01 21:21:18.876 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-07-01T21:21:20.101Z[ recovery-image] Jul 01 21:21:18.883 INFO O| Jul 01 21:21:18.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79102026-07-01T21:21:20.101Z[ recovery-image] Jul 01 21:21:18.883 INFO O| Jul 01 21:21:18.883 INFO STEP 854 (remove_files) COMPLETE
79112026-07-01T21:21:20.104Z[ recovery-image] Jul 01 21:21:18.883 INFO O| Jul 01 21:21:18.883 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-07-01T21:21:20.108Z[ recovery-image] Jul 01 21:21:18.890 INFO O| Jul 01 21:21:18.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79132026-07-01T21:21:20.108Z[ recovery-image] Jul 01 21:21:18.890 INFO O| Jul 01 21:21:18.890 INFO STEP 855 (remove_files) COMPLETE
79142026-07-01T21:21:20.111Z[ recovery-image] Jul 01 21:21:18.890 INFO O| Jul 01 21:21:18.890 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-07-01T21:21:20.115Z[ recovery-image] Jul 01 21:21:18.897 INFO O| Jul 01 21:21:18.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79162026-07-01T21:21:20.115Z[ recovery-image] Jul 01 21:21:18.897 INFO O| Jul 01 21:21:18.897 INFO STEP 856 (remove_files) COMPLETE
79172026-07-01T21:21:20.118Z[ recovery-image] Jul 01 21:21:18.897 INFO O| Jul 01 21:21:18.897 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-07-01T21:21:20.122Z[ recovery-image] Jul 01 21:21:18.904 INFO O| Jul 01 21:21:18.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79192026-07-01T21:21:20.122Z[ recovery-image] Jul 01 21:21:18.904 INFO O| Jul 01 21:21:18.904 INFO STEP 857 (remove_files) COMPLETE
79202026-07-01T21:21:20.125Z[ recovery-image] Jul 01 21:21:18.904 INFO O| Jul 01 21:21:18.904 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-07-01T21:21:20.130Z[ recovery-image] Jul 01 21:21:18.912 INFO O| Jul 01 21:21:18.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79222026-07-01T21:21:20.130Z[ recovery-image] Jul 01 21:21:18.912 INFO O| Jul 01 21:21:18.912 INFO STEP 858 (remove_files) COMPLETE
79232026-07-01T21:21:20.133Z[ recovery-image] Jul 01 21:21:18.912 INFO O| Jul 01 21:21:18.912 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-07-01T21:21:20.137Z[ recovery-image] Jul 01 21:21:18.919 INFO O| Jul 01 21:21:18.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79252026-07-01T21:21:20.137Z[ recovery-image] Jul 01 21:21:18.919 INFO O| Jul 01 21:21:18.919 INFO STEP 859 (remove_files) COMPLETE
79262026-07-01T21:21:20.139Z[ recovery-image] Jul 01 21:21:18.919 INFO O| Jul 01 21:21:18.919 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-07-01T21:21:20.144Z[ recovery-image] Jul 01 21:21:18.926 INFO O| Jul 01 21:21:18.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79282026-07-01T21:21:20.144Z[ recovery-image] Jul 01 21:21:18.926 INFO O| Jul 01 21:21:18.926 INFO STEP 860 (remove_files) COMPLETE
79292026-07-01T21:21:20.147Z[ recovery-image] Jul 01 21:21:18.926 INFO O| Jul 01 21:21:18.926 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-07-01T21:21:20.153Z[ recovery-image] Jul 01 21:21:18.935 INFO O| Jul 01 21:21:18.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79312026-07-01T21:21:20.157Z[ recovery-image] Jul 01 21:21:18.935 INFO O| Jul 01 21:21:18.935 INFO STEP 861 (remove_files) COMPLETE
79322026-07-01T21:21:20.157Z[ recovery-image] Jul 01 21:21:18.935 INFO O| Jul 01 21:21:18.935 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-07-01T21:21:20.161Z[ recovery-image] Jul 01 21:21:18.942 INFO O| Jul 01 21:21:18.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79342026-07-01T21:21:20.161Z[ recovery-image] Jul 01 21:21:18.943 INFO O| Jul 01 21:21:18.943 INFO STEP 862 (remove_files) COMPLETE
79352026-07-01T21:21:20.161Z[ recovery-image] Jul 01 21:21:18.943 INFO O| Jul 01 21:21:18.943 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-07-01T21:21:20.169Z[ recovery-image] Jul 01 21:21:18.951 INFO O| Jul 01 21:21:18.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79372026-07-01T21:21:20.172Z[ recovery-image] Jul 01 21:21:18.951 INFO O| Jul 01 21:21:18.951 INFO STEP 863 (remove_files) COMPLETE
79382026-07-01T21:21:20.172Z[ recovery-image] Jul 01 21:21:18.951 INFO O| Jul 01 21:21:18.951 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-07-01T21:21:20.177Z[ recovery-image] Jul 01 21:21:18.959 INFO O| Jul 01 21:21:18.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79402026-07-01T21:21:20.177Z[ recovery-image] Jul 01 21:21:18.959 INFO O| Jul 01 21:21:18.959 INFO STEP 864 (remove_files) COMPLETE
79412026-07-01T21:21:20.177Z[ recovery-image] Jul 01 21:21:18.959 INFO O| Jul 01 21:21:18.959 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-07-01T21:21:20.184Z[ recovery-image] Jul 01 21:21:18.966 INFO O| Jul 01 21:21:18.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79432026-07-01T21:21:20.187Z[ recovery-image] Jul 01 21:21:18.966 INFO O| Jul 01 21:21:18.966 INFO STEP 865 (remove_files) COMPLETE
79442026-07-01T21:21:20.187Z[ recovery-image] Jul 01 21:21:18.966 INFO O| Jul 01 21:21:18.966 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-07-01T21:21:20.192Z[ recovery-image] Jul 01 21:21:18.974 INFO O| Jul 01 21:21:18.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79462026-07-01T21:21:20.194Z[ recovery-image] Jul 01 21:21:18.974 INFO O| Jul 01 21:21:18.974 INFO STEP 866 (remove_files) COMPLETE
79472026-07-01T21:21:20.194Z[ recovery-image] Jul 01 21:21:18.974 INFO O| Jul 01 21:21:18.974 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-07-01T21:21:20.200Z[ recovery-image] Jul 01 21:21:18.982 INFO O| Jul 01 21:21:18.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79492026-07-01T21:21:20.203Z[ recovery-image] Jul 01 21:21:18.982 INFO O| Jul 01 21:21:18.982 INFO STEP 867 (remove_files) COMPLETE
79502026-07-01T21:21:20.203Z[ recovery-image] Jul 01 21:21:18.982 INFO O| Jul 01 21:21:18.982 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-07-01T21:21:20.207Z[ recovery-image] Jul 01 21:21:18.989 INFO O| Jul 01 21:21:18.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79522026-07-01T21:21:20.208Z[ recovery-image] Jul 01 21:21:18.989 INFO O| Jul 01 21:21:18.989 INFO STEP 868 (remove_files) COMPLETE
79532026-07-01T21:21:20.211Z[ recovery-image] Jul 01 21:21:18.989 INFO O| Jul 01 21:21:18.989 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-07-01T21:21:20.214Z[ recovery-image] Jul 01 21:21:18.996 INFO O| Jul 01 21:21:18.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79552026-07-01T21:21:20.214Z[ recovery-image] Jul 01 21:21:18.996 INFO O| Jul 01 21:21:18.996 INFO STEP 869 (remove_files) COMPLETE
79562026-07-01T21:21:20.217Z[ recovery-image] Jul 01 21:21:18.996 INFO O| Jul 01 21:21:18.996 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-07-01T21:21:20.221Z[ recovery-image] Jul 01 21:21:19.003 INFO O| Jul 01 21:21:19.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79582026-07-01T21:21:20.221Z[ recovery-image] Jul 01 21:21:19.003 INFO O| Jul 01 21:21:19.003 INFO STEP 870 (remove_files) COMPLETE
79592026-07-01T21:21:20.221Z[ recovery-image] Jul 01 21:21:19.003 INFO O| Jul 01 21:21:19.003 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-07-01T21:21:20.231Z[ recovery-image] Jul 01 21:21:19.013 INFO O| Jul 01 21:21:19.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79612026-07-01T21:21:20.231Z[ recovery-image] Jul 01 21:21:19.013 INFO O| Jul 01 21:21:19.013 INFO STEP 871 (remove_files) COMPLETE
79622026-07-01T21:21:20.234Z[ recovery-image] Jul 01 21:21:19.013 INFO O| Jul 01 21:21:19.013 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-07-01T21:21:20.238Z[ recovery-image] Jul 01 21:21:19.020 INFO O| Jul 01 21:21:19.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79642026-07-01T21:21:20.238Z[ recovery-image] Jul 01 21:21:19.020 INFO O| Jul 01 21:21:19.020 INFO STEP 872 (remove_files) COMPLETE
79652026-07-01T21:21:20.238Z[ recovery-image] Jul 01 21:21:19.020 INFO O| Jul 01 21:21:19.020 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-07-01T21:21:20.246Z[ recovery-image] Jul 01 21:21:19.028 INFO O| Jul 01 21:21:19.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79672026-07-01T21:21:20.246Z[ recovery-image] Jul 01 21:21:19.028 INFO O| Jul 01 21:21:19.028 INFO STEP 873 (remove_files) COMPLETE
79682026-07-01T21:21:20.249Z[ recovery-image] Jul 01 21:21:19.028 INFO O| Jul 01 21:21:19.028 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-07-01T21:21:20.253Z[ recovery-image] Jul 01 21:21:19.035 INFO O| Jul 01 21:21:19.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79702026-07-01T21:21:20.253Z[ recovery-image] Jul 01 21:21:19.035 INFO O| Jul 01 21:21:19.035 INFO STEP 874 (remove_files) COMPLETE
79712026-07-01T21:21:20.256Z[ recovery-image] Jul 01 21:21:19.035 INFO O| Jul 01 21:21:19.035 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-07-01T21:21:20.261Z[ recovery-image] Jul 01 21:21:19.043 INFO O| Jul 01 21:21:19.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79732026-07-01T21:21:20.261Z[ recovery-image] Jul 01 21:21:19.043 INFO O| Jul 01 21:21:19.043 INFO STEP 875 (remove_files) COMPLETE
79742026-07-01T21:21:20.264Z[ recovery-image] Jul 01 21:21:19.043 INFO O| Jul 01 21:21:19.043 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-07-01T21:21:20.268Z[ recovery-image] Jul 01 21:21:19.050 INFO O| Jul 01 21:21:19.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79762026-07-01T21:21:20.268Z[ recovery-image] Jul 01 21:21:19.050 INFO O| Jul 01 21:21:19.050 INFO STEP 876 (remove_files) COMPLETE
79772026-07-01T21:21:20.271Z[ recovery-image] Jul 01 21:21:19.050 INFO O| Jul 01 21:21:19.050 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-07-01T21:21:20.276Z[ recovery-image] Jul 01 21:21:19.057 INFO O| Jul 01 21:21:19.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79792026-07-01T21:21:20.278Z[ recovery-image] Jul 01 21:21:19.058 INFO O| Jul 01 21:21:19.057 INFO STEP 877 (remove_files) COMPLETE
79802026-07-01T21:21:20.278Z[ recovery-image] Jul 01 21:21:19.058 INFO O| Jul 01 21:21:19.057 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-07-01T21:21:20.283Z[ recovery-image] Jul 01 21:21:19.065 INFO O| Jul 01 21:21:19.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79822026-07-01T21:21:20.283Z[ recovery-image] Jul 01 21:21:19.065 INFO O| Jul 01 21:21:19.065 INFO STEP 878 (remove_files) COMPLETE
79832026-07-01T21:21:20.283Z[ recovery-image] Jul 01 21:21:19.065 INFO O| Jul 01 21:21:19.065 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-07-01T21:21:20.289Z[ recovery-image] Jul 01 21:21:19.071 INFO O| Jul 01 21:21:19.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79852026-07-01T21:21:20.289Z[ recovery-image] Jul 01 21:21:19.071 INFO O| Jul 01 21:21:19.071 INFO STEP 879 (remove_files) COMPLETE
79862026-07-01T21:21:20.292Z[ recovery-image] Jul 01 21:21:19.071 INFO O| Jul 01 21:21:19.071 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-07-01T21:21:20.295Z[ recovery-image] Jul 01 21:21:19.077 INFO O| Jul 01 21:21:19.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79882026-07-01T21:21:20.295Z[ recovery-image] Jul 01 21:21:19.077 INFO O| Jul 01 21:21:19.077 INFO STEP 880 (remove_files) COMPLETE
79892026-07-01T21:21:20.299Z[ recovery-image] Jul 01 21:21:19.077 INFO O| Jul 01 21:21:19.077 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-07-01T21:21:20.302Z[ recovery-image] Jul 01 21:21:19.083 INFO O| Jul 01 21:21:19.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79912026-07-01T21:21:20.302Z[ recovery-image] Jul 01 21:21:19.083 INFO O| Jul 01 21:21:19.083 INFO STEP 881 (remove_files) COMPLETE
79922026-07-01T21:21:20.302Z[ recovery-image] Jul 01 21:21:19.083 INFO O| Jul 01 21:21:19.083 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-07-01T21:21:20.308Z[ recovery-image] Jul 01 21:21:19.089 INFO O| Jul 01 21:21:19.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79942026-07-01T21:21:20.308Z[ recovery-image] Jul 01 21:21:19.089 INFO O| Jul 01 21:21:19.089 INFO STEP 882 (remove_files) COMPLETE
79952026-07-01T21:21:20.308Z[ recovery-image] Jul 01 21:21:19.089 INFO O| Jul 01 21:21:19.089 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-07-01T21:21:20.313Z[ recovery-image] Jul 01 21:21:19.095 INFO O| Jul 01 21:21:19.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79972026-07-01T21:21:20.320Z[ recovery-image] Jul 01 21:21:19.095 INFO O| Jul 01 21:21:19.095 INFO STEP 883 (remove_files) COMPLETE
79982026-07-01T21:21:20.320Z[ recovery-image] Jul 01 21:21:19.095 INFO O| Jul 01 21:21:19.095 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-07-01T21:21:20.322Z[ recovery-image] Jul 01 21:21:19.102 INFO O| Jul 01 21:21:19.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80002026-07-01T21:21:20.322Z[ recovery-image] Jul 01 21:21:19.102 INFO O| Jul 01 21:21:19.102 INFO STEP 884 (remove_files) COMPLETE
80012026-07-01T21:21:20.322Z[ recovery-image] Jul 01 21:21:19.102 INFO O| Jul 01 21:21:19.102 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-07-01T21:21:20.328Z[ recovery-image] Jul 01 21:21:19.110 INFO O| Jul 01 21:21:19.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80032026-07-01T21:21:20.331Z[ recovery-image] Jul 01 21:21:19.110 INFO O| Jul 01 21:21:19.110 INFO STEP 885 (remove_files) COMPLETE
80042026-07-01T21:21:20.331Z[ recovery-image] Jul 01 21:21:19.110 INFO O| Jul 01 21:21:19.110 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-07-01T21:21:20.334Z[ recovery-image] Jul 01 21:21:19.116 INFO O| Jul 01 21:21:19.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80062026-07-01T21:21:20.334Z[ recovery-image] Jul 01 21:21:19.116 INFO O| Jul 01 21:21:19.116 INFO STEP 886 (remove_files) COMPLETE
80072026-07-01T21:21:20.334Z[ recovery-image] Jul 01 21:21:19.116 INFO O| Jul 01 21:21:19.116 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-07-01T21:21:20.340Z[ recovery-image] Jul 01 21:21:19.122 INFO O| Jul 01 21:21:19.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80092026-07-01T21:21:20.340Z[ recovery-image] Jul 01 21:21:19.122 INFO O| Jul 01 21:21:19.122 INFO STEP 887 (remove_files) COMPLETE
80102026-07-01T21:21:20.340Z[ recovery-image] Jul 01 21:21:19.122 INFO O| Jul 01 21:21:19.122 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-07-01T21:21:20.346Z[ recovery-image] Jul 01 21:21:19.128 INFO O| Jul 01 21:21:19.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80122026-07-01T21:21:20.349Z[ recovery-image] Jul 01 21:21:19.128 INFO O| Jul 01 21:21:19.128 INFO STEP 888 (remove_files) COMPLETE
80132026-07-01T21:21:20.349Z[ recovery-image] Jul 01 21:21:19.128 INFO O| Jul 01 21:21:19.128 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-07-01T21:21:20.352Z[ recovery-image] Jul 01 21:21:19.134 INFO O| Jul 01 21:21:19.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80152026-07-01T21:21:20.352Z[ recovery-image] Jul 01 21:21:19.134 INFO O| Jul 01 21:21:19.134 INFO STEP 889 (remove_files) COMPLETE
80162026-07-01T21:21:20.356Z[ recovery-image] Jul 01 21:21:19.134 INFO O| Jul 01 21:21:19.134 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-07-01T21:21:20.359Z[ recovery-image] Jul 01 21:21:19.141 INFO O| Jul 01 21:21:19.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80182026-07-01T21:21:20.359Z[ recovery-image] Jul 01 21:21:19.141 INFO O| Jul 01 21:21:19.141 INFO STEP 890 (remove_files) COMPLETE
80192026-07-01T21:21:20.359Z[ recovery-image] Jul 01 21:21:19.141 INFO O| Jul 01 21:21:19.141 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-07-01T21:21:20.366Z[ recovery-image] Jul 01 21:21:19.147 INFO O| Jul 01 21:21:19.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80212026-07-01T21:21:20.367Z[ recovery-image] Jul 01 21:21:19.148 INFO O| Jul 01 21:21:19.147 INFO STEP 891 (remove_files) COMPLETE
80222026-07-01T21:21:20.370Z[ recovery-image] Jul 01 21:21:19.148 INFO O| Jul 01 21:21:19.148 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-07-01T21:21:20.373Z[ recovery-image] Jul 01 21:21:19.154 INFO O| Jul 01 21:21:19.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80242026-07-01T21:21:20.373Z[ recovery-image] Jul 01 21:21:19.154 INFO O| Jul 01 21:21:19.154 INFO STEP 892 (remove_files) COMPLETE
80252026-07-01T21:21:20.373Z[ recovery-image] Jul 01 21:21:19.154 INFO O| Jul 01 21:21:19.154 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-07-01T21:21:20.381Z[ recovery-image] Jul 01 21:21:19.163 INFO O| Jul 01 21:21:19.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80272026-07-01T21:21:20.381Z[ recovery-image] Jul 01 21:21:19.163 INFO O| Jul 01 21:21:19.163 INFO STEP 893 (remove_files) COMPLETE
80282026-07-01T21:21:20.381Z[ recovery-image] Jul 01 21:21:19.163 INFO O| Jul 01 21:21:19.163 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-07-01T21:21:20.390Z[ recovery-image] Jul 01 21:21:19.170 INFO O| Jul 01 21:21:19.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80302026-07-01T21:21:20.390Z[ recovery-image] Jul 01 21:21:19.170 INFO O| Jul 01 21:21:19.170 INFO STEP 894 (remove_files) COMPLETE
80312026-07-01T21:21:20.390Z[ recovery-image] Jul 01 21:21:19.170 INFO O| Jul 01 21:21:19.170 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-07-01T21:21:20.396Z[ recovery-image] Jul 01 21:21:19.178 INFO O| Jul 01 21:21:19.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80332026-07-01T21:21:20.396Z[ recovery-image] Jul 01 21:21:19.178 INFO O| Jul 01 21:21:19.178 INFO STEP 895 (remove_files) COMPLETE
80342026-07-01T21:21:20.399Z[ recovery-image] Jul 01 21:21:19.178 INFO O| Jul 01 21:21:19.178 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-07-01T21:21:20.404Z[ recovery-image] Jul 01 21:21:19.185 INFO O| Jul 01 21:21:19.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80362026-07-01T21:21:20.407Z[ recovery-image] Jul 01 21:21:19.186 INFO O| Jul 01 21:21:19.186 INFO STEP 896 (remove_files) COMPLETE
80372026-07-01T21:21:20.407Z[ recovery-image] Jul 01 21:21:19.186 INFO O| Jul 01 21:21:19.186 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-07-01T21:21:20.410Z[ recovery-image] Jul 01 21:21:19.192 INFO O| Jul 01 21:21:19.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80392026-07-01T21:21:20.410Z[ recovery-image] Jul 01 21:21:19.192 INFO O| Jul 01 21:21:19.192 INFO STEP 897 (remove_files) COMPLETE
80402026-07-01T21:21:20.413Z[ recovery-image] Jul 01 21:21:19.192 INFO O| Jul 01 21:21:19.192 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-07-01T21:21:20.417Z[ recovery-image] Jul 01 21:21:19.199 INFO O| Jul 01 21:21:19.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80422026-07-01T21:21:20.420Z[ recovery-image] Jul 01 21:21:19.199 INFO O| Jul 01 21:21:19.199 INFO STEP 898 (remove_files) COMPLETE
80432026-07-01T21:21:20.420Z[ recovery-image] Jul 01 21:21:19.199 INFO O| Jul 01 21:21:19.199 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-07-01T21:21:20.424Z[ recovery-image] Jul 01 21:21:19.206 INFO O| Jul 01 21:21:19.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80452026-07-01T21:21:20.424Z[ recovery-image] Jul 01 21:21:19.206 INFO O| Jul 01 21:21:19.206 INFO STEP 899 (remove_files) COMPLETE
80462026-07-01T21:21:20.427Z[ recovery-image] Jul 01 21:21:19.206 INFO O| Jul 01 21:21:19.206 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-07-01T21:21:20.431Z[ recovery-image] Jul 01 21:21:19.213 INFO O| Jul 01 21:21:19.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80482026-07-01T21:21:20.434Z[ recovery-image] Jul 01 21:21:19.213 INFO O| Jul 01 21:21:19.213 INFO STEP 900 (remove_files) COMPLETE
80492026-07-01T21:21:20.434Z[ recovery-image] Jul 01 21:21:19.213 INFO O| Jul 01 21:21:19.213 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-07-01T21:21:20.437Z[ recovery-image] Jul 01 21:21:19.219 INFO O| Jul 01 21:21:19.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80512026-07-01T21:21:20.440Z[ recovery-image] Jul 01 21:21:19.219 INFO O| Jul 01 21:21:19.219 INFO STEP 901 (remove_files) COMPLETE
80522026-07-01T21:21:20.440Z[ recovery-image] Jul 01 21:21:19.219 INFO O| Jul 01 21:21:19.219 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-07-01T21:21:20.445Z[ recovery-image] Jul 01 21:21:19.226 INFO O| Jul 01 21:21:19.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80542026-07-01T21:21:20.445Z[ recovery-image] Jul 01 21:21:19.226 INFO O| Jul 01 21:21:19.226 INFO STEP 902 (remove_files) COMPLETE
80552026-07-01T21:21:20.445Z[ recovery-image] Jul 01 21:21:19.226 INFO O| Jul 01 21:21:19.226 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-07-01T21:21:20.451Z[ recovery-image] Jul 01 21:21:19.233 INFO O| Jul 01 21:21:19.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80572026-07-01T21:21:20.451Z[ recovery-image] Jul 01 21:21:19.233 INFO O| Jul 01 21:21:19.233 INFO STEP 903 (remove_files) COMPLETE
80582026-07-01T21:21:20.451Z[ recovery-image] Jul 01 21:21:19.233 INFO O| Jul 01 21:21:19.233 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-07-01T21:21:20.457Z[ recovery-image] Jul 01 21:21:19.239 INFO O| Jul 01 21:21:19.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80602026-07-01T21:21:20.457Z[ recovery-image] Jul 01 21:21:19.239 INFO O| Jul 01 21:21:19.239 INFO STEP 904 (remove_files) COMPLETE
80612026-07-01T21:21:20.460Z[ recovery-image] Jul 01 21:21:19.239 INFO O| Jul 01 21:21:19.239 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-07-01T21:21:20.464Z[ recovery-image] Jul 01 21:21:19.246 INFO O| Jul 01 21:21:19.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80632026-07-01T21:21:20.465Z[ recovery-image] Jul 01 21:21:19.246 INFO O| Jul 01 21:21:19.246 INFO STEP 905 (remove_files) COMPLETE
80642026-07-01T21:21:20.465Z[ recovery-image] Jul 01 21:21:19.246 INFO O| Jul 01 21:21:19.246 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-07-01T21:21:20.470Z[ recovery-image] Jul 01 21:21:19.252 INFO O| Jul 01 21:21:19.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80662026-07-01T21:21:20.473Z[ recovery-image] Jul 01 21:21:19.252 INFO O| Jul 01 21:21:19.252 INFO STEP 906 (remove_files) COMPLETE
80672026-07-01T21:21:20.473Z[ recovery-image] Jul 01 21:21:19.252 INFO O| Jul 01 21:21:19.252 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-07-01T21:21:20.479Z[ recovery-image] Jul 01 21:21:19.261 INFO O| Jul 01 21:21:19.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80692026-07-01T21:21:20.479Z[ recovery-image] Jul 01 21:21:19.261 INFO O| Jul 01 21:21:19.261 INFO STEP 907 (remove_files) COMPLETE
80702026-07-01T21:21:20.482Z[ recovery-image] Jul 01 21:21:19.261 INFO O| Jul 01 21:21:19.261 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-07-01T21:21:20.487Z[ recovery-image] Jul 01 21:21:19.268 INFO O| Jul 01 21:21:19.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80722026-07-01T21:21:20.487Z[ recovery-image] Jul 01 21:21:19.269 INFO O| Jul 01 21:21:19.269 INFO STEP 908 (remove_files) COMPLETE
80732026-07-01T21:21:20.490Z[ recovery-image] Jul 01 21:21:19.269 INFO O| Jul 01 21:21:19.269 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-07-01T21:21:20.494Z[ recovery-image] Jul 01 21:21:19.276 INFO O| Jul 01 21:21:19.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80752026-07-01T21:21:20.494Z[ recovery-image] Jul 01 21:21:19.276 INFO O| Jul 01 21:21:19.276 INFO STEP 909 (remove_files) COMPLETE
80762026-07-01T21:21:20.498Z[ recovery-image] Jul 01 21:21:19.276 INFO O| Jul 01 21:21:19.276 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-07-01T21:21:20.501Z[ recovery-image] Jul 01 21:21:19.283 INFO O| Jul 01 21:21:19.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80782026-07-01T21:21:20.501Z[ recovery-image] Jul 01 21:21:19.283 INFO O| Jul 01 21:21:19.283 INFO STEP 910 (remove_files) COMPLETE
80792026-07-01T21:21:20.501Z[ recovery-image] Jul 01 21:21:19.283 INFO O| Jul 01 21:21:19.283 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-07-01T21:21:20.508Z[ recovery-image] Jul 01 21:21:19.290 INFO O| Jul 01 21:21:19.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80812026-07-01T21:21:20.508Z[ recovery-image] Jul 01 21:21:19.290 INFO O| Jul 01 21:21:19.290 INFO STEP 911 (remove_files) COMPLETE
80822026-07-01T21:21:20.508Z[ recovery-image] Jul 01 21:21:19.290 INFO O| Jul 01 21:21:19.290 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-07-01T21:21:20.515Z[ recovery-image] Jul 01 21:21:19.296 INFO O| Jul 01 21:21:19.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80842026-07-01T21:21:20.518Z[ recovery-image] Jul 01 21:21:19.296 INFO O| Jul 01 21:21:19.296 INFO STEP 912 (remove_files) COMPLETE
80852026-07-01T21:21:20.518Z[ recovery-image] Jul 01 21:21:19.296 INFO O| Jul 01 21:21:19.296 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-07-01T21:21:20.523Z[ recovery-image] Jul 01 21:21:19.305 INFO O| Jul 01 21:21:19.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80872026-07-01T21:21:20.523Z[ recovery-image] Jul 01 21:21:19.305 INFO O| Jul 01 21:21:19.305 INFO STEP 913 (remove_files) COMPLETE
80882026-07-01T21:21:20.526Z[ recovery-image] Jul 01 21:21:19.305 INFO O| Jul 01 21:21:19.305 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-07-01T21:21:20.531Z[ recovery-image] Jul 01 21:21:19.312 INFO O| Jul 01 21:21:19.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80902026-07-01T21:21:20.531Z[ recovery-image] Jul 01 21:21:19.313 INFO O| Jul 01 21:21:19.313 INFO STEP 914 (remove_files) COMPLETE
80912026-07-01T21:21:20.534Z[ recovery-image] Jul 01 21:21:19.313 INFO O| Jul 01 21:21:19.313 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-07-01T21:21:20.538Z[ recovery-image] Jul 01 21:21:19.320 INFO O| Jul 01 21:21:19.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80932026-07-01T21:21:20.538Z[ recovery-image] Jul 01 21:21:19.320 INFO O| Jul 01 21:21:19.320 INFO STEP 915 (remove_files) COMPLETE
80942026-07-01T21:21:20.538Z[ recovery-image] Jul 01 21:21:19.320 INFO O| Jul 01 21:21:19.320 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-07-01T21:21:20.544Z[ recovery-image] Jul 01 21:21:19.326 INFO O| Jul 01 21:21:19.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80962026-07-01T21:21:20.544Z[ recovery-image] Jul 01 21:21:19.326 INFO O| Jul 01 21:21:19.326 INFO STEP 916 (remove_files) COMPLETE
80972026-07-01T21:21:20.544Z[ recovery-image] Jul 01 21:21:19.326 INFO O| Jul 01 21:21:19.326 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-07-01T21:21:20.551Z[ recovery-image] Jul 01 21:21:19.333 INFO O| Jul 01 21:21:19.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80992026-07-01T21:21:20.551Z[ recovery-image] Jul 01 21:21:19.333 INFO O| Jul 01 21:21:19.333 INFO STEP 917 (remove_files) COMPLETE
81002026-07-01T21:21:20.551Z[ recovery-image] Jul 01 21:21:19.333 INFO O| Jul 01 21:21:19.333 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-07-01T21:21:20.557Z[ recovery-image] Jul 01 21:21:19.339 INFO O| Jul 01 21:21:19.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81022026-07-01T21:21:20.557Z[ recovery-image] Jul 01 21:21:19.339 INFO O| Jul 01 21:21:19.339 INFO STEP 918 (remove_files) COMPLETE
81032026-07-01T21:21:20.557Z[ recovery-image] Jul 01 21:21:19.339 INFO O| Jul 01 21:21:19.339 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-07-01T21:21:20.564Z[ recovery-image] Jul 01 21:21:19.345 INFO O| Jul 01 21:21:19.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81052026-07-01T21:21:20.564Z[ recovery-image] Jul 01 21:21:19.346 INFO O| Jul 01 21:21:19.345 INFO STEP 919 (remove_files) COMPLETE
81062026-07-01T21:21:20.567Z[ recovery-image] Jul 01 21:21:19.346 INFO O| Jul 01 21:21:19.346 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-07-01T21:21:20.572Z[ recovery-image] Jul 01 21:21:19.353 INFO O| Jul 01 21:21:19.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81082026-07-01T21:21:20.572Z[ recovery-image] Jul 01 21:21:19.353 INFO O| Jul 01 21:21:19.353 INFO STEP 920 (remove_files) COMPLETE
81092026-07-01T21:21:20.575Z[ recovery-image] Jul 01 21:21:19.354 INFO O| Jul 01 21:21:19.353 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-07-01T21:21:20.578Z[ recovery-image] Jul 01 21:21:19.360 INFO O| Jul 01 21:21:19.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81112026-07-01T21:21:20.578Z[ recovery-image] Jul 01 21:21:19.360 INFO O| Jul 01 21:21:19.360 INFO STEP 921 (remove_files) COMPLETE
81122026-07-01T21:21:20.581Z[ recovery-image] Jul 01 21:21:19.360 INFO O| Jul 01 21:21:19.360 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-07-01T21:21:20.584Z[ recovery-image] Jul 01 21:21:19.366 INFO O| Jul 01 21:21:19.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81142026-07-01T21:21:20.584Z[ recovery-image] Jul 01 21:21:19.366 INFO O| Jul 01 21:21:19.366 INFO STEP 922 (remove_files) COMPLETE
81152026-07-01T21:21:20.584Z[ recovery-image] Jul 01 21:21:19.366 INFO O| Jul 01 21:21:19.366 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-07-01T21:21:20.592Z[ recovery-image] Jul 01 21:21:19.374 INFO O| Jul 01 21:21:19.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81172026-07-01T21:21:20.592Z[ recovery-image] Jul 01 21:21:19.374 INFO O| Jul 01 21:21:19.374 INFO STEP 923 (remove_files) COMPLETE
81182026-07-01T21:21:20.593Z[ recovery-image] Jul 01 21:21:19.374 INFO O| Jul 01 21:21:19.374 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-07-01T21:21:20.599Z[ recovery-image] Jul 01 21:21:19.381 INFO O| Jul 01 21:21:19.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81202026-07-01T21:21:20.599Z[ recovery-image] Jul 01 21:21:19.381 INFO O| Jul 01 21:21:19.381 INFO STEP 924 (remove_files) COMPLETE
81212026-07-01T21:21:20.599Z[ recovery-image] Jul 01 21:21:19.381 INFO O| Jul 01 21:21:19.381 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-07-01T21:21:20.605Z[ recovery-image] Jul 01 21:21:19.387 INFO O| Jul 01 21:21:19.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81232026-07-01T21:21:20.608Z[ recovery-image] Jul 01 21:21:19.388 INFO O| Jul 01 21:21:19.388 INFO STEP 925 (remove_files) COMPLETE
81242026-07-01T21:21:20.608Z[ recovery-image] Jul 01 21:21:19.388 INFO O| Jul 01 21:21:19.388 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-07-01T21:21:20.612Z[ recovery-image] Jul 01 21:21:19.394 INFO O| Jul 01 21:21:19.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81262026-07-01T21:21:20.612Z[ recovery-image] Jul 01 21:21:19.394 INFO O| Jul 01 21:21:19.394 INFO STEP 926 (remove_files) COMPLETE
81272026-07-01T21:21:20.612Z[ recovery-image] Jul 01 21:21:19.394 INFO O| Jul 01 21:21:19.394 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-07-01T21:21:20.620Z[ recovery-image] Jul 01 21:21:19.401 INFO O| Jul 01 21:21:19.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81292026-07-01T21:21:20.620Z[ recovery-image] Jul 01 21:21:19.401 INFO O| Jul 01 21:21:19.401 INFO STEP 927 (remove_files) COMPLETE
81302026-07-01T21:21:20.620Z[ recovery-image] Jul 01 21:21:19.401 INFO O| Jul 01 21:21:19.401 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-07-01T21:21:20.627Z[ recovery-image] Jul 01 21:21:19.408 INFO O| Jul 01 21:21:19.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81322026-07-01T21:21:20.627Z[ recovery-image] Jul 01 21:21:19.408 INFO O| Jul 01 21:21:19.408 INFO STEP 928 (remove_files) COMPLETE
81332026-07-01T21:21:20.627Z[ recovery-image] Jul 01 21:21:19.408 INFO O| Jul 01 21:21:19.408 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-07-01T21:21:20.633Z[ recovery-image] Jul 01 21:21:19.415 INFO O| Jul 01 21:21:19.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81352026-07-01T21:21:20.633Z[ recovery-image] Jul 01 21:21:19.415 INFO O| Jul 01 21:21:19.415 INFO STEP 929 (remove_files) COMPLETE
81362026-07-01T21:21:20.637Z[ recovery-image] Jul 01 21:21:19.415 INFO O| Jul 01 21:21:19.415 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-07-01T21:21:20.641Z[ recovery-image] Jul 01 21:21:19.421 INFO O| Jul 01 21:21:19.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81382026-07-01T21:21:20.641Z[ recovery-image] Jul 01 21:21:19.421 INFO O| Jul 01 21:21:19.421 INFO STEP 930 (remove_files) COMPLETE
81392026-07-01T21:21:20.641Z[ recovery-image] Jul 01 21:21:19.421 INFO O| Jul 01 21:21:19.421 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-07-01T21:21:20.647Z[ recovery-image] Jul 01 21:21:19.429 INFO O| Jul 01 21:21:19.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81412026-07-01T21:21:20.647Z[ recovery-image] Jul 01 21:21:19.429 INFO O| Jul 01 21:21:19.429 INFO STEP 931 (remove_files) COMPLETE
81422026-07-01T21:21:20.689Z[ recovery-image] Jul 01 21:21:19.429 INFO O| Jul 01 21:21:19.429 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-07-01T21:21:20.689Z[ recovery-image] Jul 01 21:21:19.436 INFO O| Jul 01 21:21:19.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81442026-07-01T21:21:20.689Z[ recovery-image] Jul 01 21:21:19.436 INFO O| Jul 01 21:21:19.436 INFO STEP 932 (remove_files) COMPLETE
81452026-07-01T21:21:20.689Z[ recovery-image] Jul 01 21:21:19.436 INFO O| Jul 01 21:21:19.436 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-07-01T21:21:20.689Z[ recovery-image] Jul 01 21:21:19.443 INFO O| Jul 01 21:21:19.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81472026-07-01T21:21:20.689Z[ recovery-image] Jul 01 21:21:19.443 INFO O| Jul 01 21:21:19.443 INFO STEP 933 (remove_files) COMPLETE
81482026-07-01T21:21:20.689Z[ recovery-image] Jul 01 21:21:19.443 INFO O| Jul 01 21:21:19.443 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-07-01T21:21:20.690Z[ recovery-image] Jul 01 21:21:19.449 INFO O| Jul 01 21:21:19.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81502026-07-01T21:21:20.690Z[ recovery-image] Jul 01 21:21:19.449 INFO O| Jul 01 21:21:19.449 INFO STEP 934 (remove_files) COMPLETE
81512026-07-01T21:21:20.690Z[ recovery-image] Jul 01 21:21:19.449 INFO O| Jul 01 21:21:19.449 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-07-01T21:21:20.690Z[ recovery-image] Jul 01 21:21:19.457 INFO O| Jul 01 21:21:19.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81532026-07-01T21:21:20.690Z[ recovery-image] Jul 01 21:21:19.457 INFO O| Jul 01 21:21:19.457 INFO STEP 935 (remove_files) COMPLETE
81542026-07-01T21:21:20.690Z[ recovery-image] Jul 01 21:21:19.457 INFO O| Jul 01 21:21:19.457 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-07-01T21:21:20.690Z[ recovery-image] Jul 01 21:21:19.463 INFO O| Jul 01 21:21:19.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81562026-07-01T21:21:20.690Z[ recovery-image] Jul 01 21:21:19.463 INFO O| Jul 01 21:21:19.463 INFO STEP 936 (remove_files) COMPLETE
81572026-07-01T21:21:20.690Z[ recovery-image] Jul 01 21:21:19.463 INFO O| Jul 01 21:21:19.463 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-07-01T21:21:20.694Z[ recovery-image] Jul 01 21:21:19.470 INFO O| Jul 01 21:21:19.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81592026-07-01T21:21:20.694Z[ recovery-image] Jul 01 21:21:19.470 INFO O| Jul 01 21:21:19.470 INFO STEP 937 (remove_files) COMPLETE
81602026-07-01T21:21:20.694Z[ recovery-image] Jul 01 21:21:19.470 INFO O| Jul 01 21:21:19.470 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-07-01T21:21:20.701Z[ recovery-image] Jul 01 21:21:19.477 INFO O| Jul 01 21:21:19.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81622026-07-01T21:21:20.701Z[ recovery-image] Jul 01 21:21:19.477 INFO O| Jul 01 21:21:19.477 INFO STEP 938 (remove_files) COMPLETE
81632026-07-01T21:21:20.701Z[ recovery-image] Jul 01 21:21:19.477 INFO O| Jul 01 21:21:19.477 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-07-01T21:21:20.704Z[ recovery-image] Jul 01 21:21:19.483 INFO O| Jul 01 21:21:19.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81652026-07-01T21:21:20.704Z[ recovery-image] Jul 01 21:21:19.484 INFO O| Jul 01 21:21:19.484 INFO STEP 939 (remove_files) COMPLETE
81662026-07-01T21:21:20.704Z[ recovery-image] Jul 01 21:21:19.484 INFO O| Jul 01 21:21:19.484 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-07-01T21:21:20.709Z[ recovery-image] Jul 01 21:21:19.491 INFO O| Jul 01 21:21:19.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81682026-07-01T21:21:20.712Z[ recovery-image] Jul 01 21:21:19.491 INFO O| Jul 01 21:21:19.491 INFO STEP 940 (remove_files) COMPLETE
81692026-07-01T21:21:20.712Z[ recovery-image] Jul 01 21:21:19.491 INFO O| Jul 01 21:21:19.491 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-07-01T21:21:20.715Z[ recovery-image] Jul 01 21:21:19.497 INFO O| Jul 01 21:21:19.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81712026-07-01T21:21:20.718Z[ recovery-image] Jul 01 21:21:19.498 INFO O| Jul 01 21:21:19.498 INFO STEP 941 (remove_files) COMPLETE
81722026-07-01T21:21:20.718Z[ recovery-image] Jul 01 21:21:19.498 INFO O| Jul 01 21:21:19.498 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-07-01T21:21:20.724Z[ recovery-image] Jul 01 21:21:19.506 INFO O| Jul 01 21:21:19.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81742026-07-01T21:21:20.727Z[ recovery-image] Jul 01 21:21:19.506 INFO O| Jul 01 21:21:19.506 INFO STEP 942 (remove_files) COMPLETE
81752026-07-01T21:21:20.727Z[ recovery-image] Jul 01 21:21:19.506 INFO O| Jul 01 21:21:19.506 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-07-01T21:21:20.731Z[ recovery-image] Jul 01 21:21:19.513 INFO O| Jul 01 21:21:19.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81772026-07-01T21:21:20.731Z[ recovery-image] Jul 01 21:21:19.513 INFO O| Jul 01 21:21:19.513 INFO STEP 943 (remove_files) COMPLETE
81782026-07-01T21:21:20.731Z[ recovery-image] Jul 01 21:21:19.513 INFO O| Jul 01 21:21:19.513 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-07-01T21:21:20.739Z[ recovery-image] Jul 01 21:21:19.521 INFO O| Jul 01 21:21:19.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81802026-07-01T21:21:20.739Z[ recovery-image] Jul 01 21:21:19.521 INFO O| Jul 01 21:21:19.521 INFO STEP 944 (remove_files) COMPLETE
81812026-07-01T21:21:20.739Z[ recovery-image] Jul 01 21:21:19.521 INFO O| Jul 01 21:21:19.521 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-07-01T21:21:20.746Z[ recovery-image] Jul 01 21:21:19.528 INFO O| Jul 01 21:21:19.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81832026-07-01T21:21:20.746Z[ recovery-image] Jul 01 21:21:19.528 INFO O| Jul 01 21:21:19.528 INFO STEP 945 (remove_files) COMPLETE
81842026-07-01T21:21:20.749Z[ recovery-image] Jul 01 21:21:19.528 INFO O| Jul 01 21:21:19.528 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-07-01T21:21:20.753Z[ recovery-image] Jul 01 21:21:19.535 INFO O| Jul 01 21:21:19.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81862026-07-01T21:21:20.753Z[ recovery-image] Jul 01 21:21:19.535 INFO O| Jul 01 21:21:19.535 INFO STEP 946 (remove_files) COMPLETE
81872026-07-01T21:21:20.756Z[ recovery-image] Jul 01 21:21:19.535 INFO O| Jul 01 21:21:19.535 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-07-01T21:21:20.761Z[ recovery-image] Jul 01 21:21:19.543 INFO O| Jul 01 21:21:19.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81892026-07-01T21:21:20.761Z[ recovery-image] Jul 01 21:21:19.543 INFO O| Jul 01 21:21:19.543 INFO STEP 947 (remove_files) COMPLETE
81902026-07-01T21:21:20.764Z[ recovery-image] Jul 01 21:21:19.543 INFO O| Jul 01 21:21:19.543 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-07-01T21:21:20.768Z[ recovery-image] Jul 01 21:21:19.550 INFO O| Jul 01 21:21:19.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81922026-07-01T21:21:20.770Z[ recovery-image] Jul 01 21:21:19.550 INFO O| Jul 01 21:21:19.550 INFO STEP 948 (remove_files) COMPLETE
81932026-07-01T21:21:20.770Z[ recovery-image] Jul 01 21:21:19.550 INFO O| Jul 01 21:21:19.550 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-07-01T21:21:20.775Z[ recovery-image] Jul 01 21:21:19.557 INFO O| Jul 01 21:21:19.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81952026-07-01T21:21:20.775Z[ recovery-image] Jul 01 21:21:19.557 INFO O| Jul 01 21:21:19.557 INFO STEP 949 (remove_files) COMPLETE
81962026-07-01T21:21:20.775Z[ recovery-image] Jul 01 21:21:19.557 INFO O| Jul 01 21:21:19.557 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-07-01T21:21:20.783Z[ recovery-image] Jul 01 21:21:19.565 INFO O| Jul 01 21:21:19.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81982026-07-01T21:21:20.783Z[ recovery-image] Jul 01 21:21:19.565 INFO O| Jul 01 21:21:19.565 INFO STEP 950 (remove_files) COMPLETE
81992026-07-01T21:21:20.786Z[ recovery-image] Jul 01 21:21:19.565 INFO O| Jul 01 21:21:19.565 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-07-01T21:21:20.790Z[ recovery-image] Jul 01 21:21:19.571 INFO O| Jul 01 21:21:19.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82012026-07-01T21:21:20.790Z[ recovery-image] Jul 01 21:21:19.572 INFO O| Jul 01 21:21:19.572 INFO STEP 951 (remove_files) COMPLETE
82022026-07-01T21:21:20.790Z[ recovery-image] Jul 01 21:21:19.572 INFO O| Jul 01 21:21:19.572 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-07-01T21:21:20.798Z[ recovery-image] Jul 01 21:21:19.580 INFO O| Jul 01 21:21:19.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82042026-07-01T21:21:20.801Z[ recovery-image] Jul 01 21:21:19.580 INFO O| Jul 01 21:21:19.580 INFO STEP 952 (remove_files) COMPLETE
82052026-07-01T21:21:20.801Z[ recovery-image] Jul 01 21:21:19.580 INFO O| Jul 01 21:21:19.580 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-07-01T21:21:20.806Z[ recovery-image] Jul 01 21:21:19.588 INFO O| Jul 01 21:21:19.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82072026-07-01T21:21:20.806Z[ recovery-image] Jul 01 21:21:19.588 INFO O| Jul 01 21:21:19.588 INFO STEP 953 (remove_files) COMPLETE
82082026-07-01T21:21:20.806Z[ recovery-image] Jul 01 21:21:19.588 INFO O| Jul 01 21:21:19.588 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-07-01T21:21:20.814Z[ recovery-image] Jul 01 21:21:19.596 INFO O| Jul 01 21:21:19.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82102026-07-01T21:21:20.814Z[ recovery-image] Jul 01 21:21:19.596 INFO O| Jul 01 21:21:19.596 INFO STEP 954 (remove_files) COMPLETE
82112026-07-01T21:21:20.814Z[ recovery-image] Jul 01 21:21:19.596 INFO O| Jul 01 21:21:19.596 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-07-01T21:21:20.820Z[ recovery-image] Jul 01 21:21:19.602 INFO O| Jul 01 21:21:19.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82132026-07-01T21:21:20.820Z[ recovery-image] Jul 01 21:21:19.602 INFO O| Jul 01 21:21:19.602 INFO STEP 955 (remove_files) COMPLETE
82142026-07-01T21:21:20.820Z[ recovery-image] Jul 01 21:21:19.602 INFO O| Jul 01 21:21:19.602 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-07-01T21:21:20.827Z[ recovery-image] Jul 01 21:21:19.608 INFO O| Jul 01 21:21:19.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82162026-07-01T21:21:20.827Z[ recovery-image] Jul 01 21:21:19.609 INFO O| Jul 01 21:21:19.609 INFO STEP 956 (remove_files) COMPLETE
82172026-07-01T21:21:20.827Z[ recovery-image] Jul 01 21:21:19.609 INFO O| Jul 01 21:21:19.609 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-07-01T21:21:20.833Z[ recovery-image] Jul 01 21:21:19.615 INFO O| Jul 01 21:21:19.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82192026-07-01T21:21:20.833Z[ recovery-image] Jul 01 21:21:19.615 INFO O| Jul 01 21:21:19.615 INFO STEP 957 (remove_files) COMPLETE
82202026-07-01T21:21:20.833Z[ recovery-image] Jul 01 21:21:19.615 INFO O| Jul 01 21:21:19.615 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-07-01T21:21:20.839Z[ recovery-image] Jul 01 21:21:19.621 INFO O| Jul 01 21:21:19.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82222026-07-01T21:21:20.839Z[ recovery-image] Jul 01 21:21:19.621 INFO O| Jul 01 21:21:19.621 INFO STEP 958 (remove_files) COMPLETE
82232026-07-01T21:21:20.843Z[ recovery-image] Jul 01 21:21:19.621 INFO O| Jul 01 21:21:19.621 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-07-01T21:21:20.846Z[ recovery-image] Jul 01 21:21:19.628 INFO O| Jul 01 21:21:19.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82252026-07-01T21:21:20.846Z[ recovery-image] Jul 01 21:21:19.628 INFO O| Jul 01 21:21:19.628 INFO STEP 959 (remove_files) COMPLETE
82262026-07-01T21:21:20.846Z[ recovery-image] Jul 01 21:21:19.628 INFO O| Jul 01 21:21:19.628 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-07-01T21:21:20.852Z[ recovery-image] Jul 01 21:21:19.634 INFO O| Jul 01 21:21:19.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82282026-07-01T21:21:20.855Z[ recovery-image] Jul 01 21:21:19.634 INFO O| Jul 01 21:21:19.634 INFO STEP 960 (remove_files) COMPLETE
82292026-07-01T21:21:20.855Z[ recovery-image] Jul 01 21:21:19.634 INFO O| Jul 01 21:21:19.634 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-07-01T21:21:20.857Z[ recovery-image] Jul 01 21:21:19.639 INFO O| Jul 01 21:21:19.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82312026-07-01T21:21:20.857Z[ recovery-image] Jul 01 21:21:19.639 INFO O| Jul 01 21:21:19.639 INFO STEP 961 (remove_files) COMPLETE
82322026-07-01T21:21:20.860Z[ recovery-image] Jul 01 21:21:19.639 INFO O| Jul 01 21:21:19.639 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-07-01T21:21:20.863Z[ recovery-image] Jul 01 21:21:19.645 INFO O| Jul 01 21:21:19.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82342026-07-01T21:21:20.863Z[ recovery-image] Jul 01 21:21:19.645 INFO O| Jul 01 21:21:19.645 INFO STEP 962 (remove_files) COMPLETE
82352026-07-01T21:21:20.863Z[ recovery-image] Jul 01 21:21:19.645 INFO O| Jul 01 21:21:19.645 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-07-01T21:21:20.869Z[ recovery-image] Jul 01 21:21:19.651 INFO O| Jul 01 21:21:19.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82372026-07-01T21:21:20.869Z[ recovery-image] Jul 01 21:21:19.651 INFO O| Jul 01 21:21:19.651 INFO STEP 963 (remove_files) COMPLETE
82382026-07-01T21:21:20.869Z[ recovery-image] Jul 01 21:21:19.651 INFO O| Jul 01 21:21:19.651 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-07-01T21:21:20.875Z[ recovery-image] Jul 01 21:21:19.657 INFO O| Jul 01 21:21:19.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82402026-07-01T21:21:20.875Z[ recovery-image] Jul 01 21:21:19.657 INFO O| Jul 01 21:21:19.657 INFO STEP 964 (remove_files) COMPLETE
82412026-07-01T21:21:20.878Z[ recovery-image] Jul 01 21:21:19.657 INFO O| Jul 01 21:21:19.657 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-07-01T21:21:20.881Z[ recovery-image] Jul 01 21:21:19.663 INFO O| Jul 01 21:21:19.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82432026-07-01T21:21:20.881Z[ recovery-image] Jul 01 21:21:19.663 INFO O| Jul 01 21:21:19.663 INFO STEP 965 (remove_files) COMPLETE
82442026-07-01T21:21:20.881Z[ recovery-image] Jul 01 21:21:19.663 INFO O| Jul 01 21:21:19.663 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-07-01T21:21:20.888Z[ recovery-image] Jul 01 21:21:19.670 INFO O| Jul 01 21:21:19.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82462026-07-01T21:21:20.888Z[ recovery-image] Jul 01 21:21:19.670 INFO O| Jul 01 21:21:19.670 INFO STEP 966 (remove_files) COMPLETE
82472026-07-01T21:21:20.888Z[ recovery-image] Jul 01 21:21:19.670 INFO O| Jul 01 21:21:19.670 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-07-01T21:21:20.894Z[ recovery-image] Jul 01 21:21:19.676 INFO O| Jul 01 21:21:19.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82492026-07-01T21:21:20.894Z[ recovery-image] Jul 01 21:21:19.676 INFO O| Jul 01 21:21:19.676 INFO STEP 967 (remove_files) COMPLETE
82502026-07-01T21:21:20.896Z[ recovery-image] Jul 01 21:21:19.676 INFO O| Jul 01 21:21:19.676 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-07-01T21:21:20.899Z[ recovery-image] Jul 01 21:21:19.681 INFO O| Jul 01 21:21:19.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82522026-07-01T21:21:20.899Z[ recovery-image] Jul 01 21:21:19.681 INFO O| Jul 01 21:21:19.681 INFO STEP 968 (remove_files) COMPLETE
82532026-07-01T21:21:20.902Z[ recovery-image] Jul 01 21:21:19.681 INFO O| Jul 01 21:21:19.681 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-07-01T21:21:20.905Z[ recovery-image] Jul 01 21:21:19.687 INFO O| Jul 01 21:21:19.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82552026-07-01T21:21:20.905Z[ recovery-image] Jul 01 21:21:19.687 INFO O| Jul 01 21:21:19.687 INFO STEP 969 (remove_files) COMPLETE
82562026-07-01T21:21:20.908Z[ recovery-image] Jul 01 21:21:19.687 INFO O| Jul 01 21:21:19.687 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-07-01T21:21:20.911Z[ recovery-image] Jul 01 21:21:19.693 INFO O| Jul 01 21:21:19.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82582026-07-01T21:21:20.911Z[ recovery-image] Jul 01 21:21:19.693 INFO O| Jul 01 21:21:19.693 INFO STEP 970 (remove_files) COMPLETE
82592026-07-01T21:21:20.911Z[ recovery-image] Jul 01 21:21:19.693 INFO O| Jul 01 21:21:19.693 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-07-01T21:21:20.917Z[ recovery-image] Jul 01 21:21:19.699 INFO O| Jul 01 21:21:19.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82612026-07-01T21:21:20.917Z[ recovery-image] Jul 01 21:21:19.699 INFO O| Jul 01 21:21:19.699 INFO STEP 971 (remove_files) COMPLETE
82622026-07-01T21:21:20.917Z[ recovery-image] Jul 01 21:21:19.699 INFO O| Jul 01 21:21:19.699 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-07-01T21:21:20.923Z[ recovery-image] Jul 01 21:21:19.705 INFO O| Jul 01 21:21:19.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82642026-07-01T21:21:20.923Z[ recovery-image] Jul 01 21:21:19.705 INFO O| Jul 01 21:21:19.705 INFO STEP 972 (remove_files) COMPLETE
82652026-07-01T21:21:20.926Z[ recovery-image] Jul 01 21:21:19.705 INFO O| Jul 01 21:21:19.705 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-07-01T21:21:20.929Z[ recovery-image] Jul 01 21:21:19.711 INFO O| Jul 01 21:21:19.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82672026-07-01T21:21:20.929Z[ recovery-image] Jul 01 21:21:19.711 INFO O| Jul 01 21:21:19.711 INFO STEP 973 (remove_files) COMPLETE
82682026-07-01T21:21:20.929Z[ recovery-image] Jul 01 21:21:19.711 INFO O| Jul 01 21:21:19.711 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-07-01T21:21:20.935Z[ recovery-image] Jul 01 21:21:19.717 INFO O| Jul 01 21:21:19.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82702026-07-01T21:21:20.935Z[ recovery-image] Jul 01 21:21:19.717 INFO O| Jul 01 21:21:19.717 INFO STEP 974 (remove_files) COMPLETE
82712026-07-01T21:21:20.938Z[ recovery-image] Jul 01 21:21:19.717 INFO O| Jul 01 21:21:19.717 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-07-01T21:21:20.941Z[ recovery-image] Jul 01 21:21:19.723 INFO O| Jul 01 21:21:19.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82732026-07-01T21:21:20.944Z[ recovery-image] Jul 01 21:21:19.723 INFO O| Jul 01 21:21:19.723 INFO STEP 975 (remove_files) COMPLETE
82742026-07-01T21:21:20.944Z[ recovery-image] Jul 01 21:21:19.723 INFO O| Jul 01 21:21:19.723 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-07-01T21:21:20.948Z[ recovery-image] Jul 01 21:21:19.730 INFO O| Jul 01 21:21:19.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82762026-07-01T21:21:20.948Z[ recovery-image] Jul 01 21:21:19.730 INFO O| Jul 01 21:21:19.730 INFO STEP 976 (remove_files) COMPLETE
82772026-07-01T21:21:20.951Z[ recovery-image] Jul 01 21:21:19.730 INFO O| Jul 01 21:21:19.730 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-07-01T21:21:20.956Z[ recovery-image] Jul 01 21:21:19.738 INFO O| Jul 01 21:21:19.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82792026-07-01T21:21:20.956Z[ recovery-image] Jul 01 21:21:19.738 INFO O| Jul 01 21:21:19.738 INFO STEP 977 (remove_files) COMPLETE
82802026-07-01T21:21:20.959Z[ recovery-image] Jul 01 21:21:19.738 INFO O| Jul 01 21:21:19.738 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-07-01T21:21:20.963Z[ recovery-image] Jul 01 21:21:19.745 INFO O| Jul 01 21:21:19.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82822026-07-01T21:21:20.963Z[ recovery-image] Jul 01 21:21:19.745 INFO O| Jul 01 21:21:19.745 INFO STEP 978 (remove_files) COMPLETE
82832026-07-01T21:21:20.967Z[ recovery-image] Jul 01 21:21:19.745 INFO O| Jul 01 21:21:19.745 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-07-01T21:21:20.969Z[ recovery-image] Jul 01 21:21:19.751 INFO O| Jul 01 21:21:19.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82852026-07-01T21:21:20.970Z[ recovery-image] Jul 01 21:21:19.751 INFO O| Jul 01 21:21:19.751 INFO STEP 979 (remove_files) COMPLETE
82862026-07-01T21:21:20.970Z[ recovery-image] Jul 01 21:21:19.751 INFO O| Jul 01 21:21:19.751 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-07-01T21:21:20.976Z[ recovery-image] Jul 01 21:21:19.757 INFO O| Jul 01 21:21:19.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82882026-07-01T21:21:20.976Z[ recovery-image] Jul 01 21:21:19.757 INFO O| Jul 01 21:21:19.757 INFO STEP 980 (remove_files) COMPLETE
82892026-07-01T21:21:20.976Z[ recovery-image] Jul 01 21:21:19.757 INFO O| Jul 01 21:21:19.757 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-07-01T21:21:20.983Z[ recovery-image] Jul 01 21:21:19.765 INFO O| Jul 01 21:21:19.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82912026-07-01T21:21:20.983Z[ recovery-image] Jul 01 21:21:19.765 INFO O| Jul 01 21:21:19.765 INFO STEP 981 (remove_files) COMPLETE
82922026-07-01T21:21:20.984Z[ recovery-image] Jul 01 21:21:19.765 INFO O| Jul 01 21:21:19.765 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-07-01T21:21:20.992Z[ recovery-image] Jul 01 21:21:19.774 INFO O| Jul 01 21:21:19.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82942026-07-01T21:21:20.992Z[ recovery-image] Jul 01 21:21:19.774 INFO O| Jul 01 21:21:19.774 INFO STEP 982 (remove_files) COMPLETE
82952026-07-01T21:21:20.995Z[ recovery-image] Jul 01 21:21:19.774 INFO O| Jul 01 21:21:19.774 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-07-01T21:21:20.999Z[ recovery-image] Jul 01 21:21:19.781 INFO O| Jul 01 21:21:19.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82972026-07-01T21:21:20.999Z[ recovery-image] Jul 01 21:21:19.781 INFO O| Jul 01 21:21:19.781 INFO STEP 983 (remove_files) COMPLETE
82982026-07-01T21:21:21.003Z[ recovery-image] Jul 01 21:21:19.781 INFO O| Jul 01 21:21:19.781 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-07-01T21:21:21.006Z[ recovery-image] Jul 01 21:21:19.787 INFO O| Jul 01 21:21:19.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83002026-07-01T21:21:21.006Z[ recovery-image] Jul 01 21:21:19.787 INFO O| Jul 01 21:21:19.787 INFO STEP 984 (remove_files) COMPLETE
83012026-07-01T21:21:21.006Z[ recovery-image] Jul 01 21:21:19.787 INFO O| Jul 01 21:21:19.787 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-07-01T21:21:21.011Z[ recovery-image] Jul 01 21:21:19.793 INFO O| Jul 01 21:21:19.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83032026-07-01T21:21:21.011Z[ recovery-image] Jul 01 21:21:19.793 INFO O| Jul 01 21:21:19.793 INFO STEP 985 (remove_files) COMPLETE
83042026-07-01T21:21:21.012Z[ recovery-image] Jul 01 21:21:19.793 INFO O| Jul 01 21:21:19.793 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-07-01T21:21:21.018Z[ recovery-image] Jul 01 21:21:19.800 INFO O| Jul 01 21:21:19.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83062026-07-01T21:21:21.018Z[ recovery-image] Jul 01 21:21:19.800 INFO O| Jul 01 21:21:19.800 INFO STEP 986 (remove_files) COMPLETE
83072026-07-01T21:21:21.021Z[ recovery-image] Jul 01 21:21:19.800 INFO O| Jul 01 21:21:19.800 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-07-01T21:21:21.026Z[ recovery-image] Jul 01 21:21:19.808 INFO O| Jul 01 21:21:19.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83092026-07-01T21:21:21.026Z[ recovery-image] Jul 01 21:21:19.808 INFO O| Jul 01 21:21:19.808 INFO STEP 987 (remove_files) COMPLETE
83102026-07-01T21:21:21.029Z[ recovery-image] Jul 01 21:21:19.808 INFO O| Jul 01 21:21:19.808 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-07-01T21:21:21.033Z[ recovery-image] Jul 01 21:21:19.815 INFO O| Jul 01 21:21:19.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83122026-07-01T21:21:21.034Z[ recovery-image] Jul 01 21:21:19.815 INFO O| Jul 01 21:21:19.815 INFO STEP 988 (remove_files) COMPLETE
83132026-07-01T21:21:21.038Z[ recovery-image] Jul 01 21:21:19.815 INFO O| Jul 01 21:21:19.815 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-07-01T21:21:21.041Z[ recovery-image] Jul 01 21:21:19.821 INFO O| Jul 01 21:21:19.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83152026-07-01T21:21:21.041Z[ recovery-image] Jul 01 21:21:19.821 INFO O| Jul 01 21:21:19.821 INFO STEP 989 (remove_files) COMPLETE
83162026-07-01T21:21:21.041Z[ recovery-image] Jul 01 21:21:19.821 INFO O| Jul 01 21:21:19.821 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-07-01T21:21:21.046Z[ recovery-image] Jul 01 21:21:19.828 INFO O| Jul 01 21:21:19.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83182026-07-01T21:21:21.049Z[ recovery-image] Jul 01 21:21:19.828 INFO O| Jul 01 21:21:19.828 INFO STEP 990 (remove_files) COMPLETE
83192026-07-01T21:21:21.049Z[ recovery-image] Jul 01 21:21:19.828 INFO O| Jul 01 21:21:19.828 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-07-01T21:21:21.054Z[ recovery-image] Jul 01 21:21:19.835 INFO O| Jul 01 21:21:19.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83212026-07-01T21:21:21.057Z[ recovery-image] Jul 01 21:21:19.835 INFO O| Jul 01 21:21:19.835 INFO STEP 991 (remove_files) COMPLETE
83222026-07-01T21:21:21.057Z[ recovery-image] Jul 01 21:21:19.835 INFO O| Jul 01 21:21:19.835 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-07-01T21:21:21.060Z[ recovery-image] Jul 01 21:21:19.841 INFO O| Jul 01 21:21:19.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83242026-07-01T21:21:21.060Z[ recovery-image] Jul 01 21:21:19.841 INFO O| Jul 01 21:21:19.841 INFO STEP 992 (remove_files) COMPLETE
83252026-07-01T21:21:21.060Z[ recovery-image] Jul 01 21:21:19.841 INFO O| Jul 01 21:21:19.841 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-07-01T21:21:21.066Z[ recovery-image] Jul 01 21:21:19.848 INFO O| Jul 01 21:21:19.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83272026-07-01T21:21:21.066Z[ recovery-image] Jul 01 21:21:19.848 INFO O| Jul 01 21:21:19.848 INFO STEP 993 (remove_files) COMPLETE
83282026-07-01T21:21:21.069Z[ recovery-image] Jul 01 21:21:19.848 INFO O| Jul 01 21:21:19.848 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-07-01T21:21:21.072Z[ recovery-image] Jul 01 21:21:19.854 INFO O| Jul 01 21:21:19.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83302026-07-01T21:21:21.072Z[ recovery-image] Jul 01 21:21:19.854 INFO O| Jul 01 21:21:19.854 INFO STEP 994 (remove_files) COMPLETE
83312026-07-01T21:21:21.075Z[ recovery-image] Jul 01 21:21:19.854 INFO O| Jul 01 21:21:19.854 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-07-01T21:21:21.080Z[ recovery-image] Jul 01 21:21:19.862 INFO O| Jul 01 21:21:19.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83332026-07-01T21:21:21.080Z[ recovery-image] Jul 01 21:21:19.862 INFO O| Jul 01 21:21:19.862 INFO STEP 995 (remove_files) COMPLETE
83342026-07-01T21:21:21.082Z[ recovery-image] Jul 01 21:21:19.862 INFO O| Jul 01 21:21:19.862 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-07-01T21:21:21.086Z[ recovery-image] Jul 01 21:21:19.868 INFO O| Jul 01 21:21:19.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83362026-07-01T21:21:21.086Z[ recovery-image] Jul 01 21:21:19.868 INFO O| Jul 01 21:21:19.868 INFO STEP 996 (remove_files) COMPLETE
83372026-07-01T21:21:21.089Z[ recovery-image] Jul 01 21:21:19.868 INFO O| Jul 01 21:21:19.868 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-07-01T21:21:21.092Z[ recovery-image] Jul 01 21:21:19.874 INFO O| Jul 01 21:21:19.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83392026-07-01T21:21:21.092Z[ recovery-image] Jul 01 21:21:19.874 INFO O| Jul 01 21:21:19.874 INFO STEP 997 (remove_files) COMPLETE
83402026-07-01T21:21:21.092Z[ recovery-image] Jul 01 21:21:19.874 INFO O| Jul 01 21:21:19.874 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-07-01T21:21:21.098Z[ recovery-image] Jul 01 21:21:19.880 INFO O| Jul 01 21:21:19.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83422026-07-01T21:21:21.101Z[ recovery-image] Jul 01 21:21:19.880 INFO O| Jul 01 21:21:19.880 INFO STEP 998 (remove_files) COMPLETE
83432026-07-01T21:21:21.101Z[ recovery-image] Jul 01 21:21:19.880 INFO O| Jul 01 21:21:19.880 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-07-01T21:21:21.104Z[ recovery-image] Jul 01 21:21:19.886 INFO O| Jul 01 21:21:19.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83452026-07-01T21:21:21.104Z[ recovery-image] Jul 01 21:21:19.886 INFO O| Jul 01 21:21:19.886 INFO STEP 999 (remove_files) COMPLETE
83462026-07-01T21:21:21.107Z[ recovery-image] Jul 01 21:21:19.886 INFO O| Jul 01 21:21:19.886 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-07-01T21:21:21.110Z[ recovery-image] Jul 01 21:21:19.892 INFO O| Jul 01 21:21:19.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83482026-07-01T21:21:21.110Z[ recovery-image] Jul 01 21:21:19.892 INFO O| Jul 01 21:21:19.892 INFO STEP 1000 (remove_files) COMPLETE
83492026-07-01T21:21:21.113Z[ recovery-image] Jul 01 21:21:19.892 INFO O| Jul 01 21:21:19.892 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-07-01T21:21:21.117Z[ recovery-image] Jul 01 21:21:19.898 INFO O| Jul 01 21:21:19.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83512026-07-01T21:21:21.118Z[ recovery-image] Jul 01 21:21:19.898 INFO O| Jul 01 21:21:19.898 INFO STEP 1001 (remove_files) COMPLETE
83522026-07-01T21:21:21.120Z[ recovery-image] Jul 01 21:21:19.898 INFO O| Jul 01 21:21:19.898 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-07-01T21:21:21.123Z[ recovery-image] Jul 01 21:21:19.904 INFO O| Jul 01 21:21:19.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83542026-07-01T21:21:21.123Z[ recovery-image] Jul 01 21:21:19.904 INFO O| Jul 01 21:21:19.904 INFO STEP 1002 (remove_files) COMPLETE
83552026-07-01T21:21:21.123Z[ recovery-image] Jul 01 21:21:19.904 INFO O| Jul 01 21:21:19.904 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-07-01T21:21:21.129Z[ recovery-image] Jul 01 21:21:19.911 INFO O| Jul 01 21:21:19.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83572026-07-01T21:21:21.129Z[ recovery-image] Jul 01 21:21:19.911 INFO O| Jul 01 21:21:19.911 INFO STEP 1003 (remove_files) COMPLETE
83582026-07-01T21:21:21.132Z[ recovery-image] Jul 01 21:21:19.911 INFO O| Jul 01 21:21:19.911 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-07-01T21:21:21.135Z[ recovery-image] Jul 01 21:21:19.917 INFO O| Jul 01 21:21:19.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83602026-07-01T21:21:21.138Z[ recovery-image] Jul 01 21:21:19.917 INFO O| Jul 01 21:21:19.917 INFO STEP 1004 (remove_files) COMPLETE
83612026-07-01T21:21:21.138Z[ recovery-image] Jul 01 21:21:19.917 INFO O| Jul 01 21:21:19.917 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-07-01T21:21:21.143Z[ recovery-image] Jul 01 21:21:19.925 INFO O| Jul 01 21:21:19.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83632026-07-01T21:21:21.143Z[ recovery-image] Jul 01 21:21:19.925 INFO O| Jul 01 21:21:19.925 INFO STEP 1005 (remove_files) COMPLETE
83642026-07-01T21:21:21.143Z[ recovery-image] Jul 01 21:21:19.925 INFO O| Jul 01 21:21:19.925 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-07-01T21:21:21.157Z[ recovery-image] Jul 01 21:21:19.939 INFO O| Jul 01 21:21:19.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83662026-07-01T21:21:21.157Z[ recovery-image] Jul 01 21:21:19.939 INFO O| Jul 01 21:21:19.939 INFO STEP 1006 (remove_files) COMPLETE
83672026-07-01T21:21:21.157Z[ recovery-image] Jul 01 21:21:19.939 INFO O| Jul 01 21:21:19.939 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-07-01T21:21:21.166Z[ recovery-image] Jul 01 21:21:19.948 INFO O| Jul 01 21:21:19.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83692026-07-01T21:21:21.166Z[ recovery-image] Jul 01 21:21:19.948 INFO O| Jul 01 21:21:19.948 INFO STEP 1007 (remove_files) COMPLETE
83702026-07-01T21:21:21.166Z[ recovery-image] Jul 01 21:21:19.948 INFO O| Jul 01 21:21:19.948 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-07-01T21:21:21.177Z[ recovery-image] Jul 01 21:21:19.956 INFO O| Jul 01 21:21:19.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83722026-07-01T21:21:21.177Z[ recovery-image] Jul 01 21:21:19.956 INFO O| Jul 01 21:21:19.956 INFO STEP 1008 (remove_files) COMPLETE
83732026-07-01T21:21:21.177Z[ recovery-image] Jul 01 21:21:19.956 INFO O| Jul 01 21:21:19.956 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-07-01T21:21:21.181Z[ recovery-image] Jul 01 21:21:19.963 INFO O| Jul 01 21:21:19.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83752026-07-01T21:21:21.181Z[ recovery-image] Jul 01 21:21:19.963 INFO O| Jul 01 21:21:19.963 INFO STEP 1009 (remove_files) COMPLETE
83762026-07-01T21:21:21.181Z[ recovery-image] Jul 01 21:21:19.963 INFO O| Jul 01 21:21:19.963 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-07-01T21:21:21.188Z[ recovery-image] Jul 01 21:21:19.970 INFO O| Jul 01 21:21:19.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83782026-07-01T21:21:21.188Z[ recovery-image] Jul 01 21:21:19.970 INFO O| Jul 01 21:21:19.970 INFO STEP 1010 (remove_files) COMPLETE
83792026-07-01T21:21:21.188Z[ recovery-image] Jul 01 21:21:19.970 INFO O| Jul 01 21:21:19.970 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-07-01T21:21:21.195Z[ recovery-image] Jul 01 21:21:19.977 INFO O| Jul 01 21:21:19.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83812026-07-01T21:21:21.195Z[ recovery-image] Jul 01 21:21:19.977 INFO O| Jul 01 21:21:19.977 INFO STEP 1011 (remove_files) COMPLETE
83822026-07-01T21:21:21.198Z[ recovery-image] Jul 01 21:21:19.977 INFO O| Jul 01 21:21:19.977 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-07-01T21:21:21.202Z[ recovery-image] Jul 01 21:21:19.984 INFO O| Jul 01 21:21:19.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83842026-07-01T21:21:21.202Z[ recovery-image] Jul 01 21:21:19.984 INFO O| Jul 01 21:21:19.983 INFO STEP 1012 (remove_files) COMPLETE
83852026-07-01T21:21:21.202Z[ recovery-image] Jul 01 21:21:19.984 INFO O| Jul 01 21:21:19.983 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-07-01T21:21:21.212Z[ recovery-image] Jul 01 21:21:19.994 INFO O| Jul 01 21:21:19.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83872026-07-01T21:21:21.213Z[ recovery-image] Jul 01 21:21:19.994 INFO O| Jul 01 21:21:19.994 INFO STEP 1013 (remove_files) COMPLETE
83882026-07-01T21:21:21.213Z[ recovery-image] Jul 01 21:21:19.994 INFO O| Jul 01 21:21:19.994 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-07-01T21:21:21.220Z[ recovery-image] Jul 01 21:21:20.002 INFO O| Jul 01 21:21:20.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83902026-07-01T21:21:21.220Z[ recovery-image] Jul 01 21:21:20.002 INFO O| Jul 01 21:21:20.001 INFO STEP 1014 (remove_files) COMPLETE
83912026-07-01T21:21:21.220Z[ recovery-image] Jul 01 21:21:20.002 INFO O| Jul 01 21:21:20.001 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-07-01T21:21:21.227Z[ recovery-image] Jul 01 21:21:20.009 INFO O| Jul 01 21:21:20.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83932026-07-01T21:21:21.227Z[ recovery-image] Jul 01 21:21:20.009 INFO O| Jul 01 21:21:20.009 INFO STEP 1015 (remove_files) COMPLETE
83942026-07-01T21:21:21.227Z[ recovery-image] Jul 01 21:21:20.009 INFO O| Jul 01 21:21:20.009 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-07-01T21:21:21.235Z[ recovery-image] Jul 01 21:21:20.017 INFO O| Jul 01 21:21:20.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83962026-07-01T21:21:21.235Z[ recovery-image] Jul 01 21:21:20.017 INFO O| Jul 01 21:21:20.017 INFO STEP 1016 (remove_files) COMPLETE
83972026-07-01T21:21:21.236Z[ recovery-image] Jul 01 21:21:20.017 INFO O| Jul 01 21:21:20.017 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-07-01T21:21:21.243Z[ recovery-image] Jul 01 21:21:20.025 INFO O| Jul 01 21:21:20.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83992026-07-01T21:21:21.243Z[ recovery-image] Jul 01 21:21:20.025 INFO O| Jul 01 21:21:20.025 INFO STEP 1017 (remove_files) COMPLETE
84002026-07-01T21:21:21.243Z[ recovery-image] Jul 01 21:21:20.025 INFO O| Jul 01 21:21:20.025 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-07-01T21:21:21.252Z[ recovery-image] Jul 01 21:21:20.034 INFO O| Jul 01 21:21:20.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84022026-07-01T21:21:21.252Z[ recovery-image] Jul 01 21:21:20.034 INFO O| Jul 01 21:21:20.034 INFO STEP 1018 (remove_files) COMPLETE
84032026-07-01T21:21:21.255Z[ recovery-image] Jul 01 21:21:20.034 INFO O| Jul 01 21:21:20.034 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-07-01T21:21:21.259Z[ recovery-image] Jul 01 21:21:20.041 INFO O| Jul 01 21:21:20.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84052026-07-01T21:21:21.262Z[ recovery-image] Jul 01 21:21:20.041 INFO O| Jul 01 21:21:20.041 INFO STEP 1019 (remove_files) COMPLETE
84062026-07-01T21:21:21.262Z[ recovery-image] Jul 01 21:21:20.041 INFO O| Jul 01 21:21:20.041 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-07-01T21:21:21.265Z[ recovery-image] Jul 01 21:21:20.046 INFO O| Jul 01 21:21:20.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84082026-07-01T21:21:21.265Z[ recovery-image] Jul 01 21:21:20.046 INFO O| Jul 01 21:21:20.046 INFO STEP 1020 (remove_files) COMPLETE
84092026-07-01T21:21:21.265Z[ recovery-image] Jul 01 21:21:20.046 INFO O| Jul 01 21:21:20.046 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-07-01T21:21:21.271Z[ recovery-image] Jul 01 21:21:20.053 INFO O| Jul 01 21:21:20.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84112026-07-01T21:21:21.271Z[ recovery-image] Jul 01 21:21:20.053 INFO O| Jul 01 21:21:20.053 INFO STEP 1021 (remove_files) COMPLETE
84122026-07-01T21:21:21.274Z[ recovery-image] Jul 01 21:21:20.053 INFO O| Jul 01 21:21:20.053 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-07-01T21:21:21.277Z[ recovery-image] Jul 01 21:21:20.059 INFO O| Jul 01 21:21:20.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84142026-07-01T21:21:21.280Z[ recovery-image] Jul 01 21:21:20.059 INFO O| Jul 01 21:21:20.059 INFO STEP 1022 (remove_files) COMPLETE
84152026-07-01T21:21:21.280Z[ recovery-image] Jul 01 21:21:20.059 INFO O| Jul 01 21:21:20.059 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-07-01T21:21:21.286Z[ recovery-image] Jul 01 21:21:20.068 INFO O| Jul 01 21:21:20.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84172026-07-01T21:21:21.286Z[ recovery-image] Jul 01 21:21:20.068 INFO O| Jul 01 21:21:20.068 INFO STEP 1023 (remove_files) COMPLETE
84182026-07-01T21:21:21.289Z[ recovery-image] Jul 01 21:21:20.068 INFO O| Jul 01 21:21:20.068 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-07-01T21:21:21.294Z[ recovery-image] Jul 01 21:21:20.076 INFO O| Jul 01 21:21:20.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84202026-07-01T21:21:21.297Z[ recovery-image] Jul 01 21:21:20.076 INFO O| Jul 01 21:21:20.076 INFO STEP 1024 (remove_files) COMPLETE
84212026-07-01T21:21:21.297Z[ recovery-image] Jul 01 21:21:20.076 INFO O| Jul 01 21:21:20.076 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-07-01T21:21:21.302Z[ recovery-image] Jul 01 21:21:20.084 INFO O| Jul 01 21:21:20.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84232026-07-01T21:21:21.305Z[ recovery-image] Jul 01 21:21:20.084 INFO O| Jul 01 21:21:20.084 INFO STEP 1025 (remove_files) COMPLETE
84242026-07-01T21:21:21.305Z[ recovery-image] Jul 01 21:21:20.084 INFO O| Jul 01 21:21:20.084 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-07-01T21:21:21.309Z[ recovery-image] Jul 01 21:21:20.091 INFO O| Jul 01 21:21:20.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84262026-07-01T21:21:21.309Z[ recovery-image] Jul 01 21:21:20.091 INFO O| Jul 01 21:21:20.091 INFO STEP 1026 (remove_files) COMPLETE
84272026-07-01T21:21:21.312Z[ recovery-image] Jul 01 21:21:20.091 INFO O| Jul 01 21:21:20.091 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-07-01T21:21:21.316Z[ recovery-image] Jul 01 21:21:20.098 INFO O| Jul 01 21:21:20.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84292026-07-01T21:21:21.319Z[ recovery-image] Jul 01 21:21:20.098 INFO O| Jul 01 21:21:20.098 INFO STEP 1027 (remove_files) COMPLETE
84302026-07-01T21:21:21.319Z[ recovery-image] Jul 01 21:21:20.098 INFO O| Jul 01 21:21:20.098 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-07-01T21:21:21.326Z[ recovery-image] Jul 01 21:21:20.107 INFO O| Jul 01 21:21:20.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84322026-07-01T21:21:21.326Z[ recovery-image] Jul 01 21:21:20.107 INFO O| Jul 01 21:21:20.107 INFO STEP 1028 (remove_files) COMPLETE
84332026-07-01T21:21:21.329Z[ recovery-image] Jul 01 21:21:20.107 INFO O| Jul 01 21:21:20.107 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-07-01T21:21:21.334Z[ recovery-image] Jul 01 21:21:20.116 INFO O| Jul 01 21:21:20.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84352026-07-01T21:21:21.336Z[ recovery-image] Jul 01 21:21:20.116 INFO O| Jul 01 21:21:20.116 INFO STEP 1029 (remove_files) COMPLETE
84362026-07-01T21:21:21.336Z[ recovery-image] Jul 01 21:21:20.116 INFO O| Jul 01 21:21:20.116 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-07-01T21:21:21.340Z[ recovery-image] Jul 01 21:21:20.122 INFO O| Jul 01 21:21:20.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84382026-07-01T21:21:21.340Z[ recovery-image] Jul 01 21:21:20.122 INFO O| Jul 01 21:21:20.122 INFO STEP 1030 (remove_files) COMPLETE
84392026-07-01T21:21:21.341Z[ recovery-image] Jul 01 21:21:20.122 INFO O| Jul 01 21:21:20.122 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-07-01T21:21:21.349Z[ recovery-image] Jul 01 21:21:20.131 INFO O| Jul 01 21:21:20.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84412026-07-01T21:21:21.349Z[ recovery-image] Jul 01 21:21:20.131 INFO O| Jul 01 21:21:20.131 INFO STEP 1031 (remove_files) COMPLETE
84422026-07-01T21:21:21.349Z[ recovery-image] Jul 01 21:21:20.131 INFO O| Jul 01 21:21:20.131 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-07-01T21:21:21.357Z[ recovery-image] Jul 01 21:21:20.139 INFO O| Jul 01 21:21:20.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84442026-07-01T21:21:21.360Z[ recovery-image] Jul 01 21:21:20.139 INFO O| Jul 01 21:21:20.139 INFO STEP 1032 (remove_files) COMPLETE
84452026-07-01T21:21:21.360Z[ recovery-image] Jul 01 21:21:20.139 INFO O| Jul 01 21:21:20.139 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-07-01T21:21:21.364Z[ recovery-image] Jul 01 21:21:20.146 INFO O| Jul 01 21:21:20.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84472026-07-01T21:21:21.364Z[ recovery-image] Jul 01 21:21:20.146 INFO O| Jul 01 21:21:20.146 INFO STEP 1033 (remove_files) COMPLETE
84482026-07-01T21:21:21.367Z[ recovery-image] Jul 01 21:21:20.146 INFO O| Jul 01 21:21:20.146 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-07-01T21:21:21.372Z[ recovery-image] Jul 01 21:21:20.153 INFO O| Jul 01 21:21:20.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84502026-07-01T21:21:21.372Z[ recovery-image] Jul 01 21:21:20.153 INFO O| Jul 01 21:21:20.153 INFO STEP 1034 (remove_files) COMPLETE
84512026-07-01T21:21:21.372Z[ recovery-image] Jul 01 21:21:20.153 INFO O| Jul 01 21:21:20.153 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-07-01T21:21:21.378Z[ recovery-image] Jul 01 21:21:20.160 INFO O| Jul 01 21:21:20.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84532026-07-01T21:21:21.378Z[ recovery-image] Jul 01 21:21:20.160 INFO O| Jul 01 21:21:20.160 INFO STEP 1035 (remove_files) COMPLETE
84542026-07-01T21:21:21.378Z[ recovery-image] Jul 01 21:21:20.160 INFO O| Jul 01 21:21:20.160 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-07-01T21:21:21.386Z[ recovery-image] Jul 01 21:21:20.168 INFO O| Jul 01 21:21:20.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84562026-07-01T21:21:21.386Z[ recovery-image] Jul 01 21:21:20.168 INFO O| Jul 01 21:21:20.168 INFO STEP 1036 (remove_files) COMPLETE
84572026-07-01T21:21:21.389Z[ recovery-image] Jul 01 21:21:20.168 INFO O| Jul 01 21:21:20.168 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-07-01T21:21:21.393Z[ recovery-image] Jul 01 21:21:20.175 INFO O| Jul 01 21:21:20.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84592026-07-01T21:21:21.393Z[ recovery-image] Jul 01 21:21:20.175 INFO O| Jul 01 21:21:20.175 INFO STEP 1037 (remove_files) COMPLETE
84602026-07-01T21:21:21.393Z[ recovery-image] Jul 01 21:21:20.175 INFO O| Jul 01 21:21:20.175 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-07-01T21:21:21.403Z[ recovery-image] Jul 01 21:21:20.185 INFO O| Jul 01 21:21:20.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84622026-07-01T21:21:21.403Z[ recovery-image] Jul 01 21:21:20.185 INFO O| Jul 01 21:21:20.185 INFO STEP 1038 (remove_files) COMPLETE
84632026-07-01T21:21:21.403Z[ recovery-image] Jul 01 21:21:20.185 INFO O| Jul 01 21:21:20.185 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-07-01T21:21:21.411Z[ recovery-image] Jul 01 21:21:20.193 INFO O| Jul 01 21:21:20.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84652026-07-01T21:21:21.411Z[ recovery-image] Jul 01 21:21:20.193 INFO O| Jul 01 21:21:20.193 INFO STEP 1039 (remove_files) COMPLETE
84662026-07-01T21:21:21.415Z[ recovery-image] Jul 01 21:21:20.193 INFO O| Jul 01 21:21:20.193 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-07-01T21:21:21.419Z[ recovery-image] Jul 01 21:21:20.201 INFO O| Jul 01 21:21:20.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84682026-07-01T21:21:21.421Z[ recovery-image] Jul 01 21:21:20.201 INFO O| Jul 01 21:21:20.201 INFO STEP 1040 (remove_files) COMPLETE
84692026-07-01T21:21:21.421Z[ recovery-image] Jul 01 21:21:20.201 INFO O| Jul 01 21:21:20.201 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-07-01T21:21:21.425Z[ recovery-image] Jul 01 21:21:20.207 INFO O| Jul 01 21:21:20.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84712026-07-01T21:21:21.426Z[ recovery-image] Jul 01 21:21:20.207 INFO O| Jul 01 21:21:20.207 INFO STEP 1041 (remove_files) COMPLETE
84722026-07-01T21:21:21.428Z[ recovery-image] Jul 01 21:21:20.208 INFO O| Jul 01 21:21:20.207 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-07-01T21:21:21.434Z[ recovery-image] Jul 01 21:21:20.216 INFO O| Jul 01 21:21:20.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84742026-07-01T21:21:21.434Z[ recovery-image] Jul 01 21:21:20.216 INFO O| Jul 01 21:21:20.216 INFO STEP 1042 (remove_files) COMPLETE
84752026-07-01T21:21:21.437Z[ recovery-image] Jul 01 21:21:20.216 INFO O| Jul 01 21:21:20.216 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-07-01T21:21:21.442Z[ recovery-image] Jul 01 21:21:20.224 INFO O| Jul 01 21:21:20.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84772026-07-01T21:21:21.442Z[ recovery-image] Jul 01 21:21:20.224 INFO O| Jul 01 21:21:20.224 INFO STEP 1043 (remove_files) COMPLETE
84782026-07-01T21:21:21.442Z[ recovery-image] Jul 01 21:21:20.224 INFO O| Jul 01 21:21:20.224 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-07-01T21:21:21.449Z[ recovery-image] Jul 01 21:21:20.230 INFO O| Jul 01 21:21:20.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84802026-07-01T21:21:21.452Z[ recovery-image] Jul 01 21:21:20.230 INFO O| Jul 01 21:21:20.230 INFO STEP 1044 (remove_files) COMPLETE
84812026-07-01T21:21:21.452Z[ recovery-image] Jul 01 21:21:20.230 INFO O| Jul 01 21:21:20.230 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-07-01T21:21:21.455Z[ recovery-image] Jul 01 21:21:20.237 INFO O| Jul 01 21:21:20.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84832026-07-01T21:21:21.455Z[ recovery-image] Jul 01 21:21:20.237 INFO O| Jul 01 21:21:20.237 INFO STEP 1045 (remove_files) COMPLETE
84842026-07-01T21:21:21.458Z[ recovery-image] Jul 01 21:21:20.237 INFO O| Jul 01 21:21:20.237 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-07-01T21:21:21.461Z[ recovery-image] Jul 01 21:21:20.243 INFO O| Jul 01 21:21:20.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84862026-07-01T21:21:21.464Z[ recovery-image] Jul 01 21:21:20.243 INFO O| Jul 01 21:21:20.243 INFO STEP 1046 (remove_files) COMPLETE
84872026-07-01T21:21:21.464Z[ recovery-image] Jul 01 21:21:20.243 INFO O| Jul 01 21:21:20.243 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-07-01T21:21:21.467Z[ recovery-image] Jul 01 21:21:20.249 INFO O| Jul 01 21:21:20.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84892026-07-01T21:21:21.470Z[ recovery-image] Jul 01 21:21:20.249 INFO O| Jul 01 21:21:20.249 INFO STEP 1047 (remove_files) COMPLETE
84902026-07-01T21:21:21.471Z[ recovery-image] Jul 01 21:21:20.249 INFO O| Jul 01 21:21:20.249 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-07-01T21:21:21.474Z[ recovery-image] Jul 01 21:21:20.256 INFO O| Jul 01 21:21:20.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84922026-07-01T21:21:21.474Z[ recovery-image] Jul 01 21:21:20.256 INFO O| Jul 01 21:21:20.256 INFO STEP 1048 (remove_files) COMPLETE
84932026-07-01T21:21:21.477Z[ recovery-image] Jul 01 21:21:20.256 INFO O| Jul 01 21:21:20.256 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-07-01T21:21:21.482Z[ recovery-image] Jul 01 21:21:20.264 INFO O| Jul 01 21:21:20.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84952026-07-01T21:21:21.482Z[ recovery-image] Jul 01 21:21:20.264 INFO O| Jul 01 21:21:20.264 INFO STEP 1049 (remove_files) COMPLETE
84962026-07-01T21:21:21.482Z[ recovery-image] Jul 01 21:21:20.264 INFO O| Jul 01 21:21:20.264 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-07-01T21:21:21.488Z[ recovery-image] Jul 01 21:21:20.270 INFO O| Jul 01 21:21:20.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84982026-07-01T21:21:21.491Z[ recovery-image] Jul 01 21:21:20.270 INFO O| Jul 01 21:21:20.270 INFO STEP 1050 (remove_files) COMPLETE
84992026-07-01T21:21:21.491Z[ recovery-image] Jul 01 21:21:20.270 INFO O| Jul 01 21:21:20.270 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-07-01T21:21:21.496Z[ recovery-image] Jul 01 21:21:20.277 INFO O| Jul 01 21:21:20.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85012026-07-01T21:21:21.498Z[ recovery-image] Jul 01 21:21:20.277 INFO O| Jul 01 21:21:20.277 INFO STEP 1051 (remove_files) COMPLETE
85022026-07-01T21:21:21.499Z[ recovery-image] Jul 01 21:21:20.277 INFO O| Jul 01 21:21:20.277 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-07-01T21:21:21.501Z[ recovery-image] Jul 01 21:21:20.283 INFO O| Jul 01 21:21:20.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85042026-07-01T21:21:21.501Z[ recovery-image] Jul 01 21:21:20.283 INFO O| Jul 01 21:21:20.283 INFO STEP 1052 (remove_files) COMPLETE
85052026-07-01T21:21:21.501Z[ recovery-image] Jul 01 21:21:20.283 INFO O| Jul 01 21:21:20.283 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-07-01T21:21:21.508Z[ recovery-image] Jul 01 21:21:20.290 INFO O| Jul 01 21:21:20.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85072026-07-01T21:21:21.509Z[ recovery-image] Jul 01 21:21:20.290 INFO O| Jul 01 21:21:20.290 INFO STEP 1053 (remove_files) COMPLETE
85082026-07-01T21:21:21.509Z[ recovery-image] Jul 01 21:21:20.290 INFO O| Jul 01 21:21:20.290 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-07-01T21:21:21.515Z[ recovery-image] Jul 01 21:21:20.297 INFO O| Jul 01 21:21:20.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85102026-07-01T21:21:21.515Z[ recovery-image] Jul 01 21:21:20.297 INFO O| Jul 01 21:21:20.297 INFO STEP 1054 (remove_files) COMPLETE
85112026-07-01T21:21:21.518Z[ recovery-image] Jul 01 21:21:20.297 INFO O| Jul 01 21:21:20.297 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-07-01T21:21:21.521Z[ recovery-image] Jul 01 21:21:20.302 INFO O| Jul 01 21:21:20.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85132026-07-01T21:21:21.521Z[ recovery-image] Jul 01 21:21:20.302 INFO O| Jul 01 21:21:20.302 INFO STEP 1055 (remove_files) COMPLETE
85142026-07-01T21:21:21.521Z[ recovery-image] Jul 01 21:21:20.302 INFO O| Jul 01 21:21:20.302 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-07-01T21:21:21.528Z[ recovery-image] Jul 01 21:21:20.310 INFO O| Jul 01 21:21:20.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85162026-07-01T21:21:21.528Z[ recovery-image] Jul 01 21:21:20.310 INFO O| Jul 01 21:21:20.310 INFO STEP 1056 (remove_files) COMPLETE
85172026-07-01T21:21:21.528Z[ recovery-image] Jul 01 21:21:20.310 INFO O| Jul 01 21:21:20.310 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-07-01T21:21:21.535Z[ recovery-image] Jul 01 21:21:20.317 INFO O| Jul 01 21:21:20.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85192026-07-01T21:21:21.535Z[ recovery-image] Jul 01 21:21:20.317 INFO O| Jul 01 21:21:20.317 INFO STEP 1057 (remove_files) COMPLETE
85202026-07-01T21:21:21.535Z[ recovery-image] Jul 01 21:21:20.317 INFO O| Jul 01 21:21:20.317 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-07-01T21:21:21.541Z[ recovery-image] Jul 01 21:21:20.323 INFO O| Jul 01 21:21:20.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85222026-07-01T21:21:21.541Z[ recovery-image] Jul 01 21:21:20.323 INFO O| Jul 01 21:21:20.323 INFO STEP 1058 (remove_files) COMPLETE
85232026-07-01T21:21:21.544Z[ recovery-image] Jul 01 21:21:20.323 INFO O| Jul 01 21:21:20.323 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-07-01T21:21:21.548Z[ recovery-image] Jul 01 21:21:20.330 INFO O| Jul 01 21:21:20.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85252026-07-01T21:21:21.548Z[ recovery-image] Jul 01 21:21:20.330 INFO O| Jul 01 21:21:20.330 INFO STEP 1059 (remove_files) COMPLETE
85262026-07-01T21:21:21.548Z[ recovery-image] Jul 01 21:21:20.330 INFO O| Jul 01 21:21:20.330 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-07-01T21:21:21.556Z[ recovery-image] Jul 01 21:21:20.338 INFO O| Jul 01 21:21:20.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85282026-07-01T21:21:21.556Z[ recovery-image] Jul 01 21:21:20.338 INFO O| Jul 01 21:21:20.338 INFO STEP 1060 (remove_files) COMPLETE
85292026-07-01T21:21:21.559Z[ recovery-image] Jul 01 21:21:20.338 INFO O| Jul 01 21:21:20.338 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-07-01T21:21:21.563Z[ recovery-image] Jul 01 21:21:20.345 INFO O| Jul 01 21:21:20.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85312026-07-01T21:21:21.563Z[ recovery-image] Jul 01 21:21:20.345 INFO O| Jul 01 21:21:20.345 INFO STEP 1061 (remove_files) COMPLETE
85322026-07-01T21:21:21.566Z[ recovery-image] Jul 01 21:21:20.345 INFO O| Jul 01 21:21:20.345 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-07-01T21:21:21.570Z[ recovery-image] Jul 01 21:21:20.352 INFO O| Jul 01 21:21:20.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85342026-07-01T21:21:21.570Z[ recovery-image] Jul 01 21:21:20.352 INFO O| Jul 01 21:21:20.352 INFO STEP 1062 (remove_files) COMPLETE
85352026-07-01T21:21:21.570Z[ recovery-image] Jul 01 21:21:20.352 INFO O| Jul 01 21:21:20.352 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-07-01T21:21:21.578Z[ recovery-image] Jul 01 21:21:20.360 INFO O| Jul 01 21:21:20.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85372026-07-01T21:21:21.578Z[ recovery-image] Jul 01 21:21:20.360 INFO O| Jul 01 21:21:20.360 INFO STEP 1063 (remove_files) COMPLETE
85382026-07-01T21:21:21.581Z[ recovery-image] Jul 01 21:21:20.360 INFO O| Jul 01 21:21:20.360 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-07-01T21:21:21.586Z[ recovery-image] Jul 01 21:21:20.368 INFO O| Jul 01 21:21:20.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85402026-07-01T21:21:21.586Z[ recovery-image] Jul 01 21:21:20.368 INFO O| Jul 01 21:21:20.368 INFO STEP 1064 (remove_files) COMPLETE
85412026-07-01T21:21:21.586Z[ recovery-image] Jul 01 21:21:20.368 INFO O| Jul 01 21:21:20.368 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-07-01T21:21:21.594Z[ recovery-image] Jul 01 21:21:20.376 INFO O| Jul 01 21:21:20.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85432026-07-01T21:21:21.595Z[ recovery-image] Jul 01 21:21:20.376 INFO O| Jul 01 21:21:20.376 INFO STEP 1065 (remove_files) COMPLETE
85442026-07-01T21:21:21.598Z[ recovery-image] Jul 01 21:21:20.376 INFO O| Jul 01 21:21:20.376 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-07-01T21:21:21.602Z[ recovery-image] Jul 01 21:21:20.384 INFO O| Jul 01 21:21:20.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85462026-07-01T21:21:21.602Z[ recovery-image] Jul 01 21:21:20.384 INFO O| Jul 01 21:21:20.384 INFO STEP 1066 (remove_files) COMPLETE
85472026-07-01T21:21:21.605Z[ recovery-image] Jul 01 21:21:20.384 INFO O| Jul 01 21:21:20.384 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-07-01T21:21:21.610Z[ recovery-image] Jul 01 21:21:20.392 INFO O| Jul 01 21:21:20.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85492026-07-01T21:21:21.610Z[ recovery-image] Jul 01 21:21:20.392 INFO O| Jul 01 21:21:20.392 INFO STEP 1067 (remove_files) COMPLETE
85502026-07-01T21:21:21.610Z[ recovery-image] Jul 01 21:21:20.392 INFO O| Jul 01 21:21:20.392 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-07-01T21:21:21.619Z[ recovery-image] Jul 01 21:21:20.401 INFO O| Jul 01 21:21:20.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85522026-07-01T21:21:21.619Z[ recovery-image] Jul 01 21:21:20.401 INFO O| Jul 01 21:21:20.401 INFO STEP 1068 (remove_files) COMPLETE
85532026-07-01T21:21:21.619Z[ recovery-image] Jul 01 21:21:20.401 INFO O| Jul 01 21:21:20.401 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-07-01T21:21:21.628Z[ recovery-image] Jul 01 21:21:20.410 INFO O| Jul 01 21:21:20.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85552026-07-01T21:21:21.628Z[ recovery-image] Jul 01 21:21:20.410 INFO O| Jul 01 21:21:20.410 INFO STEP 1069 (remove_files) COMPLETE
85562026-07-01T21:21:21.628Z[ recovery-image] Jul 01 21:21:20.410 INFO O| Jul 01 21:21:20.410 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-07-01T21:21:21.636Z[ recovery-image] Jul 01 21:21:20.418 INFO O| Jul 01 21:21:20.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85582026-07-01T21:21:21.639Z[ recovery-image] Jul 01 21:21:20.418 INFO O| Jul 01 21:21:20.418 INFO STEP 1070 (remove_files) COMPLETE
85592026-07-01T21:21:21.639Z[ recovery-image] Jul 01 21:21:20.418 INFO O| Jul 01 21:21:20.418 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-07-01T21:21:21.642Z[ recovery-image] Jul 01 21:21:20.424 INFO O| Jul 01 21:21:20.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85612026-07-01T21:21:21.642Z[ recovery-image] Jul 01 21:21:20.424 INFO O| Jul 01 21:21:20.424 INFO STEP 1071 (remove_files) COMPLETE
85622026-07-01T21:21:21.645Z[ recovery-image] Jul 01 21:21:20.424 INFO O| Jul 01 21:21:20.424 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-07-01T21:21:21.648Z[ recovery-image] Jul 01 21:21:20.429 INFO O| Jul 01 21:21:20.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85642026-07-01T21:21:21.648Z[ recovery-image] Jul 01 21:21:20.429 INFO O| Jul 01 21:21:20.429 INFO STEP 1072 (remove_files) COMPLETE
85652026-07-01T21:21:21.648Z[ recovery-image] Jul 01 21:21:20.429 INFO O| Jul 01 21:21:20.429 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-07-01T21:21:21.653Z[ recovery-image] Jul 01 21:21:20.435 INFO O| Jul 01 21:21:20.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85672026-07-01T21:21:21.654Z[ recovery-image] Jul 01 21:21:20.435 INFO O| Jul 01 21:21:20.435 INFO STEP 1073 (remove_files) COMPLETE
85682026-07-01T21:21:21.654Z[ recovery-image] Jul 01 21:21:20.435 INFO O| Jul 01 21:21:20.435 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-07-01T21:21:21.659Z[ recovery-image] Jul 01 21:21:20.441 INFO O| Jul 01 21:21:20.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85702026-07-01T21:21:21.662Z[ recovery-image] Jul 01 21:21:20.441 INFO O| Jul 01 21:21:20.441 INFO STEP 1074 (remove_files) COMPLETE
85712026-07-01T21:21:21.662Z[ recovery-image] Jul 01 21:21:20.441 INFO O| Jul 01 21:21:20.441 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-07-01T21:21:21.665Z[ recovery-image] Jul 01 21:21:20.446 INFO O| Jul 01 21:21:20.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85732026-07-01T21:21:21.665Z[ recovery-image] Jul 01 21:21:20.446 INFO O| Jul 01 21:21:20.446 INFO STEP 1075 (remove_files) COMPLETE
85742026-07-01T21:21:21.665Z[ recovery-image] Jul 01 21:21:20.446 INFO O| Jul 01 21:21:20.446 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-07-01T21:21:21.672Z[ recovery-image] Jul 01 21:21:20.454 INFO O| Jul 01 21:21:20.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85762026-07-01T21:21:21.672Z[ recovery-image] Jul 01 21:21:20.454 INFO O| Jul 01 21:21:20.454 INFO STEP 1076 (remove_files) COMPLETE
85772026-07-01T21:21:21.675Z[ recovery-image] Jul 01 21:21:20.454 INFO O| Jul 01 21:21:20.454 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-07-01T21:21:21.679Z[ recovery-image] Jul 01 21:21:20.461 INFO O| Jul 01 21:21:20.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85792026-07-01T21:21:21.683Z[ recovery-image] Jul 01 21:21:20.461 INFO O| Jul 01 21:21:20.461 INFO STEP 1077 (remove_files) COMPLETE
85802026-07-01T21:21:21.683Z[ recovery-image] Jul 01 21:21:20.461 INFO O| Jul 01 21:21:20.461 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-07-01T21:21:21.688Z[ recovery-image] Jul 01 21:21:20.470 INFO O| Jul 01 21:21:20.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85822026-07-01T21:21:21.688Z[ recovery-image] Jul 01 21:21:20.470 INFO O| Jul 01 21:21:20.470 INFO STEP 1078 (remove_files) COMPLETE
85832026-07-01T21:21:21.695Z[ recovery-image] Jul 01 21:21:20.470 INFO O| Jul 01 21:21:20.470 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-07-01T21:21:21.698Z[ recovery-image] Jul 01 21:21:20.478 INFO O| Jul 01 21:21:20.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85852026-07-01T21:21:21.699Z[ recovery-image] Jul 01 21:21:20.478 INFO O| Jul 01 21:21:20.478 INFO STEP 1079 (remove_files) COMPLETE
85862026-07-01T21:21:21.699Z[ recovery-image] Jul 01 21:21:20.478 INFO O| Jul 01 21:21:20.478 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-07-01T21:21:21.703Z[ recovery-image] Jul 01 21:21:20.485 INFO O| Jul 01 21:21:20.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85882026-07-01T21:21:21.703Z[ recovery-image] Jul 01 21:21:20.485 INFO O| Jul 01 21:21:20.485 INFO STEP 1080 (remove_files) COMPLETE
85892026-07-01T21:21:21.705Z[ recovery-image] Jul 01 21:21:20.485 INFO O| Jul 01 21:21:20.485 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-07-01T21:21:21.709Z[ recovery-image] Jul 01 21:21:20.491 INFO O| Jul 01 21:21:20.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85912026-07-01T21:21:21.709Z[ recovery-image] Jul 01 21:21:20.491 INFO O| Jul 01 21:21:20.491 INFO STEP 1081 (remove_files) COMPLETE
85922026-07-01T21:21:21.709Z[ recovery-image] Jul 01 21:21:20.491 INFO O| Jul 01 21:21:20.491 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-07-01T21:21:21.715Z[ recovery-image] Jul 01 21:21:20.497 INFO O| Jul 01 21:21:20.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85942026-07-01T21:21:21.715Z[ recovery-image] Jul 01 21:21:20.497 INFO O| Jul 01 21:21:20.497 INFO STEP 1082 (remove_files) COMPLETE
85952026-07-01T21:21:21.719Z[ recovery-image] Jul 01 21:21:20.497 INFO O| Jul 01 21:21:20.497 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-07-01T21:21:21.722Z[ recovery-image] Jul 01 21:21:20.504 INFO O| Jul 01 21:21:20.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85972026-07-01T21:21:21.725Z[ recovery-image] Jul 01 21:21:20.504 INFO O| Jul 01 21:21:20.504 INFO STEP 1083 (remove_files) COMPLETE
85982026-07-01T21:21:21.725Z[ recovery-image] Jul 01 21:21:20.504 INFO O| Jul 01 21:21:20.504 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-07-01T21:21:21.728Z[ recovery-image] Jul 01 21:21:20.510 INFO O| Jul 01 21:21:20.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86002026-07-01T21:21:21.731Z[ recovery-image] Jul 01 21:21:20.510 INFO O| Jul 01 21:21:20.510 INFO STEP 1084 (remove_files) COMPLETE
86012026-07-01T21:21:21.731Z[ recovery-image] Jul 01 21:21:20.510 INFO O| Jul 01 21:21:20.510 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-07-01T21:21:21.734Z[ recovery-image] Jul 01 21:21:20.516 INFO O| Jul 01 21:21:20.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86032026-07-01T21:21:21.734Z[ recovery-image] Jul 01 21:21:20.516 INFO O| Jul 01 21:21:20.516 INFO STEP 1085 (remove_files) COMPLETE
86042026-07-01T21:21:21.734Z[ recovery-image] Jul 01 21:21:20.516 INFO O| Jul 01 21:21:20.516 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-07-01T21:21:21.739Z[ recovery-image] Jul 01 21:21:20.521 INFO O| Jul 01 21:21:20.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86062026-07-01T21:21:21.739Z[ recovery-image] Jul 01 21:21:20.521 INFO O| Jul 01 21:21:20.521 INFO STEP 1086 (remove_files) COMPLETE
86072026-07-01T21:21:21.739Z[ recovery-image] Jul 01 21:21:20.521 INFO O| Jul 01 21:21:20.521 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-07-01T21:21:21.745Z[ recovery-image] Jul 01 21:21:20.527 INFO O| Jul 01 21:21:20.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86092026-07-01T21:21:21.745Z[ recovery-image] Jul 01 21:21:20.527 INFO O| Jul 01 21:21:20.527 INFO STEP 1087 (remove_files) COMPLETE
86102026-07-01T21:21:21.745Z[ recovery-image] Jul 01 21:21:20.527 INFO O| Jul 01 21:21:20.527 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-07-01T21:21:21.751Z[ recovery-image] Jul 01 21:21:20.533 INFO O| Jul 01 21:21:20.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86122026-07-01T21:21:21.751Z[ recovery-image] Jul 01 21:21:20.533 INFO O| Jul 01 21:21:20.533 INFO STEP 1088 (remove_files) COMPLETE
86132026-07-01T21:21:21.754Z[ recovery-image] Jul 01 21:21:20.533 INFO O| Jul 01 21:21:20.533 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-07-01T21:21:21.760Z[ recovery-image] Jul 01 21:21:20.542 INFO O| Jul 01 21:21:20.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86152026-07-01T21:21:21.763Z[ recovery-image] Jul 01 21:21:20.542 INFO O| Jul 01 21:21:20.542 INFO STEP 1089 (remove_files) COMPLETE
86162026-07-01T21:21:21.763Z[ recovery-image] Jul 01 21:21:20.542 INFO O| Jul 01 21:21:20.542 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-07-01T21:21:21.768Z[ recovery-image] Jul 01 21:21:20.550 INFO O| Jul 01 21:21:20.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86182026-07-01T21:21:21.768Z[ recovery-image] Jul 01 21:21:20.550 INFO O| Jul 01 21:21:20.550 INFO STEP 1090 (remove_files) COMPLETE
86192026-07-01T21:21:21.771Z[ recovery-image] Jul 01 21:21:20.550 INFO O| Jul 01 21:21:20.550 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-07-01T21:21:21.775Z[ recovery-image] Jul 01 21:21:20.557 INFO O| Jul 01 21:21:20.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86212026-07-01T21:21:21.775Z[ recovery-image] Jul 01 21:21:20.557 INFO O| Jul 01 21:21:20.557 INFO STEP 1091 (remove_files) COMPLETE
86222026-07-01T21:21:21.778Z[ recovery-image] Jul 01 21:21:20.557 INFO O| Jul 01 21:21:20.557 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-07-01T21:21:21.782Z[ recovery-image] Jul 01 21:21:20.564 INFO O| Jul 01 21:21:20.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86242026-07-01T21:21:21.782Z[ recovery-image] Jul 01 21:21:20.564 INFO O| Jul 01 21:21:20.564 INFO STEP 1092 (remove_files) COMPLETE
86252026-07-01T21:21:21.785Z[ recovery-image] Jul 01 21:21:20.564 INFO O| Jul 01 21:21:20.564 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-07-01T21:21:21.789Z[ recovery-image] Jul 01 21:21:20.571 INFO O| Jul 01 21:21:20.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86272026-07-01T21:21:21.790Z[ recovery-image] Jul 01 21:21:20.571 INFO O| Jul 01 21:21:20.571 INFO STEP 1093 (remove_files) COMPLETE
86282026-07-01T21:21:21.790Z[ recovery-image] Jul 01 21:21:20.571 INFO O| Jul 01 21:21:20.571 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-07-01T21:21:21.796Z[ recovery-image] Jul 01 21:21:20.578 INFO O| Jul 01 21:21:20.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86302026-07-01T21:21:21.799Z[ recovery-image] Jul 01 21:21:20.578 INFO O| Jul 01 21:21:20.578 INFO STEP 1094 (remove_files) COMPLETE
86312026-07-01T21:21:21.799Z[ recovery-image] Jul 01 21:21:20.578 INFO O| Jul 01 21:21:20.578 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-07-01T21:21:21.802Z[ recovery-image] Jul 01 21:21:20.584 INFO O| Jul 01 21:21:20.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86332026-07-01T21:21:21.802Z[ recovery-image] Jul 01 21:21:20.584 INFO O| Jul 01 21:21:20.584 INFO STEP 1095 (remove_files) COMPLETE
86342026-07-01T21:21:21.802Z[ recovery-image] Jul 01 21:21:20.584 INFO O| Jul 01 21:21:20.584 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-07-01T21:21:21.808Z[ recovery-image] Jul 01 21:21:20.590 INFO O| Jul 01 21:21:20.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86362026-07-01T21:21:21.808Z[ recovery-image] Jul 01 21:21:20.590 INFO O| Jul 01 21:21:20.590 INFO STEP 1096 (remove_files) COMPLETE
86372026-07-01T21:21:21.811Z[ recovery-image] Jul 01 21:21:20.590 INFO O| Jul 01 21:21:20.590 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-07-01T21:21:21.816Z[ recovery-image] Jul 01 21:21:20.598 INFO O| Jul 01 21:21:20.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86392026-07-01T21:21:21.816Z[ recovery-image] Jul 01 21:21:20.598 INFO O| Jul 01 21:21:20.598 INFO STEP 1097 (remove_files) COMPLETE
86402026-07-01T21:21:21.818Z[ recovery-image] Jul 01 21:21:20.598 INFO O| Jul 01 21:21:20.598 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-07-01T21:21:21.822Z[ recovery-image] Jul 01 21:21:20.604 INFO O| Jul 01 21:21:20.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86422026-07-01T21:21:21.823Z[ recovery-image] Jul 01 21:21:20.604 INFO O| Jul 01 21:21:20.604 INFO STEP 1098 (remove_files) COMPLETE
86432026-07-01T21:21:21.823Z[ recovery-image] Jul 01 21:21:20.604 INFO O| Jul 01 21:21:20.604 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-07-01T21:21:21.830Z[ recovery-image] Jul 01 21:21:20.612 INFO O| Jul 01 21:21:20.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86452026-07-01T21:21:21.830Z[ recovery-image] Jul 01 21:21:20.612 INFO O| Jul 01 21:21:20.612 INFO STEP 1099 (remove_files) COMPLETE
86462026-07-01T21:21:21.830Z[ recovery-image] Jul 01 21:21:20.612 INFO O| Jul 01 21:21:20.612 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-07-01T21:21:21.837Z[ recovery-image] Jul 01 21:21:20.619 INFO O| Jul 01 21:21:20.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86482026-07-01T21:21:21.837Z[ recovery-image] Jul 01 21:21:20.619 INFO O| Jul 01 21:21:20.619 INFO STEP 1100 (remove_files) COMPLETE
86492026-07-01T21:21:21.840Z[ recovery-image] Jul 01 21:21:20.619 INFO O| Jul 01 21:21:20.619 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-07-01T21:21:21.845Z[ recovery-image] Jul 01 21:21:20.627 INFO O| Jul 01 21:21:20.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86512026-07-01T21:21:21.845Z[ recovery-image] Jul 01 21:21:20.627 INFO O| Jul 01 21:21:20.627 INFO STEP 1101 (remove_files) COMPLETE
86522026-07-01T21:21:21.848Z[ recovery-image] Jul 01 21:21:20.627 INFO O| Jul 01 21:21:20.627 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-07-01T21:21:21.853Z[ recovery-image] Jul 01 21:21:20.635 INFO O| Jul 01 21:21:20.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86542026-07-01T21:21:21.853Z[ recovery-image] Jul 01 21:21:20.635 INFO O| Jul 01 21:21:20.635 INFO STEP 1102 (remove_files) COMPLETE
86552026-07-01T21:21:21.856Z[ recovery-image] Jul 01 21:21:20.635 INFO O| Jul 01 21:21:20.635 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-07-01T21:21:21.860Z[ recovery-image] Jul 01 21:21:20.642 INFO O| Jul 01 21:21:20.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86572026-07-01T21:21:21.860Z[ recovery-image] Jul 01 21:21:20.642 INFO O| Jul 01 21:21:20.642 INFO STEP 1103 (remove_files) COMPLETE
86582026-07-01T21:21:21.863Z[ recovery-image] Jul 01 21:21:20.642 INFO O| Jul 01 21:21:20.642 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-07-01T21:21:21.867Z[ recovery-image] Jul 01 21:21:20.649 INFO O| Jul 01 21:21:20.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86602026-07-01T21:21:21.870Z[ recovery-image] Jul 01 21:21:20.650 INFO O| Jul 01 21:21:20.650 INFO STEP 1104 (remove_files) COMPLETE
86612026-07-01T21:21:21.870Z[ recovery-image] Jul 01 21:21:20.650 INFO O| Jul 01 21:21:20.650 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-07-01T21:21:21.875Z[ recovery-image] Jul 01 21:21:20.657 INFO O| Jul 01 21:21:20.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86632026-07-01T21:21:21.875Z[ recovery-image] Jul 01 21:21:20.657 INFO O| Jul 01 21:21:20.657 INFO STEP 1105 (remove_files) COMPLETE
86642026-07-01T21:21:21.878Z[ recovery-image] Jul 01 21:21:20.657 INFO O| Jul 01 21:21:20.657 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-07-01T21:21:21.882Z[ recovery-image] Jul 01 21:21:20.664 INFO O| Jul 01 21:21:20.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86662026-07-01T21:21:21.882Z[ recovery-image] Jul 01 21:21:20.664 INFO O| Jul 01 21:21:20.664 INFO STEP 1106 (remove_files) COMPLETE
86672026-07-01T21:21:21.885Z[ recovery-image] Jul 01 21:21:20.664 INFO O| Jul 01 21:21:20.664 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-07-01T21:21:21.889Z[ recovery-image] Jul 01 21:21:20.671 INFO O| Jul 01 21:21:20.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86692026-07-01T21:21:21.889Z[ recovery-image] Jul 01 21:21:20.671 INFO O| Jul 01 21:21:20.671 INFO STEP 1107 (remove_files) COMPLETE
86702026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.671 INFO O| Jul 01 21:21:20.671 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.678 INFO O| Jul 01 21:21:20.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86722026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.678 INFO O| Jul 01 21:21:20.678 INFO STEP 1108 (remove_files) COMPLETE
86732026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.678 INFO O| Jul 01 21:21:20.678 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.686 INFO O| Jul 01 21:21:20.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86752026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.686 INFO O| Jul 01 21:21:20.686 INFO STEP 1109 (remove_files) COMPLETE
86762026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.686 INFO O| Jul 01 21:21:20.686 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.694 INFO O| Jul 01 21:21:20.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86782026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.694 INFO O| Jul 01 21:21:20.694 INFO STEP 1110 (remove_files) COMPLETE
86792026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.694 INFO O| Jul 01 21:21:20.694 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.701 INFO O| Jul 01 21:21:20.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86812026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.701 INFO O| Jul 01 21:21:20.701 INFO STEP 1111 (remove_files) COMPLETE
86822026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.701 INFO O| Jul 01 21:21:20.701 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-07-01T21:21:21.934Z[ recovery-image] Jul 01 21:21:20.708 INFO O| Jul 01 21:21:20.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86842026-07-01T21:21:21.935Z[ recovery-image] Jul 01 21:21:20.708 INFO O| Jul 01 21:21:20.708 INFO STEP 1112 (remove_files) COMPLETE
86852026-07-01T21:21:21.935Z[ recovery-image] Jul 01 21:21:20.708 INFO O| Jul 01 21:21:20.708 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-07-01T21:21:21.939Z[ recovery-image] Jul 01 21:21:20.715 INFO O| Jul 01 21:21:20.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86872026-07-01T21:21:21.939Z[ recovery-image] Jul 01 21:21:20.715 INFO O| Jul 01 21:21:20.715 INFO STEP 1113 (remove_files) COMPLETE
86882026-07-01T21:21:21.939Z[ recovery-image] Jul 01 21:21:20.715 INFO O| Jul 01 21:21:20.715 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-07-01T21:21:21.942Z[ recovery-image] Jul 01 21:21:20.722 INFO O| Jul 01 21:21:20.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86902026-07-01T21:21:21.942Z[ recovery-image] Jul 01 21:21:20.722 INFO O| Jul 01 21:21:20.722 INFO STEP 1114 (remove_files) COMPLETE
86912026-07-01T21:21:21.942Z[ recovery-image] Jul 01 21:21:20.722 INFO O| Jul 01 21:21:20.722 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-07-01T21:21:21.947Z[ recovery-image] Jul 01 21:21:20.728 INFO O| Jul 01 21:21:20.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86932026-07-01T21:21:21.947Z[ recovery-image] Jul 01 21:21:20.729 INFO O| Jul 01 21:21:20.729 INFO STEP 1115 (remove_files) COMPLETE
86942026-07-01T21:21:21.950Z[ recovery-image] Jul 01 21:21:20.729 INFO O| Jul 01 21:21:20.729 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-07-01T21:21:21.953Z[ recovery-image] Jul 01 21:21:20.735 INFO O| Jul 01 21:21:20.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86962026-07-01T21:21:21.953Z[ recovery-image] Jul 01 21:21:20.735 INFO O| Jul 01 21:21:20.735 INFO STEP 1116 (remove_files) COMPLETE
86972026-07-01T21:21:21.953Z[ recovery-image] Jul 01 21:21:20.735 INFO O| Jul 01 21:21:20.735 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-07-01T21:21:21.960Z[ recovery-image] Jul 01 21:21:20.742 INFO O| Jul 01 21:21:20.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86992026-07-01T21:21:21.960Z[ recovery-image] Jul 01 21:21:20.742 INFO O| Jul 01 21:21:20.742 INFO STEP 1117 (remove_files) COMPLETE
87002026-07-01T21:21:21.960Z[ recovery-image] Jul 01 21:21:20.742 INFO O| Jul 01 21:21:20.742 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-07-01T21:21:21.968Z[ recovery-image] Jul 01 21:21:20.749 INFO O| Jul 01 21:21:20.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87022026-07-01T21:21:21.971Z[ recovery-image] Jul 01 21:21:20.749 INFO O| Jul 01 21:21:20.749 INFO STEP 1118 (remove_files) COMPLETE
87032026-07-01T21:21:21.972Z[ recovery-image] Jul 01 21:21:20.749 INFO O| Jul 01 21:21:20.749 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-07-01T21:21:21.975Z[ recovery-image] Jul 01 21:21:20.757 INFO O| Jul 01 21:21:20.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87052026-07-01T21:21:21.975Z[ recovery-image] Jul 01 21:21:20.757 INFO O| Jul 01 21:21:20.757 INFO STEP 1119 (remove_files) COMPLETE
87062026-07-01T21:21:21.978Z[ recovery-image] Jul 01 21:21:20.757 INFO O| Jul 01 21:21:20.757 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-07-01T21:21:21.982Z[ recovery-image] Jul 01 21:21:20.764 INFO O| Jul 01 21:21:20.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87082026-07-01T21:21:21.982Z[ recovery-image] Jul 01 21:21:20.764 INFO O| Jul 01 21:21:20.764 INFO STEP 1120 (remove_files) COMPLETE
87092026-07-01T21:21:21.982Z[ recovery-image] Jul 01 21:21:20.764 INFO O| Jul 01 21:21:20.764 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-07-01T21:21:21.989Z[ recovery-image] Jul 01 21:21:20.770 INFO O| Jul 01 21:21:20.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87112026-07-01T21:21:21.992Z[ recovery-image] Jul 01 21:21:20.770 INFO O| Jul 01 21:21:20.770 INFO STEP 1121 (remove_files) COMPLETE
87122026-07-01T21:21:21.992Z[ recovery-image] Jul 01 21:21:20.770 INFO O| Jul 01 21:21:20.770 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-07-01T21:21:21.996Z[ recovery-image] Jul 01 21:21:20.777 INFO O| Jul 01 21:21:20.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87142026-07-01T21:21:21.996Z[ recovery-image] Jul 01 21:21:20.777 INFO O| Jul 01 21:21:20.777 INFO STEP 1122 (remove_files) COMPLETE
87152026-07-01T21:21:21.998Z[ recovery-image] Jul 01 21:21:20.777 INFO O| Jul 01 21:21:20.777 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-07-01T21:21:22.002Z[ recovery-image] Jul 01 21:21:20.784 INFO O| Jul 01 21:21:20.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87172026-07-01T21:21:22.002Z[ recovery-image] Jul 01 21:21:20.784 INFO O| Jul 01 21:21:20.784 INFO STEP 1123 (remove_files) COMPLETE
87182026-07-01T21:21:22.005Z[ recovery-image] Jul 01 21:21:20.784 INFO O| Jul 01 21:21:20.784 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-07-01T21:21:22.009Z[ recovery-image] Jul 01 21:21:20.791 INFO O| Jul 01 21:21:20.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87202026-07-01T21:21:22.009Z[ recovery-image] Jul 01 21:21:20.791 INFO O| Jul 01 21:21:20.791 INFO STEP 1124 (remove_files) COMPLETE
87212026-07-01T21:21:22.009Z[ recovery-image] Jul 01 21:21:20.791 INFO O| Jul 01 21:21:20.791 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87222026-07-01T21:21:22.019Z[ recovery-image] Jul 01 21:21:20.801 INFO O| Jul 01 21:21:20.800 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87232026-07-01T21:21:22.021Z[ recovery-image] Jul 01 21:21:20.801 INFO O| Jul 01 21:21:20.801 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87242026-07-01T21:21:22.554Z[ recovery-image] Jul 01 21:21:21.336 INFO O| Jul 01 21:21:21.336 INFO STEP 1125 (pack_tar) COMPLETE
87252026-07-01T21:21:22.554Z[ recovery-image] Jul 01 21:21:21.336 INFO O| Jul 01 21:21:21.336 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87262026-07-01T21:21:22.554Z[ recovery-image] Jul 01 21:21:21.336 INFO O| Jul 01 21:21:21.336 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87272026-07-01T21:21:23.395Z[ recovery-image] Jul 01 21:21:22.177 INFO O| Jul 01 21:21:22.177 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87282026-07-01T21:21:23.477Z[ recovery-image] Jul 01 21:21:22.258 INFO O| Jul 01 21:21:22.258 INFO completed processing sled/ramdisk-03-recovery-trim
87292026-07-01T21:21:23.480Z[ recovery-image] Jul 01 21:21:22.262 INFO image builder template: zfs-recovery...
87302026-07-01T21:21:23.483Z[ recovery-image] Jul 01 21:21:22.262 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/.tmp2RboQj/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
87312026-07-01T21:21:23.504Z[ recovery-image] Jul 01 21:21:22.286 INFO O| Jul 01 21:21:22.285 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87322026-07-01T21:21:23.507Z[ recovery-image] Jul 01 21:21:22.288 INFO O| Jul 01 21:21:22.288 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87332026-07-01T21:21:23.591Z[ recovery-image] Jul 01 21:21:22.373 INFO O| Jul 01 21:21:22.372 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87342026-07-01T21:21:23.664Z[ recovery-image] Jul 01 21:21:22.446 INFO O| Jul 01 21:21:22.446 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87352026-07-01T21:21:23.664Z[ recovery-image] Jul 01 21:21:22.446 INFO O| Jul 01 21:21:22.446 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87362026-07-01T21:21:23.668Z[ recovery-image] Jul 01 21:21:22.449 INFO O| Jul 01 21:21:22.449 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87372026-07-01T21:21:23.754Z[ recovery-image] Jul 01 21:21:22.536 INFO O| Jul 01 21:21:22.536 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87382026-07-01T21:21:23.822Z[ recovery-image] Jul 01 21:21:22.604 INFO O| Jul 01 21:21:22.604 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87392026-07-01T21:21:23.829Z[ recovery-image] Jul 01 21:21:22.611 INFO O| Jul 01 21:21:22.611 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87402026-07-01T21:21:23.834Z[ recovery-image] Jul 01 21:21:22.615 INFO O| Jul 01 21:21:22.615 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87412026-07-01T21:21:23.837Z[ recovery-image] Jul 01 21:21:22.617 INFO O| Jul 01 21:21:22.617 INFO no lofi found
87422026-07-01T21:21:23.837Z[ recovery-image] Jul 01 21:21:22.617 INFO O| Jul 01 21:21:22.617 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87432026-07-01T21:21:23.837Z[ recovery-image] Jul 01 21:21:22.617 INFO O| Jul 01 21:21:22.617 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87442026-07-01T21:21:25.220Z[ recovery-image] Jul 01 21:21:24.001 INFO O| Jul 01 21:21:24.001 INFO lofi device = /dev/dsk/c2t1d0p0
87452026-07-01T21:21:25.220Z[ recovery-image] Jul 01 21:21:24.002 INFO O| Jul 01 21:21:24.001 INFO pool device = /dev/dsk/c2t1d0p0
87462026-07-01T21:21:25.224Z[ recovery-image] Jul 01 21:21:24.002 INFO O| Jul 01 21:21:24.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87472026-07-01T21:21:25.279Z[ recovery-image] Jul 01 21:21:24.061 INFO O| Jul 01 21:21:24.061 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87482026-07-01T21:21:25.279Z[ recovery-image] Jul 01 21:21:24.061 INFO O| Jul 01 21:21:24.061 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87492026-07-01T21:21:25.293Z[ recovery-image] Jul 01 21:21:24.075 INFO O| Jul 01 21:21:24.075 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87502026-07-01T21:21:25.333Z[ recovery-image] Jul 01 21:21:24.114 INFO O| Jul 01 21:21:24.114 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87512026-07-01T21:21:25.357Z[ recovery-image] Jul 01 21:21:24.139 INFO O| Jul 01 21:21:24.139 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87522026-07-01T21:21:25.366Z[ recovery-image] Jul 01 21:21:24.148 INFO O| Jul 01 21:21:24.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87532026-07-01T21:21:25.373Z[ recovery-image] Jul 01 21:21:24.155 INFO O| Jul 01 21:21:24.155 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87542026-07-01T21:21:25.401Z[ recovery-image] Jul 01 21:21:24.183 INFO O| Jul 01 21:21:24.183 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87552026-07-01T21:21:25.404Z[ recovery-image] Jul 01 21:21:24.183 INFO O| Jul 01 21:21:24.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87562026-07-01T21:21:25.404Z[ recovery-image] Jul 01 21:21:24.183 INFO O| Jul 01 21:21:24.183 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87572026-07-01T21:21:25.409Z[ recovery-image] Jul 01 21:21:24.191 INFO O| Jul 01 21:21:24.191 INFO boot environment UUID: 58e37e2a-f168-41ac-a37a-231d1743f8c4
87582026-07-01T21:21:25.409Z[ recovery-image] Jul 01 21:21:24.191 INFO O| Jul 01 21:21:24.191 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 58e37e2a-f168-41ac-a37a-231d1743f8c4
87592026-07-01T21:21:25.418Z[ recovery-image] Jul 01 21:21:24.200 INFO O| Jul 01 21:21:24.200 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87602026-07-01T21:21:25.426Z[ recovery-image] Jul 01 21:21:24.208 INFO O| Jul 01 21:21:24.208 INFO STEP 0 (create_be) COMPLETE
87612026-07-01T21:21:25.426Z[ recovery-image] Jul 01 21:21:24.208 INFO O| Jul 01 21:21:24.208 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87622026-07-01T21:21:25.435Z[ recovery-image] Jul 01 21:21:24.217 INFO O| Jul 01 21:21:24.217 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"]
87632026-07-01T21:21:27.842Z[ recovery-image] Jul 01 21:21:26.623 INFO O| Jul 01 21:21:26.623 INFO STEP 1 (unpack_tar) COMPLETE
87642026-07-01T21:21:27.842Z[ recovery-image] Jul 01 21:21:26.623 INFO O| Jul 01 21:21:26.623 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652026-07-01T21:21:27.850Z[ recovery-image] Jul 01 21:21:26.632 INFO O| Jul 01 21:21:26.632 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87662026-07-01T21:21:28.186Z[ recovery-image] Jul 01 21:21:26.967 INFO O| Jul 01 21:21:26.967 INFO STEP 2 (devfsadm) COMPLETE
87672026-07-01T21:21:28.186Z[ recovery-image] Jul 01 21:21:26.967 INFO O| Jul 01 21:21:26.967 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-07-01T21:21:28.194Z[ recovery-image] Jul 01 21:21:26.975 INFO O| Jul 01 21:21:26.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87692026-07-01T21:21:28.194Z[ recovery-image] Jul 01 21:21:26.975 INFO O| Jul 01 21:21:26.975 INFO STEP 3 (ensure_dir) COMPLETE
87702026-07-01T21:21:28.194Z[ recovery-image] Jul 01 21:21:26.975 INFO O| Jul 01 21:21:26.975 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-07-01T21:21:28.201Z[ recovery-image] Jul 01 21:21:26.983 INFO O| Jul 01 21:21:26.983 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87722026-07-01T21:21:28.201Z[ recovery-image] Jul 01 21:21:26.983 INFO O| Jul 01 21:21:26.983 INFO STEP 4 (ensure_dir) COMPLETE
87732026-07-01T21:21:28.204Z[ recovery-image] Jul 01 21:21:26.983 INFO O| Jul 01 21:21:26.983 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-07-01T21:21:28.207Z[ recovery-image] Jul 01 21:21:26.988 INFO O| Jul 01 21:21:26.988 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87752026-07-01T21:21:28.207Z[ recovery-image] Jul 01 21:21:26.988 INFO O| Jul 01 21:21:26.988 INFO STEP 5 (ensure_dir) COMPLETE
87762026-07-01T21:21:28.207Z[ recovery-image] Jul 01 21:21:26.988 INFO O| Jul 01 21:21:26.988 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-07-01T21:21:28.212Z[ recovery-image] Jul 01 21:21:26.994 INFO O| Jul 01 21:21:26.994 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87782026-07-01T21:21:28.212Z[ recovery-image] Jul 01 21:21:26.994 INFO O| Jul 01 21:21:26.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87792026-07-01T21:21:28.215Z[ recovery-image] Jul 01 21:21:26.994 INFO O| Jul 01 21:21:26.994 INFO STEP 6 (ensure_dir) COMPLETE
87802026-07-01T21:21:28.215Z[ recovery-image] Jul 01 21:21:26.994 INFO O| Jul 01 21:21:26.994 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-07-01T21:21:28.218Z[ recovery-image] Jul 01 21:21:26.999 INFO O| Jul 01 21:21:26.999 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87822026-07-01T21:21:28.218Z[ recovery-image] Jul 01 21:21:26.999 INFO O| Jul 01 21:21:26.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87832026-07-01T21:21:28.218Z[ recovery-image] Jul 01 21:21:26.999 INFO O| Jul 01 21:21:26.999 INFO STEP 7 (ensure_dir) COMPLETE
87842026-07-01T21:21:28.218Z[ recovery-image] Jul 01 21:21:26.999 INFO O| Jul 01 21:21:26.999 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-07-01T21:21:28.225Z[ recovery-image] Jul 01 21:21:27.007 INFO O| Jul 01 21:21:27.007 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87862026-07-01T21:21:28.228Z[ recovery-image] Jul 01 21:21:27.008 INFO O| Jul 01 21:21:27.008 INFO STEP 8 (remove_files) COMPLETE
87872026-07-01T21:21:28.228Z[ recovery-image] Jul 01 21:21:27.008 INFO O| Jul 01 21:21:27.008 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-07-01T21:21:28.234Z[ recovery-image] Jul 01 21:21:27.016 INFO O| Jul 01 21:21:27.016 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87892026-07-01T21:21:28.238Z[ recovery-image] Jul 01 21:21:27.017 INFO O| Jul 01 21:21:27.017 INFO STEP 9 (remove_files) COMPLETE
87902026-07-01T21:21:28.238Z[ recovery-image] Jul 01 21:21:27.017 INFO O| Jul 01 21:21:27.017 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-07-01T21:21:28.242Z[ recovery-image] Jul 01 21:21:27.024 INFO O| Jul 01 21:21:27.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87922026-07-01T21:21:28.245Z[ recovery-image] Jul 01 21:21:27.025 INFO O| Jul 01 21:21:27.025 INFO STEP 10 (remove_files) COMPLETE
87932026-07-01T21:21:28.245Z[ recovery-image] Jul 01 21:21:27.025 INFO O| Jul 01 21:21:27.025 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-07-01T21:21:28.249Z[ recovery-image] Jul 01 21:21:27.031 INFO O| Jul 01 21:21:27.031 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87952026-07-01T21:21:28.249Z[ recovery-image] Jul 01 21:21:27.031 INFO O| Jul 01 21:21:27.031 INFO STEP 11 (remove_files) COMPLETE
87962026-07-01T21:21:28.249Z[ recovery-image] Jul 01 21:21:27.031 INFO O| Jul 01 21:21:27.031 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-07-01T21:21:28.257Z[ recovery-image] Jul 01 21:21:27.039 INFO O| Jul 01 21:21:27.039 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87982026-07-01T21:21:28.260Z[ recovery-image] Jul 01 21:21:27.039 INFO O| Jul 01 21:21:27.039 INFO STEP 12 (remove_files) COMPLETE
87992026-07-01T21:21:28.260Z[ recovery-image] Jul 01 21:21:27.039 INFO O| Jul 01 21:21:27.039 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-07-01T21:21:28.264Z[ recovery-image] Jul 01 21:21:27.046 INFO O| Jul 01 21:21:27.046 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88012026-07-01T21:21:28.267Z[ recovery-image] Jul 01 21:21:27.046 INFO O| Jul 01 21:21:27.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88022026-07-01T21:21:28.267Z[ recovery-image] Jul 01 21:21:27.046 INFO O| Jul 01 21:21:27.046 INFO STEP 13 (ensure_dir) COMPLETE
88032026-07-01T21:21:28.267Z[ recovery-image] Jul 01 21:21:27.046 INFO O| Jul 01 21:21:27.046 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-07-01T21:21:28.271Z[ recovery-image] Jul 01 21:21:27.053 INFO O| Jul 01 21:21:27.053 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88052026-07-01T21:21:28.274Z[ recovery-image] Jul 01 21:21:27.053 INFO O| Jul 01 21:21:27.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88062026-07-01T21:21:28.274Z[ recovery-image] Jul 01 21:21:27.053 INFO O| Jul 01 21:21:27.053 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88072026-07-01T21:21:28.274Z[ recovery-image] Jul 01 21:21:27.053 INFO O| Jul 01 21:21:27.053 INFO STEP 14 (ensure_dir) COMPLETE
88082026-07-01T21:21:28.274Z[ recovery-image] Jul 01 21:21:27.053 INFO O| Jul 01 21:21:27.053 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-07-01T21:21:28.277Z[ recovery-image] Jul 01 21:21:27.059 INFO O| Jul 01 21:21:27.059 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88102026-07-01T21:21:28.277Z[ recovery-image] Jul 01 21:21:27.059 INFO O| Jul 01 21:21:27.059 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88112026-07-01T21:21:28.277Z[ recovery-image] Jul 01 21:21:27.059 INFO O| Jul 01 21:21:27.059 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88122026-07-01T21:21:28.278Z[ recovery-image] Jul 01 21:21:27.059 INFO O| Jul 01 21:21:27.059 INFO STEP 15 (ensure_dir) COMPLETE
88132026-07-01T21:21:28.280Z[ recovery-image] Jul 01 21:21:27.059 INFO O| Jul 01 21:21:27.059 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-07-01T21:21:28.283Z[ recovery-image] Jul 01 21:21:27.065 INFO O| Jul 01 21:21:27.065 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88152026-07-01T21:21:28.283Z[ recovery-image] Jul 01 21:21:27.065 INFO O| Jul 01 21:21:27.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88162026-07-01T21:21:28.284Z[ recovery-image] Jul 01 21:21:27.065 INFO O| Jul 01 21:21:27.065 INFO STEP 16 (ensure_dir) COMPLETE
88172026-07-01T21:21:28.284Z[ recovery-image] Jul 01 21:21:27.065 INFO O| Jul 01 21:21:27.065 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-07-01T21:21:28.289Z[ recovery-image] Jul 01 21:21:27.071 INFO O| Jul 01 21:21:27.071 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88192026-07-01T21:21:28.289Z[ recovery-image] Jul 01 21:21:27.071 INFO O| Jul 01 21:21:27.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88202026-07-01T21:21:28.292Z[ recovery-image] Jul 01 21:21:27.071 INFO O| Jul 01 21:21:27.071 INFO STEP 17 (ensure_dir) COMPLETE
88212026-07-01T21:21:28.292Z[ recovery-image] Jul 01 21:21:27.071 INFO O| Jul 01 21:21:27.071 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222026-07-01T21:21:28.297Z[ recovery-image] Jul 01 21:21:27.077 INFO O| Jul 01 21:21:27.077 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88232026-07-01T21:21:28.297Z[ recovery-image] Jul 01 21:21:27.077 INFO O| Jul 01 21:21:27.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88242026-07-01T21:21:28.297Z[ recovery-image] Jul 01 21:21:27.077 INFO O| Jul 01 21:21:27.077 INFO ok!
88252026-07-01T21:21:28.297Z[ recovery-image] Jul 01 21:21:27.077 INFO O| Jul 01 21:21:27.077 INFO STEP 18 (ensure_symlink) COMPLETE
88262026-07-01T21:21:28.297Z[ recovery-image] Jul 01 21:21:27.077 INFO O| Jul 01 21:21:27.077 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-07-01T21:21:28.302Z[ recovery-image] Jul 01 21:21:27.084 INFO O| Jul 01 21:21:27.084 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88282026-07-01T21:21:28.302Z[ recovery-image] Jul 01 21:21:27.084 INFO O| Jul 01 21:21:27.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88292026-07-01T21:21:28.305Z[ recovery-image] Jul 01 21:21:27.084 INFO O| Jul 01 21:21:27.084 INFO ok!
88302026-07-01T21:21:28.305Z[ recovery-image] Jul 01 21:21:27.084 INFO O| Jul 01 21:21:27.084 INFO STEP 19 (ensure_file) COMPLETE
88312026-07-01T21:21:28.305Z[ recovery-image] Jul 01 21:21:27.084 INFO O| Jul 01 21:21:27.084 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322026-07-01T21:21:28.308Z[ recovery-image] Jul 01 21:21:27.090 INFO O| Jul 01 21:21:27.090 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88332026-07-01T21:21:28.308Z[ recovery-image] Jul 01 21:21:27.090 INFO O| Jul 01 21:21:27.090 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88342026-07-01T21:21:28.313Z[ recovery-image] Jul 01 21:21:27.090 INFO O| Jul 01 21:21:27.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88352026-07-01T21:21:28.313Z[ recovery-image] Jul 01 21:21:27.090 INFO O| Jul 01 21:21:27.090 INFO ok!
88362026-07-01T21:21:28.313Z[ recovery-image] Jul 01 21:21:27.090 INFO O| Jul 01 21:21:27.090 INFO STEP 20 (ensure_symlink) COMPLETE
88372026-07-01T21:21:28.313Z[ recovery-image] Jul 01 21:21:27.090 INFO O| Jul 01 21:21:27.090 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-07-01T21:21:28.316Z[ recovery-image] Jul 01 21:21:27.097 INFO O| Jul 01 21:21:27.097 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88392026-07-01T21:21:28.316Z[ recovery-image] Jul 01 21:21:27.097 INFO O| Jul 01 21:21:27.097 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88402026-07-01T21:21:28.316Z[ recovery-image] Jul 01 21:21:27.097 INFO O| Jul 01 21:21:27.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88412026-07-01T21:21:28.316Z[ recovery-image] Jul 01 21:21:27.097 INFO O| Jul 01 21:21:27.097 INFO ok!
88422026-07-01T21:21:28.316Z[ recovery-image] Jul 01 21:21:27.097 INFO O| Jul 01 21:21:27.097 INFO STEP 21 (ensure_symlink) COMPLETE
88432026-07-01T21:21:28.316Z[ recovery-image] Jul 01 21:21:27.097 INFO O| Jul 01 21:21:27.097 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-07-01T21:21:28.321Z[ recovery-image] Jul 01 21:21:27.103 INFO O| Jul 01 21:21:27.103 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88452026-07-01T21:21:28.321Z[ recovery-image] Jul 01 21:21:27.103 INFO O| Jul 01 21:21:27.103 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88462026-07-01T21:21:28.324Z[ recovery-image] Jul 01 21:21:27.103 INFO O| Jul 01 21:21:27.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88472026-07-01T21:21:28.325Z[ recovery-image] Jul 01 21:21:27.103 INFO O| Jul 01 21:21:27.103 INFO ok!
88482026-07-01T21:21:28.325Z[ recovery-image] Jul 01 21:21:27.103 INFO O| Jul 01 21:21:27.103 INFO STEP 22 (ensure_symlink) COMPLETE
88492026-07-01T21:21:28.325Z[ recovery-image] Jul 01 21:21:27.103 INFO O| Jul 01 21:21:27.103 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-07-01T21:21:28.329Z[ recovery-image] Jul 01 21:21:27.110 INFO O| Jul 01 21:21:27.110 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88512026-07-01T21:21:28.329Z[ recovery-image] Jul 01 21:21:27.110 INFO O| Jul 01 21:21:27.110 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88522026-07-01T21:21:28.329Z[ recovery-image] Jul 01 21:21:27.110 INFO O| Jul 01 21:21:27.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88532026-07-01T21:21:28.329Z[ recovery-image] Jul 01 21:21:27.110 INFO O| Jul 01 21:21:27.110 INFO ok!
88542026-07-01T21:21:28.329Z[ recovery-image] Jul 01 21:21:27.110 INFO O| Jul 01 21:21:27.110 INFO STEP 23 (ensure_symlink) COMPLETE
88552026-07-01T21:21:28.329Z[ recovery-image] Jul 01 21:21:27.110 INFO O| Jul 01 21:21:27.110 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562026-07-01T21:21:28.334Z[ recovery-image] Jul 01 21:21:27.116 INFO O| Jul 01 21:21:27.116 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88572026-07-01T21:21:28.334Z[ recovery-image] Jul 01 21:21:27.116 INFO O| Jul 01 21:21:27.116 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 ...
88582026-07-01T21:21:28.337Z[ recovery-image] Jul 01 21:21:27.116 INFO O| Jul 01 21:21:27.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88592026-07-01T21:21:28.337Z[ recovery-image] Jul 01 21:21:27.116 INFO O| Jul 01 21:21:27.116 INFO ok!
88602026-07-01T21:21:28.337Z[ recovery-image] Jul 01 21:21:27.116 INFO O| Jul 01 21:21:27.116 INFO STEP 24 (ensure_file) COMPLETE
88612026-07-01T21:21:28.337Z[ recovery-image] Jul 01 21:21:27.116 INFO O| Jul 01 21:21:27.116 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622026-07-01T21:21:28.341Z[ recovery-image] Jul 01 21:21:27.123 INFO O| Jul 01 21:21:27.123 INFO updating shadow file
88632026-07-01T21:21:28.344Z[ recovery-image] Jul 01 21:21:27.123 INFO O| Jul 01 21:21:27.123 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88642026-07-01T21:21:28.344Z[ recovery-image] Jul 01 21:21:27.123 INFO O| Jul 01 21:21:27.123 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88652026-07-01T21:21:28.344Z[ recovery-image] Jul 01 21:21:27.123 INFO O| Jul 01 21:21:27.123 INFO STEP 25 (shadow) COMPLETE
88662026-07-01T21:21:28.344Z[ recovery-image] Jul 01 21:21:27.123 INFO O| Jul 01 21:21:27.123 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-07-01T21:21:28.348Z[ recovery-image] Jul 01 21:21:27.130 INFO O| Jul 01 21:21:27.130 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88682026-07-01T21:21:28.348Z[ recovery-image] Jul 01 21:21:27.130 INFO O| Jul 01 21:21:27.130 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88692026-07-01T21:21:28.351Z[ recovery-image] Jul 01 21:21:27.130 INFO O| Jul 01 21:21:27.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88702026-07-01T21:21:28.351Z[ recovery-image] Jul 01 21:21:27.130 INFO O| Jul 01 21:21:27.130 INFO ok!
88712026-07-01T21:21:28.351Z[ recovery-image] Jul 01 21:21:27.130 INFO O| Jul 01 21:21:27.130 INFO STEP 26 (ensure_file) COMPLETE
88722026-07-01T21:21:28.351Z[ recovery-image] Jul 01 21:21:27.130 INFO O| Jul 01 21:21:27.130 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-07-01T21:21:28.356Z[ recovery-image] Jul 01 21:21:27.137 INFO O| Jul 01 21:21:27.137 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88742026-07-01T21:21:28.356Z[ recovery-image] Jul 01 21:21:27.137 INFO O| Jul 01 21:21:27.137 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88752026-07-01T21:21:28.359Z[ recovery-image] Jul 01 21:21:27.137 INFO O| Jul 01 21:21:27.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88762026-07-01T21:21:28.360Z[ recovery-image] Jul 01 21:21:27.137 INFO O| Jul 01 21:21:27.137 INFO ok!
88772026-07-01T21:21:28.360Z[ recovery-image] Jul 01 21:21:27.137 INFO O| Jul 01 21:21:27.137 INFO STEP 27 (ensure_file) COMPLETE
88782026-07-01T21:21:28.360Z[ recovery-image] Jul 01 21:21:27.137 INFO O| Jul 01 21:21:27.137 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-07-01T21:21:28.363Z[ recovery-image] Jul 01 21:21:27.143 INFO O| Jul 01 21:21:27.143 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88802026-07-01T21:21:28.363Z[ recovery-image] Jul 01 21:21:27.143 INFO O| Jul 01 21:21:27.143 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88812026-07-01T21:21:28.363Z[ recovery-image] Jul 01 21:21:27.143 INFO O| Jul 01 21:21:27.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88822026-07-01T21:21:28.363Z[ recovery-image] Jul 01 21:21:27.143 INFO O| Jul 01 21:21:27.143 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88832026-07-01T21:21:28.363Z[ recovery-image] Jul 01 21:21:27.143 INFO O| Jul 01 21:21:27.143 INFO ok!
88842026-07-01T21:21:28.363Z[ recovery-image] Jul 01 21:21:27.143 INFO O| Jul 01 21:21:27.143 INFO STEP 28 (ensure_file) COMPLETE
88852026-07-01T21:21:28.363Z[ recovery-image] Jul 01 21:21:27.143 INFO O| Jul 01 21:21:27.143 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862026-07-01T21:21:28.367Z[ recovery-image] Jul 01 21:21:27.149 INFO O| Jul 01 21:21:27.149 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88872026-07-01T21:21:28.367Z[ recovery-image] Jul 01 21:21:27.149 INFO O| Jul 01 21:21:27.149 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88882026-07-01T21:21:28.370Z[ recovery-image] Jul 01 21:21:27.149 INFO O| Jul 01 21:21:27.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88892026-07-01T21:21:28.370Z[ recovery-image] Jul 01 21:21:27.149 INFO O| Jul 01 21:21:27.149 INFO ok!
88902026-07-01T21:21:28.370Z[ recovery-image] Jul 01 21:21:27.149 INFO O| Jul 01 21:21:27.149 INFO STEP 29 (ensure_file) COMPLETE
88912026-07-01T21:21:28.370Z[ recovery-image] Jul 01 21:21:27.149 INFO O| Jul 01 21:21:27.149 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88922026-07-01T21:21:28.373Z[ recovery-image] Jul 01 21:21:27.155 INFO O| Jul 01 21:21:27.155 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88932026-07-01T21:21:28.373Z[ recovery-image] Jul 01 21:21:27.155 INFO O| Jul 01 21:21:27.155 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88942026-07-01T21:21:28.373Z[ recovery-image] Jul 01 21:21:27.155 INFO O| Jul 01 21:21:27.155 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88952026-07-01T21:21:28.373Z[ recovery-image] Jul 01 21:21:27.155 INFO O| Jul 01 21:21:27.155 INFO STEP 30 (ensure_dir) COMPLETE
88962026-07-01T21:21:28.373Z[ recovery-image] Jul 01 21:21:27.155 INFO O| Jul 01 21:21:27.155 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88972026-07-01T21:21:28.380Z[ recovery-image] Jul 01 21:21:27.162 INFO O| Jul 01 21:21:27.162 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88982026-07-01T21:21:28.380Z[ recovery-image] Jul 01 21:21:27.162 INFO O| Jul 01 21:21:27.162 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 ...
88992026-07-01T21:21:28.383Z[ recovery-image] Jul 01 21:21:27.162 INFO O| Jul 01 21:21:27.162 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
89002026-07-01T21:21:28.383Z[ recovery-image] Jul 01 21:21:27.162 INFO O| Jul 01 21:21:27.162 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89012026-07-01T21:21:28.383Z[ recovery-image] Jul 01 21:21:27.162 INFO O| Jul 01 21:21:27.162 INFO ok!
89022026-07-01T21:21:28.383Z[ recovery-image] Jul 01 21:21:27.162 INFO O| Jul 01 21:21:27.162 INFO STEP 31 (ensure_file) COMPLETE
89032026-07-01T21:21:28.383Z[ recovery-image] Jul 01 21:21:27.162 INFO O| Jul 01 21:21:27.162 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89042026-07-01T21:21:28.387Z[ recovery-image] Jul 01 21:21:27.169 INFO O| Jul 01 21:21:27.169 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89052026-07-01T21:21:28.387Z[ recovery-image] Jul 01 21:21:27.169 INFO O| Jul 01 21:21:27.169 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89062026-07-01T21:21:28.387Z[ recovery-image] Jul 01 21:21:27.169 INFO O| Jul 01 21:21:27.169 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89072026-07-01T21:21:28.390Z[ recovery-image] Jul 01 21:21:27.169 INFO O| Jul 01 21:21:27.169 INFO STEP 32 (ensure_dir) COMPLETE
89082026-07-01T21:21:28.390Z[ recovery-image] Jul 01 21:21:27.169 INFO O| Jul 01 21:21:27.169 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092026-07-01T21:21:28.393Z[ recovery-image] Jul 01 21:21:27.175 INFO O| Jul 01 21:21:27.175 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89102026-07-01T21:21:28.394Z[ recovery-image] Jul 01 21:21:27.175 INFO O| Jul 01 21:21:27.175 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 ...
89112026-07-01T21:21:28.396Z[ recovery-image] Jul 01 21:21:27.176 INFO O| Jul 01 21:21:27.175 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
89122026-07-01T21:21:28.396Z[ recovery-image] Jul 01 21:21:27.176 INFO O| Jul 01 21:21:27.175 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89132026-07-01T21:21:28.396Z[ recovery-image] Jul 01 21:21:27.176 INFO O| Jul 01 21:21:27.175 INFO ok!
89142026-07-01T21:21:28.396Z[ recovery-image] Jul 01 21:21:27.176 INFO O| Jul 01 21:21:27.175 INFO STEP 33 (ensure_file) COMPLETE
89152026-07-01T21:21:28.396Z[ recovery-image] Jul 01 21:21:27.176 INFO O| Jul 01 21:21:27.176 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89162026-07-01T21:21:28.403Z[ recovery-image] Jul 01 21:21:27.182 INFO O| Jul 01 21:21:27.182 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89172026-07-01T21:21:28.403Z[ recovery-image] Jul 01 21:21:27.182 INFO O| Jul 01 21:21:27.182 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89182026-07-01T21:21:28.407Z[ recovery-image] Jul 01 21:21:27.182 INFO O| Jul 01 21:21:27.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89192026-07-01T21:21:28.407Z[ recovery-image] Jul 01 21:21:27.182 INFO O| Jul 01 21:21:27.182 INFO ok!
89202026-07-01T21:21:28.407Z[ recovery-image] Jul 01 21:21:27.182 INFO O| Jul 01 21:21:27.182 INFO STEP 34 (ensure_file) COMPLETE
89212026-07-01T21:21:28.407Z[ recovery-image] Jul 01 21:21:27.182 INFO O| Jul 01 21:21:27.182 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89222026-07-01T21:21:28.410Z[ recovery-image] Jul 01 21:21:27.190 INFO O| Jul 01 21:21:27.190 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89232026-07-01T21:21:28.410Z[ recovery-image] Jul 01 21:21:27.190 INFO O| Jul 01 21:21:27.190 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89242026-07-01T21:21:28.410Z[ recovery-image] Jul 01 21:21:27.190 INFO O| Jul 01 21:21:27.190 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89252026-07-01T21:21:28.410Z[ recovery-image] Jul 01 21:21:27.190 INFO O| Jul 01 21:21:27.190 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89262026-07-01T21:21:28.410Z[ recovery-image] Jul 01 21:21:27.190 INFO O| Jul 01 21:21:27.190 INFO ok!
89272026-07-01T21:21:28.410Z[ recovery-image] Jul 01 21:21:27.190 INFO O| Jul 01 21:21:27.190 INFO STEP 35 (ensure_file) COMPLETE
89282026-07-01T21:21:28.410Z[ recovery-image] Jul 01 21:21:27.190 INFO O| Jul 01 21:21:27.190 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89292026-07-01T21:21:28.415Z[ recovery-image] Jul 01 21:21:27.196 INFO O| Jul 01 21:21:27.196 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89302026-07-01T21:21:28.415Z[ recovery-image] Jul 01 21:21:27.197 INFO O| Jul 01 21:21:27.196 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89312026-07-01T21:21:28.418Z[ recovery-image] Jul 01 21:21:27.197 INFO O| Jul 01 21:21:27.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89322026-07-01T21:21:28.418Z[ recovery-image] Jul 01 21:21:27.197 INFO O| Jul 01 21:21:27.197 INFO ok!
89332026-07-01T21:21:28.418Z[ recovery-image] Jul 01 21:21:27.197 INFO O| Jul 01 21:21:27.197 INFO STEP 36 (ensure_file) COMPLETE
89342026-07-01T21:21:28.419Z[ recovery-image] Jul 01 21:21:27.197 INFO O| Jul 01 21:21:27.197 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89352026-07-01T21:21:28.422Z[ recovery-image] Jul 01 21:21:27.203 INFO O| Jul 01 21:21:27.203 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89362026-07-01T21:21:28.422Z[ recovery-image] Jul 01 21:21:27.203 INFO O| Jul 01 21:21:27.203 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89372026-07-01T21:21:28.422Z[ recovery-image] Jul 01 21:21:27.203 INFO O| Jul 01 21:21:27.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89382026-07-01T21:21:28.422Z[ recovery-image] Jul 01 21:21:27.203 INFO O| Jul 01 21:21:27.203 INFO ok!
89392026-07-01T21:21:28.422Z[ recovery-image] Jul 01 21:21:27.203 INFO O| Jul 01 21:21:27.203 INFO STEP 37 (ensure_file) COMPLETE
89402026-07-01T21:21:28.422Z[ recovery-image] Jul 01 21:21:27.203 INFO O| Jul 01 21:21:27.203 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89412026-07-01T21:21:28.428Z[ recovery-image] Jul 01 21:21:27.210 INFO O| Jul 01 21:21:27.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89422026-07-01T21:21:28.428Z[ recovery-image] Jul 01 21:21:27.210 INFO O| Jul 01 21:21:27.210 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89432026-07-01T21:21:28.431Z[ recovery-image] Jul 01 21:21:27.210 INFO O| Jul 01 21:21:27.210 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89442026-07-01T21:21:28.431Z[ recovery-image] Jul 01 21:21:27.210 INFO O| Jul 01 21:21:27.210 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89452026-07-01T21:21:28.431Z[ recovery-image] Jul 01 21:21:27.210 INFO O| Jul 01 21:21:27.210 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89462026-07-01T21:21:28.431Z[ recovery-image] Jul 01 21:21:27.210 INFO O| Jul 01 21:21:27.210 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89472026-07-01T21:21:28.431Z[ recovery-image] Jul 01 21:21:27.210 INFO O| Jul 01 21:21:27.210 INFO ok!
89482026-07-01T21:21:28.432Z[ recovery-image] Jul 01 21:21:27.210 INFO O| Jul 01 21:21:27.210 INFO STEP 38 (ensure_file) COMPLETE
89492026-07-01T21:21:28.432Z[ recovery-image] Jul 01 21:21:27.210 INFO O| Jul 01 21:21:27.210 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89502026-07-01T21:21:28.435Z[ recovery-image] Jul 01 21:21:27.216 INFO O| Jul 01 21:21:27.216 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89512026-07-01T21:21:28.435Z[ recovery-image] Jul 01 21:21:27.216 INFO O| Jul 01 21:21:27.216 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89522026-07-01T21:21:28.435Z[ recovery-image] Jul 01 21:21:27.216 INFO O| Jul 01 21:21:27.216 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89532026-07-01T21:21:28.435Z[ recovery-image] Jul 01 21:21:27.216 INFO O| Jul 01 21:21:27.216 INFO STEP 39 (ensure_dir) COMPLETE
89542026-07-01T21:21:28.435Z[ recovery-image] Jul 01 21:21:27.216 INFO O| Jul 01 21:21:27.216 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89552026-07-01T21:21:28.441Z[ recovery-image] Jul 01 21:21:27.223 INFO O| Jul 01 21:21:27.222 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
89562026-07-01T21:21:28.443Z[ recovery-image] Jul 01 21:21:27.223 INFO O| Jul 01 21:21:27.223 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 ...
89572026-07-01T21:21:28.443Z[ recovery-image] Jul 01 21:21:27.223 INFO O| Jul 01 21:21:27.223 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
89582026-07-01T21:21:28.443Z[ recovery-image] Jul 01 21:21:27.223 INFO O| Jul 01 21:21:27.223 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
89592026-07-01T21:21:28.444Z[ recovery-image] Jul 01 21:21:27.223 INFO O| Jul 01 21:21:27.223 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
89602026-07-01T21:21:28.444Z[ recovery-image] Jul 01 21:21:27.223 INFO O| Jul 01 21:21:27.223 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
89612026-07-01T21:21:28.444Z[ recovery-image] Jul 01 21:21:27.223 INFO O| Jul 01 21:21:27.223 INFO ok!
89622026-07-01T21:21:28.444Z[ recovery-image] Jul 01 21:21:27.223 INFO O| Jul 01 21:21:27.223 INFO STEP 40 (ensure_file) COMPLETE
89632026-07-01T21:21:28.444Z[ recovery-image] Jul 01 21:21:27.223 INFO O| Jul 01 21:21:27.223 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89642026-07-01T21:21:28.447Z[ recovery-image] Jul 01 21:21:27.229 INFO O| Jul 01 21:21:27.229 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89652026-07-01T21:21:28.447Z[ recovery-image] Jul 01 21:21:27.229 INFO O| Jul 01 21:21:27.229 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 ...
89662026-07-01T21:21:28.450Z[ recovery-image] Jul 01 21:21:27.229 INFO O| Jul 01 21:21:27.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89672026-07-01T21:21:28.450Z[ recovery-image] Jul 01 21:21:27.229 INFO O| Jul 01 21:21:27.229 INFO ok!
89682026-07-01T21:21:28.450Z[ recovery-image] Jul 01 21:21:27.229 INFO O| Jul 01 21:21:27.229 INFO STEP 41 (ensure_symlink) COMPLETE
89692026-07-01T21:21:28.450Z[ recovery-image] Jul 01 21:21:27.229 INFO O| Jul 01 21:21:27.229 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89702026-07-01T21:21:28.454Z[ recovery-image] Jul 01 21:21:27.236 INFO O| Jul 01 21:21:27.236 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89712026-07-01T21:21:28.454Z[ recovery-image] Jul 01 21:21:27.236 INFO O| Jul 01 21:21:27.236 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89722026-07-01T21:21:28.457Z[ recovery-image] Jul 01 21:21:27.236 INFO O| Jul 01 21:21:27.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89732026-07-01T21:21:28.457Z[ recovery-image] Jul 01 21:21:27.236 INFO O| Jul 01 21:21:27.236 INFO ok!
89742026-07-01T21:21:28.457Z[ recovery-image] Jul 01 21:21:27.236 INFO O| Jul 01 21:21:27.236 INFO STEP 42 (ensure_symlink) COMPLETE
89752026-07-01T21:21:28.457Z[ recovery-image] Jul 01 21:21:27.236 INFO O| Jul 01 21:21:27.236 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89762026-07-01T21:21:28.461Z[ recovery-image] Jul 01 21:21:27.243 INFO O| Jul 01 21:21:27.243 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89772026-07-01T21:21:28.461Z[ recovery-image] Jul 01 21:21:27.243 INFO O| Jul 01 21:21:27.243 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89782026-07-01T21:21:28.461Z[ recovery-image] Jul 01 21:21:27.243 INFO O| Jul 01 21:21:27.243 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89792026-07-01T21:21:28.461Z[ recovery-image] Jul 01 21:21:27.243 INFO O| Jul 01 21:21:27.243 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89802026-07-01T21:21:28.464Z[ recovery-image] Jul 01 21:21:27.243 INFO O| Jul 01 21:21:27.243 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89812026-07-01T21:21:28.464Z[ recovery-image] Jul 01 21:21:27.243 INFO O| Jul 01 21:21:27.243 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89822026-07-01T21:21:28.464Z[ recovery-image] Jul 01 21:21:27.243 INFO O| Jul 01 21:21:27.243 INFO ok!
89832026-07-01T21:21:28.464Z[ recovery-image] Jul 01 21:21:27.243 INFO O| Jul 01 21:21:27.243 INFO STEP 43 (ensure_file) COMPLETE
89842026-07-01T21:21:28.464Z[ recovery-image] Jul 01 21:21:27.243 INFO O| Jul 01 21:21:27.243 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89852026-07-01T21:21:28.468Z[ recovery-image] Jul 01 21:21:27.250 INFO O| Jul 01 21:21:27.250 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89862026-07-01T21:21:28.468Z[ recovery-image] Jul 01 21:21:27.250 INFO O| Jul 01 21:21:27.250 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 ...
89872026-07-01T21:21:28.468Z[ recovery-image] Jul 01 21:21:27.250 INFO O| Jul 01 21:21:27.250 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
89882026-07-01T21:21:28.468Z[ recovery-image] Jul 01 21:21:27.250 INFO O| Jul 01 21:21:27.250 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89892026-07-01T21:21:28.471Z[ recovery-image] Jul 01 21:21:27.250 INFO O| Jul 01 21:21:27.250 INFO ok!
89902026-07-01T21:21:28.471Z[ recovery-image] Jul 01 21:21:27.250 INFO O| Jul 01 21:21:27.250 INFO STEP 44 (ensure_file) COMPLETE
89912026-07-01T21:21:28.471Z[ recovery-image] Jul 01 21:21:27.250 INFO O| Jul 01 21:21:27.250 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89922026-07-01T21:21:28.477Z[ recovery-image] Jul 01 21:21:27.256 INFO O| Jul 01 21:21:27.256 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89932026-07-01T21:21:28.477Z[ recovery-image] Jul 01 21:21:27.257 INFO O| Jul 01 21:21:27.256 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89942026-07-01T21:21:28.480Z[ recovery-image] Jul 01 21:21:27.257 INFO O| Jul 01 21:21:27.257 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89952026-07-01T21:21:28.480Z[ recovery-image] Jul 01 21:21:27.257 INFO O| Jul 01 21:21:27.257 INFO ok!
89962026-07-01T21:21:28.480Z[ recovery-image] Jul 01 21:21:27.257 INFO O| Jul 01 21:21:27.257 INFO STEP 45 (ensure_file) COMPLETE
89972026-07-01T21:21:28.480Z[ recovery-image] Jul 01 21:21:27.257 INFO O| Jul 01 21:21:27.257 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89982026-07-01T21:21:28.486Z[ recovery-image] Jul 01 21:21:27.262 INFO O| Jul 01 21:21:27.262 INFO updating shadow file
89992026-07-01T21:21:28.486Z[ recovery-image] Jul 01 21:21:27.262 INFO O| Jul 01 21:21:27.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90002026-07-01T21:21:28.486Z[ recovery-image] Jul 01 21:21:27.262 INFO O| Jul 01 21:21:27.262 INFO STEP 46 (shadow) COMPLETE
90012026-07-01T21:21:28.486Z[ recovery-image] Jul 01 21:21:27.262 INFO O| Jul 01 21:21:27.262 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90022026-07-01T21:21:28.489Z[ recovery-image] Jul 01 21:21:27.267 INFO O| Jul 01 21:21:27.267 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90032026-07-01T21:21:28.489Z[ recovery-image] Jul 01 21:21:27.267 INFO O| Jul 01 21:21:27.267 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90042026-07-01T21:21:28.489Z[ recovery-image] Jul 01 21:21:27.267 INFO O| Jul 01 21:21:27.267 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90052026-07-01T21:21:28.489Z[ recovery-image] Jul 01 21:21:27.267 INFO O| Jul 01 21:21:27.267 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90062026-07-01T21:21:28.490Z[ recovery-image] Jul 01 21:21:27.268 INFO O| Jul 01 21:21:27.268 INFO ok!
90072026-07-01T21:21:28.490Z[ recovery-image] Jul 01 21:21:27.268 INFO O| Jul 01 21:21:27.268 INFO STEP 47 (ensure_file) COMPLETE
90082026-07-01T21:21:28.490Z[ recovery-image] Jul 01 21:21:27.268 INFO O| Jul 01 21:21:27.268 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90092026-07-01T21:21:28.493Z[ recovery-image] Jul 01 21:21:27.273 INFO O| Jul 01 21:21:27.273 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90102026-07-01T21:21:28.493Z[ recovery-image] Jul 01 21:21:27.273 INFO O| Jul 01 21:21:27.273 INFO STEP 48 (ensure_dir) COMPLETE
90112026-07-01T21:21:28.493Z[ recovery-image] Jul 01 21:21:27.273 INFO O| Jul 01 21:21:27.273 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-07-01T21:21:28.497Z[ recovery-image] Jul 01 21:21:27.279 INFO O| Jul 01 21:21:27.279 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90132026-07-01T21:21:28.497Z[ recovery-image] Jul 01 21:21:27.279 INFO O| Jul 01 21:21:27.279 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90142026-07-01T21:21:28.497Z[ recovery-image] Jul 01 21:21:27.279 INFO O| Jul 01 21:21:27.279 INFO STEP 49 (ensure_dir) COMPLETE
90152026-07-01T21:21:28.497Z[ recovery-image] Jul 01 21:21:27.279 INFO O| Jul 01 21:21:27.279 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-07-01T21:21:28.503Z[ recovery-image] Jul 01 21:21:27.285 INFO O| Jul 01 21:21:27.285 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90172026-07-01T21:21:28.503Z[ recovery-image] Jul 01 21:21:27.285 INFO O| Jul 01 21:21:27.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90182026-07-01T21:21:28.506Z[ recovery-image] Jul 01 21:21:27.285 INFO O| Jul 01 21:21:27.285 INFO STEP 50 (ensure_dir) COMPLETE
90192026-07-01T21:21:28.506Z[ recovery-image] Jul 01 21:21:27.285 INFO O| Jul 01 21:21:27.285 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-07-01T21:21:28.510Z[ recovery-image] Jul 01 21:21:27.292 INFO O| Jul 01 21:21:27.292 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90212026-07-01T21:21:28.510Z[ recovery-image] Jul 01 21:21:27.292 INFO O| Jul 01 21:21:27.292 INFO copying /tmp/.tmp2RboQj/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90222026-07-01T21:21:28.543Z[ recovery-image] Jul 01 21:21:27.324 INFO O| Jul 01 21:21:27.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90232026-07-01T21:21:28.543Z[ recovery-image] Jul 01 21:21:27.324 INFO O| Jul 01 21:21:27.324 INFO ok!
90242026-07-01T21:21:28.543Z[ recovery-image] Jul 01 21:21:27.324 INFO O| Jul 01 21:21:27.324 INFO STEP 51 (ensure_file) COMPLETE
90252026-07-01T21:21:28.543Z[ recovery-image] Jul 01 21:21:27.324 INFO O| Jul 01 21:21:27.324 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-07-01T21:21:28.551Z[ recovery-image] Jul 01 21:21:27.333 INFO O| Jul 01 21:21:27.332 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90272026-07-01T21:21:28.551Z[ recovery-image] Jul 01 21:21:27.333 INFO O| Jul 01 21:21:27.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90282026-07-01T21:21:28.551Z[ recovery-image] Jul 01 21:21:27.333 INFO O| Jul 01 21:21:27.333 INFO STEP 52 (ensure_dir) COMPLETE
90292026-07-01T21:21:28.554Z[ recovery-image] Jul 01 21:21:27.333 INFO O| Jul 01 21:21:27.333 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-07-01T21:21:28.557Z[ recovery-image] Jul 01 21:21:27.339 INFO O| Jul 01 21:21:27.339 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90312026-07-01T21:21:28.557Z[ recovery-image] Jul 01 21:21:27.339 INFO O| Jul 01 21:21:27.339 INFO copying /tmp/.tmp2RboQj/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90322026-07-01T21:21:28.562Z[ recovery-image] Jul 01 21:21:27.339 INFO O| Jul 01 21:21:27.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90332026-07-01T21:21:28.562Z[ recovery-image] Jul 01 21:21:27.339 INFO O| Jul 01 21:21:27.339 INFO ok!
90342026-07-01T21:21:28.562Z[ recovery-image] Jul 01 21:21:27.339 INFO O| Jul 01 21:21:27.339 INFO STEP 53 (ensure_file) COMPLETE
90352026-07-01T21:21:28.562Z[ recovery-image] Jul 01 21:21:27.339 INFO O| Jul 01 21:21:27.339 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-07-01T21:21:28.565Z[ recovery-image] Jul 01 21:21:27.345 INFO O| Jul 01 21:21:27.345 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90372026-07-01T21:21:28.565Z[ recovery-image] Jul 01 21:21:27.345 INFO O| Jul 01 21:21:27.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90382026-07-01T21:21:28.565Z[ recovery-image] Jul 01 21:21:27.345 INFO O| Jul 01 21:21:27.345 INFO STEP 54 (ensure_dir) COMPLETE
90392026-07-01T21:21:28.565Z[ recovery-image] Jul 01 21:21:27.345 INFO O| Jul 01 21:21:27.345 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-07-01T21:21:28.570Z[ recovery-image] Jul 01 21:21:27.352 INFO O| Jul 01 21:21:27.352 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90412026-07-01T21:21:28.570Z[ recovery-image] Jul 01 21:21:27.352 INFO O| Jul 01 21:21:27.352 INFO copying /tmp/.tmp2RboQj/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90422026-07-01T21:21:29.072Z[ recovery-image] Jul 01 21:21:27.853 INFO O| Jul 01 21:21:27.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90432026-07-01T21:21:29.072Z[ recovery-image] Jul 01 21:21:27.853 INFO O| Jul 01 21:21:27.853 INFO ok!
90442026-07-01T21:21:29.072Z[ recovery-image] Jul 01 21:21:27.853 INFO O| Jul 01 21:21:27.853 INFO STEP 55 (ensure_file) COMPLETE
90452026-07-01T21:21:29.075Z[ recovery-image] Jul 01 21:21:27.853 INFO O| Jul 01 21:21:27.853 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-07-01T21:21:29.079Z[ recovery-image] Jul 01 21:21:27.860 INFO O| Jul 01 21:21:27.860 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90472026-07-01T21:21:29.079Z[ recovery-image] Jul 01 21:21:27.860 INFO O| Jul 01 21:21:27.860 INFO copying /tmp/.tmp2RboQj/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90482026-07-01T21:21:29.624Z[ recovery-image] Jul 01 21:21:28.405 INFO O| Jul 01 21:21:28.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90492026-07-01T21:21:29.624Z[ recovery-image] Jul 01 21:21:28.405 INFO O| Jul 01 21:21:28.405 INFO ok!
90502026-07-01T21:21:29.627Z[ recovery-image] Jul 01 21:21:28.405 INFO O| Jul 01 21:21:28.405 INFO STEP 56 (ensure_file) COMPLETE
90512026-07-01T21:21:29.627Z[ recovery-image] Jul 01 21:21:28.405 INFO O| Jul 01 21:21:28.405 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-07-01T21:21:29.631Z[ recovery-image] Jul 01 21:21:28.413 INFO O| Jul 01 21:21:28.413 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90532026-07-01T21:21:29.635Z[ recovery-image] Jul 01 21:21:28.413 INFO O| Jul 01 21:21:28.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90542026-07-01T21:21:29.635Z[ recovery-image] Jul 01 21:21:28.413 INFO O| Jul 01 21:21:28.413 INFO STEP 57 (ensure_dir) COMPLETE
90552026-07-01T21:21:29.635Z[ recovery-image] Jul 01 21:21:28.413 INFO O| Jul 01 21:21:28.413 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90562026-07-01T21:21:29.639Z[ recovery-image] Jul 01 21:21:28.421 INFO O| Jul 01 21:21:28.421 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90572026-07-01T21:21:29.639Z[ recovery-image] Jul 01 21:21:28.421 INFO O| Jul 01 21:21:28.421 INFO copying /tmp/.tmp2RboQj/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 ...
90582026-07-01T21:21:29.642Z[ recovery-image] Jul 01 21:21:28.421 INFO O| Jul 01 21:21:28.421 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
90592026-07-01T21:21:29.642Z[ recovery-image] Jul 01 21:21:28.421 INFO O| Jul 01 21:21:28.421 INFO ok!
90602026-07-01T21:21:29.642Z[ recovery-image] Jul 01 21:21:28.421 INFO O| Jul 01 21:21:28.421 INFO STEP 58 (ensure_file) COMPLETE
90612026-07-01T21:21:29.642Z[ recovery-image] Jul 01 21:21:28.421 INFO O| Jul 01 21:21:28.421 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90622026-07-01T21:21:29.648Z[ recovery-image] Jul 01 21:21:28.427 INFO O| Jul 01 21:21:28.427 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90632026-07-01T21:21:29.648Z[ recovery-image] Jul 01 21:21:28.427 INFO O| Jul 01 21:21:28.427 INFO copying /tmp/.tmp2RboQj/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 ...
90642026-07-01T21:21:29.651Z[ recovery-image] Jul 01 21:21:28.427 INFO O| Jul 01 21:21:28.427 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
90652026-07-01T21:21:29.651Z[ recovery-image] Jul 01 21:21:28.427 INFO O| Jul 01 21:21:28.427 INFO ok!
90662026-07-01T21:21:29.651Z[ recovery-image] Jul 01 21:21:28.427 INFO O| Jul 01 21:21:28.427 INFO STEP 59 (ensure_file) COMPLETE
90672026-07-01T21:21:29.651Z[ recovery-image] Jul 01 21:21:28.427 INFO O| Jul 01 21:21:28.427 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90682026-07-01T21:21:29.654Z[ recovery-image] Jul 01 21:21:28.434 INFO O| Jul 01 21:21:28.434 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90692026-07-01T21:21:29.654Z[ recovery-image] Jul 01 21:21:28.434 INFO O| Jul 01 21:21:28.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90702026-07-01T21:21:29.654Z[ recovery-image] Jul 01 21:21:28.434 INFO O| Jul 01 21:21:28.434 INFO STEP 60 (ensure_dir) COMPLETE
90712026-07-01T21:21:29.654Z[ recovery-image] Jul 01 21:21:28.434 INFO O| Jul 01 21:21:28.434 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90722026-07-01T21:21:29.658Z[ recovery-image] Jul 01 21:21:28.440 INFO O| Jul 01 21:21:28.440 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90732026-07-01T21:21:29.661Z[ recovery-image] Jul 01 21:21:28.440 INFO O| Jul 01 21:21:28.440 INFO copying /tmp/.tmp2RboQj/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 ...
90742026-07-01T21:21:29.661Z[ recovery-image] Jul 01 21:21:28.440 INFO O| Jul 01 21:21:28.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90752026-07-01T21:21:29.661Z[ recovery-image] Jul 01 21:21:28.440 INFO O| Jul 01 21:21:28.440 INFO ok!
90762026-07-01T21:21:29.661Z[ recovery-image] Jul 01 21:21:28.440 INFO O| Jul 01 21:21:28.440 INFO STEP 61 (ensure_file) COMPLETE
90772026-07-01T21:21:29.661Z[ recovery-image] Jul 01 21:21:28.440 INFO O| Jul 01 21:21:28.440 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90782026-07-01T21:21:29.664Z[ recovery-image] Jul 01 21:21:28.445 INFO O| Jul 01 21:21:28.445 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90792026-07-01T21:21:29.664Z[ recovery-image] Jul 01 21:21:28.445 INFO O| Jul 01 21:21:28.445 INFO copying /tmp/.tmp2RboQj/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 ...
90802026-07-01T21:21:29.664Z[ recovery-image] Jul 01 21:21:28.446 INFO O| Jul 01 21:21:28.445 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
90812026-07-01T21:21:29.664Z[ recovery-image] Jul 01 21:21:28.446 INFO O| Jul 01 21:21:28.445 INFO ok!
90822026-07-01T21:21:29.664Z[ recovery-image] Jul 01 21:21:28.446 INFO O| Jul 01 21:21:28.446 INFO STEP 62 (ensure_file) COMPLETE
90832026-07-01T21:21:29.665Z[ recovery-image] Jul 01 21:21:28.446 INFO O| Jul 01 21:21:28.446 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90842026-07-01T21:21:29.670Z[ recovery-image] Jul 01 21:21:28.451 INFO O| Jul 01 21:21:28.451 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90852026-07-01T21:21:29.670Z[ recovery-image] Jul 01 21:21:28.451 INFO O| Jul 01 21:21:28.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90862026-07-01T21:21:29.673Z[ recovery-image] Jul 01 21:21:28.451 INFO O| Jul 01 21:21:28.451 INFO STEP 63 (ensure_dir) COMPLETE
90872026-07-01T21:21:29.673Z[ recovery-image] Jul 01 21:21:28.451 INFO O| Jul 01 21:21:28.451 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90882026-07-01T21:21:29.677Z[ recovery-image] Jul 01 21:21:28.459 INFO O| Jul 01 21:21:28.459 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90892026-07-01T21:21:29.677Z[ recovery-image] Jul 01 21:21:28.459 INFO O| Jul 01 21:21:28.459 INFO copying /tmp/.tmp2RboQj/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 ...
90902026-07-01T21:21:29.680Z[ recovery-image] Jul 01 21:21:28.459 INFO O| Jul 01 21:21:28.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90912026-07-01T21:21:29.680Z[ recovery-image] Jul 01 21:21:28.459 INFO O| Jul 01 21:21:28.459 INFO ok!
90922026-07-01T21:21:29.680Z[ recovery-image] Jul 01 21:21:28.459 INFO O| Jul 01 21:21:28.459 INFO STEP 64 (ensure_file) COMPLETE
90932026-07-01T21:21:29.680Z[ recovery-image] Jul 01 21:21:28.459 INFO O| Jul 01 21:21:28.459 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90942026-07-01T21:21:29.683Z[ recovery-image] Jul 01 21:21:28.465 INFO O| Jul 01 21:21:28.465 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90952026-07-01T21:21:29.683Z[ recovery-image] Jul 01 21:21:28.465 INFO O| Jul 01 21:21:28.465 INFO copying /tmp/.tmp2RboQj/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90962026-07-01T21:21:29.683Z[ recovery-image] Jul 01 21:21:28.465 INFO O| Jul 01 21:21:28.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90972026-07-01T21:21:29.686Z[ recovery-image] Jul 01 21:21:28.465 INFO O| Jul 01 21:21:28.465 INFO ok!
90982026-07-01T21:21:29.686Z[ recovery-image] Jul 01 21:21:28.465 INFO O| Jul 01 21:21:28.465 INFO STEP 65 (ensure_file) COMPLETE
90992026-07-01T21:21:29.686Z[ recovery-image] Jul 01 21:21:28.465 INFO O| Jul 01 21:21:28.465 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91002026-07-01T21:21:29.689Z[ recovery-image] Jul 01 21:21:28.471 INFO O| Jul 01 21:21:28.471 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91012026-07-01T21:21:29.692Z[ recovery-image] Jul 01 21:21:28.471 INFO O| Jul 01 21:21:28.471 INFO STEP 66 (ensure_dir) COMPLETE
91022026-07-01T21:21:29.692Z[ recovery-image] Jul 01 21:21:28.471 INFO O| Jul 01 21:21:28.471 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91032026-07-01T21:21:29.696Z[ recovery-image] Jul 01 21:21:28.477 INFO O| Jul 01 21:21:28.477 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91042026-07-01T21:21:29.699Z[ recovery-image] Jul 01 21:21:28.477 INFO O| Jul 01 21:21:28.477 INFO STEP 67 (ensure_dir) COMPLETE
91052026-07-01T21:21:29.699Z[ recovery-image] Jul 01 21:21:28.477 INFO O| Jul 01 21:21:28.477 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91062026-07-01T21:21:29.702Z[ recovery-image] Jul 01 21:21:28.483 INFO O| Jul 01 21:21:28.483 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91072026-07-01T21:21:29.702Z[ recovery-image] Jul 01 21:21:28.483 INFO O| Jul 01 21:21:28.483 INFO STEP 68 (ensure_dir) COMPLETE
91082026-07-01T21:21:29.702Z[ recovery-image] Jul 01 21:21:28.483 INFO O| Jul 01 21:21:28.483 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91092026-07-01T21:21:29.707Z[ recovery-image] Jul 01 21:21:28.489 INFO O| Jul 01 21:21:28.489 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91102026-07-01T21:21:29.710Z[ recovery-image] Jul 01 21:21:28.489 INFO O| Jul 01 21:21:28.489 INFO STEP 69 (ensure_dir) COMPLETE
91112026-07-01T21:21:29.710Z[ recovery-image] Jul 01 21:21:28.489 INFO O| Jul 01 21:21:28.489 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91122026-07-01T21:21:29.714Z[ recovery-image] Jul 01 21:21:28.496 INFO O| Jul 01 21:21:28.496 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91132026-07-01T21:21:29.714Z[ recovery-image] Jul 01 21:21:28.496 INFO O| Jul 01 21:21:28.496 INFO copying /tmp/.tmp2RboQj/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91142026-07-01T21:21:29.714Z[ recovery-image] Jul 01 21:21:28.496 INFO O| Jul 01 21:21:28.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91152026-07-01T21:21:29.714Z[ recovery-image] Jul 01 21:21:28.496 INFO O| Jul 01 21:21:28.496 INFO ok!
91162026-07-01T21:21:29.717Z[ recovery-image] Jul 01 21:21:28.496 INFO O| Jul 01 21:21:28.496 INFO STEP 70 (ensure_file) COMPLETE
91172026-07-01T21:21:29.717Z[ recovery-image] Jul 01 21:21:28.496 INFO O| Jul 01 21:21:28.496 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91182026-07-01T21:21:29.720Z[ recovery-image] Jul 01 21:21:28.502 INFO O| Jul 01 21:21:28.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91192026-07-01T21:21:29.724Z[ recovery-image] Jul 01 21:21:28.502 INFO O| Jul 01 21:21:28.502 INFO STEP 71 (remove_files) COMPLETE
91202026-07-01T21:21:29.724Z[ recovery-image] Jul 01 21:21:28.502 INFO O| Jul 01 21:21:28.502 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-07-01T21:21:29.727Z[ recovery-image] Jul 01 21:21:28.509 INFO O| Jul 01 21:21:28.509 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91222026-07-01T21:21:29.727Z[ recovery-image] Jul 01 21:21:28.509 INFO O| Jul 01 21:21:28.509 INFO STEP 72 (remove_files) COMPLETE
91232026-07-01T21:21:29.727Z[ recovery-image] Jul 01 21:21:28.509 INFO O| Jul 01 21:21:28.509 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-07-01T21:21:29.733Z[ recovery-image] Jul 01 21:21:28.515 INFO O| Jul 01 21:21:28.515 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91252026-07-01T21:21:29.736Z[ recovery-image] Jul 01 21:21:28.515 INFO O| Jul 01 21:21:28.515 INFO STEP 73 (remove_files) COMPLETE
91262026-07-01T21:21:29.736Z[ recovery-image] Jul 01 21:21:28.515 INFO O| Jul 01 21:21:28.515 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-07-01T21:21:29.739Z[ recovery-image] Jul 01 21:21:28.521 INFO O| Jul 01 21:21:28.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91282026-07-01T21:21:29.742Z[ recovery-image] Jul 01 21:21:28.521 INFO O| Jul 01 21:21:28.521 INFO STEP 74 (remove_files) COMPLETE
91292026-07-01T21:21:29.742Z[ recovery-image] Jul 01 21:21:28.521 INFO O| Jul 01 21:21:28.521 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-07-01T21:21:29.747Z[ recovery-image] Jul 01 21:21:28.528 INFO O| Jul 01 21:21:28.528 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91312026-07-01T21:21:29.750Z[ recovery-image] Jul 01 21:21:28.528 INFO O| Jul 01 21:21:28.528 INFO STEP 75 (remove_files) COMPLETE
91322026-07-01T21:21:29.750Z[ recovery-image] Jul 01 21:21:28.528 INFO O| Jul 01 21:21:28.528 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-07-01T21:21:29.754Z[ recovery-image] Jul 01 21:21:28.535 INFO O| Jul 01 21:21:28.535 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91342026-07-01T21:21:29.754Z[ recovery-image] Jul 01 21:21:28.535 INFO O| Jul 01 21:21:28.535 INFO STEP 76 (remove_files) COMPLETE
91352026-07-01T21:21:29.754Z[ recovery-image] Jul 01 21:21:28.535 INFO O| Jul 01 21:21:28.535 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-07-01T21:21:29.760Z[ recovery-image] Jul 01 21:21:28.542 INFO O| Jul 01 21:21:28.542 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91372026-07-01T21:21:29.760Z[ recovery-image] Jul 01 21:21:28.542 INFO O| Jul 01 21:21:28.542 INFO STEP 77 (remove_files) COMPLETE
91382026-07-01T21:21:29.760Z[ recovery-image] Jul 01 21:21:28.542 INFO O| Jul 01 21:21:28.542 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-07-01T21:21:29.766Z[ recovery-image] Jul 01 21:21:28.548 INFO O| Jul 01 21:21:28.548 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91402026-07-01T21:21:29.766Z[ recovery-image] Jul 01 21:21:28.548 INFO O| Jul 01 21:21:28.548 INFO STEP 78 (remove_files) COMPLETE
91412026-07-01T21:21:29.770Z[ recovery-image] Jul 01 21:21:28.548 INFO O| Jul 01 21:21:28.548 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-07-01T21:21:29.773Z[ recovery-image] Jul 01 21:21:28.554 INFO O| Jul 01 21:21:28.554 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91432026-07-01T21:21:29.773Z[ recovery-image] Jul 01 21:21:28.554 INFO O| Jul 01 21:21:28.554 INFO STEP 79 (remove_files) COMPLETE
91442026-07-01T21:21:29.775Z[ recovery-image] Jul 01 21:21:28.554 INFO O| Jul 01 21:21:28.554 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-07-01T21:21:29.778Z[ recovery-image] Jul 01 21:21:28.560 INFO O| Jul 01 21:21:28.560 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91462026-07-01T21:21:29.778Z[ recovery-image] Jul 01 21:21:28.560 INFO O| Jul 01 21:21:28.560 INFO STEP 80 (remove_files) COMPLETE
91472026-07-01T21:21:29.778Z[ recovery-image] Jul 01 21:21:28.560 INFO O| Jul 01 21:21:28.560 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-07-01T21:21:29.785Z[ recovery-image] Jul 01 21:21:28.567 INFO O| Jul 01 21:21:28.567 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91492026-07-01T21:21:29.786Z[ recovery-image] Jul 01 21:21:28.567 INFO O| Jul 01 21:21:28.567 INFO STEP 81 (remove_files) COMPLETE
91502026-07-01T21:21:29.786Z[ recovery-image] Jul 01 21:21:28.567 INFO O| Jul 01 21:21:28.567 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-07-01T21:21:29.792Z[ recovery-image] Jul 01 21:21:28.573 INFO O| Jul 01 21:21:28.573 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91522026-07-01T21:21:29.792Z[ recovery-image] Jul 01 21:21:28.573 INFO O| Jul 01 21:21:28.573 INFO STEP 82 (remove_files) COMPLETE
91532026-07-01T21:21:29.795Z[ recovery-image] Jul 01 21:21:28.573 INFO O| Jul 01 21:21:28.573 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-07-01T21:21:29.798Z[ recovery-image] Jul 01 21:21:28.580 INFO O| Jul 01 21:21:28.580 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91552026-07-01T21:21:29.798Z[ recovery-image] Jul 01 21:21:28.580 INFO O| Jul 01 21:21:28.580 INFO STEP 83 (remove_files) COMPLETE
91562026-07-01T21:21:29.801Z[ recovery-image] Jul 01 21:21:28.580 INFO O| Jul 01 21:21:28.580 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-07-01T21:21:29.804Z[ recovery-image] Jul 01 21:21:28.586 INFO O| Jul 01 21:21:28.586 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91582026-07-01T21:21:29.805Z[ recovery-image] Jul 01 21:21:28.586 INFO O| Jul 01 21:21:28.586 INFO STEP 84 (remove_files) COMPLETE
91592026-07-01T21:21:29.805Z[ recovery-image] Jul 01 21:21:28.586 INFO O| Jul 01 21:21:28.586 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-07-01T21:21:29.811Z[ recovery-image] Jul 01 21:21:28.593 INFO O| Jul 01 21:21:28.593 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91612026-07-01T21:21:29.811Z[ recovery-image] Jul 01 21:21:28.593 INFO O| Jul 01 21:21:28.593 INFO STEP 85 (remove_files) COMPLETE
91622026-07-01T21:21:29.815Z[ recovery-image] Jul 01 21:21:28.593 INFO O| Jul 01 21:21:28.593 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-07-01T21:21:29.818Z[ recovery-image] Jul 01 21:21:28.598 INFO O| Jul 01 21:21:28.598 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91642026-07-01T21:21:29.818Z[ recovery-image] Jul 01 21:21:28.598 INFO O| Jul 01 21:21:28.598 INFO STEP 86 (remove_files) COMPLETE
91652026-07-01T21:21:29.818Z[ recovery-image] Jul 01 21:21:28.598 INFO O| Jul 01 21:21:28.598 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-07-01T21:21:29.824Z[ recovery-image] Jul 01 21:21:28.605 INFO O| Jul 01 21:21:28.605 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91672026-07-01T21:21:29.824Z[ recovery-image] Jul 01 21:21:28.605 INFO O| Jul 01 21:21:28.605 INFO STEP 87 (remove_files) COMPLETE
91682026-07-01T21:21:29.824Z[ recovery-image] Jul 01 21:21:28.605 INFO O| Jul 01 21:21:28.605 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-07-01T21:21:29.830Z[ recovery-image] Jul 01 21:21:28.612 INFO O| Jul 01 21:21:28.611 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91702026-07-01T21:21:29.830Z[ recovery-image] Jul 01 21:21:28.612 INFO O| Jul 01 21:21:28.612 INFO STEP 88 (remove_files) COMPLETE
91712026-07-01T21:21:29.832Z[ recovery-image] Jul 01 21:21:28.612 INFO O| Jul 01 21:21:28.612 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722026-07-01T21:21:29.836Z[ recovery-image] Jul 01 21:21:28.618 INFO O| Jul 01 21:21:28.618 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91732026-07-01T21:21:29.836Z[ recovery-image] Jul 01 21:21:28.618 INFO O| Jul 01 21:21:28.618 INFO STEP 89 (remove_files) COMPLETE
91742026-07-01T21:21:29.839Z[ recovery-image] Jul 01 21:21:28.618 INFO O| Jul 01 21:21:28.618 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752026-07-01T21:21:29.844Z[ recovery-image] Jul 01 21:21:28.625 INFO O| Jul 01 21:21:28.625 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91762026-07-01T21:21:29.844Z[ recovery-image] Jul 01 21:21:28.625 INFO O| Jul 01 21:21:28.625 INFO STEP 90 (remove_files) COMPLETE
91772026-07-01T21:21:29.844Z[ recovery-image] Jul 01 21:21:28.625 INFO O| Jul 01 21:21:28.625 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782026-07-01T21:21:29.849Z[ recovery-image] Jul 01 21:21:28.631 INFO O| Jul 01 21:21:28.631 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91792026-07-01T21:21:29.852Z[ recovery-image] Jul 01 21:21:28.631 INFO O| Jul 01 21:21:28.631 INFO STEP 91 (remove_files) COMPLETE
91802026-07-01T21:21:29.852Z[ recovery-image] Jul 01 21:21:28.631 INFO O| Jul 01 21:21:28.631 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812026-07-01T21:21:29.855Z[ recovery-image] Jul 01 21:21:28.637 INFO O| Jul 01 21:21:28.637 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91822026-07-01T21:21:29.858Z[ recovery-image] Jul 01 21:21:28.637 INFO O| Jul 01 21:21:28.637 INFO STEP 92 (remove_files) COMPLETE
91832026-07-01T21:21:29.858Z[ recovery-image] Jul 01 21:21:28.637 INFO O| Jul 01 21:21:28.637 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-07-01T21:21:29.862Z[ recovery-image] Jul 01 21:21:28.644 INFO O| Jul 01 21:21:28.644 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91852026-07-01T21:21:29.862Z[ recovery-image] Jul 01 21:21:28.644 INFO O| Jul 01 21:21:28.644 INFO STEP 93 (remove_files) COMPLETE
91862026-07-01T21:21:29.865Z[ recovery-image] Jul 01 21:21:28.644 INFO O| Jul 01 21:21:28.644 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-07-01T21:21:29.868Z[ recovery-image] Jul 01 21:21:28.650 INFO O| Jul 01 21:21:28.650 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91882026-07-01T21:21:29.869Z[ recovery-image] Jul 01 21:21:28.650 INFO O| Jul 01 21:21:28.650 INFO STEP 94 (remove_files) COMPLETE
91892026-07-01T21:21:29.872Z[ recovery-image] Jul 01 21:21:28.650 INFO O| Jul 01 21:21:28.650 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-07-01T21:21:29.875Z[ recovery-image] Jul 01 21:21:28.657 INFO O| Jul 01 21:21:28.657 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91912026-07-01T21:21:29.875Z[ recovery-image] Jul 01 21:21:28.657 INFO O| Jul 01 21:21:28.657 INFO STEP 95 (remove_files) COMPLETE
91922026-07-01T21:21:29.875Z[ recovery-image] Jul 01 21:21:28.657 INFO O| Jul 01 21:21:28.657 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-07-01T21:21:29.880Z[ recovery-image] Jul 01 21:21:28.662 INFO O| Jul 01 21:21:28.662 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91942026-07-01T21:21:29.880Z[ recovery-image] Jul 01 21:21:28.662 INFO O| Jul 01 21:21:28.662 INFO STEP 96 (remove_files) COMPLETE
91952026-07-01T21:21:29.880Z[ recovery-image] Jul 01 21:21:28.662 INFO O| Jul 01 21:21:28.662 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-07-01T21:21:29.886Z[ recovery-image] Jul 01 21:21:28.667 INFO O| Jul 01 21:21:28.667 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91972026-07-01T21:21:29.886Z[ recovery-image] Jul 01 21:21:28.667 INFO O| Jul 01 21:21:28.667 INFO STEP 97 (remove_files) COMPLETE
91982026-07-01T21:21:29.886Z[ recovery-image] Jul 01 21:21:28.667 INFO O| Jul 01 21:21:28.667 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-07-01T21:21:29.891Z[ recovery-image] Jul 01 21:21:28.672 INFO O| Jul 01 21:21:28.672 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92002026-07-01T21:21:29.891Z[ recovery-image] Jul 01 21:21:28.672 INFO O| Jul 01 21:21:28.672 INFO STEP 98 (remove_files) COMPLETE
92012026-07-01T21:21:29.891Z[ recovery-image] Jul 01 21:21:28.672 INFO O| Jul 01 21:21:28.672 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-07-01T21:21:29.895Z[ recovery-image] Jul 01 21:21:28.677 INFO O| Jul 01 21:21:28.677 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92032026-07-01T21:21:29.896Z[ recovery-image] Jul 01 21:21:28.677 INFO O| Jul 01 21:21:28.677 INFO STEP 99 (remove_files) COMPLETE
92042026-07-01T21:21:29.898Z[ recovery-image] Jul 01 21:21:28.677 INFO O| Jul 01 21:21:28.677 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92052026-07-01T21:21:29.906Z[ recovery-image] Jul 01 21:21:28.687 INFO O| Jul 01 21:21:28.687 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92062026-07-01T21:21:29.906Z[ recovery-image] Jul 01 21:21:28.687 INFO O| Jul 01 21:21:28.687 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92072026-07-01T21:21:35.796Z[ recovery-image] Jul 01 21:21:34.575 INFO O| Jul 01 21:21:34.575 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
92082026-07-01T21:21:35.796Z[ recovery-image] Jul 01 21:21:34.576 INFO O| Jul 01 21:21:34.575 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92092026-07-01T21:21:35.807Z[ recovery-image] Jul 01 21:21:34.587 INFO O| Jul 01 21:21:34.587 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92102026-07-01T21:21:35.898Z[ recovery-image] Jul 01 21:21:34.675 INFO O| Jul 01 21:21:34.675 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
92112026-07-01T21:21:35.941Z[ recovery-image] Jul 01 21:21:34.723 INFO O| Jul 01 21:21:34.723 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92122026-07-01T21:21:35.995Z[ recovery-image] Jul 01 21:21:34.776 INFO O| Jul 01 21:21:34.776 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92132026-07-01T21:21:35.995Z[ recovery-image] Jul 01 21:21:34.776 INFO O| Jul 01 21:21:34.776 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 ...
92142026-07-01T21:21:36.000Z[ recovery-image] Jul 01 21:21:34.777 INFO O| Jul 01 21:21:34.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92152026-07-01T21:21:36.000Z[ recovery-image] Jul 01 21:21:34.777 INFO O| Jul 01 21:21:34.777 INFO ok!
92162026-07-01T21:21:36.000Z[ recovery-image] Jul 01 21:21:34.777 INFO O| Jul 01 21:21:34.777 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92172026-07-01T21:21:36.000Z[ recovery-image] Jul 01 21:21:34.777 INFO O| Jul 01 21:21:34.777 INFO STEP 100 (seed_smf) COMPLETE
92182026-07-01T21:21:36.001Z[ recovery-image] Jul 01 21:21:34.777 INFO O| Jul 01 21:21:34.777 INFO steps complete; finalising image!
92192026-07-01T21:21:36.001Z[ recovery-image] Jul 01 21:21:34.777 INFO O| Jul 01 21:21:34.777 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92202026-07-01T21:21:36.024Z[ recovery-image] Jul 01 21:21:34.805 INFO O| Jul 01 21:21:34.805 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Wed Jul 1 21:21:34 2026)
92212026-07-01T21:21:36.231Z[ recovery-image] Jul 01 21:21:35.010 INFO O| Jul 01 21:21:35.010 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 1 21:21:34 2026)
92222026-07-01T21:21:36.441Z[ recovery-image] Jul 01 21:21:35.214 INFO O| Jul 01 21:21:35.214 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 1 21:21:34 2026)
92232026-07-01T21:21:36.687Z[ recovery-image] Jul 01 21:21:35.428 INFO O| Jul 01 21:21:35.428 INFO temporary pool has 491M used, 1.27G avail, 1.00x compressratio
92242026-07-01T21:21:36.687Z[ recovery-image] Jul 01 21:21:35.428 INFO O| Jul 01 21:21:35.428 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92252026-07-01T21:21:36.881Z[ recovery-image] Jul 01 21:21:35.660 INFO O| Jul 01 21:21:35.660 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
92262026-07-01T21:21:36.881Z[ recovery-image] Jul 01 21:21:35.660 INFO O| Jul 01 21:21:35.660 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92272026-07-01T21:21:38.862Z[ recovery-image] Jul 01 21:21:37.629 INFO O| Jul 01 21:21:37.629 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92282026-07-01T21:21:38.862Z[ recovery-image] Jul 01 21:21:37.629 INFO O| Jul 01 21:21:37.629 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92292026-07-01T21:21:38.884Z[ recovery-image] Jul 01 21:21:37.629 INFO O| Jul 01 21:21:37.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92302026-07-01T21:21:38.884Z[ recovery-image] Jul 01 21:21:37.629 INFO O| Jul 01 21:21:37.629 INFO completed processing sled/zfs-recovery
92312026-07-01T21:21:38.884Z[ recovery-image] Jul 01 21:21:37.629 INFO O| Jul 01 21:21:37.629 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92322026-07-01T21:21:40.828Z[ recovery-image] Jul 01 21:21:39.597 INFO O| Jul 01 21:21:39.597 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92332026-07-01T21:21:40.914Z[ recovery-image] Jul 01 21:21:39.694 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
92342026-07-01T21:21:40.914Z[ recovery-image] Jul 01 21:21:39.694 INFO expanded image name: "recovery fb4894e/${os_short_commit} 2026-07-01 21:07" -> "recovery fb4894e/9b09742 2026-07-01 21:07"
92352026-07-01T21:21:40.922Z[ recovery-image] Jul 01 21:21:39.694 INFO output artefacts stored in: "/work/os-recovery"
92362026-07-01T21:21:40.922Z[ recovery-image] Jul 01 21:21:39.694 INFO collecting git info from project "amd-host-image-builder"...
92372026-07-01T21:21:40.957Z[ recovery-image] Jul 01 21:21:39.733 INFO collecting git info from project "pilot"...
92382026-07-01T21:21:40.961Z[ recovery-image] Jul 01 21:21:39.741 INFO collecting git info from project "image-builder"...
92392026-07-01T21:21:40.982Z[ recovery-image] Jul 01 21:21:39.746 INFO collecting git info from project "amd-firmware"...
92402026-07-01T21:21:41.276Z[ recovery-image] Jul 01 21:21:40.057 INFO collecting git info from project "pinprick"...
92412026-07-01T21:21:41.281Z[ recovery-image] Jul 01 21:21:40.062 INFO collecting git info from project "phbl"...
92422026-07-01T21:21:41.288Z[ recovery-image] Jul 01 21:21:40.068 INFO collecting git info from project "bootserver"...
92432026-07-01T21:21:41.296Z[ recovery-image] Jul 01 21:21:40.073 INFO collecting git info from project "chelsio-t6-roms"...
92442026-07-01T21:21:41.308Z[ recovery-image] Jul 01 21:21:40.088 INFO collecting git info from project "dmar-report"...
92452026-07-01T21:21:41.315Z[ recovery-image] Jul 01 21:21:40.096 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92462026-07-01T21:21:41.598Z[ recovery-image] Jul 01 21:21:40.377 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92472026-07-01T21:21:41.879Z[ recovery-image] Jul 01 21:21:40.659 INFO creating Oxide boot image...
92482026-07-01T21:21:41.879Z[ recovery-image] Jul 01 21:21:40.659 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery fb4894e/9b09742 2026-07-01 21:07", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92492026-07-01T21:21:48.841Z[ host-image] Jul 01 21:21:47.622 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92502026-07-01T21:21:48.841Z[ host-image] Jul 01 21:21:47.622 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92512026-07-01T21:21:48.841Z[ host-image] Jul 01 21:21:47.622 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92522026-07-01T21:21:48.849Z[ host-image] Jul 01 21:21:47.622 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92532026-07-01T21:21:48.849Z[ host-image] Jul 01 21:21:47.622 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92542026-07-01T21:21:48.849Z[ host-image] Jul 01 21:21:47.622 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92552026-07-01T21:21:48.849Z[ host-image] Jul 01 21:21:47.622 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92562026-07-01T21:21:48.850Z[ host-image] Jul 01 21:21:47.622 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92572026-07-01T21:21:48.850Z[ host-image] Jul 01 21:21:47.623 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260701T210804Z
92582026-07-01T21:21:48.850Z[ host-image] Jul 01 21:21:47.623 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92592026-07-01T21:21:48.850Z[ host-image] Jul 01 21:21:47.623 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92602026-07-01T21:21:48.850Z[ host-image] Jul 01 21:21:47.623 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92612026-07-01T21:21:48.850Z[ host-image] Jul 01 21:21:47.623 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92622026-07-01T21:21:48.850Z[ host-image] Jul 01 21:21:47.623 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92632026-07-01T21:21:48.850Z[ host-image] Jul 01 21:21:47.623 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92642026-07-01T21:21:48.850Z[ host-image] Jul 01 21:21:47.623 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92652026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92662026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92672026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92682026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92692026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92702026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92712026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92722026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92732026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92742026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92752026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92762026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92772026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92782026-07-01T21:21:48.854Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92792026-07-01T21:21:48.855Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92802026-07-01T21:21:48.855Z[ host-image] Jul 01 21:21:47.624 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92812026-07-01T21:21:48.855Z[ host-image] Jul 01 21:21:47.625 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92822026-07-01T21:21:48.855Z[ host-image] Jul 01 21:21:47.625 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92832026-07-01T21:21:48.855Z[ host-image] Jul 01 21:21:47.625 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92842026-07-01T21:21:48.856Z[ host-image] Jul 01 21:21:47.625 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92852026-07-01T21:21:48.857Z[ host-image] Jul 01 21:21:47.625 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92862026-07-01T21:21:48.857Z[ host-image] Jul 01 21:21:47.625 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92872026-07-01T21:21:48.862Z[ host-image] Jul 01 21:21:47.628 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92882026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.628 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92892026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.628 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92902026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.628 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92912026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.628 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92922026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.628 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92932026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.628 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
92942026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.628 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92952026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.628 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92962026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.629 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92972026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.629 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92982026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.632 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92992026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.632 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93002026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.632 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93012026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.632 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93022026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.633 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93032026-07-01T21:21:48.863Z[ host-image] Jul 01 21:21:47.633 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93042026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93052026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93062026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93072026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
93082026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
93092026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93102026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
93112026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93122026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93132026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93142026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93152026-07-01T21:21:48.868Z[ host-image] Jul 01 21:21:47.645 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
93162026-07-01T21:21:48.869Z[ host-image] Jul 01 21:21:47.646 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93172026-07-01T21:21:48.869Z[ host-image] Jul 01 21:21:47.647 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93182026-07-01T21:21:48.869Z[ host-image] Jul 01 21:21:47.647 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93192026-07-01T21:21:48.869Z[ host-image] Jul 01 21:21:47.647 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93202026-07-01T21:21:48.869Z[ host-image] Jul 01 21:21:47.647 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
93212026-07-01T21:21:48.869Z[ host-image] Jul 01 21:21:47.647 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93222026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.651 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93232026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.651 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
93242026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.652 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
93252026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.652 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
93262026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.652 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93272026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.652 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
93282026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.652 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
93292026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.652 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
93302026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.652 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
93312026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.653 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
93322026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.653 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
93332026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.654 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
93342026-07-01T21:21:48.874Z[ host-image] Jul 01 21:21:47.654 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93352026-07-01T21:21:48.875Z[ host-image] Jul 01 21:21:47.654 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
93362026-07-01T21:21:48.875Z[ host-image] Jul 01 21:21:47.654 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
93372026-07-01T21:21:48.875Z[ host-image] Jul 01 21:21:47.654 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
93382026-07-01T21:21:48.875Z[ host-image] Jul 01 21:21:47.654 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93392026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.656 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93402026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.656 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93412026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.657 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93422026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.657 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93432026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.657 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93442026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.657 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93452026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.657 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93462026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.657 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93472026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.658 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93482026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.660 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93492026-07-01T21:21:48.880Z[ host-image] Jul 01 21:21:47.660 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93502026-07-01T21:21:48.881Z[ host-image] Jul 01 21:21:47.661 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93512026-07-01T21:21:48.881Z[ host-image] Jul 01 21:21:47.661 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93522026-07-01T21:21:48.881Z[ host-image] Jul 01 21:21:47.661 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93532026-07-01T21:21:48.887Z[ host-image] Jul 01 21:21:47.667 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93542026-07-01T21:21:48.887Z[ host-image] Jul 01 21:21:47.667 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93552026-07-01T21:21:48.887Z[ host-image] Jul 01 21:21:47.667 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93562026-07-01T21:21:48.887Z[ host-image] Jul 01 21:21:47.667 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93572026-07-01T21:21:48.887Z[ host-image] Jul 01 21:21:47.667 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93582026-07-01T21:21:48.896Z[ host-image] Jul 01 21:21:47.676 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93592026-07-01T21:21:48.896Z[ host-image] Jul 01 21:21:47.676 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93602026-07-01T21:21:48.909Z[ host-image] Jul 01 21:21:47.676 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93612026-07-01T21:21:48.909Z[ host-image] Jul 01 21:21:47.676 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93622026-07-01T21:21:48.909Z[ host-image] Jul 01 21:21:47.676 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93632026-07-01T21:21:48.909Z[ host-image] Jul 01 21:21:47.677 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93642026-07-01T21:21:48.909Z[ host-image] Jul 01 21:21:47.677 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93652026-07-01T21:21:48.909Z[ host-image] Jul 01 21:21:47.677 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93662026-07-01T21:21:48.909Z[ host-image] Jul 01 21:21:47.677 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93672026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.677 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93682026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.677 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93692026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.677 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93702026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.677 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93712026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.678 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93722026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.678 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93732026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.678 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93742026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.678 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93752026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93762026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93772026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93782026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93792026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93802026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93812026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93822026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93832026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93842026-07-01T21:21:48.917Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93852026-07-01T21:21:48.918Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93862026-07-01T21:21:48.920Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93872026-07-01T21:21:48.920Z[ host-image] Jul 01 21:21:47.679 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93882026-07-01T21:21:48.920Z[ host-image] Jul 01 21:21:47.680 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93892026-07-01T21:21:48.920Z[ host-image] Jul 01 21:21:47.680 INFO O| tempdir @ "/tmp/.tmprTM4rI/tmp"
93902026-07-01T21:21:48.920Z[ host-image] Jul 01 21:21:47.680 INFO O| image root @ "/tmp/.tmprTM4rI/tmp/root"
93912026-07-01T21:21:48.920Z[ host-image] Jul 01 21:21:47.680 INFO O| creating image...
93922026-07-01T21:21:49.207Z[ host-image] Jul 01 21:21:47.987 INFO O| copying publishers...
93932026-07-01T21:21:50.079Z[ host-image] Jul 01 21:21:48.856 INFO O| adding properties...
93942026-07-01T21:21:50.876Z[ host-image] Jul 01 21:21:49.640 INFO O| installing packages...
93952026-07-01T21:22:01.215Z[ host-image] Jul 01 21:21:59.996 INFO O| seeding SMF database...
93962026-07-01T21:22:05.433Z[ host-image] Jul 01 21:22:04.211 INFO O| configuring SMF profile...
93972026-07-01T21:22:05.433Z[ host-image] Jul 01 21:22:04.211 INFO O| modifying shadow(5)...
93982026-07-01T21:22:05.437Z[ host-image] Jul 01 21:22:04.211 INFO O| loading user and group database...
93992026-07-01T21:22:05.437Z[ host-image] Jul 01 21:22:04.211 INFO O| loading facet selections...
94002026-07-01T21:22:05.721Z[ host-image] Jul 01 21:22:04.501 INFO O| devel -> true
94012026-07-01T21:22:05.724Z[ host-image] Jul 01 21:22:04.501 INFO O| doc.man -> true
94022026-07-01T21:22:05.724Z[ host-image] Jul 01 21:22:04.501 INFO O| version-lock.shell/ksh93 -> true
94032026-07-01T21:22:05.724Z[ host-image] Jul 01 21:22:04.501 INFO O| version-lock.system/data/hardware-registry -> true
94042026-07-01T21:22:05.725Z[ host-image] Jul 01 21:22:04.501 INFO O| version-lock.system/data/zoneinfo -> true
94052026-07-01T21:22:05.725Z[ host-image] Jul 01 21:22:04.502 INFO O| version-lock.system/microcode/amd -> true
94062026-07-01T21:22:05.725Z[ host-image] Jul 01 21:22:04.502 INFO O| version-lock.system/microcode/intel -> true
94072026-07-01T21:22:05.725Z[ host-image] Jul 01 21:22:04.502 INFO O| version-lock.system/microcode/oxide -> true
94082026-07-01T21:22:05.725Z[ host-image] Jul 01 21:22:04.502 INFO O| assessing packaged files...
94092026-07-01T21:22:07.240Z[ host-image] Jul 01 21:22:06.020 INFO O| creating archive...
94102026-07-01T21:22:07.260Z[ host-image] Jul 01 21:22:06.041 INFO O| missing from packaging:
94112026-07-01T21:22:07.260Z[ host-image] Jul 01 21:22:06.041 INFO O| "etc/.pwd.lock"
94122026-07-01T21:22:07.263Z[ host-image] Jul 01 21:22:06.041 INFO O| "etc/bash"
94132026-07-01T21:22:07.263Z[ host-image] Jul 01 21:22:06.044 INFO O| "etc/svc/profile/generic.xml"
94142026-07-01T21:22:07.263Z[ host-image] Jul 01 21:22:06.044 INFO O| "etc/svc/profile/inetd_services.xml"
94152026-07-01T21:22:07.267Z[ host-image] Jul 01 21:22:06.044 INFO O| "etc/svc/profile/name_service.xml"
94162026-07-01T21:22:07.267Z[ host-image] Jul 01 21:22:06.044 INFO O| "etc/svc/profile/platform.xml"
94172026-07-01T21:22:07.267Z[ host-image] Jul 01 21:22:06.044 INFO O| "etc/svc/profile/platform_omicron1.xml"
94182026-07-01T21:22:07.267Z[ host-image] Jul 01 21:22:06.044 INFO O| "etc/svc/repository.db"
94192026-07-01T21:22:07.270Z[ host-image] Jul 01 21:22:06.050 INFO O| "opt/ooce/share"
94202026-07-01T21:22:07.270Z[ host-image] Jul 01 21:22:06.050 INFO O| "opt/ooce/share/man"
94212026-07-01T21:22:07.270Z[ host-image] Jul 01 21:22:06.050 INFO O| "opt/ooce/share/man/man1"
94222026-07-01T21:22:07.276Z[ host-image] Jul 01 21:22:06.057 INFO O| finishing archive...
94232026-07-01T21:22:09.617Z[ host-image] Jul 01 21:22:08.397 INFO O| creating gzonly manifest...
94242026-07-01T21:22:09.623Z[ host-image] Jul 01 21:22:08.403 INFO O| ok
94252026-07-01T21:22:09.728Z[ host-image] Jul 01 21:22:08.508 INFO image builder template: ramdisk-02-trim...
94262026-07-01T21:22:09.728Z[ host-image] Jul 01 21:22:08.508 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/.tmp2RboQj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-02-trim"], pwd: None
94272026-07-01T21:22:09.747Z[ host-image] Jul 01 21:22:08.528 INFO O| Jul 01 21:22:08.527 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94282026-07-01T21:22:09.751Z[ host-image] Jul 01 21:22:08.532 INFO O| Jul 01 21:22:08.531 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94292026-07-01T21:22:10.165Z[ host-image] Jul 01 21:22:08.945 INFO O| Jul 01 21:22:08.945 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94302026-07-01T21:22:10.254Z[ host-image] Jul 01 21:22:09.035 INFO O| Jul 01 21:22:09.035 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94312026-07-01T21:22:10.255Z[ host-image] Jul 01 21:22:09.035 INFO O| Jul 01 21:22:09.035 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94322026-07-01T21:22:10.259Z[ host-image] Jul 01 21:22:09.039 INFO O| Jul 01 21:22:09.039 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94332026-07-01T21:22:10.263Z[ host-image] Jul 01 21:22:09.042 INFO O| Jul 01 21:22:09.042 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94342026-07-01T21:22:10.266Z[ host-image] Jul 01 21:22:09.047 INFO O| Jul 01 21:22:09.047 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94352026-07-01T21:22:10.717Z[ host-image] Jul 01 21:22:09.497 INFO O| Jul 01 21:22:09.497 INFO rolled back to input snapshot; work may begin
94362026-07-01T21:22:10.717Z[ host-image] Jul 01 21:22:09.498 INFO O| Jul 01 21:22:09.497 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94372026-07-01T21:22:10.721Z[ host-image] Jul 01 21:22:09.502 INFO O| Jul 01 21:22:09.502 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94382026-07-01T21:22:10.729Z[ host-image] Jul 01 21:22:09.510 INFO O| Jul 01 21:22:09.509 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94392026-07-01T21:22:10.767Z[ host-image] Jul 01 21:22:09.548 INFO O| Jul 01 21:22:09.547 INFO STEP 0 (remove_files) COMPLETE
94402026-07-01T21:22:10.768Z[ host-image] Jul 01 21:22:09.548 INFO O| Jul 01 21:22:09.548 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412026-07-01T21:22:10.774Z[ host-image] Jul 01 21:22:09.555 INFO O| Jul 01 21:22:09.555 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94422026-07-01T21:22:10.778Z[ host-image] Jul 01 21:22:09.556 INFO O| Jul 01 21:22:09.556 INFO STEP 1 (remove_files) COMPLETE
94432026-07-01T21:22:10.778Z[ host-image] Jul 01 21:22:09.556 INFO O| Jul 01 21:22:09.556 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94442026-07-01T21:22:10.782Z[ host-image] Jul 01 21:22:09.562 INFO O| Jul 01 21:22:09.562 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94452026-07-01T21:22:10.792Z[ host-image] Jul 01 21:22:09.573 INFO O| Jul 01 21:22:09.573 INFO STEP 2 (remove_files) COMPLETE
94462026-07-01T21:22:10.792Z[ host-image] Jul 01 21:22:09.573 INFO O| Jul 01 21:22:09.573 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-07-01T21:22:10.797Z[ host-image] Jul 01 21:22:09.578 INFO O| Jul 01 21:22:09.578 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94482026-07-01T21:22:10.802Z[ host-image] Jul 01 21:22:09.580 INFO O| Jul 01 21:22:09.580 INFO STEP 3 (remove_files) COMPLETE
94492026-07-01T21:22:10.802Z[ host-image] Jul 01 21:22:09.580 INFO O| Jul 01 21:22:09.580 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-07-01T21:22:10.805Z[ host-image] Jul 01 21:22:09.585 INFO O| Jul 01 21:22:09.585 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94512026-07-01T21:22:10.809Z[ host-image] Jul 01 21:22:09.587 INFO O| Jul 01 21:22:09.587 INFO STEP 4 (remove_files) COMPLETE
94522026-07-01T21:22:10.809Z[ host-image] Jul 01 21:22:09.588 INFO O| Jul 01 21:22:09.587 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-07-01T21:22:10.814Z[ host-image] Jul 01 21:22:09.595 INFO O| Jul 01 21:22:09.595 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94542026-07-01T21:22:10.819Z[ host-image] Jul 01 21:22:09.597 INFO O| Jul 01 21:22:09.597 INFO STEP 5 (remove_files) COMPLETE
94552026-07-01T21:22:10.819Z[ host-image] Jul 01 21:22:09.597 INFO O| Jul 01 21:22:09.597 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-07-01T21:22:10.824Z[ host-image] Jul 01 21:22:09.605 INFO O| Jul 01 21:22:09.605 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94572026-07-01T21:22:10.833Z[ host-image] Jul 01 21:22:09.613 INFO O| Jul 01 21:22:09.613 INFO STEP 6 (remove_files) COMPLETE
94582026-07-01T21:22:10.833Z[ host-image] Jul 01 21:22:09.613 INFO O| Jul 01 21:22:09.613 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-07-01T21:22:10.833Z[ host-image] Jul 01 21:22:09.613 INFO O| Jul 01 21:22:09.613 INFO skip step because feature "heliosv2" is not enabled
94602026-07-01T21:22:10.833Z[ host-image] Jul 01 21:22:09.613 INFO O| Jul 01 21:22:09.613 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94612026-07-01T21:22:10.839Z[ host-image] Jul 01 21:22:09.621 INFO O| Jul 01 21:22:09.621 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94622026-07-01T21:22:10.849Z[ host-image] Jul 01 21:22:09.630 INFO O| Jul 01 21:22:09.630 INFO STEP 8 (remove_files) COMPLETE
94632026-07-01T21:22:10.849Z[ host-image] Jul 01 21:22:09.630 INFO O| Jul 01 21:22:09.630 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94642026-07-01T21:22:10.855Z[ host-image] Jul 01 21:22:09.636 INFO O| Jul 01 21:22:09.636 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94652026-07-01T21:22:10.917Z[ host-image] Jul 01 21:22:09.698 INFO O| Jul 01 21:22:09.698 INFO STEP 9 (remove_files) COMPLETE
94662026-07-01T21:22:10.917Z[ host-image] Jul 01 21:22:09.698 INFO O| Jul 01 21:22:09.698 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672026-07-01T21:22:10.926Z[ host-image] Jul 01 21:22:09.707 INFO O| Jul 01 21:22:09.707 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94682026-07-01T21:22:11.002Z[ host-image] Jul 01 21:22:09.781 INFO O| Jul 01 21:22:09.781 INFO STEP 10 (remove_files) COMPLETE
94692026-07-01T21:22:11.002Z[ host-image] Jul 01 21:22:09.781 INFO O| Jul 01 21:22:09.781 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-07-01T21:22:11.009Z[ host-image] Jul 01 21:22:09.790 INFO O| Jul 01 21:22:09.790 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94712026-07-01T21:22:11.013Z[ host-image] Jul 01 21:22:09.793 INFO O| Jul 01 21:22:09.793 INFO STEP 11 (remove_files) COMPLETE
94722026-07-01T21:22:11.013Z[ host-image] Jul 01 21:22:09.793 INFO O| Jul 01 21:22:09.793 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-07-01T21:22:11.018Z[ host-image] Jul 01 21:22:09.798 INFO O| Jul 01 21:22:09.798 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94742026-07-01T21:22:11.022Z[ host-image] Jul 01 21:22:09.799 INFO O| Jul 01 21:22:09.799 INFO STEP 12 (remove_files) COMPLETE
94752026-07-01T21:22:11.022Z[ host-image] Jul 01 21:22:09.799 INFO O| Jul 01 21:22:09.799 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-07-01T21:22:11.025Z[ host-image] Jul 01 21:22:09.804 INFO O| Jul 01 21:22:09.804 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94772026-07-01T21:22:11.025Z[ host-image] Jul 01 21:22:09.805 INFO O| Jul 01 21:22:09.805 INFO STEP 13 (remove_files) COMPLETE
94782026-07-01T21:22:11.026Z[ host-image] Jul 01 21:22:09.805 INFO O| Jul 01 21:22:09.805 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-07-01T21:22:11.197Z[ host-image] Jul 01 21:22:09.978 INFO O| Jul 01 21:22:09.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94802026-07-01T21:22:11.201Z[ host-image] Jul 01 21:22:09.982 INFO O| Jul 01 21:22:09.982 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94812026-07-01T21:22:11.252Z[ host-image] Jul 01 21:22:10.033 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94822026-07-01T21:22:11.255Z[ host-image] Jul 01 21:22:10.033 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94832026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.033 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94842026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.033 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94852026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.033 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94862026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.033 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94872026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.033 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94882026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94892026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94902026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94912026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94922026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94932026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94942026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94952026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94962026-07-01T21:22:11.256Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94972026-07-01T21:22:11.257Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94982026-07-01T21:22:11.257Z[ host-image] Jul 01 21:22:10.034 INFO O| Jul 01 21:22:10.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94992026-07-01T21:22:11.260Z[ host-image] Jul 01 21:22:10.038 INFO O| Jul 01 21:22:10.038 INFO STEP 14 (remove_files) COMPLETE
95002026-07-01T21:22:11.260Z[ host-image] Jul 01 21:22:10.038 INFO O| Jul 01 21:22:10.038 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-07-01T21:22:11.265Z[ host-image] Jul 01 21:22:10.046 INFO O| Jul 01 21:22:10.046 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95022026-07-01T21:22:11.268Z[ host-image] Jul 01 21:22:10.047 INFO O| Jul 01 21:22:10.047 INFO STEP 15 (remove_files) COMPLETE
95032026-07-01T21:22:11.269Z[ host-image] Jul 01 21:22:10.047 INFO O| Jul 01 21:22:10.047 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-07-01T21:22:11.274Z[ host-image] Jul 01 21:22:10.055 INFO O| Jul 01 21:22:10.055 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95052026-07-01T21:22:11.280Z[ host-image] Jul 01 21:22:10.061 INFO O| Jul 01 21:22:10.061 INFO STEP 16 (remove_files) COMPLETE
95062026-07-01T21:22:11.281Z[ host-image] Jul 01 21:22:10.061 INFO O| Jul 01 21:22:10.061 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-07-01T21:22:11.286Z[ host-image] Jul 01 21:22:10.067 INFO O| Jul 01 21:22:10.067 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95082026-07-01T21:22:11.290Z[ host-image] Jul 01 21:22:10.068 INFO O| Jul 01 21:22:10.068 INFO STEP 17 (remove_files) COMPLETE
95092026-07-01T21:22:11.290Z[ host-image] Jul 01 21:22:10.068 INFO O| Jul 01 21:22:10.068 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-07-01T21:22:11.293Z[ host-image] Jul 01 21:22:10.073 INFO O| Jul 01 21:22:10.073 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95112026-07-01T21:22:11.296Z[ host-image] Jul 01 21:22:10.075 INFO O| Jul 01 21:22:10.075 INFO STEP 18 (remove_files) COMPLETE
95122026-07-01T21:22:11.296Z[ host-image] Jul 01 21:22:10.075 INFO O| Jul 01 21:22:10.075 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-07-01T21:22:11.300Z[ host-image] Jul 01 21:22:10.081 INFO O| Jul 01 21:22:10.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95142026-07-01T21:22:11.301Z[ host-image] Jul 01 21:22:10.081 INFO O| Jul 01 21:22:10.081 INFO STEP 19 (remove_files) COMPLETE
95152026-07-01T21:22:11.301Z[ host-image] Jul 01 21:22:10.081 INFO O| Jul 01 21:22:10.081 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-07-01T21:22:11.307Z[ host-image] Jul 01 21:22:10.088 INFO O| Jul 01 21:22:10.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95172026-07-01T21:22:11.307Z[ host-image] Jul 01 21:22:10.088 INFO O| Jul 01 21:22:10.088 INFO STEP 20 (remove_files) COMPLETE
95182026-07-01T21:22:11.310Z[ host-image] Jul 01 21:22:10.088 INFO O| Jul 01 21:22:10.088 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-07-01T21:22:11.313Z[ host-image] Jul 01 21:22:10.093 INFO O| Jul 01 21:22:10.093 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95202026-07-01T21:22:11.314Z[ host-image] Jul 01 21:22:10.093 INFO O| Jul 01 21:22:10.093 INFO STEP 21 (remove_files) COMPLETE
95212026-07-01T21:22:11.314Z[ host-image] Jul 01 21:22:10.093 INFO O| Jul 01 21:22:10.093 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-07-01T21:22:11.318Z[ host-image] Jul 01 21:22:10.099 INFO O| Jul 01 21:22:10.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95232026-07-01T21:22:11.318Z[ host-image] Jul 01 21:22:10.099 INFO O| Jul 01 21:22:10.099 INFO STEP 22 (remove_files) COMPLETE
95242026-07-01T21:22:11.318Z[ host-image] Jul 01 21:22:10.099 INFO O| Jul 01 21:22:10.099 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-07-01T21:22:11.323Z[ host-image] Jul 01 21:22:10.104 INFO O| Jul 01 21:22:10.104 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95262026-07-01T21:22:11.323Z[ host-image] Jul 01 21:22:10.104 INFO O| Jul 01 21:22:10.104 INFO STEP 23 (remove_files) COMPLETE
95272026-07-01T21:22:11.326Z[ host-image] Jul 01 21:22:10.104 INFO O| Jul 01 21:22:10.104 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-07-01T21:22:11.331Z[ host-image] Jul 01 21:22:10.111 INFO O| Jul 01 21:22:10.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95292026-07-01T21:22:11.331Z[ host-image] Jul 01 21:22:10.111 INFO O| Jul 01 21:22:10.111 INFO STEP 24 (remove_files) COMPLETE
95302026-07-01T21:22:11.334Z[ host-image] Jul 01 21:22:10.111 INFO O| Jul 01 21:22:10.111 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-07-01T21:22:11.338Z[ host-image] Jul 01 21:22:10.117 INFO O| Jul 01 21:22:10.117 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95322026-07-01T21:22:11.338Z[ host-image] Jul 01 21:22:10.117 INFO O| Jul 01 21:22:10.117 INFO STEP 25 (remove_files) COMPLETE
95332026-07-01T21:22:11.338Z[ host-image] Jul 01 21:22:10.117 INFO O| Jul 01 21:22:10.117 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-07-01T21:22:11.341Z[ host-image] Jul 01 21:22:10.122 INFO O| Jul 01 21:22:10.122 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95352026-07-01T21:22:11.341Z[ host-image] Jul 01 21:22:10.122 INFO O| Jul 01 21:22:10.122 INFO STEP 26 (remove_files) COMPLETE
95362026-07-01T21:22:11.342Z[ host-image] Jul 01 21:22:10.122 INFO O| Jul 01 21:22:10.122 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-07-01T21:22:11.348Z[ host-image] Jul 01 21:22:10.128 INFO O| Jul 01 21:22:10.128 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95382026-07-01T21:22:11.348Z[ host-image] Jul 01 21:22:10.128 INFO O| Jul 01 21:22:10.128 INFO STEP 27 (remove_files) COMPLETE
95392026-07-01T21:22:11.351Z[ host-image] Jul 01 21:22:10.128 INFO O| Jul 01 21:22:10.128 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-07-01T21:22:11.356Z[ host-image] Jul 01 21:22:10.133 INFO O| Jul 01 21:22:10.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95412026-07-01T21:22:11.356Z[ host-image] Jul 01 21:22:10.133 INFO O| Jul 01 21:22:10.133 INFO STEP 28 (remove_files) COMPLETE
95422026-07-01T21:22:11.356Z[ host-image] Jul 01 21:22:10.133 INFO O| Jul 01 21:22:10.133 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-07-01T21:22:11.359Z[ host-image] Jul 01 21:22:10.138 INFO O| Jul 01 21:22:10.138 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95442026-07-01T21:22:11.359Z[ host-image] Jul 01 21:22:10.138 INFO O| Jul 01 21:22:10.138 INFO STEP 29 (remove_files) COMPLETE
95452026-07-01T21:22:11.359Z[ host-image] Jul 01 21:22:10.138 INFO O| Jul 01 21:22:10.138 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-07-01T21:22:11.364Z[ host-image] Jul 01 21:22:10.145 INFO O| Jul 01 21:22:10.145 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95472026-07-01T21:22:11.364Z[ host-image] Jul 01 21:22:10.145 INFO O| Jul 01 21:22:10.145 INFO STEP 30 (remove_files) COMPLETE
95482026-07-01T21:22:11.364Z[ host-image] Jul 01 21:22:10.145 INFO O| Jul 01 21:22:10.145 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-07-01T21:22:11.399Z[ host-image] Jul 01 21:22:10.151 INFO O| Jul 01 21:22:10.151 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95502026-07-01T21:22:11.399Z[ host-image] Jul 01 21:22:10.151 INFO O| Jul 01 21:22:10.151 INFO STEP 31 (remove_files) COMPLETE
95512026-07-01T21:22:11.399Z[ host-image] Jul 01 21:22:10.151 INFO O| Jul 01 21:22:10.151 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-07-01T21:22:11.399Z[ host-image] Jul 01 21:22:10.158 INFO O| Jul 01 21:22:10.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95532026-07-01T21:22:11.399Z[ host-image] Jul 01 21:22:10.158 INFO O| Jul 01 21:22:10.158 INFO STEP 32 (remove_files) COMPLETE
95542026-07-01T21:22:11.399Z[ host-image] Jul 01 21:22:10.158 INFO O| Jul 01 21:22:10.158 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-07-01T21:22:11.399Z[ host-image] Jul 01 21:22:10.164 INFO O| Jul 01 21:22:10.164 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95562026-07-01T21:22:11.399Z[ host-image] Jul 01 21:22:10.164 INFO O| Jul 01 21:22:10.164 INFO STEP 33 (remove_files) COMPLETE
95572026-07-01T21:22:11.399Z[ host-image] Jul 01 21:22:10.164 INFO O| Jul 01 21:22:10.164 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-07-01T21:22:11.400Z[ host-image] Jul 01 21:22:10.169 INFO O| Jul 01 21:22:10.169 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95592026-07-01T21:22:11.400Z[ host-image] Jul 01 21:22:10.170 INFO O| Jul 01 21:22:10.170 INFO STEP 34 (remove_files) COMPLETE
95602026-07-01T21:22:11.400Z[ host-image] Jul 01 21:22:10.170 INFO O| Jul 01 21:22:10.170 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-07-01T21:22:11.400Z[ host-image] Jul 01 21:22:10.175 INFO O| Jul 01 21:22:10.175 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95622026-07-01T21:22:11.400Z[ host-image] Jul 01 21:22:10.175 INFO O| Jul 01 21:22:10.175 INFO STEP 35 (remove_files) COMPLETE
95632026-07-01T21:22:11.400Z[ host-image] Jul 01 21:22:10.175 INFO O| Jul 01 21:22:10.175 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-07-01T21:22:11.405Z[ host-image] Jul 01 21:22:10.180 INFO O| Jul 01 21:22:10.180 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95652026-07-01T21:22:11.405Z[ host-image] Jul 01 21:22:10.180 INFO O| Jul 01 21:22:10.180 INFO STEP 36 (remove_files) COMPLETE
95662026-07-01T21:22:11.406Z[ host-image] Jul 01 21:22:10.180 INFO O| Jul 01 21:22:10.180 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-07-01T21:22:11.406Z[ host-image] Jul 01 21:22:10.186 INFO O| Jul 01 21:22:10.186 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95682026-07-01T21:22:11.406Z[ host-image] Jul 01 21:22:10.186 INFO O| Jul 01 21:22:10.186 INFO STEP 37 (remove_files) COMPLETE
95692026-07-01T21:22:11.406Z[ host-image] Jul 01 21:22:10.186 INFO O| Jul 01 21:22:10.186 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-07-01T21:22:11.410Z[ host-image] Jul 01 21:22:10.191 INFO O| Jul 01 21:22:10.191 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95712026-07-01T21:22:11.413Z[ host-image] Jul 01 21:22:10.191 INFO O| Jul 01 21:22:10.191 INFO STEP 38 (remove_files) COMPLETE
95722026-07-01T21:22:11.413Z[ host-image] Jul 01 21:22:10.191 INFO O| Jul 01 21:22:10.191 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-07-01T21:22:11.418Z[ host-image] Jul 01 21:22:10.196 INFO O| Jul 01 21:22:10.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95742026-07-01T21:22:11.418Z[ host-image] Jul 01 21:22:10.196 INFO O| Jul 01 21:22:10.196 INFO STEP 39 (remove_files) COMPLETE
95752026-07-01T21:22:11.418Z[ host-image] Jul 01 21:22:10.196 INFO O| Jul 01 21:22:10.196 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-07-01T21:22:11.422Z[ host-image] Jul 01 21:22:10.201 INFO O| Jul 01 21:22:10.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95772026-07-01T21:22:11.422Z[ host-image] Jul 01 21:22:10.201 INFO O| Jul 01 21:22:10.201 INFO STEP 40 (remove_files) COMPLETE
95782026-07-01T21:22:11.422Z[ host-image] Jul 01 21:22:10.201 INFO O| Jul 01 21:22:10.201 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-07-01T21:22:11.427Z[ host-image] Jul 01 21:22:10.208 INFO O| Jul 01 21:22:10.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95802026-07-01T21:22:11.427Z[ host-image] Jul 01 21:22:10.208 INFO O| Jul 01 21:22:10.208 INFO STEP 41 (remove_files) COMPLETE
95812026-07-01T21:22:11.431Z[ host-image] Jul 01 21:22:10.208 INFO O| Jul 01 21:22:10.208 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-07-01T21:22:11.434Z[ host-image] Jul 01 21:22:10.215 INFO O| Jul 01 21:22:10.215 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95832026-07-01T21:22:11.434Z[ host-image] Jul 01 21:22:10.215 INFO O| Jul 01 21:22:10.215 INFO STEP 42 (remove_files) COMPLETE
95842026-07-01T21:22:11.434Z[ host-image] Jul 01 21:22:10.215 INFO O| Jul 01 21:22:10.215 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-07-01T21:22:11.440Z[ host-image] Jul 01 21:22:10.221 INFO O| Jul 01 21:22:10.221 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95862026-07-01T21:22:11.440Z[ host-image] Jul 01 21:22:10.221 INFO O| Jul 01 21:22:10.221 INFO STEP 43 (remove_files) COMPLETE
95872026-07-01T21:22:11.444Z[ host-image] Jul 01 21:22:10.221 INFO O| Jul 01 21:22:10.221 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-07-01T21:22:11.448Z[ host-image] Jul 01 21:22:10.227 INFO O| Jul 01 21:22:10.227 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95892026-07-01T21:22:11.448Z[ host-image] Jul 01 21:22:10.227 INFO O| Jul 01 21:22:10.227 INFO STEP 44 (remove_files) COMPLETE
95902026-07-01T21:22:11.448Z[ host-image] Jul 01 21:22:10.227 INFO O| Jul 01 21:22:10.227 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-07-01T21:22:11.452Z[ host-image] Jul 01 21:22:10.233 INFO O| Jul 01 21:22:10.233 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95922026-07-01T21:22:11.455Z[ host-image] Jul 01 21:22:10.233 INFO O| Jul 01 21:22:10.233 INFO STEP 45 (remove_files) COMPLETE
95932026-07-01T21:22:11.456Z[ host-image] Jul 01 21:22:10.233 INFO O| Jul 01 21:22:10.233 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-07-01T21:22:11.459Z[ host-image] Jul 01 21:22:10.239 INFO O| Jul 01 21:22:10.239 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95952026-07-01T21:22:11.460Z[ host-image] Jul 01 21:22:10.239 INFO O| Jul 01 21:22:10.239 INFO STEP 46 (remove_files) COMPLETE
95962026-07-01T21:22:11.460Z[ host-image] Jul 01 21:22:10.239 INFO O| Jul 01 21:22:10.239 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-07-01T21:22:11.465Z[ host-image] Jul 01 21:22:10.246 INFO O| Jul 01 21:22:10.246 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95982026-07-01T21:22:11.465Z[ host-image] Jul 01 21:22:10.246 INFO O| Jul 01 21:22:10.246 INFO STEP 47 (remove_files) COMPLETE
95992026-07-01T21:22:11.468Z[ host-image] Jul 01 21:22:10.246 INFO O| Jul 01 21:22:10.246 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-07-01T21:22:11.472Z[ host-image] Jul 01 21:22:10.252 INFO O| Jul 01 21:22:10.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96012026-07-01T21:22:11.472Z[ host-image] Jul 01 21:22:10.252 INFO O| Jul 01 21:22:10.252 INFO STEP 48 (remove_files) COMPLETE
96022026-07-01T21:22:11.472Z[ host-image] Jul 01 21:22:10.252 INFO O| Jul 01 21:22:10.252 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-07-01T21:22:11.477Z[ host-image] Jul 01 21:22:10.258 INFO O| Jul 01 21:22:10.257 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96042026-07-01T21:22:11.477Z[ host-image] Jul 01 21:22:10.258 INFO O| Jul 01 21:22:10.258 INFO STEP 49 (remove_files) COMPLETE
96052026-07-01T21:22:11.480Z[ host-image] Jul 01 21:22:10.258 INFO O| Jul 01 21:22:10.258 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-07-01T21:22:11.484Z[ host-image] Jul 01 21:22:10.263 INFO O| Jul 01 21:22:10.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96072026-07-01T21:22:11.484Z[ host-image] Jul 01 21:22:10.263 INFO O| Jul 01 21:22:10.263 INFO STEP 50 (remove_files) COMPLETE
96082026-07-01T21:22:11.484Z[ host-image] Jul 01 21:22:10.263 INFO O| Jul 01 21:22:10.263 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-07-01T21:22:11.488Z[ host-image] Jul 01 21:22:10.269 INFO O| Jul 01 21:22:10.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96102026-07-01T21:22:11.488Z[ host-image] Jul 01 21:22:10.269 INFO O| Jul 01 21:22:10.269 INFO STEP 51 (remove_files) COMPLETE
96112026-07-01T21:22:11.488Z[ host-image] Jul 01 21:22:10.269 INFO O| Jul 01 21:22:10.269 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-07-01T21:22:11.494Z[ host-image] Jul 01 21:22:10.275 INFO O| Jul 01 21:22:10.275 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96132026-07-01T21:22:11.497Z[ host-image] Jul 01 21:22:10.275 INFO O| Jul 01 21:22:10.275 INFO STEP 52 (remove_files) COMPLETE
96142026-07-01T21:22:11.498Z[ host-image] Jul 01 21:22:10.275 INFO O| Jul 01 21:22:10.275 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-07-01T21:22:11.501Z[ host-image] Jul 01 21:22:10.281 INFO O| Jul 01 21:22:10.281 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96162026-07-01T21:22:11.501Z[ host-image] Jul 01 21:22:10.281 INFO O| Jul 01 21:22:10.281 INFO STEP 53 (remove_files) COMPLETE
96172026-07-01T21:22:11.501Z[ host-image] Jul 01 21:22:10.281 INFO O| Jul 01 21:22:10.281 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-07-01T21:22:11.507Z[ host-image] Jul 01 21:22:10.287 INFO O| Jul 01 21:22:10.287 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96192026-07-01T21:22:11.507Z[ host-image] Jul 01 21:22:10.287 INFO O| Jul 01 21:22:10.287 INFO STEP 54 (remove_files) COMPLETE
96202026-07-01T21:22:11.510Z[ host-image] Jul 01 21:22:10.287 INFO O| Jul 01 21:22:10.287 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-07-01T21:22:11.514Z[ host-image] Jul 01 21:22:10.292 INFO O| Jul 01 21:22:10.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96222026-07-01T21:22:11.514Z[ host-image] Jul 01 21:22:10.292 INFO O| Jul 01 21:22:10.292 INFO STEP 55 (remove_files) COMPLETE
96232026-07-01T21:22:11.514Z[ host-image] Jul 01 21:22:10.292 INFO O| Jul 01 21:22:10.292 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-07-01T21:22:11.517Z[ host-image] Jul 01 21:22:10.298 INFO O| Jul 01 21:22:10.297 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96252026-07-01T21:22:11.517Z[ host-image] Jul 01 21:22:10.298 INFO O| Jul 01 21:22:10.298 INFO STEP 56 (remove_files) COMPLETE
96262026-07-01T21:22:11.517Z[ host-image] Jul 01 21:22:10.298 INFO O| Jul 01 21:22:10.298 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-07-01T21:22:11.522Z[ host-image] Jul 01 21:22:10.303 INFO O| Jul 01 21:22:10.303 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96282026-07-01T21:22:11.522Z[ host-image] Jul 01 21:22:10.303 INFO O| Jul 01 21:22:10.303 INFO STEP 57 (remove_files) COMPLETE
96292026-07-01T21:22:11.525Z[ host-image] Jul 01 21:22:10.303 INFO O| Jul 01 21:22:10.303 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-07-01T21:22:11.529Z[ host-image] Jul 01 21:22:10.310 INFO O| Jul 01 21:22:10.310 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96312026-07-01T21:22:11.529Z[ host-image] Jul 01 21:22:10.310 INFO O| Jul 01 21:22:10.310 INFO STEP 58 (remove_files) COMPLETE
96322026-07-01T21:22:11.529Z[ host-image] Jul 01 21:22:10.310 INFO O| Jul 01 21:22:10.310 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-07-01T21:22:11.535Z[ host-image] Jul 01 21:22:10.316 INFO O| Jul 01 21:22:10.316 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96342026-07-01T21:22:11.535Z[ host-image] Jul 01 21:22:10.316 INFO O| Jul 01 21:22:10.316 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96352026-07-01T21:22:11.535Z[ host-image] Jul 01 21:22:10.316 INFO O| Jul 01 21:22:10.316 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96362026-07-01T21:22:11.539Z[ host-image] Jul 01 21:22:10.316 INFO O| Jul 01 21:22:10.316 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96372026-07-01T21:22:11.539Z[ host-image] Jul 01 21:22:10.316 INFO O| Jul 01 21:22:10.316 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96382026-07-01T21:22:11.539Z[ host-image] Jul 01 21:22:10.316 INFO O| Jul 01 21:22:10.316 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96392026-07-01T21:22:11.539Z[ host-image] Jul 01 21:22:10.316 INFO O| Jul 01 21:22:10.316 INFO ok!
96402026-07-01T21:22:11.539Z[ host-image] Jul 01 21:22:10.316 INFO O| Jul 01 21:22:10.316 INFO STEP 59 (ensure_file) COMPLETE
96412026-07-01T21:22:11.539Z[ host-image] Jul 01 21:22:10.316 INFO O| Jul 01 21:22:10.316 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-07-01T21:22:11.542Z[ host-image] Jul 01 21:22:10.323 INFO O| Jul 01 21:22:10.323 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96432026-07-01T21:22:11.542Z[ host-image] Jul 01 21:22:10.323 INFO O| Jul 01 21:22:10.323 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96442026-07-01T21:22:11.543Z[ host-image] Jul 01 21:22:10.323 INFO O| Jul 01 21:22:10.323 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96452026-07-01T21:22:11.543Z[ host-image] Jul 01 21:22:10.323 INFO O| Jul 01 21:22:10.323 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96462026-07-01T21:22:11.543Z[ host-image] Jul 01 21:22:10.323 INFO O| Jul 01 21:22:10.323 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96472026-07-01T21:22:11.543Z[ host-image] Jul 01 21:22:10.323 INFO O| Jul 01 21:22:10.323 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96482026-07-01T21:22:11.543Z[ host-image] Jul 01 21:22:10.323 INFO O| Jul 01 21:22:10.323 INFO ok!
96492026-07-01T21:22:11.544Z[ host-image] Jul 01 21:22:10.323 INFO O| Jul 01 21:22:10.323 INFO STEP 60 (ensure_file) COMPLETE
96502026-07-01T21:22:11.544Z[ host-image] Jul 01 21:22:10.323 INFO O| Jul 01 21:22:10.323 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-07-01T21:22:11.548Z[ host-image] Jul 01 21:22:10.329 INFO O| Jul 01 21:22:10.329 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96522026-07-01T21:22:11.548Z[ host-image] Jul 01 21:22:10.329 INFO O| Jul 01 21:22:10.329 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96532026-07-01T21:22:11.551Z[ host-image] Jul 01 21:22:10.329 INFO O| Jul 01 21:22:10.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96542026-07-01T21:22:11.552Z[ host-image] Jul 01 21:22:10.329 INFO O| Jul 01 21:22:10.329 INFO ok!
96552026-07-01T21:22:11.552Z[ host-image] Jul 01 21:22:10.329 INFO O| Jul 01 21:22:10.329 INFO STEP 61 (ensure_file) COMPLETE
96562026-07-01T21:22:11.552Z[ host-image] Jul 01 21:22:10.329 INFO O| Jul 01 21:22:10.329 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-07-01T21:22:11.555Z[ host-image] Jul 01 21:22:10.336 INFO O| Jul 01 21:22:10.336 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96582026-07-01T21:22:11.555Z[ host-image] Jul 01 21:22:10.336 INFO O| Jul 01 21:22:10.336 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96592026-07-01T21:22:11.555Z[ host-image] Jul 01 21:22:10.336 INFO O| Jul 01 21:22:10.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96602026-07-01T21:22:11.555Z[ host-image] Jul 01 21:22:10.336 INFO O| Jul 01 21:22:10.336 INFO ok!
96612026-07-01T21:22:11.556Z[ host-image] Jul 01 21:22:10.336 INFO O| Jul 01 21:22:10.336 INFO STEP 62 (ensure_file) COMPLETE
96622026-07-01T21:22:11.559Z[ host-image] Jul 01 21:22:10.336 INFO O| Jul 01 21:22:10.336 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-07-01T21:22:11.563Z[ host-image] Jul 01 21:22:10.343 INFO O| Jul 01 21:22:10.343 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96642026-07-01T21:22:11.563Z[ host-image] Jul 01 21:22:10.343 INFO O| Jul 01 21:22:10.343 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96652026-07-01T21:22:11.563Z[ host-image] Jul 01 21:22:10.343 INFO O| Jul 01 21:22:10.343 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96662026-07-01T21:22:11.563Z[ host-image] Jul 01 21:22:10.343 INFO O| Jul 01 21:22:10.343 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96672026-07-01T21:22:11.563Z[ host-image] Jul 01 21:22:10.343 INFO O| Jul 01 21:22:10.343 INFO ok!
96682026-07-01T21:22:11.563Z[ host-image] Jul 01 21:22:10.343 INFO O| Jul 01 21:22:10.343 INFO STEP 63 (ensure_file) COMPLETE
96692026-07-01T21:22:11.563Z[ host-image] Jul 01 21:22:10.343 INFO O| Jul 01 21:22:10.343 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-07-01T21:22:11.567Z[ host-image] Jul 01 21:22:10.348 INFO O| Jul 01 21:22:10.348 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96712026-07-01T21:22:11.567Z[ host-image] Jul 01 21:22:10.348 INFO O| Jul 01 21:22:10.348 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96722026-07-01T21:22:11.571Z[ host-image] Jul 01 21:22:10.349 INFO O| Jul 01 21:22:10.349 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96732026-07-01T21:22:11.571Z[ host-image] Jul 01 21:22:10.349 INFO O| Jul 01 21:22:10.349 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96742026-07-01T21:22:11.571Z[ host-image] Jul 01 21:22:10.349 INFO O| Jul 01 21:22:10.349 INFO ok!
96752026-07-01T21:22:11.571Z[ host-image] Jul 01 21:22:10.349 INFO O| Jul 01 21:22:10.349 INFO STEP 64 (ensure_file) COMPLETE
96762026-07-01T21:22:11.571Z[ host-image] Jul 01 21:22:10.349 INFO O| Jul 01 21:22:10.349 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-07-01T21:22:11.574Z[ host-image] Jul 01 21:22:10.355 INFO O| Jul 01 21:22:10.355 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96782026-07-01T21:22:11.575Z[ host-image] Jul 01 21:22:10.355 INFO O| Jul 01 21:22:10.355 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96792026-07-01T21:22:11.575Z[ host-image] Jul 01 21:22:10.355 INFO O| Jul 01 21:22:10.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96802026-07-01T21:22:11.575Z[ host-image] Jul 01 21:22:10.355 INFO O| Jul 01 21:22:10.355 INFO ok!
96812026-07-01T21:22:11.575Z[ host-image] Jul 01 21:22:10.355 INFO O| Jul 01 21:22:10.355 INFO STEP 65 (assemble_files) COMPLETE
96822026-07-01T21:22:11.575Z[ host-image] Jul 01 21:22:10.355 INFO O| Jul 01 21:22:10.355 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-07-01T21:22:11.579Z[ host-image] Jul 01 21:22:10.360 INFO O| Jul 01 21:22:10.360 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96842026-07-01T21:22:11.583Z[ host-image] Jul 01 21:22:10.360 INFO O| Jul 01 21:22:10.360 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96852026-07-01T21:22:11.583Z[ host-image] Jul 01 21:22:10.360 INFO O| Jul 01 21:22:10.360 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96862026-07-01T21:22:11.583Z[ host-image] Jul 01 21:22:10.360 INFO O| Jul 01 21:22:10.360 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96872026-07-01T21:22:11.583Z[ host-image] Jul 01 21:22:10.360 INFO O| Jul 01 21:22:10.360 INFO ok!
96882026-07-01T21:22:11.583Z[ host-image] Jul 01 21:22:10.360 INFO O| Jul 01 21:22:10.360 INFO STEP 66 (ensure_file) COMPLETE
96892026-07-01T21:22:11.584Z[ host-image] Jul 01 21:22:10.360 INFO O| Jul 01 21:22:10.360 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-07-01T21:22:11.587Z[ host-image] Jul 01 21:22:10.366 INFO O| Jul 01 21:22:10.366 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96912026-07-01T21:22:11.588Z[ host-image] Jul 01 21:22:10.366 INFO O| Jul 01 21:22:10.366 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96922026-07-01T21:22:11.588Z[ host-image] Jul 01 21:22:10.366 INFO O| Jul 01 21:22:10.366 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96932026-07-01T21:22:11.589Z[ host-image] Jul 01 21:22:10.366 INFO O| Jul 01 21:22:10.366 INFO STEP 67 (ensure_dir) COMPLETE
96942026-07-01T21:22:11.589Z[ host-image] Jul 01 21:22:10.366 INFO O| Jul 01 21:22:10.366 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96952026-07-01T21:22:11.594Z[ host-image] Jul 01 21:22:10.371 INFO O| Jul 01 21:22:10.371 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96962026-07-01T21:22:11.594Z[ host-image] Jul 01 21:22:10.371 INFO O| Jul 01 21:22:10.371 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 ...
96972026-07-01T21:22:11.597Z[ host-image] Jul 01 21:22:10.377 INFO O| Jul 01 21:22:10.377 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
96982026-07-01T21:22:11.597Z[ host-image] Jul 01 21:22:10.377 INFO O| Jul 01 21:22:10.377 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96992026-07-01T21:22:11.597Z[ host-image] Jul 01 21:22:10.377 INFO O| Jul 01 21:22:10.377 INFO ok!
97002026-07-01T21:22:11.597Z[ host-image] Jul 01 21:22:10.377 INFO O| Jul 01 21:22:10.377 INFO STEP 68 (ensure_file) COMPLETE
97012026-07-01T21:22:11.597Z[ host-image] Jul 01 21:22:10.377 INFO O| Jul 01 21:22:10.377 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97022026-07-01T21:22:11.602Z[ host-image] Jul 01 21:22:10.384 INFO O| Jul 01 21:22:10.384 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97032026-07-01T21:22:11.602Z[ host-image] Jul 01 21:22:10.384 INFO O| Jul 01 21:22:10.384 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 ...
97042026-07-01T21:22:11.607Z[ host-image] Jul 01 21:22:10.384 INFO O| Jul 01 21:22:10.384 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
97052026-07-01T21:22:11.607Z[ host-image] Jul 01 21:22:10.384 INFO O| Jul 01 21:22:10.384 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97062026-07-01T21:22:11.607Z[ host-image] Jul 01 21:22:10.384 INFO O| Jul 01 21:22:10.384 INFO ok!
97072026-07-01T21:22:11.608Z[ host-image] Jul 01 21:22:10.384 INFO O| Jul 01 21:22:10.384 INFO STEP 69 (ensure_file) COMPLETE
97082026-07-01T21:22:11.608Z[ host-image] Jul 01 21:22:10.384 INFO O| Jul 01 21:22:10.384 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97092026-07-01T21:22:11.611Z[ host-image] Jul 01 21:22:10.392 INFO O| Jul 01 21:22:10.392 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97102026-07-01T21:22:11.614Z[ host-image] Jul 01 21:22:10.392 INFO O| Jul 01 21:22:10.392 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97112026-07-01T21:22:13.050Z[ host-image] Jul 01 21:22:11.831 INFO O| Jul 01 21:22:11.830 INFO STEP 70 (pack_tar) COMPLETE
97122026-07-01T21:22:13.050Z[ host-image] Jul 01 21:22:11.831 INFO O| Jul 01 21:22:11.830 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97132026-07-01T21:22:13.050Z[ host-image] Jul 01 21:22:11.831 INFO O| Jul 01 21:22:11.830 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97142026-07-01T21:22:13.608Z[ host-image] Jul 01 21:22:12.389 INFO O| Jul 01 21:22:12.389 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97152026-07-01T21:22:13.695Z[ host-image] Jul 01 21:22:12.476 INFO O| Jul 01 21:22:12.476 INFO completed processing sled/ramdisk-02-trim
97162026-07-01T21:22:13.699Z[ host-image] Jul 01 21:22:12.478 INFO image builder template: zfs...
97172026-07-01T21:22:13.699Z[ host-image] Jul 01 21:22:12.478 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/.tmp2RboQj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "zfs"], pwd: None
97182026-07-01T21:22:13.708Z[ host-image] Jul 01 21:22:12.490 INFO O| Jul 01 21:22:12.489 INFO skip include "stress" because feature "stress" is not enabled
97192026-07-01T21:22:13.709Z[ host-image] Jul 01 21:22:12.490 INFO O| Jul 01 21:22:12.490 INFO skip include "stress" because feature "compliance" is not enabled
97202026-07-01T21:22:13.737Z[ host-image] Jul 01 21:22:12.516 INFO O| Jul 01 21:22:12.516 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97212026-07-01T21:22:13.741Z[ host-image] Jul 01 21:22:12.518 INFO O| Jul 01 21:22:12.518 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97222026-07-01T21:22:13.823Z[ host-image] Jul 01 21:22:12.604 INFO O| Jul 01 21:22:12.604 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97232026-07-01T21:22:13.900Z[ host-image] Jul 01 21:22:12.681 INFO O| Jul 01 21:22:12.681 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97242026-07-01T21:22:13.900Z[ host-image] Jul 01 21:22:12.681 INFO O| Jul 01 21:22:12.681 INFO work dataset: rpool/images/build/host/work/sled/zfs
97252026-07-01T21:22:13.904Z[ host-image] Jul 01 21:22:12.683 INFO O| Jul 01 21:22:12.683 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97262026-07-01T21:22:13.975Z[ host-image] Jul 01 21:22:12.756 INFO O| Jul 01 21:22:12.756 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97272026-07-01T21:22:14.043Z[ host-image] Jul 01 21:22:12.824 INFO O| Jul 01 21:22:12.823 INFO DESTROY POOL: TEMPORARY-sled-zfs
97282026-07-01T21:22:14.048Z[ host-image] Jul 01 21:22:12.829 INFO O| Jul 01 21:22:12.829 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97292026-07-01T21:22:14.052Z[ host-image] Jul 01 21:22:12.832 INFO O| Jul 01 21:22:12.832 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97302026-07-01T21:22:14.052Z[ host-image] Jul 01 21:22:12.832 INFO O| Jul 01 21:22:12.832 INFO no lofi found
97312026-07-01T21:22:14.052Z[ host-image] Jul 01 21:22:12.832 INFO O| Jul 01 21:22:12.832 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97322026-07-01T21:22:14.052Z[ host-image] Jul 01 21:22:12.832 INFO O| Jul 01 21:22:12.832 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97332026-07-01T21:22:16.221Z[ host-image] Jul 01 21:22:15.001 INFO O| Jul 01 21:22:15.001 INFO lofi device = /dev/dsk/c2t1d0p0
97342026-07-01T21:22:16.221Z[ host-image] Jul 01 21:22:15.001 INFO O| Jul 01 21:22:15.001 INFO pool device = /dev/dsk/c2t1d0p0
97352026-07-01T21:22:16.224Z[ host-image] Jul 01 21:22:15.001 INFO O| Jul 01 21:22:15.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"]
97362026-07-01T21:22:16.278Z[ host-image] Jul 01 21:22:15.058 INFO O| Jul 01 21:22:15.058 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97372026-07-01T21:22:16.278Z[ host-image] Jul 01 21:22:15.058 INFO O| Jul 01 21:22:15.058 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97382026-07-01T21:22:16.290Z[ host-image] Jul 01 21:22:15.071 INFO O| Jul 01 21:22:15.071 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97392026-07-01T21:22:16.324Z[ host-image] Jul 01 21:22:15.105 INFO O| Jul 01 21:22:15.105 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97402026-07-01T21:22:16.348Z[ host-image] Jul 01 21:22:15.129 INFO O| Jul 01 21:22:15.129 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97412026-07-01T21:22:16.357Z[ host-image] Jul 01 21:22:15.137 INFO O| Jul 01 21:22:15.137 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97422026-07-01T21:22:16.363Z[ host-image] Jul 01 21:22:15.144 INFO O| Jul 01 21:22:15.144 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97432026-07-01T21:22:16.390Z[ host-image] Jul 01 21:22:15.171 INFO O| Jul 01 21:22:15.171 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97442026-07-01T21:22:16.394Z[ host-image] Jul 01 21:22:15.171 INFO O| Jul 01 21:22:15.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97452026-07-01T21:22:16.394Z[ host-image] Jul 01 21:22:15.171 INFO O| Jul 01 21:22:15.171 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97462026-07-01T21:22:16.398Z[ host-image] Jul 01 21:22:15.179 INFO O| Jul 01 21:22:15.179 INFO boot environment UUID: 963205d4-58bc-45ad-8ab3-0d41817febe6
97472026-07-01T21:22:16.399Z[ host-image] Jul 01 21:22:15.179 INFO O| Jul 01 21:22:15.179 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 963205d4-58bc-45ad-8ab3-0d41817febe6
97482026-07-01T21:22:16.404Z[ host-image] Jul 01 21:22:15.185 INFO O| Jul 01 21:22:15.185 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97492026-07-01T21:22:16.411Z[ host-image] Jul 01 21:22:15.192 INFO O| Jul 01 21:22:15.192 INFO STEP 0 (create_be) COMPLETE
97502026-07-01T21:22:16.411Z[ host-image] Jul 01 21:22:15.192 INFO O| Jul 01 21:22:15.192 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97512026-07-01T21:22:16.419Z[ host-image] Jul 01 21:22:15.200 INFO O| Jul 01 21:22:15.200 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97522026-07-01T21:22:19.815Z[ recovery-image] Jul 01 21:22:18.596 INFO O| ok, image written!
97532026-07-01T21:22:19.816Z[ recovery-image] Jul 01 21:22:18.596 INFO O| ok, boot_image_csum file written!
97542026-07-01T21:22:19.819Z[ recovery-image] Jul 01 21:22:18.598 INFO creating boot archive (CPIO)...
97552026-07-01T21:22:19.819Z[ recovery-image] Jul 01 21:22:18.598 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
97562026-07-01T21:22:19.823Z[ recovery-image] Jul 01 21:22:18.602 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97572026-07-01T21:22:19.823Z[ recovery-image] Jul 01 21:22:18.602 INFO E| + outfile=/work/os-recovery/cpio
97582026-07-01T21:22:19.823Z[ recovery-image] Jul 01 21:22:18.602 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97592026-07-01T21:22:19.826Z[ recovery-image] Jul 01 21:22:18.604 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97602026-07-01T21:22:19.826Z[ recovery-image] Jul 01 21:22:18.604 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97612026-07-01T21:22:19.849Z[ recovery-image] Jul 01 21:22:18.629 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97622026-07-01T21:22:19.850Z[ recovery-image] Jul 01 21:22:18.630 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97632026-07-01T21:22:19.855Z[ recovery-image] Jul 01 21:22:18.635 INFO creating compressed cpio/unix for dev loaders...
97642026-07-01T21:22:19.855Z[ recovery-image] Jul 01 21:22:18.635 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
97652026-07-01T21:22:20.101Z[ recovery-image] Jul 01 21:22:18.881 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97662026-07-01T21:22:23.635Z[ recovery-image] Jul 01 21:22:22.412 INFO creating reset image...
97672026-07-01T21:22:23.635Z[ recovery-image] Jul 01 21:22:22.412 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")
97682026-07-01T21:22:23.884Z[ recovery-image] Jul 01 21:22:22.660 INFO E| Updating crates.io index
97692026-07-01T21:22:24.098Z[ recovery-image] Jul 01 21:22:22.879 INFO E| Downloading crates ...
97702026-07-01T21:22:24.152Z[ recovery-image] Jul 01 21:22:22.932 INFO E| Downloaded colorchoice v1.0.5
97712026-07-01T21:22:24.161Z[ recovery-image] Jul 01 21:22:22.941 INFO E| Downloaded duct v1.1.1
97722026-07-01T21:22:24.165Z[ recovery-image] Jul 01 21:22:22.941 INFO E| Downloaded shared_child v1.1.1
97732026-07-01T21:22:24.165Z[ recovery-image] Jul 01 21:22:22.943 INFO E| Downloaded os_pipe v1.2.3
97742026-07-01T21:22:24.165Z[ recovery-image] Jul 01 21:22:22.944 INFO E| Downloaded shared_thread v0.2.0
97752026-07-01T21:22:24.165Z[ recovery-image] Jul 01 21:22:22.944 INFO E| Downloaded clap_lex v1.1.0
97762026-07-01T21:22:24.165Z[ recovery-image] Jul 01 21:22:22.945 INFO E| Downloaded sigchld v0.2.4
97772026-07-01T21:22:24.200Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling libc v0.2.186
97782026-07-01T21:22:24.200Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling proc-macro2 v1.0.106
97792026-07-01T21:22:24.200Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling signal-hook v0.3.18
97802026-07-01T21:22:24.200Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling unicode-ident v1.0.24
97812026-07-01T21:22:24.200Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling quote v1.0.45
97822026-07-01T21:22:24.201Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling utf8parse v0.2.2
97832026-07-01T21:22:24.201Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling anstyle-query v1.1.5
97842026-07-01T21:22:24.201Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling colorchoice v1.0.5
97852026-07-01T21:22:24.201Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling is_terminal_polyfill v1.70.2
97862026-07-01T21:22:24.203Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling anstyle v1.0.14
97872026-07-01T21:22:24.203Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling strsim v0.11.1
97882026-07-01T21:22:24.203Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling clap_lex v1.1.0
97892026-07-01T21:22:24.203Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling heck v0.5.0
97902026-07-01T21:22:24.203Z[ recovery-image] Jul 01 21:22:22.980 INFO E| Compiling shared_thread v0.2.0
97912026-07-01T21:22:24.379Z[ host-image] Jul 01 21:22:23.159 INFO O| Jul 01 21:22:23.159 INFO STEP 1 (unpack_tar) COMPLETE
97922026-07-01T21:22:24.379Z[ host-image] Jul 01 21:22:23.159 INFO O| Jul 01 21:22:23.159 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97932026-07-01T21:22:24.385Z[ recovery-image] Jul 01 21:22:23.165 INFO E| Compiling anstyle-parse v1.0.0
97942026-07-01T21:22:24.391Z[ host-image] Jul 01 21:22:23.171 INFO O| Jul 01 21:22:23.170 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97952026-07-01T21:22:24.535Z[ recovery-image] Jul 01 21:22:23.314 INFO E| Compiling anstream v1.0.0
97962026-07-01T21:22:24.561Z[ host-image] Jul 01 21:22:23.342 INFO O| Jul 01 21:22:23.342 INFO STEP 2 (devfsadm) COMPLETE
97972026-07-01T21:22:24.562Z[ host-image] Jul 01 21:22:23.342 INFO O| Jul 01 21:22:23.342 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-07-01T21:22:24.572Z[ host-image] Jul 01 21:22:23.353 INFO O| Jul 01 21:22:23.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97992026-07-01T21:22:24.572Z[ host-image] Jul 01 21:22:23.353 INFO O| Jul 01 21:22:23.353 INFO STEP 3 (ensure_dir) COMPLETE
98002026-07-01T21:22:24.572Z[ host-image] Jul 01 21:22:23.353 INFO O| Jul 01 21:22:23.353 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98012026-07-01T21:22:24.583Z[ host-image] Jul 01 21:22:23.363 INFO O| Jul 01 21:22:23.363 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98022026-07-01T21:22:24.583Z[ host-image] Jul 01 21:22:23.363 INFO O| Jul 01 21:22:23.363 INFO STEP 4 (ensure_dir) COMPLETE
98032026-07-01T21:22:24.586Z[ host-image] Jul 01 21:22:23.363 INFO O| Jul 01 21:22:23.363 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98042026-07-01T21:22:24.592Z[ host-image] Jul 01 21:22:23.373 INFO O| Jul 01 21:22:23.373 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98052026-07-01T21:22:24.592Z[ host-image] Jul 01 21:22:23.373 INFO O| Jul 01 21:22:23.373 INFO STEP 5 (ensure_dir) COMPLETE
98062026-07-01T21:22:24.596Z[ host-image] Jul 01 21:22:23.373 INFO O| Jul 01 21:22:23.373 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-07-01T21:22:24.602Z[ host-image] Jul 01 21:22:23.382 INFO O| Jul 01 21:22:23.382 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98082026-07-01T21:22:24.605Z[ host-image] Jul 01 21:22:23.382 INFO O| Jul 01 21:22:23.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98092026-07-01T21:22:24.605Z[ host-image] Jul 01 21:22:23.382 INFO O| Jul 01 21:22:23.382 INFO STEP 6 (ensure_dir) COMPLETE
98102026-07-01T21:22:24.605Z[ host-image] Jul 01 21:22:23.382 INFO O| Jul 01 21:22:23.382 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98112026-07-01T21:22:24.610Z[ host-image] Jul 01 21:22:23.391 INFO O| Jul 01 21:22:23.391 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98122026-07-01T21:22:24.610Z[ host-image] Jul 01 21:22:23.391 INFO O| Jul 01 21:22:23.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98132026-07-01T21:22:24.610Z[ host-image] Jul 01 21:22:23.391 INFO O| Jul 01 21:22:23.391 INFO STEP 7 (ensure_dir) COMPLETE
98142026-07-01T21:22:24.613Z[ host-image] Jul 01 21:22:23.391 INFO O| Jul 01 21:22:23.391 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-07-01T21:22:24.619Z[ host-image] Jul 01 21:22:23.400 INFO O| Jul 01 21:22:23.400 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98162026-07-01T21:22:24.622Z[ host-image] Jul 01 21:22:23.401 INFO O| Jul 01 21:22:23.401 INFO STEP 8 (remove_files) COMPLETE
98172026-07-01T21:22:24.623Z[ host-image] Jul 01 21:22:23.401 INFO O| Jul 01 21:22:23.401 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-07-01T21:22:24.628Z[ host-image] Jul 01 21:22:23.409 INFO O| Jul 01 21:22:23.409 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98192026-07-01T21:22:24.633Z[ host-image] Jul 01 21:22:23.409 INFO O| Jul 01 21:22:23.409 INFO STEP 9 (remove_files) COMPLETE
98202026-07-01T21:22:24.633Z[ host-image] Jul 01 21:22:23.409 INFO O| Jul 01 21:22:23.409 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98212026-07-01T21:22:24.636Z[ host-image] Jul 01 21:22:23.416 INFO O| Jul 01 21:22:23.416 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98222026-07-01T21:22:24.637Z[ host-image] Jul 01 21:22:23.417 INFO O| Jul 01 21:22:23.417 INFO STEP 10 (remove_files) COMPLETE
98232026-07-01T21:22:24.637Z[ host-image] Jul 01 21:22:23.417 INFO O| Jul 01 21:22:23.417 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98242026-07-01T21:22:24.645Z[ host-image] Jul 01 21:22:23.426 INFO O| Jul 01 21:22:23.426 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98252026-07-01T21:22:24.646Z[ host-image] Jul 01 21:22:23.427 INFO O| Jul 01 21:22:23.427 INFO STEP 11 (remove_files) COMPLETE
98262026-07-01T21:22:24.649Z[ host-image] Jul 01 21:22:23.427 INFO O| Jul 01 21:22:23.427 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98272026-07-01T21:22:24.653Z[ host-image] Jul 01 21:22:23.435 INFO O| Jul 01 21:22:23.435 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98282026-07-01T21:22:24.657Z[ host-image] Jul 01 21:22:23.435 INFO O| Jul 01 21:22:23.435 INFO STEP 12 (remove_files) COMPLETE
98292026-07-01T21:22:24.657Z[ host-image] Jul 01 21:22:23.435 INFO O| Jul 01 21:22:23.435 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98302026-07-01T21:22:24.661Z[ host-image] Jul 01 21:22:23.442 INFO O| Jul 01 21:22:23.442 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98312026-07-01T21:22:24.664Z[ host-image] Jul 01 21:22:23.442 INFO O| Jul 01 21:22:23.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98322026-07-01T21:22:24.664Z[ host-image] Jul 01 21:22:23.442 INFO O| Jul 01 21:22:23.442 INFO STEP 13 (ensure_dir) COMPLETE
98332026-07-01T21:22:24.664Z[ host-image] Jul 01 21:22:23.442 INFO O| Jul 01 21:22:23.442 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98342026-07-01T21:22:24.669Z[ host-image] Jul 01 21:22:23.450 INFO O| Jul 01 21:22:23.450 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98352026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.450 INFO O| Jul 01 21:22:23.450 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98362026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.450 INFO O| Jul 01 21:22:23.450 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98372026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.450 INFO O| Jul 01 21:22:23.450 INFO STEP 14 (ensure_dir) COMPLETE
98382026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.450 INFO O| Jul 01 21:22:23.450 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.457 INFO O| Jul 01 21:22:23.457 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98402026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.457 INFO O| Jul 01 21:22:23.457 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98412026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.457 INFO O| Jul 01 21:22:23.457 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98422026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.457 INFO O| Jul 01 21:22:23.457 INFO STEP 15 (ensure_dir) COMPLETE
98432026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.457 INFO O| Jul 01 21:22:23.457 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.464 INFO O| Jul 01 21:22:23.464 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98452026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.464 INFO O| Jul 01 21:22:23.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98462026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.464 INFO O| Jul 01 21:22:23.464 INFO STEP 16 (ensure_dir) COMPLETE
98472026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.464 INFO O| Jul 01 21:22:23.464 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.470 INFO O| Jul 01 21:22:23.470 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98492026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.470 INFO O| Jul 01 21:22:23.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98502026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.471 INFO O| Jul 01 21:22:23.470 INFO STEP 17 (ensure_dir) COMPLETE
98512026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.471 INFO O| Jul 01 21:22:23.470 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.477 INFO O| Jul 01 21:22:23.477 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98532026-07-01T21:22:24.711Z[ host-image] Jul 01 21:22:23.477 INFO O| Jul 01 21:22:23.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98542026-07-01T21:22:24.712Z[ host-image] Jul 01 21:22:23.477 INFO O| Jul 01 21:22:23.477 INFO ok!
98552026-07-01T21:22:24.712Z[ host-image] Jul 01 21:22:23.477 INFO O| Jul 01 21:22:23.477 INFO STEP 18 (ensure_symlink) COMPLETE
98562026-07-01T21:22:24.712Z[ host-image] Jul 01 21:22:23.477 INFO O| Jul 01 21:22:23.477 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-07-01T21:22:24.712Z[ host-image] Jul 01 21:22:23.484 INFO O| Jul 01 21:22:23.484 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98582026-07-01T21:22:24.712Z[ host-image] Jul 01 21:22:23.484 INFO O| Jul 01 21:22:23.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98592026-07-01T21:22:24.712Z[ host-image] Jul 01 21:22:23.484 INFO O| Jul 01 21:22:23.484 INFO ok!
98602026-07-01T21:22:24.712Z[ host-image] Jul 01 21:22:23.484 INFO O| Jul 01 21:22:23.484 INFO STEP 19 (ensure_file) COMPLETE
98612026-07-01T21:22:24.712Z[ host-image] Jul 01 21:22:23.484 INFO O| Jul 01 21:22:23.484 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-07-01T21:22:24.716Z[ host-image] Jul 01 21:22:23.492 INFO O| Jul 01 21:22:23.492 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98632026-07-01T21:22:24.716Z[ host-image] Jul 01 21:22:23.492 INFO O| Jul 01 21:22:23.492 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98642026-07-01T21:22:24.716Z[ host-image] Jul 01 21:22:23.492 INFO O| Jul 01 21:22:23.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98652026-07-01T21:22:24.716Z[ host-image] Jul 01 21:22:23.492 INFO O| Jul 01 21:22:23.492 INFO ok!
98662026-07-01T21:22:24.717Z[ host-image] Jul 01 21:22:23.492 INFO O| Jul 01 21:22:23.492 INFO STEP 20 (ensure_symlink) COMPLETE
98672026-07-01T21:22:24.717Z[ host-image] Jul 01 21:22:23.492 INFO O| Jul 01 21:22:23.492 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-07-01T21:22:24.720Z[ host-image] Jul 01 21:22:23.500 INFO O| Jul 01 21:22:23.500 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98692026-07-01T21:22:24.720Z[ host-image] Jul 01 21:22:23.500 INFO O| Jul 01 21:22:23.500 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98702026-07-01T21:22:24.720Z[ host-image] Jul 01 21:22:23.500 INFO O| Jul 01 21:22:23.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98712026-07-01T21:22:24.720Z[ host-image] Jul 01 21:22:23.500 INFO O| Jul 01 21:22:23.500 INFO ok!
98722026-07-01T21:22:24.720Z[ host-image] Jul 01 21:22:23.500 INFO O| Jul 01 21:22:23.500 INFO STEP 21 (ensure_symlink) COMPLETE
98732026-07-01T21:22:24.721Z[ host-image] Jul 01 21:22:23.500 INFO O| Jul 01 21:22:23.500 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-07-01T21:22:24.728Z[ host-image] Jul 01 21:22:23.509 INFO O| Jul 01 21:22:23.509 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98752026-07-01T21:22:24.728Z[ host-image] Jul 01 21:22:23.509 INFO O| Jul 01 21:22:23.509 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98762026-07-01T21:22:24.728Z[ host-image] Jul 01 21:22:23.509 INFO O| Jul 01 21:22:23.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98772026-07-01T21:22:24.728Z[ host-image] Jul 01 21:22:23.509 INFO O| Jul 01 21:22:23.509 INFO ok!
98782026-07-01T21:22:24.728Z[ host-image] Jul 01 21:22:23.509 INFO O| Jul 01 21:22:23.509 INFO STEP 22 (ensure_symlink) COMPLETE
98792026-07-01T21:22:24.732Z[ host-image] Jul 01 21:22:23.509 INFO O| Jul 01 21:22:23.509 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-07-01T21:22:24.735Z[ host-image] Jul 01 21:22:23.516 INFO O| Jul 01 21:22:23.516 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98812026-07-01T21:22:24.735Z[ host-image] Jul 01 21:22:23.516 INFO O| Jul 01 21:22:23.516 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98822026-07-01T21:22:24.736Z[ host-image] Jul 01 21:22:23.516 INFO O| Jul 01 21:22:23.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98832026-07-01T21:22:24.736Z[ host-image] Jul 01 21:22:23.516 INFO O| Jul 01 21:22:23.516 INFO ok!
98842026-07-01T21:22:24.736Z[ host-image] Jul 01 21:22:23.516 INFO O| Jul 01 21:22:23.516 INFO STEP 23 (ensure_symlink) COMPLETE
98852026-07-01T21:22:24.736Z[ host-image] Jul 01 21:22:23.516 INFO O| Jul 01 21:22:23.516 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98862026-07-01T21:22:24.736Z[ recovery-image] Jul 01 21:22:23.516 INFO E| Compiling clap_builder v4.6.0
98872026-07-01T21:22:24.744Z[ host-image] Jul 01 21:22:23.525 INFO O| Jul 01 21:22:23.525 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98882026-07-01T21:22:24.748Z[ host-image] Jul 01 21:22:23.525 INFO O| Jul 01 21:22:23.525 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98892026-07-01T21:22:24.748Z[ host-image] Jul 01 21:22:23.525 INFO O| Jul 01 21:22:23.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98902026-07-01T21:22:24.748Z[ host-image] Jul 01 21:22:23.525 INFO O| Jul 01 21:22:23.525 INFO ok!
98912026-07-01T21:22:24.749Z[ host-image] Jul 01 21:22:23.525 INFO O| Jul 01 21:22:23.525 INFO STEP 24 (ensure_file) COMPLETE
98922026-07-01T21:22:24.749Z[ host-image] Jul 01 21:22:23.525 INFO O| Jul 01 21:22:23.525 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98932026-07-01T21:22:24.754Z[ host-image] Jul 01 21:22:23.533 INFO O| Jul 01 21:22:23.533 INFO updating shadow file
98942026-07-01T21:22:24.754Z[ host-image] Jul 01 21:22:23.533 INFO O| Jul 01 21:22:23.533 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98952026-07-01T21:22:24.755Z[ host-image] Jul 01 21:22:23.533 INFO O| Jul 01 21:22:23.533 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98962026-07-01T21:22:24.755Z[ host-image] Jul 01 21:22:23.533 INFO O| Jul 01 21:22:23.533 INFO STEP 25 (shadow) COMPLETE
98972026-07-01T21:22:24.759Z[ host-image] Jul 01 21:22:23.533 INFO O| Jul 01 21:22:23.533 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98982026-07-01T21:22:24.762Z[ host-image] Jul 01 21:22:23.541 INFO O| Jul 01 21:22:23.541 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98992026-07-01T21:22:24.762Z[ host-image] Jul 01 21:22:23.541 INFO O| Jul 01 21:22:23.541 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99002026-07-01T21:22:24.762Z[ host-image] Jul 01 21:22:23.541 INFO O| Jul 01 21:22:23.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99012026-07-01T21:22:24.762Z[ host-image] Jul 01 21:22:23.542 INFO O| Jul 01 21:22:23.541 INFO ok!
99022026-07-01T21:22:24.762Z[ host-image] Jul 01 21:22:23.542 INFO O| Jul 01 21:22:23.542 INFO STEP 26 (ensure_file) COMPLETE
99032026-07-01T21:22:24.762Z[ host-image] Jul 01 21:22:23.542 INFO O| Jul 01 21:22:23.542 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99042026-07-01T21:22:24.769Z[ host-image] Jul 01 21:22:23.549 INFO O| Jul 01 21:22:23.549 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99052026-07-01T21:22:24.769Z[ host-image] Jul 01 21:22:23.549 INFO O| Jul 01 21:22:23.549 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99062026-07-01T21:22:24.773Z[ host-image] Jul 01 21:22:23.549 INFO O| Jul 01 21:22:23.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99072026-07-01T21:22:24.773Z[ host-image] Jul 01 21:22:23.549 INFO O| Jul 01 21:22:23.549 INFO ok!
99082026-07-01T21:22:24.773Z[ host-image] Jul 01 21:22:23.549 INFO O| Jul 01 21:22:23.549 INFO STEP 27 (ensure_file) COMPLETE
99092026-07-01T21:22:24.773Z[ host-image] Jul 01 21:22:23.549 INFO O| Jul 01 21:22:23.549 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99102026-07-01T21:22:24.777Z[ host-image] Jul 01 21:22:23.557 INFO O| Jul 01 21:22:23.557 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99112026-07-01T21:22:24.782Z[ host-image] Jul 01 21:22:23.558 INFO O| Jul 01 21:22:23.557 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99122026-07-01T21:22:24.783Z[ host-image] Jul 01 21:22:23.558 INFO O| Jul 01 21:22:23.558 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99132026-07-01T21:22:24.783Z[ host-image] Jul 01 21:22:23.558 INFO O| Jul 01 21:22:23.558 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99142026-07-01T21:22:24.783Z[ host-image] Jul 01 21:22:23.558 INFO O| Jul 01 21:22:23.558 INFO ok!
99152026-07-01T21:22:24.783Z[ host-image] Jul 01 21:22:23.558 INFO O| Jul 01 21:22:23.558 INFO STEP 28 (ensure_file) COMPLETE
99162026-07-01T21:22:24.783Z[ host-image] Jul 01 21:22:23.558 INFO O| Jul 01 21:22:23.558 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99172026-07-01T21:22:24.787Z[ host-image] Jul 01 21:22:23.565 INFO O| Jul 01 21:22:23.565 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99182026-07-01T21:22:24.787Z[ host-image] Jul 01 21:22:23.565 INFO O| Jul 01 21:22:23.565 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99192026-07-01T21:22:24.787Z[ host-image] Jul 01 21:22:23.565 INFO O| Jul 01 21:22:23.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99202026-07-01T21:22:24.787Z[ host-image] Jul 01 21:22:23.565 INFO O| Jul 01 21:22:23.565 INFO ok!
99212026-07-01T21:22:24.787Z[ host-image] Jul 01 21:22:23.566 INFO O| Jul 01 21:22:23.565 INFO STEP 29 (ensure_file) COMPLETE
99222026-07-01T21:22:24.787Z[ host-image] Jul 01 21:22:23.566 INFO O| Jul 01 21:22:23.565 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99232026-07-01T21:22:24.792Z[ host-image] Jul 01 21:22:23.573 INFO O| Jul 01 21:22:23.573 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99242026-07-01T21:22:24.792Z[ host-image] Jul 01 21:22:23.573 INFO O| Jul 01 21:22:23.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99252026-07-01T21:22:24.792Z[ host-image] Jul 01 21:22:23.573 INFO O| Jul 01 21:22:23.573 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99262026-07-01T21:22:24.797Z[ host-image] Jul 01 21:22:23.573 INFO O| Jul 01 21:22:23.573 INFO STEP 30 (ensure_dir) COMPLETE
99272026-07-01T21:22:24.797Z[ host-image] Jul 01 21:22:23.573 INFO O| Jul 01 21:22:23.573 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99282026-07-01T21:22:24.801Z[ host-image] Jul 01 21:22:23.580 INFO O| Jul 01 21:22:23.580 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99292026-07-01T21:22:24.801Z[ host-image] Jul 01 21:22:23.580 INFO O| Jul 01 21:22:23.580 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99302026-07-01T21:22:24.801Z[ host-image] Jul 01 21:22:23.580 INFO O| Jul 01 21:22:23.580 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99312026-07-01T21:22:24.801Z[ host-image] Jul 01 21:22:23.580 INFO O| Jul 01 21:22:23.580 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99322026-07-01T21:22:24.801Z[ host-image] Jul 01 21:22:23.580 INFO O| Jul 01 21:22:23.580 INFO ok!
99332026-07-01T21:22:24.801Z[ host-image] Jul 01 21:22:23.580 INFO O| Jul 01 21:22:23.580 INFO STEP 31 (ensure_file) COMPLETE
99342026-07-01T21:22:24.801Z[ host-image] Jul 01 21:22:23.580 INFO O| Jul 01 21:22:23.580 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99352026-07-01T21:22:24.808Z[ host-image] Jul 01 21:22:23.589 INFO O| Jul 01 21:22:23.589 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99362026-07-01T21:22:24.809Z[ host-image] Jul 01 21:22:23.589 INFO O| Jul 01 21:22:23.589 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99372026-07-01T21:22:24.812Z[ host-image] Jul 01 21:22:23.589 INFO O| Jul 01 21:22:23.589 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99382026-07-01T21:22:24.812Z[ host-image] Jul 01 21:22:23.589 INFO O| Jul 01 21:22:23.589 INFO STEP 32 (ensure_dir) COMPLETE
99392026-07-01T21:22:24.812Z[ host-image] Jul 01 21:22:23.589 INFO O| Jul 01 21:22:23.589 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99402026-07-01T21:22:24.817Z[ host-image] Jul 01 21:22:23.597 INFO O| Jul 01 21:22:23.597 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99412026-07-01T21:22:24.817Z[ host-image] Jul 01 21:22:23.597 INFO O| Jul 01 21:22:23.597 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 ...
99422026-07-01T21:22:24.817Z[ host-image] Jul 01 21:22:23.597 INFO O| Jul 01 21:22:23.597 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
99432026-07-01T21:22:24.817Z[ host-image] Jul 01 21:22:23.597 INFO O| Jul 01 21:22:23.597 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99442026-07-01T21:22:24.817Z[ host-image] Jul 01 21:22:23.597 INFO O| Jul 01 21:22:23.597 INFO ok!
99452026-07-01T21:22:24.817Z[ host-image] Jul 01 21:22:23.597 INFO O| Jul 01 21:22:23.597 INFO STEP 33 (ensure_file) COMPLETE
99462026-07-01T21:22:24.817Z[ host-image] Jul 01 21:22:23.597 INFO O| Jul 01 21:22:23.597 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99472026-07-01T21:22:24.825Z[ host-image] Jul 01 21:22:23.606 INFO O| Jul 01 21:22:23.606 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99482026-07-01T21:22:24.829Z[ host-image] Jul 01 21:22:23.606 INFO O| Jul 01 21:22:23.606 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99492026-07-01T21:22:24.829Z[ host-image] Jul 01 21:22:23.606 INFO O| Jul 01 21:22:23.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99502026-07-01T21:22:24.829Z[ host-image] Jul 01 21:22:23.606 INFO O| Jul 01 21:22:23.606 INFO ok!
99512026-07-01T21:22:24.829Z[ host-image] Jul 01 21:22:23.606 INFO O| Jul 01 21:22:23.606 INFO STEP 34 (ensure_file) COMPLETE
99522026-07-01T21:22:24.829Z[ host-image] Jul 01 21:22:23.606 INFO O| Jul 01 21:22:23.606 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99532026-07-01T21:22:24.833Z[ host-image] Jul 01 21:22:23.615 INFO O| Jul 01 21:22:23.615 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99542026-07-01T21:22:24.834Z[ host-image] Jul 01 21:22:23.615 INFO O| Jul 01 21:22:23.615 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99552026-07-01T21:22:24.838Z[ host-image] Jul 01 21:22:23.615 INFO O| Jul 01 21:22:23.615 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99562026-07-01T21:22:24.838Z[ host-image] Jul 01 21:22:23.615 INFO O| Jul 01 21:22:23.615 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99572026-07-01T21:22:24.838Z[ host-image] Jul 01 21:22:23.615 INFO O| Jul 01 21:22:23.615 INFO ok!
99582026-07-01T21:22:24.838Z[ host-image] Jul 01 21:22:23.615 INFO O| Jul 01 21:22:23.615 INFO STEP 35 (ensure_file) COMPLETE
99592026-07-01T21:22:24.838Z[ host-image] Jul 01 21:22:23.615 INFO O| Jul 01 21:22:23.615 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99602026-07-01T21:22:24.842Z[ host-image] Jul 01 21:22:23.623 INFO O| Jul 01 21:22:23.622 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99612026-07-01T21:22:24.846Z[ host-image] Jul 01 21:22:23.623 INFO O| Jul 01 21:22:23.623 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99622026-07-01T21:22:24.846Z[ host-image] Jul 01 21:22:23.623 INFO O| Jul 01 21:22:23.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99632026-07-01T21:22:24.846Z[ host-image] Jul 01 21:22:23.623 INFO O| Jul 01 21:22:23.623 INFO ok!
99642026-07-01T21:22:24.846Z[ host-image] Jul 01 21:22:23.623 INFO O| Jul 01 21:22:23.623 INFO STEP 36 (ensure_file) COMPLETE
99652026-07-01T21:22:24.846Z[ host-image] Jul 01 21:22:23.623 INFO O| Jul 01 21:22:23.623 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99662026-07-01T21:22:24.850Z[ host-image] Jul 01 21:22:23.631 INFO O| Jul 01 21:22:23.631 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99672026-07-01T21:22:24.853Z[ host-image] Jul 01 21:22:23.631 INFO O| Jul 01 21:22:23.631 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99682026-07-01T21:22:24.853Z[ host-image] Jul 01 21:22:23.631 INFO O| Jul 01 21:22:23.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99692026-07-01T21:22:24.854Z[ host-image] Jul 01 21:22:23.631 INFO O| Jul 01 21:22:23.631 INFO ok!
99702026-07-01T21:22:24.854Z[ host-image] Jul 01 21:22:23.631 INFO O| Jul 01 21:22:23.631 INFO STEP 37 (ensure_file) COMPLETE
99712026-07-01T21:22:24.854Z[ host-image] Jul 01 21:22:23.631 INFO O| Jul 01 21:22:23.631 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99722026-07-01T21:22:24.858Z[ host-image] Jul 01 21:22:23.638 INFO O| Jul 01 21:22:23.638 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99732026-07-01T21:22:24.858Z[ host-image] Jul 01 21:22:23.638 INFO O| Jul 01 21:22:23.638 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99742026-07-01T21:22:24.858Z[ host-image] Jul 01 21:22:23.638 INFO O| Jul 01 21:22:23.638 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99752026-07-01T21:22:24.858Z[ host-image] Jul 01 21:22:23.638 INFO O| Jul 01 21:22:23.638 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99762026-07-01T21:22:24.858Z[ host-image] Jul 01 21:22:23.638 INFO O| Jul 01 21:22:23.638 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99772026-07-01T21:22:24.858Z[ host-image] Jul 01 21:22:23.638 INFO O| Jul 01 21:22:23.638 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99782026-07-01T21:22:24.859Z[ host-image] Jul 01 21:22:23.638 INFO O| Jul 01 21:22:23.638 INFO ok!
99792026-07-01T21:22:24.859Z[ host-image] Jul 01 21:22:23.638 INFO O| Jul 01 21:22:23.638 INFO STEP 38 (ensure_file) COMPLETE
99802026-07-01T21:22:24.859Z[ host-image] Jul 01 21:22:23.638 INFO O| Jul 01 21:22:23.638 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99812026-07-01T21:22:24.863Z[ host-image] Jul 01 21:22:23.644 INFO O| Jul 01 21:22:23.644 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99822026-07-01T21:22:24.867Z[ host-image] Jul 01 21:22:23.645 INFO O| Jul 01 21:22:23.645 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99832026-07-01T21:22:24.867Z[ host-image] Jul 01 21:22:23.645 INFO O| Jul 01 21:22:23.645 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99842026-07-01T21:22:24.868Z[ host-image] Jul 01 21:22:23.645 INFO O| Jul 01 21:22:23.645 INFO STEP 39 (ensure_dir) COMPLETE
99852026-07-01T21:22:24.868Z[ host-image] Jul 01 21:22:23.645 INFO O| Jul 01 21:22:23.645 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99862026-07-01T21:22:24.872Z[ host-image] Jul 01 21:22:23.652 INFO O| Jul 01 21:22:23.652 INFO file /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
99872026-07-01T21:22:24.873Z[ host-image] Jul 01 21:22:23.652 INFO O| Jul 01 21:22:23.652 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
99882026-07-01T21:22:24.873Z[ host-image] Jul 01 21:22:23.652 INFO O| Jul 01 21:22:23.652 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
99892026-07-01T21:22:24.873Z[ host-image] Jul 01 21:22:23.652 INFO O| Jul 01 21:22:23.652 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
99902026-07-01T21:22:24.873Z[ host-image] Jul 01 21:22:23.652 INFO O| Jul 01 21:22:23.652 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
99912026-07-01T21:22:24.873Z[ host-image] Jul 01 21:22:23.652 INFO O| Jul 01 21:22:23.652 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
99922026-07-01T21:22:24.873Z[ host-image] Jul 01 21:22:23.652 INFO O| Jul 01 21:22:23.652 INFO ok!
99932026-07-01T21:22:24.873Z[ host-image] Jul 01 21:22:23.652 INFO O| Jul 01 21:22:23.652 INFO STEP 40 (ensure_file) COMPLETE
99942026-07-01T21:22:24.873Z[ host-image] Jul 01 21:22:23.652 INFO O| Jul 01 21:22:23.652 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99952026-07-01T21:22:24.878Z[ host-image] Jul 01 21:22:23.659 INFO O| Jul 01 21:22:23.659 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99962026-07-01T21:22:24.878Z[ host-image] Jul 01 21:22:23.659 INFO O| Jul 01 21:22:23.659 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
99972026-07-01T21:22:24.885Z[ host-image] Jul 01 21:22:23.659 INFO O| Jul 01 21:22:23.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99982026-07-01T21:22:24.885Z[ host-image] Jul 01 21:22:23.659 INFO O| Jul 01 21:22:23.659 INFO ok!
99992026-07-01T21:22:24.885Z[ host-image] Jul 01 21:22:23.659 INFO O| Jul 01 21:22:23.659 INFO STEP 41 (ensure_symlink) COMPLETE
100002026-07-01T21:22:24.886Z[ host-image] Jul 01 21:22:23.659 INFO O| Jul 01 21:22:23.659 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100012026-07-01T21:22:24.889Z[ host-image] Jul 01 21:22:23.667 INFO O| Jul 01 21:22:23.667 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100022026-07-01T21:22:24.889Z[ host-image] Jul 01 21:22:23.667 INFO O| Jul 01 21:22:23.667 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100032026-07-01T21:22:24.889Z[ host-image] Jul 01 21:22:23.668 INFO O| Jul 01 21:22:23.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100042026-07-01T21:22:24.889Z[ host-image] Jul 01 21:22:23.668 INFO O| Jul 01 21:22:23.668 INFO ok!
100052026-07-01T21:22:24.889Z[ host-image] Jul 01 21:22:23.668 INFO O| Jul 01 21:22:23.668 INFO STEP 42 (ensure_symlink) COMPLETE
100062026-07-01T21:22:24.889Z[ host-image] Jul 01 21:22:23.668 INFO O| Jul 01 21:22:23.668 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100072026-07-01T21:22:24.894Z[ host-image] Jul 01 21:22:23.675 INFO O| Jul 01 21:22:23.675 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100082026-07-01T21:22:24.894Z[ host-image] Jul 01 21:22:23.675 INFO O| Jul 01 21:22:23.675 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100092026-07-01T21:22:24.897Z[ host-image] Jul 01 21:22:23.675 INFO O| Jul 01 21:22:23.675 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100102026-07-01T21:22:24.897Z[ host-image] Jul 01 21:22:23.675 INFO O| Jul 01 21:22:23.675 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100112026-07-01T21:22:24.898Z[ host-image] Jul 01 21:22:23.675 INFO O| Jul 01 21:22:23.675 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100122026-07-01T21:22:24.899Z[ host-image] Jul 01 21:22:23.675 INFO O| Jul 01 21:22:23.675 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100132026-07-01T21:22:24.899Z[ host-image] Jul 01 21:22:23.675 INFO O| Jul 01 21:22:23.675 INFO ok!
100142026-07-01T21:22:24.899Z[ host-image] Jul 01 21:22:23.675 INFO O| Jul 01 21:22:23.675 INFO STEP 43 (ensure_file) COMPLETE
100152026-07-01T21:22:24.899Z[ host-image] Jul 01 21:22:23.675 INFO O| Jul 01 21:22:23.675 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100162026-07-01T21:22:24.903Z[ host-image] Jul 01 21:22:23.681 INFO O| Jul 01 21:22:23.681 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100172026-07-01T21:22:24.903Z[ host-image] Jul 01 21:22:23.681 INFO O| Jul 01 21:22:23.681 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml ...
100182026-07-01T21:22:24.903Z[ host-image] Jul 01 21:22:23.681 INFO O| Jul 01 21:22:23.681 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100192026-07-01T21:22:24.903Z[ host-image] Jul 01 21:22:23.681 INFO O| Jul 01 21:22:23.681 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100202026-07-01T21:22:24.903Z[ host-image] Jul 01 21:22:23.681 INFO O| Jul 01 21:22:23.681 INFO ok!
100212026-07-01T21:22:24.903Z[ host-image] Jul 01 21:22:23.681 INFO O| Jul 01 21:22:23.681 INFO STEP 44 (ensure_file) COMPLETE
100222026-07-01T21:22:24.903Z[ host-image] Jul 01 21:22:23.681 INFO O| Jul 01 21:22:23.681 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100232026-07-01T21:22:24.909Z[ host-image] Jul 01 21:22:23.690 INFO O| Jul 01 21:22:23.690 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100242026-07-01T21:22:24.909Z[ host-image] Jul 01 21:22:23.690 INFO O| Jul 01 21:22:23.690 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100252026-07-01T21:22:24.912Z[ host-image] Jul 01 21:22:23.690 INFO O| Jul 01 21:22:23.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100262026-07-01T21:22:24.912Z[ host-image] Jul 01 21:22:23.690 INFO O| Jul 01 21:22:23.690 INFO ok!
100272026-07-01T21:22:24.912Z[ host-image] Jul 01 21:22:23.690 INFO O| Jul 01 21:22:23.690 INFO STEP 45 (ensure_file) COMPLETE
100282026-07-01T21:22:24.913Z[ host-image] Jul 01 21:22:23.690 INFO O| Jul 01 21:22:23.690 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100292026-07-01T21:22:24.918Z[ host-image] Jul 01 21:22:23.699 INFO O| Jul 01 21:22:23.699 INFO updating shadow file
100302026-07-01T21:22:24.921Z[ host-image] Jul 01 21:22:23.699 INFO O| Jul 01 21:22:23.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100312026-07-01T21:22:24.921Z[ host-image] Jul 01 21:22:23.699 INFO O| Jul 01 21:22:23.699 INFO STEP 46 (shadow) COMPLETE
100322026-07-01T21:22:24.921Z[ host-image] Jul 01 21:22:23.699 INFO O| Jul 01 21:22:23.699 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100332026-07-01T21:22:24.926Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100342026-07-01T21:22:24.926Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100352026-07-01T21:22:24.930Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100362026-07-01T21:22:24.930Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100372026-07-01T21:22:24.930Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 INFO ok!
100382026-07-01T21:22:24.930Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 INFO STEP 47 (ensure_file) COMPLETE
100392026-07-01T21:22:24.930Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100402026-07-01T21:22:24.930Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 INFO skip step because feature "mfg" is not enabled
100412026-07-01T21:22:24.930Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100422026-07-01T21:22:24.930Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 INFO skip step because feature "mfg" is not enabled
100432026-07-01T21:22:24.930Z[ host-image] Jul 01 21:22:23.707 INFO O| Jul 01 21:22:23.707 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100442026-07-01T21:22:24.934Z[ host-image] Jul 01 21:22:23.715 INFO O| Jul 01 21:22:23.715 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100452026-07-01T21:22:24.937Z[ host-image] Jul 01 21:22:23.715 INFO O| Jul 01 21:22:23.715 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100462026-07-01T21:22:24.955Z[ host-image] Jul 01 21:22:23.736 INFO O| Jul 01 21:22:23.736 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100472026-07-01T21:22:24.955Z[ host-image] Jul 01 21:22:23.736 INFO O| Jul 01 21:22:23.736 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100482026-07-01T21:22:24.955Z[ host-image] Jul 01 21:22:23.736 INFO O| Jul 01 21:22:23.736 INFO ok!
100492026-07-01T21:22:24.959Z[ host-image] Jul 01 21:22:23.736 INFO O| Jul 01 21:22:23.736 INFO STEP 50 (ensure_file) COMPLETE
100502026-07-01T21:22:24.959Z[ host-image] Jul 01 21:22:23.736 INFO O| Jul 01 21:22:23.736 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100512026-07-01T21:22:24.959Z[ host-image] Jul 01 21:22:23.736 INFO O| Jul 01 21:22:23.736 INFO skip step because feature "compliance" is not enabled
100522026-07-01T21:22:24.959Z[ host-image] Jul 01 21:22:23.736 INFO O| Jul 01 21:22:23.736 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100532026-07-01T21:22:24.964Z[ host-image] Jul 01 21:22:23.745 INFO O| Jul 01 21:22:23.745 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100542026-07-01T21:22:24.964Z[ host-image] Jul 01 21:22:23.745 INFO O| Jul 01 21:22:23.745 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100552026-07-01T21:22:24.968Z[ host-image] Jul 01 21:22:23.745 INFO O| Jul 01 21:22:23.745 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100562026-07-01T21:22:24.968Z[ host-image] Jul 01 21:22:23.745 INFO O| Jul 01 21:22:23.745 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100572026-07-01T21:22:24.969Z[ host-image] Jul 01 21:22:23.745 INFO O| Jul 01 21:22:23.745 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100582026-07-01T21:22:24.969Z[ host-image] Jul 01 21:22:23.745 INFO O| Jul 01 21:22:23.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100592026-07-01T21:22:24.969Z[ host-image] Jul 01 21:22:23.745 INFO O| Jul 01 21:22:23.745 INFO ok!
100602026-07-01T21:22:24.969Z[ host-image] Jul 01 21:22:23.745 INFO O| Jul 01 21:22:23.745 INFO STEP 52 (ensure_file) COMPLETE
100612026-07-01T21:22:24.969Z[ host-image] Jul 01 21:22:23.745 INFO O| Jul 01 21:22:23.745 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100622026-07-01T21:22:24.973Z[ host-image] Jul 01 21:22:23.753 INFO O| Jul 01 21:22:23.753 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100632026-07-01T21:22:24.973Z[ host-image] Jul 01 21:22:23.753 INFO O| Jul 01 21:22:23.753 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 ...
100642026-07-01T21:22:24.973Z[ host-image] Jul 01 21:22:23.754 INFO O| Jul 01 21:22:23.753 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
100652026-07-01T21:22:24.973Z[ host-image] Jul 01 21:22:23.754 INFO O| Jul 01 21:22:23.754 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100662026-07-01T21:22:24.973Z[ host-image] Jul 01 21:22:23.754 INFO O| Jul 01 21:22:23.754 INFO ok!
100672026-07-01T21:22:24.974Z[ host-image] Jul 01 21:22:23.754 INFO O| Jul 01 21:22:23.754 INFO STEP 53 (ensure_file) COMPLETE
100682026-07-01T21:22:24.974Z[ host-image] Jul 01 21:22:23.754 INFO O| Jul 01 21:22:23.754 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100692026-07-01T21:22:24.982Z[ host-image] Jul 01 21:22:23.763 INFO O| Jul 01 21:22:23.763 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100702026-07-01T21:22:24.982Z[ host-image] Jul 01 21:22:23.763 INFO O| Jul 01 21:22:23.763 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 ...
100712026-07-01T21:22:24.987Z[ host-image] Jul 01 21:22:23.763 INFO O| Jul 01 21:22:23.763 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100722026-07-01T21:22:24.987Z[ host-image] Jul 01 21:22:23.763 INFO O| Jul 01 21:22:23.763 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100732026-07-01T21:22:24.987Z[ host-image] Jul 01 21:22:23.763 INFO O| Jul 01 21:22:23.763 INFO ok!
100742026-07-01T21:22:24.987Z[ host-image] Jul 01 21:22:23.763 INFO O| Jul 01 21:22:23.763 INFO STEP 54 (ensure_file) COMPLETE
100752026-07-01T21:22:24.988Z[ host-image] Jul 01 21:22:23.763 INFO O| Jul 01 21:22:23.763 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-07-01T21:22:24.991Z[ host-image] Jul 01 21:22:23.770 INFO O| Jul 01 21:22:23.770 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100772026-07-01T21:22:24.991Z[ host-image] Jul 01 21:22:23.770 INFO O| Jul 01 21:22:23.770 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 ...
100782026-07-01T21:22:24.991Z[ host-image] Jul 01 21:22:23.770 INFO O| Jul 01 21:22:23.770 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
100792026-07-01T21:22:24.991Z[ host-image] Jul 01 21:22:23.770 INFO O| Jul 01 21:22:23.770 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100802026-07-01T21:22:24.992Z[ host-image] Jul 01 21:22:23.770 INFO O| Jul 01 21:22:23.770 INFO ok!
100812026-07-01T21:22:24.992Z[ host-image] Jul 01 21:22:23.770 INFO O| Jul 01 21:22:23.770 INFO STEP 55 (ensure_file) COMPLETE
100822026-07-01T21:22:24.992Z[ host-image] Jul 01 21:22:23.770 INFO O| Jul 01 21:22:23.770 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-07-01T21:22:24.997Z[ host-image] Jul 01 21:22:23.778 INFO O| Jul 01 21:22:23.778 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100842026-07-01T21:22:24.997Z[ host-image] Jul 01 21:22:23.778 INFO O| Jul 01 21:22:23.778 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 ...
100852026-07-01T21:22:25.001Z[ host-image] Jul 01 21:22:23.778 INFO O| Jul 01 21:22:23.778 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100862026-07-01T21:22:25.001Z[ host-image] Jul 01 21:22:23.778 INFO O| Jul 01 21:22:23.778 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100872026-07-01T21:22:25.001Z[ host-image] Jul 01 21:22:23.778 INFO O| Jul 01 21:22:23.778 INFO ok!
100882026-07-01T21:22:25.001Z[ host-image] Jul 01 21:22:23.778 INFO O| Jul 01 21:22:23.778 INFO STEP 56 (ensure_file) COMPLETE
100892026-07-01T21:22:25.001Z[ host-image] Jul 01 21:22:23.778 INFO O| Jul 01 21:22:23.778 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100902026-07-01T21:22:25.005Z[ host-image] Jul 01 21:22:23.785 INFO O| Jul 01 21:22:23.785 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100912026-07-01T21:22:25.005Z[ host-image] Jul 01 21:22:23.785 INFO O| Jul 01 21:22:23.785 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 ...
100922026-07-01T21:22:25.005Z[ host-image] Jul 01 21:22:23.785 INFO O| Jul 01 21:22:23.785 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
100932026-07-01T21:22:25.005Z[ host-image] Jul 01 21:22:23.785 INFO O| Jul 01 21:22:23.785 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100942026-07-01T21:22:25.005Z[ host-image] Jul 01 21:22:23.785 INFO O| Jul 01 21:22:23.785 INFO ok!
100952026-07-01T21:22:25.006Z[ host-image] Jul 01 21:22:23.785 INFO O| Jul 01 21:22:23.785 INFO STEP 57 (ensure_file) COMPLETE
100962026-07-01T21:22:25.006Z[ host-image] Jul 01 21:22:23.785 INFO O| Jul 01 21:22:23.785 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100972026-07-01T21:22:25.011Z[ host-image] Jul 01 21:22:23.792 INFO O| Jul 01 21:22:23.792 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100982026-07-01T21:22:25.011Z[ host-image] Jul 01 21:22:23.792 INFO O| Jul 01 21:22:23.792 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 ...
100992026-07-01T21:22:25.015Z[ host-image] Jul 01 21:22:23.792 INFO O| Jul 01 21:22:23.792 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101002026-07-01T21:22:25.015Z[ host-image] Jul 01 21:22:23.792 INFO O| Jul 01 21:22:23.792 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101012026-07-01T21:22:25.015Z[ host-image] Jul 01 21:22:23.792 INFO O| Jul 01 21:22:23.792 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101022026-07-01T21:22:25.015Z[ host-image] Jul 01 21:22:23.792 INFO O| Jul 01 21:22:23.792 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101032026-07-01T21:22:25.016Z[ host-image] Jul 01 21:22:23.792 INFO O| Jul 01 21:22:23.792 INFO ok!
101042026-07-01T21:22:25.016Z[ host-image] Jul 01 21:22:23.792 INFO O| Jul 01 21:22:23.792 INFO STEP 58 (ensure_file) COMPLETE
101052026-07-01T21:22:25.016Z[ host-image] Jul 01 21:22:23.792 INFO O| Jul 01 21:22:23.792 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101062026-07-01T21:22:25.019Z[ host-image] Jul 01 21:22:23.799 INFO O| Jul 01 21:22:23.798 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101072026-07-01T21:22:25.019Z[ host-image] Jul 01 21:22:23.799 INFO O| Jul 01 21:22:23.798 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 ...
101082026-07-01T21:22:25.019Z[ host-image] Jul 01 21:22:23.799 INFO O| Jul 01 21:22:23.799 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
101092026-07-01T21:22:25.019Z[ host-image] Jul 01 21:22:23.799 INFO O| Jul 01 21:22:23.799 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101102026-07-01T21:22:25.019Z[ host-image] Jul 01 21:22:23.799 INFO O| Jul 01 21:22:23.799 INFO ok!
101112026-07-01T21:22:25.019Z[ host-image] Jul 01 21:22:23.799 INFO O| Jul 01 21:22:23.799 INFO STEP 59 (ensure_file) COMPLETE
101122026-07-01T21:22:25.020Z[ host-image] Jul 01 21:22:23.799 INFO O| Jul 01 21:22:23.799 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101132026-07-01T21:22:25.026Z[ host-image] Jul 01 21:22:23.807 INFO O| Jul 01 21:22:23.807 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101142026-07-01T21:22:25.026Z[ host-image] Jul 01 21:22:23.807 INFO O| Jul 01 21:22:23.807 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101152026-07-01T21:22:25.030Z[ host-image] Jul 01 21:22:23.807 INFO O| Jul 01 21:22:23.807 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101162026-07-01T21:22:25.030Z[ host-image] Jul 01 21:22:23.807 INFO O| Jul 01 21:22:23.807 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101172026-07-01T21:22:25.030Z[ host-image] Jul 01 21:22:23.807 INFO O| Jul 01 21:22:23.807 INFO ok!
101182026-07-01T21:22:25.030Z[ host-image] Jul 01 21:22:23.807 INFO O| Jul 01 21:22:23.807 INFO STEP 60 (ensure_file) COMPLETE
101192026-07-01T21:22:25.030Z[ host-image] Jul 01 21:22:23.807 INFO O| Jul 01 21:22:23.807 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101202026-07-01T21:22:25.034Z[ host-image] Jul 01 21:22:23.815 INFO O| Jul 01 21:22:23.815 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101212026-07-01T21:22:25.035Z[ host-image] Jul 01 21:22:23.815 INFO O| Jul 01 21:22:23.815 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 ...
101222026-07-01T21:22:25.038Z[ host-image] Jul 01 21:22:23.815 INFO O| Jul 01 21:22:23.815 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
101232026-07-01T21:22:25.038Z[ host-image] Jul 01 21:22:23.815 INFO O| Jul 01 21:22:23.815 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101242026-07-01T21:22:25.038Z[ host-image] Jul 01 21:22:23.815 INFO O| Jul 01 21:22:23.815 INFO ok!
101252026-07-01T21:22:25.038Z[ host-image] Jul 01 21:22:23.815 INFO O| Jul 01 21:22:23.815 INFO STEP 61 (ensure_file) COMPLETE
101262026-07-01T21:22:25.038Z[ host-image] Jul 01 21:22:23.815 INFO O| Jul 01 21:22:23.815 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101272026-07-01T21:22:25.042Z[ host-image] Jul 01 21:22:23.823 INFO O| Jul 01 21:22:23.823 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101282026-07-01T21:22:25.042Z[ host-image] Jul 01 21:22:23.823 INFO O| Jul 01 21:22:23.823 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101292026-07-01T21:22:25.042Z[ host-image] Jul 01 21:22:23.823 INFO O| Jul 01 21:22:23.823 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101302026-07-01T21:22:25.042Z[ host-image] Jul 01 21:22:23.823 INFO O| Jul 01 21:22:23.823 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101312026-07-01T21:22:25.049Z[ host-image] Jul 01 21:22:23.823 INFO O| Jul 01 21:22:23.823 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101322026-07-01T21:22:25.049Z[ host-image] Jul 01 21:22:23.823 INFO O| Jul 01 21:22:23.823 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101332026-07-01T21:22:25.049Z[ host-image] Jul 01 21:22:23.823 INFO O| Jul 01 21:22:23.823 INFO ok!
101342026-07-01T21:22:25.049Z[ host-image] Jul 01 21:22:23.823 INFO O| Jul 01 21:22:23.823 INFO STEP 62 (ensure_file) COMPLETE
101352026-07-01T21:22:25.049Z[ host-image] Jul 01 21:22:23.823 INFO O| Jul 01 21:22:23.823 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101362026-07-01T21:22:25.053Z[ recovery-image] Jul 01 21:22:23.829 INFO E| Compiling errno v0.3.14
101372026-07-01T21:22:25.054Z[ recovery-image] Jul 01 21:22:23.829 INFO E| Compiling os_pipe v1.2.3
101382026-07-01T21:22:25.054Z[ host-image] Jul 01 21:22:23.830 INFO O| Jul 01 21:22:23.830 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101392026-07-01T21:22:25.054Z[ host-image] Jul 01 21:22:23.830 INFO O| Jul 01 21:22:23.830 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 ...
101402026-07-01T21:22:25.054Z[ host-image] Jul 01 21:22:23.830 INFO O| Jul 01 21:22:23.830 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
101412026-07-01T21:22:25.054Z[ host-image] Jul 01 21:22:23.830 INFO O| Jul 01 21:22:23.830 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101422026-07-01T21:22:25.054Z[ host-image] Jul 01 21:22:23.830 INFO O| Jul 01 21:22:23.830 INFO ok!
101432026-07-01T21:22:25.054Z[ host-image] Jul 01 21:22:23.830 INFO O| Jul 01 21:22:23.830 INFO STEP 63 (ensure_file) COMPLETE
101442026-07-01T21:22:25.054Z[ host-image] Jul 01 21:22:23.830 INFO O| Jul 01 21:22:23.830 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101452026-07-01T21:22:25.058Z[ host-image] Jul 01 21:22:23.837 INFO O| Jul 01 21:22:23.837 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101462026-07-01T21:22:25.058Z[ host-image] Jul 01 21:22:23.837 INFO O| Jul 01 21:22:23.837 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 ...
101472026-07-01T21:22:25.058Z[ host-image] Jul 01 21:22:23.837 INFO O| Jul 01 21:22:23.837 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
101482026-07-01T21:22:25.058Z[ host-image] Jul 01 21:22:23.837 INFO O| Jul 01 21:22:23.837 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101492026-07-01T21:22:25.058Z[ host-image] Jul 01 21:22:23.837 INFO O| Jul 01 21:22:23.837 INFO ok!
101502026-07-01T21:22:25.058Z[ host-image] Jul 01 21:22:23.837 INFO O| Jul 01 21:22:23.837 INFO STEP 64 (ensure_file) COMPLETE
101512026-07-01T21:22:25.061Z[ host-image] Jul 01 21:22:23.837 INFO O| Jul 01 21:22:23.837 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101522026-07-01T21:22:25.064Z[ host-image] Jul 01 21:22:23.844 INFO O| Jul 01 21:22:23.844 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101532026-07-01T21:22:25.064Z[ host-image] Jul 01 21:22:23.844 INFO O| Jul 01 21:22:23.844 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 ...
101542026-07-01T21:22:25.064Z[ host-image] Jul 01 21:22:23.844 INFO O| Jul 01 21:22:23.844 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
101552026-07-01T21:22:25.064Z[ host-image] Jul 01 21:22:23.844 INFO O| Jul 01 21:22:23.844 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101562026-07-01T21:22:25.065Z[ host-image] Jul 01 21:22:23.844 INFO O| Jul 01 21:22:23.844 INFO ok!
101572026-07-01T21:22:25.065Z[ host-image] Jul 01 21:22:23.844 INFO O| Jul 01 21:22:23.844 INFO STEP 65 (ensure_file) COMPLETE
101582026-07-01T21:22:25.065Z[ host-image] Jul 01 21:22:23.844 INFO O| Jul 01 21:22:23.844 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101592026-07-01T21:22:25.065Z[ host-image] Jul 01 21:22:23.844 INFO O| Jul 01 21:22:23.844 INFO skip step because feature "mbist" is not enabled
101602026-07-01T21:22:25.065Z[ host-image] Jul 01 21:22:23.844 INFO O| Jul 01 21:22:23.844 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-07-01T21:22:25.076Z[ host-image] Jul 01 21:22:23.851 INFO O| Jul 01 21:22:23.851 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101622026-07-01T21:22:25.076Z[ host-image] Jul 01 21:22:23.851 INFO O| Jul 01 21:22:23.851 INFO STEP 67 (ensure_dir) COMPLETE
101632026-07-01T21:22:25.080Z[ host-image] Jul 01 21:22:23.851 INFO O| Jul 01 21:22:23.851 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101642026-07-01T21:22:25.080Z[ host-image] Jul 01 21:22:23.857 INFO O| Jul 01 21:22:23.857 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101652026-07-01T21:22:25.080Z[ host-image] Jul 01 21:22:23.857 INFO O| Jul 01 21:22:23.857 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101662026-07-01T21:22:25.080Z[ host-image] Jul 01 21:22:23.857 INFO O| Jul 01 21:22:23.857 INFO STEP 68 (ensure_dir) COMPLETE
101672026-07-01T21:22:25.080Z[ host-image] Jul 01 21:22:23.857 INFO O| Jul 01 21:22:23.857 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-07-01T21:22:25.084Z[ host-image] Jul 01 21:22:23.864 INFO O| Jul 01 21:22:23.864 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101692026-07-01T21:22:25.084Z[ host-image] Jul 01 21:22:23.864 INFO O| Jul 01 21:22:23.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101702026-07-01T21:22:25.084Z[ host-image] Jul 01 21:22:23.864 INFO O| Jul 01 21:22:23.864 INFO STEP 69 (ensure_dir) COMPLETE
101712026-07-01T21:22:25.084Z[ host-image] Jul 01 21:22:23.864 INFO O| Jul 01 21:22:23.864 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-07-01T21:22:25.095Z[ host-image] Jul 01 21:22:23.873 INFO O| Jul 01 21:22:23.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101732026-07-01T21:22:25.095Z[ host-image] Jul 01 21:22:23.873 INFO O| Jul 01 21:22:23.873 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101742026-07-01T21:22:25.208Z[ recovery-image] Jul 01 21:22:23.983 INFO E| Compiling signal-hook-registry v1.4.8
101752026-07-01T21:22:25.421Z[ recovery-image] Jul 01 21:22:24.202 INFO E| Compiling syn v2.0.117
101762026-07-01T21:22:25.501Z[ recovery-image] Jul 01 21:22:24.282 INFO E| Compiling sigchld v0.2.4
101772026-07-01T21:22:25.599Z[ recovery-image] Jul 01 21:22:24.379 INFO E| Compiling shared_child v1.1.1
101782026-07-01T21:22:25.702Z[ host-image] Jul 01 21:22:24.481 INFO O| Jul 01 21:22:24.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101792026-07-01T21:22:25.702Z[ host-image] Jul 01 21:22:24.481 INFO O| Jul 01 21:22:24.481 INFO ok!
101802026-07-01T21:22:25.702Z[ host-image] Jul 01 21:22:24.481 INFO O| Jul 01 21:22:24.481 INFO STEP 70 (ensure_file) COMPLETE
101812026-07-01T21:22:25.707Z[ host-image] Jul 01 21:22:24.481 INFO O| Jul 01 21:22:24.481 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-07-01T21:22:25.710Z[ host-image] Jul 01 21:22:24.489 INFO O| Jul 01 21:22:24.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101832026-07-01T21:22:25.710Z[ host-image] Jul 01 21:22:24.489 INFO O| Jul 01 21:22:24.489 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101842026-07-01T21:22:25.733Z[ recovery-image] Jul 01 21:22:24.510 INFO E| Compiling duct v1.1.1
101852026-07-01T21:22:26.210Z[ host-image] Jul 01 21:22:24.990 INFO O| Jul 01 21:22:24.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101862026-07-01T21:22:26.210Z[ host-image] Jul 01 21:22:24.990 INFO O| Jul 01 21:22:24.990 INFO ok!
101872026-07-01T21:22:26.210Z[ host-image] Jul 01 21:22:24.990 INFO O| Jul 01 21:22:24.990 INFO STEP 71 (ensure_file) COMPLETE
101882026-07-01T21:22:26.214Z[ host-image] Jul 01 21:22:24.990 INFO O| Jul 01 21:22:24.990 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-07-01T21:22:26.219Z[ host-image] Jul 01 21:22:25.000 INFO O| Jul 01 21:22:25.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101902026-07-01T21:22:26.219Z[ host-image] Jul 01 21:22:25.000 INFO O| Jul 01 21:22:25.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101912026-07-01T21:22:26.219Z[ host-image] Jul 01 21:22:25.000 INFO O| Jul 01 21:22:25.000 INFO STEP 72 (ensure_dir) COMPLETE
101922026-07-01T21:22:26.223Z[ host-image] Jul 01 21:22:25.000 INFO O| Jul 01 21:22:25.000 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-07-01T21:22:26.230Z[ host-image] Jul 01 21:22:25.010 INFO O| Jul 01 21:22:25.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101942026-07-01T21:22:26.231Z[ host-image] Jul 01 21:22:25.010 INFO O| Jul 01 21:22:25.010 INFO copying /tmp/.tmp2RboQj/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 ...
101952026-07-01T21:22:26.235Z[ host-image] Jul 01 21:22:25.010 INFO O| Jul 01 21:22:25.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101962026-07-01T21:22:26.235Z[ host-image] Jul 01 21:22:25.010 INFO O| Jul 01 21:22:25.010 INFO ok!
101972026-07-01T21:22:26.235Z[ host-image] Jul 01 21:22:25.010 INFO O| Jul 01 21:22:25.010 INFO STEP 73 (ensure_file) COMPLETE
101982026-07-01T21:22:26.235Z[ host-image] Jul 01 21:22:25.010 INFO O| Jul 01 21:22:25.010 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-07-01T21:22:26.239Z[ host-image] Jul 01 21:22:25.019 INFO O| Jul 01 21:22:25.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102002026-07-01T21:22:26.239Z[ host-image] Jul 01 21:22:25.019 INFO O| Jul 01 21:22:25.019 INFO copying /tmp/.tmp2RboQj/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 ...
102012026-07-01T21:22:26.239Z[ host-image] Jul 01 21:22:25.019 INFO O| Jul 01 21:22:25.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102022026-07-01T21:22:26.239Z[ host-image] Jul 01 21:22:25.019 INFO O| Jul 01 21:22:25.019 INFO ok!
102032026-07-01T21:22:26.240Z[ host-image] Jul 01 21:22:25.019 INFO O| Jul 01 21:22:25.019 INFO STEP 74 (ensure_file) COMPLETE
102042026-07-01T21:22:26.240Z[ host-image] Jul 01 21:22:25.019 INFO O| Jul 01 21:22:25.019 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-07-01T21:22:26.249Z[ host-image] Jul 01 21:22:25.028 INFO O| Jul 01 21:22:25.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102062026-07-01T21:22:26.249Z[ host-image] Jul 01 21:22:25.028 INFO O| Jul 01 21:22:25.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102072026-07-01T21:22:26.252Z[ host-image] Jul 01 21:22:25.028 INFO O| Jul 01 21:22:25.028 INFO STEP 75 (ensure_dir) COMPLETE
102082026-07-01T21:22:26.252Z[ host-image] Jul 01 21:22:25.028 INFO O| Jul 01 21:22:25.028 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-07-01T21:22:26.256Z[ host-image] Jul 01 21:22:25.036 INFO O| Jul 01 21:22:25.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102102026-07-01T21:22:26.256Z[ host-image] Jul 01 21:22:25.036 INFO O| Jul 01 21:22:25.036 INFO copying /tmp/.tmp2RboQj/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 ...
102112026-07-01T21:22:26.256Z[ host-image] Jul 01 21:22:25.036 INFO O| Jul 01 21:22:25.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102122026-07-01T21:22:26.256Z[ host-image] Jul 01 21:22:25.036 INFO O| Jul 01 21:22:25.036 INFO ok!
102132026-07-01T21:22:26.256Z[ host-image] Jul 01 21:22:25.036 INFO O| Jul 01 21:22:25.036 INFO STEP 76 (ensure_file) COMPLETE
102142026-07-01T21:22:26.256Z[ host-image] Jul 01 21:22:25.036 INFO O| Jul 01 21:22:25.036 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-07-01T21:22:26.264Z[ host-image] Jul 01 21:22:25.044 INFO O| Jul 01 21:22:25.044 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102162026-07-01T21:22:26.264Z[ host-image] Jul 01 21:22:25.044 INFO O| Jul 01 21:22:25.044 INFO copying /tmp/.tmp2RboQj/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 ...
102172026-07-01T21:22:26.268Z[ host-image] Jul 01 21:22:25.044 INFO O| Jul 01 21:22:25.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102182026-07-01T21:22:26.268Z[ host-image] Jul 01 21:22:25.044 INFO O| Jul 01 21:22:25.044 INFO ok!
102192026-07-01T21:22:26.269Z[ host-image] Jul 01 21:22:25.044 INFO O| Jul 01 21:22:25.044 INFO STEP 77 (ensure_file) COMPLETE
102202026-07-01T21:22:26.269Z[ host-image] Jul 01 21:22:25.044 INFO O| Jul 01 21:22:25.044 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-07-01T21:22:26.272Z[ host-image] Jul 01 21:22:25.052 INFO O| Jul 01 21:22:25.052 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102222026-07-01T21:22:26.272Z[ host-image] Jul 01 21:22:25.052 INFO O| Jul 01 21:22:25.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102232026-07-01T21:22:26.272Z[ host-image] Jul 01 21:22:25.052 INFO O| Jul 01 21:22:25.052 INFO STEP 78 (ensure_dir) COMPLETE
102242026-07-01T21:22:26.272Z[ host-image] Jul 01 21:22:25.052 INFO O| Jul 01 21:22:25.052 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-07-01T21:22:26.278Z[ host-image] Jul 01 21:22:25.059 INFO O| Jul 01 21:22:25.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102262026-07-01T21:22:26.279Z[ host-image] Jul 01 21:22:25.059 INFO O| Jul 01 21:22:25.059 INFO copying /tmp/.tmp2RboQj/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 ...
102272026-07-01T21:22:26.282Z[ host-image] Jul 01 21:22:25.059 INFO O| Jul 01 21:22:25.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102282026-07-01T21:22:26.282Z[ host-image] Jul 01 21:22:25.059 INFO O| Jul 01 21:22:25.059 INFO ok!
102292026-07-01T21:22:26.283Z[ host-image] Jul 01 21:22:25.059 INFO O| Jul 01 21:22:25.059 INFO STEP 79 (ensure_file) COMPLETE
102302026-07-01T21:22:26.283Z[ host-image] Jul 01 21:22:25.059 INFO O| Jul 01 21:22:25.059 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-07-01T21:22:26.286Z[ host-image] Jul 01 21:22:25.068 INFO O| Jul 01 21:22:25.068 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102322026-07-01T21:22:26.288Z[ host-image] Jul 01 21:22:25.068 INFO O| Jul 01 21:22:25.068 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102332026-07-01T21:22:26.293Z[ host-image] Jul 01 21:22:25.068 INFO O| Jul 01 21:22:25.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102342026-07-01T21:22:26.293Z[ host-image] Jul 01 21:22:25.068 INFO O| Jul 01 21:22:25.068 INFO ok!
102352026-07-01T21:22:26.293Z[ host-image] Jul 01 21:22:25.068 INFO O| Jul 01 21:22:25.068 INFO STEP 80 (ensure_file) COMPLETE
102362026-07-01T21:22:26.293Z[ host-image] Jul 01 21:22:25.068 INFO O| Jul 01 21:22:25.068 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-07-01T21:22:26.296Z[ host-image] Jul 01 21:22:25.076 INFO O| Jul 01 21:22:25.076 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102382026-07-01T21:22:26.296Z[ host-image] Jul 01 21:22:25.076 INFO O| Jul 01 21:22:25.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102392026-07-01T21:22:26.296Z[ host-image] Jul 01 21:22:25.076 INFO O| Jul 01 21:22:25.076 INFO STEP 81 (ensure_dir) COMPLETE
102402026-07-01T21:22:26.296Z[ host-image] Jul 01 21:22:25.076 INFO O| Jul 01 21:22:25.076 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-07-01T21:22:26.304Z[ host-image] Jul 01 21:22:25.085 INFO O| Jul 01 21:22:25.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102422026-07-01T21:22:26.305Z[ host-image] Jul 01 21:22:25.085 INFO O| Jul 01 21:22:25.085 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102432026-07-01T21:22:26.522Z[ host-image] Jul 01 21:22:25.302 INFO O| Jul 01 21:22:25.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102442026-07-01T21:22:26.522Z[ host-image] Jul 01 21:22:25.302 INFO O| Jul 01 21:22:25.302 INFO ok!
102452026-07-01T21:22:26.522Z[ host-image] Jul 01 21:22:25.302 INFO O| Jul 01 21:22:25.302 INFO STEP 82 (ensure_file) COMPLETE
102462026-07-01T21:22:26.526Z[ host-image] Jul 01 21:22:25.302 INFO O| Jul 01 21:22:25.302 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-07-01T21:22:26.529Z[ host-image] Jul 01 21:22:25.311 INFO O| Jul 01 21:22:25.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102482026-07-01T21:22:26.530Z[ host-image] Jul 01 21:22:25.311 INFO O| Jul 01 21:22:25.311 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102492026-07-01T21:22:26.775Z[ host-image] Jul 01 21:22:25.556 INFO O| Jul 01 21:22:25.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102502026-07-01T21:22:26.775Z[ host-image] Jul 01 21:22:25.556 INFO O| Jul 01 21:22:25.556 INFO ok!
102512026-07-01T21:22:26.776Z[ host-image] Jul 01 21:22:25.556 INFO O| Jul 01 21:22:25.556 INFO STEP 83 (ensure_file) COMPLETE
102522026-07-01T21:22:26.776Z[ host-image] Jul 01 21:22:25.556 INFO O| Jul 01 21:22:25.556 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-07-01T21:22:26.783Z[ host-image] Jul 01 21:22:25.564 INFO O| Jul 01 21:22:25.564 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102542026-07-01T21:22:26.783Z[ host-image] Jul 01 21:22:25.564 INFO O| Jul 01 21:22:25.564 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102552026-07-01T21:22:27.810Z[ recovery-image] Jul 01 21:22:26.589 INFO E| Compiling clap_derive v4.6.1
102562026-07-01T21:22:28.134Z[ host-image] Jul 01 21:22:26.914 INFO O| Jul 01 21:22:26.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102572026-07-01T21:22:28.134Z[ host-image] Jul 01 21:22:26.914 INFO O| Jul 01 21:22:26.914 INFO ok!
102582026-07-01T21:22:28.134Z[ host-image] Jul 01 21:22:26.914 INFO O| Jul 01 21:22:26.914 INFO STEP 84 (ensure_file) COMPLETE
102592026-07-01T21:22:28.138Z[ host-image] Jul 01 21:22:26.914 INFO O| Jul 01 21:22:26.914 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-07-01T21:22:28.142Z[ host-image] Jul 01 21:22:26.923 INFO O| Jul 01 21:22:26.923 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102612026-07-01T21:22:28.142Z[ host-image] Jul 01 21:22:26.923 INFO O| Jul 01 21:22:26.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102622026-07-01T21:22:28.145Z[ host-image] Jul 01 21:22:26.923 INFO O| Jul 01 21:22:26.923 INFO STEP 85 (ensure_dir) COMPLETE
102632026-07-01T21:22:28.146Z[ host-image] Jul 01 21:22:26.923 INFO O| Jul 01 21:22:26.923 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-07-01T21:22:28.151Z[ host-image] Jul 01 21:22:26.931 INFO O| Jul 01 21:22:26.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102652026-07-01T21:22:28.151Z[ host-image] Jul 01 21:22:26.931 INFO O| Jul 01 21:22:26.931 INFO copying /tmp/.tmp2RboQj/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 ...
102662026-07-01T21:22:28.155Z[ host-image] Jul 01 21:22:26.931 INFO O| Jul 01 21:22:26.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102672026-07-01T21:22:28.155Z[ host-image] Jul 01 21:22:26.931 INFO O| Jul 01 21:22:26.931 INFO ok!
102682026-07-01T21:22:28.155Z[ host-image] Jul 01 21:22:26.931 INFO O| Jul 01 21:22:26.931 INFO STEP 86 (ensure_file) COMPLETE
102692026-07-01T21:22:28.155Z[ host-image] Jul 01 21:22:26.931 INFO O| Jul 01 21:22:26.931 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-07-01T21:22:28.158Z[ host-image] Jul 01 21:22:26.938 INFO O| Jul 01 21:22:26.938 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102712026-07-01T21:22:28.158Z[ host-image] Jul 01 21:22:26.938 INFO O| Jul 01 21:22:26.938 INFO copying /tmp/.tmp2RboQj/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 ...
102722026-07-01T21:22:28.158Z[ host-image] Jul 01 21:22:26.938 INFO O| Jul 01 21:22:26.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102732026-07-01T21:22:28.159Z[ host-image] Jul 01 21:22:26.938 INFO O| Jul 01 21:22:26.938 INFO ok!
102742026-07-01T21:22:28.159Z[ host-image] Jul 01 21:22:26.938 INFO O| Jul 01 21:22:26.938 INFO STEP 87 (ensure_file) COMPLETE
102752026-07-01T21:22:28.159Z[ host-image] Jul 01 21:22:26.938 INFO O| Jul 01 21:22:26.938 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-07-01T21:22:28.163Z[ host-image] Jul 01 21:22:26.944 INFO O| Jul 01 21:22:26.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102772026-07-01T21:22:28.163Z[ host-image] Jul 01 21:22:26.944 INFO O| Jul 01 21:22:26.944 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102782026-07-01T21:22:28.166Z[ host-image] Jul 01 21:22:26.944 INFO O| Jul 01 21:22:26.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102792026-07-01T21:22:28.166Z[ host-image] Jul 01 21:22:26.944 INFO O| Jul 01 21:22:26.944 INFO ok!
102802026-07-01T21:22:28.166Z[ host-image] Jul 01 21:22:26.944 INFO O| Jul 01 21:22:26.944 INFO STEP 88 (ensure_file) COMPLETE
102812026-07-01T21:22:28.166Z[ host-image] Jul 01 21:22:26.944 INFO O| Jul 01 21:22:26.944 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-07-01T21:22:28.172Z[ host-image] Jul 01 21:22:26.951 INFO O| Jul 01 21:22:26.951 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102832026-07-01T21:22:28.172Z[ host-image] Jul 01 21:22:26.952 INFO O| Jul 01 21:22:26.951 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102842026-07-01T21:22:28.175Z[ host-image] Jul 01 21:22:26.952 INFO O| Jul 01 21:22:26.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102852026-07-01T21:22:28.175Z[ host-image] Jul 01 21:22:26.952 INFO O| Jul 01 21:22:26.952 INFO ok!
102862026-07-01T21:22:28.175Z[ host-image] Jul 01 21:22:26.952 INFO O| Jul 01 21:22:26.952 INFO STEP 89 (ensure_file) COMPLETE
102872026-07-01T21:22:28.175Z[ host-image] Jul 01 21:22:26.952 INFO O| Jul 01 21:22:26.952 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-07-01T21:22:28.179Z[ host-image] Jul 01 21:22:26.959 INFO O| Jul 01 21:22:26.959 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102892026-07-01T21:22:28.179Z[ host-image] Jul 01 21:22:26.959 INFO O| Jul 01 21:22:26.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102902026-07-01T21:22:28.179Z[ host-image] Jul 01 21:22:26.959 INFO O| Jul 01 21:22:26.959 INFO STEP 90 (ensure_dir) COMPLETE
102912026-07-01T21:22:28.179Z[ host-image] Jul 01 21:22:26.959 INFO O| Jul 01 21:22:26.959 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-07-01T21:22:28.186Z[ host-image] Jul 01 21:22:26.965 INFO O| Jul 01 21:22:26.965 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102932026-07-01T21:22:28.186Z[ host-image] Jul 01 21:22:26.965 INFO O| Jul 01 21:22:26.965 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102942026-07-01T21:22:28.190Z[ host-image] Jul 01 21:22:26.969 INFO O| Jul 01 21:22:26.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102952026-07-01T21:22:28.191Z[ host-image] Jul 01 21:22:26.969 INFO O| Jul 01 21:22:26.969 INFO ok!
102962026-07-01T21:22:28.191Z[ host-image] Jul 01 21:22:26.969 INFO O| Jul 01 21:22:26.969 INFO STEP 91 (ensure_file) COMPLETE
102972026-07-01T21:22:28.192Z[ host-image] Jul 01 21:22:26.969 INFO O| Jul 01 21:22:26.969 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-07-01T21:22:28.259Z[ host-image] Jul 01 21:22:26.976 INFO O| Jul 01 21:22:26.976 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102992026-07-01T21:22:28.260Z[ host-image] Jul 01 21:22:26.976 INFO O| Jul 01 21:22:26.976 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103002026-07-01T21:22:28.260Z[ host-image] Jul 01 21:22:26.976 INFO O| Jul 01 21:22:26.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103012026-07-01T21:22:28.260Z[ host-image] Jul 01 21:22:26.976 INFO O| Jul 01 21:22:26.976 INFO ok!
103022026-07-01T21:22:28.260Z[ host-image] Jul 01 21:22:26.976 INFO O| Jul 01 21:22:26.976 INFO STEP 92 (ensure_file) COMPLETE
103032026-07-01T21:22:28.260Z[ host-image] Jul 01 21:22:26.976 INFO O| Jul 01 21:22:26.976 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-07-01T21:22:28.260Z[ host-image] Jul 01 21:22:26.983 INFO O| Jul 01 21:22:26.983 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103052026-07-01T21:22:28.260Z[ host-image] Jul 01 21:22:26.983 INFO O| Jul 01 21:22:26.983 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103062026-07-01T21:22:28.453Z[ host-image] Jul 01 21:22:27.233 INFO O| Jul 01 21:22:27.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103072026-07-01T21:22:28.453Z[ host-image] Jul 01 21:22:27.233 INFO O| Jul 01 21:22:27.233 INFO ok!
103082026-07-01T21:22:28.453Z[ host-image] Jul 01 21:22:27.233 INFO O| Jul 01 21:22:27.233 INFO STEP 93 (ensure_file) COMPLETE
103092026-07-01T21:22:28.457Z[ host-image] Jul 01 21:22:27.233 INFO O| Jul 01 21:22:27.233 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-07-01T21:22:28.461Z[ host-image] Jul 01 21:22:27.242 INFO O| Jul 01 21:22:27.242 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103112026-07-01T21:22:28.465Z[ host-image] Jul 01 21:22:27.242 INFO O| Jul 01 21:22:27.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103122026-07-01T21:22:28.465Z[ host-image] Jul 01 21:22:27.242 INFO O| Jul 01 21:22:27.242 INFO STEP 94 (ensure_dir) COMPLETE
103132026-07-01T21:22:28.465Z[ host-image] Jul 01 21:22:27.242 INFO O| Jul 01 21:22:27.242 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-07-01T21:22:28.469Z[ host-image] Jul 01 21:22:27.250 INFO O| Jul 01 21:22:27.250 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103152026-07-01T21:22:28.472Z[ host-image] Jul 01 21:22:27.250 INFO O| Jul 01 21:22:27.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103162026-07-01T21:22:28.472Z[ host-image] Jul 01 21:22:27.250 INFO O| Jul 01 21:22:27.250 INFO STEP 95 (ensure_dir) COMPLETE
103172026-07-01T21:22:28.473Z[ host-image] Jul 01 21:22:27.250 INFO O| Jul 01 21:22:27.250 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-07-01T21:22:28.476Z[ host-image] Jul 01 21:22:27.256 INFO O| Jul 01 21:22:27.256 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103192026-07-01T21:22:28.476Z[ host-image] Jul 01 21:22:27.256 INFO O| Jul 01 21:22:27.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103202026-07-01T21:22:28.476Z[ host-image] Jul 01 21:22:27.256 INFO O| Jul 01 21:22:27.256 INFO STEP 96 (ensure_dir) COMPLETE
103212026-07-01T21:22:28.476Z[ host-image] Jul 01 21:22:27.256 INFO O| Jul 01 21:22:27.256 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-07-01T21:22:28.482Z[ host-image] Jul 01 21:22:27.263 INFO O| Jul 01 21:22:27.263 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103232026-07-01T21:22:28.485Z[ host-image] Jul 01 21:22:27.263 INFO O| Jul 01 21:22:27.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103242026-07-01T21:22:28.485Z[ host-image] Jul 01 21:22:27.263 INFO O| Jul 01 21:22:27.263 INFO STEP 97 (ensure_dir) COMPLETE
103252026-07-01T21:22:28.486Z[ host-image] Jul 01 21:22:27.263 INFO O| Jul 01 21:22:27.263 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-07-01T21:22:28.489Z[ host-image] Jul 01 21:22:27.269 INFO O| Jul 01 21:22:27.269 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103272026-07-01T21:22:28.489Z[ host-image] Jul 01 21:22:27.269 INFO O| Jul 01 21:22:27.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103282026-07-01T21:22:28.489Z[ host-image] Jul 01 21:22:27.269 INFO O| Jul 01 21:22:27.269 INFO STEP 98 (ensure_dir) COMPLETE
103292026-07-01T21:22:28.489Z[ host-image] Jul 01 21:22:27.269 INFO O| Jul 01 21:22:27.269 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-07-01T21:22:28.494Z[ host-image] Jul 01 21:22:27.275 INFO O| Jul 01 21:22:27.275 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103312026-07-01T21:22:28.494Z[ host-image] Jul 01 21:22:27.275 INFO O| Jul 01 21:22:27.275 INFO copying /tmp/.tmp2RboQj/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 ...
103322026-07-01T21:22:28.494Z[ host-image] Jul 01 21:22:27.275 INFO O| Jul 01 21:22:27.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103332026-07-01T21:22:28.497Z[ host-image] Jul 01 21:22:27.275 INFO O| Jul 01 21:22:27.275 INFO ok!
103342026-07-01T21:22:28.497Z[ host-image] Jul 01 21:22:27.275 INFO O| Jul 01 21:22:27.275 INFO STEP 99 (ensure_file) COMPLETE
103352026-07-01T21:22:28.498Z[ host-image] Jul 01 21:22:27.275 INFO O| Jul 01 21:22:27.275 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-07-01T21:22:28.501Z[ host-image] Jul 01 21:22:27.280 INFO O| Jul 01 21:22:27.280 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103372026-07-01T21:22:28.501Z[ host-image] Jul 01 21:22:27.280 INFO O| Jul 01 21:22:27.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103382026-07-01T21:22:28.501Z[ host-image] Jul 01 21:22:27.280 INFO O| Jul 01 21:22:27.280 INFO STEP 100 (ensure_dir) COMPLETE
103392026-07-01T21:22:28.501Z[ host-image] Jul 01 21:22:27.280 INFO O| Jul 01 21:22:27.280 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-07-01T21:22:28.506Z[ host-image] Jul 01 21:22:27.286 INFO O| Jul 01 21:22:27.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103412026-07-01T21:22:28.506Z[ host-image] Jul 01 21:22:27.286 INFO O| Jul 01 21:22:27.286 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103422026-07-01T21:22:28.777Z[ host-image] Jul 01 21:22:27.558 INFO O| Jul 01 21:22:27.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103432026-07-01T21:22:28.781Z[ host-image] Jul 01 21:22:27.558 INFO O| Jul 01 21:22:27.558 INFO ok!
103442026-07-01T21:22:28.781Z[ host-image] Jul 01 21:22:27.558 INFO O| Jul 01 21:22:27.558 INFO STEP 101 (ensure_file) COMPLETE
103452026-07-01T21:22:28.781Z[ host-image] Jul 01 21:22:27.558 INFO O| Jul 01 21:22:27.558 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-07-01T21:22:28.785Z[ host-image] Jul 01 21:22:27.566 INFO O| Jul 01 21:22:27.566 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103472026-07-01T21:22:28.785Z[ host-image] Jul 01 21:22:27.566 INFO O| Jul 01 21:22:27.566 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103482026-07-01T21:22:28.788Z[ host-image] Jul 01 21:22:27.566 INFO O| Jul 01 21:22:27.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103492026-07-01T21:22:28.789Z[ host-image] Jul 01 21:22:27.566 INFO O| Jul 01 21:22:27.566 INFO ok!
103502026-07-01T21:22:28.789Z[ host-image] Jul 01 21:22:27.566 INFO O| Jul 01 21:22:27.566 INFO STEP 102 (ensure_file) COMPLETE
103512026-07-01T21:22:28.789Z[ host-image] Jul 01 21:22:27.566 INFO O| Jul 01 21:22:27.566 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-07-01T21:22:28.792Z[ host-image] Jul 01 21:22:27.572 INFO O| Jul 01 21:22:27.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103532026-07-01T21:22:28.792Z[ host-image] Jul 01 21:22:27.572 INFO O| Jul 01 21:22:27.572 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103542026-07-01T21:22:29.011Z[ host-image] Jul 01 21:22:27.792 INFO O| Jul 01 21:22:27.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103552026-07-01T21:22:29.011Z[ host-image] Jul 01 21:22:27.792 INFO O| Jul 01 21:22:27.792 INFO ok!
103562026-07-01T21:22:29.011Z[ host-image] Jul 01 21:22:27.792 INFO O| Jul 01 21:22:27.792 INFO STEP 103 (ensure_file) COMPLETE
103572026-07-01T21:22:29.015Z[ host-image] Jul 01 21:22:27.792 INFO O| Jul 01 21:22:27.792 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-07-01T21:22:29.018Z[ host-image] Jul 01 21:22:27.800 INFO O| Jul 01 21:22:27.800 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103592026-07-01T21:22:29.023Z[ host-image] Jul 01 21:22:27.800 INFO O| Jul 01 21:22:27.800 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103602026-07-01T21:22:29.023Z[ host-image] Jul 01 21:22:27.800 INFO O| Jul 01 21:22:27.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103612026-07-01T21:22:29.023Z[ host-image] Jul 01 21:22:27.800 INFO O| Jul 01 21:22:27.800 INFO ok!
103622026-07-01T21:22:29.023Z[ host-image] Jul 01 21:22:27.800 INFO O| Jul 01 21:22:27.800 INFO STEP 104 (ensure_file) COMPLETE
103632026-07-01T21:22:29.023Z[ host-image] Jul 01 21:22:27.800 INFO O| Jul 01 21:22:27.800 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-07-01T21:22:29.025Z[ host-image] Jul 01 21:22:27.806 INFO O| Jul 01 21:22:27.806 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103652026-07-01T21:22:29.025Z[ host-image] Jul 01 21:22:27.806 INFO O| Jul 01 21:22:27.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103662026-07-01T21:22:29.026Z[ host-image] Jul 01 21:22:27.806 INFO O| Jul 01 21:22:27.806 INFO STEP 105 (ensure_dir) COMPLETE
103672026-07-01T21:22:29.026Z[ host-image] Jul 01 21:22:27.806 INFO O| Jul 01 21:22:27.806 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-07-01T21:22:29.032Z[ host-image] Jul 01 21:22:27.813 INFO O| Jul 01 21:22:27.813 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103692026-07-01T21:22:29.032Z[ host-image] Jul 01 21:22:27.813 INFO O| Jul 01 21:22:27.813 INFO copying /tmp/.tmp2RboQj/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 ...
103702026-07-01T21:22:29.046Z[ host-image] Jul 01 21:22:27.827 INFO O| Jul 01 21:22:27.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103712026-07-01T21:22:29.046Z[ host-image] Jul 01 21:22:27.827 INFO O| Jul 01 21:22:27.827 INFO ok!
103722026-07-01T21:22:29.049Z[ host-image] Jul 01 21:22:27.827 INFO O| Jul 01 21:22:27.827 INFO STEP 106 (ensure_file) COMPLETE
103732026-07-01T21:22:29.049Z[ host-image] Jul 01 21:22:27.827 INFO O| Jul 01 21:22:27.827 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-07-01T21:22:29.053Z[ host-image] Jul 01 21:22:27.835 INFO O| Jul 01 21:22:27.835 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103752026-07-01T21:22:29.053Z[ host-image] Jul 01 21:22:27.835 INFO O| Jul 01 21:22:27.835 INFO copying /tmp/.tmp2RboQj/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 ...
103762026-07-01T21:22:29.056Z[ host-image] Jul 01 21:22:27.835 INFO O| Jul 01 21:22:27.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103772026-07-01T21:22:29.056Z[ host-image] Jul 01 21:22:27.835 INFO O| Jul 01 21:22:27.835 INFO ok!
103782026-07-01T21:22:29.056Z[ host-image] Jul 01 21:22:27.835 INFO O| Jul 01 21:22:27.835 INFO STEP 107 (ensure_file) COMPLETE
103792026-07-01T21:22:29.056Z[ host-image] Jul 01 21:22:27.835 INFO O| Jul 01 21:22:27.835 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-07-01T21:22:29.059Z[ host-image] Jul 01 21:22:27.840 INFO O| Jul 01 21:22:27.840 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103812026-07-01T21:22:29.059Z[ host-image] Jul 01 21:22:27.840 INFO O| Jul 01 21:22:27.840 INFO copying /tmp/.tmp2RboQj/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 ...
103822026-07-01T21:22:29.059Z[ host-image] Jul 01 21:22:27.840 INFO O| Jul 01 21:22:27.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103832026-07-01T21:22:29.059Z[ host-image] Jul 01 21:22:27.840 INFO O| Jul 01 21:22:27.840 INFO ok!
103842026-07-01T21:22:29.059Z[ host-image] Jul 01 21:22:27.840 INFO O| Jul 01 21:22:27.840 INFO STEP 108 (ensure_file) COMPLETE
103852026-07-01T21:22:29.059Z[ host-image] Jul 01 21:22:27.840 INFO O| Jul 01 21:22:27.840 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-07-01T21:22:29.065Z[ host-image] Jul 01 21:22:27.846 INFO O| Jul 01 21:22:27.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103872026-07-01T21:22:29.065Z[ host-image] Jul 01 21:22:27.846 INFO O| Jul 01 21:22:27.846 INFO copying /tmp/.tmp2RboQj/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 ...
103882026-07-01T21:22:29.078Z[ host-image] Jul 01 21:22:27.846 INFO O| Jul 01 21:22:27.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103892026-07-01T21:22:29.078Z[ host-image] Jul 01 21:22:27.846 INFO O| Jul 01 21:22:27.846 INFO ok!
103902026-07-01T21:22:29.078Z[ host-image] Jul 01 21:22:27.846 INFO O| Jul 01 21:22:27.846 INFO STEP 109 (ensure_file) COMPLETE
103912026-07-01T21:22:29.078Z[ host-image] Jul 01 21:22:27.846 INFO O| Jul 01 21:22:27.846 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-07-01T21:22:29.081Z[ host-image] Jul 01 21:22:27.851 INFO O| Jul 01 21:22:27.851 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103932026-07-01T21:22:29.081Z[ host-image] Jul 01 21:22:27.851 INFO O| Jul 01 21:22:27.851 INFO copying /tmp/.tmp2RboQj/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 ...
103942026-07-01T21:22:29.081Z[ host-image] Jul 01 21:22:27.851 INFO O| Jul 01 21:22:27.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103952026-07-01T21:22:29.081Z[ host-image] Jul 01 21:22:27.851 INFO O| Jul 01 21:22:27.851 INFO ok!
103962026-07-01T21:22:29.081Z[ host-image] Jul 01 21:22:27.851 INFO O| Jul 01 21:22:27.851 INFO STEP 110 (ensure_file) COMPLETE
103972026-07-01T21:22:29.081Z[ host-image] Jul 01 21:22:27.851 INFO O| Jul 01 21:22:27.851 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-07-01T21:22:29.081Z[ host-image] Jul 01 21:22:27.859 INFO O| Jul 01 21:22:27.859 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103992026-07-01T21:22:29.081Z[ host-image] Jul 01 21:22:27.859 INFO O| Jul 01 21:22:27.859 INFO copying /tmp/.tmp2RboQj/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 ...
104002026-07-01T21:22:29.081Z[ host-image] Jul 01 21:22:27.859 INFO O| Jul 01 21:22:27.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104012026-07-01T21:22:29.082Z[ host-image] Jul 01 21:22:27.859 INFO O| Jul 01 21:22:27.859 INFO ok!
104022026-07-01T21:22:29.082Z[ host-image] Jul 01 21:22:27.859 INFO O| Jul 01 21:22:27.859 INFO STEP 111 (ensure_file) COMPLETE
104032026-07-01T21:22:29.082Z[ host-image] Jul 01 21:22:27.859 INFO O| Jul 01 21:22:27.859 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-07-01T21:22:29.085Z[ host-image] Jul 01 21:22:27.866 INFO O| Jul 01 21:22:27.866 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104052026-07-01T21:22:29.086Z[ host-image] Jul 01 21:22:27.866 INFO O| Jul 01 21:22:27.866 INFO copying /tmp/.tmp2RboQj/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 ...
104062026-07-01T21:22:29.086Z[ host-image] Jul 01 21:22:27.867 INFO O| Jul 01 21:22:27.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104072026-07-01T21:22:29.086Z[ host-image] Jul 01 21:22:27.867 INFO O| Jul 01 21:22:27.867 INFO ok!
104082026-07-01T21:22:29.086Z[ host-image] Jul 01 21:22:27.867 INFO O| Jul 01 21:22:27.867 INFO STEP 112 (ensure_file) COMPLETE
104092026-07-01T21:22:29.086Z[ host-image] Jul 01 21:22:27.867 INFO O| Jul 01 21:22:27.867 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-07-01T21:22:29.091Z[ host-image] Jul 01 21:22:27.872 INFO O| Jul 01 21:22:27.872 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104112026-07-01T21:22:29.094Z[ host-image] Jul 01 21:22:27.872 INFO O| Jul 01 21:22:27.872 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104122026-07-01T21:22:29.094Z[ host-image] Jul 01 21:22:27.872 INFO O| Jul 01 21:22:27.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104132026-07-01T21:22:29.094Z[ host-image] Jul 01 21:22:27.872 INFO O| Jul 01 21:22:27.872 INFO ok!
104142026-07-01T21:22:29.094Z[ host-image] Jul 01 21:22:27.872 INFO O| Jul 01 21:22:27.872 INFO STEP 113 (ensure_file) COMPLETE
104152026-07-01T21:22:29.094Z[ host-image] Jul 01 21:22:27.872 INFO O| Jul 01 21:22:27.872 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-07-01T21:22:29.098Z[ host-image] Jul 01 21:22:27.878 INFO O| Jul 01 21:22:27.878 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104172026-07-01T21:22:29.098Z[ host-image] Jul 01 21:22:27.878 INFO O| Jul 01 21:22:27.878 INFO copying /tmp/.tmp2RboQj/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 ...
104182026-07-01T21:22:29.098Z[ host-image] Jul 01 21:22:27.878 INFO O| Jul 01 21:22:27.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104192026-07-01T21:22:29.098Z[ host-image] Jul 01 21:22:27.878 INFO O| Jul 01 21:22:27.878 INFO ok!
104202026-07-01T21:22:29.098Z[ host-image] Jul 01 21:22:27.878 INFO O| Jul 01 21:22:27.878 INFO STEP 114 (ensure_file) COMPLETE
104212026-07-01T21:22:29.098Z[ host-image] Jul 01 21:22:27.878 INFO O| Jul 01 21:22:27.878 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-07-01T21:22:29.102Z[ host-image] Jul 01 21:22:27.883 INFO O| Jul 01 21:22:27.883 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104232026-07-01T21:22:29.102Z[ host-image] Jul 01 21:22:27.883 INFO O| Jul 01 21:22:27.883 INFO copying /tmp/.tmp2RboQj/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 ...
104242026-07-01T21:22:29.105Z[ host-image] Jul 01 21:22:27.883 INFO O| Jul 01 21:22:27.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104252026-07-01T21:22:29.105Z[ host-image] Jul 01 21:22:27.883 INFO O| Jul 01 21:22:27.883 INFO ok!
104262026-07-01T21:22:29.105Z[ host-image] Jul 01 21:22:27.883 INFO O| Jul 01 21:22:27.883 INFO STEP 115 (ensure_file) COMPLETE
104272026-07-01T21:22:29.105Z[ host-image] Jul 01 21:22:27.883 INFO O| Jul 01 21:22:27.883 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-07-01T21:22:29.110Z[ host-image] Jul 01 21:22:27.891 INFO O| Jul 01 21:22:27.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104292026-07-01T21:22:29.110Z[ host-image] Jul 01 21:22:27.891 INFO O| Jul 01 21:22:27.891 INFO copying /tmp/.tmp2RboQj/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 ...
104302026-07-01T21:22:29.111Z[ host-image] Jul 01 21:22:27.891 INFO O| Jul 01 21:22:27.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104312026-07-01T21:22:29.111Z[ host-image] Jul 01 21:22:27.891 INFO O| Jul 01 21:22:27.891 INFO ok!
104322026-07-01T21:22:29.115Z[ host-image] Jul 01 21:22:27.891 INFO O| Jul 01 21:22:27.891 INFO STEP 116 (ensure_file) COMPLETE
104332026-07-01T21:22:29.115Z[ host-image] Jul 01 21:22:27.891 INFO O| Jul 01 21:22:27.891 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-07-01T21:22:29.117Z[ host-image] Jul 01 21:22:27.897 INFO O| Jul 01 21:22:27.897 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104352026-07-01T21:22:29.117Z[ host-image] Jul 01 21:22:27.897 INFO O| Jul 01 21:22:27.897 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104362026-07-01T21:22:29.117Z[ host-image] Jul 01 21:22:27.897 INFO O| Jul 01 21:22:27.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104372026-07-01T21:22:29.117Z[ host-image] Jul 01 21:22:27.897 INFO O| Jul 01 21:22:27.897 INFO ok!
104382026-07-01T21:22:29.117Z[ host-image] Jul 01 21:22:27.897 INFO O| Jul 01 21:22:27.897 INFO STEP 117 (ensure_file) COMPLETE
104392026-07-01T21:22:29.117Z[ host-image] Jul 01 21:22:27.897 INFO O| Jul 01 21:22:27.897 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-07-01T21:22:29.122Z[ host-image] Jul 01 21:22:27.903 INFO O| Jul 01 21:22:27.903 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104412026-07-01T21:22:29.122Z[ host-image] Jul 01 21:22:27.903 INFO O| Jul 01 21:22:27.903 INFO copying /tmp/.tmp2RboQj/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 ...
104422026-07-01T21:22:29.124Z[ host-image] Jul 01 21:22:27.903 INFO O| Jul 01 21:22:27.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104432026-07-01T21:22:29.124Z[ host-image] Jul 01 21:22:27.903 INFO O| Jul 01 21:22:27.903 INFO ok!
104442026-07-01T21:22:29.125Z[ host-image] Jul 01 21:22:27.903 INFO O| Jul 01 21:22:27.903 INFO STEP 118 (ensure_file) COMPLETE
104452026-07-01T21:22:29.125Z[ host-image] Jul 01 21:22:27.903 INFO O| Jul 01 21:22:27.903 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-07-01T21:22:29.128Z[ host-image] Jul 01 21:22:27.909 INFO O| Jul 01 21:22:27.909 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104472026-07-01T21:22:29.128Z[ host-image] Jul 01 21:22:27.909 INFO O| Jul 01 21:22:27.909 INFO copying /tmp/.tmp2RboQj/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 ...
104482026-07-01T21:22:29.130Z[ host-image] Jul 01 21:22:27.909 INFO O| Jul 01 21:22:27.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104492026-07-01T21:22:29.130Z[ host-image] Jul 01 21:22:27.909 INFO O| Jul 01 21:22:27.909 INFO ok!
104502026-07-01T21:22:29.131Z[ host-image] Jul 01 21:22:27.909 INFO O| Jul 01 21:22:27.909 INFO STEP 119 (ensure_file) COMPLETE
104512026-07-01T21:22:29.131Z[ host-image] Jul 01 21:22:27.909 INFO O| Jul 01 21:22:27.909 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-07-01T21:22:29.135Z[ host-image] Jul 01 21:22:27.915 INFO O| Jul 01 21:22:27.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104532026-07-01T21:22:29.135Z[ host-image] Jul 01 21:22:27.915 INFO O| Jul 01 21:22:27.915 INFO copying /tmp/.tmp2RboQj/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 ...
104542026-07-01T21:22:29.138Z[ host-image] Jul 01 21:22:27.915 INFO O| Jul 01 21:22:27.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104552026-07-01T21:22:29.138Z[ host-image] Jul 01 21:22:27.915 INFO O| Jul 01 21:22:27.915 INFO ok!
104562026-07-01T21:22:29.138Z[ host-image] Jul 01 21:22:27.915 INFO O| Jul 01 21:22:27.915 INFO STEP 120 (ensure_file) COMPLETE
104572026-07-01T21:22:29.138Z[ host-image] Jul 01 21:22:27.915 INFO O| Jul 01 21:22:27.915 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-07-01T21:22:29.141Z[ host-image] Jul 01 21:22:27.921 INFO O| Jul 01 21:22:27.921 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104592026-07-01T21:22:29.141Z[ host-image] Jul 01 21:22:27.921 INFO O| Jul 01 21:22:27.921 INFO copying /tmp/.tmp2RboQj/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 ...
104602026-07-01T21:22:29.142Z[ host-image] Jul 01 21:22:27.921 INFO O| Jul 01 21:22:27.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104612026-07-01T21:22:29.142Z[ host-image] Jul 01 21:22:27.921 INFO O| Jul 01 21:22:27.921 INFO ok!
104622026-07-01T21:22:29.142Z[ host-image] Jul 01 21:22:27.921 INFO O| Jul 01 21:22:27.921 INFO STEP 121 (ensure_file) COMPLETE
104632026-07-01T21:22:29.142Z[ host-image] Jul 01 21:22:27.921 INFO O| Jul 01 21:22:27.921 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-07-01T21:22:29.146Z[ host-image] Jul 01 21:22:27.927 INFO O| Jul 01 21:22:27.927 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104652026-07-01T21:22:29.149Z[ host-image] Jul 01 21:22:27.928 INFO O| Jul 01 21:22:27.927 INFO copying /tmp/.tmp2RboQj/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 ...
104662026-07-01T21:22:29.149Z[ host-image] Jul 01 21:22:27.928 INFO O| Jul 01 21:22:27.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104672026-07-01T21:22:29.149Z[ host-image] Jul 01 21:22:27.928 INFO O| Jul 01 21:22:27.928 INFO ok!
104682026-07-01T21:22:29.149Z[ host-image] Jul 01 21:22:27.928 INFO O| Jul 01 21:22:27.928 INFO STEP 122 (ensure_file) COMPLETE
104692026-07-01T21:22:29.149Z[ host-image] Jul 01 21:22:27.928 INFO O| Jul 01 21:22:27.928 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-07-01T21:22:29.153Z[ host-image] Jul 01 21:22:27.935 INFO O| Jul 01 21:22:27.934 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104712026-07-01T21:22:29.153Z[ host-image] Jul 01 21:22:27.935 INFO O| Jul 01 21:22:27.934 INFO copying /tmp/.tmp2RboQj/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 ...
104722026-07-01T21:22:29.156Z[ host-image] Jul 01 21:22:27.935 INFO O| Jul 01 21:22:27.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104732026-07-01T21:22:29.156Z[ host-image] Jul 01 21:22:27.935 INFO O| Jul 01 21:22:27.935 INFO ok!
104742026-07-01T21:22:29.156Z[ host-image] Jul 01 21:22:27.935 INFO O| Jul 01 21:22:27.935 INFO STEP 123 (ensure_file) COMPLETE
104752026-07-01T21:22:29.157Z[ host-image] Jul 01 21:22:27.935 INFO O| Jul 01 21:22:27.935 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-07-01T21:22:29.160Z[ host-image] Jul 01 21:22:27.941 INFO O| Jul 01 21:22:27.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104772026-07-01T21:22:29.160Z[ host-image] Jul 01 21:22:27.941 INFO O| Jul 01 21:22:27.941 INFO copying /tmp/.tmp2RboQj/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 ...
104782026-07-01T21:22:29.160Z[ host-image] Jul 01 21:22:27.941 INFO O| Jul 01 21:22:27.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104792026-07-01T21:22:29.160Z[ host-image] Jul 01 21:22:27.941 INFO O| Jul 01 21:22:27.941 INFO ok!
104802026-07-01T21:22:29.160Z[ host-image] Jul 01 21:22:27.941 INFO O| Jul 01 21:22:27.941 INFO STEP 124 (ensure_file) COMPLETE
104812026-07-01T21:22:29.160Z[ host-image] Jul 01 21:22:27.941 INFO O| Jul 01 21:22:27.941 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-07-01T21:22:29.166Z[ host-image] Jul 01 21:22:27.947 INFO O| Jul 01 21:22:27.947 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104832026-07-01T21:22:29.170Z[ host-image] Jul 01 21:22:27.947 INFO O| Jul 01 21:22:27.947 INFO copying /tmp/.tmp2RboQj/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 ...
104842026-07-01T21:22:29.171Z[ host-image] Jul 01 21:22:27.947 INFO O| Jul 01 21:22:27.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104852026-07-01T21:22:29.171Z[ host-image] Jul 01 21:22:27.947 INFO O| Jul 01 21:22:27.947 INFO ok!
104862026-07-01T21:22:29.171Z[ host-image] Jul 01 21:22:27.947 INFO O| Jul 01 21:22:27.947 INFO STEP 125 (ensure_file) COMPLETE
104872026-07-01T21:22:29.171Z[ host-image] Jul 01 21:22:27.947 INFO O| Jul 01 21:22:27.947 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-07-01T21:22:29.174Z[ host-image] Jul 01 21:22:27.953 INFO O| Jul 01 21:22:27.953 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104892026-07-01T21:22:29.174Z[ host-image] Jul 01 21:22:27.953 INFO O| Jul 01 21:22:27.953 INFO copying /tmp/.tmp2RboQj/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 ...
104902026-07-01T21:22:29.174Z[ host-image] Jul 01 21:22:27.953 INFO O| Jul 01 21:22:27.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104912026-07-01T21:22:29.174Z[ host-image] Jul 01 21:22:27.953 INFO O| Jul 01 21:22:27.953 INFO ok!
104922026-07-01T21:22:29.174Z[ host-image] Jul 01 21:22:27.953 INFO O| Jul 01 21:22:27.953 INFO STEP 126 (ensure_file) COMPLETE
104932026-07-01T21:22:29.174Z[ host-image] Jul 01 21:22:27.953 INFO O| Jul 01 21:22:27.953 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-07-01T21:22:29.180Z[ host-image] Jul 01 21:22:27.960 INFO O| Jul 01 21:22:27.960 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104952026-07-01T21:22:29.183Z[ host-image] Jul 01 21:22:27.960 INFO O| Jul 01 21:22:27.960 INFO copying /tmp/.tmp2RboQj/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 ...
104962026-07-01T21:22:29.184Z[ host-image] Jul 01 21:22:27.960 INFO O| Jul 01 21:22:27.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104972026-07-01T21:22:29.184Z[ host-image] Jul 01 21:22:27.960 INFO O| Jul 01 21:22:27.960 INFO ok!
104982026-07-01T21:22:29.184Z[ host-image] Jul 01 21:22:27.960 INFO O| Jul 01 21:22:27.960 INFO STEP 127 (ensure_file) COMPLETE
104992026-07-01T21:22:29.184Z[ host-image] Jul 01 21:22:27.960 INFO O| Jul 01 21:22:27.960 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-07-01T21:22:29.187Z[ host-image] Jul 01 21:22:27.967 INFO O| Jul 01 21:22:27.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105012026-07-01T21:22:29.187Z[ host-image] Jul 01 21:22:27.967 INFO O| Jul 01 21:22:27.967 INFO copying /tmp/.tmp2RboQj/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 ...
105022026-07-01T21:22:29.187Z[ host-image] Jul 01 21:22:27.967 INFO O| Jul 01 21:22:27.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105032026-07-01T21:22:29.188Z[ host-image] Jul 01 21:22:27.967 INFO O| Jul 01 21:22:27.967 INFO ok!
105042026-07-01T21:22:29.188Z[ host-image] Jul 01 21:22:27.967 INFO O| Jul 01 21:22:27.967 INFO STEP 128 (ensure_file) COMPLETE
105052026-07-01T21:22:29.188Z[ host-image] Jul 01 21:22:27.967 INFO O| Jul 01 21:22:27.967 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-07-01T21:22:29.193Z[ host-image] Jul 01 21:22:27.974 INFO O| Jul 01 21:22:27.974 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105072026-07-01T21:22:29.193Z[ host-image] Jul 01 21:22:27.974 INFO O| Jul 01 21:22:27.974 INFO copying /tmp/.tmp2RboQj/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 ...
105082026-07-01T21:22:29.197Z[ host-image] Jul 01 21:22:27.974 INFO O| Jul 01 21:22:27.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105092026-07-01T21:22:29.197Z[ host-image] Jul 01 21:22:27.974 INFO O| Jul 01 21:22:27.974 INFO ok!
105102026-07-01T21:22:29.197Z[ host-image] Jul 01 21:22:27.974 INFO O| Jul 01 21:22:27.974 INFO STEP 129 (ensure_file) COMPLETE
105112026-07-01T21:22:29.197Z[ host-image] Jul 01 21:22:27.975 INFO O| Jul 01 21:22:27.974 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-07-01T21:22:29.201Z[ host-image] Jul 01 21:22:27.981 INFO O| Jul 01 21:22:27.981 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105132026-07-01T21:22:29.201Z[ host-image] Jul 01 21:22:27.981 INFO O| Jul 01 21:22:27.981 INFO copying /tmp/.tmp2RboQj/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 ...
105142026-07-01T21:22:29.204Z[ host-image] Jul 01 21:22:27.981 INFO O| Jul 01 21:22:27.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105152026-07-01T21:22:29.204Z[ host-image] Jul 01 21:22:27.982 INFO O| Jul 01 21:22:27.981 INFO ok!
105162026-07-01T21:22:29.204Z[ host-image] Jul 01 21:22:27.982 INFO O| Jul 01 21:22:27.981 INFO STEP 130 (ensure_file) COMPLETE
105172026-07-01T21:22:29.204Z[ host-image] Jul 01 21:22:27.982 INFO O| Jul 01 21:22:27.982 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-07-01T21:22:29.209Z[ host-image] Jul 01 21:22:27.989 INFO O| Jul 01 21:22:27.989 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105192026-07-01T21:22:29.210Z[ host-image] Jul 01 21:22:27.989 INFO O| Jul 01 21:22:27.989 INFO copying /tmp/.tmp2RboQj/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 ...
105202026-07-01T21:22:29.210Z[ host-image] Jul 01 21:22:27.989 INFO O| Jul 01 21:22:27.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105212026-07-01T21:22:29.210Z[ host-image] Jul 01 21:22:27.989 INFO O| Jul 01 21:22:27.989 INFO ok!
105222026-07-01T21:22:29.215Z[ host-image] Jul 01 21:22:27.989 INFO O| Jul 01 21:22:27.989 INFO STEP 131 (ensure_file) COMPLETE
105232026-07-01T21:22:29.215Z[ host-image] Jul 01 21:22:27.989 INFO O| Jul 01 21:22:27.989 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-07-01T21:22:29.215Z[ recovery-image] Jul 01 21:22:27.992 INFO E| Compiling clap v4.6.1
105252026-07-01T21:22:29.220Z[ host-image] Jul 01 21:22:27.996 INFO O| Jul 01 21:22:27.996 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105262026-07-01T21:22:29.220Z[ host-image] Jul 01 21:22:27.996 INFO O| Jul 01 21:22:27.996 INFO copying /tmp/.tmp2RboQj/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 ...
105272026-07-01T21:22:29.220Z[ host-image] Jul 01 21:22:27.996 INFO O| Jul 01 21:22:27.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105282026-07-01T21:22:29.220Z[ host-image] Jul 01 21:22:27.996 INFO O| Jul 01 21:22:27.996 INFO ok!
105292026-07-01T21:22:29.220Z[ host-image] Jul 01 21:22:27.996 INFO O| Jul 01 21:22:27.996 INFO STEP 132 (ensure_file) COMPLETE
105302026-07-01T21:22:29.220Z[ host-image] Jul 01 21:22:27.996 INFO O| Jul 01 21:22:27.996 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-07-01T21:22:29.224Z[ host-image] Jul 01 21:22:28.002 INFO O| Jul 01 21:22:28.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105322026-07-01T21:22:29.224Z[ host-image] Jul 01 21:22:28.003 INFO O| Jul 01 21:22:28.002 INFO copying /tmp/.tmp2RboQj/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 ...
105332026-07-01T21:22:29.224Z[ host-image] Jul 01 21:22:28.003 INFO O| Jul 01 21:22:28.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105342026-07-01T21:22:29.225Z[ host-image] Jul 01 21:22:28.003 INFO O| Jul 01 21:22:28.003 INFO ok!
105352026-07-01T21:22:29.225Z[ host-image] Jul 01 21:22:28.003 INFO O| Jul 01 21:22:28.003 INFO STEP 133 (ensure_file) COMPLETE
105362026-07-01T21:22:29.225Z[ host-image] Jul 01 21:22:28.003 INFO O| Jul 01 21:22:28.003 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-07-01T21:22:29.229Z[ host-image] Jul 01 21:22:28.009 INFO O| Jul 01 21:22:28.009 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105382026-07-01T21:22:29.229Z[ host-image] Jul 01 21:22:28.009 INFO O| Jul 01 21:22:28.009 INFO copying /tmp/.tmp2RboQj/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 ...
105392026-07-01T21:22:29.229Z[ host-image] Jul 01 21:22:28.009 INFO O| Jul 01 21:22:28.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105402026-07-01T21:22:29.229Z[ host-image] Jul 01 21:22:28.009 INFO O| Jul 01 21:22:28.009 INFO ok!
105412026-07-01T21:22:29.229Z[ host-image] Jul 01 21:22:28.009 INFO O| Jul 01 21:22:28.009 INFO STEP 134 (ensure_file) COMPLETE
105422026-07-01T21:22:29.229Z[ host-image] Jul 01 21:22:28.009 INFO O| Jul 01 21:22:28.009 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-07-01T21:22:29.234Z[ host-image] Jul 01 21:22:28.015 INFO O| Jul 01 21:22:28.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105442026-07-01T21:22:29.234Z[ host-image] Jul 01 21:22:28.015 INFO O| Jul 01 21:22:28.015 INFO copying /tmp/.tmp2RboQj/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 ...
105452026-07-01T21:22:29.237Z[ host-image] Jul 01 21:22:28.015 INFO O| Jul 01 21:22:28.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105462026-07-01T21:22:29.237Z[ host-image] Jul 01 21:22:28.015 INFO O| Jul 01 21:22:28.015 INFO ok!
105472026-07-01T21:22:29.237Z[ host-image] Jul 01 21:22:28.015 INFO O| Jul 01 21:22:28.015 INFO STEP 135 (ensure_file) COMPLETE
105482026-07-01T21:22:29.237Z[ host-image] Jul 01 21:22:28.015 INFO O| Jul 01 21:22:28.015 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-07-01T21:22:29.241Z[ host-image] Jul 01 21:22:28.022 INFO O| Jul 01 21:22:28.022 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105502026-07-01T21:22:29.241Z[ host-image] Jul 01 21:22:28.022 INFO O| Jul 01 21:22:28.022 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105512026-07-01T21:22:29.241Z[ host-image] Jul 01 21:22:28.022 INFO O| Jul 01 21:22:28.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105522026-07-01T21:22:29.241Z[ host-image] Jul 01 21:22:28.022 INFO O| Jul 01 21:22:28.022 INFO ok!
105532026-07-01T21:22:29.241Z[ host-image] Jul 01 21:22:28.022 INFO O| Jul 01 21:22:28.022 INFO STEP 136 (ensure_file) COMPLETE
105542026-07-01T21:22:29.241Z[ host-image] Jul 01 21:22:28.022 INFO O| Jul 01 21:22:28.022 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105552026-07-01T21:22:29.248Z[ host-image] Jul 01 21:22:28.028 INFO O| Jul 01 21:22:28.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105562026-07-01T21:22:29.248Z[ host-image] Jul 01 21:22:28.028 INFO O| Jul 01 21:22:28.028 INFO copying /tmp/.tmp2RboQj/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 ...
105572026-07-01T21:22:29.251Z[ host-image] Jul 01 21:22:28.028 INFO O| Jul 01 21:22:28.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105582026-07-01T21:22:29.251Z[ host-image] Jul 01 21:22:28.028 INFO O| Jul 01 21:22:28.028 INFO ok!
105592026-07-01T21:22:29.251Z[ host-image] Jul 01 21:22:28.028 INFO O| Jul 01 21:22:28.028 INFO STEP 137 (ensure_file) COMPLETE
105602026-07-01T21:22:29.251Z[ host-image] Jul 01 21:22:28.028 INFO O| Jul 01 21:22:28.028 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-07-01T21:22:29.256Z[ host-image] Jul 01 21:22:28.036 INFO O| Jul 01 21:22:28.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105622026-07-01T21:22:29.256Z[ host-image] Jul 01 21:22:28.036 INFO O| Jul 01 21:22:28.036 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105632026-07-01T21:22:29.259Z[ host-image] Jul 01 21:22:28.036 INFO O| Jul 01 21:22:28.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105642026-07-01T21:22:29.259Z[ host-image] Jul 01 21:22:28.036 INFO O| Jul 01 21:22:28.036 INFO ok!
105652026-07-01T21:22:29.259Z[ host-image] Jul 01 21:22:28.036 INFO O| Jul 01 21:22:28.036 INFO STEP 138 (ensure_file) COMPLETE
105662026-07-01T21:22:29.259Z[ host-image] Jul 01 21:22:28.036 INFO O| Jul 01 21:22:28.036 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105672026-07-01T21:22:29.265Z[ host-image] Jul 01 21:22:28.046 INFO O| Jul 01 21:22:28.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105682026-07-01T21:22:29.265Z[ host-image] Jul 01 21:22:28.046 INFO O| Jul 01 21:22:28.046 INFO copying /tmp/.tmp2RboQj/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105692026-07-01T21:22:29.274Z[ recovery-image] Jul 01 21:22:28.055 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105702026-07-01T21:22:30.269Z[ recovery-image] Jul 01 21:22:29.049 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
105712026-07-01T21:22:30.274Z[ recovery-image] Jul 01 21:22:29.055 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105722026-07-01T21:22:30.543Z[ recovery-image] Jul 01 21:22:29.324 INFO E| Downloading crates ...
105732026-07-01T21:22:30.602Z[ recovery-image] Jul 01 21:22:29.383 INFO E| Downloaded bit_field v0.10.3
105742026-07-01T21:22:30.610Z[ recovery-image] Jul 01 21:22:29.391 INFO E| Downloaded log v0.4.32
105752026-07-01T21:22:30.617Z[ recovery-image] Jul 01 21:22:29.398 INFO E| Downloaded bitstruct_derive v0.1.0
105762026-07-01T21:22:30.620Z[ recovery-image] Jul 01 21:22:29.401 INFO E| Downloaded miniz_oxide v0.9.1
105772026-07-01T21:22:30.637Z[ recovery-image] Jul 01 21:22:29.417 INFO E| Downloaded goblin v0.10.7
105782026-07-01T21:22:30.641Z[ recovery-image] Jul 01 21:22:29.423 INFO E| Downloaded bitflags v2.13.0
105792026-07-01T21:22:30.660Z[ recovery-image] Jul 01 21:22:29.441 INFO E| Downloaded bitstruct v0.1.1
105802026-07-01T21:22:30.672Z[ recovery-image] Jul 01 21:22:29.453 INFO E| Downloaded cpio_reader v0.1.2
105812026-07-01T21:22:30.693Z[ recovery-image] Jul 01 21:22:29.474 INFO E| Downloaded raw-cpuid v10.7.0
105822026-07-01T21:22:30.783Z[ recovery-image] Jul 01 21:22:29.564 INFO E| Downloaded x86 v0.52.0
105832026-07-01T21:22:30.845Z[ recovery-image] Jul 01 21:22:29.626 INFO E| Updating crates.io index
105842026-07-01T21:22:30.989Z[ recovery-image] Jul 01 21:22:29.769 INFO E| Downloading crates ...
105852026-07-01T21:22:31.233Z[ recovery-image] Jul 01 21:22:30.014 INFO E| Downloaded rustc-literal-escaper v0.0.7
105862026-07-01T21:22:31.314Z[ recovery-image] Jul 01 21:22:30.095 INFO E| Downloaded hashbrown v0.17.1
105872026-07-01T21:22:31.374Z[ recovery-image] Jul 01 21:22:30.155 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)
105882026-07-01T21:22:31.374Z[ recovery-image] Jul 01 21:22:30.155 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)
105892026-07-01T21:22:31.374Z[ recovery-image] Jul 01 21:22:30.155 INFO E| Compiling proc-macro2 v1.0.106
105902026-07-01T21:22:31.377Z[ recovery-image] Jul 01 21:22:30.155 INFO E| Compiling quote v1.0.45
105912026-07-01T21:22:31.377Z[ recovery-image] Jul 01 21:22:30.155 INFO E| Compiling unicode-ident v1.0.24
105922026-07-01T21:22:31.377Z[ recovery-image] Jul 01 21:22:30.156 INFO E| Compiling syn v1.0.109
105932026-07-01T21:22:31.377Z[ recovery-image] Jul 01 21:22:30.156 INFO E| Compiling x86 v0.52.0
105942026-07-01T21:22:31.389Z[ recovery-image] Jul 01 21:22:30.170 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105952026-07-01T21:22:31.392Z[ recovery-image] Jul 01 21:22:30.171 INFO E| Compiling seq-macro v0.3.6
105962026-07-01T21:22:32.523Z[ recovery-image] Jul 01 21:22:31.299 INFO E| Compiling syn v2.0.117
105972026-07-01T21:22:34.127Z[ recovery-image] Jul 01 21:22:32.908 INFO E| Compiling scroll_derive v0.13.1
105982026-07-01T21:22:35.382Z[ recovery-image] Jul 01 21:22:34.162 INFO E| Compiling bitstruct_derive v0.1.0
105992026-07-01T21:22:35.752Z[ host-image] Jul 01 21:22:34.533 INFO O| Jul 01 21:22:34.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106002026-07-01T21:22:35.752Z[ host-image] Jul 01 21:22:34.533 INFO O| Jul 01 21:22:34.533 INFO ok!
106012026-07-01T21:22:35.752Z[ host-image] Jul 01 21:22:34.533 INFO O| Jul 01 21:22:34.533 INFO STEP 139 (ensure_file) COMPLETE
106022026-07-01T21:22:35.755Z[ host-image] Jul 01 21:22:34.533 INFO O| Jul 01 21:22:34.533 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106032026-07-01T21:22:35.761Z[ host-image] Jul 01 21:22:34.542 INFO O| Jul 01 21:22:34.542 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106042026-07-01T21:22:35.761Z[ host-image] Jul 01 21:22:34.542 INFO O| Jul 01 21:22:34.542 INFO STEP 140 (ensure_dir) COMPLETE
106052026-07-01T21:22:35.763Z[ host-image] Jul 01 21:22:34.542 INFO O| Jul 01 21:22:34.542 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-07-01T21:22:35.769Z[ host-image] Jul 01 21:22:34.551 INFO O| Jul 01 21:22:34.551 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106072026-07-01T21:22:35.769Z[ host-image] Jul 01 21:22:34.551 INFO O| Jul 01 21:22:34.551 INFO STEP 141 (ensure_dir) COMPLETE
106082026-07-01T21:22:35.770Z[ host-image] Jul 01 21:22:34.551 INFO O| Jul 01 21:22:34.551 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106092026-07-01T21:22:35.776Z[ host-image] Jul 01 21:22:34.557 INFO O| Jul 01 21:22:34.557 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106102026-07-01T21:22:35.776Z[ host-image] Jul 01 21:22:34.557 INFO O| Jul 01 21:22:34.557 INFO STEP 142 (ensure_dir) COMPLETE
106112026-07-01T21:22:35.779Z[ host-image] Jul 01 21:22:34.557 INFO O| Jul 01 21:22:34.557 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-07-01T21:22:35.783Z[ host-image] Jul 01 21:22:34.564 INFO O| Jul 01 21:22:34.564 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106132026-07-01T21:22:35.783Z[ host-image] Jul 01 21:22:34.564 INFO O| Jul 01 21:22:34.564 INFO STEP 143 (ensure_dir) COMPLETE
106142026-07-01T21:22:35.786Z[ host-image] Jul 01 21:22:34.564 INFO O| Jul 01 21:22:34.564 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-07-01T21:22:35.791Z[ host-image] Jul 01 21:22:34.573 INFO O| Jul 01 21:22:34.573 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106162026-07-01T21:22:35.791Z[ host-image] Jul 01 21:22:34.573 INFO O| Jul 01 21:22:34.573 INFO copying /tmp/.tmp2RboQj/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 ...
106172026-07-01T21:22:35.794Z[ host-image] Jul 01 21:22:34.573 INFO O| Jul 01 21:22:34.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106182026-07-01T21:22:35.794Z[ host-image] Jul 01 21:22:34.573 INFO O| Jul 01 21:22:34.573 INFO ok!
106192026-07-01T21:22:35.794Z[ host-image] Jul 01 21:22:34.573 INFO O| Jul 01 21:22:34.573 INFO STEP 144 (ensure_file) COMPLETE
106202026-07-01T21:22:35.794Z[ host-image] Jul 01 21:22:34.573 INFO O| Jul 01 21:22:34.573 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106212026-07-01T21:22:35.798Z[ host-image] Jul 01 21:22:34.579 INFO O| Jul 01 21:22:34.579 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106222026-07-01T21:22:35.798Z[ host-image] Jul 01 21:22:34.579 INFO O| Jul 01 21:22:34.579 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106232026-07-01T21:22:35.800Z[ host-image] Jul 01 21:22:34.579 INFO O| Jul 01 21:22:34.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106242026-07-01T21:22:35.800Z[ host-image] Jul 01 21:22:34.579 INFO O| Jul 01 21:22:34.579 INFO STEP 145 (ensure_dir) COMPLETE
106252026-07-01T21:22:35.800Z[ host-image] Jul 01 21:22:34.579 INFO O| Jul 01 21:22:34.579 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-07-01T21:22:35.806Z[ host-image] Jul 01 21:22:34.587 INFO O| Jul 01 21:22:34.587 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106272026-07-01T21:22:35.809Z[ host-image] Jul 01 21:22:34.587 INFO O| Jul 01 21:22:34.587 INFO copying /tmp/.tmp2RboQj/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106282026-07-01T21:22:35.809Z[ host-image] Jul 01 21:22:34.588 INFO O| Jul 01 21:22:34.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106292026-07-01T21:22:35.809Z[ host-image] Jul 01 21:22:34.588 INFO O| Jul 01 21:22:34.588 INFO ok!
106302026-07-01T21:22:35.809Z[ host-image] Jul 01 21:22:34.588 INFO O| Jul 01 21:22:34.588 INFO STEP 146 (ensure_file) COMPLETE
106312026-07-01T21:22:35.809Z[ host-image] Jul 01 21:22:34.588 INFO O| Jul 01 21:22:34.588 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106322026-07-01T21:22:35.813Z[ host-image] Jul 01 21:22:34.594 INFO O| Jul 01 21:22:34.594 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106332026-07-01T21:22:35.816Z[ host-image] Jul 01 21:22:34.595 INFO O| Jul 01 21:22:34.595 INFO STEP 147 (remove_files) COMPLETE
106342026-07-01T21:22:35.816Z[ host-image] Jul 01 21:22:34.595 INFO O| Jul 01 21:22:34.595 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106352026-07-01T21:22:35.819Z[ host-image] Jul 01 21:22:34.601 INFO O| Jul 01 21:22:34.601 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106362026-07-01T21:22:35.823Z[ host-image] Jul 01 21:22:34.601 INFO O| Jul 01 21:22:34.601 INFO STEP 148 (remove_files) COMPLETE
106372026-07-01T21:22:35.823Z[ host-image] Jul 01 21:22:34.601 INFO O| Jul 01 21:22:34.601 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106382026-07-01T21:22:35.828Z[ host-image] Jul 01 21:22:34.609 INFO O| Jul 01 21:22:34.609 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106392026-07-01T21:22:35.831Z[ host-image] Jul 01 21:22:34.609 INFO O| Jul 01 21:22:34.609 INFO STEP 149 (remove_files) COMPLETE
106402026-07-01T21:22:35.831Z[ host-image] Jul 01 21:22:34.609 INFO O| Jul 01 21:22:34.609 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-07-01T21:22:35.834Z[ host-image] Jul 01 21:22:34.615 INFO O| Jul 01 21:22:34.615 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106422026-07-01T21:22:35.834Z[ host-image] Jul 01 21:22:34.615 INFO O| Jul 01 21:22:34.615 INFO STEP 150 (remove_files) COMPLETE
106432026-07-01T21:22:35.834Z[ host-image] Jul 01 21:22:34.615 INFO O| Jul 01 21:22:34.615 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-07-01T21:22:35.842Z[ host-image] Jul 01 21:22:34.623 INFO O| Jul 01 21:22:34.623 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106452026-07-01T21:22:35.845Z[ host-image] Jul 01 21:22:34.623 INFO O| Jul 01 21:22:34.623 INFO STEP 151 (remove_files) COMPLETE
106462026-07-01T21:22:35.845Z[ host-image] Jul 01 21:22:34.623 INFO O| Jul 01 21:22:34.623 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-07-01T21:22:35.850Z[ host-image] Jul 01 21:22:34.631 INFO O| Jul 01 21:22:34.631 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106482026-07-01T21:22:35.853Z[ host-image] Jul 01 21:22:34.631 INFO O| Jul 01 21:22:34.631 INFO STEP 152 (remove_files) COMPLETE
106492026-07-01T21:22:35.853Z[ host-image] Jul 01 21:22:34.631 INFO O| Jul 01 21:22:34.631 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-07-01T21:22:35.857Z[ host-image] Jul 01 21:22:34.639 INFO O| Jul 01 21:22:34.639 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106512026-07-01T21:22:35.860Z[ host-image] Jul 01 21:22:34.639 INFO O| Jul 01 21:22:34.639 INFO STEP 153 (remove_files) COMPLETE
106522026-07-01T21:22:35.860Z[ host-image] Jul 01 21:22:34.639 INFO O| Jul 01 21:22:34.639 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-07-01T21:22:35.864Z[ host-image] Jul 01 21:22:34.646 INFO O| Jul 01 21:22:34.646 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106542026-07-01T21:22:35.868Z[ host-image] Jul 01 21:22:34.646 INFO O| Jul 01 21:22:34.646 INFO STEP 154 (remove_files) COMPLETE
106552026-07-01T21:22:35.868Z[ host-image] Jul 01 21:22:34.646 INFO O| Jul 01 21:22:34.646 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-07-01T21:22:35.873Z[ host-image] Jul 01 21:22:34.654 INFO O| Jul 01 21:22:34.654 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106572026-07-01T21:22:35.875Z[ host-image] Jul 01 21:22:34.654 INFO O| Jul 01 21:22:34.654 INFO STEP 155 (remove_files) COMPLETE
106582026-07-01T21:22:35.876Z[ host-image] Jul 01 21:22:34.654 INFO O| Jul 01 21:22:34.654 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-07-01T21:22:35.880Z[ host-image] Jul 01 21:22:34.661 INFO O| Jul 01 21:22:34.661 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106602026-07-01T21:22:35.880Z[ host-image] Jul 01 21:22:34.661 INFO O| Jul 01 21:22:34.661 INFO STEP 156 (remove_files) COMPLETE
106612026-07-01T21:22:35.882Z[ host-image] Jul 01 21:22:34.661 INFO O| Jul 01 21:22:34.661 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-07-01T21:22:35.887Z[ host-image] Jul 01 21:22:34.668 INFO O| Jul 01 21:22:34.668 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106632026-07-01T21:22:35.887Z[ host-image] Jul 01 21:22:34.668 INFO O| Jul 01 21:22:34.668 INFO STEP 157 (remove_files) COMPLETE
106642026-07-01T21:22:35.887Z[ host-image] Jul 01 21:22:34.668 INFO O| Jul 01 21:22:34.668 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-07-01T21:22:35.893Z[ host-image] Jul 01 21:22:34.674 INFO O| Jul 01 21:22:34.674 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106662026-07-01T21:22:35.893Z[ host-image] Jul 01 21:22:34.674 INFO O| Jul 01 21:22:34.674 INFO STEP 158 (remove_files) COMPLETE
106672026-07-01T21:22:35.893Z[ host-image] Jul 01 21:22:34.674 INFO O| Jul 01 21:22:34.674 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-07-01T21:22:35.900Z[ host-image] Jul 01 21:22:34.681 INFO O| Jul 01 21:22:34.681 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106692026-07-01T21:22:35.900Z[ host-image] Jul 01 21:22:34.681 INFO O| Jul 01 21:22:34.681 INFO STEP 159 (remove_files) COMPLETE
106702026-07-01T21:22:35.903Z[ host-image] Jul 01 21:22:34.681 INFO O| Jul 01 21:22:34.681 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-07-01T21:22:35.906Z[ host-image] Jul 01 21:22:34.687 INFO O| Jul 01 21:22:34.687 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106722026-07-01T21:22:35.906Z[ host-image] Jul 01 21:22:34.687 INFO O| Jul 01 21:22:34.687 INFO STEP 160 (remove_files) COMPLETE
106732026-07-01T21:22:35.909Z[ host-image] Jul 01 21:22:34.687 INFO O| Jul 01 21:22:34.687 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-07-01T21:22:35.912Z[ host-image] Jul 01 21:22:34.693 INFO O| Jul 01 21:22:34.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106752026-07-01T21:22:35.912Z[ host-image] Jul 01 21:22:34.693 INFO O| Jul 01 21:22:34.693 INFO STEP 161 (remove_files) COMPLETE
106762026-07-01T21:22:35.915Z[ host-image] Jul 01 21:22:34.693 INFO O| Jul 01 21:22:34.693 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-07-01T21:22:35.919Z[ host-image] Jul 01 21:22:34.700 INFO O| Jul 01 21:22:34.700 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106782026-07-01T21:22:35.919Z[ host-image] Jul 01 21:22:34.700 INFO O| Jul 01 21:22:34.700 INFO STEP 162 (remove_files) COMPLETE
106792026-07-01T21:22:35.922Z[ host-image] Jul 01 21:22:34.700 INFO O| Jul 01 21:22:34.700 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-07-01T21:22:35.925Z[ host-image] Jul 01 21:22:34.706 INFO O| Jul 01 21:22:34.706 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106812026-07-01T21:22:35.927Z[ host-image] Jul 01 21:22:34.706 INFO O| Jul 01 21:22:34.706 INFO STEP 163 (remove_files) COMPLETE
106822026-07-01T21:22:35.930Z[ host-image] Jul 01 21:22:34.706 INFO O| Jul 01 21:22:34.706 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-07-01T21:22:35.933Z[ host-image] Jul 01 21:22:34.713 INFO O| Jul 01 21:22:34.713 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106842026-07-01T21:22:35.933Z[ host-image] Jul 01 21:22:34.713 INFO O| Jul 01 21:22:34.713 INFO STEP 164 (remove_files) COMPLETE
106852026-07-01T21:22:35.933Z[ host-image] Jul 01 21:22:34.713 INFO O| Jul 01 21:22:34.713 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-07-01T21:22:35.939Z[ host-image] Jul 01 21:22:34.720 INFO O| Jul 01 21:22:34.719 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106872026-07-01T21:22:35.939Z[ host-image] Jul 01 21:22:34.720 INFO O| Jul 01 21:22:34.720 INFO STEP 165 (remove_files) COMPLETE
106882026-07-01T21:22:35.940Z[ host-image] Jul 01 21:22:34.720 INFO O| Jul 01 21:22:34.720 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-07-01T21:22:35.945Z[ host-image] Jul 01 21:22:34.726 INFO O| Jul 01 21:22:34.726 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106902026-07-01T21:22:35.947Z[ host-image] Jul 01 21:22:34.726 INFO O| Jul 01 21:22:34.726 INFO STEP 166 (remove_files) COMPLETE
106912026-07-01T21:22:35.948Z[ host-image] Jul 01 21:22:34.726 INFO O| Jul 01 21:22:34.726 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-07-01T21:22:35.953Z[ host-image] Jul 01 21:22:34.732 INFO O| Jul 01 21:22:34.732 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106932026-07-01T21:22:35.953Z[ host-image] Jul 01 21:22:34.732 INFO O| Jul 01 21:22:34.732 INFO STEP 167 (remove_files) COMPLETE
106942026-07-01T21:22:35.955Z[ host-image] Jul 01 21:22:34.732 INFO O| Jul 01 21:22:34.732 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-07-01T21:22:35.959Z[ host-image] Jul 01 21:22:34.740 INFO O| Jul 01 21:22:34.740 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106962026-07-01T21:22:35.959Z[ host-image] Jul 01 21:22:34.740 INFO O| Jul 01 21:22:34.740 INFO STEP 168 (remove_files) COMPLETE
106972026-07-01T21:22:35.962Z[ host-image] Jul 01 21:22:34.740 INFO O| Jul 01 21:22:34.740 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-07-01T21:22:35.965Z[ host-image] Jul 01 21:22:34.745 INFO O| Jul 01 21:22:34.745 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106992026-07-01T21:22:35.965Z[ host-image] Jul 01 21:22:34.745 INFO O| Jul 01 21:22:34.745 INFO STEP 169 (remove_files) COMPLETE
107002026-07-01T21:22:35.965Z[ host-image] Jul 01 21:22:34.745 INFO O| Jul 01 21:22:34.745 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-07-01T21:22:35.970Z[ host-image] Jul 01 21:22:34.751 INFO O| Jul 01 21:22:34.751 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107022026-07-01T21:22:35.970Z[ host-image] Jul 01 21:22:34.751 INFO O| Jul 01 21:22:34.751 INFO STEP 170 (remove_files) COMPLETE
107032026-07-01T21:22:35.973Z[ host-image] Jul 01 21:22:34.751 INFO O| Jul 01 21:22:34.751 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-07-01T21:22:35.979Z[ host-image] Jul 01 21:22:34.760 INFO O| Jul 01 21:22:34.760 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107052026-07-01T21:22:35.979Z[ host-image] Jul 01 21:22:34.760 INFO O| Jul 01 21:22:34.760 INFO STEP 171 (remove_files) COMPLETE
107062026-07-01T21:22:35.982Z[ host-image] Jul 01 21:22:34.760 INFO O| Jul 01 21:22:34.760 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-07-01T21:22:35.986Z[ host-image] Jul 01 21:22:34.768 INFO O| Jul 01 21:22:34.768 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107082026-07-01T21:22:35.986Z[ host-image] Jul 01 21:22:34.768 INFO O| Jul 01 21:22:34.768 INFO STEP 172 (remove_files) COMPLETE
107092026-07-01T21:22:35.989Z[ host-image] Jul 01 21:22:34.768 INFO O| Jul 01 21:22:34.768 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-07-01T21:22:35.994Z[ host-image] Jul 01 21:22:34.776 INFO O| Jul 01 21:22:34.776 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107112026-07-01T21:22:35.994Z[ host-image] Jul 01 21:22:34.776 INFO O| Jul 01 21:22:34.776 INFO STEP 173 (remove_files) COMPLETE
107122026-07-01T21:22:35.994Z[ host-image] Jul 01 21:22:34.776 INFO O| Jul 01 21:22:34.776 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-07-01T21:22:36.002Z[ host-image] Jul 01 21:22:34.783 INFO O| Jul 01 21:22:34.783 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107142026-07-01T21:22:36.002Z[ host-image] Jul 01 21:22:34.783 INFO O| Jul 01 21:22:34.783 INFO STEP 174 (remove_files) COMPLETE
107152026-07-01T21:22:36.005Z[ host-image] Jul 01 21:22:34.783 INFO O| Jul 01 21:22:34.783 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-07-01T21:22:36.009Z[ host-image] Jul 01 21:22:34.790 INFO O| Jul 01 21:22:34.790 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107172026-07-01T21:22:36.009Z[ host-image] Jul 01 21:22:34.790 INFO O| Jul 01 21:22:34.790 INFO STEP 175 (remove_files) COMPLETE
107182026-07-01T21:22:36.013Z[ host-image] Jul 01 21:22:34.790 INFO O| Jul 01 21:22:34.790 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107192026-07-01T21:22:36.020Z[ host-image] Jul 01 21:22:34.801 INFO O| Jul 01 21:22:34.801 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107202026-07-01T21:22:36.020Z[ host-image] Jul 01 21:22:34.801 INFO O| Jul 01 21:22:34.801 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107212026-07-01T21:22:39.856Z[ host-image] Jul 01 21:22:38.636 INFO O| Jul 01 21:22:38.636 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
107222026-07-01T21:22:39.856Z[ host-image] Jul 01 21:22:38.636 INFO O| Jul 01 21:22:38.636 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107232026-07-01T21:22:39.866Z[ host-image] Jul 01 21:22:38.647 INFO O| Jul 01 21:22:38.647 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107242026-07-01T21:22:39.960Z[ host-image] Jul 01 21:22:38.740 INFO O| Jul 01 21:22:38.740 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107252026-07-01T21:22:40.011Z[ host-image] Jul 01 21:22:38.792 INFO O| Jul 01 21:22:38.792 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107262026-07-01T21:22:40.069Z[ host-image] Jul 01 21:22:38.850 INFO O| Jul 01 21:22:38.850 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107272026-07-01T21:22:40.069Z[ host-image] Jul 01 21:22:38.850 INFO O| Jul 01 21:22:38.850 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107282026-07-01T21:22:40.146Z[ host-image] Jul 01 21:22:38.927 INFO O| Jul 01 21:22:38.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107292026-07-01T21:22:40.146Z[ host-image] Jul 01 21:22:38.927 INFO O| Jul 01 21:22:38.927 INFO ok!
107302026-07-01T21:22:40.146Z[ host-image] Jul 01 21:22:38.927 INFO O| Jul 01 21:22:38.927 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107312026-07-01T21:22:40.149Z[ host-image] Jul 01 21:22:38.927 INFO O| Jul 01 21:22:38.927 INFO STEP 176 (seed_smf) COMPLETE
107322026-07-01T21:22:40.149Z[ host-image] Jul 01 21:22:38.927 INFO O| Jul 01 21:22:38.927 INFO steps complete; finalising image!
107332026-07-01T21:22:40.149Z[ host-image] Jul 01 21:22:38.927 INFO O| Jul 01 21:22:38.927 INFO TRIM POOL: TEMPORARY-sled-zfs
107342026-07-01T21:22:40.191Z[ host-image] Jul 01 21:22:38.972 INFO O| Jul 01 21:22:38.972 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Jul 1 21:22:38 2026)
107352026-07-01T21:22:40.406Z[ host-image] Jul 01 21:22:39.186 INFO O| Jul 01 21:22:39.186 INFO temporary pool has 845M used, 50.8M avail, 1.81x compressratio
107362026-07-01T21:22:40.406Z[ host-image] Jul 01 21:22:39.186 INFO O| Jul 01 21:22:39.186 INFO EXPORT POOL: TEMPORARY-sled-zfs
107372026-07-01T21:22:40.805Z[ host-image] Jul 01 21:22:39.586 INFO O| Jul 01 21:22:39.586 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107382026-07-01T21:22:40.805Z[ host-image] Jul 01 21:22:39.586 INFO O| Jul 01 21:22:39.586 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107392026-07-01T21:22:41.399Z[ host-image] Jul 01 21:22:40.180 INFO O| Jul 01 21:22:40.180 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107402026-07-01T21:22:41.399Z[ host-image] Jul 01 21:22:40.180 INFO O| Jul 01 21:22:40.180 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107412026-07-01T21:22:41.404Z[ host-image] Jul 01 21:22:40.180 INFO O| Jul 01 21:22:40.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107422026-07-01T21:22:41.404Z[ host-image] Jul 01 21:22:40.180 INFO O| Jul 01 21:22:40.180 INFO completed processing sled/zfs
107432026-07-01T21:22:41.404Z[ host-image] Jul 01 21:22:40.180 INFO O| Jul 01 21:22:40.180 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107442026-07-01T21:22:44.515Z[ recovery-image] Jul 01 21:22:43.295 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)
107452026-07-01T21:22:46.592Z[ recovery-image] Jul 01 21:22:45.373 INFO E| Compiling bitflags v1.3.2
107462026-07-01T21:22:46.592Z[ recovery-image] Jul 01 21:22:45.373 INFO E| Compiling bitflags v2.13.0
107472026-07-01T21:22:46.596Z[ recovery-image] Jul 01 21:22:45.373 INFO E| Compiling adler2 v2.0.1
107482026-07-01T21:22:46.596Z[ recovery-image] Jul 01 21:22:45.373 INFO E| Compiling log v0.4.32
107492026-07-01T21:22:46.596Z[ recovery-image] Jul 01 21:22:45.373 INFO E| Compiling plain v0.2.3
107502026-07-01T21:22:46.596Z[ recovery-image] Jul 01 21:22:45.373 INFO E| Compiling bit_field v0.10.3
107512026-07-01T21:22:46.596Z[ recovery-image] Jul 01 21:22:45.373 INFO E| Compiling scroll v0.13.0
107522026-07-01T21:22:46.596Z[ recovery-image] Jul 01 21:22:45.373 INFO E| Compiling static_assertions v1.1.0
107532026-07-01T21:22:46.596Z[ recovery-image] Jul 01 21:22:45.373 INFO E| Compiling bitstruct v0.1.1
107542026-07-01T21:22:46.644Z[ recovery-image] Jul 01 21:22:45.425 INFO E| Compiling raw-cpuid v10.7.0
107552026-07-01T21:22:46.699Z[ recovery-image] Jul 01 21:22:45.480 INFO E| Compiling miniz_oxide v0.9.1
107562026-07-01T21:22:46.759Z[ recovery-image] Jul 01 21:22:45.540 INFO E| Compiling cpio_reader v0.1.2
107572026-07-01T21:22:46.819Z[ recovery-image] Jul 01 21:22:45.600 INFO E| Compiling goblin v0.10.7
107582026-07-01T21:22:49.626Z[ recovery-image] Jul 01 21:22:48.407 INFO E| Finished `release` profile [optimized] target(s) in 19.33s
107592026-07-01T21:22:49.643Z[ recovery-image] Jul 01 21:22:48.424 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107602026-07-01T21:22:49.643Z[ recovery-image] Jul 01 21:22:48.424 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107612026-07-01T21:22:49.643Z[ recovery-image] Jul 01 21:22:48.424 INFO building ROM for gimlet
107622026-07-01T21:22:49.647Z[ recovery-image] Jul 01 21:22:48.424 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.h.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")
107632026-07-01T21:22:49.722Z[ recovery-image] Jul 01 21:22:48.503 INFO E| Downloading crates ...
107642026-07-01T21:22:49.778Z[ recovery-image] Jul 01 21:22:48.559 INFO E| Downloaded toml_write v0.1.1
107652026-07-01T21:22:49.784Z[ recovery-image] Jul 01 21:22:48.565 INFO E| Downloaded anstream v0.6.18
107662026-07-01T21:22:49.788Z[ recovery-image] Jul 01 21:22:48.567 INFO E| Downloaded anstyle-query v1.1.2
107672026-07-01T21:22:49.791Z[ recovery-image] Jul 01 21:22:48.572 INFO E| Downloaded os_pipe v1.2.1
107682026-07-01T21:22:49.805Z[ recovery-image] Jul 01 21:22:48.584 INFO E| Downloaded toml_datetime v0.6.9
107692026-07-01T21:22:49.809Z[ recovery-image] Jul 01 21:22:48.585 INFO E| Downloaded clap_lex v0.7.4
107702026-07-01T21:22:49.812Z[ recovery-image] Jul 01 21:22:48.591 INFO E| Downloaded serde_spanned v0.6.8
107712026-07-01T21:22:49.819Z[ recovery-image] Jul 01 21:22:48.600 INFO E| Downloaded toml_edit v0.22.26
107722026-07-01T21:22:49.842Z[ recovery-image] Jul 01 21:22:48.622 INFO E| Downloaded winnow v0.7.7
107732026-07-01T21:22:49.847Z[ recovery-image] Jul 01 21:22:48.628 INFO E| Downloaded clap_builder v4.5.37
107742026-07-01T21:22:49.852Z[ recovery-image] Jul 01 21:22:48.633 INFO E| Downloaded shared_child v1.0.1
107752026-07-01T21:22:49.854Z[ recovery-image] Jul 01 21:22:48.634 INFO E| Downloaded cc v1.2.20
107762026-07-01T21:22:49.857Z[ recovery-image] Jul 01 21:22:48.636 INFO E| Downloaded clap_derive v4.5.32
107772026-07-01T21:22:49.857Z[ recovery-image] Jul 01 21:22:48.637 INFO E| Downloaded anstyle-parse v0.2.6
107782026-07-01T21:22:49.857Z[ recovery-image] Jul 01 21:22:48.638 INFO E| Downloaded anstyle v1.0.10
107792026-07-01T21:22:49.860Z[ recovery-image] Jul 01 21:22:48.639 INFO E| Downloaded is_terminal_polyfill v1.70.1
107802026-07-01T21:22:49.860Z[ recovery-image] Jul 01 21:22:48.639 INFO E| Downloaded clap v4.5.37
107812026-07-01T21:22:49.864Z[ recovery-image] Jul 01 21:22:48.645 INFO E| Downloaded duct v0.13.7
107822026-07-01T21:22:49.866Z[ recovery-image] Jul 01 21:22:48.646 INFO E| Downloaded colorchoice v1.0.3
107832026-07-01T21:22:49.866Z[ recovery-image] Jul 01 21:22:48.646 INFO E| Downloaded toml v0.8.22
107842026-07-01T21:22:49.894Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling libc v0.2.172
107852026-07-01T21:22:49.895Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling utf8parse v0.2.2
107862026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling colorchoice v1.0.3
107872026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling shlex v1.3.0
107882026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling anstyle-query v1.1.2
107892026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling once_cell v1.21.3
107902026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling is_terminal_polyfill v1.70.1
107912026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling anstyle v1.0.10
107922026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling hashbrown v0.15.2
107932026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling equivalent v1.0.2
107942026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling anyhow v1.0.98
107952026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling clap_lex v0.7.4
107962026-07-01T21:22:49.900Z[ recovery-image] Jul 01 21:22:48.676 INFO E| Compiling strsim v0.11.1
107972026-07-01T21:22:49.923Z[ recovery-image] Jul 01 21:22:48.704 INFO E| Compiling winnow v0.7.7
107982026-07-01T21:22:49.936Z[ recovery-image] Jul 01 21:22:48.713 INFO E| Compiling syn v2.0.101
107992026-07-01T21:22:49.939Z[ recovery-image] Jul 01 21:22:48.713 INFO E| Compiling toml_write v0.1.1
108002026-07-01T21:22:50.032Z[ recovery-image] Jul 01 21:22:48.812 INFO E| Compiling anstyle-parse v0.2.6
108012026-07-01T21:22:50.038Z[ recovery-image] Jul 01 21:22:48.819 INFO E| Compiling cc v1.2.20
108022026-07-01T21:22:50.173Z[ recovery-image] Jul 01 21:22:48.953 INFO E| Compiling anstream v0.6.18
108032026-07-01T21:22:50.372Z[ recovery-image] Jul 01 21:22:49.153 INFO E| Compiling clap_builder v4.5.37
108042026-07-01T21:22:50.403Z[ recovery-image] Jul 01 21:22:49.183 INFO E| Compiling indexmap v2.9.0
108052026-07-01T21:22:50.550Z[ recovery-image] Jul 01 21:22:49.331 INFO E| Compiling os_pipe v1.2.1
108062026-07-01T21:22:50.550Z[ recovery-image] Jul 01 21:22:49.331 INFO E| Compiling shared_child v1.0.1
108072026-07-01T21:22:50.665Z[ recovery-image] Jul 01 21:22:49.446 INFO E| Compiling duct v0.13.7
108082026-07-01T21:22:51.106Z[ recovery-image] Jul 01 21:22:49.887 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108092026-07-01T21:22:52.000Z[ recovery-image] Jul 01 21:22:50.781 INFO E| Compiling serde_derive v1.0.219
108102026-07-01T21:22:52.000Z[ recovery-image] Jul 01 21:22:50.781 INFO E| Compiling clap_derive v4.5.32
108112026-07-01T21:22:53.250Z[ recovery-image] Jul 01 21:22:52.030 INFO E| Compiling clap v4.5.37
108122026-07-01T21:22:53.864Z[ recovery-image] Jul 01 21:22:52.644 INFO E| Compiling serde v1.0.219
108132026-07-01T21:22:54.896Z[ host-image] Jul 01 21:22:53.677 INFO O| Jul 01 21:22:53.677 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108142026-07-01T21:22:55.042Z[ host-image] Jul 01 21:22:53.822 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
108152026-07-01T21:22:55.042Z[ host-image] Jul 01 21:22:53.822 INFO expanded image name: "ci fb4894e/${os_short_commit} 2026-07-01 21:07" -> "ci fb4894e/9b09742 2026-07-01 21:07"
108162026-07-01T21:22:55.042Z[ host-image] Jul 01 21:22:53.822 INFO output artefacts stored in: "/work/os-host"
108172026-07-01T21:22:55.045Z[ host-image] Jul 01 21:22:53.822 INFO collecting git info from project "amd-host-image-builder"...
108182026-07-01T21:22:55.048Z[ host-image] Jul 01 21:22:53.829 INFO collecting git info from project "pilot"...
108192026-07-01T21:22:55.053Z[ host-image] Jul 01 21:22:53.834 INFO collecting git info from project "image-builder"...
108202026-07-01T21:22:55.057Z[ host-image] Jul 01 21:22:53.838 INFO collecting git info from project "amd-firmware"...
108212026-07-01T21:22:55.068Z[ host-image] Jul 01 21:22:53.849 INFO collecting git info from project "pinprick"...
108222026-07-01T21:22:55.076Z[ host-image] Jul 01 21:22:53.854 INFO collecting git info from project "phbl"...
108232026-07-01T21:22:55.079Z[ host-image] Jul 01 21:22:53.858 INFO collecting git info from project "bootserver"...
108242026-07-01T21:22:55.084Z[ host-image] Jul 01 21:22:53.863 INFO collecting git info from project "chelsio-t6-roms"...
108252026-07-01T21:22:55.087Z[ host-image] Jul 01 21:22:53.867 INFO collecting git info from project "dmar-report"...
108262026-07-01T21:22:55.091Z[ host-image] Jul 01 21:22:53.871 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108272026-07-01T21:22:55.392Z[ host-image] Jul 01 21:22:54.171 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108282026-07-01T21:22:55.530Z[ recovery-image] Jul 01 21:22:54.310 INFO E| Compiling serde_spanned v0.6.8
108292026-07-01T21:22:55.530Z[ recovery-image] Jul 01 21:22:54.310 INFO E| Compiling toml_datetime v0.6.9
108302026-07-01T21:22:55.669Z[ recovery-image] Jul 01 21:22:54.450 INFO E| Compiling toml_edit v0.22.26
108312026-07-01T21:22:55.700Z[ host-image] Jul 01 21:22:54.481 INFO creating Oxide boot image...
108322026-07-01T21:22:55.700Z[ host-image] Jul 01 21:22:54.481 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci fb4894e/9b09742 2026-07-01 21:07", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108332026-07-01T21:22:56.381Z[ host-image] Jul 01 21:22:55.161 INFO O| ok, image written!
108342026-07-01T21:22:56.381Z[ host-image] Jul 01 21:22:55.161 INFO O| ok, boot_image_csum file written!
108352026-07-01T21:22:56.384Z[ host-image] Jul 01 21:22:55.163 INFO creating boot archive (CPIO)...
108362026-07-01T21:22:56.384Z[ host-image] Jul 01 21:22:55.163 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
108372026-07-01T21:22:56.386Z[ host-image] Jul 01 21:22:55.166 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108382026-07-01T21:22:56.386Z[ host-image] Jul 01 21:22:55.166 INFO E| + outfile=/work/os-host/cpio
108392026-07-01T21:22:56.386Z[ host-image] Jul 01 21:22:55.166 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108402026-07-01T21:22:56.389Z[ host-image] Jul 01 21:22:55.169 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108412026-07-01T21:22:56.389Z[ host-image] Jul 01 21:22:55.169 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108422026-07-01T21:22:56.415Z[ host-image] Jul 01 21:22:55.195 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108432026-07-01T21:22:56.415Z[ host-image] Jul 01 21:22:55.195 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108442026-07-01T21:22:56.420Z[ host-image] Jul 01 21:22:55.201 INFO creating compressed cpio/unix for dev loaders...
108452026-07-01T21:22:56.420Z[ host-image] Jul 01 21:22:55.201 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
108462026-07-01T21:22:56.644Z[ host-image] Jul 01 21:22:55.425 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108472026-07-01T21:22:56.890Z[ recovery-image] Jul 01 21:22:55.671 INFO E| Compiling toml v0.8.22
108482026-07-01T21:22:58.862Z[ recovery-image] Jul 01 21:22:57.643 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s
108492026-07-01T21:22:58.874Z[ recovery-image] Jul 01 21:22:57.655 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.h.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
108502026-07-01T21:22:58.888Z[ recovery-image] Jul 01 21:22:57.668 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
108512026-07-01T21:22:58.958Z[ recovery-image] Jul 01 21:22:57.738 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108522026-07-01T21:22:58.964Z[ recovery-image] Jul 01 21:22:57.745 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.h -o /work/os-recovery/gimlet.rom`
108532026-07-01T21:22:59.084Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
108542026-07-01T21:22:59.085Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
108552026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
108562026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
108572026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
108582026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
108592026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
108602026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
108612026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
108622026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
108632026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
108642026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
108652026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
108662026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
108672026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
108682026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO O| Info: ABL version: 0x100f5010
108692026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108702026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
108712026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108722026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108732026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108742026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108752026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108762026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108772026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108782026-07-01T21:22:59.088Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108792026-07-01T21:22:59.089Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108802026-07-01T21:22:59.089Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108812026-07-01T21:22:59.090Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108822026-07-01T21:22:59.090Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108832026-07-01T21:22:59.090Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108842026-07-01T21:22:59.090Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108852026-07-01T21:22:59.090Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108862026-07-01T21:22:59.090Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108872026-07-01T21:22:59.090Z[ recovery-image] Jul 01 21:22:57.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108882026-07-01T21:22:59.120Z[ recovery-image] Jul 01 21:22:57.901 INFO building ROM for cosmo
108892026-07-01T21:22:59.123Z[ recovery-image] Jul 01 21:22:57.901 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")
108902026-07-01T21:22:59.209Z[ recovery-image] Jul 01 21:22:57.990 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108912026-07-01T21:22:59.212Z[ recovery-image] Jul 01 21:22:57.992 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`
108922026-07-01T21:22:59.225Z[ recovery-image] Jul 01 21:22:58.006 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108932026-07-01T21:22:59.292Z[ recovery-image] Jul 01 21:22:58.073 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108942026-07-01T21:22:59.297Z[ recovery-image] Jul 01 21:22:58.077 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`
108952026-07-01T21:22:59.513Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108962026-07-01T21:22:59.513Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108972026-07-01T21:22:59.513Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108982026-07-01T21:22:59.513Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108992026-07-01T21:22:59.513Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109002026-07-01T21:22:59.517Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109012026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109022026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109032026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109042026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109052026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109062026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109072026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109082026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109092026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109102026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109112026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109122026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109132026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109142026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109152026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109162026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109172026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109182026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109192026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109202026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109212026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109222026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109232026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109242026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109252026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109262026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109272026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109282026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109292026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109302026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109312026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109322026-07-01T21:22:59.518Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109332026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109342026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109352026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109362026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109372026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109382026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109392026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109402026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109412026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109422026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109432026-07-01T21:22:59.519Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109442026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109452026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109462026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109472026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109482026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.296 INFO O| Info: ABL version: 0x100af010
109492026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.296 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109502026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.296 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109512026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109522026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109532026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109542026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109552026-07-01T21:22:59.520Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109562026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109572026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109582026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109592026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109602026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109612026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109622026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109632026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109642026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109652026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109662026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109672026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109682026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109692026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109702026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109712026-07-01T21:22:59.521Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109722026-07-01T21:22:59.524Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109732026-07-01T21:22:59.524Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109742026-07-01T21:22:59.524Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109752026-07-01T21:22:59.524Z[ recovery-image] Jul 01 21:22:58.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109762026-07-01T21:22:59.524Z[ recovery-image] Jul 01 21:22:58.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109772026-07-01T21:22:59.524Z[ recovery-image] Jul 01 21:22:58.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109782026-07-01T21:22:59.524Z[ recovery-image] Jul 01 21:22:58.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109792026-07-01T21:22:59.524Z[ recovery-image] Jul 01 21:22:58.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109802026-07-01T21:22:59.524Z[ recovery-image] Jul 01 21:22:58.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109812026-07-01T21:22:59.525Z[ recovery-image] Jul 01 21:22:58.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109822026-07-01T21:22:59.547Z[ recovery-image] Jul 01 21:22:58.328 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109832026-07-01T21:22:59.895Z[ host-image] Jul 01 21:22:58.676 INFO creating reset image...
109842026-07-01T21:22:59.895Z[ host-image] Jul 01 21:22:58.676 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")
109852026-07-01T21:22:59.958Z[ host-image] Jul 01 21:22:58.739 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
109862026-07-01T21:22:59.961Z[ host-image] Jul 01 21:22:58.740 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109872026-07-01T21:23:00.172Z[ host-image] Jul 01 21:22:58.953 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)
109882026-07-01T21:23:00.172Z[ host-image] Jul 01 21:22:58.953 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)
109892026-07-01T21:23:00.176Z[ host-image] Jul 01 21:22:58.953 INFO E| Compiling proc-macro2 v1.0.106
109902026-07-01T21:23:00.176Z[ host-image] Jul 01 21:22:58.953 INFO E| Compiling quote v1.0.45
109912026-07-01T21:23:00.176Z[ host-image] Jul 01 21:22:58.953 INFO E| Compiling unicode-ident v1.0.24
109922026-07-01T21:23:00.176Z[ host-image] Jul 01 21:22:58.953 INFO E| Compiling syn v1.0.109
109932026-07-01T21:23:00.176Z[ host-image] Jul 01 21:22:58.953 INFO E| Compiling x86 v0.52.0
109942026-07-01T21:23:00.176Z[ host-image] Jul 01 21:22:58.953 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109952026-07-01T21:23:00.182Z[ host-image] Jul 01 21:22:58.963 INFO E| Compiling seq-macro v0.3.6
109962026-07-01T21:23:00.756Z[ recovery-image] Jul 01 21:22:59.536 INFO image complete! materials are in "/work/os-recovery"
109972026-07-01T21:23:00.759Z[ recovery-image]
109982026-07-01T21:23:00.759Z[ recovery-image] real 4:03.479698683
109992026-07-01T21:23:00.759Z[ recovery-image] user 2:29.989861913
110002026-07-01T21:23:00.759Z[ recovery-image] sys 36.783989510
110012026-07-01T21:23:00.759Z[ recovery-image] trap 0.068427791
110022026-07-01T21:23:00.759Z[ recovery-image] tflt 0.636008110
110032026-07-01T21:23:00.759Z[ recovery-image] dflt 0.878348218
110042026-07-01T21:23:00.759Z[ recovery-image] kflt 0.000045839
110052026-07-01T21:23:00.759Z[ recovery-image] lock 8:38.554453442
110062026-07-01T21:23:00.759Z[ recovery-image] slp 24:03.719816337
110072026-07-01T21:23:00.759Z[ recovery-image] lat 26.719520236
110082026-07-01T21:23:00.759Z[ recovery-image] stop 6.262188916
110092026-07-01T21:23:00.762ZJul 01 21:22:59.540 INFO [recovery-image] process exited with exit status: 0 (243.484696143s)
110102026-07-01T21:23:01.083Z[ host-image] Jul 01 21:22:59.863 INFO E| Compiling syn v2.0.117
110112026-07-01T21:23:02.410Z[ host-image] Jul 01 21:23:01.191 INFO E| Compiling scroll_derive v0.13.1
110122026-07-01T21:23:03.336Z[ host-image] Jul 01 21:23:02.116 INFO E| Compiling bitstruct_derive v0.1.0
110132026-07-01T21:23:12.519Z[ host-image] Jul 01 21:23:11.299 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)
110142026-07-01T21:23:14.629Z[ host-image] Jul 01 21:23:13.409 INFO E| Compiling bitflags v1.3.2
110152026-07-01T21:23:14.629Z[ host-image] Jul 01 21:23:13.409 INFO E| Compiling bit_field v0.10.3
110162026-07-01T21:23:14.632Z[ host-image] Jul 01 21:23:13.410 INFO E| Compiling scroll v0.13.0
110172026-07-01T21:23:14.632Z[ host-image] Jul 01 21:23:13.410 INFO E| Compiling plain v0.2.3
110182026-07-01T21:23:14.632Z[ host-image] Jul 01 21:23:13.410 INFO E| Compiling adler2 v2.0.1
110192026-07-01T21:23:14.632Z[ host-image] Jul 01 21:23:13.410 INFO E| Compiling bitflags v2.13.0
110202026-07-01T21:23:14.632Z[ host-image] Jul 01 21:23:13.410 INFO E| Compiling log v0.4.32
110212026-07-01T21:23:14.632Z[ host-image] Jul 01 21:23:13.410 INFO E| Compiling static_assertions v1.1.0
110222026-07-01T21:23:14.632Z[ host-image] Jul 01 21:23:13.410 INFO E| Compiling bitstruct v0.1.1
110232026-07-01T21:23:14.682Z[ host-image] Jul 01 21:23:13.462 INFO E| Compiling raw-cpuid v10.7.0
110242026-07-01T21:23:14.720Z[ host-image] Jul 01 21:23:13.500 INFO E| Compiling miniz_oxide v0.9.1
110252026-07-01T21:23:14.786Z[ host-image] Jul 01 21:23:13.567 INFO E| Compiling cpio_reader v0.1.2
110262026-07-01T21:23:14.847Z[ host-image] Jul 01 21:23:13.627 INFO E| Compiling goblin v0.10.7
110272026-07-01T21:23:17.670Z[ host-image] Jul 01 21:23:16.450 INFO E| Finished `release` profile [optimized] target(s) in 17.70s
110282026-07-01T21:23:17.683Z[ host-image] Jul 01 21:23:16.464 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110292026-07-01T21:23:17.683Z[ host-image] Jul 01 21:23:16.464 INFO building ROM for gimlet
110302026-07-01T21:23:17.686Z[ host-image] Jul 01 21:23:16.464 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.h.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")
110312026-07-01T21:23:17.769Z[ host-image] Jul 01 21:23:16.550 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110322026-07-01T21:23:17.772Z[ host-image] Jul 01 21:23:16.552 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.h.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
110332026-07-01T21:23:17.782Z[ host-image] Jul 01 21:23:16.563 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
110342026-07-01T21:23:17.852Z[ host-image] Jul 01 21:23:16.632 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110352026-07-01T21:23:17.858Z[ host-image] Jul 01 21:23:16.639 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.h -o /work/os-host/gimlet.rom`
110362026-07-01T21:23:17.970Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
110372026-07-01T21:23:17.971Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
110382026-07-01T21:23:17.974Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
110392026-07-01T21:23:17.974Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
110402026-07-01T21:23:17.974Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
110412026-07-01T21:23:17.974Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
110422026-07-01T21:23:17.974Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
110432026-07-01T21:23:17.974Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
110442026-07-01T21:23:17.974Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
110452026-07-01T21:23:17.974Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
110462026-07-01T21:23:17.974Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
110472026-07-01T21:23:17.974Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
110482026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
110492026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
110502026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
110512026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO O| Info: ABL version: 0x100f5010
110522026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
110532026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110542026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110552026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110562026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110572026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110582026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110592026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110602026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110612026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110622026-07-01T21:23:17.975Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110632026-07-01T21:23:17.976Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110642026-07-01T21:23:17.976Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110652026-07-01T21:23:17.976Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110662026-07-01T21:23:17.976Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110672026-07-01T21:23:17.976Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110682026-07-01T21:23:17.976Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110692026-07-01T21:23:17.976Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110702026-07-01T21:23:17.976Z[ host-image] Jul 01 21:23:16.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110712026-07-01T21:23:18.003Z[ host-image] Jul 01 21:23:16.784 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110722026-07-01T21:23:18.003Z[ host-image] Jul 01 21:23:16.784 INFO building ROM for cosmo
110732026-07-01T21:23:18.003Z[ host-image] Jul 01 21:23:16.784 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")
110742026-07-01T21:23:18.087Z[ host-image] Jul 01 21:23:16.868 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110752026-07-01T21:23:18.090Z[ host-image] Jul 01 21:23:16.870 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`
110762026-07-01T21:23:18.100Z[ host-image] Jul 01 21:23:16.881 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110772026-07-01T21:23:18.171Z[ host-image] Jul 01 21:23:16.951 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110782026-07-01T21:23:18.174Z[ host-image] Jul 01 21:23:16.955 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`
110792026-07-01T21:23:18.381Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110802026-07-01T21:23:18.381Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110812026-07-01T21:23:18.385Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110822026-07-01T21:23:18.385Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110832026-07-01T21:23:18.385Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110842026-07-01T21:23:18.385Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110852026-07-01T21:23:18.385Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110862026-07-01T21:23:18.385Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110872026-07-01T21:23:18.385Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110882026-07-01T21:23:18.385Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110892026-07-01T21:23:18.385Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110902026-07-01T21:23:18.387Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110912026-07-01T21:23:18.387Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110922026-07-01T21:23:18.387Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110932026-07-01T21:23:18.387Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110942026-07-01T21:23:18.387Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110952026-07-01T21:23:18.387Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110962026-07-01T21:23:18.387Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110972026-07-01T21:23:18.388Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110982026-07-01T21:23:18.388Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110992026-07-01T21:23:18.388Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111002026-07-01T21:23:18.388Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111012026-07-01T21:23:18.388Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111022026-07-01T21:23:18.388Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111032026-07-01T21:23:18.388Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111042026-07-01T21:23:18.388Z[ host-image] Jul 01 21:23:17.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111052026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111062026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111072026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111082026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111092026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111102026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111112026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111122026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111132026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111142026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111152026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111162026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111172026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111182026-07-01T21:23:18.389Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111192026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111202026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111212026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111222026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111232026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111242026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111252026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111262026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111272026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111282026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111292026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111302026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111312026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111322026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO O| Info: ABL version: 0x100af010
111332026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111342026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111352026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111362026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111372026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111382026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111392026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111402026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111412026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111422026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111432026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111442026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111452026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111462026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111472026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111482026-07-01T21:23:18.390Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111492026-07-01T21:23:18.391Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111502026-07-01T21:23:18.391Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111512026-07-01T21:23:18.391Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111522026-07-01T21:23:18.391Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111532026-07-01T21:23:18.391Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111542026-07-01T21:23:18.391Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111552026-07-01T21:23:18.391Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111562026-07-01T21:23:18.391Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111572026-07-01T21:23:18.391Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111582026-07-01T21:23:18.395Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111592026-07-01T21:23:18.395Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111602026-07-01T21:23:18.395Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111612026-07-01T21:23:18.395Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111622026-07-01T21:23:18.395Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111632026-07-01T21:23:18.395Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111642026-07-01T21:23:18.395Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111652026-07-01T21:23:18.395Z[ host-image] Jul 01 21:23:17.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111662026-07-01T21:23:18.416Z[ host-image] Jul 01 21:23:17.197 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111672026-07-01T21:23:27.037Z[ host-image] Jul 01 21:23:25.817 INFO image complete! materials are in "/work/os-host"
111682026-07-01T21:23:27.040Z[ host-image]
111692026-07-01T21:23:27.043Z[ host-image] real 4:58.684020692
111702026-07-01T21:23:27.043Z[ host-image] user 2:28.237411055
111712026-07-01T21:23:27.043Z[ host-image] sys 32.295096156
111722026-07-01T21:23:27.043Z[ host-image] trap 0.059905851
111732026-07-01T21:23:27.043Z[ host-image] tflt 0.285456803
111742026-07-01T21:23:27.043Z[ host-image] dflt 0.213260515
111752026-07-01T21:23:27.043Z[ host-image] kflt 0.000038624
111762026-07-01T21:23:27.043Z[ host-image] lock 7:10.035683954
111772026-07-01T21:23:27.043Z[ host-image] slp 28:46.144955219
111782026-07-01T21:23:27.043Z[ host-image] lat 19.787746376
111792026-07-01T21:23:27.043Z[ host-image] stop 1.560762332
111802026-07-01T21:23:27.043ZJul 01 21:23:25.822 INFO [host-image] process exited with exit status: 0 (298.689725612s)
111812026-07-01T21:23:27.043ZJul 01 21:23:25.822 INFO [tuf-repo] running task
111822026-07-01T21:23:45.572ZJul 01 21:23:44.348 INFO assembling repository in `/tmp/tufaceousrCwu5w`, component: OmicronRepoAssembler
111832026-07-01T21:23:50.498ZJul 01 21:23:49.272 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111842026-07-01T21:23:50.719ZJul 01 21:23:49.492 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111852026-07-01T21:23:59.489ZJul 01 21:23:58.269 INFO extracting uploaded archive to /tmp/.tmpOY52w8
111862026-07-01T21:24:01.304ZJul 01 21:24:00.084 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.5Us1FK
111872026-07-01T21:24:01.364ZJul 01 21:24:00.141 INFO added artifact, length: 6654073, hash: 6063f1cd40422d423ee414535fb1153fa38e40e787d7ac52459ad6629b36b8bc, version: 1.73.0, kind: gimlet_sp, name: cosmo-a
111882026-07-01T21:24:01.451ZJul 01 21:24:00.231 INFO added artifact, length: 6654922, hash: bc3f6263ec0fc896a053e4c7cc0f0a28d2748c9fa9ee30cb3f89cdb19e2aa868, version: 1.73.0, kind: gimlet_sp, name: cosmo-b
111892026-07-01T21:24:01.542ZJul 01 21:24:00.320 INFO added artifact, length: 5470575, hash: 26b5e4a94400306d78dd3862abc3f9dd86c508ae121ad85a469aa1c5c925d0ca, version: 1.73.0, kind: gimlet_sp, name: gimlet-b
111902026-07-01T21:24:01.615ZJul 01 21:24:00.395 INFO added artifact, length: 5473738, hash: 020d4d00f97f51a3f8dd01c6b26c4c378d1075499f7e538131949ddc1a5c48dc, version: 1.73.0, kind: gimlet_sp, name: gimlet-c
111912026-07-01T21:24:01.683ZJul 01 21:24:00.463 INFO added artifact, length: 5474210, hash: 00bde51f492ebc67b33084e7597da8c6c857459a01cea12b6c706ab8390223dd, version: 1.73.0, kind: gimlet_sp, name: gimlet-d
111922026-07-01T21:24:01.772ZJul 01 21:24:00.551 INFO added artifact, length: 5474290, hash: bd9c3843519a294c4315a510f00bfe61dc71b84270ccdae48907a74778b187b4, version: 1.73.0, kind: gimlet_sp, name: gimlet-e
111932026-07-01T21:24:01.853ZJul 01 21:24:00.633 INFO added artifact, length: 5474229, hash: cbbeaeae084e89d7742bf50dd6b72033ea26a02b1802eeaac521ba7a5746b4de, version: 1.73.0, kind: gimlet_sp, name: gimlet-f
111942026-07-01T21:24:01.941ZJul 01 21:24:00.721 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111952026-07-01T21:24:01.941ZJul 01 21:24:00.721 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111962026-07-01T21:24:01.997ZJul 01 21:24:00.777 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111972026-07-01T21:24:01.997ZJul 01 21:24:00.777 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
111982026-07-01T21:24:02.041ZJul 01 21:24:00.821 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111992026-07-01T21:24:02.046ZJul 01 21:24:00.821 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112002026-07-01T21:24:02.091ZJul 01 21:24:00.871 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112012026-07-01T21:24:02.103ZJul 01 21:24:00.871 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112022026-07-01T21:24:02.153ZJul 01 21:24:00.922 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112032026-07-01T21:24:02.154ZJul 01 21:24:00.922 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112042026-07-01T21:24:02.205ZJul 01 21:24:00.967 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112052026-07-01T21:24:02.211ZJul 01 21:24:00.967 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112062026-07-01T21:24:02.246ZJul 01 21:24:01.015 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112072026-07-01T21:24:02.248ZJul 01 21:24:01.015 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112082026-07-01T21:24:02.252ZJul 01 21:24:01.016 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112092026-07-01T21:24:02.252ZJul 01 21:24:01.017 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112102026-07-01T21:24:02.252ZJul 01 21:24:01.017 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112112026-07-01T21:24:02.253ZJul 01 21:24:01.018 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112122026-07-01T21:24:02.253ZJul 01 21:24:01.019 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112132026-07-01T21:24:07.942ZJul 01 21:24:06.704 INFO added artifact, length: 33554432, hash: c44eb76a724ba5d0c0145b3bb81bde8b9c85f1752ad70173fa17f1de22989338, version: 21.0.0-0.ci+gitfb4894e2227, kind: gimlet_host_phase_1, name: host
112142026-07-01T21:24:07.942ZJul 01 21:24:06.704 INFO added artifact, length: 33554432, hash: 496d4f3008e3f38ff789102b56b3c9d5d8d6d7c03b45d96e7a3025384daa6365, version: 21.0.0-0.ci+gitfb4894e2227, kind: cosmo_host_phase_1, name: host
112152026-07-01T21:24:07.960ZJul 01 21:24:06.704 INFO added artifact, length: 1101008896, hash: bdcdd9982fb87ace37a1be785c4d00cd7ee26e54c23223f1202d638b22e2b28b, version: 21.0.0-0.ci+gitfb4894e2227, kind: host_phase_2, name: host
112162026-07-01T21:24:09.343ZJul 01 21:24:07.761 INFO added artifact, length: 33554432, hash: ba1e5cfd6b9c09e2bdcf1deea053683f44df2c4a0cda874fb2cfe71f0b32c57f, version: 21.0.0-0.ci+gitfb4894e2227, kind: gimlet_trampoline_phase_1, name: trampoline
112172026-07-01T21:24:09.343ZJul 01 21:24:07.761 INFO added artifact, length: 33554432, hash: b84d2b6fa5d89926a014e869a2bbd242d47a3e81094b8ec1d94925ad2144c950, version: 21.0.0-0.ci+gitfb4894e2227, kind: cosmo_trampoline_phase_1, name: trampoline
112182026-07-01T21:24:09.733ZJul 01 21:24:07.761 INFO added artifact, length: 165004548, hash: a549d7e92f6e35583e46c3b809583adadfcb1b48ecc1c1d5468bc07c8edcbf76, version: 21.0.0-0.ci+gitfb4894e2227, kind: trampoline_phase_2, name: trampoline
112192026-07-01T21:24:12.736ZJul 01 21:24:09.557 INFO added artifact, length: 301683321, hash: dd26559356e5a26501ed1197b9f123c30bbc404bc52261dc81551dc52f1c6d87, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: clickhouse_keeper
112202026-07-01T21:24:13.067ZJul 01 21:24:11.357 INFO added artifact, length: 315532453, hash: e3fbfad1966100599e380901d928f8e559b2d8119c2df8e62cfe48135fa4739a, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: clickhouse_server
112212026-07-01T21:24:14.346ZJul 01 21:24:13.125 INFO added artifact, length: 315535895, hash: ad5a96afc8175cac361babee8085d9da9c7f470fce723b15a0f0ad508d10b82b, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: clickhouse
112222026-07-01T21:24:15.223ZJul 01 21:24:13.999 INFO added artifact, length: 162316612, hash: 8a1663009caad9e52a68f209145cca98215147a21e473dd4c996c30e9c0569b0, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: cockroachdb
112232026-07-01T21:24:15.666ZJul 01 21:24:14.219 INFO added artifact, length: 38234793, hash: 34e8a9ecffc0f1d7582506bc1852ed0c766e39260cf0cdce651f540c94cc32b8, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: crucible-pantry-zone
112242026-07-01T21:24:15.738ZJul 01 21:24:14.512 INFO added artifact, length: 53282870, hash: 0810077867e6015b4b545fef24c904d26f6fe25951b13fc197dd09ca44efa44b, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: crucible-zone
112252026-07-01T21:24:16.861ZJul 01 21:24:14.824 INFO added artifact, length: 44965621, hash: a1d0a2452cc80dc78a0eff72886a06a3080f1aede61be96e2ade261e3af42d5e, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: external-dns
112262026-07-01T21:24:16.914ZJul 01 21:24:15.089 INFO added artifact, length: 44965217, hash: db2458ff86184006499d73cff6e306476d36363f0fddc027535821b2f6e53e0c, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: internal-dns
112272026-07-01T21:24:17.928ZJul 01 21:24:16.708 INFO added artifact, length: 278544928, hash: 8deaf2e9b7d8c14af5cc39eab111f6839a8ac833d6f6509d8c18e7dd2be7628e, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: nexus
112282026-07-01T21:24:18.062ZJul 01 21:24:16.842 INFO added artifact, length: 27127174, hash: 2b11b1927998a219c8e9089c48749c10fbfe8d164fe6fdfabbfa416cca8837a7, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: ntp
112292026-07-01T21:24:18.442ZJul 01 21:24:17.222 INFO added artifact, length: 62213664, hash: 0c9a6e0137559b6d0700862c2862ec3bc05061086bf5bf743376b8389baf3f01, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: oximeter
112302026-07-01T21:24:18.457ZJul 01 21:24:17.237 INFO added artifact, length: 3109592, hash: 7372a044c111c1b8f907dd5bdd6fa5e5ca1ad002da24b3a4f80c1798b6924038, version: 21.0.0-0.ci+gitfb4894e2227, kind: zone, name: probe
112312026-07-01T21:24:18.460ZJul 01 21:24:17.238 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112322026-07-01T21:24:18.460ZJul 01 21:24:17.238 INFO added artifact, length: 829, hash: 884b71e2268556a24f096df11676fed76b5775e83e1b9f0c897e6c039eac05a8, version: 1.73.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.73.0
112332026-07-01T21:24:18.460ZJul 01 21:24:17.238 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112342026-07-01T21:24:18.487ZJul 01 21:24:17.267 INFO added artifact, length: 4039307, hash: 2be30a3e15f662a8ff16dd240f1fe7260580cf8efc6d7e4eb6c3556a6f4859ec, version: 1.73.0, kind: psc_sp, name: observer-a
112352026-07-01T21:24:18.518ZJul 01 21:24:17.298 INFO added artifact, length: 4089302, hash: 98c63d50c9729350f8e1e4f945281bc98f53de0e6ebc7141105c41c63ad343b8, version: 1.73.0, kind: psc_sp, name: psc-b
112362026-07-01T21:24:18.549ZJul 01 21:24:17.329 INFO added artifact, length: 4092348, hash: c75704fab00ed5d4a51f5324d4b67814fcb7781f68a41bf9cc101b8665bbd8c8, version: 1.73.0, kind: psc_sp, name: psc-c
112372026-07-01T21:24:18.585ZJul 01 21:24:17.365 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112382026-07-01T21:24:18.585ZJul 01 21:24:17.365 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112392026-07-01T21:24:18.623ZJul 01 21:24:17.403 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112402026-07-01T21:24:18.623ZJul 01 21:24:17.403 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112412026-07-01T21:24:18.663ZJul 01 21:24:17.444 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112422026-07-01T21:24:18.663ZJul 01 21:24:17.444 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112432026-07-01T21:24:18.708ZJul 01 21:24:17.488 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112442026-07-01T21:24:18.708ZJul 01 21:24:17.488 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112452026-07-01T21:24:18.712ZJul 01 21:24:17.489 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112462026-07-01T21:24:18.712ZJul 01 21:24:17.489 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112472026-07-01T21:24:18.712ZJul 01 21:24:17.490 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112482026-07-01T21:24:18.752ZJul 01 21:24:17.533 INFO added artifact, length: 6936310, hash: 17f46108744d8b377e66207b6b4ee2a0cc01861d6031af7549653c3977dbcc9f, version: 1.73.0, kind: switch_sp, name: sidecar-b
112492026-07-01T21:24:18.830ZJul 01 21:24:17.610 INFO added artifact, length: 6952046, hash: cea7c49aa89e3ce6eaf2846f9ced51b41fb806a09d8d613e35cc8bae4a48ea39, version: 1.73.0, kind: switch_sp, name: sidecar-c
112502026-07-01T21:24:18.911ZJul 01 21:24:17.692 INFO added artifact, length: 6952027, hash: 70a99fd0dc1a1a7e5f6a78d299e948636800614d350b434976d794ba446557ca, version: 1.73.0, kind: switch_sp, name: sidecar-d
112512026-07-01T21:24:19.001ZJul 01 21:24:17.781 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112522026-07-01T21:24:19.001ZJul 01 21:24:17.781 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112532026-07-01T21:24:19.061ZJul 01 21:24:17.841 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112542026-07-01T21:24:19.061ZJul 01 21:24:17.841 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112552026-07-01T21:24:19.110ZJul 01 21:24:17.891 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112562026-07-01T21:24:19.110ZJul 01 21:24:17.891 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112572026-07-01T21:24:19.154ZJul 01 21:24:17.935 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112582026-07-01T21:24:19.154ZJul 01 21:24:17.935 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112592026-07-01T21:24:19.159ZJul 01 21:24:17.935 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112602026-07-01T21:24:19.159ZJul 01 21:24:17.936 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112612026-07-01T21:24:19.159ZJul 01 21:24:17.936 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112622026-07-01T21:24:19.159ZJul 01 21:24:17.936 INFO added artifact, length: 924, hash: 8e52d7ee823ef3dcb80e0dfa441612c8530bb256d54e673e627904faa1964d0e, version: 21.0.0-0.ci+gitfb4894e2227, kind: installinator_document, name: installinator_document
112632026-07-01T21:24:19.802ZJul 01 21:24:18.582 INFO extracting uploaded archive to /tmp/.tmp35rLzd
112642026-07-01T21:24:21.633ZJul 01 21:24:20.413 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.TrXAEb
112652026-07-01T21:24:21.683ZJul 01 21:24:20.463 INFO added artifact, length: 6654073, hash: 6063f1cd40422d423ee414535fb1153fa38e40e787d7ac52459ad6629b36b8bc, version: 1.73.0, kind: gimlet_sp, name: cosmo-a
112662026-07-01T21:24:21.775ZJul 01 21:24:20.554 INFO added artifact, length: 6654922, hash: bc3f6263ec0fc896a053e4c7cc0f0a28d2748c9fa9ee30cb3f89cdb19e2aa868, version: 1.73.0, kind: gimlet_sp, name: cosmo-b
112672026-07-01T21:24:21.852ZJul 01 21:24:20.632 INFO added artifact, length: 5470575, hash: 26b5e4a94400306d78dd3862abc3f9dd86c508ae121ad85a469aa1c5c925d0ca, version: 1.73.0, kind: gimlet_sp, name: gimlet-b
112682026-07-01T21:24:21.930ZJul 01 21:24:20.710 INFO added artifact, length: 5473738, hash: 020d4d00f97f51a3f8dd01c6b26c4c378d1075499f7e538131949ddc1a5c48dc, version: 1.73.0, kind: gimlet_sp, name: gimlet-c
112692026-07-01T21:24:22.011ZJul 01 21:24:20.791 INFO added artifact, length: 5474210, hash: 00bde51f492ebc67b33084e7597da8c6c857459a01cea12b6c706ab8390223dd, version: 1.73.0, kind: gimlet_sp, name: gimlet-d
112702026-07-01T21:24:22.094ZJul 01 21:24:20.874 INFO added artifact, length: 5474290, hash: bd9c3843519a294c4315a510f00bfe61dc71b84270ccdae48907a74778b187b4, version: 1.73.0, kind: gimlet_sp, name: gimlet-e
112712026-07-01T21:24:22.185ZJul 01 21:24:20.965 INFO added artifact, length: 5474229, hash: cbbeaeae084e89d7742bf50dd6b72033ea26a02b1802eeaac521ba7a5746b4de, version: 1.73.0, kind: gimlet_sp, name: gimlet-f
112722026-07-01T21:24:22.273ZJul 01 21:24:21.053 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112732026-07-01T21:24:22.273ZJul 01 21:24:21.053 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112742026-07-01T21:24:22.332ZJul 01 21:24:21.112 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112752026-07-01T21:24:22.332ZJul 01 21:24:21.112 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112762026-07-01T21:24:22.385ZJul 01 21:24:21.165 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112772026-07-01T21:24:22.385ZJul 01 21:24:21.165 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112782026-07-01T21:24:22.434ZJul 01 21:24:21.214 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112792026-07-01T21:24:22.437ZJul 01 21:24:21.214 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112802026-07-01T21:24:22.487ZJul 01 21:24:21.267 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112812026-07-01T21:24:22.487ZJul 01 21:24:21.267 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112822026-07-01T21:24:22.542ZJul 01 21:24:21.322 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112832026-07-01T21:24:22.546ZJul 01 21:24:21.322 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112842026-07-01T21:24:22.591ZJul 01 21:24:21.371 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112852026-07-01T21:24:22.591ZJul 01 21:24:21.371 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112862026-07-01T21:24:22.595ZJul 01 21:24:21.372 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112872026-07-01T21:24:22.595ZJul 01 21:24:21.372 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112882026-07-01T21:24:22.595ZJul 01 21:24:21.373 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112892026-07-01T21:24:22.595ZJul 01 21:24:21.373 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112902026-07-01T21:24:22.595ZJul 01 21:24:21.374 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112912026-07-01T21:24:27.853ZJul 01 21:24:26.633 INFO added artifact, length: 33554432, hash: c44eb76a724ba5d0c0145b3bb81bde8b9c85f1752ad70173fa17f1de22989338, version: 21.0.0-0.ci+gitfb4894e2227, kind: gimlet_host_phase_1, name: host
112922026-07-01T21:24:27.853ZJul 01 21:24:26.633 INFO added artifact, length: 33554432, hash: 496d4f3008e3f38ff789102b56b3c9d5d8d6d7c03b45d96e7a3025384daa6365, version: 21.0.0-0.ci+gitfb4894e2227, kind: cosmo_host_phase_1, name: host
112932026-07-01T21:24:27.853ZJul 01 21:24:26.633 INFO added artifact, length: 1101008896, hash: bdcdd9982fb87ace37a1be785c4d00cd7ee26e54c23223f1202d638b22e2b28b, version: 21.0.0-0.ci+gitfb4894e2227, kind: host_phase_2, name: host
112942026-07-01T21:24:28.819ZJul 01 21:24:27.599 INFO added artifact, length: 33554432, hash: ba1e5cfd6b9c09e2bdcf1deea053683f44df2c4a0cda874fb2cfe71f0b32c57f, version: 21.0.0-0.ci+gitfb4894e2227, kind: gimlet_trampoline_phase_1, name: trampoline
112952026-07-01T21:24:28.819ZJul 01 21:24:27.599 INFO added artifact, length: 33554432, hash: b84d2b6fa5d89926a014e869a2bbd242d47a3e81094b8ec1d94925ad2144c950, version: 21.0.0-0.ci+gitfb4894e2227, kind: cosmo_trampoline_phase_1, name: trampoline
112962026-07-01T21:24:28.819ZJul 01 21:24:27.599 INFO added artifact, length: 165004548, hash: a549d7e92f6e35583e46c3b809583adadfcb1b48ecc1c1d5468bc07c8edcbf76, version: 21.0.0-0.ci+gitfb4894e2227, kind: trampoline_phase_2, name: trampoline
112972026-07-01T21:24:33.769ZJul 01 21:24:32.549 INFO added artifact, length: 1704729549, hash: a6931e4472fe6084bd7b1c725fa0f9151ff6ae13f49b953f753b79e2e7c7341a, version: 21.0.0-0.ci+gitfb4894e2227, kind: control_plane, name: control-plane
112982026-07-01T21:24:33.773ZJul 01 21:24:32.550 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112992026-07-01T21:24:33.773ZJul 01 21:24:32.550 INFO added artifact, length: 829, hash: 884b71e2268556a24f096df11676fed76b5775e83e1b9f0c897e6c039eac05a8, version: 1.73.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.73.0
113002026-07-01T21:24:33.773ZJul 01 21:24:32.550 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113012026-07-01T21:24:33.797ZJul 01 21:24:32.578 INFO added artifact, length: 4039307, hash: 2be30a3e15f662a8ff16dd240f1fe7260580cf8efc6d7e4eb6c3556a6f4859ec, version: 1.73.0, kind: psc_sp, name: observer-a
113022026-07-01T21:24:33.832ZJul 01 21:24:32.604 INFO added artifact, length: 4089302, hash: 98c63d50c9729350f8e1e4f945281bc98f53de0e6ebc7141105c41c63ad343b8, version: 1.73.0, kind: psc_sp, name: psc-b
113032026-07-01T21:24:33.849ZJul 01 21:24:32.629 INFO added artifact, length: 4092348, hash: c75704fab00ed5d4a51f5324d4b67814fcb7781f68a41bf9cc101b8665bbd8c8, version: 1.73.0, kind: psc_sp, name: psc-c
113042026-07-01T21:24:33.897ZJul 01 21:24:32.677 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113052026-07-01T21:24:33.899ZJul 01 21:24:32.677 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113062026-07-01T21:24:33.936ZJul 01 21:24:32.716 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113072026-07-01T21:24:33.936ZJul 01 21:24:32.716 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113082026-07-01T21:24:33.982ZJul 01 21:24:32.762 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113092026-07-01T21:24:33.982ZJul 01 21:24:32.762 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113102026-07-01T21:24:34.030ZJul 01 21:24:32.810 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113112026-07-01T21:24:34.034ZJul 01 21:24:32.810 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113122026-07-01T21:24:34.034ZJul 01 21:24:32.811 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113132026-07-01T21:24:34.034ZJul 01 21:24:32.811 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113142026-07-01T21:24:34.034ZJul 01 21:24:32.812 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113152026-07-01T21:24:34.076ZJul 01 21:24:32.856 INFO added artifact, length: 6936310, hash: 17f46108744d8b377e66207b6b4ee2a0cc01861d6031af7549653c3977dbcc9f, version: 1.73.0, kind: switch_sp, name: sidecar-b
113162026-07-01T21:24:34.179ZJul 01 21:24:32.959 INFO added artifact, length: 6952046, hash: cea7c49aa89e3ce6eaf2846f9ced51b41fb806a09d8d613e35cc8bae4a48ea39, version: 1.73.0, kind: switch_sp, name: sidecar-c
113172026-07-01T21:24:34.270ZJul 01 21:24:33.049 INFO added artifact, length: 6952027, hash: 70a99fd0dc1a1a7e5f6a78d299e948636800614d350b434976d794ba446557ca, version: 1.73.0, kind: switch_sp, name: sidecar-d
113182026-07-01T21:24:34.353ZJul 01 21:24:33.129 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113192026-07-01T21:24:34.353ZJul 01 21:24:33.129 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113202026-07-01T21:24:34.402ZJul 01 21:24:33.182 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113212026-07-01T21:24:34.405ZJul 01 21:24:33.182 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113222026-07-01T21:24:34.454ZJul 01 21:24:33.233 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113232026-07-01T21:24:34.454ZJul 01 21:24:33.233 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113242026-07-01T21:24:34.497ZJul 01 21:24:33.275 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113252026-07-01T21:24:34.505ZJul 01 21:24:33.275 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113262026-07-01T21:24:34.505ZJul 01 21:24:33.276 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113272026-07-01T21:24:34.505ZJul 01 21:24:33.277 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113282026-07-01T21:24:34.505ZJul 01 21:24:33.277 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113292026-07-01T21:24:34.505ZJul 01 21:24:33.277 INFO added artifact, length: 924, hash: 8e52d7ee823ef3dcb80e0dfa441612c8530bb256d54e673e627904faa1964d0e, version: 21.0.0-0.ci+gitfb4894e2227, kind: installinator_document, name: installinator_document
113302026-07-01T21:24:35.078ZJul 01 21:24:33.820 INFO [tuf-repo] task succeeded (67.998206124s)
113312026-07-01T21:25:29.643Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s
113322026-07-01T21:25:31.431ZJul 01 21:25:30.211 INFO [verify-libraries] process exited with exit status: 0 (394.410595662s)
113332026-07-01T21:25:31.432ZJul 01 21:25:30.211 INFO all jobs completed in 1050.39403345s
113342026-07-01T21:25:32.364Zprocess exited: duration 1260774 ms, exit code 0
 
113352026-07-01T21:25:32.376Zfound 41 output files
113362026-07-01T21:25:32.376Zuploading: /work/manifest.toml (17334 bytes)
113372026-07-01T21:25:33.395Zuploaded: /work/manifest.toml
113382026-07-01T21:25:33.395Zuploading: /work/repo.zip (2998860648 bytes)
113392026-07-01T21:26:09.705Zuploaded: /work/repo.zip
113402026-07-01T21:26:09.705Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113412026-07-01T21:26:11.188Zuploaded: /work/repo.zip.sha256.txt
113422026-07-01T21:26:11.188Zuploading: /work/helios.json (647 bytes)
113432026-07-01T21:26:12.197Zuploaded: /work/helios.json
113442026-07-01T21:26:12.197Zuploading: /work/incorporation.p5m (113332 bytes)
113452026-07-01T21:26:13.211Zuploaded: /work/incorporation.p5m
113462026-07-01T21:26:13.211Zuploading: /work/incorporation.p5p (133120 bytes)
113472026-07-01T21:26:14.225Zuploaded: /work/incorporation.p5p
113482026-07-01T21:26:14.225Zuploading: /work/helios-incorp.log (522 bytes)
113492026-07-01T21:26:15.239Zuploaded: /work/helios-incorp.log
113502026-07-01T21:26:15.239Zuploading: /work/helios-setup.log (57044 bytes)
113512026-07-01T21:26:16.252Zuploaded: /work/helios-setup.log
113522026-07-01T21:26:16.252Zuploading: /work/host-image.log (235058 bytes)
113532026-07-01T21:26:17.273Zuploaded: /work/host-image.log
113542026-07-01T21:26:17.273Zuploading: /work/host-package.log (32820 bytes)
113552026-07-01T21:26:18.285Zuploaded: /work/host-package.log
113562026-07-01T21:26:18.285Zuploading: /work/host-target.log (101 bytes)
113572026-07-01T21:26:19.296Zuploaded: /work/host-target.log
113582026-07-01T21:26:19.296Zuploading: /work/incorp-create.log (0 bytes)
113592026-07-01T21:26:20.307Zuploaded: /work/incorp-create.log
113602026-07-01T21:26:20.307Zuploading: /work/incorp-fmt.log (0 bytes)
113612026-07-01T21:26:21.315Zuploaded: /work/incorp-fmt.log
113622026-07-01T21:26:21.315Zuploading: /work/incorp-pkgsend.log (108 bytes)
113632026-07-01T21:26:22.327Zuploaded: /work/incorp-pkgsend.log
113642026-07-01T21:26:22.327Zuploading: /work/incorp-publisher.log (0 bytes)
113652026-07-01T21:26:23.336Zuploaded: /work/incorp-publisher.log
113662026-07-01T21:26:23.336Zuploading: /work/omicron-package.log (8003 bytes)
113672026-07-01T21:26:24.347Zuploaded: /work/omicron-package.log
113682026-07-01T21:26:24.347Zuploading: /work/recovery-image.log (593328 bytes)
113692026-07-01T21:26:25.370Zuploaded: /work/recovery-image.log
113702026-07-01T21:26:25.370Zuploading: /work/recovery-package.log (2545 bytes)
113712026-07-01T21:26:26.381Zuploaded: /work/recovery-package.log
113722026-07-01T21:26:26.381Zuploading: /work/recovery-target.log (98 bytes)
113732026-07-01T21:26:27.394Zuploaded: /work/recovery-target.log
113742026-07-01T21:26:27.394Zuploading: /work/stamp-clickhouse.log (117 bytes)
113752026-07-01T21:26:28.400Zuploaded: /work/stamp-clickhouse.log
113762026-07-01T21:26:28.400Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113772026-07-01T21:26:29.412Zuploaded: /work/stamp-clickhouse_keeper.log
113782026-07-01T21:26:29.413Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113792026-07-01T21:26:30.421Zuploaded: /work/stamp-clickhouse_server.log
113802026-07-01T21:26:30.421Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113812026-07-01T21:26:31.430Zuploaded: /work/stamp-cockroachdb.log
113822026-07-01T21:26:31.430Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113832026-07-01T21:26:32.511Zuploaded: /work/stamp-crucible-pantry-zone.log
113842026-07-01T21:26:32.511Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113852026-07-01T21:26:33.653Zuploaded: /work/stamp-crucible-utils.log
113862026-07-01T21:26:33.653Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113872026-07-01T21:26:34.807Zuploaded: /work/stamp-crucible-zone.log
113882026-07-01T21:26:34.808Zuploading: /work/stamp-external-dns.log (119 bytes)
113892026-07-01T21:26:35.870Zuploaded: /work/stamp-external-dns.log
113902026-07-01T21:26:35.870Zuploading: /work/stamp-installinator.log (103 bytes)
113912026-07-01T21:26:36.918Zuploaded: /work/stamp-installinator.log
113922026-07-01T21:26:36.918Zuploading: /work/stamp-internal-dns.log (119 bytes)
113932026-07-01T21:26:37.948Zuploaded: /work/stamp-internal-dns.log
113942026-07-01T21:26:37.949Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113952026-07-01T21:26:38.973Zuploaded: /work/stamp-mg-ddm-gz.log
113962026-07-01T21:26:38.973Zuploading: /work/stamp-nexus.log (112 bytes)
113972026-07-01T21:26:40.993Zuploaded: /work/stamp-nexus.log
113982026-07-01T21:26:40.994Zuploading: /work/stamp-ntp.log (110 bytes)
113992026-07-01T21:26:42.022Zuploaded: /work/stamp-ntp.log
114002026-07-01T21:26:42.022Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114012026-07-01T21:26:43.034Zuploaded: /work/stamp-omicron-sled-agent.log
114022026-07-01T21:26:43.034Zuploading: /work/stamp-overlay.log (114 bytes)
114032026-07-01T21:26:44.052Zuploaded: /work/stamp-overlay.log
114042026-07-01T21:26:44.052Zuploading: /work/stamp-oximeter.log (115 bytes)
114052026-07-01T21:26:45.061Zuploaded: /work/stamp-oximeter.log
114062026-07-01T21:26:45.062Zuploading: /work/stamp-oxlog.log (109 bytes)
114072026-07-01T21:26:46.072Zuploaded: /work/stamp-oxlog.log
114082026-07-01T21:26:46.072Zuploading: /work/stamp-probe.log (112 bytes)
114092026-07-01T21:26:47.082Zuploaded: /work/stamp-probe.log
114102026-07-01T21:26:47.082Zuploading: /work/stamp-propolis-server.log (122 bytes)
114112026-07-01T21:26:48.093Zuploaded: /work/stamp-propolis-server.log
114122026-07-01T21:26:48.093Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114132026-07-01T21:26:49.102Zuploaded: /work/stamp-pumpkind-gz.log
114142026-07-01T21:26:49.102Zuploading: /work/stamp-switch-asic.log (118 bytes)
114152026-07-01T21:26:50.112Zuploaded: /work/stamp-switch-asic.log
114162026-07-01T21:26:50.113Zuploading: /work/verify-libraries.log (50386 bytes)
114172026-07-01T21:26:51.128Zuploaded: /work/verify-libraries.log