01KS4Z1PA3E4SASR4A9MMMWDTZ: 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: 01KS4Z25HZBJET3GM9RT9PJR9J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T09:50:47.089Zjob assigned to worker 01KS4Z2BNFMG8WCHZRY2MNZ947 [factory aws, i-0294429c0461cab64] (queued for 49 s)
 
22026-05-21T09:50:54.690Zstarting task 0: "setup"
32026-05-21T09:50:54.695Z++ uname -s
42026-05-21T09:50:54.697Z+ kern=SunOS
52026-05-21T09:50:54.698Z+ build_user=build
62026-05-21T09:50:54.698Z+ build_uid=12345
72026-05-21T09:50:54.698Z+ work_dir=/work
82026-05-21T09:50:54.698Z+ input_dir=/input
92026-05-21T09:50:54.698Z+ [[ 0 == 12345 ]]
102026-05-21T09:50:54.698Z+ case "$kern" in
112026-05-21T09:50:54.698Z+ groupadd -g 12345 build
122026-05-21T09:50:54.701Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T09:50:56.707Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T09:50:56.825Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T09:50:56.829Z+ home_fs=zfs
162026-05-21T09:50:56.829Z+ [[ zfs == autofs ]]
172026-05-21T09:50:56.829Z+ mkdir -p /home/build
182026-05-21T09:50:56.829Z+ chown build:build /home/build /work
192026-05-21T09:50:58.834Z+ chmod 0700 /home/build /work
202026-05-21T09:50:58.839Zprocess exited: duration 4145 ms, exit code 0
 
212026-05-21T09:50:58.850Zstarting task 1: "rust-toolchain"
222026-05-21T09:50:58.855Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T09:50:58.856Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T09:50:58.856Z * rust toolchain channel = "1.94.0"
252026-05-21T09:50:58.856Z * rust toolchain profile = "default"
262026-05-21T09:50:58.856Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T09:50:58.856Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T09:50:58.858Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T09:50:58.859Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T09:50:58.975Zinfo: downloading installer
312026-05-21T09:51:00.319Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T09:51:00.319Zwarn: /home/build/.rustup/settings.toml
332026-05-21T09:51:00.319Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T09:51:00.319Zwarn: instead of the one inferred from the default host triple.
352026-05-21T09:51:00.330Zinfo: profile set to default
362026-05-21T09:51:00.330Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T09:51:00.338Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T09:51:00.463Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T09:51:00.466Zinfo: downloading 6 components
402026-05-21T09:51:14.999Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T09:51:14.999Z
422026-05-21T09:51:15.030Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T09:51:15.030Z
442026-05-21T09:51:15.030Z
452026-05-21T09:51:15.030ZRust is installed now. Great!
462026-05-21T09:51:15.030Z
472026-05-21T09:51:15.030ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T09:51:15.030Zenvironment variable. This has not been done automatically.
492026-05-21T09:51:15.030Z
502026-05-21T09:51:15.030ZTo configure your current shell, you need to source
512026-05-21T09:51:15.030Zthe corresponding env file under $HOME/.cargo.
522026-05-21T09:51:15.030Z
532026-05-21T09:51:15.030ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T09:51:15.030Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T09:51:15.030Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T09:51:15.030Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T09:51:15.030Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T09:51:15.030Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T09:51:15.030Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T09:51:15.034Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T09:51:15.034Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T09:51:15.136Z+ rustup --version
632026-05-21T09:51:15.142Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T09:51:15.145Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T09:51:15.163Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T09:51:15.166Z+ cargo --version
672026-05-21T09:51:15.175Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T09:51:15.178Z+ rustc --version
692026-05-21T09:51:15.198Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T09:51:15.202Zprocess exited: duration 16351 ms, exit code 0
 
712026-05-21T09:51:15.207Zstarting task 2: "authentication"
722026-05-21T09:51:15.225Zprocess exited: duration 17 ms, exit code 0
 
732026-05-21T09:51:15.231Zstarting task 3: "clone repository"
742026-05-21T09:51:15.235Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T09:51:15.238Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T09:51:15.280ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T09:51:25.404Z+ cd /work/oxidecomputer/omicron
782026-05-21T09:51:25.404Z+ git fetch origin d250ae7ce411a976ea6048fe767b6cfd0e70894f
792026-05-21T09:51:25.680ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T09:51:25.680Z * branch d250ae7ce411a976ea6048fe767b6cfd0e70894f -> FETCH_HEAD
812026-05-21T09:51:25.695Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-21T09:51:25.698Z++ git branch --show-current
832026-05-21T09:51:25.698Z+ current=main
842026-05-21T09:51:25.698Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-21T09:51:25.698Z+ git branch -f zl/ddm-internal-dns d250ae7ce411a976ea6048fe767b6cfd0e70894f
862026-05-21T09:51:25.701Z+ git checkout -f zl/ddm-internal-dns
872026-05-21T09:51:25.937ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-21T09:51:25.940Z+ git reset --hard d250ae7ce411a976ea6048fe767b6cfd0e70894f
892026-05-21T09:51:25.966ZHEAD is now at d250ae7ce merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-21T09:51:25.968Zprocess exited: duration 10736 ms, exit code 0
 
912026-05-21T09:51:25.974Zstarting task 4: "build"
922026-05-21T09:51:25.979Z+ source .github/buildomat/ci-env.sh
932026-05-21T09:51:25.979Z++ export CARGO_TERM_COLOR=always
942026-05-21T09:51:25.979Z++ CARGO_TERM_COLOR=always
952026-05-21T09:51:25.979Z+ cargo --version
962026-05-21T09:51:25.989Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T09:51:25.993Z+ rustc --version
982026-05-21T09:51:26.013Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T09:51:26.016Z+ cargo tree --locked
1002026-05-21T09:51:26.184Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-21T09:51:26.483Z Updating crates.io index
1022026-05-21T09:51:26.516Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-21T09:51:27.259Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-21T09:51:27.729Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-21T09:51:28.067Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-21T09:51:29.286Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-21T09:51:29.820Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-21T09:51:31.459Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-21T09:51:32.376Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-21T09:51:32.750Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-21T09:51:33.869Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-21T09:51:34.290Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-21T09:51:34.631Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-21T09:51:34.920Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-21T09:51:35.949Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-21T09:51:36.410Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-05-21T09:51:36.682Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-05-21T09:51:37.076Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-05-21T09:51:37.441Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-05-21T09:51:37.780Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-05-21T09:51:38.262Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-05-21T09:51:38.515Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-05-21T09:51:38.799Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-05-21T09:51:39.286Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-05-21T09:51:39.642Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1262026-05-21T09:51:40.182Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1272026-05-21T09:51:40.543Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-05-21T09:51:40.887Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-05-21T09:51:41.198Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1302026-05-21T09:51:42.210Z Updating git repository `https://github.com/oxidecomputer/crucible`
1312026-05-21T09:51:43.031Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-05-21T09:51:43.447Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-05-21T09:51:43.877Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-05-21T09:51:44.270Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-05-21T09:51:44.674Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-05-21T09:51:44.993Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-05-21T09:51:45.340Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-05-21T09:51:45.895Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-05-21T09:51:46.169Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-05-21T09:51:46.395Z Updating git repository `https://github.com/oxidecomputer/omicron`
1412026-05-21T09:51:58.695Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-05-21T09:51:59.195Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1432026-05-21T09:52:00.814Z Downloading crates ...
1442026-05-21T09:52:00.896Z Downloaded anstyle v1.0.14
1452026-05-21T09:52:00.899Z Downloaded anes v0.1.6
1462026-05-21T09:52:00.899Z Downloaded addr2line v0.25.1
1472026-05-21T09:52:00.903Z Downloaded anstream v0.6.21
1482026-05-21T09:52:00.903Z Downloaded autocfg v1.5.0
1492026-05-21T09:52:00.903Z Downloaded anstyle-query v1.1.5
1502026-05-21T09:52:00.907Z Downloaded cobs v0.3.0
1512026-05-21T09:52:00.907Z Downloaded approx v0.5.1
1522026-05-21T09:52:00.907Z Downloaded atomic-waker v1.1.2
1532026-05-21T09:52:00.910Z Downloaded atty v0.2.14
1542026-05-21T09:52:00.910Z Downloaded arrayref v0.3.9
1552026-05-21T09:52:00.910Z Downloaded ciborium v0.2.2
1562026-05-21T09:52:00.910Z Downloaded colored v2.2.0
1572026-05-21T09:52:00.914Z Downloaded bb8 v0.8.6
1582026-05-21T09:52:00.914Z Downloaded bytecount v0.6.9
1592026-05-21T09:52:00.917Z Downloaded bit-set v0.5.3
1602026-05-21T09:52:00.918Z Downloaded colorchoice v1.0.4
1612026-05-21T09:52:00.918Z Downloaded bcrypt-pbkdf v0.10.0
1622026-05-21T09:52:00.918Z Downloaded backtrace-ext v0.2.1
1632026-05-21T09:52:00.920Z Downloaded ciborium-ll v0.2.2
1642026-05-21T09:52:00.923Z Downloaded ciborium-io v0.2.2
1652026-05-21T09:52:00.923Z Downloaded adler2 v2.0.1
1662026-05-21T09:52:00.923Z Downloaded cipher v0.4.4
1672026-05-21T09:52:00.926Z Downloaded chacha20 v0.9.1
1682026-05-21T09:52:00.926Z Downloaded async-recursion v1.1.1
1692026-05-21T09:52:00.929Z Downloaded atomicwrites v0.4.4
1702026-05-21T09:52:00.932Z Downloaded crossbeam-deque v0.8.6
1712026-05-21T09:52:00.935Z Downloaded cast v0.3.0
1722026-05-21T09:52:00.935Z Downloaded convert_case v0.4.0
1732026-05-21T09:52:00.935Z Downloaded chacha20poly1305 v0.10.1
1742026-05-21T09:52:00.938Z Downloaded arrayvec v0.7.6
1752026-05-21T09:52:00.938Z Downloaded ascii-canvas v3.0.0
1762026-05-21T09:52:00.940Z Downloaded anyhow v1.0.102
1772026-05-21T09:52:00.943Z Downloaded curve25519-dalek-derive v0.1.1
1782026-05-21T09:52:00.943Z Downloaded crossbeam-epoch v0.9.18
1792026-05-21T09:52:00.943Z Downloaded cstr-argument v0.1.2
1802026-05-21T09:52:00.946Z Downloaded crunchy v0.2.4
1812026-05-21T09:52:00.946Z Downloaded chumsky v0.9.3
1822026-05-21T09:52:00.949Z Downloaded cpufeatures v0.3.0
1832026-05-21T09:52:00.949Z Downloaded constant_time_eq v0.3.1
1842026-05-21T09:52:00.949Z Downloaded cfg-if v1.0.4
1852026-05-21T09:52:00.952Z Downloaded async-stream-impl v0.3.6
1862026-05-21T09:52:00.952Z Downloaded block-padding v0.3.3
1872026-05-21T09:52:00.955Z Downloaded bitfield-macros v0.19.4
1882026-05-21T09:52:00.957Z Downloaded cargo-platform v0.3.2
1892026-05-21T09:52:00.957Z Downloaded bitfield-struct v0.6.2
1902026-05-21T09:52:00.960Z Downloaded async-stream v0.3.6
1912026-05-21T09:52:00.963Z Downloaded dirs-next v2.0.0
1922026-05-21T09:52:00.963Z Downloaded cargo-platform v0.1.9
1932026-05-21T09:52:00.963Z Downloaded assert-json-diff v2.0.2
1942026-05-21T09:52:00.965Z Downloaded cfg_aliases v0.2.1
1952026-05-21T09:52:00.965Z Downloaded block-buffer v0.10.4
1962026-05-21T09:52:00.965Z Downloaded crypto-common v0.1.7
1972026-05-21T09:52:00.965Z Downloaded crc-catalog v2.4.0
1982026-05-21T09:52:00.968Z Downloaded darling_macro v0.20.11
1992026-05-21T09:52:00.968Z Downloaded digest v0.10.7
2002026-05-21T09:52:00.977Z Downloaded cfg_aliases v0.1.1
2012026-05-21T09:52:00.980Z Downloaded bit-set v0.8.0
2022026-05-21T09:52:00.980Z Downloaded cargo-platform v0.2.0
2032026-05-21T09:52:00.982Z Downloaded difflib v0.4.0
2042026-05-21T09:52:00.982Z Downloaded crc v3.4.0
2052026-05-21T09:52:00.983Z Downloaded darling_macro v0.21.3
2062026-05-21T09:52:00.985Z Downloaded crucible-workspace-hack v0.1.0
2072026-05-21T09:52:00.988Z Downloaded base16ct v0.2.0
2082026-05-21T09:52:00.988Z Downloaded aead v0.5.2
2092026-05-21T09:52:00.991Z Downloaded display-error-chain v0.2.2
2102026-05-21T09:52:00.993Z Downloaded defmt-parser v1.0.0
2112026-05-21T09:52:00.993Z Downloaded castaway v0.2.4
2122026-05-21T09:52:00.993Z Downloaded crc8 v0.1.1
2132026-05-21T09:52:00.996Z Downloaded bit-vec v0.6.3
2142026-05-21T09:52:00.996Z Downloaded blowfish v0.9.1
2152026-05-21T09:52:00.996Z Downloaded argon2 v0.5.3
2162026-05-21T09:52:00.999Z Downloaded anstyle-parse v0.2.7
2172026-05-21T09:52:00.999Z Downloaded async-object-pool v0.2.0
2182026-05-21T09:52:00.999Z Downloaded backoff v0.4.0
2192026-05-21T09:52:01.002Z Downloaded dirs-sys-next v0.1.2
2202026-05-21T09:52:01.002Z Downloaded darling_macro v0.23.0
2212026-05-21T09:52:01.002Z Downloaded dof v0.4.0
2222026-05-21T09:52:01.005Z Downloaded downcast-rs v2.0.2
2232026-05-21T09:52:01.007Z Downloaded camino-tempfile-ext v0.3.3
2242026-05-21T09:52:01.010Z Downloaded compression-core v0.4.31
2252026-05-21T09:52:01.010Z Downloaded base64ct v1.8.3
2262026-05-21T09:52:01.013Z Downloaded dof v0.3.0
2272026-05-21T09:52:01.013Z Downloaded derive-ex v0.1.8
2282026-05-21T09:52:01.013Z Downloaded defmt v0.3.100
2292026-05-21T09:52:01.015Z Downloaded daft v0.1.7
2302026-05-21T09:52:01.016Z Downloaded dropshot-api-manager-types v0.7.1
2312026-05-21T09:52:01.016Z Downloaded dunce v1.0.5
2322026-05-21T09:52:01.018Z Downloaded dtrace-parser v0.3.0
2332026-05-21T09:52:01.018Z Downloaded embedded-io v0.4.0
2342026-05-21T09:52:01.018Z Downloaded dtrace-parser v0.2.0
2352026-05-21T09:52:01.021Z Downloaded dsl_auto_type v0.2.0
2362026-05-21T09:52:01.021Z Downloaded cpufeatures v0.2.17
2372026-05-21T09:52:01.021Z Downloaded embedded-io v0.6.1
2382026-05-21T09:52:01.024Z Downloaded document-features v0.2.12
2392026-05-21T09:52:01.024Z Downloaded clap_lex v1.0.0
2402026-05-21T09:52:01.024Z Downloaded assert_matches v1.5.0
2412026-05-21T09:52:01.027Z Downloaded anstream v1.0.0
2422026-05-21T09:52:01.027Z Downloaded diesel_table_macro_syntax v0.3.0
2432026-05-21T09:52:01.030Z Downloaded async-trait v0.1.89
2442026-05-21T09:52:01.032Z Downloaded byteorder v1.5.0
2452026-05-21T09:52:01.032Z Downloaded dyn-clone v1.0.20
2462026-05-21T09:52:01.035Z Downloaded array-init v0.0.4
2472026-05-21T09:52:01.035Z Downloaded buf-list v1.1.2
2482026-05-21T09:52:01.042Z Downloaded ctr v0.9.2
2492026-05-21T09:52:01.042Z Downloaded cbc v0.1.2
2502026-05-21T09:52:01.042Z Downloaded bcs v0.1.6
2512026-05-21T09:52:01.042Z Downloaded data-encoding v2.10.0
2522026-05-21T09:52:01.042Z Downloaded darling_core v0.23.0
2532026-05-21T09:52:01.046Z Downloaded endian-type v0.1.2
2542026-05-21T09:52:01.046Z Downloaded anstyle-parse v1.0.0
2552026-05-21T09:52:01.046Z Downloaded enum-as-inner v0.6.1
2562026-05-21T09:52:01.050Z Downloaded errno v0.3.14
2572026-05-21T09:52:01.050Z Downloaded cargo_metadata v0.23.1
2582026-05-21T09:52:01.050Z Downloaded bit-vec v0.8.0
2592026-05-21T09:52:01.053Z Downloaded escape8259 v0.5.3
2602026-05-21T09:52:01.053Z Downloaded cassowary v0.3.0
2612026-05-21T09:52:01.053Z Downloaded cexpr v0.6.0
2622026-05-21T09:52:01.053Z Downloaded fastrand v2.3.0
2632026-05-21T09:52:01.056Z Downloaded equivalent v1.0.2
2642026-05-21T09:52:01.056Z Downloaded compression-codecs v0.4.37
2652026-05-21T09:52:01.059Z Downloaded cargo_metadata v0.19.2
2662026-05-21T09:52:01.059Z Downloaded displaydoc v0.2.5
2672026-05-21T09:52:01.062Z Downloaded blake2b_simd v1.0.4
2682026-05-21T09:52:01.062Z Downloaded convert_case v0.10.0
2692026-05-21T09:52:01.062Z Downloaded assert_cmd v2.1.2
2702026-05-21T09:52:01.065Z Downloaded const_format_proc_macros v0.2.34
2712026-05-21T09:52:01.065Z Downloaded float-cmp v0.10.0
2722026-05-21T09:52:01.068Z Downloaded der_derive v0.7.3
2732026-05-21T09:52:01.068Z Downloaded flagset v0.4.7
2742026-05-21T09:52:01.070Z Downloaded derive_builder_core v0.20.2
2752026-05-21T09:52:01.070Z Downloaded derive_builder_macro v0.20.2
2762026-05-21T09:52:01.070Z Downloaded defmt-macros v1.0.1
2772026-05-21T09:52:01.074Z Downloaded critical-section v1.2.0
2782026-05-21T09:52:01.074Z Downloaded float-ord v0.3.2
2792026-05-21T09:52:01.076Z Downloaded debug-ignore v1.0.5
2802026-05-21T09:52:01.076Z Downloaded criterion-plot v0.6.0
2812026-05-21T09:52:01.076Z Downloaded concurrent-queue v2.5.0
2822026-05-21T09:52:01.079Z Downloaded cmake v0.1.57
2832026-05-21T09:52:01.079Z Downloaded ahash v0.8.12
2842026-05-21T09:52:01.082Z Downloaded fd-lock v4.0.4
2852026-05-21T09:52:01.082Z Downloaded foreign-types v0.3.2
2862026-05-21T09:52:01.082Z Downloaded fnv v1.0.7
2872026-05-21T09:52:01.085Z Downloaded fixedbitset v0.4.2
2882026-05-21T09:52:01.085Z Downloaded form_urlencoded v1.2.2
2892026-05-21T09:52:01.085Z Downloaded env_logger v0.11.9
2902026-05-21T09:52:01.087Z Downloaded futures-core v0.3.32
2912026-05-21T09:52:01.087Z Downloaded csv-core v0.1.13
2922026-05-21T09:52:01.090Z Downloaded defmt v1.0.1
2932026-05-21T09:52:01.090Z Downloaded futures-sink v0.3.32
2942026-05-21T09:52:01.093Z Downloaded futures-macro v0.3.32
2952026-05-21T09:52:01.093Z Downloaded futures-io v0.3.32
2962026-05-21T09:52:01.093Z Downloaded fxhash v0.2.1
2972026-05-21T09:52:01.096Z Downloaded corncobs v0.1.4
2982026-05-21T09:52:01.096Z Downloaded bitfield v0.19.4
2992026-05-21T09:52:01.096Z Downloaded foreign-types-shared v0.1.1
3002026-05-21T09:52:01.099Z Downloaded diesel-dtrace v0.5.0
3012026-05-21T09:52:01.099Z Downloaded foreign-types v0.5.0
3022026-05-21T09:52:01.099Z Downloaded futures-task v0.3.32
3032026-05-21T09:52:01.101Z Downloaded crc-any v2.5.0
3042026-05-21T09:52:01.101Z Downloaded clap_builder v4.6.0
3052026-05-21T09:52:01.104Z Downloaded ecdsa v0.16.9
3062026-05-21T09:52:01.107Z Downloaded deranged v0.5.8
3072026-05-21T09:52:01.107Z Downloaded env_filter v1.0.0
3082026-05-21T09:52:01.110Z Downloaded blake2 v0.10.6
3092026-05-21T09:52:01.110Z Downloaded either v1.15.0
3102026-05-21T09:52:01.112Z Downloaded fallible-iterator v0.2.0
3112026-05-21T09:52:01.113Z Downloaded erased-serde v0.4.9
3122026-05-21T09:52:01.115Z Downloaded gethostname v0.5.0
3132026-05-21T09:52:01.115Z Downloaded camino v1.2.2
3142026-05-21T09:52:01.118Z Downloaded bzip2 v0.6.1
3152026-05-21T09:52:01.118Z Downloaded ed25519 v2.2.3
3162026-05-21T09:52:01.120Z Downloaded ghash v0.5.1
3172026-05-21T09:52:01.121Z Downloaded generic-array v0.14.7
3182026-05-21T09:52:01.121Z Downloaded backon v1.6.0
3192026-05-21T09:52:01.123Z Downloaded erased-serde v0.3.31
3202026-05-21T09:52:01.123Z Downloaded find-msvc-tools v0.1.9
3212026-05-21T09:52:01.126Z Downloaded globwalk v0.9.1
3222026-05-21T09:52:01.126Z Downloaded console v0.16.2
3232026-05-21T09:52:01.129Z Downloaded darling v0.20.11
3242026-05-21T09:52:01.132Z Downloaded colored v3.1.1
3252026-05-21T09:52:01.132Z Downloaded guppy-workspace-hack v0.1.0
3262026-05-21T09:52:01.132Z Downloaded daft-derive v0.1.7
3272026-05-21T09:52:01.134Z Downloaded cookie_store v0.22.1
3282026-05-21T09:52:01.137Z Downloaded constant_time_eq v0.4.2
3292026-05-21T09:52:01.140Z Downloaded clap_derive v4.6.1
3302026-05-21T09:52:01.140Z Downloaded hash32 v0.3.1
3312026-05-21T09:52:01.142Z Downloaded hash32 v0.2.1
3322026-05-21T09:52:01.142Z Downloaded diff v0.1.13
3332026-05-21T09:52:01.145Z Downloaded des v0.8.1
3342026-05-21T09:52:01.145Z Downloaded foldhash v0.1.5
3352026-05-21T09:52:01.145Z Downloaded hex-literal v0.4.1
3362026-05-21T09:52:01.148Z Downloaded headers-core v0.3.0
3372026-05-21T09:52:01.148Z Downloaded heck v0.4.1
3382026-05-21T09:52:01.148Z Downloaded fs_extra v1.3.0
3392026-05-21T09:52:01.150Z Downloaded heck v0.5.0
3402026-05-21T09:52:01.150Z Downloaded fs-err v3.3.0
3412026-05-21T09:52:01.153Z Downloaded fs-err v2.11.0
3422026-05-21T09:52:01.153Z Downloaded home v0.5.12
3432026-05-21T09:52:01.153Z Downloaded clap v4.6.1
3442026-05-21T09:52:01.158Z Downloaded hex v0.4.3
3452026-05-21T09:52:01.160Z Downloaded hostname v0.4.2
3462026-05-21T09:52:01.160Z Downloaded foldhash v0.2.0
3472026-05-21T09:52:01.164Z Downloaded async-lock v3.4.2
3482026-05-21T09:52:01.164Z Downloaded ena v0.14.4
3492026-05-21T09:52:01.166Z Downloaded fixedbitset v0.5.7
3502026-05-21T09:52:01.166Z Downloaded darling v0.21.3
3512026-05-21T09:52:01.169Z Downloaded http-body v1.0.1
3522026-05-21T09:52:01.169Z Downloaded hostname v0.3.1
3532026-05-21T09:52:01.169Z Downloaded cookie v0.18.1
3542026-05-21T09:52:01.172Z Downloaded futures-timer v3.0.3
3552026-05-21T09:52:01.172Z Downloaded event-listener-strategy v0.5.4
3562026-05-21T09:52:01.175Z Downloaded event-listener v5.4.1
3572026-05-21T09:52:01.175Z Downloaded bzip2 v0.4.4
3582026-05-21T09:52:01.178Z Downloaded git-stub-vcs v0.1.0
3592026-05-21T09:52:01.178Z Downloaded http-range v0.1.5
3602026-05-21T09:52:01.178Z Downloaded console v0.15.11
3612026-05-21T09:52:01.181Z Downloaded httpdate v1.0.3
3622026-05-21T09:52:01.181Z Downloaded hubpack_derive v0.1.1
3632026-05-21T09:52:01.181Z Downloaded hubpack v0.1.2
3642026-05-21T09:52:01.184Z Downloaded group v0.13.0
3652026-05-21T09:52:01.184Z Downloaded hyper-tls v0.6.0
3662026-05-21T09:52:01.186Z Downloaded ident_case v1.0.1
3672026-05-21T09:52:01.186Z Downloaded ar_archive_writer v0.5.1
3682026-05-21T09:52:01.187Z Downloaded globset v0.4.18
3692026-05-21T09:52:01.189Z Downloaded indent_write v2.2.0
3702026-05-21T09:52:01.189Z Downloaded glob v0.3.3
3712026-05-21T09:52:01.192Z Downloaded chacha20 v0.10.0
3722026-05-21T09:52:01.192Z Downloaded filetime v0.2.27
3732026-05-21T09:52:01.194Z Downloaded ff v0.13.1
3742026-05-21T09:52:01.194Z Downloaded derive_more v0.99.20
3752026-05-21T09:52:01.197Z Downloaded crossbeam-utils v0.8.21
3762026-05-21T09:52:01.200Z Downloaded derive-where v1.6.0
3772026-05-21T09:52:01.202Z Downloaded darling v0.23.0
3782026-05-21T09:52:01.206Z Downloaded idna_adapter v1.2.1
3792026-05-21T09:52:01.206Z Downloaded drift v0.1.4
3802026-05-21T09:52:01.209Z Downloaded is_terminal_polyfill v1.70.2
3812026-05-21T09:52:01.212Z Downloaded instant v0.1.13
3822026-05-21T09:52:01.212Z Downloaded illumos-nvpair-sys v0.2.0
3832026-05-21T09:52:01.212Z Downloaded derive_builder v0.20.2
3842026-05-21T09:52:01.214Z Downloaded git-stub v1.0.0
3852026-05-21T09:52:01.217Z Downloaded allocator-api2 v0.2.21
3862026-05-21T09:52:01.217Z Downloaded async-bb8-diesel v0.2.1
3872026-05-21T09:52:01.220Z Downloaded datatest-stable v0.3.3
3882026-05-21T09:52:01.222Z Downloaded dropshot_endpoint v0.16.7
3892026-05-21T09:52:01.225Z Downloaded highway v1.3.0
3902026-05-21T09:52:01.225Z Downloaded cfg-expr v0.20.6
3912026-05-21T09:52:01.229Z Downloaded is_ci v1.2.0
3922026-05-21T09:52:01.230Z Downloaded is-terminal v0.4.17
3932026-05-21T09:52:01.230Z Downloaded itoa v1.0.17
3942026-05-21T09:52:01.233Z Downloaded instability v0.3.11
3952026-05-21T09:52:01.233Z Downloaded futures-channel v0.3.32
3962026-05-21T09:52:01.233Z Downloaded arc-swap v1.8.2
3972026-05-21T09:52:01.235Z Downloaded const-oid v0.9.6
3982026-05-21T09:52:01.235Z Downloaded inout v0.1.4
3992026-05-21T09:52:01.238Z Downloaded cargo_metadata v0.21.0
4002026-05-21T09:52:01.238Z Downloaded lalrpop-util v0.19.12
4012026-05-21T09:52:01.238Z Downloaded cancel-safe-futures v0.1.5
4022026-05-21T09:52:01.241Z Downloaded lazy_static v1.5.0
4032026-05-21T09:52:01.241Z Downloaded bitflags v2.11.0
4042026-05-21T09:52:01.244Z Downloaded bitflags v1.3.2
4052026-05-21T09:52:01.247Z Downloaded linked-hash-map v0.5.6
4062026-05-21T09:52:01.247Z Downloaded kstat-rs v0.2.4
4072026-05-21T09:52:01.247Z Downloaded keccak v0.1.6
4082026-05-21T09:52:01.249Z Downloaded http-body-util v0.1.3
4092026-05-21T09:52:01.249Z Downloaded managed v0.8.0
4102026-05-21T09:52:01.252Z Downloaded getrandom v0.2.17
4112026-05-21T09:52:01.252Z Downloaded elliptic-curve v0.13.8
4122026-05-21T09:52:01.255Z Downloaded humantime v2.3.0
4132026-05-21T09:52:01.255Z Downloaded half v1.8.3
4142026-05-21T09:52:01.260Z Downloaded fatfs v0.3.6
4152026-05-21T09:52:01.260Z Downloaded dropshot_endpoint v0.17.0
4162026-05-21T09:52:01.263Z Downloaded hyper-staticfile v0.10.1
4172026-05-21T09:52:01.263Z Downloaded funty v2.0.0
4182026-05-21T09:52:01.263Z Downloaded foreign-types-shared v0.3.1
4192026-05-21T09:52:01.266Z Downloaded foreign-types-macros v0.2.3
4202026-05-21T09:52:01.266Z Downloaded cargo-util-schemas v0.8.2
4212026-05-21T09:52:01.266Z Downloaded indoc v1.0.9
4222026-05-21T09:52:01.268Z Downloaded maybe-uninit v2.0.0
4232026-05-21T09:52:01.268Z Downloaded match_cfg v0.1.0
4242026-05-21T09:52:01.268Z Downloaded maplit v1.0.2
4252026-05-21T09:52:01.271Z Downloaded macaddr v1.0.1
4262026-05-21T09:52:01.271Z Downloaded lzss v0.8.2
4272026-05-21T09:52:01.271Z Downloaded md5 v0.7.0
4282026-05-21T09:52:01.274Z Downloaded lru-cache v0.1.2
4292026-05-21T09:52:01.274Z Downloaded lru v0.12.5
4302026-05-21T09:52:01.274Z Downloaded base64 v0.22.1
4312026-05-21T09:52:01.277Z Downloaded const_format v0.2.35
4322026-05-21T09:52:01.279Z Downloaded illumos-nvpair v0.3.0
4332026-05-21T09:52:01.279Z Downloaded base64 v0.21.7
4342026-05-21T09:52:01.282Z Downloaded lru-slab v0.1.2
4352026-05-21T09:52:01.282Z Downloaded impl-trait-for-tuples v0.2.3
4362026-05-21T09:52:01.285Z Downloaded md-5 v0.10.6
4372026-05-21T09:52:01.285Z Downloaded mime v0.3.17
4382026-05-21T09:52:01.288Z Downloaded ipnetwork v0.21.1
4392026-05-21T09:52:01.288Z Downloaded miette-derive v5.10.0
4402026-05-21T09:52:01.290Z Downloaded memmap v0.7.0
4412026-05-21T09:52:01.290Z Downloaded ingot v0.1.1
4422026-05-21T09:52:01.290Z Downloaded darling_core v0.21.3
4432026-05-21T09:52:01.294Z Downloaded ipnet v2.11.0
4442026-05-21T09:52:01.296Z Downloaded der v0.7.10
4452026-05-21T09:52:01.299Z Downloaded hickory-client v0.25.2
4462026-05-21T09:52:01.299Z Downloaded futures-executor v0.3.32
4472026-05-21T09:52:01.302Z Downloaded internet-checksum v0.2.1
4482026-05-21T09:52:01.302Z Downloaded crossbeam-channel v0.5.15
4492026-05-21T09:52:01.305Z Downloaded ingot-types v0.1.2
4502026-05-21T09:52:01.305Z Downloaded indoc v2.0.7
4512026-05-21T09:52:01.308Z Downloaded newline-converter v0.3.0
4522026-05-21T09:52:01.308Z Downloaded new_debug_unreachable v1.0.6
4532026-05-21T09:52:01.308Z Downloaded newtype_derive v0.1.6
4542026-05-21T09:52:01.311Z Downloaded nested v0.1.1
4552026-05-21T09:52:01.311Z Downloaded multimap v0.10.1
4562026-05-21T09:52:01.311Z Downloaded jobserver v0.1.34
4572026-05-21T09:52:01.313Z Downloaded crc32fast v1.5.0
4582026-05-21T09:52:01.314Z Downloaded cc v1.2.56
4592026-05-21T09:52:01.316Z Downloaded knuffel-derive v3.2.0
4602026-05-21T09:52:01.316Z Downloaded linkme-impl v0.3.35
4612026-05-21T09:52:01.319Z Downloaded clang-sys v1.8.1
4622026-05-21T09:52:01.319Z Downloaded libtest-mimic v0.8.1
4632026-05-21T09:52:01.322Z Downloaded nibble_vec v0.1.0
4642026-05-21T09:52:01.322Z Downloaded newtype-uuid-macros v0.1.0
4652026-05-21T09:52:01.325Z Downloaded libefi-sys v0.1.0
4662026-05-21T09:52:01.325Z Downloaded nodrop v0.1.14
4672026-05-21T09:52:01.325Z Downloaded httparse v1.10.1
4682026-05-21T09:52:01.328Z Downloaded getrandom v0.3.4
4692026-05-21T09:52:01.328Z Downloaded backtrace v0.3.76
4702026-05-21T09:52:01.331Z Downloaded hyper-rustls v0.27.7
4712026-05-21T09:52:01.333Z Downloaded getrandom v0.4.1
4722026-05-21T09:52:01.336Z Downloaded libsw-core v0.3.2
4732026-05-21T09:52:01.336Z Downloaded linkme v0.3.35
4742026-05-21T09:52:01.341Z Downloaded libsw v3.5.0
4752026-05-21T09:52:01.341Z Downloaded num-conv v0.2.0
4762026-05-21T09:52:01.341Z Downloaded normalize-line-endings v0.3.0
4772026-05-21T09:52:01.344Z Downloaded num-derive v0.4.2
4782026-05-21T09:52:01.344Z Downloaded num v0.4.3
4792026-05-21T09:52:01.344Z Downloaded lock_api v0.4.14
4802026-05-21T09:52:01.344Z Downloaded num-derive v0.3.3
4812026-05-21T09:52:01.347Z Downloaded iana-time-zone v0.1.65
4822026-05-21T09:52:01.347Z Downloaded num-iter v0.1.45
4832026-05-21T09:52:01.347Z Downloaded compact_str v0.8.1
4842026-05-21T09:52:01.350Z Downloaded half v2.7.1
4852026-05-21T09:52:01.352Z Downloaded derive_more v2.1.1
4862026-05-21T09:52:01.357Z Downloaded mime_guess v2.0.5
4872026-05-21T09:52:01.360Z Downloaded flume v0.11.1
4882026-05-21T09:52:01.363Z Downloaded memoffset v0.9.1
4892026-05-21T09:52:01.363Z Downloaded num_threads v0.1.7
4902026-05-21T09:52:01.363Z Downloaded ingot-macros v0.1.1
4912026-05-21T09:52:01.366Z Downloaded crypto-bigint v0.5.5
4922026-05-21T09:52:01.368Z Downloaded num_enum_derive v0.5.11
4932026-05-21T09:52:01.369Z Downloaded nonempty v0.12.0
4942026-05-21T09:52:01.371Z Downloaded linear-map v1.2.0
4952026-05-21T09:52:01.371Z Downloaded libscf-sys v1.1.0
4962026-05-21T09:52:01.371Z Downloaded hmac v0.12.1
4972026-05-21T09:52:01.374Z Downloaded libloading v0.8.9
4982026-05-21T09:52:01.374Z Downloaded camino-tempfile v1.4.1
4992026-05-21T09:52:01.377Z Downloaded olpc-cjson v0.1.4
5002026-05-21T09:52:01.377Z Downloaded newtype-uuid v1.3.2
5012026-05-21T09:52:01.377Z Downloaded openssl-probe v0.1.6
5022026-05-21T09:52:01.379Z Downloaded openssl-macros v0.1.1
5032026-05-21T09:52:01.379Z Downloaded native-tls v0.2.18
5042026-05-21T09:52:01.380Z Downloaded opaque-debug v0.3.1
5052026-05-21T09:52:01.382Z Downloaded nanorand v0.7.0
5062026-05-21T09:52:01.382Z Downloaded openssl-probe v0.2.1
5072026-05-21T09:52:01.385Z Downloaded oso-derive v0.27.3
5082026-05-21T09:52:01.385Z Downloaded ordered-float v2.10.1
5092026-05-21T09:52:01.385Z Downloaded derive_more-impl v2.1.1
5102026-05-21T09:52:01.388Z Downloaded darling_core v0.20.11
5112026-05-21T09:52:01.391Z Downloaded packed_struct_codegen v0.10.1
5122026-05-21T09:52:01.393Z Downloaded bytes v1.11.1
5132026-05-21T09:52:01.396Z Downloaded parking v2.2.1
5142026-05-21T09:52:01.396Z Downloaded async-compression v0.4.41
5152026-05-21T09:52:01.399Z Downloaded litrs v1.0.0
5162026-05-21T09:52:01.401Z Downloaded httptest v0.16.4
5172026-05-21T09:52:01.404Z Downloaded icu_provider v2.1.1
5182026-05-21T09:52:01.404Z Downloaded byte-wrapper v0.1.0
5192026-05-21T09:52:01.408Z Downloaded num-complex v0.4.6
5202026-05-21T09:52:01.412Z Downloaded pbkdf2 v0.11.0
5212026-05-21T09:52:01.415Z Downloaded fancy-regex v0.14.0
5222026-05-21T09:52:01.418Z Downloaded num-integer v0.1.46
5232026-05-21T09:52:01.421Z Downloaded litemap v0.8.1
5242026-05-21T09:52:01.421Z Downloaded parse-size v1.1.0
5252026-05-21T09:52:01.423Z Downloaded parse-display v0.10.0
5262026-05-21T09:52:01.423Z Downloaded heapless v0.7.17
5272026-05-21T09:52:01.426Z Downloaded path-slash v0.1.5
5282026-05-21T09:52:01.426Z Downloaded memmap2 v0.9.10
5292026-05-21T09:52:01.429Z Downloaded pathdiff v0.2.3
5302026-05-21T09:52:01.429Z Downloaded peg-runtime v0.8.5
5312026-05-21T09:52:01.429Z Downloaded pbkdf2 v0.12.2
5322026-05-21T09:52:01.431Z Downloaded num_enum v0.5.11
5332026-05-21T09:52:01.434Z Downloaded indexmap v1.9.3
5342026-05-21T09:52:01.434Z Downloaded ignore v0.4.25
5352026-05-21T09:52:01.437Z Downloaded num-rational v0.4.2
5362026-05-21T09:52:01.437Z Downloaded icu_properties v2.1.2
5372026-05-21T09:52:01.440Z Downloaded num_enum_derive v0.7.6
5382026-05-21T09:52:01.440Z Downloaded flate2 v1.1.9
5392026-05-21T09:52:01.443Z Downloaded headers v0.4.1
5402026-05-21T09:52:01.445Z Downloaded multer v3.1.0
5412026-05-21T09:52:01.449Z Downloaded phf_shared v0.11.3
5422026-05-21T09:52:01.449Z Downloaded oorandom v11.1.5
5432026-05-21T09:52:01.449Z Downloaded ed25519-dalek v2.2.0
5442026-05-21T09:52:01.452Z Downloaded heapless v0.8.0
5452026-05-21T09:52:01.454Z Downloaded futures v0.3.32
5462026-05-21T09:52:01.457Z Downloaded diesel_derives v2.3.7
5472026-05-21T09:52:01.460Z Downloaded oxnet v0.1.5
5482026-05-21T09:52:01.463Z Downloaded oxide-tokio-rt v0.1.4
5492026-05-21T09:52:01.463Z Downloaded packed_struct v0.10.1
5502026-05-21T09:52:01.465Z Downloaded plain v0.2.3
5512026-05-21T09:52:01.465Z Downloaded plotters-svg v0.3.7
5522026-05-21T09:52:01.465Z Downloaded owo-colors v3.5.0
5532026-05-21T09:52:01.468Z Downloaded pin-utils v0.1.0
5542026-05-21T09:52:01.468Z Downloaded plotters-backend v0.3.7
5552026-05-21T09:52:01.471Z Downloaded phf_shared v0.13.1
5562026-05-21T09:52:01.471Z Downloaded owo-colors v4.3.0
5572026-05-21T09:52:01.474Z Downloaded parking_lot_core v0.8.6
5582026-05-21T09:52:01.474Z Downloaded icu_normalizer v2.1.1
5592026-05-21T09:52:01.477Z Downloaded bumpalo v3.20.2
5602026-05-21T09:52:01.479Z Downloaded libbz2-rs-sys v0.2.2
5612026-05-21T09:52:01.479Z Downloaded icu_locale_core v2.1.1
5622026-05-21T09:52:01.482Z Downloaded partial-io v0.5.4
5632026-05-21T09:52:01.485Z Downloaded powerfmt v0.2.0
5642026-05-21T09:52:01.485Z Downloaded parse-display-derive v0.10.0
5652026-05-21T09:52:01.487Z Downloaded predicates-tree v1.0.13
5662026-05-21T09:52:01.490Z Downloaded predicates-core v1.0.10
5672026-05-21T09:52:01.490Z Downloaded precomputed-hash v0.1.1
5682026-05-21T09:52:01.490Z Downloaded proc-macro-crate v1.3.1
5692026-05-21T09:52:01.490Z Downloaded potential_utf v0.1.4
5702026-05-21T09:52:01.493Z Downloaded expectorate v1.2.0
5712026-05-21T09:52:01.495Z Downloaded icu_normalizer_data v2.1.1
5722026-05-21T09:52:01.498Z Downloaded indicatif v0.18.4
5732026-05-21T09:52:01.498Z Downloaded path-tree v0.8.3
5742026-05-21T09:52:01.501Z Downloaded percent-encoding v2.3.2
5752026-05-21T09:52:01.501Z Downloaded proc-macro-crate v3.4.0
5762026-05-21T09:52:01.501Z Downloaded pem v3.0.6
5772026-05-21T09:52:01.504Z Downloaded pretty-hex v0.4.1
5782026-05-21T09:52:01.504Z Downloaded proc-macro-error-attr v1.0.4
5792026-05-21T09:52:01.504Z Downloaded pem-rfc7468 v0.7.0
5802026-05-21T09:52:01.506Z Downloaded proc-macro-error-attr2 v2.0.0
5812026-05-21T09:52:01.506Z Downloaded paste v1.0.15
5822026-05-21T09:52:01.509Z Downloaded password-hash v0.5.0
5832026-05-21T09:52:01.509Z Downloaded password-hash v0.4.2
5842026-05-21T09:52:01.512Z Downloaded log v0.4.29
5852026-05-21T09:52:01.512Z Downloaded peg v0.8.5
5862026-05-21T09:52:01.515Z Downloaded omicron-zone-package v0.12.2
5872026-05-21T09:52:01.518Z Downloaded pin-project-lite v0.2.17
5882026-05-21T09:52:01.520Z Downloaded dropshot-api-manager v0.7.1
5892026-05-21T09:52:01.523Z Downloaded pin-project-internal v1.1.11
5902026-05-21T09:52:01.523Z Downloaded phf_shared v0.12.1
5912026-05-21T09:52:01.526Z Downloaded progenitor-client v0.11.2
5922026-05-21T09:52:01.526Z Downloaded num_enum v0.7.6
5932026-05-21T09:52:01.530Z Downloaded knuffel v3.2.0
5942026-05-21T09:52:01.533Z Downloaded nu-ansi-term v0.50.3
5952026-05-21T09:52:01.533Z Downloaded polyval v0.6.2
5962026-05-21T09:52:01.535Z Downloaded once_cell v1.21.3
5972026-05-21T09:52:01.536Z Downloaded pkg-config v0.3.32
5982026-05-21T09:52:01.538Z Downloaded pkcs8 v0.10.2
5992026-05-21T09:52:01.538Z Downloaded progenitor-macro v0.13.0
6002026-05-21T09:52:01.541Z Downloaded progenitor-macro v0.11.2
6012026-05-21T09:52:01.541Z Downloaded psl-types v2.0.11
6022026-05-21T09:52:01.541Z Downloaded progenitor-client v0.14.0
6032026-05-21T09:52:01.541Z Downloaded progenitor-client v0.10.0
6042026-05-21T09:52:01.544Z Downloaded progenitor-macro v0.14.0
6052026-05-21T09:52:01.544Z Downloaded progenitor-macro v0.10.0
6062026-05-21T09:52:01.544Z Downloaded parking_lot v0.11.2
6072026-05-21T09:52:01.551Z Downloaded parking_lot_core v0.9.12
6082026-05-21T09:52:01.554Z Downloaded parking_lot v0.12.5
6092026-05-21T09:52:01.556Z Downloaded predicates v3.1.4
6102026-05-21T09:52:01.556Z Downloaded ppv-lite86 v0.2.21
6112026-05-21T09:52:01.559Z Downloaded quick-error v1.2.3
6122026-05-21T09:52:01.562Z Downloaded postgres-protocol v0.6.10
6132026-05-21T09:52:01.567Z Downloaded radium v0.7.0
6142026-05-21T09:52:01.570Z Downloaded peg-macros v0.8.5
6152026-05-21T09:52:01.574Z Downloaded proc-macro-error2 v2.0.1
6162026-05-21T09:52:01.577Z Downloaded progenitor v0.10.0
6172026-05-21T09:52:01.580Z Downloaded rand_chacha v0.3.1
6182026-05-21T09:52:01.580Z Downloaded primeorder v0.13.6
6192026-05-21T09:52:01.580Z Downloaded proc-macro-error v1.0.4
6202026-05-21T09:52:01.585Z Downloaded miniz_oxide v0.8.9
6212026-05-21T09:52:01.588Z Downloaded crossterm v0.28.1
6222026-05-21T09:52:01.591Z Downloaded progenitor v0.13.0
6232026-05-21T09:52:01.594Z Downloaded rand_xorshift v0.4.0
6242026-05-21T09:52:01.594Z Downloaded progenitor v0.14.0
6252026-05-21T09:52:01.596Z Downloaded phf v0.13.1
6262026-05-21T09:52:01.596Z Downloaded phf v0.12.1
6272026-05-21T09:52:01.596Z Downloaded ref-cast-impl v1.0.25
6282026-05-21T09:52:01.599Z Downloaded ref-cast v1.0.25
6292026-05-21T09:52:01.599Z Downloaded progenitor-client v0.13.0
6302026-05-21T09:52:01.602Z Downloaded hickory-resolver v0.25.2
6312026-05-21T09:52:01.605Z Downloaded hickory-resolver v0.24.4
6322026-05-21T09:52:01.608Z Downloaded jiff-static v0.2.21
6332026-05-21T09:52:01.608Z Downloaded recursive-proc-macro-impl v0.1.1
6342026-05-21T09:52:01.611Z Downloaded progenitor-extras v0.2.0
6352026-05-21T09:52:01.611Z Downloaded pkcs5 v0.7.1
6362026-05-21T09:52:01.614Z Downloaded pkcs1 v0.7.5
6372026-05-21T09:52:01.614Z Downloaded rfc6979 v0.4.0
6382026-05-21T09:52:01.616Z Downloaded psm v0.1.30
6392026-05-21T09:52:01.616Z Downloaded russh-cryptovec v0.7.3
6402026-05-21T09:52:01.616Z Downloaded progenitor v0.11.2
6412026-05-21T09:52:01.619Z Downloaded pest_generator v2.8.6
6422026-05-21T09:52:01.619Z Downloaded pest_derive v2.8.6
6432026-05-21T09:52:01.622Z Downloaded rustc-hash v2.1.1
6442026-05-21T09:52:01.622Z Downloaded http v1.4.0
6452026-05-21T09:52:01.625Z Downloaded num-traits v0.2.19
6462026-05-21T09:52:01.628Z Downloaded p256 v0.13.2
6472026-05-21T09:52:01.631Z Downloaded r2d2 v0.8.10
6482026-05-21T09:52:01.634Z Downloaded aes v0.8.4
6492026-05-21T09:52:01.637Z Downloaded rustc_version v0.1.7
6502026-05-21T09:52:01.637Z Downloaded postgres-types v0.2.12
6512026-05-21T09:52:01.640Z Downloaded rtoolbox v0.0.3
6522026-05-21T09:52:01.640Z Downloaded minimal-lexical v0.2.1
6532026-05-21T09:52:01.642Z Downloaded icu_collections v2.1.1
6542026-05-21T09:52:01.645Z Downloaded miette v5.10.0
6552026-05-21T09:52:01.649Z Downloaded quote v1.0.45
6562026-05-21T09:52:01.652Z Downloaded rand_core v0.10.0
6572026-05-21T09:52:01.652Z Downloaded rand_core v0.6.4
6582026-05-21T09:52:01.655Z Downloaded rustc_version v0.4.1
6592026-05-21T09:52:01.655Z Downloaded rand_core v0.9.5
6602026-05-21T09:52:01.655Z Downloaded rand_chacha v0.9.0
6612026-05-21T09:52:01.658Z Downloaded papergrid v0.17.0
6622026-05-21T09:52:01.661Z Downloaded hashbrown v0.13.2
6632026-05-21T09:52:01.663Z Downloaded rand_seeder v0.4.0
6642026-05-21T09:52:01.666Z Downloaded pin-project v1.1.11
6652026-05-21T09:52:01.670Z Downloaded salsa20 v0.10.2
6662026-05-21T09:52:01.673Z Downloaded relative-path v1.9.3
6672026-05-21T09:52:01.673Z Downloaded recursive v0.1.1
6682026-05-21T09:52:01.676Z Downloaded oso v0.27.3
6692026-05-21T09:52:01.678Z Downloaded hickory-server v0.25.2
6702026-05-21T09:52:01.681Z Downloaded poly1305 v0.8.0
6712026-05-21T09:52:01.686Z Downloaded resolv-conf v0.7.6
6722026-05-21T09:52:01.689Z Downloaded same-file v1.0.6
6732026-05-21T09:52:01.689Z Downloaded scheduled-thread-pool v0.2.7
6742026-05-21T09:52:01.692Z Downloaded sapling-renderdag v0.1.0
6752026-05-21T09:52:01.694Z Downloaded scrypt v0.11.0
6762026-05-21T09:52:01.697Z Downloaded criterion v0.7.0
6772026-05-21T09:52:01.700Z Downloaded scopeguard v1.2.0
6782026-05-21T09:52:01.703Z Downloaded prefix-trie v0.7.0
6792026-05-21T09:52:01.704Z Downloaded postcard v1.1.3
6802026-05-21T09:52:01.708Z Downloaded rustc-demangle v0.1.27
6812026-05-21T09:52:01.711Z Downloaded aes-gcm v0.10.3
6822026-05-21T09:52:01.713Z Downloaded secrecy v0.8.0
6832026-05-21T09:52:01.713Z Downloaded scroll_derive v0.13.1
6842026-05-21T09:52:01.713Z Downloaded scroll_derive v0.12.1
6852026-05-21T09:52:01.716Z Downloaded seq-macro v0.3.6
6862026-05-21T09:52:01.716Z Downloaded semver v0.1.20
6872026-05-21T09:52:01.716Z Downloaded secrecy v0.10.3
6882026-05-21T09:52:01.719Z Downloaded rust-argon2 v2.1.0
6892026-05-21T09:52:01.719Z Downloaded crossterm v0.29.0
6902026-05-21T09:52:01.722Z Downloaded proc-macro2 v1.0.106
6912026-05-21T09:52:01.725Z Downloaded indexmap v2.14.0
6922026-05-21T09:52:01.728Z Downloaded serde-value v0.7.0
6932026-05-21T09:52:01.730Z Downloaded serde-big-array v0.5.1
6942026-05-21T09:52:01.730Z Downloaded rustls-pemfile v2.2.0
6952026-05-21T09:52:01.733Z Downloaded rustls-pemfile v1.0.4
6962026-05-21T09:52:01.733Z Downloaded serde_bytes v0.11.19
6972026-05-21T09:52:01.733Z Downloaded hashbrown v0.12.3
6982026-05-21T09:52:01.736Z Downloaded pest_meta v2.8.6
6992026-05-21T09:52:01.739Z Downloaded memchr v2.8.0
7002026-05-21T09:52:01.746Z Downloaded rustversion v1.0.22
7012026-05-21T09:52:01.749Z Downloaded serde_urlencoded v0.7.1
7022026-05-21T09:52:01.751Z Downloaded serde_spanned v0.6.9
7032026-05-21T09:52:01.751Z Downloaded serde_plain v1.0.2
7042026-05-21T09:52:01.751Z Downloaded serde_repr v0.1.20
7052026-05-21T09:52:01.754Z Downloaded serde_spanned v1.0.4
7062026-05-21T09:52:01.754Z Downloaded papergrid v0.11.0
7072026-05-21T09:52:01.757Z Downloaded progenitor-impl v0.10.0
7082026-05-21T09:52:01.760Z Downloaded progenitor-impl v0.11.2
7092026-05-21T09:52:01.762Z Downloaded itertools v0.10.5
7102026-05-21T09:52:01.769Z Downloaded signal-hook-mio v0.2.5
7112026-05-21T09:52:01.771Z Downloaded shell-words v1.1.1
7122026-05-21T09:52:01.771Z Downloaded scroll v0.13.0
7132026-05-21T09:52:01.774Z Downloaded sha1 v0.10.6
7142026-05-21T09:52:01.777Z Downloaded hyper-util v0.1.20
7152026-05-21T09:52:01.781Z Downloaded pretty_assertions v1.4.1
7162026-05-21T09:52:01.783Z Downloaded russh-keys v0.45.0
7172026-05-21T09:52:01.786Z Downloaded quinn-udp v0.5.14
7182026-05-21T09:52:01.786Z Downloaded aho-corasick v1.1.4
7192026-05-21T09:52:01.789Z Downloaded sigpipe v0.1.3
7202026-05-21T09:52:01.792Z Downloaded hashbrown v0.15.5
7212026-05-21T09:52:01.794Z Downloaded sec1 v0.7.3
7222026-05-21T09:52:01.794Z Downloaded schemars_derive v0.8.22
7232026-05-21T09:52:01.800Z Downloaded rustls-native-certs v0.8.3
7242026-05-21T09:52:01.803Z Downloaded similar-asserts v1.7.0
7252026-05-21T09:52:01.807Z Downloaded signal-hook-tokio v0.3.1
7262026-05-21T09:52:01.810Z Downloaded serde-untagged v0.1.9
7272026-05-21T09:52:01.810Z Downloaded serde-hex v0.1.0
7282026-05-21T09:52:01.813Z Downloaded slog-envlogger v2.2.0
7292026-05-21T09:52:01.813Z Downloaded signature v2.2.0
7302026-05-21T09:52:01.813Z Downloaded openssl-sys v0.9.115
7312026-05-21T09:52:01.816Z Downloaded rustls-pki-types v1.14.0
7322026-05-21T09:52:01.818Z Downloaded rcgen v0.12.1
7332026-05-21T09:52:01.821Z Downloaded rusty-fork v0.3.1
7342026-05-21T09:52:01.821Z Downloaded mio v1.2.0
7352026-05-21T09:52:01.824Z Downloaded hashbrown v0.14.5
7362026-05-21T09:52:01.827Z Downloaded serde_path_to_error v0.1.20
7372026-05-21T09:52:01.829Z Downloaded smawk v0.3.2
7382026-05-21T09:52:01.829Z Downloaded hashbrown v0.16.1
7392026-05-21T09:52:01.833Z Downloaded serde_tokenstream v0.2.3
7402026-05-21T09:52:01.835Z Downloaded serde_regex v1.1.0
7412026-05-21T09:52:01.835Z Downloaded serde_derive_internals v0.29.1
7422026-05-21T09:52:01.835Z Downloaded progenitor-impl v0.14.0
7432026-05-21T09:52:01.840Z Downloaded rstest v0.25.0
7442026-05-21T09:52:01.843Z Downloaded progenitor-impl v0.13.0
7452026-05-21T09:52:01.845Z Downloaded ron v0.8.1
7462026-05-21T09:52:01.848Z Downloaded sct v0.7.1
7472026-05-21T09:52:01.850Z Downloaded ssh-encoding v0.2.0
7482026-05-21T09:52:01.850Z Downloaded ssh-cipher v0.2.0
7492026-05-21T09:52:01.853Z Downloaded signal-hook-registry v1.4.8
7502026-05-21T09:52:01.853Z Downloaded shlex v1.3.0
7512026-05-21T09:52:01.853Z Downloaded sha2 v0.10.9
7522026-05-21T09:52:01.857Z Downloaded scroll v0.12.0
7532026-05-21T09:52:01.857Z Downloaded num-bigint v0.4.6
7542026-05-21T09:52:01.860Z Downloaded idna v1.1.0
7552026-05-21T09:52:01.863Z Downloaded sqlparser_derive v0.5.0
7562026-05-21T09:52:01.863Z Downloaded semver v1.0.28
7572026-05-21T09:52:01.865Z Downloaded nom v7.1.3
7582026-05-21T09:52:01.868Z Downloaded stable_deref_trait v1.2.1
7592026-05-21T09:52:01.871Z Downloaded slab v0.4.12
7602026-05-21T09:52:01.871Z Downloaded strsim v0.11.1
7612026-05-21T09:52:01.871Z Downloaded prettyplease v0.2.37
7622026-05-21T09:52:01.873Z Downloaded icu_properties_data v2.1.2
7632026-05-21T09:52:01.879Z Downloaded serde_cbor v0.11.2
7642026-05-21T09:52:01.881Z Downloaded rustls-platform-verifier v0.6.2
7652026-05-21T09:52:01.884Z Downloaded strum v0.27.2
7662026-05-21T09:52:01.884Z Downloaded structmeta-derive v0.3.0
7672026-05-21T09:52:01.886Z Downloaded guppy v0.17.25
7682026-05-21T09:52:01.889Z Downloaded structmeta v0.3.0
7692026-05-21T09:52:01.889Z Downloaded itertools v0.13.0
7702026-05-21T09:52:01.893Z Downloaded subtle v2.6.1
7712026-05-21T09:52:01.896Z Downloaded slog-stdlog v4.1.1
7722026-05-21T09:52:01.896Z Downloaded rayon-core v1.13.0
7732026-05-21T09:52:01.899Z Downloaded smallvec v0.6.14
7742026-05-21T09:52:01.899Z Downloaded slog-term v2.9.2
7752026-05-21T09:52:01.902Z Downloaded supports-color v3.0.2
7762026-05-21T09:52:01.902Z Downloaded publicsuffix v2.3.0
7772026-05-21T09:52:01.905Z Downloaded slog-scope v4.4.1
7782026-05-21T09:52:01.905Z Downloaded slog-json v2.6.1
7792026-05-21T09:52:01.905Z Downloaded supports-hyperlinks v2.1.0
7802026-05-21T09:52:01.908Z Downloaded sync-ptr v0.1.4
7812026-05-21T09:52:01.908Z Downloaded spki v0.7.3
7822026-05-21T09:52:01.908Z Downloaded rstest_macros v0.25.0
7832026-05-21T09:52:01.912Z Downloaded supports-color v2.1.0
7842026-05-21T09:52:01.912Z Downloaded ryu v1.0.23
7852026-05-21T09:52:01.914Z Downloaded take_mut v0.2.2
7862026-05-21T09:52:01.914Z Downloaded tagptr v0.2.0
7872026-05-21T09:52:01.914Z Downloaded tabled_derive v0.11.0
7882026-05-21T09:52:01.917Z Downloaded sync_wrapper v1.0.2
7892026-05-21T09:52:01.917Z Downloaded hashbrown v0.17.0
7902026-05-21T09:52:01.920Z Downloaded qorb v0.4.1
7912026-05-21T09:52:01.922Z Downloaded schemars v0.8.22
7922026-05-21T09:52:01.929Z Downloaded swrite v0.1.0
7932026-05-21T09:52:01.932Z Downloaded supports-unicode v2.1.0
7942026-05-21T09:52:01.932Z Downloaded stacker v0.1.23
7952026-05-21T09:52:01.935Z Downloaded target-triple v1.0.0
7962026-05-21T09:52:01.935Z Downloaded tap v1.0.1
7972026-05-21T09:52:01.935Z Downloaded snafu-derive v0.8.9
7982026-05-21T09:52:01.935Z Downloaded smf v0.2.3
7992026-05-21T09:52:01.938Z Downloaded serde_with_macros v3.17.0
8002026-05-21T09:52:01.938Z Downloaded nom v8.0.0
8012026-05-21T09:52:01.941Z Downloaded quinn v0.11.9
8022026-05-21T09:52:01.944Z Downloaded tabwriter v1.4.1
8032026-05-21T09:52:01.946Z Downloaded string_cache v0.8.9
8042026-05-21T09:52:01.946Z Downloaded tabled_derive v0.7.0
8052026-05-21T09:52:01.946Z Downloaded strum v0.26.3
8062026-05-21T09:52:01.949Z Downloaded terminal_size v0.4.3
8072026-05-21T09:52:01.949Z Downloaded terminal_size v0.1.17
8082026-05-21T09:52:01.949Z Downloaded static_assertions v1.1.0
8092026-05-21T09:52:01.952Z Downloaded num-bigint-dig v0.8.6
8102026-05-21T09:52:01.954Z Downloaded blake3 v1.8.3
8112026-05-21T09:52:01.957Z Downloaded termtree v0.5.1
8122026-05-21T09:52:01.960Z Downloaded futures-util v0.3.32
8132026-05-21T09:52:01.965Z Downloaded testing_table v0.3.0
8142026-05-21T09:52:01.968Z Downloaded stringprep v0.1.5
8152026-05-21T09:52:01.968Z Downloaded sqlformat v0.3.5
8162026-05-21T09:52:01.971Z Downloaded serde_derive v1.0.228
8172026-05-21T09:52:01.971Z Downloaded itertools v0.14.0
8182026-05-21T09:52:01.982Z Downloaded support-bundle-viewer v0.1.2
8192026-05-21T09:52:01.982Z Downloaded strum_macros v0.27.2
8202026-05-21T09:52:01.982Z Downloaded strum_macros v0.26.4
8212026-05-21T09:52:01.982Z Downloaded spin v0.9.8
8222026-05-21T09:52:01.982Z Downloaded thiserror-impl-no-std v2.0.2
8232026-05-21T09:52:01.982Z Downloaded thread-id v5.1.0
8242026-05-21T09:52:01.982Z Downloaded time-core v0.1.8
8252026-05-21T09:52:01.986Z Downloaded smallvec v1.15.1
8262026-05-21T09:52:01.986Z Downloaded itertools v0.12.1
8272026-05-21T09:52:01.989Z Downloaded rsa v0.9.10
8282026-05-21T09:52:01.992Z Downloaded libm v0.2.16
8292026-05-21T09:52:01.997Z Downloaded target-spec v3.5.7
8302026-05-21T09:52:02.001Z Downloaded synstructure v0.13.2
8312026-05-21T09:52:02.001Z Downloaded tinyvec_macros v0.1.1
8322026-05-21T09:52:02.004Z Downloaded target-lexicon v0.13.3
8332026-05-21T09:52:02.004Z Downloaded thread-id v4.2.2
8342026-05-21T09:52:02.004Z Downloaded serde_yaml v0.9.34+deprecated
8352026-05-21T09:52:02.007Z Downloaded tokio-macros v2.7.0
8362026-05-21T09:52:02.007Z Downloaded schemars v0.9.0
8372026-05-21T09:52:02.012Z Downloaded iddqd v0.4.1
8382026-05-21T09:52:02.017Z Downloaded termcolor v1.4.1
8392026-05-21T09:52:02.020Z Downloaded stringmetrics v2.2.2
8402026-05-21T09:52:02.020Z Downloaded tokio-test v0.4.5
8412026-05-21T09:52:02.022Z Downloaded aws-lc-rs v1.16.3
8422026-05-21T09:52:02.026Z Downloaded toml_write v0.1.2
8432026-05-21T09:52:02.029Z Downloaded h2 v0.4.13
8442026-05-21T09:52:02.031Z Downloaded rand v0.8.6
8452026-05-21T09:52:02.034Z Downloaded termios v0.3.3
8462026-05-21T09:52:02.037Z Downloaded pest v2.8.6
8472026-05-21T09:52:02.039Z Downloaded topological-sort v0.2.2
8482026-05-21T09:52:02.039Z Downloaded similar v2.7.0
8492026-05-21T09:52:02.042Z Downloaded tower-service v0.3.3
8502026-05-21T09:52:02.045Z Downloaded slog v2.8.2
8512026-05-21T09:52:02.047Z Downloaded rustls-webpki v0.103.9
8522026-05-21T09:52:02.048Z Downloaded thiserror-no-std v2.0.2
8532026-05-21T09:52:02.050Z Downloaded thiserror-impl v1.0.69
8542026-05-21T09:52:02.053Z Downloaded thiserror v1.0.69
8552026-05-21T09:52:02.056Z Downloaded try-lock v0.2.5
8562026-05-21T09:52:02.056Z Downloaded trait-variant v0.1.2
8572026-05-21T09:52:02.056Z Downloaded tower-layer v0.3.3
8582026-05-21T09:52:02.058Z Downloaded time-macros v0.2.27
8592026-05-21T09:52:02.058Z Downloaded typeid v1.0.3
8602026-05-21T09:52:02.058Z Downloaded thread_local v1.1.9
8612026-05-21T09:52:02.061Z Downloaded signal-hook v0.3.18
8622026-05-21T09:52:02.064Z Downloaded p521 v0.13.3
8632026-05-21T09:52:02.064Z Downloaded strum_macros v0.24.3
8642026-05-21T09:52:02.067Z Downloaded serde_core v1.0.228
8652026-05-21T09:52:02.069Z Downloaded bitvec v1.0.1
8662026-05-21T09:52:02.077Z Downloaded unarray v0.1.4
8672026-05-21T09:52:02.080Z Downloaded hyper v1.8.1
8682026-05-21T09:52:02.082Z Downloaded unicode-linebreak v0.1.5
8692026-05-21T09:52:02.082Z Downloaded typify-macro v0.4.3
8702026-05-21T09:52:02.083Z Downloaded tokio-native-tls v0.3.1
8712026-05-21T09:52:02.085Z Downloaded schemars v1.2.1
8722026-05-21T09:52:02.091Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8732026-05-21T09:52:02.094Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8742026-05-21T09:52:02.094Z Downloaded toml_datetime v0.6.11
8752026-05-21T09:52:02.097Z Downloaded tokio-tungstenite v0.23.1
8762026-05-21T09:52:02.097Z Downloaded universal-hash v0.5.1
8772026-05-21T09:52:02.100Z Downloaded untrusted v0.7.1
8782026-05-21T09:52:02.100Z Downloaded rand v0.10.1
8792026-05-21T09:52:02.102Z Downloaded rand v0.9.2
8802026-05-21T09:52:02.105Z Downloaded toml_writer v1.0.6+spec-1.1.0
8812026-05-21T09:52:02.105Z Downloaded usdt-attr-macro v0.5.0
8822026-05-21T09:52:02.108Z Downloaded usdt v0.6.0
8832026-05-21T09:52:02.108Z Downloaded usdt v0.5.0
8842026-05-21T09:52:02.108Z Downloaded unit-prefix v0.5.2
8852026-05-21T09:52:02.108Z Downloaded subprocess v0.2.15
8862026-05-21T09:52:02.110Z Downloaded term v0.7.0
8872026-05-21T09:52:02.113Z Downloaded untrusted v0.9.0
8882026-05-21T09:52:02.113Z Downloaded thiserror-impl v2.0.18
8892026-05-21T09:52:02.116Z Downloaded tokio-tungstenite v0.21.0
8902026-05-21T09:52:02.116Z Downloaded term v1.2.1
8912026-05-21T09:52:02.118Z Downloaded tokio-dtrace v0.1.1
8922026-05-21T09:52:02.119Z Downloaded tls_codec_derive v0.4.2
8932026-05-21T09:52:02.121Z Downloaded utf8_iter v1.0.4
8942026-05-21T09:52:02.121Z Downloaded usdt-macro v0.6.0
8952026-05-21T09:52:02.121Z Downloaded tui-tree-widget v0.23.1
8962026-05-21T09:52:02.121Z Downloaded tls_codec v0.4.2
8972026-05-21T09:52:02.124Z Downloaded tinytemplate v1.2.1
8982026-05-21T09:52:02.124Z Downloaded tinystr v0.8.2
8992026-05-21T09:52:02.127Z Downloaded tiny-keccak v2.0.2
9002026-05-21T09:52:02.127Z Downloaded samael v0.0.19
9012026-05-21T09:52:02.130Z Downloaded tempfile v3.25.0
9022026-05-21T09:52:02.133Z Downloaded socket2 v0.6.3
9032026-05-21T09:52:02.136Z Downloaded utf-8 v0.7.6
9042026-05-21T09:52:02.136Z Downloaded snafu v0.8.9
9052026-05-21T09:52:02.138Z Downloaded utf8parse v0.2.2
9062026-05-21T09:52:02.138Z Downloaded unicase v2.9.0
9072026-05-21T09:52:02.141Z Downloaded version_check v0.9.5
9082026-05-21T09:52:02.141Z Downloaded usdt-macro v0.5.0
9092026-05-21T09:52:02.141Z Downloaded usdt-attr-macro v0.6.0
9102026-05-21T09:52:02.144Z Downloaded bindgen v0.71.1
9112026-05-21T09:52:02.146Z Downloaded waitgroup v0.1.2
9122026-05-21T09:52:02.146Z Downloaded wait-timeout v0.2.1
9132026-05-21T09:52:02.149Z Downloaded void v1.0.2
9142026-05-21T09:52:02.149Z Downloaded socket2 v0.5.10
9152026-05-21T09:52:02.149Z Downloaded goblin v0.8.2
9162026-05-21T09:52:02.154Z Downloaded typify-macro v0.6.2
9172026-05-21T09:52:02.156Z Downloaded tokio-stream v0.1.18
9182026-05-21T09:52:02.159Z Downloaded tokio-rustls v0.25.0
9192026-05-21T09:52:02.159Z Downloaded iri-string v0.7.10
9202026-05-21T09:52:02.163Z Downloaded unicode-truncate v1.1.0
9212026-05-21T09:52:02.167Z Downloaded unicode-xid v0.2.6
9222026-05-21T09:52:02.167Z Downloaded toml v0.8.23
9232026-05-21T09:52:02.169Z Downloaded tokio-rustls v0.24.1
9242026-05-21T09:52:02.169Z Downloaded hkdf v0.12.4
9252026-05-21T09:52:02.172Z Downloaded rand_distr v0.5.1
9262026-05-21T09:52:02.175Z Downloaded toml_parser v1.0.9+spec-1.1.0
9272026-05-21T09:52:02.178Z Downloaded tracing-attributes v0.1.31
9282026-05-21T09:52:02.178Z Downloaded rustyline v14.0.0
9292026-05-21T09:52:02.181Z Downloaded want v0.3.1
9302026-05-21T09:52:02.184Z Downloaded yoke-derive v0.8.1
9312026-05-21T09:52:02.184Z Downloaded xshell-macros v0.2.7
9322026-05-21T09:52:02.184Z Downloaded usdt-impl v0.5.0
9332026-05-21T09:52:02.187Z Downloaded trybuild v1.0.116
9342026-05-21T09:52:02.189Z Downloaded thiserror v2.0.18
9352026-05-21T09:52:02.192Z Downloaded xattr v1.6.1
9362026-05-21T09:52:02.192Z Downloaded textwrap v0.16.2
9372026-05-21T09:52:02.195Z Downloaded textwrap v0.15.2
9382026-05-21T09:52:02.195Z Downloaded test-strategy v0.4.5
9392026-05-21T09:52:02.197Z Downloaded plotters v0.3.7
9402026-05-21T09:52:02.203Z Downloaded strip-ansi-escapes v0.2.1
9412026-05-21T09:52:02.206Z Downloaded slog-dtrace v0.3.0
9422026-05-21T09:52:02.206Z Downloaded slog-bunyan v2.5.0
9432026-05-21T09:52:02.209Z Downloaded slog-async v2.8.0
9442026-05-21T09:52:02.209Z Downloaded siphasher v1.0.2
9452026-05-21T09:52:02.209Z Downloaded twox-hash v2.1.2
9462026-05-21T09:52:02.211Z Downloaded uzers v0.12.2
9472026-05-21T09:52:02.211Z Downloaded libxml v0.3.3
9482026-05-21T09:52:02.215Z Downloaded vergen-lib v0.1.6
9492026-05-21T09:52:02.217Z Downloaded vergen-gitcl v1.0.8
9502026-05-21T09:52:02.218Z Downloaded zerofrom-derive v0.1.6
9512026-05-21T09:52:02.220Z Downloaded zerofrom v0.1.6
9522026-05-21T09:52:02.220Z Downloaded usdt-impl v0.6.0
9532026-05-21T09:52:02.220Z Downloaded simd-adler32 v0.3.8
9542026-05-21T09:52:02.223Z Downloaded zone_cfg_derive v0.3.1
9552026-05-21T09:52:02.223Z Downloaded git2 v0.20.4
9562026-05-21T09:52:02.229Z Downloaded toml v0.9.12+spec-1.1.0
9572026-05-21T09:52:02.232Z Downloaded vsss-rs v3.3.4
9582026-05-21T09:52:02.234Z Downloaded tinyvec v1.10.0
9592026-05-21T09:52:02.237Z Downloaded tar v0.4.45
9602026-05-21T09:52:02.237Z Downloaded serde v1.0.228
9612026-05-21T09:52:02.240Z Downloaded zone v0.3.1
9622026-05-21T09:52:02.240Z Downloaded vergen-git2 v1.0.7
9632026-05-21T09:52:02.242Z Downloaded russh v0.45.0
9642026-05-21T09:52:02.245Z Downloaded chrono v0.4.44
9652026-05-21T09:52:02.248Z Downloaded tracing-core v0.1.36
9662026-05-21T09:52:02.251Z Downloaded tungstenite v0.21.0
9672026-05-21T09:52:02.254Z Downloaded zeroize_derive v1.4.3
9682026-05-21T09:52:02.254Z Downloaded xshell v0.2.7
9692026-05-21T09:52:02.254Z Downloaded unicode-properties v0.1.4
9702026-05-21T09:52:02.257Z Downloaded yoke v0.8.1
9712026-05-21T09:52:02.257Z Downloaded zeroize v1.8.2
9722026-05-21T09:52:02.257Z Downloaded toml v1.0.6+spec-1.1.0
9732026-05-21T09:52:02.260Z Downloaded toml v0.7.8
9742026-05-21T09:52:02.263Z Downloaded tokio-rustls v0.26.4
9752026-05-21T09:52:02.263Z Downloaded zerovec-derive v0.11.2
9762026-05-21T09:52:02.265Z Downloaded rpassword v7.4.0
9772026-05-21T09:52:02.265Z Downloaded reedline v0.40.0
9782026-05-21T09:52:02.269Z Downloaded wyz v0.5.1
9792026-05-21T09:52:02.271Z Downloaded writeable v0.6.2
9802026-05-21T09:52:02.271Z Downloaded unicode-bidi v0.3.18
9812026-05-21T09:52:02.274Z Downloaded ucd-trie v0.1.7
9822026-05-21T09:52:02.274Z Downloaded whoami v1.6.1
9832026-05-21T09:52:02.277Z Downloaded walkdir v2.5.0
9842026-05-21T09:52:02.277Z Downloaded tungstenite v0.23.0
9852026-05-21T09:52:02.280Z Downloaded zstd v0.13.3
9862026-05-21T09:52:02.280Z Downloaded zstd-safe v7.2.4
9872026-05-21T09:52:02.286Z Downloaded whoami v2.1.0
9882026-05-21T09:52:02.295Z Downloaded vergen v9.0.6
9892026-05-21T09:52:02.298Z Downloaded zmij v1.0.21
9902026-05-21T09:52:02.298Z Downloaded typify v0.6.2
9912026-05-21T09:52:02.300Z Downloaded zerocopy v0.6.6
9922026-05-21T09:52:02.303Z Downloaded typify v0.4.3
9932026-05-21T09:52:02.306Z Downloaded zerocopy-derive v0.7.35
9942026-05-21T09:52:02.311Z Downloaded lalrpop v0.19.12
9952026-05-21T09:52:02.317Z Downloaded unicode-ident v1.0.24
9962026-05-21T09:52:02.320Z Downloaded vte v0.14.1
9972026-05-21T09:52:02.323Z Downloaded toml_edit v0.23.10+spec-1.0.0
9982026-05-21T09:52:02.326Z Downloaded reqwest v0.13.2
9992026-05-21T09:52:02.328Z Downloaded ssh-key v0.6.7
10002026-05-21T09:52:02.333Z Downloaded regex v1.12.3
10012026-05-21T09:52:02.340Z Downloaded reqwest v0.12.28
10022026-05-21T09:52:02.349Z Downloaded yasna v0.5.2
10032026-05-21T09:52:02.353Z Downloaded uuid v1.23.0
10042026-05-21T09:52:02.356Z Downloaded typenum v1.19.0
10052026-05-21T09:52:02.367Z Downloaded zopfli v0.8.3
10062026-05-21T09:52:02.370Z Downloaded steno v0.4.1
10072026-05-21T09:52:02.370Z Downloaded portable-atomic v1.13.1
10082026-05-21T09:52:02.373Z Downloaded tokio-postgres v0.7.16
10092026-05-21T09:52:02.375Z Downloaded toml_edit v0.22.27
10102026-05-21T09:52:02.379Z Downloaded goblin v0.10.5
10112026-05-21T09:52:02.384Z Downloaded yansi v1.0.1
10122026-05-21T09:52:02.387Z Downloaded unsafe-libyaml v0.2.11
10132026-05-21T09:52:02.394Z Downloaded zip v0.6.6
10142026-05-21T09:52:02.401Z Downloaded curve25519-dalek v4.1.3
10152026-05-21T09:52:02.410Z Downloaded moka v0.12.13
10162026-05-21T09:52:02.416Z Downloaded zerotrie v0.2.3
10172026-05-21T09:52:02.421Z Downloaded p384 v0.13.1
10182026-05-21T09:52:02.425Z Downloaded typed-path v0.9.3
10192026-05-21T09:52:02.428Z Downloaded gimli v0.32.3
10202026-05-21T09:52:02.433Z Downloaded unicode-segmentation v1.12.0
10212026-05-21T09:52:02.436Z Downloaded toml_edit v0.19.15
10222026-05-21T09:52:02.444Z Downloaded unicode_categories v0.1.1
10232026-05-21T09:52:02.447Z Downloaded serde_json v1.0.149
10242026-05-21T09:52:02.450Z Downloaded rustls-webpki v0.102.8
10252026-05-21T09:52:02.461Z Downloaded tokio-util v0.7.18
10262026-05-21T09:52:02.466Z Downloaded object v0.30.4
10272026-05-21T09:52:02.471Z Downloaded serde_with v3.17.0
10282026-05-21T09:52:02.478Z Downloaded zip v4.6.1
10292026-05-21T09:52:02.481Z Downloaded salty v0.3.0
10302026-05-21T09:52:02.485Z Downloaded tough v0.22.0
10312026-05-21T09:52:02.490Z Downloaded url v2.5.8
10322026-05-21T09:52:02.493Z Downloaded petname v2.0.2
10332026-05-21T09:52:02.495Z Downloaded quinn-proto v0.11.13
10342026-05-21T09:52:02.500Z Downloaded rustls-webpki v0.101.7
10352026-05-21T09:52:02.507Z Downloaded radix_trie v0.2.1
10362026-05-21T09:52:02.510Z Downloaded nix v0.27.1
10372026-05-21T09:52:02.517Z Downloaded rayon v1.11.0
10382026-05-21T09:52:02.522Z Downloaded zerovec v0.11.5
10392026-05-21T09:52:02.525Z Downloaded tower v0.5.3
10402026-05-21T09:52:02.530Z Downloaded unicode-normalization v0.1.25
10412026-05-21T09:52:02.533Z Downloaded zerocopy v0.7.35
10422026-05-21T09:52:02.542Z Downloaded x509-cert v0.2.5
10432026-05-21T09:52:02.545Z Downloaded hickory-proto v0.24.4
10442026-05-21T09:52:02.554Z Downloaded zerocopy-derive v0.8.40
10452026-05-21T09:52:02.559Z Downloaded winnow v0.7.14
10462026-05-21T09:52:02.565Z Downloaded tabled v0.15.0
10472026-05-21T09:52:02.581Z Downloaded smoltcp v0.9.1
10482026-05-21T09:52:02.587Z Downloaded diesel v2.3.7
10492026-05-21T09:52:02.599Z Downloaded vcpkg v0.2.15
10502026-05-21T09:52:02.622Z Downloaded tower-http v0.6.8
10512026-05-21T09:52:02.626Z Downloaded dropshot v0.16.7
10522026-05-21T09:52:02.639Z Downloaded bstr v1.12.1
10532026-05-21T09:52:02.644Z Downloaded regex-syntax v0.8.10
10542026-05-21T09:52:02.649Z Downloaded nix v0.29.0
10552026-05-21T09:52:02.655Z Downloaded smoltcp v0.11.0
10562026-05-21T09:52:02.663Z Downloaded dropshot v0.17.0
10572026-05-21T09:52:02.677Z Downloaded rustls v0.23.37
10582026-05-21T09:52:02.683Z Downloaded rustix v0.38.44
10592026-05-21T09:52:02.695Z Downloaded nix v0.28.0
10602026-05-21T09:52:02.702Z Downloaded openssl v0.10.79
10612026-05-21T09:52:02.708Z Downloaded winnow v0.6.26
10622026-05-21T09:52:02.712Z Downloaded winnow v0.5.40
10632026-05-21T09:52:02.718Z Downloaded rustix v1.1.3
10642026-05-21T09:52:02.732Z Downloaded sqlparser v0.61.0
10652026-05-21T09:52:02.738Z Downloaded rustls v0.21.12
10662026-05-21T09:52:02.744Z Downloaded quick-xml v0.37.5
10672026-05-21T09:52:02.748Z Downloaded proptest v1.10.0
10682026-05-21T09:52:02.753Z Downloaded tracing v0.1.44
10692026-05-21T09:52:02.766Z Downloaded tabled v0.20.0
10702026-05-21T09:52:02.776Z Downloaded winnow v1.0.3
10712026-05-21T09:52:02.782Z Downloaded time v0.3.47
10722026-05-21T09:52:02.788Z Downloaded syn v1.0.109
10732026-05-21T09:52:02.794Z Downloaded nix v0.31.2
10742026-05-21T09:52:02.801Z Downloaded regex-syntax v0.6.29
10752026-05-21T09:52:02.806Z Downloaded petgraph v0.6.5
10762026-05-21T09:52:02.817Z Downloaded chrono-tz v0.10.4
10772026-05-21T09:52:02.828Z Downloaded zlib-rs v0.6.2
10782026-05-21T09:52:02.832Z Downloaded rustls v0.22.4
10792026-05-21T09:52:02.839Z Downloaded openapiv3 v2.2.0
10802026-05-21T09:52:02.845Z Downloaded regress v0.10.5
10812026-05-21T09:52:02.851Z Downloaded hickory-proto v0.25.2
10822026-05-21T09:52:02.859Z Downloaded csv v1.4.0
10832026-05-21T09:52:02.872Z Downloaded syn v2.0.117
10842026-05-21T09:52:02.879Z Downloaded unicode-width v0.2.0
10852026-05-21T09:52:02.882Z Downloaded petgraph v0.8.3
10862026-05-21T09:52:02.897Z Downloaded zerocopy v0.8.40
10872026-05-21T09:52:02.902Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10882026-05-21T09:52:02.913Z Downloaded unicode-width v0.1.14
10892026-05-21T09:52:02.917Z Downloaded regress v0.11.1
10902026-05-21T09:52:02.922Z Downloaded webpki-roots v1.0.6
10912026-05-21T09:52:02.925Z Downloaded polar-core v0.27.3
10922026-05-21T09:52:02.929Z Downloaded object v0.37.3
10932026-05-21T09:52:03.035Z Downloaded sled v0.34.7
10942026-05-21T09:52:03.041Z Downloaded bzip2-sys v0.1.13+1.0.8
10952026-05-21T09:52:03.072Z Downloaded typify-impl v0.6.2
10962026-05-21T09:52:03.086Z Downloaded typify-impl v0.4.3
10972026-05-21T09:52:03.103Z Downloaded ratatui v0.29.0
10982026-05-21T09:52:03.140Z Downloaded regex-automata v0.4.14
10992026-05-21T09:52:03.157Z Downloaded zerocopy-derive v0.6.6
11002026-05-21T09:52:03.185Z Downloaded jiff v0.2.21
11012026-05-21T09:52:03.216Z Downloaded libc v0.2.185
11022026-05-21T09:52:03.260Z Downloaded libz-sys v1.1.24
11032026-05-21T09:52:03.284Z Downloaded sha3 v0.10.8
11042026-05-21T09:52:03.319Z Downloaded tokio v1.52.1
11052026-05-21T09:52:03.413Z Downloaded encoding_rs v0.8.35
11062026-05-21T09:52:03.467Z Downloaded ring v0.17.14
11072026-05-21T09:52:03.500Z Downloaded httpmock v0.8.3
11082026-05-21T09:52:03.514Z Downloaded libgit2-sys v0.18.3+1.9.2
11092026-05-21T09:52:04.007Z Downloaded aws-lc-sys v0.40.0
11102026-05-21T09:52:04.446Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11112026-05-21T09:52:07.710Z Startup: Refreshing catalog 'helios' ... Done
11122026-05-21T09:52:07.766Z Startup: Caching catalogs ... Done
11132026-05-21T09:52:07.977ZPlanning: Solver setup ... Done (0.173s)
11142026-05-21T09:52:07.993ZPlanning: Running solver ... Done (0.017s)
11152026-05-21T09:52:07.999ZPlanning: Finding local manifests ... Done (0.003s)
11162026-05-21T09:52:08.011ZPlanning: Fetching manifests: 0/2 0% complete
11172026-05-21T09:52:08.034ZPlanning: Fetching manifests: 2/2 100% complete
11182026-05-21T09:52:08.047ZPlanning: Package planning ... Done (0.014s)
11192026-05-21T09:52:08.050ZPlanning: Merging actions ... Done (0.002s)
11202026-05-21T09:52:08.239ZPlanning: Checking for conflicting actions ... Done (0.190s)
11212026-05-21T09:52:08.243ZPlanning: Consolidating action changes ... Done (0.001s)
11222026-05-21T09:52:09.114ZPlanning: Evaluating mediators ... Done (0.874s)
11232026-05-21T09:52:09.117ZPlanning: Planning completed in 1.33 seconds
11242026-05-21T09:52:09.124Z Packages to install: 2
11252026-05-21T09:52:09.124Z Estimated space available: 155.70 GB
11262026-05-21T09:52:09.124ZEstimated space to be consumed: 19.75 MB
11272026-05-21T09:52:09.124Z Create boot environment: No
11282026-05-21T09:52:09.124ZCreate backup boot environment: No
11292026-05-21T09:52:09.124Z Rebuild boot archive: No
11302026-05-21T09:52:09.127Z
11312026-05-21T09:52:09.127ZChanged packages:
11322026-05-21T09:52:09.127Zhelios
11332026-05-21T09:52:09.127Z developer/build-essential
11342026-05-21T09:52:09.127Z None -> 11-3.0
11352026-05-21T09:52:09.127Z library/libxmlsec1
11362026-05-21T09:52:09.127Z None -> 1.2.35-3.0
11372026-05-21T09:52:09.150Z
11382026-05-21T09:52:09.150ZDownload: 0/214 items 0.0/1.3MB 0% complete
11392026-05-21T09:52:09.629ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
11402026-05-21T09:52:09.730Z Actions: 1/268 actions (Installing new actions)
11412026-05-21T09:52:09.770Z Actions: Completed 268 actions in 0.04 seconds.
11422026-05-21T09:52:09.777ZFinalize: Updating package state database ... Done (0.007s)
11432026-05-21T09:52:09.780ZFinalize: Updating package cache ... Done (0.000s)
11442026-05-21T09:52:09.792ZFinalize: Updating image state ... Done (0.015s)
11452026-05-21T09:52:12.375ZFinalize: Creating fast lookup database ... Done (2.558s)
11462026-05-21T09:52:12.440ZFinalize: Reading search index ... Done (0.012s)
11472026-05-21T09:52:12.444ZFinalize: Updating search index ... Done (0.000s)
11482026-05-21T09:52:12.524ZFinalize: Updating package cache ... Done (0.000s)
11492026-05-21T09:52:12.815ZPlanning: Evaluating mediator changes ... Done
11502026-05-21T09:52:12.920ZPlanning: Checking for conflicting actions ... Done
11512026-05-21T09:52:12.923ZPlanning: Consolidating action changes ... Done
11522026-05-21T09:52:13.084ZPlanning: Evaluating mediators ... Done
11532026-05-21T09:52:13.087ZPlanning: Planning completed in 0.27 seconds
11542026-05-21T09:52:13.107Z Mediators to change: 2
11552026-05-21T09:52:13.107Z Create boot environment: No
11562026-05-21T09:52:13.107ZCreate backup boot environment: No
11572026-05-21T09:52:13.180ZFinalize: Updating package state database ... Done
11582026-05-21T09:52:13.180ZFinalize: Updating package cache ... Done
11592026-05-21T09:52:13.189ZFinalize: Updating image state ... Done
11602026-05-21T09:52:15.151ZFinalize: Creating fast lookup database ... Done
11612026-05-21T09:52:15.217ZFinalize: Reading search index ... Done
11622026-05-21T09:52:15.219ZFinalize: Updating search index ... Done
11632026-05-21T09:52:15.307ZFinalize: Updating package cache ... Done
11642026-05-21T09:52:15.590ZPlanning: Evaluating mediator changes ... Done
11652026-05-21T09:52:15.693ZPlanning: Checking for conflicting actions ... Done
11662026-05-21T09:52:15.696ZPlanning: Consolidating action changes ... Done
11672026-05-21T09:52:15.855ZPlanning: Evaluating mediators ... Done
11682026-05-21T09:52:15.857ZPlanning: Planning completed in 0.27 seconds
11692026-05-21T09:52:15.879Z Mediators to change: 1
11702026-05-21T09:52:15.879Z Create boot environment: No
11712026-05-21T09:52:15.879ZCreate backup boot environment: No
11722026-05-21T09:52:15.932ZFinalize: Updating package state database ... Done
11732026-05-21T09:52:15.932ZFinalize: Updating package cache ... Done
11742026-05-21T09:52:15.942ZFinalize: Updating image state ... Done
11752026-05-21T09:52:17.875ZFinalize: Creating fast lookup database ... Done
11762026-05-21T09:52:17.943ZFinalize: Reading search index ... Done
11772026-05-21T09:52:17.946ZFinalize: Updating search index ... Done
11782026-05-21T09:52:18.015ZFinalize: Updating package cache ... Done
11792026-05-21T09:52:18.327ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11802026-05-21T09:52:18.327Zapache system 2.4 system
11812026-05-21T09:52:18.327Zclang system 15 system
11822026-05-21T09:52:18.327Zcsh system system illumos
11832026-05-21T09:52:18.327Zctags system system illumos
11842026-05-21T09:52:18.327Zfile vendor vendor darwinsys
11852026-05-21T09:52:18.327Zfile system system illumos
11862026-05-21T09:52:18.327Zgcc vendor 14 vendor
11872026-05-21T09:52:18.327Zgcc system 13 system
11882026-05-21T09:52:18.327Zgcc system 10 system
11892026-05-21T09:52:18.327Zgo system 1.25 system
11902026-05-21T09:52:18.327Zllvm system 15 system
11912026-05-21T09:52:18.327Zmariadb system 11.4 system
11922026-05-21T09:52:18.327Zmta vendor vendor dma
11932026-05-21T09:52:18.327Zopenjdk system 17 system
11942026-05-21T09:52:18.327Zopenjdk system 11 system
11952026-05-21T09:52:18.328Zopenssl vendor 3 vendor
11962026-05-21T09:52:18.328Zperl system 5.40 system
11972026-05-21T09:52:18.328Zpostgresql system 18 system
11982026-05-21T09:52:18.328Zpostgresql system 17 system
11992026-05-21T09:52:18.328Zpython vendor 3 vendor
12002026-05-21T09:52:18.328Zpython system 2 system
12012026-05-21T09:52:18.328Zpython3 vendor 3.13 vendor
12022026-05-21T09:52:18.328Zruby system 3.4 system
12032026-05-21T09:52:18.328Zruby system 3.0 system
12042026-05-21T09:52:18.328Zwords vendor vendor american-english
12052026-05-21T09:52:18.328Zwords system system australian-english
12062026-05-21T09:52:18.328Zwords system system british-english
12072026-05-21T09:52:18.328Zwords system system canadian-english
12082026-05-21T09:52:18.328Zwords system system french
12092026-05-21T09:52:18.328Zwords system system italian
12102026-05-21T09:52:18.328Zwords system system ngerman
12112026-05-21T09:52:18.328Zwords system system ogerman
12122026-05-21T09:52:18.328Zwords system system spanish
12132026-05-21T09:52:18.590ZPUBLISHER TYPE STATUS P LOCATION
12142026-05-21T09:52:18.590Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12152026-05-21T09:52:18.856ZFMRI IFO
12162026-05-21T09:52:18.856Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12172026-05-21T09:52:18.856Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12182026-05-21T09:52:18.856Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12192026-05-21T09:52:18.856Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12202026-05-21T09:52:18.856Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12212026-05-21T09:52:18.856Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12222026-05-21T09:52:18.856Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12232026-05-21T09:52:18.856Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12242026-05-21T09:52:18.856Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12252026-05-21T09:52:19.482Z Downloading crates ...
12262026-05-21T09:52:19.542Z Downloaded cargo_toml v0.21.0
12272026-05-21T09:52:19.636Z Compiling proc-macro2 v1.0.106
12282026-05-21T09:52:19.637Z Compiling quote v1.0.45
12292026-05-21T09:52:19.637Z Compiling unicode-ident v1.0.24
12302026-05-21T09:52:19.637Z Compiling serde_core v1.0.228
12312026-05-21T09:52:19.637Z Compiling libc v0.2.185
12322026-05-21T09:52:19.637Z Compiling version_check v0.9.5
12332026-05-21T09:52:19.637Z Compiling stable_deref_trait v1.2.1
12342026-05-21T09:52:19.637Z Compiling serde v1.0.228
12352026-05-21T09:52:19.637Z Compiling memchr v2.8.0
12362026-05-21T09:52:19.637Z Compiling zmij v1.0.21
12372026-05-21T09:52:19.637Z Compiling ucd-trie v0.1.7
12382026-05-21T09:52:19.736Z Compiling thiserror v1.0.69
12392026-05-21T09:52:19.736Z Compiling itoa v1.0.17
12402026-05-21T09:52:19.736Z Compiling autocfg v1.5.0
12412026-05-21T09:52:19.736Z Compiling writeable v0.6.2
12422026-05-21T09:52:19.915Z Compiling litemap v0.8.1
12432026-05-21T09:52:19.987Z Compiling icu_properties_data v2.1.2
12442026-05-21T09:52:20.068Z Compiling byteorder v1.5.0
12452026-05-21T09:52:20.140Z Compiling icu_normalizer_data v2.1.1
12462026-05-21T09:52:20.140Z Compiling rustix v1.1.3
12472026-05-21T09:52:20.210Z Compiling pest v2.8.6
12482026-05-21T09:52:20.215Z Compiling serde_json v1.0.149
12492026-05-21T09:52:20.278Z Compiling bitflags v2.11.0
12502026-05-21T09:52:20.278Z Compiling typeid v1.0.3
12512026-05-21T09:52:20.337Z Compiling num-traits v0.2.19
12522026-05-21T09:52:20.337Z Compiling equivalent v1.0.2
12532026-05-21T09:52:20.397Z Compiling hashbrown v0.17.0
12542026-05-21T09:52:20.437Z Compiling smallvec v1.15.1
12552026-05-21T09:52:20.462Z Compiling usdt-impl v0.5.0
12562026-05-21T09:52:20.467Z Compiling proc-macro-error-attr v1.0.4
12572026-05-21T09:52:20.477Z Compiling erased-serde v0.4.9
12582026-05-21T09:52:20.495Z Compiling toml_write v0.1.2
12592026-05-21T09:52:20.502Z Compiling syn v1.0.109
12602026-05-21T09:52:20.595Z Compiling errno v0.3.14
12612026-05-21T09:52:20.640Z Compiling thread-id v4.2.2
12622026-05-21T09:52:20.655Z Compiling winnow v0.7.14
12632026-05-21T09:52:20.730Z Compiling proc-macro-error v1.0.4
12642026-05-21T09:52:20.734Z Compiling percent-encoding v2.3.2
12652026-05-21T09:52:20.764Z Compiling log v0.4.29
12662026-05-21T09:52:20.778Z Compiling thiserror v2.0.18
12672026-05-21T09:52:20.781Z Compiling getrandom v0.4.1
12682026-05-21T09:52:20.802Z Compiling utf8_iter v1.0.4
12692026-05-21T09:52:20.864Z Compiling utf8parse v0.2.2
12702026-05-21T09:52:20.927Z Compiling indexmap v2.14.0
12712026-05-21T09:52:20.972Z Compiling plain v0.2.3
12722026-05-21T09:52:20.975Z Compiling camino v1.2.2
12732026-05-21T09:52:20.992Z Compiling anstyle-parse v1.0.0
12742026-05-21T09:52:21.014Z Compiling form_urlencoded v1.2.2
12752026-05-21T09:52:21.133Z Compiling syn v2.0.117
12762026-05-21T09:52:21.237Z Compiling pest_meta v2.8.6
12772026-05-21T09:52:21.237Z Compiling anstyle-query v1.1.5
12782026-05-21T09:52:21.258Z Compiling pretty-hex v0.4.1
12792026-05-21T09:52:21.375Z Compiling ordered-float v2.10.1
12802026-05-21T09:52:21.400Z Compiling cfg-if v1.0.4
12812026-05-21T09:52:21.411Z Compiling anstyle v1.0.14
12822026-05-21T09:52:21.414Z Compiling colorchoice v1.0.4
12832026-05-21T09:52:21.436Z Compiling is_terminal_polyfill v1.70.2
12842026-05-21T09:52:21.537Z Compiling fs-err v3.3.0
12852026-05-21T09:52:21.552Z Compiling heck v0.5.0
12862026-05-21T09:52:21.564Z Compiling fastrand v2.3.0
12872026-05-21T09:52:21.640Z Compiling anstream v1.0.0
12882026-05-21T09:52:21.665Z Compiling terminal_size v0.4.3
12892026-05-21T09:52:21.665Z Compiling clap_lex v1.0.0
12902026-05-21T09:52:21.688Z Compiling anyhow v1.0.102
12912026-05-21T09:52:21.705Z Compiling bytecount v0.6.9
12922026-05-21T09:52:21.755Z Compiling once_cell v1.21.3
12932026-05-21T09:52:21.811Z Compiling strsim v0.11.1
12942026-05-21T09:52:21.827Z Compiling heck v0.4.1
12952026-05-21T09:52:21.851Z Compiling unicode-xid v0.2.6
12962026-05-21T09:52:21.862Z Compiling fnv v1.0.7
12972026-05-21T09:52:21.957Z Compiling unicode-width v0.1.14
12982026-05-21T09:52:21.970Z Compiling tempfile v3.25.0
12992026-05-21T09:52:21.995Z Compiling memmap v0.7.0
13002026-05-21T09:52:22.008Z Compiling unicode-linebreak v0.1.5
13012026-05-21T09:52:22.096Z Compiling semver v1.0.28
13022026-05-21T09:52:22.203Z Compiling papergrid v0.11.0
13032026-05-21T09:52:22.227Z Compiling clap_builder v4.6.0
13042026-05-21T09:52:22.230Z Compiling smawk v0.3.2
13052026-05-21T09:52:22.257Z Compiling unicode-width v0.2.0
13062026-05-21T09:52:22.366Z Compiling camino-tempfile v1.4.1
13072026-05-21T09:52:22.465Z Compiling serde-untagged v0.1.9
13082026-05-21T09:52:22.478Z Compiling swrite v0.1.0
13092026-05-21T09:52:22.546Z Compiling textwrap v0.16.2
13102026-05-21T09:52:22.561Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13112026-05-21T09:52:22.904Z Compiling tabled_derive v0.7.0
13122026-05-21T09:52:23.564Z Compiling tabled v0.15.0
13132026-05-21T09:52:23.672Z Compiling synstructure v0.13.2
13142026-05-21T09:52:23.672Z Compiling pest_generator v2.8.6
13152026-05-21T09:52:24.223Z Compiling serde_derive v1.0.228
13162026-05-21T09:52:24.226Z Compiling zerofrom-derive v0.1.6
13172026-05-21T09:52:24.226Z Compiling yoke-derive v0.8.1
13182026-05-21T09:52:24.226Z Compiling zerovec-derive v0.11.2
13192026-05-21T09:52:24.226Z Compiling displaydoc v0.2.5
13202026-05-21T09:52:24.226Z Compiling thiserror-impl v1.0.69
13212026-05-21T09:52:24.227Z Compiling zerocopy-derive v0.7.35
13222026-05-21T09:52:24.227Z Compiling scroll_derive v0.12.1
13232026-05-21T09:52:24.227Z Compiling thiserror-impl v2.0.18
13242026-05-21T09:52:24.227Z Compiling clap_derive v4.6.1
13252026-05-21T09:52:24.265Z Compiling pest_derive v2.8.6
13262026-05-21T09:52:24.847Z Compiling scroll v0.12.0
13272026-05-21T09:52:25.065Z Compiling zerocopy v0.7.35
13282026-05-21T09:52:25.076Z Compiling goblin v0.8.2
13292026-05-21T09:52:25.273Z Compiling zerofrom v0.1.6
13302026-05-21T09:52:25.371Z Compiling yoke v0.8.1
13312026-05-21T09:52:25.409Z Compiling dtrace-parser v0.2.0
13322026-05-21T09:52:25.521Z Compiling zerovec v0.11.5
13332026-05-21T09:52:25.522Z Compiling zerotrie v0.2.3
13342026-05-21T09:52:25.606Z Compiling clap v4.6.1
13352026-05-21T09:52:25.923Z Compiling tinystr v0.8.2
13362026-05-21T09:52:25.923Z Compiling potential_utf v0.1.4
13372026-05-21T09:52:26.036Z Compiling icu_collections v2.1.1
13382026-05-21T09:52:26.063Z Compiling icu_locale_core v2.1.1
13392026-05-21T09:52:27.035Z Compiling icu_provider v2.1.1
13402026-05-21T09:52:27.052Z Compiling dof v0.3.0
13412026-05-21T09:52:27.052Z Compiling serde_tokenstream v0.2.3
13422026-05-21T09:52:27.052Z Compiling toml_datetime v0.6.11
13432026-05-21T09:52:27.052Z Compiling serde_spanned v0.6.9
13442026-05-21T09:52:27.052Z Compiling serde-value v0.7.0
13452026-05-21T09:52:27.052Z Compiling cargo-platform v0.2.0
13462026-05-21T09:52:27.052Z Compiling macaddr v1.0.1
13472026-05-21T09:52:27.052Z Compiling icu_properties v2.1.2
13482026-05-21T09:52:27.052Z Compiling icu_normalizer v2.1.1
13492026-05-21T09:52:27.052Z Compiling toml_edit v0.22.27
13502026-05-21T09:52:27.463Z Compiling usdt-macro v0.5.0
13512026-05-21T09:52:27.466Z Compiling usdt-attr-macro v0.5.0
13522026-05-21T09:52:27.651Z Compiling idna_adapter v1.2.1
13532026-05-21T09:52:27.751Z Compiling idna v1.1.0
13542026-05-21T09:52:28.018Z Compiling url v2.5.8
13552026-05-21T09:52:28.050Z Compiling usdt v0.5.0
13562026-05-21T09:52:28.214Z Compiling toml v0.8.23
13572026-05-21T09:52:28.536Z Compiling cargo-util-schemas v0.8.2
13582026-05-21T09:52:28.536Z Compiling cargo_toml v0.21.0
13592026-05-21T09:52:29.321Z Compiling cargo_metadata v0.21.0
13602026-05-21T09:52:30.241Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13612026-05-21T09:52:32.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.40s
13622026-05-21T09:52:32.387Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13632026-05-21T09:52:33.180Z Compiling libc v0.2.185
13642026-05-21T09:52:33.180Z Compiling serde v1.0.228
13652026-05-21T09:52:33.183Z Compiling log v0.4.29
13662026-05-21T09:52:33.183Z Compiling find-msvc-tools v0.1.9
13672026-05-21T09:52:33.183Z Compiling shlex v1.3.0
13682026-05-21T09:52:33.183Z Compiling smallvec v1.15.1
13692026-05-21T09:52:33.183Z Compiling typenum v1.19.0
13702026-05-21T09:52:33.183Z Compiling subtle v2.6.1
13712026-05-21T09:52:33.356Z Compiling generic-array v0.14.7
13722026-05-21T09:52:33.359Z Compiling scopeguard v1.2.0
13732026-05-21T09:52:33.426Z Compiling const-oid v0.9.6
13742026-05-21T09:52:33.430Z Compiling serde_json v1.0.149
13752026-05-21T09:52:33.439Z Compiling syn v2.0.117
13762026-05-21T09:52:33.454Z Compiling zerocopy v0.8.40
13772026-05-21T09:52:33.458Z Compiling pin-project-lite v0.2.17
13782026-05-21T09:52:33.458Z Compiling portable-atomic v1.13.1
13792026-05-21T09:52:33.521Z Compiling lock_api v0.4.14
13802026-05-21T09:52:33.524Z Compiling parking_lot_core v0.9.12
13812026-05-21T09:52:33.586Z Compiling pkg-config v0.3.32
13822026-05-21T09:52:33.588Z Compiling bitflags v2.11.0
13832026-05-21T09:52:33.588Z Compiling futures-core v0.3.32
13842026-05-21T09:52:33.603Z Compiling critical-section v1.2.0
13852026-05-21T09:52:33.607Z Compiling libm v0.2.16
13862026-05-21T09:52:33.730Z Compiling num-traits v0.2.19
13872026-05-21T09:52:33.762Z Compiling percent-encoding v2.3.2
13882026-05-21T09:52:33.798Z Compiling futures-sink v0.3.32
13892026-05-21T09:52:33.801Z Compiling getrandom v0.4.1
13902026-05-21T09:52:33.815Z Compiling slab v0.4.12
13912026-05-21T09:52:33.861Z Compiling futures-task v0.3.32
13922026-05-21T09:52:33.910Z Compiling futures-io v0.3.32
13932026-05-21T09:52:33.965Z Compiling futures-channel v0.3.32
13942026-05-21T09:52:33.980Z Compiling cpufeatures v0.2.17
13952026-05-21T09:52:34.023Z Compiling rand_core v0.10.0
13962026-05-21T09:52:34.056Z Compiling indexmap v2.14.0
13972026-05-21T09:52:34.074Z Compiling rustversion v1.0.22
13982026-05-21T09:52:34.103Z Compiling getrandom v0.3.4
13992026-05-21T09:52:34.118Z Compiling form_urlencoded v1.2.2
14002026-05-21T09:52:34.139Z Compiling dunce v1.0.5
14012026-05-21T09:52:34.173Z Compiling fs_extra v1.3.0
14022026-05-21T09:52:34.189Z Compiling base64ct v1.8.3
14032026-05-21T09:52:34.222Z Compiling ident_case v1.0.1
14042026-05-21T09:52:34.225Z Compiling regex-syntax v0.8.10
14052026-05-21T09:52:34.251Z Compiling getrandom v0.2.17
14062026-05-21T09:52:34.254Z Compiling jobserver v0.1.34
14072026-05-21T09:52:34.318Z Compiling errno v0.3.14
14082026-05-21T09:52:34.365Z Compiling mio v1.2.0
14092026-05-21T09:52:34.438Z Compiling rand_core v0.6.4
14102026-05-21T09:52:34.454Z Compiling signal-hook-registry v1.4.8
14112026-05-21T09:52:34.477Z Compiling cc v1.2.56
14122026-05-21T09:52:34.492Z Compiling socket2 v0.6.3
14132026-05-21T09:52:34.507Z Compiling once_cell v1.21.3
14142026-05-21T09:52:34.616Z Compiling parking_lot v0.12.5
14152026-05-21T09:52:34.668Z Compiling pem-rfc7468 v0.7.0
14162026-05-21T09:52:34.724Z Compiling flagset v0.4.7
14172026-05-21T09:52:34.741Z Compiling rustix v1.1.3
14182026-05-21T09:52:34.756Z Compiling iana-time-zone v0.1.65
14192026-05-21T09:52:34.773Z Compiling vcpkg v0.2.15
14202026-05-21T09:52:34.776Z Compiling aws-lc-rs v1.16.3
14212026-05-21T09:52:34.880Z Compiling tracing-core v0.1.36
14222026-05-21T09:52:34.915Z Compiling uuid v1.23.0
14232026-05-21T09:52:34.930Z Compiling rustc_version v0.4.1
14242026-05-21T09:52:34.978Z Compiling base64 v0.22.1
14252026-05-21T09:52:34.993Z Compiling httparse v1.10.1
14262026-05-21T09:52:35.010Z Compiling untrusted v0.7.1
14272026-05-21T09:52:35.129Z Compiling rand_core v0.9.5
14282026-05-21T09:52:35.145Z Compiling tinyvec_macros v0.1.1
14292026-05-21T09:52:35.159Z Compiling untrusted v0.9.0
14302026-05-21T09:52:35.176Z Compiling openssl-probe v0.2.1
14312026-05-21T09:52:35.225Z Compiling cmake v0.1.57
14322026-05-21T09:52:35.271Z Compiling tinyvec v1.10.0
14332026-05-21T09:52:35.294Z Compiling aho-corasick v1.1.4
14342026-05-21T09:52:35.310Z Compiling tower-service v0.3.3
14352026-05-21T09:52:35.326Z Compiling tower-layer v0.3.3
14362026-05-21T09:52:35.379Z Compiling try-lock v0.2.5
14372026-05-21T09:52:35.422Z Compiling schemars v0.8.22
14382026-05-21T09:52:35.436Z Compiling dyn-clone v1.0.20
14392026-05-21T09:52:35.440Z Compiling rustls v0.23.37
14402026-05-21T09:52:35.468Z Compiling atomic-waker v1.1.2
14412026-05-21T09:52:35.493Z Compiling want v0.3.1
14422026-05-21T09:52:35.508Z Compiling pin-utils v0.1.0
14432026-05-21T09:52:35.542Z Compiling openssl v0.10.79
14442026-05-21T09:52:35.598Z Compiling foreign-types-shared v0.1.1
14452026-05-21T09:52:35.615Z Compiling httpdate v1.0.3
14462026-05-21T09:52:35.615Z Compiling unicode-normalization v0.1.25
14472026-05-21T09:52:35.653Z Compiling spin v0.9.8
14482026-05-21T09:52:35.668Z Compiling powerfmt v0.2.0
14492026-05-21T09:52:35.668Z Compiling native-tls v0.2.18
14502026-05-21T09:52:35.675Z Compiling num-conv v0.2.0
14512026-05-21T09:52:35.709Z Compiling foreign-types v0.3.2
14522026-05-21T09:52:35.742Z Compiling crc32fast v1.5.0
14532026-05-21T09:52:35.762Z Compiling time-core v0.1.8
14542026-05-21T09:52:35.800Z Compiling wait-timeout v0.2.1
14552026-05-21T09:52:35.802Z Compiling sync_wrapper v1.0.2
14562026-05-21T09:52:35.832Z Compiling deranged v0.5.8
14572026-05-21T09:52:35.850Z Compiling crossbeam-utils v0.8.21
14582026-05-21T09:52:35.868Z Compiling siphasher v1.0.2
14592026-05-21T09:52:35.883Z Compiling num_threads v0.1.7
14602026-05-21T09:52:35.899Z Compiling quick-error v1.2.3
14612026-05-21T09:52:35.929Z Compiling usdt-impl v0.6.0
14622026-05-21T09:52:35.933Z Compiling time-macros v0.2.27
14632026-05-21T09:52:35.964Z Compiling syn v1.0.109
14642026-05-21T09:52:35.998Z Compiling bit-vec v0.8.0
14652026-05-21T09:52:36.021Z Compiling simd-adler32 v0.3.8
14662026-05-21T09:52:36.063Z Compiling aws-lc-sys v0.40.0
14672026-05-21T09:52:36.080Z Compiling ring v0.17.14
14682026-05-21T09:52:36.096Z Compiling openssl-sys v0.9.115
14692026-05-21T09:52:36.100Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-05-21T09:52:36.130Z Compiling regex-automata v0.4.14
14712026-05-21T09:52:36.199Z Compiling bit-set v0.8.0
14722026-05-21T09:52:36.259Z Compiling bzip2-sys v0.1.13+1.0.8
14732026-05-21T09:52:36.291Z Compiling synstructure v0.13.2
14742026-05-21T09:52:36.306Z Compiling pest_generator v2.8.6
14752026-05-21T09:52:36.434Z Compiling serde_derive_internals v0.29.1
14762026-05-21T09:52:36.479Z Compiling darling_core v0.20.11
14772026-05-21T09:52:36.611Z Compiling tempfile v3.25.0
14782026-05-21T09:52:36.714Z Compiling darling_core v0.21.3
14792026-05-21T09:52:36.717Z Compiling rand_xorshift v0.4.0
14802026-05-21T09:52:36.942Z Compiling rusty-fork v0.3.1
14812026-05-21T09:52:36.956Z Compiling slog v2.8.2
14822026-05-21T09:52:36.981Z Compiling heapless v0.7.17
14832026-05-21T09:52:37.009Z Compiling thread-id v5.1.0
14842026-05-21T09:52:37.107Z Compiling cookie v0.18.1
14852026-05-21T09:52:37.122Z Compiling iri-string v0.7.10
14862026-05-21T09:52:37.125Z Compiling zstd-safe v7.2.4
14872026-05-21T09:52:37.140Z Compiling time v0.3.47
14882026-05-21T09:52:37.173Z Compiling unarray v0.1.4
14892026-05-21T09:52:37.250Z Compiling adler2 v2.0.1
14902026-05-21T09:52:37.289Z Compiling paste v1.0.15
14912026-05-21T09:52:37.307Z Compiling allocator-api2 v0.2.21
14922026-05-21T09:52:37.322Z Compiling unicode-properties v0.1.4
14932026-05-21T09:52:37.342Z Compiling unicode-bidi v0.3.18
14942026-05-21T09:52:37.366Z Compiling ryu v1.0.23
14952026-05-21T09:52:37.381Z Compiling signal-hook v0.3.18
14962026-05-21T09:52:37.403Z Compiling anyhow v1.0.102
14972026-05-21T09:52:37.555Z Compiling miniz_oxide v0.8.9
14982026-05-21T09:52:37.675Z Compiling stringprep v0.1.5
14992026-05-21T09:52:37.900Z Compiling num-integer v0.1.46
15002026-05-21T09:52:38.026Z Compiling vergen-lib v0.1.6
15012026-05-21T09:52:38.132Z Compiling serde_derive v1.0.228
15022026-05-21T09:52:38.211Z Compiling zeroize_derive v1.4.3
15032026-05-21T09:52:38.227Z Compiling zerofrom-derive v0.1.6
15042026-05-21T09:52:38.244Z Compiling yoke-derive v0.8.1
15052026-05-21T09:52:38.259Z Compiling zerocopy-derive v0.8.40
15062026-05-21T09:52:38.291Z Compiling zerovec-derive v0.11.2
15072026-05-21T09:52:38.428Z Compiling displaydoc v0.2.5
15082026-05-21T09:52:38.700Z Compiling tokio-macros v2.7.0
15092026-05-21T09:52:38.848Z Compiling futures-macro v0.3.32
15102026-05-21T09:52:38.889Z Compiling der_derive v0.7.3
15112026-05-21T09:52:38.924Z Compiling zeroize v1.8.2
15122026-05-21T09:52:39.240Z Compiling rustls-pki-types v1.14.0
15132026-05-21T09:52:39.375Z Compiling thiserror-impl v2.0.18
15142026-05-21T09:52:39.492Z Compiling tracing-attributes v0.1.31
15152026-05-21T09:52:39.505Z Compiling scroll_derive v0.13.1
15162026-05-21T09:52:39.508Z Compiling pest_derive v2.8.6
15172026-05-21T09:52:39.698Z Compiling crypto-common v0.1.7
15182026-05-21T09:52:39.720Z Compiling zerofrom v0.1.6
15192026-05-21T09:52:39.733Z Compiling block-buffer v0.10.4
15202026-05-21T09:52:39.746Z Compiling futures-util v0.3.32
15212026-05-21T09:52:39.837Z Compiling yoke v0.8.1
15222026-05-21T09:52:39.875Z Compiling digest v0.10.7
15232026-05-21T09:52:39.910Z Compiling block-padding v0.3.3
15242026-05-21T09:52:39.927Z Compiling der v0.7.10
15252026-05-21T09:52:39.991Z Compiling schemars_derive v0.8.22
15262026-05-21T09:52:40.051Z Compiling zerovec v0.11.5
15272026-05-21T09:52:40.094Z Compiling zerotrie v0.2.3
15282026-05-21T09:52:40.143Z Compiling hmac v0.12.1
15292026-05-21T09:52:40.324Z Compiling inout v0.1.4
15302026-05-21T09:52:40.381Z Compiling sha2 v0.10.9
15312026-05-21T09:52:40.427Z Compiling pbkdf2 v0.12.2
15322026-05-21T09:52:40.463Z Compiling cipher v0.4.4
15332026-05-21T09:52:40.520Z Compiling tinystr v0.8.2
15342026-05-21T09:52:40.567Z Compiling potential_utf v0.1.4
15352026-05-21T09:52:40.584Z Compiling scroll v0.13.0
15362026-05-21T09:52:40.750Z Compiling icu_locale_core v2.1.1
15372026-05-21T09:52:40.764Z Compiling icu_collections v2.1.1
15382026-05-21T09:52:40.768Z Compiling spki v0.7.3
15392026-05-21T09:52:40.795Z Compiling salsa20 v0.10.2
15402026-05-21T09:52:40.812Z Compiling thiserror v2.0.18
15412026-05-21T09:52:40.889Z Compiling aes v0.8.4
15422026-05-21T09:52:40.904Z Compiling tracing v0.1.44
15432026-05-21T09:52:40.945Z Compiling scrypt v0.11.0
15442026-05-21T09:52:40.960Z Compiling cbc v0.1.2
15452026-05-21T09:52:41.135Z Compiling darling_macro v0.20.11
15462026-05-21T09:52:41.175Z Compiling openssl-macros v0.1.1
15472026-05-21T09:52:41.203Z Compiling goblin v0.10.5
15482026-05-21T09:52:41.233Z Compiling rustls-native-certs v0.8.3
15492026-05-21T09:52:41.293Z Compiling pkcs5 v0.7.1
15502026-05-21T09:52:41.327Z Compiling dtrace-parser v0.3.0
15512026-05-21T09:52:41.547Z Compiling icu_provider v2.1.1
15522026-05-21T09:52:41.620Z Compiling pkcs8 v0.10.2
15532026-05-21T09:52:41.685Z Compiling darling v0.20.11
15542026-05-21T09:52:41.700Z Compiling bytes v1.11.1
15552026-05-21T09:52:41.789Z Compiling icu_normalizer v2.1.1
15562026-05-21T09:52:41.805Z Compiling icu_properties v2.1.2
15572026-05-21T09:52:41.821Z Compiling chrono v0.4.44
15582026-05-21T09:52:41.824Z Compiling ipnet v2.11.0
15592026-05-21T09:52:41.870Z Compiling derive_builder_core v0.20.2
15602026-05-21T09:52:41.956Z Compiling signature v2.2.0
15612026-05-21T09:52:41.988Z Compiling webpki-roots v1.0.6
15622026-05-21T09:52:42.087Z Compiling scroll_derive v0.12.1
15632026-05-21T09:52:42.120Z Compiling thiserror-impl v1.0.69
15642026-05-21T09:52:42.138Z Compiling toml_datetime v0.6.11
15652026-05-21T09:52:42.161Z Compiling serde_spanned v0.6.9
15662026-05-21T09:52:42.330Z Compiling tokio v1.52.1
15672026-05-21T09:52:42.347Z Compiling http v1.4.0
15682026-05-21T09:52:42.363Z Compiling serde_tokenstream v0.2.3
15692026-05-21T09:52:42.378Z Compiling serde_urlencoded v0.7.1
15702026-05-21T09:52:42.428Z Compiling erased-serde v0.3.31
15712026-05-21T09:52:42.645Z Compiling md-5 v0.10.6
15722026-05-21T09:52:42.698Z Compiling idna_adapter v1.2.1
15732026-05-21T09:52:42.791Z Compiling ppv-lite86 v0.2.21
15742026-05-21T09:52:42.809Z Compiling scroll v0.12.0
15752026-05-21T09:52:42.835Z Compiling idna v1.1.0
15762026-05-21T09:52:42.851Z Compiling derive_builder_macro v0.20.2
15772026-05-21T09:52:42.864Z Compiling darling_macro v0.21.3
15782026-05-21T09:52:42.936Z Compiling bstr v1.12.1
15792026-05-21T09:52:42.950Z Compiling zerocopy-derive v0.7.35
15802026-05-21T09:52:42.953Z Compiling pin-project-internal v1.1.11
15812026-05-21T09:52:43.155Z Compiling url v2.5.8
15822026-05-21T09:52:43.187Z Compiling rand_chacha v0.9.0
15832026-05-21T09:52:43.307Z Compiling http-body v1.0.1
15842026-05-21T09:52:43.374Z Compiling rand_chacha v0.3.1
15852026-05-21T09:52:43.428Z Compiling rand v0.9.2
15862026-05-21T09:52:43.447Z Compiling http-body-util v0.1.3
15872026-05-21T09:52:43.484Z Compiling async-trait v0.1.89
15882026-05-21T09:52:43.517Z Compiling thiserror v1.0.69
15892026-05-21T09:52:43.538Z Compiling curve25519-dalek v4.1.3
15902026-05-21T09:52:43.648Z Compiling ff v0.13.1
15912026-05-21T09:52:43.665Z Compiling hash32 v0.2.1
15922026-05-21T09:52:43.820Z Compiling memoffset v0.9.1
15932026-05-21T09:52:43.904Z Compiling encoding_rs v0.8.35
15942026-05-21T09:52:43.923Z Compiling base16ct v0.2.0
15952026-05-21T09:52:43.939Z Compiling psl-types v2.0.11
15962026-05-21T09:52:43.960Z Compiling rustix v0.38.44
15972026-05-21T09:52:44.051Z Compiling dof v0.4.0
15982026-05-21T09:52:44.092Z Compiling proptest v1.10.0
15992026-05-21T09:52:44.141Z Compiling fallible-iterator v0.2.0
16002026-05-21T09:52:44.232Z Compiling ref-cast v1.0.25
16012026-05-21T09:52:44.268Z Compiling mime v0.3.17
16022026-05-21T09:52:44.309Z Compiling cfg_aliases v0.2.1
16032026-05-21T09:52:44.357Z Compiling num-bigint-dig v0.8.6
16042026-05-21T09:52:44.426Z Compiling litrs v1.0.0
16052026-05-21T09:52:44.440Z Compiling zlib-rs v0.6.2
16062026-05-21T09:52:44.498Z Compiling smoltcp v0.9.1
16072026-05-21T09:52:44.611Z Compiling ipnetwork v0.21.1
16082026-05-21T09:52:44.695Z Compiling postgres-protocol v0.6.10
16092026-05-21T09:52:44.710Z Compiling nix v0.31.2
16102026-05-21T09:52:44.899Z Compiling oxnet v0.1.5
16112026-05-21T09:52:44.915Z Compiling pin-project v1.1.11
16122026-05-21T09:52:45.031Z Compiling document-features v0.2.12
16132026-05-21T09:52:45.047Z Compiling publicsuffix v2.3.0
16142026-05-21T09:52:45.075Z Compiling sec1 v0.7.3
16152026-05-21T09:52:45.119Z Compiling zerocopy v0.7.35
16162026-05-21T09:52:45.202Z Compiling group v0.13.0
16172026-05-21T09:52:45.248Z Compiling rand v0.8.6
16182026-05-21T09:52:45.299Z Compiling darling v0.21.3
16192026-05-21T09:52:45.333Z Compiling derive_builder v0.20.2
16202026-05-21T09:52:45.379Z Compiling goblin v0.8.2
16212026-05-21T09:52:45.409Z Compiling futures-executor v0.3.32
16222026-05-21T09:52:45.412Z Compiling cargo-platform v0.1.9
16232026-05-21T09:52:45.480Z Compiling hex v0.4.3
16242026-05-21T09:52:45.495Z Compiling hubpack_derive v0.1.1
16252026-05-21T09:52:45.584Z Compiling hkdf v0.12.4
16262026-05-21T09:52:45.688Z Compiling crypto-bigint v0.5.5
16272026-05-21T09:52:45.704Z Compiling regex v1.12.3
16282026-05-21T09:52:45.732Z Compiling num-iter v0.1.45
16292026-05-21T09:52:45.778Z Compiling curve25519-dalek-derive v0.1.1
16302026-05-21T09:52:45.794Z Compiling ref-cast-impl v1.0.25
16312026-05-21T09:52:45.810Z Compiling strum_macros v0.27.2
16322026-05-21T09:52:45.813Z Compiling daft-derive v0.1.7
16332026-05-21T09:52:45.843Z Compiling snafu-derive v0.8.9
16342026-05-21T09:52:46.156Z Compiling terminal_size v0.4.3
16352026-05-21T09:52:46.274Z Compiling phf_shared v0.13.1
16362026-05-21T09:52:46.298Z Compiling lazy_static v1.5.0
16372026-05-21T09:52:46.314Z Compiling tokio-util v0.7.18
16382026-05-21T09:52:46.380Z Compiling tower v0.5.3
16392026-05-21T09:52:46.420Z Compiling tokio-native-tls v0.3.1
16402026-05-21T09:52:46.449Z Compiling anstyle-parse v0.2.7
16412026-05-21T09:52:46.467Z Compiling vergen v9.0.6
16422026-05-21T09:52:46.525Z Compiling newtype-uuid v1.3.2
16432026-05-21T09:52:46.542Z Compiling fs-err v3.3.0
16442026-05-21T09:52:46.607Z Compiling ahash v0.8.12
16452026-05-21T09:52:46.620Z Compiling unicode-segmentation v1.12.0
16462026-05-21T09:52:46.656Z Compiling bitflags v1.3.2
16472026-05-21T09:52:46.677Z Compiling bumpalo v3.20.2
16482026-05-21T09:52:46.748Z Compiling libbz2-rs-sys v0.2.2
16492026-05-21T09:52:46.763Z Compiling winnow v0.5.40
16502026-05-21T09:52:46.836Z Compiling tower-http v0.6.8
16512026-05-21T09:52:46.889Z Compiling foldhash v0.1.5
16522026-05-21T09:52:46.904Z Compiling object v0.37.3
16532026-05-21T09:52:46.950Z Compiling managed v0.8.0
16542026-05-21T09:52:47.031Z Compiling h2 v0.4.13
16552026-05-21T09:52:47.083Z Compiling foldhash v0.2.0
16562026-05-21T09:52:47.187Z Compiling same-file v1.0.6
16572026-05-21T09:52:47.266Z Compiling hashbrown v0.16.1
16582026-05-21T09:52:47.269Z Compiling bzip2 v0.6.1
16592026-05-21T09:52:47.337Z Compiling walkdir v2.5.0
16602026-05-21T09:52:47.377Z Compiling flate2 v1.1.9
16612026-05-21T09:52:47.449Z Compiling hashbrown v0.15.5
16622026-05-21T09:52:47.515Z Compiling clap_builder v4.6.0
16632026-05-21T09:52:47.672Z Compiling dof v0.3.0
16642026-05-21T09:52:47.737Z Compiling zopfli v0.8.3
16652026-05-21T09:52:47.807Z Compiling snafu v0.8.9
16662026-05-21T09:52:47.871Z Compiling strum v0.27.2
16672026-05-21T09:52:47.884Z Compiling daft v0.1.7
16682026-05-21T09:52:47.922Z Compiling elliptic-curve v0.13.8
16692026-05-21T09:52:47.965Z Compiling anstream v0.6.21
16702026-05-21T09:52:48.067Z Compiling phf v0.13.1
16712026-05-21T09:52:48.084Z Compiling toml_edit v0.19.15
16722026-05-21T09:52:48.257Z Compiling signal-hook-mio v0.2.5
16732026-05-21T09:52:48.288Z Compiling cargo_metadata v0.19.2
16742026-05-21T09:52:48.389Z Compiling cookie_store v0.22.1
16752026-05-21T09:52:48.392Z Compiling hubpack v0.1.2
16762026-05-21T09:52:48.424Z Compiling bzip2 v0.4.4
16772026-05-21T09:52:48.427Z Compiling usdt-attr-macro v0.6.0
16782026-05-21T09:52:48.494Z Compiling usdt-macro v0.6.0
16792026-05-21T09:52:48.509Z Compiling futures v0.3.32
16802026-05-21T09:52:48.608Z Compiling serde_with_macros v3.17.0
16812026-05-21T09:52:48.666Z Compiling postgres-types v0.2.12
16822026-05-21T09:52:48.788Z Compiling zstd v0.13.3
16832026-05-21T09:52:48.917Z Compiling dtrace-parser v0.2.0
16842026-05-21T09:52:49.075Z Compiling globset v0.4.18
16852026-05-21T09:52:49.093Z Compiling ed25519 v2.2.3
16862026-05-21T09:52:49.266Z Compiling pkcs1 v0.7.5
16872026-05-21T09:52:49.305Z Compiling serde_plain v1.0.2
16882026-05-21T09:52:49.320Z Compiling serde-big-array v0.5.1
16892026-05-21T09:52:49.486Z Compiling olpc-cjson v0.1.4
16902026-05-21T09:52:49.526Z Compiling rfc6979 v0.4.0
16912026-05-21T09:52:49.661Z Compiling enum-as-inner v0.6.1
16922026-05-21T09:52:49.676Z Compiling async-recursion v1.1.1
16932026-05-21T09:52:49.679Z Compiling serde_repr v0.1.20
16942026-05-21T09:52:49.708Z Compiling strum_macros v0.26.4
16952026-05-21T09:52:49.721Z Compiling clap_derive v4.6.1
16962026-05-21T09:52:49.795Z Compiling phf_shared v0.11.3
16972026-05-21T09:52:49.811Z Compiling float-cmp v0.10.0
16982026-05-21T09:52:49.919Z Compiling pem v3.0.6
16992026-05-21T09:52:49.989Z Compiling memmap2 v0.9.10
17002026-05-21T09:52:50.009Z Compiling thread-id v4.2.2
17012026-05-21T09:52:50.042Z Compiling env_filter v1.0.0
17022026-05-21T09:52:50.116Z Compiling hyper v1.8.1
17032026-05-21T09:52:50.214Z Compiling new_debug_unreachable v1.0.6
17042026-05-21T09:52:50.233Z Compiling typed-path v0.9.3
17052026-05-21T09:52:50.277Z Compiling data-encoding v2.10.0
17062026-05-21T09:52:50.303Z Compiling keccak v0.1.6
17072026-05-21T09:52:50.319Z Compiling static_assertions v1.1.0
17082026-05-21T09:52:50.381Z Compiling precomputed-hash v0.1.1
17092026-05-21T09:52:50.396Z Compiling whoami v2.1.0
17102026-05-21T09:52:50.410Z Compiling fixedbitset v0.4.2
17112026-05-21T09:52:50.487Z Compiling either v1.15.0
17122026-05-21T09:52:50.645Z Compiling normalize-line-endings v0.3.0
17132026-05-21T09:52:50.660Z Compiling predicates-core v1.0.10
17142026-05-21T09:52:50.717Z Compiling jiff v0.2.21
17152026-05-21T09:52:50.764Z Compiling fixedbitset v0.5.7
17162026-05-21T09:52:50.807Z Compiling difflib v0.4.0
17172026-05-21T09:52:50.822Z Compiling itertools v0.13.0
17182026-05-21T09:52:50.862Z Compiling tokio-postgres v0.7.16
17192026-05-21T09:52:51.010Z Compiling petgraph v0.8.3
17202026-05-21T09:52:51.103Z Compiling predicates v3.1.4
17212026-05-21T09:52:51.131Z Compiling hickory-proto v0.25.2
17222026-05-21T09:52:51.147Z Compiling petgraph v0.6.5
17232026-05-21T09:52:51.285Z Compiling hyper-util v0.1.20
17242026-05-21T09:52:51.401Z Compiling sha3 v0.10.8
17252026-05-21T09:52:51.503Z Compiling string_cache v0.8.9
17262026-05-21T09:52:51.530Z Compiling strum v0.26.3
17272026-05-21T09:52:51.583Z Compiling clap v4.6.1
17282026-05-21T09:52:51.681Z Compiling toml_edit v0.22.27
17292026-05-21T09:52:51.699Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17302026-05-21T09:52:51.760Z Compiling env_logger v0.11.9
17312026-05-21T09:52:51.775Z Compiling usdt v0.6.0
17322026-05-21T09:52:51.794Z Compiling usdt-impl v0.5.0
17332026-05-21T09:52:51.876Z Compiling serde_with v3.17.0
17342026-05-21T09:52:52.067Z Compiling crossterm v0.28.1
17352026-05-21T09:52:52.129Z Compiling ecdsa v0.16.9
17362026-05-21T09:52:52.148Z Compiling rsa v0.9.10
17372026-05-21T09:52:52.422Z Compiling toml v0.7.8
17382026-05-21T09:52:52.547Z Compiling ed25519-dalek v2.2.0
17392026-05-21T09:52:52.989Z Compiling hyper-tls v0.6.0
17402026-05-21T09:52:53.123Z Compiling zip v0.6.6
17412026-05-21T09:52:53.140Z Compiling iddqd v0.4.1
17422026-05-21T09:52:53.449Z Compiling zip v4.6.1
17432026-05-21T09:52:53.533Z Compiling tokio-stream v0.1.18
17442026-05-21T09:52:53.595Z Compiling heck v0.4.1
17452026-05-21T09:52:53.674Z Compiling similar v2.7.0
17462026-05-21T09:52:53.733Z Compiling toml_parser v1.0.9+spec-1.1.0
17472026-05-21T09:52:53.852Z Compiling buf-list v1.1.2
17482026-05-21T09:52:53.964Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17492026-05-21T09:52:54.037Z Compiling openapiv3 v2.2.0
17502026-05-21T09:52:54.159Z Compiling x509-cert v0.2.5
17512026-05-21T09:52:54.305Z Compiling sha1 v0.10.6
17522026-05-21T09:52:54.391Z Compiling crossbeam-epoch v0.9.18
17532026-05-21T09:52:54.435Z Compiling toml_datetime v0.7.5+spec-1.1.0
17542026-05-21T09:52:54.449Z Compiling peg-runtime v0.8.5
17552026-05-21T09:52:54.508Z Compiling lalrpop-util v0.19.12
17562026-05-21T09:52:54.558Z Compiling thread_local v1.1.9
17572026-05-21T09:52:54.580Z Compiling slog-async v2.8.0
17582026-05-21T09:52:54.583Z Compiling crossbeam-channel v0.5.15
17592026-05-21T09:52:54.664Z Compiling filetime v0.2.27
17602026-05-21T09:52:54.727Z Compiling is-terminal v0.4.17
17612026-05-21T09:52:54.747Z Compiling take_mut v0.2.2
17622026-05-21T09:52:54.751Z Compiling xattr v1.6.1
17632026-05-21T09:52:54.775Z Compiling term v1.2.1
17642026-05-21T09:52:54.947Z Compiling tar v0.4.45
17652026-05-21T09:52:55.048Z Compiling slog-term v2.9.2
17662026-05-21T09:53:12.482Z Compiling rustls-webpki v0.103.9
17672026-05-21T09:53:15.274Z Compiling tokio-rustls v0.26.4
17682026-05-21T09:53:15.274Z Compiling rustls-platform-verifier v0.6.2
17692026-05-21T09:53:15.467Z Compiling hyper-rustls v0.27.7
17702026-05-21T09:53:15.666Z Compiling reqwest v0.12.28
17712026-05-21T09:53:15.669Z Compiling reqwest v0.13.2
17722026-05-21T09:53:16.884Z Compiling tough v0.22.0
17732026-05-21T09:53:19.378Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17742026-05-21T09:53:19.620Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17752026-05-21T09:53:22.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.03s
17762026-05-21T09:53:22.614Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17772026-05-21T09:53:22.675ZMay 21 09:53:21.151 INFO Starting download, target: Clickhouse
17782026-05-21T09:53:22.711ZMay 21 09:53:21.151 INFO Starting download, target: Console
17792026-05-21T09:53:22.711ZMay 21 09:53:21.151 INFO Starting download, target: MaghemiteMgd
17802026-05-21T09:53:22.711ZMay 21 09:53:21.151 INFO Starting download, target: Cockroach
17812026-05-21T09:53:22.712ZMay 21 09:53:21.151 INFO Starting download, target: DendriteStub
17822026-05-21T09:53:22.712ZMay 21 09:53:21.151 INFO Starting download, target: MaghemiteDdmd
17832026-05-21T09:53:22.712ZMay 21 09:53:21.151 INFO Starting download, target: TransceiverControl
17842026-05-21T09:53:22.712ZMay 21 09:53:21.152 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17852026-05-21T09:53:22.712ZMay 21 09:53:21.152 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17862026-05-21T09:53:22.712ZMay 21 09:53:21.152 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17872026-05-21T09:53:22.712ZMay 21 09:53:21.152 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17882026-05-21T09:53:22.712ZMay 21 09:53:21.152 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17892026-05-21T09:53:22.712ZMay 21 09:53:21.152 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17902026-05-21T09:53:22.712ZMay 21 09:53:21.152 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17912026-05-21T09:53:23.435ZMay 21 09:53:21.901 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17922026-05-21T09:53:23.641ZMay 21 09:53:22.114 INFO Download complete, target: TransceiverControl
17932026-05-21T09:53:23.695ZMay 21 09:53:22.178 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17942026-05-21T09:53:23.963ZMay 21 09:53:22.420 INFO Download complete, target: Console
17952026-05-21T09:53:24.487ZMay 21 09:53:22.953 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17962026-05-21T09:53:25.560ZMay 21 09:53:24.045 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17972026-05-21T09:53:25.637ZMay 21 09:53:24.125 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17982026-05-21T09:53:25.689ZMay 21 09:53:24.177 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17992026-05-21T09:53:26.156ZMay 21 09:53:24.644 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18002026-05-21T09:53:26.156ZMay 21 09:53:24.644 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18012026-05-21T09:53:27.758ZMay 21 09:53:26.246 INFO Download complete, target: MaghemiteDdmd
18022026-05-21T09:53:28.404ZMay 21 09:53:26.891 INFO Download complete, target: DendriteStub
18032026-05-21T09:53:28.462ZMay 21 09:53:26.950 INFO Download complete, target: MaghemiteMgd
18042026-05-21T09:53:30.964ZMay 21 09:53:29.452 INFO Checking that binary works, target: Cockroach
18052026-05-21T09:53:31.087ZMay 21 09:53:29.575 INFO Download complete, target: Cockroach
18062026-05-21T09:53:31.420ZMay 21 09:53:29.908 INFO Checking that binary works, target: Clickhouse
18072026-05-21T09:53:31.506ZMay 21 09:53:29.994 INFO Download complete, target: Clickhouse
18082026-05-21T09:53:31.513ZAll prerequisites installed successfully
18092026-05-21T09:53:31.516Z
18102026-05-21T09:53:31.516Zreal 1:27.063265589
18112026-05-21T09:53:31.516Zuser 6:50.115458641
18122026-05-21T09:53:31.516Zsys 1:43.982577059
18132026-05-21T09:53:31.516Ztrap 0.218591079
18142026-05-21T09:53:31.516Ztflt 1.294218661
18152026-05-21T09:53:31.516Zdflt 1.947057162
18162026-05-21T09:53:31.516Zkflt 0.043309026
18172026-05-21T09:53:31.516Zlock 24:08.853421255
18182026-05-21T09:53:31.516Zslp 18:25.992474682
18192026-05-21T09:53:31.516Zlat 22.524234496
18202026-05-21T09:53:31.516Zstop 2:43.322396366
18212026-05-21T09:53:31.516Z+ source ./tools/include/force-git-over-https.sh
18222026-05-21T09:53:31.516Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18232026-05-21T09:53:31.516Z++ (( i = 0 ))
18242026-05-21T09:53:31.516Z++ (( i < 5 ))
18252026-05-21T09:53:31.516Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18262026-05-21T09:53:31.519Z++ (( i++ ))
18272026-05-21T09:53:31.519Z++ (( i < 5 ))
18282026-05-21T09:53:31.519Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18292026-05-21T09:53:31.522Z++ (( i++ ))
18302026-05-21T09:53:31.522Z++ (( i < 5 ))
18312026-05-21T09:53:31.522Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18322026-05-21T09:53:31.525Z++ (( i++ ))
18332026-05-21T09:53:31.525Z++ (( i < 5 ))
18342026-05-21T09:53:31.525Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18352026-05-21T09:53:31.528Z++ (( i++ ))
18362026-05-21T09:53:31.528Z++ (( i < 5 ))
18372026-05-21T09:53:31.528Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18382026-05-21T09:53:31.528Z++ (( i++ ))
18392026-05-21T09:53:31.528Z++ (( i < 5 ))
18402026-05-21T09:53:31.528Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18412026-05-21T09:53:31.528Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18422026-05-21T09:53:31.528Z+ rc=0
18432026-05-21T09:53:31.528Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18442026-05-21T09:53:37.928Z+ case $rc in
18452026-05-21T09:53:37.928Z+ pfexec zfs create -p rpool/images/build/host
18462026-05-21T09:53:38.137Z+ pfexec zfs create -p rpool/images/build/recovery
18472026-05-21T09:53:38.202Z+ cargo xtask releng --output-dir /work --mkincorp
18482026-05-21T09:53:38.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18492026-05-21T09:53:38.763Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18502026-05-21T09:53:39.650Z Compiling proc-macro2 v1.0.106
18512026-05-21T09:53:39.650Z Compiling quote v1.0.45
18522026-05-21T09:53:39.650Z Compiling unicode-ident v1.0.24
18532026-05-21T09:53:39.654Z Compiling libc v0.2.185
18542026-05-21T09:53:39.654Z Compiling serde_core v1.0.228
18552026-05-21T09:53:39.654Z Compiling serde v1.0.228
18562026-05-21T09:53:39.654Z Compiling cfg-if v1.0.4
18572026-05-21T09:53:39.654Z Compiling version_check v0.9.5
18582026-05-21T09:53:39.654Z Compiling shlex v1.3.0
18592026-05-21T09:53:39.654Z Compiling find-msvc-tools v0.1.9
18602026-05-21T09:53:39.654Z Compiling typenum v1.19.0
18612026-05-21T09:53:39.787Z Compiling autocfg v1.5.0
18622026-05-21T09:53:39.790Z Compiling zmij v1.0.21
18632026-05-21T09:53:39.790Z Compiling memchr v2.8.0
18642026-05-21T09:53:39.790Z Compiling zerocopy v0.8.40
18652026-05-21T09:53:40.060Z Compiling portable-atomic v1.13.1
18662026-05-21T09:53:40.135Z Compiling serde_json v1.0.149
18672026-05-21T09:53:40.154Z Compiling libm v0.2.16
18682026-05-21T09:53:40.169Z Compiling parking_lot_core v0.9.12
18692026-05-21T09:53:40.288Z Compiling num-traits v0.2.19
18702026-05-21T09:53:40.319Z Compiling generic-array v0.14.7
18712026-05-21T09:53:40.335Z Compiling smallvec v1.15.1
18722026-05-21T09:53:40.349Z Compiling icu_properties_data v2.1.2
18732026-05-21T09:53:40.380Z Compiling icu_normalizer_data v2.1.1
18742026-05-21T09:53:40.413Z Compiling pkg-config v0.3.32
18752026-05-21T09:53:40.432Z Compiling log v0.4.29
18762026-05-21T09:53:40.508Z Compiling itoa v1.0.17
18772026-05-21T09:53:40.524Z Compiling getrandom v0.4.1
18782026-05-21T09:53:40.571Z Compiling subtle v2.6.1
18792026-05-21T09:53:40.623Z Compiling scopeguard v1.2.0
18802026-05-21T09:53:40.640Z Compiling getrandom v0.3.4
18812026-05-21T09:53:40.702Z Compiling stable_deref_trait v1.2.1
18822026-05-21T09:53:40.788Z Compiling getrandom v0.2.17
18832026-05-21T09:53:40.803Z Compiling errno v0.3.14
18842026-05-21T09:53:40.808Z Compiling lock_api v0.4.14
18852026-05-21T09:53:40.834Z Compiling jobserver v0.1.34
18862026-05-21T09:53:40.895Z Compiling rustix v1.1.3
18872026-05-21T09:53:40.944Z Compiling rand_core v0.6.4
18882026-05-21T09:53:41.056Z Compiling cc v1.2.56
18892026-05-21T09:53:41.115Z Compiling fs_extra v1.3.0
18902026-05-21T09:53:41.132Z Compiling syn v2.0.117
18912026-05-21T09:53:41.148Z Compiling dunce v1.0.5
18922026-05-21T09:53:41.216Z Compiling heck v0.5.0
18932026-05-21T09:53:41.234Z Compiling critical-section v1.2.0
18942026-05-21T09:53:41.319Z Compiling pin-project-lite v0.2.17
18952026-05-21T09:53:41.434Z Compiling const-oid v0.9.6
18962026-05-21T09:53:41.437Z Compiling fnv v1.0.7
18972026-05-21T09:53:41.437Z Compiling writeable v0.6.2
18982026-05-21T09:53:41.437Z Compiling thiserror v2.0.18
18992026-05-21T09:53:41.481Z Compiling percent-encoding v2.3.2
19002026-05-21T09:53:41.484Z Compiling litemap v0.8.1
19012026-05-21T09:53:41.641Z Compiling once_cell v1.21.3
19022026-05-21T09:53:41.656Z Compiling aws-lc-rs v1.16.3
19032026-05-21T09:53:41.686Z Compiling rustversion v1.0.22
19042026-05-21T09:53:41.757Z Compiling signal-hook-registry v1.4.8
19052026-05-21T09:53:41.848Z Compiling cmake v0.1.57
19062026-05-21T09:53:41.900Z Compiling equivalent v1.0.2
19072026-05-21T09:53:41.917Z Compiling futures-core v0.3.32
19082026-05-21T09:53:41.959Z Compiling mio v1.2.0
19092026-05-21T09:53:42.016Z Compiling semver v1.0.28
19102026-05-21T09:53:42.078Z Compiling parking_lot v0.12.5
19112026-05-21T09:53:42.097Z Compiling bitflags v2.11.0
19122026-05-21T09:53:42.224Z Compiling httparse v1.10.1
19132026-05-21T09:53:42.305Z Compiling vcpkg v0.2.15
19142026-05-21T09:53:42.356Z Compiling socket2 v0.6.3
19152026-05-21T09:53:42.404Z Compiling ring v0.17.14
19162026-05-21T09:53:42.407Z Compiling aws-lc-sys v0.40.0
19172026-05-21T09:53:42.439Z Compiling utf8_iter v1.0.4
19182026-05-21T09:53:42.439Z Compiling schemars v0.8.22
19192026-05-21T09:53:42.683Z Compiling form_urlencoded v1.2.2
19202026-05-21T09:53:42.898Z Compiling openssl-sys v0.9.115
19212026-05-21T09:53:42.898Z Compiling hashbrown v0.17.0
19222026-05-21T09:53:42.947Z Compiling rustls v0.23.37
19232026-05-21T09:53:43.035Z Compiling futures-sink v0.3.32
19242026-05-21T09:53:43.070Z Compiling rand_core v0.10.0
19252026-05-21T09:53:43.103Z Compiling crc32fast v1.5.0
19262026-05-21T09:53:43.185Z Compiling futures-channel v0.3.32
19272026-05-21T09:53:43.349Z Compiling futures-io v0.3.32
19282026-05-21T09:53:43.364Z Compiling futures-task v0.3.32
19292026-05-21T09:53:43.389Z Compiling slab v0.4.12
19302026-05-21T09:53:43.408Z Compiling cpufeatures v0.2.17
19312026-05-21T09:53:43.461Z Compiling rustc_version v0.4.1
19322026-05-21T09:53:43.536Z Compiling ucd-trie v0.1.7
19332026-05-21T09:53:43.569Z Compiling byteorder v1.5.0
19342026-05-21T09:53:43.618Z Compiling indexmap v2.14.0
19352026-05-21T09:53:43.636Z Compiling strsim v0.11.1
19362026-05-21T09:53:43.640Z Compiling openssl v0.10.79
19372026-05-21T09:53:43.775Z Compiling pest v2.8.6
19382026-05-21T09:53:43.891Z Compiling ident_case v1.0.1
19392026-05-21T09:53:43.908Z Compiling iana-time-zone v0.1.65
19402026-05-21T09:53:43.939Z Compiling native-tls v0.2.18
19412026-05-21T09:53:43.997Z Compiling synstructure v0.13.2
19422026-05-21T09:53:44.049Z Compiling serde_derive_internals v0.29.1
19432026-05-21T09:53:44.093Z Compiling time-core v0.1.8
19442026-05-21T09:53:44.155Z Compiling thiserror v1.0.69
19452026-05-21T09:53:44.207Z Compiling num-conv v0.2.0
19462026-05-21T09:53:44.306Z Compiling base64 v0.22.1
19472026-05-21T09:53:44.328Z Compiling regex-syntax v0.8.10
19482026-05-21T09:53:44.368Z Compiling time-macros v0.2.27
19492026-05-21T09:53:44.436Z Compiling syn v1.0.109
19502026-05-21T09:53:44.527Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19512026-05-21T09:53:44.577Z Compiling untrusted v0.9.0
19522026-05-21T09:53:44.666Z Compiling base64ct v1.8.3
19532026-05-21T09:53:44.756Z Compiling crossbeam-utils v0.8.21
19542026-05-21T09:53:44.793Z Compiling uuid v1.23.0
19552026-05-21T09:53:44.853Z Compiling pest_meta v2.8.6
19562026-05-21T09:53:44.942Z Compiling slog v2.8.2
19572026-05-21T09:53:45.014Z Compiling pem-rfc7468 v0.7.0
19582026-05-21T09:53:45.080Z Compiling flagset v0.4.7
19592026-05-21T09:53:45.167Z Compiling rand_core v0.9.5
19602026-05-21T09:53:45.243Z Compiling bzip2-sys v0.1.13+1.0.8
19612026-05-21T09:53:45.261Z Compiling serde_derive v1.0.228
19622026-05-21T09:53:45.300Z Compiling zeroize_derive v1.4.3
19632026-05-21T09:53:45.316Z Compiling zerofrom-derive v0.1.6
19642026-05-21T09:53:45.399Z Compiling yoke-derive v0.8.1
19652026-05-21T09:53:45.415Z Compiling zerocopy-derive v0.8.40
19662026-05-21T09:53:45.441Z Compiling zerovec-derive v0.11.2
19672026-05-21T09:53:45.466Z Compiling displaydoc v0.2.5
19682026-05-21T09:53:45.554Z Compiling tokio-macros v2.7.0
19692026-05-21T09:53:45.731Z Compiling futures-macro v0.3.32
19702026-05-21T09:53:45.746Z Compiling der_derive v0.7.3
19712026-05-21T09:53:45.923Z Compiling zeroize v1.8.2
19722026-05-21T09:53:46.194Z Compiling thiserror-impl v2.0.18
19732026-05-21T09:53:46.267Z Compiling tracing-attributes v0.1.31
19742026-05-21T09:53:46.391Z Compiling schemars_derive v0.8.22
19752026-05-21T09:53:46.463Z Compiling rustls-pki-types v1.14.0
19762026-05-21T09:53:46.478Z Compiling zerofrom v0.1.6
19772026-05-21T09:53:46.530Z Compiling futures-util v0.3.32
19782026-05-21T09:53:46.627Z Compiling yoke v0.8.1
19792026-05-21T09:53:46.677Z Compiling crypto-common v0.1.7
19802026-05-21T09:53:46.738Z Compiling block-buffer v0.10.4
19812026-05-21T09:53:46.842Z Compiling zerovec v0.11.5
19822026-05-21T09:53:46.874Z Compiling zerotrie v0.2.3
19832026-05-21T09:53:46.925Z Compiling digest v0.10.7
19842026-05-21T09:53:47.382Z Compiling tinystr v0.8.2
19852026-05-21T09:53:47.430Z Compiling potential_utf v0.1.4
19862026-05-21T09:53:47.447Z Compiling hmac v0.12.1
19872026-05-21T09:53:47.535Z Compiling block-padding v0.3.3
19882026-05-21T09:53:47.610Z Compiling icu_locale_core v2.1.1
19892026-05-21T09:53:47.626Z Compiling icu_collections v2.1.1
19902026-05-21T09:53:47.641Z Compiling openssl-macros v0.1.1
19912026-05-21T09:53:47.720Z Compiling inout v0.1.4
19922026-05-21T09:53:47.894Z Compiling pest_generator v2.8.6
19932026-05-21T09:53:47.912Z Compiling cipher v0.4.4
19942026-05-21T09:53:48.327Z Compiling sha2 v0.10.9
19952026-05-21T09:53:48.373Z Compiling icu_provider v2.1.1
19962026-05-21T09:53:48.416Z Compiling thiserror-impl v1.0.69
19972026-05-21T09:53:48.569Z Compiling bytes v1.11.1
19982026-05-21T09:53:48.639Z Compiling icu_properties v2.1.2
19992026-05-21T09:53:48.696Z Compiling icu_normalizer v2.1.1
20002026-05-21T09:53:48.812Z Compiling chrono v0.4.44
20012026-05-21T09:53:49.175Z Compiling tokio v1.52.1
20022026-05-21T09:53:49.550Z Compiling idna_adapter v1.2.1
20032026-05-21T09:53:49.660Z Compiling idna v1.1.0
20042026-05-21T09:53:49.678Z Compiling http v1.4.0
20052026-05-21T09:53:49.700Z Compiling pest_derive v2.8.6
20062026-05-21T09:53:49.914Z Compiling ppv-lite86 v0.2.21
20072026-05-21T09:53:50.034Z Compiling url v2.5.8
20082026-05-21T09:53:50.123Z Compiling scroll_derive v0.13.1
20092026-05-21T09:53:50.313Z Compiling der v0.7.10
20102026-05-21T09:53:50.567Z Compiling tracing-core v0.1.36
20112026-05-21T09:53:50.886Z Compiling camino v1.2.2
20122026-05-21T09:53:50.904Z Compiling paste v1.0.15
20132026-05-21T09:53:51.184Z Compiling plain v0.2.3
20142026-05-21T09:53:51.210Z Compiling spki v0.7.3
20152026-05-21T09:53:51.297Z Compiling tracing v0.1.44
20162026-05-21T09:53:51.511Z Compiling http-body v1.0.1
20172026-05-21T09:53:51.603Z Compiling salsa20 v0.10.2
20182026-05-21T09:53:51.620Z Compiling pbkdf2 v0.12.2
20192026-05-21T09:53:52.128Z Compiling aho-corasick v1.1.4
20202026-05-21T09:53:52.157Z Compiling cookie v0.18.1
20212026-05-21T09:53:52.178Z Compiling atomic-waker v1.1.2
20222026-05-21T09:53:52.258Z Compiling num-bigint-dig v0.8.6
20232026-05-21T09:53:52.286Z Compiling fastrand v2.3.0
20242026-05-21T09:53:52.385Z Compiling dyn-clone v1.0.20
20252026-05-21T09:53:52.575Z Compiling scrypt v0.11.0
20262026-05-21T09:53:52.788Z Compiling rand_chacha v0.9.0
20272026-05-21T09:53:52.821Z Compiling cbc v0.1.2
20282026-05-21T09:53:52.833Z Compiling aes v0.8.4
20292026-05-21T09:53:52.871Z Compiling async-trait v0.1.89
20302026-05-21T09:53:52.974Z Compiling tokio-util v0.7.18
20312026-05-21T09:53:53.019Z Compiling regex-automata v0.4.14
20322026-05-21T09:53:53.115Z Compiling ahash v0.8.12
20332026-05-21T09:53:53.138Z Compiling tower-layer v0.3.3
20342026-05-21T09:53:53.213Z Compiling openssl-probe v0.2.1
20352026-05-21T09:53:53.357Z Compiling usdt-impl v0.6.0
20362026-05-21T09:53:53.484Z Compiling untrusted v0.7.1
20372026-05-21T09:53:53.543Z Compiling pretty-hex v0.4.1
20382026-05-21T09:53:53.608Z Compiling try-lock v0.2.5
20392026-05-21T09:53:53.638Z Compiling zstd-safe v7.2.4
20402026-05-21T09:53:53.754Z Compiling anyhow v1.0.102
20412026-05-21T09:53:53.770Z Compiling tinyvec_macros v0.1.1
20422026-05-21T09:53:53.859Z Compiling tower-service v0.3.3
20432026-05-21T09:53:53.875Z Compiling tinyvec v1.10.0
20442026-05-21T09:53:53.889Z Compiling want v0.3.1
20452026-05-21T09:53:53.902Z Compiling pkcs5 v0.7.1
20462026-05-21T09:53:54.026Z Compiling rand v0.9.2
20472026-05-21T09:53:54.178Z Compiling h2 v0.4.13
20482026-05-21T09:53:54.247Z Compiling scroll v0.13.0
20492026-05-21T09:53:54.494Z Compiling serde_tokenstream v0.2.3
20502026-05-21T09:53:54.539Z Compiling ipnet v2.11.0
20512026-05-21T09:53:54.566Z Compiling clap_derive v4.6.1
20522026-05-21T09:53:54.654Z Compiling daft-derive v0.1.7
20532026-05-21T09:53:54.693Z Compiling scroll_derive v0.12.1
20542026-05-21T09:53:54.810Z Compiling heapless v0.7.17
20552026-05-21T09:53:55.189Z Compiling utf8parse v0.2.2
20562026-05-21T09:53:55.326Z Compiling signal-hook v0.3.18
20572026-05-21T09:53:55.375Z Compiling pin-utils v0.1.0
20582026-05-21T09:53:55.468Z Compiling httpdate v1.0.3
20592026-05-21T09:53:55.812Z Compiling goblin v0.10.5
20602026-05-21T09:53:55.940Z Compiling pkcs8 v0.10.2
20612026-05-21T09:53:56.003Z Compiling tempfile v3.25.0
20622026-05-21T09:53:56.226Z Compiling pin-project-internal v1.1.11
20632026-05-21T09:53:56.259Z Compiling darling_core v0.20.11
20642026-05-21T09:53:56.586Z Compiling spin v0.9.8
20652026-05-21T09:53:56.621Z Compiling anstyle v1.0.14
20662026-05-21T09:53:56.691Z Compiling litrs v1.0.0
20672026-05-21T09:53:56.879Z Compiling foreign-types-shared v0.1.1
20682026-05-21T09:53:57.078Z Compiling simd-adler32 v0.3.8
20692026-05-21T09:53:57.175Z Compiling foreign-types v0.3.2
20702026-05-21T09:53:57.205Z Compiling document-features v0.2.12
20712026-05-21T09:53:57.286Z Compiling unicode-normalization v0.1.25
20722026-05-21T09:53:57.504Z Compiling dtrace-parser v0.3.0
20732026-05-21T09:53:57.644Z Compiling hex v0.4.3
20742026-05-21T09:53:57.742Z Compiling hyper v1.8.1
20752026-05-21T09:53:57.820Z Compiling zerocopy-derive v0.7.35
20762026-05-21T09:53:57.923Z Compiling strum_macros v0.26.4
20772026-05-21T09:53:57.999Z Compiling darling_core v0.21.3
20782026-05-21T09:53:58.042Z Compiling curve25519-dalek v4.1.3
20792026-05-21T09:53:58.175Z Compiling thread-id v5.1.0
20802026-05-21T09:53:58.290Z Compiling darling_macro v0.20.11
20812026-05-21T09:53:58.306Z Compiling memoffset v0.9.1
20822026-05-21T09:53:58.406Z Compiling anstyle-query v1.1.5
20832026-05-21T09:53:58.422Z Compiling ref-cast v1.0.25
20842026-05-21T09:53:58.447Z Compiling powerfmt v0.2.0
20852026-05-21T09:53:58.499Z Compiling colorchoice v1.0.4
20862026-05-21T09:53:58.543Z Compiling rustix v0.38.44
20872026-05-21T09:53:58.579Z Compiling smoltcp v0.9.1
20882026-05-21T09:53:58.653Z Compiling dof v0.4.0
20892026-05-21T09:53:58.745Z Compiling is_terminal_polyfill v1.70.2
20902026-05-21T09:53:58.787Z Compiling adler2 v2.0.1
20912026-05-21T09:53:58.886Z Compiling darling v0.20.11
20922026-05-21T09:53:58.920Z Compiling miniz_oxide v0.8.9
20932026-05-21T09:53:58.935Z Compiling deranged v0.5.8
20942026-05-21T09:53:59.031Z Compiling rustls-native-certs v0.8.3
20952026-05-21T09:53:59.370Z Compiling hyper-util v0.1.20
20962026-05-21T09:53:59.656Z Compiling http-body-util v0.1.3
20972026-05-21T09:53:59.739Z Compiling serde_spanned v0.6.9
20982026-05-21T09:53:59.754Z Compiling toml_datetime v0.6.11
20992026-05-21T09:53:59.938Z Compiling snafu-derive v0.8.9
21002026-05-21T09:54:00.068Z Compiling sync_wrapper v1.0.2
21012026-05-21T09:54:00.200Z Compiling wait-timeout v0.2.1
21022026-05-21T09:54:00.216Z Compiling encoding_rs v0.8.35
21032026-05-21T09:54:00.264Z Compiling darling_macro v0.21.3
21042026-05-21T09:54:00.286Z Compiling num_threads v0.1.7
21052026-05-21T09:54:00.314Z Compiling cfg_aliases v0.2.1
21062026-05-21T09:54:00.438Z Compiling siphasher v1.0.2
21072026-05-21T09:54:00.542Z Compiling bit-vec v0.8.0
21082026-05-21T09:54:00.574Z Compiling ryu v1.0.23
21092026-05-21T09:54:00.760Z Compiling quick-error v1.2.3
21102026-05-21T09:54:00.901Z Compiling zlib-rs v0.6.2
21112026-05-21T09:54:00.924Z Compiling mime v0.3.17
21122026-05-21T09:54:01.024Z Compiling time v0.3.47
21132026-05-21T09:54:01.039Z Compiling rusty-fork v0.3.1
21142026-05-21T09:54:01.419Z Compiling darling v0.21.3
21152026-05-21T09:54:01.521Z Compiling bit-set v0.8.0
21162026-05-21T09:54:01.612Z Compiling serde_urlencoded v0.7.1
21172026-05-21T09:54:01.673Z Compiling nix v0.31.2
21182026-05-21T09:54:01.707Z Compiling tower v0.5.3
21192026-05-21T09:54:01.916Z Compiling derive_builder_core v0.20.2
21202026-05-21T09:54:01.999Z Compiling regex v1.12.3
21212026-05-21T09:54:02.043Z Compiling anstyle-parse v1.0.0
21222026-05-21T09:54:02.085Z Compiling webpki-roots v1.0.6
21232026-05-21T09:54:02.100Z Compiling erased-serde v0.3.31
21242026-05-21T09:54:02.232Z Compiling hubpack_derive v0.1.1
21252026-05-21T09:54:02.247Z Compiling signature v2.2.0
21262026-05-21T09:54:02.307Z Compiling rand_xorshift v0.4.0
21272026-05-21T09:54:02.330Z Compiling curve25519-dalek-derive v0.1.1
21282026-05-21T09:54:02.406Z Compiling ref-cast-impl v1.0.25
21292026-05-21T09:54:02.421Z Compiling strum_macros v0.27.2
21302026-05-21T09:54:02.684Z Compiling usdt-impl v0.5.0
21312026-05-21T09:54:02.700Z Compiling fs-err v3.3.0
21322026-05-21T09:54:02.704Z Compiling object v0.37.3
21332026-05-21T09:54:02.730Z Compiling iri-string v0.7.10
21342026-05-21T09:54:02.933Z Compiling unicode-bidi v0.3.18
21352026-05-21T09:54:02.952Z Compiling allocator-api2 v0.2.21
21362026-05-21T09:54:02.955Z Compiling unarray v0.1.4
21372026-05-21T09:54:03.013Z Compiling unicode-properties v0.1.4
21382026-05-21T09:54:03.098Z Compiling flate2 v1.1.9
21392026-05-21T09:54:03.350Z Compiling stringprep v0.1.5
21402026-05-21T09:54:03.731Z Compiling proptest v1.10.0
21412026-05-21T09:54:03.961Z Compiling derive_builder_macro v0.20.2
21422026-05-21T09:54:04.137Z Compiling tower-http v0.6.8
21432026-05-21T09:54:04.453Z Compiling anstream v1.0.0
21442026-05-21T09:54:04.623Z Compiling tokio-native-tls v0.3.1
21452026-05-21T09:54:04.662Z Compiling serde_with_macros v3.17.0
21462026-05-21T09:54:04.788Z Compiling usdt-attr-macro v0.6.0
21472026-05-21T09:54:04.822Z Compiling usdt-macro v0.6.0
21482026-05-21T09:54:04.928Z Compiling ipnetwork v0.21.1
21492026-05-21T09:54:05.093Z Compiling scroll v0.12.0
21502026-05-21T09:54:05.153Z Compiling bstr v1.12.1
21512026-05-21T09:54:05.318Z Compiling rand_chacha v0.3.1
21522026-05-21T09:54:05.452Z Compiling md-5 v0.10.6
21532026-05-21T09:54:05.626Z Compiling async-recursion v1.1.1
21542026-05-21T09:54:05.644Z Compiling terminal_size v0.4.3
21552026-05-21T09:54:05.660Z Compiling num-integer v0.1.46
21562026-05-21T09:54:05.707Z Compiling hash32 v0.2.1
21572026-05-21T09:54:05.723Z Compiling vergen-lib v0.1.6
21582026-05-21T09:54:05.746Z Compiling ff v0.13.1
21592026-05-21T09:54:05.905Z Compiling psl-types v2.0.11
21602026-05-21T09:54:05.958Z Compiling clap_lex v1.0.0
21612026-05-21T09:54:05.983Z Compiling winnow v0.7.14
21622026-05-21T09:54:06.051Z Compiling fallible-iterator v0.2.0
21632026-05-21T09:54:06.073Z Compiling base16ct v0.2.0
21642026-05-21T09:54:06.242Z Compiling sec1 v0.7.3
21652026-05-21T09:54:06.260Z Compiling publicsuffix v2.3.0
21662026-05-21T09:54:06.351Z Compiling postgres-protocol v0.6.10
21672026-05-21T09:54:06.387Z Compiling clap_builder v4.6.0
21682026-05-21T09:54:06.490Z Compiling num-iter v0.1.45
21692026-05-21T09:54:06.621Z Compiling group v0.13.0
21702026-05-21T09:54:06.635Z Compiling newtype-uuid v1.3.2
21712026-05-21T09:54:06.821Z Compiling rand v0.8.6
21722026-05-21T09:54:07.088Z Compiling goblin v0.8.2
21732026-05-21T09:54:07.346Z Compiling oxnet v0.1.5
21742026-05-21T09:54:07.576Z Compiling hyper-tls v0.6.0
21752026-05-21T09:54:07.595Z Compiling derive_builder v0.20.2
21762026-05-21T09:54:07.719Z Compiling phf_shared v0.13.1
21772026-05-21T09:54:07.811Z Compiling zerocopy v0.7.35
21782026-05-21T09:54:07.886Z Compiling lazy_static v1.5.0
21792026-05-21T09:54:07.890Z Compiling pin-project v1.1.11
21802026-05-21T09:54:07.901Z Compiling anstyle-parse v0.2.7
21812026-05-21T09:54:08.003Z Compiling futures-executor v0.3.32
21822026-05-21T09:54:08.018Z Compiling cargo-platform v0.1.9
21832026-05-21T09:54:08.148Z Compiling hkdf v0.12.4
21842026-05-21T09:54:08.226Z Compiling crypto-bigint v0.5.5
21852026-05-21T09:54:08.275Z Compiling serde_repr v0.1.20
21862026-05-21T09:54:08.321Z Compiling enum-as-inner v0.6.1
21872026-05-21T09:54:08.351Z Compiling vergen v9.0.6
21882026-05-21T09:54:08.553Z Compiling bumpalo v3.20.2
21892026-05-21T09:54:08.569Z Compiling same-file v1.0.6
21902026-05-21T09:54:08.587Z Compiling foldhash v0.2.0
21912026-05-21T09:54:08.745Z Compiling managed v0.8.0
21922026-05-21T09:54:08.785Z Compiling libbz2-rs-sys v0.2.2
21932026-05-21T09:54:08.842Z Compiling foldhash v0.1.5
21942026-05-21T09:54:08.874Z Compiling winnow v0.5.40
21952026-05-21T09:54:08.890Z Compiling unicode-segmentation v1.12.0
21962026-05-21T09:54:08.982Z Compiling bitflags v1.3.2
21972026-05-21T09:54:09.075Z Compiling hashbrown v0.15.5
21982026-05-21T09:54:09.292Z Compiling bzip2 v0.6.1
21992026-05-21T09:54:09.395Z Compiling dof v0.3.0
22002026-05-21T09:54:09.517Z Compiling elliptic-curve v0.13.8
22012026-05-21T09:54:09.845Z Compiling zopfli v0.8.3
22022026-05-21T09:54:09.891Z Compiling hashbrown v0.16.1
22032026-05-21T09:54:10.019Z Compiling walkdir v2.5.0
22042026-05-21T09:54:10.240Z Compiling toml_edit v0.19.15
22052026-05-21T09:54:10.430Z Compiling cargo_metadata v0.19.2
22062026-05-21T09:54:10.463Z Compiling clap v4.6.1
22072026-05-21T09:54:10.501Z Compiling futures v0.3.32
22082026-05-21T09:54:10.572Z Compiling anstream v0.6.21
22092026-05-21T09:54:10.631Z Compiling snafu v0.8.9
22102026-05-21T09:54:10.987Z Compiling phf v0.13.1
22112026-05-21T09:54:11.048Z Compiling signal-hook-mio v0.2.5
22122026-05-21T09:54:11.183Z Compiling daft v0.1.7
22132026-05-21T09:54:11.183Z Compiling cookie_store v0.22.1
22142026-05-21T09:54:11.481Z Compiling zstd v0.13.3
22152026-05-21T09:54:11.664Z Compiling postgres-types v0.2.12
22162026-05-21T09:54:11.684Z Compiling bzip2 v0.4.4
22172026-05-21T09:54:11.700Z Compiling globset v0.4.18
22182026-05-21T09:54:11.703Z Compiling strum v0.27.2
22192026-05-21T09:54:11.756Z Compiling dtrace-parser v0.2.0
22202026-05-21T09:54:11.874Z Compiling hubpack v0.1.2
22212026-05-21T09:54:11.908Z Compiling ed25519 v2.2.3
22222026-05-21T09:54:11.948Z Compiling phf_shared v0.11.3
22232026-05-21T09:54:11.972Z Compiling olpc-cjson v0.1.4
22242026-05-21T09:54:11.989Z Compiling pkcs1 v0.7.5
22252026-05-21T09:54:12.160Z Compiling pem v3.0.6
22262026-05-21T09:54:12.189Z Compiling serde_plain v1.0.2
22272026-05-21T09:54:12.217Z Compiling serde-big-array v0.5.1
22282026-05-21T09:54:12.221Z Compiling rfc6979 v0.4.0
22292026-05-21T09:54:12.355Z Compiling float-cmp v0.10.0
22302026-05-21T09:54:12.370Z Compiling thread-id v4.2.2
22312026-05-21T09:54:12.391Z Compiling memmap2 v0.9.10
22322026-05-21T09:54:12.408Z Compiling env_filter v1.0.0
22332026-05-21T09:54:12.411Z Compiling keccak v0.1.6
22342026-05-21T09:54:12.464Z Compiling precomputed-hash v0.1.1
22352026-05-21T09:54:12.480Z Compiling whoami v2.1.0
22362026-05-21T09:54:12.517Z Compiling jiff v0.2.21
22372026-05-21T09:54:12.533Z Compiling either v1.15.0
22382026-05-21T09:54:12.571Z Compiling static_assertions v1.1.0
22392026-05-21T09:54:12.614Z Compiling fixedbitset v0.4.2
22402026-05-21T09:54:12.647Z Compiling difflib v0.4.0
22412026-05-21T09:54:12.663Z Compiling toml_write v0.1.2
22422026-05-21T09:54:12.684Z Compiling new_debug_unreachable v1.0.6
22432026-05-21T09:54:12.762Z Compiling fixedbitset v0.5.7
22442026-05-21T09:54:12.779Z Compiling data-encoding v2.10.0
22452026-05-21T09:54:12.833Z Compiling predicates-core v1.0.10
22462026-05-21T09:54:12.848Z Compiling normalize-line-endings v0.3.0
22472026-05-21T09:54:12.878Z Compiling typed-path v0.9.3
22482026-05-21T09:54:12.910Z Compiling toml_edit v0.22.27
22492026-05-21T09:54:12.967Z Compiling petgraph v0.8.3
22502026-05-21T09:54:13.017Z Compiling predicates v3.1.4
22512026-05-21T09:54:13.056Z Compiling petgraph v0.6.5
22522026-05-21T09:54:13.113Z Compiling hickory-proto v0.25.2
22532026-05-21T09:54:13.329Z Compiling string_cache v0.8.9
22542026-05-21T09:54:13.567Z Compiling itertools v0.13.0
22552026-05-21T09:54:13.620Z Compiling tokio-postgres v0.7.16
22562026-05-21T09:54:14.635Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22572026-05-21T09:54:14.659Z Compiling sha3 v0.10.8
22582026-05-21T09:54:14.705Z Compiling env_logger v0.11.9
22592026-05-21T09:54:14.870Z Compiling usdt v0.6.0
22602026-05-21T09:54:15.044Z Compiling ecdsa v0.16.9
22612026-05-21T09:54:15.248Z Compiling zip v4.6.1
22622026-05-21T09:54:15.461Z Compiling rsa v0.9.10
22632026-05-21T09:54:15.797Z Compiling ed25519-dalek v2.2.0
22642026-05-21T09:54:15.987Z Compiling crossterm v0.28.1
22652026-05-21T09:54:16.103Z Compiling zip v0.6.6
22662026-05-21T09:54:16.272Z Compiling toml v0.7.8
22672026-05-21T09:54:16.327Z Compiling iddqd v0.4.1
22682026-05-21T09:54:16.559Z Compiling crossbeam-epoch v0.9.18
22692026-05-21T09:54:16.822Z Compiling toml_parser v1.0.9+spec-1.1.0
22702026-05-21T09:54:16.838Z Compiling similar v2.7.0
22712026-05-21T09:54:16.879Z Compiling heck v0.4.1
22722026-05-21T09:54:16.960Z Compiling serde_with v3.17.0
22732026-05-21T09:54:17.106Z Compiling strum v0.26.3
22742026-05-21T09:54:17.259Z Compiling tokio-stream v0.1.18
22752026-05-21T09:54:17.296Z Compiling buf-list v1.1.2
22762026-05-21T09:54:17.472Z Compiling x509-cert v0.2.5
22772026-05-21T09:54:17.502Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22782026-05-21T09:54:17.575Z Compiling openapiv3 v2.2.0
22792026-05-21T09:54:17.591Z Compiling sha1 v0.10.6
22802026-05-21T09:54:17.745Z Compiling structmeta-derive v0.3.0
22812026-05-21T09:54:17.816Z Compiling toml_datetime v0.7.5+spec-1.1.0
22822026-05-21T09:54:17.913Z Compiling peg-runtime v0.8.5
22832026-05-21T09:54:18.200Z Compiling lalrpop-util v0.19.12
22842026-05-21T09:54:18.295Z Compiling radium v0.7.0
22852026-05-21T09:54:18.776Z Compiling structmeta v0.3.0
22862026-05-21T09:54:19.456Z Compiling maybe-uninit v2.0.0
22872026-05-21T09:54:19.529Z Compiling tap v1.0.1
22882026-05-21T09:54:19.992Z Compiling wyz v0.5.1
22892026-05-21T09:54:21.214Z Compiling funty v2.0.0
22902026-05-21T09:54:21.513Z Compiling packed_struct v0.10.1
22912026-05-21T09:54:22.161Z Compiling bitvec v1.0.1
22922026-05-21T09:54:24.145Z Compiling packed_struct_codegen v0.10.1
22932026-05-21T09:54:24.385Z Compiling zerocopy-derive v0.6.6
22942026-05-21T09:54:24.604Z Compiling bitfield-macros v0.19.4
22952026-05-21T09:54:25.021Z Compiling indexmap v1.9.3
22962026-05-21T09:54:25.130Z Compiling nodrop v0.1.14
22972026-05-21T09:54:25.159Z Compiling typeid v1.0.3
22982026-05-21T09:54:25.277Z Compiling crc-catalog v2.4.0
22992026-05-21T09:54:25.392Z Compiling crc v3.4.0
23002026-05-21T09:54:25.621Z Compiling bitfield v0.19.4
23012026-05-21T09:54:26.237Z Compiling array-init v0.0.4
23022026-05-21T09:54:26.259Z Compiling zerocopy v0.6.6
23032026-05-21T09:54:26.756Z Compiling smallvec v0.6.14
23042026-05-21T09:54:27.013Z Compiling derive-ex v0.1.8
23052026-05-21T09:54:28.913Z Compiling erased-serde v0.4.9
23062026-05-21T09:54:29.086Z Compiling hashbrown v0.12.3
23072026-05-21T09:54:29.181Z Compiling base64 v0.21.7
23082026-05-21T09:54:29.505Z Compiling rustls v0.22.4
23092026-05-21T09:54:30.075Z Compiling rustls-webpki v0.103.9
23102026-05-21T09:54:30.391Z Compiling ron v0.8.1
23112026-05-21T09:54:32.273Z Compiling test-strategy v0.4.5
23122026-05-21T09:54:33.257Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23132026-05-21T09:54:33.444Z Compiling serde-hex v0.1.0
23142026-05-21T09:54:33.613Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23152026-05-21T09:54:34.757Z Compiling tokio-rustls v0.26.4
23162026-05-21T09:54:34.760Z Compiling rustls-platform-verifier v0.6.2
23172026-05-21T09:54:34.760Z Compiling hyper-rustls v0.27.7
23182026-05-21T09:54:34.760Z Compiling toml v0.8.23
23192026-05-21T09:54:34.760Z Compiling reqwest v0.12.28
23202026-05-21T09:54:34.832Z Compiling reqwest v0.13.2
23212026-05-21T09:54:35.239Z Compiling hashbrown v0.13.2
23222026-05-21T09:54:35.344Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23232026-05-21T09:54:35.580Z Compiling rustls-webpki v0.102.8
23242026-05-21T09:54:35.934Z Compiling filetime v0.2.27
23252026-05-21T09:54:35.937Z Compiling multer v3.1.0
23262026-05-21T09:54:36.039Z Compiling tough v0.22.0
23272026-05-21T09:54:36.165Z Compiling thread_local v1.1.9
23282026-05-21T09:54:36.181Z Compiling xattr v1.6.1
23292026-05-21T09:54:36.238Z Compiling slog-async v2.8.0
23302026-05-21T09:54:36.409Z Compiling crc-any v2.5.0
23312026-05-21T09:54:36.450Z Compiling compression-core v0.4.31
23322026-05-21T09:54:36.528Z Compiling match_cfg v0.1.0
23332026-05-21T09:54:36.543Z Compiling rayon-core v1.13.0
23342026-05-21T09:54:36.624Z Compiling hostname v0.3.1
23352026-05-21T09:54:36.640Z Compiling compression-codecs v0.4.37
23362026-05-21T09:54:36.657Z Compiling tar v0.4.45
23372026-05-21T09:54:36.807Z Compiling object v0.30.4
23382026-05-21T09:54:36.823Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23392026-05-21T09:54:36.957Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23402026-05-21T09:54:37.036Z Compiling crossbeam-channel v0.5.15
23412026-05-21T09:54:37.433Z Compiling slog-json v2.6.1
23422026-05-21T09:54:37.456Z Compiling async-stream-impl v0.3.6
23432026-05-21T09:54:37.656Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23442026-05-21T09:54:37.710Z Compiling ordered-float v2.10.1
23452026-05-21T09:54:37.767Z Compiling toml_datetime v1.0.0+spec-1.1.0
23462026-05-21T09:54:37.810Z Compiling serde_path_to_error v0.1.20
23472026-05-21T09:54:37.831Z Compiling serde_spanned v1.0.4
23482026-05-21T09:54:38.015Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23492026-05-21T09:54:38.039Z Compiling is-terminal v0.4.17
23502026-05-21T09:54:38.058Z Compiling dropshot v0.17.0
23512026-05-21T09:54:38.103Z Compiling fs-err v2.11.0
23522026-05-21T09:54:38.145Z Compiling take_mut v0.2.2
23532026-05-21T09:54:38.194Z Compiling debug-ignore v1.0.5
23542026-05-21T09:54:38.244Z Compiling term v1.2.1
23552026-05-21T09:54:38.299Z Compiling toml_writer v1.0.6+spec-1.1.0
23562026-05-21T09:54:38.317Z Compiling path-slash v0.1.5
23572026-05-21T09:54:38.381Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23582026-05-21T09:54:38.398Z Compiling async-stream v0.3.6
23592026-05-21T09:54:38.495Z Compiling serde-value v0.7.0
23602026-05-21T09:54:38.510Z Compiling toml v1.0.6+spec-1.1.0
23612026-05-21T09:54:38.553Z Compiling slog-bunyan v2.5.0
23622026-05-21T09:54:38.596Z Compiling slog-term v2.9.2
23632026-05-21T09:54:38.611Z Compiling serde-untagged v0.1.9
23642026-05-21T09:54:38.762Z Compiling async-compression v0.4.41
23652026-05-21T09:54:38.996Z Compiling tokio-rustls v0.25.0
23662026-05-21T09:54:39.240Z Compiling crossbeam-deque v0.8.6
23672026-05-21T09:54:39.262Z Compiling parse-display-derive v0.10.0
23682026-05-21T09:54:39.277Z Compiling camino-tempfile v1.4.1
23692026-05-21T09:54:39.481Z Compiling newtype-uuid-macros v0.1.0
23702026-05-21T09:54:39.620Z Compiling dropshot_endpoint v0.17.0
23712026-05-21T09:54:39.655Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23722026-05-21T09:54:39.692Z Compiling backon v1.6.0
23732026-05-21T09:54:39.870Z Compiling waitgroup v0.1.2
23742026-05-21T09:54:39.950Z Compiling half v2.7.1
23752026-05-21T09:54:39.973Z Compiling rustls-pemfile v2.2.0
23762026-05-21T09:54:40.010Z Compiling blake3 v1.8.3
23772026-05-21T09:54:40.055Z Compiling hostname v0.4.2
23782026-05-21T09:54:40.070Z Compiling instant v0.1.13
23792026-05-21T09:54:40.216Z Compiling unicode-xid v0.2.6
23802026-05-21T09:54:40.220Z Compiling ciborium-io v0.2.2
23812026-05-21T09:54:40.245Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23822026-05-21T09:54:40.282Z Compiling backoff v0.4.0
23832026-05-21T09:54:40.329Z Compiling ciborium-ll v0.2.2
23842026-05-21T09:54:40.354Z Compiling cargo-util-schemas v0.8.2
23852026-05-21T09:54:40.381Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23862026-05-21T09:54:40.397Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23872026-05-21T09:54:40.785Z Compiling parse-display v0.10.0
23882026-05-21T09:54:40.801Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23892026-05-21T09:54:40.918Z Compiling regress v0.10.5
23902026-05-21T09:54:41.035Z Compiling itertools v0.14.0
23912026-05-21T09:54:41.111Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
23922026-05-21T09:54:41.645Z Compiling macaddr v1.0.1
23932026-05-21T09:54:41.688Z Compiling cargo-platform v0.2.0
23942026-05-21T09:54:41.959Z Compiling constant_time_eq v0.4.2
23952026-05-21T09:54:42.003Z Compiling arrayref v0.3.9
23962026-05-21T09:54:42.066Z Compiling indent_write v2.2.0
23972026-05-21T09:54:42.102Z Compiling arrayvec v0.7.6
23982026-05-21T09:54:42.181Z Compiling parse-size v1.1.0
23992026-05-21T09:54:42.239Z Compiling cargo_metadata v0.21.0
24002026-05-21T09:54:42.275Z Compiling ciborium v0.2.2
24012026-05-21T09:54:42.396Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24022026-05-21T09:54:42.445Z Compiling topological-sort v0.2.2
24032026-05-21T09:54:42.576Z Compiling display-error-chain v0.2.2
24042026-05-21T09:54:42.634Z Compiling shell-words v1.1.1
24052026-05-21T09:54:42.915Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24062026-05-21T09:54:53.284Z Compiling progenitor-client v0.10.0
24072026-05-21T09:54:53.284Z Compiling omicron-zone-package v0.12.2
24082026-05-21T09:54:53.325Z Compiling progenitor-client v0.14.0
24092026-05-21T09:54:53.771Z Compiling progenitor-extras v0.2.0
24102026-05-21T09:54:56.070Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24112026-05-21T09:54:56.181Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24122026-05-21T09:54:56.214Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24132026-05-21T09:54:56.272Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24142026-05-21T09:55:00.355Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24152026-05-21T09:55:03.731Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24162026-05-21T09:55:11.720Z Finished `release` profile [optimized] target(s) in 1m 32s
24172026-05-21T09:55:11.877Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24182026-05-21T09:55:11.936ZMay 21 09:55:10.424 DEBG changing working directory to /work/oxidecomputer/omicron
24192026-05-21T09:55:12.028ZMay 21 09:55:10.516 DEBG running: git rev-parse HEAD
24202026-05-21T09:55:12.031ZMay 21 09:55:10.519 DEBG process exited with exit status: 0 (2.574913ms)
24212026-05-21T09:55:12.031ZMay 21 09:55:10.519 INFO version: 20.0.0-0.ci+gitd250ae7ce41
24222026-05-21T09:55:12.039ZMay 21 09:55:10.527 INFO cloning helios to /work/oxidecomputer/helios
24232026-05-21T09:55:12.039ZMay 21 09:55:10.527 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24242026-05-21T09:55:12.042ZCloning into '/work/oxidecomputer/helios'...
24252026-05-21T09:55:12.519ZMay 21 09:55:11.007 DEBG process exited with exit status: 0 (480.088968ms)
24262026-05-21T09:55:12.519ZMay 21 09:55:11.007 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24272026-05-21T09:55:12.522ZMay 21 09:55:11.009 DEBG process exited with exit status: 0 (2.275502ms)
24282026-05-21T09:55:12.522ZMay 21 09:55:11.009 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24292026-05-21T09:55:12.841ZMay 21 09:55:11.329 DEBG process exited with exit status: 0 (320.011196ms)
24302026-05-21T09:55:12.841ZMay 21 09:55:11.329 DEBG running: zfs list rpool/images/build/host
24312026-05-21T09:55:12.845ZNAME USED AVAIL REFER MOUNTPOINT
24322026-05-21T09:55:12.845Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24332026-05-21T09:55:12.848ZMay 21 09:55:11.334 DEBG process exited with exit status: 0 (4.390455ms)
24342026-05-21T09:55:12.848ZMay 21 09:55:11.334 DEBG running: zfs list rpool/images/build/recovery
24352026-05-21T09:55:12.851ZNAME USED AVAIL REFER MOUNTPOINT
24362026-05-21T09:55:12.851Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24372026-05-21T09:55:12.852ZMay 21 09:55:11.337 DEBG process exited with exit status: 0 (3.269363ms)
24382026-05-21T09:55:12.852ZMay 21 09:55:11.337 INFO [hubris-staging] running task
24392026-05-21T09:55:12.852ZMay 21 09:55:11.337 INFO [incorp-manifest] running task
24402026-05-21T09:55:12.852ZMay 21 09:55:11.338 INFO [hubris-production] running task
24412026-05-21T09:55:12.852ZMay 21 09:55:11.338 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24422026-05-21T09:55:12.852ZMay 21 09:55:11.338 INFO [incorp-create] running: pkgrepo create /work/incorporation
24432026-05-21T09:55:12.852ZMay 21 09:55:11.339 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
24442026-05-21T09:55:12.852ZMay 21 09:55:11.340 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24452026-05-21T09:55:12.890Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24462026-05-21T09:55:13.087ZMay 21 09:55:11.575 INFO [incorp-create] process exited with exit status: 0 (236.9047ms)
24472026-05-21T09:55:13.090ZMay 21 09:55:11.575 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24482026-05-21T09:55:13.385ZMay 21 09:55:11.873 INFO [incorp-publisher] process exited with exit status: 0 (297.91389ms)
24492026-05-21T09:55:13.388Z[ omicron-package] Blocking waiting for file lock on package cache
24502026-05-21T09:55:13.414ZMay 21 09:55:11.902 DEBG process exited with exit status: 0 (564.665584ms)
24512026-05-21T09:55:13.417ZMay 21 09:55:11.902 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24522026-05-21T09:55:13.813Z[ omicron-package] Blocking waiting for file lock on package cache
24532026-05-21T09:55:13.921ZMay 21 09:55:12.410 INFO [hubris-production] task succeeded (1.072120684s)
24542026-05-21T09:55:14.011ZMay 21 09:55:12.500 DEBG process exited with exit status: 0 (597.190952ms)
24552026-05-21T09:55:14.014ZMay 21 09:55:12.501 INFO [incorp-manifest] task succeeded (1.163092837s)
24562026-05-21T09:55:14.014ZMay 21 09:55:12.501 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24572026-05-21T09:55:14.181ZMay 21 09:55:12.669 INFO [incorp-fmt] process exited with exit status: 0 (168.547953ms)
24582026-05-21T09:55:14.184ZMay 21 09:55:12.669 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24592026-05-21T09:55:14.404Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260521T095512Z
24602026-05-21T09:55:14.404Z[ incorp-pkgsend] PUBLISHED
24612026-05-21T09:55:14.442ZMay 21 09:55:12.929 INFO [incorp-pkgsend] process exited with exit status: 0 (260.059156ms)
24622026-05-21T09:55:14.446ZMay 21 09:55:12.930 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24632026-05-21T09:55:14.677Z[ helios-incorp] Retrieving packages for publisher helios ...
24642026-05-21T09:55:14.682Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24652026-05-21T09:55:14.706Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24662026-05-21T09:55:14.706Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24672026-05-21T09:55:14.706Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24682026-05-21T09:55:14.710Z[ helios-incorp]
24692026-05-21T09:55:14.710Z[ helios-incorp] Archiving packages ...
24702026-05-21T09:55:14.713Z[ helios-incorp] Packages to add: 1
24712026-05-21T09:55:14.713Z[ helios-incorp] Files to retrieve: 0
24722026-05-21T09:55:14.713Z[ helios-incorp] Estimated transfer size: 0.00 B
24732026-05-21T09:55:14.713Z[ helios-incorp]
24742026-05-21T09:55:14.713Z[ helios-incorp] Packages to archive:
24752026-05-21T09:55:14.713Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260521T095512Z
24762026-05-21T09:55:14.713Z[ helios-incorp]
24772026-05-21T09:55:14.713Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24782026-05-21T09:55:14.713Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24792026-05-21T09:55:14.776ZMay 21 09:55:13.264 INFO [helios-incorp] process exited with exit status: 0 (334.329761ms)
24802026-05-21T09:55:14.847Z[ omicron-package] Compiling ring v0.17.14
24812026-05-21T09:55:15.108Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24822026-05-21T09:55:15.108Z[ omicron-package] Compiling itertools v0.14.0
24832026-05-21T09:55:15.108Z[ omicron-package] Compiling secrecy v0.10.3
24842026-05-21T09:55:15.112Z[ omicron-package] Compiling heapless v0.8.0
24852026-05-21T09:55:15.112Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24862026-05-21T09:55:15.112Z[ omicron-package] Compiling hash32 v0.3.1
24872026-05-21T09:55:15.112Z[ omicron-package] Compiling unicode-width v0.2.0
24882026-05-21T09:55:15.112Z[ omicron-package] Compiling smoltcp v0.11.0
24892026-05-21T09:55:15.112Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24902026-05-21T09:55:15.112Z[ omicron-package] Compiling cobs v0.3.0
24912026-05-21T09:55:15.112Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24922026-05-21T09:55:15.625Z[ omicron-package] Compiling universal-hash v0.5.1
24932026-05-21T09:55:15.628Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24942026-05-21T09:55:15.728Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
24952026-05-21T09:55:15.997Z[ omicron-package] Compiling convert_case v0.4.0
24962026-05-21T09:55:16.001Z[ omicron-package] Compiling opaque-debug v0.3.1
24972026-05-21T09:55:16.284Z[ omicron-package] Compiling poly1305 v0.8.0
24982026-05-21T09:55:16.360Z[ omicron-package] Compiling postcard v1.1.3
24992026-05-21T09:55:16.385Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25002026-05-21T09:55:16.389Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25012026-05-21T09:55:16.389Z[ omicron-package] Compiling password-hash v0.5.0
25022026-05-21T09:55:16.507Z[ omicron-package] Compiling chacha20 v0.9.1
25032026-05-21T09:55:16.563Z[ omicron-package] Compiling derive_more v0.99.20
25042026-05-21T09:55:16.567Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25052026-05-21T09:55:16.567Z[ omicron-package] Compiling blake2 v0.10.6
25062026-05-21T09:55:16.762Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25072026-05-21T09:55:16.872Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25082026-05-21T09:55:16.926Z[ omicron-package] Compiling aead v0.5.2
25092026-05-21T09:55:16.969Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25102026-05-21T09:55:17.027Z[ omicron-package] Compiling proc-macro-error v1.0.4
25112026-05-21T09:55:17.115Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25122026-05-21T09:55:17.302Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25132026-05-21T09:55:17.369Z[ omicron-package] Compiling cpufeatures v0.3.0
25142026-05-21T09:55:17.428Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25152026-05-21T09:55:17.494Z[ omicron-package] Compiling ingot-macros v0.1.1
25162026-05-21T09:55:17.566Z[ omicron-package] Compiling vsss-rs v3.3.4
25172026-05-21T09:55:17.570Z[ omicron-package] Compiling chacha20 v0.10.0
25182026-05-21T09:55:17.570Z[ omicron-package] Compiling num_enum_derive v0.7.6
25192026-05-21T09:55:17.623Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25202026-05-21T09:55:17.701Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25212026-05-21T09:55:17.704Z[ omicron-package] Compiling argon2 v0.5.3
25222026-05-21T09:55:17.704Z[ omicron-package] Compiling num_enum_derive v0.5.11
25232026-05-21T09:55:17.833Z[ omicron-package] Compiling foreign-types v0.5.0
25242026-05-21T09:55:17.991Z[ omicron-package] Compiling tabwriter v1.4.1
25252026-05-21T09:55:18.051Z[ omicron-package] Compiling byte-wrapper v0.1.0
25262026-05-21T09:55:18.103Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25272026-05-21T09:55:18.103Z[ omicron-package] Compiling cstr-argument v0.1.2
25282026-05-21T09:55:18.307Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25292026-05-21T09:55:18.368Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
25302026-05-21T09:55:18.453Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-05-21T09:55:18.602Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25322026-05-21T09:55:18.676Z[ omicron-package] Compiling rand v0.10.1
25332026-05-21T09:55:18.714Z[ omicron-package] Compiling num_enum v0.7.6
25342026-05-21T09:55:18.743Z[ omicron-package] Compiling num_enum v0.5.11
25352026-05-21T09:55:18.785Z[ omicron-package] Compiling rayon v1.11.0
25362026-05-21T09:55:18.879Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
25372026-05-21T09:55:18.896Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
25382026-05-21T09:55:18.924Z[ omicron-package] Compiling winnow v1.0.3
25392026-05-21T09:55:18.953Z[ omicron-package] Compiling colored v3.1.1
25402026-05-21T09:55:18.957Z[ omicron-package] Compiling libefi-sys v0.1.0
25412026-05-21T09:55:18.997Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25422026-05-21T09:55:19.099Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25432026-05-21T09:55:19.138Z[ omicron-package] Compiling rustls v0.23.37
25442026-05-21T09:55:19.198Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25452026-05-21T09:55:19.281Z[ omicron-package] Compiling itertools v0.12.1
25462026-05-21T09:55:19.308Z[ omicron-package] Compiling usdt-macro v0.5.0
25472026-05-21T09:55:19.451Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25482026-05-21T09:55:19.520Z[ omicron-package] Compiling sigpipe v0.1.3
25492026-05-21T09:55:19.555Z[ omicron-package] Compiling memmap v0.7.0
25502026-05-21T09:55:19.674Z[ omicron-package] Compiling num-derive v0.4.2
25512026-05-21T09:55:19.721Z[ omicron-package] Compiling bitfield-struct v0.6.2
25522026-05-21T09:55:19.759Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25532026-05-21T09:55:19.803Z[ omicron-package] Compiling glob v0.3.3
25542026-05-21T09:55:19.807Z[ omicron-package] Compiling swrite v0.1.0
25552026-05-21T09:55:19.967Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25562026-05-21T09:55:20.070Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25572026-05-21T09:55:20.221Z[ omicron-package] Compiling smf v0.2.3
25582026-05-21T09:55:20.421Z[ omicron-package] Compiling ingot-types v0.1.2
25592026-05-21T09:55:20.525Z[ omicron-package] Compiling usdt v0.5.0
25602026-05-21T09:55:20.568Z[ omicron-package] Compiling rustls-webpki v0.103.9
25612026-05-21T09:55:20.571Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-05-21T09:55:20.703Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25632026-05-21T09:55:20.744Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25642026-05-21T09:55:20.792Z[ omicron-package] Compiling whoami v1.6.1
25652026-05-21T09:55:20.947Z[ omicron-package] Compiling zone v0.3.1
25662026-05-21T09:55:21.022Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25672026-05-21T09:55:21.022Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25682026-05-21T09:55:21.132Z[ omicron-package] Compiling ingot v0.1.1
25692026-05-21T09:55:21.177Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25702026-05-21T09:55:21.180Z[ omicron-package] Compiling console v0.16.2
25712026-05-21T09:55:21.180Z[ omicron-package] Compiling gethostname v0.5.0
25722026-05-21T09:55:21.415Z[ omicron-package] Compiling unit-prefix v0.5.2
25732026-05-21T09:55:21.434Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25742026-05-21T09:55:21.456Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25752026-05-21T09:55:21.682Z[ omicron-package] Compiling indicatif v0.18.4
25762026-05-21T09:55:22.178Z[ omicron-package] Compiling rustls v0.22.4
25772026-05-21T09:55:23.128Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25782026-05-21T09:55:23.425Z[ omicron-package] Compiling rustls-webpki v0.102.8
25792026-05-21T09:55:24.473Z[ omicron-package] Compiling tokio-rustls v0.26.4
25802026-05-21T09:55:24.473Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25812026-05-21T09:55:24.476Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25822026-05-21T09:55:24.751Z[ omicron-package] Compiling hyper-rustls v0.27.7
25832026-05-21T09:55:24.976Z[ omicron-package] Compiling reqwest v0.12.28
25842026-05-21T09:55:24.976Z[ omicron-package] Compiling reqwest v0.13.2
25852026-05-21T09:55:25.711Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25862026-05-21T09:55:25.868Z[ omicron-package] Compiling tokio-rustls v0.25.0
25872026-05-21T09:55:26.087Z[ omicron-package] Compiling dropshot v0.17.0
25882026-05-21T09:55:26.394Z[ omicron-package] Compiling tough v0.22.0
25892026-05-21T09:55:28.605Z[ helios-setup] May 21 09:55:27.093 INFO helios repository root is: /work/oxidecomputer/helios
25902026-05-21T09:55:28.608Z[ helios-setup] May 21 09:55:27.094 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
25912026-05-21T09:55:28.608Z[ helios-setup] May 21 09:55:27.094 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25922026-05-21T09:55:28.608Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25932026-05-21T09:55:28.639ZMay 21 09:55:27.127 INFO [hubris-staging] task succeeded (15.789395276s)
25942026-05-21T09:55:29.131Z[ helios-setup] May 21 09:55:27.619 INFO clone ok!, project: bootserver
25952026-05-21T09:55:29.134Z[ helios-setup] May 21 09:55:27.619 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
25962026-05-21T09:55:29.134Z[ helios-setup] May 21 09:55:27.619 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25972026-05-21T09:55:29.134Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25982026-05-21T09:55:29.387Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25992026-05-21T09:55:29.699Z[ omicron-package] Compiling progenitor-client v0.10.0
26002026-05-21T09:55:29.699Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26012026-05-21T09:55:29.749Z[ omicron-package] Compiling progenitor-client v0.14.0
26022026-05-21T09:55:29.883Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26032026-05-21T09:55:29.997Z[ helios-setup] May 21 09:55:28.485 INFO clone ok!, project: image-builder
26042026-05-21T09:55:29.997Z[ helios-setup] May 21 09:55:28.486 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26052026-05-21T09:55:30.001Z[ helios-setup] May 21 09:55:28.486 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
26062026-05-21T09:55:30.001Z[ helios-setup] May 21 09:55:28.486 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26072026-05-21T09:55:30.001Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26082026-05-21T09:55:30.219Z[ omicron-package] Compiling progenitor-extras v0.2.0
26092026-05-21T09:55:32.483Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26102026-05-21T09:55:32.977Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26112026-05-21T09:55:33.084Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26122026-05-21T09:55:33.223Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26132026-05-21T09:55:33.291Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26142026-05-21T09:55:33.333Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26152026-05-21T09:55:33.446Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26162026-05-21T09:55:33.484Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-21T09:55:33.575Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26182026-05-21T09:55:36.677Z[ helios-setup] May 21 09:55:35.165 INFO clone ok!, project: amd-firmware
26192026-05-21T09:55:36.680Z[ helios-setup] May 21 09:55:35.165 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26202026-05-21T09:55:36.680Z[ helios-setup] May 21 09:55:35.165 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
26212026-05-21T09:55:36.680Z[ helios-setup] May 21 09:55:35.165 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
26222026-05-21T09:55:36.680Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26232026-05-21T09:55:37.411Z[ helios-setup] May 21 09:55:35.899 INFO clone ok!, project: amd-host-image-builder
26242026-05-21T09:55:37.411Z[ helios-setup] May 21 09:55:35.899 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26252026-05-21T09:55:37.411Z[ helios-setup] May 21 09:55:35.899 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
26262026-05-21T09:55:37.414Z[ helios-setup] May 21 09:55:35.899 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26272026-05-21T09:55:37.414Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26282026-05-21T09:55:37.484Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26292026-05-21T09:55:37.887Z[ helios-setup] May 21 09:55:36.375 INFO clone ok!, project: phbl
26302026-05-21T09:55:37.890Z[ helios-setup] May 21 09:55:36.375 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
26312026-05-21T09:55:37.890Z[ helios-setup] May 21 09:55:36.375 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26322026-05-21T09:55:37.890Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26332026-05-21T09:55:38.439Z[ helios-setup] May 21 09:55:36.927 INFO clone ok!, project: pinprick
26342026-05-21T09:55:38.444Z[ helios-setup] May 21 09:55:36.927 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
26352026-05-21T09:55:38.444Z[ helios-setup] May 21 09:55:36.927 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26362026-05-21T09:55:38.444Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26372026-05-21T09:55:39.333Z[ helios-setup] May 21 09:55:37.820 INFO clone ok!, project: pilot
26382026-05-21T09:55:39.336Z[ helios-setup] May 21 09:55:37.821 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
26392026-05-21T09:55:39.336Z[ helios-setup] May 21 09:55:37.821 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26402026-05-21T09:55:39.336Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26412026-05-21T09:55:40.166Z[ helios-setup] May 21 09:55:38.654 INFO clone ok!, project: chelsio-t6-roms
26422026-05-21T09:55:40.169Z[ helios-setup] May 21 09:55:38.654 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
26432026-05-21T09:55:40.169Z[ helios-setup] May 21 09:55:38.654 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26442026-05-21T09:55:40.169Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26452026-05-21T09:55:40.960Z[ helios-setup] May 21 09:55:39.448 INFO clone ok!, project: dmar-report
26462026-05-21T09:55:40.963Z[ helios-setup] May 21 09:55:39.448 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26472026-05-21T09:55:41.171Z[ helios-setup] May 21 09:55:39.659 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26482026-05-21T09:55:41.384Z[ helios-setup] May 21 09:55:39.872 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26492026-05-21T09:55:41.384Z[ helios-setup] May 21 09:55:39.872 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26502026-05-21T09:55:41.598Z[ helios-setup] May 21 09:55:40.086 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26512026-05-21T09:55:41.809Z[ helios-setup] May 21 09:55:40.297 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26522026-05-21T09:55:41.809Z[ helios-setup] May 21 09:55:40.297 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26532026-05-21T09:55:42.020Z[ helios-setup] May 21 09:55:40.508 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26542026-05-21T09:55:42.237Z[ helios-setup] May 21 09:55:40.725 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26552026-05-21T09:55:42.237Z[ helios-setup] May 21 09:55:40.725 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26562026-05-21T09:55:42.241Z[ helios-setup] May 21 09:55:40.725 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26572026-05-21T09:55:42.241Z[ helios-setup] May 21 09:55:40.725 INFO ok!
26582026-05-21T09:55:42.241Z[ helios-setup] May 21 09:55:40.726 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26592026-05-21T09:55:42.241Z[ helios-setup] May 21 09:55:40.726 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26602026-05-21T09:55:42.241Z[ helios-setup] May 21 09:55:40.726 INFO ok!
26612026-05-21T09:55:42.241Z[ helios-setup] May 21 09:55:40.726 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26622026-05-21T09:55:42.241Z[ helios-setup] May 21 09:55:40.726 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26632026-05-21T09:55:42.241Z[ helios-setup] May 21 09:55:40.726 INFO ok!
26642026-05-21T09:55:42.241Z[ helios-setup] May 21 09:55:40.726 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26652026-05-21T09:55:42.245Z[ helios-setup] May 21 09:55:40.733 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
26662026-05-21T09:55:42.245Z[ helios-setup] May 21 09:55:40.733 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26672026-05-21T09:55:42.245Z[ helios-setup] May 21 09:55:40.733 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26682026-05-21T09:55:42.323Z[ helios-setup] May 21 09:55:40.811 INFO E| Downloading crates ...
26692026-05-21T09:55:42.368Z[ helios-setup] May 21 09:55:40.856 INFO E| Downloaded block-buffer v0.10.3
26702026-05-21T09:55:42.376Z[ helios-setup] May 21 09:55:40.864 INFO E| Downloaded digest v0.10.3
26712026-05-21T09:55:42.379Z[ helios-setup] May 21 09:55:40.865 INFO E| Downloaded bytes v1.2.1
26722026-05-21T09:55:42.383Z[ helios-setup] May 21 09:55:40.869 INFO E| Downloaded miniz_oxide v0.6.2
26732026-05-21T09:55:42.383Z[ helios-setup] May 21 09:55:40.871 INFO E| Downloaded cpufeatures v0.2.5
26742026-05-21T09:55:42.386Z[ helios-setup] May 21 09:55:40.872 INFO E| Downloaded generic-array v0.14.6
26752026-05-21T09:55:42.389Z[ helios-setup] May 21 09:55:40.878 INFO E| Downloaded unicode-width v0.1.10
26762026-05-21T09:55:42.393Z[ helios-setup] May 21 09:55:40.880 INFO E| Downloaded typenum v1.15.0
26772026-05-21T09:55:42.393Z[ helios-setup] May 21 09:55:40.881 INFO E| Downloaded flate2 v1.0.25
26782026-05-21T09:55:42.396Z[ helios-setup] May 21 09:55:40.884 INFO E| Downloaded anyhow v1.0.62
26792026-05-21T09:55:42.399Z[ helios-setup] May 21 09:55:40.886 INFO E| Downloaded sha2 v0.10.5
26802026-05-21T09:55:42.430Z[ helios-setup] May 21 09:55:40.918 INFO E| Compiling typenum v1.15.0
26812026-05-21T09:55:42.430Z[ helios-setup] May 21 09:55:40.919 INFO E| Compiling version_check v0.9.4
26822026-05-21T09:55:42.434Z[ helios-setup] May 21 09:55:40.919 INFO E| Compiling cfg-if v1.0.0
26832026-05-21T09:55:42.434Z[ helios-setup] May 21 09:55:40.919 INFO E| Compiling crc32fast v1.3.2
26842026-05-21T09:55:42.434Z[ helios-setup] May 21 09:55:40.919 INFO E| Compiling adler v1.0.2
26852026-05-21T09:55:42.434Z[ helios-setup] May 21 09:55:40.919 INFO E| Compiling anyhow v1.0.62
26862026-05-21T09:55:42.434Z[ helios-setup] May 21 09:55:40.919 INFO E| Compiling cpufeatures v0.2.5
26872026-05-21T09:55:42.437Z[ helios-setup] May 21 09:55:40.924 INFO E| Compiling unicode-width v0.1.10
26882026-05-21T09:55:42.437Z[ helios-setup] May 21 09:55:40.925 INFO E| Compiling bitflags v1.3.2
26892026-05-21T09:55:42.437Z[ helios-setup] May 21 09:55:40.925 INFO E| Compiling bytes v1.2.1
26902026-05-21T09:55:42.524Z[ helios-setup] May 21 09:55:41.012 INFO E| Compiling getopts v0.2.21
26912026-05-21T09:55:42.533Z[ helios-setup] May 21 09:55:41.022 INFO E| Compiling miniz_oxide v0.6.2
26922026-05-21T09:55:42.657Z[ helios-setup] May 21 09:55:41.146 INFO E| Compiling generic-array v0.14.6
26932026-05-21T09:55:42.879Z[ helios-setup] May 21 09:55:41.367 INFO E| Compiling flate2 v1.0.25
26942026-05-21T09:55:43.728Z[ helios-setup] May 21 09:55:42.216 INFO E| Compiling crypto-common v0.1.6
26952026-05-21T09:55:43.728Z[ helios-setup] May 21 09:55:42.216 INFO E| Compiling block-buffer v0.10.3
26962026-05-21T09:55:43.821Z[ helios-setup] May 21 09:55:42.309 INFO E| Compiling digest v0.10.3
26972026-05-21T09:55:43.961Z[ helios-setup] May 21 09:55:42.449 INFO E| Compiling sha2 v0.10.5
26982026-05-21T09:55:44.148Z[ helios-setup] May 21 09:55:42.636 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26992026-05-21T09:55:45.265Z[ helios-setup] May 21 09:55:43.753 INFO E| Finished `release` profile [optimized] target(s) in 3.01s
27002026-05-21T09:55:45.274Z[ helios-setup] May 21 09:55:43.763 INFO building project "bootserver" ok (3 seconds)
27012026-05-21T09:55:45.277Z[ helios-setup] May 21 09:55:43.763 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
27022026-05-21T09:55:45.281Z[ helios-setup] May 21 09:55:43.770 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
27032026-05-21T09:55:45.281Z[ helios-setup] May 21 09:55:43.770 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27042026-05-21T09:55:45.284Z[ helios-setup] May 21 09:55:43.770 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27052026-05-21T09:55:45.350Z[ helios-setup] May 21 09:55:43.838 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27062026-05-21T09:55:45.408Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27072026-05-21T09:55:45.669Z[ helios-setup] May 21 09:55:44.157 INFO E| From https://github.com/jclulow/rust-jmclib
27082026-05-21T09:55:45.669Z[ helios-setup] May 21 09:55:44.157 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27092026-05-21T09:55:45.677Z[ helios-setup] May 21 09:55:44.166 INFO E| Updating crates.io index
27102026-05-21T09:55:45.827Z[ helios-setup] May 21 09:55:44.315 INFO E| Downloading crates ...
27112026-05-21T09:55:45.872Z[ helios-setup] May 21 09:55:44.360 INFO E| Downloaded block-buffer v0.9.0
27122026-05-21T09:55:45.875Z[ helios-setup] May 21 09:55:44.363 INFO E| Downloaded quote v1.0.31
27132026-05-21T09:55:45.880Z[ helios-setup] May 21 09:55:44.368 INFO E| Downloaded once_cell v1.18.0
27142026-05-21T09:55:45.883Z[ helios-setup] May 21 09:55:44.370 INFO E| Downloaded errno v0.3.1
27152026-05-21T09:55:45.883Z[ helios-setup] May 21 09:55:44.371 INFO E| Downloaded opaque-debug v0.3.0
27162026-05-21T09:55:45.886Z[ helios-setup] May 21 09:55:44.372 INFO E| Downloaded itoa v1.0.9
27172026-05-21T09:55:45.886Z[ helios-setup] May 21 09:55:44.374 INFO E| Downloaded cpufeatures v0.2.9
27182026-05-21T09:55:45.886Z[ helios-setup] May 21 09:55:44.374 INFO E| Downloaded libdevinfo-sys v1.0.0
27192026-05-21T09:55:45.889Z[ helios-setup] May 21 09:55:44.376 INFO E| Downloaded digest v0.9.0
27202026-05-21T09:55:45.889Z[ helios-setup] May 21 09:55:44.377 INFO E| Downloaded glob v0.3.1
27212026-05-21T09:55:45.889Z[ helios-setup] May 21 09:55:44.378 INFO E| Downloaded sha-1 v0.9.8
27222026-05-21T09:55:45.893Z[ helios-setup] May 21 09:55:44.381 INFO E| Downloaded md-5 v0.9.1
27232026-05-21T09:55:45.914Z[ helios-setup] May 21 09:55:44.401 INFO E| Downloaded fastrand v2.0.0
27242026-05-21T09:55:45.920Z[ helios-setup] May 21 09:55:44.408 INFO E| Downloaded tempfile v3.7.0
27252026-05-21T09:55:45.923Z[ helios-setup] May 21 09:55:44.410 INFO E| Downloaded walkdir v2.3.3
27262026-05-21T09:55:45.923Z[ helios-setup] May 21 09:55:44.411 INFO E| Downloaded proc-macro2 v1.0.66
27272026-05-21T09:55:45.926Z[ helios-setup] May 21 09:55:44.412 INFO E| Downloaded uuid v0.8.2
27282026-05-21T09:55:45.926Z[ helios-setup] May 21 09:55:44.414 INFO E| Downloaded typenum v1.16.0
27292026-05-21T09:55:45.931Z[ helios-setup] May 21 09:55:44.415 INFO E| Downloaded getrandom v0.2.10
27302026-05-21T09:55:45.931Z[ helios-setup] May 21 09:55:44.417 INFO E| Downloaded anyhow v1.0.72
27312026-05-21T09:55:45.936Z[ helios-setup] May 21 09:55:44.419 INFO E| Downloaded unicode-ident v1.0.11
27322026-05-21T09:55:45.937Z[ helios-setup] May 21 09:55:44.421 INFO E| Downloaded toml v0.5.11
27332026-05-21T09:55:45.937Z[ helios-setup] May 21 09:55:44.422 INFO E| Downloaded bitflags v2.3.3
27342026-05-21T09:55:45.940Z[ helios-setup] May 21 09:55:44.424 INFO E| Downloaded serde_derive v1.0.193
27352026-05-21T09:55:45.940Z[ helios-setup] May 21 09:55:44.425 INFO E| Downloaded ryu v1.0.15
27362026-05-21T09:55:45.940Z[ helios-setup] May 21 09:55:44.427 INFO E| Downloaded serde v1.0.193
27372026-05-21T09:55:45.956Z[ helios-setup] May 21 09:55:44.444 INFO E| Downloaded serde_json v1.0.103
27382026-05-21T09:55:45.973Z[ helios-setup] May 21 09:55:44.461 INFO E| Downloaded syn v2.0.32
27392026-05-21T09:55:45.986Z[ helios-setup] May 21 09:55:44.474 INFO E| Downloaded rustix v0.38.4
27402026-05-21T09:55:46.007Z[ helios-setup] May 21 09:55:44.495 INFO E| Downloaded libc v0.2.147
27412026-05-21T09:55:46.061Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling libc v0.2.147
27422026-05-21T09:55:46.061Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling proc-macro2 v1.0.66
27432026-05-21T09:55:46.061Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling cfg-if v1.0.0
27442026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling unicode-ident v1.0.11
27452026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling typenum v1.16.0
27462026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling version_check v0.9.4
27472026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling serde v1.0.193
27482026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling time-core v0.1.2
27492026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling rustix v0.38.4
27502026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling slog v2.7.0
27512026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling powerfmt v0.2.0
27522026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling num-conv v0.1.0
27532026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling itoa v1.0.9
27542026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling once_cell v1.18.0
27552026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling num_threads v0.1.6
27562026-05-21T09:55:46.065Z[ helios-setup] May 21 09:55:44.549 INFO E| Compiling bitflags v2.3.3
27572026-05-21T09:55:46.227Z[ helios-setup] May 21 09:55:44.714 INFO E| Compiling anyhow v1.0.72
27582026-05-21T09:55:46.227Z[ helios-setup] May 21 09:55:44.715 INFO E| Compiling serde_json v1.0.103
27592026-05-21T09:55:46.234Z[ helios-setup] May 21 09:55:44.723 INFO E| Compiling time-macros v0.2.18
27602026-05-21T09:55:46.365Z[ helios-setup] May 21 09:55:44.853 INFO E| Compiling thread_local v1.1.7
27612026-05-21T09:55:46.365Z[ helios-setup] May 21 09:55:44.853 INFO E| Compiling fastrand v2.0.0
27622026-05-21T09:55:46.365Z[ helios-setup] May 21 09:55:44.853 INFO E| Compiling opaque-debug v0.3.0
27632026-05-21T09:55:46.532Z[ helios-setup] May 21 09:55:45.020 INFO E| Compiling deranged v0.3.11
27642026-05-21T09:55:46.535Z[ helios-setup] May 21 09:55:45.020 INFO E| Compiling unicode-width v0.1.10
27652026-05-21T09:55:46.559Z[ helios-setup] May 21 09:55:45.042 INFO E| Compiling cpufeatures v0.2.9
27662026-05-21T09:55:46.579Z[ helios-setup] May 21 09:55:45.067 INFO E| Compiling same-file v1.0.6
27672026-05-21T09:55:46.694Z[ helios-setup] May 21 09:55:45.182 INFO E| Compiling ryu v1.0.15
27682026-05-21T09:55:46.713Z[ helios-setup] May 21 09:55:45.201 INFO E| Compiling generic-array v0.14.7
27692026-05-21T09:55:46.746Z[ helios-setup] May 21 09:55:45.233 INFO E| Compiling getopts v0.2.21
27702026-05-21T09:55:46.781Z[ helios-setup] May 21 09:55:45.269 INFO E| Compiling glob v0.3.1
27712026-05-21T09:55:46.805Z[ helios-setup] May 21 09:55:45.294 INFO E| Compiling walkdir v2.3.3
27722026-05-21T09:55:46.826Z[ helios-setup] May 21 09:55:45.313 INFO E| Compiling libdevinfo-sys v1.0.0
27732026-05-21T09:55:47.140Z[ helios-setup] May 21 09:55:45.628 INFO E| Compiling dirs-sys-next v0.1.2
27742026-05-21T09:55:47.147Z[ helios-setup] May 21 09:55:45.635 INFO E| Compiling errno v0.3.1
27752026-05-21T09:55:47.229Z[ helios-setup] May 21 09:55:45.716 INFO E| Compiling atty v0.2.14
27762026-05-21T09:55:47.241Z[ helios-setup] May 21 09:55:45.729 INFO E| Compiling getrandom v0.2.10
27772026-05-21T09:55:47.326Z[ helios-setup] May 21 09:55:45.814 INFO E| Compiling dirs-next v2.0.0
27782026-05-21T09:55:47.342Z[ helios-setup] May 21 09:55:45.830 INFO E| Compiling quote v1.0.31
27792026-05-21T09:55:47.418Z[ helios-setup] May 21 09:55:45.905 INFO E| Compiling term v0.7.0
27802026-05-21T09:55:47.629Z[ helios-setup] May 21 09:55:46.117 INFO E| Compiling syn v2.0.32
27812026-05-21T09:55:47.741Z[ helios-setup] May 21 09:55:46.229 INFO E| Compiling time v0.3.36
27822026-05-21T09:55:47.787Z[ helios-setup] May 21 09:55:46.276 INFO E| Compiling digest v0.9.0
27832026-05-21T09:55:47.787Z[ helios-setup] May 21 09:55:46.276 INFO E| Compiling block-buffer v0.9.0
27842026-05-21T09:55:47.884Z[ helios-setup] May 21 09:55:46.372 INFO E| Compiling sha-1 v0.9.8
27852026-05-21T09:55:47.884Z[ helios-setup] May 21 09:55:46.372 INFO E| Compiling md-5 v0.9.1
27862026-05-21T09:55:47.945Z[ helios-setup] May 21 09:55:46.433 INFO E| Compiling tempfile v3.7.0
27872026-05-21T09:55:48.788Z[ helios-setup] May 21 09:55:47.276 INFO E| Compiling slog-term v2.9.0
27882026-05-21T09:55:49.225Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27892026-05-21T09:55:49.229Z[ helios-setup] May 21 09:55:47.715 INFO E| Compiling serde_derive v1.0.193
27902026-05-21T09:55:50.216Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27912026-05-21T09:55:52.785Z[ helios-setup] May 21 09:55:51.273 INFO E| Compiling toml v0.5.11
27922026-05-21T09:55:52.785Z[ helios-setup] May 21 09:55:51.273 INFO E| Compiling uuid v0.8.2
27932026-05-21T09:55:53.379Z[ helios-setup] May 21 09:55:51.867 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27942026-05-21T09:55:53.657Z[ helios-setup] May 21 09:55:52.145 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27952026-05-21T09:55:56.429Z[ helios-setup] May 21 09:55:54.918 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
27962026-05-21T09:55:56.449Z[ helios-setup] May 21 09:55:54.937 INFO building project "image-builder" ok (11 seconds)
27972026-05-21T09:55:56.449Z[ helios-setup] May 21 09:55:54.937 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27982026-05-21T09:55:56.477Z[ helios-setup] May 21 09:55:54.965 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')"
27992026-05-21T09:55:56.477Z[ helios-setup] May 21 09:55:54.965 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28002026-05-21T09:55:56.480Z[ helios-setup] May 21 09:55:54.965 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28012026-05-21T09:55:56.598Z[ helios-setup] May 21 09:55:55.083 INFO E| Updating crates.io index
28022026-05-21T09:55:56.634Z[ helios-setup] May 21 09:55:55.122 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28032026-05-21T09:55:57.023Z[ helios-setup] May 21 09:55:55.511 INFO E| From https://github.com/oxidecomputer/amd-apcb
28042026-05-21T09:55:57.023Z[ helios-setup] May 21 09:55:55.511 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28052026-05-21T09:55:57.035Z[ helios-setup] May 21 09:55:55.523 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28062026-05-21T09:55:57.371Z[ helios-setup] May 21 09:55:55.859 INFO E| From https://github.com/oxidecomputer/amd-efs
28072026-05-21T09:55:57.371Z[ helios-setup] May 21 09:55:55.860 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28082026-05-21T09:55:57.644Z[ helios-setup] May 21 09:55:56.132 INFO E| Downloading crates ...
28092026-05-21T09:55:57.690Z[ helios-setup] May 21 09:55:56.178 INFO E| Downloaded ansi_term v0.12.1
28102026-05-21T09:55:57.694Z[ helios-setup] May 21 09:55:56.181 INFO E| Downloaded unic-char-property v0.9.0
28112026-05-21T09:55:57.697Z[ helios-setup] May 21 09:55:56.184 INFO E| Downloaded strum_macros v0.27.1
28122026-05-21T09:55:57.697Z[ helios-setup] May 21 09:55:56.185 INFO E| Downloaded heck v0.3.3
28132026-05-21T09:55:57.701Z[ helios-setup] May 21 09:55:56.190 INFO E| Downloaded serde_derive v1.0.219
28142026-05-21T09:55:57.705Z[ helios-setup] May 21 09:55:56.192 INFO E| Downloaded itoa v1.0.15
28152026-05-21T09:55:57.705Z[ helios-setup] May 21 09:55:56.192 INFO E| Downloaded four-cc v0.4.0
28162026-05-21T09:55:57.708Z[ helios-setup] May 21 09:55:56.194 INFO E| Downloaded unic-ucd-version v0.9.0
28172026-05-21T09:55:57.708Z[ helios-setup] May 21 09:55:56.196 INFO E| Downloaded textwrap v0.11.0
28182026-05-21T09:55:57.711Z[ helios-setup] May 21 09:55:56.198 INFO E| Downloaded strum v0.27.1
28192026-05-21T09:55:57.714Z[ helios-setup] May 21 09:55:56.200 INFO E| Downloaded vec_map v0.8.2
28202026-05-21T09:55:57.723Z[ helios-setup] May 21 09:55:56.211 INFO E| Downloaded unic-ucd-ident v0.9.0
28212026-05-21T09:55:57.728Z[ helios-setup] May 21 09:55:56.214 INFO E| Downloaded dyn-clone v1.0.19
28222026-05-21T09:55:57.731Z[ helios-setup] May 21 09:55:56.216 INFO E| Downloaded unic-char-range v0.9.0
28232026-05-21T09:55:57.731Z[ helios-setup] May 21 09:55:56.217 INFO E| Downloaded unic-common v0.9.0
28242026-05-21T09:55:57.731Z[ helios-setup] May 21 09:55:56.218 INFO E| Downloaded parse_int v0.9.0
28252026-05-21T09:55:57.739Z[ helios-setup] May 21 09:55:56.227 INFO E| Downloaded strsim v0.8.0
28262026-05-21T09:55:57.742Z[ helios-setup] May 21 09:55:56.228 INFO E| Downloaded fletcher v1.0.0
28272026-05-21T09:55:57.745Z[ helios-setup] May 21 09:55:56.234 INFO E| Downloaded pest_generator v2.8.0
28282026-05-21T09:55:57.750Z[ helios-setup] May 21 09:55:56.235 INFO E| Downloaded modular-bitfield-impl v0.11.2
28292026-05-21T09:55:57.755Z[ helios-setup] May 21 09:55:56.243 INFO E| Downloaded thiserror-impl v2.0.12
28302026-05-21T09:55:57.758Z[ helios-setup] May 21 09:55:56.245 INFO E| Downloaded bytesize v2.0.1
28312026-05-21T09:55:57.761Z[ helios-setup] May 21 09:55:56.248 INFO E| Downloaded structopt-derive v0.4.18
28322026-05-21T09:55:57.761Z[ helios-setup] May 21 09:55:56.249 INFO E| Downloaded rustversion v1.0.20
28332026-05-21T09:55:57.764Z[ helios-setup] May 21 09:55:56.251 INFO E| Downloaded thiserror v2.0.12
28342026-05-21T09:55:57.768Z[ helios-setup] May 21 09:55:56.254 INFO E| Downloaded quote v1.0.40
28352026-05-21T09:55:57.768Z[ helios-setup] May 21 09:55:56.256 INFO E| Downloaded autocfg v1.4.0
28362026-05-21T09:55:57.813Z[ helios-setup] May 21 09:55:56.301 INFO E| Downloaded unicode-ident v1.0.18
28372026-05-21T09:55:57.817Z[ helios-setup] May 21 09:55:56.303 INFO E| Downloaded pest_derive v2.8.0
28382026-05-21T09:55:57.817Z[ helios-setup] May 21 09:55:56.305 INFO E| Downloaded modular-bitfield v0.13.1
28392026-05-21T09:55:57.822Z[ helios-setup] May 21 09:55:56.310 INFO E| Downloaded proc-macro2 v1.0.95
28402026-05-21T09:55:57.825Z[ helios-setup] May 21 09:55:56.312 INFO E| Downloaded pest_meta v2.8.0
28412026-05-21T09:55:57.825Z[ helios-setup] May 21 09:55:56.313 INFO E| Downloaded modular-bitfield-impl v0.13.1
28422026-05-21T09:55:57.828Z[ helios-setup] May 21 09:55:56.314 INFO E| Downloaded modular-bitfield v0.11.2
28432026-05-21T09:55:57.832Z[ helios-setup] May 21 09:55:56.320 INFO E| Downloaded structopt v0.3.26
28442026-05-21T09:55:57.836Z[ helios-setup] May 21 09:55:56.324 INFO E| Downloaded ryu v1.0.20
28452026-05-21T09:55:57.839Z[ helios-setup] May 21 09:55:56.326 INFO E| Downloaded serde v1.0.219
28462026-05-21T09:55:57.842Z[ helios-setup] May 21 09:55:56.328 INFO E| Downloaded log v0.4.27
28472026-05-21T09:55:57.845Z[ helios-setup] May 21 09:55:56.331 INFO E| Downloaded typenum v1.18.0
28482026-05-21T09:55:57.864Z[ helios-setup] May 21 09:55:56.352 INFO E| Downloaded zerocopy-derive v0.8.25
28492026-05-21T09:55:57.868Z[ helios-setup] May 21 09:55:56.356 INFO E| Downloaded memchr v2.7.4
28502026-05-21T09:55:57.905Z[ helios-setup] May 21 09:55:56.393 INFO E| Downloaded pest v2.8.0
28512026-05-21T09:55:57.927Z[ helios-setup] May 21 09:55:56.415 INFO E| Downloaded serde_json v1.0.140
28522026-05-21T09:55:57.931Z[ helios-setup] May 21 09:55:56.419 INFO E| Downloaded goblin v0.9.3
28532026-05-21T09:55:57.936Z[ helios-setup] May 21 09:55:56.423 INFO E| Downloaded clap v2.34.0
28542026-05-21T09:55:57.952Z[ helios-setup] May 21 09:55:56.440 INFO E| Downloaded zerocopy v0.8.25
28552026-05-21T09:55:57.988Z[ helios-setup] May 21 09:55:56.476 INFO E| Downloaded syn v2.0.101
28562026-05-21T09:55:58.047Z[ helios-setup] May 21 09:55:56.535 INFO E| Downloaded libc v0.2.172
28572026-05-21T09:55:58.103Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling proc-macro2 v1.0.95
28582026-05-21T09:55:58.103Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling unicode-ident v1.0.18
28592026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling memchr v2.7.4
28602026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling thiserror v2.0.12
28612026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling autocfg v1.4.0
28622026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling syn v1.0.109
28632026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling serde v1.0.219
28642026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling version_check v0.9.5
28652026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling serde_json v1.0.140
28662026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling schemars v0.8.22
28672026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling ryu v1.0.20
28682026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling itoa v1.0.15
28692026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling paste v1.0.15
28702026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling libc v0.2.172
28712026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling dyn-clone v1.0.19
28722026-05-21T09:55:58.107Z[ helios-setup] May 21 09:55:56.592 INFO E| Compiling zerocopy v0.8.25
28732026-05-21T09:55:58.271Z[ helios-setup] May 21 09:55:56.758 INFO E| Compiling ucd-trie v0.1.7
28742026-05-21T09:55:58.519Z[ helios-setup] May 21 09:55:57.006 INFO E| Compiling static_assertions v1.1.0
28752026-05-21T09:55:58.519Z[ helios-setup] May 21 09:55:57.006 INFO E| Compiling proc-macro-error-attr v1.0.4
28762026-05-21T09:55:58.577Z[ helios-setup] May 21 09:55:57.065 INFO E| Compiling rustversion v1.0.20
28772026-05-21T09:55:58.616Z[ helios-setup] May 21 09:55:57.104 INFO E| Compiling proc-macro-error v1.0.4
28782026-05-21T09:55:58.628Z[ helios-setup] May 21 09:55:57.116 INFO E| Compiling once_cell v1.21.3
28792026-05-21T09:55:58.646Z[ helios-setup] May 21 09:55:57.134 INFO E| Compiling unicode-width v0.1.14
28802026-05-21T09:55:58.683Z[ helios-setup] May 21 09:55:57.170 INFO E| Compiling unicode-segmentation v1.12.0
28812026-05-21T09:55:58.683Z[ helios-setup] May 21 09:55:57.171 INFO E| Compiling heck v0.5.0
28822026-05-21T09:55:58.729Z[ helios-setup] May 21 09:55:57.218 INFO E| Compiling num-traits v0.2.19
28832026-05-21T09:55:58.735Z[ helios-setup] May 21 09:55:57.223 INFO E| Compiling memoffset v0.9.1
28842026-05-21T09:55:58.757Z[ helios-setup] May 21 09:55:57.245 INFO E| Compiling ansi_term v0.12.1
28852026-05-21T09:55:58.836Z[ helios-setup] May 21 09:55:57.323 INFO E| Compiling strsim v0.8.0
28862026-05-21T09:55:58.874Z[ helios-setup] May 21 09:55:57.362 INFO E| Compiling fletcher v1.0.0
28872026-05-21T09:55:58.926Z[ helios-setup] May 21 09:55:57.414 INFO E| Compiling textwrap v0.11.0
28882026-05-21T09:55:58.940Z[ helios-setup] May 21 09:55:57.428 INFO E| Compiling unic-common v0.9.0
28892026-05-21T09:55:59.008Z[ helios-setup] May 21 09:55:57.495 INFO E| Compiling atty v0.2.14
28902026-05-21T09:55:59.038Z[ helios-setup] May 21 09:55:57.526 INFO E| Compiling heck v0.3.3
28912026-05-21T09:55:59.045Z[ helios-setup] May 21 09:55:57.531 INFO E| Compiling vec_map v0.8.2
28922026-05-21T09:55:59.048Z[ helios-setup] May 21 09:55:57.537 INFO E| Compiling unic-char-range v0.9.0
28932026-05-21T09:55:59.052Z[ helios-setup] May 21 09:55:57.537 INFO E| Compiling bitflags v1.3.2
28942026-05-21T09:55:59.072Z[ helios-setup] May 21 09:55:57.560 INFO E| Compiling byteorder v1.5.0
28952026-05-21T09:55:59.078Z[ helios-setup] May 21 09:55:57.566 INFO E| Compiling strum v0.27.1
28962026-05-21T09:55:59.082Z[ helios-setup] May 21 09:55:57.567 INFO E| Compiling unic-ucd-version v0.9.0
28972026-05-21T09:55:59.111Z[ helios-setup] May 21 09:55:57.599 INFO E| Compiling lazy_static v1.5.0
28982026-05-21T09:55:59.121Z[ helios-setup] May 21 09:55:57.609 INFO E| Compiling log v0.4.27
28992026-05-21T09:55:59.137Z[ helios-setup] May 21 09:55:57.625 INFO E| Compiling unic-char-property v0.9.0
29002026-05-21T09:55:59.179Z[ helios-setup] May 21 09:55:57.667 INFO E| Compiling plain v0.2.3
29012026-05-21T09:55:59.193Z[ helios-setup] May 21 09:55:57.681 INFO E| Compiling clap v2.34.0
29022026-05-21T09:55:59.198Z[ helios-setup] May 21 09:55:57.686 INFO E| Compiling bytesize v2.0.1
29032026-05-21T09:55:59.230Z[ helios-setup] May 21 09:55:57.718 INFO E| Compiling unic-ucd-ident v0.9.0
29042026-05-21T09:55:59.422Z[ helios-setup] May 21 09:55:57.910 INFO E| Compiling quote v1.0.40
29052026-05-21T09:55:59.574Z[ helios-setup] May 21 09:55:58.062 INFO E| Compiling syn v2.0.101
29062026-05-21T09:55:59.718Z[ helios-setup] May 21 09:55:58.206 INFO E| Compiling parse_int v0.9.0
29072026-05-21T09:56:00.325Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.46s
29082026-05-21T09:56:00.581Z[ omicron-package]
29092026-05-21T09:56:00.581Z[ omicron-package] real 47.656926456
29102026-05-21T09:56:00.584Z[ omicron-package] user 5:30.390063473
29112026-05-21T09:56:00.584Z[ omicron-package] sys 29.992679263
29122026-05-21T09:56:00.584Z[ omicron-package] trap 0.560995665
29132026-05-21T09:56:00.584Z[ omicron-package] tflt 0.940928354
29142026-05-21T09:56:00.584Z[ omicron-package] dflt 3.245631081
29152026-05-21T09:56:00.584Z[ omicron-package] kflt 0.000539220
29162026-05-21T09:56:00.584Z[ omicron-package] lock 12:25.880356620
29172026-05-21T09:56:00.584Z[ omicron-package] slp 7:12.454798312
29182026-05-21T09:56:00.584Z[ omicron-package] lat 46.788230601
29192026-05-21T09:56:00.584Z[ omicron-package] stop 1:18.207059876
29202026-05-21T09:56:00.584ZMay 21 09:55:59.070 INFO [omicron-package] process exited with exit status: 0 (47.730498211s)
29212026-05-21T09:56:00.584ZMay 21 09:55:59.070 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29222026-05-21T09:56:00.585ZMay 21 09:55:59.071 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29232026-05-21T09:56:00.595Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29242026-05-21T09:56:00.595Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29252026-05-21T09:56:00.598Z[ recovery-target] Created new build target 'recovery' and set it as active
29262026-05-21T09:56:00.598Z[ host-target] Created new build target 'host' and set it as active
29272026-05-21T09:56:00.601ZMay 21 09:55:59.090 INFO [host-target] process exited with exit status: 0 (19.667602ms)
29282026-05-21T09:56:00.602ZMay 21 09:55:59.090 INFO [recovery-target] process exited with exit status: 0 (19.320752ms)
29292026-05-21T09:56:00.602ZMay 21 09:55:59.090 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29302026-05-21T09:56:00.611Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29312026-05-21T09:56:01.392Z[ helios-setup] May 21 09:55:59.881 INFO E| Compiling modular-bitfield-impl v0.11.2
29322026-05-21T09:56:01.393Z[ helios-setup] May 21 09:55:59.881 INFO E| Compiling structopt-derive v0.4.18
29332026-05-21T09:56:01.581Z[ helios-setup] May 21 09:56:00.069 INFO E| Compiling serde_derive_internals v0.29.1
29342026-05-21T09:56:01.966Z[ helios-setup] May 21 09:56:00.454 INFO E| Compiling thiserror-impl v2.0.12
29352026-05-21T09:56:01.966Z[ helios-setup] May 21 09:56:00.454 INFO E| Compiling serde_derive v1.0.219
29362026-05-21T09:56:01.966Z[ helios-setup] May 21 09:56:00.454 INFO E| Compiling zerocopy-derive v0.8.25
29372026-05-21T09:56:01.969Z[ helios-setup] May 21 09:56:00.454 INFO E| Compiling modular-bitfield-impl v0.13.1
29382026-05-21T09:56:01.969Z[ helios-setup] May 21 09:56:00.454 INFO E| Compiling num-derive v0.4.2
29392026-05-21T09:56:01.970Z[ helios-setup] May 21 09:56:00.454 INFO E| Compiling strum_macros v0.27.1
29402026-05-21T09:56:01.970Z[ helios-setup] May 21 09:56:00.454 INFO E| Compiling scroll_derive v0.12.1
29412026-05-21T09:56:02.078Z[ helios-setup] May 21 09:56:00.566 INFO E| Compiling schemars_derive v0.8.22
29422026-05-21T09:56:02.267Z[ helios-setup] May 21 09:56:00.754 INFO E| Compiling modular-bitfield v0.11.2
29432026-05-21T09:56:02.267Z[ helios-setup] May 21 09:56:00.754 INFO E| Compiling structopt v0.3.26
29442026-05-21T09:56:02.330Z[ host-package] Compiling ring v0.17.14
29452026-05-21T09:56:02.627Z[ helios-setup] May 21 09:56:01.116 INFO E| Compiling scroll v0.12.0
29462026-05-21T09:56:02.659Z[ host-package] Compiling heck v0.5.0
29472026-05-21T09:56:02.689Z[ host-package] Compiling regress v0.11.1
29482026-05-21T09:56:02.716Z[ host-package] Compiling unsafe-libyaml v0.2.11
29492026-05-21T09:56:02.775Z[ host-package] Compiling regress v0.10.5
29502026-05-21T09:56:02.808Z[ host-package] Compiling unicode-width v0.1.14
29512026-05-21T09:56:02.808Z[ host-package] Compiling is-terminal v0.4.17
29522026-05-21T09:56:02.809Z[ host-package] Compiling prettyplease v0.2.37
29532026-05-21T09:56:02.809Z[ host-package] Compiling derive-where v1.6.0
29542026-05-21T09:56:02.809Z[ host-package] Compiling num-rational v0.4.2
29552026-05-21T09:56:02.809Z[ host-package] Compiling num-complex v0.4.6
29562026-05-21T09:56:02.809Z[ host-package] Compiling thread_local v1.1.9
29572026-05-21T09:56:02.809Z[ host-package] Compiling match_cfg v0.1.0
29582026-05-21T09:56:02.809Z[ host-package] Compiling compression-core v0.4.31
29592026-05-21T09:56:02.839Z[ helios-setup] May 21 09:56:01.327 INFO E| Compiling goblin v0.9.3
29602026-05-21T09:56:02.980Z[ helios-setup] May 21 09:56:01.467 INFO E| Compiling modular-bitfield v0.13.1
29612026-05-21T09:56:03.120Z[ helios-setup] May 21 09:56:01.608 INFO E| Compiling pest v2.8.0
29622026-05-21T09:56:03.483Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29632026-05-21T09:56:03.484Z[ host-package] Compiling num v0.4.3
29642026-05-21T09:56:03.484Z[ host-package] Compiling bytecount v0.6.9
29652026-05-21T09:56:03.585Z[ host-package] Compiling float-ord v0.3.2
29662026-05-21T09:56:03.588Z[ host-package] Compiling hostname v0.3.1
29672026-05-21T09:56:03.589Z[ host-package] Compiling compression-codecs v0.4.37
29682026-05-21T09:56:03.683Z[ host-package] Compiling multer v3.1.0
29692026-05-21T09:56:03.687Z[ host-package] Compiling slog-async v2.8.0
29702026-05-21T09:56:03.718Z[ host-package] Compiling crossbeam-channel v0.5.15
29712026-05-21T09:56:03.842Z[ host-package] Compiling slog-json v2.6.1
29722026-05-21T09:56:03.870Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
29732026-05-21T09:56:03.918Z[ host-package] Compiling serde_spanned v1.0.4
29742026-05-21T09:56:03.971Z[ host-package] Compiling term v1.2.1
29752026-05-21T09:56:04.034Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29762026-05-21T09:56:04.107Z[ host-package] Compiling take_mut v0.2.2
29772026-05-21T09:56:04.132Z[ host-package] Compiling slog-bunyan v2.5.0
29782026-05-21T09:56:04.212Z[ host-package] Compiling async-compression v0.4.41
29792026-05-21T09:56:04.238Z[ helios-setup] May 21 09:56:02.726 INFO E| Compiling pest_meta v2.8.0
29802026-05-21T09:56:04.305Z[ host-package] Compiling slog-term v2.9.2
29812026-05-21T09:56:04.443Z[ host-package] Compiling typify-impl v0.6.2
29822026-05-21T09:56:04.447Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
29832026-05-21T09:56:04.568Z[ host-package] Compiling console v0.15.11
29842026-05-21T09:56:04.568Z[ host-package] Compiling dropshot v0.17.0
29852026-05-21T09:56:04.571Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29862026-05-21T09:56:04.721Z[ host-package] Compiling async-stream v0.3.6
29872026-05-21T09:56:04.721Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29882026-05-21T09:56:04.799Z[ host-package] Compiling waitgroup v0.1.2
29892026-05-21T09:56:04.853Z[ host-package] Compiling backon v1.6.0
29902026-05-21T09:56:04.899Z[ host-package] Compiling rustls-pemfile v2.2.0
29912026-05-21T09:56:04.905Z[ helios-setup] May 21 09:56:03.394 INFO E| Compiling pest_generator v2.8.0
29922026-05-21T09:56:04.995Z[ host-package] Compiling serde_path_to_error v0.1.20
29932026-05-21T09:56:04.999Z[ host-package] Compiling hostname v0.4.2
29942026-05-21T09:56:04.999Z[ host-package] Compiling instant v0.1.13
29952026-05-21T09:56:04.999Z[ host-package] Compiling debug-ignore v1.0.5
29962026-05-21T09:56:04.999Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
29972026-05-21T09:56:04.999Z[ host-package] Compiling parse-display v0.10.0
29982026-05-21T09:56:05.246Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29992026-05-21T09:56:05.250Z[ host-package] Compiling atomicwrites v0.4.4
30002026-05-21T09:56:05.299Z[ host-package] Compiling backoff v0.4.0
30012026-05-21T09:56:05.320Z[ host-package] Compiling newline-converter v0.3.0
30022026-05-21T09:56:05.405Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
30032026-05-21T09:56:05.513Z[ host-package] Compiling macaddr v1.0.1
30042026-05-21T09:56:05.535Z[ helios-setup] May 21 09:56:04.023 INFO E| Compiling pest_derive v2.8.0
30052026-05-21T09:56:05.555Z[ host-package] Compiling expectorate v1.2.0
30062026-05-21T09:56:05.711Z[ host-package] Compiling slog-dtrace v0.3.0
30072026-05-21T09:56:05.848Z[ host-package] Compiling resolv-conf v0.7.6
30082026-05-21T09:56:05.950Z[ host-package] Compiling owo-colors v4.3.0
30092026-05-21T09:56:05.953Z[ host-package] Compiling cancel-safe-futures v0.1.5
30102026-05-21T09:56:06.048Z[ host-package] Compiling libsw-core v0.3.2
30112026-05-21T09:56:06.051Z[ host-package] Compiling minimal-lexical v0.2.1
30122026-05-21T09:56:06.051Z[ host-package] Compiling toml v0.8.23
30132026-05-21T09:56:06.051Z[ host-package] Compiling num-derive v0.3.3
30142026-05-21T09:56:06.250Z[ host-package] Compiling linear-map v1.2.0
30152026-05-21T09:56:06.340Z[ host-package] Compiling libsw v3.5.0
30162026-05-21T09:56:06.340Z[ host-package] Compiling nom v7.1.3
30172026-05-21T09:56:06.356Z[ helios-setup] May 21 09:56:04.845 INFO E| Compiling json5 v0.4.1
30182026-05-21T09:56:06.417Z[ host-package] Compiling linked-hash-map v0.5.6
30192026-05-21T09:56:06.582Z[ host-package] Compiling hickory-proto v0.24.4
30202026-05-21T09:56:06.659Z[ host-package] Compiling lru-cache v0.1.2
30212026-05-21T09:56:06.708Z[ host-package] Compiling unicode-xid v0.2.6
30222026-05-21T09:56:06.743Z[ host-package] Compiling csv-core v0.1.13
30232026-05-21T09:56:06.810Z[ host-package] Compiling rustls v0.23.37
30242026-05-21T09:56:06.858Z[ host-package] Compiling rustls v0.22.4
30252026-05-21T09:56:06.885Z[ host-package] Compiling termtree v0.5.1
30262026-05-21T09:56:06.920Z[ host-package] Compiling highway v1.3.0
30272026-05-21T09:56:06.971Z[ host-package] Compiling csv v1.4.0
30282026-05-21T09:56:06.971Z[ host-package] Compiling papergrid v0.11.0
30292026-05-21T09:56:07.123Z[ host-package] Compiling tabled_derive v0.7.0
30302026-05-21T09:56:07.166Z[ host-package] Compiling libscf-sys v1.1.0
30312026-05-21T09:56:07.169Z[ host-package] Compiling phf_shared v0.12.1
30322026-05-21T09:56:07.275Z[ host-package] Compiling chrono-tz v0.10.4
30332026-05-21T09:56:07.504Z[ host-package] Compiling tagptr v0.2.0
30342026-05-21T09:56:07.550Z[ host-package] Compiling phf v0.12.1
30352026-05-21T09:56:07.600Z[ host-package] Compiling const_format_proc_macros v0.2.34
30362026-05-21T09:56:07.733Z[ host-package] Compiling moka v0.12.13
30372026-05-21T09:56:07.820Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30382026-05-21T09:56:07.860Z[ helios-setup] May 21 09:56:06.348 INFO E| Compiling four-cc v0.4.0
30392026-05-21T09:56:07.861Z[ helios-setup] May 21 09:56:06.348 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30402026-05-21T09:56:07.877Z[ host-package] Compiling bcs v0.1.6
30412026-05-21T09:56:07.880Z[ host-package] Compiling semver v0.1.20
30422026-05-21T09:56:07.986Z[ helios-setup] May 21 09:56:06.472 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30432026-05-21T09:56:08.096Z[ host-package] Compiling rustls-webpki v0.103.9
30442026-05-21T09:56:08.238Z[ host-package] Compiling rustls-webpki v0.102.8
30452026-05-21T09:56:08.324Z[ host-package] Compiling typify-macro v0.6.2
30462026-05-21T09:56:08.413Z[ host-package] Compiling tabled v0.15.0
30472026-05-21T09:56:08.499Z[ host-package] Compiling rustc_version v0.1.7
30482026-05-21T09:56:08.556Z[ host-package] Compiling const_format v0.2.35
30492026-05-21T09:56:08.556Z[ host-package] Compiling convert_case v0.10.0
30502026-05-21T09:56:09.041Z[ host-package] Compiling hickory-resolver v0.25.2
30512026-05-21T09:56:09.125Z[ host-package] Compiling newtype_derive v0.1.6
30522026-05-21T09:56:09.224Z[ host-package] Compiling hickory-resolver v0.24.4
30532026-05-21T09:56:09.304Z[ host-package] Compiling humantime v2.3.0
30542026-05-21T09:56:09.518Z[ host-package] Compiling smawk v0.3.2
30552026-05-21T09:56:09.824Z[ host-package] Compiling unicode-linebreak v0.1.5
30562026-05-21T09:56:09.978Z[ host-package] Compiling derive_more-impl v2.1.1
30572026-05-21T09:56:10.226Z[ host-package] Compiling textwrap v0.16.2
30582026-05-21T09:56:10.297Z[ host-package] Compiling typify v0.6.2
30592026-05-21T09:56:10.491Z[ host-package] Compiling progenitor-impl v0.14.0
30602026-05-21T09:56:10.859Z[ host-package] Compiling progenitor-impl v0.13.0
30612026-05-21T09:56:12.482Z[ host-package] Compiling tokio-rustls v0.26.4
30622026-05-21T09:56:12.812Z[ host-package] Compiling hyper-rustls v0.27.7
30632026-05-21T09:56:12.839Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30642026-05-21T09:56:13.090Z[ host-package] Compiling reqwest v0.12.28
30652026-05-21T09:56:13.160Z[ host-package] Compiling reqwest v0.13.2
30662026-05-21T09:56:13.241Z[ host-package] Compiling progenitor-macro v0.14.0
30672026-05-21T09:56:14.003Z[ host-package] Compiling tokio-rustls v0.25.0
30682026-05-21T09:56:14.384Z[ host-package] Compiling progenitor-macro v0.13.0
30692026-05-21T09:56:14.930Z[ host-package] Compiling progenitor-client v0.14.0
30702026-05-21T09:56:15.255Z[ host-package] Compiling tough v0.22.0
30712026-05-21T09:56:15.855Z[ host-package] Compiling progenitor-extras v0.2.0
30722026-05-21T09:56:15.998Z[ host-package] Compiling progenitor-client v0.10.0
30732026-05-21T09:56:16.176Z[ host-package] Compiling qorb v0.4.1
30742026-05-21T09:56:16.396Z[ host-package] Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30752026-05-21T09:56:16.962Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
30762026-05-21T09:56:17.019Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30772026-05-21T09:56:17.976Z[ host-package] Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30782026-05-21T09:56:18.298Z[ host-package] Compiling derive_more v2.1.1
30792026-05-21T09:56:18.386Z[ host-package] Compiling vte v0.14.1
30802026-05-21T09:56:18.452Z[ host-package] Compiling crossterm v0.29.0
30812026-05-21T09:56:18.506Z[ host-package] Compiling steno v0.4.1
30822026-05-21T09:56:18.657Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30832026-05-21T09:56:18.690Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30842026-05-21T09:56:18.690Z[ host-package] Compiling fd-lock v4.0.4
30852026-05-21T09:56:18.937Z[ host-package] Compiling peg-macros v0.8.5
30862026-05-21T09:56:19.149Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30872026-05-21T09:56:19.229Z[ host-package] Compiling nu-ansi-term v0.50.3
30882026-05-21T09:56:19.310Z[ host-package] Compiling nom v8.0.0
30892026-05-21T09:56:19.338Z[ host-package] Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
30902026-05-21T09:56:19.833Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30912026-05-21T09:56:20.516Z[ host-package] Compiling progenitor v0.14.0
30922026-05-21T09:56:20.757Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30932026-05-21T09:56:20.790Z[ host-package] Compiling progenitor-client v0.13.0
30942026-05-21T09:56:21.051Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30952026-05-21T09:56:21.298Z[ host-package] Compiling progenitor v0.13.0
30962026-05-21T09:56:21.363Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30972026-05-21T09:56:21.462Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30982026-05-21T09:56:21.585Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
30992026-05-21T09:56:21.612Z[ host-package] Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31002026-05-21T09:56:22.062Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31012026-05-21T09:56:22.062Z[ host-package] Compiling peg v0.8.5
31022026-05-21T09:56:22.117Z[ host-package] Compiling reedline v0.40.0
31032026-05-21T09:56:22.149Z[ helios-setup] May 21 09:56:20.637 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31042026-05-21T09:56:22.288Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
31052026-05-21T09:56:25.310Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31062026-05-21T09:56:25.631Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31072026-05-21T09:56:25.999Z[ helios-setup] May 21 09:56:24.487 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31082026-05-21T09:56:26.523Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31092026-05-21T09:56:26.939Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31102026-05-21T09:56:27.026Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31112026-05-21T09:56:27.217Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31122026-05-21T09:56:27.554Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31132026-05-21T09:56:27.782Z[ host-package] Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31142026-05-21T09:56:28.008Z[ host-package] Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31152026-05-21T09:56:28.981Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31162026-05-21T09:56:29.348Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31172026-05-21T09:56:29.420Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31182026-05-21T09:56:30.773Z[ host-package] Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31192026-05-21T09:56:31.221Z[ host-package] Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31202026-05-21T09:56:33.152Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31212026-05-21T09:56:33.229Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31222026-05-21T09:56:33.459Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31232026-05-21T09:56:33.511Z[ host-package] Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31242026-05-21T09:56:33.585Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31252026-05-21T09:56:33.767Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31262026-05-21T09:56:33.866Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31272026-05-21T09:56:34.052Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31282026-05-21T09:56:34.360Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31292026-05-21T09:56:35.182Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31302026-05-21T09:56:37.036Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31312026-05-21T09:56:37.094Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31322026-05-21T09:56:37.372Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31332026-05-21T09:56:37.433Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31342026-05-21T09:56:37.534Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31352026-05-21T09:56:37.695Z[ host-package] Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31362026-05-21T09:56:38.316Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31372026-05-21T09:56:38.501Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31382026-05-21T09:56:38.694Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31392026-05-21T09:56:39.601Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31402026-05-21T09:56:39.827Z[ helios-setup] May 21 09:56:38.314 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.32s
31412026-05-21T09:56:39.864Z[ helios-setup] May 21 09:56:38.352 INFO building project "amd-host-image-builder" ok (43 seconds)
31422026-05-21T09:56:39.864Z[ helios-setup] May 21 09:56:38.352 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
31432026-05-21T09:56:39.918Z[ helios-setup] May 21 09:56:38.361 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
31442026-05-21T09:56:39.918Z[ helios-setup] May 21 09:56:38.361 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31452026-05-21T09:56:39.931Z[ helios-setup] May 21 09:56:38.361 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31462026-05-21T09:56:40.024Z[ host-package] Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31472026-05-21T09:56:40.064Z[ helios-setup] May 21 09:56:38.551 INFO E| Downloading crates ...
31482026-05-21T09:56:40.107Z[ helios-setup] May 21 09:56:38.594 INFO E| Downloaded adler2 v2.0.0
31492026-05-21T09:56:40.119Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31502026-05-21T09:56:40.123Z[ helios-setup] May 21 09:56:38.603 INFO E| Downloaded miniz_oxide v0.8.8
31512026-05-21T09:56:40.160Z[ helios-setup] May 21 09:56:38.648 INFO E| Compiling adler2 v2.0.0
31522026-05-21T09:56:40.180Z[ host-package] Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31532026-05-21T09:56:40.279Z[ helios-setup] May 21 09:56:38.767 INFO E| Compiling miniz_oxide v0.8.8
31542026-05-21T09:56:40.803Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-05-21T09:56:40.849Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31562026-05-21T09:56:41.179Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31572026-05-21T09:56:41.464Z[ host-package] Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31582026-05-21T09:56:41.513Z[ helios-setup] May 21 09:56:39.999 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31592026-05-21T09:56:41.555Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31602026-05-21T09:56:41.651Z[ host-package] Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31612026-05-21T09:56:41.705Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31622026-05-21T09:56:41.807Z[ host-package] Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31632026-05-21T09:56:41.850Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31642026-05-21T09:56:41.987Z[ host-package] Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31652026-05-21T09:56:42.007Z[ helios-setup] May 21 09:56:40.495 INFO E| Finished `release` profile [optimized] target(s) in 2.12s
31662026-05-21T09:56:42.026Z[ helios-setup] May 21 09:56:40.504 INFO building project "pinprick" ok (2 seconds)
31672026-05-21T09:56:42.026Z[ helios-setup] May 21 09:56:40.504 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31682026-05-21T09:56:42.032Z[ helios-setup] May 21 09:56:40.514 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
31692026-05-21T09:56:42.032Z[ helios-setup] May 21 09:56:40.514 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31702026-05-21T09:56:42.032Z[ helios-setup] May 21 09:56:40.514 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31712026-05-21T09:56:42.150Z[ helios-setup] May 21 09:56:40.633 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31722026-05-21T09:56:42.467Z[ helios-setup] May 21 09:56:40.954 INFO E| From https://github.com/jclulow/hiercmd
31732026-05-21T09:56:42.467Z[ helios-setup] May 21 09:56:40.954 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31742026-05-21T09:56:42.497Z[ helios-setup] May 21 09:56:40.985 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31752026-05-21T09:56:42.812Z[ helios-setup] May 21 09:56:41.293 INFO E| From https://github.com/oxidecomputer/network-interface
31762026-05-21T09:56:42.812Z[ helios-setup] May 21 09:56:41.293 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31772026-05-21T09:56:42.818Z[ helios-setup] May 21 09:56:41.304 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31782026-05-21T09:56:43.250Z[ helios-setup] May 21 09:56:41.736 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31792026-05-21T09:56:43.250Z[ helios-setup] May 21 09:56:41.736 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31802026-05-21T09:56:43.268Z[ helios-setup] May 21 09:56:41.755 INFO E| Updating crates.io index
31812026-05-21T09:56:43.289Z[ host-package] Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31822026-05-21T09:56:43.438Z[ host-package] Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31832026-05-21T09:56:43.457Z[ helios-setup] May 21 09:56:41.945 INFO E| Downloading crates ...
31842026-05-21T09:56:43.557Z[ host-package] Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31852026-05-21T09:56:43.564Z[ helios-setup] May 21 09:56:42.049 INFO E| Downloaded time-macros v0.2.24
31862026-05-21T09:56:43.570Z[ helios-setup] May 21 09:56:42.051 INFO E| Downloaded num_enum_derive v0.7.5
31872026-05-21T09:56:43.695Z[ helios-setup] May 21 09:56:42.062 INFO E| Downloaded thiserror v2.0.17
31882026-05-21T09:56:43.695Z[ helios-setup] May 21 09:56:42.079 INFO E| Downloaded zeroize_derive v1.4.2
31892026-05-21T09:56:43.695Z[ helios-setup] May 21 09:56:42.080 INFO E| Downloaded serde_spanned v1.0.3
31902026-05-21T09:56:43.695Z[ helios-setup] May 21 09:56:42.081 INFO E| Downloaded futures-task v0.3.31
31912026-05-21T09:56:43.695Z[ helios-setup] May 21 09:56:42.081 INFO E| Downloaded futures-sink v0.3.31
31922026-05-21T09:56:43.695Z[ helios-setup] May 21 09:56:42.082 INFO E| Downloaded futures-core v0.3.31
31932026-05-21T09:56:43.695Z[ helios-setup] May 21 09:56:42.083 INFO E| Downloaded crc v3.3.0
31942026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.084 INFO E| Downloaded bitfield v0.19.3
31952026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.085 INFO E| Downloaded anstyle v1.0.13
31962026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.086 INFO E| Downloaded devinfo v0.1.0
31972026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.087 INFO E| Downloaded num_enum v0.7.5
31982026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.092 INFO E| Downloaded deranged v0.5.5
31992026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.093 INFO E| Downloaded bitfield-macros v0.19.3
32002026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.100 INFO E| Downloaded libdevinfo-sys v1.1.0
32012026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.108 INFO E| Downloaded thiserror-impl v2.0.17
32022026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.115 INFO E| Downloaded futures-io v0.3.31
32032026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.123 INFO E| Downloaded quote v1.0.41
32042026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.124 INFO E| Downloaded term v1.2.0
32052026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.126 INFO E| Downloaded generic-array v0.14.9
32062026-05-21T09:56:43.696Z[ helios-setup] May 21 09:56:42.130 INFO E| Downloaded env_filter v0.1.4
32072026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.131 INFO E| Downloaded simd-adler32 v0.3.7
32082026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.132 INFO E| Downloaded clap_lex v0.7.6
32092026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.134 INFO E| Downloaded anstyle-query v1.1.4
32102026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.137 INFO E| Downloaded time-core v0.1.6
32112026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.138 INFO E| Downloaded futures-macro v0.3.31
32122026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.144 INFO E| Downloaded toml_writer v1.0.4
32132026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.146 INFO E| Downloaded find-msvc-tools v0.1.4
32142026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.151 INFO E| Downloaded tokio-macros v2.6.0
32152026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.152 INFO E| Downloaded toml_datetime v0.7.3
32162026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.153 INFO E| Downloaded futures-executor v0.3.31
32172026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.154 INFO E| Downloaded futures-channel v0.3.31
32182026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.159 INFO E| Downloaded signal-hook-registry v1.4.6
32192026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.160 INFO E| Downloaded slab v0.4.11
32202026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.161 INFO E| Downloaded pin-project-lite v0.2.16
32212026-05-21T09:56:43.707Z[ helios-setup] May 21 09:56:42.165 INFO E| Downloaded iana-time-zone v0.1.64
32222026-05-21T09:56:43.708Z[ helios-setup] May 21 09:56:42.167 INFO E| Downloaded env_logger v0.11.8
32232026-05-21T09:56:43.720Z[ helios-setup] May 21 09:56:42.207 INFO E| Downloaded toml_parser v1.0.4
32242026-05-21T09:56:43.724Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32252026-05-21T09:56:43.724Z[ helios-setup] May 21 09:56:42.209 INFO E| Downloaded base64ct v1.8.0
32262026-05-21T09:56:43.724Z[ helios-setup] May 21 09:56:42.211 INFO E| Downloaded getopts v0.2.24
32272026-05-21T09:56:43.744Z[ helios-setup] May 21 09:56:42.231 INFO E| Downloaded zerocopy-derive v0.8.27
32282026-05-21T09:56:43.750Z[ helios-setup] May 21 09:56:42.236 INFO E| Downloaded clap_derive v4.5.49
32292026-05-21T09:56:43.751Z[ helios-setup] May 21 09:56:42.237 INFO E| Downloaded anyhow v1.0.100
32302026-05-21T09:56:43.755Z[ helios-setup] May 21 09:56:42.239 INFO E| Downloaded proc-macro2 v1.0.103
32312026-05-21T09:56:43.755Z[ helios-setup] May 21 09:56:42.241 INFO E| Downloaded getrandom v0.2.16
32322026-05-21T09:56:43.758Z[ helios-setup] May 21 09:56:42.243 INFO E| Downloaded unicode-ident v1.0.22
32332026-05-21T09:56:43.767Z[ helios-setup] May 21 09:56:42.255 INFO E| Downloaded log v0.4.28
32342026-05-21T09:56:43.773Z[ helios-setup] May 21 09:56:42.259 INFO E| Downloaded futures v0.3.31
32352026-05-21T09:56:43.783Z[ helios-setup] May 21 09:56:42.262 INFO E| Downloaded bitflags v2.10.0
32362026-05-21T09:56:43.787Z[ helios-setup] May 21 09:56:42.269 INFO E| Downloaded socket2 v0.6.1
32372026-05-21T09:56:43.787Z[ helios-setup] May 21 09:56:42.271 INFO E| Downloaded uuid v1.18.1
32382026-05-21T09:56:43.787Z[ helios-setup] May 21 09:56:42.274 INFO E| Downloaded clap_builder v4.5.51
32392026-05-21T09:56:43.790Z[ helios-setup] May 21 09:56:42.278 INFO E| Downloaded toml_edit v0.23.7
32402026-05-21T09:56:43.817Z[ helios-setup] May 21 09:56:42.305 INFO E| Downloaded toml v0.9.8
32412026-05-21T09:56:43.821Z[ helios-setup] May 21 09:56:42.308 INFO E| Downloaded flate2 v1.1.5
32422026-05-21T09:56:43.826Z[ helios-setup] May 21 09:56:42.314 INFO E| Downloaded rand v0.8.5
32432026-05-21T09:56:43.830Z[ helios-setup] May 21 09:56:42.317 INFO E| Downloaded clap v4.5.51
32442026-05-21T09:56:43.839Z[ helios-setup] May 21 09:56:42.323 INFO E| Downloaded bytes v1.10.1
32452026-05-21T09:56:43.853Z[ helios-setup] May 21 09:56:42.340 INFO E| Downloaded rsa v0.9.8
32462026-05-21T09:56:43.857Z[ helios-setup] May 21 09:56:42.343 INFO E| Downloaded indexmap v2.12.0
32472026-05-21T09:56:43.861Z[ helios-setup] May 21 09:56:42.346 INFO E| Downloaded cc v1.2.44
32482026-05-21T09:56:43.862Z[ helios-setup] May 21 09:56:42.348 INFO E| Downloaded mio v1.1.0
32492026-05-21T09:56:43.865Z[ helios-setup] May 21 09:56:42.351 INFO E| Downloaded memchr v2.7.6
32502026-05-21T09:56:43.891Z[ helios-setup] May 21 09:56:42.379 INFO E| Downloaded time v0.3.44
32512026-05-21T09:56:43.898Z[ helios-setup] May 21 09:56:42.384 INFO E| Downloaded num-bigint-dig v0.8.4
32522026-05-21T09:56:43.905Z[ helios-setup] May 21 09:56:42.393 INFO E| Downloaded serde_json v1.0.145
32532026-05-21T09:56:43.910Z[ helios-setup] May 21 09:56:42.397 INFO E| Downloaded iddqd v0.3.14
32542026-05-21T09:56:43.914Z[ helios-setup] May 21 09:56:42.401 INFO E| Downloaded hashbrown v0.16.0
32552026-05-21T09:56:43.933Z[ helios-setup] May 21 09:56:42.420 INFO E| Downloaded winnow v0.7.13
32562026-05-21T09:56:43.938Z[ helios-setup] May 21 09:56:42.426 INFO E| Downloaded futures-util v0.3.31
32572026-05-21T09:56:43.949Z[ helios-setup] May 21 09:56:42.436 INFO E| Downloaded libm v0.2.15
32582026-05-21T09:56:43.964Z[ helios-setup] May 21 09:56:42.452 INFO E| Downloaded zerocopy v0.8.27
32592026-05-21T09:56:43.980Z[ helios-setup] May 21 09:56:42.467 INFO E| Downloaded unicode-width v0.2.2
32602026-05-21T09:56:43.984Z[ helios-setup] May 21 09:56:42.470 INFO E| Downloaded chrono v0.4.42
32612026-05-21T09:56:43.988Z[ helios-setup] May 21 09:56:42.476 INFO E| Downloaded syn v2.0.108
32622026-05-21T09:56:44.035Z[ helios-setup] May 21 09:56:42.522 INFO E| Downloaded rustix v1.1.2
32632026-05-21T09:56:44.087Z[ helios-setup] May 21 09:56:42.574 INFO E| Downloaded libc v0.2.177
32642026-05-21T09:56:44.102Z[ helios-setup] May 21 09:56:42.589 INFO E| Downloaded tokio v1.48.0
32652026-05-21T09:56:44.167Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32662026-05-21T09:56:44.209Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling proc-macro2 v1.0.103
32672026-05-21T09:56:44.209Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling unicode-ident v1.0.22
32682026-05-21T09:56:44.209Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling quote v1.0.41
32692026-05-21T09:56:44.209Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling libc v0.2.177
32702026-05-21T09:56:44.209Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling serde_core v1.0.228
32712026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling cfg-if v1.0.4
32722026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling serde v1.0.228
32732026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling version_check v0.9.5
32742026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling autocfg v1.5.0
32752026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling typenum v1.19.0
32762026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling const-oid v0.9.6
32772026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling libm v0.2.15
32782026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling zerocopy v0.8.27
32792026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling rustversion v1.0.22
32802026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling smallvec v1.15.1
32812026-05-21T09:56:44.210Z[ helios-setup] May 21 09:56:42.696 INFO E| Compiling zeroize v1.8.2
32822026-05-21T09:56:44.380Z[ host-package] Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32832026-05-21T09:56:44.671Z[ helios-setup] May 21 09:56:43.158 INFO E| Compiling base64ct v1.8.0
32842026-05-21T09:56:44.671Z[ helios-setup] May 21 09:56:43.158 INFO E| Compiling flagset v0.4.7
32852026-05-21T09:56:44.926Z[ helios-setup] May 21 09:56:43.414 INFO E| Compiling generic-array v0.14.9
32862026-05-21T09:56:44.930Z[ host-package] Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32872026-05-21T09:56:45.205Z[ helios-setup] May 21 09:56:43.693 INFO E| Compiling crc32fast v1.5.0
32882026-05-21T09:56:45.236Z[ helios-setup] May 21 09:56:43.723 INFO E| Compiling hashbrown v0.16.0
32892026-05-21T09:56:45.243Z[ host-package] Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32902026-05-21T09:56:45.359Z[ helios-setup] May 21 09:56:43.835 INFO E| Compiling pem-rfc7468 v0.7.0
32912026-05-21T09:56:45.411Z[ helios-setup] May 21 09:56:43.898 INFO E| Compiling memchr v2.7.6
32922026-05-21T09:56:45.545Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32932026-05-21T09:56:45.554Z[ helios-setup] May 21 09:56:44.037 INFO E| Compiling rustix v1.1.2
32942026-05-21T09:56:45.620Z[ helios-setup] May 21 09:56:44.108 INFO E| Compiling anyhow v1.0.100
32952026-05-21T09:56:45.691Z[ helios-setup] May 21 09:56:44.178 INFO E| Compiling byteorder v1.5.0
32962026-05-21T09:56:45.739Z[ helios-setup] May 21 09:56:44.227 INFO E| Compiling num-traits v0.2.19
32972026-05-21T09:56:45.756Z[ helios-setup] May 21 09:56:44.242 INFO E| Compiling winnow v0.7.13
32982026-05-21T09:56:46.246Z[ helios-setup] May 21 09:56:44.734 INFO E| Compiling getrandom v0.2.16
32992026-05-21T09:56:46.253Z[ helios-setup] May 21 09:56:44.740 INFO E| Compiling equivalent v1.0.2
33002026-05-21T09:56:46.313Z[ host-package] Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33012026-05-21T09:56:46.322Z[ helios-setup] May 21 09:56:44.810 INFO E| Compiling utf8parse v0.2.2
33022026-05-21T09:56:46.362Z[ helios-setup] May 21 09:56:44.848 INFO E| Compiling indexmap v2.12.0
33032026-05-21T09:56:46.430Z[ helios-setup] May 21 09:56:44.917 INFO E| Compiling anstyle-parse v0.2.7
33042026-05-21T09:56:46.497Z[ helios-setup] May 21 09:56:44.985 INFO E| Compiling rand_core v0.6.4
33052026-05-21T09:56:46.682Z[ helios-setup] May 21 09:56:45.170 INFO E| Compiling errno v0.3.14
33062026-05-21T09:56:46.700Z[ helios-setup] May 21 09:56:45.188 INFO E| Compiling anstyle v1.0.13
33072026-05-21T09:56:46.822Z[ helios-setup] May 21 09:56:45.309 INFO E| Compiling cpufeatures v0.2.17
33082026-05-21T09:56:46.828Z[ helios-setup] May 21 09:56:45.316 INFO E| Compiling toml_datetime v0.7.3
33092026-05-21T09:56:46.915Z[ helios-setup] May 21 09:56:45.402 INFO E| Compiling shlex v1.3.0
33102026-05-21T09:56:46.922Z[ helios-setup] May 21 09:56:45.410 INFO E| Compiling find-msvc-tools v0.1.4
33112026-05-21T09:56:47.069Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33122026-05-21T09:56:47.150Z[ helios-setup] May 21 09:56:45.637 INFO E| Compiling is_terminal_polyfill v1.70.2
33132026-05-21T09:56:47.156Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33142026-05-21T09:56:47.241Z[ helios-setup] May 21 09:56:45.728 INFO E| Compiling allocator-api2 v0.2.21
33152026-05-21T09:56:47.296Z[ helios-setup] May 21 09:56:45.784 INFO E| Compiling syn v1.0.109
33162026-05-21T09:56:47.311Z[ helios-setup] May 21 09:56:45.796 INFO E| Compiling radium v0.7.0
33172026-05-21T09:56:47.351Z[ helios-setup] May 21 09:56:45.837 INFO E| Compiling colorchoice v1.0.4
33182026-05-21T09:56:47.377Z[ helios-setup] May 21 09:56:45.863 INFO E| Compiling anstyle-query v1.1.4
33192026-05-21T09:56:47.467Z[ helios-setup] May 21 09:56:45.954 INFO E| Compiling slog v2.8.2
33202026-05-21T09:56:47.493Z[ helios-setup] May 21 09:56:45.981 INFO E| Compiling cc v1.2.44
33212026-05-21T09:56:47.609Z[ helios-setup] May 21 09:56:46.097 INFO E| Compiling anstream v0.6.21
33222026-05-21T09:56:47.724Z[ helios-setup] May 21 09:56:46.212 INFO E| Compiling syn v2.0.108
33232026-05-21T09:56:47.922Z[ helios-setup] May 21 09:56:46.409 INFO E| Compiling futures-core v0.3.31
33242026-05-21T09:56:48.054Z[ helios-setup] May 21 09:56:46.542 INFO E| Compiling parking_lot_core v0.9.12
33252026-05-21T09:56:48.285Z[ helios-setup] May 21 09:56:46.773 INFO E| Compiling crypto-common v0.1.6
33262026-05-21T09:56:48.304Z[ helios-setup] May 21 09:56:46.791 INFO E| Compiling block-buffer v0.10.4
33272026-05-21T09:56:48.349Z[ helios-setup] May 21 09:56:46.837 INFO E| Compiling pin-project-lite v0.2.16
33282026-05-21T09:56:48.422Z[ helios-setup] May 21 09:56:46.909 INFO E| Compiling tap v1.0.1
33292026-05-21T09:56:48.462Z[ helios-setup] May 21 09:56:46.948 INFO E| Compiling digest v0.10.7
33302026-05-21T09:56:48.468Z[ helios-setup] May 21 09:56:46.955 INFO E| Compiling pkg-config v0.3.32
33312026-05-21T09:56:48.551Z[ helios-setup] May 21 09:56:47.039 INFO E| Compiling toml_parser v1.0.4
33322026-05-21T09:56:48.598Z[ helios-setup] May 21 09:56:47.085 INFO E| Compiling unicode-width v0.2.2
33332026-05-21T09:56:48.632Z[ helios-setup] May 21 09:56:47.120 INFO E| Compiling futures-sink v0.3.31
33342026-05-21T09:56:48.640Z[ helios-setup] May 21 09:56:47.128 INFO E| Compiling maybe-uninit v2.0.0
33352026-05-21T09:56:48.694Z[ helios-setup] May 21 09:56:47.180 INFO E| Compiling wyz v0.5.1
33362026-05-21T09:56:48.809Z[ helios-setup] May 21 09:56:47.297 INFO E| Compiling sha2 v0.10.9
33372026-05-21T09:56:48.846Z[ helios-setup] May 21 09:56:47.333 INFO E| Compiling futures-channel v0.3.31
33382026-05-21T09:56:49.010Z[ helios-setup] May 21 09:56:47.497 INFO E| Compiling num-integer v0.1.46
33392026-05-21T09:56:49.168Z[ helios-setup] May 21 09:56:47.635 INFO E| Compiling getopts v0.2.24
33402026-05-21T09:56:49.281Z[ helios-setup] May 21 09:56:47.762 INFO E| Compiling ahash v0.8.12
33412026-05-21T09:56:49.322Z[ helios-setup] May 21 09:56:47.810 INFO E| Compiling itoa v1.0.15
33422026-05-21T09:56:49.521Z[ helios-setup] May 21 09:56:48.008 INFO E| Compiling bitflags v2.10.0
33432026-05-21T09:56:49.596Z[ helios-setup] May 21 09:56:48.084 INFO E| Compiling num-conv v0.1.0
33442026-05-21T09:56:49.631Z[ helios-setup] May 21 09:56:48.115 INFO E| Compiling powerfmt v0.2.0
33452026-05-21T09:56:49.638Z[ helios-setup] May 21 09:56:48.125 INFO E| Compiling time-core v0.1.6
33462026-05-21T09:56:49.655Z[ helios-setup] May 21 09:56:48.141 INFO E| Compiling scopeguard v1.2.0
33472026-05-21T09:56:49.753Z[ helios-setup] May 21 09:56:48.241 INFO E| Compiling heck v0.5.0
33482026-05-21T09:56:49.841Z[ helios-setup] May 21 09:56:48.327 INFO E| Compiling toml_edit v0.23.7
33492026-05-21T09:56:49.865Z[ helios-setup] May 21 09:56:48.353 INFO E| Compiling futures-task v0.3.31
33502026-05-21T09:56:49.904Z[ helios-setup] May 21 09:56:48.391 INFO E| Compiling pin-utils v0.1.0
33512026-05-21T09:56:49.910Z[ helios-setup] May 21 09:56:48.398 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33522026-05-21T09:56:49.928Z[ helios-setup] May 21 09:56:48.416 INFO E| Compiling num-bigint-dig v0.8.4
33532026-05-21T09:56:50.002Z[ helios-setup] May 21 09:56:48.490 INFO E| Compiling strsim v0.11.1
33542026-05-21T09:56:50.210Z[ helios-setup] May 21 09:56:48.698 INFO E| Compiling packed_struct v0.10.1
33552026-05-21T09:56:50.260Z[ helios-setup] May 21 09:56:48.742 INFO E| Compiling getrandom v0.3.4
33562026-05-21T09:56:50.328Z[ helios-setup] May 21 09:56:48.816 INFO E| Compiling spin v0.9.8
33572026-05-21T09:56:50.381Z[ helios-setup] May 21 09:56:48.869 INFO E| Compiling bytes v1.10.1
33582026-05-21T09:56:50.464Z[ helios-setup] May 21 09:56:48.949 INFO E| Compiling clap_lex v0.7.6
33592026-05-21T09:56:50.503Z[ helios-setup] May 21 09:56:48.988 INFO E| Compiling funty v2.0.0
33602026-05-21T09:56:50.522Z[ helios-setup] May 21 09:56:49.010 INFO E| Compiling futures-io v0.3.31
33612026-05-21T09:56:50.545Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33622026-05-21T09:56:50.623Z[ helios-setup] May 21 09:56:49.111 INFO E| Compiling slab v0.4.11
33632026-05-21T09:56:50.739Z[ helios-setup] May 21 09:56:49.226 INFO E| Compiling thiserror v1.0.69
33642026-05-21T09:56:50.823Z[ helios-setup] May 21 09:56:49.311 INFO E| Compiling lazy_static v1.5.0
33652026-05-21T09:56:50.953Z[ helios-setup] May 21 09:56:49.439 INFO E| Compiling deranged v0.5.5
33662026-05-21T09:56:51.026Z[ helios-setup] May 21 09:56:49.514 INFO E| Compiling proc-macro-crate v3.4.0
33672026-05-21T09:56:51.105Z[ helios-setup] May 21 09:56:49.591 INFO E| Compiling bitvec v1.0.1
33682026-05-21T09:56:51.141Z[ helios-setup] May 21 09:56:49.628 INFO E| Compiling time-macros v0.2.24
33692026-05-21T09:56:51.212Z[ helios-setup] May 21 09:56:49.700 INFO E| Compiling lock_api v0.4.14
33702026-05-21T09:56:51.367Z[ helios-setup] May 21 09:56:49.855 INFO E| Compiling terminal_size v0.4.3
33712026-05-21T09:56:51.528Z[ helios-setup] May 21 09:56:50.016 INFO E| Compiling num-iter v0.1.45
33722026-05-21T09:56:51.535Z[ helios-setup] May 21 09:56:50.022 INFO E| Compiling clap_builder v4.5.51
33732026-05-21T09:56:51.744Z[ helios-setup] May 21 09:56:50.232 INFO E| Compiling indexmap v1.9.3
33742026-05-21T09:56:52.055Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33752026-05-21T09:56:52.092Z[ helios-setup] May 21 09:56:50.396 INFO E| Compiling serde_json v1.0.145
33762026-05-21T09:56:52.954Z[ helios-setup] May 21 09:56:50.628 INFO E| Compiling crc-catalog v2.4.0
33772026-05-21T09:56:52.969Z[ helios-setup] May 21 09:56:50.687 INFO E| Compiling nodrop v0.1.14
33782026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:50.704 INFO E| Compiling thiserror v2.0.17
33792026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:50.737 INFO E| Compiling adler2 v2.0.1
33802026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:50.744 INFO E| Compiling log v0.4.28
33812026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:50.800 INFO E| Compiling once_cell v1.21.3
33822026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:50.807 INFO E| Compiling simd-adler32 v0.3.7
33832026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:51.107 INFO E| Compiling iana-time-zone v0.1.64
33842026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:51.154 INFO E| Compiling env_filter v0.1.4
33852026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:51.160 INFO E| Compiling miniz_oxide v0.8.9
33862026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:51.200 INFO E| Compiling array-init v0.0.4
33872026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:51.307 INFO E| Compiling chrono v0.4.42
33882026-05-21T09:56:52.970Z[ helios-setup] May 21 09:56:51.413 INFO E| Compiling crc v3.3.0
33892026-05-21T09:56:53.177Z[ helios-setup] May 21 09:56:51.664 INFO E| Compiling parking_lot v0.12.5
33902026-05-21T09:56:53.439Z[ helios-setup] May 21 09:56:51.837 INFO E| Compiling smallvec v0.6.14
33912026-05-21T09:56:53.498Z[ helios-setup] May 21 09:56:51.890 INFO E| Compiling time v0.3.44
33922026-05-21T09:56:53.772Z[ helios-setup] May 21 09:56:52.260 INFO E| Compiling serde_spanned v1.0.3
33932026-05-21T09:56:53.841Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33942026-05-21T09:56:54.071Z[ helios-setup] May 21 09:56:52.558 INFO E| Compiling packed_struct_codegen v0.10.1
33952026-05-21T09:56:54.239Z[ helios-setup] May 21 09:56:52.702 INFO E| Compiling signature v2.2.0
33962026-05-21T09:56:54.251Z[ helios-setup] May 21 09:56:52.726 INFO E| Compiling is-terminal v0.4.17
33972026-05-21T09:56:54.315Z[ helios-setup] May 21 09:56:52.803 INFO E| Compiling mio v1.1.0
33982026-05-21T09:56:54.399Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33992026-05-21T09:56:54.427Z[ helios-setup] May 21 09:56:52.892 INFO E| Compiling socket2 v0.6.1
34002026-05-21T09:56:54.427Z[ helios-setup] May 21 09:56:52.892 INFO E| Compiling signal-hook-registry v1.4.6
34012026-05-21T09:56:54.604Z[ helios-setup] May 21 09:56:53.091 INFO E| Compiling thread_local v1.1.9
34022026-05-21T09:56:54.656Z[ helios-setup] May 21 09:56:53.143 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34032026-05-21T09:56:54.787Z[ helios-setup] May 21 09:56:53.272 INFO E| Compiling ryu v1.0.20
34042026-05-21T09:56:54.806Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34052026-05-21T09:56:54.950Z[ helios-setup] May 21 09:56:53.438 INFO E| Compiling subtle v2.6.1
34062026-05-21T09:56:55.252Z[ helios-setup] May 21 09:56:53.730 INFO E| Compiling winnow v0.5.40
34072026-05-21T09:56:55.300Z[ host-package] Compiling dropshot-api-manager-types v0.7.1
34082026-05-21T09:56:55.387Z[ helios-setup] May 21 09:56:53.870 INFO E| Compiling serde_derive v1.0.228
34092026-05-21T09:56:55.396Z[ helios-setup] May 21 09:56:53.881 INFO E| Compiling zerocopy-derive v0.8.27
34102026-05-21T09:56:55.531Z[ helios-setup] May 21 09:56:54.019 INFO E| Compiling der_derive v0.7.3
34112026-05-21T09:56:55.559Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34122026-05-21T09:56:55.602Z[ helios-setup] May 21 09:56:54.090 INFO E| Compiling futures-macro v0.3.31
34132026-05-21T09:56:55.664Z[ helios-setup] May 21 09:56:54.149 INFO E| Compiling thiserror-impl v1.0.69
34142026-05-21T09:56:55.671Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34152026-05-21T09:56:55.710Z[ helios-setup] May 21 09:56:54.198 INFO E| Compiling num_enum_derive v0.7.5
34162026-05-21T09:56:55.792Z[ helios-setup] May 21 09:56:54.275 INFO E| Compiling bitfield-macros v0.19.3
34172026-05-21T09:56:55.816Z[ helios-setup] May 21 09:56:54.304 INFO E| Compiling clap_derive v4.5.49
34182026-05-21T09:56:56.136Z[ helios-setup] May 21 09:56:54.623 INFO E| Compiling zerocopy-derive v0.6.6
34192026-05-21T09:56:56.172Z[ host-package] Compiling utf-8 v0.7.6
34202026-05-21T09:56:56.243Z[ helios-setup] May 21 09:56:54.720 INFO E| Compiling thiserror-impl v2.0.17
34212026-05-21T09:56:56.379Z[ helios-setup] May 21 09:56:54.836 INFO E| Compiling tokio-macros v2.6.0
34222026-05-21T09:56:56.481Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34232026-05-21T09:56:56.560Z[ helios-setup] May 21 09:56:55.047 INFO E| Compiling toml_writer v1.0.4
34242026-05-21T09:56:56.735Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34252026-05-21T09:56:56.854Z[ host-package] Compiling tungstenite v0.21.0
34262026-05-21T09:56:57.113Z[ helios-setup] May 21 09:56:55.599 INFO E| Compiling term v1.2.0
34272026-05-21T09:56:57.256Z[ helios-setup] May 21 09:56:55.743 INFO E| Compiling bitfield v0.19.3
34282026-05-21T09:56:57.394Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34292026-05-21T09:56:57.433Z[ helios-setup] May 21 09:56:55.921 INFO E| Compiling futures-util v0.3.31
34302026-05-21T09:56:57.627Z[ helios-setup] May 21 09:56:56.101 INFO E| Compiling hashbrown v0.12.3
34312026-05-21T09:56:57.720Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34322026-05-21T09:56:57.873Z[ helios-setup] May 21 09:56:56.361 INFO E| Compiling base64 v0.21.7
34332026-05-21T09:56:57.969Z[ helios-setup] May 21 09:56:56.457 INFO E| Compiling der v0.7.10
34342026-05-21T09:56:58.174Z[ helios-setup] May 21 09:56:56.662 INFO E| Compiling num_enum v0.7.5
34352026-05-21T09:56:58.212Z[ helios-setup] May 21 09:56:56.700 INFO E| Compiling libdevinfo-sys v1.1.0
34362026-05-21T09:56:58.295Z[ host-package] Compiling tokio-tungstenite v0.21.0
34372026-05-21T09:56:58.426Z[ helios-setup] May 21 09:56:56.892 INFO E| Compiling devinfo v0.1.0
34382026-05-21T09:56:58.587Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34392026-05-21T09:56:58.619Z[ helios-setup] May 21 09:56:57.073 INFO E| Compiling tokio v1.48.0
34402026-05-21T09:56:58.650Z[ helios-setup] May 21 09:56:57.138 INFO E| Compiling toml v0.9.8
34412026-05-21T09:56:58.693Z[ helios-setup] May 21 09:56:57.181 INFO E| Compiling zerocopy v0.6.6
34422026-05-21T09:56:58.882Z[ helios-setup] May 21 09:56:57.370 INFO E| Compiling bzip2 v0.4.4
34432026-05-21T09:57:02.666Z[ host-package] Compiling proc-macro-error2 v2.0.1
34442026-05-21T09:57:02.734Z[ helios-setup] May 21 09:56:57.615 INFO E| Compiling uuid v1.18.1
34452026-05-21T09:57:02.734Z[ helios-setup] May 21 09:56:57.726 INFO E| Compiling clap v4.5.51
34462026-05-21T09:57:02.734Z[ helios-setup] May 21 09:56:57.749 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34472026-05-21T09:57:02.734Z[ helios-setup] May 21 09:56:57.837 INFO E| Compiling flate2 v1.1.5
34482026-05-21T09:57:02.734Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34492026-05-21T09:57:02.734Z[ helios-setup] May 21 09:56:58.039 INFO E| Compiling env_logger v0.11.8
34502026-05-21T09:57:02.734Z[ helios-setup] May 21 09:56:58.060 INFO E| Compiling hex v0.4.3
34512026-05-21T09:57:02.734Z[ helios-setup] May 21 09:56:58.084 INFO E| Compiling foldhash v0.2.0
34522026-05-21T09:57:02.734Z[ helios-setup] May 21 09:56:58.107 INFO E| Compiling bitflags v1.3.2
34532026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:58.204 INFO E| Compiling rustc-hash v2.1.1
34542026-05-21T09:57:02.748Z[ host-package] Compiling tabled_derive v0.11.0
34552026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:58.310 INFO E| Compiling crc-any v2.5.0
34562026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:58.424 INFO E| Compiling zip v0.6.6
34572026-05-21T09:57:02.748Z[ host-package] Compiling typify-impl v0.4.3
34582026-05-21T09:57:02.748Z[ host-package] Compiling papergrid v0.17.0
34592026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:58.730 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34602026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:58.737 INFO E| Compiling iddqd v0.3.14
34612026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:59.206 INFO E| Compiling spki v0.7.3
34622026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:59.234 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34632026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:59.398 INFO E| Compiling path-slash v0.1.5
34642026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:59.503 INFO E| Compiling pkcs8 v0.10.2
34652026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:59.564 INFO E| Compiling x509-cert v0.2.5
34662026-05-21T09:57:02.748Z[ helios-setup] May 21 09:56:59.948 INFO E| Compiling erased-serde v0.3.31
34672026-05-21T09:57:02.748Z[ helios-setup] May 21 09:57:00.294 INFO E| Compiling ppv-lite86 v0.2.21
34682026-05-21T09:57:02.748Z[ host-package] Compiling testing_table v0.3.0
34692026-05-21T09:57:02.748Z[ helios-setup] May 21 09:57:00.487 INFO E| Compiling toml_datetime v0.6.11
34702026-05-21T09:57:02.748Z[ helios-setup] May 21 09:57:00.652 INFO E| Compiling serde_spanned v0.6.9
34712026-05-21T09:57:02.748Z[ helios-setup] May 21 09:57:00.784 INFO E| Compiling pkcs1 v0.7.5
34722026-05-21T09:57:02.748Z[ helios-setup] May 21 09:57:00.926 INFO E| Compiling toml_edit v0.19.15
34732026-05-21T09:57:02.748Z[ helios-setup] May 21 09:57:00.960 INFO E| Compiling rand_chacha v0.3.1
34742026-05-21T09:57:02.749Z[ host-package] Compiling vergen-gitcl v1.0.8
34752026-05-21T09:57:02.749Z[ helios-setup] May 21 09:57:01.174 INFO E| Compiling hashbrown v0.13.2
34762026-05-21T09:57:02.752Z[ helios-setup] May 21 09:57:01.237 INFO E| Compiling futures-executor v0.3.31
34772026-05-21T09:57:02.753Z[ helios-setup] May 21 09:57:01.237 INFO E| Compiling serde-hex v0.1.0
34782026-05-21T09:57:02.839Z[ helios-setup] May 21 09:57:01.327 INFO E| Compiling ron v0.8.1
34792026-05-21T09:57:02.867Z[ host-package] Compiling dirs-sys-next v0.1.2
34802026-05-21T09:57:03.089Z[ host-package] Compiling crunchy v0.2.4
34812026-05-21T09:57:03.279Z[ host-package] Compiling glob v0.3.3
34822026-05-21T09:57:03.362Z[ host-package] Compiling diesel_derives v2.3.7
34832026-05-21T09:57:03.420Z[ helios-setup] May 21 09:57:01.908 INFO E| Compiling rand v0.8.5
34842026-05-21T09:57:03.637Z[ helios-setup] May 21 09:57:02.124 INFO E| Compiling futures v0.3.31
34852026-05-21T09:57:03.637Z[ helios-setup] May 21 09:57:02.124 INFO E| Compiling slog-term v2.9.2
34862026-05-21T09:57:03.690Z[ host-package] Compiling maplit v1.0.2
34872026-05-21T09:57:03.746Z[ helios-setup] May 21 09:57:02.234 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34882026-05-21T09:57:03.823Z[ helios-setup] May 21 09:57:02.312 INFO E| Compiling object v0.30.4
34892026-05-21T09:57:03.966Z[ host-package] Compiling dirs-next v2.0.0
34902026-05-21T09:57:04.030Z[ host-package] Compiling tabled v0.20.0
34912026-05-21T09:57:04.355Z[ host-package] Compiling clang-sys v1.8.1
34922026-05-21T09:57:04.547Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34932026-05-21T09:57:04.643Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34942026-05-21T09:57:05.233Z[ helios-setup] May 21 09:57:03.721 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34952026-05-21T09:57:05.293Z[ helios-setup] May 21 09:57:03.781 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34962026-05-21T09:57:05.355Z[ host-package] Compiling dsl_auto_type v0.2.0
34972026-05-21T09:57:06.376Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34982026-05-21T09:57:06.519Z[ helios-setup] May 21 09:57:05.007 INFO E| Compiling rsa v0.9.8
34992026-05-21T09:57:06.602Z[ helios-setup] May 21 09:57:05.091 INFO E| Compiling toml v0.7.8
35002026-05-21T09:57:06.732Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
35012026-05-21T09:57:07.037Z[ helios-setup] May 21 09:57:05.525 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35022026-05-21T09:57:07.078Z[ helios-setup] May 21 09:57:05.566 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35032026-05-21T09:57:07.085Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
35042026-05-21T09:57:07.407Z[ host-package] Compiling tiny-keccak v2.0.2
35052026-05-21T09:57:07.552Z[ host-package] Compiling xshell-macros v0.2.7
35062026-05-21T09:57:07.912Z[ host-package] Compiling typify-macro v0.4.3
35072026-05-21T09:57:08.254Z[ host-package] Compiling r2d2 v0.8.10
35082026-05-21T09:57:08.423Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
35092026-05-21T09:57:08.607Z[ host-package] Compiling xshell v0.2.7
35102026-05-21T09:57:08.942Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35112026-05-21T09:57:10.712Z[ host-package] Compiling term v0.7.0
35122026-05-21T09:57:11.608Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35132026-05-21T09:57:11.834Z[ host-package] Compiling downcast-rs v2.0.2
35142026-05-21T09:57:11.973Z[ host-package] Compiling bit-vec v0.6.3
35152026-05-21T09:57:12.265Z[ host-package] Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35162026-05-21T09:57:12.508Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35172026-05-21T09:57:12.552Z[ host-package] Compiling bit-set v0.5.3
35182026-05-21T09:57:12.594Z[ host-package] Compiling ascii-canvas v3.0.0
35192026-05-21T09:57:12.834Z[ host-package] Compiling itertools v0.10.5
35202026-05-21T09:57:13.033Z[ host-package] Compiling ena v0.14.4
35212026-05-21T09:57:13.326Z[ host-package] Compiling libloading v0.8.9
35222026-05-21T09:57:13.364Z[ host-package] Compiling regex-syntax v0.6.29
35232026-05-21T09:57:13.475Z[ helios-setup] May 21 09:57:11.963 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35242026-05-21T09:57:13.592Z[ host-package] Compiling bindgen v0.71.1
35252026-05-21T09:57:13.934Z[ host-package] Compiling unicase v2.9.0
35262026-05-21T09:57:14.042Z[ host-package] Compiling crc8 v0.1.1
35272026-05-21T09:57:14.217Z[ host-package] Compiling diff v0.1.13
35282026-05-21T09:57:14.374Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35292026-05-21T09:57:14.546Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35302026-05-21T09:57:14.668Z[ helios-setup] May 21 09:57:13.156 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35312026-05-21T09:57:14.861Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35322026-05-21T09:57:15.232Z[ host-package] Compiling diesel v2.3.7
35332026-05-21T09:57:15.272Z[ host-package] Compiling lalrpop v0.19.12
35342026-05-21T09:57:15.276Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35352026-05-21T09:57:15.507Z[ host-package] Compiling cexpr v0.6.0
35362026-05-21T09:57:15.565Z[ host-package] Compiling rustc-hash v2.1.1
35372026-05-21T09:57:15.729Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35382026-05-21T09:57:15.882Z[ host-package] Compiling typify v0.4.3
35392026-05-21T09:57:16.065Z[ host-package] Compiling headers-core v0.3.0
35402026-05-21T09:57:16.554Z[ host-package] Compiling git-stub v1.0.0
35412026-05-21T09:57:16.581Z[ host-package] Compiling libxml v0.3.3
35422026-05-21T09:57:16.647Z[ host-package] Compiling headers v0.4.1
35432026-05-21T09:57:16.651Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35442026-05-21T09:57:17.189Z[ host-package] Compiling git-stub-vcs v0.1.0
35452026-05-21T09:57:17.309Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35462026-05-21T09:57:17.548Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35472026-05-21T09:57:17.841Z[ host-package] Compiling strum_macros v0.24.3
35482026-05-21T09:57:18.002Z[ host-package] Compiling indoc v1.0.9
35492026-05-21T09:57:18.317Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35502026-05-21T09:57:18.440Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35512026-05-21T09:57:18.576Z[ host-package] Compiling derive_builder v0.20.2
35522026-05-21T09:57:18.725Z[ host-package] Compiling oso-derive v0.27.3
35532026-05-21T09:57:18.786Z[ host-package] Compiling quick-xml v0.37.5
35542026-05-21T09:57:18.925Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35552026-05-21T09:57:19.148Z[ host-package] Compiling half v1.8.3
35562026-05-21T09:57:19.228Z[ helios-setup] May 21 09:57:17.716 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35572026-05-21T09:57:19.403Z[ host-package] Compiling openssl-probe v0.1.6
35582026-05-21T09:57:19.639Z[ host-package] Compiling serde_cbor v0.11.2
35592026-05-21T09:57:19.783Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35602026-05-21T09:57:20.463Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35612026-05-21T09:57:20.506Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35622026-05-21T09:57:20.580Z[ host-package] Compiling bb8 v0.8.6
35632026-05-21T09:57:20.617Z[ host-package] Compiling trait-variant v0.1.2
35642026-05-21T09:57:20.774Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35652026-05-21T09:57:20.940Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35662026-05-21T09:57:21.073Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35672026-05-21T09:57:21.190Z[ host-package] Compiling fxhash v0.2.1
35682026-05-21T09:57:21.229Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35692026-05-21T09:57:21.440Z[ host-package] Compiling salty v0.3.0
35702026-05-21T09:57:21.591Z[ host-package] Compiling samael v0.0.19
35712026-05-21T09:57:21.663Z[ host-package] Compiling progenitor-impl v0.10.0
35722026-05-21T09:57:21.841Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35732026-05-21T09:57:21.996Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35742026-05-21T09:57:22.690Z[ host-package] Compiling kstat-rs v0.2.4
35752026-05-21T09:57:22.852Z[ host-package] Compiling libz-sys v1.1.24
35762026-05-21T09:57:23.297Z[ host-package] Compiling nonempty v0.12.0
35772026-05-21T09:57:23.580Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35782026-05-21T09:57:23.652Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35792026-05-21T09:57:23.997Z[ host-package] Compiling polar-core v0.27.3
35802026-05-21T09:57:24.483Z[ host-package] Compiling progenitor-macro v0.10.0
35812026-05-21T09:57:25.270Z[ host-package] Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35822026-05-21T09:57:25.838Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
35832026-05-21T09:57:26.667Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
35842026-05-21T09:57:28.471Z[ host-package] Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35852026-05-21T09:57:28.710Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35862026-05-21T09:57:29.782Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35872026-05-21T09:57:30.297Z[ host-package] Compiling darling_core v0.23.0
35882026-05-21T09:57:30.436Z[ host-package] Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
35892026-05-21T09:57:30.869Z[ helios-setup] May 21 09:57:29.353 INFO E| Finished `release` profile [optimized] target(s) in 48.82s
35902026-05-21T09:57:30.869Z[ helios-setup] May 21 09:57:29.356 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35912026-05-21T09:57:30.869Z[ helios-setup] May 21 09:57:29.356 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35922026-05-21T09:57:30.924Z[ helios-setup] May 21 09:57:29.412 INFO building project "pilot" ok (48 seconds)
35932026-05-21T09:57:30.924Z[ helios-setup] May 21 09:57:29.413 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35942026-05-21T09:57:30.933Z[ helios-setup] May 21 09:57:29.421 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
35952026-05-21T09:57:30.933Z[ helios-setup] May 21 09:57:29.421 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35962026-05-21T09:57:30.938Z[ helios-setup] May 21 09:57:29.421 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35972026-05-21T09:57:31.141Z[ helios-setup] May 21 09:57:29.629 INFO E| Downloading crates ...
35982026-05-21T09:57:31.192Z[ helios-setup] May 21 09:57:29.680 INFO E| Downloaded time-core v0.1.4
35992026-05-21T09:57:31.197Z[ helios-setup] May 21 09:57:29.685 INFO E| Downloaded time-macros v0.2.22
36002026-05-21T09:57:31.212Z[ helios-setup] May 21 09:57:29.701 INFO E| Downloaded tempfile v3.20.0
36012026-05-21T09:57:31.216Z[ helios-setup] May 21 09:57:29.703 INFO E| Downloaded errno v0.3.12
36022026-05-21T09:57:31.216Z[ helios-setup] May 21 09:57:29.704 INFO E| Downloaded deranged v0.4.0
36032026-05-21T09:57:31.219Z[ helios-setup] May 21 09:57:29.705 INFO E| Downloaded getrandom v0.3.3
36042026-05-21T09:57:31.246Z[ helios-setup] May 21 09:57:29.734 INFO E| Downloaded serde_with_macros v3.12.0
36052026-05-21T09:57:31.250Z[ helios-setup] May 21 09:57:29.736 INFO E| Downloaded iana-time-zone v0.1.63
36062026-05-21T09:57:31.250Z[ helios-setup] May 21 09:57:29.738 INFO E| Downloaded bitflags v2.9.1
36072026-05-21T09:57:31.299Z[ helios-setup] May 21 09:57:29.787 INFO E| Downloaded anyhow v1.0.98
36082026-05-21T09:57:31.329Z[ helios-setup] May 21 09:57:29.817 INFO E| Downloaded indexmap v2.9.0
36092026-05-21T09:57:31.359Z[ helios-setup] May 21 09:57:29.847 INFO E| Downloaded chrono v0.4.41
36102026-05-21T09:57:31.398Z[ helios-setup] May 21 09:57:29.852 INFO E| Downloaded time v0.3.41
36112026-05-21T09:57:31.398Z[ helios-setup] May 21 09:57:29.857 INFO E| Downloaded serde_with v3.12.0
36122026-05-21T09:57:31.398Z[ helios-setup] May 21 09:57:29.885 INFO E| Downloaded hashbrown v0.15.3
36132026-05-21T09:57:31.409Z[ helios-setup] May 21 09:57:29.889 INFO E| Downloaded rustix v1.0.7
36142026-05-21T09:57:31.488Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling proc-macro2 v1.0.95
36152026-05-21T09:57:31.488Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling unicode-ident v1.0.18
36162026-05-21T09:57:31.492Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling libc v0.2.172
36172026-05-21T09:57:31.492Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling ident_case v1.0.1
36182026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling fnv v1.0.7
36192026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling strsim v0.11.1
36202026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling serde v1.0.219
36212026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling rustix v1.0.7
36222026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling getrandom v0.3.3
36232026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling anyhow v1.0.98
36242026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling bitflags v2.9.1
36252026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling cfg-if v1.0.0
36262026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling thiserror v2.0.12
36272026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling serde_json v1.0.140
36282026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling memchr v2.7.4
36292026-05-21T09:57:31.493Z[ helios-setup] May 21 09:57:29.975 INFO E| Compiling ryu v1.0.20
36302026-05-21T09:57:31.693Z[ helios-setup] May 21 09:57:30.179 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36312026-05-21T09:57:31.786Z[ helios-setup] May 21 09:57:30.274 INFO E| Compiling itoa v1.0.15
36322026-05-21T09:57:31.794Z[ helios-setup] May 21 09:57:30.282 INFO E| Compiling fastrand v2.3.0
36332026-05-21T09:57:31.997Z[ helios-setup] May 21 09:57:30.485 INFO E| Compiling once_cell v1.21.3
36342026-05-21T09:57:32.710Z[ helios-setup] May 21 09:57:31.198 INFO E| Compiling errno v0.3.12
36352026-05-21T09:57:33.385Z[ helios-setup] May 21 09:57:31.874 INFO E| Compiling quote v1.0.40
36362026-05-21T09:57:33.426Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
36372026-05-21T09:57:33.467Z[ host-package] Compiling nanorand v0.7.0
36382026-05-21T09:57:33.614Z[ helios-setup] May 21 09:57:32.102 INFO E| Compiling syn v2.0.101
36392026-05-21T09:57:33.817Z[ helios-setup] May 21 09:57:32.305 INFO E| Compiling tempfile v3.20.0
36402026-05-21T09:57:34.026Z[ host-package] Compiling arc-swap v1.8.2
36412026-05-21T09:57:34.501Z[ host-package] Compiling parking_lot_core v0.8.6
36422026-05-21T09:57:34.584Z[ host-package] Compiling mime_guess v2.0.5
36432026-05-21T09:57:34.933Z[ host-package] Compiling slog-scope v4.4.1
36442026-05-21T09:57:34.963Z[ host-package] Compiling flume v0.11.1
36452026-05-21T09:57:35.320Z[ host-package] Compiling darling_macro v0.23.0
36462026-05-21T09:57:35.461Z[ host-package] Compiling progenitor v0.10.0
36472026-05-21T09:57:35.526Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
36482026-05-21T09:57:35.765Z[ host-package] Compiling oso v0.27.3
36492026-05-21T09:57:35.896Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36502026-05-21T09:57:35.932Z[ host-package] Compiling primeorder v0.13.6
36512026-05-21T09:57:36.175Z[ helios-setup] May 21 09:57:34.664 INFO E| Compiling darling_core v0.20.11
36522026-05-21T09:57:36.404Z[ host-package] Compiling async-bb8-diesel v0.2.1
36532026-05-21T09:57:37.002Z[ host-package] Compiling diesel-dtrace v0.5.0
36542026-05-21T09:57:37.213Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36552026-05-21T09:57:37.341Z[ helios-setup] May 21 09:57:35.829 INFO E| Compiling serde_derive v1.0.219
36562026-05-21T09:57:37.341Z[ helios-setup] May 21 09:57:35.829 INFO E| Compiling thiserror-impl v2.0.12
36572026-05-21T09:57:37.608Z[ host-package] Compiling instability v0.3.11
36582026-05-21T09:57:37.929Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36592026-05-21T09:57:38.260Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36602026-05-21T09:57:38.564Z[ helios-setup] May 21 09:57:37.053 INFO E| Compiling darling_macro v0.20.11
36612026-05-21T09:57:39.898Z[ helios-setup] May 21 09:57:38.387 INFO E| Compiling darling v0.20.11
36622026-05-21T09:57:39.929Z[ host-package] Compiling p384 v0.13.1
36632026-05-21T09:57:39.994Z[ helios-setup] May 21 09:57:38.482 INFO E| Compiling serde_with_macros v3.12.0
36642026-05-21T09:57:41.715Z[ host-package] Compiling darling v0.23.0
36652026-05-21T09:57:41.895Z[ host-package] Compiling slog-stdlog v4.1.1
36662026-05-21T09:57:42.466Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36672026-05-21T09:57:42.546Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36682026-05-21T09:57:42.617Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
36692026-05-21T09:57:42.669Z[ host-package] Compiling ignore v0.4.25
36702026-05-21T09:57:42.729Z[ helios-setup] May 21 09:57:41.217 INFO E| Compiling serde_with v3.12.0
36712026-05-21T09:57:42.928Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36722026-05-21T09:57:43.620Z[ host-package] Compiling castaway v0.2.4
36732026-05-21T09:57:43.966Z[ host-package] Compiling atty v0.2.14
36742026-05-21T09:57:44.095Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36752026-05-21T09:57:44.325Z[ host-package] Compiling indoc v2.0.7
36762026-05-21T09:57:44.410Z[ host-package] Compiling http-range v0.1.5
36772026-05-21T09:57:44.552Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36782026-05-21T09:57:44.771Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36792026-05-21T09:57:44.800Z[ host-package] Compiling compact_str v0.8.1
36802026-05-21T09:57:45.594Z[ host-package] Compiling globwalk v0.9.1
36812026-05-21T09:57:46.125Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36822026-05-21T09:57:46.427Z[ host-package] Compiling parking_lot v0.11.2
36832026-05-21T09:57:46.574Z[ host-package] Compiling slog-envlogger v2.2.0
36842026-05-21T09:57:46.896Z[ helios-setup] May 21 09:57:45.385 INFO E| Finished `release` profile [optimized] target(s) in 15.95s
36852026-05-21T09:57:46.919Z[ helios-setup] May 21 09:57:45.408 INFO building project "dmar-report" ok (15 seconds)
36862026-05-21T09:57:46.923Z[ helios-setup] rm -f helios-build
36872026-05-21T09:57:46.923Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36882026-05-21T09:57:46.926Z[ helios-setup]
36892026-05-21T09:57:46.926Z[ helios-setup] Setup complete! ./helios-build is now available.
36902026-05-21T09:57:46.929Z[ helios-setup]
36912026-05-21T09:57:46.929Z[ helios-setup]
36922026-05-21T09:57:46.929Z[ helios-setup] real 2:34.074691469
36932026-05-21T09:57:46.929Z[ helios-setup] user 6:50.744098307
36942026-05-21T09:57:46.929Z[ helios-setup] sys 1:14.380275228
36952026-05-21T09:57:46.929Z[ helios-setup] trap 0.427524335
36962026-05-21T09:57:46.929Z[ helios-setup] tflt 2.387663635
36972026-05-21T09:57:46.929Z[ helios-setup] dflt 6.471993923
36982026-05-21T09:57:46.929Z[ helios-setup] kflt 0.004080113
36992026-05-21T09:57:46.929Z[ helios-setup] lock 35:47.422508749
37002026-05-21T09:57:46.929Z[ helios-setup] slp 34:17.286140192
37012026-05-21T09:57:46.929Z[ helios-setup] lat 6:12.356002935
37022026-05-21T09:57:46.929Z[ helios-setup] stop 1:21.441620024
37032026-05-21T09:57:46.929ZMay 21 09:57:45.417 INFO [helios-setup] process exited with exit status: 0 (154.077408892s)
37042026-05-21T09:57:46.929ZMay 21 09:57:45.417 INFO [helios-record] running task
37052026-05-21T09:57:46.929ZMay 21 09:57:45.417 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37062026-05-21T09:57:46.933ZMay 21 09:57:45.421 DEBG process exited with exit status: 0 (4.183075ms)
37072026-05-21T09:57:46.933ZMay 21 09:57:45.421 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37082026-05-21T09:57:46.938ZMay 21 09:57:45.427 DEBG process exited with exit status: 0 (5.351496ms)
37092026-05-21T09:57:46.938ZMay 21 09:57:45.427 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37102026-05-21T09:57:46.942ZMay 21 09:57:45.430 DEBG process exited with exit status: 0 (3.663014ms)
37112026-05-21T09:57:46.942ZMay 21 09:57:45.431 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37122026-05-21T09:57:46.945ZMay 21 09:57:45.434 DEBG process exited with exit status: 0 (3.276834ms)
37132026-05-21T09:57:46.945ZMay 21 09:57:45.434 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37142026-05-21T09:57:46.949ZMay 21 09:57:45.437 DEBG process exited with exit status: 0 (3.568534ms)
37152026-05-21T09:57:46.949ZMay 21 09:57:45.437 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37162026-05-21T09:57:46.952ZMay 21 09:57:45.441 DEBG process exited with exit status: 0 (3.376104ms)
37172026-05-21T09:57:46.952ZMay 21 09:57:45.441 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37182026-05-21T09:57:46.955ZMay 21 09:57:45.444 DEBG process exited with exit status: 0 (3.273234ms)
37192026-05-21T09:57:46.955ZMay 21 09:57:45.444 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37202026-05-21T09:57:46.962ZMay 21 09:57:45.448 DEBG process exited with exit status: 0 (4.020094ms)
37212026-05-21T09:57:46.962ZMay 21 09:57:45.448 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37222026-05-21T09:57:46.965ZMay 21 09:57:45.452 DEBG process exited with exit status: 0 (3.869365ms)
37232026-05-21T09:57:46.966ZMay 21 09:57:45.452 INFO [helios-record] task succeeded (35.18608ms)
37242026-05-21T09:57:47.002Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37252026-05-21T09:57:47.749Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37262026-05-21T09:57:47.772Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37272026-05-21T09:57:47.799Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37282026-05-21T09:57:48.224Z[ host-package] Compiling progenitor-impl v0.11.2
37292026-05-21T09:57:48.227Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37302026-05-21T09:57:48.290Z[ host-package] Compiling predicates-tree v1.0.13
37312026-05-21T09:57:48.584Z[ host-package] Compiling unicode-truncate v1.1.0
37322026-05-21T09:57:48.765Z[ host-package] Compiling lru v0.12.5
37332026-05-21T09:57:48.814Z[ host-package] Compiling rand_seeder v0.4.0
37342026-05-21T09:57:49.009Z[ host-package] Compiling prefix-trie v0.7.0
37352026-05-21T09:57:49.108Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37362026-05-21T09:57:49.363Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37372026-05-21T09:57:49.562Z[ host-package] Compiling vergen-git2 v1.0.7
37382026-05-21T09:57:49.586Z[ host-package] Compiling cassowary v0.3.0
37392026-05-21T09:57:49.629Z[ host-package] Compiling corncobs v0.1.4
37402026-05-21T09:57:49.743Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
37412026-05-21T09:57:49.842Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37422026-05-21T09:57:49.891Z[ host-package] Compiling ratatui v0.29.0
37432026-05-21T09:57:50.022Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37442026-05-21T09:57:50.139Z[ host-package] Compiling hickory-server v0.25.2
37452026-05-21T09:57:50.433Z[ host-package] Compiling progenitor-macro v0.11.2
37462026-05-21T09:57:50.591Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37472026-05-21T09:57:50.814Z[ host-package] Compiling camino-tempfile-ext v0.3.3
37482026-05-21T09:57:51.235Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37492026-05-21T09:57:51.479Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37502026-05-21T09:57:51.525Z[ host-package] Compiling hyper-staticfile v0.10.1
37512026-05-21T09:57:52.747Z[ host-package] Compiling sled v0.34.7
37522026-05-21T09:57:54.902Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37532026-05-21T09:57:55.233Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37542026-05-21T09:57:55.328Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37552026-05-21T09:57:55.582Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37562026-05-21T09:57:55.820Z[ host-package] Compiling progenitor-client v0.11.2
37572026-05-21T09:57:56.361Z[ host-package] Compiling secrecy v0.8.0
37582026-05-21T09:57:56.567Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37592026-05-21T09:57:56.590Z[ host-package] Compiling rustls v0.21.12
37602026-05-21T09:57:56.878Z[ host-package] Compiling progenitor v0.11.2
37612026-05-21T09:57:57.082Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37622026-05-21T09:57:57.892Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37632026-05-21T09:57:58.190Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37642026-05-21T09:57:58.699Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37652026-05-21T09:57:58.951Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37662026-05-21T09:57:59.925Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
37672026-05-21T09:58:00.402Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37682026-05-21T09:58:01.250Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37692026-05-21T09:58:01.483Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37702026-05-21T09:58:01.716Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37712026-05-21T09:58:01.842Z[ host-package] Compiling rustls-webpki v0.101.7
37722026-05-21T09:58:01.958Z[ host-package] Compiling sct v0.7.1
37732026-05-21T09:58:02.241Z[ host-package] Compiling nix v0.29.0
37742026-05-21T09:58:02.333Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37752026-05-21T09:58:02.666Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
37762026-05-21T09:58:03.049Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37772026-05-21T09:58:03.539Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37782026-05-21T09:58:04.029Z[ host-package] Compiling dropshot v0.16.7
37792026-05-21T09:58:04.273Z[ host-package] Compiling git2 v0.20.4
37802026-05-21T09:58:04.313Z[ host-package] Compiling void v1.0.2
37812026-05-21T09:58:04.478Z[ host-package] Compiling lzss v0.8.2
37822026-05-21T09:58:05.683Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37832026-05-21T09:58:07.165Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
37842026-05-21T09:58:07.199Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37852026-05-21T09:58:07.364Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37862026-05-21T09:58:08.140Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37872026-05-21T09:58:09.729Z[ host-package] Compiling illumos-nvpair v0.3.0
37882026-05-21T09:58:10.338Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37892026-05-21T09:58:10.574Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37902026-05-21T09:58:10.789Z[ host-package] Compiling tungstenite v0.23.0
37912026-05-21T09:58:10.821Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37922026-05-21T09:58:10.852Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37932026-05-21T09:58:11.083Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37942026-05-21T09:58:11.108Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37952026-05-21T09:58:11.329Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37962026-05-21T09:58:11.358Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-05-21T09:58:11.579Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
37982026-05-21T09:58:11.607Z[ host-package] Compiling nix v0.27.1
37992026-05-21T09:58:11.955Z[ host-package] Compiling dropshot_endpoint v0.16.7
38002026-05-21T09:58:12.803Z[ host-package] Compiling serde_bytes v0.11.19
38012026-05-21T09:58:13.044Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
38022026-05-21T09:58:13.132Z[ host-package] Compiling tokio-tungstenite v0.23.1
38032026-05-21T09:58:13.226Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38042026-05-21T09:58:13.611Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38052026-05-21T09:58:13.854Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38062026-05-21T09:58:14.521Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38072026-05-21T09:58:15.303Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
38082026-05-21T09:58:15.832Z[ host-package] Compiling tokio-rustls v0.24.1
38092026-05-21T09:58:16.173Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38102026-05-21T09:58:16.595Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38112026-05-21T09:58:18.329Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38122026-05-21T09:58:18.422Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38132026-05-21T09:58:18.724Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38142026-05-21T09:58:18.875Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
38152026-05-21T09:58:20.752Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38162026-05-21T09:58:20.862Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38172026-05-21T09:58:22.548Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38182026-05-21T09:58:22.794Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38192026-05-21T09:58:23.096Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38202026-05-21T09:58:23.397Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38212026-05-21T09:58:23.539Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38222026-05-21T09:58:23.653Z[ host-package] Compiling rustls-pemfile v1.0.4
38232026-05-21T09:58:24.092Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38242026-05-21T09:58:24.390Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38252026-05-21T09:58:25.420Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38262026-05-21T09:58:25.768Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38272026-05-21T09:58:26.018Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
38282026-05-21T09:58:26.070Z[ host-package] Compiling signal-hook-tokio v0.3.1
38292026-05-21T09:58:26.266Z[ host-package] Compiling twox-hash v2.1.2
38302026-05-21T09:58:26.383Z[ host-package] Compiling yasna v0.5.2
38312026-05-21T09:58:26.443Z[ host-package] Compiling is_ci v1.2.0
38322026-05-21T09:58:26.805Z[ host-package] Compiling supports-color v3.0.2
38332026-05-21T09:58:27.117Z[ host-package] Compiling rcgen v0.12.1
38342026-05-21T09:58:27.294Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
38352026-05-21T09:58:27.897Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38362026-05-21T09:58:28.147Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38372026-05-21T09:58:28.789Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38382026-05-21T09:58:30.004Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38392026-05-21T09:58:30.449Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
38402026-05-21T09:58:31.184Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38412026-05-21T09:58:31.413Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38422026-05-21T09:58:31.549Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38432026-05-21T09:58:32.106Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38442026-05-21T09:58:32.340Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38452026-05-21T09:58:32.578Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38462026-05-21T09:58:32.825Z[ host-package] Compiling fatfs v0.3.6
38472026-05-21T09:58:33.316Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38482026-05-21T09:58:34.089Z[ host-package] Compiling subprocess v0.2.15
38492026-05-21T09:58:35.080Z[ host-package] Compiling rtoolbox v0.0.3
38502026-05-21T09:58:35.375Z[ host-package] Compiling seq-macro v0.3.6
38512026-05-21T09:58:35.414Z[ host-package] Compiling assert_matches v1.5.0
38522026-05-21T09:58:35.532Z[ host-package] Compiling rpassword v7.4.0
38532026-05-21T09:58:35.855Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38542026-05-21T09:58:35.953Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38552026-05-21T09:58:36.310Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38562026-05-21T09:58:36.981Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38572026-05-21T09:58:37.638Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38582026-05-21T09:58:37.787Z[ host-package] Compiling tui-tree-widget v0.23.1
38592026-05-21T09:58:38.093Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38602026-05-21T09:58:38.740Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38612026-05-21T09:58:39.276Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38622026-05-21T09:58:39.491Z[ host-package] Compiling uzers v0.12.2
38632026-05-21T09:58:40.984Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38642026-05-21T09:58:41.224Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38652026-05-21T09:58:42.041Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38662026-05-21T09:58:42.548Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38672026-05-21T09:58:45.442Z[ host-package] Compiling support-bundle-viewer v0.1.2
38682026-05-21T09:58:45.857Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38692026-05-21T09:58:47.371Z[ host-package] Compiling multimap v0.10.1
38702026-05-21T09:58:55.445Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38712026-05-21T09:58:55.674Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38722026-05-21T09:59:06.890Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38732026-05-21T10:09:53.325Z[ host-package] Finished `release` profile [optimized] target(s) in 13m 52s
38742026-05-21T10:10:39.175ZMay 21 10:10:37.665 INFO [host-package] process exited with exit status: 0 (878.574837225s)
38752026-05-21T10:10:39.175ZMay 21 10:10:37.665 INFO [host-stamp] running task
38762026-05-21T10:10:39.178ZMay 21 10:10:37.665 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38772026-05-21T10:10:39.178ZMay 21 10:10:37.665 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+gitd250ae7ce41
38782026-05-21T10:10:39.179ZMay 21 10:10:37.666 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+gitd250ae7ce41
38792026-05-21T10:10:39.179ZMay 21 10:10:37.666 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+gitd250ae7ce41
38802026-05-21T10:10:39.179ZMay 21 10:10:37.666 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+gitd250ae7ce41
38812026-05-21T10:10:39.179ZMay 21 10:10:37.666 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+gitd250ae7ce41
38822026-05-21T10:10:39.179ZMay 21 10:10:37.667 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+gitd250ae7ce41
38832026-05-21T10:10:39.179ZMay 21 10:10:37.667 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+gitd250ae7ce41
38842026-05-21T10:10:39.179ZMay 21 10:10:37.667 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+gitd250ae7ce41
38852026-05-21T10:10:39.189Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38862026-05-21T10:10:39.189Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-05-21T10:10:39.189Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-05-21T10:10:39.189Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-05-21T10:10:39.192Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38902026-05-21T10:10:39.192Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38912026-05-21T10:10:39.192Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38922026-05-21T10:10:39.193Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38932026-05-21T10:10:39.193Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38942026-05-21T10:10:39.193Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38952026-05-21T10:10:39.196ZMay 21 10:10:37.685 INFO [stamp-overlay] process exited with exit status: 0 (18.681081ms)
38962026-05-21T10:10:39.201Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38972026-05-21T10:10:39.206ZMay 21 10:10:37.694 INFO [stamp-oxlog] process exited with exit status: 0 (27.788442ms)
38982026-05-21T10:10:39.228Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38992026-05-21T10:10:39.231ZMay 21 10:10:37.721 INFO [stamp-crucible-utils] process exited with exit status: 0 (53.912422ms)
39002026-05-21T10:10:39.254Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39012026-05-21T10:10:39.257ZMay 21 10:10:37.747 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (79.840821ms)
39022026-05-21T10:10:39.395Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39032026-05-21T10:10:39.398ZMay 21 10:10:37.888 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (221.410362ms)
39042026-05-21T10:10:39.594Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39052026-05-21T10:10:39.598ZMay 21 10:10:38.087 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (422.343002ms)
39062026-05-21T10:10:39.793Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39072026-05-21T10:10:39.797ZMay 21 10:10:38.286 INFO [stamp-propolis-server] process exited with exit status: 0 (620.347688ms)
39082026-05-21T10:10:40.234Z[recovery-package] Compiling newtype-uuid v1.3.2
39092026-05-21T10:10:40.483Z[recovery-package] Compiling daft v0.1.7
39102026-05-21T10:10:40.697Z[recovery-package] Compiling iddqd v0.4.1
39112026-05-21T10:10:41.627Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39122026-05-21T10:10:41.897Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
39132026-05-21T10:10:41.897Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39142026-05-21T10:10:41.897Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
39152026-05-21T10:10:41.900Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39162026-05-21T10:10:41.900Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
39172026-05-21T10:10:41.900Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39182026-05-21T10:10:41.900Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39192026-05-21T10:10:41.900Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39202026-05-21T10:10:42.007Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39212026-05-21T10:10:42.254Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39222026-05-21T10:10:42.280Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
39232026-05-21T10:10:42.441Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39242026-05-21T10:10:44.949Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39252026-05-21T10:10:44.953ZMay 21 10:10:43.443 INFO [stamp-switch-asic] process exited with exit status: 0 (5.777010601s)
39262026-05-21T10:10:44.953ZMay 21 10:10:43.443 INFO [host-stamp] task succeeded (5.777882342s)
39272026-05-21T10:10:44.953ZMay 21 10:10:43.443 INFO [host-proto] running task
39282026-05-21T10:10:45.333ZMay 21 10:10:43.822 INFO [host-proto] task succeeded (379.591063ms)
39292026-05-21T10:10:45.333ZMay 21 10:10:43.822 INFO [host-profile] running task
39302026-05-21T10:10:45.336ZMay 21 10:10:43.823 INFO [host-profile] task succeeded (374.15µs)
39312026-05-21T10:10:45.336ZMay 21 10:10:43.823 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.40.479' -P /tmp/.tmpaO6uCV/proto/host/root -N 'ci d250ae7/${os_short_commit} 2026-05-21 09:55' -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/'
39322026-05-21T10:10:45.341Z[ host-image] May 21 10:10:43.829 INFO Checking files for board 'gimlet'
39332026-05-21T10:10:45.341Z[ host-image] May 21 10:10:43.829 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39342026-05-21T10:10:45.344Z[ host-image] May 21 10:10:43.829 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39352026-05-21T10:10:45.344Z[ host-image] May 21 10:10:43.829 INFO Checking files for board 'cosmo'
39362026-05-21T10:10:45.344Z[ host-image] May 21 10:10:43.829 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39372026-05-21T10:10:45.344Z[ host-image] May 21 10:10:43.829 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39382026-05-21T10:10:45.344Z[ host-image] May 21 10:10:43.829 INFO Checking files for board 'cosmo-mbist-noaggr'
39392026-05-21T10:10:45.344Z[ host-image] May 21 10:10:43.829 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39402026-05-21T10:10:45.344Z[ host-image] May 21 10:10:43.829 INFO Checking files for board 'cosmo-mbist'
39412026-05-21T10:10:45.344Z[ host-image] May 21 10:10:43.829 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39422026-05-21T10:10:45.347Z[ host-image] May 21 10:10:43.837 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaO6uCV/proto/host/root"
39432026-05-21T10:10:45.350Z[ host-image] May 21 10:10:43.837 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39442026-05-21T10:10:45.350Z[ host-image] May 21 10:10:43.837 INFO image builder template: ramdisk-01-os...
39452026-05-21T10:10:45.350Z[ host-image] May 21 10:10:43.837 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/.tmpaO6uCV/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39462026-05-21T10:10:45.360Z[ host-image] May 21 10:10:43.849 INFO O| May 21 10:10:43.849 INFO CREATE DATASET: rpool/images/build/host/output
39472026-05-21T10:10:46.499Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
39482026-05-21T10:10:46.499Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39492026-05-21T10:10:46.503Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39502026-05-21T10:10:46.503Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39512026-05-21T10:10:46.503Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39522026-05-21T10:10:47.628Z[ host-image] May 21 10:10:46.117 INFO O| May 21 10:10:46.117 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39532026-05-21T10:10:47.631Z[ host-image] May 21 10:10:46.120 INFO O| May 21 10:10:46.120 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39542026-05-21T10:10:47.857Z[ host-image] May 21 10:10:46.346 INFO O| May 21 10:10:46.346 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39552026-05-21T10:10:47.904Z[ host-image] May 21 10:10:46.393 INFO O| May 21 10:10:46.393 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39562026-05-21T10:10:47.904Z[ host-image] May 21 10:10:46.393 INFO O| May 21 10:10:46.393 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39572026-05-21T10:10:47.907Z[ host-image] May 21 10:10:46.393 INFO O| May 21 10:10:46.393 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39582026-05-21T10:10:47.907Z[ host-image] May 21 10:10:46.393 INFO O| May 21 10:10:46.393 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39592026-05-21T10:10:47.910Z[ host-image] May 21 10:10:46.399 INFO O| May 21 10:10:46.399 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39602026-05-21T10:10:48.106Z[ host-image] May 21 10:10:46.595 INFO O| May 21 10:10:46.595 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-05-21T10:10:48.112Z[ host-image] May 21 10:10:46.602 INFO O| May 21 10:10:46.602 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39622026-05-21T10:10:48.380Z[ host-image] May 21 10:10:46.870 INFO O| May 21 10:10:46.869 INFO O| Caching catalogs ... Done
39632026-05-21T10:10:48.446Z[ host-image] May 21 10:10:46.935 INFO O| May 21 10:10:46.935 INFO STEP 0 (pkg_image_create) COMPLETE
39642026-05-21T10:10:48.446Z[ host-image] May 21 10:10:46.935 INFO O| May 21 10:10:46.935 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-05-21T10:10:48.454Z[ host-image] May 21 10:10:46.943 INFO O| May 21 10:10:46.943 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"]
39662026-05-21T10:10:48.705Z[ host-image] May 21 10:10:47.195 INFO O| May 21 10:10:47.195 INFO STEP 1 (pkg_set_publisher) COMPLETE
39672026-05-21T10:10:48.706Z[ host-image] May 21 10:10:47.195 INFO O| May 21 10:10:47.195 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39682026-05-21T10:10:48.706Z[ host-image] May 21 10:10:47.195 INFO O| May 21 10:10:47.195 INFO skip step because feature "publisher_1_name" is not enabled
39692026-05-21T10:10:48.709Z[ host-image] May 21 10:10:47.195 INFO O| May 21 10:10:47.195 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-05-21T10:10:48.709Z[ host-image] May 21 10:10:47.195 INFO O| May 21 10:10:47.195 INFO skip step because feature "publisher_2_name" is not enabled
39712026-05-21T10:10:48.709Z[ host-image] May 21 10:10:47.195 INFO O| May 21 10:10:47.195 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-05-21T10:10:48.709Z[ host-image] May 21 10:10:47.195 INFO O| May 21 10:10:47.195 INFO skip step because feature "publisher_3_name" is not enabled
39732026-05-21T10:10:48.709Z[ host-image] May 21 10:10:47.195 INFO O| May 21 10:10:47.195 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742026-05-21T10:10:48.945Z[ host-image] May 21 10:10:47.434 INFO O| May 21 10:10:47.434 INFO variant opensolaris.zone is already global
39752026-05-21T10:10:48.945Z[ host-image] May 21 10:10:47.434 INFO O| May 21 10:10:47.434 INFO STEP 5 (pkg_change_variant) COMPLETE
39762026-05-21T10:10:48.948Z[ host-image] May 21 10:10:47.434 INFO O| May 21 10:10:47.434 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-05-21T10:10:49.185Z[ host-image] May 21 10:10:47.675 INFO O| May 21 10:10:47.675 INFO variant opensolaris.imagetype is full; changing to partial
39782026-05-21T10:10:49.185Z[ host-image] May 21 10:10:47.675 INFO O| May 21 10:10:47.675 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39792026-05-21T10:10:49.622Z[ host-image] May 21 10:10:48.111 INFO O| May 21 10:10:48.111 INFO O| Startup: Refreshing catalog 'helios' ... Done
39802026-05-21T10:10:49.675Z[ host-image] May 21 10:10:48.164 INFO O| May 21 10:10:48.164 INFO O| Startup: Caching catalogs ... Done
39812026-05-21T10:10:49.678Z[ host-image] May 21 10:10:48.167 INFO O| May 21 10:10:48.167 INFO O| Planning: Planning completed in 0.00 seconds
39822026-05-21T10:10:49.678Z[ host-image] May 21 10:10:48.167 INFO O| May 21 10:10:48.167 INFO O| Planning: Consolidating action changes ... Done
39832026-05-21T10:10:49.678Z[ host-image] May 21 10:10:48.167 INFO O| May 21 10:10:48.167 INFO O| Planning: Evaluating mediators ... Done
39842026-05-21T10:10:49.681Z[ host-image] May 21 10:10:48.168 INFO O| May 21 10:10:48.168 INFO O| Planning: Planning completed in 0.00 seconds
39852026-05-21T10:10:49.681Z[ host-image] May 21 10:10:48.168 INFO O| May 21 10:10:48.168 INFO O| Variants/Facets to change: 1
39862026-05-21T10:10:49.687Z[ host-image] May 21 10:10:48.176 INFO O| May 21 10:10:48.176 INFO O| Finalize: Updating package state database ... Done
39872026-05-21T10:10:49.687Z[ host-image] May 21 10:10:48.176 INFO O| May 21 10:10:48.176 INFO O| Finalize: Updating package cache ... Done
39882026-05-21T10:10:49.696Z[ host-image] May 21 10:10:48.186 INFO O| May 21 10:10:48.186 INFO O| Finalize: Updating image state ... Done
39892026-05-21T10:10:49.699Z[ host-image] May 21 10:10:48.188 INFO O| May 21 10:10:48.188 INFO O| Finalize: Creating fast lookup database ... Done
39902026-05-21T10:10:49.699Z[ host-image] May 21 10:10:48.188 INFO O| May 21 10:10:48.188 INFO O| Finalize: Reading search index ... Done
39912026-05-21T10:10:49.699Z[ host-image] May 21 10:10:48.188 INFO O| May 21 10:10:48.188 INFO O| Finalize: Updating search index ... Done
39922026-05-21T10:10:49.702Z[ host-image] May 21 10:10:48.189 INFO O| May 21 10:10:48.189 INFO O| Finalize: Updating package cache ... Done
39932026-05-21T10:10:49.763Z[ host-image] May 21 10:10:48.253 INFO O| May 21 10:10:48.252 INFO STEP 6 (pkg_change_variant) COMPLETE
39942026-05-21T10:10:49.763Z[ host-image] May 21 10:10:48.253 INFO O| May 21 10:10:48.253 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39952026-05-21T10:10:49.766Z[ host-image] May 21 10:10:48.253 INFO O| May 21 10:10:48.253 INFO skip step because feature "debug_variant" is not enabled
39962026-05-21T10:10:49.766Z[ host-image] May 21 10:10:48.253 INFO O| May 21 10:10:48.253 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39972026-05-21T10:10:50.018Z[ host-image] May 21 10:10:48.507 INFO O| May 21 10:10:48.507 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39982026-05-21T10:10:50.433Z[ host-image] May 21 10:10:48.922 INFO O| May 21 10:10:48.922 INFO O| Startup: Refreshing catalog 'helios' ... Done
39992026-05-21T10:10:50.482Z[ host-image] May 21 10:10:48.971 INFO O| May 21 10:10:48.971 INFO O| Startup: Caching catalogs ... Done
40002026-05-21T10:10:50.485Z[ host-image] May 21 10:10:48.974 INFO O| May 21 10:10:48.974 INFO O| Planning: Planning completed in 0.00 seconds
40012026-05-21T10:10:50.488Z[ host-image] May 21 10:10:48.974 INFO O| May 21 10:10:48.974 INFO O| Planning: Consolidating action changes ... Done
40022026-05-21T10:10:50.488Z[ host-image] May 21 10:10:48.974 INFO O| May 21 10:10:48.974 INFO O| Planning: Evaluating mediators ... Done
40032026-05-21T10:10:50.488Z[ host-image] May 21 10:10:48.975 INFO O| May 21 10:10:48.975 INFO O| Planning: Planning completed in 0.00 seconds
40042026-05-21T10:10:50.488Z[ host-image] May 21 10:10:48.975 INFO O| May 21 10:10:48.975 INFO O| Variants/Facets to change: 1
40052026-05-21T10:10:50.493Z[ host-image] May 21 10:10:48.983 INFO O| May 21 10:10:48.983 INFO O| Finalize: Updating package state database ... Done
40062026-05-21T10:10:50.493Z[ host-image] May 21 10:10:48.983 INFO O| May 21 10:10:48.983 INFO O| Finalize: Updating package cache ... Done
40072026-05-21T10:10:50.502Z[ host-image] May 21 10:10:48.992 INFO O| May 21 10:10:48.992 INFO O| Finalize: Updating image state ... Done
40082026-05-21T10:10:50.505Z[ host-image] May 21 10:10:48.994 INFO O| May 21 10:10:48.993 INFO O| Finalize: Creating fast lookup database ... Done
40092026-05-21T10:10:50.505Z[ host-image] May 21 10:10:48.994 INFO O| May 21 10:10:48.994 INFO O| Finalize: Reading search index ... Done
40102026-05-21T10:10:50.505Z[ host-image] May 21 10:10:48.994 INFO O| May 21 10:10:48.994 INFO O| Finalize: Updating search index ... Done
40112026-05-21T10:10:50.508Z[ host-image] May 21 10:10:48.995 INFO O| May 21 10:10:48.995 INFO O| Finalize: Updating package cache ... Done
40122026-05-21T10:10:50.564Z[ host-image] May 21 10:10:49.053 INFO O| May 21 10:10:49.053 INFO STEP 8 (pkg_change_facet) COMPLETE
40132026-05-21T10:10:50.564Z[ host-image] May 21 10:10:49.053 INFO O| May 21 10:10:49.053 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40142026-05-21T10:10:50.564Z[ host-image] May 21 10:10:49.053 INFO O| May 21 10:10:49.053 INFO skip step because feature "recovery" is not enabled
40152026-05-21T10:10:50.567Z[ host-image] May 21 10:10:49.053 INFO O| May 21 10:10:49.053 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40162026-05-21T10:10:50.567Z[ host-image] May 21 10:10:49.053 INFO O| May 21 10:10:49.053 INFO skip step because feature "recovery" is not enabled
40172026-05-21T10:10:50.567Z[ host-image] May 21 10:10:49.053 INFO O| May 21 10:10:49.053 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40182026-05-21T10:10:50.571Z[ host-image] May 21 10:10:49.061 INFO O| May 21 10:10:49.061 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"]
40192026-05-21T10:10:50.974Z[ host-image] May 21 10:10:49.463 INFO O| May 21 10:10:49.463 INFO O| Startup: Refreshing catalog 'helios' ... Done
40202026-05-21T10:10:51.023Z[ host-image] May 21 10:10:49.512 INFO O| May 21 10:10:49.512 INFO O| Startup: Caching catalogs ... Done
40212026-05-21T10:10:51.184Z[ host-image] May 21 10:10:49.673 INFO O| May 21 10:10:49.673 INFO O| Planning: Solver setup ... Done
40222026-05-21T10:10:51.189Z[ host-image] May 21 10:10:49.679 INFO O| May 21 10:10:49.679 INFO O| Planning: Running solver ... Done
40232026-05-21T10:10:51.193Z[ host-image] May 21 10:10:49.682 INFO O| May 21 10:10:49.682 INFO O| Planning: Finding local manifests ... Done
40242026-05-21T10:10:51.211Z[ host-image] May 21 10:10:49.700 INFO O| May 21 10:10:49.700 INFO O| Planning: Fetching manifests: 0/127 0% complete
40252026-05-21T10:10:52.730Z[ host-image] May 21 10:10:51.219 INFO O| May 21 10:10:51.219 INFO O| Planning: Fetching manifests: 127/127 100% complete
40262026-05-21T10:10:53.081Z[ host-image] May 21 10:10:51.569 INFO O| May 21 10:10:51.569 INFO O| Planning: Package planning ... Done
40272026-05-21T10:10:53.437Z[ host-image] May 21 10:10:51.925 INFO O| May 21 10:10:51.925 INFO O| Planning: Merging actions ... Done
40282026-05-21T10:10:53.536Z[ host-image] May 21 10:10:52.025 INFO O| May 21 10:10:52.025 INFO O| Planning: Checking for conflicting actions ... Done
40292026-05-21T10:10:53.637Z[ host-image] May 21 10:10:52.126 INFO O| May 21 10:10:52.126 INFO O| Planning: Consolidating action changes ... Done
40302026-05-21T10:10:53.798Z[ host-image] May 21 10:10:52.287 INFO O| May 21 10:10:52.287 INFO O| Planning: Evaluating mediators ... Done
40312026-05-21T10:10:54.358Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40322026-05-21T10:10:55.171Z[ host-image] May 21 10:10:53.660 INFO O| May 21 10:10:53.660 INFO O| Planning: Planning completed in 4.15 seconds
40332026-05-21T10:10:55.174Z[ host-image] May 21 10:10:53.661 INFO O| May 21 10:10:53.661 INFO O| Packages to install: 127
40342026-05-21T10:10:55.174Z[ host-image] May 21 10:10:53.661 INFO O| May 21 10:10:53.661 INFO O| Mediators to change: 5
40352026-05-21T10:10:55.174Z[ host-image] May 21 10:10:53.661 INFO O| May 21 10:10:53.661 INFO O| Services to change: 6
40362026-05-21T10:10:55.199Z[ host-image] May 21 10:10:53.689 INFO O| May 21 10:10:53.689 INFO O| Download: 0/23748 items 0.0/221.9MB 0% complete
40372026-05-21T10:10:55.232Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40382026-05-21T10:10:57.511Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40392026-05-21T10:10:57.511Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40402026-05-21T10:10:58.529Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40412026-05-21T10:10:59.144Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40422026-05-21T10:11:00.476Z[ host-image] May 21 10:10:58.965 INFO O| May 21 10:10:58.965 INFO O| Download: 1697/23748 items 11.0/221.9MB 4% complete (2.3M/s)
40432026-05-21T10:11:05.506Z[ host-image] May 21 10:11:03.995 INFO O| May 21 10:11:03.995 INFO O| Download: 2450/23748 items 27.6/221.9MB 12% complete (2.7M/s)
40442026-05-21T10:11:10.507Z[ host-image] May 21 10:11:08.996 INFO O| May 21 10:11:08.996 INFO O| Download: 4819/23748 items 42.5/221.9MB 19% complete (3.1M/s)
40452026-05-21T10:11:11.396Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.08s
40462026-05-21T10:11:13.767ZMay 21 10:11:12.257 INFO [recovery-package] process exited with exit status: 0 (34.591813589s)
40472026-05-21T10:11:13.767ZMay 21 10:11:12.257 INFO [recovery-stamp] running task
40482026-05-21T10:11:13.770ZMay 21 10:11:12.257 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40492026-05-21T10:11:13.770ZMay 21 10:11:12.257 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+gitd250ae7ce41
40502026-05-21T10:11:13.770ZMay 21 10:11:12.257 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+gitd250ae7ce41
40512026-05-21T10:11:13.777Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40522026-05-21T10:11:13.780Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40532026-05-21T10:11:13.903Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40542026-05-21T10:11:13.906ZMay 21 10:11:12.396 INFO [stamp-installinator] process exited with exit status: 0 (138.472858ms)
40552026-05-21T10:11:13.967Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40562026-05-21T10:11:13.970ZMay 21 10:11:12.460 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (202.792362ms)
40572026-05-21T10:11:13.970ZMay 21 10:11:12.460 INFO [recovery-stamp] task succeeded (203.000592ms)
40582026-05-21T10:11:13.970ZMay 21 10:11:12.460 INFO [recovery-proto] running task
40592026-05-21T10:11:13.973ZMay 21 10:11:12.460 INFO [tuf-stamp] running task
40602026-05-21T10:11:13.973ZMay 21 10:11:12.460 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+gitd250ae7ce41
40612026-05-21T10:11:13.973ZMay 21 10:11:12.461 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+gitd250ae7ce41
40622026-05-21T10:11:13.973ZMay 21 10:11:12.461 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+gitd250ae7ce41
40632026-05-21T10:11:13.973ZMay 21 10:11:12.461 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+gitd250ae7ce41
40642026-05-21T10:11:13.973ZMay 21 10:11:12.462 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+gitd250ae7ce41
40652026-05-21T10:11:13.973ZMay 21 10:11:12.462 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+gitd250ae7ce41
40662026-05-21T10:11:13.973ZMay 21 10:11:12.462 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+gitd250ae7ce41
40672026-05-21T10:11:13.973ZMay 21 10:11:12.463 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+gitd250ae7ce41
40682026-05-21T10:11:13.977ZMay 21 10:11:12.463 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+gitd250ae7ce41
40692026-05-21T10:11:13.977ZMay 21 10:11:12.463 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+gitd250ae7ce41
40702026-05-21T10:11:13.977ZMay 21 10:11:12.463 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+gitd250ae7ce41
40712026-05-21T10:11:13.977ZMay 21 10:11:12.464 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+gitd250ae7ce41
40722026-05-21T10:11:13.983Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40732026-05-21T10:11:13.986Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40742026-05-21T10:11:13.986Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40752026-05-21T10:11:13.986Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40762026-05-21T10:11:13.986Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40772026-05-21T10:11:13.986Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40782026-05-21T10:11:13.986Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40792026-05-21T10:11:13.986Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40802026-05-21T10:11:13.986Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40812026-05-21T10:11:13.986Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40822026-05-21T10:11:13.986Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40832026-05-21T10:11:13.986Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40842026-05-21T10:11:14.034Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40852026-05-21T10:11:14.038ZMay 21 10:11:12.528 INFO [stamp-probe] process exited with exit status: 0 (63.933103ms)
40862026-05-21T10:11:14.103ZMay 21 10:11:12.592 INFO [recovery-proto] task succeeded (132.01175ms)
40872026-05-21T10:11:14.106ZMay 21 10:11:12.592 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/.tmpaO6uCV/proto/recovery/root -N 'recovery d250ae7/${os_short_commit} 2026-05-21 09:55' -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/'
40882026-05-21T10:11:14.109Z[ recovery-image] May 21 10:11:12.599 INFO Checking files for board 'cosmo'
40892026-05-21T10:11:14.112Z[ recovery-image] May 21 10:11:12.599 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40902026-05-21T10:11:14.112Z[ recovery-image] May 21 10:11:12.599 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40912026-05-21T10:11:14.112Z[ recovery-image] May 21 10:11:12.599 INFO Checking files for board 'cosmo-mbist-noaggr'
40922026-05-21T10:11:14.112Z[ recovery-image] May 21 10:11:12.599 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40932026-05-21T10:11:14.112Z[ recovery-image] May 21 10:11:12.599 INFO Checking files for board 'gimlet'
40942026-05-21T10:11:14.112Z[ recovery-image] May 21 10:11:12.599 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40952026-05-21T10:11:14.112Z[ recovery-image] May 21 10:11:12.599 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40962026-05-21T10:11:14.112Z[ recovery-image] May 21 10:11:12.599 INFO Checking files for board 'cosmo-mbist'
40972026-05-21T10:11:14.112Z[ recovery-image] May 21 10:11:12.599 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40982026-05-21T10:11:14.120Z[ recovery-image] May 21 10:11:12.609 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaO6uCV/proto/recovery/root"
40992026-05-21T10:11:14.122Z[ recovery-image] May 21 10:11:12.609 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
41002026-05-21T10:11:14.122Z[ recovery-image] May 21 10:11:12.609 INFO image builder template: ramdisk-01-os...
41012026-05-21T10:11:14.122Z[ recovery-image] May 21 10:11:12.609 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/.tmpaO6uCV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41022026-05-21T10:11:14.136Z[ recovery-image] May 21 10:11:12.625 INFO O| May 21 10:11:12.625 INFO CREATE DATASET: rpool/images/build/recovery/output
41032026-05-21T10:11:14.417Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
41042026-05-21T10:11:14.458Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
41052026-05-21T10:11:14.483Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41062026-05-21T10:11:14.487ZMay 21 10:11:12.977 INFO [stamp-ntp] process exited with exit status: 0 (513.237565ms)
41072026-05-21T10:11:14.526Z[ recovery-image] May 21 10:11:13.015 INFO O| May 21 10:11:13.015 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41082026-05-21T10:11:14.529Z[ recovery-image] May 21 10:11:13.019 INFO O| May 21 10:11:13.019 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41092026-05-21T10:11:14.706Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41102026-05-21T10:11:14.710ZMay 21 10:11:13.200 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (737.465592ms)
41112026-05-21T10:11:14.758Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41122026-05-21T10:11:14.762ZMay 21 10:11:13.252 INFO [stamp-external-dns] process exited with exit status: 0 (791.325513ms)
41132026-05-21T10:11:14.814Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41142026-05-21T10:11:14.818ZMay 21 10:11:13.308 INFO [stamp-internal-dns] process exited with exit status: 0 (844.529363ms)
41152026-05-21T10:11:14.877Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41162026-05-21T10:11:14.880ZMay 21 10:11:13.370 INFO [stamp-crucible-zone] process exited with exit status: 0 (908.911537ms)
41172026-05-21T10:11:15.124Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41182026-05-21T10:11:15.128ZMay 21 10:11:13.617 INFO [stamp-oximeter] process exited with exit status: 0 (1.154722078s)
41192026-05-21T10:11:15.197Z[ recovery-image] May 21 10:11:13.687 INFO O| May 21 10:11:13.687 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41202026-05-21T10:11:15.427Z[ recovery-image] May 21 10:11:13.916 INFO O| May 21 10:11:13.916 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41212026-05-21T10:11:15.427Z[ recovery-image] May 21 10:11:13.917 INFO O| May 21 10:11:13.917 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41222026-05-21T10:11:15.432Z[ recovery-image] May 21 10:11:13.917 INFO O| May 21 10:11:13.917 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41232026-05-21T10:11:15.432Z[ recovery-image] May 21 10:11:13.917 INFO O| May 21 10:11:13.917 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41242026-05-21T10:11:15.434Z[ recovery-image] May 21 10:11:13.923 INFO O| May 21 10:11:13.923 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41252026-05-21T10:11:15.509Z[ host-image] May 21 10:11:13.999 INFO O| May 21 10:11:13.999 INFO O| Download: 6977/23748 items 47.4/221.9MB 21% complete (2.0M/s)
41262026-05-21T10:11:16.573Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41272026-05-21T10:11:16.576ZMay 21 10:11:15.066 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.604449341s)
41282026-05-21T10:11:17.474Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41292026-05-21T10:11:17.479ZMay 21 10:11:15.967 INFO [stamp-nexus] process exited with exit status: 0 (3.506665411s)
41302026-05-21T10:11:18.453Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41312026-05-21T10:11:18.457ZMay 21 10:11:16.946 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.484556667s)
41322026-05-21T10:11:18.912Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41332026-05-21T10:11:18.915Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41342026-05-21T10:11:18.917ZMay 21 10:11:17.405 INFO [stamp-clickhouse] process exited with exit status: 0 (4.941949649s)
41352026-05-21T10:11:18.917ZMay 21 10:11:17.407 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.944564011s)
41362026-05-21T10:11:18.917ZMay 21 10:11:17.407 INFO [tuf-stamp] task succeeded (4.947131154s)
41372026-05-21T10:11:18.930Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41382026-05-21T10:11:18.933Z[ recovery-image] May 21 10:11:17.423 INFO O| May 21 10:11:17.423 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41392026-05-21T10:11:18.940Z[ recovery-image] May 21 10:11:17.430 INFO O| May 21 10:11:17.430 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41402026-05-21T10:11:19.157Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41412026-05-21T10:11:19.182Z[verify-libraries] Compiling stacker v0.1.23
41422026-05-21T10:11:19.191Z[ recovery-image] May 21 10:11:17.681 INFO O| May 21 10:11:17.681 INFO O| Caching catalogs ... Done
41432026-05-21T10:11:19.206Z[verify-libraries] Compiling cfg_aliases v0.1.1
41442026-05-21T10:11:19.226Z[verify-libraries] Compiling home v0.5.12
41452026-05-21T10:11:19.246Z[verify-libraries] Compiling nibble_vec v0.1.0
41462026-05-21T10:11:19.246Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41472026-05-21T10:11:19.250Z[verify-libraries] Compiling endian-type v0.1.2
41482026-05-21T10:11:19.268Z[ recovery-image] May 21 10:11:17.758 INFO O| May 21 10:11:17.758 INFO STEP 0 (pkg_image_create) COMPLETE
41492026-05-21T10:11:19.268Z[ recovery-image] May 21 10:11:17.758 INFO O| May 21 10:11:17.758 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41502026-05-21T10:11:19.277Z[ recovery-image] May 21 10:11:17.766 INFO O| May 21 10:11:17.766 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"]
41512026-05-21T10:11:19.314Z[verify-libraries] Compiling nix v0.28.0
41522026-05-21T10:11:19.337Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41532026-05-21T10:11:19.357Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41542026-05-21T10:11:19.357Z[verify-libraries] Compiling winnow v0.6.26
41552026-05-21T10:11:19.360Z[verify-libraries] Compiling unicode_categories v0.1.1
41562026-05-21T10:11:19.420Z[verify-libraries] Compiling radix_trie v0.2.1
41572026-05-21T10:11:19.442Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41582026-05-21T10:11:19.513Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41592026-05-21T10:11:19.543Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41602026-05-21T10:11:19.570Z[verify-libraries] Compiling polyval v0.6.2
41612026-05-21T10:11:19.581Z[ recovery-image] May 21 10:11:18.070 INFO O| May 21 10:11:18.070 INFO STEP 1 (pkg_set_publisher) COMPLETE
41622026-05-21T10:11:19.581Z[ recovery-image] May 21 10:11:18.070 INFO O| May 21 10:11:18.070 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41632026-05-21T10:11:19.581Z[ recovery-image] May 21 10:11:18.070 INFO O| May 21 10:11:18.070 INFO skip step because feature "publisher_1_name" is not enabled
41642026-05-21T10:11:19.584Z[ recovery-image] May 21 10:11:18.070 INFO O| May 21 10:11:18.070 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-05-21T10:11:19.584Z[ recovery-image] May 21 10:11:18.070 INFO O| May 21 10:11:18.070 INFO skip step because feature "publisher_2_name" is not enabled
41662026-05-21T10:11:19.584Z[ recovery-image] May 21 10:11:18.070 INFO O| May 21 10:11:18.070 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41672026-05-21T10:11:19.584Z[ recovery-image] May 21 10:11:18.070 INFO O| May 21 10:11:18.070 INFO skip step because feature "publisher_3_name" is not enabled
41682026-05-21T10:11:19.584Z[ recovery-image] May 21 10:11:18.070 INFO O| May 21 10:11:18.070 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41692026-05-21T10:11:19.595Z[verify-libraries] Compiling ctr v0.9.2
41702026-05-21T10:11:19.621Z[verify-libraries] Compiling colored v2.2.0
41712026-05-21T10:11:19.621Z[verify-libraries] Compiling blowfish v0.9.1
41722026-05-21T10:11:19.624Z[verify-libraries] Compiling ssh-encoding v0.2.0
41732026-05-21T10:11:19.769Z[verify-libraries] Compiling ghash v0.5.1
41742026-05-21T10:11:19.873Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41752026-05-21T10:11:19.899Z[verify-libraries] Compiling aes-gcm v0.10.3
41762026-05-21T10:11:19.908Z[ recovery-image] May 21 10:11:18.397 INFO O| May 21 10:11:18.397 INFO variant opensolaris.zone is already global
41772026-05-21T10:11:19.908Z[ recovery-image] May 21 10:11:18.397 INFO O| May 21 10:11:18.397 INFO STEP 5 (pkg_change_variant) COMPLETE
41782026-05-21T10:11:19.908Z[ recovery-image] May 21 10:11:18.397 INFO O| May 21 10:11:18.397 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41792026-05-21T10:11:19.926Z[verify-libraries] Compiling password-hash v0.4.2
41802026-05-21T10:11:19.947Z[verify-libraries] Compiling petname v2.0.2
41812026-05-21T10:11:19.950Z[verify-libraries] Compiling psm v0.1.30
41822026-05-21T10:11:19.990Z[verify-libraries] Compiling p521 v0.13.3
41832026-05-21T10:11:19.990Z[verify-libraries] Compiling p256 v0.13.2
41842026-05-21T10:11:20.036Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41852026-05-21T10:11:20.036Z[verify-libraries] Compiling md5 v0.7.0
41862026-05-21T10:11:20.137Z[verify-libraries] Compiling ssh-cipher v0.2.0
41872026-05-21T10:11:20.171Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41882026-05-21T10:11:20.205Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41892026-05-21T10:11:20.233Z[ recovery-image] May 21 10:11:18.722 INFO O| May 21 10:11:18.722 INFO variant opensolaris.imagetype is full; changing to partial
41902026-05-21T10:11:20.233Z[ recovery-image] May 21 10:11:18.722 INFO O| May 21 10:11:18.722 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41912026-05-21T10:11:20.304Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41922026-05-21T10:11:20.333Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41932026-05-21T10:11:20.336Z[verify-libraries] Compiling pbkdf2 v0.11.0
41942026-05-21T10:11:20.391Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41952026-05-21T10:11:20.437Z[verify-libraries] Compiling ssh-key v0.6.7
41962026-05-21T10:11:20.510Z[ host-image] May 21 10:11:18.999 INFO O| May 21 10:11:18.999 INFO O| Download: 8391/23748 items 61.6/221.9MB 27% complete (1.9M/s)
41972026-05-21T10:11:20.541Z[verify-libraries] Compiling num-bigint v0.4.6
41982026-05-21T10:11:20.545Z[verify-libraries] Compiling des v0.8.1
41992026-05-21T10:11:20.563Z[verify-libraries] Compiling sapling-renderdag v0.1.0
42002026-05-21T10:11:20.642Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42012026-05-21T10:11:20.689Z[verify-libraries] Compiling hex-literal v0.4.1
42022026-05-21T10:11:20.724Z[ recovery-image] May 21 10:11:19.213 INFO O| May 21 10:11:19.213 INFO O| Startup: Refreshing catalog 'helios' ... Done
42032026-05-21T10:11:20.791Z[ recovery-image] May 21 10:11:19.280 INFO O| May 21 10:11:19.280 INFO O| Startup: Caching catalogs ... Done
42042026-05-21T10:11:20.796Z[ recovery-image] May 21 10:11:19.285 INFO O| May 21 10:11:19.285 INFO O| Planning: Planning completed in 0.00 seconds
42052026-05-21T10:11:20.798Z[ recovery-image] May 21 10:11:19.285 INFO O| May 21 10:11:19.285 INFO O| Planning: Consolidating action changes ... Done
42062026-05-21T10:11:20.798Z[ recovery-image] May 21 10:11:19.285 INFO O| May 21 10:11:19.285 INFO O| Planning: Evaluating mediators ... Done
42072026-05-21T10:11:20.798Z[ recovery-image] May 21 10:11:19.286 INFO O| May 21 10:11:19.286 INFO O| Planning: Planning completed in 0.00 seconds
42082026-05-21T10:11:20.798Z[ recovery-image] May 21 10:11:19.286 INFO O| May 21 10:11:19.286 INFO O| Variants/Facets to change: 1
42092026-05-21T10:11:20.806Z[ recovery-image] May 21 10:11:19.296 INFO O| May 21 10:11:19.296 INFO O| Finalize: Updating package state database ... Done
42102026-05-21T10:11:20.806Z[ recovery-image] May 21 10:11:19.296 INFO O| May 21 10:11:19.296 INFO O| Finalize: Updating package cache ... Done
42112026-05-21T10:11:20.839Z[ recovery-image] May 21 10:11:19.328 INFO O| May 21 10:11:19.328 INFO O| Finalize: Updating image state ... Done
42122026-05-21T10:11:20.842Z[ recovery-image] May 21 10:11:19.331 INFO O| May 21 10:11:19.331 INFO O| Finalize: Creating fast lookup database ... Done
42132026-05-21T10:11:20.845Z[ recovery-image] May 21 10:11:19.332 INFO O| May 21 10:11:19.332 INFO O| Finalize: Reading search index ... Done
42142026-05-21T10:11:20.845Z[ recovery-image] May 21 10:11:19.332 INFO O| May 21 10:11:19.332 INFO O| Finalize: Updating search index ... Done
42152026-05-21T10:11:20.845Z[ recovery-image] May 21 10:11:19.333 INFO O| May 21 10:11:19.333 INFO O| Finalize: Updating package cache ... Done
42162026-05-21T10:11:20.909Z[verify-libraries] Compiling rustyline v14.0.0
42172026-05-21T10:11:20.934Z[verify-libraries] Compiling sqlformat v0.3.5
42182026-05-21T10:11:20.939Z[ recovery-image] May 21 10:11:19.429 INFO O| May 21 10:11:19.429 INFO STEP 6 (pkg_change_variant) COMPLETE
42192026-05-21T10:11:20.939Z[ recovery-image] May 21 10:11:19.429 INFO O| May 21 10:11:19.429 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42202026-05-21T10:11:20.942Z[ recovery-image] May 21 10:11:19.429 INFO O| May 21 10:11:19.429 INFO skip step because feature "debug_variant" is not enabled
42212026-05-21T10:11:20.945Z[ recovery-image] May 21 10:11:19.429 INFO O| May 21 10:11:19.429 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42222026-05-21T10:11:20.959Z[verify-libraries] Compiling sync-ptr v0.1.4
42232026-05-21T10:11:21.075Z[verify-libraries] Compiling recursive v0.1.1
42242026-05-21T10:11:21.103Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42252026-05-21T10:11:21.125Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42262026-05-21T10:11:21.169Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42272026-05-21T10:11:21.205Z[verify-libraries] Compiling sqlparser v0.61.0
42282026-05-21T10:11:21.258Z[verify-libraries] Compiling socket2 v0.5.10
42292026-05-21T10:11:21.268Z[ recovery-image] May 21 10:11:19.757 INFO O| May 21 10:11:19.757 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42302026-05-21T10:11:21.302Z[verify-libraries] Compiling internet-checksum v0.2.1
42312026-05-21T10:11:21.485Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42322026-05-21T10:11:21.516Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42332026-05-21T10:11:21.760Z[verify-libraries] Compiling russh-keys v0.45.0
42342026-05-21T10:11:21.795Z[verify-libraries] Compiling git-stub v1.0.0
42352026-05-21T10:11:21.853Z[ recovery-image] May 21 10:11:20.342 INFO O| May 21 10:11:20.342 INFO O| Startup: Refreshing catalog 'helios' ... Done
42362026-05-21T10:11:21.921Z[ recovery-image] May 21 10:11:20.410 INFO O| May 21 10:11:20.410 INFO O| Startup: Caching catalogs ... Done
42372026-05-21T10:11:21.926Z[ recovery-image] May 21 10:11:20.415 INFO O| May 21 10:11:20.415 INFO O| Planning: Planning completed in 0.00 seconds
42382026-05-21T10:11:21.929Z[ recovery-image] May 21 10:11:20.415 INFO O| May 21 10:11:20.415 INFO O| Planning: Consolidating action changes ... Done
42392026-05-21T10:11:21.929Z[ recovery-image] May 21 10:11:20.415 INFO O| May 21 10:11:20.415 INFO O| Planning: Evaluating mediators ... Done
42402026-05-21T10:11:21.929Z[ recovery-image] May 21 10:11:20.416 INFO O| May 21 10:11:20.416 INFO O| Planning: Planning completed in 0.00 seconds
42412026-05-21T10:11:21.929Z[ recovery-image] May 21 10:11:20.416 INFO O| May 21 10:11:20.416 INFO O| Variants/Facets to change: 1
42422026-05-21T10:11:21.947Z[ recovery-image] May 21 10:11:20.437 INFO O| May 21 10:11:20.436 INFO O| Finalize: Updating package state database ... Done
42432026-05-21T10:11:21.947Z[ recovery-image] May 21 10:11:20.437 INFO O| May 21 10:11:20.437 INFO O| Finalize: Updating package cache ... Done
42442026-05-21T10:11:21.969Z[ recovery-image] May 21 10:11:20.459 INFO O| May 21 10:11:20.459 INFO O| Finalize: Updating image state ... Done
42452026-05-21T10:11:21.973Z[ recovery-image] May 21 10:11:20.462 INFO O| May 21 10:11:20.462 INFO O| Finalize: Creating fast lookup database ... Done
42462026-05-21T10:11:21.975Z[ recovery-image] May 21 10:11:20.463 INFO O| May 21 10:11:20.463 INFO O| Finalize: Reading search index ... Done
42472026-05-21T10:11:21.975Z[ recovery-image] May 21 10:11:20.463 INFO O| May 21 10:11:20.463 INFO O| Finalize: Updating search index ... Done
42482026-05-21T10:11:21.975Z[ recovery-image] May 21 10:11:20.464 INFO O| May 21 10:11:20.464 INFO O| Finalize: Updating package cache ... Done
42492026-05-21T10:11:22.108Z[ recovery-image] May 21 10:11:20.597 INFO O| May 21 10:11:20.597 INFO STEP 8 (pkg_change_facet) COMPLETE
42502026-05-21T10:11:22.108Z[ recovery-image] May 21 10:11:20.597 INFO O| May 21 10:11:20.597 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42512026-05-21T10:11:22.194Z[verify-libraries] Compiling yansi v1.0.1
42522026-05-21T10:11:22.237Z[verify-libraries] Compiling diff v0.1.13
42532026-05-21T10:11:22.422Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42542026-05-21T10:11:22.533Z[ recovery-image] May 21 10:11:21.021 INFO O| May 21 10:11:21.021 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42552026-05-21T10:11:22.717Z[verify-libraries] Compiling pretty_assertions v1.4.1
42562026-05-21T10:11:22.905Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42572026-05-21T10:11:23.207Z[verify-libraries] Compiling russh v0.45.0
42582026-05-21T10:11:23.293Z[ recovery-image] May 21 10:11:21.782 INFO O| May 21 10:11:21.781 INFO O| Startup: Refreshing catalog 'helios' ... Done
42592026-05-21T10:11:23.327Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42602026-05-21T10:11:23.362Z[ recovery-image] May 21 10:11:21.851 INFO O| May 21 10:11:21.851 INFO O| Startup: Caching catalogs ... Done
42612026-05-21T10:11:23.367Z[ recovery-image] May 21 10:11:21.856 INFO O| May 21 10:11:21.856 INFO O| Planning: Planning completed in 0.00 seconds
42622026-05-21T10:11:23.371Z[ recovery-image] May 21 10:11:21.857 INFO O| May 21 10:11:21.857 INFO O| Planning: Consolidating action changes ... Done
42632026-05-21T10:11:23.371Z[ recovery-image] May 21 10:11:21.857 INFO O| May 21 10:11:21.857 INFO O| Planning: Evaluating mediators ... Done
42642026-05-21T10:11:23.371Z[ recovery-image] May 21 10:11:21.857 INFO O| May 21 10:11:21.857 INFO O| Planning: Planning completed in 0.00 seconds
42652026-05-21T10:11:23.371Z[ recovery-image] May 21 10:11:21.857 INFO O| May 21 10:11:21.857 INFO O| Variants/Facets to change: 1
42662026-05-21T10:11:23.379Z[ recovery-image] May 21 10:11:21.869 INFO O| May 21 10:11:21.869 INFO O| Finalize: Updating package state database ... Done
42672026-05-21T10:11:23.379Z[ recovery-image] May 21 10:11:21.869 INFO O| May 21 10:11:21.869 INFO O| Finalize: Updating package cache ... Done
42682026-05-21T10:11:23.390Z[ recovery-image] May 21 10:11:21.880 INFO O| May 21 10:11:21.880 INFO O| Finalize: Updating image state ... Done
42692026-05-21T10:11:23.393Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42702026-05-21T10:11:23.393Z[ recovery-image] May 21 10:11:21.882 INFO O| May 21 10:11:21.882 INFO O| Finalize: Creating fast lookup database ... Done
42712026-05-21T10:11:23.393Z[ recovery-image] May 21 10:11:21.883 INFO O| May 21 10:11:21.883 INFO O| Finalize: Reading search index ... Done
42722026-05-21T10:11:23.393Z[ recovery-image] May 21 10:11:21.883 INFO O| May 21 10:11:21.883 INFO O| Finalize: Updating search index ... Done
42732026-05-21T10:11:23.397Z[ recovery-image] May 21 10:11:21.884 INFO O| May 21 10:11:21.884 INFO O| Finalize: Updating package cache ... Done
42742026-05-21T10:11:23.513Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42752026-05-21T10:11:23.586Z[ recovery-image] May 21 10:11:22.075 INFO O| May 21 10:11:22.075 INFO STEP 9 (pkg_change_facet) COMPLETE
42762026-05-21T10:11:23.586Z[ recovery-image] May 21 10:11:22.075 INFO O| May 21 10:11:22.075 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42772026-05-21T10:11:23.671Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42782026-05-21T10:11:23.725Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42792026-05-21T10:11:23.844Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42802026-05-21T10:11:23.875Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42812026-05-21T10:11:23.919Z[ recovery-image] May 21 10:11:22.405 INFO O| May 21 10:11:22.405 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42822026-05-21T10:11:23.943Z[verify-libraries] Compiling drift v0.1.4
42832026-05-21T10:11:24.204Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42842026-05-21T10:11:24.230Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42852026-05-21T10:11:24.262Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42862026-05-21T10:11:24.337Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42872026-05-21T10:11:24.481Z[ recovery-image] May 21 10:11:22.970 INFO O| May 21 10:11:22.970 INFO O| Startup: Refreshing catalog 'helios' ... Done
42882026-05-21T10:11:24.615Z[ recovery-image] May 21 10:11:23.104 INFO O| May 21 10:11:23.104 INFO O| Startup: Caching catalogs ... Done
42892026-05-21T10:11:24.619Z[ recovery-image] May 21 10:11:23.109 INFO O| May 21 10:11:23.109 INFO O| Planning: Planning completed in 0.00 seconds
42902026-05-21T10:11:24.622Z[ recovery-image] May 21 10:11:23.109 INFO O| May 21 10:11:23.109 INFO O| Planning: Consolidating action changes ... Done
42912026-05-21T10:11:24.622Z[ recovery-image] May 21 10:11:23.109 INFO O| May 21 10:11:23.109 INFO O| Planning: Evaluating mediators ... Done
42922026-05-21T10:11:24.622Z[ recovery-image] May 21 10:11:23.110 INFO O| May 21 10:11:23.110 INFO O| Planning: Planning completed in 0.00 seconds
42932026-05-21T10:11:24.622Z[ recovery-image] May 21 10:11:23.110 INFO O| May 21 10:11:23.110 INFO O| Variants/Facets to change: 1
42942026-05-21T10:11:24.632Z[ recovery-image] May 21 10:11:23.122 INFO O| May 21 10:11:23.122 INFO O| Finalize: Updating package state database ... Done
42952026-05-21T10:11:24.632Z[ recovery-image] May 21 10:11:23.122 INFO O| May 21 10:11:23.122 INFO O| Finalize: Updating package cache ... Done
42962026-05-21T10:11:24.656Z[ recovery-image] May 21 10:11:23.146 INFO O| May 21 10:11:23.145 INFO O| Finalize: Updating image state ... Done
42972026-05-21T10:11:24.660Z[ recovery-image] May 21 10:11:23.150 INFO O| May 21 10:11:23.150 INFO O| Finalize: Creating fast lookup database ... Done
42982026-05-21T10:11:24.663Z[ recovery-image] May 21 10:11:23.150 INFO O| May 21 10:11:23.150 INFO O| Finalize: Reading search index ... Done
42992026-05-21T10:11:24.663Z[ recovery-image] May 21 10:11:23.150 INFO O| May 21 10:11:23.150 INFO O| Finalize: Updating search index ... Done
43002026-05-21T10:11:24.663Z[ recovery-image] May 21 10:11:23.152 INFO O| May 21 10:11:23.152 INFO O| Finalize: Updating package cache ... Done
43012026-05-21T10:11:24.699Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43022026-05-21T10:11:24.780Z[ recovery-image] May 21 10:11:23.269 INFO O| May 21 10:11:23.269 INFO STEP 10 (pkg_change_facet) COMPLETE
43032026-05-21T10:11:24.780Z[ recovery-image] May 21 10:11:23.269 INFO O| May 21 10:11:23.269 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43042026-05-21T10:11:24.790Z[ recovery-image] May 21 10:11:23.279 INFO O| May 21 10:11:23.279 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"]
43052026-05-21T10:11:24.828Z[verify-libraries] Compiling dropshot-api-manager v0.7.1
43062026-05-21T10:11:24.962Z[verify-libraries] Compiling termios v0.3.3
43072026-05-21T10:11:25.213Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43082026-05-21T10:11:25.510Z[ host-image] May 21 10:11:23.999 INFO O| May 21 10:11:23.999 INFO O| Download: 9125/23748 items 78.9/221.9MB 35% complete (3.1M/s)
43092026-05-21T10:11:25.531Z[ recovery-image] May 21 10:11:24.020 INFO O| May 21 10:11:24.020 INFO O| Startup: Refreshing catalog 'helios' ... Done
43102026-05-21T10:11:25.590Z[ recovery-image] May 21 10:11:24.080 INFO O| May 21 10:11:24.079 INFO O| Startup: Caching catalogs ... Done
43112026-05-21T10:11:25.780Z[ recovery-image] May 21 10:11:24.269 INFO O| May 21 10:11:24.269 INFO O| Planning: Solver setup ... Done
43122026-05-21T10:11:25.787Z[ recovery-image] May 21 10:11:24.276 INFO O| May 21 10:11:24.276 INFO O| Planning: Running solver ... Done
43132026-05-21T10:11:25.794Z[ recovery-image] May 21 10:11:24.283 INFO O| May 21 10:11:24.283 INFO O| Planning: Finding local manifests ... Done
43142026-05-21T10:11:25.854Z[ recovery-image] May 21 10:11:24.343 INFO O| May 21 10:11:24.343 INFO O| Planning: Fetching manifests: 0/127 0% complete
43152026-05-21T10:11:26.168Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43162026-05-21T10:11:26.260Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43172026-05-21T10:11:26.541Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43182026-05-21T10:11:28.005Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43192026-05-21T10:11:30.159Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43202026-05-21T10:11:30.302Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43212026-05-21T10:11:30.533Z[ host-image] May 21 10:11:29.022 INFO O| May 21 10:11:29.022 INFO O| Download: 10660/23748 items 92.9/221.9MB 41% complete (3.1M/s)
43222026-05-21T10:11:30.876Z[ recovery-image] May 21 10:11:29.365 INFO O| May 21 10:11:29.364 INFO O| Planning: Fetching manifests: 120/127 94% complete
43232026-05-21T10:11:31.096Z[ recovery-image] May 21 10:11:29.585 INFO O| May 21 10:11:29.584 INFO O| Planning: Fetching manifests: 127/127 100% complete
43242026-05-21T10:11:31.547Z[ recovery-image] May 21 10:11:30.036 INFO O| May 21 10:11:30.036 INFO O| Planning: Package planning ... Done
43252026-05-21T10:11:31.698Z[ recovery-image] May 21 10:11:30.187 INFO O| May 21 10:11:30.187 INFO O| Planning: Merging actions ... Done
43262026-05-21T10:11:31.839Z[ recovery-image] May 21 10:11:30.328 INFO O| May 21 10:11:30.328 INFO O| Planning: Checking for conflicting actions ... Done
43272026-05-21T10:11:31.892Z[ recovery-image] May 21 10:11:30.381 INFO O| May 21 10:11:30.381 INFO O| Planning: Consolidating action changes ... Done
43282026-05-21T10:11:32.036Z[ recovery-image] May 21 10:11:30.526 INFO O| May 21 10:11:30.525 INFO O| Planning: Evaluating mediators ... Done
43292026-05-21T10:11:32.338Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43302026-05-21T10:11:32.639Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
43312026-05-21T10:11:33.097Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43322026-05-21T10:11:33.659Z[ recovery-image] May 21 10:11:32.148 INFO O| May 21 10:11:32.148 INFO O| Planning: Planning completed in 8.06 seconds
43332026-05-21T10:11:33.663Z[ recovery-image] May 21 10:11:32.150 INFO O| May 21 10:11:32.150 INFO O| Packages to install: 127
43342026-05-21T10:11:33.663Z[ recovery-image] May 21 10:11:32.150 INFO O| May 21 10:11:32.150 INFO O| Mediators to change: 5
43352026-05-21T10:11:33.663Z[ recovery-image] May 21 10:11:32.150 INFO O| May 21 10:11:32.150 INFO O| Services to change: 5
43362026-05-21T10:11:33.686Z[ recovery-image] May 21 10:11:32.175 INFO O| May 21 10:11:32.175 INFO O| Download: 0/16556 items 0.0/199.1MB 0% complete
43372026-05-21T10:11:35.666Z[ host-image] May 21 10:11:34.154 INFO O| May 21 10:11:34.154 INFO O| Download: 11918/23748 items 101.4/221.9MB 45% complete (2.3M/s)
43382026-05-21T10:11:36.454Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
43392026-05-21T10:11:39.015Z[ recovery-image] May 21 10:11:37.504 INFO O| May 21 10:11:37.504 INFO O| Download: 1111/16556 items 9.3/199.1MB 4% complete (1.9M/s)
43402026-05-21T10:11:39.668Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43412026-05-21T10:11:40.224Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43422026-05-21T10:11:40.543Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43432026-05-21T10:11:40.665Z[ host-image] May 21 10:11:39.154 INFO O| May 21 10:11:39.154 INFO O| Download: 12282/23748 items 105.5/221.9MB 47% complete (1.2M/s)
43442026-05-21T10:11:42.095Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43452026-05-21T10:11:42.285Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43462026-05-21T10:11:42.895Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43472026-05-21T10:11:43.326Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
43482026-05-21T10:11:43.453Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43492026-05-21T10:11:44.418Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43502026-05-21T10:11:44.614Z[ recovery-image] May 21 10:11:43.103 INFO O| May 21 10:11:43.103 INFO O| Download: 1531/16556 items 21.3/199.1MB 10% complete (2.2M/s)
43512026-05-21T10:11:45.715Z[ host-image] May 21 10:11:44.204 INFO O| May 21 10:11:44.203 INFO O| Download: 13042/23748 items 118.9/221.9MB 53% complete (1.8M/s)
43522026-05-21T10:11:45.747Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43532026-05-21T10:11:45.931Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43542026-05-21T10:11:45.976Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43552026-05-21T10:11:46.739Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43562026-05-21T10:11:47.303Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43572026-05-21T10:11:48.172Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43582026-05-21T10:11:48.340Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43592026-05-21T10:11:48.774Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43602026-05-21T10:11:49.614Z[ recovery-image] May 21 10:11:48.103 INFO O| May 21 10:11:48.103 INFO O| Download: 2655/16556 items 31.1/199.1MB 15% complete (2.3M/s)
43612026-05-21T10:11:49.979Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43622026-05-21T10:11:51.189Z[ host-image] May 21 10:11:49.678 INFO O| May 21 10:11:49.678 INFO O| Download: 14075/23748 items 119.4/221.9MB 53% complete (1.6M/s)
43632026-05-21T10:11:52.839Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43642026-05-21T10:11:54.303Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43652026-05-21T10:11:54.618Z[ recovery-image] May 21 10:11:53.107 INFO O| May 21 10:11:53.107 INFO O| Download: 3873/16556 items 39.1/199.1MB 19% complete (1.8M/s)
43662026-05-21T10:11:54.636Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43672026-05-21T10:11:55.477Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43682026-05-21T10:11:56.059Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43692026-05-21T10:11:56.767Z[ host-image] May 21 10:11:55.255 INFO O| May 21 10:11:55.255 INFO O| Download: 15175/23748 items 121.2/221.9MB 54% complete (213k/s)
43702026-05-21T10:11:57.481Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43712026-05-21T10:11:57.952Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43722026-05-21T10:11:58.110Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43732026-05-21T10:11:59.619Z[ recovery-image] May 21 10:11:58.108 INFO O| May 21 10:11:58.107 INFO O| Download: 4398/16556 items 43.3/199.1MB 21% complete (1.2M/s)
43742026-05-21T10:12:00.658Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43752026-05-21T10:12:01.771Z[ host-image] May 21 10:12:00.260 INFO O| May 21 10:12:00.259 INFO O| Download: 16132/23748 items 131.0/221.9MB 59% complete (1.1M/s)
43762026-05-21T10:12:04.636Z[ recovery-image] May 21 10:12:03.125 INFO O| May 21 10:12:03.125 INFO O| Download: 5593/16556 items 44.0/199.1MB 22% complete (506k/s)
43772026-05-21T10:12:04.753Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43782026-05-21T10:12:05.214Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43792026-05-21T10:12:05.343Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43802026-05-21T10:12:06.771Z[ host-image] May 21 10:12:05.260 INFO O| May 21 10:12:05.260 INFO O| Download: 16528/23748 items 135.8/221.9MB 61% complete (1.5M/s)
43812026-05-21T10:12:08.060Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43822026-05-21T10:12:08.370Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43832026-05-21T10:12:08.661Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43842026-05-21T10:12:09.791Z[ recovery-image] May 21 10:12:08.280 INFO O| May 21 10:12:08.279 INFO O| Download: 6360/16556 items 56.3/199.1MB 28% complete (1.3M/s)
43852026-05-21T10:12:09.916Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43862026-05-21T10:12:10.457Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43872026-05-21T10:12:11.791Z[ host-image] May 21 10:12:10.280 INFO O| May 21 10:12:10.280 INFO O| Download: 17792/23748 items 145.2/221.9MB 65% complete (1.3M/s)
43882026-05-21T10:12:12.011Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43892026-05-21T10:12:13.598Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43902026-05-21T10:12:14.729Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43912026-05-21T10:12:14.810Z[ recovery-image] May 21 10:12:13.298 INFO O| May 21 10:12:13.298 INFO O| Download: 6835/16556 items 72.1/199.1MB 36% complete (2.8M/s)
43922026-05-21T10:12:16.793Z[ host-image] May 21 10:12:15.281 INFO O| May 21 10:12:15.281 INFO O| Download: 18773/23748 items 172.0/221.9MB 77% complete (3.6M/s)
43932026-05-21T10:12:17.716Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43942026-05-21T10:12:18.415Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43952026-05-21T10:12:19.816Z[ recovery-image] May 21 10:12:18.304 INFO O| May 21 10:12:18.304 INFO O| Download: 8048/16556 items 83.0/199.1MB 41% complete (2.6M/s)
43962026-05-21T10:12:21.801Z[ host-image] May 21 10:12:20.290 INFO O| May 21 10:12:20.289 INFO O| Download: 20288/23748 items 177.6/221.9MB 80% complete (3.3M/s)
43972026-05-21T10:12:24.103Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43982026-05-21T10:12:24.932Z[ recovery-image] May 21 10:12:23.421 INFO O| May 21 10:12:23.421 INFO O| Download: 8203/16556 items 83.2/199.1MB 41% complete (1.2M/s)
43992026-05-21T10:12:25.842Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44002026-05-21T10:12:27.185Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44012026-05-21T10:12:27.436Z[ host-image] May 21 10:12:25.925 INFO O| May 21 10:12:25.925 INFO O| Download: 21428/23748 items 182.9/221.9MB 82% complete (1.1M/s)
44022026-05-21T10:12:29.934Z[ recovery-image] May 21 10:12:28.423 INFO O| May 21 10:12:28.423 INFO O| Download: 9144/16556 items 89.9/199.1MB 45% complete (688k/s)
44032026-05-21T10:12:32.450Z[ host-image] May 21 10:12:30.939 INFO O| May 21 10:12:30.939 INFO O| Download: 22181/23748 items 190.9/221.9MB 86% complete (1.2M/s)
44042026-05-21T10:12:32.643Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44052026-05-21T10:12:33.670Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44062026-05-21T10:12:34.937Z[ recovery-image] May 21 10:12:33.426 INFO O| May 21 10:12:33.425 INFO O| Download: 9544/16556 items 102.7/199.1MB 51% complete (1.9M/s)
44072026-05-21T10:12:38.202Z[ host-image] May 21 10:12:36.691 INFO O| May 21 10:12:36.691 INFO O| Download: 22893/23748 items 214.7/221.9MB 96% complete (3.2M/s)
44082026-05-21T10:12:40.001Z[ recovery-image] May 21 10:12:38.490 INFO O| May 21 10:12:38.490 INFO O| Download: 10915/16556 items 103.4/199.1MB 51% complete (1.4M/s)
44092026-05-21T10:12:40.005Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44102026-05-21T10:12:42.841Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44112026-05-21T10:12:43.206Z[ host-image] May 21 10:12:41.695 INFO O| May 21 10:12:41.695 INFO O| Download: 23710/23748 items 221.8/221.9MB 99% complete (2.4M/s)
44122026-05-21T10:12:43.895Z[ host-image] May 21 10:12:42.384 INFO O| May 21 10:12:42.384 INFO O| Download: Completed 221.87 MB in 108.70 seconds (2.0M/s)
44132026-05-21T10:12:44.366Z[ host-image] May 21 10:12:42.855 INFO O| May 21 10:12:42.855 INFO O| Actions: 1/53907 actions (Installing new actions)
44142026-05-21T10:12:44.814Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44152026-05-21T10:12:45.010Z[ recovery-image] May 21 10:12:43.499 INFO O| May 21 10:12:43.499 INFO O| Download: 11706/16556 items 114.8/199.1MB 57% complete (1.1M/s)
44162026-05-21T10:12:45.875Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44172026-05-21T10:12:47.873Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44182026-05-21T10:12:47.914Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44192026-05-21T10:12:48.333Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44202026-05-21T10:12:49.366Z[ host-image] May 21 10:12:47.855 INFO O| May 21 10:12:47.855 INFO O| Actions: 26737/53907 actions (Installing new actions)
44212026-05-21T10:12:50.013Z[ recovery-image] May 21 10:12:48.502 INFO O| May 21 10:12:48.502 INFO O| Download: 12592/16556 items 150.7/199.1MB 75% complete (4.7M/s)
44222026-05-21T10:12:51.480Z[ host-image] May 21 10:12:49.969 INFO O| May 21 10:12:49.969 INFO O| Actions: Completed 53907 actions in 7.11 seconds.
44232026-05-21T10:12:51.537Z[ host-image] May 21 10:12:50.026 INFO O| May 21 10:12:50.026 INFO O| Finalize: Updating package state database ... Done
44242026-05-21T10:12:51.537Z[ host-image] May 21 10:12:50.026 INFO O| May 21 10:12:50.026 INFO O| Finalize: Updating package cache ... Done
44252026-05-21T10:12:51.560Z[ host-image] May 21 10:12:50.049 INFO O| May 21 10:12:50.049 INFO O| Finalize: Updating image state ... Done
44262026-05-21T10:12:52.523Z[ host-image] May 21 10:12:51.012 INFO O| May 21 10:12:51.012 INFO O| Finalize: Creating fast lookup database ... Done
44272026-05-21T10:12:52.550Z[ host-image] May 21 10:12:51.040 INFO O| May 21 10:12:51.040 INFO O| Finalize: Reading search index ... Done
44282026-05-21T10:12:55.006Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44292026-05-21T10:12:55.023Z[ recovery-image] May 21 10:12:53.513 INFO O| May 21 10:12:53.512 INFO O| Download: 14193/16556 items 157.3/199.1MB 79% complete (4.3M/s)
44302026-05-21T10:12:55.330Z[ host-image] May 21 10:12:53.819 INFO O| May 21 10:12:53.819 INFO O| Finalize: Building new search index ... Done
44312026-05-21T10:12:55.767Z[ host-image] May 21 10:12:54.256 INFO O| May 21 10:12:54.256 INFO O| Finalize: Updating package cache ... Done
44322026-05-21T10:12:55.913Z[ host-image] May 21 10:12:54.402 INFO O| May 21 10:12:54.402 INFO STEP 11 (pkg_install) COMPLETE
44332026-05-21T10:12:55.913Z[ host-image] May 21 10:12:54.402 INFO O| May 21 10:12:54.402 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44342026-05-21T10:12:55.923Z[ host-image] May 21 10:12:54.412 INFO O| May 21 10:12:54.412 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"]
44352026-05-21T10:12:56.016Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44362026-05-21T10:12:56.750Z[ host-image] May 21 10:12:55.239 INFO O| May 21 10:12:55.239 INFO O| Startup: Refreshing catalog 'helios' ... Done
44372026-05-21T10:12:56.821Z[ host-image] May 21 10:12:55.310 INFO O| May 21 10:12:55.310 INFO O| Startup: Caching catalogs ... Done
44382026-05-21T10:12:56.955Z[ host-image] May 21 10:12:55.444 INFO O| May 21 10:12:55.444 INFO O| Planning: Solver setup ... Done
44392026-05-21T10:12:56.980Z[ host-image] May 21 10:12:55.469 INFO O| May 21 10:12:55.469 INFO O| Planning: Running solver ... Done
44402026-05-21T10:12:56.992Z[ host-image] May 21 10:12:55.481 INFO O| May 21 10:12:55.481 INFO O| Planning: Finding local manifests ... Done
44412026-05-21T10:12:57.086Z[ host-image] May 21 10:12:55.575 INFO O| May 21 10:12:55.575 INFO O| Planning: Fetching manifests: 0/6 0% complete
44422026-05-21T10:12:57.283Z[ host-image] May 21 10:12:55.771 INFO O| May 21 10:12:55.771 INFO O| Planning: Fetching manifests: 6/6 100% complete
44432026-05-21T10:12:57.303Z[ host-image] May 21 10:12:55.791 INFO O| May 21 10:12:55.791 INFO O| Planning: Package planning ... Done
44442026-05-21T10:12:57.309Z[ host-image] May 21 10:12:55.793 INFO O| May 21 10:12:55.793 INFO O| Planning: Merging actions ... Done
44452026-05-21T10:12:57.401Z[ host-image] May 21 10:12:55.890 INFO O| May 21 10:12:55.890 INFO O| Planning: Checking for conflicting actions ... Done
44462026-05-21T10:12:57.407Z[ host-image] May 21 10:12:55.891 INFO O| May 21 10:12:55.891 INFO O| Planning: Consolidating action changes ... Done
44472026-05-21T10:12:57.546Z[ host-image] May 21 10:12:56.026 INFO O| May 21 10:12:56.026 INFO O| Planning: Evaluating mediators ... Done
44482026-05-21T10:12:57.552Z[ host-image] May 21 10:12:56.028 INFO O| May 21 10:12:56.028 INFO O| Planning: Planning completed in 0.71 seconds
44492026-05-21T10:12:57.553Z[ host-image] May 21 10:12:56.028 INFO O| May 21 10:12:56.028 INFO O| Packages to install: 6
44502026-05-21T10:12:57.553Z[ host-image] May 21 10:12:56.028 INFO O| May 21 10:12:56.028 INFO O| Services to change: 2
44512026-05-21T10:12:57.565Z[ host-image] May 21 10:12:56.038 INFO O| May 21 10:12:56.038 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44522026-05-21T10:12:57.834Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44532026-05-21T10:12:59.378Z[ host-image] May 21 10:12:57.863 INFO O| May 21 10:12:57.863 INFO O| Download: Completed 1.75 MB in 1.82 seconds (979k/s)
44542026-05-21T10:12:59.397Z[ host-image] May 21 10:12:57.886 INFO O| May 21 10:12:57.886 INFO O| Actions: 1/390 actions (Installing new actions)
44552026-05-21T10:12:59.547Z[ host-image] May 21 10:12:58.033 INFO O| May 21 10:12:58.033 INFO O| Actions: Completed 390 actions in 0.15 seconds.
44562026-05-21T10:12:59.554Z[ host-image] May 21 10:12:58.039 INFO O| May 21 10:12:58.039 INFO O| Finalize: Updating package state database ... Done
44572026-05-21T10:12:59.554Z[ host-image] May 21 10:12:58.039 INFO O| May 21 10:12:58.039 INFO O| Finalize: Updating package cache ... Done
44582026-05-21T10:12:59.567Z[ host-image] May 21 10:12:58.056 INFO O| May 21 10:12:58.056 INFO O| Finalize: Updating image state ... Done
44592026-05-21T10:13:00.132Z[ recovery-image] May 21 10:12:58.620 INFO O| May 21 10:12:58.620 INFO O| Download: 15364/16556 items 167.2/199.1MB 83% complete (1.6M/s)
44602026-05-21T10:13:00.446Z[ host-image] May 21 10:12:58.935 INFO O| May 21 10:12:58.935 INFO O| Finalize: Creating fast lookup database ... Done
44612026-05-21T10:13:00.473Z[ host-image] May 21 10:12:58.962 INFO O| May 21 10:12:58.962 INFO O| Finalize: Reading search index ... Done
44622026-05-21T10:13:00.473Z[ host-image] May 21 10:12:58.962 INFO O| May 21 10:12:58.962 INFO O| Finalize: Updating search index ... Done
44632026-05-21T10:13:00.489Z[ host-image] May 21 10:12:58.977 INFO O| May 21 10:12:58.977 INFO O| Finalize: Updating package cache ... Done
44642026-05-21T10:13:00.635Z[ host-image] May 21 10:12:59.124 INFO O| May 21 10:12:59.124 INFO STEP 12 (pkg_install) COMPLETE
44652026-05-21T10:13:00.635Z[ host-image] May 21 10:12:59.124 INFO O| May 21 10:12:59.124 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44662026-05-21T10:13:00.649Z[ host-image] May 21 10:12:59.136 INFO O| May 21 10:12:59.136 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44672026-05-21T10:13:00.802Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44682026-05-21T10:13:01.375Z[ host-image] May 21 10:12:59.844 INFO O| May 21 10:12:59.844 INFO O| Startup: Refreshing catalog 'helios' ... Done
44692026-05-21T10:13:01.422Z[ host-image] May 21 10:12:59.911 INFO O| May 21 10:12:59.911 INFO O| Startup: Caching catalogs ... Done
44702026-05-21T10:13:01.547Z[ host-image] May 21 10:13:00.035 INFO O| May 21 10:13:00.035 INFO O| Planning: Solver setup ... Done
44712026-05-21T10:13:01.554Z[ host-image] May 21 10:13:00.041 INFO O| May 21 10:13:00.041 INFO O| Planning: Running solver ... Done
44722026-05-21T10:13:01.556Z[ host-image] May 21 10:13:00.044 INFO O| May 21 10:13:00.044 INFO O| Planning: Finding local manifests ... Done
44732026-05-21T10:13:01.595Z[ host-image] May 21 10:13:00.084 INFO O| May 21 10:13:00.084 INFO O| Planning: Fetching manifests: 0/6 0% complete
44742026-05-21T10:13:01.777Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44752026-05-21T10:13:01.806Z[ host-image] May 21 10:13:00.290 INFO O| May 21 10:13:00.290 INFO O| Planning: Fetching manifests: 6/6 100% complete
44762026-05-21T10:13:01.856Z[ host-image] May 21 10:13:00.342 INFO O| May 21 10:13:00.342 INFO O| Planning: Package planning ... Done
44772026-05-21T10:13:01.866Z[ host-image] May 21 10:13:00.355 INFO O| May 21 10:13:00.355 INFO O| Planning: Merging actions ... Done
44782026-05-21T10:13:01.985Z[ host-image] May 21 10:13:00.475 INFO O| May 21 10:13:00.475 INFO O| Planning: Checking for conflicting actions ... Done
44792026-05-21T10:13:01.991Z[ host-image] May 21 10:13:00.478 INFO O| May 21 10:13:00.478 INFO O| Planning: Consolidating action changes ... Done
44802026-05-21T10:13:02.165Z[ host-image] May 21 10:13:00.629 INFO O| May 21 10:13:00.628 INFO O| Planning: Evaluating mediators ... Done
44812026-05-21T10:13:02.174Z[ host-image] May 21 10:13:00.632 INFO O| May 21 10:13:00.632 INFO O| Planning: Planning completed in 0.72 seconds
44822026-05-21T10:13:02.174Z[ host-image] May 21 10:13:00.632 INFO O| May 21 10:13:00.632 INFO O| Packages to install: 6
44832026-05-21T10:13:02.174Z[ host-image] May 21 10:13:00.632 INFO O| May 21 10:13:00.632 INFO O| Mediators to change: 1
44842026-05-21T10:13:02.174Z[ host-image] May 21 10:13:00.632 INFO O| May 21 10:13:00.632 INFO O| Services to change: 1
44852026-05-21T10:13:02.174Z[ host-image] May 21 10:13:00.643 INFO O| May 21 10:13:00.643 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44862026-05-21T10:13:05.367Z[ recovery-image] May 21 10:13:03.855 INFO O| May 21 10:13:03.855 INFO O| Download: 16259/16556 items 192.8/199.1MB 96% complete (3.6M/s)
44872026-05-21T10:13:07.159Z[ host-image] May 21 10:13:05.648 INFO O| May 21 10:13:05.648 INFO O| Download: 1146/1147 items 7.5/7.8MB 95% complete (1.4M/s)
44882026-05-21T10:13:07.215Z[ host-image] May 21 10:13:05.703 INFO O| May 21 10:13:05.703 INFO O| Download: Completed 7.84 MB in 5.06 seconds (1.6M/s)
44892026-05-21T10:13:07.754Z[ host-image] May 21 10:13:06.244 INFO O| May 21 10:13:06.243 INFO O| Actions: 1/1366 actions (Installing new actions)
44902026-05-21T10:13:08.007Z[ host-image] May 21 10:13:06.494 INFO O| May 21 10:13:06.494 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
44912026-05-21T10:13:08.014Z[ host-image] May 21 10:13:06.502 INFO O| May 21 10:13:06.501 INFO O| Finalize: Updating package state database ... Done
44922026-05-21T10:13:08.014Z[ host-image] May 21 10:13:06.502 INFO O| May 21 10:13:06.501 INFO O| Finalize: Updating package cache ... Done
44932026-05-21T10:13:08.031Z[ host-image] May 21 10:13:06.519 INFO O| May 21 10:13:06.519 INFO O| Finalize: Updating image state ... Done
44942026-05-21T10:13:08.721Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44952026-05-21T10:13:08.891Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44962026-05-21T10:13:08.956Z[ recovery-image] May 21 10:13:07.442 INFO O| May 21 10:13:07.442 INFO O| Download: Completed 199.07 MB in 95.27 seconds (2.1M/s)
44972026-05-21T10:13:09.020Z[ host-image] May 21 10:13:07.503 INFO O| May 21 10:13:07.503 INFO O| Finalize: Creating fast lookup database ... Done
44982026-05-21T10:13:09.043Z[ host-image] May 21 10:13:07.530 INFO O| May 21 10:13:07.530 INFO O| Finalize: Reading search index ... Done
44992026-05-21T10:13:09.043Z[ host-image] May 21 10:13:07.530 INFO O| May 21 10:13:07.530 INFO O| Finalize: Updating search index ... Done
45002026-05-21T10:13:09.076Z[ host-image] May 21 10:13:07.565 INFO O| May 21 10:13:07.565 INFO O| Finalize: Updating package cache ... Done
45012026-05-21T10:13:09.204Z[ host-image] May 21 10:13:07.690 INFO O| May 21 10:13:07.690 INFO STEP 13 (pkg_install) COMPLETE
45022026-05-21T10:13:09.204Z[ host-image] May 21 10:13:07.690 INFO O| May 21 10:13:07.690 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45032026-05-21T10:13:09.211Z[ host-image] May 21 10:13:07.700 INFO O| May 21 10:13:07.699 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45042026-05-21T10:13:09.246Z[ recovery-image] May 21 10:13:07.734 INFO O| May 21 10:13:07.734 INFO O| Actions: 1/27360 actions (Installing new actions)
45052026-05-21T10:13:09.654Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45062026-05-21T10:13:09.818Z[ host-image] May 21 10:13:08.306 INFO O| May 21 10:13:08.306 INFO O| Startup: Refreshing catalog 'helios' ... Done
45072026-05-21T10:13:09.894Z[ host-image] May 21 10:13:08.383 INFO O| May 21 10:13:08.383 INFO O| Startup: Caching catalogs ... Done
45082026-05-21T10:13:10.013Z[ host-image] May 21 10:13:08.502 INFO O| May 21 10:13:08.502 INFO O| Planning: Solver setup ... Done
45092026-05-21T10:13:10.018Z[ host-image] May 21 10:13:08.507 INFO O| May 21 10:13:08.507 INFO O| Planning: Running solver ... Done
45102026-05-21T10:13:10.023Z[ host-image] May 21 10:13:08.510 INFO O| May 21 10:13:08.510 INFO O| Planning: Finding local manifests ... Done
45112026-05-21T10:13:10.117Z[ host-image] May 21 10:13:08.603 INFO O| May 21 10:13:08.603 INFO O| Planning: Fetching manifests: 0/1 0% complete
45122026-05-21T10:13:10.148Z[ host-image] May 21 10:13:08.637 INFO O| May 21 10:13:08.637 INFO O| Planning: Fetching manifests: 1/1 100% complete
45132026-05-21T10:13:10.172Z[ host-image] May 21 10:13:08.654 INFO O| May 21 10:13:08.654 INFO O| Planning: Package planning ... Done
45142026-05-21T10:13:10.172Z[ host-image] May 21 10:13:08.654 INFO O| May 21 10:13:08.654 INFO O| Planning: Merging actions ... Done
45152026-05-21T10:13:10.247Z[ host-image] May 21 10:13:08.733 INFO O| May 21 10:13:08.733 INFO O| Planning: Checking for conflicting actions ... Done
45162026-05-21T10:13:10.253Z[ host-image] May 21 10:13:08.734 INFO O| May 21 10:13:08.734 INFO O| Planning: Consolidating action changes ... Done
45172026-05-21T10:13:10.380Z[ host-image] May 21 10:13:08.867 INFO O| May 21 10:13:08.867 INFO O| Planning: Evaluating mediators ... Done
45182026-05-21T10:13:10.392Z[ host-image] May 21 10:13:08.867 INFO O| May 21 10:13:08.867 INFO O| Planning: Planning completed in 0.48 seconds
45192026-05-21T10:13:10.392Z[ host-image] May 21 10:13:08.868 INFO O| May 21 10:13:08.868 INFO O| Packages to install: 1
45202026-05-21T10:13:10.392Z[ host-image] May 21 10:13:08.878 INFO O| May 21 10:13:08.878 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45212026-05-21T10:13:10.704Z[ host-image] May 21 10:13:09.192 INFO O| May 21 10:13:09.192 INFO O| Download: Completed 12.63 MB in 0.31 seconds (40.2M/s)
45222026-05-21T10:13:10.756Z[ host-image] May 21 10:13:09.243 INFO O| May 21 10:13:09.243 INFO O| Actions: 1/22 actions (Installing new actions)
45232026-05-21T10:13:10.984Z[ host-image] May 21 10:13:09.473 INFO O| May 21 10:13:09.473 INFO O| Actions: Completed 22 actions in 0.23 seconds.
45242026-05-21T10:13:10.995Z[ host-image] May 21 10:13:09.478 INFO O| May 21 10:13:09.478 INFO O| Finalize: Updating package state database ... Done
45252026-05-21T10:13:10.996Z[ host-image] May 21 10:13:09.478 INFO O| May 21 10:13:09.478 INFO O| Finalize: Updating package cache ... Done
45262026-05-21T10:13:11.010Z[ host-image] May 21 10:13:09.498 INFO O| May 21 10:13:09.497 INFO O| Finalize: Updating image state ... Done
45272026-05-21T10:13:12.222Z[ host-image] May 21 10:13:10.709 INFO O| May 21 10:13:10.709 INFO O| Finalize: Creating fast lookup database ... Done
45282026-05-21T10:13:12.257Z[ host-image] May 21 10:13:10.743 INFO O| May 21 10:13:10.742 INFO O| Finalize: Reading search index ... Done
45292026-05-21T10:13:12.257Z[ host-image] May 21 10:13:10.743 INFO O| May 21 10:13:10.742 INFO O| Finalize: Updating search index ... Done
45302026-05-21T10:13:12.279Z[ host-image] May 21 10:13:10.755 INFO O| May 21 10:13:10.754 INFO O| Finalize: Updating package cache ... Done
45312026-05-21T10:13:12.417Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO STEP 14 (pkg_install) COMPLETE
45322026-05-21T10:13:12.417Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45332026-05-21T10:13:12.427Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO skip step because feature "mbist" is not enabled
45342026-05-21T10:13:12.427Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45352026-05-21T10:13:12.427Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO skip step because feature "mfg" is not enabled
45362026-05-21T10:13:12.427Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45372026-05-21T10:13:12.428Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO skip step because feature "compliance" is not enabled
45382026-05-21T10:13:12.428Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45392026-05-21T10:13:12.428Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO skip step because feature "stress" is not enabled
45402026-05-21T10:13:12.428Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45412026-05-21T10:13:12.428Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO skip step because feature "compliance" is not enabled
45422026-05-21T10:13:12.428Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45432026-05-21T10:13:12.428Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO skip step because feature "nfs" is not enabled
45442026-05-21T10:13:12.428Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45452026-05-21T10:13:12.428Z[ host-image] May 21 10:13:10.901 INFO O| May 21 10:13:10.901 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45462026-05-21T10:13:12.554Z[ host-image] May 21 10:13:11.041 INFO O| May 21 10:13:11.041 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45472026-05-21T10:13:12.822Z[ host-image] May 21 10:13:11.309 INFO O| May 21 10:13:11.309 INFO completed processing sled/ramdisk-01-os
45482026-05-21T10:13:12.830Z[ host-image] May 21 10:13:11.311 INFO omicron1 baseline generation...
45492026-05-21T10:13:12.830Z[ host-image] May 21 10:13:11.311 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45502026-05-21T10:13:13.202Z[ host-image] May 21 10:13:11.688 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23989:20260513T150935Z
45512026-05-21T10:13:13.716Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45522026-05-21T10:13:14.258Z[ recovery-image] May 21 10:13:12.735 INFO O| May 21 10:13:12.735 INFO O| Actions: 20858/27360 actions (Installing new actions)
45532026-05-21T10:13:15.062Z[ recovery-image] May 21 10:13:13.551 INFO O| May 21 10:13:13.551 INFO O| Actions: Completed 27360 actions in 5.81 seconds.
45542026-05-21T10:13:15.101Z[ recovery-image] May 21 10:13:13.590 INFO O| May 21 10:13:13.590 INFO O| Finalize: Updating package state database ... Done
45552026-05-21T10:13:15.101Z[ recovery-image] May 21 10:13:13.590 INFO O| May 21 10:13:13.590 INFO O| Finalize: Updating package cache ... Done
45562026-05-21T10:13:15.130Z[ recovery-image] May 21 10:13:13.613 INFO O| May 21 10:13:13.613 INFO O| Finalize: Updating image state ... Done
45572026-05-21T10:13:15.883Z[ recovery-image] May 21 10:13:14.370 INFO O| May 21 10:13:14.369 INFO O| Finalize: Creating fast lookup database ... Done
45582026-05-21T10:13:15.899Z[ recovery-image] May 21 10:13:14.387 INFO O| May 21 10:13:14.386 INFO O| Finalize: Reading search index ... Done
45592026-05-21T10:13:17.598Z[ recovery-image] May 21 10:13:16.087 INFO O| May 21 10:13:16.087 INFO O| Finalize: Building new search index ... Done
45602026-05-21T10:13:18.002Z[ recovery-image] May 21 10:13:16.489 INFO O| May 21 10:13:16.489 INFO O| Finalize: Updating package cache ... Done
45612026-05-21T10:13:18.153Z[ recovery-image] May 21 10:13:16.642 INFO O| May 21 10:13:16.642 INFO STEP 11 (pkg_install) COMPLETE
45622026-05-21T10:13:18.153Z[ recovery-image] May 21 10:13:16.642 INFO O| May 21 10:13:16.642 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45632026-05-21T10:13:18.154Z[ recovery-image] May 21 10:13:16.642 INFO O| May 21 10:13:16.642 INFO skip step because feature "recovery" is enabled
45642026-05-21T10:13:18.160Z[ recovery-image] May 21 10:13:16.642 INFO O| May 21 10:13:16.642 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45652026-05-21T10:13:18.160Z[ recovery-image] May 21 10:13:16.642 INFO O| May 21 10:13:16.642 INFO skip step because feature "omicron1" is not enabled
45662026-05-21T10:13:18.160Z[ recovery-image] May 21 10:13:16.642 INFO O| May 21 10:13:16.642 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45672026-05-21T10:13:18.167Z[ recovery-image] May 21 10:13:16.654 INFO O| May 21 10:13:16.654 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45682026-05-21T10:13:18.843Z[ recovery-image] May 21 10:13:17.330 INFO O| May 21 10:13:17.330 INFO O| Startup: Refreshing catalog 'helios' ... Done
45692026-05-21T10:13:18.941Z[ recovery-image] May 21 10:13:17.425 INFO O| May 21 10:13:17.425 INFO O| Startup: Caching catalogs ... Done
45702026-05-21T10:13:19.053Z[ recovery-image] May 21 10:13:17.541 INFO O| May 21 10:13:17.541 INFO O| Planning: Solver setup ... Done
45712026-05-21T10:13:19.062Z[ recovery-image] May 21 10:13:17.546 INFO O| May 21 10:13:17.546 INFO O| Planning: Running solver ... Done
45722026-05-21T10:13:19.062Z[ recovery-image] May 21 10:13:17.549 INFO O| May 21 10:13:17.549 INFO O| Planning: Finding local manifests ... Done
45732026-05-21T10:13:19.116Z[ recovery-image] May 21 10:13:17.605 INFO O| May 21 10:13:17.605 INFO O| Planning: Fetching manifests: 0/1 0% complete
45742026-05-21T10:13:19.138Z[ recovery-image] May 21 10:13:17.627 INFO O| May 21 10:13:17.627 INFO O| Planning: Fetching manifests: 1/1 100% complete
45752026-05-21T10:13:19.155Z[ recovery-image] May 21 10:13:17.644 INFO O| May 21 10:13:17.644 INFO O| Planning: Package planning ... Done
45762026-05-21T10:13:19.155Z[ recovery-image] May 21 10:13:17.644 INFO O| May 21 10:13:17.644 INFO O| Planning: Merging actions ... Done
45772026-05-21T10:13:19.177Z[ recovery-image] May 21 10:13:17.666 INFO O| May 21 10:13:17.666 INFO O| Planning: Checking for conflicting actions ... Done
45782026-05-21T10:13:19.185Z[ recovery-image] May 21 10:13:17.666 INFO O| May 21 10:13:17.666 INFO O| Planning: Consolidating action changes ... Done
45792026-05-21T10:13:19.338Z[ recovery-image] May 21 10:13:17.825 INFO O| May 21 10:13:17.825 INFO O| Planning: Evaluating mediators ... Done
45802026-05-21T10:13:19.353Z[ recovery-image] May 21 10:13:17.825 INFO O| May 21 10:13:17.825 INFO O| Planning: Planning completed in 0.40 seconds
45812026-05-21T10:13:19.353Z[ recovery-image] May 21 10:13:17.826 INFO O| May 21 10:13:17.826 INFO O| Packages to install: 1
45822026-05-21T10:13:19.353Z[ recovery-image] May 21 10:13:17.836 INFO O| May 21 10:13:17.836 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45832026-05-21T10:13:19.698Z[ recovery-image] May 21 10:13:18.187 INFO O| May 21 10:13:18.187 INFO O| Download: Completed 12.63 MB in 0.35 seconds (36.0M/s)
45842026-05-21T10:13:19.741Z[ recovery-image] May 21 10:13:18.230 INFO O| May 21 10:13:18.230 INFO O| Actions: 1/22 actions (Installing new actions)
45852026-05-21T10:13:19.969Z[ recovery-image] May 21 10:13:18.452 INFO O| May 21 10:13:18.452 INFO O| Actions: Completed 22 actions in 0.22 seconds.
45862026-05-21T10:13:19.969Z[ recovery-image] May 21 10:13:18.458 INFO O| May 21 10:13:18.458 INFO O| Finalize: Updating package state database ... Done
45872026-05-21T10:13:19.970Z[ recovery-image] May 21 10:13:18.458 INFO O| May 21 10:13:18.458 INFO O| Finalize: Updating package cache ... Done
45882026-05-21T10:13:19.986Z[ recovery-image] May 21 10:13:18.475 INFO O| May 21 10:13:18.475 INFO O| Finalize: Updating image state ... Done
45892026-05-21T10:13:20.708Z[ recovery-image] May 21 10:13:19.187 INFO O| May 21 10:13:19.187 INFO O| Finalize: Creating fast lookup database ... Done
45902026-05-21T10:13:20.729Z[ recovery-image] May 21 10:13:19.201 INFO O| May 21 10:13:19.201 INFO O| Finalize: Reading search index ... Done
45912026-05-21T10:13:20.729Z[ recovery-image] May 21 10:13:19.201 INFO O| May 21 10:13:19.201 INFO O| Finalize: Updating search index ... Done
45922026-05-21T10:13:20.746Z[ recovery-image] May 21 10:13:19.212 INFO O| May 21 10:13:19.212 INFO O| Finalize: Updating package cache ... Done
45932026-05-21T10:13:20.837Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO STEP 14 (pkg_install) COMPLETE
45942026-05-21T10:13:20.837Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45952026-05-21T10:13:20.846Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO skip step because feature "mbist" is not enabled
45962026-05-21T10:13:20.846Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45972026-05-21T10:13:20.846Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO skip step because feature "mfg" is not enabled
45982026-05-21T10:13:20.846Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45992026-05-21T10:13:20.846Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO skip step because feature "compliance" is not enabled
46002026-05-21T10:13:20.847Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46012026-05-21T10:13:20.847Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO skip step because feature "stress" is not enabled
46022026-05-21T10:13:20.847Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46032026-05-21T10:13:20.847Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO skip step because feature "compliance" is not enabled
46042026-05-21T10:13:20.847Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46052026-05-21T10:13:20.853Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO skip step because feature "nfs" is not enabled
46062026-05-21T10:13:20.853Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46072026-05-21T10:13:20.853Z[ recovery-image] May 21 10:13:19.326 INFO O| May 21 10:13:19.326 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46082026-05-21T10:13:20.921Z[ recovery-image] May 21 10:13:19.403 INFO O| May 21 10:13:19.403 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46092026-05-21T10:13:21.002Z[ recovery-image] May 21 10:13:19.491 INFO O| May 21 10:13:19.491 INFO completed processing sled/ramdisk-01-os
46102026-05-21T10:13:21.010Z[ recovery-image] May 21 10:13:19.494 INFO image builder template: ramdisk-02-trim...
46112026-05-21T10:13:21.010Z[ recovery-image] May 21 10:13:19.494 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/.tmpaO6uCV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-02-trim"], pwd: None
46122026-05-21T10:13:21.025Z[ recovery-image] May 21 10:13:19.514 INFO O| May 21 10:13:19.514 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46132026-05-21T10:13:21.033Z[ recovery-image] May 21 10:13:19.518 INFO O| May 21 10:13:19.518 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46142026-05-21T10:13:21.091Z[ recovery-image] May 21 10:13:19.580 INFO O| May 21 10:13:19.580 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46152026-05-21T10:13:21.135Z[ recovery-image] May 21 10:13:19.624 INFO O| May 21 10:13:19.624 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46162026-05-21T10:13:21.136Z[ recovery-image] May 21 10:13:19.624 INFO O| May 21 10:13:19.624 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46172026-05-21T10:13:21.145Z[ recovery-image] May 21 10:13:19.629 INFO O| May 21 10:13:19.629 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46182026-05-21T10:13:21.145Z[ recovery-image] May 21 10:13:19.633 INFO O| May 21 10:13:19.633 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46192026-05-21T10:13:21.155Z[ recovery-image] May 21 10:13:19.637 INFO O| May 21 10:13:19.637 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46202026-05-21T10:13:21.479Z[ recovery-image] May 21 10:13:19.967 INFO O| May 21 10:13:19.967 INFO rolled back to input snapshot; work may begin
46212026-05-21T10:13:21.479Z[ recovery-image] May 21 10:13:19.967 INFO O| May 21 10:13:19.967 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46222026-05-21T10:13:21.490Z[ recovery-image] May 21 10:13:19.972 INFO O| May 21 10:13:19.972 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46232026-05-21T10:13:21.515Z[ recovery-image] May 21 10:13:19.981 INFO O| May 21 10:13:19.980 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46242026-05-21T10:13:21.525Z[ recovery-image] May 21 10:13:20.014 INFO O| May 21 10:13:20.014 INFO STEP 0 (remove_files) COMPLETE
46252026-05-21T10:13:21.525Z[ recovery-image] May 21 10:13:20.014 INFO O| May 21 10:13:20.014 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46262026-05-21T10:13:21.539Z[ recovery-image] May 21 10:13:20.024 INFO O| May 21 10:13:20.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46272026-05-21T10:13:21.553Z[ recovery-image] May 21 10:13:20.025 INFO O| May 21 10:13:20.025 INFO STEP 1 (remove_files) COMPLETE
46282026-05-21T10:13:21.553Z[ recovery-image] May 21 10:13:20.025 INFO O| May 21 10:13:20.025 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46292026-05-21T10:13:21.553Z[ recovery-image] May 21 10:13:20.035 INFO O| May 21 10:13:20.035 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46302026-05-21T10:13:21.563Z[ recovery-image] May 21 10:13:20.047 INFO O| May 21 10:13:20.047 INFO STEP 2 (remove_files) COMPLETE
46312026-05-21T10:13:21.563Z[ recovery-image] May 21 10:13:20.047 INFO O| May 21 10:13:20.047 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46322026-05-21T10:13:21.573Z[ recovery-image] May 21 10:13:20.056 INFO O| May 21 10:13:20.056 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46332026-05-21T10:13:21.573Z[ recovery-image] May 21 10:13:20.058 INFO O| May 21 10:13:20.058 INFO STEP 3 (remove_files) COMPLETE
46342026-05-21T10:13:21.573Z[ recovery-image] May 21 10:13:20.058 INFO O| May 21 10:13:20.058 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46352026-05-21T10:13:21.590Z[ recovery-image] May 21 10:13:20.066 INFO O| May 21 10:13:20.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46362026-05-21T10:13:21.590Z[ recovery-image] May 21 10:13:20.070 INFO O| May 21 10:13:20.069 INFO STEP 4 (remove_files) COMPLETE
46372026-05-21T10:13:21.590Z[ recovery-image] May 21 10:13:20.070 INFO O| May 21 10:13:20.069 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46382026-05-21T10:13:21.590Z[ recovery-image] May 21 10:13:20.079 INFO O| May 21 10:13:20.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46392026-05-21T10:13:21.590Z[ recovery-image] May 21 10:13:20.079 INFO O| May 21 10:13:20.079 INFO STEP 5 (remove_files) COMPLETE
46402026-05-21T10:13:21.590Z[ recovery-image] May 21 10:13:20.079 INFO O| May 21 10:13:20.079 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46412026-05-21T10:13:21.599Z[ recovery-image] May 21 10:13:20.088 INFO O| May 21 10:13:20.088 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46422026-05-21T10:13:21.608Z[ recovery-image] May 21 10:13:20.098 INFO O| May 21 10:13:20.098 INFO STEP 6 (remove_files) COMPLETE
46432026-05-21T10:13:21.609Z[ recovery-image] May 21 10:13:20.098 INFO O| May 21 10:13:20.098 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442026-05-21T10:13:21.609Z[ recovery-image] May 21 10:13:20.098 INFO O| May 21 10:13:20.098 INFO skip step because feature "heliosv2" is not enabled
46452026-05-21T10:13:21.617Z[ recovery-image] May 21 10:13:20.098 INFO O| May 21 10:13:20.098 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-05-21T10:13:21.617Z[ recovery-image] May 21 10:13:20.098 INFO O| May 21 10:13:20.098 INFO skip step because feature "recovery" is enabled
46472026-05-21T10:13:21.617Z[ recovery-image] May 21 10:13:20.098 INFO O| May 21 10:13:20.098 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-05-21T10:13:21.617Z[ recovery-image] May 21 10:13:20.098 INFO O| May 21 10:13:20.098 INFO skip step because feature "recovery" is enabled
46492026-05-21T10:13:21.618Z[ recovery-image] May 21 10:13:20.098 INFO O| May 21 10:13:20.098 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46502026-05-21T10:13:21.618Z[ recovery-image] May 21 10:13:20.098 INFO O| May 21 10:13:20.098 INFO skip step because feature "recovery" is enabled
46512026-05-21T10:13:21.618Z[ recovery-image] May 21 10:13:20.098 INFO O| May 21 10:13:20.098 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-05-21T10:13:21.632Z[ recovery-image] May 21 10:13:20.108 INFO O| May 21 10:13:20.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46532026-05-21T10:13:21.632Z[ recovery-image] May 21 10:13:20.111 INFO O| May 21 10:13:20.111 INFO STEP 11 (remove_files) COMPLETE
46542026-05-21T10:13:21.632Z[ recovery-image] May 21 10:13:20.111 INFO O| May 21 10:13:20.111 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-05-21T10:13:21.640Z[ recovery-image] May 21 10:13:20.121 INFO O| May 21 10:13:20.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46562026-05-21T10:13:21.640Z[ recovery-image] May 21 10:13:20.122 INFO O| May 21 10:13:20.122 INFO STEP 12 (remove_files) COMPLETE
46572026-05-21T10:13:21.640Z[ recovery-image] May 21 10:13:20.122 INFO O| May 21 10:13:20.122 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-05-21T10:13:21.648Z[ recovery-image] May 21 10:13:20.132 INFO O| May 21 10:13:20.132 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46592026-05-21T10:13:21.648Z[ recovery-image] May 21 10:13:20.133 INFO O| May 21 10:13:20.133 INFO STEP 13 (remove_files) COMPLETE
46602026-05-21T10:13:21.648Z[ recovery-image] May 21 10:13:20.133 INFO O| May 21 10:13:20.133 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-05-21T10:13:21.663Z[ recovery-image] May 21 10:13:20.153 INFO O| May 21 10:13:20.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
46622026-05-21T10:13:21.672Z[ recovery-image] May 21 10:13:20.153 INFO O| May 21 10:13:20.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
46632026-05-21T10:13:21.749Z[ recovery-image] May 21 10:13:20.239 INFO O| May 21 10:13:20.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46642026-05-21T10:13:21.757Z[ recovery-image] May 21 10:13:20.246 INFO O| May 21 10:13:20.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46652026-05-21T10:13:21.807Z[ recovery-image] May 21 10:13:20.295 INFO O| May 21 10:13:20.295 INFO STEP 14 (remove_files) COMPLETE
46662026-05-21T10:13:21.807Z[ recovery-image] May 21 10:13:20.295 INFO O| May 21 10:13:20.295 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-05-21T10:13:21.824Z[ recovery-image] May 21 10:13:20.306 INFO O| May 21 10:13:20.306 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46682026-05-21T10:13:21.833Z[ recovery-image] May 21 10:13:20.307 INFO O| May 21 10:13:20.307 INFO STEP 15 (remove_files) COMPLETE
46692026-05-21T10:13:21.833Z[ recovery-image] May 21 10:13:20.307 INFO O| May 21 10:13:20.307 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-05-21T10:13:21.885Z[ recovery-image] May 21 10:13:20.374 INFO O| May 21 10:13:20.374 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46712026-05-21T10:13:21.894Z[ recovery-image] May 21 10:13:20.379 INFO O| May 21 10:13:20.379 INFO STEP 16 (remove_files) COMPLETE
46722026-05-21T10:13:21.894Z[ recovery-image] May 21 10:13:20.379 INFO O| May 21 10:13:20.379 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-05-21T10:13:21.903Z[ recovery-image] May 21 10:13:20.388 INFO O| May 21 10:13:20.388 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46742026-05-21T10:13:21.903Z[ recovery-image] May 21 10:13:20.388 INFO O| May 21 10:13:20.388 INFO STEP 17 (remove_files) COMPLETE
46752026-05-21T10:13:21.904Z[ recovery-image] May 21 10:13:20.388 INFO O| May 21 10:13:20.388 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-05-21T10:13:21.910Z[ recovery-image] May 21 10:13:20.396 INFO O| May 21 10:13:20.395 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46772026-05-21T10:13:21.910Z[ recovery-image] May 21 10:13:20.397 INFO O| May 21 10:13:20.397 INFO STEP 18 (remove_files) COMPLETE
46782026-05-21T10:13:21.910Z[ recovery-image] May 21 10:13:20.397 INFO O| May 21 10:13:20.397 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-05-21T10:13:21.974Z[ recovery-image] May 21 10:13:20.462 INFO O| May 21 10:13:20.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46802026-05-21T10:13:21.974Z[ recovery-image] May 21 10:13:20.462 INFO O| May 21 10:13:20.445 INFO STEP 19 (remove_files) COMPLETE
46812026-05-21T10:13:21.974Z[ recovery-image] May 21 10:13:20.462 INFO O| May 21 10:13:20.445 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-05-21T10:13:21.975Z[ recovery-image] May 21 10:13:20.462 INFO O| May 21 10:13:20.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46832026-05-21T10:13:21.975Z[ recovery-image] May 21 10:13:20.462 INFO O| May 21 10:13:20.453 INFO STEP 20 (remove_files) COMPLETE
46842026-05-21T10:13:21.975Z[ recovery-image] May 21 10:13:20.462 INFO O| May 21 10:13:20.453 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-05-21T10:13:21.975Z[ recovery-image] May 21 10:13:20.462 INFO O| May 21 10:13:20.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46862026-05-21T10:13:21.975Z[ recovery-image] May 21 10:13:20.462 INFO O| May 21 10:13:20.461 INFO STEP 21 (remove_files) COMPLETE
46872026-05-21T10:13:21.975Z[ recovery-image] May 21 10:13:20.462 INFO O| May 21 10:13:20.461 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-05-21T10:13:21.984Z[ recovery-image] May 21 10:13:20.468 INFO O| May 21 10:13:20.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46892026-05-21T10:13:21.984Z[ recovery-image] May 21 10:13:20.468 INFO O| May 21 10:13:20.468 INFO STEP 22 (remove_files) COMPLETE
46902026-05-21T10:13:21.984Z[ recovery-image] May 21 10:13:20.468 INFO O| May 21 10:13:20.468 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-05-21T10:13:22.000Z[ recovery-image] May 21 10:13:20.476 INFO O| May 21 10:13:20.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46922026-05-21T10:13:22.000Z[ recovery-image] May 21 10:13:20.476 INFO O| May 21 10:13:20.476 INFO STEP 23 (remove_files) COMPLETE
46932026-05-21T10:13:22.000Z[ recovery-image] May 21 10:13:20.476 INFO O| May 21 10:13:20.476 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-05-21T10:13:22.000Z[ recovery-image] May 21 10:13:20.483 INFO O| May 21 10:13:20.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46952026-05-21T10:13:22.000Z[ recovery-image] May 21 10:13:20.483 INFO O| May 21 10:13:20.483 INFO STEP 24 (remove_files) COMPLETE
46962026-05-21T10:13:22.000Z[ recovery-image] May 21 10:13:20.483 INFO O| May 21 10:13:20.483 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-05-21T10:13:22.009Z[ recovery-image] May 21 10:13:20.490 INFO O| May 21 10:13:20.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46982026-05-21T10:13:22.009Z[ recovery-image] May 21 10:13:20.491 INFO O| May 21 10:13:20.490 INFO STEP 25 (remove_files) COMPLETE
46992026-05-21T10:13:22.009Z[ recovery-image] May 21 10:13:20.491 INFO O| May 21 10:13:20.490 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-05-21T10:13:22.009Z[ recovery-image] May 21 10:13:20.498 INFO O| May 21 10:13:20.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
47012026-05-21T10:13:22.009Z[ recovery-image] May 21 10:13:20.498 INFO O| May 21 10:13:20.498 INFO STEP 26 (remove_files) COMPLETE
47022026-05-21T10:13:22.009Z[ recovery-image] May 21 10:13:20.498 INFO O| May 21 10:13:20.498 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-05-21T10:13:22.017Z[ recovery-image] May 21 10:13:20.506 INFO O| May 21 10:13:20.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
47042026-05-21T10:13:22.017Z[ recovery-image] May 21 10:13:20.506 INFO O| May 21 10:13:20.506 INFO STEP 27 (remove_files) COMPLETE
47052026-05-21T10:13:22.017Z[ recovery-image] May 21 10:13:20.506 INFO O| May 21 10:13:20.506 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-05-21T10:13:22.026Z[ recovery-image] May 21 10:13:20.513 INFO O| May 21 10:13:20.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
47072026-05-21T10:13:22.026Z[ recovery-image] May 21 10:13:20.513 INFO O| May 21 10:13:20.513 INFO STEP 28 (remove_files) COMPLETE
47082026-05-21T10:13:22.026Z[ recovery-image] May 21 10:13:20.513 INFO O| May 21 10:13:20.513 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-05-21T10:13:22.036Z[ recovery-image] May 21 10:13:20.521 INFO O| May 21 10:13:20.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
47102026-05-21T10:13:22.036Z[ recovery-image] May 21 10:13:20.521 INFO O| May 21 10:13:20.521 INFO STEP 29 (remove_files) COMPLETE
47112026-05-21T10:13:22.036Z[ recovery-image] May 21 10:13:20.521 INFO O| May 21 10:13:20.521 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-05-21T10:13:22.047Z[ recovery-image] May 21 10:13:20.529 INFO O| May 21 10:13:20.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
47132026-05-21T10:13:22.047Z[ recovery-image] May 21 10:13:20.529 INFO O| May 21 10:13:20.529 INFO STEP 30 (remove_files) COMPLETE
47142026-05-21T10:13:22.047Z[ recovery-image] May 21 10:13:20.529 INFO O| May 21 10:13:20.529 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-05-21T10:13:22.058Z[ recovery-image] May 21 10:13:20.540 INFO O| May 21 10:13:20.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47162026-05-21T10:13:22.058Z[ recovery-image] May 21 10:13:20.540 INFO O| May 21 10:13:20.540 INFO STEP 31 (remove_files) COMPLETE
47172026-05-21T10:13:22.058Z[ recovery-image] May 21 10:13:20.540 INFO O| May 21 10:13:20.540 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-05-21T10:13:22.103Z[ recovery-image] May 21 10:13:20.592 INFO O| May 21 10:13:20.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47192026-05-21T10:13:22.103Z[ recovery-image] May 21 10:13:20.592 INFO O| May 21 10:13:20.592 INFO STEP 32 (remove_files) COMPLETE
47202026-05-21T10:13:22.103Z[ recovery-image] May 21 10:13:20.592 INFO O| May 21 10:13:20.592 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-05-21T10:13:22.113Z[ recovery-image] May 21 10:13:20.602 INFO O| May 21 10:13:20.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47222026-05-21T10:13:22.113Z[ recovery-image] May 21 10:13:20.602 INFO O| May 21 10:13:20.602 INFO STEP 33 (remove_files) COMPLETE
47232026-05-21T10:13:22.113Z[ recovery-image] May 21 10:13:20.602 INFO O| May 21 10:13:20.602 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-05-21T10:13:22.166Z[ recovery-image] May 21 10:13:20.640 INFO O| May 21 10:13:20.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47252026-05-21T10:13:22.166Z[ recovery-image] May 21 10:13:20.640 INFO O| May 21 10:13:20.640 INFO STEP 34 (remove_files) COMPLETE
47262026-05-21T10:13:22.166Z[ recovery-image] May 21 10:13:20.640 INFO O| May 21 10:13:20.640 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-05-21T10:13:22.222Z[ recovery-image] May 21 10:13:20.651 INFO O| May 21 10:13:20.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47282026-05-21T10:13:22.222Z[ recovery-image] May 21 10:13:20.651 INFO O| May 21 10:13:20.651 INFO STEP 35 (remove_files) COMPLETE
47292026-05-21T10:13:22.222Z[ recovery-image] May 21 10:13:20.651 INFO O| May 21 10:13:20.651 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302026-05-21T10:13:22.222Z[ recovery-image] May 21 10:13:20.661 INFO O| May 21 10:13:20.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47312026-05-21T10:13:22.222Z[ recovery-image] May 21 10:13:20.661 INFO O| May 21 10:13:20.661 INFO STEP 36 (remove_files) COMPLETE
47322026-05-21T10:13:22.222Z[ recovery-image] May 21 10:13:20.661 INFO O| May 21 10:13:20.661 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-05-21T10:13:22.244Z[ recovery-image] May 21 10:13:20.733 INFO O| May 21 10:13:20.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47342026-05-21T10:13:22.244Z[ recovery-image] May 21 10:13:20.733 INFO O| May 21 10:13:20.733 INFO STEP 37 (remove_files) COMPLETE
47352026-05-21T10:13:22.244Z[ recovery-image] May 21 10:13:20.733 INFO O| May 21 10:13:20.733 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362026-05-21T10:13:22.255Z[ recovery-image] May 21 10:13:20.742 INFO O| May 21 10:13:20.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47372026-05-21T10:13:22.255Z[ recovery-image] May 21 10:13:20.742 INFO O| May 21 10:13:20.742 INFO STEP 38 (remove_files) COMPLETE
47382026-05-21T10:13:22.255Z[ recovery-image] May 21 10:13:20.742 INFO O| May 21 10:13:20.742 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-05-21T10:13:22.262Z[ recovery-image] May 21 10:13:20.752 INFO O| May 21 10:13:20.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47402026-05-21T10:13:22.263Z[ recovery-image] May 21 10:13:20.752 INFO O| May 21 10:13:20.752 INFO STEP 39 (remove_files) COMPLETE
47412026-05-21T10:13:22.271Z[ recovery-image] May 21 10:13:20.752 INFO O| May 21 10:13:20.752 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-05-21T10:13:22.280Z[ recovery-image] May 21 10:13:20.761 INFO O| May 21 10:13:20.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47432026-05-21T10:13:22.280Z[ recovery-image] May 21 10:13:20.761 INFO O| May 21 10:13:20.761 INFO STEP 40 (remove_files) COMPLETE
47442026-05-21T10:13:22.280Z[ recovery-image] May 21 10:13:20.761 INFO O| May 21 10:13:20.761 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-05-21T10:13:22.286Z[ recovery-image] May 21 10:13:20.771 INFO O| May 21 10:13:20.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47462026-05-21T10:13:22.286Z[ recovery-image] May 21 10:13:20.771 INFO O| May 21 10:13:20.771 INFO STEP 41 (remove_files) COMPLETE
47472026-05-21T10:13:22.286Z[ recovery-image] May 21 10:13:20.771 INFO O| May 21 10:13:20.771 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-05-21T10:13:22.339Z[ recovery-image] May 21 10:13:20.828 INFO O| May 21 10:13:20.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47492026-05-21T10:13:22.339Z[ recovery-image] May 21 10:13:20.829 INFO O| May 21 10:13:20.828 INFO STEP 42 (remove_files) COMPLETE
47502026-05-21T10:13:22.339Z[ recovery-image] May 21 10:13:20.829 INFO O| May 21 10:13:20.828 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512026-05-21T10:13:22.349Z[ recovery-image] May 21 10:13:20.838 INFO O| May 21 10:13:20.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47522026-05-21T10:13:22.349Z[ recovery-image] May 21 10:13:20.838 INFO O| May 21 10:13:20.838 INFO STEP 43 (remove_files) COMPLETE
47532026-05-21T10:13:22.349Z[ recovery-image] May 21 10:13:20.838 INFO O| May 21 10:13:20.838 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-05-21T10:13:22.360Z[ recovery-image] May 21 10:13:20.847 INFO O| May 21 10:13:20.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47552026-05-21T10:13:22.361Z[ recovery-image] May 21 10:13:20.847 INFO O| May 21 10:13:20.847 INFO STEP 44 (remove_files) COMPLETE
47562026-05-21T10:13:22.361Z[ recovery-image] May 21 10:13:20.847 INFO O| May 21 10:13:20.847 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572026-05-21T10:13:22.374Z[ recovery-image] May 21 10:13:20.856 INFO O| May 21 10:13:20.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47582026-05-21T10:13:22.374Z[ recovery-image] May 21 10:13:20.856 INFO O| May 21 10:13:20.856 INFO STEP 45 (remove_files) COMPLETE
47592026-05-21T10:13:22.375Z[ recovery-image] May 21 10:13:20.856 INFO O| May 21 10:13:20.856 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-05-21T10:13:22.386Z[ recovery-image] May 21 10:13:20.865 INFO O| May 21 10:13:20.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47612026-05-21T10:13:22.386Z[ recovery-image] May 21 10:13:20.865 INFO O| May 21 10:13:20.865 INFO STEP 46 (remove_files) COMPLETE
47622026-05-21T10:13:22.386Z[ recovery-image] May 21 10:13:20.865 INFO O| May 21 10:13:20.865 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-05-21T10:13:22.409Z[ recovery-image] May 21 10:13:20.874 INFO O| May 21 10:13:20.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47642026-05-21T10:13:22.409Z[ recovery-image] May 21 10:13:20.874 INFO O| May 21 10:13:20.874 INFO STEP 47 (remove_files) COMPLETE
47652026-05-21T10:13:22.409Z[ recovery-image] May 21 10:13:20.874 INFO O| May 21 10:13:20.874 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662026-05-21T10:13:22.409Z[ recovery-image] May 21 10:13:20.883 INFO O| May 21 10:13:20.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47672026-05-21T10:13:22.409Z[ recovery-image] May 21 10:13:20.883 INFO O| May 21 10:13:20.883 INFO STEP 48 (remove_files) COMPLETE
47682026-05-21T10:13:22.409Z[ recovery-image] May 21 10:13:20.883 INFO O| May 21 10:13:20.883 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-05-21T10:13:22.418Z[ recovery-image] May 21 10:13:20.904 INFO O| May 21 10:13:20.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47702026-05-21T10:13:22.418Z[ recovery-image] May 21 10:13:20.904 INFO O| May 21 10:13:20.904 INFO STEP 49 (remove_files) COMPLETE
47712026-05-21T10:13:22.418Z[ recovery-image] May 21 10:13:20.904 INFO O| May 21 10:13:20.904 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-05-21T10:13:22.429Z[ recovery-image] May 21 10:13:20.914 INFO O| May 21 10:13:20.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47732026-05-21T10:13:22.429Z[ recovery-image] May 21 10:13:20.914 INFO O| May 21 10:13:20.914 INFO STEP 50 (remove_files) COMPLETE
47742026-05-21T10:13:22.429Z[ recovery-image] May 21 10:13:20.914 INFO O| May 21 10:13:20.914 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-05-21T10:13:22.438Z[ recovery-image] May 21 10:13:20.924 INFO O| May 21 10:13:20.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47762026-05-21T10:13:22.438Z[ recovery-image] May 21 10:13:20.924 INFO O| May 21 10:13:20.924 INFO STEP 51 (remove_files) COMPLETE
47772026-05-21T10:13:22.438Z[ recovery-image] May 21 10:13:20.924 INFO O| May 21 10:13:20.924 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782026-05-21T10:13:22.454Z[ recovery-image] May 21 10:13:20.934 INFO O| May 21 10:13:20.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47792026-05-21T10:13:22.454Z[ recovery-image] May 21 10:13:20.934 INFO O| May 21 10:13:20.934 INFO STEP 52 (remove_files) COMPLETE
47802026-05-21T10:13:22.454Z[ recovery-image] May 21 10:13:20.934 INFO O| May 21 10:13:20.934 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-05-21T10:13:22.467Z[ recovery-image] May 21 10:13:20.944 INFO O| May 21 10:13:20.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47822026-05-21T10:13:22.467Z[ recovery-image] May 21 10:13:20.944 INFO O| May 21 10:13:20.944 INFO STEP 53 (remove_files) COMPLETE
47832026-05-21T10:13:22.467Z[ recovery-image] May 21 10:13:20.944 INFO O| May 21 10:13:20.944 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842026-05-21T10:13:22.477Z[ recovery-image] May 21 10:13:20.953 INFO O| May 21 10:13:20.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47852026-05-21T10:13:22.477Z[ recovery-image] May 21 10:13:20.953 INFO O| May 21 10:13:20.953 INFO STEP 54 (remove_files) COMPLETE
47862026-05-21T10:13:22.477Z[ recovery-image] May 21 10:13:20.953 INFO O| May 21 10:13:20.953 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47872026-05-21T10:13:22.477Z[ recovery-image] May 21 10:13:20.962 INFO O| May 21 10:13:20.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47882026-05-21T10:13:22.477Z[ recovery-image] May 21 10:13:20.962 INFO O| May 21 10:13:20.962 INFO STEP 55 (remove_files) COMPLETE
47892026-05-21T10:13:22.477Z[ recovery-image] May 21 10:13:20.962 INFO O| May 21 10:13:20.962 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-05-21T10:13:22.484Z[ recovery-image] May 21 10:13:20.970 INFO O| May 21 10:13:20.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47912026-05-21T10:13:22.484Z[ recovery-image] May 21 10:13:20.970 INFO O| May 21 10:13:20.970 INFO STEP 56 (remove_files) COMPLETE
47922026-05-21T10:13:22.484Z[ recovery-image] May 21 10:13:20.970 INFO O| May 21 10:13:20.970 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47932026-05-21T10:13:22.491Z[ recovery-image] May 21 10:13:20.979 INFO O| May 21 10:13:20.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47942026-05-21T10:13:22.491Z[ recovery-image] May 21 10:13:20.979 INFO O| May 21 10:13:20.979 INFO STEP 57 (remove_files) COMPLETE
47952026-05-21T10:13:22.491Z[ recovery-image] May 21 10:13:20.979 INFO O| May 21 10:13:20.979 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962026-05-21T10:13:22.499Z[ recovery-image] May 21 10:13:20.988 INFO O| May 21 10:13:20.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47972026-05-21T10:13:22.499Z[ recovery-image] May 21 10:13:20.988 INFO O| May 21 10:13:20.988 INFO STEP 58 (remove_files) COMPLETE
47982026-05-21T10:13:22.499Z[ recovery-image] May 21 10:13:20.988 INFO O| May 21 10:13:20.988 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47992026-05-21T10:13:22.509Z[ recovery-image] May 21 10:13:20.998 INFO O| May 21 10:13:20.998 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
48002026-05-21T10:13:22.509Z[ recovery-image] May 21 10:13:20.998 INFO O| May 21 10:13:20.998 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
48012026-05-21T10:13:22.519Z[ recovery-image] May 21 10:13:20.998 INFO O| May 21 10:13:20.998 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48022026-05-21T10:13:22.519Z[ recovery-image] May 21 10:13:20.999 INFO O| May 21 10:13:20.998 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48032026-05-21T10:13:22.519Z[ recovery-image] May 21 10:13:20.999 INFO O| May 21 10:13:20.999 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48042026-05-21T10:13:22.519Z[ recovery-image] May 21 10:13:20.999 INFO O| May 21 10:13:20.999 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48052026-05-21T10:13:22.519Z[ recovery-image] May 21 10:13:20.999 INFO O| May 21 10:13:20.999 INFO ok!
48062026-05-21T10:13:22.519Z[ recovery-image] May 21 10:13:20.999 INFO O| May 21 10:13:20.999 INFO STEP 59 (ensure_file) COMPLETE
48072026-05-21T10:13:22.519Z[ recovery-image] May 21 10:13:20.999 INFO O| May 21 10:13:20.999 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48082026-05-21T10:13:22.527Z[ recovery-image] May 21 10:13:21.009 INFO O| May 21 10:13:21.009 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
48092026-05-21T10:13:22.527Z[ recovery-image] May 21 10:13:21.009 INFO O| May 21 10:13:21.009 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
48102026-05-21T10:13:22.527Z[ recovery-image] May 21 10:13:21.009 INFO O| May 21 10:13:21.009 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48112026-05-21T10:13:22.527Z[ recovery-image] May 21 10:13:21.009 INFO O| May 21 10:13:21.009 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48122026-05-21T10:13:22.527Z[ recovery-image] May 21 10:13:21.009 INFO O| May 21 10:13:21.009 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48132026-05-21T10:13:22.527Z[ recovery-image] May 21 10:13:21.009 INFO O| May 21 10:13:21.009 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48142026-05-21T10:13:22.527Z[ recovery-image] May 21 10:13:21.009 INFO O| May 21 10:13:21.009 INFO ok!
48152026-05-21T10:13:22.527Z[ recovery-image] May 21 10:13:21.009 INFO O| May 21 10:13:21.009 INFO STEP 60 (ensure_file) COMPLETE
48162026-05-21T10:13:22.530Z[ recovery-image] May 21 10:13:21.009 INFO O| May 21 10:13:21.009 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48172026-05-21T10:13:22.538Z[ recovery-image] May 21 10:13:21.019 INFO O| May 21 10:13:21.019 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48182026-05-21T10:13:22.539Z[ recovery-image] May 21 10:13:21.019 INFO O| May 21 10:13:21.019 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48192026-05-21T10:13:22.539Z[ recovery-image] May 21 10:13:21.019 INFO O| May 21 10:13:21.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48202026-05-21T10:13:22.539Z[ recovery-image] May 21 10:13:21.019 INFO O| May 21 10:13:21.019 INFO ok!
48212026-05-21T10:13:22.539Z[ recovery-image] May 21 10:13:21.019 INFO O| May 21 10:13:21.019 INFO STEP 61 (ensure_file) COMPLETE
48222026-05-21T10:13:22.539Z[ recovery-image] May 21 10:13:21.019 INFO O| May 21 10:13:21.019 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48232026-05-21T10:13:22.549Z[ recovery-image] May 21 10:13:21.029 INFO O| May 21 10:13:21.029 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48242026-05-21T10:13:22.549Z[ recovery-image] May 21 10:13:21.029 INFO O| May 21 10:13:21.029 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48252026-05-21T10:13:22.549Z[ recovery-image] May 21 10:13:21.029 INFO O| May 21 10:13:21.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48262026-05-21T10:13:22.549Z[ recovery-image] May 21 10:13:21.029 INFO O| May 21 10:13:21.029 INFO ok!
48272026-05-21T10:13:22.549Z[ recovery-image] May 21 10:13:21.029 INFO O| May 21 10:13:21.029 INFO STEP 62 (ensure_file) COMPLETE
48282026-05-21T10:13:22.549Z[ recovery-image] May 21 10:13:21.029 INFO O| May 21 10:13:21.029 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48292026-05-21T10:13:22.557Z[ recovery-image] May 21 10:13:21.039 INFO O| May 21 10:13:21.039 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48302026-05-21T10:13:22.557Z[ recovery-image] May 21 10:13:21.039 INFO O| May 21 10:13:21.039 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48312026-05-21T10:13:22.565Z[ recovery-image] May 21 10:13:21.039 INFO O| May 21 10:13:21.039 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48322026-05-21T10:13:22.565Z[ recovery-image] May 21 10:13:21.039 INFO O| May 21 10:13:21.039 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48332026-05-21T10:13:22.565Z[ recovery-image] May 21 10:13:21.039 INFO O| May 21 10:13:21.039 INFO ok!
48342026-05-21T10:13:22.565Z[ recovery-image] May 21 10:13:21.039 INFO O| May 21 10:13:21.039 INFO STEP 63 (ensure_file) COMPLETE
48352026-05-21T10:13:22.565Z[ recovery-image] May 21 10:13:21.039 INFO O| May 21 10:13:21.039 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48362026-05-21T10:13:22.573Z[ recovery-image] May 21 10:13:21.049 INFO O| May 21 10:13:21.049 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48372026-05-21T10:13:22.573Z[ recovery-image] May 21 10:13:21.049 INFO O| May 21 10:13:21.049 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48382026-05-21T10:13:22.573Z[ recovery-image] May 21 10:13:21.049 INFO O| May 21 10:13:21.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48392026-05-21T10:13:22.573Z[ recovery-image] May 21 10:13:21.049 INFO O| May 21 10:13:21.049 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48402026-05-21T10:13:22.573Z[ recovery-image] May 21 10:13:21.049 INFO O| May 21 10:13:21.049 INFO ok!
48412026-05-21T10:13:22.573Z[ recovery-image] May 21 10:13:21.049 INFO O| May 21 10:13:21.049 INFO STEP 64 (ensure_file) COMPLETE
48422026-05-21T10:13:22.573Z[ recovery-image] May 21 10:13:21.049 INFO O| May 21 10:13:21.049 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48432026-05-21T10:13:22.573Z[ recovery-image] May 21 10:13:21.059 INFO O| May 21 10:13:21.059 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48442026-05-21T10:13:22.573Z[ recovery-image] May 21 10:13:21.059 INFO O| May 21 10:13:21.059 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48452026-05-21T10:13:22.573Z[ recovery-image] May 21 10:13:21.059 INFO O| May 21 10:13:21.059 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48462026-05-21T10:13:22.586Z[ recovery-image] May 21 10:13:21.059 INFO O| May 21 10:13:21.059 INFO ok!
48472026-05-21T10:13:22.586Z[ recovery-image] May 21 10:13:21.059 INFO O| May 21 10:13:21.059 INFO STEP 65 (assemble_files) COMPLETE
48482026-05-21T10:13:22.586Z[ recovery-image] May 21 10:13:21.059 INFO O| May 21 10:13:21.059 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48492026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48502026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48512026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48522026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48532026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO ok!
48542026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO STEP 66 (ensure_file) COMPLETE
48552026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48562026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO skip step because feature "omicron1" is not enabled
48572026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48582026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO skip step because feature "omicron1" is not enabled
48592026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48602026-05-21T10:13:22.593Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO skip step because feature "omicron1" is not enabled
48612026-05-21T10:13:22.594Z[ recovery-image] May 21 10:13:21.069 INFO O| May 21 10:13:21.069 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48622026-05-21T10:13:22.602Z[ recovery-image] May 21 10:13:21.083 INFO O| May 21 10:13:21.082 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48632026-05-21T10:13:22.602Z[ recovery-image] May 21 10:13:21.083 INFO O| May 21 10:13:21.083 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48642026-05-21T10:13:27.150Z[ recovery-image] May 21 10:13:22.233 INFO O| May 21 10:13:22.232 INFO STEP 70 (pack_tar) COMPLETE
48652026-05-21T10:13:27.150Z[ recovery-image] May 21 10:13:22.233 INFO O| May 21 10:13:22.232 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48662026-05-21T10:13:27.202Z[ recovery-image] May 21 10:13:22.233 INFO O| May 21 10:13:22.232 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48672026-05-21T10:13:27.202Z[ recovery-image] May 21 10:13:22.724 INFO O| May 21 10:13:22.724 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48682026-05-21T10:13:27.202Z[ recovery-image] May 21 10:13:22.919 INFO O| May 21 10:13:22.919 INFO completed processing sled/ramdisk-02-trim
48692026-05-21T10:13:27.202Z[ recovery-image] May 21 10:13:22.921 INFO image builder template: ramdisk-03-recovery-trim...
48702026-05-21T10:13:27.202Z[ recovery-image] May 21 10:13:22.921 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/.tmpaO6uCV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-03-recovery-trim"], pwd: None
48712026-05-21T10:13:27.202Z[ recovery-image] May 21 10:13:22.926 INFO O| May 21 10:13:22.926 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48722026-05-21T10:13:27.202Z[ recovery-image] May 21 10:13:23.001 INFO O| May 21 10:13:23.001 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48732026-05-21T10:13:27.202Z[ recovery-image] May 21 10:13:23.005 INFO O| May 21 10:13:23.005 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48742026-05-21T10:13:27.202Z[ recovery-image] May 21 10:13:23.063 INFO O| May 21 10:13:23.063 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48752026-05-21T10:13:27.202Z[ recovery-image] May 21 10:13:23.102 INFO O| May 21 10:13:23.102 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48762026-05-21T10:13:27.203Z[ recovery-image] May 21 10:13:23.102 INFO O| May 21 10:13:23.102 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48772026-05-21T10:13:27.203Z[ recovery-image] May 21 10:13:23.109 INFO O| May 21 10:13:23.109 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48782026-05-21T10:13:27.203Z[ recovery-image] May 21 10:13:23.114 INFO O| May 21 10:13:23.114 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48792026-05-21T10:13:27.203Z[ recovery-image] May 21 10:13:23.119 INFO O| May 21 10:13:23.118 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48802026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.617 INFO O| May 21 10:13:23.617 INFO rolled back to input snapshot; work may begin
48812026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.617 INFO O| May 21 10:13:23.617 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48822026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.622 INFO O| May 21 10:13:23.622 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48832026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.631 INFO O| May 21 10:13:23.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48842026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.647 INFO O| May 21 10:13:23.647 INFO STEP 0 (remove_files) COMPLETE
48852026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.647 INFO O| May 21 10:13:23.647 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48862026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.658 INFO O| May 21 10:13:23.657 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48872026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.711 INFO O| May 21 10:13:23.711 INFO STEP 1 (remove_files) COMPLETE
48882026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.711 INFO O| May 21 10:13:23.711 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48892026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.722 INFO O| May 21 10:13:23.722 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48902026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.724 INFO O| May 21 10:13:23.724 INFO STEP 2 (remove_files) COMPLETE
48912026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.724 INFO O| May 21 10:13:23.724 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48922026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.734 INFO O| May 21 10:13:23.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48932026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.772 INFO O| May 21 10:13:23.772 INFO STEP 3 (remove_files) COMPLETE
48942026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.772 INFO O| May 21 10:13:23.772 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48952026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.783 INFO O| May 21 10:13:23.783 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48962026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.866 INFO O| May 21 10:13:23.857 INFO STEP 4 (remove_files) COMPLETE
48972026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.866 INFO O| May 21 10:13:23.857 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48982026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.869 INFO O| May 21 10:13:23.869 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48992026-05-21T10:13:27.220Z[ recovery-image] May 21 10:13:23.893 INFO O| May 21 10:13:23.893 INFO STEP 5 (remove_files) COMPLETE
49002026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:23.893 INFO O| May 21 10:13:23.893 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49012026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:23.904 INFO O| May 21 10:13:23.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49022026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:23.946 INFO O| May 21 10:13:23.946 INFO STEP 6 (remove_files) COMPLETE
49032026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:23.947 INFO O| May 21 10:13:23.946 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49042026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:23.957 INFO O| May 21 10:13:23.957 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49052026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.001 INFO O| May 21 10:13:24.001 INFO STEP 7 (remove_files) COMPLETE
49062026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.001 INFO O| May 21 10:13:24.001 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49072026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.013 INFO O| May 21 10:13:24.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49082026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.039 INFO O| May 21 10:13:24.039 INFO STEP 8 (remove_files) COMPLETE
49092026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.039 INFO O| May 21 10:13:24.039 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49102026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.055 INFO O| May 21 10:13:24.055 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49112026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.056 INFO O| May 21 10:13:24.056 INFO STEP 9 (remove_files) COMPLETE
49122026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.056 INFO O| May 21 10:13:24.056 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49132026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.065 INFO O| May 21 10:13:24.065 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49142026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.116 INFO O| May 21 10:13:24.116 INFO STEP 10 (remove_files) COMPLETE
49152026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.116 INFO O| May 21 10:13:24.116 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49162026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.127 INFO O| May 21 10:13:24.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49172026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.130 INFO O| May 21 10:13:24.130 INFO STEP 11 (remove_files) COMPLETE
49182026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.130 INFO O| May 21 10:13:24.130 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49192026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.140 INFO O| May 21 10:13:24.140 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49202026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.143 INFO O| May 21 10:13:24.143 INFO STEP 12 (remove_files) COMPLETE
49212026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.143 INFO O| May 21 10:13:24.143 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49222026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.152 INFO O| May 21 10:13:24.152 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49232026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.153 INFO O| May 21 10:13:24.153 INFO STEP 13 (remove_files) COMPLETE
49242026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.153 INFO O| May 21 10:13:24.153 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49252026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.162 INFO O| May 21 10:13:24.162 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49262026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.163 INFO O| May 21 10:13:24.163 INFO STEP 14 (remove_files) COMPLETE
49272026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.163 INFO O| May 21 10:13:24.163 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49282026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.172 INFO O| May 21 10:13:24.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49292026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.183 INFO O| May 21 10:13:24.182 INFO STEP 15 (remove_files) COMPLETE
49302026-05-21T10:13:27.221Z[ recovery-image] May 21 10:13:24.183 INFO O| May 21 10:13:24.182 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49312026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.193 INFO O| May 21 10:13:24.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49322026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.193 INFO O| May 21 10:13:24.193 INFO STEP 16 (remove_files) COMPLETE
49332026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.193 INFO O| May 21 10:13:24.193 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49342026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.204 INFO O| May 21 10:13:24.204 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49352026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.205 INFO O| May 21 10:13:24.205 INFO STEP 17 (remove_files) COMPLETE
49362026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.205 INFO O| May 21 10:13:24.205 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49372026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.214 INFO O| May 21 10:13:24.214 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49382026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.269 INFO O| May 21 10:13:24.269 INFO STEP 18 (remove_files) COMPLETE
49392026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.269 INFO O| May 21 10:13:24.269 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49402026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.300 INFO O| May 21 10:13:24.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49412026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.331 INFO O| May 21 10:13:24.331 INFO STEP 19 (remove_files) COMPLETE
49422026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.331 INFO O| May 21 10:13:24.331 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49432026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.341 INFO O| May 21 10:13:24.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49442026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.366 INFO O| May 21 10:13:24.366 INFO STEP 20 (remove_files) COMPLETE
49452026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.366 INFO O| May 21 10:13:24.366 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49462026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.399 INFO O| May 21 10:13:24.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49472026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.469 INFO O| May 21 10:13:24.469 INFO STEP 21 (remove_files) COMPLETE
49482026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.469 INFO O| May 21 10:13:24.469 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49492026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.506 INFO O| May 21 10:13:24.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49502026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.506 INFO O| May 21 10:13:24.506 INFO STEP 22 (remove_files) COMPLETE
49512026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.506 INFO O| May 21 10:13:24.506 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49522026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.517 INFO O| May 21 10:13:24.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49532026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.520 INFO O| May 21 10:13:24.520 INFO STEP 23 (remove_files) COMPLETE
49542026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.520 INFO O| May 21 10:13:24.520 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49552026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.529 INFO O| May 21 10:13:24.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49562026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.544 INFO O| May 21 10:13:24.544 INFO STEP 24 (remove_files) COMPLETE
49572026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.544 INFO O| May 21 10:13:24.544 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49582026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.559 INFO O| May 21 10:13:24.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49592026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.559 INFO O| May 21 10:13:24.559 INFO STEP 25 (remove_files) COMPLETE
49602026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.559 INFO O| May 21 10:13:24.559 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49612026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.569 INFO O| May 21 10:13:24.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49622026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.587 INFO O| May 21 10:13:24.587 INFO STEP 26 (remove_files) COMPLETE
49632026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.587 INFO O| May 21 10:13:24.587 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49642026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.599 INFO O| May 21 10:13:24.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49652026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.599 INFO O| May 21 10:13:24.599 INFO STEP 27 (remove_files) COMPLETE
49662026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.599 INFO O| May 21 10:13:24.599 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49672026-05-21T10:13:27.222Z[ recovery-image] May 21 10:13:24.636 INFO O| May 21 10:13:24.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49682026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.638 INFO O| May 21 10:13:24.638 INFO STEP 28 (remove_files) COMPLETE
49692026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.638 INFO O| May 21 10:13:24.638 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49702026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.650 INFO O| May 21 10:13:24.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49712026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.650 INFO O| May 21 10:13:24.650 INFO STEP 29 (remove_files) COMPLETE
49722026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.650 INFO O| May 21 10:13:24.650 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49732026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.682 INFO O| May 21 10:13:24.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49742026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.684 INFO O| May 21 10:13:24.684 INFO STEP 30 (remove_files) COMPLETE
49752026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.684 INFO O| May 21 10:13:24.684 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49762026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.693 INFO O| May 21 10:13:24.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49772026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.693 INFO O| May 21 10:13:24.693 INFO STEP 31 (remove_files) COMPLETE
49782026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.693 INFO O| May 21 10:13:24.693 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49792026-05-21T10:13:27.223Z[ recovery-image] May 21 10:13:24.702 INFO O| May 21 10:13:24.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49802026-05-21T10:13:27.230Z[ recovery-image] May 21 10:13:24.702 INFO O| May 21 10:13:24.702 INFO STEP 32 (remove_files) COMPLETE
49812026-05-21T10:13:27.230Z[ recovery-image] May 21 10:13:24.702 INFO O| May 21 10:13:24.702 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49822026-05-21T10:13:27.230Z[ recovery-image] May 21 10:13:24.711 INFO O| May 21 10:13:24.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49832026-05-21T10:13:27.230Z[ recovery-image] May 21 10:13:24.711 INFO O| May 21 10:13:24.711 INFO STEP 33 (remove_files) COMPLETE
49842026-05-21T10:13:27.230Z[ recovery-image] May 21 10:13:24.711 INFO O| May 21 10:13:24.711 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49852026-05-21T10:13:27.230Z[ recovery-image] May 21 10:13:24.720 INFO O| May 21 10:13:24.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49862026-05-21T10:13:27.230Z[ recovery-image] May 21 10:13:24.720 INFO O| May 21 10:13:24.720 INFO STEP 34 (remove_files) COMPLETE
49872026-05-21T10:13:27.230Z[ recovery-image] May 21 10:13:24.720 INFO O| May 21 10:13:24.720 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49882026-05-21T10:13:27.230Z[ recovery-image] May 21 10:13:24.737 INFO O| May 21 10:13:24.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49892026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.737 INFO O| May 21 10:13:24.737 INFO STEP 35 (remove_files) COMPLETE
49902026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.751 INFO O| May 21 10:13:24.737 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49912026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.765 INFO O| May 21 10:13:24.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49922026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.765 INFO O| May 21 10:13:24.765 INFO STEP 36 (remove_files) COMPLETE
49932026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.765 INFO O| May 21 10:13:24.765 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49942026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.776 INFO O| May 21 10:13:24.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49952026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.797 INFO O| May 21 10:13:24.797 INFO STEP 37 (remove_files) COMPLETE
49962026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.797 INFO O| May 21 10:13:24.797 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49972026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.807 INFO O| May 21 10:13:24.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49982026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.807 INFO O| May 21 10:13:24.807 INFO STEP 38 (remove_files) COMPLETE
49992026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.807 INFO O| May 21 10:13:24.807 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50002026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.852 INFO O| May 21 10:13:24.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
50012026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.852 INFO O| May 21 10:13:24.852 INFO STEP 39 (remove_files) COMPLETE
50022026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.852 INFO O| May 21 10:13:24.852 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50032026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.861 INFO O| May 21 10:13:24.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50042026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.861 INFO O| May 21 10:13:24.861 INFO STEP 40 (remove_files) COMPLETE
50052026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.861 INFO O| May 21 10:13:24.861 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50062026-05-21T10:13:27.231Z[ recovery-image] May 21 10:13:24.869 INFO O| May 21 10:13:24.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50072026-05-21T10:13:27.235Z[ recovery-image] May 21 10:13:24.869 INFO O| May 21 10:13:24.869 INFO STEP 41 (remove_files) COMPLETE
50082026-05-21T10:13:27.235Z[ recovery-image] May 21 10:13:24.869 INFO O| May 21 10:13:24.869 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50092026-05-21T10:13:27.235Z[ recovery-image] May 21 10:13:24.877 INFO O| May 21 10:13:24.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50102026-05-21T10:13:27.235Z[ recovery-image] May 21 10:13:24.877 INFO O| May 21 10:13:24.877 INFO STEP 42 (remove_files) COMPLETE
50112026-05-21T10:13:27.235Z[ recovery-image] May 21 10:13:24.877 INFO O| May 21 10:13:24.877 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50122026-05-21T10:13:27.235Z[ recovery-image] May 21 10:13:24.884 INFO O| May 21 10:13:24.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50132026-05-21T10:13:27.235Z[ recovery-image] May 21 10:13:24.885 INFO O| May 21 10:13:24.884 INFO STEP 43 (remove_files) COMPLETE
50142026-05-21T10:13:27.235Z[ recovery-image] May 21 10:13:24.885 INFO O| May 21 10:13:24.884 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50152026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.893 INFO O| May 21 10:13:24.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50162026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.893 INFO O| May 21 10:13:24.893 INFO STEP 44 (remove_files) COMPLETE
50172026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.893 INFO O| May 21 10:13:24.893 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50182026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.901 INFO O| May 21 10:13:24.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50192026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.902 INFO O| May 21 10:13:24.901 INFO STEP 45 (remove_files) COMPLETE
50202026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.902 INFO O| May 21 10:13:24.901 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50212026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.927 INFO O| May 21 10:13:24.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50222026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.927 INFO O| May 21 10:13:24.927 INFO STEP 46 (remove_files) COMPLETE
50232026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.927 INFO O| May 21 10:13:24.927 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50242026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.938 INFO O| May 21 10:13:24.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50252026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.938 INFO O| May 21 10:13:24.938 INFO STEP 47 (remove_files) COMPLETE
50262026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.938 INFO O| May 21 10:13:24.938 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50272026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.947 INFO O| May 21 10:13:24.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50282026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.948 INFO O| May 21 10:13:24.948 INFO STEP 48 (remove_files) COMPLETE
50292026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.948 INFO O| May 21 10:13:24.948 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50302026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.957 INFO O| May 21 10:13:24.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50312026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.996 INFO O| May 21 10:13:24.996 INFO STEP 49 (remove_files) COMPLETE
50322026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:24.996 INFO O| May 21 10:13:24.996 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50332026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:25.006 INFO O| May 21 10:13:25.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50342026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:25.006 INFO O| May 21 10:13:25.006 INFO STEP 50 (remove_files) COMPLETE
50352026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:25.006 INFO O| May 21 10:13:25.006 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50362026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:25.016 INFO O| May 21 10:13:25.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50372026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:25.017 INFO O| May 21 10:13:25.017 INFO STEP 51 (remove_files) COMPLETE
50382026-05-21T10:13:27.236Z[ recovery-image] May 21 10:13:25.017 INFO O| May 21 10:13:25.017 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50392026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.025 INFO O| May 21 10:13:25.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50402026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.025 INFO O| May 21 10:13:25.025 INFO STEP 52 (remove_files) COMPLETE
50412026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.025 INFO O| May 21 10:13:25.025 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50422026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.034 INFO O| May 21 10:13:25.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50432026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.034 INFO O| May 21 10:13:25.034 INFO STEP 53 (remove_files) COMPLETE
50442026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.034 INFO O| May 21 10:13:25.034 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50452026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.044 INFO O| May 21 10:13:25.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50462026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.044 INFO O| May 21 10:13:25.044 INFO STEP 54 (remove_files) COMPLETE
50472026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.044 INFO O| May 21 10:13:25.044 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50482026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.062 INFO O| May 21 10:13:25.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50492026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.062 INFO O| May 21 10:13:25.062 INFO STEP 55 (remove_files) COMPLETE
50502026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.062 INFO O| May 21 10:13:25.062 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50512026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.072 INFO O| May 21 10:13:25.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50522026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.072 INFO O| May 21 10:13:25.072 INFO STEP 56 (remove_files) COMPLETE
50532026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.072 INFO O| May 21 10:13:25.072 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50542026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.084 INFO O| May 21 10:13:25.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50552026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.084 INFO O| May 21 10:13:25.084 INFO STEP 57 (remove_files) COMPLETE
50562026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.084 INFO O| May 21 10:13:25.084 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50572026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.094 INFO O| May 21 10:13:25.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50582026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.094 INFO O| May 21 10:13:25.094 INFO STEP 58 (remove_files) COMPLETE
50592026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.094 INFO O| May 21 10:13:25.094 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50602026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.104 INFO O| May 21 10:13:25.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50612026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.104 INFO O| May 21 10:13:25.104 INFO STEP 59 (remove_files) COMPLETE
50622026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.104 INFO O| May 21 10:13:25.104 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50632026-05-21T10:13:27.237Z[ recovery-image] May 21 10:13:25.114 INFO O| May 21 10:13:25.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50642026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.114 INFO O| May 21 10:13:25.114 INFO STEP 60 (remove_files) COMPLETE
50652026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.114 INFO O| May 21 10:13:25.114 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50662026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.126 INFO O| May 21 10:13:25.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50672026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.126 INFO O| May 21 10:13:25.126 INFO STEP 61 (remove_files) COMPLETE
50682026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.126 INFO O| May 21 10:13:25.126 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50692026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.134 INFO O| May 21 10:13:25.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50702026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.135 INFO O| May 21 10:13:25.135 INFO STEP 62 (remove_files) COMPLETE
50712026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.135 INFO O| May 21 10:13:25.135 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50722026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.143 INFO O| May 21 10:13:25.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50732026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.143 INFO O| May 21 10:13:25.143 INFO STEP 63 (remove_files) COMPLETE
50742026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.143 INFO O| May 21 10:13:25.143 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50752026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.150 INFO O| May 21 10:13:25.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50762026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.150 INFO O| May 21 10:13:25.150 INFO STEP 64 (remove_files) COMPLETE
50772026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.150 INFO O| May 21 10:13:25.150 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50782026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.157 INFO O| May 21 10:13:25.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50792026-05-21T10:13:27.238Z[ recovery-image] May 21 10:13:25.157 INFO O| May 21 10:13:25.157 INFO STEP 65 (remove_files) COMPLETE
50802026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.157 INFO O| May 21 10:13:25.157 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50812026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.165 INFO O| May 21 10:13:25.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50822026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.165 INFO O| May 21 10:13:25.165 INFO STEP 66 (remove_files) COMPLETE
50832026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.165 INFO O| May 21 10:13:25.165 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50842026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.175 INFO O| May 21 10:13:25.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50852026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.175 INFO O| May 21 10:13:25.175 INFO STEP 67 (remove_files) COMPLETE
50862026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.175 INFO O| May 21 10:13:25.175 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50872026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.185 INFO O| May 21 10:13:25.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50882026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.185 INFO O| May 21 10:13:25.185 INFO STEP 68 (remove_files) COMPLETE
50892026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.185 INFO O| May 21 10:13:25.185 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50902026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.195 INFO O| May 21 10:13:25.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50912026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.195 INFO O| May 21 10:13:25.195 INFO STEP 69 (remove_files) COMPLETE
50922026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.195 INFO O| May 21 10:13:25.195 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50932026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.205 INFO O| May 21 10:13:25.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50942026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.205 INFO O| May 21 10:13:25.205 INFO STEP 70 (remove_files) COMPLETE
50952026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.205 INFO O| May 21 10:13:25.205 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50962026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.215 INFO O| May 21 10:13:25.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50972026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.215 INFO O| May 21 10:13:25.215 INFO STEP 71 (remove_files) COMPLETE
50982026-05-21T10:13:27.243Z[ recovery-image] May 21 10:13:25.215 INFO O| May 21 10:13:25.215 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50992026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.225 INFO O| May 21 10:13:25.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
51002026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.225 INFO O| May 21 10:13:25.225 INFO STEP 72 (remove_files) COMPLETE
51012026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.225 INFO O| May 21 10:13:25.225 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51022026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.235 INFO O| May 21 10:13:25.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51032026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.235 INFO O| May 21 10:13:25.235 INFO STEP 73 (remove_files) COMPLETE
51042026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.235 INFO O| May 21 10:13:25.235 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51052026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.245 INFO O| May 21 10:13:25.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51062026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.245 INFO O| May 21 10:13:25.245 INFO STEP 74 (remove_files) COMPLETE
51072026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.245 INFO O| May 21 10:13:25.245 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51082026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.255 INFO O| May 21 10:13:25.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51092026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.255 INFO O| May 21 10:13:25.255 INFO STEP 75 (remove_files) COMPLETE
51102026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.255 INFO O| May 21 10:13:25.255 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51112026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.264 INFO O| May 21 10:13:25.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51122026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.264 INFO O| May 21 10:13:25.264 INFO STEP 76 (remove_files) COMPLETE
51132026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.264 INFO O| May 21 10:13:25.264 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51142026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.274 INFO O| May 21 10:13:25.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51152026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.274 INFO O| May 21 10:13:25.274 INFO STEP 77 (remove_files) COMPLETE
51162026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.274 INFO O| May 21 10:13:25.274 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51172026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.284 INFO O| May 21 10:13:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51182026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.284 INFO O| May 21 10:13:25.284 INFO STEP 78 (remove_files) COMPLETE
51192026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.284 INFO O| May 21 10:13:25.284 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51202026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.293 INFO O| May 21 10:13:25.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51212026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.293 INFO O| May 21 10:13:25.293 INFO STEP 79 (remove_files) COMPLETE
51222026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.293 INFO O| May 21 10:13:25.293 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51232026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.303 INFO O| May 21 10:13:25.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51242026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.303 INFO O| May 21 10:13:25.303 INFO STEP 80 (remove_files) COMPLETE
51252026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.303 INFO O| May 21 10:13:25.303 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51262026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.312 INFO O| May 21 10:13:25.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51272026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.312 INFO O| May 21 10:13:25.312 INFO STEP 81 (remove_files) COMPLETE
51282026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.312 INFO O| May 21 10:13:25.312 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51292026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.322 INFO O| May 21 10:13:25.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51302026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.322 INFO O| May 21 10:13:25.322 INFO STEP 82 (remove_files) COMPLETE
51312026-05-21T10:13:27.244Z[ recovery-image] May 21 10:13:25.322 INFO O| May 21 10:13:25.322 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51322026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.332 INFO O| May 21 10:13:25.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51332026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.332 INFO O| May 21 10:13:25.332 INFO STEP 83 (remove_files) COMPLETE
51342026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.332 INFO O| May 21 10:13:25.332 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51352026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.342 INFO O| May 21 10:13:25.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51362026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.447 INFO O| May 21 10:13:25.447 INFO STEP 84 (remove_files) COMPLETE
51372026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.447 INFO O| May 21 10:13:25.447 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51382026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.543 INFO O| May 21 10:13:25.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51392026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.543 INFO O| May 21 10:13:25.543 INFO STEP 85 (remove_files) COMPLETE
51402026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.544 INFO O| May 21 10:13:25.544 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51412026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.609 INFO O| May 21 10:13:25.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51422026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.609 INFO O| May 21 10:13:25.609 INFO STEP 86 (remove_files) COMPLETE
51432026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.609 INFO O| May 21 10:13:25.609 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51442026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.619 INFO O| May 21 10:13:25.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51452026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.639 INFO O| May 21 10:13:25.639 INFO STEP 87 (remove_files) COMPLETE
51462026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.639 INFO O| May 21 10:13:25.639 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51472026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.675 INFO O| May 21 10:13:25.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51482026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.675 INFO O| May 21 10:13:25.675 INFO STEP 88 (remove_files) COMPLETE
51492026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.675 INFO O| May 21 10:13:25.675 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51502026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.685 INFO O| May 21 10:13:25.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51512026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.685 INFO O| May 21 10:13:25.685 INFO STEP 89 (remove_files) COMPLETE
51522026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.685 INFO O| May 21 10:13:25.685 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51532026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.696 INFO O| May 21 10:13:25.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51542026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.696 INFO O| May 21 10:13:25.696 INFO STEP 90 (remove_files) COMPLETE
51552026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.696 INFO O| May 21 10:13:25.696 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51562026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.707 INFO O| May 21 10:13:25.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51572026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.707 INFO O| May 21 10:13:25.707 INFO STEP 91 (remove_files) COMPLETE
51582026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.707 INFO O| May 21 10:13:25.707 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51592026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.717 INFO O| May 21 10:13:25.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51602026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.717 INFO O| May 21 10:13:25.717 INFO STEP 92 (remove_files) COMPLETE
51612026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.717 INFO O| May 21 10:13:25.717 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51622026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.727 INFO O| May 21 10:13:25.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51632026-05-21T10:13:27.245Z[ recovery-image] May 21 10:13:25.728 INFO O| May 21 10:13:25.728 INFO STEP 93 (remove_files) COMPLETE
51642026-05-21T10:13:27.246Z[ recovery-image] May 21 10:13:25.728 INFO O| May 21 10:13:25.728 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51652026-05-21T10:13:27.251Z[ recovery-image] May 21 10:13:25.737 INFO O| May 21 10:13:25.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51662026-05-21T10:13:27.251Z[ recovery-image] May 21 10:13:25.737 INFO O| May 21 10:13:25.737 INFO STEP 94 (remove_files) COMPLETE
51672026-05-21T10:13:27.251Z[ recovery-image] May 21 10:13:25.737 INFO O| May 21 10:13:25.737 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51682026-05-21T10:13:27.259Z[ recovery-image] May 21 10:13:25.748 INFO O| May 21 10:13:25.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51692026-05-21T10:13:27.259Z[ recovery-image] May 21 10:13:25.748 INFO O| May 21 10:13:25.748 INFO STEP 95 (remove_files) COMPLETE
51702026-05-21T10:13:27.265Z[ recovery-image] May 21 10:13:25.748 INFO O| May 21 10:13:25.748 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51712026-05-21T10:13:27.277Z[ recovery-image] May 21 10:13:25.766 INFO O| May 21 10:13:25.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51722026-05-21T10:13:27.277Z[ recovery-image] May 21 10:13:25.766 INFO O| May 21 10:13:25.766 INFO STEP 96 (remove_files) COMPLETE
51732026-05-21T10:13:27.277Z[ recovery-image] May 21 10:13:25.766 INFO O| May 21 10:13:25.766 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51742026-05-21T10:13:27.286Z[ recovery-image] May 21 10:13:25.775 INFO O| May 21 10:13:25.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51752026-05-21T10:13:27.286Z[ recovery-image] May 21 10:13:25.775 INFO O| May 21 10:13:25.775 INFO STEP 97 (remove_files) COMPLETE
51762026-05-21T10:13:27.286Z[ recovery-image] May 21 10:13:25.775 INFO O| May 21 10:13:25.775 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51772026-05-21T10:13:27.295Z[ recovery-image] May 21 10:13:25.784 INFO O| May 21 10:13:25.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51782026-05-21T10:13:27.295Z[ recovery-image] May 21 10:13:25.784 INFO O| May 21 10:13:25.784 INFO STEP 98 (remove_files) COMPLETE
51792026-05-21T10:13:27.299Z[ recovery-image] May 21 10:13:25.784 INFO O| May 21 10:13:25.784 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51802026-05-21T10:13:27.306Z[ recovery-image] May 21 10:13:25.792 INFO O| May 21 10:13:25.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51812026-05-21T10:13:27.326Z[ recovery-image] May 21 10:13:25.816 INFO O| May 21 10:13:25.816 INFO STEP 99 (remove_files) COMPLETE
51822026-05-21T10:13:27.327Z[ recovery-image] May 21 10:13:25.816 INFO O| May 21 10:13:25.816 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51832026-05-21T10:13:27.361Z[ recovery-image] May 21 10:13:25.850 INFO O| May 21 10:13:25.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51842026-05-21T10:13:27.361Z[ recovery-image] May 21 10:13:25.850 INFO O| May 21 10:13:25.850 INFO STEP 100 (remove_files) COMPLETE
51852026-05-21T10:13:27.361Z[ recovery-image] May 21 10:13:25.850 INFO O| May 21 10:13:25.850 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51862026-05-21T10:13:27.412Z[ recovery-image] May 21 10:13:25.901 INFO O| May 21 10:13:25.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51872026-05-21T10:13:27.412Z[ recovery-image] May 21 10:13:25.901 INFO O| May 21 10:13:25.901 INFO STEP 101 (remove_files) COMPLETE
51882026-05-21T10:13:27.412Z[ recovery-image] May 21 10:13:25.901 INFO O| May 21 10:13:25.901 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51892026-05-21T10:13:27.421Z[ recovery-image] May 21 10:13:25.910 INFO O| May 21 10:13:25.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51902026-05-21T10:13:27.421Z[ recovery-image] May 21 10:13:25.910 INFO O| May 21 10:13:25.910 INFO STEP 102 (remove_files) COMPLETE
51912026-05-21T10:13:27.421Z[ recovery-image] May 21 10:13:25.910 INFO O| May 21 10:13:25.910 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51922026-05-21T10:13:27.430Z[ recovery-image] May 21 10:13:25.919 INFO O| May 21 10:13:25.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51932026-05-21T10:13:27.431Z[ recovery-image] May 21 10:13:25.919 INFO O| May 21 10:13:25.919 INFO STEP 103 (remove_files) COMPLETE
51942026-05-21T10:13:27.431Z[ recovery-image] May 21 10:13:25.919 INFO O| May 21 10:13:25.919 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51952026-05-21T10:13:27.438Z[ recovery-image] May 21 10:13:25.927 INFO O| May 21 10:13:25.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51962026-05-21T10:13:27.438Z[ recovery-image] May 21 10:13:25.927 INFO O| May 21 10:13:25.927 INFO STEP 104 (remove_files) COMPLETE
51972026-05-21T10:13:27.438Z[ recovery-image] May 21 10:13:25.927 INFO O| May 21 10:13:25.927 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51982026-05-21T10:13:27.446Z[ recovery-image] May 21 10:13:25.936 INFO O| May 21 10:13:25.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51992026-05-21T10:13:27.446Z[ recovery-image] May 21 10:13:25.936 INFO O| May 21 10:13:25.936 INFO STEP 105 (remove_files) COMPLETE
52002026-05-21T10:13:27.450Z[ recovery-image] May 21 10:13:25.936 INFO O| May 21 10:13:25.936 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52012026-05-21T10:13:27.454Z[ recovery-image] May 21 10:13:25.944 INFO O| May 21 10:13:25.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52022026-05-21T10:13:27.454Z[ recovery-image] May 21 10:13:25.944 INFO O| May 21 10:13:25.944 INFO STEP 106 (remove_files) COMPLETE
52032026-05-21T10:13:27.458Z[ recovery-image] May 21 10:13:25.944 INFO O| May 21 10:13:25.944 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52042026-05-21T10:13:27.463Z[ recovery-image] May 21 10:13:25.953 INFO O| May 21 10:13:25.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52052026-05-21T10:13:27.463Z[ recovery-image] May 21 10:13:25.953 INFO O| May 21 10:13:25.953 INFO STEP 107 (remove_files) COMPLETE
52062026-05-21T10:13:27.466Z[ recovery-image] May 21 10:13:25.953 INFO O| May 21 10:13:25.953 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52072026-05-21T10:13:27.472Z[ recovery-image] May 21 10:13:25.962 INFO O| May 21 10:13:25.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52082026-05-21T10:13:27.472Z[ recovery-image] May 21 10:13:25.962 INFO O| May 21 10:13:25.962 INFO STEP 108 (remove_files) COMPLETE
52092026-05-21T10:13:27.472Z[ recovery-image] May 21 10:13:25.962 INFO O| May 21 10:13:25.962 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52102026-05-21T10:13:27.482Z[ recovery-image] May 21 10:13:25.971 INFO O| May 21 10:13:25.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52112026-05-21T10:13:27.482Z[ recovery-image] May 21 10:13:25.971 INFO O| May 21 10:13:25.971 INFO STEP 109 (remove_files) COMPLETE
52122026-05-21T10:13:27.485Z[ recovery-image] May 21 10:13:25.971 INFO O| May 21 10:13:25.971 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52132026-05-21T10:13:27.490Z[ recovery-image] May 21 10:13:25.980 INFO O| May 21 10:13:25.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52142026-05-21T10:13:27.490Z[ recovery-image] May 21 10:13:25.980 INFO O| May 21 10:13:25.980 INFO STEP 110 (remove_files) COMPLETE
52152026-05-21T10:13:27.494Z[ recovery-image] May 21 10:13:25.980 INFO O| May 21 10:13:25.980 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52162026-05-21T10:13:27.515Z[ recovery-image] May 21 10:13:26.004 INFO O| May 21 10:13:26.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52172026-05-21T10:13:27.515Z[ recovery-image] May 21 10:13:26.004 INFO O| May 21 10:13:26.004 INFO STEP 111 (remove_files) COMPLETE
52182026-05-21T10:13:27.518Z[ recovery-image] May 21 10:13:26.004 INFO O| May 21 10:13:26.004 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52192026-05-21T10:13:27.525Z[ recovery-image] May 21 10:13:26.014 INFO O| May 21 10:13:26.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52202026-05-21T10:13:27.525Z[ recovery-image] May 21 10:13:26.014 INFO O| May 21 10:13:26.014 INFO STEP 112 (remove_files) COMPLETE
52212026-05-21T10:13:27.528Z[ recovery-image] May 21 10:13:26.014 INFO O| May 21 10:13:26.014 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-05-21T10:13:27.535Z[ recovery-image] May 21 10:13:26.024 INFO O| May 21 10:13:26.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52232026-05-21T10:13:27.535Z[ recovery-image] May 21 10:13:26.024 INFO O| May 21 10:13:26.024 INFO STEP 113 (remove_files) COMPLETE
52242026-05-21T10:13:27.538Z[ recovery-image] May 21 10:13:26.025 INFO O| May 21 10:13:26.024 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-05-21T10:13:27.572Z[ recovery-image] May 21 10:13:26.061 INFO O| May 21 10:13:26.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52262026-05-21T10:13:27.572Z[ recovery-image] May 21 10:13:26.061 INFO O| May 21 10:13:26.061 INFO STEP 114 (remove_files) COMPLETE
52272026-05-21T10:13:27.575Z[ recovery-image] May 21 10:13:26.061 INFO O| May 21 10:13:26.061 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-05-21T10:13:27.582Z[ recovery-image] May 21 10:13:26.071 INFO O| May 21 10:13:26.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52292026-05-21T10:13:27.582Z[ recovery-image] May 21 10:13:26.071 INFO O| May 21 10:13:26.071 INFO STEP 115 (remove_files) COMPLETE
52302026-05-21T10:13:27.582Z[ recovery-image] May 21 10:13:26.071 INFO O| May 21 10:13:26.071 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-05-21T10:13:27.592Z[ recovery-image] May 21 10:13:26.081 INFO O| May 21 10:13:26.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52322026-05-21T10:13:27.592Z[ recovery-image] May 21 10:13:26.081 INFO O| May 21 10:13:26.081 INFO STEP 116 (remove_files) COMPLETE
52332026-05-21T10:13:27.592Z[ recovery-image] May 21 10:13:26.081 INFO O| May 21 10:13:26.081 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-05-21T10:13:27.603Z[ recovery-image] May 21 10:13:26.093 INFO O| May 21 10:13:26.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52352026-05-21T10:13:27.603Z[ recovery-image] May 21 10:13:26.093 INFO O| May 21 10:13:26.093 INFO STEP 117 (remove_files) COMPLETE
52362026-05-21T10:13:27.606Z[ recovery-image] May 21 10:13:26.093 INFO O| May 21 10:13:26.093 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-05-21T10:13:27.614Z[ recovery-image] May 21 10:13:26.104 INFO O| May 21 10:13:26.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52382026-05-21T10:13:27.614Z[ recovery-image] May 21 10:13:26.104 INFO O| May 21 10:13:26.104 INFO STEP 118 (remove_files) COMPLETE
52392026-05-21T10:13:27.617Z[ recovery-image] May 21 10:13:26.104 INFO O| May 21 10:13:26.104 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-05-21T10:13:27.624Z[ recovery-image] May 21 10:13:26.113 INFO O| May 21 10:13:26.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52412026-05-21T10:13:27.624Z[ recovery-image] May 21 10:13:26.114 INFO O| May 21 10:13:26.114 INFO STEP 119 (remove_files) COMPLETE
52422026-05-21T10:13:27.627Z[ recovery-image] May 21 10:13:26.114 INFO O| May 21 10:13:26.114 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-05-21T10:13:27.634Z[ recovery-image] May 21 10:13:26.123 INFO O| May 21 10:13:26.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52442026-05-21T10:13:27.634Z[ recovery-image] May 21 10:13:26.123 INFO O| May 21 10:13:26.123 INFO STEP 120 (remove_files) COMPLETE
52452026-05-21T10:13:27.637Z[ recovery-image] May 21 10:13:26.123 INFO O| May 21 10:13:26.123 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-05-21T10:13:27.644Z[ recovery-image] May 21 10:13:26.133 INFO O| May 21 10:13:26.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52472026-05-21T10:13:27.644Z[ recovery-image] May 21 10:13:26.133 INFO O| May 21 10:13:26.133 INFO STEP 121 (remove_files) COMPLETE
52482026-05-21T10:13:27.646Z[ recovery-image] May 21 10:13:26.133 INFO O| May 21 10:13:26.133 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-05-21T10:13:27.654Z[ recovery-image] May 21 10:13:26.143 INFO O| May 21 10:13:26.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52502026-05-21T10:13:27.654Z[ recovery-image] May 21 10:13:26.143 INFO O| May 21 10:13:26.143 INFO STEP 122 (remove_files) COMPLETE
52512026-05-21T10:13:27.654Z[ recovery-image] May 21 10:13:26.143 INFO O| May 21 10:13:26.143 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-05-21T10:13:27.664Z[ recovery-image] May 21 10:13:26.153 INFO O| May 21 10:13:26.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52532026-05-21T10:13:27.664Z[ recovery-image] May 21 10:13:26.153 INFO O| May 21 10:13:26.153 INFO STEP 123 (remove_files) COMPLETE
52542026-05-21T10:13:27.664Z[ recovery-image] May 21 10:13:26.153 INFO O| May 21 10:13:26.153 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-05-21T10:13:27.675Z[ recovery-image] May 21 10:13:26.164 INFO O| May 21 10:13:26.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52562026-05-21T10:13:27.675Z[ recovery-image] May 21 10:13:26.164 INFO O| May 21 10:13:26.164 INFO STEP 124 (remove_files) COMPLETE
52572026-05-21T10:13:27.675Z[ recovery-image] May 21 10:13:26.164 INFO O| May 21 10:13:26.164 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-05-21T10:13:27.684Z[ recovery-image] May 21 10:13:26.174 INFO O| May 21 10:13:26.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52592026-05-21T10:13:27.684Z[ recovery-image] May 21 10:13:26.174 INFO O| May 21 10:13:26.174 INFO STEP 125 (remove_files) COMPLETE
52602026-05-21T10:13:27.687Z[ recovery-image] May 21 10:13:26.174 INFO O| May 21 10:13:26.174 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-05-21T10:13:27.694Z[ recovery-image] May 21 10:13:26.183 INFO O| May 21 10:13:26.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52622026-05-21T10:13:27.694Z[ recovery-image] May 21 10:13:26.183 INFO O| May 21 10:13:26.183 INFO STEP 126 (remove_files) COMPLETE
52632026-05-21T10:13:27.694Z[ recovery-image] May 21 10:13:26.183 INFO O| May 21 10:13:26.183 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-05-21T10:13:27.703Z[ recovery-image] May 21 10:13:26.192 INFO O| May 21 10:13:26.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52652026-05-21T10:13:27.703Z[ recovery-image] May 21 10:13:26.192 INFO O| May 21 10:13:26.192 INFO STEP 127 (remove_files) COMPLETE
52662026-05-21T10:13:27.705Z[ recovery-image] May 21 10:13:26.192 INFO O| May 21 10:13:26.192 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-05-21T10:13:27.714Z[ recovery-image] May 21 10:13:26.203 INFO O| May 21 10:13:26.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52682026-05-21T10:13:27.714Z[ recovery-image] May 21 10:13:26.204 INFO O| May 21 10:13:26.204 INFO STEP 128 (remove_files) COMPLETE
52692026-05-21T10:13:27.717Z[ recovery-image] May 21 10:13:26.204 INFO O| May 21 10:13:26.204 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-05-21T10:13:27.724Z[ recovery-image] May 21 10:13:26.214 INFO O| May 21 10:13:26.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52712026-05-21T10:13:27.724Z[ recovery-image] May 21 10:13:26.214 INFO O| May 21 10:13:26.214 INFO STEP 129 (remove_files) COMPLETE
52722026-05-21T10:13:27.728Z[ recovery-image] May 21 10:13:26.214 INFO O| May 21 10:13:26.214 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-05-21T10:13:27.735Z[ recovery-image] May 21 10:13:26.224 INFO O| May 21 10:13:26.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52742026-05-21T10:13:27.735Z[ recovery-image] May 21 10:13:26.224 INFO O| May 21 10:13:26.224 INFO STEP 130 (remove_files) COMPLETE
52752026-05-21T10:13:27.738Z[ recovery-image] May 21 10:13:26.224 INFO O| May 21 10:13:26.224 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-05-21T10:13:27.745Z[ recovery-image] May 21 10:13:26.234 INFO O| May 21 10:13:26.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52772026-05-21T10:13:27.745Z[ recovery-image] May 21 10:13:26.234 INFO O| May 21 10:13:26.234 INFO STEP 131 (remove_files) COMPLETE
52782026-05-21T10:13:27.745Z[ recovery-image] May 21 10:13:26.234 INFO O| May 21 10:13:26.234 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-05-21T10:13:27.754Z[ recovery-image] May 21 10:13:26.244 INFO O| May 21 10:13:26.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52802026-05-21T10:13:27.754Z[ recovery-image] May 21 10:13:26.244 INFO O| May 21 10:13:26.244 INFO STEP 132 (remove_files) COMPLETE
52812026-05-21T10:13:27.758Z[ recovery-image] May 21 10:13:26.244 INFO O| May 21 10:13:26.244 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-05-21T10:13:27.763Z[ recovery-image] May 21 10:13:26.253 INFO O| May 21 10:13:26.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52832026-05-21T10:13:27.763Z[ recovery-image] May 21 10:13:26.253 INFO O| May 21 10:13:26.253 INFO STEP 133 (remove_files) COMPLETE
52842026-05-21T10:13:27.767Z[ recovery-image] May 21 10:13:26.253 INFO O| May 21 10:13:26.253 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-05-21T10:13:27.773Z[ recovery-image] May 21 10:13:26.262 INFO O| May 21 10:13:26.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52862026-05-21T10:13:27.773Z[ recovery-image] May 21 10:13:26.262 INFO O| May 21 10:13:26.262 INFO STEP 134 (remove_files) COMPLETE
52872026-05-21T10:13:27.776Z[ recovery-image] May 21 10:13:26.262 INFO O| May 21 10:13:26.262 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-05-21T10:13:27.783Z[ recovery-image] May 21 10:13:26.272 INFO O| May 21 10:13:26.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52892026-05-21T10:13:27.783Z[ recovery-image] May 21 10:13:26.273 INFO O| May 21 10:13:26.272 INFO STEP 135 (remove_files) COMPLETE
52902026-05-21T10:13:27.786Z[ recovery-image] May 21 10:13:26.273 INFO O| May 21 10:13:26.273 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-05-21T10:13:27.793Z[ recovery-image] May 21 10:13:26.283 INFO O| May 21 10:13:26.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52922026-05-21T10:13:27.793Z[ recovery-image] May 21 10:13:26.283 INFO O| May 21 10:13:26.283 INFO STEP 136 (remove_files) COMPLETE
52932026-05-21T10:13:27.796Z[ recovery-image] May 21 10:13:26.283 INFO O| May 21 10:13:26.283 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-05-21T10:13:27.803Z[ recovery-image] May 21 10:13:26.292 INFO O| May 21 10:13:26.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52952026-05-21T10:13:27.803Z[ recovery-image] May 21 10:13:26.292 INFO O| May 21 10:13:26.292 INFO STEP 137 (remove_files) COMPLETE
52962026-05-21T10:13:27.806Z[ recovery-image] May 21 10:13:26.292 INFO O| May 21 10:13:26.292 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-05-21T10:13:27.812Z[ recovery-image] May 21 10:13:26.301 INFO O| May 21 10:13:26.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52982026-05-21T10:13:27.812Z[ recovery-image] May 21 10:13:26.301 INFO O| May 21 10:13:26.301 INFO STEP 138 (remove_files) COMPLETE
52992026-05-21T10:13:27.812Z[ recovery-image] May 21 10:13:26.301 INFO O| May 21 10:13:26.301 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-05-21T10:13:27.821Z[ recovery-image] May 21 10:13:26.311 INFO O| May 21 10:13:26.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
53012026-05-21T10:13:27.824Z[ recovery-image] May 21 10:13:26.311 INFO O| May 21 10:13:26.311 INFO STEP 139 (remove_files) COMPLETE
53022026-05-21T10:13:27.825Z[ recovery-image] May 21 10:13:26.311 INFO O| May 21 10:13:26.311 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-05-21T10:13:27.833Z[ recovery-image] May 21 10:13:26.323 INFO O| May 21 10:13:26.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53042026-05-21T10:13:27.833Z[ recovery-image] May 21 10:13:26.323 INFO O| May 21 10:13:26.323 INFO STEP 140 (remove_files) COMPLETE
53052026-05-21T10:13:27.833Z[ recovery-image] May 21 10:13:26.323 INFO O| May 21 10:13:26.323 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-05-21T10:13:27.844Z[ recovery-image] May 21 10:13:26.333 INFO O| May 21 10:13:26.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53072026-05-21T10:13:27.847Z[ recovery-image] May 21 10:13:26.334 INFO O| May 21 10:13:26.334 INFO STEP 141 (remove_files) COMPLETE
53082026-05-21T10:13:27.847Z[ recovery-image] May 21 10:13:26.334 INFO O| May 21 10:13:26.334 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-05-21T10:13:27.855Z[ recovery-image] May 21 10:13:26.345 INFO O| May 21 10:13:26.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53102026-05-21T10:13:27.855Z[ recovery-image] May 21 10:13:26.345 INFO O| May 21 10:13:26.345 INFO STEP 142 (remove_files) COMPLETE
53112026-05-21T10:13:27.855Z[ recovery-image] May 21 10:13:26.345 INFO O| May 21 10:13:26.345 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-05-21T10:13:27.864Z[ recovery-image] May 21 10:13:26.354 INFO O| May 21 10:13:26.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53132026-05-21T10:13:27.864Z[ recovery-image] May 21 10:13:26.354 INFO O| May 21 10:13:26.354 INFO STEP 143 (remove_files) COMPLETE
53142026-05-21T10:13:27.864Z[ recovery-image] May 21 10:13:26.354 INFO O| May 21 10:13:26.354 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-05-21T10:13:27.874Z[ recovery-image] May 21 10:13:26.363 INFO O| May 21 10:13:26.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53162026-05-21T10:13:27.874Z[ recovery-image] May 21 10:13:26.363 INFO O| May 21 10:13:26.363 INFO STEP 144 (remove_files) COMPLETE
53172026-05-21T10:13:27.874Z[ recovery-image] May 21 10:13:26.363 INFO O| May 21 10:13:26.363 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-05-21T10:13:27.883Z[ recovery-image] May 21 10:13:26.373 INFO O| May 21 10:13:26.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53192026-05-21T10:13:27.884Z[ recovery-image] May 21 10:13:26.373 INFO O| May 21 10:13:26.373 INFO STEP 145 (remove_files) COMPLETE
53202026-05-21T10:13:27.884Z[ recovery-image] May 21 10:13:26.373 INFO O| May 21 10:13:26.373 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-05-21T10:13:27.893Z[ recovery-image] May 21 10:13:26.383 INFO O| May 21 10:13:26.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53222026-05-21T10:13:27.893Z[ recovery-image] May 21 10:13:26.383 INFO O| May 21 10:13:26.383 INFO STEP 146 (remove_files) COMPLETE
53232026-05-21T10:13:27.893Z[ recovery-image] May 21 10:13:26.383 INFO O| May 21 10:13:26.383 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-05-21T10:13:27.903Z[ recovery-image] May 21 10:13:26.392 INFO O| May 21 10:13:26.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53252026-05-21T10:13:27.903Z[ recovery-image] May 21 10:13:26.392 INFO O| May 21 10:13:26.392 INFO STEP 147 (remove_files) COMPLETE
53262026-05-21T10:13:27.903Z[ recovery-image] May 21 10:13:26.392 INFO O| May 21 10:13:26.392 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-05-21T10:13:27.913Z[ recovery-image] May 21 10:13:26.402 INFO O| May 21 10:13:26.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53282026-05-21T10:13:27.913Z[ recovery-image] May 21 10:13:26.402 INFO O| May 21 10:13:26.402 INFO STEP 148 (remove_files) COMPLETE
53292026-05-21T10:13:27.913Z[ recovery-image] May 21 10:13:26.402 INFO O| May 21 10:13:26.402 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-05-21T10:13:27.923Z[ recovery-image] May 21 10:13:26.412 INFO O| May 21 10:13:26.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53312026-05-21T10:13:27.923Z[ recovery-image] May 21 10:13:26.412 INFO O| May 21 10:13:26.412 INFO STEP 149 (remove_files) COMPLETE
53322026-05-21T10:13:27.923Z[ recovery-image] May 21 10:13:26.412 INFO O| May 21 10:13:26.412 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-05-21T10:13:27.933Z[ recovery-image] May 21 10:13:26.422 INFO O| May 21 10:13:26.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53342026-05-21T10:13:27.933Z[ recovery-image] May 21 10:13:26.422 INFO O| May 21 10:13:26.422 INFO STEP 150 (remove_files) COMPLETE
53352026-05-21T10:13:27.933Z[ recovery-image] May 21 10:13:26.422 INFO O| May 21 10:13:26.422 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-05-21T10:13:27.943Z[ recovery-image] May 21 10:13:26.432 INFO O| May 21 10:13:26.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53372026-05-21T10:13:27.943Z[ recovery-image] May 21 10:13:26.432 INFO O| May 21 10:13:26.432 INFO STEP 151 (remove_files) COMPLETE
53382026-05-21T10:13:27.943Z[ recovery-image] May 21 10:13:26.432 INFO O| May 21 10:13:26.432 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-05-21T10:13:27.953Z[ recovery-image] May 21 10:13:26.442 INFO O| May 21 10:13:26.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53402026-05-21T10:13:27.953Z[ recovery-image] May 21 10:13:26.442 INFO O| May 21 10:13:26.442 INFO STEP 152 (remove_files) COMPLETE
53412026-05-21T10:13:27.953Z[ recovery-image] May 21 10:13:26.442 INFO O| May 21 10:13:26.442 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-05-21T10:13:27.963Z[ recovery-image] May 21 10:13:26.452 INFO O| May 21 10:13:26.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53432026-05-21T10:13:27.963Z[ recovery-image] May 21 10:13:26.452 INFO O| May 21 10:13:26.452 INFO STEP 153 (remove_files) COMPLETE
53442026-05-21T10:13:27.963Z[ recovery-image] May 21 10:13:26.452 INFO O| May 21 10:13:26.452 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-05-21T10:13:27.973Z[ recovery-image] May 21 10:13:26.462 INFO O| May 21 10:13:26.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53462026-05-21T10:13:27.973Z[ recovery-image] May 21 10:13:26.462 INFO O| May 21 10:13:26.462 INFO STEP 154 (remove_files) COMPLETE
53472026-05-21T10:13:27.973Z[ recovery-image] May 21 10:13:26.462 INFO O| May 21 10:13:26.462 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-05-21T10:13:27.983Z[ recovery-image] May 21 10:13:26.472 INFO O| May 21 10:13:26.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53492026-05-21T10:13:27.983Z[ recovery-image] May 21 10:13:26.472 INFO O| May 21 10:13:26.472 INFO STEP 155 (remove_files) COMPLETE
53502026-05-21T10:13:27.983Z[ recovery-image] May 21 10:13:26.472 INFO O| May 21 10:13:26.472 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-05-21T10:13:27.992Z[ recovery-image] May 21 10:13:26.482 INFO O| May 21 10:13:26.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53522026-05-21T10:13:27.992Z[ recovery-image] May 21 10:13:26.482 INFO O| May 21 10:13:26.482 INFO STEP 156 (remove_files) COMPLETE
53532026-05-21T10:13:27.992Z[ recovery-image] May 21 10:13:26.482 INFO O| May 21 10:13:26.482 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-05-21T10:13:28.001Z[ recovery-image] May 21 10:13:26.491 INFO O| May 21 10:13:26.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53552026-05-21T10:13:28.001Z[ recovery-image] May 21 10:13:26.491 INFO O| May 21 10:13:26.491 INFO STEP 157 (remove_files) COMPLETE
53562026-05-21T10:13:28.001Z[ recovery-image] May 21 10:13:26.491 INFO O| May 21 10:13:26.491 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-05-21T10:13:28.010Z[ recovery-image] May 21 10:13:26.500 INFO O| May 21 10:13:26.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53582026-05-21T10:13:28.010Z[ recovery-image] May 21 10:13:26.500 INFO O| May 21 10:13:26.500 INFO STEP 158 (remove_files) COMPLETE
53592026-05-21T10:13:28.013Z[ recovery-image] May 21 10:13:26.500 INFO O| May 21 10:13:26.500 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-05-21T10:13:28.034Z[ recovery-image] May 21 10:13:26.509 INFO O| May 21 10:13:26.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53612026-05-21T10:13:28.034Z[ recovery-image] May 21 10:13:26.509 INFO O| May 21 10:13:26.509 INFO STEP 159 (remove_files) COMPLETE
53622026-05-21T10:13:28.034Z[ recovery-image] May 21 10:13:26.509 INFO O| May 21 10:13:26.509 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-05-21T10:13:28.034Z[ recovery-image] May 21 10:13:26.519 INFO O| May 21 10:13:26.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53642026-05-21T10:13:28.034Z[ recovery-image] May 21 10:13:26.519 INFO O| May 21 10:13:26.519 INFO STEP 160 (remove_files) COMPLETE
53652026-05-21T10:13:28.034Z[ recovery-image] May 21 10:13:26.519 INFO O| May 21 10:13:26.519 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-05-21T10:13:28.065Z[ recovery-image] May 21 10:13:26.528 INFO O| May 21 10:13:26.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53672026-05-21T10:13:28.065Z[ recovery-image] May 21 10:13:26.528 INFO O| May 21 10:13:26.528 INFO STEP 161 (remove_files) COMPLETE
53682026-05-21T10:13:28.065Z[ recovery-image] May 21 10:13:26.528 INFO O| May 21 10:13:26.528 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-05-21T10:13:28.065Z[ recovery-image] May 21 10:13:26.537 INFO O| May 21 10:13:26.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53702026-05-21T10:13:28.065Z[ recovery-image] May 21 10:13:26.537 INFO O| May 21 10:13:26.537 INFO STEP 162 (remove_files) COMPLETE
53712026-05-21T10:13:28.065Z[ recovery-image] May 21 10:13:26.537 INFO O| May 21 10:13:26.537 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-05-21T10:13:28.065Z[ recovery-image] May 21 10:13:26.546 INFO O| May 21 10:13:26.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53732026-05-21T10:13:28.065Z[ recovery-image] May 21 10:13:26.546 INFO O| May 21 10:13:26.546 INFO STEP 163 (remove_files) COMPLETE
53742026-05-21T10:13:28.065Z[ recovery-image] May 21 10:13:26.546 INFO O| May 21 10:13:26.546 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-05-21T10:13:28.069Z[ recovery-image] May 21 10:13:26.556 INFO O| May 21 10:13:26.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53762026-05-21T10:13:28.069Z[ recovery-image] May 21 10:13:26.557 INFO O| May 21 10:13:26.557 INFO STEP 164 (remove_files) COMPLETE
53772026-05-21T10:13:28.069Z[ recovery-image] May 21 10:13:26.557 INFO O| May 21 10:13:26.557 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-05-21T10:13:28.077Z[ recovery-image] May 21 10:13:26.566 INFO O| May 21 10:13:26.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53792026-05-21T10:13:28.077Z[ recovery-image] May 21 10:13:26.566 INFO O| May 21 10:13:26.566 INFO STEP 165 (remove_files) COMPLETE
53802026-05-21T10:13:28.077Z[ recovery-image] May 21 10:13:26.566 INFO O| May 21 10:13:26.566 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-05-21T10:13:28.087Z[ recovery-image] May 21 10:13:26.576 INFO O| May 21 10:13:26.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53822026-05-21T10:13:28.087Z[ recovery-image] May 21 10:13:26.576 INFO O| May 21 10:13:26.576 INFO STEP 166 (remove_files) COMPLETE
53832026-05-21T10:13:28.090Z[ recovery-image] May 21 10:13:26.576 INFO O| May 21 10:13:26.576 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-05-21T10:13:28.097Z[ recovery-image] May 21 10:13:26.587 INFO O| May 21 10:13:26.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53852026-05-21T10:13:28.097Z[ recovery-image] May 21 10:13:26.587 INFO O| May 21 10:13:26.587 INFO STEP 167 (remove_files) COMPLETE
53862026-05-21T10:13:28.097Z[ recovery-image] May 21 10:13:26.587 INFO O| May 21 10:13:26.587 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-05-21T10:13:28.108Z[ recovery-image] May 21 10:13:26.597 INFO O| May 21 10:13:26.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53882026-05-21T10:13:28.108Z[ recovery-image] May 21 10:13:26.597 INFO O| May 21 10:13:26.597 INFO STEP 168 (remove_files) COMPLETE
53892026-05-21T10:13:28.108Z[ recovery-image] May 21 10:13:26.597 INFO O| May 21 10:13:26.597 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-05-21T10:13:28.120Z[ recovery-image] May 21 10:13:26.607 INFO O| May 21 10:13:26.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53912026-05-21T10:13:28.120Z[ recovery-image] May 21 10:13:26.607 INFO O| May 21 10:13:26.607 INFO STEP 169 (remove_files) COMPLETE
53922026-05-21T10:13:28.123Z[ recovery-image] May 21 10:13:26.607 INFO O| May 21 10:13:26.607 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-05-21T10:13:28.128Z[ recovery-image] May 21 10:13:26.617 INFO O| May 21 10:13:26.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53942026-05-21T10:13:28.128Z[ recovery-image] May 21 10:13:26.618 INFO O| May 21 10:13:26.617 INFO STEP 170 (remove_files) COMPLETE
53952026-05-21T10:13:28.128Z[ recovery-image] May 21 10:13:26.618 INFO O| May 21 10:13:26.618 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-05-21T10:13:28.138Z[ recovery-image] May 21 10:13:26.628 INFO O| May 21 10:13:26.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53972026-05-21T10:13:28.139Z[ recovery-image] May 21 10:13:26.628 INFO O| May 21 10:13:26.628 INFO STEP 171 (remove_files) COMPLETE
53982026-05-21T10:13:28.139Z[ recovery-image] May 21 10:13:26.628 INFO O| May 21 10:13:26.628 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-05-21T10:13:28.149Z[ recovery-image] May 21 10:13:26.638 INFO O| May 21 10:13:26.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
54002026-05-21T10:13:28.149Z[ recovery-image] May 21 10:13:26.639 INFO O| May 21 10:13:26.639 INFO STEP 172 (remove_files) COMPLETE
54012026-05-21T10:13:28.152Z[ recovery-image] May 21 10:13:26.639 INFO O| May 21 10:13:26.639 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-05-21T10:13:28.160Z[ recovery-image] May 21 10:13:26.649 INFO O| May 21 10:13:26.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54032026-05-21T10:13:28.160Z[ recovery-image] May 21 10:13:26.649 INFO O| May 21 10:13:26.649 INFO STEP 173 (remove_files) COMPLETE
54042026-05-21T10:13:28.160Z[ recovery-image] May 21 10:13:26.649 INFO O| May 21 10:13:26.649 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-05-21T10:13:28.170Z[ recovery-image] May 21 10:13:26.659 INFO O| May 21 10:13:26.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54062026-05-21T10:13:28.173Z[ recovery-image] May 21 10:13:26.660 INFO O| May 21 10:13:26.660 INFO STEP 174 (remove_files) COMPLETE
54072026-05-21T10:13:28.173Z[ recovery-image] May 21 10:13:26.660 INFO O| May 21 10:13:26.660 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-05-21T10:13:28.191Z[ recovery-image] May 21 10:13:26.669 INFO O| May 21 10:13:26.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54092026-05-21T10:13:28.191Z[ recovery-image] May 21 10:13:26.669 INFO O| May 21 10:13:26.669 INFO STEP 175 (remove_files) COMPLETE
54102026-05-21T10:13:28.269Z[ recovery-image] May 21 10:13:26.669 INFO O| May 21 10:13:26.669 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-05-21T10:13:28.269Z[ recovery-image] May 21 10:13:26.678 INFO O| May 21 10:13:26.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54122026-05-21T10:13:28.269Z[ recovery-image] May 21 10:13:26.678 INFO O| May 21 10:13:26.678 INFO STEP 176 (remove_files) COMPLETE
54132026-05-21T10:13:28.269Z[ recovery-image] May 21 10:13:26.678 INFO O| May 21 10:13:26.678 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-05-21T10:13:28.273Z[ recovery-image] May 21 10:13:26.688 INFO O| May 21 10:13:26.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54152026-05-21T10:13:28.273Z[ recovery-image] May 21 10:13:26.688 INFO O| May 21 10:13:26.688 INFO STEP 177 (remove_files) COMPLETE
54162026-05-21T10:13:28.273Z[ recovery-image] May 21 10:13:26.689 INFO O| May 21 10:13:26.688 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-05-21T10:13:28.273Z[ recovery-image] May 21 10:13:26.698 INFO O| May 21 10:13:26.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54182026-05-21T10:13:28.273Z[ recovery-image] May 21 10:13:26.699 INFO O| May 21 10:13:26.699 INFO STEP 178 (remove_files) COMPLETE
54192026-05-21T10:13:28.273Z[ recovery-image] May 21 10:13:26.699 INFO O| May 21 10:13:26.699 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-05-21T10:13:28.273Z[ recovery-image] May 21 10:13:26.708 INFO O| May 21 10:13:26.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54212026-05-21T10:13:28.273Z[ recovery-image] May 21 10:13:26.708 INFO O| May 21 10:13:26.708 INFO STEP 179 (remove_files) COMPLETE
54222026-05-21T10:13:28.273Z[ recovery-image] May 21 10:13:26.708 INFO O| May 21 10:13:26.708 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.718 INFO O| May 21 10:13:26.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54242026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.718 INFO O| May 21 10:13:26.718 INFO STEP 180 (remove_files) COMPLETE
54252026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.718 INFO O| May 21 10:13:26.718 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.728 INFO O| May 21 10:13:26.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54272026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.728 INFO O| May 21 10:13:26.728 INFO STEP 181 (remove_files) COMPLETE
54282026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.728 INFO O| May 21 10:13:26.728 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.738 INFO O| May 21 10:13:26.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54302026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.738 INFO O| May 21 10:13:26.738 INFO STEP 182 (remove_files) COMPLETE
54312026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.738 INFO O| May 21 10:13:26.738 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.748 INFO O| May 21 10:13:26.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54332026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.748 INFO O| May 21 10:13:26.748 INFO STEP 183 (remove_files) COMPLETE
54342026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.748 INFO O| May 21 10:13:26.748 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.758 INFO O| May 21 10:13:26.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54362026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.758 INFO O| May 21 10:13:26.758 INFO STEP 184 (remove_files) COMPLETE
54372026-05-21T10:13:28.274Z[ recovery-image] May 21 10:13:26.758 INFO O| May 21 10:13:26.758 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-05-21T10:13:28.278Z[ recovery-image] May 21 10:13:26.768 INFO O| May 21 10:13:26.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54392026-05-21T10:13:28.278Z[ recovery-image] May 21 10:13:26.768 INFO O| May 21 10:13:26.768 INFO STEP 185 (remove_files) COMPLETE
54402026-05-21T10:13:28.281Z[ recovery-image] May 21 10:13:26.768 INFO O| May 21 10:13:26.768 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-05-21T10:13:28.288Z[ recovery-image] May 21 10:13:26.777 INFO O| May 21 10:13:26.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54422026-05-21T10:13:28.288Z[ recovery-image] May 21 10:13:26.777 INFO O| May 21 10:13:26.777 INFO STEP 186 (remove_files) COMPLETE
54432026-05-21T10:13:28.288Z[ recovery-image] May 21 10:13:26.777 INFO O| May 21 10:13:26.777 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-05-21T10:13:28.297Z[ recovery-image] May 21 10:13:26.787 INFO O| May 21 10:13:26.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54452026-05-21T10:13:28.297Z[ recovery-image] May 21 10:13:26.787 INFO O| May 21 10:13:26.787 INFO STEP 187 (remove_files) COMPLETE
54462026-05-21T10:13:28.301Z[ recovery-image] May 21 10:13:26.787 INFO O| May 21 10:13:26.787 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-05-21T10:13:28.307Z[ recovery-image] May 21 10:13:26.796 INFO O| May 21 10:13:26.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54482026-05-21T10:13:28.307Z[ recovery-image] May 21 10:13:26.796 INFO O| May 21 10:13:26.796 INFO STEP 188 (remove_files) COMPLETE
54492026-05-21T10:13:28.307Z[ recovery-image] May 21 10:13:26.796 INFO O| May 21 10:13:26.796 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-05-21T10:13:28.317Z[ recovery-image] May 21 10:13:26.807 INFO O| May 21 10:13:26.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54512026-05-21T10:13:28.317Z[ recovery-image] May 21 10:13:26.807 INFO O| May 21 10:13:26.807 INFO STEP 189 (remove_files) COMPLETE
54522026-05-21T10:13:28.321Z[ recovery-image] May 21 10:13:26.807 INFO O| May 21 10:13:26.807 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-05-21T10:13:28.327Z[ recovery-image] May 21 10:13:26.816 INFO O| May 21 10:13:26.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54542026-05-21T10:13:28.327Z[ recovery-image] May 21 10:13:26.816 INFO O| May 21 10:13:26.816 INFO STEP 190 (remove_files) COMPLETE
54552026-05-21T10:13:28.330Z[ recovery-image] May 21 10:13:26.816 INFO O| May 21 10:13:26.816 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-05-21T10:13:28.337Z[ recovery-image] May 21 10:13:26.827 INFO O| May 21 10:13:26.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54572026-05-21T10:13:28.337Z[ recovery-image] May 21 10:13:26.827 INFO O| May 21 10:13:26.827 INFO STEP 191 (remove_files) COMPLETE
54582026-05-21T10:13:28.337Z[ recovery-image] May 21 10:13:26.827 INFO O| May 21 10:13:26.827 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-05-21T10:13:28.348Z[ recovery-image] May 21 10:13:26.837 INFO O| May 21 10:13:26.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54602026-05-21T10:13:28.348Z[ recovery-image] May 21 10:13:26.837 INFO O| May 21 10:13:26.837 INFO STEP 192 (remove_files) COMPLETE
54612026-05-21T10:13:28.351Z[ recovery-image] May 21 10:13:26.837 INFO O| May 21 10:13:26.837 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-05-21T10:13:28.358Z[ recovery-image] May 21 10:13:26.848 INFO O| May 21 10:13:26.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54632026-05-21T10:13:28.359Z[ recovery-image] May 21 10:13:26.848 INFO O| May 21 10:13:26.848 INFO STEP 193 (remove_files) COMPLETE
54642026-05-21T10:13:28.362Z[ recovery-image] May 21 10:13:26.848 INFO O| May 21 10:13:26.848 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-05-21T10:13:28.368Z[ recovery-image] May 21 10:13:26.857 INFO O| May 21 10:13:26.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54662026-05-21T10:13:28.368Z[ recovery-image] May 21 10:13:26.857 INFO O| May 21 10:13:26.857 INFO STEP 194 (remove_files) COMPLETE
54672026-05-21T10:13:28.371Z[ recovery-image] May 21 10:13:26.857 INFO O| May 21 10:13:26.857 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-05-21T10:13:28.378Z[ recovery-image] May 21 10:13:26.867 INFO O| May 21 10:13:26.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54692026-05-21T10:13:28.378Z[ recovery-image] May 21 10:13:26.867 INFO O| May 21 10:13:26.867 INFO STEP 195 (remove_files) COMPLETE
54702026-05-21T10:13:28.378Z[ recovery-image] May 21 10:13:26.867 INFO O| May 21 10:13:26.867 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-05-21T10:13:28.387Z[ recovery-image] May 21 10:13:26.877 INFO O| May 21 10:13:26.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54722026-05-21T10:13:28.387Z[ recovery-image] May 21 10:13:26.877 INFO O| May 21 10:13:26.877 INFO STEP 196 (remove_files) COMPLETE
54732026-05-21T10:13:28.387Z[ recovery-image] May 21 10:13:26.877 INFO O| May 21 10:13:26.877 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-05-21T10:13:28.396Z[ recovery-image] May 21 10:13:26.885 INFO O| May 21 10:13:26.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54752026-05-21T10:13:28.396Z[ recovery-image] May 21 10:13:26.886 INFO O| May 21 10:13:26.886 INFO STEP 197 (remove_files) COMPLETE
54762026-05-21T10:13:28.396Z[ recovery-image] May 21 10:13:26.886 INFO O| May 21 10:13:26.886 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-05-21T10:13:28.405Z[ recovery-image] May 21 10:13:26.894 INFO O| May 21 10:13:26.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54782026-05-21T10:13:28.405Z[ recovery-image] May 21 10:13:26.894 INFO O| May 21 10:13:26.894 INFO STEP 198 (remove_files) COMPLETE
54792026-05-21T10:13:28.408Z[ recovery-image] May 21 10:13:26.894 INFO O| May 21 10:13:26.894 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-05-21T10:13:28.415Z[ recovery-image] May 21 10:13:26.905 INFO O| May 21 10:13:26.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54812026-05-21T10:13:28.418Z[ recovery-image] May 21 10:13:26.906 INFO O| May 21 10:13:26.906 INFO STEP 199 (remove_files) COMPLETE
54822026-05-21T10:13:28.418Z[ recovery-image] May 21 10:13:26.906 INFO O| May 21 10:13:26.906 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-05-21T10:13:28.426Z[ recovery-image] May 21 10:13:26.915 INFO O| May 21 10:13:26.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54842026-05-21T10:13:28.426Z[ recovery-image] May 21 10:13:26.915 INFO O| May 21 10:13:26.915 INFO STEP 200 (remove_files) COMPLETE
54852026-05-21T10:13:28.429Z[ recovery-image] May 21 10:13:26.915 INFO O| May 21 10:13:26.915 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-05-21T10:13:28.436Z[ recovery-image] May 21 10:13:26.925 INFO O| May 21 10:13:26.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54872026-05-21T10:13:28.436Z[ recovery-image] May 21 10:13:26.925 INFO O| May 21 10:13:26.925 INFO STEP 201 (remove_files) COMPLETE
54882026-05-21T10:13:28.436Z[ recovery-image] May 21 10:13:26.925 INFO O| May 21 10:13:26.925 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-05-21T10:13:28.446Z[ recovery-image] May 21 10:13:26.935 INFO O| May 21 10:13:26.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54902026-05-21T10:13:28.446Z[ recovery-image] May 21 10:13:26.935 INFO O| May 21 10:13:26.935 INFO STEP 202 (remove_files) COMPLETE
54912026-05-21T10:13:28.446Z[ recovery-image] May 21 10:13:26.935 INFO O| May 21 10:13:26.935 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-05-21T10:13:28.456Z[ recovery-image] May 21 10:13:26.945 INFO O| May 21 10:13:26.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54932026-05-21T10:13:28.456Z[ recovery-image] May 21 10:13:26.946 INFO O| May 21 10:13:26.946 INFO STEP 203 (remove_files) COMPLETE
54942026-05-21T10:13:28.459Z[ recovery-image] May 21 10:13:26.946 INFO O| May 21 10:13:26.946 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-05-21T10:13:28.466Z[ recovery-image] May 21 10:13:26.955 INFO O| May 21 10:13:26.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54962026-05-21T10:13:28.466Z[ recovery-image] May 21 10:13:26.955 INFO O| May 21 10:13:26.955 INFO STEP 204 (remove_files) COMPLETE
54972026-05-21T10:13:28.466Z[ recovery-image] May 21 10:13:26.955 INFO O| May 21 10:13:26.955 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-05-21T10:13:28.480Z[ recovery-image] May 21 10:13:26.970 INFO O| May 21 10:13:26.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54992026-05-21T10:13:28.480Z[ recovery-image] May 21 10:13:26.970 INFO O| May 21 10:13:26.966 INFO STEP 205 (remove_files) COMPLETE
55002026-05-21T10:13:28.480Z[ recovery-image] May 21 10:13:26.970 INFO O| May 21 10:13:26.966 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-05-21T10:13:28.488Z[ recovery-image] May 21 10:13:26.977 INFO O| May 21 10:13:26.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55022026-05-21T10:13:28.488Z[ recovery-image] May 21 10:13:26.977 INFO O| May 21 10:13:26.977 INFO STEP 206 (remove_files) COMPLETE
55032026-05-21T10:13:28.488Z[ recovery-image] May 21 10:13:26.977 INFO O| May 21 10:13:26.977 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-05-21T10:13:28.499Z[ recovery-image] May 21 10:13:26.989 INFO O| May 21 10:13:26.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55052026-05-21T10:13:28.499Z[ recovery-image] May 21 10:13:26.989 INFO O| May 21 10:13:26.989 INFO STEP 207 (remove_files) COMPLETE
55062026-05-21T10:13:28.499Z[ recovery-image] May 21 10:13:26.989 INFO O| May 21 10:13:26.989 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-05-21T10:13:28.510Z[ recovery-image] May 21 10:13:26.999 INFO O| May 21 10:13:26.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55082026-05-21T10:13:28.510Z[ recovery-image] May 21 10:13:26.999 INFO O| May 21 10:13:26.999 INFO STEP 208 (remove_files) COMPLETE
55092026-05-21T10:13:28.510Z[ recovery-image] May 21 10:13:26.999 INFO O| May 21 10:13:26.999 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-05-21T10:13:28.525Z[ recovery-image] May 21 10:13:27.011 INFO O| May 21 10:13:27.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55112026-05-21T10:13:28.525Z[ recovery-image] May 21 10:13:27.011 INFO O| May 21 10:13:27.011 INFO STEP 209 (remove_files) COMPLETE
55122026-05-21T10:13:28.525Z[ recovery-image] May 21 10:13:27.011 INFO O| May 21 10:13:27.011 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-05-21T10:13:28.535Z[ recovery-image] May 21 10:13:27.022 INFO O| May 21 10:13:27.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55142026-05-21T10:13:28.538Z[ recovery-image] May 21 10:13:27.022 INFO O| May 21 10:13:27.022 INFO STEP 210 (remove_files) COMPLETE
55152026-05-21T10:13:28.538Z[ recovery-image] May 21 10:13:27.022 INFO O| May 21 10:13:27.022 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-05-21T10:13:28.551Z[ recovery-image] May 21 10:13:27.033 INFO O| May 21 10:13:27.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55172026-05-21T10:13:28.551Z[ recovery-image] May 21 10:13:27.033 INFO O| May 21 10:13:27.033 INFO STEP 211 (remove_files) COMPLETE
55182026-05-21T10:13:28.551Z[ recovery-image] May 21 10:13:27.033 INFO O| May 21 10:13:27.033 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-05-21T10:13:28.555Z[ recovery-image] May 21 10:13:27.044 INFO O| May 21 10:13:27.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55202026-05-21T10:13:28.555Z[ recovery-image] May 21 10:13:27.044 INFO O| May 21 10:13:27.044 INFO STEP 212 (remove_files) COMPLETE
55212026-05-21T10:13:28.559Z[ recovery-image] May 21 10:13:27.044 INFO O| May 21 10:13:27.044 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-05-21T10:13:28.565Z[ recovery-image] May 21 10:13:27.054 INFO O| May 21 10:13:27.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55232026-05-21T10:13:28.565Z[ recovery-image] May 21 10:13:27.054 INFO O| May 21 10:13:27.054 INFO STEP 213 (remove_files) COMPLETE
55242026-05-21T10:13:28.568Z[ recovery-image] May 21 10:13:27.054 INFO O| May 21 10:13:27.054 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-05-21T10:13:28.578Z[ recovery-image] May 21 10:13:27.064 INFO O| May 21 10:13:27.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55262026-05-21T10:13:28.578Z[ recovery-image] May 21 10:13:27.064 INFO O| May 21 10:13:27.064 INFO STEP 214 (remove_files) COMPLETE
55272026-05-21T10:13:28.581Z[ recovery-image] May 21 10:13:27.064 INFO O| May 21 10:13:27.064 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-05-21T10:13:28.585Z[ recovery-image] May 21 10:13:27.075 INFO O| May 21 10:13:27.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55292026-05-21T10:13:28.586Z[ recovery-image] May 21 10:13:27.075 INFO O| May 21 10:13:27.075 INFO STEP 215 (remove_files) COMPLETE
55302026-05-21T10:13:28.589Z[ recovery-image] May 21 10:13:27.075 INFO O| May 21 10:13:27.075 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-05-21T10:13:28.596Z[ recovery-image] May 21 10:13:27.085 INFO O| May 21 10:13:27.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55322026-05-21T10:13:28.596Z[ recovery-image] May 21 10:13:27.085 INFO O| May 21 10:13:27.085 INFO STEP 216 (remove_files) COMPLETE
55332026-05-21T10:13:28.596Z[ recovery-image] May 21 10:13:27.085 INFO O| May 21 10:13:27.085 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-05-21T10:13:28.605Z[ recovery-image] May 21 10:13:27.094 INFO O| May 21 10:13:27.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55352026-05-21T10:13:28.605Z[ recovery-image] May 21 10:13:27.094 INFO O| May 21 10:13:27.094 INFO STEP 217 (remove_files) COMPLETE
55362026-05-21T10:13:28.605Z[ recovery-image] May 21 10:13:27.094 INFO O| May 21 10:13:27.094 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-05-21T10:13:28.615Z[ recovery-image] May 21 10:13:27.105 INFO O| May 21 10:13:27.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55382026-05-21T10:13:28.615Z[ recovery-image] May 21 10:13:27.105 INFO O| May 21 10:13:27.105 INFO STEP 218 (remove_files) COMPLETE
55392026-05-21T10:13:28.615Z[ recovery-image] May 21 10:13:27.105 INFO O| May 21 10:13:27.105 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-05-21T10:13:28.626Z[ recovery-image] May 21 10:13:27.115 INFO O| May 21 10:13:27.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55412026-05-21T10:13:28.626Z[ recovery-image] May 21 10:13:27.115 INFO O| May 21 10:13:27.115 INFO STEP 219 (remove_files) COMPLETE
55422026-05-21T10:13:28.629Z[ recovery-image] May 21 10:13:27.115 INFO O| May 21 10:13:27.115 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-05-21T10:13:28.636Z[ recovery-image] May 21 10:13:27.126 INFO O| May 21 10:13:27.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55442026-05-21T10:13:28.636Z[ recovery-image] May 21 10:13:27.126 INFO O| May 21 10:13:27.126 INFO STEP 220 (remove_files) COMPLETE
55452026-05-21T10:13:28.639Z[ recovery-image] May 21 10:13:27.126 INFO O| May 21 10:13:27.126 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-05-21T10:13:28.645Z[ recovery-image] May 21 10:13:27.134 INFO O| May 21 10:13:27.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55472026-05-21T10:13:28.645Z[ recovery-image] May 21 10:13:27.134 INFO O| May 21 10:13:27.134 INFO STEP 221 (remove_files) COMPLETE
55482026-05-21T10:13:28.645Z[ recovery-image] May 21 10:13:27.134 INFO O| May 21 10:13:27.134 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-05-21T10:13:28.655Z[ recovery-image] May 21 10:13:27.145 INFO O| May 21 10:13:27.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55502026-05-21T10:13:28.655Z[ recovery-image] May 21 10:13:27.145 INFO O| May 21 10:13:27.145 INFO STEP 222 (remove_files) COMPLETE
55512026-05-21T10:13:28.655Z[ recovery-image] May 21 10:13:27.145 INFO O| May 21 10:13:27.145 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-05-21T10:13:28.666Z[ recovery-image] May 21 10:13:27.155 INFO O| May 21 10:13:27.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55532026-05-21T10:13:28.666Z[ recovery-image] May 21 10:13:27.155 INFO O| May 21 10:13:27.155 INFO STEP 223 (remove_files) COMPLETE
55542026-05-21T10:13:28.666Z[ recovery-image] May 21 10:13:27.155 INFO O| May 21 10:13:27.155 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-05-21T10:13:28.675Z[ recovery-image] May 21 10:13:27.164 INFO O| May 21 10:13:27.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55562026-05-21T10:13:28.678Z[ recovery-image] May 21 10:13:27.165 INFO O| May 21 10:13:27.165 INFO STEP 224 (remove_files) COMPLETE
55572026-05-21T10:13:28.678Z[ recovery-image] May 21 10:13:27.165 INFO O| May 21 10:13:27.165 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-05-21T10:13:28.705Z[ recovery-image] May 21 10:13:27.174 INFO O| May 21 10:13:27.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55592026-05-21T10:13:28.705Z[ recovery-image] May 21 10:13:27.174 INFO O| May 21 10:13:27.174 INFO STEP 225 (remove_files) COMPLETE
55602026-05-21T10:13:28.705Z[ recovery-image] May 21 10:13:27.174 INFO O| May 21 10:13:27.174 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-05-21T10:13:28.705Z[ recovery-image] May 21 10:13:27.182 INFO O| May 21 10:13:27.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55622026-05-21T10:13:28.706Z[ recovery-image] May 21 10:13:27.182 INFO O| May 21 10:13:27.182 INFO STEP 226 (remove_files) COMPLETE
55632026-05-21T10:13:28.707Z[ recovery-image] May 21 10:13:27.182 INFO O| May 21 10:13:27.182 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-05-21T10:13:28.707Z[ recovery-image] May 21 10:13:27.190 INFO O| May 21 10:13:27.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55652026-05-21T10:13:28.707Z[ recovery-image] May 21 10:13:27.190 INFO O| May 21 10:13:27.190 INFO STEP 227 (remove_files) COMPLETE
55662026-05-21T10:13:28.707Z[ recovery-image] May 21 10:13:27.190 INFO O| May 21 10:13:27.190 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-05-21T10:13:28.711Z[ recovery-image] May 21 10:13:27.198 INFO O| May 21 10:13:27.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55682026-05-21T10:13:28.711Z[ recovery-image] May 21 10:13:27.198 INFO O| May 21 10:13:27.198 INFO STEP 228 (remove_files) COMPLETE
55692026-05-21T10:13:28.711Z[ recovery-image] May 21 10:13:27.198 INFO O| May 21 10:13:27.198 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-05-21T10:13:28.728Z[ recovery-image] May 21 10:13:27.217 INFO O| May 21 10:13:27.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55712026-05-21T10:13:28.728Z[ recovery-image] May 21 10:13:27.217 INFO O| May 21 10:13:27.217 INFO STEP 229 (remove_files) COMPLETE
55722026-05-21T10:13:28.728Z[ recovery-image] May 21 10:13:27.217 INFO O| May 21 10:13:27.217 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-05-21T10:13:28.736Z[ recovery-image] May 21 10:13:27.225 INFO O| May 21 10:13:27.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55742026-05-21T10:13:28.736Z[ recovery-image] May 21 10:13:27.225 INFO O| May 21 10:13:27.225 INFO STEP 230 (remove_files) COMPLETE
55752026-05-21T10:13:28.739Z[ recovery-image] May 21 10:13:27.225 INFO O| May 21 10:13:27.225 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-05-21T10:13:28.744Z[ recovery-image] May 21 10:13:27.233 INFO O| May 21 10:13:27.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55772026-05-21T10:13:28.744Z[ recovery-image] May 21 10:13:27.233 INFO O| May 21 10:13:27.233 INFO STEP 231 (remove_files) COMPLETE
55782026-05-21T10:13:28.744Z[ recovery-image] May 21 10:13:27.233 INFO O| May 21 10:13:27.233 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-05-21T10:13:28.752Z[ recovery-image] May 21 10:13:27.241 INFO O| May 21 10:13:27.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55802026-05-21T10:13:28.752Z[ recovery-image] May 21 10:13:27.241 INFO O| May 21 10:13:27.241 INFO STEP 232 (remove_files) COMPLETE
55812026-05-21T10:13:28.755Z[ recovery-image] May 21 10:13:27.241 INFO O| May 21 10:13:27.241 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-05-21T10:13:28.760Z[ recovery-image] May 21 10:13:27.249 INFO O| May 21 10:13:27.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55832026-05-21T10:13:28.760Z[ recovery-image] May 21 10:13:27.249 INFO O| May 21 10:13:27.249 INFO STEP 233 (remove_files) COMPLETE
55842026-05-21T10:13:28.763Z[ recovery-image] May 21 10:13:27.249 INFO O| May 21 10:13:27.249 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-05-21T10:13:28.770Z[ recovery-image] May 21 10:13:27.259 INFO O| May 21 10:13:27.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55862026-05-21T10:13:28.770Z[ recovery-image] May 21 10:13:27.259 INFO O| May 21 10:13:27.259 INFO STEP 234 (remove_files) COMPLETE
55872026-05-21T10:13:28.770Z[ recovery-image] May 21 10:13:27.259 INFO O| May 21 10:13:27.259 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-05-21T10:13:28.779Z[ recovery-image] May 21 10:13:27.268 INFO O| May 21 10:13:27.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55892026-05-21T10:13:28.779Z[ recovery-image] May 21 10:13:27.268 INFO O| May 21 10:13:27.268 INFO STEP 235 (remove_files) COMPLETE
55902026-05-21T10:13:28.782Z[ recovery-image] May 21 10:13:27.268 INFO O| May 21 10:13:27.268 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-05-21T10:13:28.788Z[ recovery-image] May 21 10:13:27.277 INFO O| May 21 10:13:27.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55922026-05-21T10:13:28.788Z[ recovery-image] May 21 10:13:27.277 INFO O| May 21 10:13:27.277 INFO STEP 236 (remove_files) COMPLETE
55932026-05-21T10:13:28.788Z[ recovery-image] May 21 10:13:27.277 INFO O| May 21 10:13:27.277 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-05-21T10:13:28.798Z[ recovery-image] May 21 10:13:27.287 INFO O| May 21 10:13:27.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55952026-05-21T10:13:28.798Z[ recovery-image] May 21 10:13:27.287 INFO O| May 21 10:13:27.287 INFO STEP 237 (remove_files) COMPLETE
55962026-05-21T10:13:28.798Z[ recovery-image] May 21 10:13:27.287 INFO O| May 21 10:13:27.287 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-05-21T10:13:28.807Z[ recovery-image] May 21 10:13:27.297 INFO O| May 21 10:13:27.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55982026-05-21T10:13:28.807Z[ recovery-image] May 21 10:13:27.297 INFO O| May 21 10:13:27.297 INFO STEP 238 (remove_files) COMPLETE
55992026-05-21T10:13:28.810Z[ recovery-image] May 21 10:13:27.297 INFO O| May 21 10:13:27.297 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-05-21T10:13:28.819Z[ recovery-image] May 21 10:13:27.308 INFO O| May 21 10:13:27.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
56012026-05-21T10:13:28.819Z[ recovery-image] May 21 10:13:27.308 INFO O| May 21 10:13:27.308 INFO STEP 239 (remove_files) COMPLETE
56022026-05-21T10:13:28.819Z[ recovery-image] May 21 10:13:27.308 INFO O| May 21 10:13:27.308 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-05-21T10:13:28.830Z[ recovery-image] May 21 10:13:27.319 INFO O| May 21 10:13:27.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56042026-05-21T10:13:28.830Z[ recovery-image] May 21 10:13:27.319 INFO O| May 21 10:13:27.319 INFO STEP 240 (remove_files) COMPLETE
56052026-05-21T10:13:28.830Z[ recovery-image] May 21 10:13:27.319 INFO O| May 21 10:13:27.319 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-05-21T10:13:28.841Z[ recovery-image] May 21 10:13:27.330 INFO O| May 21 10:13:27.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56072026-05-21T10:13:28.841Z[ recovery-image] May 21 10:13:27.330 INFO O| May 21 10:13:27.330 INFO STEP 241 (remove_files) COMPLETE
56082026-05-21T10:13:28.844Z[ recovery-image] May 21 10:13:27.330 INFO O| May 21 10:13:27.330 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-05-21T10:13:28.852Z[ recovery-image] May 21 10:13:27.341 INFO O| May 21 10:13:27.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56102026-05-21T10:13:28.852Z[ recovery-image] May 21 10:13:27.341 INFO O| May 21 10:13:27.341 INFO STEP 242 (remove_files) COMPLETE
56112026-05-21T10:13:28.855Z[ recovery-image] May 21 10:13:27.341 INFO O| May 21 10:13:27.341 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-05-21T10:13:28.862Z[ recovery-image] May 21 10:13:27.352 INFO O| May 21 10:13:27.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56132026-05-21T10:13:28.862Z[ recovery-image] May 21 10:13:27.352 INFO O| May 21 10:13:27.352 INFO STEP 243 (remove_files) COMPLETE
56142026-05-21T10:13:28.862Z[ recovery-image] May 21 10:13:27.352 INFO O| May 21 10:13:27.352 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-05-21T10:13:28.872Z[ recovery-image] May 21 10:13:27.361 INFO O| May 21 10:13:27.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56162026-05-21T10:13:28.872Z[ recovery-image] May 21 10:13:27.361 INFO O| May 21 10:13:27.361 INFO STEP 244 (remove_files) COMPLETE
56172026-05-21T10:13:28.872Z[ recovery-image] May 21 10:13:27.361 INFO O| May 21 10:13:27.361 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-05-21T10:13:28.881Z[ recovery-image] May 21 10:13:27.371 INFO O| May 21 10:13:27.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56192026-05-21T10:13:28.881Z[ recovery-image] May 21 10:13:27.371 INFO O| May 21 10:13:27.371 INFO STEP 245 (remove_files) COMPLETE
56202026-05-21T10:13:28.881Z[ recovery-image] May 21 10:13:27.371 INFO O| May 21 10:13:27.371 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-05-21T10:13:28.891Z[ recovery-image] May 21 10:13:27.380 INFO O| May 21 10:13:27.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56222026-05-21T10:13:28.891Z[ recovery-image] May 21 10:13:27.380 INFO O| May 21 10:13:27.380 INFO STEP 246 (remove_files) COMPLETE
56232026-05-21T10:13:28.894Z[ recovery-image] May 21 10:13:27.380 INFO O| May 21 10:13:27.380 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-05-21T10:13:28.900Z[ recovery-image] May 21 10:13:27.389 INFO O| May 21 10:13:27.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56252026-05-21T10:13:28.900Z[ recovery-image] May 21 10:13:27.389 INFO O| May 21 10:13:27.389 INFO STEP 247 (remove_files) COMPLETE
56262026-05-21T10:13:28.902Z[ recovery-image] May 21 10:13:27.389 INFO O| May 21 10:13:27.389 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-05-21T10:13:28.909Z[ recovery-image] May 21 10:13:27.399 INFO O| May 21 10:13:27.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56282026-05-21T10:13:28.909Z[ recovery-image] May 21 10:13:27.399 INFO O| May 21 10:13:27.399 INFO STEP 248 (remove_files) COMPLETE
56292026-05-21T10:13:28.912Z[ recovery-image] May 21 10:13:27.399 INFO O| May 21 10:13:27.399 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-05-21T10:13:28.918Z[ recovery-image] May 21 10:13:27.408 INFO O| May 21 10:13:27.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56312026-05-21T10:13:28.919Z[ recovery-image] May 21 10:13:27.408 INFO O| May 21 10:13:27.408 INFO STEP 249 (remove_files) COMPLETE
56322026-05-21T10:13:28.922Z[ recovery-image] May 21 10:13:27.408 INFO O| May 21 10:13:27.408 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-05-21T10:13:28.928Z[ recovery-image] May 21 10:13:27.417 INFO O| May 21 10:13:27.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56342026-05-21T10:13:28.928Z[ recovery-image] May 21 10:13:27.417 INFO O| May 21 10:13:27.417 INFO STEP 250 (remove_files) COMPLETE
56352026-05-21T10:13:28.931Z[ recovery-image] May 21 10:13:27.417 INFO O| May 21 10:13:27.417 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-05-21T10:13:28.936Z[ recovery-image] May 21 10:13:27.426 INFO O| May 21 10:13:27.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56372026-05-21T10:13:28.937Z[ recovery-image] May 21 10:13:27.426 INFO O| May 21 10:13:27.426 INFO STEP 251 (remove_files) COMPLETE
56382026-05-21T10:13:28.937Z[ recovery-image] May 21 10:13:27.426 INFO O| May 21 10:13:27.426 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-05-21T10:13:28.945Z[ recovery-image] May 21 10:13:27.435 INFO O| May 21 10:13:27.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56402026-05-21T10:13:28.945Z[ recovery-image] May 21 10:13:27.435 INFO O| May 21 10:13:27.435 INFO STEP 252 (remove_files) COMPLETE
56412026-05-21T10:13:28.948Z[ recovery-image] May 21 10:13:27.435 INFO O| May 21 10:13:27.435 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-05-21T10:13:28.954Z[ recovery-image] May 21 10:13:27.443 INFO O| May 21 10:13:27.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56432026-05-21T10:13:28.954Z[ recovery-image] May 21 10:13:27.443 INFO O| May 21 10:13:27.443 INFO STEP 253 (remove_files) COMPLETE
56442026-05-21T10:13:28.956Z[ recovery-image] May 21 10:13:27.443 INFO O| May 21 10:13:27.443 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-05-21T10:13:28.962Z[ recovery-image] May 21 10:13:27.452 INFO O| May 21 10:13:27.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56462026-05-21T10:13:28.962Z[ recovery-image] May 21 10:13:27.452 INFO O| May 21 10:13:27.452 INFO STEP 254 (remove_files) COMPLETE
56472026-05-21T10:13:28.965Z[ recovery-image] May 21 10:13:27.452 INFO O| May 21 10:13:27.452 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-05-21T10:13:28.970Z[ recovery-image] May 21 10:13:27.460 INFO O| May 21 10:13:27.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56492026-05-21T10:13:28.971Z[ recovery-image] May 21 10:13:27.460 INFO O| May 21 10:13:27.460 INFO STEP 255 (remove_files) COMPLETE
56502026-05-21T10:13:28.973Z[ recovery-image] May 21 10:13:27.460 INFO O| May 21 10:13:27.460 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-05-21T10:13:28.987Z[ recovery-image] May 21 10:13:27.468 INFO O| May 21 10:13:27.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56522026-05-21T10:13:28.987Z[ recovery-image] May 21 10:13:27.468 INFO O| May 21 10:13:27.468 INFO STEP 256 (remove_files) COMPLETE
56532026-05-21T10:13:28.987Z[ recovery-image] May 21 10:13:27.468 INFO O| May 21 10:13:27.468 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-05-21T10:13:28.991Z[ recovery-image] May 21 10:13:27.477 INFO O| May 21 10:13:27.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56552026-05-21T10:13:28.991Z[ recovery-image] May 21 10:13:27.477 INFO O| May 21 10:13:27.477 INFO STEP 257 (remove_files) COMPLETE
56562026-05-21T10:13:28.991Z[ recovery-image] May 21 10:13:27.477 INFO O| May 21 10:13:27.477 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-05-21T10:13:28.996Z[ recovery-image] May 21 10:13:27.486 INFO O| May 21 10:13:27.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56582026-05-21T10:13:28.996Z[ recovery-image] May 21 10:13:27.486 INFO O| May 21 10:13:27.486 INFO STEP 258 (remove_files) COMPLETE
56592026-05-21T10:13:29.000Z[ recovery-image] May 21 10:13:27.486 INFO O| May 21 10:13:27.486 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-05-21T10:13:29.005Z[ recovery-image] May 21 10:13:27.495 INFO O| May 21 10:13:27.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56612026-05-21T10:13:29.005Z[ recovery-image] May 21 10:13:27.495 INFO O| May 21 10:13:27.495 INFO STEP 259 (remove_files) COMPLETE
56622026-05-21T10:13:29.008Z[ recovery-image] May 21 10:13:27.495 INFO O| May 21 10:13:27.495 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-05-21T10:13:29.014Z[ recovery-image] May 21 10:13:27.503 INFO O| May 21 10:13:27.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56642026-05-21T10:13:29.014Z[ recovery-image] May 21 10:13:27.503 INFO O| May 21 10:13:27.503 INFO STEP 260 (remove_files) COMPLETE
56652026-05-21T10:13:29.016Z[ recovery-image] May 21 10:13:27.503 INFO O| May 21 10:13:27.503 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-05-21T10:13:29.022Z[ recovery-image] May 21 10:13:27.511 INFO O| May 21 10:13:27.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56672026-05-21T10:13:29.022Z[ recovery-image] May 21 10:13:27.511 INFO O| May 21 10:13:27.511 INFO STEP 261 (remove_files) COMPLETE
56682026-05-21T10:13:29.025Z[ recovery-image] May 21 10:13:27.511 INFO O| May 21 10:13:27.511 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-05-21T10:13:29.030Z[ recovery-image] May 21 10:13:27.520 INFO O| May 21 10:13:27.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56702026-05-21T10:13:29.030Z[ recovery-image] May 21 10:13:27.520 INFO O| May 21 10:13:27.520 INFO STEP 262 (remove_files) COMPLETE
56712026-05-21T10:13:29.033Z[ recovery-image] May 21 10:13:27.520 INFO O| May 21 10:13:27.520 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-05-21T10:13:29.039Z[ recovery-image] May 21 10:13:27.528 INFO O| May 21 10:13:27.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56732026-05-21T10:13:29.039Z[ recovery-image] May 21 10:13:27.528 INFO O| May 21 10:13:27.528 INFO STEP 263 (remove_files) COMPLETE
56742026-05-21T10:13:29.039Z[ recovery-image] May 21 10:13:27.528 INFO O| May 21 10:13:27.528 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-05-21T10:13:29.047Z[ recovery-image] May 21 10:13:27.536 INFO O| May 21 10:13:27.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56762026-05-21T10:13:29.047Z[ recovery-image] May 21 10:13:27.536 INFO O| May 21 10:13:27.536 INFO STEP 264 (remove_files) COMPLETE
56772026-05-21T10:13:29.047Z[ recovery-image] May 21 10:13:27.536 INFO O| May 21 10:13:27.536 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-05-21T10:13:29.055Z[ recovery-image] May 21 10:13:27.544 INFO O| May 21 10:13:27.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56792026-05-21T10:13:29.055Z[ recovery-image] May 21 10:13:27.544 INFO O| May 21 10:13:27.544 INFO STEP 265 (remove_files) COMPLETE
56802026-05-21T10:13:29.057Z[ recovery-image] May 21 10:13:27.544 INFO O| May 21 10:13:27.544 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-05-21T10:13:29.063Z[ recovery-image] May 21 10:13:27.552 INFO O| May 21 10:13:27.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56822026-05-21T10:13:29.065Z[ recovery-image] May 21 10:13:27.552 INFO O| May 21 10:13:27.552 INFO STEP 266 (remove_files) COMPLETE
56832026-05-21T10:13:29.068Z[ recovery-image] May 21 10:13:27.552 INFO O| May 21 10:13:27.552 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-05-21T10:13:29.071Z[ recovery-image] May 21 10:13:27.560 INFO O| May 21 10:13:27.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56852026-05-21T10:13:29.071Z[ recovery-image] May 21 10:13:27.560 INFO O| May 21 10:13:27.560 INFO STEP 267 (remove_files) COMPLETE
56862026-05-21T10:13:29.071Z[ recovery-image] May 21 10:13:27.560 INFO O| May 21 10:13:27.560 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-05-21T10:13:29.079Z[ recovery-image] May 21 10:13:27.568 INFO O| May 21 10:13:27.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56882026-05-21T10:13:29.079Z[ recovery-image] May 21 10:13:27.568 INFO O| May 21 10:13:27.568 INFO STEP 268 (remove_files) COMPLETE
56892026-05-21T10:13:29.079Z[ recovery-image] May 21 10:13:27.568 INFO O| May 21 10:13:27.568 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-05-21T10:13:29.096Z[ recovery-image] May 21 10:13:27.585 INFO O| May 21 10:13:27.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56912026-05-21T10:13:29.096Z[ recovery-image] May 21 10:13:27.585 INFO O| May 21 10:13:27.585 INFO STEP 269 (remove_files) COMPLETE
56922026-05-21T10:13:29.099Z[ recovery-image] May 21 10:13:27.585 INFO O| May 21 10:13:27.585 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-05-21T10:13:29.106Z[ recovery-image] May 21 10:13:27.596 INFO O| May 21 10:13:27.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56942026-05-21T10:13:29.106Z[ recovery-image] May 21 10:13:27.596 INFO O| May 21 10:13:27.596 INFO STEP 270 (remove_files) COMPLETE
56952026-05-21T10:13:29.107Z[ recovery-image] May 21 10:13:27.596 INFO O| May 21 10:13:27.596 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-05-21T10:13:29.115Z[ recovery-image] May 21 10:13:27.605 INFO O| May 21 10:13:27.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56972026-05-21T10:13:29.116Z[ recovery-image] May 21 10:13:27.605 INFO O| May 21 10:13:27.605 INFO STEP 271 (remove_files) COMPLETE
56982026-05-21T10:13:29.116Z[ recovery-image] May 21 10:13:27.605 INFO O| May 21 10:13:27.605 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-05-21T10:13:29.125Z[ recovery-image] May 21 10:13:27.613 INFO O| May 21 10:13:27.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57002026-05-21T10:13:29.126Z[ recovery-image] May 21 10:13:27.614 INFO O| May 21 10:13:27.614 INFO STEP 272 (remove_files) COMPLETE
57012026-05-21T10:13:29.126Z[ recovery-image] May 21 10:13:27.614 INFO O| May 21 10:13:27.614 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-05-21T10:13:29.133Z[ recovery-image] May 21 10:13:27.622 INFO O| May 21 10:13:27.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57032026-05-21T10:13:29.133Z[ recovery-image] May 21 10:13:27.622 INFO O| May 21 10:13:27.622 INFO STEP 273 (remove_files) COMPLETE
57042026-05-21T10:13:29.136Z[ recovery-image] May 21 10:13:27.622 INFO O| May 21 10:13:27.622 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-05-21T10:13:29.141Z[ recovery-image] May 21 10:13:27.630 INFO O| May 21 10:13:27.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57062026-05-21T10:13:29.141Z[ recovery-image] May 21 10:13:27.630 INFO O| May 21 10:13:27.630 INFO STEP 274 (remove_files) COMPLETE
57072026-05-21T10:13:29.144Z[ recovery-image] May 21 10:13:27.630 INFO O| May 21 10:13:27.630 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-05-21T10:13:29.150Z[ recovery-image] May 21 10:13:27.639 INFO O| May 21 10:13:27.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
57092026-05-21T10:13:29.150Z[ recovery-image] May 21 10:13:27.639 INFO O| May 21 10:13:27.639 INFO STEP 275 (remove_files) COMPLETE
57102026-05-21T10:13:29.152Z[ recovery-image] May 21 10:13:27.639 INFO O| May 21 10:13:27.639 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-05-21T10:13:29.158Z[ recovery-image] May 21 10:13:27.647 INFO O| May 21 10:13:27.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57122026-05-21T10:13:29.158Z[ recovery-image] May 21 10:13:27.647 INFO O| May 21 10:13:27.647 INFO STEP 276 (remove_files) COMPLETE
57132026-05-21T10:13:29.158Z[ recovery-image] May 21 10:13:27.648 INFO O| May 21 10:13:27.647 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-05-21T10:13:29.166Z[ recovery-image] May 21 10:13:27.656 INFO O| May 21 10:13:27.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57152026-05-21T10:13:29.166Z[ recovery-image] May 21 10:13:27.656 INFO O| May 21 10:13:27.656 INFO STEP 277 (remove_files) COMPLETE
57162026-05-21T10:13:29.170Z[ recovery-image] May 21 10:13:27.656 INFO O| May 21 10:13:27.656 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-05-21T10:13:29.175Z[ recovery-image] May 21 10:13:27.665 INFO O| May 21 10:13:27.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57182026-05-21T10:13:29.175Z[ recovery-image] May 21 10:13:27.665 INFO O| May 21 10:13:27.665 INFO STEP 278 (remove_files) COMPLETE
57192026-05-21T10:13:29.175Z[ recovery-image] May 21 10:13:27.665 INFO O| May 21 10:13:27.665 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-05-21T10:13:29.184Z[ recovery-image] May 21 10:13:27.673 INFO O| May 21 10:13:27.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57212026-05-21T10:13:29.184Z[ recovery-image] May 21 10:13:27.673 INFO O| May 21 10:13:27.673 INFO STEP 279 (remove_files) COMPLETE
57222026-05-21T10:13:29.184Z[ recovery-image] May 21 10:13:27.673 INFO O| May 21 10:13:27.673 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-05-21T10:13:29.193Z[ recovery-image] May 21 10:13:27.682 INFO O| May 21 10:13:27.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57242026-05-21T10:13:29.193Z[ recovery-image] May 21 10:13:27.682 INFO O| May 21 10:13:27.682 INFO STEP 280 (remove_files) COMPLETE
57252026-05-21T10:13:29.193Z[ recovery-image] May 21 10:13:27.682 INFO O| May 21 10:13:27.682 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-05-21T10:13:29.203Z[ recovery-image] May 21 10:13:27.692 INFO O| May 21 10:13:27.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57272026-05-21T10:13:29.203Z[ recovery-image] May 21 10:13:27.692 INFO O| May 21 10:13:27.692 INFO STEP 281 (remove_files) COMPLETE
57282026-05-21T10:13:29.206Z[ recovery-image] May 21 10:13:27.692 INFO O| May 21 10:13:27.692 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-05-21T10:13:29.212Z[ recovery-image] May 21 10:13:27.701 INFO O| May 21 10:13:27.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57302026-05-21T10:13:29.212Z[ recovery-image] May 21 10:13:27.701 INFO O| May 21 10:13:27.701 INFO STEP 282 (remove_files) COMPLETE
57312026-05-21T10:13:29.215Z[ recovery-image] May 21 10:13:27.701 INFO O| May 21 10:13:27.701 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-05-21T10:13:29.221Z[ recovery-image] May 21 10:13:27.711 INFO O| May 21 10:13:27.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57332026-05-21T10:13:29.221Z[ recovery-image] May 21 10:13:27.711 INFO O| May 21 10:13:27.711 INFO STEP 283 (remove_files) COMPLETE
57342026-05-21T10:13:29.224Z[ recovery-image] May 21 10:13:27.711 INFO O| May 21 10:13:27.711 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-05-21T10:13:29.231Z[ recovery-image] May 21 10:13:27.720 INFO O| May 21 10:13:27.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57362026-05-21T10:13:29.231Z[ recovery-image] May 21 10:13:27.720 INFO O| May 21 10:13:27.720 INFO STEP 284 (remove_files) COMPLETE
57372026-05-21T10:13:29.233Z[ recovery-image] May 21 10:13:27.720 INFO O| May 21 10:13:27.720 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-05-21T10:13:29.240Z[ recovery-image] May 21 10:13:27.729 INFO O| May 21 10:13:27.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57392026-05-21T10:13:29.241Z[ recovery-image] May 21 10:13:27.729 INFO O| May 21 10:13:27.729 INFO STEP 285 (remove_files) COMPLETE
57402026-05-21T10:13:29.241Z[ recovery-image] May 21 10:13:27.729 INFO O| May 21 10:13:27.729 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-05-21T10:13:29.249Z[ recovery-image] May 21 10:13:27.739 INFO O| May 21 10:13:27.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57422026-05-21T10:13:29.250Z[ recovery-image] May 21 10:13:27.739 INFO O| May 21 10:13:27.739 INFO STEP 286 (remove_files) COMPLETE
57432026-05-21T10:13:29.250Z[ recovery-image] May 21 10:13:27.739 INFO O| May 21 10:13:27.739 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-05-21T10:13:29.259Z[ recovery-image] May 21 10:13:27.748 INFO O| May 21 10:13:27.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57452026-05-21T10:13:29.259Z[ recovery-image] May 21 10:13:27.748 INFO O| May 21 10:13:27.748 INFO STEP 287 (remove_files) COMPLETE
57462026-05-21T10:13:29.259Z[ recovery-image] May 21 10:13:27.748 INFO O| May 21 10:13:27.748 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-05-21T10:13:29.268Z[ recovery-image] May 21 10:13:27.757 INFO O| May 21 10:13:27.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57482026-05-21T10:13:29.268Z[ recovery-image] May 21 10:13:27.757 INFO O| May 21 10:13:27.757 INFO STEP 288 (remove_files) COMPLETE
57492026-05-21T10:13:29.271Z[ recovery-image] May 21 10:13:27.757 INFO O| May 21 10:13:27.757 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-05-21T10:13:29.277Z[ recovery-image] May 21 10:13:27.767 INFO O| May 21 10:13:27.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57512026-05-21T10:13:29.278Z[ recovery-image] May 21 10:13:27.767 INFO O| May 21 10:13:27.767 INFO STEP 289 (remove_files) COMPLETE
57522026-05-21T10:13:29.278Z[ recovery-image] May 21 10:13:27.767 INFO O| May 21 10:13:27.767 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-05-21T10:13:29.286Z[ recovery-image] May 21 10:13:27.775 INFO O| May 21 10:13:27.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57542026-05-21T10:13:29.286Z[ recovery-image] May 21 10:13:27.775 INFO O| May 21 10:13:27.775 INFO STEP 290 (remove_files) COMPLETE
57552026-05-21T10:13:29.286Z[ recovery-image] May 21 10:13:27.775 INFO O| May 21 10:13:27.775 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-05-21T10:13:29.295Z[ recovery-image] May 21 10:13:27.783 INFO O| May 21 10:13:27.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57572026-05-21T10:13:29.295Z[ recovery-image] May 21 10:13:27.783 INFO O| May 21 10:13:27.783 INFO STEP 291 (remove_files) COMPLETE
57582026-05-21T10:13:29.295Z[ recovery-image] May 21 10:13:27.783 INFO O| May 21 10:13:27.783 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-05-21T10:13:29.302Z[ recovery-image] May 21 10:13:27.792 INFO O| May 21 10:13:27.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57602026-05-21T10:13:29.302Z[ recovery-image] May 21 10:13:27.792 INFO O| May 21 10:13:27.792 INFO STEP 292 (remove_files) COMPLETE
57612026-05-21T10:13:29.305Z[ recovery-image] May 21 10:13:27.792 INFO O| May 21 10:13:27.792 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-05-21T10:13:29.312Z[ recovery-image] May 21 10:13:27.801 INFO O| May 21 10:13:27.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57632026-05-21T10:13:29.312Z[ recovery-image] May 21 10:13:27.801 INFO O| May 21 10:13:27.801 INFO STEP 293 (remove_files) COMPLETE
57642026-05-21T10:13:29.312Z[ recovery-image] May 21 10:13:27.801 INFO O| May 21 10:13:27.801 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-05-21T10:13:29.321Z[ recovery-image] May 21 10:13:27.811 INFO O| May 21 10:13:27.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57662026-05-21T10:13:29.321Z[ recovery-image] May 21 10:13:27.811 INFO O| May 21 10:13:27.811 INFO STEP 294 (remove_files) COMPLETE
57672026-05-21T10:13:29.321Z[ recovery-image] May 21 10:13:27.811 INFO O| May 21 10:13:27.811 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-05-21T10:13:29.331Z[ recovery-image] May 21 10:13:27.820 INFO O| May 21 10:13:27.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57692026-05-21T10:13:29.331Z[ recovery-image] May 21 10:13:27.820 INFO O| May 21 10:13:27.820 INFO STEP 295 (remove_files) COMPLETE
57702026-05-21T10:13:29.334Z[ recovery-image] May 21 10:13:27.820 INFO O| May 21 10:13:27.820 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-05-21T10:13:29.340Z[ recovery-image] May 21 10:13:27.830 INFO O| May 21 10:13:27.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57722026-05-21T10:13:29.340Z[ recovery-image] May 21 10:13:27.830 INFO O| May 21 10:13:27.830 INFO STEP 296 (remove_files) COMPLETE
57732026-05-21T10:13:29.343Z[ recovery-image] May 21 10:13:27.830 INFO O| May 21 10:13:27.830 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-05-21T10:13:29.350Z[ recovery-image] May 21 10:13:27.839 INFO O| May 21 10:13:27.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57752026-05-21T10:13:29.350Z[ recovery-image] May 21 10:13:27.839 INFO O| May 21 10:13:27.839 INFO STEP 297 (remove_files) COMPLETE
57762026-05-21T10:13:29.350Z[ recovery-image] May 21 10:13:27.839 INFO O| May 21 10:13:27.839 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-05-21T10:13:29.360Z[ recovery-image] May 21 10:13:27.849 INFO O| May 21 10:13:27.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57782026-05-21T10:13:29.363Z[ recovery-image] May 21 10:13:27.850 INFO O| May 21 10:13:27.850 INFO STEP 298 (remove_files) COMPLETE
57792026-05-21T10:13:29.363Z[ recovery-image] May 21 10:13:27.850 INFO O| May 21 10:13:27.850 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-05-21T10:13:29.369Z[ recovery-image] May 21 10:13:27.859 INFO O| May 21 10:13:27.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57812026-05-21T10:13:29.369Z[ recovery-image] May 21 10:13:27.859 INFO O| May 21 10:13:27.859 INFO STEP 299 (remove_files) COMPLETE
57822026-05-21T10:13:29.369Z[ recovery-image] May 21 10:13:27.859 INFO O| May 21 10:13:27.859 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-05-21T10:13:29.379Z[ recovery-image] May 21 10:13:27.868 INFO O| May 21 10:13:27.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57842026-05-21T10:13:29.379Z[ recovery-image] May 21 10:13:27.868 INFO O| May 21 10:13:27.868 INFO STEP 300 (remove_files) COMPLETE
57852026-05-21T10:13:29.379Z[ recovery-image] May 21 10:13:27.868 INFO O| May 21 10:13:27.868 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-05-21T10:13:29.389Z[ recovery-image] May 21 10:13:27.878 INFO O| May 21 10:13:27.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57872026-05-21T10:13:29.389Z[ recovery-image] May 21 10:13:27.878 INFO O| May 21 10:13:27.878 INFO STEP 301 (remove_files) COMPLETE
57882026-05-21T10:13:29.392Z[ recovery-image] May 21 10:13:27.878 INFO O| May 21 10:13:27.878 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-05-21T10:13:29.398Z[ recovery-image] May 21 10:13:27.888 INFO O| May 21 10:13:27.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57902026-05-21T10:13:29.398Z[ recovery-image] May 21 10:13:27.888 INFO O| May 21 10:13:27.888 INFO STEP 302 (remove_files) COMPLETE
57912026-05-21T10:13:29.401Z[ recovery-image] May 21 10:13:27.888 INFO O| May 21 10:13:27.888 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-05-21T10:13:29.408Z[ recovery-image] May 21 10:13:27.898 INFO O| May 21 10:13:27.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57932026-05-21T10:13:29.408Z[ recovery-image] May 21 10:13:27.898 INFO O| May 21 10:13:27.898 INFO STEP 303 (remove_files) COMPLETE
57942026-05-21T10:13:29.408Z[ recovery-image] May 21 10:13:27.898 INFO O| May 21 10:13:27.898 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-05-21T10:13:29.418Z[ recovery-image] May 21 10:13:27.907 INFO O| May 21 10:13:27.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57962026-05-21T10:13:29.418Z[ recovery-image] May 21 10:13:27.907 INFO O| May 21 10:13:27.907 INFO STEP 304 (remove_files) COMPLETE
57972026-05-21T10:13:29.421Z[ recovery-image] May 21 10:13:27.907 INFO O| May 21 10:13:27.907 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-05-21T10:13:29.427Z[ recovery-image] May 21 10:13:27.916 INFO O| May 21 10:13:27.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57992026-05-21T10:13:29.427Z[ recovery-image] May 21 10:13:27.917 INFO O| May 21 10:13:27.917 INFO STEP 305 (remove_files) COMPLETE
58002026-05-21T10:13:29.427Z[ recovery-image] May 21 10:13:27.917 INFO O| May 21 10:13:27.917 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-05-21T10:13:29.436Z[ recovery-image] May 21 10:13:27.925 INFO O| May 21 10:13:27.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58022026-05-21T10:13:29.436Z[ recovery-image] May 21 10:13:27.925 INFO O| May 21 10:13:27.925 INFO STEP 306 (remove_files) COMPLETE
58032026-05-21T10:13:29.438Z[ recovery-image] May 21 10:13:27.925 INFO O| May 21 10:13:27.925 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-05-21T10:13:29.445Z[ recovery-image] May 21 10:13:27.934 INFO O| May 21 10:13:27.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58052026-05-21T10:13:29.445Z[ recovery-image] May 21 10:13:27.934 INFO O| May 21 10:13:27.934 INFO STEP 307 (remove_files) COMPLETE
58062026-05-21T10:13:29.448Z[ recovery-image] May 21 10:13:27.934 INFO O| May 21 10:13:27.934 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-05-21T10:13:29.454Z[ recovery-image] May 21 10:13:27.943 INFO O| May 21 10:13:27.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58082026-05-21T10:13:29.454Z[ recovery-image] May 21 10:13:27.943 INFO O| May 21 10:13:27.943 INFO STEP 308 (remove_files) COMPLETE
58092026-05-21T10:13:29.454Z[ recovery-image] May 21 10:13:27.943 INFO O| May 21 10:13:27.943 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-05-21T10:13:29.463Z[ recovery-image] May 21 10:13:27.953 INFO O| May 21 10:13:27.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58112026-05-21T10:13:29.463Z[ recovery-image] May 21 10:13:27.953 INFO O| May 21 10:13:27.953 INFO STEP 309 (remove_files) COMPLETE
58122026-05-21T10:13:29.466Z[ recovery-image] May 21 10:13:27.953 INFO O| May 21 10:13:27.953 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-05-21T10:13:29.472Z[ recovery-image] May 21 10:13:27.961 INFO O| May 21 10:13:27.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58142026-05-21T10:13:29.472Z[ recovery-image] May 21 10:13:27.961 INFO O| May 21 10:13:27.961 INFO STEP 310 (remove_files) COMPLETE
58152026-05-21T10:13:29.474Z[ recovery-image] May 21 10:13:27.961 INFO O| May 21 10:13:27.961 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-05-21T10:13:29.480Z[ recovery-image] May 21 10:13:27.970 INFO O| May 21 10:13:27.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58172026-05-21T10:13:29.480Z[ recovery-image] May 21 10:13:27.970 INFO O| May 21 10:13:27.970 INFO STEP 311 (remove_files) COMPLETE
58182026-05-21T10:13:29.480Z[ recovery-image] May 21 10:13:27.970 INFO O| May 21 10:13:27.970 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-05-21T10:13:29.488Z[ recovery-image] May 21 10:13:27.978 INFO O| May 21 10:13:27.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58202026-05-21T10:13:29.488Z[ recovery-image] May 21 10:13:27.978 INFO O| May 21 10:13:27.978 INFO STEP 312 (remove_files) COMPLETE
58212026-05-21T10:13:29.488Z[ recovery-image] May 21 10:13:27.978 INFO O| May 21 10:13:27.978 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-05-21T10:13:29.497Z[ recovery-image] May 21 10:13:27.986 INFO O| May 21 10:13:27.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58232026-05-21T10:13:29.497Z[ recovery-image] May 21 10:13:27.986 INFO O| May 21 10:13:27.986 INFO STEP 313 (remove_files) COMPLETE
58242026-05-21T10:13:29.497Z[ recovery-image] May 21 10:13:27.986 INFO O| May 21 10:13:27.986 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-05-21T10:13:29.505Z[ recovery-image] May 21 10:13:27.994 INFO O| May 21 10:13:27.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58262026-05-21T10:13:29.505Z[ recovery-image] May 21 10:13:27.994 INFO O| May 21 10:13:27.994 INFO STEP 314 (remove_files) COMPLETE
58272026-05-21T10:13:29.505Z[ recovery-image] May 21 10:13:27.994 INFO O| May 21 10:13:27.994 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-05-21T10:13:29.514Z[ recovery-image] May 21 10:13:28.003 INFO O| May 21 10:13:28.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58292026-05-21T10:13:29.514Z[ recovery-image] May 21 10:13:28.003 INFO O| May 21 10:13:28.003 INFO STEP 315 (remove_files) COMPLETE
58302026-05-21T10:13:29.517Z[ recovery-image] May 21 10:13:28.003 INFO O| May 21 10:13:28.003 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-05-21T10:13:29.522Z[ recovery-image] May 21 10:13:28.012 INFO O| May 21 10:13:28.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58322026-05-21T10:13:29.522Z[ recovery-image] May 21 10:13:28.012 INFO O| May 21 10:13:28.012 INFO STEP 316 (remove_files) COMPLETE
58332026-05-21T10:13:29.525Z[ recovery-image] May 21 10:13:28.012 INFO O| May 21 10:13:28.012 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-05-21T10:13:29.531Z[ recovery-image] May 21 10:13:28.020 INFO O| May 21 10:13:28.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58352026-05-21T10:13:29.531Z[ recovery-image] May 21 10:13:28.020 INFO O| May 21 10:13:28.020 INFO STEP 317 (remove_files) COMPLETE
58362026-05-21T10:13:29.531Z[ recovery-image] May 21 10:13:28.020 INFO O| May 21 10:13:28.020 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-05-21T10:13:29.540Z[ recovery-image] May 21 10:13:28.029 INFO O| May 21 10:13:28.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58382026-05-21T10:13:29.540Z[ recovery-image] May 21 10:13:28.029 INFO O| May 21 10:13:28.029 INFO STEP 318 (remove_files) COMPLETE
58392026-05-21T10:13:29.543Z[ recovery-image] May 21 10:13:28.029 INFO O| May 21 10:13:28.029 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-05-21T10:13:29.552Z[ recovery-image] May 21 10:13:28.038 INFO O| May 21 10:13:28.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58412026-05-21T10:13:29.552Z[ recovery-image] May 21 10:13:28.038 INFO O| May 21 10:13:28.038 INFO STEP 319 (remove_files) COMPLETE
58422026-05-21T10:13:29.552Z[ recovery-image] May 21 10:13:28.038 INFO O| May 21 10:13:28.038 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-05-21T10:13:29.560Z[ recovery-image] May 21 10:13:28.046 INFO O| May 21 10:13:28.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58442026-05-21T10:13:29.560Z[ recovery-image] May 21 10:13:28.046 INFO O| May 21 10:13:28.046 INFO STEP 320 (remove_files) COMPLETE
58452026-05-21T10:13:29.560Z[ recovery-image] May 21 10:13:28.046 INFO O| May 21 10:13:28.046 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-05-21T10:13:29.580Z[ recovery-image] May 21 10:13:28.056 INFO O| May 21 10:13:28.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58472026-05-21T10:13:29.580Z[ recovery-image] May 21 10:13:28.056 INFO O| May 21 10:13:28.056 INFO STEP 321 (remove_files) COMPLETE
58482026-05-21T10:13:29.580Z[ recovery-image] May 21 10:13:28.056 INFO O| May 21 10:13:28.056 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-05-21T10:13:29.580Z[ recovery-image] May 21 10:13:28.066 INFO O| May 21 10:13:28.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58502026-05-21T10:13:29.580Z[ recovery-image] May 21 10:13:28.066 INFO O| May 21 10:13:28.066 INFO STEP 322 (remove_files) COMPLETE
58512026-05-21T10:13:29.580Z[ recovery-image] May 21 10:13:28.066 INFO O| May 21 10:13:28.066 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-05-21T10:13:29.614Z[ recovery-image] May 21 10:13:28.103 INFO O| May 21 10:13:28.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58532026-05-21T10:13:29.614Z[ recovery-image] May 21 10:13:28.103 INFO O| May 21 10:13:28.103 INFO STEP 323 (remove_files) COMPLETE
58542026-05-21T10:13:29.614Z[ recovery-image] May 21 10:13:28.103 INFO O| May 21 10:13:28.103 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-05-21T10:13:29.625Z[ recovery-image] May 21 10:13:28.114 INFO O| May 21 10:13:28.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58562026-05-21T10:13:29.625Z[ recovery-image] May 21 10:13:28.114 INFO O| May 21 10:13:28.114 INFO STEP 324 (remove_files) COMPLETE
58572026-05-21T10:13:29.625Z[ recovery-image] May 21 10:13:28.114 INFO O| May 21 10:13:28.114 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-05-21T10:13:29.635Z[ recovery-image] May 21 10:13:28.125 INFO O| May 21 10:13:28.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58592026-05-21T10:13:29.635Z[ recovery-image] May 21 10:13:28.125 INFO O| May 21 10:13:28.125 INFO STEP 325 (remove_files) COMPLETE
58602026-05-21T10:13:29.635Z[ recovery-image] May 21 10:13:28.125 INFO O| May 21 10:13:28.125 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-05-21T10:13:29.645Z[ recovery-image] May 21 10:13:28.134 INFO O| May 21 10:13:28.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58622026-05-21T10:13:29.648Z[ recovery-image] May 21 10:13:28.135 INFO O| May 21 10:13:28.135 INFO STEP 326 (remove_files) COMPLETE
58632026-05-21T10:13:29.648Z[ recovery-image] May 21 10:13:28.135 INFO O| May 21 10:13:28.135 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-05-21T10:13:29.656Z[ recovery-image] May 21 10:13:28.145 INFO O| May 21 10:13:28.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58652026-05-21T10:13:29.656Z[ recovery-image] May 21 10:13:28.145 INFO O| May 21 10:13:28.145 INFO STEP 327 (remove_files) COMPLETE
58662026-05-21T10:13:29.659Z[ recovery-image] May 21 10:13:28.145 INFO O| May 21 10:13:28.145 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-05-21T10:13:29.666Z[ recovery-image] May 21 10:13:28.155 INFO O| May 21 10:13:28.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58682026-05-21T10:13:29.666Z[ recovery-image] May 21 10:13:28.155 INFO O| May 21 10:13:28.155 INFO STEP 328 (remove_files) COMPLETE
58692026-05-21T10:13:29.668Z[ recovery-image] May 21 10:13:28.155 INFO O| May 21 10:13:28.155 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-05-21T10:13:29.675Z[ recovery-image] May 21 10:13:28.165 INFO O| May 21 10:13:28.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58712026-05-21T10:13:29.676Z[ recovery-image] May 21 10:13:28.165 INFO O| May 21 10:13:28.165 INFO STEP 329 (remove_files) COMPLETE
58722026-05-21T10:13:29.679Z[ recovery-image] May 21 10:13:28.165 INFO O| May 21 10:13:28.165 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-05-21T10:13:29.684Z[ recovery-image] May 21 10:13:28.173 INFO O| May 21 10:13:28.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58742026-05-21T10:13:29.687Z[ recovery-image] May 21 10:13:28.173 INFO O| May 21 10:13:28.173 INFO STEP 330 (remove_files) COMPLETE
58752026-05-21T10:13:29.687Z[ recovery-image] May 21 10:13:28.173 INFO O| May 21 10:13:28.173 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-05-21T10:13:29.692Z[ recovery-image] May 21 10:13:28.181 INFO O| May 21 10:13:28.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58772026-05-21T10:13:29.692Z[ recovery-image] May 21 10:13:28.181 INFO O| May 21 10:13:28.181 INFO STEP 331 (remove_files) COMPLETE
58782026-05-21T10:13:29.692Z[ recovery-image] May 21 10:13:28.181 INFO O| May 21 10:13:28.181 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-05-21T10:13:29.699Z[ recovery-image] May 21 10:13:28.189 INFO O| May 21 10:13:28.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58802026-05-21T10:13:29.699Z[ recovery-image] May 21 10:13:28.189 INFO O| May 21 10:13:28.189 INFO STEP 332 (remove_files) COMPLETE
58812026-05-21T10:13:29.699Z[ recovery-image] May 21 10:13:28.189 INFO O| May 21 10:13:28.189 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-05-21T10:13:29.707Z[ recovery-image] May 21 10:13:28.196 INFO O| May 21 10:13:28.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58832026-05-21T10:13:29.707Z[ recovery-image] May 21 10:13:28.196 INFO O| May 21 10:13:28.196 INFO STEP 333 (remove_files) COMPLETE
58842026-05-21T10:13:29.707Z[ recovery-image] May 21 10:13:28.196 INFO O| May 21 10:13:28.196 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-05-21T10:13:29.714Z[ recovery-image] May 21 10:13:28.203 INFO O| May 21 10:13:28.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58862026-05-21T10:13:29.714Z[ recovery-image] May 21 10:13:28.204 INFO O| May 21 10:13:28.203 INFO STEP 334 (remove_files) COMPLETE
58872026-05-21T10:13:29.716Z[ recovery-image] May 21 10:13:28.204 INFO O| May 21 10:13:28.204 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-05-21T10:13:29.721Z[ recovery-image] May 21 10:13:28.211 INFO O| May 21 10:13:28.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58892026-05-21T10:13:29.721Z[ recovery-image] May 21 10:13:28.211 INFO O| May 21 10:13:28.211 INFO STEP 335 (remove_files) COMPLETE
58902026-05-21T10:13:29.721Z[ recovery-image] May 21 10:13:28.211 INFO O| May 21 10:13:28.211 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-05-21T10:13:29.729Z[ recovery-image] May 21 10:13:28.219 INFO O| May 21 10:13:28.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58922026-05-21T10:13:29.729Z[ recovery-image] May 21 10:13:28.219 INFO O| May 21 10:13:28.219 INFO STEP 336 (remove_files) COMPLETE
58932026-05-21T10:13:29.732Z[ recovery-image] May 21 10:13:28.219 INFO O| May 21 10:13:28.219 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-05-21T10:13:29.737Z[ recovery-image] May 21 10:13:28.226 INFO O| May 21 10:13:28.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58952026-05-21T10:13:29.737Z[ recovery-image] May 21 10:13:28.226 INFO O| May 21 10:13:28.226 INFO STEP 337 (remove_files) COMPLETE
58962026-05-21T10:13:29.737Z[ recovery-image] May 21 10:13:28.226 INFO O| May 21 10:13:28.226 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-05-21T10:13:29.744Z[ recovery-image] May 21 10:13:28.234 INFO O| May 21 10:13:28.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58982026-05-21T10:13:29.744Z[ recovery-image] May 21 10:13:28.234 INFO O| May 21 10:13:28.234 INFO STEP 338 (remove_files) COMPLETE
58992026-05-21T10:13:29.748Z[ recovery-image] May 21 10:13:28.234 INFO O| May 21 10:13:28.234 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-05-21T10:13:29.751Z[ recovery-image] May 21 10:13:28.241 INFO O| May 21 10:13:28.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59012026-05-21T10:13:29.751Z[ recovery-image] May 21 10:13:28.241 INFO O| May 21 10:13:28.241 INFO STEP 339 (remove_files) COMPLETE
59022026-05-21T10:13:29.751Z[ recovery-image] May 21 10:13:28.241 INFO O| May 21 10:13:28.241 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-05-21T10:13:29.759Z[ recovery-image] May 21 10:13:28.248 INFO O| May 21 10:13:28.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59042026-05-21T10:13:29.759Z[ recovery-image] May 21 10:13:28.248 INFO O| May 21 10:13:28.248 INFO STEP 340 (remove_files) COMPLETE
59052026-05-21T10:13:29.761Z[ recovery-image] May 21 10:13:28.249 INFO O| May 21 10:13:28.248 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-05-21T10:13:29.767Z[ recovery-image] May 21 10:13:28.256 INFO O| May 21 10:13:28.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59072026-05-21T10:13:29.767Z[ recovery-image] May 21 10:13:28.256 INFO O| May 21 10:13:28.256 INFO STEP 341 (remove_files) COMPLETE
59082026-05-21T10:13:29.769Z[ recovery-image] May 21 10:13:28.256 INFO O| May 21 10:13:28.256 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-05-21T10:13:29.775Z[ recovery-image] May 21 10:13:28.264 INFO O| May 21 10:13:28.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59102026-05-21T10:13:29.775Z[ recovery-image] May 21 10:13:28.264 INFO O| May 21 10:13:28.264 INFO STEP 342 (remove_files) COMPLETE
59112026-05-21T10:13:29.775Z[ recovery-image] May 21 10:13:28.264 INFO O| May 21 10:13:28.264 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-05-21T10:13:29.789Z[ recovery-image] May 21 10:13:28.274 INFO O| May 21 10:13:28.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59132026-05-21T10:13:29.789Z[ recovery-image] May 21 10:13:28.274 INFO O| May 21 10:13:28.274 INFO STEP 343 (remove_files) COMPLETE
59142026-05-21T10:13:29.792Z[ recovery-image] May 21 10:13:28.274 INFO O| May 21 10:13:28.274 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-05-21T10:13:29.798Z[ recovery-image] May 21 10:13:28.283 INFO O| May 21 10:13:28.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59162026-05-21T10:13:29.798Z[ recovery-image] May 21 10:13:28.283 INFO O| May 21 10:13:28.283 INFO STEP 344 (remove_files) COMPLETE
59172026-05-21T10:13:29.798Z[ recovery-image] May 21 10:13:28.283 INFO O| May 21 10:13:28.283 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-05-21T10:13:29.802Z[ recovery-image] May 21 10:13:28.292 INFO O| May 21 10:13:28.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59192026-05-21T10:13:29.802Z[ recovery-image] May 21 10:13:28.292 INFO O| May 21 10:13:28.292 INFO STEP 345 (remove_files) COMPLETE
59202026-05-21T10:13:29.802Z[ recovery-image] May 21 10:13:28.292 INFO O| May 21 10:13:28.292 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-05-21T10:13:29.811Z[ recovery-image] May 21 10:13:28.300 INFO O| May 21 10:13:28.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59222026-05-21T10:13:29.811Z[ recovery-image] May 21 10:13:28.300 INFO O| May 21 10:13:28.300 INFO STEP 346 (remove_files) COMPLETE
59232026-05-21T10:13:29.813Z[ recovery-image] May 21 10:13:28.300 INFO O| May 21 10:13:28.300 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-05-21T10:13:29.819Z[ recovery-image] May 21 10:13:28.309 INFO O| May 21 10:13:28.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59252026-05-21T10:13:29.819Z[ recovery-image] May 21 10:13:28.309 INFO O| May 21 10:13:28.309 INFO STEP 347 (remove_files) COMPLETE
59262026-05-21T10:13:29.819Z[ recovery-image] May 21 10:13:28.309 INFO O| May 21 10:13:28.309 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-05-21T10:13:29.827Z[ recovery-image] May 21 10:13:28.317 INFO O| May 21 10:13:28.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59282026-05-21T10:13:29.827Z[ recovery-image] May 21 10:13:28.317 INFO O| May 21 10:13:28.317 INFO STEP 348 (remove_files) COMPLETE
59292026-05-21T10:13:29.827Z[ recovery-image] May 21 10:13:28.317 INFO O| May 21 10:13:28.317 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-05-21T10:13:29.836Z[ recovery-image] May 21 10:13:28.326 INFO O| May 21 10:13:28.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59312026-05-21T10:13:29.836Z[ recovery-image] May 21 10:13:28.326 INFO O| May 21 10:13:28.326 INFO STEP 349 (remove_files) COMPLETE
59322026-05-21T10:13:29.839Z[ recovery-image] May 21 10:13:28.326 INFO O| May 21 10:13:28.326 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-05-21T10:13:29.844Z[ recovery-image] May 21 10:13:28.334 INFO O| May 21 10:13:28.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59342026-05-21T10:13:29.844Z[ recovery-image] May 21 10:13:28.334 INFO O| May 21 10:13:28.334 INFO STEP 350 (remove_files) COMPLETE
59352026-05-21T10:13:29.844Z[ recovery-image] May 21 10:13:28.334 INFO O| May 21 10:13:28.334 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-05-21T10:13:29.853Z[ recovery-image] May 21 10:13:28.342 INFO O| May 21 10:13:28.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59372026-05-21T10:13:29.853Z[ recovery-image] May 21 10:13:28.343 INFO O| May 21 10:13:28.343 INFO STEP 351 (remove_files) COMPLETE
59382026-05-21T10:13:29.853Z[ recovery-image] May 21 10:13:28.343 INFO O| May 21 10:13:28.343 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-05-21T10:13:29.862Z[ recovery-image] May 21 10:13:28.351 INFO O| May 21 10:13:28.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59402026-05-21T10:13:29.865Z[ recovery-image] May 21 10:13:28.351 INFO O| May 21 10:13:28.351 INFO STEP 352 (remove_files) COMPLETE
59412026-05-21T10:13:29.865Z[ recovery-image] May 21 10:13:28.351 INFO O| May 21 10:13:28.351 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-05-21T10:13:29.871Z[ recovery-image] May 21 10:13:28.360 INFO O| May 21 10:13:28.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59432026-05-21T10:13:29.871Z[ recovery-image] May 21 10:13:28.360 INFO O| May 21 10:13:28.360 INFO STEP 353 (remove_files) COMPLETE
59442026-05-21T10:13:29.871Z[ recovery-image] May 21 10:13:28.360 INFO O| May 21 10:13:28.360 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-05-21T10:13:29.880Z[ recovery-image] May 21 10:13:28.370 INFO O| May 21 10:13:28.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59462026-05-21T10:13:29.880Z[ recovery-image] May 21 10:13:28.370 INFO O| May 21 10:13:28.370 INFO STEP 354 (remove_files) COMPLETE
59472026-05-21T10:13:29.880Z[ recovery-image] May 21 10:13:28.370 INFO O| May 21 10:13:28.370 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-05-21T10:13:29.889Z[ recovery-image] May 21 10:13:28.379 INFO O| May 21 10:13:28.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59492026-05-21T10:13:29.890Z[ recovery-image] May 21 10:13:28.379 INFO O| May 21 10:13:28.379 INFO STEP 355 (remove_files) COMPLETE
59502026-05-21T10:13:29.890Z[ recovery-image] May 21 10:13:28.379 INFO O| May 21 10:13:28.379 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-05-21T10:13:29.899Z[ recovery-image] May 21 10:13:28.388 INFO O| May 21 10:13:28.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59522026-05-21T10:13:29.899Z[ recovery-image] May 21 10:13:28.388 INFO O| May 21 10:13:28.388 INFO STEP 356 (remove_files) COMPLETE
59532026-05-21T10:13:29.899Z[ recovery-image] May 21 10:13:28.388 INFO O| May 21 10:13:28.388 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-05-21T10:13:29.908Z[ recovery-image] May 21 10:13:28.397 INFO O| May 21 10:13:28.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59552026-05-21T10:13:29.908Z[ recovery-image] May 21 10:13:28.397 INFO O| May 21 10:13:28.397 INFO STEP 357 (remove_files) COMPLETE
59562026-05-21T10:13:29.910Z[ recovery-image] May 21 10:13:28.397 INFO O| May 21 10:13:28.397 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-05-21T10:13:29.917Z[ recovery-image] May 21 10:13:28.407 INFO O| May 21 10:13:28.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59582026-05-21T10:13:29.917Z[ recovery-image] May 21 10:13:28.407 INFO O| May 21 10:13:28.407 INFO STEP 358 (remove_files) COMPLETE
59592026-05-21T10:13:29.917Z[ recovery-image] May 21 10:13:28.407 INFO O| May 21 10:13:28.407 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-05-21T10:13:29.926Z[ recovery-image] May 21 10:13:28.415 INFO O| May 21 10:13:28.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59612026-05-21T10:13:29.926Z[ recovery-image] May 21 10:13:28.416 INFO O| May 21 10:13:28.416 INFO STEP 359 (remove_files) COMPLETE
59622026-05-21T10:13:29.926Z[ recovery-image] May 21 10:13:28.416 INFO O| May 21 10:13:28.416 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-05-21T10:13:29.937Z[ recovery-image] May 21 10:13:28.426 INFO O| May 21 10:13:28.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59642026-05-21T10:13:29.937Z[ recovery-image] May 21 10:13:28.427 INFO O| May 21 10:13:28.427 INFO STEP 360 (remove_files) COMPLETE
59652026-05-21T10:13:29.940Z[ recovery-image] May 21 10:13:28.427 INFO O| May 21 10:13:28.427 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-05-21T10:13:29.948Z[ recovery-image] May 21 10:13:28.437 INFO O| May 21 10:13:28.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59672026-05-21T10:13:29.960Z[ recovery-image] May 21 10:13:28.450 INFO O| May 21 10:13:28.450 INFO STEP 361 (remove_files) COMPLETE
59682026-05-21T10:13:29.961Z[ recovery-image] May 21 10:13:28.450 INFO O| May 21 10:13:28.450 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-05-21T10:13:29.970Z[ recovery-image] May 21 10:13:28.460 INFO O| May 21 10:13:28.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59702026-05-21T10:13:29.970Z[ recovery-image] May 21 10:13:28.460 INFO O| May 21 10:13:28.460 INFO STEP 362 (remove_files) COMPLETE
59712026-05-21T10:13:29.973Z[ recovery-image] May 21 10:13:28.460 INFO O| May 21 10:13:28.460 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-05-21T10:13:29.982Z[ recovery-image] May 21 10:13:28.472 INFO O| May 21 10:13:28.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59732026-05-21T10:13:29.982Z[ recovery-image] May 21 10:13:28.472 INFO O| May 21 10:13:28.472 INFO STEP 363 (remove_files) COMPLETE
59742026-05-21T10:13:29.985Z[ recovery-image] May 21 10:13:28.472 INFO O| May 21 10:13:28.472 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-05-21T10:13:29.994Z[ recovery-image] May 21 10:13:28.484 INFO O| May 21 10:13:28.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59762026-05-21T10:13:29.994Z[ recovery-image] May 21 10:13:28.484 INFO O| May 21 10:13:28.484 INFO STEP 364 (remove_files) COMPLETE
59772026-05-21T10:13:29.994Z[ recovery-image] May 21 10:13:28.484 INFO O| May 21 10:13:28.484 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-05-21T10:13:30.005Z[ recovery-image] May 21 10:13:28.494 INFO O| May 21 10:13:28.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59792026-05-21T10:13:30.005Z[ recovery-image] May 21 10:13:28.494 INFO O| May 21 10:13:28.494 INFO STEP 365 (remove_files) COMPLETE
59802026-05-21T10:13:30.005Z[ recovery-image] May 21 10:13:28.494 INFO O| May 21 10:13:28.494 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-05-21T10:13:30.015Z[ recovery-image] May 21 10:13:28.505 INFO O| May 21 10:13:28.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59822026-05-21T10:13:30.015Z[ recovery-image] May 21 10:13:28.505 INFO O| May 21 10:13:28.505 INFO STEP 366 (remove_files) COMPLETE
59832026-05-21T10:13:30.018Z[ recovery-image] May 21 10:13:28.505 INFO O| May 21 10:13:28.505 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-05-21T10:13:30.025Z[ recovery-image] May 21 10:13:28.514 INFO O| May 21 10:13:28.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59852026-05-21T10:13:30.025Z[ recovery-image] May 21 10:13:28.514 INFO O| May 21 10:13:28.514 INFO STEP 367 (remove_files) COMPLETE
59862026-05-21T10:13:30.028Z[ recovery-image] May 21 10:13:28.514 INFO O| May 21 10:13:28.514 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-05-21T10:13:30.034Z[ recovery-image] May 21 10:13:28.524 INFO O| May 21 10:13:28.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59882026-05-21T10:13:30.040Z[ recovery-image] May 21 10:13:28.529 INFO O| May 21 10:13:28.529 INFO STEP 368 (remove_files) COMPLETE
59892026-05-21T10:13:30.042Z[ recovery-image] May 21 10:13:28.529 INFO O| May 21 10:13:28.529 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-05-21T10:13:30.050Z[ recovery-image] May 21 10:13:28.540 INFO O| May 21 10:13:28.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59912026-05-21T10:13:30.051Z[ recovery-image] May 21 10:13:28.540 INFO O| May 21 10:13:28.540 INFO STEP 369 (remove_files) COMPLETE
59922026-05-21T10:13:30.053Z[ recovery-image] May 21 10:13:28.540 INFO O| May 21 10:13:28.540 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-05-21T10:13:30.060Z[ recovery-image] May 21 10:13:28.550 INFO O| May 21 10:13:28.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59942026-05-21T10:13:30.060Z[ recovery-image] May 21 10:13:28.550 INFO O| May 21 10:13:28.550 INFO STEP 370 (remove_files) COMPLETE
59952026-05-21T10:13:30.063Z[ recovery-image] May 21 10:13:28.550 INFO O| May 21 10:13:28.550 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-05-21T10:13:30.070Z[ recovery-image] May 21 10:13:28.560 INFO O| May 21 10:13:28.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59972026-05-21T10:13:30.070Z[ recovery-image] May 21 10:13:28.560 INFO O| May 21 10:13:28.560 INFO STEP 371 (remove_files) COMPLETE
59982026-05-21T10:13:30.070Z[ recovery-image] May 21 10:13:28.560 INFO O| May 21 10:13:28.560 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-05-21T10:13:30.079Z[ recovery-image] May 21 10:13:28.569 INFO O| May 21 10:13:28.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60002026-05-21T10:13:30.079Z[ recovery-image] May 21 10:13:28.569 INFO O| May 21 10:13:28.569 INFO STEP 372 (remove_files) COMPLETE
60012026-05-21T10:13:30.079Z[ recovery-image] May 21 10:13:28.569 INFO O| May 21 10:13:28.569 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-05-21T10:13:30.088Z[ recovery-image] May 21 10:13:28.578 INFO O| May 21 10:13:28.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60032026-05-21T10:13:30.088Z[ recovery-image] May 21 10:13:28.578 INFO O| May 21 10:13:28.578 INFO STEP 373 (remove_files) COMPLETE
60042026-05-21T10:13:30.088Z[ recovery-image] May 21 10:13:28.578 INFO O| May 21 10:13:28.578 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-05-21T10:13:30.097Z[ recovery-image] May 21 10:13:28.587 INFO O| May 21 10:13:28.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60062026-05-21T10:13:30.097Z[ recovery-image] May 21 10:13:28.587 INFO O| May 21 10:13:28.587 INFO STEP 374 (remove_files) COMPLETE
60072026-05-21T10:13:30.100Z[ recovery-image] May 21 10:13:28.587 INFO O| May 21 10:13:28.587 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-05-21T10:13:30.106Z[ recovery-image] May 21 10:13:28.596 INFO O| May 21 10:13:28.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60092026-05-21T10:13:30.106Z[ recovery-image] May 21 10:13:28.596 INFO O| May 21 10:13:28.596 INFO STEP 375 (remove_files) COMPLETE
60102026-05-21T10:13:30.106Z[ recovery-image] May 21 10:13:28.596 INFO O| May 21 10:13:28.596 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-05-21T10:13:30.117Z[ recovery-image] May 21 10:13:28.606 INFO O| May 21 10:13:28.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60122026-05-21T10:13:30.117Z[ recovery-image] May 21 10:13:28.606 INFO O| May 21 10:13:28.606 INFO STEP 376 (remove_files) COMPLETE
60132026-05-21T10:13:30.117Z[ recovery-image] May 21 10:13:28.606 INFO O| May 21 10:13:28.606 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-05-21T10:13:30.128Z[ recovery-image] May 21 10:13:28.617 INFO O| May 21 10:13:28.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60152026-05-21T10:13:30.128Z[ recovery-image] May 21 10:13:28.617 INFO O| May 21 10:13:28.617 INFO STEP 377 (remove_files) COMPLETE
60162026-05-21T10:13:30.131Z[ recovery-image] May 21 10:13:28.617 INFO O| May 21 10:13:28.617 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-05-21T10:13:30.137Z[ recovery-image] May 21 10:13:28.626 INFO O| May 21 10:13:28.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60182026-05-21T10:13:30.137Z[ recovery-image] May 21 10:13:28.626 INFO O| May 21 10:13:28.626 INFO STEP 378 (remove_files) COMPLETE
60192026-05-21T10:13:30.137Z[ recovery-image] May 21 10:13:28.626 INFO O| May 21 10:13:28.626 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-05-21T10:13:30.146Z[ recovery-image] May 21 10:13:28.635 INFO O| May 21 10:13:28.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60212026-05-21T10:13:30.146Z[ recovery-image] May 21 10:13:28.635 INFO O| May 21 10:13:28.635 INFO STEP 379 (remove_files) COMPLETE
60222026-05-21T10:13:30.146Z[ recovery-image] May 21 10:13:28.635 INFO O| May 21 10:13:28.635 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-05-21T10:13:30.154Z[ recovery-image] May 21 10:13:28.644 INFO O| May 21 10:13:28.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60242026-05-21T10:13:30.154Z[ recovery-image] May 21 10:13:28.644 INFO O| May 21 10:13:28.644 INFO STEP 380 (remove_files) COMPLETE
60252026-05-21T10:13:30.157Z[ recovery-image] May 21 10:13:28.644 INFO O| May 21 10:13:28.644 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-05-21T10:13:30.163Z[ recovery-image] May 21 10:13:28.652 INFO O| May 21 10:13:28.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60272026-05-21T10:13:30.163Z[ recovery-image] May 21 10:13:28.652 INFO O| May 21 10:13:28.652 INFO STEP 381 (remove_files) COMPLETE
60282026-05-21T10:13:30.163Z[ recovery-image] May 21 10:13:28.652 INFO O| May 21 10:13:28.652 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-05-21T10:13:30.171Z[ recovery-image] May 21 10:13:28.661 INFO O| May 21 10:13:28.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60302026-05-21T10:13:30.172Z[ recovery-image] May 21 10:13:28.661 INFO O| May 21 10:13:28.661 INFO STEP 382 (remove_files) COMPLETE
60312026-05-21T10:13:30.175Z[ recovery-image] May 21 10:13:28.661 INFO O| May 21 10:13:28.661 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-05-21T10:13:30.179Z[ recovery-image] May 21 10:13:28.669 INFO O| May 21 10:13:28.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60332026-05-21T10:13:30.179Z[ recovery-image] May 21 10:13:28.669 INFO O| May 21 10:13:28.669 INFO STEP 383 (remove_files) COMPLETE
60342026-05-21T10:13:30.179Z[ recovery-image] May 21 10:13:28.669 INFO O| May 21 10:13:28.669 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-05-21T10:13:30.187Z[ recovery-image] May 21 10:13:28.677 INFO O| May 21 10:13:28.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60362026-05-21T10:13:30.187Z[ recovery-image] May 21 10:13:28.677 INFO O| May 21 10:13:28.677 INFO STEP 384 (remove_files) COMPLETE
60372026-05-21T10:13:30.187Z[ recovery-image] May 21 10:13:28.677 INFO O| May 21 10:13:28.677 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-05-21T10:13:30.195Z[ recovery-image] May 21 10:13:28.684 INFO O| May 21 10:13:28.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60392026-05-21T10:13:30.195Z[ recovery-image] May 21 10:13:28.684 INFO O| May 21 10:13:28.684 INFO STEP 385 (remove_files) COMPLETE
60402026-05-21T10:13:30.195Z[ recovery-image] May 21 10:13:28.684 INFO O| May 21 10:13:28.684 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-05-21T10:13:30.202Z[ recovery-image] May 21 10:13:28.692 INFO O| May 21 10:13:28.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60422026-05-21T10:13:30.202Z[ recovery-image] May 21 10:13:28.692 INFO O| May 21 10:13:28.692 INFO STEP 386 (remove_files) COMPLETE
60432026-05-21T10:13:30.205Z[ recovery-image] May 21 10:13:28.692 INFO O| May 21 10:13:28.692 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-05-21T10:13:30.216Z[ recovery-image] May 21 10:13:28.705 INFO O| May 21 10:13:28.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60452026-05-21T10:13:30.216Z[ recovery-image] May 21 10:13:28.705 INFO O| May 21 10:13:28.701 INFO STEP 387 (remove_files) COMPLETE
60462026-05-21T10:13:30.218Z[ recovery-image] May 21 10:13:28.705 INFO O| May 21 10:13:28.701 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-05-21T10:13:30.220Z[ recovery-image] May 21 10:13:28.710 INFO O| May 21 10:13:28.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60482026-05-21T10:13:30.220Z[ recovery-image] May 21 10:13:28.710 INFO O| May 21 10:13:28.710 INFO STEP 388 (remove_files) COMPLETE
60492026-05-21T10:13:30.220Z[ recovery-image] May 21 10:13:28.710 INFO O| May 21 10:13:28.710 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-05-21T10:13:30.230Z[ recovery-image] May 21 10:13:28.720 INFO O| May 21 10:13:28.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60512026-05-21T10:13:30.230Z[ recovery-image] May 21 10:13:28.720 INFO O| May 21 10:13:28.718 INFO STEP 389 (remove_files) COMPLETE
60522026-05-21T10:13:30.230Z[ recovery-image] May 21 10:13:28.720 INFO O| May 21 10:13:28.718 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-05-21T10:13:30.236Z[ recovery-image] May 21 10:13:28.726 INFO O| May 21 10:13:28.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60542026-05-21T10:13:30.236Z[ recovery-image] May 21 10:13:28.726 INFO O| May 21 10:13:28.725 INFO STEP 390 (remove_files) COMPLETE
60552026-05-21T10:13:30.239Z[ recovery-image] May 21 10:13:28.726 INFO O| May 21 10:13:28.725 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-05-21T10:13:30.243Z[ recovery-image] May 21 10:13:28.733 INFO O| May 21 10:13:28.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60572026-05-21T10:13:30.246Z[ recovery-image] May 21 10:13:28.733 INFO O| May 21 10:13:28.733 INFO STEP 391 (remove_files) COMPLETE
60582026-05-21T10:13:30.246Z[ recovery-image] May 21 10:13:28.733 INFO O| May 21 10:13:28.733 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-05-21T10:13:30.251Z[ recovery-image] May 21 10:13:28.741 INFO O| May 21 10:13:28.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60602026-05-21T10:13:30.251Z[ recovery-image] May 21 10:13:28.741 INFO O| May 21 10:13:28.741 INFO STEP 392 (remove_files) COMPLETE
60612026-05-21T10:13:30.252Z[ recovery-image] May 21 10:13:28.741 INFO O| May 21 10:13:28.741 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-05-21T10:13:30.259Z[ recovery-image] May 21 10:13:28.749 INFO O| May 21 10:13:28.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60632026-05-21T10:13:30.259Z[ recovery-image] May 21 10:13:28.749 INFO O| May 21 10:13:28.749 INFO STEP 393 (remove_files) COMPLETE
60642026-05-21T10:13:30.259Z[ recovery-image] May 21 10:13:28.749 INFO O| May 21 10:13:28.749 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-05-21T10:13:30.267Z[ recovery-image] May 21 10:13:28.756 INFO O| May 21 10:13:28.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60662026-05-21T10:13:30.267Z[ recovery-image] May 21 10:13:28.756 INFO O| May 21 10:13:28.756 INFO STEP 394 (remove_files) COMPLETE
60672026-05-21T10:13:30.270Z[ recovery-image] May 21 10:13:28.756 INFO O| May 21 10:13:28.756 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-05-21T10:13:30.274Z[ recovery-image] May 21 10:13:28.764 INFO O| May 21 10:13:28.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60692026-05-21T10:13:30.274Z[ recovery-image] May 21 10:13:28.764 INFO O| May 21 10:13:28.764 INFO STEP 395 (remove_files) COMPLETE
60702026-05-21T10:13:30.277Z[ recovery-image] May 21 10:13:28.764 INFO O| May 21 10:13:28.764 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-05-21T10:13:30.281Z[ recovery-image] May 21 10:13:28.771 INFO O| May 21 10:13:28.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60722026-05-21T10:13:30.282Z[ recovery-image] May 21 10:13:28.771 INFO O| May 21 10:13:28.771 INFO STEP 396 (remove_files) COMPLETE
60732026-05-21T10:13:30.284Z[ recovery-image] May 21 10:13:28.771 INFO O| May 21 10:13:28.771 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-05-21T10:13:30.289Z[ recovery-image] May 21 10:13:28.778 INFO O| May 21 10:13:28.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60752026-05-21T10:13:30.289Z[ recovery-image] May 21 10:13:28.778 INFO O| May 21 10:13:28.778 INFO STEP 397 (remove_files) COMPLETE
60762026-05-21T10:13:30.289Z[ recovery-image] May 21 10:13:28.778 INFO O| May 21 10:13:28.778 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-05-21T10:13:30.296Z[ recovery-image] May 21 10:13:28.786 INFO O| May 21 10:13:28.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60782026-05-21T10:13:30.296Z[ recovery-image] May 21 10:13:28.786 INFO O| May 21 10:13:28.786 INFO STEP 398 (remove_files) COMPLETE
60792026-05-21T10:13:30.296Z[ recovery-image] May 21 10:13:28.786 INFO O| May 21 10:13:28.786 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-05-21T10:13:30.304Z[ recovery-image] May 21 10:13:28.793 INFO O| May 21 10:13:28.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60812026-05-21T10:13:30.304Z[ recovery-image] May 21 10:13:28.793 INFO O| May 21 10:13:28.793 INFO STEP 399 (remove_files) COMPLETE
60822026-05-21T10:13:30.304Z[ recovery-image] May 21 10:13:28.793 INFO O| May 21 10:13:28.793 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-05-21T10:13:30.311Z[ recovery-image] May 21 10:13:28.801 INFO O| May 21 10:13:28.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60842026-05-21T10:13:30.311Z[ recovery-image] May 21 10:13:28.801 INFO O| May 21 10:13:28.801 INFO STEP 400 (remove_files) COMPLETE
60852026-05-21T10:13:30.312Z[ recovery-image] May 21 10:13:28.801 INFO O| May 21 10:13:28.801 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-05-21T10:13:30.319Z[ recovery-image] May 21 10:13:28.808 INFO O| May 21 10:13:28.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60872026-05-21T10:13:30.319Z[ recovery-image] May 21 10:13:28.809 INFO O| May 21 10:13:28.809 INFO STEP 401 (remove_files) COMPLETE
60882026-05-21T10:13:30.319Z[ recovery-image] May 21 10:13:28.809 INFO O| May 21 10:13:28.809 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-05-21T10:13:30.326Z[ recovery-image] May 21 10:13:28.816 INFO O| May 21 10:13:28.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60902026-05-21T10:13:30.326Z[ recovery-image] May 21 10:13:28.816 INFO O| May 21 10:13:28.816 INFO STEP 402 (remove_files) COMPLETE
60912026-05-21T10:13:30.326Z[ recovery-image] May 21 10:13:28.816 INFO O| May 21 10:13:28.816 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-05-21T10:13:30.333Z[ recovery-image] May 21 10:13:28.823 INFO O| May 21 10:13:28.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60932026-05-21T10:13:30.333Z[ recovery-image] May 21 10:13:28.823 INFO O| May 21 10:13:28.823 INFO STEP 403 (remove_files) COMPLETE
60942026-05-21T10:13:30.333Z[ recovery-image] May 21 10:13:28.823 INFO O| May 21 10:13:28.823 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-05-21T10:13:30.341Z[ recovery-image] May 21 10:13:28.831 INFO O| May 21 10:13:28.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60962026-05-21T10:13:30.342Z[ recovery-image] May 21 10:13:28.831 INFO O| May 21 10:13:28.831 INFO STEP 404 (remove_files) COMPLETE
60972026-05-21T10:13:30.342Z[ recovery-image] May 21 10:13:28.831 INFO O| May 21 10:13:28.831 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-05-21T10:13:30.350Z[ recovery-image] May 21 10:13:28.839 INFO O| May 21 10:13:28.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60992026-05-21T10:13:30.350Z[ recovery-image] May 21 10:13:28.839 INFO O| May 21 10:13:28.839 INFO STEP 405 (remove_files) COMPLETE
61002026-05-21T10:13:30.350Z[ recovery-image] May 21 10:13:28.839 INFO O| May 21 10:13:28.839 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-05-21T10:13:30.358Z[ recovery-image] May 21 10:13:28.847 INFO O| May 21 10:13:28.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61022026-05-21T10:13:30.358Z[ recovery-image] May 21 10:13:28.847 INFO O| May 21 10:13:28.847 INFO STEP 406 (remove_files) COMPLETE
61032026-05-21T10:13:30.358Z[ recovery-image] May 21 10:13:28.847 INFO O| May 21 10:13:28.847 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-05-21T10:13:30.366Z[ recovery-image] May 21 10:13:28.855 INFO O| May 21 10:13:28.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61052026-05-21T10:13:30.366Z[ recovery-image] May 21 10:13:28.855 INFO O| May 21 10:13:28.855 INFO STEP 407 (remove_files) COMPLETE
61062026-05-21T10:13:30.369Z[ recovery-image] May 21 10:13:28.855 INFO O| May 21 10:13:28.855 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-05-21T10:13:30.373Z[ recovery-image] May 21 10:13:28.863 INFO O| May 21 10:13:28.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61082026-05-21T10:13:30.373Z[ recovery-image] May 21 10:13:28.863 INFO O| May 21 10:13:28.863 INFO STEP 408 (remove_files) COMPLETE
61092026-05-21T10:13:30.373Z[ recovery-image] May 21 10:13:28.863 INFO O| May 21 10:13:28.863 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-05-21T10:13:30.382Z[ recovery-image] May 21 10:13:28.871 INFO O| May 21 10:13:28.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61112026-05-21T10:13:30.382Z[ recovery-image] May 21 10:13:28.871 INFO O| May 21 10:13:28.871 INFO STEP 409 (remove_files) COMPLETE
61122026-05-21T10:13:30.382Z[ recovery-image] May 21 10:13:28.871 INFO O| May 21 10:13:28.871 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-05-21T10:13:30.390Z[ recovery-image] May 21 10:13:28.879 INFO O| May 21 10:13:28.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61142026-05-21T10:13:30.390Z[ recovery-image] May 21 10:13:28.879 INFO O| May 21 10:13:28.879 INFO STEP 410 (remove_files) COMPLETE
61152026-05-21T10:13:30.390Z[ recovery-image] May 21 10:13:28.879 INFO O| May 21 10:13:28.879 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-05-21T10:13:30.398Z[ recovery-image] May 21 10:13:28.888 INFO O| May 21 10:13:28.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61172026-05-21T10:13:30.398Z[ recovery-image] May 21 10:13:28.888 INFO O| May 21 10:13:28.888 INFO STEP 411 (remove_files) COMPLETE
61182026-05-21T10:13:30.398Z[ recovery-image] May 21 10:13:28.888 INFO O| May 21 10:13:28.888 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-05-21T10:13:30.408Z[ recovery-image] May 21 10:13:28.898 INFO O| May 21 10:13:28.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61202026-05-21T10:13:30.408Z[ recovery-image] May 21 10:13:28.898 INFO O| May 21 10:13:28.896 INFO STEP 412 (remove_files) COMPLETE
61212026-05-21T10:13:30.411Z[ recovery-image] May 21 10:13:28.898 INFO O| May 21 10:13:28.896 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-05-21T10:13:30.414Z[ recovery-image] May 21 10:13:28.903 INFO O| May 21 10:13:28.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61232026-05-21T10:13:30.414Z[ recovery-image] May 21 10:13:28.903 INFO O| May 21 10:13:28.903 INFO STEP 413 (remove_files) COMPLETE
61242026-05-21T10:13:30.414Z[ recovery-image] May 21 10:13:28.903 INFO O| May 21 10:13:28.903 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-05-21T10:13:30.421Z[ recovery-image] May 21 10:13:28.911 INFO O| May 21 10:13:28.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61262026-05-21T10:13:30.422Z[ recovery-image] May 21 10:13:28.911 INFO O| May 21 10:13:28.911 INFO STEP 414 (remove_files) COMPLETE
61272026-05-21T10:13:30.424Z[ recovery-image] May 21 10:13:28.911 INFO O| May 21 10:13:28.911 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-05-21T10:13:30.429Z[ recovery-image] May 21 10:13:28.919 INFO O| May 21 10:13:28.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61292026-05-21T10:13:30.432Z[ recovery-image] May 21 10:13:28.919 INFO O| May 21 10:13:28.919 INFO STEP 415 (remove_files) COMPLETE
61302026-05-21T10:13:30.432Z[ recovery-image] May 21 10:13:28.919 INFO O| May 21 10:13:28.919 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-05-21T10:13:30.437Z[ recovery-image] May 21 10:13:28.927 INFO O| May 21 10:13:28.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61322026-05-21T10:13:30.437Z[ recovery-image] May 21 10:13:28.927 INFO O| May 21 10:13:28.927 INFO STEP 416 (remove_files) COMPLETE
61332026-05-21T10:13:30.440Z[ recovery-image] May 21 10:13:28.927 INFO O| May 21 10:13:28.927 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-05-21T10:13:30.447Z[ recovery-image] May 21 10:13:28.936 INFO O| May 21 10:13:28.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61352026-05-21T10:13:30.447Z[ recovery-image] May 21 10:13:28.936 INFO O| May 21 10:13:28.936 INFO STEP 417 (remove_files) COMPLETE
61362026-05-21T10:13:30.447Z[ recovery-image] May 21 10:13:28.936 INFO O| May 21 10:13:28.936 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-05-21T10:13:30.456Z[ recovery-image] May 21 10:13:28.946 INFO O| May 21 10:13:28.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61382026-05-21T10:13:30.456Z[ recovery-image] May 21 10:13:28.946 INFO O| May 21 10:13:28.946 INFO STEP 418 (remove_files) COMPLETE
61392026-05-21T10:13:30.456Z[ recovery-image] May 21 10:13:28.946 INFO O| May 21 10:13:28.946 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-05-21T10:13:30.466Z[ recovery-image] May 21 10:13:28.955 INFO O| May 21 10:13:28.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61412026-05-21T10:13:30.466Z[ recovery-image] May 21 10:13:28.955 INFO O| May 21 10:13:28.955 INFO STEP 419 (remove_files) COMPLETE
61422026-05-21T10:13:30.466Z[ recovery-image] May 21 10:13:28.955 INFO O| May 21 10:13:28.955 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-05-21T10:13:30.475Z[ recovery-image] May 21 10:13:28.964 INFO O| May 21 10:13:28.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61442026-05-21T10:13:30.475Z[ recovery-image] May 21 10:13:28.964 INFO O| May 21 10:13:28.964 INFO STEP 420 (remove_files) COMPLETE
61452026-05-21T10:13:30.475Z[ recovery-image] May 21 10:13:28.964 INFO O| May 21 10:13:28.964 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-05-21T10:13:30.483Z[ recovery-image] May 21 10:13:28.973 INFO O| May 21 10:13:28.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61472026-05-21T10:13:30.483Z[ recovery-image] May 21 10:13:28.973 INFO O| May 21 10:13:28.973 INFO STEP 421 (remove_files) COMPLETE
61482026-05-21T10:13:30.484Z[ recovery-image] May 21 10:13:28.973 INFO O| May 21 10:13:28.973 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-05-21T10:13:30.492Z[ recovery-image] May 21 10:13:28.981 INFO O| May 21 10:13:28.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61502026-05-21T10:13:30.492Z[ recovery-image] May 21 10:13:28.981 INFO O| May 21 10:13:28.981 INFO STEP 422 (remove_files) COMPLETE
61512026-05-21T10:13:30.492Z[ recovery-image] May 21 10:13:28.981 INFO O| May 21 10:13:28.981 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-05-21T10:13:30.500Z[ recovery-image] May 21 10:13:28.989 INFO O| May 21 10:13:28.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61532026-05-21T10:13:30.500Z[ recovery-image] May 21 10:13:28.989 INFO O| May 21 10:13:28.989 INFO STEP 423 (remove_files) COMPLETE
61542026-05-21T10:13:30.503Z[ recovery-image] May 21 10:13:28.989 INFO O| May 21 10:13:28.989 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-05-21T10:13:30.509Z[ recovery-image] May 21 10:13:28.999 INFO O| May 21 10:13:28.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61562026-05-21T10:13:30.509Z[ recovery-image] May 21 10:13:28.999 INFO O| May 21 10:13:28.999 INFO STEP 424 (remove_files) COMPLETE
61572026-05-21T10:13:30.509Z[ recovery-image] May 21 10:13:28.999 INFO O| May 21 10:13:28.999 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-05-21T10:13:30.522Z[ recovery-image] May 21 10:13:29.010 INFO O| May 21 10:13:29.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61592026-05-21T10:13:30.522Z[ recovery-image] May 21 10:13:29.010 INFO O| May 21 10:13:29.010 INFO STEP 425 (remove_files) COMPLETE
61602026-05-21T10:13:30.522Z[ recovery-image] May 21 10:13:29.010 INFO O| May 21 10:13:29.010 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-05-21T10:13:30.530Z[ recovery-image] May 21 10:13:29.020 INFO O| May 21 10:13:29.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61622026-05-21T10:13:30.530Z[ recovery-image] May 21 10:13:29.020 INFO O| May 21 10:13:29.020 INFO STEP 426 (remove_files) COMPLETE
61632026-05-21T10:13:30.533Z[ recovery-image] May 21 10:13:29.020 INFO O| May 21 10:13:29.020 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-05-21T10:13:30.541Z[ recovery-image] May 21 10:13:29.030 INFO O| May 21 10:13:29.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61652026-05-21T10:13:30.541Z[ recovery-image] May 21 10:13:29.030 INFO O| May 21 10:13:29.030 INFO STEP 427 (remove_files) COMPLETE
61662026-05-21T10:13:30.544Z[ recovery-image] May 21 10:13:29.030 INFO O| May 21 10:13:29.030 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-05-21T10:13:30.566Z[ recovery-image] May 21 10:13:29.055 INFO O| May 21 10:13:29.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61682026-05-21T10:13:30.566Z[ recovery-image] May 21 10:13:29.055 INFO O| May 21 10:13:29.055 INFO STEP 428 (remove_files) COMPLETE
61692026-05-21T10:13:30.566Z[ recovery-image] May 21 10:13:29.055 INFO O| May 21 10:13:29.055 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-05-21T10:13:30.574Z[ recovery-image] May 21 10:13:29.064 INFO O| May 21 10:13:29.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61712026-05-21T10:13:30.577Z[ recovery-image] May 21 10:13:29.064 INFO O| May 21 10:13:29.064 INFO STEP 429 (remove_files) COMPLETE
61722026-05-21T10:13:30.577Z[ recovery-image] May 21 10:13:29.064 INFO O| May 21 10:13:29.064 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-05-21T10:13:30.583Z[ recovery-image] May 21 10:13:29.073 INFO O| May 21 10:13:29.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61742026-05-21T10:13:30.583Z[ recovery-image] May 21 10:13:29.073 INFO O| May 21 10:13:29.073 INFO STEP 430 (remove_files) COMPLETE
61752026-05-21T10:13:30.583Z[ recovery-image] May 21 10:13:29.073 INFO O| May 21 10:13:29.073 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-05-21T10:13:30.594Z[ recovery-image] May 21 10:13:29.084 INFO O| May 21 10:13:29.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61772026-05-21T10:13:30.594Z[ recovery-image] May 21 10:13:29.084 INFO O| May 21 10:13:29.084 INFO STEP 431 (remove_files) COMPLETE
61782026-05-21T10:13:30.597Z[ recovery-image] May 21 10:13:29.084 INFO O| May 21 10:13:29.084 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-05-21T10:13:30.602Z[ recovery-image] May 21 10:13:29.091 INFO O| May 21 10:13:29.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61802026-05-21T10:13:30.605Z[ recovery-image] May 21 10:13:29.092 INFO O| May 21 10:13:29.092 INFO STEP 432 (remove_files) COMPLETE
61812026-05-21T10:13:30.605Z[ recovery-image] May 21 10:13:29.092 INFO O| May 21 10:13:29.092 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-05-21T10:13:30.613Z[ recovery-image] May 21 10:13:29.102 INFO O| May 21 10:13:29.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61832026-05-21T10:13:30.613Z[ recovery-image] May 21 10:13:29.103 INFO O| May 21 10:13:29.103 INFO STEP 433 (remove_files) COMPLETE
61842026-05-21T10:13:30.613Z[ recovery-image] May 21 10:13:29.103 INFO O| May 21 10:13:29.103 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-05-21T10:13:30.622Z[ recovery-image] May 21 10:13:29.111 INFO O| May 21 10:13:29.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61862026-05-21T10:13:30.622Z[ recovery-image] May 21 10:13:29.111 INFO O| May 21 10:13:29.111 INFO STEP 434 (remove_files) COMPLETE
61872026-05-21T10:13:30.622Z[ recovery-image] May 21 10:13:29.111 INFO O| May 21 10:13:29.111 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-05-21T10:13:30.631Z[ recovery-image] May 21 10:13:29.120 INFO O| May 21 10:13:29.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61892026-05-21T10:13:30.631Z[ recovery-image] May 21 10:13:29.120 INFO O| May 21 10:13:29.120 INFO STEP 435 (remove_files) COMPLETE
61902026-05-21T10:13:30.634Z[ recovery-image] May 21 10:13:29.120 INFO O| May 21 10:13:29.120 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-05-21T10:13:30.640Z[ recovery-image] May 21 10:13:29.129 INFO O| May 21 10:13:29.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61922026-05-21T10:13:30.640Z[ recovery-image] May 21 10:13:29.129 INFO O| May 21 10:13:29.129 INFO STEP 436 (remove_files) COMPLETE
61932026-05-21T10:13:30.642Z[ recovery-image] May 21 10:13:29.129 INFO O| May 21 10:13:29.129 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-05-21T10:13:30.649Z[ recovery-image] May 21 10:13:29.138 INFO O| May 21 10:13:29.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61952026-05-21T10:13:30.649Z[ recovery-image] May 21 10:13:29.138 INFO O| May 21 10:13:29.138 INFO STEP 437 (remove_files) COMPLETE
61962026-05-21T10:13:30.649Z[ recovery-image] May 21 10:13:29.138 INFO O| May 21 10:13:29.138 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-05-21T10:13:30.691Z[ recovery-image] May 21 10:13:29.146 INFO O| May 21 10:13:29.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61982026-05-21T10:13:30.691Z[ recovery-image] May 21 10:13:29.146 INFO O| May 21 10:13:29.146 INFO STEP 438 (remove_files) COMPLETE
61992026-05-21T10:13:30.691Z[ recovery-image] May 21 10:13:29.147 INFO O| May 21 10:13:29.146 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.155 INFO O| May 21 10:13:29.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62012026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.155 INFO O| May 21 10:13:29.155 INFO STEP 439 (remove_files) COMPLETE
62022026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.155 INFO O| May 21 10:13:29.155 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.164 INFO O| May 21 10:13:29.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62042026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.164 INFO O| May 21 10:13:29.164 INFO STEP 440 (remove_files) COMPLETE
62052026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.164 INFO O| May 21 10:13:29.164 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.173 INFO O| May 21 10:13:29.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62072026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.173 INFO O| May 21 10:13:29.173 INFO STEP 441 (remove_files) COMPLETE
62082026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.173 INFO O| May 21 10:13:29.173 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.182 INFO O| May 21 10:13:29.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62102026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.182 INFO O| May 21 10:13:29.182 INFO STEP 442 (remove_files) COMPLETE
62112026-05-21T10:13:30.694Z[ recovery-image] May 21 10:13:29.182 INFO O| May 21 10:13:29.182 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-05-21T10:13:30.701Z[ recovery-image] May 21 10:13:29.190 INFO O| May 21 10:13:29.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62132026-05-21T10:13:30.701Z[ recovery-image] May 21 10:13:29.190 INFO O| May 21 10:13:29.190 INFO STEP 443 (remove_files) COMPLETE
62142026-05-21T10:13:30.701Z[ recovery-image] May 21 10:13:29.190 INFO O| May 21 10:13:29.190 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-05-21T10:13:30.709Z[ recovery-image] May 21 10:13:29.198 INFO O| May 21 10:13:29.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62162026-05-21T10:13:30.709Z[ recovery-image] May 21 10:13:29.198 INFO O| May 21 10:13:29.198 INFO STEP 444 (remove_files) COMPLETE
62172026-05-21T10:13:30.709Z[ recovery-image] May 21 10:13:29.198 INFO O| May 21 10:13:29.198 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-05-21T10:13:30.721Z[ recovery-image] May 21 10:13:29.206 INFO O| May 21 10:13:29.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62192026-05-21T10:13:30.721Z[ recovery-image] May 21 10:13:29.206 INFO O| May 21 10:13:29.206 INFO STEP 445 (remove_files) COMPLETE
62202026-05-21T10:13:30.721Z[ recovery-image] May 21 10:13:29.206 INFO O| May 21 10:13:29.206 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-05-21T10:13:30.725Z[ recovery-image] May 21 10:13:29.214 INFO O| May 21 10:13:29.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62222026-05-21T10:13:30.727Z[ recovery-image] May 21 10:13:29.215 INFO O| May 21 10:13:29.215 INFO STEP 446 (remove_files) COMPLETE
62232026-05-21T10:13:30.727Z[ recovery-image] May 21 10:13:29.215 INFO O| May 21 10:13:29.215 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-05-21T10:13:30.736Z[ recovery-image] May 21 10:13:29.223 INFO O| May 21 10:13:29.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62252026-05-21T10:13:30.736Z[ recovery-image] May 21 10:13:29.223 INFO O| May 21 10:13:29.223 INFO STEP 447 (remove_files) COMPLETE
62262026-05-21T10:13:30.736Z[ recovery-image] May 21 10:13:29.223 INFO O| May 21 10:13:29.223 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-05-21T10:13:30.741Z[ recovery-image] May 21 10:13:29.230 INFO O| May 21 10:13:29.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62282026-05-21T10:13:30.741Z[ recovery-image] May 21 10:13:29.230 INFO O| May 21 10:13:29.230 INFO STEP 448 (remove_files) COMPLETE
62292026-05-21T10:13:30.741Z[ recovery-image] May 21 10:13:29.230 INFO O| May 21 10:13:29.230 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-05-21T10:13:30.749Z[ recovery-image] May 21 10:13:29.238 INFO O| May 21 10:13:29.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62312026-05-21T10:13:30.752Z[ recovery-image] May 21 10:13:29.239 INFO O| May 21 10:13:29.239 INFO STEP 449 (remove_files) COMPLETE
62322026-05-21T10:13:30.752Z[ recovery-image] May 21 10:13:29.239 INFO O| May 21 10:13:29.239 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-05-21T10:13:30.758Z[ recovery-image] May 21 10:13:29.248 INFO O| May 21 10:13:29.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62342026-05-21T10:13:30.758Z[ recovery-image] May 21 10:13:29.248 INFO O| May 21 10:13:29.248 INFO STEP 450 (remove_files) COMPLETE
62352026-05-21T10:13:30.758Z[ recovery-image] May 21 10:13:29.248 INFO O| May 21 10:13:29.248 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-05-21T10:13:30.766Z[ recovery-image] May 21 10:13:29.255 INFO O| May 21 10:13:29.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62372026-05-21T10:13:30.766Z[ recovery-image] May 21 10:13:29.255 INFO O| May 21 10:13:29.255 INFO STEP 451 (remove_files) COMPLETE
62382026-05-21T10:13:30.766Z[ recovery-image] May 21 10:13:29.255 INFO O| May 21 10:13:29.255 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-05-21T10:13:30.773Z[ recovery-image] May 21 10:13:29.262 INFO O| May 21 10:13:29.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62402026-05-21T10:13:30.773Z[ recovery-image] May 21 10:13:29.262 INFO O| May 21 10:13:29.262 INFO STEP 452 (remove_files) COMPLETE
62412026-05-21T10:13:30.775Z[ recovery-image] May 21 10:13:29.262 INFO O| May 21 10:13:29.262 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-05-21T10:13:30.780Z[ recovery-image] May 21 10:13:29.270 INFO O| May 21 10:13:29.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62432026-05-21T10:13:30.780Z[ recovery-image] May 21 10:13:29.270 INFO O| May 21 10:13:29.270 INFO STEP 453 (remove_files) COMPLETE
62442026-05-21T10:13:30.783Z[ recovery-image] May 21 10:13:29.270 INFO O| May 21 10:13:29.270 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-05-21T10:13:30.788Z[ recovery-image] May 21 10:13:29.278 INFO O| May 21 10:13:29.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62462026-05-21T10:13:30.788Z[ recovery-image] May 21 10:13:29.278 INFO O| May 21 10:13:29.278 INFO STEP 454 (remove_files) COMPLETE
62472026-05-21T10:13:30.790Z[ recovery-image] May 21 10:13:29.278 INFO O| May 21 10:13:29.278 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-05-21T10:13:30.796Z[ recovery-image] May 21 10:13:29.286 INFO O| May 21 10:13:29.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62492026-05-21T10:13:30.796Z[ recovery-image] May 21 10:13:29.286 INFO O| May 21 10:13:29.286 INFO STEP 455 (remove_files) COMPLETE
62502026-05-21T10:13:30.796Z[ recovery-image] May 21 10:13:29.286 INFO O| May 21 10:13:29.286 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-05-21T10:13:30.805Z[ recovery-image] May 21 10:13:29.295 INFO O| May 21 10:13:29.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62522026-05-21T10:13:30.805Z[ recovery-image] May 21 10:13:29.295 INFO O| May 21 10:13:29.295 INFO STEP 456 (remove_files) COMPLETE
62532026-05-21T10:13:30.805Z[ recovery-image] May 21 10:13:29.295 INFO O| May 21 10:13:29.295 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-05-21T10:13:30.814Z[ recovery-image] May 21 10:13:29.303 INFO O| May 21 10:13:29.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62552026-05-21T10:13:30.814Z[ recovery-image] May 21 10:13:29.303 INFO O| May 21 10:13:29.303 INFO STEP 457 (remove_files) COMPLETE
62562026-05-21T10:13:30.814Z[ recovery-image] May 21 10:13:29.304 INFO O| May 21 10:13:29.303 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-05-21T10:13:30.823Z[ recovery-image] May 21 10:13:29.313 INFO O| May 21 10:13:29.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62582026-05-21T10:13:30.823Z[ recovery-image] May 21 10:13:29.313 INFO O| May 21 10:13:29.313 INFO STEP 458 (remove_files) COMPLETE
62592026-05-21T10:13:30.823Z[ recovery-image] May 21 10:13:29.313 INFO O| May 21 10:13:29.313 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-05-21T10:13:30.833Z[ recovery-image] May 21 10:13:29.322 INFO O| May 21 10:13:29.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62612026-05-21T10:13:30.833Z[ recovery-image] May 21 10:13:29.322 INFO O| May 21 10:13:29.322 INFO STEP 459 (remove_files) COMPLETE
62622026-05-21T10:13:30.836Z[ recovery-image] May 21 10:13:29.322 INFO O| May 21 10:13:29.322 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-05-21T10:13:30.843Z[ recovery-image] May 21 10:13:29.332 INFO O| May 21 10:13:29.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62642026-05-21T10:13:30.843Z[ recovery-image] May 21 10:13:29.332 INFO O| May 21 10:13:29.332 INFO STEP 460 (remove_files) COMPLETE
62652026-05-21T10:13:30.845Z[ recovery-image] May 21 10:13:29.332 INFO O| May 21 10:13:29.332 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-05-21T10:13:30.853Z[ recovery-image] May 21 10:13:29.343 INFO O| May 21 10:13:29.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62672026-05-21T10:13:30.853Z[ recovery-image] May 21 10:13:29.343 INFO O| May 21 10:13:29.343 INFO STEP 461 (remove_files) COMPLETE
62682026-05-21T10:13:30.854Z[ recovery-image] May 21 10:13:29.343 INFO O| May 21 10:13:29.343 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-05-21T10:13:30.863Z[ recovery-image] May 21 10:13:29.352 INFO O| May 21 10:13:29.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62702026-05-21T10:13:30.863Z[ recovery-image] May 21 10:13:29.352 INFO O| May 21 10:13:29.352 INFO STEP 462 (remove_files) COMPLETE
62712026-05-21T10:13:30.863Z[ recovery-image] May 21 10:13:29.352 INFO O| May 21 10:13:29.352 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-05-21T10:13:30.875Z[ recovery-image] May 21 10:13:29.364 INFO O| May 21 10:13:29.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62732026-05-21T10:13:30.875Z[ recovery-image] May 21 10:13:29.364 INFO O| May 21 10:13:29.364 INFO STEP 463 (remove_files) COMPLETE
62742026-05-21T10:13:30.875Z[ recovery-image] May 21 10:13:29.364 INFO O| May 21 10:13:29.364 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-05-21T10:13:30.885Z[ recovery-image] May 21 10:13:29.374 INFO O| May 21 10:13:29.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62762026-05-21T10:13:30.885Z[ recovery-image] May 21 10:13:29.375 INFO O| May 21 10:13:29.374 INFO STEP 464 (remove_files) COMPLETE
62772026-05-21T10:13:30.885Z[ recovery-image] May 21 10:13:29.375 INFO O| May 21 10:13:29.374 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-05-21T10:13:30.895Z[ recovery-image] May 21 10:13:29.385 INFO O| May 21 10:13:29.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62792026-05-21T10:13:30.895Z[ recovery-image] May 21 10:13:29.385 INFO O| May 21 10:13:29.385 INFO STEP 465 (remove_files) COMPLETE
62802026-05-21T10:13:30.895Z[ recovery-image] May 21 10:13:29.385 INFO O| May 21 10:13:29.385 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-05-21T10:13:30.910Z[ recovery-image] May 21 10:13:29.395 INFO O| May 21 10:13:29.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62822026-05-21T10:13:30.910Z[ recovery-image] May 21 10:13:29.395 INFO O| May 21 10:13:29.395 INFO STEP 466 (remove_files) COMPLETE
62832026-05-21T10:13:30.910Z[ recovery-image] May 21 10:13:29.395 INFO O| May 21 10:13:29.395 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-05-21T10:13:30.915Z[ recovery-image] May 21 10:13:29.404 INFO O| May 21 10:13:29.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62852026-05-21T10:13:30.915Z[ recovery-image] May 21 10:13:29.404 INFO O| May 21 10:13:29.404 INFO STEP 467 (remove_files) COMPLETE
62862026-05-21T10:13:30.926Z[ recovery-image] May 21 10:13:29.404 INFO O| May 21 10:13:29.404 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-05-21T10:13:30.926Z[ recovery-image] May 21 10:13:29.414 INFO O| May 21 10:13:29.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62882026-05-21T10:13:30.926Z[ recovery-image] May 21 10:13:29.414 INFO O| May 21 10:13:29.414 INFO STEP 468 (remove_files) COMPLETE
62892026-05-21T10:13:30.926Z[ recovery-image] May 21 10:13:29.414 INFO O| May 21 10:13:29.414 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-05-21T10:13:30.946Z[ recovery-image] May 21 10:13:29.434 INFO O| May 21 10:13:29.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62912026-05-21T10:13:30.946Z[ recovery-image] May 21 10:13:29.434 INFO O| May 21 10:13:29.434 INFO STEP 469 (remove_files) COMPLETE
62922026-05-21T10:13:30.949Z[ recovery-image] May 21 10:13:29.434 INFO O| May 21 10:13:29.434 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-05-21T10:13:30.954Z[ recovery-image] May 21 10:13:29.443 INFO O| May 21 10:13:29.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62942026-05-21T10:13:30.954Z[ recovery-image] May 21 10:13:29.443 INFO O| May 21 10:13:29.443 INFO STEP 470 (remove_files) COMPLETE
62952026-05-21T10:13:30.956Z[ recovery-image] May 21 10:13:29.443 INFO O| May 21 10:13:29.443 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-05-21T10:13:30.963Z[ recovery-image] May 21 10:13:29.453 INFO O| May 21 10:13:29.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62972026-05-21T10:13:30.963Z[ recovery-image] May 21 10:13:29.453 INFO O| May 21 10:13:29.453 INFO STEP 471 (remove_files) COMPLETE
62982026-05-21T10:13:30.963Z[ recovery-image] May 21 10:13:29.453 INFO O| May 21 10:13:29.453 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-05-21T10:13:30.972Z[ recovery-image] May 21 10:13:29.462 INFO O| May 21 10:13:29.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63002026-05-21T10:13:30.972Z[ recovery-image] May 21 10:13:29.462 INFO O| May 21 10:13:29.462 INFO STEP 472 (remove_files) COMPLETE
63012026-05-21T10:13:30.975Z[ recovery-image] May 21 10:13:29.462 INFO O| May 21 10:13:29.462 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-05-21T10:13:30.982Z[ recovery-image] May 21 10:13:29.471 INFO O| May 21 10:13:29.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63032026-05-21T10:13:30.984Z[ recovery-image] May 21 10:13:29.471 INFO O| May 21 10:13:29.471 INFO STEP 473 (remove_files) COMPLETE
63042026-05-21T10:13:30.984Z[ recovery-image] May 21 10:13:29.471 INFO O| May 21 10:13:29.471 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-05-21T10:13:30.991Z[ recovery-image] May 21 10:13:29.480 INFO O| May 21 10:13:29.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63062026-05-21T10:13:30.991Z[ recovery-image] May 21 10:13:29.480 INFO O| May 21 10:13:29.480 INFO STEP 474 (remove_files) COMPLETE
63072026-05-21T10:13:30.994Z[ recovery-image] May 21 10:13:29.480 INFO O| May 21 10:13:29.480 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-05-21T10:13:31.011Z[ recovery-image] May 21 10:13:29.489 INFO O| May 21 10:13:29.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63092026-05-21T10:13:31.011Z[ recovery-image] May 21 10:13:29.489 INFO O| May 21 10:13:29.489 INFO STEP 475 (remove_files) COMPLETE
63102026-05-21T10:13:31.011Z[ recovery-image] May 21 10:13:29.489 INFO O| May 21 10:13:29.489 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-05-21T10:13:31.011Z[ recovery-image] May 21 10:13:29.498 INFO O| May 21 10:13:29.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63122026-05-21T10:13:31.011Z[ recovery-image] May 21 10:13:29.498 INFO O| May 21 10:13:29.498 INFO STEP 476 (remove_files) COMPLETE
63132026-05-21T10:13:31.011Z[ recovery-image] May 21 10:13:29.498 INFO O| May 21 10:13:29.498 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-05-21T10:13:31.018Z[ recovery-image] May 21 10:13:29.507 INFO O| May 21 10:13:29.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63152026-05-21T10:13:31.018Z[ recovery-image] May 21 10:13:29.508 INFO O| May 21 10:13:29.508 INFO STEP 477 (remove_files) COMPLETE
63162026-05-21T10:13:31.018Z[ recovery-image] May 21 10:13:29.508 INFO O| May 21 10:13:29.508 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-05-21T10:13:31.028Z[ recovery-image] May 21 10:13:29.517 INFO O| May 21 10:13:29.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63182026-05-21T10:13:31.028Z[ recovery-image] May 21 10:13:29.517 INFO O| May 21 10:13:29.517 INFO STEP 478 (remove_files) COMPLETE
63192026-05-21T10:13:31.028Z[ recovery-image] May 21 10:13:29.517 INFO O| May 21 10:13:29.517 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-05-21T10:13:31.038Z[ recovery-image] May 21 10:13:29.527 INFO O| May 21 10:13:29.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63212026-05-21T10:13:31.038Z[ recovery-image] May 21 10:13:29.527 INFO O| May 21 10:13:29.527 INFO STEP 479 (remove_files) COMPLETE
63222026-05-21T10:13:31.038Z[ recovery-image] May 21 10:13:29.527 INFO O| May 21 10:13:29.527 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-05-21T10:13:31.047Z[ recovery-image] May 21 10:13:29.537 INFO O| May 21 10:13:29.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63242026-05-21T10:13:31.047Z[ recovery-image] May 21 10:13:29.537 INFO O| May 21 10:13:29.537 INFO STEP 480 (remove_files) COMPLETE
63252026-05-21T10:13:31.047Z[ recovery-image] May 21 10:13:29.537 INFO O| May 21 10:13:29.537 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-05-21T10:13:31.057Z[ recovery-image] May 21 10:13:29.546 INFO O| May 21 10:13:29.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63272026-05-21T10:13:31.057Z[ recovery-image] May 21 10:13:29.546 INFO O| May 21 10:13:29.546 INFO STEP 481 (remove_files) COMPLETE
63282026-05-21T10:13:31.060Z[ recovery-image] May 21 10:13:29.546 INFO O| May 21 10:13:29.546 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-05-21T10:13:31.067Z[ recovery-image] May 21 10:13:29.556 INFO O| May 21 10:13:29.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63302026-05-21T10:13:31.067Z[ recovery-image] May 21 10:13:29.556 INFO O| May 21 10:13:29.556 INFO STEP 482 (remove_files) COMPLETE
63312026-05-21T10:13:31.067Z[ recovery-image] May 21 10:13:29.556 INFO O| May 21 10:13:29.556 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-05-21T10:13:31.076Z[ recovery-image] May 21 10:13:29.565 INFO O| May 21 10:13:29.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63332026-05-21T10:13:31.076Z[ recovery-image] May 21 10:13:29.565 INFO O| May 21 10:13:29.565 INFO STEP 483 (remove_files) COMPLETE
63342026-05-21T10:13:31.076Z[ recovery-image] May 21 10:13:29.565 INFO O| May 21 10:13:29.565 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-05-21T10:13:31.083Z[ recovery-image] May 21 10:13:29.573 INFO O| May 21 10:13:29.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63362026-05-21T10:13:31.083Z[ recovery-image] May 21 10:13:29.573 INFO O| May 21 10:13:29.573 INFO STEP 484 (remove_files) COMPLETE
63372026-05-21T10:13:31.083Z[ recovery-image] May 21 10:13:29.573 INFO O| May 21 10:13:29.573 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-05-21T10:13:31.091Z[ recovery-image] May 21 10:13:29.581 INFO O| May 21 10:13:29.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63392026-05-21T10:13:31.091Z[ recovery-image] May 21 10:13:29.581 INFO O| May 21 10:13:29.581 INFO STEP 485 (remove_files) COMPLETE
63402026-05-21T10:13:31.093Z[ recovery-image] May 21 10:13:29.581 INFO O| May 21 10:13:29.581 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-05-21T10:13:31.100Z[ recovery-image] May 21 10:13:29.589 INFO O| May 21 10:13:29.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63422026-05-21T10:13:31.100Z[ recovery-image] May 21 10:13:29.589 INFO O| May 21 10:13:29.589 INFO STEP 486 (remove_files) COMPLETE
63432026-05-21T10:13:31.100Z[ recovery-image] May 21 10:13:29.589 INFO O| May 21 10:13:29.589 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-05-21T10:13:31.107Z[ recovery-image] May 21 10:13:29.597 INFO O| May 21 10:13:29.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63452026-05-21T10:13:31.110Z[ recovery-image] May 21 10:13:29.597 INFO O| May 21 10:13:29.597 INFO STEP 487 (remove_files) COMPLETE
63462026-05-21T10:13:31.110Z[ recovery-image] May 21 10:13:29.597 INFO O| May 21 10:13:29.597 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-05-21T10:13:31.115Z[ recovery-image] May 21 10:13:29.605 INFO O| May 21 10:13:29.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63482026-05-21T10:13:31.115Z[ recovery-image] May 21 10:13:29.605 INFO O| May 21 10:13:29.605 INFO STEP 488 (remove_files) COMPLETE
63492026-05-21T10:13:31.118Z[ recovery-image] May 21 10:13:29.605 INFO O| May 21 10:13:29.605 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-05-21T10:13:31.123Z[ recovery-image] May 21 10:13:29.613 INFO O| May 21 10:13:29.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63512026-05-21T10:13:31.123Z[ recovery-image] May 21 10:13:29.613 INFO O| May 21 10:13:29.613 INFO STEP 489 (remove_files) COMPLETE
63522026-05-21T10:13:31.126Z[ recovery-image] May 21 10:13:29.613 INFO O| May 21 10:13:29.613 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-05-21T10:13:31.132Z[ recovery-image] May 21 10:13:29.622 INFO O| May 21 10:13:29.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63542026-05-21T10:13:31.132Z[ recovery-image] May 21 10:13:29.622 INFO O| May 21 10:13:29.622 INFO STEP 490 (remove_files) COMPLETE
63552026-05-21T10:13:31.135Z[ recovery-image] May 21 10:13:29.622 INFO O| May 21 10:13:29.622 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-05-21T10:13:31.141Z[ recovery-image] May 21 10:13:29.631 INFO O| May 21 10:13:29.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63572026-05-21T10:13:31.141Z[ recovery-image] May 21 10:13:29.631 INFO O| May 21 10:13:29.631 INFO STEP 491 (remove_files) COMPLETE
63582026-05-21T10:13:31.144Z[ recovery-image] May 21 10:13:29.631 INFO O| May 21 10:13:29.631 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-05-21T10:13:31.150Z[ recovery-image] May 21 10:13:29.640 INFO O| May 21 10:13:29.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63602026-05-21T10:13:31.153Z[ recovery-image] May 21 10:13:29.640 INFO O| May 21 10:13:29.640 INFO STEP 492 (remove_files) COMPLETE
63612026-05-21T10:13:31.153Z[ recovery-image] May 21 10:13:29.640 INFO O| May 21 10:13:29.640 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-05-21T10:13:31.166Z[ recovery-image] May 21 10:13:29.651 INFO O| May 21 10:13:29.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63632026-05-21T10:13:31.166Z[ recovery-image] May 21 10:13:29.651 INFO O| May 21 10:13:29.651 INFO STEP 493 (remove_files) COMPLETE
63642026-05-21T10:13:31.166Z[ recovery-image] May 21 10:13:29.651 INFO O| May 21 10:13:29.651 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-05-21T10:13:31.186Z[ recovery-image] May 21 10:13:29.662 INFO O| May 21 10:13:29.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63662026-05-21T10:13:31.186Z[ recovery-image] May 21 10:13:29.663 INFO O| May 21 10:13:29.662 INFO STEP 494 (remove_files) COMPLETE
63672026-05-21T10:13:31.186Z[ recovery-image] May 21 10:13:29.663 INFO O| May 21 10:13:29.663 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-05-21T10:13:31.186Z[ recovery-image] May 21 10:13:29.673 INFO O| May 21 10:13:29.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63692026-05-21T10:13:31.186Z[ recovery-image] May 21 10:13:29.673 INFO O| May 21 10:13:29.673 INFO STEP 495 (remove_files) COMPLETE
63702026-05-21T10:13:31.186Z[ recovery-image] May 21 10:13:29.673 INFO O| May 21 10:13:29.673 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-05-21T10:13:31.202Z[ recovery-image] May 21 10:13:29.691 INFO O| May 21 10:13:29.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63722026-05-21T10:13:31.202Z[ recovery-image] May 21 10:13:29.691 INFO O| May 21 10:13:29.682 INFO STEP 496 (remove_files) COMPLETE
63732026-05-21T10:13:31.202Z[ recovery-image] May 21 10:13:29.691 INFO O| May 21 10:13:29.682 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-05-21T10:13:31.205Z[ recovery-image] May 21 10:13:29.691 INFO O| May 21 10:13:29.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63752026-05-21T10:13:31.205Z[ recovery-image] May 21 10:13:29.691 INFO O| May 21 10:13:29.691 INFO STEP 497 (remove_files) COMPLETE
63762026-05-21T10:13:31.205Z[ recovery-image] May 21 10:13:29.691 INFO O| May 21 10:13:29.691 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-05-21T10:13:31.210Z[ recovery-image] May 21 10:13:29.700 INFO O| May 21 10:13:29.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63782026-05-21T10:13:31.210Z[ recovery-image] May 21 10:13:29.700 INFO O| May 21 10:13:29.700 INFO STEP 498 (remove_files) COMPLETE
63792026-05-21T10:13:31.213Z[ recovery-image] May 21 10:13:29.700 INFO O| May 21 10:13:29.700 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-05-21T10:13:31.223Z[ recovery-image] May 21 10:13:29.709 INFO O| May 21 10:13:29.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63812026-05-21T10:13:31.223Z[ recovery-image] May 21 10:13:29.709 INFO O| May 21 10:13:29.709 INFO STEP 499 (remove_files) COMPLETE
63822026-05-21T10:13:31.226Z[ recovery-image] May 21 10:13:29.709 INFO O| May 21 10:13:29.709 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-05-21T10:13:31.229Z[ recovery-image] May 21 10:13:29.719 INFO O| May 21 10:13:29.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63842026-05-21T10:13:31.229Z[ recovery-image] May 21 10:13:29.719 INFO O| May 21 10:13:29.719 INFO STEP 500 (remove_files) COMPLETE
63852026-05-21T10:13:31.232Z[ recovery-image] May 21 10:13:29.719 INFO O| May 21 10:13:29.719 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-05-21T10:13:31.239Z[ recovery-image] May 21 10:13:29.728 INFO O| May 21 10:13:29.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63872026-05-21T10:13:31.239Z[ recovery-image] May 21 10:13:29.728 INFO O| May 21 10:13:29.728 INFO STEP 501 (remove_files) COMPLETE
63882026-05-21T10:13:31.239Z[ recovery-image] May 21 10:13:29.728 INFO O| May 21 10:13:29.728 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-05-21T10:13:31.247Z[ recovery-image] May 21 10:13:29.737 INFO O| May 21 10:13:29.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63902026-05-21T10:13:31.248Z[ recovery-image] May 21 10:13:29.737 INFO O| May 21 10:13:29.737 INFO STEP 502 (remove_files) COMPLETE
63912026-05-21T10:13:31.248Z[ recovery-image] May 21 10:13:29.737 INFO O| May 21 10:13:29.737 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-05-21T10:13:31.257Z[ recovery-image] May 21 10:13:29.747 INFO O| May 21 10:13:29.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63932026-05-21T10:13:31.257Z[ recovery-image] May 21 10:13:29.747 INFO O| May 21 10:13:29.747 INFO STEP 503 (remove_files) COMPLETE
63942026-05-21T10:13:31.257Z[ recovery-image] May 21 10:13:29.747 INFO O| May 21 10:13:29.747 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-05-21T10:13:31.266Z[ recovery-image] May 21 10:13:29.756 INFO O| May 21 10:13:29.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63962026-05-21T10:13:31.266Z[ recovery-image] May 21 10:13:29.756 INFO O| May 21 10:13:29.756 INFO STEP 504 (remove_files) COMPLETE
63972026-05-21T10:13:31.270Z[ recovery-image] May 21 10:13:29.756 INFO O| May 21 10:13:29.756 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-05-21T10:13:31.276Z[ recovery-image] May 21 10:13:29.766 INFO O| May 21 10:13:29.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63992026-05-21T10:13:31.276Z[ recovery-image] May 21 10:13:29.766 INFO O| May 21 10:13:29.766 INFO STEP 505 (remove_files) COMPLETE
64002026-05-21T10:13:31.276Z[ recovery-image] May 21 10:13:29.766 INFO O| May 21 10:13:29.766 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-05-21T10:13:31.288Z[ recovery-image] May 21 10:13:29.775 INFO O| May 21 10:13:29.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64022026-05-21T10:13:31.288Z[ recovery-image] May 21 10:13:29.775 INFO O| May 21 10:13:29.775 INFO STEP 506 (remove_files) COMPLETE
64032026-05-21T10:13:31.288Z[ recovery-image] May 21 10:13:29.775 INFO O| May 21 10:13:29.775 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-05-21T10:13:31.294Z[ recovery-image] May 21 10:13:29.784 INFO O| May 21 10:13:29.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64052026-05-21T10:13:31.295Z[ recovery-image] May 21 10:13:29.784 INFO O| May 21 10:13:29.784 INFO STEP 507 (remove_files) COMPLETE
64062026-05-21T10:13:31.297Z[ recovery-image] May 21 10:13:29.784 INFO O| May 21 10:13:29.784 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-05-21T10:13:31.304Z[ recovery-image] May 21 10:13:29.794 INFO O| May 21 10:13:29.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64082026-05-21T10:13:31.304Z[ recovery-image] May 21 10:13:29.794 INFO O| May 21 10:13:29.794 INFO STEP 508 (remove_files) COMPLETE
64092026-05-21T10:13:31.307Z[ recovery-image] May 21 10:13:29.794 INFO O| May 21 10:13:29.794 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-05-21T10:13:31.314Z[ recovery-image] May 21 10:13:29.803 INFO O| May 21 10:13:29.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64112026-05-21T10:13:31.314Z[ recovery-image] May 21 10:13:29.803 INFO O| May 21 10:13:29.803 INFO STEP 509 (remove_files) COMPLETE
64122026-05-21T10:13:31.314Z[ recovery-image] May 21 10:13:29.803 INFO O| May 21 10:13:29.803 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-05-21T10:13:31.323Z[ recovery-image] May 21 10:13:29.812 INFO O| May 21 10:13:29.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64142026-05-21T10:13:31.323Z[ recovery-image] May 21 10:13:29.812 INFO O| May 21 10:13:29.812 INFO STEP 510 (remove_files) COMPLETE
64152026-05-21T10:13:31.326Z[ recovery-image] May 21 10:13:29.812 INFO O| May 21 10:13:29.812 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-05-21T10:13:31.332Z[ recovery-image] May 21 10:13:29.821 INFO O| May 21 10:13:29.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64172026-05-21T10:13:31.332Z[ recovery-image] May 21 10:13:29.821 INFO O| May 21 10:13:29.821 INFO STEP 511 (remove_files) COMPLETE
64182026-05-21T10:13:31.332Z[ recovery-image] May 21 10:13:29.821 INFO O| May 21 10:13:29.821 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-05-21T10:13:31.340Z[ recovery-image] May 21 10:13:29.830 INFO O| May 21 10:13:29.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64202026-05-21T10:13:31.340Z[ recovery-image] May 21 10:13:29.830 INFO O| May 21 10:13:29.830 INFO STEP 512 (remove_files) COMPLETE
64212026-05-21T10:13:31.343Z[ recovery-image] May 21 10:13:29.830 INFO O| May 21 10:13:29.830 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-05-21T10:13:31.349Z[ recovery-image] May 21 10:13:29.839 INFO O| May 21 10:13:29.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64232026-05-21T10:13:31.352Z[ recovery-image] May 21 10:13:29.839 INFO O| May 21 10:13:29.839 INFO STEP 513 (remove_files) COMPLETE
64242026-05-21T10:13:31.352Z[ recovery-image] May 21 10:13:29.839 INFO O| May 21 10:13:29.839 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-05-21T10:13:31.358Z[ recovery-image] May 21 10:13:29.848 INFO O| May 21 10:13:29.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64262026-05-21T10:13:31.361Z[ recovery-image] May 21 10:13:29.850 INFO O| May 21 10:13:29.850 INFO STEP 514 (remove_files) COMPLETE
64272026-05-21T10:13:31.361Z[ recovery-image] May 21 10:13:29.850 INFO O| May 21 10:13:29.850 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-05-21T10:13:31.370Z[ recovery-image] May 21 10:13:29.860 INFO O| May 21 10:13:29.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64292026-05-21T10:13:31.370Z[ recovery-image] May 21 10:13:29.860 INFO O| May 21 10:13:29.860 INFO STEP 515 (remove_files) COMPLETE
64302026-05-21T10:13:31.370Z[ recovery-image] May 21 10:13:29.860 INFO O| May 21 10:13:29.860 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-05-21T10:13:31.381Z[ recovery-image] May 21 10:13:29.870 INFO O| May 21 10:13:29.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64322026-05-21T10:13:31.381Z[ recovery-image] May 21 10:13:29.870 INFO O| May 21 10:13:29.870 INFO STEP 516 (remove_files) COMPLETE
64332026-05-21T10:13:31.381Z[ recovery-image] May 21 10:13:29.870 INFO O| May 21 10:13:29.870 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-05-21T10:13:31.390Z[ recovery-image] May 21 10:13:29.880 INFO O| May 21 10:13:29.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64352026-05-21T10:13:31.390Z[ recovery-image] May 21 10:13:29.880 INFO O| May 21 10:13:29.880 INFO STEP 517 (remove_files) COMPLETE
64362026-05-21T10:13:31.390Z[ recovery-image] May 21 10:13:29.880 INFO O| May 21 10:13:29.880 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-05-21T10:13:31.400Z[ recovery-image] May 21 10:13:29.889 INFO O| May 21 10:13:29.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64382026-05-21T10:13:31.400Z[ recovery-image] May 21 10:13:29.890 INFO O| May 21 10:13:29.889 INFO STEP 518 (remove_files) COMPLETE
64392026-05-21T10:13:31.403Z[ recovery-image] May 21 10:13:29.890 INFO O| May 21 10:13:29.889 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-05-21T10:13:31.409Z[ recovery-image] May 21 10:13:29.898 INFO O| May 21 10:13:29.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64412026-05-21T10:13:31.409Z[ recovery-image] May 21 10:13:29.898 INFO O| May 21 10:13:29.898 INFO STEP 519 (remove_files) COMPLETE
64422026-05-21T10:13:31.409Z[ recovery-image] May 21 10:13:29.898 INFO O| May 21 10:13:29.898 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-05-21T10:13:31.422Z[ recovery-image] May 21 10:13:29.907 INFO O| May 21 10:13:29.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64442026-05-21T10:13:31.422Z[ recovery-image] May 21 10:13:29.907 INFO O| May 21 10:13:29.907 INFO STEP 520 (remove_files) COMPLETE
64452026-05-21T10:13:31.422Z[ recovery-image] May 21 10:13:29.907 INFO O| May 21 10:13:29.907 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-05-21T10:13:31.427Z[ recovery-image] May 21 10:13:29.917 INFO O| May 21 10:13:29.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64472026-05-21T10:13:31.428Z[ recovery-image] May 21 10:13:29.917 INFO O| May 21 10:13:29.917 INFO STEP 521 (remove_files) COMPLETE
64482026-05-21T10:13:31.431Z[ recovery-image] May 21 10:13:29.917 INFO O| May 21 10:13:29.917 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-05-21T10:13:31.437Z[ recovery-image] May 21 10:13:29.926 INFO O| May 21 10:13:29.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64502026-05-21T10:13:31.437Z[ recovery-image] May 21 10:13:29.926 INFO O| May 21 10:13:29.926 INFO STEP 522 (remove_files) COMPLETE
64512026-05-21T10:13:31.439Z[ recovery-image] May 21 10:13:29.926 INFO O| May 21 10:13:29.926 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-05-21T10:13:31.446Z[ recovery-image] May 21 10:13:29.935 INFO O| May 21 10:13:29.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64532026-05-21T10:13:31.446Z[ recovery-image] May 21 10:13:29.935 INFO O| May 21 10:13:29.935 INFO STEP 523 (remove_files) COMPLETE
64542026-05-21T10:13:31.446Z[ recovery-image] May 21 10:13:29.935 INFO O| May 21 10:13:29.935 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-05-21T10:13:31.455Z[ recovery-image] May 21 10:13:29.945 INFO O| May 21 10:13:29.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64562026-05-21T10:13:31.456Z[ recovery-image] May 21 10:13:29.945 INFO O| May 21 10:13:29.945 INFO STEP 524 (remove_files) COMPLETE
64572026-05-21T10:13:31.456Z[ recovery-image] May 21 10:13:29.945 INFO O| May 21 10:13:29.945 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-05-21T10:13:31.482Z[ recovery-image] May 21 10:13:29.971 INFO O| May 21 10:13:29.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64592026-05-21T10:13:31.482Z[ recovery-image] May 21 10:13:29.971 INFO O| May 21 10:13:29.971 INFO STEP 525 (remove_files) COMPLETE
64602026-05-21T10:13:31.485Z[ recovery-image] May 21 10:13:29.971 INFO O| May 21 10:13:29.971 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-05-21T10:13:31.490Z[ recovery-image] May 21 10:13:29.980 INFO O| May 21 10:13:29.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64622026-05-21T10:13:31.490Z[ recovery-image] May 21 10:13:29.980 INFO O| May 21 10:13:29.980 INFO STEP 526 (remove_files) COMPLETE
64632026-05-21T10:13:31.490Z[ recovery-image] May 21 10:13:29.980 INFO O| May 21 10:13:29.980 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-05-21T10:13:31.498Z[ recovery-image] May 21 10:13:29.988 INFO O| May 21 10:13:29.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64652026-05-21T10:13:31.501Z[ recovery-image] May 21 10:13:29.989 INFO O| May 21 10:13:29.989 INFO STEP 527 (remove_files) COMPLETE
64662026-05-21T10:13:31.501Z[ recovery-image] May 21 10:13:29.989 INFO O| May 21 10:13:29.989 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-05-21T10:13:31.508Z[ recovery-image] May 21 10:13:29.998 INFO O| May 21 10:13:29.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64682026-05-21T10:13:31.511Z[ recovery-image] May 21 10:13:29.999 INFO O| May 21 10:13:29.999 INFO STEP 528 (remove_files) COMPLETE
64692026-05-21T10:13:31.511Z[ recovery-image] May 21 10:13:29.999 INFO O| May 21 10:13:29.999 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-05-21T10:13:31.518Z[ recovery-image] May 21 10:13:30.008 INFO O| May 21 10:13:30.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64712026-05-21T10:13:31.518Z[ recovery-image] May 21 10:13:30.008 INFO O| May 21 10:13:30.008 INFO STEP 529 (remove_files) COMPLETE
64722026-05-21T10:13:31.518Z[ recovery-image] May 21 10:13:30.008 INFO O| May 21 10:13:30.008 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-05-21T10:13:31.527Z[ recovery-image] May 21 10:13:30.016 INFO O| May 21 10:13:30.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64742026-05-21T10:13:31.527Z[ recovery-image] May 21 10:13:30.017 INFO O| May 21 10:13:30.017 INFO STEP 530 (remove_files) COMPLETE
64752026-05-21T10:13:31.527Z[ recovery-image] May 21 10:13:30.017 INFO O| May 21 10:13:30.017 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-05-21T10:13:31.536Z[ recovery-image] May 21 10:13:30.025 INFO O| May 21 10:13:30.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64772026-05-21T10:13:31.536Z[ recovery-image] May 21 10:13:30.025 INFO O| May 21 10:13:30.025 INFO STEP 531 (remove_files) COMPLETE
64782026-05-21T10:13:31.536Z[ recovery-image] May 21 10:13:30.025 INFO O| May 21 10:13:30.025 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-05-21T10:13:31.544Z[ recovery-image] May 21 10:13:30.034 INFO O| May 21 10:13:30.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64802026-05-21T10:13:31.544Z[ recovery-image] May 21 10:13:30.034 INFO O| May 21 10:13:30.034 INFO STEP 532 (remove_files) COMPLETE
64812026-05-21T10:13:31.546Z[ recovery-image] May 21 10:13:30.034 INFO O| May 21 10:13:30.034 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-05-21T10:13:31.553Z[ recovery-image] May 21 10:13:30.043 INFO O| May 21 10:13:30.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64832026-05-21T10:13:31.553Z[ recovery-image] May 21 10:13:30.043 INFO O| May 21 10:13:30.043 INFO STEP 533 (remove_files) COMPLETE
64842026-05-21T10:13:31.553Z[ recovery-image] May 21 10:13:30.043 INFO O| May 21 10:13:30.043 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-05-21T10:13:31.564Z[ recovery-image] May 21 10:13:30.054 INFO O| May 21 10:13:30.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64862026-05-21T10:13:31.564Z[ recovery-image] May 21 10:13:30.054 INFO O| May 21 10:13:30.054 INFO STEP 534 (remove_files) COMPLETE
64872026-05-21T10:13:31.568Z[ recovery-image] May 21 10:13:30.054 INFO O| May 21 10:13:30.054 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-05-21T10:13:31.575Z[ recovery-image] May 21 10:13:30.064 INFO O| May 21 10:13:30.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64892026-05-21T10:13:31.575Z[ recovery-image] May 21 10:13:30.064 INFO O| May 21 10:13:30.064 INFO STEP 535 (remove_files) COMPLETE
64902026-05-21T10:13:31.578Z[ recovery-image] May 21 10:13:30.064 INFO O| May 21 10:13:30.064 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-05-21T10:13:31.585Z[ recovery-image] May 21 10:13:30.074 INFO O| May 21 10:13:30.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64922026-05-21T10:13:31.585Z[ recovery-image] May 21 10:13:30.074 INFO O| May 21 10:13:30.074 INFO STEP 536 (remove_files) COMPLETE
64932026-05-21T10:13:31.588Z[ recovery-image] May 21 10:13:30.074 INFO O| May 21 10:13:30.074 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-05-21T10:13:31.595Z[ recovery-image] May 21 10:13:30.084 INFO O| May 21 10:13:30.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64952026-05-21T10:13:31.599Z[ recovery-image] May 21 10:13:30.085 INFO O| May 21 10:13:30.085 INFO STEP 537 (remove_files) COMPLETE
64962026-05-21T10:13:31.599Z[ recovery-image] May 21 10:13:30.085 INFO O| May 21 10:13:30.085 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-05-21T10:13:31.606Z[ recovery-image] May 21 10:13:30.096 INFO O| May 21 10:13:30.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64982026-05-21T10:13:31.608Z[ recovery-image] May 21 10:13:30.096 INFO O| May 21 10:13:30.096 INFO STEP 538 (remove_files) COMPLETE
64992026-05-21T10:13:31.608Z[ recovery-image] May 21 10:13:30.096 INFO O| May 21 10:13:30.096 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-05-21T10:13:31.617Z[ recovery-image] May 21 10:13:30.106 INFO O| May 21 10:13:30.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65012026-05-21T10:13:31.617Z[ recovery-image] May 21 10:13:30.106 INFO O| May 21 10:13:30.106 INFO STEP 539 (remove_files) COMPLETE
65022026-05-21T10:13:31.617Z[ recovery-image] May 21 10:13:30.106 INFO O| May 21 10:13:30.106 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-05-21T10:13:31.626Z[ recovery-image] May 21 10:13:30.115 INFO O| May 21 10:13:30.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65042026-05-21T10:13:31.626Z[ recovery-image] May 21 10:13:30.115 INFO O| May 21 10:13:30.115 INFO STEP 540 (remove_files) COMPLETE
65052026-05-21T10:13:31.626Z[ recovery-image] May 21 10:13:30.115 INFO O| May 21 10:13:30.115 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-05-21T10:13:31.634Z[ recovery-image] May 21 10:13:30.124 INFO O| May 21 10:13:30.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65072026-05-21T10:13:31.635Z[ recovery-image] May 21 10:13:30.124 INFO O| May 21 10:13:30.124 INFO STEP 541 (remove_files) COMPLETE
65082026-05-21T10:13:31.635Z[ recovery-image] May 21 10:13:30.124 INFO O| May 21 10:13:30.124 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-05-21T10:13:31.644Z[ recovery-image] May 21 10:13:30.133 INFO O| May 21 10:13:30.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65102026-05-21T10:13:31.644Z[ recovery-image] May 21 10:13:30.133 INFO O| May 21 10:13:30.133 INFO STEP 542 (remove_files) COMPLETE
65112026-05-21T10:13:31.646Z[ recovery-image] May 21 10:13:30.133 INFO O| May 21 10:13:30.133 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-05-21T10:13:31.653Z[ recovery-image] May 21 10:13:30.142 INFO O| May 21 10:13:30.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65132026-05-21T10:13:31.653Z[ recovery-image] May 21 10:13:30.142 INFO O| May 21 10:13:30.142 INFO STEP 543 (remove_files) COMPLETE
65142026-05-21T10:13:31.653Z[ recovery-image] May 21 10:13:30.142 INFO O| May 21 10:13:30.142 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-05-21T10:13:31.662Z[ recovery-image] May 21 10:13:30.152 INFO O| May 21 10:13:30.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65162026-05-21T10:13:31.662Z[ recovery-image] May 21 10:13:30.152 INFO O| May 21 10:13:30.152 INFO STEP 544 (remove_files) COMPLETE
65172026-05-21T10:13:31.662Z[ recovery-image] May 21 10:13:30.152 INFO O| May 21 10:13:30.152 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-05-21T10:13:31.672Z[ recovery-image] May 21 10:13:30.161 INFO O| May 21 10:13:30.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65192026-05-21T10:13:31.672Z[ recovery-image] May 21 10:13:30.161 INFO O| May 21 10:13:30.161 INFO STEP 545 (remove_files) COMPLETE
65202026-05-21T10:13:31.672Z[ recovery-image] May 21 10:13:30.161 INFO O| May 21 10:13:30.161 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-05-21T10:13:31.681Z[ recovery-image] May 21 10:13:30.171 INFO O| May 21 10:13:30.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65222026-05-21T10:13:31.681Z[ recovery-image] May 21 10:13:30.171 INFO O| May 21 10:13:30.171 INFO STEP 546 (remove_files) COMPLETE
65232026-05-21T10:13:31.681Z[ recovery-image] May 21 10:13:30.171 INFO O| May 21 10:13:30.171 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-05-21T10:13:31.691Z[ recovery-image] May 21 10:13:30.180 INFO O| May 21 10:13:30.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65252026-05-21T10:13:31.691Z[ recovery-image] May 21 10:13:30.180 INFO O| May 21 10:13:30.180 INFO STEP 547 (remove_files) COMPLETE
65262026-05-21T10:13:31.691Z[ recovery-image] May 21 10:13:30.180 INFO O| May 21 10:13:30.180 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-05-21T10:13:31.700Z[ recovery-image] May 21 10:13:30.189 INFO O| May 21 10:13:30.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65282026-05-21T10:13:31.700Z[ recovery-image] May 21 10:13:30.189 INFO O| May 21 10:13:30.189 INFO STEP 548 (remove_files) COMPLETE
65292026-05-21T10:13:31.700Z[ recovery-image] May 21 10:13:30.189 INFO O| May 21 10:13:30.189 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-05-21T10:13:31.709Z[ recovery-image] May 21 10:13:30.199 INFO O| May 21 10:13:30.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65312026-05-21T10:13:31.709Z[ recovery-image] May 21 10:13:30.199 INFO O| May 21 10:13:30.199 INFO STEP 549 (remove_files) COMPLETE
65322026-05-21T10:13:31.712Z[ recovery-image] May 21 10:13:30.199 INFO O| May 21 10:13:30.199 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-05-21T10:13:31.718Z[ recovery-image] May 21 10:13:30.208 INFO O| May 21 10:13:30.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65342026-05-21T10:13:31.718Z[ recovery-image] May 21 10:13:30.208 INFO O| May 21 10:13:30.208 INFO STEP 550 (remove_files) COMPLETE
65352026-05-21T10:13:31.718Z[ recovery-image] May 21 10:13:30.208 INFO O| May 21 10:13:30.208 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-05-21T10:13:31.728Z[ recovery-image] May 21 10:13:30.217 INFO O| May 21 10:13:30.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65372026-05-21T10:13:31.728Z[ recovery-image] May 21 10:13:30.217 INFO O| May 21 10:13:30.217 INFO STEP 551 (remove_files) COMPLETE
65382026-05-21T10:13:31.728Z[ recovery-image] May 21 10:13:30.217 INFO O| May 21 10:13:30.217 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-05-21T10:13:31.737Z[ recovery-image] May 21 10:13:30.226 INFO O| May 21 10:13:30.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65402026-05-21T10:13:31.737Z[ recovery-image] May 21 10:13:30.227 INFO O| May 21 10:13:30.227 INFO STEP 552 (remove_files) COMPLETE
65412026-05-21T10:13:31.741Z[ recovery-image] May 21 10:13:30.227 INFO O| May 21 10:13:30.227 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-05-21T10:13:31.747Z[ recovery-image] May 21 10:13:30.236 INFO O| May 21 10:13:30.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65432026-05-21T10:13:31.747Z[ recovery-image] May 21 10:13:30.236 INFO O| May 21 10:13:30.236 INFO STEP 553 (remove_files) COMPLETE
65442026-05-21T10:13:31.750Z[ recovery-image] May 21 10:13:30.236 INFO O| May 21 10:13:30.236 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-05-21T10:13:31.757Z[ recovery-image] May 21 10:13:30.246 INFO O| May 21 10:13:30.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65462026-05-21T10:13:31.757Z[ recovery-image] May 21 10:13:30.247 INFO O| May 21 10:13:30.247 INFO STEP 554 (remove_files) COMPLETE
65472026-05-21T10:13:31.757Z[ recovery-image] May 21 10:13:30.247 INFO O| May 21 10:13:30.247 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-05-21T10:13:31.766Z[ recovery-image] May 21 10:13:30.256 INFO O| May 21 10:13:30.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65492026-05-21T10:13:31.766Z[ recovery-image] May 21 10:13:30.256 INFO O| May 21 10:13:30.256 INFO STEP 555 (remove_files) COMPLETE
65502026-05-21T10:13:31.767Z[ recovery-image] May 21 10:13:30.256 INFO O| May 21 10:13:30.256 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-05-21T10:13:31.776Z[ recovery-image] May 21 10:13:30.266 INFO O| May 21 10:13:30.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65522026-05-21T10:13:31.776Z[ recovery-image] May 21 10:13:30.266 INFO O| May 21 10:13:30.266 INFO STEP 556 (remove_files) COMPLETE
65532026-05-21T10:13:31.776Z[ recovery-image] May 21 10:13:30.266 INFO O| May 21 10:13:30.266 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-05-21T10:13:31.786Z[ recovery-image] May 21 10:13:30.275 INFO O| May 21 10:13:30.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65552026-05-21T10:13:31.786Z[ recovery-image] May 21 10:13:30.275 INFO O| May 21 10:13:30.275 INFO STEP 557 (remove_files) COMPLETE
65562026-05-21T10:13:31.786Z[ recovery-image] May 21 10:13:30.275 INFO O| May 21 10:13:30.275 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-05-21T10:13:31.795Z[ recovery-image] May 21 10:13:30.284 INFO O| May 21 10:13:30.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65582026-05-21T10:13:31.795Z[ recovery-image] May 21 10:13:30.284 INFO O| May 21 10:13:30.284 INFO STEP 558 (remove_files) COMPLETE
65592026-05-21T10:13:31.795Z[ recovery-image] May 21 10:13:30.284 INFO O| May 21 10:13:30.284 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-05-21T10:13:31.804Z[ recovery-image] May 21 10:13:30.293 INFO O| May 21 10:13:30.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65612026-05-21T10:13:31.804Z[ recovery-image] May 21 10:13:30.294 INFO O| May 21 10:13:30.294 INFO STEP 559 (remove_files) COMPLETE
65622026-05-21T10:13:31.807Z[ recovery-image] May 21 10:13:30.294 INFO O| May 21 10:13:30.294 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-05-21T10:13:31.813Z[ recovery-image] May 21 10:13:30.303 INFO O| May 21 10:13:30.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65642026-05-21T10:13:31.813Z[ recovery-image] May 21 10:13:30.303 INFO O| May 21 10:13:30.303 INFO STEP 560 (remove_files) COMPLETE
65652026-05-21T10:13:31.813Z[ recovery-image] May 21 10:13:30.303 INFO O| May 21 10:13:30.303 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-05-21T10:13:31.823Z[ recovery-image] May 21 10:13:30.312 INFO O| May 21 10:13:30.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65672026-05-21T10:13:31.823Z[ recovery-image] May 21 10:13:30.312 INFO O| May 21 10:13:30.312 INFO STEP 561 (remove_files) COMPLETE
65682026-05-21T10:13:31.823Z[ recovery-image] May 21 10:13:30.312 INFO O| May 21 10:13:30.312 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-05-21T10:13:31.832Z[ recovery-image] May 21 10:13:30.321 INFO O| May 21 10:13:30.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65702026-05-21T10:13:31.832Z[ recovery-image] May 21 10:13:30.322 INFO O| May 21 10:13:30.322 INFO STEP 562 (remove_files) COMPLETE
65712026-05-21T10:13:31.832Z[ recovery-image] May 21 10:13:30.322 INFO O| May 21 10:13:30.322 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-05-21T10:13:31.842Z[ recovery-image] May 21 10:13:30.332 INFO O| May 21 10:13:30.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65732026-05-21T10:13:31.842Z[ recovery-image] May 21 10:13:30.332 INFO O| May 21 10:13:30.332 INFO STEP 563 (remove_files) COMPLETE
65742026-05-21T10:13:31.842Z[ recovery-image] May 21 10:13:30.332 INFO O| May 21 10:13:30.332 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-05-21T10:13:31.851Z[ recovery-image] May 21 10:13:30.341 INFO O| May 21 10:13:30.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65762026-05-21T10:13:31.852Z[ recovery-image] May 21 10:13:30.341 INFO O| May 21 10:13:30.341 INFO STEP 564 (remove_files) COMPLETE
65772026-05-21T10:13:31.852Z[ recovery-image] May 21 10:13:30.341 INFO O| May 21 10:13:30.341 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-05-21T10:13:31.859Z[ recovery-image] May 21 10:13:30.348 INFO O| May 21 10:13:30.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65792026-05-21T10:13:31.859Z[ recovery-image] May 21 10:13:30.349 INFO O| May 21 10:13:30.349 INFO STEP 565 (remove_files) COMPLETE
65802026-05-21T10:13:31.862Z[ recovery-image] May 21 10:13:30.349 INFO O| May 21 10:13:30.349 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-05-21T10:13:31.867Z[ recovery-image] May 21 10:13:30.356 INFO O| May 21 10:13:30.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65822026-05-21T10:13:31.867Z[ recovery-image] May 21 10:13:30.356 INFO O| May 21 10:13:30.356 INFO STEP 566 (remove_files) COMPLETE
65832026-05-21T10:13:31.870Z[ recovery-image] May 21 10:13:30.356 INFO O| May 21 10:13:30.356 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-05-21T10:13:31.874Z[ recovery-image] May 21 10:13:30.364 INFO O| May 21 10:13:30.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65852026-05-21T10:13:31.874Z[ recovery-image] May 21 10:13:30.364 INFO O| May 21 10:13:30.364 INFO STEP 567 (remove_files) COMPLETE
65862026-05-21T10:13:31.875Z[ recovery-image] May 21 10:13:30.364 INFO O| May 21 10:13:30.364 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-05-21T10:13:31.883Z[ recovery-image] May 21 10:13:30.372 INFO O| May 21 10:13:30.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65882026-05-21T10:13:31.884Z[ recovery-image] May 21 10:13:30.372 INFO O| May 21 10:13:30.372 INFO STEP 568 (remove_files) COMPLETE
65892026-05-21T10:13:31.884Z[ recovery-image] May 21 10:13:30.372 INFO O| May 21 10:13:30.372 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-05-21T10:13:31.891Z[ recovery-image] May 21 10:13:30.381 INFO O| May 21 10:13:30.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65912026-05-21T10:13:31.891Z[ recovery-image] May 21 10:13:30.381 INFO O| May 21 10:13:30.381 INFO STEP 569 (remove_files) COMPLETE
65922026-05-21T10:13:31.895Z[ recovery-image] May 21 10:13:30.381 INFO O| May 21 10:13:30.381 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-05-21T10:13:31.900Z[ recovery-image] May 21 10:13:30.389 INFO O| May 21 10:13:30.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65942026-05-21T10:13:31.900Z[ recovery-image] May 21 10:13:30.389 INFO O| May 21 10:13:30.389 INFO STEP 570 (remove_files) COMPLETE
65952026-05-21T10:13:31.903Z[ recovery-image] May 21 10:13:30.389 INFO O| May 21 10:13:30.389 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-05-21T10:13:31.908Z[ recovery-image] May 21 10:13:30.397 INFO O| May 21 10:13:30.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65972026-05-21T10:13:31.908Z[ recovery-image] May 21 10:13:30.397 INFO O| May 21 10:13:30.397 INFO STEP 571 (remove_files) COMPLETE
65982026-05-21T10:13:31.910Z[ recovery-image] May 21 10:13:30.397 INFO O| May 21 10:13:30.397 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-05-21T10:13:31.916Z[ recovery-image] May 21 10:13:30.405 INFO O| May 21 10:13:30.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66002026-05-21T10:13:31.916Z[ recovery-image] May 21 10:13:30.406 INFO O| May 21 10:13:30.405 INFO STEP 572 (remove_files) COMPLETE
66012026-05-21T10:13:31.916Z[ recovery-image] May 21 10:13:30.406 INFO O| May 21 10:13:30.405 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-05-21T10:13:31.924Z[ recovery-image] May 21 10:13:30.413 INFO O| May 21 10:13:30.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66032026-05-21T10:13:31.924Z[ recovery-image] May 21 10:13:30.413 INFO O| May 21 10:13:30.413 INFO STEP 573 (remove_files) COMPLETE
66042026-05-21T10:13:31.924Z[ recovery-image] May 21 10:13:30.413 INFO O| May 21 10:13:30.413 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-05-21T10:13:31.932Z[ recovery-image] May 21 10:13:30.421 INFO O| May 21 10:13:30.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66062026-05-21T10:13:31.932Z[ recovery-image] May 21 10:13:30.422 INFO O| May 21 10:13:30.421 INFO STEP 574 (remove_files) COMPLETE
66072026-05-21T10:13:31.932Z[ recovery-image] May 21 10:13:30.422 INFO O| May 21 10:13:30.422 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-05-21T10:13:31.941Z[ recovery-image] May 21 10:13:30.430 INFO O| May 21 10:13:30.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66092026-05-21T10:13:31.941Z[ recovery-image] May 21 10:13:30.430 INFO O| May 21 10:13:30.430 INFO STEP 575 (remove_files) COMPLETE
66102026-05-21T10:13:31.941Z[ recovery-image] May 21 10:13:30.430 INFO O| May 21 10:13:30.430 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-05-21T10:13:31.950Z[ recovery-image] May 21 10:13:30.439 INFO O| May 21 10:13:30.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
66122026-05-21T10:13:31.950Z[ recovery-image] May 21 10:13:30.439 INFO O| May 21 10:13:30.439 INFO STEP 576 (remove_files) COMPLETE
66132026-05-21T10:13:31.950Z[ recovery-image] May 21 10:13:30.439 INFO O| May 21 10:13:30.439 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-05-21T10:13:31.958Z[ recovery-image] May 21 10:13:30.448 INFO O| May 21 10:13:30.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66152026-05-21T10:13:31.958Z[ recovery-image] May 21 10:13:30.448 INFO O| May 21 10:13:30.448 INFO STEP 577 (remove_files) COMPLETE
66162026-05-21T10:13:31.958Z[ recovery-image] May 21 10:13:30.448 INFO O| May 21 10:13:30.448 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-05-21T10:13:31.967Z[ recovery-image] May 21 10:13:30.456 INFO O| May 21 10:13:30.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66182026-05-21T10:13:31.967Z[ recovery-image] May 21 10:13:30.457 INFO O| May 21 10:13:30.456 INFO STEP 578 (remove_files) COMPLETE
66192026-05-21T10:13:31.967Z[ recovery-image] May 21 10:13:30.457 INFO O| May 21 10:13:30.456 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-05-21T10:13:31.976Z[ recovery-image] May 21 10:13:30.465 INFO O| May 21 10:13:30.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66212026-05-21T10:13:31.976Z[ recovery-image] May 21 10:13:30.465 INFO O| May 21 10:13:30.465 INFO STEP 579 (remove_files) COMPLETE
66222026-05-21T10:13:31.976Z[ recovery-image] May 21 10:13:30.465 INFO O| May 21 10:13:30.465 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-05-21T10:13:31.984Z[ recovery-image] May 21 10:13:30.474 INFO O| May 21 10:13:30.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66242026-05-21T10:13:31.984Z[ recovery-image] May 21 10:13:30.474 INFO O| May 21 10:13:30.474 INFO STEP 580 (remove_files) COMPLETE
66252026-05-21T10:13:31.984Z[ recovery-image] May 21 10:13:30.474 INFO O| May 21 10:13:30.474 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-05-21T10:13:31.994Z[ recovery-image] May 21 10:13:30.484 INFO O| May 21 10:13:30.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66272026-05-21T10:13:31.995Z[ recovery-image] May 21 10:13:30.484 INFO O| May 21 10:13:30.484 INFO STEP 581 (remove_files) COMPLETE
66282026-05-21T10:13:31.995Z[ recovery-image] May 21 10:13:30.484 INFO O| May 21 10:13:30.484 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-05-21T10:13:32.005Z[ recovery-image] May 21 10:13:30.494 INFO O| May 21 10:13:30.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66302026-05-21T10:13:32.005Z[ recovery-image] May 21 10:13:30.494 INFO O| May 21 10:13:30.494 INFO STEP 582 (remove_files) COMPLETE
66312026-05-21T10:13:32.005Z[ recovery-image] May 21 10:13:30.494 INFO O| May 21 10:13:30.494 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-05-21T10:13:32.013Z[ recovery-image] May 21 10:13:30.503 INFO O| May 21 10:13:30.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66332026-05-21T10:13:32.013Z[ recovery-image] May 21 10:13:30.503 INFO O| May 21 10:13:30.503 INFO STEP 583 (remove_files) COMPLETE
66342026-05-21T10:13:32.017Z[ recovery-image] May 21 10:13:30.503 INFO O| May 21 10:13:30.503 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-05-21T10:13:32.024Z[ recovery-image] May 21 10:13:30.513 INFO O| May 21 10:13:30.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66362026-05-21T10:13:32.026Z[ recovery-image] May 21 10:13:30.514 INFO O| May 21 10:13:30.514 INFO STEP 584 (remove_files) COMPLETE
66372026-05-21T10:13:32.026Z[ recovery-image] May 21 10:13:30.514 INFO O| May 21 10:13:30.514 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-05-21T10:13:32.034Z[ recovery-image] May 21 10:13:30.522 INFO O| May 21 10:13:30.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66392026-05-21T10:13:32.034Z[ recovery-image] May 21 10:13:30.522 INFO O| May 21 10:13:30.522 INFO STEP 585 (remove_files) COMPLETE
66402026-05-21T10:13:32.034Z[ recovery-image] May 21 10:13:30.522 INFO O| May 21 10:13:30.522 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-05-21T10:13:32.041Z[ recovery-image] May 21 10:13:30.530 INFO O| May 21 10:13:30.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66422026-05-21T10:13:32.041Z[ recovery-image] May 21 10:13:30.530 INFO O| May 21 10:13:30.530 INFO STEP 586 (remove_files) COMPLETE
66432026-05-21T10:13:32.041Z[ recovery-image] May 21 10:13:30.531 INFO O| May 21 10:13:30.530 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-05-21T10:13:32.049Z[ recovery-image] May 21 10:13:30.539 INFO O| May 21 10:13:30.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66452026-05-21T10:13:32.049Z[ recovery-image] May 21 10:13:30.539 INFO O| May 21 10:13:30.539 INFO STEP 587 (remove_files) COMPLETE
66462026-05-21T10:13:32.049Z[ recovery-image] May 21 10:13:30.539 INFO O| May 21 10:13:30.539 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-05-21T10:13:32.059Z[ recovery-image] May 21 10:13:30.548 INFO O| May 21 10:13:30.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66482026-05-21T10:13:32.059Z[ recovery-image] May 21 10:13:30.548 INFO O| May 21 10:13:30.548 INFO STEP 588 (remove_files) COMPLETE
66492026-05-21T10:13:32.059Z[ recovery-image] May 21 10:13:30.548 INFO O| May 21 10:13:30.548 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-05-21T10:13:32.068Z[ recovery-image] May 21 10:13:30.557 INFO O| May 21 10:13:30.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66512026-05-21T10:13:32.068Z[ recovery-image] May 21 10:13:30.557 INFO O| May 21 10:13:30.557 INFO STEP 589 (remove_files) COMPLETE
66522026-05-21T10:13:32.068Z[ recovery-image] May 21 10:13:30.557 INFO O| May 21 10:13:30.557 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-05-21T10:13:32.076Z[ recovery-image] May 21 10:13:30.565 INFO O| May 21 10:13:30.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66542026-05-21T10:13:32.076Z[ recovery-image] May 21 10:13:30.565 INFO O| May 21 10:13:30.565 INFO STEP 590 (remove_files) COMPLETE
66552026-05-21T10:13:32.076Z[ recovery-image] May 21 10:13:30.565 INFO O| May 21 10:13:30.565 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-05-21T10:13:32.083Z[ recovery-image] May 21 10:13:30.573 INFO O| May 21 10:13:30.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66572026-05-21T10:13:32.083Z[ recovery-image] May 21 10:13:30.573 INFO O| May 21 10:13:30.573 INFO STEP 591 (remove_files) COMPLETE
66582026-05-21T10:13:32.084Z[ recovery-image] May 21 10:13:30.573 INFO O| May 21 10:13:30.573 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-05-21T10:13:32.092Z[ recovery-image] May 21 10:13:30.581 INFO O| May 21 10:13:30.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66602026-05-21T10:13:32.092Z[ recovery-image] May 21 10:13:30.581 INFO O| May 21 10:13:30.581 INFO STEP 592 (remove_files) COMPLETE
66612026-05-21T10:13:32.092Z[ recovery-image] May 21 10:13:30.581 INFO O| May 21 10:13:30.581 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-05-21T10:13:32.100Z[ recovery-image] May 21 10:13:30.589 INFO O| May 21 10:13:30.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66632026-05-21T10:13:32.100Z[ recovery-image] May 21 10:13:30.589 INFO O| May 21 10:13:30.589 INFO STEP 593 (remove_files) COMPLETE
66642026-05-21T10:13:32.103Z[ recovery-image] May 21 10:13:30.589 INFO O| May 21 10:13:30.589 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-05-21T10:13:32.108Z[ recovery-image] May 21 10:13:30.597 INFO O| May 21 10:13:30.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66662026-05-21T10:13:32.108Z[ recovery-image] May 21 10:13:30.598 INFO O| May 21 10:13:30.597 INFO STEP 594 (remove_files) COMPLETE
66672026-05-21T10:13:32.108Z[ recovery-image] May 21 10:13:30.598 INFO O| May 21 10:13:30.598 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-05-21T10:13:32.116Z[ recovery-image] May 21 10:13:30.605 INFO O| May 21 10:13:30.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66692026-05-21T10:13:32.116Z[ recovery-image] May 21 10:13:30.605 INFO O| May 21 10:13:30.605 INFO STEP 595 (remove_files) COMPLETE
66702026-05-21T10:13:32.116Z[ recovery-image] May 21 10:13:30.605 INFO O| May 21 10:13:30.605 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-05-21T10:13:32.124Z[ recovery-image] May 21 10:13:30.613 INFO O| May 21 10:13:30.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66722026-05-21T10:13:32.124Z[ recovery-image] May 21 10:13:30.613 INFO O| May 21 10:13:30.613 INFO STEP 596 (remove_files) COMPLETE
66732026-05-21T10:13:32.124Z[ recovery-image] May 21 10:13:30.613 INFO O| May 21 10:13:30.613 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-05-21T10:13:32.132Z[ recovery-image] May 21 10:13:30.621 INFO O| May 21 10:13:30.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66752026-05-21T10:13:32.132Z[ recovery-image] May 21 10:13:30.621 INFO O| May 21 10:13:30.621 INFO STEP 597 (remove_files) COMPLETE
66762026-05-21T10:13:32.132Z[ recovery-image] May 21 10:13:30.621 INFO O| May 21 10:13:30.621 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-05-21T10:13:32.140Z[ recovery-image] May 21 10:13:30.629 INFO O| May 21 10:13:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66782026-05-21T10:13:32.140Z[ recovery-image] May 21 10:13:30.630 INFO O| May 21 10:13:30.630 INFO STEP 598 (remove_files) COMPLETE
66792026-05-21T10:13:32.140Z[ recovery-image] May 21 10:13:30.630 INFO O| May 21 10:13:30.630 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-05-21T10:13:32.149Z[ recovery-image] May 21 10:13:30.638 INFO O| May 21 10:13:30.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66812026-05-21T10:13:32.151Z[ recovery-image] May 21 10:13:30.638 INFO O| May 21 10:13:30.638 INFO STEP 599 (remove_files) COMPLETE
66822026-05-21T10:13:32.151Z[ recovery-image] May 21 10:13:30.638 INFO O| May 21 10:13:30.638 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-05-21T10:13:32.156Z[ recovery-image] May 21 10:13:30.646 INFO O| May 21 10:13:30.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66842026-05-21T10:13:32.157Z[ recovery-image] May 21 10:13:30.646 INFO O| May 21 10:13:30.646 INFO STEP 600 (remove_files) COMPLETE
66852026-05-21T10:13:32.157Z[ recovery-image] May 21 10:13:30.646 INFO O| May 21 10:13:30.646 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-05-21T10:13:32.164Z[ recovery-image] May 21 10:13:30.653 INFO O| May 21 10:13:30.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66872026-05-21T10:13:32.164Z[ recovery-image] May 21 10:13:30.654 INFO O| May 21 10:13:30.654 INFO STEP 601 (remove_files) COMPLETE
66882026-05-21T10:13:32.167Z[ recovery-image] May 21 10:13:30.654 INFO O| May 21 10:13:30.654 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-05-21T10:13:32.171Z[ recovery-image] May 21 10:13:30.661 INFO O| May 21 10:13:30.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66902026-05-21T10:13:32.171Z[ recovery-image] May 21 10:13:30.661 INFO O| May 21 10:13:30.661 INFO STEP 602 (remove_files) COMPLETE
66912026-05-21T10:13:32.171Z[ recovery-image] May 21 10:13:30.661 INFO O| May 21 10:13:30.661 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-05-21T10:13:32.179Z[ recovery-image] May 21 10:13:30.668 INFO O| May 21 10:13:30.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66932026-05-21T10:13:32.179Z[ recovery-image] May 21 10:13:30.668 INFO O| May 21 10:13:30.668 INFO STEP 603 (remove_files) COMPLETE
66942026-05-21T10:13:32.179Z[ recovery-image] May 21 10:13:30.668 INFO O| May 21 10:13:30.668 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-05-21T10:13:32.187Z[ recovery-image] May 21 10:13:30.677 INFO O| May 21 10:13:30.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66962026-05-21T10:13:32.187Z[ recovery-image] May 21 10:13:30.677 INFO O| May 21 10:13:30.677 INFO STEP 604 (remove_files) COMPLETE
66972026-05-21T10:13:32.191Z[ recovery-image] May 21 10:13:30.677 INFO O| May 21 10:13:30.677 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-05-21T10:13:32.196Z[ recovery-image] May 21 10:13:30.685 INFO O| May 21 10:13:30.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66992026-05-21T10:13:32.199Z[ recovery-image] May 21 10:13:30.686 INFO O| May 21 10:13:30.686 INFO STEP 605 (remove_files) COMPLETE
67002026-05-21T10:13:32.199Z[ recovery-image] May 21 10:13:30.686 INFO O| May 21 10:13:30.686 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-05-21T10:13:32.207Z[ recovery-image] May 21 10:13:30.696 INFO O| May 21 10:13:30.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67022026-05-21T10:13:32.207Z[ recovery-image] May 21 10:13:30.696 INFO O| May 21 10:13:30.696 INFO STEP 606 (remove_files) COMPLETE
67032026-05-21T10:13:32.207Z[ recovery-image] May 21 10:13:30.696 INFO O| May 21 10:13:30.696 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-05-21T10:13:32.216Z[ recovery-image] May 21 10:13:30.706 INFO O| May 21 10:13:30.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67052026-05-21T10:13:32.217Z[ recovery-image] May 21 10:13:30.706 INFO O| May 21 10:13:30.706 INFO STEP 607 (remove_files) COMPLETE
67062026-05-21T10:13:32.217Z[ recovery-image] May 21 10:13:30.706 INFO O| May 21 10:13:30.706 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-05-21T10:13:32.226Z[ recovery-image] May 21 10:13:30.716 INFO O| May 21 10:13:30.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67082026-05-21T10:13:32.226Z[ recovery-image] May 21 10:13:30.716 INFO O| May 21 10:13:30.716 INFO STEP 608 (remove_files) COMPLETE
67092026-05-21T10:13:32.227Z[ recovery-image] May 21 10:13:30.716 INFO O| May 21 10:13:30.716 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-05-21T10:13:32.235Z[ recovery-image] May 21 10:13:30.725 INFO O| May 21 10:13:30.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67112026-05-21T10:13:32.235Z[ recovery-image] May 21 10:13:30.725 INFO O| May 21 10:13:30.725 INFO STEP 609 (remove_files) COMPLETE
67122026-05-21T10:13:32.235Z[ recovery-image] May 21 10:13:30.725 INFO O| May 21 10:13:30.725 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-05-21T10:13:32.245Z[ recovery-image] May 21 10:13:30.734 INFO O| May 21 10:13:30.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67142026-05-21T10:13:32.245Z[ recovery-image] May 21 10:13:30.734 INFO O| May 21 10:13:30.734 INFO STEP 610 (remove_files) COMPLETE
67152026-05-21T10:13:32.245Z[ recovery-image] May 21 10:13:30.734 INFO O| May 21 10:13:30.734 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-05-21T10:13:32.254Z[ recovery-image] May 21 10:13:30.743 INFO O| May 21 10:13:30.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67172026-05-21T10:13:32.257Z[ recovery-image] May 21 10:13:30.744 INFO O| May 21 10:13:30.744 INFO STEP 611 (remove_files) COMPLETE
67182026-05-21T10:13:32.257Z[ recovery-image] May 21 10:13:30.744 INFO O| May 21 10:13:30.744 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-05-21T10:13:32.272Z[ recovery-image] May 21 10:13:30.754 INFO O| May 21 10:13:30.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67202026-05-21T10:13:32.272Z[ recovery-image] May 21 10:13:30.754 INFO O| May 21 10:13:30.754 INFO STEP 612 (remove_files) COMPLETE
67212026-05-21T10:13:32.272Z[ recovery-image] May 21 10:13:30.754 INFO O| May 21 10:13:30.754 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-05-21T10:13:32.275Z[ recovery-image] May 21 10:13:30.764 INFO O| May 21 10:13:30.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67232026-05-21T10:13:32.275Z[ recovery-image] May 21 10:13:30.765 INFO O| May 21 10:13:30.764 INFO STEP 613 (remove_files) COMPLETE
67242026-05-21T10:13:32.278Z[ recovery-image] May 21 10:13:30.765 INFO O| May 21 10:13:30.765 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-05-21T10:13:32.284Z[ recovery-image] May 21 10:13:30.773 INFO O| May 21 10:13:30.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67262026-05-21T10:13:32.284Z[ recovery-image] May 21 10:13:30.773 INFO O| May 21 10:13:30.773 INFO STEP 614 (remove_files) COMPLETE
67272026-05-21T10:13:32.284Z[ recovery-image] May 21 10:13:30.773 INFO O| May 21 10:13:30.773 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-05-21T10:13:32.292Z[ recovery-image] May 21 10:13:30.781 INFO O| May 21 10:13:30.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67292026-05-21T10:13:32.292Z[ recovery-image] May 21 10:13:30.781 INFO O| May 21 10:13:30.781 INFO STEP 615 (remove_files) COMPLETE
67302026-05-21T10:13:32.292Z[ recovery-image] May 21 10:13:30.781 INFO O| May 21 10:13:30.781 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-05-21T10:13:32.300Z[ recovery-image] May 21 10:13:30.789 INFO O| May 21 10:13:30.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67322026-05-21T10:13:32.300Z[ recovery-image] May 21 10:13:30.789 INFO O| May 21 10:13:30.789 INFO STEP 616 (remove_files) COMPLETE
67332026-05-21T10:13:32.300Z[ recovery-image] May 21 10:13:30.789 INFO O| May 21 10:13:30.789 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-05-21T10:13:32.308Z[ recovery-image] May 21 10:13:30.798 INFO O| May 21 10:13:30.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67352026-05-21T10:13:32.308Z[ recovery-image] May 21 10:13:30.798 INFO O| May 21 10:13:30.798 INFO STEP 617 (remove_files) COMPLETE
67362026-05-21T10:13:32.308Z[ recovery-image] May 21 10:13:30.798 INFO O| May 21 10:13:30.798 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-05-21T10:13:32.317Z[ recovery-image] May 21 10:13:30.806 INFO O| May 21 10:13:30.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67382026-05-21T10:13:32.317Z[ recovery-image] May 21 10:13:30.807 INFO O| May 21 10:13:30.807 INFO STEP 618 (remove_files) COMPLETE
67392026-05-21T10:13:32.317Z[ recovery-image] May 21 10:13:30.807 INFO O| May 21 10:13:30.807 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-05-21T10:13:32.325Z[ recovery-image] May 21 10:13:30.814 INFO O| May 21 10:13:30.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67412026-05-21T10:13:32.325Z[ recovery-image] May 21 10:13:30.815 INFO O| May 21 10:13:30.814 INFO STEP 619 (remove_files) COMPLETE
67422026-05-21T10:13:32.325Z[ recovery-image] May 21 10:13:30.815 INFO O| May 21 10:13:30.814 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-05-21T10:13:32.333Z[ recovery-image] May 21 10:13:30.822 INFO O| May 21 10:13:30.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67442026-05-21T10:13:32.336Z[ recovery-image] May 21 10:13:30.823 INFO O| May 21 10:13:30.823 INFO STEP 620 (remove_files) COMPLETE
67452026-05-21T10:13:32.336Z[ recovery-image] May 21 10:13:30.823 INFO O| May 21 10:13:30.823 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-05-21T10:13:32.342Z[ recovery-image] May 21 10:13:30.831 INFO O| May 21 10:13:30.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67472026-05-21T10:13:32.342Z[ recovery-image] May 21 10:13:30.831 INFO O| May 21 10:13:30.831 INFO STEP 621 (remove_files) COMPLETE
67482026-05-21T10:13:32.345Z[ recovery-image] May 21 10:13:30.831 INFO O| May 21 10:13:30.831 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-05-21T10:13:32.349Z[ recovery-image] May 21 10:13:30.839 INFO O| May 21 10:13:30.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67502026-05-21T10:13:32.350Z[ recovery-image] May 21 10:13:30.839 INFO O| May 21 10:13:30.839 INFO STEP 622 (remove_files) COMPLETE
67512026-05-21T10:13:32.350Z[ recovery-image] May 21 10:13:30.839 INFO O| May 21 10:13:30.839 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-05-21T10:13:32.360Z[ recovery-image] May 21 10:13:30.849 INFO O| May 21 10:13:30.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67532026-05-21T10:13:32.360Z[ recovery-image] May 21 10:13:30.849 INFO O| May 21 10:13:30.849 INFO STEP 623 (remove_files) COMPLETE
67542026-05-21T10:13:32.362Z[ recovery-image] May 21 10:13:30.849 INFO O| May 21 10:13:30.849 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-05-21T10:13:32.369Z[ recovery-image] May 21 10:13:30.858 INFO O| May 21 10:13:30.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67562026-05-21T10:13:32.372Z[ recovery-image] May 21 10:13:30.859 INFO O| May 21 10:13:30.859 INFO STEP 624 (remove_files) COMPLETE
67572026-05-21T10:13:32.372Z[ recovery-image] May 21 10:13:30.859 INFO O| May 21 10:13:30.859 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-05-21T10:13:32.379Z[ recovery-image] May 21 10:13:30.869 INFO O| May 21 10:13:30.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67592026-05-21T10:13:32.379Z[ recovery-image] May 21 10:13:30.869 INFO O| May 21 10:13:30.869 INFO STEP 625 (remove_files) COMPLETE
67602026-05-21T10:13:32.382Z[ recovery-image] May 21 10:13:30.869 INFO O| May 21 10:13:30.869 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-05-21T10:13:32.388Z[ recovery-image] May 21 10:13:30.878 INFO O| May 21 10:13:30.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67622026-05-21T10:13:32.388Z[ recovery-image] May 21 10:13:30.878 INFO O| May 21 10:13:30.878 INFO STEP 626 (remove_files) COMPLETE
67632026-05-21T10:13:32.388Z[ recovery-image] May 21 10:13:30.878 INFO O| May 21 10:13:30.878 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-05-21T10:13:32.397Z[ recovery-image] May 21 10:13:30.887 INFO O| May 21 10:13:30.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67652026-05-21T10:13:32.398Z[ recovery-image] May 21 10:13:30.887 INFO O| May 21 10:13:30.887 INFO STEP 627 (remove_files) COMPLETE
67662026-05-21T10:13:32.398Z[ recovery-image] May 21 10:13:30.887 INFO O| May 21 10:13:30.887 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-05-21T10:13:32.406Z[ recovery-image] May 21 10:13:30.895 INFO O| May 21 10:13:30.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67682026-05-21T10:13:32.406Z[ recovery-image] May 21 10:13:30.896 INFO O| May 21 10:13:30.896 INFO STEP 628 (remove_files) COMPLETE
67692026-05-21T10:13:32.406Z[ recovery-image] May 21 10:13:30.896 INFO O| May 21 10:13:30.896 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-05-21T10:13:32.414Z[ recovery-image] May 21 10:13:30.904 INFO O| May 21 10:13:30.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67712026-05-21T10:13:32.415Z[ recovery-image] May 21 10:13:30.904 INFO O| May 21 10:13:30.904 INFO STEP 629 (remove_files) COMPLETE
67722026-05-21T10:13:32.418Z[ recovery-image] May 21 10:13:30.904 INFO O| May 21 10:13:30.904 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-05-21T10:13:32.429Z[ recovery-image] May 21 10:13:30.918 INFO O| May 21 10:13:30.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67742026-05-21T10:13:32.429Z[ recovery-image] May 21 10:13:30.918 INFO O| May 21 10:13:30.918 INFO STEP 630 (remove_files) COMPLETE
67752026-05-21T10:13:32.429Z[ recovery-image] May 21 10:13:30.918 INFO O| May 21 10:13:30.918 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-05-21T10:13:32.438Z[ recovery-image] May 21 10:13:30.928 INFO O| May 21 10:13:30.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67772026-05-21T10:13:32.438Z[ recovery-image] May 21 10:13:30.928 INFO O| May 21 10:13:30.928 INFO STEP 631 (remove_files) COMPLETE
67782026-05-21T10:13:32.441Z[ recovery-image] May 21 10:13:30.928 INFO O| May 21 10:13:30.928 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-05-21T10:13:32.447Z[ recovery-image] May 21 10:13:30.937 INFO O| May 21 10:13:30.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67802026-05-21T10:13:32.447Z[ recovery-image] May 21 10:13:30.937 INFO O| May 21 10:13:30.937 INFO STEP 632 (remove_files) COMPLETE
67812026-05-21T10:13:32.450Z[ recovery-image] May 21 10:13:30.937 INFO O| May 21 10:13:30.937 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-05-21T10:13:32.456Z[ recovery-image] May 21 10:13:30.945 INFO O| May 21 10:13:30.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67832026-05-21T10:13:32.456Z[ recovery-image] May 21 10:13:30.945 INFO O| May 21 10:13:30.945 INFO STEP 633 (remove_files) COMPLETE
67842026-05-21T10:13:32.458Z[ recovery-image] May 21 10:13:30.945 INFO O| May 21 10:13:30.945 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-05-21T10:13:32.464Z[ recovery-image] May 21 10:13:30.953 INFO O| May 21 10:13:30.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67862026-05-21T10:13:32.464Z[ recovery-image] May 21 10:13:30.953 INFO O| May 21 10:13:30.953 INFO STEP 634 (remove_files) COMPLETE
67872026-05-21T10:13:32.467Z[ recovery-image] May 21 10:13:30.953 INFO O| May 21 10:13:30.953 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-05-21T10:13:32.471Z[ recovery-image] May 21 10:13:30.961 INFO O| May 21 10:13:30.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67892026-05-21T10:13:32.471Z[ recovery-image] May 21 10:13:30.961 INFO O| May 21 10:13:30.961 INFO STEP 635 (remove_files) COMPLETE
67902026-05-21T10:13:32.474Z[ recovery-image] May 21 10:13:30.961 INFO O| May 21 10:13:30.961 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-05-21T10:13:32.479Z[ recovery-image] May 21 10:13:30.968 INFO O| May 21 10:13:30.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67922026-05-21T10:13:32.479Z[ recovery-image] May 21 10:13:30.968 INFO O| May 21 10:13:30.968 INFO STEP 636 (remove_files) COMPLETE
67932026-05-21T10:13:32.481Z[ recovery-image] May 21 10:13:30.968 INFO O| May 21 10:13:30.968 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-05-21T10:13:32.486Z[ recovery-image] May 21 10:13:30.975 INFO O| May 21 10:13:30.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67952026-05-21T10:13:32.486Z[ recovery-image] May 21 10:13:30.975 INFO O| May 21 10:13:30.975 INFO STEP 637 (remove_files) COMPLETE
67962026-05-21T10:13:32.489Z[ recovery-image] May 21 10:13:30.975 INFO O| May 21 10:13:30.975 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-05-21T10:13:32.493Z[ recovery-image] May 21 10:13:30.983 INFO O| May 21 10:13:30.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67982026-05-21T10:13:32.493Z[ recovery-image] May 21 10:13:30.983 INFO O| May 21 10:13:30.983 INFO STEP 638 (remove_files) COMPLETE
67992026-05-21T10:13:32.496Z[ recovery-image] May 21 10:13:30.983 INFO O| May 21 10:13:30.983 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-05-21T10:13:32.501Z[ recovery-image] May 21 10:13:30.990 INFO O| May 21 10:13:30.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68012026-05-21T10:13:32.501Z[ recovery-image] May 21 10:13:30.990 INFO O| May 21 10:13:30.990 INFO STEP 639 (remove_files) COMPLETE
68022026-05-21T10:13:32.504Z[ recovery-image] May 21 10:13:30.990 INFO O| May 21 10:13:30.990 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-05-21T10:13:32.508Z[ recovery-image] May 21 10:13:30.998 INFO O| May 21 10:13:30.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68042026-05-21T10:13:32.508Z[ recovery-image] May 21 10:13:30.998 INFO O| May 21 10:13:30.998 INFO STEP 640 (remove_files) COMPLETE
68052026-05-21T10:13:32.511Z[ recovery-image] May 21 10:13:30.998 INFO O| May 21 10:13:30.998 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-05-21T10:13:32.515Z[ recovery-image] May 21 10:13:31.005 INFO O| May 21 10:13:31.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68072026-05-21T10:13:32.515Z[ recovery-image] May 21 10:13:31.005 INFO O| May 21 10:13:31.005 INFO STEP 641 (remove_files) COMPLETE
68082026-05-21T10:13:32.518Z[ recovery-image] May 21 10:13:31.005 INFO O| May 21 10:13:31.005 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-05-21T10:13:32.523Z[ recovery-image] May 21 10:13:31.013 INFO O| May 21 10:13:31.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68102026-05-21T10:13:32.523Z[ recovery-image] May 21 10:13:31.013 INFO O| May 21 10:13:31.013 INFO STEP 642 (remove_files) COMPLETE
68112026-05-21T10:13:32.526Z[ recovery-image] May 21 10:13:31.013 INFO O| May 21 10:13:31.013 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-05-21T10:13:32.534Z[ recovery-image] May 21 10:13:31.023 INFO O| May 21 10:13:31.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68132026-05-21T10:13:32.534Z[ recovery-image] May 21 10:13:31.023 INFO O| May 21 10:13:31.023 INFO STEP 643 (remove_files) COMPLETE
68142026-05-21T10:13:32.534Z[ recovery-image] May 21 10:13:31.023 INFO O| May 21 10:13:31.023 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-05-21T10:13:32.543Z[ recovery-image] May 21 10:13:31.033 INFO O| May 21 10:13:31.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68162026-05-21T10:13:32.543Z[ recovery-image] May 21 10:13:31.033 INFO O| May 21 10:13:31.033 INFO STEP 644 (remove_files) COMPLETE
68172026-05-21T10:13:32.543Z[ recovery-image] May 21 10:13:31.033 INFO O| May 21 10:13:31.033 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-05-21T10:13:32.551Z[ recovery-image] May 21 10:13:31.041 INFO O| May 21 10:13:31.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68192026-05-21T10:13:32.551Z[ recovery-image] May 21 10:13:31.041 INFO O| May 21 10:13:31.041 INFO STEP 645 (remove_files) COMPLETE
68202026-05-21T10:13:32.554Z[ recovery-image] May 21 10:13:31.041 INFO O| May 21 10:13:31.041 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-05-21T10:13:32.560Z[ recovery-image] May 21 10:13:31.050 INFO O| May 21 10:13:31.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68222026-05-21T10:13:32.560Z[ recovery-image] May 21 10:13:31.050 INFO O| May 21 10:13:31.050 INFO STEP 646 (remove_files) COMPLETE
68232026-05-21T10:13:32.563Z[ recovery-image] May 21 10:13:31.050 INFO O| May 21 10:13:31.050 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-05-21T10:13:32.569Z[ recovery-image] May 21 10:13:31.058 INFO O| May 21 10:13:31.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68252026-05-21T10:13:32.569Z[ recovery-image] May 21 10:13:31.058 INFO O| May 21 10:13:31.058 INFO STEP 647 (remove_files) COMPLETE
68262026-05-21T10:13:32.569Z[ recovery-image] May 21 10:13:31.058 INFO O| May 21 10:13:31.058 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-05-21T10:13:32.576Z[ recovery-image] May 21 10:13:31.066 INFO O| May 21 10:13:31.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68282026-05-21T10:13:32.576Z[ recovery-image] May 21 10:13:31.066 INFO O| May 21 10:13:31.066 INFO STEP 648 (remove_files) COMPLETE
68292026-05-21T10:13:32.579Z[ recovery-image] May 21 10:13:31.066 INFO O| May 21 10:13:31.066 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-05-21T10:13:32.585Z[ recovery-image] May 21 10:13:31.073 INFO O| May 21 10:13:31.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68312026-05-21T10:13:32.585Z[ recovery-image] May 21 10:13:31.073 INFO O| May 21 10:13:31.073 INFO STEP 649 (remove_files) COMPLETE
68322026-05-21T10:13:32.585Z[ recovery-image] May 21 10:13:31.073 INFO O| May 21 10:13:31.073 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-05-21T10:13:32.595Z[ recovery-image] May 21 10:13:31.081 INFO O| May 21 10:13:31.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68342026-05-21T10:13:32.595Z[ recovery-image] May 21 10:13:31.081 INFO O| May 21 10:13:31.081 INFO STEP 650 (remove_files) COMPLETE
68352026-05-21T10:13:32.595Z[ recovery-image] May 21 10:13:31.081 INFO O| May 21 10:13:31.081 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-05-21T10:13:32.601Z[ recovery-image] May 21 10:13:31.091 INFO O| May 21 10:13:31.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68372026-05-21T10:13:32.605Z[ recovery-image] May 21 10:13:31.092 INFO O| May 21 10:13:31.091 INFO STEP 651 (remove_files) COMPLETE
68382026-05-21T10:13:32.605Z[ recovery-image] May 21 10:13:31.092 INFO O| May 21 10:13:31.091 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-05-21T10:13:32.628Z[ recovery-image] May 21 10:13:31.101 INFO O| May 21 10:13:31.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68402026-05-21T10:13:32.628Z[ recovery-image] May 21 10:13:31.101 INFO O| May 21 10:13:31.101 INFO STEP 652 (remove_files) COMPLETE
68412026-05-21T10:13:32.628Z[ recovery-image] May 21 10:13:31.101 INFO O| May 21 10:13:31.101 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-05-21T10:13:32.628Z[ recovery-image] May 21 10:13:31.111 INFO O| May 21 10:13:31.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68432026-05-21T10:13:32.628Z[ recovery-image] May 21 10:13:31.111 INFO O| May 21 10:13:31.111 INFO STEP 653 (remove_files) COMPLETE
68442026-05-21T10:13:32.628Z[ recovery-image] May 21 10:13:31.111 INFO O| May 21 10:13:31.111 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-05-21T10:13:32.632Z[ recovery-image] May 21 10:13:31.121 INFO O| May 21 10:13:31.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68462026-05-21T10:13:32.632Z[ recovery-image] May 21 10:13:31.121 INFO O| May 21 10:13:31.121 INFO STEP 654 (remove_files) COMPLETE
68472026-05-21T10:13:32.632Z[ recovery-image] May 21 10:13:31.121 INFO O| May 21 10:13:31.121 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-05-21T10:13:32.641Z[ recovery-image] May 21 10:13:31.130 INFO O| May 21 10:13:31.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68492026-05-21T10:13:32.641Z[ recovery-image] May 21 10:13:31.130 INFO O| May 21 10:13:31.130 INFO STEP 655 (remove_files) COMPLETE
68502026-05-21T10:13:32.644Z[ recovery-image] May 21 10:13:31.130 INFO O| May 21 10:13:31.130 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-05-21T10:13:32.649Z[ recovery-image] May 21 10:13:31.138 INFO O| May 21 10:13:31.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68522026-05-21T10:13:32.649Z[ recovery-image] May 21 10:13:31.138 INFO O| May 21 10:13:31.138 INFO STEP 656 (remove_files) COMPLETE
68532026-05-21T10:13:32.651Z[ recovery-image] May 21 10:13:31.138 INFO O| May 21 10:13:31.138 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-05-21T10:13:32.656Z[ recovery-image] May 21 10:13:31.145 INFO O| May 21 10:13:31.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68552026-05-21T10:13:32.656Z[ recovery-image] May 21 10:13:31.145 INFO O| May 21 10:13:31.145 INFO STEP 657 (remove_files) COMPLETE
68562026-05-21T10:13:32.656Z[ recovery-image] May 21 10:13:31.145 INFO O| May 21 10:13:31.145 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-05-21T10:13:32.664Z[ recovery-image] May 21 10:13:31.153 INFO O| May 21 10:13:31.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68582026-05-21T10:13:32.664Z[ recovery-image] May 21 10:13:31.153 INFO O| May 21 10:13:31.153 INFO STEP 658 (remove_files) COMPLETE
68592026-05-21T10:13:32.664Z[ recovery-image] May 21 10:13:31.153 INFO O| May 21 10:13:31.153 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-05-21T10:13:32.672Z[ recovery-image] May 21 10:13:31.160 INFO O| May 21 10:13:31.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68612026-05-21T10:13:32.675Z[ recovery-image] May 21 10:13:31.162 INFO O| May 21 10:13:31.161 INFO STEP 659 (remove_files) COMPLETE
68622026-05-21T10:13:32.675Z[ recovery-image] May 21 10:13:31.162 INFO O| May 21 10:13:31.162 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-05-21T10:13:32.680Z[ recovery-image] May 21 10:13:31.169 INFO O| May 21 10:13:31.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68642026-05-21T10:13:32.680Z[ recovery-image] May 21 10:13:31.169 INFO O| May 21 10:13:31.169 INFO STEP 660 (remove_files) COMPLETE
68652026-05-21T10:13:32.683Z[ recovery-image] May 21 10:13:31.169 INFO O| May 21 10:13:31.169 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-05-21T10:13:32.687Z[ recovery-image] May 21 10:13:31.176 INFO O| May 21 10:13:31.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68672026-05-21T10:13:32.690Z[ recovery-image] May 21 10:13:31.176 INFO O| May 21 10:13:31.176 INFO STEP 661 (remove_files) COMPLETE
68682026-05-21T10:13:32.690Z[ recovery-image] May 21 10:13:31.176 INFO O| May 21 10:13:31.176 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-05-21T10:13:32.693Z[ recovery-image] May 21 10:13:31.183 INFO O| May 21 10:13:31.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68702026-05-21T10:13:32.693Z[ recovery-image] May 21 10:13:31.183 INFO O| May 21 10:13:31.183 INFO STEP 662 (remove_files) COMPLETE
68712026-05-21T10:13:32.693Z[ recovery-image] May 21 10:13:31.183 INFO O| May 21 10:13:31.183 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-05-21T10:13:32.700Z[ recovery-image] May 21 10:13:31.190 INFO O| May 21 10:13:31.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68732026-05-21T10:13:32.700Z[ recovery-image] May 21 10:13:31.190 INFO O| May 21 10:13:31.190 INFO STEP 663 (remove_files) COMPLETE
68742026-05-21T10:13:32.703Z[ recovery-image] May 21 10:13:31.190 INFO O| May 21 10:13:31.190 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-05-21T10:13:32.707Z[ recovery-image] May 21 10:13:31.196 INFO O| May 21 10:13:31.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68762026-05-21T10:13:32.707Z[ recovery-image] May 21 10:13:31.196 INFO O| May 21 10:13:31.196 INFO STEP 664 (remove_files) COMPLETE
68772026-05-21T10:13:32.710Z[ recovery-image] May 21 10:13:31.196 INFO O| May 21 10:13:31.196 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-05-21T10:13:32.714Z[ recovery-image] May 21 10:13:31.203 INFO O| May 21 10:13:31.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68792026-05-21T10:13:32.714Z[ recovery-image] May 21 10:13:31.203 INFO O| May 21 10:13:31.203 INFO STEP 665 (remove_files) COMPLETE
68802026-05-21T10:13:32.716Z[ recovery-image] May 21 10:13:31.203 INFO O| May 21 10:13:31.203 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-05-21T10:13:32.720Z[ recovery-image] May 21 10:13:31.210 INFO O| May 21 10:13:31.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68822026-05-21T10:13:32.720Z[ recovery-image] May 21 10:13:31.210 INFO O| May 21 10:13:31.210 INFO STEP 666 (remove_files) COMPLETE
68832026-05-21T10:13:32.723Z[ recovery-image] May 21 10:13:31.210 INFO O| May 21 10:13:31.210 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-05-21T10:13:32.727Z[ recovery-image] May 21 10:13:31.217 INFO O| May 21 10:13:31.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68852026-05-21T10:13:32.727Z[ recovery-image] May 21 10:13:31.217 INFO O| May 21 10:13:31.217 INFO STEP 667 (remove_files) COMPLETE
68862026-05-21T10:13:32.730Z[ recovery-image] May 21 10:13:31.217 INFO O| May 21 10:13:31.217 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-05-21T10:13:32.734Z[ recovery-image] May 21 10:13:31.224 INFO O| May 21 10:13:31.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68882026-05-21T10:13:32.734Z[ recovery-image] May 21 10:13:31.224 INFO O| May 21 10:13:31.224 INFO STEP 668 (remove_files) COMPLETE
68892026-05-21T10:13:32.737Z[ recovery-image] May 21 10:13:31.224 INFO O| May 21 10:13:31.224 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-05-21T10:13:32.741Z[ recovery-image] May 21 10:13:31.231 INFO O| May 21 10:13:31.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68912026-05-21T10:13:32.741Z[ recovery-image] May 21 10:13:31.231 INFO O| May 21 10:13:31.231 INFO STEP 669 (remove_files) COMPLETE
68922026-05-21T10:13:32.744Z[ recovery-image] May 21 10:13:31.231 INFO O| May 21 10:13:31.231 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-05-21T10:13:32.748Z[ recovery-image] May 21 10:13:31.238 INFO O| May 21 10:13:31.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68942026-05-21T10:13:32.748Z[ recovery-image] May 21 10:13:31.238 INFO O| May 21 10:13:31.238 INFO STEP 670 (remove_files) COMPLETE
68952026-05-21T10:13:32.748Z[ recovery-image] May 21 10:13:31.238 INFO O| May 21 10:13:31.238 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-05-21T10:13:32.756Z[ recovery-image] May 21 10:13:31.246 INFO O| May 21 10:13:31.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68972026-05-21T10:13:32.756Z[ recovery-image] May 21 10:13:31.246 INFO O| May 21 10:13:31.246 INFO STEP 671 (remove_files) COMPLETE
68982026-05-21T10:13:32.759Z[ recovery-image] May 21 10:13:31.246 INFO O| May 21 10:13:31.246 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-05-21T10:13:32.766Z[ recovery-image] May 21 10:13:31.255 INFO O| May 21 10:13:31.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69002026-05-21T10:13:32.768Z[ recovery-image] May 21 10:13:31.255 INFO O| May 21 10:13:31.255 INFO STEP 672 (remove_files) COMPLETE
69012026-05-21T10:13:32.768Z[ recovery-image] May 21 10:13:31.255 INFO O| May 21 10:13:31.255 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-05-21T10:13:32.774Z[ recovery-image] May 21 10:13:31.264 INFO O| May 21 10:13:31.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69032026-05-21T10:13:32.777Z[ recovery-image] May 21 10:13:31.264 INFO O| May 21 10:13:31.264 INFO STEP 673 (remove_files) COMPLETE
69042026-05-21T10:13:32.777Z[ recovery-image] May 21 10:13:31.265 INFO O| May 21 10:13:31.264 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-05-21T10:13:32.783Z[ recovery-image] May 21 10:13:31.273 INFO O| May 21 10:13:31.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69062026-05-21T10:13:32.786Z[ recovery-image] May 21 10:13:31.274 INFO O| May 21 10:13:31.273 INFO STEP 674 (remove_files) COMPLETE
69072026-05-21T10:13:32.786Z[ recovery-image] May 21 10:13:31.274 INFO O| May 21 10:13:31.273 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-05-21T10:13:32.793Z[ recovery-image] May 21 10:13:31.282 INFO O| May 21 10:13:31.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69092026-05-21T10:13:32.793Z[ recovery-image] May 21 10:13:31.282 INFO O| May 21 10:13:31.282 INFO STEP 675 (remove_files) COMPLETE
69102026-05-21T10:13:32.793Z[ recovery-image] May 21 10:13:31.282 INFO O| May 21 10:13:31.282 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-05-21T10:13:32.801Z[ recovery-image] May 21 10:13:31.290 INFO O| May 21 10:13:31.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69122026-05-21T10:13:32.801Z[ recovery-image] May 21 10:13:31.290 INFO O| May 21 10:13:31.290 INFO STEP 676 (remove_files) COMPLETE
69132026-05-21T10:13:32.801Z[ recovery-image] May 21 10:13:31.290 INFO O| May 21 10:13:31.290 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-05-21T10:13:32.809Z[ recovery-image] May 21 10:13:31.298 INFO O| May 21 10:13:31.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69152026-05-21T10:13:32.809Z[ recovery-image] May 21 10:13:31.298 INFO O| May 21 10:13:31.298 INFO STEP 677 (remove_files) COMPLETE
69162026-05-21T10:13:32.812Z[ recovery-image] May 21 10:13:31.298 INFO O| May 21 10:13:31.298 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-05-21T10:13:32.817Z[ recovery-image] May 21 10:13:31.306 INFO O| May 21 10:13:31.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69182026-05-21T10:13:32.817Z[ recovery-image] May 21 10:13:31.306 INFO O| May 21 10:13:31.306 INFO STEP 678 (remove_files) COMPLETE
69192026-05-21T10:13:32.817Z[ recovery-image] May 21 10:13:31.306 INFO O| May 21 10:13:31.306 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-05-21T10:13:32.824Z[ recovery-image] May 21 10:13:31.314 INFO O| May 21 10:13:31.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69212026-05-21T10:13:32.824Z[ recovery-image] May 21 10:13:31.314 INFO O| May 21 10:13:31.314 INFO STEP 679 (remove_files) COMPLETE
69222026-05-21T10:13:32.824Z[ recovery-image] May 21 10:13:31.314 INFO O| May 21 10:13:31.314 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-05-21T10:13:32.832Z[ recovery-image] May 21 10:13:31.321 INFO O| May 21 10:13:31.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69242026-05-21T10:13:32.832Z[ recovery-image] May 21 10:13:31.321 INFO O| May 21 10:13:31.321 INFO STEP 680 (remove_files) COMPLETE
69252026-05-21T10:13:32.832Z[ recovery-image] May 21 10:13:31.321 INFO O| May 21 10:13:31.321 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-05-21T10:13:32.840Z[ recovery-image] May 21 10:13:31.328 INFO O| May 21 10:13:31.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69272026-05-21T10:13:32.840Z[ recovery-image] May 21 10:13:31.328 INFO O| May 21 10:13:31.328 INFO STEP 681 (remove_files) COMPLETE
69282026-05-21T10:13:32.840Z[ recovery-image] May 21 10:13:31.328 INFO O| May 21 10:13:31.328 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-05-21T10:13:32.846Z[ recovery-image] May 21 10:13:31.336 INFO O| May 21 10:13:31.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69302026-05-21T10:13:32.846Z[ recovery-image] May 21 10:13:31.336 INFO O| May 21 10:13:31.336 INFO STEP 682 (remove_files) COMPLETE
69312026-05-21T10:13:32.846Z[ recovery-image] May 21 10:13:31.336 INFO O| May 21 10:13:31.336 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-05-21T10:13:32.854Z[ recovery-image] May 21 10:13:31.343 INFO O| May 21 10:13:31.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69332026-05-21T10:13:32.854Z[ recovery-image] May 21 10:13:31.343 INFO O| May 21 10:13:31.343 INFO STEP 683 (remove_files) COMPLETE
69342026-05-21T10:13:32.854Z[ recovery-image] May 21 10:13:31.343 INFO O| May 21 10:13:31.343 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-05-21T10:13:32.862Z[ recovery-image] May 21 10:13:31.351 INFO O| May 21 10:13:31.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69362026-05-21T10:13:32.862Z[ recovery-image] May 21 10:13:31.351 INFO O| May 21 10:13:31.351 INFO STEP 684 (remove_files) COMPLETE
69372026-05-21T10:13:32.862Z[ recovery-image] May 21 10:13:31.351 INFO O| May 21 10:13:31.351 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-05-21T10:13:32.869Z[ recovery-image] May 21 10:13:31.359 INFO O| May 21 10:13:31.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69392026-05-21T10:13:32.869Z[ recovery-image] May 21 10:13:31.359 INFO O| May 21 10:13:31.359 INFO STEP 685 (remove_files) COMPLETE
69402026-05-21T10:13:32.869Z[ recovery-image] May 21 10:13:31.359 INFO O| May 21 10:13:31.359 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-05-21T10:13:32.877Z[ recovery-image] May 21 10:13:31.366 INFO O| May 21 10:13:31.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69422026-05-21T10:13:32.877Z[ recovery-image] May 21 10:13:31.366 INFO O| May 21 10:13:31.366 INFO STEP 686 (remove_files) COMPLETE
69432026-05-21T10:13:32.877Z[ recovery-image] May 21 10:13:31.366 INFO O| May 21 10:13:31.366 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-05-21T10:13:32.884Z[ recovery-image] May 21 10:13:31.373 INFO O| May 21 10:13:31.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69452026-05-21T10:13:32.884Z[ recovery-image] May 21 10:13:31.373 INFO O| May 21 10:13:31.373 INFO STEP 687 (remove_files) COMPLETE
69462026-05-21T10:13:32.887Z[ recovery-image] May 21 10:13:31.373 INFO O| May 21 10:13:31.373 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-05-21T10:13:32.891Z[ recovery-image] May 21 10:13:31.381 INFO O| May 21 10:13:31.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69482026-05-21T10:13:32.891Z[ recovery-image] May 21 10:13:31.381 INFO O| May 21 10:13:31.381 INFO STEP 688 (remove_files) COMPLETE
69492026-05-21T10:13:32.894Z[ recovery-image] May 21 10:13:31.381 INFO O| May 21 10:13:31.381 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-05-21T10:13:32.899Z[ recovery-image] May 21 10:13:31.389 INFO O| May 21 10:13:31.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69512026-05-21T10:13:32.899Z[ recovery-image] May 21 10:13:31.389 INFO O| May 21 10:13:31.389 INFO STEP 689 (remove_files) COMPLETE
69522026-05-21T10:13:32.899Z[ recovery-image] May 21 10:13:31.389 INFO O| May 21 10:13:31.389 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-05-21T10:13:32.910Z[ recovery-image] May 21 10:13:31.399 INFO O| May 21 10:13:31.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69542026-05-21T10:13:32.910Z[ recovery-image] May 21 10:13:31.399 INFO O| May 21 10:13:31.399 INFO STEP 690 (remove_files) COMPLETE
69552026-05-21T10:13:32.913Z[ recovery-image] May 21 10:13:31.399 INFO O| May 21 10:13:31.399 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-05-21T10:13:32.941Z[ recovery-image] May 21 10:13:31.431 INFO O| May 21 10:13:31.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69572026-05-21T10:13:32.941Z[ recovery-image] May 21 10:13:31.431 INFO O| May 21 10:13:31.431 INFO STEP 691 (remove_files) COMPLETE
69582026-05-21T10:13:32.944Z[ recovery-image] May 21 10:13:31.431 INFO O| May 21 10:13:31.431 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-05-21T10:13:32.950Z[ recovery-image] May 21 10:13:31.440 INFO O| May 21 10:13:31.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69602026-05-21T10:13:32.951Z[ recovery-image] May 21 10:13:31.440 INFO O| May 21 10:13:31.440 INFO STEP 692 (remove_files) COMPLETE
69612026-05-21T10:13:32.951Z[ recovery-image] May 21 10:13:31.440 INFO O| May 21 10:13:31.440 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-05-21T10:13:32.959Z[ recovery-image] May 21 10:13:31.449 INFO O| May 21 10:13:31.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69632026-05-21T10:13:32.959Z[ recovery-image] May 21 10:13:31.449 INFO O| May 21 10:13:31.449 INFO STEP 693 (remove_files) COMPLETE
69642026-05-21T10:13:32.959Z[ recovery-image] May 21 10:13:31.449 INFO O| May 21 10:13:31.449 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-05-21T10:13:32.968Z[ recovery-image] May 21 10:13:31.457 INFO O| May 21 10:13:31.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69662026-05-21T10:13:32.968Z[ recovery-image] May 21 10:13:31.457 INFO O| May 21 10:13:31.457 INFO STEP 694 (remove_files) COMPLETE
69672026-05-21T10:13:32.968Z[ recovery-image] May 21 10:13:31.457 INFO O| May 21 10:13:31.457 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-05-21T10:13:32.975Z[ recovery-image] May 21 10:13:31.465 INFO O| May 21 10:13:31.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69692026-05-21T10:13:32.976Z[ recovery-image] May 21 10:13:31.465 INFO O| May 21 10:13:31.465 INFO STEP 695 (remove_files) COMPLETE
69702026-05-21T10:13:32.978Z[ recovery-image] May 21 10:13:31.465 INFO O| May 21 10:13:31.465 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-05-21T10:13:32.984Z[ recovery-image] May 21 10:13:31.473 INFO O| May 21 10:13:31.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69722026-05-21T10:13:32.984Z[ recovery-image] May 21 10:13:31.473 INFO O| May 21 10:13:31.473 INFO STEP 696 (remove_files) COMPLETE
69732026-05-21T10:13:32.984Z[ recovery-image] May 21 10:13:31.473 INFO O| May 21 10:13:31.473 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-05-21T10:13:32.992Z[ recovery-image] May 21 10:13:31.482 INFO O| May 21 10:13:31.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69752026-05-21T10:13:32.992Z[ recovery-image] May 21 10:13:31.482 INFO O| May 21 10:13:31.482 INFO STEP 697 (remove_files) COMPLETE
69762026-05-21T10:13:32.995Z[ recovery-image] May 21 10:13:31.482 INFO O| May 21 10:13:31.482 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-05-21T10:13:33.001Z[ recovery-image] May 21 10:13:31.490 INFO O| May 21 10:13:31.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69782026-05-21T10:13:33.001Z[ recovery-image] May 21 10:13:31.491 INFO O| May 21 10:13:31.491 INFO STEP 698 (remove_files) COMPLETE
69792026-05-21T10:13:33.004Z[ recovery-image] May 21 10:13:31.491 INFO O| May 21 10:13:31.491 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-05-21T10:13:33.009Z[ recovery-image] May 21 10:13:31.499 INFO O| May 21 10:13:31.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69812026-05-21T10:13:33.009Z[ recovery-image] May 21 10:13:31.499 INFO O| May 21 10:13:31.499 INFO STEP 699 (remove_files) COMPLETE
69822026-05-21T10:13:33.010Z[ recovery-image] May 21 10:13:31.499 INFO O| May 21 10:13:31.499 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-05-21T10:13:33.018Z[ recovery-image] May 21 10:13:31.508 INFO O| May 21 10:13:31.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69842026-05-21T10:13:33.018Z[ recovery-image] May 21 10:13:31.508 INFO O| May 21 10:13:31.508 INFO STEP 700 (remove_files) COMPLETE
69852026-05-21T10:13:33.018Z[ recovery-image] May 21 10:13:31.508 INFO O| May 21 10:13:31.508 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-05-21T10:13:33.027Z[ recovery-image] May 21 10:13:31.516 INFO O| May 21 10:13:31.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69872026-05-21T10:13:33.027Z[ recovery-image] May 21 10:13:31.517 INFO O| May 21 10:13:31.516 INFO STEP 701 (remove_files) COMPLETE
69882026-05-21T10:13:33.030Z[ recovery-image] May 21 10:13:31.517 INFO O| May 21 10:13:31.516 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-05-21T10:13:33.035Z[ recovery-image] May 21 10:13:31.525 INFO O| May 21 10:13:31.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69902026-05-21T10:13:33.036Z[ recovery-image] May 21 10:13:31.525 INFO O| May 21 10:13:31.525 INFO STEP 702 (remove_files) COMPLETE
69912026-05-21T10:13:33.036Z[ recovery-image] May 21 10:13:31.525 INFO O| May 21 10:13:31.525 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-05-21T10:13:33.044Z[ recovery-image] May 21 10:13:31.534 INFO O| May 21 10:13:31.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69932026-05-21T10:13:33.044Z[ recovery-image] May 21 10:13:31.534 INFO O| May 21 10:13:31.534 INFO STEP 703 (remove_files) COMPLETE
69942026-05-21T10:13:33.044Z[ recovery-image] May 21 10:13:31.534 INFO O| May 21 10:13:31.534 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-05-21T10:13:33.054Z[ recovery-image] May 21 10:13:31.543 INFO O| May 21 10:13:31.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69962026-05-21T10:13:33.054Z[ recovery-image] May 21 10:13:31.543 INFO O| May 21 10:13:31.543 INFO STEP 704 (remove_files) COMPLETE
69972026-05-21T10:13:33.054Z[ recovery-image] May 21 10:13:31.543 INFO O| May 21 10:13:31.543 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-05-21T10:13:33.064Z[ recovery-image] May 21 10:13:31.553 INFO O| May 21 10:13:31.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69992026-05-21T10:13:33.064Z[ recovery-image] May 21 10:13:31.553 INFO O| May 21 10:13:31.553 INFO STEP 705 (remove_files) COMPLETE
70002026-05-21T10:13:33.064Z[ recovery-image] May 21 10:13:31.553 INFO O| May 21 10:13:31.553 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-05-21T10:13:33.074Z[ recovery-image] May 21 10:13:31.563 INFO O| May 21 10:13:31.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70022026-05-21T10:13:33.074Z[ recovery-image] May 21 10:13:31.563 INFO O| May 21 10:13:31.563 INFO STEP 706 (remove_files) COMPLETE
70032026-05-21T10:13:33.077Z[ recovery-image] May 21 10:13:31.563 INFO O| May 21 10:13:31.563 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-05-21T10:13:33.084Z[ recovery-image] May 21 10:13:31.573 INFO O| May 21 10:13:31.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70052026-05-21T10:13:33.084Z[ recovery-image] May 21 10:13:31.573 INFO O| May 21 10:13:31.573 INFO STEP 707 (remove_files) COMPLETE
70062026-05-21T10:13:33.084Z[ recovery-image] May 21 10:13:31.573 INFO O| May 21 10:13:31.573 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-05-21T10:13:33.094Z[ recovery-image] May 21 10:13:31.583 INFO O| May 21 10:13:31.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70082026-05-21T10:13:33.094Z[ recovery-image] May 21 10:13:31.583 INFO O| May 21 10:13:31.583 INFO STEP 708 (remove_files) COMPLETE
70092026-05-21T10:13:33.097Z[ recovery-image] May 21 10:13:31.583 INFO O| May 21 10:13:31.583 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-05-21T10:13:33.103Z[ recovery-image] May 21 10:13:31.592 INFO O| May 21 10:13:31.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70112026-05-21T10:13:33.103Z[ recovery-image] May 21 10:13:31.592 INFO O| May 21 10:13:31.592 INFO STEP 709 (remove_files) COMPLETE
70122026-05-21T10:13:33.106Z[ recovery-image] May 21 10:13:31.592 INFO O| May 21 10:13:31.592 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-05-21T10:13:33.115Z[ recovery-image] May 21 10:13:31.604 INFO O| May 21 10:13:31.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70142026-05-21T10:13:33.115Z[ recovery-image] May 21 10:13:31.604 INFO O| May 21 10:13:31.604 INFO STEP 710 (remove_files) COMPLETE
70152026-05-21T10:13:33.118Z[ recovery-image] May 21 10:13:31.604 INFO O| May 21 10:13:31.604 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-05-21T10:13:33.125Z[ recovery-image] May 21 10:13:31.615 INFO O| May 21 10:13:31.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70172026-05-21T10:13:33.125Z[ recovery-image] May 21 10:13:31.615 INFO O| May 21 10:13:31.615 INFO STEP 711 (remove_files) COMPLETE
70182026-05-21T10:13:33.125Z[ recovery-image] May 21 10:13:31.615 INFO O| May 21 10:13:31.615 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-05-21T10:13:33.136Z[ recovery-image] May 21 10:13:31.624 INFO O| May 21 10:13:31.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70202026-05-21T10:13:33.136Z[ recovery-image] May 21 10:13:31.624 INFO O| May 21 10:13:31.624 INFO STEP 712 (remove_files) COMPLETE
70212026-05-21T10:13:33.136Z[ recovery-image] May 21 10:13:31.624 INFO O| May 21 10:13:31.624 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-05-21T10:13:33.145Z[ recovery-image] May 21 10:13:31.634 INFO O| May 21 10:13:31.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70232026-05-21T10:13:33.145Z[ recovery-image] May 21 10:13:31.634 INFO O| May 21 10:13:31.634 INFO STEP 713 (remove_files) COMPLETE
70242026-05-21T10:13:33.148Z[ recovery-image] May 21 10:13:31.634 INFO O| May 21 10:13:31.634 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-05-21T10:13:33.154Z[ recovery-image] May 21 10:13:31.643 INFO O| May 21 10:13:31.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70262026-05-21T10:13:33.154Z[ recovery-image] May 21 10:13:31.643 INFO O| May 21 10:13:31.643 INFO STEP 714 (remove_files) COMPLETE
70272026-05-21T10:13:33.156Z[ recovery-image] May 21 10:13:31.643 INFO O| May 21 10:13:31.643 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-05-21T10:13:33.162Z[ recovery-image] May 21 10:13:31.652 INFO O| May 21 10:13:31.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70292026-05-21T10:13:33.162Z[ recovery-image] May 21 10:13:31.652 INFO O| May 21 10:13:31.652 INFO STEP 715 (remove_files) COMPLETE
70302026-05-21T10:13:33.165Z[ recovery-image] May 21 10:13:31.652 INFO O| May 21 10:13:31.652 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-05-21T10:13:33.171Z[ recovery-image] May 21 10:13:31.661 INFO O| May 21 10:13:31.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70322026-05-21T10:13:33.171Z[ recovery-image] May 21 10:13:31.661 INFO O| May 21 10:13:31.661 INFO STEP 716 (remove_files) COMPLETE
70332026-05-21T10:13:33.174Z[ recovery-image] May 21 10:13:31.661 INFO O| May 21 10:13:31.661 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-05-21T10:13:33.179Z[ recovery-image] May 21 10:13:31.669 INFO O| May 21 10:13:31.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70352026-05-21T10:13:33.182Z[ recovery-image] May 21 10:13:31.670 INFO O| May 21 10:13:31.670 INFO STEP 717 (remove_files) COMPLETE
70362026-05-21T10:13:33.182Z[ recovery-image] May 21 10:13:31.670 INFO O| May 21 10:13:31.670 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-05-21T10:13:33.189Z[ recovery-image] May 21 10:13:31.679 INFO O| May 21 10:13:31.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70382026-05-21T10:13:33.192Z[ recovery-image] May 21 10:13:31.680 INFO O| May 21 10:13:31.680 INFO STEP 718 (remove_files) COMPLETE
70392026-05-21T10:13:33.192Z[ recovery-image] May 21 10:13:31.680 INFO O| May 21 10:13:31.680 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-05-21T10:13:33.199Z[ recovery-image] May 21 10:13:31.689 INFO O| May 21 10:13:31.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70412026-05-21T10:13:33.199Z[ recovery-image] May 21 10:13:31.689 INFO O| May 21 10:13:31.689 INFO STEP 719 (remove_files) COMPLETE
70422026-05-21T10:13:33.199Z[ recovery-image] May 21 10:13:31.689 INFO O| May 21 10:13:31.689 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-05-21T10:13:33.208Z[ recovery-image] May 21 10:13:31.697 INFO O| May 21 10:13:31.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70442026-05-21T10:13:33.208Z[ recovery-image] May 21 10:13:31.698 INFO O| May 21 10:13:31.698 INFO STEP 720 (remove_files) COMPLETE
70452026-05-21T10:13:33.211Z[ recovery-image] May 21 10:13:31.698 INFO O| May 21 10:13:31.698 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-05-21T10:13:33.216Z[ recovery-image] May 21 10:13:31.706 INFO O| May 21 10:13:31.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70472026-05-21T10:13:33.216Z[ recovery-image] May 21 10:13:31.706 INFO O| May 21 10:13:31.706 INFO STEP 721 (remove_files) COMPLETE
70482026-05-21T10:13:33.216Z[ recovery-image] May 21 10:13:31.706 INFO O| May 21 10:13:31.706 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-05-21T10:13:33.225Z[ recovery-image] May 21 10:13:31.714 INFO O| May 21 10:13:31.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70502026-05-21T10:13:33.225Z[ recovery-image] May 21 10:13:31.714 INFO O| May 21 10:13:31.714 INFO STEP 722 (remove_files) COMPLETE
70512026-05-21T10:13:33.225Z[ recovery-image] May 21 10:13:31.714 INFO O| May 21 10:13:31.714 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-05-21T10:13:33.234Z[ recovery-image] May 21 10:13:31.723 INFO O| May 21 10:13:31.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70532026-05-21T10:13:33.234Z[ recovery-image] May 21 10:13:31.723 INFO O| May 21 10:13:31.723 INFO STEP 723 (remove_files) COMPLETE
70542026-05-21T10:13:33.237Z[ recovery-image] May 21 10:13:31.723 INFO O| May 21 10:13:31.723 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-05-21T10:13:33.243Z[ recovery-image] May 21 10:13:31.732 INFO O| May 21 10:13:31.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70562026-05-21T10:13:33.243Z[ recovery-image] May 21 10:13:31.732 INFO O| May 21 10:13:31.732 INFO STEP 724 (remove_files) COMPLETE
70572026-05-21T10:13:33.246Z[ recovery-image] May 21 10:13:31.732 INFO O| May 21 10:13:31.732 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-05-21T10:13:33.251Z[ recovery-image] May 21 10:13:31.741 INFO O| May 21 10:13:31.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70592026-05-21T10:13:33.252Z[ recovery-image] May 21 10:13:31.741 INFO O| May 21 10:13:31.741 INFO STEP 725 (remove_files) COMPLETE
70602026-05-21T10:13:33.255Z[ recovery-image] May 21 10:13:31.741 INFO O| May 21 10:13:31.741 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-05-21T10:13:33.260Z[ recovery-image] May 21 10:13:31.749 INFO O| May 21 10:13:31.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70622026-05-21T10:13:33.260Z[ recovery-image] May 21 10:13:31.749 INFO O| May 21 10:13:31.749 INFO STEP 726 (remove_files) COMPLETE
70632026-05-21T10:13:33.260Z[ recovery-image] May 21 10:13:31.749 INFO O| May 21 10:13:31.749 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-05-21T10:13:33.268Z[ recovery-image] May 21 10:13:31.758 INFO O| May 21 10:13:31.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70652026-05-21T10:13:33.268Z[ recovery-image] May 21 10:13:31.758 INFO O| May 21 10:13:31.758 INFO STEP 727 (remove_files) COMPLETE
70662026-05-21T10:13:33.271Z[ recovery-image] May 21 10:13:31.758 INFO O| May 21 10:13:31.758 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-05-21T10:13:33.277Z[ recovery-image] May 21 10:13:31.766 INFO O| May 21 10:13:31.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70682026-05-21T10:13:33.277Z[ recovery-image] May 21 10:13:31.766 INFO O| May 21 10:13:31.766 INFO STEP 728 (remove_files) COMPLETE
70692026-05-21T10:13:33.277Z[ recovery-image] May 21 10:13:31.766 INFO O| May 21 10:13:31.766 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-05-21T10:13:33.286Z[ recovery-image] May 21 10:13:31.776 INFO O| May 21 10:13:31.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70712026-05-21T10:13:33.286Z[ recovery-image] May 21 10:13:31.776 INFO O| May 21 10:13:31.776 INFO STEP 729 (remove_files) COMPLETE
70722026-05-21T10:13:33.286Z[ recovery-image] May 21 10:13:31.776 INFO O| May 21 10:13:31.776 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-05-21T10:13:33.296Z[ recovery-image] May 21 10:13:31.785 INFO O| May 21 10:13:31.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70742026-05-21T10:13:33.296Z[ recovery-image] May 21 10:13:31.785 INFO O| May 21 10:13:31.785 INFO STEP 730 (remove_files) COMPLETE
70752026-05-21T10:13:33.296Z[ recovery-image] May 21 10:13:31.785 INFO O| May 21 10:13:31.785 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-05-21T10:13:33.305Z[ recovery-image] May 21 10:13:31.795 INFO O| May 21 10:13:31.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70772026-05-21T10:13:33.305Z[ recovery-image] May 21 10:13:31.795 INFO O| May 21 10:13:31.795 INFO STEP 731 (remove_files) COMPLETE
70782026-05-21T10:13:33.305Z[ recovery-image] May 21 10:13:31.795 INFO O| May 21 10:13:31.795 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-05-21T10:13:33.314Z[ recovery-image] May 21 10:13:31.804 INFO O| May 21 10:13:31.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70802026-05-21T10:13:33.314Z[ recovery-image] May 21 10:13:31.804 INFO O| May 21 10:13:31.804 INFO STEP 732 (remove_files) COMPLETE
70812026-05-21T10:13:33.317Z[ recovery-image] May 21 10:13:31.804 INFO O| May 21 10:13:31.804 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-05-21T10:13:33.325Z[ recovery-image] May 21 10:13:31.813 INFO O| May 21 10:13:31.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70832026-05-21T10:13:33.325Z[ recovery-image] May 21 10:13:31.813 INFO O| May 21 10:13:31.813 INFO STEP 733 (remove_files) COMPLETE
70842026-05-21T10:13:33.328Z[ recovery-image] May 21 10:13:31.813 INFO O| May 21 10:13:31.813 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-05-21T10:13:33.332Z[ recovery-image] May 21 10:13:31.822 INFO O| May 21 10:13:31.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70862026-05-21T10:13:33.332Z[ recovery-image] May 21 10:13:31.822 INFO O| May 21 10:13:31.822 INFO STEP 734 (remove_files) COMPLETE
70872026-05-21T10:13:33.335Z[ recovery-image] May 21 10:13:31.822 INFO O| May 21 10:13:31.822 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-05-21T10:13:33.340Z[ recovery-image] May 21 10:13:31.829 INFO O| May 21 10:13:31.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70892026-05-21T10:13:33.340Z[ recovery-image] May 21 10:13:31.830 INFO O| May 21 10:13:31.830 INFO STEP 735 (remove_files) COMPLETE
70902026-05-21T10:13:33.340Z[ recovery-image] May 21 10:13:31.830 INFO O| May 21 10:13:31.830 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-05-21T10:13:33.348Z[ recovery-image] May 21 10:13:31.838 INFO O| May 21 10:13:31.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70922026-05-21T10:13:33.348Z[ recovery-image] May 21 10:13:31.838 INFO O| May 21 10:13:31.838 INFO STEP 736 (remove_files) COMPLETE
70932026-05-21T10:13:33.348Z[ recovery-image] May 21 10:13:31.838 INFO O| May 21 10:13:31.838 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-05-21T10:13:33.357Z[ recovery-image] May 21 10:13:31.846 INFO O| May 21 10:13:31.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70952026-05-21T10:13:33.360Z[ recovery-image] May 21 10:13:31.847 INFO O| May 21 10:13:31.847 INFO STEP 737 (remove_files) COMPLETE
70962026-05-21T10:13:33.360Z[ recovery-image] May 21 10:13:31.847 INFO O| May 21 10:13:31.847 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-05-21T10:13:33.366Z[ recovery-image] May 21 10:13:31.856 INFO O| May 21 10:13:31.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70982026-05-21T10:13:33.366Z[ recovery-image] May 21 10:13:31.856 INFO O| May 21 10:13:31.856 INFO STEP 738 (remove_files) COMPLETE
70992026-05-21T10:13:33.366Z[ recovery-image] May 21 10:13:31.856 INFO O| May 21 10:13:31.856 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-05-21T10:13:33.374Z[ recovery-image] May 21 10:13:31.864 INFO O| May 21 10:13:31.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71012026-05-21T10:13:33.374Z[ recovery-image] May 21 10:13:31.864 INFO O| May 21 10:13:31.864 INFO STEP 739 (remove_files) COMPLETE
71022026-05-21T10:13:33.374Z[ recovery-image] May 21 10:13:31.864 INFO O| May 21 10:13:31.864 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-05-21T10:13:33.382Z[ recovery-image] May 21 10:13:31.871 INFO O| May 21 10:13:31.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71042026-05-21T10:13:33.382Z[ recovery-image] May 21 10:13:31.871 INFO O| May 21 10:13:31.871 INFO STEP 740 (remove_files) COMPLETE
71052026-05-21T10:13:33.382Z[ recovery-image] May 21 10:13:31.871 INFO O| May 21 10:13:31.871 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-05-21T10:13:33.390Z[ recovery-image] May 21 10:13:31.879 INFO O| May 21 10:13:31.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71072026-05-21T10:13:33.390Z[ recovery-image] May 21 10:13:31.880 INFO O| May 21 10:13:31.880 INFO STEP 741 (remove_files) COMPLETE
71082026-05-21T10:13:33.390Z[ recovery-image] May 21 10:13:31.880 INFO O| May 21 10:13:31.880 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-05-21T10:13:33.399Z[ recovery-image] May 21 10:13:31.889 INFO O| May 21 10:13:31.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71102026-05-21T10:13:33.399Z[ recovery-image] May 21 10:13:31.889 INFO O| May 21 10:13:31.889 INFO STEP 742 (remove_files) COMPLETE
71112026-05-21T10:13:33.399Z[ recovery-image] May 21 10:13:31.889 INFO O| May 21 10:13:31.889 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-05-21T10:13:33.409Z[ recovery-image] May 21 10:13:31.898 INFO O| May 21 10:13:31.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71132026-05-21T10:13:33.409Z[ recovery-image] May 21 10:13:31.898 INFO O| May 21 10:13:31.898 INFO STEP 743 (remove_files) COMPLETE
71142026-05-21T10:13:33.409Z[ recovery-image] May 21 10:13:31.898 INFO O| May 21 10:13:31.898 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-05-21T10:13:33.417Z[ recovery-image] May 21 10:13:31.907 INFO O| May 21 10:13:31.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71162026-05-21T10:13:33.417Z[ recovery-image] May 21 10:13:31.907 INFO O| May 21 10:13:31.907 INFO STEP 744 (remove_files) COMPLETE
71172026-05-21T10:13:33.421Z[ recovery-image] May 21 10:13:31.907 INFO O| May 21 10:13:31.907 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-05-21T10:13:33.426Z[ recovery-image] May 21 10:13:31.915 INFO O| May 21 10:13:31.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71192026-05-21T10:13:33.426Z[ recovery-image] May 21 10:13:31.915 INFO O| May 21 10:13:31.915 INFO STEP 745 (remove_files) COMPLETE
71202026-05-21T10:13:33.426Z[ recovery-image] May 21 10:13:31.915 INFO O| May 21 10:13:31.915 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-05-21T10:13:33.434Z[ recovery-image] May 21 10:13:31.923 INFO O| May 21 10:13:31.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71222026-05-21T10:13:33.434Z[ recovery-image] May 21 10:13:31.924 INFO O| May 21 10:13:31.923 INFO STEP 746 (remove_files) COMPLETE
71232026-05-21T10:13:33.434Z[ recovery-image] May 21 10:13:31.924 INFO O| May 21 10:13:31.924 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-05-21T10:13:33.442Z[ recovery-image] May 21 10:13:31.931 INFO O| May 21 10:13:31.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71252026-05-21T10:13:33.442Z[ recovery-image] May 21 10:13:31.931 INFO O| May 21 10:13:31.931 INFO STEP 747 (remove_files) COMPLETE
71262026-05-21T10:13:33.442Z[ recovery-image] May 21 10:13:31.931 INFO O| May 21 10:13:31.931 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-05-21T10:13:33.450Z[ recovery-image] May 21 10:13:31.940 INFO O| May 21 10:13:31.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71282026-05-21T10:13:33.450Z[ recovery-image] May 21 10:13:31.940 INFO O| May 21 10:13:31.940 INFO STEP 748 (remove_files) COMPLETE
71292026-05-21T10:13:33.453Z[ recovery-image] May 21 10:13:31.940 INFO O| May 21 10:13:31.940 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-05-21T10:13:33.458Z[ recovery-image] May 21 10:13:31.948 INFO O| May 21 10:13:31.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71312026-05-21T10:13:33.458Z[ recovery-image] May 21 10:13:31.948 INFO O| May 21 10:13:31.948 INFO STEP 749 (remove_files) COMPLETE
71322026-05-21T10:13:33.461Z[ recovery-image] May 21 10:13:31.948 INFO O| May 21 10:13:31.948 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-05-21T10:13:33.466Z[ recovery-image] May 21 10:13:31.956 INFO O| May 21 10:13:31.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71342026-05-21T10:13:33.466Z[ recovery-image] May 21 10:13:31.956 INFO O| May 21 10:13:31.956 INFO STEP 750 (remove_files) COMPLETE
71352026-05-21T10:13:33.466Z[ recovery-image] May 21 10:13:31.956 INFO O| May 21 10:13:31.956 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-05-21T10:13:33.474Z[ recovery-image] May 21 10:13:31.964 INFO O| May 21 10:13:31.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71372026-05-21T10:13:33.474Z[ recovery-image] May 21 10:13:31.964 INFO O| May 21 10:13:31.964 INFO STEP 751 (remove_files) COMPLETE
71382026-05-21T10:13:33.475Z[ recovery-image] May 21 10:13:31.964 INFO O| May 21 10:13:31.964 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-05-21T10:13:33.483Z[ recovery-image] May 21 10:13:31.972 INFO O| May 21 10:13:31.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71402026-05-21T10:13:33.483Z[ recovery-image] May 21 10:13:31.972 INFO O| May 21 10:13:31.972 INFO STEP 752 (remove_files) COMPLETE
71412026-05-21T10:13:33.483Z[ recovery-image] May 21 10:13:31.972 INFO O| May 21 10:13:31.972 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-05-21T10:13:33.490Z[ recovery-image] May 21 10:13:31.980 INFO O| May 21 10:13:31.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71432026-05-21T10:13:33.490Z[ recovery-image] May 21 10:13:31.980 INFO O| May 21 10:13:31.980 INFO STEP 753 (remove_files) COMPLETE
71442026-05-21T10:13:33.490Z[ recovery-image] May 21 10:13:31.980 INFO O| May 21 10:13:31.980 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-05-21T10:13:33.498Z[ recovery-image] May 21 10:13:31.988 INFO O| May 21 10:13:31.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71462026-05-21T10:13:33.499Z[ recovery-image] May 21 10:13:31.988 INFO O| May 21 10:13:31.988 INFO STEP 754 (remove_files) COMPLETE
71472026-05-21T10:13:33.499Z[ recovery-image] May 21 10:13:31.988 INFO O| May 21 10:13:31.988 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-05-21T10:13:33.506Z[ recovery-image] May 21 10:13:31.995 INFO O| May 21 10:13:31.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71492026-05-21T10:13:33.506Z[ recovery-image] May 21 10:13:31.995 INFO O| May 21 10:13:31.995 INFO STEP 755 (remove_files) COMPLETE
71502026-05-21T10:13:33.506Z[ recovery-image] May 21 10:13:31.995 INFO O| May 21 10:13:31.995 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-05-21T10:13:33.515Z[ recovery-image] May 21 10:13:32.004 INFO O| May 21 10:13:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71522026-05-21T10:13:33.515Z[ recovery-image] May 21 10:13:32.004 INFO O| May 21 10:13:32.004 INFO STEP 756 (remove_files) COMPLETE
71532026-05-21T10:13:33.515Z[ recovery-image] May 21 10:13:32.004 INFO O| May 21 10:13:32.004 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-05-21T10:13:33.524Z[ recovery-image] May 21 10:13:32.013 INFO O| May 21 10:13:32.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71552026-05-21T10:13:33.524Z[ recovery-image] May 21 10:13:32.013 INFO O| May 21 10:13:32.013 INFO STEP 757 (remove_files) COMPLETE
71562026-05-21T10:13:33.524Z[ recovery-image] May 21 10:13:32.013 INFO O| May 21 10:13:32.013 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-05-21T10:13:33.533Z[ recovery-image] May 21 10:13:32.022 INFO O| May 21 10:13:32.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71582026-05-21T10:13:33.533Z[ recovery-image] May 21 10:13:32.022 INFO O| May 21 10:13:32.022 INFO STEP 758 (remove_files) COMPLETE
71592026-05-21T10:13:33.536Z[ recovery-image] May 21 10:13:32.022 INFO O| May 21 10:13:32.022 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-05-21T10:13:33.542Z[ recovery-image] May 21 10:13:32.031 INFO O| May 21 10:13:32.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71612026-05-21T10:13:33.542Z[ recovery-image] May 21 10:13:32.031 INFO O| May 21 10:13:32.031 INFO STEP 759 (remove_files) COMPLETE
71622026-05-21T10:13:33.542Z[ recovery-image] May 21 10:13:32.031 INFO O| May 21 10:13:32.031 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-05-21T10:13:33.566Z[ recovery-image] May 21 10:13:32.056 INFO O| May 21 10:13:32.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71642026-05-21T10:13:33.567Z[ recovery-image] May 21 10:13:32.056 INFO O| May 21 10:13:32.056 INFO STEP 760 (remove_files) COMPLETE
71652026-05-21T10:13:33.567Z[ recovery-image] May 21 10:13:32.056 INFO O| May 21 10:13:32.056 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-05-21T10:13:33.578Z[ recovery-image] May 21 10:13:32.067 INFO O| May 21 10:13:32.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71672026-05-21T10:13:33.578Z[ recovery-image] May 21 10:13:32.067 INFO O| May 21 10:13:32.067 INFO STEP 761 (remove_files) COMPLETE
71682026-05-21T10:13:33.578Z[ recovery-image] May 21 10:13:32.067 INFO O| May 21 10:13:32.067 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-05-21T10:13:33.587Z[ recovery-image] May 21 10:13:32.077 INFO O| May 21 10:13:32.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71702026-05-21T10:13:33.587Z[ recovery-image] May 21 10:13:32.077 INFO O| May 21 10:13:32.077 INFO STEP 762 (remove_files) COMPLETE
71712026-05-21T10:13:33.587Z[ recovery-image] May 21 10:13:32.077 INFO O| May 21 10:13:32.077 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-05-21T10:13:33.599Z[ recovery-image] May 21 10:13:32.088 INFO O| May 21 10:13:32.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71732026-05-21T10:13:33.599Z[ recovery-image] May 21 10:13:32.088 INFO O| May 21 10:13:32.088 INFO STEP 763 (remove_files) COMPLETE
71742026-05-21T10:13:33.602Z[ recovery-image] May 21 10:13:32.088 INFO O| May 21 10:13:32.088 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-05-21T10:13:33.609Z[ recovery-image] May 21 10:13:32.098 INFO O| May 21 10:13:32.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71762026-05-21T10:13:33.609Z[ recovery-image] May 21 10:13:32.099 INFO O| May 21 10:13:32.099 INFO STEP 764 (remove_files) COMPLETE
71772026-05-21T10:13:33.609Z[ recovery-image] May 21 10:13:32.099 INFO O| May 21 10:13:32.099 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-05-21T10:13:33.620Z[ recovery-image] May 21 10:13:32.109 INFO O| May 21 10:13:32.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71792026-05-21T10:13:33.620Z[ recovery-image] May 21 10:13:32.109 INFO O| May 21 10:13:32.109 INFO STEP 765 (remove_files) COMPLETE
71802026-05-21T10:13:33.620Z[ recovery-image] May 21 10:13:32.109 INFO O| May 21 10:13:32.109 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-05-21T10:13:33.630Z[ recovery-image] May 21 10:13:32.119 INFO O| May 21 10:13:32.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71822026-05-21T10:13:33.630Z[ recovery-image] May 21 10:13:32.119 INFO O| May 21 10:13:32.119 INFO STEP 766 (remove_files) COMPLETE
71832026-05-21T10:13:33.633Z[ recovery-image] May 21 10:13:32.119 INFO O| May 21 10:13:32.119 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-05-21T10:13:33.638Z[ recovery-image] May 21 10:13:32.127 INFO O| May 21 10:13:32.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71852026-05-21T10:13:33.638Z[ recovery-image] May 21 10:13:32.127 INFO O| May 21 10:13:32.127 INFO STEP 767 (remove_files) COMPLETE
71862026-05-21T10:13:33.638Z[ recovery-image] May 21 10:13:32.127 INFO O| May 21 10:13:32.127 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-05-21T10:13:33.645Z[ recovery-image] May 21 10:13:32.135 INFO O| May 21 10:13:32.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71882026-05-21T10:13:33.645Z[ recovery-image] May 21 10:13:32.135 INFO O| May 21 10:13:32.135 INFO STEP 768 (remove_files) COMPLETE
71892026-05-21T10:13:33.645Z[ recovery-image] May 21 10:13:32.135 INFO O| May 21 10:13:32.135 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-05-21T10:13:33.654Z[ recovery-image] May 21 10:13:32.143 INFO O| May 21 10:13:32.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71912026-05-21T10:13:33.654Z[ recovery-image] May 21 10:13:32.143 INFO O| May 21 10:13:32.143 INFO STEP 769 (remove_files) COMPLETE
71922026-05-21T10:13:33.657Z[ recovery-image] May 21 10:13:32.143 INFO O| May 21 10:13:32.143 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-05-21T10:13:33.664Z[ recovery-image] May 21 10:13:32.152 INFO O| May 21 10:13:32.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71942026-05-21T10:13:33.664Z[ recovery-image] May 21 10:13:32.152 INFO O| May 21 10:13:32.152 INFO STEP 770 (remove_files) COMPLETE
71952026-05-21T10:13:33.664Z[ recovery-image] May 21 10:13:32.152 INFO O| May 21 10:13:32.152 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-05-21T10:13:33.672Z[ recovery-image] May 21 10:13:32.162 INFO O| May 21 10:13:32.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71972026-05-21T10:13:33.672Z[ recovery-image] May 21 10:13:32.162 INFO O| May 21 10:13:32.162 INFO STEP 771 (remove_files) COMPLETE
71982026-05-21T10:13:33.675Z[ recovery-image] May 21 10:13:32.162 INFO O| May 21 10:13:32.162 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-05-21T10:13:33.681Z[ recovery-image] May 21 10:13:32.170 INFO O| May 21 10:13:32.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72002026-05-21T10:13:33.681Z[ recovery-image] May 21 10:13:32.170 INFO O| May 21 10:13:32.170 INFO STEP 772 (remove_files) COMPLETE
72012026-05-21T10:13:33.685Z[ recovery-image] May 21 10:13:32.170 INFO O| May 21 10:13:32.170 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-05-21T10:13:33.689Z[ recovery-image] May 21 10:13:32.178 INFO O| May 21 10:13:32.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72032026-05-21T10:13:33.689Z[ recovery-image] May 21 10:13:32.178 INFO O| May 21 10:13:32.178 INFO STEP 773 (remove_files) COMPLETE
72042026-05-21T10:13:33.692Z[ recovery-image] May 21 10:13:32.178 INFO O| May 21 10:13:32.178 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-05-21T10:13:33.696Z[ recovery-image] May 21 10:13:32.186 INFO O| May 21 10:13:32.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72062026-05-21T10:13:33.697Z[ recovery-image] May 21 10:13:32.186 INFO O| May 21 10:13:32.186 INFO STEP 774 (remove_files) COMPLETE
72072026-05-21T10:13:33.697Z[ recovery-image] May 21 10:13:32.186 INFO O| May 21 10:13:32.186 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-05-21T10:13:33.704Z[ recovery-image] May 21 10:13:32.193 INFO O| May 21 10:13:32.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72092026-05-21T10:13:33.704Z[ recovery-image] May 21 10:13:32.193 INFO O| May 21 10:13:32.193 INFO STEP 775 (remove_files) COMPLETE
72102026-05-21T10:13:33.707Z[ recovery-image] May 21 10:13:32.193 INFO O| May 21 10:13:32.193 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-05-21T10:13:33.712Z[ recovery-image] May 21 10:13:32.201 INFO O| May 21 10:13:32.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72122026-05-21T10:13:33.712Z[ recovery-image] May 21 10:13:32.201 INFO O| May 21 10:13:32.201 INFO STEP 776 (remove_files) COMPLETE
72132026-05-21T10:13:33.715Z[ recovery-image] May 21 10:13:32.201 INFO O| May 21 10:13:32.201 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-05-21T10:13:33.719Z[ recovery-image] May 21 10:13:32.208 INFO O| May 21 10:13:32.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72152026-05-21T10:13:33.719Z[ recovery-image] May 21 10:13:32.208 INFO O| May 21 10:13:32.208 INFO STEP 777 (remove_files) COMPLETE
72162026-05-21T10:13:33.722Z[ recovery-image] May 21 10:13:32.208 INFO O| May 21 10:13:32.208 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-05-21T10:13:33.729Z[ recovery-image] May 21 10:13:32.217 INFO O| May 21 10:13:32.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72182026-05-21T10:13:33.729Z[ recovery-image] May 21 10:13:32.217 INFO O| May 21 10:13:32.217 INFO STEP 778 (remove_files) COMPLETE
72192026-05-21T10:13:33.732Z[ recovery-image] May 21 10:13:32.217 INFO O| May 21 10:13:32.217 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-05-21T10:13:33.737Z[ recovery-image] May 21 10:13:32.226 INFO O| May 21 10:13:32.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72212026-05-21T10:13:33.737Z[ recovery-image] May 21 10:13:32.226 INFO O| May 21 10:13:32.226 INFO STEP 779 (remove_files) COMPLETE
72222026-05-21T10:13:33.737Z[ recovery-image] May 21 10:13:32.226 INFO O| May 21 10:13:32.226 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-05-21T10:13:33.746Z[ recovery-image] May 21 10:13:32.235 INFO O| May 21 10:13:32.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72242026-05-21T10:13:33.746Z[ recovery-image] May 21 10:13:32.235 INFO O| May 21 10:13:32.235 INFO STEP 780 (remove_files) COMPLETE
72252026-05-21T10:13:33.746Z[ recovery-image] May 21 10:13:32.235 INFO O| May 21 10:13:32.235 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-05-21T10:13:33.755Z[ recovery-image] May 21 10:13:32.244 INFO O| May 21 10:13:32.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72272026-05-21T10:13:33.755Z[ recovery-image] May 21 10:13:32.244 INFO O| May 21 10:13:32.244 INFO STEP 781 (remove_files) COMPLETE
72282026-05-21T10:13:33.755Z[ recovery-image] May 21 10:13:32.244 INFO O| May 21 10:13:32.244 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-05-21T10:13:33.764Z[ recovery-image] May 21 10:13:32.253 INFO O| May 21 10:13:32.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72302026-05-21T10:13:33.764Z[ recovery-image] May 21 10:13:32.253 INFO O| May 21 10:13:32.253 INFO STEP 782 (remove_files) COMPLETE
72312026-05-21T10:13:33.764Z[ recovery-image] May 21 10:13:32.253 INFO O| May 21 10:13:32.253 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-05-21T10:13:33.786Z[ recovery-image] May 21 10:13:32.275 INFO O| May 21 10:13:32.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72332026-05-21T10:13:33.786Z[ recovery-image] May 21 10:13:32.275 INFO O| May 21 10:13:32.275 INFO STEP 783 (remove_files) COMPLETE
72342026-05-21T10:13:33.786Z[ recovery-image] May 21 10:13:32.275 INFO O| May 21 10:13:32.275 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-05-21T10:13:33.796Z[ recovery-image] May 21 10:13:32.285 INFO O| May 21 10:13:32.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72362026-05-21T10:13:33.796Z[ recovery-image] May 21 10:13:32.285 INFO O| May 21 10:13:32.285 INFO STEP 784 (remove_files) COMPLETE
72372026-05-21T10:13:33.799Z[ recovery-image] May 21 10:13:32.285 INFO O| May 21 10:13:32.285 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-05-21T10:13:33.805Z[ recovery-image] May 21 10:13:32.294 INFO O| May 21 10:13:32.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72392026-05-21T10:13:33.805Z[ recovery-image] May 21 10:13:32.294 INFO O| May 21 10:13:32.294 INFO STEP 785 (remove_files) COMPLETE
72402026-05-21T10:13:33.805Z[ recovery-image] May 21 10:13:32.294 INFO O| May 21 10:13:32.294 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-05-21T10:13:33.813Z[ recovery-image] May 21 10:13:32.303 INFO O| May 21 10:13:32.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72422026-05-21T10:13:33.813Z[ recovery-image] May 21 10:13:32.303 INFO O| May 21 10:13:32.303 INFO STEP 786 (remove_files) COMPLETE
72432026-05-21T10:13:33.813Z[ recovery-image] May 21 10:13:32.303 INFO O| May 21 10:13:32.303 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-05-21T10:13:33.821Z[ recovery-image] May 21 10:13:32.311 INFO O| May 21 10:13:32.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72452026-05-21T10:13:33.821Z[ recovery-image] May 21 10:13:32.311 INFO O| May 21 10:13:32.311 INFO STEP 787 (remove_files) COMPLETE
72462026-05-21T10:13:33.821Z[ recovery-image] May 21 10:13:32.311 INFO O| May 21 10:13:32.311 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-05-21T10:13:33.829Z[ recovery-image] May 21 10:13:32.319 INFO O| May 21 10:13:32.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72482026-05-21T10:13:33.829Z[ recovery-image] May 21 10:13:32.319 INFO O| May 21 10:13:32.319 INFO STEP 788 (remove_files) COMPLETE
72492026-05-21T10:13:33.832Z[ recovery-image] May 21 10:13:32.319 INFO O| May 21 10:13:32.319 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-05-21T10:13:33.837Z[ recovery-image] May 21 10:13:32.326 INFO O| May 21 10:13:32.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72512026-05-21T10:13:33.837Z[ recovery-image] May 21 10:13:32.326 INFO O| May 21 10:13:32.326 INFO STEP 789 (remove_files) COMPLETE
72522026-05-21T10:13:33.839Z[ recovery-image] May 21 10:13:32.326 INFO O| May 21 10:13:32.326 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-05-21T10:13:33.844Z[ recovery-image] May 21 10:13:32.333 INFO O| May 21 10:13:32.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72542026-05-21T10:13:33.844Z[ recovery-image] May 21 10:13:32.334 INFO O| May 21 10:13:32.334 INFO STEP 790 (remove_files) COMPLETE
72552026-05-21T10:13:33.844Z[ recovery-image] May 21 10:13:32.334 INFO O| May 21 10:13:32.334 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-05-21T10:13:33.853Z[ recovery-image] May 21 10:13:32.342 INFO O| May 21 10:13:32.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72572026-05-21T10:13:33.853Z[ recovery-image] May 21 10:13:32.342 INFO O| May 21 10:13:32.342 INFO STEP 791 (remove_files) COMPLETE
72582026-05-21T10:13:33.853Z[ recovery-image] May 21 10:13:32.342 INFO O| May 21 10:13:32.342 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-05-21T10:13:33.862Z[ recovery-image] May 21 10:13:32.351 INFO O| May 21 10:13:32.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72602026-05-21T10:13:33.862Z[ recovery-image] May 21 10:13:32.351 INFO O| May 21 10:13:32.351 INFO STEP 792 (remove_files) COMPLETE
72612026-05-21T10:13:33.862Z[ recovery-image] May 21 10:13:32.351 INFO O| May 21 10:13:32.351 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-05-21T10:13:33.870Z[ recovery-image] May 21 10:13:32.359 INFO O| May 21 10:13:32.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72632026-05-21T10:13:33.870Z[ recovery-image] May 21 10:13:32.359 INFO O| May 21 10:13:32.359 INFO STEP 793 (remove_files) COMPLETE
72642026-05-21T10:13:33.870Z[ recovery-image] May 21 10:13:32.359 INFO O| May 21 10:13:32.359 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-05-21T10:13:33.878Z[ recovery-image] May 21 10:13:32.367 INFO O| May 21 10:13:32.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72662026-05-21T10:13:33.878Z[ recovery-image] May 21 10:13:32.367 INFO O| May 21 10:13:32.367 INFO STEP 794 (remove_files) COMPLETE
72672026-05-21T10:13:33.878Z[ recovery-image] May 21 10:13:32.367 INFO O| May 21 10:13:32.367 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-05-21T10:13:33.886Z[ recovery-image] May 21 10:13:32.376 INFO O| May 21 10:13:32.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72692026-05-21T10:13:33.886Z[ recovery-image] May 21 10:13:32.376 INFO O| May 21 10:13:32.376 INFO STEP 795 (remove_files) COMPLETE
72702026-05-21T10:13:33.886Z[ recovery-image] May 21 10:13:32.376 INFO O| May 21 10:13:32.376 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-05-21T10:13:33.895Z[ recovery-image] May 21 10:13:32.385 INFO O| May 21 10:13:32.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72722026-05-21T10:13:33.896Z[ recovery-image] May 21 10:13:32.385 INFO O| May 21 10:13:32.385 INFO STEP 796 (remove_files) COMPLETE
72732026-05-21T10:13:33.896Z[ recovery-image] May 21 10:13:32.385 INFO O| May 21 10:13:32.385 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-05-21T10:13:33.904Z[ recovery-image] May 21 10:13:32.393 INFO O| May 21 10:13:32.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72752026-05-21T10:13:33.904Z[ recovery-image] May 21 10:13:32.393 INFO O| May 21 10:13:32.393 INFO STEP 797 (remove_files) COMPLETE
72762026-05-21T10:13:33.904Z[ recovery-image] May 21 10:13:32.393 INFO O| May 21 10:13:32.393 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-05-21T10:13:33.912Z[ recovery-image] May 21 10:13:32.401 INFO O| May 21 10:13:32.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72782026-05-21T10:13:33.912Z[ recovery-image] May 21 10:13:32.401 INFO O| May 21 10:13:32.401 INFO STEP 798 (remove_files) COMPLETE
72792026-05-21T10:13:33.912Z[ recovery-image] May 21 10:13:32.401 INFO O| May 21 10:13:32.401 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-05-21T10:13:33.920Z[ recovery-image] May 21 10:13:32.409 INFO O| May 21 10:13:32.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72812026-05-21T10:13:33.920Z[ recovery-image] May 21 10:13:32.410 INFO O| May 21 10:13:32.410 INFO STEP 799 (remove_files) COMPLETE
72822026-05-21T10:13:33.920Z[ recovery-image] May 21 10:13:32.410 INFO O| May 21 10:13:32.410 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-05-21T10:13:33.928Z[ recovery-image] May 21 10:13:32.417 INFO O| May 21 10:13:32.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72842026-05-21T10:13:33.928Z[ recovery-image] May 21 10:13:32.417 INFO O| May 21 10:13:32.417 INFO STEP 800 (remove_files) COMPLETE
72852026-05-21T10:13:33.928Z[ recovery-image] May 21 10:13:32.417 INFO O| May 21 10:13:32.417 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-05-21T10:13:33.936Z[ recovery-image] May 21 10:13:32.425 INFO O| May 21 10:13:32.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72872026-05-21T10:13:33.936Z[ recovery-image] May 21 10:13:32.425 INFO O| May 21 10:13:32.425 INFO STEP 801 (remove_files) COMPLETE
72882026-05-21T10:13:33.936Z[ recovery-image] May 21 10:13:32.425 INFO O| May 21 10:13:32.425 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-05-21T10:13:33.944Z[ recovery-image] May 21 10:13:32.433 INFO O| May 21 10:13:32.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72902026-05-21T10:13:33.944Z[ recovery-image] May 21 10:13:32.433 INFO O| May 21 10:13:32.433 INFO STEP 802 (remove_files) COMPLETE
72912026-05-21T10:13:33.944Z[ recovery-image] May 21 10:13:32.433 INFO O| May 21 10:13:32.433 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-05-21T10:13:33.952Z[ recovery-image] May 21 10:13:32.441 INFO O| May 21 10:13:32.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72932026-05-21T10:13:33.952Z[ recovery-image] May 21 10:13:32.441 INFO O| May 21 10:13:32.441 INFO STEP 803 (remove_files) COMPLETE
72942026-05-21T10:13:33.952Z[ recovery-image] May 21 10:13:32.441 INFO O| May 21 10:13:32.441 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-05-21T10:13:33.961Z[ recovery-image] May 21 10:13:32.450 INFO O| May 21 10:13:32.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72962026-05-21T10:13:33.961Z[ recovery-image] May 21 10:13:32.450 INFO O| May 21 10:13:32.450 INFO STEP 804 (remove_files) COMPLETE
72972026-05-21T10:13:33.964Z[ recovery-image] May 21 10:13:32.450 INFO O| May 21 10:13:32.450 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-05-21T10:13:33.970Z[ recovery-image] May 21 10:13:32.459 INFO O| May 21 10:13:32.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72992026-05-21T10:13:33.970Z[ recovery-image] May 21 10:13:32.459 INFO O| May 21 10:13:32.459 INFO STEP 805 (remove_files) COMPLETE
73002026-05-21T10:13:33.970Z[ recovery-image] May 21 10:13:32.459 INFO O| May 21 10:13:32.459 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-05-21T10:13:33.978Z[ recovery-image] May 21 10:13:32.467 INFO O| May 21 10:13:32.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73022026-05-21T10:13:33.978Z[ recovery-image] May 21 10:13:32.467 INFO O| May 21 10:13:32.467 INFO STEP 806 (remove_files) COMPLETE
73032026-05-21T10:13:33.978Z[ recovery-image] May 21 10:13:32.467 INFO O| May 21 10:13:32.467 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-05-21T10:13:33.986Z[ recovery-image] May 21 10:13:32.475 INFO O| May 21 10:13:32.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73052026-05-21T10:13:33.986Z[ recovery-image] May 21 10:13:32.475 INFO O| May 21 10:13:32.475 INFO STEP 807 (remove_files) COMPLETE
73062026-05-21T10:13:33.986Z[ recovery-image] May 21 10:13:32.475 INFO O| May 21 10:13:32.475 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-05-21T10:13:33.994Z[ recovery-image] May 21 10:13:32.484 INFO O| May 21 10:13:32.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73082026-05-21T10:13:33.994Z[ recovery-image] May 21 10:13:32.484 INFO O| May 21 10:13:32.484 INFO STEP 808 (remove_files) COMPLETE
73092026-05-21T10:13:33.994Z[ recovery-image] May 21 10:13:32.484 INFO O| May 21 10:13:32.484 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-05-21T10:13:34.003Z[ recovery-image] May 21 10:13:32.492 INFO O| May 21 10:13:32.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73112026-05-21T10:13:34.003Z[ recovery-image] May 21 10:13:32.493 INFO O| May 21 10:13:32.493 INFO STEP 809 (remove_files) COMPLETE
73122026-05-21T10:13:34.003Z[ recovery-image] May 21 10:13:32.493 INFO O| May 21 10:13:32.493 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-05-21T10:13:34.013Z[ recovery-image] May 21 10:13:32.502 INFO O| May 21 10:13:32.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73142026-05-21T10:13:34.013Z[ recovery-image] May 21 10:13:32.502 INFO O| May 21 10:13:32.502 INFO STEP 810 (remove_files) COMPLETE
73152026-05-21T10:13:34.013Z[ recovery-image] May 21 10:13:32.502 INFO O| May 21 10:13:32.502 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-05-21T10:13:34.022Z[ recovery-image] May 21 10:13:32.511 INFO O| May 21 10:13:32.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73172026-05-21T10:13:34.022Z[ recovery-image] May 21 10:13:32.511 INFO O| May 21 10:13:32.511 INFO STEP 811 (remove_files) COMPLETE
73182026-05-21T10:13:34.022Z[ recovery-image] May 21 10:13:32.511 INFO O| May 21 10:13:32.511 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-05-21T10:13:34.031Z[ recovery-image] May 21 10:13:32.520 INFO O| May 21 10:13:32.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73202026-05-21T10:13:34.031Z[ recovery-image] May 21 10:13:32.520 INFO O| May 21 10:13:32.520 INFO STEP 812 (remove_files) COMPLETE
73212026-05-21T10:13:34.031Z[ recovery-image] May 21 10:13:32.520 INFO O| May 21 10:13:32.520 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-05-21T10:13:34.039Z[ recovery-image] May 21 10:13:32.528 INFO O| May 21 10:13:32.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73232026-05-21T10:13:34.039Z[ recovery-image] May 21 10:13:32.528 INFO O| May 21 10:13:32.528 INFO STEP 813 (remove_files) COMPLETE
73242026-05-21T10:13:34.042Z[ recovery-image] May 21 10:13:32.528 INFO O| May 21 10:13:32.528 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-05-21T10:13:34.047Z[ recovery-image] May 21 10:13:32.537 INFO O| May 21 10:13:32.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73262026-05-21T10:13:34.048Z[ recovery-image] May 21 10:13:32.537 INFO O| May 21 10:13:32.537 INFO STEP 814 (remove_files) COMPLETE
73272026-05-21T10:13:34.051Z[ recovery-image] May 21 10:13:32.537 INFO O| May 21 10:13:32.537 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-05-21T10:13:34.055Z[ recovery-image] May 21 10:13:32.545 INFO O| May 21 10:13:32.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73292026-05-21T10:13:34.055Z[ recovery-image] May 21 10:13:32.545 INFO O| May 21 10:13:32.545 INFO STEP 815 (remove_files) COMPLETE
73302026-05-21T10:13:34.055Z[ recovery-image] May 21 10:13:32.545 INFO O| May 21 10:13:32.545 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-05-21T10:13:34.063Z[ recovery-image] May 21 10:13:32.553 INFO O| May 21 10:13:32.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73322026-05-21T10:13:34.066Z[ recovery-image] May 21 10:13:32.553 INFO O| May 21 10:13:32.553 INFO STEP 816 (remove_files) COMPLETE
73332026-05-21T10:13:34.066Z[ recovery-image] May 21 10:13:32.553 INFO O| May 21 10:13:32.553 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-05-21T10:13:34.071Z[ recovery-image] May 21 10:13:32.561 INFO O| May 21 10:13:32.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73352026-05-21T10:13:34.071Z[ recovery-image] May 21 10:13:32.561 INFO O| May 21 10:13:32.561 INFO STEP 817 (remove_files) COMPLETE
73362026-05-21T10:13:34.074Z[ recovery-image] May 21 10:13:32.561 INFO O| May 21 10:13:32.561 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-05-21T10:13:34.079Z[ recovery-image] May 21 10:13:32.568 INFO O| May 21 10:13:32.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73382026-05-21T10:13:34.079Z[ recovery-image] May 21 10:13:32.568 INFO O| May 21 10:13:32.568 INFO STEP 818 (remove_files) COMPLETE
73392026-05-21T10:13:34.082Z[ recovery-image] May 21 10:13:32.568 INFO O| May 21 10:13:32.568 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-05-21T10:13:34.086Z[ recovery-image] May 21 10:13:32.576 INFO O| May 21 10:13:32.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73412026-05-21T10:13:34.089Z[ recovery-image] May 21 10:13:32.576 INFO O| May 21 10:13:32.576 INFO STEP 819 (remove_files) COMPLETE
73422026-05-21T10:13:34.089Z[ recovery-image] May 21 10:13:32.576 INFO O| May 21 10:13:32.576 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-05-21T10:13:34.095Z[ recovery-image] May 21 10:13:32.584 INFO O| May 21 10:13:32.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73442026-05-21T10:13:34.095Z[ recovery-image] May 21 10:13:32.584 INFO O| May 21 10:13:32.584 INFO STEP 820 (remove_files) COMPLETE
73452026-05-21T10:13:34.098Z[ recovery-image] May 21 10:13:32.584 INFO O| May 21 10:13:32.584 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-05-21T10:13:34.103Z[ recovery-image] May 21 10:13:32.592 INFO O| May 21 10:13:32.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73472026-05-21T10:13:34.103Z[ recovery-image] May 21 10:13:32.592 INFO O| May 21 10:13:32.592 INFO STEP 821 (remove_files) COMPLETE
73482026-05-21T10:13:34.105Z[ recovery-image] May 21 10:13:32.592 INFO O| May 21 10:13:32.592 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-05-21T10:13:34.111Z[ recovery-image] May 21 10:13:32.600 INFO O| May 21 10:13:32.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73502026-05-21T10:13:34.111Z[ recovery-image] May 21 10:13:32.600 INFO O| May 21 10:13:32.600 INFO STEP 822 (remove_files) COMPLETE
73512026-05-21T10:13:34.111Z[ recovery-image] May 21 10:13:32.600 INFO O| May 21 10:13:32.600 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-05-21T10:13:34.119Z[ recovery-image] May 21 10:13:32.609 INFO O| May 21 10:13:32.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73532026-05-21T10:13:34.119Z[ recovery-image] May 21 10:13:32.609 INFO O| May 21 10:13:32.609 INFO STEP 823 (remove_files) COMPLETE
73542026-05-21T10:13:34.119Z[ recovery-image] May 21 10:13:32.609 INFO O| May 21 10:13:32.609 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-05-21T10:13:34.128Z[ recovery-image] May 21 10:13:32.617 INFO O| May 21 10:13:32.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73562026-05-21T10:13:34.128Z[ recovery-image] May 21 10:13:32.617 INFO O| May 21 10:13:32.617 INFO STEP 824 (remove_files) COMPLETE
73572026-05-21T10:13:34.128Z[ recovery-image] May 21 10:13:32.617 INFO O| May 21 10:13:32.617 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-05-21T10:13:34.136Z[ recovery-image] May 21 10:13:32.625 INFO O| May 21 10:13:32.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73592026-05-21T10:13:34.136Z[ recovery-image] May 21 10:13:32.625 INFO O| May 21 10:13:32.625 INFO STEP 825 (remove_files) COMPLETE
73602026-05-21T10:13:34.136Z[ recovery-image] May 21 10:13:32.625 INFO O| May 21 10:13:32.625 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-05-21T10:13:34.144Z[ recovery-image] May 21 10:13:32.633 INFO O| May 21 10:13:32.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73622026-05-21T10:13:34.144Z[ recovery-image] May 21 10:13:32.633 INFO O| May 21 10:13:32.633 INFO STEP 826 (remove_files) COMPLETE
73632026-05-21T10:13:34.144Z[ recovery-image] May 21 10:13:32.633 INFO O| May 21 10:13:32.633 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-05-21T10:13:34.152Z[ recovery-image] May 21 10:13:32.641 INFO O| May 21 10:13:32.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73652026-05-21T10:13:34.152Z[ recovery-image] May 21 10:13:32.641 INFO O| May 21 10:13:32.641 INFO STEP 827 (remove_files) COMPLETE
73662026-05-21T10:13:34.152Z[ recovery-image] May 21 10:13:32.641 INFO O| May 21 10:13:32.641 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-05-21T10:13:34.160Z[ recovery-image] May 21 10:13:32.649 INFO O| May 21 10:13:32.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73682026-05-21T10:13:34.160Z[ recovery-image] May 21 10:13:32.649 INFO O| May 21 10:13:32.649 INFO STEP 828 (remove_files) COMPLETE
73692026-05-21T10:13:34.165Z[ recovery-image] May 21 10:13:32.649 INFO O| May 21 10:13:32.649 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-05-21T10:13:34.169Z[ recovery-image] May 21 10:13:32.659 INFO O| May 21 10:13:32.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73712026-05-21T10:13:34.169Z[ recovery-image] May 21 10:13:32.659 INFO O| May 21 10:13:32.659 INFO STEP 829 (remove_files) COMPLETE
73722026-05-21T10:13:34.172Z[ recovery-image] May 21 10:13:32.659 INFO O| May 21 10:13:32.659 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-05-21T10:13:34.183Z[ recovery-image] May 21 10:13:32.668 INFO O| May 21 10:13:32.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73742026-05-21T10:13:34.183Z[ recovery-image] May 21 10:13:32.668 INFO O| May 21 10:13:32.668 INFO STEP 830 (remove_files) COMPLETE
73752026-05-21T10:13:34.183Z[ recovery-image] May 21 10:13:32.668 INFO O| May 21 10:13:32.668 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-05-21T10:13:34.187Z[ recovery-image] May 21 10:13:32.677 INFO O| May 21 10:13:32.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73772026-05-21T10:13:34.187Z[ recovery-image] May 21 10:13:32.677 INFO O| May 21 10:13:32.677 INFO STEP 831 (remove_files) COMPLETE
73782026-05-21T10:13:34.190Z[ recovery-image] May 21 10:13:32.677 INFO O| May 21 10:13:32.677 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-05-21T10:13:34.195Z[ recovery-image] May 21 10:13:32.684 INFO O| May 21 10:13:32.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73802026-05-21T10:13:34.195Z[ recovery-image] May 21 10:13:32.684 INFO O| May 21 10:13:32.684 INFO STEP 832 (remove_files) COMPLETE
73812026-05-21T10:13:34.195Z[ recovery-image] May 21 10:13:32.684 INFO O| May 21 10:13:32.684 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-05-21T10:13:34.203Z[ recovery-image] May 21 10:13:32.692 INFO O| May 21 10:13:32.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73832026-05-21T10:13:34.203Z[ recovery-image] May 21 10:13:32.692 INFO O| May 21 10:13:32.692 INFO STEP 833 (remove_files) COMPLETE
73842026-05-21T10:13:34.203Z[ recovery-image] May 21 10:13:32.692 INFO O| May 21 10:13:32.692 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-05-21T10:13:34.211Z[ recovery-image] May 21 10:13:32.700 INFO O| May 21 10:13:32.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73862026-05-21T10:13:34.211Z[ recovery-image] May 21 10:13:32.700 INFO O| May 21 10:13:32.700 INFO STEP 834 (remove_files) COMPLETE
73872026-05-21T10:13:34.213Z[ recovery-image] May 21 10:13:32.700 INFO O| May 21 10:13:32.700 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-05-21T10:13:34.219Z[ recovery-image] May 21 10:13:32.709 INFO O| May 21 10:13:32.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73892026-05-21T10:13:34.219Z[ recovery-image] May 21 10:13:32.709 INFO O| May 21 10:13:32.709 INFO STEP 835 (remove_files) COMPLETE
73902026-05-21T10:13:34.219Z[ recovery-image] May 21 10:13:32.709 INFO O| May 21 10:13:32.709 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-05-21T10:13:34.228Z[ recovery-image] May 21 10:13:32.718 INFO O| May 21 10:13:32.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73922026-05-21T10:13:34.228Z[ recovery-image] May 21 10:13:32.718 INFO O| May 21 10:13:32.718 INFO STEP 836 (remove_files) COMPLETE
73932026-05-21T10:13:34.228Z[ recovery-image] May 21 10:13:32.718 INFO O| May 21 10:13:32.718 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-05-21T10:13:34.235Z[ recovery-image] May 21 10:13:32.725 INFO O| May 21 10:13:32.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73952026-05-21T10:13:34.235Z[ recovery-image] May 21 10:13:32.725 INFO O| May 21 10:13:32.725 INFO STEP 837 (remove_files) COMPLETE
73962026-05-21T10:13:34.235Z[ recovery-image] May 21 10:13:32.725 INFO O| May 21 10:13:32.725 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-05-21T10:13:34.242Z[ recovery-image] May 21 10:13:32.732 INFO O| May 21 10:13:32.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73982026-05-21T10:13:34.242Z[ recovery-image] May 21 10:13:32.732 INFO O| May 21 10:13:32.732 INFO STEP 838 (remove_files) COMPLETE
73992026-05-21T10:13:34.244Z[ recovery-image] May 21 10:13:32.732 INFO O| May 21 10:13:32.732 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-05-21T10:13:34.250Z[ recovery-image] May 21 10:13:32.739 INFO O| May 21 10:13:32.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74012026-05-21T10:13:34.250Z[ recovery-image] May 21 10:13:32.739 INFO O| May 21 10:13:32.739 INFO STEP 839 (remove_files) COMPLETE
74022026-05-21T10:13:34.250Z[ recovery-image] May 21 10:13:32.739 INFO O| May 21 10:13:32.739 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-05-21T10:13:34.260Z[ recovery-image] May 21 10:13:32.748 INFO O| May 21 10:13:32.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74042026-05-21T10:13:34.260Z[ recovery-image] May 21 10:13:32.748 INFO O| May 21 10:13:32.748 INFO STEP 840 (remove_files) COMPLETE
74052026-05-21T10:13:34.260Z[ recovery-image] May 21 10:13:32.748 INFO O| May 21 10:13:32.748 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-05-21T10:13:34.268Z[ recovery-image] May 21 10:13:32.757 INFO O| May 21 10:13:32.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74072026-05-21T10:13:34.268Z[ recovery-image] May 21 10:13:32.757 INFO O| May 21 10:13:32.757 INFO STEP 841 (remove_files) COMPLETE
74082026-05-21T10:13:34.268Z[ recovery-image] May 21 10:13:32.757 INFO O| May 21 10:13:32.757 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-05-21T10:13:34.278Z[ recovery-image] May 21 10:13:32.767 INFO O| May 21 10:13:32.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74102026-05-21T10:13:34.278Z[ recovery-image] May 21 10:13:32.767 INFO O| May 21 10:13:32.767 INFO STEP 842 (remove_files) COMPLETE
74112026-05-21T10:13:34.278Z[ recovery-image] May 21 10:13:32.767 INFO O| May 21 10:13:32.767 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-05-21T10:13:34.286Z[ recovery-image] May 21 10:13:32.776 INFO O| May 21 10:13:32.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74132026-05-21T10:13:34.286Z[ recovery-image] May 21 10:13:32.776 INFO O| May 21 10:13:32.776 INFO STEP 843 (remove_files) COMPLETE
74142026-05-21T10:13:34.286Z[ recovery-image] May 21 10:13:32.776 INFO O| May 21 10:13:32.776 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-05-21T10:13:34.294Z[ recovery-image] May 21 10:13:32.784 INFO O| May 21 10:13:32.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74162026-05-21T10:13:34.295Z[ recovery-image] May 21 10:13:32.784 INFO O| May 21 10:13:32.784 INFO STEP 844 (remove_files) COMPLETE
74172026-05-21T10:13:34.295Z[ recovery-image] May 21 10:13:32.784 INFO O| May 21 10:13:32.784 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-05-21T10:13:34.304Z[ recovery-image] May 21 10:13:32.793 INFO O| May 21 10:13:32.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74192026-05-21T10:13:34.304Z[ recovery-image] May 21 10:13:32.793 INFO O| May 21 10:13:32.793 INFO STEP 845 (remove_files) COMPLETE
74202026-05-21T10:13:34.304Z[ recovery-image] May 21 10:13:32.793 INFO O| May 21 10:13:32.793 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-05-21T10:13:34.312Z[ recovery-image] May 21 10:13:32.802 INFO O| May 21 10:13:32.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74222026-05-21T10:13:34.313Z[ recovery-image] May 21 10:13:32.802 INFO O| May 21 10:13:32.802 INFO STEP 846 (remove_files) COMPLETE
74232026-05-21T10:13:34.313Z[ recovery-image] May 21 10:13:32.802 INFO O| May 21 10:13:32.802 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-05-21T10:13:34.320Z[ recovery-image] May 21 10:13:32.810 INFO O| May 21 10:13:32.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74252026-05-21T10:13:34.320Z[ recovery-image] May 21 10:13:32.810 INFO O| May 21 10:13:32.810 INFO STEP 847 (remove_files) COMPLETE
74262026-05-21T10:13:34.320Z[ recovery-image] May 21 10:13:32.810 INFO O| May 21 10:13:32.810 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-05-21T10:13:34.328Z[ recovery-image] May 21 10:13:32.818 INFO O| May 21 10:13:32.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74282026-05-21T10:13:34.329Z[ recovery-image] May 21 10:13:32.818 INFO O| May 21 10:13:32.818 INFO STEP 848 (remove_files) COMPLETE
74292026-05-21T10:13:34.329Z[ recovery-image] May 21 10:13:32.818 INFO O| May 21 10:13:32.818 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-05-21T10:13:34.337Z[ recovery-image] May 21 10:13:32.826 INFO O| May 21 10:13:32.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74312026-05-21T10:13:34.337Z[ recovery-image] May 21 10:13:32.826 INFO O| May 21 10:13:32.826 INFO STEP 849 (remove_files) COMPLETE
74322026-05-21T10:13:34.337Z[ recovery-image] May 21 10:13:32.826 INFO O| May 21 10:13:32.826 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-05-21T10:13:34.344Z[ recovery-image] May 21 10:13:32.834 INFO O| May 21 10:13:32.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74342026-05-21T10:13:34.344Z[ recovery-image] May 21 10:13:32.834 INFO O| May 21 10:13:32.834 INFO STEP 850 (remove_files) COMPLETE
74352026-05-21T10:13:34.344Z[ recovery-image] May 21 10:13:32.834 INFO O| May 21 10:13:32.834 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-05-21T10:13:34.352Z[ recovery-image] May 21 10:13:32.842 INFO O| May 21 10:13:32.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74372026-05-21T10:13:34.353Z[ recovery-image] May 21 10:13:32.842 INFO O| May 21 10:13:32.842 INFO STEP 851 (remove_files) COMPLETE
74382026-05-21T10:13:34.353Z[ recovery-image] May 21 10:13:32.842 INFO O| May 21 10:13:32.842 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-05-21T10:13:34.360Z[ recovery-image] May 21 10:13:32.849 INFO O| May 21 10:13:32.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74402026-05-21T10:13:34.360Z[ recovery-image] May 21 10:13:32.849 INFO O| May 21 10:13:32.849 INFO STEP 852 (remove_files) COMPLETE
74412026-05-21T10:13:34.360Z[ recovery-image] May 21 10:13:32.849 INFO O| May 21 10:13:32.849 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-05-21T10:13:34.367Z[ recovery-image] May 21 10:13:32.857 INFO O| May 21 10:13:32.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74432026-05-21T10:13:34.367Z[ recovery-image] May 21 10:13:32.857 INFO O| May 21 10:13:32.857 INFO STEP 853 (remove_files) COMPLETE
74442026-05-21T10:13:34.367Z[ recovery-image] May 21 10:13:32.857 INFO O| May 21 10:13:32.857 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-05-21T10:13:34.376Z[ recovery-image] May 21 10:13:32.864 INFO O| May 21 10:13:32.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74462026-05-21T10:13:34.376Z[ recovery-image] May 21 10:13:32.864 INFO O| May 21 10:13:32.864 INFO STEP 854 (remove_files) COMPLETE
74472026-05-21T10:13:34.376Z[ recovery-image] May 21 10:13:32.864 INFO O| May 21 10:13:32.864 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-05-21T10:13:34.384Z[ recovery-image] May 21 10:13:32.872 INFO O| May 21 10:13:32.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74492026-05-21T10:13:34.384Z[ recovery-image] May 21 10:13:32.872 INFO O| May 21 10:13:32.872 INFO STEP 855 (remove_files) COMPLETE
74502026-05-21T10:13:34.384Z[ recovery-image] May 21 10:13:32.872 INFO O| May 21 10:13:32.872 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-05-21T10:13:34.391Z[ recovery-image] May 21 10:13:32.880 INFO O| May 21 10:13:32.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74522026-05-21T10:13:34.391Z[ recovery-image] May 21 10:13:32.880 INFO O| May 21 10:13:32.880 INFO STEP 856 (remove_files) COMPLETE
74532026-05-21T10:13:34.391Z[ recovery-image] May 21 10:13:32.880 INFO O| May 21 10:13:32.880 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-05-21T10:13:34.398Z[ recovery-image] May 21 10:13:32.887 INFO O| May 21 10:13:32.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74552026-05-21T10:13:34.398Z[ recovery-image] May 21 10:13:32.887 INFO O| May 21 10:13:32.887 INFO STEP 857 (remove_files) COMPLETE
74562026-05-21T10:13:34.401Z[ recovery-image] May 21 10:13:32.887 INFO O| May 21 10:13:32.887 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-05-21T10:13:34.405Z[ recovery-image] May 21 10:13:32.895 INFO O| May 21 10:13:32.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74582026-05-21T10:13:34.405Z[ recovery-image] May 21 10:13:32.895 INFO O| May 21 10:13:32.895 INFO STEP 858 (remove_files) COMPLETE
74592026-05-21T10:13:34.405Z[ recovery-image] May 21 10:13:32.895 INFO O| May 21 10:13:32.895 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-05-21T10:13:34.412Z[ recovery-image] May 21 10:13:32.902 INFO O| May 21 10:13:32.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74612026-05-21T10:13:34.413Z[ recovery-image] May 21 10:13:32.902 INFO O| May 21 10:13:32.902 INFO STEP 859 (remove_files) COMPLETE
74622026-05-21T10:13:34.413Z[ recovery-image] May 21 10:13:32.902 INFO O| May 21 10:13:32.902 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-05-21T10:13:34.420Z[ recovery-image] May 21 10:13:32.910 INFO O| May 21 10:13:32.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74642026-05-21T10:13:34.420Z[ recovery-image] May 21 10:13:32.910 INFO O| May 21 10:13:32.910 INFO STEP 860 (remove_files) COMPLETE
74652026-05-21T10:13:34.420Z[ recovery-image] May 21 10:13:32.910 INFO O| May 21 10:13:32.910 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-05-21T10:13:34.427Z[ recovery-image] May 21 10:13:32.917 INFO O| May 21 10:13:32.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74672026-05-21T10:13:34.428Z[ recovery-image] May 21 10:13:32.917 INFO O| May 21 10:13:32.917 INFO STEP 861 (remove_files) COMPLETE
74682026-05-21T10:13:34.428Z[ recovery-image] May 21 10:13:32.917 INFO O| May 21 10:13:32.917 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-05-21T10:13:34.435Z[ recovery-image] May 21 10:13:32.924 INFO O| May 21 10:13:32.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74702026-05-21T10:13:34.435Z[ recovery-image] May 21 10:13:32.924 INFO O| May 21 10:13:32.924 INFO STEP 862 (remove_files) COMPLETE
74712026-05-21T10:13:34.435Z[ recovery-image] May 21 10:13:32.924 INFO O| May 21 10:13:32.924 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-05-21T10:13:34.442Z[ recovery-image] May 21 10:13:32.932 INFO O| May 21 10:13:32.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74732026-05-21T10:13:34.442Z[ recovery-image] May 21 10:13:32.932 INFO O| May 21 10:13:32.932 INFO STEP 863 (remove_files) COMPLETE
74742026-05-21T10:13:34.442Z[ recovery-image] May 21 10:13:32.932 INFO O| May 21 10:13:32.932 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-05-21T10:13:34.450Z[ recovery-image] May 21 10:13:32.939 INFO O| May 21 10:13:32.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74762026-05-21T10:13:34.450Z[ recovery-image] May 21 10:13:32.940 INFO O| May 21 10:13:32.940 INFO STEP 864 (remove_files) COMPLETE
74772026-05-21T10:13:34.450Z[ recovery-image] May 21 10:13:32.940 INFO O| May 21 10:13:32.940 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-05-21T10:13:34.459Z[ recovery-image] May 21 10:13:32.948 INFO O| May 21 10:13:32.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74792026-05-21T10:13:34.459Z[ recovery-image] May 21 10:13:32.948 INFO O| May 21 10:13:32.948 INFO STEP 865 (remove_files) COMPLETE
74802026-05-21T10:13:34.459Z[ recovery-image] May 21 10:13:32.948 INFO O| May 21 10:13:32.948 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-05-21T10:13:34.467Z[ recovery-image] May 21 10:13:32.956 INFO O| May 21 10:13:32.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74822026-05-21T10:13:34.467Z[ recovery-image] May 21 10:13:32.956 INFO O| May 21 10:13:32.956 INFO STEP 866 (remove_files) COMPLETE
74832026-05-21T10:13:34.470Z[ recovery-image] May 21 10:13:32.956 INFO O| May 21 10:13:32.956 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-05-21T10:13:34.475Z[ recovery-image] May 21 10:13:32.964 INFO O| May 21 10:13:32.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74852026-05-21T10:13:34.475Z[ recovery-image] May 21 10:13:32.965 INFO O| May 21 10:13:32.964 INFO STEP 867 (remove_files) COMPLETE
74862026-05-21T10:13:34.475Z[ recovery-image] May 21 10:13:32.965 INFO O| May 21 10:13:32.965 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-05-21T10:13:34.502Z[ recovery-image] May 21 10:13:32.991 INFO O| May 21 10:13:32.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74882026-05-21T10:13:34.502Z[ recovery-image] May 21 10:13:32.991 INFO O| May 21 10:13:32.991 INFO STEP 868 (remove_files) COMPLETE
74892026-05-21T10:13:34.502Z[ recovery-image] May 21 10:13:32.991 INFO O| May 21 10:13:32.991 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-05-21T10:13:34.512Z[ recovery-image] May 21 10:13:33.002 INFO O| May 21 10:13:33.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74912026-05-21T10:13:34.513Z[ recovery-image] May 21 10:13:33.002 INFO O| May 21 10:13:33.002 INFO STEP 869 (remove_files) COMPLETE
74922026-05-21T10:13:34.515Z[ recovery-image] May 21 10:13:33.002 INFO O| May 21 10:13:33.002 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-05-21T10:13:34.522Z[ recovery-image] May 21 10:13:33.012 INFO O| May 21 10:13:33.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74942026-05-21T10:13:34.522Z[ recovery-image] May 21 10:13:33.012 INFO O| May 21 10:13:33.012 INFO STEP 870 (remove_files) COMPLETE
74952026-05-21T10:13:34.523Z[ recovery-image] May 21 10:13:33.012 INFO O| May 21 10:13:33.012 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-05-21T10:13:34.532Z[ recovery-image] May 21 10:13:33.021 INFO O| May 21 10:13:33.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74972026-05-21T10:13:34.532Z[ recovery-image] May 21 10:13:33.021 INFO O| May 21 10:13:33.021 INFO STEP 871 (remove_files) COMPLETE
74982026-05-21T10:13:34.535Z[ recovery-image] May 21 10:13:33.021 INFO O| May 21 10:13:33.021 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-05-21T10:13:34.549Z[ recovery-image] May 21 10:13:33.038 INFO O| May 21 10:13:33.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75002026-05-21T10:13:34.549Z[ recovery-image] May 21 10:13:33.038 INFO O| May 21 10:13:33.038 INFO STEP 872 (remove_files) COMPLETE
75012026-05-21T10:13:34.549Z[ recovery-image] May 21 10:13:33.038 INFO O| May 21 10:13:33.038 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-05-21T10:13:34.559Z[ recovery-image] May 21 10:13:33.048 INFO O| May 21 10:13:33.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75032026-05-21T10:13:34.559Z[ recovery-image] May 21 10:13:33.048 INFO O| May 21 10:13:33.048 INFO STEP 873 (remove_files) COMPLETE
75042026-05-21T10:13:34.559Z[ recovery-image] May 21 10:13:33.048 INFO O| May 21 10:13:33.048 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-05-21T10:13:34.569Z[ recovery-image] May 21 10:13:33.058 INFO O| May 21 10:13:33.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75062026-05-21T10:13:34.569Z[ recovery-image] May 21 10:13:33.058 INFO O| May 21 10:13:33.058 INFO STEP 874 (remove_files) COMPLETE
75072026-05-21T10:13:34.569Z[ recovery-image] May 21 10:13:33.058 INFO O| May 21 10:13:33.058 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-05-21T10:13:34.579Z[ recovery-image] May 21 10:13:33.068 INFO O| May 21 10:13:33.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75092026-05-21T10:13:34.579Z[ recovery-image] May 21 10:13:33.068 INFO O| May 21 10:13:33.068 INFO STEP 875 (remove_files) COMPLETE
75102026-05-21T10:13:34.579Z[ recovery-image] May 21 10:13:33.068 INFO O| May 21 10:13:33.068 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-05-21T10:13:34.590Z[ recovery-image] May 21 10:13:33.079 INFO O| May 21 10:13:33.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75122026-05-21T10:13:34.590Z[ recovery-image] May 21 10:13:33.079 INFO O| May 21 10:13:33.079 INFO STEP 876 (remove_files) COMPLETE
75132026-05-21T10:13:34.590Z[ recovery-image] May 21 10:13:33.079 INFO O| May 21 10:13:33.079 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-05-21T10:13:34.600Z[ recovery-image] May 21 10:13:33.089 INFO O| May 21 10:13:33.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75152026-05-21T10:13:34.600Z[ recovery-image] May 21 10:13:33.089 INFO O| May 21 10:13:33.089 INFO STEP 877 (remove_files) COMPLETE
75162026-05-21T10:13:34.600Z[ recovery-image] May 21 10:13:33.089 INFO O| May 21 10:13:33.089 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-05-21T10:13:34.610Z[ recovery-image] May 21 10:13:33.099 INFO O| May 21 10:13:33.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75182026-05-21T10:13:34.610Z[ recovery-image] May 21 10:13:33.099 INFO O| May 21 10:13:33.099 INFO STEP 878 (remove_files) COMPLETE
75192026-05-21T10:13:34.610Z[ recovery-image] May 21 10:13:33.099 INFO O| May 21 10:13:33.099 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-05-21T10:13:34.620Z[ recovery-image] May 21 10:13:33.109 INFO O| May 21 10:13:33.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75212026-05-21T10:13:34.620Z[ recovery-image] May 21 10:13:33.109 INFO O| May 21 10:13:33.109 INFO STEP 879 (remove_files) COMPLETE
75222026-05-21T10:13:34.620Z[ recovery-image] May 21 10:13:33.109 INFO O| May 21 10:13:33.109 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-05-21T10:13:34.629Z[ recovery-image] May 21 10:13:33.119 INFO O| May 21 10:13:33.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75242026-05-21T10:13:34.629Z[ recovery-image] May 21 10:13:33.119 INFO O| May 21 10:13:33.119 INFO STEP 880 (remove_files) COMPLETE
75252026-05-21T10:13:34.629Z[ recovery-image] May 21 10:13:33.119 INFO O| May 21 10:13:33.119 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-05-21T10:13:34.640Z[ recovery-image] May 21 10:13:33.130 INFO O| May 21 10:13:33.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75272026-05-21T10:13:34.640Z[ recovery-image] May 21 10:13:33.130 INFO O| May 21 10:13:33.130 INFO STEP 881 (remove_files) COMPLETE
75282026-05-21T10:13:34.643Z[ recovery-image] May 21 10:13:33.130 INFO O| May 21 10:13:33.130 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-05-21T10:13:34.649Z[ recovery-image] May 21 10:13:33.139 INFO O| May 21 10:13:33.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75302026-05-21T10:13:34.649Z[ recovery-image] May 21 10:13:33.139 INFO O| May 21 10:13:33.139 INFO STEP 882 (remove_files) COMPLETE
75312026-05-21T10:13:34.649Z[ recovery-image] May 21 10:13:33.139 INFO O| May 21 10:13:33.139 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-05-21T10:13:34.658Z[ recovery-image] May 21 10:13:33.148 INFO O| May 21 10:13:33.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75332026-05-21T10:13:34.658Z[ recovery-image] May 21 10:13:33.148 INFO O| May 21 10:13:33.148 INFO STEP 883 (remove_files) COMPLETE
75342026-05-21T10:13:34.661Z[ recovery-image] May 21 10:13:33.148 INFO O| May 21 10:13:33.148 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-05-21T10:13:34.667Z[ recovery-image] May 21 10:13:33.157 INFO O| May 21 10:13:33.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75362026-05-21T10:13:34.667Z[ recovery-image] May 21 10:13:33.157 INFO O| May 21 10:13:33.157 INFO STEP 884 (remove_files) COMPLETE
75372026-05-21T10:13:34.670Z[ recovery-image] May 21 10:13:33.157 INFO O| May 21 10:13:33.157 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-05-21T10:13:34.676Z[ recovery-image] May 21 10:13:33.166 INFO O| May 21 10:13:33.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75392026-05-21T10:13:34.679Z[ recovery-image] May 21 10:13:33.167 INFO O| May 21 10:13:33.167 INFO STEP 885 (remove_files) COMPLETE
75402026-05-21T10:13:34.679Z[ recovery-image] May 21 10:13:33.167 INFO O| May 21 10:13:33.167 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-05-21T10:13:34.690Z[ recovery-image] May 21 10:13:33.176 INFO O| May 21 10:13:33.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75422026-05-21T10:13:34.690Z[ recovery-image] May 21 10:13:33.177 INFO O| May 21 10:13:33.177 INFO STEP 886 (remove_files) COMPLETE
75432026-05-21T10:13:34.690Z[ recovery-image] May 21 10:13:33.177 INFO O| May 21 10:13:33.177 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-05-21T10:13:34.697Z[ recovery-image] May 21 10:13:33.186 INFO O| May 21 10:13:33.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75452026-05-21T10:13:34.697Z[ recovery-image] May 21 10:13:33.186 INFO O| May 21 10:13:33.186 INFO STEP 887 (remove_files) COMPLETE
75462026-05-21T10:13:34.700Z[ recovery-image] May 21 10:13:33.186 INFO O| May 21 10:13:33.186 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-05-21T10:13:34.706Z[ recovery-image] May 21 10:13:33.195 INFO O| May 21 10:13:33.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75482026-05-21T10:13:34.709Z[ recovery-image] May 21 10:13:33.195 INFO O| May 21 10:13:33.195 INFO STEP 888 (remove_files) COMPLETE
75492026-05-21T10:13:34.709Z[ recovery-image] May 21 10:13:33.195 INFO O| May 21 10:13:33.195 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-05-21T10:13:34.715Z[ recovery-image] May 21 10:13:33.204 INFO O| May 21 10:13:33.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75512026-05-21T10:13:34.718Z[ recovery-image] May 21 10:13:33.204 INFO O| May 21 10:13:33.204 INFO STEP 889 (remove_files) COMPLETE
75522026-05-21T10:13:34.718Z[ recovery-image] May 21 10:13:33.204 INFO O| May 21 10:13:33.204 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-05-21T10:13:34.724Z[ recovery-image] May 21 10:13:33.213 INFO O| May 21 10:13:33.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75542026-05-21T10:13:34.726Z[ recovery-image] May 21 10:13:33.213 INFO O| May 21 10:13:33.213 INFO STEP 890 (remove_files) COMPLETE
75552026-05-21T10:13:34.727Z[ recovery-image] May 21 10:13:33.213 INFO O| May 21 10:13:33.213 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-05-21T10:13:34.732Z[ recovery-image] May 21 10:13:33.222 INFO O| May 21 10:13:33.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75572026-05-21T10:13:34.732Z[ recovery-image] May 21 10:13:33.222 INFO O| May 21 10:13:33.222 INFO STEP 891 (remove_files) COMPLETE
75582026-05-21T10:13:34.735Z[ recovery-image] May 21 10:13:33.222 INFO O| May 21 10:13:33.222 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-05-21T10:13:34.740Z[ recovery-image] May 21 10:13:33.230 INFO O| May 21 10:13:33.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75602026-05-21T10:13:34.740Z[ recovery-image] May 21 10:13:33.230 INFO O| May 21 10:13:33.230 INFO STEP 892 (remove_files) COMPLETE
75612026-05-21T10:13:34.740Z[ recovery-image] May 21 10:13:33.230 INFO O| May 21 10:13:33.230 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-05-21T10:13:34.749Z[ recovery-image] May 21 10:13:33.238 INFO O| May 21 10:13:33.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75632026-05-21T10:13:34.749Z[ recovery-image] May 21 10:13:33.238 INFO O| May 21 10:13:33.238 INFO STEP 893 (remove_files) COMPLETE
75642026-05-21T10:13:34.752Z[ recovery-image] May 21 10:13:33.238 INFO O| May 21 10:13:33.238 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-05-21T10:13:34.757Z[ recovery-image] May 21 10:13:33.246 INFO O| May 21 10:13:33.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75662026-05-21T10:13:34.757Z[ recovery-image] May 21 10:13:33.246 INFO O| May 21 10:13:33.246 INFO STEP 894 (remove_files) COMPLETE
75672026-05-21T10:13:34.760Z[ recovery-image] May 21 10:13:33.246 INFO O| May 21 10:13:33.246 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-05-21T10:13:34.764Z[ recovery-image] May 21 10:13:33.254 INFO O| May 21 10:13:33.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75692026-05-21T10:13:34.764Z[ recovery-image] May 21 10:13:33.254 INFO O| May 21 10:13:33.254 INFO STEP 895 (remove_files) COMPLETE
75702026-05-21T10:13:34.764Z[ recovery-image] May 21 10:13:33.254 INFO O| May 21 10:13:33.254 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-05-21T10:13:34.771Z[ recovery-image] May 21 10:13:33.261 INFO O| May 21 10:13:33.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75722026-05-21T10:13:34.772Z[ recovery-image] May 21 10:13:33.261 INFO O| May 21 10:13:33.261 INFO STEP 896 (remove_files) COMPLETE
75732026-05-21T10:13:34.774Z[ recovery-image] May 21 10:13:33.261 INFO O| May 21 10:13:33.261 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-05-21T10:13:34.779Z[ recovery-image] May 21 10:13:33.268 INFO O| May 21 10:13:33.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75752026-05-21T10:13:34.779Z[ recovery-image] May 21 10:13:33.268 INFO O| May 21 10:13:33.268 INFO STEP 897 (remove_files) COMPLETE
75762026-05-21T10:13:34.779Z[ recovery-image] May 21 10:13:33.268 INFO O| May 21 10:13:33.268 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-05-21T10:13:34.786Z[ recovery-image] May 21 10:13:33.276 INFO O| May 21 10:13:33.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75782026-05-21T10:13:34.786Z[ recovery-image] May 21 10:13:33.276 INFO O| May 21 10:13:33.276 INFO STEP 898 (remove_files) COMPLETE
75792026-05-21T10:13:34.786Z[ recovery-image] May 21 10:13:33.276 INFO O| May 21 10:13:33.276 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-05-21T10:13:34.802Z[ recovery-image] May 21 10:13:33.283 INFO O| May 21 10:13:33.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75812026-05-21T10:13:34.802Z[ recovery-image] May 21 10:13:33.283 INFO O| May 21 10:13:33.283 INFO STEP 899 (remove_files) COMPLETE
75822026-05-21T10:13:34.802Z[ recovery-image] May 21 10:13:33.283 INFO O| May 21 10:13:33.283 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-05-21T10:13:34.805Z[ recovery-image] May 21 10:13:33.291 INFO O| May 21 10:13:33.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75842026-05-21T10:13:34.805Z[ recovery-image] May 21 10:13:33.291 INFO O| May 21 10:13:33.291 INFO STEP 900 (remove_files) COMPLETE
75852026-05-21T10:13:34.805Z[ recovery-image] May 21 10:13:33.291 INFO O| May 21 10:13:33.291 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-05-21T10:13:34.810Z[ recovery-image] May 21 10:13:33.300 INFO O| May 21 10:13:33.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75872026-05-21T10:13:34.810Z[ recovery-image] May 21 10:13:33.300 INFO O| May 21 10:13:33.300 INFO STEP 901 (remove_files) COMPLETE
75882026-05-21T10:13:34.813Z[ recovery-image] May 21 10:13:33.300 INFO O| May 21 10:13:33.300 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-05-21T10:13:34.818Z[ recovery-image] May 21 10:13:33.308 INFO O| May 21 10:13:33.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75902026-05-21T10:13:34.818Z[ recovery-image] May 21 10:13:33.308 INFO O| May 21 10:13:33.308 INFO STEP 902 (remove_files) COMPLETE
75912026-05-21T10:13:34.821Z[ recovery-image] May 21 10:13:33.308 INFO O| May 21 10:13:33.308 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-05-21T10:13:34.829Z[ recovery-image] May 21 10:13:33.318 INFO O| May 21 10:13:33.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75932026-05-21T10:13:34.829Z[ recovery-image] May 21 10:13:33.318 INFO O| May 21 10:13:33.318 INFO STEP 903 (remove_files) COMPLETE
75942026-05-21T10:13:34.832Z[ recovery-image] May 21 10:13:33.318 INFO O| May 21 10:13:33.318 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-05-21T10:13:34.839Z[ recovery-image] May 21 10:13:33.329 INFO O| May 21 10:13:33.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75962026-05-21T10:13:34.839Z[ recovery-image] May 21 10:13:33.329 INFO O| May 21 10:13:33.329 INFO STEP 904 (remove_files) COMPLETE
75972026-05-21T10:13:34.839Z[ recovery-image] May 21 10:13:33.329 INFO O| May 21 10:13:33.329 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-05-21T10:13:34.848Z[ recovery-image] May 21 10:13:33.337 INFO O| May 21 10:13:33.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75992026-05-21T10:13:34.848Z[ recovery-image] May 21 10:13:33.337 INFO O| May 21 10:13:33.337 INFO STEP 905 (remove_files) COMPLETE
76002026-05-21T10:13:34.848Z[ recovery-image] May 21 10:13:33.337 INFO O| May 21 10:13:33.337 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-05-21T10:13:34.855Z[ recovery-image] May 21 10:13:33.345 INFO O| May 21 10:13:33.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76022026-05-21T10:13:34.855Z[ recovery-image] May 21 10:13:33.345 INFO O| May 21 10:13:33.345 INFO STEP 906 (remove_files) COMPLETE
76032026-05-21T10:13:34.855Z[ recovery-image] May 21 10:13:33.345 INFO O| May 21 10:13:33.345 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-05-21T10:13:34.862Z[ recovery-image] May 21 10:13:33.352 INFO O| May 21 10:13:33.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76052026-05-21T10:13:34.862Z[ recovery-image] May 21 10:13:33.352 INFO O| May 21 10:13:33.352 INFO STEP 907 (remove_files) COMPLETE
76062026-05-21T10:13:34.865Z[ recovery-image] May 21 10:13:33.352 INFO O| May 21 10:13:33.352 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-05-21T10:13:34.870Z[ recovery-image] May 21 10:13:33.359 INFO O| May 21 10:13:33.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76082026-05-21T10:13:34.871Z[ recovery-image] May 21 10:13:33.359 INFO O| May 21 10:13:33.359 INFO STEP 908 (remove_files) COMPLETE
76092026-05-21T10:13:34.871Z[ recovery-image] May 21 10:13:33.359 INFO O| May 21 10:13:33.359 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-05-21T10:13:34.878Z[ recovery-image] May 21 10:13:33.367 INFO O| May 21 10:13:33.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76112026-05-21T10:13:34.878Z[ recovery-image] May 21 10:13:33.368 INFO O| May 21 10:13:33.368 INFO STEP 909 (remove_files) COMPLETE
76122026-05-21T10:13:34.881Z[ recovery-image] May 21 10:13:33.368 INFO O| May 21 10:13:33.368 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-05-21T10:13:34.886Z[ recovery-image] May 21 10:13:33.376 INFO O| May 21 10:13:33.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76142026-05-21T10:13:34.889Z[ recovery-image] May 21 10:13:33.376 INFO O| May 21 10:13:33.376 INFO STEP 910 (remove_files) COMPLETE
76152026-05-21T10:13:34.889Z[ recovery-image] May 21 10:13:33.376 INFO O| May 21 10:13:33.376 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-05-21T10:13:34.896Z[ recovery-image] May 21 10:13:33.385 INFO O| May 21 10:13:33.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76172026-05-21T10:13:34.896Z[ recovery-image] May 21 10:13:33.385 INFO O| May 21 10:13:33.385 INFO STEP 911 (remove_files) COMPLETE
76182026-05-21T10:13:34.896Z[ recovery-image] May 21 10:13:33.385 INFO O| May 21 10:13:33.385 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-05-21T10:13:34.905Z[ recovery-image] May 21 10:13:33.394 INFO O| May 21 10:13:33.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76202026-05-21T10:13:34.905Z[ recovery-image] May 21 10:13:33.395 INFO O| May 21 10:13:33.394 INFO STEP 912 (remove_files) COMPLETE
76212026-05-21T10:13:34.908Z[ recovery-image] May 21 10:13:33.395 INFO O| May 21 10:13:33.394 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-05-21T10:13:34.981Z[ recovery-image] May 21 10:13:33.470 INFO O| May 21 10:13:33.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76232026-05-21T10:13:34.981Z[ recovery-image] May 21 10:13:33.470 INFO O| May 21 10:13:33.470 INFO STEP 913 (remove_files) COMPLETE
76242026-05-21T10:13:34.984Z[ recovery-image] May 21 10:13:33.470 INFO O| May 21 10:13:33.470 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-05-21T10:13:34.989Z[ recovery-image] May 21 10:13:33.479 INFO O| May 21 10:13:33.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76262026-05-21T10:13:34.989Z[ recovery-image] May 21 10:13:33.479 INFO O| May 21 10:13:33.479 INFO STEP 914 (remove_files) COMPLETE
76272026-05-21T10:13:34.992Z[ recovery-image] May 21 10:13:33.479 INFO O| May 21 10:13:33.479 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-05-21T10:13:34.998Z[ recovery-image] May 21 10:13:33.487 INFO O| May 21 10:13:33.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76292026-05-21T10:13:34.998Z[ recovery-image] May 21 10:13:33.487 INFO O| May 21 10:13:33.487 INFO STEP 915 (remove_files) COMPLETE
76302026-05-21T10:13:35.001Z[ recovery-image] May 21 10:13:33.487 INFO O| May 21 10:13:33.487 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-05-21T10:13:35.007Z[ recovery-image] May 21 10:13:33.496 INFO O| May 21 10:13:33.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76322026-05-21T10:13:35.007Z[ recovery-image] May 21 10:13:33.496 INFO O| May 21 10:13:33.496 INFO STEP 916 (remove_files) COMPLETE
76332026-05-21T10:13:35.010Z[ recovery-image] May 21 10:13:33.496 INFO O| May 21 10:13:33.496 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-05-21T10:13:35.015Z[ recovery-image] May 21 10:13:33.505 INFO O| May 21 10:13:33.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76352026-05-21T10:13:35.015Z[ recovery-image] May 21 10:13:33.505 INFO O| May 21 10:13:33.505 INFO STEP 917 (remove_files) COMPLETE
76362026-05-21T10:13:35.015Z[ recovery-image] May 21 10:13:33.505 INFO O| May 21 10:13:33.505 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-05-21T10:13:35.024Z[ recovery-image] May 21 10:13:33.513 INFO O| May 21 10:13:33.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76382026-05-21T10:13:35.024Z[ recovery-image] May 21 10:13:33.513 INFO O| May 21 10:13:33.513 INFO STEP 918 (remove_files) COMPLETE
76392026-05-21T10:13:35.024Z[ recovery-image] May 21 10:13:33.513 INFO O| May 21 10:13:33.513 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-05-21T10:13:35.031Z[ recovery-image] May 21 10:13:33.521 INFO O| May 21 10:13:33.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76412026-05-21T10:13:35.031Z[ recovery-image] May 21 10:13:33.521 INFO O| May 21 10:13:33.521 INFO STEP 919 (remove_files) COMPLETE
76422026-05-21T10:13:35.031Z[ recovery-image] May 21 10:13:33.521 INFO O| May 21 10:13:33.521 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-05-21T10:13:35.039Z[ recovery-image] May 21 10:13:33.529 INFO O| May 21 10:13:33.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76442026-05-21T10:13:35.039Z[ recovery-image] May 21 10:13:33.529 INFO O| May 21 10:13:33.529 INFO STEP 920 (remove_files) COMPLETE
76452026-05-21T10:13:35.039Z[ recovery-image] May 21 10:13:33.529 INFO O| May 21 10:13:33.529 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-05-21T10:13:35.047Z[ recovery-image] May 21 10:13:33.536 INFO O| May 21 10:13:33.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76472026-05-21T10:13:35.047Z[ recovery-image] May 21 10:13:33.536 INFO O| May 21 10:13:33.536 INFO STEP 921 (remove_files) COMPLETE
76482026-05-21T10:13:35.047Z[ recovery-image] May 21 10:13:33.536 INFO O| May 21 10:13:33.536 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-05-21T10:13:35.056Z[ recovery-image] May 21 10:13:33.545 INFO O| May 21 10:13:33.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76502026-05-21T10:13:35.056Z[ recovery-image] May 21 10:13:33.545 INFO O| May 21 10:13:33.545 INFO STEP 922 (remove_files) COMPLETE
76512026-05-21T10:13:35.056Z[ recovery-image] May 21 10:13:33.545 INFO O| May 21 10:13:33.545 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-05-21T10:13:35.065Z[ recovery-image] May 21 10:13:33.554 INFO O| May 21 10:13:33.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76532026-05-21T10:13:35.065Z[ recovery-image] May 21 10:13:33.554 INFO O| May 21 10:13:33.554 INFO STEP 923 (remove_files) COMPLETE
76542026-05-21T10:13:35.065Z[ recovery-image] May 21 10:13:33.554 INFO O| May 21 10:13:33.554 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-05-21T10:13:35.073Z[ recovery-image] May 21 10:13:33.563 INFO O| May 21 10:13:33.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76562026-05-21T10:13:35.073Z[ recovery-image] May 21 10:13:33.563 INFO O| May 21 10:13:33.563 INFO STEP 924 (remove_files) COMPLETE
76572026-05-21T10:13:35.073Z[ recovery-image] May 21 10:13:33.563 INFO O| May 21 10:13:33.563 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-05-21T10:13:35.084Z[ recovery-image] May 21 10:13:33.573 INFO O| May 21 10:13:33.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76592026-05-21T10:13:35.084Z[ recovery-image] May 21 10:13:33.573 INFO O| May 21 10:13:33.573 INFO STEP 925 (remove_files) COMPLETE
76602026-05-21T10:13:35.087Z[ recovery-image] May 21 10:13:33.573 INFO O| May 21 10:13:33.573 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-05-21T10:13:35.094Z[ recovery-image] May 21 10:13:33.584 INFO O| May 21 10:13:33.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76622026-05-21T10:13:35.094Z[ recovery-image] May 21 10:13:33.584 INFO O| May 21 10:13:33.584 INFO STEP 926 (remove_files) COMPLETE
76632026-05-21T10:13:35.095Z[ recovery-image] May 21 10:13:33.584 INFO O| May 21 10:13:33.584 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-05-21T10:13:35.105Z[ recovery-image] May 21 10:13:33.595 INFO O| May 21 10:13:33.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76652026-05-21T10:13:35.105Z[ recovery-image] May 21 10:13:33.595 INFO O| May 21 10:13:33.595 INFO STEP 927 (remove_files) COMPLETE
76662026-05-21T10:13:35.108Z[ recovery-image] May 21 10:13:33.595 INFO O| May 21 10:13:33.595 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-05-21T10:13:35.116Z[ recovery-image] May 21 10:13:33.605 INFO O| May 21 10:13:33.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76682026-05-21T10:13:35.116Z[ recovery-image] May 21 10:13:33.605 INFO O| May 21 10:13:33.605 INFO STEP 928 (remove_files) COMPLETE
76692026-05-21T10:13:35.116Z[ recovery-image] May 21 10:13:33.605 INFO O| May 21 10:13:33.605 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-05-21T10:13:35.127Z[ recovery-image] May 21 10:13:33.617 INFO O| May 21 10:13:33.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76712026-05-21T10:13:35.127Z[ recovery-image] May 21 10:13:33.617 INFO O| May 21 10:13:33.617 INFO STEP 929 (remove_files) COMPLETE
76722026-05-21T10:13:35.127Z[ recovery-image] May 21 10:13:33.617 INFO O| May 21 10:13:33.617 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-05-21T10:13:35.138Z[ recovery-image] May 21 10:13:33.628 INFO O| May 21 10:13:33.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76742026-05-21T10:13:35.138Z[ recovery-image] May 21 10:13:33.628 INFO O| May 21 10:13:33.628 INFO STEP 930 (remove_files) COMPLETE
76752026-05-21T10:13:35.138Z[ recovery-image] May 21 10:13:33.628 INFO O| May 21 10:13:33.628 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-05-21T10:13:35.148Z[ recovery-image] May 21 10:13:33.637 INFO O| May 21 10:13:33.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76772026-05-21T10:13:35.148Z[ recovery-image] May 21 10:13:33.638 INFO O| May 21 10:13:33.638 INFO STEP 931 (remove_files) COMPLETE
76782026-05-21T10:13:35.148Z[ recovery-image] May 21 10:13:33.638 INFO O| May 21 10:13:33.638 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-05-21T10:13:35.159Z[ recovery-image] May 21 10:13:33.648 INFO O| May 21 10:13:33.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76802026-05-21T10:13:35.159Z[ recovery-image] May 21 10:13:33.648 INFO O| May 21 10:13:33.648 INFO STEP 932 (remove_files) COMPLETE
76812026-05-21T10:13:35.159Z[ recovery-image] May 21 10:13:33.648 INFO O| May 21 10:13:33.648 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-05-21T10:13:35.169Z[ recovery-image] May 21 10:13:33.659 INFO O| May 21 10:13:33.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76832026-05-21T10:13:35.169Z[ recovery-image] May 21 10:13:33.659 INFO O| May 21 10:13:33.659 INFO STEP 933 (remove_files) COMPLETE
76842026-05-21T10:13:35.169Z[ recovery-image] May 21 10:13:33.659 INFO O| May 21 10:13:33.659 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-05-21T10:13:35.180Z[ recovery-image] May 21 10:13:33.670 INFO O| May 21 10:13:33.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76862026-05-21T10:13:35.180Z[ recovery-image] May 21 10:13:33.670 INFO O| May 21 10:13:33.670 INFO STEP 934 (remove_files) COMPLETE
76872026-05-21T10:13:35.180Z[ recovery-image] May 21 10:13:33.670 INFO O| May 21 10:13:33.670 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-05-21T10:13:35.192Z[ recovery-image] May 21 10:13:33.681 INFO O| May 21 10:13:33.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76892026-05-21T10:13:35.192Z[ recovery-image] May 21 10:13:33.681 INFO O| May 21 10:13:33.681 INFO STEP 935 (remove_files) COMPLETE
76902026-05-21T10:13:35.195Z[ recovery-image] May 21 10:13:33.681 INFO O| May 21 10:13:33.681 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-05-21T10:13:35.202Z[ recovery-image] May 21 10:13:33.691 INFO O| May 21 10:13:33.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76922026-05-21T10:13:35.202Z[ recovery-image] May 21 10:13:33.691 INFO O| May 21 10:13:33.691 INFO STEP 936 (remove_files) COMPLETE
76932026-05-21T10:13:35.202Z[ recovery-image] May 21 10:13:33.691 INFO O| May 21 10:13:33.691 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-05-21T10:13:35.213Z[ recovery-image] May 21 10:13:33.702 INFO O| May 21 10:13:33.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76952026-05-21T10:13:35.216Z[ recovery-image] May 21 10:13:33.703 INFO O| May 21 10:13:33.703 INFO STEP 937 (remove_files) COMPLETE
76962026-05-21T10:13:35.216Z[ recovery-image] May 21 10:13:33.703 INFO O| May 21 10:13:33.703 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-05-21T10:13:35.225Z[ recovery-image] May 21 10:13:33.714 INFO O| May 21 10:13:33.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76982026-05-21T10:13:35.225Z[ recovery-image] May 21 10:13:33.714 INFO O| May 21 10:13:33.714 INFO STEP 938 (remove_files) COMPLETE
76992026-05-21T10:13:35.228Z[ recovery-image] May 21 10:13:33.714 INFO O| May 21 10:13:33.714 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-05-21T10:13:35.236Z[ recovery-image] May 21 10:13:33.726 INFO O| May 21 10:13:33.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77012026-05-21T10:13:35.236Z[ recovery-image] May 21 10:13:33.726 INFO O| May 21 10:13:33.726 INFO STEP 939 (remove_files) COMPLETE
77022026-05-21T10:13:35.239Z[ recovery-image] May 21 10:13:33.726 INFO O| May 21 10:13:33.726 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-05-21T10:13:35.246Z[ recovery-image] May 21 10:13:33.736 INFO O| May 21 10:13:33.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77042026-05-21T10:13:35.247Z[ recovery-image] May 21 10:13:33.736 INFO O| May 21 10:13:33.736 INFO STEP 940 (remove_files) COMPLETE
77052026-05-21T10:13:35.247Z[ recovery-image] May 21 10:13:33.736 INFO O| May 21 10:13:33.736 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-05-21T10:13:35.257Z[ recovery-image] May 21 10:13:33.746 INFO O| May 21 10:13:33.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77072026-05-21T10:13:35.257Z[ recovery-image] May 21 10:13:33.746 INFO O| May 21 10:13:33.746 INFO STEP 941 (remove_files) COMPLETE
77082026-05-21T10:13:35.257Z[ recovery-image] May 21 10:13:33.746 INFO O| May 21 10:13:33.746 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-05-21T10:13:35.266Z[ recovery-image] May 21 10:13:33.756 INFO O| May 21 10:13:33.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77102026-05-21T10:13:35.269Z[ recovery-image] May 21 10:13:33.757 INFO O| May 21 10:13:33.757 INFO STEP 942 (remove_files) COMPLETE
77112026-05-21T10:13:35.269Z[ recovery-image] May 21 10:13:33.757 INFO O| May 21 10:13:33.757 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-05-21T10:13:35.277Z[ recovery-image] May 21 10:13:33.767 INFO O| May 21 10:13:33.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77132026-05-21T10:13:35.277Z[ recovery-image] May 21 10:13:33.767 INFO O| May 21 10:13:33.767 INFO STEP 943 (remove_files) COMPLETE
77142026-05-21T10:13:35.280Z[ recovery-image] May 21 10:13:33.767 INFO O| May 21 10:13:33.767 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-05-21T10:13:35.286Z[ recovery-image] May 21 10:13:33.775 INFO O| May 21 10:13:33.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77162026-05-21T10:13:35.286Z[ recovery-image] May 21 10:13:33.776 INFO O| May 21 10:13:33.775 INFO STEP 944 (remove_files) COMPLETE
77172026-05-21T10:13:35.289Z[ recovery-image] May 21 10:13:33.776 INFO O| May 21 10:13:33.776 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-05-21T10:13:35.294Z[ recovery-image] May 21 10:13:33.783 INFO O| May 21 10:13:33.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77192026-05-21T10:13:35.294Z[ recovery-image] May 21 10:13:33.783 INFO O| May 21 10:13:33.783 INFO STEP 945 (remove_files) COMPLETE
77202026-05-21T10:13:35.294Z[ recovery-image] May 21 10:13:33.783 INFO O| May 21 10:13:33.783 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-05-21T10:13:35.301Z[ recovery-image] May 21 10:13:33.791 INFO O| May 21 10:13:33.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77222026-05-21T10:13:35.302Z[ recovery-image] May 21 10:13:33.791 INFO O| May 21 10:13:33.791 INFO STEP 946 (remove_files) COMPLETE
77232026-05-21T10:13:35.304Z[ recovery-image] May 21 10:13:33.791 INFO O| May 21 10:13:33.791 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-05-21T10:13:35.309Z[ recovery-image] May 21 10:13:33.799 INFO O| May 21 10:13:33.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77252026-05-21T10:13:35.309Z[ recovery-image] May 21 10:13:33.799 INFO O| May 21 10:13:33.799 INFO STEP 947 (remove_files) COMPLETE
77262026-05-21T10:13:35.312Z[ recovery-image] May 21 10:13:33.799 INFO O| May 21 10:13:33.799 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-05-21T10:13:35.316Z[ recovery-image] May 21 10:13:33.806 INFO O| May 21 10:13:33.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77282026-05-21T10:13:35.316Z[ recovery-image] May 21 10:13:33.806 INFO O| May 21 10:13:33.806 INFO STEP 948 (remove_files) COMPLETE
77292026-05-21T10:13:35.319Z[ recovery-image] May 21 10:13:33.806 INFO O| May 21 10:13:33.806 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-05-21T10:13:35.325Z[ recovery-image] May 21 10:13:33.815 INFO O| May 21 10:13:33.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77312026-05-21T10:13:35.325Z[ recovery-image] May 21 10:13:33.815 INFO O| May 21 10:13:33.815 INFO STEP 949 (remove_files) COMPLETE
77322026-05-21T10:13:35.328Z[ recovery-image] May 21 10:13:33.815 INFO O| May 21 10:13:33.815 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-05-21T10:13:35.332Z[ recovery-image] May 21 10:13:33.822 INFO O| May 21 10:13:33.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77342026-05-21T10:13:35.333Z[ recovery-image] May 21 10:13:33.822 INFO O| May 21 10:13:33.822 INFO STEP 950 (remove_files) COMPLETE
77352026-05-21T10:13:35.333Z[ recovery-image] May 21 10:13:33.822 INFO O| May 21 10:13:33.822 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-05-21T10:13:35.340Z[ recovery-image] May 21 10:13:33.830 INFO O| May 21 10:13:33.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77372026-05-21T10:13:35.340Z[ recovery-image] May 21 10:13:33.830 INFO O| May 21 10:13:33.830 INFO STEP 951 (remove_files) COMPLETE
77382026-05-21T10:13:35.340Z[ recovery-image] May 21 10:13:33.830 INFO O| May 21 10:13:33.830 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-05-21T10:13:35.357Z[ recovery-image] May 21 10:13:33.838 INFO O| May 21 10:13:33.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77402026-05-21T10:13:35.357Z[ recovery-image] May 21 10:13:33.838 INFO O| May 21 10:13:33.838 INFO STEP 952 (remove_files) COMPLETE
77412026-05-21T10:13:35.357Z[ recovery-image] May 21 10:13:33.838 INFO O| May 21 10:13:33.838 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-05-21T10:13:35.362Z[ recovery-image] May 21 10:13:33.847 INFO O| May 21 10:13:33.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77432026-05-21T10:13:35.362Z[ recovery-image] May 21 10:13:33.847 INFO O| May 21 10:13:33.847 INFO STEP 953 (remove_files) COMPLETE
77442026-05-21T10:13:35.365Z[ recovery-image] May 21 10:13:33.847 INFO O| May 21 10:13:33.847 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-05-21T10:13:35.367Z[ recovery-image] May 21 10:13:33.856 INFO O| May 21 10:13:33.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77462026-05-21T10:13:35.367Z[ recovery-image] May 21 10:13:33.856 INFO O| May 21 10:13:33.856 INFO STEP 954 (remove_files) COMPLETE
77472026-05-21T10:13:35.368Z[ recovery-image] May 21 10:13:33.856 INFO O| May 21 10:13:33.856 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-05-21T10:13:35.376Z[ recovery-image] May 21 10:13:33.865 INFO O| May 21 10:13:33.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77492026-05-21T10:13:35.376Z[ recovery-image] May 21 10:13:33.865 INFO O| May 21 10:13:33.865 INFO STEP 955 (remove_files) COMPLETE
77502026-05-21T10:13:35.376Z[ recovery-image] May 21 10:13:33.865 INFO O| May 21 10:13:33.865 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-05-21T10:13:35.384Z[ recovery-image] May 21 10:13:33.874 INFO O| May 21 10:13:33.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77522026-05-21T10:13:35.384Z[ recovery-image] May 21 10:13:33.874 INFO O| May 21 10:13:33.874 INFO STEP 956 (remove_files) COMPLETE
77532026-05-21T10:13:35.384Z[ recovery-image] May 21 10:13:33.874 INFO O| May 21 10:13:33.874 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-05-21T10:13:35.393Z[ recovery-image] May 21 10:13:33.882 INFO O| May 21 10:13:33.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77552026-05-21T10:13:35.393Z[ recovery-image] May 21 10:13:33.882 INFO O| May 21 10:13:33.882 INFO STEP 957 (remove_files) COMPLETE
77562026-05-21T10:13:35.393Z[ recovery-image] May 21 10:13:33.882 INFO O| May 21 10:13:33.882 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-05-21T10:13:35.400Z[ recovery-image] May 21 10:13:33.890 INFO O| May 21 10:13:33.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77582026-05-21T10:13:35.400Z[ recovery-image] May 21 10:13:33.890 INFO O| May 21 10:13:33.890 INFO STEP 958 (remove_files) COMPLETE
77592026-05-21T10:13:35.400Z[ recovery-image] May 21 10:13:33.890 INFO O| May 21 10:13:33.890 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-05-21T10:13:35.410Z[ recovery-image] May 21 10:13:33.900 INFO O| May 21 10:13:33.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77612026-05-21T10:13:35.410Z[ recovery-image] May 21 10:13:33.900 INFO O| May 21 10:13:33.900 INFO STEP 959 (remove_files) COMPLETE
77622026-05-21T10:13:35.410Z[ recovery-image] May 21 10:13:33.900 INFO O| May 21 10:13:33.900 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-05-21T10:13:35.420Z[ recovery-image] May 21 10:13:33.909 INFO O| May 21 10:13:33.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77642026-05-21T10:13:35.420Z[ recovery-image] May 21 10:13:33.909 INFO O| May 21 10:13:33.909 INFO STEP 960 (remove_files) COMPLETE
77652026-05-21T10:13:35.420Z[ recovery-image] May 21 10:13:33.909 INFO O| May 21 10:13:33.909 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-05-21T10:13:35.429Z[ recovery-image] May 21 10:13:33.918 INFO O| May 21 10:13:33.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77672026-05-21T10:13:35.429Z[ recovery-image] May 21 10:13:33.918 INFO O| May 21 10:13:33.918 INFO STEP 961 (remove_files) COMPLETE
77682026-05-21T10:13:35.429Z[ recovery-image] May 21 10:13:33.918 INFO O| May 21 10:13:33.918 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-05-21T10:13:35.438Z[ recovery-image] May 21 10:13:33.927 INFO O| May 21 10:13:33.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77702026-05-21T10:13:35.438Z[ recovery-image] May 21 10:13:33.927 INFO O| May 21 10:13:33.927 INFO STEP 962 (remove_files) COMPLETE
77712026-05-21T10:13:35.438Z[ recovery-image] May 21 10:13:33.927 INFO O| May 21 10:13:33.927 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-05-21T10:13:35.446Z[ recovery-image] May 21 10:13:33.936 INFO O| May 21 10:13:33.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77732026-05-21T10:13:35.446Z[ recovery-image] May 21 10:13:33.936 INFO O| May 21 10:13:33.936 INFO STEP 963 (remove_files) COMPLETE
77742026-05-21T10:13:35.450Z[ recovery-image] May 21 10:13:33.936 INFO O| May 21 10:13:33.936 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-05-21T10:13:35.455Z[ recovery-image] May 21 10:13:33.945 INFO O| May 21 10:13:33.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77762026-05-21T10:13:35.455Z[ recovery-image] May 21 10:13:33.945 INFO O| May 21 10:13:33.945 INFO STEP 964 (remove_files) COMPLETE
77772026-05-21T10:13:35.455Z[ recovery-image] May 21 10:13:33.945 INFO O| May 21 10:13:33.945 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-05-21T10:13:35.483Z[ recovery-image] May 21 10:13:33.967 INFO O| May 21 10:13:33.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77792026-05-21T10:13:35.483Z[ recovery-image] May 21 10:13:33.967 INFO O| May 21 10:13:33.967 INFO STEP 965 (remove_files) COMPLETE
77802026-05-21T10:13:35.483Z[ recovery-image] May 21 10:13:33.967 INFO O| May 21 10:13:33.967 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-05-21T10:13:35.488Z[ recovery-image] May 21 10:13:33.977 INFO O| May 21 10:13:33.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77822026-05-21T10:13:35.488Z[ recovery-image] May 21 10:13:33.977 INFO O| May 21 10:13:33.977 INFO STEP 966 (remove_files) COMPLETE
77832026-05-21T10:13:35.488Z[ recovery-image] May 21 10:13:33.977 INFO O| May 21 10:13:33.977 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-05-21T10:13:35.496Z[ recovery-image] May 21 10:13:33.985 INFO O| May 21 10:13:33.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77852026-05-21T10:13:35.496Z[ recovery-image] May 21 10:13:33.985 INFO O| May 21 10:13:33.985 INFO STEP 967 (remove_files) COMPLETE
77862026-05-21T10:13:35.496Z[ recovery-image] May 21 10:13:33.985 INFO O| May 21 10:13:33.985 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-05-21T10:13:35.504Z[ recovery-image] May 21 10:13:33.993 INFO O| May 21 10:13:33.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77882026-05-21T10:13:35.504Z[ recovery-image] May 21 10:13:33.993 INFO O| May 21 10:13:33.993 INFO STEP 968 (remove_files) COMPLETE
77892026-05-21T10:13:35.504Z[ recovery-image] May 21 10:13:33.993 INFO O| May 21 10:13:33.993 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-05-21T10:13:35.512Z[ recovery-image] May 21 10:13:34.001 INFO O| May 21 10:13:34.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77912026-05-21T10:13:35.512Z[ recovery-image] May 21 10:13:34.001 INFO O| May 21 10:13:34.001 INFO STEP 969 (remove_files) COMPLETE
77922026-05-21T10:13:35.516Z[ recovery-image] May 21 10:13:34.001 INFO O| May 21 10:13:34.001 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-05-21T10:13:35.522Z[ recovery-image] May 21 10:13:34.011 INFO O| May 21 10:13:34.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77942026-05-21T10:13:35.522Z[ recovery-image] May 21 10:13:34.011 INFO O| May 21 10:13:34.011 INFO STEP 970 (remove_files) COMPLETE
77952026-05-21T10:13:35.522Z[ recovery-image] May 21 10:13:34.011 INFO O| May 21 10:13:34.011 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-05-21T10:13:35.532Z[ recovery-image] May 21 10:13:34.021 INFO O| May 21 10:13:34.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77972026-05-21T10:13:35.533Z[ recovery-image] May 21 10:13:34.021 INFO O| May 21 10:13:34.021 INFO STEP 971 (remove_files) COMPLETE
77982026-05-21T10:13:35.533Z[ recovery-image] May 21 10:13:34.021 INFO O| May 21 10:13:34.021 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-05-21T10:13:35.541Z[ recovery-image] May 21 10:13:34.030 INFO O| May 21 10:13:34.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78002026-05-21T10:13:35.542Z[ recovery-image] May 21 10:13:34.030 INFO O| May 21 10:13:34.030 INFO STEP 972 (remove_files) COMPLETE
78012026-05-21T10:13:35.542Z[ recovery-image] May 21 10:13:34.031 INFO O| May 21 10:13:34.030 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-05-21T10:13:35.550Z[ recovery-image] May 21 10:13:34.039 INFO O| May 21 10:13:34.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78032026-05-21T10:13:35.550Z[ recovery-image] May 21 10:13:34.039 INFO O| May 21 10:13:34.039 INFO STEP 973 (remove_files) COMPLETE
78042026-05-21T10:13:35.553Z[ recovery-image] May 21 10:13:34.039 INFO O| May 21 10:13:34.039 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-05-21T10:13:35.559Z[ recovery-image] May 21 10:13:34.048 INFO O| May 21 10:13:34.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78062026-05-21T10:13:35.559Z[ recovery-image] May 21 10:13:34.048 INFO O| May 21 10:13:34.048 INFO STEP 974 (remove_files) COMPLETE
78072026-05-21T10:13:35.559Z[ recovery-image] May 21 10:13:34.048 INFO O| May 21 10:13:34.048 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-05-21T10:13:35.567Z[ recovery-image] May 21 10:13:34.057 INFO O| May 21 10:13:34.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78092026-05-21T10:13:35.568Z[ recovery-image] May 21 10:13:34.057 INFO O| May 21 10:13:34.057 INFO STEP 975 (remove_files) COMPLETE
78102026-05-21T10:13:35.570Z[ recovery-image] May 21 10:13:34.057 INFO O| May 21 10:13:34.057 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-05-21T10:13:35.576Z[ recovery-image] May 21 10:13:34.066 INFO O| May 21 10:13:34.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78122026-05-21T10:13:35.576Z[ recovery-image] May 21 10:13:34.066 INFO O| May 21 10:13:34.066 INFO STEP 976 (remove_files) COMPLETE
78132026-05-21T10:13:35.579Z[ recovery-image] May 21 10:13:34.066 INFO O| May 21 10:13:34.066 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-05-21T10:13:35.585Z[ recovery-image] May 21 10:13:34.074 INFO O| May 21 10:13:34.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78152026-05-21T10:13:35.585Z[ recovery-image] May 21 10:13:34.074 INFO O| May 21 10:13:34.074 INFO STEP 977 (remove_files) COMPLETE
78162026-05-21T10:13:35.587Z[ recovery-image] May 21 10:13:34.074 INFO O| May 21 10:13:34.074 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-05-21T10:13:35.593Z[ recovery-image] May 21 10:13:34.083 INFO O| May 21 10:13:34.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78182026-05-21T10:13:35.593Z[ recovery-image] May 21 10:13:34.083 INFO O| May 21 10:13:34.083 INFO STEP 978 (remove_files) COMPLETE
78192026-05-21T10:13:35.597Z[ recovery-image] May 21 10:13:34.083 INFO O| May 21 10:13:34.083 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-05-21T10:13:35.602Z[ recovery-image] May 21 10:13:34.092 INFO O| May 21 10:13:34.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78212026-05-21T10:13:35.603Z[ recovery-image] May 21 10:13:34.092 INFO O| May 21 10:13:34.092 INFO STEP 979 (remove_files) COMPLETE
78222026-05-21T10:13:35.603Z[ recovery-image] May 21 10:13:34.092 INFO O| May 21 10:13:34.092 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-05-21T10:13:35.611Z[ recovery-image] May 21 10:13:34.101 INFO O| May 21 10:13:34.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78242026-05-21T10:13:35.611Z[ recovery-image] May 21 10:13:34.101 INFO O| May 21 10:13:34.101 INFO STEP 980 (remove_files) COMPLETE
78252026-05-21T10:13:35.612Z[ recovery-image] May 21 10:13:34.101 INFO O| May 21 10:13:34.101 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-05-21T10:13:35.622Z[ recovery-image] May 21 10:13:34.111 INFO O| May 21 10:13:34.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78272026-05-21T10:13:35.622Z[ recovery-image] May 21 10:13:34.111 INFO O| May 21 10:13:34.111 INFO STEP 981 (remove_files) COMPLETE
78282026-05-21T10:13:35.625Z[ recovery-image] May 21 10:13:34.111 INFO O| May 21 10:13:34.111 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-05-21T10:13:35.631Z[ recovery-image] May 21 10:13:34.120 INFO O| May 21 10:13:34.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78302026-05-21T10:13:35.631Z[ recovery-image] May 21 10:13:34.120 INFO O| May 21 10:13:34.120 INFO STEP 982 (remove_files) COMPLETE
78312026-05-21T10:13:35.634Z[ recovery-image] May 21 10:13:34.120 INFO O| May 21 10:13:34.120 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-05-21T10:13:35.641Z[ recovery-image] May 21 10:13:34.130 INFO O| May 21 10:13:34.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78332026-05-21T10:13:35.641Z[ recovery-image] May 21 10:13:34.131 INFO O| May 21 10:13:34.131 INFO STEP 983 (remove_files) COMPLETE
78342026-05-21T10:13:35.645Z[ recovery-image] May 21 10:13:34.131 INFO O| May 21 10:13:34.131 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-05-21T10:13:35.651Z[ recovery-image] May 21 10:13:34.140 INFO O| May 21 10:13:34.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78362026-05-21T10:13:35.651Z[ recovery-image] May 21 10:13:34.140 INFO O| May 21 10:13:34.140 INFO STEP 984 (remove_files) COMPLETE
78372026-05-21T10:13:35.651Z[ recovery-image] May 21 10:13:34.140 INFO O| May 21 10:13:34.140 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-05-21T10:13:35.660Z[ recovery-image] May 21 10:13:34.149 INFO O| May 21 10:13:34.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78392026-05-21T10:13:35.660Z[ recovery-image] May 21 10:13:34.149 INFO O| May 21 10:13:34.149 INFO STEP 985 (remove_files) COMPLETE
78402026-05-21T10:13:35.660Z[ recovery-image] May 21 10:13:34.149 INFO O| May 21 10:13:34.149 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-05-21T10:13:35.669Z[ recovery-image] May 21 10:13:34.157 INFO O| May 21 10:13:34.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78422026-05-21T10:13:35.669Z[ recovery-image] May 21 10:13:34.157 INFO O| May 21 10:13:34.157 INFO STEP 986 (remove_files) COMPLETE
78432026-05-21T10:13:35.669Z[ recovery-image] May 21 10:13:34.157 INFO O| May 21 10:13:34.157 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-05-21T10:13:35.678Z[ recovery-image] May 21 10:13:34.167 INFO O| May 21 10:13:34.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78452026-05-21T10:13:35.678Z[ recovery-image] May 21 10:13:34.167 INFO O| May 21 10:13:34.167 INFO STEP 987 (remove_files) COMPLETE
78462026-05-21T10:13:35.678Z[ recovery-image] May 21 10:13:34.167 INFO O| May 21 10:13:34.167 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-05-21T10:13:35.687Z[ recovery-image] May 21 10:13:34.176 INFO O| May 21 10:13:34.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78482026-05-21T10:13:35.687Z[ recovery-image] May 21 10:13:34.176 INFO O| May 21 10:13:34.176 INFO STEP 988 (remove_files) COMPLETE
78492026-05-21T10:13:35.687Z[ recovery-image] May 21 10:13:34.176 INFO O| May 21 10:13:34.176 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-05-21T10:13:35.695Z[ recovery-image] May 21 10:13:34.184 INFO O| May 21 10:13:34.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78512026-05-21T10:13:35.695Z[ recovery-image] May 21 10:13:34.184 INFO O| May 21 10:13:34.184 INFO STEP 989 (remove_files) COMPLETE
78522026-05-21T10:13:35.695Z[ recovery-image] May 21 10:13:34.184 INFO O| May 21 10:13:34.184 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-05-21T10:13:35.704Z[ recovery-image] May 21 10:13:34.193 INFO O| May 21 10:13:34.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78542026-05-21T10:13:35.704Z[ recovery-image] May 21 10:13:34.193 INFO O| May 21 10:13:34.193 INFO STEP 990 (remove_files) COMPLETE
78552026-05-21T10:13:35.704Z[ recovery-image] May 21 10:13:34.193 INFO O| May 21 10:13:34.193 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-05-21T10:13:35.712Z[ recovery-image] May 21 10:13:34.202 INFO O| May 21 10:13:34.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78572026-05-21T10:13:35.712Z[ recovery-image] May 21 10:13:34.202 INFO O| May 21 10:13:34.202 INFO STEP 991 (remove_files) COMPLETE
78582026-05-21T10:13:35.713Z[ recovery-image] May 21 10:13:34.202 INFO O| May 21 10:13:34.202 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-05-21T10:13:35.721Z[ recovery-image] May 21 10:13:34.210 INFO O| May 21 10:13:34.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78602026-05-21T10:13:35.721Z[ recovery-image] May 21 10:13:34.210 INFO O| May 21 10:13:34.210 INFO STEP 992 (remove_files) COMPLETE
78612026-05-21T10:13:35.721Z[ recovery-image] May 21 10:13:34.210 INFO O| May 21 10:13:34.210 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-05-21T10:13:35.730Z[ recovery-image] May 21 10:13:34.219 INFO O| May 21 10:13:34.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78632026-05-21T10:13:35.731Z[ recovery-image] May 21 10:13:34.219 INFO O| May 21 10:13:34.219 INFO STEP 993 (remove_files) COMPLETE
78642026-05-21T10:13:35.731Z[ recovery-image] May 21 10:13:34.219 INFO O| May 21 10:13:34.219 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-05-21T10:13:35.740Z[ recovery-image] May 21 10:13:34.229 INFO O| May 21 10:13:34.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78662026-05-21T10:13:35.740Z[ recovery-image] May 21 10:13:34.229 INFO O| May 21 10:13:34.229 INFO STEP 994 (remove_files) COMPLETE
78672026-05-21T10:13:35.744Z[ recovery-image] May 21 10:13:34.229 INFO O| May 21 10:13:34.229 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-05-21T10:13:35.749Z[ recovery-image] May 21 10:13:34.238 INFO O| May 21 10:13:34.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78692026-05-21T10:13:35.749Z[ recovery-image] May 21 10:13:34.238 INFO O| May 21 10:13:34.238 INFO STEP 995 (remove_files) COMPLETE
78702026-05-21T10:13:35.753Z[ recovery-image] May 21 10:13:34.238 INFO O| May 21 10:13:34.238 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-05-21T10:13:35.758Z[ recovery-image] May 21 10:13:34.247 INFO O| May 21 10:13:34.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78722026-05-21T10:13:35.758Z[ recovery-image] May 21 10:13:34.247 INFO O| May 21 10:13:34.247 INFO STEP 996 (remove_files) COMPLETE
78732026-05-21T10:13:35.758Z[ recovery-image] May 21 10:13:34.247 INFO O| May 21 10:13:34.247 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-05-21T10:13:35.766Z[ recovery-image] May 21 10:13:34.255 INFO O| May 21 10:13:34.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78752026-05-21T10:13:35.766Z[ recovery-image] May 21 10:13:34.255 INFO O| May 21 10:13:34.255 INFO STEP 997 (remove_files) COMPLETE
78762026-05-21T10:13:35.766Z[ recovery-image] May 21 10:13:34.255 INFO O| May 21 10:13:34.255 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-05-21T10:13:35.775Z[ recovery-image] May 21 10:13:34.264 INFO O| May 21 10:13:34.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78782026-05-21T10:13:35.776Z[ recovery-image] May 21 10:13:34.264 INFO O| May 21 10:13:34.264 INFO STEP 998 (remove_files) COMPLETE
78792026-05-21T10:13:35.779Z[ recovery-image] May 21 10:13:34.264 INFO O| May 21 10:13:34.264 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-05-21T10:13:35.783Z[ recovery-image] May 21 10:13:34.272 INFO O| May 21 10:13:34.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78812026-05-21T10:13:35.783Z[ recovery-image] May 21 10:13:34.272 INFO O| May 21 10:13:34.272 INFO STEP 999 (remove_files) COMPLETE
78822026-05-21T10:13:35.783Z[ recovery-image] May 21 10:13:34.272 INFO O| May 21 10:13:34.272 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-05-21T10:13:35.793Z[ recovery-image] May 21 10:13:34.282 INFO O| May 21 10:13:34.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78842026-05-21T10:13:35.793Z[ recovery-image] May 21 10:13:34.282 INFO O| May 21 10:13:34.282 INFO STEP 1000 (remove_files) COMPLETE
78852026-05-21T10:13:35.797Z[ recovery-image] May 21 10:13:34.282 INFO O| May 21 10:13:34.282 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-05-21T10:13:35.800Z[ recovery-image] May 21 10:13:34.290 INFO O| May 21 10:13:34.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78872026-05-21T10:13:35.800Z[ recovery-image] May 21 10:13:34.290 INFO O| May 21 10:13:34.290 INFO STEP 1001 (remove_files) COMPLETE
78882026-05-21T10:13:35.804Z[ recovery-image] May 21 10:13:34.290 INFO O| May 21 10:13:34.290 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-05-21T10:13:35.808Z[ recovery-image] May 21 10:13:34.297 INFO O| May 21 10:13:34.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78902026-05-21T10:13:35.808Z[ recovery-image] May 21 10:13:34.297 INFO O| May 21 10:13:34.297 INFO STEP 1002 (remove_files) COMPLETE
78912026-05-21T10:13:35.812Z[ recovery-image] May 21 10:13:34.297 INFO O| May 21 10:13:34.297 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-05-21T10:13:35.835Z[ recovery-image] May 21 10:13:34.324 INFO O| May 21 10:13:34.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78932026-05-21T10:13:35.835Z[ recovery-image] May 21 10:13:34.324 INFO O| May 21 10:13:34.324 INFO STEP 1003 (remove_files) COMPLETE
78942026-05-21T10:13:35.835Z[ recovery-image] May 21 10:13:34.324 INFO O| May 21 10:13:34.324 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-05-21T10:13:35.845Z[ recovery-image] May 21 10:13:34.334 INFO O| May 21 10:13:34.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78962026-05-21T10:13:35.845Z[ recovery-image] May 21 10:13:34.334 INFO O| May 21 10:13:34.334 INFO STEP 1004 (remove_files) COMPLETE
78972026-05-21T10:13:35.846Z[ recovery-image] May 21 10:13:34.334 INFO O| May 21 10:13:34.334 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-05-21T10:13:35.854Z[ recovery-image] May 21 10:13:34.344 INFO O| May 21 10:13:34.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78992026-05-21T10:13:35.854Z[ recovery-image] May 21 10:13:34.344 INFO O| May 21 10:13:34.344 INFO STEP 1005 (remove_files) COMPLETE
79002026-05-21T10:13:35.858Z[ recovery-image] May 21 10:13:34.344 INFO O| May 21 10:13:34.344 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-05-21T10:13:35.863Z[ recovery-image] May 21 10:13:34.352 INFO O| May 21 10:13:34.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79022026-05-21T10:13:35.863Z[ recovery-image] May 21 10:13:34.353 INFO O| May 21 10:13:34.353 INFO STEP 1006 (remove_files) COMPLETE
79032026-05-21T10:13:35.863Z[ recovery-image] May 21 10:13:34.353 INFO O| May 21 10:13:34.353 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-05-21T10:13:35.873Z[ recovery-image] May 21 10:13:34.362 INFO O| May 21 10:13:34.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79052026-05-21T10:13:35.873Z[ recovery-image] May 21 10:13:34.362 INFO O| May 21 10:13:34.362 INFO STEP 1007 (remove_files) COMPLETE
79062026-05-21T10:13:35.874Z[ recovery-image] May 21 10:13:34.362 INFO O| May 21 10:13:34.362 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-05-21T10:13:35.880Z[ recovery-image] May 21 10:13:34.370 INFO O| May 21 10:13:34.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79082026-05-21T10:13:35.881Z[ recovery-image] May 21 10:13:34.370 INFO O| May 21 10:13:34.370 INFO STEP 1008 (remove_files) COMPLETE
79092026-05-21T10:13:35.884Z[ recovery-image] May 21 10:13:34.370 INFO O| May 21 10:13:34.370 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-05-21T10:13:35.889Z[ recovery-image] May 21 10:13:34.378 INFO O| May 21 10:13:34.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79112026-05-21T10:13:35.889Z[ recovery-image] May 21 10:13:34.378 INFO O| May 21 10:13:34.378 INFO STEP 1009 (remove_files) COMPLETE
79122026-05-21T10:13:35.889Z[ recovery-image] May 21 10:13:34.378 INFO O| May 21 10:13:34.378 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-05-21T10:13:35.897Z[ recovery-image] May 21 10:13:34.387 INFO O| May 21 10:13:34.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79142026-05-21T10:13:35.898Z[ recovery-image] May 21 10:13:34.387 INFO O| May 21 10:13:34.387 INFO STEP 1010 (remove_files) COMPLETE
79152026-05-21T10:13:35.901Z[ recovery-image] May 21 10:13:34.387 INFO O| May 21 10:13:34.387 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-05-21T10:13:35.906Z[ recovery-image] May 21 10:13:34.395 INFO O| May 21 10:13:34.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79172026-05-21T10:13:35.906Z[ recovery-image] May 21 10:13:34.396 INFO O| May 21 10:13:34.396 INFO STEP 1011 (remove_files) COMPLETE
79182026-05-21T10:13:35.910Z[ recovery-image] May 21 10:13:34.396 INFO O| May 21 10:13:34.396 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-05-21T10:13:35.921Z[ recovery-image] May 21 10:13:34.410 INFO O| May 21 10:13:34.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79202026-05-21T10:13:35.921Z[ recovery-image] May 21 10:13:34.410 INFO O| May 21 10:13:34.410 INFO STEP 1012 (remove_files) COMPLETE
79212026-05-21T10:13:35.924Z[ recovery-image] May 21 10:13:34.410 INFO O| May 21 10:13:34.410 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-05-21T10:13:35.929Z[ recovery-image] May 21 10:13:34.418 INFO O| May 21 10:13:34.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79232026-05-21T10:13:35.929Z[ recovery-image] May 21 10:13:34.419 INFO O| May 21 10:13:34.418 INFO STEP 1013 (remove_files) COMPLETE
79242026-05-21T10:13:35.933Z[ recovery-image] May 21 10:13:34.419 INFO O| May 21 10:13:34.419 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-05-21T10:13:35.938Z[ recovery-image] May 21 10:13:34.428 INFO O| May 21 10:13:34.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79262026-05-21T10:13:35.938Z[ recovery-image] May 21 10:13:34.428 INFO O| May 21 10:13:34.428 INFO STEP 1014 (remove_files) COMPLETE
79272026-05-21T10:13:35.942Z[ recovery-image] May 21 10:13:34.428 INFO O| May 21 10:13:34.428 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-05-21T10:13:35.947Z[ recovery-image] May 21 10:13:34.436 INFO O| May 21 10:13:34.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79292026-05-21T10:13:35.947Z[ recovery-image] May 21 10:13:34.436 INFO O| May 21 10:13:34.436 INFO STEP 1015 (remove_files) COMPLETE
79302026-05-21T10:13:35.950Z[ recovery-image] May 21 10:13:34.436 INFO O| May 21 10:13:34.436 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-05-21T10:13:35.956Z[ recovery-image] May 21 10:13:34.445 INFO O| May 21 10:13:34.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79322026-05-21T10:13:35.956Z[ recovery-image] May 21 10:13:34.445 INFO O| May 21 10:13:34.445 INFO STEP 1016 (remove_files) COMPLETE
79332026-05-21T10:13:35.956Z[ recovery-image] May 21 10:13:34.445 INFO O| May 21 10:13:34.445 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-05-21T10:13:35.965Z[ recovery-image] May 21 10:13:34.454 INFO O| May 21 10:13:34.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79352026-05-21T10:13:35.965Z[ recovery-image] May 21 10:13:34.454 INFO O| May 21 10:13:34.454 INFO STEP 1017 (remove_files) COMPLETE
79362026-05-21T10:13:35.965Z[ recovery-image] May 21 10:13:34.454 INFO O| May 21 10:13:34.454 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-05-21T10:13:35.974Z[ recovery-image] May 21 10:13:34.463 INFO O| May 21 10:13:34.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79382026-05-21T10:13:35.974Z[ recovery-image] May 21 10:13:34.463 INFO O| May 21 10:13:34.463 INFO STEP 1018 (remove_files) COMPLETE
79392026-05-21T10:13:35.974Z[ recovery-image] May 21 10:13:34.463 INFO O| May 21 10:13:34.463 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-05-21T10:13:35.983Z[ recovery-image] May 21 10:13:34.472 INFO O| May 21 10:13:34.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79412026-05-21T10:13:35.983Z[ recovery-image] May 21 10:13:34.472 INFO O| May 21 10:13:34.472 INFO STEP 1019 (remove_files) COMPLETE
79422026-05-21T10:13:35.987Z[ recovery-image] May 21 10:13:34.472 INFO O| May 21 10:13:34.472 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-05-21T10:13:35.991Z[ recovery-image] May 21 10:13:34.481 INFO O| May 21 10:13:34.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79442026-05-21T10:13:35.994Z[ recovery-image] May 21 10:13:34.482 INFO O| May 21 10:13:34.481 INFO STEP 1020 (remove_files) COMPLETE
79452026-05-21T10:13:35.995Z[ recovery-image] May 21 10:13:34.482 INFO O| May 21 10:13:34.481 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-05-21T10:13:36.001Z[ recovery-image] May 21 10:13:34.490 INFO O| May 21 10:13:34.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79472026-05-21T10:13:36.001Z[ recovery-image] May 21 10:13:34.490 INFO O| May 21 10:13:34.490 INFO STEP 1021 (remove_files) COMPLETE
79482026-05-21T10:13:36.004Z[ recovery-image] May 21 10:13:34.490 INFO O| May 21 10:13:34.490 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-05-21T10:13:36.010Z[ recovery-image] May 21 10:13:34.499 INFO O| May 21 10:13:34.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79502026-05-21T10:13:36.010Z[ recovery-image] May 21 10:13:34.500 INFO O| May 21 10:13:34.500 INFO STEP 1022 (remove_files) COMPLETE
79512026-05-21T10:13:36.013Z[ recovery-image] May 21 10:13:34.500 INFO O| May 21 10:13:34.500 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-05-21T10:13:36.020Z[ recovery-image] May 21 10:13:34.509 INFO O| May 21 10:13:34.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79532026-05-21T10:13:36.020Z[ recovery-image] May 21 10:13:34.509 INFO O| May 21 10:13:34.509 INFO STEP 1023 (remove_files) COMPLETE
79542026-05-21T10:13:36.020Z[ recovery-image] May 21 10:13:34.509 INFO O| May 21 10:13:34.509 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-05-21T10:13:36.029Z[ recovery-image] May 21 10:13:34.518 INFO O| May 21 10:13:34.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79562026-05-21T10:13:36.029Z[ recovery-image] May 21 10:13:34.519 INFO O| May 21 10:13:34.518 INFO STEP 1024 (remove_files) COMPLETE
79572026-05-21T10:13:36.033Z[ recovery-image] May 21 10:13:34.519 INFO O| May 21 10:13:34.518 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-05-21T10:13:36.039Z[ recovery-image] May 21 10:13:34.528 INFO O| May 21 10:13:34.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79592026-05-21T10:13:36.039Z[ recovery-image] May 21 10:13:34.529 INFO O| May 21 10:13:34.529 INFO STEP 1025 (remove_files) COMPLETE
79602026-05-21T10:13:36.039Z[ recovery-image] May 21 10:13:34.529 INFO O| May 21 10:13:34.529 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-05-21T10:13:36.048Z[ recovery-image] May 21 10:13:34.537 INFO O| May 21 10:13:34.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79622026-05-21T10:13:36.048Z[ recovery-image] May 21 10:13:34.538 INFO O| May 21 10:13:34.538 INFO STEP 1026 (remove_files) COMPLETE
79632026-05-21T10:13:36.048Z[ recovery-image] May 21 10:13:34.538 INFO O| May 21 10:13:34.538 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-05-21T10:13:36.057Z[ recovery-image] May 21 10:13:34.546 INFO O| May 21 10:13:34.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79652026-05-21T10:13:36.057Z[ recovery-image] May 21 10:13:34.546 INFO O| May 21 10:13:34.546 INFO STEP 1027 (remove_files) COMPLETE
79662026-05-21T10:13:36.057Z[ recovery-image] May 21 10:13:34.546 INFO O| May 21 10:13:34.546 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-05-21T10:13:36.065Z[ recovery-image] May 21 10:13:34.554 INFO O| May 21 10:13:34.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79682026-05-21T10:13:36.065Z[ recovery-image] May 21 10:13:34.554 INFO O| May 21 10:13:34.554 INFO STEP 1028 (remove_files) COMPLETE
79692026-05-21T10:13:36.068Z[ recovery-image] May 21 10:13:34.554 INFO O| May 21 10:13:34.554 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-05-21T10:13:36.073Z[ recovery-image] May 21 10:13:34.562 INFO O| May 21 10:13:34.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79712026-05-21T10:13:36.073Z[ recovery-image] May 21 10:13:34.563 INFO O| May 21 10:13:34.563 INFO STEP 1029 (remove_files) COMPLETE
79722026-05-21T10:13:36.077Z[ recovery-image] May 21 10:13:34.563 INFO O| May 21 10:13:34.563 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-05-21T10:13:36.081Z[ recovery-image] May 21 10:13:34.570 INFO O| May 21 10:13:34.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79742026-05-21T10:13:36.081Z[ recovery-image] May 21 10:13:34.570 INFO O| May 21 10:13:34.570 INFO STEP 1030 (remove_files) COMPLETE
79752026-05-21T10:13:36.084Z[ recovery-image] May 21 10:13:34.570 INFO O| May 21 10:13:34.570 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-05-21T10:13:36.088Z[ recovery-image] May 21 10:13:34.578 INFO O| May 21 10:13:34.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79772026-05-21T10:13:36.089Z[ recovery-image] May 21 10:13:34.578 INFO O| May 21 10:13:34.578 INFO STEP 1031 (remove_files) COMPLETE
79782026-05-21T10:13:36.092Z[ recovery-image] May 21 10:13:34.578 INFO O| May 21 10:13:34.578 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-05-21T10:13:36.097Z[ recovery-image] May 21 10:13:34.587 INFO O| May 21 10:13:34.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79802026-05-21T10:13:36.097Z[ recovery-image] May 21 10:13:34.587 INFO O| May 21 10:13:34.587 INFO STEP 1032 (remove_files) COMPLETE
79812026-05-21T10:13:36.101Z[ recovery-image] May 21 10:13:34.587 INFO O| May 21 10:13:34.587 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-05-21T10:13:36.111Z[ recovery-image] May 21 10:13:34.596 INFO O| May 21 10:13:34.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79832026-05-21T10:13:36.111Z[ recovery-image] May 21 10:13:34.596 INFO O| May 21 10:13:34.596 INFO STEP 1033 (remove_files) COMPLETE
79842026-05-21T10:13:36.111Z[ recovery-image] May 21 10:13:34.596 INFO O| May 21 10:13:34.596 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-05-21T10:13:36.115Z[ recovery-image] May 21 10:13:34.605 INFO O| May 21 10:13:34.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79862026-05-21T10:13:36.115Z[ recovery-image] May 21 10:13:34.605 INFO O| May 21 10:13:34.605 INFO STEP 1034 (remove_files) COMPLETE
79872026-05-21T10:13:36.119Z[ recovery-image] May 21 10:13:34.605 INFO O| May 21 10:13:34.605 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-05-21T10:13:36.126Z[ recovery-image] May 21 10:13:34.613 INFO O| May 21 10:13:34.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79892026-05-21T10:13:36.126Z[ recovery-image] May 21 10:13:34.613 INFO O| May 21 10:13:34.613 INFO STEP 1035 (remove_files) COMPLETE
79902026-05-21T10:13:36.130Z[ recovery-image] May 21 10:13:34.613 INFO O| May 21 10:13:34.613 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-05-21T10:13:36.133Z[ recovery-image] May 21 10:13:34.622 INFO O| May 21 10:13:34.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79922026-05-21T10:13:36.133Z[ recovery-image] May 21 10:13:34.622 INFO O| May 21 10:13:34.622 INFO STEP 1036 (remove_files) COMPLETE
79932026-05-21T10:13:36.133Z[ recovery-image] May 21 10:13:34.622 INFO O| May 21 10:13:34.622 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-05-21T10:13:36.143Z[ recovery-image] May 21 10:13:34.631 INFO O| May 21 10:13:34.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79952026-05-21T10:13:36.146Z[ recovery-image] May 21 10:13:34.631 INFO O| May 21 10:13:34.631 INFO STEP 1037 (remove_files) COMPLETE
79962026-05-21T10:13:36.146Z[ recovery-image] May 21 10:13:34.631 INFO O| May 21 10:13:34.631 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-05-21T10:13:36.150Z[ recovery-image] May 21 10:13:34.640 INFO O| May 21 10:13:34.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79982026-05-21T10:13:36.150Z[ recovery-image] May 21 10:13:34.640 INFO O| May 21 10:13:34.640 INFO STEP 1038 (remove_files) COMPLETE
79992026-05-21T10:13:36.150Z[ recovery-image] May 21 10:13:34.640 INFO O| May 21 10:13:34.640 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-05-21T10:13:36.159Z[ recovery-image] May 21 10:13:34.648 INFO O| May 21 10:13:34.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80012026-05-21T10:13:36.159Z[ recovery-image] May 21 10:13:34.648 INFO O| May 21 10:13:34.648 INFO STEP 1039 (remove_files) COMPLETE
80022026-05-21T10:13:36.163Z[ recovery-image] May 21 10:13:34.648 INFO O| May 21 10:13:34.648 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-05-21T10:13:36.167Z[ recovery-image] May 21 10:13:34.656 INFO O| May 21 10:13:34.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80042026-05-21T10:13:36.167Z[ recovery-image] May 21 10:13:34.656 INFO O| May 21 10:13:34.656 INFO STEP 1040 (remove_files) COMPLETE
80052026-05-21T10:13:36.171Z[ recovery-image] May 21 10:13:34.656 INFO O| May 21 10:13:34.656 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-05-21T10:13:36.176Z[ recovery-image] May 21 10:13:34.665 INFO O| May 21 10:13:34.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80072026-05-21T10:13:36.176Z[ recovery-image] May 21 10:13:34.665 INFO O| May 21 10:13:34.665 INFO STEP 1041 (remove_files) COMPLETE
80082026-05-21T10:13:36.176Z[ recovery-image] May 21 10:13:34.665 INFO O| May 21 10:13:34.665 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-05-21T10:13:36.184Z[ recovery-image] May 21 10:13:34.673 INFO O| May 21 10:13:34.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80102026-05-21T10:13:36.185Z[ recovery-image] May 21 10:13:34.674 INFO O| May 21 10:13:34.674 INFO STEP 1042 (remove_files) COMPLETE
80112026-05-21T10:13:36.185Z[ recovery-image] May 21 10:13:34.674 INFO O| May 21 10:13:34.674 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-05-21T10:13:36.194Z[ recovery-image] May 21 10:13:34.683 INFO O| May 21 10:13:34.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80132026-05-21T10:13:36.194Z[ recovery-image] May 21 10:13:34.683 INFO O| May 21 10:13:34.683 INFO STEP 1043 (remove_files) COMPLETE
80142026-05-21T10:13:36.194Z[ recovery-image] May 21 10:13:34.683 INFO O| May 21 10:13:34.683 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-05-21T10:13:36.203Z[ recovery-image] May 21 10:13:34.692 INFO O| May 21 10:13:34.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80162026-05-21T10:13:36.203Z[ recovery-image] May 21 10:13:34.692 INFO O| May 21 10:13:34.692 INFO STEP 1044 (remove_files) COMPLETE
80172026-05-21T10:13:36.206Z[ recovery-image] May 21 10:13:34.692 INFO O| May 21 10:13:34.692 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-05-21T10:13:36.213Z[ recovery-image] May 21 10:13:34.702 INFO O| May 21 10:13:34.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80192026-05-21T10:13:36.213Z[ recovery-image] May 21 10:13:34.702 INFO O| May 21 10:13:34.702 INFO STEP 1045 (remove_files) COMPLETE
80202026-05-21T10:13:36.216Z[ recovery-image] May 21 10:13:34.702 INFO O| May 21 10:13:34.702 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-05-21T10:13:36.222Z[ recovery-image] May 21 10:13:34.711 INFO O| May 21 10:13:34.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80222026-05-21T10:13:36.222Z[ recovery-image] May 21 10:13:34.711 INFO O| May 21 10:13:34.711 INFO STEP 1046 (remove_files) COMPLETE
80232026-05-21T10:13:36.222Z[ recovery-image] May 21 10:13:34.711 INFO O| May 21 10:13:34.711 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-05-21T10:13:36.231Z[ recovery-image] May 21 10:13:34.720 INFO O| May 21 10:13:34.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80252026-05-21T10:13:36.231Z[ recovery-image] May 21 10:13:34.720 INFO O| May 21 10:13:34.720 INFO STEP 1047 (remove_files) COMPLETE
80262026-05-21T10:13:36.231Z[ recovery-image] May 21 10:13:34.720 INFO O| May 21 10:13:34.720 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-05-21T10:13:36.239Z[ recovery-image] May 21 10:13:34.728 INFO O| May 21 10:13:34.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80282026-05-21T10:13:36.239Z[ recovery-image] May 21 10:13:34.728 INFO O| May 21 10:13:34.728 INFO STEP 1048 (remove_files) COMPLETE
80292026-05-21T10:13:36.243Z[ recovery-image] May 21 10:13:34.728 INFO O| May 21 10:13:34.728 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-05-21T10:13:36.249Z[ recovery-image] May 21 10:13:34.738 INFO O| May 21 10:13:34.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80312026-05-21T10:13:36.249Z[ recovery-image] May 21 10:13:34.738 INFO O| May 21 10:13:34.738 INFO STEP 1049 (remove_files) COMPLETE
80322026-05-21T10:13:36.249Z[ recovery-image] May 21 10:13:34.738 INFO O| May 21 10:13:34.738 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-05-21T10:13:36.258Z[ recovery-image] May 21 10:13:34.747 INFO O| May 21 10:13:34.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80342026-05-21T10:13:36.258Z[ recovery-image] May 21 10:13:34.747 INFO O| May 21 10:13:34.747 INFO STEP 1050 (remove_files) COMPLETE
80352026-05-21T10:13:36.258Z[ recovery-image] May 21 10:13:34.747 INFO O| May 21 10:13:34.747 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-05-21T10:13:36.267Z[ recovery-image] May 21 10:13:34.756 INFO O| May 21 10:13:34.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80372026-05-21T10:13:36.267Z[ recovery-image] May 21 10:13:34.756 INFO O| May 21 10:13:34.756 INFO STEP 1051 (remove_files) COMPLETE
80382026-05-21T10:13:36.267Z[ recovery-image] May 21 10:13:34.756 INFO O| May 21 10:13:34.756 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-05-21T10:13:36.276Z[ recovery-image] May 21 10:13:34.765 INFO O| May 21 10:13:34.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80402026-05-21T10:13:36.276Z[ recovery-image] May 21 10:13:34.765 INFO O| May 21 10:13:34.765 INFO STEP 1052 (remove_files) COMPLETE
80412026-05-21T10:13:36.277Z[ recovery-image] May 21 10:13:34.765 INFO O| May 21 10:13:34.765 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-05-21T10:13:36.285Z[ recovery-image] May 21 10:13:34.774 INFO O| May 21 10:13:34.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80432026-05-21T10:13:36.285Z[ recovery-image] May 21 10:13:34.774 INFO O| May 21 10:13:34.774 INFO STEP 1053 (remove_files) COMPLETE
80442026-05-21T10:13:36.285Z[ recovery-image] May 21 10:13:34.774 INFO O| May 21 10:13:34.774 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-05-21T10:13:36.293Z[ recovery-image] May 21 10:13:34.782 INFO O| May 21 10:13:34.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80462026-05-21T10:13:36.293Z[ recovery-image] May 21 10:13:34.782 INFO O| May 21 10:13:34.782 INFO STEP 1054 (remove_files) COMPLETE
80472026-05-21T10:13:36.297Z[ recovery-image] May 21 10:13:34.782 INFO O| May 21 10:13:34.782 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-05-21T10:13:36.302Z[ recovery-image] May 21 10:13:34.791 INFO O| May 21 10:13:34.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80492026-05-21T10:13:36.302Z[ recovery-image] May 21 10:13:34.791 INFO O| May 21 10:13:34.791 INFO STEP 1055 (remove_files) COMPLETE
80502026-05-21T10:13:36.302Z[ recovery-image] May 21 10:13:34.791 INFO O| May 21 10:13:34.791 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-05-21T10:13:36.310Z[ recovery-image] May 21 10:13:34.799 INFO O| May 21 10:13:34.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80522026-05-21T10:13:36.310Z[ recovery-image] May 21 10:13:34.799 INFO O| May 21 10:13:34.799 INFO STEP 1056 (remove_files) COMPLETE
80532026-05-21T10:13:36.310Z[ recovery-image] May 21 10:13:34.799 INFO O| May 21 10:13:34.799 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-05-21T10:13:36.320Z[ recovery-image] May 21 10:13:34.809 INFO O| May 21 10:13:34.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80552026-05-21T10:13:36.320Z[ recovery-image] May 21 10:13:34.809 INFO O| May 21 10:13:34.809 INFO STEP 1057 (remove_files) COMPLETE
80562026-05-21T10:13:36.320Z[ recovery-image] May 21 10:13:34.809 INFO O| May 21 10:13:34.809 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-05-21T10:13:36.331Z[ recovery-image] May 21 10:13:34.820 INFO O| May 21 10:13:34.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80582026-05-21T10:13:36.331Z[ recovery-image] May 21 10:13:34.820 INFO O| May 21 10:13:34.820 INFO STEP 1058 (remove_files) COMPLETE
80592026-05-21T10:13:36.331Z[ recovery-image] May 21 10:13:34.820 INFO O| May 21 10:13:34.820 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-05-21T10:13:36.341Z[ recovery-image] May 21 10:13:34.830 INFO O| May 21 10:13:34.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80612026-05-21T10:13:36.342Z[ recovery-image] May 21 10:13:34.831 INFO O| May 21 10:13:34.830 INFO STEP 1059 (remove_files) COMPLETE
80622026-05-21T10:13:36.342Z[ recovery-image] May 21 10:13:34.831 INFO O| May 21 10:13:34.831 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-05-21T10:13:36.352Z[ recovery-image] May 21 10:13:34.841 INFO O| May 21 10:13:34.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80642026-05-21T10:13:36.352Z[ recovery-image] May 21 10:13:34.841 INFO O| May 21 10:13:34.841 INFO STEP 1060 (remove_files) COMPLETE
80652026-05-21T10:13:36.352Z[ recovery-image] May 21 10:13:34.841 INFO O| May 21 10:13:34.841 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-05-21T10:13:36.360Z[ recovery-image] May 21 10:13:34.849 INFO O| May 21 10:13:34.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80672026-05-21T10:13:36.360Z[ recovery-image] May 21 10:13:34.849 INFO O| May 21 10:13:34.849 INFO STEP 1061 (remove_files) COMPLETE
80682026-05-21T10:13:36.360Z[ recovery-image] May 21 10:13:34.849 INFO O| May 21 10:13:34.849 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-05-21T10:13:36.369Z[ recovery-image] May 21 10:13:34.858 INFO O| May 21 10:13:34.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80702026-05-21T10:13:36.369Z[ recovery-image] May 21 10:13:34.858 INFO O| May 21 10:13:34.858 INFO STEP 1062 (remove_files) COMPLETE
80712026-05-21T10:13:36.369Z[ recovery-image] May 21 10:13:34.858 INFO O| May 21 10:13:34.858 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-05-21T10:13:36.380Z[ recovery-image] May 21 10:13:34.869 INFO O| May 21 10:13:34.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80732026-05-21T10:13:36.380Z[ recovery-image] May 21 10:13:34.869 INFO O| May 21 10:13:34.869 INFO STEP 1063 (remove_files) COMPLETE
80742026-05-21T10:13:36.380Z[ recovery-image] May 21 10:13:34.869 INFO O| May 21 10:13:34.869 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-05-21T10:13:36.389Z[ recovery-image] May 21 10:13:34.879 INFO O| May 21 10:13:34.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80762026-05-21T10:13:36.390Z[ recovery-image] May 21 10:13:34.879 INFO O| May 21 10:13:34.879 INFO STEP 1064 (remove_files) COMPLETE
80772026-05-21T10:13:36.390Z[ recovery-image] May 21 10:13:34.879 INFO O| May 21 10:13:34.879 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-05-21T10:13:36.399Z[ recovery-image] May 21 10:13:34.888 INFO O| May 21 10:13:34.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80792026-05-21T10:13:36.400Z[ recovery-image] May 21 10:13:34.889 INFO O| May 21 10:13:34.889 INFO STEP 1065 (remove_files) COMPLETE
80802026-05-21T10:13:36.400Z[ recovery-image] May 21 10:13:34.889 INFO O| May 21 10:13:34.889 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-05-21T10:13:36.408Z[ recovery-image] May 21 10:13:34.897 INFO O| May 21 10:13:34.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80822026-05-21T10:13:36.408Z[ recovery-image] May 21 10:13:34.897 INFO O| May 21 10:13:34.897 INFO STEP 1066 (remove_files) COMPLETE
80832026-05-21T10:13:36.408Z[ recovery-image] May 21 10:13:34.897 INFO O| May 21 10:13:34.897 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-05-21T10:13:36.416Z[ recovery-image] May 21 10:13:34.905 INFO O| May 21 10:13:34.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80852026-05-21T10:13:36.416Z[ recovery-image] May 21 10:13:34.905 INFO O| May 21 10:13:34.905 INFO STEP 1067 (remove_files) COMPLETE
80862026-05-21T10:13:36.416Z[ recovery-image] May 21 10:13:34.905 INFO O| May 21 10:13:34.905 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-05-21T10:13:36.424Z[ recovery-image] May 21 10:13:34.913 INFO O| May 21 10:13:34.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80882026-05-21T10:13:36.424Z[ recovery-image] May 21 10:13:34.913 INFO O| May 21 10:13:34.913 INFO STEP 1068 (remove_files) COMPLETE
80892026-05-21T10:13:36.424Z[ recovery-image] May 21 10:13:34.913 INFO O| May 21 10:13:34.913 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-05-21T10:13:36.431Z[ recovery-image] May 21 10:13:34.921 INFO O| May 21 10:13:34.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80912026-05-21T10:13:36.432Z[ recovery-image] May 21 10:13:34.921 INFO O| May 21 10:13:34.921 INFO STEP 1069 (remove_files) COMPLETE
80922026-05-21T10:13:36.432Z[ recovery-image] May 21 10:13:34.921 INFO O| May 21 10:13:34.921 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-05-21T10:13:36.441Z[ recovery-image] May 21 10:13:34.930 INFO O| May 21 10:13:34.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80942026-05-21T10:13:36.441Z[ recovery-image] May 21 10:13:34.930 INFO O| May 21 10:13:34.930 INFO STEP 1070 (remove_files) COMPLETE
80952026-05-21T10:13:36.441Z[ recovery-image] May 21 10:13:34.930 INFO O| May 21 10:13:34.930 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-05-21T10:13:36.450Z[ recovery-image] May 21 10:13:34.939 INFO O| May 21 10:13:34.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80972026-05-21T10:13:36.450Z[ recovery-image] May 21 10:13:34.939 INFO O| May 21 10:13:34.939 INFO STEP 1071 (remove_files) COMPLETE
80982026-05-21T10:13:36.450Z[ recovery-image] May 21 10:13:34.939 INFO O| May 21 10:13:34.939 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-05-21T10:13:36.459Z[ recovery-image] May 21 10:13:34.948 INFO O| May 21 10:13:34.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81002026-05-21T10:13:36.459Z[ recovery-image] May 21 10:13:34.948 INFO O| May 21 10:13:34.948 INFO STEP 1072 (remove_files) COMPLETE
81012026-05-21T10:13:36.459Z[ recovery-image] May 21 10:13:34.948 INFO O| May 21 10:13:34.948 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-05-21T10:13:36.483Z[ recovery-image] May 21 10:13:34.972 INFO O| May 21 10:13:34.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81032026-05-21T10:13:36.484Z[ recovery-image] May 21 10:13:34.973 INFO O| May 21 10:13:34.972 INFO STEP 1073 (remove_files) COMPLETE
81042026-05-21T10:13:36.484Z[ recovery-image] May 21 10:13:34.973 INFO O| May 21 10:13:34.972 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-05-21T10:13:36.492Z[ recovery-image] May 21 10:13:34.981 INFO O| May 21 10:13:34.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81062026-05-21T10:13:36.492Z[ recovery-image] May 21 10:13:34.981 INFO O| May 21 10:13:34.981 INFO STEP 1074 (remove_files) COMPLETE
81072026-05-21T10:13:36.496Z[ recovery-image] May 21 10:13:34.981 INFO O| May 21 10:13:34.981 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-05-21T10:13:36.501Z[ recovery-image] May 21 10:13:34.991 INFO O| May 21 10:13:34.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81092026-05-21T10:13:36.501Z[ recovery-image] May 21 10:13:34.991 INFO O| May 21 10:13:34.991 INFO STEP 1075 (remove_files) COMPLETE
81102026-05-21T10:13:36.505Z[ recovery-image] May 21 10:13:34.991 INFO O| May 21 10:13:34.991 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-05-21T10:13:36.510Z[ recovery-image] May 21 10:13:34.999 INFO O| May 21 10:13:34.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81122026-05-21T10:13:36.510Z[ recovery-image] May 21 10:13:35.000 INFO O| May 21 10:13:34.999 INFO STEP 1076 (remove_files) COMPLETE
81132026-05-21T10:13:36.510Z[ recovery-image] May 21 10:13:35.000 INFO O| May 21 10:13:35.000 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-05-21T10:13:36.522Z[ recovery-image] May 21 10:13:35.011 INFO O| May 21 10:13:35.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81152026-05-21T10:13:36.522Z[ recovery-image] May 21 10:13:35.011 INFO O| May 21 10:13:35.011 INFO STEP 1077 (remove_files) COMPLETE
81162026-05-21T10:13:36.522Z[ recovery-image] May 21 10:13:35.011 INFO O| May 21 10:13:35.011 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-05-21T10:13:36.530Z[ recovery-image] May 21 10:13:35.019 INFO O| May 21 10:13:35.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81182026-05-21T10:13:36.530Z[ recovery-image] May 21 10:13:35.019 INFO O| May 21 10:13:35.019 INFO STEP 1078 (remove_files) COMPLETE
81192026-05-21T10:13:36.530Z[ recovery-image] May 21 10:13:35.019 INFO O| May 21 10:13:35.019 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-05-21T10:13:36.538Z[ recovery-image] May 21 10:13:35.027 INFO O| May 21 10:13:35.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81212026-05-21T10:13:36.538Z[ recovery-image] May 21 10:13:35.027 INFO O| May 21 10:13:35.027 INFO STEP 1079 (remove_files) COMPLETE
81222026-05-21T10:13:36.538Z[ recovery-image] May 21 10:13:35.027 INFO O| May 21 10:13:35.027 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-05-21T10:13:36.545Z[ recovery-image] May 21 10:13:35.034 INFO O| May 21 10:13:35.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81242026-05-21T10:13:36.545Z[ recovery-image] May 21 10:13:35.034 INFO O| May 21 10:13:35.034 INFO STEP 1080 (remove_files) COMPLETE
81252026-05-21T10:13:36.545Z[ recovery-image] May 21 10:13:35.034 INFO O| May 21 10:13:35.034 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-05-21T10:13:36.553Z[ recovery-image] May 21 10:13:35.042 INFO O| May 21 10:13:35.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81272026-05-21T10:13:36.553Z[ recovery-image] May 21 10:13:35.042 INFO O| May 21 10:13:35.042 INFO STEP 1081 (remove_files) COMPLETE
81282026-05-21T10:13:36.556Z[ recovery-image] May 21 10:13:35.042 INFO O| May 21 10:13:35.042 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-05-21T10:13:36.560Z[ recovery-image] May 21 10:13:35.049 INFO O| May 21 10:13:35.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81302026-05-21T10:13:36.560Z[ recovery-image] May 21 10:13:35.049 INFO O| May 21 10:13:35.049 INFO STEP 1082 (remove_files) COMPLETE
81312026-05-21T10:13:36.564Z[ recovery-image] May 21 10:13:35.049 INFO O| May 21 10:13:35.049 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-05-21T10:13:36.567Z[ recovery-image] May 21 10:13:35.057 INFO O| May 21 10:13:35.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81332026-05-21T10:13:36.567Z[ recovery-image] May 21 10:13:35.057 INFO O| May 21 10:13:35.057 INFO STEP 1083 (remove_files) COMPLETE
81342026-05-21T10:13:36.571Z[ recovery-image] May 21 10:13:35.057 INFO O| May 21 10:13:35.057 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-05-21T10:13:36.577Z[ recovery-image] May 21 10:13:35.066 INFO O| May 21 10:13:35.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81362026-05-21T10:13:36.577Z[ recovery-image] May 21 10:13:35.066 INFO O| May 21 10:13:35.066 INFO STEP 1084 (remove_files) COMPLETE
81372026-05-21T10:13:36.580Z[ recovery-image] May 21 10:13:35.066 INFO O| May 21 10:13:35.066 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-05-21T10:13:36.587Z[ recovery-image] May 21 10:13:35.076 INFO O| May 21 10:13:35.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81392026-05-21T10:13:36.587Z[ recovery-image] May 21 10:13:35.076 INFO O| May 21 10:13:35.076 INFO STEP 1085 (remove_files) COMPLETE
81402026-05-21T10:13:36.590Z[ recovery-image] May 21 10:13:35.076 INFO O| May 21 10:13:35.076 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-05-21T10:13:36.597Z[ recovery-image] May 21 10:13:35.086 INFO O| May 21 10:13:35.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81422026-05-21T10:13:36.597Z[ recovery-image] May 21 10:13:35.086 INFO O| May 21 10:13:35.086 INFO STEP 1086 (remove_files) COMPLETE
81432026-05-21T10:13:36.600Z[ recovery-image] May 21 10:13:35.086 INFO O| May 21 10:13:35.086 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-05-21T10:13:36.608Z[ recovery-image] May 21 10:13:35.098 INFO O| May 21 10:13:35.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81452026-05-21T10:13:36.608Z[ recovery-image] May 21 10:13:35.098 INFO O| May 21 10:13:35.098 INFO STEP 1087 (remove_files) COMPLETE
81462026-05-21T10:13:36.612Z[ recovery-image] May 21 10:13:35.098 INFO O| May 21 10:13:35.098 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-05-21T10:13:36.618Z[ recovery-image] May 21 10:13:35.107 INFO O| May 21 10:13:35.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81482026-05-21T10:13:36.618Z[ recovery-image] May 21 10:13:35.107 INFO O| May 21 10:13:35.107 INFO STEP 1088 (remove_files) COMPLETE
81492026-05-21T10:13:36.618Z[ recovery-image] May 21 10:13:35.107 INFO O| May 21 10:13:35.107 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-05-21T10:13:36.628Z[ recovery-image] May 21 10:13:35.117 INFO O| May 21 10:13:35.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81512026-05-21T10:13:36.628Z[ recovery-image] May 21 10:13:35.117 INFO O| May 21 10:13:35.117 INFO STEP 1089 (remove_files) COMPLETE
81522026-05-21T10:13:36.628Z[ recovery-image] May 21 10:13:35.117 INFO O| May 21 10:13:35.117 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-05-21T10:13:36.638Z[ recovery-image] May 21 10:13:35.127 INFO O| May 21 10:13:35.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81542026-05-21T10:13:36.639Z[ recovery-image] May 21 10:13:35.127 INFO O| May 21 10:13:35.127 INFO STEP 1090 (remove_files) COMPLETE
81552026-05-21T10:13:36.639Z[ recovery-image] May 21 10:13:35.128 INFO O| May 21 10:13:35.127 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-05-21T10:13:36.647Z[ recovery-image] May 21 10:13:35.136 INFO O| May 21 10:13:35.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81572026-05-21T10:13:36.647Z[ recovery-image] May 21 10:13:35.136 INFO O| May 21 10:13:35.136 INFO STEP 1091 (remove_files) COMPLETE
81582026-05-21T10:13:36.647Z[ recovery-image] May 21 10:13:35.136 INFO O| May 21 10:13:35.136 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-05-21T10:13:36.656Z[ recovery-image] May 21 10:13:35.145 INFO O| May 21 10:13:35.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81602026-05-21T10:13:36.656Z[ recovery-image] May 21 10:13:35.145 INFO O| May 21 10:13:35.145 INFO STEP 1092 (remove_files) COMPLETE
81612026-05-21T10:13:36.659Z[ recovery-image] May 21 10:13:35.145 INFO O| May 21 10:13:35.145 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-05-21T10:13:36.663Z[ recovery-image] May 21 10:13:35.152 INFO O| May 21 10:13:35.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81632026-05-21T10:13:36.663Z[ recovery-image] May 21 10:13:35.153 INFO O| May 21 10:13:35.152 INFO STEP 1093 (remove_files) COMPLETE
81642026-05-21T10:13:36.667Z[ recovery-image] May 21 10:13:35.153 INFO O| May 21 10:13:35.153 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-05-21T10:13:36.671Z[ recovery-image] May 21 10:13:35.160 INFO O| May 21 10:13:35.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81662026-05-21T10:13:36.671Z[ recovery-image] May 21 10:13:35.161 INFO O| May 21 10:13:35.160 INFO STEP 1094 (remove_files) COMPLETE
81672026-05-21T10:13:36.675Z[ recovery-image] May 21 10:13:35.161 INFO O| May 21 10:13:35.160 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-05-21T10:13:36.687Z[ recovery-image] May 21 10:13:35.169 INFO O| May 21 10:13:35.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81692026-05-21T10:13:36.688Z[ recovery-image] May 21 10:13:35.169 INFO O| May 21 10:13:35.169 INFO STEP 1095 (remove_files) COMPLETE
81702026-05-21T10:13:36.688Z[ recovery-image] May 21 10:13:35.169 INFO O| May 21 10:13:35.169 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-05-21T10:13:36.693Z[ recovery-image] May 21 10:13:35.177 INFO O| May 21 10:13:35.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81722026-05-21T10:13:36.693Z[ recovery-image] May 21 10:13:35.177 INFO O| May 21 10:13:35.177 INFO STEP 1096 (remove_files) COMPLETE
81732026-05-21T10:13:36.693Z[ recovery-image] May 21 10:13:35.177 INFO O| May 21 10:13:35.177 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-05-21T10:13:36.696Z[ recovery-image] May 21 10:13:35.185 INFO O| May 21 10:13:35.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81752026-05-21T10:13:36.696Z[ recovery-image] May 21 10:13:35.185 INFO O| May 21 10:13:35.185 INFO STEP 1097 (remove_files) COMPLETE
81762026-05-21T10:13:36.696Z[ recovery-image] May 21 10:13:35.185 INFO O| May 21 10:13:35.185 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-05-21T10:13:36.704Z[ recovery-image] May 21 10:13:35.193 INFO O| May 21 10:13:35.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81782026-05-21T10:13:36.704Z[ recovery-image] May 21 10:13:35.193 INFO O| May 21 10:13:35.193 INFO STEP 1098 (remove_files) COMPLETE
81792026-05-21T10:13:36.704Z[ recovery-image] May 21 10:13:35.193 INFO O| May 21 10:13:35.193 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-05-21T10:13:36.712Z[ recovery-image] May 21 10:13:35.201 INFO O| May 21 10:13:35.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81812026-05-21T10:13:36.712Z[ recovery-image] May 21 10:13:35.201 INFO O| May 21 10:13:35.201 INFO STEP 1099 (remove_files) COMPLETE
81822026-05-21T10:13:36.716Z[ recovery-image] May 21 10:13:35.201 INFO O| May 21 10:13:35.201 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-05-21T10:13:36.720Z[ recovery-image] May 21 10:13:35.210 INFO O| May 21 10:13:35.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81842026-05-21T10:13:36.720Z[ recovery-image] May 21 10:13:35.210 INFO O| May 21 10:13:35.210 INFO STEP 1100 (remove_files) COMPLETE
81852026-05-21T10:13:36.724Z[ recovery-image] May 21 10:13:35.210 INFO O| May 21 10:13:35.210 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-05-21T10:13:36.729Z[ recovery-image] May 21 10:13:35.218 INFO O| May 21 10:13:35.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81872026-05-21T10:13:36.730Z[ recovery-image] May 21 10:13:35.218 INFO O| May 21 10:13:35.218 INFO STEP 1101 (remove_files) COMPLETE
81882026-05-21T10:13:36.735Z[ recovery-image] May 21 10:13:35.218 INFO O| May 21 10:13:35.218 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-05-21T10:13:36.740Z[ recovery-image] May 21 10:13:35.227 INFO O| May 21 10:13:35.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81902026-05-21T10:13:36.740Z[ recovery-image] May 21 10:13:35.227 INFO O| May 21 10:13:35.227 INFO STEP 1102 (remove_files) COMPLETE
81912026-05-21T10:13:36.743Z[ recovery-image] May 21 10:13:35.227 INFO O| May 21 10:13:35.227 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-05-21T10:13:36.747Z[ recovery-image] May 21 10:13:35.236 INFO O| May 21 10:13:35.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81932026-05-21T10:13:36.747Z[ recovery-image] May 21 10:13:35.236 INFO O| May 21 10:13:35.236 INFO STEP 1103 (remove_files) COMPLETE
81942026-05-21T10:13:36.751Z[ recovery-image] May 21 10:13:35.236 INFO O| May 21 10:13:35.236 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-05-21T10:13:36.756Z[ recovery-image] May 21 10:13:35.245 INFO O| May 21 10:13:35.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81962026-05-21T10:13:36.756Z[ recovery-image] May 21 10:13:35.245 INFO O| May 21 10:13:35.245 INFO STEP 1104 (remove_files) COMPLETE
81972026-05-21T10:13:36.760Z[ recovery-image] May 21 10:13:35.245 INFO O| May 21 10:13:35.245 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-05-21T10:13:36.765Z[ recovery-image] May 21 10:13:35.254 INFO O| May 21 10:13:35.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81992026-05-21T10:13:36.766Z[ recovery-image] May 21 10:13:35.254 INFO O| May 21 10:13:35.254 INFO STEP 1105 (remove_files) COMPLETE
82002026-05-21T10:13:36.769Z[ recovery-image] May 21 10:13:35.254 INFO O| May 21 10:13:35.254 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-05-21T10:13:36.774Z[ recovery-image] May 21 10:13:35.263 INFO O| May 21 10:13:35.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82022026-05-21T10:13:36.778Z[ recovery-image] May 21 10:13:35.263 INFO O| May 21 10:13:35.263 INFO STEP 1106 (remove_files) COMPLETE
82032026-05-21T10:13:36.778Z[ recovery-image] May 21 10:13:35.263 INFO O| May 21 10:13:35.263 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-05-21T10:13:36.783Z[ recovery-image] May 21 10:13:35.273 INFO O| May 21 10:13:35.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82052026-05-21T10:13:36.783Z[ recovery-image] May 21 10:13:35.273 INFO O| May 21 10:13:35.273 INFO STEP 1107 (remove_files) COMPLETE
82062026-05-21T10:13:36.783Z[ recovery-image] May 21 10:13:35.273 INFO O| May 21 10:13:35.273 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-05-21T10:13:36.794Z[ recovery-image] May 21 10:13:35.283 INFO O| May 21 10:13:35.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82082026-05-21T10:13:36.794Z[ recovery-image] May 21 10:13:35.283 INFO O| May 21 10:13:35.283 INFO STEP 1108 (remove_files) COMPLETE
82092026-05-21T10:13:36.797Z[ recovery-image] May 21 10:13:35.283 INFO O| May 21 10:13:35.283 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-05-21T10:13:36.805Z[ recovery-image] May 21 10:13:35.294 INFO O| May 21 10:13:35.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82112026-05-21T10:13:36.805Z[ recovery-image] May 21 10:13:35.294 INFO O| May 21 10:13:35.294 INFO STEP 1109 (remove_files) COMPLETE
82122026-05-21T10:13:36.809Z[ recovery-image] May 21 10:13:35.294 INFO O| May 21 10:13:35.294 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-05-21T10:13:36.815Z[ recovery-image] May 21 10:13:35.305 INFO O| May 21 10:13:35.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82142026-05-21T10:13:36.815Z[ recovery-image] May 21 10:13:35.305 INFO O| May 21 10:13:35.305 INFO STEP 1110 (remove_files) COMPLETE
82152026-05-21T10:13:36.819Z[ recovery-image] May 21 10:13:35.305 INFO O| May 21 10:13:35.305 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-05-21T10:13:36.827Z[ recovery-image] May 21 10:13:35.315 INFO O| May 21 10:13:35.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82172026-05-21T10:13:36.827Z[ recovery-image] May 21 10:13:35.315 INFO O| May 21 10:13:35.315 INFO STEP 1111 (remove_files) COMPLETE
82182026-05-21T10:13:36.831Z[ recovery-image] May 21 10:13:35.315 INFO O| May 21 10:13:35.315 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-05-21T10:13:36.836Z[ recovery-image] May 21 10:13:35.325 INFO O| May 21 10:13:35.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82202026-05-21T10:13:36.836Z[ recovery-image] May 21 10:13:35.325 INFO O| May 21 10:13:35.325 INFO STEP 1112 (remove_files) COMPLETE
82212026-05-21T10:13:36.839Z[ recovery-image] May 21 10:13:35.325 INFO O| May 21 10:13:35.325 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-05-21T10:13:36.846Z[ recovery-image] May 21 10:13:35.334 INFO O| May 21 10:13:35.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82232026-05-21T10:13:36.846Z[ recovery-image] May 21 10:13:35.334 INFO O| May 21 10:13:35.334 INFO STEP 1113 (remove_files) COMPLETE
82242026-05-21T10:13:36.849Z[ recovery-image] May 21 10:13:35.334 INFO O| May 21 10:13:35.334 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-05-21T10:13:36.854Z[ recovery-image] May 21 10:13:35.343 INFO O| May 21 10:13:35.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82262026-05-21T10:13:36.854Z[ recovery-image] May 21 10:13:35.343 INFO O| May 21 10:13:35.343 INFO STEP 1114 (remove_files) COMPLETE
82272026-05-21T10:13:36.858Z[ recovery-image] May 21 10:13:35.343 INFO O| May 21 10:13:35.343 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-05-21T10:13:36.863Z[ recovery-image] May 21 10:13:35.352 INFO O| May 21 10:13:35.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82292026-05-21T10:13:36.863Z[ recovery-image] May 21 10:13:35.352 INFO O| May 21 10:13:35.352 INFO STEP 1115 (remove_files) COMPLETE
82302026-05-21T10:13:36.866Z[ recovery-image] May 21 10:13:35.352 INFO O| May 21 10:13:35.352 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-05-21T10:13:36.873Z[ recovery-image] May 21 10:13:35.361 INFO O| May 21 10:13:35.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82322026-05-21T10:13:36.873Z[ recovery-image] May 21 10:13:35.362 INFO O| May 21 10:13:35.362 INFO STEP 1116 (remove_files) COMPLETE
82332026-05-21T10:13:36.874Z[ recovery-image] May 21 10:13:35.362 INFO O| May 21 10:13:35.362 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-05-21T10:13:36.882Z[ recovery-image] May 21 10:13:35.371 INFO O| May 21 10:13:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82352026-05-21T10:13:36.882Z[ recovery-image] May 21 10:13:35.371 INFO O| May 21 10:13:35.371 INFO STEP 1117 (remove_files) COMPLETE
82362026-05-21T10:13:36.882Z[ recovery-image] May 21 10:13:35.371 INFO O| May 21 10:13:35.371 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-05-21T10:13:36.893Z[ recovery-image] May 21 10:13:35.382 INFO O| May 21 10:13:35.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82382026-05-21T10:13:36.893Z[ recovery-image] May 21 10:13:35.382 INFO O| May 21 10:13:35.382 INFO STEP 1118 (remove_files) COMPLETE
82392026-05-21T10:13:36.893Z[ recovery-image] May 21 10:13:35.382 INFO O| May 21 10:13:35.382 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82402026-05-21T10:13:36.908Z[ recovery-image] May 21 10:13:35.397 INFO O| May 21 10:13:35.396 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82412026-05-21T10:13:36.908Z[ recovery-image] May 21 10:13:35.397 INFO O| May 21 10:13:35.397 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82422026-05-21T10:13:38.109Z[ recovery-image] May 21 10:13:36.598 INFO O| May 21 10:13:36.598 INFO STEP 1119 (pack_tar) COMPLETE
82432026-05-21T10:13:38.109Z[ recovery-image] May 21 10:13:36.598 INFO O| May 21 10:13:36.598 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82442026-05-21T10:13:38.109Z[ recovery-image] May 21 10:13:36.598 INFO O| May 21 10:13:36.598 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82452026-05-21T10:13:38.487Z[ recovery-image] May 21 10:13:36.976 INFO O| May 21 10:13:36.976 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82462026-05-21T10:13:38.586Z[ recovery-image] May 21 10:13:37.075 INFO O| May 21 10:13:37.075 INFO completed processing sled/ramdisk-03-recovery-trim
82472026-05-21T10:13:38.590Z[ recovery-image] May 21 10:13:37.079 INFO image builder template: zfs-recovery...
82482026-05-21T10:13:38.590Z[ recovery-image] May 21 10:13:37.079 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/.tmpaO6uCV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "zfs-recovery"], pwd: None
82492026-05-21T10:13:38.617Z[ recovery-image] May 21 10:13:37.105 INFO O| May 21 10:13:37.105 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82502026-05-21T10:13:38.620Z[ recovery-image] May 21 10:13:37.109 INFO O| May 21 10:13:37.109 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82512026-05-21T10:13:38.695Z[ recovery-image] May 21 10:13:37.183 INFO O| May 21 10:13:37.183 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82522026-05-21T10:13:38.778Z[ recovery-image] May 21 10:13:37.266 INFO O| May 21 10:13:37.266 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82532026-05-21T10:13:38.778Z[ recovery-image] May 21 10:13:37.266 INFO O| May 21 10:13:37.266 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82542026-05-21T10:13:38.781Z[ recovery-image] May 21 10:13:37.270 INFO O| May 21 10:13:37.270 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82552026-05-21T10:13:38.850Z[ recovery-image] May 21 10:13:37.339 INFO O| May 21 10:13:37.339 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82562026-05-21T10:13:38.902Z[ recovery-image] May 21 10:13:37.390 INFO O| May 21 10:13:37.390 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82572026-05-21T10:13:38.910Z[ recovery-image] May 21 10:13:37.399 INFO O| May 21 10:13:37.399 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82582026-05-21T10:13:38.914Z[ recovery-image] May 21 10:13:37.403 INFO O| May 21 10:13:37.403 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82592026-05-21T10:13:38.918Z[ recovery-image] May 21 10:13:37.404 INFO O| May 21 10:13:37.404 INFO no lofi found
82602026-05-21T10:13:38.918Z[ recovery-image] May 21 10:13:37.404 INFO O| May 21 10:13:37.404 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82612026-05-21T10:13:38.918Z[ recovery-image] May 21 10:13:37.404 INFO O| May 21 10:13:37.404 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82622026-05-21T10:13:40.512Z[ recovery-image] May 21 10:13:39.001 INFO O| May 21 10:13:39.001 INFO lofi device = /dev/dsk/c2t1d0p0
82632026-05-21T10:13:40.513Z[ recovery-image] May 21 10:13:39.001 INFO O| May 21 10:13:39.001 INFO pool device = /dev/dsk/c2t1d0p0
82642026-05-21T10:13:40.516Z[ recovery-image] May 21 10:13:39.001 INFO O| May 21 10:13:39.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"]
82652026-05-21T10:13:46.341Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
82662026-05-21T10:13:47.076Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
82672026-05-21T10:13:47.530Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
82682026-05-21T10:13:47.627Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
82692026-05-21T10:13:48.355Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
82702026-05-21T10:13:50.117Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
82712026-05-21T10:13:50.410Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
82722026-05-21T10:13:56.500Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
82732026-05-21T10:13:56.858Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
82742026-05-21T10:14:05.196Z[ host-image] May 21 10:14:03.685 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.23989:20260513T150959Z
82752026-05-21T10:14:05.196Z[ host-image] May 21 10:14:03.685 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.23989:20260513T150959Z
82762026-05-21T10:14:05.200Z[ host-image] May 21 10:14:03.685 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
82772026-05-21T10:14:05.200Z[ host-image] May 21 10:14:03.685 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
82782026-05-21T10:14:05.200Z[ host-image] May 21 10:14:03.685 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
82792026-05-21T10:14:05.200Z[ host-image] May 21 10:14:03.685 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
82802026-05-21T10:14:05.200Z[ host-image] May 21 10:14:03.685 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
82812026-05-21T10:14:05.200Z[ host-image] May 21 10:14:03.685 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
82822026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.686 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260521T095512Z
82832026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.686 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
82842026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.686 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
82852026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.686 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.23989:20260513T150959Z
82862026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.686 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.23989:20260513T151000Z
82872026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.686 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.23989:20260513T151000Z
82882026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.686 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.23989:20260513T151000Z
82892026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.686 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
82902026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.23989:20260513T151000Z
82912026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.23989:20260513T151000Z
82922026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.23989:20260513T151000Z
82932026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.23989:20260513T151000Z
82942026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.23989:20260513T151001Z
82952026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.23989:20260513T151001Z
82962026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.23989:20260513T151001Z
82972026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.23989:20260513T151001Z
82982026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.23989:20260513T151002Z
82992026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.23989:20260513T151002Z
83002026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.23989:20260513T151003Z
83012026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.23989:20260513T151003Z
83022026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.23989:20260513T151004Z
83032026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.23989:20260513T151005Z
83042026-05-21T10:14:05.201Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
83052026-05-21T10:14:05.202Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.23989:20260513T151005Z
83062026-05-21T10:14:05.202Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.23989:20260513T151007Z
83072026-05-21T10:14:05.202Z[ host-image] May 21 10:14:03.687 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.23989:20260513T151008Z
83082026-05-21T10:14:05.202Z[ host-image] May 21 10:14:03.688 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.23989:20260513T151008Z
83092026-05-21T10:14:05.202Z[ host-image] May 21 10:14:03.688 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.23989:20260513T151009Z
83102026-05-21T10:14:05.202Z[ host-image] May 21 10:14:03.688 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.23989:20260513T151009Z
83112026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.691 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
83122026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.691 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.23989:20260513T151009Z
83132026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.691 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
83142026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.691 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
83152026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.691 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
83162026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.691 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
83172026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.691 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.23989:20260513T151009Z
83182026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.691 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
83192026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.691 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
83202026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.692 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
83212026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.692 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
83222026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.695 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
83232026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.695 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
83242026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.695 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
83252026-05-21T10:14:05.206Z[ host-image] May 21 10:14:03.695 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
83262026-05-21T10:14:05.209Z[ host-image] May 21 10:14:03.695 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
83272026-05-21T10:14:05.209Z[ host-image] May 21 10:14:03.695 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
83282026-05-21T10:14:05.218Z[ host-image] May 21 10:14:03.707 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
83292026-05-21T10:14:05.218Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
83302026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
83312026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.23989:20260513T151011Z
83322026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.23989:20260513T151015Z
83332026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
83342026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.23989:20260513T151015Z
83352026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
83362026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
83372026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
83382026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
83392026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.23989:20260513T151015Z
83402026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.708 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
83412026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.709 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
83422026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.709 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
83432026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.709 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
83442026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.709 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.23989:20260513T151016Z
83452026-05-21T10:14:05.738Z[ host-image] May 21 10:14:03.709 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
83462026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.713 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
83472026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.713 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.23989:20260513T151016Z
83482026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.714 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.23989:20260513T151016Z
83492026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.714 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.23989:20260513T151016Z
83502026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.714 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
83512026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.714 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.23989:20260513T151017Z
83522026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.714 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.23989:20260513T151017Z
83532026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.714 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.23989:20260513T151017Z
83542026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.715 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.23989:20260513T151017Z
83552026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.715 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
83562026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.716 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.23989:20260513T151018Z
83572026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.716 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.23989:20260513T151019Z
83582026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.716 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
83592026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.716 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.23989:20260513T151019Z
83602026-05-21T10:14:05.746Z[ host-image] May 21 10:14:03.716 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.23989:20260513T151019Z
83612026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.716 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.23989:20260513T151019Z
83622026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.716 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.23989:20260513T151019Z
83632026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.718 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.23989:20260513T151019Z
83642026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.718 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
83652026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.719 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.23989:20260513T151019Z
83662026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.719 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.23989:20260513T151019Z
83672026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.719 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.23989:20260513T151019Z
83682026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.719 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.23989:20260513T151020Z
83692026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.719 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.23989:20260513T151020Z
83702026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.719 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.23989:20260513T151020Z
83712026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.719 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.23989:20260513T151020Z
83722026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.722 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.23989:20260513T151021Z
83732026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.722 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.23989:20260513T151021Z
83742026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.722 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.23989:20260513T151021Z
83752026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.723 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.23989:20260513T151021Z
83762026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.723 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.23989:20260513T151021Z
83772026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.728 INFO O| install = pkg://helios/system/library@0.5.11-3.0.23989:20260513T151023Z
83782026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.728 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.23989:20260513T151021Z
83792026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.728 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.23989:20260513T151021Z
83802026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.728 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
83812026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.728 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
83822026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.736 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.23989:20260513T151022Z
83832026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.737 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
83842026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.737 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.23989:20260513T151022Z
83852026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.737 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.23989:20260513T151022Z
83862026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.737 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.23989:20260513T151022Z
83872026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.737 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
83882026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.737 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
83892026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.737 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.23989:20260513T151023Z
83902026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.737 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.23989:20260513T151023Z
83912026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.737 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.23989:20260513T151023Z
83922026-05-21T10:14:05.747Z[ host-image] May 21 10:14:03.738 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.23989:20260513T151023Z
83932026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.738 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.23989:20260513T151023Z
83942026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.738 INFO O| install = pkg://helios/system/man@0.5.11-3.0.23989:20260513T151023Z
83952026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.738 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
83962026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/microcode/amd@20251202-3.0.23989:20260513T151024Z
83972026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/microcode/intel@20260227-3.0.23989:20260513T151024Z
83982026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.23989:20260513T151024Z
83992026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/network@0.5.11-3.0.23989:20260513T151025Z
84002026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.23989:20260513T151024Z
84012026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.23989:20260513T151024Z
84022026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
84032026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
84042026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.23989:20260513T151026Z
84052026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.23989:20260513T151027Z
84062026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
84072026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.739 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
84082026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.740 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
84092026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.740 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
84102026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.740 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
84112026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.740 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
84122026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.740 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
84132026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.741 INFO O| tempdir @ "/tmp/.tmpS5PQt7/tmp"
84142026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.741 INFO O| image root @ "/tmp/.tmpS5PQt7/tmp/root"
84152026-05-21T10:14:05.748Z[ host-image] May 21 10:14:03.741 INFO O| creating image...
84162026-05-21T10:14:05.748Z[ host-image] May 21 10:14:04.161 INFO O| copying publishers...
84172026-05-21T10:14:06.624Z[ host-image] May 21 10:14:05.113 INFO O| adding properties...
84182026-05-21T10:14:07.702Z[ host-image] May 21 10:14:06.190 INFO O| installing packages...
84192026-05-21T10:14:12.355Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
84202026-05-21T10:14:22.943Z[ host-image] May 21 10:14:21.432 INFO O| seeding SMF database...
84212026-05-21T10:14:27.191Z[ host-image] May 21 10:14:25.680 INFO O| configuring SMF profile...
84222026-05-21T10:14:27.191Z[ host-image] May 21 10:14:25.680 INFO O| modifying shadow(5)...
84232026-05-21T10:14:27.191Z[ host-image] May 21 10:14:25.680 INFO O| loading user and group database...
84242026-05-21T10:14:27.194Z[ host-image] May 21 10:14:25.680 INFO O| loading facet selections...
84252026-05-21T10:14:27.536Z[ host-image] May 21 10:14:26.025 INFO O| devel -> true
84262026-05-21T10:14:27.536Z[ host-image] May 21 10:14:26.025 INFO O| doc.man -> true
84272026-05-21T10:14:27.536Z[ host-image] May 21 10:14:26.025 INFO O| version-lock.shell/ksh93 -> true
84282026-05-21T10:14:27.536Z[ host-image] May 21 10:14:26.025 INFO O| version-lock.system/data/hardware-registry -> true
84292026-05-21T10:14:27.536Z[ host-image] May 21 10:14:26.025 INFO O| version-lock.system/data/zoneinfo -> true
84302026-05-21T10:14:27.536Z[ host-image] May 21 10:14:26.025 INFO O| version-lock.system/microcode/amd -> true
84312026-05-21T10:14:27.536Z[ host-image] May 21 10:14:26.025 INFO O| version-lock.system/microcode/intel -> true
84322026-05-21T10:14:27.539Z[ host-image] May 21 10:14:26.025 INFO O| version-lock.system/microcode/oxide -> true
84332026-05-21T10:14:27.539Z[ host-image] May 21 10:14:26.025 INFO O| assessing packaged files...
84342026-05-21T10:14:29.286Z[ host-image] May 21 10:14:27.775 INFO O| creating archive...
84352026-05-21T10:14:29.307Z[ host-image] May 21 10:14:27.796 INFO O| missing from packaging:
84362026-05-21T10:14:29.307Z[ host-image] May 21 10:14:27.796 INFO O| "etc/.pwd.lock"
84372026-05-21T10:14:29.310Z[ host-image] May 21 10:14:27.796 INFO O| "etc/bash"
84382026-05-21T10:14:29.313Z[ host-image] May 21 10:14:27.800 INFO O| "etc/svc/profile/generic.xml"
84392026-05-21T10:14:29.313Z[ host-image] May 21 10:14:27.800 INFO O| "etc/svc/profile/inetd_services.xml"
84402026-05-21T10:14:29.314Z[ host-image] May 21 10:14:27.800 INFO O| "etc/svc/profile/name_service.xml"
84412026-05-21T10:14:29.314Z[ host-image] May 21 10:14:27.800 INFO O| "etc/svc/profile/platform.xml"
84422026-05-21T10:14:29.314Z[ host-image] May 21 10:14:27.800 INFO O| "etc/svc/profile/platform_omicron1.xml"
84432026-05-21T10:14:29.314Z[ host-image] May 21 10:14:27.800 INFO O| "etc/svc/repository.db"
84442026-05-21T10:14:29.317Z[ host-image] May 21 10:14:27.807 INFO O| "opt/ooce/share"
84452026-05-21T10:14:29.317Z[ host-image] May 21 10:14:27.807 INFO O| "opt/ooce/share/man"
84462026-05-21T10:14:29.320Z[ host-image] May 21 10:14:27.807 INFO O| "opt/ooce/share/man/man1"
84472026-05-21T10:14:29.326Z[ host-image] May 21 10:14:27.816 INFO O| finishing archive...
84482026-05-21T10:14:31.792Z[ host-image] May 21 10:14:30.281 INFO O| creating gzonly manifest...
84492026-05-21T10:14:31.797Z[ host-image] May 21 10:14:30.287 INFO O| ok
84502026-05-21T10:14:31.895Z[ host-image] May 21 10:14:30.384 INFO image builder template: ramdisk-02-trim...
84512026-05-21T10:14:31.895Z[ host-image] May 21 10:14:30.385 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/.tmpaO6uCV/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
84522026-05-21T10:14:31.914Z[ host-image] May 21 10:14:30.404 INFO O| May 21 10:14:30.404 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
84532026-05-21T10:14:31.918Z[ host-image] May 21 10:14:30.407 INFO O| May 21 10:14:30.407 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
84542026-05-21T10:14:32.156Z[ host-image] May 21 10:14:30.646 INFO O| May 21 10:14:30.645 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
84552026-05-21T10:14:32.208Z[ host-image] May 21 10:14:30.697 INFO O| May 21 10:14:30.697 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
84562026-05-21T10:14:32.208Z[ host-image] May 21 10:14:30.697 INFO O| May 21 10:14:30.697 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
84572026-05-21T10:14:32.212Z[ host-image] May 21 10:14:30.702 INFO O| May 21 10:14:30.702 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
84582026-05-21T10:14:32.216Z[ host-image] May 21 10:14:30.705 INFO O| May 21 10:14:30.705 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
84592026-05-21T10:14:32.221Z[ host-image] May 21 10:14:30.710 INFO O| May 21 10:14:30.710 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
84602026-05-21T10:14:32.535Z[ host-image] May 21 10:14:31.024 INFO O| May 21 10:14:31.024 INFO rolled back to input snapshot; work may begin
84612026-05-21T10:14:32.535Z[ host-image] May 21 10:14:31.024 INFO O| May 21 10:14:31.024 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
84622026-05-21T10:14:32.540Z[ host-image] May 21 10:14:31.029 INFO O| May 21 10:14:31.029 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84632026-05-21T10:14:32.549Z[ host-image] May 21 10:14:31.038 INFO O| May 21 10:14:31.038 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
84642026-05-21T10:14:32.594Z[ host-image] May 21 10:14:31.083 INFO O| May 21 10:14:31.083 INFO STEP 0 (remove_files) COMPLETE
84652026-05-21T10:14:32.594Z[ host-image] May 21 10:14:31.083 INFO O| May 21 10:14:31.083 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84662026-05-21T10:14:32.605Z[ host-image] May 21 10:14:31.094 INFO O| May 21 10:14:31.094 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
84672026-05-21T10:14:32.609Z[ host-image] May 21 10:14:31.095 INFO O| May 21 10:14:31.095 INFO STEP 1 (remove_files) COMPLETE
84682026-05-21T10:14:32.609Z[ host-image] May 21 10:14:31.095 INFO O| May 21 10:14:31.095 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84692026-05-21T10:14:32.616Z[ host-image] May 21 10:14:31.105 INFO O| May 21 10:14:31.105 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
84702026-05-21T10:14:32.627Z[ host-image] May 21 10:14:31.117 INFO O| May 21 10:14:31.117 INFO STEP 2 (remove_files) COMPLETE
84712026-05-21T10:14:32.628Z[ host-image] May 21 10:14:31.117 INFO O| May 21 10:14:31.117 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84722026-05-21T10:14:32.637Z[ host-image] May 21 10:14:31.126 INFO O| May 21 10:14:31.126 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
84732026-05-21T10:14:32.640Z[ host-image] May 21 10:14:31.127 INFO O| May 21 10:14:31.127 INFO STEP 3 (remove_files) COMPLETE
84742026-05-21T10:14:32.640Z[ host-image] May 21 10:14:31.127 INFO O| May 21 10:14:31.127 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84752026-05-21T10:14:32.646Z[ host-image] May 21 10:14:31.135 INFO O| May 21 10:14:31.135 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
84762026-05-21T10:14:32.649Z[ host-image] May 21 10:14:31.138 INFO O| May 21 10:14:31.138 INFO STEP 4 (remove_files) COMPLETE
84772026-05-21T10:14:32.649Z[ host-image] May 21 10:14:31.138 INFO O| May 21 10:14:31.138 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84782026-05-21T10:14:32.659Z[ host-image] May 21 10:14:31.148 INFO O| May 21 10:14:31.148 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
84792026-05-21T10:14:32.662Z[ host-image] May 21 10:14:31.150 INFO O| May 21 10:14:31.150 INFO STEP 5 (remove_files) COMPLETE
84802026-05-21T10:14:32.662Z[ host-image] May 21 10:14:31.150 INFO O| May 21 10:14:31.150 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84812026-05-21T10:14:32.670Z[ host-image] May 21 10:14:31.160 INFO O| May 21 10:14:31.160 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
84822026-05-21T10:14:32.680Z[ host-image] May 21 10:14:31.169 INFO O| May 21 10:14:31.169 INFO STEP 6 (remove_files) COMPLETE
84832026-05-21T10:14:32.680Z[ host-image] May 21 10:14:31.169 INFO O| May 21 10:14:31.169 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84842026-05-21T10:14:32.683Z[ host-image] May 21 10:14:31.169 INFO O| May 21 10:14:31.169 INFO skip step because feature "heliosv2" is not enabled
84852026-05-21T10:14:32.683Z[ host-image] May 21 10:14:31.169 INFO O| May 21 10:14:31.169 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84862026-05-21T10:14:32.689Z[ host-image] May 21 10:14:31.178 INFO O| May 21 10:14:31.178 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
84872026-05-21T10:14:32.699Z[ host-image] May 21 10:14:31.189 INFO O| May 21 10:14:31.188 INFO STEP 8 (remove_files) COMPLETE
84882026-05-21T10:14:32.699Z[ host-image] May 21 10:14:31.189 INFO O| May 21 10:14:31.189 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84892026-05-21T10:14:32.709Z[ host-image] May 21 10:14:31.198 INFO O| May 21 10:14:31.198 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
84902026-05-21T10:14:32.771Z[ host-image] May 21 10:14:31.261 INFO O| May 21 10:14:31.261 INFO STEP 9 (remove_files) COMPLETE
84912026-05-21T10:14:32.771Z[ host-image] May 21 10:14:31.261 INFO O| May 21 10:14:31.261 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84922026-05-21T10:14:32.783Z[ host-image] May 21 10:14:31.273 INFO O| May 21 10:14:31.273 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
84932026-05-21T10:14:32.855Z[ host-image] May 21 10:14:31.344 INFO O| May 21 10:14:31.344 INFO STEP 10 (remove_files) COMPLETE
84942026-05-21T10:14:32.855Z[ host-image] May 21 10:14:31.344 INFO O| May 21 10:14:31.344 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84952026-05-21T10:14:32.864Z[ host-image] May 21 10:14:31.354 INFO O| May 21 10:14:31.354 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
84962026-05-21T10:14:32.868Z[ host-image] May 21 10:14:31.357 INFO O| May 21 10:14:31.357 INFO STEP 11 (remove_files) COMPLETE
84972026-05-21T10:14:32.868Z[ host-image] May 21 10:14:31.357 INFO O| May 21 10:14:31.357 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84982026-05-21T10:14:32.896Z[ host-image] May 21 10:14:31.386 INFO O| May 21 10:14:31.385 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
84992026-05-21T10:14:32.899Z[ host-image] May 21 10:14:31.386 INFO O| May 21 10:14:31.386 INFO STEP 12 (remove_files) COMPLETE
85002026-05-21T10:14:32.900Z[ host-image] May 21 10:14:31.386 INFO O| May 21 10:14:31.386 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85012026-05-21T10:14:32.906Z[ host-image] May 21 10:14:31.396 INFO O| May 21 10:14:31.395 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
85022026-05-21T10:14:32.909Z[ host-image] May 21 10:14:31.397 INFO O| May 21 10:14:31.397 INFO STEP 13 (remove_files) COMPLETE
85032026-05-21T10:14:32.909Z[ host-image] May 21 10:14:31.397 INFO O| May 21 10:14:31.397 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85042026-05-21T10:14:32.956Z[ host-image] May 21 10:14:31.446 INFO O| May 21 10:14:31.446 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
85052026-05-21T10:14:32.961Z[ host-image] May 21 10:14:31.449 INFO O| May 21 10:14:31.449 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
85062026-05-21T10:14:33.157Z[ host-image] May 21 10:14:31.645 INFO O| May 21 10:14:31.645 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
85072026-05-21T10:14:33.157Z[ host-image] May 21 10:14:31.645 INFO O| May 21 10:14:31.645 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
85082026-05-21T10:14:33.160Z[ host-image] May 21 10:14:31.646 INFO O| May 21 10:14:31.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85092026-05-21T10:14:33.160Z[ host-image] May 21 10:14:31.646 INFO O| May 21 10:14:31.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85102026-05-21T10:14:33.160Z[ host-image] May 21 10:14:31.646 INFO O| May 21 10:14:31.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
85112026-05-21T10:14:33.160Z[ host-image] May 21 10:14:31.646 INFO O| May 21 10:14:31.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85122026-05-21T10:14:33.160Z[ host-image] May 21 10:14:31.646 INFO O| May 21 10:14:31.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85132026-05-21T10:14:33.160Z[ host-image] May 21 10:14:31.646 INFO O| May 21 10:14:31.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
85142026-05-21T10:14:33.160Z[ host-image] May 21 10:14:31.646 INFO O| May 21 10:14:31.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
85152026-05-21T10:14:33.161Z[ host-image] May 21 10:14:31.646 INFO O| May 21 10:14:31.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
85162026-05-21T10:14:33.161Z[ host-image] May 21 10:14:31.647 INFO O| May 21 10:14:31.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
85172026-05-21T10:14:33.161Z[ host-image] May 21 10:14:31.647 INFO O| May 21 10:14:31.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85182026-05-21T10:14:33.161Z[ host-image] May 21 10:14:31.647 INFO O| May 21 10:14:31.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
85192026-05-21T10:14:33.161Z[ host-image] May 21 10:14:31.647 INFO O| May 21 10:14:31.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85202026-05-21T10:14:33.161Z[ host-image] May 21 10:14:31.647 INFO O| May 21 10:14:31.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
85212026-05-21T10:14:33.161Z[ host-image] May 21 10:14:31.647 INFO O| May 21 10:14:31.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85222026-05-21T10:14:33.161Z[ host-image] May 21 10:14:31.647 INFO O| May 21 10:14:31.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
85232026-05-21T10:14:33.161Z[ host-image] May 21 10:14:31.647 INFO O| May 21 10:14:31.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85242026-05-21T10:14:33.165Z[ host-image] May 21 10:14:31.654 INFO O| May 21 10:14:31.654 INFO STEP 14 (remove_files) COMPLETE
85252026-05-21T10:14:33.165Z[ host-image] May 21 10:14:31.654 INFO O| May 21 10:14:31.654 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85262026-05-21T10:14:33.177Z[ host-image] May 21 10:14:31.666 INFO O| May 21 10:14:31.666 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
85272026-05-21T10:14:33.180Z[ host-image] May 21 10:14:31.667 INFO O| May 21 10:14:31.667 INFO STEP 15 (remove_files) COMPLETE
85282026-05-21T10:14:33.180Z[ host-image] May 21 10:14:31.667 INFO O| May 21 10:14:31.667 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85292026-05-21T10:14:33.188Z[ host-image] May 21 10:14:31.677 INFO O| May 21 10:14:31.677 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
85302026-05-21T10:14:33.194Z[ host-image] May 21 10:14:31.683 INFO O| May 21 10:14:31.683 INFO STEP 16 (remove_files) COMPLETE
85312026-05-21T10:14:33.194Z[ host-image] May 21 10:14:31.683 INFO O| May 21 10:14:31.683 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85322026-05-21T10:14:33.204Z[ host-image] May 21 10:14:31.693 INFO O| May 21 10:14:31.693 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
85332026-05-21T10:14:33.207Z[ host-image] May 21 10:14:31.693 INFO O| May 21 10:14:31.693 INFO STEP 17 (remove_files) COMPLETE
85342026-05-21T10:14:33.207Z[ host-image] May 21 10:14:31.693 INFO O| May 21 10:14:31.693 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85352026-05-21T10:14:33.239Z[ host-image] May 21 10:14:31.728 INFO O| May 21 10:14:31.728 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
85362026-05-21T10:14:33.242Z[ host-image] May 21 10:14:31.729 INFO O| May 21 10:14:31.729 INFO STEP 18 (remove_files) COMPLETE
85372026-05-21T10:14:33.242Z[ host-image] May 21 10:14:31.729 INFO O| May 21 10:14:31.729 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85382026-05-21T10:14:33.291Z[ host-image] May 21 10:14:31.780 INFO O| May 21 10:14:31.780 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
85392026-05-21T10:14:33.291Z[ host-image] May 21 10:14:31.780 INFO O| May 21 10:14:31.780 INFO STEP 19 (remove_files) COMPLETE
85402026-05-21T10:14:33.291Z[ host-image] May 21 10:14:31.780 INFO O| May 21 10:14:31.780 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85412026-05-21T10:14:33.300Z[ host-image] May 21 10:14:31.789 INFO O| May 21 10:14:31.789 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
85422026-05-21T10:14:33.300Z[ host-image] May 21 10:14:31.789 INFO O| May 21 10:14:31.789 INFO STEP 20 (remove_files) COMPLETE
85432026-05-21T10:14:33.303Z[ host-image] May 21 10:14:31.789 INFO O| May 21 10:14:31.789 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85442026-05-21T10:14:33.307Z[ host-image] May 21 10:14:31.797 INFO O| May 21 10:14:31.797 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
85452026-05-21T10:14:33.307Z[ host-image] May 21 10:14:31.797 INFO O| May 21 10:14:31.797 INFO STEP 21 (remove_files) COMPLETE
85462026-05-21T10:14:33.311Z[ host-image] May 21 10:14:31.797 INFO O| May 21 10:14:31.797 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85472026-05-21T10:14:33.321Z[ host-image] May 21 10:14:31.811 INFO O| May 21 10:14:31.811 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
85482026-05-21T10:14:33.321Z[ host-image] May 21 10:14:31.811 INFO O| May 21 10:14:31.811 INFO STEP 22 (remove_files) COMPLETE
85492026-05-21T10:14:33.322Z[ host-image] May 21 10:14:31.811 INFO O| May 21 10:14:31.811 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85502026-05-21T10:14:33.347Z[ host-image] May 21 10:14:31.837 INFO O| May 21 10:14:31.837 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
85512026-05-21T10:14:33.348Z[ host-image] May 21 10:14:31.837 INFO O| May 21 10:14:31.837 INFO STEP 23 (remove_files) COMPLETE
85522026-05-21T10:14:33.351Z[ host-image] May 21 10:14:31.837 INFO O| May 21 10:14:31.837 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85532026-05-21T10:14:33.357Z[ host-image] May 21 10:14:31.845 INFO O| May 21 10:14:31.845 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
85542026-05-21T10:14:33.357Z[ host-image] May 21 10:14:31.845 INFO O| May 21 10:14:31.845 INFO STEP 24 (remove_files) COMPLETE
85552026-05-21T10:14:33.360Z[ host-image] May 21 10:14:31.845 INFO O| May 21 10:14:31.845 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85562026-05-21T10:14:33.364Z[ host-image] May 21 10:14:31.853 INFO O| May 21 10:14:31.853 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
85572026-05-21T10:14:33.364Z[ host-image] May 21 10:14:31.853 INFO O| May 21 10:14:31.853 INFO STEP 25 (remove_files) COMPLETE
85582026-05-21T10:14:33.364Z[ host-image] May 21 10:14:31.853 INFO O| May 21 10:14:31.853 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85592026-05-21T10:14:33.377Z[ host-image] May 21 10:14:31.867 INFO O| May 21 10:14:31.867 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
85602026-05-21T10:14:33.377Z[ host-image] May 21 10:14:31.867 INFO O| May 21 10:14:31.867 INFO STEP 26 (remove_files) COMPLETE
85612026-05-21T10:14:33.377Z[ host-image] May 21 10:14:31.867 INFO O| May 21 10:14:31.867 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85622026-05-21T10:14:33.386Z[ host-image] May 21 10:14:31.875 INFO O| May 21 10:14:31.875 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
85632026-05-21T10:14:33.386Z[ host-image] May 21 10:14:31.875 INFO O| May 21 10:14:31.875 INFO STEP 27 (remove_files) COMPLETE
85642026-05-21T10:14:33.389Z[ host-image] May 21 10:14:31.875 INFO O| May 21 10:14:31.875 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85652026-05-21T10:14:33.394Z[ host-image] May 21 10:14:31.883 INFO O| May 21 10:14:31.883 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
85662026-05-21T10:14:33.394Z[ host-image] May 21 10:14:31.883 INFO O| May 21 10:14:31.883 INFO STEP 28 (remove_files) COMPLETE
85672026-05-21T10:14:33.397Z[ host-image] May 21 10:14:31.884 INFO O| May 21 10:14:31.883 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85682026-05-21T10:14:33.402Z[ host-image] May 21 10:14:31.892 INFO O| May 21 10:14:31.892 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
85692026-05-21T10:14:33.402Z[ host-image] May 21 10:14:31.892 INFO O| May 21 10:14:31.892 INFO STEP 29 (remove_files) COMPLETE
85702026-05-21T10:14:33.406Z[ host-image] May 21 10:14:31.892 INFO O| May 21 10:14:31.892 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85712026-05-21T10:14:33.411Z[ host-image] May 21 10:14:31.900 INFO O| May 21 10:14:31.900 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
85722026-05-21T10:14:33.411Z[ host-image] May 21 10:14:31.900 INFO O| May 21 10:14:31.900 INFO STEP 30 (remove_files) COMPLETE
85732026-05-21T10:14:33.414Z[ host-image] May 21 10:14:31.900 INFO O| May 21 10:14:31.900 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85742026-05-21T10:14:33.421Z[ host-image] May 21 10:14:31.909 INFO O| May 21 10:14:31.909 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
85752026-05-21T10:14:33.421Z[ host-image] May 21 10:14:31.909 INFO O| May 21 10:14:31.909 INFO STEP 31 (remove_files) COMPLETE
85762026-05-21T10:14:33.424Z[ host-image] May 21 10:14:31.909 INFO O| May 21 10:14:31.909 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85772026-05-21T10:14:33.429Z[ host-image] May 21 10:14:31.919 INFO O| May 21 10:14:31.919 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
85782026-05-21T10:14:33.432Z[ host-image] May 21 10:14:31.919 INFO O| May 21 10:14:31.919 INFO STEP 32 (remove_files) COMPLETE
85792026-05-21T10:14:33.432Z[ host-image] May 21 10:14:31.919 INFO O| May 21 10:14:31.919 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85802026-05-21T10:14:33.438Z[ host-image] May 21 10:14:31.927 INFO O| May 21 10:14:31.927 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
85812026-05-21T10:14:33.438Z[ host-image] May 21 10:14:31.928 INFO O| May 21 10:14:31.928 INFO STEP 33 (remove_files) COMPLETE
85822026-05-21T10:14:33.438Z[ host-image] May 21 10:14:31.928 INFO O| May 21 10:14:31.928 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85832026-05-21T10:14:33.447Z[ host-image] May 21 10:14:31.936 INFO O| May 21 10:14:31.936 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
85842026-05-21T10:14:33.447Z[ host-image] May 21 10:14:31.936 INFO O| May 21 10:14:31.936 INFO STEP 34 (remove_files) COMPLETE
85852026-05-21T10:14:33.447Z[ host-image] May 21 10:14:31.936 INFO O| May 21 10:14:31.936 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85862026-05-21T10:14:33.456Z[ host-image] May 21 10:14:31.944 INFO O| May 21 10:14:31.944 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
85872026-05-21T10:14:33.456Z[ host-image] May 21 10:14:31.945 INFO O| May 21 10:14:31.944 INFO STEP 35 (remove_files) COMPLETE
85882026-05-21T10:14:33.456Z[ host-image] May 21 10:14:31.945 INFO O| May 21 10:14:31.944 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85892026-05-21T10:14:33.464Z[ host-image] May 21 10:14:31.953 INFO O| May 21 10:14:31.953 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
85902026-05-21T10:14:33.464Z[ host-image] May 21 10:14:31.953 INFO O| May 21 10:14:31.953 INFO STEP 36 (remove_files) COMPLETE
85912026-05-21T10:14:33.467Z[ host-image] May 21 10:14:31.953 INFO O| May 21 10:14:31.953 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85922026-05-21T10:14:33.473Z[ host-image] May 21 10:14:31.962 INFO O| May 21 10:14:31.962 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
85932026-05-21T10:14:33.473Z[ host-image] May 21 10:14:31.962 INFO O| May 21 10:14:31.962 INFO STEP 37 (remove_files) COMPLETE
85942026-05-21T10:14:33.476Z[ host-image] May 21 10:14:31.962 INFO O| May 21 10:14:31.962 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85952026-05-21T10:14:33.481Z[ host-image] May 21 10:14:31.971 INFO O| May 21 10:14:31.971 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
85962026-05-21T10:14:33.481Z[ host-image] May 21 10:14:31.971 INFO O| May 21 10:14:31.971 INFO STEP 38 (remove_files) COMPLETE
85972026-05-21T10:14:33.484Z[ host-image] May 21 10:14:31.971 INFO O| May 21 10:14:31.971 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85982026-05-21T10:14:33.491Z[ host-image] May 21 10:14:31.980 INFO O| May 21 10:14:31.980 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
85992026-05-21T10:14:33.491Z[ host-image] May 21 10:14:31.980 INFO O| May 21 10:14:31.980 INFO STEP 39 (remove_files) COMPLETE
86002026-05-21T10:14:33.491Z[ host-image] May 21 10:14:31.980 INFO O| May 21 10:14:31.980 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86012026-05-21T10:14:33.500Z[ host-image] May 21 10:14:31.989 INFO O| May 21 10:14:31.989 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
86022026-05-21T10:14:33.500Z[ host-image] May 21 10:14:31.989 INFO O| May 21 10:14:31.989 INFO STEP 40 (remove_files) COMPLETE
86032026-05-21T10:14:33.500Z[ host-image] May 21 10:14:31.990 INFO O| May 21 10:14:31.989 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86042026-05-21T10:14:33.510Z[ host-image] May 21 10:14:31.999 INFO O| May 21 10:14:31.999 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
86052026-05-21T10:14:33.510Z[ host-image] May 21 10:14:31.999 INFO O| May 21 10:14:31.999 INFO STEP 41 (remove_files) COMPLETE
86062026-05-21T10:14:33.513Z[ host-image] May 21 10:14:31.999 INFO O| May 21 10:14:31.999 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86072026-05-21T10:14:33.519Z[ host-image] May 21 10:14:32.009 INFO O| May 21 10:14:32.008 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
86082026-05-21T10:14:33.519Z[ host-image] May 21 10:14:32.009 INFO O| May 21 10:14:32.009 INFO STEP 42 (remove_files) COMPLETE
86092026-05-21T10:14:33.522Z[ host-image] May 21 10:14:32.009 INFO O| May 21 10:14:32.009 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86102026-05-21T10:14:33.531Z[ host-image] May 21 10:14:32.020 INFO O| May 21 10:14:32.020 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
86112026-05-21T10:14:33.531Z[ host-image] May 21 10:14:32.020 INFO O| May 21 10:14:32.020 INFO STEP 43 (remove_files) COMPLETE
86122026-05-21T10:14:33.531Z[ host-image] May 21 10:14:32.020 INFO O| May 21 10:14:32.020 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86132026-05-21T10:14:33.539Z[ host-image] May 21 10:14:32.028 INFO O| May 21 10:14:32.028 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
86142026-05-21T10:14:33.539Z[ host-image] May 21 10:14:32.028 INFO O| May 21 10:14:32.028 INFO STEP 44 (remove_files) COMPLETE
86152026-05-21T10:14:33.539Z[ host-image] May 21 10:14:32.028 INFO O| May 21 10:14:32.028 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86162026-05-21T10:14:33.546Z[ host-image] May 21 10:14:32.036 INFO O| May 21 10:14:32.035 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
86172026-05-21T10:14:33.546Z[ host-image] May 21 10:14:32.036 INFO O| May 21 10:14:32.036 INFO STEP 45 (remove_files) COMPLETE
86182026-05-21T10:14:33.549Z[ host-image] May 21 10:14:32.036 INFO O| May 21 10:14:32.036 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86192026-05-21T10:14:33.554Z[ host-image] May 21 10:14:32.043 INFO O| May 21 10:14:32.043 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
86202026-05-21T10:14:33.554Z[ host-image] May 21 10:14:32.043 INFO O| May 21 10:14:32.043 INFO STEP 46 (remove_files) COMPLETE
86212026-05-21T10:14:33.557Z[ host-image] May 21 10:14:32.043 INFO O| May 21 10:14:32.043 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86222026-05-21T10:14:33.563Z[ host-image] May 21 10:14:32.052 INFO O| May 21 10:14:32.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
86232026-05-21T10:14:33.563Z[ host-image] May 21 10:14:32.052 INFO O| May 21 10:14:32.052 INFO STEP 47 (remove_files) COMPLETE
86242026-05-21T10:14:33.567Z[ host-image] May 21 10:14:32.052 INFO O| May 21 10:14:32.052 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86252026-05-21T10:14:33.571Z[ host-image] May 21 10:14:32.061 INFO O| May 21 10:14:32.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
86262026-05-21T10:14:33.571Z[ host-image] May 21 10:14:32.061 INFO O| May 21 10:14:32.061 INFO STEP 48 (remove_files) COMPLETE
86272026-05-21T10:14:33.575Z[ host-image] May 21 10:14:32.061 INFO O| May 21 10:14:32.061 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86282026-05-21T10:14:33.579Z[ host-image] May 21 10:14:32.069 INFO O| May 21 10:14:32.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
86292026-05-21T10:14:33.579Z[ host-image] May 21 10:14:32.069 INFO O| May 21 10:14:32.069 INFO STEP 49 (remove_files) COMPLETE
86302026-05-21T10:14:33.582Z[ host-image] May 21 10:14:32.069 INFO O| May 21 10:14:32.069 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86312026-05-21T10:14:33.587Z[ host-image] May 21 10:14:32.076 INFO O| May 21 10:14:32.076 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
86322026-05-21T10:14:33.587Z[ host-image] May 21 10:14:32.076 INFO O| May 21 10:14:32.076 INFO STEP 50 (remove_files) COMPLETE
86332026-05-21T10:14:33.590Z[ host-image] May 21 10:14:32.076 INFO O| May 21 10:14:32.076 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86342026-05-21T10:14:33.595Z[ host-image] May 21 10:14:32.084 INFO O| May 21 10:14:32.084 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
86352026-05-21T10:14:33.595Z[ host-image] May 21 10:14:32.084 INFO O| May 21 10:14:32.084 INFO STEP 51 (remove_files) COMPLETE
86362026-05-21T10:14:33.595Z[ host-image] May 21 10:14:32.084 INFO O| May 21 10:14:32.084 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86372026-05-21T10:14:33.603Z[ host-image] May 21 10:14:32.092 INFO O| May 21 10:14:32.092 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86382026-05-21T10:14:33.603Z[ host-image] May 21 10:14:32.092 INFO O| May 21 10:14:32.092 INFO STEP 52 (remove_files) COMPLETE
86392026-05-21T10:14:33.606Z[ host-image] May 21 10:14:32.092 INFO O| May 21 10:14:32.092 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86402026-05-21T10:14:33.611Z[ host-image] May 21 10:14:32.101 INFO O| May 21 10:14:32.101 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86412026-05-21T10:14:33.612Z[ host-image] May 21 10:14:32.101 INFO O| May 21 10:14:32.101 INFO STEP 53 (remove_files) COMPLETE
86422026-05-21T10:14:33.615Z[ host-image] May 21 10:14:32.101 INFO O| May 21 10:14:32.101 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86432026-05-21T10:14:33.622Z[ host-image] May 21 10:14:32.112 INFO O| May 21 10:14:32.112 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
86442026-05-21T10:14:33.622Z[ host-image] May 21 10:14:32.112 INFO O| May 21 10:14:32.112 INFO STEP 54 (remove_files) COMPLETE
86452026-05-21T10:14:33.626Z[ host-image] May 21 10:14:32.112 INFO O| May 21 10:14:32.112 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86462026-05-21T10:14:33.631Z[ host-image] May 21 10:14:32.121 INFO O| May 21 10:14:32.121 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
86472026-05-21T10:14:33.631Z[ host-image] May 21 10:14:32.121 INFO O| May 21 10:14:32.121 INFO STEP 55 (remove_files) COMPLETE
86482026-05-21T10:14:33.631Z[ host-image] May 21 10:14:32.121 INFO O| May 21 10:14:32.121 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86492026-05-21T10:14:33.640Z[ host-image] May 21 10:14:32.130 INFO O| May 21 10:14:32.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
86502026-05-21T10:14:33.641Z[ host-image] May 21 10:14:32.130 INFO O| May 21 10:14:32.130 INFO STEP 56 (remove_files) COMPLETE
86512026-05-21T10:14:33.641Z[ host-image] May 21 10:14:32.130 INFO O| May 21 10:14:32.130 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86522026-05-21T10:14:33.650Z[ host-image] May 21 10:14:32.139 INFO O| May 21 10:14:32.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
86532026-05-21T10:14:33.650Z[ host-image] May 21 10:14:32.139 INFO O| May 21 10:14:32.139 INFO STEP 57 (remove_files) COMPLETE
86542026-05-21T10:14:33.650Z[ host-image] May 21 10:14:32.139 INFO O| May 21 10:14:32.139 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86552026-05-21T10:14:33.659Z[ host-image] May 21 10:14:32.148 INFO O| May 21 10:14:32.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
86562026-05-21T10:14:33.659Z[ host-image] May 21 10:14:32.148 INFO O| May 21 10:14:32.148 INFO STEP 58 (remove_files) COMPLETE
86572026-05-21T10:14:33.659Z[ host-image] May 21 10:14:32.148 INFO O| May 21 10:14:32.148 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86582026-05-21T10:14:33.668Z[ host-image] May 21 10:14:32.158 INFO O| May 21 10:14:32.158 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86592026-05-21T10:14:33.668Z[ host-image] May 21 10:14:32.158 INFO O| May 21 10:14:32.158 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
86602026-05-21T10:14:33.668Z[ host-image] May 21 10:14:32.158 INFO O| May 21 10:14:32.158 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
86612026-05-21T10:14:33.672Z[ host-image] May 21 10:14:32.158 INFO O| May 21 10:14:32.158 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
86622026-05-21T10:14:33.672Z[ host-image] May 21 10:14:32.158 INFO O| May 21 10:14:32.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
86632026-05-21T10:14:33.672Z[ host-image] May 21 10:14:32.158 INFO O| May 21 10:14:32.158 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
86642026-05-21T10:14:33.672Z[ host-image] May 21 10:14:32.158 INFO O| May 21 10:14:32.158 INFO ok!
86652026-05-21T10:14:33.672Z[ host-image] May 21 10:14:32.158 INFO O| May 21 10:14:32.158 INFO STEP 59 (ensure_file) COMPLETE
86662026-05-21T10:14:33.672Z[ host-image] May 21 10:14:32.158 INFO O| May 21 10:14:32.158 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86672026-05-21T10:14:33.679Z[ host-image] May 21 10:14:32.168 INFO O| May 21 10:14:32.168 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86682026-05-21T10:14:33.679Z[ host-image] May 21 10:14:32.169 INFO O| May 21 10:14:32.168 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
86692026-05-21T10:14:33.679Z[ host-image] May 21 10:14:32.169 INFO O| May 21 10:14:32.169 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
86702026-05-21T10:14:33.679Z[ host-image] May 21 10:14:32.169 INFO O| May 21 10:14:32.169 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
86712026-05-21T10:14:33.682Z[ host-image] May 21 10:14:32.169 INFO O| May 21 10:14:32.169 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
86722026-05-21T10:14:33.682Z[ host-image] May 21 10:14:32.169 INFO O| May 21 10:14:32.169 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
86732026-05-21T10:14:33.682Z[ host-image] May 21 10:14:32.169 INFO O| May 21 10:14:32.169 INFO ok!
86742026-05-21T10:14:33.682Z[ host-image] May 21 10:14:32.169 INFO O| May 21 10:14:32.169 INFO STEP 60 (ensure_file) COMPLETE
86752026-05-21T10:14:33.682Z[ host-image] May 21 10:14:32.169 INFO O| May 21 10:14:32.169 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86762026-05-21T10:14:33.689Z[ host-image] May 21 10:14:32.178 INFO O| May 21 10:14:32.178 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
86772026-05-21T10:14:33.689Z[ host-image] May 21 10:14:32.178 INFO O| May 21 10:14:32.178 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
86782026-05-21T10:14:33.689Z[ host-image] May 21 10:14:32.178 INFO O| May 21 10:14:32.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
86792026-05-21T10:14:33.692Z[ host-image] May 21 10:14:32.178 INFO O| May 21 10:14:32.178 INFO ok!
86802026-05-21T10:14:33.692Z[ host-image] May 21 10:14:32.178 INFO O| May 21 10:14:32.178 INFO STEP 61 (ensure_file) COMPLETE
86812026-05-21T10:14:33.692Z[ host-image] May 21 10:14:32.179 INFO O| May 21 10:14:32.178 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86822026-05-21T10:14:33.698Z[ host-image] May 21 10:14:32.188 INFO O| May 21 10:14:32.188 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86832026-05-21T10:14:33.698Z[ host-image] May 21 10:14:32.188 INFO O| May 21 10:14:32.188 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
86842026-05-21T10:14:33.698Z[ host-image] May 21 10:14:32.188 INFO O| May 21 10:14:32.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
86852026-05-21T10:14:33.698Z[ host-image] May 21 10:14:32.188 INFO O| May 21 10:14:32.188 INFO ok!
86862026-05-21T10:14:33.702Z[ host-image] May 21 10:14:32.188 INFO O| May 21 10:14:32.188 INFO STEP 62 (ensure_file) COMPLETE
86872026-05-21T10:14:33.702Z[ host-image] May 21 10:14:32.188 INFO O| May 21 10:14:32.188 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86882026-05-21T10:14:33.707Z[ host-image] May 21 10:14:32.197 INFO O| May 21 10:14:32.197 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
86892026-05-21T10:14:33.707Z[ host-image] May 21 10:14:32.197 INFO O| May 21 10:14:32.197 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
86902026-05-21T10:14:33.710Z[ host-image] May 21 10:14:32.197 INFO O| May 21 10:14:32.197 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
86912026-05-21T10:14:33.710Z[ host-image] May 21 10:14:32.197 INFO O| May 21 10:14:32.197 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
86922026-05-21T10:14:33.710Z[ host-image] May 21 10:14:32.197 INFO O| May 21 10:14:32.197 INFO ok!
86932026-05-21T10:14:33.710Z[ host-image] May 21 10:14:32.197 INFO O| May 21 10:14:32.197 INFO STEP 63 (ensure_file) COMPLETE
86942026-05-21T10:14:33.710Z[ host-image] May 21 10:14:32.197 INFO O| May 21 10:14:32.197 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86952026-05-21T10:14:33.716Z[ host-image] May 21 10:14:32.205 INFO O| May 21 10:14:32.205 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
86962026-05-21T10:14:33.716Z[ host-image] May 21 10:14:32.205 INFO O| May 21 10:14:32.205 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
86972026-05-21T10:14:33.716Z[ host-image] May 21 10:14:32.205 INFO O| May 21 10:14:32.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
86982026-05-21T10:14:33.719Z[ host-image] May 21 10:14:32.205 INFO O| May 21 10:14:32.205 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
86992026-05-21T10:14:33.719Z[ host-image] May 21 10:14:32.205 INFO O| May 21 10:14:32.205 INFO ok!
87002026-05-21T10:14:33.719Z[ host-image] May 21 10:14:32.205 INFO O| May 21 10:14:32.205 INFO STEP 64 (ensure_file) COMPLETE
87012026-05-21T10:14:33.719Z[ host-image] May 21 10:14:32.205 INFO O| May 21 10:14:32.205 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
87022026-05-21T10:14:33.730Z[ host-image] May 21 10:14:32.215 INFO O| May 21 10:14:32.215 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
87032026-05-21T10:14:33.730Z[ host-image] May 21 10:14:32.215 INFO O| May 21 10:14:32.215 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
87042026-05-21T10:14:33.730Z[ host-image] May 21 10:14:32.215 INFO O| May 21 10:14:32.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
87052026-05-21T10:14:33.731Z[ host-image] May 21 10:14:32.215 INFO O| May 21 10:14:32.215 INFO ok!
87062026-05-21T10:14:33.731Z[ host-image] May 21 10:14:32.215 INFO O| May 21 10:14:32.215 INFO STEP 65 (assemble_files) COMPLETE
87072026-05-21T10:14:33.731Z[ host-image] May 21 10:14:32.215 INFO O| May 21 10:14:32.215 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
87082026-05-21T10:14:33.736Z[ host-image] May 21 10:14:32.225 INFO O| May 21 10:14:32.225 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
87092026-05-21T10:14:33.736Z[ host-image] May 21 10:14:32.225 INFO O| May 21 10:14:32.225 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
87102026-05-21T10:14:33.738Z[ host-image] May 21 10:14:32.225 INFO O| May 21 10:14:32.225 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
87112026-05-21T10:14:33.739Z[ host-image] May 21 10:14:32.225 INFO O| May 21 10:14:32.225 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
87122026-05-21T10:14:33.739Z[ host-image] May 21 10:14:32.225 INFO O| May 21 10:14:32.225 INFO ok!
87132026-05-21T10:14:33.739Z[ host-image] May 21 10:14:32.225 INFO O| May 21 10:14:32.225 INFO STEP 66 (ensure_file) COMPLETE
87142026-05-21T10:14:33.739Z[ host-image] May 21 10:14:32.225 INFO O| May 21 10:14:32.225 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
87152026-05-21T10:14:33.745Z[ host-image] May 21 10:14:32.235 INFO O| May 21 10:14:32.235 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
87162026-05-21T10:14:33.745Z[ host-image] May 21 10:14:32.235 INFO O| May 21 10:14:32.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
87172026-05-21T10:14:33.745Z[ host-image] May 21 10:14:32.235 INFO O| May 21 10:14:32.235 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
87182026-05-21T10:14:33.749Z[ host-image] May 21 10:14:32.235 INFO O| May 21 10:14:32.235 INFO STEP 67 (ensure_dir) COMPLETE
87192026-05-21T10:14:33.749Z[ host-image] May 21 10:14:32.235 INFO O| May 21 10:14:32.235 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
87202026-05-21T10:14:33.755Z[ host-image] May 21 10:14:32.245 INFO O| May 21 10:14:32.244 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
87212026-05-21T10:14:33.755Z[ host-image] May 21 10:14:32.245 INFO O| May 21 10:14:32.244 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 ...
87222026-05-21T10:14:33.761Z[ host-image] May 21 10:14:32.250 INFO O| May 21 10:14:32.250 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
87232026-05-21T10:14:33.761Z[ host-image] May 21 10:14:32.250 INFO O| May 21 10:14:32.250 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87242026-05-21T10:14:33.761Z[ host-image] May 21 10:14:32.250 INFO O| May 21 10:14:32.250 INFO ok!
87252026-05-21T10:14:33.764Z[ host-image] May 21 10:14:32.250 INFO O| May 21 10:14:32.250 INFO STEP 68 (ensure_file) COMPLETE
87262026-05-21T10:14:33.764Z[ host-image] May 21 10:14:32.250 INFO O| May 21 10:14:32.250 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
87272026-05-21T10:14:33.771Z[ host-image] May 21 10:14:32.261 INFO O| May 21 10:14:32.261 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87282026-05-21T10:14:33.771Z[ host-image] May 21 10:14:32.261 INFO O| May 21 10:14:32.261 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 ...
87292026-05-21T10:14:33.774Z[ host-image] May 21 10:14:32.261 INFO O| May 21 10:14:32.261 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
87302026-05-21T10:14:33.774Z[ host-image] May 21 10:14:32.261 INFO O| May 21 10:14:32.261 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87312026-05-21T10:14:33.774Z[ host-image] May 21 10:14:32.261 INFO O| May 21 10:14:32.261 INFO ok!
87322026-05-21T10:14:33.774Z[ host-image] May 21 10:14:32.261 INFO O| May 21 10:14:32.261 INFO STEP 69 (ensure_file) COMPLETE
87332026-05-21T10:14:33.774Z[ host-image] May 21 10:14:32.261 INFO O| May 21 10:14:32.261 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
87342026-05-21T10:14:33.785Z[ host-image] May 21 10:14:32.274 INFO O| May 21 10:14:32.274 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
87352026-05-21T10:14:33.785Z[ host-image] May 21 10:14:32.274 INFO O| May 21 10:14:32.274 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
87362026-05-21T10:14:35.236Z[ host-image] May 21 10:14:33.725 INFO O| May 21 10:14:33.725 INFO STEP 70 (pack_tar) COMPLETE
87372026-05-21T10:14:35.236Z[ host-image] May 21 10:14:33.725 INFO O| May 21 10:14:33.725 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
87382026-05-21T10:14:35.239Z[ host-image] May 21 10:14:33.725 INFO O| May 21 10:14:33.725 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
87392026-05-21T10:14:36.469Z[ host-image] May 21 10:14:34.958 INFO O| May 21 10:14:34.958 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
87402026-05-21T10:14:36.530Z[ host-image] May 21 10:14:35.019 INFO O| May 21 10:14:35.019 INFO completed processing sled/ramdisk-02-trim
87412026-05-21T10:14:36.533Z[ host-image] May 21 10:14:35.022 INFO image builder template: zfs...
87422026-05-21T10:14:36.533Z[ host-image] May 21 10:14:35.022 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/.tmpaO6uCV/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs"], pwd: None
87432026-05-21T10:14:36.547Z[ host-image] May 21 10:14:35.035 INFO O| May 21 10:14:35.035 INFO skip include "stress" because feature "stress" is not enabled
87442026-05-21T10:14:36.547Z[ host-image] May 21 10:14:35.035 INFO O| May 21 10:14:35.035 INFO skip include "stress" because feature "compliance" is not enabled
87452026-05-21T10:14:36.576Z[ host-image] May 21 10:14:35.065 INFO O| May 21 10:14:35.065 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
87462026-05-21T10:14:36.579Z[ host-image] May 21 10:14:35.069 INFO O| May 21 10:14:35.069 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
87472026-05-21T10:14:36.635Z[ host-image] May 21 10:14:35.124 INFO O| May 21 10:14:35.124 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
87482026-05-21T10:14:36.686Z[ host-image] May 21 10:14:35.175 INFO O| May 21 10:14:35.175 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
87492026-05-21T10:14:36.686Z[ host-image] May 21 10:14:35.175 INFO O| May 21 10:14:35.175 INFO work dataset: rpool/images/build/host/work/sled/zfs
87502026-05-21T10:14:36.689Z[ host-image] May 21 10:14:35.178 INFO O| May 21 10:14:35.178 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
87512026-05-21T10:14:36.752Z[ host-image] May 21 10:14:35.241 INFO O| May 21 10:14:35.241 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
87522026-05-21T10:14:36.802Z[ host-image] May 21 10:14:35.291 INFO O| May 21 10:14:35.291 INFO DESTROY POOL: TEMPORARY-sled-zfs
87532026-05-21T10:14:36.809Z[ host-image] May 21 10:14:35.298 INFO O| May 21 10:14:35.298 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
87542026-05-21T10:14:36.812Z[ host-image] May 21 10:14:35.302 INFO O| May 21 10:14:35.302 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
87552026-05-21T10:14:36.812Z[ host-image] May 21 10:14:35.302 INFO O| May 21 10:14:35.302 INFO no lofi found
87562026-05-21T10:14:36.815Z[ host-image] May 21 10:14:35.302 INFO O| May 21 10:14:35.302 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
87572026-05-21T10:14:36.815Z[ host-image] May 21 10:14:35.302 INFO O| May 21 10:14:35.302 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
87582026-05-21T10:14:38.512Z[ host-image] May 21 10:14:37.001 INFO O| May 21 10:14:37.001 INFO lofi device = /dev/dsk/c2t2d0p0
87592026-05-21T10:14:38.512Z[ host-image] May 21 10:14:37.001 INFO O| May 21 10:14:37.001 INFO pool device = /dev/dsk/c2t2d0p0
87602026-05-21T10:14:38.512Z[ host-image] May 21 10:14:37.001 INFO O| May 21 10:14:37.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/c2t2d0p0"]
87612026-05-21T10:14:38.649Z[ host-image] May 21 10:14:37.138 INFO O| May 21 10:14:37.138 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
87622026-05-21T10:14:38.649Z[ host-image] May 21 10:14:37.138 INFO O| May 21 10:14:37.138 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
87632026-05-21T10:14:38.669Z[ host-image] May 21 10:14:37.159 INFO O| May 21 10:14:37.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
87642026-05-21T10:14:38.761Z[ host-image] May 21 10:14:37.250 INFO O| May 21 10:14:37.249 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
87652026-05-21T10:14:38.793Z[ host-image] May 21 10:14:37.282 INFO O| May 21 10:14:37.282 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
87662026-05-21T10:14:38.809Z[ host-image] May 21 10:14:37.299 INFO O| May 21 10:14:37.299 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
87672026-05-21T10:14:38.822Z[ host-image] May 21 10:14:37.311 INFO O| May 21 10:14:37.311 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
87682026-05-21T10:14:38.860Z[ host-image] May 21 10:14:37.349 INFO O| May 21 10:14:37.349 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
87692026-05-21T10:14:38.860Z[ host-image] May 21 10:14:37.349 INFO O| May 21 10:14:37.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
87702026-05-21T10:14:38.860Z[ host-image] May 21 10:14:37.349 INFO O| May 21 10:14:37.349 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
87712026-05-21T10:14:38.866Z[ host-image] May 21 10:14:37.355 INFO O| May 21 10:14:37.355 INFO boot environment UUID: dcb2a5eb-184c-473c-81bc-c58f9470246b
87722026-05-21T10:14:38.866Z[ host-image] May 21 10:14:37.355 INFO O| May 21 10:14:37.355 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = dcb2a5eb-184c-473c-81bc-c58f9470246b
87732026-05-21T10:14:38.879Z[ host-image] May 21 10:14:37.369 INFO O| May 21 10:14:37.369 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87742026-05-21T10:14:38.893Z[ host-image] May 21 10:14:37.382 INFO O| May 21 10:14:37.382 INFO STEP 0 (create_be) COMPLETE
87752026-05-21T10:14:38.893Z[ host-image] May 21 10:14:37.382 INFO O| May 21 10:14:37.382 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
87762026-05-21T10:14:38.905Z[ host-image] May 21 10:14:37.394 INFO O| May 21 10:14:37.394 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
87772026-05-21T10:14:40.533Z[ recovery-image] May 21 10:14:39.019 INFO O| May 21 10:14:39.018 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87782026-05-21T10:14:40.537Z[ recovery-image] May 21 10:14:39.019 INFO O| May 21 10:14:39.018 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87792026-05-21T10:14:40.570Z[ recovery-image] May 21 10:14:39.053 INFO O| May 21 10:14:39.052 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87802026-05-21T10:14:40.777Z[ recovery-image] May 21 10:14:39.262 INFO O| May 21 10:14:39.261 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87812026-05-21T10:14:40.892Z[ recovery-image] May 21 10:14:39.381 INFO O| May 21 10:14:39.381 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87822026-05-21T10:14:40.911Z[ recovery-image] May 21 10:14:39.400 INFO O| May 21 10:14:39.400 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87832026-05-21T10:14:40.925Z[ recovery-image] May 21 10:14:39.414 INFO O| May 21 10:14:39.414 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87842026-05-21T10:14:40.962Z[ recovery-image] May 21 10:14:39.451 INFO O| May 21 10:14:39.451 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87852026-05-21T10:14:40.962Z[ recovery-image] May 21 10:14:39.451 INFO O| May 21 10:14:39.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87862026-05-21T10:14:40.962Z[ recovery-image] May 21 10:14:39.451 INFO O| May 21 10:14:39.451 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87872026-05-21T10:14:40.983Z[ recovery-image] May 21 10:14:39.460 INFO O| May 21 10:14:39.460 INFO boot environment UUID: 59df3c1e-7af5-45f7-8372-b6a4447fd171
87882026-05-21T10:14:40.983Z[ recovery-image] May 21 10:14:39.460 INFO O| May 21 10:14:39.460 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 59df3c1e-7af5-45f7-8372-b6a4447fd171
87892026-05-21T10:14:41.051Z[ recovery-image] May 21 10:14:39.538 INFO O| May 21 10:14:39.538 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87902026-05-21T10:14:41.138Z[ recovery-image] May 21 10:14:39.620 INFO O| May 21 10:14:39.619 INFO STEP 0 (create_be) COMPLETE
87912026-05-21T10:14:41.143Z[ recovery-image] May 21 10:14:39.620 INFO O| May 21 10:14:39.619 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87922026-05-21T10:14:41.155Z[ recovery-image] May 21 10:14:39.639 INFO O| May 21 10:14:39.637 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"]
87932026-05-21T10:14:49.001Z[ recovery-image] May 21 10:14:47.489 INFO O| May 21 10:14:47.489 INFO STEP 1 (unpack_tar) COMPLETE
87942026-05-21T10:14:49.001Z[ recovery-image] May 21 10:14:47.489 INFO O| May 21 10:14:47.489 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-05-21T10:14:49.009Z[ recovery-image] May 21 10:14:47.498 INFO O| May 21 10:14:47.498 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87962026-05-21T10:14:49.284Z[ host-image] May 21 10:14:47.773 INFO O| May 21 10:14:47.773 INFO STEP 1 (unpack_tar) COMPLETE
87972026-05-21T10:14:49.284Z[ host-image] May 21 10:14:47.773 INFO O| May 21 10:14:47.773 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-05-21T10:14:49.296Z[ host-image] May 21 10:14:47.783 INFO O| May 21 10:14:47.783 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
87992026-05-21T10:14:49.425Z[ host-image] May 21 10:14:47.914 INFO O| May 21 10:14:47.914 INFO STEP 2 (devfsadm) COMPLETE
88002026-05-21T10:14:49.425Z[ host-image] May 21 10:14:47.914 INFO O| May 21 10:14:47.914 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012026-05-21T10:14:49.434Z[ host-image] May 21 10:14:47.923 INFO O| May 21 10:14:47.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
88022026-05-21T10:14:49.434Z[ host-image] May 21 10:14:47.923 INFO O| May 21 10:14:47.923 INFO STEP 3 (ensure_dir) COMPLETE
88032026-05-21T10:14:49.437Z[ host-image] May 21 10:14:47.923 INFO O| May 21 10:14:47.923 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-05-21T10:14:49.443Z[ host-image] May 21 10:14:47.932 INFO O| May 21 10:14:47.932 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
88052026-05-21T10:14:49.443Z[ host-image] May 21 10:14:47.932 INFO O| May 21 10:14:47.932 INFO STEP 4 (ensure_dir) COMPLETE
88062026-05-21T10:14:49.446Z[ host-image] May 21 10:14:47.932 INFO O| May 21 10:14:47.932 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88072026-05-21T10:14:49.451Z[ host-image] May 21 10:14:47.940 INFO O| May 21 10:14:47.940 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
88082026-05-21T10:14:49.451Z[ host-image] May 21 10:14:47.940 INFO O| May 21 10:14:47.940 INFO STEP 5 (ensure_dir) COMPLETE
88092026-05-21T10:14:49.451Z[ host-image] May 21 10:14:47.940 INFO O| May 21 10:14:47.940 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88102026-05-21T10:14:49.459Z[ host-image] May 21 10:14:47.948 INFO O| May 21 10:14:47.948 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
88112026-05-21T10:14:49.459Z[ host-image] May 21 10:14:47.948 INFO O| May 21 10:14:47.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
88122026-05-21T10:14:49.462Z[ host-image] May 21 10:14:47.948 INFO O| May 21 10:14:47.948 INFO STEP 6 (ensure_dir) COMPLETE
88132026-05-21T10:14:49.462Z[ host-image] May 21 10:14:47.948 INFO O| May 21 10:14:47.948 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-05-21T10:14:49.467Z[ host-image] May 21 10:14:47.957 INFO O| May 21 10:14:47.957 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
88152026-05-21T10:14:49.467Z[ host-image] May 21 10:14:47.957 INFO O| May 21 10:14:47.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
88162026-05-21T10:14:49.470Z[ host-image] May 21 10:14:47.957 INFO O| May 21 10:14:47.957 INFO STEP 7 (ensure_dir) COMPLETE
88172026-05-21T10:14:49.471Z[ host-image] May 21 10:14:47.957 INFO O| May 21 10:14:47.957 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-05-21T10:14:49.475Z[ host-image] May 21 10:14:47.964 INFO O| May 21 10:14:47.964 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
88192026-05-21T10:14:49.478Z[ host-image] May 21 10:14:47.965 INFO O| May 21 10:14:47.965 INFO STEP 8 (remove_files) COMPLETE
88202026-05-21T10:14:49.478Z[ host-image] May 21 10:14:47.965 INFO O| May 21 10:14:47.965 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-05-21T10:14:49.483Z[ host-image] May 21 10:14:47.972 INFO O| May 21 10:14:47.972 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
88222026-05-21T10:14:49.486Z[ host-image] May 21 10:14:47.973 INFO O| May 21 10:14:47.973 INFO STEP 9 (remove_files) COMPLETE
88232026-05-21T10:14:49.486Z[ host-image] May 21 10:14:47.973 INFO O| May 21 10:14:47.973 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242026-05-21T10:14:49.492Z[ host-image] May 21 10:14:47.982 INFO O| May 21 10:14:47.981 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
88252026-05-21T10:14:49.495Z[ host-image] May 21 10:14:47.982 INFO O| May 21 10:14:47.982 INFO STEP 10 (remove_files) COMPLETE
88262026-05-21T10:14:49.495Z[ host-image] May 21 10:14:47.982 INFO O| May 21 10:14:47.982 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-05-21T10:14:49.501Z[ host-image] May 21 10:14:47.991 INFO O| May 21 10:14:47.991 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
88282026-05-21T10:14:49.501Z[ host-image] May 21 10:14:47.991 INFO O| May 21 10:14:47.991 INFO STEP 11 (remove_files) COMPLETE
88292026-05-21T10:14:49.504Z[ host-image] May 21 10:14:47.991 INFO O| May 21 10:14:47.991 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88302026-05-21T10:14:49.509Z[ host-image] May 21 10:14:47.999 INFO O| May 21 10:14:47.999 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
88312026-05-21T10:14:49.509Z[ host-image] May 21 10:14:47.999 INFO O| May 21 10:14:47.999 INFO STEP 12 (remove_files) COMPLETE
88322026-05-21T10:14:49.512Z[ host-image] May 21 10:14:47.999 INFO O| May 21 10:14:47.999 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332026-05-21T10:14:49.517Z[ host-image] May 21 10:14:48.007 INFO O| May 21 10:14:48.007 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
88342026-05-21T10:14:49.517Z[ host-image] May 21 10:14:48.007 INFO O| May 21 10:14:48.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
88352026-05-21T10:14:49.521Z[ host-image] May 21 10:14:48.007 INFO O| May 21 10:14:48.007 INFO STEP 13 (ensure_dir) COMPLETE
88362026-05-21T10:14:49.521Z[ host-image] May 21 10:14:48.007 INFO O| May 21 10:14:48.007 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88372026-05-21T10:14:49.526Z[ host-image] May 21 10:14:48.015 INFO O| May 21 10:14:48.015 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
88382026-05-21T10:14:49.526Z[ host-image] May 21 10:14:48.015 INFO O| May 21 10:14:48.015 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
88392026-05-21T10:14:49.526Z[ host-image] May 21 10:14:48.015 INFO O| May 21 10:14:48.015 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
88402026-05-21T10:14:49.529Z[ host-image] May 21 10:14:48.015 INFO O| May 21 10:14:48.015 INFO STEP 14 (ensure_dir) COMPLETE
88412026-05-21T10:14:49.529Z[ host-image] May 21 10:14:48.015 INFO O| May 21 10:14:48.015 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88422026-05-21T10:14:49.534Z[ host-image] May 21 10:14:48.023 INFO O| May 21 10:14:48.023 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
88432026-05-21T10:14:49.534Z[ host-image] May 21 10:14:48.024 INFO O| May 21 10:14:48.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
88442026-05-21T10:14:49.534Z[ host-image] May 21 10:14:48.024 INFO O| May 21 10:14:48.024 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
88452026-05-21T10:14:49.537Z[ host-image] May 21 10:14:48.024 INFO O| May 21 10:14:48.024 INFO STEP 15 (ensure_dir) COMPLETE
88462026-05-21T10:14:49.537Z[ host-image] May 21 10:14:48.024 INFO O| May 21 10:14:48.024 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88472026-05-21T10:14:49.542Z[ host-image] May 21 10:14:48.032 INFO O| May 21 10:14:48.032 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
88482026-05-21T10:14:49.542Z[ host-image] May 21 10:14:48.032 INFO O| May 21 10:14:48.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
88492026-05-21T10:14:49.546Z[ host-image] May 21 10:14:48.032 INFO O| May 21 10:14:48.032 INFO STEP 16 (ensure_dir) COMPLETE
88502026-05-21T10:14:49.546Z[ host-image] May 21 10:14:48.032 INFO O| May 21 10:14:48.032 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88512026-05-21T10:14:49.560Z[ host-image] May 21 10:14:48.040 INFO O| May 21 10:14:48.040 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
88522026-05-21T10:14:49.560Z[ host-image] May 21 10:14:48.040 INFO O| May 21 10:14:48.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
88532026-05-21T10:14:49.560Z[ host-image] May 21 10:14:48.040 INFO O| May 21 10:14:48.040 INFO STEP 17 (ensure_dir) COMPLETE
88542026-05-21T10:14:49.560Z[ host-image] May 21 10:14:48.040 INFO O| May 21 10:14:48.040 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88552026-05-21T10:14:49.560Z[ host-image] May 21 10:14:48.048 INFO O| May 21 10:14:48.048 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88562026-05-21T10:14:49.560Z[ host-image] May 21 10:14:48.048 INFO O| May 21 10:14:48.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
88572026-05-21T10:14:49.560Z[ host-image] May 21 10:14:48.048 INFO O| May 21 10:14:48.048 INFO ok!
88582026-05-21T10:14:49.560Z[ host-image] May 21 10:14:48.048 INFO O| May 21 10:14:48.048 INFO STEP 18 (ensure_symlink) COMPLETE
88592026-05-21T10:14:49.560Z[ host-image] May 21 10:14:48.048 INFO O| May 21 10:14:48.048 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88602026-05-21T10:14:49.567Z[ host-image] May 21 10:14:48.057 INFO O| May 21 10:14:48.057 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
88612026-05-21T10:14:49.567Z[ host-image] May 21 10:14:48.057 INFO O| May 21 10:14:48.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
88622026-05-21T10:14:49.572Z[ host-image] May 21 10:14:48.057 INFO O| May 21 10:14:48.057 INFO ok!
88632026-05-21T10:14:49.572Z[ host-image] May 21 10:14:48.057 INFO O| May 21 10:14:48.057 INFO STEP 19 (ensure_file) COMPLETE
88642026-05-21T10:14:49.572Z[ host-image] May 21 10:14:48.057 INFO O| May 21 10:14:48.057 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88652026-05-21T10:14:49.582Z[ host-image] May 21 10:14:48.067 INFO O| May 21 10:14:48.067 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
88662026-05-21T10:14:49.582Z[ host-image] May 21 10:14:48.067 INFO O| May 21 10:14:48.067 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88672026-05-21T10:14:49.582Z[ host-image] May 21 10:14:48.067 INFO O| May 21 10:14:48.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
88682026-05-21T10:14:49.582Z[ host-image] May 21 10:14:48.067 INFO O| May 21 10:14:48.067 INFO ok!
88692026-05-21T10:14:49.582Z[ host-image] May 21 10:14:48.067 INFO O| May 21 10:14:48.067 INFO STEP 20 (ensure_symlink) COMPLETE
88702026-05-21T10:14:49.582Z[ host-image] May 21 10:14:48.067 INFO O| May 21 10:14:48.067 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88712026-05-21T10:14:49.587Z[ host-image] May 21 10:14:48.076 INFO O| May 21 10:14:48.076 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88722026-05-21T10:14:49.587Z[ host-image] May 21 10:14:48.076 INFO O| May 21 10:14:48.076 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88732026-05-21T10:14:49.590Z[ host-image] May 21 10:14:48.076 INFO O| May 21 10:14:48.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
88742026-05-21T10:14:49.590Z[ host-image] May 21 10:14:48.076 INFO O| May 21 10:14:48.076 INFO ok!
88752026-05-21T10:14:49.590Z[ host-image] May 21 10:14:48.076 INFO O| May 21 10:14:48.076 INFO STEP 21 (ensure_symlink) COMPLETE
88762026-05-21T10:14:49.590Z[ host-image] May 21 10:14:48.076 INFO O| May 21 10:14:48.076 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88772026-05-21T10:14:49.594Z[ host-image] May 21 10:14:48.084 INFO O| May 21 10:14:48.084 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
88782026-05-21T10:14:49.594Z[ host-image] May 21 10:14:48.084 INFO O| May 21 10:14:48.084 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88792026-05-21T10:14:49.594Z[ host-image] May 21 10:14:48.084 INFO O| May 21 10:14:48.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
88802026-05-21T10:14:49.597Z[ host-image] May 21 10:14:48.084 INFO O| May 21 10:14:48.084 INFO ok!
88812026-05-21T10:14:49.597Z[ host-image] May 21 10:14:48.084 INFO O| May 21 10:14:48.084 INFO STEP 22 (ensure_symlink) COMPLETE
88822026-05-21T10:14:49.597Z[ host-image] May 21 10:14:48.084 INFO O| May 21 10:14:48.084 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88832026-05-21T10:14:49.602Z[ host-image] May 21 10:14:48.092 INFO O| May 21 10:14:48.091 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
88842026-05-21T10:14:49.602Z[ host-image] May 21 10:14:48.092 INFO O| May 21 10:14:48.091 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88852026-05-21T10:14:49.605Z[ host-image] May 21 10:14:48.092 INFO O| May 21 10:14:48.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
88862026-05-21T10:14:49.605Z[ host-image] May 21 10:14:48.092 INFO O| May 21 10:14:48.092 INFO ok!
88872026-05-21T10:14:49.605Z[ host-image] May 21 10:14:48.092 INFO O| May 21 10:14:48.092 INFO STEP 23 (ensure_symlink) COMPLETE
88882026-05-21T10:14:49.605Z[ host-image] May 21 10:14:48.092 INFO O| May 21 10:14:48.092 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88892026-05-21T10:14:49.610Z[ host-image] May 21 10:14:48.100 INFO O| May 21 10:14:48.100 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88902026-05-21T10:14:49.611Z[ host-image] May 21 10:14:48.100 INFO O| May 21 10:14:48.100 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
88912026-05-21T10:14:49.611Z[ host-image] May 21 10:14:48.100 INFO O| May 21 10:14:48.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
88922026-05-21T10:14:49.614Z[ host-image] May 21 10:14:48.100 INFO O| May 21 10:14:48.100 INFO ok!
88932026-05-21T10:14:49.614Z[ host-image] May 21 10:14:48.100 INFO O| May 21 10:14:48.100 INFO STEP 24 (ensure_file) COMPLETE
88942026-05-21T10:14:49.614Z[ host-image] May 21 10:14:48.100 INFO O| May 21 10:14:48.100 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88952026-05-21T10:14:49.619Z[ host-image] May 21 10:14:48.109 INFO O| May 21 10:14:48.109 INFO updating shadow file
88962026-05-21T10:14:49.619Z[ host-image] May 21 10:14:48.109 INFO O| May 21 10:14:48.109 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
88972026-05-21T10:14:49.619Z[ host-image] May 21 10:14:48.109 INFO O| May 21 10:14:48.109 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
88982026-05-21T10:14:49.623Z[ host-image] May 21 10:14:48.109 INFO O| May 21 10:14:48.109 INFO STEP 25 (shadow) COMPLETE
88992026-05-21T10:14:49.623Z[ host-image] May 21 10:14:48.109 INFO O| May 21 10:14:48.109 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002026-05-21T10:14:49.629Z[ host-image] May 21 10:14:48.119 INFO O| May 21 10:14:48.119 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89012026-05-21T10:14:49.632Z[ host-image] May 21 10:14:48.119 INFO O| May 21 10:14:48.119 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
89022026-05-21T10:14:49.632Z[ host-image] May 21 10:14:48.119 INFO O| May 21 10:14:48.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
89032026-05-21T10:14:49.632Z[ host-image] May 21 10:14:48.119 INFO O| May 21 10:14:48.119 INFO ok!
89042026-05-21T10:14:49.632Z[ host-image] May 21 10:14:48.119 INFO O| May 21 10:14:48.119 INFO STEP 26 (ensure_file) COMPLETE
89052026-05-21T10:14:49.632Z[ host-image] May 21 10:14:48.119 INFO O| May 21 10:14:48.119 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89062026-05-21T10:14:49.637Z[ host-image] May 21 10:14:48.127 INFO O| May 21 10:14:48.127 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
89072026-05-21T10:14:49.637Z[ host-image] May 21 10:14:48.127 INFO O| May 21 10:14:48.127 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
89082026-05-21T10:14:49.637Z[ host-image] May 21 10:14:48.127 INFO O| May 21 10:14:48.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
89092026-05-21T10:14:49.641Z[ host-image] May 21 10:14:48.127 INFO O| May 21 10:14:48.127 INFO ok!
89102026-05-21T10:14:49.641Z[ host-image] May 21 10:14:48.127 INFO O| May 21 10:14:48.127 INFO STEP 27 (ensure_file) COMPLETE
89112026-05-21T10:14:49.641Z[ host-image] May 21 10:14:48.127 INFO O| May 21 10:14:48.127 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89122026-05-21T10:14:49.645Z[ host-image] May 21 10:14:48.134 INFO O| May 21 10:14:48.134 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89132026-05-21T10:14:49.645Z[ host-image] May 21 10:14:48.135 INFO O| May 21 10:14:48.134 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
89142026-05-21T10:14:49.648Z[ host-image] May 21 10:14:48.135 INFO O| May 21 10:14:48.135 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
89152026-05-21T10:14:49.648Z[ host-image] May 21 10:14:48.135 INFO O| May 21 10:14:48.135 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
89162026-05-21T10:14:49.648Z[ host-image] May 21 10:14:48.135 INFO O| May 21 10:14:48.135 INFO ok!
89172026-05-21T10:14:49.648Z[ host-image] May 21 10:14:48.135 INFO O| May 21 10:14:48.135 INFO STEP 28 (ensure_file) COMPLETE
89182026-05-21T10:14:49.648Z[ host-image] May 21 10:14:48.135 INFO O| May 21 10:14:48.135 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89192026-05-21T10:14:49.653Z[ host-image] May 21 10:14:48.142 INFO O| May 21 10:14:48.142 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
89202026-05-21T10:14:49.653Z[ host-image] May 21 10:14:48.142 INFO O| May 21 10:14:48.142 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
89212026-05-21T10:14:49.653Z[ host-image] May 21 10:14:48.142 INFO O| May 21 10:14:48.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
89222026-05-21T10:14:49.656Z[ host-image] May 21 10:14:48.142 INFO O| May 21 10:14:48.142 INFO ok!
89232026-05-21T10:14:49.656Z[ host-image] May 21 10:14:48.142 INFO O| May 21 10:14:48.142 INFO STEP 29 (ensure_file) COMPLETE
89242026-05-21T10:14:49.656Z[ host-image] May 21 10:14:48.142 INFO O| May 21 10:14:48.142 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89252026-05-21T10:14:49.660Z[ host-image] May 21 10:14:48.149 INFO O| May 21 10:14:48.149 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
89262026-05-21T10:14:49.660Z[ host-image] May 21 10:14:48.149 INFO O| May 21 10:14:48.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
89272026-05-21T10:14:49.663Z[ host-image] May 21 10:14:48.149 INFO O| May 21 10:14:48.149 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
89282026-05-21T10:14:49.663Z[ host-image] May 21 10:14:48.149 INFO O| May 21 10:14:48.149 INFO STEP 30 (ensure_dir) COMPLETE
89292026-05-21T10:14:49.663Z[ host-image] May 21 10:14:48.149 INFO O| May 21 10:14:48.149 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89302026-05-21T10:14:49.667Z[ host-image] May 21 10:14:48.157 INFO O| May 21 10:14:48.157 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
89312026-05-21T10:14:49.667Z[ host-image] May 21 10:14:48.157 INFO O| May 21 10:14:48.157 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
89322026-05-21T10:14:49.667Z[ host-image] May 21 10:14:48.157 INFO O| May 21 10:14:48.157 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
89332026-05-21T10:14:49.670Z[ host-image] May 21 10:14:48.157 INFO O| May 21 10:14:48.157 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
89342026-05-21T10:14:49.670Z[ host-image] May 21 10:14:48.157 INFO O| May 21 10:14:48.157 INFO ok!
89352026-05-21T10:14:49.670Z[ host-image] May 21 10:14:48.157 INFO O| May 21 10:14:48.157 INFO STEP 31 (ensure_file) COMPLETE
89362026-05-21T10:14:49.670Z[ host-image] May 21 10:14:48.157 INFO O| May 21 10:14:48.157 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89372026-05-21T10:14:49.674Z[ host-image] May 21 10:14:48.164 INFO O| May 21 10:14:48.164 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
89382026-05-21T10:14:49.674Z[ host-image] May 21 10:14:48.164 INFO O| May 21 10:14:48.164 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
89392026-05-21T10:14:49.674Z[ host-image] May 21 10:14:48.164 INFO O| May 21 10:14:48.164 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
89402026-05-21T10:14:49.677Z[ host-image] May 21 10:14:48.164 INFO O| May 21 10:14:48.164 INFO STEP 32 (ensure_dir) COMPLETE
89412026-05-21T10:14:49.677Z[ host-image] May 21 10:14:48.164 INFO O| May 21 10:14:48.164 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89422026-05-21T10:14:49.681Z[ host-image] May 21 10:14:48.171 INFO O| May 21 10:14:48.171 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89432026-05-21T10:14:49.681Z[ host-image] May 21 10:14:48.171 INFO O| May 21 10:14:48.171 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 ...
89442026-05-21T10:14:49.684Z[ host-image] May 21 10:14:48.171 INFO O| May 21 10:14:48.171 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
89452026-05-21T10:14:49.684Z[ host-image] May 21 10:14:48.171 INFO O| May 21 10:14:48.171 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
89462026-05-21T10:14:49.684Z[ host-image] May 21 10:14:48.171 INFO O| May 21 10:14:48.171 INFO ok!
89472026-05-21T10:14:49.684Z[ host-image] May 21 10:14:48.171 INFO O| May 21 10:14:48.171 INFO STEP 33 (ensure_file) COMPLETE
89482026-05-21T10:14:49.684Z[ host-image] May 21 10:14:48.171 INFO O| May 21 10:14:48.171 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
89492026-05-21T10:14:49.692Z[ host-image] May 21 10:14:48.178 INFO O| May 21 10:14:48.178 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
89502026-05-21T10:14:49.692Z[ host-image] May 21 10:14:48.178 INFO O| May 21 10:14:48.178 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
89512026-05-21T10:14:49.692Z[ host-image] May 21 10:14:48.178 INFO O| May 21 10:14:48.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
89522026-05-21T10:14:49.692Z[ host-image] May 21 10:14:48.178 INFO O| May 21 10:14:48.178 INFO ok!
89532026-05-21T10:14:49.692Z[ host-image] May 21 10:14:48.178 INFO O| May 21 10:14:48.178 INFO STEP 34 (ensure_file) COMPLETE
89542026-05-21T10:14:49.692Z[ host-image] May 21 10:14:48.178 INFO O| May 21 10:14:48.178 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
89552026-05-21T10:14:49.697Z[ host-image] May 21 10:14:48.186 INFO O| May 21 10:14:48.186 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89562026-05-21T10:14:49.697Z[ host-image] May 21 10:14:48.186 INFO O| May 21 10:14:48.186 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
89572026-05-21T10:14:49.700Z[ host-image] May 21 10:14:48.186 INFO O| May 21 10:14:48.186 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
89582026-05-21T10:14:49.700Z[ host-image] May 21 10:14:48.186 INFO O| May 21 10:14:48.186 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
89592026-05-21T10:14:49.700Z[ host-image] May 21 10:14:48.186 INFO O| May 21 10:14:48.186 INFO ok!
89602026-05-21T10:14:49.700Z[ host-image] May 21 10:14:48.186 INFO O| May 21 10:14:48.186 INFO STEP 35 (ensure_file) COMPLETE
89612026-05-21T10:14:49.700Z[ host-image] May 21 10:14:48.186 INFO O| May 21 10:14:48.186 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
89622026-05-21T10:14:49.704Z[ host-image] May 21 10:14:48.194 INFO O| May 21 10:14:48.193 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
89632026-05-21T10:14:49.704Z[ host-image] May 21 10:14:48.194 INFO O| May 21 10:14:48.194 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
89642026-05-21T10:14:49.704Z[ host-image] May 21 10:14:48.194 INFO O| May 21 10:14:48.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
89652026-05-21T10:14:49.707Z[ host-image] May 21 10:14:48.194 INFO O| May 21 10:14:48.194 INFO ok!
89662026-05-21T10:14:49.707Z[ host-image] May 21 10:14:48.194 INFO O| May 21 10:14:48.194 INFO STEP 36 (ensure_file) COMPLETE
89672026-05-21T10:14:49.707Z[ host-image] May 21 10:14:48.194 INFO O| May 21 10:14:48.194 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
89682026-05-21T10:14:49.711Z[ host-image] May 21 10:14:48.201 INFO O| May 21 10:14:48.201 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89692026-05-21T10:14:49.711Z[ host-image] May 21 10:14:48.201 INFO O| May 21 10:14:48.201 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
89702026-05-21T10:14:49.714Z[ host-image] May 21 10:14:48.201 INFO O| May 21 10:14:48.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
89712026-05-21T10:14:49.714Z[ host-image] May 21 10:14:48.201 INFO O| May 21 10:14:48.201 INFO ok!
89722026-05-21T10:14:49.714Z[ host-image] May 21 10:14:48.201 INFO O| May 21 10:14:48.201 INFO STEP 37 (ensure_file) COMPLETE
89732026-05-21T10:14:49.714Z[ host-image] May 21 10:14:48.201 INFO O| May 21 10:14:48.201 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
89742026-05-21T10:14:49.718Z[ host-image] May 21 10:14:48.208 INFO O| May 21 10:14:48.208 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
89752026-05-21T10:14:49.718Z[ host-image] May 21 10:14:48.208 INFO O| May 21 10:14:48.208 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
89762026-05-21T10:14:49.719Z[ host-image] May 21 10:14:48.208 INFO O| May 21 10:14:48.208 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
89772026-05-21T10:14:49.722Z[ host-image] May 21 10:14:48.208 INFO O| May 21 10:14:48.208 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
89782026-05-21T10:14:49.722Z[ host-image] May 21 10:14:48.208 INFO O| May 21 10:14:48.208 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
89792026-05-21T10:14:49.723Z[ host-image] May 21 10:14:48.208 INFO O| May 21 10:14:48.208 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
89802026-05-21T10:14:49.723Z[ host-image] May 21 10:14:48.208 INFO O| May 21 10:14:48.208 INFO ok!
89812026-05-21T10:14:49.723Z[ host-image] May 21 10:14:48.208 INFO O| May 21 10:14:48.208 INFO STEP 38 (ensure_file) COMPLETE
89822026-05-21T10:14:49.723Z[ host-image] May 21 10:14:48.208 INFO O| May 21 10:14:48.208 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89832026-05-21T10:14:49.726Z[ host-image] May 21 10:14:48.215 INFO O| May 21 10:14:48.215 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
89842026-05-21T10:14:49.729Z[ host-image] May 21 10:14:48.215 INFO O| May 21 10:14:48.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
89852026-05-21T10:14:49.729Z[ host-image] May 21 10:14:48.215 INFO O| May 21 10:14:48.215 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
89862026-05-21T10:14:49.729Z[ host-image] May 21 10:14:48.215 INFO O| May 21 10:14:48.215 INFO STEP 39 (ensure_dir) COMPLETE
89872026-05-21T10:14:49.729Z[ host-image] May 21 10:14:48.215 INFO O| May 21 10:14:48.215 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89882026-05-21T10:14:49.733Z[ host-image] May 21 10:14:48.223 INFO O| May 21 10:14:48.223 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
89892026-05-21T10:14:49.733Z[ host-image] May 21 10:14:48.223 INFO O| May 21 10:14:48.223 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89902026-05-21T10:14:49.733Z[ host-image] May 21 10:14:48.223 INFO O| May 21 10:14:48.223 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
89912026-05-21T10:14:49.737Z[ host-image] May 21 10:14:48.223 INFO O| May 21 10:14:48.223 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
89922026-05-21T10:14:49.737Z[ host-image] May 21 10:14:48.223 INFO O| May 21 10:14:48.223 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
89932026-05-21T10:14:49.737Z[ host-image] May 21 10:14:48.223 INFO O| May 21 10:14:48.223 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
89942026-05-21T10:14:49.737Z[ host-image] May 21 10:14:48.223 INFO O| May 21 10:14:48.223 INFO ok!
89952026-05-21T10:14:49.737Z[ host-image] May 21 10:14:48.223 INFO O| May 21 10:14:48.223 INFO STEP 40 (ensure_file) COMPLETE
89962026-05-21T10:14:49.737Z[ host-image] May 21 10:14:48.223 INFO O| May 21 10:14:48.223 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89972026-05-21T10:14:49.741Z[ host-image] May 21 10:14:48.230 INFO O| May 21 10:14:48.230 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89982026-05-21T10:14:49.741Z[ host-image] May 21 10:14:48.230 INFO O| May 21 10:14:48.230 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 ...
89992026-05-21T10:14:49.744Z[ host-image] May 21 10:14:48.230 INFO O| May 21 10:14:48.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90002026-05-21T10:14:49.744Z[ host-image] May 21 10:14:48.230 INFO O| May 21 10:14:48.230 INFO ok!
90012026-05-21T10:14:49.744Z[ host-image] May 21 10:14:48.230 INFO O| May 21 10:14:48.230 INFO STEP 41 (ensure_symlink) COMPLETE
90022026-05-21T10:14:49.744Z[ host-image] May 21 10:14:48.230 INFO O| May 21 10:14:48.230 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90032026-05-21T10:14:49.748Z[ host-image] May 21 10:14:48.238 INFO O| May 21 10:14:48.238 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
90042026-05-21T10:14:49.748Z[ host-image] May 21 10:14:48.238 INFO O| May 21 10:14:48.238 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
90052026-05-21T10:14:49.752Z[ host-image] May 21 10:14:48.238 INFO O| May 21 10:14:48.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
90062026-05-21T10:14:49.752Z[ host-image] May 21 10:14:48.238 INFO O| May 21 10:14:48.238 INFO ok!
90072026-05-21T10:14:49.752Z[ host-image] May 21 10:14:48.238 INFO O| May 21 10:14:48.238 INFO STEP 42 (ensure_symlink) COMPLETE
90082026-05-21T10:14:49.752Z[ host-image] May 21 10:14:48.238 INFO O| May 21 10:14:48.238 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90092026-05-21T10:14:49.755Z[ host-image] May 21 10:14:48.245 INFO O| May 21 10:14:48.245 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
90102026-05-21T10:14:49.755Z[ host-image] May 21 10:14:48.245 INFO O| May 21 10:14:48.245 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
90112026-05-21T10:14:49.758Z[ host-image] May 21 10:14:48.245 INFO O| May 21 10:14:48.245 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
90122026-05-21T10:14:49.758Z[ host-image] May 21 10:14:48.245 INFO O| May 21 10:14:48.245 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
90132026-05-21T10:14:49.758Z[ host-image] May 21 10:14:48.245 INFO O| May 21 10:14:48.245 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
90142026-05-21T10:14:49.758Z[ host-image] May 21 10:14:48.245 INFO O| May 21 10:14:48.245 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
90152026-05-21T10:14:49.758Z[ host-image] May 21 10:14:48.245 INFO O| May 21 10:14:48.245 INFO ok!
90162026-05-21T10:14:49.758Z[ host-image] May 21 10:14:48.245 INFO O| May 21 10:14:48.245 INFO STEP 43 (ensure_file) COMPLETE
90172026-05-21T10:14:49.758Z[ host-image] May 21 10:14:48.245 INFO O| May 21 10:14:48.245 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90182026-05-21T10:14:49.762Z[ host-image] May 21 10:14:48.252 INFO O| May 21 10:14:48.252 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90192026-05-21T10:14:49.762Z[ host-image] May 21 10:14:48.252 INFO O| May 21 10:14:48.252 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 ...
90202026-05-21T10:14:49.762Z[ host-image] May 21 10:14:48.252 INFO O| May 21 10:14:48.252 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
90212026-05-21T10:14:49.765Z[ host-image] May 21 10:14:48.252 INFO O| May 21 10:14:48.252 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
90222026-05-21T10:14:49.765Z[ host-image] May 21 10:14:48.252 INFO O| May 21 10:14:48.252 INFO ok!
90232026-05-21T10:14:49.765Z[ host-image] May 21 10:14:48.252 INFO O| May 21 10:14:48.252 INFO STEP 44 (ensure_file) COMPLETE
90242026-05-21T10:14:49.765Z[ host-image] May 21 10:14:48.252 INFO O| May 21 10:14:48.252 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90252026-05-21T10:14:49.770Z[ host-image] May 21 10:14:48.259 INFO O| May 21 10:14:48.259 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
90262026-05-21T10:14:49.770Z[ host-image] May 21 10:14:48.259 INFO O| May 21 10:14:48.259 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
90272026-05-21T10:14:49.770Z[ host-image] May 21 10:14:48.259 INFO O| May 21 10:14:48.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
90282026-05-21T10:14:49.773Z[ host-image] May 21 10:14:48.259 INFO O| May 21 10:14:48.259 INFO ok!
90292026-05-21T10:14:49.773Z[ host-image] May 21 10:14:48.259 INFO O| May 21 10:14:48.259 INFO STEP 45 (ensure_file) COMPLETE
90302026-05-21T10:14:49.773Z[ host-image] May 21 10:14:48.259 INFO O| May 21 10:14:48.259 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90312026-05-21T10:14:49.777Z[ host-image] May 21 10:14:48.267 INFO O| May 21 10:14:48.267 INFO updating shadow file
90322026-05-21T10:14:49.777Z[ host-image] May 21 10:14:48.267 INFO O| May 21 10:14:48.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
90332026-05-21T10:14:49.777Z[ host-image] May 21 10:14:48.267 INFO O| May 21 10:14:48.267 INFO STEP 46 (shadow) COMPLETE
90342026-05-21T10:14:49.781Z[ host-image] May 21 10:14:48.267 INFO O| May 21 10:14:48.267 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90352026-05-21T10:14:49.785Z[ host-image] May 21 10:14:48.274 INFO O| May 21 10:14:48.274 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
90362026-05-21T10:14:49.785Z[ host-image] May 21 10:14:48.274 INFO O| May 21 10:14:48.274 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
90372026-05-21T10:14:49.785Z[ host-image] May 21 10:14:48.274 INFO O| May 21 10:14:48.274 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
90382026-05-21T10:14:49.790Z[ host-image] May 21 10:14:48.275 INFO O| May 21 10:14:48.274 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
90392026-05-21T10:14:49.790Z[ host-image] May 21 10:14:48.275 INFO O| May 21 10:14:48.275 INFO ok!
90402026-05-21T10:14:49.790Z[ host-image] May 21 10:14:48.275 INFO O| May 21 10:14:48.275 INFO STEP 47 (ensure_file) COMPLETE
90412026-05-21T10:14:49.790Z[ host-image] May 21 10:14:48.275 INFO O| May 21 10:14:48.275 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90422026-05-21T10:14:49.790Z[ host-image] May 21 10:14:48.275 INFO O| May 21 10:14:48.275 INFO skip step because feature "mfg" is not enabled
90432026-05-21T10:14:49.790Z[ host-image] May 21 10:14:48.275 INFO O| May 21 10:14:48.275 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90442026-05-21T10:14:49.790Z[ host-image] May 21 10:14:48.275 INFO O| May 21 10:14:48.275 INFO skip step because feature "mfg" is not enabled
90452026-05-21T10:14:49.790Z[ host-image] May 21 10:14:48.275 INFO O| May 21 10:14:48.275 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90462026-05-21T10:14:49.793Z[ host-image] May 21 10:14:48.283 INFO O| May 21 10:14:48.282 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
90472026-05-21T10:14:49.793Z[ host-image] May 21 10:14:48.283 INFO O| May 21 10:14:48.282 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
90482026-05-21T10:14:49.819Z[ host-image] May 21 10:14:48.308 INFO O| May 21 10:14:48.308 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
90492026-05-21T10:14:49.820Z[ host-image] May 21 10:14:48.308 INFO O| May 21 10:14:48.308 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
90502026-05-21T10:14:49.829Z[ host-image] May 21 10:14:48.308 INFO O| May 21 10:14:48.308 INFO ok!
90512026-05-21T10:14:49.829Z[ host-image] May 21 10:14:48.308 INFO O| May 21 10:14:48.308 INFO STEP 50 (ensure_file) COMPLETE
90522026-05-21T10:14:49.829Z[ host-image] May 21 10:14:48.308 INFO O| May 21 10:14:48.308 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90532026-05-21T10:14:49.829Z[ host-image] May 21 10:14:48.308 INFO O| May 21 10:14:48.308 INFO skip step because feature "compliance" is not enabled
90542026-05-21T10:14:49.829Z[ host-image] May 21 10:14:48.308 INFO O| May 21 10:14:48.308 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90552026-05-21T10:14:49.833Z[ host-image] May 21 10:14:48.318 INFO O| May 21 10:14:48.318 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
90562026-05-21T10:14:49.833Z[ host-image] May 21 10:14:48.319 INFO O| May 21 10:14:48.318 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
90572026-05-21T10:14:49.833Z[ host-image] May 21 10:14:48.319 INFO O| May 21 10:14:48.319 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
90582026-05-21T10:14:49.833Z[ host-image] May 21 10:14:48.319 INFO O| May 21 10:14:48.319 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
90592026-05-21T10:14:49.833Z[ host-image] May 21 10:14:48.319 INFO O| May 21 10:14:48.319 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
90602026-05-21T10:14:49.833Z[ host-image] May 21 10:14:48.319 INFO O| May 21 10:14:48.319 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
90612026-05-21T10:14:49.833Z[ host-image] May 21 10:14:48.319 INFO O| May 21 10:14:48.319 INFO ok!
90622026-05-21T10:14:49.833Z[ host-image] May 21 10:14:48.319 INFO O| May 21 10:14:48.319 INFO STEP 52 (ensure_file) COMPLETE
90632026-05-21T10:14:49.833Z[ host-image] May 21 10:14:48.319 INFO O| May 21 10:14:48.319 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90642026-05-21T10:14:49.838Z[ host-image] May 21 10:14:48.327 INFO O| May 21 10:14:48.327 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90652026-05-21T10:14:49.838Z[ host-image] May 21 10:14:48.327 INFO O| May 21 10:14:48.327 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 ...
90662026-05-21T10:14:49.838Z[ host-image] May 21 10:14:48.327 INFO O| May 21 10:14:48.327 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
90672026-05-21T10:14:49.843Z[ host-image] May 21 10:14:48.327 INFO O| May 21 10:14:48.327 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90682026-05-21T10:14:49.843Z[ host-image] May 21 10:14:48.327 INFO O| May 21 10:14:48.327 INFO ok!
90692026-05-21T10:14:49.843Z[ host-image] May 21 10:14:48.327 INFO O| May 21 10:14:48.327 INFO STEP 53 (ensure_file) COMPLETE
90702026-05-21T10:14:49.843Z[ host-image] May 21 10:14:48.327 INFO O| May 21 10:14:48.327 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90712026-05-21T10:14:49.846Z[ host-image] May 21 10:14:48.335 INFO O| May 21 10:14:48.335 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
90722026-05-21T10:14:49.846Z[ host-image] May 21 10:14:48.335 INFO O| May 21 10:14:48.335 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 ...
90732026-05-21T10:14:49.846Z[ host-image] May 21 10:14:48.335 INFO O| May 21 10:14:48.335 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
90742026-05-21T10:14:49.846Z[ host-image] May 21 10:14:48.335 INFO O| May 21 10:14:48.335 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
90752026-05-21T10:14:49.846Z[ host-image] May 21 10:14:48.335 INFO O| May 21 10:14:48.335 INFO ok!
90762026-05-21T10:14:49.846Z[ host-image] May 21 10:14:48.335 INFO O| May 21 10:14:48.335 INFO STEP 54 (ensure_file) COMPLETE
90772026-05-21T10:14:49.846Z[ host-image] May 21 10:14:48.335 INFO O| May 21 10:14:48.335 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90782026-05-21T10:14:49.854Z[ host-image] May 21 10:14:48.344 INFO O| May 21 10:14:48.344 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
90792026-05-21T10:14:49.854Z[ host-image] May 21 10:14:48.344 INFO O| May 21 10:14:48.344 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 ...
90802026-05-21T10:14:49.857Z[ host-image] May 21 10:14:48.344 INFO O| May 21 10:14:48.344 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
90812026-05-21T10:14:49.857Z[ host-image] May 21 10:14:48.344 INFO O| May 21 10:14:48.344 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
90822026-05-21T10:14:49.857Z[ host-image] May 21 10:14:48.344 INFO O| May 21 10:14:48.344 INFO ok!
90832026-05-21T10:14:49.857Z[ host-image] May 21 10:14:48.344 INFO O| May 21 10:14:48.344 INFO STEP 55 (ensure_file) COMPLETE
90842026-05-21T10:14:49.857Z[ host-image] May 21 10:14:48.344 INFO O| May 21 10:14:48.344 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90852026-05-21T10:14:49.862Z[ host-image] May 21 10:14:48.351 INFO O| May 21 10:14:48.351 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
90862026-05-21T10:14:49.862Z[ host-image] May 21 10:14:48.351 INFO O| May 21 10:14:48.351 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 ...
90872026-05-21T10:14:49.865Z[ host-image] May 21 10:14:48.351 INFO O| May 21 10:14:48.351 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
90882026-05-21T10:14:49.865Z[ host-image] May 21 10:14:48.351 INFO O| May 21 10:14:48.351 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
90892026-05-21T10:14:49.865Z[ host-image] May 21 10:14:48.351 INFO O| May 21 10:14:48.351 INFO ok!
90902026-05-21T10:14:49.865Z[ host-image] May 21 10:14:48.351 INFO O| May 21 10:14:48.351 INFO STEP 56 (ensure_file) COMPLETE
90912026-05-21T10:14:49.865Z[ host-image] May 21 10:14:48.351 INFO O| May 21 10:14:48.351 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90922026-05-21T10:14:49.870Z[ host-image] May 21 10:14:48.359 INFO O| May 21 10:14:48.359 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
90932026-05-21T10:14:49.870Z[ host-image] May 21 10:14:48.359 INFO O| May 21 10:14:48.359 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 ...
90942026-05-21T10:14:49.873Z[ host-image] May 21 10:14:48.359 INFO O| May 21 10:14:48.359 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
90952026-05-21T10:14:49.873Z[ host-image] May 21 10:14:48.359 INFO O| May 21 10:14:48.359 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
90962026-05-21T10:14:49.873Z[ host-image] May 21 10:14:48.359 INFO O| May 21 10:14:48.359 INFO ok!
90972026-05-21T10:14:49.873Z[ host-image] May 21 10:14:48.359 INFO O| May 21 10:14:48.359 INFO STEP 57 (ensure_file) COMPLETE
90982026-05-21T10:14:49.873Z[ host-image] May 21 10:14:48.359 INFO O| May 21 10:14:48.359 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90992026-05-21T10:14:49.877Z[ host-image] May 21 10:14:48.367 INFO O| May 21 10:14:48.367 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
91002026-05-21T10:14:49.877Z[ host-image] May 21 10:14:48.367 INFO O| May 21 10:14:48.367 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 ...
91012026-05-21T10:14:49.880Z[ host-image] May 21 10:14:48.367 INFO O| May 21 10:14:48.367 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
91022026-05-21T10:14:49.880Z[ host-image] May 21 10:14:48.367 INFO O| May 21 10:14:48.367 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
91032026-05-21T10:14:49.880Z[ host-image] May 21 10:14:48.367 INFO O| May 21 10:14:48.367 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
91042026-05-21T10:14:49.880Z[ host-image] May 21 10:14:48.367 INFO O| May 21 10:14:48.367 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
91052026-05-21T10:14:49.880Z[ host-image] May 21 10:14:48.367 INFO O| May 21 10:14:48.367 INFO ok!
91062026-05-21T10:14:49.880Z[ host-image] May 21 10:14:48.367 INFO O| May 21 10:14:48.367 INFO STEP 58 (ensure_file) COMPLETE
91072026-05-21T10:14:49.880Z[ host-image] May 21 10:14:48.367 INFO O| May 21 10:14:48.367 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91082026-05-21T10:14:49.885Z[ host-image] May 21 10:14:48.375 INFO O| May 21 10:14:48.375 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
91092026-05-21T10:14:49.885Z[ host-image] May 21 10:14:48.375 INFO O| May 21 10:14:48.375 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 ...
91102026-05-21T10:14:49.888Z[ host-image] May 21 10:14:48.375 INFO O| May 21 10:14:48.375 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
91112026-05-21T10:14:49.888Z[ host-image] May 21 10:14:48.375 INFO O| May 21 10:14:48.375 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
91122026-05-21T10:14:49.888Z[ host-image] May 21 10:14:48.375 INFO O| May 21 10:14:48.375 INFO ok!
91132026-05-21T10:14:49.888Z[ host-image] May 21 10:14:48.375 INFO O| May 21 10:14:48.375 INFO STEP 59 (ensure_file) COMPLETE
91142026-05-21T10:14:49.888Z[ host-image] May 21 10:14:48.375 INFO O| May 21 10:14:48.375 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91152026-05-21T10:14:50.896Z[ host-image] May 21 10:14:48.383 INFO O| May 21 10:14:48.383 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
91162026-05-21T10:14:50.896Z[ host-image] May 21 10:14:48.383 INFO O| May 21 10:14:48.383 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
91172026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.383 INFO O| May 21 10:14:48.383 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
91182026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.383 INFO O| May 21 10:14:48.383 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
91192026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.383 INFO O| May 21 10:14:48.383 INFO ok!
91202026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.383 INFO O| May 21 10:14:48.383 INFO STEP 60 (ensure_file) COMPLETE
91212026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.383 INFO O| May 21 10:14:48.383 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91222026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.391 INFO O| May 21 10:14:48.391 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
91232026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.391 INFO O| May 21 10:14:48.391 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 ...
91242026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.391 INFO O| May 21 10:14:48.391 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
91252026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.391 INFO O| May 21 10:14:48.391 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
91262026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.391 INFO O| May 21 10:14:48.391 INFO ok!
91272026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.391 INFO O| May 21 10:14:48.391 INFO STEP 61 (ensure_file) COMPLETE
91282026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.391 INFO O| May 21 10:14:48.391 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91292026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.399 INFO O| May 21 10:14:48.399 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
91302026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.399 INFO O| May 21 10:14:48.399 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
91312026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.399 INFO O| May 21 10:14:48.399 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
91322026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.399 INFO O| May 21 10:14:48.399 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
91332026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.399 INFO O| May 21 10:14:48.399 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
91342026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.399 INFO O| May 21 10:14:48.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
91352026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.399 INFO O| May 21 10:14:48.399 INFO ok!
91362026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.399 INFO O| May 21 10:14:48.399 INFO STEP 62 (ensure_file) COMPLETE
91372026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.399 INFO O| May 21 10:14:48.399 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91382026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.409 INFO O| May 21 10:14:48.408 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91392026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.409 INFO O| May 21 10:14:48.409 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 ...
91402026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.409 INFO O| May 21 10:14:48.409 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
91412026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.409 INFO O| May 21 10:14:48.409 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91422026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.409 INFO O| May 21 10:14:48.409 INFO ok!
91432026-05-21T10:14:50.904Z[ host-image] May 21 10:14:48.409 INFO O| May 21 10:14:48.409 INFO STEP 63 (ensure_file) COMPLETE
91442026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.409 INFO O| May 21 10:14:48.409 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91452026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.417 INFO O| May 21 10:14:48.417 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91462026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.417 INFO O| May 21 10:14:48.417 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 ...
91472026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.417 INFO O| May 21 10:14:48.417 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
91482026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.417 INFO O| May 21 10:14:48.417 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
91492026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.417 INFO O| May 21 10:14:48.417 INFO ok!
91502026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.417 INFO O| May 21 10:14:48.417 INFO STEP 64 (ensure_file) COMPLETE
91512026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.417 INFO O| May 21 10:14:48.417 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91522026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.427 INFO O| May 21 10:14:48.427 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91532026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.427 INFO O| May 21 10:14:48.427 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 ...
91542026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.427 INFO O| May 21 10:14:48.427 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
91552026-05-21T10:14:50.905Z[ host-image] May 21 10:14:48.427 INFO O| May 21 10:14:48.427 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91562026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.427 INFO O| May 21 10:14:48.427 INFO ok!
91572026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.427 INFO O| May 21 10:14:48.427 INFO STEP 65 (ensure_file) COMPLETE
91582026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.427 INFO O| May 21 10:14:48.427 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
91592026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.427 INFO O| May 21 10:14:48.427 INFO skip step because feature "mbist" is not enabled
91602026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.427 INFO O| May 21 10:14:48.427 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91612026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.436 INFO O| May 21 10:14:48.436 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
91622026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.436 INFO O| May 21 10:14:48.436 INFO STEP 67 (ensure_dir) COMPLETE
91632026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.436 INFO O| May 21 10:14:48.436 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91642026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.444 INFO O| May 21 10:14:48.444 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
91652026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.444 INFO O| May 21 10:14:48.444 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
91662026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.444 INFO O| May 21 10:14:48.444 INFO STEP 68 (ensure_dir) COMPLETE
91672026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.444 INFO O| May 21 10:14:48.444 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91682026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.451 INFO O| May 21 10:14:48.451 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
91692026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.451 INFO O| May 21 10:14:48.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
91702026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.451 INFO O| May 21 10:14:48.451 INFO STEP 69 (ensure_dir) COMPLETE
91712026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.451 INFO O| May 21 10:14:48.451 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91722026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.459 INFO O| May 21 10:14:48.459 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91732026-05-21T10:14:50.906Z[ host-image] May 21 10:14:48.459 INFO O| May 21 10:14:48.459 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91742026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.552 INFO O| May 21 10:14:48.552 INFO STEP 2 (devfsadm) COMPLETE
91752026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.552 INFO O| May 21 10:14:48.552 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91762026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.561 INFO O| May 21 10:14:48.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
91772026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.561 INFO O| May 21 10:14:48.561 INFO STEP 3 (ensure_dir) COMPLETE
91782026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.561 INFO O| May 21 10:14:48.561 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91792026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.568 INFO O| May 21 10:14:48.568 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
91802026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.568 INFO O| May 21 10:14:48.568 INFO STEP 4 (ensure_dir) COMPLETE
91812026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.568 INFO O| May 21 10:14:48.568 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91822026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.575 INFO O| May 21 10:14:48.575 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
91832026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.575 INFO O| May 21 10:14:48.575 INFO STEP 5 (ensure_dir) COMPLETE
91842026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.575 INFO O| May 21 10:14:48.575 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91852026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.582 INFO O| May 21 10:14:48.582 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
91862026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.582 INFO O| May 21 10:14:48.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
91872026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.582 INFO O| May 21 10:14:48.582 INFO STEP 6 (ensure_dir) COMPLETE
91882026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.582 INFO O| May 21 10:14:48.582 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91892026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.592 INFO O| May 21 10:14:48.592 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
91902026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.592 INFO O| May 21 10:14:48.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
91912026-05-21T10:14:50.906Z[ recovery-image] May 21 10:14:48.592 INFO O| May 21 10:14:48.592 INFO STEP 7 (ensure_dir) COMPLETE
91922026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.592 INFO O| May 21 10:14:48.592 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91932026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.603 INFO O| May 21 10:14:48.602 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
91942026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.603 INFO O| May 21 10:14:48.603 INFO STEP 8 (remove_files) COMPLETE
91952026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.603 INFO O| May 21 10:14:48.603 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91962026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.610 INFO O| May 21 10:14:48.610 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
91972026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.611 INFO O| May 21 10:14:48.611 INFO STEP 9 (remove_files) COMPLETE
91982026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.611 INFO O| May 21 10:14:48.611 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91992026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.664 INFO O| May 21 10:14:48.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
92002026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.665 INFO O| May 21 10:14:48.665 INFO STEP 10 (remove_files) COMPLETE
92012026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.665 INFO O| May 21 10:14:48.665 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92022026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.677 INFO O| May 21 10:14:48.675 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
92032026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.677 INFO O| May 21 10:14:48.675 INFO STEP 11 (remove_files) COMPLETE
92042026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.677 INFO O| May 21 10:14:48.675 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92052026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.685 INFO O| May 21 10:14:48.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
92062026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.685 INFO O| May 21 10:14:48.684 INFO STEP 12 (remove_files) COMPLETE
92072026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.685 INFO O| May 21 10:14:48.684 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92082026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.696 INFO O| May 21 10:14:48.694 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92092026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.696 INFO O| May 21 10:14:48.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92102026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.696 INFO O| May 21 10:14:48.694 INFO STEP 13 (ensure_dir) COMPLETE
92112026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.696 INFO O| May 21 10:14:48.694 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92122026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.704 INFO O| May 21 10:14:48.703 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92132026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.704 INFO O| May 21 10:14:48.703 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92142026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.704 INFO O| May 21 10:14:48.703 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92152026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.704 INFO O| May 21 10:14:48.703 INFO STEP 14 (ensure_dir) COMPLETE
92162026-05-21T10:14:50.907Z[ recovery-image] May 21 10:14:48.704 INFO O| May 21 10:14:48.703 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92172026-05-21T10:14:50.914Z[ recovery-image] May 21 10:14:48.733 INFO O| May 21 10:14:48.712 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92182026-05-21T10:14:50.914Z[ recovery-image] May 21 10:14:48.733 INFO O| May 21 10:14:48.712 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92192026-05-21T10:14:50.914Z[ recovery-image] May 21 10:14:48.733 INFO O| May 21 10:14:48.712 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92202026-05-21T10:14:50.914Z[ recovery-image] May 21 10:14:48.733 INFO O| May 21 10:14:48.712 INFO STEP 15 (ensure_dir) COMPLETE
92212026-05-21T10:14:50.914Z[ recovery-image] May 21 10:14:48.733 INFO O| May 21 10:14:48.712 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92222026-05-21T10:14:50.914Z[ recovery-image] May 21 10:14:48.740 INFO O| May 21 10:14:48.739 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92232026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.740 INFO O| May 21 10:14:48.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92242026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.740 INFO O| May 21 10:14:48.740 INFO STEP 16 (ensure_dir) COMPLETE
92252026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.740 INFO O| May 21 10:14:48.740 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92262026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.748 INFO O| May 21 10:14:48.747 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92272026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.748 INFO O| May 21 10:14:48.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92282026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.748 INFO O| May 21 10:14:48.747 INFO STEP 17 (ensure_dir) COMPLETE
92292026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.748 INFO O| May 21 10:14:48.747 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92302026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.759 INFO O| May 21 10:14:48.759 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92312026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.759 INFO O| May 21 10:14:48.759 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
92322026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.759 INFO O| May 21 10:14:48.759 INFO ok!
92332026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.759 INFO O| May 21 10:14:48.759 INFO STEP 18 (ensure_symlink) COMPLETE
92342026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.759 INFO O| May 21 10:14:48.759 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92352026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.768 INFO O| May 21 10:14:48.768 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
92362026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.768 INFO O| May 21 10:14:48.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
92372026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.768 INFO O| May 21 10:14:48.768 INFO ok!
92382026-05-21T10:14:50.915Z[ recovery-image] May 21 10:14:48.768 INFO O| May 21 10:14:48.768 INFO STEP 19 (ensure_file) COMPLETE
92392026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.768 INFO O| May 21 10:14:48.768 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92402026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.775 INFO O| May 21 10:14:48.775 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
92412026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.775 INFO O| May 21 10:14:48.775 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92422026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.775 INFO O| May 21 10:14:48.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
92432026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.775 INFO O| May 21 10:14:48.775 INFO ok!
92442026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.775 INFO O| May 21 10:14:48.775 INFO STEP 20 (ensure_symlink) COMPLETE
92452026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.775 INFO O| May 21 10:14:48.775 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92462026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.783 INFO O| May 21 10:14:48.783 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
92472026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.783 INFO O| May 21 10:14:48.783 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92482026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.783 INFO O| May 21 10:14:48.783 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
92492026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.783 INFO O| May 21 10:14:48.783 INFO ok!
92502026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.783 INFO O| May 21 10:14:48.783 INFO STEP 21 (ensure_symlink) COMPLETE
92512026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.783 INFO O| May 21 10:14:48.783 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92522026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.792 INFO O| May 21 10:14:48.792 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
92532026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.792 INFO O| May 21 10:14:48.792 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92542026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.792 INFO O| May 21 10:14:48.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
92552026-05-21T10:14:50.916Z[ recovery-image] May 21 10:14:48.792 INFO O| May 21 10:14:48.792 INFO ok!
92562026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.792 INFO O| May 21 10:14:48.792 INFO STEP 22 (ensure_symlink) COMPLETE
92572026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.792 INFO O| May 21 10:14:48.792 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92582026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.801 INFO O| May 21 10:14:48.800 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
92592026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.801 INFO O| May 21 10:14:48.800 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92602026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.801 INFO O| May 21 10:14:48.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
92612026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.801 INFO O| May 21 10:14:48.801 INFO ok!
92622026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.801 INFO O| May 21 10:14:48.801 INFO STEP 23 (ensure_symlink) COMPLETE
92632026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.801 INFO O| May 21 10:14:48.801 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92642026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.809 INFO O| May 21 10:14:48.809 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92652026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.809 INFO O| May 21 10:14:48.809 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 ...
92662026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.809 INFO O| May 21 10:14:48.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
92672026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.809 INFO O| May 21 10:14:48.809 INFO ok!
92682026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.809 INFO O| May 21 10:14:48.809 INFO STEP 24 (ensure_file) COMPLETE
92692026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.809 INFO O| May 21 10:14:48.809 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92702026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.817 INFO O| May 21 10:14:48.817 INFO updating shadow file
92712026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.818 INFO O| May 21 10:14:48.818 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
92722026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.818 INFO O| May 21 10:14:48.818 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
92732026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.818 INFO O| May 21 10:14:48.818 INFO STEP 25 (shadow) COMPLETE
92742026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.818 INFO O| May 21 10:14:48.818 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92752026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.829 INFO O| May 21 10:14:48.829 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
92762026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.830 INFO O| May 21 10:14:48.829 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
92772026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.830 INFO O| May 21 10:14:48.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
92782026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.830 INFO O| May 21 10:14:48.830 INFO ok!
92792026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.830 INFO O| May 21 10:14:48.830 INFO STEP 26 (ensure_file) COMPLETE
92802026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.830 INFO O| May 21 10:14:48.830 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92812026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.838 INFO O| May 21 10:14:48.838 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
92822026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.838 INFO O| May 21 10:14:48.838 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
92832026-05-21T10:14:50.917Z[ recovery-image] May 21 10:14:48.838 INFO O| May 21 10:14:48.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
92842026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.838 INFO O| May 21 10:14:48.838 INFO ok!
92852026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.839 INFO O| May 21 10:14:48.838 INFO STEP 27 (ensure_file) COMPLETE
92862026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.839 INFO O| May 21 10:14:48.839 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92872026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.849 INFO O| May 21 10:14:48.849 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92882026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.849 INFO O| May 21 10:14:48.849 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
92892026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.849 INFO O| May 21 10:14:48.849 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
92902026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.849 INFO O| May 21 10:14:48.849 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
92912026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.849 INFO O| May 21 10:14:48.849 INFO ok!
92922026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.849 INFO O| May 21 10:14:48.849 INFO STEP 28 (ensure_file) COMPLETE
92932026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.849 INFO O| May 21 10:14:48.849 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92942026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.859 INFO O| May 21 10:14:48.859 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
92952026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.859 INFO O| May 21 10:14:48.859 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
92962026-05-21T10:14:50.918Z[ recovery-image] May 21 10:14:48.859 INFO O| May 21 10:14:48.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
92972026-05-21T10:14:50.919Z[ recovery-image] May 21 10:14:48.859 INFO O| May 21 10:14:48.859 INFO ok!
92982026-05-21T10:14:50.919Z[ recovery-image] May 21 10:14:48.859 INFO O| May 21 10:14:48.859 INFO STEP 29 (ensure_file) COMPLETE
92992026-05-21T10:14:50.919Z[ recovery-image] May 21 10:14:48.859 INFO O| May 21 10:14:48.859 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93002026-05-21T10:14:50.919Z[ recovery-image] May 21 10:14:48.866 INFO O| May 21 10:14:48.866 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93012026-05-21T10:14:50.919Z[ recovery-image] May 21 10:14:48.867 INFO O| May 21 10:14:48.867 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93022026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.867 INFO O| May 21 10:14:48.867 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93032026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.867 INFO O| May 21 10:14:48.867 INFO STEP 30 (ensure_dir) COMPLETE
93042026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.867 INFO O| May 21 10:14:48.867 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93052026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.884 INFO O| May 21 10:14:48.884 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
93062026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.884 INFO O| May 21 10:14:48.884 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 ...
93072026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.884 INFO O| May 21 10:14:48.884 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
93082026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.884 INFO O| May 21 10:14:48.884 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
93092026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.884 INFO O| May 21 10:14:48.884 INFO ok!
93102026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.884 INFO O| May 21 10:14:48.884 INFO STEP 31 (ensure_file) COMPLETE
93112026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.884 INFO O| May 21 10:14:48.884 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93122026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.893 INFO O| May 21 10:14:48.893 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
93132026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.893 INFO O| May 21 10:14:48.893 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
93142026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.893 INFO O| May 21 10:14:48.893 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
93152026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.893 INFO O| May 21 10:14:48.893 INFO STEP 32 (ensure_dir) COMPLETE
93162026-05-21T10:14:50.920Z[ recovery-image] May 21 10:14:48.893 INFO O| May 21 10:14:48.893 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93172026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.900 INFO O| May 21 10:14:48.900 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
93182026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.900 INFO O| May 21 10:14:48.900 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 ...
93192026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.900 INFO O| May 21 10:14:48.900 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
93202026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.900 INFO O| May 21 10:14:48.900 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
93212026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.900 INFO O| May 21 10:14:48.900 INFO ok!
93222026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.900 INFO O| May 21 10:14:48.900 INFO STEP 33 (ensure_file) COMPLETE
93232026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.900 INFO O| May 21 10:14:48.900 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93242026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.907 INFO O| May 21 10:14:48.907 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
93252026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.907 INFO O| May 21 10:14:48.907 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
93262026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.907 INFO O| May 21 10:14:48.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
93272026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.907 INFO O| May 21 10:14:48.907 INFO ok!
93282026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.907 INFO O| May 21 10:14:48.907 INFO STEP 34 (ensure_file) COMPLETE
93292026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.907 INFO O| May 21 10:14:48.907 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93302026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.993 INFO O| May 21 10:14:48.993 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
93312026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.993 INFO O| May 21 10:14:48.993 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
93322026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.993 INFO O| May 21 10:14:48.993 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
93332026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.993 INFO O| May 21 10:14:48.993 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
93342026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.993 INFO O| May 21 10:14:48.993 INFO ok!
93352026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.993 INFO O| May 21 10:14:48.993 INFO STEP 35 (ensure_file) COMPLETE
93362026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:48.993 INFO O| May 21 10:14:48.993 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93372026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.002 INFO O| May 21 10:14:49.002 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
93382026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.002 INFO O| May 21 10:14:49.002 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
93392026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.002 INFO O| May 21 10:14:49.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
93402026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.002 INFO O| May 21 10:14:49.002 INFO ok!
93412026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.002 INFO O| May 21 10:14:49.002 INFO STEP 36 (ensure_file) COMPLETE
93422026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.002 INFO O| May 21 10:14:49.002 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93432026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.009 INFO O| May 21 10:14:49.009 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93442026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.009 INFO O| May 21 10:14:49.009 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
93452026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.009 INFO O| May 21 10:14:49.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
93462026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.009 INFO O| May 21 10:14:49.009 INFO ok!
93472026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.009 INFO O| May 21 10:14:49.009 INFO STEP 37 (ensure_file) COMPLETE
93482026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.009 INFO O| May 21 10:14:49.009 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93492026-05-21T10:14:50.928Z[ recovery-image] May 21 10:14:49.030 INFO O| May 21 10:14:49.029 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
93502026-05-21T10:14:50.929Z[ recovery-image] May 21 10:14:49.030 INFO O| May 21 10:14:49.029 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
93512026-05-21T10:14:50.929Z[ recovery-image] May 21 10:14:49.030 INFO O| May 21 10:14:49.029 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
93522026-05-21T10:14:50.929Z[ recovery-image] May 21 10:14:49.030 INFO O| May 21 10:14:49.029 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
93532026-05-21T10:14:50.929Z[ recovery-image] May 21 10:14:49.030 INFO O| May 21 10:14:49.030 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
93542026-05-21T10:14:50.929Z[ recovery-image] May 21 10:14:49.030 INFO O| May 21 10:14:49.030 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
93552026-05-21T10:14:50.929Z[ recovery-image] May 21 10:14:49.030 INFO O| May 21 10:14:49.030 INFO ok!
93562026-05-21T10:14:50.929Z[ recovery-image] May 21 10:14:49.030 INFO O| May 21 10:14:49.030 INFO STEP 38 (ensure_file) COMPLETE
93572026-05-21T10:14:50.929Z[ recovery-image] May 21 10:14:49.030 INFO O| May 21 10:14:49.030 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93582026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.039 INFO O| May 21 10:14:49.037 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
93592026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.039 INFO O| May 21 10:14:49.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
93602026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.039 INFO O| May 21 10:14:49.037 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
93612026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.039 INFO O| May 21 10:14:49.037 INFO STEP 39 (ensure_dir) COMPLETE
93622026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.039 INFO O| May 21 10:14:49.037 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93632026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.051 INFO O| May 21 10:14:49.051 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
93642026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.051 INFO O| May 21 10:14:49.051 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 ...
93652026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.051 INFO O| May 21 10:14:49.051 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
93662026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.051 INFO O| May 21 10:14:49.051 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
93672026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.051 INFO O| May 21 10:14:49.051 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
93682026-05-21T10:14:50.930Z[ recovery-image] May 21 10:14:49.051 INFO O| May 21 10:14:49.051 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
93692026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.051 INFO O| May 21 10:14:49.051 INFO ok!
93702026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.051 INFO O| May 21 10:14:49.051 INFO STEP 40 (ensure_file) COMPLETE
93712026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.051 INFO O| May 21 10:14:49.051 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93722026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.061 INFO O| May 21 10:14:49.061 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93732026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.061 INFO O| May 21 10:14:49.061 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 ...
93742026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.061 INFO O| May 21 10:14:49.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93752026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.061 INFO O| May 21 10:14:49.061 INFO ok!
93762026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.061 INFO O| May 21 10:14:49.061 INFO STEP 41 (ensure_symlink) COMPLETE
93772026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.061 INFO O| May 21 10:14:49.061 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93782026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.071 INFO O| May 21 10:14:49.071 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
93792026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.071 INFO O| May 21 10:14:49.071 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
93802026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.071 INFO O| May 21 10:14:49.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
93812026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.071 INFO O| May 21 10:14:49.071 INFO ok!
93822026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.071 INFO O| May 21 10:14:49.071 INFO STEP 42 (ensure_symlink) COMPLETE
93832026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.072 INFO O| May 21 10:14:49.071 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93842026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.082 INFO O| May 21 10:14:49.082 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
93852026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.082 INFO O| May 21 10:14:49.082 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
93862026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.082 INFO O| May 21 10:14:49.082 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
93872026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.082 INFO O| May 21 10:14:49.082 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
93882026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.082 INFO O| May 21 10:14:49.082 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
93892026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.082 INFO O| May 21 10:14:49.082 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
93902026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.082 INFO O| May 21 10:14:49.082 INFO ok!
93912026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.082 INFO O| May 21 10:14:49.082 INFO STEP 43 (ensure_file) COMPLETE
93922026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.082 INFO O| May 21 10:14:49.082 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93932026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.094 INFO O| May 21 10:14:49.094 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
93942026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.094 INFO O| May 21 10:14:49.094 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 ...
93952026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.094 INFO O| May 21 10:14:49.094 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
93962026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.094 INFO O| May 21 10:14:49.094 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
93972026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.094 INFO O| May 21 10:14:49.094 INFO ok!
93982026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.094 INFO O| May 21 10:14:49.094 INFO STEP 44 (ensure_file) COMPLETE
93992026-05-21T10:14:50.931Z[ recovery-image] May 21 10:14:49.094 INFO O| May 21 10:14:49.094 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94002026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.103 INFO O| May 21 10:14:49.103 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
94012026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.103 INFO O| May 21 10:14:49.103 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
94022026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.103 INFO O| May 21 10:14:49.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
94032026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.103 INFO O| May 21 10:14:49.103 INFO ok!
94042026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.103 INFO O| May 21 10:14:49.103 INFO STEP 45 (ensure_file) COMPLETE
94052026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.103 INFO O| May 21 10:14:49.103 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94062026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.114 INFO O| May 21 10:14:49.114 INFO updating shadow file
94072026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.114 INFO O| May 21 10:14:49.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94082026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.115 INFO O| May 21 10:14:49.114 INFO STEP 46 (shadow) COMPLETE
94092026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.115 INFO O| May 21 10:14:49.115 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94102026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.122 INFO O| May 21 10:14:49.122 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
94112026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.122 INFO O| May 21 10:14:49.122 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
94122026-05-21T10:14:50.933Z[ recovery-image] May 21 10:14:49.123 INFO O| May 21 10:14:49.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
94132026-05-21T10:14:50.934Z[ recovery-image] May 21 10:14:49.123 INFO O| May 21 10:14:49.122 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
94142026-05-21T10:14:50.934Z[ recovery-image] May 21 10:14:49.123 INFO O| May 21 10:14:49.123 INFO ok!
94152026-05-21T10:14:50.934Z[ recovery-image] May 21 10:14:49.123 INFO O| May 21 10:14:49.123 INFO STEP 47 (ensure_file) COMPLETE
94162026-05-21T10:14:50.934Z[ recovery-image] May 21 10:14:49.123 INFO O| May 21 10:14:49.123 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94172026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.131 INFO O| May 21 10:14:49.131 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
94182026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.131 INFO O| May 21 10:14:49.131 INFO STEP 48 (ensure_dir) COMPLETE
94192026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.131 INFO O| May 21 10:14:49.131 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94202026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.139 INFO O| May 21 10:14:49.139 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
94212026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.139 INFO O| May 21 10:14:49.139 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
94222026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.139 INFO O| May 21 10:14:49.139 INFO STEP 49 (ensure_dir) COMPLETE
94232026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.139 INFO O| May 21 10:14:49.139 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94242026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.146 INFO O| May 21 10:14:49.146 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
94252026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.146 INFO O| May 21 10:14:49.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
94262026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.146 INFO O| May 21 10:14:49.146 INFO STEP 50 (ensure_dir) COMPLETE
94272026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.146 INFO O| May 21 10:14:49.146 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94282026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.154 INFO O| May 21 10:14:49.154 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
94292026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.154 INFO O| May 21 10:14:49.154 INFO copying /tmp/.tmpaO6uCV/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
94302026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.202 INFO O| May 21 10:14:49.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
94312026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.202 INFO O| May 21 10:14:49.202 INFO ok!
94322026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.202 INFO O| May 21 10:14:49.202 INFO STEP 51 (ensure_file) COMPLETE
94332026-05-21T10:14:50.939Z[ recovery-image] May 21 10:14:49.202 INFO O| May 21 10:14:49.202 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94342026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.213 INFO O| May 21 10:14:49.213 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
94352026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.213 INFO O| May 21 10:14:49.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
94362026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.213 INFO O| May 21 10:14:49.213 INFO STEP 52 (ensure_dir) COMPLETE
94372026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.213 INFO O| May 21 10:14:49.213 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94382026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.222 INFO O| May 21 10:14:49.222 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
94392026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.222 INFO O| May 21 10:14:49.222 INFO copying /tmp/.tmpaO6uCV/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
94402026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.222 INFO O| May 21 10:14:49.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
94412026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.222 INFO O| May 21 10:14:49.222 INFO ok!
94422026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.222 INFO O| May 21 10:14:49.222 INFO STEP 53 (ensure_file) COMPLETE
94432026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.222 INFO O| May 21 10:14:49.222 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94442026-05-21T10:14:50.940Z[ host-image] May 21 10:14:49.223 INFO O| May 21 10:14:49.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
94452026-05-21T10:14:50.940Z[ host-image] May 21 10:14:49.223 INFO O| May 21 10:14:49.223 INFO ok!
94462026-05-21T10:14:50.940Z[ host-image] May 21 10:14:49.223 INFO O| May 21 10:14:49.223 INFO STEP 70 (ensure_file) COMPLETE
94472026-05-21T10:14:50.940Z[ host-image] May 21 10:14:49.223 INFO O| May 21 10:14:49.223 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.229 INFO O| May 21 10:14:49.229 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
94492026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.229 INFO O| May 21 10:14:49.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
94502026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.229 INFO O| May 21 10:14:49.229 INFO STEP 54 (ensure_dir) COMPLETE
94512026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.229 INFO O| May 21 10:14:49.229 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94522026-05-21T10:14:50.940Z[ host-image] May 21 10:14:49.231 INFO O| May 21 10:14:49.231 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94532026-05-21T10:14:50.940Z[ host-image] May 21 10:14:49.231 INFO O| May 21 10:14:49.231 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
94542026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.239 INFO O| May 21 10:14:49.239 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
94552026-05-21T10:14:50.940Z[ recovery-image] May 21 10:14:49.239 INFO O| May 21 10:14:49.239 INFO copying /tmp/.tmpaO6uCV/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
94562026-05-21T10:14:51.292Z[ host-image] May 21 10:14:49.781 INFO O| May 21 10:14:49.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
94572026-05-21T10:14:51.292Z[ host-image] May 21 10:14:49.781 INFO O| May 21 10:14:49.781 INFO ok!
94582026-05-21T10:14:51.292Z[ host-image] May 21 10:14:49.781 INFO O| May 21 10:14:49.781 INFO STEP 71 (ensure_file) COMPLETE
94592026-05-21T10:14:51.296Z[ host-image] May 21 10:14:49.781 INFO O| May 21 10:14:49.781 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602026-05-21T10:14:51.302Z[ host-image] May 21 10:14:49.791 INFO O| May 21 10:14:49.791 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
94612026-05-21T10:14:51.302Z[ host-image] May 21 10:14:49.791 INFO O| May 21 10:14:49.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
94622026-05-21T10:14:51.306Z[ host-image] May 21 10:14:49.791 INFO O| May 21 10:14:49.791 INFO STEP 72 (ensure_dir) COMPLETE
94632026-05-21T10:14:51.306Z[ host-image] May 21 10:14:49.791 INFO O| May 21 10:14:49.791 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642026-05-21T10:14:51.309Z[ host-image] May 21 10:14:49.799 INFO O| May 21 10:14:49.799 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94652026-05-21T10:14:51.309Z[ host-image] May 21 10:14:49.799 INFO O| May 21 10:14:49.799 INFO copying /tmp/.tmpaO6uCV/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 ...
94662026-05-21T10:14:51.313Z[ host-image] May 21 10:14:49.799 INFO O| May 21 10:14:49.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94672026-05-21T10:14:51.313Z[ host-image] May 21 10:14:49.799 INFO O| May 21 10:14:49.799 INFO ok!
94682026-05-21T10:14:51.313Z[ host-image] May 21 10:14:49.799 INFO O| May 21 10:14:49.799 INFO STEP 73 (ensure_file) COMPLETE
94692026-05-21T10:14:51.313Z[ host-image] May 21 10:14:49.799 INFO O| May 21 10:14:49.799 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702026-05-21T10:14:51.316Z[ host-image] May 21 10:14:49.806 INFO O| May 21 10:14:49.806 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94712026-05-21T10:14:51.316Z[ host-image] May 21 10:14:49.806 INFO O| May 21 10:14:49.806 INFO copying /tmp/.tmpaO6uCV/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 ...
94722026-05-21T10:14:51.320Z[ host-image] May 21 10:14:49.806 INFO O| May 21 10:14:49.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94732026-05-21T10:14:51.320Z[ host-image] May 21 10:14:49.806 INFO O| May 21 10:14:49.806 INFO ok!
94742026-05-21T10:14:51.320Z[ host-image] May 21 10:14:49.806 INFO O| May 21 10:14:49.806 INFO STEP 74 (ensure_file) COMPLETE
94752026-05-21T10:14:51.320Z[ host-image] May 21 10:14:49.806 INFO O| May 21 10:14:49.806 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762026-05-21T10:14:51.323Z[ host-image] May 21 10:14:49.813 INFO O| May 21 10:14:49.813 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94772026-05-21T10:14:51.326Z[ host-image] May 21 10:14:49.813 INFO O| May 21 10:14:49.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94782026-05-21T10:14:51.326Z[ host-image] May 21 10:14:49.813 INFO O| May 21 10:14:49.813 INFO STEP 75 (ensure_dir) COMPLETE
94792026-05-21T10:14:51.326Z[ host-image] May 21 10:14:49.813 INFO O| May 21 10:14:49.813 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802026-05-21T10:14:51.330Z[ host-image] May 21 10:14:49.820 INFO O| May 21 10:14:49.820 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94812026-05-21T10:14:51.330Z[ host-image] May 21 10:14:49.820 INFO O| May 21 10:14:49.820 INFO copying /tmp/.tmpaO6uCV/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 ...
94822026-05-21T10:14:51.330Z[ host-image] May 21 10:14:49.820 INFO O| May 21 10:14:49.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94832026-05-21T10:14:51.333Z[ host-image] May 21 10:14:49.820 INFO O| May 21 10:14:49.820 INFO ok!
94842026-05-21T10:14:51.333Z[ host-image] May 21 10:14:49.820 INFO O| May 21 10:14:49.820 INFO STEP 76 (ensure_file) COMPLETE
94852026-05-21T10:14:51.333Z[ host-image] May 21 10:14:49.820 INFO O| May 21 10:14:49.820 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862026-05-21T10:14:51.337Z[ host-image] May 21 10:14:49.827 INFO O| May 21 10:14:49.827 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94872026-05-21T10:14:51.337Z[ host-image] May 21 10:14:49.827 INFO O| May 21 10:14:49.827 INFO copying /tmp/.tmpaO6uCV/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 ...
94882026-05-21T10:14:51.337Z[ host-image] May 21 10:14:49.827 INFO O| May 21 10:14:49.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94892026-05-21T10:14:51.340Z[ host-image] May 21 10:14:49.827 INFO O| May 21 10:14:49.827 INFO ok!
94902026-05-21T10:14:51.341Z[ host-image] May 21 10:14:49.827 INFO O| May 21 10:14:49.827 INFO STEP 77 (ensure_file) COMPLETE
94912026-05-21T10:14:51.341Z[ host-image] May 21 10:14:49.827 INFO O| May 21 10:14:49.827 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922026-05-21T10:14:51.344Z[ host-image] May 21 10:14:49.834 INFO O| May 21 10:14:49.834 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94932026-05-21T10:14:51.344Z[ host-image] May 21 10:14:49.834 INFO O| May 21 10:14:49.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94942026-05-21T10:14:51.345Z[ host-image] May 21 10:14:49.834 INFO O| May 21 10:14:49.834 INFO STEP 78 (ensure_dir) COMPLETE
94952026-05-21T10:14:51.345Z[ host-image] May 21 10:14:49.834 INFO O| May 21 10:14:49.834 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962026-05-21T10:14:51.351Z[ host-image] May 21 10:14:49.841 INFO O| May 21 10:14:49.841 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94972026-05-21T10:14:51.351Z[ host-image] May 21 10:14:49.841 INFO O| May 21 10:14:49.841 INFO copying /tmp/.tmpaO6uCV/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 ...
94982026-05-21T10:14:51.355Z[ host-image] May 21 10:14:49.841 INFO O| May 21 10:14:49.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94992026-05-21T10:14:51.355Z[ host-image] May 21 10:14:49.841 INFO O| May 21 10:14:49.841 INFO ok!
95002026-05-21T10:14:51.355Z[ host-image] May 21 10:14:49.841 INFO O| May 21 10:14:49.841 INFO STEP 79 (ensure_file) COMPLETE
95012026-05-21T10:14:51.355Z[ host-image] May 21 10:14:49.841 INFO O| May 21 10:14:49.841 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022026-05-21T10:14:51.359Z[ host-image] May 21 10:14:49.849 INFO O| May 21 10:14:49.848 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95032026-05-21T10:14:51.359Z[ host-image] May 21 10:14:49.849 INFO O| May 21 10:14:49.849 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
95042026-05-21T10:14:51.359Z[ host-image] May 21 10:14:49.849 INFO O| May 21 10:14:49.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
95052026-05-21T10:14:51.359Z[ host-image] May 21 10:14:49.849 INFO O| May 21 10:14:49.849 INFO ok!
95062026-05-21T10:14:51.362Z[ host-image] May 21 10:14:49.849 INFO O| May 21 10:14:49.849 INFO STEP 80 (ensure_file) COMPLETE
95072026-05-21T10:14:51.362Z[ host-image] May 21 10:14:49.849 INFO O| May 21 10:14:49.849 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082026-05-21T10:14:51.367Z[ host-image] May 21 10:14:49.856 INFO O| May 21 10:14:49.856 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
95092026-05-21T10:14:51.367Z[ host-image] May 21 10:14:49.856 INFO O| May 21 10:14:49.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
95102026-05-21T10:14:51.367Z[ host-image] May 21 10:14:49.856 INFO O| May 21 10:14:49.856 INFO STEP 81 (ensure_dir) COMPLETE
95112026-05-21T10:14:51.370Z[ host-image] May 21 10:14:49.856 INFO O| May 21 10:14:49.856 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122026-05-21T10:14:51.375Z[ host-image] May 21 10:14:49.864 INFO O| May 21 10:14:49.864 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95132026-05-21T10:14:51.375Z[ host-image] May 21 10:14:49.864 INFO O| May 21 10:14:49.864 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95142026-05-21T10:14:52.045Z[ host-image] May 21 10:14:50.533 INFO O| May 21 10:14:50.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
95152026-05-21T10:14:52.045Z[ host-image] May 21 10:14:50.534 INFO O| May 21 10:14:50.533 INFO ok!
95162026-05-21T10:14:52.045Z[ host-image] May 21 10:14:50.534 INFO O| May 21 10:14:50.533 INFO STEP 82 (ensure_file) COMPLETE
95172026-05-21T10:14:52.045Z[ host-image] May 21 10:14:50.534 INFO O| May 21 10:14:50.533 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182026-05-21T10:14:52.054Z[ host-image] May 21 10:14:50.543 INFO O| May 21 10:14:50.543 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
95192026-05-21T10:14:52.054Z[ host-image] May 21 10:14:50.543 INFO O| May 21 10:14:50.543 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
95202026-05-21T10:14:52.330Z[ recovery-image] May 21 10:14:50.819 INFO O| May 21 10:14:50.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95212026-05-21T10:14:52.330Z[ recovery-image] May 21 10:14:50.819 INFO O| May 21 10:14:50.819 INFO ok!
95222026-05-21T10:14:52.333Z[ recovery-image] May 21 10:14:50.819 INFO O| May 21 10:14:50.819 INFO STEP 55 (ensure_file) COMPLETE
95232026-05-21T10:14:52.333Z[ recovery-image] May 21 10:14:50.819 INFO O| May 21 10:14:50.819 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95242026-05-21T10:14:52.339Z[ recovery-image] May 21 10:14:50.829 INFO O| May 21 10:14:50.829 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95252026-05-21T10:14:52.339Z[ recovery-image] May 21 10:14:50.829 INFO O| May 21 10:14:50.829 INFO copying /tmp/.tmpaO6uCV/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95262026-05-21T10:14:52.382Z[ host-image] May 21 10:14:50.871 INFO O| May 21 10:14:50.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
95272026-05-21T10:14:52.382Z[ host-image] May 21 10:14:50.871 INFO O| May 21 10:14:50.871 INFO ok!
95282026-05-21T10:14:52.385Z[ host-image] May 21 10:14:50.871 INFO O| May 21 10:14:50.871 INFO STEP 83 (ensure_file) COMPLETE
95292026-05-21T10:14:52.385Z[ host-image] May 21 10:14:50.871 INFO O| May 21 10:14:50.871 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302026-05-21T10:14:52.392Z[ host-image] May 21 10:14:50.881 INFO O| May 21 10:14:50.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95312026-05-21T10:14:52.392Z[ host-image] May 21 10:14:50.881 INFO O| May 21 10:14:50.881 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
95322026-05-21T10:14:53.895Z[ recovery-image] May 21 10:14:52.384 INFO O| May 21 10:14:52.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95332026-05-21T10:14:53.895Z[ recovery-image] May 21 10:14:52.384 INFO O| May 21 10:14:52.384 INFO ok!
95342026-05-21T10:14:53.898Z[ recovery-image] May 21 10:14:52.384 INFO O| May 21 10:14:52.384 INFO STEP 56 (ensure_file) COMPLETE
95352026-05-21T10:14:53.898Z[ recovery-image] May 21 10:14:52.384 INFO O| May 21 10:14:52.384 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95362026-05-21T10:14:53.908Z[ recovery-image] May 21 10:14:52.397 INFO O| May 21 10:14:52.396 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95372026-05-21T10:14:53.908Z[ recovery-image] May 21 10:14:52.397 INFO O| May 21 10:14:52.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95382026-05-21T10:14:53.908Z[ recovery-image] May 21 10:14:52.397 INFO O| May 21 10:14:52.396 INFO STEP 57 (ensure_dir) COMPLETE
95392026-05-21T10:14:53.908Z[ recovery-image] May 21 10:14:52.397 INFO O| May 21 10:14:52.396 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95402026-05-21T10:14:53.914Z[ recovery-image] May 21 10:14:52.404 INFO O| May 21 10:14:52.404 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95412026-05-21T10:14:53.915Z[ recovery-image] May 21 10:14:52.404 INFO O| May 21 10:14:52.404 INFO copying /tmp/.tmpaO6uCV/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 ...
95422026-05-21T10:14:53.918Z[ recovery-image] May 21 10:14:52.404 INFO O| May 21 10:14:52.404 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
95432026-05-21T10:14:53.918Z[ recovery-image] May 21 10:14:52.404 INFO O| May 21 10:14:52.404 INFO ok!
95442026-05-21T10:14:53.918Z[ recovery-image] May 21 10:14:52.404 INFO O| May 21 10:14:52.404 INFO STEP 58 (ensure_file) COMPLETE
95452026-05-21T10:14:53.918Z[ recovery-image] May 21 10:14:52.404 INFO O| May 21 10:14:52.404 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95462026-05-21T10:14:53.923Z[ recovery-image] May 21 10:14:52.412 INFO O| May 21 10:14:52.412 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95472026-05-21T10:14:53.924Z[ recovery-image] May 21 10:14:52.412 INFO O| May 21 10:14:52.412 INFO copying /tmp/.tmpaO6uCV/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 ...
95482026-05-21T10:14:53.927Z[ recovery-image] May 21 10:14:52.412 INFO O| May 21 10:14:52.412 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
95492026-05-21T10:14:53.928Z[ recovery-image] May 21 10:14:52.412 INFO O| May 21 10:14:52.412 INFO ok!
95502026-05-21T10:14:53.928Z[ recovery-image] May 21 10:14:52.412 INFO O| May 21 10:14:52.412 INFO STEP 59 (ensure_file) COMPLETE
95512026-05-21T10:14:53.928Z[ recovery-image] May 21 10:14:52.412 INFO O| May 21 10:14:52.412 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95522026-05-21T10:14:53.934Z[ recovery-image] May 21 10:14:52.423 INFO O| May 21 10:14:52.423 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95532026-05-21T10:14:53.934Z[ recovery-image] May 21 10:14:52.423 INFO O| May 21 10:14:52.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95542026-05-21T10:14:53.934Z[ recovery-image] May 21 10:14:52.423 INFO O| May 21 10:14:52.423 INFO STEP 60 (ensure_dir) COMPLETE
95552026-05-21T10:14:53.934Z[ recovery-image] May 21 10:14:52.423 INFO O| May 21 10:14:52.423 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95562026-05-21T10:14:53.947Z[ recovery-image] May 21 10:14:52.435 INFO O| May 21 10:14:52.433 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95572026-05-21T10:14:53.947Z[ recovery-image] May 21 10:14:52.435 INFO O| May 21 10:14:52.433 INFO copying /tmp/.tmpaO6uCV/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 ...
95582026-05-21T10:14:53.950Z[ recovery-image] May 21 10:14:52.435 INFO O| May 21 10:14:52.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95592026-05-21T10:14:53.950Z[ recovery-image] May 21 10:14:52.435 INFO O| May 21 10:14:52.433 INFO ok!
95602026-05-21T10:14:53.950Z[ recovery-image] May 21 10:14:52.435 INFO O| May 21 10:14:52.433 INFO STEP 61 (ensure_file) COMPLETE
95612026-05-21T10:14:53.950Z[ recovery-image] May 21 10:14:52.435 INFO O| May 21 10:14:52.433 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95622026-05-21T10:14:54.014Z[ recovery-image] May 21 10:14:52.504 INFO O| May 21 10:14:52.503 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95632026-05-21T10:14:54.014Z[ recovery-image] May 21 10:14:52.504 INFO O| May 21 10:14:52.503 INFO copying /tmp/.tmpaO6uCV/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 ...
95642026-05-21T10:14:54.014Z[ recovery-image] May 21 10:14:52.504 INFO O| May 21 10:14:52.503 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
95652026-05-21T10:14:54.018Z[ recovery-image] May 21 10:14:52.504 INFO O| May 21 10:14:52.503 INFO ok!
95662026-05-21T10:14:54.021Z[ recovery-image] May 21 10:14:52.504 INFO O| May 21 10:14:52.503 INFO STEP 62 (ensure_file) COMPLETE
95672026-05-21T10:14:54.024Z[ recovery-image] May 21 10:14:52.504 INFO O| May 21 10:14:52.503 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95682026-05-21T10:14:54.027Z[ recovery-image] May 21 10:14:52.515 INFO O| May 21 10:14:52.513 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95692026-05-21T10:14:54.027Z[ recovery-image] May 21 10:14:52.515 INFO O| May 21 10:14:52.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95702026-05-21T10:14:54.027Z[ recovery-image] May 21 10:14:52.515 INFO O| May 21 10:14:52.513 INFO STEP 63 (ensure_dir) COMPLETE
95712026-05-21T10:14:54.030Z[ recovery-image] May 21 10:14:52.515 INFO O| May 21 10:14:52.513 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95722026-05-21T10:14:54.030Z[ recovery-image] May 21 10:14:52.520 INFO O| May 21 10:14:52.520 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95732026-05-21T10:14:54.030Z[ recovery-image] May 21 10:14:52.520 INFO O| May 21 10:14:52.520 INFO copying /tmp/.tmpaO6uCV/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 ...
95742026-05-21T10:14:54.030Z[ recovery-image] May 21 10:14:52.520 INFO O| May 21 10:14:52.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95752026-05-21T10:14:54.033Z[ recovery-image] May 21 10:14:52.520 INFO O| May 21 10:14:52.520 INFO ok!
95762026-05-21T10:14:54.033Z[ recovery-image] May 21 10:14:52.520 INFO O| May 21 10:14:52.520 INFO STEP 64 (ensure_file) COMPLETE
95772026-05-21T10:14:54.034Z[ recovery-image] May 21 10:14:52.520 INFO O| May 21 10:14:52.520 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95782026-05-21T10:14:54.038Z[ recovery-image] May 21 10:14:52.527 INFO O| May 21 10:14:52.527 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95792026-05-21T10:14:54.041Z[ recovery-image] May 21 10:14:52.527 INFO O| May 21 10:14:52.527 INFO copying /tmp/.tmpaO6uCV/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95802026-05-21T10:14:54.046Z[ recovery-image] May 21 10:14:52.527 INFO O| May 21 10:14:52.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95812026-05-21T10:14:54.049Z[ recovery-image] May 21 10:14:52.527 INFO O| May 21 10:14:52.527 INFO ok!
95822026-05-21T10:14:54.049Z[ recovery-image] May 21 10:14:52.527 INFO O| May 21 10:14:52.527 INFO STEP 65 (ensure_file) COMPLETE
95832026-05-21T10:14:54.049Z[ recovery-image] May 21 10:14:52.527 INFO O| May 21 10:14:52.527 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95842026-05-21T10:14:54.049Z[ recovery-image] May 21 10:14:52.537 INFO O| May 21 10:14:52.536 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
95852026-05-21T10:14:54.049Z[ recovery-image] May 21 10:14:52.537 INFO O| May 21 10:14:52.536 INFO STEP 66 (ensure_dir) COMPLETE
95862026-05-21T10:14:54.049Z[ recovery-image] May 21 10:14:52.537 INFO O| May 21 10:14:52.536 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95872026-05-21T10:14:54.057Z[ recovery-image] May 21 10:14:52.546 INFO O| May 21 10:14:52.546 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
95882026-05-21T10:14:54.058Z[ recovery-image] May 21 10:14:52.546 INFO O| May 21 10:14:52.546 INFO STEP 67 (ensure_dir) COMPLETE
95892026-05-21T10:14:54.061Z[ recovery-image] May 21 10:14:52.546 INFO O| May 21 10:14:52.546 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95902026-05-21T10:14:54.066Z[ recovery-image] May 21 10:14:52.555 INFO O| May 21 10:14:52.555 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
95912026-05-21T10:14:54.066Z[ recovery-image] May 21 10:14:52.555 INFO O| May 21 10:14:52.555 INFO STEP 68 (ensure_dir) COMPLETE
95922026-05-21T10:14:54.066Z[ recovery-image] May 21 10:14:52.555 INFO O| May 21 10:14:52.555 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95932026-05-21T10:14:54.074Z[ recovery-image] May 21 10:14:52.563 INFO O| May 21 10:14:52.563 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
95942026-05-21T10:14:54.074Z[ recovery-image] May 21 10:14:52.564 INFO O| May 21 10:14:52.563 INFO STEP 69 (ensure_dir) COMPLETE
95952026-05-21T10:14:54.074Z[ recovery-image] May 21 10:14:52.564 INFO O| May 21 10:14:52.563 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95962026-05-21T10:14:54.083Z[ recovery-image] May 21 10:14:52.572 INFO O| May 21 10:14:52.572 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
95972026-05-21T10:14:54.083Z[ recovery-image] May 21 10:14:52.572 INFO O| May 21 10:14:52.572 INFO copying /tmp/.tmpaO6uCV/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
95982026-05-21T10:14:54.083Z[ recovery-image] May 21 10:14:52.572 INFO O| May 21 10:14:52.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
95992026-05-21T10:14:54.086Z[ recovery-image] May 21 10:14:52.572 INFO O| May 21 10:14:52.572 INFO ok!
96002026-05-21T10:14:54.086Z[ recovery-image] May 21 10:14:52.572 INFO O| May 21 10:14:52.572 INFO STEP 70 (ensure_file) COMPLETE
96012026-05-21T10:14:54.086Z[ recovery-image] May 21 10:14:52.572 INFO O| May 21 10:14:52.572 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96022026-05-21T10:14:54.092Z[ recovery-image] May 21 10:14:52.582 INFO O| May 21 10:14:52.582 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96032026-05-21T10:14:54.095Z[ recovery-image] May 21 10:14:52.582 INFO O| May 21 10:14:52.582 INFO STEP 71 (remove_files) COMPLETE
96042026-05-21T10:14:54.095Z[ recovery-image] May 21 10:14:52.582 INFO O| May 21 10:14:52.582 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96052026-05-21T10:14:54.104Z[ recovery-image] May 21 10:14:52.593 INFO O| May 21 10:14:52.593 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96062026-05-21T10:14:54.107Z[ recovery-image] May 21 10:14:52.594 INFO O| May 21 10:14:52.594 INFO STEP 72 (remove_files) COMPLETE
96072026-05-21T10:14:54.107Z[ recovery-image] May 21 10:14:52.594 INFO O| May 21 10:14:52.594 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96082026-05-21T10:14:54.114Z[ recovery-image] May 21 10:14:52.603 INFO O| May 21 10:14:52.603 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96092026-05-21T10:14:54.114Z[ recovery-image] May 21 10:14:52.604 INFO O| May 21 10:14:52.604 INFO STEP 73 (remove_files) COMPLETE
96102026-05-21T10:14:54.114Z[ recovery-image] May 21 10:14:52.604 INFO O| May 21 10:14:52.604 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96112026-05-21T10:14:54.119Z[ host-image] May 21 10:14:52.608 INFO O| May 21 10:14:52.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
96122026-05-21T10:14:54.119Z[ host-image] May 21 10:14:52.608 INFO O| May 21 10:14:52.608 INFO ok!
96132026-05-21T10:14:54.122Z[ host-image] May 21 10:14:52.608 INFO O| May 21 10:14:52.608 INFO STEP 84 (ensure_file) COMPLETE
96142026-05-21T10:14:54.122Z[ host-image] May 21 10:14:52.608 INFO O| May 21 10:14:52.608 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96152026-05-21T10:14:54.125Z[ recovery-image] May 21 10:14:52.614 INFO O| May 21 10:14:52.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96162026-05-21T10:14:54.125Z[ recovery-image] May 21 10:14:52.614 INFO O| May 21 10:14:52.614 INFO STEP 74 (remove_files) COMPLETE
96172026-05-21T10:14:54.125Z[ recovery-image] May 21 10:14:52.614 INFO O| May 21 10:14:52.614 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182026-05-21T10:14:54.128Z[ host-image] May 21 10:14:52.618 INFO O| May 21 10:14:52.618 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
96192026-05-21T10:14:54.128Z[ host-image] May 21 10:14:52.618 INFO O| May 21 10:14:52.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
96202026-05-21T10:14:54.128Z[ host-image] May 21 10:14:52.618 INFO O| May 21 10:14:52.618 INFO STEP 85 (ensure_dir) COMPLETE
96212026-05-21T10:14:54.128Z[ host-image] May 21 10:14:52.618 INFO O| May 21 10:14:52.618 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222026-05-21T10:14:54.133Z[ recovery-image] May 21 10:14:52.623 INFO O| May 21 10:14:52.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96232026-05-21T10:14:54.136Z[ recovery-image] May 21 10:14:52.623 INFO O| May 21 10:14:52.623 INFO STEP 75 (remove_files) COMPLETE
96242026-05-21T10:14:54.136Z[ recovery-image] May 21 10:14:52.623 INFO O| May 21 10:14:52.623 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252026-05-21T10:14:54.136Z[ host-image] May 21 10:14:52.625 INFO O| May 21 10:14:52.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96262026-05-21T10:14:54.137Z[ host-image] May 21 10:14:52.625 INFO O| May 21 10:14:52.625 INFO copying /tmp/.tmpaO6uCV/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 ...
96272026-05-21T10:14:54.137Z[ host-image] May 21 10:14:52.625 INFO O| May 21 10:14:52.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96282026-05-21T10:14:54.137Z[ host-image] May 21 10:14:52.625 INFO O| May 21 10:14:52.625 INFO ok!
96292026-05-21T10:14:54.137Z[ host-image] May 21 10:14:52.625 INFO O| May 21 10:14:52.625 INFO STEP 86 (ensure_file) COMPLETE
96302026-05-21T10:14:54.137Z[ host-image] May 21 10:14:52.625 INFO O| May 21 10:14:52.625 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312026-05-21T10:14:54.141Z[ recovery-image] May 21 10:14:52.630 INFO O| May 21 10:14:52.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96322026-05-21T10:14:54.141Z[ recovery-image] May 21 10:14:52.631 INFO O| May 21 10:14:52.631 INFO STEP 76 (remove_files) COMPLETE
96332026-05-21T10:14:54.141Z[ recovery-image] May 21 10:14:52.631 INFO O| May 21 10:14:52.631 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342026-05-21T10:14:54.144Z[ host-image] May 21 10:14:52.633 INFO O| May 21 10:14:52.633 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96352026-05-21T10:14:54.144Z[ host-image] May 21 10:14:52.633 INFO O| May 21 10:14:52.633 INFO copying /tmp/.tmpaO6uCV/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 ...
96362026-05-21T10:14:54.144Z[ host-image] May 21 10:14:52.633 INFO O| May 21 10:14:52.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
96372026-05-21T10:14:54.144Z[ host-image] May 21 10:14:52.633 INFO O| May 21 10:14:52.633 INFO ok!
96382026-05-21T10:14:54.144Z[ host-image] May 21 10:14:52.633 INFO O| May 21 10:14:52.633 INFO STEP 87 (ensure_file) COMPLETE
96392026-05-21T10:14:54.144Z[ host-image] May 21 10:14:52.633 INFO O| May 21 10:14:52.633 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402026-05-21T10:14:54.149Z[ recovery-image] May 21 10:14:52.639 INFO O| May 21 10:14:52.639 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96412026-05-21T10:14:54.150Z[ recovery-image] May 21 10:14:52.639 INFO O| May 21 10:14:52.639 INFO STEP 77 (remove_files) COMPLETE
96422026-05-21T10:14:54.150Z[ recovery-image] May 21 10:14:52.639 INFO O| May 21 10:14:52.639 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432026-05-21T10:14:54.153Z[ host-image] May 21 10:14:52.643 INFO O| May 21 10:14:52.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96442026-05-21T10:14:54.153Z[ host-image] May 21 10:14:52.643 INFO O| May 21 10:14:52.643 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
96452026-05-21T10:14:54.153Z[ host-image] May 21 10:14:52.643 INFO O| May 21 10:14:52.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
96462026-05-21T10:14:54.156Z[ host-image] May 21 10:14:52.643 INFO O| May 21 10:14:52.643 INFO ok!
96472026-05-21T10:14:54.156Z[ host-image] May 21 10:14:52.643 INFO O| May 21 10:14:52.643 INFO STEP 88 (ensure_file) COMPLETE
96482026-05-21T10:14:54.157Z[ host-image] May 21 10:14:52.643 INFO O| May 21 10:14:52.643 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492026-05-21T10:14:54.160Z[ recovery-image] May 21 10:14:52.647 INFO O| May 21 10:14:52.647 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96502026-05-21T10:14:54.160Z[ recovery-image] May 21 10:14:52.647 INFO O| May 21 10:14:52.647 INFO STEP 78 (remove_files) COMPLETE
96512026-05-21T10:14:54.160Z[ recovery-image] May 21 10:14:52.647 INFO O| May 21 10:14:52.647 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522026-05-21T10:14:54.163Z[ host-image] May 21 10:14:52.651 INFO O| May 21 10:14:52.651 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
96532026-05-21T10:14:54.163Z[ host-image] May 21 10:14:52.651 INFO O| May 21 10:14:52.651 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
96542026-05-21T10:14:54.163Z[ host-image] May 21 10:14:52.651 INFO O| May 21 10:14:52.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
96552026-05-21T10:14:54.163Z[ host-image] May 21 10:14:52.651 INFO O| May 21 10:14:52.651 INFO ok!
96562026-05-21T10:14:54.163Z[ host-image] May 21 10:14:52.651 INFO O| May 21 10:14:52.651 INFO STEP 89 (ensure_file) COMPLETE
96572026-05-21T10:14:54.163Z[ host-image] May 21 10:14:52.651 INFO O| May 21 10:14:52.651 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582026-05-21T10:14:54.168Z[ recovery-image] May 21 10:14:52.658 INFO O| May 21 10:14:52.658 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96592026-05-21T10:14:54.168Z[ recovery-image] May 21 10:14:52.658 INFO O| May 21 10:14:52.658 INFO STEP 79 (remove_files) COMPLETE
96602026-05-21T10:14:54.168Z[ recovery-image] May 21 10:14:52.658 INFO O| May 21 10:14:52.658 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612026-05-21T10:14:54.171Z[ host-image] May 21 10:14:52.660 INFO O| May 21 10:14:52.660 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
96622026-05-21T10:14:54.171Z[ host-image] May 21 10:14:52.660 INFO O| May 21 10:14:52.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
96632026-05-21T10:14:54.171Z[ host-image] May 21 10:14:52.660 INFO O| May 21 10:14:52.660 INFO STEP 90 (ensure_dir) COMPLETE
96642026-05-21T10:14:54.172Z[ host-image] May 21 10:14:52.660 INFO O| May 21 10:14:52.660 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652026-05-21T10:14:54.177Z[ recovery-image] May 21 10:14:52.667 INFO O| May 21 10:14:52.667 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96662026-05-21T10:14:54.180Z[ recovery-image] May 21 10:14:52.667 INFO O| May 21 10:14:52.667 INFO STEP 80 (remove_files) COMPLETE
96672026-05-21T10:14:54.180Z[ recovery-image] May 21 10:14:52.667 INFO O| May 21 10:14:52.667 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682026-05-21T10:14:54.180Z[ host-image] May 21 10:14:52.669 INFO O| May 21 10:14:52.669 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
96692026-05-21T10:14:54.180Z[ host-image] May 21 10:14:52.670 INFO O| May 21 10:14:52.669 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
96702026-05-21T10:14:54.184Z[ host-image] May 21 10:14:52.673 INFO O| May 21 10:14:52.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
96712026-05-21T10:14:54.184Z[ host-image] May 21 10:14:52.673 INFO O| May 21 10:14:52.673 INFO ok!
96722026-05-21T10:14:54.184Z[ host-image] May 21 10:14:52.673 INFO O| May 21 10:14:52.673 INFO STEP 91 (ensure_file) COMPLETE
96732026-05-21T10:14:54.184Z[ host-image] May 21 10:14:52.673 INFO O| May 21 10:14:52.673 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742026-05-21T10:14:54.187Z[ recovery-image] May 21 10:14:52.675 INFO O| May 21 10:14:52.675 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96752026-05-21T10:14:54.187Z[ recovery-image] May 21 10:14:52.675 INFO O| May 21 10:14:52.675 INFO STEP 81 (remove_files) COMPLETE
96762026-05-21T10:14:54.187Z[ recovery-image] May 21 10:14:52.675 INFO O| May 21 10:14:52.675 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772026-05-21T10:14:54.193Z[ host-image] May 21 10:14:52.683 INFO O| May 21 10:14:52.683 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
96782026-05-21T10:14:54.193Z[ host-image] May 21 10:14:52.683 INFO O| May 21 10:14:52.683 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
96792026-05-21T10:14:54.193Z[ host-image] May 21 10:14:52.683 INFO O| May 21 10:14:52.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
96802026-05-21T10:14:54.197Z[ host-image] May 21 10:14:52.683 INFO O| May 21 10:14:52.683 INFO ok!
96812026-05-21T10:14:54.198Z[ host-image] May 21 10:14:52.683 INFO O| May 21 10:14:52.683 INFO STEP 92 (ensure_file) COMPLETE
96822026-05-21T10:14:54.198Z[ host-image] May 21 10:14:52.683 INFO O| May 21 10:14:52.683 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832026-05-21T10:14:54.198Z[ recovery-image] May 21 10:14:52.685 INFO O| May 21 10:14:52.685 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96842026-05-21T10:14:54.198Z[ recovery-image] May 21 10:14:52.685 INFO O| May 21 10:14:52.685 INFO STEP 82 (remove_files) COMPLETE
96852026-05-21T10:14:54.198Z[ recovery-image] May 21 10:14:52.685 INFO O| May 21 10:14:52.685 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96862026-05-21T10:14:54.201Z[ host-image] May 21 10:14:52.691 INFO O| May 21 10:14:52.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96872026-05-21T10:14:54.201Z[ host-image] May 21 10:14:52.691 INFO O| May 21 10:14:52.691 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
96882026-05-21T10:14:54.224Z[ recovery-image] May 21 10:14:52.693 INFO O| May 21 10:14:52.692 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96892026-05-21T10:14:54.225Z[ recovery-image] May 21 10:14:52.693 INFO O| May 21 10:14:52.693 INFO STEP 83 (remove_files) COMPLETE
96902026-05-21T10:14:54.225Z[ recovery-image] May 21 10:14:52.693 INFO O| May 21 10:14:52.693 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96912026-05-21T10:14:54.228Z[ recovery-image] May 21 10:14:52.717 INFO O| May 21 10:14:52.717 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96922026-05-21T10:14:54.228Z[ recovery-image] May 21 10:14:52.718 INFO O| May 21 10:14:52.718 INFO STEP 84 (remove_files) COMPLETE
96932026-05-21T10:14:54.228Z[ recovery-image] May 21 10:14:52.718 INFO O| May 21 10:14:52.718 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96942026-05-21T10:14:54.238Z[ recovery-image] May 21 10:14:52.727 INFO O| May 21 10:14:52.727 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96952026-05-21T10:14:54.238Z[ recovery-image] May 21 10:14:52.727 INFO O| May 21 10:14:52.727 INFO STEP 85 (remove_files) COMPLETE
96962026-05-21T10:14:54.238Z[ recovery-image] May 21 10:14:52.727 INFO O| May 21 10:14:52.727 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96972026-05-21T10:14:54.270Z[ recovery-image] May 21 10:14:52.756 INFO O| May 21 10:14:52.755 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96982026-05-21T10:14:54.273Z[ recovery-image] May 21 10:14:52.756 INFO O| May 21 10:14:52.756 INFO STEP 86 (remove_files) COMPLETE
96992026-05-21T10:14:54.276Z[ recovery-image] May 21 10:14:52.756 INFO O| May 21 10:14:52.756 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97002026-05-21T10:14:54.288Z[ recovery-image] May 21 10:14:52.769 INFO O| May 21 10:14:52.768 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
97012026-05-21T10:14:54.288Z[ recovery-image] May 21 10:14:52.769 INFO O| May 21 10:14:52.769 INFO STEP 87 (remove_files) COMPLETE
97022026-05-21T10:14:54.288Z[ recovery-image] May 21 10:14:52.769 INFO O| May 21 10:14:52.769 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97032026-05-21T10:14:54.292Z[ recovery-image] May 21 10:14:52.779 INFO O| May 21 10:14:52.779 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
97042026-05-21T10:14:54.292Z[ recovery-image] May 21 10:14:52.779 INFO O| May 21 10:14:52.779 INFO STEP 88 (remove_files) COMPLETE
97052026-05-21T10:14:54.292Z[ recovery-image] May 21 10:14:52.779 INFO O| May 21 10:14:52.779 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97062026-05-21T10:14:54.301Z[ recovery-image] May 21 10:14:52.790 INFO O| May 21 10:14:52.790 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
97072026-05-21T10:14:54.301Z[ recovery-image] May 21 10:14:52.790 INFO O| May 21 10:14:52.790 INFO STEP 89 (remove_files) COMPLETE
97082026-05-21T10:14:54.301Z[ recovery-image] May 21 10:14:52.790 INFO O| May 21 10:14:52.790 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97092026-05-21T10:14:54.310Z[ recovery-image] May 21 10:14:52.800 INFO O| May 21 10:14:52.800 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
97102026-05-21T10:14:54.310Z[ recovery-image] May 21 10:14:52.800 INFO O| May 21 10:14:52.800 INFO STEP 90 (remove_files) COMPLETE
97112026-05-21T10:14:54.310Z[ recovery-image] May 21 10:14:52.800 INFO O| May 21 10:14:52.800 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97122026-05-21T10:14:54.320Z[ recovery-image] May 21 10:14:52.809 INFO O| May 21 10:14:52.809 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97132026-05-21T10:14:54.320Z[ recovery-image] May 21 10:14:52.809 INFO O| May 21 10:14:52.809 INFO STEP 91 (remove_files) COMPLETE
97142026-05-21T10:14:54.320Z[ recovery-image] May 21 10:14:52.809 INFO O| May 21 10:14:52.809 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97152026-05-21T10:14:54.330Z[ recovery-image] May 21 10:14:52.820 INFO O| May 21 10:14:52.820 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
97162026-05-21T10:14:54.330Z[ recovery-image] May 21 10:14:52.820 INFO O| May 21 10:14:52.820 INFO STEP 92 (remove_files) COMPLETE
97172026-05-21T10:14:54.330Z[ recovery-image] May 21 10:14:52.820 INFO O| May 21 10:14:52.820 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97182026-05-21T10:14:54.340Z[ recovery-image] May 21 10:14:52.829 INFO O| May 21 10:14:52.829 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97192026-05-21T10:14:54.340Z[ recovery-image] May 21 10:14:52.829 INFO O| May 21 10:14:52.829 INFO STEP 93 (remove_files) COMPLETE
97202026-05-21T10:14:54.340Z[ recovery-image] May 21 10:14:52.829 INFO O| May 21 10:14:52.829 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97212026-05-21T10:14:54.348Z[ recovery-image] May 21 10:14:52.838 INFO O| May 21 10:14:52.838 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
97222026-05-21T10:14:54.348Z[ recovery-image] May 21 10:14:52.838 INFO O| May 21 10:14:52.838 INFO STEP 94 (remove_files) COMPLETE
97232026-05-21T10:14:54.348Z[ recovery-image] May 21 10:14:52.838 INFO O| May 21 10:14:52.838 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97242026-05-21T10:14:54.357Z[ recovery-image] May 21 10:14:52.846 INFO O| May 21 10:14:52.846 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
97252026-05-21T10:14:54.357Z[ recovery-image] May 21 10:14:52.846 INFO O| May 21 10:14:52.846 INFO STEP 95 (remove_files) COMPLETE
97262026-05-21T10:14:54.357Z[ recovery-image] May 21 10:14:52.846 INFO O| May 21 10:14:52.846 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97272026-05-21T10:14:54.369Z[ recovery-image] May 21 10:14:52.857 INFO O| May 21 10:14:52.857 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
97282026-05-21T10:14:54.369Z[ recovery-image] May 21 10:14:52.857 INFO O| May 21 10:14:52.857 INFO STEP 96 (remove_files) COMPLETE
97292026-05-21T10:14:54.373Z[ recovery-image] May 21 10:14:52.857 INFO O| May 21 10:14:52.857 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97302026-05-21T10:14:54.377Z[ recovery-image] May 21 10:14:52.867 INFO O| May 21 10:14:52.867 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
97312026-05-21T10:14:54.378Z[ recovery-image] May 21 10:14:52.867 INFO O| May 21 10:14:52.867 INFO STEP 97 (remove_files) COMPLETE
97322026-05-21T10:14:54.381Z[ recovery-image] May 21 10:14:52.867 INFO O| May 21 10:14:52.867 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97332026-05-21T10:14:54.387Z[ recovery-image] May 21 10:14:52.876 INFO O| May 21 10:14:52.876 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
97342026-05-21T10:14:54.387Z[ recovery-image] May 21 10:14:52.876 INFO O| May 21 10:14:52.876 INFO STEP 98 (remove_files) COMPLETE
97352026-05-21T10:14:54.390Z[ recovery-image] May 21 10:14:52.876 INFO O| May 21 10:14:52.876 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97362026-05-21T10:14:54.395Z[ recovery-image] May 21 10:14:52.884 INFO O| May 21 10:14:52.884 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97372026-05-21T10:14:54.395Z[ recovery-image] May 21 10:14:52.884 INFO O| May 21 10:14:52.884 INFO STEP 99 (remove_files) COMPLETE
97382026-05-21T10:14:54.398Z[ recovery-image] May 21 10:14:52.884 INFO O| May 21 10:14:52.884 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97392026-05-21T10:14:54.418Z[ recovery-image] May 21 10:14:52.908 INFO O| May 21 10:14:52.908 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97402026-05-21T10:14:54.418Z[ recovery-image] May 21 10:14:52.908 INFO O| May 21 10:14:52.908 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
97412026-05-21T10:14:55.218Z[ host-image] May 21 10:14:53.707 INFO O| May 21 10:14:53.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97422026-05-21T10:14:55.218Z[ host-image] May 21 10:14:53.707 INFO O| May 21 10:14:53.707 INFO ok!
97432026-05-21T10:14:55.218Z[ host-image] May 21 10:14:53.707 INFO O| May 21 10:14:53.707 INFO STEP 93 (ensure_file) COMPLETE
97442026-05-21T10:14:55.221Z[ host-image] May 21 10:14:53.707 INFO O| May 21 10:14:53.707 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452026-05-21T10:14:55.227Z[ host-image] May 21 10:14:53.716 INFO O| May 21 10:14:53.716 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97462026-05-21T10:14:55.227Z[ host-image] May 21 10:14:53.717 INFO O| May 21 10:14:53.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97472026-05-21T10:14:55.227Z[ host-image] May 21 10:14:53.717 INFO O| May 21 10:14:53.717 INFO STEP 94 (ensure_dir) COMPLETE
97482026-05-21T10:14:55.227Z[ host-image] May 21 10:14:53.717 INFO O| May 21 10:14:53.717 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492026-05-21T10:14:55.236Z[ host-image] May 21 10:14:53.725 INFO O| May 21 10:14:53.725 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97502026-05-21T10:14:55.236Z[ host-image] May 21 10:14:53.725 INFO O| May 21 10:14:53.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97512026-05-21T10:14:55.236Z[ host-image] May 21 10:14:53.725 INFO O| May 21 10:14:53.725 INFO STEP 95 (ensure_dir) COMPLETE
97522026-05-21T10:14:55.236Z[ host-image] May 21 10:14:53.725 INFO O| May 21 10:14:53.725 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97532026-05-21T10:14:55.244Z[ host-image] May 21 10:14:53.733 INFO O| May 21 10:14:53.733 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97542026-05-21T10:14:55.244Z[ host-image] May 21 10:14:53.734 INFO O| May 21 10:14:53.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97552026-05-21T10:14:55.244Z[ host-image] May 21 10:14:53.734 INFO O| May 21 10:14:53.734 INFO STEP 96 (ensure_dir) COMPLETE
97562026-05-21T10:14:55.247Z[ host-image] May 21 10:14:53.734 INFO O| May 21 10:14:53.734 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572026-05-21T10:14:55.252Z[ host-image] May 21 10:14:53.742 INFO O| May 21 10:14:53.742 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97582026-05-21T10:14:55.252Z[ host-image] May 21 10:14:53.742 INFO O| May 21 10:14:53.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97592026-05-21T10:14:55.255Z[ host-image] May 21 10:14:53.742 INFO O| May 21 10:14:53.742 INFO STEP 97 (ensure_dir) COMPLETE
97602026-05-21T10:14:55.255Z[ host-image] May 21 10:14:53.742 INFO O| May 21 10:14:53.742 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612026-05-21T10:14:55.260Z[ host-image] May 21 10:14:53.749 INFO O| May 21 10:14:53.749 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97622026-05-21T10:14:55.260Z[ host-image] May 21 10:14:53.749 INFO O| May 21 10:14:53.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97632026-05-21T10:14:55.260Z[ host-image] May 21 10:14:53.749 INFO O| May 21 10:14:53.749 INFO STEP 98 (ensure_dir) COMPLETE
97642026-05-21T10:14:55.263Z[ host-image] May 21 10:14:53.749 INFO O| May 21 10:14:53.749 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97652026-05-21T10:14:55.270Z[ host-image] May 21 10:14:53.759 INFO O| May 21 10:14:53.759 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97662026-05-21T10:14:55.270Z[ host-image] May 21 10:14:53.759 INFO O| May 21 10:14:53.759 INFO copying /tmp/.tmpaO6uCV/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 ...
97672026-05-21T10:14:55.273Z[ host-image] May 21 10:14:53.759 INFO O| May 21 10:14:53.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97682026-05-21T10:14:55.273Z[ host-image] May 21 10:14:53.759 INFO O| May 21 10:14:53.759 INFO ok!
97692026-05-21T10:14:55.273Z[ host-image] May 21 10:14:53.759 INFO O| May 21 10:14:53.759 INFO STEP 99 (ensure_file) COMPLETE
97702026-05-21T10:14:55.273Z[ host-image] May 21 10:14:53.759 INFO O| May 21 10:14:53.759 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712026-05-21T10:14:55.277Z[ host-image] May 21 10:14:53.767 INFO O| May 21 10:14:53.767 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97722026-05-21T10:14:55.277Z[ host-image] May 21 10:14:53.767 INFO O| May 21 10:14:53.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97732026-05-21T10:14:55.281Z[ host-image] May 21 10:14:53.767 INFO O| May 21 10:14:53.767 INFO STEP 100 (ensure_dir) COMPLETE
97742026-05-21T10:14:55.281Z[ host-image] May 21 10:14:53.767 INFO O| May 21 10:14:53.767 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752026-05-21T10:14:55.285Z[ host-image] May 21 10:14:53.775 INFO O| May 21 10:14:53.774 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97762026-05-21T10:14:55.285Z[ host-image] May 21 10:14:53.775 INFO O| May 21 10:14:53.774 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97772026-05-21T10:14:55.907Z[ host-image] May 21 10:14:54.397 INFO O| May 21 10:14:54.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97782026-05-21T10:14:55.907Z[ host-image] May 21 10:14:54.397 INFO O| May 21 10:14:54.397 INFO ok!
97792026-05-21T10:14:55.907Z[ host-image] May 21 10:14:54.397 INFO O| May 21 10:14:54.397 INFO STEP 101 (ensure_file) COMPLETE
97802026-05-21T10:14:55.907Z[ host-image] May 21 10:14:54.397 INFO O| May 21 10:14:54.397 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812026-05-21T10:14:55.916Z[ host-image] May 21 10:14:54.405 INFO O| May 21 10:14:54.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97822026-05-21T10:14:55.916Z[ host-image] May 21 10:14:54.405 INFO O| May 21 10:14:54.405 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97832026-05-21T10:14:55.919Z[ host-image] May 21 10:14:54.405 INFO O| May 21 10:14:54.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97842026-05-21T10:14:55.919Z[ host-image] May 21 10:14:54.405 INFO O| May 21 10:14:54.405 INFO ok!
97852026-05-21T10:14:55.919Z[ host-image] May 21 10:14:54.405 INFO O| May 21 10:14:54.405 INFO STEP 102 (ensure_file) COMPLETE
97862026-05-21T10:14:55.919Z[ host-image] May 21 10:14:54.405 INFO O| May 21 10:14:54.405 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872026-05-21T10:14:55.923Z[ host-image] May 21 10:14:54.412 INFO O| May 21 10:14:54.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97882026-05-21T10:14:55.923Z[ host-image] May 21 10:14:54.412 INFO O| May 21 10:14:54.412 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97892026-05-21T10:14:56.215Z[ host-image] May 21 10:14:54.704 INFO O| May 21 10:14:54.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97902026-05-21T10:14:56.215Z[ host-image] May 21 10:14:54.704 INFO O| May 21 10:14:54.704 INFO ok!
97912026-05-21T10:14:56.215Z[ host-image] May 21 10:14:54.704 INFO O| May 21 10:14:54.704 INFO STEP 103 (ensure_file) COMPLETE
97922026-05-21T10:14:56.219Z[ host-image] May 21 10:14:54.704 INFO O| May 21 10:14:54.704 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932026-05-21T10:14:56.224Z[ host-image] May 21 10:14:54.714 INFO O| May 21 10:14:54.714 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97942026-05-21T10:14:56.224Z[ host-image] May 21 10:14:54.714 INFO O| May 21 10:14:54.714 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
97952026-05-21T10:14:56.224Z[ host-image] May 21 10:14:54.714 INFO O| May 21 10:14:54.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
97962026-05-21T10:14:56.227Z[ host-image] May 21 10:14:54.714 INFO O| May 21 10:14:54.714 INFO ok!
97972026-05-21T10:14:56.227Z[ host-image] May 21 10:14:54.714 INFO O| May 21 10:14:54.714 INFO STEP 104 (ensure_file) COMPLETE
97982026-05-21T10:14:56.228Z[ host-image] May 21 10:14:54.714 INFO O| May 21 10:14:54.714 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992026-05-21T10:14:56.232Z[ host-image] May 21 10:14:54.722 INFO O| May 21 10:14:54.721 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98002026-05-21T10:14:56.232Z[ host-image] May 21 10:14:54.722 INFO O| May 21 10:14:54.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98012026-05-21T10:14:56.235Z[ host-image] May 21 10:14:54.722 INFO O| May 21 10:14:54.722 INFO STEP 105 (ensure_dir) COMPLETE
98022026-05-21T10:14:56.235Z[ host-image] May 21 10:14:54.722 INFO O| May 21 10:14:54.722 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98032026-05-21T10:14:56.239Z[ host-image] May 21 10:14:54.729 INFO O| May 21 10:14:54.729 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
98042026-05-21T10:14:56.240Z[ host-image] May 21 10:14:54.729 INFO O| May 21 10:14:54.729 INFO copying /tmp/.tmpaO6uCV/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 ...
98052026-05-21T10:14:56.252Z[ host-image] May 21 10:14:54.742 INFO O| May 21 10:14:54.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
98062026-05-21T10:14:56.252Z[ host-image] May 21 10:14:54.742 INFO O| May 21 10:14:54.742 INFO ok!
98072026-05-21T10:14:56.252Z[ host-image] May 21 10:14:54.742 INFO O| May 21 10:14:54.742 INFO STEP 106 (ensure_file) COMPLETE
98082026-05-21T10:14:56.256Z[ host-image] May 21 10:14:54.742 INFO O| May 21 10:14:54.742 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98092026-05-21T10:14:56.261Z[ host-image] May 21 10:14:54.751 INFO O| May 21 10:14:54.751 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
98102026-05-21T10:14:56.261Z[ host-image] May 21 10:14:54.751 INFO O| May 21 10:14:54.751 INFO copying /tmp/.tmpaO6uCV/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 ...
98112026-05-21T10:14:56.264Z[ host-image] May 21 10:14:54.751 INFO O| May 21 10:14:54.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
98122026-05-21T10:14:56.264Z[ host-image] May 21 10:14:54.751 INFO O| May 21 10:14:54.751 INFO ok!
98132026-05-21T10:14:56.264Z[ host-image] May 21 10:14:54.751 INFO O| May 21 10:14:54.751 INFO STEP 107 (ensure_file) COMPLETE
98142026-05-21T10:14:56.264Z[ host-image] May 21 10:14:54.751 INFO O| May 21 10:14:54.751 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152026-05-21T10:14:56.269Z[ host-image] May 21 10:14:54.758 INFO O| May 21 10:14:54.758 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98162026-05-21T10:14:56.269Z[ host-image] May 21 10:14:54.758 INFO O| May 21 10:14:54.758 INFO copying /tmp/.tmpaO6uCV/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 ...
98172026-05-21T10:14:56.269Z[ host-image] May 21 10:14:54.758 INFO O| May 21 10:14:54.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98182026-05-21T10:14:56.269Z[ host-image] May 21 10:14:54.758 INFO O| May 21 10:14:54.758 INFO ok!
98192026-05-21T10:14:56.272Z[ host-image] May 21 10:14:54.758 INFO O| May 21 10:14:54.758 INFO STEP 108 (ensure_file) COMPLETE
98202026-05-21T10:14:56.272Z[ host-image] May 21 10:14:54.758 INFO O| May 21 10:14:54.758 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212026-05-21T10:14:56.276Z[ host-image] May 21 10:14:54.766 INFO O| May 21 10:14:54.766 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98222026-05-21T10:14:56.276Z[ host-image] May 21 10:14:54.766 INFO O| May 21 10:14:54.766 INFO copying /tmp/.tmpaO6uCV/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 ...
98232026-05-21T10:14:56.276Z[ host-image] May 21 10:14:54.766 INFO O| May 21 10:14:54.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98242026-05-21T10:14:56.276Z[ host-image] May 21 10:14:54.766 INFO O| May 21 10:14:54.766 INFO ok!
98252026-05-21T10:14:56.280Z[ host-image] May 21 10:14:54.766 INFO O| May 21 10:14:54.766 INFO STEP 109 (ensure_file) COMPLETE
98262026-05-21T10:14:56.280Z[ host-image] May 21 10:14:54.766 INFO O| May 21 10:14:54.766 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98272026-05-21T10:14:56.284Z[ host-image] May 21 10:14:54.774 INFO O| May 21 10:14:54.773 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98282026-05-21T10:14:56.284Z[ host-image] May 21 10:14:54.774 INFO O| May 21 10:14:54.774 INFO copying /tmp/.tmpaO6uCV/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 ...
98292026-05-21T10:14:56.288Z[ host-image] May 21 10:14:54.774 INFO O| May 21 10:14:54.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
98302026-05-21T10:14:56.288Z[ host-image] May 21 10:14:54.774 INFO O| May 21 10:14:54.774 INFO ok!
98312026-05-21T10:14:56.288Z[ host-image] May 21 10:14:54.774 INFO O| May 21 10:14:54.774 INFO STEP 110 (ensure_file) COMPLETE
98322026-05-21T10:14:56.288Z[ host-image] May 21 10:14:54.774 INFO O| May 21 10:14:54.774 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98332026-05-21T10:14:56.293Z[ host-image] May 21 10:14:54.782 INFO O| May 21 10:14:54.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
98342026-05-21T10:14:56.293Z[ host-image] May 21 10:14:54.783 INFO O| May 21 10:14:54.782 INFO copying /tmp/.tmpaO6uCV/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 ...
98352026-05-21T10:14:56.293Z[ host-image] May 21 10:14:54.783 INFO O| May 21 10:14:54.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98362026-05-21T10:14:56.296Z[ host-image] May 21 10:14:54.783 INFO O| May 21 10:14:54.782 INFO ok!
98372026-05-21T10:14:56.296Z[ host-image] May 21 10:14:54.783 INFO O| May 21 10:14:54.783 INFO STEP 111 (ensure_file) COMPLETE
98382026-05-21T10:14:56.296Z[ host-image] May 21 10:14:54.783 INFO O| May 21 10:14:54.783 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392026-05-21T10:14:56.300Z[ host-image] May 21 10:14:54.790 INFO O| May 21 10:14:54.790 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98402026-05-21T10:14:56.300Z[ host-image] May 21 10:14:54.790 INFO O| May 21 10:14:54.790 INFO copying /tmp/.tmpaO6uCV/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 ...
98412026-05-21T10:14:56.300Z[ host-image] May 21 10:14:54.790 INFO O| May 21 10:14:54.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98422026-05-21T10:14:56.303Z[ host-image] May 21 10:14:54.790 INFO O| May 21 10:14:54.790 INFO ok!
98432026-05-21T10:14:56.304Z[ host-image] May 21 10:14:54.790 INFO O| May 21 10:14:54.790 INFO STEP 112 (ensure_file) COMPLETE
98442026-05-21T10:14:56.304Z[ host-image] May 21 10:14:54.790 INFO O| May 21 10:14:54.790 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98452026-05-21T10:14:56.310Z[ host-image] May 21 10:14:54.798 INFO O| May 21 10:14:54.798 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98462026-05-21T10:14:56.310Z[ host-image] May 21 10:14:54.798 INFO O| May 21 10:14:54.798 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98472026-05-21T10:14:56.313Z[ host-image] May 21 10:14:54.798 INFO O| May 21 10:14:54.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98482026-05-21T10:14:56.313Z[ host-image] May 21 10:14:54.798 INFO O| May 21 10:14:54.798 INFO ok!
98492026-05-21T10:14:56.313Z[ host-image] May 21 10:14:54.798 INFO O| May 21 10:14:54.798 INFO STEP 113 (ensure_file) COMPLETE
98502026-05-21T10:14:56.313Z[ host-image] May 21 10:14:54.798 INFO O| May 21 10:14:54.798 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98512026-05-21T10:14:56.317Z[ host-image] May 21 10:14:54.806 INFO O| May 21 10:14:54.806 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98522026-05-21T10:14:56.317Z[ host-image] May 21 10:14:54.806 INFO O| May 21 10:14:54.806 INFO copying /tmp/.tmpaO6uCV/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 ...
98532026-05-21T10:14:56.317Z[ host-image] May 21 10:14:54.806 INFO O| May 21 10:14:54.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98542026-05-21T10:14:56.320Z[ host-image] May 21 10:14:54.806 INFO O| May 21 10:14:54.806 INFO ok!
98552026-05-21T10:14:56.320Z[ host-image] May 21 10:14:54.806 INFO O| May 21 10:14:54.806 INFO STEP 114 (ensure_file) COMPLETE
98562026-05-21T10:14:56.320Z[ host-image] May 21 10:14:54.806 INFO O| May 21 10:14:54.806 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98572026-05-21T10:14:56.325Z[ host-image] May 21 10:14:54.814 INFO O| May 21 10:14:54.814 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98582026-05-21T10:14:56.325Z[ host-image] May 21 10:14:54.814 INFO O| May 21 10:14:54.814 INFO copying /tmp/.tmpaO6uCV/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 ...
98592026-05-21T10:14:56.325Z[ host-image] May 21 10:14:54.814 INFO O| May 21 10:14:54.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
98602026-05-21T10:14:56.328Z[ host-image] May 21 10:14:54.814 INFO O| May 21 10:14:54.814 INFO ok!
98612026-05-21T10:14:56.328Z[ host-image] May 21 10:14:54.814 INFO O| May 21 10:14:54.814 INFO STEP 115 (ensure_file) COMPLETE
98622026-05-21T10:14:56.328Z[ host-image] May 21 10:14:54.814 INFO O| May 21 10:14:54.814 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98632026-05-21T10:14:56.335Z[ host-image] May 21 10:14:54.825 INFO O| May 21 10:14:54.825 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
98642026-05-21T10:14:56.335Z[ host-image] May 21 10:14:54.825 INFO O| May 21 10:14:54.825 INFO copying /tmp/.tmpaO6uCV/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 ...
98652026-05-21T10:14:56.338Z[ host-image] May 21 10:14:54.825 INFO O| May 21 10:14:54.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
98662026-05-21T10:14:56.338Z[ host-image] May 21 10:14:54.825 INFO O| May 21 10:14:54.825 INFO ok!
98672026-05-21T10:14:56.338Z[ host-image] May 21 10:14:54.825 INFO O| May 21 10:14:54.825 INFO STEP 116 (ensure_file) COMPLETE
98682026-05-21T10:14:56.338Z[ host-image] May 21 10:14:54.825 INFO O| May 21 10:14:54.825 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98692026-05-21T10:14:56.345Z[ host-image] May 21 10:14:54.834 INFO O| May 21 10:14:54.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
98702026-05-21T10:14:56.345Z[ host-image] May 21 10:14:54.834 INFO O| May 21 10:14:54.834 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
98712026-05-21T10:14:56.348Z[ host-image] May 21 10:14:54.834 INFO O| May 21 10:14:54.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
98722026-05-21T10:14:56.348Z[ host-image] May 21 10:14:54.834 INFO O| May 21 10:14:54.834 INFO ok!
98732026-05-21T10:14:56.348Z[ host-image] May 21 10:14:54.834 INFO O| May 21 10:14:54.834 INFO STEP 117 (ensure_file) COMPLETE
98742026-05-21T10:14:56.348Z[ host-image] May 21 10:14:54.834 INFO O| May 21 10:14:54.834 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752026-05-21T10:14:56.353Z[ host-image] May 21 10:14:54.843 INFO O| May 21 10:14:54.843 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
98762026-05-21T10:14:56.353Z[ host-image] May 21 10:14:54.843 INFO O| May 21 10:14:54.843 INFO copying /tmp/.tmpaO6uCV/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 ...
98772026-05-21T10:14:56.353Z[ host-image] May 21 10:14:54.843 INFO O| May 21 10:14:54.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
98782026-05-21T10:14:56.353Z[ host-image] May 21 10:14:54.843 INFO O| May 21 10:14:54.843 INFO ok!
98792026-05-21T10:14:56.356Z[ host-image] May 21 10:14:54.843 INFO O| May 21 10:14:54.843 INFO STEP 118 (ensure_file) COMPLETE
98802026-05-21T10:14:56.356Z[ host-image] May 21 10:14:54.843 INFO O| May 21 10:14:54.843 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98812026-05-21T10:14:56.363Z[ host-image] May 21 10:14:54.853 INFO O| May 21 10:14:54.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
98822026-05-21T10:14:56.363Z[ host-image] May 21 10:14:54.853 INFO O| May 21 10:14:54.853 INFO copying /tmp/.tmpaO6uCV/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 ...
98832026-05-21T10:14:56.363Z[ host-image] May 21 10:14:54.853 INFO O| May 21 10:14:54.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
98842026-05-21T10:14:56.366Z[ host-image] May 21 10:14:54.853 INFO O| May 21 10:14:54.853 INFO ok!
98852026-05-21T10:14:56.366Z[ host-image] May 21 10:14:54.853 INFO O| May 21 10:14:54.853 INFO STEP 119 (ensure_file) COMPLETE
98862026-05-21T10:14:56.366Z[ host-image] May 21 10:14:54.853 INFO O| May 21 10:14:54.853 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98872026-05-21T10:14:56.373Z[ host-image] May 21 10:14:54.862 INFO O| May 21 10:14:54.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
98882026-05-21T10:14:56.373Z[ host-image] May 21 10:14:54.862 INFO O| May 21 10:14:54.862 INFO copying /tmp/.tmpaO6uCV/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 ...
98892026-05-21T10:14:56.373Z[ host-image] May 21 10:14:54.862 INFO O| May 21 10:14:54.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
98902026-05-21T10:14:56.376Z[ host-image] May 21 10:14:54.862 INFO O| May 21 10:14:54.862 INFO ok!
98912026-05-21T10:14:56.376Z[ host-image] May 21 10:14:54.862 INFO O| May 21 10:14:54.862 INFO STEP 120 (ensure_file) COMPLETE
98922026-05-21T10:14:56.376Z[ host-image] May 21 10:14:54.862 INFO O| May 21 10:14:54.862 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98932026-05-21T10:14:56.381Z[ host-image] May 21 10:14:54.871 INFO O| May 21 10:14:54.871 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
98942026-05-21T10:14:56.381Z[ host-image] May 21 10:14:54.871 INFO O| May 21 10:14:54.871 INFO copying /tmp/.tmpaO6uCV/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 ...
98952026-05-21T10:14:56.384Z[ host-image] May 21 10:14:54.871 INFO O| May 21 10:14:54.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
98962026-05-21T10:14:56.384Z[ host-image] May 21 10:14:54.871 INFO O| May 21 10:14:54.871 INFO ok!
98972026-05-21T10:14:56.385Z[ host-image] May 21 10:14:54.871 INFO O| May 21 10:14:54.871 INFO STEP 121 (ensure_file) COMPLETE
98982026-05-21T10:14:56.385Z[ host-image] May 21 10:14:54.871 INFO O| May 21 10:14:54.871 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98992026-05-21T10:14:56.389Z[ host-image] May 21 10:14:54.879 INFO O| May 21 10:14:54.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
99002026-05-21T10:14:56.389Z[ host-image] May 21 10:14:54.879 INFO O| May 21 10:14:54.879 INFO copying /tmp/.tmpaO6uCV/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 ...
99012026-05-21T10:14:56.389Z[ host-image] May 21 10:14:54.879 INFO O| May 21 10:14:54.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
99022026-05-21T10:14:56.390Z[ host-image] May 21 10:14:54.879 INFO O| May 21 10:14:54.879 INFO ok!
99032026-05-21T10:14:56.393Z[ host-image] May 21 10:14:54.879 INFO O| May 21 10:14:54.879 INFO STEP 122 (ensure_file) COMPLETE
99042026-05-21T10:14:56.393Z[ host-image] May 21 10:14:54.879 INFO O| May 21 10:14:54.879 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99052026-05-21T10:14:56.398Z[ host-image] May 21 10:14:54.887 INFO O| May 21 10:14:54.887 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
99062026-05-21T10:14:56.398Z[ host-image] May 21 10:14:54.887 INFO O| May 21 10:14:54.887 INFO copying /tmp/.tmpaO6uCV/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 ...
99072026-05-21T10:14:56.398Z[ host-image] May 21 10:14:54.887 INFO O| May 21 10:14:54.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
99082026-05-21T10:14:56.398Z[ host-image] May 21 10:14:54.887 INFO O| May 21 10:14:54.887 INFO ok!
99092026-05-21T10:14:56.398Z[ host-image] May 21 10:14:54.887 INFO O| May 21 10:14:54.887 INFO STEP 123 (ensure_file) COMPLETE
99102026-05-21T10:14:56.401Z[ host-image] May 21 10:14:54.887 INFO O| May 21 10:14:54.887 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112026-05-21T10:14:56.406Z[ host-image] May 21 10:14:54.895 INFO O| May 21 10:14:54.895 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
99122026-05-21T10:14:56.406Z[ host-image] May 21 10:14:54.895 INFO O| May 21 10:14:54.895 INFO copying /tmp/.tmpaO6uCV/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 ...
99132026-05-21T10:14:56.409Z[ host-image] May 21 10:14:54.895 INFO O| May 21 10:14:54.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99142026-05-21T10:14:56.409Z[ host-image] May 21 10:14:54.895 INFO O| May 21 10:14:54.895 INFO ok!
99152026-05-21T10:14:56.409Z[ host-image] May 21 10:14:54.895 INFO O| May 21 10:14:54.895 INFO STEP 124 (ensure_file) COMPLETE
99162026-05-21T10:14:56.409Z[ host-image] May 21 10:14:54.895 INFO O| May 21 10:14:54.895 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99172026-05-21T10:14:56.414Z[ host-image] May 21 10:14:54.903 INFO O| May 21 10:14:54.903 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99182026-05-21T10:14:56.414Z[ host-image] May 21 10:14:54.903 INFO O| May 21 10:14:54.903 INFO copying /tmp/.tmpaO6uCV/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 ...
99192026-05-21T10:14:56.417Z[ host-image] May 21 10:14:54.903 INFO O| May 21 10:14:54.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99202026-05-21T10:14:56.417Z[ host-image] May 21 10:14:54.903 INFO O| May 21 10:14:54.903 INFO ok!
99212026-05-21T10:14:56.417Z[ host-image] May 21 10:14:54.903 INFO O| May 21 10:14:54.903 INFO STEP 125 (ensure_file) COMPLETE
99222026-05-21T10:14:56.417Z[ host-image] May 21 10:14:54.903 INFO O| May 21 10:14:54.903 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232026-05-21T10:14:56.422Z[ host-image] May 21 10:14:54.912 INFO O| May 21 10:14:54.911 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99242026-05-21T10:14:56.422Z[ host-image] May 21 10:14:54.912 INFO O| May 21 10:14:54.912 INFO copying /tmp/.tmpaO6uCV/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 ...
99252026-05-21T10:14:56.422Z[ host-image] May 21 10:14:54.912 INFO O| May 21 10:14:54.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99262026-05-21T10:14:56.422Z[ host-image] May 21 10:14:54.912 INFO O| May 21 10:14:54.912 INFO ok!
99272026-05-21T10:14:56.425Z[ host-image] May 21 10:14:54.912 INFO O| May 21 10:14:54.912 INFO STEP 126 (ensure_file) COMPLETE
99282026-05-21T10:14:56.425Z[ host-image] May 21 10:14:54.912 INFO O| May 21 10:14:54.912 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99292026-05-21T10:14:56.430Z[ host-image] May 21 10:14:54.920 INFO O| May 21 10:14:54.920 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
99302026-05-21T10:14:56.430Z[ host-image] May 21 10:14:54.920 INFO O| May 21 10:14:54.920 INFO copying /tmp/.tmpaO6uCV/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 ...
99312026-05-21T10:14:56.430Z[ host-image] May 21 10:14:54.920 INFO O| May 21 10:14:54.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
99322026-05-21T10:14:56.433Z[ host-image] May 21 10:14:54.920 INFO O| May 21 10:14:54.920 INFO ok!
99332026-05-21T10:14:56.433Z[ host-image] May 21 10:14:54.920 INFO O| May 21 10:14:54.920 INFO STEP 127 (ensure_file) COMPLETE
99342026-05-21T10:14:56.433Z[ host-image] May 21 10:14:54.920 INFO O| May 21 10:14:54.920 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99352026-05-21T10:14:56.438Z[ host-image] May 21 10:14:54.928 INFO O| May 21 10:14:54.928 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99362026-05-21T10:14:56.438Z[ host-image] May 21 10:14:54.928 INFO O| May 21 10:14:54.928 INFO copying /tmp/.tmpaO6uCV/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 ...
99372026-05-21T10:14:56.441Z[ host-image] May 21 10:14:54.928 INFO O| May 21 10:14:54.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99382026-05-21T10:14:56.441Z[ host-image] May 21 10:14:54.928 INFO O| May 21 10:14:54.928 INFO ok!
99392026-05-21T10:14:56.441Z[ host-image] May 21 10:14:54.928 INFO O| May 21 10:14:54.928 INFO STEP 128 (ensure_file) COMPLETE
99402026-05-21T10:14:56.441Z[ host-image] May 21 10:14:54.928 INFO O| May 21 10:14:54.928 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99412026-05-21T10:14:56.446Z[ host-image] May 21 10:14:54.936 INFO O| May 21 10:14:54.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99422026-05-21T10:14:56.446Z[ host-image] May 21 10:14:54.936 INFO O| May 21 10:14:54.936 INFO copying /tmp/.tmpaO6uCV/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 ...
99432026-05-21T10:14:56.447Z[ host-image] May 21 10:14:54.936 INFO O| May 21 10:14:54.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99442026-05-21T10:14:56.447Z[ host-image] May 21 10:14:54.936 INFO O| May 21 10:14:54.936 INFO ok!
99452026-05-21T10:14:56.450Z[ host-image] May 21 10:14:54.936 INFO O| May 21 10:14:54.936 INFO STEP 129 (ensure_file) COMPLETE
99462026-05-21T10:14:56.450Z[ host-image] May 21 10:14:54.936 INFO O| May 21 10:14:54.936 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99472026-05-21T10:14:56.455Z[ host-image] May 21 10:14:54.944 INFO O| May 21 10:14:54.944 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99482026-05-21T10:14:56.455Z[ host-image] May 21 10:14:54.944 INFO O| May 21 10:14:54.944 INFO copying /tmp/.tmpaO6uCV/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 ...
99492026-05-21T10:14:56.455Z[ host-image] May 21 10:14:54.944 INFO O| May 21 10:14:54.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99502026-05-21T10:14:56.458Z[ host-image] May 21 10:14:54.944 INFO O| May 21 10:14:54.944 INFO ok!
99512026-05-21T10:14:56.458Z[ host-image] May 21 10:14:54.944 INFO O| May 21 10:14:54.944 INFO STEP 130 (ensure_file) COMPLETE
99522026-05-21T10:14:56.458Z[ host-image] May 21 10:14:54.944 INFO O| May 21 10:14:54.944 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532026-05-21T10:14:56.462Z[ host-image] May 21 10:14:54.952 INFO O| May 21 10:14:54.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99542026-05-21T10:14:56.463Z[ host-image] May 21 10:14:54.952 INFO O| May 21 10:14:54.952 INFO copying /tmp/.tmpaO6uCV/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 ...
99552026-05-21T10:14:56.466Z[ host-image] May 21 10:14:54.952 INFO O| May 21 10:14:54.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99562026-05-21T10:14:56.466Z[ host-image] May 21 10:14:54.952 INFO O| May 21 10:14:54.952 INFO ok!
99572026-05-21T10:14:56.466Z[ host-image] May 21 10:14:54.952 INFO O| May 21 10:14:54.952 INFO STEP 131 (ensure_file) COMPLETE
99582026-05-21T10:14:56.466Z[ host-image] May 21 10:14:54.952 INFO O| May 21 10:14:54.952 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99592026-05-21T10:14:56.470Z[ host-image] May 21 10:14:54.960 INFO O| May 21 10:14:54.959 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
99602026-05-21T10:14:56.470Z[ host-image] May 21 10:14:54.960 INFO O| May 21 10:14:54.959 INFO copying /tmp/.tmpaO6uCV/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 ...
99612026-05-21T10:14:56.470Z[ host-image] May 21 10:14:54.960 INFO O| May 21 10:14:54.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
99622026-05-21T10:14:56.473Z[ host-image] May 21 10:14:54.960 INFO O| May 21 10:14:54.960 INFO ok!
99632026-05-21T10:14:56.473Z[ host-image] May 21 10:14:54.960 INFO O| May 21 10:14:54.960 INFO STEP 132 (ensure_file) COMPLETE
99642026-05-21T10:14:56.473Z[ host-image] May 21 10:14:54.960 INFO O| May 21 10:14:54.960 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652026-05-21T10:14:56.478Z[ host-image] May 21 10:14:54.968 INFO O| May 21 10:14:54.968 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
99662026-05-21T10:14:56.481Z[ host-image] May 21 10:14:54.968 INFO O| May 21 10:14:54.968 INFO copying /tmp/.tmpaO6uCV/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 ...
99672026-05-21T10:14:56.482Z[ host-image] May 21 10:14:54.968 INFO O| May 21 10:14:54.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
99682026-05-21T10:14:56.482Z[ host-image] May 21 10:14:54.968 INFO O| May 21 10:14:54.968 INFO ok!
99692026-05-21T10:14:56.482Z[ host-image] May 21 10:14:54.968 INFO O| May 21 10:14:54.968 INFO STEP 133 (ensure_file) COMPLETE
99702026-05-21T10:14:56.482Z[ host-image] May 21 10:14:54.968 INFO O| May 21 10:14:54.968 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99712026-05-21T10:14:56.486Z[ host-image] May 21 10:14:54.976 INFO O| May 21 10:14:54.976 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
99722026-05-21T10:14:56.486Z[ host-image] May 21 10:14:54.976 INFO O| May 21 10:14:54.976 INFO copying /tmp/.tmpaO6uCV/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 ...
99732026-05-21T10:14:56.486Z[ host-image] May 21 10:14:54.976 INFO O| May 21 10:14:54.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
99742026-05-21T10:14:56.486Z[ host-image] May 21 10:14:54.976 INFO O| May 21 10:14:54.976 INFO ok!
99752026-05-21T10:14:56.486Z[ host-image] May 21 10:14:54.976 INFO O| May 21 10:14:54.976 INFO STEP 134 (ensure_file) COMPLETE
99762026-05-21T10:14:56.490Z[ host-image] May 21 10:14:54.976 INFO O| May 21 10:14:54.976 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772026-05-21T10:14:56.494Z[ host-image] May 21 10:14:54.983 INFO O| May 21 10:14:54.983 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
99782026-05-21T10:14:56.494Z[ host-image] May 21 10:14:54.983 INFO O| May 21 10:14:54.983 INFO copying /tmp/.tmpaO6uCV/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 ...
99792026-05-21T10:14:56.497Z[ host-image] May 21 10:14:54.984 INFO O| May 21 10:14:54.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
99802026-05-21T10:14:56.497Z[ host-image] May 21 10:14:54.984 INFO O| May 21 10:14:54.984 INFO ok!
99812026-05-21T10:14:56.497Z[ host-image] May 21 10:14:54.984 INFO O| May 21 10:14:54.984 INFO STEP 135 (ensure_file) COMPLETE
99822026-05-21T10:14:56.497Z[ host-image] May 21 10:14:54.984 INFO O| May 21 10:14:54.984 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832026-05-21T10:14:56.502Z[ host-image] May 21 10:14:54.991 INFO O| May 21 10:14:54.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
99842026-05-21T10:14:56.502Z[ host-image] May 21 10:14:54.991 INFO O| May 21 10:14:54.991 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
99852026-05-21T10:14:56.505Z[ host-image] May 21 10:14:54.991 INFO O| May 21 10:14:54.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
99862026-05-21T10:14:56.505Z[ host-image] May 21 10:14:54.991 INFO O| May 21 10:14:54.991 INFO ok!
99872026-05-21T10:14:56.505Z[ host-image] May 21 10:14:54.991 INFO O| May 21 10:14:54.991 INFO STEP 136 (ensure_file) COMPLETE
99882026-05-21T10:14:56.505Z[ host-image] May 21 10:14:54.992 INFO O| May 21 10:14:54.991 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892026-05-21T10:14:56.510Z[ host-image] May 21 10:14:54.999 INFO O| May 21 10:14:54.999 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
99902026-05-21T10:14:56.510Z[ host-image] May 21 10:14:54.999 INFO O| May 21 10:14:54.999 INFO copying /tmp/.tmpaO6uCV/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 ...
99912026-05-21T10:14:56.510Z[ host-image] May 21 10:14:54.999 INFO O| May 21 10:14:54.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
99922026-05-21T10:14:56.510Z[ host-image] May 21 10:14:54.999 INFO O| May 21 10:14:54.999 INFO ok!
99932026-05-21T10:14:56.513Z[ host-image] May 21 10:14:54.999 INFO O| May 21 10:14:54.999 INFO STEP 137 (ensure_file) COMPLETE
99942026-05-21T10:14:56.513Z[ host-image] May 21 10:14:54.999 INFO O| May 21 10:14:54.999 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952026-05-21T10:14:56.518Z[ host-image] May 21 10:14:55.008 INFO O| May 21 10:14:55.008 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
99962026-05-21T10:14:56.518Z[ host-image] May 21 10:14:55.008 INFO O| May 21 10:14:55.008 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
99972026-05-21T10:14:56.518Z[ host-image] May 21 10:14:55.008 INFO O| May 21 10:14:55.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
99982026-05-21T10:14:56.518Z[ host-image] May 21 10:14:55.008 INFO O| May 21 10:14:55.008 INFO ok!
99992026-05-21T10:14:56.521Z[ host-image] May 21 10:14:55.008 INFO O| May 21 10:14:55.008 INFO STEP 138 (ensure_file) COMPLETE
100002026-05-21T10:14:56.521Z[ host-image] May 21 10:14:55.008 INFO O| May 21 10:14:55.008 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100012026-05-21T10:14:56.526Z[ host-image] May 21 10:14:55.016 INFO O| May 21 10:14:55.016 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
100022026-05-21T10:14:56.526Z[ host-image] May 21 10:14:55.016 INFO O| May 21 10:14:55.016 INFO copying /tmp/.tmpaO6uCV/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
100032026-05-21T10:15:00.793Z[ recovery-image] May 21 10:14:59.282 INFO O| May 21 10:14:59.282 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
100042026-05-21T10:15:00.793Z[ recovery-image] May 21 10:14:59.282 INFO O| May 21 10:14:59.282 INFO E| svccfg: Loaded 68 smf(7) service descriptions
100052026-05-21T10:15:00.806Z[ recovery-image] May 21 10:14:59.296 INFO O| May 21 10:14:59.295 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
100062026-05-21T10:15:00.906Z[ recovery-image] May 21 10:14:59.395 INFO O| May 21 10:14:59.395 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
100072026-05-21T10:15:00.965Z[ recovery-image] May 21 10:14:59.454 INFO O| May 21 10:14:59.454 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"}
100082026-05-21T10:15:01.033Z[ recovery-image] May 21 10:14:59.521 INFO O| May 21 10:14:59.521 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
100092026-05-21T10:15:01.033Z[ recovery-image] May 21 10:14:59.521 INFO O| May 21 10:14:59.521 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 ...
100102026-05-21T10:15:01.038Z[ recovery-image] May 21 10:14:59.523 INFO O| May 21 10:14:59.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
100112026-05-21T10:15:01.039Z[ recovery-image] May 21 10:14:59.524 INFO O| May 21 10:14:59.523 INFO ok!
100122026-05-21T10:15:01.039Z[ recovery-image] May 21 10:14:59.524 INFO O| May 21 10:14:59.523 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
100132026-05-21T10:15:01.039Z[ recovery-image] May 21 10:14:59.524 INFO O| May 21 10:14:59.524 INFO STEP 100 (seed_smf) COMPLETE
100142026-05-21T10:15:01.039Z[ recovery-image] May 21 10:14:59.524 INFO O| May 21 10:14:59.524 INFO steps complete; finalising image!
100152026-05-21T10:15:01.039Z[ recovery-image] May 21 10:14:59.524 INFO O| May 21 10:14:59.524 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
100162026-05-21T10:15:01.078Z[ recovery-image] May 21 10:14:59.567 INFO O| May 21 10:14:59.567 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Thu May 21 10:14:59 2026)
100172026-05-21T10:15:01.284Z[ recovery-image] May 21 10:14:59.773 INFO O| May 21 10:14:59.773 INFO trim TEMPORARY-sled-zfs-recovery: (48% trimmed, started at Thu May 21 10:14:59 2026)
100182026-05-21T10:15:01.490Z[ recovery-image] May 21 10:14:59.980 INFO O| May 21 10:14:59.980 INFO trim TEMPORARY-sled-zfs-recovery: (63% trimmed, started at Thu May 21 10:14:59 2026)
100192026-05-21T10:15:01.697Z[ recovery-image] May 21 10:15:00.186 INFO O| May 21 10:15:00.186 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Thu May 21 10:14:59 2026)
100202026-05-21T10:15:01.903Z[ recovery-image] May 21 10:15:00.392 INFO O| May 21 10:15:00.392 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100212026-05-21T10:15:02.109Z[ recovery-image] May 21 10:15:00.598 INFO O| May 21 10:15:00.598 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100222026-05-21T10:15:02.315Z[ recovery-image] May 21 10:15:00.804 INFO O| May 21 10:15:00.804 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100232026-05-21T10:15:02.522Z[ recovery-image] May 21 10:15:01.011 INFO O| May 21 10:15:01.011 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100242026-05-21T10:15:02.728Z[ recovery-image] May 21 10:15:01.217 INFO O| May 21 10:15:01.217 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100252026-05-21T10:15:02.933Z[ recovery-image] May 21 10:15:01.423 INFO O| May 21 10:15:01.422 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100262026-05-21T10:15:03.139Z[ recovery-image] May 21 10:15:01.628 INFO O| May 21 10:15:01.628 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100272026-05-21T10:15:03.345Z[ recovery-image] May 21 10:15:01.834 INFO O| May 21 10:15:01.834 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100282026-05-21T10:15:03.550Z[ recovery-image] May 21 10:15:02.040 INFO O| May 21 10:15:02.040 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100292026-05-21T10:15:03.756Z[ recovery-image] May 21 10:15:02.245 INFO O| May 21 10:15:02.245 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100302026-05-21T10:15:03.962Z[ recovery-image] May 21 10:15:02.451 INFO O| May 21 10:15:02.451 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100312026-05-21T10:15:04.168Z[ recovery-image] May 21 10:15:02.657 INFO O| May 21 10:15:02.657 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu May 21 10:14:59 2026)
100322026-05-21T10:15:04.389Z[ recovery-image] May 21 10:15:02.878 INFO O| May 21 10:15:02.878 INFO temporary pool has 499M used, 1.26G avail, 1.00x compressratio
100332026-05-21T10:15:04.389Z[ recovery-image] May 21 10:15:02.878 INFO O| May 21 10:15:02.878 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
100342026-05-21T10:15:04.635Z[ recovery-image] May 21 10:15:03.124 INFO O| May 21 10:15:03.124 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
100352026-05-21T10:15:04.635Z[ recovery-image] May 21 10:15:03.124 INFO O| May 21 10:15:03.124 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
100362026-05-21T10:15:07.155Z[ recovery-image] May 21 10:15:05.644 INFO O| May 21 10:15:05.644 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
100372026-05-21T10:15:07.155Z[ recovery-image] May 21 10:15:05.644 INFO O| May 21 10:15:05.644 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
100382026-05-21T10:15:07.158Z[ recovery-image] May 21 10:15:05.644 INFO O| May 21 10:15:05.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
100392026-05-21T10:15:07.158Z[ recovery-image] May 21 10:15:05.644 INFO O| May 21 10:15:05.644 INFO completed processing sled/zfs-recovery
100402026-05-21T10:15:07.158Z[ recovery-image] May 21 10:15:05.644 INFO O| May 21 10:15:05.644 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
100412026-05-21T10:15:08.424Z[ host-image] May 21 10:15:06.914 INFO O| May 21 10:15:06.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
100422026-05-21T10:15:08.425Z[ host-image] May 21 10:15:06.914 INFO O| May 21 10:15:06.914 INFO ok!
100432026-05-21T10:15:08.428Z[ host-image] May 21 10:15:06.914 INFO O| May 21 10:15:06.914 INFO STEP 139 (ensure_file) COMPLETE
100442026-05-21T10:15:08.428Z[ host-image] May 21 10:15:06.914 INFO O| May 21 10:15:06.914 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100452026-05-21T10:15:08.433Z[ host-image] May 21 10:15:06.923 INFO O| May 21 10:15:06.923 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100462026-05-21T10:15:08.436Z[ host-image] May 21 10:15:06.923 INFO O| May 21 10:15:06.923 INFO STEP 140 (ensure_dir) COMPLETE
100472026-05-21T10:15:08.436Z[ host-image] May 21 10:15:06.923 INFO O| May 21 10:15:06.923 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100482026-05-21T10:15:08.440Z[ host-image] May 21 10:15:06.929 INFO O| May 21 10:15:06.929 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100492026-05-21T10:15:08.440Z[ host-image] May 21 10:15:06.929 INFO O| May 21 10:15:06.929 INFO STEP 141 (ensure_dir) COMPLETE
100502026-05-21T10:15:08.440Z[ host-image] May 21 10:15:06.929 INFO O| May 21 10:15:06.929 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100512026-05-21T10:15:08.446Z[ host-image] May 21 10:15:06.936 INFO O| May 21 10:15:06.936 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100522026-05-21T10:15:08.446Z[ host-image] May 21 10:15:06.936 INFO O| May 21 10:15:06.936 INFO STEP 142 (ensure_dir) COMPLETE
100532026-05-21T10:15:08.449Z[ host-image] May 21 10:15:06.936 INFO O| May 21 10:15:06.936 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100542026-05-21T10:15:08.454Z[ host-image] May 21 10:15:06.944 INFO O| May 21 10:15:06.944 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100552026-05-21T10:15:08.455Z[ host-image] May 21 10:15:06.944 INFO O| May 21 10:15:06.944 INFO STEP 143 (ensure_dir) COMPLETE
100562026-05-21T10:15:08.458Z[ host-image] May 21 10:15:06.944 INFO O| May 21 10:15:06.944 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100572026-05-21T10:15:08.462Z[ host-image] May 21 10:15:06.952 INFO O| May 21 10:15:06.952 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100582026-05-21T10:15:08.462Z[ host-image] May 21 10:15:06.952 INFO O| May 21 10:15:06.952 INFO copying /tmp/.tmpaO6uCV/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 ...
100592026-05-21T10:15:08.465Z[ host-image] May 21 10:15:06.952 INFO O| May 21 10:15:06.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100602026-05-21T10:15:08.465Z[ host-image] May 21 10:15:06.952 INFO O| May 21 10:15:06.952 INFO ok!
100612026-05-21T10:15:08.465Z[ host-image] May 21 10:15:06.952 INFO O| May 21 10:15:06.952 INFO STEP 144 (ensure_file) COMPLETE
100622026-05-21T10:15:08.465Z[ host-image] May 21 10:15:06.952 INFO O| May 21 10:15:06.952 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100632026-05-21T10:15:08.468Z[ host-image] May 21 10:15:06.958 INFO O| May 21 10:15:06.958 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
100642026-05-21T10:15:08.471Z[ host-image] May 21 10:15:06.958 INFO O| May 21 10:15:06.958 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
100652026-05-21T10:15:08.471Z[ host-image] May 21 10:15:06.958 INFO O| May 21 10:15:06.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
100662026-05-21T10:15:08.471Z[ host-image] May 21 10:15:06.958 INFO O| May 21 10:15:06.958 INFO STEP 145 (ensure_dir) COMPLETE
100672026-05-21T10:15:08.471Z[ host-image] May 21 10:15:06.958 INFO O| May 21 10:15:06.958 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100682026-05-21T10:15:08.476Z[ host-image] May 21 10:15:06.966 INFO O| May 21 10:15:06.966 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
100692026-05-21T10:15:08.479Z[ host-image] May 21 10:15:06.966 INFO O| May 21 10:15:06.966 INFO copying /tmp/.tmpaO6uCV/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
100702026-05-21T10:15:08.479Z[ host-image] May 21 10:15:06.966 INFO O| May 21 10:15:06.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
100712026-05-21T10:15:08.479Z[ host-image] May 21 10:15:06.966 INFO O| May 21 10:15:06.966 INFO ok!
100722026-05-21T10:15:08.479Z[ host-image] May 21 10:15:06.966 INFO O| May 21 10:15:06.966 INFO STEP 146 (ensure_file) COMPLETE
100732026-05-21T10:15:08.479Z[ host-image] May 21 10:15:06.966 INFO O| May 21 10:15:06.966 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100742026-05-21T10:15:08.482Z[ host-image] May 21 10:15:06.972 INFO O| May 21 10:15:06.972 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
100752026-05-21T10:15:08.485Z[ host-image] May 21 10:15:06.972 INFO O| May 21 10:15:06.972 INFO STEP 147 (remove_files) COMPLETE
100762026-05-21T10:15:08.485Z[ host-image] May 21 10:15:06.972 INFO O| May 21 10:15:06.972 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100772026-05-21T10:15:08.499Z[ host-image] May 21 10:15:06.978 INFO O| May 21 10:15:06.978 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
100782026-05-21T10:15:08.499Z[ host-image] May 21 10:15:06.978 INFO O| May 21 10:15:06.978 INFO STEP 148 (remove_files) COMPLETE
100792026-05-21T10:15:08.499Z[ host-image] May 21 10:15:06.978 INFO O| May 21 10:15:06.978 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100802026-05-21T10:15:08.499Z[ host-image] May 21 10:15:06.985 INFO O| May 21 10:15:06.985 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
100812026-05-21T10:15:08.499Z[ host-image] May 21 10:15:06.985 INFO O| May 21 10:15:06.985 INFO STEP 149 (remove_files) COMPLETE
100822026-05-21T10:15:08.499Z[ host-image] May 21 10:15:06.985 INFO O| May 21 10:15:06.985 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100832026-05-21T10:15:08.503Z[ host-image] May 21 10:15:06.991 INFO O| May 21 10:15:06.991 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
100842026-05-21T10:15:08.503Z[ host-image] May 21 10:15:06.991 INFO O| May 21 10:15:06.991 INFO STEP 150 (remove_files) COMPLETE
100852026-05-21T10:15:08.503Z[ host-image] May 21 10:15:06.991 INFO O| May 21 10:15:06.991 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100862026-05-21T10:15:08.508Z[ host-image] May 21 10:15:06.998 INFO O| May 21 10:15:06.998 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
100872026-05-21T10:15:08.508Z[ host-image] May 21 10:15:06.998 INFO O| May 21 10:15:06.998 INFO STEP 151 (remove_files) COMPLETE
100882026-05-21T10:15:08.508Z[ host-image] May 21 10:15:06.998 INFO O| May 21 10:15:06.998 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100892026-05-21T10:15:08.514Z[ host-image] May 21 10:15:07.004 INFO O| May 21 10:15:07.004 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
100902026-05-21T10:15:08.517Z[ host-image] May 21 10:15:07.004 INFO O| May 21 10:15:07.004 INFO STEP 152 (remove_files) COMPLETE
100912026-05-21T10:15:08.517Z[ host-image] May 21 10:15:07.004 INFO O| May 21 10:15:07.004 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100922026-05-21T10:15:08.523Z[ host-image] May 21 10:15:07.012 INFO O| May 21 10:15:07.012 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100932026-05-21T10:15:08.523Z[ host-image] May 21 10:15:07.012 INFO O| May 21 10:15:07.012 INFO STEP 153 (remove_files) COMPLETE
100942026-05-21T10:15:08.525Z[ host-image] May 21 10:15:07.012 INFO O| May 21 10:15:07.012 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100952026-05-21T10:15:08.529Z[ host-image] May 21 10:15:07.019 INFO O| May 21 10:15:07.019 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100962026-05-21T10:15:08.532Z[ host-image] May 21 10:15:07.019 INFO O| May 21 10:15:07.019 INFO STEP 154 (remove_files) COMPLETE
100972026-05-21T10:15:08.532Z[ host-image] May 21 10:15:07.019 INFO O| May 21 10:15:07.019 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100982026-05-21T10:15:08.535Z[ host-image] May 21 10:15:07.025 INFO O| May 21 10:15:07.025 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
100992026-05-21T10:15:08.537Z[ host-image] May 21 10:15:07.025 INFO O| May 21 10:15:07.025 INFO STEP 155 (remove_files) COMPLETE
101002026-05-21T10:15:08.538Z[ host-image] May 21 10:15:07.025 INFO O| May 21 10:15:07.025 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101012026-05-21T10:15:08.541Z[ host-image] May 21 10:15:07.031 INFO O| May 21 10:15:07.031 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
101022026-05-21T10:15:08.544Z[ host-image] May 21 10:15:07.031 INFO O| May 21 10:15:07.031 INFO STEP 156 (remove_files) COMPLETE
101032026-05-21T10:15:08.544Z[ host-image] May 21 10:15:07.031 INFO O| May 21 10:15:07.031 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101042026-05-21T10:15:08.547Z[ host-image] May 21 10:15:07.037 INFO O| May 21 10:15:07.037 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
101052026-05-21T10:15:08.547Z[ host-image] May 21 10:15:07.037 INFO O| May 21 10:15:07.037 INFO STEP 157 (remove_files) COMPLETE
101062026-05-21T10:15:08.547Z[ host-image] May 21 10:15:07.037 INFO O| May 21 10:15:07.037 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101072026-05-21T10:15:08.554Z[ host-image] May 21 10:15:07.042 INFO O| May 21 10:15:07.042 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
101082026-05-21T10:15:08.557Z[ host-image] May 21 10:15:07.042 INFO O| May 21 10:15:07.042 INFO STEP 158 (remove_files) COMPLETE
101092026-05-21T10:15:08.557Z[ host-image] May 21 10:15:07.042 INFO O| May 21 10:15:07.042 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101102026-05-21T10:15:08.560Z[ host-image] May 21 10:15:07.048 INFO O| May 21 10:15:07.048 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
101112026-05-21T10:15:08.560Z[ host-image] May 21 10:15:07.048 INFO O| May 21 10:15:07.048 INFO STEP 159 (remove_files) COMPLETE
101122026-05-21T10:15:08.560Z[ host-image] May 21 10:15:07.048 INFO O| May 21 10:15:07.048 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101132026-05-21T10:15:08.564Z[ host-image] May 21 10:15:07.053 INFO O| May 21 10:15:07.053 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
101142026-05-21T10:15:08.566Z[ host-image] May 21 10:15:07.053 INFO O| May 21 10:15:07.053 INFO STEP 160 (remove_files) COMPLETE
101152026-05-21T10:15:08.566Z[ host-image] May 21 10:15:07.053 INFO O| May 21 10:15:07.053 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101162026-05-21T10:15:08.569Z[ host-image] May 21 10:15:07.059 INFO O| May 21 10:15:07.059 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
101172026-05-21T10:15:08.572Z[ host-image] May 21 10:15:07.059 INFO O| May 21 10:15:07.059 INFO STEP 161 (remove_files) COMPLETE
101182026-05-21T10:15:08.572Z[ host-image] May 21 10:15:07.059 INFO O| May 21 10:15:07.059 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101192026-05-21T10:15:08.575Z[ host-image] May 21 10:15:07.065 INFO O| May 21 10:15:07.065 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
101202026-05-21T10:15:08.578Z[ host-image] May 21 10:15:07.065 INFO O| May 21 10:15:07.065 INFO STEP 162 (remove_files) COMPLETE
101212026-05-21T10:15:08.578Z[ host-image] May 21 10:15:07.065 INFO O| May 21 10:15:07.065 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101222026-05-21T10:15:08.581Z[ host-image] May 21 10:15:07.071 INFO O| May 21 10:15:07.071 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
101232026-05-21T10:15:08.584Z[ host-image] May 21 10:15:07.071 INFO O| May 21 10:15:07.071 INFO STEP 163 (remove_files) COMPLETE
101242026-05-21T10:15:08.584Z[ host-image] May 21 10:15:07.071 INFO O| May 21 10:15:07.071 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101252026-05-21T10:15:08.587Z[ host-image] May 21 10:15:07.077 INFO O| May 21 10:15:07.077 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
101262026-05-21T10:15:08.587Z[ host-image] May 21 10:15:07.077 INFO O| May 21 10:15:07.077 INFO STEP 164 (remove_files) COMPLETE
101272026-05-21T10:15:08.590Z[ host-image] May 21 10:15:07.077 INFO O| May 21 10:15:07.077 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101282026-05-21T10:15:08.596Z[ host-image] May 21 10:15:07.086 INFO O| May 21 10:15:07.086 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
101292026-05-21T10:15:08.596Z[ host-image] May 21 10:15:07.086 INFO O| May 21 10:15:07.086 INFO STEP 165 (remove_files) COMPLETE
101302026-05-21T10:15:08.599Z[ host-image] May 21 10:15:07.086 INFO O| May 21 10:15:07.086 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101312026-05-21T10:15:08.603Z[ host-image] May 21 10:15:07.093 INFO O| May 21 10:15:07.093 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101322026-05-21T10:15:08.603Z[ host-image] May 21 10:15:07.093 INFO O| May 21 10:15:07.093 INFO STEP 166 (remove_files) COMPLETE
101332026-05-21T10:15:08.606Z[ host-image] May 21 10:15:07.093 INFO O| May 21 10:15:07.093 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101342026-05-21T10:15:08.610Z[ host-image] May 21 10:15:07.099 INFO O| May 21 10:15:07.099 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101352026-05-21T10:15:08.612Z[ host-image] May 21 10:15:07.099 INFO O| May 21 10:15:07.099 INFO STEP 167 (remove_files) COMPLETE
101362026-05-21T10:15:08.612Z[ host-image] May 21 10:15:07.099 INFO O| May 21 10:15:07.099 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101372026-05-21T10:15:08.616Z[ host-image] May 21 10:15:07.105 INFO O| May 21 10:15:07.105 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
101382026-05-21T10:15:08.619Z[ host-image] May 21 10:15:07.105 INFO O| May 21 10:15:07.105 INFO STEP 168 (remove_files) COMPLETE
101392026-05-21T10:15:08.619Z[ host-image] May 21 10:15:07.105 INFO O| May 21 10:15:07.105 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101402026-05-21T10:15:08.624Z[ host-image] May 21 10:15:07.113 INFO O| May 21 10:15:07.113 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101412026-05-21T10:15:08.624Z[ host-image] May 21 10:15:07.113 INFO O| May 21 10:15:07.113 INFO STEP 169 (remove_files) COMPLETE
101422026-05-21T10:15:08.626Z[ host-image] May 21 10:15:07.113 INFO O| May 21 10:15:07.113 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101432026-05-21T10:15:08.630Z[ host-image] May 21 10:15:07.120 INFO O| May 21 10:15:07.120 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
101442026-05-21T10:15:08.633Z[ host-image] May 21 10:15:07.120 INFO O| May 21 10:15:07.120 INFO STEP 170 (remove_files) COMPLETE
101452026-05-21T10:15:08.633Z[ host-image] May 21 10:15:07.120 INFO O| May 21 10:15:07.120 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101462026-05-21T10:15:08.638Z[ host-image] May 21 10:15:07.127 INFO O| May 21 10:15:07.127 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101472026-05-21T10:15:08.640Z[ host-image] May 21 10:15:07.128 INFO O| May 21 10:15:07.127 INFO STEP 171 (remove_files) COMPLETE
101482026-05-21T10:15:08.641Z[ host-image] May 21 10:15:07.128 INFO O| May 21 10:15:07.127 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101492026-05-21T10:15:08.644Z[ host-image] May 21 10:15:07.133 INFO O| May 21 10:15:07.133 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101502026-05-21T10:15:08.644Z[ host-image] May 21 10:15:07.133 INFO O| May 21 10:15:07.133 INFO STEP 172 (remove_files) COMPLETE
101512026-05-21T10:15:08.647Z[ host-image] May 21 10:15:07.133 INFO O| May 21 10:15:07.133 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101522026-05-21T10:15:08.651Z[ host-image] May 21 10:15:07.141 INFO O| May 21 10:15:07.141 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101532026-05-21T10:15:08.651Z[ host-image] May 21 10:15:07.141 INFO O| May 21 10:15:07.141 INFO STEP 173 (remove_files) COMPLETE
101542026-05-21T10:15:08.651Z[ host-image] May 21 10:15:07.141 INFO O| May 21 10:15:07.141 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101552026-05-21T10:15:08.658Z[ host-image] May 21 10:15:07.147 INFO O| May 21 10:15:07.147 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101562026-05-21T10:15:08.658Z[ host-image] May 21 10:15:07.147 INFO O| May 21 10:15:07.147 INFO STEP 174 (remove_files) COMPLETE
101572026-05-21T10:15:08.658Z[ host-image] May 21 10:15:07.147 INFO O| May 21 10:15:07.147 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101582026-05-21T10:15:08.664Z[ host-image] May 21 10:15:07.153 INFO O| May 21 10:15:07.153 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101592026-05-21T10:15:08.664Z[ host-image] May 21 10:15:07.153 INFO O| May 21 10:15:07.153 INFO STEP 175 (remove_files) COMPLETE
101602026-05-21T10:15:08.666Z[ host-image] May 21 10:15:07.153 INFO O| May 21 10:15:07.153 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101612026-05-21T10:15:08.672Z[ host-image] May 21 10:15:07.162 INFO O| May 21 10:15:07.162 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
101622026-05-21T10:15:08.675Z[ host-image] May 21 10:15:07.162 INFO O| May 21 10:15:07.162 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
101632026-05-21T10:15:09.203Z[ recovery-image] May 21 10:15:07.692 INFO O| May 21 10:15:07.692 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
101642026-05-21T10:15:09.293Z[ recovery-image] May 21 10:15:07.783 INFO BUILD STRING "heads/stlouis-0-gd25f6eeb5c\n"
101652026-05-21T10:15:09.293Z[ recovery-image] May 21 10:15:07.783 INFO expanded image name: "recovery d250ae7/${os_short_commit} 2026-05-21 09:55" -> "recovery d250ae7/d25f6ee 2026-05-21 09:55"
101662026-05-21T10:15:09.297Z[ recovery-image] May 21 10:15:07.783 INFO output artefacts stored in: "/work/os-recovery"
101672026-05-21T10:15:09.297Z[ recovery-image] May 21 10:15:07.783 INFO collecting git info from project "bootserver"...
101682026-05-21T10:15:09.300Z[ recovery-image] May 21 10:15:07.789 INFO collecting git info from project "pinprick"...
101692026-05-21T10:15:09.303Z[ recovery-image] May 21 10:15:07.793 INFO collecting git info from project "image-builder"...
101702026-05-21T10:15:09.308Z[ recovery-image] May 21 10:15:07.798 INFO collecting git info from project "dmar-report"...
101712026-05-21T10:15:09.315Z[ recovery-image] May 21 10:15:07.805 INFO collecting git info from project "pilot"...
101722026-05-21T10:15:09.322Z[ recovery-image] May 21 10:15:07.811 INFO collecting git info from project "amd-host-image-builder"...
101732026-05-21T10:15:09.358Z[ recovery-image] May 21 10:15:07.847 INFO collecting git info from project "chelsio-t6-roms"...
101742026-05-21T10:15:09.374Z[ recovery-image] May 21 10:15:07.863 INFO collecting git info from project "phbl"...
101752026-05-21T10:15:09.379Z[ recovery-image] May 21 10:15:07.869 INFO collecting git info from project "amd-firmware"...
101762026-05-21T10:15:09.470Z[ recovery-image] May 21 10:15:07.959 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101772026-05-21T10:15:09.789Z[ recovery-image] May 21 10:15:08.278 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101782026-05-21T10:15:10.095Z[ recovery-image] May 21 10:15:08.584 INFO creating Oxide boot image...
101792026-05-21T10:15:10.095Z[ recovery-image] May 21 10:15:08.585 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery d250ae7/d25f6ee 2026-05-21 09:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
101802026-05-21T10:15:14.063Z[ host-image] May 21 10:15:12.552 INFO O| May 21 10:15:12.552 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
101812026-05-21T10:15:14.063Z[ host-image] May 21 10:15:12.553 INFO O| May 21 10:15:12.552 INFO E| svccfg: Loaded 79 smf(7) service descriptions
101822026-05-21T10:15:14.074Z[ host-image] May 21 10:15:12.564 INFO O| May 21 10:15:12.564 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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", "SVCCFG_CHECKHASH": "1"}
101832026-05-21T10:15:14.169Z[ host-image] May 21 10:15:12.659 INFO O| May 21 10:15:12.658 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
101842026-05-21T10:15:14.224Z[ host-image] May 21 10:15:12.714 INFO O| May 21 10:15:12.714 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
101852026-05-21T10:15:14.291Z[ host-image] May 21 10:15:12.780 INFO O| May 21 10:15:12.780 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
101862026-05-21T10:15:14.291Z[ host-image] May 21 10:15:12.780 INFO O| May 21 10:15:12.780 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
101872026-05-21T10:15:14.362Z[ host-image] May 21 10:15:12.851 INFO O| May 21 10:15:12.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
101882026-05-21T10:15:14.362Z[ host-image] May 21 10:15:12.851 INFO O| May 21 10:15:12.851 INFO ok!
101892026-05-21T10:15:14.362Z[ host-image] May 21 10:15:12.851 INFO O| May 21 10:15:12.851 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
101902026-05-21T10:15:14.362Z[ host-image] May 21 10:15:12.851 INFO O| May 21 10:15:12.851 INFO STEP 176 (seed_smf) COMPLETE
101912026-05-21T10:15:14.362Z[ host-image] May 21 10:15:12.851 INFO O| May 21 10:15:12.851 INFO steps complete; finalising image!
101922026-05-21T10:15:14.365Z[ host-image] May 21 10:15:12.851 INFO O| May 21 10:15:12.851 INFO TRIM POOL: TEMPORARY-sled-zfs
101932026-05-21T10:15:14.415Z[ host-image] May 21 10:15:12.905 INFO O| May 21 10:15:12.904 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Thu May 21 10:15:12 2026)
101942026-05-21T10:15:14.632Z[ host-image] May 21 10:15:13.121 INFO O| May 21 10:15:13.121 INFO temporary pool has 824M used, 72.5M avail, 1.86x compressratio
101952026-05-21T10:15:14.632Z[ host-image] May 21 10:15:13.121 INFO O| May 21 10:15:13.121 INFO EXPORT POOL: TEMPORARY-sled-zfs
101962026-05-21T10:15:14.958Z[ host-image] May 21 10:15:13.447 INFO O| May 21 10:15:13.447 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101972026-05-21T10:15:14.958Z[ host-image] May 21 10:15:13.447 INFO O| May 21 10:15:13.447 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101982026-05-21T10:15:15.632Z[ host-image] May 21 10:15:14.122 INFO O| May 21 10:15:14.122 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
101992026-05-21T10:15:15.633Z[ host-image] May 21 10:15:14.122 INFO O| May 21 10:15:14.122 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
102002026-05-21T10:15:15.636Z[ host-image] May 21 10:15:14.122 INFO O| May 21 10:15:14.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
102012026-05-21T10:15:15.636Z[ host-image] May 21 10:15:14.122 INFO O| May 21 10:15:14.122 INFO completed processing sled/zfs
102022026-05-21T10:15:15.636Z[ host-image] May 21 10:15:14.122 INFO O| May 21 10:15:14.122 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
102032026-05-21T10:15:27.185Z[ host-image] May 21 10:15:25.674 INFO O| May 21 10:15:25.674 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102042026-05-21T10:15:27.278Z[ host-image] May 21 10:15:25.767 INFO BUILD STRING "heads/stlouis-0-gd25f6eeb5c\n"
102052026-05-21T10:15:27.282Z[ host-image] May 21 10:15:25.767 INFO expanded image name: "ci d250ae7/${os_short_commit} 2026-05-21 09:55" -> "ci d250ae7/d25f6ee 2026-05-21 09:55"
102062026-05-21T10:15:27.282Z[ host-image] May 21 10:15:25.767 INFO output artefacts stored in: "/work/os-host"
102072026-05-21T10:15:27.282Z[ host-image] May 21 10:15:25.767 INFO collecting git info from project "bootserver"...
102082026-05-21T10:15:27.285Z[ host-image] May 21 10:15:25.773 INFO collecting git info from project "pinprick"...
102092026-05-21T10:15:27.289Z[ host-image] May 21 10:15:25.778 INFO collecting git info from project "image-builder"...
102102026-05-21T10:15:27.293Z[ host-image] May 21 10:15:25.783 INFO collecting git info from project "dmar-report"...
102112026-05-21T10:15:27.298Z[ host-image] May 21 10:15:25.787 INFO collecting git info from project "pilot"...
102122026-05-21T10:15:27.302Z[ host-image] May 21 10:15:25.792 INFO collecting git info from project "amd-host-image-builder"...
102132026-05-21T10:15:27.307Z[ host-image] May 21 10:15:25.797 INFO collecting git info from project "chelsio-t6-roms"...
102142026-05-21T10:15:27.312Z[ host-image] May 21 10:15:25.802 INFO collecting git info from project "phbl"...
102152026-05-21T10:15:27.316Z[ host-image] May 21 10:15:25.806 INFO collecting git info from project "amd-firmware"...
102162026-05-21T10:15:27.328Z[ host-image] May 21 10:15:25.817 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102172026-05-21T10:15:27.642Z[ host-image] May 21 10:15:26.132 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102182026-05-21T10:15:27.957Z[ host-image] May 21 10:15:26.446 INFO creating Oxide boot image...
102192026-05-21T10:15:27.957Z[ host-image] May 21 10:15:26.446 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci d250ae7/d25f6ee 2026-05-21 09:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
102202026-05-21T10:15:28.649Z[ host-image] May 21 10:15:27.138 INFO O| ok, image written!
102212026-05-21T10:15:28.649Z[ host-image] May 21 10:15:27.138 INFO O| ok, boot_image_csum file written!
102222026-05-21T10:15:28.652Z[ host-image] May 21 10:15:27.140 INFO creating boot archive (CPIO)...
102232026-05-21T10:15:28.652Z[ host-image] May 21 10:15:27.141 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
102242026-05-21T10:15:28.655Z[ host-image] May 21 10:15:27.145 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
102252026-05-21T10:15:28.659Z[ host-image] May 21 10:15:27.145 INFO E| + outfile=/work/os-host/cpio
102262026-05-21T10:15:28.659Z[ host-image] May 21 10:15:27.145 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102272026-05-21T10:15:28.659Z[ host-image] May 21 10:15:27.147 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
102282026-05-21T10:15:28.659Z[ host-image] May 21 10:15:27.147 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102292026-05-21T10:15:28.684Z[ host-image] May 21 10:15:27.173 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102302026-05-21T10:15:28.684Z[ host-image] May 21 10:15:27.173 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102312026-05-21T10:15:28.689Z[ host-image] May 21 10:15:27.179 INFO creating compressed cpio/unix for dev loaders...
102322026-05-21T10:15:28.690Z[ host-image] May 21 10:15:27.179 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
102332026-05-21T10:15:28.911Z[ host-image] May 21 10:15:27.400 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
102342026-05-21T10:15:32.114Z[ host-image] May 21 10:15:30.603 INFO creating reset image...
102352026-05-21T10:15:32.114Z[ host-image] May 21 10:15:30.603 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102362026-05-21T10:15:49.794Z[ recovery-image] May 21 10:15:48.283 INFO O| ok, image written!
102372026-05-21T10:15:49.794Z[ recovery-image] May 21 10:15:48.283 INFO O| ok, boot_image_csum file written!
102382026-05-21T10:15:49.797Z[ recovery-image] May 21 10:15:48.285 INFO creating boot archive (CPIO)...
102392026-05-21T10:15:49.797Z[ recovery-image] May 21 10:15:48.285 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
102402026-05-21T10:15:49.800Z[ recovery-image] May 21 10:15:48.289 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102412026-05-21T10:15:49.800Z[ recovery-image] May 21 10:15:48.289 INFO E| + outfile=/work/os-recovery/cpio
102422026-05-21T10:15:49.800Z[ recovery-image] May 21 10:15:48.289 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102432026-05-21T10:15:49.803Z[ recovery-image] May 21 10:15:48.291 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102442026-05-21T10:15:49.803Z[ recovery-image] May 21 10:15:48.291 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102452026-05-21T10:15:49.834Z[ recovery-image] May 21 10:15:48.324 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102462026-05-21T10:15:49.834Z[ recovery-image] May 21 10:15:48.324 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102472026-05-21T10:15:49.840Z[ recovery-image] May 21 10:15:48.329 INFO creating compressed cpio/unix for dev loaders...
102482026-05-21T10:15:49.840Z[ recovery-image] May 21 10:15:48.329 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
102492026-05-21T10:15:50.056Z[ recovery-image] May 21 10:15:48.545 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102502026-05-21T10:15:50.505Z[ host-image] May 21 10:15:48.994 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')"
102512026-05-21T10:15:50.505Z[ host-image] May 21 10:15:48.994 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")
102522026-05-21T10:15:50.654Z[ host-image] May 21 10:15:49.143 INFO E| Updating crates.io index
102532026-05-21T10:15:50.945Z[ host-image] May 21 10:15:49.434 INFO E| Downloading crates ...
102542026-05-21T10:15:50.992Z[ host-image] May 21 10:15:49.481 INFO E| Downloaded clap_lex v1.1.0
102552026-05-21T10:15:50.995Z[ host-image] May 21 10:15:49.483 INFO E| Downloaded os_pipe v1.2.3
102562026-05-21T10:15:50.995Z[ host-image] May 21 10:15:49.484 INFO E| Downloaded sigchld v0.2.4
102572026-05-21T10:15:50.998Z[ host-image] May 21 10:15:49.485 INFO E| Downloaded shared_thread v0.2.0
102582026-05-21T10:15:51.001Z[ host-image] May 21 10:15:49.489 INFO E| Downloaded shared_child v1.1.1
102592026-05-21T10:15:51.001Z[ host-image] May 21 10:15:49.489 INFO E| Downloaded colorchoice v1.0.5
102602026-05-21T10:15:51.004Z[ host-image] May 21 10:15:49.492 INFO E| Downloaded duct v1.1.1
102612026-05-21T10:15:51.034Z[ host-image] May 21 10:15:49.524 INFO E| Compiling libc v0.2.185
102622026-05-21T10:15:51.034Z[ host-image] May 21 10:15:49.524 INFO E| Compiling proc-macro2 v1.0.106
102632026-05-21T10:15:51.038Z[ host-image] May 21 10:15:49.524 INFO E| Compiling signal-hook v0.3.18
102642026-05-21T10:15:51.038Z[ host-image] May 21 10:15:49.524 INFO E| Compiling unicode-ident v1.0.24
102652026-05-21T10:15:51.038Z[ host-image] May 21 10:15:49.524 INFO E| Compiling quote v1.0.45
102662026-05-21T10:15:51.038Z[ host-image] May 21 10:15:49.524 INFO E| Compiling utf8parse v0.2.2
102672026-05-21T10:15:51.038Z[ host-image] May 21 10:15:49.524 INFO E| Compiling colorchoice v1.0.5
102682026-05-21T10:15:51.038Z[ host-image] May 21 10:15:49.524 INFO E| Compiling anstyle v1.0.14
102692026-05-21T10:15:51.038Z[ host-image] May 21 10:15:49.524 INFO E| Compiling anstyle-query v1.1.5
102702026-05-21T10:15:51.045Z[ host-image] May 21 10:15:49.535 INFO E| Compiling is_terminal_polyfill v1.70.2
102712026-05-21T10:15:51.048Z[ host-image] May 21 10:15:49.535 INFO E| Compiling strsim v0.11.1
102722026-05-21T10:15:51.048Z[ host-image] May 21 10:15:49.535 INFO E| Compiling heck v0.5.0
102732026-05-21T10:15:51.048Z[ host-image] May 21 10:15:49.535 INFO E| Compiling clap_lex v1.1.0
102742026-05-21T10:15:51.048Z[ host-image] May 21 10:15:49.535 INFO E| Compiling shared_thread v0.2.0
102752026-05-21T10:15:51.162Z[ host-image] May 21 10:15:49.651 INFO E| Compiling anstyle-parse v1.0.0
102762026-05-21T10:15:51.331Z[ host-image] May 21 10:15:49.820 INFO E| Compiling anstream v1.0.0
102772026-05-21T10:15:51.528Z[ host-image] May 21 10:15:50.018 INFO E| Compiling clap_builder v4.6.0
102782026-05-21T10:15:51.761Z[ host-image] May 21 10:15:50.251 INFO E| Compiling errno v0.3.14
102792026-05-21T10:15:51.762Z[ host-image] May 21 10:15:50.251 INFO E| Compiling os_pipe v1.2.3
102802026-05-21T10:15:51.874Z[ host-image] May 21 10:15:50.364 INFO E| Compiling signal-hook-registry v1.4.8
102812026-05-21T10:15:52.074Z[ host-image] May 21 10:15:50.563 INFO E| Compiling syn v2.0.117
102822026-05-21T10:15:52.133Z[ host-image] May 21 10:15:50.623 INFO E| Compiling sigchld v0.2.4
102832026-05-21T10:15:52.223Z[ host-image] May 21 10:15:50.712 INFO E| Compiling shared_child v1.1.1
102842026-05-21T10:15:52.333Z[ host-image] May 21 10:15:50.822 INFO E| Compiling duct v1.1.1
102852026-05-21T10:15:53.327Z[ recovery-image] May 21 10:15:51.816 INFO creating reset image...
102862026-05-21T10:15:53.327Z[ recovery-image] May 21 10:15:51.816 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102872026-05-21T10:15:53.361Z[ recovery-image] May 21 10:15:51.850 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')"
102882026-05-21T10:15:53.361Z[ recovery-image] May 21 10:15:51.850 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")
102892026-05-21T10:15:53.524Z[ recovery-image] May 21 10:15:52.013 INFO E| Blocking waiting for file lock on build directory
102902026-05-21T10:15:53.979Z[ host-image] May 21 10:15:52.468 INFO E| Compiling clap_derive v4.6.1
102912026-05-21T10:15:55.089Z[ host-image] May 21 10:15:53.578 INFO E| Compiling clap v4.6.1
102922026-05-21T10:15:55.140Z[ host-image] May 21 10:15:53.629 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102932026-05-21T10:15:55.877Z[ host-image] May 21 10:15:54.366 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
102942026-05-21T10:15:55.882Z[ recovery-image] May 21 10:15:54.371 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
102952026-05-21T10:15:55.885Z[ recovery-image] May 21 10:15:54.373 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102962026-05-21T10:15:55.885Z[ host-image] May 21 10:15:54.374 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
102972026-05-21T10:15:56.065Z[ host-image] May 21 10:15:54.554 INFO E| Blocking waiting for file lock on package cache
102982026-05-21T10:15:56.083Z[ recovery-image] May 21 10:15:54.573 INFO E| Blocking waiting for file lock on package cache
102992026-05-21T10:15:56.112Z[ host-image] May 21 10:15:54.602 INFO E| Blocking waiting for file lock on package cache
103002026-05-21T10:15:56.134Z[ recovery-image] May 21 10:15:54.624 INFO E| Blocking waiting for file lock on package cache
103012026-05-21T10:15:56.158Z[ host-image] May 21 10:15:54.648 INFO E| Blocking waiting for file lock on package cache
103022026-05-21T10:15:56.161Z[ recovery-image] May 21 10:15:54.648 INFO E| Downloading crates ...
103032026-05-21T10:15:56.199Z[ recovery-image] May 21 10:15:54.689 INFO E| Downloaded bitstruct v0.1.1
103042026-05-21T10:15:56.202Z[ recovery-image] May 21 10:15:54.690 INFO E| Downloaded bit_field v0.10.3
103052026-05-21T10:15:56.209Z[ recovery-image] May 21 10:15:54.697 INFO E| Downloaded bitstruct_derive v0.1.0
103062026-05-21T10:15:56.212Z[ recovery-image] May 21 10:15:54.698 INFO E| Downloaded bitflags v2.11.1
103072026-05-21T10:15:56.215Z[ recovery-image] May 21 10:15:54.704 INFO E| Downloaded cpio_reader v0.1.2
103082026-05-21T10:15:56.218Z[ recovery-image] May 21 10:15:54.705 INFO E| Downloaded miniz_oxide v0.9.1
103092026-05-21T10:15:56.229Z[ recovery-image] May 21 10:15:54.719 INFO E| Downloaded raw-cpuid v10.7.0
103102026-05-21T10:15:56.345Z[ recovery-image] May 21 10:15:54.833 INFO E| Downloaded x86 v0.52.0
103112026-05-21T10:15:56.375Z[ recovery-image] May 21 10:15:54.864 INFO E| Blocking waiting for file lock on package cache
103122026-05-21T10:15:56.378Z[ recovery-image] May 21 10:15:54.865 INFO E| Updating crates.io index
103132026-05-21T10:15:56.381Z[ host-image] May 21 10:15:54.869 INFO E| Blocking waiting for file lock on package cache
103142026-05-21T10:15:56.416Z[ recovery-image] May 21 10:15:54.905 INFO E| Blocking waiting for file lock on package cache
103152026-05-21T10:15:56.421Z[ host-image] May 21 10:15:54.909 INFO E| Blocking waiting for file lock on package cache
103162026-05-21T10:15:56.424Z[ recovery-image] May 21 10:15:54.910 INFO E| Downloading crates ...
103172026-05-21T10:15:56.459Z[ recovery-image] May 21 10:15:54.948 INFO E| Downloaded rustc-literal-escaper v0.0.7
103182026-05-21T10:15:56.503Z[ recovery-image] May 21 10:15:54.992 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)
103192026-05-21T10:15:56.503Z[ recovery-image] May 21 10:15:54.992 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)
103202026-05-21T10:15:56.506Z[ recovery-image] May 21 10:15:54.992 INFO E| Compiling proc-macro2 v1.0.106
103212026-05-21T10:15:56.506Z[ recovery-image] May 21 10:15:54.992 INFO E| Compiling quote v1.0.45
103222026-05-21T10:15:56.506Z[ recovery-image] May 21 10:15:54.992 INFO E| Compiling unicode-ident v1.0.24
103232026-05-21T10:15:56.506Z[ recovery-image] May 21 10:15:54.993 INFO E| Compiling syn v1.0.109
103242026-05-21T10:15:56.506Z[ recovery-image] May 21 10:15:54.993 INFO E| Compiling x86 v0.52.0
103252026-05-21T10:15:56.506Z[ host-image] May 21 10:15:54.994 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)
103262026-05-21T10:15:56.506Z[ host-image] May 21 10:15:54.994 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)
103272026-05-21T10:15:56.506Z[ host-image] May 21 10:15:54.994 INFO E| Compiling proc-macro2 v1.0.106
103282026-05-21T10:15:56.506Z[ host-image] May 21 10:15:54.994 INFO E| Compiling quote v1.0.45
103292026-05-21T10:15:56.506Z[ host-image] May 21 10:15:54.994 INFO E| Compiling unicode-ident v1.0.24
103302026-05-21T10:15:56.506Z[ host-image] May 21 10:15:54.994 INFO E| Compiling syn v1.0.109
103312026-05-21T10:15:56.506Z[ host-image] May 21 10:15:54.994 INFO E| Compiling x86 v0.52.0
103322026-05-21T10:15:56.506Z[ host-image] May 21 10:15:54.994 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
103332026-05-21T10:15:56.514Z[ host-image] May 21 10:15:55.004 INFO E| Compiling seq-macro v0.3.6
103342026-05-21T10:15:56.517Z[ recovery-image] May 21 10:15:55.004 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
103352026-05-21T10:15:56.517Z[ recovery-image] May 21 10:15:55.005 INFO E| Compiling seq-macro v0.3.6
103362026-05-21T10:15:57.517Z[ host-image] May 21 10:15:56.006 INFO E| Compiling syn v2.0.117
103372026-05-21T10:15:57.607Z[ recovery-image] May 21 10:15:56.096 INFO E| Compiling syn v2.0.117
103382026-05-21T10:15:58.846Z[ host-image] May 21 10:15:57.335 INFO E| Compiling scroll_derive v0.13.1
103392026-05-21T10:15:58.956Z[ recovery-image] May 21 10:15:57.445 INFO E| Compiling scroll_derive v0.13.1
103402026-05-21T10:15:59.913Z[ host-image] May 21 10:15:58.402 INFO E| Compiling bitstruct_derive v0.1.0
103412026-05-21T10:15:59.998Z[ recovery-image] May 21 10:15:58.488 INFO E| Compiling bitstruct_derive v0.1.0
103422026-05-21T10:16:08.546Z[ recovery-image] May 21 10:16:07.035 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)
103432026-05-21T10:16:08.640Z[ host-image] May 21 10:16:07.129 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)
103442026-05-21T10:16:10.679Z[ recovery-image] May 21 10:16:09.169 INFO E| Compiling bitflags v1.3.2
103452026-05-21T10:16:10.679Z[ recovery-image] May 21 10:16:09.169 INFO E| Compiling adler2 v2.0.1
103462026-05-21T10:16:10.679Z[ recovery-image] May 21 10:16:09.169 INFO E| Compiling scroll v0.13.0
103472026-05-21T10:16:10.682Z[ recovery-image] May 21 10:16:09.169 INFO E| Compiling bit_field v0.10.3
103482026-05-21T10:16:10.683Z[ recovery-image] May 21 10:16:09.169 INFO E| Compiling log v0.4.29
103492026-05-21T10:16:10.683Z[ recovery-image] May 21 10:16:09.169 INFO E| Compiling plain v0.2.3
103502026-05-21T10:16:10.683Z[ recovery-image] May 21 10:16:09.169 INFO E| Compiling bitflags v2.11.1
103512026-05-21T10:16:10.683Z[ recovery-image] May 21 10:16:09.169 INFO E| Compiling static_assertions v1.1.0
103522026-05-21T10:16:10.683Z[ recovery-image] May 21 10:16:09.169 INFO E| Compiling bitstruct v0.1.1
103532026-05-21T10:16:10.696Z[ host-image] May 21 10:16:09.185 INFO E| Compiling bitflags v1.3.2
103542026-05-21T10:16:10.696Z[ host-image] May 21 10:16:09.185 INFO E| Compiling scroll v0.13.0
103552026-05-21T10:16:10.699Z[ host-image] May 21 10:16:09.185 INFO E| Compiling log v0.4.29
103562026-05-21T10:16:10.699Z[ host-image] May 21 10:16:09.185 INFO E| Compiling bit_field v0.10.3
103572026-05-21T10:16:10.699Z[ host-image] May 21 10:16:09.185 INFO E| Compiling plain v0.2.3
103582026-05-21T10:16:10.699Z[ host-image] May 21 10:16:09.185 INFO E| Compiling adler2 v2.0.1
103592026-05-21T10:16:10.699Z[ host-image] May 21 10:16:09.185 INFO E| Compiling bitflags v2.11.1
103602026-05-21T10:16:10.699Z[ host-image] May 21 10:16:09.185 INFO E| Compiling bitstruct v0.1.1
103612026-05-21T10:16:10.699Z[ host-image] May 21 10:16:09.185 INFO E| Compiling static_assertions v1.1.0
103622026-05-21T10:16:10.753Z[ recovery-image] May 21 10:16:09.243 INFO E| Compiling raw-cpuid v10.7.0
103632026-05-21T10:16:10.782Z[ host-image] May 21 10:16:09.271 INFO E| Compiling raw-cpuid v10.7.0
103642026-05-21T10:16:10.797Z[ recovery-image] May 21 10:16:09.286 INFO E| Compiling miniz_oxide v0.9.1
103652026-05-21T10:16:10.823Z[ host-image] May 21 10:16:09.312 INFO E| Compiling miniz_oxide v0.9.1
103662026-05-21T10:16:10.889Z[ recovery-image] May 21 10:16:09.378 INFO E| Compiling cpio_reader v0.1.2
103672026-05-21T10:16:10.892Z[ host-image] May 21 10:16:09.380 INFO E| Compiling cpio_reader v0.1.2
103682026-05-21T10:16:10.957Z[ host-image] May 21 10:16:09.447 INFO E| Compiling goblin v0.10.5
103692026-05-21T10:16:11.007Z[ recovery-image] May 21 10:16:09.496 INFO E| Compiling goblin v0.10.5
103702026-05-21T10:16:13.799Z[ host-image] May 21 10:16:12.288 INFO E| Finished `release` profile [optimized] target(s) in 17.90s
103712026-05-21T10:16:13.810Z[ recovery-image] May 21 10:16:12.299 INFO E| Finished `release` profile [optimized] target(s) in 17.91s
103722026-05-21T10:16:13.813Z[ host-image] May 21 10:16:12.302 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103732026-05-21T10:16:13.833Z[ recovery-image] May 21 10:16:12.323 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103742026-05-21T10:16:13.846Z[ host-image] May 21 10:16:12.336 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')"
103752026-05-21T10:16:13.846Z[ host-image] May 21 10:16:12.336 INFO building ROM for gimlet
103762026-05-21T10:16:13.849Z[ host-image] May 21 10:16:12.336 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")
103772026-05-21T10:16:13.867Z[ recovery-image] May 21 10:16:12.357 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')"
103782026-05-21T10:16:13.867Z[ recovery-image] May 21 10:16:12.357 INFO building ROM for cosmo
103792026-05-21T10:16:13.870Z[ recovery-image] May 21 10:16:12.357 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")
103802026-05-21T10:16:13.918Z[ recovery-image] May 21 10:16:12.407 INFO E| Blocking waiting for file lock on package cache
103812026-05-21T10:16:13.933Z[ host-image] May 21 10:16:12.422 INFO E| Blocking waiting for file lock on package cache
103822026-05-21T10:16:13.954Z[ host-image] May 21 10:16:12.443 INFO E| Blocking waiting for file lock on package cache
103832026-05-21T10:16:13.957Z[ recovery-image] May 21 10:16:12.444 INFO E| Blocking waiting for file lock on package cache
103842026-05-21T10:16:13.957Z[ host-image] May 21 10:16:12.444 INFO E| Downloading crates ...
103852026-05-21T10:16:14.007Z[ host-image] May 21 10:16:12.496 INFO E| Downloaded anstream v0.6.18
103862026-05-21T10:16:14.011Z[ host-image] May 21 10:16:12.501 INFO E| Downloaded colorchoice v1.0.3
103872026-05-21T10:16:14.014Z[ host-image] May 21 10:16:12.503 INFO E| Downloaded toml_datetime v0.6.9
103882026-05-21T10:16:14.021Z[ host-image] May 21 10:16:12.511 INFO E| Downloaded is_terminal_polyfill v1.70.1
103892026-05-21T10:16:14.031Z[ host-image] May 21 10:16:12.520 INFO E| Downloaded serde_spanned v0.6.8
103902026-05-21T10:16:14.034Z[ host-image] May 21 10:16:12.521 INFO E| Downloaded anstyle v1.0.10
103912026-05-21T10:16:14.039Z[ host-image] May 21 10:16:12.529 INFO E| Downloaded anstyle-query v1.1.2
103922026-05-21T10:16:14.042Z[ host-image] May 21 10:16:12.529 INFO E| Downloaded shared_child v1.0.1
103932026-05-21T10:16:14.042Z[ host-image] May 21 10:16:12.530 INFO E| Downloaded toml_write v0.1.1
103942026-05-21T10:16:14.044Z[ host-image] May 21 10:16:12.534 INFO E| Downloaded toml v0.8.22
103952026-05-21T10:16:14.064Z[ host-image] May 21 10:16:12.554 INFO E| Downloaded os_pipe v1.2.1
103962026-05-21T10:16:14.067Z[ host-image] May 21 10:16:12.555 INFO E| Downloaded duct v0.13.7
103972026-05-21T10:16:14.067Z[ host-image] May 21 10:16:12.556 INFO E| Downloaded clap v4.5.37
103982026-05-21T10:16:14.083Z[ host-image] May 21 10:16:12.561 INFO E| Downloaded clap_derive v4.5.32
103992026-05-21T10:16:14.083Z[ host-image] May 21 10:16:12.562 INFO E| Downloaded anstyle-parse v0.2.6
104002026-05-21T10:16:14.083Z[ host-image] May 21 10:16:12.565 INFO E| Downloaded toml_edit v0.22.26
104012026-05-21T10:16:14.097Z[ host-image] May 21 10:16:12.585 INFO E| Downloaded winnow v0.7.7
104022026-05-21T10:16:14.100Z[ host-image] May 21 10:16:12.590 INFO E| Downloaded cc v1.2.20
104032026-05-21T10:16:14.103Z[ host-image] May 21 10:16:12.592 INFO E| Downloaded clap_builder v4.5.37
104042026-05-21T10:16:14.107Z[ host-image] May 21 10:16:12.597 INFO E| Blocking waiting for file lock on package cache
104052026-05-21T10:16:14.116Z[ host-image] May 21 10:16:12.605 INFO E| Blocking waiting for file lock on artifact directory
104062026-05-21T10:16:14.124Z[ recovery-image] May 21 10:16:12.613 INFO E| Compiling libc v0.2.172
104072026-05-21T10:16:14.124Z[ recovery-image] May 21 10:16:12.613 INFO E| Compiling utf8parse v0.2.2
104082026-05-21T10:16:14.127Z[ recovery-image] May 21 10:16:12.613 INFO E| Compiling anstyle-query v1.1.2
104092026-05-21T10:16:14.127Z[ recovery-image] May 21 10:16:12.613 INFO E| Compiling anstyle v1.0.10
104102026-05-21T10:16:14.127Z[ recovery-image] May 21 10:16:12.613 INFO E| Compiling shlex v1.3.0
104112026-05-21T10:16:14.127Z[ recovery-image] May 21 10:16:12.614 INFO E| Compiling equivalent v1.0.2
104122026-05-21T10:16:14.127Z[ recovery-image] May 21 10:16:12.614 INFO E| Compiling colorchoice v1.0.3
104132026-05-21T10:16:14.127Z[ recovery-image] May 21 10:16:12.614 INFO E| Compiling hashbrown v0.15.2
104142026-05-21T10:16:14.127Z[ recovery-image] May 21 10:16:12.614 INFO E| Compiling once_cell v1.21.3
104152026-05-21T10:16:14.127Z[ recovery-image] May 21 10:16:12.614 INFO E| Compiling is_terminal_polyfill v1.70.1
104162026-05-21T10:16:14.127Z[ recovery-image] May 21 10:16:12.614 INFO E| Compiling clap_lex v0.7.4
104172026-05-21T10:16:14.138Z[ recovery-image] May 21 10:16:12.628 INFO E| Compiling toml_write v0.1.1
104182026-05-21T10:16:14.146Z[ recovery-image] May 21 10:16:12.636 INFO E| Compiling winnow v0.7.7
104192026-05-21T10:16:14.149Z[ recovery-image] May 21 10:16:12.636 INFO E| Compiling anyhow v1.0.98
104202026-05-21T10:16:14.152Z[ recovery-image] May 21 10:16:12.640 INFO E| Compiling strsim v0.11.1
104212026-05-21T10:16:14.152Z[ recovery-image] May 21 10:16:12.640 INFO E| Compiling syn v2.0.101
104222026-05-21T10:16:14.261Z[ recovery-image] May 21 10:16:12.750 INFO E| Compiling anstyle-parse v0.2.6
104232026-05-21T10:16:14.296Z[ recovery-image] May 21 10:16:12.784 INFO E| Compiling cc v1.2.20
104242026-05-21T10:16:14.401Z[ recovery-image] May 21 10:16:12.890 INFO E| Compiling anstream v0.6.18
104252026-05-21T10:16:14.595Z[ recovery-image] May 21 10:16:13.084 INFO E| Compiling clap_builder v4.5.37
104262026-05-21T10:16:14.602Z[ recovery-image] May 21 10:16:13.092 INFO E| Compiling indexmap v2.9.0
104272026-05-21T10:16:14.735Z[ recovery-image] May 21 10:16:13.225 INFO E| Compiling os_pipe v1.2.1
104282026-05-21T10:16:14.738Z[ recovery-image] May 21 10:16:13.225 INFO E| Compiling shared_child v1.0.1
104292026-05-21T10:16:14.854Z[ recovery-image] May 21 10:16:13.344 INFO E| Compiling duct v0.13.7
104302026-05-21T10:16:15.295Z[ recovery-image] May 21 10:16:13.784 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104312026-05-21T10:16:16.148Z[ recovery-image] May 21 10:16:14.637 INFO E| Compiling serde_derive v1.0.219
104322026-05-21T10:16:16.148Z[ recovery-image] May 21 10:16:14.637 INFO E| Compiling clap_derive v4.5.32
104332026-05-21T10:16:17.346Z[ recovery-image] May 21 10:16:15.835 INFO E| Compiling clap v4.5.37
104342026-05-21T10:16:17.939Z[ recovery-image] May 21 10:16:16.428 INFO E| Compiling serde v1.0.219
104352026-05-21T10:16:19.537Z[ recovery-image] May 21 10:16:18.026 INFO E| Compiling toml_datetime v0.6.9
104362026-05-21T10:16:19.537Z[ recovery-image] May 21 10:16:18.026 INFO E| Compiling serde_spanned v0.6.8
104372026-05-21T10:16:19.680Z[ recovery-image] May 21 10:16:18.169 INFO E| Compiling toml_edit v0.22.26
104382026-05-21T10:16:20.812Z[ recovery-image] May 21 10:16:19.302 INFO E| Compiling toml v0.8.22
104392026-05-21T10:16:22.748Z[ recovery-image] May 21 10:16:21.237 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s
104402026-05-21T10:16:22.756Z[ host-image] May 21 10:16:21.245 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.87s
104412026-05-21T10:16:22.759Z[ recovery-image] May 21 10:16:21.247 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`
104422026-05-21T10:16:22.762Z[ host-image] May 21 10:16:21.250 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`
104432026-05-21T10:16:22.772Z[ recovery-image] May 21 10:16:21.262 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
104442026-05-21T10:16:22.778Z[ host-image] May 21 10:16:21.268 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104452026-05-21T10:16:22.796Z[ host-image] May 21 10:16:21.286 INFO E| Blocking waiting for file lock on package cache
104462026-05-21T10:16:22.817Z[ recovery-image] May 21 10:16:21.306 INFO E| Blocking waiting for file lock on package cache
104472026-05-21T10:16:22.839Z[ host-image] May 21 10:16:21.328 INFO E| Blocking waiting for file lock on package cache
104482026-05-21T10:16:22.842Z[ recovery-image] May 21 10:16:21.329 INFO E| Blocking waiting for file lock on package cache
104492026-05-21T10:16:22.842Z[ host-image] May 21 10:16:21.330 INFO E| Blocking waiting for file lock on package cache
104502026-05-21T10:16:22.855Z[ recovery-image] May 21 10:16:21.345 INFO E| Blocking waiting for file lock on package cache
104512026-05-21T10:16:22.867Z[ host-image] May 21 10:16:21.357 INFO E| Blocking waiting for file lock on artifact directory
104522026-05-21T10:16:22.878Z[ recovery-image] May 21 10:16:21.368 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
104532026-05-21T10:16:22.884Z[ recovery-image] May 21 10:16:21.374 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`
104542026-05-21T10:16:22.887Z[ host-image] May 21 10:16:21.377 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
104552026-05-21T10:16:22.891Z[ host-image] May 21 10:16:21.381 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`
104562026-05-21T10:16:23.018Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104572026-05-21T10:16:23.018Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104582026-05-21T10:16:23.019Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104592026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104602026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104612026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104622026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104632026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104642026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104652026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104662026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104672026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104682026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104692026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104702026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104712026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO O| Info: ABL version: 0x100f5010
104722026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.508 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104732026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104742026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104752026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104762026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104772026-05-21T10:16:23.022Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104782026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104792026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104802026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104812026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104822026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104832026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104842026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104852026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104862026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104872026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104882026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104892026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104902026-05-21T10:16:23.023Z[ host-image] May 21 10:16:21.509 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104912026-05-21T10:16:23.053Z[ host-image] May 21 10:16:21.542 INFO building ROM for cosmo
104922026-05-21T10:16:23.053Z[ host-image] May 21 10:16:21.542 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")
104932026-05-21T10:16:23.104Z[ recovery-image] May 21 10:16:21.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
104942026-05-21T10:16:23.104Z[ recovery-image] May 21 10:16:21.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
104952026-05-21T10:16:23.104Z[ recovery-image] May 21 10:16:21.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
104962026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
104972026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104982026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104992026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105002026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105012026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
105022026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
105032026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
105042026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105052026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105062026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105072026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105082026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105092026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105102026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105112026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
105122026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
105132026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105142026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105152026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
105162026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105172026-05-21T10:16:23.110Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
105182026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
105192026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
105202026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105212026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
105222026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105232026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
105242026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
105252026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
105262026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105272026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
105282026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
105292026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
105302026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
105312026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
105322026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
105332026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
105342026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
105352026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
105362026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
105372026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
105382026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105392026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
105402026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
105412026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105422026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
105432026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
105442026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
105452026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
105462026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO O| Info: ABL version: 0x100af010
105472026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
105482026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
105492026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
105502026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105512026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105522026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105532026-05-21T10:16:23.111Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105542026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105552026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105562026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105572026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105582026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105592026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105602026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105612026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105622026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105632026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105642026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105652026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105662026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105672026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105682026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105692026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
105702026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
105712026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
105722026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
105732026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
105742026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
105752026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
105762026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
105772026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
105782026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
105792026-05-21T10:16:23.112Z[ recovery-image] May 21 10:16:21.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
105802026-05-21T10:16:23.137Z[ host-image] May 21 10:16:21.627 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105812026-05-21T10:16:23.140Z[ host-image] May 21 10:16:21.629 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`
105822026-05-21T10:16:23.143Z[ recovery-image] May 21 10:16:21.632 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105832026-05-21T10:16:23.143Z[ recovery-image] May 21 10:16:21.632 INFO building ROM for gimlet
105842026-05-21T10:16:23.143Z[ recovery-image] May 21 10:16:21.632 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")
105852026-05-21T10:16:23.152Z[ host-image] May 21 10:16:21.642 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105862026-05-21T10:16:23.195Z[ recovery-image] May 21 10:16:21.684 INFO E| Blocking waiting for file lock on package cache
105872026-05-21T10:16:23.198Z[ host-image] May 21 10:16:21.687 INFO E| Blocking waiting for file lock on package cache
105882026-05-21T10:16:23.220Z[ host-image] May 21 10:16:21.710 INFO E| Blocking waiting for file lock on package cache
105892026-05-21T10:16:23.223Z[ recovery-image] May 21 10:16:21.711 INFO E| Blocking waiting for file lock on package cache
105902026-05-21T10:16:23.233Z[ host-image] May 21 10:16:21.723 INFO E| Blocking waiting for file lock on package cache
105912026-05-21T10:16:23.243Z[ recovery-image] May 21 10:16:21.732 INFO E| Blocking waiting for file lock on artifact directory
105922026-05-21T10:16:23.251Z[ host-image] May 21 10:16:21.741 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105932026-05-21T10:16:23.254Z[ host-image] May 21 10:16:21.744 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`
105942026-05-21T10:16:23.257Z[ recovery-image] May 21 10:16:21.747 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
105952026-05-21T10:16:23.261Z[ recovery-image] May 21 10:16:21.751 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`
105962026-05-21T10:16:23.272Z[ recovery-image] May 21 10:16:21.762 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105972026-05-21T10:16:23.342Z[ recovery-image] May 21 10:16:21.831 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105982026-05-21T10:16:23.344Z[ recovery-image] May 21 10:16:21.834 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`
105992026-05-21T10:16:23.468Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106002026-05-21T10:16:23.468Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106012026-05-21T10:16:23.468Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106022026-05-21T10:16:23.471Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106032026-05-21T10:16:23.471Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106042026-05-21T10:16:23.471Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106052026-05-21T10:16:23.471Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106062026-05-21T10:16:23.471Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106072026-05-21T10:16:23.471Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106082026-05-21T10:16:23.471Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106092026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106102026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106112026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106122026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106132026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106142026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO O| Info: ABL version: 0x100f5010
106152026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106162026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106172026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106182026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106192026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106202026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106212026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106222026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106232026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106242026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106252026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106262026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.958 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106272026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106282026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106292026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106302026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106312026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106322026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106332026-05-21T10:16:23.472Z[ recovery-image] May 21 10:16:21.959 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106342026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
106352026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
106362026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
106372026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
106382026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106392026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106402026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106412026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
106422026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
106432026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
106442026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
106452026-05-21T10:16:23.472Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106462026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106472026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106482026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106492026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106502026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
106512026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106522026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
106532026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
106542026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106552026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106562026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
106572026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106582026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
106592026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
106602026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
106612026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106622026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
106632026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106642026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106652026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106662026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106672026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106682026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106692026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106702026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106712026-05-21T10:16:23.473Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106722026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106732026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106742026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106752026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106762026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.960 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106772026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106782026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106792026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106802026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
106812026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
106822026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
106832026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106842026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106852026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106862026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106872026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO O| Info: ABL version: 0x100af010
106882026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106892026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106902026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106912026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106922026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106932026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106942026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106952026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106962026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106972026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106982026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106992026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107002026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107012026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107022026-05-21T10:16:23.477Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107032026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107042026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107052026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107062026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107072026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107082026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.961 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107092026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107102026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
107112026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
107122026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
107132026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
107142026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
107152026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
107162026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
107172026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
107182026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
107192026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
107202026-05-21T10:16:23.478Z[ host-image] May 21 10:16:21.962 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
107212026-05-21T10:16:23.518Z[ host-image] May 21 10:16:22.006 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107222026-05-21T10:16:23.518Z[ host-image] May 21 10:16:22.006 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107232026-05-21T10:16:23.520Z[ host-image] May 21 10:16:22.006 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107242026-05-21T10:16:23.521Z[ recovery-image] May 21 10:16:22.008 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107252026-05-21T10:16:23.521Z[ recovery-image] May 21 10:16:22.008 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
107262026-05-21T10:16:24.676Z[ host-image] May 21 10:16:23.165 INFO image complete! materials are in "/work/os-host"
107272026-05-21T10:16:24.679Z[ host-image]
107282026-05-21T10:16:24.679Z[ host-image] real 5:39.340841958
107292026-05-21T10:16:24.679Z[ host-image] user 2:55.084969034
107302026-05-21T10:16:24.679Z[ host-image] sys 42.223118558
107312026-05-21T10:16:24.679Z[ host-image] trap 0.087871980
107322026-05-21T10:16:24.679Z[ host-image] tflt 0.306754811
107332026-05-21T10:16:24.679Z[ host-image] dflt 0.548819655
107342026-05-21T10:16:24.679Z[ host-image] kflt 0.000104160
107352026-05-21T10:16:24.679Z[ host-image] lock 15:39.445771589
107362026-05-21T10:16:24.680Z[ host-image] slp 31:12.597265311
107372026-05-21T10:16:24.680Z[ host-image] lat 50.596299438
107382026-05-21T10:16:24.680Z[ host-image] stop 3.769877505
107392026-05-21T10:16:24.683ZMay 21 10:16:23.169 INFO [host-image] process exited with exit status: 0 (339.346474964s)
107402026-05-21T10:16:24.766Z[ recovery-image] May 21 10:16:23.255 INFO image complete! materials are in "/work/os-recovery"
107412026-05-21T10:16:24.769Z[ recovery-image]
107422026-05-21T10:16:24.769Z[ recovery-image] real 5:10.662211275
107432026-05-21T10:16:24.769Z[ recovery-image] user 2:13.961551595
107442026-05-21T10:16:24.769Z[ recovery-image] sys 32.750647942
107452026-05-21T10:16:24.769Z[ recovery-image] trap 0.056962114
107462026-05-21T10:16:24.769Z[ recovery-image] tflt 0.497389483
107472026-05-21T10:16:24.769Z[ recovery-image] dflt 0.651831397
107482026-05-21T10:16:24.769Z[ recovery-image] kflt 0.000059870
107492026-05-21T10:16:24.769Z[ recovery-image] lock 7:54.776730349
107502026-05-21T10:16:24.769Z[ recovery-image] slp 32:57.784936106
107512026-05-21T10:16:24.769Z[ recovery-image] lat 45.847568357
107522026-05-21T10:16:24.769Z[ recovery-image] stop 4.779795465
107532026-05-21T10:16:24.773ZMay 21 10:16:23.259 INFO [recovery-image] process exited with exit status: 0 (310.667257001s)
107542026-05-21T10:16:24.773ZMay 21 10:16:23.259 INFO [tuf-repo] running task
107552026-05-21T10:16:44.024ZMay 21 10:16:42.513 INFO assembling repository in `/tmp/tufaceousmN80k8`, component: OmicronRepoAssembler
107562026-05-21T10:16:48.786ZMay 21 10:16:47.276 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107572026-05-21T10:16:48.921ZMay 21 10:16:47.410 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107582026-05-21T10:16:57.994ZMay 21 10:16:56.483 INFO extracting uploaded archive to /tmp/.tmpDLFZ0s
107592026-05-21T10:16:59.673ZMay 21 10:16:58.162 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.5sFVvk
107602026-05-21T10:16:59.714ZMay 21 10:16:58.203 INFO added artifact, length: 6700203, hash: e038f11f77ea8af080e281f951314360660f3357f63ae14f6c8588c4b0c82a1e, version: 1.0.69, kind: gimlet_sp, name: cosmo-a
107612026-05-21T10:16:59.792ZMay 21 10:16:58.281 INFO added artifact, length: 6701358, hash: f5050935584c4a6ade613f26362a23bf26340045a2b070c4628c7376034e7cc0, version: 1.0.69, kind: gimlet_sp, name: cosmo-b
107622026-05-21T10:16:59.871ZMay 21 10:16:58.360 INFO added artifact, length: 5531760, hash: a65bd7d8077d5aee1b70ee4d3c4487559e78e24266ed8bc647b1f279ed7f5a51, version: 1.0.69, kind: gimlet_sp, name: gimlet-b
107632026-05-21T10:16:59.954ZMay 21 10:16:58.443 INFO added artifact, length: 5534234, hash: a35debb3e358dabc14014e0d380313354ebad4b4329737203375531235227e10, version: 1.0.69, kind: gimlet_sp, name: gimlet-c
107642026-05-21T10:17:00.026ZMay 21 10:16:58.515 INFO added artifact, length: 5538597, hash: 1e4b8d685d49bbcd3285c4d34ffd9ad7000ec052b11794f42c7467c510f4afd2, version: 1.0.69, kind: gimlet_sp, name: gimlet-d
107652026-05-21T10:17:00.103ZMay 21 10:16:58.592 INFO added artifact, length: 5538588, hash: 93144e7fedd98b94415b31667bec3be2f8f401f094ae4dd3be8d29c81a60ad02, version: 1.0.69, kind: gimlet_sp, name: gimlet-e
107662026-05-21T10:17:00.181ZMay 21 10:16:58.670 INFO added artifact, length: 5538504, hash: efac778ff92216273f9bccc9cd80cf4eca87e16a847b1813b152cf99259c315e, version: 1.0.69, kind: gimlet_sp, name: gimlet-f
107672026-05-21T10:17:00.264ZMay 21 10:16:58.753 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107682026-05-21T10:17:00.264ZMay 21 10:16:58.753 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107692026-05-21T10:17:00.305ZMay 21 10:16:58.794 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107702026-05-21T10:17:00.305ZMay 21 10:16:58.794 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107712026-05-21T10:17:00.350ZMay 21 10:16:58.840 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107722026-05-21T10:17:00.350ZMay 21 10:16:58.840 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107732026-05-21T10:17:00.400ZMay 21 10:16:58.890 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107742026-05-21T10:17:00.400ZMay 21 10:16:58.890 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107752026-05-21T10:17:00.439ZMay 21 10:16:58.928 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107762026-05-21T10:17:00.439ZMay 21 10:16:58.929 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107772026-05-21T10:17:00.484ZMay 21 10:16:58.973 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107782026-05-21T10:17:00.484ZMay 21 10:16:58.973 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107792026-05-21T10:17:00.527ZMay 21 10:16:59.016 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107802026-05-21T10:17:00.527ZMay 21 10:16:59.016 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107812026-05-21T10:17:00.530ZMay 21 10:16:59.017 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107822026-05-21T10:17:00.531ZMay 21 10:16:59.018 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107832026-05-21T10:17:00.531ZMay 21 10:16:59.018 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107842026-05-21T10:17:00.531ZMay 21 10:16:59.019 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107852026-05-21T10:17:00.531ZMay 21 10:16:59.020 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107862026-05-21T10:17:05.451ZMay 21 10:17:03.941 INFO added artifact, length: 33554432, hash: 8a22e567c8ddc195345887c3db376ff7e3c5e0ab834cc9f58ac1539acbaf57bb, version: 20.0.0-0.ci+gitd250ae7ce41, kind: gimlet_host_phase_1, name: host
107872026-05-21T10:17:05.451ZMay 21 10:17:03.941 INFO added artifact, length: 33554432, hash: 44aba045b7a5b795d71da65902783da1011ec6c2bd173c96c123ba5a5e105223, version: 20.0.0-0.ci+gitd250ae7ce41, kind: cosmo_host_phase_1, name: host
107882026-05-21T10:17:05.451ZMay 21 10:17:03.941 INFO added artifact, length: 1101008896, hash: d27fc07a5f18f911ba4c4e3aea7e7b9381a465f16251d3f38bcbc0ec2335f5d5, version: 20.0.0-0.ci+gitd250ae7ce41, kind: host_phase_2, name: host
107892026-05-21T10:17:06.407ZMay 21 10:17:04.896 INFO added artifact, length: 33554432, hash: a46cb104ca9b21a2e61725cda67bfdbfbc16b14756d5cd02d707370329c0ad96, version: 20.0.0-0.ci+gitd250ae7ce41, kind: gimlet_trampoline_phase_1, name: trampoline
107902026-05-21T10:17:06.407ZMay 21 10:17:04.896 INFO added artifact, length: 33554432, hash: aa9498668c099af69d64a5401735ee264a40d41ac2a0eb2f0664cd70b81ec0a8, version: 20.0.0-0.ci+gitd250ae7ce41, kind: cosmo_trampoline_phase_1, name: trampoline
107912026-05-21T10:17:06.407ZMay 21 10:17:04.896 INFO added artifact, length: 168091105, hash: 453a38d741325b293581ccd45788d9dfb717b82499ff9c3ff01ee729b991023c, version: 20.0.0-0.ci+gitd250ae7ce41, kind: trampoline_phase_2, name: trampoline
107922026-05-21T10:17:08.159ZMay 21 10:17:06.649 INFO added artifact, length: 313625727, hash: 3d3eb1234153b2467603d6eb3f48a6b2c2749ff34fd413a3dd1fac26a3c7389b, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: clickhouse_keeper
107932026-05-21T10:17:09.999ZMay 21 10:17:08.488 INFO added artifact, length: 328892400, hash: db376aeefe9b03c77b6c128583e81e8a8e2f8b99b7a204fc378598534263b928, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: clickhouse_server
107942026-05-21T10:17:11.968ZMay 21 10:17:10.457 INFO added artifact, length: 328895397, hash: f86c2d6b3f6abe0b292ad7e59569e9e6e42111aa7d82ea16e5d66a92e34bf48f, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: clickhouse
107952026-05-21T10:17:12.795ZMay 21 10:17:11.285 INFO added artifact, length: 169923465, hash: 6f12ceef5a49299264351841d29f780b163ccaad4830448ff4cd3176269ae124, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: cockroachdb
107962026-05-21T10:17:13.069ZMay 21 10:17:11.559 INFO added artifact, length: 45521702, hash: afd0af7ebb062e637c96515942e8d2c084f49dc57c2af3ba97152e7a03833cce, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: crucible-pantry-zone
107972026-05-21T10:17:13.352ZMay 21 10:17:11.842 INFO added artifact, length: 59999100, hash: 888fc1bd4ebfff0d5cb8d477941445466095d99010c2034c275781b9c09427d2, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: crucible-zone
107982026-05-21T10:17:13.602ZMay 21 10:17:12.091 INFO added artifact, length: 52355476, hash: bc455dfa4ba1c27cf36fdfc68348aec6bac6f64fcdd9e4d9ce7e17c002a25b19, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: external-dns
107992026-05-21T10:17:13.850ZMay 21 10:17:12.339 INFO added artifact, length: 52355073, hash: 043a78bca74c5d5da7d4ec0fed13214cc362a848fdf2175061c935d471c77594, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: internal-dns
108002026-05-21T10:17:15.012ZMay 21 10:17:13.502 INFO added artifact, length: 245943178, hash: 6b3428c1e1cd50bf481f8b2130f06e93e757479a8d492e5365fb52fc4fb4037b, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: nexus
108012026-05-21T10:17:15.209ZMay 21 10:17:13.699 INFO added artifact, length: 33468802, hash: ab64bed5263176a2aeec06dc5b1cc7f560bf67e81b3e9a4cd77c329d862d2004, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: ntp
108022026-05-21T10:17:15.661ZMay 21 10:17:14.150 INFO added artifact, length: 77866345, hash: b09399ba2751784495ddf99e6a6a4faa3152400ae66fe9334193f85556e97978, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: oximeter
108032026-05-21T10:17:15.679ZMay 21 10:17:14.169 INFO added artifact, length: 3109592, hash: cf1d1ff5bf7a5f752d0cd7b5ff306a42073f22cf84234581ee3bb5acd3ce334e, version: 20.0.0-0.ci+gitd250ae7ce41, kind: zone, name: probe
108042026-05-21T10:17:15.682ZMay 21 10:17:14.169 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108052026-05-21T10:17:15.682ZMay 21 10:17:14.169 INFO added artifact, length: 829, hash: 340838386319c52125c3b4d58f3a65ffa8ad1c96a6812d8059d7a9009017c888, version: 1.0.69, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.69
108062026-05-21T10:17:15.682ZMay 21 10:17:14.169 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108072026-05-21T10:17:15.710ZMay 21 10:17:14.200 INFO added artifact, length: 4139684, hash: 3a1cb6784d8d7e031d5ca79f16b4c58d472101b3a90ae8063fa31163b765c015, version: 1.0.69, kind: psc_sp, name: psc-b
108082026-05-21T10:17:15.741ZMay 21 10:17:14.231 INFO added artifact, length: 4143737, hash: f82231d1b4315dc4c1f6bb937de4a9ee71dba41eb4421cea56a90ac0988a22b5, version: 1.0.69, kind: psc_sp, name: psc-c
108092026-05-21T10:17:15.780ZMay 21 10:17:14.270 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108102026-05-21T10:17:15.780ZMay 21 10:17:14.270 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108112026-05-21T10:17:15.823ZMay 21 10:17:14.312 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108122026-05-21T10:17:15.823ZMay 21 10:17:14.312 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108132026-05-21T10:17:15.874ZMay 21 10:17:14.363 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108142026-05-21T10:17:15.874ZMay 21 10:17:14.363 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108152026-05-21T10:17:15.919ZMay 21 10:17:14.409 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108162026-05-21T10:17:15.919ZMay 21 10:17:14.409 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108172026-05-21T10:17:15.922ZMay 21 10:17:14.409 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108182026-05-21T10:17:15.922ZMay 21 10:17:14.410 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108192026-05-21T10:17:15.922ZMay 21 10:17:14.411 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108202026-05-21T10:17:15.969ZMay 21 10:17:14.457 INFO added artifact, length: 7044828, hash: a36495a086db233ee657a77dad0f7e50e986ccca5dc968bc03c27d2a4c0dbed8, version: 1.0.69, kind: switch_sp, name: sidecar-b
108212026-05-21T10:17:16.064ZMay 21 10:17:14.553 INFO added artifact, length: 7061509, hash: cb25e481364d922047102cbb551cbc91159717306fdb59bedc159e84db672974, version: 1.0.69, kind: switch_sp, name: sidecar-c
108222026-05-21T10:17:16.145ZMay 21 10:17:14.634 INFO added artifact, length: 7061577, hash: 419af8841808f5cfe85ff9c8f417616ba0ff105573b97e7be11da9a1cd6c5b83, version: 1.0.69, kind: switch_sp, name: sidecar-d
108232026-05-21T10:17:16.220ZMay 21 10:17:14.710 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108242026-05-21T10:17:16.220ZMay 21 10:17:14.710 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108252026-05-21T10:17:16.260ZMay 21 10:17:14.749 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108262026-05-21T10:17:16.260ZMay 21 10:17:14.749 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108272026-05-21T10:17:16.302ZMay 21 10:17:14.792 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108282026-05-21T10:17:16.302ZMay 21 10:17:14.792 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108292026-05-21T10:17:16.352ZMay 21 10:17:14.842 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108302026-05-21T10:17:16.352ZMay 21 10:17:14.842 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108312026-05-21T10:17:16.356ZMay 21 10:17:14.843 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108322026-05-21T10:17:16.356ZMay 21 10:17:14.843 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108332026-05-21T10:17:16.356ZMay 21 10:17:14.844 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108342026-05-21T10:17:16.356ZMay 21 10:17:14.844 INFO added artifact, length: 924, hash: 2f3d3e6ef034a68924cf87b8b9ee56cbd49a7f0442bded71719cb987b5e036ff, version: 20.0.0-0.ci+gitd250ae7ce41, kind: installinator_document, name: installinator_document
108352026-05-21T10:17:16.793ZMay 21 10:17:15.282 INFO extracting uploaded archive to /tmp/.tmpF0bOpm
108362026-05-21T10:17:18.583ZMay 21 10:17:17.073 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.agLcoC
108372026-05-21T10:17:18.633ZMay 21 10:17:17.123 INFO added artifact, length: 6700203, hash: e038f11f77ea8af080e281f951314360660f3357f63ae14f6c8588c4b0c82a1e, version: 1.0.69, kind: gimlet_sp, name: cosmo-a
108382026-05-21T10:17:18.722ZMay 21 10:17:17.212 INFO added artifact, length: 6701358, hash: f5050935584c4a6ade613f26362a23bf26340045a2b070c4628c7376034e7cc0, version: 1.0.69, kind: gimlet_sp, name: cosmo-b
108392026-05-21T10:17:18.801ZMay 21 10:17:17.290 INFO added artifact, length: 5531760, hash: a65bd7d8077d5aee1b70ee4d3c4487559e78e24266ed8bc647b1f279ed7f5a51, version: 1.0.69, kind: gimlet_sp, name: gimlet-b
108402026-05-21T10:17:18.872ZMay 21 10:17:17.362 INFO added artifact, length: 5534234, hash: a35debb3e358dabc14014e0d380313354ebad4b4329737203375531235227e10, version: 1.0.69, kind: gimlet_sp, name: gimlet-c
108412026-05-21T10:17:18.945ZMay 21 10:17:17.434 INFO added artifact, length: 5538597, hash: 1e4b8d685d49bbcd3285c4d34ffd9ad7000ec052b11794f42c7467c510f4afd2, version: 1.0.69, kind: gimlet_sp, name: gimlet-d
108422026-05-21T10:17:19.017ZMay 21 10:17:17.506 INFO added artifact, length: 5538588, hash: 93144e7fedd98b94415b31667bec3be2f8f401f094ae4dd3be8d29c81a60ad02, version: 1.0.69, kind: gimlet_sp, name: gimlet-e
108432026-05-21T10:17:19.093ZMay 21 10:17:17.582 INFO added artifact, length: 5538504, hash: efac778ff92216273f9bccc9cd80cf4eca87e16a847b1813b152cf99259c315e, version: 1.0.69, kind: gimlet_sp, name: gimlet-f
108442026-05-21T10:17:19.170ZMay 21 10:17:17.660 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108452026-05-21T10:17:19.171ZMay 21 10:17:17.660 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108462026-05-21T10:17:19.214ZMay 21 10:17:17.704 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108472026-05-21T10:17:19.214ZMay 21 10:17:17.704 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108482026-05-21T10:17:19.264ZMay 21 10:17:17.753 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108492026-05-21T10:17:19.264ZMay 21 10:17:17.753 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108502026-05-21T10:17:19.310ZMay 21 10:17:17.799 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108512026-05-21T10:17:19.310ZMay 21 10:17:17.799 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108522026-05-21T10:17:19.355ZMay 21 10:17:17.845 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108532026-05-21T10:17:19.355ZMay 21 10:17:17.845 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108542026-05-21T10:17:19.401ZMay 21 10:17:17.891 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108552026-05-21T10:17:19.402ZMay 21 10:17:17.891 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108562026-05-21T10:17:19.446ZMay 21 10:17:17.936 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108572026-05-21T10:17:19.446ZMay 21 10:17:17.936 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108582026-05-21T10:17:19.450ZMay 21 10:17:17.936 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108592026-05-21T10:17:19.450ZMay 21 10:17:17.937 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108602026-05-21T10:17:19.450ZMay 21 10:17:17.938 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108612026-05-21T10:17:19.450ZMay 21 10:17:17.938 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108622026-05-21T10:17:19.450ZMay 21 10:17:17.939 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108632026-05-21T10:17:24.597ZMay 21 10:17:23.087 INFO added artifact, length: 33554432, hash: 8a22e567c8ddc195345887c3db376ff7e3c5e0ab834cc9f58ac1539acbaf57bb, version: 20.0.0-0.ci+gitd250ae7ce41, kind: gimlet_host_phase_1, name: host
108642026-05-21T10:17:24.597ZMay 21 10:17:23.087 INFO added artifact, length: 33554432, hash: 44aba045b7a5b795d71da65902783da1011ec6c2bd173c96c123ba5a5e105223, version: 20.0.0-0.ci+gitd250ae7ce41, kind: cosmo_host_phase_1, name: host
108652026-05-21T10:17:24.597ZMay 21 10:17:23.087 INFO added artifact, length: 1101008896, hash: d27fc07a5f18f911ba4c4e3aea7e7b9381a465f16251d3f38bcbc0ec2335f5d5, version: 20.0.0-0.ci+gitd250ae7ce41, kind: host_phase_2, name: host
108662026-05-21T10:17:25.547ZMay 21 10:17:24.037 INFO added artifact, length: 33554432, hash: a46cb104ca9b21a2e61725cda67bfdbfbc16b14756d5cd02d707370329c0ad96, version: 20.0.0-0.ci+gitd250ae7ce41, kind: gimlet_trampoline_phase_1, name: trampoline
108672026-05-21T10:17:25.547ZMay 21 10:17:24.037 INFO added artifact, length: 33554432, hash: aa9498668c099af69d64a5401735ee264a40d41ac2a0eb2f0664cd70b81ec0a8, version: 20.0.0-0.ci+gitd250ae7ce41, kind: cosmo_trampoline_phase_1, name: trampoline
108682026-05-21T10:17:25.550ZMay 21 10:17:24.037 INFO added artifact, length: 168091105, hash: 453a38d741325b293581ccd45788d9dfb717b82499ff9c3ff01ee729b991023c, version: 20.0.0-0.ci+gitd250ae7ce41, kind: trampoline_phase_2, name: trampoline
108692026-05-21T10:17:31.099ZMay 21 10:17:29.588 INFO added artifact, length: 1771960645, hash: 98145607ea3bc53a3694dcfff251d761fb25924f61c1a19459c7ddb51a055698, version: 20.0.0-0.ci+gitd250ae7ce41, kind: control_plane, name: control-plane
108702026-05-21T10:17:31.102ZMay 21 10:17:29.588 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108712026-05-21T10:17:31.102ZMay 21 10:17:29.589 INFO added artifact, length: 829, hash: 340838386319c52125c3b4d58f3a65ffa8ad1c96a6812d8059d7a9009017c888, version: 1.0.69, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.69
108722026-05-21T10:17:31.102ZMay 21 10:17:29.589 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108732026-05-21T10:17:31.128ZMay 21 10:17:29.618 INFO added artifact, length: 4139684, hash: 3a1cb6784d8d7e031d5ca79f16b4c58d472101b3a90ae8063fa31163b765c015, version: 1.0.69, kind: psc_sp, name: psc-b
108742026-05-21T10:17:31.157ZMay 21 10:17:29.647 INFO added artifact, length: 4143737, hash: f82231d1b4315dc4c1f6bb937de4a9ee71dba41eb4421cea56a90ac0988a22b5, version: 1.0.69, kind: psc_sp, name: psc-c
108752026-05-21T10:17:31.205ZMay 21 10:17:29.694 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108762026-05-21T10:17:31.205ZMay 21 10:17:29.695 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108772026-05-21T10:17:31.253ZMay 21 10:17:29.743 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108782026-05-21T10:17:31.256ZMay 21 10:17:29.743 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108792026-05-21T10:17:31.299ZMay 21 10:17:29.788 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108802026-05-21T10:17:31.299ZMay 21 10:17:29.789 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108812026-05-21T10:17:31.344ZMay 21 10:17:29.834 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108822026-05-21T10:17:31.344ZMay 21 10:17:29.834 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108832026-05-21T10:17:31.347ZMay 21 10:17:29.835 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108842026-05-21T10:17:31.347ZMay 21 10:17:29.835 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108852026-05-21T10:17:31.347ZMay 21 10:17:29.836 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108862026-05-21T10:17:31.394ZMay 21 10:17:29.884 INFO added artifact, length: 7044828, hash: a36495a086db233ee657a77dad0f7e50e986ccca5dc968bc03c27d2a4c0dbed8, version: 1.0.69, kind: switch_sp, name: sidecar-b
108872026-05-21T10:17:31.482ZMay 21 10:17:29.971 INFO added artifact, length: 7061509, hash: cb25e481364d922047102cbb551cbc91159717306fdb59bedc159e84db672974, version: 1.0.69, kind: switch_sp, name: sidecar-c
108882026-05-21T10:17:31.568ZMay 21 10:17:30.058 INFO added artifact, length: 7061577, hash: 419af8841808f5cfe85ff9c8f417616ba0ff105573b97e7be11da9a1cd6c5b83, version: 1.0.69, kind: switch_sp, name: sidecar-d
108892026-05-21T10:17:31.651ZMay 21 10:17:30.140 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108902026-05-21T10:17:31.651ZMay 21 10:17:30.140 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108912026-05-21T10:17:31.704ZMay 21 10:17:30.194 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108922026-05-21T10:17:31.707ZMay 21 10:17:30.194 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108932026-05-21T10:17:31.757ZMay 21 10:17:30.247 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108942026-05-21T10:17:31.757ZMay 21 10:17:30.247 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108952026-05-21T10:17:31.805ZMay 21 10:17:30.295 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108962026-05-21T10:17:31.808ZMay 21 10:17:30.295 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108972026-05-21T10:17:31.808ZMay 21 10:17:30.295 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108982026-05-21T10:17:31.808ZMay 21 10:17:30.296 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108992026-05-21T10:17:31.808ZMay 21 10:17:30.297 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109002026-05-21T10:17:31.808ZMay 21 10:17:30.297 INFO added artifact, length: 924, hash: 2f3d3e6ef034a68924cf87b8b9ee56cbd49a7f0442bded71719cb987b5e036ff, version: 20.0.0-0.ci+gitd250ae7ce41, kind: installinator_document, name: installinator_document
109012026-05-21T10:17:32.275ZMay 21 10:17:30.764 INFO [tuf-repo] task succeeded (67.505083063s)
109022026-05-21T10:19:12.492Z[verify-libraries] Finished `release` profile [optimized] target(s) in 7m 55s
109032026-05-21T10:19:12.848ZMay 21 10:19:11.338 INFO [verify-libraries] process exited with exit status: 0 (479.081150922s)
109042026-05-21T10:19:12.848ZMay 21 10:19:11.338 INFO all jobs completed in 1440.000724801s
109052026-05-21T10:19:13.671Zprocess exited: duration 1667697 ms, exit code 0
 
109062026-05-21T10:19:13.683Zfound 41 output files
109072026-05-21T10:19:13.683Zuploading: /work/manifest.toml (17174 bytes)
109082026-05-21T10:19:14.693Zuploaded: /work/manifest.toml
109092026-05-21T10:19:14.693Zuploading: /work/repo.zip (3053357755 bytes)
109102026-05-21T10:19:47.708Zuploaded: /work/repo.zip
109112026-05-21T10:19:47.708Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109122026-05-21T10:19:48.735Zuploaded: /work/repo.zip.sha256.txt
109132026-05-21T10:19:48.735Zuploading: /work/helios.json (647 bytes)
109142026-05-21T10:19:49.745Zuploaded: /work/helios.json
109152026-05-21T10:19:49.745Zuploading: /work/incorporation.p5m (113249 bytes)
109162026-05-21T10:19:50.761Zuploaded: /work/incorporation.p5m
109172026-05-21T10:19:50.762Zuploading: /work/incorporation.p5p (133120 bytes)
109182026-05-21T10:19:51.781Zuploaded: /work/incorporation.p5p
109192026-05-21T10:19:51.781Zuploading: /work/helios-incorp.log (522 bytes)
109202026-05-21T10:19:52.790Zuploaded: /work/helios-incorp.log
109212026-05-21T10:19:52.790Zuploading: /work/helios-setup.log (56368 bytes)
109222026-05-21T10:19:53.803Zuploaded: /work/helios-setup.log
109232026-05-21T10:19:53.803Zuploading: /work/host-image.log (241632 bytes)
109242026-05-21T10:19:54.827Zuploaded: /work/host-image.log
109252026-05-21T10:19:54.827Zuploading: /work/host-package.log (38981 bytes)
109262026-05-21T10:19:55.839Zuploaded: /work/host-package.log
109272026-05-21T10:19:55.839Zuploading: /work/host-target.log (101 bytes)
109282026-05-21T10:19:56.847Zuploaded: /work/host-target.log
109292026-05-21T10:19:56.851Zuploading: /work/incorp-create.log (0 bytes)
109302026-05-21T10:19:57.854Zuploaded: /work/incorp-create.log
109312026-05-21T10:19:57.859Zuploading: /work/incorp-fmt.log (0 bytes)
109322026-05-21T10:19:58.860Zuploaded: /work/incorp-fmt.log
109332026-05-21T10:19:58.861Zuploading: /work/incorp-pkgsend.log (108 bytes)
109342026-05-21T10:19:59.869Zuploaded: /work/incorp-pkgsend.log
109352026-05-21T10:19:59.869Zuploading: /work/incorp-publisher.log (0 bytes)
109362026-05-21T10:20:00.875Zuploaded: /work/incorp-publisher.log
109372026-05-21T10:20:00.876Zuploading: /work/omicron-package.log (9249 bytes)
109382026-05-21T10:20:01.885Zuploaded: /work/omicron-package.log
109392026-05-21T10:20:01.885Zuploading: /work/recovery-image.log (590736 bytes)
109402026-05-21T10:20:02.924Zuploaded: /work/recovery-image.log
109412026-05-21T10:20:02.924Zuploading: /work/recovery-package.log (2545 bytes)
109422026-05-21T10:20:03.932Zuploaded: /work/recovery-package.log
109432026-05-21T10:20:03.937Zuploading: /work/recovery-target.log (98 bytes)
109442026-05-21T10:20:04.944Zuploaded: /work/recovery-target.log
109452026-05-21T10:20:04.945Zuploading: /work/stamp-clickhouse.log (117 bytes)
109462026-05-21T10:20:05.953Zuploaded: /work/stamp-clickhouse.log
109472026-05-21T10:20:05.953Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109482026-05-21T10:20:06.963Zuploaded: /work/stamp-clickhouse_keeper.log
109492026-05-21T10:20:06.963Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109502026-05-21T10:20:07.973Zuploaded: /work/stamp-clickhouse_server.log
109512026-05-21T10:20:07.973Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109522026-05-21T10:20:08.984Zuploaded: /work/stamp-cockroachdb.log
109532026-05-21T10:20:08.984Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109542026-05-21T10:20:09.993Zuploaded: /work/stamp-crucible-pantry-zone.log
109552026-05-21T10:20:09.993Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109562026-05-21T10:20:11.002Zuploaded: /work/stamp-crucible-utils.log
109572026-05-21T10:20:11.003Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109582026-05-21T10:20:12.013Zuploaded: /work/stamp-crucible-zone.log
109592026-05-21T10:20:12.013Zuploading: /work/stamp-external-dns.log (119 bytes)
109602026-05-21T10:20:13.022Zuploaded: /work/stamp-external-dns.log
109612026-05-21T10:20:13.022Zuploading: /work/stamp-installinator.log (103 bytes)
109622026-05-21T10:20:14.031Zuploaded: /work/stamp-installinator.log
109632026-05-21T10:20:14.031Zuploading: /work/stamp-internal-dns.log (119 bytes)
109642026-05-21T10:20:15.041Zuploaded: /work/stamp-internal-dns.log
109652026-05-21T10:20:15.045Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109662026-05-21T10:20:16.051Zuploaded: /work/stamp-mg-ddm-gz.log
109672026-05-21T10:20:16.051Zuploading: /work/stamp-nexus.log (112 bytes)
109682026-05-21T10:20:17.062Zuploaded: /work/stamp-nexus.log
109692026-05-21T10:20:17.062Zuploading: /work/stamp-ntp.log (110 bytes)
109702026-05-21T10:20:18.072Zuploaded: /work/stamp-ntp.log
109712026-05-21T10:20:18.072Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109722026-05-21T10:20:19.081Zuploaded: /work/stamp-omicron-sled-agent.log
109732026-05-21T10:20:19.081Zuploading: /work/stamp-overlay.log (114 bytes)
109742026-05-21T10:20:20.090Zuploaded: /work/stamp-overlay.log
109752026-05-21T10:20:20.091Zuploading: /work/stamp-oximeter.log (115 bytes)
109762026-05-21T10:20:21.099Zuploaded: /work/stamp-oximeter.log
109772026-05-21T10:20:21.099Zuploading: /work/stamp-oxlog.log (109 bytes)
109782026-05-21T10:20:22.108Zuploaded: /work/stamp-oxlog.log
109792026-05-21T10:20:22.108Zuploading: /work/stamp-probe.log (112 bytes)
109802026-05-21T10:20:23.117Zuploaded: /work/stamp-probe.log
109812026-05-21T10:20:23.117Zuploading: /work/stamp-propolis-server.log (122 bytes)
109822026-05-21T10:20:24.126Zuploaded: /work/stamp-propolis-server.log
109832026-05-21T10:20:24.126Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109842026-05-21T10:20:25.135Zuploaded: /work/stamp-pumpkind-gz.log
109852026-05-21T10:20:25.135Zuploading: /work/stamp-switch-asic.log (118 bytes)
109862026-05-21T10:20:26.143Zuploaded: /work/stamp-switch-asic.log
109872026-05-21T10:20:26.143Zuploading: /work/verify-libraries.log (13903 bytes)
109882026-05-21T10:20:27.152Zuploaded: /work/verify-libraries.log