01KRYPTHCJ34861RV0BFKME7T1: 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: 01KRYPV426C70ACR2MVW1A1TKK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T23:31:47.947Zjob assigned to worker 01KRYPVFRMJKDMCEZ4N047KH6P [factory aws, i-0c4a7e71fa825f6fc] (queued for 56 s)
 
22026-05-18T23:31:55.104Zstarting task 0: "setup"
32026-05-18T23:31:55.109Z++ uname -s
42026-05-18T23:31:55.112Z+ kern=SunOS
52026-05-18T23:31:55.112Z+ build_user=build
62026-05-18T23:31:55.112Z+ build_uid=12345
72026-05-18T23:31:55.112Z+ work_dir=/work
82026-05-18T23:31:55.112Z+ input_dir=/input
92026-05-18T23:31:55.112Z+ [[ 0 == 12345 ]]
102026-05-18T23:31:55.112Z+ case "$kern" in
112026-05-18T23:31:55.112Z+ groupadd -g 12345 build
122026-05-18T23:31:55.115Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T23:31:57.120Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T23:31:57.224Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T23:31:57.226Z+ home_fs=zfs
162026-05-18T23:31:57.226Z+ [[ zfs == autofs ]]
172026-05-18T23:31:57.227Z+ mkdir -p /home/build
182026-05-18T23:31:57.229Z+ chown build:build /home/build /work
192026-05-18T23:31:59.230Z+ chmod 0700 /home/build /work
202026-05-18T23:31:59.233Zprocess exited: duration 4131 ms, exit code 0
 
212026-05-18T23:31:59.240Zstarting task 1: "rust-toolchain"
222026-05-18T23:31:59.244Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-18T23:31:59.244Z * rust toolchain channel = "1.94.0"
242026-05-18T23:31:59.244Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-18T23:31:59.244Z * rust toolchain profile = "default"
262026-05-18T23:31:59.244Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-18T23:31:59.244Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-18T23:31:59.247Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T23:31:59.247Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-18T23:31:59.547Zinfo: downloading installer
312026-05-18T23:32:00.924Zwarn: It looks like you have an existing rustup settings file at:
322026-05-18T23:32:00.924Zwarn: /home/build/.rustup/settings.toml
332026-05-18T23:32:00.924Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-18T23:32:00.924Zwarn: instead of the one inferred from the default host triple.
352026-05-18T23:32:00.930Zinfo: profile set to default
362026-05-18T23:32:00.930Zinfo: default host triple is x86_64-unknown-illumos
372026-05-18T23:32:00.930Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-18T23:32:01.060Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-18T23:32:01.063Zinfo: downloading 6 components
402026-05-18T23:32:15.757Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-18T23:32:15.757Z
422026-05-18T23:32:15.794Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-18T23:32:15.794Z
442026-05-18T23:32:15.794Z
452026-05-18T23:32:15.794ZRust is installed now. Great!
462026-05-18T23:32:15.794Z
472026-05-18T23:32:15.794ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-18T23:32:15.794Zenvironment variable. This has not been done automatically.
492026-05-18T23:32:15.794Z
502026-05-18T23:32:15.794ZTo configure your current shell, you need to source
512026-05-18T23:32:15.794Zthe corresponding env file under $HOME/.cargo.
522026-05-18T23:32:15.794Z
532026-05-18T23:32:15.794ZThis is usually done by running one of the following (note the leading DOT):
542026-05-18T23:32:15.798Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-18T23:32:15.798Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-18T23:32:15.798Zsource "~/.cargo/env.nu" # For nushell
572026-05-18T23:32:15.798Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-18T23:32:15.798Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-18T23:32:15.798Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-18T23:32:15.798Zwarn: no default linker (`cc`) was found in your PATH
612026-05-18T23:32:15.798Zwarn: many Rust crates require a system C toolchain to build
622026-05-18T23:32:15.904Z+ rustup --version
632026-05-18T23:32:15.911Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-18T23:32:15.914Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-18T23:32:15.933Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-18T23:32:15.936Z+ cargo --version
672026-05-18T23:32:15.944Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-18T23:32:15.948Z+ rustc --version
692026-05-18T23:32:15.967Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-18T23:32:15.970Zprocess exited: duration 16731 ms, exit code 0
 
712026-05-18T23:32:15.977Zstarting task 2: "authentication"
722026-05-18T23:32:15.995Zprocess exited: duration 18 ms, exit code 0
 
732026-05-18T23:32:16.001Zstarting task 3: "clone repository"
742026-05-18T23:32:16.006Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-18T23:32:16.009Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-18T23:32:16.049ZCloning into '/work/oxidecomputer/omicron'...
772026-05-18T23:32:26.110Z+ cd /work/oxidecomputer/omicron
782026-05-18T23:32:26.110Z+ git fetch origin 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407
792026-05-18T23:32:26.384ZFrom https://github.com/oxidecomputer/omicron
802026-05-18T23:32:26.384Z * branch 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407 -> FETCH_HEAD
812026-05-18T23:32:26.399Z+ [[ -n '' ]]
822026-05-18T23:32:26.399Z+ git reset --hard 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407
832026-05-18T23:32:26.422ZHEAD is now at 34caf603a [spr] initial version
842026-05-18T23:32:26.425Zprocess exited: duration 10422 ms, exit code 0
 
852026-05-18T23:32:26.433Zstarting task 4: "build"
862026-05-18T23:32:26.438Z+ source .github/buildomat/ci-env.sh
872026-05-18T23:32:26.438Z++ export CARGO_TERM_COLOR=always
882026-05-18T23:32:26.438Z++ CARGO_TERM_COLOR=always
892026-05-18T23:32:26.438Z+ cargo --version
902026-05-18T23:32:26.448Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-18T23:32:26.450Z+ rustc --version
922026-05-18T23:32:26.473Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-18T23:32:26.476Z+ cargo tree --locked
942026-05-18T23:32:26.650Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
952026-05-18T23:32:26.927Z Updating crates.io index
962026-05-18T23:32:26.930Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
972026-05-18T23:32:27.203Z Updating git repository `https://github.com/oxidecomputer/lldp`
982026-05-18T23:32:27.984Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
992026-05-18T23:32:28.421Z Updating git repository `https://github.com/oxidecomputer/propolis`
1002026-05-18T23:32:29.490Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1012026-05-18T23:32:30.015Z Updating git repository `https://github.com/oxidecomputer/crucible`
1022026-05-18T23:32:31.350Z Updating git repository `https://github.com/oxidecomputer/opte`
1032026-05-18T23:32:32.131Z Updating git repository `https://github.com/oxidecomputer/tofino`
1042026-05-18T23:32:32.626Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1052026-05-18T23:32:33.459Z Updating git repository `https://github.com/oxidecomputer/clickward`
1062026-05-18T23:32:34.002Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1072026-05-18T23:32:34.451Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1082026-05-18T23:32:34.770Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1092026-05-18T23:32:35.752Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1102026-05-18T23:32:36.215Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-05-18T23:32:36.467Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1122026-05-18T23:32:36.815Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1132026-05-18T23:32:37.153Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1142026-05-18T23:32:37.558Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1152026-05-18T23:32:38.054Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1162026-05-18T23:32:38.283Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1172026-05-18T23:32:38.555Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1182026-05-18T23:32:38.940Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1192026-05-18T23:32:39.298Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1202026-05-18T23:32:39.917Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1212026-05-18T23:32:40.220Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1222026-05-18T23:32:40.510Z Updating git repository `https://github.com/oxidecomputer/ispf`
1232026-05-18T23:32:40.781Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1242026-05-18T23:32:41.912Z Updating git repository `https://github.com/oxidecomputer/crucible`
1252026-05-18T23:32:42.731Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1262026-05-18T23:32:43.182Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1272026-05-18T23:32:43.448Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1282026-05-18T23:32:43.784Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1292026-05-18T23:32:44.104Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1302026-05-18T23:32:44.452Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1312026-05-18T23:32:44.932Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-05-18T23:32:45.211Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1332026-05-18T23:32:45.470Z Updating git repository `https://github.com/illumos/smf-rs`
1342026-05-18T23:32:45.913Z Updating git repository `https://github.com/oxidecomputer/omicron`
1352026-05-18T23:32:57.844Z Downloading crates ...
1362026-05-18T23:32:57.929Z Downloaded cargo-platform v0.3.2
1372026-05-18T23:32:57.932Z Downloaded anstream v0.6.21
1382026-05-18T23:32:57.936Z Downloaded anstyle-parse v0.2.7
1392026-05-18T23:32:57.936Z Downloaded addr2line v0.25.1
1402026-05-18T23:32:57.951Z Downloaded backtrace-ext v0.2.1
1412026-05-18T23:32:57.951Z Downloaded adler2 v2.0.1
1422026-05-18T23:32:57.956Z Downloaded anstyle v1.0.13
1432026-05-18T23:32:57.956Z Downloaded anes v0.1.6
1442026-05-18T23:32:57.956Z Downloaded console v0.15.11
1452026-05-18T23:32:57.956Z Downloaded bitfield v0.19.4
1462026-05-18T23:32:57.956Z Downloaded backoff v0.4.0
1472026-05-18T23:32:57.956Z Downloaded argon2 v0.5.3
1482026-05-18T23:32:57.956Z Downloaded constant_time_eq v0.3.1
1492026-05-18T23:32:57.956Z Downloaded colorchoice v1.0.4
1502026-05-18T23:32:57.961Z Downloaded cstr-argument v0.1.2
1512026-05-18T23:32:57.961Z Downloaded async-bb8-diesel v0.2.1
1522026-05-18T23:32:57.961Z Downloaded cfg-expr v0.20.6
1532026-05-18T23:32:57.961Z Downloaded cancel-safe-futures v0.1.5
1542026-05-18T23:32:57.964Z Downloaded daft v0.1.5
1552026-05-18T23:32:57.964Z Downloaded critical-section v1.2.0
1562026-05-18T23:32:57.964Z Downloaded atty v0.2.14
1572026-05-18T23:32:57.967Z Downloaded atomic-waker v1.1.2
1582026-05-18T23:32:57.967Z Downloaded assert_matches v1.5.0
1592026-05-18T23:32:57.967Z Downloaded arrayref v0.3.9
1602026-05-18T23:32:57.967Z Downloaded approx v0.5.1
1612026-05-18T23:32:57.970Z Downloaded convert_case v0.4.0
1622026-05-18T23:32:57.970Z Downloaded derive_builder v0.20.2
1632026-05-18T23:32:57.973Z Downloaded const_format_proc_macros v0.2.34
1642026-05-18T23:32:57.973Z Downloaded compression-core v0.4.31
1652026-05-18T23:32:57.974Z Downloaded block-buffer v0.10.4
1662026-05-18T23:32:57.978Z Downloaded ascii-canvas v3.0.0
1672026-05-18T23:32:57.978Z Downloaded compression-codecs v0.4.37
1682026-05-18T23:32:57.981Z Downloaded bitfield-macros v0.19.4
1692026-05-18T23:32:57.981Z Downloaded const-oid v0.9.6
1702026-05-18T23:32:57.981Z Downloaded aead v0.5.2
1712026-05-18T23:32:57.981Z Downloaded async-stream v0.3.6
1722026-05-18T23:32:57.981Z Downloaded crypto-bigint v0.5.5
1732026-05-18T23:32:57.985Z Downloaded display-error-chain v0.2.2
1742026-05-18T23:32:57.988Z Downloaded diff v0.1.13
1752026-05-18T23:32:57.988Z Downloaded darling v0.20.11
1762026-05-18T23:32:57.992Z Downloaded cobs v0.3.0
1772026-05-18T23:32:57.995Z Downloaded byteorder v1.5.0
1782026-05-18T23:32:57.995Z Downloaded autocfg v1.5.0
1792026-05-18T23:32:57.995Z Downloaded arrayvec v0.7.6
1802026-05-18T23:32:57.998Z Downloaded ciborium v0.2.2
1812026-05-18T23:32:57.998Z Downloaded bit-set v0.8.0
1822026-05-18T23:32:57.998Z Downloaded bit-set v0.5.3
1832026-05-18T23:32:58.001Z Downloaded base16ct v0.2.0
1842026-05-18T23:32:58.001Z Downloaded assert-json-diff v2.0.2
1852026-05-18T23:32:58.001Z Downloaded array-init v0.0.4
1862026-05-18T23:32:58.006Z Downloaded cast v0.3.0
1872026-05-18T23:32:58.006Z Downloaded dropshot-api-manager-types v0.7.1
1882026-05-18T23:32:58.006Z Downloaded debug-ignore v1.0.5
1892026-05-18T23:32:58.006Z Downloaded block-padding v0.3.3
1902026-05-18T23:32:58.010Z Downloaded anstyle-query v1.1.5
1912026-05-18T23:32:58.010Z Downloaded bb8 v0.8.6
1922026-05-18T23:32:58.010Z Downloaded crypto-common v0.1.7
1932026-05-18T23:32:58.010Z Downloaded crc v3.4.0
1942026-05-18T23:32:58.010Z Downloaded concurrent-queue v2.5.0
1952026-05-18T23:32:58.015Z Downloaded derive-where v1.6.0
1962026-05-18T23:32:58.015Z Downloaded dof v0.3.0
1972026-05-18T23:32:58.015Z Downloaded cfg_aliases v0.2.1
1982026-05-18T23:32:58.019Z Downloaded async-recursion v1.1.1
1992026-05-18T23:32:58.019Z Downloaded async-stream-impl v0.3.6
2002026-05-18T23:32:58.019Z Downloaded chacha20poly1305 v0.10.1
2012026-05-18T23:32:58.019Z Downloaded atomicwrites v0.4.4
2022026-05-18T23:32:58.023Z Downloaded async-object-pool v0.2.0
2032026-05-18T23:32:58.023Z Downloaded blake2 v0.10.6
2042026-05-18T23:32:58.023Z Downloaded dtrace-parser v0.2.0
2052026-05-18T23:32:58.023Z Downloaded async-lock v3.4.2
2062026-05-18T23:32:58.026Z Downloaded dirs-sys-next v0.1.2
2072026-05-18T23:32:58.026Z Downloaded cfg-if v1.0.4
2082026-05-18T23:32:58.027Z Downloaded cfg_aliases v0.1.1
2092026-05-18T23:32:58.027Z Downloaded cargo-platform v0.2.0
2102026-05-18T23:32:58.027Z Downloaded cargo-platform v0.1.9
2112026-05-18T23:32:58.031Z Downloaded derive_builder_macro v0.20.2
2122026-05-18T23:32:58.031Z Downloaded crucible-workspace-hack v0.1.0
2132026-05-18T23:32:58.031Z Downloaded crc8 v0.1.1
2142026-05-18T23:32:58.031Z Downloaded compact_str v0.8.1
2152026-05-18T23:32:58.034Z Downloaded derive_builder_core v0.20.2
2162026-05-18T23:32:58.034Z Downloaded curve25519-dalek-derive v0.1.1
2172026-05-18T23:32:58.034Z Downloaded cassowary v0.3.0
2182026-05-18T23:32:58.037Z Downloaded anyhow v1.0.102
2192026-05-18T23:32:58.037Z Downloaded darling_macro v0.21.3
2202026-05-18T23:32:58.037Z Downloaded blake2b_simd v1.0.4
2212026-05-18T23:32:58.040Z Downloaded bitflags v1.3.2
2222026-05-18T23:32:58.040Z Downloaded dtrace-parser v0.3.0
2232026-05-18T23:32:58.043Z Downloaded dsl_auto_type v0.2.0
2242026-05-18T23:32:58.043Z Downloaded bcrypt-pbkdf v0.10.0
2252026-05-18T23:32:58.043Z Downloaded defmt-parser v1.0.0
2262026-05-18T23:32:58.043Z Downloaded endian-type v0.1.2
2272026-05-18T23:32:58.047Z Downloaded castaway v0.2.4
2282026-05-18T23:32:58.047Z Downloaded downcast-rs v2.0.2
2292026-05-18T23:32:58.047Z Downloaded dof v0.4.0
2302026-05-18T23:32:58.055Z Downloaded crossbeam-utils v0.8.21
2312026-05-18T23:32:58.055Z Downloaded clap_derive v4.5.55
2322026-05-18T23:32:58.055Z Downloaded embedded-io v0.6.1
2332026-05-18T23:32:58.060Z Downloaded crc-catalog v2.4.0
2342026-05-18T23:32:58.060Z Downloaded digest v0.10.7
2352026-05-18T23:32:58.060Z Downloaded dirs-next v2.0.0
2362026-05-18T23:32:58.060Z Downloaded escape8259 v0.5.3
2372026-05-18T23:32:58.060Z Downloaded enum-as-inner v0.6.1
2382026-05-18T23:32:58.060Z Downloaded criterion-plot v0.6.0
2392026-05-18T23:32:58.060Z Downloaded equivalent v1.0.2
2402026-05-18T23:32:58.060Z Downloaded fastrand v2.3.0
2412026-05-18T23:32:58.060Z Downloaded errno v0.3.14
2422026-05-18T23:32:58.065Z Downloaded fd-lock v4.0.4
2432026-05-18T23:32:58.065Z Downloaded env_filter v1.0.0
2442026-05-18T23:32:58.065Z Downloaded clap_lex v1.0.0
2452026-05-18T23:32:58.065Z Downloaded dyn-clone v1.0.20
2462026-05-18T23:32:58.070Z Downloaded daft-derive v0.1.5
2472026-05-18T23:32:58.070Z Downloaded deranged v0.5.8
2482026-05-18T23:32:58.070Z Downloaded defmt-macros v1.0.1
2492026-05-18T23:32:58.073Z Downloaded event-listener-strategy v0.5.4
2502026-05-18T23:32:58.073Z Downloaded byte-wrapper v0.1.0
2512026-05-18T23:32:58.073Z Downloaded cexpr v0.6.0
2522026-05-18T23:32:58.078Z Downloaded difflib v0.4.0
2532026-05-18T23:32:58.079Z Downloaded bytecount v0.6.9
2542026-05-18T23:32:58.079Z Downloaded blowfish v0.9.1
2552026-05-18T23:32:58.079Z Downloaded darling_macro v0.23.0
2562026-05-18T23:32:58.083Z Downloaded darling_macro v0.20.11
2572026-05-18T23:32:58.083Z Downloaded defmt v0.3.100
2582026-05-18T23:32:58.084Z Downloaded ciborium-io v0.2.2
2592026-05-18T23:32:58.084Z Downloaded bitfield-struct v0.6.2
2602026-05-18T23:32:58.084Z Downloaded base64ct v1.8.3
2612026-05-18T23:32:58.084Z Downloaded cargo_metadata v0.19.2
2622026-05-18T23:32:58.087Z Downloaded cpufeatures v0.2.17
2632026-05-18T23:32:58.087Z Downloaded cargo_metadata v0.23.1
2642026-05-18T23:32:58.087Z Downloaded buf-list v1.1.2
2652026-05-18T23:32:58.087Z Downloaded float-ord v0.3.2
2662026-05-18T23:32:58.095Z Downloaded ctr v0.9.2
2672026-05-18T23:32:58.095Z Downloaded flagset v0.4.7
2682026-05-18T23:32:58.095Z Downloaded diesel_table_macro_syntax v0.3.0
2692026-05-18T23:32:58.095Z Downloaded cpufeatures v0.3.0
2702026-05-18T23:32:58.103Z Downloaded float-cmp v0.10.0
2712026-05-18T23:32:58.103Z Downloaded foreign-types v0.5.0
2722026-05-18T23:32:58.103Z Downloaded chacha20 v0.9.1
2732026-05-18T23:32:58.103Z Downloaded derive-ex v0.1.8
2742026-05-18T23:32:58.103Z Downloaded data-encoding v2.10.0
2752026-05-18T23:32:58.103Z Downloaded crunchy v0.2.4
2762026-05-18T23:32:58.103Z Downloaded foreign-types v0.3.2
2772026-05-18T23:32:58.103Z Downloaded fixedbitset v0.4.2
2782026-05-18T23:32:58.107Z Downloaded foreign-types-shared v0.3.1
2792026-05-18T23:32:58.108Z Downloaded dunce v1.0.5
2802026-05-18T23:32:58.108Z Downloaded defmt v1.0.1
2812026-05-18T23:32:58.108Z Downloaded document-features v0.2.12
2822026-05-18T23:32:58.108Z Downloaded displaydoc v0.2.5
2832026-05-18T23:32:58.111Z Downloaded corncobs v0.1.4
2842026-05-18T23:32:58.111Z Downloaded either v1.15.0
2852026-05-18T23:32:58.111Z Downloaded darling v0.21.3
2862026-05-18T23:32:58.114Z Downloaded fnv v1.0.7
2872026-05-18T23:32:58.114Z Downloaded foreign-types-shared v0.1.1
2882026-05-18T23:32:58.120Z Downloaded ena v0.14.4
2892026-05-18T23:32:58.120Z Downloaded gethostname v0.5.0
2902026-05-18T23:32:58.123Z Downloaded futures-macro v0.3.32
2912026-05-18T23:32:58.123Z Downloaded generic-array v0.14.7
2922026-05-18T23:32:58.123Z Downloaded futures-sink v0.3.32
2932026-05-18T23:32:58.123Z Downloaded funty v2.0.0
2942026-05-18T23:32:58.123Z Downloaded globwalk v0.9.1
2952026-05-18T23:32:58.123Z Downloaded ecdsa v0.16.9
2962026-05-18T23:32:58.127Z Downloaded bit-vec v0.8.0
2972026-05-18T23:32:58.127Z Downloaded ghash v0.5.1
2982026-05-18T23:32:58.127Z Downloaded futures-core v0.3.32
2992026-05-18T23:32:58.130Z Downloaded embedded-io v0.4.0
3002026-05-18T23:32:58.130Z Downloaded ff v0.13.1
3012026-05-18T23:32:58.137Z Downloaded futures-io v0.3.32
3022026-05-18T23:32:58.137Z Downloaded fallible-iterator v0.2.0
3032026-05-18T23:32:58.137Z Downloaded der_derive v0.7.3
3042026-05-18T23:32:58.140Z Downloaded crossbeam-deque v0.8.6
3052026-05-18T23:32:58.140Z Downloaded convert_case v0.10.0
3062026-05-18T23:32:58.140Z Downloaded camino v1.2.2
3072026-05-18T23:32:58.140Z Downloaded guppy-workspace-hack v0.1.0
3082026-05-18T23:32:58.140Z Downloaded git-stub v1.0.0
3092026-05-18T23:32:58.140Z Downloaded futures-task v0.3.32
3102026-05-18T23:32:58.140Z Downloaded chacha20 v0.10.0
3112026-05-18T23:32:58.144Z Downloaded backon v1.6.0
3122026-05-18T23:32:58.144Z Downloaded bzip2 v0.4.4
3132026-05-18T23:32:58.149Z Downloaded hash32 v0.3.1
3142026-05-18T23:32:58.149Z Downloaded filetime v0.2.27
3152026-05-18T23:32:58.149Z Downloaded camino-tempfile v1.4.1
3162026-05-18T23:32:58.149Z Downloaded bitflags v2.11.0
3172026-05-18T23:32:58.152Z Downloaded bcs v0.1.6
3182026-05-18T23:32:58.152Z Downloaded fixedbitset v0.5.7
3192026-05-18T23:32:58.155Z Downloaded bzip2 v0.6.1
3202026-05-18T23:32:58.155Z Downloaded bit-vec v0.6.3
3212026-05-18T23:32:58.155Z Downloaded headers-core v0.3.0
3222026-05-18T23:32:58.156Z Downloaded ahash v0.8.12
3232026-05-18T23:32:58.159Z Downloaded erased-serde v0.4.9
3242026-05-18T23:32:58.159Z Downloaded hostname v0.4.2
3252026-05-18T23:32:58.162Z Downloaded hostname v0.3.1
3262026-05-18T23:32:58.162Z Downloaded hex-literal v0.4.1
3272026-05-18T23:32:58.162Z Downloaded heck v0.4.1
3282026-05-18T23:32:58.165Z Downloaded ed25519 v2.2.3
3292026-05-18T23:32:58.165Z Downloaded http-body v1.0.1
3302026-05-18T23:32:58.165Z Downloaded hash32 v0.2.1
3312026-05-18T23:32:58.169Z Downloaded drift v0.1.4
3322026-05-18T23:32:58.172Z Downloaded heck v0.5.0
3332026-05-18T23:32:58.172Z Downloaded foldhash v0.2.0
3342026-05-18T23:32:58.176Z Downloaded clang-sys v1.8.1
3352026-05-18T23:32:58.177Z Downloaded fxhash v0.2.1
3362026-05-18T23:32:58.177Z Downloaded futures-executor v0.3.32
3372026-05-18T23:32:58.182Z Downloaded fs-err v2.11.0
3382026-05-18T23:32:58.182Z Downloaded aes v0.8.4
3392026-05-18T23:32:58.182Z Downloaded httpdate v1.0.3
3402026-05-18T23:32:58.190Z Downloaded hubpack_derive v0.1.1
3412026-05-18T23:32:58.190Z Downloaded http-range v0.1.5
3422026-05-18T23:32:58.190Z Downloaded globset v0.4.18
3432026-05-18T23:32:58.190Z Downloaded hyper-tls v0.6.0
3442026-05-18T23:32:58.190Z Downloaded glob v0.3.3
3452026-05-18T23:32:58.190Z Downloaded fs-err v3.3.0
3462026-05-18T23:32:58.190Z Downloaded colored v3.1.1
3472026-05-18T23:32:58.195Z Downloaded constant_time_eq v0.4.2
3482026-05-18T23:32:58.195Z Downloaded cargo-util-schemas v0.8.2
3492026-05-18T23:32:58.195Z Downloaded form_urlencoded v1.2.2
3502026-05-18T23:32:58.195Z Downloaded foldhash v0.1.5
3512026-05-18T23:32:58.195Z Downloaded darling_core v0.23.0
3522026-05-18T23:32:58.199Z Downloaded git-stub-vcs v0.1.0
3532026-05-18T23:32:58.199Z Downloaded home v0.5.12
3542026-05-18T23:32:58.199Z Downloaded diesel-dtrace v0.5.0
3552026-05-18T23:32:58.199Z Downloaded darling v0.23.0
3562026-05-18T23:32:58.202Z Downloaded illumos-nvpair v0.3.0
3572026-05-18T23:32:58.202Z Downloaded cookie v0.18.1
3582026-05-18T23:32:58.205Z Downloaded idna_adapter v1.2.1
3592026-05-18T23:32:58.205Z Downloaded ident_case v1.0.1
3602026-05-18T23:32:58.206Z Downloaded hubpack v0.1.2
3612026-05-18T23:32:58.206Z Downloaded erased-serde v0.3.31
3622026-05-18T23:32:58.212Z Downloaded group v0.13.0
3632026-05-18T23:32:58.212Z Downloaded derive_more v0.99.20
3642026-05-18T23:32:58.218Z Downloaded futures-timer v3.0.3
3652026-05-18T23:32:58.218Z Downloaded env_logger v0.11.9
3662026-05-18T23:32:58.218Z Downloaded find-msvc-tools v0.1.9
3672026-05-18T23:32:58.218Z Downloaded crossbeam-epoch v0.9.18
3682026-05-18T23:32:58.223Z Downloaded derive_more v2.1.1
3692026-05-18T23:32:58.226Z Downloaded illumos-nvpair-sys v0.2.0
3702026-05-18T23:32:58.226Z Downloaded inout v0.1.4
3712026-05-18T23:32:58.226Z Downloaded hex v0.4.3
3722026-05-18T23:32:58.226Z Downloaded des v0.8.1
3732026-05-18T23:32:58.231Z Downloaded internet-checksum v0.2.1
3742026-05-18T23:32:58.231Z Downloaded instability v0.3.11
3752026-05-18T23:32:58.231Z Downloaded instant v0.1.13
3762026-05-18T23:32:58.231Z Downloaded const_format v0.2.35
3772026-05-18T23:32:58.234Z Downloaded is_ci v1.2.0
3782026-05-18T23:32:58.234Z Downloaded is_terminal_polyfill v1.70.2
3792026-05-18T23:32:58.234Z Downloaded backtrace v0.3.76
3802026-05-18T23:32:58.243Z Downloaded is-terminal v0.4.17
3812026-05-18T23:32:58.243Z Downloaded fs_extra v1.3.0
3822026-05-18T23:32:58.247Z Downloaded clap v4.5.60
3832026-05-18T23:32:58.247Z Downloaded keccak v0.1.6
3842026-05-18T23:32:58.247Z Downloaded dropshot_endpoint v0.17.0
3852026-05-18T23:32:58.247Z Downloaded lalrpop-util v0.19.12
3862026-05-18T23:32:58.251Z Downloaded kstat-rs v0.2.4
3872026-05-18T23:32:58.251Z Downloaded http-body-util v0.1.3
3882026-05-18T23:32:58.251Z Downloaded getrandom v0.2.17
3892026-05-18T23:32:58.255Z Downloaded highway v1.3.0
3902026-05-18T23:32:58.255Z Downloaded console v0.16.2
3912026-05-18T23:32:58.256Z Downloaded linked-hash-map v0.5.6
3922026-05-18T23:32:58.256Z Downloaded futures-channel v0.3.32
3932026-05-18T23:32:58.259Z Downloaded dropshot_endpoint v0.16.7
3942026-05-18T23:32:58.259Z Downloaded event-listener v5.4.1
3952026-05-18T23:32:58.259Z Downloaded datatest-stable v0.3.3
3962026-05-18T23:32:58.264Z Downloaded humantime v2.3.0
3972026-05-18T23:32:58.264Z Downloaded allocator-api2 v0.2.21
3982026-05-18T23:32:58.267Z Downloaded hyper-staticfile v0.10.1
3992026-05-18T23:32:58.267Z Downloaded darling_core v0.21.3
4002026-05-18T23:32:58.274Z Downloaded libscf-sys v1.1.0
4012026-05-18T23:32:58.274Z Downloaded base64 v0.22.1
4022026-05-18T23:32:58.278Z Downloaded chumsky v0.9.3
4032026-05-18T23:32:58.278Z Downloaded indent_write v2.2.0
4042026-05-18T23:32:58.278Z Downloaded crc32fast v1.5.0
4052026-05-18T23:32:58.278Z Downloaded cookie_store v0.22.1
4062026-05-18T23:32:58.278Z Downloaded csv-core v0.1.13
4072026-05-18T23:32:58.281Z Downloaded crc-any v2.5.0
4082026-05-18T23:32:58.281Z Downloaded async-compression v0.4.41
4092026-05-18T23:32:58.284Z Downloaded match_cfg v0.1.0
4102026-05-18T23:32:58.284Z Downloaded lru-cache v0.1.2
4112026-05-18T23:32:58.290Z Downloaded md5 v0.7.0
4122026-05-18T23:32:58.290Z Downloaded md-5 v0.10.6
4132026-05-18T23:32:58.290Z Downloaded lzss v0.8.2
4142026-05-18T23:32:58.293Z Downloaded maplit v1.0.2
4152026-05-18T23:32:58.293Z Downloaded lru v0.12.5
4162026-05-18T23:32:58.293Z Downloaded impl-trait-for-tuples v0.2.3
4172026-05-18T23:32:58.293Z Downloaded miette-derive v5.10.0
4182026-05-18T23:32:58.293Z Downloaded hickory-client v0.25.2
4192026-05-18T23:32:58.300Z Downloaded itoa v1.0.17
4202026-05-18T23:32:58.300Z Downloaded ipnetwork v0.21.1
4212026-05-18T23:32:58.300Z Downloaded ingot-types v0.1.2
4222026-05-18T23:32:58.300Z Downloaded indoc v2.0.7
4232026-05-18T23:32:58.303Z Downloaded memmap v0.7.0
4242026-05-18T23:32:58.304Z Downloaded maybe-uninit v2.0.0
4252026-05-18T23:32:58.304Z Downloaded mime v0.3.17
4262026-05-18T23:32:58.304Z Downloaded memoffset v0.9.1
4272026-05-18T23:32:58.304Z Downloaded macaddr v1.0.1
4282026-05-18T23:32:58.311Z Downloaded indoc v1.0.9
4292026-05-18T23:32:58.311Z Downloaded multimap v0.10.1
4302026-05-18T23:32:58.311Z Downloaded lru-slab v0.1.2
4312026-05-18T23:32:58.316Z Downloaded elliptic-curve v0.13.8
4322026-05-18T23:32:58.316Z Downloaded ipnet v2.11.0
4332026-05-18T23:32:58.316Z Downloaded hmac v0.12.1
4342026-05-18T23:32:58.316Z Downloaded knuffel-derive v3.2.0
4352026-05-18T23:32:58.316Z Downloaded lazy_static v1.5.0
4362026-05-18T23:32:58.319Z Downloaded libsw v3.5.0
4372026-05-18T23:32:58.319Z Downloaded libloading v0.8.9
4382026-05-18T23:32:58.319Z Downloaded libefi-sys v0.1.0
4392026-05-18T23:32:58.319Z Downloaded newtype_derive v0.1.6
4402026-05-18T23:32:58.324Z Downloaded normalize-line-endings v0.3.0
4412026-05-18T23:32:58.324Z Downloaded nonempty v0.12.0
4422026-05-18T23:32:58.324Z Downloaded iana-time-zone v0.1.65
4432026-05-18T23:32:58.325Z Downloaded bytes v1.11.1
4442026-05-18T23:32:58.328Z Downloaded nibble_vec v0.1.0
4452026-05-18T23:32:58.328Z Downloaded flume v0.11.1
4462026-05-18T23:32:58.331Z Downloaded httparse v1.10.1
4472026-05-18T23:32:58.331Z Downloaded fatfs v0.3.6
4482026-05-18T23:32:58.336Z Downloaded hyper-rustls v0.27.7
4492026-05-18T23:32:58.336Z Downloaded libtest-mimic v0.8.1
4502026-05-18T23:32:58.343Z Downloaded num-conv v0.2.0
4512026-05-18T23:32:58.343Z Downloaded managed v0.8.0
4522026-05-18T23:32:58.343Z Downloaded lock_api v0.4.14
4532026-05-18T23:32:58.343Z Downloaded linkme v0.3.35
4542026-05-18T23:32:58.346Z Downloaded libsw-core v0.3.2
4552026-05-18T23:32:58.346Z Downloaded num-derive v0.4.2
4562026-05-18T23:32:58.347Z Downloaded num-derive v0.3.3
4572026-05-18T23:32:58.347Z Downloaded arc-swap v1.8.2
4582026-05-18T23:32:58.347Z Downloaded half v2.7.1
4592026-05-18T23:32:58.350Z Downloaded num_enum_derive v0.5.11
4602026-05-18T23:32:58.350Z Downloaded nodrop v0.1.14
4612026-05-18T23:32:58.350Z Downloaded darling_core v0.20.11
4622026-05-18T23:32:58.355Z Downloaded newtype-uuid-macros v0.1.0
4632026-05-18T23:32:58.359Z Downloaded httptest v0.16.4
4642026-05-18T23:32:58.359Z Downloaded newline-converter v0.3.0
4652026-05-18T23:32:58.359Z Downloaded nested v0.1.1
4662026-05-18T23:32:58.359Z Downloaded linkme-impl v0.3.35
4672026-05-18T23:32:58.359Z Downloaded nanorand v0.7.0
4682026-05-18T23:32:58.365Z Downloaded num-iter v0.1.45
4692026-05-18T23:32:58.365Z Downloaded new_debug_unreachable v1.0.6
4702026-05-18T23:32:58.365Z Downloaded getrandom v0.4.1
4712026-05-18T23:32:58.365Z Downloaded opaque-debug v0.3.1
4722026-05-18T23:32:58.369Z Downloaded olpc-cjson v0.1.4
4732026-05-18T23:32:58.369Z Downloaded getrandom v0.3.4
4742026-05-18T23:32:58.369Z Downloaded cc v1.2.56
4752026-05-18T23:32:58.372Z Downloaded ingot v0.1.1
4762026-05-18T23:32:58.372Z Downloaded half v1.8.3
4772026-05-18T23:32:58.372Z Downloaded base64 v0.21.7
4782026-05-18T23:32:58.378Z Downloaded num_threads v0.1.7
4792026-05-18T23:32:58.378Z Downloaded linear-map v1.2.0
4802026-05-18T23:32:58.381Z Downloaded openssl-macros v0.1.1
4812026-05-18T23:32:58.381Z Downloaded native-tls v0.2.18
4822026-05-18T23:32:58.381Z Downloaded ingot-macros v0.1.1
4832026-05-18T23:32:58.381Z Downloaded oso-derive v0.27.3
4842026-05-18T23:32:58.381Z Downloaded ordered-float v2.10.1
4852026-05-18T23:32:58.381Z Downloaded futures v0.3.32
4862026-05-18T23:32:58.384Z Downloaded foreign-types-macros v0.2.3
4872026-05-18T23:32:58.384Z Downloaded jobserver v0.1.34
4882026-05-18T23:32:58.388Z Downloaded openssl-probe v0.2.1
4892026-05-18T23:32:58.388Z Downloaded multer v3.1.0
4902026-05-18T23:32:58.394Z Downloaded ar_archive_writer v0.5.1
4912026-05-18T23:32:58.394Z Downloaded bumpalo v3.20.2
4922026-05-18T23:32:58.400Z Downloaded crossbeam-channel v0.5.15
4932026-05-18T23:32:58.400Z Downloaded newtype-uuid v1.3.2
4942026-05-18T23:32:58.400Z Downloaded num-complex v0.4.6
4952026-05-18T23:32:58.400Z Downloaded num v0.4.3
4962026-05-18T23:32:58.403Z Downloaded cargo_metadata v0.21.0
4972026-05-18T23:32:58.403Z Downloaded cipher v0.4.4
4982026-05-18T23:32:58.403Z Downloaded ciborium-ll v0.2.2
4992026-05-18T23:32:58.403Z Downloaded cbc v0.1.2
5002026-05-18T23:32:58.403Z Downloaded parking v2.2.1
5012026-05-18T23:32:58.403Z Downloaded num-integer v0.1.46
5022026-05-18T23:32:58.407Z Downloaded litrs v1.0.0
5032026-05-18T23:32:58.407Z Downloaded packed_struct_codegen v0.10.1
5042026-05-18T23:32:58.410Z Downloaded parse-display v0.10.0
5052026-05-18T23:32:58.410Z Downloaded parse-size v1.1.0
5062026-05-18T23:32:58.410Z Downloaded litemap v0.8.1
5072026-05-18T23:32:58.410Z Downloaded pbkdf2 v0.12.2
5082026-05-18T23:32:58.413Z Downloaded path-slash v0.1.5
5092026-05-18T23:32:58.413Z Downloaded flate2 v1.1.9
5102026-05-18T23:32:58.417Z Downloaded derive_more-impl v2.1.1
5112026-05-18T23:32:58.419Z Downloaded num_enum v0.7.5
5122026-05-18T23:32:58.422Z Downloaded ignore v0.4.25
5132026-05-18T23:32:58.425Z Downloaded pathdiff v0.2.3
5142026-05-18T23:32:58.425Z Downloaded num_enum v0.5.11
5152026-05-18T23:32:58.428Z Downloaded pbkdf2 v0.11.0
5162026-05-18T23:32:58.428Z Downloaded num-rational v0.4.2
5172026-05-18T23:32:58.432Z Downloaded peg-runtime v0.8.5
5182026-05-18T23:32:58.432Z Downloaded indexmap v1.9.3
5192026-05-18T23:32:58.432Z Downloaded heapless v0.8.0
5202026-05-18T23:32:58.435Z Downloaded headers v0.4.1
5212026-05-18T23:32:58.438Z Downloaded dropshot-api-manager v0.7.1
5222026-05-18T23:32:58.442Z Downloaded memmap2 v0.9.10
5232026-05-18T23:32:58.442Z Downloaded clap_builder v4.5.60
5242026-05-18T23:32:58.445Z Downloaded pin-utils v0.1.0
5252026-05-18T23:32:58.445Z Downloaded phf_shared v0.12.1
5262026-05-18T23:32:58.449Z Downloaded openssl-probe v0.1.6
5272026-05-18T23:32:58.449Z Downloaded oorandom v11.1.5
5282026-05-18T23:32:58.449Z Downloaded mime_guess v2.0.5
5292026-05-18T23:32:58.452Z Downloaded der v0.7.10
5302026-05-18T23:32:58.452Z Downloaded cmake v0.1.57
5312026-05-18T23:32:58.455Z Downloaded camino-tempfile-ext v0.3.3
5322026-05-18T23:32:58.455Z Downloaded phf_shared v0.11.3
5332026-05-18T23:32:58.458Z Downloaded async-trait v0.1.89
5342026-05-18T23:32:58.458Z Downloaded owo-colors v4.3.0
5352026-05-18T23:32:58.461Z Downloaded libbz2-rs-sys v0.2.2
5362026-05-18T23:32:58.461Z Downloaded colored v2.2.0
5372026-05-18T23:32:58.464Z Downloaded oxnet v0.1.4
5382026-05-18T23:32:58.464Z Downloaded plotters-svg v0.3.7
5392026-05-18T23:32:58.464Z Downloaded icu_normalizer_data v2.1.1
5402026-05-18T23:32:58.467Z Downloaded expectorate v1.2.0
5412026-05-18T23:32:58.467Z Downloaded icu_normalizer v2.1.1
5422026-05-18T23:32:58.470Z Downloaded parking_lot_core v0.8.6
5432026-05-18T23:32:58.473Z Downloaded packed_struct v0.10.1
5442026-05-18T23:32:58.473Z Downloaded icu_provider v2.1.1
5452026-05-18T23:32:58.476Z Downloaded icu_properties v2.1.2
5462026-05-18T23:32:58.476Z Downloaded oxide-tokio-rt v0.1.4
5472026-05-18T23:32:58.477Z Downloaded partial-io v0.5.4
5482026-05-18T23:32:58.481Z Downloaded predicates-core v1.0.10
5492026-05-18T23:32:58.481Z Downloaded potential_utf v0.1.4
5502026-05-18T23:32:58.481Z Downloaded password-hash v0.5.0
5512026-05-18T23:32:58.488Z Downloaded parse-display-derive v0.10.0
5522026-05-18T23:32:58.488Z Downloaded nu-ansi-term v0.50.3
5532026-05-18T23:32:58.488Z Downloaded predicates-tree v1.0.13
5542026-05-18T23:32:58.488Z Downloaded precomputed-hash v0.1.1
5552026-05-18T23:32:58.491Z Downloaded powerfmt v0.2.0
5562026-05-18T23:32:58.491Z Downloaded icu_locale_core v2.1.1
5572026-05-18T23:32:58.491Z Downloaded heapless v0.7.17
5582026-05-18T23:32:58.494Z Downloaded percent-encoding v2.3.2
5592026-05-18T23:32:58.494Z Downloaded path-tree v0.8.3
5602026-05-18T23:32:58.495Z Downloaded peg v0.8.5
5612026-05-18T23:32:58.498Z Downloaded pem-rfc7468 v0.7.0
5622026-05-18T23:32:58.498Z Downloaded proc-macro-crate v3.4.0
5632026-05-18T23:32:58.498Z Downloaded phf v0.12.1
5642026-05-18T23:32:58.502Z Downloaded proc-macro-error-attr2 v2.0.0
5652026-05-18T23:32:58.502Z Downloaded proc-macro-crate v1.3.1
5662026-05-18T23:32:58.502Z Downloaded hickory-resolver v0.24.4
5672026-05-18T23:32:58.505Z Downloaded num_enum_derive v0.7.5
5682026-05-18T23:32:58.505Z Downloaded phf v0.13.1
5692026-05-18T23:32:58.505Z Downloaded omicron-zone-package v0.12.2
5702026-05-18T23:32:58.508Z Downloaded ed25519-dalek v2.2.0
5712026-05-18T23:32:58.511Z Downloaded phf_shared v0.13.1
5722026-05-18T23:32:58.511Z Downloaded indicatif v0.18.4
5732026-05-18T23:32:58.514Z Downloaded progenitor-client v0.10.0
5742026-05-18T23:32:58.514Z Downloaded diesel_derives v2.3.7
5752026-05-18T23:32:58.517Z Downloaded pin-project-lite v0.2.17
5762026-05-18T23:32:58.520Z Downloaded pin-project-internal v1.1.11
5772026-05-18T23:32:58.528Z Downloaded knuffel v3.2.0
5782026-05-18T23:32:58.534Z Downloaded progenitor-macro v0.10.0
5792026-05-18T23:32:58.534Z Downloaded progenitor-client v0.11.2
5802026-05-18T23:32:58.534Z Downloaded owo-colors v3.5.0
5812026-05-18T23:32:58.534Z Downloaded psl-types v2.0.11
5822026-05-18T23:32:58.534Z Downloaded pkg-config v0.3.32
5832026-05-18T23:32:58.534Z Downloaded pkcs8 v0.10.2
5842026-05-18T23:32:58.534Z Downloaded plain v0.2.3
5852026-05-18T23:32:58.534Z Downloaded hickory-resolver v0.25.2
5862026-05-18T23:32:58.537Z Downloaded icu_collections v2.1.1
5872026-05-18T23:32:58.539Z Downloaded progenitor-macro v0.13.0
5882026-05-18T23:32:58.540Z Downloaded poly1305 v0.8.0
5892026-05-18T23:32:58.540Z Downloaded progenitor-macro v0.14.0
5902026-05-18T23:32:58.542Z Downloaded polyval v0.6.2
5912026-05-18T23:32:58.542Z Downloaded quick-error v1.2.3
5922026-05-18T23:32:58.542Z Downloaded parking_lot v0.11.2
5932026-05-18T23:32:58.545Z Downloaded predicates v3.1.4
5942026-05-18T23:32:58.555Z Downloaded parking_lot v0.12.5
5952026-05-18T23:32:58.556Z Downloaded criterion v0.7.0
5962026-05-18T23:32:58.561Z Downloaded progenitor-macro v0.11.2
5972026-05-18T23:32:58.561Z Downloaded ppv-lite86 v0.2.21
5982026-05-18T23:32:58.561Z Downloaded pest_generator v2.8.6
5992026-05-18T23:32:58.561Z Downloaded pem v3.0.6
6002026-05-18T23:32:58.561Z Downloaded num-traits v0.2.19
6012026-05-18T23:32:58.561Z Downloaded paste v1.0.15
6022026-05-18T23:32:58.561Z Downloaded radium v0.7.0
6032026-05-18T23:32:58.567Z Downloaded parking_lot_core v0.9.12
6042026-05-18T23:32:58.567Z Downloaded pest_derive v2.8.6
6052026-05-18T23:32:58.567Z Downloaded proc-macro-error-attr v1.0.4
6062026-05-18T23:32:58.567Z Downloaded plotters-backend v0.3.7
6072026-05-18T23:32:58.571Z Downloaded log v0.4.29
6082026-05-18T23:32:58.571Z Downloaded progenitor v0.10.0
6092026-05-18T23:32:58.572Z Downloaded miniz_oxide v0.8.9
6102026-05-18T23:32:58.572Z Downloaded rand_chacha v0.3.1
6112026-05-18T23:32:58.572Z Downloaded proc-macro-error v1.0.4
6122026-05-18T23:32:58.575Z Downloaded pretty-hex v0.4.1
6132026-05-18T23:32:58.575Z Downloaded progenitor v0.11.2
6142026-05-18T23:32:58.575Z Downloaded rand_xorshift v0.4.0
6152026-05-18T23:32:58.578Z Downloaded peg-macros v0.8.5
6162026-05-18T23:32:58.578Z Downloaded hickory-server v0.25.2
6172026-05-18T23:32:58.582Z Downloaded password-hash v0.4.2
6182026-05-18T23:32:58.582Z Downloaded once_cell v1.21.3
6192026-05-18T23:32:58.585Z Downloaded progenitor-extras v0.2.0
6202026-05-18T23:32:58.585Z Downloaded jiff-static v0.2.21
6212026-05-18T23:32:58.585Z Downloaded oso v0.27.3
6222026-05-18T23:32:58.588Z Downloaded progenitor v0.13.0
6232026-05-18T23:32:58.591Z Downloaded p256 v0.13.2
6242026-05-18T23:32:58.591Z Downloaded ref-cast-impl v1.0.25
6252026-05-18T23:32:58.594Z Downloaded recursive-proc-macro-impl v0.1.1
6262026-05-18T23:32:58.594Z Downloaded recursive v0.1.1
6272026-05-18T23:32:58.594Z Downloaded progenitor-client v0.14.0
6282026-05-18T23:32:58.594Z Downloaded progenitor v0.14.0
6292026-05-18T23:32:58.597Z Downloaded pkcs5 v0.7.1
6302026-05-18T23:32:58.597Z Downloaded pkcs1 v0.7.5
6312026-05-18T23:32:58.600Z Downloaded aes-gcm v0.10.3
6322026-05-18T23:32:58.604Z Downloaded papergrid v0.11.0
6332026-05-18T23:32:58.607Z Downloaded rfc6979 v0.4.0
6342026-05-18T23:32:58.607Z Downloaded fancy-regex v0.14.0
6352026-05-18T23:32:58.607Z Downloaded progenitor-client v0.13.0
6362026-05-18T23:32:58.607Z Downloaded assert_cmd v2.1.2
6372026-05-18T23:32:58.613Z Downloaded postgres-protocol v0.6.10
6382026-05-18T23:32:58.616Z Downloaded psm v0.1.30
6392026-05-18T23:32:58.616Z Downloaded crossterm v0.28.1
6402026-05-18T23:32:58.621Z Downloaded crossterm v0.29.0
6412026-05-18T23:32:58.624Z Downloaded quote v1.0.45
6422026-05-18T23:32:58.626Z Downloaded minimal-lexical v0.2.1
6432026-05-18T23:32:58.629Z Downloaded russh-cryptovec v0.7.3
6442026-05-18T23:32:58.629Z Downloaded rtoolbox v0.0.3
6452026-05-18T23:32:58.635Z Downloaded memchr v2.8.0
6462026-05-18T23:32:58.638Z Downloaded r2d2 v0.8.10
6472026-05-18T23:32:58.638Z Downloaded primeorder v0.13.6
6482026-05-18T23:32:58.638Z Downloaded postgres-types v0.2.12
6492026-05-18T23:32:58.638Z Downloaded rustc_version v0.4.1
6502026-05-18T23:32:58.642Z Downloaded rustc_version v0.1.7
6512026-05-18T23:32:58.642Z Downloaded rand_chacha v0.9.0
6522026-05-18T23:32:58.642Z Downloaded rustc-hash v2.1.1
6532026-05-18T23:32:58.642Z Downloaded rand_core v0.6.4
6542026-05-18T23:32:58.645Z Downloaded postcard v1.1.3
6552026-05-18T23:32:58.645Z Downloaded miette v5.10.0
6562026-05-18T23:32:58.649Z Downloaded rand_seeder v0.4.0
6572026-05-18T23:32:58.649Z Downloaded proc-macro-error2 v2.0.1
6582026-05-18T23:32:58.652Z Downloaded pin-project v1.1.11
6592026-05-18T23:32:58.655Z Downloaded openssl-sys v0.9.115
6602026-05-18T23:32:58.658Z Downloaded same-file v1.0.6
6612026-05-18T23:32:58.661Z Downloaded ref-cast v1.0.25
6622026-05-18T23:32:58.661Z Downloaded http v1.4.0
6632026-05-18T23:32:58.664Z Downloaded hashbrown v0.12.3
6642026-05-18T23:32:58.667Z Downloaded relative-path v1.9.3
6652026-05-18T23:32:58.673Z Downloaded scheduled-thread-pool v0.2.7
6662026-05-18T23:32:58.676Z Downloaded salsa20 v0.10.2
6672026-05-18T23:32:58.678Z Downloaded scopeguard v1.2.0
6682026-05-18T23:32:58.678Z Downloaded sapling-renderdag v0.1.0
6692026-05-18T23:32:58.681Z Downloaded scroll_derive v0.13.1
6702026-05-18T23:32:58.681Z Downloaded resolv-conf v0.7.6
6712026-05-18T23:32:58.681Z Downloaded papergrid v0.17.0
6722026-05-18T23:32:58.684Z Downloaded hyper-util v0.1.20
6732026-05-18T23:32:58.687Z Downloaded quinn-udp v0.5.14
6742026-05-18T23:32:58.692Z Downloaded scrypt v0.11.0
6752026-05-18T23:32:58.695Z Downloaded serde_bytes v0.11.19
6762026-05-18T23:32:58.695Z Downloaded serde-big-array v0.5.1
6772026-05-18T23:32:58.695Z Downloaded secrecy v0.10.3
6782026-05-18T23:32:58.698Z Downloaded secrecy v0.8.0
6792026-05-18T23:32:58.698Z Downloaded seq-macro v0.3.6
6802026-05-18T23:32:58.698Z Downloaded rust-argon2 v2.1.0
6812026-05-18T23:32:58.701Z Downloaded serde-value v0.7.0
6822026-05-18T23:32:58.701Z Downloaded pest_meta v2.8.6
6832026-05-18T23:32:58.704Z Downloaded rustc-demangle v0.1.27
6842026-05-18T23:32:58.704Z Downloaded itertools v0.10.5
6852026-05-18T23:32:58.710Z Downloaded serde_plain v1.0.2
6862026-05-18T23:32:58.713Z Downloaded semver v0.1.20
6872026-05-18T23:32:58.713Z Downloaded rustls-pemfile v1.0.4
6882026-05-18T23:32:58.713Z Downloaded rand_core v0.9.5
6892026-05-18T23:32:58.713Z Downloaded prefix-trie v0.7.0
6902026-05-18T23:32:58.716Z Downloaded rand_core v0.10.0
6912026-05-18T23:32:58.716Z Downloaded progenitor-impl v0.10.0
6922026-05-18T23:32:58.716Z Downloaded indexmap v2.14.0
6932026-05-18T23:32:58.719Z Downloaded hashbrown v0.13.2
6942026-05-18T23:32:58.726Z Downloaded serde_spanned v0.6.9
6952026-05-18T23:32:58.730Z Downloaded serde_repr v0.1.20
6962026-05-18T23:32:58.730Z Downloaded rustls-native-certs v0.8.3
6972026-05-18T23:32:58.730Z Downloaded serde_spanned v1.0.4
6982026-05-18T23:32:58.730Z Downloaded shell-words v1.1.1
6992026-05-18T23:32:58.730Z Downloaded schemars_derive v0.8.22
7002026-05-18T23:32:58.731Z Downloaded rusty-fork v0.3.1
7012026-05-18T23:32:58.735Z Downloaded progenitor-impl v0.11.2
7022026-05-18T23:32:58.735Z Downloaded aho-corasick v1.1.4
7032026-05-18T23:32:58.738Z Downloaded guppy v0.17.25
7042026-05-18T23:32:58.741Z Downloaded scroll v0.12.0
7052026-05-18T23:32:58.741Z Downloaded serde_regex v1.1.0
7062026-05-18T23:32:58.743Z Downloaded proc-macro2 v1.0.106
7072026-05-18T23:32:58.748Z Downloaded serde_urlencoded v0.7.1
7082026-05-18T23:32:58.748Z Downloaded signal-hook-tokio v0.3.1
7092026-05-18T23:32:58.748Z Downloaded signal-hook-mio v0.2.5
7102026-05-18T23:32:58.754Z Downloaded sigpipe v0.1.3
7112026-05-18T23:32:58.754Z Downloaded signature v2.2.0
7122026-05-18T23:32:58.754Z Downloaded sha1 v0.10.6
7132026-05-18T23:32:58.754Z Downloaded similar-asserts v1.7.0
7142026-05-18T23:32:58.758Z Downloaded progenitor-impl v0.14.0
7152026-05-18T23:32:58.759Z Downloaded scroll_derive v0.12.1
7162026-05-18T23:32:58.759Z Downloaded prettyplease v0.2.37
7172026-05-18T23:32:58.762Z Downloaded hashbrown v0.14.5
7182026-05-18T23:32:58.765Z Downloaded scroll v0.13.0
7192026-05-18T23:32:58.765Z Downloaded serde-untagged v0.1.9
7202026-05-18T23:32:58.766Z Downloaded sec1 v0.7.3
7212026-05-18T23:32:58.770Z Downloaded sct v0.7.1
7222026-05-18T23:32:58.770Z Downloaded pretty_assertions v1.4.1
7232026-05-18T23:32:58.774Z Downloaded mio v1.2.0
7242026-05-18T23:32:58.774Z Downloaded hashbrown v0.16.1
7252026-05-18T23:32:58.780Z Downloaded siphasher v1.0.2
7262026-05-18T23:32:58.780Z Downloaded serde_path_to_error v0.1.20
7272026-05-18T23:32:58.783Z Downloaded serde-hex v0.1.0
7282026-05-18T23:32:58.788Z Downloaded rustls-pki-types v1.14.0
7292026-05-18T23:32:58.791Z Downloaded nom v7.1.3
7302026-05-18T23:32:58.797Z Downloaded rustversion v1.0.22
7312026-05-18T23:32:58.801Z Downloaded serde_derive_internals v0.29.1
7322026-05-18T23:32:58.801Z Downloaded slog-bunyan v2.5.0
7332026-05-18T23:32:58.801Z Downloaded smawk v0.3.2
7342026-05-18T23:32:58.806Z Downloaded progenitor-impl v0.13.0
7352026-05-18T23:32:58.811Z Downloaded rcgen v0.12.1
7362026-05-18T23:32:58.814Z Downloaded libxml v0.3.3
7372026-05-18T23:32:58.814Z Downloaded shlex v1.3.0
7382026-05-18T23:32:58.818Z Downloaded signal-hook-registry v1.4.8
7392026-05-18T23:32:58.818Z Downloaded sha2 v0.10.9
7402026-05-18T23:32:58.824Z Downloaded stable_deref_trait v1.2.1
7412026-05-18T23:32:58.824Z Downloaded ssh-cipher v0.2.0
7422026-05-18T23:32:58.828Z Downloaded ron v0.8.1
7432026-05-18T23:32:58.831Z Downloaded num-bigint v0.4.6
7442026-05-18T23:32:58.834Z Downloaded structmeta-derive v0.3.0
7452026-05-18T23:32:58.834Z Downloaded strum v0.26.3
7462026-05-18T23:32:58.834Z Downloaded strsim v0.11.1
7472026-05-18T23:32:58.837Z Downloaded sqlparser_derive v0.5.0
7482026-05-18T23:32:58.837Z Downloaded ssh-encoding v0.2.0
7492026-05-18T23:32:58.837Z Downloaded strip-ansi-escapes v0.2.1
7502026-05-18T23:32:58.842Z Downloaded serde_cbor v0.11.2
7512026-05-18T23:32:58.842Z Downloaded strum v0.27.2
7522026-05-18T23:32:58.842Z Downloaded slab v0.4.12
7532026-05-18T23:32:58.846Z Downloaded simd-adler32 v0.3.8
7542026-05-18T23:32:58.846Z Downloaded semver v1.0.28
7552026-05-18T23:32:58.846Z Downloaded hashbrown v0.15.5
7562026-05-18T23:32:58.849Z Downloaded slog-async v2.8.0
7572026-05-18T23:32:58.849Z Downloaded rustls-pemfile v2.2.0
7582026-05-18T23:32:58.852Z Downloaded supports-hyperlinks v2.1.0
7592026-05-18T23:32:58.852Z Downloaded supports-color v3.0.2
7602026-05-18T23:32:58.852Z Downloaded subtle v2.6.1
7612026-05-18T23:32:58.859Z Downloaded slog-stdlog v4.1.1
7622026-05-18T23:32:58.859Z Downloaded swrite v0.1.0
7632026-05-18T23:32:58.859Z Downloaded supports-unicode v2.1.0
7642026-05-18T23:32:58.859Z Downloaded slog-scope v4.4.1
7652026-05-18T23:32:58.864Z Downloaded rustls-platform-verifier v0.6.2
7662026-05-18T23:32:58.864Z Downloaded itertools v0.12.1
7672026-05-18T23:32:58.867Z Downloaded hashbrown v0.17.0
7682026-05-18T23:32:58.867Z Downloaded slog-term v2.9.2
7692026-05-18T23:32:58.873Z Downloaded ryu v1.0.23
7702026-05-18T23:32:58.873Z Downloaded tabled_derive v0.7.0
7712026-05-18T23:32:58.878Z Downloaded sync_wrapper v1.0.2
7722026-05-18T23:32:58.878Z Downloaded sync-ptr v0.1.4
7732026-05-18T23:32:58.878Z Downloaded smf v0.2.3
7742026-05-18T23:32:58.878Z Downloaded blake3 v1.8.3
7752026-05-18T23:32:58.887Z Downloaded serde_with_macros v3.17.0
7762026-05-18T23:32:58.887Z Downloaded serde_tokenstream v0.2.3
7772026-05-18T23:32:58.887Z Downloaded schemars v0.8.22
7782026-05-18T23:32:58.893Z Downloaded tap v1.0.1
7792026-05-18T23:32:58.893Z Downloaded hyper v1.8.1
7802026-05-18T23:32:58.900Z Downloaded snafu-derive v0.8.9
7812026-05-18T23:32:58.900Z Downloaded idna v1.1.0
7822026-05-18T23:32:58.903Z Downloaded take_mut v0.2.2
7832026-05-18T23:32:58.903Z Downloaded tagptr v0.2.0
7842026-05-18T23:32:58.903Z Downloaded tabwriter v1.4.1
7852026-05-18T23:32:58.903Z Downloaded iri-string v0.7.10
7862026-05-18T23:32:58.906Z Downloaded string_cache v0.8.9
7872026-05-18T23:32:58.906Z Downloaded static_assertions v1.1.0
7882026-05-18T23:32:58.910Z Downloaded spki v0.7.3
7892026-05-18T23:32:58.910Z Downloaded rstest v0.25.0
7902026-05-18T23:32:58.914Z Downloaded terminal_size v0.1.17
7912026-05-18T23:32:58.914Z Downloaded stringprep v0.1.5
7922026-05-18T23:32:58.914Z Downloaded stringmetrics v2.2.2
7932026-05-18T23:32:58.917Z Downloaded testing_table v0.3.0
7942026-05-18T23:32:58.917Z Downloaded serde_derive v1.0.228
7952026-05-18T23:32:58.920Z Downloaded structmeta v0.3.0
7962026-05-18T23:32:58.920Z Downloaded stacker v0.1.23
7972026-05-18T23:32:58.920Z Downloaded sqlformat v0.3.5
7982026-05-18T23:32:58.923Z Downloaded rand_distr v0.5.1
7992026-05-18T23:32:58.926Z Downloaded slog-dtrace v0.3.0
8002026-05-18T23:32:58.926Z Downloaded rstest_macros v0.25.0
8012026-05-18T23:32:58.929Z Downloaded terminal_size v0.4.3
8022026-05-18T23:32:58.929Z Downloaded termtree v0.5.1
8032026-05-18T23:32:58.929Z Downloaded support-bundle-viewer v0.1.2
8042026-05-18T23:32:58.932Z Downloaded strum_macros v0.26.4
8052026-05-18T23:32:58.932Z Downloaded target-triple v1.0.0
8062026-05-18T23:32:58.932Z Downloaded strum_macros v0.24.3
8072026-05-18T23:32:58.935Z Downloaded libm v0.2.16
8082026-05-18T23:32:58.938Z Downloaded smallvec v0.6.14
8092026-05-18T23:32:58.943Z Downloaded schemars v0.9.0
8102026-05-18T23:32:58.950Z Downloaded tinyvec_macros v0.1.1
8112026-05-18T23:32:58.955Z Downloaded num-bigint-dig v0.8.6
8122026-05-18T23:32:58.955Z Downloaded h2 v0.4.13
8132026-05-18T23:32:58.960Z Downloaded publicsuffix v2.3.0
8142026-05-18T23:32:58.960Z Downloaded rsa v0.9.10
8152026-05-18T23:32:58.964Z Downloaded futures-util v0.3.32
8162026-05-18T23:32:58.967Z Downloaded synstructure v0.13.2
8172026-05-18T23:32:58.970Z Downloaded quinn v0.11.9
8182026-05-18T23:32:58.973Z Downloaded similar v2.7.0
8192026-05-18T23:32:58.978Z Downloaded termcolor v1.4.1
8202026-05-18T23:32:58.978Z Downloaded tokio-test v0.4.5
8212026-05-18T23:32:58.978Z Downloaded strum_macros v0.27.2
8222026-05-18T23:32:58.981Z Downloaded rustls-webpki v0.103.9
8232026-05-18T23:32:58.981Z Downloaded rand v0.9.2
8242026-05-18T23:32:58.984Z Downloaded hkdf v0.12.4
8252026-05-18T23:32:58.988Z Downloaded icu_properties_data v2.1.2
8262026-05-18T23:32:58.992Z Downloaded p521 v0.13.3
8272026-05-18T23:32:58.995Z Downloaded toml_write v0.1.2
8282026-05-18T23:32:58.995Z Downloaded signal-hook v0.3.18
8292026-05-18T23:32:58.998Z Downloaded time-core v0.1.8
8302026-05-18T23:32:58.998Z Downloaded thiserror v2.0.18
8312026-05-18T23:32:59.004Z Downloaded topological-sort v0.2.2
8322026-05-18T23:32:59.004Z Downloaded tiny-keccak v2.0.2
8332026-05-18T23:32:59.006Z Downloaded thread_local v1.1.9
8342026-05-18T23:32:59.006Z Downloaded thiserror-no-std v2.0.2
8352026-05-18T23:32:59.009Z Downloaded tinytemplate v1.2.1
8362026-05-18T23:32:59.009Z Downloaded tinystr v0.8.2
8372026-05-18T23:32:59.009Z Downloaded time-macros v0.2.27
8382026-05-18T23:32:59.012Z Downloaded spin v0.9.8
8392026-05-18T23:32:59.015Z Downloaded iddqd v0.3.18
8402026-05-18T23:32:59.018Z Downloaded target-spec v3.5.7
8412026-05-18T23:32:59.021Z Downloaded serde_core v1.0.228
8422026-05-18T23:32:59.021Z Downloaded tokio-macros v2.7.0
8432026-05-18T23:32:59.021Z Downloaded socket2 v0.5.10
8442026-05-18T23:32:59.028Z Downloaded typeid v1.0.3
8452026-05-18T23:32:59.028Z Downloaded trait-variant v0.1.2
8462026-05-18T23:32:59.028Z Downloaded term v1.2.1
8472026-05-18T23:32:59.032Z Downloaded term v0.7.0
8482026-05-18T23:32:59.032Z Downloaded tower-service v0.3.3
8492026-05-18T23:32:59.032Z Downloaded tower-layer v0.3.3
8502026-05-18T23:32:59.032Z Downloaded subprocess v0.2.15
8512026-05-18T23:32:59.035Z Downloaded rand v0.10.0
8522026-05-18T23:32:59.035Z Downloaded thiserror v1.0.69
8532026-05-18T23:32:59.037Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8542026-05-18T23:32:59.042Z Downloaded termios v0.3.3
8552026-05-18T23:32:59.042Z Downloaded samael v0.0.19
8562026-05-18T23:32:59.046Z Downloaded typify-macro v0.4.3
8572026-05-18T23:32:59.046Z Downloaded target-lexicon v0.13.3
8582026-05-18T23:32:59.051Z Downloaded bitvec v1.0.1
8592026-05-18T23:32:59.055Z Downloaded unarray v0.1.4
8602026-05-18T23:32:59.059Z Downloaded try-lock v0.2.5
8612026-05-18T23:32:59.059Z Downloaded toml_datetime v0.6.11
8622026-05-18T23:32:59.059Z Downloaded typify-macro v0.6.2
8632026-05-18T23:32:59.059Z Downloaded slog v2.8.2
8642026-05-18T23:32:59.064Z Downloaded unit-prefix v0.5.2
8652026-05-18T23:32:59.064Z Downloaded unicode-xid v0.2.6
8662026-05-18T23:32:59.064Z Downloaded unicode-truncate v1.1.0
8672026-05-18T23:32:59.069Z Downloaded goblin v0.8.2
8682026-05-18T23:32:59.069Z Downloaded socket2 v0.6.3
8692026-05-18T23:32:59.073Z Downloaded itertools v0.14.0
8702026-05-18T23:32:59.077Z Downloaded thiserror-impl v2.0.18
8712026-05-18T23:32:59.077Z Downloaded plotters v0.3.7
8722026-05-18T23:32:59.081Z Downloaded usdt v0.6.0
8732026-05-18T23:32:59.081Z Downloaded usdt v0.5.0
8742026-05-18T23:32:59.081Z Downloaded untrusted v0.7.1
8752026-05-18T23:32:59.093Z Downloaded unicode-linebreak v0.1.5
8762026-05-18T23:32:59.093Z Downloaded toml_writer v1.0.6+spec-1.1.0
8772026-05-18T23:32:59.093Z Downloaded tls_codec v0.4.2
8782026-05-18T23:32:59.098Z Downloaded untrusted v0.9.0
8792026-05-18T23:32:59.098Z Downloaded universal-hash v0.5.1
8802026-05-18T23:32:59.098Z Downloaded usdt-attr-macro v0.6.0
8812026-05-18T23:32:59.098Z Downloaded tempfile v3.25.0
8822026-05-18T23:32:59.098Z Downloaded bindgen v0.71.1
8832026-05-18T23:32:59.098Z Downloaded usdt-macro v0.6.0
8842026-05-18T23:32:59.098Z Downloaded usdt-macro v0.5.0
8852026-05-18T23:32:59.098Z Downloaded schemars v1.2.1
8862026-05-18T23:32:59.103Z Downloaded usdt-attr-macro v0.5.0
8872026-05-18T23:32:59.106Z Downloaded tui-tree-widget v0.23.1
8882026-05-18T23:32:59.106Z Downloaded utf8_iter v1.0.4
8892026-05-18T23:32:59.106Z Downloaded tokio-rustls v0.24.1
8902026-05-18T23:32:59.113Z Downloaded snafu v0.8.9
8912026-05-18T23:32:59.122Z Downloaded unicase v2.9.0
8922026-05-18T23:32:59.122Z Downloaded tls_codec_derive v0.4.2
8932026-05-18T23:32:59.122Z Downloaded tokio-dtrace v0.1.1
8942026-05-18T23:32:59.122Z Downloaded russh v0.45.0
8952026-05-18T23:32:59.127Z Downloaded tokio-tungstenite v0.21.0
8962026-05-18T23:32:59.127Z Downloaded tokio-native-tls v0.3.1
8972026-05-18T23:32:59.127Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8982026-05-18T23:32:59.127Z Downloaded void v1.0.2
8992026-05-18T23:32:59.127Z Downloaded serde v1.0.228
9002026-05-18T23:32:59.127Z Downloaded want v0.3.1
9012026-05-18T23:32:59.127Z Downloaded waitgroup v0.1.2
9022026-05-18T23:32:59.130Z Downloaded toml v0.8.23
9032026-05-18T23:32:59.130Z Downloaded pest v2.8.6
9042026-05-18T23:32:59.136Z Downloaded wait-timeout v0.2.1
9052026-05-18T23:32:59.136Z Downloaded textwrap v0.16.2
9062026-05-18T23:32:59.140Z Downloaded tokio-rustls v0.25.0
9072026-05-18T23:32:59.140Z Downloaded utf-8 v0.7.6
9082026-05-18T23:32:59.140Z Downloaded thread-id v5.1.0
9092026-05-18T23:32:59.140Z Downloaded thread-id v4.2.2
9102026-05-18T23:32:59.140Z Downloaded thiserror-impl-no-std v2.0.2
9112026-05-18T23:32:59.140Z Downloaded smallvec v1.15.1
9122026-05-18T23:32:59.143Z Downloaded serde_yaml v0.9.34+deprecated
9132026-05-18T23:32:59.143Z Downloaded tinyvec v1.10.0
9142026-05-18T23:32:59.147Z Downloaded thiserror-impl v1.0.69
9152026-05-18T23:32:59.147Z Downloaded itertools v0.13.0
9162026-05-18T23:32:59.151Z Downloaded rand v0.8.6
9172026-05-18T23:32:59.156Z Downloaded qorb v0.4.1
9182026-05-18T23:32:59.156Z Downloaded tabled_derive v0.11.0
9192026-05-18T23:32:59.162Z Downloaded chrono v0.4.44
9202026-05-18T23:32:59.162Z Downloaded xattr v1.6.1
9212026-05-18T23:32:59.165Z Downloaded tracing-attributes v0.1.31
9222026-05-18T23:32:59.165Z Downloaded rpassword v7.4.0
9232026-05-18T23:32:59.166Z Downloaded usdt-impl v0.5.0
9242026-05-18T23:32:59.166Z Downloaded supports-color v2.1.0
9252026-05-18T23:32:59.170Z Downloaded slog-json v2.6.1
9262026-05-18T23:32:59.170Z Downloaded tokio-tungstenite v0.23.1
9272026-05-18T23:32:59.170Z Downloaded slog-envlogger v2.2.0
9282026-05-18T23:32:59.174Z Downloaded rayon-core v1.13.0
9292026-05-18T23:32:59.174Z Downloaded xshell-macros v0.2.7
9302026-05-18T23:32:59.174Z Downloaded tar v0.4.45
9312026-05-18T23:32:59.179Z Downloaded russh-keys v0.45.0
9322026-05-18T23:32:59.179Z Downloaded test-strategy v0.4.5
9332026-05-18T23:32:59.182Z Downloaded zerofrom v0.1.6
9342026-05-18T23:32:59.182Z Downloaded yoke-derive v0.8.1
9352026-05-18T23:32:59.182Z Downloaded vergen-lib v0.1.6
9362026-05-18T23:32:59.182Z Downloaded twox-hash v2.1.2
9372026-05-18T23:32:59.187Z Downloaded steno v0.4.1
9382026-05-18T23:32:59.191Z Downloaded git2 v0.20.4
9392026-05-18T23:32:59.194Z Downloaded version_check v0.9.5
9402026-05-18T23:32:59.194Z Downloaded tokio-rustls v0.26.4
9412026-05-18T23:32:59.197Z Downloaded zeroize_derive v1.4.3
9422026-05-18T23:32:59.197Z Downloaded zerofrom-derive v0.1.6
9432026-05-18T23:32:59.200Z Downloaded zone_cfg_derive v0.3.1
9442026-05-18T23:32:59.204Z Downloaded textwrap v0.15.2
9452026-05-18T23:32:59.207Z Downloaded utf8parse v0.2.2
9462026-05-18T23:32:59.208Z Downloaded toml v0.9.12+spec-1.1.0
9472026-05-18T23:32:59.210Z Downloaded tokio-stream v0.1.18
9482026-05-18T23:32:59.210Z Downloaded vsss-rs v3.3.4
9492026-05-18T23:32:59.214Z Downloaded vergen-git2 v1.0.7
9502026-05-18T23:32:59.214Z Downloaded uzers v0.12.2
9512026-05-18T23:32:59.217Z Downloaded whoami v2.1.0
9522026-05-18T23:32:59.217Z Downloaded vergen-gitcl v1.0.8
9532026-05-18T23:32:59.220Z Downloaded zone v0.3.1
9542026-05-18T23:32:59.220Z Downloaded whoami v1.6.1
9552026-05-18T23:32:59.225Z Downloaded toml v0.7.8
9562026-05-18T23:32:59.225Z Downloaded unicode-properties v0.1.4
9572026-05-18T23:32:59.229Z Downloaded writeable v0.6.2
9582026-05-18T23:32:59.229Z Downloaded tracing-core v0.1.36
9592026-05-18T23:32:59.232Z Downloaded walkdir v2.5.0
9602026-05-18T23:32:59.232Z Downloaded usdt-impl v0.6.0
9612026-05-18T23:32:59.232Z Downloaded wyz v0.5.1
9622026-05-18T23:32:59.235Z Downloaded typify v0.4.3
9632026-05-18T23:32:59.241Z Downloaded rustyline v14.0.0
9642026-05-18T23:32:59.245Z Downloaded yoke v0.8.1
9652026-05-18T23:32:59.248Z Downloaded xshell v0.2.7
9662026-05-18T23:32:59.248Z Downloaded ucd-trie v0.1.7
9672026-05-18T23:32:59.255Z Downloaded tungstenite v0.23.0
9682026-05-18T23:32:59.259Z Downloaded typify v0.6.2
9692026-05-18T23:32:59.263Z Downloaded aws-lc-rs v1.16.3
9702026-05-18T23:32:59.269Z Downloaded zerovec-derive v0.11.2
9712026-05-18T23:32:59.274Z Downloaded toml_parser v1.0.9+spec-1.1.0
9722026-05-18T23:32:59.274Z Downloaded zstd-safe v7.2.4
9732026-05-18T23:32:59.274Z Downloaded zstd v0.13.3
9742026-05-18T23:32:59.278Z Downloaded toml_edit v0.22.27
9752026-05-18T23:32:59.278Z Downloaded zmij v1.0.21
9762026-05-18T23:32:59.282Z Downloaded unicode-ident v1.0.24
9772026-05-18T23:32:59.282Z Downloaded trybuild v1.0.116
9782026-05-18T23:32:59.285Z Downloaded toml v1.0.6+spec-1.1.0
9792026-05-18T23:32:59.286Z Downloaded p384 v0.13.1
9802026-05-18T23:32:59.289Z Downloaded reedline v0.40.0
9812026-05-18T23:32:59.293Z Downloaded reqwest v0.12.28
9822026-05-18T23:32:59.299Z Downloaded zerocopy-derive v0.7.35
9832026-05-18T23:32:59.303Z Downloaded yasna v0.5.2
9842026-05-18T23:32:59.307Z Downloaded lalrpop v0.19.12
9852026-05-18T23:32:59.313Z Downloaded zeroize v1.8.2
9862026-05-18T23:32:59.316Z Downloaded typenum v1.19.0
9872026-05-18T23:32:59.316Z Downloaded toml_edit v0.23.10+spec-1.0.0
9882026-05-18T23:32:59.319Z Downloaded vte v0.14.1
9892026-05-18T23:32:59.319Z Downloaded tungstenite v0.21.0
9902026-05-18T23:32:59.323Z Downloaded regex v1.12.3
9912026-05-18T23:32:59.327Z Downloaded goblin v0.10.5
9922026-05-18T23:32:59.352Z Downloaded zerocopy v0.6.6
9932026-05-18T23:32:59.355Z Downloaded moka v0.12.13
9942026-05-18T23:32:59.359Z Downloaded unsafe-libyaml v0.2.11
9952026-05-18T23:32:59.363Z Downloaded ssh-key v0.6.7
9962026-05-18T23:32:59.367Z Downloaded reqwest v0.13.2
9972026-05-18T23:32:59.372Z Downloaded curve25519-dalek v4.1.3
9982026-05-18T23:32:59.376Z Downloaded vergen v9.0.6
9992026-05-18T23:32:59.379Z Downloaded zopfli v0.8.3
10002026-05-18T23:32:59.385Z Downloaded salty v0.3.0
10012026-05-18T23:32:59.387Z Downloaded uuid v1.23.0
10022026-05-18T23:32:59.388Z Downloaded tokio-postgres v0.7.16
10032026-05-18T23:32:59.390Z Downloaded quick-xml v0.37.5
10042026-05-18T23:32:59.395Z Downloaded toml_edit v0.19.15
10052026-05-18T23:32:59.403Z Downloaded unicode-bidi v0.3.18
10062026-05-18T23:32:59.406Z Downloaded unicode_categories v0.1.1
10072026-05-18T23:32:59.410Z Downloaded zip v0.6.6
10082026-05-18T23:32:59.410Z Downloaded rayon v1.11.0
10092026-05-18T23:32:59.415Z Downloaded petname v2.0.2
10102026-05-18T23:32:59.419Z Downloaded gimli v0.32.3
10112026-05-18T23:32:59.424Z Downloaded bstr v1.12.1
10122026-05-18T23:32:59.429Z Downloaded yansi v1.0.1
10132026-05-18T23:32:59.434Z Downloaded object v0.30.4
10142026-05-18T23:32:59.437Z Downloaded zerotrie v0.2.3
10152026-05-18T23:32:59.440Z Downloaded rustls-webpki v0.102.8
10162026-05-18T23:32:59.452Z Downloaded x509-cert v0.2.5
10172026-05-18T23:32:59.455Z Downloaded url v2.5.8
10182026-05-18T23:32:59.460Z Downloaded tower v0.5.3
10192026-05-18T23:32:59.463Z Downloaded typed-path v0.9.3
10202026-05-18T23:32:59.469Z Downloaded serde_with v3.17.0
10212026-05-18T23:32:59.475Z Downloaded proptest v1.10.0
10222026-05-18T23:32:59.483Z Downloaded serde_json v1.0.149
10232026-05-18T23:32:59.486Z Downloaded rustls-webpki v0.101.7
10242026-05-18T23:32:59.497Z Downloaded tower-http v0.6.8
10252026-05-18T23:32:59.500Z Downloaded unicode-normalization v0.1.25
10262026-05-18T23:32:59.503Z Downloaded polar-core v0.27.3
10272026-05-18T23:32:59.509Z Downloaded zerocopy-derive v0.8.40
10282026-05-18T23:32:59.513Z Downloaded tokio-util v0.7.18
10292026-05-18T23:32:59.519Z Downloaded dropshot v0.17.0
10302026-05-18T23:32:59.532Z Downloaded unicode-segmentation v1.12.0
10312026-05-18T23:32:59.535Z Downloaded tough v0.22.0
10322026-05-18T23:32:59.539Z Downloaded dropshot v0.16.7
10332026-05-18T23:32:59.553Z Downloaded tabled v0.15.0
10342026-05-18T23:32:59.561Z Downloaded zip v4.6.1
10352026-05-18T23:32:59.564Z Downloaded radix_trie v0.2.1
10362026-05-18T23:32:59.567Z Downloaded portable-atomic v1.13.1
10372026-05-18T23:32:59.571Z Downloaded winnow v0.5.40
10382026-05-18T23:32:59.576Z Downloaded winnow v0.6.26
10392026-05-18T23:32:59.580Z Downloaded zerovec v0.11.5
10402026-05-18T23:32:59.583Z Downloaded rustls v0.21.12
10412026-05-18T23:32:59.589Z Downloaded winnow v0.7.14
10422026-05-18T23:32:59.594Z Downloaded object v0.37.3
10432026-05-18T23:32:59.600Z Downloaded regex-syntax v0.6.29
10442026-05-18T23:32:59.604Z Downloaded quinn-proto v0.11.13
10452026-05-18T23:32:59.610Z Downloaded time v0.3.47
10462026-05-18T23:32:59.617Z Downloaded hickory-proto v0.25.2
10472026-05-18T23:32:59.625Z Downloaded nix v0.28.0
10482026-05-18T23:32:59.632Z Downloaded openssl v0.10.79
10492026-05-18T23:32:59.636Z Downloaded zerocopy v0.7.35
10502026-05-18T23:32:59.645Z Downloaded syn v2.0.117
10512026-05-18T23:32:59.651Z Downloaded nix v0.27.1
10522026-05-18T23:32:59.657Z Downloaded tabled v0.20.0
10532026-05-18T23:32:59.669Z Downloaded hickory-proto v0.24.4
10542026-05-18T23:32:59.676Z Downloaded syn v1.0.109
10552026-05-18T23:32:59.682Z Downloaded diesel v2.3.7
10562026-05-18T23:32:59.699Z Downloaded smoltcp v0.9.1
10572026-05-18T23:32:59.704Z Downloaded nix v0.29.0
10582026-05-18T23:32:59.707Z Downloaded rustix v1.1.3
10592026-05-18T23:32:59.720Z Downloaded zlib-rs v0.6.2
10602026-05-18T23:32:59.725Z Downloaded openapiv3 v2.2.0
10612026-05-18T23:32:59.740Z Downloaded rustls v0.22.4
10622026-05-18T23:32:59.748Z Downloaded webpki-roots v1.0.6
10632026-05-18T23:32:59.752Z Downloaded vcpkg v0.2.15
10642026-05-18T23:32:59.804Z Downloaded smoltcp v0.11.0
10652026-05-18T23:32:59.810Z Downloaded unicode-width v0.2.0
10662026-05-18T23:32:59.816Z Downloaded zerocopy v0.8.40
10672026-05-18T23:32:59.820Z Downloaded unicode-width v0.1.14
10682026-05-18T23:32:59.823Z Downloaded rustix v0.38.44
10692026-05-18T23:32:59.835Z Downloaded bzip2-sys v0.1.13+1.0.8
10702026-05-18T23:32:59.844Z Downloaded rustls v0.23.37
10712026-05-18T23:32:59.849Z Downloaded regress v0.10.5
10722026-05-18T23:32:59.854Z Downloaded tracing v0.1.44
10732026-05-18T23:32:59.867Z Downloaded regress v0.11.1
10742026-05-18T23:32:59.871Z Downloaded typify-impl v0.4.3
10752026-05-18T23:32:59.879Z Downloaded regex-syntax v0.8.10
10762026-05-18T23:32:59.886Z Downloaded nix v0.31.2
10772026-05-18T23:32:59.890Z Downloaded sqlparser v0.61.0
10782026-05-18T23:32:59.907Z Downloaded petgraph v0.6.5
10792026-05-18T23:32:59.918Z Downloaded sled v0.34.7
10802026-05-18T23:32:59.927Z Downloaded jiff v0.2.21
10812026-05-18T23:32:59.935Z Downloaded zerocopy-derive v0.6.6
10822026-05-18T23:32:59.940Z Downloaded typify-impl v0.6.2
10832026-05-18T23:32:59.949Z Downloaded ratatui v0.29.0
10842026-05-18T23:32:59.961Z Downloaded regex-automata v0.4.14
10852026-05-18T23:32:59.982Z Downloaded libz-sys v1.1.24
10862026-05-18T23:32:59.993Z Downloaded petgraph v0.8.3
10872026-05-18T23:33:00.009Z Downloaded chrono-tz v0.10.4
10882026-05-18T23:33:00.035Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10892026-05-18T23:33:00.043Z Downloaded libc v0.2.185
10902026-05-18T23:33:00.062Z Downloaded csv v1.4.0
10912026-05-18T23:33:00.075Z Downloaded sha3 v0.10.8
10922026-05-18T23:33:00.087Z Downloaded tokio v1.52.1
10932026-05-18T23:33:00.134Z Downloaded encoding_rs v0.8.35
10942026-05-18T23:33:00.168Z Downloaded httpmock v0.8.3
10952026-05-18T23:33:00.202Z Downloaded ring v0.17.14
10962026-05-18T23:33:00.249Z Downloaded libgit2-sys v0.18.3+1.9.2
10972026-05-18T23:33:00.717Z Downloaded aws-lc-sys v0.40.0
10982026-05-18T23:33:01.177Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10992026-05-18T23:33:02.632Z Startup: Refreshing catalog 'helios' ... Done
11002026-05-18T23:33:02.689Z Startup: Caching catalogs ... Done
11012026-05-18T23:33:02.895ZPlanning: Solver setup ... Done (0.174s)
11022026-05-18T23:33:02.911ZPlanning: Running solver ... Done (0.016s)
11032026-05-18T23:33:02.917ZPlanning: Finding local manifests ... Done (0.003s)
11042026-05-18T23:33:02.928ZPlanning: Fetching manifests: 0/2 0% complete
11052026-05-18T23:33:02.950ZPlanning: Fetching manifests: 2/2 100% complete
11062026-05-18T23:33:02.963ZPlanning: Package planning ... Done (0.013s)
11072026-05-18T23:33:02.966ZPlanning: Merging actions ... Done (0.001s)
11082026-05-18T23:33:03.157ZPlanning: Checking for conflicting actions ... Done (0.191s)
11092026-05-18T23:33:03.160ZPlanning: Consolidating action changes ... Done (0.001s)
11102026-05-18T23:33:04.066ZPlanning: Evaluating mediators ... Done (0.907s)
11112026-05-18T23:33:04.070ZPlanning: Planning completed in 1.36 seconds
11122026-05-18T23:33:04.074Z Packages to install: 2
11132026-05-18T23:33:04.074Z Estimated space available: 155.85 GB
11142026-05-18T23:33:04.074ZEstimated space to be consumed: 19.74 MB
11152026-05-18T23:33:04.074Z Create boot environment: No
11162026-05-18T23:33:04.079ZCreate backup boot environment: No
11172026-05-18T23:33:04.079Z Rebuild boot archive: No
11182026-05-18T23:33:04.079Z
11192026-05-18T23:33:04.079ZChanged packages:
11202026-05-18T23:33:04.079Zhelios
11212026-05-18T23:33:04.079Z developer/build-essential
11222026-05-18T23:33:04.079Z None -> 11-3.0
11232026-05-18T23:33:04.079Z library/libxmlsec1
11242026-05-18T23:33:04.079Z None -> 1.2.35-3.0
11252026-05-18T23:33:04.101Z
11262026-05-18T23:33:04.101ZDownload: 0/214 items 0.0/1.3MB 0% complete
11272026-05-18T23:33:04.685ZDownload: Completed 1.28 MB in 0.58 seconds (2.2M/s)
11282026-05-18T23:33:04.747Z Actions: 1/268 actions (Installing new actions)
11292026-05-18T23:33:04.786Z Actions: Completed 268 actions in 0.04 seconds.
11302026-05-18T23:33:04.793ZFinalize: Updating package state database ... Done (0.007s)
11312026-05-18T23:33:04.793ZFinalize: Updating package cache ... Done (0.000s)
11322026-05-18T23:33:04.809ZFinalize: Updating image state ... Done (0.016s)
11332026-05-18T23:33:07.419ZFinalize: Creating fast lookup database ... Done (2.587s)
11342026-05-18T23:33:07.489ZFinalize: Reading search index ... Done (0.012s)
11352026-05-18T23:33:07.492ZFinalize: Updating search index ... Done (0.000s)
11362026-05-18T23:33:07.586ZFinalize: Updating package cache ... Done (0.000s)
11372026-05-18T23:33:07.895ZPlanning: Evaluating mediator changes ... Done
11382026-05-18T23:33:08.026ZPlanning: Checking for conflicting actions ... Done
11392026-05-18T23:33:08.111ZPlanning: Consolidating action changes ... Done
11402026-05-18T23:33:08.212ZPlanning: Evaluating mediators ... Done
11412026-05-18T23:33:08.303ZPlanning: Planning completed in 0.26 seconds
11422026-05-18T23:33:08.303Z Mediators to change: 2
11432026-05-18T23:33:08.303Z Create boot environment: No
11442026-05-18T23:33:08.303ZCreate backup boot environment: No
11452026-05-18T23:33:08.303ZFinalize: Updating package state database ... Done
11462026-05-18T23:33:08.303ZFinalize: Updating package cache ... Done
11472026-05-18T23:33:08.303ZFinalize: Updating image state ... Done
11482026-05-18T23:33:10.227ZFinalize: Creating fast lookup database ... Done
11492026-05-18T23:33:10.291ZFinalize: Reading search index ... Done
11502026-05-18T23:33:10.295ZFinalize: Updating search index ... Done
11512026-05-18T23:33:10.392ZFinalize: Updating package cache ... Done
11522026-05-18T23:33:10.682ZPlanning: Evaluating mediator changes ... Done
11532026-05-18T23:33:10.789ZPlanning: Checking for conflicting actions ... Done
11542026-05-18T23:33:10.792ZPlanning: Consolidating action changes ... Done
11552026-05-18T23:33:10.954ZPlanning: Evaluating mediators ... Done
11562026-05-18T23:33:10.965ZPlanning: Planning completed in 0.27 seconds
11572026-05-18T23:33:10.982Z Mediators to change: 1
11582026-05-18T23:33:10.982Z Create boot environment: No
11592026-05-18T23:33:10.982ZCreate backup boot environment: No
11602026-05-18T23:33:11.057ZFinalize: Updating package state database ... Done
11612026-05-18T23:33:11.058ZFinalize: Updating package cache ... Done
11622026-05-18T23:33:11.070ZFinalize: Updating image state ... Done
11632026-05-18T23:33:13.015ZFinalize: Creating fast lookup database ... Done
11642026-05-18T23:33:13.080ZFinalize: Reading search index ... Done
11652026-05-18T23:33:13.083ZFinalize: Updating search index ... Done
11662026-05-18T23:33:13.167ZFinalize: Updating package cache ... Done
11672026-05-18T23:33:13.481ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11682026-05-18T23:33:13.481Zapache system 2.4 system
11692026-05-18T23:33:13.481Zclang system 15 system
11702026-05-18T23:33:13.481Zcsh system system illumos
11712026-05-18T23:33:13.481Zctags system system illumos
11722026-05-18T23:33:13.481Zfile vendor vendor darwinsys
11732026-05-18T23:33:13.482Zfile system system illumos
11742026-05-18T23:33:13.482Zgcc vendor 14 vendor
11752026-05-18T23:33:13.482Zgcc system 13 system
11762026-05-18T23:33:13.482Zgcc system 10 system
11772026-05-18T23:33:13.482Zgo system 1.25 system
11782026-05-18T23:33:13.482Zllvm system 15 system
11792026-05-18T23:33:13.482Zmariadb system 11.4 system
11802026-05-18T23:33:13.482Zmta vendor vendor dma
11812026-05-18T23:33:13.482Zopenjdk system 17 system
11822026-05-18T23:33:13.482Zopenjdk system 11 system
11832026-05-18T23:33:13.482Zopenssl vendor 3 vendor
11842026-05-18T23:33:13.482Zperl system 5.40 system
11852026-05-18T23:33:13.482Zpostgresql system 18 system
11862026-05-18T23:33:13.482Zpostgresql system 17 system
11872026-05-18T23:33:13.482Zpython vendor 3 vendor
11882026-05-18T23:33:13.482Zpython system 2 system
11892026-05-18T23:33:13.482Zpython3 vendor 3.13 vendor
11902026-05-18T23:33:13.482Zruby system 3.4 system
11912026-05-18T23:33:13.482Zruby system 3.0 system
11922026-05-18T23:33:13.482Zwords vendor vendor american-english
11932026-05-18T23:33:13.482Zwords system system australian-english
11942026-05-18T23:33:13.482Zwords system system british-english
11952026-05-18T23:33:13.482Zwords system system canadian-english
11962026-05-18T23:33:13.482Zwords system system french
11972026-05-18T23:33:13.482Zwords system system italian
11982026-05-18T23:33:13.482Zwords system system ngerman
11992026-05-18T23:33:13.482Zwords system system ogerman
12002026-05-18T23:33:13.482Zwords system system spanish
12012026-05-18T23:33:13.737ZPUBLISHER TYPE STATUS P LOCATION
12022026-05-18T23:33:13.737Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12032026-05-18T23:33:14.007ZFMRI IFO
12042026-05-18T23:33:14.007Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12052026-05-18T23:33:14.007Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12062026-05-18T23:33:14.007Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12072026-05-18T23:33:14.007Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12082026-05-18T23:33:14.007Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12092026-05-18T23:33:14.007Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12102026-05-18T23:33:14.007Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12112026-05-18T23:33:14.007Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12122026-05-18T23:33:14.007Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12132026-05-18T23:33:14.586Z Downloading crates ...
12142026-05-18T23:33:14.653Z Downloaded cargo_toml v0.21.0
12152026-05-18T23:33:14.699Z Compiling proc-macro2 v1.0.106
12162026-05-18T23:33:14.699Z Compiling quote v1.0.45
12172026-05-18T23:33:14.705Z Compiling unicode-ident v1.0.24
12182026-05-18T23:33:14.705Z Compiling serde_core v1.0.228
12192026-05-18T23:33:14.705Z Compiling libc v0.2.185
12202026-05-18T23:33:14.705Z Compiling version_check v0.9.5
12212026-05-18T23:33:14.705Z Compiling serde v1.0.228
12222026-05-18T23:33:14.705Z Compiling memchr v2.8.0
12232026-05-18T23:33:14.705Z Compiling stable_deref_trait v1.2.1
12242026-05-18T23:33:14.705Z Compiling zmij v1.0.21
12252026-05-18T23:33:14.705Z Compiling thiserror v1.0.69
12262026-05-18T23:33:14.786Z Compiling itoa v1.0.17
12272026-05-18T23:33:14.790Z Compiling ucd-trie v0.1.7
12282026-05-18T23:33:14.790Z Compiling autocfg v1.5.0
12292026-05-18T23:33:14.790Z Compiling litemap v0.8.1
12302026-05-18T23:33:14.948Z Compiling writeable v0.6.2
12312026-05-18T23:33:15.012Z Compiling icu_normalizer_data v2.1.1
12322026-05-18T23:33:15.137Z Compiling rustix v1.1.3
12332026-05-18T23:33:15.179Z Compiling byteorder v1.5.0
12342026-05-18T23:33:15.207Z Compiling icu_properties_data v2.1.2
12352026-05-18T23:33:15.271Z Compiling bitflags v2.11.0
12362026-05-18T23:33:15.336Z Compiling serde_json v1.0.149
12372026-05-18T23:33:15.353Z Compiling typeid v1.0.3
12382026-05-18T23:33:15.373Z Compiling pest v2.8.6
12392026-05-18T23:33:15.385Z Compiling num-traits v0.2.19
12402026-05-18T23:33:15.542Z Compiling equivalent v1.0.2
12412026-05-18T23:33:15.553Z Compiling hashbrown v0.17.0
12422026-05-18T23:33:15.588Z Compiling smallvec v1.15.1
12432026-05-18T23:33:15.628Z Compiling proc-macro-error-attr v1.0.4
12442026-05-18T23:33:15.641Z Compiling usdt-impl v0.5.0
12452026-05-18T23:33:15.644Z Compiling toml_write v0.1.2
12462026-05-18T23:33:15.647Z Compiling erased-serde v0.4.9
12472026-05-18T23:33:15.772Z Compiling errno v0.3.14
12482026-05-18T23:33:15.795Z Compiling thread-id v4.2.2
12492026-05-18T23:33:15.814Z Compiling syn v1.0.109
12502026-05-18T23:33:15.825Z Compiling winnow v0.7.14
12512026-05-18T23:33:15.875Z Compiling proc-macro-error v1.0.4
12522026-05-18T23:33:15.897Z Compiling utf8_iter v1.0.4
12532026-05-18T23:33:15.969Z Compiling utf8parse v0.2.2
12542026-05-18T23:33:15.978Z Compiling getrandom v0.4.1
12552026-05-18T23:33:16.007Z Compiling thiserror v2.0.18
12562026-05-18T23:33:16.065Z Compiling percent-encoding v2.3.2
12572026-05-18T23:33:16.085Z Compiling camino v1.2.2
12582026-05-18T23:33:16.100Z Compiling log v0.4.29
12592026-05-18T23:33:16.102Z Compiling plain v0.2.3
12602026-05-18T23:33:16.165Z Compiling indexmap v2.14.0
12612026-05-18T23:33:16.230Z Compiling form_urlencoded v1.2.2
12622026-05-18T23:33:16.287Z Compiling anstyle-parse v0.2.7
12632026-05-18T23:33:16.322Z Compiling syn v2.0.117
12642026-05-18T23:33:16.418Z Compiling colorchoice v1.0.4
12652026-05-18T23:33:16.438Z Compiling ordered-float v2.10.1
12662026-05-18T23:33:16.495Z Compiling anstyle-query v1.1.5
12672026-05-18T23:33:16.515Z Compiling pest_meta v2.8.6
12682026-05-18T23:33:16.544Z Compiling anstyle v1.0.13
12692026-05-18T23:33:16.556Z Compiling pretty-hex v0.4.1
12702026-05-18T23:33:16.617Z Compiling is_terminal_polyfill v1.70.2
12712026-05-18T23:33:16.629Z Compiling cfg-if v1.0.4
12722026-05-18T23:33:16.783Z Compiling anstream v0.6.21
12732026-05-18T23:33:16.786Z Compiling fs-err v3.3.0
12742026-05-18T23:33:16.813Z Compiling clap_lex v1.0.0
12752026-05-18T23:33:16.825Z Compiling bytecount v0.6.9
12762026-05-18T23:33:16.849Z Compiling terminal_size v0.4.3
12772026-05-18T23:33:16.871Z Compiling heck v0.4.1
12782026-05-18T23:33:16.921Z Compiling fastrand v2.3.0
12792026-05-18T23:33:16.953Z Compiling fnv v1.0.7
12802026-05-18T23:33:16.984Z Compiling once_cell v1.21.3
12812026-05-18T23:33:17.009Z Compiling strsim v0.11.1
12822026-05-18T23:33:17.020Z Compiling unicode-width v0.1.14
12832026-05-18T23:33:17.068Z Compiling anyhow v1.0.102
12842026-05-18T23:33:17.079Z Compiling heck v0.5.0
12852026-05-18T23:33:17.120Z Compiling unicode-xid v0.2.6
12862026-05-18T23:33:17.146Z Compiling memmap v0.7.0
12872026-05-18T23:33:17.267Z Compiling semver v1.0.28
12882026-05-18T23:33:17.341Z Compiling papergrid v0.11.0
12892026-05-18T23:33:17.355Z Compiling clap_builder v4.5.60
12902026-05-18T23:33:17.398Z Compiling tempfile v3.25.0
12912026-05-18T23:33:17.410Z Compiling unicode-linebreak v0.1.5
12922026-05-18T23:33:17.435Z Compiling unicode-width v0.2.0
12932026-05-18T23:33:17.457Z Compiling smawk v0.3.2
12942026-05-18T23:33:17.632Z Compiling serde-untagged v0.1.9
12952026-05-18T23:33:17.674Z Compiling textwrap v0.16.2
12962026-05-18T23:33:17.737Z Compiling camino-tempfile v1.4.1
12972026-05-18T23:33:17.760Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12982026-05-18T23:33:17.798Z Compiling swrite v0.1.0
12992026-05-18T23:33:18.230Z Compiling tabled_derive v0.7.0
13002026-05-18T23:33:18.890Z Compiling tabled v0.15.0
13012026-05-18T23:33:18.949Z Compiling synstructure v0.13.2
13022026-05-18T23:33:18.949Z Compiling pest_generator v2.8.6
13032026-05-18T23:33:19.512Z Compiling serde_derive v1.0.228
13042026-05-18T23:33:19.512Z Compiling zerofrom-derive v0.1.6
13052026-05-18T23:33:19.630Z Compiling yoke-derive v0.8.1
13062026-05-18T23:33:19.630Z Compiling zerovec-derive v0.11.2
13072026-05-18T23:33:19.630Z Compiling displaydoc v0.2.5
13082026-05-18T23:33:19.630Z Compiling thiserror-impl v1.0.69
13092026-05-18T23:33:19.630Z Compiling zerocopy-derive v0.7.35
13102026-05-18T23:33:19.630Z Compiling scroll_derive v0.12.1
13112026-05-18T23:33:19.630Z Compiling thiserror-impl v2.0.18
13122026-05-18T23:33:19.630Z Compiling clap_derive v4.5.55
13132026-05-18T23:33:19.630Z Compiling pest_derive v2.8.6
13142026-05-18T23:33:20.209Z Compiling scroll v0.12.0
13152026-05-18T23:33:20.233Z Compiling zerocopy v0.7.35
13162026-05-18T23:33:20.438Z Compiling goblin v0.8.2
13172026-05-18T23:33:20.457Z Compiling zerofrom v0.1.6
13182026-05-18T23:33:20.564Z Compiling yoke v0.8.1
13192026-05-18T23:33:20.628Z Compiling dtrace-parser v0.2.0
13202026-05-18T23:33:20.715Z Compiling zerovec v0.11.5
13212026-05-18T23:33:20.715Z Compiling zerotrie v0.2.3
13222026-05-18T23:33:20.864Z Compiling clap v4.5.60
13232026-05-18T23:33:21.133Z Compiling tinystr v0.8.2
13242026-05-18T23:33:21.133Z Compiling potential_utf v0.1.4
13252026-05-18T23:33:21.243Z Compiling icu_collections v2.1.1
13262026-05-18T23:33:21.278Z Compiling icu_locale_core v2.1.1
13272026-05-18T23:33:21.806Z Compiling icu_provider v2.1.1
13282026-05-18T23:33:22.004Z Compiling toml_datetime v0.6.11
13292026-05-18T23:33:22.004Z Compiling serde_spanned v0.6.9
13302026-05-18T23:33:22.004Z Compiling dof v0.3.0
13312026-05-18T23:33:22.004Z Compiling serde_tokenstream v0.2.3
13322026-05-18T23:33:22.012Z Compiling serde-value v0.7.0
13332026-05-18T23:33:22.012Z Compiling cargo-platform v0.2.0
13342026-05-18T23:33:22.012Z Compiling macaddr v1.0.1
13352026-05-18T23:33:22.090Z Compiling icu_normalizer v2.1.1
13362026-05-18T23:33:22.090Z Compiling icu_properties v2.1.2
13372026-05-18T23:33:22.174Z Compiling toml_edit v0.22.27
13382026-05-18T23:33:22.672Z Compiling usdt-attr-macro v0.5.0
13392026-05-18T23:33:22.675Z Compiling usdt-macro v0.5.0
13402026-05-18T23:33:22.910Z Compiling idna_adapter v1.2.1
13412026-05-18T23:33:23.011Z Compiling idna v1.1.0
13422026-05-18T23:33:23.271Z Compiling usdt v0.5.0
13432026-05-18T23:33:23.293Z Compiling url v2.5.8
13442026-05-18T23:33:23.454Z Compiling toml v0.8.23
13452026-05-18T23:33:23.780Z Compiling cargo-util-schemas v0.8.2
13462026-05-18T23:33:23.780Z Compiling cargo_toml v0.21.0
13472026-05-18T23:33:24.567Z Compiling cargo_metadata v0.21.0
13482026-05-18T23:33:25.508Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13492026-05-18T23:33:27.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
13502026-05-18T23:33:27.671Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13512026-05-18T23:33:28.466Z Compiling libc v0.2.185
13522026-05-18T23:33:28.466Z Compiling serde v1.0.228
13532026-05-18T23:33:28.470Z Compiling log v0.4.29
13542026-05-18T23:33:28.470Z Compiling find-msvc-tools v0.1.9
13552026-05-18T23:33:28.470Z Compiling shlex v1.3.0
13562026-05-18T23:33:28.470Z Compiling smallvec v1.15.1
13572026-05-18T23:33:28.470Z Compiling typenum v1.19.0
13582026-05-18T23:33:28.470Z Compiling subtle v2.6.1
13592026-05-18T23:33:28.633Z Compiling generic-array v0.14.7
13602026-05-18T23:33:28.645Z Compiling scopeguard v1.2.0
13612026-05-18T23:33:28.649Z Compiling const-oid v0.9.6
13622026-05-18T23:33:28.722Z Compiling serde_json v1.0.149
13632026-05-18T23:33:28.734Z Compiling syn v2.0.117
13642026-05-18T23:33:28.737Z Compiling zerocopy v0.8.40
13652026-05-18T23:33:28.737Z Compiling portable-atomic v1.13.1
13662026-05-18T23:33:28.747Z Compiling pin-project-lite v0.2.17
13672026-05-18T23:33:28.831Z Compiling lock_api v0.4.14
13682026-05-18T23:33:28.834Z Compiling parking_lot_core v0.9.12
13692026-05-18T23:33:28.848Z Compiling pkg-config v0.3.32
13702026-05-18T23:33:28.866Z Compiling bitflags v2.11.0
13712026-05-18T23:33:28.901Z Compiling critical-section v1.2.0
13722026-05-18T23:33:28.934Z Compiling libm v0.2.16
13732026-05-18T23:33:28.934Z Compiling futures-core v0.3.32
13742026-05-18T23:33:28.967Z Compiling num-traits v0.2.19
13752026-05-18T23:33:29.029Z Compiling percent-encoding v2.3.2
13762026-05-18T23:33:29.087Z Compiling futures-sink v0.3.32
13772026-05-18T23:33:29.090Z Compiling futures-task v0.3.32
13782026-05-18T23:33:29.160Z Compiling cpufeatures v0.2.17
13792026-05-18T23:33:29.160Z Compiling getrandom v0.4.1
13802026-05-18T23:33:29.191Z Compiling futures-channel v0.3.32
13812026-05-18T23:33:29.210Z Compiling slab v0.4.12
13822026-05-18T23:33:29.254Z Compiling futures-io v0.3.32
13832026-05-18T23:33:29.268Z Compiling rand_core v0.10.0
13842026-05-18T23:33:29.296Z Compiling indexmap v2.14.0
13852026-05-18T23:33:29.329Z Compiling getrandom v0.3.4
13862026-05-18T23:33:29.412Z Compiling rustversion v1.0.22
13872026-05-18T23:33:29.430Z Compiling form_urlencoded v1.2.2
13882026-05-18T23:33:29.433Z Compiling dunce v1.0.5
13892026-05-18T23:33:29.462Z Compiling fs_extra v1.3.0
13902026-05-18T23:33:29.466Z Compiling ident_case v1.0.1
13912026-05-18T23:33:29.466Z Compiling base64ct v1.8.3
13922026-05-18T23:33:29.466Z Compiling flagset v0.4.7
13932026-05-18T23:33:29.542Z Compiling iana-time-zone v0.1.65
13942026-05-18T23:33:29.629Z Compiling rustix v1.1.3
13952026-05-18T23:33:29.679Z Compiling getrandom v0.2.17
13962026-05-18T23:33:29.701Z Compiling jobserver v0.1.34
13972026-05-18T23:33:29.701Z Compiling errno v0.3.14
13982026-05-18T23:33:29.750Z Compiling mio v1.2.0
13992026-05-18T23:33:29.817Z Compiling socket2 v0.6.3
14002026-05-18T23:33:29.833Z Compiling rand_core v0.6.4
14012026-05-18T23:33:29.852Z Compiling signal-hook-registry v1.4.8
14022026-05-18T23:33:29.887Z Compiling once_cell v1.21.3
14032026-05-18T23:33:29.936Z Compiling cc v1.2.56
14042026-05-18T23:33:29.988Z Compiling parking_lot v0.12.5
14052026-05-18T23:33:30.047Z Compiling pem-rfc7468 v0.7.0
14062026-05-18T23:33:30.058Z Compiling regex-syntax v0.8.10
14072026-05-18T23:33:30.142Z Compiling vcpkg v0.2.15
14082026-05-18T23:33:30.145Z Compiling aws-lc-rs v1.16.3
14092026-05-18T23:33:30.173Z Compiling tracing-core v0.1.36
14102026-05-18T23:33:30.178Z Compiling uuid v1.23.0
14112026-05-18T23:33:30.261Z Compiling rustc_version v0.4.1
14122026-05-18T23:33:30.275Z Compiling base64 v0.22.1
14132026-05-18T23:33:30.377Z Compiling untrusted v0.7.1
14142026-05-18T23:33:30.394Z Compiling rand_core v0.9.5
14152026-05-18T23:33:30.481Z Compiling openssl-probe v0.2.1
14162026-05-18T23:33:30.497Z Compiling tinyvec_macros v0.1.1
14172026-05-18T23:33:30.526Z Compiling untrusted v0.9.0
14182026-05-18T23:33:30.583Z Compiling httparse v1.10.1
14192026-05-18T23:33:30.609Z Compiling tinyvec v1.10.0
14202026-05-18T23:33:30.624Z Compiling aho-corasick v1.1.4
14212026-05-18T23:33:30.642Z Compiling tower-layer v0.3.3
14222026-05-18T23:33:30.672Z Compiling schemars v0.8.22
14232026-05-18T23:33:30.686Z Compiling atomic-waker v1.1.2
14242026-05-18T23:33:30.705Z Compiling cmake v0.1.57
14252026-05-18T23:33:30.723Z Compiling dyn-clone v1.0.20
14262026-05-18T23:33:30.764Z Compiling tower-service v0.3.3
14272026-05-18T23:33:30.820Z Compiling rustls v0.23.37
14282026-05-18T23:33:30.848Z Compiling try-lock v0.2.5
14292026-05-18T23:33:30.878Z Compiling pin-utils v0.1.0
14302026-05-18T23:33:30.896Z Compiling foreign-types-shared v0.1.1
14312026-05-18T23:33:30.912Z Compiling openssl v0.10.79
14322026-05-18T23:33:30.929Z Compiling want v0.3.1
14332026-05-18T23:33:30.963Z Compiling httpdate v1.0.3
14342026-05-18T23:33:30.978Z Compiling foreign-types v0.3.2
14352026-05-18T23:33:30.981Z Compiling unicode-normalization v0.1.25
14362026-05-18T23:33:31.009Z Compiling spin v0.9.8
14372026-05-18T23:33:31.024Z Compiling native-tls v0.2.18
14382026-05-18T23:33:31.027Z Compiling crc32fast v1.5.0
14392026-05-18T23:33:31.040Z Compiling num-conv v0.2.0
14402026-05-18T23:33:31.084Z Compiling powerfmt v0.2.0
14412026-05-18T23:33:31.117Z Compiling time-core v0.1.8
14422026-05-18T23:33:31.146Z Compiling wait-timeout v0.2.1
14432026-05-18T23:33:31.182Z Compiling sync_wrapper v1.0.2
14442026-05-18T23:33:31.204Z Compiling quick-error v1.2.3
14452026-05-18T23:33:31.221Z Compiling unicode-segmentation v1.12.0
14462026-05-18T23:33:31.258Z Compiling deranged v0.5.8
14472026-05-18T23:33:31.282Z Compiling usdt-impl v0.6.0
14482026-05-18T23:33:31.299Z Compiling time-macros v0.2.27
14492026-05-18T23:33:31.315Z Compiling syn v1.0.109
14502026-05-18T23:33:31.334Z Compiling tempfile v3.25.0
14512026-05-18T23:33:31.337Z Compiling bit-vec v0.8.0
14522026-05-18T23:33:31.425Z Compiling num_threads v0.1.7
14532026-05-18T23:33:31.444Z Compiling crossbeam-utils v0.8.21
14542026-05-18T23:33:31.460Z Compiling simd-adler32 v0.3.8
14552026-05-18T23:33:31.509Z Compiling siphasher v1.0.2
14562026-05-18T23:33:31.544Z Compiling bit-set v0.8.0
14572026-05-18T23:33:31.606Z Compiling regex-automata v0.4.14
14582026-05-18T23:33:31.622Z Compiling aws-lc-sys v0.40.0
14592026-05-18T23:33:31.649Z Compiling synstructure v0.13.2
14602026-05-18T23:33:31.667Z Compiling ring v0.17.14
14612026-05-18T23:33:31.683Z Compiling openssl-sys v0.9.115
14622026-05-18T23:33:31.722Z Compiling serde_derive_internals v0.29.1
14632026-05-18T23:33:31.738Z Compiling pest_generator v2.8.6
14642026-05-18T23:33:31.755Z Compiling darling_core v0.20.11
14652026-05-18T23:33:31.770Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-05-18T23:33:31.820Z Compiling darling_core v0.21.3
14672026-05-18T23:33:31.860Z Compiling bzip2-sys v0.1.13+1.0.8
14682026-05-18T23:33:32.178Z Compiling rusty-fork v0.3.1
14692026-05-18T23:33:32.311Z Compiling slog v2.8.2
14702026-05-18T23:33:32.324Z Compiling heapless v0.7.17
14712026-05-18T23:33:32.489Z Compiling time v0.3.47
14722026-05-18T23:33:32.505Z Compiling rand_xorshift v0.4.0
14732026-05-18T23:33:32.508Z Compiling thread-id v5.1.0
14742026-05-18T23:33:32.540Z Compiling cookie v0.18.1
14752026-05-18T23:33:32.543Z Compiling anyhow v1.0.102
14762026-05-18T23:33:32.570Z Compiling paste v1.0.15
14772026-05-18T23:33:32.609Z Compiling unarray v0.1.4
14782026-05-18T23:33:32.629Z Compiling adler2 v2.0.1
14792026-05-18T23:33:32.691Z Compiling iri-string v0.7.10
14802026-05-18T23:33:32.707Z Compiling unicode-bidi v0.3.18
14812026-05-18T23:33:32.739Z Compiling allocator-api2 v0.2.21
14822026-05-18T23:33:32.753Z Compiling ryu v1.0.23
14832026-05-18T23:33:32.787Z Compiling zstd-safe v7.2.4
14842026-05-18T23:33:32.882Z Compiling signal-hook v0.3.18
14852026-05-18T23:33:32.916Z Compiling unicode-properties v0.1.4
14862026-05-18T23:33:33.026Z Compiling miniz_oxide v0.8.9
14872026-05-18T23:33:33.167Z Compiling stringprep v0.1.5
14882026-05-18T23:33:33.202Z Compiling heck v0.4.1
14892026-05-18T23:33:33.307Z Compiling num-integer v0.1.46
14902026-05-18T23:33:33.493Z Compiling vergen-lib v0.1.6
14912026-05-18T23:33:33.511Z Compiling serde_derive v1.0.228
14922026-05-18T23:33:33.677Z Compiling zeroize_derive v1.4.3
14932026-05-18T23:33:33.689Z Compiling zerofrom-derive v0.1.6
14942026-05-18T23:33:33.710Z Compiling yoke-derive v0.8.1
14952026-05-18T23:33:33.757Z Compiling zerocopy-derive v0.8.40
14962026-05-18T23:33:33.774Z Compiling zerovec-derive v0.11.2
14972026-05-18T23:33:33.967Z Compiling displaydoc v0.2.5
14982026-05-18T23:33:34.253Z Compiling tokio-macros v2.7.0
14992026-05-18T23:33:34.296Z Compiling futures-macro v0.3.32
15002026-05-18T23:33:34.361Z Compiling der_derive v0.7.3
15012026-05-18T23:33:34.404Z Compiling zeroize v1.8.2
15022026-05-18T23:33:34.637Z Compiling rustls-pki-types v1.14.0
15032026-05-18T23:33:34.807Z Compiling thiserror-impl v2.0.18
15042026-05-18T23:33:34.998Z Compiling tracing-attributes v0.1.31
15052026-05-18T23:33:35.016Z Compiling schemars_derive v0.8.22
15062026-05-18T23:33:35.084Z Compiling scroll_derive v0.13.1
15072026-05-18T23:33:35.159Z Compiling crypto-common v0.1.7
15082026-05-18T23:33:35.204Z Compiling block-buffer v0.10.4
15092026-05-18T23:33:35.221Z Compiling futures-util v0.3.32
15102026-05-18T23:33:35.246Z Compiling zerofrom v0.1.6
15112026-05-18T23:33:35.340Z Compiling block-padding v0.3.3
15122026-05-18T23:33:35.397Z Compiling yoke v0.8.1
15132026-05-18T23:33:35.413Z Compiling digest v0.10.7
15142026-05-18T23:33:35.447Z Compiling der v0.7.10
15152026-05-18T23:33:35.532Z Compiling inout v0.1.4
15162026-05-18T23:33:35.616Z Compiling zerovec v0.11.5
15172026-05-18T23:33:35.730Z Compiling zerotrie v0.2.3
15182026-05-18T23:33:35.748Z Compiling hmac v0.12.1
15192026-05-18T23:33:35.963Z Compiling cipher v0.4.4
15202026-05-18T23:33:36.018Z Compiling sha2 v0.10.9
15212026-05-18T23:33:36.081Z Compiling pbkdf2 v0.12.2
15222026-05-18T23:33:36.112Z Compiling pest_derive v2.8.6
15232026-05-18T23:33:36.212Z Compiling tinystr v0.8.2
15242026-05-18T23:33:36.227Z Compiling potential_utf v0.1.4
15252026-05-18T23:33:36.273Z Compiling salsa20 v0.10.2
15262026-05-18T23:33:36.339Z Compiling thiserror v2.0.18
15272026-05-18T23:33:36.353Z Compiling aes v0.8.4
15282026-05-18T23:33:36.435Z Compiling icu_locale_core v2.1.1
15292026-05-18T23:33:36.453Z Compiling icu_collections v2.1.1
15302026-05-18T23:33:36.473Z Compiling spki v0.7.3
15312026-05-18T23:33:36.477Z Compiling scrypt v0.11.0
15322026-05-18T23:33:36.499Z Compiling cbc v0.1.2
15332026-05-18T23:33:36.515Z Compiling tracing v0.1.44
15342026-05-18T23:33:36.679Z Compiling scroll v0.13.0
15352026-05-18T23:33:36.714Z Compiling darling_macro v0.20.11
15362026-05-18T23:33:36.785Z Compiling openssl-macros v0.1.1
15372026-05-18T23:33:36.810Z Compiling pkcs5 v0.7.1
15382026-05-18T23:33:36.822Z Compiling rustls-native-certs v0.8.3
15392026-05-18T23:33:36.991Z Compiling goblin v0.10.5
15402026-05-18T23:33:36.996Z Compiling dtrace-parser v0.3.0
15412026-05-18T23:33:37.146Z Compiling icu_provider v2.1.1
15422026-05-18T23:33:37.224Z Compiling bytes v1.11.1
15432026-05-18T23:33:37.259Z Compiling chrono v0.4.44
15442026-05-18T23:33:37.329Z Compiling ipnet v2.11.0
15452026-05-18T23:33:37.349Z Compiling pkcs8 v0.10.2
15462026-05-18T23:33:37.402Z Compiling icu_normalizer v2.1.1
15472026-05-18T23:33:37.443Z Compiling icu_properties v2.1.2
15482026-05-18T23:33:37.494Z Compiling darling v0.20.11
15492026-05-18T23:33:37.523Z Compiling signature v2.2.0
15502026-05-18T23:33:37.592Z Compiling derive_builder_core v0.20.2
15512026-05-18T23:33:37.711Z Compiling webpki-roots v1.0.6
15522026-05-18T23:33:37.731Z Compiling tokio v1.52.1
15532026-05-18T23:33:37.746Z Compiling http v1.4.0
15542026-05-18T23:33:37.836Z Compiling thiserror-impl v1.0.69
15552026-05-18T23:33:37.859Z Compiling scroll_derive v0.12.1
15562026-05-18T23:33:37.879Z Compiling serde_spanned v0.6.9
15572026-05-18T23:33:37.905Z Compiling erased-serde v0.3.31
15582026-05-18T23:33:38.019Z Compiling serde_tokenstream v0.2.3
15592026-05-18T23:33:38.049Z Compiling serde_urlencoded v0.7.1
15602026-05-18T23:33:38.384Z Compiling idna_adapter v1.2.1
15612026-05-18T23:33:38.414Z Compiling toml_datetime v0.6.11
15622026-05-18T23:33:38.516Z Compiling idna v1.1.0
15632026-05-18T23:33:38.563Z Compiling ppv-lite86 v0.2.21
15642026-05-18T23:33:38.588Z Compiling http-body v1.0.1
15652026-05-18T23:33:38.607Z Compiling derive_builder_macro v0.20.2
15662026-05-18T23:33:38.629Z Compiling scroll v0.12.0
15672026-05-18T23:33:38.665Z Compiling md-5 v0.10.6
15682026-05-18T23:33:38.711Z Compiling darling_macro v0.21.3
15692026-05-18T23:33:38.729Z Compiling http-body-util v0.1.3
15702026-05-18T23:33:38.782Z Compiling bstr v1.12.1
15712026-05-18T23:33:38.793Z Compiling async-trait v0.1.89
15722026-05-18T23:33:38.836Z Compiling url v2.5.8
15732026-05-18T23:33:38.855Z Compiling pin-project-internal v1.1.11
15742026-05-18T23:33:38.943Z Compiling rand_chacha v0.9.0
15752026-05-18T23:33:38.952Z Compiling rand_chacha v0.3.1
15762026-05-18T23:33:39.008Z Compiling zerocopy-derive v0.7.35
15772026-05-18T23:33:39.141Z Compiling curve25519-dalek v4.1.3
15782026-05-18T23:33:39.264Z Compiling rand v0.9.2
15792026-05-18T23:33:39.282Z Compiling ff v0.13.1
15802026-05-18T23:33:39.298Z Compiling thiserror v1.0.69
15812026-05-18T23:33:39.440Z Compiling hash32 v0.2.1
15822026-05-18T23:33:39.500Z Compiling memoffset v0.9.1
15832026-05-18T23:33:39.529Z Compiling num-bigint-dig v0.8.6
15842026-05-18T23:33:39.658Z Compiling psl-types v2.0.11
15852026-05-18T23:33:39.710Z Compiling zlib-rs v0.6.2
15862026-05-18T23:33:39.729Z Compiling litrs v1.0.0
15872026-05-18T23:33:39.746Z Compiling rustix v0.38.44
15882026-05-18T23:33:39.760Z Compiling base16ct v0.2.0
15892026-05-18T23:33:39.813Z Compiling ref-cast v1.0.25
15902026-05-18T23:33:39.842Z Compiling cfg_aliases v0.2.1
15912026-05-18T23:33:39.952Z Compiling dof v0.4.0
15922026-05-18T23:33:39.999Z Compiling proptest v1.10.0
15932026-05-18T23:33:40.016Z Compiling fallible-iterator v0.2.0
15942026-05-18T23:33:40.101Z Compiling smoltcp v0.9.1
15952026-05-18T23:33:40.125Z Compiling pin-project v1.1.11
15962026-05-18T23:33:40.246Z Compiling zerocopy v0.7.35
15972026-05-18T23:33:40.258Z Compiling ipnetwork v0.21.1
15982026-05-18T23:33:40.270Z Compiling nix v0.31.2
15992026-05-18T23:33:40.289Z Compiling sec1 v0.7.3
16002026-05-18T23:33:40.295Z Compiling document-features v0.2.12
16012026-05-18T23:33:40.361Z Compiling postgres-protocol v0.6.10
16022026-05-18T23:33:40.426Z Compiling publicsuffix v2.3.0
16032026-05-18T23:33:40.517Z Compiling oxnet v0.1.4
16042026-05-18T23:33:40.708Z Compiling group v0.13.0
16052026-05-18T23:33:40.794Z Compiling darling v0.21.3
16062026-05-18T23:33:40.826Z Compiling rand v0.8.6
16072026-05-18T23:33:40.841Z Compiling derive_builder v0.20.2
16082026-05-18T23:33:40.847Z Compiling goblin v0.8.2
16092026-05-18T23:33:40.922Z Compiling futures-executor v0.3.32
16102026-05-18T23:33:40.977Z Compiling hubpack_derive v0.1.1
16112026-05-18T23:33:41.001Z Compiling cargo-platform v0.1.9
16122026-05-18T23:33:41.012Z Compiling hex v0.4.3
16132026-05-18T23:33:41.022Z Compiling hkdf v0.12.4
16142026-05-18T23:33:41.196Z Compiling crypto-bigint v0.5.5
16152026-05-18T23:33:41.213Z Compiling regex v1.12.3
16162026-05-18T23:33:41.299Z Compiling num-iter v0.1.45
16172026-05-18T23:33:41.320Z Compiling snafu-derive v0.8.9
16182026-05-18T23:33:41.335Z Compiling ref-cast-impl v1.0.25
16192026-05-18T23:33:41.357Z Compiling strum_macros v0.27.2
16202026-05-18T23:33:41.419Z Compiling curve25519-dalek-derive v0.1.1
16212026-05-18T23:33:41.473Z Compiling daft-derive v0.1.5
16222026-05-18T23:33:41.719Z Compiling phf_shared v0.13.1
16232026-05-18T23:33:41.834Z Compiling tokio-util v0.7.18
16242026-05-18T23:33:41.866Z Compiling tower v0.5.3
16252026-05-18T23:33:41.941Z Compiling tokio-native-tls v0.3.1
16262026-05-18T23:33:41.976Z Compiling terminal_size v0.4.3
16272026-05-18T23:33:41.994Z Compiling lazy_static v1.5.0
16282026-05-18T23:33:42.108Z Compiling vergen v9.0.6
16292026-05-18T23:33:42.126Z Compiling fs-err v3.3.0
16302026-05-18T23:33:42.138Z Compiling ahash v0.8.12
16312026-05-18T23:33:42.150Z Compiling encoding_rs v0.8.35
16322026-05-18T23:33:42.228Z Compiling libbz2-rs-sys v0.2.2
16332026-05-18T23:33:42.264Z Compiling same-file v1.0.6
16342026-05-18T23:33:42.324Z Compiling tower-http v0.6.8
16352026-05-18T23:33:42.352Z Compiling bitflags v1.3.2
16362026-05-18T23:33:42.387Z Compiling winnow v0.5.40
16372026-05-18T23:33:42.399Z Compiling managed v0.8.0
16382026-05-18T23:33:42.442Z Compiling newtype-uuid v1.3.2
16392026-05-18T23:33:42.461Z Compiling bumpalo v3.20.2
16402026-05-18T23:33:42.656Z Compiling h2 v0.4.13
16412026-05-18T23:33:42.755Z Compiling flate2 v1.1.9
16422026-05-18T23:33:42.788Z Compiling mime v0.3.17
16432026-05-18T23:33:42.834Z Compiling foldhash v0.2.0
16442026-05-18T23:33:42.990Z Compiling object v0.37.3
16452026-05-18T23:33:43.008Z Compiling foldhash v0.1.5
16462026-05-18T23:33:43.076Z Compiling hashbrown v0.16.1
16472026-05-18T23:33:43.094Z Compiling daft v0.1.5
16482026-05-18T23:33:43.148Z Compiling zopfli v0.8.3
16492026-05-18T23:33:43.269Z Compiling hashbrown v0.15.5
16502026-05-18T23:33:43.282Z Compiling bzip2 v0.6.1
16512026-05-18T23:33:43.411Z Compiling dof v0.3.0
16522026-05-18T23:33:43.433Z Compiling snafu v0.8.9
16532026-05-18T23:33:43.493Z Compiling strum v0.27.2
16542026-05-18T23:33:43.510Z Compiling walkdir v2.5.0
16552026-05-18T23:33:43.666Z Compiling clap_builder v4.5.60
16562026-05-18T23:33:43.685Z Compiling elliptic-curve v0.13.8
16572026-05-18T23:33:43.836Z Compiling toml_edit v0.19.15
16582026-05-18T23:33:43.905Z Compiling phf v0.13.1
16592026-05-18T23:33:43.921Z Compiling signal-hook-mio v0.2.5
16602026-05-18T23:33:43.977Z Compiling cargo_metadata v0.19.2
16612026-05-18T23:33:44.024Z Compiling usdt-macro v0.6.0
16622026-05-18T23:33:44.061Z Compiling usdt-attr-macro v0.6.0
16632026-05-18T23:33:44.108Z Compiling cookie_store v0.22.1
16642026-05-18T23:33:44.150Z Compiling hubpack v0.1.2
16652026-05-18T23:33:44.232Z Compiling bzip2 v0.4.4
16662026-05-18T23:33:44.341Z Compiling futures v0.3.32
16672026-05-18T23:33:44.398Z Compiling serde_with_macros v3.17.0
16682026-05-18T23:33:44.428Z Compiling postgres-types v0.2.12
16692026-05-18T23:33:44.491Z Compiling zstd v0.13.3
16702026-05-18T23:33:44.687Z Compiling dtrace-parser v0.2.0
16712026-05-18T23:33:44.797Z Compiling globset v0.4.18
16722026-05-18T23:33:44.834Z Compiling ed25519 v2.2.3
16732026-05-18T23:33:44.884Z Compiling pkcs1 v0.7.5
16742026-05-18T23:33:44.965Z Compiling serde_plain v1.0.2
16752026-05-18T23:33:45.071Z Compiling serde-big-array v0.5.1
16762026-05-18T23:33:45.200Z Compiling olpc-cjson v0.1.4
16772026-05-18T23:33:45.250Z Compiling rfc6979 v0.4.0
16782026-05-18T23:33:45.337Z Compiling serde_repr v0.1.20
16792026-05-18T23:33:45.396Z Compiling strum_macros v0.26.4
16802026-05-18T23:33:45.412Z Compiling async-recursion v1.1.1
16812026-05-18T23:33:45.459Z Compiling clap_derive v4.5.55
16822026-05-18T23:33:45.527Z Compiling enum-as-inner v0.6.1
16832026-05-18T23:33:45.559Z Compiling phf_shared v0.11.3
16842026-05-18T23:33:45.648Z Compiling float-cmp v0.10.0
16852026-05-18T23:33:45.769Z Compiling pem v3.0.6
16862026-05-18T23:33:45.787Z Compiling thread-id v4.2.2
16872026-05-18T23:33:45.824Z Compiling memmap2 v0.9.10
16882026-05-18T23:33:45.841Z Compiling env_filter v1.0.0
16892026-05-18T23:33:45.890Z Compiling hyper v1.8.1
16902026-05-18T23:33:45.947Z Compiling precomputed-hash v0.1.1
16912026-05-18T23:33:46.058Z Compiling typed-path v0.9.3
16922026-05-18T23:33:46.085Z Compiling new_debug_unreachable v1.0.6
16932026-05-18T23:33:46.103Z Compiling data-encoding v2.10.0
16942026-05-18T23:33:46.140Z Compiling either v1.15.0
16952026-05-18T23:33:46.163Z Compiling rustc-hash v2.1.1
16962026-05-18T23:33:46.179Z Compiling fixedbitset v0.5.7
16972026-05-18T23:33:46.197Z Compiling jiff v0.2.21
16982026-05-18T23:33:46.321Z Compiling difflib v0.4.0
16992026-05-18T23:33:46.394Z Compiling normalize-line-endings v0.3.0
17002026-05-18T23:33:46.518Z Compiling whoami v2.1.0
17012026-05-18T23:33:46.533Z Compiling predicates-core v1.0.10
17022026-05-18T23:33:46.700Z Compiling fixedbitset v0.4.2
17032026-05-18T23:33:46.738Z Compiling keccak v0.1.6
17042026-05-18T23:33:46.880Z Compiling static_assertions v1.1.0
17052026-05-18T23:33:46.935Z Compiling sha3 v0.10.8
17062026-05-18T23:33:46.951Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17072026-05-18T23:33:46.972Z Compiling petgraph v0.6.5
17082026-05-18T23:33:46.976Z Compiling tokio-postgres v0.7.16
17092026-05-18T23:33:46.977Z Compiling predicates v3.1.4
17102026-05-18T23:33:47.019Z Compiling hickory-proto v0.25.2
17112026-05-18T23:33:47.035Z Compiling hyper-util v0.1.20
17122026-05-18T23:33:47.336Z Compiling strum v0.26.3
17132026-05-18T23:33:47.405Z Compiling clap v4.5.60
17142026-05-18T23:33:47.419Z Compiling petgraph v0.8.3
17152026-05-18T23:33:47.446Z Compiling itertools v0.13.0
17162026-05-18T23:33:47.499Z Compiling iddqd v0.3.18
17172026-05-18T23:33:47.515Z Compiling string_cache v0.8.9
17182026-05-18T23:33:47.626Z Compiling toml_edit v0.22.27
17192026-05-18T23:33:47.634Z Compiling env_logger v0.11.9
17202026-05-18T23:33:47.720Z Compiling usdt v0.6.0
17212026-05-18T23:33:47.816Z Compiling usdt-impl v0.5.0
17222026-05-18T23:33:48.083Z Compiling serde_with v3.17.0
17232026-05-18T23:33:48.160Z Compiling crossterm v0.28.1
17242026-05-18T23:33:48.491Z Compiling ecdsa v0.16.9
17252026-05-18T23:33:48.663Z Compiling hyper-tls v0.6.0
17262026-05-18T23:33:48.828Z Compiling toml v0.7.8
17272026-05-18T23:33:48.875Z Compiling rsa v0.9.10
17282026-05-18T23:33:48.918Z Compiling ed25519-dalek v2.2.0
17292026-05-18T23:33:48.978Z Compiling zip v4.6.1
17302026-05-18T23:33:49.470Z Compiling zip v0.6.6
17312026-05-18T23:33:49.664Z Compiling tokio-stream v0.1.18
17322026-05-18T23:33:49.817Z Compiling toml_parser v1.0.9+spec-1.1.0
17332026-05-18T23:33:50.011Z Compiling buf-list v1.1.2
17342026-05-18T23:33:50.086Z Compiling similar v2.7.0
17352026-05-18T23:33:50.086Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17362026-05-18T23:33:50.086Z Compiling openapiv3 v2.2.0
17372026-05-18T23:33:50.190Z Compiling x509-cert v0.2.5
17382026-05-18T23:33:50.266Z Compiling sha1 v0.10.6
17392026-05-18T23:33:50.266Z Compiling crossbeam-epoch v0.9.18
17402026-05-18T23:33:50.381Z Compiling toml_datetime v0.7.5+spec-1.1.0
17412026-05-18T23:33:50.427Z Compiling lalrpop-util v0.19.12
17422026-05-18T23:33:50.427Z Compiling peg-runtime v0.8.5
17432026-05-18T23:33:50.512Z Compiling thread_local v1.1.9
17442026-05-18T23:33:50.622Z Compiling slog-async v2.8.0
17452026-05-18T23:33:50.664Z Compiling crossbeam-channel v0.5.15
17462026-05-18T23:33:50.665Z Compiling is-terminal v0.4.17
17472026-05-18T23:33:50.665Z Compiling filetime v0.2.27
17482026-05-18T23:33:50.712Z Compiling term v1.2.1
17492026-05-18T23:33:50.740Z Compiling xattr v1.6.1
17502026-05-18T23:33:50.759Z Compiling take_mut v0.2.2
17512026-05-18T23:33:50.869Z Compiling tar v0.4.45
17522026-05-18T23:33:51.103Z Compiling slog-term v2.9.2
17532026-05-18T23:34:09.009Z Compiling rustls-webpki v0.103.9
17542026-05-18T23:34:11.899Z Compiling tokio-rustls v0.26.4
17552026-05-18T23:34:11.899Z Compiling rustls-platform-verifier v0.6.2
17562026-05-18T23:34:12.093Z Compiling hyper-rustls v0.27.7
17572026-05-18T23:34:12.286Z Compiling reqwest v0.12.28
17582026-05-18T23:34:12.286Z Compiling reqwest v0.13.2
17592026-05-18T23:34:13.512Z Compiling tough v0.22.0
17602026-05-18T23:34:16.069Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17612026-05-18T23:34:16.310Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17622026-05-18T23:34:19.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.45s
17632026-05-18T23:34:19.350Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17642026-05-18T23:34:19.387ZMay 18 23:34:18.290 INFO Starting download, target: Cockroach
17652026-05-18T23:34:19.387ZMay 18 23:34:18.291 INFO Starting download, target: Clickhouse
17662026-05-18T23:34:19.387ZMay 18 23:34:18.291 INFO Starting download, target: Console
17672026-05-18T23:34:19.387ZMay 18 23:34:18.291 INFO Starting download, target: DendriteStub
17682026-05-18T23:34:19.387ZMay 18 23:34:18.291 INFO Starting download, target: MaghemiteMgd
17692026-05-18T23:34:19.412ZMay 18 23:34:18.291 INFO Starting download, target: TransceiverControl
17702026-05-18T23:34:19.412ZMay 18 23:34:18.291 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17712026-05-18T23:34:19.412ZMay 18 23:34:18.291 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17722026-05-18T23:34:19.412ZMay 18 23:34:18.291 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17732026-05-18T23:34:19.412ZMay 18 23:34:18.291 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17742026-05-18T23:34:19.412ZMay 18 23:34:18.291 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17752026-05-18T23:34:19.412ZMay 18 23:34:18.291 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17762026-05-18T23:34:19.923ZMay 18 23:34:18.820 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17772026-05-18T23:34:20.172ZMay 18 23:34:19.035 INFO Download complete, target: TransceiverControl
17782026-05-18T23:34:20.486ZMay 18 23:34:19.394 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17792026-05-18T23:34:20.736ZMay 18 23:34:19.639 INFO Download complete, target: Console
17802026-05-18T23:34:21.179ZMay 18 23:34:20.093 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-05-18T23:34:21.285ZMay 18 23:34:20.197 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-05-18T23:34:21.407ZMay 18 23:34:20.305 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17832026-05-18T23:34:21.770ZMay 18 23:34:20.682 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-05-18T23:34:21.770ZMay 18 23:34:20.682 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-05-18T23:34:23.588ZMay 18 23:34:22.503 INFO Download complete, target: DendriteStub
17862026-05-18T23:34:23.791ZMay 18 23:34:22.706 INFO Download complete, target: MaghemiteMgd
17872026-05-18T23:34:26.625ZMay 18 23:34:25.539 INFO Checking that binary works, target: Cockroach
17882026-05-18T23:34:26.825ZMay 18 23:34:25.708 INFO Download complete, target: Cockroach
17892026-05-18T23:34:28.341ZMay 18 23:34:27.256 INFO Checking that binary works, target: Clickhouse
17902026-05-18T23:34:28.433ZMay 18 23:34:27.348 INFO Download complete, target: Clickhouse
17912026-05-18T23:34:28.439ZAll prerequisites installed successfully
17922026-05-18T23:34:28.445Z
17932026-05-18T23:34:28.445Zreal 1:27.259023667
17942026-05-18T23:34:28.445Zuser 7:02.793799721
17952026-05-18T23:34:28.445Zsys 1:45.976065623
17962026-05-18T23:34:28.445Ztrap 0.234323134
17972026-05-18T23:34:28.445Ztflt 1.236594143
17982026-05-18T23:34:28.445Zdflt 2.269152139
17992026-05-18T23:34:28.445Zkflt 0.029920833
18002026-05-18T23:34:28.445Zlock 24:58.025221012
18012026-05-18T23:34:28.445Zslp 19:04.651938984
18022026-05-18T23:34:28.445Zlat 23.150860909
18032026-05-18T23:34:28.445Zstop 2:44.584126666
18042026-05-18T23:34:28.445Z+ source ./tools/include/force-git-over-https.sh
18052026-05-18T23:34:28.445Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18062026-05-18T23:34:28.445Z++ (( i = 0 ))
18072026-05-18T23:34:28.445Z++ (( i < 5 ))
18082026-05-18T23:34:28.445Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18092026-05-18T23:34:28.448Z++ (( i++ ))
18102026-05-18T23:34:28.448Z++ (( i < 5 ))
18112026-05-18T23:34:28.448Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18122026-05-18T23:34:28.448Z++ (( i++ ))
18132026-05-18T23:34:28.448Z++ (( i < 5 ))
18142026-05-18T23:34:28.448Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18152026-05-18T23:34:28.451Z++ (( i++ ))
18162026-05-18T23:34:28.451Z++ (( i < 5 ))
18172026-05-18T23:34:28.451Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18182026-05-18T23:34:28.457Z++ (( i++ ))
18192026-05-18T23:34:28.457Z++ (( i < 5 ))
18202026-05-18T23:34:28.457Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18212026-05-18T23:34:28.457Z++ (( i++ ))
18222026-05-18T23:34:28.457Z++ (( i < 5 ))
18232026-05-18T23:34:28.457Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18242026-05-18T23:34:28.457Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18252026-05-18T23:34:28.457Z+ rc=0
18262026-05-18T23:34:28.457Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18272026-05-18T23:34:36.236Z+ case $rc in
18282026-05-18T23:34:36.236Z+ pfexec zfs create -p rpool/images/build/host
18292026-05-18T23:34:36.445Z+ pfexec zfs create -p rpool/images/build/recovery
18302026-05-18T23:34:36.522Z+ cargo xtask releng --output-dir /work --mkincorp
18312026-05-18T23:34:36.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18322026-05-18T23:34:37.017Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18332026-05-18T23:34:37.878Z Compiling proc-macro2 v1.0.106
18342026-05-18T23:34:37.879Z Compiling quote v1.0.45
18352026-05-18T23:34:37.879Z Compiling unicode-ident v1.0.24
18362026-05-18T23:34:37.882Z Compiling libc v0.2.185
18372026-05-18T23:34:37.882Z Compiling serde_core v1.0.228
18382026-05-18T23:34:37.882Z Compiling serde v1.0.228
18392026-05-18T23:34:37.882Z Compiling cfg-if v1.0.4
18402026-05-18T23:34:37.882Z Compiling version_check v0.9.5
18412026-05-18T23:34:37.882Z Compiling shlex v1.3.0
18422026-05-18T23:34:38.014Z Compiling find-msvc-tools v0.1.9
18432026-05-18T23:34:38.017Z Compiling typenum v1.19.0
18442026-05-18T23:34:38.017Z Compiling autocfg v1.5.0
18452026-05-18T23:34:38.017Z Compiling memchr v2.8.0
18462026-05-18T23:34:38.017Z Compiling zmij v1.0.21
18472026-05-18T23:34:38.017Z Compiling zerocopy v0.8.40
18482026-05-18T23:34:38.194Z Compiling serde_json v1.0.149
18492026-05-18T23:34:38.243Z Compiling portable-atomic v1.13.1
18502026-05-18T23:34:38.299Z Compiling generic-array v0.14.7
18512026-05-18T23:34:38.316Z Compiling libm v0.2.16
18522026-05-18T23:34:38.321Z Compiling parking_lot_core v0.9.12
18532026-05-18T23:34:38.360Z Compiling smallvec v1.15.1
18542026-05-18T23:34:38.363Z Compiling icu_normalizer_data v2.1.1
18552026-05-18T23:34:38.414Z Compiling icu_properties_data v2.1.2
18562026-05-18T23:34:38.445Z Compiling pkg-config v0.3.32
18572026-05-18T23:34:38.504Z Compiling num-traits v0.2.19
18582026-05-18T23:34:38.618Z Compiling log v0.4.29
18592026-05-18T23:34:38.621Z Compiling itoa v1.0.17
18602026-05-18T23:34:38.635Z Compiling getrandom v0.4.1
18612026-05-18T23:34:38.667Z Compiling subtle v2.6.1
18622026-05-18T23:34:38.748Z Compiling scopeguard v1.2.0
18632026-05-18T23:34:38.800Z Compiling getrandom v0.3.4
18642026-05-18T23:34:38.866Z Compiling stable_deref_trait v1.2.1
18652026-05-18T23:34:38.886Z Compiling lock_api v0.4.14
18662026-05-18T23:34:38.949Z Compiling rustix v1.1.3
18672026-05-18T23:34:38.995Z Compiling fs_extra v1.3.0
18682026-05-18T23:34:39.048Z Compiling dunce v1.0.5
18692026-05-18T23:34:39.142Z Compiling jobserver v0.1.34
18702026-05-18T23:34:39.175Z Compiling getrandom v0.2.17
18712026-05-18T23:34:39.213Z Compiling errno v0.3.14
18722026-05-18T23:34:39.310Z Compiling critical-section v1.2.0
18732026-05-18T23:34:39.327Z Compiling rand_core v0.6.4
18742026-05-18T23:34:39.361Z Compiling syn v2.0.117
18752026-05-18T23:34:39.399Z Compiling cc v1.2.56
18762026-05-18T23:34:39.439Z Compiling pin-project-lite v0.2.17
18772026-05-18T23:34:39.614Z Compiling fnv v1.0.7
18782026-05-18T23:34:39.627Z Compiling thiserror v2.0.18
18792026-05-18T23:34:39.630Z Compiling percent-encoding v2.3.2
18802026-05-18T23:34:39.645Z Compiling litemap v0.8.1
18812026-05-18T23:34:39.660Z Compiling const-oid v0.9.6
18822026-05-18T23:34:39.679Z Compiling writeable v0.6.2
18832026-05-18T23:34:39.712Z Compiling once_cell v1.21.3
18842026-05-18T23:34:39.845Z Compiling aws-lc-rs v1.16.3
18852026-05-18T23:34:39.869Z Compiling rustversion v1.0.22
18862026-05-18T23:34:39.976Z Compiling signal-hook-registry v1.4.8
18872026-05-18T23:34:40.039Z Compiling heck v0.5.0
18882026-05-18T23:34:40.056Z Compiling futures-core v0.3.32
18892026-05-18T23:34:40.082Z Compiling equivalent v1.0.2
18902026-05-18T23:34:40.153Z Compiling cmake v0.1.57
18912026-05-18T23:34:40.205Z Compiling parking_lot v0.12.5
18922026-05-18T23:34:40.243Z Compiling mio v1.2.0
18932026-05-18T23:34:40.279Z Compiling httparse v1.10.1
18942026-05-18T23:34:40.313Z Compiling semver v1.0.28
18952026-05-18T23:34:40.470Z Compiling bitflags v2.11.0
18962026-05-18T23:34:40.562Z Compiling vcpkg v0.2.15
18972026-05-18T23:34:40.597Z Compiling socket2 v0.6.3
18982026-05-18T23:34:40.639Z Compiling utf8_iter v1.0.4
18992026-05-18T23:34:40.679Z Compiling schemars v0.8.22
19002026-05-18T23:34:40.731Z Compiling ring v0.17.14
19012026-05-18T23:34:40.833Z Compiling aws-lc-sys v0.40.0
19022026-05-18T23:34:40.909Z Compiling form_urlencoded v1.2.2
19032026-05-18T23:34:40.993Z Compiling hashbrown v0.17.0
19042026-05-18T23:34:41.169Z Compiling openssl-sys v0.9.115
19052026-05-18T23:34:41.188Z Compiling rustls v0.23.37
19062026-05-18T23:34:41.208Z Compiling futures-sink v0.3.32
19072026-05-18T23:34:41.239Z Compiling rand_core v0.10.0
19082026-05-18T23:34:41.273Z Compiling crc32fast v1.5.0
19092026-05-18T23:34:41.362Z Compiling futures-channel v0.3.32
19102026-05-18T23:34:41.561Z Compiling futures-task v0.3.32
19112026-05-18T23:34:41.582Z Compiling cpufeatures v0.2.17
19122026-05-18T23:34:41.608Z Compiling slab v0.4.12
19132026-05-18T23:34:41.642Z Compiling futures-io v0.3.32
19142026-05-18T23:34:41.661Z Compiling indexmap v2.14.0
19152026-05-18T23:34:41.761Z Compiling rustc_version v0.4.1
19162026-05-18T23:34:41.782Z Compiling openssl v0.10.79
19172026-05-18T23:34:41.861Z Compiling ucd-trie v0.1.7
19182026-05-18T23:34:41.865Z Compiling strsim v0.11.1
19192026-05-18T23:34:41.865Z Compiling byteorder v1.5.0
19202026-05-18T23:34:42.093Z Compiling pest v2.8.6
19212026-05-18T23:34:42.173Z Compiling ident_case v1.0.1
19222026-05-18T23:34:42.177Z Compiling native-tls v0.2.18
19232026-05-18T23:34:42.177Z Compiling thiserror v1.0.69
19242026-05-18T23:34:42.243Z Compiling synstructure v0.13.2
19252026-05-18T23:34:42.267Z Compiling serde_derive_internals v0.29.1
19262026-05-18T23:34:42.382Z Compiling iana-time-zone v0.1.65
19272026-05-18T23:34:42.468Z Compiling num-conv v0.2.0
19282026-05-18T23:34:42.488Z Compiling time-core v0.1.8
19292026-05-18T23:34:42.549Z Compiling base64 v0.22.1
19302026-05-18T23:34:42.566Z Compiling syn v1.0.109
19312026-05-18T23:34:42.594Z Compiling regex-syntax v0.8.10
19322026-05-18T23:34:42.732Z Compiling time-macros v0.2.27
19332026-05-18T23:34:42.775Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19342026-05-18T23:34:42.813Z Compiling untrusted v0.9.0
19352026-05-18T23:34:42.865Z Compiling crossbeam-utils v0.8.21
19362026-05-18T23:34:42.912Z Compiling base64ct v1.8.3
19372026-05-18T23:34:43.084Z Compiling uuid v1.23.0
19382026-05-18T23:34:43.099Z Compiling slog v2.8.2
19392026-05-18T23:34:43.183Z Compiling pest_meta v2.8.6
19402026-05-18T23:34:43.187Z Compiling pem-rfc7468 v0.7.0
19412026-05-18T23:34:43.316Z Compiling flagset v0.4.7
19422026-05-18T23:34:43.403Z Compiling rand_core v0.9.5
19432026-05-18T23:34:43.489Z Compiling bzip2-sys v0.1.13+1.0.8
19442026-05-18T23:34:43.534Z Compiling tracing-core v0.1.36
19452026-05-18T23:34:43.571Z Compiling serde_derive v1.0.228
19462026-05-18T23:34:43.623Z Compiling zeroize_derive v1.4.3
19472026-05-18T23:34:43.733Z Compiling zerofrom-derive v0.1.6
19482026-05-18T23:34:43.746Z Compiling yoke-derive v0.8.1
19492026-05-18T23:34:43.771Z Compiling zerovec-derive v0.11.2
19502026-05-18T23:34:43.787Z Compiling zerocopy-derive v0.8.40
19512026-05-18T23:34:43.806Z Compiling displaydoc v0.2.5
19522026-05-18T23:34:43.973Z Compiling tokio-macros v2.7.0
19532026-05-18T23:34:43.980Z Compiling futures-macro v0.3.32
19542026-05-18T23:34:44.247Z Compiling zeroize v1.8.2
19552026-05-18T23:34:44.545Z Compiling der_derive v0.7.3
19562026-05-18T23:34:44.606Z Compiling tracing-attributes v0.1.31
19572026-05-18T23:34:44.691Z Compiling thiserror-impl v2.0.18
19582026-05-18T23:34:44.733Z Compiling schemars_derive v0.8.22
19592026-05-18T23:34:44.779Z Compiling rustls-pki-types v1.14.0
19602026-05-18T23:34:44.797Z Compiling futures-util v0.3.32
19612026-05-18T23:34:44.877Z Compiling zerofrom v0.1.6
19622026-05-18T23:34:45.024Z Compiling yoke v0.8.1
19632026-05-18T23:34:45.086Z Compiling crypto-common v0.1.7
19642026-05-18T23:34:45.245Z Compiling zerovec v0.11.5
19652026-05-18T23:34:45.260Z Compiling zerotrie v0.2.3
19662026-05-18T23:34:45.634Z Compiling block-buffer v0.10.4
19672026-05-18T23:34:45.788Z Compiling tinystr v0.8.2
19682026-05-18T23:34:45.827Z Compiling potential_utf v0.1.4
19692026-05-18T23:34:45.830Z Compiling digest v0.10.7
19702026-05-18T23:34:45.918Z Compiling block-padding v0.3.3
19712026-05-18T23:34:46.027Z Compiling icu_locale_core v2.1.1
19722026-05-18T23:34:46.042Z Compiling icu_collections v2.1.1
19732026-05-18T23:34:46.082Z Compiling hmac v0.12.1
19742026-05-18T23:34:46.122Z Compiling openssl-macros v0.1.1
19752026-05-18T23:34:46.279Z Compiling inout v0.1.4
19762026-05-18T23:34:46.487Z Compiling pest_generator v2.8.6
19772026-05-18T23:34:46.576Z Compiling cipher v0.4.4
19782026-05-18T23:34:46.786Z Compiling bytes v1.11.1
19792026-05-18T23:34:46.851Z Compiling icu_provider v2.1.1
19802026-05-18T23:34:46.855Z Compiling chrono v0.4.44
19812026-05-18T23:34:46.888Z Compiling sha2 v0.10.9
19822026-05-18T23:34:47.137Z Compiling icu_properties v2.1.2
19832026-05-18T23:34:47.153Z Compiling icu_normalizer v2.1.1
19842026-05-18T23:34:47.283Z Compiling pest_derive v2.8.6
19852026-05-18T23:34:47.286Z Compiling scroll_derive v0.13.1
19862026-05-18T23:34:47.433Z Compiling tokio v1.52.1
19872026-05-18T23:34:47.760Z Compiling http v1.4.0
19882026-05-18T23:34:48.101Z Compiling idna_adapter v1.2.1
19892026-05-18T23:34:48.117Z Compiling thiserror-impl v1.0.69
19902026-05-18T23:34:48.255Z Compiling idna v1.1.0
19912026-05-18T23:34:48.399Z Compiling ppv-lite86 v0.2.21
19922026-05-18T23:34:48.560Z Compiling der v0.7.10
19932026-05-18T23:34:48.663Z Compiling url v2.5.8
19942026-05-18T23:34:48.980Z Compiling camino v1.2.2
19952026-05-18T23:34:49.287Z Compiling paste v1.0.15
19962026-05-18T23:34:49.305Z Compiling plain v0.2.3
19972026-05-18T23:34:49.445Z Compiling spki v0.7.3
19982026-05-18T23:34:49.640Z Compiling http-body v1.0.1
19992026-05-18T23:34:49.672Z Compiling salsa20 v0.10.2
20002026-05-18T23:34:49.704Z Compiling pbkdf2 v0.12.2
20012026-05-18T23:34:49.847Z Compiling tracing v0.1.44
20022026-05-18T23:34:50.362Z Compiling aho-corasick v1.1.4
20032026-05-18T23:34:50.365Z Compiling cookie v0.18.1
20042026-05-18T23:34:50.396Z Compiling dyn-clone v1.0.20
20052026-05-18T23:34:50.562Z Compiling num-bigint-dig v0.8.6
20062026-05-18T23:34:50.583Z Compiling fastrand v2.3.0
20072026-05-18T23:34:50.599Z Compiling atomic-waker v1.1.2
20082026-05-18T23:34:50.808Z Compiling scrypt v0.11.0
20092026-05-18T23:34:51.046Z Compiling rand_chacha v0.9.0
20102026-05-18T23:34:51.081Z Compiling cbc v0.1.2
20112026-05-18T23:34:51.135Z Compiling aes v0.8.4
20122026-05-18T23:34:51.246Z Compiling regex-automata v0.4.14
20132026-05-18T23:34:51.273Z Compiling tokio-util v0.7.18
20142026-05-18T23:34:51.292Z Compiling async-trait v0.1.89
20152026-05-18T23:34:51.497Z Compiling ahash v0.8.12
20162026-05-18T23:34:51.497Z Compiling tinyvec_macros v0.1.1
20172026-05-18T23:34:51.517Z Compiling openssl-probe v0.2.1
20182026-05-18T23:34:51.569Z Compiling tower-service v0.3.3
20192026-05-18T23:34:51.716Z Compiling try-lock v0.2.5
20202026-05-18T23:34:51.794Z Compiling untrusted v0.7.1
20212026-05-18T23:34:51.847Z Compiling tower-layer v0.3.3
20222026-05-18T23:34:51.876Z Compiling anyhow v1.0.102
20232026-05-18T23:34:51.895Z Compiling pretty-hex v0.4.1
20242026-05-18T23:34:51.919Z Compiling zstd-safe v7.2.4
20252026-05-18T23:34:52.143Z Compiling usdt-impl v0.6.0
20262026-05-18T23:34:52.179Z Compiling want v0.3.1
20272026-05-18T23:34:52.216Z Compiling tinyvec v1.10.0
20282026-05-18T23:34:52.240Z Compiling pkcs5 v0.7.1
20292026-05-18T23:34:52.382Z Compiling rand v0.9.2
20302026-05-18T23:34:52.582Z Compiling h2 v0.4.13
20312026-05-18T23:34:52.735Z Compiling scroll v0.13.0
20322026-05-18T23:34:52.735Z Compiling ipnet v2.11.0
20332026-05-18T23:34:52.771Z Compiling serde_tokenstream v0.2.3
20342026-05-18T23:34:52.975Z Compiling daft-derive v0.1.5
20352026-05-18T23:34:52.991Z Compiling clap_derive v4.5.55
20362026-05-18T23:34:53.034Z Compiling scroll_derive v0.12.1
20372026-05-18T23:34:53.084Z Compiling heapless v0.7.17
20382026-05-18T23:34:53.621Z Compiling signal-hook v0.3.18
20392026-05-18T23:34:53.712Z Compiling httpdate v1.0.3
20402026-05-18T23:34:53.822Z Compiling unicode-segmentation v1.12.0
20412026-05-18T23:34:53.853Z Compiling pin-utils v0.1.0
20422026-05-18T23:34:54.104Z Compiling goblin v0.10.5
20432026-05-18T23:34:54.264Z Compiling pkcs8 v0.10.2
20442026-05-18T23:34:54.302Z Compiling tempfile v3.25.0
20452026-05-18T23:34:54.584Z Compiling pin-project-internal v1.1.11
20462026-05-18T23:34:54.638Z Compiling darling_core v0.20.11
20472026-05-18T23:34:54.851Z Compiling spin v0.9.8
20482026-05-18T23:34:54.875Z Compiling foreign-types-shared v0.1.1
20492026-05-18T23:34:54.986Z Compiling litrs v1.0.0
20502026-05-18T23:34:55.288Z Compiling simd-adler32 v0.3.8
20512026-05-18T23:34:55.342Z Compiling foreign-types v0.3.2
20522026-05-18T23:34:55.507Z Compiling document-features v0.2.12
20532026-05-18T23:34:55.619Z Compiling heck v0.4.1
20542026-05-18T23:34:55.673Z Compiling unicode-normalization v0.1.25
20552026-05-18T23:34:55.891Z Compiling dtrace-parser v0.3.0
20562026-05-18T23:34:55.914Z Compiling hex v0.4.3
20572026-05-18T23:34:56.018Z Compiling zerocopy-derive v0.7.35
20582026-05-18T23:34:56.060Z Compiling hyper v1.8.1
20592026-05-18T23:34:56.166Z Compiling strum_macros v0.26.4
20602026-05-18T23:34:56.265Z Compiling darling_core v0.21.3
20612026-05-18T23:34:56.287Z Compiling curve25519-dalek v4.1.3
20622026-05-18T23:34:56.544Z Compiling thread-id v5.1.0
20632026-05-18T23:34:56.583Z Compiling memoffset v0.9.1
20642026-05-18T23:34:56.653Z Compiling ref-cast v1.0.25
20652026-05-18T23:34:56.676Z Compiling smoltcp v0.9.1
20662026-05-18T23:34:56.695Z Compiling rustix v0.38.44
20672026-05-18T23:34:56.698Z Compiling adler2 v2.0.1
20682026-05-18T23:34:56.714Z Compiling darling_macro v0.20.11
20692026-05-18T23:34:56.820Z Compiling utf8parse v0.2.2
20702026-05-18T23:34:56.906Z Compiling anstyle v1.0.13
20712026-05-18T23:34:56.922Z Compiling powerfmt v0.2.0
20722026-05-18T23:34:56.956Z Compiling dof v0.4.0
20732026-05-18T23:34:56.982Z Compiling anstyle-parse v0.2.7
20742026-05-18T23:34:57.076Z Compiling miniz_oxide v0.8.9
20752026-05-18T23:34:57.218Z Compiling deranged v0.5.8
20762026-05-18T23:34:57.277Z Compiling darling v0.20.11
20772026-05-18T23:34:57.277Z Compiling snafu-derive v0.8.9
20782026-05-18T23:34:57.400Z Compiling rustls-native-certs v0.8.3
20792026-05-18T23:34:57.685Z Compiling hyper-util v0.1.20
20802026-05-18T23:34:58.059Z Compiling http-body-util v0.1.3
20812026-05-18T23:34:58.085Z Compiling toml_datetime v0.6.11
20822026-05-18T23:34:58.365Z Compiling serde_spanned v0.6.9
20832026-05-18T23:34:58.536Z Compiling darling_macro v0.21.3
20842026-05-18T23:34:58.555Z Compiling sync_wrapper v1.0.2
20852026-05-18T23:34:58.594Z Compiling wait-timeout v0.2.1
20862026-05-18T23:34:58.611Z Compiling num_threads v0.1.7
20872026-05-18T23:34:58.714Z Compiling quick-error v1.2.3
20882026-05-18T23:34:58.794Z Compiling ryu v1.0.23
20892026-05-18T23:34:58.807Z Compiling siphasher v1.0.2
20902026-05-18T23:34:58.860Z Compiling bit-vec v0.8.0
20912026-05-18T23:34:58.860Z Compiling anstyle-query v1.1.5
20922026-05-18T23:34:59.016Z Compiling colorchoice v1.0.4
20932026-05-18T23:34:59.105Z Compiling cfg_aliases v0.2.1
20942026-05-18T23:34:59.122Z Compiling zlib-rs v0.6.2
20952026-05-18T23:34:59.122Z Compiling is_terminal_polyfill v1.70.2
20962026-05-18T23:34:59.178Z Compiling time v0.3.47
20972026-05-18T23:34:59.190Z Compiling nix v0.31.2
20982026-05-18T23:34:59.234Z Compiling anstream v0.6.21
20992026-05-18T23:34:59.303Z Compiling darling v0.21.3
21002026-05-18T23:34:59.402Z Compiling bit-set v0.8.0
21012026-05-18T23:34:59.417Z Compiling serde_urlencoded v0.7.1
21022026-05-18T23:34:59.680Z Compiling rusty-fork v0.3.1
21032026-05-18T23:34:59.749Z Compiling tower v0.5.3
21042026-05-18T23:34:59.984Z Compiling derive_builder_core v0.20.2
21052026-05-18T23:35:00.136Z Compiling regex v1.12.3
21062026-05-18T23:35:00.189Z Compiling webpki-roots v1.0.6
21072026-05-18T23:35:00.328Z Compiling erased-serde v0.3.31
21082026-05-18T23:35:00.344Z Compiling hubpack_derive v0.1.1
21092026-05-18T23:35:00.364Z Compiling signature v2.2.0
21102026-05-18T23:35:00.404Z Compiling rand_xorshift v0.4.0
21112026-05-18T23:35:00.419Z Compiling ref-cast-impl v1.0.25
21122026-05-18T23:35:00.437Z Compiling curve25519-dalek-derive v0.1.1
21132026-05-18T23:35:00.495Z Compiling strum_macros v0.27.2
21142026-05-18T23:35:00.771Z Compiling fs-err v3.3.0
21152026-05-18T23:35:00.787Z Compiling usdt-impl v0.5.0
21162026-05-18T23:35:00.831Z Compiling iri-string v0.7.10
21172026-05-18T23:35:00.951Z Compiling object v0.37.3
21182026-05-18T23:35:00.982Z Compiling unarray v0.1.4
21192026-05-18T23:35:01.065Z Compiling unicode-properties v0.1.4
21202026-05-18T23:35:01.083Z Compiling unicode-bidi v0.3.18
21212026-05-18T23:35:01.198Z Compiling allocator-api2 v0.2.21
21222026-05-18T23:35:01.253Z Compiling flate2 v1.1.9
21232026-05-18T23:35:01.489Z Compiling stringprep v0.1.5
21242026-05-18T23:35:01.654Z Compiling proptest v1.10.0
21252026-05-18T23:35:01.881Z Compiling derive_builder_macro v0.20.2
21262026-05-18T23:35:02.245Z Compiling tower-http v0.6.8
21272026-05-18T23:35:02.376Z Compiling tokio-native-tls v0.3.1
21282026-05-18T23:35:02.452Z Compiling serde_with_macros v3.17.0
21292026-05-18T23:35:02.570Z Compiling usdt-attr-macro v0.6.0
21302026-05-18T23:35:02.701Z Compiling usdt-macro v0.6.0
21312026-05-18T23:35:02.759Z Compiling ipnetwork v0.21.1
21322026-05-18T23:35:02.900Z Compiling scroll v0.12.0
21332026-05-18T23:35:03.031Z Compiling bstr v1.12.1
21342026-05-18T23:35:03.357Z Compiling rand_chacha v0.3.1
21352026-05-18T23:35:03.477Z Compiling md-5 v0.10.6
21362026-05-18T23:35:03.526Z Compiling async-recursion v1.1.1
21372026-05-18T23:35:03.588Z Compiling terminal_size v0.4.3
21382026-05-18T23:35:03.644Z Compiling num-integer v0.1.46
21392026-05-18T23:35:03.660Z Compiling hash32 v0.2.1
21402026-05-18T23:35:03.663Z Compiling vergen-lib v0.1.6
21412026-05-18T23:35:03.707Z Compiling ff v0.13.1
21422026-05-18T23:35:03.743Z Compiling fallible-iterator v0.2.0
21432026-05-18T23:35:03.883Z Compiling base16ct v0.2.0
21442026-05-18T23:35:04.005Z Compiling winnow v0.7.14
21452026-05-18T23:35:04.037Z Compiling clap_lex v1.0.0
21462026-05-18T23:35:04.052Z Compiling psl-types v2.0.11
21472026-05-18T23:35:04.069Z Compiling postgres-protocol v0.6.10
21482026-05-18T23:35:04.086Z Compiling sec1 v0.7.3
21492026-05-18T23:35:04.194Z Compiling publicsuffix v2.3.0
21502026-05-18T23:35:04.362Z Compiling clap_builder v4.5.60
21512026-05-18T23:35:04.396Z Compiling num-iter v0.1.45
21522026-05-18T23:35:04.413Z Compiling group v0.13.0
21532026-05-18T23:35:04.549Z Compiling newtype-uuid v1.3.2
21542026-05-18T23:35:04.569Z Compiling rand v0.8.6
21552026-05-18T23:35:04.936Z Compiling goblin v0.8.2
21562026-05-18T23:35:05.217Z Compiling oxnet v0.1.4
21572026-05-18T23:35:05.337Z Compiling hyper-tls v0.6.0
21582026-05-18T23:35:05.355Z Compiling derive_builder v0.20.2
21592026-05-18T23:35:05.407Z Compiling phf_shared v0.13.1
21602026-05-18T23:35:05.589Z Compiling zerocopy v0.7.35
21612026-05-18T23:35:05.621Z Compiling lazy_static v1.5.0
21622026-05-18T23:35:05.665Z Compiling pin-project v1.1.11
21632026-05-18T23:35:05.799Z Compiling futures-executor v0.3.32
21642026-05-18T23:35:05.903Z Compiling cargo-platform v0.1.9
21652026-05-18T23:35:05.949Z Compiling hkdf v0.12.4
21662026-05-18T23:35:05.976Z Compiling crypto-bigint v0.5.5
21672026-05-18T23:35:06.054Z Compiling serde_repr v0.1.20
21682026-05-18T23:35:06.070Z Compiling enum-as-inner v0.6.1
21692026-05-18T23:35:06.141Z Compiling vergen v9.0.6
21702026-05-18T23:35:06.200Z Compiling encoding_rs v0.8.35
21712026-05-18T23:35:06.614Z Compiling libbz2-rs-sys v0.2.2
21722026-05-18T23:35:06.617Z Compiling bumpalo v3.20.2
21732026-05-18T23:35:06.835Z Compiling mime v0.3.17
21742026-05-18T23:35:06.897Z Compiling same-file v1.0.6
21752026-05-18T23:35:06.970Z Compiling bitflags v1.3.2
21762026-05-18T23:35:07.067Z Compiling winnow v0.5.40
21772026-05-18T23:35:07.112Z Compiling managed v0.8.0
21782026-05-18T23:35:07.239Z Compiling foldhash v0.2.0
21792026-05-18T23:35:07.363Z Compiling foldhash v0.1.5
21802026-05-18T23:35:07.366Z Compiling dof v0.3.0
21812026-05-18T23:35:07.493Z Compiling hashbrown v0.16.1
21822026-05-18T23:35:07.563Z Compiling hashbrown v0.15.5
21832026-05-18T23:35:07.580Z Compiling bzip2 v0.6.1
21842026-05-18T23:35:07.804Z Compiling walkdir v2.5.0
21852026-05-18T23:35:08.015Z Compiling elliptic-curve v0.13.8
21862026-05-18T23:35:08.076Z Compiling zopfli v0.8.3
21872026-05-18T23:35:08.240Z Compiling clap v4.5.60
21882026-05-18T23:35:08.357Z Compiling cargo_metadata v0.19.2
21892026-05-18T23:35:08.375Z Compiling toml_edit v0.19.15
21902026-05-18T23:35:08.662Z Compiling futures v0.3.32
21912026-05-18T23:35:08.845Z Compiling snafu v0.8.9
21922026-05-18T23:35:09.337Z Compiling phf v0.13.1
21932026-05-18T23:35:09.494Z Compiling daft v0.1.5
21942026-05-18T23:35:09.585Z Compiling signal-hook-mio v0.2.5
21952026-05-18T23:35:09.720Z Compiling zstd v0.13.3
21962026-05-18T23:35:09.802Z Compiling cookie_store v0.22.1
21972026-05-18T23:35:09.845Z Compiling postgres-types v0.2.12
21982026-05-18T23:35:09.845Z Compiling bzip2 v0.4.4
21992026-05-18T23:35:09.876Z Compiling globset v0.4.18
22002026-05-18T23:35:09.994Z Compiling strum v0.27.2
22012026-05-18T23:35:10.032Z Compiling dtrace-parser v0.2.0
22022026-05-18T23:35:10.150Z Compiling hubpack v0.1.2
22032026-05-18T23:35:10.198Z Compiling ed25519 v2.2.3
22042026-05-18T23:35:10.244Z Compiling phf_shared v0.11.3
22052026-05-18T23:35:10.283Z Compiling olpc-cjson v0.1.4
22062026-05-18T23:35:10.388Z Compiling pkcs1 v0.7.5
22072026-05-18T23:35:10.461Z Compiling pem v3.0.6
22082026-05-18T23:35:10.477Z Compiling serde-big-array v0.5.1
22092026-05-18T23:35:10.511Z Compiling serde_plain v1.0.2
22102026-05-18T23:35:10.529Z Compiling rfc6979 v0.4.0
22112026-05-18T23:35:10.634Z Compiling float-cmp v0.10.0
22122026-05-18T23:35:10.652Z Compiling memmap2 v0.9.10
22132026-05-18T23:35:10.666Z Compiling thread-id v4.2.2
22142026-05-18T23:35:10.684Z Compiling env_filter v1.0.0
22152026-05-18T23:35:10.756Z Compiling predicates-core v1.0.10
22162026-05-18T23:35:10.773Z Compiling typed-path v0.9.3
22172026-05-18T23:35:10.792Z Compiling difflib v0.4.0
22182026-05-18T23:35:10.795Z Compiling jiff v0.2.21
22192026-05-18T23:35:10.806Z Compiling data-encoding v2.10.0
22202026-05-18T23:35:10.823Z Compiling fixedbitset v0.5.7
22212026-05-18T23:35:10.871Z Compiling precomputed-hash v0.1.1
22222026-05-18T23:35:10.936Z Compiling static_assertions v1.1.0
22232026-05-18T23:35:10.964Z Compiling fixedbitset v0.4.2
22242026-05-18T23:35:10.980Z Compiling toml_write v0.1.2
22252026-05-18T23:35:10.996Z Compiling either v1.15.0
22262026-05-18T23:35:11.027Z Compiling normalize-line-endings v0.3.0
22272026-05-18T23:35:11.135Z Compiling whoami v2.1.0
22282026-05-18T23:35:11.179Z Compiling new_debug_unreachable v1.0.6
22292026-05-18T23:35:11.194Z Compiling keccak v0.1.6
22302026-05-18T23:35:11.245Z Compiling rustc-hash v2.1.1
22312026-05-18T23:35:11.263Z Compiling string_cache v0.8.9
22322026-05-18T23:35:11.369Z Compiling tokio-postgres v0.7.16
22332026-05-18T23:35:11.387Z Compiling iddqd v0.3.18
22342026-05-18T23:35:11.401Z Compiling sha3 v0.10.8
22352026-05-18T23:35:11.417Z Compiling itertools v0.13.0
22362026-05-18T23:35:11.494Z Compiling toml_edit v0.22.27
22372026-05-18T23:35:11.513Z Compiling hickory-proto v0.25.2
22382026-05-18T23:35:11.698Z Compiling petgraph v0.6.5
22392026-05-18T23:35:11.966Z Compiling predicates v3.1.4
22402026-05-18T23:35:12.277Z Compiling petgraph v0.8.3
22412026-05-18T23:35:12.545Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22422026-05-18T23:35:12.910Z Compiling env_logger v0.11.9
22432026-05-18T23:35:12.952Z Compiling usdt v0.6.0
22442026-05-18T23:35:13.244Z Compiling ecdsa v0.16.9
22452026-05-18T23:35:13.448Z Compiling zip v4.6.1
22462026-05-18T23:35:13.550Z Compiling rsa v0.9.10
22472026-05-18T23:35:14.126Z Compiling ed25519-dalek v2.2.0
22482026-05-18T23:35:14.313Z Compiling crossterm v0.28.1
22492026-05-18T23:35:14.355Z Compiling zip v0.6.6
22502026-05-18T23:35:14.571Z Compiling toml v0.7.8
22512026-05-18T23:35:14.718Z Compiling crossbeam-epoch v0.9.18
22522026-05-18T23:35:14.806Z Compiling toml_parser v1.0.9+spec-1.1.0
22532026-05-18T23:35:14.882Z Compiling serde_with v3.17.0
22542026-05-18T23:35:14.992Z Compiling similar v2.7.0
22552026-05-18T23:35:15.038Z Compiling strum v0.26.3
22562026-05-18T23:35:15.189Z Compiling tokio-stream v0.1.18
22572026-05-18T23:35:15.339Z Compiling buf-list v1.1.2
22582026-05-18T23:35:15.444Z Compiling x509-cert v0.2.5
22592026-05-18T23:35:15.499Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22602026-05-18T23:35:15.668Z Compiling openapiv3 v2.2.0
22612026-05-18T23:35:15.730Z Compiling sha1 v0.10.6
22622026-05-18T23:35:15.819Z Compiling structmeta-derive v0.3.0
22632026-05-18T23:35:15.835Z Compiling toml_datetime v0.7.5+spec-1.1.0
22642026-05-18T23:35:15.984Z Compiling lalrpop-util v0.19.12
22652026-05-18T23:35:16.123Z Compiling peg-runtime v0.8.5
22662026-05-18T23:35:16.237Z Compiling radium v0.7.0
22672026-05-18T23:35:16.830Z Compiling structmeta v0.3.0
22682026-05-18T23:35:17.739Z Compiling maybe-uninit v2.0.0
22692026-05-18T23:35:17.857Z Compiling tap v1.0.1
22702026-05-18T23:35:18.029Z Compiling wyz v0.5.1
22712026-05-18T23:35:19.561Z Compiling packed_struct v0.10.1
22722026-05-18T23:35:19.831Z Compiling funty v2.0.0
22732026-05-18T23:35:20.243Z Compiling bitvec v1.0.1
22742026-05-18T23:35:22.422Z Compiling packed_struct_codegen v0.10.1
22752026-05-18T23:35:22.631Z Compiling zerocopy-derive v0.6.6
22762026-05-18T23:35:22.707Z Compiling bitfield-macros v0.19.4
22772026-05-18T23:35:23.200Z Compiling indexmap v1.9.3
22782026-05-18T23:35:23.420Z Compiling crc-catalog v2.4.0
22792026-05-18T23:35:23.434Z Compiling typeid v1.0.3
22802026-05-18T23:35:23.437Z Compiling nodrop v0.1.14
22812026-05-18T23:35:23.825Z Compiling array-init v0.0.4
22822026-05-18T23:35:23.965Z Compiling crc v3.4.0
22832026-05-18T23:35:24.041Z Compiling bitfield v0.19.4
22842026-05-18T23:35:24.348Z Compiling zerocopy v0.6.6
22852026-05-18T23:35:24.847Z Compiling smallvec v0.6.14
22862026-05-18T23:35:25.107Z Compiling derive-ex v0.1.8
22872026-05-18T23:35:27.030Z Compiling base64 v0.21.7
22882026-05-18T23:35:27.262Z Compiling erased-serde v0.4.9
22892026-05-18T23:35:27.436Z Compiling hashbrown v0.12.3
22902026-05-18T23:35:27.721Z Compiling rustls v0.22.4
22912026-05-18T23:35:28.682Z Compiling rustls-webpki v0.103.9
22922026-05-18T23:35:28.928Z Compiling ron v0.8.1
22932026-05-18T23:35:30.832Z Compiling test-strategy v0.4.5
22942026-05-18T23:35:31.300Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22952026-05-18T23:35:31.564Z Compiling serde-hex v0.1.0
22962026-05-18T23:35:31.942Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22972026-05-18T23:35:32.193Z Compiling toml v0.8.23
22982026-05-18T23:35:32.327Z Compiling hashbrown v0.13.2
22992026-05-18T23:35:32.439Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23002026-05-18T23:35:32.689Z Compiling tokio-rustls v0.26.4
23012026-05-18T23:35:32.961Z Compiling hyper-rustls v0.27.7
23022026-05-18T23:35:32.976Z Compiling rustls-platform-verifier v0.6.2
23032026-05-18T23:35:33.196Z Compiling reqwest v0.12.28
23042026-05-18T23:35:33.293Z Compiling reqwest v0.13.2
23052026-05-18T23:35:33.456Z Compiling rustls-webpki v0.102.8
23062026-05-18T23:35:33.885Z Compiling filetime v0.2.27
23072026-05-18T23:35:33.965Z Compiling multer v3.1.0
23082026-05-18T23:35:34.096Z Compiling thread_local v1.1.9
23092026-05-18T23:35:34.195Z Compiling slog-async v2.8.0
23102026-05-18T23:35:34.282Z Compiling compression-core v0.4.31
23112026-05-18T23:35:34.434Z Compiling match_cfg v0.1.0
23122026-05-18T23:35:34.468Z Compiling crc-any v2.5.0
23132026-05-18T23:35:34.483Z Compiling xattr v1.6.1
23142026-05-18T23:35:34.501Z Compiling rayon-core v1.13.0
23152026-05-18T23:35:34.533Z Compiling hostname v0.3.1
23162026-05-18T23:35:34.558Z Compiling compression-codecs v0.4.37
23172026-05-18T23:35:34.635Z Compiling tar v0.4.45
23182026-05-18T23:35:34.710Z Compiling object v0.30.4
23192026-05-18T23:35:34.725Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23202026-05-18T23:35:34.883Z Compiling tough v0.22.0
23212026-05-18T23:35:34.914Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222026-05-18T23:35:34.955Z Compiling crossbeam-channel v0.5.15
23232026-05-18T23:35:35.300Z Compiling slog-json v2.6.1
23242026-05-18T23:35:35.408Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23252026-05-18T23:35:35.583Z Compiling async-stream-impl v0.3.6
23262026-05-18T23:35:35.607Z Compiling ordered-float v2.10.1
23272026-05-18T23:35:35.681Z Compiling serde_path_to_error v0.1.20
23282026-05-18T23:35:35.847Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23292026-05-18T23:35:35.920Z Compiling serde_spanned v1.0.4
23302026-05-18T23:35:36.110Z Compiling toml_datetime v1.0.0+spec-1.1.0
23312026-05-18T23:35:36.150Z Compiling is-terminal v0.4.17
23322026-05-18T23:35:36.169Z Compiling fs-err v2.11.0
23332026-05-18T23:35:36.183Z Compiling dropshot v0.17.0
23342026-05-18T23:35:36.262Z Compiling take_mut v0.2.2
23352026-05-18T23:35:36.278Z Compiling term v1.2.1
23362026-05-18T23:35:36.390Z Compiling path-slash v0.1.5
23372026-05-18T23:35:36.407Z Compiling toml_writer v1.0.6+spec-1.1.0
23382026-05-18T23:35:36.439Z Compiling debug-ignore v1.0.5
23392026-05-18T23:35:36.626Z Compiling toml v1.0.6+spec-1.1.0
23402026-05-18T23:35:36.629Z Compiling async-stream v0.3.6
23412026-05-18T23:35:36.662Z Compiling slog-term v2.9.2
23422026-05-18T23:35:36.689Z Compiling serde-value v0.7.0
23432026-05-18T23:35:36.713Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23442026-05-18T23:35:36.848Z Compiling tokio-rustls v0.25.0
23452026-05-18T23:35:36.888Z Compiling slog-bunyan v2.5.0
23462026-05-18T23:35:37.094Z Compiling serde-untagged v0.1.9
23472026-05-18T23:35:37.121Z Compiling async-compression v0.4.41
23482026-05-18T23:35:37.419Z Compiling crossbeam-deque v0.8.6
23492026-05-18T23:35:37.479Z Compiling parse-display-derive v0.10.0
23502026-05-18T23:35:37.627Z Compiling camino-tempfile v1.4.1
23512026-05-18T23:35:37.667Z Compiling dropshot_endpoint v0.17.0
23522026-05-18T23:35:37.882Z Compiling newtype-uuid-macros v0.1.0
23532026-05-18T23:35:37.920Z Compiling backon v1.6.0
23542026-05-18T23:35:38.039Z Compiling waitgroup v0.1.2
23552026-05-18T23:35:38.097Z Compiling half v2.7.1
23562026-05-18T23:35:38.130Z Compiling rustls-pemfile v2.2.0
23572026-05-18T23:35:38.193Z Compiling blake3 v1.8.3
23582026-05-18T23:35:38.224Z Compiling hostname v0.4.2
23592026-05-18T23:35:38.344Z Compiling instant v0.1.13
23602026-05-18T23:35:38.432Z Compiling ciborium-io v0.2.2
23612026-05-18T23:35:38.461Z Compiling unicode-xid v0.2.6
23622026-05-18T23:35:38.486Z Compiling backoff v0.4.0
23632026-05-18T23:35:38.542Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23642026-05-18T23:35:38.561Z Compiling ciborium-ll v0.2.2
23652026-05-18T23:35:38.626Z Compiling cargo-util-schemas v0.8.2
23662026-05-18T23:35:38.628Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23672026-05-18T23:35:38.738Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23682026-05-18T23:35:38.895Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23692026-05-18T23:35:38.978Z Compiling parse-display v0.10.0
23702026-05-18T23:35:39.090Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23712026-05-18T23:35:39.264Z Compiling regress v0.10.5
23722026-05-18T23:35:39.330Z Compiling itertools v0.14.0
23732026-05-18T23:35:39.405Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23742026-05-18T23:35:39.554Z Compiling macaddr v1.0.1
23752026-05-18T23:35:39.865Z Compiling cargo-platform v0.2.0
23762026-05-18T23:35:39.882Z Compiling arrayvec v0.7.6
23772026-05-18T23:35:40.032Z Compiling indent_write v2.2.0
23782026-05-18T23:35:40.146Z Compiling constant_time_eq v0.4.2
23792026-05-18T23:35:40.207Z Compiling arrayref v0.3.9
23802026-05-18T23:35:40.306Z Compiling parse-size v1.1.0
23812026-05-18T23:35:40.436Z Compiling cargo_metadata v0.21.0
23822026-05-18T23:35:40.453Z Compiling ciborium v0.2.2
23832026-05-18T23:35:40.524Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23842026-05-18T23:35:40.637Z Compiling topological-sort v0.2.2
23852026-05-18T23:35:40.829Z Compiling display-error-chain v0.2.2
23862026-05-18T23:35:40.846Z Compiling shell-words v1.1.1
23872026-05-18T23:35:41.000Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23882026-05-18T23:35:51.459Z Compiling progenitor-client v0.14.0
23892026-05-18T23:35:51.518Z Compiling progenitor-client v0.10.0
23902026-05-18T23:35:51.518Z Compiling omicron-zone-package v0.12.2
23912026-05-18T23:35:51.946Z Compiling progenitor-extras v0.2.0
23922026-05-18T23:35:54.174Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23932026-05-18T23:35:54.225Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-05-18T23:35:54.226Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23952026-05-18T23:35:54.518Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-05-18T23:35:58.609Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23972026-05-18T23:36:02.010Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23982026-05-18T23:36:09.913Z Finished `release` profile [optimized] target(s) in 1m 32s
23992026-05-18T23:36:10.066Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24002026-05-18T23:36:10.120ZMay 18 23:36:09.035 DEBG changing working directory to /work/oxidecomputer/omicron
24012026-05-18T23:36:10.217ZMay 18 23:36:09.132 DEBG running: git rev-parse HEAD
24022026-05-18T23:36:10.220ZMay 18 23:36:09.134 DEBG process exited with exit status: 0 (2.465675ms)
24032026-05-18T23:36:10.220ZMay 18 23:36:09.134 INFO version: 20.0.0-0.ci+git34caf603aba
24042026-05-18T23:36:10.227ZMay 18 23:36:09.142 INFO cloning helios to /work/oxidecomputer/helios
24052026-05-18T23:36:10.227ZMay 18 23:36:09.142 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24062026-05-18T23:36:10.232ZCloning into '/work/oxidecomputer/helios'...
24072026-05-18T23:36:10.697ZMay 18 23:36:09.612 DEBG process exited with exit status: 0 (470.000013ms)
24082026-05-18T23:36:10.697ZMay 18 23:36:09.612 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24092026-05-18T23:36:10.700ZMay 18 23:36:09.614 DEBG process exited with exit status: 0 (2.542906ms)
24102026-05-18T23:36:10.700ZMay 18 23:36:09.614 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24112026-05-18T23:36:11.018ZMay 18 23:36:09.933 DEBG process exited with exit status: 0 (318.453943ms)
24122026-05-18T23:36:11.019ZMay 18 23:36:09.933 DEBG running: zfs list rpool/images/build/host
24132026-05-18T23:36:11.022ZNAME USED AVAIL REFER MOUNTPOINT
24142026-05-18T23:36:11.022Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24152026-05-18T23:36:11.025ZMay 18 23:36:09.937 DEBG process exited with exit status: 0 (4.22403ms)
24162026-05-18T23:36:11.025ZMay 18 23:36:09.937 DEBG running: zfs list rpool/images/build/recovery
24172026-05-18T23:36:11.028ZNAME USED AVAIL REFER MOUNTPOINT
24182026-05-18T23:36:11.028Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24192026-05-18T23:36:11.028ZMay 18 23:36:09.941 DEBG process exited with exit status: 0 (3.566818ms)
24202026-05-18T23:36:11.028ZMay 18 23:36:09.941 INFO [hubris-production] running task
24212026-05-18T23:36:11.028ZMay 18 23:36:09.941 INFO [incorp-manifest] running task
24222026-05-18T23:36:11.028ZMay 18 23:36:09.941 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24232026-05-18T23:36:11.028ZMay 18 23:36:09.941 INFO [hubris-staging] running task
24242026-05-18T23:36:11.028ZMay 18 23:36:09.942 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24252026-05-18T23:36:11.033ZMay 18 23:36:09.944 INFO [incorp-create] running: pkgrepo create /work/incorporation
24262026-05-18T23:36:11.033ZMay 18 23:36:09.944 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24272026-05-18T23:36:11.067Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24282026-05-18T23:36:11.263ZMay 18 23:36:10.178 INFO [incorp-create] process exited with exit status: 0 (235.478292ms)
24292026-05-18T23:36:11.267ZMay 18 23:36:10.178 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24302026-05-18T23:36:11.497ZMay 18 23:36:10.412 INFO [incorp-publisher] process exited with exit status: 0 (234.008779ms)
24312026-05-18T23:36:11.524Z[ omicron-package] Blocking waiting for file lock on package cache
24322026-05-18T23:36:11.559ZMay 18 23:36:10.473 DEBG process exited with exit status: 0 (532.145696ms)
24332026-05-18T23:36:11.561ZMay 18 23:36:10.473 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24342026-05-18T23:36:11.900Z[ omicron-package] Blocking waiting for file lock on package cache
24352026-05-18T23:36:12.142ZMay 18 23:36:11.057 DEBG process exited with exit status: 0 (583.450344ms)
24362026-05-18T23:36:12.145ZMay 18 23:36:11.058 INFO [incorp-manifest] task succeeded (1.116743592s)
24372026-05-18T23:36:12.145ZMay 18 23:36:11.058 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24382026-05-18T23:36:12.189ZMay 18 23:36:11.104 INFO [hubris-production] task succeeded (1.163215129s)
24392026-05-18T23:36:12.310ZMay 18 23:36:11.224 INFO [incorp-fmt] process exited with exit status: 0 (166.270963ms)
24402026-05-18T23:36:12.313ZMay 18 23:36:11.224 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24412026-05-18T23:36:12.526Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260518T233611Z
24422026-05-18T23:36:12.526Z[ incorp-pkgsend] PUBLISHED
24432026-05-18T23:36:12.562ZMay 18 23:36:11.476 INFO [incorp-pkgsend] process exited with exit status: 0 (252.021651ms)
24442026-05-18T23:36:12.565ZMay 18 23:36:11.477 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24452026-05-18T23:36:12.753Z[ helios-incorp] Retrieving packages for publisher helios ...
24462026-05-18T23:36:12.756Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24472026-05-18T23:36:12.778Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24482026-05-18T23:36:12.778Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24492026-05-18T23:36:12.781Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24502026-05-18T23:36:12.785Z[ helios-incorp]
24512026-05-18T23:36:12.785Z[ helios-incorp] Archiving packages ...
24522026-05-18T23:36:12.785Z[ helios-incorp] Packages to add: 1
24532026-05-18T23:36:12.785Z[ helios-incorp] Files to retrieve: 0
24542026-05-18T23:36:12.785Z[ helios-incorp] Estimated transfer size: 0.00 B
24552026-05-18T23:36:12.785Z[ helios-incorp]
24562026-05-18T23:36:12.785Z[ helios-incorp] Packages to archive:
24572026-05-18T23:36:12.785Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260518T233611Z
24582026-05-18T23:36:12.785Z[ helios-incorp]
24592026-05-18T23:36:12.785Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24602026-05-18T23:36:12.785Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24612026-05-18T23:36:12.842ZMay 18 23:36:11.757 INFO [helios-incorp] process exited with exit status: 0 (279.932705ms)
24622026-05-18T23:36:12.965Z[ omicron-package] Compiling ring v0.17.14
24632026-05-18T23:36:13.170Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24642026-05-18T23:36:13.170Z[ omicron-package] Compiling itertools v0.14.0
24652026-05-18T23:36:13.170Z[ omicron-package] Compiling secrecy v0.10.3
24662026-05-18T23:36:13.175Z[ omicron-package] Compiling heapless v0.8.0
24672026-05-18T23:36:13.175Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24682026-05-18T23:36:13.175Z[ omicron-package] Compiling hash32 v0.3.1
24692026-05-18T23:36:13.175Z[ omicron-package] Compiling smoltcp v0.11.0
24702026-05-18T23:36:13.175Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24712026-05-18T23:36:13.199Z[ omicron-package] Compiling unicode-width v0.2.0
24722026-05-18T23:36:13.203Z[ omicron-package] Compiling cobs v0.3.0
24732026-05-18T23:36:13.203Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24742026-05-18T23:36:13.203Z[ omicron-package] Compiling universal-hash v0.5.1
24752026-05-18T23:36:13.206Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24762026-05-18T23:36:13.206Z[ omicron-package] Compiling opaque-debug v0.3.1
24772026-05-18T23:36:13.371Z[ omicron-package] Compiling convert_case v0.4.0
24782026-05-18T23:36:13.881Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24792026-05-18T23:36:14.010Z[ omicron-package] Compiling derive_more v0.99.20
24802026-05-18T23:36:14.013Z[ omicron-package] Compiling postcard v1.1.3
24812026-05-18T23:36:14.217Z[ omicron-package] Compiling poly1305 v0.8.0
24822026-05-18T23:36:14.391Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24832026-05-18T23:36:14.394Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
24842026-05-18T23:36:14.558Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24852026-05-18T23:36:14.613Z[ omicron-package] Compiling chacha20 v0.9.1
24862026-05-18T23:36:14.613Z[ omicron-package] Compiling password-hash v0.5.0
24872026-05-18T23:36:14.776Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24882026-05-18T23:36:14.853Z[ omicron-package] Compiling blake2 v0.10.6
24892026-05-18T23:36:14.943Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24902026-05-18T23:36:15.077Z[ omicron-package] Compiling aead v0.5.2
24912026-05-18T23:36:15.080Z[ omicron-package] Compiling proc-macro-error v1.0.4
24922026-05-18T23:36:15.151Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24932026-05-18T23:36:15.178Z[ omicron-package] Compiling num_enum_derive v0.7.5
24942026-05-18T23:36:15.181Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24952026-05-18T23:36:15.181Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24962026-05-18T23:36:15.442Z[ omicron-package] Compiling ingot-macros v0.1.1
24972026-05-18T23:36:15.498Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24982026-05-18T23:36:15.502Z[ omicron-package] Compiling cpufeatures v0.3.0
24992026-05-18T23:36:15.504Z[ omicron-package] Compiling vsss-rs v3.3.4
25002026-05-18T23:36:15.680Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25012026-05-18T23:36:15.720Z[ omicron-package] Compiling chacha20 v0.10.0
25022026-05-18T23:36:15.752Z[ omicron-package] Compiling num_enum_derive v0.5.11
25032026-05-18T23:36:15.789Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25042026-05-18T23:36:15.794Z[ omicron-package] Compiling argon2 v0.5.3
25052026-05-18T23:36:16.170Z[ omicron-package] Compiling tabwriter v1.4.1
25062026-05-18T23:36:16.170Z[ omicron-package] Compiling foreign-types v0.5.0
25072026-05-18T23:36:16.173Z[ omicron-package] Compiling byte-wrapper v0.1.0
25082026-05-18T23:36:16.240Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25092026-05-18T23:36:16.329Z[ omicron-package] Compiling cstr-argument v0.1.2
25102026-05-18T23:36:16.389Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25112026-05-18T23:36:16.552Z[ omicron-package] Compiling num_enum v0.7.5
25122026-05-18T23:36:16.607Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25132026-05-18T23:36:16.661Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25142026-05-18T23:36:16.715Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25152026-05-18T23:36:16.794Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25162026-05-18T23:36:16.839Z[ omicron-package] Compiling num_enum v0.5.11
25172026-05-18T23:36:16.902Z[ omicron-package] Compiling rand v0.10.0
25182026-05-18T23:36:16.927Z[ omicron-package] Compiling rayon v1.11.0
25192026-05-18T23:36:16.970Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25202026-05-18T23:36:17.010Z[ omicron-package] Compiling libefi-sys v0.1.0
25212026-05-18T23:36:17.033Z[ omicron-package] Compiling colored v3.1.1
25222026-05-18T23:36:17.059Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25232026-05-18T23:36:17.076Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25242026-05-18T23:36:17.107Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25252026-05-18T23:36:17.195Z[ omicron-package] Compiling itertools v0.12.1
25262026-05-18T23:36:17.296Z[ omicron-package] Compiling usdt-macro v0.5.0
25272026-05-18T23:36:17.315Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25282026-05-18T23:36:17.355Z[ omicron-package] Compiling sigpipe v0.1.3
25292026-05-18T23:36:17.422Z[ omicron-package] Compiling memmap v0.7.0
25302026-05-18T23:36:17.465Z[ omicron-package] Compiling bitfield-struct v0.6.2
25312026-05-18T23:36:17.516Z[ omicron-package] Compiling num-derive v0.4.2
25322026-05-18T23:36:17.706Z[ omicron-package] Compiling rustls v0.23.37
25332026-05-18T23:36:17.771Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25342026-05-18T23:36:17.774Z[ omicron-package] Compiling swrite v0.1.0
25352026-05-18T23:36:17.808Z[ omicron-package] Compiling glob v0.3.3
25362026-05-18T23:36:18.021Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25372026-05-18T23:36:18.175Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25382026-05-18T23:36:18.270Z[ omicron-package] Compiling usdt v0.5.0
25392026-05-18T23:36:18.365Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25402026-05-18T23:36:18.410Z[ omicron-package] Compiling smf v0.2.3
25412026-05-18T23:36:18.433Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25422026-05-18T23:36:18.575Z[ omicron-package] Compiling whoami v1.6.1
25432026-05-18T23:36:18.612Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25442026-05-18T23:36:18.616Z[ omicron-package] Compiling ingot-types v0.1.2
25452026-05-18T23:36:18.656Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-05-18T23:36:18.682Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25472026-05-18T23:36:18.729Z[ omicron-package] Compiling zone v0.3.1
25482026-05-18T23:36:18.951Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25492026-05-18T23:36:19.010Z[ omicron-package] Compiling console v0.16.2
25502026-05-18T23:36:19.167Z[ omicron-package] Compiling rustls-webpki v0.103.9
25512026-05-18T23:36:19.196Z[ omicron-package] Compiling gethostname v0.5.0
25522026-05-18T23:36:19.218Z[ omicron-package] Compiling unit-prefix v0.5.2
25532026-05-18T23:36:19.286Z[ omicron-package] Compiling ingot v0.1.1
25542026-05-18T23:36:19.347Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25552026-05-18T23:36:19.375Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25562026-05-18T23:36:19.474Z[ omicron-package] Compiling indicatif v0.18.4
25572026-05-18T23:36:20.511Z[ omicron-package] Compiling rustls v0.22.4
25582026-05-18T23:36:21.244Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25592026-05-18T23:36:21.675Z[ omicron-package] Compiling rustls-webpki v0.102.8
25602026-05-18T23:36:22.592Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25612026-05-18T23:36:22.881Z[ omicron-package] Compiling tokio-rustls v0.26.4
25622026-05-18T23:36:22.881Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25632026-05-18T23:36:23.105Z[ omicron-package] Compiling hyper-rustls v0.27.7
25642026-05-18T23:36:23.346Z[ omicron-package] Compiling reqwest v0.12.28
25652026-05-18T23:36:23.349Z[ omicron-package] Compiling reqwest v0.13.2
25662026-05-18T23:36:23.786Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25672026-05-18T23:36:24.125Z[ omicron-package] Compiling tokio-rustls v0.25.0
25682026-05-18T23:36:24.374Z[ omicron-package] Compiling dropshot v0.17.0
25692026-05-18T23:36:25.107Z[ omicron-package] Compiling tough v0.22.0
25702026-05-18T23:36:26.274ZMay 18 23:36:25.189 INFO [hubris-staging] task succeeded (15.247406605s)
25712026-05-18T23:36:26.750Z[ helios-setup] May 18 23:36:25.664 INFO helios repository root is: /work/oxidecomputer/helios
25722026-05-18T23:36:26.753Z[ helios-setup] May 18 23:36:25.665 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
25732026-05-18T23:36:26.753Z[ helios-setup] May 18 23:36:25.665 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25742026-05-18T23:36:26.753Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25752026-05-18T23:36:27.803Z[ helios-setup] May 18 23:36:26.718 INFO clone ok!, project: pilot
25762026-05-18T23:36:27.806Z[ helios-setup] May 18 23:36:26.718 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, unless_env: None, fixup: [] }, project: phbl
25772026-05-18T23:36:27.806Z[ helios-setup] May 18 23:36:26.718 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25782026-05-18T23:36:27.806Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25792026-05-18T23:36:27.921Z[ omicron-package] Compiling progenitor-client v0.14.0
25802026-05-18T23:36:27.981Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25812026-05-18T23:36:28.342Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25822026-05-18T23:36:28.357Z[ helios-setup] May 18 23:36:27.270 INFO clone ok!, project: phbl
25832026-05-18T23:36:28.357Z[ helios-setup] May 18 23:36:27.270 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25842026-05-18T23:36:28.357Z[ helios-setup] May 18 23:36:27.270 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, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
25852026-05-18T23:36:28.358Z[ helios-setup] May 18 23:36:27.270 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
25862026-05-18T23:36:28.361Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25872026-05-18T23:36:28.412Z[ omicron-package] Compiling progenitor-extras v0.2.0
25882026-05-18T23:36:28.440Z[ omicron-package] Compiling progenitor-client v0.10.0
25892026-05-18T23:36:28.514Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25902026-05-18T23:36:29.112Z[ helios-setup] May 18 23:36:28.027 INFO clone ok!, project: amd-host-image-builder
25912026-05-18T23:36:29.113Z[ helios-setup] May 18 23:36:28.027 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
25922026-05-18T23:36:29.116Z[ helios-setup] May 18 23:36:28.027 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25932026-05-18T23:36:29.116Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25942026-05-18T23:36:29.885Z[ helios-setup] May 18 23:36:28.800 INFO clone ok!, project: chelsio-t6-roms
25952026-05-18T23:36:29.885Z[ helios-setup] May 18 23:36:28.800 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
25962026-05-18T23:36:29.885Z[ helios-setup] May 18 23:36:28.800 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25972026-05-18T23:36:29.889Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25982026-05-18T23:36:30.746Z[ helios-setup] May 18 23:36:29.660 INFO clone ok!, project: dmar-report
25992026-05-18T23:36:30.746Z[ helios-setup] May 18 23:36:29.660 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, unless_env: None, fixup: [] }, project: image-builder
26002026-05-18T23:36:30.749Z[ helios-setup] May 18 23:36:29.661 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26012026-05-18T23:36:30.749Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26022026-05-18T23:36:31.001Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26032026-05-18T23:36:31.028Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26042026-05-18T23:36:31.074Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26052026-05-18T23:36:31.320Z[ helios-setup] May 18 23:36:30.234 INFO clone ok!, project: image-builder
26062026-05-18T23:36:31.323Z[ helios-setup] May 18 23:36:30.234 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, unless_env: None, fixup: [] }, project: pinprick
26072026-05-18T23:36:31.323Z[ helios-setup] May 18 23:36:30.234 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26082026-05-18T23:36:31.323Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26092026-05-18T23:36:31.334Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26102026-05-18T23:36:31.392Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26112026-05-18T23:36:31.479Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26122026-05-18T23:36:31.494Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26132026-05-18T23:36:31.530Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-05-18T23:36:31.605Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26152026-05-18T23:36:31.840Z[ helios-setup] May 18 23:36:30.754 INFO clone ok!, project: pinprick
26162026-05-18T23:36:31.840Z[ helios-setup] May 18 23:36:30.754 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, unless_env: None, fixup: [] }, project: bootserver
26172026-05-18T23:36:31.843Z[ helios-setup] May 18 23:36:30.755 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26182026-05-18T23:36:31.843Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26192026-05-18T23:36:32.643Z[ helios-setup] May 18 23:36:31.557 INFO clone ok!, project: bootserver
26202026-05-18T23:36:32.643Z[ helios-setup] May 18 23:36:31.557 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26212026-05-18T23:36:32.643Z[ helios-setup] May 18 23:36:31.557 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26222026-05-18T23:36:32.646Z[ helios-setup] May 18 23:36:31.557 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
26232026-05-18T23:36:32.646Z[ helios-setup] May 18 23:36:31.557 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26242026-05-18T23:36:32.646Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26252026-05-18T23:36:35.543Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26262026-05-18T23:36:38.883Z[ helios-setup] May 18 23:36:37.796 INFO clone ok!, project: amd-firmware
26272026-05-18T23:36:38.887Z[ helios-setup] May 18 23:36:37.796 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26282026-05-18T23:36:39.103Z[ helios-setup] May 18 23:36:38.017 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26292026-05-18T23:36:39.314Z[ helios-setup] May 18 23:36:38.229 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26302026-05-18T23:36:39.317Z[ helios-setup] May 18 23:36:38.229 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26312026-05-18T23:36:39.525Z[ helios-setup] May 18 23:36:38.440 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26322026-05-18T23:36:39.743Z[ helios-setup] May 18 23:36:38.657 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26332026-05-18T23:36:39.743Z[ helios-setup] May 18 23:36:38.657 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26342026-05-18T23:36:39.952Z[ helios-setup] May 18 23:36:38.867 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26352026-05-18T23:36:40.168Z[ helios-setup] May 18 23:36:39.082 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26362026-05-18T23:36:40.168Z[ helios-setup] May 18 23:36:39.083 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26372026-05-18T23:36:40.171Z[ helios-setup] May 18 23:36:39.083 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26382026-05-18T23:36:40.171Z[ helios-setup] May 18 23:36:39.083 INFO ok!
26392026-05-18T23:36:40.171Z[ helios-setup] May 18 23:36:39.083 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26402026-05-18T23:36:40.171Z[ helios-setup] May 18 23:36:39.083 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26412026-05-18T23:36:40.171Z[ helios-setup] May 18 23:36:39.083 INFO ok!
26422026-05-18T23:36:40.171Z[ helios-setup] May 18 23:36:39.083 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26432026-05-18T23:36:40.172Z[ helios-setup] May 18 23:36:39.083 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26442026-05-18T23:36:40.172Z[ helios-setup] May 18 23:36:39.083 INFO ok!
26452026-05-18T23:36:40.172Z[ helios-setup] May 18 23:36:39.083 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26462026-05-18T23:36:40.175Z[ helios-setup] May 18 23:36:39.090 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
26472026-05-18T23:36:40.175Z[ helios-setup] May 18 23:36:39.090 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26482026-05-18T23:36:40.175Z[ helios-setup] May 18 23:36:39.090 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26492026-05-18T23:36:40.244Z[ helios-setup] May 18 23:36:39.158 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26502026-05-18T23:36:40.497Z[ helios-setup] May 18 23:36:39.411 INFO E| From https://github.com/jclulow/hiercmd
26512026-05-18T23:36:40.497Z[ helios-setup] May 18 23:36:39.411 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26522026-05-18T23:36:40.507Z[ helios-setup] May 18 23:36:39.421 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26532026-05-18T23:36:40.732Z[ helios-setup] May 18 23:36:39.647 INFO E| From https://github.com/oxidecomputer/network-interface
26542026-05-18T23:36:40.732Z[ helios-setup] May 18 23:36:39.647 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26552026-05-18T23:36:40.742Z[ helios-setup] May 18 23:36:39.656 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26562026-05-18T23:36:40.990Z[ helios-setup] May 18 23:36:39.904 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26572026-05-18T23:36:40.990Z[ helios-setup] May 18 23:36:39.904 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26582026-05-18T23:36:41.006Z[ helios-setup] May 18 23:36:39.918 INFO E| Updating crates.io index
26592026-05-18T23:36:41.105Z[ helios-setup] May 18 23:36:40.020 INFO E| Downloading crates ...
26602026-05-18T23:36:41.166Z[ helios-setup] May 18 23:36:40.079 INFO E| Downloaded anstyle-query v1.1.4
26612026-05-18T23:36:41.177Z[ helios-setup] May 18 23:36:40.092 INFO E| Downloaded clap_derive v4.5.49
26622026-05-18T23:36:41.180Z[ helios-setup] May 18 23:36:40.093 INFO E| Downloaded log v0.4.28
26632026-05-18T23:36:41.180Z[ helios-setup] May 18 23:36:40.095 INFO E| Downloaded futures-executor v0.3.31
26642026-05-18T23:36:41.190Z[ helios-setup] May 18 23:36:40.104 INFO E| Downloaded futures-task v0.3.31
26652026-05-18T23:36:41.193Z[ helios-setup] May 18 23:36:40.106 INFO E| Downloaded chrono v0.4.42
26662026-05-18T23:36:41.198Z[ helios-setup] May 18 23:36:40.112 INFO E| Downloaded futures-channel v0.3.31
26672026-05-18T23:36:41.214Z[ helios-setup] May 18 23:36:40.129 INFO E| Downloaded find-msvc-tools v0.1.4
26682026-05-18T23:36:41.221Z[ helios-setup] May 18 23:36:40.136 INFO E| Downloaded proc-macro2 v1.0.103
26692026-05-18T23:36:41.224Z[ helios-setup] May 18 23:36:40.138 INFO E| Downloaded futures-sink v0.3.31
26702026-05-18T23:36:41.224Z[ helios-setup] May 18 23:36:40.138 INFO E| Downloaded env_logger v0.11.8
26712026-05-18T23:36:41.227Z[ helios-setup] May 18 23:36:40.140 INFO E| Downloaded clap v4.5.51
26722026-05-18T23:36:41.230Z[ helios-setup] May 18 23:36:40.145 INFO E| Downloaded simd-adler32 v0.3.7
26732026-05-18T23:36:41.233Z[ helios-setup] May 18 23:36:40.146 INFO E| Downloaded itoa v1.0.15
26742026-05-18T23:36:41.237Z[ helios-setup] May 18 23:36:40.148 INFO E| Downloaded futures-macro v0.3.31
26752026-05-18T23:36:41.237Z[ helios-setup] May 18 23:36:40.151 INFO E| Downloaded zeroize_derive v1.4.2
26762026-05-18T23:36:41.240Z[ helios-setup] May 18 23:36:40.151 INFO E| Downloaded futures-io v0.3.31
26772026-05-18T23:36:41.240Z[ helios-setup] May 18 23:36:40.153 INFO E| Downloaded crc v3.3.0
26782026-05-18T23:36:41.243Z[ helios-setup] May 18 23:36:40.156 INFO E| Downloaded libdevinfo-sys v1.1.0
26792026-05-18T23:36:41.247Z[ helios-setup] May 18 23:36:40.159 INFO E| Downloaded futures-core v0.3.31
26802026-05-18T23:36:41.252Z[ helios-setup] May 18 23:36:40.165 INFO E| Downloaded bitfield-macros v0.19.3
26812026-05-18T23:36:41.254Z[ helios-setup] May 18 23:36:40.169 INFO E| Downloaded toml_writer v1.0.4
26822026-05-18T23:36:41.257Z[ helios-setup] May 18 23:36:40.171 INFO E| Downloaded slab v0.4.11
26832026-05-18T23:36:41.257Z[ helios-setup] May 18 23:36:40.172 INFO E| Downloaded flate2 v1.1.5
26842026-05-18T23:36:41.269Z[ helios-setup] May 18 23:36:40.184 INFO E| Downloaded time-core v0.1.6
26852026-05-18T23:36:41.274Z[ helios-setup] May 18 23:36:40.189 INFO E| Downloaded clap_lex v0.7.6
26862026-05-18T23:36:41.280Z[ helios-setup] May 18 23:36:40.190 INFO E| Downloaded serde_spanned v1.0.3
26872026-05-18T23:36:41.283Z[ helios-setup] May 18 23:36:40.194 INFO E| Downloaded env_filter v0.1.4
26882026-05-18T23:36:41.288Z[ helios-setup] May 18 23:36:40.202 INFO E| Downloaded tokio-macros v2.6.0
26892026-05-18T23:36:41.290Z[ helios-setup] May 18 23:36:40.203 INFO E| Downloaded signal-hook-registry v1.4.6
26902026-05-18T23:36:41.290Z[ helios-setup] May 18 23:36:40.205 INFO E| Downloaded thiserror-impl v2.0.17
26912026-05-18T23:36:41.294Z[ helios-setup] May 18 23:36:40.209 INFO E| Downloaded quote v1.0.41
26922026-05-18T23:36:41.297Z[ helios-setup] May 18 23:36:40.210 INFO E| Downloaded time-macros v0.2.24
26932026-05-18T23:36:41.297Z[ helios-setup] May 18 23:36:40.212 INFO E| Downloaded base64ct v1.8.0
26942026-05-18T23:36:41.300Z[ helios-setup] May 18 23:36:40.213 INFO E| Downloaded thiserror v2.0.17
26952026-05-18T23:36:41.303Z[ helios-setup] May 18 23:36:40.216 INFO E| Downloaded generic-array v0.14.9
26962026-05-18T23:36:41.306Z[ helios-setup] May 18 23:36:40.218 INFO E| Downloaded getopts v0.2.24
26972026-05-18T23:36:41.306Z[ helios-setup] May 18 23:36:40.219 INFO E| Downloaded toml_parser v1.0.4
26982026-05-18T23:36:41.314Z[ helios-setup] May 18 23:36:40.229 INFO E| Downloaded pin-project-lite v0.2.16
26992026-05-18T23:36:41.317Z[ helios-setup] May 18 23:36:40.232 INFO E| Downloaded deranged v0.5.5
27002026-05-18T23:36:41.346Z[ helios-setup] May 18 23:36:40.234 INFO E| Downloaded devinfo v0.1.0
27012026-05-18T23:36:41.346Z[ helios-setup] May 18 23:36:40.235 INFO E| Downloaded toml_datetime v0.7.3
27022026-05-18T23:36:41.346Z[ helios-setup] May 18 23:36:40.245 INFO E| Downloaded bitfield v0.19.3
27032026-05-18T23:36:41.346Z[ helios-setup] May 18 23:36:40.247 INFO E| Downloaded bitflags v2.10.0
27042026-05-18T23:36:41.346Z[ helios-setup] May 18 23:36:40.249 INFO E| Downloaded unicode-ident v1.0.22
27052026-05-18T23:36:41.346Z[ helios-setup] May 18 23:36:40.255 INFO E| Downloaded futures v0.3.31
27062026-05-18T23:36:41.355Z[ helios-setup] May 18 23:36:40.268 INFO E| Downloaded ryu v1.0.20
27072026-05-18T23:36:41.359Z[ helios-setup] May 18 23:36:40.274 INFO E| Downloaded term v1.2.0
27082026-05-18T23:36:41.362Z[ helios-setup] May 18 23:36:40.275 INFO E| Downloaded iana-time-zone v0.1.64
27092026-05-18T23:36:41.365Z[ helios-setup] May 18 23:36:40.280 INFO E| Downloaded getrandom v0.2.16
27102026-05-18T23:36:41.368Z[ helios-setup] May 18 23:36:40.282 INFO E| Downloaded uuid v1.18.1
27112026-05-18T23:36:41.377Z[ helios-setup] May 18 23:36:40.291 INFO E| Downloaded iddqd v0.3.14
27122026-05-18T23:36:41.385Z[ helios-setup] May 18 23:36:40.300 INFO E| Downloaded toml v0.9.8
27132026-05-18T23:36:41.396Z[ helios-setup] May 18 23:36:40.311 INFO E| Downloaded anyhow v1.0.100
27142026-05-18T23:36:41.403Z[ helios-setup] May 18 23:36:40.318 INFO E| Downloaded toml_edit v0.23.7
27152026-05-18T23:36:41.406Z[ helios-setup] May 18 23:36:40.320 INFO E| Downloaded socket2 v0.6.1
27162026-05-18T23:36:41.409Z[ helios-setup] May 18 23:36:40.321 INFO E| Downloaded bytes v1.10.1
27172026-05-18T23:36:41.413Z[ helios-setup] May 18 23:36:40.328 INFO E| Downloaded rand v0.8.5
27182026-05-18T23:36:41.420Z[ helios-setup] May 18 23:36:40.334 INFO E| Downloaded futures-util v0.3.31
27192026-05-18T23:36:41.433Z[ helios-setup] May 18 23:36:40.348 INFO E| Downloaded cc v1.2.44
27202026-05-18T23:36:41.438Z[ helios-setup] May 18 23:36:40.353 INFO E| Downloaded zerocopy-derive v0.8.27
27212026-05-18T23:36:41.442Z[ helios-setup] May 18 23:36:40.357 INFO E| Downloaded memchr v2.7.6
27222026-05-18T23:36:41.445Z[ helios-setup] May 18 23:36:40.359 INFO E| Downloaded indexmap v2.12.0
27232026-05-18T23:36:41.448Z[ helios-setup] May 18 23:36:40.362 INFO E| Downloaded rsa v0.9.8
27242026-05-18T23:36:41.453Z[ helios-setup] May 18 23:36:40.367 INFO E| Downloaded mio v1.1.0
27252026-05-18T23:36:41.471Z[ helios-setup] May 18 23:36:40.386 INFO E| Downloaded serde_json v1.0.145
27262026-05-18T23:36:41.475Z[ helios-setup] May 18 23:36:40.390 INFO E| Downloaded num-bigint-dig v0.8.4
27272026-05-18T23:36:41.484Z[ helios-setup] May 18 23:36:40.399 INFO E| Downloaded time v0.3.44
27282026-05-18T23:36:41.489Z[ helios-setup] May 18 23:36:40.403 INFO E| Downloaded libm v0.2.15
27292026-05-18T23:36:41.496Z[ helios-setup] May 18 23:36:40.409 INFO E| Downloaded winnow v0.7.13
27302026-05-18T23:36:41.499Z[ helios-setup] May 18 23:36:40.414 INFO E| Downloaded hashbrown v0.16.0
27312026-05-18T23:36:41.502Z[ helios-setup] May 18 23:36:40.417 INFO E| Downloaded clap_builder v4.5.51
27322026-05-18T23:36:41.517Z[ helios-setup] May 18 23:36:40.432 INFO E| Downloaded syn v2.0.108
27332026-05-18T23:36:41.525Z[ helios-setup] May 18 23:36:40.440 INFO E| Downloaded zerocopy v0.8.27
27342026-05-18T23:36:41.537Z[ helios-setup] May 18 23:36:40.452 INFO E| Downloaded unicode-width v0.2.2
27352026-05-18T23:36:41.561Z[ helios-setup] May 18 23:36:40.476 INFO E| Downloaded rustix v1.1.2
27362026-05-18T23:36:41.611Z[ helios-setup] May 18 23:36:40.524 INFO E| Downloaded libc v0.2.177
27372026-05-18T23:36:41.623Z[ helios-setup] May 18 23:36:40.538 INFO E| Downloaded tokio v1.48.0
27382026-05-18T23:36:41.705Z[ helios-setup] May 18 23:36:40.619 INFO E| Compiling proc-macro2 v1.0.103
27392026-05-18T23:36:41.705Z[ helios-setup] May 18 23:36:40.619 INFO E| Compiling quote v1.0.41
27402026-05-18T23:36:41.705Z[ helios-setup] May 18 23:36:40.619 INFO E| Compiling unicode-ident v1.0.22
27412026-05-18T23:36:41.708Z[ helios-setup] May 18 23:36:40.619 INFO E| Compiling libc v0.2.177
27422026-05-18T23:36:41.708Z[ helios-setup] May 18 23:36:40.619 INFO E| Compiling serde_core v1.0.228
27432026-05-18T23:36:41.708Z[ helios-setup] May 18 23:36:40.619 INFO E| Compiling cfg-if v1.0.4
27442026-05-18T23:36:41.708Z[ helios-setup] May 18 23:36:40.619 INFO E| Compiling serde v1.0.228
27452026-05-18T23:36:41.708Z[ helios-setup] May 18 23:36:40.619 INFO E| Compiling version_check v0.9.5
27462026-05-18T23:36:41.708Z[ helios-setup] May 18 23:36:40.619 INFO E| Compiling autocfg v1.5.0
27472026-05-18T23:36:41.708Z[ helios-setup] May 18 23:36:40.619 INFO E| Compiling const-oid v0.9.6
27482026-05-18T23:36:41.708Z[ helios-setup] May 18 23:36:40.620 INFO E| Compiling typenum v1.19.0
27492026-05-18T23:36:41.736Z[ helios-setup] May 18 23:36:40.651 INFO E| Compiling libm v0.2.15
27502026-05-18T23:36:41.739Z[ helios-setup] May 18 23:36:40.651 INFO E| Compiling zerocopy v0.8.27
27512026-05-18T23:36:41.739Z[ helios-setup] May 18 23:36:40.651 INFO E| Compiling rustversion v1.0.22
27522026-05-18T23:36:41.739Z[ helios-setup] May 18 23:36:40.651 INFO E| Compiling base64ct v1.8.0
27532026-05-18T23:36:41.739Z[ helios-setup] May 18 23:36:40.651 INFO E| Compiling zeroize v1.8.2
27542026-05-18T23:36:41.819Z[ helios-setup] May 18 23:36:40.732 INFO E| Compiling smallvec v1.15.1
27552026-05-18T23:36:41.870Z[ helios-setup] May 18 23:36:40.785 INFO E| Compiling equivalent v1.0.2
27562026-05-18T23:36:41.998Z[ helios-setup] May 18 23:36:40.913 INFO E| Compiling anyhow v1.0.100
27572026-05-18T23:36:42.019Z[ helios-setup] May 18 23:36:40.932 INFO E| Compiling memchr v2.7.6
27582026-05-18T23:36:42.097Z[ helios-setup] May 18 23:36:41.011 INFO E| Compiling generic-array v0.14.9
27592026-05-18T23:36:42.105Z[ helios-setup] May 18 23:36:41.020 INFO E| Compiling pem-rfc7468 v0.7.0
27602026-05-18T23:36:42.138Z[ helios-setup] May 18 23:36:41.052 INFO E| Compiling crc32fast v1.5.0
27612026-05-18T23:36:42.146Z[ helios-setup] May 18 23:36:41.061 INFO E| Compiling winnow v0.7.13
27622026-05-18T23:36:42.164Z[ helios-setup] May 18 23:36:41.079 INFO E| Compiling num-traits v0.2.19
27632026-05-18T23:36:42.240Z[ helios-setup] May 18 23:36:41.154 INFO E| Compiling utf8parse v0.2.2
27642026-05-18T23:36:42.255Z[ helios-setup] May 18 23:36:41.167 INFO E| Compiling hashbrown v0.16.0
27652026-05-18T23:36:42.377Z[ helios-setup] May 18 23:36:41.291 INFO E| Compiling byteorder v1.5.0
27662026-05-18T23:36:42.391Z[ helios-setup] May 18 23:36:41.305 INFO E| Compiling rustix v1.1.2
27672026-05-18T23:36:42.510Z[ helios-setup] May 18 23:36:41.424 INFO E| Compiling flagset v0.4.7
27682026-05-18T23:36:42.560Z[ helios-setup] May 18 23:36:41.475 INFO E| Compiling getrandom v0.2.16
27692026-05-18T23:36:42.615Z[ helios-setup] May 18 23:36:41.529 INFO E| Compiling errno v0.3.14
27702026-05-18T23:36:42.661Z[ helios-setup] May 18 23:36:41.576 INFO E| Compiling anstyle-parse v0.2.7
27712026-05-18T23:36:42.661Z[ helios-setup] May 18 23:36:41.576 INFO E| Compiling colorchoice v1.0.4
27722026-05-18T23:36:42.752Z[ helios-setup] May 18 23:36:41.667 INFO E| Compiling indexmap v2.12.0
27732026-05-18T23:36:42.802Z[ helios-setup] May 18 23:36:41.717 INFO E| Compiling rand_core v0.6.4
27742026-05-18T23:36:42.815Z[ helios-setup] May 18 23:36:41.729 INFO E| Compiling find-msvc-tools v0.1.4
27752026-05-18T23:36:42.857Z[ helios-setup] May 18 23:36:41.771 INFO E| Compiling allocator-api2 v0.2.21
27762026-05-18T23:36:42.864Z[ helios-setup] May 18 23:36:41.778 INFO E| Compiling cpufeatures v0.2.17
27772026-05-18T23:36:42.864Z[ helios-setup] May 18 23:36:41.778 INFO E| Compiling anstyle-query v1.1.4
27782026-05-18T23:36:42.876Z[ helios-setup] May 18 23:36:41.790 INFO E| Compiling is_terminal_polyfill v1.70.2
27792026-05-18T23:36:42.907Z[ helios-setup] May 18 23:36:41.822 INFO E| Compiling shlex v1.3.0
27802026-05-18T23:36:42.956Z[ helios-setup] May 18 23:36:41.871 INFO E| Compiling syn v1.0.109
27812026-05-18T23:36:42.963Z[ helios-setup] May 18 23:36:41.877 INFO E| Compiling radium v0.7.0
27822026-05-18T23:36:43.078Z[ helios-setup] May 18 23:36:41.993 INFO E| Compiling toml_datetime v0.7.3
27832026-05-18T23:36:43.085Z[ helios-setup] May 18 23:36:41.999 INFO E| Compiling anstyle v1.0.13
27842026-05-18T23:36:43.106Z[ helios-setup] May 18 23:36:42.021 INFO E| Compiling cc v1.2.44
27852026-05-18T23:36:43.197Z[ helios-setup] May 18 23:36:42.112 INFO E| Compiling syn v2.0.108
27862026-05-18T23:36:43.277Z[ helios-setup] May 18 23:36:42.192 INFO E| Compiling slog v2.8.2
27872026-05-18T23:36:43.337Z[ helios-setup] May 18 23:36:42.249 INFO E| Compiling anstream v0.6.21
27882026-05-18T23:36:43.388Z[ helios-setup] May 18 23:36:42.302 INFO E| Compiling block-buffer v0.10.4
27892026-05-18T23:36:43.402Z[ helios-setup] May 18 23:36:42.317 INFO E| Compiling crypto-common v0.1.6
27902026-05-18T23:36:43.421Z[ helios-setup] May 18 23:36:42.336 INFO E| Compiling pkg-config v0.3.32
27912026-05-18T23:36:43.430Z[ helios-setup] May 18 23:36:42.344 INFO E| Compiling pin-project-lite v0.2.16
27922026-05-18T23:36:43.539Z[ helios-setup] May 18 23:36:42.454 INFO E| Compiling digest v0.10.7
27932026-05-18T23:36:43.547Z[ helios-setup] May 18 23:36:42.462 INFO E| Compiling futures-core v0.3.31
27942026-05-18T23:36:43.578Z[ helios-setup] May 18 23:36:42.472 INFO E| Compiling parking_lot_core v0.9.12
27952026-05-18T23:36:43.584Z[ helios-setup] May 18 23:36:42.479 INFO E| Compiling futures-sink v0.3.31
27962026-05-18T23:36:43.584Z[ helios-setup] May 18 23:36:42.480 INFO E| Compiling maybe-uninit v2.0.0
27972026-05-18T23:36:43.584Z[ helios-setup] May 18 23:36:42.491 INFO E| Compiling unicode-width v0.2.2
27982026-05-18T23:36:43.691Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27992026-05-18T23:36:43.720Z[ helios-setup] May 18 23:36:42.635 INFO E| Compiling toml_parser v1.0.4
28002026-05-18T23:36:43.733Z[ helios-setup] May 18 23:36:42.648 INFO E| Compiling sha2 v0.10.9
28012026-05-18T23:36:43.780Z[ helios-setup] May 18 23:36:42.695 INFO E| Compiling tap v1.0.1
28022026-05-18T23:36:43.823Z[ helios-setup] May 18 23:36:42.738 INFO E| Compiling getopts v0.2.24
28032026-05-18T23:36:43.838Z[ helios-setup] May 18 23:36:42.752 INFO E| Compiling futures-channel v0.3.31
28042026-05-18T23:36:43.890Z[ helios-setup] May 18 23:36:42.804 INFO E| Compiling wyz v0.5.1
28052026-05-18T23:36:43.897Z[ helios-setup] May 18 23:36:42.811 INFO E| Compiling num-integer v0.1.46
28062026-05-18T23:36:43.937Z[ helios-setup] May 18 23:36:42.851 INFO E| Compiling ahash v0.8.12
28072026-05-18T23:36:43.950Z[ helios-setup] May 18 23:36:42.864 INFO E| Compiling thiserror v1.0.69
28082026-05-18T23:36:43.953Z[ helios-setup] May 18 23:36:42.865 INFO E| Compiling funty v2.0.0
28092026-05-18T23:36:43.974Z[ helios-setup] May 18 23:36:42.888 INFO E| Compiling spin v0.9.8
28102026-05-18T23:36:44.120Z[ helios-setup] May 18 23:36:43.035 INFO E| Compiling packed_struct v0.10.1
28112026-05-18T23:36:44.136Z[ helios-setup] May 18 23:36:43.050 INFO E| Compiling toml_edit v0.23.7
28122026-05-18T23:36:44.136Z[ helios-setup] May 18 23:36:43.050 INFO E| Compiling futures-task v0.3.31
28132026-05-18T23:36:44.168Z[ helios-setup] May 18 23:36:43.083 INFO E| Compiling clap_lex v0.7.6
28142026-05-18T23:36:44.243Z[ helios-setup] May 18 23:36:43.158 INFO E| Compiling bitflags v2.10.0
28152026-05-18T23:36:44.268Z[ helios-setup] May 18 23:36:43.183 INFO E| Compiling time-core v0.1.6
28162026-05-18T23:36:44.404Z[ helios-setup] May 18 23:36:43.318 INFO E| Compiling scopeguard v1.2.0
28172026-05-18T23:36:44.410Z[ helios-setup] May 18 23:36:43.324 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28182026-05-18T23:36:44.429Z[ helios-setup] May 18 23:36:43.342 INFO E| Compiling strsim v0.11.1
28192026-05-18T23:36:44.480Z[ helios-setup] May 18 23:36:43.394 INFO E| Compiling num-bigint-dig v0.8.4
28202026-05-18T23:36:44.515Z[ helios-setup] May 18 23:36:43.429 INFO E| Compiling futures-io v0.3.31
28212026-05-18T23:36:44.524Z[ helios-setup] May 18 23:36:43.437 INFO E| Compiling slab v0.4.11
28222026-05-18T23:36:44.539Z[ helios-setup] May 18 23:36:43.454 INFO E| Compiling itoa v1.0.15
28232026-05-18T23:36:44.712Z[ helios-setup] May 18 23:36:43.626 INFO E| Compiling getrandom v0.3.4
28242026-05-18T23:36:44.764Z[ helios-setup] May 18 23:36:43.678 INFO E| Compiling pin-utils v0.1.0
28252026-05-18T23:36:44.802Z[ helios-setup] May 18 23:36:43.716 INFO E| Compiling heck v0.5.0
28262026-05-18T23:36:44.835Z[ helios-setup] May 18 23:36:43.749 INFO E| Compiling proc-macro-crate v3.4.0
28272026-05-18T23:36:44.850Z[ helios-setup] May 18 23:36:43.760 INFO E| Compiling num-conv v0.1.0
28282026-05-18T23:36:44.868Z[ helios-setup] May 18 23:36:43.783 INFO E| Compiling powerfmt v0.2.0
28292026-05-18T23:36:44.893Z[ helios-setup] May 18 23:36:43.808 INFO E| Compiling bytes v1.10.1
28302026-05-18T23:36:45.046Z[ helios-setup] May 18 23:36:43.960 INFO E| Compiling time-macros v0.2.24
28312026-05-18T23:36:45.147Z[ helios-setup] May 18 23:36:44.061 INFO E| Compiling deranged v0.5.5
28322026-05-18T23:36:45.190Z[ helios-setup] May 18 23:36:44.103 INFO E| Compiling terminal_size v0.4.3
28332026-05-18T23:36:45.208Z[ helios-setup] May 18 23:36:44.123 INFO E| Compiling lock_api v0.4.14
28342026-05-18T23:36:45.217Z[ helios-setup] May 18 23:36:44.129 INFO E| Compiling bitvec v1.0.1
28352026-05-18T23:36:45.316Z[ helios-setup] May 18 23:36:44.230 INFO E| Compiling num-iter v0.1.45
28362026-05-18T23:36:45.322Z[ helios-setup] May 18 23:36:44.237 INFO E| Compiling lazy_static v1.5.0
28372026-05-18T23:36:45.361Z[ helios-setup] May 18 23:36:44.274 INFO E| Compiling clap_builder v4.5.51
28382026-05-18T23:36:45.454Z[ helios-setup] May 18 23:36:44.369 INFO E| Compiling indexmap v1.9.3
28392026-05-18T23:36:45.519Z[ helios-setup] May 18 23:36:44.434 INFO E| Compiling thiserror v2.0.17
28402026-05-18T23:36:45.674Z[ helios-setup] May 18 23:36:44.588 INFO E| Compiling simd-adler32 v0.3.7
28412026-05-18T23:36:45.691Z[ helios-setup] May 18 23:36:44.606 INFO E| Compiling crc-catalog v2.4.0
28422026-05-18T23:36:45.750Z[ helios-setup] May 18 23:36:44.665 INFO E| Compiling once_cell v1.21.3
28432026-05-18T23:36:45.800Z[ helios-setup] May 18 23:36:44.715 INFO E| Compiling nodrop v0.1.14
28442026-05-18T23:36:45.866Z[ helios-setup] May 18 23:36:44.776 INFO E| Compiling iana-time-zone v0.1.64
28452026-05-18T23:36:45.900Z[ helios-setup] May 18 23:36:44.814 INFO E| Compiling log v0.4.28
28462026-05-18T23:36:46.017Z[ helios-setup] May 18 23:36:44.931 INFO E| Compiling adler2 v2.0.1
28472026-05-18T23:36:46.042Z[ helios-setup] May 18 23:36:44.957 INFO E| Compiling serde_json v1.0.145
28482026-05-18T23:36:46.094Z[ helios-setup] May 18 23:36:45.008 INFO E| Compiling env_filter v0.1.4
28492026-05-18T23:36:46.155Z[ helios-setup] May 18 23:36:45.070 INFO E| Compiling miniz_oxide v0.8.9
28502026-05-18T23:36:46.224Z[ helios-setup] May 18 23:36:45.137 INFO E| Compiling chrono v0.4.42
28512026-05-18T23:36:46.347Z[ helios-setup] May 18 23:36:45.261 INFO E| Compiling array-init v0.0.4
28522026-05-18T23:36:46.459Z[ helios-setup] May 18 23:36:45.374 INFO E| Compiling crc v3.3.0
28532026-05-18T23:36:46.521Z[ helios-setup] May 18 23:36:45.435 INFO E| Compiling parking_lot v0.12.5
28542026-05-18T23:36:46.679Z[ helios-setup] May 18 23:36:45.594 INFO E| Compiling smallvec v0.6.14
28552026-05-18T23:36:46.766Z[ helios-setup] May 18 23:36:45.680 INFO E| Compiling serde_spanned v1.0.3
28562026-05-18T23:36:46.813Z[ helios-setup] May 18 23:36:45.727 INFO E| Compiling time v0.3.44
28572026-05-18T23:36:46.963Z[ helios-setup] May 18 23:36:45.877 INFO E| Compiling signature v2.2.0
28582026-05-18T23:36:46.985Z[ helios-setup] May 18 23:36:45.899 INFO E| Compiling signal-hook-registry v1.4.6
28592026-05-18T23:36:46.990Z[ helios-setup] May 18 23:36:45.899 INFO E| Compiling is-terminal v0.4.17
28602026-05-18T23:36:47.089Z[ helios-setup] May 18 23:36:46.003 INFO E| Compiling mio v1.1.0
28612026-05-18T23:36:47.168Z[ helios-setup] May 18 23:36:46.082 INFO E| Compiling socket2 v0.6.1
28622026-05-18T23:36:47.476Z[ helios-setup] May 18 23:36:46.390 INFO E| Compiling thread_local v1.1.9
28632026-05-18T23:36:47.476Z[ helios-setup] May 18 23:36:46.391 INFO E| Compiling ryu v1.0.20
28642026-05-18T23:36:47.797Z[ helios-setup] May 18 23:36:46.711 INFO E| Compiling hashbrown v0.12.3
28652026-05-18T23:36:47.954Z[ helios-setup] May 18 23:36:46.868 INFO E| Compiling base64 v0.21.7
28662026-05-18T23:36:47.990Z[ helios-setup] May 18 23:36:46.905 INFO E| Compiling winnow v0.5.40
28672026-05-18T23:36:47.997Z[ helios-setup] May 18 23:36:46.911 INFO E| Compiling toml_writer v1.0.4
28682026-05-18T23:36:48.067Z[ helios-setup] May 18 23:36:46.982 INFO E| Compiling libdevinfo-sys v1.1.0
28692026-05-18T23:36:48.163Z[ helios-setup] May 18 23:36:47.077 INFO E| Compiling packed_struct_codegen v0.10.1
28702026-05-18T23:36:48.172Z[ helios-setup] May 18 23:36:47.086 INFO E| Compiling serde_derive v1.0.228
28712026-05-18T23:36:48.230Z[ helios-setup] May 18 23:36:47.145 INFO E| Compiling zerocopy-derive v0.8.27
28722026-05-18T23:36:48.237Z[ helios-setup] May 18 23:36:47.151 INFO E| Compiling der_derive v0.7.3
28732026-05-18T23:36:48.248Z[ helios-setup] May 18 23:36:47.162 INFO E| Compiling futures-macro v0.3.31
28742026-05-18T23:36:48.255Z[ helios-setup] May 18 23:36:47.169 INFO E| Compiling clap_derive v4.5.49
28752026-05-18T23:36:48.306Z[ helios-setup] May 18 23:36:47.218 INFO E| Compiling thiserror-impl v1.0.69
28762026-05-18T23:36:48.364Z[ helios-setup] May 18 23:36:47.278 INFO E| Compiling bitfield-macros v0.19.3
28772026-05-18T23:36:48.405Z[ helios-setup] May 18 23:36:47.320 INFO E| Compiling zerocopy-derive v0.6.6
28782026-05-18T23:36:48.926Z[ helios-setup] May 18 23:36:47.840 INFO E| Compiling num_enum_derive v0.7.5
28792026-05-18T23:36:49.431Z[ helios-setup] May 18 23:36:48.345 INFO E| Compiling tokio-macros v2.6.0
28802026-05-18T23:36:49.496Z[ helios-setup] May 18 23:36:48.397 INFO E| Compiling thiserror-impl v2.0.17
28812026-05-18T23:36:49.774Z[ helios-setup] May 18 23:36:48.688 INFO E| Compiling bitfield v0.19.3
28822026-05-18T23:36:49.930Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28832026-05-18T23:36:50.169Z[ helios-setup] May 18 23:36:49.084 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28842026-05-18T23:36:50.195Z[ helios-setup] May 18 23:36:49.110 INFO E| Compiling futures-util v0.3.31
28852026-05-18T23:36:50.241Z[ helios-setup] May 18 23:36:49.156 INFO E| Compiling der v0.7.10
28862026-05-18T23:36:50.248Z[ helios-setup] May 18 23:36:49.162 INFO E| Compiling term v1.2.0
28872026-05-18T23:36:50.446Z[ helios-setup] May 18 23:36:49.361 INFO E| Compiling zerocopy v0.6.6
28882026-05-18T23:36:50.455Z[ helios-setup] May 18 23:36:49.369 INFO E| Compiling subtle v2.6.1
28892026-05-18T23:36:50.684Z[ helios-setup] May 18 23:36:49.598 INFO E| Compiling bzip2 v0.4.4
28902026-05-18T23:36:50.913Z[ helios-setup] May 18 23:36:49.827 INFO E| Compiling tokio v1.48.0
28912026-05-18T23:36:50.927Z[ helios-setup] May 18 23:36:49.842 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28922026-05-18T23:36:51.001Z[ helios-setup] May 18 23:36:49.914 INFO E| Compiling toml v0.9.8
28932026-05-18T23:36:51.118Z[ helios-setup] May 18 23:36:50.032 INFO E| Compiling clap v4.5.51
28942026-05-18T23:36:51.125Z[ helios-setup] May 18 23:36:50.039 INFO E| Compiling num_enum v0.7.5
28952026-05-18T23:36:51.177Z[ helios-setup] May 18 23:36:50.092 INFO E| Compiling flate2 v1.1.5
28962026-05-18T23:36:51.188Z[ helios-setup] May 18 23:36:50.103 INFO E| Compiling uuid v1.18.1
28972026-05-18T23:36:51.267Z[ helios-setup] May 18 23:36:50.181 INFO E| Compiling env_logger v0.11.8
28982026-05-18T23:36:51.345Z[ helios-setup] May 18 23:36:50.259 INFO E| Compiling devinfo v0.1.0
28992026-05-18T23:36:51.357Z[ helios-setup] May 18 23:36:50.272 INFO E| Compiling crc-any v2.5.0
29002026-05-18T23:36:51.799Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29012026-05-18T23:36:51.955Z[ helios-setup] May 18 23:36:50.854 INFO E| Compiling bitflags v1.3.2
29022026-05-18T23:36:52.027Z[ helios-setup] May 18 23:36:50.941 INFO E| Compiling spki v0.7.3
29032026-05-18T23:36:52.050Z[ helios-setup] May 18 23:36:50.965 INFO E| Compiling foldhash v0.2.0
29042026-05-18T23:36:52.078Z[ helios-setup] May 18 23:36:50.993 INFO E| Compiling rustc-hash v2.1.1
29052026-05-18T23:36:52.086Z[ helios-setup] May 18 23:36:51.001 INFO E| Compiling hex v0.4.3
29062026-05-18T23:36:52.271Z[ helios-setup] May 18 23:36:51.185 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29072026-05-18T23:36:52.271Z[ helios-setup] May 18 23:36:51.185 INFO E| Compiling zip v0.6.6
29082026-05-18T23:36:52.430Z[ helios-setup] May 18 23:36:51.344 INFO E| Compiling pkcs8 v0.10.2
29092026-05-18T23:36:52.679Z[ helios-setup] May 18 23:36:51.592 INFO E| Compiling x509-cert v0.2.5
29102026-05-18T23:36:52.796Z[ helios-setup] May 18 23:36:51.710 INFO E| Compiling iddqd v0.3.14
29112026-05-18T23:36:53.209Z[ helios-setup] May 18 23:36:52.123 INFO E| Compiling pkcs1 v0.7.5
29122026-05-18T23:36:53.426Z[ helios-setup] May 18 23:36:52.341 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29132026-05-18T23:36:53.600Z[ helios-setup] May 18 23:36:52.515 INFO E| Compiling ppv-lite86 v0.2.21
29142026-05-18T23:36:53.618Z[ helios-setup] May 18 23:36:52.532 INFO E| Compiling erased-serde v0.3.31
29152026-05-18T23:36:53.727Z[ helios-setup] May 18 23:36:52.642 INFO E| Compiling serde_spanned v0.6.9
29162026-05-18T23:36:53.902Z[ helios-setup] May 18 23:36:52.816 INFO E| Compiling toml_datetime v0.6.11
29172026-05-18T23:36:53.977Z[ helios-setup] May 18 23:36:52.891 INFO E| Compiling rand_chacha v0.3.1
29182026-05-18T23:36:54.018Z[ helios-setup] May 18 23:36:52.933 INFO E| Compiling serde-hex v0.1.0
29192026-05-18T23:36:54.221Z[ helios-setup] May 18 23:36:53.136 INFO E| Compiling futures-executor v0.3.31
29202026-05-18T23:36:54.268Z[ helios-setup] May 18 23:36:53.183 INFO E| Compiling rand v0.8.5
29212026-05-18T23:36:54.310Z[ helios-setup] May 18 23:36:53.224 INFO E| Compiling hashbrown v0.13.2
29222026-05-18T23:36:54.407Z[ helios-setup] May 18 23:36:53.321 INFO E| Compiling toml_edit v0.19.15
29232026-05-18T23:36:54.628Z[ helios-setup] May 18 23:36:53.543 INFO E| Compiling futures v0.3.31
29242026-05-18T23:36:54.687Z[ helios-setup] May 18 23:36:53.602 INFO E| Compiling ron v0.8.1
29252026-05-18T23:36:54.774Z[ helios-setup] May 18 23:36:53.688 INFO E| Compiling path-slash v0.1.5
29262026-05-18T23:36:54.962Z[ helios-setup] May 18 23:36:53.876 INFO E| Compiling slog-term v2.9.2
29272026-05-18T23:36:55.035Z[ helios-setup] May 18 23:36:53.950 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
29282026-05-18T23:36:55.138Z[ helios-setup] May 18 23:36:54.053 INFO E| Compiling object v0.30.4
29292026-05-18T23:36:56.053Z[ helios-setup] May 18 23:36:54.967 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
29302026-05-18T23:36:56.148Z[ helios-setup] May 18 23:36:55.063 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29312026-05-18T23:36:56.617Z[ helios-setup] May 18 23:36:55.531 INFO E| Compiling rsa v0.9.8
29322026-05-18T23:36:56.799Z[ helios-setup] May 18 23:36:55.713 INFO E| Compiling toml v0.7.8
29332026-05-18T23:36:56.833Z[ helios-setup] May 18 23:36:55.747 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
29342026-05-18T23:36:56.885Z[ helios-setup] May 18 23:36:55.799 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29352026-05-18T23:37:00.552Z[ helios-setup] May 18 23:36:59.467 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
29362026-05-18T23:37:01.540Z[ helios-setup] May 18 23:37:00.455 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
29372026-05-18T23:37:04.615Z[ omicron-package] Finished `release` profile [optimized] target(s) in 53.58s
29382026-05-18T23:37:04.732Z[ helios-setup] May 18 23:37:03.645 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29392026-05-18T23:37:04.862Z[ omicron-package]
29402026-05-18T23:37:04.862Z[ omicron-package] real 53.765681093
29412026-05-18T23:37:04.866Z[ omicron-package] user 5:33.086795823
29422026-05-18T23:37:04.866Z[ omicron-package] sys 29.835209050
29432026-05-18T23:37:04.866Z[ omicron-package] trap 0.526884613
29442026-05-18T23:37:04.866Z[ omicron-package] tflt 0.936745926
29452026-05-18T23:37:04.866Z[ omicron-package] dflt 3.771706493
29462026-05-18T23:37:04.866Z[ omicron-package] kflt 0.000301520
29472026-05-18T23:37:04.866Z[ omicron-package] lock 14:27.130225818
29482026-05-18T23:37:04.866Z[ omicron-package] slp 8:15.197668663
29492026-05-18T23:37:04.866Z[ omicron-package] lat 1:55.948267168
29502026-05-18T23:37:04.866Z[ omicron-package] stop 1:11.714629486
29512026-05-18T23:37:04.866ZMay 18 23:37:03.778 INFO [omicron-package] process exited with exit status: 0 (53.835732754s)
29522026-05-18T23:37:04.866ZMay 18 23:37:03.778 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29532026-05-18T23:37:04.866ZMay 18 23:37:03.778 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29542026-05-18T23:37:04.877Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29552026-05-18T23:37:04.877Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29562026-05-18T23:37:04.880Z[ recovery-target] Created new build target 'recovery' and set it as active
29572026-05-18T23:37:04.880Z[ host-target] Created new build target 'host' and set it as active
29582026-05-18T23:37:04.883ZMay 18 23:37:03.797 INFO [recovery-target] process exited with exit status: 0 (18.690182ms)
29592026-05-18T23:37:04.883ZMay 18 23:37:03.797 INFO [host-target] process exited with exit status: 0 (18.562292ms)
29602026-05-18T23:37:04.883ZMay 18 23:37:03.797 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29612026-05-18T23:37:04.890Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29622026-05-18T23:37:06.367Z[ host-package] Compiling ring v0.17.14
29632026-05-18T23:37:06.673Z[ host-package] Compiling heck v0.5.0
29642026-05-18T23:37:06.675Z[ host-package] Compiling regress v0.11.1
29652026-05-18T23:37:06.675Z[ host-package] Compiling unsafe-libyaml v0.2.11
29662026-05-18T23:37:06.777Z[ host-package] Compiling regress v0.10.5
29672026-05-18T23:37:06.811Z[ host-package] Compiling is-terminal v0.4.17
29682026-05-18T23:37:06.814Z[ host-package] Compiling unicode-width v0.1.14
29692026-05-18T23:37:06.814Z[ host-package] Compiling prettyplease v0.2.37
29702026-05-18T23:37:06.814Z[ host-package] Compiling bytecount v0.6.9
29712026-05-18T23:37:06.814Z[ host-package] Compiling derive-where v1.6.0
29722026-05-18T23:37:06.866Z[ host-package] Compiling thread_local v1.1.9
29732026-05-18T23:37:06.866Z[ host-package] Compiling compression-core v0.4.31
29742026-05-18T23:37:06.866Z[ host-package] Compiling match_cfg v0.1.0
29752026-05-18T23:37:06.869Z[ host-package] Compiling multer v3.1.0
29762026-05-18T23:37:07.191Z[ host-package] Compiling hostname v0.3.1
29772026-05-18T23:37:07.219Z[ host-package] Compiling slog-async v2.8.0
29782026-05-18T23:37:07.277Z[ host-package] Compiling crossbeam-channel v0.5.15
29792026-05-18T23:37:07.277Z[ host-package] Compiling slog-json v2.6.1
29802026-05-18T23:37:07.515Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29812026-05-18T23:37:07.515Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
29822026-05-18T23:37:07.745Z[ host-package] Compiling serde_spanned v1.0.4
29832026-05-18T23:37:07.748Z[ host-package] Compiling term v1.2.1
29842026-05-18T23:37:07.829Z[ host-package] Compiling compression-codecs v0.4.37
29852026-05-18T23:37:07.882Z[ host-package] Compiling take_mut v0.2.2
29862026-05-18T23:37:07.905Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29872026-05-18T23:37:07.937Z[ host-package] Compiling slog-bunyan v2.5.0
29882026-05-18T23:37:08.036Z[ host-package] Compiling dropshot v0.17.0
29892026-05-18T23:37:08.103Z[ host-package] Compiling slog-term v2.9.2
29902026-05-18T23:37:08.125Z[ host-package] Compiling async-compression v0.4.41
29912026-05-18T23:37:08.125Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
29922026-05-18T23:37:08.160Z[ host-package] Compiling async-stream v0.3.6
29932026-05-18T23:37:08.204Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29942026-05-18T23:37:08.207Z[ host-package] Compiling num-rational v0.4.2
29952026-05-18T23:37:08.370Z[ host-package] Compiling typify-impl v0.6.2
29962026-05-18T23:37:08.435Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29972026-05-18T23:37:08.492Z[ host-package] Compiling waitgroup v0.1.2
29982026-05-18T23:37:08.543Z[ host-package] Compiling backon v1.6.0
29992026-05-18T23:37:08.543Z[ host-package] Compiling rustls-pemfile v2.2.0
30002026-05-18T23:37:08.546Z[ host-package] Compiling num-complex v0.4.6
30012026-05-18T23:37:08.653Z[ host-package] Compiling hostname v0.4.2
30022026-05-18T23:37:08.680Z[ host-package] Compiling serde_path_to_error v0.1.20
30032026-05-18T23:37:08.705Z[ host-package] Compiling instant v0.1.13
30042026-05-18T23:37:08.765Z[ host-package] Compiling debug-ignore v1.0.5
30052026-05-18T23:37:08.973Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
30062026-05-18T23:37:09.197Z[ host-package] Compiling backoff v0.4.0
30072026-05-18T23:37:09.200Z[ host-package] Compiling num v0.4.3
30082026-05-18T23:37:09.200Z[ host-package] Compiling parse-display v0.10.0
30092026-05-18T23:37:09.200Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30102026-05-18T23:37:09.200Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30112026-05-18T23:37:09.229Z[ host-package] Compiling macaddr v1.0.1
30122026-05-18T23:37:09.270Z[ host-package] Compiling float-ord v0.3.2
30132026-05-18T23:37:09.909Z[ host-package] Compiling console v0.15.11
30142026-05-18T23:37:10.013Z[ host-package] Compiling newline-converter v0.3.0
30152026-05-18T23:37:10.016Z[ host-package] Compiling atomicwrites v0.4.4
30162026-05-18T23:37:10.016Z[ host-package] Compiling slog-dtrace v0.3.0
30172026-05-18T23:37:10.166Z[ host-package] Compiling cancel-safe-futures v0.1.5
30182026-05-18T23:37:10.166Z[ host-package] Compiling resolv-conf v0.7.6
30192026-05-18T23:37:10.166Z[ host-package] Compiling owo-colors v4.3.0
30202026-05-18T23:37:10.302Z[ host-package] Compiling toml v0.8.23
30212026-05-18T23:37:10.330Z[ host-package] Compiling libsw-core v0.3.2
30222026-05-18T23:37:10.463Z[ host-package] Compiling expectorate v1.2.0
30232026-05-18T23:37:10.583Z[ host-package] Compiling libsw v3.5.0
30242026-05-18T23:37:10.583Z[ host-package] Compiling rustls v0.23.37
30252026-05-18T23:37:10.587Z[ host-package] Compiling rustls v0.22.4
30262026-05-18T23:37:10.742Z[ host-package] Compiling linear-map v1.2.0
30272026-05-18T23:37:10.768Z[ host-package] Compiling linked-hash-map v0.5.6
30282026-05-18T23:37:10.870Z[ host-package] Compiling minimal-lexical v0.2.1
30292026-05-18T23:37:10.917Z[ host-package] Compiling hickory-proto v0.24.4
30302026-05-18T23:37:10.920Z[ host-package] Compiling unicode-xid v0.2.6
30312026-05-18T23:37:10.963Z[ host-package] Compiling convert_case v0.10.0
30322026-05-18T23:37:11.125Z[ host-package] Compiling lru-cache v0.1.2
30332026-05-18T23:37:11.125Z[ host-package] Compiling nom v7.1.3
30342026-05-18T23:37:11.151Z[ host-package] Compiling papergrid v0.11.0
30352026-05-18T23:37:11.197Z[ host-package] Compiling tabled_derive v0.7.0
30362026-05-18T23:37:11.238Z[ host-package] Compiling termtree v0.5.1
30372026-05-18T23:37:11.301Z[ host-package] Compiling phf_shared v0.12.1
30382026-05-18T23:37:11.365Z[ host-package] Compiling vte v0.14.1
30392026-05-18T23:37:11.431Z[ host-package] Compiling derive_more-impl v2.1.1
30402026-05-18T23:37:11.431Z[ host-package] Compiling csv-core v0.1.13
30412026-05-18T23:37:11.618Z[ host-package] Compiling highway v1.3.0
30422026-05-18T23:37:11.687Z[ host-package] Compiling chrono-tz v0.10.4
30432026-05-18T23:37:11.811Z[ host-package] Compiling rustls-webpki v0.103.9
30442026-05-18T23:37:11.931Z[ host-package] Compiling rustls-webpki v0.102.8
30452026-05-18T23:37:12.129Z[ host-package] Compiling csv v1.4.0
30462026-05-18T23:37:12.178Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30472026-05-18T23:37:12.181Z[ host-package] Compiling phf v0.12.1
30482026-05-18T23:37:12.246Z[ host-package] Compiling tabled v0.15.0
30492026-05-18T23:37:12.334Z[ host-package] Compiling derive_more v2.1.1
30502026-05-18T23:37:12.406Z[ host-package] Compiling const_format_proc_macros v0.2.34
30512026-05-18T23:37:12.449Z[ host-package] Compiling fd-lock v4.0.4
30522026-05-18T23:37:12.452Z[ host-package] Compiling typify-macro v0.6.2
30532026-05-18T23:37:12.655Z[ host-package] Compiling crossterm v0.29.0
30542026-05-18T23:37:12.718Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30552026-05-18T23:37:12.764Z[ host-package] Compiling peg-macros v0.8.5
30562026-05-18T23:37:12.919Z[ host-package] Compiling nu-ansi-term v0.50.3
30572026-05-18T23:37:13.250Z[ host-package] Compiling const_format v0.2.35
30582026-05-18T23:37:13.299Z[ host-package] Compiling reedline v0.40.0
30592026-05-18T23:37:13.536Z[ helios-setup] May 18 23:37:12.451 INFO E| Finished `release` profile [optimized] target(s) in 33.35s
30602026-05-18T23:37:13.539Z[ helios-setup] May 18 23:37:12.453 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
30612026-05-18T23:37:13.539Z[ helios-setup] May 18 23:37:12.453 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30622026-05-18T23:37:13.562Z[ host-package] Compiling hickory-resolver v0.24.4
30632026-05-18T23:37:13.594Z[ helios-setup] May 18 23:37:12.508 INFO building project "pilot" ok (33 seconds)
30642026-05-18T23:37:13.594Z[ helios-setup] May 18 23:37:12.509 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
30652026-05-18T23:37:13.632Z[ helios-setup] May 18 23:37:12.547 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
30662026-05-18T23:37:13.633Z[ helios-setup] May 18 23:37:12.547 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30672026-05-18T23:37:13.633Z[ helios-setup] May 18 23:37:12.547 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30682026-05-18T23:37:13.805Z[ helios-setup] May 18 23:37:12.720 INFO E| Updating crates.io index
30692026-05-18T23:37:13.843Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30702026-05-18T23:37:13.880Z[ helios-setup] May 18 23:37:12.794 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
30712026-05-18T23:37:14.043Z[ host-package] Compiling typify v0.6.2
30722026-05-18T23:37:14.189Z[ host-package] Compiling progenitor-impl v0.14.0
30732026-05-18T23:37:14.247Z[ helios-setup] May 18 23:37:13.162 INFO E| From https://github.com/oxidecomputer/amd-apcb
30742026-05-18T23:37:14.247Z[ helios-setup] May 18 23:37:13.162 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
30752026-05-18T23:37:14.262Z[ helios-setup] May 18 23:37:13.176 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
30762026-05-18T23:37:14.580Z[ helios-setup] May 18 23:37:13.494 INFO E| From https://github.com/oxidecomputer/amd-efs
30772026-05-18T23:37:14.580Z[ helios-setup] May 18 23:37:13.494 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
30782026-05-18T23:37:14.779Z[ helios-setup] May 18 23:37:13.693 INFO E| Downloading crates ...
30792026-05-18T23:37:14.837Z[ helios-setup] May 18 23:37:13.751 INFO E| Downloaded four-cc v0.4.0
30802026-05-18T23:37:14.842Z[ helios-setup] May 18 23:37:13.756 INFO E| Downloaded structopt-derive v0.4.18
30812026-05-18T23:37:14.851Z[ helios-setup] May 18 23:37:13.766 INFO E| Downloaded dyn-clone v1.0.19
30822026-05-18T23:37:14.858Z[ helios-setup] May 18 23:37:13.772 INFO E| Downloaded parse_int v0.9.0
30832026-05-18T23:37:14.862Z[ helios-setup] May 18 23:37:13.777 INFO E| Downloaded modular-bitfield-impl v0.13.1
30842026-05-18T23:37:14.865Z[ helios-setup] May 18 23:37:13.779 INFO E| Downloaded log v0.4.27
30852026-05-18T23:37:14.868Z[ helios-setup] May 18 23:37:13.781 INFO E| Downloaded unic-char-property v0.9.0
30862026-05-18T23:37:14.871Z[ helios-setup] May 18 23:37:13.783 INFO E| Downloaded heck v0.3.3
30872026-05-18T23:37:14.871Z[ helios-setup] May 18 23:37:13.785 INFO E| Downloaded vec_map v0.8.2
30882026-05-18T23:37:14.874Z[ helios-setup] May 18 23:37:13.786 INFO E| Downloaded unic-common v0.9.0
30892026-05-18T23:37:14.876Z[ helios-setup] May 18 23:37:13.789 INFO E| Downloaded unic-ucd-version v0.9.0
30902026-05-18T23:37:14.879Z[ helios-setup] May 18 23:37:13.792 INFO E| Downloaded thiserror-impl v2.0.12
30912026-05-18T23:37:14.882Z[ helios-setup] May 18 23:37:13.797 INFO E| Downloaded fletcher v1.0.0
30922026-05-18T23:37:14.889Z[ helios-setup] May 18 23:37:13.803 INFO E| Downloaded unic-char-range v0.9.0
30932026-05-18T23:37:14.891Z[ helios-setup] May 18 23:37:13.805 INFO E| Downloaded strum v0.27.1
30942026-05-18T23:37:14.892Z[ helios-setup] May 18 23:37:13.805 INFO E| Downloaded strsim v0.8.0
30952026-05-18T23:37:14.895Z[ helios-setup] May 18 23:37:13.807 INFO E| Downloaded unic-ucd-ident v0.9.0
30962026-05-18T23:37:14.898Z[ helios-setup] May 18 23:37:13.811 INFO E| Downloaded rustversion v1.0.20
30972026-05-18T23:37:14.900Z[ helios-setup] May 18 23:37:13.813 INFO E| Downloaded serde v1.0.219
30982026-05-18T23:37:14.903Z[ helios-setup] May 18 23:37:13.816 INFO E| Downloaded pest_derive v2.8.0
30992026-05-18T23:37:14.906Z[ helios-setup] May 18 23:37:13.821 INFO E| Downloaded modular-bitfield-impl v0.11.2
31002026-05-18T23:37:14.916Z[ helios-setup] May 18 23:37:13.830 INFO E| Downloaded bytesize v2.0.1
31012026-05-18T23:37:14.918Z[ helios-setup] May 18 23:37:13.832 INFO E| Downloaded ansi_term v0.12.1
31022026-05-18T23:37:14.926Z[ helios-setup] May 18 23:37:13.840 INFO E| Downloaded thiserror v2.0.12
31032026-05-18T23:37:14.928Z[ host-package] Compiling tokio-rustls v0.25.0
31042026-05-18T23:37:14.931Z[ helios-setup] May 18 23:37:13.844 INFO E| Downloaded quote v1.0.40
31052026-05-18T23:37:14.931Z[ helios-setup] May 18 23:37:13.846 INFO E| Downloaded modular-bitfield v0.11.2
31062026-05-18T23:37:14.938Z[ helios-setup] May 18 23:37:13.853 INFO E| Downloaded unicode-ident v1.0.18
31072026-05-18T23:37:14.943Z[ helios-setup] May 18 23:37:13.855 INFO E| Downloaded modular-bitfield v0.13.1
31082026-05-18T23:37:14.947Z[ helios-setup] May 18 23:37:13.861 INFO E| Downloaded structopt v0.3.26
31092026-05-18T23:37:14.951Z[ helios-setup] May 18 23:37:13.866 INFO E| Downloaded textwrap v0.11.0
31102026-05-18T23:37:14.954Z[ helios-setup] May 18 23:37:13.867 INFO E| Downloaded serde_derive v1.0.219
31112026-05-18T23:37:14.957Z[ helios-setup] May 18 23:37:13.869 INFO E| Downloaded proc-macro2 v1.0.95
31122026-05-18T23:37:14.957Z[ helios-setup] May 18 23:37:13.871 INFO E| Downloaded typenum v1.18.0
31132026-05-18T23:37:14.960Z[ helios-setup] May 18 23:37:13.873 INFO E| Downloaded pest_meta v2.8.0
31142026-05-18T23:37:14.960Z[ helios-setup] May 18 23:37:13.874 INFO E| Downloaded autocfg v1.4.0
31152026-05-18T23:37:14.963Z[ helios-setup] May 18 23:37:13.875 INFO E| Downloaded pest v2.8.0
31162026-05-18T23:37:14.966Z[ helios-setup] May 18 23:37:13.879 INFO E| Downloaded zerocopy-derive v0.8.25
31172026-05-18T23:37:14.969Z[ helios-setup] May 18 23:37:13.884 INFO E| Downloaded memchr v2.7.4
31182026-05-18T23:37:14.972Z[ helios-setup] May 18 23:37:13.887 INFO E| Downloaded strum_macros v0.27.1
31192026-05-18T23:37:14.975Z[ helios-setup] May 18 23:37:13.888 INFO E| Downloaded pest_generator v2.8.0
31202026-05-18T23:37:14.980Z[ helios-setup] May 18 23:37:13.895 INFO E| Downloaded clap v2.34.0
31212026-05-18T23:37:14.985Z[ helios-setup] May 18 23:37:13.900 INFO E| Downloaded serde_json v1.0.140
31222026-05-18T23:37:14.993Z[ helios-setup] May 18 23:37:13.908 INFO E| Downloaded goblin v0.9.3
31232026-05-18T23:37:15.010Z[ helios-setup] May 18 23:37:13.924 INFO E| Downloaded zerocopy v0.8.25
31242026-05-18T23:37:15.033Z[ helios-setup] May 18 23:37:13.948 INFO E| Downloaded syn v2.0.101
31252026-05-18T23:37:15.061Z[ helios-setup] May 18 23:37:13.975 INFO E| Downloaded libc v0.2.172
31262026-05-18T23:37:15.146Z[ helios-setup] May 18 23:37:14.061 INFO E| Compiling proc-macro2 v1.0.95
31272026-05-18T23:37:15.146Z[ helios-setup] May 18 23:37:14.061 INFO E| Compiling unicode-ident v1.0.18
31282026-05-18T23:37:15.146Z[ helios-setup] May 18 23:37:14.061 INFO E| Compiling memchr v2.7.4
31292026-05-18T23:37:15.149Z[ helios-setup] May 18 23:37:14.061 INFO E| Compiling thiserror v2.0.12
31302026-05-18T23:37:15.149Z[ helios-setup] May 18 23:37:14.061 INFO E| Compiling autocfg v1.4.0
31312026-05-18T23:37:15.149Z[ helios-setup] May 18 23:37:14.061 INFO E| Compiling serde v1.0.219
31322026-05-18T23:37:15.149Z[ helios-setup] May 18 23:37:14.061 INFO E| Compiling syn v1.0.109
31332026-05-18T23:37:15.149Z[ helios-setup] May 18 23:37:14.061 INFO E| Compiling version_check v0.9.5
31342026-05-18T23:37:15.172Z[ helios-setup] May 18 23:37:14.086 INFO E| Compiling serde_json v1.0.140
31352026-05-18T23:37:15.172Z[ helios-setup] May 18 23:37:14.086 INFO E| Compiling schemars v0.8.22
31362026-05-18T23:37:15.175Z[ helios-setup] May 18 23:37:14.087 INFO E| Compiling ryu v1.0.20
31372026-05-18T23:37:15.175Z[ helios-setup] May 18 23:37:14.087 INFO E| Compiling itoa v1.0.15
31382026-05-18T23:37:15.175Z[ helios-setup] May 18 23:37:14.087 INFO E| Compiling ucd-trie v0.1.7
31392026-05-18T23:37:15.175Z[ helios-setup] May 18 23:37:14.087 INFO E| Compiling rustversion v1.0.20
31402026-05-18T23:37:15.175Z[ helios-setup] May 18 23:37:14.087 INFO E| Compiling zerocopy v0.8.25
31412026-05-18T23:37:15.175Z[ helios-setup] May 18 23:37:14.087 INFO E| Compiling libc v0.2.172
31422026-05-18T23:37:15.211Z[ host-package] Compiling progenitor-impl v0.13.0
31432026-05-18T23:37:15.490Z[ helios-setup] May 18 23:37:14.404 INFO E| Compiling paste v1.0.15
31442026-05-18T23:37:15.571Z[ helios-setup] May 18 23:37:14.484 INFO E| Compiling static_assertions v1.1.0
31452026-05-18T23:37:15.714Z[ helios-setup] May 18 23:37:14.625 INFO E| Compiling dyn-clone v1.0.19
31462026-05-18T23:37:15.780Z[ helios-setup] May 18 23:37:14.692 INFO E| Compiling once_cell v1.21.3
31472026-05-18T23:37:15.951Z[ helios-setup] May 18 23:37:14.864 INFO E| Compiling unicode-width v0.1.14
31482026-05-18T23:37:16.054Z[ helios-setup] May 18 23:37:14.968 INFO E| Compiling unicode-segmentation v1.12.0
31492026-05-18T23:37:16.100Z[ helios-setup] May 18 23:37:15.015 INFO E| Compiling heck v0.5.0
31502026-05-18T23:37:16.164Z[ helios-setup] May 18 23:37:15.078 INFO E| Compiling bitflags v1.3.2
31512026-05-18T23:37:16.238Z[ helios-setup] May 18 23:37:15.152 INFO E| Compiling strsim v0.8.0
31522026-05-18T23:37:16.249Z[ helios-setup] May 18 23:37:15.163 INFO E| Compiling strum v0.27.1
31532026-05-18T23:37:16.254Z[ helios-setup] May 18 23:37:15.169 INFO E| Compiling proc-macro-error-attr v1.0.4
31542026-05-18T23:37:16.278Z[ helios-setup] May 18 23:37:15.191 INFO E| Compiling proc-macro-error v1.0.4
31552026-05-18T23:37:16.289Z[ helios-setup] May 18 23:37:15.203 INFO E| Compiling num-traits v0.2.19
31562026-05-18T23:37:16.318Z[ helios-setup] May 18 23:37:15.232 INFO E| Compiling memoffset v0.9.1
31572026-05-18T23:37:16.425Z[ helios-setup] May 18 23:37:15.336 INFO E| Compiling unic-char-range v0.9.0
31582026-05-18T23:37:16.531Z[ helios-setup] May 18 23:37:15.445 INFO E| Compiling textwrap v0.11.0
31592026-05-18T23:37:16.602Z[ helios-setup] May 18 23:37:15.517 INFO E| Compiling ansi_term v0.12.1
31602026-05-18T23:37:16.684Z[ helios-setup] May 18 23:37:15.598 INFO E| Compiling heck v0.3.3
31612026-05-18T23:37:16.763Z[ helios-setup] May 18 23:37:15.677 INFO E| Compiling byteorder v1.5.0
31622026-05-18T23:37:16.843Z[ helios-setup] May 18 23:37:15.758 INFO E| Compiling vec_map v0.8.2
31632026-05-18T23:37:16.916Z[ helios-setup] May 18 23:37:15.830 INFO E| Compiling unic-common v0.9.0
31642026-05-18T23:37:16.936Z[ helios-setup] May 18 23:37:15.849 INFO E| Compiling fletcher v1.0.0
31652026-05-18T23:37:16.947Z[ helios-setup] May 18 23:37:15.861 INFO E| Compiling unic-char-property v0.9.0
31662026-05-18T23:37:17.090Z[ helios-setup] May 18 23:37:16.004 INFO E| Compiling atty v0.2.14
31672026-05-18T23:37:17.133Z[ helios-setup] May 18 23:37:16.047 INFO E| Compiling unic-ucd-version v0.9.0
31682026-05-18T23:37:17.136Z[ helios-setup] May 18 23:37:16.048 INFO E| Compiling plain v0.2.3
31692026-05-18T23:37:17.169Z[ helios-setup] May 18 23:37:16.083 INFO E| Compiling lazy_static v1.5.0
31702026-05-18T23:37:17.174Z[ helios-setup] May 18 23:37:16.089 INFO E| Compiling log v0.4.27
31712026-05-18T23:37:17.181Z[ helios-setup] May 18 23:37:16.095 INFO E| Compiling bytesize v2.0.1
31722026-05-18T23:37:17.216Z[ helios-setup] May 18 23:37:16.131 INFO E| Compiling quote v1.0.40
31732026-05-18T23:37:17.235Z[ helios-setup] May 18 23:37:16.149 INFO E| Compiling unic-ucd-ident v0.9.0
31742026-05-18T23:37:17.277Z[ helios-setup] May 18 23:37:16.191 INFO E| Compiling clap v2.34.0
31752026-05-18T23:37:17.453Z[ helios-setup] May 18 23:37:16.368 INFO E| Compiling syn v2.0.101
31762026-05-18T23:37:17.528Z[ host-package] Compiling tokio-rustls v0.26.4
31772026-05-18T23:37:17.635Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31782026-05-18T23:37:17.835Z[ helios-setup] May 18 23:37:16.747 INFO E| Compiling parse_int v0.9.0
31792026-05-18T23:37:17.937Z[ host-package] Compiling hyper-rustls v0.27.7
31802026-05-18T23:37:18.431Z[ host-package] Compiling reqwest v0.13.2
31812026-05-18T23:37:18.506Z[ host-package] Compiling reqwest v0.12.28
31822026-05-18T23:37:19.752Z[ host-package] Compiling progenitor-macro v0.14.0
31832026-05-18T23:37:20.171Z[ helios-setup] May 18 23:37:19.086 INFO E| Compiling serde_derive_internals v0.29.1
31842026-05-18T23:37:20.520Z[ helios-setup] May 18 23:37:19.434 INFO E| Compiling modular-bitfield-impl v0.11.2
31852026-05-18T23:37:20.520Z[ helios-setup] May 18 23:37:19.434 INFO E| Compiling structopt-derive v0.4.18
31862026-05-18T23:37:20.546Z[ host-package] Compiling tough v0.22.0
31872026-05-18T23:37:21.377Z[ helios-setup] May 18 23:37:20.286 INFO E| Compiling thiserror-impl v2.0.12
31882026-05-18T23:37:21.377Z[ helios-setup] May 18 23:37:20.286 INFO E| Compiling serde_derive v1.0.219
31892026-05-18T23:37:21.377Z[ helios-setup] May 18 23:37:20.286 INFO E| Compiling schemars_derive v0.8.22
31902026-05-18T23:37:21.381Z[ helios-setup] May 18 23:37:20.286 INFO E| Compiling zerocopy-derive v0.8.25
31912026-05-18T23:37:21.381Z[ helios-setup] May 18 23:37:20.286 INFO E| Compiling modular-bitfield-impl v0.13.1
31922026-05-18T23:37:21.381Z[ helios-setup] May 18 23:37:20.286 INFO E| Compiling num-derive v0.4.2
31932026-05-18T23:37:21.381Z[ helios-setup] May 18 23:37:20.286 INFO E| Compiling scroll_derive v0.12.1
31942026-05-18T23:37:21.381Z[ helios-setup] May 18 23:37:20.286 INFO E| Compiling strum_macros v0.27.1
31952026-05-18T23:37:21.409Z[ host-package] Compiling progenitor-client v0.14.0
31962026-05-18T23:37:21.696Z[ host-package] Compiling progenitor-client v0.10.0
31972026-05-18T23:37:22.038Z[ host-package] Compiling progenitor-extras v0.2.0
31982026-05-18T23:37:22.191Z[ helios-setup] May 18 23:37:21.105 INFO E| Compiling structopt v0.3.26
31992026-05-18T23:37:22.201Z[ host-package] Compiling progenitor-macro v0.13.0
32002026-05-18T23:37:22.331Z[ host-package] Compiling qorb v0.4.1
32012026-05-18T23:37:22.439Z[ host-package] Compiling peg v0.8.5
32022026-05-18T23:37:22.588Z[ helios-setup] May 18 23:37:21.502 INFO E| Compiling scroll v0.12.0
32032026-05-18T23:37:22.600Z[ helios-setup] May 18 23:37:21.514 INFO E| Compiling modular-bitfield v0.11.2
32042026-05-18T23:37:22.648Z[ host-package] Compiling bcs v0.1.6
32052026-05-18T23:37:22.839Z[ host-package] Compiling semver v0.1.20
32062026-05-18T23:37:22.869Z[ helios-setup] May 18 23:37:21.783 INFO E| Compiling goblin v0.9.3
32072026-05-18T23:37:23.029Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32082026-05-18T23:37:23.195Z[ helios-setup] May 18 23:37:22.108 INFO E| Compiling pest v2.8.0
32092026-05-18T23:37:23.220Z[ host-package] Compiling unicode-linebreak v0.1.5
32102026-05-18T23:37:23.246Z[ host-package] Compiling rustc_version v0.1.7
32112026-05-18T23:37:23.325Z[ host-package] Compiling smawk v0.3.2
32122026-05-18T23:37:23.368Z[ host-package] Compiling humantime v2.3.0
32132026-05-18T23:37:23.566Z[ host-package] Compiling newtype_derive v0.1.6
32142026-05-18T23:37:23.686Z[ helios-setup] May 18 23:37:22.600 INFO E| Compiling modular-bitfield v0.13.1
32152026-05-18T23:37:23.756Z[ host-package] Compiling dropshot-api-manager-types v0.7.1
32162026-05-18T23:37:23.858Z[ host-package] Compiling textwrap v0.16.2
32172026-05-18T23:37:24.776Z[ helios-setup] May 18 23:37:23.691 INFO E| Compiling pest_meta v2.8.0
32182026-05-18T23:37:24.949Z[ host-package] Compiling steno v0.4.1
32192026-05-18T23:37:25.039Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32202026-05-18T23:37:25.480Z[ helios-setup] May 18 23:37:24.395 INFO E| Compiling pest_generator v2.8.0
32212026-05-18T23:37:25.879Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32222026-05-18T23:37:25.953Z[ host-package] Compiling tagptr v0.2.0
32232026-05-18T23:37:25.957Z[ host-package] Compiling utf-8 v0.7.6
32242026-05-18T23:37:26.133Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32252026-05-18T23:37:26.307Z[ host-package] Compiling tungstenite v0.21.0
32262026-05-18T23:37:26.363Z[ helios-setup] May 18 23:37:25.277 INFO E| Compiling pest_derive v2.8.0
32272026-05-18T23:37:26.375Z[ host-package] Compiling moka v0.12.13
32282026-05-18T23:37:26.675Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32292026-05-18T23:37:26.714Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32302026-05-18T23:37:27.077Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32312026-05-18T23:37:27.133Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32322026-05-18T23:37:27.444Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32332026-05-18T23:37:27.708Z[ helios-setup] May 18 23:37:26.622 INFO E| Compiling json5 v0.4.1
32342026-05-18T23:37:28.148Z[ host-package] Compiling progenitor v0.14.0
32352026-05-18T23:37:28.350Z[ host-package] Compiling progenitor-client v0.13.0
32362026-05-18T23:37:28.413Z[ host-package] Compiling hickory-resolver v0.25.2
32372026-05-18T23:37:28.513Z[ host-package] Compiling tokio-tungstenite v0.21.0
32382026-05-18T23:37:28.744Z[ host-package] Compiling progenitor v0.13.0
32392026-05-18T23:37:29.018Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32402026-05-18T23:37:29.157Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32412026-05-18T23:37:29.215Z[ host-package] Compiling num-derive v0.3.3
32422026-05-18T23:37:29.493Z[ helios-setup] May 18 23:37:28.407 INFO E| Compiling four-cc v0.4.0
32432026-05-18T23:37:29.493Z[ helios-setup] May 18 23:37:28.407 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
32442026-05-18T23:37:29.608Z[ helios-setup] May 18 23:37:28.523 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
32452026-05-18T23:37:30.483Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32462026-05-18T23:37:32.796Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32472026-05-18T23:37:33.673Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32482026-05-18T23:37:33.706Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32492026-05-18T23:37:33.760Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32502026-05-18T23:37:34.032Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32512026-05-18T23:37:34.208Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32522026-05-18T23:37:34.365Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32532026-05-18T23:37:34.638Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32542026-05-18T23:37:35.072Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32552026-05-18T23:37:35.578Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32562026-05-18T23:37:35.842Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-05-18T23:37:35.978Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32582026-05-18T23:37:36.159Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-05-18T23:37:36.553Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32602026-05-18T23:37:36.759Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32612026-05-18T23:37:38.282Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-05-18T23:37:38.439Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-05-18T23:37:38.640Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-05-18T23:37:38.933Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32652026-05-18T23:37:39.184Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-05-18T23:37:39.776Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32672026-05-18T23:37:40.038Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32682026-05-18T23:37:40.737Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32692026-05-18T23:37:41.306Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32702026-05-18T23:37:41.375Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-05-18T23:37:41.464Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32722026-05-18T23:37:41.530Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32732026-05-18T23:37:41.746Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32742026-05-18T23:37:42.099Z[ host-package] Compiling proc-macro-error2 v2.0.1
32752026-05-18T23:37:42.387Z[ host-package] Compiling libscf-sys v1.1.0
32762026-05-18T23:37:42.495Z[ host-package] Compiling typify-impl v0.4.3
32772026-05-18T23:37:42.627Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32782026-05-18T23:37:43.433Z[ host-package] Compiling tabled_derive v0.11.0
32792026-05-18T23:37:43.848Z[ host-package] Compiling papergrid v0.17.0
32802026-05-18T23:37:44.109Z[ helios-setup] May 18 23:37:43.023 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
32812026-05-18T23:37:44.483Z[ host-package] Compiling testing_table v0.3.0
32822026-05-18T23:37:44.658Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32832026-05-18T23:37:44.755Z[ host-package] Compiling vergen-gitcl v1.0.8
32842026-05-18T23:37:44.825Z[ host-package] Compiling dirs-sys-next v0.1.2
32852026-05-18T23:37:45.065Z[ host-package] Compiling crunchy v0.2.4
32862026-05-18T23:37:45.183Z[ host-package] Compiling glob v0.3.3
32872026-05-18T23:37:45.250Z[ host-package] Compiling maplit v1.0.2
32882026-05-18T23:37:45.410Z[ host-package] Compiling diesel_derives v2.3.7
32892026-05-18T23:37:45.658Z[ host-package] Compiling tabled v0.20.0
32902026-05-18T23:37:45.710Z[ host-package] Compiling clang-sys v1.8.1
32912026-05-18T23:37:45.861Z[ host-package] Compiling dirs-next v2.0.0
32922026-05-18T23:37:45.896Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32932026-05-18T23:37:46.066Z[ host-package] Compiling dsl_auto_type v0.2.0
32942026-05-18T23:37:46.151Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32952026-05-18T23:37:46.337Z[ host-package] Compiling typify-macro v0.4.3
32962026-05-18T23:37:46.451Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32972026-05-18T23:37:46.722Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32982026-05-18T23:37:46.773Z[ host-package] Compiling xshell-macros v0.2.7
32992026-05-18T23:37:46.802Z[ host-package] Compiling tiny-keccak v2.0.2
33002026-05-18T23:37:46.832Z[ host-package] Compiling r2d2 v0.8.10
33012026-05-18T23:37:47.104Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33022026-05-18T23:37:47.161Z[ host-package] Compiling term v0.7.0
33032026-05-18T23:37:47.250Z[ host-package] Compiling xshell v0.2.7
33042026-05-18T23:37:47.344Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33052026-05-18T23:37:47.412Z[ helios-setup] May 18 23:37:46.324 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33062026-05-18T23:37:47.452Z[ host-package] Compiling downcast-rs v2.0.2
33072026-05-18T23:37:47.695Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33082026-05-18T23:37:47.731Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-05-18T23:37:47.780Z[ host-package] Compiling bit-vec v0.6.3
33102026-05-18T23:37:47.810Z[ host-package] Compiling ascii-canvas v3.0.0
33112026-05-18T23:37:48.044Z[ host-package] Compiling bit-set v0.5.3
33122026-05-18T23:37:48.082Z[ host-package] Compiling itertools v0.10.5
33132026-05-18T23:37:48.107Z[ host-package] Compiling ena v0.14.4
33142026-05-18T23:37:48.107Z[ host-package] Compiling libloading v0.8.9
33152026-05-18T23:37:48.206Z[ host-package] Compiling bindgen v0.71.1
33162026-05-18T23:37:48.256Z[ host-package] Compiling unicase v2.9.0
33172026-05-18T23:37:48.455Z[ host-package] Compiling diff v0.1.13
33182026-05-18T23:37:48.595Z[ host-package] Compiling crc8 v0.1.1
33192026-05-18T23:37:48.643Z[ host-package] Compiling regex-syntax v0.6.29
33202026-05-18T23:37:48.758Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33212026-05-18T23:37:48.783Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33222026-05-18T23:37:48.833Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33232026-05-18T23:37:49.197Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33242026-05-18T23:37:50.119Z[ host-package] Compiling lalrpop v0.19.12
33252026-05-18T23:37:50.598Z[ host-package] Compiling typify v0.4.3
33262026-05-18T23:37:50.637Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33272026-05-18T23:37:50.851Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33282026-05-18T23:37:51.063Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33292026-05-18T23:37:51.332Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33302026-05-18T23:37:51.605Z[ host-package] Compiling cexpr v0.6.0
33312026-05-18T23:37:51.743Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33322026-05-18T23:37:51.873Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33332026-05-18T23:37:52.195Z[ host-package] Compiling diesel v2.3.7
33342026-05-18T23:37:52.434Z[ host-package] Compiling headers-core v0.3.0
33352026-05-18T23:37:52.917Z[ host-package] Compiling git-stub v1.0.0
33362026-05-18T23:37:52.962Z[ host-package] Compiling libxml v0.3.3
33372026-05-18T23:37:53.197Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33382026-05-18T23:37:53.378Z[ host-package] Compiling git-stub-vcs v0.1.0
33392026-05-18T23:37:53.437Z[ host-package] Compiling headers v0.4.1
33402026-05-18T23:37:54.080Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33412026-05-18T23:37:54.441Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33422026-05-18T23:37:54.553Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33432026-05-18T23:37:54.975Z[ host-package] Compiling strum_macros v0.24.3
33442026-05-18T23:37:55.226Z[ host-package] Compiling indoc v1.0.9
33452026-05-18T23:37:55.721Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33462026-05-18T23:37:55.780Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33472026-05-18T23:37:56.049Z[ host-package] Compiling derive_builder v0.20.2
33482026-05-18T23:37:56.232Z[ host-package] Compiling oso-derive v0.27.3
33492026-05-18T23:37:56.430Z[ host-package] Compiling quick-xml v0.37.5
33502026-05-18T23:37:56.735Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33512026-05-18T23:37:56.986Z[ host-package] Compiling openssl-probe v0.1.6
33522026-05-18T23:37:57.339Z[ host-package] Compiling half v1.8.3
33532026-05-18T23:37:57.481Z[ host-package] Compiling samael v0.0.19
33542026-05-18T23:37:57.732Z[ host-package] Compiling serde_cbor v0.11.2
33552026-05-18T23:37:57.811Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33562026-05-18T23:37:57.921Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33572026-05-18T23:37:58.144Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33582026-05-18T23:37:58.284Z[ host-package] Compiling polar-core v0.27.3
33592026-05-18T23:37:58.378Z[ host-package] Compiling bb8 v0.8.6
33602026-05-18T23:37:58.656Z[ host-package] Compiling trait-variant v0.1.2
33612026-05-18T23:37:58.722Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33622026-05-18T23:37:58.910Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-05-18T23:37:58.963Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33642026-05-18T23:37:59.043Z[ host-package] Compiling fxhash v0.2.1
33652026-05-18T23:37:59.215Z[ host-package] Compiling salty v0.3.0
33662026-05-18T23:37:59.273Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
33672026-05-18T23:37:59.292Z[ helios-setup] May 18 23:37:58.207 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.62s
33682026-05-18T23:37:59.327Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33692026-05-18T23:37:59.333Z[ helios-setup] May 18 23:37:58.247 INFO building project "amd-host-image-builder" ok (45 seconds)
33702026-05-18T23:37:59.333Z[ helios-setup] May 18 23:37:58.247 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33712026-05-18T23:37:59.372Z[ helios-setup] May 18 23:37:58.257 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
33722026-05-18T23:37:59.372Z[ helios-setup] May 18 23:37:58.257 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
33732026-05-18T23:37:59.372Z[ helios-setup] May 18 23:37:58.257 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
33742026-05-18T23:37:59.543Z[ helios-setup] May 18 23:37:58.457 INFO E| Downloading crates ...
33752026-05-18T23:37:59.551Z[ host-package] Compiling progenitor-impl v0.11.2
33762026-05-18T23:37:59.600Z[ helios-setup] May 18 23:37:58.511 INFO E| Downloaded time-core v0.1.4
33772026-05-18T23:37:59.605Z[ helios-setup] May 18 23:37:58.519 INFO E| Downloaded anyhow v1.0.98
33782026-05-18T23:37:59.619Z[ helios-setup] May 18 23:37:58.533 INFO E| Downloaded deranged v0.4.0
33792026-05-18T23:37:59.622Z[ helios-setup] May 18 23:37:58.535 INFO E| Downloaded bitflags v2.9.1
33802026-05-18T23:37:59.625Z[ helios-setup] May 18 23:37:58.538 INFO E| Downloaded errno v0.3.12
33812026-05-18T23:37:59.625Z[ helios-setup] May 18 23:37:58.539 INFO E| Downloaded tempfile v3.20.0
33822026-05-18T23:37:59.628Z[ helios-setup] May 18 23:37:58.542 INFO E| Downloaded time-macros v0.2.22
33832026-05-18T23:37:59.628Z[ host-package] Compiling progenitor-impl v0.10.0
33842026-05-18T23:37:59.631Z[ helios-setup] May 18 23:37:58.543 INFO E| Downloaded serde_with_macros v3.12.0
33852026-05-18T23:37:59.637Z[ helios-setup] May 18 23:37:58.552 INFO E| Downloaded indexmap v2.9.0
33862026-05-18T23:37:59.641Z[ helios-setup] May 18 23:37:58.555 INFO E| Downloaded iana-time-zone v0.1.63
33872026-05-18T23:37:59.645Z[ helios-setup] May 18 23:37:58.559 INFO E| Downloaded getrandom v0.3.3
33882026-05-18T23:37:59.682Z[ helios-setup] May 18 23:37:58.596 INFO E| Downloaded time v0.3.41
33892026-05-18T23:37:59.690Z[ helios-setup] May 18 23:37:58.604 INFO E| Downloaded serde_with v3.12.0
33902026-05-18T23:37:59.695Z[ helios-setup] May 18 23:37:58.610 INFO E| Downloaded hashbrown v0.15.3
33912026-05-18T23:37:59.699Z[ helios-setup] May 18 23:37:58.614 INFO E| Downloaded chrono v0.4.41
33922026-05-18T23:37:59.705Z[ helios-setup] May 18 23:37:58.619 INFO E| Downloaded rustix v1.0.7
33932026-05-18T23:37:59.771Z[ helios-setup] May 18 23:37:58.685 INFO E| Compiling proc-macro2 v1.0.95
33942026-05-18T23:37:59.783Z[ helios-setup] May 18 23:37:58.697 INFO E| Compiling unicode-ident v1.0.18
33952026-05-18T23:37:59.783Z[ helios-setup] May 18 23:37:58.697 INFO E| Compiling libc v0.2.172
33962026-05-18T23:37:59.783Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling ident_case v1.0.1
33972026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling fnv v1.0.7
33982026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling strsim v0.11.1
33992026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling serde v1.0.219
34002026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling getrandom v0.3.3
34012026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling rustix v1.0.7
34022026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling anyhow v1.0.98
34032026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling cfg-if v1.0.0
34042026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling bitflags v2.9.1
34052026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling serde_json v1.0.140
34062026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling thiserror v2.0.12
34072026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34082026-05-18T23:37:59.786Z[ helios-setup] May 18 23:37:58.698 INFO E| Compiling memchr v2.7.4
34092026-05-18T23:38:00.141Z[ helios-setup] May 18 23:37:59.056 INFO E| Compiling itoa v1.0.15
34102026-05-18T23:38:00.144Z[ helios-setup] May 18 23:37:59.056 INFO E| Compiling fastrand v2.3.0
34112026-05-18T23:38:00.177Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34122026-05-18T23:38:00.230Z[ host-package] Compiling kstat-rs v0.2.4
34132026-05-18T23:38:00.266Z[ helios-setup] May 18 23:37:59.181 INFO E| Compiling once_cell v1.21.3
34142026-05-18T23:38:00.460Z[ helios-setup] May 18 23:37:59.375 INFO E| Compiling ryu v1.0.20
34152026-05-18T23:38:00.619Z[ host-package] Compiling libz-sys v1.1.24
34162026-05-18T23:38:01.257Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34172026-05-18T23:38:01.361Z[ host-package] Compiling nonempty v0.12.0
34182026-05-18T23:38:01.373Z[ helios-setup] May 18 23:38:00.287 INFO E| Compiling quote v1.0.40
34192026-05-18T23:38:01.515Z[ helios-setup] May 18 23:38:00.429 INFO E| Compiling errno v0.3.12
34202026-05-18T23:38:01.597Z[ helios-setup] May 18 23:38:00.511 INFO E| Compiling syn v2.0.101
34212026-05-18T23:38:02.011Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-05-18T23:38:02.115Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34232026-05-18T23:38:02.343Z[ host-package] Compiling progenitor-macro v0.11.2
34242026-05-18T23:38:02.513Z[ helios-setup] May 18 23:38:01.427 INFO E| Compiling tempfile v3.20.0
34252026-05-18T23:38:02.832Z[ host-package] Compiling progenitor-macro v0.10.0
34262026-05-18T23:38:04.270Z[ helios-setup] May 18 23:38:03.184 INFO E| Compiling darling_core v0.20.11
34272026-05-18T23:38:05.635Z[ helios-setup] May 18 23:38:04.549 INFO E| Compiling serde_derive v1.0.219
34282026-05-18T23:38:05.635Z[ helios-setup] May 18 23:38:04.549 INFO E| Compiling thiserror-impl v2.0.12
34292026-05-18T23:38:06.324Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
34302026-05-18T23:38:06.508Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
34312026-05-18T23:38:06.565Z[ helios-setup] May 18 23:38:05.479 INFO E| Compiling darling_macro v0.20.11
34322026-05-18T23:38:06.961Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34332026-05-18T23:38:07.015Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34342026-05-18T23:38:07.514Z[ helios-setup] May 18 23:38:06.428 INFO E| Compiling darling v0.20.11
34352026-05-18T23:38:07.608Z[ helios-setup] May 18 23:38:06.522 INFO E| Compiling serde_with_macros v3.12.0
34362026-05-18T23:38:07.634Z[ host-package] Compiling progenitor-client v0.11.2
34372026-05-18T23:38:07.690Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34382026-05-18T23:38:08.258Z[ host-package] Compiling darling_core v0.23.0
34392026-05-18T23:38:08.625Z[ host-package] Compiling nanorand v0.7.0
34402026-05-18T23:38:09.096Z[ host-package] Compiling oso v0.27.3
34412026-05-18T23:38:10.753Z[ host-package] Compiling arc-swap v1.8.2
34422026-05-18T23:38:11.002Z[ helios-setup] May 18 23:38:09.916 INFO E| Compiling serde_with v3.12.0
34432026-05-18T23:38:11.218Z[ host-package] Compiling parking_lot_core v0.8.6
34442026-05-18T23:38:12.254Z[ host-package] Compiling async-bb8-diesel v0.2.1
34452026-05-18T23:38:12.884Z[ host-package] Compiling diesel-dtrace v0.5.0
34462026-05-18T23:38:13.272Z[ host-package] Compiling mime_guess v2.0.5
34472026-05-18T23:38:13.413Z[ host-package] Compiling slog-scope v4.4.1
34482026-05-18T23:38:13.416Z[ host-package] Compiling darling_macro v0.23.0
34492026-05-18T23:38:13.840Z[ host-package] Compiling flume v0.11.1
34502026-05-18T23:38:13.987Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
34512026-05-18T23:38:14.169Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522026-05-18T23:38:14.334Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34532026-05-18T23:38:15.156Z[ helios-setup] May 18 23:38:14.071 INFO E| Finished `release` profile [optimized] target(s) in 15.80s
34542026-05-18T23:38:15.179Z[ helios-setup] May 18 23:38:14.093 INFO building project "dmar-report" ok (15 seconds)
34552026-05-18T23:38:15.179Z[ helios-setup] May 18 23:38:14.093 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34562026-05-18T23:38:15.188Z[ helios-setup] May 18 23:38:14.102 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
34572026-05-18T23:38:15.188Z[ helios-setup] May 18 23:38:14.102 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34582026-05-18T23:38:15.191Z[ helios-setup] May 18 23:38:14.102 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34592026-05-18T23:38:15.306Z[ helios-setup] May 18 23:38:14.220 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34602026-05-18T23:38:15.513Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34612026-05-18T23:38:15.577Z[ helios-setup] May 18 23:38:14.491 INFO E| From https://github.com/jclulow/rust-jmclib
34622026-05-18T23:38:15.577Z[ helios-setup] May 18 23:38:14.491 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34632026-05-18T23:38:15.614Z[ helios-setup] May 18 23:38:14.526 INFO E| Updating crates.io index
34642026-05-18T23:38:15.678Z[ helios-setup] May 18 23:38:14.593 INFO E| Downloading crates ...
34652026-05-18T23:38:15.724Z[ helios-setup] May 18 23:38:14.639 INFO E| Downloaded block-buffer v0.9.0
34662026-05-18T23:38:15.741Z[ helios-setup] May 18 23:38:14.656 INFO E| Downloaded cpufeatures v0.2.9
34672026-05-18T23:38:15.744Z[ helios-setup] May 18 23:38:14.657 INFO E| Downloaded itoa v1.0.9
34682026-05-18T23:38:15.750Z[ helios-setup] May 18 23:38:14.664 INFO E| Downloaded digest v0.9.0
34692026-05-18T23:38:15.755Z[ helios-setup] May 18 23:38:14.669 INFO E| Downloaded fastrand v2.0.0
34702026-05-18T23:38:15.764Z[ helios-setup] May 18 23:38:14.678 INFO E| Downloaded md-5 v0.9.1
34712026-05-18T23:38:15.794Z[ helios-setup] May 18 23:38:14.708 INFO E| Downloaded unicode-width v0.1.10
34722026-05-18T23:38:15.797Z[ helios-setup] May 18 23:38:14.709 INFO E| Downloaded glob v0.3.1
34732026-05-18T23:38:15.826Z[ helios-setup] May 18 23:38:14.741 INFO E| Downloaded anyhow v1.0.72
34742026-05-18T23:38:15.829Z[ helios-setup] May 18 23:38:14.744 INFO E| Downloaded walkdir v2.3.3
34752026-05-18T23:38:15.832Z[ helios-setup] May 18 23:38:14.745 INFO E| Downloaded ryu v1.0.15
34762026-05-18T23:38:15.832Z[ helios-setup] May 18 23:38:14.747 INFO E| Downloaded proc-macro2 v1.0.66
34772026-05-18T23:38:15.836Z[ helios-setup] May 18 23:38:14.748 INFO E| Downloaded getrandom v0.2.10
34782026-05-18T23:38:15.839Z[ helios-setup] May 18 23:38:14.750 INFO E| Downloaded uuid v0.8.2
34792026-05-18T23:38:15.840Z[ helios-setup] May 18 23:38:14.752 INFO E| Downloaded bitflags v2.3.3
34802026-05-18T23:38:15.840Z[ helios-setup] May 18 23:38:14.754 INFO E| Downloaded once_cell v1.18.0
34812026-05-18T23:38:15.842Z[ helios-setup] May 18 23:38:14.755 INFO E| Downloaded unicode-ident v1.0.11
34822026-05-18T23:38:15.842Z[ helios-setup] May 18 23:38:14.757 INFO E| Downloaded typenum v1.16.0
34832026-05-18T23:38:15.846Z[ helios-setup] May 18 23:38:14.758 INFO E| Downloaded tempfile v3.7.0
34842026-05-18T23:38:15.846Z[ helios-setup] May 18 23:38:14.759 INFO E| Downloaded toml v0.5.11
34852026-05-18T23:38:15.848Z[ helios-setup] May 18 23:38:14.761 INFO E| Downloaded serde v1.0.193
34862026-05-18T23:38:15.848Z[ helios-setup] May 18 23:38:14.763 INFO E| Downloaded serde_derive v1.0.193
34872026-05-18T23:38:15.851Z[ helios-setup] May 18 23:38:14.764 INFO E| Downloaded sha-1 v0.9.8
34882026-05-18T23:38:15.851Z[ helios-setup] May 18 23:38:14.765 INFO E| Downloaded quote v1.0.31
34892026-05-18T23:38:15.862Z[ helios-setup] May 18 23:38:14.777 INFO E| Downloaded opaque-debug v0.3.0
34902026-05-18T23:38:15.865Z[ helios-setup] May 18 23:38:14.777 INFO E| Downloaded libdevinfo-sys v1.0.0
34912026-05-18T23:38:15.865Z[ helios-setup] May 18 23:38:14.778 INFO E| Downloaded errno v0.3.1
34922026-05-18T23:38:15.941Z[ helios-setup] May 18 23:38:14.856 INFO E| Downloaded serde_json v1.0.103
34932026-05-18T23:38:15.946Z[ helios-setup] May 18 23:38:14.861 INFO E| Downloaded syn v2.0.32
34942026-05-18T23:38:15.952Z[ helios-setup] May 18 23:38:14.866 INFO E| Downloaded rustix v0.38.4
34952026-05-18T23:38:16.018Z[ helios-setup] May 18 23:38:14.932 INFO E| Downloaded libc v0.2.147
34962026-05-18T23:38:16.079Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling libc v0.2.147
34972026-05-18T23:38:16.080Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling proc-macro2 v1.0.66
34982026-05-18T23:38:16.080Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling unicode-ident v1.0.11
34992026-05-18T23:38:16.083Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling cfg-if v1.0.0
35002026-05-18T23:38:16.083Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling version_check v0.9.4
35012026-05-18T23:38:16.083Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling typenum v1.16.0
35022026-05-18T23:38:16.083Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling serde v1.0.193
35032026-05-18T23:38:16.083Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling rustix v0.38.4
35042026-05-18T23:38:16.083Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling powerfmt v0.2.0
35052026-05-18T23:38:16.083Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling num-conv v0.1.0
35062026-05-18T23:38:16.083Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling itoa v1.0.9
35072026-05-18T23:38:16.083Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling time-core v0.1.2
35082026-05-18T23:38:16.089Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling slog v2.7.0
35092026-05-18T23:38:16.089Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling once_cell v1.18.0
35102026-05-18T23:38:16.089Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling num_threads v0.1.6
35112026-05-18T23:38:16.089Z[ helios-setup] May 18 23:38:14.994 INFO E| Compiling bitflags v2.3.3
35122026-05-18T23:38:16.281Z[ host-package] Compiling progenitor v0.11.2
35132026-05-18T23:38:16.283Z[ helios-setup] May 18 23:38:15.197 INFO E| Compiling opaque-debug v0.3.0
35142026-05-18T23:38:16.364Z[ helios-setup] May 18 23:38:15.278 INFO E| Compiling deranged v0.3.11
35152026-05-18T23:38:16.372Z[ helios-setup] May 18 23:38:15.286 INFO E| Compiling serde_json v1.0.103
35162026-05-18T23:38:16.420Z[ helios-setup] May 18 23:38:15.334 INFO E| Compiling fastrand v2.0.0
35172026-05-18T23:38:16.439Z[ helios-setup] May 18 23:38:15.353 INFO E| Compiling time-macros v0.2.18
35182026-05-18T23:38:16.480Z[ helios-setup] May 18 23:38:15.392 INFO E| Compiling anyhow v1.0.72
35192026-05-18T23:38:16.605Z[ helios-setup] May 18 23:38:15.520 INFO E| Compiling generic-array v0.14.7
35202026-05-18T23:38:16.623Z[ helios-setup] May 18 23:38:15.537 INFO E| Compiling thread_local v1.1.7
35212026-05-18T23:38:16.683Z[ helios-setup] May 18 23:38:15.597 INFO E| Compiling unicode-width v0.1.10
35222026-05-18T23:38:16.792Z[ helios-setup] May 18 23:38:15.706 INFO E| Compiling same-file v1.0.6
35232026-05-18T23:38:16.815Z[ helios-setup] May 18 23:38:15.730 INFO E| Compiling cpufeatures v0.2.9
35242026-05-18T23:38:16.854Z[ helios-setup] May 18 23:38:15.766 INFO E| Compiling ryu v1.0.15
35252026-05-18T23:38:16.900Z[ helios-setup] May 18 23:38:15.814 INFO E| Compiling getopts v0.2.21
35262026-05-18T23:38:16.919Z[ helios-setup] May 18 23:38:15.833 INFO E| Compiling libdevinfo-sys v1.0.0
35272026-05-18T23:38:17.021Z[ host-package] Compiling progenitor v0.10.0
35282026-05-18T23:38:17.135Z[ helios-setup] May 18 23:38:16.050 INFO E| Compiling walkdir v2.3.3
35292026-05-18T23:38:17.165Z[ helios-setup] May 18 23:38:16.079 INFO E| Compiling glob v0.3.1
35302026-05-18T23:38:17.334Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35312026-05-18T23:38:17.404Z[ helios-setup] May 18 23:38:16.318 INFO E| Compiling quote v1.0.31
35322026-05-18T23:38:17.690Z[ helios-setup] May 18 23:38:16.604 INFO E| Compiling dirs-sys-next v0.1.2
35332026-05-18T23:38:17.715Z[ helios-setup] May 18 23:38:16.629 INFO E| Compiling errno v0.3.1
35342026-05-18T23:38:17.742Z[ helios-setup] May 18 23:38:16.657 INFO E| Compiling atty v0.2.14
35352026-05-18T23:38:17.767Z[ helios-setup] May 18 23:38:16.681 INFO E| Compiling getrandom v0.2.10
35362026-05-18T23:38:17.925Z[ helios-setup] May 18 23:38:16.840 INFO E| Compiling syn v2.0.32
35372026-05-18T23:38:17.975Z[ helios-setup] May 18 23:38:16.889 INFO E| Compiling dirs-next v2.0.0
35382026-05-18T23:38:18.054Z[ helios-setup] May 18 23:38:16.969 INFO E| Compiling term v0.7.0
35392026-05-18T23:38:18.426Z[ helios-setup] May 18 23:38:17.340 INFO E| Compiling time v0.3.36
35402026-05-18T23:38:18.553Z[ helios-setup] May 18 23:38:17.468 INFO E| Compiling tempfile v3.7.0
35412026-05-18T23:38:18.793Z[ helios-setup] May 18 23:38:17.706 INFO E| Compiling digest v0.9.0
35422026-05-18T23:38:18.793Z[ helios-setup] May 18 23:38:17.706 INFO E| Compiling block-buffer v0.9.0
35432026-05-18T23:38:18.931Z[ helios-setup] May 18 23:38:17.845 INFO E| Compiling sha-1 v0.9.8
35442026-05-18T23:38:18.931Z[ helios-setup] May 18 23:38:17.845 INFO E| Compiling md-5 v0.9.1
35452026-05-18T23:38:19.301Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35462026-05-18T23:38:19.464Z[ helios-setup] May 18 23:38:18.379 INFO E| Compiling slog-term v2.9.0
35472026-05-18T23:38:20.350Z[ helios-setup] May 18 23:38:19.263 INFO E| Compiling serde_derive v1.0.193
35482026-05-18T23:38:20.891Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35492026-05-18T23:38:21.966Z[ host-package] Compiling primeorder v0.13.6
35502026-05-18T23:38:22.061Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35512026-05-18T23:38:22.306Z[ host-package] Compiling instability v0.3.11
35522026-05-18T23:38:22.399Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35532026-05-18T23:38:22.662Z[ host-package] Compiling p384 v0.13.1
35542026-05-18T23:38:22.760Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35552026-05-18T23:38:23.896Z[ host-package] Compiling darling v0.23.0
35562026-05-18T23:38:24.004Z[ host-package] Compiling slog-stdlog v4.1.1
35572026-05-18T23:38:24.262Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35582026-05-18T23:38:24.511Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35592026-05-18T23:38:24.586Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
35602026-05-18T23:38:24.635Z[ host-package] Compiling ignore v0.4.25
35612026-05-18T23:38:24.668Z[ helios-setup] May 18 23:38:23.578 INFO E| Compiling toml v0.5.11
35622026-05-18T23:38:24.668Z[ helios-setup] May 18 23:38:23.578 INFO E| Compiling uuid v0.8.2
35632026-05-18T23:38:24.921Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35642026-05-18T23:38:25.069Z[ host-package] Compiling castaway v0.2.4
35652026-05-18T23:38:25.367Z[ host-package] Compiling atty v0.2.14
35662026-05-18T23:38:25.419Z[ helios-setup] May 18 23:38:24.333 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35672026-05-18T23:38:25.549Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35682026-05-18T23:38:25.597Z[ host-package] Compiling http-range v0.1.5
35692026-05-18T23:38:25.849Z[ host-package] Compiling indoc v2.0.7
35702026-05-18T23:38:26.014Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35712026-05-18T23:38:26.100Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35722026-05-18T23:38:26.296Z[ helios-setup] May 18 23:38:25.210 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35732026-05-18T23:38:26.340Z[ host-package] Compiling globwalk v0.9.1
35742026-05-18T23:38:26.504Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35752026-05-18T23:38:26.547Z[ host-package] Compiling compact_str v0.8.1
35762026-05-18T23:38:27.169Z[ host-package] Compiling parking_lot v0.11.2
35772026-05-18T23:38:27.227Z[ host-package] Compiling slog-envlogger v2.2.0
35782026-05-18T23:38:27.725Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35792026-05-18T23:38:28.109Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35802026-05-18T23:38:28.904Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
35812026-05-18T23:38:29.201Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35822026-05-18T23:38:29.939Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35832026-05-18T23:38:30.183Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35842026-05-18T23:38:30.469Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35852026-05-18T23:38:30.548Z[ helios-setup] May 18 23:38:29.462 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.34s
35862026-05-18T23:38:30.576Z[ helios-setup] May 18 23:38:29.490 INFO building project "image-builder" ok (15 seconds)
35872026-05-18T23:38:30.576Z[ helios-setup] May 18 23:38:29.490 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35882026-05-18T23:38:30.585Z[ helios-setup] May 18 23:38:29.499 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
35892026-05-18T23:38:30.585Z[ helios-setup] May 18 23:38:29.499 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35902026-05-18T23:38:30.585Z[ helios-setup] May 18 23:38:29.499 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35912026-05-18T23:38:30.588Z[ host-package] Compiling predicates-tree v1.0.13
35922026-05-18T23:38:30.627Z[ host-package] Compiling unicode-truncate v1.1.0
35932026-05-18T23:38:30.778Z[ helios-setup] May 18 23:38:29.692 INFO E| Downloading crates ...
35942026-05-18T23:38:30.841Z[ helios-setup] May 18 23:38:29.755 INFO E| Downloaded miniz_oxide v0.8.8
35952026-05-18T23:38:30.844Z[ helios-setup] May 18 23:38:29.757 INFO E| Downloaded adler2 v2.0.0
35962026-05-18T23:38:30.847Z[ host-package] Compiling lru v0.12.5
35972026-05-18T23:38:30.884Z[ helios-setup] May 18 23:38:29.799 INFO E| Compiling adler2 v2.0.0
35982026-05-18T23:38:30.977Z[ helios-setup] May 18 23:38:29.891 INFO E| Compiling miniz_oxide v0.8.8
35992026-05-18T23:38:31.107Z[ host-package] Compiling rand_seeder v0.4.0
36002026-05-18T23:38:31.139Z[ host-package] Compiling prefix-trie v0.7.0
36012026-05-18T23:38:31.139Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36022026-05-18T23:38:31.203Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36032026-05-18T23:38:31.381Z[ host-package] Compiling vergen-git2 v1.0.7
36042026-05-18T23:38:31.569Z[ host-package] Compiling cassowary v0.3.0
36052026-05-18T23:38:31.705Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
36062026-05-18T23:38:31.782Z[ host-package] Compiling corncobs v0.1.4
36072026-05-18T23:38:31.832Z[ host-package] Compiling hickory-server v0.25.2
36082026-05-18T23:38:31.917Z[ host-package] Compiling ratatui v0.29.0
36092026-05-18T23:38:31.949Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36102026-05-18T23:38:32.017Z[ helios-setup] May 18 23:38:30.930 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36112026-05-18T23:38:32.035Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36122026-05-18T23:38:32.063Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36132026-05-18T23:38:32.169Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36142026-05-18T23:38:32.509Z[ helios-setup] May 18 23:38:31.423 INFO E| Finished `release` profile [optimized] target(s) in 1.91s
36152026-05-18T23:38:32.518Z[ helios-setup] May 18 23:38:31.433 INFO building project "pinprick" ok (1 seconds)
36162026-05-18T23:38:32.518Z[ helios-setup] May 18 23:38:31.433 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36172026-05-18T23:38:32.521Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36182026-05-18T23:38:32.528Z[ helios-setup] May 18 23:38:31.442 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
36192026-05-18T23:38:32.528Z[ helios-setup] May 18 23:38:31.442 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36202026-05-18T23:38:32.528Z[ helios-setup] May 18 23:38:31.442 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36212026-05-18T23:38:32.639Z[ helios-setup] May 18 23:38:31.553 INFO E| Downloading crates ...
36222026-05-18T23:38:32.689Z[ helios-setup] May 18 23:38:31.603 INFO E| Downloaded typenum v1.15.0
36232026-05-18T23:38:32.692Z[ helios-setup] May 18 23:38:31.607 INFO E| Downloaded cpufeatures v0.2.5
36242026-05-18T23:38:32.695Z[ helios-setup] May 18 23:38:31.608 INFO E| Downloaded digest v0.10.3
36252026-05-18T23:38:32.700Z[ helios-setup] May 18 23:38:31.614 INFO E| Downloaded generic-array v0.14.6
36262026-05-18T23:38:32.703Z[ helios-setup] May 18 23:38:31.615 INFO E| Downloaded miniz_oxide v0.6.2
36272026-05-18T23:38:32.703Z[ helios-setup] May 18 23:38:31.617 INFO E| Downloaded block-buffer v0.10.3
36282026-05-18T23:38:32.706Z[ helios-setup] May 18 23:38:31.617 INFO E| Downloaded bytes v1.2.1
36292026-05-18T23:38:32.709Z[ helios-setup] May 18 23:38:31.623 INFO E| Downloaded sha2 v0.10.5
36302026-05-18T23:38:32.712Z[ helios-setup] May 18 23:38:31.627 INFO E| Downloaded anyhow v1.0.62
36312026-05-18T23:38:32.715Z[ helios-setup] May 18 23:38:31.630 INFO E| Downloaded flate2 v1.0.25
36322026-05-18T23:38:32.762Z[ helios-setup] May 18 23:38:31.676 INFO E| Compiling typenum v1.15.0
36332026-05-18T23:38:32.762Z[ helios-setup] May 18 23:38:31.676 INFO E| Compiling version_check v0.9.4
36342026-05-18T23:38:32.762Z[ helios-setup] May 18 23:38:31.676 INFO E| Compiling crc32fast v1.3.2
36352026-05-18T23:38:32.765Z[ helios-setup] May 18 23:38:31.676 INFO E| Compiling cfg-if v1.0.0
36362026-05-18T23:38:32.765Z[ helios-setup] May 18 23:38:31.676 INFO E| Compiling adler v1.0.2
36372026-05-18T23:38:32.765Z[ helios-setup] May 18 23:38:31.676 INFO E| Compiling anyhow v1.0.62
36382026-05-18T23:38:32.765Z[ helios-setup] May 18 23:38:31.676 INFO E| Compiling unicode-width v0.1.10
36392026-05-18T23:38:32.765Z[ helios-setup] May 18 23:38:31.676 INFO E| Compiling cpufeatures v0.2.5
36402026-05-18T23:38:32.765Z[ helios-setup] May 18 23:38:31.676 INFO E| Compiling bitflags v1.3.2
36412026-05-18T23:38:32.765Z[ helios-setup] May 18 23:38:31.676 INFO E| Compiling bytes v1.2.1
36422026-05-18T23:38:32.908Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36432026-05-18T23:38:33.002Z[ host-package] Compiling hyper-staticfile v0.10.1
36442026-05-18T23:38:33.128Z[ helios-setup] May 18 23:38:32.042 INFO E| Compiling getopts v0.2.21
36452026-05-18T23:38:33.304Z[ helios-setup] May 18 23:38:32.218 INFO E| Compiling miniz_oxide v0.6.2
36462026-05-18T23:38:33.358Z[ host-package] Compiling sled v0.34.7
36472026-05-18T23:38:33.614Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36482026-05-18T23:38:33.859Z[ helios-setup] May 18 23:38:32.774 INFO E| Compiling flate2 v1.0.25
36492026-05-18T23:38:33.935Z[ helios-setup] May 18 23:38:32.850 INFO E| Compiling generic-array v0.14.6
36502026-05-18T23:38:34.461Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36512026-05-18T23:38:34.735Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36522026-05-18T23:38:34.918Z[ helios-setup] May 18 23:38:33.832 INFO E| Compiling block-buffer v0.10.3
36532026-05-18T23:38:34.918Z[ helios-setup] May 18 23:38:33.832 INFO E| Compiling crypto-common v0.1.6
36542026-05-18T23:38:35.061Z[ helios-setup] May 18 23:38:33.975 INFO E| Compiling digest v0.10.3
36552026-05-18T23:38:35.286Z[ helios-setup] May 18 23:38:34.200 INFO E| Compiling sha2 v0.10.5
36562026-05-18T23:38:35.529Z[ helios-setup] May 18 23:38:34.443 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36572026-05-18T23:38:36.369Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36582026-05-18T23:38:36.538Z[ host-package] Compiling secrecy v0.8.0
36592026-05-18T23:38:36.627Z[ host-package] Compiling rustls v0.21.12
36602026-05-18T23:38:36.860Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36612026-05-18T23:38:37.561Z[ helios-setup] May 18 23:38:36.476 INFO E| Finished `release` profile [optimized] target(s) in 5.02s
36622026-05-18T23:38:37.573Z[ helios-setup] May 18 23:38:36.488 INFO building project "bootserver" ok (5 seconds)
36632026-05-18T23:38:37.576Z[ helios-setup] rm -f helios-build
36642026-05-18T23:38:37.579Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36652026-05-18T23:38:37.582Z[ helios-setup]
36662026-05-18T23:38:37.582Z[ helios-setup] Setup complete! ./helios-build is now available.
36672026-05-18T23:38:37.582Z[ helios-setup]
36682026-05-18T23:38:37.585Z[ helios-setup]
36692026-05-18T23:38:37.585Z[ helios-setup] real 2:26.551042407
36702026-05-18T23:38:37.585Z[ helios-setup] user 6:50.651530073
36712026-05-18T23:38:37.585Z[ helios-setup] sys 1:14.020224149
36722026-05-18T23:38:37.585Z[ helios-setup] trap 0.444703612
36732026-05-18T23:38:37.585Z[ helios-setup] tflt 3.158747780
36742026-05-18T23:38:37.585Z[ helios-setup] dflt 7.379063899
36752026-05-18T23:38:37.585Z[ helios-setup] kflt 0.001229831
36762026-05-18T23:38:37.585Z[ helios-setup] lock 32:13.856456180
36772026-05-18T23:38:37.585Z[ helios-setup] slp 31:19.427563472
36782026-05-18T23:38:37.585Z[ helios-setup] lat 4:28.414022204
36792026-05-18T23:38:37.585Z[ helios-setup] stop 1:15.155247983
36802026-05-18T23:38:37.585ZMay 18 23:38:36.498 INFO [helios-setup] process exited with exit status: 0 (146.554008494s)
36812026-05-18T23:38:37.585ZMay 18 23:38:36.498 INFO [helios-record] running task
36822026-05-18T23:38:37.585ZMay 18 23:38:36.498 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36832026-05-18T23:38:37.588ZMay 18 23:38:36.502 DEBG process exited with exit status: 0 (4.21978ms)
36842026-05-18T23:38:37.588ZMay 18 23:38:36.502 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36852026-05-18T23:38:37.592ZMay 18 23:38:36.507 DEBG process exited with exit status: 0 (4.761361ms)
36862026-05-18T23:38:37.592ZMay 18 23:38:36.507 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36872026-05-18T23:38:37.596ZMay 18 23:38:36.511 DEBG process exited with exit status: 0 (4.11067ms)
36882026-05-18T23:38:37.597ZMay 18 23:38:36.511 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36892026-05-18T23:38:37.600ZMay 18 23:38:36.515 DEBG process exited with exit status: 0 (3.850329ms)
36902026-05-18T23:38:37.600ZMay 18 23:38:36.515 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36912026-05-18T23:38:37.604ZMay 18 23:38:36.518 DEBG process exited with exit status: 0 (3.596058ms)
36922026-05-18T23:38:37.604ZMay 18 23:38:36.518 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36932026-05-18T23:38:37.608ZMay 18 23:38:36.522 DEBG process exited with exit status: 0 (3.548448ms)
36942026-05-18T23:38:37.608ZMay 18 23:38:36.522 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36952026-05-18T23:38:37.611ZMay 18 23:38:36.525 DEBG process exited with exit status: 0 (3.413098ms)
36962026-05-18T23:38:37.611ZMay 18 23:38:36.525 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36972026-05-18T23:38:37.615ZMay 18 23:38:36.530 DEBG process exited with exit status: 0 (4.42802ms)
36982026-05-18T23:38:37.616ZMay 18 23:38:36.530 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36992026-05-18T23:38:37.619ZMay 18 23:38:36.534 DEBG process exited with exit status: 0 (3.940709ms)
37002026-05-18T23:38:37.622ZMay 18 23:38:36.534 INFO [helios-record] task succeeded (36.470714ms)
37012026-05-18T23:38:37.626Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37022026-05-18T23:38:37.824Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37032026-05-18T23:38:38.054Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37042026-05-18T23:38:38.718Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37052026-05-18T23:38:39.221Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37062026-05-18T23:38:39.315Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37072026-05-18T23:38:39.902Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37082026-05-18T23:38:41.202Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37092026-05-18T23:38:41.311Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37102026-05-18T23:38:41.581Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37112026-05-18T23:38:41.824Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37122026-05-18T23:38:42.052Z[ host-package] Compiling rustls-webpki v0.101.7
37132026-05-18T23:38:42.284Z[ host-package] Compiling sct v0.7.1
37142026-05-18T23:38:42.565Z[ host-package] Compiling nix v0.29.0
37152026-05-18T23:38:42.657Z[ host-package] Compiling dropshot v0.16.7
37162026-05-18T23:38:42.902Z[ host-package] Compiling void v1.0.2
37172026-05-18T23:38:43.055Z[ host-package] Compiling lzss v0.8.2
37182026-05-18T23:38:43.077Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37192026-05-18T23:38:43.561Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37202026-05-18T23:38:43.724Z[ host-package] Compiling illumos-nvpair v0.3.0
37212026-05-18T23:38:43.792Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37222026-05-18T23:38:44.496Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-05-18T23:38:44.525Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37242026-05-18T23:38:45.229Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37252026-05-18T23:38:45.485Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37262026-05-18T23:38:45.719Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37272026-05-18T23:38:45.951Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37282026-05-18T23:38:46.074Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37292026-05-18T23:38:46.182Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-05-18T23:38:46.304Z[ host-package] Compiling tungstenite v0.23.0
37312026-05-18T23:38:46.409Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
37322026-05-18T23:38:46.637Z[ host-package] Compiling nix v0.27.1
37332026-05-18T23:38:47.143Z[ host-package] Compiling dropshot_endpoint v0.16.7
37342026-05-18T23:38:47.800Z[ host-package] Compiling serde_bytes v0.11.19
37352026-05-18T23:38:47.874Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37362026-05-18T23:38:48.132Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
37372026-05-18T23:38:48.348Z[ host-package] Compiling git2 v0.20.4
37382026-05-18T23:38:48.670Z[ host-package] Compiling tokio-tungstenite v0.23.1
37392026-05-18T23:38:49.235Z[ host-package] Compiling tokio-rustls v0.24.1
37402026-05-18T23:38:49.530Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37412026-05-18T23:38:51.197Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37422026-05-18T23:38:51.391Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37432026-05-18T23:38:52.303Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37442026-05-18T23:38:53.626Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37452026-05-18T23:38:54.336Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37462026-05-18T23:38:54.574Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37472026-05-18T23:38:54.644Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37482026-05-18T23:38:55.011Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37492026-05-18T23:38:55.369Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37502026-05-18T23:38:55.740Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37512026-05-18T23:38:56.393Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37522026-05-18T23:38:56.683Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37532026-05-18T23:38:56.800Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37542026-05-18T23:38:57.586Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37552026-05-18T23:38:57.780Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37562026-05-18T23:38:57.804Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37572026-05-18T23:38:59.183Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37582026-05-18T23:38:59.207Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37592026-05-18T23:38:59.992Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37602026-05-18T23:39:00.659Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37612026-05-18T23:39:00.994Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37622026-05-18T23:39:01.227Z[ host-package] Compiling rustls-pemfile v1.0.4
37632026-05-18T23:39:01.346Z[ host-package] Compiling signal-hook-tokio v0.3.1
37642026-05-18T23:39:01.427Z[ host-package] Compiling twox-hash v2.1.2
37652026-05-18T23:39:01.474Z[ host-package] Compiling yasna v0.5.2
37662026-05-18T23:39:01.530Z[ host-package] Compiling is_ci v1.2.0
37672026-05-18T23:39:01.660Z[ host-package] Compiling supports-color v3.0.2
37682026-05-18T23:39:01.748Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37692026-05-18T23:39:02.008Z[ host-package] Compiling rcgen v0.12.1
37702026-05-18T23:39:03.441Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37712026-05-18T23:39:03.944Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37722026-05-18T23:39:04.110Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37732026-05-18T23:39:04.641Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37742026-05-18T23:39:04.744Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37752026-05-18T23:39:05.640Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37762026-05-18T23:39:06.405Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37772026-05-18T23:39:06.671Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37782026-05-18T23:39:09.042Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37792026-05-18T23:39:09.269Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37802026-05-18T23:39:09.447Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37812026-05-18T23:39:09.595Z[ host-package] Compiling fatfs v0.3.6
37822026-05-18T23:39:09.656Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37832026-05-18T23:39:09.693Z[ host-package] Compiling rtoolbox v0.0.3
37842026-05-18T23:39:09.954Z[ host-package] Compiling subprocess v0.2.15
37852026-05-18T23:39:09.980Z[ host-package] Compiling seq-macro v0.3.6
37862026-05-18T23:39:10.411Z[ host-package] Compiling assert_matches v1.5.0
37872026-05-18T23:39:10.524Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37882026-05-18T23:39:10.546Z[ host-package] Compiling rpassword v7.4.0
37892026-05-18T23:39:10.853Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37902026-05-18T23:39:10.882Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37912026-05-18T23:39:11.020Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37922026-05-18T23:39:12.136Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37932026-05-18T23:39:12.885Z[ host-package] Compiling tui-tree-widget v0.23.1
37942026-05-18T23:39:13.185Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37952026-05-18T23:39:13.351Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37962026-05-18T23:39:13.493Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37972026-05-18T23:39:13.888Z[ host-package] Compiling uzers v0.12.2
37982026-05-18T23:39:14.133Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37992026-05-18T23:39:15.350Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38002026-05-18T23:39:16.100Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38012026-05-18T23:39:16.389Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38022026-05-18T23:39:18.007Z[ host-package] Compiling support-bundle-viewer v0.1.2
38032026-05-18T23:39:21.112Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38042026-05-18T23:39:23.331Z[ host-package] Compiling multimap v0.10.1
38052026-05-18T23:39:25.614Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38062026-05-18T23:39:42.349Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38072026-05-18T23:39:44.708Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38082026-05-18T23:44:51.747Z[ host-package] Finished `release` profile [optimized] target(s) in 7m 46s
38092026-05-18T23:45:34.875ZMay 18 23:45:33.788 INFO [host-package] process exited with exit status: 0 (509.99090416s)
38102026-05-18T23:45:34.875ZMay 18 23:45:33.788 INFO [host-stamp] running task
38112026-05-18T23:45:34.878ZMay 18 23:45:33.788 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38122026-05-18T23:45:34.878ZMay 18 23:45:33.788 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 20.0.0-0.ci+git34caf603aba
38132026-05-18T23:45:34.878ZMay 18 23:45:33.789 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 20.0.0-0.ci+git34caf603aba
38142026-05-18T23:45:34.878ZMay 18 23:45:33.789 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 20.0.0-0.ci+git34caf603aba
38152026-05-18T23:45:34.878ZMay 18 23:45:33.789 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 20.0.0-0.ci+git34caf603aba
38162026-05-18T23:45:34.878ZMay 18 23:45:33.790 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 20.0.0-0.ci+git34caf603aba
38172026-05-18T23:45:34.878ZMay 18 23:45:33.790 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 20.0.0-0.ci+git34caf603aba
38182026-05-18T23:45:34.878ZMay 18 23:45:33.790 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 20.0.0-0.ci+git34caf603aba
38192026-05-18T23:45:34.878ZMay 18 23:45:33.790 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 20.0.0-0.ci+git34caf603aba
38202026-05-18T23:45:34.889Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38212026-05-18T23:45:34.889Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38222026-05-18T23:45:34.889Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38232026-05-18T23:45:34.889Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38242026-05-18T23:45:34.889Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38252026-05-18T23:45:34.893Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38262026-05-18T23:45:34.893Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38272026-05-18T23:45:34.893Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38282026-05-18T23:45:34.893Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38292026-05-18T23:45:34.893Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38302026-05-18T23:45:34.896ZMay 18 23:45:33.809 INFO [stamp-overlay] process exited with exit status: 0 (20.307536ms)
38312026-05-18T23:45:34.902Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38322026-05-18T23:45:34.905ZMay 18 23:45:33.819 INFO [stamp-oxlog] process exited with exit status: 0 (28.800436ms)
38332026-05-18T23:45:34.929Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38342026-05-18T23:45:34.932ZMay 18 23:45:33.846 INFO [stamp-crucible-utils] process exited with exit status: 0 (55.495127ms)
38352026-05-18T23:45:34.946Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38362026-05-18T23:45:34.949ZMay 18 23:45:33.863 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (73.061947ms)
38372026-05-18T23:45:35.075Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38382026-05-18T23:45:35.079ZMay 18 23:45:33.992 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (201.977925ms)
38392026-05-18T23:45:35.269Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38402026-05-18T23:45:35.273ZMay 18 23:45:34.187 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (397.422495ms)
38412026-05-18T23:45:35.488Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38422026-05-18T23:45:35.492ZMay 18 23:45:34.406 INFO [stamp-propolis-server] process exited with exit status: 0 (617.151801ms)
38432026-05-18T23:45:35.903Z[recovery-package] Compiling newtype-uuid v1.3.2
38442026-05-18T23:45:36.144Z[recovery-package] Compiling daft v0.1.5
38452026-05-18T23:45:36.355Z[recovery-package] Compiling iddqd v0.3.18
38462026-05-18T23:45:37.223Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38472026-05-18T23:45:37.487Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38482026-05-18T23:45:37.487Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38492026-05-18T23:45:37.492Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38502026-05-18T23:45:37.492Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38512026-05-18T23:45:37.492Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38522026-05-18T23:45:37.492Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38532026-05-18T23:45:37.492Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38542026-05-18T23:45:37.492Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38552026-05-18T23:45:37.596Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38562026-05-18T23:45:37.804Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38572026-05-18T23:45:37.867Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38582026-05-18T23:45:37.982Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38592026-05-18T23:45:40.342Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38602026-05-18T23:45:40.347ZMay 18 23:45:39.258 INFO [stamp-switch-asic] process exited with exit status: 0 (5.468504853s)
38612026-05-18T23:45:40.347ZMay 18 23:45:39.258 INFO [host-stamp] task succeeded (5.469719046s)
38622026-05-18T23:45:40.347ZMay 18 23:45:39.258 INFO [host-proto] running task
38632026-05-18T23:45:40.789ZMay 18 23:45:39.695 INFO [host-proto] task succeeded (436.776256ms)
38642026-05-18T23:45:40.789ZMay 18 23:45:39.695 INFO [host-profile] running task
38652026-05-18T23:45:40.794ZMay 18 23:45:39.695 INFO [host-profile] task succeeded (265.481µs)
38662026-05-18T23:45:40.795ZMay 18 23:45:39.695 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.40.479' -P /tmp/.tmphiA1vH/proto/host/root -N 'ci 34caf60/${os_short_commit} 2026-05-18 23:36' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38672026-05-18T23:45:40.795Z[ host-image] May 18 23:45:39.701 INFO Checking files for board 'gimlet'
38682026-05-18T23:45:40.795Z[ host-image] May 18 23:45:39.701 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38692026-05-18T23:45:40.795Z[ host-image] May 18 23:45:39.701 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38702026-05-18T23:45:40.795Z[ host-image] May 18 23:45:39.701 INFO Checking files for board 'cosmo-mbist'
38712026-05-18T23:45:40.795Z[ host-image] May 18 23:45:39.701 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38722026-05-18T23:45:40.795Z[ host-image] May 18 23:45:39.701 INFO Checking files for board 'cosmo'
38732026-05-18T23:45:40.795Z[ host-image] May 18 23:45:39.701 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38742026-05-18T23:45:40.795Z[ host-image] May 18 23:45:39.701 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38752026-05-18T23:45:40.795Z[ host-image] May 18 23:45:39.702 INFO Checking files for board 'cosmo-mbist-noaggr'
38762026-05-18T23:45:40.795Z[ host-image] May 18 23:45:39.702 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38772026-05-18T23:45:40.803Z[ host-image] May 18 23:45:39.710 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmphiA1vH/proto/host/root"
38782026-05-18T23:45:40.803Z[ host-image] May 18 23:45:39.710 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38792026-05-18T23:45:40.803Z[ host-image] May 18 23:45:39.710 INFO image builder template: ramdisk-01-os...
38802026-05-18T23:45:40.803Z[ host-image] May 18 23:45:39.710 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/.tmphiA1vH/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@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38812026-05-18T23:45:40.816Z[ host-image] May 18 23:45:39.724 INFO O| May 18 23:45:39.723 INFO CREATE DATASET: rpool/images/build/host/output
38822026-05-18T23:45:42.038Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38832026-05-18T23:45:42.038Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38842026-05-18T23:45:42.041Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38852026-05-18T23:45:42.041Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38862026-05-18T23:45:42.041Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38872026-05-18T23:45:43.351Z[ host-image] May 18 23:45:42.265 INFO O| May 18 23:45:42.265 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38882026-05-18T23:45:43.354Z[ host-image] May 18 23:45:42.268 INFO O| May 18 23:45:42.268 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38892026-05-18T23:45:43.563Z[ host-image] May 18 23:45:42.476 INFO O| May 18 23:45:42.476 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38902026-05-18T23:45:43.627Z[ host-image] May 18 23:45:42.541 INFO O| May 18 23:45:42.540 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38912026-05-18T23:45:43.627Z[ host-image] May 18 23:45:42.541 INFO O| May 18 23:45:42.541 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38922026-05-18T23:45:43.630Z[ host-image] May 18 23:45:42.541 INFO O| May 18 23:45:42.541 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38932026-05-18T23:45:43.630Z[ host-image] May 18 23:45:42.541 INFO O| May 18 23:45:42.541 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38942026-05-18T23:45:43.633Z[ host-image] May 18 23:45:42.545 INFO O| May 18 23:45:42.545 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38952026-05-18T23:45:43.867Z[ host-image] May 18 23:45:42.780 INFO O| May 18 23:45:42.780 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38962026-05-18T23:45:43.874Z[ host-image] May 18 23:45:42.787 INFO O| May 18 23:45:42.787 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38972026-05-18T23:45:44.141Z[ host-image] May 18 23:45:43.054 INFO O| May 18 23:45:43.054 INFO O| Caching catalogs ... Done
38982026-05-18T23:45:44.208Z[ host-image] May 18 23:45:43.121 INFO O| May 18 23:45:43.121 INFO STEP 0 (pkg_image_create) COMPLETE
38992026-05-18T23:45:44.208Z[ host-image] May 18 23:45:43.121 INFO O| May 18 23:45:43.121 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39002026-05-18T23:45:44.214Z[ host-image] May 18 23:45:43.128 INFO O| May 18 23:45:43.128 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"]
39012026-05-18T23:45:44.468Z[ host-image] May 18 23:45:43.382 INFO O| May 18 23:45:43.382 INFO STEP 1 (pkg_set_publisher) COMPLETE
39022026-05-18T23:45:44.469Z[ host-image] May 18 23:45:43.382 INFO O| May 18 23:45:43.382 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39032026-05-18T23:45:44.472Z[ host-image] May 18 23:45:43.382 INFO O| May 18 23:45:43.382 INFO skip step because feature "publisher_1_name" is not enabled
39042026-05-18T23:45:44.472Z[ host-image] May 18 23:45:43.382 INFO O| May 18 23:45:43.382 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39052026-05-18T23:45:44.472Z[ host-image] May 18 23:45:43.382 INFO O| May 18 23:45:43.382 INFO skip step because feature "publisher_2_name" is not enabled
39062026-05-18T23:45:44.472Z[ host-image] May 18 23:45:43.382 INFO O| May 18 23:45:43.382 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-05-18T23:45:44.472Z[ host-image] May 18 23:45:43.382 INFO O| May 18 23:45:43.382 INFO skip step because feature "publisher_3_name" is not enabled
39082026-05-18T23:45:44.472Z[ host-image] May 18 23:45:43.382 INFO O| May 18 23:45:43.382 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39092026-05-18T23:45:44.727Z[ host-image] May 18 23:45:43.639 INFO O| May 18 23:45:43.639 INFO variant opensolaris.zone is already global
39102026-05-18T23:45:44.727Z[ host-image] May 18 23:45:43.639 INFO O| May 18 23:45:43.639 INFO STEP 5 (pkg_change_variant) COMPLETE
39112026-05-18T23:45:44.730Z[ host-image] May 18 23:45:43.639 INFO O| May 18 23:45:43.639 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-05-18T23:45:44.984Z[ host-image] May 18 23:45:43.897 INFO O| May 18 23:45:43.897 INFO variant opensolaris.imagetype is full; changing to partial
39132026-05-18T23:45:44.984Z[ host-image] May 18 23:45:43.897 INFO O| May 18 23:45:43.897 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39142026-05-18T23:45:45.426Z[ host-image] May 18 23:45:44.339 INFO O| May 18 23:45:44.339 INFO O| Startup: Refreshing catalog 'helios' ... Done
39152026-05-18T23:45:45.477Z[ host-image] May 18 23:45:44.390 INFO O| May 18 23:45:44.390 INFO O| Startup: Caching catalogs ... Done
39162026-05-18T23:45:45.480Z[ host-image] May 18 23:45:44.393 INFO O| May 18 23:45:44.393 INFO O| Planning: Planning completed in 0.00 seconds
39172026-05-18T23:45:45.480Z[ host-image] May 18 23:45:44.393 INFO O| May 18 23:45:44.393 INFO O| Planning: Consolidating action changes ... Done
39182026-05-18T23:45:45.480Z[ host-image] May 18 23:45:44.393 INFO O| May 18 23:45:44.393 INFO O| Planning: Evaluating mediators ... Done
39192026-05-18T23:45:45.482Z[ host-image] May 18 23:45:44.393 INFO O| May 18 23:45:44.393 INFO O| Planning: Planning completed in 0.00 seconds
39202026-05-18T23:45:45.482Z[ host-image] May 18 23:45:44.393 INFO O| May 18 23:45:44.393 INFO O| Variants/Facets to change: 1
39212026-05-18T23:45:45.488Z[ host-image] May 18 23:45:44.402 INFO O| May 18 23:45:44.402 INFO O| Finalize: Updating package state database ... Done
39222026-05-18T23:45:45.491Z[ host-image] May 18 23:45:44.402 INFO O| May 18 23:45:44.402 INFO O| Finalize: Updating package cache ... Done
39232026-05-18T23:45:45.497Z[ host-image] May 18 23:45:44.411 INFO O| May 18 23:45:44.411 INFO O| Finalize: Updating image state ... Done
39242026-05-18T23:45:45.500Z[ host-image] May 18 23:45:44.412 INFO O| May 18 23:45:44.412 INFO O| Finalize: Creating fast lookup database ... Done
39252026-05-18T23:45:45.500Z[ host-image] May 18 23:45:44.413 INFO O| May 18 23:45:44.413 INFO O| Finalize: Reading search index ... Done
39262026-05-18T23:45:45.500Z[ host-image] May 18 23:45:44.413 INFO O| May 18 23:45:44.413 INFO O| Finalize: Updating search index ... Done
39272026-05-18T23:45:45.502Z[ host-image] May 18 23:45:44.414 INFO O| May 18 23:45:44.414 INFO O| Finalize: Updating package cache ... Done
39282026-05-18T23:45:45.563Z[ host-image] May 18 23:45:44.477 INFO O| May 18 23:45:44.476 INFO STEP 6 (pkg_change_variant) COMPLETE
39292026-05-18T23:45:45.563Z[ host-image] May 18 23:45:44.477 INFO O| May 18 23:45:44.477 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39302026-05-18T23:45:45.563Z[ host-image] May 18 23:45:44.477 INFO O| May 18 23:45:44.477 INFO skip step because feature "debug_variant" is not enabled
39312026-05-18T23:45:45.566Z[ host-image] May 18 23:45:44.477 INFO O| May 18 23:45:44.477 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39322026-05-18T23:45:45.809Z[ host-image] May 18 23:45:44.719 INFO O| May 18 23:45:44.718 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39332026-05-18T23:45:46.216Z[ host-image] May 18 23:45:45.128 INFO O| May 18 23:45:45.128 INFO O| Startup: Refreshing catalog 'helios' ... Done
39342026-05-18T23:45:46.266Z[ host-image] May 18 23:45:45.177 INFO O| May 18 23:45:45.177 INFO O| Startup: Caching catalogs ... Done
39352026-05-18T23:45:46.271Z[ host-image] May 18 23:45:45.180 INFO O| May 18 23:45:45.180 INFO O| Planning: Planning completed in 0.00 seconds
39362026-05-18T23:45:46.271Z[ host-image] May 18 23:45:45.180 INFO O| May 18 23:45:45.180 INFO O| Planning: Consolidating action changes ... Done
39372026-05-18T23:45:46.271Z[ host-image] May 18 23:45:45.180 INFO O| May 18 23:45:45.180 INFO O| Planning: Evaluating mediators ... Done
39382026-05-18T23:45:46.271Z[ host-image] May 18 23:45:45.181 INFO O| May 18 23:45:45.181 INFO O| Planning: Planning completed in 0.00 seconds
39392026-05-18T23:45:46.271Z[ host-image] May 18 23:45:45.181 INFO O| May 18 23:45:45.181 INFO O| Variants/Facets to change: 1
39402026-05-18T23:45:46.280Z[ host-image] May 18 23:45:45.189 INFO O| May 18 23:45:45.189 INFO O| Finalize: Updating package state database ... Done
39412026-05-18T23:45:46.280Z[ host-image] May 18 23:45:45.189 INFO O| May 18 23:45:45.189 INFO O| Finalize: Updating package cache ... Done
39422026-05-18T23:45:46.288Z[ host-image] May 18 23:45:45.198 INFO O| May 18 23:45:45.198 INFO O| Finalize: Updating image state ... Done
39432026-05-18T23:45:46.291Z[ host-image] May 18 23:45:45.199 INFO O| May 18 23:45:45.199 INFO O| Finalize: Creating fast lookup database ... Done
39442026-05-18T23:45:46.291Z[ host-image] May 18 23:45:45.200 INFO O| May 18 23:45:45.200 INFO O| Finalize: Reading search index ... Done
39452026-05-18T23:45:46.291Z[ host-image] May 18 23:45:45.200 INFO O| May 18 23:45:45.200 INFO O| Finalize: Updating search index ... Done
39462026-05-18T23:45:46.291Z[ host-image] May 18 23:45:45.200 INFO O| May 18 23:45:45.200 INFO O| Finalize: Updating package cache ... Done
39472026-05-18T23:45:46.346Z[ host-image] May 18 23:45:45.258 INFO O| May 18 23:45:45.258 INFO STEP 8 (pkg_change_facet) COMPLETE
39482026-05-18T23:45:46.346Z[ host-image] May 18 23:45:45.258 INFO O| May 18 23:45:45.258 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-05-18T23:45:46.351Z[ host-image] May 18 23:45:45.258 INFO O| May 18 23:45:45.258 INFO skip step because feature "recovery" is not enabled
39502026-05-18T23:45:46.351Z[ host-image] May 18 23:45:45.258 INFO O| May 18 23:45:45.258 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39512026-05-18T23:45:46.351Z[ host-image] May 18 23:45:45.258 INFO O| May 18 23:45:45.258 INFO skip step because feature "recovery" is not enabled
39522026-05-18T23:45:46.351Z[ host-image] May 18 23:45:45.258 INFO O| May 18 23:45:45.258 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-05-18T23:45:46.355Z[ host-image] May 18 23:45:45.266 INFO O| May 18 23:45:45.266 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/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@20.0.0.0"]
39542026-05-18T23:45:46.795Z[ host-image] May 18 23:45:45.709 INFO O| May 18 23:45:45.709 INFO O| Startup: Refreshing catalog 'helios' ... Done
39552026-05-18T23:45:46.844Z[ host-image] May 18 23:45:45.758 INFO O| May 18 23:45:45.758 INFO O| Startup: Caching catalogs ... Done
39562026-05-18T23:45:47.004Z[ host-image] May 18 23:45:45.917 INFO O| May 18 23:45:45.917 INFO O| Planning: Solver setup ... Done
39572026-05-18T23:45:47.011Z[ host-image] May 18 23:45:45.923 INFO O| May 18 23:45:45.923 INFO O| Planning: Running solver ... Done
39582026-05-18T23:45:47.014Z[ host-image] May 18 23:45:45.927 INFO O| May 18 23:45:45.927 INFO O| Planning: Finding local manifests ... Done
39592026-05-18T23:45:47.039Z[ host-image] May 18 23:45:45.953 INFO O| May 18 23:45:45.953 INFO O| Planning: Fetching manifests: 0/127 0% complete
39602026-05-18T23:45:48.831Z[ host-image] May 18 23:45:47.744 INFO O| May 18 23:45:47.744 INFO O| Planning: Fetching manifests: 127/127 100% complete
39612026-05-18T23:45:49.184Z[ host-image] May 18 23:45:48.097 INFO O| May 18 23:45:48.097 INFO O| Planning: Package planning ... Done
39622026-05-18T23:45:49.537Z[ host-image] May 18 23:45:48.450 INFO O| May 18 23:45:48.450 INFO O| Planning: Merging actions ... Done
39632026-05-18T23:45:49.638Z[ host-image] May 18 23:45:48.551 INFO O| May 18 23:45:48.551 INFO O| Planning: Checking for conflicting actions ... Done
39642026-05-18T23:45:49.737Z[ host-image] May 18 23:45:48.650 INFO O| May 18 23:45:48.650 INFO O| Planning: Consolidating action changes ... Done
39652026-05-18T23:45:49.901Z[ host-image] May 18 23:45:48.814 INFO O| May 18 23:45:48.814 INFO O| Planning: Evaluating mediators ... Done
39662026-05-18T23:45:49.922Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39672026-05-18T23:45:50.789Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39682026-05-18T23:45:51.259Z[ host-image] May 18 23:45:50.173 INFO O| May 18 23:45:50.173 INFO O| Planning: Planning completed in 4.41 seconds
39692026-05-18T23:45:51.263Z[ host-image] May 18 23:45:50.174 INFO O| May 18 23:45:50.174 INFO O| Packages to install: 127
39702026-05-18T23:45:51.263Z[ host-image] May 18 23:45:50.174 INFO O| May 18 23:45:50.174 INFO O| Mediators to change: 5
39712026-05-18T23:45:51.263Z[ host-image] May 18 23:45:50.174 INFO O| May 18 23:45:50.174 INFO O| Services to change: 6
39722026-05-18T23:45:51.286Z[ host-image] May 18 23:45:50.199 INFO O| May 18 23:45:50.199 INFO O| Download: 0/23748 items 0.0/221.9MB 0% complete
39732026-05-18T23:45:53.065Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39742026-05-18T23:45:53.065Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39752026-05-18T23:45:54.101Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39762026-05-18T23:45:54.724Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39772026-05-18T23:45:56.953Z[ host-image] May 18 23:45:55.866 INFO O| May 18 23:45:55.866 INFO O| Download: 1620/23748 items 9.7/221.9MB 4% complete (2.1M/s)
39782026-05-18T23:46:01.981Z[ host-image] May 18 23:46:00.894 INFO O| May 18 23:46:00.894 INFO O| Download: 1775/23748 items 13.0/221.9MB 5% complete (1.2M/s)
39792026-05-18T23:46:07.092Z[ host-image] May 18 23:46:06.005 INFO O| May 18 23:46:06.005 INFO O| Download: 2204/23748 items 23.5/221.9MB 10% complete (1.4M/s)
39802026-05-18T23:46:07.171Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.16s
39812026-05-18T23:46:08.517ZMay 18 23:46:07.430 INFO [recovery-package] process exited with exit status: 0 (33.641975388s)
39822026-05-18T23:46:08.517ZMay 18 23:46:07.430 INFO [recovery-stamp] running task
39832026-05-18T23:46:08.520ZMay 18 23:46:07.430 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39842026-05-18T23:46:08.520ZMay 18 23:46:07.430 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 20.0.0-0.ci+git34caf603aba
39852026-05-18T23:46:08.520ZMay 18 23:46:07.431 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git34caf603aba
39862026-05-18T23:46:08.527Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39872026-05-18T23:46:08.530Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39882026-05-18T23:46:08.652Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39892026-05-18T23:46:08.656ZMay 18 23:46:07.569 INFO [stamp-installinator] process exited with exit status: 0 (138.136289ms)
39902026-05-18T23:46:08.702Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39912026-05-18T23:46:08.707ZMay 18 23:46:07.620 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (189.817117ms)
39922026-05-18T23:46:08.707ZMay 18 23:46:07.620 INFO [recovery-stamp] task succeeded (189.986307ms)
39932026-05-18T23:46:08.707ZMay 18 23:46:07.620 INFO [recovery-proto] running task
39942026-05-18T23:46:08.710ZMay 18 23:46:07.620 INFO [tuf-stamp] running task
39952026-05-18T23:46:08.710ZMay 18 23:46:07.621 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 20.0.0-0.ci+git34caf603aba
39962026-05-18T23:46:08.710ZMay 18 23:46:07.621 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 20.0.0-0.ci+git34caf603aba
39972026-05-18T23:46:08.710ZMay 18 23:46:07.622 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 20.0.0-0.ci+git34caf603aba
39982026-05-18T23:46:08.710ZMay 18 23:46:07.622 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 20.0.0-0.ci+git34caf603aba
39992026-05-18T23:46:08.710ZMay 18 23:46:07.622 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 20.0.0-0.ci+git34caf603aba
40002026-05-18T23:46:08.710ZMay 18 23:46:07.623 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 20.0.0-0.ci+git34caf603aba
40012026-05-18T23:46:08.710ZMay 18 23:46:07.623 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 20.0.0-0.ci+git34caf603aba
40022026-05-18T23:46:08.713ZMay 18 23:46:07.623 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 20.0.0-0.ci+git34caf603aba
40032026-05-18T23:46:08.713ZMay 18 23:46:07.623 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 20.0.0-0.ci+git34caf603aba
40042026-05-18T23:46:08.713ZMay 18 23:46:07.624 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 20.0.0-0.ci+git34caf603aba
40052026-05-18T23:46:08.713ZMay 18 23:46:07.624 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 20.0.0-0.ci+git34caf603aba
40062026-05-18T23:46:08.713ZMay 18 23:46:07.624 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 20.0.0-0.ci+git34caf603aba
40072026-05-18T23:46:08.718Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-05-18T23:46:08.721Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-05-18T23:46:08.721Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-05-18T23:46:08.721Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40112026-05-18T23:46:08.721Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-05-18T23:46:08.721Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40132026-05-18T23:46:08.723Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40142026-05-18T23:46:08.723Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40152026-05-18T23:46:08.723Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40162026-05-18T23:46:08.723Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40172026-05-18T23:46:08.723Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40182026-05-18T23:46:08.723Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40192026-05-18T23:46:08.768Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40202026-05-18T23:46:08.772ZMay 18 23:46:07.686 INFO [stamp-probe] process exited with exit status: 0 (63.989228ms)
40212026-05-18T23:46:08.835ZMay 18 23:46:07.746 INFO [recovery-proto] task succeeded (125.210479ms)
40222026-05-18T23:46:08.835ZMay 18 23:46:07.746 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.40.479' -P /tmp/.tmphiA1vH/proto/recovery/root -N 'recovery 34caf60/${os_short_commit} 2026-05-18 23:36' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40232026-05-18T23:46:08.851Z[ recovery-image] May 18 23:46:07.763 INFO Checking files for board 'cosmo-mbist'
40242026-05-18T23:46:08.851Z[ recovery-image] May 18 23:46:07.764 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40252026-05-18T23:46:08.851Z[ recovery-image] May 18 23:46:07.764 INFO Checking files for board 'cosmo'
40262026-05-18T23:46:08.851Z[ recovery-image] May 18 23:46:07.764 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40272026-05-18T23:46:08.851Z[ recovery-image] May 18 23:46:07.764 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40282026-05-18T23:46:08.851Z[ recovery-image] May 18 23:46:07.764 INFO Checking files for board 'cosmo-mbist-noaggr'
40292026-05-18T23:46:08.851Z[ recovery-image] May 18 23:46:07.764 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40302026-05-18T23:46:08.851Z[ recovery-image] May 18 23:46:07.764 INFO Checking files for board 'gimlet'
40312026-05-18T23:46:08.851Z[ recovery-image] May 18 23:46:07.764 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40322026-05-18T23:46:08.851Z[ recovery-image] May 18 23:46:07.764 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40332026-05-18T23:46:08.860Z[ recovery-image] May 18 23:46:07.773 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmphiA1vH/proto/recovery/root"
40342026-05-18T23:46:08.863Z[ recovery-image] May 18 23:46:07.773 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40352026-05-18T23:46:08.863Z[ recovery-image] May 18 23:46:07.773 INFO image builder template: ramdisk-01-os...
40362026-05-18T23:46:08.863Z[ recovery-image] May 18 23:46:07.773 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/.tmphiA1vH/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40372026-05-18T23:46:08.882Z[ recovery-image] May 18 23:46:07.789 INFO O| May 18 23:46:07.789 INFO CREATE DATASET: rpool/images/build/recovery/output
40382026-05-18T23:46:09.133Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
40392026-05-18T23:46:09.172Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40402026-05-18T23:46:09.318Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40412026-05-18T23:46:09.322ZMay 18 23:46:08.236 INFO [stamp-ntp] process exited with exit status: 0 (613.055491ms)
40422026-05-18T23:46:09.501Z[ recovery-image] May 18 23:46:08.414 INFO O| May 18 23:46:08.414 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40432026-05-18T23:46:09.505Z[ recovery-image] May 18 23:46:08.419 INFO O| May 18 23:46:08.419 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40442026-05-18T23:46:09.516Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40452026-05-18T23:46:09.520ZMay 18 23:46:08.434 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (811.363288ms)
40462026-05-18T23:46:09.541Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40472026-05-18T23:46:09.546ZMay 18 23:46:08.459 INFO [stamp-internal-dns] process exited with exit status: 0 (834.866562ms)
40482026-05-18T23:46:09.548Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40492026-05-18T23:46:09.551ZMay 18 23:46:08.464 INFO [stamp-external-dns] process exited with exit status: 0 (841.156178ms)
40502026-05-18T23:46:09.698Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40512026-05-18T23:46:09.702ZMay 18 23:46:08.615 INFO [stamp-crucible-zone] process exited with exit status: 0 (991.325573ms)
40522026-05-18T23:46:09.845Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40532026-05-18T23:46:09.849ZMay 18 23:46:08.763 INFO [stamp-oximeter] process exited with exit status: 0 (1.138759783s)
40542026-05-18T23:46:10.912Z[ recovery-image] May 18 23:46:09.825 INFO O| May 18 23:46:09.825 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40552026-05-18T23:46:11.335Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40562026-05-18T23:46:11.339ZMay 18 23:46:10.252 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.631640231s)
40572026-05-18T23:46:12.016Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40582026-05-18T23:46:12.020ZMay 18 23:46:10.933 INFO [stamp-nexus] process exited with exit status: 0 (3.311611027s)
40592026-05-18T23:46:12.092Z[ host-image] May 18 23:46:11.005 INFO O| May 18 23:46:11.005 INFO O| Download: 3253/23748 items 33.6/221.9MB 15% complete (1.8M/s)
40602026-05-18T23:46:12.282Z[ recovery-image] May 18 23:46:11.195 INFO O| May 18 23:46:11.195 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40612026-05-18T23:46:12.282Z[ recovery-image] May 18 23:46:11.195 INFO O| May 18 23:46:11.195 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40622026-05-18T23:46:12.285Z[ recovery-image] May 18 23:46:11.195 INFO O| May 18 23:46:11.195 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40632026-05-18T23:46:12.285Z[ recovery-image] May 18 23:46:11.195 INFO O| May 18 23:46:11.195 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40642026-05-18T23:46:12.288Z[ recovery-image] May 18 23:46:11.200 INFO O| May 18 23:46:11.200 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40652026-05-18T23:46:13.205Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40662026-05-18T23:46:13.209ZMay 18 23:46:12.123 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.499426932s)
40672026-05-18T23:46:13.584Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40682026-05-18T23:46:13.590Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40692026-05-18T23:46:13.593Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40702026-05-18T23:46:13.596ZMay 18 23:46:12.508 INFO [stamp-clickhouse] process exited with exit status: 0 (4.887021934s)
40712026-05-18T23:46:13.599ZMay 18 23:46:12.510 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.886909394s)
40722026-05-18T23:46:13.599ZMay 18 23:46:12.510 INFO [tuf-stamp] task succeeded (4.890059081s)
40732026-05-18T23:46:13.803Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40742026-05-18T23:46:13.831Z[verify-libraries] Compiling stacker v0.1.23
40752026-05-18T23:46:13.831Z[verify-libraries] Compiling cfg_aliases v0.1.1
40762026-05-18T23:46:13.878Z[verify-libraries] Compiling home v0.5.12
40772026-05-18T23:46:13.896Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40782026-05-18T23:46:13.896Z[verify-libraries] Compiling nibble_vec v0.1.0
40792026-05-18T23:46:13.941Z[verify-libraries] Compiling endian-type v0.1.2
40802026-05-18T23:46:13.965Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40812026-05-18T23:46:13.984Z[verify-libraries] Compiling nix v0.28.0
40822026-05-18T23:46:14.005Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40832026-05-18T23:46:14.005Z[verify-libraries] Compiling winnow v0.6.26
40842026-05-18T23:46:14.023Z[verify-libraries] Compiling unicode_categories v0.1.1
40852026-05-18T23:46:14.073Z[verify-libraries] Compiling radix_trie v0.2.1
40862026-05-18T23:46:14.099Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40872026-05-18T23:46:14.169Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40882026-05-18T23:46:14.201Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40892026-05-18T23:46:14.227Z[verify-libraries] Compiling polyval v0.6.2
40902026-05-18T23:46:14.251Z[verify-libraries] Compiling ctr v0.9.2
40912026-05-18T23:46:14.278Z[verify-libraries] Compiling colored v2.2.0
40922026-05-18T23:46:14.278Z[verify-libraries] Compiling blowfish v0.9.1
40932026-05-18T23:46:14.324Z[verify-libraries] Compiling ssh-encoding v0.2.0
40942026-05-18T23:46:14.354Z[verify-libraries] Compiling password-hash v0.4.2
40952026-05-18T23:46:14.489Z[verify-libraries] Compiling ghash v0.5.1
40962026-05-18T23:46:14.535Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40972026-05-18T23:46:14.570Z[verify-libraries] Compiling petname v2.0.2
40982026-05-18T23:46:14.594Z[verify-libraries] Compiling p256 v0.13.2
40992026-05-18T23:46:14.596Z[verify-libraries] Compiling p521 v0.13.3
41002026-05-18T23:46:14.641Z[verify-libraries] Compiling psm v0.1.30
41012026-05-18T23:46:14.669Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41022026-05-18T23:46:14.672Z[verify-libraries] Compiling md5 v0.7.0
41032026-05-18T23:46:14.745Z[verify-libraries] Compiling aes-gcm v0.10.3
41042026-05-18T23:46:14.829Z[verify-libraries] Compiling pbkdf2 v0.11.0
41052026-05-18T23:46:14.893Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41062026-05-18T23:46:14.964Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41072026-05-18T23:46:14.999Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41082026-05-18T23:46:15.024Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41092026-05-18T23:46:15.048Z[verify-libraries] Compiling ssh-cipher v0.2.0
41102026-05-18T23:46:15.069Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41112026-05-18T23:46:15.131Z[verify-libraries] Compiling num-bigint v0.4.6
41122026-05-18T23:46:15.168Z[verify-libraries] Compiling des v0.8.1
41132026-05-18T23:46:15.201Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41142026-05-18T23:46:15.225Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41152026-05-18T23:46:15.272Z[verify-libraries] Compiling hex-literal v0.4.1
41162026-05-18T23:46:15.319Z[verify-libraries] Compiling sync-ptr v0.1.4
41172026-05-18T23:46:15.368Z[verify-libraries] Compiling ssh-key v0.6.7
41182026-05-18T23:46:15.540Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41192026-05-18T23:46:15.544Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41202026-05-18T23:46:15.587Z[verify-libraries] Compiling socket2 v0.5.10
41212026-05-18T23:46:15.610Z[verify-libraries] Compiling internet-checksum v0.2.1
41222026-05-18T23:46:15.673Z[verify-libraries] Compiling recursive v0.1.1
41232026-05-18T23:46:15.681Z[ recovery-image] May 18 23:46:14.594 INFO O| May 18 23:46:14.594 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41242026-05-18T23:46:15.691Z[ recovery-image] May 18 23:46:14.604 INFO O| May 18 23:46:14.604 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41252026-05-18T23:46:15.764Z[verify-libraries] Compiling rustyline v14.0.0
41262026-05-18T23:46:15.817Z[verify-libraries] Compiling sqlformat v0.3.5
41272026-05-18T23:46:15.871Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41282026-05-18T23:46:15.896Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41292026-05-18T23:46:15.917Z[verify-libraries] Compiling sqlparser v0.61.0
41302026-05-18T23:46:16.031Z[ recovery-image] May 18 23:46:14.944 INFO O| May 18 23:46:14.944 INFO O| Caching catalogs ... Done
41312026-05-18T23:46:16.040Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41322026-05-18T23:46:16.148Z[ recovery-image] May 18 23:46:15.061 INFO O| May 18 23:46:15.061 INFO STEP 0 (pkg_image_create) COMPLETE
41332026-05-18T23:46:16.148Z[ recovery-image] May 18 23:46:15.061 INFO O| May 18 23:46:15.061 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41342026-05-18T23:46:16.158Z[ recovery-image] May 18 23:46:15.071 INFO O| May 18 23:46:15.071 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"]
41352026-05-18T23:46:16.336Z[verify-libraries] Compiling git-stub v1.0.0
41362026-05-18T23:46:16.489Z[verify-libraries] Compiling diff v0.1.13
41372026-05-18T23:46:16.498Z[ recovery-image] May 18 23:46:15.412 INFO O| May 18 23:46:15.412 INFO STEP 1 (pkg_set_publisher) COMPLETE
41382026-05-18T23:46:16.499Z[ recovery-image] May 18 23:46:15.412 INFO O| May 18 23:46:15.412 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41392026-05-18T23:46:16.502Z[ recovery-image] May 18 23:46:15.412 INFO O| May 18 23:46:15.412 INFO skip step because feature "publisher_1_name" is not enabled
41402026-05-18T23:46:16.502Z[ recovery-image] May 18 23:46:15.412 INFO O| May 18 23:46:15.412 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41412026-05-18T23:46:16.502Z[ recovery-image] May 18 23:46:15.412 INFO O| May 18 23:46:15.412 INFO skip step because feature "publisher_2_name" is not enabled
41422026-05-18T23:46:16.502Z[ recovery-image] May 18 23:46:15.412 INFO O| May 18 23:46:15.412 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41432026-05-18T23:46:16.502Z[ recovery-image] May 18 23:46:15.412 INFO O| May 18 23:46:15.412 INFO skip step because feature "publisher_3_name" is not enabled
41442026-05-18T23:46:16.502Z[ recovery-image] May 18 23:46:15.412 INFO O| May 18 23:46:15.412 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41452026-05-18T23:46:16.768Z[verify-libraries] Compiling russh-keys v0.45.0
41462026-05-18T23:46:16.771Z[verify-libraries] Compiling yansi v1.0.1
41472026-05-18T23:46:16.827Z[ recovery-image] May 18 23:46:15.738 INFO O| May 18 23:46:15.738 INFO variant opensolaris.zone is already global
41482026-05-18T23:46:16.827Z[ recovery-image] May 18 23:46:15.738 INFO O| May 18 23:46:15.738 INFO STEP 5 (pkg_change_variant) COMPLETE
41492026-05-18T23:46:16.827Z[ recovery-image] May 18 23:46:15.738 INFO O| May 18 23:46:15.738 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41502026-05-18T23:46:16.892Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41512026-05-18T23:46:17.099Z[ host-image] May 18 23:46:16.012 INFO O| May 18 23:46:16.012 INFO O| Download: 4191/23748 items 40.2/221.9MB 18% complete (1.7M/s)
41522026-05-18T23:46:17.157Z[ recovery-image] May 18 23:46:16.068 INFO O| May 18 23:46:16.068 INFO variant opensolaris.imagetype is full; changing to partial
41532026-05-18T23:46:17.157Z[ recovery-image] May 18 23:46:16.068 INFO O| May 18 23:46:16.068 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41542026-05-18T23:46:17.173Z[verify-libraries] Compiling pretty_assertions v1.4.1
41552026-05-18T23:46:17.290Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41562026-05-18T23:46:17.571Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41572026-05-18T23:46:17.787Z[ recovery-image] May 18 23:46:16.700 INFO O| May 18 23:46:16.700 INFO O| Startup: Refreshing catalog 'helios' ... Done
41582026-05-18T23:46:17.812Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41592026-05-18T23:46:17.853Z[ recovery-image] May 18 23:46:16.767 INFO O| May 18 23:46:16.766 INFO O| Startup: Caching catalogs ... Done
41602026-05-18T23:46:17.857Z[ recovery-image] May 18 23:46:16.771 INFO O| May 18 23:46:16.771 INFO O| Planning: Planning completed in 0.00 seconds
41612026-05-18T23:46:17.860Z[ recovery-image] May 18 23:46:16.771 INFO O| May 18 23:46:16.771 INFO O| Planning: Consolidating action changes ... Done
41622026-05-18T23:46:17.860Z[ recovery-image] May 18 23:46:16.771 INFO O| May 18 23:46:16.771 INFO O| Planning: Evaluating mediators ... Done
41632026-05-18T23:46:17.860Z[ recovery-image] May 18 23:46:16.771 INFO O| May 18 23:46:16.771 INFO O| Planning: Planning completed in 0.00 seconds
41642026-05-18T23:46:17.860Z[ recovery-image] May 18 23:46:16.772 INFO O| May 18 23:46:16.772 INFO O| Variants/Facets to change: 1
41652026-05-18T23:46:17.874Z[ recovery-image] May 18 23:46:16.787 INFO O| May 18 23:46:16.787 INFO O| Finalize: Updating package state database ... Done
41662026-05-18T23:46:17.874Z[ recovery-image] May 18 23:46:16.787 INFO O| May 18 23:46:16.787 INFO O| Finalize: Updating package cache ... Done
41672026-05-18T23:46:17.889Z[ recovery-image] May 18 23:46:16.802 INFO O| May 18 23:46:16.800 INFO O| Finalize: Updating image state ... Done
41682026-05-18T23:46:17.892Z[ recovery-image] May 18 23:46:16.803 INFO O| May 18 23:46:16.803 INFO O| Finalize: Creating fast lookup database ... Done
41692026-05-18T23:46:17.895Z[ recovery-image] May 18 23:46:16.806 INFO O| May 18 23:46:16.804 INFO O| Finalize: Reading search index ... Done
41702026-05-18T23:46:17.895Z[ recovery-image] May 18 23:46:16.806 INFO O| May 18 23:46:16.804 INFO O| Finalize: Updating search index ... Done
41712026-05-18T23:46:17.895Z[ recovery-image] May 18 23:46:16.806 INFO O| May 18 23:46:16.805 INFO O| Finalize: Updating package cache ... Done
41722026-05-18T23:46:17.912Z[verify-libraries] Compiling russh v0.45.0
41732026-05-18T23:46:17.991Z[ recovery-image] May 18 23:46:16.904 INFO O| May 18 23:46:16.904 INFO STEP 6 (pkg_change_variant) COMPLETE
41742026-05-18T23:46:17.991Z[ recovery-image] May 18 23:46:16.904 INFO O| May 18 23:46:16.904 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41752026-05-18T23:46:17.991Z[ recovery-image] May 18 23:46:16.904 INFO O| May 18 23:46:16.904 INFO skip step because feature "debug_variant" is not enabled
41762026-05-18T23:46:17.994Z[ recovery-image] May 18 23:46:16.904 INFO O| May 18 23:46:16.904 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41772026-05-18T23:46:18.128Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41782026-05-18T23:46:18.224Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41792026-05-18T23:46:18.283Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
41802026-05-18T23:46:18.317Z[ recovery-image] May 18 23:46:17.230 INFO O| May 18 23:46:17.230 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41812026-05-18T23:46:18.369Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41822026-05-18T23:46:18.437Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41832026-05-18T23:46:18.517Z[verify-libraries] Compiling drift v0.1.4
41842026-05-18T23:46:18.718Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41852026-05-18T23:46:18.762Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41862026-05-18T23:46:18.807Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41872026-05-18T23:46:18.846Z[ recovery-image] May 18 23:46:17.759 INFO O| May 18 23:46:17.759 INFO O| Startup: Refreshing catalog 'helios' ... Done
41882026-05-18T23:46:18.906Z[ recovery-image] May 18 23:46:17.820 INFO O| May 18 23:46:17.820 INFO O| Startup: Caching catalogs ... Done
41892026-05-18T23:46:18.911Z[ recovery-image] May 18 23:46:17.824 INFO O| May 18 23:46:17.824 INFO O| Planning: Planning completed in 0.00 seconds
41902026-05-18T23:46:18.914Z[ recovery-image] May 18 23:46:17.825 INFO O| May 18 23:46:17.825 INFO O| Planning: Consolidating action changes ... Done
41912026-05-18T23:46:18.914Z[ recovery-image] May 18 23:46:17.825 INFO O| May 18 23:46:17.825 INFO O| Planning: Evaluating mediators ... Done
41922026-05-18T23:46:18.914Z[ recovery-image] May 18 23:46:17.825 INFO O| May 18 23:46:17.825 INFO O| Planning: Planning completed in 0.00 seconds
41932026-05-18T23:46:18.914Z[ recovery-image] May 18 23:46:17.825 INFO O| May 18 23:46:17.825 INFO O| Variants/Facets to change: 1
41942026-05-18T23:46:18.944Z[ recovery-image] May 18 23:46:17.857 INFO O| May 18 23:46:17.857 INFO O| Finalize: Updating package state database ... Done
41952026-05-18T23:46:18.944Z[ recovery-image] May 18 23:46:17.857 INFO O| May 18 23:46:17.857 INFO O| Finalize: Updating package cache ... Done
41962026-05-18T23:46:18.955Z[ recovery-image] May 18 23:46:17.869 INFO O| May 18 23:46:17.868 INFO O| Finalize: Updating image state ... Done
41972026-05-18T23:46:18.958Z[ recovery-image] May 18 23:46:17.871 INFO O| May 18 23:46:17.871 INFO O| Finalize: Creating fast lookup database ... Done
41982026-05-18T23:46:18.961Z[ recovery-image] May 18 23:46:17.872 INFO O| May 18 23:46:17.872 INFO O| Finalize: Reading search index ... Done
41992026-05-18T23:46:18.961Z[ recovery-image] May 18 23:46:17.872 INFO O| May 18 23:46:17.872 INFO O| Finalize: Updating search index ... Done
42002026-05-18T23:46:18.961Z[ recovery-image] May 18 23:46:17.872 INFO O| May 18 23:46:17.872 INFO O| Finalize: Updating package cache ... Done
42012026-05-18T23:46:19.023Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42022026-05-18T23:46:19.067Z[ recovery-image] May 18 23:46:17.980 INFO O| May 18 23:46:17.980 INFO STEP 8 (pkg_change_facet) COMPLETE
42032026-05-18T23:46:19.067Z[ recovery-image] May 18 23:46:17.980 INFO O| May 18 23:46:17.980 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42042026-05-18T23:46:19.402Z[ recovery-image] May 18 23:46:18.315 INFO O| May 18 23:46:18.315 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42052026-05-18T23:46:19.428Z[verify-libraries] Compiling dropshot-api-manager v0.7.1
42062026-05-18T23:46:19.474Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42072026-05-18T23:46:19.543Z[verify-libraries] Compiling termios v0.3.3
42082026-05-18T23:46:19.811Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42092026-05-18T23:46:20.142Z[ recovery-image] May 18 23:46:19.055 INFO O| May 18 23:46:19.055 INFO O| Startup: Refreshing catalog 'helios' ... Done
42102026-05-18T23:46:20.204Z[ recovery-image] May 18 23:46:19.118 INFO O| May 18 23:46:19.117 INFO O| Startup: Caching catalogs ... Done
42112026-05-18T23:46:20.209Z[ recovery-image] May 18 23:46:19.123 INFO O| May 18 23:46:19.123 INFO O| Planning: Planning completed in 0.00 seconds
42122026-05-18T23:46:20.212Z[ recovery-image] May 18 23:46:19.123 INFO O| May 18 23:46:19.123 INFO O| Planning: Consolidating action changes ... Done
42132026-05-18T23:46:20.212Z[ recovery-image] May 18 23:46:19.123 INFO O| May 18 23:46:19.123 INFO O| Planning: Evaluating mediators ... Done
42142026-05-18T23:46:20.212Z[ recovery-image] May 18 23:46:19.124 INFO O| May 18 23:46:19.124 INFO O| Planning: Planning completed in 0.00 seconds
42152026-05-18T23:46:20.212Z[ recovery-image] May 18 23:46:19.124 INFO O| May 18 23:46:19.124 INFO O| Variants/Facets to change: 1
42162026-05-18T23:46:20.276Z[ recovery-image] May 18 23:46:19.189 INFO O| May 18 23:46:19.189 INFO O| Finalize: Updating package state database ... Done
42172026-05-18T23:46:20.276Z[ recovery-image] May 18 23:46:19.189 INFO O| May 18 23:46:19.189 INFO O| Finalize: Updating package cache ... Done
42182026-05-18T23:46:20.287Z[ recovery-image] May 18 23:46:19.200 INFO O| May 18 23:46:19.200 INFO O| Finalize: Updating image state ... Done
42192026-05-18T23:46:20.290Z[ recovery-image] May 18 23:46:19.203 INFO O| May 18 23:46:19.203 INFO O| Finalize: Creating fast lookup database ... Done
42202026-05-18T23:46:20.290Z[ recovery-image] May 18 23:46:19.203 INFO O| May 18 23:46:19.203 INFO O| Finalize: Reading search index ... Done
42212026-05-18T23:46:20.290Z[ recovery-image] May 18 23:46:19.203 INFO O| May 18 23:46:19.203 INFO O| Finalize: Updating search index ... Done
42222026-05-18T23:46:20.293Z[ recovery-image] May 18 23:46:19.204 INFO O| May 18 23:46:19.204 INFO O| Finalize: Updating package cache ... Done
42232026-05-18T23:46:20.400Z[ recovery-image] May 18 23:46:19.306 INFO O| May 18 23:46:19.306 INFO STEP 9 (pkg_change_facet) COMPLETE
42242026-05-18T23:46:20.400Z[ recovery-image] May 18 23:46:19.306 INFO O| May 18 23:46:19.306 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42252026-05-18T23:46:20.688Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42262026-05-18T23:46:20.774Z[ recovery-image] May 18 23:46:19.686 INFO O| May 18 23:46:19.686 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42272026-05-18T23:46:20.928Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42282026-05-18T23:46:21.146Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42292026-05-18T23:46:21.378Z[ recovery-image] May 18 23:46:20.291 INFO O| May 18 23:46:20.291 INFO O| Startup: Refreshing catalog 'helios' ... Done
42302026-05-18T23:46:21.446Z[ recovery-image] May 18 23:46:20.359 INFO O| May 18 23:46:20.359 INFO O| Startup: Caching catalogs ... Done
42312026-05-18T23:46:21.450Z[ recovery-image] May 18 23:46:20.364 INFO O| May 18 23:46:20.363 INFO O| Planning: Planning completed in 0.00 seconds
42322026-05-18T23:46:21.453Z[ recovery-image] May 18 23:46:20.364 INFO O| May 18 23:46:20.364 INFO O| Planning: Consolidating action changes ... Done
42332026-05-18T23:46:21.453Z[ recovery-image] May 18 23:46:20.364 INFO O| May 18 23:46:20.364 INFO O| Planning: Evaluating mediators ... Done
42342026-05-18T23:46:21.453Z[ recovery-image] May 18 23:46:20.364 INFO O| May 18 23:46:20.364 INFO O| Planning: Planning completed in 0.00 seconds
42352026-05-18T23:46:21.453Z[ recovery-image] May 18 23:46:20.364 INFO O| May 18 23:46:20.364 INFO O| Variants/Facets to change: 1
42362026-05-18T23:46:21.462Z[ recovery-image] May 18 23:46:20.375 INFO O| May 18 23:46:20.375 INFO O| Finalize: Updating package state database ... Done
42372026-05-18T23:46:21.462Z[ recovery-image] May 18 23:46:20.375 INFO O| May 18 23:46:20.375 INFO O| Finalize: Updating package cache ... Done
42382026-05-18T23:46:21.473Z[ recovery-image] May 18 23:46:20.386 INFO O| May 18 23:46:20.386 INFO O| Finalize: Updating image state ... Done
42392026-05-18T23:46:21.476Z[ recovery-image] May 18 23:46:20.389 INFO O| May 18 23:46:20.389 INFO O| Finalize: Creating fast lookup database ... Done
42402026-05-18T23:46:21.476Z[ recovery-image] May 18 23:46:20.389 INFO O| May 18 23:46:20.389 INFO O| Finalize: Reading search index ... Done
42412026-05-18T23:46:21.476Z[ recovery-image] May 18 23:46:20.389 INFO O| May 18 23:46:20.389 INFO O| Finalize: Updating search index ... Done
42422026-05-18T23:46:21.479Z[ recovery-image] May 18 23:46:20.390 INFO O| May 18 23:46:20.390 INFO O| Finalize: Updating package cache ... Done
42432026-05-18T23:46:21.586Z[ recovery-image] May 18 23:46:20.499 INFO O| May 18 23:46:20.499 INFO STEP 10 (pkg_change_facet) COMPLETE
42442026-05-18T23:46:21.586Z[ recovery-image] May 18 23:46:20.499 INFO O| May 18 23:46:20.499 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42452026-05-18T23:46:21.597Z[ recovery-image] May 18 23:46:20.510 INFO O| May 18 23:46:20.510 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/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@20.0.0.0"]
42462026-05-18T23:46:22.106Z[ host-image] May 18 23:46:21.019 INFO O| May 18 23:46:21.019 INFO O| Download: 5111/23748 items 46.1/221.9MB 20% complete (1.2M/s)
42472026-05-18T23:46:22.355Z[ recovery-image] May 18 23:46:21.268 INFO O| May 18 23:46:21.268 INFO O| Startup: Refreshing catalog 'helios' ... Done
42482026-05-18T23:46:22.436Z[ recovery-image] May 18 23:46:21.349 INFO O| May 18 23:46:21.349 INFO O| Startup: Caching catalogs ... Done
42492026-05-18T23:46:22.622Z[ recovery-image] May 18 23:46:21.535 INFO O| May 18 23:46:21.535 INFO O| Planning: Solver setup ... Done
42502026-05-18T23:46:22.629Z[ recovery-image] May 18 23:46:21.542 INFO O| May 18 23:46:21.542 INFO O| Planning: Running solver ... Done
42512026-05-18T23:46:22.636Z[ recovery-image] May 18 23:46:21.549 INFO O| May 18 23:46:21.549 INFO O| Planning: Finding local manifests ... Done
42522026-05-18T23:46:22.697Z[ recovery-image] May 18 23:46:21.610 INFO O| May 18 23:46:21.610 INFO O| Planning: Fetching manifests: 0/127 0% complete
42532026-05-18T23:46:22.830Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42542026-05-18T23:46:24.170Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42552026-05-18T23:46:25.751Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42562026-05-18T23:46:25.806Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42572026-05-18T23:46:27.112Z[ host-image] May 18 23:46:26.025 INFO O| May 18 23:46:26.025 INFO O| Download: 6782/23748 items 47.3/221.9MB 21% complete (731k/s)
42582026-05-18T23:46:28.135Z[ recovery-image] May 18 23:46:27.048 INFO O| May 18 23:46:27.048 INFO O| Planning: Fetching manifests: 88/127 69% complete
42592026-05-18T23:46:29.379Z[ recovery-image] May 18 23:46:28.292 INFO O| May 18 23:46:28.292 INFO O| Planning: Fetching manifests: 127/127 100% complete
42602026-05-18T23:46:29.396Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42612026-05-18T23:46:29.920Z[ recovery-image] May 18 23:46:28.833 INFO O| May 18 23:46:28.833 INFO O| Planning: Package planning ... Done
42622026-05-18T23:46:30.079Z[ recovery-image] May 18 23:46:28.992 INFO O| May 18 23:46:28.992 INFO O| Planning: Merging actions ... Done
42632026-05-18T23:46:30.222Z[ recovery-image] May 18 23:46:29.135 INFO O| May 18 23:46:29.135 INFO O| Planning: Checking for conflicting actions ... Done
42642026-05-18T23:46:30.276Z[ recovery-image] May 18 23:46:29.189 INFO O| May 18 23:46:29.189 INFO O| Planning: Consolidating action changes ... Done
42652026-05-18T23:46:30.407Z[ recovery-image] May 18 23:46:29.320 INFO O| May 18 23:46:29.320 INFO O| Planning: Evaluating mediators ... Done
42662026-05-18T23:46:30.411Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42672026-05-18T23:46:31.879Z[ recovery-image] May 18 23:46:30.792 INFO O| May 18 23:46:30.792 INFO O| Planning: Planning completed in 9.44 seconds
42682026-05-18T23:46:31.883Z[ recovery-image] May 18 23:46:30.794 INFO O| May 18 23:46:30.794 INFO O| Packages to install: 127
42692026-05-18T23:46:31.883Z[ recovery-image] May 18 23:46:30.794 INFO O| May 18 23:46:30.794 INFO O| Mediators to change: 5
42702026-05-18T23:46:31.883Z[ recovery-image] May 18 23:46:30.794 INFO O| May 18 23:46:30.794 INFO O| Services to change: 5
42712026-05-18T23:46:31.906Z[ recovery-image] May 18 23:46:30.819 INFO O| May 18 23:46:30.819 INFO O| Download: 0/16556 items 0.0/199.1MB 0% complete
42722026-05-18T23:46:32.114Z[ host-image] May 18 23:46:31.028 INFO O| May 18 23:46:31.027 INFO O| Download: 7235/23748 items 49.7/221.9MB 22% complete (360k/s)
42732026-05-18T23:46:33.287Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42742026-05-18T23:46:34.259Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42752026-05-18T23:46:34.647Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42762026-05-18T23:46:34.691Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42772026-05-18T23:46:35.076Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42782026-05-18T23:46:36.916Z[ recovery-image] May 18 23:46:35.829 INFO O| May 18 23:46:35.829 INFO O| Download: 963/16556 items 7.8/199.1MB 3% complete (1.6M/s)
42792026-05-18T23:46:37.041Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42802026-05-18T23:46:38.273Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42812026-05-18T23:46:38.749Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42822026-05-18T23:46:38.941Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42832026-05-18T23:46:39.562Z[ host-image] May 18 23:46:38.475 INFO O| May 18 23:46:38.475 INFO O| Download: 7389/23748 items 52.1/221.9MB 23% complete (499k/s)
42842026-05-18T23:46:41.099Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42852026-05-18T23:46:41.607Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42862026-05-18T23:46:41.923Z[ recovery-image] May 18 23:46:40.836 INFO O| May 18 23:46:40.836 INFO O| Download: 1319/16556 items 19.3/199.1MB 9% complete (2.0M/s)
42872026-05-18T23:46:42.166Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42882026-05-18T23:46:42.649Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42892026-05-18T23:46:42.988Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
42902026-05-18T23:46:44.121Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42912026-05-18T23:46:44.767Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42922026-05-18T23:46:45.360Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42932026-05-18T23:46:45.475Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42942026-05-18T23:46:46.524Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42952026-05-18T23:46:46.551Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42962026-05-18T23:46:47.283Z[ recovery-image] May 18 23:46:46.196 INFO O| May 18 23:46:46.196 INFO O| Download: 1526/16556 items 21.2/199.1MB 10% complete (1.5M/s)
42972026-05-18T23:46:51.544Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42982026-05-18T23:46:52.285Z[ recovery-image] May 18 23:46:51.198 INFO O| May 18 23:46:51.198 INFO O| Download: 2360/16556 items 30.9/199.1MB 15% complete (1.0M/s)
42992026-05-18T23:46:52.376Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43002026-05-18T23:46:52.526Z[ host-image] May 18 23:46:51.438 INFO O| May 18 23:46:51.438 INFO O| Download: 8414/23748 items 61.7/221.9MB 27% complete (1004k/s)
43012026-05-18T23:46:52.711Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43022026-05-18T23:46:52.960Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43032026-05-18T23:46:53.772Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43042026-05-18T23:46:55.544Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43052026-05-18T23:46:56.154Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43062026-05-18T23:46:57.288Z[ recovery-image] May 18 23:46:56.201 INFO O| May 18 23:46:56.201 INFO O| Download: 2981/16556 items 34.8/199.1MB 17% complete (1.4M/s)
43072026-05-18T23:46:57.988Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43082026-05-18T23:46:58.075Z[ host-image] May 18 23:46:56.988 INFO O| May 18 23:46:56.988 INFO O| Download: 8731/23748 items 65.2/221.9MB 29% complete (560k/s)
43092026-05-18T23:46:58.950Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43102026-05-18T23:46:59.190Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43112026-05-18T23:46:59.309Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43122026-05-18T23:47:00.219Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43132026-05-18T23:47:00.934Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43142026-05-18T23:47:02.437Z[ recovery-image] May 18 23:47:01.350 INFO O| May 18 23:47:01.350 INFO O| Download: 3928/16556 items 39.6/199.1MB 19% complete (930k/s)
43152026-05-18T23:47:02.798Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43162026-05-18T23:47:03.094Z[ host-image] May 18 23:47:02.007 INFO O| May 18 23:47:02.007 INFO O| Download: 8888/23748 items 77.6/221.9MB 34% complete (1.6M/s)
43172026-05-18T23:47:06.328Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43182026-05-18T23:47:07.343Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43192026-05-18T23:47:07.370Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43202026-05-18T23:47:08.287Z[ recovery-image] May 18 23:47:07.200 INFO O| May 18 23:47:07.200 INFO O| Download: 4083/16556 items 42.6/199.1MB 21% complete (1.1M/s)
43212026-05-18T23:47:08.610Z[ host-image] May 18 23:47:07.523 INFO O| May 18 23:47:07.523 INFO O| Download: 9891/23748 items 88.6/221.9MB 39% complete (2.4M/s)
43222026-05-18T23:47:11.956Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43232026-05-18T23:47:12.502Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43242026-05-18T23:47:13.293Z[ recovery-image] May 18 23:47:12.206 INFO O| May 18 23:47:12.206 INFO O| Download: 4931/16556 items 43.6/199.1MB 21% complete (372k/s)
43252026-05-18T23:47:13.642Z[ host-image] May 18 23:47:12.539 INFO O| May 18 23:47:12.539 INFO O| Download: 10699/23748 items 93.2/221.9MB 41% complete (1.4M/s)
43262026-05-18T23:47:14.534Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43272026-05-18T23:47:17.491Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43282026-05-18T23:47:18.298Z[ recovery-image] May 18 23:47:17.210 INFO O| May 18 23:47:17.210 INFO O| Download: 5868/16556 items 44.1/199.1MB 22% complete (159k/s)
43292026-05-18T23:47:18.644Z[ host-image] May 18 23:47:17.554 INFO O| May 18 23:47:17.554 INFO O| Download: 11284/23748 items 97.9/221.9MB 44% complete (953k/s)
43302026-05-18T23:47:19.367Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43312026-05-18T23:47:20.423Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43322026-05-18T23:47:21.127Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43332026-05-18T23:47:22.280Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43342026-05-18T23:47:23.409Z[ recovery-image] May 18 23:47:22.322 INFO O| May 18 23:47:22.322 INFO O| Download: 6098/16556 items 46.1/199.1MB 23% complete (251k/s)
43352026-05-18T23:47:23.644Z[ host-image] May 18 23:47:22.557 INFO O| May 18 23:47:22.557 INFO O| Download: 11912/23748 items 101.5/221.9MB 45% complete (864k/s)
43362026-05-18T23:47:27.620Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43372026-05-18T23:47:28.416Z[ recovery-image] May 18 23:47:27.324 INFO O| May 18 23:47:27.323 INFO O| Download: 6349/16556 items 55.7/199.1MB 27% complete (1.1M/s)
43382026-05-18T23:47:29.276Z[ host-image] May 18 23:47:28.189 INFO O| May 18 23:47:28.189 INFO O| Download: 12060/23748 items 103.5/221.9MB 46% complete (734k/s)
43392026-05-18T23:47:30.374Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43402026-05-18T23:47:31.362Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43412026-05-18T23:47:36.567Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43422026-05-18T23:47:36.596Z[ recovery-image] May 18 23:47:32.538 INFO O| May 18 23:47:32.538 INFO O| Download: 6573/16556 items 70.1/199.1MB 35% complete (2.4M/s)
43432026-05-18T23:47:36.596Z[ host-image] May 18 23:47:33.198 INFO O| May 18 23:47:33.198 INFO O| Download: 12401/23748 items 105.5/221.9MB 47% complete (416k/s)
43442026-05-18T23:47:36.617Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43452026-05-18T23:47:36.797Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43462026-05-18T23:47:37.835Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43472026-05-18T23:47:38.637Z[ recovery-image] May 18 23:47:37.539 INFO O| May 18 23:47:37.539 INFO O| Download: 7627/16556 items 81.8/199.1MB 41% complete (2.6M/s)
43482026-05-18T23:47:39.312Z[ host-image] May 18 23:47:38.224 INFO O| May 18 23:47:38.224 INFO O| Download: 12940/23748 items 118.0/221.9MB 53% complete (1.4M/s)
43492026-05-18T23:47:40.978Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43502026-05-18T23:47:41.955Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43512026-05-18T23:47:43.900Z[ recovery-image] May 18 23:47:42.813 INFO O| May 18 23:47:42.813 INFO O| Download: 8204/16556 items 83.2/199.1MB 41% complete (1.7M/s)
43522026-05-18T23:47:44.375Z[ host-image] May 18 23:47:43.287 INFO O| May 18 23:47:43.287 INFO O| Download: 13090/23748 items 118.9/221.9MB 53% complete (1.4M/s)
43532026-05-18T23:47:46.808Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43542026-05-18T23:47:47.668Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43552026-05-18T23:47:48.354Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43562026-05-18T23:47:49.385Z[ host-image] May 18 23:47:48.287 INFO O| May 18 23:47:48.287 INFO O| Download: 14228/23748 items 119.5/221.9MB 53% complete (165k/s)
43572026-05-18T23:47:50.090Z[ recovery-image] May 18 23:47:49.000 INFO O| May 18 23:47:49.000 INFO O| Download: 8483/16556 items 85.9/199.1MB 43% complete (767k/s)
43582026-05-18T23:47:54.574Z[ host-image] May 18 23:47:53.486 INFO O| May 18 23:47:53.486 INFO O| Download: 15020/23748 items 120.2/221.9MB 54% complete (136k/s)
43592026-05-18T23:47:56.244Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43602026-05-18T23:47:57.436Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43612026-05-18T23:47:59.591Z[ host-image] May 18 23:47:58.489 INFO O| May 18 23:47:58.489 INFO O| Download: 15192/23748 items 121.5/221.9MB 54% complete (189k/s)
43622026-05-18T23:47:59.761Z[ recovery-image] May 18 23:47:58.671 INFO O| May 18 23:47:58.671 INFO O| Download: 8486/16556 items 86.2/199.1MB 43% complete (610k/s)
43632026-05-18T23:48:00.015Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43642026-05-18T23:48:02.060Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43652026-05-18T23:48:05.864Z[ host-image] May 18 23:48:04.544 INFO O| May 18 23:48:04.544 INFO O| Download: 15218/23748 items 121.9/221.9MB 54% complete (197k/s)
43662026-05-18T23:48:05.864Z[ recovery-image] May 18 23:48:04.647 INFO O| May 18 23:48:04.647 INFO O| Download: 9187/16556 items 91.3/199.1MB 45% complete (1.0M/s)
43672026-05-18T23:48:09.678Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43682026-05-18T23:48:10.639Z[ host-image] May 18 23:48:09.551 INFO O| May 18 23:48:09.551 INFO O| Download: 15614/23748 items 129.3/221.9MB 58% complete (796k/s)
43692026-05-18T23:48:13.121Z[ recovery-image] May 18 23:48:12.019 INFO O| May 18 23:48:12.019 INFO O| Download: 9292/16556 items 94.1/199.1MB 47% complete (967k/s)
43702026-05-18T23:48:16.527Z[ host-image] May 18 23:48:15.434 INFO O| May 18 23:48:15.434 INFO O| Download: 16300/23748 items 135.0/221.9MB 60% complete (1.5M/s)
43712026-05-18T23:48:18.178Z[ recovery-image] May 18 23:48:17.091 INFO O| May 18 23:48:17.091 INFO O| Download: 9441/16556 items 102.6/199.1MB 51% complete (887k/s)
43722026-05-18T23:48:22.174Z[ host-image] May 18 23:48:21.086 INFO O| May 18 23:48:21.086 INFO O| Download: 16604/23748 items 139.7/221.9MB 62% complete (943k/s)
43732026-05-18T23:48:23.180Z[ recovery-image] May 18 23:48:22.092 INFO O| May 18 23:48:22.092 INFO O| Download: 10163/16556 items 103.0/199.1MB 51% complete (540k/s)
43742026-05-18T23:48:27.859Z[ host-image] May 18 23:48:26.089 INFO O| May 18 23:48:26.089 INFO O| Download: 17410/23748 items 141.3/221.9MB 63% complete (624k/s)
43752026-05-18T23:48:28.184Z[ recovery-image] May 18 23:48:27.097 INFO O| May 18 23:48:27.097 INFO O| Download: 10756/16556 items 103.3/199.1MB 51% complete (73.8k/s)
43762026-05-18T23:48:28.871Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43772026-05-18T23:48:32.177Z[ host-image] May 18 23:48:31.090 INFO O| May 18 23:48:31.090 INFO O| Download: 18066/23748 items 150.6/221.9MB 67% complete (1.1M/s)
43782026-05-18T23:48:33.914Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43792026-05-18T23:48:36.049Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43802026-05-18T23:48:36.692Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43812026-05-18T23:48:37.185Z[ host-image] May 18 23:48:36.097 INFO O| May 18 23:48:36.097 INFO O| Download: 19167/23748 items 173.9/221.9MB 78% complete (3.3M/s)
43822026-05-18T23:48:39.347Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43832026-05-18T23:48:39.352Z[ recovery-image] May 18 23:48:38.265 INFO O| May 18 23:48:38.265 INFO O| Download: 11071/16556 items 103.5/199.1MB 51% complete (86.2k/s)
43842026-05-18T23:48:39.489Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43852026-05-18T23:48:39.513Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43862026-05-18T23:48:43.745Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43872026-05-18T23:48:43.897Z[ host-image] May 18 23:48:42.810 INFO O| May 18 23:48:42.810 INFO O| Download: 19753/23748 items 175.8/221.9MB 79% complete (3.4M/s)
43882026-05-18T23:48:44.505Z[ recovery-image] May 18 23:48:43.417 INFO O| May 18 23:48:43.417 INFO O| Download: 11586/16556 items 106.3/199.1MB 53% complete (507k/s)
43892026-05-18T23:48:46.896Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43902026-05-18T23:48:48.900Z[ host-image] May 18 23:48:47.812 INFO O| May 18 23:48:47.812 INFO O| Download: 20333/23748 items 177.8/221.9MB 80% complete (280k/s)
43912026-05-18T23:48:49.642Z[ recovery-image] May 18 23:48:48.555 INFO O| May 18 23:48:48.555 INFO O| Download: 11908/16556 items 117.0/199.1MB 58% complete (1.4M/s)
43922026-05-18T23:48:56.502Z[ host-image] May 18 23:48:55.414 INFO O| May 18 23:48:55.414 INFO O| Download: 20769/23748 items 180.1/221.9MB 81% complete (448k/s)
43932026-05-18T23:48:58.292Z[ recovery-image] May 18 23:48:57.204 INFO O| May 18 23:48:57.204 INFO O| Download: 11920/16556 items 117.2/199.1MB 58% complete (1.4M/s)
43942026-05-18T23:49:01.505Z[ host-image] May 18 23:49:00.417 INFO O| May 18 23:49:00.417 INFO O| Download: 21440/23748 items 183.1/221.9MB 82% complete (391k/s)
43952026-05-18T23:49:02.240Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43962026-05-18T23:49:03.745Z[ recovery-image] May 18 23:49:02.657 INFO O| May 18 23:49:02.657 INFO O| Download: 12452/16556 items 138.9/199.1MB 69% complete (5.1M/s)
43972026-05-18T23:49:06.685Z[ host-image] May 18 23:49:05.597 INFO O| May 18 23:49:05.597 INFO O| Download: 21930/23748 items 190.1/221.9MB 85% complete (1020k/s)
43982026-05-18T23:49:08.759Z[ recovery-image] May 18 23:49:07.671 INFO O| May 18 23:49:07.671 INFO O| Download: 12787/16556 items 151.8/199.1MB 76% complete (3.4M/s)
43992026-05-18T23:49:11.685Z[ host-image] May 18 23:49:10.598 INFO O| May 18 23:49:10.598 INFO O| Download: 22339/23748 items 191.1/221.9MB 86% complete (752k/s)
44002026-05-18T23:49:14.227Z[ recovery-image] May 18 23:49:13.138 INFO O| May 18 23:49:13.138 INFO O| Download: 13542/16556 items 154.5/199.1MB 77% complete (1.6M/s)
44012026-05-18T23:49:17.797Z[ host-image] May 18 23:49:16.708 INFO O| May 18 23:49:16.708 INFO O| Download: 22838/23748 items 212.3/221.9MB 95% complete (2.2M/s)
44022026-05-18T23:49:19.462Z[ recovery-image] May 18 23:49:18.374 INFO O| May 18 23:49:18.374 INFO O| Download: 14567/16556 items 158.9/199.1MB 79% complete (1021k/s)
44032026-05-18T23:49:22.817Z[ host-image] May 18 23:49:21.729 INFO O| May 18 23:49:21.729 INFO O| Download: 22946/23748 items 215.2/221.9MB 97% complete (1.8M/s)
44042026-05-18T23:49:25.608Z[ recovery-image] May 18 23:49:24.521 INFO O| May 18 23:49:24.521 INFO O| Download: 15192/16556 items 161.1/199.1MB 80% complete (708k/s)
44052026-05-18T23:49:26.438Z[ host-image] May 18 23:49:25.351 INFO O| May 18 23:49:25.351 INFO O| Download: Completed 221.87 MB in 215.15 seconds (1.0M/s)
44062026-05-18T23:49:27.508Z[ host-image] May 18 23:49:26.421 INFO O| May 18 23:49:26.421 INFO O| Actions: 1/53907 actions (Installing new actions)
44072026-05-18T23:49:30.651Z[ recovery-image] May 18 23:49:29.564 INFO O| May 18 23:49:29.564 INFO O| Download: 15757/16556 items 169.2/199.1MB 84% complete (955k/s)
44082026-05-18T23:49:32.508Z[ host-image] May 18 23:49:31.421 INFO O| May 18 23:49:31.421 INFO O| Actions: 22973/53907 actions (Installing new actions)
44092026-05-18T23:49:35.274Z[ host-image] May 18 23:49:34.186 INFO O| May 18 23:49:34.186 INFO O| Actions: Completed 53907 actions in 7.76 seconds.
44102026-05-18T23:49:35.334Z[ host-image] May 18 23:49:34.247 INFO O| May 18 23:49:34.246 INFO O| Finalize: Updating package state database ... Done
44112026-05-18T23:49:35.334Z[ host-image] May 18 23:49:34.247 INFO O| May 18 23:49:34.246 INFO O| Finalize: Updating package cache ... Done
44122026-05-18T23:49:35.359Z[ host-image] May 18 23:49:34.272 INFO O| May 18 23:49:34.271 INFO O| Finalize: Updating image state ... Done
44132026-05-18T23:49:36.541Z[ host-image] May 18 23:49:35.286 INFO O| May 18 23:49:35.286 INFO O| Finalize: Creating fast lookup database ... Done
44142026-05-18T23:49:36.566Z[ host-image] May 18 23:49:35.312 INFO O| May 18 23:49:35.312 INFO O| Finalize: Reading search index ... Done
44152026-05-18T23:49:36.750Z[ recovery-image] May 18 23:49:35.661 INFO O| May 18 23:49:35.661 INFO O| Download: 16265/16556 items 192.8/199.1MB 96% complete (3.2M/s)
44162026-05-18T23:49:39.056Z[ host-image] May 18 23:49:37.969 INFO O| May 18 23:49:37.969 INFO O| Finalize: Building new search index ... Done
44172026-05-18T23:49:39.577Z[ host-image] May 18 23:49:38.489 INFO O| May 18 23:49:38.489 INFO O| Finalize: Updating package cache ... Done
44182026-05-18T23:49:39.734Z[ host-image] May 18 23:49:38.647 INFO O| May 18 23:49:38.647 INFO STEP 11 (pkg_install) COMPLETE
44192026-05-18T23:49:39.734Z[ host-image] May 18 23:49:38.647 INFO O| May 18 23:49:38.647 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44202026-05-18T23:49:39.744Z[ host-image] May 18 23:49:38.657 INFO O| May 18 23:49:38.657 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"]
44212026-05-18T23:49:40.354Z[ host-image] May 18 23:49:39.267 INFO O| May 18 23:49:39.267 INFO O| Startup: Refreshing catalog 'helios' ... Done
44222026-05-18T23:49:40.426Z[ host-image] May 18 23:49:39.339 INFO O| May 18 23:49:39.339 INFO O| Startup: Caching catalogs ... Done
44232026-05-18T23:49:40.608Z[ host-image] May 18 23:49:39.521 INFO O| May 18 23:49:39.521 INFO O| Planning: Solver setup ... Done
44242026-05-18T23:49:40.614Z[ host-image] May 18 23:49:39.527 INFO O| May 18 23:49:39.526 INFO O| Planning: Running solver ... Done
44252026-05-18T23:49:40.618Z[ host-image] May 18 23:49:39.531 INFO O| May 18 23:49:39.531 INFO O| Planning: Finding local manifests ... Done
44262026-05-18T23:49:40.639Z[ host-image] May 18 23:49:39.552 INFO O| May 18 23:49:39.552 INFO O| Planning: Fetching manifests: 0/6 0% complete
44272026-05-18T23:49:40.788Z[ host-image] May 18 23:49:39.701 INFO O| May 18 23:49:39.701 INFO O| Planning: Fetching manifests: 6/6 100% complete
44282026-05-18T23:49:40.812Z[ host-image] May 18 23:49:39.724 INFO O| May 18 23:49:39.724 INFO O| Planning: Package planning ... Done
44292026-05-18T23:49:40.815Z[ host-image] May 18 23:49:39.726 INFO O| May 18 23:49:39.726 INFO O| Planning: Merging actions ... Done
44302026-05-18T23:49:40.919Z[ host-image] May 18 23:49:39.832 INFO O| May 18 23:49:39.831 INFO O| Planning: Checking for conflicting actions ... Done
44312026-05-18T23:49:40.922Z[ host-image] May 18 23:49:39.833 INFO O| May 18 23:49:39.833 INFO O| Planning: Consolidating action changes ... Done
44322026-05-18T23:49:41.077Z[ host-image] May 18 23:49:39.990 INFO O| May 18 23:49:39.990 INFO O| Planning: Evaluating mediators ... Done
44332026-05-18T23:49:41.081Z[ host-image] May 18 23:49:39.991 INFO O| May 18 23:49:39.991 INFO O| Planning: Planning completed in 0.65 seconds
44342026-05-18T23:49:41.081Z[ host-image] May 18 23:49:39.992 INFO O| May 18 23:49:39.992 INFO O| Packages to install: 6
44352026-05-18T23:49:41.081Z[ host-image] May 18 23:49:39.992 INFO O| May 18 23:49:39.992 INFO O| Services to change: 2
44362026-05-18T23:49:41.091Z[ host-image] May 18 23:49:40.004 INFO O| May 18 23:49:40.004 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44372026-05-18T23:49:42.946Z[ host-image] May 18 23:49:41.858 INFO O| May 18 23:49:41.858 INFO O| Download: Completed 1.75 MB in 1.85 seconds (963k/s)
44382026-05-18T23:49:42.967Z[ host-image] May 18 23:49:41.880 INFO O| May 18 23:49:41.880 INFO O| Actions: 1/390 actions (Installing new actions)
44392026-05-18T23:49:43.091Z[ recovery-image] May 18 23:49:42.004 INFO O| May 18 23:49:42.004 INFO O| Download: 16526/16556 items 197.7/199.1MB 99% complete (2.7M/s)
44402026-05-18T23:49:43.120Z[ host-image] May 18 23:49:42.032 INFO O| May 18 23:49:42.032 INFO O| Actions: Completed 390 actions in 0.15 seconds.
44412026-05-18T23:49:43.126Z[ host-image] May 18 23:49:42.039 INFO O| May 18 23:49:42.039 INFO O| Finalize: Updating package state database ... Done
44422026-05-18T23:49:43.126Z[ host-image] May 18 23:49:42.039 INFO O| May 18 23:49:42.039 INFO O| Finalize: Updating package cache ... Done
44432026-05-18T23:49:43.145Z[ host-image] May 18 23:49:42.058 INFO O| May 18 23:49:42.058 INFO O| Finalize: Updating image state ... Done
44442026-05-18T23:49:44.090Z[ host-image] May 18 23:49:43.002 INFO O| May 18 23:49:43.002 INFO O| Finalize: Creating fast lookup database ... Done
44452026-05-18T23:49:44.118Z[ host-image] May 18 23:49:43.030 INFO O| May 18 23:49:43.030 INFO O| Finalize: Reading search index ... Done
44462026-05-18T23:49:44.118Z[ host-image] May 18 23:49:43.031 INFO O| May 18 23:49:43.030 INFO O| Finalize: Updating search index ... Done
44472026-05-18T23:49:44.134Z[ host-image] May 18 23:49:43.047 INFO O| May 18 23:49:43.047 INFO O| Finalize: Updating package cache ... Done
44482026-05-18T23:49:44.255Z[ host-image] May 18 23:49:43.168 INFO O| May 18 23:49:43.167 INFO STEP 12 (pkg_install) COMPLETE
44492026-05-18T23:49:44.255Z[ host-image] May 18 23:49:43.168 INFO O| May 18 23:49:43.167 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44502026-05-18T23:49:44.264Z[ host-image] May 18 23:49:43.176 INFO O| May 18 23:49:43.176 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44512026-05-18T23:49:44.337Z[ recovery-image] May 18 23:49:43.250 INFO O| May 18 23:49:43.250 INFO O| Download: Completed 199.06 MB in 192.43 seconds (1.0M/s)
44522026-05-18T23:49:44.665Z[ recovery-image] May 18 23:49:43.578 INFO O| May 18 23:49:43.578 INFO O| Actions: 1/27360 actions (Installing new actions)
44532026-05-18T23:49:45.302Z[ host-image] May 18 23:49:44.214 INFO O| May 18 23:49:44.214 INFO O| Startup: Refreshing catalog 'helios' ... Done
44542026-05-18T23:49:45.413Z[ host-image] May 18 23:49:44.326 INFO O| May 18 23:49:44.326 INFO O| Startup: Caching catalogs ... Done
44552026-05-18T23:49:45.541Z[ host-image] May 18 23:49:44.453 INFO O| May 18 23:49:44.453 INFO O| Planning: Solver setup ... Done
44562026-05-18T23:49:45.546Z[ host-image] May 18 23:49:44.458 INFO O| May 18 23:49:44.458 INFO O| Planning: Running solver ... Done
44572026-05-18T23:49:45.579Z[ host-image] May 18 23:49:44.492 INFO O| May 18 23:49:44.492 INFO O| Planning: Finding local manifests ... Done
44582026-05-18T23:49:45.666Z[ host-image] May 18 23:49:44.579 INFO O| May 18 23:49:44.579 INFO O| Planning: Fetching manifests: 0/6 0% complete
44592026-05-18T23:49:45.956Z[ host-image] May 18 23:49:44.869 INFO O| May 18 23:49:44.869 INFO O| Planning: Fetching manifests: 6/6 100% complete
44602026-05-18T23:49:46.001Z[ host-image] May 18 23:49:44.913 INFO O| May 18 23:49:44.913 INFO O| Planning: Package planning ... Done
44612026-05-18T23:49:46.009Z[ host-image] May 18 23:49:44.922 INFO O| May 18 23:49:44.922 INFO O| Planning: Merging actions ... Done
44622026-05-18T23:49:46.128Z[ host-image] May 18 23:49:45.041 INFO O| May 18 23:49:45.041 INFO O| Planning: Checking for conflicting actions ... Done
44632026-05-18T23:49:46.135Z[ host-image] May 18 23:49:45.048 INFO O| May 18 23:49:45.048 INFO O| Planning: Consolidating action changes ... Done
44642026-05-18T23:49:46.313Z[ host-image] May 18 23:49:45.226 INFO O| May 18 23:49:45.226 INFO O| Planning: Evaluating mediators ... Done
44652026-05-18T23:49:46.433Z[ host-image] May 18 23:49:45.346 INFO O| May 18 23:49:45.346 INFO O| Planning: Planning completed in 1.02 seconds
44662026-05-18T23:49:46.436Z[ host-image] May 18 23:49:45.346 INFO O| May 18 23:49:45.346 INFO O| Packages to install: 6
44672026-05-18T23:49:46.436Z[ host-image] May 18 23:49:45.346 INFO O| May 18 23:49:45.346 INFO O| Mediators to change: 1
44682026-05-18T23:49:46.436Z[ host-image] May 18 23:49:45.346 INFO O| May 18 23:49:45.346 INFO O| Services to change: 1
44692026-05-18T23:49:46.445Z[ host-image] May 18 23:49:45.357 INFO O| May 18 23:49:45.357 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44702026-05-18T23:49:49.667Z[ recovery-image] May 18 23:49:48.580 INFO O| May 18 23:49:48.579 INFO O| Actions: 26847/27360 actions (Installing new actions)
44712026-05-18T23:49:49.996Z[ recovery-image] May 18 23:49:48.909 INFO O| May 18 23:49:48.909 INFO O| Actions: Completed 27360 actions in 5.33 seconds.
44722026-05-18T23:49:50.035Z[ recovery-image] May 18 23:49:48.948 INFO O| May 18 23:49:48.948 INFO O| Finalize: Updating package state database ... Done
44732026-05-18T23:49:50.035Z[ recovery-image] May 18 23:49:48.948 INFO O| May 18 23:49:48.948 INFO O| Finalize: Updating package cache ... Done
44742026-05-18T23:49:50.060Z[ recovery-image] May 18 23:49:48.973 INFO O| May 18 23:49:48.973 INFO O| Finalize: Updating image state ... Done
44752026-05-18T23:49:50.725Z[ recovery-image] May 18 23:49:49.637 INFO O| May 18 23:49:49.637 INFO O| Finalize: Creating fast lookup database ... Done
44762026-05-18T23:49:50.781Z[ recovery-image] May 18 23:49:49.654 INFO O| May 18 23:49:49.654 INFO O| Finalize: Reading search index ... Done
44772026-05-18T23:49:51.384Z[ host-image] May 18 23:49:50.295 INFO O| May 18 23:49:50.295 INFO O| Download: Completed 7.84 MB in 4.94 seconds (1.6M/s)
44782026-05-18T23:49:52.372Z[ recovery-image] May 18 23:49:51.285 INFO O| May 18 23:49:51.285 INFO O| Finalize: Building new search index ... Done
44792026-05-18T23:49:52.647Z[ recovery-image] May 18 23:49:51.560 INFO O| May 18 23:49:51.559 INFO O| Finalize: Updating package cache ... Done
44802026-05-18T23:49:52.746Z[ recovery-image] May 18 23:49:51.659 INFO O| May 18 23:49:51.659 INFO STEP 11 (pkg_install) COMPLETE
44812026-05-18T23:49:52.746Z[ recovery-image] May 18 23:49:51.659 INFO O| May 18 23:49:51.659 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44822026-05-18T23:49:52.747Z[ recovery-image] May 18 23:49:51.659 INFO O| May 18 23:49:51.659 INFO skip step because feature "recovery" is enabled
44832026-05-18T23:49:52.751Z[ recovery-image] May 18 23:49:51.659 INFO O| May 18 23:49:51.659 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44842026-05-18T23:49:52.751Z[ recovery-image] May 18 23:49:51.659 INFO O| May 18 23:49:51.659 INFO skip step because feature "omicron1" is not enabled
44852026-05-18T23:49:52.751Z[ recovery-image] May 18 23:49:51.659 INFO O| May 18 23:49:51.659 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44862026-05-18T23:49:54.633Z[ recovery-image] May 18 23:49:53.546 INFO O| May 18 23:49:53.545 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
44872026-05-18T23:49:54.647Z[ host-image] May 18 23:49:53.560 INFO O| May 18 23:49:53.560 INFO O| Actions: 1/1366 actions (Installing new actions)
44882026-05-18T23:49:54.914Z[ host-image] May 18 23:49:53.827 INFO O| May 18 23:49:53.827 INFO O| Actions: Completed 1366 actions in 0.27 seconds.
44892026-05-18T23:49:54.922Z[ host-image] May 18 23:49:53.835 INFO O| May 18 23:49:53.834 INFO O| Finalize: Updating package state database ... Done
44902026-05-18T23:49:54.922Z[ host-image] May 18 23:49:53.835 INFO O| May 18 23:49:53.835 INFO O| Finalize: Updating package cache ... Done
44912026-05-18T23:49:54.940Z[ host-image] May 18 23:49:53.853 INFO O| May 18 23:49:53.852 INFO O| Finalize: Updating image state ... Done
44922026-05-18T23:49:55.140Z[ recovery-image] May 18 23:49:54.053 INFO O| May 18 23:49:54.053 INFO O| Startup: Refreshing catalog 'helios' ... Done
44932026-05-18T23:49:55.199Z[ recovery-image] May 18 23:49:54.111 INFO O| May 18 23:49:54.111 INFO O| Startup: Caching catalogs ... Done
44942026-05-18T23:49:55.310Z[ recovery-image] May 18 23:49:54.222 INFO O| May 18 23:49:54.222 INFO O| Planning: Solver setup ... Done
44952026-05-18T23:49:55.314Z[ recovery-image] May 18 23:49:54.227 INFO O| May 18 23:49:54.227 INFO O| Planning: Running solver ... Done
44962026-05-18T23:49:55.317Z[ recovery-image] May 18 23:49:54.229 INFO O| May 18 23:49:54.229 INFO O| Planning: Finding local manifests ... Done
44972026-05-18T23:49:55.328Z[ recovery-image] May 18 23:49:54.241 INFO O| May 18 23:49:54.241 INFO O| Planning: Fetching manifests: 0/1 0% complete
44982026-05-18T23:49:55.333Z[ recovery-image] May 18 23:49:54.246 INFO O| May 18 23:49:54.246 INFO O| Planning: Fetching manifests: 1/1 100% complete
44992026-05-18T23:49:55.349Z[ recovery-image] May 18 23:49:54.262 INFO O| May 18 23:49:54.262 INFO O| Planning: Package planning ... Done
45002026-05-18T23:49:55.352Z[ recovery-image] May 18 23:49:54.262 INFO O| May 18 23:49:54.262 INFO O| Planning: Merging actions ... Done
45012026-05-18T23:49:55.370Z[ recovery-image] May 18 23:49:54.283 INFO O| May 18 23:49:54.283 INFO O| Planning: Checking for conflicting actions ... Done
45022026-05-18T23:49:55.374Z[ recovery-image] May 18 23:49:54.284 INFO O| May 18 23:49:54.284 INFO O| Planning: Consolidating action changes ... Done
45032026-05-18T23:49:55.467Z[ recovery-image] May 18 23:49:54.379 INFO O| May 18 23:49:54.379 INFO O| Planning: Evaluating mediators ... Done
45042026-05-18T23:49:55.471Z[ recovery-image] May 18 23:49:54.379 INFO O| May 18 23:49:54.379 INFO O| Planning: Planning completed in 0.26 seconds
45052026-05-18T23:49:55.471Z[ recovery-image] May 18 23:49:54.379 INFO O| May 18 23:49:54.379 INFO O| Packages to install: 1
45062026-05-18T23:49:55.476Z[ recovery-image] May 18 23:49:54.389 INFO O| May 18 23:49:54.389 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45072026-05-18T23:49:55.595Z[ recovery-image] May 18 23:49:54.508 INFO O| May 18 23:49:54.508 INFO O| Download: Completed 12.63 MB in 0.12 seconds (105M/s)
45082026-05-18T23:49:55.670Z[ recovery-image] May 18 23:49:54.580 INFO O| May 18 23:49:54.580 INFO O| Actions: 1/22 actions (Installing new actions)
45092026-05-18T23:49:55.757Z[ host-image] May 18 23:49:54.670 INFO O| May 18 23:49:54.670 INFO O| Finalize: Creating fast lookup database ... Done
45102026-05-18T23:49:55.782Z[ host-image] May 18 23:49:54.695 INFO O| May 18 23:49:54.695 INFO O| Finalize: Reading search index ... Done
45112026-05-18T23:49:55.782Z[ host-image] May 18 23:49:54.695 INFO O| May 18 23:49:54.695 INFO O| Finalize: Updating search index ... Done
45122026-05-18T23:49:55.812Z[ host-image] May 18 23:49:54.725 INFO O| May 18 23:49:54.725 INFO O| Finalize: Updating package cache ... Done
45132026-05-18T23:49:55.881Z[ recovery-image] May 18 23:49:54.793 INFO O| May 18 23:49:54.793 INFO O| Actions: Completed 22 actions in 0.21 seconds.
45142026-05-18T23:49:55.887Z[ recovery-image] May 18 23:49:54.800 INFO O| May 18 23:49:54.800 INFO O| Finalize: Updating package state database ... Done
45152026-05-18T23:49:55.887Z[ recovery-image] May 18 23:49:54.800 INFO O| May 18 23:49:54.800 INFO O| Finalize: Updating package cache ... Done
45162026-05-18T23:49:55.902Z[ recovery-image] May 18 23:49:54.815 INFO O| May 18 23:49:54.815 INFO O| Finalize: Updating image state ... Done
45172026-05-18T23:49:55.912Z[ host-image] May 18 23:49:54.825 INFO O| May 18 23:49:54.825 INFO STEP 13 (pkg_install) COMPLETE
45182026-05-18T23:49:55.912Z[ host-image] May 18 23:49:54.825 INFO O| May 18 23:49:54.825 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45192026-05-18T23:49:55.921Z[ host-image] May 18 23:49:54.834 INFO O| May 18 23:49:54.834 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45202026-05-18T23:49:56.491Z[ host-image] May 18 23:49:55.404 INFO O| May 18 23:49:55.404 INFO O| Startup: Refreshing catalog 'helios' ... Done
45212026-05-18T23:49:56.499Z[ recovery-image] May 18 23:49:55.412 INFO O| May 18 23:49:55.412 INFO O| Finalize: Creating fast lookup database ... Done
45222026-05-18T23:49:56.512Z[ recovery-image] May 18 23:49:55.425 INFO O| May 18 23:49:55.425 INFO O| Finalize: Reading search index ... Done
45232026-05-18T23:49:56.512Z[ recovery-image] May 18 23:49:55.425 INFO O| May 18 23:49:55.425 INFO O| Finalize: Updating search index ... Done
45242026-05-18T23:49:56.522Z[ recovery-image] May 18 23:49:55.435 INFO O| May 18 23:49:55.435 INFO O| Finalize: Updating package cache ... Done
45252026-05-18T23:49:56.558Z[ host-image] May 18 23:49:55.471 INFO O| May 18 23:49:55.471 INFO O| Startup: Caching catalogs ... Done
45262026-05-18T23:49:56.627Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO STEP 14 (pkg_install) COMPLETE
45272026-05-18T23:49:56.627Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45282026-05-18T23:49:56.631Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO skip step because feature "mbist" is not enabled
45292026-05-18T23:49:56.631Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45302026-05-18T23:49:56.631Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO skip step because feature "mfg" is not enabled
45312026-05-18T23:49:56.631Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45322026-05-18T23:49:56.631Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO skip step because feature "compliance" is not enabled
45332026-05-18T23:49:56.631Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45342026-05-18T23:49:56.631Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO skip step because feature "stress" is not enabled
45352026-05-18T23:49:56.631Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45362026-05-18T23:49:56.631Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO skip step because feature "compliance" is not enabled
45372026-05-18T23:49:56.631Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45382026-05-18T23:49:56.632Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO skip step because feature "nfs" is not enabled
45392026-05-18T23:49:56.632Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45402026-05-18T23:49:56.632Z[ recovery-image] May 18 23:49:55.539 INFO O| May 18 23:49:55.539 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45412026-05-18T23:49:56.690Z[ host-image] May 18 23:49:55.602 INFO O| May 18 23:49:55.602 INFO O| Planning: Solver setup ... Done
45422026-05-18T23:49:56.693Z[ host-image] May 18 23:49:55.606 INFO O| May 18 23:49:55.606 INFO O| Planning: Running solver ... Done
45432026-05-18T23:49:56.696Z[ host-image] May 18 23:49:55.608 INFO O| May 18 23:49:55.608 INFO O| Planning: Finding local manifests ... Done
45442026-05-18T23:49:56.718Z[ host-image] May 18 23:49:55.631 INFO O| May 18 23:49:55.631 INFO O| Planning: Fetching manifests: 0/1 0% complete
45452026-05-18T23:49:56.734Z[ host-image] May 18 23:49:55.647 INFO O| May 18 23:49:55.647 INFO O| Planning: Fetching manifests: 1/1 100% complete
45462026-05-18T23:49:56.750Z[ host-image] May 18 23:49:55.663 INFO O| May 18 23:49:55.663 INFO O| Planning: Package planning ... Done
45472026-05-18T23:49:56.750Z[ host-image] May 18 23:49:55.663 INFO O| May 18 23:49:55.663 INFO O| Planning: Merging actions ... Done
45482026-05-18T23:49:56.821Z[ host-image] May 18 23:49:55.734 INFO O| May 18 23:49:55.734 INFO O| Planning: Checking for conflicting actions ... Done
45492026-05-18T23:49:56.824Z[ host-image] May 18 23:49:55.734 INFO O| May 18 23:49:55.734 INFO O| Planning: Consolidating action changes ... Done
45502026-05-18T23:49:56.835Z[ recovery-image] May 18 23:49:55.747 INFO O| May 18 23:49:55.747 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45512026-05-18T23:49:56.917Z[ recovery-image] May 18 23:49:55.830 INFO O| May 18 23:49:55.830 INFO completed processing sled/ramdisk-01-os
45522026-05-18T23:49:56.921Z[ recovery-image] May 18 23:49:55.832 INFO image builder template: ramdisk-02-trim...
45532026-05-18T23:49:56.921Z[ recovery-image] May 18 23:49:55.832 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/.tmphiA1vH/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45542026-05-18T23:49:56.937Z[ recovery-image] May 18 23:49:55.850 INFO O| May 18 23:49:55.850 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45552026-05-18T23:49:56.941Z[ recovery-image] May 18 23:49:55.854 INFO O| May 18 23:49:55.854 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45562026-05-18T23:49:56.944Z[ host-image] May 18 23:49:55.856 INFO O| May 18 23:49:55.856 INFO O| Planning: Evaluating mediators ... Done
45572026-05-18T23:49:56.944Z[ host-image] May 18 23:49:55.856 INFO O| May 18 23:49:55.856 INFO O| Planning: Planning completed in 0.38 seconds
45582026-05-18T23:49:56.944Z[ host-image] May 18 23:49:55.856 INFO O| May 18 23:49:55.856 INFO O| Packages to install: 1
45592026-05-18T23:49:57.056Z[ host-image] May 18 23:49:55.865 INFO O| May 18 23:49:55.865 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45602026-05-18T23:49:57.056Z[ recovery-image] May 18 23:49:55.932 INFO O| May 18 23:49:55.932 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45612026-05-18T23:49:57.156Z[ recovery-image] May 18 23:49:56.067 INFO O| May 18 23:49:56.067 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45622026-05-18T23:49:57.156Z[ recovery-image] May 18 23:49:56.067 INFO O| May 18 23:49:56.067 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45632026-05-18T23:49:57.160Z[ recovery-image] May 18 23:49:56.071 INFO O| May 18 23:49:56.071 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45642026-05-18T23:49:57.163Z[ recovery-image] May 18 23:49:56.073 INFO O| May 18 23:49:56.073 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45652026-05-18T23:49:57.166Z[ recovery-image] May 18 23:49:56.076 INFO O| May 18 23:49:56.076 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45662026-05-18T23:49:57.382Z[ recovery-image] May 18 23:49:56.295 INFO O| May 18 23:49:56.295 INFO rolled back to input snapshot; work may begin
45672026-05-18T23:49:57.382Z[ recovery-image] May 18 23:49:56.295 INFO O| May 18 23:49:56.295 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45682026-05-18T23:49:57.387Z[ recovery-image] May 18 23:49:56.299 INFO O| May 18 23:49:56.299 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692026-05-18T23:49:57.391Z[ host-image] May 18 23:49:56.304 INFO O| May 18 23:49:56.304 INFO O| Download: Completed 12.63 MB in 0.44 seconds (28.8M/s)
45702026-05-18T23:49:57.394Z[ recovery-image] May 18 23:49:56.305 INFO O| May 18 23:49:56.305 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45712026-05-18T23:49:57.410Z[ host-image] May 18 23:49:56.322 INFO O| May 18 23:49:56.322 INFO O| Actions: 1/22 actions (Installing new actions)
45722026-05-18T23:49:57.431Z[ recovery-image] May 18 23:49:56.343 INFO O| May 18 23:49:56.343 INFO STEP 0 (remove_files) COMPLETE
45732026-05-18T23:49:57.432Z[ recovery-image] May 18 23:49:56.343 INFO O| May 18 23:49:56.343 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742026-05-18T23:49:57.440Z[ recovery-image] May 18 23:49:56.352 INFO O| May 18 23:49:56.352 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45752026-05-18T23:49:57.443Z[ recovery-image] May 18 23:49:56.353 INFO O| May 18 23:49:56.353 INFO STEP 1 (remove_files) COMPLETE
45762026-05-18T23:49:57.443Z[ recovery-image] May 18 23:49:56.353 INFO O| May 18 23:49:56.353 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772026-05-18T23:49:57.449Z[ recovery-image] May 18 23:49:56.361 INFO O| May 18 23:49:56.361 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45782026-05-18T23:49:57.461Z[ recovery-image] May 18 23:49:56.374 INFO O| May 18 23:49:56.374 INFO STEP 2 (remove_files) COMPLETE
45792026-05-18T23:49:57.461Z[ recovery-image] May 18 23:49:56.374 INFO O| May 18 23:49:56.374 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-05-18T23:49:57.468Z[ recovery-image] May 18 23:49:56.381 INFO O| May 18 23:49:56.381 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45812026-05-18T23:49:57.470Z[ recovery-image] May 18 23:49:56.382 INFO O| May 18 23:49:56.382 INFO STEP 3 (remove_files) COMPLETE
45822026-05-18T23:49:57.470Z[ recovery-image] May 18 23:49:56.383 INFO O| May 18 23:49:56.382 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832026-05-18T23:49:57.476Z[ recovery-image] May 18 23:49:56.389 INFO O| May 18 23:49:56.389 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45842026-05-18T23:49:57.479Z[ recovery-image] May 18 23:49:56.392 INFO O| May 18 23:49:56.392 INFO STEP 4 (remove_files) COMPLETE
45852026-05-18T23:49:57.479Z[ recovery-image] May 18 23:49:56.392 INFO O| May 18 23:49:56.392 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-05-18T23:49:57.485Z[ recovery-image] May 18 23:49:56.398 INFO O| May 18 23:49:56.398 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45872026-05-18T23:49:57.485Z[ recovery-image] May 18 23:49:56.398 INFO O| May 18 23:49:56.398 INFO STEP 5 (remove_files) COMPLETE
45882026-05-18T23:49:57.488Z[ recovery-image] May 18 23:49:56.398 INFO O| May 18 23:49:56.398 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-05-18T23:49:57.494Z[ recovery-image] May 18 23:49:56.407 INFO O| May 18 23:49:56.407 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45902026-05-18T23:49:57.506Z[ recovery-image] May 18 23:49:56.419 INFO O| May 18 23:49:56.419 INFO STEP 6 (remove_files) COMPLETE
45912026-05-18T23:49:57.506Z[ recovery-image] May 18 23:49:56.419 INFO O| May 18 23:49:56.419 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922026-05-18T23:49:57.509Z[ recovery-image] May 18 23:49:56.419 INFO O| May 18 23:49:56.419 INFO skip step because feature "heliosv2" is not enabled
45932026-05-18T23:49:57.509Z[ recovery-image] May 18 23:49:56.419 INFO O| May 18 23:49:56.419 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-05-18T23:49:57.510Z[ recovery-image] May 18 23:49:56.419 INFO O| May 18 23:49:56.419 INFO skip step because feature "recovery" is enabled
45952026-05-18T23:49:57.510Z[ recovery-image] May 18 23:49:56.419 INFO O| May 18 23:49:56.419 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45962026-05-18T23:49:57.510Z[ recovery-image] May 18 23:49:56.419 INFO O| May 18 23:49:56.419 INFO skip step because feature "recovery" is enabled
45972026-05-18T23:49:57.510Z[ recovery-image] May 18 23:49:56.419 INFO O| May 18 23:49:56.419 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-05-18T23:49:57.510Z[ recovery-image] May 18 23:49:56.419 INFO O| May 18 23:49:56.419 INFO skip step because feature "recovery" is enabled
45992026-05-18T23:49:57.510Z[ recovery-image] May 18 23:49:56.419 INFO O| May 18 23:49:56.419 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-05-18T23:49:57.515Z[ recovery-image] May 18 23:49:56.428 INFO O| May 18 23:49:56.428 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46012026-05-18T23:49:57.519Z[ recovery-image] May 18 23:49:56.430 INFO O| May 18 23:49:56.430 INFO STEP 11 (remove_files) COMPLETE
46022026-05-18T23:49:57.519Z[ recovery-image] May 18 23:49:56.431 INFO O| May 18 23:49:56.430 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-05-18T23:49:57.527Z[ recovery-image] May 18 23:49:56.440 INFO O| May 18 23:49:56.440 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46042026-05-18T23:49:57.530Z[ recovery-image] May 18 23:49:56.441 INFO O| May 18 23:49:56.441 INFO STEP 12 (remove_files) COMPLETE
46052026-05-18T23:49:57.530Z[ recovery-image] May 18 23:49:56.441 INFO O| May 18 23:49:56.441 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-05-18T23:49:57.534Z[ recovery-image] May 18 23:49:56.447 INFO O| May 18 23:49:56.447 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46072026-05-18T23:49:57.537Z[ recovery-image] May 18 23:49:56.449 INFO O| May 18 23:49:56.449 INFO STEP 13 (remove_files) COMPLETE
46082026-05-18T23:49:57.537Z[ recovery-image] May 18 23:49:56.449 INFO O| May 18 23:49:56.449 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-05-18T23:49:57.547Z[ recovery-image] May 18 23:49:56.460 INFO O| May 18 23:49:56.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
46102026-05-18T23:49:57.549Z[ recovery-image] May 18 23:49:56.460 INFO O| May 18 23:49:56.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
46112026-05-18T23:49:57.624Z[ host-image] May 18 23:49:56.537 INFO O| May 18 23:49:56.537 INFO O| Actions: Completed 22 actions in 0.22 seconds.
46122026-05-18T23:49:57.629Z[ host-image] May 18 23:49:56.542 INFO O| May 18 23:49:56.542 INFO O| Finalize: Updating package state database ... Done
46132026-05-18T23:49:57.629Z[ host-image] May 18 23:49:56.542 INFO O| May 18 23:49:56.542 INFO O| Finalize: Updating package cache ... Done
46142026-05-18T23:49:57.642Z[ recovery-image] May 18 23:49:56.554 INFO O| May 18 23:49:56.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46152026-05-18T23:49:57.645Z[ recovery-image] May 18 23:49:56.556 INFO O| May 18 23:49:56.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46162026-05-18T23:49:57.647Z[ host-image] May 18 23:49:56.559 INFO O| May 18 23:49:56.559 INFO O| Finalize: Updating image state ... Done
46172026-05-18T23:49:57.695Z[ recovery-image] May 18 23:49:56.608 INFO O| May 18 23:49:56.608 INFO STEP 14 (remove_files) COMPLETE
46182026-05-18T23:49:57.695Z[ recovery-image] May 18 23:49:56.608 INFO O| May 18 23:49:56.608 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-05-18T23:49:57.703Z[ recovery-image] May 18 23:49:56.616 INFO O| May 18 23:49:56.616 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46202026-05-18T23:49:57.707Z[ recovery-image] May 18 23:49:56.618 INFO O| May 18 23:49:56.618 INFO STEP 15 (remove_files) COMPLETE
46212026-05-18T23:49:57.707Z[ recovery-image] May 18 23:49:56.618 INFO O| May 18 23:49:56.618 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-05-18T23:49:57.711Z[ recovery-image] May 18 23:49:56.624 INFO O| May 18 23:49:56.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46232026-05-18T23:49:57.717Z[ recovery-image] May 18 23:49:56.630 INFO O| May 18 23:49:56.630 INFO STEP 16 (remove_files) COMPLETE
46242026-05-18T23:49:57.717Z[ recovery-image] May 18 23:49:56.630 INFO O| May 18 23:49:56.630 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-05-18T23:49:57.725Z[ recovery-image] May 18 23:49:56.638 INFO O| May 18 23:49:56.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46262026-05-18T23:49:57.728Z[ recovery-image] May 18 23:49:56.638 INFO O| May 18 23:49:56.638 INFO STEP 17 (remove_files) COMPLETE
46272026-05-18T23:49:57.728Z[ recovery-image] May 18 23:49:56.638 INFO O| May 18 23:49:56.638 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-05-18T23:49:57.733Z[ recovery-image] May 18 23:49:56.646 INFO O| May 18 23:49:56.646 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46292026-05-18T23:49:57.736Z[ recovery-image] May 18 23:49:56.647 INFO O| May 18 23:49:56.647 INFO STEP 18 (remove_files) COMPLETE
46302026-05-18T23:49:57.736Z[ recovery-image] May 18 23:49:56.647 INFO O| May 18 23:49:56.647 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-05-18T23:49:57.743Z[ recovery-image] May 18 23:49:56.655 INFO O| May 18 23:49:56.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46322026-05-18T23:49:57.743Z[ recovery-image] May 18 23:49:56.655 INFO O| May 18 23:49:56.655 INFO STEP 19 (remove_files) COMPLETE
46332026-05-18T23:49:57.746Z[ recovery-image] May 18 23:49:56.655 INFO O| May 18 23:49:56.655 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-05-18T23:49:57.749Z[ recovery-image] May 18 23:49:56.662 INFO O| May 18 23:49:56.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46352026-05-18T23:49:57.749Z[ recovery-image] May 18 23:49:56.662 INFO O| May 18 23:49:56.662 INFO STEP 20 (remove_files) COMPLETE
46362026-05-18T23:49:57.752Z[ recovery-image] May 18 23:49:56.662 INFO O| May 18 23:49:56.662 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-05-18T23:49:57.757Z[ recovery-image] May 18 23:49:56.670 INFO O| May 18 23:49:56.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46382026-05-18T23:49:57.757Z[ recovery-image] May 18 23:49:56.670 INFO O| May 18 23:49:56.670 INFO STEP 21 (remove_files) COMPLETE
46392026-05-18T23:49:57.759Z[ recovery-image] May 18 23:49:56.670 INFO O| May 18 23:49:56.670 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-05-18T23:49:57.762Z[ recovery-image] May 18 23:49:56.675 INFO O| May 18 23:49:56.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46412026-05-18T23:49:57.762Z[ recovery-image] May 18 23:49:56.675 INFO O| May 18 23:49:56.675 INFO STEP 22 (remove_files) COMPLETE
46422026-05-18T23:49:57.765Z[ recovery-image] May 18 23:49:56.675 INFO O| May 18 23:49:56.675 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-05-18T23:49:57.769Z[ recovery-image] May 18 23:49:56.681 INFO O| May 18 23:49:56.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46442026-05-18T23:49:57.769Z[ recovery-image] May 18 23:49:56.681 INFO O| May 18 23:49:56.681 INFO STEP 23 (remove_files) COMPLETE
46452026-05-18T23:49:57.772Z[ recovery-image] May 18 23:49:56.681 INFO O| May 18 23:49:56.681 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-05-18T23:49:57.777Z[ recovery-image] May 18 23:49:56.689 INFO O| May 18 23:49:56.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46472026-05-18T23:49:57.777Z[ recovery-image] May 18 23:49:56.689 INFO O| May 18 23:49:56.689 INFO STEP 24 (remove_files) COMPLETE
46482026-05-18T23:49:57.781Z[ recovery-image] May 18 23:49:56.689 INFO O| May 18 23:49:56.689 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-05-18T23:49:57.785Z[ recovery-image] May 18 23:49:56.696 INFO O| May 18 23:49:56.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46502026-05-18T23:49:57.785Z[ recovery-image] May 18 23:49:56.696 INFO O| May 18 23:49:56.696 INFO STEP 25 (remove_files) COMPLETE
46512026-05-18T23:49:57.785Z[ recovery-image] May 18 23:49:56.696 INFO O| May 18 23:49:56.696 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-05-18T23:49:57.789Z[ recovery-image] May 18 23:49:56.702 INFO O| May 18 23:49:56.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46532026-05-18T23:49:57.789Z[ recovery-image] May 18 23:49:56.702 INFO O| May 18 23:49:56.702 INFO STEP 26 (remove_files) COMPLETE
46542026-05-18T23:49:57.792Z[ recovery-image] May 18 23:49:56.702 INFO O| May 18 23:49:56.702 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-05-18T23:49:57.796Z[ recovery-image] May 18 23:49:56.709 INFO O| May 18 23:49:56.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46562026-05-18T23:49:57.798Z[ recovery-image] May 18 23:49:56.709 INFO O| May 18 23:49:56.709 INFO STEP 27 (remove_files) COMPLETE
46572026-05-18T23:49:57.798Z[ recovery-image] May 18 23:49:56.709 INFO O| May 18 23:49:56.709 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-05-18T23:49:57.803Z[ recovery-image] May 18 23:49:56.717 INFO O| May 18 23:49:56.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46592026-05-18T23:49:57.808Z[ recovery-image] May 18 23:49:56.717 INFO O| May 18 23:49:56.717 INFO STEP 28 (remove_files) COMPLETE
46602026-05-18T23:49:57.808Z[ recovery-image] May 18 23:49:56.717 INFO O| May 18 23:49:56.717 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-05-18T23:49:57.811Z[ recovery-image] May 18 23:49:56.724 INFO O| May 18 23:49:56.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46622026-05-18T23:49:57.811Z[ recovery-image] May 18 23:49:56.724 INFO O| May 18 23:49:56.724 INFO STEP 29 (remove_files) COMPLETE
46632026-05-18T23:49:57.813Z[ recovery-image] May 18 23:49:56.724 INFO O| May 18 23:49:56.724 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-05-18T23:49:57.818Z[ recovery-image] May 18 23:49:56.731 INFO O| May 18 23:49:56.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46652026-05-18T23:49:57.818Z[ recovery-image] May 18 23:49:56.731 INFO O| May 18 23:49:56.731 INFO STEP 30 (remove_files) COMPLETE
46662026-05-18T23:49:57.821Z[ recovery-image] May 18 23:49:56.731 INFO O| May 18 23:49:56.731 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-05-18T23:49:57.824Z[ recovery-image] May 18 23:49:56.736 INFO O| May 18 23:49:56.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46682026-05-18T23:49:57.824Z[ recovery-image] May 18 23:49:56.736 INFO O| May 18 23:49:56.736 INFO STEP 31 (remove_files) COMPLETE
46692026-05-18T23:49:57.824Z[ recovery-image] May 18 23:49:56.736 INFO O| May 18 23:49:56.736 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-05-18T23:49:57.831Z[ recovery-image] May 18 23:49:56.744 INFO O| May 18 23:49:56.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46712026-05-18T23:49:57.834Z[ recovery-image] May 18 23:49:56.744 INFO O| May 18 23:49:56.744 INFO STEP 32 (remove_files) COMPLETE
46722026-05-18T23:49:57.834Z[ recovery-image] May 18 23:49:56.744 INFO O| May 18 23:49:56.744 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-05-18T23:49:57.837Z[ recovery-image] May 18 23:49:56.750 INFO O| May 18 23:49:56.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46742026-05-18T23:49:57.837Z[ recovery-image] May 18 23:49:56.750 INFO O| May 18 23:49:56.750 INFO STEP 33 (remove_files) COMPLETE
46752026-05-18T23:49:57.837Z[ recovery-image] May 18 23:49:56.750 INFO O| May 18 23:49:56.750 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-05-18T23:49:57.844Z[ recovery-image] May 18 23:49:56.757 INFO O| May 18 23:49:56.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46772026-05-18T23:49:57.844Z[ recovery-image] May 18 23:49:56.757 INFO O| May 18 23:49:56.757 INFO STEP 34 (remove_files) COMPLETE
46782026-05-18T23:49:57.846Z[ recovery-image] May 18 23:49:56.757 INFO O| May 18 23:49:56.757 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-05-18T23:49:57.851Z[ recovery-image] May 18 23:49:56.764 INFO O| May 18 23:49:56.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46802026-05-18T23:49:57.851Z[ recovery-image] May 18 23:49:56.764 INFO O| May 18 23:49:56.764 INFO STEP 35 (remove_files) COMPLETE
46812026-05-18T23:49:57.854Z[ recovery-image] May 18 23:49:56.764 INFO O| May 18 23:49:56.764 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-05-18T23:49:57.857Z[ recovery-image] May 18 23:49:56.770 INFO O| May 18 23:49:56.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46832026-05-18T23:49:57.863Z[ recovery-image] May 18 23:49:56.770 INFO O| May 18 23:49:56.770 INFO STEP 36 (remove_files) COMPLETE
46842026-05-18T23:49:57.863Z[ recovery-image] May 18 23:49:56.770 INFO O| May 18 23:49:56.770 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-05-18T23:49:57.866Z[ recovery-image] May 18 23:49:56.776 INFO O| May 18 23:49:56.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46862026-05-18T23:49:57.866Z[ recovery-image] May 18 23:49:56.776 INFO O| May 18 23:49:56.776 INFO STEP 37 (remove_files) COMPLETE
46872026-05-18T23:49:57.866Z[ recovery-image] May 18 23:49:56.776 INFO O| May 18 23:49:56.776 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-05-18T23:49:57.872Z[ recovery-image] May 18 23:49:56.783 INFO O| May 18 23:49:56.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46892026-05-18T23:49:57.875Z[ recovery-image] May 18 23:49:56.783 INFO O| May 18 23:49:56.783 INFO STEP 38 (remove_files) COMPLETE
46902026-05-18T23:49:57.875Z[ recovery-image] May 18 23:49:56.783 INFO O| May 18 23:49:56.783 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-05-18T23:49:57.878Z[ recovery-image] May 18 23:49:56.789 INFO O| May 18 23:49:56.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46922026-05-18T23:49:57.878Z[ recovery-image] May 18 23:49:56.789 INFO O| May 18 23:49:56.789 INFO STEP 39 (remove_files) COMPLETE
46932026-05-18T23:49:57.878Z[ recovery-image] May 18 23:49:56.789 INFO O| May 18 23:49:56.789 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-05-18T23:49:57.886Z[ recovery-image] May 18 23:49:56.798 INFO O| May 18 23:49:56.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46952026-05-18T23:49:57.886Z[ recovery-image] May 18 23:49:56.798 INFO O| May 18 23:49:56.798 INFO STEP 40 (remove_files) COMPLETE
46962026-05-18T23:49:57.889Z[ recovery-image] May 18 23:49:56.798 INFO O| May 18 23:49:56.798 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-05-18T23:49:57.894Z[ recovery-image] May 18 23:49:56.807 INFO O| May 18 23:49:56.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46982026-05-18T23:49:57.897Z[ recovery-image] May 18 23:49:56.807 INFO O| May 18 23:49:56.807 INFO STEP 41 (remove_files) COMPLETE
46992026-05-18T23:49:57.897Z[ recovery-image] May 18 23:49:56.807 INFO O| May 18 23:49:56.807 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-05-18T23:49:57.901Z[ recovery-image] May 18 23:49:56.814 INFO O| May 18 23:49:56.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47012026-05-18T23:49:57.904Z[ recovery-image] May 18 23:49:56.814 INFO O| May 18 23:49:56.814 INFO STEP 42 (remove_files) COMPLETE
47022026-05-18T23:49:57.904Z[ recovery-image] May 18 23:49:56.814 INFO O| May 18 23:49:56.814 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-05-18T23:49:57.910Z[ recovery-image] May 18 23:49:56.822 INFO O| May 18 23:49:56.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47042026-05-18T23:49:57.910Z[ recovery-image] May 18 23:49:56.822 INFO O| May 18 23:49:56.822 INFO STEP 43 (remove_files) COMPLETE
47052026-05-18T23:49:57.910Z[ recovery-image] May 18 23:49:56.822 INFO O| May 18 23:49:56.822 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-05-18T23:49:57.917Z[ recovery-image] May 18 23:49:56.830 INFO O| May 18 23:49:56.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47072026-05-18T23:49:57.920Z[ recovery-image] May 18 23:49:56.830 INFO O| May 18 23:49:56.830 INFO STEP 44 (remove_files) COMPLETE
47082026-05-18T23:49:57.920Z[ recovery-image] May 18 23:49:56.830 INFO O| May 18 23:49:56.830 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-05-18T23:49:57.923Z[ recovery-image] May 18 23:49:56.836 INFO O| May 18 23:49:56.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47102026-05-18T23:49:57.926Z[ recovery-image] May 18 23:49:56.836 INFO O| May 18 23:49:56.836 INFO STEP 45 (remove_files) COMPLETE
47112026-05-18T23:49:57.926Z[ recovery-image] May 18 23:49:56.836 INFO O| May 18 23:49:56.836 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-05-18T23:49:57.933Z[ recovery-image] May 18 23:49:56.845 INFO O| May 18 23:49:56.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47132026-05-18T23:49:57.937Z[ recovery-image] May 18 23:49:56.845 INFO O| May 18 23:49:56.845 INFO STEP 46 (remove_files) COMPLETE
47142026-05-18T23:49:57.937Z[ recovery-image] May 18 23:49:56.845 INFO O| May 18 23:49:56.845 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-05-18T23:49:57.940Z[ recovery-image] May 18 23:49:56.851 INFO O| May 18 23:49:56.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47162026-05-18T23:49:57.940Z[ recovery-image] May 18 23:49:56.851 INFO O| May 18 23:49:56.851 INFO STEP 47 (remove_files) COMPLETE
47172026-05-18T23:49:57.940Z[ recovery-image] May 18 23:49:56.851 INFO O| May 18 23:49:56.851 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-05-18T23:49:57.946Z[ recovery-image] May 18 23:49:56.859 INFO O| May 18 23:49:56.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47192026-05-18T23:49:57.949Z[ recovery-image] May 18 23:49:56.859 INFO O| May 18 23:49:56.859 INFO STEP 48 (remove_files) COMPLETE
47202026-05-18T23:49:57.949Z[ recovery-image] May 18 23:49:56.859 INFO O| May 18 23:49:56.859 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-05-18T23:49:57.954Z[ recovery-image] May 18 23:49:56.866 INFO O| May 18 23:49:56.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47222026-05-18T23:49:57.954Z[ recovery-image] May 18 23:49:56.867 INFO O| May 18 23:49:56.867 INFO STEP 49 (remove_files) COMPLETE
47232026-05-18T23:49:57.957Z[ recovery-image] May 18 23:49:56.867 INFO O| May 18 23:49:56.867 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-05-18T23:49:57.960Z[ recovery-image] May 18 23:49:56.874 INFO O| May 18 23:49:56.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47252026-05-18T23:49:57.963Z[ recovery-image] May 18 23:49:56.874 INFO O| May 18 23:49:56.874 INFO STEP 50 (remove_files) COMPLETE
47262026-05-18T23:49:57.963Z[ recovery-image] May 18 23:49:56.874 INFO O| May 18 23:49:56.874 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-05-18T23:49:57.967Z[ recovery-image] May 18 23:49:56.880 INFO O| May 18 23:49:56.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47282026-05-18T23:49:57.970Z[ recovery-image] May 18 23:49:56.880 INFO O| May 18 23:49:56.880 INFO STEP 51 (remove_files) COMPLETE
47292026-05-18T23:49:57.970Z[ recovery-image] May 18 23:49:56.880 INFO O| May 18 23:49:56.880 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302026-05-18T23:49:57.974Z[ recovery-image] May 18 23:49:56.887 INFO O| May 18 23:49:56.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47312026-05-18T23:49:57.974Z[ recovery-image] May 18 23:49:56.887 INFO O| May 18 23:49:56.887 INFO STEP 52 (remove_files) COMPLETE
47322026-05-18T23:49:57.977Z[ recovery-image] May 18 23:49:56.887 INFO O| May 18 23:49:56.887 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-05-18T23:49:57.985Z[ recovery-image] May 18 23:49:56.896 INFO O| May 18 23:49:56.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47342026-05-18T23:49:57.985Z[ recovery-image] May 18 23:49:56.896 INFO O| May 18 23:49:56.896 INFO STEP 53 (remove_files) COMPLETE
47352026-05-18T23:49:57.988Z[ recovery-image] May 18 23:49:56.896 INFO O| May 18 23:49:56.896 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362026-05-18T23:49:57.991Z[ recovery-image] May 18 23:49:56.904 INFO O| May 18 23:49:56.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47372026-05-18T23:49:57.994Z[ recovery-image] May 18 23:49:56.905 INFO O| May 18 23:49:56.904 INFO STEP 54 (remove_files) COMPLETE
47382026-05-18T23:49:57.995Z[ recovery-image] May 18 23:49:56.905 INFO O| May 18 23:49:56.905 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-05-18T23:49:58.000Z[ recovery-image] May 18 23:49:56.913 INFO O| May 18 23:49:56.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47402026-05-18T23:49:58.000Z[ recovery-image] May 18 23:49:56.913 INFO O| May 18 23:49:56.913 INFO STEP 55 (remove_files) COMPLETE
47412026-05-18T23:49:58.000Z[ recovery-image] May 18 23:49:56.913 INFO O| May 18 23:49:56.913 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-05-18T23:49:58.008Z[ recovery-image] May 18 23:49:56.919 INFO O| May 18 23:49:56.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47432026-05-18T23:49:58.010Z[ recovery-image] May 18 23:49:56.919 INFO O| May 18 23:49:56.919 INFO STEP 56 (remove_files) COMPLETE
47442026-05-18T23:49:58.011Z[ recovery-image] May 18 23:49:56.919 INFO O| May 18 23:49:56.919 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-05-18T23:49:58.014Z[ recovery-image] May 18 23:49:56.927 INFO O| May 18 23:49:56.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47462026-05-18T23:49:58.018Z[ recovery-image] May 18 23:49:56.927 INFO O| May 18 23:49:56.927 INFO STEP 57 (remove_files) COMPLETE
47472026-05-18T23:49:58.018Z[ recovery-image] May 18 23:49:56.927 INFO O| May 18 23:49:56.927 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-05-18T23:49:58.023Z[ recovery-image] May 18 23:49:56.935 INFO O| May 18 23:49:56.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47492026-05-18T23:49:58.023Z[ recovery-image] May 18 23:49:56.935 INFO O| May 18 23:49:56.935 INFO STEP 58 (remove_files) COMPLETE
47502026-05-18T23:49:58.025Z[ recovery-image] May 18 23:49:56.935 INFO O| May 18 23:49:56.935 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512026-05-18T23:49:58.029Z[ recovery-image] May 18 23:49:56.943 INFO O| May 18 23:49:56.942 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47522026-05-18T23:49:58.032Z[ recovery-image] May 18 23:49:56.943 INFO O| May 18 23:49:56.943 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47532026-05-18T23:49:58.032Z[ recovery-image] May 18 23:49:56.943 INFO O| May 18 23:49:56.943 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47542026-05-18T23:49:58.032Z[ recovery-image] May 18 23:49:56.943 INFO O| May 18 23:49:56.943 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47552026-05-18T23:49:58.032Z[ recovery-image] May 18 23:49:56.943 INFO O| May 18 23:49:56.943 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47562026-05-18T23:49:58.032Z[ recovery-image] May 18 23:49:56.943 INFO O| May 18 23:49:56.943 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47572026-05-18T23:49:58.032Z[ recovery-image] May 18 23:49:56.943 INFO O| May 18 23:49:56.943 INFO ok!
47582026-05-18T23:49:58.032Z[ recovery-image] May 18 23:49:56.943 INFO O| May 18 23:49:56.943 INFO STEP 59 (ensure_file) COMPLETE
47592026-05-18T23:49:58.033Z[ recovery-image] May 18 23:49:56.943 INFO O| May 18 23:49:56.943 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-05-18T23:49:58.037Z[ recovery-image] May 18 23:49:56.949 INFO O| May 18 23:49:56.949 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47612026-05-18T23:49:58.037Z[ recovery-image] May 18 23:49:56.949 INFO O| May 18 23:49:56.949 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47622026-05-18T23:49:58.040Z[ recovery-image] May 18 23:49:56.949 INFO O| May 18 23:49:56.949 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47632026-05-18T23:49:58.040Z[ recovery-image] May 18 23:49:56.949 INFO O| May 18 23:49:56.949 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47642026-05-18T23:49:58.040Z[ recovery-image] May 18 23:49:56.949 INFO O| May 18 23:49:56.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47652026-05-18T23:49:58.040Z[ recovery-image] May 18 23:49:56.949 INFO O| May 18 23:49:56.949 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47662026-05-18T23:49:58.040Z[ recovery-image] May 18 23:49:56.949 INFO O| May 18 23:49:56.949 INFO ok!
47672026-05-18T23:49:58.040Z[ recovery-image] May 18 23:49:56.949 INFO O| May 18 23:49:56.949 INFO STEP 60 (ensure_file) COMPLETE
47682026-05-18T23:49:58.040Z[ recovery-image] May 18 23:49:56.949 INFO O| May 18 23:49:56.949 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-05-18T23:49:58.044Z[ recovery-image] May 18 23:49:56.957 INFO O| May 18 23:49:56.957 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47702026-05-18T23:49:58.048Z[ recovery-image] May 18 23:49:56.957 INFO O| May 18 23:49:56.957 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47712026-05-18T23:49:58.048Z[ recovery-image] May 18 23:49:56.957 INFO O| May 18 23:49:56.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47722026-05-18T23:49:58.048Z[ recovery-image] May 18 23:49:56.957 INFO O| May 18 23:49:56.957 INFO ok!
47732026-05-18T23:49:58.048Z[ recovery-image] May 18 23:49:56.957 INFO O| May 18 23:49:56.957 INFO STEP 61 (ensure_file) COMPLETE
47742026-05-18T23:49:58.048Z[ recovery-image] May 18 23:49:56.957 INFO O| May 18 23:49:56.957 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-05-18T23:49:58.051Z[ recovery-image] May 18 23:49:56.964 INFO O| May 18 23:49:56.964 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47762026-05-18T23:49:58.051Z[ recovery-image] May 18 23:49:56.964 INFO O| May 18 23:49:56.964 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47772026-05-18T23:49:58.051Z[ recovery-image] May 18 23:49:56.964 INFO O| May 18 23:49:56.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47782026-05-18T23:49:58.051Z[ recovery-image] May 18 23:49:56.964 INFO O| May 18 23:49:56.964 INFO ok!
47792026-05-18T23:49:58.051Z[ recovery-image] May 18 23:49:56.964 INFO O| May 18 23:49:56.964 INFO STEP 62 (ensure_file) COMPLETE
47802026-05-18T23:49:58.051Z[ recovery-image] May 18 23:49:56.964 INFO O| May 18 23:49:56.964 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-05-18T23:49:58.058Z[ recovery-image] May 18 23:49:56.971 INFO O| May 18 23:49:56.971 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47822026-05-18T23:49:58.058Z[ recovery-image] May 18 23:49:56.971 INFO O| May 18 23:49:56.971 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47832026-05-18T23:49:58.063Z[ recovery-image] May 18 23:49:56.971 INFO O| May 18 23:49:56.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47842026-05-18T23:49:58.063Z[ recovery-image] May 18 23:49:56.971 INFO O| May 18 23:49:56.971 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47852026-05-18T23:49:58.063Z[ recovery-image] May 18 23:49:56.971 INFO O| May 18 23:49:56.971 INFO ok!
47862026-05-18T23:49:58.063Z[ recovery-image] May 18 23:49:56.971 INFO O| May 18 23:49:56.971 INFO STEP 63 (ensure_file) COMPLETE
47872026-05-18T23:49:58.063Z[ recovery-image] May 18 23:49:56.971 INFO O| May 18 23:49:56.971 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47882026-05-18T23:49:58.066Z[ recovery-image] May 18 23:49:56.979 INFO O| May 18 23:49:56.979 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47892026-05-18T23:49:58.066Z[ recovery-image] May 18 23:49:56.979 INFO O| May 18 23:49:56.979 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47902026-05-18T23:49:58.071Z[ recovery-image] May 18 23:49:56.979 INFO O| May 18 23:49:56.979 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47912026-05-18T23:49:58.071Z[ recovery-image] May 18 23:49:56.979 INFO O| May 18 23:49:56.979 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47922026-05-18T23:49:58.071Z[ recovery-image] May 18 23:49:56.979 INFO O| May 18 23:49:56.979 INFO ok!
47932026-05-18T23:49:58.071Z[ recovery-image] May 18 23:49:56.979 INFO O| May 18 23:49:56.979 INFO STEP 64 (ensure_file) COMPLETE
47942026-05-18T23:49:58.071Z[ recovery-image] May 18 23:49:56.979 INFO O| May 18 23:49:56.979 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952026-05-18T23:49:58.074Z[ recovery-image] May 18 23:49:56.987 INFO O| May 18 23:49:56.987 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47962026-05-18T23:49:58.074Z[ recovery-image] May 18 23:49:56.987 INFO O| May 18 23:49:56.987 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47972026-05-18T23:49:58.077Z[ recovery-image] May 18 23:49:56.987 INFO O| May 18 23:49:56.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47982026-05-18T23:49:58.077Z[ recovery-image] May 18 23:49:56.987 INFO O| May 18 23:49:56.987 INFO ok!
47992026-05-18T23:49:58.077Z[ recovery-image] May 18 23:49:56.987 INFO O| May 18 23:49:56.987 INFO STEP 65 (assemble_files) COMPLETE
48002026-05-18T23:49:58.077Z[ recovery-image] May 18 23:49:56.987 INFO O| May 18 23:49:56.987 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48012026-05-18T23:49:58.082Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48022026-05-18T23:49:58.082Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48032026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48042026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48052026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO ok!
48062026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO STEP 66 (ensure_file) COMPLETE
48072026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48082026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO skip step because feature "omicron1" is not enabled
48092026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48102026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO skip step because feature "omicron1" is not enabled
48112026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48122026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO skip step because feature "omicron1" is not enabled
48132026-05-18T23:49:58.087Z[ recovery-image] May 18 23:49:56.995 INFO O| May 18 23:49:56.995 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48142026-05-18T23:49:58.094Z[ recovery-image] May 18 23:49:57.007 INFO O| May 18 23:49:57.007 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48152026-05-18T23:49:58.098Z[ recovery-image] May 18 23:49:57.007 INFO O| May 18 23:49:57.007 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48162026-05-18T23:49:58.475Z[ host-image] May 18 23:49:57.388 INFO O| May 18 23:49:57.388 INFO O| Finalize: Creating fast lookup database ... Done
48172026-05-18T23:49:58.501Z[ host-image] May 18 23:49:57.414 INFO O| May 18 23:49:57.414 INFO O| Finalize: Reading search index ... Done
48182026-05-18T23:49:58.501Z[ host-image] May 18 23:49:57.414 INFO O| May 18 23:49:57.414 INFO O| Finalize: Updating search index ... Done
48192026-05-18T23:49:58.511Z[ host-image] May 18 23:49:57.424 INFO O| May 18 23:49:57.424 INFO O| Finalize: Updating package cache ... Done
48202026-05-18T23:49:58.615Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO STEP 14 (pkg_install) COMPLETE
48212026-05-18T23:49:58.615Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48222026-05-18T23:49:58.615Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO skip step because feature "mbist" is not enabled
48232026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48242026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO skip step because feature "mfg" is not enabled
48252026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48262026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO skip step because feature "compliance" is not enabled
48272026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48282026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO skip step because feature "stress" is not enabled
48292026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48302026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO skip step because feature "compliance" is not enabled
48312026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48322026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO skip step because feature "nfs" is not enabled
48332026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48342026-05-18T23:49:58.618Z[ host-image] May 18 23:49:57.528 INFO O| May 18 23:49:57.528 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48352026-05-18T23:49:58.918Z[ host-image] May 18 23:49:57.831 INFO O| May 18 23:49:57.831 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48362026-05-18T23:49:59.134Z[ host-image] May 18 23:49:58.046 INFO O| May 18 23:49:58.046 INFO completed processing sled/ramdisk-01-os
48372026-05-18T23:49:59.137Z[ host-image] May 18 23:49:58.049 INFO omicron1 baseline generation...
48382026-05-18T23:49:59.137Z[ host-image] May 18 23:49:58.049 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48392026-05-18T23:49:59.197Z[ recovery-image] May 18 23:49:58.110 INFO O| May 18 23:49:58.110 INFO STEP 70 (pack_tar) COMPLETE
48402026-05-18T23:49:59.200Z[ recovery-image] May 18 23:49:58.110 INFO O| May 18 23:49:58.110 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48412026-05-18T23:49:59.200Z[ recovery-image] May 18 23:49:58.110 INFO O| May 18 23:49:58.110 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48422026-05-18T23:49:59.312Z[ recovery-image] May 18 23:49:58.225 INFO O| May 18 23:49:58.225 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48432026-05-18T23:49:59.388Z[ recovery-image] May 18 23:49:58.300 INFO O| May 18 23:49:58.300 INFO completed processing sled/ramdisk-02-trim
48442026-05-18T23:49:59.391Z[ recovery-image] May 18 23:49:58.303 INFO image builder template: ramdisk-03-recovery-trim...
48452026-05-18T23:49:59.391Z[ recovery-image] May 18 23:49:58.303 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/.tmphiA1vH/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48462026-05-18T23:49:59.395Z[ recovery-image] May 18 23:49:58.308 INFO O| May 18 23:49:58.308 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48472026-05-18T23:49:59.472Z[ recovery-image] May 18 23:49:58.384 INFO O| May 18 23:49:58.384 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48482026-05-18T23:49:59.476Z[ recovery-image] May 18 23:49:58.388 INFO O| May 18 23:49:58.388 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48492026-05-18T23:49:59.520Z[ host-image] May 18 23:49:58.432 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23989:20260513T150935Z
48502026-05-18T23:49:59.561Z[ recovery-image] May 18 23:49:58.474 INFO O| May 18 23:49:58.474 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48512026-05-18T23:49:59.629Z[ recovery-image] May 18 23:49:58.540 INFO O| May 18 23:49:58.540 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48522026-05-18T23:49:59.629Z[ recovery-image] May 18 23:49:58.540 INFO O| May 18 23:49:58.540 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48532026-05-18T23:49:59.634Z[ recovery-image] May 18 23:49:58.546 INFO O| May 18 23:49:58.546 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48542026-05-18T23:49:59.638Z[ recovery-image] May 18 23:49:58.550 INFO O| May 18 23:49:58.550 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48552026-05-18T23:49:59.703Z[ recovery-image] May 18 23:49:58.554 INFO O| May 18 23:49:58.554 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48562026-05-18T23:50:00.072Z[ recovery-image] May 18 23:49:58.984 INFO O| May 18 23:49:58.984 INFO rolled back to input snapshot; work may begin
48572026-05-18T23:50:00.072Z[ recovery-image] May 18 23:49:58.984 INFO O| May 18 23:49:58.984 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48582026-05-18T23:50:00.077Z[ recovery-image] May 18 23:49:58.989 INFO O| May 18 23:49:58.989 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48592026-05-18T23:50:00.085Z[ recovery-image] May 18 23:49:58.998 INFO O| May 18 23:49:58.998 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48602026-05-18T23:50:00.100Z[ recovery-image] May 18 23:49:59.012 INFO O| May 18 23:49:59.012 INFO STEP 0 (remove_files) COMPLETE
48612026-05-18T23:50:00.100Z[ recovery-image] May 18 23:49:59.012 INFO O| May 18 23:49:59.012 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48622026-05-18T23:50:00.109Z[ recovery-image] May 18 23:49:59.022 INFO O| May 18 23:49:59.022 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48632026-05-18T23:50:00.165Z[ recovery-image] May 18 23:49:59.075 INFO O| May 18 23:49:59.075 INFO STEP 1 (remove_files) COMPLETE
48642026-05-18T23:50:00.165Z[ recovery-image] May 18 23:49:59.075 INFO O| May 18 23:49:59.075 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48652026-05-18T23:50:00.171Z[ recovery-image] May 18 23:49:59.084 INFO O| May 18 23:49:59.084 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48662026-05-18T23:50:00.174Z[ recovery-image] May 18 23:49:59.085 INFO O| May 18 23:49:59.085 INFO STEP 2 (remove_files) COMPLETE
48672026-05-18T23:50:00.174Z[ recovery-image] May 18 23:49:59.085 INFO O| May 18 23:49:59.085 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48682026-05-18T23:50:00.182Z[ recovery-image] May 18 23:49:59.094 INFO O| May 18 23:49:59.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48692026-05-18T23:50:00.217Z[ recovery-image] May 18 23:49:59.129 INFO O| May 18 23:49:59.129 INFO STEP 3 (remove_files) COMPLETE
48702026-05-18T23:50:00.217Z[ recovery-image] May 18 23:49:59.129 INFO O| May 18 23:49:59.129 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48712026-05-18T23:50:00.227Z[ recovery-image] May 18 23:49:59.140 INFO O| May 18 23:49:59.140 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48722026-05-18T23:50:00.238Z[ recovery-image] May 18 23:49:59.150 INFO O| May 18 23:49:59.150 INFO STEP 4 (remove_files) COMPLETE
48732026-05-18T23:50:00.238Z[ recovery-image] May 18 23:49:59.150 INFO O| May 18 23:49:59.150 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48742026-05-18T23:50:00.247Z[ recovery-image] May 18 23:49:59.160 INFO O| May 18 23:49:59.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48752026-05-18T23:50:00.252Z[ recovery-image] May 18 23:49:59.162 INFO O| May 18 23:49:59.162 INFO STEP 5 (remove_files) COMPLETE
48762026-05-18T23:50:00.252Z[ recovery-image] May 18 23:49:59.162 INFO O| May 18 23:49:59.162 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48772026-05-18T23:50:00.259Z[ recovery-image] May 18 23:49:59.172 INFO O| May 18 23:49:59.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48782026-05-18T23:50:00.262Z[ recovery-image] May 18 23:49:59.174 INFO O| May 18 23:49:59.174 INFO STEP 6 (remove_files) COMPLETE
48792026-05-18T23:50:00.262Z[ recovery-image] May 18 23:49:59.174 INFO O| May 18 23:49:59.174 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48802026-05-18T23:50:00.270Z[ recovery-image] May 18 23:49:59.183 INFO O| May 18 23:49:59.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48812026-05-18T23:50:00.275Z[ recovery-image] May 18 23:49:59.187 INFO O| May 18 23:49:59.187 INFO STEP 7 (remove_files) COMPLETE
48822026-05-18T23:50:00.275Z[ recovery-image] May 18 23:49:59.187 INFO O| May 18 23:49:59.187 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48832026-05-18T23:50:00.284Z[ recovery-image] May 18 23:49:59.197 INFO O| May 18 23:49:59.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48842026-05-18T23:50:00.287Z[ recovery-image] May 18 23:49:59.198 INFO O| May 18 23:49:59.198 INFO STEP 8 (remove_files) COMPLETE
48852026-05-18T23:50:00.287Z[ recovery-image] May 18 23:49:59.198 INFO O| May 18 23:49:59.198 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48862026-05-18T23:50:00.294Z[ recovery-image] May 18 23:49:59.207 INFO O| May 18 23:49:59.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48872026-05-18T23:50:00.297Z[ recovery-image] May 18 23:49:59.208 INFO O| May 18 23:49:59.208 INFO STEP 9 (remove_files) COMPLETE
48882026-05-18T23:50:00.297Z[ recovery-image] May 18 23:49:59.208 INFO O| May 18 23:49:59.208 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48892026-05-18T23:50:00.304Z[ recovery-image] May 18 23:49:59.216 INFO O| May 18 23:49:59.216 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48902026-05-18T23:50:00.584Z[ recovery-image] May 18 23:49:59.496 INFO O| May 18 23:49:59.496 INFO STEP 10 (remove_files) COMPLETE
48912026-05-18T23:50:00.584Z[ recovery-image] May 18 23:49:59.496 INFO O| May 18 23:49:59.496 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48922026-05-18T23:50:00.592Z[ recovery-image] May 18 23:49:59.505 INFO O| May 18 23:49:59.505 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48932026-05-18T23:50:00.628Z[ recovery-image] May 18 23:49:59.541 INFO O| May 18 23:49:59.541 INFO STEP 11 (remove_files) COMPLETE
48942026-05-18T23:50:00.628Z[ recovery-image] May 18 23:49:59.541 INFO O| May 18 23:49:59.541 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48952026-05-18T23:50:00.638Z[ recovery-image] May 18 23:49:59.551 INFO O| May 18 23:49:59.551 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48962026-05-18T23:50:00.689Z[ recovery-image] May 18 23:49:59.601 INFO O| May 18 23:49:59.601 INFO STEP 12 (remove_files) COMPLETE
48972026-05-18T23:50:00.689Z[ recovery-image] May 18 23:49:59.601 INFO O| May 18 23:49:59.601 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48982026-05-18T23:50:00.716Z[ recovery-image] May 18 23:49:59.629 INFO O| May 18 23:49:59.629 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48992026-05-18T23:50:00.730Z[ recovery-image] May 18 23:49:59.643 INFO O| May 18 23:49:59.643 INFO STEP 13 (remove_files) COMPLETE
49002026-05-18T23:50:00.730Z[ recovery-image] May 18 23:49:59.643 INFO O| May 18 23:49:59.643 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49012026-05-18T23:50:00.740Z[ recovery-image] May 18 23:49:59.653 INFO O| May 18 23:49:59.653 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49022026-05-18T23:50:00.765Z[ recovery-image] May 18 23:49:59.677 INFO O| May 18 23:49:59.677 INFO STEP 14 (remove_files) COMPLETE
49032026-05-18T23:50:00.765Z[ recovery-image] May 18 23:49:59.677 INFO O| May 18 23:49:59.677 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49042026-05-18T23:50:00.774Z[ recovery-image] May 18 23:49:59.686 INFO O| May 18 23:49:59.686 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49052026-05-18T23:50:00.959Z[ recovery-image] May 18 23:49:59.871 INFO O| May 18 23:49:59.871 INFO STEP 15 (remove_files) COMPLETE
49062026-05-18T23:50:00.959Z[ recovery-image] May 18 23:49:59.871 INFO O| May 18 23:49:59.871 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49072026-05-18T23:50:01.006Z[ recovery-image] May 18 23:49:59.918 INFO O| May 18 23:49:59.918 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49082026-05-18T23:50:01.006Z[ recovery-image] May 18 23:49:59.918 INFO O| May 18 23:49:59.918 INFO STEP 16 (remove_files) COMPLETE
49092026-05-18T23:50:01.006Z[ recovery-image] May 18 23:49:59.918 INFO O| May 18 23:49:59.918 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49102026-05-18T23:50:01.013Z[ recovery-image] May 18 23:49:59.926 INFO O| May 18 23:49:59.926 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49112026-05-18T23:50:01.013Z[ recovery-image] May 18 23:49:59.926 INFO O| May 18 23:49:59.926 INFO STEP 17 (remove_files) COMPLETE
49122026-05-18T23:50:01.013Z[ recovery-image] May 18 23:49:59.926 INFO O| May 18 23:49:59.926 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49132026-05-18T23:50:01.022Z[ recovery-image] May 18 23:49:59.935 INFO O| May 18 23:49:59.935 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49142026-05-18T23:50:01.193Z[ recovery-image] May 18 23:50:00.104 INFO O| May 18 23:50:00.104 INFO STEP 18 (remove_files) COMPLETE
49152026-05-18T23:50:01.193Z[ recovery-image] May 18 23:50:00.104 INFO O| May 18 23:50:00.104 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49162026-05-18T23:50:01.200Z[ recovery-image] May 18 23:50:00.113 INFO O| May 18 23:50:00.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49172026-05-18T23:50:01.203Z[ recovery-image] May 18 23:50:00.115 INFO O| May 18 23:50:00.115 INFO STEP 19 (remove_files) COMPLETE
49182026-05-18T23:50:01.203Z[ recovery-image] May 18 23:50:00.115 INFO O| May 18 23:50:00.115 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49192026-05-18T23:50:01.210Z[ recovery-image] May 18 23:50:00.123 INFO O| May 18 23:50:00.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49202026-05-18T23:50:01.210Z[ recovery-image] May 18 23:50:00.123 INFO O| May 18 23:50:00.123 INFO STEP 20 (remove_files) COMPLETE
49212026-05-18T23:50:01.213Z[ recovery-image] May 18 23:50:00.123 INFO O| May 18 23:50:00.123 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49222026-05-18T23:50:01.217Z[ recovery-image] May 18 23:50:00.130 INFO O| May 18 23:50:00.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49232026-05-18T23:50:01.222Z[ recovery-image] May 18 23:50:00.131 INFO O| May 18 23:50:00.131 INFO STEP 21 (remove_files) COMPLETE
49242026-05-18T23:50:01.222Z[ recovery-image] May 18 23:50:00.131 INFO O| May 18 23:50:00.131 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49252026-05-18T23:50:01.225Z[ recovery-image] May 18 23:50:00.138 INFO O| May 18 23:50:00.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49262026-05-18T23:50:01.226Z[ recovery-image] May 18 23:50:00.138 INFO O| May 18 23:50:00.138 INFO STEP 22 (remove_files) COMPLETE
49272026-05-18T23:50:01.228Z[ recovery-image] May 18 23:50:00.138 INFO O| May 18 23:50:00.138 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49282026-05-18T23:50:01.232Z[ recovery-image] May 18 23:50:00.145 INFO O| May 18 23:50:00.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49292026-05-18T23:50:01.235Z[ recovery-image] May 18 23:50:00.146 INFO O| May 18 23:50:00.146 INFO STEP 23 (remove_files) COMPLETE
49302026-05-18T23:50:01.235Z[ recovery-image] May 18 23:50:00.146 INFO O| May 18 23:50:00.146 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49312026-05-18T23:50:01.240Z[ recovery-image] May 18 23:50:00.153 INFO O| May 18 23:50:00.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49322026-05-18T23:50:01.243Z[ recovery-image] May 18 23:50:00.154 INFO O| May 18 23:50:00.154 INFO STEP 24 (remove_files) COMPLETE
49332026-05-18T23:50:01.243Z[ recovery-image] May 18 23:50:00.154 INFO O| May 18 23:50:00.154 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49342026-05-18T23:50:01.248Z[ recovery-image] May 18 23:50:00.161 INFO O| May 18 23:50:00.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49352026-05-18T23:50:01.248Z[ recovery-image] May 18 23:50:00.161 INFO O| May 18 23:50:00.161 INFO STEP 25 (remove_files) COMPLETE
49362026-05-18T23:50:01.248Z[ recovery-image] May 18 23:50:00.161 INFO O| May 18 23:50:00.161 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49372026-05-18T23:50:01.255Z[ recovery-image] May 18 23:50:00.168 INFO O| May 18 23:50:00.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49382026-05-18T23:50:01.258Z[ recovery-image] May 18 23:50:00.168 INFO O| May 18 23:50:00.168 INFO STEP 26 (remove_files) COMPLETE
49392026-05-18T23:50:01.258Z[ recovery-image] May 18 23:50:00.168 INFO O| May 18 23:50:00.168 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49402026-05-18T23:50:01.262Z[ recovery-image] May 18 23:50:00.175 INFO O| May 18 23:50:00.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49412026-05-18T23:50:01.262Z[ recovery-image] May 18 23:50:00.175 INFO O| May 18 23:50:00.175 INFO STEP 27 (remove_files) COMPLETE
49422026-05-18T23:50:01.265Z[ recovery-image] May 18 23:50:00.175 INFO O| May 18 23:50:00.175 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49432026-05-18T23:50:01.269Z[ recovery-image] May 18 23:50:00.181 INFO O| May 18 23:50:00.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49442026-05-18T23:50:01.269Z[ recovery-image] May 18 23:50:00.182 INFO O| May 18 23:50:00.182 INFO STEP 28 (remove_files) COMPLETE
49452026-05-18T23:50:01.269Z[ recovery-image] May 18 23:50:00.182 INFO O| May 18 23:50:00.182 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49462026-05-18T23:50:01.277Z[ recovery-image] May 18 23:50:00.188 INFO O| May 18 23:50:00.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49472026-05-18T23:50:01.277Z[ recovery-image] May 18 23:50:00.188 INFO O| May 18 23:50:00.188 INFO STEP 29 (remove_files) COMPLETE
49482026-05-18T23:50:01.277Z[ recovery-image] May 18 23:50:00.188 INFO O| May 18 23:50:00.188 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49492026-05-18T23:50:01.283Z[ recovery-image] May 18 23:50:00.195 INFO O| May 18 23:50:00.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49502026-05-18T23:50:01.286Z[ recovery-image] May 18 23:50:00.196 INFO O| May 18 23:50:00.196 INFO STEP 30 (remove_files) COMPLETE
49512026-05-18T23:50:01.286Z[ recovery-image] May 18 23:50:00.196 INFO O| May 18 23:50:00.196 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49522026-05-18T23:50:01.291Z[ recovery-image] May 18 23:50:00.204 INFO O| May 18 23:50:00.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49532026-05-18T23:50:01.291Z[ recovery-image] May 18 23:50:00.204 INFO O| May 18 23:50:00.204 INFO STEP 31 (remove_files) COMPLETE
49542026-05-18T23:50:01.291Z[ recovery-image] May 18 23:50:00.204 INFO O| May 18 23:50:00.204 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49552026-05-18T23:50:01.298Z[ recovery-image] May 18 23:50:00.211 INFO O| May 18 23:50:00.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49562026-05-18T23:50:01.298Z[ recovery-image] May 18 23:50:00.211 INFO O| May 18 23:50:00.211 INFO STEP 32 (remove_files) COMPLETE
49572026-05-18T23:50:01.298Z[ recovery-image] May 18 23:50:00.211 INFO O| May 18 23:50:00.211 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49582026-05-18T23:50:01.306Z[ recovery-image] May 18 23:50:00.218 INFO O| May 18 23:50:00.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49592026-05-18T23:50:01.306Z[ recovery-image] May 18 23:50:00.218 INFO O| May 18 23:50:00.218 INFO STEP 33 (remove_files) COMPLETE
49602026-05-18T23:50:01.306Z[ recovery-image] May 18 23:50:00.218 INFO O| May 18 23:50:00.218 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49612026-05-18T23:50:01.313Z[ recovery-image] May 18 23:50:00.226 INFO O| May 18 23:50:00.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49622026-05-18T23:50:01.313Z[ recovery-image] May 18 23:50:00.226 INFO O| May 18 23:50:00.226 INFO STEP 34 (remove_files) COMPLETE
49632026-05-18T23:50:01.316Z[ recovery-image] May 18 23:50:00.226 INFO O| May 18 23:50:00.226 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49642026-05-18T23:50:01.321Z[ recovery-image] May 18 23:50:00.234 INFO O| May 18 23:50:00.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49652026-05-18T23:50:01.321Z[ recovery-image] May 18 23:50:00.234 INFO O| May 18 23:50:00.234 INFO STEP 35 (remove_files) COMPLETE
49662026-05-18T23:50:01.321Z[ recovery-image] May 18 23:50:00.234 INFO O| May 18 23:50:00.234 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49672026-05-18T23:50:01.328Z[ recovery-image] May 18 23:50:00.241 INFO O| May 18 23:50:00.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49682026-05-18T23:50:01.329Z[ recovery-image] May 18 23:50:00.241 INFO O| May 18 23:50:00.241 INFO STEP 36 (remove_files) COMPLETE
49692026-05-18T23:50:01.332Z[ recovery-image] May 18 23:50:00.241 INFO O| May 18 23:50:00.241 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49702026-05-18T23:50:01.336Z[ recovery-image] May 18 23:50:00.249 INFO O| May 18 23:50:00.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49712026-05-18T23:50:01.336Z[ recovery-image] May 18 23:50:00.249 INFO O| May 18 23:50:00.249 INFO STEP 37 (remove_files) COMPLETE
49722026-05-18T23:50:01.339Z[ recovery-image] May 18 23:50:00.249 INFO O| May 18 23:50:00.249 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49732026-05-18T23:50:01.343Z[ recovery-image] May 18 23:50:00.256 INFO O| May 18 23:50:00.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49742026-05-18T23:50:01.343Z[ recovery-image] May 18 23:50:00.256 INFO O| May 18 23:50:00.256 INFO STEP 38 (remove_files) COMPLETE
49752026-05-18T23:50:01.346Z[ recovery-image] May 18 23:50:00.256 INFO O| May 18 23:50:00.256 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49762026-05-18T23:50:01.351Z[ recovery-image] May 18 23:50:00.264 INFO O| May 18 23:50:00.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49772026-05-18T23:50:01.351Z[ recovery-image] May 18 23:50:00.264 INFO O| May 18 23:50:00.264 INFO STEP 39 (remove_files) COMPLETE
49782026-05-18T23:50:01.351Z[ recovery-image] May 18 23:50:00.264 INFO O| May 18 23:50:00.264 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49792026-05-18T23:50:01.359Z[ recovery-image] May 18 23:50:00.272 INFO O| May 18 23:50:00.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49802026-05-18T23:50:01.359Z[ recovery-image] May 18 23:50:00.272 INFO O| May 18 23:50:00.272 INFO STEP 40 (remove_files) COMPLETE
49812026-05-18T23:50:01.359Z[ recovery-image] May 18 23:50:00.272 INFO O| May 18 23:50:00.272 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49822026-05-18T23:50:01.367Z[ recovery-image] May 18 23:50:00.279 INFO O| May 18 23:50:00.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49832026-05-18T23:50:01.367Z[ recovery-image] May 18 23:50:00.280 INFO O| May 18 23:50:00.280 INFO STEP 41 (remove_files) COMPLETE
49842026-05-18T23:50:01.367Z[ recovery-image] May 18 23:50:00.280 INFO O| May 18 23:50:00.280 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49852026-05-18T23:50:01.375Z[ recovery-image] May 18 23:50:00.287 INFO O| May 18 23:50:00.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49862026-05-18T23:50:01.375Z[ recovery-image] May 18 23:50:00.288 INFO O| May 18 23:50:00.288 INFO STEP 42 (remove_files) COMPLETE
49872026-05-18T23:50:01.375Z[ recovery-image] May 18 23:50:00.288 INFO O| May 18 23:50:00.288 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49882026-05-18T23:50:01.382Z[ recovery-image] May 18 23:50:00.295 INFO O| May 18 23:50:00.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49892026-05-18T23:50:01.382Z[ recovery-image] May 18 23:50:00.295 INFO O| May 18 23:50:00.295 INFO STEP 43 (remove_files) COMPLETE
49902026-05-18T23:50:01.383Z[ recovery-image] May 18 23:50:00.295 INFO O| May 18 23:50:00.295 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49912026-05-18T23:50:01.390Z[ recovery-image] May 18 23:50:00.303 INFO O| May 18 23:50:00.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49922026-05-18T23:50:01.390Z[ recovery-image] May 18 23:50:00.303 INFO O| May 18 23:50:00.303 INFO STEP 44 (remove_files) COMPLETE
49932026-05-18T23:50:01.390Z[ recovery-image] May 18 23:50:00.303 INFO O| May 18 23:50:00.303 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49942026-05-18T23:50:01.397Z[ recovery-image] May 18 23:50:00.310 INFO O| May 18 23:50:00.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49952026-05-18T23:50:01.397Z[ recovery-image] May 18 23:50:00.310 INFO O| May 18 23:50:00.310 INFO STEP 45 (remove_files) COMPLETE
49962026-05-18T23:50:01.397Z[ recovery-image] May 18 23:50:00.310 INFO O| May 18 23:50:00.310 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49972026-05-18T23:50:01.404Z[ recovery-image] May 18 23:50:00.317 INFO O| May 18 23:50:00.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49982026-05-18T23:50:01.404Z[ recovery-image] May 18 23:50:00.317 INFO O| May 18 23:50:00.317 INFO STEP 46 (remove_files) COMPLETE
49992026-05-18T23:50:01.404Z[ recovery-image] May 18 23:50:00.317 INFO O| May 18 23:50:00.317 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50002026-05-18T23:50:01.411Z[ recovery-image] May 18 23:50:00.324 INFO O| May 18 23:50:00.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50012026-05-18T23:50:01.411Z[ recovery-image] May 18 23:50:00.324 INFO O| May 18 23:50:00.324 INFO STEP 47 (remove_files) COMPLETE
50022026-05-18T23:50:01.411Z[ recovery-image] May 18 23:50:00.324 INFO O| May 18 23:50:00.324 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50032026-05-18T23:50:01.418Z[ recovery-image] May 18 23:50:00.331 INFO O| May 18 23:50:00.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50042026-05-18T23:50:01.418Z[ recovery-image] May 18 23:50:00.331 INFO O| May 18 23:50:00.331 INFO STEP 48 (remove_files) COMPLETE
50052026-05-18T23:50:01.418Z[ recovery-image] May 18 23:50:00.331 INFO O| May 18 23:50:00.331 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50062026-05-18T23:50:01.425Z[ recovery-image] May 18 23:50:00.338 INFO O| May 18 23:50:00.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50072026-05-18T23:50:01.428Z[ recovery-image] May 18 23:50:00.339 INFO O| May 18 23:50:00.339 INFO STEP 49 (remove_files) COMPLETE
50082026-05-18T23:50:01.428Z[ recovery-image] May 18 23:50:00.339 INFO O| May 18 23:50:00.339 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50092026-05-18T23:50:01.433Z[ recovery-image] May 18 23:50:00.346 INFO O| May 18 23:50:00.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50102026-05-18T23:50:01.436Z[ recovery-image] May 18 23:50:00.347 INFO O| May 18 23:50:00.347 INFO STEP 50 (remove_files) COMPLETE
50112026-05-18T23:50:01.436Z[ recovery-image] May 18 23:50:00.347 INFO O| May 18 23:50:00.347 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50122026-05-18T23:50:01.441Z[ recovery-image] May 18 23:50:00.354 INFO O| May 18 23:50:00.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50132026-05-18T23:50:01.441Z[ recovery-image] May 18 23:50:00.354 INFO O| May 18 23:50:00.354 INFO STEP 51 (remove_files) COMPLETE
50142026-05-18T23:50:01.444Z[ recovery-image] May 18 23:50:00.354 INFO O| May 18 23:50:00.354 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50152026-05-18T23:50:01.448Z[ recovery-image] May 18 23:50:00.361 INFO O| May 18 23:50:00.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50162026-05-18T23:50:01.448Z[ recovery-image] May 18 23:50:00.361 INFO O| May 18 23:50:00.361 INFO STEP 52 (remove_files) COMPLETE
50172026-05-18T23:50:01.451Z[ recovery-image] May 18 23:50:00.361 INFO O| May 18 23:50:00.361 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50182026-05-18T23:50:01.456Z[ recovery-image] May 18 23:50:00.368 INFO O| May 18 23:50:00.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50192026-05-18T23:50:01.456Z[ recovery-image] May 18 23:50:00.369 INFO O| May 18 23:50:00.368 INFO STEP 53 (remove_files) COMPLETE
50202026-05-18T23:50:01.456Z[ recovery-image] May 18 23:50:00.369 INFO O| May 18 23:50:00.368 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50212026-05-18T23:50:01.462Z[ recovery-image] May 18 23:50:00.375 INFO O| May 18 23:50:00.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50222026-05-18T23:50:01.462Z[ recovery-image] May 18 23:50:00.375 INFO O| May 18 23:50:00.375 INFO STEP 54 (remove_files) COMPLETE
50232026-05-18T23:50:01.465Z[ recovery-image] May 18 23:50:00.375 INFO O| May 18 23:50:00.375 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50242026-05-18T23:50:01.469Z[ recovery-image] May 18 23:50:00.382 INFO O| May 18 23:50:00.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50252026-05-18T23:50:01.469Z[ recovery-image] May 18 23:50:00.382 INFO O| May 18 23:50:00.382 INFO STEP 55 (remove_files) COMPLETE
50262026-05-18T23:50:01.472Z[ recovery-image] May 18 23:50:00.382 INFO O| May 18 23:50:00.382 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50272026-05-18T23:50:01.476Z[ recovery-image] May 18 23:50:00.389 INFO O| May 18 23:50:00.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50282026-05-18T23:50:01.477Z[ recovery-image] May 18 23:50:00.389 INFO O| May 18 23:50:00.389 INFO STEP 56 (remove_files) COMPLETE
50292026-05-18T23:50:01.477Z[ recovery-image] May 18 23:50:00.389 INFO O| May 18 23:50:00.389 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50302026-05-18T23:50:01.484Z[ recovery-image] May 18 23:50:00.397 INFO O| May 18 23:50:00.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50312026-05-18T23:50:01.484Z[ recovery-image] May 18 23:50:00.397 INFO O| May 18 23:50:00.397 INFO STEP 57 (remove_files) COMPLETE
50322026-05-18T23:50:01.484Z[ recovery-image] May 18 23:50:00.397 INFO O| May 18 23:50:00.397 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50332026-05-18T23:50:01.545Z[ recovery-image] May 18 23:50:00.404 INFO O| May 18 23:50:00.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50342026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.405 INFO O| May 18 23:50:00.405 INFO STEP 58 (remove_files) COMPLETE
50352026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.405 INFO O| May 18 23:50:00.405 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50362026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.412 INFO O| May 18 23:50:00.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50372026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.412 INFO O| May 18 23:50:00.412 INFO STEP 59 (remove_files) COMPLETE
50382026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.412 INFO O| May 18 23:50:00.412 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50392026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.419 INFO O| May 18 23:50:00.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50402026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.419 INFO O| May 18 23:50:00.419 INFO STEP 60 (remove_files) COMPLETE
50412026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.419 INFO O| May 18 23:50:00.419 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50422026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.427 INFO O| May 18 23:50:00.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50432026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.427 INFO O| May 18 23:50:00.427 INFO STEP 61 (remove_files) COMPLETE
50442026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.427 INFO O| May 18 23:50:00.427 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50452026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.434 INFO O| May 18 23:50:00.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50462026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.435 INFO O| May 18 23:50:00.435 INFO STEP 62 (remove_files) COMPLETE
50472026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.435 INFO O| May 18 23:50:00.435 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50482026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.443 INFO O| May 18 23:50:00.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50492026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.443 INFO O| May 18 23:50:00.443 INFO STEP 63 (remove_files) COMPLETE
50502026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.443 INFO O| May 18 23:50:00.443 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50512026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.450 INFO O| May 18 23:50:00.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50522026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.450 INFO O| May 18 23:50:00.450 INFO STEP 64 (remove_files) COMPLETE
50532026-05-18T23:50:01.554Z[ recovery-image] May 18 23:50:00.450 INFO O| May 18 23:50:00.450 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50542026-05-18T23:50:01.555Z[ recovery-image] May 18 23:50:00.457 INFO O| May 18 23:50:00.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50552026-05-18T23:50:01.555Z[ recovery-image] May 18 23:50:00.457 INFO O| May 18 23:50:00.457 INFO STEP 65 (remove_files) COMPLETE
50562026-05-18T23:50:01.555Z[ recovery-image] May 18 23:50:00.457 INFO O| May 18 23:50:00.457 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50572026-05-18T23:50:01.561Z[ recovery-image] May 18 23:50:00.465 INFO O| May 18 23:50:00.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50582026-05-18T23:50:01.561Z[ recovery-image] May 18 23:50:00.465 INFO O| May 18 23:50:00.465 INFO STEP 66 (remove_files) COMPLETE
50592026-05-18T23:50:01.562Z[ recovery-image] May 18 23:50:00.465 INFO O| May 18 23:50:00.465 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50602026-05-18T23:50:01.567Z[ recovery-image] May 18 23:50:00.472 INFO O| May 18 23:50:00.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50612026-05-18T23:50:01.568Z[ recovery-image] May 18 23:50:00.472 INFO O| May 18 23:50:00.472 INFO STEP 67 (remove_files) COMPLETE
50622026-05-18T23:50:01.568Z[ recovery-image] May 18 23:50:00.472 INFO O| May 18 23:50:00.472 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50632026-05-18T23:50:01.571Z[ recovery-image] May 18 23:50:00.479 INFO O| May 18 23:50:00.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50642026-05-18T23:50:01.571Z[ recovery-image] May 18 23:50:00.479 INFO O| May 18 23:50:00.479 INFO STEP 68 (remove_files) COMPLETE
50652026-05-18T23:50:01.571Z[ recovery-image] May 18 23:50:00.479 INFO O| May 18 23:50:00.479 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50662026-05-18T23:50:01.576Z[ recovery-image] May 18 23:50:00.486 INFO O| May 18 23:50:00.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50672026-05-18T23:50:01.576Z[ recovery-image] May 18 23:50:00.486 INFO O| May 18 23:50:00.486 INFO STEP 69 (remove_files) COMPLETE
50682026-05-18T23:50:01.576Z[ recovery-image] May 18 23:50:00.486 INFO O| May 18 23:50:00.486 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50692026-05-18T23:50:01.581Z[ recovery-image] May 18 23:50:00.494 INFO O| May 18 23:50:00.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50702026-05-18T23:50:01.581Z[ recovery-image] May 18 23:50:00.494 INFO O| May 18 23:50:00.494 INFO STEP 70 (remove_files) COMPLETE
50712026-05-18T23:50:01.581Z[ recovery-image] May 18 23:50:00.494 INFO O| May 18 23:50:00.494 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50722026-05-18T23:50:01.589Z[ recovery-image] May 18 23:50:00.501 INFO O| May 18 23:50:00.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50732026-05-18T23:50:01.589Z[ recovery-image] May 18 23:50:00.501 INFO O| May 18 23:50:00.501 INFO STEP 71 (remove_files) COMPLETE
50742026-05-18T23:50:01.589Z[ recovery-image] May 18 23:50:00.501 INFO O| May 18 23:50:00.501 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50752026-05-18T23:50:01.596Z[ recovery-image] May 18 23:50:00.508 INFO O| May 18 23:50:00.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50762026-05-18T23:50:01.596Z[ recovery-image] May 18 23:50:00.508 INFO O| May 18 23:50:00.508 INFO STEP 72 (remove_files) COMPLETE
50772026-05-18T23:50:01.596Z[ recovery-image] May 18 23:50:00.508 INFO O| May 18 23:50:00.508 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50782026-05-18T23:50:01.605Z[ recovery-image] May 18 23:50:00.515 INFO O| May 18 23:50:00.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50792026-05-18T23:50:01.605Z[ recovery-image] May 18 23:50:00.516 INFO O| May 18 23:50:00.516 INFO STEP 73 (remove_files) COMPLETE
50802026-05-18T23:50:01.605Z[ recovery-image] May 18 23:50:00.516 INFO O| May 18 23:50:00.516 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50812026-05-18T23:50:01.610Z[ recovery-image] May 18 23:50:00.523 INFO O| May 18 23:50:00.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50822026-05-18T23:50:01.614Z[ recovery-image] May 18 23:50:00.524 INFO O| May 18 23:50:00.524 INFO STEP 74 (remove_files) COMPLETE
50832026-05-18T23:50:01.614Z[ recovery-image] May 18 23:50:00.524 INFO O| May 18 23:50:00.524 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50842026-05-18T23:50:01.619Z[ recovery-image] May 18 23:50:00.532 INFO O| May 18 23:50:00.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50852026-05-18T23:50:01.619Z[ recovery-image] May 18 23:50:00.532 INFO O| May 18 23:50:00.532 INFO STEP 75 (remove_files) COMPLETE
50862026-05-18T23:50:01.622Z[ recovery-image] May 18 23:50:00.532 INFO O| May 18 23:50:00.532 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50872026-05-18T23:50:01.626Z[ recovery-image] May 18 23:50:00.539 INFO O| May 18 23:50:00.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50882026-05-18T23:50:01.626Z[ recovery-image] May 18 23:50:00.539 INFO O| May 18 23:50:00.539 INFO STEP 76 (remove_files) COMPLETE
50892026-05-18T23:50:01.629Z[ recovery-image] May 18 23:50:00.539 INFO O| May 18 23:50:00.539 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50902026-05-18T23:50:01.633Z[ recovery-image] May 18 23:50:00.546 INFO O| May 18 23:50:00.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50912026-05-18T23:50:01.633Z[ recovery-image] May 18 23:50:00.546 INFO O| May 18 23:50:00.546 INFO STEP 77 (remove_files) COMPLETE
50922026-05-18T23:50:01.633Z[ recovery-image] May 18 23:50:00.546 INFO O| May 18 23:50:00.546 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50932026-05-18T23:50:01.641Z[ recovery-image] May 18 23:50:00.554 INFO O| May 18 23:50:00.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50942026-05-18T23:50:01.641Z[ recovery-image] May 18 23:50:00.554 INFO O| May 18 23:50:00.554 INFO STEP 78 (remove_files) COMPLETE
50952026-05-18T23:50:01.641Z[ recovery-image] May 18 23:50:00.554 INFO O| May 18 23:50:00.554 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50962026-05-18T23:50:01.648Z[ recovery-image] May 18 23:50:00.561 INFO O| May 18 23:50:00.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50972026-05-18T23:50:01.648Z[ recovery-image] May 18 23:50:00.561 INFO O| May 18 23:50:00.561 INFO STEP 79 (remove_files) COMPLETE
50982026-05-18T23:50:01.651Z[ recovery-image] May 18 23:50:00.561 INFO O| May 18 23:50:00.561 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50992026-05-18T23:50:01.656Z[ recovery-image] May 18 23:50:00.569 INFO O| May 18 23:50:00.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51002026-05-18T23:50:01.656Z[ recovery-image] May 18 23:50:00.569 INFO O| May 18 23:50:00.569 INFO STEP 80 (remove_files) COMPLETE
51012026-05-18T23:50:01.656Z[ recovery-image] May 18 23:50:00.569 INFO O| May 18 23:50:00.569 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51022026-05-18T23:50:01.665Z[ recovery-image] May 18 23:50:00.576 INFO O| May 18 23:50:00.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51032026-05-18T23:50:01.665Z[ recovery-image] May 18 23:50:00.576 INFO O| May 18 23:50:00.576 INFO STEP 81 (remove_files) COMPLETE
51042026-05-18T23:50:01.665Z[ recovery-image] May 18 23:50:00.576 INFO O| May 18 23:50:00.576 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51052026-05-18T23:50:01.671Z[ recovery-image] May 18 23:50:00.583 INFO O| May 18 23:50:00.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51062026-05-18T23:50:01.671Z[ recovery-image] May 18 23:50:00.583 INFO O| May 18 23:50:00.583 INFO STEP 82 (remove_files) COMPLETE
51072026-05-18T23:50:01.671Z[ recovery-image] May 18 23:50:00.583 INFO O| May 18 23:50:00.583 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51082026-05-18T23:50:01.678Z[ recovery-image] May 18 23:50:00.590 INFO O| May 18 23:50:00.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51092026-05-18T23:50:01.678Z[ recovery-image] May 18 23:50:00.591 INFO O| May 18 23:50:00.591 INFO STEP 83 (remove_files) COMPLETE
51102026-05-18T23:50:01.678Z[ recovery-image] May 18 23:50:00.591 INFO O| May 18 23:50:00.591 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51112026-05-18T23:50:01.686Z[ recovery-image] May 18 23:50:00.598 INFO O| May 18 23:50:00.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51122026-05-18T23:50:01.686Z[ recovery-image] May 18 23:50:00.598 INFO O| May 18 23:50:00.598 INFO STEP 84 (remove_files) COMPLETE
51132026-05-18T23:50:01.686Z[ recovery-image] May 18 23:50:00.598 INFO O| May 18 23:50:00.598 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51142026-05-18T23:50:01.693Z[ recovery-image] May 18 23:50:00.606 INFO O| May 18 23:50:00.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51152026-05-18T23:50:01.693Z[ recovery-image] May 18 23:50:00.606 INFO O| May 18 23:50:00.606 INFO STEP 85 (remove_files) COMPLETE
51162026-05-18T23:50:01.693Z[ recovery-image] May 18 23:50:00.606 INFO O| May 18 23:50:00.606 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51172026-05-18T23:50:01.708Z[ recovery-image] May 18 23:50:00.621 INFO O| May 18 23:50:00.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51182026-05-18T23:50:01.708Z[ recovery-image] May 18 23:50:00.621 INFO O| May 18 23:50:00.621 INFO STEP 86 (remove_files) COMPLETE
51192026-05-18T23:50:01.708Z[ recovery-image] May 18 23:50:00.621 INFO O| May 18 23:50:00.621 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51202026-05-18T23:50:01.737Z[ recovery-image] May 18 23:50:00.650 INFO O| May 18 23:50:00.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51212026-05-18T23:50:01.743Z[ recovery-image] May 18 23:50:00.656 INFO O| May 18 23:50:00.656 INFO STEP 87 (remove_files) COMPLETE
51222026-05-18T23:50:01.743Z[ recovery-image] May 18 23:50:00.656 INFO O| May 18 23:50:00.656 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51232026-05-18T23:50:01.752Z[ recovery-image] May 18 23:50:00.665 INFO O| May 18 23:50:00.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51242026-05-18T23:50:01.752Z[ recovery-image] May 18 23:50:00.665 INFO O| May 18 23:50:00.665 INFO STEP 88 (remove_files) COMPLETE
51252026-05-18T23:50:01.752Z[ recovery-image] May 18 23:50:00.665 INFO O| May 18 23:50:00.665 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51262026-05-18T23:50:01.760Z[ recovery-image] May 18 23:50:00.673 INFO O| May 18 23:50:00.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51272026-05-18T23:50:01.760Z[ recovery-image] May 18 23:50:00.673 INFO O| May 18 23:50:00.673 INFO STEP 89 (remove_files) COMPLETE
51282026-05-18T23:50:01.761Z[ recovery-image] May 18 23:50:00.673 INFO O| May 18 23:50:00.673 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51292026-05-18T23:50:01.769Z[ recovery-image] May 18 23:50:00.681 INFO O| May 18 23:50:00.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51302026-05-18T23:50:01.769Z[ recovery-image] May 18 23:50:00.681 INFO O| May 18 23:50:00.681 INFO STEP 90 (remove_files) COMPLETE
51312026-05-18T23:50:01.769Z[ recovery-image] May 18 23:50:00.681 INFO O| May 18 23:50:00.681 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51322026-05-18T23:50:01.778Z[ recovery-image] May 18 23:50:00.688 INFO O| May 18 23:50:00.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51332026-05-18T23:50:01.778Z[ recovery-image] May 18 23:50:00.688 INFO O| May 18 23:50:00.688 INFO STEP 91 (remove_files) COMPLETE
51342026-05-18T23:50:01.778Z[ recovery-image] May 18 23:50:00.688 INFO O| May 18 23:50:00.688 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51352026-05-18T23:50:01.782Z[ recovery-image] May 18 23:50:00.695 INFO O| May 18 23:50:00.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51362026-05-18T23:50:01.794Z[ recovery-image] May 18 23:50:00.707 INFO O| May 18 23:50:00.707 INFO STEP 92 (remove_files) COMPLETE
51372026-05-18T23:50:01.794Z[ recovery-image] May 18 23:50:00.707 INFO O| May 18 23:50:00.707 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51382026-05-18T23:50:01.803Z[ recovery-image] May 18 23:50:00.716 INFO O| May 18 23:50:00.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51392026-05-18T23:50:01.803Z[ recovery-image] May 18 23:50:00.716 INFO O| May 18 23:50:00.716 INFO STEP 93 (remove_files) COMPLETE
51402026-05-18T23:50:01.803Z[ recovery-image] May 18 23:50:00.716 INFO O| May 18 23:50:00.716 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51412026-05-18T23:50:01.811Z[ recovery-image] May 18 23:50:00.724 INFO O| May 18 23:50:00.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51422026-05-18T23:50:01.811Z[ recovery-image] May 18 23:50:00.724 INFO O| May 18 23:50:00.724 INFO STEP 94 (remove_files) COMPLETE
51432026-05-18T23:50:01.811Z[ recovery-image] May 18 23:50:00.724 INFO O| May 18 23:50:00.724 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51442026-05-18T23:50:01.819Z[ recovery-image] May 18 23:50:00.732 INFO O| May 18 23:50:00.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51452026-05-18T23:50:01.819Z[ recovery-image] May 18 23:50:00.732 INFO O| May 18 23:50:00.732 INFO STEP 95 (remove_files) COMPLETE
51462026-05-18T23:50:01.819Z[ recovery-image] May 18 23:50:00.732 INFO O| May 18 23:50:00.732 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51472026-05-18T23:50:01.829Z[ recovery-image] May 18 23:50:00.740 INFO O| May 18 23:50:00.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51482026-05-18T23:50:01.829Z[ recovery-image] May 18 23:50:00.740 INFO O| May 18 23:50:00.740 INFO STEP 96 (remove_files) COMPLETE
51492026-05-18T23:50:01.829Z[ recovery-image] May 18 23:50:00.740 INFO O| May 18 23:50:00.740 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51502026-05-18T23:50:01.836Z[ recovery-image] May 18 23:50:00.747 INFO O| May 18 23:50:00.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51512026-05-18T23:50:01.836Z[ recovery-image] May 18 23:50:00.747 INFO O| May 18 23:50:00.747 INFO STEP 97 (remove_files) COMPLETE
51522026-05-18T23:50:01.839Z[ recovery-image] May 18 23:50:00.747 INFO O| May 18 23:50:00.747 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51532026-05-18T23:50:01.842Z[ recovery-image] May 18 23:50:00.754 INFO O| May 18 23:50:00.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51542026-05-18T23:50:01.842Z[ recovery-image] May 18 23:50:00.754 INFO O| May 18 23:50:00.754 INFO STEP 98 (remove_files) COMPLETE
51552026-05-18T23:50:01.842Z[ recovery-image] May 18 23:50:00.754 INFO O| May 18 23:50:00.754 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51562026-05-18T23:50:01.848Z[ recovery-image] May 18 23:50:00.761 INFO O| May 18 23:50:00.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51572026-05-18T23:50:01.849Z[ recovery-image] May 18 23:50:00.761 INFO O| May 18 23:50:00.761 INFO STEP 99 (remove_files) COMPLETE
51582026-05-18T23:50:01.849Z[ recovery-image] May 18 23:50:00.761 INFO O| May 18 23:50:00.761 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51592026-05-18T23:50:01.856Z[ recovery-image] May 18 23:50:00.769 INFO O| May 18 23:50:00.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51602026-05-18T23:50:01.856Z[ recovery-image] May 18 23:50:00.769 INFO O| May 18 23:50:00.769 INFO STEP 100 (remove_files) COMPLETE
51612026-05-18T23:50:01.856Z[ recovery-image] May 18 23:50:00.769 INFO O| May 18 23:50:00.769 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51622026-05-18T23:50:01.863Z[ recovery-image] May 18 23:50:00.775 INFO O| May 18 23:50:00.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51632026-05-18T23:50:01.863Z[ recovery-image] May 18 23:50:00.775 INFO O| May 18 23:50:00.775 INFO STEP 101 (remove_files) COMPLETE
51642026-05-18T23:50:01.866Z[ recovery-image] May 18 23:50:00.775 INFO O| May 18 23:50:00.775 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51652026-05-18T23:50:01.869Z[ recovery-image] May 18 23:50:00.782 INFO O| May 18 23:50:00.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51662026-05-18T23:50:01.869Z[ recovery-image] May 18 23:50:00.782 INFO O| May 18 23:50:00.782 INFO STEP 102 (remove_files) COMPLETE
51672026-05-18T23:50:01.869Z[ recovery-image] May 18 23:50:00.782 INFO O| May 18 23:50:00.782 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51682026-05-18T23:50:01.877Z[ recovery-image] May 18 23:50:00.789 INFO O| May 18 23:50:00.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51692026-05-18T23:50:01.878Z[ recovery-image] May 18 23:50:00.789 INFO O| May 18 23:50:00.789 INFO STEP 103 (remove_files) COMPLETE
51702026-05-18T23:50:01.880Z[ recovery-image] May 18 23:50:00.789 INFO O| May 18 23:50:00.789 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51712026-05-18T23:50:01.883Z[ recovery-image] May 18 23:50:00.796 INFO O| May 18 23:50:00.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51722026-05-18T23:50:01.883Z[ recovery-image] May 18 23:50:00.796 INFO O| May 18 23:50:00.796 INFO STEP 104 (remove_files) COMPLETE
51732026-05-18T23:50:01.883Z[ recovery-image] May 18 23:50:00.796 INFO O| May 18 23:50:00.796 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51742026-05-18T23:50:01.889Z[ recovery-image] May 18 23:50:00.802 INFO O| May 18 23:50:00.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51752026-05-18T23:50:01.890Z[ recovery-image] May 18 23:50:00.802 INFO O| May 18 23:50:00.802 INFO STEP 105 (remove_files) COMPLETE
51762026-05-18T23:50:01.892Z[ recovery-image] May 18 23:50:00.802 INFO O| May 18 23:50:00.802 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51772026-05-18T23:50:01.896Z[ recovery-image] May 18 23:50:00.809 INFO O| May 18 23:50:00.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51782026-05-18T23:50:01.896Z[ recovery-image] May 18 23:50:00.809 INFO O| May 18 23:50:00.809 INFO STEP 106 (remove_files) COMPLETE
51792026-05-18T23:50:01.899Z[ recovery-image] May 18 23:50:00.809 INFO O| May 18 23:50:00.809 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51802026-05-18T23:50:01.903Z[ recovery-image] May 18 23:50:00.816 INFO O| May 18 23:50:00.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51812026-05-18T23:50:01.909Z[ recovery-image] May 18 23:50:00.822 INFO O| May 18 23:50:00.822 INFO STEP 107 (remove_files) COMPLETE
51822026-05-18T23:50:01.909Z[ recovery-image] May 18 23:50:00.822 INFO O| May 18 23:50:00.822 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51832026-05-18T23:50:01.917Z[ recovery-image] May 18 23:50:00.830 INFO O| May 18 23:50:00.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51842026-05-18T23:50:01.917Z[ recovery-image] May 18 23:50:00.830 INFO O| May 18 23:50:00.830 INFO STEP 108 (remove_files) COMPLETE
51852026-05-18T23:50:01.920Z[ recovery-image] May 18 23:50:00.830 INFO O| May 18 23:50:00.830 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51862026-05-18T23:50:01.925Z[ recovery-image] May 18 23:50:00.837 INFO O| May 18 23:50:00.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51872026-05-18T23:50:01.925Z[ recovery-image] May 18 23:50:00.838 INFO O| May 18 23:50:00.838 INFO STEP 109 (remove_files) COMPLETE
51882026-05-18T23:50:01.925Z[ recovery-image] May 18 23:50:00.838 INFO O| May 18 23:50:00.838 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51892026-05-18T23:50:01.932Z[ recovery-image] May 18 23:50:00.845 INFO O| May 18 23:50:00.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51902026-05-18T23:50:01.948Z[ recovery-image] May 18 23:50:00.861 INFO O| May 18 23:50:00.861 INFO STEP 110 (remove_files) COMPLETE
51912026-05-18T23:50:01.948Z[ recovery-image] May 18 23:50:00.861 INFO O| May 18 23:50:00.861 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51922026-05-18T23:50:01.988Z[ recovery-image] May 18 23:50:00.901 INFO O| May 18 23:50:00.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51932026-05-18T23:50:01.988Z[ recovery-image] May 18 23:50:00.901 INFO O| May 18 23:50:00.901 INFO STEP 111 (remove_files) COMPLETE
51942026-05-18T23:50:01.988Z[ recovery-image] May 18 23:50:00.901 INFO O| May 18 23:50:00.901 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51952026-05-18T23:50:01.997Z[ recovery-image] May 18 23:50:00.910 INFO O| May 18 23:50:00.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51962026-05-18T23:50:01.997Z[ recovery-image] May 18 23:50:00.910 INFO O| May 18 23:50:00.910 INFO STEP 112 (remove_files) COMPLETE
51972026-05-18T23:50:02.001Z[ recovery-image] May 18 23:50:00.910 INFO O| May 18 23:50:00.910 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51982026-05-18T23:50:02.006Z[ recovery-image] May 18 23:50:00.918 INFO O| May 18 23:50:00.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51992026-05-18T23:50:02.006Z[ recovery-image] May 18 23:50:00.918 INFO O| May 18 23:50:00.918 INFO STEP 113 (remove_files) COMPLETE
52002026-05-18T23:50:02.006Z[ recovery-image] May 18 23:50:00.919 INFO O| May 18 23:50:00.918 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52012026-05-18T23:50:02.014Z[ recovery-image] May 18 23:50:00.927 INFO O| May 18 23:50:00.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52022026-05-18T23:50:02.014Z[ recovery-image] May 18 23:50:00.927 INFO O| May 18 23:50:00.927 INFO STEP 114 (remove_files) COMPLETE
52032026-05-18T23:50:02.014Z[ recovery-image] May 18 23:50:00.927 INFO O| May 18 23:50:00.927 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52042026-05-18T23:50:02.022Z[ recovery-image] May 18 23:50:00.935 INFO O| May 18 23:50:00.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52052026-05-18T23:50:02.022Z[ recovery-image] May 18 23:50:00.935 INFO O| May 18 23:50:00.935 INFO STEP 115 (remove_files) COMPLETE
52062026-05-18T23:50:02.022Z[ recovery-image] May 18 23:50:00.935 INFO O| May 18 23:50:00.935 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52072026-05-18T23:50:02.030Z[ recovery-image] May 18 23:50:00.943 INFO O| May 18 23:50:00.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52082026-05-18T23:50:02.030Z[ recovery-image] May 18 23:50:00.943 INFO O| May 18 23:50:00.943 INFO STEP 116 (remove_files) COMPLETE
52092026-05-18T23:50:02.030Z[ recovery-image] May 18 23:50:00.943 INFO O| May 18 23:50:00.943 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52102026-05-18T23:50:02.039Z[ recovery-image] May 18 23:50:00.951 INFO O| May 18 23:50:00.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52112026-05-18T23:50:02.039Z[ recovery-image] May 18 23:50:00.951 INFO O| May 18 23:50:00.951 INFO STEP 117 (remove_files) COMPLETE
52122026-05-18T23:50:02.039Z[ recovery-image] May 18 23:50:00.951 INFO O| May 18 23:50:00.951 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52132026-05-18T23:50:02.048Z[ recovery-image] May 18 23:50:00.960 INFO O| May 18 23:50:00.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52142026-05-18T23:50:02.048Z[ recovery-image] May 18 23:50:00.960 INFO O| May 18 23:50:00.960 INFO STEP 118 (remove_files) COMPLETE
52152026-05-18T23:50:02.048Z[ recovery-image] May 18 23:50:00.960 INFO O| May 18 23:50:00.960 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52162026-05-18T23:50:02.055Z[ recovery-image] May 18 23:50:00.967 INFO O| May 18 23:50:00.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52172026-05-18T23:50:02.055Z[ recovery-image] May 18 23:50:00.967 INFO O| May 18 23:50:00.967 INFO STEP 119 (remove_files) COMPLETE
52182026-05-18T23:50:02.058Z[ recovery-image] May 18 23:50:00.967 INFO O| May 18 23:50:00.967 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52192026-05-18T23:50:02.063Z[ recovery-image] May 18 23:50:00.975 INFO O| May 18 23:50:00.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52202026-05-18T23:50:02.063Z[ recovery-image] May 18 23:50:00.975 INFO O| May 18 23:50:00.975 INFO STEP 120 (remove_files) COMPLETE
52212026-05-18T23:50:02.068Z[ recovery-image] May 18 23:50:00.976 INFO O| May 18 23:50:00.975 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-05-18T23:50:02.071Z[ recovery-image] May 18 23:50:00.983 INFO O| May 18 23:50:00.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52232026-05-18T23:50:02.071Z[ recovery-image] May 18 23:50:00.983 INFO O| May 18 23:50:00.983 INFO STEP 121 (remove_files) COMPLETE
52242026-05-18T23:50:02.071Z[ recovery-image] May 18 23:50:00.983 INFO O| May 18 23:50:00.983 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-05-18T23:50:02.078Z[ recovery-image] May 18 23:50:00.991 INFO O| May 18 23:50:00.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52262026-05-18T23:50:02.078Z[ recovery-image] May 18 23:50:00.991 INFO O| May 18 23:50:00.991 INFO STEP 122 (remove_files) COMPLETE
52272026-05-18T23:50:02.082Z[ recovery-image] May 18 23:50:00.991 INFO O| May 18 23:50:00.991 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-05-18T23:50:02.086Z[ recovery-image] May 18 23:50:00.999 INFO O| May 18 23:50:00.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52292026-05-18T23:50:02.086Z[ recovery-image] May 18 23:50:00.999 INFO O| May 18 23:50:00.999 INFO STEP 123 (remove_files) COMPLETE
52302026-05-18T23:50:02.090Z[ recovery-image] May 18 23:50:00.999 INFO O| May 18 23:50:00.999 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-05-18T23:50:02.094Z[ recovery-image] May 18 23:50:01.007 INFO O| May 18 23:50:01.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52322026-05-18T23:50:02.121Z[ recovery-image] May 18 23:50:01.034 INFO O| May 18 23:50:01.034 INFO STEP 124 (remove_files) COMPLETE
52332026-05-18T23:50:02.121Z[ recovery-image] May 18 23:50:01.034 INFO O| May 18 23:50:01.034 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-05-18T23:50:02.136Z[ recovery-image] May 18 23:50:01.049 INFO O| May 18 23:50:01.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52352026-05-18T23:50:02.136Z[ recovery-image] May 18 23:50:01.049 INFO O| May 18 23:50:01.049 INFO STEP 125 (remove_files) COMPLETE
52362026-05-18T23:50:02.136Z[ recovery-image] May 18 23:50:01.049 INFO O| May 18 23:50:01.049 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-05-18T23:50:02.147Z[ recovery-image] May 18 23:50:01.059 INFO O| May 18 23:50:01.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52382026-05-18T23:50:02.147Z[ recovery-image] May 18 23:50:01.059 INFO O| May 18 23:50:01.059 INFO STEP 126 (remove_files) COMPLETE
52392026-05-18T23:50:02.147Z[ recovery-image] May 18 23:50:01.059 INFO O| May 18 23:50:01.059 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-05-18T23:50:02.154Z[ recovery-image] May 18 23:50:01.067 INFO O| May 18 23:50:01.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52412026-05-18T23:50:02.154Z[ recovery-image] May 18 23:50:01.067 INFO O| May 18 23:50:01.067 INFO STEP 127 (remove_files) COMPLETE
52422026-05-18T23:50:02.154Z[ recovery-image] May 18 23:50:01.067 INFO O| May 18 23:50:01.067 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-05-18T23:50:02.162Z[ recovery-image] May 18 23:50:01.075 INFO O| May 18 23:50:01.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52442026-05-18T23:50:02.162Z[ recovery-image] May 18 23:50:01.075 INFO O| May 18 23:50:01.075 INFO STEP 128 (remove_files) COMPLETE
52452026-05-18T23:50:02.162Z[ recovery-image] May 18 23:50:01.075 INFO O| May 18 23:50:01.075 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-05-18T23:50:02.170Z[ recovery-image] May 18 23:50:01.083 INFO O| May 18 23:50:01.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52472026-05-18T23:50:02.170Z[ recovery-image] May 18 23:50:01.083 INFO O| May 18 23:50:01.083 INFO STEP 129 (remove_files) COMPLETE
52482026-05-18T23:50:02.173Z[ recovery-image] May 18 23:50:01.083 INFO O| May 18 23:50:01.083 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-05-18T23:50:02.179Z[ recovery-image] May 18 23:50:01.090 INFO O| May 18 23:50:01.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52502026-05-18T23:50:02.179Z[ recovery-image] May 18 23:50:01.090 INFO O| May 18 23:50:01.090 INFO STEP 130 (remove_files) COMPLETE
52512026-05-18T23:50:02.181Z[ recovery-image] May 18 23:50:01.090 INFO O| May 18 23:50:01.090 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-05-18T23:50:02.186Z[ recovery-image] May 18 23:50:01.098 INFO O| May 18 23:50:01.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52532026-05-18T23:50:02.186Z[ recovery-image] May 18 23:50:01.098 INFO O| May 18 23:50:01.098 INFO STEP 131 (remove_files) COMPLETE
52542026-05-18T23:50:02.187Z[ recovery-image] May 18 23:50:01.098 INFO O| May 18 23:50:01.098 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-05-18T23:50:02.193Z[ recovery-image] May 18 23:50:01.106 INFO O| May 18 23:50:01.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52562026-05-18T23:50:02.196Z[ recovery-image] May 18 23:50:01.107 INFO O| May 18 23:50:01.107 INFO STEP 132 (remove_files) COMPLETE
52572026-05-18T23:50:02.196Z[ recovery-image] May 18 23:50:01.107 INFO O| May 18 23:50:01.107 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-05-18T23:50:02.201Z[ recovery-image] May 18 23:50:01.114 INFO O| May 18 23:50:01.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52592026-05-18T23:50:02.201Z[ recovery-image] May 18 23:50:01.114 INFO O| May 18 23:50:01.114 INFO STEP 133 (remove_files) COMPLETE
52602026-05-18T23:50:02.201Z[ recovery-image] May 18 23:50:01.114 INFO O| May 18 23:50:01.114 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-05-18T23:50:02.209Z[ recovery-image] May 18 23:50:01.122 INFO O| May 18 23:50:01.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52622026-05-18T23:50:02.209Z[ recovery-image] May 18 23:50:01.122 INFO O| May 18 23:50:01.122 INFO STEP 134 (remove_files) COMPLETE
52632026-05-18T23:50:02.209Z[ recovery-image] May 18 23:50:01.122 INFO O| May 18 23:50:01.122 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-05-18T23:50:02.217Z[ recovery-image] May 18 23:50:01.130 INFO O| May 18 23:50:01.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52652026-05-18T23:50:02.217Z[ recovery-image] May 18 23:50:01.130 INFO O| May 18 23:50:01.130 INFO STEP 135 (remove_files) COMPLETE
52662026-05-18T23:50:02.217Z[ recovery-image] May 18 23:50:01.130 INFO O| May 18 23:50:01.130 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-05-18T23:50:02.224Z[ recovery-image] May 18 23:50:01.137 INFO O| May 18 23:50:01.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52682026-05-18T23:50:02.224Z[ recovery-image] May 18 23:50:01.137 INFO O| May 18 23:50:01.137 INFO STEP 136 (remove_files) COMPLETE
52692026-05-18T23:50:02.224Z[ recovery-image] May 18 23:50:01.137 INFO O| May 18 23:50:01.137 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-05-18T23:50:02.233Z[ recovery-image] May 18 23:50:01.146 INFO O| May 18 23:50:01.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52712026-05-18T23:50:02.233Z[ recovery-image] May 18 23:50:01.146 INFO O| May 18 23:50:01.146 INFO STEP 137 (remove_files) COMPLETE
52722026-05-18T23:50:02.233Z[ recovery-image] May 18 23:50:01.146 INFO O| May 18 23:50:01.146 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-05-18T23:50:02.243Z[ recovery-image] May 18 23:50:01.155 INFO O| May 18 23:50:01.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52742026-05-18T23:50:02.243Z[ recovery-image] May 18 23:50:01.155 INFO O| May 18 23:50:01.155 INFO STEP 138 (remove_files) COMPLETE
52752026-05-18T23:50:02.243Z[ recovery-image] May 18 23:50:01.155 INFO O| May 18 23:50:01.155 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-05-18T23:50:02.250Z[ recovery-image] May 18 23:50:01.162 INFO O| May 18 23:50:01.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52772026-05-18T23:50:02.250Z[ recovery-image] May 18 23:50:01.162 INFO O| May 18 23:50:01.162 INFO STEP 139 (remove_files) COMPLETE
52782026-05-18T23:50:02.250Z[ recovery-image] May 18 23:50:01.162 INFO O| May 18 23:50:01.162 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-05-18T23:50:02.256Z[ recovery-image] May 18 23:50:01.169 INFO O| May 18 23:50:01.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52802026-05-18T23:50:02.256Z[ recovery-image] May 18 23:50:01.169 INFO O| May 18 23:50:01.169 INFO STEP 140 (remove_files) COMPLETE
52812026-05-18T23:50:02.256Z[ recovery-image] May 18 23:50:01.169 INFO O| May 18 23:50:01.169 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-05-18T23:50:02.262Z[ recovery-image] May 18 23:50:01.175 INFO O| May 18 23:50:01.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52832026-05-18T23:50:02.262Z[ recovery-image] May 18 23:50:01.175 INFO O| May 18 23:50:01.175 INFO STEP 141 (remove_files) COMPLETE
52842026-05-18T23:50:02.265Z[ recovery-image] May 18 23:50:01.175 INFO O| May 18 23:50:01.175 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-05-18T23:50:02.269Z[ recovery-image] May 18 23:50:01.181 INFO O| May 18 23:50:01.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52862026-05-18T23:50:02.269Z[ recovery-image] May 18 23:50:01.182 INFO O| May 18 23:50:01.181 INFO STEP 142 (remove_files) COMPLETE
52872026-05-18T23:50:02.269Z[ recovery-image] May 18 23:50:01.182 INFO O| May 18 23:50:01.181 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-05-18T23:50:02.275Z[ recovery-image] May 18 23:50:01.188 INFO O| May 18 23:50:01.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52892026-05-18T23:50:02.275Z[ recovery-image] May 18 23:50:01.188 INFO O| May 18 23:50:01.188 INFO STEP 143 (remove_files) COMPLETE
52902026-05-18T23:50:02.275Z[ recovery-image] May 18 23:50:01.188 INFO O| May 18 23:50:01.188 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-05-18T23:50:02.282Z[ recovery-image] May 18 23:50:01.195 INFO O| May 18 23:50:01.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52922026-05-18T23:50:02.282Z[ recovery-image] May 18 23:50:01.195 INFO O| May 18 23:50:01.195 INFO STEP 144 (remove_files) COMPLETE
52932026-05-18T23:50:02.282Z[ recovery-image] May 18 23:50:01.195 INFO O| May 18 23:50:01.195 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-05-18T23:50:02.289Z[ recovery-image] May 18 23:50:01.201 INFO O| May 18 23:50:01.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52952026-05-18T23:50:02.289Z[ recovery-image] May 18 23:50:01.201 INFO O| May 18 23:50:01.201 INFO STEP 145 (remove_files) COMPLETE
52962026-05-18T23:50:02.293Z[ recovery-image] May 18 23:50:01.201 INFO O| May 18 23:50:01.201 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-05-18T23:50:02.298Z[ recovery-image] May 18 23:50:01.208 INFO O| May 18 23:50:01.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52982026-05-18T23:50:02.298Z[ recovery-image] May 18 23:50:01.208 INFO O| May 18 23:50:01.208 INFO STEP 146 (remove_files) COMPLETE
52992026-05-18T23:50:02.298Z[ recovery-image] May 18 23:50:01.208 INFO O| May 18 23:50:01.208 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-05-18T23:50:02.301Z[ recovery-image] May 18 23:50:01.214 INFO O| May 18 23:50:01.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53012026-05-18T23:50:02.301Z[ recovery-image] May 18 23:50:01.214 INFO O| May 18 23:50:01.214 INFO STEP 147 (remove_files) COMPLETE
53022026-05-18T23:50:02.305Z[ recovery-image] May 18 23:50:01.214 INFO O| May 18 23:50:01.214 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-05-18T23:50:02.308Z[ recovery-image] May 18 23:50:01.221 INFO O| May 18 23:50:01.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53042026-05-18T23:50:02.308Z[ recovery-image] May 18 23:50:01.221 INFO O| May 18 23:50:01.221 INFO STEP 148 (remove_files) COMPLETE
53052026-05-18T23:50:02.308Z[ recovery-image] May 18 23:50:01.221 INFO O| May 18 23:50:01.221 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-05-18T23:50:02.314Z[ recovery-image] May 18 23:50:01.227 INFO O| May 18 23:50:01.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53072026-05-18T23:50:02.314Z[ recovery-image] May 18 23:50:01.227 INFO O| May 18 23:50:01.227 INFO STEP 149 (remove_files) COMPLETE
53082026-05-18T23:50:02.314Z[ recovery-image] May 18 23:50:01.227 INFO O| May 18 23:50:01.227 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-05-18T23:50:02.321Z[ recovery-image] May 18 23:50:01.233 INFO O| May 18 23:50:01.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53102026-05-18T23:50:02.321Z[ recovery-image] May 18 23:50:01.233 INFO O| May 18 23:50:01.233 INFO STEP 150 (remove_files) COMPLETE
53112026-05-18T23:50:02.321Z[ recovery-image] May 18 23:50:01.233 INFO O| May 18 23:50:01.233 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-05-18T23:50:02.327Z[ recovery-image] May 18 23:50:01.240 INFO O| May 18 23:50:01.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53132026-05-18T23:50:02.327Z[ recovery-image] May 18 23:50:01.240 INFO O| May 18 23:50:01.240 INFO STEP 151 (remove_files) COMPLETE
53142026-05-18T23:50:02.330Z[ recovery-image] May 18 23:50:01.240 INFO O| May 18 23:50:01.240 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-05-18T23:50:02.335Z[ recovery-image] May 18 23:50:01.246 INFO O| May 18 23:50:01.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53162026-05-18T23:50:02.335Z[ recovery-image] May 18 23:50:01.246 INFO O| May 18 23:50:01.246 INFO STEP 152 (remove_files) COMPLETE
53172026-05-18T23:50:02.338Z[ recovery-image] May 18 23:50:01.246 INFO O| May 18 23:50:01.246 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-05-18T23:50:02.341Z[ recovery-image] May 18 23:50:01.253 INFO O| May 18 23:50:01.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53192026-05-18T23:50:02.341Z[ recovery-image] May 18 23:50:01.253 INFO O| May 18 23:50:01.253 INFO STEP 153 (remove_files) COMPLETE
53202026-05-18T23:50:02.341Z[ recovery-image] May 18 23:50:01.253 INFO O| May 18 23:50:01.253 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-05-18T23:50:02.348Z[ recovery-image] May 18 23:50:01.259 INFO O| May 18 23:50:01.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53222026-05-18T23:50:02.348Z[ recovery-image] May 18 23:50:01.260 INFO O| May 18 23:50:01.259 INFO STEP 154 (remove_files) COMPLETE
53232026-05-18T23:50:02.351Z[ recovery-image] May 18 23:50:01.260 INFO O| May 18 23:50:01.259 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-05-18T23:50:02.356Z[ recovery-image] May 18 23:50:01.266 INFO O| May 18 23:50:01.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53252026-05-18T23:50:02.356Z[ recovery-image] May 18 23:50:01.266 INFO O| May 18 23:50:01.266 INFO STEP 155 (remove_files) COMPLETE
53262026-05-18T23:50:02.356Z[ recovery-image] May 18 23:50:01.266 INFO O| May 18 23:50:01.266 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-05-18T23:50:02.360Z[ recovery-image] May 18 23:50:01.272 INFO O| May 18 23:50:01.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53282026-05-18T23:50:02.360Z[ recovery-image] May 18 23:50:01.272 INFO O| May 18 23:50:01.272 INFO STEP 156 (remove_files) COMPLETE
53292026-05-18T23:50:02.363Z[ recovery-image] May 18 23:50:01.272 INFO O| May 18 23:50:01.272 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-05-18T23:50:03.369Z[ recovery-image] May 18 23:50:01.279 INFO O| May 18 23:50:01.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53312026-05-18T23:50:03.374Z[ recovery-image] May 18 23:50:01.280 INFO O| May 18 23:50:01.280 INFO STEP 157 (remove_files) COMPLETE
53322026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.280 INFO O| May 18 23:50:01.280 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.287 INFO O| May 18 23:50:01.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53342026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.287 INFO O| May 18 23:50:01.287 INFO STEP 158 (remove_files) COMPLETE
53352026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.287 INFO O| May 18 23:50:01.287 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.294 INFO O| May 18 23:50:01.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53372026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.294 INFO O| May 18 23:50:01.294 INFO STEP 159 (remove_files) COMPLETE
53382026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.294 INFO O| May 18 23:50:01.294 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.300 INFO O| May 18 23:50:01.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53402026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.300 INFO O| May 18 23:50:01.300 INFO STEP 160 (remove_files) COMPLETE
53412026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.300 INFO O| May 18 23:50:01.300 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.307 INFO O| May 18 23:50:01.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53432026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.307 INFO O| May 18 23:50:01.307 INFO STEP 161 (remove_files) COMPLETE
53442026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.307 INFO O| May 18 23:50:01.307 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.314 INFO O| May 18 23:50:01.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53462026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.314 INFO O| May 18 23:50:01.314 INFO STEP 162 (remove_files) COMPLETE
53472026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.314 INFO O| May 18 23:50:01.314 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.321 INFO O| May 18 23:50:01.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53492026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.321 INFO O| May 18 23:50:01.321 INFO STEP 163 (remove_files) COMPLETE
53502026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.321 INFO O| May 18 23:50:01.321 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.328 INFO O| May 18 23:50:01.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53522026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.328 INFO O| May 18 23:50:01.328 INFO STEP 164 (remove_files) COMPLETE
53532026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.328 INFO O| May 18 23:50:01.328 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.336 INFO O| May 18 23:50:01.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53552026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.336 INFO O| May 18 23:50:01.336 INFO STEP 165 (remove_files) COMPLETE
53562026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.336 INFO O| May 18 23:50:01.336 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.343 INFO O| May 18 23:50:01.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53582026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.343 INFO O| May 18 23:50:01.343 INFO STEP 166 (remove_files) COMPLETE
53592026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.343 INFO O| May 18 23:50:01.343 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.350 INFO O| May 18 23:50:01.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53612026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.350 INFO O| May 18 23:50:01.350 INFO STEP 167 (remove_files) COMPLETE
53622026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.350 INFO O| May 18 23:50:01.350 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.357 INFO O| May 18 23:50:01.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53642026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.357 INFO O| May 18 23:50:01.357 INFO STEP 168 (remove_files) COMPLETE
53652026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.357 INFO O| May 18 23:50:01.357 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.364 INFO O| May 18 23:50:01.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53672026-05-18T23:50:03.375Z[ recovery-image] May 18 23:50:01.364 INFO O| May 18 23:50:01.364 INFO STEP 169 (remove_files) COMPLETE
53682026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.364 INFO O| May 18 23:50:01.364 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.372 INFO O| May 18 23:50:01.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53702026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.372 INFO O| May 18 23:50:01.372 INFO STEP 170 (remove_files) COMPLETE
53712026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.372 INFO O| May 18 23:50:01.372 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.379 INFO O| May 18 23:50:01.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53732026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.379 INFO O| May 18 23:50:01.379 INFO STEP 171 (remove_files) COMPLETE
53742026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.379 INFO O| May 18 23:50:01.379 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.386 INFO O| May 18 23:50:01.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53762026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.386 INFO O| May 18 23:50:01.386 INFO STEP 172 (remove_files) COMPLETE
53772026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.386 INFO O| May 18 23:50:01.386 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.393 INFO O| May 18 23:50:01.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53792026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.393 INFO O| May 18 23:50:01.393 INFO STEP 173 (remove_files) COMPLETE
53802026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.393 INFO O| May 18 23:50:01.393 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.400 INFO O| May 18 23:50:01.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53822026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.401 INFO O| May 18 23:50:01.401 INFO STEP 174 (remove_files) COMPLETE
53832026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.401 INFO O| May 18 23:50:01.401 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.409 INFO O| May 18 23:50:01.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53852026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.409 INFO O| May 18 23:50:01.409 INFO STEP 175 (remove_files) COMPLETE
53862026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.409 INFO O| May 18 23:50:01.409 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.416 INFO O| May 18 23:50:01.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53882026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.417 INFO O| May 18 23:50:01.417 INFO STEP 176 (remove_files) COMPLETE
53892026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.417 INFO O| May 18 23:50:01.417 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.424 INFO O| May 18 23:50:01.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53912026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.424 INFO O| May 18 23:50:01.424 INFO STEP 177 (remove_files) COMPLETE
53922026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.425 INFO O| May 18 23:50:01.424 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.432 INFO O| May 18 23:50:01.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53942026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.432 INFO O| May 18 23:50:01.432 INFO STEP 178 (remove_files) COMPLETE
53952026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.432 INFO O| May 18 23:50:01.432 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.439 INFO O| May 18 23:50:01.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53972026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.439 INFO O| May 18 23:50:01.439 INFO STEP 179 (remove_files) COMPLETE
53982026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.439 INFO O| May 18 23:50:01.439 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.446 INFO O| May 18 23:50:01.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54002026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.446 INFO O| May 18 23:50:01.446 INFO STEP 180 (remove_files) COMPLETE
54012026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.446 INFO O| May 18 23:50:01.446 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.453 INFO O| May 18 23:50:01.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54032026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.453 INFO O| May 18 23:50:01.453 INFO STEP 181 (remove_files) COMPLETE
54042026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.453 INFO O| May 18 23:50:01.453 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.460 INFO O| May 18 23:50:01.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54062026-05-18T23:50:03.376Z[ recovery-image] May 18 23:50:01.461 INFO O| May 18 23:50:01.461 INFO STEP 182 (remove_files) COMPLETE
54072026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.461 INFO O| May 18 23:50:01.461 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.468 INFO O| May 18 23:50:01.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54092026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.468 INFO O| May 18 23:50:01.468 INFO STEP 183 (remove_files) COMPLETE
54102026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.468 INFO O| May 18 23:50:01.468 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.475 INFO O| May 18 23:50:01.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54122026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.475 INFO O| May 18 23:50:01.475 INFO STEP 184 (remove_files) COMPLETE
54132026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.475 INFO O| May 18 23:50:01.475 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.482 INFO O| May 18 23:50:01.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54152026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.482 INFO O| May 18 23:50:01.482 INFO STEP 185 (remove_files) COMPLETE
54162026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.482 INFO O| May 18 23:50:01.482 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.489 INFO O| May 18 23:50:01.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54182026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.489 INFO O| May 18 23:50:01.489 INFO STEP 186 (remove_files) COMPLETE
54192026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.489 INFO O| May 18 23:50:01.489 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.496 INFO O| May 18 23:50:01.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54212026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.496 INFO O| May 18 23:50:01.496 INFO STEP 187 (remove_files) COMPLETE
54222026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.496 INFO O| May 18 23:50:01.496 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.503 INFO O| May 18 23:50:01.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54242026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.503 INFO O| May 18 23:50:01.503 INFO STEP 188 (remove_files) COMPLETE
54252026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.503 INFO O| May 18 23:50:01.503 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.510 INFO O| May 18 23:50:01.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54272026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.510 INFO O| May 18 23:50:01.510 INFO STEP 189 (remove_files) COMPLETE
54282026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.510 INFO O| May 18 23:50:01.510 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.517 INFO O| May 18 23:50:01.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54302026-05-18T23:50:03.377Z[ recovery-image] May 18 23:50:01.517 INFO O| May 18 23:50:01.517 INFO STEP 190 (remove_files) COMPLETE
54312026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.517 INFO O| May 18 23:50:01.517 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.524 INFO O| May 18 23:50:01.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54332026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.524 INFO O| May 18 23:50:01.524 INFO STEP 191 (remove_files) COMPLETE
54342026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.524 INFO O| May 18 23:50:01.524 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.531 INFO O| May 18 23:50:01.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54362026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.531 INFO O| May 18 23:50:01.531 INFO STEP 192 (remove_files) COMPLETE
54372026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.531 INFO O| May 18 23:50:01.531 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.538 INFO O| May 18 23:50:01.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54392026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.538 INFO O| May 18 23:50:01.538 INFO STEP 193 (remove_files) COMPLETE
54402026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.538 INFO O| May 18 23:50:01.538 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.544 INFO O| May 18 23:50:01.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54422026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.544 INFO O| May 18 23:50:01.544 INFO STEP 194 (remove_files) COMPLETE
54432026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.544 INFO O| May 18 23:50:01.544 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.551 INFO O| May 18 23:50:01.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54452026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.551 INFO O| May 18 23:50:01.551 INFO STEP 195 (remove_files) COMPLETE
54462026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.551 INFO O| May 18 23:50:01.551 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-05-18T23:50:03.381Z[ recovery-image] May 18 23:50:01.558 INFO O| May 18 23:50:01.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54482026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.558 INFO O| May 18 23:50:01.558 INFO STEP 196 (remove_files) COMPLETE
54492026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.558 INFO O| May 18 23:50:01.558 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.565 INFO O| May 18 23:50:01.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54512026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.565 INFO O| May 18 23:50:01.565 INFO STEP 197 (remove_files) COMPLETE
54522026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.565 INFO O| May 18 23:50:01.565 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.572 INFO O| May 18 23:50:01.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54542026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.572 INFO O| May 18 23:50:01.572 INFO STEP 198 (remove_files) COMPLETE
54552026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.572 INFO O| May 18 23:50:01.572 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.579 INFO O| May 18 23:50:01.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54572026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.580 INFO O| May 18 23:50:01.580 INFO STEP 199 (remove_files) COMPLETE
54582026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.580 INFO O| May 18 23:50:01.580 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.586 INFO O| May 18 23:50:01.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54602026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.587 INFO O| May 18 23:50:01.587 INFO STEP 200 (remove_files) COMPLETE
54612026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.587 INFO O| May 18 23:50:01.587 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.594 INFO O| May 18 23:50:01.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54632026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.595 INFO O| May 18 23:50:01.594 INFO STEP 201 (remove_files) COMPLETE
54642026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.595 INFO O| May 18 23:50:01.595 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.602 INFO O| May 18 23:50:01.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54662026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.602 INFO O| May 18 23:50:01.602 INFO STEP 202 (remove_files) COMPLETE
54672026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.602 INFO O| May 18 23:50:01.602 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.609 INFO O| May 18 23:50:01.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54692026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.609 INFO O| May 18 23:50:01.609 INFO STEP 203 (remove_files) COMPLETE
54702026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.609 INFO O| May 18 23:50:01.609 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.616 INFO O| May 18 23:50:01.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54722026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.616 INFO O| May 18 23:50:01.616 INFO STEP 204 (remove_files) COMPLETE
54732026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.616 INFO O| May 18 23:50:01.616 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.622 INFO O| May 18 23:50:01.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54752026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.622 INFO O| May 18 23:50:01.622 INFO STEP 205 (remove_files) COMPLETE
54762026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.622 INFO O| May 18 23:50:01.622 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.630 INFO O| May 18 23:50:01.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54782026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.630 INFO O| May 18 23:50:01.630 INFO STEP 206 (remove_files) COMPLETE
54792026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.630 INFO O| May 18 23:50:01.630 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.636 INFO O| May 18 23:50:01.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54812026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.636 INFO O| May 18 23:50:01.636 INFO STEP 207 (remove_files) COMPLETE
54822026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.636 INFO O| May 18 23:50:01.636 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.643 INFO O| May 18 23:50:01.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54842026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.643 INFO O| May 18 23:50:01.643 INFO STEP 208 (remove_files) COMPLETE
54852026-05-18T23:50:03.382Z[ recovery-image] May 18 23:50:01.643 INFO O| May 18 23:50:01.643 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.650 INFO O| May 18 23:50:01.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54872026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.650 INFO O| May 18 23:50:01.650 INFO STEP 209 (remove_files) COMPLETE
54882026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.650 INFO O| May 18 23:50:01.650 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.657 INFO O| May 18 23:50:01.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54902026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.657 INFO O| May 18 23:50:01.657 INFO STEP 210 (remove_files) COMPLETE
54912026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.657 INFO O| May 18 23:50:01.657 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.664 INFO O| May 18 23:50:01.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54932026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.664 INFO O| May 18 23:50:01.664 INFO STEP 211 (remove_files) COMPLETE
54942026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.664 INFO O| May 18 23:50:01.664 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.671 INFO O| May 18 23:50:01.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54962026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.671 INFO O| May 18 23:50:01.671 INFO STEP 212 (remove_files) COMPLETE
54972026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.671 INFO O| May 18 23:50:01.671 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.678 INFO O| May 18 23:50:01.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54992026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.678 INFO O| May 18 23:50:01.678 INFO STEP 213 (remove_files) COMPLETE
55002026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.678 INFO O| May 18 23:50:01.678 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.685 INFO O| May 18 23:50:01.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55022026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.685 INFO O| May 18 23:50:01.685 INFO STEP 214 (remove_files) COMPLETE
55032026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.685 INFO O| May 18 23:50:01.685 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.692 INFO O| May 18 23:50:01.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55052026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.692 INFO O| May 18 23:50:01.692 INFO STEP 215 (remove_files) COMPLETE
55062026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.692 INFO O| May 18 23:50:01.692 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.699 INFO O| May 18 23:50:01.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55082026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.699 INFO O| May 18 23:50:01.699 INFO STEP 216 (remove_files) COMPLETE
55092026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.699 INFO O| May 18 23:50:01.699 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.706 INFO O| May 18 23:50:01.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55112026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.706 INFO O| May 18 23:50:01.706 INFO STEP 217 (remove_files) COMPLETE
55122026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.706 INFO O| May 18 23:50:01.706 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.713 INFO O| May 18 23:50:01.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55142026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.713 INFO O| May 18 23:50:01.713 INFO STEP 218 (remove_files) COMPLETE
55152026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.713 INFO O| May 18 23:50:01.713 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.720 INFO O| May 18 23:50:01.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55172026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.720 INFO O| May 18 23:50:01.720 INFO STEP 219 (remove_files) COMPLETE
55182026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.720 INFO O| May 18 23:50:01.720 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.727 INFO O| May 18 23:50:01.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55202026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.727 INFO O| May 18 23:50:01.727 INFO STEP 220 (remove_files) COMPLETE
55212026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.727 INFO O| May 18 23:50:01.727 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-05-18T23:50:03.383Z[ recovery-image] May 18 23:50:01.734 INFO O| May 18 23:50:01.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55232026-05-18T23:50:03.384Z[ recovery-image] May 18 23:50:01.734 INFO O| May 18 23:50:01.734 INFO STEP 221 (remove_files) COMPLETE
55242026-05-18T23:50:03.384Z[ recovery-image] May 18 23:50:01.734 INFO O| May 18 23:50:01.734 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-05-18T23:50:03.384Z[ recovery-image] May 18 23:50:01.741 INFO O| May 18 23:50:01.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55262026-05-18T23:50:03.384Z[ recovery-image] May 18 23:50:01.741 INFO O| May 18 23:50:01.741 INFO STEP 222 (remove_files) COMPLETE
55272026-05-18T23:50:03.384Z[ recovery-image] May 18 23:50:01.741 INFO O| May 18 23:50:01.741 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-05-18T23:50:03.384Z[ recovery-image] May 18 23:50:01.747 INFO O| May 18 23:50:01.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55292026-05-18T23:50:03.384Z[ recovery-image] May 18 23:50:01.747 INFO O| May 18 23:50:01.747 INFO STEP 223 (remove_files) COMPLETE
55302026-05-18T23:50:03.384Z[ recovery-image] May 18 23:50:01.747 INFO O| May 18 23:50:01.747 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.754 INFO O| May 18 23:50:01.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55322026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.754 INFO O| May 18 23:50:01.754 INFO STEP 224 (remove_files) COMPLETE
55332026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.754 INFO O| May 18 23:50:01.754 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.761 INFO O| May 18 23:50:01.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55352026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.762 INFO O| May 18 23:50:01.762 INFO STEP 225 (remove_files) COMPLETE
55362026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.762 INFO O| May 18 23:50:01.762 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.769 INFO O| May 18 23:50:01.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55382026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.769 INFO O| May 18 23:50:01.769 INFO STEP 226 (remove_files) COMPLETE
55392026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.769 INFO O| May 18 23:50:01.769 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.775 INFO O| May 18 23:50:01.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55412026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.775 INFO O| May 18 23:50:01.775 INFO STEP 227 (remove_files) COMPLETE
55422026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.775 INFO O| May 18 23:50:01.775 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.782 INFO O| May 18 23:50:01.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55442026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.782 INFO O| May 18 23:50:01.782 INFO STEP 228 (remove_files) COMPLETE
55452026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.782 INFO O| May 18 23:50:01.782 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.789 INFO O| May 18 23:50:01.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55472026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.789 INFO O| May 18 23:50:01.789 INFO STEP 229 (remove_files) COMPLETE
55482026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.789 INFO O| May 18 23:50:01.789 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.796 INFO O| May 18 23:50:01.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55502026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.796 INFO O| May 18 23:50:01.796 INFO STEP 230 (remove_files) COMPLETE
55512026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.796 INFO O| May 18 23:50:01.796 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.803 INFO O| May 18 23:50:01.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55532026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.803 INFO O| May 18 23:50:01.803 INFO STEP 231 (remove_files) COMPLETE
55542026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.803 INFO O| May 18 23:50:01.803 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.810 INFO O| May 18 23:50:01.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55562026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.810 INFO O| May 18 23:50:01.810 INFO STEP 232 (remove_files) COMPLETE
55572026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.810 INFO O| May 18 23:50:01.810 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.817 INFO O| May 18 23:50:01.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55592026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.817 INFO O| May 18 23:50:01.817 INFO STEP 233 (remove_files) COMPLETE
55602026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.817 INFO O| May 18 23:50:01.817 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-05-18T23:50:03.389Z[ recovery-image] May 18 23:50:01.824 INFO O| May 18 23:50:01.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55622026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.824 INFO O| May 18 23:50:01.824 INFO STEP 234 (remove_files) COMPLETE
55632026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.824 INFO O| May 18 23:50:01.824 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.831 INFO O| May 18 23:50:01.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55652026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.831 INFO O| May 18 23:50:01.831 INFO STEP 235 (remove_files) COMPLETE
55662026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.831 INFO O| May 18 23:50:01.831 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.838 INFO O| May 18 23:50:01.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55682026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.838 INFO O| May 18 23:50:01.838 INFO STEP 236 (remove_files) COMPLETE
55692026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.838 INFO O| May 18 23:50:01.838 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.845 INFO O| May 18 23:50:01.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55712026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.846 INFO O| May 18 23:50:01.846 INFO STEP 237 (remove_files) COMPLETE
55722026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.846 INFO O| May 18 23:50:01.846 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.852 INFO O| May 18 23:50:01.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55742026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.853 INFO O| May 18 23:50:01.853 INFO STEP 238 (remove_files) COMPLETE
55752026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.853 INFO O| May 18 23:50:01.853 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.859 INFO O| May 18 23:50:01.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55772026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.860 INFO O| May 18 23:50:01.860 INFO STEP 239 (remove_files) COMPLETE
55782026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.860 INFO O| May 18 23:50:01.860 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.867 INFO O| May 18 23:50:01.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55802026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.867 INFO O| May 18 23:50:01.867 INFO STEP 240 (remove_files) COMPLETE
55812026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.867 INFO O| May 18 23:50:01.867 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.873 INFO O| May 18 23:50:01.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55832026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.874 INFO O| May 18 23:50:01.874 INFO STEP 241 (remove_files) COMPLETE
55842026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.874 INFO O| May 18 23:50:01.874 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.880 INFO O| May 18 23:50:01.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55862026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.880 INFO O| May 18 23:50:01.880 INFO STEP 242 (remove_files) COMPLETE
55872026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.880 INFO O| May 18 23:50:01.880 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.887 INFO O| May 18 23:50:01.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55892026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.887 INFO O| May 18 23:50:01.887 INFO STEP 243 (remove_files) COMPLETE
55902026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.887 INFO O| May 18 23:50:01.887 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.894 INFO O| May 18 23:50:01.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55922026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.894 INFO O| May 18 23:50:01.894 INFO STEP 244 (remove_files) COMPLETE
55932026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.894 INFO O| May 18 23:50:01.894 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.901 INFO O| May 18 23:50:01.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55952026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.901 INFO O| May 18 23:50:01.901 INFO STEP 245 (remove_files) COMPLETE
55962026-05-18T23:50:03.390Z[ recovery-image] May 18 23:50:01.901 INFO O| May 18 23:50:01.901 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.907 INFO O| May 18 23:50:01.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55982026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.907 INFO O| May 18 23:50:01.907 INFO STEP 246 (remove_files) COMPLETE
55992026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.908 INFO O| May 18 23:50:01.907 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.950 INFO O| May 18 23:50:01.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56012026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.950 INFO O| May 18 23:50:01.950 INFO STEP 247 (remove_files) COMPLETE
56022026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.950 INFO O| May 18 23:50:01.950 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.957 INFO O| May 18 23:50:01.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56042026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.958 INFO O| May 18 23:50:01.957 INFO STEP 248 (remove_files) COMPLETE
56052026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.958 INFO O| May 18 23:50:01.958 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.964 INFO O| May 18 23:50:01.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56072026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.964 INFO O| May 18 23:50:01.964 INFO STEP 249 (remove_files) COMPLETE
56082026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.964 INFO O| May 18 23:50:01.964 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.972 INFO O| May 18 23:50:01.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56102026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.972 INFO O| May 18 23:50:01.972 INFO STEP 250 (remove_files) COMPLETE
56112026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.972 INFO O| May 18 23:50:01.972 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.979 INFO O| May 18 23:50:01.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56132026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.979 INFO O| May 18 23:50:01.979 INFO STEP 251 (remove_files) COMPLETE
56142026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.979 INFO O| May 18 23:50:01.979 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.985 INFO O| May 18 23:50:01.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56162026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.986 INFO O| May 18 23:50:01.986 INFO STEP 252 (remove_files) COMPLETE
56172026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.986 INFO O| May 18 23:50:01.986 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.992 INFO O| May 18 23:50:01.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56192026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.992 INFO O| May 18 23:50:01.992 INFO STEP 253 (remove_files) COMPLETE
56202026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.992 INFO O| May 18 23:50:01.992 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.999 INFO O| May 18 23:50:01.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56222026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.999 INFO O| May 18 23:50:01.999 INFO STEP 254 (remove_files) COMPLETE
56232026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:01.999 INFO O| May 18 23:50:01.999 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:02.006 INFO O| May 18 23:50:02.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56252026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:02.006 INFO O| May 18 23:50:02.006 INFO STEP 255 (remove_files) COMPLETE
56262026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:02.006 INFO O| May 18 23:50:02.006 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:02.014 INFO O| May 18 23:50:02.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56282026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:02.014 INFO O| May 18 23:50:02.014 INFO STEP 256 (remove_files) COMPLETE
56292026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:02.014 INFO O| May 18 23:50:02.014 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-05-18T23:50:03.391Z[ recovery-image] May 18 23:50:02.021 INFO O| May 18 23:50:02.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56312026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.021 INFO O| May 18 23:50:02.021 INFO STEP 257 (remove_files) COMPLETE
56322026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.021 INFO O| May 18 23:50:02.021 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.028 INFO O| May 18 23:50:02.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56342026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.028 INFO O| May 18 23:50:02.028 INFO STEP 258 (remove_files) COMPLETE
56352026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.028 INFO O| May 18 23:50:02.028 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.035 INFO O| May 18 23:50:02.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56372026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.035 INFO O| May 18 23:50:02.035 INFO STEP 259 (remove_files) COMPLETE
56382026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.035 INFO O| May 18 23:50:02.035 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.043 INFO O| May 18 23:50:02.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56402026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.043 INFO O| May 18 23:50:02.043 INFO STEP 260 (remove_files) COMPLETE
56412026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.043 INFO O| May 18 23:50:02.043 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.050 INFO O| May 18 23:50:02.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56432026-05-18T23:50:03.396Z[ recovery-image] May 18 23:50:02.050 INFO O| May 18 23:50:02.050 INFO STEP 261 (remove_files) COMPLETE
56442026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.050 INFO O| May 18 23:50:02.050 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.057 INFO O| May 18 23:50:02.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56462026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.058 INFO O| May 18 23:50:02.058 INFO STEP 262 (remove_files) COMPLETE
56472026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.058 INFO O| May 18 23:50:02.058 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.065 INFO O| May 18 23:50:02.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56492026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.065 INFO O| May 18 23:50:02.065 INFO STEP 263 (remove_files) COMPLETE
56502026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.065 INFO O| May 18 23:50:02.065 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.075 INFO O| May 18 23:50:02.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56522026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.075 INFO O| May 18 23:50:02.075 INFO STEP 264 (remove_files) COMPLETE
56532026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.075 INFO O| May 18 23:50:02.075 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.083 INFO O| May 18 23:50:02.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56552026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.083 INFO O| May 18 23:50:02.083 INFO STEP 265 (remove_files) COMPLETE
56562026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.083 INFO O| May 18 23:50:02.083 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.092 INFO O| May 18 23:50:02.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56582026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.092 INFO O| May 18 23:50:02.092 INFO STEP 266 (remove_files) COMPLETE
56592026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.092 INFO O| May 18 23:50:02.092 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.102 INFO O| May 18 23:50:02.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56612026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.102 INFO O| May 18 23:50:02.102 INFO STEP 267 (remove_files) COMPLETE
56622026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.102 INFO O| May 18 23:50:02.102 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.111 INFO O| May 18 23:50:02.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56642026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.111 INFO O| May 18 23:50:02.111 INFO STEP 268 (remove_files) COMPLETE
56652026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.111 INFO O| May 18 23:50:02.111 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.120 INFO O| May 18 23:50:02.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56672026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.120 INFO O| May 18 23:50:02.120 INFO STEP 269 (remove_files) COMPLETE
56682026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.120 INFO O| May 18 23:50:02.120 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.128 INFO O| May 18 23:50:02.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56702026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.128 INFO O| May 18 23:50:02.128 INFO STEP 270 (remove_files) COMPLETE
56712026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.128 INFO O| May 18 23:50:02.128 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.135 INFO O| May 18 23:50:02.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56732026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.135 INFO O| May 18 23:50:02.135 INFO STEP 271 (remove_files) COMPLETE
56742026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.135 INFO O| May 18 23:50:02.135 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.142 INFO O| May 18 23:50:02.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56762026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.142 INFO O| May 18 23:50:02.142 INFO STEP 272 (remove_files) COMPLETE
56772026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.142 INFO O| May 18 23:50:02.142 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.149 INFO O| May 18 23:50:02.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56792026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.149 INFO O| May 18 23:50:02.149 INFO STEP 273 (remove_files) COMPLETE
56802026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.149 INFO O| May 18 23:50:02.149 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.157 INFO O| May 18 23:50:02.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56822026-05-18T23:50:03.397Z[ recovery-image] May 18 23:50:02.157 INFO O| May 18 23:50:02.157 INFO STEP 274 (remove_files) COMPLETE
56832026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.157 INFO O| May 18 23:50:02.157 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.165 INFO O| May 18 23:50:02.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56852026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.166 INFO O| May 18 23:50:02.166 INFO STEP 275 (remove_files) COMPLETE
56862026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.166 INFO O| May 18 23:50:02.166 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.173 INFO O| May 18 23:50:02.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56882026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.173 INFO O| May 18 23:50:02.173 INFO STEP 276 (remove_files) COMPLETE
56892026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.173 INFO O| May 18 23:50:02.173 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.181 INFO O| May 18 23:50:02.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56912026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.181 INFO O| May 18 23:50:02.181 INFO STEP 277 (remove_files) COMPLETE
56922026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.181 INFO O| May 18 23:50:02.181 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.188 INFO O| May 18 23:50:02.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56942026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.188 INFO O| May 18 23:50:02.188 INFO STEP 278 (remove_files) COMPLETE
56952026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.188 INFO O| May 18 23:50:02.188 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.196 INFO O| May 18 23:50:02.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56972026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.196 INFO O| May 18 23:50:02.196 INFO STEP 279 (remove_files) COMPLETE
56982026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.196 INFO O| May 18 23:50:02.196 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.203 INFO O| May 18 23:50:02.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57002026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.204 INFO O| May 18 23:50:02.203 INFO STEP 280 (remove_files) COMPLETE
57012026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.204 INFO O| May 18 23:50:02.203 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.211 INFO O| May 18 23:50:02.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57032026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.211 INFO O| May 18 23:50:02.211 INFO STEP 281 (remove_files) COMPLETE
57042026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.211 INFO O| May 18 23:50:02.211 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.217 INFO O| May 18 23:50:02.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57062026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.217 INFO O| May 18 23:50:02.217 INFO STEP 282 (remove_files) COMPLETE
57072026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.217 INFO O| May 18 23:50:02.217 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.224 INFO O| May 18 23:50:02.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57092026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.224 INFO O| May 18 23:50:02.224 INFO STEP 283 (remove_files) COMPLETE
57102026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.224 INFO O| May 18 23:50:02.224 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.231 INFO O| May 18 23:50:02.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57122026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.231 INFO O| May 18 23:50:02.231 INFO STEP 284 (remove_files) COMPLETE
57132026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.231 INFO O| May 18 23:50:02.231 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.238 INFO O| May 18 23:50:02.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57152026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.238 INFO O| May 18 23:50:02.238 INFO STEP 285 (remove_files) COMPLETE
57162026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.238 INFO O| May 18 23:50:02.238 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.245 INFO O| May 18 23:50:02.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57182026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.245 INFO O| May 18 23:50:02.245 INFO STEP 286 (remove_files) COMPLETE
57192026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.245 INFO O| May 18 23:50:02.245 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-05-18T23:50:03.398Z[ recovery-image] May 18 23:50:02.253 INFO O| May 18 23:50:02.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57212026-05-18T23:50:03.399Z[ recovery-image] May 18 23:50:02.253 INFO O| May 18 23:50:02.253 INFO STEP 287 (remove_files) COMPLETE
57222026-05-18T23:50:03.399Z[ recovery-image] May 18 23:50:02.253 INFO O| May 18 23:50:02.253 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-05-18T23:50:03.399Z[ recovery-image] May 18 23:50:02.261 INFO O| May 18 23:50:02.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57242026-05-18T23:50:03.399Z[ recovery-image] May 18 23:50:02.261 INFO O| May 18 23:50:02.261 INFO STEP 288 (remove_files) COMPLETE
57252026-05-18T23:50:03.399Z[ recovery-image] May 18 23:50:02.261 INFO O| May 18 23:50:02.261 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-05-18T23:50:03.399Z[ recovery-image] May 18 23:50:02.268 INFO O| May 18 23:50:02.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57272026-05-18T23:50:03.399Z[ recovery-image] May 18 23:50:02.268 INFO O| May 18 23:50:02.268 INFO STEP 289 (remove_files) COMPLETE
57282026-05-18T23:50:03.399Z[ recovery-image] May 18 23:50:02.268 INFO O| May 18 23:50:02.268 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-05-18T23:50:03.399Z[ recovery-image] May 18 23:50:02.275 INFO O| May 18 23:50:02.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57302026-05-18T23:50:03.399Z[ recovery-image] May 18 23:50:02.275 INFO O| May 18 23:50:02.275 INFO STEP 290 (remove_files) COMPLETE
57312026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.275 INFO O| May 18 23:50:02.275 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.283 INFO O| May 18 23:50:02.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57332026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.283 INFO O| May 18 23:50:02.283 INFO STEP 291 (remove_files) COMPLETE
57342026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.283 INFO O| May 18 23:50:02.283 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.290 INFO O| May 18 23:50:02.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57362026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.290 INFO O| May 18 23:50:02.290 INFO STEP 292 (remove_files) COMPLETE
57372026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.291 INFO O| May 18 23:50:02.290 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.298 INFO O| May 18 23:50:02.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57392026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.298 INFO O| May 18 23:50:02.298 INFO STEP 293 (remove_files) COMPLETE
57402026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.298 INFO O| May 18 23:50:02.298 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.305 INFO O| May 18 23:50:02.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57422026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.305 INFO O| May 18 23:50:02.305 INFO STEP 294 (remove_files) COMPLETE
57432026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.305 INFO O| May 18 23:50:02.305 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.313 INFO O| May 18 23:50:02.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57452026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.313 INFO O| May 18 23:50:02.313 INFO STEP 295 (remove_files) COMPLETE
57462026-05-18T23:50:03.403Z[ recovery-image] May 18 23:50:02.313 INFO O| May 18 23:50:02.313 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-05-18T23:50:03.408Z[ recovery-image] May 18 23:50:02.321 INFO O| May 18 23:50:02.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57482026-05-18T23:50:03.408Z[ recovery-image] May 18 23:50:02.321 INFO O| May 18 23:50:02.321 INFO STEP 296 (remove_files) COMPLETE
57492026-05-18T23:50:03.413Z[ recovery-image] May 18 23:50:02.321 INFO O| May 18 23:50:02.321 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-05-18T23:50:03.416Z[ recovery-image] May 18 23:50:02.329 INFO O| May 18 23:50:02.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57512026-05-18T23:50:03.416Z[ recovery-image] May 18 23:50:02.329 INFO O| May 18 23:50:02.329 INFO STEP 297 (remove_files) COMPLETE
57522026-05-18T23:50:03.419Z[ recovery-image] May 18 23:50:02.329 INFO O| May 18 23:50:02.329 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-05-18T23:50:03.424Z[ recovery-image] May 18 23:50:02.337 INFO O| May 18 23:50:02.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57542026-05-18T23:50:03.424Z[ recovery-image] May 18 23:50:02.337 INFO O| May 18 23:50:02.337 INFO STEP 298 (remove_files) COMPLETE
57552026-05-18T23:50:03.424Z[ recovery-image] May 18 23:50:02.337 INFO O| May 18 23:50:02.337 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-05-18T23:50:03.433Z[ recovery-image] May 18 23:50:02.344 INFO O| May 18 23:50:02.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57572026-05-18T23:50:03.433Z[ recovery-image] May 18 23:50:02.344 INFO O| May 18 23:50:02.344 INFO STEP 299 (remove_files) COMPLETE
57582026-05-18T23:50:03.437Z[ recovery-image] May 18 23:50:02.344 INFO O| May 18 23:50:02.344 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-05-18T23:50:03.440Z[ recovery-image] May 18 23:50:02.352 INFO O| May 18 23:50:02.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57602026-05-18T23:50:03.440Z[ recovery-image] May 18 23:50:02.352 INFO O| May 18 23:50:02.352 INFO STEP 300 (remove_files) COMPLETE
57612026-05-18T23:50:03.440Z[ recovery-image] May 18 23:50:02.352 INFO O| May 18 23:50:02.352 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-05-18T23:50:03.447Z[ recovery-image] May 18 23:50:02.360 INFO O| May 18 23:50:02.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57632026-05-18T23:50:03.447Z[ recovery-image] May 18 23:50:02.360 INFO O| May 18 23:50:02.360 INFO STEP 301 (remove_files) COMPLETE
57642026-05-18T23:50:03.454Z[ recovery-image] May 18 23:50:02.360 INFO O| May 18 23:50:02.360 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-05-18T23:50:03.456Z[ recovery-image] May 18 23:50:02.368 INFO O| May 18 23:50:02.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57662026-05-18T23:50:03.456Z[ recovery-image] May 18 23:50:02.368 INFO O| May 18 23:50:02.368 INFO STEP 302 (remove_files) COMPLETE
57672026-05-18T23:50:03.457Z[ recovery-image] May 18 23:50:02.368 INFO O| May 18 23:50:02.368 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-05-18T23:50:03.463Z[ recovery-image] May 18 23:50:02.376 INFO O| May 18 23:50:02.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57692026-05-18T23:50:03.463Z[ recovery-image] May 18 23:50:02.376 INFO O| May 18 23:50:02.376 INFO STEP 303 (remove_files) COMPLETE
57702026-05-18T23:50:03.463Z[ recovery-image] May 18 23:50:02.376 INFO O| May 18 23:50:02.376 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-05-18T23:50:03.471Z[ recovery-image] May 18 23:50:02.384 INFO O| May 18 23:50:02.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57722026-05-18T23:50:03.471Z[ recovery-image] May 18 23:50:02.384 INFO O| May 18 23:50:02.384 INFO STEP 304 (remove_files) COMPLETE
57732026-05-18T23:50:03.471Z[ recovery-image] May 18 23:50:02.384 INFO O| May 18 23:50:02.384 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-05-18T23:50:03.481Z[ recovery-image] May 18 23:50:02.392 INFO O| May 18 23:50:02.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57752026-05-18T23:50:03.481Z[ recovery-image] May 18 23:50:02.392 INFO O| May 18 23:50:02.392 INFO STEP 305 (remove_files) COMPLETE
57762026-05-18T23:50:03.481Z[ recovery-image] May 18 23:50:02.392 INFO O| May 18 23:50:02.392 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-05-18T23:50:03.487Z[ recovery-image] May 18 23:50:02.400 INFO O| May 18 23:50:02.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57782026-05-18T23:50:03.487Z[ recovery-image] May 18 23:50:02.400 INFO O| May 18 23:50:02.400 INFO STEP 306 (remove_files) COMPLETE
57792026-05-18T23:50:03.487Z[ recovery-image] May 18 23:50:02.400 INFO O| May 18 23:50:02.400 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-05-18T23:50:03.495Z[ recovery-image] May 18 23:50:02.408 INFO O| May 18 23:50:02.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57812026-05-18T23:50:03.495Z[ recovery-image] May 18 23:50:02.408 INFO O| May 18 23:50:02.408 INFO STEP 307 (remove_files) COMPLETE
57822026-05-18T23:50:03.495Z[ recovery-image] May 18 23:50:02.408 INFO O| May 18 23:50:02.408 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-05-18T23:50:03.503Z[ recovery-image] May 18 23:50:02.416 INFO O| May 18 23:50:02.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57842026-05-18T23:50:03.503Z[ recovery-image] May 18 23:50:02.416 INFO O| May 18 23:50:02.416 INFO STEP 308 (remove_files) COMPLETE
57852026-05-18T23:50:03.503Z[ recovery-image] May 18 23:50:02.416 INFO O| May 18 23:50:02.416 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-05-18T23:50:03.513Z[ recovery-image] May 18 23:50:02.423 INFO O| May 18 23:50:02.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57872026-05-18T23:50:03.513Z[ recovery-image] May 18 23:50:02.423 INFO O| May 18 23:50:02.423 INFO STEP 309 (remove_files) COMPLETE
57882026-05-18T23:50:03.516Z[ recovery-image] May 18 23:50:02.423 INFO O| May 18 23:50:02.423 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-05-18T23:50:03.520Z[ recovery-image] May 18 23:50:02.431 INFO O| May 18 23:50:02.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57902026-05-18T23:50:03.520Z[ recovery-image] May 18 23:50:02.431 INFO O| May 18 23:50:02.431 INFO STEP 310 (remove_files) COMPLETE
57912026-05-18T23:50:03.520Z[ recovery-image] May 18 23:50:02.431 INFO O| May 18 23:50:02.431 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-05-18T23:50:03.527Z[ recovery-image] May 18 23:50:02.439 INFO O| May 18 23:50:02.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57932026-05-18T23:50:03.527Z[ recovery-image] May 18 23:50:02.439 INFO O| May 18 23:50:02.439 INFO STEP 311 (remove_files) COMPLETE
57942026-05-18T23:50:03.530Z[ recovery-image] May 18 23:50:02.439 INFO O| May 18 23:50:02.439 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-05-18T23:50:03.537Z[ recovery-image] May 18 23:50:02.447 INFO O| May 18 23:50:02.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57962026-05-18T23:50:03.537Z[ recovery-image] May 18 23:50:02.447 INFO O| May 18 23:50:02.447 INFO STEP 312 (remove_files) COMPLETE
57972026-05-18T23:50:03.540Z[ recovery-image] May 18 23:50:02.447 INFO O| May 18 23:50:02.447 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-05-18T23:50:03.543Z[ recovery-image] May 18 23:50:02.455 INFO O| May 18 23:50:02.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57992026-05-18T23:50:03.543Z[ recovery-image] May 18 23:50:02.455 INFO O| May 18 23:50:02.455 INFO STEP 313 (remove_files) COMPLETE
58002026-05-18T23:50:03.543Z[ recovery-image] May 18 23:50:02.455 INFO O| May 18 23:50:02.455 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-05-18T23:50:03.550Z[ recovery-image] May 18 23:50:02.462 INFO O| May 18 23:50:02.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58022026-05-18T23:50:03.550Z[ recovery-image] May 18 23:50:02.462 INFO O| May 18 23:50:02.462 INFO STEP 314 (remove_files) COMPLETE
58032026-05-18T23:50:03.557Z[ recovery-image] May 18 23:50:02.462 INFO O| May 18 23:50:02.462 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-05-18T23:50:03.560Z[ recovery-image] May 18 23:50:02.470 INFO O| May 18 23:50:02.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58052026-05-18T23:50:03.560Z[ recovery-image] May 18 23:50:02.470 INFO O| May 18 23:50:02.470 INFO STEP 315 (remove_files) COMPLETE
58062026-05-18T23:50:03.560Z[ recovery-image] May 18 23:50:02.470 INFO O| May 18 23:50:02.470 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-05-18T23:50:03.564Z[ recovery-image] May 18 23:50:02.477 INFO O| May 18 23:50:02.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58082026-05-18T23:50:03.564Z[ recovery-image] May 18 23:50:02.477 INFO O| May 18 23:50:02.477 INFO STEP 316 (remove_files) COMPLETE
58092026-05-18T23:50:03.569Z[ recovery-image] May 18 23:50:02.477 INFO O| May 18 23:50:02.477 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-05-18T23:50:03.572Z[ recovery-image] May 18 23:50:02.485 INFO O| May 18 23:50:02.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58112026-05-18T23:50:03.572Z[ recovery-image] May 18 23:50:02.485 INFO O| May 18 23:50:02.485 INFO STEP 317 (remove_files) COMPLETE
58122026-05-18T23:50:03.572Z[ recovery-image] May 18 23:50:02.485 INFO O| May 18 23:50:02.485 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-05-18T23:50:03.580Z[ recovery-image] May 18 23:50:02.492 INFO O| May 18 23:50:02.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58142026-05-18T23:50:03.580Z[ recovery-image] May 18 23:50:02.492 INFO O| May 18 23:50:02.492 INFO STEP 318 (remove_files) COMPLETE
58152026-05-18T23:50:03.583Z[ recovery-image] May 18 23:50:02.492 INFO O| May 18 23:50:02.492 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-05-18T23:50:03.587Z[ recovery-image] May 18 23:50:02.500 INFO O| May 18 23:50:02.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58172026-05-18T23:50:03.587Z[ recovery-image] May 18 23:50:02.500 INFO O| May 18 23:50:02.500 INFO STEP 319 (remove_files) COMPLETE
58182026-05-18T23:50:03.587Z[ recovery-image] May 18 23:50:02.500 INFO O| May 18 23:50:02.500 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-05-18T23:50:03.595Z[ recovery-image] May 18 23:50:02.507 INFO O| May 18 23:50:02.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58202026-05-18T23:50:03.595Z[ recovery-image] May 18 23:50:02.507 INFO O| May 18 23:50:02.507 INFO STEP 320 (remove_files) COMPLETE
58212026-05-18T23:50:03.599Z[ recovery-image] May 18 23:50:02.507 INFO O| May 18 23:50:02.507 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-05-18T23:50:03.604Z[ recovery-image] May 18 23:50:02.517 INFO O| May 18 23:50:02.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58232026-05-18T23:50:03.609Z[ recovery-image] May 18 23:50:02.518 INFO O| May 18 23:50:02.517 INFO STEP 321 (remove_files) COMPLETE
58242026-05-18T23:50:03.609Z[ recovery-image] May 18 23:50:02.518 INFO O| May 18 23:50:02.518 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-05-18T23:50:03.616Z[ recovery-image] May 18 23:50:02.527 INFO O| May 18 23:50:02.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58262026-05-18T23:50:03.616Z[ recovery-image] May 18 23:50:02.527 INFO O| May 18 23:50:02.527 INFO STEP 322 (remove_files) COMPLETE
58272026-05-18T23:50:03.619Z[ recovery-image] May 18 23:50:02.527 INFO O| May 18 23:50:02.527 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-05-18T23:50:03.625Z[ recovery-image] May 18 23:50:02.537 INFO O| May 18 23:50:02.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58292026-05-18T23:50:03.625Z[ recovery-image] May 18 23:50:02.537 INFO O| May 18 23:50:02.537 INFO STEP 323 (remove_files) COMPLETE
58302026-05-18T23:50:03.625Z[ recovery-image] May 18 23:50:02.537 INFO O| May 18 23:50:02.537 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-05-18T23:50:03.633Z[ recovery-image] May 18 23:50:02.546 INFO O| May 18 23:50:02.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58322026-05-18T23:50:03.633Z[ recovery-image] May 18 23:50:02.546 INFO O| May 18 23:50:02.546 INFO STEP 324 (remove_files) COMPLETE
58332026-05-18T23:50:03.636Z[ recovery-image] May 18 23:50:02.546 INFO O| May 18 23:50:02.546 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-05-18T23:50:03.642Z[ recovery-image] May 18 23:50:02.555 INFO O| May 18 23:50:02.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58352026-05-18T23:50:03.642Z[ recovery-image] May 18 23:50:02.555 INFO O| May 18 23:50:02.555 INFO STEP 325 (remove_files) COMPLETE
58362026-05-18T23:50:03.642Z[ recovery-image] May 18 23:50:02.555 INFO O| May 18 23:50:02.555 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-05-18T23:50:03.651Z[ recovery-image] May 18 23:50:02.564 INFO O| May 18 23:50:02.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58382026-05-18T23:50:03.651Z[ recovery-image] May 18 23:50:02.564 INFO O| May 18 23:50:02.564 INFO STEP 326 (remove_files) COMPLETE
58392026-05-18T23:50:03.655Z[ recovery-image] May 18 23:50:02.564 INFO O| May 18 23:50:02.564 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-05-18T23:50:03.659Z[ recovery-image] May 18 23:50:02.572 INFO O| May 18 23:50:02.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58412026-05-18T23:50:03.659Z[ recovery-image] May 18 23:50:02.572 INFO O| May 18 23:50:02.572 INFO STEP 327 (remove_files) COMPLETE
58422026-05-18T23:50:03.659Z[ recovery-image] May 18 23:50:02.572 INFO O| May 18 23:50:02.572 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-05-18T23:50:03.668Z[ recovery-image] May 18 23:50:02.580 INFO O| May 18 23:50:02.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58442026-05-18T23:50:03.668Z[ recovery-image] May 18 23:50:02.580 INFO O| May 18 23:50:02.580 INFO STEP 328 (remove_files) COMPLETE
58452026-05-18T23:50:03.671Z[ recovery-image] May 18 23:50:02.580 INFO O| May 18 23:50:02.580 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-05-18T23:50:03.677Z[ recovery-image] May 18 23:50:02.588 INFO O| May 18 23:50:02.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58472026-05-18T23:50:03.677Z[ recovery-image] May 18 23:50:02.588 INFO O| May 18 23:50:02.588 INFO STEP 329 (remove_files) COMPLETE
58482026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.588 INFO O| May 18 23:50:02.588 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.596 INFO O| May 18 23:50:02.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58502026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.596 INFO O| May 18 23:50:02.596 INFO STEP 330 (remove_files) COMPLETE
58512026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.596 INFO O| May 18 23:50:02.596 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.603 INFO O| May 18 23:50:02.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58532026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.603 INFO O| May 18 23:50:02.603 INFO STEP 331 (remove_files) COMPLETE
58542026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.603 INFO O| May 18 23:50:02.603 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.611 INFO O| May 18 23:50:02.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58562026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.612 INFO O| May 18 23:50:02.611 INFO STEP 332 (remove_files) COMPLETE
58572026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.612 INFO O| May 18 23:50:02.611 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.620 INFO O| May 18 23:50:02.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58592026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.620 INFO O| May 18 23:50:02.620 INFO STEP 333 (remove_files) COMPLETE
58602026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.620 INFO O| May 18 23:50:02.620 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.628 INFO O| May 18 23:50:02.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58622026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.628 INFO O| May 18 23:50:02.628 INFO STEP 334 (remove_files) COMPLETE
58632026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.628 INFO O| May 18 23:50:02.628 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.635 INFO O| May 18 23:50:02.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58652026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.635 INFO O| May 18 23:50:02.635 INFO STEP 335 (remove_files) COMPLETE
58662026-05-18T23:50:03.759Z[ recovery-image] May 18 23:50:02.635 INFO O| May 18 23:50:02.635 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-05-18T23:50:03.760Z[ recovery-image] May 18 23:50:02.659 INFO O| May 18 23:50:02.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58682026-05-18T23:50:03.760Z[ recovery-image] May 18 23:50:02.659 INFO O| May 18 23:50:02.659 INFO STEP 336 (remove_files) COMPLETE
58692026-05-18T23:50:03.760Z[ recovery-image] May 18 23:50:02.659 INFO O| May 18 23:50:02.659 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-05-18T23:50:03.766Z[ recovery-image] May 18 23:50:02.667 INFO O| May 18 23:50:02.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58712026-05-18T23:50:03.766Z[ recovery-image] May 18 23:50:02.667 INFO O| May 18 23:50:02.667 INFO STEP 337 (remove_files) COMPLETE
58722026-05-18T23:50:03.766Z[ recovery-image] May 18 23:50:02.667 INFO O| May 18 23:50:02.667 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-05-18T23:50:03.766Z[ recovery-image] May 18 23:50:02.675 INFO O| May 18 23:50:02.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58742026-05-18T23:50:03.767Z[ recovery-image] May 18 23:50:02.675 INFO O| May 18 23:50:02.675 INFO STEP 338 (remove_files) COMPLETE
58752026-05-18T23:50:03.767Z[ recovery-image] May 18 23:50:02.675 INFO O| May 18 23:50:02.675 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-05-18T23:50:03.770Z[ recovery-image] May 18 23:50:02.682 INFO O| May 18 23:50:02.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58772026-05-18T23:50:03.770Z[ recovery-image] May 18 23:50:02.683 INFO O| May 18 23:50:02.682 INFO STEP 339 (remove_files) COMPLETE
58782026-05-18T23:50:03.773Z[ recovery-image] May 18 23:50:02.683 INFO O| May 18 23:50:02.682 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-05-18T23:50:03.777Z[ recovery-image] May 18 23:50:02.690 INFO O| May 18 23:50:02.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58802026-05-18T23:50:03.777Z[ recovery-image] May 18 23:50:02.690 INFO O| May 18 23:50:02.690 INFO STEP 340 (remove_files) COMPLETE
58812026-05-18T23:50:03.780Z[ recovery-image] May 18 23:50:02.690 INFO O| May 18 23:50:02.690 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-05-18T23:50:03.785Z[ recovery-image] May 18 23:50:02.697 INFO O| May 18 23:50:02.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58832026-05-18T23:50:03.785Z[ recovery-image] May 18 23:50:02.697 INFO O| May 18 23:50:02.697 INFO STEP 341 (remove_files) COMPLETE
58842026-05-18T23:50:03.785Z[ recovery-image] May 18 23:50:02.697 INFO O| May 18 23:50:02.697 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-05-18T23:50:03.794Z[ recovery-image] May 18 23:50:02.704 INFO O| May 18 23:50:02.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58862026-05-18T23:50:03.794Z[ recovery-image] May 18 23:50:02.704 INFO O| May 18 23:50:02.704 INFO STEP 342 (remove_files) COMPLETE
58872026-05-18T23:50:03.794Z[ recovery-image] May 18 23:50:02.704 INFO O| May 18 23:50:02.704 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-05-18T23:50:03.799Z[ recovery-image] May 18 23:50:02.712 INFO O| May 18 23:50:02.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58892026-05-18T23:50:03.799Z[ recovery-image] May 18 23:50:02.712 INFO O| May 18 23:50:02.712 INFO STEP 343 (remove_files) COMPLETE
58902026-05-18T23:50:03.799Z[ recovery-image] May 18 23:50:02.712 INFO O| May 18 23:50:02.712 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-05-18T23:50:03.807Z[ recovery-image] May 18 23:50:02.719 INFO O| May 18 23:50:02.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58922026-05-18T23:50:03.807Z[ recovery-image] May 18 23:50:02.720 INFO O| May 18 23:50:02.719 INFO STEP 344 (remove_files) COMPLETE
58932026-05-18T23:50:03.809Z[ recovery-image] May 18 23:50:02.720 INFO O| May 18 23:50:02.719 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-05-18T23:50:03.814Z[ recovery-image] May 18 23:50:02.727 INFO O| May 18 23:50:02.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58952026-05-18T23:50:03.814Z[ recovery-image] May 18 23:50:02.727 INFO O| May 18 23:50:02.727 INFO STEP 345 (remove_files) COMPLETE
58962026-05-18T23:50:03.817Z[ recovery-image] May 18 23:50:02.727 INFO O| May 18 23:50:02.727 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-05-18T23:50:03.825Z[ recovery-image] May 18 23:50:02.735 INFO O| May 18 23:50:02.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58982026-05-18T23:50:03.825Z[ recovery-image] May 18 23:50:02.735 INFO O| May 18 23:50:02.735 INFO STEP 346 (remove_files) COMPLETE
58992026-05-18T23:50:03.830Z[ recovery-image] May 18 23:50:02.735 INFO O| May 18 23:50:02.735 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-05-18T23:50:03.833Z[ recovery-image] May 18 23:50:02.743 INFO O| May 18 23:50:02.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59012026-05-18T23:50:03.834Z[ recovery-image] May 18 23:50:02.743 INFO O| May 18 23:50:02.743 INFO STEP 347 (remove_files) COMPLETE
59022026-05-18T23:50:03.834Z[ recovery-image] May 18 23:50:02.743 INFO O| May 18 23:50:02.743 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-05-18T23:50:03.839Z[ recovery-image] May 18 23:50:02.750 INFO O| May 18 23:50:02.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59042026-05-18T23:50:03.839Z[ recovery-image] May 18 23:50:02.750 INFO O| May 18 23:50:02.750 INFO STEP 348 (remove_files) COMPLETE
59052026-05-18T23:50:03.842Z[ recovery-image] May 18 23:50:02.750 INFO O| May 18 23:50:02.750 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-05-18T23:50:03.845Z[ recovery-image] May 18 23:50:02.758 INFO O| May 18 23:50:02.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59072026-05-18T23:50:03.845Z[ recovery-image] May 18 23:50:02.758 INFO O| May 18 23:50:02.758 INFO STEP 349 (remove_files) COMPLETE
59082026-05-18T23:50:03.845Z[ recovery-image] May 18 23:50:02.758 INFO O| May 18 23:50:02.758 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-05-18T23:50:03.853Z[ recovery-image] May 18 23:50:02.765 INFO O| May 18 23:50:02.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59102026-05-18T23:50:03.854Z[ recovery-image] May 18 23:50:02.766 INFO O| May 18 23:50:02.765 INFO STEP 350 (remove_files) COMPLETE
59112026-05-18T23:50:03.856Z[ recovery-image] May 18 23:50:02.766 INFO O| May 18 23:50:02.765 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-05-18T23:50:03.861Z[ recovery-image] May 18 23:50:02.774 INFO O| May 18 23:50:02.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59132026-05-18T23:50:03.861Z[ recovery-image] May 18 23:50:02.774 INFO O| May 18 23:50:02.774 INFO STEP 351 (remove_files) COMPLETE
59142026-05-18T23:50:03.864Z[ recovery-image] May 18 23:50:02.774 INFO O| May 18 23:50:02.774 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-05-18T23:50:03.869Z[ recovery-image] May 18 23:50:02.781 INFO O| May 18 23:50:02.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59162026-05-18T23:50:03.869Z[ recovery-image] May 18 23:50:02.781 INFO O| May 18 23:50:02.781 INFO STEP 352 (remove_files) COMPLETE
59172026-05-18T23:50:03.872Z[ recovery-image] May 18 23:50:02.781 INFO O| May 18 23:50:02.781 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-05-18T23:50:03.878Z[ recovery-image] May 18 23:50:02.789 INFO O| May 18 23:50:02.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59192026-05-18T23:50:03.878Z[ recovery-image] May 18 23:50:02.789 INFO O| May 18 23:50:02.789 INFO STEP 353 (remove_files) COMPLETE
59202026-05-18T23:50:03.881Z[ recovery-image] May 18 23:50:02.789 INFO O| May 18 23:50:02.789 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-05-18T23:50:03.884Z[ recovery-image] May 18 23:50:02.797 INFO O| May 18 23:50:02.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59222026-05-18T23:50:03.884Z[ recovery-image] May 18 23:50:02.797 INFO O| May 18 23:50:02.797 INFO STEP 354 (remove_files) COMPLETE
59232026-05-18T23:50:03.884Z[ recovery-image] May 18 23:50:02.797 INFO O| May 18 23:50:02.797 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-05-18T23:50:03.892Z[ recovery-image] May 18 23:50:02.805 INFO O| May 18 23:50:02.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59252026-05-18T23:50:03.892Z[ recovery-image] May 18 23:50:02.805 INFO O| May 18 23:50:02.805 INFO STEP 355 (remove_files) COMPLETE
59262026-05-18T23:50:03.892Z[ recovery-image] May 18 23:50:02.805 INFO O| May 18 23:50:02.805 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-05-18T23:50:03.901Z[ recovery-image] May 18 23:50:02.813 INFO O| May 18 23:50:02.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59282026-05-18T23:50:03.901Z[ recovery-image] May 18 23:50:02.813 INFO O| May 18 23:50:02.813 INFO STEP 356 (remove_files) COMPLETE
59292026-05-18T23:50:03.901Z[ recovery-image] May 18 23:50:02.813 INFO O| May 18 23:50:02.813 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-05-18T23:50:03.908Z[ recovery-image] May 18 23:50:02.820 INFO O| May 18 23:50:02.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59312026-05-18T23:50:03.908Z[ recovery-image] May 18 23:50:02.820 INFO O| May 18 23:50:02.820 INFO STEP 357 (remove_files) COMPLETE
59322026-05-18T23:50:03.908Z[ recovery-image] May 18 23:50:02.820 INFO O| May 18 23:50:02.820 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-05-18T23:50:03.915Z[ recovery-image] May 18 23:50:02.828 INFO O| May 18 23:50:02.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59342026-05-18T23:50:03.915Z[ recovery-image] May 18 23:50:02.828 INFO O| May 18 23:50:02.828 INFO STEP 358 (remove_files) COMPLETE
59352026-05-18T23:50:03.915Z[ recovery-image] May 18 23:50:02.828 INFO O| May 18 23:50:02.828 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-05-18T23:50:03.924Z[ recovery-image] May 18 23:50:02.837 INFO O| May 18 23:50:02.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59372026-05-18T23:50:03.924Z[ recovery-image] May 18 23:50:02.837 INFO O| May 18 23:50:02.837 INFO STEP 359 (remove_files) COMPLETE
59382026-05-18T23:50:03.924Z[ recovery-image] May 18 23:50:02.837 INFO O| May 18 23:50:02.837 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-05-18T23:50:03.932Z[ recovery-image] May 18 23:50:02.844 INFO O| May 18 23:50:02.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59402026-05-18T23:50:03.932Z[ recovery-image] May 18 23:50:02.844 INFO O| May 18 23:50:02.844 INFO STEP 360 (remove_files) COMPLETE
59412026-05-18T23:50:03.932Z[ recovery-image] May 18 23:50:02.844 INFO O| May 18 23:50:02.844 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-05-18T23:50:03.939Z[ recovery-image] May 18 23:50:02.852 INFO O| May 18 23:50:02.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59432026-05-18T23:50:03.939Z[ recovery-image] May 18 23:50:02.852 INFO O| May 18 23:50:02.852 INFO STEP 361 (remove_files) COMPLETE
59442026-05-18T23:50:03.943Z[ recovery-image] May 18 23:50:02.852 INFO O| May 18 23:50:02.852 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-05-18T23:50:03.947Z[ recovery-image] May 18 23:50:02.860 INFO O| May 18 23:50:02.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59462026-05-18T23:50:03.947Z[ recovery-image] May 18 23:50:02.860 INFO O| May 18 23:50:02.860 INFO STEP 362 (remove_files) COMPLETE
59472026-05-18T23:50:03.947Z[ recovery-image] May 18 23:50:02.860 INFO O| May 18 23:50:02.860 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-05-18T23:50:03.955Z[ recovery-image] May 18 23:50:02.867 INFO O| May 18 23:50:02.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59492026-05-18T23:50:03.955Z[ recovery-image] May 18 23:50:02.867 INFO O| May 18 23:50:02.867 INFO STEP 363 (remove_files) COMPLETE
59502026-05-18T23:50:03.955Z[ recovery-image] May 18 23:50:02.867 INFO O| May 18 23:50:02.867 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-05-18T23:50:03.962Z[ recovery-image] May 18 23:50:02.874 INFO O| May 18 23:50:02.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59522026-05-18T23:50:03.962Z[ recovery-image] May 18 23:50:02.874 INFO O| May 18 23:50:02.874 INFO STEP 364 (remove_files) COMPLETE
59532026-05-18T23:50:03.962Z[ recovery-image] May 18 23:50:02.874 INFO O| May 18 23:50:02.874 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-05-18T23:50:03.986Z[ recovery-image] May 18 23:50:02.898 INFO O| May 18 23:50:02.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59552026-05-18T23:50:03.986Z[ recovery-image] May 18 23:50:02.899 INFO O| May 18 23:50:02.882 INFO STEP 365 (remove_files) COMPLETE
59562026-05-18T23:50:03.986Z[ recovery-image] May 18 23:50:02.899 INFO O| May 18 23:50:02.882 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-05-18T23:50:03.990Z[ recovery-image] May 18 23:50:02.899 INFO O| May 18 23:50:02.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59582026-05-18T23:50:03.990Z[ recovery-image] May 18 23:50:02.899 INFO O| May 18 23:50:02.891 INFO STEP 366 (remove_files) COMPLETE
59592026-05-18T23:50:03.990Z[ recovery-image] May 18 23:50:02.899 INFO O| May 18 23:50:02.891 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-05-18T23:50:03.990Z[ recovery-image] May 18 23:50:02.900 INFO O| May 18 23:50:02.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59612026-05-18T23:50:04.009Z[ recovery-image] May 18 23:50:02.922 INFO O| May 18 23:50:02.922 INFO STEP 367 (remove_files) COMPLETE
59622026-05-18T23:50:04.009Z[ recovery-image] May 18 23:50:02.922 INFO O| May 18 23:50:02.922 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-05-18T23:50:04.020Z[ recovery-image] May 18 23:50:02.932 INFO O| May 18 23:50:02.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59642026-05-18T23:50:04.020Z[ recovery-image] May 18 23:50:02.932 INFO O| May 18 23:50:02.932 INFO STEP 368 (remove_files) COMPLETE
59652026-05-18T23:50:04.023Z[ recovery-image] May 18 23:50:02.932 INFO O| May 18 23:50:02.932 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-05-18T23:50:04.028Z[ recovery-image] May 18 23:50:02.941 INFO O| May 18 23:50:02.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59672026-05-18T23:50:04.028Z[ recovery-image] May 18 23:50:02.941 INFO O| May 18 23:50:02.941 INFO STEP 369 (remove_files) COMPLETE
59682026-05-18T23:50:04.031Z[ recovery-image] May 18 23:50:02.941 INFO O| May 18 23:50:02.941 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-05-18T23:50:04.035Z[ recovery-image] May 18 23:50:02.948 INFO O| May 18 23:50:02.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59702026-05-18T23:50:04.035Z[ recovery-image] May 18 23:50:02.948 INFO O| May 18 23:50:02.948 INFO STEP 370 (remove_files) COMPLETE
59712026-05-18T23:50:04.038Z[ recovery-image] May 18 23:50:02.948 INFO O| May 18 23:50:02.948 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-05-18T23:50:04.043Z[ recovery-image] May 18 23:50:02.955 INFO O| May 18 23:50:02.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59732026-05-18T23:50:04.043Z[ recovery-image] May 18 23:50:02.955 INFO O| May 18 23:50:02.955 INFO STEP 371 (remove_files) COMPLETE
59742026-05-18T23:50:04.043Z[ recovery-image] May 18 23:50:02.955 INFO O| May 18 23:50:02.955 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-05-18T23:50:04.050Z[ recovery-image] May 18 23:50:02.963 INFO O| May 18 23:50:02.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59762026-05-18T23:50:04.050Z[ recovery-image] May 18 23:50:02.963 INFO O| May 18 23:50:02.963 INFO STEP 372 (remove_files) COMPLETE
59772026-05-18T23:50:04.053Z[ recovery-image] May 18 23:50:02.963 INFO O| May 18 23:50:02.963 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-05-18T23:50:04.057Z[ recovery-image] May 18 23:50:02.970 INFO O| May 18 23:50:02.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59792026-05-18T23:50:04.057Z[ recovery-image] May 18 23:50:02.970 INFO O| May 18 23:50:02.970 INFO STEP 373 (remove_files) COMPLETE
59802026-05-18T23:50:04.060Z[ recovery-image] May 18 23:50:02.970 INFO O| May 18 23:50:02.970 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-05-18T23:50:04.066Z[ recovery-image] May 18 23:50:02.978 INFO O| May 18 23:50:02.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59822026-05-18T23:50:04.066Z[ recovery-image] May 18 23:50:02.978 INFO O| May 18 23:50:02.978 INFO STEP 374 (remove_files) COMPLETE
59832026-05-18T23:50:04.068Z[ recovery-image] May 18 23:50:02.978 INFO O| May 18 23:50:02.978 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-05-18T23:50:04.074Z[ recovery-image] May 18 23:50:02.987 INFO O| May 18 23:50:02.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59852026-05-18T23:50:04.075Z[ recovery-image] May 18 23:50:02.987 INFO O| May 18 23:50:02.987 INFO STEP 375 (remove_files) COMPLETE
59862026-05-18T23:50:04.078Z[ recovery-image] May 18 23:50:02.987 INFO O| May 18 23:50:02.987 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-05-18T23:50:04.110Z[ recovery-image] May 18 23:50:03.022 INFO O| May 18 23:50:03.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59882026-05-18T23:50:04.110Z[ recovery-image] May 18 23:50:03.022 INFO O| May 18 23:50:03.022 INFO STEP 376 (remove_files) COMPLETE
59892026-05-18T23:50:04.113Z[ recovery-image] May 18 23:50:03.022 INFO O| May 18 23:50:03.022 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-05-18T23:50:04.120Z[ recovery-image] May 18 23:50:03.032 INFO O| May 18 23:50:03.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59912026-05-18T23:50:04.120Z[ recovery-image] May 18 23:50:03.032 INFO O| May 18 23:50:03.032 INFO STEP 377 (remove_files) COMPLETE
59922026-05-18T23:50:04.123Z[ recovery-image] May 18 23:50:03.032 INFO O| May 18 23:50:03.032 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-05-18T23:50:04.128Z[ recovery-image] May 18 23:50:03.041 INFO O| May 18 23:50:03.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59942026-05-18T23:50:04.128Z[ recovery-image] May 18 23:50:03.041 INFO O| May 18 23:50:03.041 INFO STEP 378 (remove_files) COMPLETE
59952026-05-18T23:50:04.131Z[ recovery-image] May 18 23:50:03.041 INFO O| May 18 23:50:03.041 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-05-18T23:50:04.149Z[ recovery-image] May 18 23:50:03.062 INFO O| May 18 23:50:03.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59972026-05-18T23:50:04.149Z[ recovery-image] May 18 23:50:03.062 INFO O| May 18 23:50:03.062 INFO STEP 379 (remove_files) COMPLETE
59982026-05-18T23:50:04.152Z[ recovery-image] May 18 23:50:03.062 INFO O| May 18 23:50:03.062 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-05-18T23:50:04.157Z[ recovery-image] May 18 23:50:03.070 INFO O| May 18 23:50:03.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60002026-05-18T23:50:04.157Z[ recovery-image] May 18 23:50:03.070 INFO O| May 18 23:50:03.070 INFO STEP 380 (remove_files) COMPLETE
60012026-05-18T23:50:04.157Z[ recovery-image] May 18 23:50:03.070 INFO O| May 18 23:50:03.070 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-05-18T23:50:04.165Z[ recovery-image] May 18 23:50:03.077 INFO O| May 18 23:50:03.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60032026-05-18T23:50:04.165Z[ recovery-image] May 18 23:50:03.077 INFO O| May 18 23:50:03.077 INFO STEP 381 (remove_files) COMPLETE
60042026-05-18T23:50:04.167Z[ recovery-image] May 18 23:50:03.077 INFO O| May 18 23:50:03.077 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-05-18T23:50:04.173Z[ recovery-image] May 18 23:50:03.085 INFO O| May 18 23:50:03.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60062026-05-18T23:50:04.173Z[ recovery-image] May 18 23:50:03.085 INFO O| May 18 23:50:03.085 INFO STEP 382 (remove_files) COMPLETE
60072026-05-18T23:50:04.176Z[ recovery-image] May 18 23:50:03.085 INFO O| May 18 23:50:03.085 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-05-18T23:50:04.180Z[ recovery-image] May 18 23:50:03.093 INFO O| May 18 23:50:03.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60092026-05-18T23:50:04.180Z[ recovery-image] May 18 23:50:03.093 INFO O| May 18 23:50:03.093 INFO STEP 383 (remove_files) COMPLETE
60102026-05-18T23:50:04.183Z[ recovery-image] May 18 23:50:03.093 INFO O| May 18 23:50:03.093 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-05-18T23:50:04.187Z[ recovery-image] May 18 23:50:03.100 INFO O| May 18 23:50:03.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60122026-05-18T23:50:04.187Z[ recovery-image] May 18 23:50:03.100 INFO O| May 18 23:50:03.100 INFO STEP 384 (remove_files) COMPLETE
60132026-05-18T23:50:04.190Z[ recovery-image] May 18 23:50:03.100 INFO O| May 18 23:50:03.100 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-05-18T23:50:04.195Z[ recovery-image] May 18 23:50:03.108 INFO O| May 18 23:50:03.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60152026-05-18T23:50:04.195Z[ recovery-image] May 18 23:50:03.108 INFO O| May 18 23:50:03.108 INFO STEP 385 (remove_files) COMPLETE
60162026-05-18T23:50:04.195Z[ recovery-image] May 18 23:50:03.108 INFO O| May 18 23:50:03.108 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-05-18T23:50:04.202Z[ recovery-image] May 18 23:50:03.115 INFO O| May 18 23:50:03.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60182026-05-18T23:50:04.202Z[ recovery-image] May 18 23:50:03.115 INFO O| May 18 23:50:03.115 INFO STEP 386 (remove_files) COMPLETE
60192026-05-18T23:50:04.202Z[ recovery-image] May 18 23:50:03.115 INFO O| May 18 23:50:03.115 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-05-18T23:50:04.212Z[ recovery-image] May 18 23:50:03.124 INFO O| May 18 23:50:03.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60212026-05-18T23:50:04.215Z[ recovery-image] May 18 23:50:03.125 INFO O| May 18 23:50:03.125 INFO STEP 387 (remove_files) COMPLETE
60222026-05-18T23:50:04.215Z[ recovery-image] May 18 23:50:03.125 INFO O| May 18 23:50:03.125 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-05-18T23:50:04.221Z[ recovery-image] May 18 23:50:03.134 INFO O| May 18 23:50:03.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60242026-05-18T23:50:04.221Z[ recovery-image] May 18 23:50:03.134 INFO O| May 18 23:50:03.134 INFO STEP 388 (remove_files) COMPLETE
60252026-05-18T23:50:04.224Z[ recovery-image] May 18 23:50:03.134 INFO O| May 18 23:50:03.134 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-05-18T23:50:04.228Z[ recovery-image] May 18 23:50:03.141 INFO O| May 18 23:50:03.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60272026-05-18T23:50:04.228Z[ recovery-image] May 18 23:50:03.141 INFO O| May 18 23:50:03.141 INFO STEP 389 (remove_files) COMPLETE
60282026-05-18T23:50:04.231Z[ recovery-image] May 18 23:50:03.141 INFO O| May 18 23:50:03.141 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-05-18T23:50:04.235Z[ recovery-image] May 18 23:50:03.148 INFO O| May 18 23:50:03.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60302026-05-18T23:50:04.236Z[ recovery-image] May 18 23:50:03.148 INFO O| May 18 23:50:03.148 INFO STEP 390 (remove_files) COMPLETE
60312026-05-18T23:50:04.238Z[ recovery-image] May 18 23:50:03.148 INFO O| May 18 23:50:03.148 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-05-18T23:50:04.242Z[ recovery-image] May 18 23:50:03.155 INFO O| May 18 23:50:03.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60332026-05-18T23:50:04.245Z[ recovery-image] May 18 23:50:03.156 INFO O| May 18 23:50:03.156 INFO STEP 391 (remove_files) COMPLETE
60342026-05-18T23:50:04.245Z[ recovery-image] May 18 23:50:03.156 INFO O| May 18 23:50:03.156 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-05-18T23:50:04.263Z[ recovery-image] May 18 23:50:03.162 INFO O| May 18 23:50:03.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60362026-05-18T23:50:04.263Z[ recovery-image] May 18 23:50:03.162 INFO O| May 18 23:50:03.162 INFO STEP 392 (remove_files) COMPLETE
60372026-05-18T23:50:04.266Z[ recovery-image] May 18 23:50:03.162 INFO O| May 18 23:50:03.162 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-05-18T23:50:04.266Z[ recovery-image] May 18 23:50:03.169 INFO O| May 18 23:50:03.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60392026-05-18T23:50:04.266Z[ recovery-image] May 18 23:50:03.169 INFO O| May 18 23:50:03.169 INFO STEP 393 (remove_files) COMPLETE
60402026-05-18T23:50:04.266Z[ recovery-image] May 18 23:50:03.169 INFO O| May 18 23:50:03.169 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-05-18T23:50:04.266Z[ recovery-image] May 18 23:50:03.176 INFO O| May 18 23:50:03.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60422026-05-18T23:50:04.266Z[ recovery-image] May 18 23:50:03.176 INFO O| May 18 23:50:03.176 INFO STEP 394 (remove_files) COMPLETE
60432026-05-18T23:50:04.266Z[ recovery-image] May 18 23:50:03.176 INFO O| May 18 23:50:03.176 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-05-18T23:50:04.269Z[ recovery-image] May 18 23:50:03.182 INFO O| May 18 23:50:03.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60452026-05-18T23:50:04.272Z[ recovery-image] May 18 23:50:03.183 INFO O| May 18 23:50:03.183 INFO STEP 395 (remove_files) COMPLETE
60462026-05-18T23:50:04.272Z[ recovery-image] May 18 23:50:03.183 INFO O| May 18 23:50:03.183 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-05-18T23:50:04.277Z[ recovery-image] May 18 23:50:03.190 INFO O| May 18 23:50:03.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60482026-05-18T23:50:04.277Z[ recovery-image] May 18 23:50:03.190 INFO O| May 18 23:50:03.190 INFO STEP 396 (remove_files) COMPLETE
60492026-05-18T23:50:04.280Z[ recovery-image] May 18 23:50:03.190 INFO O| May 18 23:50:03.190 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-05-18T23:50:04.284Z[ recovery-image] May 18 23:50:03.197 INFO O| May 18 23:50:03.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60512026-05-18T23:50:04.284Z[ recovery-image] May 18 23:50:03.197 INFO O| May 18 23:50:03.197 INFO STEP 397 (remove_files) COMPLETE
60522026-05-18T23:50:04.284Z[ recovery-image] May 18 23:50:03.197 INFO O| May 18 23:50:03.197 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-05-18T23:50:04.292Z[ recovery-image] May 18 23:50:03.204 INFO O| May 18 23:50:03.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60542026-05-18T23:50:04.292Z[ recovery-image] May 18 23:50:03.204 INFO O| May 18 23:50:03.204 INFO STEP 398 (remove_files) COMPLETE
60552026-05-18T23:50:04.295Z[ recovery-image] May 18 23:50:03.204 INFO O| May 18 23:50:03.204 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-05-18T23:50:04.299Z[ recovery-image] May 18 23:50:03.212 INFO O| May 18 23:50:03.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60572026-05-18T23:50:04.302Z[ recovery-image] May 18 23:50:03.213 INFO O| May 18 23:50:03.213 INFO STEP 399 (remove_files) COMPLETE
60582026-05-18T23:50:04.302Z[ recovery-image] May 18 23:50:03.213 INFO O| May 18 23:50:03.213 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-05-18T23:50:04.307Z[ recovery-image] May 18 23:50:03.220 INFO O| May 18 23:50:03.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60602026-05-18T23:50:04.307Z[ recovery-image] May 18 23:50:03.220 INFO O| May 18 23:50:03.220 INFO STEP 400 (remove_files) COMPLETE
60612026-05-18T23:50:04.310Z[ recovery-image] May 18 23:50:03.220 INFO O| May 18 23:50:03.220 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-05-18T23:50:04.315Z[ recovery-image] May 18 23:50:03.227 INFO O| May 18 23:50:03.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60632026-05-18T23:50:04.315Z[ recovery-image] May 18 23:50:03.227 INFO O| May 18 23:50:03.227 INFO STEP 401 (remove_files) COMPLETE
60642026-05-18T23:50:04.317Z[ recovery-image] May 18 23:50:03.227 INFO O| May 18 23:50:03.227 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-05-18T23:50:04.322Z[ recovery-image] May 18 23:50:03.235 INFO O| May 18 23:50:03.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60662026-05-18T23:50:04.322Z[ recovery-image] May 18 23:50:03.235 INFO O| May 18 23:50:03.235 INFO STEP 402 (remove_files) COMPLETE
60672026-05-18T23:50:04.325Z[ recovery-image] May 18 23:50:03.235 INFO O| May 18 23:50:03.235 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-05-18T23:50:04.330Z[ recovery-image] May 18 23:50:03.243 INFO O| May 18 23:50:03.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60692026-05-18T23:50:04.330Z[ recovery-image] May 18 23:50:03.243 INFO O| May 18 23:50:03.243 INFO STEP 403 (remove_files) COMPLETE
60702026-05-18T23:50:04.330Z[ recovery-image] May 18 23:50:03.243 INFO O| May 18 23:50:03.243 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-05-18T23:50:04.337Z[ recovery-image] May 18 23:50:03.250 INFO O| May 18 23:50:03.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60722026-05-18T23:50:04.337Z[ recovery-image] May 18 23:50:03.250 INFO O| May 18 23:50:03.250 INFO STEP 404 (remove_files) COMPLETE
60732026-05-18T23:50:04.340Z[ recovery-image] May 18 23:50:03.250 INFO O| May 18 23:50:03.250 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-05-18T23:50:04.345Z[ recovery-image] May 18 23:50:03.258 INFO O| May 18 23:50:03.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60752026-05-18T23:50:04.345Z[ recovery-image] May 18 23:50:03.258 INFO O| May 18 23:50:03.258 INFO STEP 405 (remove_files) COMPLETE
60762026-05-18T23:50:04.345Z[ recovery-image] May 18 23:50:03.258 INFO O| May 18 23:50:03.258 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-05-18T23:50:04.352Z[ recovery-image] May 18 23:50:03.265 INFO O| May 18 23:50:03.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60782026-05-18T23:50:04.352Z[ recovery-image] May 18 23:50:03.265 INFO O| May 18 23:50:03.265 INFO STEP 406 (remove_files) COMPLETE
60792026-05-18T23:50:04.355Z[ recovery-image] May 18 23:50:03.265 INFO O| May 18 23:50:03.265 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-05-18T23:50:04.359Z[ recovery-image] May 18 23:50:03.271 INFO O| May 18 23:50:03.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60812026-05-18T23:50:04.359Z[ recovery-image] May 18 23:50:03.271 INFO O| May 18 23:50:03.271 INFO STEP 407 (remove_files) COMPLETE
60822026-05-18T23:50:04.361Z[ recovery-image] May 18 23:50:03.271 INFO O| May 18 23:50:03.271 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-05-18T23:50:04.366Z[ recovery-image] May 18 23:50:03.278 INFO O| May 18 23:50:03.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60842026-05-18T23:50:04.366Z[ recovery-image] May 18 23:50:03.278 INFO O| May 18 23:50:03.278 INFO STEP 408 (remove_files) COMPLETE
60852026-05-18T23:50:04.368Z[ recovery-image] May 18 23:50:03.278 INFO O| May 18 23:50:03.278 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-05-18T23:50:04.373Z[ recovery-image] May 18 23:50:03.286 INFO O| May 18 23:50:03.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60872026-05-18T23:50:04.373Z[ recovery-image] May 18 23:50:03.286 INFO O| May 18 23:50:03.286 INFO STEP 409 (remove_files) COMPLETE
60882026-05-18T23:50:04.373Z[ recovery-image] May 18 23:50:03.286 INFO O| May 18 23:50:03.286 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-05-18T23:50:04.380Z[ recovery-image] May 18 23:50:03.293 INFO O| May 18 23:50:03.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60902026-05-18T23:50:04.381Z[ recovery-image] May 18 23:50:03.293 INFO O| May 18 23:50:03.293 INFO STEP 410 (remove_files) COMPLETE
60912026-05-18T23:50:04.383Z[ recovery-image] May 18 23:50:03.293 INFO O| May 18 23:50:03.293 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-05-18T23:50:04.388Z[ recovery-image] May 18 23:50:03.301 INFO O| May 18 23:50:03.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60932026-05-18T23:50:04.388Z[ recovery-image] May 18 23:50:03.301 INFO O| May 18 23:50:03.301 INFO STEP 411 (remove_files) COMPLETE
60942026-05-18T23:50:04.391Z[ recovery-image] May 18 23:50:03.301 INFO O| May 18 23:50:03.301 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-05-18T23:50:04.395Z[ recovery-image] May 18 23:50:03.308 INFO O| May 18 23:50:03.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60962026-05-18T23:50:04.395Z[ recovery-image] May 18 23:50:03.308 INFO O| May 18 23:50:03.308 INFO STEP 412 (remove_files) COMPLETE
60972026-05-18T23:50:04.398Z[ recovery-image] May 18 23:50:03.308 INFO O| May 18 23:50:03.308 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-05-18T23:50:04.411Z[ recovery-image] May 18 23:50:03.324 INFO O| May 18 23:50:03.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60992026-05-18T23:50:04.411Z[ recovery-image] May 18 23:50:03.324 INFO O| May 18 23:50:03.316 INFO STEP 413 (remove_files) COMPLETE
61002026-05-18T23:50:04.411Z[ recovery-image] May 18 23:50:03.324 INFO O| May 18 23:50:03.316 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-05-18T23:50:04.414Z[ recovery-image] May 18 23:50:03.324 INFO O| May 18 23:50:03.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61022026-05-18T23:50:04.414Z[ recovery-image] May 18 23:50:03.324 INFO O| May 18 23:50:03.323 INFO STEP 414 (remove_files) COMPLETE
61032026-05-18T23:50:04.414Z[ recovery-image] May 18 23:50:03.324 INFO O| May 18 23:50:03.323 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-05-18T23:50:04.420Z[ recovery-image] May 18 23:50:03.330 INFO O| May 18 23:50:03.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61052026-05-18T23:50:04.420Z[ recovery-image] May 18 23:50:03.330 INFO O| May 18 23:50:03.330 INFO STEP 415 (remove_files) COMPLETE
61062026-05-18T23:50:04.425Z[ recovery-image] May 18 23:50:03.330 INFO O| May 18 23:50:03.330 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-05-18T23:50:04.428Z[ recovery-image] May 18 23:50:03.338 INFO O| May 18 23:50:03.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61082026-05-18T23:50:04.428Z[ recovery-image] May 18 23:50:03.338 INFO O| May 18 23:50:03.338 INFO STEP 416 (remove_files) COMPLETE
61092026-05-18T23:50:04.429Z[ recovery-image] May 18 23:50:03.338 INFO O| May 18 23:50:03.338 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-05-18T23:50:04.435Z[ recovery-image] May 18 23:50:03.346 INFO O| May 18 23:50:03.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61112026-05-18T23:50:04.435Z[ recovery-image] May 18 23:50:03.347 INFO O| May 18 23:50:03.346 INFO STEP 417 (remove_files) COMPLETE
61122026-05-18T23:50:04.435Z[ recovery-image] May 18 23:50:03.347 INFO O| May 18 23:50:03.346 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-05-18T23:50:04.442Z[ recovery-image] May 18 23:50:03.355 INFO O| May 18 23:50:03.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61142026-05-18T23:50:04.442Z[ recovery-image] May 18 23:50:03.355 INFO O| May 18 23:50:03.355 INFO STEP 418 (remove_files) COMPLETE
61152026-05-18T23:50:04.442Z[ recovery-image] May 18 23:50:03.355 INFO O| May 18 23:50:03.355 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-05-18T23:50:04.450Z[ recovery-image] May 18 23:50:03.363 INFO O| May 18 23:50:03.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61172026-05-18T23:50:04.450Z[ recovery-image] May 18 23:50:03.363 INFO O| May 18 23:50:03.363 INFO STEP 419 (remove_files) COMPLETE
61182026-05-18T23:50:04.454Z[ recovery-image] May 18 23:50:03.363 INFO O| May 18 23:50:03.363 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-05-18T23:50:04.458Z[ recovery-image] May 18 23:50:03.371 INFO O| May 18 23:50:03.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61202026-05-18T23:50:04.458Z[ recovery-image] May 18 23:50:03.371 INFO O| May 18 23:50:03.371 INFO STEP 420 (remove_files) COMPLETE
61212026-05-18T23:50:04.461Z[ recovery-image] May 18 23:50:03.371 INFO O| May 18 23:50:03.371 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-05-18T23:50:04.466Z[ recovery-image] May 18 23:50:03.379 INFO O| May 18 23:50:03.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61232026-05-18T23:50:04.466Z[ recovery-image] May 18 23:50:03.379 INFO O| May 18 23:50:03.379 INFO STEP 421 (remove_files) COMPLETE
61242026-05-18T23:50:04.466Z[ recovery-image] May 18 23:50:03.379 INFO O| May 18 23:50:03.379 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-05-18T23:50:04.473Z[ recovery-image] May 18 23:50:03.386 INFO O| May 18 23:50:03.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61262026-05-18T23:50:04.473Z[ recovery-image] May 18 23:50:03.386 INFO O| May 18 23:50:03.386 INFO STEP 422 (remove_files) COMPLETE
61272026-05-18T23:50:04.473Z[ recovery-image] May 18 23:50:03.386 INFO O| May 18 23:50:03.386 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-05-18T23:50:04.481Z[ recovery-image] May 18 23:50:03.393 INFO O| May 18 23:50:03.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61292026-05-18T23:50:04.481Z[ recovery-image] May 18 23:50:03.393 INFO O| May 18 23:50:03.393 INFO STEP 423 (remove_files) COMPLETE
61302026-05-18T23:50:04.481Z[ recovery-image] May 18 23:50:03.393 INFO O| May 18 23:50:03.393 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-05-18T23:50:04.488Z[ recovery-image] May 18 23:50:03.401 INFO O| May 18 23:50:03.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61322026-05-18T23:50:04.488Z[ recovery-image] May 18 23:50:03.401 INFO O| May 18 23:50:03.401 INFO STEP 424 (remove_files) COMPLETE
61332026-05-18T23:50:04.489Z[ recovery-image] May 18 23:50:03.401 INFO O| May 18 23:50:03.401 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-05-18T23:50:04.499Z[ recovery-image] May 18 23:50:03.410 INFO O| May 18 23:50:03.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61352026-05-18T23:50:04.499Z[ recovery-image] May 18 23:50:03.410 INFO O| May 18 23:50:03.410 INFO STEP 425 (remove_files) COMPLETE
61362026-05-18T23:50:04.503Z[ recovery-image] May 18 23:50:03.410 INFO O| May 18 23:50:03.410 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-05-18T23:50:04.508Z[ recovery-image] May 18 23:50:03.417 INFO O| May 18 23:50:03.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61382026-05-18T23:50:04.508Z[ recovery-image] May 18 23:50:03.417 INFO O| May 18 23:50:03.417 INFO STEP 426 (remove_files) COMPLETE
61392026-05-18T23:50:04.508Z[ recovery-image] May 18 23:50:03.417 INFO O| May 18 23:50:03.417 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-05-18T23:50:04.513Z[ recovery-image] May 18 23:50:03.424 INFO O| May 18 23:50:03.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61412026-05-18T23:50:04.513Z[ recovery-image] May 18 23:50:03.424 INFO O| May 18 23:50:03.424 INFO STEP 427 (remove_files) COMPLETE
61422026-05-18T23:50:04.513Z[ recovery-image] May 18 23:50:03.424 INFO O| May 18 23:50:03.424 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-05-18T23:50:04.518Z[ recovery-image] May 18 23:50:03.431 INFO O| May 18 23:50:03.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61442026-05-18T23:50:04.518Z[ recovery-image] May 18 23:50:03.431 INFO O| May 18 23:50:03.431 INFO STEP 428 (remove_files) COMPLETE
61452026-05-18T23:50:04.521Z[ recovery-image] May 18 23:50:03.431 INFO O| May 18 23:50:03.431 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-05-18T23:50:04.524Z[ recovery-image] May 18 23:50:03.437 INFO O| May 18 23:50:03.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61472026-05-18T23:50:04.524Z[ recovery-image] May 18 23:50:03.437 INFO O| May 18 23:50:03.437 INFO STEP 429 (remove_files) COMPLETE
61482026-05-18T23:50:04.527Z[ recovery-image] May 18 23:50:03.437 INFO O| May 18 23:50:03.437 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-05-18T23:50:04.532Z[ recovery-image] May 18 23:50:03.443 INFO O| May 18 23:50:03.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61502026-05-18T23:50:04.532Z[ recovery-image] May 18 23:50:03.443 INFO O| May 18 23:50:03.443 INFO STEP 430 (remove_files) COMPLETE
61512026-05-18T23:50:04.535Z[ recovery-image] May 18 23:50:03.443 INFO O| May 18 23:50:03.443 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-05-18T23:50:04.538Z[ recovery-image] May 18 23:50:03.451 INFO O| May 18 23:50:03.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61532026-05-18T23:50:04.538Z[ recovery-image] May 18 23:50:03.451 INFO O| May 18 23:50:03.451 INFO STEP 431 (remove_files) COMPLETE
61542026-05-18T23:50:04.538Z[ recovery-image] May 18 23:50:03.451 INFO O| May 18 23:50:03.451 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-05-18T23:50:04.548Z[ recovery-image] May 18 23:50:03.461 INFO O| May 18 23:50:03.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61562026-05-18T23:50:04.548Z[ recovery-image] May 18 23:50:03.461 INFO O| May 18 23:50:03.461 INFO STEP 432 (remove_files) COMPLETE
61572026-05-18T23:50:04.548Z[ recovery-image] May 18 23:50:03.461 INFO O| May 18 23:50:03.461 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-05-18T23:50:04.557Z[ recovery-image] May 18 23:50:03.470 INFO O| May 18 23:50:03.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61592026-05-18T23:50:04.557Z[ recovery-image] May 18 23:50:03.470 INFO O| May 18 23:50:03.470 INFO STEP 433 (remove_files) COMPLETE
61602026-05-18T23:50:04.557Z[ recovery-image] May 18 23:50:03.470 INFO O| May 18 23:50:03.470 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-05-18T23:50:04.565Z[ recovery-image] May 18 23:50:03.478 INFO O| May 18 23:50:03.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61622026-05-18T23:50:04.565Z[ recovery-image] May 18 23:50:03.478 INFO O| May 18 23:50:03.478 INFO STEP 434 (remove_files) COMPLETE
61632026-05-18T23:50:04.569Z[ recovery-image] May 18 23:50:03.478 INFO O| May 18 23:50:03.478 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-05-18T23:50:04.573Z[ recovery-image] May 18 23:50:03.486 INFO O| May 18 23:50:03.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61652026-05-18T23:50:04.573Z[ recovery-image] May 18 23:50:03.486 INFO O| May 18 23:50:03.486 INFO STEP 435 (remove_files) COMPLETE
61662026-05-18T23:50:04.573Z[ recovery-image] May 18 23:50:03.486 INFO O| May 18 23:50:03.486 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-05-18T23:50:04.580Z[ recovery-image] May 18 23:50:03.493 INFO O| May 18 23:50:03.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61682026-05-18T23:50:04.580Z[ recovery-image] May 18 23:50:03.493 INFO O| May 18 23:50:03.493 INFO STEP 436 (remove_files) COMPLETE
61692026-05-18T23:50:04.584Z[ recovery-image] May 18 23:50:03.493 INFO O| May 18 23:50:03.493 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-05-18T23:50:04.588Z[ recovery-image] May 18 23:50:03.501 INFO O| May 18 23:50:03.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61712026-05-18T23:50:04.588Z[ recovery-image] May 18 23:50:03.501 INFO O| May 18 23:50:03.501 INFO STEP 437 (remove_files) COMPLETE
61722026-05-18T23:50:04.591Z[ recovery-image] May 18 23:50:03.501 INFO O| May 18 23:50:03.501 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-05-18T23:50:04.595Z[ recovery-image] May 18 23:50:03.508 INFO O| May 18 23:50:03.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61742026-05-18T23:50:04.595Z[ recovery-image] May 18 23:50:03.508 INFO O| May 18 23:50:03.508 INFO STEP 438 (remove_files) COMPLETE
61752026-05-18T23:50:04.595Z[ recovery-image] May 18 23:50:03.508 INFO O| May 18 23:50:03.508 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-05-18T23:50:04.603Z[ recovery-image] May 18 23:50:03.516 INFO O| May 18 23:50:03.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61772026-05-18T23:50:04.603Z[ recovery-image] May 18 23:50:03.516 INFO O| May 18 23:50:03.516 INFO STEP 439 (remove_files) COMPLETE
61782026-05-18T23:50:04.603Z[ recovery-image] May 18 23:50:03.516 INFO O| May 18 23:50:03.516 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-05-18T23:50:04.611Z[ recovery-image] May 18 23:50:03.523 INFO O| May 18 23:50:03.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61802026-05-18T23:50:04.611Z[ recovery-image] May 18 23:50:03.523 INFO O| May 18 23:50:03.523 INFO STEP 440 (remove_files) COMPLETE
61812026-05-18T23:50:04.611Z[ recovery-image] May 18 23:50:03.523 INFO O| May 18 23:50:03.523 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-05-18T23:50:04.618Z[ recovery-image] May 18 23:50:03.530 INFO O| May 18 23:50:03.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61832026-05-18T23:50:04.618Z[ recovery-image] May 18 23:50:03.531 INFO O| May 18 23:50:03.531 INFO STEP 441 (remove_files) COMPLETE
61842026-05-18T23:50:04.618Z[ recovery-image] May 18 23:50:03.531 INFO O| May 18 23:50:03.531 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-05-18T23:50:04.625Z[ recovery-image] May 18 23:50:03.538 INFO O| May 18 23:50:03.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61862026-05-18T23:50:04.625Z[ recovery-image] May 18 23:50:03.538 INFO O| May 18 23:50:03.538 INFO STEP 442 (remove_files) COMPLETE
61872026-05-18T23:50:04.628Z[ recovery-image] May 18 23:50:03.538 INFO O| May 18 23:50:03.538 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-05-18T23:50:04.633Z[ recovery-image] May 18 23:50:03.545 INFO O| May 18 23:50:03.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61892026-05-18T23:50:04.633Z[ recovery-image] May 18 23:50:03.545 INFO O| May 18 23:50:03.545 INFO STEP 443 (remove_files) COMPLETE
61902026-05-18T23:50:04.636Z[ recovery-image] May 18 23:50:03.545 INFO O| May 18 23:50:03.545 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-05-18T23:50:04.640Z[ recovery-image] May 18 23:50:03.553 INFO O| May 18 23:50:03.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61922026-05-18T23:50:04.640Z[ recovery-image] May 18 23:50:03.553 INFO O| May 18 23:50:03.553 INFO STEP 444 (remove_files) COMPLETE
61932026-05-18T23:50:04.643Z[ recovery-image] May 18 23:50:03.553 INFO O| May 18 23:50:03.553 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-05-18T23:50:04.647Z[ recovery-image] May 18 23:50:03.560 INFO O| May 18 23:50:03.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61952026-05-18T23:50:04.647Z[ recovery-image] May 18 23:50:03.560 INFO O| May 18 23:50:03.560 INFO STEP 445 (remove_files) COMPLETE
61962026-05-18T23:50:04.650Z[ recovery-image] May 18 23:50:03.560 INFO O| May 18 23:50:03.560 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-05-18T23:50:04.655Z[ recovery-image] May 18 23:50:03.568 INFO O| May 18 23:50:03.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61982026-05-18T23:50:04.655Z[ recovery-image] May 18 23:50:03.568 INFO O| May 18 23:50:03.568 INFO STEP 446 (remove_files) COMPLETE
61992026-05-18T23:50:04.655Z[ recovery-image] May 18 23:50:03.568 INFO O| May 18 23:50:03.568 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-05-18T23:50:04.664Z[ recovery-image] May 18 23:50:03.576 INFO O| May 18 23:50:03.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62012026-05-18T23:50:04.664Z[ recovery-image] May 18 23:50:03.577 INFO O| May 18 23:50:03.577 INFO STEP 447 (remove_files) COMPLETE
62022026-05-18T23:50:04.664Z[ recovery-image] May 18 23:50:03.577 INFO O| May 18 23:50:03.577 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-05-18T23:50:04.672Z[ recovery-image] May 18 23:50:03.585 INFO O| May 18 23:50:03.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62042026-05-18T23:50:04.672Z[ recovery-image] May 18 23:50:03.585 INFO O| May 18 23:50:03.585 INFO STEP 448 (remove_files) COMPLETE
62052026-05-18T23:50:04.672Z[ recovery-image] May 18 23:50:03.585 INFO O| May 18 23:50:03.585 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-05-18T23:50:04.681Z[ recovery-image] May 18 23:50:03.593 INFO O| May 18 23:50:03.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62072026-05-18T23:50:04.681Z[ recovery-image] May 18 23:50:03.593 INFO O| May 18 23:50:03.593 INFO STEP 449 (remove_files) COMPLETE
62082026-05-18T23:50:04.681Z[ recovery-image] May 18 23:50:03.593 INFO O| May 18 23:50:03.593 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-05-18T23:50:04.689Z[ recovery-image] May 18 23:50:03.601 INFO O| May 18 23:50:03.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62102026-05-18T23:50:04.689Z[ recovery-image] May 18 23:50:03.602 INFO O| May 18 23:50:03.602 INFO STEP 450 (remove_files) COMPLETE
62112026-05-18T23:50:04.691Z[ recovery-image] May 18 23:50:03.602 INFO O| May 18 23:50:03.602 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-05-18T23:50:04.696Z[ recovery-image] May 18 23:50:03.609 INFO O| May 18 23:50:03.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62132026-05-18T23:50:04.696Z[ recovery-image] May 18 23:50:03.609 INFO O| May 18 23:50:03.609 INFO STEP 451 (remove_files) COMPLETE
62142026-05-18T23:50:04.696Z[ recovery-image] May 18 23:50:03.609 INFO O| May 18 23:50:03.609 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-05-18T23:50:04.707Z[ recovery-image] May 18 23:50:03.619 INFO O| May 18 23:50:03.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62162026-05-18T23:50:04.707Z[ recovery-image] May 18 23:50:03.619 INFO O| May 18 23:50:03.619 INFO STEP 452 (remove_files) COMPLETE
62172026-05-18T23:50:04.707Z[ recovery-image] May 18 23:50:03.619 INFO O| May 18 23:50:03.619 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-05-18T23:50:04.714Z[ recovery-image] May 18 23:50:03.627 INFO O| May 18 23:50:03.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62192026-05-18T23:50:04.714Z[ recovery-image] May 18 23:50:03.627 INFO O| May 18 23:50:03.627 INFO STEP 453 (remove_files) COMPLETE
62202026-05-18T23:50:04.714Z[ recovery-image] May 18 23:50:03.627 INFO O| May 18 23:50:03.627 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-05-18T23:50:04.721Z[ recovery-image] May 18 23:50:03.634 INFO O| May 18 23:50:03.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62222026-05-18T23:50:04.721Z[ recovery-image] May 18 23:50:03.634 INFO O| May 18 23:50:03.634 INFO STEP 454 (remove_files) COMPLETE
62232026-05-18T23:50:04.721Z[ recovery-image] May 18 23:50:03.634 INFO O| May 18 23:50:03.634 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.641 INFO O| May 18 23:50:03.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62252026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.641 INFO O| May 18 23:50:03.641 INFO STEP 455 (remove_files) COMPLETE
62262026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.641 INFO O| May 18 23:50:03.641 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.648 INFO O| May 18 23:50:03.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62282026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.648 INFO O| May 18 23:50:03.648 INFO STEP 456 (remove_files) COMPLETE
62292026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.648 INFO O| May 18 23:50:03.648 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.654 INFO O| May 18 23:50:03.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62312026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.654 INFO O| May 18 23:50:03.654 INFO STEP 457 (remove_files) COMPLETE
62322026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.654 INFO O| May 18 23:50:03.654 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.661 INFO O| May 18 23:50:03.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62342026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.661 INFO O| May 18 23:50:03.661 INFO STEP 458 (remove_files) COMPLETE
62352026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.661 INFO O| May 18 23:50:03.661 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.669 INFO O| May 18 23:50:03.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62372026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.669 INFO O| May 18 23:50:03.669 INFO STEP 459 (remove_files) COMPLETE
62382026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.669 INFO O| May 18 23:50:03.669 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.678 INFO O| May 18 23:50:03.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62402026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.678 INFO O| May 18 23:50:03.678 INFO STEP 460 (remove_files) COMPLETE
62412026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.678 INFO O| May 18 23:50:03.678 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.687 INFO O| May 18 23:50:03.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62432026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.687 INFO O| May 18 23:50:03.687 INFO STEP 461 (remove_files) COMPLETE
62442026-05-18T23:50:04.780Z[ recovery-image] May 18 23:50:03.687 INFO O| May 18 23:50:03.687 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-05-18T23:50:04.784Z[ recovery-image] May 18 23:50:03.695 INFO O| May 18 23:50:03.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62462026-05-18T23:50:04.784Z[ recovery-image] May 18 23:50:03.695 INFO O| May 18 23:50:03.695 INFO STEP 462 (remove_files) COMPLETE
62472026-05-18T23:50:04.784Z[ recovery-image] May 18 23:50:03.695 INFO O| May 18 23:50:03.695 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-05-18T23:50:04.791Z[ recovery-image] May 18 23:50:03.703 INFO O| May 18 23:50:03.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62492026-05-18T23:50:04.791Z[ recovery-image] May 18 23:50:03.703 INFO O| May 18 23:50:03.703 INFO STEP 463 (remove_files) COMPLETE
62502026-05-18T23:50:04.791Z[ recovery-image] May 18 23:50:03.703 INFO O| May 18 23:50:03.703 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-05-18T23:50:04.800Z[ recovery-image] May 18 23:50:03.712 INFO O| May 18 23:50:03.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62522026-05-18T23:50:04.800Z[ recovery-image] May 18 23:50:03.712 INFO O| May 18 23:50:03.712 INFO STEP 464 (remove_files) COMPLETE
62532026-05-18T23:50:04.800Z[ recovery-image] May 18 23:50:03.712 INFO O| May 18 23:50:03.712 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-05-18T23:50:04.808Z[ recovery-image] May 18 23:50:03.721 INFO O| May 18 23:50:03.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62552026-05-18T23:50:04.808Z[ recovery-image] May 18 23:50:03.721 INFO O| May 18 23:50:03.721 INFO STEP 465 (remove_files) COMPLETE
62562026-05-18T23:50:04.811Z[ recovery-image] May 18 23:50:03.721 INFO O| May 18 23:50:03.721 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-05-18T23:50:04.816Z[ recovery-image] May 18 23:50:03.728 INFO O| May 18 23:50:03.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62582026-05-18T23:50:04.819Z[ recovery-image] May 18 23:50:03.728 INFO O| May 18 23:50:03.728 INFO STEP 466 (remove_files) COMPLETE
62592026-05-18T23:50:04.819Z[ recovery-image] May 18 23:50:03.728 INFO O| May 18 23:50:03.728 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-05-18T23:50:04.824Z[ recovery-image] May 18 23:50:03.737 INFO O| May 18 23:50:03.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62612026-05-18T23:50:04.824Z[ recovery-image] May 18 23:50:03.737 INFO O| May 18 23:50:03.737 INFO STEP 467 (remove_files) COMPLETE
62622026-05-18T23:50:04.828Z[ recovery-image] May 18 23:50:03.737 INFO O| May 18 23:50:03.737 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-05-18T23:50:04.834Z[ recovery-image] May 18 23:50:03.747 INFO O| May 18 23:50:03.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62642026-05-18T23:50:04.834Z[ recovery-image] May 18 23:50:03.747 INFO O| May 18 23:50:03.747 INFO STEP 468 (remove_files) COMPLETE
62652026-05-18T23:50:04.834Z[ recovery-image] May 18 23:50:03.747 INFO O| May 18 23:50:03.747 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-05-18T23:50:04.843Z[ recovery-image] May 18 23:50:03.756 INFO O| May 18 23:50:03.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62672026-05-18T23:50:04.843Z[ recovery-image] May 18 23:50:03.756 INFO O| May 18 23:50:03.756 INFO STEP 469 (remove_files) COMPLETE
62682026-05-18T23:50:04.843Z[ recovery-image] May 18 23:50:03.756 INFO O| May 18 23:50:03.756 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-05-18T23:50:04.851Z[ recovery-image] May 18 23:50:03.764 INFO O| May 18 23:50:03.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62702026-05-18T23:50:04.851Z[ recovery-image] May 18 23:50:03.764 INFO O| May 18 23:50:03.764 INFO STEP 470 (remove_files) COMPLETE
62712026-05-18T23:50:04.852Z[ recovery-image] May 18 23:50:03.764 INFO O| May 18 23:50:03.764 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-05-18T23:50:04.861Z[ recovery-image] May 18 23:50:03.772 INFO O| May 18 23:50:03.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62732026-05-18T23:50:04.861Z[ recovery-image] May 18 23:50:03.773 INFO O| May 18 23:50:03.773 INFO STEP 471 (remove_files) COMPLETE
62742026-05-18T23:50:04.861Z[ recovery-image] May 18 23:50:03.773 INFO O| May 18 23:50:03.773 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-05-18T23:50:04.869Z[ recovery-image] May 18 23:50:03.780 INFO O| May 18 23:50:03.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62762026-05-18T23:50:04.869Z[ recovery-image] May 18 23:50:03.780 INFO O| May 18 23:50:03.780 INFO STEP 472 (remove_files) COMPLETE
62772026-05-18T23:50:04.869Z[ recovery-image] May 18 23:50:03.780 INFO O| May 18 23:50:03.780 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-05-18T23:50:04.881Z[ recovery-image] May 18 23:50:03.793 INFO O| May 18 23:50:03.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62792026-05-18T23:50:04.881Z[ recovery-image] May 18 23:50:03.793 INFO O| May 18 23:50:03.793 INFO STEP 473 (remove_files) COMPLETE
62802026-05-18T23:50:04.881Z[ recovery-image] May 18 23:50:03.793 INFO O| May 18 23:50:03.793 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-05-18T23:50:04.891Z[ recovery-image] May 18 23:50:03.804 INFO O| May 18 23:50:03.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62822026-05-18T23:50:04.891Z[ recovery-image] May 18 23:50:03.804 INFO O| May 18 23:50:03.804 INFO STEP 474 (remove_files) COMPLETE
62832026-05-18T23:50:04.891Z[ recovery-image] May 18 23:50:03.804 INFO O| May 18 23:50:03.804 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-05-18T23:50:04.906Z[ recovery-image] May 18 23:50:03.813 INFO O| May 18 23:50:03.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62852026-05-18T23:50:04.906Z[ recovery-image] May 18 23:50:03.813 INFO O| May 18 23:50:03.813 INFO STEP 475 (remove_files) COMPLETE
62862026-05-18T23:50:04.906Z[ recovery-image] May 18 23:50:03.813 INFO O| May 18 23:50:03.813 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-05-18T23:50:04.912Z[ recovery-image] May 18 23:50:03.821 INFO O| May 18 23:50:03.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62882026-05-18T23:50:04.912Z[ recovery-image] May 18 23:50:03.821 INFO O| May 18 23:50:03.821 INFO STEP 476 (remove_files) COMPLETE
62892026-05-18T23:50:04.912Z[ recovery-image] May 18 23:50:03.821 INFO O| May 18 23:50:03.821 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-05-18T23:50:04.920Z[ recovery-image] May 18 23:50:03.828 INFO O| May 18 23:50:03.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62912026-05-18T23:50:04.920Z[ recovery-image] May 18 23:50:03.828 INFO O| May 18 23:50:03.828 INFO STEP 477 (remove_files) COMPLETE
62922026-05-18T23:50:04.920Z[ recovery-image] May 18 23:50:03.828 INFO O| May 18 23:50:03.828 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-05-18T23:50:04.929Z[ recovery-image] May 18 23:50:03.836 INFO O| May 18 23:50:03.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62942026-05-18T23:50:04.930Z[ recovery-image] May 18 23:50:03.836 INFO O| May 18 23:50:03.836 INFO STEP 478 (remove_files) COMPLETE
62952026-05-18T23:50:04.930Z[ recovery-image] May 18 23:50:03.836 INFO O| May 18 23:50:03.836 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-05-18T23:50:04.934Z[ recovery-image] May 18 23:50:03.844 INFO O| May 18 23:50:03.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62972026-05-18T23:50:04.934Z[ recovery-image] May 18 23:50:03.844 INFO O| May 18 23:50:03.844 INFO STEP 479 (remove_files) COMPLETE
62982026-05-18T23:50:04.934Z[ recovery-image] May 18 23:50:03.844 INFO O| May 18 23:50:03.844 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-05-18T23:50:04.939Z[ recovery-image] May 18 23:50:03.851 INFO O| May 18 23:50:03.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63002026-05-18T23:50:04.939Z[ recovery-image] May 18 23:50:03.851 INFO O| May 18 23:50:03.851 INFO STEP 480 (remove_files) COMPLETE
63012026-05-18T23:50:04.939Z[ recovery-image] May 18 23:50:03.851 INFO O| May 18 23:50:03.851 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-05-18T23:50:04.964Z[ recovery-image] May 18 23:50:03.859 INFO O| May 18 23:50:03.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63032026-05-18T23:50:04.964Z[ recovery-image] May 18 23:50:03.859 INFO O| May 18 23:50:03.859 INFO STEP 481 (remove_files) COMPLETE
63042026-05-18T23:50:04.964Z[ recovery-image] May 18 23:50:03.859 INFO O| May 18 23:50:03.859 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-05-18T23:50:04.969Z[ recovery-image] May 18 23:50:03.866 INFO O| May 18 23:50:03.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63062026-05-18T23:50:04.969Z[ recovery-image] May 18 23:50:03.866 INFO O| May 18 23:50:03.866 INFO STEP 482 (remove_files) COMPLETE
63072026-05-18T23:50:04.969Z[ recovery-image] May 18 23:50:03.866 INFO O| May 18 23:50:03.866 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-05-18T23:50:04.969Z[ recovery-image] May 18 23:50:03.873 INFO O| May 18 23:50:03.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63092026-05-18T23:50:04.969Z[ recovery-image] May 18 23:50:03.873 INFO O| May 18 23:50:03.873 INFO STEP 483 (remove_files) COMPLETE
63102026-05-18T23:50:04.969Z[ recovery-image] May 18 23:50:03.873 INFO O| May 18 23:50:03.873 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-05-18T23:50:04.969Z[ recovery-image] May 18 23:50:03.880 INFO O| May 18 23:50:03.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63122026-05-18T23:50:04.969Z[ recovery-image] May 18 23:50:03.880 INFO O| May 18 23:50:03.880 INFO STEP 484 (remove_files) COMPLETE
63132026-05-18T23:50:04.969Z[ recovery-image] May 18 23:50:03.880 INFO O| May 18 23:50:03.880 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-05-18T23:50:04.977Z[ recovery-image] May 18 23:50:03.886 INFO O| May 18 23:50:03.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63152026-05-18T23:50:04.977Z[ recovery-image] May 18 23:50:03.886 INFO O| May 18 23:50:03.886 INFO STEP 485 (remove_files) COMPLETE
63162026-05-18T23:50:04.982Z[ recovery-image] May 18 23:50:03.886 INFO O| May 18 23:50:03.886 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-05-18T23:50:04.985Z[ recovery-image] May 18 23:50:03.894 INFO O| May 18 23:50:03.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63182026-05-18T23:50:04.985Z[ recovery-image] May 18 23:50:03.894 INFO O| May 18 23:50:03.894 INFO STEP 486 (remove_files) COMPLETE
63192026-05-18T23:50:04.985Z[ recovery-image] May 18 23:50:03.894 INFO O| May 18 23:50:03.894 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-05-18T23:50:04.989Z[ recovery-image] May 18 23:50:03.901 INFO O| May 18 23:50:03.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63212026-05-18T23:50:04.989Z[ recovery-image] May 18 23:50:03.902 INFO O| May 18 23:50:03.901 INFO STEP 487 (remove_files) COMPLETE
63222026-05-18T23:50:04.989Z[ recovery-image] May 18 23:50:03.902 INFO O| May 18 23:50:03.901 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-05-18T23:50:04.997Z[ recovery-image] May 18 23:50:03.909 INFO O| May 18 23:50:03.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63242026-05-18T23:50:04.997Z[ recovery-image] May 18 23:50:03.909 INFO O| May 18 23:50:03.909 INFO STEP 488 (remove_files) COMPLETE
63252026-05-18T23:50:04.997Z[ recovery-image] May 18 23:50:03.909 INFO O| May 18 23:50:03.909 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-05-18T23:50:05.009Z[ recovery-image] May 18 23:50:03.920 INFO O| May 18 23:50:03.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63272026-05-18T23:50:05.009Z[ recovery-image] May 18 23:50:03.920 INFO O| May 18 23:50:03.920 INFO STEP 489 (remove_files) COMPLETE
63282026-05-18T23:50:05.009Z[ recovery-image] May 18 23:50:03.920 INFO O| May 18 23:50:03.920 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-05-18T23:50:05.018Z[ recovery-image] May 18 23:50:03.928 INFO O| May 18 23:50:03.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63302026-05-18T23:50:05.018Z[ recovery-image] May 18 23:50:03.928 INFO O| May 18 23:50:03.928 INFO STEP 490 (remove_files) COMPLETE
63312026-05-18T23:50:05.018Z[ recovery-image] May 18 23:50:03.928 INFO O| May 18 23:50:03.928 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-05-18T23:50:05.022Z[ recovery-image] May 18 23:50:03.935 INFO O| May 18 23:50:03.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63332026-05-18T23:50:05.022Z[ recovery-image] May 18 23:50:03.935 INFO O| May 18 23:50:03.935 INFO STEP 491 (remove_files) COMPLETE
63342026-05-18T23:50:05.025Z[ recovery-image] May 18 23:50:03.935 INFO O| May 18 23:50:03.935 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-05-18T23:50:05.030Z[ recovery-image] May 18 23:50:03.943 INFO O| May 18 23:50:03.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63362026-05-18T23:50:05.030Z[ recovery-image] May 18 23:50:03.943 INFO O| May 18 23:50:03.943 INFO STEP 492 (remove_files) COMPLETE
63372026-05-18T23:50:05.040Z[ recovery-image] May 18 23:50:03.943 INFO O| May 18 23:50:03.943 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-05-18T23:50:05.043Z[ recovery-image] May 18 23:50:03.950 INFO O| May 18 23:50:03.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63392026-05-18T23:50:05.043Z[ recovery-image] May 18 23:50:03.950 INFO O| May 18 23:50:03.950 INFO STEP 493 (remove_files) COMPLETE
63402026-05-18T23:50:05.043Z[ recovery-image] May 18 23:50:03.950 INFO O| May 18 23:50:03.950 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-05-18T23:50:05.047Z[ recovery-image] May 18 23:50:03.957 INFO O| May 18 23:50:03.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63422026-05-18T23:50:05.047Z[ recovery-image] May 18 23:50:03.957 INFO O| May 18 23:50:03.957 INFO STEP 494 (remove_files) COMPLETE
63432026-05-18T23:50:05.047Z[ recovery-image] May 18 23:50:03.957 INFO O| May 18 23:50:03.957 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-05-18T23:50:05.051Z[ recovery-image] May 18 23:50:03.964 INFO O| May 18 23:50:03.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63452026-05-18T23:50:05.051Z[ recovery-image] May 18 23:50:03.964 INFO O| May 18 23:50:03.964 INFO STEP 495 (remove_files) COMPLETE
63462026-05-18T23:50:05.051Z[ recovery-image] May 18 23:50:03.964 INFO O| May 18 23:50:03.964 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-05-18T23:50:05.058Z[ recovery-image] May 18 23:50:03.971 INFO O| May 18 23:50:03.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63482026-05-18T23:50:05.059Z[ recovery-image] May 18 23:50:03.971 INFO O| May 18 23:50:03.971 INFO STEP 496 (remove_files) COMPLETE
63492026-05-18T23:50:05.062Z[ recovery-image] May 18 23:50:03.971 INFO O| May 18 23:50:03.971 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-05-18T23:50:05.067Z[ recovery-image] May 18 23:50:03.978 INFO O| May 18 23:50:03.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63512026-05-18T23:50:05.067Z[ recovery-image] May 18 23:50:03.978 INFO O| May 18 23:50:03.978 INFO STEP 497 (remove_files) COMPLETE
63522026-05-18T23:50:05.067Z[ recovery-image] May 18 23:50:03.978 INFO O| May 18 23:50:03.978 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-05-18T23:50:05.071Z[ recovery-image] May 18 23:50:03.984 INFO O| May 18 23:50:03.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63542026-05-18T23:50:05.071Z[ recovery-image] May 18 23:50:03.984 INFO O| May 18 23:50:03.984 INFO STEP 498 (remove_files) COMPLETE
63552026-05-18T23:50:05.075Z[ recovery-image] May 18 23:50:03.984 INFO O| May 18 23:50:03.984 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-05-18T23:50:05.080Z[ recovery-image] May 18 23:50:03.993 INFO O| May 18 23:50:03.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63572026-05-18T23:50:05.080Z[ recovery-image] May 18 23:50:03.993 INFO O| May 18 23:50:03.993 INFO STEP 499 (remove_files) COMPLETE
63582026-05-18T23:50:05.083Z[ recovery-image] May 18 23:50:03.993 INFO O| May 18 23:50:03.993 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-05-18T23:50:05.090Z[ recovery-image] May 18 23:50:04.003 INFO O| May 18 23:50:04.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63602026-05-18T23:50:05.090Z[ recovery-image] May 18 23:50:04.003 INFO O| May 18 23:50:04.003 INFO STEP 500 (remove_files) COMPLETE
63612026-05-18T23:50:05.093Z[ recovery-image] May 18 23:50:04.003 INFO O| May 18 23:50:04.003 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-05-18T23:50:05.099Z[ recovery-image] May 18 23:50:04.012 INFO O| May 18 23:50:04.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63632026-05-18T23:50:05.102Z[ recovery-image] May 18 23:50:04.013 INFO O| May 18 23:50:04.013 INFO STEP 501 (remove_files) COMPLETE
63642026-05-18T23:50:05.102Z[ recovery-image] May 18 23:50:04.013 INFO O| May 18 23:50:04.013 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-05-18T23:50:05.111Z[ recovery-image] May 18 23:50:04.021 INFO O| May 18 23:50:04.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63662026-05-18T23:50:05.111Z[ recovery-image] May 18 23:50:04.021 INFO O| May 18 23:50:04.021 INFO STEP 502 (remove_files) COMPLETE
63672026-05-18T23:50:05.111Z[ recovery-image] May 18 23:50:04.021 INFO O| May 18 23:50:04.021 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-05-18T23:50:05.115Z[ recovery-image] May 18 23:50:04.028 INFO O| May 18 23:50:04.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63692026-05-18T23:50:05.115Z[ recovery-image] May 18 23:50:04.028 INFO O| May 18 23:50:04.028 INFO STEP 503 (remove_files) COMPLETE
63702026-05-18T23:50:05.115Z[ recovery-image] May 18 23:50:04.028 INFO O| May 18 23:50:04.028 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-05-18T23:50:05.123Z[ recovery-image] May 18 23:50:04.035 INFO O| May 18 23:50:04.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63722026-05-18T23:50:05.123Z[ recovery-image] May 18 23:50:04.035 INFO O| May 18 23:50:04.035 INFO STEP 504 (remove_files) COMPLETE
63732026-05-18T23:50:05.123Z[ recovery-image] May 18 23:50:04.035 INFO O| May 18 23:50:04.035 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-05-18T23:50:05.130Z[ recovery-image] May 18 23:50:04.043 INFO O| May 18 23:50:04.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63752026-05-18T23:50:05.130Z[ recovery-image] May 18 23:50:04.043 INFO O| May 18 23:50:04.043 INFO STEP 505 (remove_files) COMPLETE
63762026-05-18T23:50:05.133Z[ recovery-image] May 18 23:50:04.043 INFO O| May 18 23:50:04.043 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-05-18T23:50:05.137Z[ recovery-image] May 18 23:50:04.050 INFO O| May 18 23:50:04.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63782026-05-18T23:50:05.137Z[ recovery-image] May 18 23:50:04.050 INFO O| May 18 23:50:04.050 INFO STEP 506 (remove_files) COMPLETE
63792026-05-18T23:50:05.137Z[ recovery-image] May 18 23:50:04.050 INFO O| May 18 23:50:04.050 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-05-18T23:50:05.145Z[ recovery-image] May 18 23:50:04.057 INFO O| May 18 23:50:04.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63812026-05-18T23:50:05.145Z[ recovery-image] May 18 23:50:04.057 INFO O| May 18 23:50:04.057 INFO STEP 507 (remove_files) COMPLETE
63822026-05-18T23:50:05.145Z[ recovery-image] May 18 23:50:04.057 INFO O| May 18 23:50:04.057 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-05-18T23:50:05.152Z[ recovery-image] May 18 23:50:04.064 INFO O| May 18 23:50:04.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63842026-05-18T23:50:05.152Z[ recovery-image] May 18 23:50:04.064 INFO O| May 18 23:50:04.064 INFO STEP 508 (remove_files) COMPLETE
63852026-05-18T23:50:05.155Z[ recovery-image] May 18 23:50:04.064 INFO O| May 18 23:50:04.064 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-05-18T23:50:05.161Z[ recovery-image] May 18 23:50:04.074 INFO O| May 18 23:50:04.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63872026-05-18T23:50:05.161Z[ recovery-image] May 18 23:50:04.074 INFO O| May 18 23:50:04.074 INFO STEP 509 (remove_files) COMPLETE
63882026-05-18T23:50:05.161Z[ recovery-image] May 18 23:50:04.074 INFO O| May 18 23:50:04.074 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-05-18T23:50:05.170Z[ recovery-image] May 18 23:50:04.082 INFO O| May 18 23:50:04.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63902026-05-18T23:50:05.170Z[ recovery-image] May 18 23:50:04.082 INFO O| May 18 23:50:04.082 INFO STEP 510 (remove_files) COMPLETE
63912026-05-18T23:50:05.170Z[ recovery-image] May 18 23:50:04.082 INFO O| May 18 23:50:04.082 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-05-18T23:50:05.178Z[ recovery-image] May 18 23:50:04.090 INFO O| May 18 23:50:04.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63932026-05-18T23:50:05.178Z[ recovery-image] May 18 23:50:04.090 INFO O| May 18 23:50:04.090 INFO STEP 511 (remove_files) COMPLETE
63942026-05-18T23:50:05.178Z[ recovery-image] May 18 23:50:04.090 INFO O| May 18 23:50:04.090 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-05-18T23:50:05.187Z[ recovery-image] May 18 23:50:04.099 INFO O| May 18 23:50:04.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63962026-05-18T23:50:05.187Z[ recovery-image] May 18 23:50:04.099 INFO O| May 18 23:50:04.099 INFO STEP 512 (remove_files) COMPLETE
63972026-05-18T23:50:05.187Z[ recovery-image] May 18 23:50:04.099 INFO O| May 18 23:50:04.099 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-05-18T23:50:05.193Z[ recovery-image] May 18 23:50:04.106 INFO O| May 18 23:50:04.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63992026-05-18T23:50:05.196Z[ recovery-image] May 18 23:50:04.108 INFO O| May 18 23:50:04.108 INFO STEP 513 (remove_files) COMPLETE
64002026-05-18T23:50:05.196Z[ recovery-image] May 18 23:50:04.108 INFO O| May 18 23:50:04.108 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-05-18T23:50:05.203Z[ recovery-image] May 18 23:50:04.116 INFO O| May 18 23:50:04.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64022026-05-18T23:50:05.203Z[ recovery-image] May 18 23:50:04.116 INFO O| May 18 23:50:04.116 INFO STEP 514 (remove_files) COMPLETE
64032026-05-18T23:50:05.203Z[ recovery-image] May 18 23:50:04.116 INFO O| May 18 23:50:04.116 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-05-18T23:50:05.211Z[ recovery-image] May 18 23:50:04.124 INFO O| May 18 23:50:04.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64052026-05-18T23:50:05.211Z[ recovery-image] May 18 23:50:04.124 INFO O| May 18 23:50:04.124 INFO STEP 515 (remove_files) COMPLETE
64062026-05-18T23:50:05.211Z[ recovery-image] May 18 23:50:04.124 INFO O| May 18 23:50:04.124 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-05-18T23:50:05.219Z[ recovery-image] May 18 23:50:04.132 INFO O| May 18 23:50:04.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64082026-05-18T23:50:05.220Z[ recovery-image] May 18 23:50:04.132 INFO O| May 18 23:50:04.132 INFO STEP 516 (remove_files) COMPLETE
64092026-05-18T23:50:05.222Z[ recovery-image] May 18 23:50:04.132 INFO O| May 18 23:50:04.132 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-05-18T23:50:05.227Z[ recovery-image] May 18 23:50:04.140 INFO O| May 18 23:50:04.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64112026-05-18T23:50:05.227Z[ recovery-image] May 18 23:50:04.140 INFO O| May 18 23:50:04.140 INFO STEP 517 (remove_files) COMPLETE
64122026-05-18T23:50:05.230Z[ recovery-image] May 18 23:50:04.140 INFO O| May 18 23:50:04.140 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-05-18T23:50:05.234Z[ recovery-image] May 18 23:50:04.147 INFO O| May 18 23:50:04.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64142026-05-18T23:50:05.234Z[ recovery-image] May 18 23:50:04.147 INFO O| May 18 23:50:04.147 INFO STEP 518 (remove_files) COMPLETE
64152026-05-18T23:50:05.234Z[ recovery-image] May 18 23:50:04.147 INFO O| May 18 23:50:04.147 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-05-18T23:50:05.241Z[ recovery-image] May 18 23:50:04.154 INFO O| May 18 23:50:04.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64172026-05-18T23:50:05.241Z[ recovery-image] May 18 23:50:04.154 INFO O| May 18 23:50:04.154 INFO STEP 519 (remove_files) COMPLETE
64182026-05-18T23:50:05.241Z[ recovery-image] May 18 23:50:04.154 INFO O| May 18 23:50:04.154 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-05-18T23:50:05.248Z[ recovery-image] May 18 23:50:04.161 INFO O| May 18 23:50:04.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64202026-05-18T23:50:05.248Z[ recovery-image] May 18 23:50:04.161 INFO O| May 18 23:50:04.161 INFO STEP 520 (remove_files) COMPLETE
64212026-05-18T23:50:05.248Z[ recovery-image] May 18 23:50:04.161 INFO O| May 18 23:50:04.161 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-05-18T23:50:05.256Z[ recovery-image] May 18 23:50:04.168 INFO O| May 18 23:50:04.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64232026-05-18T23:50:05.256Z[ recovery-image] May 18 23:50:04.168 INFO O| May 18 23:50:04.168 INFO STEP 521 (remove_files) COMPLETE
64242026-05-18T23:50:05.256Z[ recovery-image] May 18 23:50:04.168 INFO O| May 18 23:50:04.168 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-05-18T23:50:05.263Z[ recovery-image] May 18 23:50:04.176 INFO O| May 18 23:50:04.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64262026-05-18T23:50:05.263Z[ recovery-image] May 18 23:50:04.176 INFO O| May 18 23:50:04.176 INFO STEP 522 (remove_files) COMPLETE
64272026-05-18T23:50:05.263Z[ recovery-image] May 18 23:50:04.176 INFO O| May 18 23:50:04.176 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-05-18T23:50:05.270Z[ recovery-image] May 18 23:50:04.183 INFO O| May 18 23:50:04.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64292026-05-18T23:50:05.270Z[ recovery-image] May 18 23:50:04.183 INFO O| May 18 23:50:04.183 INFO STEP 523 (remove_files) COMPLETE
64302026-05-18T23:50:05.270Z[ recovery-image] May 18 23:50:04.183 INFO O| May 18 23:50:04.183 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-05-18T23:50:05.277Z[ recovery-image] May 18 23:50:04.190 INFO O| May 18 23:50:04.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64322026-05-18T23:50:05.277Z[ recovery-image] May 18 23:50:04.190 INFO O| May 18 23:50:04.190 INFO STEP 524 (remove_files) COMPLETE
64332026-05-18T23:50:05.277Z[ recovery-image] May 18 23:50:04.190 INFO O| May 18 23:50:04.190 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-05-18T23:50:05.284Z[ recovery-image] May 18 23:50:04.197 INFO O| May 18 23:50:04.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64352026-05-18T23:50:05.284Z[ recovery-image] May 18 23:50:04.197 INFO O| May 18 23:50:04.197 INFO STEP 525 (remove_files) COMPLETE
64362026-05-18T23:50:05.284Z[ recovery-image] May 18 23:50:04.197 INFO O| May 18 23:50:04.197 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-05-18T23:50:05.292Z[ recovery-image] May 18 23:50:04.204 INFO O| May 18 23:50:04.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64382026-05-18T23:50:05.292Z[ recovery-image] May 18 23:50:04.204 INFO O| May 18 23:50:04.204 INFO STEP 526 (remove_files) COMPLETE
64392026-05-18T23:50:05.292Z[ recovery-image] May 18 23:50:04.204 INFO O| May 18 23:50:04.204 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-05-18T23:50:05.298Z[ recovery-image] May 18 23:50:04.211 INFO O| May 18 23:50:04.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64412026-05-18T23:50:05.298Z[ recovery-image] May 18 23:50:04.211 INFO O| May 18 23:50:04.211 INFO STEP 527 (remove_files) COMPLETE
64422026-05-18T23:50:05.298Z[ recovery-image] May 18 23:50:04.211 INFO O| May 18 23:50:04.211 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-05-18T23:50:05.305Z[ recovery-image] May 18 23:50:04.218 INFO O| May 18 23:50:04.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64442026-05-18T23:50:05.305Z[ recovery-image] May 18 23:50:04.218 INFO O| May 18 23:50:04.218 INFO STEP 528 (remove_files) COMPLETE
64452026-05-18T23:50:05.305Z[ recovery-image] May 18 23:50:04.218 INFO O| May 18 23:50:04.218 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-05-18T23:50:05.312Z[ recovery-image] May 18 23:50:04.225 INFO O| May 18 23:50:04.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64472026-05-18T23:50:05.312Z[ recovery-image] May 18 23:50:04.225 INFO O| May 18 23:50:04.225 INFO STEP 529 (remove_files) COMPLETE
64482026-05-18T23:50:05.312Z[ recovery-image] May 18 23:50:04.225 INFO O| May 18 23:50:04.225 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-05-18T23:50:05.319Z[ recovery-image] May 18 23:50:04.232 INFO O| May 18 23:50:04.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64502026-05-18T23:50:05.319Z[ recovery-image] May 18 23:50:04.232 INFO O| May 18 23:50:04.232 INFO STEP 530 (remove_files) COMPLETE
64512026-05-18T23:50:05.324Z[ recovery-image] May 18 23:50:04.232 INFO O| May 18 23:50:04.232 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-05-18T23:50:05.327Z[ recovery-image] May 18 23:50:04.239 INFO O| May 18 23:50:04.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64532026-05-18T23:50:05.327Z[ recovery-image] May 18 23:50:04.239 INFO O| May 18 23:50:04.239 INFO STEP 531 (remove_files) COMPLETE
64542026-05-18T23:50:05.327Z[ recovery-image] May 18 23:50:04.239 INFO O| May 18 23:50:04.239 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-05-18T23:50:05.333Z[ recovery-image] May 18 23:50:04.246 INFO O| May 18 23:50:04.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64562026-05-18T23:50:05.333Z[ recovery-image] May 18 23:50:04.246 INFO O| May 18 23:50:04.246 INFO STEP 532 (remove_files) COMPLETE
64572026-05-18T23:50:05.337Z[ recovery-image] May 18 23:50:04.246 INFO O| May 18 23:50:04.246 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-05-18T23:50:05.341Z[ recovery-image] May 18 23:50:04.254 INFO O| May 18 23:50:04.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64592026-05-18T23:50:05.341Z[ recovery-image] May 18 23:50:04.254 INFO O| May 18 23:50:04.254 INFO STEP 533 (remove_files) COMPLETE
64602026-05-18T23:50:05.343Z[ recovery-image] May 18 23:50:04.254 INFO O| May 18 23:50:04.254 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-05-18T23:50:05.348Z[ recovery-image] May 18 23:50:04.261 INFO O| May 18 23:50:04.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64622026-05-18T23:50:05.348Z[ recovery-image] May 18 23:50:04.261 INFO O| May 18 23:50:04.261 INFO STEP 534 (remove_files) COMPLETE
64632026-05-18T23:50:05.348Z[ recovery-image] May 18 23:50:04.261 INFO O| May 18 23:50:04.261 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-05-18T23:50:05.356Z[ recovery-image] May 18 23:50:04.269 INFO O| May 18 23:50:04.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64652026-05-18T23:50:05.356Z[ recovery-image] May 18 23:50:04.269 INFO O| May 18 23:50:04.269 INFO STEP 535 (remove_files) COMPLETE
64662026-05-18T23:50:05.359Z[ recovery-image] May 18 23:50:04.269 INFO O| May 18 23:50:04.269 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-05-18T23:50:05.366Z[ recovery-image] May 18 23:50:04.278 INFO O| May 18 23:50:04.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64682026-05-18T23:50:05.366Z[ recovery-image] May 18 23:50:04.278 INFO O| May 18 23:50:04.278 INFO STEP 536 (remove_files) COMPLETE
64692026-05-18T23:50:05.369Z[ recovery-image] May 18 23:50:04.278 INFO O| May 18 23:50:04.278 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-05-18T23:50:05.374Z[ recovery-image] May 18 23:50:04.286 INFO O| May 18 23:50:04.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64712026-05-18T23:50:05.374Z[ recovery-image] May 18 23:50:04.287 INFO O| May 18 23:50:04.287 INFO STEP 537 (remove_files) COMPLETE
64722026-05-18T23:50:05.376Z[ recovery-image] May 18 23:50:04.287 INFO O| May 18 23:50:04.287 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-05-18T23:50:05.383Z[ recovery-image] May 18 23:50:04.295 INFO O| May 18 23:50:04.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64742026-05-18T23:50:05.386Z[ recovery-image] May 18 23:50:04.297 INFO O| May 18 23:50:04.297 INFO STEP 538 (remove_files) COMPLETE
64752026-05-18T23:50:05.386Z[ recovery-image] May 18 23:50:04.297 INFO O| May 18 23:50:04.297 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-05-18T23:50:05.392Z[ recovery-image] May 18 23:50:04.305 INFO O| May 18 23:50:04.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64772026-05-18T23:50:05.393Z[ recovery-image] May 18 23:50:04.305 INFO O| May 18 23:50:04.305 INFO STEP 539 (remove_files) COMPLETE
64782026-05-18T23:50:05.395Z[ recovery-image] May 18 23:50:04.305 INFO O| May 18 23:50:04.305 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-05-18T23:50:05.400Z[ recovery-image] May 18 23:50:04.313 INFO O| May 18 23:50:04.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64802026-05-18T23:50:05.400Z[ recovery-image] May 18 23:50:04.313 INFO O| May 18 23:50:04.313 INFO STEP 540 (remove_files) COMPLETE
64812026-05-18T23:50:05.400Z[ recovery-image] May 18 23:50:04.313 INFO O| May 18 23:50:04.313 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-05-18T23:50:05.408Z[ recovery-image] May 18 23:50:04.320 INFO O| May 18 23:50:04.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64832026-05-18T23:50:05.408Z[ recovery-image] May 18 23:50:04.320 INFO O| May 18 23:50:04.320 INFO STEP 541 (remove_files) COMPLETE
64842026-05-18T23:50:05.408Z[ recovery-image] May 18 23:50:04.320 INFO O| May 18 23:50:04.320 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-05-18T23:50:05.415Z[ recovery-image] May 18 23:50:04.327 INFO O| May 18 23:50:04.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64862026-05-18T23:50:05.415Z[ recovery-image] May 18 23:50:04.327 INFO O| May 18 23:50:04.327 INFO STEP 542 (remove_files) COMPLETE
64872026-05-18T23:50:05.415Z[ recovery-image] May 18 23:50:04.327 INFO O| May 18 23:50:04.327 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-05-18T23:50:05.422Z[ recovery-image] May 18 23:50:04.334 INFO O| May 18 23:50:04.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64892026-05-18T23:50:05.422Z[ recovery-image] May 18 23:50:04.334 INFO O| May 18 23:50:04.334 INFO STEP 543 (remove_files) COMPLETE
64902026-05-18T23:50:05.422Z[ recovery-image] May 18 23:50:04.334 INFO O| May 18 23:50:04.334 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-05-18T23:50:05.428Z[ recovery-image] May 18 23:50:04.341 INFO O| May 18 23:50:04.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64922026-05-18T23:50:05.428Z[ recovery-image] May 18 23:50:04.341 INFO O| May 18 23:50:04.341 INFO STEP 544 (remove_files) COMPLETE
64932026-05-18T23:50:05.428Z[ recovery-image] May 18 23:50:04.341 INFO O| May 18 23:50:04.341 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-05-18T23:50:05.436Z[ recovery-image] May 18 23:50:04.349 INFO O| May 18 23:50:04.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64952026-05-18T23:50:05.436Z[ recovery-image] May 18 23:50:04.349 INFO O| May 18 23:50:04.349 INFO STEP 545 (remove_files) COMPLETE
64962026-05-18T23:50:05.436Z[ recovery-image] May 18 23:50:04.349 INFO O| May 18 23:50:04.349 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-05-18T23:50:05.444Z[ recovery-image] May 18 23:50:04.356 INFO O| May 18 23:50:04.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64982026-05-18T23:50:05.444Z[ recovery-image] May 18 23:50:04.356 INFO O| May 18 23:50:04.356 INFO STEP 546 (remove_files) COMPLETE
64992026-05-18T23:50:05.444Z[ recovery-image] May 18 23:50:04.356 INFO O| May 18 23:50:04.356 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-05-18T23:50:05.451Z[ recovery-image] May 18 23:50:04.364 INFO O| May 18 23:50:04.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65012026-05-18T23:50:05.451Z[ recovery-image] May 18 23:50:04.364 INFO O| May 18 23:50:04.364 INFO STEP 547 (remove_files) COMPLETE
65022026-05-18T23:50:05.454Z[ recovery-image] May 18 23:50:04.364 INFO O| May 18 23:50:04.364 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-05-18T23:50:05.458Z[ recovery-image] May 18 23:50:04.371 INFO O| May 18 23:50:04.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65042026-05-18T23:50:05.458Z[ recovery-image] May 18 23:50:04.371 INFO O| May 18 23:50:04.371 INFO STEP 548 (remove_files) COMPLETE
65052026-05-18T23:50:05.458Z[ recovery-image] May 18 23:50:04.371 INFO O| May 18 23:50:04.371 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-05-18T23:50:05.465Z[ recovery-image] May 18 23:50:04.378 INFO O| May 18 23:50:04.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65072026-05-18T23:50:05.465Z[ recovery-image] May 18 23:50:04.378 INFO O| May 18 23:50:04.378 INFO STEP 549 (remove_files) COMPLETE
65082026-05-18T23:50:05.465Z[ recovery-image] May 18 23:50:04.378 INFO O| May 18 23:50:04.378 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-05-18T23:50:05.473Z[ recovery-image] May 18 23:50:04.386 INFO O| May 18 23:50:04.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65102026-05-18T23:50:05.473Z[ recovery-image] May 18 23:50:04.386 INFO O| May 18 23:50:04.386 INFO STEP 550 (remove_files) COMPLETE
65112026-05-18T23:50:05.473Z[ recovery-image] May 18 23:50:04.386 INFO O| May 18 23:50:04.386 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-05-18T23:50:05.482Z[ recovery-image] May 18 23:50:04.393 INFO O| May 18 23:50:04.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65132026-05-18T23:50:05.482Z[ recovery-image] May 18 23:50:04.393 INFO O| May 18 23:50:04.393 INFO STEP 551 (remove_files) COMPLETE
65142026-05-18T23:50:05.482Z[ recovery-image] May 18 23:50:04.393 INFO O| May 18 23:50:04.393 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-05-18T23:50:05.488Z[ recovery-image] May 18 23:50:04.400 INFO O| May 18 23:50:04.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65162026-05-18T23:50:05.488Z[ recovery-image] May 18 23:50:04.400 INFO O| May 18 23:50:04.400 INFO STEP 552 (remove_files) COMPLETE
65172026-05-18T23:50:05.491Z[ recovery-image] May 18 23:50:04.400 INFO O| May 18 23:50:04.400 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-05-18T23:50:05.496Z[ recovery-image] May 18 23:50:04.409 INFO O| May 18 23:50:04.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65192026-05-18T23:50:05.496Z[ recovery-image] May 18 23:50:04.409 INFO O| May 18 23:50:04.409 INFO STEP 553 (remove_files) COMPLETE
65202026-05-18T23:50:05.496Z[ recovery-image] May 18 23:50:04.409 INFO O| May 18 23:50:04.409 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-05-18T23:50:05.504Z[ recovery-image] May 18 23:50:04.417 INFO O| May 18 23:50:04.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65222026-05-18T23:50:05.504Z[ recovery-image] May 18 23:50:04.417 INFO O| May 18 23:50:04.417 INFO STEP 554 (remove_files) COMPLETE
65232026-05-18T23:50:05.504Z[ recovery-image] May 18 23:50:04.417 INFO O| May 18 23:50:04.417 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-05-18T23:50:05.512Z[ recovery-image] May 18 23:50:04.425 INFO O| May 18 23:50:04.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65252026-05-18T23:50:05.512Z[ recovery-image] May 18 23:50:04.425 INFO O| May 18 23:50:04.425 INFO STEP 555 (remove_files) COMPLETE
65262026-05-18T23:50:05.512Z[ recovery-image] May 18 23:50:04.425 INFO O| May 18 23:50:04.425 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-05-18T23:50:05.520Z[ recovery-image] May 18 23:50:04.432 INFO O| May 18 23:50:04.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65282026-05-18T23:50:05.520Z[ recovery-image] May 18 23:50:04.432 INFO O| May 18 23:50:04.432 INFO STEP 556 (remove_files) COMPLETE
65292026-05-18T23:50:05.523Z[ recovery-image] May 18 23:50:04.432 INFO O| May 18 23:50:04.432 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-05-18T23:50:05.527Z[ recovery-image] May 18 23:50:04.440 INFO O| May 18 23:50:04.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65312026-05-18T23:50:05.527Z[ recovery-image] May 18 23:50:04.440 INFO O| May 18 23:50:04.440 INFO STEP 557 (remove_files) COMPLETE
65322026-05-18T23:50:05.530Z[ recovery-image] May 18 23:50:04.440 INFO O| May 18 23:50:04.440 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-05-18T23:50:05.536Z[ recovery-image] May 18 23:50:04.447 INFO O| May 18 23:50:04.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65342026-05-18T23:50:05.536Z[ recovery-image] May 18 23:50:04.448 INFO O| May 18 23:50:04.448 INFO STEP 558 (remove_files) COMPLETE
65352026-05-18T23:50:05.539Z[ recovery-image] May 18 23:50:04.448 INFO O| May 18 23:50:04.448 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-05-18T23:50:05.542Z[ recovery-image] May 18 23:50:04.455 INFO O| May 18 23:50:04.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65372026-05-18T23:50:05.546Z[ recovery-image] May 18 23:50:04.456 INFO O| May 18 23:50:04.456 INFO STEP 559 (remove_files) COMPLETE
65382026-05-18T23:50:05.546Z[ recovery-image] May 18 23:50:04.456 INFO O| May 18 23:50:04.456 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-05-18T23:50:05.553Z[ recovery-image] May 18 23:50:04.464 INFO O| May 18 23:50:04.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65402026-05-18T23:50:05.553Z[ recovery-image] May 18 23:50:04.464 INFO O| May 18 23:50:04.464 INFO STEP 560 (remove_files) COMPLETE
65412026-05-18T23:50:05.556Z[ recovery-image] May 18 23:50:04.464 INFO O| May 18 23:50:04.464 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-05-18T23:50:05.561Z[ recovery-image] May 18 23:50:04.471 INFO O| May 18 23:50:04.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65432026-05-18T23:50:05.561Z[ recovery-image] May 18 23:50:04.471 INFO O| May 18 23:50:04.471 INFO STEP 561 (remove_files) COMPLETE
65442026-05-18T23:50:05.561Z[ recovery-image] May 18 23:50:04.471 INFO O| May 18 23:50:04.471 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-05-18T23:50:05.565Z[ recovery-image] May 18 23:50:04.478 INFO O| May 18 23:50:04.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65462026-05-18T23:50:05.565Z[ recovery-image] May 18 23:50:04.478 INFO O| May 18 23:50:04.478 INFO STEP 562 (remove_files) COMPLETE
65472026-05-18T23:50:05.565Z[ recovery-image] May 18 23:50:04.478 INFO O| May 18 23:50:04.478 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-05-18T23:50:05.572Z[ recovery-image] May 18 23:50:04.485 INFO O| May 18 23:50:04.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65492026-05-18T23:50:05.575Z[ recovery-image] May 18 23:50:04.486 INFO O| May 18 23:50:04.486 INFO STEP 563 (remove_files) COMPLETE
65502026-05-18T23:50:05.575Z[ recovery-image] May 18 23:50:04.486 INFO O| May 18 23:50:04.486 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-05-18T23:50:05.580Z[ recovery-image] May 18 23:50:04.493 INFO O| May 18 23:50:04.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65522026-05-18T23:50:05.580Z[ recovery-image] May 18 23:50:04.493 INFO O| May 18 23:50:04.493 INFO STEP 564 (remove_files) COMPLETE
65532026-05-18T23:50:05.583Z[ recovery-image] May 18 23:50:04.493 INFO O| May 18 23:50:04.493 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-05-18T23:50:05.588Z[ recovery-image] May 18 23:50:04.500 INFO O| May 18 23:50:04.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65552026-05-18T23:50:05.588Z[ recovery-image] May 18 23:50:04.501 INFO O| May 18 23:50:04.501 INFO STEP 565 (remove_files) COMPLETE
65562026-05-18T23:50:05.588Z[ recovery-image] May 18 23:50:04.501 INFO O| May 18 23:50:04.501 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-05-18T23:50:05.596Z[ recovery-image] May 18 23:50:04.508 INFO O| May 18 23:50:04.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65582026-05-18T23:50:05.596Z[ recovery-image] May 18 23:50:04.508 INFO O| May 18 23:50:04.508 INFO STEP 566 (remove_files) COMPLETE
65592026-05-18T23:50:05.599Z[ recovery-image] May 18 23:50:04.508 INFO O| May 18 23:50:04.508 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-05-18T23:50:05.604Z[ recovery-image] May 18 23:50:04.516 INFO O| May 18 23:50:04.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65612026-05-18T23:50:05.604Z[ recovery-image] May 18 23:50:04.516 INFO O| May 18 23:50:04.516 INFO STEP 567 (remove_files) COMPLETE
65622026-05-18T23:50:05.604Z[ recovery-image] May 18 23:50:04.516 INFO O| May 18 23:50:04.516 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-05-18T23:50:05.611Z[ recovery-image] May 18 23:50:04.523 INFO O| May 18 23:50:04.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65642026-05-18T23:50:05.615Z[ recovery-image] May 18 23:50:04.524 INFO O| May 18 23:50:04.524 INFO STEP 568 (remove_files) COMPLETE
65652026-05-18T23:50:05.615Z[ recovery-image] May 18 23:50:04.524 INFO O| May 18 23:50:04.524 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-05-18T23:50:05.619Z[ recovery-image] May 18 23:50:04.532 INFO O| May 18 23:50:04.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65672026-05-18T23:50:05.619Z[ recovery-image] May 18 23:50:04.532 INFO O| May 18 23:50:04.532 INFO STEP 569 (remove_files) COMPLETE
65682026-05-18T23:50:05.619Z[ recovery-image] May 18 23:50:04.532 INFO O| May 18 23:50:04.532 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-05-18T23:50:05.626Z[ recovery-image] May 18 23:50:04.539 INFO O| May 18 23:50:04.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65702026-05-18T23:50:05.626Z[ recovery-image] May 18 23:50:04.539 INFO O| May 18 23:50:04.539 INFO STEP 570 (remove_files) COMPLETE
65712026-05-18T23:50:05.626Z[ recovery-image] May 18 23:50:04.539 INFO O| May 18 23:50:04.539 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-05-18T23:50:05.634Z[ recovery-image] May 18 23:50:04.547 INFO O| May 18 23:50:04.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65732026-05-18T23:50:05.634Z[ recovery-image] May 18 23:50:04.547 INFO O| May 18 23:50:04.547 INFO STEP 571 (remove_files) COMPLETE
65742026-05-18T23:50:05.634Z[ recovery-image] May 18 23:50:04.547 INFO O| May 18 23:50:04.547 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-05-18T23:50:05.643Z[ recovery-image] May 18 23:50:04.554 INFO O| May 18 23:50:04.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65762026-05-18T23:50:05.643Z[ recovery-image] May 18 23:50:04.554 INFO O| May 18 23:50:04.554 INFO STEP 572 (remove_files) COMPLETE
65772026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.554 INFO O| May 18 23:50:04.554 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.561 INFO O| May 18 23:50:04.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65792026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.561 INFO O| May 18 23:50:04.561 INFO STEP 573 (remove_files) COMPLETE
65802026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.561 INFO O| May 18 23:50:04.561 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.568 INFO O| May 18 23:50:04.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65822026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.568 INFO O| May 18 23:50:04.568 INFO STEP 574 (remove_files) COMPLETE
65832026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.568 INFO O| May 18 23:50:04.568 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.575 INFO O| May 18 23:50:04.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65852026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.575 INFO O| May 18 23:50:04.575 INFO STEP 575 (remove_files) COMPLETE
65862026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.575 INFO O| May 18 23:50:04.575 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.583 INFO O| May 18 23:50:04.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65882026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.583 INFO O| May 18 23:50:04.583 INFO STEP 576 (remove_files) COMPLETE
65892026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.583 INFO O| May 18 23:50:04.583 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.590 INFO O| May 18 23:50:04.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65912026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.590 INFO O| May 18 23:50:04.590 INFO STEP 577 (remove_files) COMPLETE
65922026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.590 INFO O| May 18 23:50:04.590 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.598 INFO O| May 18 23:50:04.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65942026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.598 INFO O| May 18 23:50:04.598 INFO STEP 578 (remove_files) COMPLETE
65952026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.598 INFO O| May 18 23:50:04.598 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.606 INFO O| May 18 23:50:04.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65972026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.606 INFO O| May 18 23:50:04.606 INFO STEP 579 (remove_files) COMPLETE
65982026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.606 INFO O| May 18 23:50:04.606 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.613 INFO O| May 18 23:50:04.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66002026-05-18T23:50:05.703Z[ recovery-image] May 18 23:50:04.613 INFO O| May 18 23:50:04.613 INFO STEP 580 (remove_files) COMPLETE
66012026-05-18T23:50:05.704Z[ recovery-image] May 18 23:50:04.613 INFO O| May 18 23:50:04.613 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-05-18T23:50:05.708Z[ recovery-image] May 18 23:50:04.620 INFO O| May 18 23:50:04.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66032026-05-18T23:50:05.708Z[ recovery-image] May 18 23:50:04.621 INFO O| May 18 23:50:04.620 INFO STEP 581 (remove_files) COMPLETE
66042026-05-18T23:50:05.708Z[ recovery-image] May 18 23:50:04.621 INFO O| May 18 23:50:04.621 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-05-18T23:50:05.715Z[ recovery-image] May 18 23:50:04.628 INFO O| May 18 23:50:04.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66062026-05-18T23:50:05.715Z[ recovery-image] May 18 23:50:04.628 INFO O| May 18 23:50:04.628 INFO STEP 582 (remove_files) COMPLETE
66072026-05-18T23:50:05.715Z[ recovery-image] May 18 23:50:04.628 INFO O| May 18 23:50:04.628 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-05-18T23:50:05.722Z[ recovery-image] May 18 23:50:04.635 INFO O| May 18 23:50:04.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66092026-05-18T23:50:05.725Z[ recovery-image] May 18 23:50:04.636 INFO O| May 18 23:50:04.636 INFO STEP 583 (remove_files) COMPLETE
66102026-05-18T23:50:05.725Z[ recovery-image] May 18 23:50:04.636 INFO O| May 18 23:50:04.636 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-05-18T23:50:05.731Z[ recovery-image] May 18 23:50:04.644 INFO O| May 18 23:50:04.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66122026-05-18T23:50:05.731Z[ recovery-image] May 18 23:50:04.644 INFO O| May 18 23:50:04.644 INFO STEP 584 (remove_files) COMPLETE
66132026-05-18T23:50:05.731Z[ recovery-image] May 18 23:50:04.644 INFO O| May 18 23:50:04.644 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-05-18T23:50:05.739Z[ recovery-image] May 18 23:50:04.652 INFO O| May 18 23:50:04.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66152026-05-18T23:50:05.739Z[ recovery-image] May 18 23:50:04.652 INFO O| May 18 23:50:04.652 INFO STEP 585 (remove_files) COMPLETE
66162026-05-18T23:50:05.739Z[ recovery-image] May 18 23:50:04.652 INFO O| May 18 23:50:04.652 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-05-18T23:50:05.747Z[ recovery-image] May 18 23:50:04.660 INFO O| May 18 23:50:04.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66182026-05-18T23:50:05.747Z[ recovery-image] May 18 23:50:04.660 INFO O| May 18 23:50:04.660 INFO STEP 586 (remove_files) COMPLETE
66192026-05-18T23:50:05.750Z[ recovery-image] May 18 23:50:04.660 INFO O| May 18 23:50:04.660 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-05-18T23:50:05.754Z[ recovery-image] May 18 23:50:04.667 INFO O| May 18 23:50:04.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66212026-05-18T23:50:05.754Z[ recovery-image] May 18 23:50:04.667 INFO O| May 18 23:50:04.667 INFO STEP 587 (remove_files) COMPLETE
66222026-05-18T23:50:05.754Z[ recovery-image] May 18 23:50:04.667 INFO O| May 18 23:50:04.667 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-05-18T23:50:05.761Z[ recovery-image] May 18 23:50:04.673 INFO O| May 18 23:50:04.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66242026-05-18T23:50:05.761Z[ recovery-image] May 18 23:50:04.673 INFO O| May 18 23:50:04.673 INFO STEP 588 (remove_files) COMPLETE
66252026-05-18T23:50:05.763Z[ recovery-image] May 18 23:50:04.673 INFO O| May 18 23:50:04.673 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-05-18T23:50:05.768Z[ recovery-image] May 18 23:50:04.680 INFO O| May 18 23:50:04.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66272026-05-18T23:50:05.768Z[ recovery-image] May 18 23:50:04.680 INFO O| May 18 23:50:04.680 INFO STEP 589 (remove_files) COMPLETE
66282026-05-18T23:50:05.770Z[ recovery-image] May 18 23:50:04.680 INFO O| May 18 23:50:04.680 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-05-18T23:50:05.775Z[ recovery-image] May 18 23:50:04.688 INFO O| May 18 23:50:04.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66302026-05-18T23:50:05.775Z[ recovery-image] May 18 23:50:04.688 INFO O| May 18 23:50:04.688 INFO STEP 590 (remove_files) COMPLETE
66312026-05-18T23:50:05.778Z[ recovery-image] May 18 23:50:04.688 INFO O| May 18 23:50:04.688 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-05-18T23:50:05.782Z[ recovery-image] May 18 23:50:04.695 INFO O| May 18 23:50:04.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66332026-05-18T23:50:05.782Z[ recovery-image] May 18 23:50:04.695 INFO O| May 18 23:50:04.695 INFO STEP 591 (remove_files) COMPLETE
66342026-05-18T23:50:05.785Z[ recovery-image] May 18 23:50:04.695 INFO O| May 18 23:50:04.695 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-05-18T23:50:05.789Z[ recovery-image] May 18 23:50:04.702 INFO O| May 18 23:50:04.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66362026-05-18T23:50:05.789Z[ recovery-image] May 18 23:50:04.702 INFO O| May 18 23:50:04.702 INFO STEP 592 (remove_files) COMPLETE
66372026-05-18T23:50:05.792Z[ recovery-image] May 18 23:50:04.702 INFO O| May 18 23:50:04.702 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-05-18T23:50:05.797Z[ recovery-image] May 18 23:50:04.710 INFO O| May 18 23:50:04.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66392026-05-18T23:50:05.797Z[ recovery-image] May 18 23:50:04.710 INFO O| May 18 23:50:04.710 INFO STEP 593 (remove_files) COMPLETE
66402026-05-18T23:50:05.800Z[ recovery-image] May 18 23:50:04.710 INFO O| May 18 23:50:04.710 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-05-18T23:50:05.804Z[ recovery-image] May 18 23:50:04.717 INFO O| May 18 23:50:04.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66422026-05-18T23:50:05.804Z[ recovery-image] May 18 23:50:04.717 INFO O| May 18 23:50:04.717 INFO STEP 594 (remove_files) COMPLETE
66432026-05-18T23:50:05.807Z[ recovery-image] May 18 23:50:04.717 INFO O| May 18 23:50:04.717 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-05-18T23:50:05.811Z[ recovery-image] May 18 23:50:04.724 INFO O| May 18 23:50:04.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66452026-05-18T23:50:05.811Z[ recovery-image] May 18 23:50:04.724 INFO O| May 18 23:50:04.724 INFO STEP 595 (remove_files) COMPLETE
66462026-05-18T23:50:05.814Z[ recovery-image] May 18 23:50:04.724 INFO O| May 18 23:50:04.724 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-05-18T23:50:05.819Z[ recovery-image] May 18 23:50:04.731 INFO O| May 18 23:50:04.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66482026-05-18T23:50:05.819Z[ recovery-image] May 18 23:50:04.732 INFO O| May 18 23:50:04.732 INFO STEP 596 (remove_files) COMPLETE
66492026-05-18T23:50:05.821Z[ recovery-image] May 18 23:50:04.732 INFO O| May 18 23:50:04.732 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-05-18T23:50:05.826Z[ recovery-image] May 18 23:50:04.739 INFO O| May 18 23:50:04.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66512026-05-18T23:50:05.826Z[ recovery-image] May 18 23:50:04.739 INFO O| May 18 23:50:04.739 INFO STEP 597 (remove_files) COMPLETE
66522026-05-18T23:50:05.831Z[ recovery-image] May 18 23:50:04.739 INFO O| May 18 23:50:04.739 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-05-18T23:50:05.834Z[ recovery-image] May 18 23:50:04.746 INFO O| May 18 23:50:04.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66542026-05-18T23:50:05.834Z[ recovery-image] May 18 23:50:04.746 INFO O| May 18 23:50:04.746 INFO STEP 598 (remove_files) COMPLETE
66552026-05-18T23:50:05.834Z[ recovery-image] May 18 23:50:04.746 INFO O| May 18 23:50:04.746 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-05-18T23:50:05.841Z[ recovery-image] May 18 23:50:04.753 INFO O| May 18 23:50:04.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66572026-05-18T23:50:05.841Z[ recovery-image] May 18 23:50:04.753 INFO O| May 18 23:50:04.753 INFO STEP 599 (remove_files) COMPLETE
66582026-05-18T23:50:05.843Z[ recovery-image] May 18 23:50:04.753 INFO O| May 18 23:50:04.753 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-05-18T23:50:05.856Z[ recovery-image] May 18 23:50:04.769 INFO O| May 18 23:50:04.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66602026-05-18T23:50:05.856Z[ recovery-image] May 18 23:50:04.769 INFO O| May 18 23:50:04.769 INFO STEP 600 (remove_files) COMPLETE
66612026-05-18T23:50:05.856Z[ recovery-image] May 18 23:50:04.769 INFO O| May 18 23:50:04.769 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-05-18T23:50:05.865Z[ recovery-image] May 18 23:50:04.777 INFO O| May 18 23:50:04.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66632026-05-18T23:50:05.865Z[ recovery-image] May 18 23:50:04.777 INFO O| May 18 23:50:04.777 INFO STEP 601 (remove_files) COMPLETE
66642026-05-18T23:50:05.865Z[ recovery-image] May 18 23:50:04.777 INFO O| May 18 23:50:04.777 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-05-18T23:50:05.872Z[ recovery-image] May 18 23:50:04.785 INFO O| May 18 23:50:04.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66662026-05-18T23:50:05.872Z[ recovery-image] May 18 23:50:04.785 INFO O| May 18 23:50:04.785 INFO STEP 602 (remove_files) COMPLETE
66672026-05-18T23:50:05.873Z[ recovery-image] May 18 23:50:04.785 INFO O| May 18 23:50:04.785 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-05-18T23:50:05.881Z[ recovery-image] May 18 23:50:04.792 INFO O| May 18 23:50:04.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66692026-05-18T23:50:05.881Z[ recovery-image] May 18 23:50:04.792 INFO O| May 18 23:50:04.792 INFO STEP 603 (remove_files) COMPLETE
66702026-05-18T23:50:05.884Z[ recovery-image] May 18 23:50:04.792 INFO O| May 18 23:50:04.792 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-05-18T23:50:05.887Z[ recovery-image] May 18 23:50:04.799 INFO O| May 18 23:50:04.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66722026-05-18T23:50:05.887Z[ recovery-image] May 18 23:50:04.800 INFO O| May 18 23:50:04.799 INFO STEP 604 (remove_files) COMPLETE
66732026-05-18T23:50:05.887Z[ recovery-image] May 18 23:50:04.800 INFO O| May 18 23:50:04.799 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-05-18T23:50:05.894Z[ recovery-image] May 18 23:50:04.806 INFO O| May 18 23:50:04.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66752026-05-18T23:50:05.894Z[ recovery-image] May 18 23:50:04.807 INFO O| May 18 23:50:04.806 INFO STEP 605 (remove_files) COMPLETE
66762026-05-18T23:50:05.897Z[ recovery-image] May 18 23:50:04.807 INFO O| May 18 23:50:04.806 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-05-18T23:50:05.900Z[ recovery-image] May 18 23:50:04.813 INFO O| May 18 23:50:04.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66782026-05-18T23:50:05.900Z[ recovery-image] May 18 23:50:04.813 INFO O| May 18 23:50:04.813 INFO STEP 606 (remove_files) COMPLETE
66792026-05-18T23:50:05.900Z[ recovery-image] May 18 23:50:04.813 INFO O| May 18 23:50:04.813 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-05-18T23:50:05.907Z[ recovery-image] May 18 23:50:04.820 INFO O| May 18 23:50:04.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66812026-05-18T23:50:05.907Z[ recovery-image] May 18 23:50:04.820 INFO O| May 18 23:50:04.820 INFO STEP 607 (remove_files) COMPLETE
66822026-05-18T23:50:05.907Z[ recovery-image] May 18 23:50:04.820 INFO O| May 18 23:50:04.820 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-05-18T23:50:05.914Z[ recovery-image] May 18 23:50:04.827 INFO O| May 18 23:50:04.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66842026-05-18T23:50:05.914Z[ recovery-image] May 18 23:50:04.827 INFO O| May 18 23:50:04.827 INFO STEP 608 (remove_files) COMPLETE
66852026-05-18T23:50:05.914Z[ recovery-image] May 18 23:50:04.827 INFO O| May 18 23:50:04.827 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-05-18T23:50:05.921Z[ recovery-image] May 18 23:50:04.834 INFO O| May 18 23:50:04.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66872026-05-18T23:50:05.921Z[ recovery-image] May 18 23:50:04.834 INFO O| May 18 23:50:04.834 INFO STEP 609 (remove_files) COMPLETE
66882026-05-18T23:50:05.924Z[ recovery-image] May 18 23:50:04.834 INFO O| May 18 23:50:04.834 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-05-18T23:50:05.928Z[ recovery-image] May 18 23:50:04.841 INFO O| May 18 23:50:04.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66902026-05-18T23:50:05.929Z[ recovery-image] May 18 23:50:04.841 INFO O| May 18 23:50:04.841 INFO STEP 610 (remove_files) COMPLETE
66912026-05-18T23:50:05.932Z[ recovery-image] May 18 23:50:04.841 INFO O| May 18 23:50:04.841 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-05-18T23:50:05.936Z[ recovery-image] May 18 23:50:04.849 INFO O| May 18 23:50:04.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66932026-05-18T23:50:05.936Z[ recovery-image] May 18 23:50:04.849 INFO O| May 18 23:50:04.849 INFO STEP 611 (remove_files) COMPLETE
66942026-05-18T23:50:05.939Z[ recovery-image] May 18 23:50:04.849 INFO O| May 18 23:50:04.849 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-05-18T23:50:05.944Z[ recovery-image] May 18 23:50:04.856 INFO O| May 18 23:50:04.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66962026-05-18T23:50:05.944Z[ recovery-image] May 18 23:50:04.856 INFO O| May 18 23:50:04.856 INFO STEP 612 (remove_files) COMPLETE
66972026-05-18T23:50:05.947Z[ recovery-image] May 18 23:50:04.856 INFO O| May 18 23:50:04.856 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-05-18T23:50:05.951Z[ recovery-image] May 18 23:50:04.864 INFO O| May 18 23:50:04.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66992026-05-18T23:50:05.951Z[ recovery-image] May 18 23:50:04.864 INFO O| May 18 23:50:04.864 INFO STEP 613 (remove_files) COMPLETE
67002026-05-18T23:50:05.954Z[ recovery-image] May 18 23:50:04.864 INFO O| May 18 23:50:04.864 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-05-18T23:50:05.959Z[ recovery-image] May 18 23:50:04.871 INFO O| May 18 23:50:04.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67022026-05-18T23:50:05.959Z[ recovery-image] May 18 23:50:04.871 INFO O| May 18 23:50:04.871 INFO STEP 614 (remove_files) COMPLETE
67032026-05-18T23:50:05.959Z[ recovery-image] May 18 23:50:04.871 INFO O| May 18 23:50:04.871 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-05-18T23:50:05.966Z[ recovery-image] May 18 23:50:04.879 INFO O| May 18 23:50:04.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67052026-05-18T23:50:05.966Z[ recovery-image] May 18 23:50:04.879 INFO O| May 18 23:50:04.879 INFO STEP 615 (remove_files) COMPLETE
67062026-05-18T23:50:05.969Z[ recovery-image] May 18 23:50:04.879 INFO O| May 18 23:50:04.879 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-05-18T23:50:05.974Z[ recovery-image] May 18 23:50:04.887 INFO O| May 18 23:50:04.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67082026-05-18T23:50:05.974Z[ recovery-image] May 18 23:50:04.887 INFO O| May 18 23:50:04.887 INFO STEP 616 (remove_files) COMPLETE
67092026-05-18T23:50:05.974Z[ recovery-image] May 18 23:50:04.887 INFO O| May 18 23:50:04.887 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-05-18T23:50:05.982Z[ recovery-image] May 18 23:50:04.895 INFO O| May 18 23:50:04.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67112026-05-18T23:50:05.982Z[ recovery-image] May 18 23:50:04.895 INFO O| May 18 23:50:04.895 INFO STEP 617 (remove_files) COMPLETE
67122026-05-18T23:50:05.985Z[ recovery-image] May 18 23:50:04.895 INFO O| May 18 23:50:04.895 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-05-18T23:50:05.990Z[ recovery-image] May 18 23:50:04.902 INFO O| May 18 23:50:04.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67142026-05-18T23:50:05.990Z[ recovery-image] May 18 23:50:04.902 INFO O| May 18 23:50:04.902 INFO STEP 618 (remove_files) COMPLETE
67152026-05-18T23:50:05.990Z[ recovery-image] May 18 23:50:04.903 INFO O| May 18 23:50:04.902 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-05-18T23:50:05.997Z[ recovery-image] May 18 23:50:04.910 INFO O| May 18 23:50:04.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67172026-05-18T23:50:06.010Z[ recovery-image] May 18 23:50:04.923 INFO O| May 18 23:50:04.923 INFO STEP 619 (remove_files) COMPLETE
67182026-05-18T23:50:06.010Z[ recovery-image] May 18 23:50:04.923 INFO O| May 18 23:50:04.923 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-05-18T23:50:06.039Z[ recovery-image] May 18 23:50:04.951 INFO O| May 18 23:50:04.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67202026-05-18T23:50:06.039Z[ recovery-image] May 18 23:50:04.951 INFO O| May 18 23:50:04.951 INFO STEP 620 (remove_files) COMPLETE
67212026-05-18T23:50:06.041Z[ recovery-image] May 18 23:50:04.951 INFO O| May 18 23:50:04.951 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-05-18T23:50:06.045Z[ recovery-image] May 18 23:50:04.958 INFO O| May 18 23:50:04.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67232026-05-18T23:50:06.045Z[ recovery-image] May 18 23:50:04.958 INFO O| May 18 23:50:04.958 INFO STEP 621 (remove_files) COMPLETE
67242026-05-18T23:50:06.046Z[ recovery-image] May 18 23:50:04.958 INFO O| May 18 23:50:04.958 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-05-18T23:50:06.052Z[ recovery-image] May 18 23:50:04.965 INFO O| May 18 23:50:04.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67262026-05-18T23:50:06.052Z[ recovery-image] May 18 23:50:04.965 INFO O| May 18 23:50:04.965 INFO STEP 622 (remove_files) COMPLETE
67272026-05-18T23:50:06.052Z[ recovery-image] May 18 23:50:04.965 INFO O| May 18 23:50:04.965 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-05-18T23:50:06.060Z[ recovery-image] May 18 23:50:04.972 INFO O| May 18 23:50:04.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67292026-05-18T23:50:06.060Z[ recovery-image] May 18 23:50:04.972 INFO O| May 18 23:50:04.972 INFO STEP 623 (remove_files) COMPLETE
67302026-05-18T23:50:06.063Z[ recovery-image] May 18 23:50:04.972 INFO O| May 18 23:50:04.972 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-05-18T23:50:06.067Z[ recovery-image] May 18 23:50:04.980 INFO O| May 18 23:50:04.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67322026-05-18T23:50:06.088Z[ recovery-image] May 18 23:50:05.001 INFO O| May 18 23:50:05.001 INFO STEP 624 (remove_files) COMPLETE
67332026-05-18T23:50:06.089Z[ recovery-image] May 18 23:50:05.001 INFO O| May 18 23:50:05.001 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-05-18T23:50:06.098Z[ recovery-image] May 18 23:50:05.011 INFO O| May 18 23:50:05.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67352026-05-18T23:50:06.098Z[ recovery-image] May 18 23:50:05.011 INFO O| May 18 23:50:05.011 INFO STEP 625 (remove_files) COMPLETE
67362026-05-18T23:50:06.101Z[ recovery-image] May 18 23:50:05.011 INFO O| May 18 23:50:05.011 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-05-18T23:50:06.107Z[ recovery-image] May 18 23:50:05.019 INFO O| May 18 23:50:05.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67382026-05-18T23:50:06.107Z[ recovery-image] May 18 23:50:05.019 INFO O| May 18 23:50:05.019 INFO STEP 626 (remove_files) COMPLETE
67392026-05-18T23:50:06.110Z[ recovery-image] May 18 23:50:05.019 INFO O| May 18 23:50:05.019 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-05-18T23:50:06.114Z[ recovery-image] May 18 23:50:05.027 INFO O| May 18 23:50:05.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67412026-05-18T23:50:06.114Z[ recovery-image] May 18 23:50:05.027 INFO O| May 18 23:50:05.027 INFO STEP 627 (remove_files) COMPLETE
67422026-05-18T23:50:06.118Z[ recovery-image] May 18 23:50:05.027 INFO O| May 18 23:50:05.027 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-05-18T23:50:06.122Z[ recovery-image] May 18 23:50:05.035 INFO O| May 18 23:50:05.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67442026-05-18T23:50:06.122Z[ recovery-image] May 18 23:50:05.035 INFO O| May 18 23:50:05.035 INFO STEP 628 (remove_files) COMPLETE
67452026-05-18T23:50:06.127Z[ recovery-image] May 18 23:50:05.035 INFO O| May 18 23:50:05.035 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-05-18T23:50:06.130Z[ recovery-image] May 18 23:50:05.043 INFO O| May 18 23:50:05.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67472026-05-18T23:50:06.130Z[ recovery-image] May 18 23:50:05.043 INFO O| May 18 23:50:05.043 INFO STEP 629 (remove_files) COMPLETE
67482026-05-18T23:50:06.133Z[ recovery-image] May 18 23:50:05.043 INFO O| May 18 23:50:05.043 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-05-18T23:50:06.137Z[ recovery-image] May 18 23:50:05.050 INFO O| May 18 23:50:05.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67502026-05-18T23:50:06.137Z[ recovery-image] May 18 23:50:05.050 INFO O| May 18 23:50:05.050 INFO STEP 630 (remove_files) COMPLETE
67512026-05-18T23:50:06.142Z[ recovery-image] May 18 23:50:05.050 INFO O| May 18 23:50:05.050 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-05-18T23:50:06.144Z[ recovery-image] May 18 23:50:05.057 INFO O| May 18 23:50:05.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67532026-05-18T23:50:06.144Z[ recovery-image] May 18 23:50:05.057 INFO O| May 18 23:50:05.057 INFO STEP 631 (remove_files) COMPLETE
67542026-05-18T23:50:06.144Z[ recovery-image] May 18 23:50:05.057 INFO O| May 18 23:50:05.057 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-05-18T23:50:06.153Z[ recovery-image] May 18 23:50:05.066 INFO O| May 18 23:50:05.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67562026-05-18T23:50:06.156Z[ recovery-image] May 18 23:50:05.067 INFO O| May 18 23:50:05.067 INFO STEP 632 (remove_files) COMPLETE
67572026-05-18T23:50:06.156Z[ recovery-image] May 18 23:50:05.067 INFO O| May 18 23:50:05.067 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-05-18T23:50:06.165Z[ recovery-image] May 18 23:50:05.078 INFO O| May 18 23:50:05.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67592026-05-18T23:50:06.165Z[ recovery-image] May 18 23:50:05.078 INFO O| May 18 23:50:05.078 INFO STEP 633 (remove_files) COMPLETE
67602026-05-18T23:50:06.165Z[ recovery-image] May 18 23:50:05.078 INFO O| May 18 23:50:05.078 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-05-18T23:50:06.174Z[ recovery-image] May 18 23:50:05.087 INFO O| May 18 23:50:05.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67622026-05-18T23:50:06.174Z[ recovery-image] May 18 23:50:05.087 INFO O| May 18 23:50:05.087 INFO STEP 634 (remove_files) COMPLETE
67632026-05-18T23:50:06.174Z[ recovery-image] May 18 23:50:05.087 INFO O| May 18 23:50:05.087 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-05-18T23:50:06.183Z[ recovery-image] May 18 23:50:05.096 INFO O| May 18 23:50:05.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67652026-05-18T23:50:06.183Z[ recovery-image] May 18 23:50:05.096 INFO O| May 18 23:50:05.096 INFO STEP 635 (remove_files) COMPLETE
67662026-05-18T23:50:06.183Z[ recovery-image] May 18 23:50:05.096 INFO O| May 18 23:50:05.096 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-05-18T23:50:06.193Z[ recovery-image] May 18 23:50:05.105 INFO O| May 18 23:50:05.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67682026-05-18T23:50:06.193Z[ recovery-image] May 18 23:50:05.105 INFO O| May 18 23:50:05.105 INFO STEP 636 (remove_files) COMPLETE
67692026-05-18T23:50:06.196Z[ recovery-image] May 18 23:50:05.105 INFO O| May 18 23:50:05.105 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-05-18T23:50:06.201Z[ recovery-image] May 18 23:50:05.114 INFO O| May 18 23:50:05.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67712026-05-18T23:50:06.201Z[ recovery-image] May 18 23:50:05.114 INFO O| May 18 23:50:05.114 INFO STEP 637 (remove_files) COMPLETE
67722026-05-18T23:50:06.204Z[ recovery-image] May 18 23:50:05.114 INFO O| May 18 23:50:05.114 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-05-18T23:50:06.211Z[ recovery-image] May 18 23:50:05.123 INFO O| May 18 23:50:05.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67742026-05-18T23:50:06.211Z[ recovery-image] May 18 23:50:05.123 INFO O| May 18 23:50:05.123 INFO STEP 638 (remove_files) COMPLETE
67752026-05-18T23:50:06.214Z[ recovery-image] May 18 23:50:05.123 INFO O| May 18 23:50:05.123 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-05-18T23:50:06.222Z[ recovery-image] May 18 23:50:05.133 INFO O| May 18 23:50:05.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67772026-05-18T23:50:06.222Z[ recovery-image] May 18 23:50:05.133 INFO O| May 18 23:50:05.133 INFO STEP 639 (remove_files) COMPLETE
67782026-05-18T23:50:06.222Z[ recovery-image] May 18 23:50:05.133 INFO O| May 18 23:50:05.133 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-05-18T23:50:06.230Z[ recovery-image] May 18 23:50:05.142 INFO O| May 18 23:50:05.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67802026-05-18T23:50:06.230Z[ recovery-image] May 18 23:50:05.142 INFO O| May 18 23:50:05.142 INFO STEP 640 (remove_files) COMPLETE
67812026-05-18T23:50:06.230Z[ recovery-image] May 18 23:50:05.142 INFO O| May 18 23:50:05.142 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-05-18T23:50:06.237Z[ recovery-image] May 18 23:50:05.150 INFO O| May 18 23:50:05.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67832026-05-18T23:50:06.237Z[ recovery-image] May 18 23:50:05.150 INFO O| May 18 23:50:05.150 INFO STEP 641 (remove_files) COMPLETE
67842026-05-18T23:50:06.240Z[ recovery-image] May 18 23:50:05.150 INFO O| May 18 23:50:05.150 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-05-18T23:50:06.246Z[ recovery-image] May 18 23:50:05.157 INFO O| May 18 23:50:05.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67862026-05-18T23:50:06.246Z[ recovery-image] May 18 23:50:05.157 INFO O| May 18 23:50:05.157 INFO STEP 642 (remove_files) COMPLETE
67872026-05-18T23:50:06.249Z[ recovery-image] May 18 23:50:05.157 INFO O| May 18 23:50:05.157 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-05-18T23:50:06.252Z[ recovery-image] May 18 23:50:05.165 INFO O| May 18 23:50:05.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67892026-05-18T23:50:06.252Z[ recovery-image] May 18 23:50:05.165 INFO O| May 18 23:50:05.165 INFO STEP 643 (remove_files) COMPLETE
67902026-05-18T23:50:06.256Z[ recovery-image] May 18 23:50:05.165 INFO O| May 18 23:50:05.165 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-05-18T23:50:06.261Z[ recovery-image] May 18 23:50:05.173 INFO O| May 18 23:50:05.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67922026-05-18T23:50:06.261Z[ recovery-image] May 18 23:50:05.173 INFO O| May 18 23:50:05.173 INFO STEP 644 (remove_files) COMPLETE
67932026-05-18T23:50:06.264Z[ recovery-image] May 18 23:50:05.173 INFO O| May 18 23:50:05.173 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-05-18T23:50:06.268Z[ recovery-image] May 18 23:50:05.180 INFO O| May 18 23:50:05.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67952026-05-18T23:50:06.268Z[ recovery-image] May 18 23:50:05.180 INFO O| May 18 23:50:05.180 INFO STEP 645 (remove_files) COMPLETE
67962026-05-18T23:50:06.271Z[ recovery-image] May 18 23:50:05.180 INFO O| May 18 23:50:05.180 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-05-18T23:50:06.275Z[ recovery-image] May 18 23:50:05.187 INFO O| May 18 23:50:05.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67982026-05-18T23:50:06.275Z[ recovery-image] May 18 23:50:05.188 INFO O| May 18 23:50:05.187 INFO STEP 646 (remove_files) COMPLETE
67992026-05-18T23:50:06.279Z[ recovery-image] May 18 23:50:05.188 INFO O| May 18 23:50:05.187 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-05-18T23:50:06.282Z[ recovery-image] May 18 23:50:05.195 INFO O| May 18 23:50:05.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68012026-05-18T23:50:06.283Z[ recovery-image] May 18 23:50:05.195 INFO O| May 18 23:50:05.195 INFO STEP 647 (remove_files) COMPLETE
68022026-05-18T23:50:06.283Z[ recovery-image] May 18 23:50:05.195 INFO O| May 18 23:50:05.195 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-05-18T23:50:06.291Z[ recovery-image] May 18 23:50:05.202 INFO O| May 18 23:50:05.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68042026-05-18T23:50:06.291Z[ recovery-image] May 18 23:50:05.203 INFO O| May 18 23:50:05.202 INFO STEP 648 (remove_files) COMPLETE
68052026-05-18T23:50:06.294Z[ recovery-image] May 18 23:50:05.203 INFO O| May 18 23:50:05.202 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-05-18T23:50:06.298Z[ recovery-image] May 18 23:50:05.211 INFO O| May 18 23:50:05.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68072026-05-18T23:50:06.298Z[ recovery-image] May 18 23:50:05.211 INFO O| May 18 23:50:05.211 INFO STEP 649 (remove_files) COMPLETE
68082026-05-18T23:50:06.301Z[ recovery-image] May 18 23:50:05.211 INFO O| May 18 23:50:05.211 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-05-18T23:50:06.309Z[ recovery-image] May 18 23:50:05.219 INFO O| May 18 23:50:05.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68102026-05-18T23:50:06.309Z[ recovery-image] May 18 23:50:05.219 INFO O| May 18 23:50:05.219 INFO STEP 650 (remove_files) COMPLETE
68112026-05-18T23:50:06.312Z[ recovery-image] May 18 23:50:05.219 INFO O| May 18 23:50:05.219 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-05-18T23:50:06.315Z[ recovery-image] May 18 23:50:05.227 INFO O| May 18 23:50:05.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68132026-05-18T23:50:06.315Z[ recovery-image] May 18 23:50:05.227 INFO O| May 18 23:50:05.227 INFO STEP 651 (remove_files) COMPLETE
68142026-05-18T23:50:06.315Z[ recovery-image] May 18 23:50:05.227 INFO O| May 18 23:50:05.227 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-05-18T23:50:06.324Z[ recovery-image] May 18 23:50:05.235 INFO O| May 18 23:50:05.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68162026-05-18T23:50:06.324Z[ recovery-image] May 18 23:50:05.235 INFO O| May 18 23:50:05.235 INFO STEP 652 (remove_files) COMPLETE
68172026-05-18T23:50:06.328Z[ recovery-image] May 18 23:50:05.235 INFO O| May 18 23:50:05.235 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-05-18T23:50:06.331Z[ recovery-image] May 18 23:50:05.243 INFO O| May 18 23:50:05.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68192026-05-18T23:50:06.331Z[ recovery-image] May 18 23:50:05.243 INFO O| May 18 23:50:05.243 INFO STEP 653 (remove_files) COMPLETE
68202026-05-18T23:50:06.331Z[ recovery-image] May 18 23:50:05.243 INFO O| May 18 23:50:05.243 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-05-18T23:50:06.339Z[ recovery-image] May 18 23:50:05.251 INFO O| May 18 23:50:05.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68222026-05-18T23:50:06.339Z[ recovery-image] May 18 23:50:05.251 INFO O| May 18 23:50:05.251 INFO STEP 654 (remove_files) COMPLETE
68232026-05-18T23:50:06.342Z[ recovery-image] May 18 23:50:05.252 INFO O| May 18 23:50:05.251 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-05-18T23:50:06.347Z[ recovery-image] May 18 23:50:05.260 INFO O| May 18 23:50:05.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68252026-05-18T23:50:06.347Z[ recovery-image] May 18 23:50:05.260 INFO O| May 18 23:50:05.260 INFO STEP 655 (remove_files) COMPLETE
68262026-05-18T23:50:06.350Z[ recovery-image] May 18 23:50:05.260 INFO O| May 18 23:50:05.260 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-05-18T23:50:06.355Z[ recovery-image] May 18 23:50:05.268 INFO O| May 18 23:50:05.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68282026-05-18T23:50:06.355Z[ recovery-image] May 18 23:50:05.268 INFO O| May 18 23:50:05.268 INFO STEP 656 (remove_files) COMPLETE
68292026-05-18T23:50:06.358Z[ recovery-image] May 18 23:50:05.268 INFO O| May 18 23:50:05.268 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-05-18T23:50:06.365Z[ recovery-image] May 18 23:50:05.277 INFO O| May 18 23:50:05.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68312026-05-18T23:50:06.365Z[ recovery-image] May 18 23:50:05.277 INFO O| May 18 23:50:05.277 INFO STEP 657 (remove_files) COMPLETE
68322026-05-18T23:50:06.365Z[ recovery-image] May 18 23:50:05.277 INFO O| May 18 23:50:05.277 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-05-18T23:50:06.373Z[ recovery-image] May 18 23:50:05.286 INFO O| May 18 23:50:05.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68342026-05-18T23:50:06.373Z[ recovery-image] May 18 23:50:05.286 INFO O| May 18 23:50:05.286 INFO STEP 658 (remove_files) COMPLETE
68352026-05-18T23:50:06.373Z[ recovery-image] May 18 23:50:05.286 INFO O| May 18 23:50:05.286 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-05-18T23:50:06.381Z[ recovery-image] May 18 23:50:05.294 INFO O| May 18 23:50:05.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68372026-05-18T23:50:06.384Z[ recovery-image] May 18 23:50:05.295 INFO O| May 18 23:50:05.295 INFO STEP 659 (remove_files) COMPLETE
68382026-05-18T23:50:06.384Z[ recovery-image] May 18 23:50:05.295 INFO O| May 18 23:50:05.295 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-05-18T23:50:06.390Z[ recovery-image] May 18 23:50:05.303 INFO O| May 18 23:50:05.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68402026-05-18T23:50:06.393Z[ recovery-image] May 18 23:50:05.304 INFO O| May 18 23:50:05.304 INFO STEP 660 (remove_files) COMPLETE
68412026-05-18T23:50:06.393Z[ recovery-image] May 18 23:50:05.304 INFO O| May 18 23:50:05.304 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-05-18T23:50:06.399Z[ recovery-image] May 18 23:50:05.312 INFO O| May 18 23:50:05.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68432026-05-18T23:50:06.399Z[ recovery-image] May 18 23:50:05.312 INFO O| May 18 23:50:05.312 INFO STEP 661 (remove_files) COMPLETE
68442026-05-18T23:50:06.399Z[ recovery-image] May 18 23:50:05.312 INFO O| May 18 23:50:05.312 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-05-18T23:50:06.407Z[ recovery-image] May 18 23:50:05.320 INFO O| May 18 23:50:05.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68462026-05-18T23:50:06.407Z[ recovery-image] May 18 23:50:05.320 INFO O| May 18 23:50:05.320 INFO STEP 662 (remove_files) COMPLETE
68472026-05-18T23:50:06.412Z[ recovery-image] May 18 23:50:05.320 INFO O| May 18 23:50:05.320 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-05-18T23:50:06.415Z[ recovery-image] May 18 23:50:05.328 INFO O| May 18 23:50:05.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68492026-05-18T23:50:06.415Z[ recovery-image] May 18 23:50:05.328 INFO O| May 18 23:50:05.328 INFO STEP 663 (remove_files) COMPLETE
68502026-05-18T23:50:06.415Z[ recovery-image] May 18 23:50:05.328 INFO O| May 18 23:50:05.328 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-05-18T23:50:06.425Z[ recovery-image] May 18 23:50:05.338 INFO O| May 18 23:50:05.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68522026-05-18T23:50:06.425Z[ recovery-image] May 18 23:50:05.338 INFO O| May 18 23:50:05.338 INFO STEP 664 (remove_files) COMPLETE
68532026-05-18T23:50:06.425Z[ recovery-image] May 18 23:50:05.338 INFO O| May 18 23:50:05.338 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-05-18T23:50:06.435Z[ recovery-image] May 18 23:50:05.347 INFO O| May 18 23:50:05.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68552026-05-18T23:50:06.436Z[ recovery-image] May 18 23:50:05.347 INFO O| May 18 23:50:05.347 INFO STEP 665 (remove_files) COMPLETE
68562026-05-18T23:50:06.436Z[ recovery-image] May 18 23:50:05.347 INFO O| May 18 23:50:05.347 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-05-18T23:50:06.443Z[ recovery-image] May 18 23:50:05.356 INFO O| May 18 23:50:05.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68582026-05-18T23:50:06.443Z[ recovery-image] May 18 23:50:05.356 INFO O| May 18 23:50:05.356 INFO STEP 666 (remove_files) COMPLETE
68592026-05-18T23:50:06.443Z[ recovery-image] May 18 23:50:05.356 INFO O| May 18 23:50:05.356 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-05-18T23:50:06.452Z[ recovery-image] May 18 23:50:05.365 INFO O| May 18 23:50:05.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68612026-05-18T23:50:06.452Z[ recovery-image] May 18 23:50:05.365 INFO O| May 18 23:50:05.365 INFO STEP 667 (remove_files) COMPLETE
68622026-05-18T23:50:06.455Z[ recovery-image] May 18 23:50:05.365 INFO O| May 18 23:50:05.365 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-05-18T23:50:06.460Z[ recovery-image] May 18 23:50:05.373 INFO O| May 18 23:50:05.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68642026-05-18T23:50:06.460Z[ recovery-image] May 18 23:50:05.373 INFO O| May 18 23:50:05.373 INFO STEP 668 (remove_files) COMPLETE
68652026-05-18T23:50:06.464Z[ recovery-image] May 18 23:50:05.373 INFO O| May 18 23:50:05.373 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-05-18T23:50:06.469Z[ recovery-image] May 18 23:50:05.382 INFO O| May 18 23:50:05.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68672026-05-18T23:50:06.472Z[ recovery-image] May 18 23:50:05.383 INFO O| May 18 23:50:05.383 INFO STEP 669 (remove_files) COMPLETE
68682026-05-18T23:50:06.472Z[ recovery-image] May 18 23:50:05.383 INFO O| May 18 23:50:05.383 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-05-18T23:50:06.478Z[ recovery-image] May 18 23:50:05.391 INFO O| May 18 23:50:05.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68702026-05-18T23:50:06.478Z[ recovery-image] May 18 23:50:05.391 INFO O| May 18 23:50:05.391 INFO STEP 670 (remove_files) COMPLETE
68712026-05-18T23:50:06.481Z[ recovery-image] May 18 23:50:05.391 INFO O| May 18 23:50:05.391 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-05-18T23:50:06.486Z[ recovery-image] May 18 23:50:05.399 INFO O| May 18 23:50:05.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68732026-05-18T23:50:06.486Z[ recovery-image] May 18 23:50:05.399 INFO O| May 18 23:50:05.399 INFO STEP 671 (remove_files) COMPLETE
68742026-05-18T23:50:06.489Z[ recovery-image] May 18 23:50:05.399 INFO O| May 18 23:50:05.399 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-05-18T23:50:06.493Z[ recovery-image] May 18 23:50:05.406 INFO O| May 18 23:50:05.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68762026-05-18T23:50:06.493Z[ recovery-image] May 18 23:50:05.406 INFO O| May 18 23:50:05.406 INFO STEP 672 (remove_files) COMPLETE
68772026-05-18T23:50:06.493Z[ recovery-image] May 18 23:50:05.406 INFO O| May 18 23:50:05.406 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-05-18T23:50:06.501Z[ recovery-image] May 18 23:50:05.414 INFO O| May 18 23:50:05.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68792026-05-18T23:50:06.553Z[ recovery-image] May 18 23:50:05.415 INFO O| May 18 23:50:05.415 INFO STEP 673 (remove_files) COMPLETE
68802026-05-18T23:50:06.553Z[ recovery-image] May 18 23:50:05.415 INFO O| May 18 23:50:05.415 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-05-18T23:50:06.553Z[ recovery-image] May 18 23:50:05.424 INFO O| May 18 23:50:05.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68822026-05-18T23:50:06.553Z[ recovery-image] May 18 23:50:05.424 INFO O| May 18 23:50:05.424 INFO STEP 674 (remove_files) COMPLETE
68832026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.424 INFO O| May 18 23:50:05.424 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.433 INFO O| May 18 23:50:05.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68852026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.433 INFO O| May 18 23:50:05.433 INFO STEP 675 (remove_files) COMPLETE
68862026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.433 INFO O| May 18 23:50:05.433 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.441 INFO O| May 18 23:50:05.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68882026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.441 INFO O| May 18 23:50:05.441 INFO STEP 676 (remove_files) COMPLETE
68892026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.441 INFO O| May 18 23:50:05.441 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.449 INFO O| May 18 23:50:05.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68912026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.450 INFO O| May 18 23:50:05.450 INFO STEP 677 (remove_files) COMPLETE
68922026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.450 INFO O| May 18 23:50:05.450 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.458 INFO O| May 18 23:50:05.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68942026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.458 INFO O| May 18 23:50:05.458 INFO STEP 678 (remove_files) COMPLETE
68952026-05-18T23:50:06.554Z[ recovery-image] May 18 23:50:05.458 INFO O| May 18 23:50:05.458 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-05-18T23:50:06.557Z[ recovery-image] May 18 23:50:05.466 INFO O| May 18 23:50:05.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68972026-05-18T23:50:06.557Z[ recovery-image] May 18 23:50:05.466 INFO O| May 18 23:50:05.466 INFO STEP 679 (remove_files) COMPLETE
68982026-05-18T23:50:06.557Z[ recovery-image] May 18 23:50:05.466 INFO O| May 18 23:50:05.466 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-05-18T23:50:06.563Z[ recovery-image] May 18 23:50:05.474 INFO O| May 18 23:50:05.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69002026-05-18T23:50:06.563Z[ recovery-image] May 18 23:50:05.475 INFO O| May 18 23:50:05.474 INFO STEP 680 (remove_files) COMPLETE
69012026-05-18T23:50:06.563Z[ recovery-image] May 18 23:50:05.475 INFO O| May 18 23:50:05.474 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-05-18T23:50:06.571Z[ recovery-image] May 18 23:50:05.483 INFO O| May 18 23:50:05.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69032026-05-18T23:50:06.571Z[ recovery-image] May 18 23:50:05.483 INFO O| May 18 23:50:05.483 INFO STEP 681 (remove_files) COMPLETE
69042026-05-18T23:50:06.571Z[ recovery-image] May 18 23:50:05.483 INFO O| May 18 23:50:05.483 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-05-18T23:50:06.579Z[ recovery-image] May 18 23:50:05.491 INFO O| May 18 23:50:05.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69062026-05-18T23:50:06.579Z[ recovery-image] May 18 23:50:05.491 INFO O| May 18 23:50:05.491 INFO STEP 682 (remove_files) COMPLETE
69072026-05-18T23:50:06.582Z[ recovery-image] May 18 23:50:05.491 INFO O| May 18 23:50:05.491 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-05-18T23:50:06.588Z[ recovery-image] May 18 23:50:05.499 INFO O| May 18 23:50:05.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69092026-05-18T23:50:06.592Z[ recovery-image] May 18 23:50:05.501 INFO O| May 18 23:50:05.500 INFO STEP 683 (remove_files) COMPLETE
69102026-05-18T23:50:06.592Z[ recovery-image] May 18 23:50:05.501 INFO O| May 18 23:50:05.500 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-05-18T23:50:06.597Z[ recovery-image] May 18 23:50:05.509 INFO O| May 18 23:50:05.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69122026-05-18T23:50:06.597Z[ recovery-image] May 18 23:50:05.509 INFO O| May 18 23:50:05.509 INFO STEP 684 (remove_files) COMPLETE
69132026-05-18T23:50:06.602Z[ recovery-image] May 18 23:50:05.509 INFO O| May 18 23:50:05.509 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-05-18T23:50:06.605Z[ recovery-image] May 18 23:50:05.518 INFO O| May 18 23:50:05.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69152026-05-18T23:50:06.605Z[ recovery-image] May 18 23:50:05.518 INFO O| May 18 23:50:05.518 INFO STEP 685 (remove_files) COMPLETE
69162026-05-18T23:50:06.608Z[ recovery-image] May 18 23:50:05.518 INFO O| May 18 23:50:05.518 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-05-18T23:50:06.613Z[ recovery-image] May 18 23:50:05.526 INFO O| May 18 23:50:05.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69182026-05-18T23:50:06.613Z[ recovery-image] May 18 23:50:05.526 INFO O| May 18 23:50:05.526 INFO STEP 686 (remove_files) COMPLETE
69192026-05-18T23:50:06.618Z[ recovery-image] May 18 23:50:05.526 INFO O| May 18 23:50:05.526 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-05-18T23:50:06.622Z[ recovery-image] May 18 23:50:05.534 INFO O| May 18 23:50:05.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69212026-05-18T23:50:06.622Z[ recovery-image] May 18 23:50:05.534 INFO O| May 18 23:50:05.534 INFO STEP 687 (remove_files) COMPLETE
69222026-05-18T23:50:06.624Z[ recovery-image] May 18 23:50:05.534 INFO O| May 18 23:50:05.534 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-05-18T23:50:06.630Z[ recovery-image] May 18 23:50:05.543 INFO O| May 18 23:50:05.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69242026-05-18T23:50:06.630Z[ recovery-image] May 18 23:50:05.543 INFO O| May 18 23:50:05.543 INFO STEP 688 (remove_files) COMPLETE
69252026-05-18T23:50:06.630Z[ recovery-image] May 18 23:50:05.543 INFO O| May 18 23:50:05.543 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-05-18T23:50:06.638Z[ recovery-image] May 18 23:50:05.551 INFO O| May 18 23:50:05.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69272026-05-18T23:50:06.638Z[ recovery-image] May 18 23:50:05.551 INFO O| May 18 23:50:05.551 INFO STEP 689 (remove_files) COMPLETE
69282026-05-18T23:50:06.638Z[ recovery-image] May 18 23:50:05.551 INFO O| May 18 23:50:05.551 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-05-18T23:50:06.647Z[ recovery-image] May 18 23:50:05.559 INFO O| May 18 23:50:05.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69302026-05-18T23:50:06.647Z[ recovery-image] May 18 23:50:05.560 INFO O| May 18 23:50:05.560 INFO STEP 690 (remove_files) COMPLETE
69312026-05-18T23:50:06.650Z[ recovery-image] May 18 23:50:05.560 INFO O| May 18 23:50:05.560 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-05-18T23:50:06.655Z[ recovery-image] May 18 23:50:05.568 INFO O| May 18 23:50:05.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69332026-05-18T23:50:06.655Z[ recovery-image] May 18 23:50:05.568 INFO O| May 18 23:50:05.568 INFO STEP 691 (remove_files) COMPLETE
69342026-05-18T23:50:06.659Z[ recovery-image] May 18 23:50:05.568 INFO O| May 18 23:50:05.568 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-05-18T23:50:06.664Z[ recovery-image] May 18 23:50:05.577 INFO O| May 18 23:50:05.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69362026-05-18T23:50:06.664Z[ recovery-image] May 18 23:50:05.577 INFO O| May 18 23:50:05.577 INFO STEP 692 (remove_files) COMPLETE
69372026-05-18T23:50:06.664Z[ recovery-image] May 18 23:50:05.577 INFO O| May 18 23:50:05.577 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-05-18T23:50:06.674Z[ recovery-image] May 18 23:50:05.585 INFO O| May 18 23:50:05.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69392026-05-18T23:50:06.674Z[ recovery-image] May 18 23:50:05.585 INFO O| May 18 23:50:05.585 INFO STEP 693 (remove_files) COMPLETE
69402026-05-18T23:50:06.674Z[ recovery-image] May 18 23:50:05.585 INFO O| May 18 23:50:05.585 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-05-18T23:50:06.680Z[ recovery-image] May 18 23:50:05.593 INFO O| May 18 23:50:05.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69422026-05-18T23:50:06.680Z[ recovery-image] May 18 23:50:05.593 INFO O| May 18 23:50:05.593 INFO STEP 694 (remove_files) COMPLETE
69432026-05-18T23:50:06.680Z[ recovery-image] May 18 23:50:05.593 INFO O| May 18 23:50:05.593 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-05-18T23:50:06.688Z[ recovery-image] May 18 23:50:05.601 INFO O| May 18 23:50:05.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69452026-05-18T23:50:06.688Z[ recovery-image] May 18 23:50:05.601 INFO O| May 18 23:50:05.601 INFO STEP 695 (remove_files) COMPLETE
69462026-05-18T23:50:06.688Z[ recovery-image] May 18 23:50:05.601 INFO O| May 18 23:50:05.601 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-05-18T23:50:06.696Z[ recovery-image] May 18 23:50:05.609 INFO O| May 18 23:50:05.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69482026-05-18T23:50:06.696Z[ recovery-image] May 18 23:50:05.609 INFO O| May 18 23:50:05.609 INFO STEP 696 (remove_files) COMPLETE
69492026-05-18T23:50:06.699Z[ recovery-image] May 18 23:50:05.609 INFO O| May 18 23:50:05.609 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-05-18T23:50:06.704Z[ recovery-image] May 18 23:50:05.617 INFO O| May 18 23:50:05.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69512026-05-18T23:50:06.704Z[ recovery-image] May 18 23:50:05.617 INFO O| May 18 23:50:05.617 INFO STEP 697 (remove_files) COMPLETE
69522026-05-18T23:50:06.707Z[ recovery-image] May 18 23:50:05.617 INFO O| May 18 23:50:05.617 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-05-18T23:50:06.711Z[ recovery-image] May 18 23:50:05.624 INFO O| May 18 23:50:05.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69542026-05-18T23:50:06.712Z[ recovery-image] May 18 23:50:05.624 INFO O| May 18 23:50:05.624 INFO STEP 698 (remove_files) COMPLETE
69552026-05-18T23:50:06.714Z[ recovery-image] May 18 23:50:05.624 INFO O| May 18 23:50:05.624 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-05-18T23:50:06.719Z[ recovery-image] May 18 23:50:05.632 INFO O| May 18 23:50:05.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69572026-05-18T23:50:06.719Z[ recovery-image] May 18 23:50:05.632 INFO O| May 18 23:50:05.632 INFO STEP 699 (remove_files) COMPLETE
69582026-05-18T23:50:06.722Z[ recovery-image] May 18 23:50:05.632 INFO O| May 18 23:50:05.632 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-05-18T23:50:06.727Z[ recovery-image] May 18 23:50:05.640 INFO O| May 18 23:50:05.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69602026-05-18T23:50:06.727Z[ recovery-image] May 18 23:50:05.640 INFO O| May 18 23:50:05.640 INFO STEP 700 (remove_files) COMPLETE
69612026-05-18T23:50:06.731Z[ recovery-image] May 18 23:50:05.640 INFO O| May 18 23:50:05.640 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-05-18T23:50:06.736Z[ recovery-image] May 18 23:50:05.648 INFO O| May 18 23:50:05.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69632026-05-18T23:50:06.736Z[ recovery-image] May 18 23:50:05.648 INFO O| May 18 23:50:05.648 INFO STEP 701 (remove_files) COMPLETE
69642026-05-18T23:50:06.736Z[ recovery-image] May 18 23:50:05.648 INFO O| May 18 23:50:05.648 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-05-18T23:50:06.743Z[ recovery-image] May 18 23:50:05.655 INFO O| May 18 23:50:05.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69662026-05-18T23:50:06.743Z[ recovery-image] May 18 23:50:05.655 INFO O| May 18 23:50:05.655 INFO STEP 702 (remove_files) COMPLETE
69672026-05-18T23:50:06.747Z[ recovery-image] May 18 23:50:05.655 INFO O| May 18 23:50:05.655 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-05-18T23:50:06.749Z[ recovery-image] May 18 23:50:05.662 INFO O| May 18 23:50:05.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69692026-05-18T23:50:06.749Z[ recovery-image] May 18 23:50:05.662 INFO O| May 18 23:50:05.662 INFO STEP 703 (remove_files) COMPLETE
69702026-05-18T23:50:06.750Z[ recovery-image] May 18 23:50:05.662 INFO O| May 18 23:50:05.662 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-05-18T23:50:06.758Z[ recovery-image] May 18 23:50:05.669 INFO O| May 18 23:50:05.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69722026-05-18T23:50:06.758Z[ recovery-image] May 18 23:50:05.669 INFO O| May 18 23:50:05.669 INFO STEP 704 (remove_files) COMPLETE
69732026-05-18T23:50:06.761Z[ recovery-image] May 18 23:50:05.669 INFO O| May 18 23:50:05.669 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-05-18T23:50:06.766Z[ recovery-image] May 18 23:50:05.676 INFO O| May 18 23:50:05.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69752026-05-18T23:50:06.766Z[ recovery-image] May 18 23:50:05.676 INFO O| May 18 23:50:05.676 INFO STEP 705 (remove_files) COMPLETE
69762026-05-18T23:50:06.766Z[ recovery-image] May 18 23:50:05.676 INFO O| May 18 23:50:05.676 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-05-18T23:50:06.771Z[ recovery-image] May 18 23:50:05.683 INFO O| May 18 23:50:05.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69782026-05-18T23:50:06.773Z[ recovery-image] May 18 23:50:05.684 INFO O| May 18 23:50:05.684 INFO STEP 706 (remove_files) COMPLETE
69792026-05-18T23:50:06.774Z[ recovery-image] May 18 23:50:05.684 INFO O| May 18 23:50:05.684 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-05-18T23:50:06.779Z[ recovery-image] May 18 23:50:05.692 INFO O| May 18 23:50:05.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69812026-05-18T23:50:06.779Z[ recovery-image] May 18 23:50:05.692 INFO O| May 18 23:50:05.692 INFO STEP 707 (remove_files) COMPLETE
69822026-05-18T23:50:06.782Z[ recovery-image] May 18 23:50:05.692 INFO O| May 18 23:50:05.692 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-05-18T23:50:06.786Z[ recovery-image] May 18 23:50:05.699 INFO O| May 18 23:50:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69842026-05-18T23:50:06.786Z[ recovery-image] May 18 23:50:05.699 INFO O| May 18 23:50:05.699 INFO STEP 708 (remove_files) COMPLETE
69852026-05-18T23:50:06.787Z[ recovery-image] May 18 23:50:05.699 INFO O| May 18 23:50:05.699 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-05-18T23:50:06.794Z[ recovery-image] May 18 23:50:05.706 INFO O| May 18 23:50:05.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69872026-05-18T23:50:06.794Z[ recovery-image] May 18 23:50:05.707 INFO O| May 18 23:50:05.707 INFO STEP 709 (remove_files) COMPLETE
69882026-05-18T23:50:06.797Z[ recovery-image] May 18 23:50:05.707 INFO O| May 18 23:50:05.707 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-05-18T23:50:06.803Z[ recovery-image] May 18 23:50:05.715 INFO O| May 18 23:50:05.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69902026-05-18T23:50:06.803Z[ recovery-image] May 18 23:50:05.715 INFO O| May 18 23:50:05.715 INFO STEP 710 (remove_files) COMPLETE
69912026-05-18T23:50:06.807Z[ recovery-image] May 18 23:50:05.715 INFO O| May 18 23:50:05.715 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-05-18T23:50:06.812Z[ recovery-image] May 18 23:50:05.724 INFO O| May 18 23:50:05.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69932026-05-18T23:50:06.812Z[ recovery-image] May 18 23:50:05.725 INFO O| May 18 23:50:05.725 INFO STEP 711 (remove_files) COMPLETE
69942026-05-18T23:50:06.812Z[ recovery-image] May 18 23:50:05.725 INFO O| May 18 23:50:05.725 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-05-18T23:50:06.820Z[ recovery-image] May 18 23:50:05.733 INFO O| May 18 23:50:05.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69962026-05-18T23:50:06.820Z[ recovery-image] May 18 23:50:05.733 INFO O| May 18 23:50:05.733 INFO STEP 712 (remove_files) COMPLETE
69972026-05-18T23:50:06.820Z[ recovery-image] May 18 23:50:05.733 INFO O| May 18 23:50:05.733 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-05-18T23:50:06.829Z[ recovery-image] May 18 23:50:05.741 INFO O| May 18 23:50:05.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69992026-05-18T23:50:06.829Z[ recovery-image] May 18 23:50:05.741 INFO O| May 18 23:50:05.741 INFO STEP 713 (remove_files) COMPLETE
70002026-05-18T23:50:06.829Z[ recovery-image] May 18 23:50:05.741 INFO O| May 18 23:50:05.741 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-05-18T23:50:06.837Z[ recovery-image] May 18 23:50:05.750 INFO O| May 18 23:50:05.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70022026-05-18T23:50:06.837Z[ recovery-image] May 18 23:50:05.750 INFO O| May 18 23:50:05.750 INFO STEP 714 (remove_files) COMPLETE
70032026-05-18T23:50:06.841Z[ recovery-image] May 18 23:50:05.750 INFO O| May 18 23:50:05.750 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-05-18T23:50:06.845Z[ recovery-image] May 18 23:50:05.758 INFO O| May 18 23:50:05.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70052026-05-18T23:50:06.845Z[ recovery-image] May 18 23:50:05.758 INFO O| May 18 23:50:05.758 INFO STEP 715 (remove_files) COMPLETE
70062026-05-18T23:50:06.850Z[ recovery-image] May 18 23:50:05.758 INFO O| May 18 23:50:05.758 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-05-18T23:50:06.853Z[ recovery-image] May 18 23:50:05.766 INFO O| May 18 23:50:05.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70082026-05-18T23:50:06.853Z[ recovery-image] May 18 23:50:05.766 INFO O| May 18 23:50:05.766 INFO STEP 716 (remove_files) COMPLETE
70092026-05-18T23:50:06.853Z[ recovery-image] May 18 23:50:05.766 INFO O| May 18 23:50:05.766 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-05-18T23:50:06.860Z[ recovery-image] May 18 23:50:05.773 INFO O| May 18 23:50:05.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70112026-05-18T23:50:06.863Z[ recovery-image] May 18 23:50:05.774 INFO O| May 18 23:50:05.774 INFO STEP 717 (remove_files) COMPLETE
70122026-05-18T23:50:06.863Z[ recovery-image] May 18 23:50:05.774 INFO O| May 18 23:50:05.774 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-05-18T23:50:06.869Z[ recovery-image] May 18 23:50:05.782 INFO O| May 18 23:50:05.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70142026-05-18T23:50:06.869Z[ recovery-image] May 18 23:50:05.782 INFO O| May 18 23:50:05.782 INFO STEP 718 (remove_files) COMPLETE
70152026-05-18T23:50:06.872Z[ recovery-image] May 18 23:50:05.782 INFO O| May 18 23:50:05.782 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-05-18T23:50:06.880Z[ recovery-image] May 18 23:50:05.790 INFO O| May 18 23:50:05.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70172026-05-18T23:50:06.880Z[ recovery-image] May 18 23:50:05.790 INFO O| May 18 23:50:05.790 INFO STEP 719 (remove_files) COMPLETE
70182026-05-18T23:50:06.880Z[ recovery-image] May 18 23:50:05.790 INFO O| May 18 23:50:05.790 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-05-18T23:50:06.885Z[ recovery-image] May 18 23:50:05.798 INFO O| May 18 23:50:05.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70202026-05-18T23:50:06.885Z[ recovery-image] May 18 23:50:05.798 INFO O| May 18 23:50:05.798 INFO STEP 720 (remove_files) COMPLETE
70212026-05-18T23:50:06.885Z[ recovery-image] May 18 23:50:05.798 INFO O| May 18 23:50:05.798 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-05-18T23:50:06.893Z[ recovery-image] May 18 23:50:05.806 INFO O| May 18 23:50:05.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70232026-05-18T23:50:06.893Z[ recovery-image] May 18 23:50:05.806 INFO O| May 18 23:50:05.806 INFO STEP 721 (remove_files) COMPLETE
70242026-05-18T23:50:06.897Z[ recovery-image] May 18 23:50:05.806 INFO O| May 18 23:50:05.806 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-05-18T23:50:06.903Z[ recovery-image] May 18 23:50:05.814 INFO O| May 18 23:50:05.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70262026-05-18T23:50:06.903Z[ recovery-image] May 18 23:50:05.815 INFO O| May 18 23:50:05.814 INFO STEP 722 (remove_files) COMPLETE
70272026-05-18T23:50:06.906Z[ recovery-image] May 18 23:50:05.815 INFO O| May 18 23:50:05.814 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-05-18T23:50:06.912Z[ recovery-image] May 18 23:50:05.823 INFO O| May 18 23:50:05.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70292026-05-18T23:50:06.912Z[ recovery-image] May 18 23:50:05.823 INFO O| May 18 23:50:05.823 INFO STEP 723 (remove_files) COMPLETE
70302026-05-18T23:50:06.912Z[ recovery-image] May 18 23:50:05.823 INFO O| May 18 23:50:05.823 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-05-18T23:50:06.918Z[ recovery-image] May 18 23:50:05.831 INFO O| May 18 23:50:05.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70322026-05-18T23:50:06.918Z[ recovery-image] May 18 23:50:05.831 INFO O| May 18 23:50:05.831 INFO STEP 724 (remove_files) COMPLETE
70332026-05-18T23:50:06.923Z[ recovery-image] May 18 23:50:05.831 INFO O| May 18 23:50:05.831 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-05-18T23:50:06.926Z[ recovery-image] May 18 23:50:05.839 INFO O| May 18 23:50:05.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70352026-05-18T23:50:06.927Z[ recovery-image] May 18 23:50:05.839 INFO O| May 18 23:50:05.839 INFO STEP 725 (remove_files) COMPLETE
70362026-05-18T23:50:06.931Z[ recovery-image] May 18 23:50:05.839 INFO O| May 18 23:50:05.839 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-05-18T23:50:06.935Z[ recovery-image] May 18 23:50:05.847 INFO O| May 18 23:50:05.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70382026-05-18T23:50:06.935Z[ recovery-image] May 18 23:50:05.847 INFO O| May 18 23:50:05.847 INFO STEP 726 (remove_files) COMPLETE
70392026-05-18T23:50:06.938Z[ recovery-image] May 18 23:50:05.847 INFO O| May 18 23:50:05.847 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-05-18T23:50:06.943Z[ recovery-image] May 18 23:50:05.856 INFO O| May 18 23:50:05.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70412026-05-18T23:50:06.946Z[ recovery-image] May 18 23:50:05.857 INFO O| May 18 23:50:05.857 INFO STEP 727 (remove_files) COMPLETE
70422026-05-18T23:50:06.946Z[ recovery-image] May 18 23:50:05.857 INFO O| May 18 23:50:05.857 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-05-18T23:50:06.953Z[ recovery-image] May 18 23:50:05.865 INFO O| May 18 23:50:05.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70442026-05-18T23:50:06.953Z[ recovery-image] May 18 23:50:05.865 INFO O| May 18 23:50:05.865 INFO STEP 728 (remove_files) COMPLETE
70452026-05-18T23:50:06.955Z[ recovery-image] May 18 23:50:05.865 INFO O| May 18 23:50:05.865 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-05-18T23:50:06.961Z[ recovery-image] May 18 23:50:05.874 INFO O| May 18 23:50:05.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70472026-05-18T23:50:06.961Z[ recovery-image] May 18 23:50:05.874 INFO O| May 18 23:50:05.874 INFO STEP 729 (remove_files) COMPLETE
70482026-05-18T23:50:06.961Z[ recovery-image] May 18 23:50:05.874 INFO O| May 18 23:50:05.874 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-05-18T23:50:06.970Z[ recovery-image] May 18 23:50:05.883 INFO O| May 18 23:50:05.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70502026-05-18T23:50:06.970Z[ recovery-image] May 18 23:50:05.883 INFO O| May 18 23:50:05.883 INFO STEP 730 (remove_files) COMPLETE
70512026-05-18T23:50:06.970Z[ recovery-image] May 18 23:50:05.883 INFO O| May 18 23:50:05.883 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-05-18T23:50:06.978Z[ recovery-image] May 18 23:50:05.891 INFO O| May 18 23:50:05.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70532026-05-18T23:50:06.978Z[ recovery-image] May 18 23:50:05.891 INFO O| May 18 23:50:05.891 INFO STEP 731 (remove_files) COMPLETE
70542026-05-18T23:50:06.981Z[ recovery-image] May 18 23:50:05.891 INFO O| May 18 23:50:05.891 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-05-18T23:50:06.988Z[ recovery-image] May 18 23:50:05.899 INFO O| May 18 23:50:05.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70562026-05-18T23:50:06.988Z[ recovery-image] May 18 23:50:05.899 INFO O| May 18 23:50:05.899 INFO STEP 732 (remove_files) COMPLETE
70572026-05-18T23:50:06.991Z[ recovery-image] May 18 23:50:05.899 INFO O| May 18 23:50:05.899 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-05-18T23:50:06.996Z[ recovery-image] May 18 23:50:05.908 INFO O| May 18 23:50:05.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70592026-05-18T23:50:06.996Z[ recovery-image] May 18 23:50:05.908 INFO O| May 18 23:50:05.908 INFO STEP 733 (remove_files) COMPLETE
70602026-05-18T23:50:07.000Z[ recovery-image] May 18 23:50:05.908 INFO O| May 18 23:50:05.908 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-05-18T23:50:07.004Z[ recovery-image] May 18 23:50:05.916 INFO O| May 18 23:50:05.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70622026-05-18T23:50:07.004Z[ recovery-image] May 18 23:50:05.916 INFO O| May 18 23:50:05.916 INFO STEP 734 (remove_files) COMPLETE
70632026-05-18T23:50:07.006Z[ recovery-image] May 18 23:50:05.916 INFO O| May 18 23:50:05.916 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-05-18T23:50:07.011Z[ recovery-image] May 18 23:50:05.924 INFO O| May 18 23:50:05.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70652026-05-18T23:50:07.012Z[ recovery-image] May 18 23:50:05.924 INFO O| May 18 23:50:05.924 INFO STEP 735 (remove_files) COMPLETE
70662026-05-18T23:50:07.014Z[ recovery-image] May 18 23:50:05.924 INFO O| May 18 23:50:05.924 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-05-18T23:50:07.020Z[ recovery-image] May 18 23:50:05.932 INFO O| May 18 23:50:05.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70682026-05-18T23:50:07.020Z[ recovery-image] May 18 23:50:05.932 INFO O| May 18 23:50:05.932 INFO STEP 736 (remove_files) COMPLETE
70692026-05-18T23:50:07.020Z[ recovery-image] May 18 23:50:05.932 INFO O| May 18 23:50:05.932 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-05-18T23:50:07.028Z[ recovery-image] May 18 23:50:05.941 INFO O| May 18 23:50:05.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70712026-05-18T23:50:07.031Z[ recovery-image] May 18 23:50:05.942 INFO O| May 18 23:50:05.942 INFO STEP 737 (remove_files) COMPLETE
70722026-05-18T23:50:07.031Z[ recovery-image] May 18 23:50:05.942 INFO O| May 18 23:50:05.942 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-05-18T23:50:07.039Z[ recovery-image] May 18 23:50:05.951 INFO O| May 18 23:50:05.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70742026-05-18T23:50:07.039Z[ recovery-image] May 18 23:50:05.952 INFO O| May 18 23:50:05.951 INFO STEP 738 (remove_files) COMPLETE
70752026-05-18T23:50:07.042Z[ recovery-image] May 18 23:50:05.952 INFO O| May 18 23:50:05.951 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-05-18T23:50:07.047Z[ recovery-image] May 18 23:50:05.960 INFO O| May 18 23:50:05.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70772026-05-18T23:50:07.048Z[ recovery-image] May 18 23:50:05.960 INFO O| May 18 23:50:05.960 INFO STEP 739 (remove_files) COMPLETE
70782026-05-18T23:50:07.051Z[ recovery-image] May 18 23:50:05.960 INFO O| May 18 23:50:05.960 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-05-18T23:50:07.056Z[ recovery-image] May 18 23:50:05.969 INFO O| May 18 23:50:05.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70802026-05-18T23:50:07.056Z[ recovery-image] May 18 23:50:05.969 INFO O| May 18 23:50:05.969 INFO STEP 740 (remove_files) COMPLETE
70812026-05-18T23:50:07.059Z[ recovery-image] May 18 23:50:05.969 INFO O| May 18 23:50:05.969 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-05-18T23:50:07.066Z[ recovery-image] May 18 23:50:05.977 INFO O| May 18 23:50:05.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70832026-05-18T23:50:07.066Z[ recovery-image] May 18 23:50:05.977 INFO O| May 18 23:50:05.977 INFO STEP 741 (remove_files) COMPLETE
70842026-05-18T23:50:07.070Z[ recovery-image] May 18 23:50:05.977 INFO O| May 18 23:50:05.977 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-05-18T23:50:07.076Z[ recovery-image] May 18 23:50:05.986 INFO O| May 18 23:50:05.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70862026-05-18T23:50:07.076Z[ recovery-image] May 18 23:50:05.986 INFO O| May 18 23:50:05.986 INFO STEP 742 (remove_files) COMPLETE
70872026-05-18T23:50:07.080Z[ recovery-image] May 18 23:50:05.986 INFO O| May 18 23:50:05.986 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-05-18T23:50:07.084Z[ recovery-image] May 18 23:50:05.994 INFO O| May 18 23:50:05.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70892026-05-18T23:50:07.084Z[ recovery-image] May 18 23:50:05.995 INFO O| May 18 23:50:05.995 INFO STEP 743 (remove_files) COMPLETE
70902026-05-18T23:50:07.084Z[ recovery-image] May 18 23:50:05.995 INFO O| May 18 23:50:05.995 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-05-18T23:50:07.090Z[ recovery-image] May 18 23:50:06.003 INFO O| May 18 23:50:06.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70922026-05-18T23:50:07.090Z[ recovery-image] May 18 23:50:06.003 INFO O| May 18 23:50:06.003 INFO STEP 744 (remove_files) COMPLETE
70932026-05-18T23:50:07.093Z[ recovery-image] May 18 23:50:06.003 INFO O| May 18 23:50:06.003 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-05-18T23:50:07.098Z[ recovery-image] May 18 23:50:06.011 INFO O| May 18 23:50:06.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70952026-05-18T23:50:07.098Z[ recovery-image] May 18 23:50:06.011 INFO O| May 18 23:50:06.011 INFO STEP 745 (remove_files) COMPLETE
70962026-05-18T23:50:07.102Z[ recovery-image] May 18 23:50:06.011 INFO O| May 18 23:50:06.011 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-05-18T23:50:07.107Z[ recovery-image] May 18 23:50:06.019 INFO O| May 18 23:50:06.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70982026-05-18T23:50:07.107Z[ recovery-image] May 18 23:50:06.019 INFO O| May 18 23:50:06.019 INFO STEP 746 (remove_files) COMPLETE
70992026-05-18T23:50:07.107Z[ recovery-image] May 18 23:50:06.019 INFO O| May 18 23:50:06.019 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-05-18T23:50:07.115Z[ recovery-image] May 18 23:50:06.028 INFO O| May 18 23:50:06.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71012026-05-18T23:50:07.115Z[ recovery-image] May 18 23:50:06.028 INFO O| May 18 23:50:06.028 INFO STEP 747 (remove_files) COMPLETE
71022026-05-18T23:50:07.115Z[ recovery-image] May 18 23:50:06.028 INFO O| May 18 23:50:06.028 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-05-18T23:50:07.125Z[ recovery-image] May 18 23:50:06.035 INFO O| May 18 23:50:06.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71042026-05-18T23:50:07.128Z[ recovery-image] May 18 23:50:06.037 INFO O| May 18 23:50:06.036 INFO STEP 748 (remove_files) COMPLETE
71052026-05-18T23:50:07.131Z[ recovery-image] May 18 23:50:06.044 INFO O| May 18 23:50:06.037 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-05-18T23:50:07.141Z[ recovery-image] May 18 23:50:06.052 INFO O| May 18 23:50:06.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71072026-05-18T23:50:07.141Z[ recovery-image] May 18 23:50:06.052 INFO O| May 18 23:50:06.052 INFO STEP 749 (remove_files) COMPLETE
71082026-05-18T23:50:07.144Z[ recovery-image] May 18 23:50:06.052 INFO O| May 18 23:50:06.052 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-05-18T23:50:07.147Z[ recovery-image] May 18 23:50:06.059 INFO O| May 18 23:50:06.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71102026-05-18T23:50:07.147Z[ recovery-image] May 18 23:50:06.060 INFO O| May 18 23:50:06.059 INFO STEP 750 (remove_files) COMPLETE
71112026-05-18T23:50:07.147Z[ recovery-image] May 18 23:50:06.060 INFO O| May 18 23:50:06.059 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-05-18T23:50:07.154Z[ recovery-image] May 18 23:50:06.066 INFO O| May 18 23:50:06.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71132026-05-18T23:50:07.154Z[ recovery-image] May 18 23:50:06.066 INFO O| May 18 23:50:06.066 INFO STEP 751 (remove_files) COMPLETE
71142026-05-18T23:50:07.154Z[ recovery-image] May 18 23:50:06.066 INFO O| May 18 23:50:06.066 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-05-18T23:50:07.161Z[ recovery-image] May 18 23:50:06.073 INFO O| May 18 23:50:06.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71162026-05-18T23:50:07.161Z[ recovery-image] May 18 23:50:06.073 INFO O| May 18 23:50:06.073 INFO STEP 752 (remove_files) COMPLETE
71172026-05-18T23:50:07.161Z[ recovery-image] May 18 23:50:06.073 INFO O| May 18 23:50:06.073 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-05-18T23:50:07.170Z[ recovery-image] May 18 23:50:06.082 INFO O| May 18 23:50:06.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71192026-05-18T23:50:07.170Z[ recovery-image] May 18 23:50:06.082 INFO O| May 18 23:50:06.082 INFO STEP 753 (remove_files) COMPLETE
71202026-05-18T23:50:07.170Z[ recovery-image] May 18 23:50:06.082 INFO O| May 18 23:50:06.082 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-05-18T23:50:07.180Z[ recovery-image] May 18 23:50:06.092 INFO O| May 18 23:50:06.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71222026-05-18T23:50:07.180Z[ recovery-image] May 18 23:50:06.092 INFO O| May 18 23:50:06.092 INFO STEP 754 (remove_files) COMPLETE
71232026-05-18T23:50:07.180Z[ recovery-image] May 18 23:50:06.092 INFO O| May 18 23:50:06.092 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-05-18T23:50:07.188Z[ recovery-image] May 18 23:50:06.100 INFO O| May 18 23:50:06.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71252026-05-18T23:50:07.188Z[ recovery-image] May 18 23:50:06.100 INFO O| May 18 23:50:06.100 INFO STEP 755 (remove_files) COMPLETE
71262026-05-18T23:50:07.188Z[ recovery-image] May 18 23:50:06.100 INFO O| May 18 23:50:06.100 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-05-18T23:50:07.196Z[ recovery-image] May 18 23:50:06.109 INFO O| May 18 23:50:06.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71282026-05-18T23:50:07.196Z[ recovery-image] May 18 23:50:06.109 INFO O| May 18 23:50:06.109 INFO STEP 756 (remove_files) COMPLETE
71292026-05-18T23:50:07.196Z[ recovery-image] May 18 23:50:06.109 INFO O| May 18 23:50:06.109 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-05-18T23:50:07.206Z[ recovery-image] May 18 23:50:06.119 INFO O| May 18 23:50:06.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71312026-05-18T23:50:07.206Z[ recovery-image] May 18 23:50:06.119 INFO O| May 18 23:50:06.119 INFO STEP 757 (remove_files) COMPLETE
71322026-05-18T23:50:07.206Z[ recovery-image] May 18 23:50:06.119 INFO O| May 18 23:50:06.119 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-05-18T23:50:07.215Z[ recovery-image] May 18 23:50:06.128 INFO O| May 18 23:50:06.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71342026-05-18T23:50:07.216Z[ recovery-image] May 18 23:50:06.128 INFO O| May 18 23:50:06.128 INFO STEP 758 (remove_files) COMPLETE
71352026-05-18T23:50:07.216Z[ recovery-image] May 18 23:50:06.128 INFO O| May 18 23:50:06.128 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-05-18T23:50:07.224Z[ recovery-image] May 18 23:50:06.137 INFO O| May 18 23:50:06.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71372026-05-18T23:50:07.224Z[ recovery-image] May 18 23:50:06.137 INFO O| May 18 23:50:06.137 INFO STEP 759 (remove_files) COMPLETE
71382026-05-18T23:50:07.224Z[ recovery-image] May 18 23:50:06.137 INFO O| May 18 23:50:06.137 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-05-18T23:50:07.232Z[ recovery-image] May 18 23:50:06.144 INFO O| May 18 23:50:06.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71402026-05-18T23:50:07.232Z[ recovery-image] May 18 23:50:06.145 INFO O| May 18 23:50:06.145 INFO STEP 760 (remove_files) COMPLETE
71412026-05-18T23:50:07.232Z[ recovery-image] May 18 23:50:06.145 INFO O| May 18 23:50:06.145 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-05-18T23:50:07.239Z[ recovery-image] May 18 23:50:06.151 INFO O| May 18 23:50:06.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71432026-05-18T23:50:07.239Z[ recovery-image] May 18 23:50:06.151 INFO O| May 18 23:50:06.151 INFO STEP 761 (remove_files) COMPLETE
71442026-05-18T23:50:07.242Z[ recovery-image] May 18 23:50:06.151 INFO O| May 18 23:50:06.151 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-05-18T23:50:07.245Z[ recovery-image] May 18 23:50:06.158 INFO O| May 18 23:50:06.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71462026-05-18T23:50:07.245Z[ recovery-image] May 18 23:50:06.158 INFO O| May 18 23:50:06.158 INFO STEP 762 (remove_files) COMPLETE
71472026-05-18T23:50:07.248Z[ recovery-image] May 18 23:50:06.158 INFO O| May 18 23:50:06.158 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-05-18T23:50:07.252Z[ recovery-image] May 18 23:50:06.165 INFO O| May 18 23:50:06.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71492026-05-18T23:50:07.252Z[ recovery-image] May 18 23:50:06.165 INFO O| May 18 23:50:06.165 INFO STEP 763 (remove_files) COMPLETE
71502026-05-18T23:50:07.252Z[ recovery-image] May 18 23:50:06.165 INFO O| May 18 23:50:06.165 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-05-18T23:50:07.259Z[ recovery-image] May 18 23:50:06.172 INFO O| May 18 23:50:06.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71522026-05-18T23:50:07.259Z[ recovery-image] May 18 23:50:06.172 INFO O| May 18 23:50:06.172 INFO STEP 764 (remove_files) COMPLETE
71532026-05-18T23:50:07.262Z[ recovery-image] May 18 23:50:06.172 INFO O| May 18 23:50:06.172 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-05-18T23:50:07.266Z[ recovery-image] May 18 23:50:06.179 INFO O| May 18 23:50:06.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71552026-05-18T23:50:07.266Z[ recovery-image] May 18 23:50:06.179 INFO O| May 18 23:50:06.179 INFO STEP 765 (remove_files) COMPLETE
71562026-05-18T23:50:07.269Z[ recovery-image] May 18 23:50:06.179 INFO O| May 18 23:50:06.179 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-05-18T23:50:07.273Z[ recovery-image] May 18 23:50:06.186 INFO O| May 18 23:50:06.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71582026-05-18T23:50:07.274Z[ recovery-image] May 18 23:50:06.186 INFO O| May 18 23:50:06.186 INFO STEP 766 (remove_files) COMPLETE
71592026-05-18T23:50:07.279Z[ recovery-image] May 18 23:50:06.186 INFO O| May 18 23:50:06.186 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-05-18T23:50:07.282Z[ recovery-image] May 18 23:50:06.194 INFO O| May 18 23:50:06.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71612026-05-18T23:50:07.282Z[ recovery-image] May 18 23:50:06.194 INFO O| May 18 23:50:06.194 INFO STEP 767 (remove_files) COMPLETE
71622026-05-18T23:50:07.282Z[ recovery-image] May 18 23:50:06.194 INFO O| May 18 23:50:06.194 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-05-18T23:50:07.290Z[ recovery-image] May 18 23:50:06.203 INFO O| May 18 23:50:06.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71642026-05-18T23:50:07.290Z[ recovery-image] May 18 23:50:06.203 INFO O| May 18 23:50:06.203 INFO STEP 768 (remove_files) COMPLETE
71652026-05-18T23:50:07.295Z[ recovery-image] May 18 23:50:06.203 INFO O| May 18 23:50:06.203 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-05-18T23:50:07.298Z[ recovery-image] May 18 23:50:06.211 INFO O| May 18 23:50:06.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71672026-05-18T23:50:07.299Z[ recovery-image] May 18 23:50:06.211 INFO O| May 18 23:50:06.211 INFO STEP 769 (remove_files) COMPLETE
71682026-05-18T23:50:07.302Z[ recovery-image] May 18 23:50:06.211 INFO O| May 18 23:50:06.211 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-05-18T23:50:07.307Z[ recovery-image] May 18 23:50:06.220 INFO O| May 18 23:50:06.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71702026-05-18T23:50:07.307Z[ recovery-image] May 18 23:50:06.220 INFO O| May 18 23:50:06.220 INFO STEP 770 (remove_files) COMPLETE
71712026-05-18T23:50:07.307Z[ recovery-image] May 18 23:50:06.220 INFO O| May 18 23:50:06.220 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-05-18T23:50:07.316Z[ recovery-image] May 18 23:50:06.229 INFO O| May 18 23:50:06.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71732026-05-18T23:50:07.320Z[ recovery-image] May 18 23:50:06.230 INFO O| May 18 23:50:06.230 INFO STEP 771 (remove_files) COMPLETE
71742026-05-18T23:50:07.320Z[ recovery-image] May 18 23:50:06.230 INFO O| May 18 23:50:06.230 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-05-18T23:50:07.325Z[ recovery-image] May 18 23:50:06.238 INFO O| May 18 23:50:06.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71762026-05-18T23:50:07.325Z[ recovery-image] May 18 23:50:06.238 INFO O| May 18 23:50:06.238 INFO STEP 772 (remove_files) COMPLETE
71772026-05-18T23:50:07.328Z[ recovery-image] May 18 23:50:06.238 INFO O| May 18 23:50:06.238 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-05-18T23:50:07.336Z[ recovery-image] May 18 23:50:06.248 INFO O| May 18 23:50:06.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71792026-05-18T23:50:07.336Z[ recovery-image] May 18 23:50:06.248 INFO O| May 18 23:50:06.248 INFO STEP 773 (remove_files) COMPLETE
71802026-05-18T23:50:07.339Z[ recovery-image] May 18 23:50:06.248 INFO O| May 18 23:50:06.248 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-05-18T23:50:07.345Z[ recovery-image] May 18 23:50:06.257 INFO O| May 18 23:50:06.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71822026-05-18T23:50:07.345Z[ recovery-image] May 18 23:50:06.257 INFO O| May 18 23:50:06.257 INFO STEP 774 (remove_files) COMPLETE
71832026-05-18T23:50:07.345Z[ recovery-image] May 18 23:50:06.257 INFO O| May 18 23:50:06.257 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-05-18T23:50:07.353Z[ recovery-image] May 18 23:50:06.265 INFO O| May 18 23:50:06.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71852026-05-18T23:50:07.353Z[ recovery-image] May 18 23:50:06.266 INFO O| May 18 23:50:06.266 INFO STEP 775 (remove_files) COMPLETE
71862026-05-18T23:50:07.356Z[ recovery-image] May 18 23:50:06.266 INFO O| May 18 23:50:06.266 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.273 INFO O| May 18 23:50:06.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71882026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.274 INFO O| May 18 23:50:06.274 INFO STEP 776 (remove_files) COMPLETE
71892026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.274 INFO O| May 18 23:50:06.274 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.281 INFO O| May 18 23:50:06.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71912026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.281 INFO O| May 18 23:50:06.281 INFO STEP 777 (remove_files) COMPLETE
71922026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.281 INFO O| May 18 23:50:06.281 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.289 INFO O| May 18 23:50:06.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71942026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.289 INFO O| May 18 23:50:06.289 INFO STEP 778 (remove_files) COMPLETE
71952026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.289 INFO O| May 18 23:50:06.289 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.297 INFO O| May 18 23:50:06.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71972026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.297 INFO O| May 18 23:50:06.297 INFO STEP 779 (remove_files) COMPLETE
71982026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.297 INFO O| May 18 23:50:06.297 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.305 INFO O| May 18 23:50:06.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72002026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.305 INFO O| May 18 23:50:06.305 INFO STEP 780 (remove_files) COMPLETE
72012026-05-18T23:50:07.402Z[ recovery-image] May 18 23:50:06.305 INFO O| May 18 23:50:06.305 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-05-18T23:50:07.405Z[ recovery-image] May 18 23:50:06.313 INFO O| May 18 23:50:06.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72032026-05-18T23:50:07.405Z[ recovery-image] May 18 23:50:06.313 INFO O| May 18 23:50:06.313 INFO STEP 781 (remove_files) COMPLETE
72042026-05-18T23:50:07.405Z[ recovery-image] May 18 23:50:06.313 INFO O| May 18 23:50:06.313 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-05-18T23:50:07.408Z[ recovery-image] May 18 23:50:06.321 INFO O| May 18 23:50:06.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72062026-05-18T23:50:07.408Z[ recovery-image] May 18 23:50:06.321 INFO O| May 18 23:50:06.321 INFO STEP 782 (remove_files) COMPLETE
72072026-05-18T23:50:07.412Z[ recovery-image] May 18 23:50:06.321 INFO O| May 18 23:50:06.321 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-05-18T23:50:07.416Z[ recovery-image] May 18 23:50:06.329 INFO O| May 18 23:50:06.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72092026-05-18T23:50:07.416Z[ recovery-image] May 18 23:50:06.329 INFO O| May 18 23:50:06.329 INFO STEP 783 (remove_files) COMPLETE
72102026-05-18T23:50:07.419Z[ recovery-image] May 18 23:50:06.329 INFO O| May 18 23:50:06.329 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-05-18T23:50:07.424Z[ recovery-image] May 18 23:50:06.337 INFO O| May 18 23:50:06.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72122026-05-18T23:50:07.424Z[ recovery-image] May 18 23:50:06.337 INFO O| May 18 23:50:06.337 INFO STEP 784 (remove_files) COMPLETE
72132026-05-18T23:50:07.424Z[ recovery-image] May 18 23:50:06.337 INFO O| May 18 23:50:06.337 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-05-18T23:50:07.431Z[ recovery-image] May 18 23:50:06.344 INFO O| May 18 23:50:06.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72152026-05-18T23:50:07.431Z[ recovery-image] May 18 23:50:06.344 INFO O| May 18 23:50:06.344 INFO STEP 785 (remove_files) COMPLETE
72162026-05-18T23:50:07.434Z[ recovery-image] May 18 23:50:06.344 INFO O| May 18 23:50:06.344 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-05-18T23:50:07.439Z[ recovery-image] May 18 23:50:06.352 INFO O| May 18 23:50:06.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72182026-05-18T23:50:07.439Z[ recovery-image] May 18 23:50:06.352 INFO O| May 18 23:50:06.352 INFO STEP 786 (remove_files) COMPLETE
72192026-05-18T23:50:07.439Z[ recovery-image] May 18 23:50:06.352 INFO O| May 18 23:50:06.352 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-05-18T23:50:07.446Z[ recovery-image] May 18 23:50:06.359 INFO O| May 18 23:50:06.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72212026-05-18T23:50:07.446Z[ recovery-image] May 18 23:50:06.359 INFO O| May 18 23:50:06.359 INFO STEP 787 (remove_files) COMPLETE
72222026-05-18T23:50:07.451Z[ recovery-image] May 18 23:50:06.359 INFO O| May 18 23:50:06.359 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-05-18T23:50:07.454Z[ recovery-image] May 18 23:50:06.366 INFO O| May 18 23:50:06.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72242026-05-18T23:50:07.454Z[ recovery-image] May 18 23:50:06.366 INFO O| May 18 23:50:06.366 INFO STEP 788 (remove_files) COMPLETE
72252026-05-18T23:50:07.454Z[ recovery-image] May 18 23:50:06.366 INFO O| May 18 23:50:06.366 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-05-18T23:50:07.461Z[ recovery-image] May 18 23:50:06.373 INFO O| May 18 23:50:06.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72272026-05-18T23:50:07.461Z[ recovery-image] May 18 23:50:06.373 INFO O| May 18 23:50:06.373 INFO STEP 789 (remove_files) COMPLETE
72282026-05-18T23:50:07.464Z[ recovery-image] May 18 23:50:06.373 INFO O| May 18 23:50:06.373 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-05-18T23:50:07.467Z[ recovery-image] May 18 23:50:06.380 INFO O| May 18 23:50:06.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72302026-05-18T23:50:07.467Z[ recovery-image] May 18 23:50:06.380 INFO O| May 18 23:50:06.380 INFO STEP 790 (remove_files) COMPLETE
72312026-05-18T23:50:07.467Z[ recovery-image] May 18 23:50:06.380 INFO O| May 18 23:50:06.380 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-05-18T23:50:07.474Z[ recovery-image] May 18 23:50:06.387 INFO O| May 18 23:50:06.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72332026-05-18T23:50:07.474Z[ recovery-image] May 18 23:50:06.387 INFO O| May 18 23:50:06.387 INFO STEP 791 (remove_files) COMPLETE
72342026-05-18T23:50:07.477Z[ recovery-image] May 18 23:50:06.387 INFO O| May 18 23:50:06.387 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-05-18T23:50:07.482Z[ recovery-image] May 18 23:50:06.395 INFO O| May 18 23:50:06.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72362026-05-18T23:50:07.482Z[ recovery-image] May 18 23:50:06.395 INFO O| May 18 23:50:06.395 INFO STEP 792 (remove_files) COMPLETE
72372026-05-18T23:50:07.485Z[ recovery-image] May 18 23:50:06.395 INFO O| May 18 23:50:06.395 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-05-18T23:50:07.490Z[ recovery-image] May 18 23:50:06.403 INFO O| May 18 23:50:06.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72392026-05-18T23:50:07.490Z[ recovery-image] May 18 23:50:06.403 INFO O| May 18 23:50:06.403 INFO STEP 793 (remove_files) COMPLETE
72402026-05-18T23:50:07.493Z[ recovery-image] May 18 23:50:06.403 INFO O| May 18 23:50:06.403 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-05-18T23:50:07.497Z[ recovery-image] May 18 23:50:06.410 INFO O| May 18 23:50:06.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72422026-05-18T23:50:07.497Z[ recovery-image] May 18 23:50:06.410 INFO O| May 18 23:50:06.410 INFO STEP 794 (remove_files) COMPLETE
72432026-05-18T23:50:07.497Z[ recovery-image] May 18 23:50:06.410 INFO O| May 18 23:50:06.410 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-05-18T23:50:07.505Z[ recovery-image] May 18 23:50:06.418 INFO O| May 18 23:50:06.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72452026-05-18T23:50:07.505Z[ recovery-image] May 18 23:50:06.418 INFO O| May 18 23:50:06.418 INFO STEP 795 (remove_files) COMPLETE
72462026-05-18T23:50:07.508Z[ recovery-image] May 18 23:50:06.418 INFO O| May 18 23:50:06.418 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-05-18T23:50:07.514Z[ recovery-image] May 18 23:50:06.427 INFO O| May 18 23:50:06.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72482026-05-18T23:50:07.514Z[ recovery-image] May 18 23:50:06.427 INFO O| May 18 23:50:06.427 INFO STEP 796 (remove_files) COMPLETE
72492026-05-18T23:50:07.518Z[ recovery-image] May 18 23:50:06.427 INFO O| May 18 23:50:06.427 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-05-18T23:50:07.524Z[ recovery-image] May 18 23:50:06.436 INFO O| May 18 23:50:06.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72512026-05-18T23:50:07.524Z[ recovery-image] May 18 23:50:06.437 INFO O| May 18 23:50:06.437 INFO STEP 797 (remove_files) COMPLETE
72522026-05-18T23:50:07.527Z[ recovery-image] May 18 23:50:06.437 INFO O| May 18 23:50:06.437 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-05-18T23:50:07.533Z[ recovery-image] May 18 23:50:06.446 INFO O| May 18 23:50:06.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72542026-05-18T23:50:07.533Z[ recovery-image] May 18 23:50:06.446 INFO O| May 18 23:50:06.446 INFO STEP 798 (remove_files) COMPLETE
72552026-05-18T23:50:07.537Z[ recovery-image] May 18 23:50:06.446 INFO O| May 18 23:50:06.446 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-05-18T23:50:07.542Z[ recovery-image] May 18 23:50:06.455 INFO O| May 18 23:50:06.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72572026-05-18T23:50:07.542Z[ recovery-image] May 18 23:50:06.455 INFO O| May 18 23:50:06.455 INFO STEP 799 (remove_files) COMPLETE
72582026-05-18T23:50:07.545Z[ recovery-image] May 18 23:50:06.455 INFO O| May 18 23:50:06.455 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-05-18T23:50:07.551Z[ recovery-image] May 18 23:50:06.464 INFO O| May 18 23:50:06.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72602026-05-18T23:50:07.551Z[ recovery-image] May 18 23:50:06.464 INFO O| May 18 23:50:06.464 INFO STEP 800 (remove_files) COMPLETE
72612026-05-18T23:50:07.554Z[ recovery-image] May 18 23:50:06.464 INFO O| May 18 23:50:06.464 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-05-18T23:50:07.559Z[ recovery-image] May 18 23:50:06.472 INFO O| May 18 23:50:06.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72632026-05-18T23:50:07.559Z[ recovery-image] May 18 23:50:06.472 INFO O| May 18 23:50:06.472 INFO STEP 801 (remove_files) COMPLETE
72642026-05-18T23:50:07.562Z[ recovery-image] May 18 23:50:06.472 INFO O| May 18 23:50:06.472 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-05-18T23:50:07.567Z[ recovery-image] May 18 23:50:06.480 INFO O| May 18 23:50:06.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72662026-05-18T23:50:07.567Z[ recovery-image] May 18 23:50:06.480 INFO O| May 18 23:50:06.480 INFO STEP 802 (remove_files) COMPLETE
72672026-05-18T23:50:07.570Z[ recovery-image] May 18 23:50:06.480 INFO O| May 18 23:50:06.480 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-05-18T23:50:07.574Z[ recovery-image] May 18 23:50:06.487 INFO O| May 18 23:50:06.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72692026-05-18T23:50:07.575Z[ recovery-image] May 18 23:50:06.487 INFO O| May 18 23:50:06.487 INFO STEP 803 (remove_files) COMPLETE
72702026-05-18T23:50:07.575Z[ recovery-image] May 18 23:50:06.487 INFO O| May 18 23:50:06.487 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-05-18T23:50:07.582Z[ recovery-image] May 18 23:50:06.495 INFO O| May 18 23:50:06.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72722026-05-18T23:50:07.582Z[ recovery-image] May 18 23:50:06.495 INFO O| May 18 23:50:06.495 INFO STEP 804 (remove_files) COMPLETE
72732026-05-18T23:50:07.585Z[ recovery-image] May 18 23:50:06.495 INFO O| May 18 23:50:06.495 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-05-18T23:50:07.590Z[ recovery-image] May 18 23:50:06.503 INFO O| May 18 23:50:06.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72752026-05-18T23:50:07.590Z[ recovery-image] May 18 23:50:06.503 INFO O| May 18 23:50:06.503 INFO STEP 805 (remove_files) COMPLETE
72762026-05-18T23:50:07.594Z[ recovery-image] May 18 23:50:06.503 INFO O| May 18 23:50:06.503 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-05-18T23:50:07.598Z[ recovery-image] May 18 23:50:06.510 INFO O| May 18 23:50:06.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72782026-05-18T23:50:07.598Z[ recovery-image] May 18 23:50:06.511 INFO O| May 18 23:50:06.510 INFO STEP 806 (remove_files) COMPLETE
72792026-05-18T23:50:07.600Z[ recovery-image] May 18 23:50:06.511 INFO O| May 18 23:50:06.511 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-05-18T23:50:07.606Z[ recovery-image] May 18 23:50:06.518 INFO O| May 18 23:50:06.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72812026-05-18T23:50:07.606Z[ recovery-image] May 18 23:50:06.519 INFO O| May 18 23:50:06.519 INFO STEP 807 (remove_files) COMPLETE
72822026-05-18T23:50:07.606Z[ recovery-image] May 18 23:50:06.519 INFO O| May 18 23:50:06.519 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-05-18T23:50:07.614Z[ recovery-image] May 18 23:50:06.526 INFO O| May 18 23:50:06.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72842026-05-18T23:50:07.614Z[ recovery-image] May 18 23:50:06.526 INFO O| May 18 23:50:06.526 INFO STEP 808 (remove_files) COMPLETE
72852026-05-18T23:50:07.616Z[ recovery-image] May 18 23:50:06.526 INFO O| May 18 23:50:06.526 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-05-18T23:50:07.621Z[ recovery-image] May 18 23:50:06.534 INFO O| May 18 23:50:06.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72872026-05-18T23:50:07.621Z[ recovery-image] May 18 23:50:06.534 INFO O| May 18 23:50:06.534 INFO STEP 809 (remove_files) COMPLETE
72882026-05-18T23:50:07.621Z[ recovery-image] May 18 23:50:06.534 INFO O| May 18 23:50:06.534 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-05-18T23:50:07.628Z[ recovery-image] May 18 23:50:06.541 INFO O| May 18 23:50:06.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72902026-05-18T23:50:07.628Z[ recovery-image] May 18 23:50:06.541 INFO O| May 18 23:50:06.541 INFO STEP 810 (remove_files) COMPLETE
72912026-05-18T23:50:07.631Z[ recovery-image] May 18 23:50:06.541 INFO O| May 18 23:50:06.541 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-05-18T23:50:07.635Z[ recovery-image] May 18 23:50:06.548 INFO O| May 18 23:50:06.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72932026-05-18T23:50:07.635Z[ recovery-image] May 18 23:50:06.548 INFO O| May 18 23:50:06.548 INFO STEP 811 (remove_files) COMPLETE
72942026-05-18T23:50:07.638Z[ recovery-image] May 18 23:50:06.548 INFO O| May 18 23:50:06.548 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-05-18T23:50:07.642Z[ recovery-image] May 18 23:50:06.555 INFO O| May 18 23:50:06.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72962026-05-18T23:50:07.642Z[ recovery-image] May 18 23:50:06.555 INFO O| May 18 23:50:06.555 INFO STEP 812 (remove_files) COMPLETE
72972026-05-18T23:50:07.645Z[ recovery-image] May 18 23:50:06.555 INFO O| May 18 23:50:06.555 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-05-18T23:50:07.649Z[ recovery-image] May 18 23:50:06.562 INFO O| May 18 23:50:06.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72992026-05-18T23:50:07.651Z[ recovery-image] May 18 23:50:06.563 INFO O| May 18 23:50:06.563 INFO STEP 813 (remove_files) COMPLETE
73002026-05-18T23:50:07.651Z[ recovery-image] May 18 23:50:06.563 INFO O| May 18 23:50:06.563 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-05-18T23:50:07.657Z[ recovery-image] May 18 23:50:06.570 INFO O| May 18 23:50:06.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73022026-05-18T23:50:07.657Z[ recovery-image] May 18 23:50:06.570 INFO O| May 18 23:50:06.570 INFO STEP 814 (remove_files) COMPLETE
73032026-05-18T23:50:07.660Z[ recovery-image] May 18 23:50:06.570 INFO O| May 18 23:50:06.570 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-05-18T23:50:07.664Z[ recovery-image] May 18 23:50:06.577 INFO O| May 18 23:50:06.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73052026-05-18T23:50:07.667Z[ recovery-image] May 18 23:50:06.578 INFO O| May 18 23:50:06.578 INFO STEP 815 (remove_files) COMPLETE
73062026-05-18T23:50:07.667Z[ recovery-image] May 18 23:50:06.578 INFO O| May 18 23:50:06.578 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-05-18T23:50:07.672Z[ recovery-image] May 18 23:50:06.585 INFO O| May 18 23:50:06.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73082026-05-18T23:50:07.672Z[ recovery-image] May 18 23:50:06.585 INFO O| May 18 23:50:06.585 INFO STEP 816 (remove_files) COMPLETE
73092026-05-18T23:50:07.672Z[ recovery-image] May 18 23:50:06.585 INFO O| May 18 23:50:06.585 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-05-18T23:50:07.679Z[ recovery-image] May 18 23:50:06.592 INFO O| May 18 23:50:06.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73112026-05-18T23:50:07.679Z[ recovery-image] May 18 23:50:06.592 INFO O| May 18 23:50:06.592 INFO STEP 817 (remove_files) COMPLETE
73122026-05-18T23:50:07.684Z[ recovery-image] May 18 23:50:06.592 INFO O| May 18 23:50:06.592 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-05-18T23:50:07.687Z[ recovery-image] May 18 23:50:06.599 INFO O| May 18 23:50:06.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73142026-05-18T23:50:07.687Z[ recovery-image] May 18 23:50:06.599 INFO O| May 18 23:50:06.599 INFO STEP 818 (remove_files) COMPLETE
73152026-05-18T23:50:07.688Z[ recovery-image] May 18 23:50:06.599 INFO O| May 18 23:50:06.599 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-05-18T23:50:07.694Z[ recovery-image] May 18 23:50:06.606 INFO O| May 18 23:50:06.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73172026-05-18T23:50:07.694Z[ recovery-image] May 18 23:50:06.606 INFO O| May 18 23:50:06.606 INFO STEP 819 (remove_files) COMPLETE
73182026-05-18T23:50:07.697Z[ recovery-image] May 18 23:50:06.606 INFO O| May 18 23:50:06.606 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-05-18T23:50:07.700Z[ recovery-image] May 18 23:50:06.613 INFO O| May 18 23:50:06.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73202026-05-18T23:50:07.700Z[ recovery-image] May 18 23:50:06.613 INFO O| May 18 23:50:06.613 INFO STEP 820 (remove_files) COMPLETE
73212026-05-18T23:50:07.700Z[ recovery-image] May 18 23:50:06.613 INFO O| May 18 23:50:06.613 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-05-18T23:50:07.707Z[ recovery-image] May 18 23:50:06.620 INFO O| May 18 23:50:06.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73232026-05-18T23:50:07.707Z[ recovery-image] May 18 23:50:06.620 INFO O| May 18 23:50:06.620 INFO STEP 821 (remove_files) COMPLETE
73242026-05-18T23:50:07.707Z[ recovery-image] May 18 23:50:06.620 INFO O| May 18 23:50:06.620 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-05-18T23:50:07.714Z[ recovery-image] May 18 23:50:06.627 INFO O| May 18 23:50:06.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73262026-05-18T23:50:07.714Z[ recovery-image] May 18 23:50:06.627 INFO O| May 18 23:50:06.627 INFO STEP 822 (remove_files) COMPLETE
73272026-05-18T23:50:07.717Z[ recovery-image] May 18 23:50:06.627 INFO O| May 18 23:50:06.627 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-05-18T23:50:07.721Z[ recovery-image] May 18 23:50:06.634 INFO O| May 18 23:50:06.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73292026-05-18T23:50:07.721Z[ recovery-image] May 18 23:50:06.634 INFO O| May 18 23:50:06.634 INFO STEP 823 (remove_files) COMPLETE
73302026-05-18T23:50:07.721Z[ recovery-image] May 18 23:50:06.634 INFO O| May 18 23:50:06.634 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-05-18T23:50:07.728Z[ recovery-image] May 18 23:50:06.641 INFO O| May 18 23:50:06.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73322026-05-18T23:50:07.731Z[ recovery-image] May 18 23:50:06.642 INFO O| May 18 23:50:06.642 INFO STEP 824 (remove_files) COMPLETE
73332026-05-18T23:50:07.731Z[ recovery-image] May 18 23:50:06.642 INFO O| May 18 23:50:06.642 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-05-18T23:50:07.736Z[ recovery-image] May 18 23:50:06.649 INFO O| May 18 23:50:06.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73352026-05-18T23:50:07.736Z[ recovery-image] May 18 23:50:06.649 INFO O| May 18 23:50:06.649 INFO STEP 825 (remove_files) COMPLETE
73362026-05-18T23:50:07.736Z[ recovery-image] May 18 23:50:06.649 INFO O| May 18 23:50:06.649 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-05-18T23:50:07.744Z[ recovery-image] May 18 23:50:06.657 INFO O| May 18 23:50:06.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73382026-05-18T23:50:07.744Z[ recovery-image] May 18 23:50:06.657 INFO O| May 18 23:50:06.657 INFO STEP 826 (remove_files) COMPLETE
73392026-05-18T23:50:07.747Z[ recovery-image] May 18 23:50:06.657 INFO O| May 18 23:50:06.657 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-05-18T23:50:07.751Z[ recovery-image] May 18 23:50:06.664 INFO O| May 18 23:50:06.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73412026-05-18T23:50:07.751Z[ recovery-image] May 18 23:50:06.664 INFO O| May 18 23:50:06.664 INFO STEP 827 (remove_files) COMPLETE
73422026-05-18T23:50:07.754Z[ recovery-image] May 18 23:50:06.664 INFO O| May 18 23:50:06.664 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-05-18T23:50:07.758Z[ recovery-image] May 18 23:50:06.671 INFO O| May 18 23:50:06.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73442026-05-18T23:50:07.758Z[ recovery-image] May 18 23:50:06.671 INFO O| May 18 23:50:06.671 INFO STEP 828 (remove_files) COMPLETE
73452026-05-18T23:50:07.761Z[ recovery-image] May 18 23:50:06.671 INFO O| May 18 23:50:06.671 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-05-18T23:50:07.766Z[ recovery-image] May 18 23:50:06.678 INFO O| May 18 23:50:06.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73472026-05-18T23:50:07.766Z[ recovery-image] May 18 23:50:06.678 INFO O| May 18 23:50:06.678 INFO STEP 829 (remove_files) COMPLETE
73482026-05-18T23:50:07.766Z[ recovery-image] May 18 23:50:06.678 INFO O| May 18 23:50:06.678 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-05-18T23:50:07.818Z[ recovery-image] May 18 23:50:06.730 INFO O| May 18 23:50:06.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73502026-05-18T23:50:07.818Z[ recovery-image] May 18 23:50:06.730 INFO O| May 18 23:50:06.730 INFO STEP 830 (remove_files) COMPLETE
73512026-05-18T23:50:07.821Z[ recovery-image] May 18 23:50:06.730 INFO O| May 18 23:50:06.730 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-05-18T23:50:07.826Z[ recovery-image] May 18 23:50:06.739 INFO O| May 18 23:50:06.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73532026-05-18T23:50:07.826Z[ recovery-image] May 18 23:50:06.739 INFO O| May 18 23:50:06.739 INFO STEP 831 (remove_files) COMPLETE
73542026-05-18T23:50:07.830Z[ recovery-image] May 18 23:50:06.739 INFO O| May 18 23:50:06.739 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-05-18T23:50:07.835Z[ recovery-image] May 18 23:50:06.748 INFO O| May 18 23:50:06.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73562026-05-18T23:50:07.835Z[ recovery-image] May 18 23:50:06.748 INFO O| May 18 23:50:06.748 INFO STEP 832 (remove_files) COMPLETE
73572026-05-18T23:50:07.838Z[ recovery-image] May 18 23:50:06.748 INFO O| May 18 23:50:06.748 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-05-18T23:50:07.843Z[ recovery-image] May 18 23:50:06.756 INFO O| May 18 23:50:06.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73592026-05-18T23:50:07.843Z[ recovery-image] May 18 23:50:06.756 INFO O| May 18 23:50:06.756 INFO STEP 833 (remove_files) COMPLETE
73602026-05-18T23:50:07.846Z[ recovery-image] May 18 23:50:06.756 INFO O| May 18 23:50:06.756 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-05-18T23:50:07.851Z[ recovery-image] May 18 23:50:06.764 INFO O| May 18 23:50:06.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73622026-05-18T23:50:07.851Z[ recovery-image] May 18 23:50:06.764 INFO O| May 18 23:50:06.764 INFO STEP 834 (remove_files) COMPLETE
73632026-05-18T23:50:07.855Z[ recovery-image] May 18 23:50:06.764 INFO O| May 18 23:50:06.764 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-05-18T23:50:07.860Z[ recovery-image] May 18 23:50:06.773 INFO O| May 18 23:50:06.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73652026-05-18T23:50:07.860Z[ recovery-image] May 18 23:50:06.773 INFO O| May 18 23:50:06.773 INFO STEP 835 (remove_files) COMPLETE
73662026-05-18T23:50:07.863Z[ recovery-image] May 18 23:50:06.773 INFO O| May 18 23:50:06.773 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-05-18T23:50:07.869Z[ recovery-image] May 18 23:50:06.781 INFO O| May 18 23:50:06.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73682026-05-18T23:50:07.869Z[ recovery-image] May 18 23:50:06.781 INFO O| May 18 23:50:06.781 INFO STEP 836 (remove_files) COMPLETE
73692026-05-18T23:50:07.871Z[ recovery-image] May 18 23:50:06.781 INFO O| May 18 23:50:06.781 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-05-18T23:50:07.878Z[ recovery-image] May 18 23:50:06.790 INFO O| May 18 23:50:06.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73712026-05-18T23:50:07.878Z[ recovery-image] May 18 23:50:06.790 INFO O| May 18 23:50:06.790 INFO STEP 837 (remove_files) COMPLETE
73722026-05-18T23:50:07.881Z[ recovery-image] May 18 23:50:06.790 INFO O| May 18 23:50:06.790 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-05-18T23:50:07.885Z[ recovery-image] May 18 23:50:06.798 INFO O| May 18 23:50:06.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73742026-05-18T23:50:07.885Z[ recovery-image] May 18 23:50:06.798 INFO O| May 18 23:50:06.798 INFO STEP 838 (remove_files) COMPLETE
73752026-05-18T23:50:07.885Z[ recovery-image] May 18 23:50:06.798 INFO O| May 18 23:50:06.798 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-05-18T23:50:07.893Z[ recovery-image] May 18 23:50:06.806 INFO O| May 18 23:50:06.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73772026-05-18T23:50:07.893Z[ recovery-image] May 18 23:50:06.806 INFO O| May 18 23:50:06.806 INFO STEP 839 (remove_files) COMPLETE
73782026-05-18T23:50:07.896Z[ recovery-image] May 18 23:50:06.806 INFO O| May 18 23:50:06.806 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-05-18T23:50:07.901Z[ recovery-image] May 18 23:50:06.814 INFO O| May 18 23:50:06.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73802026-05-18T23:50:07.901Z[ recovery-image] May 18 23:50:06.814 INFO O| May 18 23:50:06.814 INFO STEP 840 (remove_files) COMPLETE
73812026-05-18T23:50:07.904Z[ recovery-image] May 18 23:50:06.814 INFO O| May 18 23:50:06.814 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-05-18T23:50:07.909Z[ recovery-image] May 18 23:50:06.822 INFO O| May 18 23:50:06.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73832026-05-18T23:50:07.909Z[ recovery-image] May 18 23:50:06.822 INFO O| May 18 23:50:06.822 INFO STEP 841 (remove_files) COMPLETE
73842026-05-18T23:50:07.912Z[ recovery-image] May 18 23:50:06.822 INFO O| May 18 23:50:06.822 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-05-18T23:50:07.918Z[ recovery-image] May 18 23:50:06.829 INFO O| May 18 23:50:06.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73862026-05-18T23:50:07.918Z[ recovery-image] May 18 23:50:06.829 INFO O| May 18 23:50:06.829 INFO STEP 842 (remove_files) COMPLETE
73872026-05-18T23:50:07.918Z[ recovery-image] May 18 23:50:06.829 INFO O| May 18 23:50:06.829 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-05-18T23:50:07.924Z[ recovery-image] May 18 23:50:06.837 INFO O| May 18 23:50:06.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73892026-05-18T23:50:07.924Z[ recovery-image] May 18 23:50:06.837 INFO O| May 18 23:50:06.837 INFO STEP 843 (remove_files) COMPLETE
73902026-05-18T23:50:07.927Z[ recovery-image] May 18 23:50:06.837 INFO O| May 18 23:50:06.837 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-05-18T23:50:07.931Z[ recovery-image] May 18 23:50:06.844 INFO O| May 18 23:50:06.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73922026-05-18T23:50:07.932Z[ recovery-image] May 18 23:50:06.844 INFO O| May 18 23:50:06.844 INFO STEP 844 (remove_files) COMPLETE
73932026-05-18T23:50:07.934Z[ recovery-image] May 18 23:50:06.844 INFO O| May 18 23:50:06.844 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-05-18T23:50:07.939Z[ recovery-image] May 18 23:50:06.852 INFO O| May 18 23:50:06.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73952026-05-18T23:50:07.939Z[ recovery-image] May 18 23:50:06.852 INFO O| May 18 23:50:06.852 INFO STEP 845 (remove_files) COMPLETE
73962026-05-18T23:50:07.939Z[ recovery-image] May 18 23:50:06.852 INFO O| May 18 23:50:06.852 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-05-18T23:50:07.947Z[ recovery-image] May 18 23:50:06.859 INFO O| May 18 23:50:06.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73982026-05-18T23:50:07.947Z[ recovery-image] May 18 23:50:06.859 INFO O| May 18 23:50:06.859 INFO STEP 846 (remove_files) COMPLETE
73992026-05-18T23:50:07.949Z[ recovery-image] May 18 23:50:06.859 INFO O| May 18 23:50:06.859 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-05-18T23:50:07.953Z[ recovery-image] May 18 23:50:06.866 INFO O| May 18 23:50:06.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74012026-05-18T23:50:07.960Z[ recovery-image] May 18 23:50:06.873 INFO O| May 18 23:50:06.873 INFO STEP 847 (remove_files) COMPLETE
74022026-05-18T23:50:07.960Z[ recovery-image] May 18 23:50:06.873 INFO O| May 18 23:50:06.873 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-05-18T23:50:07.989Z[ recovery-image] May 18 23:50:06.902 INFO O| May 18 23:50:06.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74042026-05-18T23:50:07.989Z[ recovery-image] May 18 23:50:06.902 INFO O| May 18 23:50:06.902 INFO STEP 848 (remove_files) COMPLETE
74052026-05-18T23:50:07.993Z[ recovery-image] May 18 23:50:06.902 INFO O| May 18 23:50:06.902 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-05-18T23:50:08.033Z[ recovery-image] May 18 23:50:06.945 INFO O| May 18 23:50:06.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74072026-05-18T23:50:08.033Z[ recovery-image] May 18 23:50:06.945 INFO O| May 18 23:50:06.945 INFO STEP 849 (remove_files) COMPLETE
74082026-05-18T23:50:08.035Z[ recovery-image] May 18 23:50:06.945 INFO O| May 18 23:50:06.945 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-05-18T23:50:08.089Z[ recovery-image] May 18 23:50:07.001 INFO O| May 18 23:50:07.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74102026-05-18T23:50:08.089Z[ recovery-image] May 18 23:50:07.001 INFO O| May 18 23:50:07.001 INFO STEP 850 (remove_files) COMPLETE
74112026-05-18T23:50:08.092Z[ recovery-image] May 18 23:50:07.001 INFO O| May 18 23:50:07.001 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-05-18T23:50:08.097Z[ recovery-image] May 18 23:50:07.009 INFO O| May 18 23:50:07.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74132026-05-18T23:50:08.097Z[ recovery-image] May 18 23:50:07.009 INFO O| May 18 23:50:07.009 INFO STEP 851 (remove_files) COMPLETE
74142026-05-18T23:50:08.100Z[ recovery-image] May 18 23:50:07.009 INFO O| May 18 23:50:07.009 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-05-18T23:50:08.104Z[ recovery-image] May 18 23:50:07.017 INFO O| May 18 23:50:07.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74162026-05-18T23:50:08.104Z[ recovery-image] May 18 23:50:07.017 INFO O| May 18 23:50:07.017 INFO STEP 852 (remove_files) COMPLETE
74172026-05-18T23:50:08.104Z[ recovery-image] May 18 23:50:07.017 INFO O| May 18 23:50:07.017 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-05-18T23:50:08.111Z[ recovery-image] May 18 23:50:07.024 INFO O| May 18 23:50:07.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74192026-05-18T23:50:08.112Z[ recovery-image] May 18 23:50:07.024 INFO O| May 18 23:50:07.024 INFO STEP 853 (remove_files) COMPLETE
74202026-05-18T23:50:08.116Z[ recovery-image] May 18 23:50:07.024 INFO O| May 18 23:50:07.024 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-05-18T23:50:08.122Z[ recovery-image] May 18 23:50:07.035 INFO O| May 18 23:50:07.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74222026-05-18T23:50:08.122Z[ recovery-image] May 18 23:50:07.035 INFO O| May 18 23:50:07.035 INFO STEP 854 (remove_files) COMPLETE
74232026-05-18T23:50:08.125Z[ recovery-image] May 18 23:50:07.035 INFO O| May 18 23:50:07.035 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-05-18T23:50:08.139Z[ recovery-image] May 18 23:50:07.052 INFO O| May 18 23:50:07.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74252026-05-18T23:50:08.139Z[ recovery-image] May 18 23:50:07.052 INFO O| May 18 23:50:07.052 INFO STEP 855 (remove_files) COMPLETE
74262026-05-18T23:50:08.142Z[ recovery-image] May 18 23:50:07.052 INFO O| May 18 23:50:07.052 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-05-18T23:50:08.150Z[ recovery-image] May 18 23:50:07.062 INFO O| May 18 23:50:07.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74282026-05-18T23:50:08.150Z[ recovery-image] May 18 23:50:07.062 INFO O| May 18 23:50:07.062 INFO STEP 856 (remove_files) COMPLETE
74292026-05-18T23:50:08.153Z[ recovery-image] May 18 23:50:07.062 INFO O| May 18 23:50:07.062 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-05-18T23:50:08.158Z[ recovery-image] May 18 23:50:07.071 INFO O| May 18 23:50:07.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74312026-05-18T23:50:08.158Z[ recovery-image] May 18 23:50:07.071 INFO O| May 18 23:50:07.071 INFO STEP 857 (remove_files) COMPLETE
74322026-05-18T23:50:08.158Z[ recovery-image] May 18 23:50:07.071 INFO O| May 18 23:50:07.071 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-05-18T23:50:08.167Z[ recovery-image] May 18 23:50:07.080 INFO O| May 18 23:50:07.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74342026-05-18T23:50:08.167Z[ recovery-image] May 18 23:50:07.080 INFO O| May 18 23:50:07.080 INFO STEP 858 (remove_files) COMPLETE
74352026-05-18T23:50:08.170Z[ recovery-image] May 18 23:50:07.080 INFO O| May 18 23:50:07.080 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-05-18T23:50:08.175Z[ recovery-image] May 18 23:50:07.088 INFO O| May 18 23:50:07.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74372026-05-18T23:50:08.175Z[ recovery-image] May 18 23:50:07.088 INFO O| May 18 23:50:07.088 INFO STEP 859 (remove_files) COMPLETE
74382026-05-18T23:50:08.175Z[ recovery-image] May 18 23:50:07.088 INFO O| May 18 23:50:07.088 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-05-18T23:50:08.184Z[ recovery-image] May 18 23:50:07.097 INFO O| May 18 23:50:07.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74402026-05-18T23:50:08.184Z[ recovery-image] May 18 23:50:07.097 INFO O| May 18 23:50:07.097 INFO STEP 860 (remove_files) COMPLETE
74412026-05-18T23:50:08.184Z[ recovery-image] May 18 23:50:07.097 INFO O| May 18 23:50:07.097 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-05-18T23:50:08.193Z[ recovery-image] May 18 23:50:07.106 INFO O| May 18 23:50:07.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74432026-05-18T23:50:08.193Z[ recovery-image] May 18 23:50:07.106 INFO O| May 18 23:50:07.106 INFO STEP 861 (remove_files) COMPLETE
74442026-05-18T23:50:08.193Z[ recovery-image] May 18 23:50:07.106 INFO O| May 18 23:50:07.106 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-05-18T23:50:08.201Z[ recovery-image] May 18 23:50:07.114 INFO O| May 18 23:50:07.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74462026-05-18T23:50:08.201Z[ recovery-image] May 18 23:50:07.114 INFO O| May 18 23:50:07.114 INFO STEP 862 (remove_files) COMPLETE
74472026-05-18T23:50:08.201Z[ recovery-image] May 18 23:50:07.114 INFO O| May 18 23:50:07.114 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-05-18T23:50:08.210Z[ recovery-image] May 18 23:50:07.122 INFO O| May 18 23:50:07.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74492026-05-18T23:50:08.210Z[ recovery-image] May 18 23:50:07.122 INFO O| May 18 23:50:07.122 INFO STEP 863 (remove_files) COMPLETE
74502026-05-18T23:50:08.210Z[ recovery-image] May 18 23:50:07.122 INFO O| May 18 23:50:07.122 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-05-18T23:50:08.217Z[ recovery-image] May 18 23:50:07.130 INFO O| May 18 23:50:07.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74522026-05-18T23:50:08.218Z[ recovery-image] May 18 23:50:07.130 INFO O| May 18 23:50:07.130 INFO STEP 864 (remove_files) COMPLETE
74532026-05-18T23:50:08.220Z[ recovery-image] May 18 23:50:07.130 INFO O| May 18 23:50:07.130 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-05-18T23:50:08.226Z[ recovery-image] May 18 23:50:07.138 INFO O| May 18 23:50:07.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74552026-05-18T23:50:08.226Z[ recovery-image] May 18 23:50:07.139 INFO O| May 18 23:50:07.139 INFO STEP 865 (remove_files) COMPLETE
74562026-05-18T23:50:08.229Z[ recovery-image] May 18 23:50:07.139 INFO O| May 18 23:50:07.139 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-05-18T23:50:08.233Z[ recovery-image] May 18 23:50:07.146 INFO O| May 18 23:50:07.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74582026-05-18T23:50:08.233Z[ recovery-image] May 18 23:50:07.146 INFO O| May 18 23:50:07.146 INFO STEP 866 (remove_files) COMPLETE
74592026-05-18T23:50:08.236Z[ recovery-image] May 18 23:50:07.146 INFO O| May 18 23:50:07.146 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-05-18T23:50:08.240Z[ recovery-image] May 18 23:50:07.153 INFO O| May 18 23:50:07.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74612026-05-18T23:50:08.240Z[ recovery-image] May 18 23:50:07.153 INFO O| May 18 23:50:07.153 INFO STEP 867 (remove_files) COMPLETE
74622026-05-18T23:50:08.243Z[ recovery-image] May 18 23:50:07.153 INFO O| May 18 23:50:07.153 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-05-18T23:50:08.247Z[ recovery-image] May 18 23:50:07.160 INFO O| May 18 23:50:07.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74642026-05-18T23:50:08.247Z[ recovery-image] May 18 23:50:07.160 INFO O| May 18 23:50:07.160 INFO STEP 868 (remove_files) COMPLETE
74652026-05-18T23:50:08.250Z[ recovery-image] May 18 23:50:07.160 INFO O| May 18 23:50:07.160 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-05-18T23:50:08.254Z[ recovery-image] May 18 23:50:07.167 INFO O| May 18 23:50:07.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74672026-05-18T23:50:08.254Z[ recovery-image] May 18 23:50:07.167 INFO O| May 18 23:50:07.167 INFO STEP 869 (remove_files) COMPLETE
74682026-05-18T23:50:08.257Z[ recovery-image] May 18 23:50:07.167 INFO O| May 18 23:50:07.167 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-05-18T23:50:08.261Z[ recovery-image] May 18 23:50:07.174 INFO O| May 18 23:50:07.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74702026-05-18T23:50:08.261Z[ recovery-image] May 18 23:50:07.174 INFO O| May 18 23:50:07.174 INFO STEP 870 (remove_files) COMPLETE
74712026-05-18T23:50:08.261Z[ recovery-image] May 18 23:50:07.174 INFO O| May 18 23:50:07.174 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-05-18T23:50:08.269Z[ recovery-image] May 18 23:50:07.181 INFO O| May 18 23:50:07.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74732026-05-18T23:50:08.269Z[ recovery-image] May 18 23:50:07.182 INFO O| May 18 23:50:07.182 INFO STEP 871 (remove_files) COMPLETE
74742026-05-18T23:50:08.269Z[ recovery-image] May 18 23:50:07.182 INFO O| May 18 23:50:07.182 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-05-18T23:50:08.276Z[ recovery-image] May 18 23:50:07.189 INFO O| May 18 23:50:07.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74762026-05-18T23:50:08.276Z[ recovery-image] May 18 23:50:07.189 INFO O| May 18 23:50:07.189 INFO STEP 872 (remove_files) COMPLETE
74772026-05-18T23:50:08.276Z[ recovery-image] May 18 23:50:07.189 INFO O| May 18 23:50:07.189 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-05-18T23:50:08.283Z[ recovery-image] May 18 23:50:07.196 INFO O| May 18 23:50:07.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74792026-05-18T23:50:08.283Z[ recovery-image] May 18 23:50:07.196 INFO O| May 18 23:50:07.196 INFO STEP 873 (remove_files) COMPLETE
74802026-05-18T23:50:08.283Z[ recovery-image] May 18 23:50:07.196 INFO O| May 18 23:50:07.196 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-05-18T23:50:08.291Z[ recovery-image] May 18 23:50:07.203 INFO O| May 18 23:50:07.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74822026-05-18T23:50:08.291Z[ recovery-image] May 18 23:50:07.203 INFO O| May 18 23:50:07.203 INFO STEP 874 (remove_files) COMPLETE
74832026-05-18T23:50:08.291Z[ recovery-image] May 18 23:50:07.203 INFO O| May 18 23:50:07.203 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-05-18T23:50:08.298Z[ recovery-image] May 18 23:50:07.211 INFO O| May 18 23:50:07.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74852026-05-18T23:50:08.301Z[ recovery-image] May 18 23:50:07.212 INFO O| May 18 23:50:07.212 INFO STEP 875 (remove_files) COMPLETE
74862026-05-18T23:50:08.301Z[ recovery-image] May 18 23:50:07.212 INFO O| May 18 23:50:07.212 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-05-18T23:50:08.307Z[ recovery-image] May 18 23:50:07.220 INFO O| May 18 23:50:07.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74882026-05-18T23:50:08.307Z[ recovery-image] May 18 23:50:07.220 INFO O| May 18 23:50:07.220 INFO STEP 876 (remove_files) COMPLETE
74892026-05-18T23:50:08.310Z[ recovery-image] May 18 23:50:07.220 INFO O| May 18 23:50:07.220 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-05-18T23:50:08.314Z[ recovery-image] May 18 23:50:07.227 INFO O| May 18 23:50:07.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74912026-05-18T23:50:08.314Z[ recovery-image] May 18 23:50:07.227 INFO O| May 18 23:50:07.227 INFO STEP 877 (remove_files) COMPLETE
74922026-05-18T23:50:08.314Z[ recovery-image] May 18 23:50:07.227 INFO O| May 18 23:50:07.227 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-05-18T23:50:08.322Z[ recovery-image] May 18 23:50:07.234 INFO O| May 18 23:50:07.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74942026-05-18T23:50:08.322Z[ recovery-image] May 18 23:50:07.234 INFO O| May 18 23:50:07.234 INFO STEP 878 (remove_files) COMPLETE
74952026-05-18T23:50:08.322Z[ recovery-image] May 18 23:50:07.234 INFO O| May 18 23:50:07.234 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-05-18T23:50:08.330Z[ recovery-image] May 18 23:50:07.242 INFO O| May 18 23:50:07.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74972026-05-18T23:50:08.330Z[ recovery-image] May 18 23:50:07.242 INFO O| May 18 23:50:07.242 INFO STEP 879 (remove_files) COMPLETE
74982026-05-18T23:50:08.331Z[ recovery-image] May 18 23:50:07.242 INFO O| May 18 23:50:07.242 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-05-18T23:50:08.336Z[ recovery-image] May 18 23:50:07.249 INFO O| May 18 23:50:07.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75002026-05-18T23:50:08.336Z[ recovery-image] May 18 23:50:07.249 INFO O| May 18 23:50:07.249 INFO STEP 880 (remove_files) COMPLETE
75012026-05-18T23:50:08.336Z[ recovery-image] May 18 23:50:07.249 INFO O| May 18 23:50:07.249 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-05-18T23:50:08.343Z[ recovery-image] May 18 23:50:07.256 INFO O| May 18 23:50:07.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75032026-05-18T23:50:08.344Z[ recovery-image] May 18 23:50:07.256 INFO O| May 18 23:50:07.256 INFO STEP 881 (remove_files) COMPLETE
75042026-05-18T23:50:08.346Z[ recovery-image] May 18 23:50:07.256 INFO O| May 18 23:50:07.256 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-05-18T23:50:08.351Z[ recovery-image] May 18 23:50:07.264 INFO O| May 18 23:50:07.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75062026-05-18T23:50:08.351Z[ recovery-image] May 18 23:50:07.264 INFO O| May 18 23:50:07.264 INFO STEP 882 (remove_files) COMPLETE
75072026-05-18T23:50:08.354Z[ recovery-image] May 18 23:50:07.264 INFO O| May 18 23:50:07.264 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-05-18T23:50:08.358Z[ recovery-image] May 18 23:50:07.271 INFO O| May 18 23:50:07.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75092026-05-18T23:50:08.358Z[ recovery-image] May 18 23:50:07.271 INFO O| May 18 23:50:07.271 INFO STEP 883 (remove_files) COMPLETE
75102026-05-18T23:50:08.363Z[ recovery-image] May 18 23:50:07.271 INFO O| May 18 23:50:07.271 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-05-18T23:50:08.366Z[ recovery-image] May 18 23:50:07.279 INFO O| May 18 23:50:07.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75122026-05-18T23:50:08.366Z[ recovery-image] May 18 23:50:07.279 INFO O| May 18 23:50:07.279 INFO STEP 884 (remove_files) COMPLETE
75132026-05-18T23:50:08.369Z[ recovery-image] May 18 23:50:07.279 INFO O| May 18 23:50:07.279 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-05-18T23:50:08.374Z[ recovery-image] May 18 23:50:07.286 INFO O| May 18 23:50:07.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75152026-05-18T23:50:08.374Z[ recovery-image] May 18 23:50:07.286 INFO O| May 18 23:50:07.286 INFO STEP 885 (remove_files) COMPLETE
75162026-05-18T23:50:08.377Z[ recovery-image] May 18 23:50:07.286 INFO O| May 18 23:50:07.286 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-05-18T23:50:08.381Z[ recovery-image] May 18 23:50:07.294 INFO O| May 18 23:50:07.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75182026-05-18T23:50:08.381Z[ recovery-image] May 18 23:50:07.294 INFO O| May 18 23:50:07.294 INFO STEP 886 (remove_files) COMPLETE
75192026-05-18T23:50:08.384Z[ recovery-image] May 18 23:50:07.294 INFO O| May 18 23:50:07.294 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-05-18T23:50:08.388Z[ recovery-image] May 18 23:50:07.301 INFO O| May 18 23:50:07.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75212026-05-18T23:50:08.388Z[ recovery-image] May 18 23:50:07.301 INFO O| May 18 23:50:07.301 INFO STEP 887 (remove_files) COMPLETE
75222026-05-18T23:50:08.391Z[ recovery-image] May 18 23:50:07.301 INFO O| May 18 23:50:07.301 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-05-18T23:50:08.396Z[ recovery-image] May 18 23:50:07.309 INFO O| May 18 23:50:07.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75242026-05-18T23:50:08.396Z[ recovery-image] May 18 23:50:07.309 INFO O| May 18 23:50:07.309 INFO STEP 888 (remove_files) COMPLETE
75252026-05-18T23:50:08.396Z[ recovery-image] May 18 23:50:07.309 INFO O| May 18 23:50:07.309 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-05-18T23:50:08.403Z[ recovery-image] May 18 23:50:07.316 INFO O| May 18 23:50:07.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75272026-05-18T23:50:08.403Z[ recovery-image] May 18 23:50:07.316 INFO O| May 18 23:50:07.316 INFO STEP 889 (remove_files) COMPLETE
75282026-05-18T23:50:08.406Z[ recovery-image] May 18 23:50:07.316 INFO O| May 18 23:50:07.316 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-05-18T23:50:08.410Z[ recovery-image] May 18 23:50:07.323 INFO O| May 18 23:50:07.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75302026-05-18T23:50:08.410Z[ recovery-image] May 18 23:50:07.323 INFO O| May 18 23:50:07.323 INFO STEP 890 (remove_files) COMPLETE
75312026-05-18T23:50:08.413Z[ recovery-image] May 18 23:50:07.323 INFO O| May 18 23:50:07.323 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-05-18T23:50:08.418Z[ recovery-image] May 18 23:50:07.330 INFO O| May 18 23:50:07.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75332026-05-18T23:50:08.418Z[ recovery-image] May 18 23:50:07.331 INFO O| May 18 23:50:07.331 INFO STEP 891 (remove_files) COMPLETE
75342026-05-18T23:50:08.420Z[ recovery-image] May 18 23:50:07.331 INFO O| May 18 23:50:07.331 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-05-18T23:50:08.425Z[ recovery-image] May 18 23:50:07.338 INFO O| May 18 23:50:07.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75362026-05-18T23:50:08.425Z[ recovery-image] May 18 23:50:07.338 INFO O| May 18 23:50:07.338 INFO STEP 892 (remove_files) COMPLETE
75372026-05-18T23:50:08.428Z[ recovery-image] May 18 23:50:07.338 INFO O| May 18 23:50:07.338 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-05-18T23:50:08.432Z[ recovery-image] May 18 23:50:07.345 INFO O| May 18 23:50:07.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75392026-05-18T23:50:08.435Z[ recovery-image] May 18 23:50:07.346 INFO O| May 18 23:50:07.346 INFO STEP 893 (remove_files) COMPLETE
75402026-05-18T23:50:08.435Z[ recovery-image] May 18 23:50:07.346 INFO O| May 18 23:50:07.346 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-05-18T23:50:08.442Z[ recovery-image] May 18 23:50:07.354 INFO O| May 18 23:50:07.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75422026-05-18T23:50:08.442Z[ recovery-image] May 18 23:50:07.354 INFO O| May 18 23:50:07.354 INFO STEP 894 (remove_files) COMPLETE
75432026-05-18T23:50:08.445Z[ recovery-image] May 18 23:50:07.354 INFO O| May 18 23:50:07.354 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-05-18T23:50:08.448Z[ recovery-image] May 18 23:50:07.361 INFO O| May 18 23:50:07.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75452026-05-18T23:50:08.448Z[ recovery-image] May 18 23:50:07.361 INFO O| May 18 23:50:07.361 INFO STEP 895 (remove_files) COMPLETE
75462026-05-18T23:50:08.451Z[ recovery-image] May 18 23:50:07.361 INFO O| May 18 23:50:07.361 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-05-18T23:50:08.456Z[ recovery-image] May 18 23:50:07.368 INFO O| May 18 23:50:07.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75482026-05-18T23:50:08.456Z[ recovery-image] May 18 23:50:07.369 INFO O| May 18 23:50:07.369 INFO STEP 896 (remove_files) COMPLETE
75492026-05-18T23:50:08.456Z[ recovery-image] May 18 23:50:07.369 INFO O| May 18 23:50:07.369 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-05-18T23:50:08.463Z[ recovery-image] May 18 23:50:07.376 INFO O| May 18 23:50:07.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75512026-05-18T23:50:08.466Z[ recovery-image] May 18 23:50:07.377 INFO O| May 18 23:50:07.377 INFO STEP 897 (remove_files) COMPLETE
75522026-05-18T23:50:08.466Z[ recovery-image] May 18 23:50:07.377 INFO O| May 18 23:50:07.377 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-05-18T23:50:08.473Z[ recovery-image] May 18 23:50:07.384 INFO O| May 18 23:50:07.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75542026-05-18T23:50:08.473Z[ recovery-image] May 18 23:50:07.384 INFO O| May 18 23:50:07.384 INFO STEP 898 (remove_files) COMPLETE
75552026-05-18T23:50:08.476Z[ recovery-image] May 18 23:50:07.384 INFO O| May 18 23:50:07.384 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-05-18T23:50:08.479Z[ recovery-image] May 18 23:50:07.391 INFO O| May 18 23:50:07.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75572026-05-18T23:50:08.479Z[ recovery-image] May 18 23:50:07.391 INFO O| May 18 23:50:07.391 INFO STEP 899 (remove_files) COMPLETE
75582026-05-18T23:50:08.479Z[ recovery-image] May 18 23:50:07.391 INFO O| May 18 23:50:07.391 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-05-18T23:50:08.486Z[ recovery-image] May 18 23:50:07.398 INFO O| May 18 23:50:07.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75602026-05-18T23:50:08.486Z[ recovery-image] May 18 23:50:07.398 INFO O| May 18 23:50:07.398 INFO STEP 900 (remove_files) COMPLETE
75612026-05-18T23:50:08.486Z[ recovery-image] May 18 23:50:07.399 INFO O| May 18 23:50:07.398 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-05-18T23:50:08.494Z[ recovery-image] May 18 23:50:07.406 INFO O| May 18 23:50:07.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75632026-05-18T23:50:08.494Z[ recovery-image] May 18 23:50:07.406 INFO O| May 18 23:50:07.406 INFO STEP 901 (remove_files) COMPLETE
75642026-05-18T23:50:08.497Z[ recovery-image] May 18 23:50:07.406 INFO O| May 18 23:50:07.406 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-05-18T23:50:08.500Z[ recovery-image] May 18 23:50:07.413 INFO O| May 18 23:50:07.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75662026-05-18T23:50:08.500Z[ recovery-image] May 18 23:50:07.413 INFO O| May 18 23:50:07.413 INFO STEP 902 (remove_files) COMPLETE
75672026-05-18T23:50:08.503Z[ recovery-image] May 18 23:50:07.413 INFO O| May 18 23:50:07.413 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-05-18T23:50:08.511Z[ recovery-image] May 18 23:50:07.421 INFO O| May 18 23:50:07.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75692026-05-18T23:50:08.511Z[ recovery-image] May 18 23:50:07.421 INFO O| May 18 23:50:07.421 INFO STEP 903 (remove_files) COMPLETE
75702026-05-18T23:50:08.511Z[ recovery-image] May 18 23:50:07.421 INFO O| May 18 23:50:07.421 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-05-18T23:50:08.516Z[ recovery-image] May 18 23:50:07.428 INFO O| May 18 23:50:07.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75722026-05-18T23:50:08.516Z[ recovery-image] May 18 23:50:07.428 INFO O| May 18 23:50:07.428 INFO STEP 904 (remove_files) COMPLETE
75732026-05-18T23:50:08.519Z[ recovery-image] May 18 23:50:07.428 INFO O| May 18 23:50:07.428 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-05-18T23:50:08.522Z[ recovery-image] May 18 23:50:07.435 INFO O| May 18 23:50:07.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75752026-05-18T23:50:08.522Z[ recovery-image] May 18 23:50:07.435 INFO O| May 18 23:50:07.435 INFO STEP 905 (remove_files) COMPLETE
75762026-05-18T23:50:08.522Z[ recovery-image] May 18 23:50:07.435 INFO O| May 18 23:50:07.435 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-05-18T23:50:08.530Z[ recovery-image] May 18 23:50:07.443 INFO O| May 18 23:50:07.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75782026-05-18T23:50:08.530Z[ recovery-image] May 18 23:50:07.443 INFO O| May 18 23:50:07.443 INFO STEP 906 (remove_files) COMPLETE
75792026-05-18T23:50:08.530Z[ recovery-image] May 18 23:50:07.443 INFO O| May 18 23:50:07.443 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-05-18T23:50:08.537Z[ recovery-image] May 18 23:50:07.450 INFO O| May 18 23:50:07.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75812026-05-18T23:50:08.537Z[ recovery-image] May 18 23:50:07.450 INFO O| May 18 23:50:07.450 INFO STEP 907 (remove_files) COMPLETE
75822026-05-18T23:50:08.540Z[ recovery-image] May 18 23:50:07.450 INFO O| May 18 23:50:07.450 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-05-18T23:50:08.545Z[ recovery-image] May 18 23:50:07.458 INFO O| May 18 23:50:07.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75842026-05-18T23:50:08.545Z[ recovery-image] May 18 23:50:07.458 INFO O| May 18 23:50:07.458 INFO STEP 908 (remove_files) COMPLETE
75852026-05-18T23:50:08.548Z[ recovery-image] May 18 23:50:07.458 INFO O| May 18 23:50:07.458 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-05-18T23:50:08.553Z[ recovery-image] May 18 23:50:07.465 INFO O| May 18 23:50:07.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75872026-05-18T23:50:08.553Z[ recovery-image] May 18 23:50:07.466 INFO O| May 18 23:50:07.466 INFO STEP 909 (remove_files) COMPLETE
75882026-05-18T23:50:08.556Z[ recovery-image] May 18 23:50:07.466 INFO O| May 18 23:50:07.466 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-05-18T23:50:08.560Z[ recovery-image] May 18 23:50:07.473 INFO O| May 18 23:50:07.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75902026-05-18T23:50:08.560Z[ recovery-image] May 18 23:50:07.473 INFO O| May 18 23:50:07.473 INFO STEP 910 (remove_files) COMPLETE
75912026-05-18T23:50:08.563Z[ recovery-image] May 18 23:50:07.473 INFO O| May 18 23:50:07.473 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-05-18T23:50:08.568Z[ recovery-image] May 18 23:50:07.481 INFO O| May 18 23:50:07.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75932026-05-18T23:50:08.568Z[ recovery-image] May 18 23:50:07.481 INFO O| May 18 23:50:07.481 INFO STEP 911 (remove_files) COMPLETE
75942026-05-18T23:50:08.571Z[ recovery-image] May 18 23:50:07.481 INFO O| May 18 23:50:07.481 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-05-18T23:50:08.576Z[ recovery-image] May 18 23:50:07.489 INFO O| May 18 23:50:07.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75962026-05-18T23:50:08.576Z[ recovery-image] May 18 23:50:07.489 INFO O| May 18 23:50:07.489 INFO STEP 912 (remove_files) COMPLETE
75972026-05-18T23:50:08.576Z[ recovery-image] May 18 23:50:07.489 INFO O| May 18 23:50:07.489 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-05-18T23:50:08.584Z[ recovery-image] May 18 23:50:07.497 INFO O| May 18 23:50:07.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75992026-05-18T23:50:08.584Z[ recovery-image] May 18 23:50:07.497 INFO O| May 18 23:50:07.497 INFO STEP 913 (remove_files) COMPLETE
76002026-05-18T23:50:08.584Z[ recovery-image] May 18 23:50:07.497 INFO O| May 18 23:50:07.497 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-05-18T23:50:08.592Z[ recovery-image] May 18 23:50:07.505 INFO O| May 18 23:50:07.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76022026-05-18T23:50:08.592Z[ recovery-image] May 18 23:50:07.505 INFO O| May 18 23:50:07.505 INFO STEP 914 (remove_files) COMPLETE
76032026-05-18T23:50:08.595Z[ recovery-image] May 18 23:50:07.505 INFO O| May 18 23:50:07.505 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-05-18T23:50:08.600Z[ recovery-image] May 18 23:50:07.513 INFO O| May 18 23:50:07.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76052026-05-18T23:50:08.600Z[ recovery-image] May 18 23:50:07.513 INFO O| May 18 23:50:07.513 INFO STEP 915 (remove_files) COMPLETE
76062026-05-18T23:50:08.603Z[ recovery-image] May 18 23:50:07.513 INFO O| May 18 23:50:07.513 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-05-18T23:50:08.623Z[ recovery-image] May 18 23:50:07.534 INFO O| May 18 23:50:07.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76082026-05-18T23:50:08.623Z[ recovery-image] May 18 23:50:07.534 INFO O| May 18 23:50:07.521 INFO STEP 916 (remove_files) COMPLETE
76092026-05-18T23:50:08.623Z[ recovery-image] May 18 23:50:07.534 INFO O| May 18 23:50:07.521 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-05-18T23:50:08.623Z[ recovery-image] May 18 23:50:07.534 INFO O| May 18 23:50:07.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76112026-05-18T23:50:08.626Z[ recovery-image] May 18 23:50:07.534 INFO O| May 18 23:50:07.528 INFO STEP 917 (remove_files) COMPLETE
76122026-05-18T23:50:08.626Z[ recovery-image] May 18 23:50:07.534 INFO O| May 18 23:50:07.528 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-05-18T23:50:08.641Z[ recovery-image] May 18 23:50:07.554 INFO O| May 18 23:50:07.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76142026-05-18T23:50:08.641Z[ recovery-image] May 18 23:50:07.554 INFO O| May 18 23:50:07.535 INFO STEP 918 (remove_files) COMPLETE
76152026-05-18T23:50:08.641Z[ recovery-image] May 18 23:50:07.554 INFO O| May 18 23:50:07.535 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-05-18T23:50:08.644Z[ recovery-image] May 18 23:50:07.554 INFO O| May 18 23:50:07.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76172026-05-18T23:50:08.644Z[ recovery-image] May 18 23:50:07.554 INFO O| May 18 23:50:07.542 INFO STEP 919 (remove_files) COMPLETE
76182026-05-18T23:50:08.644Z[ recovery-image] May 18 23:50:07.554 INFO O| May 18 23:50:07.542 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-05-18T23:50:08.644Z[ recovery-image] May 18 23:50:07.554 INFO O| May 18 23:50:07.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76202026-05-18T23:50:08.644Z[ recovery-image] May 18 23:50:07.554 INFO O| May 18 23:50:07.549 INFO STEP 920 (remove_files) COMPLETE
76212026-05-18T23:50:08.644Z[ recovery-image] May 18 23:50:07.554 INFO O| May 18 23:50:07.549 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-05-18T23:50:08.644Z[ recovery-image] May 18 23:50:07.557 INFO O| May 18 23:50:07.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76232026-05-18T23:50:08.644Z[ recovery-image] May 18 23:50:07.557 INFO O| May 18 23:50:07.557 INFO STEP 921 (remove_files) COMPLETE
76242026-05-18T23:50:08.644Z[ recovery-image] May 18 23:50:07.557 INFO O| May 18 23:50:07.557 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-05-18T23:50:08.651Z[ recovery-image] May 18 23:50:07.564 INFO O| May 18 23:50:07.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76262026-05-18T23:50:08.651Z[ recovery-image] May 18 23:50:07.564 INFO O| May 18 23:50:07.564 INFO STEP 922 (remove_files) COMPLETE
76272026-05-18T23:50:08.654Z[ recovery-image] May 18 23:50:07.564 INFO O| May 18 23:50:07.564 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-05-18T23:50:08.658Z[ recovery-image] May 18 23:50:07.571 INFO O| May 18 23:50:07.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76292026-05-18T23:50:08.658Z[ recovery-image] May 18 23:50:07.571 INFO O| May 18 23:50:07.571 INFO STEP 923 (remove_files) COMPLETE
76302026-05-18T23:50:08.658Z[ recovery-image] May 18 23:50:07.571 INFO O| May 18 23:50:07.571 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-05-18T23:50:08.665Z[ recovery-image] May 18 23:50:07.578 INFO O| May 18 23:50:07.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76322026-05-18T23:50:08.665Z[ recovery-image] May 18 23:50:07.578 INFO O| May 18 23:50:07.578 INFO STEP 924 (remove_files) COMPLETE
76332026-05-18T23:50:08.665Z[ recovery-image] May 18 23:50:07.578 INFO O| May 18 23:50:07.578 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-05-18T23:50:08.673Z[ recovery-image] May 18 23:50:07.585 INFO O| May 18 23:50:07.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76352026-05-18T23:50:08.673Z[ recovery-image] May 18 23:50:07.585 INFO O| May 18 23:50:07.585 INFO STEP 925 (remove_files) COMPLETE
76362026-05-18T23:50:08.673Z[ recovery-image] May 18 23:50:07.585 INFO O| May 18 23:50:07.585 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-05-18T23:50:08.679Z[ recovery-image] May 18 23:50:07.592 INFO O| May 18 23:50:07.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76382026-05-18T23:50:08.679Z[ recovery-image] May 18 23:50:07.592 INFO O| May 18 23:50:07.592 INFO STEP 926 (remove_files) COMPLETE
76392026-05-18T23:50:08.682Z[ recovery-image] May 18 23:50:07.592 INFO O| May 18 23:50:07.592 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-05-18T23:50:08.686Z[ recovery-image] May 18 23:50:07.598 INFO O| May 18 23:50:07.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76412026-05-18T23:50:08.686Z[ recovery-image] May 18 23:50:07.598 INFO O| May 18 23:50:07.598 INFO STEP 927 (remove_files) COMPLETE
76422026-05-18T23:50:08.686Z[ recovery-image] May 18 23:50:07.598 INFO O| May 18 23:50:07.598 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-05-18T23:50:08.693Z[ recovery-image] May 18 23:50:07.605 INFO O| May 18 23:50:07.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76442026-05-18T23:50:08.693Z[ recovery-image] May 18 23:50:07.605 INFO O| May 18 23:50:07.605 INFO STEP 928 (remove_files) COMPLETE
76452026-05-18T23:50:08.693Z[ recovery-image] May 18 23:50:07.605 INFO O| May 18 23:50:07.605 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-05-18T23:50:08.700Z[ recovery-image] May 18 23:50:07.612 INFO O| May 18 23:50:07.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76472026-05-18T23:50:08.700Z[ recovery-image] May 18 23:50:07.612 INFO O| May 18 23:50:07.612 INFO STEP 929 (remove_files) COMPLETE
76482026-05-18T23:50:08.700Z[ recovery-image] May 18 23:50:07.612 INFO O| May 18 23:50:07.612 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-05-18T23:50:08.709Z[ recovery-image] May 18 23:50:07.620 INFO O| May 18 23:50:07.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76502026-05-18T23:50:08.709Z[ recovery-image] May 18 23:50:07.620 INFO O| May 18 23:50:07.620 INFO STEP 930 (remove_files) COMPLETE
76512026-05-18T23:50:08.712Z[ recovery-image] May 18 23:50:07.620 INFO O| May 18 23:50:07.620 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-05-18T23:50:08.715Z[ recovery-image] May 18 23:50:07.628 INFO O| May 18 23:50:07.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76532026-05-18T23:50:08.715Z[ recovery-image] May 18 23:50:07.628 INFO O| May 18 23:50:07.628 INFO STEP 931 (remove_files) COMPLETE
76542026-05-18T23:50:08.715Z[ recovery-image] May 18 23:50:07.628 INFO O| May 18 23:50:07.628 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-05-18T23:50:08.722Z[ recovery-image] May 18 23:50:07.635 INFO O| May 18 23:50:07.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76562026-05-18T23:50:08.723Z[ recovery-image] May 18 23:50:07.635 INFO O| May 18 23:50:07.635 INFO STEP 932 (remove_files) COMPLETE
76572026-05-18T23:50:08.723Z[ recovery-image] May 18 23:50:07.635 INFO O| May 18 23:50:07.635 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-05-18T23:50:08.730Z[ recovery-image] May 18 23:50:07.643 INFO O| May 18 23:50:07.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76592026-05-18T23:50:08.730Z[ recovery-image] May 18 23:50:07.643 INFO O| May 18 23:50:07.643 INFO STEP 933 (remove_files) COMPLETE
76602026-05-18T23:50:08.730Z[ recovery-image] May 18 23:50:07.643 INFO O| May 18 23:50:07.643 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-05-18T23:50:08.737Z[ recovery-image] May 18 23:50:07.650 INFO O| May 18 23:50:07.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76622026-05-18T23:50:08.737Z[ recovery-image] May 18 23:50:07.650 INFO O| May 18 23:50:07.650 INFO STEP 934 (remove_files) COMPLETE
76632026-05-18T23:50:08.737Z[ recovery-image] May 18 23:50:07.650 INFO O| May 18 23:50:07.650 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-05-18T23:50:08.745Z[ recovery-image] May 18 23:50:07.658 INFO O| May 18 23:50:07.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76652026-05-18T23:50:08.745Z[ recovery-image] May 18 23:50:07.658 INFO O| May 18 23:50:07.658 INFO STEP 935 (remove_files) COMPLETE
76662026-05-18T23:50:08.745Z[ recovery-image] May 18 23:50:07.658 INFO O| May 18 23:50:07.658 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-05-18T23:50:08.753Z[ recovery-image] May 18 23:50:07.665 INFO O| May 18 23:50:07.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76682026-05-18T23:50:08.753Z[ recovery-image] May 18 23:50:07.666 INFO O| May 18 23:50:07.666 INFO STEP 936 (remove_files) COMPLETE
76692026-05-18T23:50:08.756Z[ recovery-image] May 18 23:50:07.666 INFO O| May 18 23:50:07.666 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-05-18T23:50:08.761Z[ recovery-image] May 18 23:50:07.674 INFO O| May 18 23:50:07.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76712026-05-18T23:50:08.764Z[ recovery-image] May 18 23:50:07.674 INFO O| May 18 23:50:07.674 INFO STEP 937 (remove_files) COMPLETE
76722026-05-18T23:50:08.764Z[ recovery-image] May 18 23:50:07.674 INFO O| May 18 23:50:07.674 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-05-18T23:50:08.770Z[ recovery-image] May 18 23:50:07.683 INFO O| May 18 23:50:07.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76742026-05-18T23:50:08.770Z[ recovery-image] May 18 23:50:07.683 INFO O| May 18 23:50:07.683 INFO STEP 938 (remove_files) COMPLETE
76752026-05-18T23:50:08.773Z[ recovery-image] May 18 23:50:07.683 INFO O| May 18 23:50:07.683 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-05-18T23:50:08.778Z[ recovery-image] May 18 23:50:07.690 INFO O| May 18 23:50:07.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76772026-05-18T23:50:08.778Z[ recovery-image] May 18 23:50:07.691 INFO O| May 18 23:50:07.690 INFO STEP 939 (remove_files) COMPLETE
76782026-05-18T23:50:08.778Z[ recovery-image] May 18 23:50:07.691 INFO O| May 18 23:50:07.691 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-05-18T23:50:08.786Z[ recovery-image] May 18 23:50:07.699 INFO O| May 18 23:50:07.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76802026-05-18T23:50:08.786Z[ recovery-image] May 18 23:50:07.699 INFO O| May 18 23:50:07.699 INFO STEP 940 (remove_files) COMPLETE
76812026-05-18T23:50:08.786Z[ recovery-image] May 18 23:50:07.699 INFO O| May 18 23:50:07.699 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-05-18T23:50:08.794Z[ recovery-image] May 18 23:50:07.707 INFO O| May 18 23:50:07.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76832026-05-18T23:50:08.794Z[ recovery-image] May 18 23:50:07.707 INFO O| May 18 23:50:07.707 INFO STEP 941 (remove_files) COMPLETE
76842026-05-18T23:50:08.794Z[ recovery-image] May 18 23:50:07.707 INFO O| May 18 23:50:07.707 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-05-18T23:50:08.802Z[ recovery-image] May 18 23:50:07.714 INFO O| May 18 23:50:07.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76862026-05-18T23:50:08.802Z[ recovery-image] May 18 23:50:07.715 INFO O| May 18 23:50:07.715 INFO STEP 942 (remove_files) COMPLETE
76872026-05-18T23:50:08.802Z[ recovery-image] May 18 23:50:07.715 INFO O| May 18 23:50:07.715 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-05-18T23:50:08.810Z[ recovery-image] May 18 23:50:07.722 INFO O| May 18 23:50:07.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76892026-05-18T23:50:08.810Z[ recovery-image] May 18 23:50:07.722 INFO O| May 18 23:50:07.722 INFO STEP 943 (remove_files) COMPLETE
76902026-05-18T23:50:08.810Z[ recovery-image] May 18 23:50:07.722 INFO O| May 18 23:50:07.722 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-05-18T23:50:08.818Z[ recovery-image] May 18 23:50:07.731 INFO O| May 18 23:50:07.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76922026-05-18T23:50:08.818Z[ recovery-image] May 18 23:50:07.731 INFO O| May 18 23:50:07.731 INFO STEP 944 (remove_files) COMPLETE
76932026-05-18T23:50:08.818Z[ recovery-image] May 18 23:50:07.731 INFO O| May 18 23:50:07.731 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-05-18T23:50:08.825Z[ recovery-image] May 18 23:50:07.738 INFO O| May 18 23:50:07.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76952026-05-18T23:50:08.825Z[ recovery-image] May 18 23:50:07.738 INFO O| May 18 23:50:07.738 INFO STEP 945 (remove_files) COMPLETE
76962026-05-18T23:50:08.825Z[ recovery-image] May 18 23:50:07.738 INFO O| May 18 23:50:07.738 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-05-18T23:50:08.833Z[ recovery-image] May 18 23:50:07.745 INFO O| May 18 23:50:07.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76982026-05-18T23:50:08.833Z[ recovery-image] May 18 23:50:07.745 INFO O| May 18 23:50:07.745 INFO STEP 946 (remove_files) COMPLETE
76992026-05-18T23:50:08.835Z[ recovery-image] May 18 23:50:07.745 INFO O| May 18 23:50:07.745 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-05-18T23:50:08.840Z[ recovery-image] May 18 23:50:07.753 INFO O| May 18 23:50:07.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77012026-05-18T23:50:08.840Z[ recovery-image] May 18 23:50:07.753 INFO O| May 18 23:50:07.753 INFO STEP 947 (remove_files) COMPLETE
77022026-05-18T23:50:08.840Z[ recovery-image] May 18 23:50:07.753 INFO O| May 18 23:50:07.753 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-05-18T23:50:08.848Z[ recovery-image] May 18 23:50:07.761 INFO O| May 18 23:50:07.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77042026-05-18T23:50:08.848Z[ recovery-image] May 18 23:50:07.761 INFO O| May 18 23:50:07.761 INFO STEP 948 (remove_files) COMPLETE
77052026-05-18T23:50:08.848Z[ recovery-image] May 18 23:50:07.761 INFO O| May 18 23:50:07.761 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-05-18T23:50:08.856Z[ recovery-image] May 18 23:50:07.769 INFO O| May 18 23:50:07.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77072026-05-18T23:50:08.856Z[ recovery-image] May 18 23:50:07.769 INFO O| May 18 23:50:07.769 INFO STEP 949 (remove_files) COMPLETE
77082026-05-18T23:50:08.856Z[ recovery-image] May 18 23:50:07.769 INFO O| May 18 23:50:07.769 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-05-18T23:50:08.864Z[ recovery-image] May 18 23:50:07.777 INFO O| May 18 23:50:07.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77102026-05-18T23:50:08.864Z[ recovery-image] May 18 23:50:07.777 INFO O| May 18 23:50:07.777 INFO STEP 950 (remove_files) COMPLETE
77112026-05-18T23:50:08.864Z[ recovery-image] May 18 23:50:07.777 INFO O| May 18 23:50:07.777 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-05-18T23:50:08.872Z[ recovery-image] May 18 23:50:07.785 INFO O| May 18 23:50:07.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77132026-05-18T23:50:08.872Z[ recovery-image] May 18 23:50:07.785 INFO O| May 18 23:50:07.785 INFO STEP 951 (remove_files) COMPLETE
77142026-05-18T23:50:08.872Z[ recovery-image] May 18 23:50:07.785 INFO O| May 18 23:50:07.785 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-05-18T23:50:08.880Z[ recovery-image] May 18 23:50:07.793 INFO O| May 18 23:50:07.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77162026-05-18T23:50:08.880Z[ recovery-image] May 18 23:50:07.793 INFO O| May 18 23:50:07.793 INFO STEP 952 (remove_files) COMPLETE
77172026-05-18T23:50:08.883Z[ recovery-image] May 18 23:50:07.793 INFO O| May 18 23:50:07.793 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-05-18T23:50:08.889Z[ recovery-image] May 18 23:50:07.801 INFO O| May 18 23:50:07.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77192026-05-18T23:50:08.889Z[ recovery-image] May 18 23:50:07.801 INFO O| May 18 23:50:07.801 INFO STEP 953 (remove_files) COMPLETE
77202026-05-18T23:50:08.889Z[ recovery-image] May 18 23:50:07.801 INFO O| May 18 23:50:07.801 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-05-18T23:50:08.897Z[ recovery-image] May 18 23:50:07.808 INFO O| May 18 23:50:07.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77222026-05-18T23:50:08.897Z[ recovery-image] May 18 23:50:07.808 INFO O| May 18 23:50:07.808 INFO STEP 954 (remove_files) COMPLETE
77232026-05-18T23:50:08.941Z[ recovery-image] May 18 23:50:07.808 INFO O| May 18 23:50:07.808 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-05-18T23:50:08.945Z[ recovery-image] May 18 23:50:07.816 INFO O| May 18 23:50:07.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77252026-05-18T23:50:08.945Z[ recovery-image] May 18 23:50:07.816 INFO O| May 18 23:50:07.816 INFO STEP 955 (remove_files) COMPLETE
77262026-05-18T23:50:08.945Z[ recovery-image] May 18 23:50:07.816 INFO O| May 18 23:50:07.816 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-05-18T23:50:08.945Z[ recovery-image] May 18 23:50:07.823 INFO O| May 18 23:50:07.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77282026-05-18T23:50:08.945Z[ recovery-image] May 18 23:50:07.823 INFO O| May 18 23:50:07.823 INFO STEP 956 (remove_files) COMPLETE
77292026-05-18T23:50:08.945Z[ recovery-image] May 18 23:50:07.823 INFO O| May 18 23:50:07.823 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-05-18T23:50:08.945Z[ recovery-image] May 18 23:50:07.831 INFO O| May 18 23:50:07.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77312026-05-18T23:50:08.945Z[ recovery-image] May 18 23:50:07.831 INFO O| May 18 23:50:07.831 INFO STEP 957 (remove_files) COMPLETE
77322026-05-18T23:50:08.945Z[ recovery-image] May 18 23:50:07.831 INFO O| May 18 23:50:07.831 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-05-18T23:50:08.945Z[ recovery-image] May 18 23:50:07.839 INFO O| May 18 23:50:07.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77342026-05-18T23:50:08.946Z[ recovery-image] May 18 23:50:07.839 INFO O| May 18 23:50:07.839 INFO STEP 958 (remove_files) COMPLETE
77352026-05-18T23:50:08.946Z[ recovery-image] May 18 23:50:07.839 INFO O| May 18 23:50:07.839 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-05-18T23:50:08.946Z[ recovery-image] May 18 23:50:07.848 INFO O| May 18 23:50:07.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77372026-05-18T23:50:08.946Z[ recovery-image] May 18 23:50:07.848 INFO O| May 18 23:50:07.848 INFO STEP 959 (remove_files) COMPLETE
77382026-05-18T23:50:08.946Z[ recovery-image] May 18 23:50:07.848 INFO O| May 18 23:50:07.848 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-05-18T23:50:08.946Z[ recovery-image] May 18 23:50:07.856 INFO O| May 18 23:50:07.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77402026-05-18T23:50:08.946Z[ recovery-image] May 18 23:50:07.856 INFO O| May 18 23:50:07.856 INFO STEP 960 (remove_files) COMPLETE
77412026-05-18T23:50:08.946Z[ recovery-image] May 18 23:50:07.856 INFO O| May 18 23:50:07.856 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-05-18T23:50:08.951Z[ recovery-image] May 18 23:50:07.863 INFO O| May 18 23:50:07.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77432026-05-18T23:50:08.951Z[ recovery-image] May 18 23:50:07.864 INFO O| May 18 23:50:07.863 INFO STEP 961 (remove_files) COMPLETE
77442026-05-18T23:50:08.951Z[ recovery-image] May 18 23:50:07.864 INFO O| May 18 23:50:07.863 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-05-18T23:50:08.966Z[ recovery-image] May 18 23:50:07.878 INFO O| May 18 23:50:07.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77462026-05-18T23:50:08.966Z[ recovery-image] May 18 23:50:07.878 INFO O| May 18 23:50:07.876 INFO STEP 962 (remove_files) COMPLETE
77472026-05-18T23:50:08.969Z[ recovery-image] May 18 23:50:07.878 INFO O| May 18 23:50:07.876 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-05-18T23:50:08.972Z[ recovery-image] May 18 23:50:07.883 INFO O| May 18 23:50:07.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77492026-05-18T23:50:08.972Z[ recovery-image] May 18 23:50:07.883 INFO O| May 18 23:50:07.883 INFO STEP 963 (remove_files) COMPLETE
77502026-05-18T23:50:08.972Z[ recovery-image] May 18 23:50:07.883 INFO O| May 18 23:50:07.883 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-05-18T23:50:08.977Z[ recovery-image] May 18 23:50:07.890 INFO O| May 18 23:50:07.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77522026-05-18T23:50:08.977Z[ recovery-image] May 18 23:50:07.890 INFO O| May 18 23:50:07.890 INFO STEP 964 (remove_files) COMPLETE
77532026-05-18T23:50:08.981Z[ recovery-image] May 18 23:50:07.890 INFO O| May 18 23:50:07.890 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-05-18T23:50:08.985Z[ recovery-image] May 18 23:50:07.898 INFO O| May 18 23:50:07.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77552026-05-18T23:50:08.985Z[ recovery-image] May 18 23:50:07.898 INFO O| May 18 23:50:07.898 INFO STEP 965 (remove_files) COMPLETE
77562026-05-18T23:50:08.987Z[ recovery-image] May 18 23:50:07.898 INFO O| May 18 23:50:07.898 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-05-18T23:50:08.992Z[ recovery-image] May 18 23:50:07.905 INFO O| May 18 23:50:07.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77582026-05-18T23:50:08.992Z[ recovery-image] May 18 23:50:07.905 INFO O| May 18 23:50:07.905 INFO STEP 966 (remove_files) COMPLETE
77592026-05-18T23:50:08.995Z[ recovery-image] May 18 23:50:07.905 INFO O| May 18 23:50:07.905 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-05-18T23:50:08.999Z[ recovery-image] May 18 23:50:07.912 INFO O| May 18 23:50:07.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77612026-05-18T23:50:08.999Z[ recovery-image] May 18 23:50:07.912 INFO O| May 18 23:50:07.912 INFO STEP 967 (remove_files) COMPLETE
77622026-05-18T23:50:09.002Z[ recovery-image] May 18 23:50:07.912 INFO O| May 18 23:50:07.912 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-05-18T23:50:09.006Z[ recovery-image] May 18 23:50:07.919 INFO O| May 18 23:50:07.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77642026-05-18T23:50:09.006Z[ recovery-image] May 18 23:50:07.919 INFO O| May 18 23:50:07.919 INFO STEP 968 (remove_files) COMPLETE
77652026-05-18T23:50:09.006Z[ recovery-image] May 18 23:50:07.919 INFO O| May 18 23:50:07.919 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-05-18T23:50:09.013Z[ recovery-image] May 18 23:50:07.926 INFO O| May 18 23:50:07.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77672026-05-18T23:50:09.013Z[ recovery-image] May 18 23:50:07.926 INFO O| May 18 23:50:07.926 INFO STEP 969 (remove_files) COMPLETE
77682026-05-18T23:50:09.016Z[ recovery-image] May 18 23:50:07.926 INFO O| May 18 23:50:07.926 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-05-18T23:50:09.020Z[ recovery-image] May 18 23:50:07.933 INFO O| May 18 23:50:07.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77702026-05-18T23:50:09.020Z[ recovery-image] May 18 23:50:07.933 INFO O| May 18 23:50:07.933 INFO STEP 970 (remove_files) COMPLETE
77712026-05-18T23:50:09.020Z[ recovery-image] May 18 23:50:07.933 INFO O| May 18 23:50:07.933 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-05-18T23:50:09.027Z[ recovery-image] May 18 23:50:07.940 INFO O| May 18 23:50:07.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77732026-05-18T23:50:09.027Z[ recovery-image] May 18 23:50:07.940 INFO O| May 18 23:50:07.940 INFO STEP 971 (remove_files) COMPLETE
77742026-05-18T23:50:09.030Z[ recovery-image] May 18 23:50:07.940 INFO O| May 18 23:50:07.940 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-05-18T23:50:09.035Z[ recovery-image] May 18 23:50:07.948 INFO O| May 18 23:50:07.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77762026-05-18T23:50:09.035Z[ recovery-image] May 18 23:50:07.948 INFO O| May 18 23:50:07.948 INFO STEP 972 (remove_files) COMPLETE
77772026-05-18T23:50:09.038Z[ recovery-image] May 18 23:50:07.948 INFO O| May 18 23:50:07.948 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-05-18T23:50:09.043Z[ recovery-image] May 18 23:50:07.955 INFO O| May 18 23:50:07.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77792026-05-18T23:50:09.043Z[ recovery-image] May 18 23:50:07.955 INFO O| May 18 23:50:07.955 INFO STEP 973 (remove_files) COMPLETE
77802026-05-18T23:50:09.046Z[ recovery-image] May 18 23:50:07.955 INFO O| May 18 23:50:07.955 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-05-18T23:50:09.049Z[ recovery-image] May 18 23:50:07.962 INFO O| May 18 23:50:07.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77822026-05-18T23:50:09.049Z[ recovery-image] May 18 23:50:07.962 INFO O| May 18 23:50:07.962 INFO STEP 974 (remove_files) COMPLETE
77832026-05-18T23:50:09.049Z[ recovery-image] May 18 23:50:07.962 INFO O| May 18 23:50:07.962 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-05-18T23:50:09.058Z[ recovery-image] May 18 23:50:07.969 INFO O| May 18 23:50:07.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77852026-05-18T23:50:09.058Z[ recovery-image] May 18 23:50:07.969 INFO O| May 18 23:50:07.969 INFO STEP 975 (remove_files) COMPLETE
77862026-05-18T23:50:09.060Z[ recovery-image] May 18 23:50:07.969 INFO O| May 18 23:50:07.969 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-05-18T23:50:09.064Z[ recovery-image] May 18 23:50:07.977 INFO O| May 18 23:50:07.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77882026-05-18T23:50:09.064Z[ recovery-image] May 18 23:50:07.977 INFO O| May 18 23:50:07.977 INFO STEP 976 (remove_files) COMPLETE
77892026-05-18T23:50:09.068Z[ recovery-image] May 18 23:50:07.977 INFO O| May 18 23:50:07.977 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-05-18T23:50:09.071Z[ recovery-image] May 18 23:50:07.984 INFO O| May 18 23:50:07.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77912026-05-18T23:50:09.071Z[ recovery-image] May 18 23:50:07.984 INFO O| May 18 23:50:07.984 INFO STEP 977 (remove_files) COMPLETE
77922026-05-18T23:50:09.074Z[ recovery-image] May 18 23:50:07.984 INFO O| May 18 23:50:07.984 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-05-18T23:50:09.078Z[ recovery-image] May 18 23:50:07.991 INFO O| May 18 23:50:07.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77942026-05-18T23:50:09.078Z[ recovery-image] May 18 23:50:07.991 INFO O| May 18 23:50:07.991 INFO STEP 978 (remove_files) COMPLETE
77952026-05-18T23:50:09.083Z[ recovery-image] May 18 23:50:07.991 INFO O| May 18 23:50:07.991 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-05-18T23:50:09.089Z[ recovery-image] May 18 23:50:07.999 INFO O| May 18 23:50:07.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77972026-05-18T23:50:09.089Z[ recovery-image] May 18 23:50:07.999 INFO O| May 18 23:50:07.999 INFO STEP 979 (remove_files) COMPLETE
77982026-05-18T23:50:09.092Z[ recovery-image] May 18 23:50:07.999 INFO O| May 18 23:50:07.999 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-05-18T23:50:09.095Z[ recovery-image] May 18 23:50:08.006 INFO O| May 18 23:50:08.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78002026-05-18T23:50:09.095Z[ recovery-image] May 18 23:50:08.006 INFO O| May 18 23:50:08.006 INFO STEP 980 (remove_files) COMPLETE
78012026-05-18T23:50:09.095Z[ recovery-image] May 18 23:50:08.006 INFO O| May 18 23:50:08.006 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-05-18T23:50:09.101Z[ recovery-image] May 18 23:50:08.014 INFO O| May 18 23:50:08.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78032026-05-18T23:50:09.106Z[ recovery-image] May 18 23:50:08.019 INFO O| May 18 23:50:08.019 INFO STEP 981 (remove_files) COMPLETE
78042026-05-18T23:50:09.106Z[ recovery-image] May 18 23:50:08.019 INFO O| May 18 23:50:08.019 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-05-18T23:50:09.115Z[ recovery-image] May 18 23:50:08.028 INFO O| May 18 23:50:08.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78062026-05-18T23:50:09.115Z[ recovery-image] May 18 23:50:08.028 INFO O| May 18 23:50:08.028 INFO STEP 982 (remove_files) COMPLETE
78072026-05-18T23:50:09.118Z[ recovery-image] May 18 23:50:08.028 INFO O| May 18 23:50:08.028 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-05-18T23:50:09.123Z[ recovery-image] May 18 23:50:08.036 INFO O| May 18 23:50:08.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78092026-05-18T23:50:09.123Z[ recovery-image] May 18 23:50:08.036 INFO O| May 18 23:50:08.036 INFO STEP 983 (remove_files) COMPLETE
78102026-05-18T23:50:09.126Z[ recovery-image] May 18 23:50:08.036 INFO O| May 18 23:50:08.036 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-05-18T23:50:09.139Z[ recovery-image] May 18 23:50:08.052 INFO O| May 18 23:50:08.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78122026-05-18T23:50:09.139Z[ recovery-image] May 18 23:50:08.052 INFO O| May 18 23:50:08.052 INFO STEP 984 (remove_files) COMPLETE
78132026-05-18T23:50:09.139Z[ recovery-image] May 18 23:50:08.052 INFO O| May 18 23:50:08.052 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-05-18T23:50:09.149Z[ recovery-image] May 18 23:50:08.061 INFO O| May 18 23:50:08.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78152026-05-18T23:50:09.149Z[ recovery-image] May 18 23:50:08.062 INFO O| May 18 23:50:08.062 INFO STEP 985 (remove_files) COMPLETE
78162026-05-18T23:50:09.149Z[ recovery-image] May 18 23:50:08.062 INFO O| May 18 23:50:08.062 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-05-18T23:50:09.159Z[ recovery-image] May 18 23:50:08.072 INFO O| May 18 23:50:08.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78182026-05-18T23:50:09.159Z[ recovery-image] May 18 23:50:08.072 INFO O| May 18 23:50:08.072 INFO STEP 986 (remove_files) COMPLETE
78192026-05-18T23:50:09.159Z[ recovery-image] May 18 23:50:08.072 INFO O| May 18 23:50:08.072 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-05-18T23:50:09.169Z[ recovery-image] May 18 23:50:08.082 INFO O| May 18 23:50:08.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78212026-05-18T23:50:09.170Z[ recovery-image] May 18 23:50:08.082 INFO O| May 18 23:50:08.082 INFO STEP 987 (remove_files) COMPLETE
78222026-05-18T23:50:09.170Z[ recovery-image] May 18 23:50:08.082 INFO O| May 18 23:50:08.082 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-05-18T23:50:09.179Z[ recovery-image] May 18 23:50:08.092 INFO O| May 18 23:50:08.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78242026-05-18T23:50:09.179Z[ recovery-image] May 18 23:50:08.092 INFO O| May 18 23:50:08.092 INFO STEP 988 (remove_files) COMPLETE
78252026-05-18T23:50:09.182Z[ recovery-image] May 18 23:50:08.092 INFO O| May 18 23:50:08.092 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-05-18T23:50:09.187Z[ recovery-image] May 18 23:50:08.100 INFO O| May 18 23:50:08.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78272026-05-18T23:50:09.188Z[ recovery-image] May 18 23:50:08.100 INFO O| May 18 23:50:08.100 INFO STEP 989 (remove_files) COMPLETE
78282026-05-18T23:50:09.190Z[ recovery-image] May 18 23:50:08.100 INFO O| May 18 23:50:08.100 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-05-18T23:50:09.194Z[ recovery-image] May 18 23:50:08.107 INFO O| May 18 23:50:08.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78302026-05-18T23:50:09.195Z[ recovery-image] May 18 23:50:08.107 INFO O| May 18 23:50:08.107 INFO STEP 990 (remove_files) COMPLETE
78312026-05-18T23:50:09.197Z[ recovery-image] May 18 23:50:08.107 INFO O| May 18 23:50:08.107 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-05-18T23:50:09.201Z[ recovery-image] May 18 23:50:08.114 INFO O| May 18 23:50:08.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78332026-05-18T23:50:09.201Z[ recovery-image] May 18 23:50:08.114 INFO O| May 18 23:50:08.114 INFO STEP 991 (remove_files) COMPLETE
78342026-05-18T23:50:09.204Z[ recovery-image] May 18 23:50:08.114 INFO O| May 18 23:50:08.114 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-05-18T23:50:09.208Z[ recovery-image] May 18 23:50:08.121 INFO O| May 18 23:50:08.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78362026-05-18T23:50:09.208Z[ recovery-image] May 18 23:50:08.121 INFO O| May 18 23:50:08.121 INFO STEP 992 (remove_files) COMPLETE
78372026-05-18T23:50:09.211Z[ recovery-image] May 18 23:50:08.121 INFO O| May 18 23:50:08.121 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-05-18T23:50:09.215Z[ recovery-image] May 18 23:50:08.128 INFO O| May 18 23:50:08.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78392026-05-18T23:50:09.215Z[ recovery-image] May 18 23:50:08.128 INFO O| May 18 23:50:08.128 INFO STEP 993 (remove_files) COMPLETE
78402026-05-18T23:50:09.215Z[ recovery-image] May 18 23:50:08.128 INFO O| May 18 23:50:08.128 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-05-18T23:50:09.222Z[ recovery-image] May 18 23:50:08.135 INFO O| May 18 23:50:08.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78422026-05-18T23:50:09.222Z[ recovery-image] May 18 23:50:08.135 INFO O| May 18 23:50:08.135 INFO STEP 994 (remove_files) COMPLETE
78432026-05-18T23:50:09.225Z[ recovery-image] May 18 23:50:08.135 INFO O| May 18 23:50:08.135 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-05-18T23:50:09.232Z[ recovery-image] May 18 23:50:08.142 INFO O| May 18 23:50:08.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78452026-05-18T23:50:09.232Z[ recovery-image] May 18 23:50:08.142 INFO O| May 18 23:50:08.142 INFO STEP 995 (remove_files) COMPLETE
78462026-05-18T23:50:09.237Z[ recovery-image] May 18 23:50:08.142 INFO O| May 18 23:50:08.142 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-05-18T23:50:09.240Z[ recovery-image] May 18 23:50:08.149 INFO O| May 18 23:50:08.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78482026-05-18T23:50:09.240Z[ recovery-image] May 18 23:50:08.149 INFO O| May 18 23:50:08.149 INFO STEP 996 (remove_files) COMPLETE
78492026-05-18T23:50:09.240Z[ recovery-image] May 18 23:50:08.149 INFO O| May 18 23:50:08.149 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-05-18T23:50:09.242Z[ recovery-image] May 18 23:50:08.155 INFO O| May 18 23:50:08.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78512026-05-18T23:50:09.242Z[ recovery-image] May 18 23:50:08.155 INFO O| May 18 23:50:08.155 INFO STEP 997 (remove_files) COMPLETE
78522026-05-18T23:50:09.243Z[ recovery-image] May 18 23:50:08.156 INFO O| May 18 23:50:08.155 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-05-18T23:50:09.250Z[ recovery-image] May 18 23:50:08.163 INFO O| May 18 23:50:08.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78542026-05-18T23:50:09.250Z[ recovery-image] May 18 23:50:08.163 INFO O| May 18 23:50:08.163 INFO STEP 998 (remove_files) COMPLETE
78552026-05-18T23:50:09.252Z[ recovery-image] May 18 23:50:08.163 INFO O| May 18 23:50:08.163 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-05-18T23:50:09.257Z[ recovery-image] May 18 23:50:08.170 INFO O| May 18 23:50:08.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78572026-05-18T23:50:09.257Z[ recovery-image] May 18 23:50:08.170 INFO O| May 18 23:50:08.170 INFO STEP 999 (remove_files) COMPLETE
78582026-05-18T23:50:09.260Z[ recovery-image] May 18 23:50:08.170 INFO O| May 18 23:50:08.170 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-05-18T23:50:09.265Z[ recovery-image] May 18 23:50:08.177 INFO O| May 18 23:50:08.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78602026-05-18T23:50:09.266Z[ recovery-image] May 18 23:50:08.177 INFO O| May 18 23:50:08.177 INFO STEP 1000 (remove_files) COMPLETE
78612026-05-18T23:50:09.266Z[ recovery-image] May 18 23:50:08.177 INFO O| May 18 23:50:08.177 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-05-18T23:50:09.272Z[ recovery-image] May 18 23:50:08.185 INFO O| May 18 23:50:08.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78632026-05-18T23:50:09.272Z[ recovery-image] May 18 23:50:08.185 INFO O| May 18 23:50:08.185 INFO STEP 1001 (remove_files) COMPLETE
78642026-05-18T23:50:09.275Z[ recovery-image] May 18 23:50:08.185 INFO O| May 18 23:50:08.185 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-05-18T23:50:09.279Z[ recovery-image] May 18 23:50:08.192 INFO O| May 18 23:50:08.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78662026-05-18T23:50:09.282Z[ recovery-image] May 18 23:50:08.193 INFO O| May 18 23:50:08.193 INFO STEP 1002 (remove_files) COMPLETE
78672026-05-18T23:50:09.282Z[ recovery-image] May 18 23:50:08.193 INFO O| May 18 23:50:08.193 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-05-18T23:50:09.288Z[ recovery-image] May 18 23:50:08.201 INFO O| May 18 23:50:08.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78692026-05-18T23:50:09.288Z[ recovery-image] May 18 23:50:08.201 INFO O| May 18 23:50:08.201 INFO STEP 1003 (remove_files) COMPLETE
78702026-05-18T23:50:09.292Z[ recovery-image] May 18 23:50:08.201 INFO O| May 18 23:50:08.201 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-05-18T23:50:09.295Z[ recovery-image] May 18 23:50:08.208 INFO O| May 18 23:50:08.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78722026-05-18T23:50:09.295Z[ recovery-image] May 18 23:50:08.208 INFO O| May 18 23:50:08.208 INFO STEP 1004 (remove_files) COMPLETE
78732026-05-18T23:50:09.295Z[ recovery-image] May 18 23:50:08.208 INFO O| May 18 23:50:08.208 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-05-18T23:50:09.302Z[ recovery-image] May 18 23:50:08.215 INFO O| May 18 23:50:08.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78752026-05-18T23:50:09.302Z[ recovery-image] May 18 23:50:08.215 INFO O| May 18 23:50:08.215 INFO STEP 1005 (remove_files) COMPLETE
78762026-05-18T23:50:09.305Z[ recovery-image] May 18 23:50:08.215 INFO O| May 18 23:50:08.215 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-05-18T23:50:09.309Z[ recovery-image] May 18 23:50:08.222 INFO O| May 18 23:50:08.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78782026-05-18T23:50:09.309Z[ recovery-image] May 18 23:50:08.222 INFO O| May 18 23:50:08.222 INFO STEP 1006 (remove_files) COMPLETE
78792026-05-18T23:50:09.309Z[ recovery-image] May 18 23:50:08.222 INFO O| May 18 23:50:08.222 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-05-18T23:50:09.316Z[ recovery-image] May 18 23:50:08.229 INFO O| May 18 23:50:08.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78812026-05-18T23:50:09.316Z[ recovery-image] May 18 23:50:08.229 INFO O| May 18 23:50:08.229 INFO STEP 1007 (remove_files) COMPLETE
78822026-05-18T23:50:09.319Z[ recovery-image] May 18 23:50:08.229 INFO O| May 18 23:50:08.229 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-05-18T23:50:09.324Z[ recovery-image] May 18 23:50:08.236 INFO O| May 18 23:50:08.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78842026-05-18T23:50:09.324Z[ recovery-image] May 18 23:50:08.236 INFO O| May 18 23:50:08.236 INFO STEP 1008 (remove_files) COMPLETE
78852026-05-18T23:50:09.324Z[ recovery-image] May 18 23:50:08.236 INFO O| May 18 23:50:08.236 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-05-18T23:50:09.331Z[ recovery-image] May 18 23:50:08.243 INFO O| May 18 23:50:08.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78872026-05-18T23:50:09.331Z[ recovery-image] May 18 23:50:08.243 INFO O| May 18 23:50:08.243 INFO STEP 1009 (remove_files) COMPLETE
78882026-05-18T23:50:09.334Z[ recovery-image] May 18 23:50:08.243 INFO O| May 18 23:50:08.243 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-05-18T23:50:09.337Z[ recovery-image] May 18 23:50:08.249 INFO O| May 18 23:50:08.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78902026-05-18T23:50:09.337Z[ recovery-image] May 18 23:50:08.249 INFO O| May 18 23:50:08.249 INFO STEP 1010 (remove_files) COMPLETE
78912026-05-18T23:50:09.337Z[ recovery-image] May 18 23:50:08.249 INFO O| May 18 23:50:08.249 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-05-18T23:50:09.343Z[ recovery-image] May 18 23:50:08.255 INFO O| May 18 23:50:08.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78932026-05-18T23:50:09.343Z[ recovery-image] May 18 23:50:08.256 INFO O| May 18 23:50:08.255 INFO STEP 1011 (remove_files) COMPLETE
78942026-05-18T23:50:09.346Z[ recovery-image] May 18 23:50:08.256 INFO O| May 18 23:50:08.256 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-05-18T23:50:09.349Z[ recovery-image] May 18 23:50:08.262 INFO O| May 18 23:50:08.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78962026-05-18T23:50:09.349Z[ recovery-image] May 18 23:50:08.262 INFO O| May 18 23:50:08.262 INFO STEP 1012 (remove_files) COMPLETE
78972026-05-18T23:50:09.349Z[ recovery-image] May 18 23:50:08.262 INFO O| May 18 23:50:08.262 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-05-18T23:50:09.356Z[ recovery-image] May 18 23:50:08.269 INFO O| May 18 23:50:08.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78992026-05-18T23:50:09.356Z[ recovery-image] May 18 23:50:08.269 INFO O| May 18 23:50:08.269 INFO STEP 1013 (remove_files) COMPLETE
79002026-05-18T23:50:09.356Z[ recovery-image] May 18 23:50:08.269 INFO O| May 18 23:50:08.269 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-05-18T23:50:09.362Z[ recovery-image] May 18 23:50:08.275 INFO O| May 18 23:50:08.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79022026-05-18T23:50:09.362Z[ recovery-image] May 18 23:50:08.275 INFO O| May 18 23:50:08.275 INFO STEP 1014 (remove_files) COMPLETE
79032026-05-18T23:50:09.365Z[ recovery-image] May 18 23:50:08.275 INFO O| May 18 23:50:08.275 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-05-18T23:50:09.370Z[ recovery-image] May 18 23:50:08.282 INFO O| May 18 23:50:08.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79052026-05-18T23:50:09.370Z[ recovery-image] May 18 23:50:08.282 INFO O| May 18 23:50:08.282 INFO STEP 1015 (remove_files) COMPLETE
79062026-05-18T23:50:09.372Z[ recovery-image] May 18 23:50:08.282 INFO O| May 18 23:50:08.282 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-05-18T23:50:09.376Z[ recovery-image] May 18 23:50:08.289 INFO O| May 18 23:50:08.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79082026-05-18T23:50:09.376Z[ recovery-image] May 18 23:50:08.289 INFO O| May 18 23:50:08.289 INFO STEP 1016 (remove_files) COMPLETE
79092026-05-18T23:50:09.379Z[ recovery-image] May 18 23:50:08.289 INFO O| May 18 23:50:08.289 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-05-18T23:50:09.384Z[ recovery-image] May 18 23:50:08.297 INFO O| May 18 23:50:08.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79112026-05-18T23:50:09.384Z[ recovery-image] May 18 23:50:08.297 INFO O| May 18 23:50:08.297 INFO STEP 1017 (remove_files) COMPLETE
79122026-05-18T23:50:09.387Z[ recovery-image] May 18 23:50:08.297 INFO O| May 18 23:50:08.297 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-05-18T23:50:09.393Z[ recovery-image] May 18 23:50:08.306 INFO O| May 18 23:50:08.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79142026-05-18T23:50:09.393Z[ recovery-image] May 18 23:50:08.306 INFO O| May 18 23:50:08.306 INFO STEP 1018 (remove_files) COMPLETE
79152026-05-18T23:50:09.393Z[ recovery-image] May 18 23:50:08.306 INFO O| May 18 23:50:08.306 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-05-18T23:50:09.401Z[ recovery-image] May 18 23:50:08.314 INFO O| May 18 23:50:08.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79172026-05-18T23:50:09.401Z[ recovery-image] May 18 23:50:08.314 INFO O| May 18 23:50:08.314 INFO STEP 1019 (remove_files) COMPLETE
79182026-05-18T23:50:09.401Z[ recovery-image] May 18 23:50:08.314 INFO O| May 18 23:50:08.314 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-05-18T23:50:09.410Z[ recovery-image] May 18 23:50:08.323 INFO O| May 18 23:50:08.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79202026-05-18T23:50:09.410Z[ recovery-image] May 18 23:50:08.323 INFO O| May 18 23:50:08.323 INFO STEP 1020 (remove_files) COMPLETE
79212026-05-18T23:50:09.410Z[ recovery-image] May 18 23:50:08.323 INFO O| May 18 23:50:08.323 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-05-18T23:50:09.419Z[ recovery-image] May 18 23:50:08.332 INFO O| May 18 23:50:08.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79232026-05-18T23:50:09.419Z[ recovery-image] May 18 23:50:08.332 INFO O| May 18 23:50:08.332 INFO STEP 1021 (remove_files) COMPLETE
79242026-05-18T23:50:09.423Z[ recovery-image] May 18 23:50:08.332 INFO O| May 18 23:50:08.332 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-05-18T23:50:09.427Z[ recovery-image] May 18 23:50:08.340 INFO O| May 18 23:50:08.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79262026-05-18T23:50:09.427Z[ recovery-image] May 18 23:50:08.340 INFO O| May 18 23:50:08.340 INFO STEP 1022 (remove_files) COMPLETE
79272026-05-18T23:50:09.430Z[ recovery-image] May 18 23:50:08.340 INFO O| May 18 23:50:08.340 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-05-18T23:50:09.435Z[ recovery-image] May 18 23:50:08.348 INFO O| May 18 23:50:08.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79292026-05-18T23:50:09.435Z[ recovery-image] May 18 23:50:08.348 INFO O| May 18 23:50:08.348 INFO STEP 1023 (remove_files) COMPLETE
79302026-05-18T23:50:09.435Z[ recovery-image] May 18 23:50:08.348 INFO O| May 18 23:50:08.348 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-05-18T23:50:09.443Z[ recovery-image] May 18 23:50:08.355 INFO O| May 18 23:50:08.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79322026-05-18T23:50:09.443Z[ recovery-image] May 18 23:50:08.356 INFO O| May 18 23:50:08.356 INFO STEP 1024 (remove_files) COMPLETE
79332026-05-18T23:50:09.445Z[ recovery-image] May 18 23:50:08.356 INFO O| May 18 23:50:08.356 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-05-18T23:50:09.451Z[ recovery-image] May 18 23:50:08.363 INFO O| May 18 23:50:08.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79352026-05-18T23:50:09.451Z[ recovery-image] May 18 23:50:08.363 INFO O| May 18 23:50:08.363 INFO STEP 1025 (remove_files) COMPLETE
79362026-05-18T23:50:09.451Z[ recovery-image] May 18 23:50:08.363 INFO O| May 18 23:50:08.363 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-05-18T23:50:09.460Z[ recovery-image] May 18 23:50:08.371 INFO O| May 18 23:50:08.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79382026-05-18T23:50:09.460Z[ recovery-image] May 18 23:50:08.371 INFO O| May 18 23:50:08.371 INFO STEP 1026 (remove_files) COMPLETE
79392026-05-18T23:50:09.460Z[ recovery-image] May 18 23:50:08.371 INFO O| May 18 23:50:08.371 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-05-18T23:50:09.466Z[ recovery-image] May 18 23:50:08.379 INFO O| May 18 23:50:08.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79412026-05-18T23:50:09.466Z[ recovery-image] May 18 23:50:08.379 INFO O| May 18 23:50:08.379 INFO STEP 1027 (remove_files) COMPLETE
79422026-05-18T23:50:09.469Z[ recovery-image] May 18 23:50:08.379 INFO O| May 18 23:50:08.379 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-05-18T23:50:09.477Z[ recovery-image] May 18 23:50:08.387 INFO O| May 18 23:50:08.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79442026-05-18T23:50:09.477Z[ recovery-image] May 18 23:50:08.387 INFO O| May 18 23:50:08.387 INFO STEP 1028 (remove_files) COMPLETE
79452026-05-18T23:50:09.479Z[ recovery-image] May 18 23:50:08.387 INFO O| May 18 23:50:08.387 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-05-18T23:50:09.482Z[ recovery-image] May 18 23:50:08.394 INFO O| May 18 23:50:08.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79472026-05-18T23:50:09.482Z[ recovery-image] May 18 23:50:08.394 INFO O| May 18 23:50:08.394 INFO STEP 1029 (remove_files) COMPLETE
79482026-05-18T23:50:09.482Z[ recovery-image] May 18 23:50:08.394 INFO O| May 18 23:50:08.394 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-05-18T23:50:09.489Z[ recovery-image] May 18 23:50:08.402 INFO O| May 18 23:50:08.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79502026-05-18T23:50:09.489Z[ recovery-image] May 18 23:50:08.402 INFO O| May 18 23:50:08.402 INFO STEP 1030 (remove_files) COMPLETE
79512026-05-18T23:50:09.492Z[ recovery-image] May 18 23:50:08.402 INFO O| May 18 23:50:08.402 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-05-18T23:50:09.496Z[ recovery-image] May 18 23:50:08.409 INFO O| May 18 23:50:08.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79532026-05-18T23:50:09.497Z[ recovery-image] May 18 23:50:08.409 INFO O| May 18 23:50:08.409 INFO STEP 1031 (remove_files) COMPLETE
79542026-05-18T23:50:09.497Z[ recovery-image] May 18 23:50:08.409 INFO O| May 18 23:50:08.409 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-05-18T23:50:09.504Z[ recovery-image] May 18 23:50:08.417 INFO O| May 18 23:50:08.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79562026-05-18T23:50:09.504Z[ recovery-image] May 18 23:50:08.417 INFO O| May 18 23:50:08.417 INFO STEP 1032 (remove_files) COMPLETE
79572026-05-18T23:50:09.504Z[ recovery-image] May 18 23:50:08.417 INFO O| May 18 23:50:08.417 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-05-18T23:50:09.513Z[ recovery-image] May 18 23:50:08.425 INFO O| May 18 23:50:08.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79592026-05-18T23:50:09.513Z[ recovery-image] May 18 23:50:08.425 INFO O| May 18 23:50:08.425 INFO STEP 1033 (remove_files) COMPLETE
79602026-05-18T23:50:09.516Z[ recovery-image] May 18 23:50:08.425 INFO O| May 18 23:50:08.425 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-05-18T23:50:09.519Z[ recovery-image] May 18 23:50:08.432 INFO O| May 18 23:50:08.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79622026-05-18T23:50:09.519Z[ recovery-image] May 18 23:50:08.432 INFO O| May 18 23:50:08.432 INFO STEP 1034 (remove_files) COMPLETE
79632026-05-18T23:50:09.522Z[ recovery-image] May 18 23:50:08.432 INFO O| May 18 23:50:08.432 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-05-18T23:50:09.527Z[ recovery-image] May 18 23:50:08.440 INFO O| May 18 23:50:08.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79652026-05-18T23:50:09.527Z[ recovery-image] May 18 23:50:08.440 INFO O| May 18 23:50:08.440 INFO STEP 1035 (remove_files) COMPLETE
79662026-05-18T23:50:09.527Z[ recovery-image] May 18 23:50:08.440 INFO O| May 18 23:50:08.440 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-05-18T23:50:09.534Z[ recovery-image] May 18 23:50:08.447 INFO O| May 18 23:50:08.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79682026-05-18T23:50:09.534Z[ recovery-image] May 18 23:50:08.447 INFO O| May 18 23:50:08.447 INFO STEP 1036 (remove_files) COMPLETE
79692026-05-18T23:50:09.537Z[ recovery-image] May 18 23:50:08.447 INFO O| May 18 23:50:08.447 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-05-18T23:50:09.542Z[ recovery-image] May 18 23:50:08.455 INFO O| May 18 23:50:08.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79712026-05-18T23:50:09.542Z[ recovery-image] May 18 23:50:08.455 INFO O| May 18 23:50:08.455 INFO STEP 1037 (remove_files) COMPLETE
79722026-05-18T23:50:09.542Z[ recovery-image] May 18 23:50:08.455 INFO O| May 18 23:50:08.455 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-05-18T23:50:09.549Z[ recovery-image] May 18 23:50:08.462 INFO O| May 18 23:50:08.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79742026-05-18T23:50:09.549Z[ recovery-image] May 18 23:50:08.462 INFO O| May 18 23:50:08.462 INFO STEP 1038 (remove_files) COMPLETE
79752026-05-18T23:50:09.552Z[ recovery-image] May 18 23:50:08.462 INFO O| May 18 23:50:08.462 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-05-18T23:50:09.557Z[ recovery-image] May 18 23:50:08.470 INFO O| May 18 23:50:08.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79772026-05-18T23:50:09.557Z[ recovery-image] May 18 23:50:08.470 INFO O| May 18 23:50:08.470 INFO STEP 1039 (remove_files) COMPLETE
79782026-05-18T23:50:09.560Z[ recovery-image] May 18 23:50:08.470 INFO O| May 18 23:50:08.470 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-05-18T23:50:09.564Z[ recovery-image] May 18 23:50:08.477 INFO O| May 18 23:50:08.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79802026-05-18T23:50:09.564Z[ recovery-image] May 18 23:50:08.477 INFO O| May 18 23:50:08.477 INFO STEP 1040 (remove_files) COMPLETE
79812026-05-18T23:50:09.567Z[ recovery-image] May 18 23:50:08.477 INFO O| May 18 23:50:08.477 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-05-18T23:50:09.572Z[ recovery-image] May 18 23:50:08.485 INFO O| May 18 23:50:08.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79832026-05-18T23:50:09.572Z[ recovery-image] May 18 23:50:08.485 INFO O| May 18 23:50:08.485 INFO STEP 1041 (remove_files) COMPLETE
79842026-05-18T23:50:09.575Z[ recovery-image] May 18 23:50:08.485 INFO O| May 18 23:50:08.485 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-05-18T23:50:09.579Z[ recovery-image] May 18 23:50:08.492 INFO O| May 18 23:50:08.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79862026-05-18T23:50:09.579Z[ recovery-image] May 18 23:50:08.492 INFO O| May 18 23:50:08.492 INFO STEP 1042 (remove_files) COMPLETE
79872026-05-18T23:50:09.582Z[ recovery-image] May 18 23:50:08.492 INFO O| May 18 23:50:08.492 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-05-18T23:50:09.587Z[ recovery-image] May 18 23:50:08.499 INFO O| May 18 23:50:08.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79892026-05-18T23:50:09.587Z[ recovery-image] May 18 23:50:08.499 INFO O| May 18 23:50:08.499 INFO STEP 1043 (remove_files) COMPLETE
79902026-05-18T23:50:09.587Z[ recovery-image] May 18 23:50:08.499 INFO O| May 18 23:50:08.499 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-05-18T23:50:09.594Z[ recovery-image] May 18 23:50:08.506 INFO O| May 18 23:50:08.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79922026-05-18T23:50:09.594Z[ recovery-image] May 18 23:50:08.507 INFO O| May 18 23:50:08.506 INFO STEP 1044 (remove_files) COMPLETE
79932026-05-18T23:50:09.596Z[ recovery-image] May 18 23:50:08.507 INFO O| May 18 23:50:08.507 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-05-18T23:50:09.601Z[ recovery-image] May 18 23:50:08.514 INFO O| May 18 23:50:08.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79952026-05-18T23:50:09.601Z[ recovery-image] May 18 23:50:08.514 INFO O| May 18 23:50:08.514 INFO STEP 1045 (remove_files) COMPLETE
79962026-05-18T23:50:09.604Z[ recovery-image] May 18 23:50:08.514 INFO O| May 18 23:50:08.514 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-05-18T23:50:09.608Z[ recovery-image] May 18 23:50:08.521 INFO O| May 18 23:50:08.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79982026-05-18T23:50:09.609Z[ recovery-image] May 18 23:50:08.521 INFO O| May 18 23:50:08.521 INFO STEP 1046 (remove_files) COMPLETE
79992026-05-18T23:50:09.611Z[ recovery-image] May 18 23:50:08.521 INFO O| May 18 23:50:08.521 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-05-18T23:50:09.616Z[ recovery-image] May 18 23:50:08.529 INFO O| May 18 23:50:08.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80012026-05-18T23:50:09.616Z[ recovery-image] May 18 23:50:08.529 INFO O| May 18 23:50:08.529 INFO STEP 1047 (remove_files) COMPLETE
80022026-05-18T23:50:09.616Z[ recovery-image] May 18 23:50:08.529 INFO O| May 18 23:50:08.529 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-05-18T23:50:09.625Z[ recovery-image] May 18 23:50:08.536 INFO O| May 18 23:50:08.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80042026-05-18T23:50:09.625Z[ recovery-image] May 18 23:50:08.536 INFO O| May 18 23:50:08.536 INFO STEP 1048 (remove_files) COMPLETE
80052026-05-18T23:50:09.628Z[ recovery-image] May 18 23:50:08.536 INFO O| May 18 23:50:08.536 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-05-18T23:50:09.631Z[ recovery-image] May 18 23:50:08.544 INFO O| May 18 23:50:08.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80072026-05-18T23:50:09.631Z[ recovery-image] May 18 23:50:08.544 INFO O| May 18 23:50:08.544 INFO STEP 1049 (remove_files) COMPLETE
80082026-05-18T23:50:09.631Z[ recovery-image] May 18 23:50:08.544 INFO O| May 18 23:50:08.544 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-05-18T23:50:09.639Z[ recovery-image] May 18 23:50:08.552 INFO O| May 18 23:50:08.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80102026-05-18T23:50:09.639Z[ recovery-image] May 18 23:50:08.552 INFO O| May 18 23:50:08.552 INFO STEP 1050 (remove_files) COMPLETE
80112026-05-18T23:50:09.642Z[ recovery-image] May 18 23:50:08.552 INFO O| May 18 23:50:08.552 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-05-18T23:50:09.647Z[ recovery-image] May 18 23:50:08.560 INFO O| May 18 23:50:08.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80132026-05-18T23:50:09.647Z[ recovery-image] May 18 23:50:08.560 INFO O| May 18 23:50:08.560 INFO STEP 1051 (remove_files) COMPLETE
80142026-05-18T23:50:09.647Z[ recovery-image] May 18 23:50:08.560 INFO O| May 18 23:50:08.560 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-05-18T23:50:09.655Z[ recovery-image] May 18 23:50:08.567 INFO O| May 18 23:50:08.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80162026-05-18T23:50:09.655Z[ recovery-image] May 18 23:50:08.567 INFO O| May 18 23:50:08.567 INFO STEP 1052 (remove_files) COMPLETE
80172026-05-18T23:50:09.657Z[ recovery-image] May 18 23:50:08.567 INFO O| May 18 23:50:08.567 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-05-18T23:50:09.662Z[ recovery-image] May 18 23:50:08.575 INFO O| May 18 23:50:08.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80192026-05-18T23:50:09.662Z[ recovery-image] May 18 23:50:08.575 INFO O| May 18 23:50:08.575 INFO STEP 1053 (remove_files) COMPLETE
80202026-05-18T23:50:09.665Z[ recovery-image] May 18 23:50:08.575 INFO O| May 18 23:50:08.575 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-05-18T23:50:09.670Z[ recovery-image] May 18 23:50:08.583 INFO O| May 18 23:50:08.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80222026-05-18T23:50:09.670Z[ recovery-image] May 18 23:50:08.583 INFO O| May 18 23:50:08.583 INFO STEP 1054 (remove_files) COMPLETE
80232026-05-18T23:50:09.673Z[ recovery-image] May 18 23:50:08.583 INFO O| May 18 23:50:08.583 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-05-18T23:50:09.679Z[ recovery-image] May 18 23:50:08.592 INFO O| May 18 23:50:08.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80252026-05-18T23:50:09.679Z[ recovery-image] May 18 23:50:08.592 INFO O| May 18 23:50:08.592 INFO STEP 1055 (remove_files) COMPLETE
80262026-05-18T23:50:09.679Z[ recovery-image] May 18 23:50:08.592 INFO O| May 18 23:50:08.592 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-05-18T23:50:09.688Z[ recovery-image] May 18 23:50:08.600 INFO O| May 18 23:50:08.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80282026-05-18T23:50:09.688Z[ recovery-image] May 18 23:50:08.600 INFO O| May 18 23:50:08.600 INFO STEP 1056 (remove_files) COMPLETE
80292026-05-18T23:50:09.691Z[ recovery-image] May 18 23:50:08.600 INFO O| May 18 23:50:08.600 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-05-18T23:50:09.697Z[ recovery-image] May 18 23:50:08.609 INFO O| May 18 23:50:08.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80312026-05-18T23:50:09.697Z[ recovery-image] May 18 23:50:08.609 INFO O| May 18 23:50:08.609 INFO STEP 1057 (remove_files) COMPLETE
80322026-05-18T23:50:09.700Z[ recovery-image] May 18 23:50:08.609 INFO O| May 18 23:50:08.609 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-05-18T23:50:09.705Z[ recovery-image] May 18 23:50:08.618 INFO O| May 18 23:50:08.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80342026-05-18T23:50:09.705Z[ recovery-image] May 18 23:50:08.618 INFO O| May 18 23:50:08.618 INFO STEP 1058 (remove_files) COMPLETE
80352026-05-18T23:50:09.707Z[ recovery-image] May 18 23:50:08.618 INFO O| May 18 23:50:08.618 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-05-18T23:50:09.713Z[ recovery-image] May 18 23:50:08.626 INFO O| May 18 23:50:08.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80372026-05-18T23:50:09.713Z[ recovery-image] May 18 23:50:08.626 INFO O| May 18 23:50:08.626 INFO STEP 1059 (remove_files) COMPLETE
80382026-05-18T23:50:09.716Z[ recovery-image] May 18 23:50:08.626 INFO O| May 18 23:50:08.626 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-05-18T23:50:09.721Z[ recovery-image] May 18 23:50:08.633 INFO O| May 18 23:50:08.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80402026-05-18T23:50:09.721Z[ recovery-image] May 18 23:50:08.634 INFO O| May 18 23:50:08.634 INFO STEP 1060 (remove_files) COMPLETE
80412026-05-18T23:50:09.723Z[ recovery-image] May 18 23:50:08.634 INFO O| May 18 23:50:08.634 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-05-18T23:50:09.729Z[ recovery-image] May 18 23:50:08.642 INFO O| May 18 23:50:08.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80432026-05-18T23:50:09.729Z[ recovery-image] May 18 23:50:08.642 INFO O| May 18 23:50:08.642 INFO STEP 1061 (remove_files) COMPLETE
80442026-05-18T23:50:09.729Z[ recovery-image] May 18 23:50:08.642 INFO O| May 18 23:50:08.642 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-05-18T23:50:09.738Z[ recovery-image] May 18 23:50:08.651 INFO O| May 18 23:50:08.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80462026-05-18T23:50:09.738Z[ recovery-image] May 18 23:50:08.651 INFO O| May 18 23:50:08.651 INFO STEP 1062 (remove_files) COMPLETE
80472026-05-18T23:50:09.738Z[ recovery-image] May 18 23:50:08.651 INFO O| May 18 23:50:08.651 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-05-18T23:50:09.747Z[ recovery-image] May 18 23:50:08.659 INFO O| May 18 23:50:08.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80492026-05-18T23:50:09.749Z[ recovery-image] May 18 23:50:08.660 INFO O| May 18 23:50:08.660 INFO STEP 1063 (remove_files) COMPLETE
80502026-05-18T23:50:09.749Z[ recovery-image] May 18 23:50:08.660 INFO O| May 18 23:50:08.660 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-05-18T23:50:09.756Z[ recovery-image] May 18 23:50:08.669 INFO O| May 18 23:50:08.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80522026-05-18T23:50:09.756Z[ recovery-image] May 18 23:50:08.669 INFO O| May 18 23:50:08.669 INFO STEP 1064 (remove_files) COMPLETE
80532026-05-18T23:50:09.759Z[ recovery-image] May 18 23:50:08.669 INFO O| May 18 23:50:08.669 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-05-18T23:50:09.765Z[ recovery-image] May 18 23:50:08.678 INFO O| May 18 23:50:08.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80552026-05-18T23:50:09.765Z[ recovery-image] May 18 23:50:08.678 INFO O| May 18 23:50:08.678 INFO STEP 1065 (remove_files) COMPLETE
80562026-05-18T23:50:09.768Z[ recovery-image] May 18 23:50:08.678 INFO O| May 18 23:50:08.678 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-05-18T23:50:09.773Z[ recovery-image] May 18 23:50:08.686 INFO O| May 18 23:50:08.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80582026-05-18T23:50:09.773Z[ recovery-image] May 18 23:50:08.686 INFO O| May 18 23:50:08.686 INFO STEP 1066 (remove_files) COMPLETE
80592026-05-18T23:50:09.776Z[ recovery-image] May 18 23:50:08.686 INFO O| May 18 23:50:08.686 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-05-18T23:50:09.781Z[ recovery-image] May 18 23:50:08.694 INFO O| May 18 23:50:08.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80612026-05-18T23:50:09.781Z[ recovery-image] May 18 23:50:08.694 INFO O| May 18 23:50:08.694 INFO STEP 1067 (remove_files) COMPLETE
80622026-05-18T23:50:09.781Z[ recovery-image] May 18 23:50:08.694 INFO O| May 18 23:50:08.694 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-05-18T23:50:09.789Z[ recovery-image] May 18 23:50:08.702 INFO O| May 18 23:50:08.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80642026-05-18T23:50:09.789Z[ recovery-image] May 18 23:50:08.702 INFO O| May 18 23:50:08.702 INFO STEP 1068 (remove_files) COMPLETE
80652026-05-18T23:50:09.789Z[ recovery-image] May 18 23:50:08.702 INFO O| May 18 23:50:08.702 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-05-18T23:50:09.798Z[ recovery-image] May 18 23:50:08.710 INFO O| May 18 23:50:08.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80672026-05-18T23:50:09.798Z[ recovery-image] May 18 23:50:08.710 INFO O| May 18 23:50:08.710 INFO STEP 1069 (remove_files) COMPLETE
80682026-05-18T23:50:09.798Z[ recovery-image] May 18 23:50:08.710 INFO O| May 18 23:50:08.710 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-05-18T23:50:09.807Z[ recovery-image] May 18 23:50:08.719 INFO O| May 18 23:50:08.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80702026-05-18T23:50:09.807Z[ recovery-image] May 18 23:50:08.720 INFO O| May 18 23:50:08.720 INFO STEP 1070 (remove_files) COMPLETE
80712026-05-18T23:50:09.810Z[ recovery-image] May 18 23:50:08.720 INFO O| May 18 23:50:08.720 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-05-18T23:50:09.816Z[ recovery-image] May 18 23:50:08.728 INFO O| May 18 23:50:08.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80732026-05-18T23:50:09.816Z[ recovery-image] May 18 23:50:08.728 INFO O| May 18 23:50:08.728 INFO STEP 1071 (remove_files) COMPLETE
80742026-05-18T23:50:09.818Z[ recovery-image] May 18 23:50:08.729 INFO O| May 18 23:50:08.728 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-05-18T23:50:09.825Z[ recovery-image] May 18 23:50:08.738 INFO O| May 18 23:50:08.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80762026-05-18T23:50:09.825Z[ recovery-image] May 18 23:50:08.738 INFO O| May 18 23:50:08.738 INFO STEP 1072 (remove_files) COMPLETE
80772026-05-18T23:50:09.828Z[ recovery-image] May 18 23:50:08.738 INFO O| May 18 23:50:08.738 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-05-18T23:50:09.834Z[ recovery-image] May 18 23:50:08.747 INFO O| May 18 23:50:08.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80792026-05-18T23:50:09.834Z[ recovery-image] May 18 23:50:08.747 INFO O| May 18 23:50:08.747 INFO STEP 1073 (remove_files) COMPLETE
80802026-05-18T23:50:09.834Z[ recovery-image] May 18 23:50:08.747 INFO O| May 18 23:50:08.747 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-05-18T23:50:09.844Z[ recovery-image] May 18 23:50:08.756 INFO O| May 18 23:50:08.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80822026-05-18T23:50:09.844Z[ recovery-image] May 18 23:50:08.756 INFO O| May 18 23:50:08.756 INFO STEP 1074 (remove_files) COMPLETE
80832026-05-18T23:50:09.844Z[ recovery-image] May 18 23:50:08.756 INFO O| May 18 23:50:08.756 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-05-18T23:50:09.852Z[ recovery-image] May 18 23:50:08.765 INFO O| May 18 23:50:08.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80852026-05-18T23:50:09.852Z[ recovery-image] May 18 23:50:08.765 INFO O| May 18 23:50:08.765 INFO STEP 1075 (remove_files) COMPLETE
80862026-05-18T23:50:09.852Z[ recovery-image] May 18 23:50:08.765 INFO O| May 18 23:50:08.765 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-05-18T23:50:09.860Z[ recovery-image] May 18 23:50:08.773 INFO O| May 18 23:50:08.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80882026-05-18T23:50:09.860Z[ recovery-image] May 18 23:50:08.773 INFO O| May 18 23:50:08.773 INFO STEP 1076 (remove_files) COMPLETE
80892026-05-18T23:50:09.860Z[ recovery-image] May 18 23:50:08.773 INFO O| May 18 23:50:08.773 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-05-18T23:50:09.868Z[ recovery-image] May 18 23:50:08.781 INFO O| May 18 23:50:08.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80912026-05-18T23:50:09.868Z[ recovery-image] May 18 23:50:08.781 INFO O| May 18 23:50:08.781 INFO STEP 1077 (remove_files) COMPLETE
80922026-05-18T23:50:09.868Z[ recovery-image] May 18 23:50:08.781 INFO O| May 18 23:50:08.781 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-05-18T23:50:09.877Z[ recovery-image] May 18 23:50:08.790 INFO O| May 18 23:50:08.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80942026-05-18T23:50:09.877Z[ recovery-image] May 18 23:50:08.790 INFO O| May 18 23:50:08.790 INFO STEP 1078 (remove_files) COMPLETE
80952026-05-18T23:50:09.880Z[ recovery-image] May 18 23:50:08.790 INFO O| May 18 23:50:08.790 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-05-18T23:50:09.887Z[ recovery-image] May 18 23:50:08.798 INFO O| May 18 23:50:08.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80972026-05-18T23:50:09.887Z[ recovery-image] May 18 23:50:08.798 INFO O| May 18 23:50:08.798 INFO STEP 1079 (remove_files) COMPLETE
80982026-05-18T23:50:09.890Z[ recovery-image] May 18 23:50:08.798 INFO O| May 18 23:50:08.798 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-05-18T23:50:09.895Z[ recovery-image] May 18 23:50:08.807 INFO O| May 18 23:50:08.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81002026-05-18T23:50:09.895Z[ recovery-image] May 18 23:50:08.807 INFO O| May 18 23:50:08.807 INFO STEP 1080 (remove_files) COMPLETE
81012026-05-18T23:50:09.898Z[ recovery-image] May 18 23:50:08.807 INFO O| May 18 23:50:08.807 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-05-18T23:50:09.903Z[ recovery-image] May 18 23:50:08.815 INFO O| May 18 23:50:08.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81032026-05-18T23:50:09.903Z[ recovery-image] May 18 23:50:08.815 INFO O| May 18 23:50:08.815 INFO STEP 1081 (remove_files) COMPLETE
81042026-05-18T23:50:09.908Z[ recovery-image] May 18 23:50:08.815 INFO O| May 18 23:50:08.815 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-05-18T23:50:09.913Z[ recovery-image] May 18 23:50:08.823 INFO O| May 18 23:50:08.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81062026-05-18T23:50:09.913Z[ recovery-image] May 18 23:50:08.823 INFO O| May 18 23:50:08.823 INFO STEP 1082 (remove_files) COMPLETE
81072026-05-18T23:50:09.913Z[ recovery-image] May 18 23:50:08.823 INFO O| May 18 23:50:08.823 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-05-18T23:50:09.919Z[ recovery-image] May 18 23:50:08.831 INFO O| May 18 23:50:08.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81092026-05-18T23:50:09.919Z[ recovery-image] May 18 23:50:08.831 INFO O| May 18 23:50:08.831 INFO STEP 1083 (remove_files) COMPLETE
81102026-05-18T23:50:09.919Z[ recovery-image] May 18 23:50:08.831 INFO O| May 18 23:50:08.831 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-05-18T23:50:09.927Z[ recovery-image] May 18 23:50:08.840 INFO O| May 18 23:50:08.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81122026-05-18T23:50:09.927Z[ recovery-image] May 18 23:50:08.840 INFO O| May 18 23:50:08.840 INFO STEP 1084 (remove_files) COMPLETE
81132026-05-18T23:50:09.927Z[ recovery-image] May 18 23:50:08.840 INFO O| May 18 23:50:08.840 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-05-18T23:50:09.936Z[ recovery-image] May 18 23:50:08.848 INFO O| May 18 23:50:08.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81152026-05-18T23:50:09.936Z[ recovery-image] May 18 23:50:08.848 INFO O| May 18 23:50:08.848 INFO STEP 1085 (remove_files) COMPLETE
81162026-05-18T23:50:09.936Z[ recovery-image] May 18 23:50:08.848 INFO O| May 18 23:50:08.848 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-05-18T23:50:09.946Z[ recovery-image] May 18 23:50:08.858 INFO O| May 18 23:50:08.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81182026-05-18T23:50:09.946Z[ recovery-image] May 18 23:50:08.858 INFO O| May 18 23:50:08.858 INFO STEP 1086 (remove_files) COMPLETE
81192026-05-18T23:50:09.949Z[ recovery-image] May 18 23:50:08.858 INFO O| May 18 23:50:08.858 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-05-18T23:50:09.954Z[ recovery-image] May 18 23:50:08.867 INFO O| May 18 23:50:08.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81212026-05-18T23:50:09.954Z[ recovery-image] May 18 23:50:08.867 INFO O| May 18 23:50:08.867 INFO STEP 1087 (remove_files) COMPLETE
81222026-05-18T23:50:09.957Z[ recovery-image] May 18 23:50:08.867 INFO O| May 18 23:50:08.867 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-05-18T23:50:09.962Z[ recovery-image] May 18 23:50:08.875 INFO O| May 18 23:50:08.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81242026-05-18T23:50:09.962Z[ recovery-image] May 18 23:50:08.875 INFO O| May 18 23:50:08.875 INFO STEP 1088 (remove_files) COMPLETE
81252026-05-18T23:50:09.962Z[ recovery-image] May 18 23:50:08.875 INFO O| May 18 23:50:08.875 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-05-18T23:50:09.970Z[ recovery-image] May 18 23:50:08.882 INFO O| May 18 23:50:08.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81272026-05-18T23:50:09.970Z[ recovery-image] May 18 23:50:08.882 INFO O| May 18 23:50:08.882 INFO STEP 1089 (remove_files) COMPLETE
81282026-05-18T23:50:09.970Z[ recovery-image] May 18 23:50:08.882 INFO O| May 18 23:50:08.882 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-05-18T23:50:09.977Z[ recovery-image] May 18 23:50:08.889 INFO O| May 18 23:50:08.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81302026-05-18T23:50:09.977Z[ recovery-image] May 18 23:50:08.890 INFO O| May 18 23:50:08.890 INFO STEP 1090 (remove_files) COMPLETE
81312026-05-18T23:50:09.977Z[ recovery-image] May 18 23:50:08.890 INFO O| May 18 23:50:08.890 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-05-18T23:50:09.984Z[ recovery-image] May 18 23:50:08.897 INFO O| May 18 23:50:08.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81332026-05-18T23:50:09.985Z[ recovery-image] May 18 23:50:08.897 INFO O| May 18 23:50:08.897 INFO STEP 1091 (remove_files) COMPLETE
81342026-05-18T23:50:09.985Z[ recovery-image] May 18 23:50:08.897 INFO O| May 18 23:50:08.897 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-05-18T23:50:09.992Z[ recovery-image] May 18 23:50:08.904 INFO O| May 18 23:50:08.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81362026-05-18T23:50:09.992Z[ recovery-image] May 18 23:50:08.904 INFO O| May 18 23:50:08.904 INFO STEP 1092 (remove_files) COMPLETE
81372026-05-18T23:50:09.995Z[ recovery-image] May 18 23:50:08.904 INFO O| May 18 23:50:08.904 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-05-18T23:50:10.004Z[ recovery-image] May 18 23:50:08.917 INFO O| May 18 23:50:08.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81392026-05-18T23:50:10.004Z[ recovery-image] May 18 23:50:08.917 INFO O| May 18 23:50:08.917 INFO STEP 1093 (remove_files) COMPLETE
81402026-05-18T23:50:10.007Z[ recovery-image] May 18 23:50:08.917 INFO O| May 18 23:50:08.917 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-05-18T23:50:10.016Z[ recovery-image] May 18 23:50:08.929 INFO O| May 18 23:50:08.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81422026-05-18T23:50:10.017Z[ recovery-image] May 18 23:50:08.929 INFO O| May 18 23:50:08.929 INFO STEP 1094 (remove_files) COMPLETE
81432026-05-18T23:50:10.017Z[ recovery-image] May 18 23:50:08.929 INFO O| May 18 23:50:08.929 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-05-18T23:50:10.029Z[ recovery-image] May 18 23:50:08.941 INFO O| May 18 23:50:08.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81452026-05-18T23:50:10.029Z[ recovery-image] May 18 23:50:08.941 INFO O| May 18 23:50:08.941 INFO STEP 1095 (remove_files) COMPLETE
81462026-05-18T23:50:10.033Z[ recovery-image] May 18 23:50:08.941 INFO O| May 18 23:50:08.941 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-05-18T23:50:10.037Z[ recovery-image] May 18 23:50:08.949 INFO O| May 18 23:50:08.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81482026-05-18T23:50:10.037Z[ recovery-image] May 18 23:50:08.949 INFO O| May 18 23:50:08.949 INFO STEP 1096 (remove_files) COMPLETE
81492026-05-18T23:50:10.037Z[ recovery-image] May 18 23:50:08.949 INFO O| May 18 23:50:08.949 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-05-18T23:50:10.046Z[ recovery-image] May 18 23:50:08.959 INFO O| May 18 23:50:08.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81512026-05-18T23:50:10.046Z[ recovery-image] May 18 23:50:08.959 INFO O| May 18 23:50:08.959 INFO STEP 1097 (remove_files) COMPLETE
81522026-05-18T23:50:10.046Z[ recovery-image] May 18 23:50:08.959 INFO O| May 18 23:50:08.959 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-05-18T23:50:10.085Z[ recovery-image] May 18 23:50:08.997 INFO O| May 18 23:50:08.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81542026-05-18T23:50:10.085Z[ recovery-image] May 18 23:50:08.997 INFO O| May 18 23:50:08.997 INFO STEP 1098 (remove_files) COMPLETE
81552026-05-18T23:50:10.085Z[ recovery-image] May 18 23:50:08.997 INFO O| May 18 23:50:08.997 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-05-18T23:50:10.102Z[ recovery-image] May 18 23:50:09.014 INFO O| May 18 23:50:09.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81572026-05-18T23:50:10.102Z[ recovery-image] May 18 23:50:09.015 INFO O| May 18 23:50:09.015 INFO STEP 1099 (remove_files) COMPLETE
81582026-05-18T23:50:10.102Z[ recovery-image] May 18 23:50:09.015 INFO O| May 18 23:50:09.015 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-05-18T23:50:10.109Z[ recovery-image] May 18 23:50:09.022 INFO O| May 18 23:50:09.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81602026-05-18T23:50:10.109Z[ recovery-image] May 18 23:50:09.022 INFO O| May 18 23:50:09.022 INFO STEP 1100 (remove_files) COMPLETE
81612026-05-18T23:50:10.113Z[ recovery-image] May 18 23:50:09.022 INFO O| May 18 23:50:09.022 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-05-18T23:50:10.116Z[ recovery-image] May 18 23:50:09.029 INFO O| May 18 23:50:09.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81632026-05-18T23:50:10.116Z[ recovery-image] May 18 23:50:09.029 INFO O| May 18 23:50:09.029 INFO STEP 1101 (remove_files) COMPLETE
81642026-05-18T23:50:10.119Z[ recovery-image] May 18 23:50:09.029 INFO O| May 18 23:50:09.029 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-05-18T23:50:10.122Z[ recovery-image] May 18 23:50:09.035 INFO O| May 18 23:50:09.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81662026-05-18T23:50:10.123Z[ recovery-image] May 18 23:50:09.035 INFO O| May 18 23:50:09.035 INFO STEP 1102 (remove_files) COMPLETE
81672026-05-18T23:50:10.123Z[ recovery-image] May 18 23:50:09.035 INFO O| May 18 23:50:09.035 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-05-18T23:50:10.128Z[ recovery-image] May 18 23:50:09.041 INFO O| May 18 23:50:09.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81692026-05-18T23:50:10.128Z[ recovery-image] May 18 23:50:09.041 INFO O| May 18 23:50:09.041 INFO STEP 1103 (remove_files) COMPLETE
81702026-05-18T23:50:10.132Z[ recovery-image] May 18 23:50:09.041 INFO O| May 18 23:50:09.041 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-05-18T23:50:10.135Z[ recovery-image] May 18 23:50:09.048 INFO O| May 18 23:50:09.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81722026-05-18T23:50:10.135Z[ recovery-image] May 18 23:50:09.048 INFO O| May 18 23:50:09.048 INFO STEP 1104 (remove_files) COMPLETE
81732026-05-18T23:50:10.135Z[ recovery-image] May 18 23:50:09.048 INFO O| May 18 23:50:09.048 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-05-18T23:50:10.143Z[ recovery-image] May 18 23:50:09.056 INFO O| May 18 23:50:09.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81752026-05-18T23:50:10.144Z[ recovery-image] May 18 23:50:09.056 INFO O| May 18 23:50:09.056 INFO STEP 1105 (remove_files) COMPLETE
81762026-05-18T23:50:10.144Z[ recovery-image] May 18 23:50:09.056 INFO O| May 18 23:50:09.056 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-05-18T23:50:10.150Z[ recovery-image] May 18 23:50:09.063 INFO O| May 18 23:50:09.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81782026-05-18T23:50:10.150Z[ recovery-image] May 18 23:50:09.063 INFO O| May 18 23:50:09.063 INFO STEP 1106 (remove_files) COMPLETE
81792026-05-18T23:50:10.153Z[ recovery-image] May 18 23:50:09.063 INFO O| May 18 23:50:09.063 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-05-18T23:50:10.157Z[ recovery-image] May 18 23:50:09.070 INFO O| May 18 23:50:09.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81812026-05-18T23:50:10.157Z[ recovery-image] May 18 23:50:09.070 INFO O| May 18 23:50:09.070 INFO STEP 1107 (remove_files) COMPLETE
81822026-05-18T23:50:10.160Z[ recovery-image] May 18 23:50:09.070 INFO O| May 18 23:50:09.070 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-05-18T23:50:10.164Z[ recovery-image] May 18 23:50:09.077 INFO O| May 18 23:50:09.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81842026-05-18T23:50:10.164Z[ recovery-image] May 18 23:50:09.077 INFO O| May 18 23:50:09.077 INFO STEP 1108 (remove_files) COMPLETE
81852026-05-18T23:50:10.167Z[ recovery-image] May 18 23:50:09.077 INFO O| May 18 23:50:09.077 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-05-18T23:50:10.171Z[ recovery-image] May 18 23:50:09.083 INFO O| May 18 23:50:09.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81872026-05-18T23:50:10.171Z[ recovery-image] May 18 23:50:09.083 INFO O| May 18 23:50:09.083 INFO STEP 1109 (remove_files) COMPLETE
81882026-05-18T23:50:10.171Z[ recovery-image] May 18 23:50:09.083 INFO O| May 18 23:50:09.083 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.090 INFO O| May 18 23:50:09.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81902026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.090 INFO O| May 18 23:50:09.090 INFO STEP 1110 (remove_files) COMPLETE
81912026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.090 INFO O| May 18 23:50:09.090 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.097 INFO O| May 18 23:50:09.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81932026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.097 INFO O| May 18 23:50:09.097 INFO STEP 1111 (remove_files) COMPLETE
81942026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.097 INFO O| May 18 23:50:09.097 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.104 INFO O| May 18 23:50:09.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81962026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.104 INFO O| May 18 23:50:09.104 INFO STEP 1112 (remove_files) COMPLETE
81972026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.104 INFO O| May 18 23:50:09.104 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.110 INFO O| May 18 23:50:09.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81992026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.110 INFO O| May 18 23:50:09.110 INFO STEP 1113 (remove_files) COMPLETE
82002026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.110 INFO O| May 18 23:50:09.110 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.117 INFO O| May 18 23:50:09.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82022026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.117 INFO O| May 18 23:50:09.117 INFO STEP 1114 (remove_files) COMPLETE
82032026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.117 INFO O| May 18 23:50:09.117 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.124 INFO O| May 18 23:50:09.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82052026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.124 INFO O| May 18 23:50:09.124 INFO STEP 1115 (remove_files) COMPLETE
82062026-05-18T23:50:10.213Z[ recovery-image] May 18 23:50:09.124 INFO O| May 18 23:50:09.124 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-05-18T23:50:10.219Z[ recovery-image] May 18 23:50:09.131 INFO O| May 18 23:50:09.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82082026-05-18T23:50:10.219Z[ recovery-image] May 18 23:50:09.131 INFO O| May 18 23:50:09.131 INFO STEP 1116 (remove_files) COMPLETE
82092026-05-18T23:50:10.222Z[ recovery-image] May 18 23:50:09.131 INFO O| May 18 23:50:09.131 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-05-18T23:50:10.226Z[ recovery-image] May 18 23:50:09.138 INFO O| May 18 23:50:09.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82112026-05-18T23:50:10.226Z[ recovery-image] May 18 23:50:09.138 INFO O| May 18 23:50:09.138 INFO STEP 1117 (remove_files) COMPLETE
82122026-05-18T23:50:10.226Z[ recovery-image] May 18 23:50:09.138 INFO O| May 18 23:50:09.138 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-05-18T23:50:10.233Z[ recovery-image] May 18 23:50:09.146 INFO O| May 18 23:50:09.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82142026-05-18T23:50:10.233Z[ recovery-image] May 18 23:50:09.146 INFO O| May 18 23:50:09.146 INFO STEP 1118 (remove_files) COMPLETE
82152026-05-18T23:50:10.236Z[ recovery-image] May 18 23:50:09.146 INFO O| May 18 23:50:09.146 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82162026-05-18T23:50:10.243Z[ recovery-image] May 18 23:50:09.156 INFO O| May 18 23:50:09.155 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82172026-05-18T23:50:10.243Z[ recovery-image] May 18 23:50:09.156 INFO O| May 18 23:50:09.156 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82182026-05-18T23:50:11.021Z[ recovery-image] May 18 23:50:09.934 INFO O| May 18 23:50:09.934 INFO STEP 1119 (pack_tar) COMPLETE
82192026-05-18T23:50:11.022Z[ recovery-image] May 18 23:50:09.934 INFO O| May 18 23:50:09.934 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82202026-05-18T23:50:11.022Z[ recovery-image] May 18 23:50:09.934 INFO O| May 18 23:50:09.934 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82212026-05-18T23:50:11.310Z[ recovery-image] May 18 23:50:10.222 INFO O| May 18 23:50:10.222 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82222026-05-18T23:50:11.389Z[ recovery-image] May 18 23:50:10.302 INFO O| May 18 23:50:10.302 INFO completed processing sled/ramdisk-03-recovery-trim
82232026-05-18T23:50:11.393Z[ recovery-image] May 18 23:50:10.305 INFO image builder template: zfs-recovery...
82242026-05-18T23:50:11.393Z[ recovery-image] May 18 23:50:10.305 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/.tmphiA1vH/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs-recovery"], pwd: None
82252026-05-18T23:50:11.419Z[ recovery-image] May 18 23:50:10.332 INFO O| May 18 23:50:10.331 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82262026-05-18T23:50:11.425Z[ recovery-image] May 18 23:50:10.334 INFO O| May 18 23:50:10.334 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82272026-05-18T23:50:11.490Z[ recovery-image] May 18 23:50:10.403 INFO O| May 18 23:50:10.403 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82282026-05-18T23:50:11.535Z[ recovery-image] May 18 23:50:10.448 INFO O| May 18 23:50:10.448 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82292026-05-18T23:50:11.536Z[ recovery-image] May 18 23:50:10.448 INFO O| May 18 23:50:10.448 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82302026-05-18T23:50:11.540Z[ recovery-image] May 18 23:50:10.453 INFO O| May 18 23:50:10.452 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82312026-05-18T23:50:11.617Z[ recovery-image] May 18 23:50:10.530 INFO O| May 18 23:50:10.530 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82322026-05-18T23:50:11.744Z[ recovery-image] May 18 23:50:10.656 INFO O| May 18 23:50:10.656 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82332026-05-18T23:50:11.751Z[ recovery-image] May 18 23:50:10.664 INFO O| May 18 23:50:10.664 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82342026-05-18T23:50:11.757Z[ recovery-image] May 18 23:50:10.670 INFO O| May 18 23:50:10.669 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82352026-05-18T23:50:11.760Z[ recovery-image] May 18 23:50:10.671 INFO O| May 18 23:50:10.671 INFO no lofi found
82362026-05-18T23:50:11.760Z[ recovery-image] May 18 23:50:10.671 INFO O| May 18 23:50:10.671 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82372026-05-18T23:50:11.760Z[ recovery-image] May 18 23:50:10.671 INFO O| May 18 23:50:10.671 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82382026-05-18T23:50:14.088Z[ recovery-image] May 18 23:50:13.001 INFO O| May 18 23:50:13.001 INFO lofi device = /dev/dsk/c2t1d0p0
82392026-05-18T23:50:14.089Z[ recovery-image] May 18 23:50:13.001 INFO O| May 18 23:50:13.001 INFO pool device = /dev/dsk/c2t1d0p0
82402026-05-18T23:50:14.092Z[ recovery-image] May 18 23:50:13.001 INFO O| May 18 23:50:13.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
82412026-05-18T23:50:14.167Z[ recovery-image] May 18 23:50:13.079 INFO O| May 18 23:50:13.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82422026-05-18T23:50:14.167Z[ recovery-image] May 18 23:50:13.079 INFO O| May 18 23:50:13.079 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82432026-05-18T23:50:14.189Z[ recovery-image] May 18 23:50:13.101 INFO O| May 18 23:50:13.101 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82442026-05-18T23:50:14.243Z[ recovery-image] May 18 23:50:13.155 INFO O| May 18 23:50:13.154 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82452026-05-18T23:50:14.274Z[ recovery-image] May 18 23:50:13.184 INFO O| May 18 23:50:13.184 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82462026-05-18T23:50:14.289Z[ recovery-image] May 18 23:50:13.200 INFO O| May 18 23:50:13.200 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82472026-05-18T23:50:14.300Z[ recovery-image] May 18 23:50:13.213 INFO O| May 18 23:50:13.212 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82482026-05-18T23:50:14.338Z[ recovery-image] May 18 23:50:13.249 INFO O| May 18 23:50:13.248 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82492026-05-18T23:50:14.338Z[ recovery-image] May 18 23:50:13.249 INFO O| May 18 23:50:13.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82502026-05-18T23:50:14.341Z[ recovery-image] May 18 23:50:13.249 INFO O| May 18 23:50:13.249 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82512026-05-18T23:50:14.347Z[ recovery-image] May 18 23:50:13.260 INFO O| May 18 23:50:13.260 INFO boot environment UUID: 56e65f9e-d5b1-4a9e-a33e-0457b69affcc
82522026-05-18T23:50:14.347Z[ recovery-image] May 18 23:50:13.260 INFO O| May 18 23:50:13.260 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 56e65f9e-d5b1-4a9e-a33e-0457b69affcc
82532026-05-18T23:50:14.359Z[ recovery-image] May 18 23:50:13.272 INFO O| May 18 23:50:13.272 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82542026-05-18T23:50:14.373Z[ recovery-image] May 18 23:50:13.284 INFO O| May 18 23:50:13.284 INFO STEP 0 (create_be) COMPLETE
82552026-05-18T23:50:14.373Z[ recovery-image] May 18 23:50:13.284 INFO O| May 18 23:50:13.284 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82562026-05-18T23:50:14.385Z[ recovery-image] May 18 23:50:13.298 INFO O| May 18 23:50:13.298 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"]
82572026-05-18T23:50:18.668Z[ recovery-image] May 18 23:50:17.580 INFO O| May 18 23:50:17.580 INFO STEP 1 (unpack_tar) COMPLETE
82582026-05-18T23:50:18.668Z[ recovery-image] May 18 23:50:17.580 INFO O| May 18 23:50:17.580 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82592026-05-18T23:50:18.678Z[ recovery-image] May 18 23:50:17.590 INFO O| May 18 23:50:17.589 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82602026-05-18T23:50:19.127Z[ recovery-image] May 18 23:50:18.040 INFO O| May 18 23:50:18.039 INFO STEP 2 (devfsadm) COMPLETE
82612026-05-18T23:50:19.127Z[ recovery-image] May 18 23:50:18.040 INFO O| May 18 23:50:18.039 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82622026-05-18T23:50:19.136Z[ recovery-image] May 18 23:50:18.049 INFO O| May 18 23:50:18.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82632026-05-18T23:50:19.136Z[ recovery-image] May 18 23:50:18.049 INFO O| May 18 23:50:18.049 INFO STEP 3 (ensure_dir) COMPLETE
82642026-05-18T23:50:19.139Z[ recovery-image] May 18 23:50:18.049 INFO O| May 18 23:50:18.049 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82652026-05-18T23:50:19.142Z[ recovery-image] May 18 23:50:18.055 INFO O| May 18 23:50:18.055 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82662026-05-18T23:50:19.142Z[ recovery-image] May 18 23:50:18.055 INFO O| May 18 23:50:18.055 INFO STEP 4 (ensure_dir) COMPLETE
82672026-05-18T23:50:19.142Z[ recovery-image] May 18 23:50:18.055 INFO O| May 18 23:50:18.055 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82682026-05-18T23:50:19.149Z[ recovery-image] May 18 23:50:18.062 INFO O| May 18 23:50:18.062 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82692026-05-18T23:50:19.149Z[ recovery-image] May 18 23:50:18.062 INFO O| May 18 23:50:18.062 INFO STEP 5 (ensure_dir) COMPLETE
82702026-05-18T23:50:19.152Z[ recovery-image] May 18 23:50:18.062 INFO O| May 18 23:50:18.062 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82712026-05-18T23:50:19.158Z[ recovery-image] May 18 23:50:18.071 INFO O| May 18 23:50:18.071 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82722026-05-18T23:50:19.158Z[ recovery-image] May 18 23:50:18.071 INFO O| May 18 23:50:18.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82732026-05-18T23:50:19.158Z[ recovery-image] May 18 23:50:18.071 INFO O| May 18 23:50:18.071 INFO STEP 6 (ensure_dir) COMPLETE
82742026-05-18T23:50:19.161Z[ recovery-image] May 18 23:50:18.071 INFO O| May 18 23:50:18.071 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82752026-05-18T23:50:19.164Z[ recovery-image] May 18 23:50:18.077 INFO O| May 18 23:50:18.077 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82762026-05-18T23:50:19.164Z[ recovery-image] May 18 23:50:18.077 INFO O| May 18 23:50:18.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82772026-05-18T23:50:19.168Z[ recovery-image] May 18 23:50:18.077 INFO O| May 18 23:50:18.077 INFO STEP 7 (ensure_dir) COMPLETE
82782026-05-18T23:50:19.168Z[ recovery-image] May 18 23:50:18.077 INFO O| May 18 23:50:18.077 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82792026-05-18T23:50:19.172Z[ recovery-image] May 18 23:50:18.085 INFO O| May 18 23:50:18.085 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
82802026-05-18T23:50:19.176Z[ recovery-image] May 18 23:50:18.086 INFO O| May 18 23:50:18.086 INFO STEP 8 (remove_files) COMPLETE
82812026-05-18T23:50:19.176Z[ recovery-image] May 18 23:50:18.086 INFO O| May 18 23:50:18.086 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82822026-05-18T23:50:19.180Z[ recovery-image] May 18 23:50:18.093 INFO O| May 18 23:50:18.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
82832026-05-18T23:50:19.183Z[ recovery-image] May 18 23:50:18.093 INFO O| May 18 23:50:18.093 INFO STEP 9 (remove_files) COMPLETE
82842026-05-18T23:50:19.183Z[ recovery-image] May 18 23:50:18.093 INFO O| May 18 23:50:18.093 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82852026-05-18T23:50:19.188Z[ recovery-image] May 18 23:50:18.101 INFO O| May 18 23:50:18.101 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
82862026-05-18T23:50:19.191Z[ recovery-image] May 18 23:50:18.102 INFO O| May 18 23:50:18.102 INFO STEP 10 (remove_files) COMPLETE
82872026-05-18T23:50:19.191Z[ recovery-image] May 18 23:50:18.102 INFO O| May 18 23:50:18.102 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82882026-05-18T23:50:19.196Z[ recovery-image] May 18 23:50:18.109 INFO O| May 18 23:50:18.109 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
82892026-05-18T23:50:19.199Z[ recovery-image] May 18 23:50:18.109 INFO O| May 18 23:50:18.109 INFO STEP 11 (remove_files) COMPLETE
82902026-05-18T23:50:19.199Z[ recovery-image] May 18 23:50:18.109 INFO O| May 18 23:50:18.109 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82912026-05-18T23:50:19.202Z[ recovery-image] May 18 23:50:18.115 INFO O| May 18 23:50:18.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
82922026-05-18T23:50:19.202Z[ recovery-image] May 18 23:50:18.115 INFO O| May 18 23:50:18.115 INFO STEP 12 (remove_files) COMPLETE
82932026-05-18T23:50:19.206Z[ recovery-image] May 18 23:50:18.115 INFO O| May 18 23:50:18.115 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82942026-05-18T23:50:19.211Z[ recovery-image] May 18 23:50:18.124 INFO O| May 18 23:50:18.124 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82952026-05-18T23:50:19.214Z[ recovery-image] May 18 23:50:18.124 INFO O| May 18 23:50:18.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82962026-05-18T23:50:19.214Z[ recovery-image] May 18 23:50:18.124 INFO O| May 18 23:50:18.124 INFO STEP 13 (ensure_dir) COMPLETE
82972026-05-18T23:50:19.214Z[ recovery-image] May 18 23:50:18.124 INFO O| May 18 23:50:18.124 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82982026-05-18T23:50:19.219Z[ recovery-image] May 18 23:50:18.132 INFO O| May 18 23:50:18.132 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82992026-05-18T23:50:19.222Z[ recovery-image] May 18 23:50:18.132 INFO O| May 18 23:50:18.132 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83002026-05-18T23:50:19.223Z[ recovery-image] May 18 23:50:18.132 INFO O| May 18 23:50:18.132 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83012026-05-18T23:50:19.223Z[ recovery-image] May 18 23:50:18.132 INFO O| May 18 23:50:18.132 INFO STEP 14 (ensure_dir) COMPLETE
83022026-05-18T23:50:19.223Z[ recovery-image] May 18 23:50:18.132 INFO O| May 18 23:50:18.132 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83032026-05-18T23:50:19.226Z[ recovery-image] May 18 23:50:18.139 INFO O| May 18 23:50:18.139 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83042026-05-18T23:50:19.226Z[ recovery-image] May 18 23:50:18.139 INFO O| May 18 23:50:18.139 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83052026-05-18T23:50:19.226Z[ recovery-image] May 18 23:50:18.139 INFO O| May 18 23:50:18.139 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83062026-05-18T23:50:19.230Z[ recovery-image] May 18 23:50:18.139 INFO O| May 18 23:50:18.139 INFO STEP 15 (ensure_dir) COMPLETE
83072026-05-18T23:50:19.230Z[ recovery-image] May 18 23:50:18.139 INFO O| May 18 23:50:18.139 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83082026-05-18T23:50:19.234Z[ recovery-image] May 18 23:50:18.147 INFO O| May 18 23:50:18.147 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83092026-05-18T23:50:19.237Z[ recovery-image] May 18 23:50:18.147 INFO O| May 18 23:50:18.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83102026-05-18T23:50:19.237Z[ recovery-image] May 18 23:50:18.147 INFO O| May 18 23:50:18.147 INFO STEP 16 (ensure_dir) COMPLETE
83112026-05-18T23:50:19.237Z[ recovery-image] May 18 23:50:18.147 INFO O| May 18 23:50:18.147 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83122026-05-18T23:50:19.242Z[ recovery-image] May 18 23:50:18.154 INFO O| May 18 23:50:18.154 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83132026-05-18T23:50:19.242Z[ recovery-image] May 18 23:50:18.155 INFO O| May 18 23:50:18.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83142026-05-18T23:50:19.242Z[ recovery-image] May 18 23:50:18.155 INFO O| May 18 23:50:18.154 INFO STEP 17 (ensure_dir) COMPLETE
83152026-05-18T23:50:19.245Z[ recovery-image] May 18 23:50:18.155 INFO O| May 18 23:50:18.155 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83162026-05-18T23:50:19.249Z[ recovery-image] May 18 23:50:18.162 INFO O| May 18 23:50:18.162 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83172026-05-18T23:50:19.252Z[ recovery-image] May 18 23:50:18.162 INFO O| May 18 23:50:18.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83182026-05-18T23:50:19.252Z[ recovery-image] May 18 23:50:18.162 INFO O| May 18 23:50:18.162 INFO ok!
83192026-05-18T23:50:19.252Z[ recovery-image] May 18 23:50:18.162 INFO O| May 18 23:50:18.162 INFO STEP 18 (ensure_symlink) COMPLETE
83202026-05-18T23:50:19.252Z[ recovery-image] May 18 23:50:18.162 INFO O| May 18 23:50:18.162 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83212026-05-18T23:50:19.255Z[ recovery-image] May 18 23:50:18.168 INFO O| May 18 23:50:18.167 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83222026-05-18T23:50:19.255Z[ recovery-image] May 18 23:50:18.168 INFO O| May 18 23:50:18.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83232026-05-18T23:50:19.255Z[ recovery-image] May 18 23:50:18.168 INFO O| May 18 23:50:18.168 INFO ok!
83242026-05-18T23:50:19.255Z[ recovery-image] May 18 23:50:18.168 INFO O| May 18 23:50:18.168 INFO STEP 19 (ensure_file) COMPLETE
83252026-05-18T23:50:19.255Z[ recovery-image] May 18 23:50:18.168 INFO O| May 18 23:50:18.168 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83262026-05-18T23:50:19.261Z[ recovery-image] May 18 23:50:18.173 INFO O| May 18 23:50:18.173 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83272026-05-18T23:50:19.261Z[ recovery-image] May 18 23:50:18.173 INFO O| May 18 23:50:18.173 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83282026-05-18T23:50:19.264Z[ recovery-image] May 18 23:50:18.173 INFO O| May 18 23:50:18.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83292026-05-18T23:50:19.264Z[ recovery-image] May 18 23:50:18.173 INFO O| May 18 23:50:18.173 INFO ok!
83302026-05-18T23:50:19.264Z[ recovery-image] May 18 23:50:18.173 INFO O| May 18 23:50:18.173 INFO STEP 20 (ensure_symlink) COMPLETE
83312026-05-18T23:50:19.264Z[ recovery-image] May 18 23:50:18.173 INFO O| May 18 23:50:18.173 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83322026-05-18T23:50:19.269Z[ recovery-image] May 18 23:50:18.182 INFO O| May 18 23:50:18.181 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83332026-05-18T23:50:19.269Z[ recovery-image] May 18 23:50:18.182 INFO O| May 18 23:50:18.182 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83342026-05-18T23:50:19.269Z[ recovery-image] May 18 23:50:18.182 INFO O| May 18 23:50:18.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83352026-05-18T23:50:19.272Z[ recovery-image] May 18 23:50:18.182 INFO O| May 18 23:50:18.182 INFO ok!
83362026-05-18T23:50:19.272Z[ recovery-image] May 18 23:50:18.182 INFO O| May 18 23:50:18.182 INFO STEP 21 (ensure_symlink) COMPLETE
83372026-05-18T23:50:19.272Z[ recovery-image] May 18 23:50:18.182 INFO O| May 18 23:50:18.182 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83382026-05-18T23:50:19.275Z[ recovery-image] May 18 23:50:18.187 INFO O| May 18 23:50:18.187 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83392026-05-18T23:50:19.275Z[ recovery-image] May 18 23:50:18.187 INFO O| May 18 23:50:18.187 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83402026-05-18T23:50:19.275Z[ recovery-image] May 18 23:50:18.187 INFO O| May 18 23:50:18.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83412026-05-18T23:50:19.275Z[ recovery-image] May 18 23:50:18.187 INFO O| May 18 23:50:18.187 INFO ok!
83422026-05-18T23:50:19.275Z[ recovery-image] May 18 23:50:18.187 INFO O| May 18 23:50:18.187 INFO STEP 22 (ensure_symlink) COMPLETE
83432026-05-18T23:50:19.275Z[ recovery-image] May 18 23:50:18.187 INFO O| May 18 23:50:18.187 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83442026-05-18T23:50:19.280Z[ recovery-image] May 18 23:50:18.193 INFO O| May 18 23:50:18.193 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83452026-05-18T23:50:19.280Z[ recovery-image] May 18 23:50:18.193 INFO O| May 18 23:50:18.193 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83462026-05-18T23:50:19.283Z[ recovery-image] May 18 23:50:18.193 INFO O| May 18 23:50:18.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83472026-05-18T23:50:19.283Z[ recovery-image] May 18 23:50:18.193 INFO O| May 18 23:50:18.193 INFO ok!
83482026-05-18T23:50:19.283Z[ recovery-image] May 18 23:50:18.193 INFO O| May 18 23:50:18.193 INFO STEP 23 (ensure_symlink) COMPLETE
83492026-05-18T23:50:19.283Z[ recovery-image] May 18 23:50:18.193 INFO O| May 18 23:50:18.193 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83502026-05-18T23:50:19.288Z[ recovery-image] May 18 23:50:18.201 INFO O| May 18 23:50:18.201 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83512026-05-18T23:50:19.288Z[ recovery-image] May 18 23:50:18.201 INFO O| May 18 23:50:18.201 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 ...
83522026-05-18T23:50:19.291Z[ recovery-image] May 18 23:50:18.201 INFO O| May 18 23:50:18.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83532026-05-18T23:50:19.291Z[ recovery-image] May 18 23:50:18.201 INFO O| May 18 23:50:18.201 INFO ok!
83542026-05-18T23:50:19.291Z[ recovery-image] May 18 23:50:18.201 INFO O| May 18 23:50:18.201 INFO STEP 24 (ensure_file) COMPLETE
83552026-05-18T23:50:19.291Z[ recovery-image] May 18 23:50:18.201 INFO O| May 18 23:50:18.201 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83562026-05-18T23:50:19.295Z[ recovery-image] May 18 23:50:18.208 INFO O| May 18 23:50:18.208 INFO updating shadow file
83572026-05-18T23:50:19.295Z[ recovery-image] May 18 23:50:18.208 INFO O| May 18 23:50:18.208 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83582026-05-18T23:50:19.299Z[ recovery-image] May 18 23:50:18.208 INFO O| May 18 23:50:18.208 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83592026-05-18T23:50:19.299Z[ recovery-image] May 18 23:50:18.208 INFO O| May 18 23:50:18.208 INFO STEP 25 (shadow) COMPLETE
83602026-05-18T23:50:19.299Z[ recovery-image] May 18 23:50:18.208 INFO O| May 18 23:50:18.208 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83612026-05-18T23:50:19.302Z[ recovery-image] May 18 23:50:18.214 INFO O| May 18 23:50:18.214 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83622026-05-18T23:50:19.302Z[ recovery-image] May 18 23:50:18.214 INFO O| May 18 23:50:18.214 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83632026-05-18T23:50:19.302Z[ recovery-image] May 18 23:50:18.214 INFO O| May 18 23:50:18.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83642026-05-18T23:50:19.302Z[ recovery-image] May 18 23:50:18.214 INFO O| May 18 23:50:18.214 INFO ok!
83652026-05-18T23:50:19.302Z[ recovery-image] May 18 23:50:18.214 INFO O| May 18 23:50:18.214 INFO STEP 26 (ensure_file) COMPLETE
83662026-05-18T23:50:19.302Z[ recovery-image] May 18 23:50:18.214 INFO O| May 18 23:50:18.214 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83672026-05-18T23:50:19.308Z[ recovery-image] May 18 23:50:18.221 INFO O| May 18 23:50:18.221 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83682026-05-18T23:50:19.308Z[ recovery-image] May 18 23:50:18.221 INFO O| May 18 23:50:18.221 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83692026-05-18T23:50:19.311Z[ recovery-image] May 18 23:50:18.221 INFO O| May 18 23:50:18.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83702026-05-18T23:50:19.311Z[ recovery-image] May 18 23:50:18.221 INFO O| May 18 23:50:18.221 INFO ok!
83712026-05-18T23:50:19.311Z[ recovery-image] May 18 23:50:18.221 INFO O| May 18 23:50:18.221 INFO STEP 27 (ensure_file) COMPLETE
83722026-05-18T23:50:19.311Z[ recovery-image] May 18 23:50:18.221 INFO O| May 18 23:50:18.221 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83732026-05-18T23:50:19.314Z[ recovery-image] May 18 23:50:18.227 INFO O| May 18 23:50:18.227 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83742026-05-18T23:50:19.314Z[ recovery-image] May 18 23:50:18.227 INFO O| May 18 23:50:18.227 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
83752026-05-18T23:50:19.314Z[ recovery-image] May 18 23:50:18.227 INFO O| May 18 23:50:18.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83762026-05-18T23:50:19.317Z[ recovery-image] May 18 23:50:18.227 INFO O| May 18 23:50:18.227 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83772026-05-18T23:50:19.317Z[ recovery-image] May 18 23:50:18.227 INFO O| May 18 23:50:18.227 INFO ok!
83782026-05-18T23:50:19.318Z[ recovery-image] May 18 23:50:18.227 INFO O| May 18 23:50:18.227 INFO STEP 28 (ensure_file) COMPLETE
83792026-05-18T23:50:19.318Z[ recovery-image] May 18 23:50:18.227 INFO O| May 18 23:50:18.227 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83802026-05-18T23:50:19.322Z[ recovery-image] May 18 23:50:18.234 INFO O| May 18 23:50:18.234 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
83812026-05-18T23:50:19.322Z[ recovery-image] May 18 23:50:18.234 INFO O| May 18 23:50:18.234 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
83822026-05-18T23:50:19.325Z[ recovery-image] May 18 23:50:18.235 INFO O| May 18 23:50:18.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
83832026-05-18T23:50:19.325Z[ recovery-image] May 18 23:50:18.235 INFO O| May 18 23:50:18.234 INFO ok!
83842026-05-18T23:50:19.325Z[ recovery-image] May 18 23:50:18.235 INFO O| May 18 23:50:18.234 INFO STEP 29 (ensure_file) COMPLETE
83852026-05-18T23:50:19.325Z[ recovery-image] May 18 23:50:18.235 INFO O| May 18 23:50:18.235 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83862026-05-18T23:50:19.329Z[ recovery-image] May 18 23:50:18.242 INFO O| May 18 23:50:18.242 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83872026-05-18T23:50:19.329Z[ recovery-image] May 18 23:50:18.242 INFO O| May 18 23:50:18.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83882026-05-18T23:50:19.332Z[ recovery-image] May 18 23:50:18.242 INFO O| May 18 23:50:18.242 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83892026-05-18T23:50:19.332Z[ recovery-image] May 18 23:50:18.242 INFO O| May 18 23:50:18.242 INFO STEP 30 (ensure_dir) COMPLETE
83902026-05-18T23:50:19.332Z[ recovery-image] May 18 23:50:18.242 INFO O| May 18 23:50:18.242 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83912026-05-18T23:50:19.336Z[ recovery-image] May 18 23:50:18.249 INFO O| May 18 23:50:18.249 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
83922026-05-18T23:50:19.336Z[ recovery-image] May 18 23:50:18.249 INFO O| May 18 23:50:18.249 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 ...
83932026-05-18T23:50:19.340Z[ recovery-image] May 18 23:50:18.249 INFO O| May 18 23:50:18.249 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
83942026-05-18T23:50:19.340Z[ recovery-image] May 18 23:50:18.249 INFO O| May 18 23:50:18.249 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
83952026-05-18T23:50:19.340Z[ recovery-image] May 18 23:50:18.249 INFO O| May 18 23:50:18.249 INFO ok!
83962026-05-18T23:50:19.340Z[ recovery-image] May 18 23:50:18.249 INFO O| May 18 23:50:18.249 INFO STEP 31 (ensure_file) COMPLETE
83972026-05-18T23:50:19.340Z[ recovery-image] May 18 23:50:18.249 INFO O| May 18 23:50:18.249 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83982026-05-18T23:50:19.343Z[ recovery-image] May 18 23:50:18.255 INFO O| May 18 23:50:18.255 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83992026-05-18T23:50:19.343Z[ recovery-image] May 18 23:50:18.255 INFO O| May 18 23:50:18.255 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84002026-05-18T23:50:19.343Z[ recovery-image] May 18 23:50:18.255 INFO O| May 18 23:50:18.255 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84012026-05-18T23:50:19.343Z[ recovery-image] May 18 23:50:18.255 INFO O| May 18 23:50:18.255 INFO STEP 32 (ensure_dir) COMPLETE
84022026-05-18T23:50:19.343Z[ recovery-image] May 18 23:50:18.255 INFO O| May 18 23:50:18.255 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84032026-05-18T23:50:19.350Z[ recovery-image] May 18 23:50:18.263 INFO O| May 18 23:50:18.262 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84042026-05-18T23:50:19.350Z[ recovery-image] May 18 23:50:18.263 INFO O| May 18 23:50:18.262 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 ...
84052026-05-18T23:50:19.353Z[ recovery-image] May 18 23:50:18.263 INFO O| May 18 23:50:18.263 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
84062026-05-18T23:50:19.353Z[ recovery-image] May 18 23:50:18.263 INFO O| May 18 23:50:18.263 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84072026-05-18T23:50:19.353Z[ recovery-image] May 18 23:50:18.263 INFO O| May 18 23:50:18.263 INFO ok!
84082026-05-18T23:50:19.353Z[ recovery-image] May 18 23:50:18.263 INFO O| May 18 23:50:18.263 INFO STEP 33 (ensure_file) COMPLETE
84092026-05-18T23:50:19.353Z[ recovery-image] May 18 23:50:18.263 INFO O| May 18 23:50:18.263 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84102026-05-18T23:50:19.356Z[ recovery-image] May 18 23:50:18.268 INFO O| May 18 23:50:18.268 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84112026-05-18T23:50:19.356Z[ recovery-image] May 18 23:50:18.268 INFO O| May 18 23:50:18.268 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84122026-05-18T23:50:19.356Z[ recovery-image] May 18 23:50:18.269 INFO O| May 18 23:50:18.268 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84132026-05-18T23:50:19.356Z[ recovery-image] May 18 23:50:18.269 INFO O| May 18 23:50:18.269 INFO ok!
84142026-05-18T23:50:19.356Z[ recovery-image] May 18 23:50:18.269 INFO O| May 18 23:50:18.269 INFO STEP 34 (ensure_file) COMPLETE
84152026-05-18T23:50:19.356Z[ recovery-image] May 18 23:50:18.269 INFO O| May 18 23:50:18.269 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84162026-05-18T23:50:19.363Z[ recovery-image] May 18 23:50:18.276 INFO O| May 18 23:50:18.276 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84172026-05-18T23:50:19.363Z[ recovery-image] May 18 23:50:18.276 INFO O| May 18 23:50:18.276 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84182026-05-18T23:50:19.363Z[ recovery-image] May 18 23:50:18.276 INFO O| May 18 23:50:18.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84192026-05-18T23:50:19.367Z[ recovery-image] May 18 23:50:18.276 INFO O| May 18 23:50:18.276 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84202026-05-18T23:50:19.367Z[ recovery-image] May 18 23:50:18.276 INFO O| May 18 23:50:18.276 INFO ok!
84212026-05-18T23:50:19.367Z[ recovery-image] May 18 23:50:18.276 INFO O| May 18 23:50:18.276 INFO STEP 35 (ensure_file) COMPLETE
84222026-05-18T23:50:19.367Z[ recovery-image] May 18 23:50:18.276 INFO O| May 18 23:50:18.276 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84232026-05-18T23:50:19.370Z[ recovery-image] May 18 23:50:18.282 INFO O| May 18 23:50:18.282 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84242026-05-18T23:50:19.370Z[ recovery-image] May 18 23:50:18.282 INFO O| May 18 23:50:18.282 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84252026-05-18T23:50:19.370Z[ recovery-image] May 18 23:50:18.282 INFO O| May 18 23:50:18.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84262026-05-18T23:50:19.370Z[ recovery-image] May 18 23:50:18.282 INFO O| May 18 23:50:18.282 INFO ok!
84272026-05-18T23:50:19.370Z[ recovery-image] May 18 23:50:18.282 INFO O| May 18 23:50:18.282 INFO STEP 36 (ensure_file) COMPLETE
84282026-05-18T23:50:19.370Z[ recovery-image] May 18 23:50:18.282 INFO O| May 18 23:50:18.282 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84292026-05-18T23:50:19.377Z[ recovery-image] May 18 23:50:18.290 INFO O| May 18 23:50:18.290 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84302026-05-18T23:50:19.377Z[ recovery-image] May 18 23:50:18.290 INFO O| May 18 23:50:18.290 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84312026-05-18T23:50:19.380Z[ recovery-image] May 18 23:50:18.290 INFO O| May 18 23:50:18.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84322026-05-18T23:50:19.380Z[ recovery-image] May 18 23:50:18.290 INFO O| May 18 23:50:18.290 INFO ok!
84332026-05-18T23:50:19.380Z[ recovery-image] May 18 23:50:18.290 INFO O| May 18 23:50:18.290 INFO STEP 37 (ensure_file) COMPLETE
84342026-05-18T23:50:19.380Z[ recovery-image] May 18 23:50:18.290 INFO O| May 18 23:50:18.290 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84352026-05-18T23:50:19.384Z[ recovery-image] May 18 23:50:18.297 INFO O| May 18 23:50:18.297 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84362026-05-18T23:50:19.384Z[ recovery-image] May 18 23:50:18.297 INFO O| May 18 23:50:18.297 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84372026-05-18T23:50:19.392Z[ recovery-image] May 18 23:50:18.297 INFO O| May 18 23:50:18.297 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84382026-05-18T23:50:19.392Z[ recovery-image] May 18 23:50:18.297 INFO O| May 18 23:50:18.297 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84392026-05-18T23:50:19.392Z[ recovery-image] May 18 23:50:18.297 INFO O| May 18 23:50:18.297 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84402026-05-18T23:50:19.392Z[ recovery-image] May 18 23:50:18.297 INFO O| May 18 23:50:18.297 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84412026-05-18T23:50:19.392Z[ recovery-image] May 18 23:50:18.297 INFO O| May 18 23:50:18.297 INFO ok!
84422026-05-18T23:50:19.392Z[ recovery-image] May 18 23:50:18.297 INFO O| May 18 23:50:18.297 INFO STEP 38 (ensure_file) COMPLETE
84432026-05-18T23:50:19.392Z[ recovery-image] May 18 23:50:18.297 INFO O| May 18 23:50:18.297 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84442026-05-18T23:50:19.396Z[ recovery-image] May 18 23:50:18.304 INFO O| May 18 23:50:18.304 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84452026-05-18T23:50:19.396Z[ recovery-image] May 18 23:50:18.304 INFO O| May 18 23:50:18.304 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84462026-05-18T23:50:19.396Z[ recovery-image] May 18 23:50:18.304 INFO O| May 18 23:50:18.304 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84472026-05-18T23:50:19.396Z[ recovery-image] May 18 23:50:18.304 INFO O| May 18 23:50:18.304 INFO STEP 39 (ensure_dir) COMPLETE
84482026-05-18T23:50:19.396Z[ recovery-image] May 18 23:50:18.305 INFO O| May 18 23:50:18.304 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84492026-05-18T23:50:19.399Z[ recovery-image] May 18 23:50:18.311 INFO O| May 18 23:50:18.311 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
84502026-05-18T23:50:19.399Z[ recovery-image] May 18 23:50:18.311 INFO O| May 18 23:50:18.311 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 ...
84512026-05-18T23:50:19.399Z[ recovery-image] May 18 23:50:18.311 INFO O| May 18 23:50:18.311 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
84522026-05-18T23:50:19.399Z[ recovery-image] May 18 23:50:18.311 INFO O| May 18 23:50:18.311 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
84532026-05-18T23:50:19.399Z[ recovery-image] May 18 23:50:18.311 INFO O| May 18 23:50:18.311 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
84542026-05-18T23:50:19.399Z[ recovery-image] May 18 23:50:18.311 INFO O| May 18 23:50:18.311 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
84552026-05-18T23:50:19.399Z[ recovery-image] May 18 23:50:18.311 INFO O| May 18 23:50:18.311 INFO ok!
84562026-05-18T23:50:19.399Z[ recovery-image] May 18 23:50:18.311 INFO O| May 18 23:50:18.311 INFO STEP 40 (ensure_file) COMPLETE
84572026-05-18T23:50:19.399Z[ recovery-image] May 18 23:50:18.311 INFO O| May 18 23:50:18.311 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84582026-05-18T23:50:19.404Z[ recovery-image] May 18 23:50:18.317 INFO O| May 18 23:50:18.317 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84592026-05-18T23:50:19.404Z[ recovery-image] May 18 23:50:18.317 INFO O| May 18 23:50:18.317 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 ...
84602026-05-18T23:50:19.404Z[ recovery-image] May 18 23:50:18.317 INFO O| May 18 23:50:18.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84612026-05-18T23:50:19.407Z[ recovery-image] May 18 23:50:18.317 INFO O| May 18 23:50:18.317 INFO ok!
84622026-05-18T23:50:19.407Z[ recovery-image] May 18 23:50:18.317 INFO O| May 18 23:50:18.317 INFO STEP 41 (ensure_symlink) COMPLETE
84632026-05-18T23:50:19.407Z[ recovery-image] May 18 23:50:18.317 INFO O| May 18 23:50:18.317 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84642026-05-18T23:50:19.411Z[ recovery-image] May 18 23:50:18.323 INFO O| May 18 23:50:18.323 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84652026-05-18T23:50:19.411Z[ recovery-image] May 18 23:50:18.323 INFO O| May 18 23:50:18.323 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84662026-05-18T23:50:19.411Z[ recovery-image] May 18 23:50:18.323 INFO O| May 18 23:50:18.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84672026-05-18T23:50:19.411Z[ recovery-image] May 18 23:50:18.323 INFO O| May 18 23:50:18.323 INFO ok!
84682026-05-18T23:50:19.411Z[ recovery-image] May 18 23:50:18.323 INFO O| May 18 23:50:18.323 INFO STEP 42 (ensure_symlink) COMPLETE
84692026-05-18T23:50:19.411Z[ recovery-image] May 18 23:50:18.323 INFO O| May 18 23:50:18.323 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84702026-05-18T23:50:19.416Z[ recovery-image] May 18 23:50:18.328 INFO O| May 18 23:50:18.328 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84712026-05-18T23:50:19.416Z[ recovery-image] May 18 23:50:18.329 INFO O| May 18 23:50:18.328 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
84722026-05-18T23:50:19.416Z[ recovery-image] May 18 23:50:18.329 INFO O| May 18 23:50:18.329 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84732026-05-18T23:50:19.416Z[ recovery-image] May 18 23:50:18.329 INFO O| May 18 23:50:18.329 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84742026-05-18T23:50:19.419Z[ recovery-image] May 18 23:50:18.329 INFO O| May 18 23:50:18.329 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84752026-05-18T23:50:19.419Z[ recovery-image] May 18 23:50:18.329 INFO O| May 18 23:50:18.329 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84762026-05-18T23:50:19.419Z[ recovery-image] May 18 23:50:18.329 INFO O| May 18 23:50:18.329 INFO ok!
84772026-05-18T23:50:19.419Z[ recovery-image] May 18 23:50:18.329 INFO O| May 18 23:50:18.329 INFO STEP 43 (ensure_file) COMPLETE
84782026-05-18T23:50:19.419Z[ recovery-image] May 18 23:50:18.329 INFO O| May 18 23:50:18.329 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84792026-05-18T23:50:19.422Z[ recovery-image] May 18 23:50:18.334 INFO O| May 18 23:50:18.334 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84802026-05-18T23:50:19.422Z[ recovery-image] May 18 23:50:18.334 INFO O| May 18 23:50:18.334 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 ...
84812026-05-18T23:50:19.423Z[ recovery-image] May 18 23:50:18.334 INFO O| May 18 23:50:18.334 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
84822026-05-18T23:50:19.423Z[ recovery-image] May 18 23:50:18.334 INFO O| May 18 23:50:18.334 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84832026-05-18T23:50:19.423Z[ recovery-image] May 18 23:50:18.334 INFO O| May 18 23:50:18.334 INFO ok!
84842026-05-18T23:50:19.423Z[ recovery-image] May 18 23:50:18.334 INFO O| May 18 23:50:18.334 INFO STEP 44 (ensure_file) COMPLETE
84852026-05-18T23:50:19.423Z[ recovery-image] May 18 23:50:18.334 INFO O| May 18 23:50:18.334 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84862026-05-18T23:50:19.427Z[ recovery-image] May 18 23:50:18.340 INFO O| May 18 23:50:18.340 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
84872026-05-18T23:50:19.427Z[ recovery-image] May 18 23:50:18.340 INFO O| May 18 23:50:18.340 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
84882026-05-18T23:50:19.431Z[ recovery-image] May 18 23:50:18.340 INFO O| May 18 23:50:18.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
84892026-05-18T23:50:19.431Z[ recovery-image] May 18 23:50:18.340 INFO O| May 18 23:50:18.340 INFO ok!
84902026-05-18T23:50:19.431Z[ recovery-image] May 18 23:50:18.340 INFO O| May 18 23:50:18.340 INFO STEP 45 (ensure_file) COMPLETE
84912026-05-18T23:50:19.431Z[ recovery-image] May 18 23:50:18.340 INFO O| May 18 23:50:18.340 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84922026-05-18T23:50:19.434Z[ recovery-image] May 18 23:50:18.346 INFO O| May 18 23:50:18.346 INFO updating shadow file
84932026-05-18T23:50:19.434Z[ recovery-image] May 18 23:50:18.346 INFO O| May 18 23:50:18.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84942026-05-18T23:50:19.434Z[ recovery-image] May 18 23:50:18.346 INFO O| May 18 23:50:18.346 INFO STEP 46 (shadow) COMPLETE
84952026-05-18T23:50:19.434Z[ recovery-image] May 18 23:50:18.346 INFO O| May 18 23:50:18.346 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84962026-05-18T23:50:19.439Z[ recovery-image] May 18 23:50:18.352 INFO O| May 18 23:50:18.352 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84972026-05-18T23:50:19.439Z[ recovery-image] May 18 23:50:18.352 INFO O| May 18 23:50:18.352 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
84982026-05-18T23:50:19.442Z[ recovery-image] May 18 23:50:18.352 INFO O| May 18 23:50:18.352 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84992026-05-18T23:50:19.442Z[ recovery-image] May 18 23:50:18.352 INFO O| May 18 23:50:18.352 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85002026-05-18T23:50:19.442Z[ recovery-image] May 18 23:50:18.352 INFO O| May 18 23:50:18.352 INFO ok!
85012026-05-18T23:50:19.442Z[ recovery-image] May 18 23:50:18.352 INFO O| May 18 23:50:18.352 INFO STEP 47 (ensure_file) COMPLETE
85022026-05-18T23:50:19.442Z[ recovery-image] May 18 23:50:18.352 INFO O| May 18 23:50:18.352 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85032026-05-18T23:50:19.448Z[ recovery-image] May 18 23:50:18.360 INFO O| May 18 23:50:18.360 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85042026-05-18T23:50:19.448Z[ recovery-image] May 18 23:50:18.361 INFO O| May 18 23:50:18.360 INFO STEP 48 (ensure_dir) COMPLETE
85052026-05-18T23:50:19.451Z[ recovery-image] May 18 23:50:18.361 INFO O| May 18 23:50:18.360 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85062026-05-18T23:50:19.454Z[ recovery-image] May 18 23:50:18.367 INFO O| May 18 23:50:18.367 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85072026-05-18T23:50:19.454Z[ recovery-image] May 18 23:50:18.367 INFO O| May 18 23:50:18.367 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85082026-05-18T23:50:19.454Z[ recovery-image] May 18 23:50:18.367 INFO O| May 18 23:50:18.367 INFO STEP 49 (ensure_dir) COMPLETE
85092026-05-18T23:50:19.457Z[ recovery-image] May 18 23:50:18.367 INFO O| May 18 23:50:18.367 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85102026-05-18T23:50:19.463Z[ recovery-image] May 18 23:50:18.374 INFO O| May 18 23:50:18.374 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85112026-05-18T23:50:19.463Z[ recovery-image] May 18 23:50:18.374 INFO O| May 18 23:50:18.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85122026-05-18T23:50:19.463Z[ recovery-image] May 18 23:50:18.374 INFO O| May 18 23:50:18.374 INFO STEP 50 (ensure_dir) COMPLETE
85132026-05-18T23:50:19.466Z[ recovery-image] May 18 23:50:18.374 INFO O| May 18 23:50:18.374 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85142026-05-18T23:50:19.469Z[ recovery-image] May 18 23:50:18.381 INFO O| May 18 23:50:18.381 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85152026-05-18T23:50:19.469Z[ recovery-image] May 18 23:50:18.381 INFO O| May 18 23:50:18.381 INFO copying /tmp/.tmphiA1vH/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85162026-05-18T23:50:19.503Z[ recovery-image] May 18 23:50:18.416 INFO O| May 18 23:50:18.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85172026-05-18T23:50:19.503Z[ recovery-image] May 18 23:50:18.416 INFO O| May 18 23:50:18.416 INFO ok!
85182026-05-18T23:50:19.503Z[ recovery-image] May 18 23:50:18.416 INFO O| May 18 23:50:18.416 INFO STEP 51 (ensure_file) COMPLETE
85192026-05-18T23:50:19.507Z[ recovery-image] May 18 23:50:18.416 INFO O| May 18 23:50:18.416 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85202026-05-18T23:50:19.510Z[ recovery-image] May 18 23:50:18.423 INFO O| May 18 23:50:18.423 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85212026-05-18T23:50:19.510Z[ recovery-image] May 18 23:50:18.423 INFO O| May 18 23:50:18.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85222026-05-18T23:50:19.514Z[ recovery-image] May 18 23:50:18.423 INFO O| May 18 23:50:18.423 INFO STEP 52 (ensure_dir) COMPLETE
85232026-05-18T23:50:19.514Z[ recovery-image] May 18 23:50:18.423 INFO O| May 18 23:50:18.423 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85242026-05-18T23:50:19.520Z[ recovery-image] May 18 23:50:18.431 INFO O| May 18 23:50:18.431 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85252026-05-18T23:50:19.520Z[ recovery-image] May 18 23:50:18.431 INFO O| May 18 23:50:18.431 INFO copying /tmp/.tmphiA1vH/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85262026-05-18T23:50:19.523Z[ recovery-image] May 18 23:50:18.431 INFO O| May 18 23:50:18.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85272026-05-18T23:50:19.523Z[ recovery-image] May 18 23:50:18.431 INFO O| May 18 23:50:18.431 INFO ok!
85282026-05-18T23:50:19.523Z[ recovery-image] May 18 23:50:18.431 INFO O| May 18 23:50:18.431 INFO STEP 53 (ensure_file) COMPLETE
85292026-05-18T23:50:19.523Z[ recovery-image] May 18 23:50:18.431 INFO O| May 18 23:50:18.431 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85302026-05-18T23:50:19.526Z[ recovery-image] May 18 23:50:18.438 INFO O| May 18 23:50:18.438 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85312026-05-18T23:50:19.526Z[ recovery-image] May 18 23:50:18.438 INFO O| May 18 23:50:18.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85322026-05-18T23:50:19.526Z[ recovery-image] May 18 23:50:18.438 INFO O| May 18 23:50:18.438 INFO STEP 54 (ensure_dir) COMPLETE
85332026-05-18T23:50:19.526Z[ recovery-image] May 18 23:50:18.438 INFO O| May 18 23:50:18.438 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85342026-05-18T23:50:19.531Z[ recovery-image] May 18 23:50:18.444 INFO O| May 18 23:50:18.444 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85352026-05-18T23:50:19.534Z[ recovery-image] May 18 23:50:18.444 INFO O| May 18 23:50:18.444 INFO copying /tmp/.tmphiA1vH/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85362026-05-18T23:50:20.167Z[ recovery-image] May 18 23:50:19.050 INFO O| May 18 23:50:19.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85372026-05-18T23:50:20.167Z[ recovery-image] May 18 23:50:19.050 INFO O| May 18 23:50:19.050 INFO ok!
85382026-05-18T23:50:20.167Z[ recovery-image] May 18 23:50:19.050 INFO O| May 18 23:50:19.050 INFO STEP 55 (ensure_file) COMPLETE
85392026-05-18T23:50:20.167Z[ recovery-image] May 18 23:50:19.050 INFO O| May 18 23:50:19.050 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85402026-05-18T23:50:20.167Z[ recovery-image] May 18 23:50:19.058 INFO O| May 18 23:50:19.058 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85412026-05-18T23:50:20.167Z[ recovery-image] May 18 23:50:19.058 INFO O| May 18 23:50:19.058 INFO copying /tmp/.tmphiA1vH/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85422026-05-18T23:50:20.737Z[ recovery-image] May 18 23:50:19.649 INFO O| May 18 23:50:19.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85432026-05-18T23:50:20.737Z[ recovery-image] May 18 23:50:19.649 INFO O| May 18 23:50:19.649 INFO ok!
85442026-05-18T23:50:20.737Z[ recovery-image] May 18 23:50:19.649 INFO O| May 18 23:50:19.649 INFO STEP 56 (ensure_file) COMPLETE
85452026-05-18T23:50:20.737Z[ recovery-image] May 18 23:50:19.649 INFO O| May 18 23:50:19.649 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85462026-05-18T23:50:20.745Z[ recovery-image] May 18 23:50:19.658 INFO O| May 18 23:50:19.658 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85472026-05-18T23:50:20.745Z[ recovery-image] May 18 23:50:19.658 INFO O| May 18 23:50:19.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85482026-05-18T23:50:20.748Z[ recovery-image] May 18 23:50:19.658 INFO O| May 18 23:50:19.658 INFO STEP 57 (ensure_dir) COMPLETE
85492026-05-18T23:50:20.748Z[ recovery-image] May 18 23:50:19.658 INFO O| May 18 23:50:19.658 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85502026-05-18T23:50:20.751Z[ recovery-image] May 18 23:50:19.664 INFO O| May 18 23:50:19.664 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85512026-05-18T23:50:20.751Z[ recovery-image] May 18 23:50:19.664 INFO O| May 18 23:50:19.664 INFO copying /tmp/.tmphiA1vH/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 ...
85522026-05-18T23:50:20.756Z[ recovery-image] May 18 23:50:19.664 INFO O| May 18 23:50:19.664 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
85532026-05-18T23:50:20.756Z[ recovery-image] May 18 23:50:19.664 INFO O| May 18 23:50:19.664 INFO ok!
85542026-05-18T23:50:20.756Z[ recovery-image] May 18 23:50:19.664 INFO O| May 18 23:50:19.664 INFO STEP 58 (ensure_file) COMPLETE
85552026-05-18T23:50:20.756Z[ recovery-image] May 18 23:50:19.664 INFO O| May 18 23:50:19.664 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85562026-05-18T23:50:20.760Z[ recovery-image] May 18 23:50:19.670 INFO O| May 18 23:50:19.670 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85572026-05-18T23:50:20.760Z[ recovery-image] May 18 23:50:19.670 INFO O| May 18 23:50:19.670 INFO copying /tmp/.tmphiA1vH/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 ...
85582026-05-18T23:50:20.760Z[ recovery-image] May 18 23:50:19.670 INFO O| May 18 23:50:19.670 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
85592026-05-18T23:50:20.760Z[ recovery-image] May 18 23:50:19.670 INFO O| May 18 23:50:19.670 INFO ok!
85602026-05-18T23:50:20.760Z[ recovery-image] May 18 23:50:19.670 INFO O| May 18 23:50:19.670 INFO STEP 59 (ensure_file) COMPLETE
85612026-05-18T23:50:20.760Z[ recovery-image] May 18 23:50:19.670 INFO O| May 18 23:50:19.670 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85622026-05-18T23:50:20.766Z[ recovery-image] May 18 23:50:19.678 INFO O| May 18 23:50:19.678 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85632026-05-18T23:50:20.766Z[ recovery-image] May 18 23:50:19.678 INFO O| May 18 23:50:19.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85642026-05-18T23:50:20.769Z[ recovery-image] May 18 23:50:19.678 INFO O| May 18 23:50:19.678 INFO STEP 60 (ensure_dir) COMPLETE
85652026-05-18T23:50:20.769Z[ recovery-image] May 18 23:50:19.678 INFO O| May 18 23:50:19.678 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85662026-05-18T23:50:20.772Z[ recovery-image] May 18 23:50:19.685 INFO O| May 18 23:50:19.685 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85672026-05-18T23:50:20.772Z[ recovery-image] May 18 23:50:19.685 INFO O| May 18 23:50:19.685 INFO copying /tmp/.tmphiA1vH/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 ...
85682026-05-18T23:50:20.772Z[ recovery-image] May 18 23:50:19.685 INFO O| May 18 23:50:19.685 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85692026-05-18T23:50:20.772Z[ recovery-image] May 18 23:50:19.685 INFO O| May 18 23:50:19.685 INFO ok!
85702026-05-18T23:50:20.776Z[ recovery-image] May 18 23:50:19.685 INFO O| May 18 23:50:19.685 INFO STEP 61 (ensure_file) COMPLETE
85712026-05-18T23:50:20.776Z[ recovery-image] May 18 23:50:19.685 INFO O| May 18 23:50:19.685 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85722026-05-18T23:50:20.780Z[ recovery-image] May 18 23:50:19.692 INFO O| May 18 23:50:19.692 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85732026-05-18T23:50:20.780Z[ recovery-image] May 18 23:50:19.692 INFO O| May 18 23:50:19.692 INFO copying /tmp/.tmphiA1vH/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 ...
85742026-05-18T23:50:20.781Z[ recovery-image] May 18 23:50:19.692 INFO O| May 18 23:50:19.692 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
85752026-05-18T23:50:20.784Z[ recovery-image] May 18 23:50:19.692 INFO O| May 18 23:50:19.692 INFO ok!
85762026-05-18T23:50:20.784Z[ recovery-image] May 18 23:50:19.692 INFO O| May 18 23:50:19.692 INFO STEP 62 (ensure_file) COMPLETE
85772026-05-18T23:50:20.784Z[ recovery-image] May 18 23:50:19.692 INFO O| May 18 23:50:19.692 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85782026-05-18T23:50:20.787Z[ recovery-image] May 18 23:50:19.699 INFO O| May 18 23:50:19.699 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85792026-05-18T23:50:20.787Z[ recovery-image] May 18 23:50:19.699 INFO O| May 18 23:50:19.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85802026-05-18T23:50:20.787Z[ recovery-image] May 18 23:50:19.699 INFO O| May 18 23:50:19.699 INFO STEP 63 (ensure_dir) COMPLETE
85812026-05-18T23:50:20.787Z[ recovery-image] May 18 23:50:19.699 INFO O| May 18 23:50:19.699 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85822026-05-18T23:50:20.793Z[ recovery-image] May 18 23:50:19.706 INFO O| May 18 23:50:19.706 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85832026-05-18T23:50:20.793Z[ recovery-image] May 18 23:50:19.706 INFO O| May 18 23:50:19.706 INFO copying /tmp/.tmphiA1vH/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 ...
85842026-05-18T23:50:20.796Z[ recovery-image] May 18 23:50:19.706 INFO O| May 18 23:50:19.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85852026-05-18T23:50:20.796Z[ recovery-image] May 18 23:50:19.706 INFO O| May 18 23:50:19.706 INFO ok!
85862026-05-18T23:50:20.796Z[ recovery-image] May 18 23:50:19.706 INFO O| May 18 23:50:19.706 INFO STEP 64 (ensure_file) COMPLETE
85872026-05-18T23:50:20.796Z[ recovery-image] May 18 23:50:19.706 INFO O| May 18 23:50:19.706 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85882026-05-18T23:50:20.800Z[ recovery-image] May 18 23:50:19.713 INFO O| May 18 23:50:19.713 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85892026-05-18T23:50:20.800Z[ recovery-image] May 18 23:50:19.713 INFO O| May 18 23:50:19.713 INFO copying /tmp/.tmphiA1vH/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85902026-05-18T23:50:20.800Z[ recovery-image] May 18 23:50:19.713 INFO O| May 18 23:50:19.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85912026-05-18T23:50:20.800Z[ recovery-image] May 18 23:50:19.713 INFO O| May 18 23:50:19.713 INFO ok!
85922026-05-18T23:50:20.803Z[ recovery-image] May 18 23:50:19.713 INFO O| May 18 23:50:19.713 INFO STEP 65 (ensure_file) COMPLETE
85932026-05-18T23:50:20.803Z[ recovery-image] May 18 23:50:19.713 INFO O| May 18 23:50:19.713 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85942026-05-18T23:50:20.807Z[ recovery-image] May 18 23:50:19.718 INFO O| May 18 23:50:19.718 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
85952026-05-18T23:50:20.807Z[ recovery-image] May 18 23:50:19.718 INFO O| May 18 23:50:19.718 INFO STEP 66 (ensure_dir) COMPLETE
85962026-05-18T23:50:20.807Z[ recovery-image] May 18 23:50:19.718 INFO O| May 18 23:50:19.718 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85972026-05-18T23:50:20.812Z[ recovery-image] May 18 23:50:19.725 INFO O| May 18 23:50:19.725 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
85982026-05-18T23:50:20.812Z[ recovery-image] May 18 23:50:19.725 INFO O| May 18 23:50:19.725 INFO STEP 67 (ensure_dir) COMPLETE
85992026-05-18T23:50:20.815Z[ recovery-image] May 18 23:50:19.725 INFO O| May 18 23:50:19.725 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86002026-05-18T23:50:20.818Z[ recovery-image] May 18 23:50:19.731 INFO O| May 18 23:50:19.731 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86012026-05-18T23:50:20.818Z[ recovery-image] May 18 23:50:19.731 INFO O| May 18 23:50:19.731 INFO STEP 68 (ensure_dir) COMPLETE
86022026-05-18T23:50:20.818Z[ recovery-image] May 18 23:50:19.731 INFO O| May 18 23:50:19.731 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86032026-05-18T23:50:20.824Z[ recovery-image] May 18 23:50:19.737 INFO O| May 18 23:50:19.737 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86042026-05-18T23:50:20.824Z[ recovery-image] May 18 23:50:19.737 INFO O| May 18 23:50:19.737 INFO STEP 69 (ensure_dir) COMPLETE
86052026-05-18T23:50:20.827Z[ recovery-image] May 18 23:50:19.737 INFO O| May 18 23:50:19.737 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86062026-05-18T23:50:20.830Z[ recovery-image] May 18 23:50:19.743 INFO O| May 18 23:50:19.743 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86072026-05-18T23:50:20.834Z[ recovery-image] May 18 23:50:19.743 INFO O| May 18 23:50:19.743 INFO copying /tmp/.tmphiA1vH/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86082026-05-18T23:50:20.834Z[ recovery-image] May 18 23:50:19.743 INFO O| May 18 23:50:19.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86092026-05-18T23:50:20.834Z[ recovery-image] May 18 23:50:19.743 INFO O| May 18 23:50:19.743 INFO ok!
86102026-05-18T23:50:20.835Z[ recovery-image] May 18 23:50:19.743 INFO O| May 18 23:50:19.743 INFO STEP 70 (ensure_file) COMPLETE
86112026-05-18T23:50:20.835Z[ recovery-image] May 18 23:50:19.743 INFO O| May 18 23:50:19.743 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86122026-05-18T23:50:20.838Z[ recovery-image] May 18 23:50:19.750 INFO O| May 18 23:50:19.749 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86132026-05-18T23:50:20.838Z[ recovery-image] May 18 23:50:19.750 INFO O| May 18 23:50:19.750 INFO STEP 71 (remove_files) COMPLETE
86142026-05-18T23:50:20.838Z[ recovery-image] May 18 23:50:19.750 INFO O| May 18 23:50:19.750 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86152026-05-18T23:50:20.843Z[ recovery-image] May 18 23:50:19.756 INFO O| May 18 23:50:19.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86162026-05-18T23:50:20.843Z[ recovery-image] May 18 23:50:19.756 INFO O| May 18 23:50:19.756 INFO STEP 72 (remove_files) COMPLETE
86172026-05-18T23:50:20.846Z[ recovery-image] May 18 23:50:19.756 INFO O| May 18 23:50:19.756 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86182026-05-18T23:50:20.849Z[ recovery-image] May 18 23:50:19.762 INFO O| May 18 23:50:19.762 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86192026-05-18T23:50:20.849Z[ recovery-image] May 18 23:50:19.762 INFO O| May 18 23:50:19.762 INFO STEP 73 (remove_files) COMPLETE
86202026-05-18T23:50:20.849Z[ recovery-image] May 18 23:50:19.762 INFO O| May 18 23:50:19.762 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86212026-05-18T23:50:20.857Z[ recovery-image] May 18 23:50:19.770 INFO O| May 18 23:50:19.770 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86222026-05-18T23:50:20.860Z[ recovery-image] May 18 23:50:19.770 INFO O| May 18 23:50:19.770 INFO STEP 74 (remove_files) COMPLETE
86232026-05-18T23:50:20.860Z[ recovery-image] May 18 23:50:19.770 INFO O| May 18 23:50:19.770 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86242026-05-18T23:50:20.865Z[ recovery-image] May 18 23:50:19.777 INFO O| May 18 23:50:19.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86252026-05-18T23:50:20.868Z[ recovery-image] May 18 23:50:19.777 INFO O| May 18 23:50:19.777 INFO STEP 75 (remove_files) COMPLETE
86262026-05-18T23:50:20.868Z[ recovery-image] May 18 23:50:19.777 INFO O| May 18 23:50:19.777 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86272026-05-18T23:50:20.872Z[ recovery-image] May 18 23:50:19.784 INFO O| May 18 23:50:19.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86282026-05-18T23:50:20.875Z[ recovery-image] May 18 23:50:19.785 INFO O| May 18 23:50:19.785 INFO STEP 76 (remove_files) COMPLETE
86292026-05-18T23:50:20.875Z[ recovery-image] May 18 23:50:19.785 INFO O| May 18 23:50:19.785 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86302026-05-18T23:50:20.878Z[ recovery-image] May 18 23:50:19.791 INFO O| May 18 23:50:19.791 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86312026-05-18T23:50:20.878Z[ recovery-image] May 18 23:50:19.791 INFO O| May 18 23:50:19.791 INFO STEP 77 (remove_files) COMPLETE
86322026-05-18T23:50:20.878Z[ recovery-image] May 18 23:50:19.791 INFO O| May 18 23:50:19.791 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86332026-05-18T23:50:20.884Z[ recovery-image] May 18 23:50:19.797 INFO O| May 18 23:50:19.797 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86342026-05-18T23:50:20.884Z[ recovery-image] May 18 23:50:19.797 INFO O| May 18 23:50:19.797 INFO STEP 78 (remove_files) COMPLETE
86352026-05-18T23:50:20.888Z[ recovery-image] May 18 23:50:19.797 INFO O| May 18 23:50:19.797 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86362026-05-18T23:50:20.891Z[ recovery-image] May 18 23:50:19.803 INFO O| May 18 23:50:19.803 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86372026-05-18T23:50:20.891Z[ recovery-image] May 18 23:50:19.803 INFO O| May 18 23:50:19.803 INFO STEP 79 (remove_files) COMPLETE
86382026-05-18T23:50:20.891Z[ recovery-image] May 18 23:50:19.803 INFO O| May 18 23:50:19.803 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86392026-05-18T23:50:20.896Z[ recovery-image] May 18 23:50:19.809 INFO O| May 18 23:50:19.809 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86402026-05-18T23:50:20.896Z[ recovery-image] May 18 23:50:19.809 INFO O| May 18 23:50:19.809 INFO STEP 80 (remove_files) COMPLETE
86412026-05-18T23:50:20.896Z[ recovery-image] May 18 23:50:19.809 INFO O| May 18 23:50:19.809 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86422026-05-18T23:50:20.902Z[ recovery-image] May 18 23:50:19.815 INFO O| May 18 23:50:19.815 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86432026-05-18T23:50:20.902Z[ recovery-image] May 18 23:50:19.815 INFO O| May 18 23:50:19.815 INFO STEP 81 (remove_files) COMPLETE
86442026-05-18T23:50:20.905Z[ recovery-image] May 18 23:50:19.815 INFO O| May 18 23:50:19.815 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86452026-05-18T23:50:20.909Z[ recovery-image] May 18 23:50:19.822 INFO O| May 18 23:50:19.822 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86462026-05-18T23:50:20.909Z[ recovery-image] May 18 23:50:19.822 INFO O| May 18 23:50:19.822 INFO STEP 82 (remove_files) COMPLETE
86472026-05-18T23:50:20.909Z[ recovery-image] May 18 23:50:19.822 INFO O| May 18 23:50:19.822 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86482026-05-18T23:50:20.916Z[ recovery-image] May 18 23:50:19.829 INFO O| May 18 23:50:19.829 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86492026-05-18T23:50:20.916Z[ recovery-image] May 18 23:50:19.829 INFO O| May 18 23:50:19.829 INFO STEP 83 (remove_files) COMPLETE
86502026-05-18T23:50:20.919Z[ recovery-image] May 18 23:50:19.829 INFO O| May 18 23:50:19.829 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86512026-05-18T23:50:20.923Z[ recovery-image] May 18 23:50:19.836 INFO O| May 18 23:50:19.836 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86522026-05-18T23:50:20.923Z[ recovery-image] May 18 23:50:19.836 INFO O| May 18 23:50:19.836 INFO STEP 84 (remove_files) COMPLETE
86532026-05-18T23:50:20.926Z[ recovery-image] May 18 23:50:19.836 INFO O| May 18 23:50:19.836 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86542026-05-18T23:50:20.930Z[ recovery-image] May 18 23:50:19.843 INFO O| May 18 23:50:19.843 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86552026-05-18T23:50:20.930Z[ recovery-image] May 18 23:50:19.843 INFO O| May 18 23:50:19.843 INFO STEP 85 (remove_files) COMPLETE
86562026-05-18T23:50:20.933Z[ recovery-image] May 18 23:50:19.843 INFO O| May 18 23:50:19.843 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86572026-05-18T23:50:20.937Z[ recovery-image] May 18 23:50:19.849 INFO O| May 18 23:50:19.849 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86582026-05-18T23:50:20.937Z[ recovery-image] May 18 23:50:19.849 INFO O| May 18 23:50:19.849 INFO STEP 86 (remove_files) COMPLETE
86592026-05-18T23:50:20.937Z[ recovery-image] May 18 23:50:19.849 INFO O| May 18 23:50:19.849 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86602026-05-18T23:50:20.942Z[ recovery-image] May 18 23:50:19.855 INFO O| May 18 23:50:19.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86612026-05-18T23:50:20.942Z[ recovery-image] May 18 23:50:19.855 INFO O| May 18 23:50:19.855 INFO STEP 87 (remove_files) COMPLETE
86622026-05-18T23:50:20.945Z[ recovery-image] May 18 23:50:19.855 INFO O| May 18 23:50:19.855 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86632026-05-18T23:50:20.949Z[ recovery-image] May 18 23:50:19.861 INFO O| May 18 23:50:19.861 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86642026-05-18T23:50:20.949Z[ recovery-image] May 18 23:50:19.861 INFO O| May 18 23:50:19.861 INFO STEP 88 (remove_files) COMPLETE
86652026-05-18T23:50:20.952Z[ recovery-image] May 18 23:50:19.861 INFO O| May 18 23:50:19.861 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86662026-05-18T23:50:20.959Z[ recovery-image] May 18 23:50:19.869 INFO O| May 18 23:50:19.869 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86672026-05-18T23:50:20.959Z[ recovery-image] May 18 23:50:19.869 INFO O| May 18 23:50:19.869 INFO STEP 89 (remove_files) COMPLETE
86682026-05-18T23:50:20.962Z[ recovery-image] May 18 23:50:19.869 INFO O| May 18 23:50:19.869 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86692026-05-18T23:50:20.965Z[ recovery-image] May 18 23:50:19.875 INFO O| May 18 23:50:19.875 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86702026-05-18T23:50:20.965Z[ recovery-image] May 18 23:50:19.875 INFO O| May 18 23:50:19.875 INFO STEP 90 (remove_files) COMPLETE
86712026-05-18T23:50:20.965Z[ recovery-image] May 18 23:50:19.875 INFO O| May 18 23:50:19.875 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86722026-05-18T23:50:20.968Z[ recovery-image] May 18 23:50:19.881 INFO O| May 18 23:50:19.881 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86732026-05-18T23:50:20.968Z[ recovery-image] May 18 23:50:19.881 INFO O| May 18 23:50:19.881 INFO STEP 91 (remove_files) COMPLETE
86742026-05-18T23:50:20.971Z[ recovery-image] May 18 23:50:19.881 INFO O| May 18 23:50:19.881 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86752026-05-18T23:50:20.976Z[ recovery-image] May 18 23:50:19.889 INFO O| May 18 23:50:19.889 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
86762026-05-18T23:50:20.976Z[ recovery-image] May 18 23:50:19.889 INFO O| May 18 23:50:19.889 INFO STEP 92 (remove_files) COMPLETE
86772026-05-18T23:50:20.979Z[ recovery-image] May 18 23:50:19.889 INFO O| May 18 23:50:19.889 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86782026-05-18T23:50:20.983Z[ recovery-image] May 18 23:50:19.896 INFO O| May 18 23:50:19.896 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86792026-05-18T23:50:20.986Z[ recovery-image] May 18 23:50:19.896 INFO O| May 18 23:50:19.896 INFO STEP 93 (remove_files) COMPLETE
86802026-05-18T23:50:20.986Z[ recovery-image] May 18 23:50:19.896 INFO O| May 18 23:50:19.896 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86812026-05-18T23:50:20.990Z[ recovery-image] May 18 23:50:19.903 INFO O| May 18 23:50:19.903 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86822026-05-18T23:50:20.990Z[ recovery-image] May 18 23:50:19.903 INFO O| May 18 23:50:19.903 INFO STEP 94 (remove_files) COMPLETE
86832026-05-18T23:50:20.993Z[ recovery-image] May 18 23:50:19.903 INFO O| May 18 23:50:19.903 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86842026-05-18T23:50:20.997Z[ recovery-image] May 18 23:50:19.910 INFO O| May 18 23:50:19.910 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86852026-05-18T23:50:20.999Z[ recovery-image] May 18 23:50:19.910 INFO O| May 18 23:50:19.910 INFO STEP 95 (remove_files) COMPLETE
86862026-05-18T23:50:21.000Z[ recovery-image] May 18 23:50:19.910 INFO O| May 18 23:50:19.910 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86872026-05-18T23:50:21.003Z[ recovery-image] May 18 23:50:19.916 INFO O| May 18 23:50:19.916 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86882026-05-18T23:50:21.006Z[ recovery-image] May 18 23:50:19.916 INFO O| May 18 23:50:19.916 INFO STEP 96 (remove_files) COMPLETE
86892026-05-18T23:50:21.006Z[ recovery-image] May 18 23:50:19.916 INFO O| May 18 23:50:19.916 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86902026-05-18T23:50:21.010Z[ recovery-image] May 18 23:50:19.923 INFO O| May 18 23:50:19.923 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86912026-05-18T23:50:21.013Z[ recovery-image] May 18 23:50:19.923 INFO O| May 18 23:50:19.923 INFO STEP 97 (remove_files) COMPLETE
86922026-05-18T23:50:21.013Z[ recovery-image] May 18 23:50:19.923 INFO O| May 18 23:50:19.923 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86932026-05-18T23:50:21.017Z[ recovery-image] May 18 23:50:19.930 INFO O| May 18 23:50:19.930 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86942026-05-18T23:50:21.017Z[ recovery-image] May 18 23:50:19.930 INFO O| May 18 23:50:19.930 INFO STEP 98 (remove_files) COMPLETE
86952026-05-18T23:50:21.020Z[ recovery-image] May 18 23:50:19.930 INFO O| May 18 23:50:19.930 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86962026-05-18T23:50:21.024Z[ recovery-image] May 18 23:50:19.937 INFO O| May 18 23:50:19.937 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86972026-05-18T23:50:21.024Z[ recovery-image] May 18 23:50:19.937 INFO O| May 18 23:50:19.937 INFO STEP 99 (remove_files) COMPLETE
86982026-05-18T23:50:21.028Z[ recovery-image] May 18 23:50:19.937 INFO O| May 18 23:50:19.937 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86992026-05-18T23:50:21.036Z[ recovery-image] May 18 23:50:19.949 INFO O| May 18 23:50:19.949 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87002026-05-18T23:50:21.036Z[ recovery-image] May 18 23:50:19.949 INFO O| May 18 23:50:19.949 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87012026-05-18T23:50:27.093Z[ recovery-image] May 18 23:50:26.005 INFO O| May 18 23:50:26.005 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
87022026-05-18T23:50:27.093Z[ recovery-image] May 18 23:50:26.005 INFO O| May 18 23:50:26.005 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87032026-05-18T23:50:27.103Z[ recovery-image] May 18 23:50:26.016 INFO O| May 18 23:50:26.016 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87042026-05-18T23:50:27.191Z[ recovery-image] May 18 23:50:26.102 INFO O| May 18 23:50:26.102 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
87052026-05-18T23:50:27.235Z[ recovery-image] May 18 23:50:26.148 INFO O| May 18 23:50:26.148 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
87062026-05-18T23:50:27.289Z[ recovery-image] May 18 23:50:26.202 INFO O| May 18 23:50:26.202 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87072026-05-18T23:50:27.289Z[ recovery-image] May 18 23:50:26.202 INFO O| May 18 23:50:26.202 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 ...
87082026-05-18T23:50:27.293Z[ recovery-image] May 18 23:50:26.203 INFO O| May 18 23:50:26.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87092026-05-18T23:50:27.293Z[ recovery-image] May 18 23:50:26.203 INFO O| May 18 23:50:26.203 INFO ok!
87102026-05-18T23:50:27.293Z[ recovery-image] May 18 23:50:26.203 INFO O| May 18 23:50:26.203 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87112026-05-18T23:50:27.293Z[ recovery-image] May 18 23:50:26.203 INFO O| May 18 23:50:26.203 INFO STEP 100 (seed_smf) COMPLETE
87122026-05-18T23:50:27.293Z[ recovery-image] May 18 23:50:26.203 INFO O| May 18 23:50:26.203 INFO steps complete; finalising image!
87132026-05-18T23:50:27.293Z[ recovery-image] May 18 23:50:26.203 INFO O| May 18 23:50:26.203 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87142026-05-18T23:50:27.318Z[ recovery-image] May 18 23:50:26.231 INFO O| May 18 23:50:26.231 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Mon May 18 23:50:26 2026)
87152026-05-18T23:50:27.523Z[ recovery-image] May 18 23:50:26.436 INFO O| May 18 23:50:26.435 INFO trim TEMPORARY-sled-zfs-recovery: (75% trimmed, started at Mon May 18 23:50:26 2026)
87162026-05-18T23:50:27.728Z[ recovery-image] May 18 23:50:26.640 INFO O| May 18 23:50:26.640 INFO trim TEMPORARY-sled-zfs-recovery: (75% trimmed, started at Mon May 18 23:50:26 2026)
87172026-05-18T23:50:27.932Z[ recovery-image] May 18 23:50:26.844 INFO O| May 18 23:50:26.844 INFO trim TEMPORARY-sled-zfs-recovery: (75% trimmed, started at Mon May 18 23:50:26 2026)
87182026-05-18T23:50:28.137Z[ recovery-image] May 18 23:50:27.049 INFO O| May 18 23:50:27.049 INFO trim TEMPORARY-sled-zfs-recovery: (75% trimmed, started at Mon May 18 23:50:26 2026)
87192026-05-18T23:50:28.354Z[ recovery-image] May 18 23:50:27.267 INFO O| May 18 23:50:27.266 INFO temporary pool has 490M used, 1.27G avail, 1.00x compressratio
87202026-05-18T23:50:28.354Z[ recovery-image] May 18 23:50:27.267 INFO O| May 18 23:50:27.267 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87212026-05-18T23:50:28.564Z[ recovery-image] May 18 23:50:27.477 INFO O| May 18 23:50:27.477 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
87222026-05-18T23:50:28.564Z[ recovery-image] May 18 23:50:27.477 INFO O| May 18 23:50:27.477 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87232026-05-18T23:50:30.598Z[ recovery-image] May 18 23:50:29.511 INFO O| May 18 23:50:29.511 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87242026-05-18T23:50:30.599Z[ recovery-image] May 18 23:50:29.511 INFO O| May 18 23:50:29.511 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87252026-05-18T23:50:30.599Z[ recovery-image] May 18 23:50:29.511 INFO O| May 18 23:50:29.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87262026-05-18T23:50:30.602Z[ recovery-image] May 18 23:50:29.511 INFO O| May 18 23:50:29.511 INFO completed processing sled/zfs-recovery
87272026-05-18T23:50:30.602Z[ recovery-image] May 18 23:50:29.511 INFO O| May 18 23:50:29.511 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87282026-05-18T23:50:32.299Z[ recovery-image] May 18 23:50:31.212 INFO O| May 18 23:50:31.212 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87292026-05-18T23:50:32.386Z[ recovery-image] May 18 23:50:31.298 INFO BUILD STRING "heads/stlouis-0-gd25f6eeb5c\n"
87302026-05-18T23:50:32.386Z[ recovery-image] May 18 23:50:31.298 INFO expanded image name: "recovery 34caf60/${os_short_commit} 2026-05-18 23:36" -> "recovery 34caf60/d25f6ee 2026-05-18 23:36"
87312026-05-18T23:50:32.386Z[ recovery-image] May 18 23:50:31.298 INFO output artefacts stored in: "/work/os-recovery"
87322026-05-18T23:50:32.389Z[ recovery-image] May 18 23:50:31.298 INFO collecting git info from project "image-builder"...
87332026-05-18T23:50:32.393Z[ recovery-image] May 18 23:50:31.305 INFO collecting git info from project "phbl"...
87342026-05-18T23:50:32.397Z[ recovery-image] May 18 23:50:31.309 INFO collecting git info from project "dmar-report"...
87352026-05-18T23:50:32.404Z[ recovery-image] May 18 23:50:31.317 INFO collecting git info from project "bootserver"...
87362026-05-18T23:50:32.410Z[ recovery-image] May 18 23:50:31.322 INFO collecting git info from project "chelsio-t6-roms"...
87372026-05-18T23:50:32.423Z[ recovery-image] May 18 23:50:31.336 INFO collecting git info from project "amd-host-image-builder"...
87382026-05-18T23:50:32.459Z[ recovery-image] May 18 23:50:31.372 INFO collecting git info from project "pinprick"...
87392026-05-18T23:50:32.464Z[ recovery-image] May 18 23:50:31.377 INFO collecting git info from project "pilot"...
87402026-05-18T23:50:32.470Z[ recovery-image] May 18 23:50:31.383 INFO collecting git info from project "amd-firmware"...
87412026-05-18T23:50:32.766Z[ recovery-image] May 18 23:50:31.679 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87422026-05-18T23:50:33.078Z[ recovery-image] May 18 23:50:31.990 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87432026-05-18T23:50:33.373Z[ recovery-image] May 18 23:50:32.286 INFO creating Oxide boot image...
87442026-05-18T23:50:33.373Z[ recovery-image] May 18 23:50:32.286 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 34caf60/d25f6ee 2026-05-18 23:36", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87452026-05-18T23:50:44.065Z[ host-image] May 18 23:50:42.978 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.23989:20260513T150959Z
87462026-05-18T23:50:44.065Z[ host-image] May 18 23:50:42.978 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.23989:20260513T150959Z
87472026-05-18T23:50:44.065Z[ host-image] May 18 23:50:42.978 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87482026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.978 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87492026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.978 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87502026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.978 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87512026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.978 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87522026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.978 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87532026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.979 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260518T233611Z
87542026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.979 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87552026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.979 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87562026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.979 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.23989:20260513T150959Z
87572026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.979 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.23989:20260513T151000Z
87582026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.979 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.23989:20260513T151000Z
87592026-05-18T23:50:44.070Z[ host-image] May 18 23:50:42.979 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.23989:20260513T151000Z
87602026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.979 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87612026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.23989:20260513T151000Z
87622026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.23989:20260513T151000Z
87632026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.23989:20260513T151000Z
87642026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.23989:20260513T151000Z
87652026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.23989:20260513T151001Z
87662026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.23989:20260513T151001Z
87672026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.23989:20260513T151001Z
87682026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.23989:20260513T151001Z
87692026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.23989:20260513T151002Z
87702026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.23989:20260513T151002Z
87712026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.23989:20260513T151003Z
87722026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.23989:20260513T151003Z
87732026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.23989:20260513T151004Z
87742026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.23989:20260513T151005Z
87752026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
87762026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.23989:20260513T151005Z
87772026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.23989:20260513T151007Z
87782026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.980 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.23989:20260513T151008Z
87792026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.981 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.23989:20260513T151008Z
87802026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.981 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.23989:20260513T151009Z
87812026-05-18T23:50:44.071Z[ host-image] May 18 23:50:42.981 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.23989:20260513T151009Z
87822026-05-18T23:50:44.074Z[ host-image] May 18 23:50:42.984 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87832026-05-18T23:50:44.074Z[ host-image] May 18 23:50:42.984 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.23989:20260513T151009Z
87842026-05-18T23:50:44.074Z[ host-image] May 18 23:50:42.984 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
87852026-05-18T23:50:44.074Z[ host-image] May 18 23:50:42.984 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87862026-05-18T23:50:44.074Z[ host-image] May 18 23:50:42.984 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87872026-05-18T23:50:44.074Z[ host-image] May 18 23:50:42.984 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87882026-05-18T23:50:44.074Z[ host-image] May 18 23:50:42.984 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.23989:20260513T151009Z
87892026-05-18T23:50:44.075Z[ host-image] May 18 23:50:42.984 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87902026-05-18T23:50:44.075Z[ host-image] May 18 23:50:42.984 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87912026-05-18T23:50:44.075Z[ host-image] May 18 23:50:42.985 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87922026-05-18T23:50:44.075Z[ host-image] May 18 23:50:42.985 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
87932026-05-18T23:50:44.078Z[ host-image] May 18 23:50:42.988 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
87942026-05-18T23:50:44.078Z[ host-image] May 18 23:50:42.988 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
87952026-05-18T23:50:44.078Z[ host-image] May 18 23:50:42.988 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
87962026-05-18T23:50:44.078Z[ host-image] May 18 23:50:42.988 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
87972026-05-18T23:50:44.078Z[ host-image] May 18 23:50:42.988 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
87982026-05-18T23:50:44.078Z[ host-image] May 18 23:50:42.989 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
87992026-05-18T23:50:44.087Z[ host-image] May 18 23:50:43.000 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
88002026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.000 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88012026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.000 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88022026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.001 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.23989:20260513T151011Z
88032026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.001 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.23989:20260513T151015Z
88042026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.001 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88052026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.001 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.23989:20260513T151015Z
88062026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.001 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88072026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.001 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88082026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.001 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88092026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.001 INFO O| install = pkg://helios/network/rsync@3.4.2-3.0:20260512T090630Z
88102026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.001 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.23989:20260513T151015Z
88112026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.001 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88122026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.002 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88132026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.002 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88142026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.002 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88152026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.002 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.23989:20260513T151016Z
88162026-05-18T23:50:44.091Z[ host-image] May 18 23:50:43.002 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88172026-05-18T23:50:44.094Z[ host-image] May 18 23:50:43.006 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88182026-05-18T23:50:44.094Z[ host-image] May 18 23:50:43.006 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.23989:20260513T151016Z
88192026-05-18T23:50:44.094Z[ host-image] May 18 23:50:43.007 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.23989:20260513T151016Z
88202026-05-18T23:50:44.094Z[ host-image] May 18 23:50:43.007 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.23989:20260513T151016Z
88212026-05-18T23:50:44.094Z[ host-image] May 18 23:50:43.007 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88222026-05-18T23:50:44.097Z[ host-image] May 18 23:50:43.007 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.23989:20260513T151017Z
88232026-05-18T23:50:44.097Z[ host-image] May 18 23:50:43.007 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.23989:20260513T151017Z
88242026-05-18T23:50:44.097Z[ host-image] May 18 23:50:43.007 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.23989:20260513T151017Z
88252026-05-18T23:50:44.098Z[ host-image] May 18 23:50:43.007 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.23989:20260513T151017Z
88262026-05-18T23:50:44.098Z[ host-image] May 18 23:50:43.008 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
88272026-05-18T23:50:44.098Z[ host-image] May 18 23:50:43.008 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.23989:20260513T151018Z
88282026-05-18T23:50:44.098Z[ host-image] May 18 23:50:43.008 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.23989:20260513T151019Z
88292026-05-18T23:50:44.098Z[ host-image] May 18 23:50:43.008 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88302026-05-18T23:50:44.098Z[ host-image] May 18 23:50:43.009 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.23989:20260513T151019Z
88312026-05-18T23:50:44.098Z[ host-image] May 18 23:50:43.009 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.23989:20260513T151019Z
88322026-05-18T23:50:44.098Z[ host-image] May 18 23:50:43.009 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.23989:20260513T151019Z
88332026-05-18T23:50:44.098Z[ host-image] May 18 23:50:43.009 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.23989:20260513T151019Z
88342026-05-18T23:50:44.101Z[ host-image] May 18 23:50:43.011 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.23989:20260513T151019Z
88352026-05-18T23:50:44.101Z[ host-image] May 18 23:50:43.011 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88362026-05-18T23:50:44.101Z[ host-image] May 18 23:50:43.011 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.23989:20260513T151019Z
88372026-05-18T23:50:44.101Z[ host-image] May 18 23:50:43.012 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.23989:20260513T151019Z
88382026-05-18T23:50:44.101Z[ host-image] May 18 23:50:43.012 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.23989:20260513T151019Z
88392026-05-18T23:50:44.101Z[ host-image] May 18 23:50:43.012 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.23989:20260513T151020Z
88402026-05-18T23:50:44.101Z[ host-image] May 18 23:50:43.012 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.23989:20260513T151020Z
88412026-05-18T23:50:44.101Z[ host-image] May 18 23:50:43.012 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.23989:20260513T151020Z
88422026-05-18T23:50:44.101Z[ host-image] May 18 23:50:43.012 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.23989:20260513T151020Z
88432026-05-18T23:50:44.104Z[ host-image] May 18 23:50:43.015 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.23989:20260513T151021Z
88442026-05-18T23:50:44.104Z[ host-image] May 18 23:50:43.015 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.23989:20260513T151021Z
88452026-05-18T23:50:44.104Z[ host-image] May 18 23:50:43.015 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.23989:20260513T151021Z
88462026-05-18T23:50:44.104Z[ host-image] May 18 23:50:43.015 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.23989:20260513T151021Z
88472026-05-18T23:50:44.104Z[ host-image] May 18 23:50:43.015 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.23989:20260513T151021Z
88482026-05-18T23:50:44.108Z[ host-image] May 18 23:50:43.021 INFO O| install = pkg://helios/system/library@0.5.11-3.0.23989:20260513T151023Z
88492026-05-18T23:50:44.109Z[ host-image] May 18 23:50:43.021 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.23989:20260513T151021Z
88502026-05-18T23:50:44.109Z[ host-image] May 18 23:50:43.021 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.23989:20260513T151021Z
88512026-05-18T23:50:44.111Z[ host-image] May 18 23:50:43.021 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88522026-05-18T23:50:44.111Z[ host-image] May 18 23:50:43.021 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88532026-05-18T23:50:44.117Z[ host-image] May 18 23:50:43.029 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.23989:20260513T151022Z
88542026-05-18T23:50:44.117Z[ host-image] May 18 23:50:43.030 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88552026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.030 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.23989:20260513T151022Z
88562026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.030 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.23989:20260513T151022Z
88572026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.030 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.23989:20260513T151022Z
88582026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.030 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88592026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.030 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88602026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.030 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.23989:20260513T151023Z
88612026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.030 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.23989:20260513T151023Z
88622026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.030 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.23989:20260513T151023Z
88632026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.031 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.23989:20260513T151023Z
88642026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.031 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.23989:20260513T151023Z
88652026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.031 INFO O| install = pkg://helios/system/man@0.5.11-3.0.23989:20260513T151023Z
88662026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.031 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88672026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.032 INFO O| install = pkg://helios/system/microcode/amd@20251202-3.0.23989:20260513T151024Z
88682026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.032 INFO O| install = pkg://helios/system/microcode/intel@20260227-3.0.23989:20260513T151024Z
88692026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.032 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.23989:20260513T151024Z
88702026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.032 INFO O| install = pkg://helios/system/network@0.5.11-3.0.23989:20260513T151025Z
88712026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.032 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.23989:20260513T151024Z
88722026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.032 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.23989:20260513T151024Z
88732026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.032 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88742026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.032 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88752026-05-18T23:50:44.120Z[ host-image] May 18 23:50:43.032 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.23989:20260513T151026Z
88762026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.032 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.23989:20260513T151027Z
88772026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.033 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88782026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.033 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88792026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.033 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88802026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.033 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88812026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.033 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88822026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.033 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88832026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.034 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
88842026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.034 INFO O| tempdir @ "/tmp/.tmpsvF50R/tmp"
88852026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.034 INFO O| image root @ "/tmp/.tmpsvF50R/tmp/root"
88862026-05-18T23:50:44.124Z[ host-image] May 18 23:50:43.034 INFO O| creating image...
88872026-05-18T23:50:44.424Z[ host-image] May 18 23:50:43.336 INFO O| copying publishers...
88882026-05-18T23:50:45.007Z[ host-image] May 18 23:50:43.919 INFO O| adding properties...
88892026-05-18T23:50:45.742Z[ host-image] May 18 23:50:44.654 INFO O| installing packages...
88902026-05-18T23:50:54.028Z[ host-image] May 18 23:50:52.940 INFO O| seeding SMF database...
88912026-05-18T23:50:58.214Z[ host-image] May 18 23:50:57.126 INFO O| configuring SMF profile...
88922026-05-18T23:50:58.214Z[ host-image] May 18 23:50:57.126 INFO O| modifying shadow(5)...
88932026-05-18T23:50:58.217Z[ host-image] May 18 23:50:57.126 INFO O| loading user and group database...
88942026-05-18T23:50:58.217Z[ host-image] May 18 23:50:57.126 INFO O| loading facet selections...
88952026-05-18T23:50:58.503Z[ host-image] May 18 23:50:57.415 INFO O| devel -> true
88962026-05-18T23:50:58.503Z[ host-image] May 18 23:50:57.415 INFO O| doc.man -> true
88972026-05-18T23:50:58.506Z[ host-image] May 18 23:50:57.415 INFO O| version-lock.shell/ksh93 -> true
88982026-05-18T23:50:58.506Z[ host-image] May 18 23:50:57.415 INFO O| version-lock.system/data/hardware-registry -> true
88992026-05-18T23:50:58.506Z[ host-image] May 18 23:50:57.415 INFO O| version-lock.system/data/zoneinfo -> true
89002026-05-18T23:50:58.506Z[ host-image] May 18 23:50:57.415 INFO O| version-lock.system/microcode/amd -> true
89012026-05-18T23:50:58.506Z[ host-image] May 18 23:50:57.415 INFO O| version-lock.system/microcode/intel -> true
89022026-05-18T23:50:58.506Z[ host-image] May 18 23:50:57.415 INFO O| version-lock.system/microcode/oxide -> true
89032026-05-18T23:50:58.506Z[ host-image] May 18 23:50:57.415 INFO O| assessing packaged files...
89042026-05-18T23:51:00.003Z[ host-image] May 18 23:50:58.915 INFO O| creating archive...
89052026-05-18T23:51:00.027Z[ host-image] May 18 23:50:58.936 INFO O| missing from packaging:
89062026-05-18T23:51:00.027Z[ host-image] May 18 23:50:58.936 INFO O| "etc/.pwd.lock"
89072026-05-18T23:51:00.033Z[ host-image] May 18 23:50:58.936 INFO O| "etc/bash"
89082026-05-18T23:51:00.033Z[ host-image] May 18 23:50:58.940 INFO O| "etc/svc/profile/generic.xml"
89092026-05-18T23:51:00.033Z[ host-image] May 18 23:50:58.940 INFO O| "etc/svc/profile/inetd_services.xml"
89102026-05-18T23:51:00.033Z[ host-image] May 18 23:50:58.940 INFO O| "etc/svc/profile/name_service.xml"
89112026-05-18T23:51:00.033Z[ host-image] May 18 23:50:58.940 INFO O| "etc/svc/profile/platform.xml"
89122026-05-18T23:51:00.033Z[ host-image] May 18 23:50:58.940 INFO O| "etc/svc/profile/platform_omicron1.xml"
89132026-05-18T23:51:00.033Z[ host-image] May 18 23:50:58.940 INFO O| "etc/svc/repository.db"
89142026-05-18T23:51:00.037Z[ host-image] May 18 23:50:58.945 INFO O| "opt/ooce/share"
89152026-05-18T23:51:00.037Z[ host-image] May 18 23:50:58.945 INFO O| "opt/ooce/share/man"
89162026-05-18T23:51:00.037Z[ host-image] May 18 23:50:58.945 INFO O| "opt/ooce/share/man/man1"
89172026-05-18T23:51:00.041Z[ host-image] May 18 23:50:58.954 INFO O| finishing archive...
89182026-05-18T23:51:02.378Z[ host-image] May 18 23:51:01.289 INFO O| creating gzonly manifest...
89192026-05-18T23:51:02.382Z[ host-image] May 18 23:51:01.295 INFO O| ok
89202026-05-18T23:51:02.467Z[ host-image] May 18 23:51:01.377 INFO image builder template: ramdisk-02-trim...
89212026-05-18T23:51:02.467Z[ host-image] May 18 23:51:01.377 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/.tmphiA1vH/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@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-02-trim"], pwd: None
89222026-05-18T23:51:02.482Z[ host-image] May 18 23:51:01.395 INFO O| May 18 23:51:01.394 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89232026-05-18T23:51:02.485Z[ host-image] May 18 23:51:01.398 INFO O| May 18 23:51:01.398 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89242026-05-18T23:51:02.683Z[ host-image] May 18 23:51:01.596 INFO O| May 18 23:51:01.596 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89252026-05-18T23:51:02.817Z[ host-image] May 18 23:51:01.729 INFO O| May 18 23:51:01.729 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89262026-05-18T23:51:02.817Z[ host-image] May 18 23:51:01.729 INFO O| May 18 23:51:01.729 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89272026-05-18T23:51:02.821Z[ host-image] May 18 23:51:01.733 INFO O| May 18 23:51:01.733 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89282026-05-18T23:51:02.824Z[ host-image] May 18 23:51:01.736 INFO O| May 18 23:51:01.736 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89292026-05-18T23:51:02.827Z[ host-image] May 18 23:51:01.739 INFO O| May 18 23:51:01.739 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89302026-05-18T23:51:03.331Z[ host-image] May 18 23:51:02.243 INFO O| May 18 23:51:02.243 INFO rolled back to input snapshot; work may begin
89312026-05-18T23:51:03.331Z[ host-image] May 18 23:51:02.243 INFO O| May 18 23:51:02.243 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89322026-05-18T23:51:03.335Z[ host-image] May 18 23:51:02.247 INFO O| May 18 23:51:02.247 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89332026-05-18T23:51:03.343Z[ host-image] May 18 23:51:02.255 INFO O| May 18 23:51:02.255 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89342026-05-18T23:51:03.381Z[ host-image] May 18 23:51:02.294 INFO O| May 18 23:51:02.294 INFO STEP 0 (remove_files) COMPLETE
89352026-05-18T23:51:03.381Z[ host-image] May 18 23:51:02.294 INFO O| May 18 23:51:02.294 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89362026-05-18T23:51:03.389Z[ host-image] May 18 23:51:02.301 INFO O| May 18 23:51:02.301 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89372026-05-18T23:51:03.391Z[ host-image] May 18 23:51:02.302 INFO O| May 18 23:51:02.302 INFO STEP 1 (remove_files) COMPLETE
89382026-05-18T23:51:03.392Z[ host-image] May 18 23:51:02.302 INFO O| May 18 23:51:02.302 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89392026-05-18T23:51:03.395Z[ host-image] May 18 23:51:02.308 INFO O| May 18 23:51:02.308 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89402026-05-18T23:51:03.407Z[ host-image] May 18 23:51:02.320 INFO O| May 18 23:51:02.319 INFO STEP 2 (remove_files) COMPLETE
89412026-05-18T23:51:03.407Z[ host-image] May 18 23:51:02.320 INFO O| May 18 23:51:02.320 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89422026-05-18T23:51:03.413Z[ host-image] May 18 23:51:02.326 INFO O| May 18 23:51:02.326 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89432026-05-18T23:51:03.416Z[ host-image] May 18 23:51:02.327 INFO O| May 18 23:51:02.327 INFO STEP 3 (remove_files) COMPLETE
89442026-05-18T23:51:03.416Z[ host-image] May 18 23:51:02.327 INFO O| May 18 23:51:02.327 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89452026-05-18T23:51:03.421Z[ host-image] May 18 23:51:02.333 INFO O| May 18 23:51:02.333 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89462026-05-18T23:51:03.424Z[ host-image] May 18 23:51:02.336 INFO O| May 18 23:51:02.336 INFO STEP 4 (remove_files) COMPLETE
89472026-05-18T23:51:03.424Z[ host-image] May 18 23:51:02.336 INFO O| May 18 23:51:02.336 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89482026-05-18T23:51:03.430Z[ host-image] May 18 23:51:02.342 INFO O| May 18 23:51:02.342 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89492026-05-18T23:51:03.435Z[ host-image] May 18 23:51:02.344 INFO O| May 18 23:51:02.344 INFO STEP 5 (remove_files) COMPLETE
89502026-05-18T23:51:03.435Z[ host-image] May 18 23:51:02.344 INFO O| May 18 23:51:02.344 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89512026-05-18T23:51:03.438Z[ host-image] May 18 23:51:02.350 INFO O| May 18 23:51:02.350 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89522026-05-18T23:51:03.446Z[ host-image] May 18 23:51:02.359 INFO O| May 18 23:51:02.359 INFO STEP 6 (remove_files) COMPLETE
89532026-05-18T23:51:03.446Z[ host-image] May 18 23:51:02.359 INFO O| May 18 23:51:02.359 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89542026-05-18T23:51:03.449Z[ host-image] May 18 23:51:02.359 INFO O| May 18 23:51:02.359 INFO skip step because feature "heliosv2" is not enabled
89552026-05-18T23:51:03.449Z[ host-image] May 18 23:51:02.359 INFO O| May 18 23:51:02.359 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89562026-05-18T23:51:03.452Z[ host-image] May 18 23:51:02.365 INFO O| May 18 23:51:02.365 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
89572026-05-18T23:51:03.463Z[ host-image] May 18 23:51:02.375 INFO O| May 18 23:51:02.375 INFO STEP 8 (remove_files) COMPLETE
89582026-05-18T23:51:03.463Z[ host-image] May 18 23:51:02.375 INFO O| May 18 23:51:02.375 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89592026-05-18T23:51:03.469Z[ host-image] May 18 23:51:02.381 INFO O| May 18 23:51:02.381 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89602026-05-18T23:51:03.532Z[ host-image] May 18 23:51:02.444 INFO O| May 18 23:51:02.444 INFO STEP 9 (remove_files) COMPLETE
89612026-05-18T23:51:03.532Z[ host-image] May 18 23:51:02.444 INFO O| May 18 23:51:02.444 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89622026-05-18T23:51:03.537Z[ host-image] May 18 23:51:02.450 INFO O| May 18 23:51:02.450 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89632026-05-18T23:51:03.612Z[ host-image] May 18 23:51:02.525 INFO O| May 18 23:51:02.525 INFO STEP 10 (remove_files) COMPLETE
89642026-05-18T23:51:03.612Z[ host-image] May 18 23:51:02.525 INFO O| May 18 23:51:02.525 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89652026-05-18T23:51:03.619Z[ host-image] May 18 23:51:02.531 INFO O| May 18 23:51:02.531 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
89662026-05-18T23:51:03.621Z[ host-image] May 18 23:51:02.534 INFO O| May 18 23:51:02.534 INFO STEP 11 (remove_files) COMPLETE
89672026-05-18T23:51:03.621Z[ host-image] May 18 23:51:02.534 INFO O| May 18 23:51:02.534 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89682026-05-18T23:51:03.626Z[ host-image] May 18 23:51:02.539 INFO O| May 18 23:51:02.539 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
89692026-05-18T23:51:03.629Z[ host-image] May 18 23:51:02.540 INFO O| May 18 23:51:02.540 INFO STEP 12 (remove_files) COMPLETE
89702026-05-18T23:51:03.630Z[ host-image] May 18 23:51:02.540 INFO O| May 18 23:51:02.540 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89712026-05-18T23:51:03.633Z[ host-image] May 18 23:51:02.545 INFO O| May 18 23:51:02.545 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
89722026-05-18T23:51:03.635Z[ host-image] May 18 23:51:02.546 INFO O| May 18 23:51:02.546 INFO STEP 13 (remove_files) COMPLETE
89732026-05-18T23:51:03.636Z[ host-image] May 18 23:51:02.546 INFO O| May 18 23:51:02.546 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89742026-05-18T23:51:03.838Z[ host-image] May 18 23:51:02.750 INFO O| May 18 23:51:02.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
89752026-05-18T23:51:03.843Z[ host-image] May 18 23:51:02.755 INFO O| May 18 23:51:02.755 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
89762026-05-18T23:51:03.858Z[ host-image] May 18 23:51:02.771 INFO O| May 18 23:51:02.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89772026-05-18T23:51:03.858Z[ host-image] May 18 23:51:02.771 INFO O| May 18 23:51:02.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89782026-05-18T23:51:03.861Z[ host-image] May 18 23:51:02.771 INFO O| May 18 23:51:02.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89792026-05-18T23:51:03.861Z[ host-image] May 18 23:51:02.771 INFO O| May 18 23:51:02.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89802026-05-18T23:51:03.861Z[ host-image] May 18 23:51:02.771 INFO O| May 18 23:51:02.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89812026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.771 INFO O| May 18 23:51:02.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89822026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.771 INFO O| May 18 23:51:02.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89832026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.771 INFO O| May 18 23:51:02.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89842026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.771 INFO O| May 18 23:51:02.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89852026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.771 INFO O| May 18 23:51:02.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89862026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.772 INFO O| May 18 23:51:02.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89872026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.772 INFO O| May 18 23:51:02.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89882026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.772 INFO O| May 18 23:51:02.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89892026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.772 INFO O| May 18 23:51:02.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89902026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.772 INFO O| May 18 23:51:02.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89912026-05-18T23:51:03.862Z[ host-image] May 18 23:51:02.772 INFO O| May 18 23:51:02.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89922026-05-18T23:51:03.865Z[ host-image] May 18 23:51:02.778 INFO O| May 18 23:51:02.778 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
89932026-05-18T23:51:03.865Z[ host-image] May 18 23:51:02.778 INFO O| May 18 23:51:02.778 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
89942026-05-18T23:51:03.869Z[ host-image] May 18 23:51:02.779 INFO O| May 18 23:51:02.779 INFO STEP 14 (remove_files) COMPLETE
89952026-05-18T23:51:03.869Z[ host-image] May 18 23:51:02.779 INFO O| May 18 23:51:02.779 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89962026-05-18T23:51:03.873Z[ host-image] May 18 23:51:02.786 INFO O| May 18 23:51:02.786 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
89972026-05-18T23:51:03.877Z[ host-image] May 18 23:51:02.787 INFO O| May 18 23:51:02.787 INFO STEP 15 (remove_files) COMPLETE
89982026-05-18T23:51:03.877Z[ host-image] May 18 23:51:02.787 INFO O| May 18 23:51:02.787 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89992026-05-18T23:51:03.881Z[ host-image] May 18 23:51:02.794 INFO O| May 18 23:51:02.794 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
90002026-05-18T23:51:03.887Z[ host-image] May 18 23:51:02.799 INFO O| May 18 23:51:02.799 INFO STEP 16 (remove_files) COMPLETE
90012026-05-18T23:51:03.887Z[ host-image] May 18 23:51:02.799 INFO O| May 18 23:51:02.799 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90022026-05-18T23:51:03.894Z[ host-image] May 18 23:51:02.806 INFO O| May 18 23:51:02.806 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
90032026-05-18T23:51:03.898Z[ host-image] May 18 23:51:02.806 INFO O| May 18 23:51:02.806 INFO STEP 17 (remove_files) COMPLETE
90042026-05-18T23:51:03.898Z[ host-image] May 18 23:51:02.806 INFO O| May 18 23:51:02.806 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90052026-05-18T23:51:03.901Z[ host-image] May 18 23:51:02.812 INFO O| May 18 23:51:02.812 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
90062026-05-18T23:51:03.901Z[ host-image] May 18 23:51:02.813 INFO O| May 18 23:51:02.813 INFO STEP 18 (remove_files) COMPLETE
90072026-05-18T23:51:03.901Z[ host-image] May 18 23:51:02.813 INFO O| May 18 23:51:02.813 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90082026-05-18T23:51:03.907Z[ host-image] May 18 23:51:02.819 INFO O| May 18 23:51:02.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
90092026-05-18T23:51:03.910Z[ host-image] May 18 23:51:02.819 INFO O| May 18 23:51:02.819 INFO STEP 19 (remove_files) COMPLETE
90102026-05-18T23:51:03.910Z[ host-image] May 18 23:51:02.819 INFO O| May 18 23:51:02.819 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90112026-05-18T23:51:03.913Z[ host-image] May 18 23:51:02.825 INFO O| May 18 23:51:02.825 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
90122026-05-18T23:51:03.913Z[ host-image] May 18 23:51:02.826 INFO O| May 18 23:51:02.825 INFO STEP 20 (remove_files) COMPLETE
90132026-05-18T23:51:03.913Z[ host-image] May 18 23:51:02.826 INFO O| May 18 23:51:02.825 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90142026-05-18T23:51:03.919Z[ host-image] May 18 23:51:02.832 INFO O| May 18 23:51:02.832 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
90152026-05-18T23:51:03.923Z[ host-image] May 18 23:51:02.832 INFO O| May 18 23:51:02.832 INFO STEP 21 (remove_files) COMPLETE
90162026-05-18T23:51:03.923Z[ host-image] May 18 23:51:02.832 INFO O| May 18 23:51:02.832 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90172026-05-18T23:51:03.926Z[ host-image] May 18 23:51:02.837 INFO O| May 18 23:51:02.837 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
90182026-05-18T23:51:03.926Z[ host-image] May 18 23:51:02.837 INFO O| May 18 23:51:02.837 INFO STEP 22 (remove_files) COMPLETE
90192026-05-18T23:51:03.926Z[ host-image] May 18 23:51:02.837 INFO O| May 18 23:51:02.837 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90202026-05-18T23:51:03.931Z[ host-image] May 18 23:51:02.844 INFO O| May 18 23:51:02.844 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
90212026-05-18T23:51:03.931Z[ host-image] May 18 23:51:02.844 INFO O| May 18 23:51:02.844 INFO STEP 23 (remove_files) COMPLETE
90222026-05-18T23:51:03.934Z[ host-image] May 18 23:51:02.844 INFO O| May 18 23:51:02.844 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90232026-05-18T23:51:03.937Z[ host-image] May 18 23:51:02.850 INFO O| May 18 23:51:02.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90242026-05-18T23:51:03.937Z[ host-image] May 18 23:51:02.850 INFO O| May 18 23:51:02.850 INFO STEP 24 (remove_files) COMPLETE
90252026-05-18T23:51:03.937Z[ host-image] May 18 23:51:02.850 INFO O| May 18 23:51:02.850 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90262026-05-18T23:51:03.943Z[ host-image] May 18 23:51:02.856 INFO O| May 18 23:51:02.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90272026-05-18T23:51:03.943Z[ host-image] May 18 23:51:02.856 INFO O| May 18 23:51:02.856 INFO STEP 25 (remove_files) COMPLETE
90282026-05-18T23:51:03.943Z[ host-image] May 18 23:51:02.856 INFO O| May 18 23:51:02.856 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90292026-05-18T23:51:03.950Z[ host-image] May 18 23:51:02.863 INFO O| May 18 23:51:02.863 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90302026-05-18T23:51:03.950Z[ host-image] May 18 23:51:02.863 INFO O| May 18 23:51:02.863 INFO STEP 26 (remove_files) COMPLETE
90312026-05-18T23:51:03.953Z[ host-image] May 18 23:51:02.863 INFO O| May 18 23:51:02.863 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90322026-05-18T23:51:03.957Z[ host-image] May 18 23:51:02.869 INFO O| May 18 23:51:02.869 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90332026-05-18T23:51:03.957Z[ host-image] May 18 23:51:02.869 INFO O| May 18 23:51:02.869 INFO STEP 27 (remove_files) COMPLETE
90342026-05-18T23:51:03.957Z[ host-image] May 18 23:51:02.869 INFO O| May 18 23:51:02.869 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90352026-05-18T23:51:03.962Z[ host-image] May 18 23:51:02.875 INFO O| May 18 23:51:02.875 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90362026-05-18T23:51:03.962Z[ host-image] May 18 23:51:02.875 INFO O| May 18 23:51:02.875 INFO STEP 28 (remove_files) COMPLETE
90372026-05-18T23:51:03.962Z[ host-image] May 18 23:51:02.875 INFO O| May 18 23:51:02.875 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90382026-05-18T23:51:03.968Z[ host-image] May 18 23:51:02.881 INFO O| May 18 23:51:02.881 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90392026-05-18T23:51:03.971Z[ host-image] May 18 23:51:02.881 INFO O| May 18 23:51:02.881 INFO STEP 29 (remove_files) COMPLETE
90402026-05-18T23:51:03.971Z[ host-image] May 18 23:51:02.881 INFO O| May 18 23:51:02.881 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90412026-05-18T23:51:03.974Z[ host-image] May 18 23:51:02.886 INFO O| May 18 23:51:02.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90422026-05-18T23:51:03.974Z[ host-image] May 18 23:51:02.886 INFO O| May 18 23:51:02.886 INFO STEP 30 (remove_files) COMPLETE
90432026-05-18T23:51:03.974Z[ host-image] May 18 23:51:02.886 INFO O| May 18 23:51:02.886 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90442026-05-18T23:51:03.980Z[ host-image] May 18 23:51:02.893 INFO O| May 18 23:51:02.893 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90452026-05-18T23:51:03.980Z[ host-image] May 18 23:51:02.893 INFO O| May 18 23:51:02.893 INFO STEP 31 (remove_files) COMPLETE
90462026-05-18T23:51:03.983Z[ host-image] May 18 23:51:02.893 INFO O| May 18 23:51:02.893 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90472026-05-18T23:51:03.987Z[ host-image] May 18 23:51:02.898 INFO O| May 18 23:51:02.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90482026-05-18T23:51:03.987Z[ host-image] May 18 23:51:02.898 INFO O| May 18 23:51:02.898 INFO STEP 32 (remove_files) COMPLETE
90492026-05-18T23:51:03.987Z[ host-image] May 18 23:51:02.898 INFO O| May 18 23:51:02.898 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90502026-05-18T23:51:03.993Z[ host-image] May 18 23:51:02.905 INFO O| May 18 23:51:02.905 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90512026-05-18T23:51:03.993Z[ host-image] May 18 23:51:02.905 INFO O| May 18 23:51:02.905 INFO STEP 33 (remove_files) COMPLETE
90522026-05-18T23:51:03.993Z[ host-image] May 18 23:51:02.905 INFO O| May 18 23:51:02.905 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90532026-05-18T23:51:03.999Z[ host-image] May 18 23:51:02.911 INFO O| May 18 23:51:02.911 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90542026-05-18T23:51:03.999Z[ host-image] May 18 23:51:02.911 INFO O| May 18 23:51:02.911 INFO STEP 34 (remove_files) COMPLETE
90552026-05-18T23:51:04.002Z[ host-image] May 18 23:51:02.911 INFO O| May 18 23:51:02.911 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90562026-05-18T23:51:04.005Z[ host-image] May 18 23:51:02.917 INFO O| May 18 23:51:02.917 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90572026-05-18T23:51:04.006Z[ host-image] May 18 23:51:02.917 INFO O| May 18 23:51:02.917 INFO STEP 35 (remove_files) COMPLETE
90582026-05-18T23:51:04.006Z[ host-image] May 18 23:51:02.917 INFO O| May 18 23:51:02.917 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90592026-05-18T23:51:04.010Z[ host-image] May 18 23:51:02.923 INFO O| May 18 23:51:02.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90602026-05-18T23:51:04.010Z[ host-image] May 18 23:51:02.923 INFO O| May 18 23:51:02.923 INFO STEP 36 (remove_files) COMPLETE
90612026-05-18T23:51:04.010Z[ host-image] May 18 23:51:02.923 INFO O| May 18 23:51:02.923 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90622026-05-18T23:51:04.016Z[ host-image] May 18 23:51:02.929 INFO O| May 18 23:51:02.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90632026-05-18T23:51:04.016Z[ host-image] May 18 23:51:02.929 INFO O| May 18 23:51:02.929 INFO STEP 37 (remove_files) COMPLETE
90642026-05-18T23:51:04.019Z[ host-image] May 18 23:51:02.929 INFO O| May 18 23:51:02.929 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90652026-05-18T23:51:04.023Z[ host-image] May 18 23:51:02.935 INFO O| May 18 23:51:02.935 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
90662026-05-18T23:51:04.026Z[ host-image] May 18 23:51:02.935 INFO O| May 18 23:51:02.935 INFO STEP 38 (remove_files) COMPLETE
90672026-05-18T23:51:04.026Z[ host-image] May 18 23:51:02.935 INFO O| May 18 23:51:02.935 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90682026-05-18T23:51:04.030Z[ host-image] May 18 23:51:02.942 INFO O| May 18 23:51:02.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
90692026-05-18T23:51:04.030Z[ host-image] May 18 23:51:02.942 INFO O| May 18 23:51:02.942 INFO STEP 39 (remove_files) COMPLETE
90702026-05-18T23:51:04.031Z[ host-image] May 18 23:51:02.942 INFO O| May 18 23:51:02.942 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90712026-05-18T23:51:04.036Z[ host-image] May 18 23:51:02.948 INFO O| May 18 23:51:02.948 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
90722026-05-18T23:51:04.036Z[ host-image] May 18 23:51:02.948 INFO O| May 18 23:51:02.948 INFO STEP 40 (remove_files) COMPLETE
90732026-05-18T23:51:04.039Z[ host-image] May 18 23:51:02.948 INFO O| May 18 23:51:02.948 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90742026-05-18T23:51:04.042Z[ host-image] May 18 23:51:02.955 INFO O| May 18 23:51:02.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
90752026-05-18T23:51:04.042Z[ host-image] May 18 23:51:02.955 INFO O| May 18 23:51:02.955 INFO STEP 41 (remove_files) COMPLETE
90762026-05-18T23:51:04.042Z[ host-image] May 18 23:51:02.955 INFO O| May 18 23:51:02.955 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90772026-05-18T23:51:04.048Z[ host-image] May 18 23:51:02.961 INFO O| May 18 23:51:02.961 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
90782026-05-18T23:51:04.048Z[ host-image] May 18 23:51:02.961 INFO O| May 18 23:51:02.961 INFO STEP 42 (remove_files) COMPLETE
90792026-05-18T23:51:04.048Z[ host-image] May 18 23:51:02.961 INFO O| May 18 23:51:02.961 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90802026-05-18T23:51:04.054Z[ host-image] May 18 23:51:02.967 INFO O| May 18 23:51:02.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
90812026-05-18T23:51:04.054Z[ host-image] May 18 23:51:02.967 INFO O| May 18 23:51:02.967 INFO STEP 43 (remove_files) COMPLETE
90822026-05-18T23:51:04.054Z[ host-image] May 18 23:51:02.967 INFO O| May 18 23:51:02.967 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90832026-05-18T23:51:04.060Z[ host-image] May 18 23:51:02.972 INFO O| May 18 23:51:02.972 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
90842026-05-18T23:51:04.060Z[ host-image] May 18 23:51:02.972 INFO O| May 18 23:51:02.972 INFO STEP 44 (remove_files) COMPLETE
90852026-05-18T23:51:04.063Z[ host-image] May 18 23:51:02.972 INFO O| May 18 23:51:02.972 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90862026-05-18T23:51:04.066Z[ host-image] May 18 23:51:02.978 INFO O| May 18 23:51:02.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
90872026-05-18T23:51:04.066Z[ host-image] May 18 23:51:02.978 INFO O| May 18 23:51:02.978 INFO STEP 45 (remove_files) COMPLETE
90882026-05-18T23:51:04.066Z[ host-image] May 18 23:51:02.978 INFO O| May 18 23:51:02.978 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90892026-05-18T23:51:04.071Z[ host-image] May 18 23:51:02.983 INFO O| May 18 23:51:02.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
90902026-05-18T23:51:04.071Z[ host-image] May 18 23:51:02.983 INFO O| May 18 23:51:02.983 INFO STEP 46 (remove_files) COMPLETE
90912026-05-18T23:51:04.071Z[ host-image] May 18 23:51:02.983 INFO O| May 18 23:51:02.983 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90922026-05-18T23:51:04.077Z[ host-image] May 18 23:51:02.990 INFO O| May 18 23:51:02.990 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
90932026-05-18T23:51:04.077Z[ host-image] May 18 23:51:02.990 INFO O| May 18 23:51:02.990 INFO STEP 47 (remove_files) COMPLETE
90942026-05-18T23:51:04.077Z[ host-image] May 18 23:51:02.990 INFO O| May 18 23:51:02.990 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90952026-05-18T23:51:04.083Z[ host-image] May 18 23:51:02.995 INFO O| May 18 23:51:02.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
90962026-05-18T23:51:04.083Z[ host-image] May 18 23:51:02.995 INFO O| May 18 23:51:02.995 INFO STEP 48 (remove_files) COMPLETE
90972026-05-18T23:51:04.086Z[ host-image] May 18 23:51:02.995 INFO O| May 18 23:51:02.995 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90982026-05-18T23:51:04.089Z[ host-image] May 18 23:51:03.001 INFO O| May 18 23:51:03.001 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
90992026-05-18T23:51:04.089Z[ host-image] May 18 23:51:03.001 INFO O| May 18 23:51:03.001 INFO STEP 49 (remove_files) COMPLETE
91002026-05-18T23:51:04.089Z[ host-image] May 18 23:51:03.001 INFO O| May 18 23:51:03.001 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91012026-05-18T23:51:04.096Z[ host-image] May 18 23:51:03.009 INFO O| May 18 23:51:03.008 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
91022026-05-18T23:51:04.096Z[ host-image] May 18 23:51:03.009 INFO O| May 18 23:51:03.009 INFO STEP 50 (remove_files) COMPLETE
91032026-05-18T23:51:04.096Z[ host-image] May 18 23:51:03.009 INFO O| May 18 23:51:03.009 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91042026-05-18T23:51:04.103Z[ host-image] May 18 23:51:03.015 INFO O| May 18 23:51:03.015 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
91052026-05-18T23:51:04.103Z[ host-image] May 18 23:51:03.016 INFO O| May 18 23:51:03.015 INFO STEP 51 (remove_files) COMPLETE
91062026-05-18T23:51:04.103Z[ host-image] May 18 23:51:03.016 INFO O| May 18 23:51:03.016 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91072026-05-18T23:51:04.109Z[ host-image] May 18 23:51:03.022 INFO O| May 18 23:51:03.021 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91082026-05-18T23:51:04.109Z[ host-image] May 18 23:51:03.022 INFO O| May 18 23:51:03.022 INFO STEP 52 (remove_files) COMPLETE
91092026-05-18T23:51:04.112Z[ host-image] May 18 23:51:03.022 INFO O| May 18 23:51:03.022 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91102026-05-18T23:51:04.115Z[ host-image] May 18 23:51:03.028 INFO O| May 18 23:51:03.028 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91112026-05-18T23:51:04.115Z[ host-image] May 18 23:51:03.028 INFO O| May 18 23:51:03.028 INFO STEP 53 (remove_files) COMPLETE
91122026-05-18T23:51:04.115Z[ host-image] May 18 23:51:03.028 INFO O| May 18 23:51:03.028 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91132026-05-18T23:51:04.122Z[ host-image] May 18 23:51:03.034 INFO O| May 18 23:51:03.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
91142026-05-18T23:51:04.122Z[ host-image] May 18 23:51:03.034 INFO O| May 18 23:51:03.034 INFO STEP 54 (remove_files) COMPLETE
91152026-05-18T23:51:04.122Z[ host-image] May 18 23:51:03.034 INFO O| May 18 23:51:03.034 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91162026-05-18T23:51:04.128Z[ host-image] May 18 23:51:03.040 INFO O| May 18 23:51:03.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
91172026-05-18T23:51:04.128Z[ host-image] May 18 23:51:03.040 INFO O| May 18 23:51:03.040 INFO STEP 55 (remove_files) COMPLETE
91182026-05-18T23:51:04.132Z[ host-image] May 18 23:51:03.040 INFO O| May 18 23:51:03.040 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91192026-05-18T23:51:04.135Z[ host-image] May 18 23:51:03.046 INFO O| May 18 23:51:03.046 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
91202026-05-18T23:51:04.135Z[ host-image] May 18 23:51:03.046 INFO O| May 18 23:51:03.046 INFO STEP 56 (remove_files) COMPLETE
91212026-05-18T23:51:04.135Z[ host-image] May 18 23:51:03.046 INFO O| May 18 23:51:03.046 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91222026-05-18T23:51:04.138Z[ host-image] May 18 23:51:03.051 INFO O| May 18 23:51:03.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
91232026-05-18T23:51:04.138Z[ host-image] May 18 23:51:03.051 INFO O| May 18 23:51:03.051 INFO STEP 57 (remove_files) COMPLETE
91242026-05-18T23:51:04.141Z[ host-image] May 18 23:51:03.051 INFO O| May 18 23:51:03.051 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91252026-05-18T23:51:04.144Z[ host-image] May 18 23:51:03.056 INFO O| May 18 23:51:03.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91262026-05-18T23:51:04.144Z[ host-image] May 18 23:51:03.056 INFO O| May 18 23:51:03.056 INFO STEP 58 (remove_files) COMPLETE
91272026-05-18T23:51:04.144Z[ host-image] May 18 23:51:03.056 INFO O| May 18 23:51:03.056 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91282026-05-18T23:51:04.148Z[ host-image] May 18 23:51:03.061 INFO O| May 18 23:51:03.061 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91292026-05-18T23:51:04.149Z[ host-image] May 18 23:51:03.061 INFO O| May 18 23:51:03.061 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91302026-05-18T23:51:04.149Z[ host-image] May 18 23:51:03.061 INFO O| May 18 23:51:03.061 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91312026-05-18T23:51:04.152Z[ host-image] May 18 23:51:03.061 INFO O| May 18 23:51:03.061 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91322026-05-18T23:51:04.152Z[ host-image] May 18 23:51:03.061 INFO O| May 18 23:51:03.061 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91332026-05-18T23:51:04.152Z[ host-image] May 18 23:51:03.061 INFO O| May 18 23:51:03.061 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91342026-05-18T23:51:04.152Z[ host-image] May 18 23:51:03.061 INFO O| May 18 23:51:03.061 INFO ok!
91352026-05-18T23:51:04.152Z[ host-image] May 18 23:51:03.061 INFO O| May 18 23:51:03.061 INFO STEP 59 (ensure_file) COMPLETE
91362026-05-18T23:51:04.152Z[ host-image] May 18 23:51:03.061 INFO O| May 18 23:51:03.061 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91372026-05-18T23:51:04.155Z[ host-image] May 18 23:51:03.066 INFO O| May 18 23:51:03.066 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91382026-05-18T23:51:04.155Z[ host-image] May 18 23:51:03.066 INFO O| May 18 23:51:03.066 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91392026-05-18T23:51:04.155Z[ host-image] May 18 23:51:03.067 INFO O| May 18 23:51:03.067 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91402026-05-18T23:51:04.155Z[ host-image] May 18 23:51:03.067 INFO O| May 18 23:51:03.067 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91412026-05-18T23:51:04.155Z[ host-image] May 18 23:51:03.067 INFO O| May 18 23:51:03.067 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91422026-05-18T23:51:04.155Z[ host-image] May 18 23:51:03.067 INFO O| May 18 23:51:03.067 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91432026-05-18T23:51:04.155Z[ host-image] May 18 23:51:03.067 INFO O| May 18 23:51:03.067 INFO ok!
91442026-05-18T23:51:04.155Z[ host-image] May 18 23:51:03.067 INFO O| May 18 23:51:03.067 INFO STEP 60 (ensure_file) COMPLETE
91452026-05-18T23:51:04.155Z[ host-image] May 18 23:51:03.067 INFO O| May 18 23:51:03.067 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91462026-05-18T23:51:04.159Z[ host-image] May 18 23:51:03.072 INFO O| May 18 23:51:03.072 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91472026-05-18T23:51:04.159Z[ host-image] May 18 23:51:03.072 INFO O| May 18 23:51:03.072 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91482026-05-18T23:51:04.159Z[ host-image] May 18 23:51:03.072 INFO O| May 18 23:51:03.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91492026-05-18T23:51:04.160Z[ host-image] May 18 23:51:03.072 INFO O| May 18 23:51:03.072 INFO ok!
91502026-05-18T23:51:04.160Z[ host-image] May 18 23:51:03.072 INFO O| May 18 23:51:03.072 INFO STEP 61 (ensure_file) COMPLETE
91512026-05-18T23:51:04.160Z[ host-image] May 18 23:51:03.072 INFO O| May 18 23:51:03.072 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91522026-05-18T23:51:04.164Z[ host-image] May 18 23:51:03.077 INFO O| May 18 23:51:03.077 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91532026-05-18T23:51:04.164Z[ host-image] May 18 23:51:03.077 INFO O| May 18 23:51:03.077 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91542026-05-18T23:51:04.164Z[ host-image] May 18 23:51:03.077 INFO O| May 18 23:51:03.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91552026-05-18T23:51:04.168Z[ host-image] May 18 23:51:03.077 INFO O| May 18 23:51:03.077 INFO ok!
91562026-05-18T23:51:04.168Z[ host-image] May 18 23:51:03.077 INFO O| May 18 23:51:03.077 INFO STEP 62 (ensure_file) COMPLETE
91572026-05-18T23:51:04.168Z[ host-image] May 18 23:51:03.077 INFO O| May 18 23:51:03.077 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91582026-05-18T23:51:04.172Z[ host-image] May 18 23:51:03.082 INFO O| May 18 23:51:03.082 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91592026-05-18T23:51:04.172Z[ host-image] May 18 23:51:03.082 INFO O| May 18 23:51:03.082 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91602026-05-18T23:51:04.172Z[ host-image] May 18 23:51:03.083 INFO O| May 18 23:51:03.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91612026-05-18T23:51:04.172Z[ host-image] May 18 23:51:03.083 INFO O| May 18 23:51:03.083 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91622026-05-18T23:51:04.172Z[ host-image] May 18 23:51:03.083 INFO O| May 18 23:51:03.083 INFO ok!
91632026-05-18T23:51:04.172Z[ host-image] May 18 23:51:03.083 INFO O| May 18 23:51:03.083 INFO STEP 63 (ensure_file) COMPLETE
91642026-05-18T23:51:04.172Z[ host-image] May 18 23:51:03.083 INFO O| May 18 23:51:03.083 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91652026-05-18T23:51:04.175Z[ host-image] May 18 23:51:03.088 INFO O| May 18 23:51:03.088 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
91662026-05-18T23:51:04.175Z[ host-image] May 18 23:51:03.088 INFO O| May 18 23:51:03.088 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
91672026-05-18T23:51:04.178Z[ host-image] May 18 23:51:03.088 INFO O| May 18 23:51:03.088 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91682026-05-18T23:51:04.178Z[ host-image] May 18 23:51:03.088 INFO O| May 18 23:51:03.088 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91692026-05-18T23:51:04.178Z[ host-image] May 18 23:51:03.088 INFO O| May 18 23:51:03.088 INFO ok!
91702026-05-18T23:51:04.178Z[ host-image] May 18 23:51:03.088 INFO O| May 18 23:51:03.088 INFO STEP 64 (ensure_file) COMPLETE
91712026-05-18T23:51:04.178Z[ host-image] May 18 23:51:03.088 INFO O| May 18 23:51:03.088 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91722026-05-18T23:51:04.182Z[ host-image] May 18 23:51:03.093 INFO O| May 18 23:51:03.093 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
91732026-05-18T23:51:04.182Z[ host-image] May 18 23:51:03.093 INFO O| May 18 23:51:03.093 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
91742026-05-18T23:51:04.182Z[ host-image] May 18 23:51:03.093 INFO O| May 18 23:51:03.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
91752026-05-18T23:51:04.182Z[ host-image] May 18 23:51:03.093 INFO O| May 18 23:51:03.093 INFO ok!
91762026-05-18T23:51:04.182Z[ host-image] May 18 23:51:03.093 INFO O| May 18 23:51:03.093 INFO STEP 65 (assemble_files) COMPLETE
91772026-05-18T23:51:04.182Z[ host-image] May 18 23:51:03.093 INFO O| May 18 23:51:03.093 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91782026-05-18T23:51:04.185Z[ host-image] May 18 23:51:03.098 INFO O| May 18 23:51:03.098 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
91792026-05-18T23:51:04.188Z[ host-image] May 18 23:51:03.098 INFO O| May 18 23:51:03.098 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
91802026-05-18T23:51:04.188Z[ host-image] May 18 23:51:03.098 INFO O| May 18 23:51:03.098 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91812026-05-18T23:51:04.188Z[ host-image] May 18 23:51:03.098 INFO O| May 18 23:51:03.098 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91822026-05-18T23:51:04.188Z[ host-image] May 18 23:51:03.098 INFO O| May 18 23:51:03.098 INFO ok!
91832026-05-18T23:51:04.188Z[ host-image] May 18 23:51:03.098 INFO O| May 18 23:51:03.098 INFO STEP 66 (ensure_file) COMPLETE
91842026-05-18T23:51:04.188Z[ host-image] May 18 23:51:03.098 INFO O| May 18 23:51:03.098 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91852026-05-18T23:51:04.192Z[ host-image] May 18 23:51:03.105 INFO O| May 18 23:51:03.105 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91862026-05-18T23:51:04.192Z[ host-image] May 18 23:51:03.105 INFO O| May 18 23:51:03.105 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91872026-05-18T23:51:04.195Z[ host-image] May 18 23:51:03.105 INFO O| May 18 23:51:03.105 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91882026-05-18T23:51:04.195Z[ host-image] May 18 23:51:03.105 INFO O| May 18 23:51:03.105 INFO STEP 67 (ensure_dir) COMPLETE
91892026-05-18T23:51:04.195Z[ host-image] May 18 23:51:03.105 INFO O| May 18 23:51:03.105 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91902026-05-18T23:51:04.198Z[ host-image] May 18 23:51:03.110 INFO O| May 18 23:51:03.110 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91912026-05-18T23:51:04.198Z[ host-image] May 18 23:51:03.110 INFO O| May 18 23:51:03.110 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 ...
91922026-05-18T23:51:04.203Z[ host-image] May 18 23:51:03.116 INFO O| May 18 23:51:03.116 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
91932026-05-18T23:51:04.203Z[ host-image] May 18 23:51:03.116 INFO O| May 18 23:51:03.116 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91942026-05-18T23:51:04.206Z[ host-image] May 18 23:51:03.116 INFO O| May 18 23:51:03.116 INFO ok!
91952026-05-18T23:51:04.206Z[ host-image] May 18 23:51:03.116 INFO O| May 18 23:51:03.116 INFO STEP 68 (ensure_file) COMPLETE
91962026-05-18T23:51:04.206Z[ host-image] May 18 23:51:03.116 INFO O| May 18 23:51:03.116 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91972026-05-18T23:51:04.210Z[ host-image] May 18 23:51:03.121 INFO O| May 18 23:51:03.121 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91982026-05-18T23:51:04.210Z[ host-image] May 18 23:51:03.121 INFO O| May 18 23:51:03.121 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 ...
91992026-05-18T23:51:04.210Z[ host-image] May 18 23:51:03.121 INFO O| May 18 23:51:03.121 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
92002026-05-18T23:51:04.210Z[ host-image] May 18 23:51:03.121 INFO O| May 18 23:51:03.121 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92012026-05-18T23:51:04.210Z[ host-image] May 18 23:51:03.121 INFO O| May 18 23:51:03.121 INFO ok!
92022026-05-18T23:51:04.210Z[ host-image] May 18 23:51:03.121 INFO O| May 18 23:51:03.121 INFO STEP 69 (ensure_file) COMPLETE
92032026-05-18T23:51:04.210Z[ host-image] May 18 23:51:03.121 INFO O| May 18 23:51:03.121 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042026-05-18T23:51:04.216Z[ host-image] May 18 23:51:03.129 INFO O| May 18 23:51:03.129 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
92052026-05-18T23:51:04.216Z[ host-image] May 18 23:51:03.129 INFO O| May 18 23:51:03.129 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
92062026-05-18T23:51:05.515Z[ host-image] May 18 23:51:04.427 INFO O| May 18 23:51:04.427 INFO STEP 70 (pack_tar) COMPLETE
92072026-05-18T23:51:05.515Z[ host-image] May 18 23:51:04.427 INFO O| May 18 23:51:04.427 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92082026-05-18T23:51:05.515Z[ host-image] May 18 23:51:04.427 INFO O| May 18 23:51:04.427 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
92092026-05-18T23:51:06.054Z[ host-image] May 18 23:51:04.965 INFO O| May 18 23:51:04.965 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92102026-05-18T23:51:06.138Z[ host-image] May 18 23:51:05.050 INFO O| May 18 23:51:05.050 INFO completed processing sled/ramdisk-02-trim
92112026-05-18T23:51:06.141Z[ host-image] May 18 23:51:05.052 INFO image builder template: zfs...
92122026-05-18T23:51:06.141Z[ host-image] May 18 23:51:05.052 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/.tmphiA1vH/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@20.0.0.0", "-F", "optever=0.40.479", "-n", "zfs"], pwd: None
92132026-05-18T23:51:06.151Z[ host-image] May 18 23:51:05.063 INFO O| May 18 23:51:05.063 INFO skip include "stress" because feature "stress" is not enabled
92142026-05-18T23:51:06.151Z[ host-image] May 18 23:51:05.063 INFO O| May 18 23:51:05.063 INFO skip include "stress" because feature "compliance" is not enabled
92152026-05-18T23:51:06.179Z[ host-image] May 18 23:51:05.089 INFO O| May 18 23:51:05.089 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
92162026-05-18T23:51:06.182Z[ host-image] May 18 23:51:05.092 INFO O| May 18 23:51:05.092 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
92172026-05-18T23:51:06.258Z[ host-image] May 18 23:51:05.170 INFO O| May 18 23:51:05.170 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
92182026-05-18T23:51:06.320Z[ host-image] May 18 23:51:05.232 INFO O| May 18 23:51:05.232 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92192026-05-18T23:51:06.320Z[ host-image] May 18 23:51:05.232 INFO O| May 18 23:51:05.232 INFO work dataset: rpool/images/build/host/work/sled/zfs
92202026-05-18T23:51:06.323Z[ host-image] May 18 23:51:05.234 INFO O| May 18 23:51:05.234 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
92212026-05-18T23:51:06.396Z[ host-image] May 18 23:51:05.308 INFO O| May 18 23:51:05.308 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
92222026-05-18T23:51:06.467Z[ host-image] May 18 23:51:05.379 INFO O| May 18 23:51:05.379 INFO DESTROY POOL: TEMPORARY-sled-zfs
92232026-05-18T23:51:06.472Z[ host-image] May 18 23:51:05.384 INFO O| May 18 23:51:05.384 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
92242026-05-18T23:51:06.476Z[ host-image] May 18 23:51:05.389 INFO O| May 18 23:51:05.389 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
92252026-05-18T23:51:06.476Z[ host-image] May 18 23:51:05.389 INFO O| May 18 23:51:05.389 INFO no lofi found
92262026-05-18T23:51:06.479Z[ host-image] May 18 23:51:05.389 INFO O| May 18 23:51:05.389 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
92272026-05-18T23:51:06.479Z[ host-image] May 18 23:51:05.389 INFO O| May 18 23:51:05.389 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
92282026-05-18T23:51:08.089Z[ host-image] May 18 23:51:07.001 INFO O| May 18 23:51:07.001 INFO lofi device = /dev/dsk/c2t1d0p0
92292026-05-18T23:51:08.089Z[ host-image] May 18 23:51:07.001 INFO O| May 18 23:51:07.001 INFO pool device = /dev/dsk/c2t1d0p0
92302026-05-18T23:51:08.092Z[ host-image] May 18 23:51:07.001 INFO O| May 18 23:51:07.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"]
92312026-05-18T23:51:08.145Z[ host-image] May 18 23:51:07.058 INFO O| May 18 23:51:07.058 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92322026-05-18T23:51:08.146Z[ host-image] May 18 23:51:07.058 INFO O| May 18 23:51:07.058 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92332026-05-18T23:51:08.159Z[ host-image] May 18 23:51:07.072 INFO O| May 18 23:51:07.071 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92342026-05-18T23:51:08.194Z[ host-image] May 18 23:51:07.107 INFO O| May 18 23:51:07.106 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92352026-05-18T23:51:08.222Z[ host-image] May 18 23:51:07.132 INFO O| May 18 23:51:07.132 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92362026-05-18T23:51:08.228Z[ host-image] May 18 23:51:07.141 INFO O| May 18 23:51:07.141 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92372026-05-18T23:51:08.236Z[ host-image] May 18 23:51:07.148 INFO O| May 18 23:51:07.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92382026-05-18T23:51:08.262Z[ host-image] May 18 23:51:07.175 INFO O| May 18 23:51:07.175 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92392026-05-18T23:51:08.265Z[ host-image] May 18 23:51:07.175 INFO O| May 18 23:51:07.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92402026-05-18T23:51:08.265Z[ host-image] May 18 23:51:07.175 INFO O| May 18 23:51:07.175 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92412026-05-18T23:51:08.269Z[ host-image] May 18 23:51:07.181 INFO O| May 18 23:51:07.181 INFO boot environment UUID: fe43eadf-1d7c-4cd4-bbdf-76cd8ab42c0a
92422026-05-18T23:51:08.269Z[ host-image] May 18 23:51:07.181 INFO O| May 18 23:51:07.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = fe43eadf-1d7c-4cd4-bbdf-76cd8ab42c0a
92432026-05-18T23:51:08.275Z[ host-image] May 18 23:51:07.188 INFO O| May 18 23:51:07.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92442026-05-18T23:51:08.282Z[ host-image] May 18 23:51:07.195 INFO O| May 18 23:51:07.195 INFO STEP 0 (create_be) COMPLETE
92452026-05-18T23:51:08.282Z[ host-image] May 18 23:51:07.195 INFO O| May 18 23:51:07.195 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92462026-05-18T23:51:08.292Z[ host-image] May 18 23:51:07.205 INFO O| May 18 23:51:07.205 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92472026-05-18T23:51:16.936Z[ host-image] May 18 23:51:15.848 INFO O| May 18 23:51:15.848 INFO STEP 1 (unpack_tar) COMPLETE
92482026-05-18T23:51:16.936Z[ host-image] May 18 23:51:15.849 INFO O| May 18 23:51:15.848 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92492026-05-18T23:51:16.945Z[ host-image] May 18 23:51:15.857 INFO O| May 18 23:51:15.857 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
92502026-05-18T23:51:17.171Z[ recovery-image] May 18 23:51:16.084 INFO O| ok, image written!
92512026-05-18T23:51:17.172Z[ recovery-image] May 18 23:51:16.084 INFO O| ok, boot_image_csum file written!
92522026-05-18T23:51:17.175Z[ recovery-image] May 18 23:51:16.086 INFO creating boot archive (CPIO)...
92532026-05-18T23:51:17.175Z[ recovery-image] May 18 23:51:16.086 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
92542026-05-18T23:51:17.178Z[ recovery-image] May 18 23:51:16.091 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
92552026-05-18T23:51:17.178Z[ recovery-image] May 18 23:51:16.091 INFO E| + outfile=/work/os-recovery/cpio
92562026-05-18T23:51:17.181Z[ recovery-image] May 18 23:51:16.091 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
92572026-05-18T23:51:17.181Z[ recovery-image] May 18 23:51:16.093 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
92582026-05-18T23:51:17.181Z[ recovery-image] May 18 23:51:16.093 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
92592026-05-18T23:51:17.207Z[ recovery-image] May 18 23:51:16.120 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
92602026-05-18T23:51:17.208Z[ recovery-image] May 18 23:51:16.120 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
92612026-05-18T23:51:17.217Z[ recovery-image] May 18 23:51:16.127 INFO creating compressed cpio/unix for dev loaders...
92622026-05-18T23:51:17.217Z[ recovery-image] May 18 23:51:16.127 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
92632026-05-18T23:51:17.220Z[ host-image] May 18 23:51:16.130 INFO O| May 18 23:51:16.130 INFO STEP 2 (devfsadm) COMPLETE
92642026-05-18T23:51:17.220Z[ host-image] May 18 23:51:16.130 INFO O| May 18 23:51:16.130 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92652026-05-18T23:51:17.227Z[ host-image] May 18 23:51:16.140 INFO O| May 18 23:51:16.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92662026-05-18T23:51:17.227Z[ host-image] May 18 23:51:16.140 INFO O| May 18 23:51:16.140 INFO STEP 3 (ensure_dir) COMPLETE
92672026-05-18T23:51:17.231Z[ host-image] May 18 23:51:16.140 INFO O| May 18 23:51:16.140 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92682026-05-18T23:51:17.235Z[ host-image] May 18 23:51:16.148 INFO O| May 18 23:51:16.148 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92692026-05-18T23:51:17.235Z[ host-image] May 18 23:51:16.148 INFO O| May 18 23:51:16.148 INFO STEP 4 (ensure_dir) COMPLETE
92702026-05-18T23:51:17.235Z[ host-image] May 18 23:51:16.148 INFO O| May 18 23:51:16.148 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92712026-05-18T23:51:17.243Z[ host-image] May 18 23:51:16.155 INFO O| May 18 23:51:16.155 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92722026-05-18T23:51:17.243Z[ host-image] May 18 23:51:16.155 INFO O| May 18 23:51:16.155 INFO STEP 5 (ensure_dir) COMPLETE
92732026-05-18T23:51:17.246Z[ host-image] May 18 23:51:16.155 INFO O| May 18 23:51:16.155 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92742026-05-18T23:51:17.250Z[ host-image] May 18 23:51:16.162 INFO O| May 18 23:51:16.162 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92752026-05-18T23:51:17.253Z[ host-image] May 18 23:51:16.162 INFO O| May 18 23:51:16.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92762026-05-18T23:51:17.253Z[ host-image] May 18 23:51:16.162 INFO O| May 18 23:51:16.162 INFO STEP 6 (ensure_dir) COMPLETE
92772026-05-18T23:51:17.253Z[ host-image] May 18 23:51:16.162 INFO O| May 18 23:51:16.162 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92782026-05-18T23:51:17.257Z[ host-image] May 18 23:51:16.170 INFO O| May 18 23:51:16.169 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92792026-05-18T23:51:17.260Z[ host-image] May 18 23:51:16.170 INFO O| May 18 23:51:16.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92802026-05-18T23:51:17.260Z[ host-image] May 18 23:51:16.170 INFO O| May 18 23:51:16.170 INFO STEP 7 (ensure_dir) COMPLETE
92812026-05-18T23:51:17.260Z[ host-image] May 18 23:51:16.170 INFO O| May 18 23:51:16.170 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92822026-05-18T23:51:17.264Z[ host-image] May 18 23:51:16.177 INFO O| May 18 23:51:16.177 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
92832026-05-18T23:51:17.267Z[ host-image] May 18 23:51:16.177 INFO O| May 18 23:51:16.177 INFO STEP 8 (remove_files) COMPLETE
92842026-05-18T23:51:17.267Z[ host-image] May 18 23:51:16.177 INFO O| May 18 23:51:16.177 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92852026-05-18T23:51:17.272Z[ host-image] May 18 23:51:16.185 INFO O| May 18 23:51:16.185 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
92862026-05-18T23:51:17.275Z[ host-image] May 18 23:51:16.185 INFO O| May 18 23:51:16.185 INFO STEP 9 (remove_files) COMPLETE
92872026-05-18T23:51:17.275Z[ host-image] May 18 23:51:16.185 INFO O| May 18 23:51:16.185 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92882026-05-18T23:51:17.281Z[ host-image] May 18 23:51:16.194 INFO O| May 18 23:51:16.194 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
92892026-05-18T23:51:17.284Z[ host-image] May 18 23:51:16.195 INFO O| May 18 23:51:16.195 INFO STEP 10 (remove_files) COMPLETE
92902026-05-18T23:51:17.284Z[ host-image] May 18 23:51:16.195 INFO O| May 18 23:51:16.195 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92912026-05-18T23:51:17.290Z[ host-image] May 18 23:51:16.203 INFO O| May 18 23:51:16.202 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
92922026-05-18T23:51:17.293Z[ host-image] May 18 23:51:16.203 INFO O| May 18 23:51:16.203 INFO STEP 11 (remove_files) COMPLETE
92932026-05-18T23:51:17.293Z[ host-image] May 18 23:51:16.203 INFO O| May 18 23:51:16.203 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92942026-05-18T23:51:17.298Z[ host-image] May 18 23:51:16.210 INFO O| May 18 23:51:16.210 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
92952026-05-18T23:51:17.298Z[ host-image] May 18 23:51:16.210 INFO O| May 18 23:51:16.210 INFO STEP 12 (remove_files) COMPLETE
92962026-05-18T23:51:17.301Z[ host-image] May 18 23:51:16.210 INFO O| May 18 23:51:16.210 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92972026-05-18T23:51:17.304Z[ host-image] May 18 23:51:16.217 INFO O| May 18 23:51:16.217 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92982026-05-18T23:51:17.307Z[ host-image] May 18 23:51:16.217 INFO O| May 18 23:51:16.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92992026-05-18T23:51:17.307Z[ host-image] May 18 23:51:16.217 INFO O| May 18 23:51:16.217 INFO STEP 13 (ensure_dir) COMPLETE
93002026-05-18T23:51:17.307Z[ host-image] May 18 23:51:16.217 INFO O| May 18 23:51:16.217 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93012026-05-18T23:51:17.311Z[ host-image] May 18 23:51:16.223 INFO O| May 18 23:51:16.223 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93022026-05-18T23:51:17.315Z[ host-image] May 18 23:51:16.223 INFO O| May 18 23:51:16.223 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93032026-05-18T23:51:17.315Z[ host-image] May 18 23:51:16.223 INFO O| May 18 23:51:16.223 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93042026-05-18T23:51:17.315Z[ host-image] May 18 23:51:16.223 INFO O| May 18 23:51:16.223 INFO STEP 14 (ensure_dir) COMPLETE
93052026-05-18T23:51:17.315Z[ host-image] May 18 23:51:16.223 INFO O| May 18 23:51:16.223 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93062026-05-18T23:51:17.319Z[ host-image] May 18 23:51:16.232 INFO O| May 18 23:51:16.232 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93072026-05-18T23:51:17.322Z[ host-image] May 18 23:51:16.232 INFO O| May 18 23:51:16.232 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93082026-05-18T23:51:17.322Z[ host-image] May 18 23:51:16.232 INFO O| May 18 23:51:16.232 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93092026-05-18T23:51:17.323Z[ host-image] May 18 23:51:16.232 INFO O| May 18 23:51:16.232 INFO STEP 15 (ensure_dir) COMPLETE
93102026-05-18T23:51:17.323Z[ host-image] May 18 23:51:16.232 INFO O| May 18 23:51:16.232 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93112026-05-18T23:51:17.327Z[ host-image] May 18 23:51:16.240 INFO O| May 18 23:51:16.240 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93122026-05-18T23:51:17.327Z[ host-image] May 18 23:51:16.240 INFO O| May 18 23:51:16.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93132026-05-18T23:51:17.331Z[ host-image] May 18 23:51:16.240 INFO O| May 18 23:51:16.240 INFO STEP 16 (ensure_dir) COMPLETE
93142026-05-18T23:51:17.331Z[ host-image] May 18 23:51:16.240 INFO O| May 18 23:51:16.240 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93152026-05-18T23:51:17.334Z[ host-image] May 18 23:51:16.247 INFO O| May 18 23:51:16.247 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93162026-05-18T23:51:17.337Z[ host-image] May 18 23:51:16.247 INFO O| May 18 23:51:16.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93172026-05-18T23:51:17.338Z[ host-image] May 18 23:51:16.247 INFO O| May 18 23:51:16.247 INFO STEP 17 (ensure_dir) COMPLETE
93182026-05-18T23:51:17.338Z[ host-image] May 18 23:51:16.247 INFO O| May 18 23:51:16.247 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192026-05-18T23:51:17.342Z[ host-image] May 18 23:51:16.254 INFO O| May 18 23:51:16.254 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93202026-05-18T23:51:17.342Z[ host-image] May 18 23:51:16.254 INFO O| May 18 23:51:16.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
93212026-05-18T23:51:17.345Z[ host-image] May 18 23:51:16.254 INFO O| May 18 23:51:16.254 INFO ok!
93222026-05-18T23:51:17.345Z[ host-image] May 18 23:51:16.254 INFO O| May 18 23:51:16.254 INFO STEP 18 (ensure_symlink) COMPLETE
93232026-05-18T23:51:17.345Z[ host-image] May 18 23:51:16.254 INFO O| May 18 23:51:16.254 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93242026-05-18T23:51:17.348Z[ host-image] May 18 23:51:16.261 INFO O| May 18 23:51:16.261 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
93252026-05-18T23:51:17.348Z[ host-image] May 18 23:51:16.261 INFO O| May 18 23:51:16.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
93262026-05-18T23:51:17.351Z[ host-image] May 18 23:51:16.261 INFO O| May 18 23:51:16.261 INFO ok!
93272026-05-18T23:51:17.351Z[ host-image] May 18 23:51:16.261 INFO O| May 18 23:51:16.261 INFO STEP 19 (ensure_file) COMPLETE
93282026-05-18T23:51:17.351Z[ host-image] May 18 23:51:16.261 INFO O| May 18 23:51:16.261 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93292026-05-18T23:51:17.355Z[ host-image] May 18 23:51:16.267 INFO O| May 18 23:51:16.267 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
93302026-05-18T23:51:17.355Z[ host-image] May 18 23:51:16.267 INFO O| May 18 23:51:16.267 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93312026-05-18T23:51:17.358Z[ host-image] May 18 23:51:16.267 INFO O| May 18 23:51:16.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
93322026-05-18T23:51:17.358Z[ host-image] May 18 23:51:16.267 INFO O| May 18 23:51:16.267 INFO ok!
93332026-05-18T23:51:17.358Z[ host-image] May 18 23:51:16.267 INFO O| May 18 23:51:16.267 INFO STEP 20 (ensure_symlink) COMPLETE
93342026-05-18T23:51:17.358Z[ host-image] May 18 23:51:16.267 INFO O| May 18 23:51:16.267 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93352026-05-18T23:51:17.395Z[ host-image] May 18 23:51:16.307 INFO O| May 18 23:51:16.307 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93362026-05-18T23:51:17.395Z[ host-image] May 18 23:51:16.307 INFO O| May 18 23:51:16.307 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93372026-05-18T23:51:17.395Z[ host-image] May 18 23:51:16.307 INFO O| May 18 23:51:16.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93382026-05-18T23:51:17.398Z[ host-image] May 18 23:51:16.307 INFO O| May 18 23:51:16.307 INFO ok!
93392026-05-18T23:51:17.398Z[ host-image] May 18 23:51:16.307 INFO O| May 18 23:51:16.307 INFO STEP 21 (ensure_symlink) COMPLETE
93402026-05-18T23:51:17.398Z[ host-image] May 18 23:51:16.307 INFO O| May 18 23:51:16.307 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93412026-05-18T23:51:17.402Z[ host-image] May 18 23:51:16.315 INFO O| May 18 23:51:16.315 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93422026-05-18T23:51:17.402Z[ host-image] May 18 23:51:16.315 INFO O| May 18 23:51:16.315 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93432026-05-18T23:51:17.402Z[ host-image] May 18 23:51:16.315 INFO O| May 18 23:51:16.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93442026-05-18T23:51:17.405Z[ host-image] May 18 23:51:16.315 INFO O| May 18 23:51:16.315 INFO ok!
93452026-05-18T23:51:17.405Z[ host-image] May 18 23:51:16.315 INFO O| May 18 23:51:16.315 INFO STEP 22 (ensure_symlink) COMPLETE
93462026-05-18T23:51:17.405Z[ host-image] May 18 23:51:16.315 INFO O| May 18 23:51:16.315 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93472026-05-18T23:51:17.410Z[ host-image] May 18 23:51:16.323 INFO O| May 18 23:51:16.323 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
93482026-05-18T23:51:17.410Z[ host-image] May 18 23:51:16.323 INFO O| May 18 23:51:16.323 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93492026-05-18T23:51:17.413Z[ host-image] May 18 23:51:16.323 INFO O| May 18 23:51:16.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93502026-05-18T23:51:17.413Z[ host-image] May 18 23:51:16.323 INFO O| May 18 23:51:16.323 INFO ok!
93512026-05-18T23:51:17.413Z[ host-image] May 18 23:51:16.323 INFO O| May 18 23:51:16.323 INFO STEP 23 (ensure_symlink) COMPLETE
93522026-05-18T23:51:17.413Z[ host-image] May 18 23:51:16.323 INFO O| May 18 23:51:16.323 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93532026-05-18T23:51:17.419Z[ host-image] May 18 23:51:16.331 INFO O| May 18 23:51:16.331 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93542026-05-18T23:51:17.419Z[ host-image] May 18 23:51:16.331 INFO O| May 18 23:51:16.331 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
93552026-05-18T23:51:17.422Z[ host-image] May 18 23:51:16.331 INFO O| May 18 23:51:16.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
93562026-05-18T23:51:17.422Z[ host-image] May 18 23:51:16.331 INFO O| May 18 23:51:16.331 INFO ok!
93572026-05-18T23:51:17.422Z[ host-image] May 18 23:51:16.331 INFO O| May 18 23:51:16.331 INFO STEP 24 (ensure_file) COMPLETE
93582026-05-18T23:51:17.422Z[ host-image] May 18 23:51:16.331 INFO O| May 18 23:51:16.331 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93592026-05-18T23:51:17.427Z[ host-image] May 18 23:51:16.339 INFO O| May 18 23:51:16.339 INFO updating shadow file
93602026-05-18T23:51:17.427Z[ host-image] May 18 23:51:16.339 INFO O| May 18 23:51:16.339 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93612026-05-18T23:51:17.430Z[ host-image] May 18 23:51:16.339 INFO O| May 18 23:51:16.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93622026-05-18T23:51:17.430Z[ host-image] May 18 23:51:16.339 INFO O| May 18 23:51:16.339 INFO STEP 25 (shadow) COMPLETE
93632026-05-18T23:51:17.430Z[ host-image] May 18 23:51:16.340 INFO O| May 18 23:51:16.339 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93642026-05-18T23:51:17.435Z[ host-image] May 18 23:51:16.347 INFO O| May 18 23:51:16.347 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93652026-05-18T23:51:17.438Z[ host-image] May 18 23:51:16.347 INFO O| May 18 23:51:16.347 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
93662026-05-18T23:51:17.438Z[ host-image] May 18 23:51:16.347 INFO O| May 18 23:51:16.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
93672026-05-18T23:51:17.438Z[ host-image] May 18 23:51:16.347 INFO O| May 18 23:51:16.347 INFO ok!
93682026-05-18T23:51:17.438Z[ host-image] May 18 23:51:16.347 INFO O| May 18 23:51:16.347 INFO STEP 26 (ensure_file) COMPLETE
93692026-05-18T23:51:17.438Z[ host-image] May 18 23:51:16.347 INFO O| May 18 23:51:16.347 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93702026-05-18T23:51:17.438Z[ recovery-image] May 18 23:51:16.349 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
93712026-05-18T23:51:17.444Z[ host-image] May 18 23:51:16.356 INFO O| May 18 23:51:16.356 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
93722026-05-18T23:51:17.444Z[ host-image] May 18 23:51:16.356 INFO O| May 18 23:51:16.356 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
93732026-05-18T23:51:17.447Z[ host-image] May 18 23:51:16.356 INFO O| May 18 23:51:16.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
93742026-05-18T23:51:17.447Z[ host-image] May 18 23:51:16.356 INFO O| May 18 23:51:16.356 INFO ok!
93752026-05-18T23:51:17.447Z[ host-image] May 18 23:51:16.356 INFO O| May 18 23:51:16.356 INFO STEP 27 (ensure_file) COMPLETE
93762026-05-18T23:51:17.447Z[ host-image] May 18 23:51:16.356 INFO O| May 18 23:51:16.356 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93772026-05-18T23:51:17.453Z[ host-image] May 18 23:51:16.366 INFO O| May 18 23:51:16.366 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93782026-05-18T23:51:17.453Z[ host-image] May 18 23:51:16.366 INFO O| May 18 23:51:16.366 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
93792026-05-18T23:51:17.456Z[ host-image] May 18 23:51:16.366 INFO O| May 18 23:51:16.366 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93802026-05-18T23:51:17.456Z[ host-image] May 18 23:51:16.366 INFO O| May 18 23:51:16.366 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93812026-05-18T23:51:17.457Z[ host-image] May 18 23:51:16.366 INFO O| May 18 23:51:16.366 INFO ok!
93822026-05-18T23:51:17.457Z[ host-image] May 18 23:51:16.366 INFO O| May 18 23:51:16.366 INFO STEP 28 (ensure_file) COMPLETE
93832026-05-18T23:51:17.457Z[ host-image] May 18 23:51:16.366 INFO O| May 18 23:51:16.366 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93842026-05-18T23:51:17.462Z[ host-image] May 18 23:51:16.374 INFO O| May 18 23:51:16.374 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
93852026-05-18T23:51:17.462Z[ host-image] May 18 23:51:16.374 INFO O| May 18 23:51:16.374 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
93862026-05-18T23:51:17.462Z[ host-image] May 18 23:51:16.374 INFO O| May 18 23:51:16.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
93872026-05-18T23:51:17.465Z[ host-image] May 18 23:51:16.374 INFO O| May 18 23:51:16.374 INFO ok!
93882026-05-18T23:51:17.465Z[ host-image] May 18 23:51:16.374 INFO O| May 18 23:51:16.374 INFO STEP 29 (ensure_file) COMPLETE
93892026-05-18T23:51:17.465Z[ host-image] May 18 23:51:16.374 INFO O| May 18 23:51:16.374 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93902026-05-18T23:51:17.471Z[ host-image] May 18 23:51:16.383 INFO O| May 18 23:51:16.383 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93912026-05-18T23:51:17.474Z[ host-image] May 18 23:51:16.383 INFO O| May 18 23:51:16.383 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93922026-05-18T23:51:17.474Z[ host-image] May 18 23:51:16.383 INFO O| May 18 23:51:16.383 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93932026-05-18T23:51:17.474Z[ host-image] May 18 23:51:16.383 INFO O| May 18 23:51:16.383 INFO STEP 30 (ensure_dir) COMPLETE
93942026-05-18T23:51:17.474Z[ host-image] May 18 23:51:16.383 INFO O| May 18 23:51:16.383 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93952026-05-18T23:51:17.478Z[ host-image] May 18 23:51:16.390 INFO O| May 18 23:51:16.390 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
93962026-05-18T23:51:17.478Z[ host-image] May 18 23:51:16.390 INFO O| May 18 23:51:16.390 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
93972026-05-18T23:51:17.481Z[ host-image] May 18 23:51:16.390 INFO O| May 18 23:51:16.390 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93982026-05-18T23:51:17.481Z[ host-image] May 18 23:51:16.390 INFO O| May 18 23:51:16.390 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93992026-05-18T23:51:17.481Z[ host-image] May 18 23:51:16.390 INFO O| May 18 23:51:16.390 INFO ok!
94002026-05-18T23:51:17.481Z[ host-image] May 18 23:51:16.390 INFO O| May 18 23:51:16.390 INFO STEP 31 (ensure_file) COMPLETE
94012026-05-18T23:51:17.481Z[ host-image] May 18 23:51:16.390 INFO O| May 18 23:51:16.390 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94022026-05-18T23:51:17.486Z[ host-image] May 18 23:51:16.397 INFO O| May 18 23:51:16.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94032026-05-18T23:51:17.486Z[ host-image] May 18 23:51:16.397 INFO O| May 18 23:51:16.397 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94042026-05-18T23:51:17.486Z[ host-image] May 18 23:51:16.397 INFO O| May 18 23:51:16.397 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94052026-05-18T23:51:17.486Z[ host-image] May 18 23:51:16.397 INFO O| May 18 23:51:16.397 INFO STEP 32 (ensure_dir) COMPLETE
94062026-05-18T23:51:17.486Z[ host-image] May 18 23:51:16.397 INFO O| May 18 23:51:16.397 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94072026-05-18T23:51:17.491Z[ host-image] May 18 23:51:16.404 INFO O| May 18 23:51:16.404 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94082026-05-18T23:51:17.494Z[ host-image] May 18 23:51:16.404 INFO O| May 18 23:51:16.404 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 ...
94092026-05-18T23:51:17.494Z[ host-image] May 18 23:51:16.404 INFO O| May 18 23:51:16.404 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
94102026-05-18T23:51:17.494Z[ host-image] May 18 23:51:16.404 INFO O| May 18 23:51:16.404 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
94112026-05-18T23:51:17.494Z[ host-image] May 18 23:51:16.404 INFO O| May 18 23:51:16.404 INFO ok!
94122026-05-18T23:51:17.494Z[ host-image] May 18 23:51:16.404 INFO O| May 18 23:51:16.404 INFO STEP 33 (ensure_file) COMPLETE
94132026-05-18T23:51:17.495Z[ host-image] May 18 23:51:16.404 INFO O| May 18 23:51:16.404 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94142026-05-18T23:51:17.500Z[ host-image] May 18 23:51:16.412 INFO O| May 18 23:51:16.412 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
94152026-05-18T23:51:17.500Z[ host-image] May 18 23:51:16.412 INFO O| May 18 23:51:16.412 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
94162026-05-18T23:51:17.503Z[ host-image] May 18 23:51:16.412 INFO O| May 18 23:51:16.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
94172026-05-18T23:51:17.503Z[ host-image] May 18 23:51:16.412 INFO O| May 18 23:51:16.412 INFO ok!
94182026-05-18T23:51:17.503Z[ host-image] May 18 23:51:16.412 INFO O| May 18 23:51:16.412 INFO STEP 34 (ensure_file) COMPLETE
94192026-05-18T23:51:17.503Z[ host-image] May 18 23:51:16.412 INFO O| May 18 23:51:16.412 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94202026-05-18T23:51:17.507Z[ host-image] May 18 23:51:16.419 INFO O| May 18 23:51:16.419 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94212026-05-18T23:51:17.507Z[ host-image] May 18 23:51:16.419 INFO O| May 18 23:51:16.419 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
94222026-05-18T23:51:17.510Z[ host-image] May 18 23:51:16.419 INFO O| May 18 23:51:16.419 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94232026-05-18T23:51:17.510Z[ host-image] May 18 23:51:16.419 INFO O| May 18 23:51:16.419 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94242026-05-18T23:51:17.510Z[ host-image] May 18 23:51:16.419 INFO O| May 18 23:51:16.419 INFO ok!
94252026-05-18T23:51:17.510Z[ host-image] May 18 23:51:16.420 INFO O| May 18 23:51:16.420 INFO STEP 35 (ensure_file) COMPLETE
94262026-05-18T23:51:17.510Z[ host-image] May 18 23:51:16.420 INFO O| May 18 23:51:16.420 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94272026-05-18T23:51:17.516Z[ host-image] May 18 23:51:16.429 INFO O| May 18 23:51:16.429 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
94282026-05-18T23:51:17.516Z[ host-image] May 18 23:51:16.429 INFO O| May 18 23:51:16.429 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
94292026-05-18T23:51:17.516Z[ host-image] May 18 23:51:16.429 INFO O| May 18 23:51:16.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
94302026-05-18T23:51:17.519Z[ host-image] May 18 23:51:16.429 INFO O| May 18 23:51:16.429 INFO ok!
94312026-05-18T23:51:17.519Z[ host-image] May 18 23:51:16.429 INFO O| May 18 23:51:16.429 INFO STEP 36 (ensure_file) COMPLETE
94322026-05-18T23:51:17.519Z[ host-image] May 18 23:51:16.429 INFO O| May 18 23:51:16.429 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94332026-05-18T23:51:17.524Z[ host-image] May 18 23:51:16.437 INFO O| May 18 23:51:16.437 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94342026-05-18T23:51:17.524Z[ host-image] May 18 23:51:16.437 INFO O| May 18 23:51:16.437 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
94352026-05-18T23:51:17.527Z[ host-image] May 18 23:51:16.437 INFO O| May 18 23:51:16.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
94362026-05-18T23:51:17.527Z[ host-image] May 18 23:51:16.437 INFO O| May 18 23:51:16.437 INFO ok!
94372026-05-18T23:51:17.528Z[ host-image] May 18 23:51:16.437 INFO O| May 18 23:51:16.437 INFO STEP 37 (ensure_file) COMPLETE
94382026-05-18T23:51:17.528Z[ host-image] May 18 23:51:16.437 INFO O| May 18 23:51:16.437 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94392026-05-18T23:51:17.533Z[ host-image] May 18 23:51:16.445 INFO O| May 18 23:51:16.445 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94402026-05-18T23:51:17.533Z[ host-image] May 18 23:51:16.445 INFO O| May 18 23:51:16.445 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94412026-05-18T23:51:17.536Z[ host-image] May 18 23:51:16.445 INFO O| May 18 23:51:16.445 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94422026-05-18T23:51:17.536Z[ host-image] May 18 23:51:16.446 INFO O| May 18 23:51:16.446 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94432026-05-18T23:51:17.536Z[ host-image] May 18 23:51:16.446 INFO O| May 18 23:51:16.446 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94442026-05-18T23:51:17.536Z[ host-image] May 18 23:51:16.446 INFO O| May 18 23:51:16.446 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94452026-05-18T23:51:17.536Z[ host-image] May 18 23:51:16.446 INFO O| May 18 23:51:16.446 INFO ok!
94462026-05-18T23:51:17.536Z[ host-image] May 18 23:51:16.446 INFO O| May 18 23:51:16.446 INFO STEP 38 (ensure_file) COMPLETE
94472026-05-18T23:51:17.536Z[ host-image] May 18 23:51:16.446 INFO O| May 18 23:51:16.446 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94482026-05-18T23:51:17.540Z[ host-image] May 18 23:51:16.453 INFO O| May 18 23:51:16.453 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94492026-05-18T23:51:17.544Z[ host-image] May 18 23:51:16.453 INFO O| May 18 23:51:16.453 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94502026-05-18T23:51:17.544Z[ host-image] May 18 23:51:16.453 INFO O| May 18 23:51:16.453 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94512026-05-18T23:51:17.544Z[ host-image] May 18 23:51:16.453 INFO O| May 18 23:51:16.453 INFO STEP 39 (ensure_dir) COMPLETE
94522026-05-18T23:51:17.544Z[ host-image] May 18 23:51:16.453 INFO O| May 18 23:51:16.453 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94532026-05-18T23:51:17.547Z[ host-image] May 18 23:51:16.459 INFO O| May 18 23:51:16.459 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
94542026-05-18T23:51:17.547Z[ host-image] May 18 23:51:16.459 INFO O| May 18 23:51:16.459 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 ...
94552026-05-18T23:51:17.547Z[ host-image] May 18 23:51:16.460 INFO O| May 18 23:51:16.460 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
94562026-05-18T23:51:17.547Z[ host-image] May 18 23:51:16.460 INFO O| May 18 23:51:16.460 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
94572026-05-18T23:51:17.547Z[ host-image] May 18 23:51:16.460 INFO O| May 18 23:51:16.460 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
94582026-05-18T23:51:17.547Z[ host-image] May 18 23:51:16.460 INFO O| May 18 23:51:16.460 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
94592026-05-18T23:51:17.547Z[ host-image] May 18 23:51:16.460 INFO O| May 18 23:51:16.460 INFO ok!
94602026-05-18T23:51:17.547Z[ host-image] May 18 23:51:16.460 INFO O| May 18 23:51:16.460 INFO STEP 40 (ensure_file) COMPLETE
94612026-05-18T23:51:17.548Z[ host-image] May 18 23:51:16.460 INFO O| May 18 23:51:16.460 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94622026-05-18T23:51:17.554Z[ host-image] May 18 23:51:16.466 INFO O| May 18 23:51:16.466 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94632026-05-18T23:51:17.554Z[ host-image] May 18 23:51:16.466 INFO O| May 18 23:51:16.466 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 ...
94642026-05-18T23:51:17.557Z[ host-image] May 18 23:51:16.466 INFO O| May 18 23:51:16.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94652026-05-18T23:51:17.557Z[ host-image] May 18 23:51:16.466 INFO O| May 18 23:51:16.466 INFO ok!
94662026-05-18T23:51:17.557Z[ host-image] May 18 23:51:16.466 INFO O| May 18 23:51:16.466 INFO STEP 41 (ensure_symlink) COMPLETE
94672026-05-18T23:51:17.557Z[ host-image] May 18 23:51:16.466 INFO O| May 18 23:51:16.466 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94682026-05-18T23:51:17.562Z[ host-image] May 18 23:51:16.473 INFO O| May 18 23:51:16.473 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
94692026-05-18T23:51:17.562Z[ host-image] May 18 23:51:16.473 INFO O| May 18 23:51:16.473 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94702026-05-18T23:51:17.562Z[ host-image] May 18 23:51:16.473 INFO O| May 18 23:51:16.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
94712026-05-18T23:51:17.565Z[ host-image] May 18 23:51:16.473 INFO O| May 18 23:51:16.473 INFO ok!
94722026-05-18T23:51:17.565Z[ host-image] May 18 23:51:16.473 INFO O| May 18 23:51:16.473 INFO STEP 42 (ensure_symlink) COMPLETE
94732026-05-18T23:51:17.565Z[ host-image] May 18 23:51:16.473 INFO O| May 18 23:51:16.473 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94742026-05-18T23:51:17.568Z[ host-image] May 18 23:51:16.479 INFO O| May 18 23:51:16.479 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
94752026-05-18T23:51:17.568Z[ host-image] May 18 23:51:16.479 INFO O| May 18 23:51:16.479 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
94762026-05-18T23:51:17.568Z[ host-image] May 18 23:51:16.479 INFO O| May 18 23:51:16.479 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94772026-05-18T23:51:17.568Z[ host-image] May 18 23:51:16.479 INFO O| May 18 23:51:16.479 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94782026-05-18T23:51:17.568Z[ host-image] May 18 23:51:16.479 INFO O| May 18 23:51:16.479 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94792026-05-18T23:51:17.568Z[ host-image] May 18 23:51:16.479 INFO O| May 18 23:51:16.479 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94802026-05-18T23:51:17.568Z[ host-image] May 18 23:51:16.479 INFO O| May 18 23:51:16.479 INFO ok!
94812026-05-18T23:51:17.568Z[ host-image] May 18 23:51:16.479 INFO O| May 18 23:51:16.479 INFO STEP 43 (ensure_file) COMPLETE
94822026-05-18T23:51:17.568Z[ host-image] May 18 23:51:16.479 INFO O| May 18 23:51:16.479 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94832026-05-18T23:51:17.574Z[ host-image] May 18 23:51:16.486 INFO O| May 18 23:51:16.486 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94842026-05-18T23:51:17.574Z[ host-image] May 18 23:51:16.486 INFO O| May 18 23:51:16.486 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 ...
94852026-05-18T23:51:17.577Z[ host-image] May 18 23:51:16.486 INFO O| May 18 23:51:16.486 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
94862026-05-18T23:51:17.577Z[ host-image] May 18 23:51:16.486 INFO O| May 18 23:51:16.486 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
94872026-05-18T23:51:17.577Z[ host-image] May 18 23:51:16.486 INFO O| May 18 23:51:16.486 INFO ok!
94882026-05-18T23:51:17.577Z[ host-image] May 18 23:51:16.486 INFO O| May 18 23:51:16.486 INFO STEP 44 (ensure_file) COMPLETE
94892026-05-18T23:51:17.577Z[ host-image] May 18 23:51:16.486 INFO O| May 18 23:51:16.486 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94902026-05-18T23:51:17.583Z[ host-image] May 18 23:51:16.495 INFO O| May 18 23:51:16.495 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
94912026-05-18T23:51:17.583Z[ host-image] May 18 23:51:16.495 INFO O| May 18 23:51:16.495 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
94922026-05-18T23:51:17.586Z[ host-image] May 18 23:51:16.495 INFO O| May 18 23:51:16.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
94932026-05-18T23:51:17.586Z[ host-image] May 18 23:51:16.495 INFO O| May 18 23:51:16.495 INFO ok!
94942026-05-18T23:51:17.586Z[ host-image] May 18 23:51:16.495 INFO O| May 18 23:51:16.495 INFO STEP 45 (ensure_file) COMPLETE
94952026-05-18T23:51:17.586Z[ host-image] May 18 23:51:16.495 INFO O| May 18 23:51:16.495 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94962026-05-18T23:51:17.590Z[ host-image] May 18 23:51:16.503 INFO O| May 18 23:51:16.503 INFO updating shadow file
94972026-05-18T23:51:17.594Z[ host-image] May 18 23:51:16.503 INFO O| May 18 23:51:16.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94982026-05-18T23:51:17.594Z[ host-image] May 18 23:51:16.503 INFO O| May 18 23:51:16.503 INFO STEP 46 (shadow) COMPLETE
94992026-05-18T23:51:17.594Z[ host-image] May 18 23:51:16.503 INFO O| May 18 23:51:16.503 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95002026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
95012026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
95022026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95032026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95042026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 INFO ok!
95052026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 INFO STEP 47 (ensure_file) COMPLETE
95062026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95072026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 INFO skip step because feature "mfg" is not enabled
95082026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95092026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 INFO skip step because feature "mfg" is not enabled
95102026-05-18T23:51:17.598Z[ host-image] May 18 23:51:16.509 INFO O| May 18 23:51:16.509 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95112026-05-18T23:51:17.604Z[ host-image] May 18 23:51:16.516 INFO O| May 18 23:51:16.516 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
95122026-05-18T23:51:17.604Z[ host-image] May 18 23:51:16.516 INFO O| May 18 23:51:16.516 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
95132026-05-18T23:51:17.625Z[ host-image] May 18 23:51:16.538 INFO O| May 18 23:51:16.538 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95142026-05-18T23:51:17.625Z[ host-image] May 18 23:51:16.538 INFO O| May 18 23:51:16.538 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95152026-05-18T23:51:17.628Z[ host-image] May 18 23:51:16.538 INFO O| May 18 23:51:16.538 INFO ok!
95162026-05-18T23:51:17.628Z[ host-image] May 18 23:51:16.538 INFO O| May 18 23:51:16.538 INFO STEP 50 (ensure_file) COMPLETE
95172026-05-18T23:51:17.628Z[ host-image] May 18 23:51:16.538 INFO O| May 18 23:51:16.538 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95182026-05-18T23:51:17.629Z[ host-image] May 18 23:51:16.538 INFO O| May 18 23:51:16.538 INFO skip step because feature "compliance" is not enabled
95192026-05-18T23:51:17.629Z[ host-image] May 18 23:51:16.538 INFO O| May 18 23:51:16.538 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95202026-05-18T23:51:17.634Z[ host-image] May 18 23:51:16.547 INFO O| May 18 23:51:16.547 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
95212026-05-18T23:51:17.634Z[ host-image] May 18 23:51:16.547 INFO O| May 18 23:51:16.547 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
95222026-05-18T23:51:17.637Z[ host-image] May 18 23:51:16.547 INFO O| May 18 23:51:16.547 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95232026-05-18T23:51:17.637Z[ host-image] May 18 23:51:16.547 INFO O| May 18 23:51:16.547 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95242026-05-18T23:51:17.637Z[ host-image] May 18 23:51:16.547 INFO O| May 18 23:51:16.547 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95252026-05-18T23:51:17.637Z[ host-image] May 18 23:51:16.547 INFO O| May 18 23:51:16.547 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95262026-05-18T23:51:17.637Z[ host-image] May 18 23:51:16.547 INFO O| May 18 23:51:16.547 INFO ok!
95272026-05-18T23:51:17.637Z[ host-image] May 18 23:51:16.547 INFO O| May 18 23:51:16.547 INFO STEP 52 (ensure_file) COMPLETE
95282026-05-18T23:51:17.637Z[ host-image] May 18 23:51:16.547 INFO O| May 18 23:51:16.547 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95292026-05-18T23:51:17.643Z[ host-image] May 18 23:51:16.556 INFO O| May 18 23:51:16.556 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95302026-05-18T23:51:17.643Z[ host-image] May 18 23:51:16.556 INFO O| May 18 23:51:16.556 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 ...
95312026-05-18T23:51:17.646Z[ host-image] May 18 23:51:16.556 INFO O| May 18 23:51:16.556 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
95322026-05-18T23:51:17.647Z[ host-image] May 18 23:51:16.556 INFO O| May 18 23:51:16.556 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95332026-05-18T23:51:17.647Z[ host-image] May 18 23:51:16.556 INFO O| May 18 23:51:16.556 INFO ok!
95342026-05-18T23:51:17.647Z[ host-image] May 18 23:51:16.556 INFO O| May 18 23:51:16.556 INFO STEP 53 (ensure_file) COMPLETE
95352026-05-18T23:51:17.647Z[ host-image] May 18 23:51:16.556 INFO O| May 18 23:51:16.556 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95362026-05-18T23:51:17.651Z[ host-image] May 18 23:51:16.563 INFO O| May 18 23:51:16.563 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
95372026-05-18T23:51:17.651Z[ host-image] May 18 23:51:16.563 INFO O| May 18 23:51:16.563 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 ...
95382026-05-18T23:51:17.654Z[ host-image] May 18 23:51:16.563 INFO O| May 18 23:51:16.563 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95392026-05-18T23:51:17.654Z[ host-image] May 18 23:51:16.563 INFO O| May 18 23:51:16.563 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95402026-05-18T23:51:17.654Z[ host-image] May 18 23:51:16.563 INFO O| May 18 23:51:16.563 INFO ok!
95412026-05-18T23:51:17.654Z[ host-image] May 18 23:51:16.563 INFO O| May 18 23:51:16.563 INFO STEP 54 (ensure_file) COMPLETE
95422026-05-18T23:51:17.654Z[ host-image] May 18 23:51:16.563 INFO O| May 18 23:51:16.563 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95432026-05-18T23:51:17.659Z[ host-image] May 18 23:51:16.572 INFO O| May 18 23:51:16.572 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95442026-05-18T23:51:17.664Z[ host-image] May 18 23:51:16.572 INFO O| May 18 23:51:16.572 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 ...
95452026-05-18T23:51:17.664Z[ host-image] May 18 23:51:16.572 INFO O| May 18 23:51:16.572 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
95462026-05-18T23:51:17.664Z[ host-image] May 18 23:51:16.572 INFO O| May 18 23:51:16.572 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95472026-05-18T23:51:17.664Z[ host-image] May 18 23:51:16.572 INFO O| May 18 23:51:16.572 INFO ok!
95482026-05-18T23:51:17.664Z[ host-image] May 18 23:51:16.572 INFO O| May 18 23:51:16.572 INFO STEP 55 (ensure_file) COMPLETE
95492026-05-18T23:51:17.664Z[ host-image] May 18 23:51:16.572 INFO O| May 18 23:51:16.572 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95502026-05-18T23:51:17.667Z[ host-image] May 18 23:51:16.580 INFO O| May 18 23:51:16.580 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95512026-05-18T23:51:17.667Z[ host-image] May 18 23:51:16.580 INFO O| May 18 23:51:16.580 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 ...
95522026-05-18T23:51:17.667Z[ host-image] May 18 23:51:16.580 INFO O| May 18 23:51:16.580 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95532026-05-18T23:51:17.667Z[ host-image] May 18 23:51:16.580 INFO O| May 18 23:51:16.580 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95542026-05-18T23:51:17.667Z[ host-image] May 18 23:51:16.580 INFO O| May 18 23:51:16.580 INFO ok!
95552026-05-18T23:51:17.671Z[ host-image] May 18 23:51:16.580 INFO O| May 18 23:51:16.580 INFO STEP 56 (ensure_file) COMPLETE
95562026-05-18T23:51:17.671Z[ host-image] May 18 23:51:16.580 INFO O| May 18 23:51:16.580 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95572026-05-18T23:51:17.676Z[ host-image] May 18 23:51:16.588 INFO O| May 18 23:51:16.588 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
95582026-05-18T23:51:17.676Z[ host-image] May 18 23:51:16.588 INFO O| May 18 23:51:16.588 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 ...
95592026-05-18T23:51:17.676Z[ host-image] May 18 23:51:16.588 INFO O| May 18 23:51:16.588 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
95602026-05-18T23:51:17.679Z[ host-image] May 18 23:51:16.588 INFO O| May 18 23:51:16.588 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95612026-05-18T23:51:17.679Z[ host-image] May 18 23:51:16.588 INFO O| May 18 23:51:16.588 INFO ok!
95622026-05-18T23:51:17.679Z[ host-image] May 18 23:51:16.588 INFO O| May 18 23:51:16.588 INFO STEP 57 (ensure_file) COMPLETE
95632026-05-18T23:51:17.679Z[ host-image] May 18 23:51:16.588 INFO O| May 18 23:51:16.588 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95642026-05-18T23:51:17.683Z[ host-image] May 18 23:51:16.596 INFO O| May 18 23:51:16.596 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
95652026-05-18T23:51:17.683Z[ host-image] May 18 23:51:16.596 INFO O| May 18 23:51:16.596 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 ...
95662026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.596 INFO O| May 18 23:51:16.596 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95672026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.596 INFO O| May 18 23:51:16.596 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95682026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.596 INFO O| May 18 23:51:16.596 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95692026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.596 INFO O| May 18 23:51:16.596 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95702026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.596 INFO O| May 18 23:51:16.596 INFO ok!
95712026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.596 INFO O| May 18 23:51:16.596 INFO STEP 58 (ensure_file) COMPLETE
95722026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.596 INFO O| May 18 23:51:16.596 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95732026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.603 INFO O| May 18 23:51:16.603 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
95742026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.603 INFO O| May 18 23:51:16.603 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 ...
95752026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.603 INFO O| May 18 23:51:16.603 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95762026-05-18T23:51:17.732Z[ host-image] May 18 23:51:16.603 INFO O| May 18 23:51:16.603 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95772026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.603 INFO O| May 18 23:51:16.603 INFO ok!
95782026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.603 INFO O| May 18 23:51:16.603 INFO STEP 59 (ensure_file) COMPLETE
95792026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.603 INFO O| May 18 23:51:16.603 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95802026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.611 INFO O| May 18 23:51:16.611 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
95812026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.611 INFO O| May 18 23:51:16.611 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
95822026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.611 INFO O| May 18 23:51:16.611 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95832026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.611 INFO O| May 18 23:51:16.611 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95842026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.611 INFO O| May 18 23:51:16.611 INFO ok!
95852026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.611 INFO O| May 18 23:51:16.611 INFO STEP 60 (ensure_file) COMPLETE
95862026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.611 INFO O| May 18 23:51:16.611 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95872026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.619 INFO O| May 18 23:51:16.619 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
95882026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.619 INFO O| May 18 23:51:16.619 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 ...
95892026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.619 INFO O| May 18 23:51:16.619 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
95902026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.619 INFO O| May 18 23:51:16.619 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
95912026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.619 INFO O| May 18 23:51:16.619 INFO ok!
95922026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.619 INFO O| May 18 23:51:16.619 INFO STEP 61 (ensure_file) COMPLETE
95932026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.619 INFO O| May 18 23:51:16.619 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95942026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.628 INFO O| May 18 23:51:16.628 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
95952026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.628 INFO O| May 18 23:51:16.628 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
95962026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.628 INFO O| May 18 23:51:16.628 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95972026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.628 INFO O| May 18 23:51:16.628 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95982026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.628 INFO O| May 18 23:51:16.628 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95992026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.628 INFO O| May 18 23:51:16.628 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96002026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.628 INFO O| May 18 23:51:16.628 INFO ok!
96012026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.628 INFO O| May 18 23:51:16.628 INFO STEP 62 (ensure_file) COMPLETE
96022026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.628 INFO O| May 18 23:51:16.628 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96032026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.636 INFO O| May 18 23:51:16.636 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96042026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.636 INFO O| May 18 23:51:16.636 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
96052026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.636 INFO O| May 18 23:51:16.636 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96062026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.636 INFO O| May 18 23:51:16.636 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96072026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.636 INFO O| May 18 23:51:16.636 INFO ok!
96082026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.636 INFO O| May 18 23:51:16.636 INFO STEP 63 (ensure_file) COMPLETE
96092026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.636 INFO O| May 18 23:51:16.636 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96102026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.644 INFO O| May 18 23:51:16.644 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96112026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.644 INFO O| May 18 23:51:16.644 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 ...
96122026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.644 INFO O| May 18 23:51:16.644 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
96132026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.644 INFO O| May 18 23:51:16.644 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
96142026-05-18T23:51:17.733Z[ host-image] May 18 23:51:16.644 INFO O| May 18 23:51:16.644 INFO ok!
96152026-05-18T23:51:17.734Z[ host-image] May 18 23:51:16.644 INFO O| May 18 23:51:16.644 INFO STEP 64 (ensure_file) COMPLETE
96162026-05-18T23:51:17.734Z[ host-image] May 18 23:51:16.644 INFO O| May 18 23:51:16.644 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96172026-05-18T23:51:17.738Z[ host-image] May 18 23:51:16.651 INFO O| May 18 23:51:16.651 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96182026-05-18T23:51:17.741Z[ host-image] May 18 23:51:16.651 INFO O| May 18 23:51:16.651 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 ...
96192026-05-18T23:51:17.741Z[ host-image] May 18 23:51:16.651 INFO O| May 18 23:51:16.651 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
96202026-05-18T23:51:17.741Z[ host-image] May 18 23:51:16.651 INFO O| May 18 23:51:16.651 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96212026-05-18T23:51:17.741Z[ host-image] May 18 23:51:16.651 INFO O| May 18 23:51:16.651 INFO ok!
96222026-05-18T23:51:17.741Z[ host-image] May 18 23:51:16.651 INFO O| May 18 23:51:16.651 INFO STEP 65 (ensure_file) COMPLETE
96232026-05-18T23:51:17.741Z[ host-image] May 18 23:51:16.651 INFO O| May 18 23:51:16.651 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96242026-05-18T23:51:17.741Z[ host-image] May 18 23:51:16.651 INFO O| May 18 23:51:16.651 INFO skip step because feature "mbist" is not enabled
96252026-05-18T23:51:17.741Z[ host-image] May 18 23:51:16.651 INFO O| May 18 23:51:16.651 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262026-05-18T23:51:17.747Z[ host-image] May 18 23:51:16.660 INFO O| May 18 23:51:16.660 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
96272026-05-18T23:51:17.747Z[ host-image] May 18 23:51:16.660 INFO O| May 18 23:51:16.660 INFO STEP 67 (ensure_dir) COMPLETE
96282026-05-18T23:51:17.747Z[ host-image] May 18 23:51:16.660 INFO O| May 18 23:51:16.660 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96292026-05-18T23:51:17.755Z[ host-image] May 18 23:51:16.668 INFO O| May 18 23:51:16.668 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96302026-05-18T23:51:17.755Z[ host-image] May 18 23:51:16.668 INFO O| May 18 23:51:16.668 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96312026-05-18T23:51:17.758Z[ host-image] May 18 23:51:16.668 INFO O| May 18 23:51:16.668 INFO STEP 68 (ensure_dir) COMPLETE
96322026-05-18T23:51:17.758Z[ host-image] May 18 23:51:16.668 INFO O| May 18 23:51:16.668 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96332026-05-18T23:51:17.763Z[ host-image] May 18 23:51:16.676 INFO O| May 18 23:51:16.676 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96342026-05-18T23:51:17.763Z[ host-image] May 18 23:51:16.676 INFO O| May 18 23:51:16.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96352026-05-18T23:51:17.763Z[ host-image] May 18 23:51:16.676 INFO O| May 18 23:51:16.676 INFO STEP 69 (ensure_dir) COMPLETE
96362026-05-18T23:51:17.767Z[ host-image] May 18 23:51:16.676 INFO O| May 18 23:51:16.676 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372026-05-18T23:51:17.772Z[ host-image] May 18 23:51:16.685 INFO O| May 18 23:51:16.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96382026-05-18T23:51:17.772Z[ host-image] May 18 23:51:16.685 INFO O| May 18 23:51:16.685 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96392026-05-18T23:51:18.413Z[ host-image] May 18 23:51:17.325 INFO O| May 18 23:51:17.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96402026-05-18T23:51:18.413Z[ host-image] May 18 23:51:17.325 INFO O| May 18 23:51:17.325 INFO ok!
96412026-05-18T23:51:18.418Z[ host-image] May 18 23:51:17.325 INFO O| May 18 23:51:17.325 INFO STEP 70 (ensure_file) COMPLETE
96422026-05-18T23:51:18.418Z[ host-image] May 18 23:51:17.325 INFO O| May 18 23:51:17.325 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432026-05-18T23:51:18.422Z[ host-image] May 18 23:51:17.335 INFO O| May 18 23:51:17.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96442026-05-18T23:51:18.425Z[ host-image] May 18 23:51:17.335 INFO O| May 18 23:51:17.335 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96452026-05-18T23:51:19.055Z[ host-image] May 18 23:51:17.968 INFO O| May 18 23:51:17.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96462026-05-18T23:51:19.055Z[ host-image] May 18 23:51:17.968 INFO O| May 18 23:51:17.968 INFO ok!
96472026-05-18T23:51:19.059Z[ host-image] May 18 23:51:17.968 INFO O| May 18 23:51:17.968 INFO STEP 71 (ensure_file) COMPLETE
96482026-05-18T23:51:19.059Z[ host-image] May 18 23:51:17.968 INFO O| May 18 23:51:17.968 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492026-05-18T23:51:19.064Z[ host-image] May 18 23:51:17.977 INFO O| May 18 23:51:17.977 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96502026-05-18T23:51:19.064Z[ host-image] May 18 23:51:17.977 INFO O| May 18 23:51:17.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96512026-05-18T23:51:19.067Z[ host-image] May 18 23:51:17.977 INFO O| May 18 23:51:17.977 INFO STEP 72 (ensure_dir) COMPLETE
96522026-05-18T23:51:19.067Z[ host-image] May 18 23:51:17.977 INFO O| May 18 23:51:17.977 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532026-05-18T23:51:19.072Z[ host-image] May 18 23:51:17.984 INFO O| May 18 23:51:17.984 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96542026-05-18T23:51:19.072Z[ host-image] May 18 23:51:17.984 INFO O| May 18 23:51:17.984 INFO copying /tmp/.tmphiA1vH/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 ...
96552026-05-18T23:51:19.074Z[ host-image] May 18 23:51:17.984 INFO O| May 18 23:51:17.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96562026-05-18T23:51:19.074Z[ host-image] May 18 23:51:17.984 INFO O| May 18 23:51:17.984 INFO ok!
96572026-05-18T23:51:19.074Z[ host-image] May 18 23:51:17.984 INFO O| May 18 23:51:17.984 INFO STEP 73 (ensure_file) COMPLETE
96582026-05-18T23:51:19.075Z[ host-image] May 18 23:51:17.984 INFO O| May 18 23:51:17.984 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592026-05-18T23:51:19.080Z[ host-image] May 18 23:51:17.992 INFO O| May 18 23:51:17.992 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96602026-05-18T23:51:19.080Z[ host-image] May 18 23:51:17.992 INFO O| May 18 23:51:17.992 INFO copying /tmp/.tmphiA1vH/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 ...
96612026-05-18T23:51:19.083Z[ host-image] May 18 23:51:17.993 INFO O| May 18 23:51:17.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96622026-05-18T23:51:19.083Z[ host-image] May 18 23:51:17.993 INFO O| May 18 23:51:17.993 INFO ok!
96632026-05-18T23:51:19.083Z[ host-image] May 18 23:51:17.993 INFO O| May 18 23:51:17.993 INFO STEP 74 (ensure_file) COMPLETE
96642026-05-18T23:51:19.083Z[ host-image] May 18 23:51:17.993 INFO O| May 18 23:51:17.993 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652026-05-18T23:51:19.086Z[ host-image] May 18 23:51:17.999 INFO O| May 18 23:51:17.999 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96662026-05-18T23:51:19.086Z[ host-image] May 18 23:51:17.999 INFO O| May 18 23:51:17.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96672026-05-18T23:51:19.086Z[ host-image] May 18 23:51:17.999 INFO O| May 18 23:51:17.999 INFO STEP 75 (ensure_dir) COMPLETE
96682026-05-18T23:51:19.093Z[ host-image] May 18 23:51:17.999 INFO O| May 18 23:51:17.999 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692026-05-18T23:51:19.096Z[ host-image] May 18 23:51:18.005 INFO O| May 18 23:51:18.005 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96702026-05-18T23:51:19.096Z[ host-image] May 18 23:51:18.005 INFO O| May 18 23:51:18.005 INFO copying /tmp/.tmphiA1vH/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 ...
96712026-05-18T23:51:19.096Z[ host-image] May 18 23:51:18.005 INFO O| May 18 23:51:18.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96722026-05-18T23:51:19.096Z[ host-image] May 18 23:51:18.005 INFO O| May 18 23:51:18.005 INFO ok!
96732026-05-18T23:51:19.096Z[ host-image] May 18 23:51:18.005 INFO O| May 18 23:51:18.005 INFO STEP 76 (ensure_file) COMPLETE
96742026-05-18T23:51:19.096Z[ host-image] May 18 23:51:18.005 INFO O| May 18 23:51:18.005 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752026-05-18T23:51:19.100Z[ host-image] May 18 23:51:18.011 INFO O| May 18 23:51:18.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96762026-05-18T23:51:19.100Z[ host-image] May 18 23:51:18.011 INFO O| May 18 23:51:18.011 INFO copying /tmp/.tmphiA1vH/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 ...
96772026-05-18T23:51:19.100Z[ host-image] May 18 23:51:18.011 INFO O| May 18 23:51:18.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96782026-05-18T23:51:19.100Z[ host-image] May 18 23:51:18.011 INFO O| May 18 23:51:18.011 INFO ok!
96792026-05-18T23:51:19.100Z[ host-image] May 18 23:51:18.011 INFO O| May 18 23:51:18.011 INFO STEP 77 (ensure_file) COMPLETE
96802026-05-18T23:51:19.100Z[ host-image] May 18 23:51:18.011 INFO O| May 18 23:51:18.011 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812026-05-18T23:51:19.104Z[ host-image] May 18 23:51:18.017 INFO O| May 18 23:51:18.017 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96822026-05-18T23:51:19.107Z[ host-image] May 18 23:51:18.017 INFO O| May 18 23:51:18.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96832026-05-18T23:51:19.107Z[ host-image] May 18 23:51:18.017 INFO O| May 18 23:51:18.017 INFO STEP 78 (ensure_dir) COMPLETE
96842026-05-18T23:51:19.107Z[ host-image] May 18 23:51:18.017 INFO O| May 18 23:51:18.017 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852026-05-18T23:51:19.110Z[ host-image] May 18 23:51:18.023 INFO O| May 18 23:51:18.023 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96862026-05-18T23:51:19.110Z[ host-image] May 18 23:51:18.023 INFO O| May 18 23:51:18.023 INFO copying /tmp/.tmphiA1vH/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 ...
96872026-05-18T23:51:19.110Z[ host-image] May 18 23:51:18.023 INFO O| May 18 23:51:18.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96882026-05-18T23:51:19.110Z[ host-image] May 18 23:51:18.023 INFO O| May 18 23:51:18.023 INFO ok!
96892026-05-18T23:51:19.110Z[ host-image] May 18 23:51:18.023 INFO O| May 18 23:51:18.023 INFO STEP 79 (ensure_file) COMPLETE
96902026-05-18T23:51:19.110Z[ host-image] May 18 23:51:18.023 INFO O| May 18 23:51:18.023 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912026-05-18T23:51:19.116Z[ host-image] May 18 23:51:18.029 INFO O| May 18 23:51:18.029 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96922026-05-18T23:51:19.116Z[ host-image] May 18 23:51:18.029 INFO O| May 18 23:51:18.029 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
96932026-05-18T23:51:19.119Z[ host-image] May 18 23:51:18.029 INFO O| May 18 23:51:18.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
96942026-05-18T23:51:19.119Z[ host-image] May 18 23:51:18.029 INFO O| May 18 23:51:18.029 INFO ok!
96952026-05-18T23:51:19.119Z[ host-image] May 18 23:51:18.029 INFO O| May 18 23:51:18.029 INFO STEP 80 (ensure_file) COMPLETE
96962026-05-18T23:51:19.119Z[ host-image] May 18 23:51:18.029 INFO O| May 18 23:51:18.029 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972026-05-18T23:51:19.124Z[ host-image] May 18 23:51:18.037 INFO O| May 18 23:51:18.037 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96982026-05-18T23:51:19.127Z[ host-image] May 18 23:51:18.037 INFO O| May 18 23:51:18.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96992026-05-18T23:51:19.127Z[ host-image] May 18 23:51:18.037 INFO O| May 18 23:51:18.037 INFO STEP 81 (ensure_dir) COMPLETE
97002026-05-18T23:51:19.127Z[ host-image] May 18 23:51:18.037 INFO O| May 18 23:51:18.037 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012026-05-18T23:51:19.132Z[ host-image] May 18 23:51:18.044 INFO O| May 18 23:51:18.044 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97022026-05-18T23:51:19.132Z[ host-image] May 18 23:51:18.045 INFO O| May 18 23:51:18.044 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97032026-05-18T23:51:19.465Z[ host-image] May 18 23:51:18.377 INFO O| May 18 23:51:18.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
97042026-05-18T23:51:19.465Z[ host-image] May 18 23:51:18.377 INFO O| May 18 23:51:18.377 INFO ok!
97052026-05-18T23:51:19.465Z[ host-image] May 18 23:51:18.377 INFO O| May 18 23:51:18.377 INFO STEP 82 (ensure_file) COMPLETE
97062026-05-18T23:51:19.468Z[ host-image] May 18 23:51:18.377 INFO O| May 18 23:51:18.377 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072026-05-18T23:51:19.473Z[ host-image] May 18 23:51:18.386 INFO O| May 18 23:51:18.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
97082026-05-18T23:51:19.473Z[ host-image] May 18 23:51:18.386 INFO O| May 18 23:51:18.386 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
97092026-05-18T23:51:20.085Z[ host-image] May 18 23:51:18.997 INFO O| May 18 23:51:18.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
97102026-05-18T23:51:20.085Z[ host-image] May 18 23:51:18.997 INFO O| May 18 23:51:18.997 INFO ok!
97112026-05-18T23:51:20.089Z[ host-image] May 18 23:51:18.997 INFO O| May 18 23:51:18.997 INFO STEP 83 (ensure_file) COMPLETE
97122026-05-18T23:51:20.089Z[ host-image] May 18 23:51:18.997 INFO O| May 18 23:51:18.997 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132026-05-18T23:51:20.093Z[ host-image] May 18 23:51:19.005 INFO O| May 18 23:51:19.005 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97142026-05-18T23:51:20.093Z[ host-image] May 18 23:51:19.005 INFO O| May 18 23:51:19.005 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
97152026-05-18T23:51:21.579Z[ host-image] May 18 23:51:20.491 INFO O| May 18 23:51:20.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
97162026-05-18T23:51:21.579Z[ host-image] May 18 23:51:20.491 INFO O| May 18 23:51:20.491 INFO ok!
97172026-05-18T23:51:21.582Z[ host-image] May 18 23:51:20.491 INFO O| May 18 23:51:20.491 INFO STEP 84 (ensure_file) COMPLETE
97182026-05-18T23:51:21.582Z[ host-image] May 18 23:51:20.491 INFO O| May 18 23:51:20.491 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192026-05-18T23:51:21.588Z[ host-image] May 18 23:51:20.500 INFO O| May 18 23:51:20.500 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97202026-05-18T23:51:21.588Z[ host-image] May 18 23:51:20.500 INFO O| May 18 23:51:20.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97212026-05-18T23:51:21.591Z[ host-image] May 18 23:51:20.500 INFO O| May 18 23:51:20.500 INFO STEP 85 (ensure_dir) COMPLETE
97222026-05-18T23:51:21.591Z[ host-image] May 18 23:51:20.500 INFO O| May 18 23:51:20.500 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232026-05-18T23:51:21.594Z[ host-image] May 18 23:51:20.507 INFO O| May 18 23:51:20.507 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97242026-05-18T23:51:21.594Z[ host-image] May 18 23:51:20.507 INFO O| May 18 23:51:20.507 INFO copying /tmp/.tmphiA1vH/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 ...
97252026-05-18T23:51:21.597Z[ host-image] May 18 23:51:20.507 INFO O| May 18 23:51:20.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97262026-05-18T23:51:21.597Z[ host-image] May 18 23:51:20.507 INFO O| May 18 23:51:20.507 INFO ok!
97272026-05-18T23:51:21.597Z[ host-image] May 18 23:51:20.507 INFO O| May 18 23:51:20.507 INFO STEP 86 (ensure_file) COMPLETE
97282026-05-18T23:51:21.597Z[ host-image] May 18 23:51:20.507 INFO O| May 18 23:51:20.507 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292026-05-18T23:51:21.603Z[ host-image] May 18 23:51:20.516 INFO O| May 18 23:51:20.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97302026-05-18T23:51:21.604Z[ host-image] May 18 23:51:20.516 INFO O| May 18 23:51:20.516 INFO copying /tmp/.tmphiA1vH/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 ...
97312026-05-18T23:51:21.606Z[ host-image] May 18 23:51:20.516 INFO O| May 18 23:51:20.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
97322026-05-18T23:51:21.606Z[ host-image] May 18 23:51:20.516 INFO O| May 18 23:51:20.516 INFO ok!
97332026-05-18T23:51:21.606Z[ host-image] May 18 23:51:20.516 INFO O| May 18 23:51:20.516 INFO STEP 87 (ensure_file) COMPLETE
97342026-05-18T23:51:21.606Z[ host-image] May 18 23:51:20.516 INFO O| May 18 23:51:20.516 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352026-05-18T23:51:21.611Z[ host-image] May 18 23:51:20.523 INFO O| May 18 23:51:20.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97362026-05-18T23:51:21.611Z[ host-image] May 18 23:51:20.523 INFO O| May 18 23:51:20.523 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
97372026-05-18T23:51:21.614Z[ host-image] May 18 23:51:20.523 INFO O| May 18 23:51:20.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97382026-05-18T23:51:21.614Z[ host-image] May 18 23:51:20.523 INFO O| May 18 23:51:20.523 INFO ok!
97392026-05-18T23:51:21.614Z[ host-image] May 18 23:51:20.523 INFO O| May 18 23:51:20.523 INFO STEP 88 (ensure_file) COMPLETE
97402026-05-18T23:51:21.614Z[ host-image] May 18 23:51:20.523 INFO O| May 18 23:51:20.523 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412026-05-18T23:51:21.619Z[ host-image] May 18 23:51:20.531 INFO O| May 18 23:51:20.531 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97422026-05-18T23:51:21.619Z[ host-image] May 18 23:51:20.531 INFO O| May 18 23:51:20.531 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97432026-05-18T23:51:21.622Z[ host-image] May 18 23:51:20.531 INFO O| May 18 23:51:20.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97442026-05-18T23:51:21.622Z[ host-image] May 18 23:51:20.531 INFO O| May 18 23:51:20.531 INFO ok!
97452026-05-18T23:51:21.622Z[ host-image] May 18 23:51:20.531 INFO O| May 18 23:51:20.531 INFO STEP 89 (ensure_file) COMPLETE
97462026-05-18T23:51:21.622Z[ host-image] May 18 23:51:20.531 INFO O| May 18 23:51:20.531 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472026-05-18T23:51:21.628Z[ host-image] May 18 23:51:20.541 INFO O| May 18 23:51:20.540 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97482026-05-18T23:51:21.628Z[ host-image] May 18 23:51:20.541 INFO O| May 18 23:51:20.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97492026-05-18T23:51:21.631Z[ host-image] May 18 23:51:20.541 INFO O| May 18 23:51:20.541 INFO STEP 90 (ensure_dir) COMPLETE
97502026-05-18T23:51:21.631Z[ host-image] May 18 23:51:20.541 INFO O| May 18 23:51:20.541 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512026-05-18T23:51:21.635Z[ host-image] May 18 23:51:20.548 INFO O| May 18 23:51:20.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97522026-05-18T23:51:21.635Z[ host-image] May 18 23:51:20.548 INFO O| May 18 23:51:20.548 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97532026-05-18T23:51:21.638Z[ host-image] May 18 23:51:20.550 INFO O| May 18 23:51:20.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
97542026-05-18T23:51:21.638Z[ host-image] May 18 23:51:20.550 INFO O| May 18 23:51:20.550 INFO ok!
97552026-05-18T23:51:21.638Z[ host-image] May 18 23:51:20.550 INFO O| May 18 23:51:20.550 INFO STEP 91 (ensure_file) COMPLETE
97562026-05-18T23:51:21.638Z[ host-image] May 18 23:51:20.550 INFO O| May 18 23:51:20.550 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572026-05-18T23:51:21.645Z[ host-image] May 18 23:51:20.558 INFO O| May 18 23:51:20.558 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
97582026-05-18T23:51:21.645Z[ host-image] May 18 23:51:20.558 INFO O| May 18 23:51:20.558 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97592026-05-18T23:51:21.648Z[ host-image] May 18 23:51:20.558 INFO O| May 18 23:51:20.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97602026-05-18T23:51:21.648Z[ host-image] May 18 23:51:20.558 INFO O| May 18 23:51:20.558 INFO ok!
97612026-05-18T23:51:21.648Z[ host-image] May 18 23:51:20.558 INFO O| May 18 23:51:20.558 INFO STEP 92 (ensure_file) COMPLETE
97622026-05-18T23:51:21.648Z[ host-image] May 18 23:51:20.558 INFO O| May 18 23:51:20.558 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632026-05-18T23:51:21.653Z[ host-image] May 18 23:51:20.565 INFO O| May 18 23:51:20.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97642026-05-18T23:51:21.653Z[ host-image] May 18 23:51:20.565 INFO O| May 18 23:51:20.565 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
97652026-05-18T23:51:21.915Z[ recovery-image] May 18 23:51:20.827 INFO creating reset image...
97662026-05-18T23:51:21.915Z[ recovery-image] May 18 23:51:20.827 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
97672026-05-18T23:51:22.505Z[ host-image] May 18 23:51:21.417 INFO O| May 18 23:51:21.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97682026-05-18T23:51:22.505Z[ host-image] May 18 23:51:21.417 INFO O| May 18 23:51:21.417 INFO ok!
97692026-05-18T23:51:22.505Z[ host-image] May 18 23:51:21.417 INFO O| May 18 23:51:21.417 INFO STEP 93 (ensure_file) COMPLETE
97702026-05-18T23:51:22.508Z[ host-image] May 18 23:51:21.417 INFO O| May 18 23:51:21.417 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712026-05-18T23:51:22.513Z[ host-image] May 18 23:51:21.426 INFO O| May 18 23:51:21.426 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97722026-05-18T23:51:22.513Z[ host-image] May 18 23:51:21.426 INFO O| May 18 23:51:21.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97732026-05-18T23:51:22.516Z[ host-image] May 18 23:51:21.426 INFO O| May 18 23:51:21.426 INFO STEP 94 (ensure_dir) COMPLETE
97742026-05-18T23:51:22.516Z[ host-image] May 18 23:51:21.426 INFO O| May 18 23:51:21.426 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752026-05-18T23:51:22.520Z[ host-image] May 18 23:51:21.432 INFO O| May 18 23:51:21.432 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97762026-05-18T23:51:22.523Z[ host-image] May 18 23:51:21.432 INFO O| May 18 23:51:21.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97772026-05-18T23:51:22.524Z[ host-image] May 18 23:51:21.433 INFO O| May 18 23:51:21.432 INFO STEP 95 (ensure_dir) COMPLETE
97782026-05-18T23:51:22.524Z[ host-image] May 18 23:51:21.433 INFO O| May 18 23:51:21.432 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792026-05-18T23:51:22.527Z[ host-image] May 18 23:51:21.440 INFO O| May 18 23:51:21.439 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97802026-05-18T23:51:22.530Z[ host-image] May 18 23:51:21.440 INFO O| May 18 23:51:21.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97812026-05-18T23:51:22.530Z[ host-image] May 18 23:51:21.440 INFO O| May 18 23:51:21.440 INFO STEP 96 (ensure_dir) COMPLETE
97822026-05-18T23:51:22.530Z[ host-image] May 18 23:51:21.440 INFO O| May 18 23:51:21.440 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97832026-05-18T23:51:22.536Z[ host-image] May 18 23:51:21.449 INFO O| May 18 23:51:21.449 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97842026-05-18T23:51:22.537Z[ host-image] May 18 23:51:21.449 INFO O| May 18 23:51:21.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97852026-05-18T23:51:22.540Z[ host-image] May 18 23:51:21.449 INFO O| May 18 23:51:21.449 INFO STEP 97 (ensure_dir) COMPLETE
97862026-05-18T23:51:22.540Z[ host-image] May 18 23:51:21.449 INFO O| May 18 23:51:21.449 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872026-05-18T23:51:22.545Z[ host-image] May 18 23:51:21.457 INFO O| May 18 23:51:21.457 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97882026-05-18T23:51:22.545Z[ host-image] May 18 23:51:21.458 INFO O| May 18 23:51:21.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97892026-05-18T23:51:22.548Z[ host-image] May 18 23:51:21.458 INFO O| May 18 23:51:21.458 INFO STEP 98 (ensure_dir) COMPLETE
97902026-05-18T23:51:22.548Z[ host-image] May 18 23:51:21.458 INFO O| May 18 23:51:21.458 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97912026-05-18T23:51:22.554Z[ host-image] May 18 23:51:21.466 INFO O| May 18 23:51:21.466 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97922026-05-18T23:51:22.554Z[ host-image] May 18 23:51:21.466 INFO O| May 18 23:51:21.466 INFO copying /tmp/.tmphiA1vH/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 ...
97932026-05-18T23:51:22.559Z[ host-image] May 18 23:51:21.467 INFO O| May 18 23:51:21.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97942026-05-18T23:51:22.559Z[ host-image] May 18 23:51:21.467 INFO O| May 18 23:51:21.467 INFO ok!
97952026-05-18T23:51:22.559Z[ host-image] May 18 23:51:21.467 INFO O| May 18 23:51:21.467 INFO STEP 99 (ensure_file) COMPLETE
97962026-05-18T23:51:22.559Z[ host-image] May 18 23:51:21.467 INFO O| May 18 23:51:21.467 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97972026-05-18T23:51:22.564Z[ host-image] May 18 23:51:21.476 INFO O| May 18 23:51:21.476 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97982026-05-18T23:51:22.567Z[ host-image] May 18 23:51:21.476 INFO O| May 18 23:51:21.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97992026-05-18T23:51:22.567Z[ host-image] May 18 23:51:21.476 INFO O| May 18 23:51:21.476 INFO STEP 100 (ensure_dir) COMPLETE
98002026-05-18T23:51:22.567Z[ host-image] May 18 23:51:21.476 INFO O| May 18 23:51:21.476 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012026-05-18T23:51:22.572Z[ host-image] May 18 23:51:21.484 INFO O| May 18 23:51:21.484 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98022026-05-18T23:51:22.572Z[ host-image] May 18 23:51:21.484 INFO O| May 18 23:51:21.484 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98032026-05-18T23:51:23.040Z[ host-image] May 18 23:51:21.953 INFO O| May 18 23:51:21.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98042026-05-18T23:51:23.040Z[ host-image] May 18 23:51:21.953 INFO O| May 18 23:51:21.953 INFO ok!
98052026-05-18T23:51:23.040Z[ host-image] May 18 23:51:21.953 INFO O| May 18 23:51:21.953 INFO STEP 101 (ensure_file) COMPLETE
98062026-05-18T23:51:23.040Z[ host-image] May 18 23:51:21.953 INFO O| May 18 23:51:21.953 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98072026-05-18T23:51:23.050Z[ host-image] May 18 23:51:21.962 INFO O| May 18 23:51:21.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
98082026-05-18T23:51:23.053Z[ host-image] May 18 23:51:21.962 INFO O| May 18 23:51:21.962 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
98092026-05-18T23:51:23.053Z[ host-image] May 18 23:51:21.962 INFO O| May 18 23:51:21.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
98102026-05-18T23:51:23.053Z[ host-image] May 18 23:51:21.962 INFO O| May 18 23:51:21.962 INFO ok!
98112026-05-18T23:51:23.053Z[ host-image] May 18 23:51:21.962 INFO O| May 18 23:51:21.962 INFO STEP 102 (ensure_file) COMPLETE
98122026-05-18T23:51:23.053Z[ host-image] May 18 23:51:21.962 INFO O| May 18 23:51:21.962 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132026-05-18T23:51:23.062Z[ host-image] May 18 23:51:21.972 INFO O| May 18 23:51:21.972 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
98142026-05-18T23:51:23.062Z[ host-image] May 18 23:51:21.972 INFO O| May 18 23:51:21.972 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
98152026-05-18T23:51:23.068Z[ host-image] May 18 23:51:21.981 INFO O| May 18 23:51:21.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
98162026-05-18T23:51:23.071Z[ host-image] May 18 23:51:21.981 INFO O| May 18 23:51:21.981 INFO ok!
98172026-05-18T23:51:23.071Z[ host-image] May 18 23:51:21.981 INFO O| May 18 23:51:21.981 INFO STEP 103 (ensure_file) COMPLETE
98182026-05-18T23:51:23.071Z[ host-image] May 18 23:51:21.981 INFO O| May 18 23:51:21.981 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192026-05-18T23:51:23.080Z[ host-image] May 18 23:51:21.990 INFO O| May 18 23:51:21.990 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98202026-05-18T23:51:23.084Z[ host-image] May 18 23:51:21.990 INFO O| May 18 23:51:21.990 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
98212026-05-18T23:51:23.084Z[ host-image] May 18 23:51:21.990 INFO O| May 18 23:51:21.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
98222026-05-18T23:51:23.084Z[ host-image] May 18 23:51:21.990 INFO O| May 18 23:51:21.990 INFO ok!
98232026-05-18T23:51:23.084Z[ host-image] May 18 23:51:21.990 INFO O| May 18 23:51:21.990 INFO STEP 104 (ensure_file) COMPLETE
98242026-05-18T23:51:23.084Z[ host-image] May 18 23:51:21.990 INFO O| May 18 23:51:21.990 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98252026-05-18T23:51:23.088Z[ host-image] May 18 23:51:22.000 INFO O| May 18 23:51:22.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98262026-05-18T23:51:23.088Z[ host-image] May 18 23:51:22.000 INFO O| May 18 23:51:22.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98272026-05-18T23:51:23.088Z[ host-image] May 18 23:51:22.000 INFO O| May 18 23:51:22.000 INFO STEP 105 (ensure_dir) COMPLETE
98282026-05-18T23:51:23.088Z[ host-image] May 18 23:51:22.000 INFO O| May 18 23:51:22.000 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292026-05-18T23:51:23.097Z[ host-image] May 18 23:51:22.009 INFO O| May 18 23:51:22.009 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
98302026-05-18T23:51:23.097Z[ host-image] May 18 23:51:22.009 INFO O| May 18 23:51:22.009 INFO copying /tmp/.tmphiA1vH/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 ...
98312026-05-18T23:51:23.402Z[ host-image] May 18 23:51:22.314 INFO O| May 18 23:51:22.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
98322026-05-18T23:51:23.402Z[ host-image] May 18 23:51:22.314 INFO O| May 18 23:51:22.314 INFO ok!
98332026-05-18T23:51:23.405Z[ host-image] May 18 23:51:22.314 INFO O| May 18 23:51:22.314 INFO STEP 106 (ensure_file) COMPLETE
98342026-05-18T23:51:23.405Z[ host-image] May 18 23:51:22.314 INFO O| May 18 23:51:22.314 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352026-05-18T23:51:23.412Z[ host-image] May 18 23:51:22.324 INFO O| May 18 23:51:22.324 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
98362026-05-18T23:51:23.412Z[ host-image] May 18 23:51:22.324 INFO O| May 18 23:51:22.324 INFO copying /tmp/.tmphiA1vH/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 ...
98372026-05-18T23:51:23.415Z[ host-image] May 18 23:51:22.325 INFO O| May 18 23:51:22.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
98382026-05-18T23:51:23.415Z[ host-image] May 18 23:51:22.325 INFO O| May 18 23:51:22.325 INFO ok!
98392026-05-18T23:51:23.415Z[ host-image] May 18 23:51:22.325 INFO O| May 18 23:51:22.325 INFO STEP 107 (ensure_file) COMPLETE
98402026-05-18T23:51:23.415Z[ host-image] May 18 23:51:22.325 INFO O| May 18 23:51:22.325 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412026-05-18T23:51:23.422Z[ host-image] May 18 23:51:22.334 INFO O| May 18 23:51:22.334 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98422026-05-18T23:51:23.422Z[ host-image] May 18 23:51:22.334 INFO O| May 18 23:51:22.334 INFO copying /tmp/.tmphiA1vH/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 ...
98432026-05-18T23:51:23.425Z[ host-image] May 18 23:51:22.334 INFO O| May 18 23:51:22.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98442026-05-18T23:51:23.425Z[ host-image] May 18 23:51:22.334 INFO O| May 18 23:51:22.334 INFO ok!
98452026-05-18T23:51:23.425Z[ host-image] May 18 23:51:22.334 INFO O| May 18 23:51:22.334 INFO STEP 108 (ensure_file) COMPLETE
98462026-05-18T23:51:23.425Z[ host-image] May 18 23:51:22.334 INFO O| May 18 23:51:22.334 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472026-05-18T23:51:23.430Z[ host-image] May 18 23:51:22.342 INFO O| May 18 23:51:22.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98482026-05-18T23:51:23.433Z[ host-image] May 18 23:51:22.342 INFO O| May 18 23:51:22.342 INFO copying /tmp/.tmphiA1vH/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 ...
98492026-05-18T23:51:23.433Z[ host-image] May 18 23:51:22.342 INFO O| May 18 23:51:22.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98502026-05-18T23:51:23.433Z[ host-image] May 18 23:51:22.342 INFO O| May 18 23:51:22.342 INFO ok!
98512026-05-18T23:51:23.433Z[ host-image] May 18 23:51:22.342 INFO O| May 18 23:51:22.342 INFO STEP 109 (ensure_file) COMPLETE
98522026-05-18T23:51:23.433Z[ host-image] May 18 23:51:22.342 INFO O| May 18 23:51:22.342 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532026-05-18T23:51:23.440Z[ host-image] May 18 23:51:22.352 INFO O| May 18 23:51:22.352 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98542026-05-18T23:51:23.440Z[ host-image] May 18 23:51:22.352 INFO O| May 18 23:51:22.352 INFO copying /tmp/.tmphiA1vH/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 ...
98552026-05-18T23:51:23.443Z[ host-image] May 18 23:51:22.352 INFO O| May 18 23:51:22.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
98562026-05-18T23:51:23.443Z[ host-image] May 18 23:51:22.352 INFO O| May 18 23:51:22.352 INFO ok!
98572026-05-18T23:51:23.443Z[ host-image] May 18 23:51:22.352 INFO O| May 18 23:51:22.352 INFO STEP 110 (ensure_file) COMPLETE
98582026-05-18T23:51:23.443Z[ host-image] May 18 23:51:22.352 INFO O| May 18 23:51:22.352 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592026-05-18T23:51:23.449Z[ host-image] May 18 23:51:22.361 INFO O| May 18 23:51:22.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
98602026-05-18T23:51:23.449Z[ host-image] May 18 23:51:22.361 INFO O| May 18 23:51:22.361 INFO copying /tmp/.tmphiA1vH/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 ...
98612026-05-18T23:51:23.452Z[ host-image] May 18 23:51:22.362 INFO O| May 18 23:51:22.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98622026-05-18T23:51:23.452Z[ host-image] May 18 23:51:22.362 INFO O| May 18 23:51:22.362 INFO ok!
98632026-05-18T23:51:23.452Z[ host-image] May 18 23:51:22.362 INFO O| May 18 23:51:22.362 INFO STEP 111 (ensure_file) COMPLETE
98642026-05-18T23:51:23.452Z[ host-image] May 18 23:51:22.362 INFO O| May 18 23:51:22.362 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652026-05-18T23:51:23.457Z[ host-image] May 18 23:51:22.370 INFO O| May 18 23:51:22.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98662026-05-18T23:51:23.457Z[ host-image] May 18 23:51:22.370 INFO O| May 18 23:51:22.370 INFO copying /tmp/.tmphiA1vH/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 ...
98672026-05-18T23:51:23.460Z[ host-image] May 18 23:51:22.370 INFO O| May 18 23:51:22.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98682026-05-18T23:51:23.461Z[ host-image] May 18 23:51:22.370 INFO O| May 18 23:51:22.370 INFO ok!
98692026-05-18T23:51:23.461Z[ host-image] May 18 23:51:22.370 INFO O| May 18 23:51:22.370 INFO STEP 112 (ensure_file) COMPLETE
98702026-05-18T23:51:23.461Z[ host-image] May 18 23:51:22.370 INFO O| May 18 23:51:22.370 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712026-05-18T23:51:23.467Z[ host-image] May 18 23:51:22.379 INFO O| May 18 23:51:22.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98722026-05-18T23:51:23.467Z[ host-image] May 18 23:51:22.379 INFO O| May 18 23:51:22.379 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98732026-05-18T23:51:23.470Z[ host-image] May 18 23:51:22.379 INFO O| May 18 23:51:22.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98742026-05-18T23:51:23.470Z[ host-image] May 18 23:51:22.379 INFO O| May 18 23:51:22.379 INFO ok!
98752026-05-18T23:51:23.470Z[ host-image] May 18 23:51:22.379 INFO O| May 18 23:51:22.379 INFO STEP 113 (ensure_file) COMPLETE
98762026-05-18T23:51:23.470Z[ host-image] May 18 23:51:22.379 INFO O| May 18 23:51:22.379 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772026-05-18T23:51:23.475Z[ host-image] May 18 23:51:22.387 INFO O| May 18 23:51:22.387 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98782026-05-18T23:51:23.475Z[ host-image] May 18 23:51:22.387 INFO O| May 18 23:51:22.387 INFO copying /tmp/.tmphiA1vH/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 ...
98792026-05-18T23:51:23.479Z[ host-image] May 18 23:51:22.387 INFO O| May 18 23:51:22.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98802026-05-18T23:51:23.479Z[ host-image] May 18 23:51:22.387 INFO O| May 18 23:51:22.387 INFO ok!
98812026-05-18T23:51:23.479Z[ host-image] May 18 23:51:22.387 INFO O| May 18 23:51:22.387 INFO STEP 114 (ensure_file) COMPLETE
98822026-05-18T23:51:23.479Z[ host-image] May 18 23:51:22.387 INFO O| May 18 23:51:22.387 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832026-05-18T23:51:23.484Z[ host-image] May 18 23:51:22.396 INFO O| May 18 23:51:22.396 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98842026-05-18T23:51:23.484Z[ host-image] May 18 23:51:22.397 INFO O| May 18 23:51:22.396 INFO copying /tmp/.tmphiA1vH/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 ...
98852026-05-18T23:51:23.484Z[ host-image] May 18 23:51:22.397 INFO O| May 18 23:51:22.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
98862026-05-18T23:51:23.487Z[ host-image] May 18 23:51:22.397 INFO O| May 18 23:51:22.397 INFO ok!
98872026-05-18T23:51:23.487Z[ host-image] May 18 23:51:22.397 INFO O| May 18 23:51:22.397 INFO STEP 115 (ensure_file) COMPLETE
98882026-05-18T23:51:23.487Z[ host-image] May 18 23:51:22.397 INFO O| May 18 23:51:22.397 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892026-05-18T23:51:23.494Z[ host-image] May 18 23:51:22.406 INFO O| May 18 23:51:22.406 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
98902026-05-18T23:51:23.494Z[ host-image] May 18 23:51:22.406 INFO O| May 18 23:51:22.406 INFO copying /tmp/.tmphiA1vH/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 ...
98912026-05-18T23:51:23.497Z[ host-image] May 18 23:51:22.406 INFO O| May 18 23:51:22.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
98922026-05-18T23:51:23.497Z[ host-image] May 18 23:51:22.406 INFO O| May 18 23:51:22.406 INFO ok!
98932026-05-18T23:51:23.497Z[ host-image] May 18 23:51:22.406 INFO O| May 18 23:51:22.406 INFO STEP 116 (ensure_file) COMPLETE
98942026-05-18T23:51:23.497Z[ host-image] May 18 23:51:22.406 INFO O| May 18 23:51:22.406 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952026-05-18T23:51:23.501Z[ host-image] May 18 23:51:22.414 INFO O| May 18 23:51:22.414 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
98962026-05-18T23:51:23.501Z[ host-image] May 18 23:51:22.414 INFO O| May 18 23:51:22.414 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
98972026-05-18T23:51:23.505Z[ host-image] May 18 23:51:22.414 INFO O| May 18 23:51:22.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
98982026-05-18T23:51:23.505Z[ host-image] May 18 23:51:22.414 INFO O| May 18 23:51:22.414 INFO ok!
98992026-05-18T23:51:23.505Z[ host-image] May 18 23:51:22.414 INFO O| May 18 23:51:22.414 INFO STEP 117 (ensure_file) COMPLETE
99002026-05-18T23:51:23.505Z[ host-image] May 18 23:51:22.414 INFO O| May 18 23:51:22.414 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012026-05-18T23:51:23.511Z[ host-image] May 18 23:51:22.423 INFO O| May 18 23:51:22.423 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
99022026-05-18T23:51:23.511Z[ host-image] May 18 23:51:22.424 INFO O| May 18 23:51:22.423 INFO copying /tmp/.tmphiA1vH/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 ...
99032026-05-18T23:51:23.514Z[ host-image] May 18 23:51:22.424 INFO O| May 18 23:51:22.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
99042026-05-18T23:51:23.514Z[ host-image] May 18 23:51:22.424 INFO O| May 18 23:51:22.424 INFO ok!
99052026-05-18T23:51:23.514Z[ host-image] May 18 23:51:22.424 INFO O| May 18 23:51:22.424 INFO STEP 118 (ensure_file) COMPLETE
99062026-05-18T23:51:23.514Z[ host-image] May 18 23:51:22.424 INFO O| May 18 23:51:22.424 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072026-05-18T23:51:23.518Z[ host-image] May 18 23:51:22.431 INFO O| May 18 23:51:22.431 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
99082026-05-18T23:51:23.518Z[ host-image] May 18 23:51:22.431 INFO O| May 18 23:51:22.431 INFO copying /tmp/.tmphiA1vH/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 ...
99092026-05-18T23:51:23.522Z[ host-image] May 18 23:51:22.431 INFO O| May 18 23:51:22.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
99102026-05-18T23:51:23.522Z[ host-image] May 18 23:51:22.431 INFO O| May 18 23:51:22.431 INFO ok!
99112026-05-18T23:51:23.522Z[ host-image] May 18 23:51:22.431 INFO O| May 18 23:51:22.431 INFO STEP 119 (ensure_file) COMPLETE
99122026-05-18T23:51:23.522Z[ host-image] May 18 23:51:22.431 INFO O| May 18 23:51:22.431 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132026-05-18T23:51:23.526Z[ host-image] May 18 23:51:22.438 INFO O| May 18 23:51:22.438 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
99142026-05-18T23:51:23.529Z[ host-image] May 18 23:51:22.439 INFO O| May 18 23:51:22.438 INFO copying /tmp/.tmphiA1vH/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 ...
99152026-05-18T23:51:23.529Z[ host-image] May 18 23:51:22.439 INFO O| May 18 23:51:22.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
99162026-05-18T23:51:23.529Z[ host-image] May 18 23:51:22.439 INFO O| May 18 23:51:22.439 INFO ok!
99172026-05-18T23:51:23.529Z[ host-image] May 18 23:51:22.439 INFO O| May 18 23:51:22.439 INFO STEP 120 (ensure_file) COMPLETE
99182026-05-18T23:51:23.529Z[ host-image] May 18 23:51:22.439 INFO O| May 18 23:51:22.439 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192026-05-18T23:51:23.533Z[ host-image] May 18 23:51:22.446 INFO O| May 18 23:51:22.446 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
99202026-05-18T23:51:23.533Z[ host-image] May 18 23:51:22.446 INFO O| May 18 23:51:22.446 INFO copying /tmp/.tmphiA1vH/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 ...
99212026-05-18T23:51:23.536Z[ host-image] May 18 23:51:22.446 INFO O| May 18 23:51:22.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
99222026-05-18T23:51:23.536Z[ host-image] May 18 23:51:22.446 INFO O| May 18 23:51:22.446 INFO ok!
99232026-05-18T23:51:23.536Z[ host-image] May 18 23:51:22.446 INFO O| May 18 23:51:22.446 INFO STEP 121 (ensure_file) COMPLETE
99242026-05-18T23:51:23.536Z[ host-image] May 18 23:51:22.446 INFO O| May 18 23:51:22.446 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99252026-05-18T23:51:23.543Z[ host-image] May 18 23:51:22.455 INFO O| May 18 23:51:22.455 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
99262026-05-18T23:51:23.543Z[ host-image] May 18 23:51:22.455 INFO O| May 18 23:51:22.455 INFO copying /tmp/.tmphiA1vH/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 ...
99272026-05-18T23:51:23.543Z[ host-image] May 18 23:51:22.455 INFO O| May 18 23:51:22.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
99282026-05-18T23:51:23.546Z[ host-image] May 18 23:51:22.455 INFO O| May 18 23:51:22.455 INFO ok!
99292026-05-18T23:51:23.546Z[ host-image] May 18 23:51:22.455 INFO O| May 18 23:51:22.455 INFO STEP 122 (ensure_file) COMPLETE
99302026-05-18T23:51:23.546Z[ host-image] May 18 23:51:22.455 INFO O| May 18 23:51:22.455 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99312026-05-18T23:51:23.552Z[ host-image] May 18 23:51:22.464 INFO O| May 18 23:51:22.464 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
99322026-05-18T23:51:23.552Z[ host-image] May 18 23:51:22.464 INFO O| May 18 23:51:22.464 INFO copying /tmp/.tmphiA1vH/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 ...
99332026-05-18T23:51:23.555Z[ host-image] May 18 23:51:22.464 INFO O| May 18 23:51:22.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
99342026-05-18T23:51:23.555Z[ host-image] May 18 23:51:22.464 INFO O| May 18 23:51:22.464 INFO ok!
99352026-05-18T23:51:23.555Z[ host-image] May 18 23:51:22.464 INFO O| May 18 23:51:22.464 INFO STEP 123 (ensure_file) COMPLETE
99362026-05-18T23:51:23.555Z[ host-image] May 18 23:51:22.464 INFO O| May 18 23:51:22.464 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372026-05-18T23:51:23.561Z[ host-image] May 18 23:51:22.473 INFO O| May 18 23:51:22.473 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
99382026-05-18T23:51:23.564Z[ host-image] May 18 23:51:22.473 INFO O| May 18 23:51:22.473 INFO copying /tmp/.tmphiA1vH/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 ...
99392026-05-18T23:51:23.564Z[ host-image] May 18 23:51:22.473 INFO O| May 18 23:51:22.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99402026-05-18T23:51:23.564Z[ host-image] May 18 23:51:22.473 INFO O| May 18 23:51:22.473 INFO ok!
99412026-05-18T23:51:23.564Z[ host-image] May 18 23:51:22.473 INFO O| May 18 23:51:22.473 INFO STEP 124 (ensure_file) COMPLETE
99422026-05-18T23:51:23.564Z[ host-image] May 18 23:51:22.473 INFO O| May 18 23:51:22.473 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99432026-05-18T23:51:23.569Z[ host-image] May 18 23:51:22.482 INFO O| May 18 23:51:22.482 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99442026-05-18T23:51:23.569Z[ host-image] May 18 23:51:22.482 INFO O| May 18 23:51:22.482 INFO copying /tmp/.tmphiA1vH/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 ...
99452026-05-18T23:51:23.572Z[ host-image] May 18 23:51:22.482 INFO O| May 18 23:51:22.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99462026-05-18T23:51:23.572Z[ host-image] May 18 23:51:22.482 INFO O| May 18 23:51:22.482 INFO ok!
99472026-05-18T23:51:23.572Z[ host-image] May 18 23:51:22.482 INFO O| May 18 23:51:22.482 INFO STEP 125 (ensure_file) COMPLETE
99482026-05-18T23:51:23.572Z[ host-image] May 18 23:51:22.482 INFO O| May 18 23:51:22.482 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99492026-05-18T23:51:23.577Z[ host-image] May 18 23:51:22.490 INFO O| May 18 23:51:22.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99502026-05-18T23:51:23.577Z[ host-image] May 18 23:51:22.490 INFO O| May 18 23:51:22.490 INFO copying /tmp/.tmphiA1vH/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 ...
99512026-05-18T23:51:23.580Z[ host-image] May 18 23:51:22.490 INFO O| May 18 23:51:22.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99522026-05-18T23:51:23.580Z[ host-image] May 18 23:51:22.490 INFO O| May 18 23:51:22.490 INFO ok!
99532026-05-18T23:51:23.580Z[ host-image] May 18 23:51:22.490 INFO O| May 18 23:51:22.490 INFO STEP 126 (ensure_file) COMPLETE
99542026-05-18T23:51:23.580Z[ host-image] May 18 23:51:22.490 INFO O| May 18 23:51:22.490 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99552026-05-18T23:51:23.585Z[ host-image] May 18 23:51:22.497 INFO O| May 18 23:51:22.497 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
99562026-05-18T23:51:23.585Z[ host-image] May 18 23:51:22.497 INFO O| May 18 23:51:22.497 INFO copying /tmp/.tmphiA1vH/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 ...
99572026-05-18T23:51:23.588Z[ host-image] May 18 23:51:22.497 INFO O| May 18 23:51:22.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
99582026-05-18T23:51:23.588Z[ host-image] May 18 23:51:22.497 INFO O| May 18 23:51:22.497 INFO ok!
99592026-05-18T23:51:23.588Z[ host-image] May 18 23:51:22.497 INFO O| May 18 23:51:22.497 INFO STEP 127 (ensure_file) COMPLETE
99602026-05-18T23:51:23.588Z[ host-image] May 18 23:51:22.497 INFO O| May 18 23:51:22.497 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612026-05-18T23:51:23.595Z[ host-image] May 18 23:51:22.507 INFO O| May 18 23:51:22.507 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99622026-05-18T23:51:23.595Z[ host-image] May 18 23:51:22.507 INFO O| May 18 23:51:22.507 INFO copying /tmp/.tmphiA1vH/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 ...
99632026-05-18T23:51:23.598Z[ host-image] May 18 23:51:22.507 INFO O| May 18 23:51:22.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99642026-05-18T23:51:23.598Z[ host-image] May 18 23:51:22.507 INFO O| May 18 23:51:22.507 INFO ok!
99652026-05-18T23:51:23.598Z[ host-image] May 18 23:51:22.507 INFO O| May 18 23:51:22.507 INFO STEP 128 (ensure_file) COMPLETE
99662026-05-18T23:51:23.598Z[ host-image] May 18 23:51:22.507 INFO O| May 18 23:51:22.507 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99672026-05-18T23:51:23.604Z[ host-image] May 18 23:51:22.516 INFO O| May 18 23:51:22.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99682026-05-18T23:51:23.604Z[ host-image] May 18 23:51:22.516 INFO O| May 18 23:51:22.516 INFO copying /tmp/.tmphiA1vH/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 ...
99692026-05-18T23:51:23.607Z[ host-image] May 18 23:51:22.516 INFO O| May 18 23:51:22.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99702026-05-18T23:51:23.607Z[ host-image] May 18 23:51:22.516 INFO O| May 18 23:51:22.516 INFO ok!
99712026-05-18T23:51:23.607Z[ host-image] May 18 23:51:22.516 INFO O| May 18 23:51:22.516 INFO STEP 129 (ensure_file) COMPLETE
99722026-05-18T23:51:23.607Z[ host-image] May 18 23:51:22.516 INFO O| May 18 23:51:22.516 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99732026-05-18T23:51:23.612Z[ host-image] May 18 23:51:22.525 INFO O| May 18 23:51:22.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99742026-05-18T23:51:23.612Z[ host-image] May 18 23:51:22.525 INFO O| May 18 23:51:22.525 INFO copying /tmp/.tmphiA1vH/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 ...
99752026-05-18T23:51:23.613Z[ host-image] May 18 23:51:22.525 INFO O| May 18 23:51:22.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99762026-05-18T23:51:23.616Z[ host-image] May 18 23:51:22.525 INFO O| May 18 23:51:22.525 INFO ok!
99772026-05-18T23:51:23.616Z[ host-image] May 18 23:51:22.525 INFO O| May 18 23:51:22.525 INFO STEP 130 (ensure_file) COMPLETE
99782026-05-18T23:51:23.616Z[ host-image] May 18 23:51:22.525 INFO O| May 18 23:51:22.525 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99792026-05-18T23:51:23.620Z[ host-image] May 18 23:51:22.533 INFO O| May 18 23:51:22.533 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99802026-05-18T23:51:23.621Z[ host-image] May 18 23:51:22.533 INFO O| May 18 23:51:22.533 INFO copying /tmp/.tmphiA1vH/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 ...
99812026-05-18T23:51:23.624Z[ host-image] May 18 23:51:22.533 INFO O| May 18 23:51:22.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99822026-05-18T23:51:23.624Z[ host-image] May 18 23:51:22.533 INFO O| May 18 23:51:22.533 INFO ok!
99832026-05-18T23:51:23.624Z[ host-image] May 18 23:51:22.533 INFO O| May 18 23:51:22.533 INFO STEP 131 (ensure_file) COMPLETE
99842026-05-18T23:51:23.624Z[ host-image] May 18 23:51:22.533 INFO O| May 18 23:51:22.533 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99852026-05-18T23:51:23.628Z[ host-image] May 18 23:51:22.541 INFO O| May 18 23:51:22.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
99862026-05-18T23:51:23.628Z[ host-image] May 18 23:51:22.541 INFO O| May 18 23:51:22.541 INFO copying /tmp/.tmphiA1vH/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 ...
99872026-05-18T23:51:23.631Z[ host-image] May 18 23:51:22.541 INFO O| May 18 23:51:22.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
99882026-05-18T23:51:23.631Z[ host-image] May 18 23:51:22.541 INFO O| May 18 23:51:22.541 INFO ok!
99892026-05-18T23:51:23.631Z[ host-image] May 18 23:51:22.541 INFO O| May 18 23:51:22.541 INFO STEP 132 (ensure_file) COMPLETE
99902026-05-18T23:51:23.631Z[ host-image] May 18 23:51:22.541 INFO O| May 18 23:51:22.541 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99912026-05-18T23:51:23.638Z[ host-image] May 18 23:51:22.550 INFO O| May 18 23:51:22.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
99922026-05-18T23:51:23.638Z[ host-image] May 18 23:51:22.550 INFO O| May 18 23:51:22.550 INFO copying /tmp/.tmphiA1vH/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 ...
99932026-05-18T23:51:23.641Z[ host-image] May 18 23:51:22.550 INFO O| May 18 23:51:22.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
99942026-05-18T23:51:23.641Z[ host-image] May 18 23:51:22.550 INFO O| May 18 23:51:22.550 INFO ok!
99952026-05-18T23:51:23.641Z[ host-image] May 18 23:51:22.550 INFO O| May 18 23:51:22.550 INFO STEP 133 (ensure_file) COMPLETE
99962026-05-18T23:51:23.641Z[ host-image] May 18 23:51:22.550 INFO O| May 18 23:51:22.550 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99972026-05-18T23:51:23.645Z[ host-image] May 18 23:51:22.557 INFO O| May 18 23:51:22.557 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
99982026-05-18T23:51:23.645Z[ host-image] May 18 23:51:22.557 INFO O| May 18 23:51:22.557 INFO copying /tmp/.tmphiA1vH/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 ...
99992026-05-18T23:51:23.648Z[ host-image] May 18 23:51:22.557 INFO O| May 18 23:51:22.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
100002026-05-18T23:51:23.648Z[ host-image] May 18 23:51:22.557 INFO O| May 18 23:51:22.557 INFO ok!
100012026-05-18T23:51:23.648Z[ host-image] May 18 23:51:22.557 INFO O| May 18 23:51:22.557 INFO STEP 134 (ensure_file) COMPLETE
100022026-05-18T23:51:23.648Z[ host-image] May 18 23:51:22.557 INFO O| May 18 23:51:22.557 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100032026-05-18T23:51:23.697Z[ host-image] May 18 23:51:22.565 INFO O| May 18 23:51:22.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
100042026-05-18T23:51:23.697Z[ host-image] May 18 23:51:22.565 INFO O| May 18 23:51:22.565 INFO copying /tmp/.tmphiA1vH/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 ...
100052026-05-18T23:51:23.697Z[ host-image] May 18 23:51:22.565 INFO O| May 18 23:51:22.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
100062026-05-18T23:51:23.697Z[ host-image] May 18 23:51:22.565 INFO O| May 18 23:51:22.565 INFO ok!
100072026-05-18T23:51:23.697Z[ host-image] May 18 23:51:22.565 INFO O| May 18 23:51:22.565 INFO STEP 135 (ensure_file) COMPLETE
100082026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.565 INFO O| May 18 23:51:22.565 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100092026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.574 INFO O| May 18 23:51:22.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
100102026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.574 INFO O| May 18 23:51:22.574 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
100112026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.574 INFO O| May 18 23:51:22.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
100122026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.574 INFO O| May 18 23:51:22.574 INFO ok!
100132026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.574 INFO O| May 18 23:51:22.574 INFO STEP 136 (ensure_file) COMPLETE
100142026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.574 INFO O| May 18 23:51:22.574 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.583 INFO O| May 18 23:51:22.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
100162026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.583 INFO O| May 18 23:51:22.583 INFO copying /tmp/.tmphiA1vH/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 ...
100172026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.583 INFO O| May 18 23:51:22.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
100182026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.583 INFO O| May 18 23:51:22.583 INFO ok!
100192026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.583 INFO O| May 18 23:51:22.583 INFO STEP 137 (ensure_file) COMPLETE
100202026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.583 INFO O| May 18 23:51:22.583 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100212026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.591 INFO O| May 18 23:51:22.591 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
100222026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.591 INFO O| May 18 23:51:22.591 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
100232026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.592 INFO O| May 18 23:51:22.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
100242026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.592 INFO O| May 18 23:51:22.592 INFO ok!
100252026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.592 INFO O| May 18 23:51:22.592 INFO STEP 138 (ensure_file) COMPLETE
100262026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.592 INFO O| May 18 23:51:22.592 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100272026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.600 INFO O| May 18 23:51:22.600 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
100282026-05-18T23:51:23.698Z[ host-image] May 18 23:51:22.601 INFO O| May 18 23:51:22.600 INFO copying /tmp/.tmphiA1vH/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
100292026-05-18T23:51:32.023Z[ host-image] May 18 23:51:30.935 INFO O| May 18 23:51:30.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
100302026-05-18T23:51:32.023Z[ host-image] May 18 23:51:30.935 INFO O| May 18 23:51:30.935 INFO ok!
100312026-05-18T23:51:32.023Z[ host-image] May 18 23:51:30.935 INFO O| May 18 23:51:30.935 INFO STEP 139 (ensure_file) COMPLETE
100322026-05-18T23:51:32.026Z[ host-image] May 18 23:51:30.935 INFO O| May 18 23:51:30.935 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100332026-05-18T23:51:32.033Z[ host-image] May 18 23:51:30.945 INFO O| May 18 23:51:30.945 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100342026-05-18T23:51:32.033Z[ host-image] May 18 23:51:30.945 INFO O| May 18 23:51:30.945 INFO STEP 140 (ensure_dir) COMPLETE
100352026-05-18T23:51:32.036Z[ host-image] May 18 23:51:30.945 INFO O| May 18 23:51:30.945 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100362026-05-18T23:51:32.042Z[ host-image] May 18 23:51:30.954 INFO O| May 18 23:51:30.954 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100372026-05-18T23:51:32.042Z[ host-image] May 18 23:51:30.954 INFO O| May 18 23:51:30.954 INFO STEP 141 (ensure_dir) COMPLETE
100382026-05-18T23:51:32.047Z[ host-image] May 18 23:51:30.954 INFO O| May 18 23:51:30.954 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100392026-05-18T23:51:32.050Z[ host-image] May 18 23:51:30.962 INFO O| May 18 23:51:30.962 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100402026-05-18T23:51:32.050Z[ host-image] May 18 23:51:30.962 INFO O| May 18 23:51:30.962 INFO STEP 142 (ensure_dir) COMPLETE
100412026-05-18T23:51:32.053Z[ host-image] May 18 23:51:30.962 INFO O| May 18 23:51:30.962 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100422026-05-18T23:51:32.059Z[ host-image] May 18 23:51:30.970 INFO O| May 18 23:51:30.970 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100432026-05-18T23:51:32.059Z[ host-image] May 18 23:51:30.970 INFO O| May 18 23:51:30.970 INFO STEP 143 (ensure_dir) COMPLETE
100442026-05-18T23:51:32.063Z[ host-image] May 18 23:51:30.970 INFO O| May 18 23:51:30.970 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100452026-05-18T23:51:32.067Z[ host-image] May 18 23:51:30.978 INFO O| May 18 23:51:30.978 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100462026-05-18T23:51:32.067Z[ host-image] May 18 23:51:30.978 INFO O| May 18 23:51:30.978 INFO copying /tmp/.tmphiA1vH/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 ...
100472026-05-18T23:51:32.067Z[ host-image] May 18 23:51:30.978 INFO O| May 18 23:51:30.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100482026-05-18T23:51:32.067Z[ host-image] May 18 23:51:30.978 INFO O| May 18 23:51:30.978 INFO ok!
100492026-05-18T23:51:32.067Z[ host-image] May 18 23:51:30.978 INFO O| May 18 23:51:30.978 INFO STEP 144 (ensure_file) COMPLETE
100502026-05-18T23:51:32.067Z[ host-image] May 18 23:51:30.978 INFO O| May 18 23:51:30.978 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100512026-05-18T23:51:32.075Z[ host-image] May 18 23:51:30.987 INFO O| May 18 23:51:30.987 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
100522026-05-18T23:51:32.075Z[ host-image] May 18 23:51:30.987 INFO O| May 18 23:51:30.987 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
100532026-05-18T23:51:32.075Z[ host-image] May 18 23:51:30.987 INFO O| May 18 23:51:30.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
100542026-05-18T23:51:32.078Z[ host-image] May 18 23:51:30.987 INFO O| May 18 23:51:30.987 INFO STEP 145 (ensure_dir) COMPLETE
100552026-05-18T23:51:32.078Z[ host-image] May 18 23:51:30.987 INFO O| May 18 23:51:30.987 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100562026-05-18T23:51:32.084Z[ host-image] May 18 23:51:30.996 INFO O| May 18 23:51:30.996 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
100572026-05-18T23:51:32.084Z[ host-image] May 18 23:51:30.996 INFO O| May 18 23:51:30.996 INFO copying /tmp/.tmphiA1vH/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
100582026-05-18T23:51:32.088Z[ host-image] May 18 23:51:30.996 INFO O| May 18 23:51:30.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
100592026-05-18T23:51:32.088Z[ host-image] May 18 23:51:30.996 INFO O| May 18 23:51:30.996 INFO ok!
100602026-05-18T23:51:32.088Z[ host-image] May 18 23:51:30.996 INFO O| May 18 23:51:30.996 INFO STEP 146 (ensure_file) COMPLETE
100612026-05-18T23:51:32.088Z[ host-image] May 18 23:51:30.996 INFO O| May 18 23:51:30.996 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100622026-05-18T23:51:32.093Z[ host-image] May 18 23:51:31.005 INFO O| May 18 23:51:31.005 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
100632026-05-18T23:51:32.096Z[ host-image] May 18 23:51:31.005 INFO O| May 18 23:51:31.005 INFO STEP 147 (remove_files) COMPLETE
100642026-05-18T23:51:32.096Z[ host-image] May 18 23:51:31.005 INFO O| May 18 23:51:31.005 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100652026-05-18T23:51:32.102Z[ host-image] May 18 23:51:31.015 INFO O| May 18 23:51:31.015 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
100662026-05-18T23:51:32.106Z[ host-image] May 18 23:51:31.015 INFO O| May 18 23:51:31.015 INFO STEP 148 (remove_files) COMPLETE
100672026-05-18T23:51:32.106Z[ host-image] May 18 23:51:31.015 INFO O| May 18 23:51:31.015 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100682026-05-18T23:51:32.110Z[ host-image] May 18 23:51:31.022 INFO O| May 18 23:51:31.022 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
100692026-05-18T23:51:32.114Z[ host-image] May 18 23:51:31.022 INFO O| May 18 23:51:31.022 INFO STEP 149 (remove_files) COMPLETE
100702026-05-18T23:51:32.114Z[ host-image] May 18 23:51:31.022 INFO O| May 18 23:51:31.022 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100712026-05-18T23:51:32.120Z[ host-image] May 18 23:51:31.030 INFO O| May 18 23:51:31.030 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
100722026-05-18T23:51:32.120Z[ host-image] May 18 23:51:31.030 INFO O| May 18 23:51:31.030 INFO STEP 150 (remove_files) COMPLETE
100732026-05-18T23:51:32.120Z[ host-image] May 18 23:51:31.030 INFO O| May 18 23:51:31.030 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100742026-05-18T23:51:32.127Z[ host-image] May 18 23:51:31.038 INFO O| May 18 23:51:31.038 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
100752026-05-18T23:51:32.132Z[ host-image] May 18 23:51:31.038 INFO O| May 18 23:51:31.038 INFO STEP 151 (remove_files) COMPLETE
100762026-05-18T23:51:32.132Z[ host-image] May 18 23:51:31.038 INFO O| May 18 23:51:31.038 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100772026-05-18T23:51:32.138Z[ host-image] May 18 23:51:31.047 INFO O| May 18 23:51:31.047 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
100782026-05-18T23:51:32.138Z[ host-image] May 18 23:51:31.047 INFO O| May 18 23:51:31.047 INFO STEP 152 (remove_files) COMPLETE
100792026-05-18T23:51:32.138Z[ host-image] May 18 23:51:31.047 INFO O| May 18 23:51:31.047 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100802026-05-18T23:51:32.143Z[ host-image] May 18 23:51:31.055 INFO O| May 18 23:51:31.055 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100812026-05-18T23:51:32.143Z[ host-image] May 18 23:51:31.055 INFO O| May 18 23:51:31.055 INFO STEP 153 (remove_files) COMPLETE
100822026-05-18T23:51:32.146Z[ host-image] May 18 23:51:31.055 INFO O| May 18 23:51:31.055 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100832026-05-18T23:51:32.149Z[ host-image] May 18 23:51:31.062 INFO O| May 18 23:51:31.062 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100842026-05-18T23:51:32.152Z[ host-image] May 18 23:51:31.062 INFO O| May 18 23:51:31.062 INFO STEP 154 (remove_files) COMPLETE
100852026-05-18T23:51:32.152Z[ host-image] May 18 23:51:31.062 INFO O| May 18 23:51:31.062 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100862026-05-18T23:51:32.157Z[ host-image] May 18 23:51:31.070 INFO O| May 18 23:51:31.070 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
100872026-05-18T23:51:32.160Z[ host-image] May 18 23:51:31.070 INFO O| May 18 23:51:31.070 INFO STEP 155 (remove_files) COMPLETE
100882026-05-18T23:51:32.160Z[ host-image] May 18 23:51:31.070 INFO O| May 18 23:51:31.070 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100892026-05-18T23:51:32.165Z[ host-image] May 18 23:51:31.078 INFO O| May 18 23:51:31.078 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100902026-05-18T23:51:32.165Z[ host-image] May 18 23:51:31.078 INFO O| May 18 23:51:31.078 INFO STEP 156 (remove_files) COMPLETE
100912026-05-18T23:51:32.168Z[ host-image] May 18 23:51:31.078 INFO O| May 18 23:51:31.078 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100922026-05-18T23:51:32.172Z[ host-image] May 18 23:51:31.085 INFO O| May 18 23:51:31.084 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
100932026-05-18T23:51:32.175Z[ host-image] May 18 23:51:31.085 INFO O| May 18 23:51:31.085 INFO STEP 157 (remove_files) COMPLETE
100942026-05-18T23:51:32.175Z[ host-image] May 18 23:51:31.085 INFO O| May 18 23:51:31.085 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100952026-05-18T23:51:32.186Z[ host-image] May 18 23:51:31.099 INFO O| May 18 23:51:31.099 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
100962026-05-18T23:51:32.186Z[ host-image] May 18 23:51:31.099 INFO O| May 18 23:51:31.099 INFO STEP 158 (remove_files) COMPLETE
100972026-05-18T23:51:32.189Z[ host-image] May 18 23:51:31.099 INFO O| May 18 23:51:31.099 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100982026-05-18T23:51:32.194Z[ host-image] May 18 23:51:31.107 INFO O| May 18 23:51:31.107 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100992026-05-18T23:51:32.194Z[ host-image] May 18 23:51:31.107 INFO O| May 18 23:51:31.107 INFO STEP 159 (remove_files) COMPLETE
101002026-05-18T23:51:32.194Z[ host-image] May 18 23:51:31.107 INFO O| May 18 23:51:31.107 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101012026-05-18T23:51:32.202Z[ host-image] May 18 23:51:31.115 INFO O| May 18 23:51:31.115 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
101022026-05-18T23:51:32.202Z[ host-image] May 18 23:51:31.115 INFO O| May 18 23:51:31.115 INFO STEP 160 (remove_files) COMPLETE
101032026-05-18T23:51:32.205Z[ host-image] May 18 23:51:31.115 INFO O| May 18 23:51:31.115 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101042026-05-18T23:51:32.210Z[ host-image] May 18 23:51:31.123 INFO O| May 18 23:51:31.123 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
101052026-05-18T23:51:32.213Z[ host-image] May 18 23:51:31.123 INFO O| May 18 23:51:31.123 INFO STEP 161 (remove_files) COMPLETE
101062026-05-18T23:51:32.213Z[ host-image] May 18 23:51:31.123 INFO O| May 18 23:51:31.123 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101072026-05-18T23:51:32.218Z[ host-image] May 18 23:51:31.131 INFO O| May 18 23:51:31.131 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
101082026-05-18T23:51:32.221Z[ host-image] May 18 23:51:31.131 INFO O| May 18 23:51:31.131 INFO STEP 162 (remove_files) COMPLETE
101092026-05-18T23:51:32.221Z[ host-image] May 18 23:51:31.131 INFO O| May 18 23:51:31.131 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101102026-05-18T23:51:32.227Z[ host-image] May 18 23:51:31.139 INFO O| May 18 23:51:31.139 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
101112026-05-18T23:51:32.230Z[ host-image] May 18 23:51:31.139 INFO O| May 18 23:51:31.139 INFO STEP 163 (remove_files) COMPLETE
101122026-05-18T23:51:32.230Z[ host-image] May 18 23:51:31.139 INFO O| May 18 23:51:31.139 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101132026-05-18T23:51:32.235Z[ host-image] May 18 23:51:31.148 INFO O| May 18 23:51:31.148 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
101142026-05-18T23:51:32.235Z[ host-image] May 18 23:51:31.148 INFO O| May 18 23:51:31.148 INFO STEP 164 (remove_files) COMPLETE
101152026-05-18T23:51:32.235Z[ host-image] May 18 23:51:31.148 INFO O| May 18 23:51:31.148 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101162026-05-18T23:51:32.243Z[ host-image] May 18 23:51:31.156 INFO O| May 18 23:51:31.156 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
101172026-05-18T23:51:32.243Z[ host-image] May 18 23:51:31.156 INFO O| May 18 23:51:31.156 INFO STEP 165 (remove_files) COMPLETE
101182026-05-18T23:51:32.246Z[ host-image] May 18 23:51:31.156 INFO O| May 18 23:51:31.156 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101192026-05-18T23:51:32.251Z[ host-image] May 18 23:51:31.164 INFO O| May 18 23:51:31.164 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101202026-05-18T23:51:32.251Z[ host-image] May 18 23:51:31.164 INFO O| May 18 23:51:31.164 INFO STEP 166 (remove_files) COMPLETE
101212026-05-18T23:51:32.254Z[ host-image] May 18 23:51:31.164 INFO O| May 18 23:51:31.164 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101222026-05-18T23:51:32.259Z[ host-image] May 18 23:51:31.172 INFO O| May 18 23:51:31.172 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101232026-05-18T23:51:32.259Z[ host-image] May 18 23:51:31.172 INFO O| May 18 23:51:31.172 INFO STEP 167 (remove_files) COMPLETE
101242026-05-18T23:51:32.262Z[ host-image] May 18 23:51:31.172 INFO O| May 18 23:51:31.172 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101252026-05-18T23:51:32.268Z[ host-image] May 18 23:51:31.179 INFO O| May 18 23:51:31.179 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
101262026-05-18T23:51:32.272Z[ host-image] May 18 23:51:31.179 INFO O| May 18 23:51:31.179 INFO STEP 168 (remove_files) COMPLETE
101272026-05-18T23:51:32.272Z[ host-image] May 18 23:51:31.179 INFO O| May 18 23:51:31.179 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101282026-05-18T23:51:32.276Z[ host-image] May 18 23:51:31.186 INFO O| May 18 23:51:31.186 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101292026-05-18T23:51:32.276Z[ host-image] May 18 23:51:31.186 INFO O| May 18 23:51:31.186 INFO STEP 169 (remove_files) COMPLETE
101302026-05-18T23:51:32.276Z[ host-image] May 18 23:51:31.186 INFO O| May 18 23:51:31.186 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101312026-05-18T23:51:32.282Z[ host-image] May 18 23:51:31.194 INFO O| May 18 23:51:31.194 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
101322026-05-18T23:51:32.285Z[ host-image] May 18 23:51:31.194 INFO O| May 18 23:51:31.194 INFO STEP 170 (remove_files) COMPLETE
101332026-05-18T23:51:32.285Z[ host-image] May 18 23:51:31.194 INFO O| May 18 23:51:31.194 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101342026-05-18T23:51:32.288Z[ host-image] May 18 23:51:31.201 INFO O| May 18 23:51:31.201 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101352026-05-18T23:51:32.291Z[ host-image] May 18 23:51:31.201 INFO O| May 18 23:51:31.201 INFO STEP 171 (remove_files) COMPLETE
101362026-05-18T23:51:32.291Z[ host-image] May 18 23:51:31.201 INFO O| May 18 23:51:31.201 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101372026-05-18T23:51:32.296Z[ host-image] May 18 23:51:31.208 INFO O| May 18 23:51:31.208 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101382026-05-18T23:51:32.296Z[ host-image] May 18 23:51:31.208 INFO O| May 18 23:51:31.208 INFO STEP 172 (remove_files) COMPLETE
101392026-05-18T23:51:32.296Z[ host-image] May 18 23:51:31.208 INFO O| May 18 23:51:31.208 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101402026-05-18T23:51:32.304Z[ host-image] May 18 23:51:31.216 INFO O| May 18 23:51:31.216 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101412026-05-18T23:51:32.307Z[ host-image] May 18 23:51:31.216 INFO O| May 18 23:51:31.216 INFO STEP 173 (remove_files) COMPLETE
101422026-05-18T23:51:32.307Z[ host-image] May 18 23:51:31.216 INFO O| May 18 23:51:31.216 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101432026-05-18T23:51:32.311Z[ host-image] May 18 23:51:31.224 INFO O| May 18 23:51:31.224 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101442026-05-18T23:51:32.314Z[ host-image] May 18 23:51:31.224 INFO O| May 18 23:51:31.224 INFO STEP 174 (remove_files) COMPLETE
101452026-05-18T23:51:32.314Z[ host-image] May 18 23:51:31.224 INFO O| May 18 23:51:31.224 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101462026-05-18T23:51:32.320Z[ host-image] May 18 23:51:31.233 INFO O| May 18 23:51:31.233 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101472026-05-18T23:51:32.320Z[ host-image] May 18 23:51:31.233 INFO O| May 18 23:51:31.233 INFO STEP 175 (remove_files) COMPLETE
101482026-05-18T23:51:32.320Z[ host-image] May 18 23:51:31.233 INFO O| May 18 23:51:31.233 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101492026-05-18T23:51:32.331Z[ host-image] May 18 23:51:31.244 INFO O| May 18 23:51:31.244 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
101502026-05-18T23:51:32.335Z[ host-image] May 18 23:51:31.244 INFO O| May 18 23:51:31.244 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
101512026-05-18T23:51:36.968Z[ host-image] May 18 23:51:35.880 INFO O| May 18 23:51:35.880 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
101522026-05-18T23:51:36.968Z[ host-image] May 18 23:51:35.880 INFO O| May 18 23:51:35.880 INFO E| svccfg: Loaded 79 smf(7) service descriptions
101532026-05-18T23:51:36.981Z[ host-image] May 18 23:51:35.893 INFO O| May 18 23:51:35.893 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
101542026-05-18T23:51:37.089Z[ host-image] May 18 23:51:36.001 INFO O| May 18 23:51:36.001 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.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"}
101552026-05-18T23:51:37.148Z[ host-image] May 18 23:51:36.060 INFO O| May 18 23:51:36.060 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
101562026-05-18T23:51:37.216Z[ host-image] May 18 23:51:36.128 INFO O| May 18 23:51:36.128 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
101572026-05-18T23:51:37.216Z[ host-image] May 18 23:51:36.128 INFO O| May 18 23:51:36.128 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
101582026-05-18T23:51:37.219Z[ host-image] May 18 23:51:36.130 INFO O| May 18 23:51:36.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
101592026-05-18T23:51:37.219Z[ host-image] May 18 23:51:36.130 INFO O| May 18 23:51:36.130 INFO ok!
101602026-05-18T23:51:37.219Z[ host-image] May 18 23:51:36.130 INFO O| May 18 23:51:36.130 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
101612026-05-18T23:51:37.219Z[ host-image] May 18 23:51:36.130 INFO O| May 18 23:51:36.130 INFO STEP 176 (seed_smf) COMPLETE
101622026-05-18T23:51:37.219Z[ host-image] May 18 23:51:36.130 INFO O| May 18 23:51:36.130 INFO steps complete; finalising image!
101632026-05-18T23:51:37.219Z[ host-image] May 18 23:51:36.130 INFO O| May 18 23:51:36.130 INFO TRIM POOL: TEMPORARY-sled-zfs
101642026-05-18T23:51:37.303Z[ host-image] May 18 23:51:36.215 INFO O| May 18 23:51:36.215 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Mon May 18 23:51:36 2026)
101652026-05-18T23:51:37.521Z[ host-image] May 18 23:51:36.433 INFO O| May 18 23:51:36.433 INFO temporary pool has 803M used, 93.3M avail, 1.86x compressratio
101662026-05-18T23:51:37.521Z[ host-image] May 18 23:51:36.433 INFO O| May 18 23:51:36.433 INFO EXPORT POOL: TEMPORARY-sled-zfs
101672026-05-18T23:51:37.812Z[ host-image] May 18 23:51:36.724 INFO O| May 18 23:51:36.724 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101682026-05-18T23:51:37.812Z[ host-image] May 18 23:51:36.724 INFO O| May 18 23:51:36.724 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101692026-05-18T23:51:38.583Z[ host-image] May 18 23:51:37.494 INFO O| May 18 23:51:37.494 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
101702026-05-18T23:51:38.584Z[ host-image] May 18 23:51:37.494 INFO O| May 18 23:51:37.494 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
101712026-05-18T23:51:38.587Z[ host-image] May 18 23:51:37.494 INFO O| May 18 23:51:37.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
101722026-05-18T23:51:38.587Z[ host-image] May 18 23:51:37.494 INFO O| May 18 23:51:37.494 INFO completed processing sled/zfs
101732026-05-18T23:51:38.587Z[ host-image] May 18 23:51:37.494 INFO O| May 18 23:51:37.494 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
101742026-05-18T23:51:41.284Z[ recovery-image] May 18 23:51:40.196 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
101752026-05-18T23:51:41.284Z[ recovery-image] May 18 23:51:40.196 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")
101762026-05-18T23:51:41.459Z[ recovery-image] May 18 23:51:40.370 INFO E| Updating crates.io index
101772026-05-18T23:51:41.552Z[ recovery-image] May 18 23:51:40.464 INFO E| Downloading crates ...
101782026-05-18T23:51:41.603Z[ recovery-image] May 18 23:51:40.514 INFO E| Downloaded colorchoice v1.0.5
101792026-05-18T23:51:41.609Z[ recovery-image] May 18 23:51:40.522 INFO E| Downloaded anstyle v1.0.14
101802026-05-18T23:51:41.613Z[ recovery-image] May 18 23:51:40.523 INFO E| Downloaded duct v1.1.1
101812026-05-18T23:51:41.616Z[ recovery-image] May 18 23:51:40.525 INFO E| Downloaded os_pipe v1.2.3
101822026-05-18T23:51:41.616Z[ recovery-image] May 18 23:51:40.526 INFO E| Downloaded clap_lex v1.1.0
101832026-05-18T23:51:41.616Z[ recovery-image] May 18 23:51:40.526 INFO E| Downloaded anstyle-parse v1.0.0
101842026-05-18T23:51:41.619Z[ recovery-image] May 18 23:51:40.528 INFO E| Downloaded shared_child v1.1.1
101852026-05-18T23:51:41.619Z[ recovery-image] May 18 23:51:40.529 INFO E| Downloaded sigchld v0.2.4
101862026-05-18T23:51:41.619Z[ recovery-image] May 18 23:51:40.530 INFO E| Downloaded clap_derive v4.6.1
101872026-05-18T23:51:41.623Z[ recovery-image] May 18 23:51:40.534 INFO E| Downloaded shared_thread v0.2.0
101882026-05-18T23:51:41.623Z[ recovery-image] May 18 23:51:40.535 INFO E| Downloaded anstream v1.0.0
101892026-05-18T23:51:41.626Z[ recovery-image] May 18 23:51:40.538 INFO E| Downloaded clap v4.6.1
101902026-05-18T23:51:41.636Z[ recovery-image] May 18 23:51:40.547 INFO E| Downloaded clap_builder v4.6.0
101912026-05-18T23:51:41.675Z[ recovery-image] May 18 23:51:40.587 INFO E| Compiling libc v0.2.185
101922026-05-18T23:51:41.675Z[ recovery-image] May 18 23:51:40.587 INFO E| Compiling proc-macro2 v1.0.106
101932026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.587 INFO E| Compiling quote v1.0.45
101942026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.587 INFO E| Compiling unicode-ident v1.0.24
101952026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.587 INFO E| Compiling signal-hook v0.3.18
101962026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.587 INFO E| Compiling utf8parse v0.2.2
101972026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.588 INFO E| Compiling anstyle v1.0.14
101982026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.588 INFO E| Compiling colorchoice v1.0.5
101992026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.588 INFO E| Compiling anstyle-query v1.1.5
102002026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.588 INFO E| Compiling is_terminal_polyfill v1.70.2
102012026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.588 INFO E| Compiling heck v0.5.0
102022026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.588 INFO E| Compiling clap_lex v1.1.0
102032026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.588 INFO E| Compiling strsim v0.11.1
102042026-05-18T23:51:41.679Z[ recovery-image] May 18 23:51:40.588 INFO E| Compiling shared_thread v0.2.0
102052026-05-18T23:51:41.992Z[ recovery-image] May 18 23:51:40.904 INFO E| Compiling anstyle-parse v1.0.0
102062026-05-18T23:51:42.161Z[ recovery-image] May 18 23:51:41.073 INFO E| Compiling anstream v1.0.0
102072026-05-18T23:51:42.387Z[ recovery-image] May 18 23:51:41.299 INFO E| Compiling clap_builder v4.6.0
102082026-05-18T23:51:42.606Z[ recovery-image] May 18 23:51:41.519 INFO E| Compiling errno v0.3.14
102092026-05-18T23:51:42.607Z[ recovery-image] May 18 23:51:41.519 INFO E| Compiling os_pipe v1.2.3
102102026-05-18T23:51:42.714Z[ recovery-image] May 18 23:51:41.626 INFO E| Compiling signal-hook-registry v1.4.8
102112026-05-18T23:51:43.013Z[ recovery-image] May 18 23:51:41.925 INFO E| Compiling sigchld v0.2.4
102122026-05-18T23:51:43.093Z[ recovery-image] May 18 23:51:42.005 INFO E| Compiling syn v2.0.117
102132026-05-18T23:51:43.122Z[ recovery-image] May 18 23:51:42.034 INFO E| Compiling shared_child v1.1.1
102142026-05-18T23:51:43.244Z[ recovery-image] May 18 23:51:42.156 INFO E| Compiling duct v1.1.1
102152026-05-18T23:51:45.481Z[ recovery-image] May 18 23:51:44.392 INFO E| Compiling clap_derive v4.6.1
102162026-05-18T23:51:46.909Z[ recovery-image] May 18 23:51:45.821 INFO E| Compiling clap v4.6.1
102172026-05-18T23:51:46.974Z[ recovery-image] May 18 23:51:45.886 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102182026-05-18T23:51:48.049Z[ recovery-image] May 18 23:51:46.948 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
102192026-05-18T23:51:48.053Z[ recovery-image] May 18 23:51:46.956 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102202026-05-18T23:51:48.302Z[ recovery-image] May 18 23:51:47.215 INFO E| Downloading crates ...
102212026-05-18T23:51:48.353Z[ recovery-image] May 18 23:51:47.265 INFO E| Downloaded bitstruct v0.1.1
102222026-05-18T23:51:48.360Z[ recovery-image] May 18 23:51:47.273 INFO E| Downloaded bitflags v2.11.1
102232026-05-18T23:51:48.363Z[ recovery-image] May 18 23:51:47.276 INFO E| Downloaded bit_field v0.10.3
102242026-05-18T23:51:48.370Z[ recovery-image] May 18 23:51:47.281 INFO E| Downloaded miniz_oxide v0.9.1
102252026-05-18T23:51:48.373Z[ recovery-image] May 18 23:51:47.286 INFO E| Downloaded cpio_reader v0.1.2
102262026-05-18T23:51:48.378Z[ recovery-image] May 18 23:51:47.287 INFO E| Downloaded bitstruct_derive v0.1.0
102272026-05-18T23:51:48.381Z[ recovery-image] May 18 23:51:47.292 INFO E| Downloaded raw-cpuid v10.7.0
102282026-05-18T23:51:48.509Z[ recovery-image] May 18 23:51:47.421 INFO E| Downloaded x86 v0.52.0
102292026-05-18T23:51:48.543Z[ recovery-image] May 18 23:51:47.455 INFO E| Updating crates.io index
102302026-05-18T23:51:48.610Z[ recovery-image] May 18 23:51:47.522 INFO E| Downloading crates ...
102312026-05-18T23:51:48.654Z[ recovery-image] May 18 23:51:47.566 INFO E| Downloaded rustc-literal-escaper v0.0.7
102322026-05-18T23:51:48.706Z[ recovery-image] May 18 23:51:47.618 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
102332026-05-18T23:51:48.706Z[ recovery-image] May 18 23:51:47.618 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102342026-05-18T23:51:48.706Z[ recovery-image] May 18 23:51:47.618 INFO E| Compiling proc-macro2 v1.0.106
102352026-05-18T23:51:48.709Z[ recovery-image] May 18 23:51:47.618 INFO E| Compiling quote v1.0.45
102362026-05-18T23:51:48.709Z[ recovery-image] May 18 23:51:47.618 INFO E| Compiling unicode-ident v1.0.24
102372026-05-18T23:51:48.709Z[ recovery-image] May 18 23:51:47.618 INFO E| Compiling syn v1.0.109
102382026-05-18T23:51:48.709Z[ recovery-image] May 18 23:51:47.618 INFO E| Compiling x86 v0.52.0
102392026-05-18T23:51:48.709Z[ recovery-image] May 18 23:51:47.618 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102402026-05-18T23:51:48.709Z[ recovery-image] May 18 23:51:47.618 INFO E| Compiling seq-macro v0.3.6
102412026-05-18T23:51:50.452Z[ recovery-image] May 18 23:51:49.364 INFO E| Compiling syn v2.0.117
102422026-05-18T23:51:52.338Z[ recovery-image] May 18 23:51:51.250 INFO E| Compiling scroll_derive v0.13.1
102432026-05-18T23:51:52.627Z[ host-image] May 18 23:51:51.539 INFO O| May 18 23:51:51.539 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102442026-05-18T23:51:52.743Z[ host-image] May 18 23:51:51.655 INFO BUILD STRING "heads/stlouis-0-gd25f6eeb5c\n"
102452026-05-18T23:51:52.743Z[ host-image] May 18 23:51:51.655 INFO expanded image name: "ci 34caf60/${os_short_commit} 2026-05-18 23:36" -> "ci 34caf60/d25f6ee 2026-05-18 23:36"
102462026-05-18T23:51:52.743Z[ host-image] May 18 23:51:51.655 INFO output artefacts stored in: "/work/os-host"
102472026-05-18T23:51:52.746Z[ host-image] May 18 23:51:51.655 INFO collecting git info from project "image-builder"...
102482026-05-18T23:51:52.750Z[ host-image] May 18 23:51:51.662 INFO collecting git info from project "phbl"...
102492026-05-18T23:51:52.755Z[ host-image] May 18 23:51:51.667 INFO collecting git info from project "dmar-report"...
102502026-05-18T23:51:52.760Z[ host-image] May 18 23:51:51.673 INFO collecting git info from project "bootserver"...
102512026-05-18T23:51:52.766Z[ host-image] May 18 23:51:51.678 INFO collecting git info from project "chelsio-t6-roms"...
102522026-05-18T23:51:52.773Z[ host-image] May 18 23:51:51.683 INFO collecting git info from project "amd-host-image-builder"...
102532026-05-18T23:51:52.793Z[ host-image] May 18 23:51:51.705 INFO collecting git info from project "pinprick"...
102542026-05-18T23:51:52.823Z[ host-image] May 18 23:51:51.735 INFO collecting git info from project "pilot"...
102552026-05-18T23:51:52.853Z[ host-image] May 18 23:51:51.765 INFO collecting git info from project "amd-firmware"...
102562026-05-18T23:51:52.932Z[ host-image] May 18 23:51:51.844 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102572026-05-18T23:51:53.707Z[ host-image] May 18 23:51:52.618 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102582026-05-18T23:51:53.759Z[ recovery-image] May 18 23:51:52.670 INFO E| Compiling bitstruct_derive v0.1.0
102592026-05-18T23:51:54.122Z[ host-image] May 18 23:51:53.033 INFO creating Oxide boot image...
102602026-05-18T23:51:54.122Z[ host-image] May 18 23:51:53.033 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 34caf60/d25f6ee 2026-05-18 23:36", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
102612026-05-18T23:51:54.976Z[ host-image] May 18 23:51:53.888 INFO O| ok, image written!
102622026-05-18T23:51:54.976Z[ host-image] May 18 23:51:53.888 INFO O| ok, boot_image_csum file written!
102632026-05-18T23:51:54.979Z[ host-image] May 18 23:51:53.890 INFO creating boot archive (CPIO)...
102642026-05-18T23:51:54.979Z[ host-image] May 18 23:51:53.890 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
102652026-05-18T23:51:54.987Z[ host-image] May 18 23:51:53.899 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
102662026-05-18T23:51:54.987Z[ host-image] May 18 23:51:53.899 INFO E| + outfile=/work/os-host/cpio
102672026-05-18T23:51:54.987Z[ host-image] May 18 23:51:53.899 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102682026-05-18T23:51:54.990Z[ host-image] May 18 23:51:53.902 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
102692026-05-18T23:51:54.990Z[ host-image] May 18 23:51:53.902 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102702026-05-18T23:51:55.018Z[ host-image] May 18 23:51:53.930 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102712026-05-18T23:51:55.018Z[ host-image] May 18 23:51:53.930 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102722026-05-18T23:51:55.024Z[ host-image] May 18 23:51:53.937 INFO creating compressed cpio/unix for dev loaders...
102732026-05-18T23:51:55.024Z[ host-image] May 18 23:51:53.937 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
102742026-05-18T23:51:55.270Z[ host-image] May 18 23:51:54.181 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
102752026-05-18T23:51:58.950Z[ host-image] May 18 23:51:57.862 INFO creating reset image...
102762026-05-18T23:51:58.950Z[ host-image] May 18 23:51:57.862 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102772026-05-18T23:51:58.986Z[ host-image] May 18 23:51:57.898 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
102782026-05-18T23:51:58.986Z[ host-image] May 18 23:51:57.898 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")
102792026-05-18T23:51:59.076Z[ host-image] May 18 23:51:57.988 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
102802026-05-18T23:51:59.080Z[ host-image] May 18 23:51:57.990 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
102812026-05-18T23:51:59.421Z[ host-image] May 18 23:51:58.333 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
102822026-05-18T23:51:59.421Z[ host-image] May 18 23:51:58.333 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102832026-05-18T23:51:59.421Z[ host-image] May 18 23:51:58.333 INFO E| Compiling proc-macro2 v1.0.106
102842026-05-18T23:51:59.424Z[ host-image] May 18 23:51:58.333 INFO E| Compiling quote v1.0.45
102852026-05-18T23:51:59.424Z[ host-image] May 18 23:51:58.333 INFO E| Compiling unicode-ident v1.0.24
102862026-05-18T23:51:59.424Z[ host-image] May 18 23:51:58.333 INFO E| Compiling syn v1.0.109
102872026-05-18T23:51:59.424Z[ host-image] May 18 23:51:58.333 INFO E| Compiling x86 v0.52.0
102882026-05-18T23:51:59.431Z[ host-image] May 18 23:51:58.343 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102892026-05-18T23:51:59.431Z[ host-image] May 18 23:51:58.343 INFO E| Compiling seq-macro v0.3.6
102902026-05-18T23:52:00.706Z[ host-image] May 18 23:51:59.618 INFO E| Compiling syn v2.0.117
102912026-05-18T23:52:02.854Z[ host-image] May 18 23:52:01.766 INFO E| Compiling scroll_derive v0.13.1
102922026-05-18T23:52:04.408Z[ host-image] May 18 23:52:03.320 INFO E| Compiling bitstruct_derive v0.1.0
102932026-05-18T23:52:04.922Z[ recovery-image] May 18 23:52:03.834 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
102942026-05-18T23:52:07.437Z[ recovery-image] May 18 23:52:06.349 INFO E| Compiling bitflags v1.3.2
102952026-05-18T23:52:07.437Z[ recovery-image] May 18 23:52:06.349 INFO E| Compiling bitflags v2.11.1
102962026-05-18T23:52:07.437Z[ recovery-image] May 18 23:52:06.349 INFO E| Compiling scroll v0.13.0
102972026-05-18T23:52:07.441Z[ recovery-image] May 18 23:52:06.349 INFO E| Compiling adler2 v2.0.1
102982026-05-18T23:52:07.441Z[ recovery-image] May 18 23:52:06.349 INFO E| Compiling log v0.4.29
102992026-05-18T23:52:07.441Z[ recovery-image] May 18 23:52:06.349 INFO E| Compiling bit_field v0.10.3
103002026-05-18T23:52:07.441Z[ recovery-image] May 18 23:52:06.349 INFO E| Compiling plain v0.2.3
103012026-05-18T23:52:07.441Z[ recovery-image] May 18 23:52:06.349 INFO E| Compiling bitstruct v0.1.1
103022026-05-18T23:52:07.441Z[ recovery-image] May 18 23:52:06.349 INFO E| Compiling static_assertions v1.1.0
103032026-05-18T23:52:07.493Z[ recovery-image] May 18 23:52:06.405 INFO E| Compiling raw-cpuid v10.7.0
103042026-05-18T23:52:07.537Z[ recovery-image] May 18 23:52:06.449 INFO E| Compiling miniz_oxide v0.9.1
103052026-05-18T23:52:07.595Z[ recovery-image] May 18 23:52:06.507 INFO E| Compiling cpio_reader v0.1.2
103062026-05-18T23:52:07.678Z[ recovery-image] May 18 23:52:06.590 INFO E| Compiling goblin v0.10.5
103072026-05-18T23:52:10.902Z[ recovery-image] May 18 23:52:09.815 INFO E| Finished `release` profile [optimized] target(s) in 22.84s
103082026-05-18T23:52:10.927Z[ recovery-image] May 18 23:52:09.836 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103092026-05-18T23:52:10.958Z[ recovery-image] May 18 23:52:09.870 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
103102026-05-18T23:52:10.958Z[ recovery-image] May 18 23:52:09.870 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
103112026-05-18T23:52:10.958Z[ recovery-image] May 18 23:52:09.870 INFO building ROM for cosmo
103122026-05-18T23:52:10.961Z[ recovery-image] May 18 23:52:09.870 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")
103132026-05-18T23:52:11.046Z[ recovery-image] May 18 23:52:09.958 INFO E| Downloading crates ...
103142026-05-18T23:52:11.097Z[ recovery-image] May 18 23:52:10.009 INFO E| Downloaded anstream v0.6.18
103152026-05-18T23:52:11.100Z[ recovery-image] May 18 23:52:10.011 INFO E| Downloaded shared_child v1.0.1
103162026-05-18T23:52:11.119Z[ recovery-image] May 18 23:52:10.031 INFO E| Downloaded serde_spanned v0.6.8
103172026-05-18T23:52:11.124Z[ recovery-image] May 18 23:52:10.037 INFO E| Downloaded toml_datetime v0.6.9
103182026-05-18T23:52:11.127Z[ recovery-image] May 18 23:52:10.038 INFO E| Downloaded os_pipe v1.2.1
103192026-05-18T23:52:11.127Z[ recovery-image] May 18 23:52:10.039 INFO E| Downloaded colorchoice v1.0.3
103202026-05-18T23:52:11.127Z[ recovery-image] May 18 23:52:10.039 INFO E| Downloaded is_terminal_polyfill v1.70.1
103212026-05-18T23:52:11.130Z[ recovery-image] May 18 23:52:10.040 INFO E| Downloaded anstyle-query v1.1.2
103222026-05-18T23:52:11.134Z[ recovery-image] May 18 23:52:10.047 INFO E| Downloaded anstyle v1.0.10
103232026-05-18T23:52:11.140Z[ recovery-image] May 18 23:52:10.052 INFO E| Downloaded duct v0.13.7
103242026-05-18T23:52:11.143Z[ recovery-image] May 18 23:52:10.054 INFO E| Downloaded toml_write v0.1.1
103252026-05-18T23:52:11.143Z[ recovery-image] May 18 23:52:10.055 INFO E| Downloaded anstyle-parse v0.2.6
103262026-05-18T23:52:11.146Z[ recovery-image] May 18 23:52:10.056 INFO E| Downloaded clap_derive v4.5.32
103272026-05-18T23:52:11.150Z[ recovery-image] May 18 23:52:10.063 INFO E| Downloaded toml v0.8.22
103282026-05-18T23:52:11.170Z[ recovery-image] May 18 23:52:10.083 INFO E| Downloaded clap v4.5.37
103292026-05-18T23:52:11.176Z[ recovery-image] May 18 23:52:10.088 INFO E| Downloaded clap_builder v4.5.37
103302026-05-18T23:52:11.179Z[ recovery-image] May 18 23:52:10.092 INFO E| Downloaded cc v1.2.20
103312026-05-18T23:52:11.186Z[ recovery-image] May 18 23:52:10.099 INFO E| Downloaded toml_edit v0.22.26
103322026-05-18T23:52:11.206Z[ recovery-image] May 18 23:52:10.119 INFO E| Downloaded winnow v0.7.7
103332026-05-18T23:52:11.222Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling libc v0.2.172
103342026-05-18T23:52:11.223Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling utf8parse v0.2.2
103352026-05-18T23:52:11.223Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling hashbrown v0.15.2
103362026-05-18T23:52:11.226Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling shlex v1.3.0
103372026-05-18T23:52:11.226Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling is_terminal_polyfill v1.70.1
103382026-05-18T23:52:11.226Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling once_cell v1.21.3
103392026-05-18T23:52:11.226Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling colorchoice v1.0.3
103402026-05-18T23:52:11.226Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling anstyle v1.0.10
103412026-05-18T23:52:11.226Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling equivalent v1.0.2
103422026-05-18T23:52:11.226Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling anstyle-query v1.1.2
103432026-05-18T23:52:11.226Z[ recovery-image] May 18 23:52:10.135 INFO E| Compiling strsim v0.11.1
103442026-05-18T23:52:11.241Z[ recovery-image] May 18 23:52:10.153 INFO E| Compiling winnow v0.7.7
103452026-05-18T23:52:11.244Z[ recovery-image] May 18 23:52:10.153 INFO E| Compiling toml_write v0.1.1
103462026-05-18T23:52:11.251Z[ recovery-image] May 18 23:52:10.163 INFO E| Compiling anyhow v1.0.98
103472026-05-18T23:52:11.258Z[ recovery-image] May 18 23:52:10.171 INFO E| Compiling clap_lex v0.7.4
103482026-05-18T23:52:11.261Z[ recovery-image] May 18 23:52:10.171 INFO E| Compiling syn v2.0.101
103492026-05-18T23:52:11.558Z[ recovery-image] May 18 23:52:10.470 INFO E| Compiling anstyle-parse v0.2.6
103502026-05-18T23:52:11.563Z[ recovery-image] May 18 23:52:10.475 INFO E| Compiling cc v1.2.20
103512026-05-18T23:52:11.766Z[ recovery-image] May 18 23:52:10.677 INFO E| Compiling anstream v0.6.18
103522026-05-18T23:52:11.955Z[ recovery-image] May 18 23:52:10.867 INFO E| Compiling shared_child v1.0.1
103532026-05-18T23:52:11.958Z[ recovery-image] May 18 23:52:10.867 INFO E| Compiling os_pipe v1.2.1
103542026-05-18T23:52:11.988Z[ recovery-image] May 18 23:52:10.900 INFO E| Compiling indexmap v2.9.0
103552026-05-18T23:52:11.992Z[ recovery-image] May 18 23:52:10.905 INFO E| Compiling clap_builder v4.5.37
103562026-05-18T23:52:12.080Z[ recovery-image] May 18 23:52:10.992 INFO E| Compiling duct v0.13.7
103572026-05-18T23:52:12.652Z[ recovery-image] May 18 23:52:11.563 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103582026-05-18T23:52:13.628Z[ recovery-image] May 18 23:52:12.540 INFO E| Compiling serde_derive v1.0.219
103592026-05-18T23:52:13.629Z[ recovery-image] May 18 23:52:12.541 INFO E| Compiling clap_derive v4.5.32
103602026-05-18T23:52:14.458Z[ host-image] May 18 23:52:13.368 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
103612026-05-18T23:52:15.334Z[ recovery-image] May 18 23:52:14.246 INFO E| Compiling clap v4.5.37
103622026-05-18T23:52:15.830Z[ recovery-image] May 18 23:52:14.742 INFO E| Compiling serde v1.0.219
103632026-05-18T23:52:16.846Z[ host-image] May 18 23:52:15.758 INFO E| Compiling bitflags v1.3.2
103642026-05-18T23:52:16.846Z[ host-image] May 18 23:52:15.758 INFO E| Compiling log v0.4.29
103652026-05-18T23:52:16.846Z[ host-image] May 18 23:52:15.758 INFO E| Compiling bit_field v0.10.3
103662026-05-18T23:52:16.849Z[ host-image] May 18 23:52:15.758 INFO E| Compiling adler2 v2.0.1
103672026-05-18T23:52:16.849Z[ host-image] May 18 23:52:15.758 INFO E| Compiling bitflags v2.11.1
103682026-05-18T23:52:16.849Z[ host-image] May 18 23:52:15.758 INFO E| Compiling scroll v0.13.0
103692026-05-18T23:52:16.849Z[ host-image] May 18 23:52:15.758 INFO E| Compiling plain v0.2.3
103702026-05-18T23:52:16.849Z[ host-image] May 18 23:52:15.758 INFO E| Compiling bitstruct v0.1.1
103712026-05-18T23:52:16.849Z[ host-image] May 18 23:52:15.758 INFO E| Compiling static_assertions v1.1.0
103722026-05-18T23:52:16.898Z[ host-image] May 18 23:52:15.810 INFO E| Compiling raw-cpuid v10.7.0
103732026-05-18T23:52:16.954Z[ host-image] May 18 23:52:15.866 INFO E| Compiling miniz_oxide v0.9.1
103742026-05-18T23:52:17.020Z[ host-image] May 18 23:52:15.932 INFO E| Compiling cpio_reader v0.1.2
103752026-05-18T23:52:17.082Z[ host-image] May 18 23:52:15.994 INFO E| Compiling goblin v0.10.5
103762026-05-18T23:52:17.845Z[ recovery-image] May 18 23:52:16.757 INFO E| Compiling toml_datetime v0.6.9
103772026-05-18T23:52:17.846Z[ recovery-image] May 18 23:52:16.757 INFO E| Compiling serde_spanned v0.6.8
103782026-05-18T23:52:18.013Z[ recovery-image] May 18 23:52:16.925 INFO E| Compiling toml_edit v0.22.26
103792026-05-18T23:52:19.409Z[ recovery-image] May 18 23:52:18.322 INFO E| Compiling toml v0.8.22
103802026-05-18T23:52:20.150Z[ host-image] May 18 23:52:19.062 INFO E| Finished `release` profile [optimized] target(s) in 21.04s
103812026-05-18T23:52:20.165Z[ host-image] May 18 23:52:19.077 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103822026-05-18T23:52:20.198Z[ host-image] May 18 23:52:19.110 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
103832026-05-18T23:52:20.198Z[ host-image] May 18 23:52:19.110 INFO building ROM for gimlet
103842026-05-18T23:52:20.198Z[ host-image] May 18 23:52:19.110 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")
103852026-05-18T23:52:20.281Z[ host-image] May 18 23:52:19.193 INFO E| Blocking waiting for file lock on artifact directory
103862026-05-18T23:52:21.580Z[ recovery-image] May 18 23:52:20.492 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.58s
103872026-05-18T23:52:21.588Z[ host-image] May 18 23:52:20.500 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
103882026-05-18T23:52:21.592Z[ host-image] May 18 23:52:20.503 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`
103892026-05-18T23:52:21.592Z[ recovery-image] May 18 23:52:20.504 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`
103902026-05-18T23:52:21.604Z[ recovery-image] May 18 23:52:20.516 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103912026-05-18T23:52:21.606Z[ host-image] May 18 23:52:20.516 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
103922026-05-18T23:52:21.624Z[ recovery-image] May 18 23:52:20.536 INFO E| Blocking waiting for file lock on package cache
103932026-05-18T23:52:21.650Z[ host-image] May 18 23:52:20.562 INFO E| Blocking waiting for file lock on package cache
103942026-05-18T23:52:21.674Z[ recovery-image] May 18 23:52:20.586 INFO E| Blocking waiting for file lock on package cache
103952026-05-18T23:52:21.680Z[ host-image] May 18 23:52:20.587 INFO E| Blocking waiting for file lock on package cache
103962026-05-18T23:52:21.680Z[ recovery-image] May 18 23:52:20.588 INFO E| Blocking waiting for file lock on package cache
103972026-05-18T23:52:21.692Z[ host-image] May 18 23:52:20.605 INFO E| Blocking waiting for file lock on package cache
103982026-05-18T23:52:21.706Z[ recovery-image] May 18 23:52:20.619 INFO E| Blocking waiting for file lock on artifact directory
103992026-05-18T23:52:21.720Z[ host-image] May 18 23:52:20.632 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
104002026-05-18T23:52:21.725Z[ host-image] May 18 23:52:20.637 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`
104012026-05-18T23:52:21.730Z[ recovery-image] May 18 23:52:20.643 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
104022026-05-18T23:52:21.736Z[ recovery-image] May 18 23:52:20.647 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`
104032026-05-18T23:52:21.871Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104042026-05-18T23:52:21.872Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104052026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104062026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104072026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104082026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104092026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104102026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104112026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104122026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104132026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104142026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104152026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104162026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104172026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104182026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO O| Info: ABL version: 0x100f5010
104192026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.784 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104202026-05-18T23:52:21.875Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104212026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104222026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104232026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104242026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104252026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104262026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104272026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104282026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104292026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104302026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104312026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104322026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104332026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104342026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104352026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104362026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104372026-05-18T23:52:21.876Z[ host-image] May 18 23:52:20.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104382026-05-18T23:52:21.911Z[ host-image] May 18 23:52:20.823 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104392026-05-18T23:52:21.911Z[ host-image] May 18 23:52:20.823 INFO building ROM for cosmo
104402026-05-18T23:52:21.911Z[ host-image] May 18 23:52:20.823 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")
104412026-05-18T23:52:21.977Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
104422026-05-18T23:52:21.977Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
104432026-05-18T23:52:21.977Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
104442026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
104452026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104462026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104472026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104482026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
104492026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
104502026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
104512026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
104522026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104532026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104542026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104552026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104562026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104572026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
104582026-05-18T23:52:21.981Z[ recovery-image] May 18 23:52:20.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104592026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
104602026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104612026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104622026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104632026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104642026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104652026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104662026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104672026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104682026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104692026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104702026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104712026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104722026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104732026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104742026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104752026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104762026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104772026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104782026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104792026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104802026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104812026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104822026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104832026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104842026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104852026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104862026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104872026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104882026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104892026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104902026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104912026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
104922026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
104932026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
104942026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.891 INFO O| Info: ABL version: 0x100af010
104952026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.891 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
104962026-05-18T23:52:21.982Z[ recovery-image] May 18 23:52:20.891 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
104972026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
104982026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104992026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105002026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105012026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105022026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105032026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105042026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105052026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105062026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105072026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105082026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105092026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105102026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105112026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105122026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105132026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105142026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105152026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105162026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105172026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
105182026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
105192026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
105202026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
105212026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
105222026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
105232026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
105242026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
105252026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
105262026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
105272026-05-18T23:52:21.983Z[ recovery-image] May 18 23:52:20.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
105282026-05-18T23:52:22.007Z[ host-image] May 18 23:52:20.919 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105292026-05-18T23:52:22.010Z[ host-image] May 18 23:52:20.922 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`
105302026-05-18T23:52:22.016Z[ recovery-image] May 18 23:52:20.928 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105312026-05-18T23:52:22.016Z[ recovery-image] May 18 23:52:20.929 INFO building ROM for gimlet
105322026-05-18T23:52:22.019Z[ recovery-image] May 18 23:52:20.929 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.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")
105332026-05-18T23:52:22.024Z[ host-image] May 18 23:52:20.936 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105342026-05-18T23:52:22.072Z[ recovery-image] May 18 23:52:20.984 INFO E| Blocking waiting for file lock on package cache
105352026-05-18T23:52:22.075Z[ host-image] May 18 23:52:20.986 INFO E| Blocking waiting for file lock on package cache
105362026-05-18T23:52:22.098Z[ recovery-image] May 18 23:52:21.010 INFO E| Blocking waiting for file lock on package cache
105372026-05-18T23:52:22.110Z[ host-image] May 18 23:52:21.022 INFO E| Blocking waiting for file lock on package cache
105382026-05-18T23:52:22.121Z[ recovery-image] May 18 23:52:21.033 INFO E| Blocking waiting for file lock on artifact directory
105392026-05-18T23:52:22.137Z[ host-image] May 18 23:52:21.035 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105402026-05-18T23:52:22.141Z[ host-image] May 18 23:52:21.040 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`
105412026-05-18T23:52:22.141Z[ recovery-image] May 18 23:52:21.041 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
105422026-05-18T23:52:22.141Z[ recovery-image] May 18 23:52:21.045 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`
105432026-05-18T23:52:22.148Z[ recovery-image] May 18 23:52:21.061 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105442026-05-18T23:52:22.219Z[ recovery-image] May 18 23:52:21.132 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105452026-05-18T23:52:22.223Z[ recovery-image] May 18 23:52:21.136 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`
105462026-05-18T23:52:22.353Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105472026-05-18T23:52:22.353Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105482026-05-18T23:52:22.353Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105492026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105502026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105512026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105522026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105532026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105542026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105552026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105562026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105572026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105582026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105592026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105602026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105612026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO O| Info: ABL version: 0x100f5010
105622026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105632026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105642026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105652026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105662026-05-18T23:52:22.356Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105672026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105682026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105692026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105702026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105712026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105722026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105732026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105742026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105752026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105762026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105772026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105782026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105792026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105802026-05-18T23:52:22.357Z[ recovery-image] May 18 23:52:21.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105812026-05-18T23:52:22.357Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105822026-05-18T23:52:22.357Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105832026-05-18T23:52:22.357Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105842026-05-18T23:52:22.357Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105852026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105862026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105872026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105882026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105892026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
105902026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
105912026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
105922026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105932026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105942026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105952026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105962026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105972026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105982026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105992026-05-18T23:52:22.361Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
106002026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
106012026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106022026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106032026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
106042026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106052026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
106062026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
106072026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
106082026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106092026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
106102026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106112026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106122026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106132026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106142026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106152026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106162026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106172026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106182026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106192026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106202026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106212026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106222026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106232026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106242026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106252026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106262026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106272026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
106282026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
106292026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
106302026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106312026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106322026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106332026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106342026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.270 INFO O| Info: ABL version: 0x100af010
106352026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.270 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106362026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.270 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106372026-05-18T23:52:22.362Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106382026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106392026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106402026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106412026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106422026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106432026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106442026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106452026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106462026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106472026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106482026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106492026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106502026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106512026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106522026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106532026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106542026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106552026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106562026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106572026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106582026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106592026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106602026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106612026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106622026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106632026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106642026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106652026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106662026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106672026-05-18T23:52:22.363Z[ host-image] May 18 23:52:21.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106682026-05-18T23:52:22.403Z[ recovery-image] May 18 23:52:21.315 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106692026-05-18T23:52:22.407Z[ host-image] May 18 23:52:21.319 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106702026-05-18T23:52:22.407Z[ host-image] May 18 23:52:21.319 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106712026-05-18T23:52:23.694Z[ recovery-image] May 18 23:52:22.606 INFO image complete! materials are in "/work/os-recovery"
106722026-05-18T23:52:23.697Z[ recovery-image]
106732026-05-18T23:52:23.697Z[ recovery-image] real 6:14.856320714
106742026-05-18T23:52:23.698Z[ recovery-image] user 2:55.689111395
106752026-05-18T23:52:23.698Z[ recovery-image] sys 40.530688018
106762026-05-18T23:52:23.698Z[ recovery-image] trap 0.091382604
106772026-05-18T23:52:23.698Z[ recovery-image] tflt 0.429767652
106782026-05-18T23:52:23.698Z[ recovery-image] dflt 0.654611308
106792026-05-18T23:52:23.698Z[ recovery-image] kflt 0.015346893
106802026-05-18T23:52:23.698Z[ recovery-image] lock 20:40.668006022
106812026-05-18T23:52:23.698Z[ recovery-image] slp 37:07.831958154
106822026-05-18T23:52:23.698Z[ recovery-image] lat 1:01.169949448
106832026-05-18T23:52:23.701Z[ recovery-image] stop 14.286628552
106842026-05-18T23:52:23.701ZMay 18 23:52:22.610 INFO [recovery-image] process exited with exit status: 0 (374.864612534s)
106852026-05-18T23:52:28.749Z[ host-image] May 18 23:52:27.661 INFO image complete! materials are in "/work/os-host"
106862026-05-18T23:52:28.752Z[ host-image]
106872026-05-18T23:52:28.752Z[ host-image] real 6:47.964323822
106882026-05-18T23:52:28.753Z[ host-image] user 2:33.440353057
106892026-05-18T23:52:28.753Z[ host-image] sys 32.644338239
106902026-05-18T23:52:28.753Z[ host-image] trap 0.075455089
106912026-05-18T23:52:28.753Z[ host-image] tflt 0.253622405
106922026-05-18T23:52:28.753Z[ host-image] dflt 0.218457869
106932026-05-18T23:52:28.753Z[ host-image] kflt 0.000035690
106942026-05-18T23:52:28.753Z[ host-image] lock 8:12.088330190
106952026-05-18T23:52:28.753Z[ host-image] slp 41:21.759479003
106962026-05-18T23:52:28.753Z[ host-image] lat 51.827770464
106972026-05-18T23:52:28.753Z[ host-image] stop 2.976471833
106982026-05-18T23:52:28.756ZMay 18 23:52:27.665 INFO [host-image] process exited with exit status: 0 (407.969696825s)
106992026-05-18T23:52:28.756ZMay 18 23:52:27.665 INFO [tuf-repo] running task
107002026-05-18T23:52:48.317ZMay 18 23:52:47.229 INFO assembling repository in `/tmp/tufaceousBdHWHn`, component: OmicronRepoAssembler
107012026-05-18T23:52:53.853ZMay 18 23:52:52.765 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107022026-05-18T23:52:53.987ZMay 18 23:52:52.899 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107032026-05-18T23:53:03.049ZMay 18 23:53:01.960 INFO extracting uploaded archive to /tmp/.tmpSpMiev
107042026-05-18T23:53:04.751ZMay 18 23:53:03.663 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.mhJLL1
107052026-05-18T23:53:04.789ZMay 18 23:53:03.701 INFO added artifact, length: 6700203, hash: e038f11f77ea8af080e281f951314360660f3357f63ae14f6c8588c4b0c82a1e, version: 1.0.69, kind: gimlet_sp, name: cosmo-a
107062026-05-18T23:53:04.883ZMay 18 23:53:03.795 INFO added artifact, length: 6701358, hash: f5050935584c4a6ade613f26362a23bf26340045a2b070c4628c7376034e7cc0, version: 1.0.69, kind: gimlet_sp, name: cosmo-b
107072026-05-18T23:53:04.957ZMay 18 23:53:03.868 INFO added artifact, length: 5531760, hash: a65bd7d8077d5aee1b70ee4d3c4487559e78e24266ed8bc647b1f279ed7f5a51, version: 1.0.69, kind: gimlet_sp, name: gimlet-b
107082026-05-18T23:53:05.025ZMay 18 23:53:03.937 INFO added artifact, length: 5534234, hash: a35debb3e358dabc14014e0d380313354ebad4b4329737203375531235227e10, version: 1.0.69, kind: gimlet_sp, name: gimlet-c
107092026-05-18T23:53:05.093ZMay 18 23:53:04.005 INFO added artifact, length: 5538597, hash: 1e4b8d685d49bbcd3285c4d34ffd9ad7000ec052b11794f42c7467c510f4afd2, version: 1.0.69, kind: gimlet_sp, name: gimlet-d
107102026-05-18T23:53:05.163ZMay 18 23:53:04.075 INFO added artifact, length: 5538588, hash: 93144e7fedd98b94415b31667bec3be2f8f401f094ae4dd3be8d29c81a60ad02, version: 1.0.69, kind: gimlet_sp, name: gimlet-e
107112026-05-18T23:53:05.248ZMay 18 23:53:04.159 INFO added artifact, length: 5538504, hash: efac778ff92216273f9bccc9cd80cf4eca87e16a847b1813b152cf99259c315e, version: 1.0.69, kind: gimlet_sp, name: gimlet-f
107122026-05-18T23:53:05.319ZMay 18 23:53:04.231 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107132026-05-18T23:53:05.319ZMay 18 23:53:04.231 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107142026-05-18T23:53:05.360ZMay 18 23:53:04.272 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107152026-05-18T23:53:05.360ZMay 18 23:53:04.272 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107162026-05-18T23:53:05.400ZMay 18 23:53:04.312 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107172026-05-18T23:53:05.400ZMay 18 23:53:04.312 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107182026-05-18T23:53:05.449ZMay 18 23:53:04.361 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107192026-05-18T23:53:05.449ZMay 18 23:53:04.361 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107202026-05-18T23:53:05.496ZMay 18 23:53:04.407 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107212026-05-18T23:53:05.496ZMay 18 23:53:04.407 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107222026-05-18T23:53:05.538ZMay 18 23:53:04.450 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107232026-05-18T23:53:05.538ZMay 18 23:53:04.451 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107242026-05-18T23:53:05.583ZMay 18 23:53:04.495 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107252026-05-18T23:53:05.583ZMay 18 23:53:04.495 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107262026-05-18T23:53:05.587ZMay 18 23:53:04.496 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107272026-05-18T23:53:05.587ZMay 18 23:53:04.496 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107282026-05-18T23:53:05.587ZMay 18 23:53:04.497 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107292026-05-18T23:53:05.587ZMay 18 23:53:04.497 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107302026-05-18T23:53:05.587ZMay 18 23:53:04.498 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107312026-05-18T23:53:09.943ZMay 18 23:53:08.855 INFO added artifact, length: 33554432, hash: 9c9eefecd49d70ca3c45fe5c171cea145552d23733209d1ac542d5dcf9bf4d8c, version: 20.0.0-0.ci+git34caf603aba, kind: gimlet_host_phase_1, name: host
107322026-05-18T23:53:09.943ZMay 18 23:53:08.855 INFO added artifact, length: 33554432, hash: ea68afc4fdf75aede9e8bf61df58c88b812f7ee549f5da73ddfba197d0775200, version: 20.0.0-0.ci+git34caf603aba, kind: cosmo_host_phase_1, name: host
107332026-05-18T23:53:09.943ZMay 18 23:53:08.855 INFO added artifact, length: 1101008896, hash: f089f6ed39837eacc939dff41d62e543413813220e77d908fe28a69c38db3fba, version: 20.0.0-0.ci+git34caf603aba, kind: host_phase_2, name: host
107342026-05-18T23:53:10.858ZMay 18 23:53:09.770 INFO added artifact, length: 33554432, hash: 367774a2ea2d2924c3c813b3a1036fb3831c77cc880a31cd92ab081aef5c1158, version: 20.0.0-0.ci+git34caf603aba, kind: gimlet_trampoline_phase_1, name: trampoline
107352026-05-18T23:53:10.859ZMay 18 23:53:09.770 INFO added artifact, length: 33554432, hash: 5d3601682fd83eeb0e194dc85c1f1d0c9f4d08590b6659535bd526869c5f4da3, version: 20.0.0-0.ci+git34caf603aba, kind: cosmo_trampoline_phase_1, name: trampoline
107362026-05-18T23:53:10.859ZMay 18 23:53:09.771 INFO added artifact, length: 166185439, hash: f5d077ebd3371d3819a77e4724be3405c529d0b946ca691f9754378424bed9a3, version: 20.0.0-0.ci+git34caf603aba, kind: trampoline_phase_2, name: trampoline
107372026-05-18T23:53:12.645ZMay 18 23:53:11.556 INFO added artifact, length: 312362394, hash: 351a8a9a1a99b9f1f106fa59d5fac86961881446f728f9844783dff35597ce39, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: clickhouse_keeper
107382026-05-18T23:53:14.519ZMay 18 23:53:13.431 INFO added artifact, length: 327359423, hash: e822368f49a65143257b1ef4e391e7dcd629b7c735a1feda3bf3650450efedd6, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: clickhouse_server
107392026-05-18T23:53:16.363ZMay 18 23:53:15.275 INFO added artifact, length: 327362240, hash: 71fc899f476338e645512c5426b44b2fbcd1024ec2317785b24fe6f4c57fe7d2, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: clickhouse
107402026-05-18T23:53:17.341ZMay 18 23:53:16.253 INFO added artifact, length: 169176638, hash: e04918a0da24958a937da0684625aafc950460e0e9e2a15961186ebe9a248063, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: cockroachdb
107412026-05-18T23:53:17.593ZMay 18 23:53:16.504 INFO added artifact, length: 45284923, hash: a222f7fe8d1ebe238b40e0898346ea63755c46ef9235a69f52d9ec75c9314fc0, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: crucible-pantry-zone
107422026-05-18T23:53:17.913ZMay 18 23:53:16.825 INFO added artifact, length: 59762230, hash: 0886a8d842aeb9e1d749e9cac721126d414cd1561f457816245e99747813011b, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: crucible-zone
107432026-05-18T23:53:18.224ZMay 18 23:53:17.136 INFO added artifact, length: 51013409, hash: b2a79e3bf41d492358299f20b81a60dcd4d9059eb177a1b218965ad9772fd90d, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: external-dns
107442026-05-18T23:53:18.513ZMay 18 23:53:17.425 INFO added artifact, length: 51013006, hash: af62bbbeefd9181bd6d07d2b4f8e64e84293f2771909ee20e19bbbe0e00b4223, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: internal-dns
107452026-05-18T23:53:19.779ZMay 18 23:53:18.691 INFO added artifact, length: 226099035, hash: 8a73ae042193cb0fd088d0ab02371d41d2faa072c18edf0a2e010916791061c4, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: nexus
107462026-05-18T23:53:19.989ZMay 18 23:53:18.901 INFO added artifact, length: 32961173, hash: e8f81d3dd713cc322416c38f4ce172fe7064e65ed2b6ab699a01200c7b742e9c, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: ntp
107472026-05-18T23:53:20.392ZMay 18 23:53:19.304 INFO added artifact, length: 69524876, hash: d6d181e290698c8898f096d00cc46248137ed94d1f509b7e6ef52363e610527b, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: oximeter
107482026-05-18T23:53:20.411ZMay 18 23:53:19.323 INFO added artifact, length: 3109592, hash: 431cbf767e2daf3357f4fd51876aa9aad60c1abb5e26c44763e2e44063c2baab, version: 20.0.0-0.ci+git34caf603aba, kind: zone, name: probe
107492026-05-18T23:53:20.414ZMay 18 23:53:19.323 INFO added artifact, length: 829, hash: 340838386319c52125c3b4d58f3a65ffa8ad1c96a6812d8059d7a9009017c888, version: 1.0.69, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.69
107502026-05-18T23:53:20.414ZMay 18 23:53:19.323 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107512026-05-18T23:53:20.414ZMay 18 23:53:19.323 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107522026-05-18T23:53:20.438ZMay 18 23:53:19.350 INFO added artifact, length: 4139684, hash: 3a1cb6784d8d7e031d5ca79f16b4c58d472101b3a90ae8063fa31163b765c015, version: 1.0.69, kind: psc_sp, name: psc-b
107532026-05-18T23:53:20.470ZMay 18 23:53:19.382 INFO added artifact, length: 4143737, hash: f82231d1b4315dc4c1f6bb937de4a9ee71dba41eb4421cea56a90ac0988a22b5, version: 1.0.69, kind: psc_sp, name: psc-c
107542026-05-18T23:53:20.520ZMay 18 23:53:19.432 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107552026-05-18T23:53:20.520ZMay 18 23:53:19.432 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107562026-05-18T23:53:20.573ZMay 18 23:53:19.485 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107572026-05-18T23:53:20.576ZMay 18 23:53:19.485 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107582026-05-18T23:53:20.624ZMay 18 23:53:19.536 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107592026-05-18T23:53:20.624ZMay 18 23:53:19.536 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107602026-05-18T23:53:20.672ZMay 18 23:53:19.584 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107612026-05-18T23:53:20.675ZMay 18 23:53:19.584 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107622026-05-18T23:53:20.675ZMay 18 23:53:19.584 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107632026-05-18T23:53:20.675ZMay 18 23:53:19.585 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107642026-05-18T23:53:20.675ZMay 18 23:53:19.586 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107652026-05-18T23:53:20.724ZMay 18 23:53:19.636 INFO added artifact, length: 7044828, hash: a36495a086db233ee657a77dad0f7e50e986ccca5dc968bc03c27d2a4c0dbed8, version: 1.0.69, kind: switch_sp, name: sidecar-b
107662026-05-18T23:53:20.813ZMay 18 23:53:19.725 INFO added artifact, length: 7061509, hash: cb25e481364d922047102cbb551cbc91159717306fdb59bedc159e84db672974, version: 1.0.69, kind: switch_sp, name: sidecar-c
107672026-05-18T23:53:20.918ZMay 18 23:53:19.830 INFO added artifact, length: 7061577, hash: 419af8841808f5cfe85ff9c8f417616ba0ff105573b97e7be11da9a1cd6c5b83, version: 1.0.69, kind: switch_sp, name: sidecar-d
107682026-05-18T23:53:21.006ZMay 18 23:53:19.917 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107692026-05-18T23:53:21.006ZMay 18 23:53:19.917 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107702026-05-18T23:53:21.058ZMay 18 23:53:19.969 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107712026-05-18T23:53:21.058ZMay 18 23:53:19.970 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107722026-05-18T23:53:21.108ZMay 18 23:53:20.020 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107732026-05-18T23:53:21.108ZMay 18 23:53:20.020 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107742026-05-18T23:53:21.162ZMay 18 23:53:20.074 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107752026-05-18T23:53:21.162ZMay 18 23:53:20.074 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107762026-05-18T23:53:21.165ZMay 18 23:53:20.075 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107772026-05-18T23:53:21.165ZMay 18 23:53:20.075 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107782026-05-18T23:53:21.165ZMay 18 23:53:20.076 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107792026-05-18T23:53:21.165ZMay 18 23:53:20.076 INFO added artifact, length: 924, hash: abebcf2cabb5c7be5e040dccd133111d4012ce25948f6510ce2bbac1ac654819, version: 20.0.0-0.ci+git34caf603aba, kind: installinator_document, name: installinator_document
107802026-05-18T23:53:21.521ZMay 18 23:53:20.433 INFO extracting uploaded archive to /tmp/.tmpzWwAkC
107812026-05-18T23:53:23.371ZMay 18 23:53:22.283 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.HSewf3
107822026-05-18T23:53:23.430ZMay 18 23:53:22.342 INFO added artifact, length: 6700203, hash: e038f11f77ea8af080e281f951314360660f3357f63ae14f6c8588c4b0c82a1e, version: 1.0.69, kind: gimlet_sp, name: cosmo-a
107832026-05-18T23:53:23.534ZMay 18 23:53:22.446 INFO added artifact, length: 6701358, hash: f5050935584c4a6ade613f26362a23bf26340045a2b070c4628c7376034e7cc0, version: 1.0.69, kind: gimlet_sp, name: cosmo-b
107842026-05-18T23:53:23.627ZMay 18 23:53:22.539 INFO added artifact, length: 5531760, hash: a65bd7d8077d5aee1b70ee4d3c4487559e78e24266ed8bc647b1f279ed7f5a51, version: 1.0.69, kind: gimlet_sp, name: gimlet-b
107852026-05-18T23:53:23.717ZMay 18 23:53:22.629 INFO added artifact, length: 5534234, hash: a35debb3e358dabc14014e0d380313354ebad4b4329737203375531235227e10, version: 1.0.69, kind: gimlet_sp, name: gimlet-c
107862026-05-18T23:53:23.806ZMay 18 23:53:22.717 INFO added artifact, length: 5538597, hash: 1e4b8d685d49bbcd3285c4d34ffd9ad7000ec052b11794f42c7467c510f4afd2, version: 1.0.69, kind: gimlet_sp, name: gimlet-d
107872026-05-18T23:53:23.897ZMay 18 23:53:22.809 INFO added artifact, length: 5538588, hash: 93144e7fedd98b94415b31667bec3be2f8f401f094ae4dd3be8d29c81a60ad02, version: 1.0.69, kind: gimlet_sp, name: gimlet-e
107882026-05-18T23:53:23.982ZMay 18 23:53:22.894 INFO added artifact, length: 5538504, hash: efac778ff92216273f9bccc9cd80cf4eca87e16a847b1813b152cf99259c315e, version: 1.0.69, kind: gimlet_sp, name: gimlet-f
107892026-05-18T23:53:24.072ZMay 18 23:53:22.984 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107902026-05-18T23:53:24.075ZMay 18 23:53:22.984 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107912026-05-18T23:53:24.130ZMay 18 23:53:23.042 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107922026-05-18T23:53:24.130ZMay 18 23:53:23.042 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107932026-05-18T23:53:24.175ZMay 18 23:53:23.087 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107942026-05-18T23:53:24.175ZMay 18 23:53:23.087 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107952026-05-18T23:53:24.219ZMay 18 23:53:23.131 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107962026-05-18T23:53:24.219ZMay 18 23:53:23.131 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107972026-05-18T23:53:24.270ZMay 18 23:53:23.182 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107982026-05-18T23:53:24.270ZMay 18 23:53:23.182 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107992026-05-18T23:53:24.319ZMay 18 23:53:23.231 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108002026-05-18T23:53:24.319ZMay 18 23:53:23.231 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108012026-05-18T23:53:24.371ZMay 18 23:53:23.282 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108022026-05-18T23:53:24.374ZMay 18 23:53:23.282 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108032026-05-18T23:53:24.374ZMay 18 23:53:23.283 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108042026-05-18T23:53:24.374ZMay 18 23:53:23.284 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108052026-05-18T23:53:24.374ZMay 18 23:53:23.284 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108062026-05-18T23:53:24.374ZMay 18 23:53:23.285 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108072026-05-18T23:53:24.374ZMay 18 23:53:23.286 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108082026-05-18T23:53:29.867ZMay 18 23:53:28.779 INFO added artifact, length: 33554432, hash: 9c9eefecd49d70ca3c45fe5c171cea145552d23733209d1ac542d5dcf9bf4d8c, version: 20.0.0-0.ci+git34caf603aba, kind: gimlet_host_phase_1, name: host
108092026-05-18T23:53:29.867ZMay 18 23:53:28.779 INFO added artifact, length: 33554432, hash: ea68afc4fdf75aede9e8bf61df58c88b812f7ee549f5da73ddfba197d0775200, version: 20.0.0-0.ci+git34caf603aba, kind: cosmo_host_phase_1, name: host
108102026-05-18T23:53:29.867ZMay 18 23:53:28.779 INFO added artifact, length: 1101008896, hash: f089f6ed39837eacc939dff41d62e543413813220e77d908fe28a69c38db3fba, version: 20.0.0-0.ci+git34caf603aba, kind: host_phase_2, name: host
108112026-05-18T23:53:30.793ZMay 18 23:53:29.705 INFO added artifact, length: 33554432, hash: 367774a2ea2d2924c3c813b3a1036fb3831c77cc880a31cd92ab081aef5c1158, version: 20.0.0-0.ci+git34caf603aba, kind: gimlet_trampoline_phase_1, name: trampoline
108122026-05-18T23:53:30.794ZMay 18 23:53:29.705 INFO added artifact, length: 33554432, hash: 5d3601682fd83eeb0e194dc85c1f1d0c9f4d08590b6659535bd526869c5f4da3, version: 20.0.0-0.ci+git34caf603aba, kind: cosmo_trampoline_phase_1, name: trampoline
108132026-05-18T23:53:30.797ZMay 18 23:53:29.706 INFO added artifact, length: 166185439, hash: f5d077ebd3371d3819a77e4724be3405c529d0b946ca691f9754378424bed9a3, version: 20.0.0-0.ci+git34caf603aba, kind: trampoline_phase_2, name: trampoline
108142026-05-18T23:53:36.767ZMay 18 23:53:35.679 INFO added artifact, length: 1733373678, hash: b3361d6334661ae7b28aa8b66b5b21c4b65492bbb13add9d44e446f5d1bdbe44, version: 20.0.0-0.ci+git34caf603aba, kind: control_plane, name: control-plane
108152026-05-18T23:53:36.770ZMay 18 23:53:35.679 INFO added artifact, length: 829, hash: 340838386319c52125c3b4d58f3a65ffa8ad1c96a6812d8059d7a9009017c888, version: 1.0.69, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.69
108162026-05-18T23:53:36.770ZMay 18 23:53:35.679 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108172026-05-18T23:53:36.771ZMay 18 23:53:35.680 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108182026-05-18T23:53:36.797ZMay 18 23:53:35.709 INFO added artifact, length: 4139684, hash: 3a1cb6784d8d7e031d5ca79f16b4c58d472101b3a90ae8063fa31163b765c015, version: 1.0.69, kind: psc_sp, name: psc-b
108192026-05-18T23:53:36.828ZMay 18 23:53:35.740 INFO added artifact, length: 4143737, hash: f82231d1b4315dc4c1f6bb937de4a9ee71dba41eb4421cea56a90ac0988a22b5, version: 1.0.69, kind: psc_sp, name: psc-c
108202026-05-18T23:53:36.878ZMay 18 23:53:35.790 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108212026-05-18T23:53:36.878ZMay 18 23:53:35.790 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108222026-05-18T23:53:36.929ZMay 18 23:53:35.841 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108232026-05-18T23:53:36.929ZMay 18 23:53:35.841 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108242026-05-18T23:53:36.979ZMay 18 23:53:35.890 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108252026-05-18T23:53:36.979ZMay 18 23:53:35.890 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108262026-05-18T23:53:37.026ZMay 18 23:53:35.938 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108272026-05-18T23:53:37.030ZMay 18 23:53:35.938 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108282026-05-18T23:53:37.030ZMay 18 23:53:35.939 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108292026-05-18T23:53:37.030ZMay 18 23:53:35.940 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108302026-05-18T23:53:37.030ZMay 18 23:53:35.940 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108312026-05-18T23:53:37.141ZMay 18 23:53:36.051 INFO added artifact, length: 7044828, hash: a36495a086db233ee657a77dad0f7e50e986ccca5dc968bc03c27d2a4c0dbed8, version: 1.0.69, kind: switch_sp, name: sidecar-b
108322026-05-18T23:53:37.230ZMay 18 23:53:36.142 INFO added artifact, length: 7061509, hash: cb25e481364d922047102cbb551cbc91159717306fdb59bedc159e84db672974, version: 1.0.69, kind: switch_sp, name: sidecar-c
108332026-05-18T23:53:37.306ZMay 18 23:53:36.217 INFO added artifact, length: 7061577, hash: 419af8841808f5cfe85ff9c8f417616ba0ff105573b97e7be11da9a1cd6c5b83, version: 1.0.69, kind: switch_sp, name: sidecar-d
108342026-05-18T23:53:37.400ZMay 18 23:53:36.311 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108352026-05-18T23:53:37.400ZMay 18 23:53:36.311 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108362026-05-18T23:53:37.444ZMay 18 23:53:36.356 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108372026-05-18T23:53:37.444ZMay 18 23:53:36.356 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108382026-05-18T23:53:37.491ZMay 18 23:53:36.403 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108392026-05-18T23:53:37.494ZMay 18 23:53:36.403 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108402026-05-18T23:53:37.528ZMay 18 23:53:36.440 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108412026-05-18T23:53:37.531ZMay 18 23:53:36.440 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108422026-05-18T23:53:37.531ZMay 18 23:53:36.440 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108432026-05-18T23:53:37.531ZMay 18 23:53:36.441 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108442026-05-18T23:53:37.531ZMay 18 23:53:36.441 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108452026-05-18T23:53:37.531ZMay 18 23:53:36.441 INFO added artifact, length: 924, hash: abebcf2cabb5c7be5e040dccd133111d4012ce25948f6510ce2bbac1ac654819, version: 20.0.0-0.ci+git34caf603aba, kind: installinator_document, name: installinator_document
108462026-05-18T23:53:38.057ZMay 18 23:53:36.969 INFO [tuf-repo] task succeeded (69.304231337s)
108472026-05-18T23:53:55.135Z[verify-libraries] Finished `release` profile [optimized] target(s) in 7m 43s
108482026-05-18T23:53:55.494ZMay 18 23:53:54.406 INFO [verify-libraries] process exited with exit status: 0 (466.975079554s)
108492026-05-18T23:53:55.494ZMay 18 23:53:54.406 INFO all jobs completed in 1064.464444472s
108502026-05-18T23:53:56.214Zprocess exited: duration 1289777 ms, exit code 0
 
108512026-05-18T23:53:56.235Zfound 41 output files
108522026-05-18T23:53:56.235Zuploading: /work/manifest.toml (17174 bytes)
108532026-05-18T23:53:57.249Zuploaded: /work/manifest.toml
108542026-05-18T23:53:57.249Zuploading: /work/repo.zip (2990783373 bytes)
108552026-05-18T23:55:11.868Zuploaded: /work/repo.zip
108562026-05-18T23:55:11.869Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108572026-05-18T23:55:12.888Zuploaded: /work/repo.zip.sha256.txt
108582026-05-18T23:55:12.888Zuploading: /work/helios.json (647 bytes)
108592026-05-18T23:55:13.897Zuploaded: /work/helios.json
108602026-05-18T23:55:13.897Zuploading: /work/incorporation.p5m (113249 bytes)
108612026-05-18T23:55:14.913Zuploaded: /work/incorporation.p5m
108622026-05-18T23:55:14.914Zuploading: /work/incorporation.p5p (133120 bytes)
108632026-05-18T23:55:15.929Zuploaded: /work/incorporation.p5p
108642026-05-18T23:55:15.929Zuploading: /work/helios-incorp.log (522 bytes)
108652026-05-18T23:55:16.938Zuploaded: /work/helios-incorp.log
108662026-05-18T23:55:16.939Zuploading: /work/helios-setup.log (56151 bytes)
108672026-05-18T23:55:17.961Zuploaded: /work/helios-setup.log
108682026-05-18T23:55:17.961Zuploading: /work/host-image.log (238610 bytes)
108692026-05-18T23:55:18.979Zuploaded: /work/host-image.log
108702026-05-18T23:55:18.979Zuploading: /work/host-package.log (33988 bytes)
108712026-05-18T23:55:19.993Zuploaded: /work/host-package.log
108722026-05-18T23:55:19.993Zuploading: /work/host-target.log (101 bytes)
108732026-05-18T23:55:21.008Zuploaded: /work/host-target.log
108742026-05-18T23:55:21.008Zuploading: /work/incorp-create.log (0 bytes)
108752026-05-18T23:55:22.017Zuploaded: /work/incorp-create.log
108762026-05-18T23:55:22.017Zuploading: /work/incorp-fmt.log (0 bytes)
108772026-05-18T23:55:23.031Zuploaded: /work/incorp-fmt.log
108782026-05-18T23:55:23.031Zuploading: /work/incorp-pkgsend.log (108 bytes)
108792026-05-18T23:55:24.047Zuploaded: /work/incorp-pkgsend.log
108802026-05-18T23:55:24.047Zuploading: /work/incorp-publisher.log (0 bytes)
108812026-05-18T23:55:25.058Zuploaded: /work/incorp-publisher.log
108822026-05-18T23:55:25.058Zuploading: /work/omicron-package.log (9209 bytes)
108832026-05-18T23:55:26.070Zuploaded: /work/omicron-package.log
108842026-05-18T23:55:26.070Zuploading: /work/recovery-image.log (594970 bytes)
108852026-05-18T23:55:27.089Zuploaded: /work/recovery-image.log
108862026-05-18T23:55:27.089Zuploading: /work/recovery-package.log (2546 bytes)
108872026-05-18T23:55:28.107Zuploaded: /work/recovery-package.log
108882026-05-18T23:55:28.107Zuploading: /work/recovery-target.log (98 bytes)
108892026-05-18T23:55:29.121Zuploaded: /work/recovery-target.log
108902026-05-18T23:55:29.121Zuploading: /work/stamp-clickhouse.log (117 bytes)
108912026-05-18T23:55:30.138Zuploaded: /work/stamp-clickhouse.log
108922026-05-18T23:55:30.138Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108932026-05-18T23:55:31.171Zuploaded: /work/stamp-clickhouse_keeper.log
108942026-05-18T23:55:31.172Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108952026-05-18T23:55:32.215Zuploaded: /work/stamp-clickhouse_server.log
108962026-05-18T23:55:32.216Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108972026-05-18T23:55:35.095Zuploaded: /work/stamp-cockroachdb.log
108982026-05-18T23:55:35.102Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108992026-05-18T23:55:36.115Zuploaded: /work/stamp-crucible-pantry-zone.log
109002026-05-18T23:55:36.116Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109012026-05-18T23:55:37.130Zuploaded: /work/stamp-crucible-utils.log
109022026-05-18T23:55:37.131Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109032026-05-18T23:55:38.141Zuploaded: /work/stamp-crucible-zone.log
109042026-05-18T23:55:38.141Zuploading: /work/stamp-external-dns.log (119 bytes)
109052026-05-18T23:55:39.151Zuploaded: /work/stamp-external-dns.log
109062026-05-18T23:55:39.151Zuploading: /work/stamp-installinator.log (103 bytes)
109072026-05-18T23:55:40.160Zuploaded: /work/stamp-installinator.log
109082026-05-18T23:55:40.160Zuploading: /work/stamp-internal-dns.log (119 bytes)
109092026-05-18T23:55:41.170Zuploaded: /work/stamp-internal-dns.log
109102026-05-18T23:55:41.170Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109112026-05-18T23:55:42.179Zuploaded: /work/stamp-mg-ddm-gz.log
109122026-05-18T23:55:42.179Zuploading: /work/stamp-nexus.log (112 bytes)
109132026-05-18T23:55:43.188Zuploaded: /work/stamp-nexus.log
109142026-05-18T23:55:43.188Zuploading: /work/stamp-ntp.log (110 bytes)
109152026-05-18T23:55:44.198Zuploaded: /work/stamp-ntp.log
109162026-05-18T23:55:44.198Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109172026-05-18T23:55:45.207Zuploaded: /work/stamp-omicron-sled-agent.log
109182026-05-18T23:55:45.207Zuploading: /work/stamp-overlay.log (114 bytes)
109192026-05-18T23:55:46.222Zuploaded: /work/stamp-overlay.log
109202026-05-18T23:55:46.222Zuploading: /work/stamp-oximeter.log (115 bytes)
109212026-05-18T23:55:47.232Zuploaded: /work/stamp-oximeter.log
109222026-05-18T23:55:47.232Zuploading: /work/stamp-oxlog.log (109 bytes)
109232026-05-18T23:55:48.244Zuploaded: /work/stamp-oxlog.log
109242026-05-18T23:55:48.244Zuploading: /work/stamp-probe.log (112 bytes)
109252026-05-18T23:55:49.251Zuploaded: /work/stamp-probe.log
109262026-05-18T23:55:49.252Zuploading: /work/stamp-propolis-server.log (122 bytes)
109272026-05-18T23:55:50.260Zuploaded: /work/stamp-propolis-server.log
109282026-05-18T23:55:50.260Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109292026-05-18T23:55:51.270Zuploaded: /work/stamp-pumpkind-gz.log
109302026-05-18T23:55:51.270Zuploading: /work/stamp-switch-asic.log (118 bytes)
109312026-05-18T23:55:52.280Zuploaded: /work/stamp-switch-asic.log
109322026-05-18T23:55:52.280Zuploading: /work/verify-libraries.log (13903 bytes)
109332026-05-18T23:55:53.289Zuploaded: /work/verify-libraries.log